@charset "UTF-8";
/*=======================================
                  PC   
========================================*/
/*=======================================
 	        animation
 ========================================*/
.inview {
  -webkit-transition-duration: 1s;
    transition-duration: 1s;
    opacity: 0;
}
.inview.active {
  opacity: 1;
}
.inview02 {
  -webkit-transition-duration: 1s;
    transition-duration: 1s;
    transition-delay: .5s;
    opacity: 0;
}
.inview02.active {
  opacity: 1;
}

/* ===================
	　　 General
=================== */
html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  #wrapper #breadcrumb {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }
}

#mainLP_Contents {
  /* background-image: url(../img/pc.jpg); */
	background-repeat: no-repeat;
	background-size: 140rem; 
	background-position-x: center; 
	background-position-y: 1.4rem;
  overflow: hidden;
}

#breadcrumb.edit_lp .cateList {
  margin: 0 auto 30px 120px;
}

#wrapper {
  width: 140rem;
  margin: 0 auto;
  margin: 2rem auto 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}
#wrapper img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
#wrapper .yugothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 2;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333333;
}
#wrapper .Crimson_Text {
  font-family: 'Crimson Text', serif;
  letter-spacing: 0.035em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#wrapper .noto-serif-jp {
  font-family: 'Noto Serif JP', serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
  letter-spacing: 0.075em;
}
#wrapper .price {
  font-family: 'Crimson Text', serif;
  font-size: 1.3rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.015em;
}
#wrapper .price span {
  border-bottom: 0.1rem solid #cccccc;
}
#wrapper .ml {
  margin-left: 0.9rem;
}
#wrapper .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wrapper .row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#wrapper h3 {
  margin-bottom: 1.9rem;
  font-size: 1.9rem;
}
#wrapper h4 {
  margin-left: auto;
  margin-bottom: 1.9rem;
}
#wrapper .title {
  position: relative;
  margin-top: 21.8rem;
  text-align: center;
}
#wrapper .product {
  font-size: 3rem;
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #333333;
}
#wrapper .movie {
  width: 76.8rem;
}
#wrapper .movie video {
  width: 76.8rem;
}
#wrapper .number {
  position: relative;
  margin-bottom: 1.9rem;
  font-size: 2.4rem;
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
}
#wrapper .number::before {
  position: absolute;
  content: "";
  width: 4.2rem;
  height: 4rem;
  margin: auto;
  right: 0;
  left: 0;
  bottom: -3.95rem;
  background-image: url(/Page/style/220519_mika/img/decoration.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#wrapper .section-intro {
  display: flex;
}
.white-section-intro {
  margin-bottom: 8.9rem;
  justify-content: center;
}
#wrapper .description {
  margin-bottom: 12.2rem;
  display: flex;
}
#wrapper .comment {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.6rem;
  font-size: 1.3rem;
  text-align: justify;
}
#wrapper .subcomment {
  position: relative;
  font-size: 1.3rem;
  text-align: justify;
}
#wrapper .comment::before {
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  top: 0;
  left: -3rem;
  background-image: url(/Page/style/220519_mika/img/brackets_left.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#wrapper .comment::after {
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  right: -3rem;
  bottom: 0;
  background-image: url(/Page/style/220519_mika/img/brackets_right.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#wrapper .brackets{
  position: relative;
}
#wrapper .brackets::before {
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  top: 3.4rem;
  left: -3rem;
  background-image: url(/Page/style/220519_mika/img/brackets_left.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#wrapper .brackets::after {
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  right: -3rem;
  bottom: 0.3rem;
  background-image: url(/Page/style/220519_mika/img/brackets_right.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#wrapper .copy {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.9rem;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: -0.05em;
  color: #333333;
}
#wrapper .subcopy {
  margin-bottom: 1.7rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: -0.05em;
  color: #333333;
}
.punctuation {
  margin-left: -1rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}
#wrapper .tops, #wrapper .pants{
  display: flex;
  align-items: flex-start;
}

/* ===================
	　　  common
=================== */
@media screen and (max-device-width: 767px) {
  #breadcrumb .cateList {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

/* ===================
	　 firstview
=================== */
#firstview {
  margin-bottom: 11.6rem;
  text-align: center;
}
#firstview .fv-img {
  width: 110rem;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto 11.3rem;
}
#firstview .fv-img a {
  display: block;
}
#firstview .fv-txt {
  font-size: 1.3rem;
}

/* ===================
	　 section01
=================== */
.white-setup {
  margin-bottom: 17.45rem;
}
.white-title {
  margin-left: 6rem;
}
.white-title::before {
  position: absolute;
  content: "";
  width: 36rem;
  height: 56.2rem;
  top: -7.8rem;
  right: -6rem;
  background-color: #f8f5f0;
  z-index: -1;
}
.white-product {
  width: 18rem;
}
.white-setup-description {
  flex-direction: row-reverse;
  justify-content: center;
}
.white-setup-description .product-img {
  width: 45rem;
  margin-left: -3rem;
}
.white-setup-description-wrap {
  width: 50rem;
  margin-top: 24.9rem;
}
.white-setup-price{
  margin-top: 2rem;
  text-align: right;
}
.white-setup-comment{
  margin-bottom: 3.9rem;
}
.white-tops {
  margin-left: 6rem;
  margin-bottom: -17rem;
}
.white-tops .product-img {
  width: 34rem;
}
.white-tops-description-wrap {
  width: 44rem;
  margin-top: 5.5rem;
  margin-left: 9rem;
}
.white-tops-price{
  margin-top: 1.2rem;
  line-height: 2.25;
}
.white-tops-description-wrap h4 {
  width: 15rem;
}
.white-pants{
  margin-right: 6rem;
  flex-direction: row-reverse;
}
.white-pants .product-img {
  width: 36rem;
  margin-left: -9rem;
}
.white-pants-description-wrap h4 {
  width: 16rem;
}
.white-pants-price {
  text-align: right;
}
.white-pants-description-wrap {
  width: 40rem;
  margin-top: 26.5rem;
}
.white-pants-price{
  margin-top: 1.4rem;
  line-height: 2.07;
}
#wrapper .white-pants-subcopy{
  letter-spacing: -0.03em;
}
#wrapper .white-setup-subcopy{
  letter-spacing: -0.03em;
}
#wrapper .white-pants .brackets::before {
  top: 3.5rem;
}
.white-section-intro h3 img{
  width: 18rem;
}

/* ===================
	　 section02
=================== */
.olive-setup{
  margin-bottom: 18.2rem;
}
.olive-section-intro{
  flex-direction: row-reverse;
}
.olive-setup h3 img{
  width: 18rem;
}
.olive-title::before {
  position: absolute;
  content: "";
  width: 36rem;
  height: 73.3rem;
  top: -7.8rem;
  right: -12rem;
  background-color: #f7f9f3;
  z-index: -1;
}
.olive-section-intro {
  margin-left: 22.6rem;
  margin-bottom: 8.9rem;
  justify-content: flex-end;
}
.olive-movie{
  margin-left: 6rem;
}
.olive-setup-description .product-img {
  width: 45rem;
  margin-left: -15rem;
}
.olive-setup-description-wrap {
  width: 50rem;
  margin-top: 6.9rem;
}
.olive-setup-description{
  margin-left: 31.5rem;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.olive-setup-price {
  margin-top: 2rem;
  margin-right: 0.4rem;
  text-align: right;
}
.olive-setup-comment{
  margin-bottom: 4rem;
}
#wrapper .olive-setup-comment::after {
  bottom: -0.2rem;
}
.olive-setup .punctuation{
  margin-left: -0.5rem;
}
.olive-tops {
  margin-left: 48rem;
  margin-bottom: -6.3rem;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.olive-tops-description-wrap h4 {
  width: 15rem;
}
.olive-tops .product-img {
  width: 40rem;
  margin-left: -6rem;
}
.olive-tops-description-wrap {
  width: 48rem;
  margin-top: 17.5rem;
}
.olive-tops-price{
  margin-top: 2rem;
  text-align: right;
}
#wrapper .olive-tops-subcopy{
  letter-spacing: -0.04em;
}
.olive-pants .product-img {
  width: 40rem;
}
.olive-pants-description-wrap h4 {
  width: 15.6rem;
}
.olive-pants-description-wrap {
  width: 36rem;
  margin-top: 23.5rem;
  margin-left: 9rem;
}
.olive-pants {
  margin-left: 10rem;
}
.olive-pants-price{
  margin-top: 2rem;
}
#wrapper .olive-pants .brackets::before {
  top: 4.4rem;
}
#wrapper .olive-pants .brackets::after {
  bottom: 0.5rem;
}
#wrapper .olive-setup-subcopy{
  letter-spacing: -0.04em;
}

/* ===================
	　 section03
=================== */
.black-setup {
  margin-bottom: 17.55rem;
}
.black-section-intro{
  margin-bottom: 8.9rem;
  justify-content: center;
}
#wrapper .black-title {
  margin-top: 21.4rem;
  margin-left: 6rem;
}
.black-setup h3 img{
  width: 18rem;
}
.black-title::before {
  position: absolute;
  content: "";
  width: 36rem;
  height: 56.6rem;
  top: -7.8rem;
  right: -6rem;
  background-color: #f5f5f6;
  z-index: -1;
}
.black-product {
  width: 18rem;
}
.black-setup-description {
  justify-content: center;
  align-items: flex-start;
}
.black-setup-description .product-img {
  width: 45rem;
}
.black-setup-description-wrap {
  width: 44rem;
  margin-top: 6.8rem;
  margin-left: -6rem;
  z-index: 2;
}
.black-setup-price{
  margin-top: 2rem;
  margin-left: 0.2rem;
}
.black-setup-comment{
  margin-bottom: 3.9rem;
}
#wrapper .black-setup-copy{
  letter-spacing: -0.03em;
}
.black-tops {
  margin-left: 43rem;
  margin-bottom: -3.3rem;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.black-tops .product-img {
  width: 36rem;
  margin-left: 9rem;
}
.black-tops-description-wrap {
  width: 38rem;
  margin-top: 17.2rem;
}
.black-tops-price{
  margin-top: 2rem;
  text-align: right;
}
#wrapper .black-tops-description-wrap h4 {
  width: 15rem;
  margin-right: -0.2rem;
}
#wrapper .black-tops-subcopy{
  letter-spacing: -0.08em;
}
.black-pants{
  margin-left: 14rem;
}
.black-pants .product-img {
  width: 40rem;
}
.black-pants-description-wrap h4 {
  width: 16.4rem;
}
.black-pants-description-wrap {
  width: 34rem;
  margin-top: 23.5rem;
  margin-left: 9rem;
}
.black-pants-price{
  margin-top: 1.3rem;
  line-height: 2.07;
}
#wrapper .black-setup-subcopy{
  letter-spacing: -0.08em;
}
#wrapper .black-pants .brackets::before {
  top: 4.5rem;
}
#wrapper .black-pants .brackets::after {
  bottom: 0.4rem;
}
#wrapper .black-setup-comment::before {
  top: 0.1rem;
}
#wrapper .black-setup-comment::after {
  right: -3.1rem;
}
#wrapper .black-tops .brackets::before {
  top: 3.7rem;
}
#wrapper .black-tops .brackets::after {
  bottom: 0.2rem;
}
#wrapper .black-pants-subcopy{
  letter-spacing: -0.01em;
}

/* ===================
	　 section04
=================== */
.profile{
  margin-bottom: 8.4rem;
  display: flex;
  justify-content: center;
}
.profile-img{
  width: 34rem;
}
.profile-description{
  width: 34rem;
  margin-top: 5.9rem;
  margin-left: -6rem;
}
#wrapper .profile h4{
  margin-bottom: 2.6rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.9rem;
  font-weight: 600;
  font-feature-settings: "palt";
  color: #333333;
}
.profile-txt{
  margin-bottom: 1.7rem;
  font-size: 1.3rem;
  text-align: justify;
}
.instagram{
  position: relative;
  padding-left: 2.8rem;
  font-size: 1.3rem;
  color: #333333;
}
.instagram::before{
  position: absolute;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  margin: auto;
  top: 0;
  left: 0rem;
  bottom: 0;
  background-image: url(/Page/style/220519_mika/img/instagram.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* ===================
	　 youtube
=================== */
.youtube-movie {
  margin-bottom: 5.4rem;
  text-align: center;
}
.youtube-movie p {
  margin-bottom: 2.6rem;
  font-size: 1.6rem;
  letter-spacing: 0.04em !important;
  line-height: 1.7;
  color: #333333;
}
.youtube-movie p span {
  margin-left: 1rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.youtube-movie .youtube_box {
  width: 83.5rem;
  height: 47rem;
  margin: auto;
}
.youtube-movie .youtube_box iframe {
  width: 83.4rem;
  height: 46.9rem;
  background-color: #fff;
}
.html5-video-player {
  background-color: #fff;
}
.html5-video-player:not(.ytp-transparent), .html5-video-player.unstarted-mode, .html5-video-player.ad-showing, .html5-video-player.ended-mode, .html5-video-player.ytp-fullscreen {
  background-color: #fff;
}

/* ===================
	　 staff
=================== */
.staff-credit {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.015em !important;
}

/* ===================
	　　  button
=================== */
.m-btn {
  width: 60rem;
  margin: 5.8rem auto 5rem;
}
.m-btn a {
  width: 60rem;
  height: 6.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.1rem solid #000;
  background-color: #fff;
  font-family: "Crimson Text", serif;
  font-size: 1.1rem;
  line-height: 1.54;
  letter-spacing: 0.002em;
  text-align: center;
}

#dvUserBox table {
  background-color: #fff;
}

_:-ms-lang(x)::-ms-backdrop, #wrapper .black-pants .brackets::after {
  width: 3.2rem;
}
_:-ms-lang(x)::-ms-backdrop, #wrapper .black-setup-comment::after {
  width: 3.1rem;
}
_:-ms-lang(x)::-ms-backdrop, #wrapper .white-setup-comment::after {
  top:15.8rem;
}
_:-ms-lang(x)::-ms-backdrop, #wrapper .black-tops .brackets::after {
  top:19.8rem;
}

/*=======================================
               Responsive   
========================================*/
@media screen and (min-device-width: 768px) {
  .sp_only {
    display: none;
  }
}

/* for SP */
@media screen and (max-width: 767px) {
  /*=======================================
                    SP    
  ========================================*/
  /* ===================
	　　 General
=================== */
  #breadcrumb.edit_lp .cateList {
    margin: 0 auto;
  }
  .main-inner {
    /* background-image: url(/Page/style/220519_mika/img/sp.jpg); */
	background-repeat: no-repeat;
	background-size: calc(750* (100vw / 750)); 
	background-position-x: center; 
	background-position-y: calc(-16* (100vw / 750));
    overflow: hidden;
    position: relative;
  }
/*   .main-inner::before{
	position: absolute;
	content: "";
	background-image: url(/Page/style/220519_mika/img/sp2.jpg);
	background-repeat: no-repeat;
	width: calc(750* (100vw / 750)); 
	height: calc(8271* (100vw / 750)) ;
	background-position-x: center; 
	top: calc(12307* (100vw / 750));
	overflow: hidden;
	background-size: cover;
	z-index: -1;
} */
  .main-area .main-inner {
    width: 100%;
  }
  #wrapper {
    width: calc(750* (100vw / 750));
    margin: 0 auto;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #wrapper .yugothic {
    line-height: 2.0833;
  }
  #wrapper .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #wrapper .row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #wrapper .price {
    font-size: calc(23* (100vw / 750));
    letter-spacing: 0.015em;
  }
  #wrapper .ml {
    margin-left: calc(20* (100vw / 750));
  }
  #wrapper .sp_only {
    display: block !important;
  }
  #wrapper .pc_only {
    display: none;
  }
  #wrapper h3 {
    margin-bottom: calc(30* (100vw / 750));
    font-size: 1.9rem;
  }
  #wrapper h4 {
    margin-left: calc(370* (100vw / 750));
    margin-bottom: calc(39* (100vw / 750));
  }
  #wrapper .title {
    margin-top: calc(273* (100vw / 750));
  }
  #wrapper .product {
    font-size: calc(45* (100vw / 750));
    letter-spacing: 0.02em;
  }
  #wrapper .movie {
    width: 100%;
  }
  #wrapper .movie video {
    width: 100%;
  }
  #wrapper .number {
    margin-bottom: calc(28* (100vw / 750));
    font-size: calc(36* (100vw / 750));
  }
  #wrapper .number::before {
    width: calc(65* (100vw / 750));
    height: calc(8* (100vw / 750));
    margin: auto;
    right: 0;
    left: 0;
    bottom: calc(-7* (100vw / 750));
    background-image: url(/Page/style/220519_mika/img/sp_decoration.png);
  }
  .white-section-intro {
    margin-bottom: calc(60* (100vw / 750));
  }
  #wrapper .description {
    margin-bottom: calc(107* (100vw / 750));
    flex-direction: column;
  }
  #wrapper .comment {
    padding-top: calc(29* (100vw / 750));
    padding-bottom: calc(29* (100vw / 750));
    font-size: calc(24* (100vw / 750));
  }
  #wrapper .subcomment {
    font-size: calc(24* (100vw / 750));
  }
  #wrapper .comment::before {
    width:calc(60* (100vw / 750));
    height:calc(60* (100vw / 750));
    top: 0;
    left:calc(-41* (100vw / 750));
    background-image: url(/Page/style/220519_mika/img/brackets_left.png);
  }
  #wrapper .comment::after {
    width: calc(60* (100vw / 750));
    height: calc(60* (100vw / 750));
    right: calc(-41* (100vw / 750));
    bottom: 0;
    background-image: url(/Page/style/220519_mika/img/brackets_right.png);
  }
  #wrapper .brackets{
    position: relative;
  }
  #wrapper .brackets::before {
    width: calc(60* (100vw / 750));
    height: calc(60* (100vw / 750));
    top: calc(80* (100vw / 750));
    left: calc(-41* (100vw / 750));
    background-image: url(/Page/style/220519_mika/img/brackets_left.png);
  }
  #wrapper .brackets::after {
    position: absolute;
    content: "";
    width: calc(60* (100vw / 750));
    height: calc(60* (100vw / 750));
    right:calc(-41* (100vw / 750));
    bottom: calc(10* (100vw / 750));
    background-image: url(/Page/style/220519_mika/img/brackets_right.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #wrapper .copy {
    font-size: calc(34* (100vw / 750));
    line-height: 1.9411;
    letter-spacing: -0.05em;
  }
  #wrapper .subcopy {
    margin-bottom: 1.7rem;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    font-weight: 600;
    font-feature-settings: "palt";
    letter-spacing: -0.05em;
  }
  .punctuation {
    margin-left:0;
    letter-spacing: -0.04em;
  }
  #wrapper .tops, #wrapper .pants{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  /* ===================
	　 firstview
=================== */
#firstview {
  margin-bottom: calc(112* (100vw / 750));
  text-align: center;
}
#firstview .fv-img {
  width: 100%;
  margin: 0 auto calc(108* (100vw / 750));
}
#firstview .fv-txt {
  font-size: calc(24* (100vw / 750));
}

  /* ===================
	　 section01
=================== */
.white-setup {
  margin-bottom:calc(189* (100vw / 750));
}
.white-title {
  margin-left: calc(35* (100vw / 750));
  margin-right: calc(-135* (100vw / 750));
}
.white-title::before {
  width: calc(330* (100vw / 750));
  height: calc(1100* (100vw / 750));
  top: calc(-749* (100vw / 750));
  right: auto;
  left: calc(-35* (100vw / 750));
}
.white-product {
  width: auto;
}
.white-setup h3{
  width: calc(270* (100vw / 750));
}
.white-setup-description {
  flex-direction: row-reverse;
  justify-content: center;
}
.white-setup-description .product-img {
  width: 100%;
  margin-left: auto;
  margin-bottom: calc(26* (100vw / 750));
}
.white-setup-description .product-img img{
  width: calc(580* (100vw / 750));
}
.white-setup-description-wrap {
  width: calc(600* (100vw / 750));
  margin: 0 auto;
}
.sp_title-wrap{
  display: flex;
  flex-direction: row-reverse;
}
.white-setup-price{
  margin-top: calc(30* (100vw / 750));
  margin-right: calc(30* (100vw / 750));
}
.white-setup-comment{
  margin-bottom: calc(2* (100vw / 750));
}
.white-tops {
  margin-left: calc(75* (100vw / 750));
  margin-bottom: calc(109* (100vw / 750));
}
.white-tops .product-img {
  width: calc(480* (100vw / 750));
  margin-bottom: calc(-10* (100vw / 750));
}
.white-tops-description-wrap {
  width: calc(600* (100vw / 750));
  margin-top: 0;
  margin-left: 0;
}
.white-tops-price{
  margin-top: calc(18* (100vw / 750));
  line-height: 2.1;
}
.white-tops-description-wrap h4 {
  width: calc(270* (100vw / 750));
}
#wrapper .white-tops-subcomment{
  letter-spacing: 0.06em;
}
.white-pants{
  margin-right:0;
  flex-direction: row-reverse;
}
.white-pants .product-img {
  width: calc(500* (100vw / 750));
  margin-left: calc(175* (100vw / 750));
  margin-bottom: calc(40* (100vw / 750));
}
.white-pants-description-wrap h4 {
  width: calc(288* (100vw / 750));
}
#wrapper .white-pants-description-wrap h4 {
  margin-left: calc(427* (100vw / 750));
}
.white-pants-price {
  text-align: right;
}
.white-pants-description-wrap {
  width: calc(750* (100vw / 750));
  margin-top: 0;
}
.white-pants-price{
  margin-top: calc(18* (100vw / 750));
  line-height: 2.07;
}
#wrapper .white-pants-subcopy{
  margin-left: calc(75* (100vw / 750));
  margin-bottom: calc(32* (100vw / 750));
  letter-spacing: 0.01em;
}
#wrapper .white-pants-subcomment{
  width: calc(600* (100vw / 750));
  margin: auto;
  letter-spacing: 0.06em;
}
#wrapper .white-pants .brackets::before {
  top: calc(81* (100vw / 750));
  left: calc(34* (100vw / 750));
}
#wrapper .white-pants .brackets::after {
  right: calc(34* (100vw / 750));
}

/* ===================
	　 section02
=================== */
.olive-setup {
  margin-bottom: calc(189* (100vw / 750));
}
.olive-setup h3 {
  width: calc(270* (100vw / 750));
}
.olive-setup h3 img {
  width: calc(270* (100vw / 750));
}
#wrapper .olive-title{
  margin-top: calc(182* (100vw / 750));
  margin-left: calc(35* (100vw / 750));
  margin-right: calc(-135* (100vw / 750));
}
.olive-setup-description .product-img img{
  width: calc(580* (100vw / 750));
}
.olive-title::before {
  width: calc(390* (100vw / 750));
  height: calc(1530* (100vw / 750));
  top: calc(-662* (100vw / 750));
  right: auto;
  left: calc(-35* (100vw / 750));
}
.olive-section-intro {
  margin-left: 0;
  margin-bottom: calc(60* (100vw / 750));
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.olive-movie {
  margin-left: 0;
}
.olive-setup-description .product-img {
  width:100%;
  margin-left: 0;
  margin-bottom: calc(26* (100vw / 750));
}
.olive-setup-description-wrap {
  width: 100%;
  margin-top: 0;
}
.olive-setup-description{
  margin-left: 0;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.olive-setup-price {
  margin-top: calc(30* (100vw / 750));
  margin-right: calc(30* (100vw / 750));
}
.olive-setup-comment{
  width: calc(600* (100vw / 750));
  margin: 0 auto  calc(2* (100vw / 750));
}
.olive-setup-copy{
  margin-left:  calc(76* (100vw / 750));
}
.olive-setup .punctuation{
  margin-left: -0.5rem;
}
.olive-tops {
  margin-left: 0;
  margin-bottom: 0;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.olive-tops-description-wrap h4 {
  width:  calc(270* (100vw / 750));
}
.olive-tops .product-img {
  width: calc(520* (100vw / 750));
  margin: 0 auto calc(-9* (100vw / 750));
}
.olive-tops-description-wrap {
  width:calc(600* (100vw / 750));
  margin: 0 auto calc(108* (100vw / 750));
}
.olive-tops-price{
  margin-top: calc(18* (100vw / 750));
  text-align: left;
  line-height: 2.07;
}
#wrapper .olive-tops-subcopy{
  letter-spacing: -0.01em;
}
#wrapper .olive-tops-subcomment{
  letter-spacing: 0.06em;
}
.olive-pants .product-img {
  width: calc(520* (100vw / 750));
  margin: 0 auto calc(-9* (100vw / 750));
}
#wrapper .olive-pants-description-wrap h4 {
  width: calc(280.8* (100vw / 750));
  margin-left: calc(359* (100vw / 750));
}
.olive-pants-description-wrap {
  width: calc(600* (100vw / 750));
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.olive-pants {
  margin-left: 0;
}
.olive-pants-price{
  margin-top: calc(18* (100vw / 750));
  line-height: 2.07;
}
#wrapper .olive-pants .brackets::before {
  top: calc(80* (100vw / 750));
}
#wrapper .olive-pants .brackets::after {
  bottom: calc(10* (100vw / 750));
}
#wrapper .olive-pants-subcopy{
  letter-spacing: -0.01em;
}

/* ===================
	　 section03
=================== */
.black-setup {
  margin-bottom: calc(188* (100vw / 750));
}
.black-section-intro{
  margin-bottom: calc(60* (100vw / 750));
  justify-content: center;
}
#wrapper .black-title {
  margin-top: calc(272* (100vw / 750));
  margin-left: calc(-134* (100vw / 750));
}
.black-title::before {
  width: calc(390* (100vw / 750));
  height: calc(1770* (100vw / 750));
  top: calc(-749* (100vw / 750));
  right: calc(-33* (100vw / 750));
}
.black-sp_title-wrap{
  flex-direction: initial;
}
.black-product {
  width:  calc(270* (100vw / 750));
}
.black-setup h3 {
  width:calc(270* (100vw / 750));
}
.black-setup h3 img {
  width:calc(270* (100vw / 750));
}
.black-setup-description {
  justify-content: center;
  align-items: flex-start;
}
.black-setup-description .product-img {
  width: 100%;
  margin-bottom: calc(25* (100vw / 750));
}
.black-setup-description .product-img img{
  width:  calc(580* (100vw / 750));
}
.black-setup-description-wrap {
  width: calc(600* (100vw / 750));
  margin-top:0;
  margin-left:auto;
  margin-right: auto;
}
.black-setup-price{
  margin-top: calc(30* (100vw / 750));
  margin-left: calc(417* (100vw / 750));
}
.black-setup-comment{
  width: calc(600* (100vw / 750));
  margin-bottom: calc(3* (100vw / 750));
}
#wrapper .black-setup-copy{
  letter-spacing: -0.03em;
}
.black-tops {
  margin-left: 0;
  margin-bottom: calc(109* (100vw / 750));
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.black-tops .product-img {
  width:calc(500* (100vw / 750));
  margin-left: calc(175* (100vw / 750));
  margin-bottom: calc(36* (100vw / 750));
}
.black-tops-description-wrap {
  width:calc(600* (100vw / 750));
  margin: 0 auto;
}
.black-tops-price{
  margin-top: calc(18* (100vw / 750));
  line-height: 2.07;
}
#wrapper .black-tops-description-wrap h4 {
  width: calc(270* (100vw / 750));
  margin-left:calc(371* (100vw / 750));
}
#wrapper .black-tops-subcopy{
  letter-spacing: -0.05em;
}
.black-pants{
  margin-left: 0;
}
.black-pants .product-img {
  width:calc(520* (100vw / 750));
  margin: 0 auto calc(-10* (100vw / 750));
}
#wrapper .black-pants-description-wrap h4 {
  width: calc(295.2* (100vw / 750));
  margin-left: calc(345* (100vw / 750));
  margin-bottom: calc(40* (100vw / 750));
}
.black-pants-description-wrap {
  width: calc(600* (100vw / 750));
  margin: 0 auto;
}
.black-pants-price{
  margin-top:calc(17* (100vw / 750));
  line-height: 2.07;
}
#wrapper .black-setup-subcopy{
  letter-spacing: -0.08em;
}
#wrapper .black-pants .brackets::before {
  top: calc(81* (100vw / 750));
}
#wrapper .black-pants .brackets::after {
  bottom:calc(10* (100vw / 750));
}
#wrapper .black-setup-comment::after {
  bottom: calc(-1* (100vw / 750));
}
#wrapper .black-tops .brackets::before {
  top:calc(85* (100vw / 750));
}
#wrapper .black-tops .brackets::after {
  bottom: calc(9* (100vw / 750));
}
#wrapper .black-pants-subcopy{
  letter-spacing: 0.02em;
}

/* ===================
	　 section04
=================== */
.profile {
  margin-bottom: calc(105* (100vw / 750));
  display: flex;
  justify-content: flex-start;
}
.profile-img {
  width: calc(620* (100vw / 750));
  margin-top: calc(181* (100vw / 750));
}
.profile-description {
  width:calc(480* (100vw / 750));
  margin-top: 0;
  margin-left: calc(-379* (100vw / 750));
}
#wrapper .profile h4 {
  margin-left: 0;
  margin-bottom: calc(32* (100vw / 750));
  font-size: calc(34* (100vw / 750));
}
.profile-txt {
  margin-bottom: calc(37* (100vw / 750));
  font-size: calc(24* (100vw / 750));
  text-align: justify;
}
.instagram {
  position: relative;
  padding-left: calc(51* (100vw / 750));
  font-size: calc(23* (100vw / 750));
}
.instagram::before {
  width: calc(34* (100vw / 750));
  height: calc(34* (100vw / 750));
  margin: auto;
  top: 0;
  left: 0;
  bottom: calc(2* (100vw / 750));
}

/* ===================
	　 youtube
=================== */
.youtube-movie {
  margin-bottom: calc(81* (100vw / 750));
}
.youtube-movie p {
  margin-bottom: calc(46* (100vw / 750));
  font-size: calc(30* (100vw / 750));
  letter-spacing: 0.04em !important;
  line-height: 1.9333;
}
.youtube-movie p span {
  margin-left: 1rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.youtube-movie .youtube_box {
  width: 100%;
  height: calc(422* (100vw / 750));
  margin: auto;
}
.youtube-movie .youtube_box iframe {
  width: 100%;
  height: calc(422* (100vw / 750));
}

/* ===================
	　 staff
=================== */
.staff-credit {
  font-size: calc(23* (100vw / 750));
  line-height: 1.7391;
  letter-spacing: 0.015em !important;
}
  /* ===================
  　　  button
  =================== */
  .m-btn {
    width: calc(610 *(100vw / 750));
    margin: calc(86 *(100vw / 750)) auto calc(39* (100vw / 750));
  }
  .m-btn a {
    width: calc(610 *(100vw / 750));
    height: calc(124 *(100vw / 750));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
    background-color: #fff;
    font-family: "Crimson Text", serif;
    font-size: calc(22 *(100vw / 750));
    line-height: 1.54;
    letter-spacing: 0.002em;
    text-align: center;
  }
}

/* for Tablet */
@media screen and (min-width: 768px) and (max-width: 1400px) {
  /*=======================================
                    Tablet    
  ========================================*/
  /* ===================
	　　 General
=================== */
  html {
    font-size: calc(10* (100vw / 1400)) !important;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*# sourceMappingURL=style.css.map */