@charset "UTF-8";
@import url("https://use.typekit.net/ccx2eyc.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes arrow {
  0% {
    top: calc(50% - 175px);
  }
  25% {
    top: calc(50% - 175px);
  }
  50% {
    top: calc(50% - 125px);
  }
  75% {
    top: calc(50% - 125px);
  }
  100% {
    top: calc(50% - 175px);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #222;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}
a {
  color: #222;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:active, a.active {
  color: #999;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
i {
  font-style: normal;
}
form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}
*{
  margin: 0;
  padding: 0;
}
br.brsp {
  display: none;
}
.sp { display: none;}
.pc { display: block;}
.font, h5, #acc .acc_img ul li { 
  font-weight: 700;
  font-style: normal;
}
.font_din {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_didot {
  font-family: linotype-didot, serif;
  font-weight: 700;
  font-style: normal;
}
.font_thick {
  font-weight: 600;
}
/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: all 1s ease-in-out 0.5s;
}
#loader .load .muse_logo {
  width: 200px;
}
#loader .load div:nth-of-type(2) {
  padding-top: 30px;
  color: #222;
  animation: flash 1s linear infinite;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}
#loader.complete {
  opacity: 0;
  pointer-events: none;
}
#visual {
  position: relative;
  position: fixed;
  z-index: 3;
  left: 50%;
  top: 70px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 60%;
  transition: all 1s ease-in-out;
}
#visual .muse_logo { 
  max-width: 240px;
  width: 26%;
  height: auto;
  margin: 80px auto 30px;
}
#visual .ttl {
  max-width: 500px;
  width: 50%;
  margin: auto;
}
#visual .ttl span {
  font-size: 0.4em;
  position: absolute;
  writing-mode: vertical-lr;
  bottom: 0px;
}
#visual .ttl span:first-of-type {
  left: 15%;
}
#visual .ttl span:nth-of-type(2) {
  right: 15%;
}
#visual.isSmall {
  width: 40% !important;
}
#visual.isSmall .muse_logo {
  margin: 40px auto 0px;
}
h5 { font-size: 3em;
  line-height: 1.2;}
main {
  width: 100%;
  padding: 50px 0 0 0;
  margin: 0px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
main section {
  width: 100%;
  background-color: #FFF;
  padding-top: 140px;
  margin-bottom: 150px;
}
main section#combo .inner {
  max-width: 1500px;
  width: 100vw;
  margin: 0 auto;
  position: relative;
}
main section#combo .inner .logo {
  width: 36px;
  position: absolute;
  left: -36px;
  top: 50px;
}
main section#combo .inner .logo h1 {
  width: 100%;
  height: 286px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main section#combo .inner .logo.on {
  position: fixed;
  top: 190px;
  left: calc(50% - 610px - 36px);
}
main section#combo .inner .thumbs {
  width: 100%;
}
main section#combo .inner .thumbs h2 {
  width: 996px;
  height: 380px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin: 0 auto 140px auto;
  position: relative;
}
main section#combo .inner .thumbs h2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/title1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.5s ease-in 0s;
}
main section#combo .inner .thumbs h2::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/title2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.35s ease-in 0.5s;
}
main section#combo .inner .thumbs h2.active::before {
  clip-path: inset(0% 0% 0% 0%);
}
main section#combo .inner .thumbs h2.active::after {
  clip-path: inset(0% 0% 0% 0%);
}
main section#combo .inner .thumbs .inthumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#combo .inner .thumbs .inthumbs.active .thumb {
  opacity: 1;
}
main section#combo .inner .thumbs .inthumbs .thumb {
  width: 33.333333%;
  padding: 20px 5px;
  opacity: 0;
  text-align: left;
  position: relative;
}
main section#combo .inner .thumbs .inthumbs .thumb p {
  position: absolute;
  bottom: 8%;
  left: -2%;
  z-index: 2;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}
main section#combo .inner .thumbs .inthumbs .thumb p span {
  font-size: 14px;
}
main section#combo .inner .thumbs .inthumbs .thumb span {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
main section#combo .inner .thumbs .inthumbs .thumb span.dli-plus {
  display: inline-block ;
  position: absolute;
  bottom: 40px;
  right: 20px;
  width: 30px;
  height: 30px;
  margin: 0 5px;
}
.dli-plus::before, .dli-plus::after {
  display: block;
  content: '';
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  width: 30px;
  height: 3px;
  top: 14px;
  left: 0;
}
.dli-plus::before {
  width: 3px;
  height: 30px;
  top: 0;
  left: 14px;
}
#looks {
  background: rgba(255, 255, 250, 0.9);
  width: 100%;
  height: 100vh;
  padding: 40px 0 220px 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.25s ease-in;
}
#looks.active {
  opacity: 1;
  pointer-events: auto;
}
#looks.active ul.btnset {
  display: block;
}
#looks .title {
  padding: 0px;
  margin: 0px auto 205px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 105px;
  right: calc(50% - 600px);
  z-index: 999;
}
#looks .title .close {
  width: 80px;
  height: 80px;
  position: relative;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
#looks .title .close:hover {
  opacity: 0.6;
}
#looks .title .close span {
  width: 100%;
  height: 1px;
  background-color: #222;
  display: block;
  position: absolute;
}
#looks .title .close span:nth-child(1) {
  transform: rotate(-45deg);
  left: 0px;
  top: 40px;
}
#looks .title .close span:nth-child(2) {
  transform: rotate(45deg);
  right: 0px;
  top: 40px;
}
#looks .look {
  width: 600px;
  padding: 0px;
  margin: 0 auto 140px auto;
  position: relative;
}
#looks .look .set {
  width: 100%;
  padding: 0px;
}
#looks .look .set .photo .slick-dotted.slick-slider {
  width: 100%;
}
#looks .look .set .photo .slick-dots {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
#looks .look .set .text, #t_s .inner .text {
  width: 100%;
  padding: 0px;
  order: 1;
}
#looks .look .set .text .credits .creditBox, #t_s .inner .text .credits .creditBox {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 15px 15px;
  border-bottom: solid 1px #222;
  margin-bottom: 15px;
}
#looks .look .set .text .credits .creditBox .items__name,  #t_s .inner .text .credits .creditBox  .items__name {
  text-align: left;
  width: 70%;
}
#looks .look .set .text .credits .credit dl dt,  #t_s .inner .text .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
}
#looks .look .set .text .credits .items__price, #looks .look .set .text .credits .items__name span,
#t_s .inner .text .credits .items__price, #t_s .inner .text .credits .items__name span {
  color: #222;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  padding: 0px;
}
#looks .look .set .text .credits .items__name span:not(:first-child),
#t_s .inner .text .credits .items__name span:not(:first-child) {
  margin-left: 0.2rem;
}
#looks .look .set .text .credits .items__name span:not(:first-child)::before,
#t_s .inner .text .credits .items__name span:not(:first-child)::before {
  content: " / ";
}
#looks .look .set .text .credits .credit dl dd a,
#looks .look .set .text .creditBox .items__snap a,
#t_s .inner .text .credits .credit dl dd a,
#t_s .inner .text .creditBox .items__snap a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: none;
  padding: 3px 15px;
  background-color: #222;
  border: solid #222 1px;
  transition: all 0.25s ease-in 0s;
}
#looks .look .set .text .credits .credit dl dd a:hover,
#looks .look .set .text .creditBox .items__snap a:hover,
#t_s .inner .text .credits .credit dl dd a:hover,
#t_s .inner .text .creditBox .items__snap a:hover {
  color: #222;
  background-color: #fff;
}
#looks .look .set .text .credits .credit dl dd a:not([href]),
#t_s .inner .text .credits .credit dl dd a:not([href]) {
  display: none;
}
#looks .look .set .text .credits .credit dl dd a:not([href]) + span,
#t_s .inner .text .credits .credit dl dd a:not([href]) + span {
  display: inline-block;
}
#looks .look .set .text .credits .credit dl dd a + span,
#t_s .inner .text .credits .credit dl dd a + span {
  display: none;
}
#looks .look .set .text .credits .credit .disable dl dd span,
#t_s .inner .text .credits .credit .disable dl dd span {
  display: inline-block;
}
#looks .look .set .photo {
  width: 100%;
  margin-bottom: 30px;
  order: 1;
  position: relative;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look .set::before {
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin: 0 40px 65px auto;
}
#looks .look .set .photo p {
  text-align: left;
  position: absolute;
  bottom: 2%;
  left: -2%;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}
#looks .look .set .photo p span {
  display: block;
  font-size: 14px;
}
.spc {
  width: 100%;
  height: 10px;
}
#acc, #t_s { 
  max-width: 900px;
  margin: auto;
  position: relative;
}
#acc .acc_img { 
  position: relative;
}
#acc .acc_img ul li {
  position: absolute;
  font-size: 1.5em;
}
#acc .acc_img ul li:nth-of-type(1) {
  top: 2%;
  left: 7%;
}
#acc .acc_img ul li:nth-of-type(2) {
  top: 2%;
  right: 31%;
}
#acc .acc_img ul li:nth-of-type(3) {
  top: 21%;
  left: 10%;
}
#acc .acc_img ul li:nth-of-type(4) {
  top: 24%;
  left: 3%;
}
#acc .acc_img ul li:nth-of-type(5) {
  top: 33%;
  left: 14%;
}
#acc .acc_img ul li:nth-of-type(6) {
  top: 26%;
  right: 28%;
}
#acc .acc_img ul li:nth-of-type(7) {
  top: 36%;
  right: 26%;
}
#acc .acc_img ul li:nth-of-type(8) {
  top: 46%;
  left: 6%;
}
#acc .acc_img ul li:nth-of-type(9) {
  top: 48%;
  right: 40%;
}
#acc .acc_img ul li:nth-of-type(10) {
  bottom: 34%;
  right: 21%;
}
#acc .acc_img ul li:nth-of-type(11) {
  bottom: 16%;
  left: 3%;
}
#acc .acc_img ul li:nth-of-type(12) {
  bottom: 16%;
  left: 26%;
}
#acc .acc_img ul li:nth-of-type(13) {
  bottom: 21%;
  right: 29%;
}
#acc .acc_text { 
  text-align: left;
  margin-top: 30px;
}
#acc .acc_text .credits .credit { 
  display: inline;
  margin: 5px 0px;
  text-decoration: underline;
  line-height: 1.6;
}
#acc .acc_text .credits .credit dl,
#acc .acc_text .credits .credit dl dd,
#acc .items__snap,
#recommend .credit dl,
#recommend .credit dl dd,
#recommend .items__snap { 
  display: inline;
}
#acc .acc_text .credits .credit dl dd span.none {
  text-decoration: unset;
}
#acc .items__snap a {
  text-decoration: underline;
}
#acc .acc_text .credits .disable {
  text-decoration: unset;
  pointer-events: none;
}
#acc .acc_text .credits .credit:last-child .items__a::after {
  content: unset;
}
#t_s .inner .text {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#t_s .inner .img_box {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
}
#t_s .inner .img_box li {
  width: 50%;
}
#recommend {
  background-color: #f38730;
  color: #fff;
  margin-top: 150px;
}
#recommend .rec_ttl {
  position: relative;
  max-width: 1000px;
  margin: auto;
}
#recommend h3 {
  font-size: 120px;
  line-height: 1;
  text-align: left;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
#recommend h3 span {
  font-size: 0.2em;
  position: absolute;
  right: 0;
  top: 33%;
}
#recommend h3::after {
  position: absolute;
  top: 41%;
  content: "";
  width: 100vw;
  height: 2px;
  background: #fff;
  display: block;
  margin-left: calc(50% - 50vw + 8px);
  margin-right: calc(50% - 50vw + 8px);
}
#recommend .pc {
  position: relative;
}
#recommend .pc .img { width: 95%;}
#recommend .pc .text__box {
  position: absolute;
  width: 28%;
  right: 0;
  top: 0;
  margin: 0;}
#recommend .rec_text_wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
#recommend .rec_text_wrap .text__box {
  width: 38%;
  margin-left: 0;
}
#recommend .rec_ttl p {
  position: absolute;
  top: 0;
  left: -3%;
}
#recommend .rec_ttl p span {
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 600;
}
#recommend .rec__wrap {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 100px 0;
  position: relative;
}
#recommend .text__box {
  max-width: 1000px;
  margin: 30px auto 0;
  text-align: left;
  position: relative;
  z-index: 1;
}
#recommend .text {
  width: 100%;
}
#recommend .text__box p {
  margin-bottom: 20px;
  line-height: 1.5;
}
#recommend .text div:first-of-type {
  font-size: 30px;
  margin-bottom: 30px;
}
#recommend a {
  color: #fff;
  text-decoration: underline;
}
#recommend .disable a {
  text-decoration: unset;
  pointer-events: none;
}
#recommend .credit {
  line-height: 1.7;
  display: inline;
}
#recommend .rec__wrap .rec__box:nth-of-type(2) .img {
  position: absolute;
  top: 0;
  right: 0;
}
#recommend .rec__wrap .rec__box:nth-of-type(3) .text {
  margin-top: 100px;
}
#recommend .rec__wrap .rec__box:nth-of-type(3) .img {
  position: relative;
  width: 62%;
  margin-top: 30px;
}
#recommend .rec__wrap .rec__box:nth-of-type(4) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: -110px auto 0;
  position: relative;
  z-index: 2;
}
#recommend .rec__wrap .rec__box:nth-of-type(4) .img {
  order: 2;
  width: 50%;
}
#recommend .rec__wrap .rec__box .text .pc {
  display: inline;
}
#recommend .rec__wrap .rec__box:nth-of-type(4) .text__box {
  width: 50%;
}
#recommend .rec__wrap .rec__box:nth-of-type(4) .text {
  width: 100%;
}
#recommend .text__box p .font_din {
  display: block;
  line-height: 1.5;
  margin-bottom: 8px;
}
footer {
  width: 100%;
  padding: 50px 0 200px;
  margin: 0 auto;
  position: relative;
}
footer .inner {
  width: 100%;
}
footer .inner dl {
margin-bottom: 40px;
}
footer .inner dt {
font-weight: 700;
}
footer .inner dd p {
margin-top: 10px;
}
footer .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
footer .inner ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
footer .inner ul li a {
  color: #222;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner ul li a:hover,
footer .inner dd p a:hover {
  text-decoration: underline;
  opacity: 0.7;
  color: #222;
}
footer .inner p {
  color: #222;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .pgtop {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
footer .pgtop a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 3em;
  background: currentColor;
}
footer .pgtop a::before {
  content: '';
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -0.05em;
  right: 50%;
  box-sizing: border-box;
}
footer .pgtop a:hover {
  opacity: 0.7;
}
/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  .sp { display: block;}
  .pc { display: none;}
  br.brsp {
    display: block;
  }
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  #loader {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #loader .logo {
    width: 145px;
    position: relative;
  }
  #loader .logo h2 {
    width: 100%;
    height: 35px;
    position: static;
  }
  #loader .load .muse_logo {
    width: 100px;
  }
  #loader.active h3 {
    opacity: 1;
  }
  #loader.complete {
    opacity: 0;
  }
  #visual { 
    top: 40px;
    width: 90%;
  }
  #visual .muse_logo {
    width: 50%;
    height: auto;
    margin: 30px auto 10px;
  }
  #visual .ttl { width: 70%;}
  #visual .ttl span:nth-of-type(1) {
    left: 5%;}
  #visual .ttl span:nth-of-type(2) {
    right: 5%;}
  #visual.isSmall {
      width: 65% !important;
  }
  #visual.isSmall .muse_logo {
    margin: 20ox auto 0;
  }
  h5 {
    font-size: 2em;
  }
  main {
    width: 100%;
    padding:70px 0 0 0;
    margin: 0px;
    position: relative;
    box-sizing: border-box;
  }
  main section#combo {
    padding-top: 40px;
    margin-bottom: 0px;
  }
  main section#combo .inner {
    width: calc(100% - 10px);
  }
  main section#combo .inner .logo {
    width: 9px;
    position: absolute;
    left: 5px;
    top: 10px;
  }
  main section#combo .inner .logo.on {
    position: absolute;
    top: 10px;
    left: 5px;
  }
  main section#combo .inner .thumbs {
    width: 100%;
  }
  main section#combo .inner .thumbs h2 {
    width: 220px;
    height: 84px;
    margin: 0 auto 45px auto;
  }
  main section#combo .inner .thumbs .inthumbs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main section#combo .inner .thumbs .inthumbs .thumb span.dli-plus {
    display: inline-block;
    position: absolute;
    bottom: 16px;
    right: 5px;
    width: 20px;
    height: 20px;
    margin: 0 5px;
}
  .dli-plus::before, .dli-plus::after {
    width: 20px;
    height: 2px;
    top: 9px;
  }
  .dli-plus::before {
    width: 2px;
    height: 20px;
    top: 0;
    left: 9px;
}
  main section#combo .inner .thumbs .inthumbs .thumb {
    padding: 10px 2px;
  }
  main section#combo .inner .thumbs .inthumbs .thumb span:hover img {
    opacity: 1;
    transform: scale(1);
  }
  main section#combo .inner .thumbs .inthumbs .thumb p {
    font-size: 26px;
    left: -1%;
  }
  main section#combo .inner .thumbs .inthumbs .thumb p span {
    font-size: 12px;
  }
  main section#combo .inner .thumbs .inthumbs .thumb#t21-2 {
    display: block;
  }
  #looks {
    padding: 115px 0 80px 0;
    margin: 0px;
    z-index: 9999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #looks .title {
    padding: 0px;
    margin: 0px;
    top: 30px;
    right: 14px;
  }
  #looks .title .close {
    width: 36px;
    height: 36px;
  }
  #looks .title .close:hover {
    opacity: 1;
  }
  #looks .title .close span:nth-child(1) {
    top: 18px;
  }
  #looks .title .close span:nth-child(2) {
    top: 18px;
  }
  #looks .look {
    width: calc(100% - 56px);
    padding: 0px;
    margin: 0 auto 80px auto;
    position: relative;
  }
  #looks .look .set {
    width: 100%;
    padding: 0px;
  }
  #looks .look .set .text {
    width: 100%;
    padding: 0px;
    order: 1;
  }
  #looks .look .set .text .credits .creditBox .items__name,
  #t_s .inner .text .credits .creditBox .items__name {
    width: 63%;
  }
  #looks .look .set .text .credits .credit dl,
  #t_s .inner .text .credits .credit dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #looks .look .set .text .credits .credit dl dt,
  #t_s .inner .text .credits .credit dl dt {
    display: block;
    width: 60%;
  }
  #looks .look .set .text .credits .items__name span,
  #t_s .inner .text .credits .items__name span {
    color: #222;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0em;
    display: inline-block;
    padding: 0px;
  }
  #looks .look .set .text .credits .items__price,
  #t_s .inner .text .credits .items__price {
    display: block !important;
    padding-top: 3px;
  }
  #looks .look .set .text .credits .items__name span.items__price::before,
  #t_s .inner .text .credits .items__name span.items__price::before {
    content: unset;
  }
  #looks .look .set .text .credits .credit span.items__price::before,
  #t_s .inner .text .credits span.items__price::before {
    content: unset !important;
  }
  #looks .look .set .text .credits .credit span:not(:first-child),
  #t_s .inner .text .credits .credit span:not(:first-child) {
    margin-left: 0.2rem;
  }
  #looks .look .set .text .credits .credit span:not(:first-child)::before,
  #t_s .inner .text .credits .credit span:not(:first-child)::before {
    content: " / ";
  }
  #looks .look .set .text .credits .credit dl dd a,
  #looks .look .set .text .creditBox .items__snap a,
  #t_s .inner .text .credits .credit dl dd a,
  #t_s .inner .text .creditBox .items__snap a {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding: 3px 10px;
  }
  #looks .look .set .text .credits .credit dl dd a:hover,
  #looks .look .set .text .creditBox .items__snap a:hover,
  #t_s .inner .text .credits .credit dl dd a:hover,
  #t_s .inner .text .creditBox .items__snap a:hover {
    color: #222;
    background-color: #fff;
  }
  #looks .look .set .text .credits .credit .disable dl dd span,
  #t_s .inner .text .credits .credit .disable dl dd span {
    display: inline-block;
  }
  
  #looks .look .set .photo {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #acc .acc_text { 
    text-align: left;
    width: 90%;
    margin: 30px auto 0;
    position: unset;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
  }
  #acc .acc_text h2 {
    line-height: 1.4;
  }
  #acc .acc_img ul li {
    font-size: 1em;
  }
  #t_s h5 span {
    display: block;
  }
  #t_s .inner .text { width: 90%;}
  #t_s .inner .img_box li {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;}
  #acc, #t_s { padding-top: 100px;}
  #recommend { 
    margin-bottom: 50px;
    margin-top: 100px;
    padding-top: 0;}
  #recommend .rec__wrap { 
    max-width: 100%;
    padding: 40px 0 80px;
  }
  #recommend .rec_ttl {
    max-width: 90%;
    margin-bottom: 30px;
  }
  #recommend h3 {
    font-size: 55px;
    text-shadow: 0.1px 0.1px 2px #f38730;
    margin-bottom: 0;
  }
  #recommend h6 {
    font-size: 1.7em;
    line-height: 1.6;
  }
  #recommend h3::after {
    margin-left: calc(50% - 50vw + 0px);
    margin-right: calc(50% - 50vw + 0px);
  }
  #recommend .rec_ttl p {
    left: 0;
    letter-spacing: 0.1em;
    position: relative;
    text-align: left;
    z-index: 2;
    margin-top: 30px;
  }
  #recommend .rec_ttl p span {
    writing-mode: unset;
    font-size: 14px;
    font-weight: 600;
  }
  #recommend .rec__wrap .rec__box:nth-of-type(2) .img {
    right: -16%;
    width: 87%;
  }
  #recommend .img.sp {
    width: 98%;
  }
  #recommend .text__box {
    width: 90% !important;
    border-left: 2px solid;
    padding-left: 20px;
    box-sizing: border-box;
    margin-left: auto !important;
  }
  #recommend .text {
    width: 100%;
  }
  #recommend .rec__wrap .rec__box:nth-of-type(3) .img {
    width: 100%;
  }
  #recommend .rec__wrap .rec__box:nth-of-type(3) .text {
    margin-top: 70px;
  }
  #recommend .rec__wrap .rec__box:nth-of-type(4) .img {
    order: 1;
    width: 80%;
    margin: 0 auto 0 0;
  }
  #recommend .rec__wrap .rec__box:nth-of-type(4) .text__box {
    width: 90%;
    order: 2;
  }
  #recommend .rec__wrap .rec__box .text .sp {
    display: inline;
  }
  #recommend .rec__wrap .rec__box .text .sp {
    display: none;
  }
  footer {
    padding: 60px 0 60px 0;
  }
  footer .inner {
    width: 100%;
  }
  footer .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }
  footer .inner ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  footer .inner ul li a {
    color: #222;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner ul li a:hover {
    text-decoration: underline;
    opacity: 1;
  }
  footer .inner p {
    color: #222;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .pgtop {
    position: absolute;
    right: 20px;
    bottom: 40px;
  }
  footer .pgtop a {

  }
  footer .pgtop a:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=style.css.map */
