.strung{
	font-family: 'Noto Sans JP', sans-serif;
	background:#fbfaf6;
	padding-bottom:40px;
}

.adidas-sis {
    width: 100%;
    overflow: hidden;
    position: relative;

}

.pagetitleBox {
    white-space: nowrap;
    overflow: hidden;
    margin: 60px 0 40px;
}

.pagetitle {
    animation: flowing 30s linear infinite;
    transform: translateX(100%);
    white-space: nowrap;
}

.pagetitle li {
    margin: 0 30px 0 0;
    display: inline-block;
}

@keyframes flowing {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.productBox {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.productBox li {
    box-sizing: border-box;
    overflow: hidden;
}

.imageBOX {
    width: 66.666%;
}

.imageBOX img{
    display: block;
}

.infoBOX {
    width: 33.333%;
    padding: 0 0 0 20px;
}

.product-name {
    font-size: 36px;
    margin-top: 18px;
	color:#c5a66e;
	font-weight:700;
}

.product-ground {
    font-size: 16px;
	margin:5px 0 8px;
	color:#666;
}

.product-txt {
	font-size: 15px;
    margin: 10px 0 20px;
	color:#666;
}

.product-txt span{
	font-size: 20px;
	font-weight:700;
	display:block;
	margin-bottom:13px;
}

.product-price {
    font-size: 27px;
    font-weight: bold;
    margin: 0 0 20px;
	color:#c5a66e;
}


.product-cvbtn {
    display: block;
    background: #c5a66e;
    border: 1px solid #c5a66e;
    color: #fbfaf6;
    max-width: 300px;
    text-align: center;
    padding: 17px 10px;
    font-weight: 700;
    font-size: 17px;
}

.product-cvbtn:hover {
    background: #fbfaf6;
    color: #c5a66e;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
}
.limited {
    margin: 20px 0;
}
.limited span{
    display: inline-block;
    background: #c5a66e;;
    color: #fbfaf6;
    font-size: clamp(17px, 4vw, 25px);
	padding: 10px 20px;
    line-height: 1.2;
    font-weight: 800;
}

.fx-cart .limited span{
	display: inline-block;
    background: #666;
    color: #fbfaf6;
    font-size: 13px;
    padding: 7px 10px;
    margin: 6px 0;
}

.fx-cart .limited {
    margin: 0;
}

.pagetitle-jp {
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 700;
}

.page-concept {
    font-size: clamp(18px, 4vw, 20px);
    border-left: 5px solid #43a2bc;
    padding: 0 0 0 20px;
    margin: 20px 0;
    font-weight: 700;
}

.gallery {
    padding: 100px 0 0;
}

.gallerybox01 {
    position: relative;
}

.gallerybox01 .gallerybox01-bk {
    width: 100%;
    background: #000;
    height: 60vh;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.gallerybox01 .decoration {
    font-size: clamp(62px, 4vw, 100px);
    line-height: 1;
    font-family: "adineuePRO", sans-serif;
    margin: 0 0 50px;
}

.gallerybox01 ul,
.gallerybox02 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 50px;
}

.gallerybox01 ul li img,
.gallerybox02 ul li img {
    display: block;
}

.gallerybox01 ul .pic01 {
    width: 52.5%;
}

.gallerybox01 ul .pic02 {
    width: 41.66%;
}

.gallerybox02 {
    padding: 50px 0 0;
}

.gallerybox03 {
    padding: 50px 0 0;
}

.gallerybox02 ul .pic03 {
    width: 33.33%;
}

.gallerybox02 ul .pic04 {
    width: 59.16%;
}

.gallerybox03 img{
    width: 100%;
}
.gallerybox04 {
    margin: 50px 0;
}

.gallerybox04 .inner{
    overflow-x: auto;
}

.gallerybox04 ul{
    display: flex;
    justify-content: space-between;
    width: 1200px;
}

.gallerybox01 ul li a,
.gallerybox02 ul li a,
.gallerybox03 ul li a,
.gallerybox04 ul li a{
    position: relative;
    display: block;
    overflow: hidden;
}

.gallerybox01 ul li a img,
.gallerybox02 ul li a img,
.gallerybox03 ul li a img,
.gallerybox04 ul li a img{
    transition: .3s;
    display: block;
}

.gallerybox01 ul li a:hover img,
.gallerybox02 ul li a:hover img,
.gallerybox03 ul li a:hover img,
.gallerybox04 ul li a:hover img{
    opacity: 0.8;
}



.ico-madol {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 10px;
    right: 10px;
    background: url(../img/ico_modal.png) no-repeat top center;
}

.fx-cart{
    display: none;
    position: fixed;
    right: 0;
    bottom: 100px;
    max-width: 200px;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
    z-index: 10;
}

.fx-cart .cartInner{
    padding: 10px;
}

.fx-cart .fx-name,
.fx-cart .fx-price{
    font-size: 18px;
    font-weight: 800;
	letter-spacing:0;
	color:#666;
}

.fx-cart .fx-ground{
    font-size: 14px;
}

.fx-cart .fx-cvbtn{
    display: block;
    background: #c5a66e;;
    border: 1px solid #c5a66e;;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
    transition: .3s;
    font-size: 14px;
    line-height: 1;
	margin-top:7px;
}

.fx-cart .fx-cvbtn:hover{
    background: #fff;
    color: #c5a66e;;
}

.mask-bg {
    display: none;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    transition: color 0ms 450ms;
  }

  .mask-bg::after {
    background: #82ccd9;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, 100%);
  }
  .mask-bg.is-animated{
    color: inherit;
    display: block;
  }

  .mask-bg.is-animated::after {
    animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.170, 1);
  }

  .main-txt {
    width: 100%;
    text-align: center;
    margin: 0 auto 60px;
}

.main-txt .catch {
    font-size: clamp(13px, 3.5vw, 19px);
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    line-height: 1.8;
	color:#c5a66e;
}



.product-wp{
    position: relative;
    margin: 75px auto 0;
    max-width: 1200px;
}

.product-ttl{
    font-size: 1.75em;
    font-weight: 700;
	margin-bottom:20px;
    line-height: 1.5;
}

.product-wp .product-tec{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.product-wp .product-tec:nth-child(even){
    flex-direction: row-reverse;
}

.product-wp .product-tec img{
    display: block;
}

.product-wp .product-tec li{
    width: 50%;
    overflow: hidden;
}

.product-icon{
    display: inline-block;
    background: #121212;
    color: #fff;
    padding: 0 10px;
	margin-bottom:10px;
}

.product-txtbox{
    margin:0;
	font-size: 16px;
    line-height: 1.9;
    padding: 0 30px;
}


.predator30_ttl{
    font-size: 63px;
    margin: 50px 0 30px;
    text-align: center;
	color:#c5a66e;
	font-weight:800;
}

.gallerybox03-txt{
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 15px auto 25px;
}


  @keyframes mask-bg {
    0% {
      transform: translate(-101%,0)
    }
    40%, 60% {
      transform: translate(0, 0%)
    }
    100% {
      transform: translate( 101%,0)
    }
  }


@media screen and (max-width:820px) {

    .inner {
        padding: 0 10px;
    }

    .gallerybox01 .gallerybox01-bk {
        height: 30vh;
    }

    .gallerybox01 .decoration {
        font-size: clamp(45px, 4vw, 100px);
        margin: 40px 10px;
    }

    .main-txt {
        padding: 0 10px;
        width: calc(100% - 20px);
    }


.product-wp{
	margin: 40px auto 0;
    padding: 30px 0 0;
}

    .product-wp .product-tec li:nth-child(1),
    .product-wp .product-tec li:nth-child(2){
        width: 90%;
        max-width: 600px;
        margin: 0 auto 30px;
    }

.product-txtbox{
	font-size: 14px;
    padding: 0;
}

.product-ttl{
    font-size: 1.5em;
	margin-bottom:10px;
}


.product-name {
    font-size: 29px;
}

.product-ground {
	margin:5px 0;
}

.product-price {
    font-size: 18px;
}



}

@media screen and (max-width:500px) {

    .inner {
        padding: 0;
    }

    .imageBOX {
        width: 100%;
    }

    .infoBOX {
        width: 100%;
        padding: 0 10px;
    }

    .product-cvbtn {
        max-width: unset;
    }

    .gallerybox01 ul .pic01,
    .gallerybox01 ul .pic02,
    .gallerybox02 ul .pic03,
    .gallerybox02 ul .pic04 {
        width: 100%;
    }

    .gallerybox01 ul .pic01 {
        padding: 0 0 0 20px;
    }

    .gallerybox01 ul .pic02 {
        padding: 0 40px 0 0;
    }

    .gallerybox02 ul .pic03 {
        padding: 0 0 0 20px;
    }

    .gallerybox02 ul .pic04 {
        padding: 0 40px 0 0;
        margin: 40px 0 0;
    }

    .gallerybox01 .decoration {
        font-size: clamp(45px, 4vw, 100px);
        margin: 40px 10px;
    }

    .page-concept {
        padding: 0 0 0 10px;
        margin: 20px 10px;
    }

    .pagetitle-jp {
        padding: 0 10px;
    }

    .gallerybox04 ul{
        width: 1000px;
    }

    .gallerybox04 ul li{
        margin: 0 10px 0 0;
    }

    .gallerybox04 .inner{
        padding: 0 10px;
    }

    .fx-cart{
        position: fixed;
        right: 0;
        bottom: 0;
        max-width: unset;
        width: 100%;
        background: #fff;
        box-shadow: none;
        border-radius: 0;
        display: none;
    }


    .switch{
        background: #c5a66e;;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 0;
        position: relative;

    }

    .switch::after{
        content: "";
        position: absolute;
        right: 10px;
        top: 40%;
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(136deg) translateY(30%);
    }

    .switch.open::after{
        transform: rotate(-45deg) translateY(30%);
        right: 20px;
    }

    .cartInner{
        display: none;
    }

    .gallerybox04 {
        margin: 50px 0 80px;
    }

    .fx-cart .fx-cvbtn{
        font-size: 16px;
    }

    .pagetitleBox{
        margin: 60px 0 20px;
    }

    .main-txt {
        margin: 0 auto 40px;
        padding: 0 10px;
        width: calc(100% - 20px);
    }


.predator30_ttl{
    font-size: 37px;
}

.product-txt {
	font-size: 14px;
}

.gallerybox03-txt{
    font-size: 13px;
}



}

: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 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;
}