@charset "utf-8";
/* CSS Document */


/*********************************************
フェードイン
*********************************************/
.fadeInWrapTop {
	display: block;
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	bottom: -50px;
}

.fadeInWrapTop.active {
	opacity: 1;
	bottom: 0;
}

.fadeInWrapBegin {
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	bottom: -50px;
}

.fadeInWrapBegin.active {
	opacity: 1;
	bottom: 0;
}

.fadeInWrapBegin02 {
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
}

.fadeInWrapBegin02.active {
	opacity: 1;
}

.fadeInWrapRight {
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	right: -100px;
}

.fadeInWrapRight.active {
	opacity: 1;
	right: 0;
}

.fadeInWrapLeft {
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	left: -50px;
}

.fadeInWrapLeft.active {
	opacity: 1;
	left: 0;
}


.fadeInWrapBottom {
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	bottom: -50px;
}

.fadeInWrapBottom.active {
	opacity: 1;
	bottom: 0;
}


/*********************************************
共通項目
*********************************************/
body {
    color: #231815;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 1;
    font-size: 14px;
}

img {
  display: block;
}

.wrapper {
  overflow: hidden;
}

.inner {
    width: 857px;
    margin-right: auto;
    margin-left: auto;
}

section {
  position: relative;
}


.only-sp {
    display: none;
}

.only-pc {
    display: block;
}

.container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/*横並び*/
.flex_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/*共通マージン・パディング*/
.mt200 {
    margin-top: 200px;
}

.mb200 {
    margin-bottom: 200px;
}

.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px;
}



/*********************************************
メインビジュアル
*********************************************/
#mv{
    background-color: #306D8C;
    height: 1130px;
    position: relative;
    width: 100%;
    margin-top: 120px;
    background-position-x: 131px;
}

#mv::before {
  content: "";
  display: block;
  padding-top: 134.3%; /* 比率を指定 */
}

#mv .bgWrap {
    width: 60%;
    max-width: 786px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#mv .mv_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#mv .logoWrap {
    width: 180px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
}

#mv .logoWrap .logo {
    width: 75px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 73px;
    transform: translateX(-50%);
}

#mv h1 {
    width: 27.1vw;
    height: auto;
    margin: 7.3% 3.7% auto auto;
}

/*ループ*/
/*#mv::after {
  content: "";
  width: 152vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  bottom: 38vw;
  left: 100%;
  animation: tickerBGsp 30s linear infinite;
  z-index: 1;
}

#mv::after {
  height: 12.3% ;
  background-image: url("../images/MV_loop_02.svg") ;
  bottom: 38vw ;
}

@keyframes tickerBGsp {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}*/
/*ループ*/

.t__loop_wrap {
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
}

#loopslider_02 {
    margin: 0 auto;
    width: 100vw;
    height: 190px;
    text-align: left;
    position: absolute;
    bottom: 10%;
    overflow: hidden;
    z-index: 1;
    opacity: 1;
	background-image: url("../images/MV_loop_02.svg");
    background-size: auto 190px;
}



/*********************************************
about
*********************************************/
#about .inner {
    position: relative;
}

#about .inner .label {
    width: 13px;
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 2;
}

#about .inner .aboutItem:nth-child(2) {
    position: relative;
    padding-top: 92px;
    padding-bottom: 94px;
}

#about .inner .aboutItem .imgBox {
    width: 346px;
    position: relative;
    z-index: 2;
}

#about .inner .aboutItem .imgText {
    width: 663px;
    background-color: #f4f4f4;
    padding: 131px 104px 131px 252px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#about .inner .aboutItem .imgText .imgLogo .imgAbout {
    width: 82px;
    margin-bottom: 17px;
}

#about .inner .aboutItem .imgText .imgLogo .imgReebok {
    width: 294px;
    margin-bottom: 92px;
}

#about .inner .aboutItem .imgText .textBody {
    width: 100%;
    line-height: 2;
    font-size: 16px;
    font-feature-settings: "palt";
}

#about .inner .aboutItem:nth-child(3) {
    margin-bottom: 94px;
    margin-top: -46px;
}

#about .inner .aboutItem:nth-child(3) .imgBox{
    margin-right: 62px;
}

#about .inner .aboutItem:nth-child(3) .textBody{
    margin: 161px 0 0 27px;
    width: 369px;
    line-height: 2;
    font-size: 16px;
    font-feature-settings: "palt";
}

#about .inner .aboutItem:nth-child(4) .textBody{
    margin: 49px 62px 0 0;
    width: 346px;
    line-height: 2;
    font-size: 16px;
    font-feature-settings: "palt";
}



/*********************************************
wishlist
*********************************************/
#wishlist .dotted {
    width: 305px;
    margin-left: auto;
    margin-right: auto;
}

#wishlist h2 {
    width: 275px;
    margin-left: auto;
    margin-right: auto;
}

#wishlist .wishlistItem {
    position: relative;
}

#wishlist .wishlistItem h3 {
    position: absolute;
}

#wishlist .wishlistItem h3 .label {
    width: 47px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 9px;
    margin-bottom: 12px;
    position: relative;
}

#wishlist .wishlistItem h3 .number {
    width: 72px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 43px;
}

#wishlist .wishlistItem .imgModel {
    width: 100%;
    z-index: 2;
    position: relative;
}

#wishlist .wishlistItem h3 .label::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0; 
    display: inline-block;
    width: 21px;
    height: 1px; 
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); 
    background-color: #000;
}

#wishlist .wishlistItem:nth-child(4) h3 .label::after,
#wishlist .wishlistItem:nth-child(6) h3 .label::after{
    background-color: #FFF;
}

#wishlist .wishlistItem:nth-child(3) h3 {
    width: 331px;
    left: 8.8vw;
    top: 7.64%;
}

#wishlist .wishlistItem:nth-child(3) .imgModel {
    top: 0;
}

#wishlist .wishlistItem:nth-child(3) .imgItem{
    width: 55.9vw;
    position: absolute;
    bottom: -2.8%;
}



.fadeInWrapLeft06 {
	transition-duration:0.7s;
    transition-delay:0.6s;
	opacity: 0;
    bottom: 0;
	left: -80px;
}

.fadeInWrapLeft06.active {
	opacity: 1;
	left: -2.8%;
}



#wishlist .wishlistItem:nth-child(4), 
#wishlist .wishlistItem:nth-child(6){
    background-color: #bed5e4;
}

#wishlist .wishlistItem:nth-child(6){
    margin-top: -107px;
    z-index: 1;
}

#wishlist .wishlistItem:nth-child(4) h3 {
    width: 355px;
    right: 7.6vw;
    top: 14.14%;
}

#wishlist .wishlistItem:nth-child(4) .imgItem {
    width: 103vw;
    position: absolute;
    bottom: -2.2%;
    z-index: 2;
}

#wishlist .wishlistItem:nth-child(5) h3 {
    width: 400px;
    right: 5.7vw;
    top: 9.61%;
}

#wishlist .wishlistItem:nth-child(6) h3 {
    width: 291px;
    right: 11.6vw;
    top: 17.18%;
}

#wishlist .wishlistItem:nth-child(6) .imgItem {
    width: 105vw;
    position: absolute;
    z-index: 2;
}

.fadeInWrapRight06 {
	transition-duration:0.7s;
    transition-delay:0.5s;
	opacity: 0;
    bottom: 0;
	right: -50px;
}

.fadeInWrapRight06.active {
	opacity: 1;
	right: 0;
}

#brand {
    background-color: #231815;
}

#brand .btnGroup li {
    border: 1px solid #FFF;
}

#brand .btnGroup li a {
    color: #FFF;
}


#brand .btnGroup li a.selected {
    color: #000;
    background-color: #FFF;
}

#brand .contact {
    display: inline-block;
    text-align: center;
    border-bottom: 2px solid #FFF;
    font-size: 15px;
    font-weight: bold;
    padding: 0 5px 10px;
    color: #FFF;
    text-decoration: none;
}



/*********************************************
PC
*********************************************/
@media screen and (min-width: 1400px) {
/*    #wishlist .wishlistItem:nth-child(6) .imgItem {
        width: 80%;
        left: 0;
        bottom: 10%;
    }  */
}


@media only screen and (min-width: 1025px) and (max-width: 1399px) {
/*    #wishlist .wishlistItem:nth-child(6) .imgItem {
        bottom: 0;
    }  */
}


@media screen and (min-width: 1025px) {
    #wishlist .wishlistItem .imgModel {
        width: 80%;
        margin: 0 0 0 auto;
    }
    
    #wishlist .wishlistItem:nth-child(4) .imgModel,
    #wishlist .wishlistItem:nth-child(6) .imgModel{
        margin: 0 auto 0 0;
    }
    
    #wishlist .wishlistItem:nth-child(6) .imgModel {
        width: 100%;
    }
    
    #wishlist .wishlistItem:nth-child(5) .imgModel {
        margin: 0;
    }
    
    #wishlist .wishlistItem:nth-child(3) .imgItem {
        width: 48vw;
        position: absolute;
        bottom: -2.8%;
        left: 10%;
    }
    
    #wishlist .wishlistItem:nth-child(4) .imgItem {
        width: 90vw;
        bottom: 0;
    }

}


/*********************************************
TB ヘッダー
*********************************************/
@media screen and (max-width: 1071px) {
    #mv{
        margin-top: 55px;
    }
}



/*********************************************
TB
*********************************************/
@media screen and (max-width: 1024px) {
    #loopslider_02 {
        height: 220px;
        background-size: auto 220px;
    }
    
    #mv .bgWrap {
        display: none;
    }
    
    #mv {
        background-image: url("../images/mv.jpg");
        background-position: -270% center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}



/*********************************************
SP
*********************************************/
@media screen and (max-width: 599px) {
    /*共通項目*/
    
    
    .mt200 {
        margin-top: 100px;
    }

    .mb200 {
        margin-bottom: 100px;
    }


    .mt50 {
        margin-top: 20px;
    }

    .mb50 {
        margin-bottom: 20px;
    }

    .pt50 {
        padding-top: 20px;
    }

    .pb50 {
        padding-bottom: 20px;
    }

    .inner {
        padding: 0 20px;
        width: auto;
    }
    
    .only-sp {
        display: block;
    }
    
    .only-pc {
        display: none;
    }
    

    body {
        font-size: 14px;
    }

    
    
    /*mv*/
    #loopslider_02 {
        margin: 0 auto;
        width: 100vw;
        height: 80px;
        text-align: left;
        position: absolute;
        bottom: 10%;
        overflow: hidden;
        z-index: 1;
        opacity: 1;
        background-image: url("../images/MV_loop_02.svg");
        background-size: auto 80px;
    }
    
    
    #mv {
        height: 100vh;
/*        background-image: url("../images/mv-sp.jpg");*/
        background-position: center;
    }
    
    #mv .logoWrap {
        width: 19.47%;
    }
    
    #mv .logoWrap .logo {
        width: 53.4%;
        margin-top: 71.2%;
        top: 0;
    }
    
    
    #mv h1 {
        width: 40.8vw;
        margin-top: 13.8%;
    }
    
    
    /*concept*/
    #about .inner .label {
        width: 2.99%;
        right: 20px;
    }
        
    #about .inner .aboutItem .imgBox {
        width: 100%;
        margin-bottom: 20px
    }
    
    #about .inner .aboutItem:nth-child(2) {
        padding-top: 49.55%;
    }
    
    #about .inner .aboutItem:nth-child(3) {
        margin-bottom: 94px;
        margin-top: 0;
    }
    
    #about .inner .aboutItem:nth-child(3) .imgBox {
        margin-right: 0;
        margin-bottom: 20px;
    }

    #about .inner .aboutItem .imgText .textBody  {
        font-size: 14px;
    }
    
    #about .inner .aboutItem:nth-child(3) .textBody {
        margin: 0;
        width: 100%;
        order: 2;
        font-size: 14px;
    }
    
    #about .inner .aboutItem:nth-child(4) .textBody {
        margin: 0;
        width: 100%;
        font-size: 14px;
    }
    
    #about .inner .aboutItem:nth-child(2) .imgBox {
        width: 59.7%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    #about .inner .aboutItem .imgText {
        position: relative;
        width: 93.43%;
        padding: 70px 20px 92px 65px;
        right: -20px;
        top: 0;
        margin-left: auto;
    }
    
    #about .inner .aboutItem .imgText .imgLogo {
        width: 81%;
    }
    
    #about .inner .aboutItem .imgText .imgLogo .imgReebok {
        width: 100%;
    }
    
    #about .inner .aboutItem .imgText .imgLogo .imgAbout {
        width: 27%;
    }
    
    #about .inner .aboutItem .imgText .imgLogo .imgReebok {
        margin-bottom: 42px;
    }
    
    
    
    
    /*wishlist*/
    #wishlist .dotted {
        width: 35%;
        margin-top: 70px;
        margin-bottom: 70px;
    }
        
    #wishlist h2 {
        width: 40%;
        margin-bottom: 50px;
    }
    
    #wishlist .wishlistItem:nth-child(3) h3 {
        width: 38%;
        top: 4.64%;
    }
    
    #wishlist .wishlistItem:nth-child(4) h3 {
        width: 41.33%;
    }
    
    #wishlist .wishlistItem:nth-child(5) h3 {
        width: 47.73%;
        right: 3.7vw;
        top: 4.61%;
    }
    
    #wishlist .wishlistItem:nth-child(6) h3 {
        width: 34.93%;
        right: 4.6vw;
        top: 8.18%;
    }
    
    #wishlist .wishlistItem:nth-child(3) h3 .number {
        width: 26.7%;
        margin-bottom: 18px;
    }
    
    #wishlist .wishlistItem:nth-child(4) h3 .number {
        width: 25.16%;
        margin-bottom: 18px;
    }
    
    #wishlist .wishlistItem:nth-child(5) h3 .number {
        width: 21.79%;
        margin-bottom: 18px;
    }
        
    #wishlist .wishlistItem:nth-child(6) h3 .number {
        width: 29.77%;
        margin-bottom: 18px;
    }
    
    #wishlist .wishlistItem:nth-child(6) {
        margin-top: -7px;
    }

}









































