body,ul,li,p{
    padding: 0;
    margin: 0;
}
ul,li{
    list-style: none;
}

a{
    color: inherit;
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}

.pc-hide{
    display: none;
}

.pc-none{
    display: block;
}


.douga{
    max-width: 1000px;
    margin:40px auto 120px;
}

.sp-br{
    display: none;
}

.pc-br{
    display: block;
}

.main-image img{
    width: 100%;
    margin: 0 auto;
}

.schedule-text{
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #f5da79 70%, #DAAF08 85%, #B67B03 90% 100%);
    color: #121212;
    display: inline-block;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 19px;
    padding: 7px 22px 9px;
}

.hacobune-area{
	margin-top:40px;
}

.hacobune-app-container{
	background:transparent!important;
}

.hacobune-layout-base-bottom-html{
	display:none!important;
}

.hacobune-grid-row .hacobune-grid-col{
	margin-bottom:60px!important;
}


@media screen and (max-width:768px){
    .sp-hide{
        display: none;
    }

    .pc-hide{
        display: block;
    }
}

@media screen and (max-width:768px){
    .sp-br{
        display: block;
    }

    .pc-br{
        display: none;
    }

    .pc-none{
    display: none;
}
}

.view-all .row{
    background: unset;
    max-width: 1200px;
    margin: 0 auto;
}

.adidas-sis {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.main-ttl {
    font-family: "adineuePRO", 'Poppins', sans-serif;
    font-size: 2.2em;
    text-align: center;
    color:#000000;
    margin: 0 auto;
}


.decode-text{
	margin-bottom:20px;
}

.decode-text span{
	font-size:1.2em;
}

.main-jp-ttl {
    padding-top: 30px;
    display: block;
    font-size: 18px;
    font-family: source-han-sans-japanese, sans-serif;
    color: #000000;
    line-height: 1.7;
}
.catch{
    margin: 0 0 0;
}

.catch .sub-ttl{
    color: #fff;
    font-weight: 700;
}

.catch .txt-box {
    max-width: 860px;
    margin: 0 auto 30px;
    line-height: 1.8;
    text-align: center;
	font-size: 15px;
    color: #fff;
	padding:20px 0;
}

.catch .txt-box .lead {
    font-size: 125%;
    font-weight: bold;
}

.catch .notice{
    font-size: 14px;
    color: #fff;
    text-align: center;
	margin:5px auto 30px;
}

.feature-navi {
    max-width: 600px;
    margin: 0 auto;
}

.feature-navi ul {
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feature-navi ul li {
    width: 48%;
}

.feature-navi ul li a {
    display: block;
    padding: 1rem;
    text-align: center;
    border: 1px solid #121212;
    transition: 0.3s;
}

.feature-navi ul li a:hover {
    background: #121212;
    color: #ffffff;
}

.syoutdouga{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.gallery {
    overflow: hidden;
    margin: 100px auto;
    max-width: 1200px;
}

.gallery ul {
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    overflow-x: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    max-width: 1200px;
}

.gallery ul li {
    width: calc(100% / 3);
    overflow: hidden;
}

.gallery ul li img {
    transition: 0.5s;
    display: block;
}

.gallery ul li img:hover {
    transform: scale(1.1, 1.1);
}

.gallery2 {
    overflow: hidden;
    margin: 40px auto 40px;
    max-width: 1200px;
}

.gallery2 ul {
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    overflow-x: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    max-width: 1200px;
}

.gallery2 ul li {
    width: calc(100% / 4);
    overflow: hidden;
}

.gallery2 ul li img {
    transition: 0.5s;
    display: block;
}

.gallery2 ul li img:hover {
    transform: scale(1.1, 1.1);
}

.brand-ttl {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.brand-ttl .brand-ttl-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4.375rem 0;
}

.brand-ttl .brand-ttl-wrap li {
    width: 50%;
    color: #ffffff;
}

.brand-ttl .brand-ttl-wrap li:nth-child(1) {
    text-align: center;
}

.brand-ttl .ttl-bk {
    background: #000000;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.brand-ttl .brand-catch {
    font-size: 1.75em;
    font-weight: 500;
    margin: 0 0 30px 0;
}

.brand-ttl .brand-txt {
    font-size: 1em;
    font-weight: 500;
}

.lineup {
    padding: 50px 30px 0;
    box-sizing: border-box;
}

.lineup-ttl {
    font-size: 2em;
    margin: 0 0 40px 0;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding: 0 0 30px;
}


.lineup-txt {
    font-size: 16px;
    text-align: center;
}



.lineup-ttl::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #121212;
    width: 50px;
    height: 2px;
}

.goodsright{
    max-width: 1000px;
    margin: 0 auto;
}

.goodsright img{
    max-width: 1000px;
    margin: 0 auto;
}



.lineup-list {
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col1 {
    justify-content: center;
}

.ftw-product-img {
    position: relative;
}

.ftw-product-img img{
    display: block;
}

.ftw-product-img .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all .5s ease;
}

.ftw-product-img:hover .img-hover {
    opacity: 1;
}

/*--//商品画像マウスオーバー--*/

/*---矢印---*/

.arrow {
    position: relative;
}

.arrow:before {
    width: 30px;
    transform: translate(30px, 0px);
}

.arrow:after {
    width: 10px;
    transform-origin: right center;
    transform: translate(30px, 0px) rotate(25deg);
}

.arrow:before,
.arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    transition: .3s;
}

.other-btn .arrow:before,
.other-btn .arrow:after {
    background: #ffffff;
    right: 50px;
}

.other-btn .arrow:hover.arrow:before,
.other-btn .arrow:hover.arrow:after {
    background: #646464;
}

.view-all {
    background: #646464;
    padding: 50px 0;
}

.view-all .row {
    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.1em;
    color: #fff;
    transition: .3s;
}

.other-btn a:hover {
    background: #fff;
    border: 1px solid #646464;
    color: #646464;
}

.tectext{
    text-align: left !important;
    font-size: 14px;
    margin-bottom: 20px;
}

.collection {
    width: 100%;
    max-width: 1200px;
    margin: 90px auto 150px;
    padding: 0;
}

.collection img {
    width: 100%;
    margin-bottom: 30px;
}


.collection p a {
    background: #121212;
    border: 1px solid #121212;
    display: block;
    padding: 1.2rem;
    font-size: 1.125em;
    max-width: 370px;
    margin: 0 auto;
    color: #ffffff;
    transition: .3s;
    text-align: center;
    width: 70%;
}

.collection p a:hover {
    background: #fff;
    color: #121212;
}



.catch .logo {
    width: 90%;
    max-width: 590px;
    margin: 0 auto;
    padding: 70px 0 0;
}

.catch .logo img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.review-ttl {
    font-family: "adineuePRO", 'Poppins', sans-serif;
    line-height: 1.2;
    font-size: 2.5em;
    letter-spacing: 0.02em;
    text-align: center;
    padding-bottom: 40px;
}

.review-ttl span {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: normal;
    display: block;
    font-size: 14px;
}

.review-movie-ttl {
    /*	font-family: "adineuePRO", 'Poppins', sans-serif;*/
    line-height: 1.2;
    font-size: 32px;
    letter-spacing: 0.02em;
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
}

.review-movie-ttl span {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: normal;
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.review {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 0px;
}

ul.review-list {
   display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
}

ul.review-list li {
    width: 50%;
    text-align: center;
}

ul.review-list li img {
    width: 95%;
}
.line-up-subtxt{
    display: block;
    text-align: center;
}
.line-up-subtxt span {
    font-size: 15px;
    line-height: 1.8;
    font-weight: bold;
	color:#121212;
    background: #df3a28;
    display: inline-block;
    padding: 10px;
}


.line-up-subtxt-index {
    font-size: 1.3em;
    font-weight: normal;
    text-align: center;
    color: #f14141;
    margin-top: 20px;
    line-height: 1.8;
}

.line-up-subtxt-index span {
    font-size: 15px;
    font-weight: bold;
    display: block;
    color: #121212;
}

.icon {
    background: #121212;
    padding: 10px;
    color: #fff;
    text-align: center;
    line-height: 1;
    position: absolute;
    font-size: 12px;
    top: 0;
    right: 0;
    z-index: 9;
    font-weight: bold;
    margin: 0;
}

.icon2{
    background: #121212;
    padding: 10px;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto 10px;
	display:inline-block;
}

.icon-rogo {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    max-width: 9em;
    margin: 0;
}

.date {
    font-size: 1.2em;
    font-weight: bold !important;
    margin-bottom: 10px;
	color:#937c59;
}

.date span{
    display:block;
	font-size:13px;
	color:#666;
}

.chart-link-btn a {
    background: #00031f;
    border: 1px solid #00031f;
    display: block;
    padding: 1.2rem 0;
    font-size: 1.125em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #ffffff;
    font-weight: bold;
    transition: .3s;
    text-align: center;
    width: 85%;
}

.chart-link-btn a:hover {
    background: #df3a28;
    border: 1px solid #df3a28;
    color: #fff;
}

.graph {
    width: 100%;
    max-width: 1200px;
    margin: 90px auto 0;
    padding: 0;
}

.graph img {
    width: 100%;
}



.cate-ttl {
    font-family: "adineuePRO", 'Poppins', sans-serif;
    font-size: 2.875em;
    text-align: center;
    line-height: 1.2;
    margin: 60px 0 30px 0;
}

.cate-ttl span {
    font-size: 14px;
    font-weight: bold;
    display: block;
}


.player-box {
    padding: 60px 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

#pageTop i {
    padding-top: 6px
}

#pageTop a {
    display: block;
    z-index: 999;
    width: 80px;
    height: 80px;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#pageTop img {
    width: 100%;
}

.campaign-btn a {
    background: #121212;
    border: 1px solid #121212;
    display: block;
    padding: 1.2rem 0;
    font-size: 1.125em;
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
    transition: .3s;
    text-align: center;
    width: 85%;
}

.campaign-btn a:hover {
    background: #fff;
    color: #121212;
}

.review-subttl {
    font-size: 13px;
    color: #121212;
    text-align: center;
    padding: 0 15px;
}

.campaign-image {
    margin: 30px auto;
    max-width: 1200px;
}

.x-sppedflow_movie-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    margin: 20px 0 0;
}

.x-sppedflow_movie-list-item {
    width: 100%;
    text-align: center;
    padding-bottom: 55px;
}

.x-sppedflow_movie-list-item video {
    width: 95%;
}

.x-sppedflow_movie-youtube img {
    width: 95%;
    margin: 0 auto;
}

.x-sppedflow_movie-txt {
    margin: 15px auto 0;
    padding-bottom: 30px;
    width: 95%;
}

.x-sppedflow_movie-txt span {
    font-weight: bold;
    font-size: 1.2em;
}

.campaign {
    text-align: center;
    padding: 0;
}

.fxbn_navi{
    position: fixed;
    left: 0;
    top:200px;
    z-index: 99;
}
.fxbn_navi ul li a{
    display: block;
    margin: 0 0 15px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 999px;
    text-align: center;
}
.fxbn_navi ul li a:hover{
    transform: translateY(-10px);
    transition: .3s;
}
.footer{
    background: #fff;
}

.block {
    position: relative;
    z-index: 0;
}
.block::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: skewY(2deg);
    z-index: -1;
    width: 100%;
    height: 100%;
}

.nemesis-bg::after {
    transform-origin: top right;
}
.predator-bg::after{
    background: #fafafa;
}
.copa-bg::after,
.x-bg::after {
    background: #efefef;
}
.copa-bg .player-box,
.x-bg .player-box {
    flex-direction: row-reverse;
}
.x-bg .player-box {
    padding: 60px 0 120px;
}
.player-box {
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.player-txtbox img {
    display: block;
    margin: 0 auto;
}
.player-box .player-txtbox {
    max-width: 600px;
    margin: 0 auto;

}
.player-txtbox .player-ttl {
    text-align: center;
    font-size: 1.75em;
    font-weight: bold;
    margin: 20px 0 30px;
}

.item-view a {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #121212;
    padding: 10px;
    transition: .3s;
    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: #fafafa;
}

.item-view a:hover::before {
    background: #fafafa;
}
.ftw-warp {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.line-bg{
    background: linear-gradient(#121212, #fafafa,#121212);
	padding:60px 0;
}

.second-bg {
    margin-bottom: 65px;
}


.alrihla-pack_bk{
	background-color:#f4f2ee;
    position: relative;
}

.ttl-jp{
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    padding-top: 43px;
}

.ttl-jp-x{
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
}


.hacobune-univideo {
    min-width: 370px;
    margin: 0 auto;
}

.hacobune-app-container[data-v-d7985e46] {
    background: #fff!important;
}

.hacobune-app-container{
	height:auto !important;
}

.hacobune-app-main{
	height:auto !important;
}

.copa-pure_logo{
    text-align: center;
	margin:50px auto 0;
}

.copa-pure_logo img{
	max-width:400px;
	width:80%;
}

.copa-pure_logo-txt{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 20px;
}

#history .cate-ttl {
    margin: 0;
    padding: 80px 0 30px;
}

#campaign .cate-ttl {
    margin: 0;
    padding: 30px 0;
}

.history-btn{
    border: 1px solid #fff;
    background: #121212;
    display: block;
    padding: 1.0rem 0;
    font-size: 1.125em;
    max-width: 250px;
    margin: 0 auto 40px;
    color: #ffffff;
    font-weight: bold;
    transition: .3s;
    text-align: center;
    width: 85%;
}

.history-btn:hover{
    border: 1px solid #fff;
    background: #ffffff;
    color: #121212;
}

.predator-cp_img{
	margin:0 auto;
	text-align:center;
	max-width:1000px;
	width:95%;
}

.predator-cp_txt{
	font-size:13px;
	margin:10px auto 0;
	max-width:1000px;
	width:93%;
	line-height:1.6;
}

.predator-cp_txt a{
	text-decoration:underline;
	margin:10px 0;
	display:block;
}


.product-note{
    background: #ff7662;
    padding: 8px 15px;
    display: inline-block;
    margin-top: 15px;
}

.ev_month{
    display: block;
    max-width: 980px;
    width: 94%;
    margin: 60px auto;
    padding-bottom: 60px;
}

.hacobune-app-container,.hacobune-unit-video-outline{
	padding:0 !important;
}

.hacobune-unit-video-wrap{
	margin:0 0 -20px !important;
}

.review-visumo{
	padding:100px 0 0;
}


.balloon2 {
    position: relative;
    display: inline-block;
    padding: 5px;
    color: #ffffff;
    font-size: 15px;
    background: #000000;
    margin-bottom:15px;
    font-weight: 700 !important;
	width:150px;
  }
  
  .balloon2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #000000;
  }

.tectext-b{
    font-weight: 700 !important;
	font-size:15px;
	text-align:left !important;
	margin-bottom:20px;
}

  .comment{
    max-width: 1200px;
    color: #fff;
    margin: 0 auto;
    padding-bottom: 80px;
  }

.cart-btn{
	margin-bottom:20px;
}


html { scroll-behavior: smooth;}


.staff-styling-smu_seciton{
	text-align:center;
	padding:50px 0 0;
}

.hacobune-narrow-down, .hacobune-layout-base-top-html{
	display:none;
}
.hacobune-media-post-list-item-caption{
	padding-top:0 !important;
}

.tech-txt-detail{
	font-size:14px;
}

.product-bg{
    margin-bottom: 100px;
}

/*-----------------------------------
スマホ用はここから
-------------------------------*/
@media screen and (max-width:1000px) {

    .product-bg{
    margin-bottom: 60px;
}




.view-all .row{
    margin: 0 3%;
}

.collection-ichiran{
    padding:30px 0 30px;
    margin: 50px auto;
    display: block;
}

.collection-ichiran p{
    font-size: 16px;
    padding: 0 10px;
}

.collection-ichiran img{
    max-width: 15%;
    margin: 15px 0px;
}


.review-visumo{
    padding: 0 0 60px;
}


.hacobune-area{
	margin-top:15px;
}


}


@media screen and (max-width:768px) {

    .icon-rogo {
        max-width: 7em;
    }

    
    .hacobune-app-container{
        width:100% !important;
    }
    
.hacobune-univideo {
    min-width: 200px;
    padding:0;
    }

    .alrihla-pack_bk{
        background-size: cover;
    }

    .douga{
        max-width: 1000px;
        margin:40px auto 70px;
    }


    .main-ttl {
        font-size: 5em;
        padding: 0 0 0 0;
    }

    .feature-navi,
    .catch {
        padding: 0 10px;
    }

    .feature-navi ul li {
        width: 48%;
        margin: 0 0 10px 0;
    }

    .feature-navi ul li a {
        padding: .8rem;
    }

    .feature-navi ul {
        margin: 0 auto 10px;
    }

.gallery {
    margin: 40px auto 40px;
}

    .gallery ul {
        display: block;
        white-space: nowrap;
        padding-left: 15px;
        margin: 0 auto;
    padding-top: 15px;
    }

    .gallery ul li {
        display: inline-block;
        width: 70%;
        padding-right: 10px;
    }

    .gallery2 {
        margin: 20px auto 0px;
    }
    
        .gallery2 ul {
            display: block;
            white-space: nowrap;
            padding-left: 15px;
            margin: 0 auto;
        padding-top: 15px;
        }
    
        .gallery2 ul li {
            display: inline-block;
            width: 70%;
            padding-right: 10px;
        }


    .lineup{
        padding:10px 10px 0;
    }


.lineup-txt {
    font-size: 14px;
}

    .brand-ttl .brand-ttl-wrap li {
        width: 90%;
        margin: 0 auto 30px;
    }

    .view-all {
        padding: 50px 0 30px 0;
    }

    .other-btn {
        max-width: 570px;
        width: 90%;
        margin: 0 auto 20px;
    }


    .line-up-subtxt {
        width: 95%;
        margin: 0 auto 10px;
		letter-spacing:0;
    }

    .line-up-subtxt-index {
        font-size: 1.1em;
        text-align: left;
        width: 95%;
        margin: 20px auto 0;
    }

    .line-up-subtxt-index span {
        margin-top: 10px;
    }

    .review {
        padding:10px 0 0;
    }

    ul.review-list li {
        width: 100%;
        margin-bottom: 20px;
    }

    .lineup-ttl {
        font-size: 1.4em;
        margin: 0 0 20px 0;
        border-top: 2px solid #ccc;
        padding-top: 40px;
    }

    .review-movie-ttl {
        font-size: 25px;
    }

    .graph {
        margin: 50px auto 0;
    }

    .adidas-campaign_txt {
        padding: 25px 10px 30px;
        text-align: left;
    }

    .adidas-campaign_txt {
        font-size: 14px;
    }

    .adidas-campaign_linkbtn a {
        font-size: 17px;
    }

    .player-comment_photo {
        width: 90%;
        margin: 0 auto;
    }

    .player-comment_txtarea {
        padding: 20px 20px 0;
    }

    .lineup-list-col3 li .eng-name {
        font-size: 18px;
    }

    .product-txtbox {
        line-height: 1.65;
        font-size: 15px;
        padding: 0;
        margin-top: 5px;
    }


    .movie-wrap {
        margin: 0;
    }


    .meteorite_concept {
        background: url(../img/whitespark/whitespark-x_concept01sp.jpg) no-repeat top center #0d0c0a;
        background-size: 100%;
        text-align: center;
        position: relative;
        height: auto;
        margin: 60px 0;
    }

    .meteorite_concept-txtwidth {
        width: 90%;
        margin: 0 auto;
        max-width: 1000px;
        text-align: center;
        position: relative;
    }

    .meteorite_concept-txtarea {
        position: relative;
        max-width: 600px;
        width: auto;
        color: #222;
        text-align: left;
        line-height: 1.8;
        padding: 230px 0 155px;
    }

    .meteorite_mantra {
        margin: 60px 0;
    }

    .meteorite_mantra-txtarea {
        font-size: 14px;
        padding: 50px 0;
    }

    .meteorite_mantra-txtarea span {
        font-size: 19px;
    }

    #pageTop {
        position: fixed;
        bottom: 15px;
        right: 15px;
    }

    #pageTop i {
        padding-top: 6px
    }

    #pageTop a {
        display: block;
        z-index: 999;
        width: 60px;
        height: 60px;
    }

    #pageTop img {
        width: 100%;
    }

    .date {
        font-size: 14px;
    }

    .x-sppedflow_movie-txt {
        text-align: left;
    }

    .x-sppedflow_movie-list {
        padding: 20px 0 0;
        margin: 20px 0 0;
    }

    .player-img {
        padding: 0 10px;
    }

    .campaign {
        padding: 0 10px;
    }

    .player-box .player-txtbox {
        padding: 0 20px;
        margin: 0 auto 40px auto;
    }

.catch .txt-box {
	font-size: 13px;
}

.ttl-jp{
    padding-top: 20px;
}

.ttl-jp-x{
    font-size: 27px;
}

.product-ttl {
    font-size: 1.4em;
}
.product-jpn {
    font-size: 12px;
}

    .sub-ttl {
        font-size: 1.2em;
    }

.schedule-text{
    font-size: 17px;
	margin-top:30px;
}




.balloon2 {
    padding: 7px;
    font-size: 16px;
  }

.hacobune-grid-content .hacobune-grid-row{
    max-width: 1200px !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    padding:15px 10px 0;
    width: 100%;
	margin-bottom:20px;
}

}

@media screen and (max-width:480px) {

    .main-ttl {
        font-size: 1.8em;
        line-height: 1.2em;
    }


    .main-jp-ttl {
        padding-top: 0;
        margin: 20px 0 0 0;
        font-size: 13px;
        line-height: 1.6;
    }

    .feature-navi ul li a {
        padding: .5rem;
    }

    .brand-ttl .brand-catch {
        font-size: 1.5em;
    }


    .brand-ttl .brand-ttl-wrap {
        padding: 3rem 10px;
    }


    .view-all {
        padding: 40px 0 20px 0;
    }

}

@media screen and (max-width:320px) {
    .main-ttl {
        font-size: 2.5em;
    }
}

/* 260206追記 */

.movie {
    max-width: 1200px;
    margin: 80px auto 100px;
}

.tec-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto 80px;
}

.tec-wrapper .tec-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

.tec-wrapper .tec-img:first-child {
  position: relative;
  opacity: 1;
}

.tec-wrapper .tec-img.is-active {
  opacity: 1;
}

.tec-wrapper .sp {
  display: none;
}


.product-wrapper {
  max-width: 1200px;
  margin: 40px auto 0;
}

.product-wrapper ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 60px 40px;
}

.product-wrapper li:nth-child(1),
.product-wrapper li:nth-child(2),
.product-wrapper li:nth-child(3) {
  grid-column: span 2;
}

.product-wrapper li:nth-child(4) {
  grid-column: 2 / span 2;
}
.product-wrapper li:nth-child(5) {
  grid-column: 4 / span 2;
}

.product-wrapper li img {
  width: 100%;
  display: block;
}

.product-name{
font-size: 24px;
font-weight: 700;
text-align: center;
margin-top: 20px;
}

.product-jpname{
font-size: 14px;
font-weight: 500;
text-align: center;
margin-top: 3px;
}

.size {
font-size: 13px;
font-weight: 500;
text-align: center;
padding: 4px 0px;
border: solid 1px #0d0c0a;
display: flex;
justify-content: center;
width: 30%;
margin: 15px auto 0;

}

.price{
font-size: 18px;
font-weight: 600;
text-align: center;
margin-top: 10px;
}

.price span{
font-size: 12px;
font-weight: 500;
text-align: center;
margin-left: 2px;
}

.product-wrapper li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-wrapper li > a img {
  width: 100%;
  display: block;
}

.product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 0;
  border: 1px solid #0d0c0a;
  border-radius: 150px;
  background-color: #00031f;
  color: #ffffff;
  margin-top: 20px;
}

.product-btn:hover {
  background-color: #f4f2ee;
  color: #00031f;
}

.product-group{
  margin: 100px auto 40px;
}

.product-wrapper li {
  position: relative;
}

.product-badge {
  position: absolute;
  right: 0 !important;
  width: 30% !important;
  height: auto;
  z-index: 5;
  pointer-events: none;
}

.carat-tec{
    width: 1000px;
    margin: 0 auto;
    background-color: #312f2f;
}

.carat-tecimg{
    text-align: center;
    max-width: 1000px;
    padding: 30px 0;
}

.tec-title-sp{
    display: none;
}

.carat-img.sp {
  display: none;
}

.carat-logo {
  display: block;
  width: 16%;
  margin: 0 auto;
}

.carat-img {
  margin-top: 30px;
}

.product-wrapper li > a {
  overflow: hidden;
}

.product-wrapper li > a img {
  transition: transform 0.4s ease;
}

.product-wrapper li:hover > a img {
  transform: scale(1.15);
}


.side-nav {
  position: fixed;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
  z-index: 200;
}

.side-nav ul {
    background: #2b63a8;
    border-radius: 0 22px 22px 0;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: left;
}

.side-nav li a {
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  transition: opacity .25s ease, transform .25s ease;
}

.side-nav li a:hover {
  transform: translateX(5px);
  color: #fffa79;
}

@media screen and (max-width: 768px) {
  .side-nav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .side-nav {
    display: none;
  }
}



@media screen and (max-width:768px) {
  .product-badge {
    width: 25%;
  }

  .product-wrapper ul {
    display: block;
  }

  .product-wrapper li {
    grid-column: auto !important;
    margin-bottom: 50px;
  }

  .tec-wrapper .pc {
    display: none;
  }
  .tec-wrapper .sp {
    display: block;
  }

  .movie {
    margin: 40px auto 50px;
    width: 90%;
}

.tec-title-sp{
    display: block;
    width: 90%;
    margin: 0 auto 30px;
}

.tec-wrapper {
  margin: 0 auto 500px;
}


  .carat-img.pc {
    display: none;
  }

  .carat-img.sp {
    display: block;
    margin-top: 25px;
  }

  .carat-logo {
    width: 50%;
  }

  .carat-tecimg {
    width: 90%;
    margin: 20px auto 80px;
}

.product-wrapper {
    max-width: 90%;
}

  /* .product-wrapper {
    max-width: 95%;
    box-sizing: border-box;
  }

  .product-wrapper ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 10px;
  }

  .product-wrapper li {
    grid-column: auto !important;
  }

  .product-wrapper li img,
  .product-btn {
    width: 100%;
    box-sizing: border-box;
  } */

}

/* SP MENU */

.sp-menu-btn {
  display: none;
}

.technology-txt {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.3px;
    margin: 60px auto 0;
    line-height: 1.5;
}

.technology-txt02{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.3px;
    margin: 5px auto 0px;
}

.sp-hide{
    display: none;
}

@media screen and (max-width: 768px) {
    

  .sp-menu-btn {
    display: block;
    position: fixed;
    right: 16px;
    bottom: 20px;
    z-index: 300;
    padding: 10px 16px;
    background: #2b63a8;
    color: #fff;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    border: none;
  }

  .sp-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.4);
    z-index: 299;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
  }

  .sp-menu {
    position: fixed;
    top: 10%;
    right: 0;
    left: auto;
    width: 70%;
    max-width: 150px;
    height: auto;
    max-height: 90vh;
    background: #2b63a8;
    z-index: 300;
    transform: translateX(100%);
    transition: transform .35s ease;
    border-radius: 28px 0 0 28px;
    padding: 20px 20px 40px 40px;
  }

  /* SP MENU 共通ホバー（li基準） */
.sp-menu li {
  cursor: pointer;
}

/* 英字 */
.sp-menu li a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .12em;
  color: #fff;
  transition: color .25s ease, transform .25s ease;
}

/* 日本語 */
.sp-menu li span {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .06em;
  color: rgba(255,255,255,.75);
  transition: color .25s ease, transform .25s ease;
}

/* li が反応したら英字・日本語まとめて */
.sp-menu li:hover a,
.sp-menu li:hover span,
.sp-menu li:active a,
.sp-menu li:active span {
  color: #fffa79;
  transform: translateX(4px);
}


  body.menu-open .sp-menu {
    transform: translateX(0);
  }

  .sp-menu-close {
    position: absolute;
    top: 18px;
    right: 18px;
    background: none;
    border: none;
    font-size: 46px;
    color: #fff;
  }

  .sp-menu ul {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  .sp-menu li a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .12em;
  }

  body.menu-open .sp-menu {
    transform: translateX(0);
  }

  body.menu-open .sp-menu-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .sp-menu-btn {
    display: block;
    position: fixed;
    right: 16px;
    top: 15%;
    transform: translateY(-50%);
    z-index: 300;
    padding: 0;
    background: none;
    border: none;
  }

  .sp-menu-btn img {
    width: 70px;
    height: auto;
    display: block;
  }

  .technology-txt {
    width: 90%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.3px;
    line-height: 1.4;
    margin: 50px auto 0;
}

.sp-hide{
display: block;
}

.technology-txt span{
    letter-spacing: 1.4px;
    line-height: 3;

}

.carat-tec {
    width: 90%;
}

.product-group {
    margin: 80px auto 40px;
}

.technology-txt02 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.3px;
    margin: 5px auto -20px;
}

}


.side-nav,
.sp-menu-btn {
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

.nav-visible .side-nav,
.nav-visible .sp-menu-btn {
  opacity: 1;
  pointer-events: auto;
}


@media screen and (min-width: 769px) {
  .sp-menu-btn,
  .sp-menu,
  .sp-menu-overlay {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* SHORTS：PCのみ中央寄せ */
@media screen and (min-width: 769px) {
  #shorts .product-wrapper ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
  }

  #shorts .product-wrapper li {
    width: 31.5%;
  }

  .product-group {
    margin: 80px auto 40px;
}

.product-group {
    margin: 100px auto 20px;
}



}

.side-nav li {
  text-align: center;
  cursor: pointer;
}


.side-nav li a {
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  transition: transform .25s ease, color .25s ease;
}


.side-nav li span {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.75);
}


.side-nav li:hover a,
.side-nav li:hover span {
  color: #fffa79;
}

