.adidas-sis {
    width: 100%;
    overflow: hidden;
    font-family: source-han-sans-japanese, sans-serif;
}

.main-img {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.ftw-warp {
    max-width: 1200px;
    margin: 0 auto;
	padding:0 20px;
}

.main-img img {
    display: block;
}

.main-txtbox-wp {
    position: relative;
    z-index: 1;
    background: #121212;
}

.main-txtbox {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0;
    max-width: 1200px;
	margin:0 auto;
}

.main-txtbox .main-ttl {
    font-family: "adineuePRO", 'Poppins', sans-serif;
    font-size: 6.5em;
    text-align: center;
    line-height: 1.1;
    max-width: 320px;
    width: 26%;
    box-sizing: border-box;
}

.main-txtbox .main-ttl .jp-ttl {
    font-size: 12px;
    display: block;
    font-weight: 700;
    margin: 20px 0 0 0;
}

.main-txtbox .main-ttl2 {
    font-family: "adineuePRO", 'Poppins', sans-serif;
    font-size: 4.5em;
    text-align: center;
    line-height: 1.1;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
}

.main-txtbox .main-ttl2 .jp-ttl {
    font-size: 14px;
    display: block;
    font-weight: 700;
    margin: 10px 0 20px;
}

.main-txtbox .main-txt {
    max-width: 880px;
    width: 74%;
    line-height: 1.5;
    padding: 0 0 0 3.125rem;
    box-sizing: border-box;
    border-left: 1px solid #fff;
}

.main-txtbox .main-txt .catch {
    font-size: 18px;
    margin: 0 0 20px 0;
    font-weight: bold;
}

.line-up-subtxt-index {
    text-align: center;
    width: 100%;
    font-size: 20px;
    /*    color: #de6e48;*/
    /*    margin-top: 20px;*/
}

.line-up-subtxt-index span {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    margin-top: 10px;
}

.main-more-pr {
    text-align: right;
    padding: 0 3.75rem 0 0;
    margin-top: 20px;
    width: 100%;
}


.main-txtbox .arrow {
    position: relative;
    display: inline-block;
}


.main-txtbox .arrow:before,
.main-txtbox .arrow:after {
    background: #ffffff;
    right: -10px;
}

.main-more span {
    display: block;
    width: 0.875rem;
    height: 2px;
    background: #ffffff;
    margin: 5px 0 0 0;
    transition: .3s;
}

.main-more-pr a:hover span {
    width: 100%;
}

.main-txtbox .arrow:hover.arrow:before,
.main-txtbox .arrow:hover.arrow:after {
    right: -20px;
}

.main-txtbox .list {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.main-txtbox .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0;
}

.main-txtbox .list ul li {
    max-width: 270px;
    width: 23%;
}

.main-txtbox .list ul li a {
    display: block;
    border: 1px solid #fff;
    font-size: 1.125em;
    padding: 1.25rem 0;
    text-align: center;
    transition: .3s;
    vertical-align: middle;
}

.main-txtbox .list a span {
    font-size: 80%;
    display: block;
}

.main-txtbox .list ul li a:hover {
    background: #fff;
    color: #121212;
}

.selection {
    padding: 80px 0;
}

.cate-ttl {
    font-family: "adineuePRO", 'Poppins', sans-serif;
    font-size: 2.875em;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 60px 0;
}

.cate-ttl span {
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.spike,
.training,
.how-to {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 60px 0;
}

.spike li,
.training li,
.how-to li {
    max-width: 580px;
    width: 48%;
}
.how-to li{
    display: flex;
}


.spike li a,
.training li a,
.how-to li a {
    display: block;
    border: 1px solid #bdbdbd;
    padding: 20px;
    box-sizing: border-box;
    transition: .3s;
}
.how-to li a{
    display: flex;
    flex-grow: 1;
    justify-content: center;
}
.spike li a:hover,
.training li a:hover,
.how-to li a:hover {
    border: 1px solid #121212;
}

.selec-ttl {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 40px 0;
}

.ground-name {
    font-family: "adineuePRO", 'Poppins', sans-serif;
    text-align: center;
    font-size: 1.875em;
}

.ground-name span {
    border-left: 1px solid #121212;
    font-size: 14px;
    vertical-align: middle;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
}

.spike .ground-name {
    margin: 15px 0 0;
}
.how-to .ground-name{
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ground-txt {
    color: #888888;
}

.training li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.training .ground-txt,
.training .ground-jp {
    text-align: center;
}

.training li,
.how-to li {
    margin: 0 0 40px 0;
}

.training li .ground-box {
    width: 40%;
    box-sizing: border-box;
}

.training .col-1 {
    max-width: 1200px;
    width: 100%;
}

.training .col-1 .ground-box {
    width: 20%;
}

.copa-bg {
    margin-bottom: 70px;
}

.copa-bg-wp {
    position: relative;
}

.block {
    position: relative;
    z-index: 0;
}

.block::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;

    /*四角形を傾けます*/
    transform: skewY(3deg);
    /*transform-origin: top right;*/

    z-index: -1;
    width: 100%;
    height: 100%;
}

.nemesis-bg::after {
    transform-origin: top right;
}

/*.copa-bg::after,*/
.x-bg::after {
    background: #efefef;
}

.predator-bg::after,
.nemesis-bg::after {
    background: #ffffff;
}

.player-box {
    padding: 60px 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.copa-bg .player-box,
.x-bg .player-box {
    flex-direction: row-reverse;
}

.x-bg .player-box {
    padding: 60px 0 120px;
}

.player-box .player-img {
    max-width: 540px;
}

.player-box .player-txtbox {
    max-width: 600px;
    margin: 0 auto;

}

.player-txtbox img {
    display: block;
    margin: 0 auto;
}

.player-txtbox .player-ttl {
    text-align: center;
    font-size: 1.75em;
    font-weight: bold;
    margin: 10px 0 25px;
}

.player-txt {
    text-align: center;
    /*max-width: 190px;*/
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    /*background: #121212;*/
    color: #121212;
    padding: 3px 0;
}
.item-view a {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #121212;
    padding: 8px 0;
    transition: .3s;
    max-width: 280px;
    margin: 60px auto 0;
}

.item-view a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background: #121212;
    left: 20px;
}

.item-view a:hover {
    background: #121212;
    color: #fff;
}

.item-view a:hover::before {
    background: #fff;
}

.view-all {
    background: #646464;
    padding: 50px 0;
}

.view-all .row {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.other-btn {
    max-width: 570px;
    width: 47%;
}

.other-btn a {
    border: 1px solid #fff;
    padding: 15px 0;
    text-align: center;
    display: block;
    font-size: 1.28em;
    color: #fff;
    transition: .3s;
}

.other-btn .arrow:before,
.other-btn .arrow:after {
    background: #ffffff;
    right: 50px;
}

.arrow {
    position: relative;
}

.arrow:before,
.arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    transition: .3s;
}

.arrow:before {
    width: 30px;
    transform: translate(30px, 0px);
}

.arrow:after {
    width: 10px;
    transform-origin: right center;
    transform: translate(30px, 0px) rotate(25deg);
}

.other-btn a:hover {
    background: #fff;
    color: #646464;
}

.other-btn a:hover::before,
.other-btn a:hover::after {
    background: #646464;
}

.main-txt2 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.main-txt2 .catch {
    font-size: 19px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.8;
	padding:20px 0;
}

.main-txt2 .release {
    font-size: 17px;
    color: #ef7448;
    margin-top: 15px;
    line-height: 1.7;
}

.main-txt2 .release span {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.campaign-img {
    max-width: 1000px;
    margin: -25px auto 0;
}


.campaign {
    padding: 65px 15px 0;
}

.campaign-btn a {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #ed7447;
    background: #ed7447;
    border-radius: 40px;
    padding: 20px 0;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.campaign-btn a:before {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
}

.campaign-item-btn {
    padding: 20px 0 10px;
}

.campaign-item-btn a {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #111;
    background: #111;
    border-radius: 40px;
    padding: 20px 0;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.campaign-item-btn a:before {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
}

.campaign-txt {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}

.campaign-txt span {
    font-weight: bold;
    font-size: 16px;
}

.campaign-txt .bold-orange {
    color: #ed7447;
    font-weight: bold;
}

.campaign-btn-txt {
    text-align: center;
    padding: 5px 20px;
    font-size: 12px;
}

/*プルダウンボタン全体*/
.hidden_box {
    margin: 0;
    /*前後の余白*/
    padding: 20px 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 10px;
    font-weight: bold;
    border: solid 1px #111;
    cursor: pointer;
}

/*ボタンホバー時*/
/*.hidden_box label:hover {
    background: #efefef;
}*/

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked~.hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

.whitespark-campaign-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    padding: 5px 0 20px;
    justify-content: space-between;
}

.whitespark-campaign-list-item {
    width: 16%;
}

.whitespark-campaign-list-item-name {
    font-size: 11px;
    text-align: center;
}

.i-spec-normal{
	font-weight:normal!important;
    border-bottom: none!important;
    background-color: transparent!important;
    text-align: left!important;
    padding: 0!important;
    font-size: 13px!important;
}

.al-rihla-ball_bnr{
	text-align:center;
	width:90%;
	margin:0 auto 50px;
	}
	

.line-up-subtxt{
    display: block;
    text-align: center;
	margin:20px auto 10px;
}
.line-up-subtxt span {
    font-size: 14px;
    line-height: 1.8;
    font-weight: bold;
	color:#121212;
    background: #a069d5;
    display: inline-block;
    padding: 10px 20px;
}
.ftw_fixed-btn{
    display: none;/*最初は隠す*/
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.ftw_fixed-btn a{
    width: 100%;
    display: block;
}

.predatorcampaign{
	text-align:center;
	padding-bottom:50px;
}


@media screen and (max-width:768px) {
    .pc-inline {
        display: inline;
    }

    .main-txtbox {
        padding: 100px 0 60px;
    }

    .main-txtbox .main-ttl,
    .main-txtbox .main-txt {
        max-width: unset;
        width: 98%;
        margin: 0 auto;
    }

    .main-txtbox .main-txt {
        margin: 3.125rem auto 0;
        padding: 3.125rem 10px 0;
        border-top: 1px solid #fff;
        border-left: none;
    }

    .main-txtbox .list {
        padding: 0 10px;
    }

    .main-txtbox .list a span {
        display: block;
    }

    .main-txtbox .main-ttl2 {
        font-size: 5.8em;
    }

    .spike,
    .training {
        padding: 0 10px;
    }

    .spike li img,
    .training li img {
        display: block;
        margin: 0 auto;
    }

    .training li .ground-box {
        width: 100%;
        margin: 10px 0 0;
    }

    .training li a {
        align-items: flex-start;
    }

    .training .col-1 .ground-box {
        width: 100%;
    }

    .player-box {
        max-width: 540px;
    }

    .player-box .player-txtbox {
        padding: 0 20px;
        margin: 0 auto 40px;
    }

    .other-btn {
        max-width: 570px;
        width: 90%;
        margin: 0 auto 20px;
    }

    .view-all {
        padding: 50px 0 30px 0;
    }

    .main-txt2 .catch {
    font-size: 15px;
    margin: 15px 0 25px;
    padding: 0 10px;
    }

    .main-txt2 .line {
        width: 100px;
        margin: 10px auto 30px;
        height: 2px;
        background: #fff;
    }

    .main-txt2 .release {
        font-size: 15px;
    }

    .player-img {
        padding: 0 10px;
    }

    .item-view a {
        margin: 45px auto 0;
    }


    .campaign-item-btn a {
        font-size: 17px;
    }

    .whitespark-campaign-list-item {
        width: 45%;
    }

    .campaign-txt .bold-orange {
        margin: 5px 0;
    }

    .campaign-btn a {
        font-size: 17px;
    }

    .line-up-subtxt {
        /*	font-size:0.875em;*/
/*        text-align: left;*/
        width: 95%;
		letter-spacing:0;
    }




}

@media screen and (max-width:480px) {

    .main-txtbox {
        padding: 50px 0 40px;
    }

    .main-txtbox .list ul {
        justify-content: center;
    }

    .main-txtbox .list ul li {
        width: 46%;
        margin: 5px;
    }

    .main-txtbox .list ul li a {
        padding: 0.8rem 0;
    }

    .main-txtbox .main-ttl2 {
        font-size: 3em;
    }

    .main-txtbox .main-ttl2 .jp-ttl {
        font-size: 12px;
    }

    .line-up-subtxt-index {
        font-size: 16px;
    }

    .line-up-subtxt-index span {
        font-size: 14px;
        line-height: 1.5em;
        margin-top: 20px;
        display: inline-block;
    }

    .spike li {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .training li {
        margin: 0 0 20px 0;
    }

    .spike li a,
    .training li a {
        padding: 10px;

    }

    .training {
        margin: 0;
    }

    .training li {
        display: flex;
        align-content: space-between;
    }

    .ground-name {
        font-size: 1.2em;
    }

    .ground-name span {
        font-size: 12px;
    }

    .player-txtbox .player-ttl {
        font-size: 1.35em;
    }

    .player-txt {
        font-size: 14px;
    }

    .x-bg .player-box {
        padding: 60px 0;
    }

    .training .ground-name span {
        display: block;
        padding: 0;
        margin: 0;
        border: none;
    }
    .how-to .ground-name{
        font-size: 14px;
    }


    .view-all {
        padding: 40px 0 20px 0;
    }

    .selection {
        padding: 30px 0;
    }

    .cate-ttl {
        margin: 0 0 50px 0;
    }

    .selec-ttl {
        margin: 0 0 30px 0;
    }

    .ftw_fixed-btn{
        width: 100%;
    }
    
    .ftw_fixed-btn img{
        width: 100%;
        display: block;
    }
}

@media screen and (max-width:360px) {
    .line-up-subtxt-index {
        font-size: 15px;
    }
}

@media screen and (max-width:320px) {

    .selec-ttl {
        font-size: 24px;
    }

    .other-btn a {
        font-size: 1em;
    }

}


/*----スクロールアニメ----*/
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.wow {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/*----//スクロールアニメ----*/


/*--------2208追加　チャートユニット--------*/

/*chartフォーム*/

.chart_from {
    margin-bottom: 100px;
}

.chart_from .search-box_label {
    font-weight: bold;
}

.chart_list .is-hide {
    display: none;
}

.c-f-unit {
    width: 100%;
    max-width: 1200px;
}

.c-f-unit .search-box {
    display: flex;
    width: 100%;
    border: 1px #cccccc solid;
    border-bottom: none;
    box-sizing: border-box;
}

.c-f-unit .search-box:last-child {
    border-bottom: 1px #cccccc solid;
}

.c-f-unit .search-box .search-box_label {
    width: 10%;
    background-color: #292929;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}


.s-child,
.s-child02 {
    display: flex;
    align-items: center;
    padding: 20px 20px 10px;
    width: 90%;
    flex-wrap: wrap;
}

.search-box input {
    margin-right: 10px;
}

.f-cate {
    display: flex;
    align-items: center;
    margin:0 30px 10px 0;
}

.f-cate img {
    height: 40px;
    margin-right: 10px;
}

.f-cate span {
    font-weight: bold;
    line-height: 1.4em;
}

.chart_unit {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding-top: 40px;
}

/*スクロールダウン全体の場所*/
.scrolldown2 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    top: 0px;
    left: 50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span {
    /*描画位置*/
    position: absolute;
    left: -20px;
    bottom: 10px;
    /*テキストの形状*/
    color: #292929;
    font-size: 1rem;
    letter-spacing: 0.05em;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: -4px;
    left: 0;
    /*丸の形状*/
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #292929;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
    animation:
        circlemove 2.6s ease-in-out infinite,
        cirlemovehide 2.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
    0% {
        left: 90px;
    }

    100% {
        left: -90px;
    }
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

/* 線の描写 */
.scrolldown2:after {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: -90px;
    /*線の形状*/
    width: 180px;
    height: 2px;
    background: #292929;
}


.chart_list {
    width: 100%;
    max-width: 1200px;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 30px;
}

.chart_list::-webkit-scrollbar {
    height: 5px;
}

.chart_list::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 2.5px;
    padding-top: 40px;

}

.chart_list .item {
    border-top: 1px #cccccc solid;
    border-left: 1px #cccccc solid;
}


.chart_list .item .c-list-chi {
    width: 200px;
}

.c-list-chi li {
    border-bottom: 1px #cccccc solid;
    padding: 10px;
    letter-spacing: 0.02em;
}


.c-list-chi .c-model {
    font-size: 12px;
    color: #ffffff;
    /* height: 254px; */
    position: relative;
    padding: 0;
}

.c-list-chi .top {
    background-color: #35b5e7;
    padding: 3px;
    text-align: center;
}

.c-list-chi .regular {
    background-color: #ff5400;
    padding: 3px;
    text-align: center;
}

.c-list-chi .entry {
    background-color: #71bb38;
    padding: 3px;
    text-align: center;
}

.c-list-chi .tothless {
    background-color: #003864;
    margin: 5px 0 0 5px;
    padding: 1px 4px 3px;
    display: inline-block;
    position: absolute;
}

.chart_list .item img {
    width: 200px;
    display: block;
    margin: 15px auto 0;
    bottom: 0;
    left: 5%;
}

.chart_list .i-name,
.chart_list .i-price,
.chart_list .i-txt {
    text-align: center;
}

.chart_list .i-txt {
    height: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.chart_list .i-comment p{
    overflow: hidden;
}

.chart_list .i-name,
.chart_list .i-price {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2em;
    letter-spacing: 0.02em;
}

.chart_list .i-name span,
.chart_list .i-price span {
    font-size: 0.8em;
    letter-spacing: 0.02em;
}

.chart_list .i-name {
    height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.chart_list .c-spec {
    background-color: #292929;
    text-align: center;
    color: #ffffff;
    padding: 8px;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1;
}

.chart_list .i-spec {
    padding: 0;
    position: relative;
}

.chart_list .i-spec span {
    border-bottom: 1px solid #cccccc;
    background-color: #eeeeee;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    letter-spacing: 0.02em;
/*    line-height: 1;*/
}

.chart_list .i-spec p {
    padding: 10px;
    overflow: hidden;
	font-size:13px;
    font-weight: bold;
}

.chart_list .i-spec p.ta-c {
    text-align: center;
    padding: 10px;
}
//
.chart_list .last-item {
    width: 1px;
    background-color: #cccccc;
}

.readmore-btn{
    text-align: right;
    padding: 0 10px 10px 0;
    display: block;
    font-size: 12px;
    text-decoration: underline;
}

.i-comment .readmore-btn{
    padding: 0 10px 0 0;
}

@media screen and (max-width:820px) {
    .c-f-unit {
        width: 96%;
        margin: 0 auto;
    }

    .c-f-unit .search-box .search-box_label {
        width: 20%;
    }

    .s-child,
    .s-child02 {
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        padding: 12px 20px;
    }

    .f-cate {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .chart_list {
        width: 96%;
        margin: 0 auto;
    }

}

@media screen and (max-width:768px) {
    .f-cate img {
        height: 30px;
    }
}

@media screen and (max-width:480px) {
    .chart_from {
        margin-bottom: 70px;
    }

    .chart_unit {
        padding-top: 20px;
    }

    .c-f-unit .search-box .search-box_label {
        font-size: 12px;
    }

    .s-child {
        display: block;
        padding: 0 15px 15px;
    }

    .s-child02 {
        padding: 0 15px 15px;
    }

    .s-child .f-cate {
        margin: 15px 0 0 0;
    }

    .s-child02 .f-cate {
        margin: 15px 20px 0 0;
    }

    .f-cate img {
        height: 24px;
    }

    .f-cate span {
        font-size: 12px;
        line-height: 1.2em;
        letter-spacing: 0.02em;
    }

    .chart_list .item .c-list-chi{
        font-size: 13px;
    }

}

/*--------//2208追加　チャートユニット--------*/