@charset "UTF-8";
@import url("https://use.typekit.net/gmi5dxm.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;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "bc-novatica-cyr", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #666666;
}

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;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out 0.25s;
}
#loader .logo {
  width: 250px;
  height: 64px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 125px);
  top: calc(50% - 32px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 333;
  pointer-events: none;
}
header .inner nav {
  order: 1;
}
header .inner nav ul {
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
header .inner nav ul li {
  pointer-events: auto;
}
header .inner nav ul li:not(:first-child) {
  margin-left: 10px;
}
header .inner nav ul li:hover {
  opacity: 0.7;
}
header .inner nav ul li a {
  color: #000;
  font-family: "bc-novatica-cyr", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  cursor: pointer;
  transition: all 0.1s ease-in;
}
header .inner nav ul li span {
  width: 1px;
  height: 100%;
  background-color: #000;
  display: block;
}

#visual {
  width: 100%;
  background-image: url(../images/anchor_dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 6px 1px;
  padding: 120px 0 110px 0;
  margin: 0 auto;
  position: relative;
}
#visual:not(:last-child) {
  margin-bottom: 135px;
}
#visual.on .inner h1 span {
  clip-path: inset(0 0 0 0);
}
#visual.on .inner .photos::before {
  clip-path: inset(0 0 0 0);
}
#visual.on .inner .photos::after {
  clip-path: inset(0 0 0 0);
}
#visual.on .inner .photos .ph {
  opacity: 1;
}
#visual .inner {
  width: 1040px;
  margin: 0 auto;
  position: relative;
}
#visual .inner h1 {
  width: 1040px;
  margin-bottom: 30px;
  position: relative;
  transition: opacity 0.35s ease-in 0s;
}
#visual .inner h1 span {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
}
#visual .inner h1 span:nth-child(1) {
  width: 100%;
  height: 318px;
  background-image: url(../images/title1.png);
  transition: clip-path 0.5s ease-in 0.5s;
}
#visual .inner h1 span:nth-child(2) {
  width: 465px;
  height: 39px;
  background-image: url(../images/title2.png);
  position: absolute;
  top: calc(50% - 26px);
  left: calc(50% - 233px);
  transition: clip-path 0.5s ease-in 1s;
}
#visual .inner .photos {
  width: 100%;
  height: 1168px;
  margin: 0px;
  position: relative;
}
#visual .inner .photos::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/text_deco.png);
  background-repeat: no-repeat;
  background-position: left 5px top 30px;
  background-size: 1024px 356px;
  position: absolute;
  top: 0px;
  left: 0px;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.75s ease-in 1.5s;
}
#visual .inner .photos::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s ease-in 0s;
}
#visual .inner .photos .ph {
  opacity: 0;
  position: absolute;
  z-index: 3;
}
#visual .inner .photos .ph.p1 {
  width: 420px;
  height: 1248px;
  top: -80px;
  left: 0px;
  background-image: url(../images/visual1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mask-image: url(https://baycrews.jp/src/feature/20240129_lappaetement/visual1_mask.png);
  mask-repeat: repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(https://baycrews.jp/src/feature/20240129_lappaetement/visual1_mask.png);
  -webkit-mask-repeat: repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  transition: opacity 0.3s ease-in 2s;
}
#visual .inner .photos .ph.p1 img {
  opacity: 0;
}
#visual .inner .photos .ph.p2 {
  width: 301px;
  top: 15px;
  left: 425px;
  transition: opacity 0.3s ease-in 2.25s;
}
#visual .inner .photos .ph.p3 {
  width: 248px;
  top: 15px;
  left: 770px;
  transition: opacity 0.3s ease-in 2.5s;
}
#visual .inner .photos .ph.p4 {
  width: 257px;
  top: 535px;
  left: 425px;
  z-index: 5;
  transition: opacity 0.3s ease-in 2.75s;
}
#visual .inner .photos .ph.p5 {
  width: 257px;
  top: 535px;
  left: 760px;
  z-index: 5;
  transition: opacity 0.3s ease-in 3s;
}

#anchor {
  width: 100%;
  padding-bottom: 120px;
  margin: 0 auto;
  background-image: url(../images/anchor_dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 6px 1px;
}
#anchor:not(:last-child) {
  margin-bottom: 135px;
}
#anchor.on ul li {
  opacity: 1;
}
#anchor ul {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#anchor ul li {
  opacity: 0;
}
#anchor ul li.a1 {
  width: 350px;
  transition: opacity 0.3s ease-in 0s;
}
#anchor ul li.a1 > div {
  padding: 0 70px;
}
#anchor ul li.a1 > div::before {
  background-image: url(../images/anchor_num1.png);
  width: 73px;
  height: 233px;
  right: 0px;
  bottom: 0px;
}
#anchor ul li.a1 > div p {
  background-image: url(../images/anchor_text1.png);
  width: 179px;
  height: 82px;
  left: 10px;
  top: 110px;
}
#anchor ul li.a2 {
  width: 450px;
  transition: opacity 0.3s ease-in 0.25s;
}
#anchor ul li.a2 > div {
  padding: 0 75px 0 165px;
  transform: translateX(-45px);
}
#anchor ul li.a2 > div::before {
  background-image: url(../images/anchor_num2.png);
  width: 148px;
  height: 238px;
  right: 0px;
  bottom: 0px;
}
#anchor ul li.a2 > div p {
  background-image: url(../images/anchor_text2.png);
  width: 318px;
  height: 77px;
  left: 0px;
  top: 115px;
}
#anchor ul li.a3 {
  width: 100%;
  padding: 65px 0 90px 0;
  transition: opacity 0.3s ease-in 0.5s;
}
#anchor ul li.a3 > div {
  width: 454px;
  padding: 0 88px 0 156px;
  margin: 0 auto;
}
#anchor ul li.a3 > div::before {
  background-image: url(../images/anchor_num3.png);
  width: 160px;
  height: 243px;
  right: 0px;
  bottom: -10px;
}
#anchor ul li.a3 > div p {
  background-image: url(../images/anchor_text3.png);
  width: 224px;
  height: 142px;
  left: 0px;
  top: 50px;
}
#anchor ul li.a4 {
  width: 415px;
  transition: opacity 0.3s ease-in 0.75s;
}
#anchor ul li.a4 > div {
  padding: 0 60px 0 145px;
}
#anchor ul li.a4 > div::before {
  background-image: url(../images/anchor_num4.png);
  width: 174px;
  height: 233px;
  right: 0px;
  bottom: 15px;
}
#anchor ul li.a4 > div p {
  background-image: url(../images/anchor_text4.png);
  width: 275px;
  height: 84px;
  top: 105px;
  left: 25px;
}
#anchor ul li.a5 {
  width: 445px;
  transition: opacity 0.3s ease-in 1s;
}
#anchor ul li.a5 > div {
  padding: 0 160px 0 18px;
}
#anchor ul li.a5 > div::before {
  background-image: url(../images/anchor_num5.png);
  width: 174px;
  height: 233px;
  right: 0px;
  bottom: 0px;
}
#anchor ul li.a5 > div p {
  background-image: url(../images/anchor_text5.png);
  width: 219px;
  height: 89px;
  bottom: 0px;
  left: -15px;
}
#anchor ul li.a5 > div > div {
  width: 267px;
}
#anchor ul li.a5 > div > div img {
  position: relative;
  transform: translateY(-30px);
}
#anchor ul li > div {
  position: relative;
}
#anchor ul li > div::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
#anchor ul li > div p {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
#anchor ul li > div > div {
  width: 210px;
  position: relative;
}

.credits {
  width: 50%;
}

.credits-set .credits {
  width: calc((100% - 40px) / 2);
}

.credits {
  width: 50%;
}
.credits > div {
  width: 100%;
  padding-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 3px 1px;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div.item-d-none dl dt {
  width: auto;
}
.credits > div.item-d-none dl dd {
  width: auto;
}
.credits > div.item-d-none dl dd:hover {
  opacity: 1;
}
.credits > div.item-d-none dl dd a {
  display: none;
}
.credits > div.item-d-none dl dd a.line {
  padding: 0 5px;
  display: flex;
}
.credits > div.item-d-none dl dd a.notice {
  text-align: left;
  text-decoration: underline;
  background-color: transparent;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div.item-d-none dl dd span {
  color: #000;
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0em;
  white-space: nowrap;
}
.credits > div dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.credits > div dl dt {
  width: calc(100% - 50px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt strong:not(:last-child) {
  margin-bottom: 5px;
}
.credits > div dl dt strong:nth-child(1) span:nth-child(1) {
  color: #000;
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  letter-spacing: 0em;
}
.credits > div dl dt strong:nth-child(1) span:nth-child(2) {
  color: #000;
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0em;
  margin-left: 5px;
}
.credits > div dl dt strong:nth-child(1) span:nth-child(2)::after {
  content: "(tax in)";
  margin-left: 5px;
  display: inline-block;
}
.credits > div dl dt strong:nth-child(1) span:nth-child(2).nfs::after {
  content: none;
}
.credits > div dl dt strong:nth-child(2) {
  color: #000;
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0em;
  display: inline-block;
}
.credits > div dl dt strong:nth-child(2).comment {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
}
.credits > div dl dd {
  width: 50px;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd:hover {
  opacity: 0.6;
}
.credits > div dl dd a {
  color: #FFF;
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 25px;
  background-color: #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.credits > div dl dd span {
  color: #000;
  font-family: alternate-gothic-atf, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0em;
  white-space: nowrap;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .inner {
  width: 100%;
  padding: 0 0 200px 0;
  margin: 0 auto;
  background-color: #FFF;
  position: relative;
}
main .inner .sec {
  width: 100%;
  background-color: #FFF;
  opacity: 0;
  transition: opacity 0.3s ease-in 0.1s;
}
main .inner .sec.on {
  opacity: 1;
}
main .inner .sec:not(:last-child) {
  margin-bottom: 220px;
}
main .inner .sec .insec {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner .sec .insec:not(:last-child) {
  margin-bottom: 120px;
}
main .inner .sec .insec h3 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main .inner .sec .insec h3:not(:last-child) {
  margin-bottom: 125px;
}
main .inner .sec .insec .thumb {
  position: relative;
  cursor: pointer;
}
main .inner .sec .insec .thumb.blk::before {
  filter: brightness(0);
}
main .inner .sec .insec .thumb::before {
  content: "";
  width: 43px;
  height: 35px;
  background-image: url(../images/icon_viewall.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
}
main .inner .sec .insec .thumb:hover img {
  opacity: 0.6;
}
main .inner .sec .insec .thumb img {
  transition: opacity 0.25s ease-in 0s;
}
main .inner .sec .insec .credits-set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .inner .sec .insec .credits-set:not(:last-child) {
  margin-bottom: 150px;
}
main .inner .sec .insec .photos {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .inner .sec .insec .photos > div {
  width: 50%;
}
main .inner .sec .insec .photo {
  width: 100%;
}
main .inner .sec .insec .photo.lposi {
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main .inner .sec .insec .photo.lposi > div {
  width: 380px;
}
main .inner .sec .insec .photo > div {
  width: 100%;
}
main .inner .sec .insec .combo {
  width: 100%;
}
main .inner .sec .insec .combo:not(:last-child) {
  margin-bottom: 150px;
}
main .inner .sec .insec .combo.narrow {
  width: 500px;
}
main .inner .sec .insec .combo.narrow .credits {
  width: 100%;
}
main .inner .sec .insec .combo.narrow2 {
  width: 380px;
}
main .inner .sec .insec .combo.narrow2 .credits {
  width: 100%;
}
main .inner .sec .insec .combo.narrow3 {
  width: 700px;
}
main .inner .sec .insec .combo.narrow3 .ph {
  margin-bottom: 20px;
}
main .inner .sec .insec .combo.narrow3 .credits {
  width: 380px;
}
main .inner .sec .insec .combo .separate {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .inner .sec .insec .combo .separate:not(:last-child) {
  margin-bottom: 50px;
}
main .inner .sec .insec .combo .separate > div {
  width: calc((100% - 35px) / 2);
}
main .inner .sec .insec .combo .separate > div:nth-child(2) {
  padding: 75px 0 0 0;
}
main .inner .sec .insec .combo .separate + p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
}
main .inner .sec .insec .combo .separate + p:not(:last-child) {
  margin-bottom: 50px;
}
main .inner .sec .insec .combo .single {
  width: 100%;
}
main .inner .sec .insec .combo .single:not(:last-child) {
  margin-bottom: 30px;
}
main .inner .sec .insec .combo .single > div {
  width: 100%;
}
main .inner .sec .insec .combo .single > div:not(:last-child) {
  margin-bottom: 50px;
}
main .inner .sec .insec .combo .single > div + p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
}
main .inner .sec .insec .combo .single > div + p:not(:last-child) {
  margin-bottom: 50px;
}
main .inner .sec .insec .combo .ph {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
main .inner .sec .insec .combo .ph:not(:last-child) {
  margin-bottom: 50px;
}
main .inner .sec .insec .combo .ph > div {
  width: 50%;
}
main .inner .sec .insec .combo .ph + p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
}
main .inner .sec .insec .combo .ph + p:not(:last-child) {
  margin-bottom: 50px;
}
main .inner .sec .insec .combo .txtset {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .inner .sec .insec .combo .txtset:not(:last-child) {
  margin-bottom: 65px;
}
main .inner .sec .insec .combo .txtset > div {
  width: 380px;
}
main .inner .sec .insec .combo .txtset > div p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
}
main .inner .sec .insec .brandset {
  width: 100%;
}
main .inner .sec .insec .brandset.type1:not(:last-child) {
  margin-bottom: 80px;
}
main .inner .sec .insec .brandset.type1.brown {
  padding: 50px;
  background-color: #40251B;
}
main .inner .sec .insec .brandset.type1.brown .text {
  width: 100%;
}
main .inner .sec .insec .brandset.type1.brown .text:not(:last-child) {
  margin-bottom: 50px;
}
main .inner .sec .insec .brandset.type1.brown .text > div p {
  color: #FFF !important;
}
main .inner .sec .insec .brandset.type1.brown .credits-set .credits > div {
  background-image: url(../images/dotline_w.png);
}
main .inner .sec .insec .brandset.type1.brown .credits-set .credits > div dl dt strong:nth-child(1) span {
  color: #FFF;
}
main .inner .sec .insec .brandset.type1.brown .credits-set .credits > div dl dt strong:nth-child(2) {
  color: #FFF;
}
main .inner .sec .insec .brandset.type1.brown .credits-set .credits > div dl dd a {
  color: #40251B;
  background-color: #FFF;
}
main .inner .sec .insec .brandset.type1.black {
  padding: 50px;
  background-color: #000;
}
main .inner .sec .insec .brandset.type1.black .ph {
  width: 100%;
  margin-bottom: 20px;
}
main .inner .sec .insec .brandset.type1.black .text {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner .sec .insec .brandset.type1.black .text:not(:last-child) {
  margin-bottom: 50px;
}
main .inner .sec .insec .brandset.type1.black .text > div:nth-child(1) {
  width: 100%;
  margin-bottom: 50px;
}
main .inner .sec .insec .brandset.type1.black .text > div:nth-child(2) {
  width: 100%;
}
main .inner .sec .insec .brandset.type1.black .text > div:nth-child(2) p {
  color: #FFF;
}
main .inner .sec .insec .brandset.type1.black .credits-set .credits > div {
  background-image: url(../images/dotline_w.png);
}
main .inner .sec .insec .brandset.type1.black .credits-set .credits > div dl dt strong:nth-child(1) span {
  color: #FFF;
}
main .inner .sec .insec .brandset.type1.black .credits-set .credits > div dl dt strong:nth-child(2) {
  color: #FFF;
}
main .inner .sec .insec .brandset.type1.black .credits-set .credits > div dl dd a {
  color: #000;
  background-color: #FFF;
}
main .inner .sec .insec .brandset.type1 .ph {
  width: 100%;
  margin-bottom: 80px;
}
main .inner .sec .insec .brandset.type1 .ph.narrow {
  width: calc(100% - 100px);
  margin: 0 auto;
}
main .inner .sec .insec .brandset.type1 .ph.narrow:not(:last-child) {
  margin-bottom: 40px;
}
main .inner .sec .insec .brandset.type1 .text {
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .inner .sec .insec .brandset.type1 .text > div:nth-child(1) {
  width: 240px;
}
main .inner .sec .insec .brandset.type1 .text > div:nth-child(2) {
  width: calc(100% - 240px - 60px);
}
main .inner .sec .insec .brandset.type1 .text > div:nth-child(2) p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
}
main .inner .sec .insec .brandset.type1 .text > div:nth-child(2) p:not(:last-child) {
  margin-bottom: 20px;
}
main .inner .sec .insec .brandset.type2:not(:last-child) {
  margin-bottom: 100px;
}
main .inner .sec .insec .brandset.type2 .brandimg {
  width: 100%;
  padding: 50px;
  border: solid 1px #707070;
}
main .inner .sec .insec .brandset.type2 .brandimg:not(:last-child) {
  margin-bottom: 50px;
}
main .inner .sec .insec .brandset.type2 .brandimg .in {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main .inner .sec .insec .brandset.type2 .brandimg .in > div:nth-child(1) {
  width: 400px;
}
main .inner .sec .insec .brandset.type2 .brandimg .in > div:nth-child(2) {
  width: 150px;
  margin-left: 100px;
}
main .inner .sec .insec .brandset.type2 .brandimg + p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
}
main .inner .sec .insec .brandset.type2 .brandimg + p:not(:last-child) {
  margin-bottom: 20px;
}
main .inner .sec .insec .brandset.type3 {
  width: calc(100% - 100px);
  margin: 0 auto;
}
main .inner .sec .insec .brandset.type3:not(:last-child) {
  margin-bottom: 150px;
}
main .inner .sec .insec .brandset.type3 .ph {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
main .inner .sec .insec .brandset.type3 .ph.up {
  z-index: 1;
}
main .inner .sec .insec .brandset.type3 .ph img {
  width: 380px;
}
main .inner .sec .insec .brandset.type3 .text {
  width: 380px;
  margin-top: -80px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
main .inner .sec .insec .brandset.type3 .text > div {
  width: 100%;
}
main .inner .sec .insec .brandset.type3 .text > div:not(:last-child) {
  margin-bottom: 30px;
}
main .inner .sec .insec .brandset.type3 .text p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
}
main .inner .sec .insec .brandset.type3 .text p:not(:last-child) {
  margin-bottom: 50px;
}
main .inner .sec .insec .brandset.type3 .text .credits {
  width: 100%;
}
main .inner .sec .insec .brandset.type4 {
  width: 100%;
}
main .inner .sec .insec .brandset.type4:not(:last-child) {
  margin-bottom: 90px;
}
main .inner .sec .insec .brandset.type4 .ph {
  width: 100%;
}
main .inner .sec .insec .brandset.type4 .ph:not(:last-child) {
  margin-bottom: 50px;
}
main .inner .sec .insec .brandset.type4 p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
}
main .inner .sec .insec .brandset.type4 p:not(:last-child) {
  margin-bottom: 50px;
}
main .inner .sec .insec .slider {
  width: 100%;
  position: relative;
}
main .inner .sec .insec .slider:not(:last-child) {
  margin-bottom: 30px;
}
main .inner .sec .insec .slider .arrow {
  width: 27px;
  height: 51px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 3;
}
main .inner .sec .insec .slider .arrow.prev {
  left: 140px;
}
main .inner .sec .insec .slider .arrow.next {
  right: 140px;
  transform: rotate(180deg);
}
main .inner .sec#sec1 h3 {
  background-image: url(../images/title_sec1.png);
  width: 237px;
  height: 233px;
}
main .inner .sec#sec2 h3 {
  background-image: url(../images/title_sec2.png);
  width: 452px;
  height: 238px;
}
main .inner .sec#sec2 .insec .photo.lposi {
  z-index: 1;
}
main .inner .sec#sec2 .insec .combo {
  margin-top: -100px;
}
main .inner .sec#sec3 .insec {
  width: 1040px;
  display: block;
}
main .inner .sec#sec3 .insec h3 {
  background-image: url(../images/title_sec3.png);
  width: 378px;
  height: 243px;
  margin: 0 auto 125px auto;
}
main .inner .sec#sec3 .insec .slider {
  width: 100%;
}
main .inner .sec#sec4 .insec h3 {
  background-image: url(../images/title_sec4.png);
  width: 393px;
  height: 233px;
}
main .inner .sec#sec4 .insec .combo:not(:last-child) {
  margin-bottom: 100px;
}
main .inner .sec#sec4 .insec .combo .ph::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: 1;
}
main .inner .sec#sec4 .insec .combo .ph.brand1::before {
  content: "";
  width: 469px;
  height: 83px;
  background-image: url(../images/text_sec4_1.png);
  top: calc(50% - 42px);
  left: calc(50% - 235px);
}
main .inner .sec#sec4 .insec .combo .ph.brand2::before {
  content: "";
  width: 499px;
  height: 88px;
  background-image: url(../images/text_sec4_2.png);
  top: calc(50% - 44px);
  left: calc(50% - 250px);
}
main .inner .sec#sec4 .insec .combo .ph.brand3::before {
  content: "";
  width: 305px;
  height: 89px;
  background-image: url(../images/text_sec4_3.png);
  top: calc(50% - 45px);
  left: calc(50% - 153px);
}
main .inner .sec#sec4 .insec .combo .ph.brand4::before {
  content: "";
  width: 308px;
  height: 91px;
  background-image: url(../images/text_sec4_4.png);
  top: calc(50% - 45px);
  left: calc(50% - 154px);
}
main .inner .sec#sec4 .insec .combo .ph.brand5::before {
  content: "";
  width: 311px;
  height: 85px;
  background-image: url(../images/text_sec4_5.png);
  top: calc(50% - 42px);
  left: calc(50% - 155px);
}
main .inner .sec#sec4 .insec .combo .ph.brand6::before {
  content: "";
  width: 472px;
  height: 72px;
  background-image: url(../images/text_sec4_6.png);
  top: calc(50% - 36px);
  left: calc(50% - 236px);
}
main .inner .sec#sec5 .insec h3 {
  background-image: url(../images/title_sec5.png);
  width: 394px;
  height: 238px;
}
main .inner .sec#sec5 .insec .combo.brand1 {
  margin-bottom: 200px;
}
main .inner .sec#sec5 .insec .combo.brand1 .ph::before {
  content: "";
  width: 592px;
  height: 45px;
  background-image: url(../images/text_sec5_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 40px;
  left: calc(50% - 296px);
  z-index: 1;
}
main .inner .sec#sec5 .insec .combo.brand3 .ph {
  padding-left: 100px;
}
main .inner .sec#sec5 .insec .combo.brand3 .ph::before {
  content: "";
  width: 417px;
  height: 87px;
  background-image: url(../images/text_sec5_3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 45px;
  left: 0px;
  z-index: 1;
}
main .inner .sec#sec5 .insec .combo.bg {
  background-color: #CCCCCC;
}
main .inner .sec#sec5 .insec .combo.bg .single:not(:last-child) {
  margin-bottom: 50px;
}
main .inner .sec#sec5 .insec .combo.bg .single p {
  padding: 0 50px;
}
main .inner .sec#sec5 .insec .combo.bg .credits-set {
  padding: 0 50px 50px 50px;
}
main .inner .sec#sec5 .insec .combo .ph.brand2::before {
  content: "";
  width: 499px;
  height: 88px;
  background-image: url(../images/text_sec4_2.png);
  top: calc(50% - 44px);
  left: calc(50% - 250px);
}
main .inner .sec#sec5 .insec .combo .ph.brand3::before {
  content: "";
  width: 305px;
  height: 89px;
  background-image: url(../images/text_sec4_3.png);
  top: calc(50% - 45px);
  left: calc(50% - 153px);
}
main .inner .sec#sec5 .insec .combo .ph.brand4::before {
  content: "";
  width: 308px;
  height: 89px;
  background-image: url(../images/text_sec4_4.png);
  top: calc(50% - 45px);
  left: calc(50% - 154px);
}
main .inner .sec#sec5 .insec .combo .ph.brand5::before {
  content: "";
  width: 310px;
  height: 83px;
  background-image: url(../images/text_sec4_5.png);
  top: calc(50% - 42px);
  left: calc(50% - 155px);
}
main .inner .sec#sec5 .insec .combo .ph.brand6::before {
  content: "";
  width: 474px;
  height: 72px;
  background-image: url(../images/text_sec4_6.png);
  top: calc(50% - 36px);
  left: calc(50% - 237px);
}
main .inner .sec#sec5 .insec .brandset.brown .ph {
  width: 100%;
  position: relative;
}
main .inner .sec#sec5 .insec .brandset.brown .ph::before {
  content: "";
  width: 741px;
  height: 66px;
  background-image: url(../images/text_sec5_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 33px);
  left: calc(50% - 370px);
  z-index: 1;
}

footer {
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border-top: solid 1px #000;
}
footer .pgtop {
  width: 100%;
  border-bottom: solid 1px #000;
}
footer .pgtop a {
  color: #000;
  font-family: "bc-novatica-cyr", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  width: 100%;
  height: 55px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a:hover {
  color: #666666;
}
footer .infoot {
  width: calc(100% - 140px);
  padding: 55px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot ul {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer .infoot ul li a, footer .infoot ul li span {
  color: #000;
  font-family: "bc-novatica-cyr", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot ul li a:hover, footer .infoot ul li span:hover {
  color: #666666;
}
footer .infoot p {
  color: #000;
  font-family: "bc-novatica-cyr", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

#looks {
  width: 100%;
  height: 100vh;
  padding: 135px 0 0 0;
  background-color: white;
  position: fixed;
  top: 0px;
  z-index: -999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  pointer-events: none;
}
#looks.active {
  pointer-events: auto;
  z-index: 999;
}
#looks.active .close div {
  pointer-events: auto;
}
#looks .close {
  width: 40px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
}
#looks .close div {
  width: 40px;
  height: 40px;
  position: relative;
  pointer-events: none;
  cursor: pointer;
}
#looks .close div span {
  width: 10px;
  height: 10px;
  background-color: #000;
  position: absolute;
  transition: all 0.25s ease-in 0s;
}
#looks .close div span:nth-child(1) {
  width: 40px;
  height: 1px;
  left: 0px;
  top: 17px;
  transform: rotate(45deg);
}
#looks .close div span:nth-child(2) {
  width: 40px;
  height: 1px;
  left: 0px;
  top: 17px;
  transform: rotate(-45deg);
}
#looks .close div:hover span {
  background-color: #707070;
}
#looks .look-combo {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look {
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#looks .look-combo .look h3 {
  width: 100%;
  padding-left: 20px;
  margin-bottom: 50px;
  box-sizing: border-box;
}
#looks .look-combo .look h3 span {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#looks .look-combo .look h3.lt1 span {
  background-image: url(../images/title_sec1.png);
  width: 340px;
  height: 125px;
}
#looks .look-combo .look h3.lt2 {
  padding-top: 180px;
}
#looks .look-combo .look h3.lt2 span {
  background-image: url(../images/logo_market.png);
  width: 359px;
  height: 63px;
}
#looks .look-combo .look h3.lt3 {
  padding-top: 180px;
}
#looks .look-combo .look h3.lt3 span {
  background-image: url(../images/title_sec3.png);
  width: 385px;
  height: 120px;
}
#looks .look-combo .look h3.lt4 {
  padding-top: 180px;
}
#looks .look-combo .look h3.lt4 span {
  background-image: url(../images/title_sec2.png);
  width: 362px;
  height: 80px;
}
#looks .look-combo .look h3.lt5 {
  padding-top: 180px;
}
#looks .look-combo .look h3.lt5 span {
  background-image: url(../images/title_sec5_2.png);
  width: 433px;
  height: 107px;
}
#looks .look-combo .look .set {
  width: 50%;
  padding: 0 20px 100px 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look .set .photo {
  width: 100%;
  margin-bottom: 25px;
}
#looks .look-combo .look .set .photo.pslide {
  overflow: hidden;
  position: relative;
}
#looks .look-combo .look .set .photo.pslide .arrow {
  width: 13px;
  height: 23px;
  background-image: url(../images/arrow_detail.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 11px);
  z-index: 3;
}
#looks .look-combo .look .set .photo.pslide .arrow.prev {
  left: 10px;
}
#looks .look-combo .look .set .photo.pslide .arrow.next {
  right: 10px;
  transform: rotate(180deg);
}
#looks .look-combo .look .set .credits {
  width: 100%;
}
#looks .look-combo .look .set .credits h5 {
  color: #000;
  font-family: "bc-novatica-cyr", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
}
#looks .look-combo .look .set .credits h5:first-child {
  padding-top: 10px;
}
#looks .space {
  width: 560px;
  height: 100vh;
  margin: 0 auto;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  #loader .logo {
    width: 125px;
    height: 32px;
    left: calc(50% - 63px);
    top: calc(50% - 16px);
  }

  .loaded main {
    opacity: 1;
  }

  header {
    top: 10px;
    right: 10px;
  }
  header .inner nav ul li:hover {
    opacity: 1;
  }
  header .inner nav ul li a {
    color: #000;
    font-family: "bc-novatica-cyr", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }

  #visual {
    width: 100%;
    padding: 37px 0 45px 0;
  }
  #visual:not(:last-child) {
    margin-bottom: 50px;
  }
  #visual .inner {
    width: 100%;
    position: relative;
  }
  #visual .inner h1 {
    width: 100%;
    margin-bottom: 10px;
  }
  #visual .inner h1 span {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  #visual .inner h1 span:nth-child(1) {
    width: 100%;
    height: 31.8vw;
    background-image: url(../images/title1.png);
  }
  #visual .inner h1 span:nth-child(2) {
    width: 100%;
    height: 4.03916vw;
    background-image: url(../images/title2.png);
    position: absolute;
    top: calc(50% - 4.03916vw + 3px);
    left: 0px;
  }
  #visual .inner .photos {
    width: 100%;
    height: calc(118.0278vw - 5px);
    margin: 0px;
  }
  #visual .inner .photos::before {
    background-image: url(../images/text_deco_sp.png);
    background-repeat: no-repeat;
    background-position: left 10px top 10px;
    background-size: 93.85% auto;
  }
  #visual .inner .photos .ph {
    position: absolute;
  }
  #visual .inner .photos .ph.p1 {
    width: 39.74%;
    height: 118.0278vw;
    top: -25px;
    left: 10px;
  }
  #visual .inner .photos .ph.p2 {
    width: 28.97%;
    top: 10px;
    left: calc(39.4% + 10px);
  }
  #visual .inner .photos .ph.p3 {
    width: 23.8%;
    top: 10px;
    right: 15px;
    left: auto;
  }
  #visual .inner .photos .ph.p4 {
    width: 24.62%;
    top: auto;
    bottom: 15px;
    left: calc(39.4% + 10px);
  }
  #visual .inner .photos .ph.p5 {
    width: 24.8%;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: auto;
  }

  #anchor {
    width: 100%;
    padding-bottom: 40px;
  }
  #anchor:not(:last-child) {
    margin-bottom: 70px;
  }
  #anchor ul {
    width: calc(100% - 20px);
  }
  #anchor ul li.a1 {
    width: 145px;
  }
  #anchor ul li.a1 > div {
    padding: 0 30px 0 25px;
  }
  #anchor ul li.a1 > div::before {
    width: 31px;
    height: 100px;
    right: 0px;
    bottom: 0px;
  }
  #anchor ul li.a1 > div p {
    width: 80px;
    height: 37px;
    left: 10px;
    top: 47px;
  }
  #anchor ul li.a2 {
    width: 190px;
  }
  #anchor ul li.a2 > div {
    padding: 0 30px 0 70px;
    transform: translateX(0px);
  }
  #anchor ul li.a2 > div::before {
    width: 63px;
    height: 102px;
    right: 0px;
    bottom: 0px;
  }
  #anchor ul li.a2 > div p {
    width: 135px;
    height: 33px;
    left: 0px;
    top: 50px;
  }
  #anchor ul li.a3 {
    width: 100%;
    padding: 35px 0 40px 0;
  }
  #anchor ul li.a3 > div {
    width: 195px;
    padding: 0 40px 0 65px;
  }
  #anchor ul li.a3 > div::before {
    width: 68px;
    height: 103px;
    right: 0px;
    bottom: -5px;
  }
  #anchor ul li.a3 > div p {
    width: 95px;
    height: 60px;
    left: 0px;
    top: 22px;
  }
  #anchor ul li.a4 {
    width: 170px;
  }
  #anchor ul li.a4 > div {
    padding: 0 27px 0 53px;
  }
  #anchor ul li.a4 > div::before {
    width: 74px;
    height: 99px;
    right: 0px;
    bottom: 7px;
  }
  #anchor ul li.a4 > div p {
    width: 130px;
    height: 40px;
    top: 45px;
    left: 0px;
  }
  #anchor ul li.a5 {
    width: 180px;
  }
  #anchor ul li.a5 > div {
    padding: 0 67px 0 3px;
  }
  #anchor ul li.a5 > div::before {
    width: 70px;
    height: 102px;
    right: 0px;
    bottom: 0px;
  }
  #anchor ul li.a5 > div p {
    width: 94px;
    height: 38px;
    bottom: 0px;
    left: 0px;
  }
  #anchor ul li.a5 > div > div {
    width: 110px;
  }
  #anchor ul li.a5 > div > div img {
    transform: translateY(-15px);
  }
  #anchor ul li > div > div {
    width: 90px;
  }

  .credits {
    width: 100%;
  }

  .credits-set .credits {
    width: 100%;
  }
  .credits-set .credits:not(:last-child) {
    margin-bottom: 10px;
  }

  .credits {
    width: 100%;
    margin: 0 auto;
  }
  .credits > div {
    width: 100%;
    padding-bottom: 10px;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 3px 1px;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .credits > div.item-d-none dl dt {
    width: auto;
  }
  .credits > div.item-d-none dl dd {
    width: auto;
  }
  .credits > div.item-d-none dl dd:hover {
    opacity: 1;
  }
  .credits > div.item-d-none dl dd a {
    display: none;
  }
  .credits > div.item-d-none dl dd a.line {
    padding: 0 5px;
    display: flex;
  }
  .credits > div.item-d-none dl dd a.notice {
    text-align: left;
    text-decoration: underline;
    background-color: transparent;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div.item-d-none dl dd span {
    color: #000;
    font-family: alternate-gothic-atf, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  .credits > div dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .credits > div dl dt {
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt strong:not(:last-child) {
    margin-bottom: 5px;
  }
  .credits > div dl dt strong:nth-child(1) span:nth-child(1) {
    color: #000;
    font-family: alternate-gothic-atf, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8rem;
    letter-spacing: 0em;
  }
  .credits > div dl dt strong:nth-child(1) span:nth-child(2) {
    color: #000;
    font-family: alternate-gothic-atf, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  .credits > div dl dt strong:nth-child(1) span:nth-child(2)::after {
    content: "(tax in)";
    margin-left: 5px;
    display: inline-block;
  }
  .credits > div dl dt strong:nth-child(1) span:nth-child(2).nfs::after {
    content: none;
  }
  .credits > div dl dt strong:nth-child(2) {
    color: #000;
    font-family: alternate-gothic-atf, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0em;
    display: inline-block;
  }
  .credits > div dl dt strong:nth-child(2).comment {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
  }
  .credits > div dl dd {
    width: 50px;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div dl dd:hover {
    opacity: 0.6;
  }
  .credits > div dl dd a {
    color: #FFF;
    font-family: alternate-gothic-atf, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 25px;
    background-color: #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main .inner {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    background-color: #FFF;
    position: relative;
  }
  main .inner .sec {
    width: 100%;
  }
  main .inner .sec:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec .insec {
    width: 100%;
  }
  main .inner .sec .insec:not(:last-child) {
    margin-bottom: 60px;
  }
  main .inner .sec .insec h3:not(:last-child) {
    margin-bottom: 60px;
  }
  main .inner .sec .insec .thumb {
    position: relative;
    cursor: pointer;
  }
  main .inner .sec .insec .thumb.blk::before {
    filter: brightness(0);
  }
  main .inner .sec .insec .thumb::before {
    width: 30px;
    height: 24px;
    right: 10px;
    bottom: 10px;
  }
  main .inner .sec .insec .thumb:hover img {
    opacity: 1;
  }
  main .inner .sec .insec .credits-set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec .credits-set:not(:last-child) {
    margin-bottom: 75px;
  }
  main .inner .sec .insec .photos {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main .inner .sec .insec .photos > div {
    width: 50%;
  }
  main .inner .sec .insec .photo {
    width: 100%;
  }
  main .inner .sec .insec .photo.lposi {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
  main .inner .sec .insec .photo.lposi > div {
    width: calc(100% - 130px);
  }
  main .inner .sec .insec .photo > div {
    width: 100%;
  }
  main .inner .sec .insec .combo {
    width: 100%;
  }
  main .inner .sec .insec .combo:not(:last-child) {
    margin-bottom: 75px;
  }
  main .inner .sec .insec .combo.narrow {
    width: calc(100% - 40px);
  }
  main .inner .sec .insec .combo.narrow .ph + p {
    width: 100%;
  }
  main .inner .sec .insec .combo.narrow .credits {
    width: 100%;
  }
  main .inner .sec .insec .combo.narrow2 {
    width: calc(100% - 130px);
  }
  main .inner .sec .insec .combo.narrow2 .ph + p {
    width: 100%;
  }
  main .inner .sec .insec .combo.narrow2 .credits {
    width: 100%;
  }
  main .inner .sec .insec .combo.narrow3 {
    width: 100%;
  }
  main .inner .sec .insec .combo.narrow3 .ph {
    margin-bottom: 20px;
  }
  main .inner .sec .insec .combo.narrow3 .credits {
    width: calc(100% - 40px);
  }
  main .inner .sec .insec .combo .credits {
    width: calc(100% - 40px);
  }
  main .inner .sec .insec .combo .separate {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .inner .sec .insec .combo .separate:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .insec .combo .separate > div {
    width: 50%;
    flex-shrink: 0;
    position: relative;
  }
  main .inner .sec .insec .combo .separate > div:nth-child(1) {
    z-index: 1;
  }
  main .inner .sec .insec .combo .separate > div:nth-child(1) img {
    width: calc((100vw - 40px) * 0.6285);
  }
  main .inner .sec .insec .combo .separate > div:nth-child(2) {
    padding: 230px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
  main .inner .sec .insec .combo .separate > div:nth-child(2) img {
    width: calc((100vw - 40px) * 0.6285);
  }
  main .inner .sec .insec .combo .separate + p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
    text-align: left;
    padding: 0 20px;
  }
  main .inner .sec .insec .combo .separate + p:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .insec .combo .single {
    width: 100%;
  }
  main .inner .sec .insec .combo .single:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner .sec .insec .combo .single > div {
    width: 100%;
  }
  main .inner .sec .insec .combo .single > div:not(:last-child) {
    margin-bottom: 30px;
  }
  main .inner .sec .insec .combo .single > div + p {
    padding: 0 20px;
  }
  main .inner .sec .insec .combo .single > div + p:not(:last-child) {
    margin-bottom: 30px;
  }
  main .inner .sec .insec .combo .single + .credits-set {
    width: calc(100% - 40px);
  }
  main .inner .sec .insec .combo .ph {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
  }
  main .inner .sec .insec .combo .ph:not(:last-child) {
    margin-bottom: 30px;
  }
  main .inner .sec .insec .combo .ph > div {
    width: 50%;
  }
  main .inner .sec .insec .combo .ph + p {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .inner .sec .insec .combo .ph + p:not(:last-child) {
    margin-bottom: 40px;
  }
  main .inner .sec .insec .combo .txtset {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec .insec .combo .txtset:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .insec .combo .txtset > div:nth-child(1) {
    width: calc(100% - 170px);
  }
  main .inner .sec .insec .combo .txtset > div:nth-child(1):not(:last-child) {
    margin-bottom: 30px;
  }
  main .inner .sec .insec .combo .txtset > div:nth-child(2) {
    width: calc(100% - 40px);
  }
  main .inner .sec .insec .combo .txtset > div p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
    text-align: left;
  }
  main .inner .sec .insec .brandset {
    width: 100%;
  }
  main .inner .sec .insec .brandset.type1:not(:last-child) {
    margin-bottom: 80px;
  }
  main .inner .sec .insec .brandset.type1.brown {
    padding: 20px 0 40px 0;
  }
  main .inner .sec .insec .brandset.type1.brown:not(:last-child) {
    margin-bottom: 0px;
  }
  main .inner .sec .insec .brandset.type1.brown .text {
    width: calc(100% - 40px);
  }
  main .inner .sec .insec .brandset.type1.brown .text:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .insec .brandset.type1.brown .text > div p {
    color: #FFF !important;
  }
  main .inner .sec .insec .brandset.type1.brown .credits-set .credits > div {
    background-image: url(../images/dotline_w.png);
  }
  main .inner .sec .insec .brandset.type1.brown .credits-set .credits > div dl dt strong:nth-child(1) span {
    color: #FFF;
  }
  main .inner .sec .insec .brandset.type1.brown .credits-set .credits > div dl dt strong:nth-child(2) {
    color: #FFF;
  }
  main .inner .sec .insec .brandset.type1.brown .credits-set .credits > div dl dd a {
    color: #40251B;
    background-color: #FFF;
  }
  main .inner .sec .insec .brandset.type1.black {
    padding: 20px 20px 40px 20px;
  }
  main .inner .sec .insec .brandset.type1.black .ph {
    width: 100%;
    margin-bottom: 20px;
  }
  main .inner .sec .insec .brandset.type1.black .text:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .insec .brandset.type1.black .text > div:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }
  main .inner .sec .insec .brandset.type1.black .text > div:nth-child(2) {
    width: 100%;
  }
  main .inner .sec .insec .brandset.type1.black .text > div:nth-child(2) p {
    color: #FFF;
  }
  main .inner .sec .insec .brandset.type1.black .credits-set .credits > div {
    background-image: url(../images/dotline_w.png);
  }
  main .inner .sec .insec .brandset.type1.black .credits-set .credits > div dl dt strong:nth-child(1) span {
    color: #FFF;
  }
  main .inner .sec .insec .brandset.type1.black .credits-set .credits > div dl dt strong:nth-child(2) {
    color: #FFF;
  }
  main .inner .sec .insec .brandset.type1.black .credits-set .credits > div dl dd a {
    color: #000;
    background-color: #FFF;
  }
  main .inner .sec .insec .brandset.type1 .ph {
    width: 100%;
    margin-bottom: 50px;
  }
  main .inner .sec .insec .brandset.type1 .ph.narrow {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .inner .sec .insec .brandset.type1 .ph.narrow:not(:last-child) {
    margin-bottom: 40px;
  }
  main .inner .sec .insec .brandset.type1 .text {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec .insec .brandset.type1 .text > div:nth-child(1) {
    width: calc(100% - 140px);
  }
  main .inner .sec .insec .brandset.type1 .text > div:nth-child(1):not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .insec .brandset.type1 .text > div:nth-child(2) {
    width: calc(100% - 40px);
  }
  main .inner .sec .insec .brandset.type2:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .insec .brandset.type2 .brandimg {
    width: calc(100% - 40px);
    padding: 20px 20px 30px 20px;
    margin: 0 auto;
  }
  main .inner .sec .insec .brandset.type2 .brandimg:not(:last-child) {
    margin-bottom: 30px;
  }
  main .inner .sec .insec .brandset.type2 .brandimg .in {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec .insec .brandset.type2 .brandimg .in > div:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }
  main .inner .sec .insec .brandset.type2 .brandimg .in > div:nth-child(2) {
    width: 80px;
    margin-left: 0px;
  }
  main .inner .sec .insec .brandset.type2 .brandimg + p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
    text-align: left;
    padding: 0 20px;
  }
  main .inner .sec .insec .brandset.type2 .brandimg + p:not(:last-child) {
    margin-bottom: 40px;
  }
  main .inner .sec .insec .brandset.type2 .brandimg .credits-set {
    padding: 0 20px;
  }
  main .inner .sec .insec .brandset.type2 .credits-set {
    padding: 0 20px;
  }
  main .inner .sec .insec .brandset.type3 {
    width: calc(100% - 40px);
  }
  main .inner .sec .insec .brandset.type3:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .insec .brandset.type3 .ph {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
  }
  main .inner .sec .insec .brandset.type3 .ph.up {
    margin-bottom: 0px;
    z-index: 1;
  }
  main .inner .sec .insec .brandset.type3 .ph.up + .text {
    margin-top: -60px;
  }
  main .inner .sec .insec .brandset.type3 .ph img {
    width: calc(100% - 130px);
  }
  main .inner .sec .insec .brandset.type3 .text {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main .inner .sec .insec .brandset.type3 .text > div {
    width: calc(100% - 130px);
  }
  main .inner .sec .insec .brandset.type3 .text > div:not(:last-child) {
    margin-bottom: 30px;
  }
  main .inner .sec .insec .brandset.type3 .text p:not(:last-child) {
    margin-bottom: 40px;
  }
  main .inner .sec .insec .brandset.type3 .text .credits {
    width: 100%;
  }
  main .inner .sec .insec .brandset.type4:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .insec .brandset.type4 .ph {
    width: 100%;
  }
  main .inner .sec .insec .brandset.type4 .ph:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .insec .brandset.type4 p {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .inner .sec .insec .brandset.type4 p:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .insec .brandset.type4 .credits-set {
    padding: 0 20px;
  }
  main .inner .sec .insec .slider {
    width: 100%;
    position: relative;
  }
  main .inner .sec .insec .slider:not(:last-child) {
    margin-bottom: 30px;
  }
  main .inner .sec .insec .slider .arrow {
    width: 24px;
    height: 45px;
    top: calc(50% - 23px);
  }
  main .inner .sec .insec .slider .arrow.prev {
    left: 30px;
  }
  main .inner .sec .insec .slider .arrow.next {
    right: 30px;
  }
  main .inner .sec#sec1 h3 {
    width: 118px;
    height: 117px;
  }
  main .inner .sec#sec2 h3 {
    width: 226px;
    height: 119px;
  }
  main .inner .sec#sec2 .insec .photo.lposi {
    z-index: 1;
  }
  main .inner .sec#sec2 .insec .combo {
    margin-top: -40px;
  }
  main .inner .sec#sec3 .insec {
    width: 100%;
  }
  main .inner .sec#sec3 .insec h3 {
    width: 189px;
    height: 121px;
    margin: 0 auto 60px auto;
  }
  main .inner .sec#sec3 .insec .slider {
    width: 100%;
  }
  main .inner .sec#sec4 .insec h3 {
    width: 197px;
    height: 117px;
  }
  main .inner .sec#sec4 .insec .combo:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec#sec4 .insec .combo .ph::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    z-index: 1;
  }
  main .inner .sec#sec4 .insec .combo .ph.brand1::before {
    width: 235px;
    height: 42px;
    background-image: url(../images/text_sec4_1.png);
    top: calc(50% - 21px);
    left: calc(50% - 118px);
  }
  main .inner .sec#sec4 .insec .combo .ph.brand2::before {
    width: 250px;
    height: 44px;
    background-image: url(../images/text_sec4_2.png);
    top: calc(50% - 22px);
    left: calc(50% - 125px);
  }
  main .inner .sec#sec4 .insec .combo .ph.brand3::before {
    width: 153px;
    height: 45px;
    background-image: url(../images/text_sec4_3.png);
    top: calc(50% - 23px);
    left: calc(50% - 77px);
  }
  main .inner .sec#sec4 .insec .combo .ph.brand4::before {
    width: 154px;
    height: 45px;
    background-image: url(../images/text_sec4_4.png);
    top: calc(50% - 23px);
    left: calc(50% - 77px);
  }
  main .inner .sec#sec4 .insec .combo .ph.brand5::before {
    width: 156px;
    height: 43px;
    background-image: url(../images/text_sec4_5.png);
    top: calc(50% - 22px);
    left: calc(50% - 78px);
  }
  main .inner .sec#sec4 .insec .combo .ph.brand6::before {
    width: 315px;
    height: 52px;
    background-image: url(../images/text_sec4_6sp.png);
    top: calc(50% - 26px);
    left: calc(50% - 157px);
  }
  main .inner .sec#sec5 .insec h3 {
    width: 197px;
    height: 119px;
  }
  main .inner .sec#sec5 .insec .combo.brand1 {
    margin-bottom: 100px;
  }
  main .inner .sec#sec5 .insec .combo.brand1 .ph::before {
    width: 296px;
    height: 23px;
    bottom: 20px;
    left: calc(50% - 148px);
  }
  main .inner .sec#sec5 .insec .combo.brand3 .ph {
    padding-left: 80px;
  }
  main .inner .sec#sec5 .insec .combo.brand3 .ph::before {
    width: 209px;
    height: 44px;
    top: 25px;
    left: 20px;
  }
  main .inner .sec#sec5 .insec .combo.bg {
    background-color: #CCCCCC;
    margin-bottom: 0px;
  }
  main .inner .sec#sec5 .insec .combo.bg .single:not(:last-child) {
    margin-bottom: 40px;
  }
  main .inner .sec#sec5 .insec .combo.bg .single p {
    padding: 0 20px;
  }
  main .inner .sec#sec5 .insec .combo.bg .credits-set {
    padding: 0 20px 40px 20px;
  }
  main .inner .sec#sec5 .insec .combo .ph.brand2::before {
    content: "";
    width: 250px;
    height: 44px;
    background-image: url(../images/text_sec4_2.png);
    top: calc(50% - 22px);
    left: calc(50% - 125px);
  }
  main .inner .sec#sec5 .insec .combo .ph.brand3::before {
    content: "";
    width: 153px;
    height: 45px;
    background-image: url(../images/text_sec4_3.png);
    top: calc(50% - 23px);
    left: calc(50% - 77px);
  }
  main .inner .sec#sec5 .insec .combo .ph.brand4::before {
    content: "";
    width: 154px;
    height: 45px;
    background-image: url(../images/text_sec4_4.png);
    top: calc(50% - 23px);
    left: calc(50% - 77px);
  }
  main .inner .sec#sec5 .insec .combo .ph.brand5::before {
    content: "";
    width: 155px;
    height: 44px;
    background-image: url(../images/text_sec4_5.png);
    top: calc(50% - 22px);
    left: calc(50% - 78px);
  }
  main .inner .sec#sec5 .insec .combo .ph.brand6::before {
    content: "";
    width: 237px;
    height: 36px;
    background-image: url(../images/text_sec4_6.png);
    top: calc(50% - 18px);
    left: calc(50% - 119px);
  }
  main .inner .sec#sec5 .insec .brandset.brown {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec#sec5 .insec .brandset.brown .ph {
    width: calc(100% - 40px);
    position: relative;
  }
  main .inner .sec#sec5 .insec .brandset.brown .ph::before {
    content: "";
    width: 281px;
    height: 25px;
    background-image: url(../images/text_sec5_2.png);
    top: calc(50% - 13px);
    left: calc(50% - 141px);
  }
  main .inner .sec#sec5 .insec .brandset.brown .text > div:nth-child(2) {
    width: 100%;
  }
  main .inner .sec#sec5 .insec .brandset.brown .credits-set {
    width: calc(100% - 40px);
  }

  footer .pgtop a {
    color: #000;
    font-family: "bc-novatica-cyr", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    height: 50px;
  }
  footer .infoot {
    width: calc(100% - 40px);
    padding: 50px 0;
  }
  footer .infoot ul {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot ul li a, footer .infoot ul li span {
    color: #000;
    font-family: "bc-novatica-cyr", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }

  #looks {
    width: 100%;
    height: 100vh;
    padding: 60px 0 0 0;
  }
  #looks .close {
    width: 40px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99999;
  }
  #looks .close div {
    width: 40px;
    height: 40px;
    position: relative;
    pointer-events: none;
    cursor: pointer;
  }
  #looks .close div span {
    width: 10px;
    height: 10px;
    background-color: #000;
    position: absolute;
    transition: all 0.25s ease-in 0s;
  }
  #looks .close div span:nth-child(1) {
    width: 40px;
    height: 1px;
    left: 0px;
    top: 17px;
    transform: rotate(45deg);
  }
  #looks .close div span:nth-child(2) {
    width: 40px;
    height: 1px;
    left: 0px;
    top: 17px;
    transform: rotate(-45deg);
  }
  #looks .close div:hover span {
    background-color: #707070;
  }
  #looks .look-combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .look-combo .look {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look-combo .look .set {
    width: 100%;
    padding: 0 20px 50px 20px;
  }
  #looks .look-combo .look .set .photo {
    width: 100%;
    margin-bottom: 25px;
  }
  #looks .look-combo .look .set .photo.pslide {
    overflow: hidden;
    position: relative;
  }
  #looks .look-combo .look .set .photo.pslide .arrow {
    width: 13px;
    height: 23px;
    background-image: url(../images/arrow_detail.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 11px);
    z-index: 3;
  }
  #looks .look-combo .look .set .photo.pslide .arrow.prev {
    left: 10px;
  }
  #looks .look-combo .look .set .photo.pslide .arrow.next {
    right: 10px;
    transform: rotate(180deg);
  }
  #looks .space {
    width: 100%;
    height: 100vh;
  }
}

/*# sourceMappingURL=style.css.map */
