@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: 1040px;
  padding: 340px 0 100vh 0;
  margin: 0 auto;
  position: relative;
}
#visual.on .inner h2 {
  opacity: 1;
}
#visual .inner {
  width: 100%;
  position: relative;
}
#visual .inner h1 {
  width: 980px;
  position: absolute;
  top: -220px;
  left: 30px;
  z-index: 5;
  transition: opacity 0.35s ease-in 0s;
}
#visual .inner h1 span {
  width: 100%;
  height: 252px;
  background-image: url(../images/logo.png);
  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 h2 {
  width: 134px;
  height: 141px;
  background-image: url(../images/text_month.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: 5;
}
#visual .inner .photo {
  width: 100%;
  padding: 0 0 0px 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#visual .inner .photo img {
  opacity: 1;
  transition: opacity 0.5s ease-in 0s;
}
#visual .inner .text {
  width: calc(100% - 100px);
  position: absolute;
  z-index: 5;
  left: 50px;
  top: calc(100% - 810px + 405px);
}
#visual .inner .text h3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 45px;
}
#visual .inner .text 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;
}
#visual .inner .text h3 span:nth-child(1) {
  background-image: url(../images/title1.png);
  width: 552px;
  height: 188px;
  margin-bottom: 30px;
}
#visual .inner .text h3 span:nth-child(2) {
  background-image: url(../images/title2.png);
  width: 678px;
  height: 104px;
  margin-bottom: 30px;
}
#visual .inner .text h3 span:nth-child(3) {
  background-image: url(../images/title3.png);
  width: 524px;
  height: 151px;
}
#visual .inner .text h4 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#visual .inner .text h4 span {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#visual .inner .text h4 span:nth-child(1) {
  background-image: url(../images/title4.png);
  width: 437px;
  height: 66px;
  margin-bottom: 20px;
}
#visual .inner .text h4 span:nth-child(2) {
  background-image: url(../images/title5.png);
  width: 268px;
  height: 66px;
}

.credits > div {
  width: 100%;
  padding: 0 0 5px 0;
  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 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: "bc-novatica-cyr", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
}
.credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.credits > div dl dt strong {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt strong span:nth-child(2) {
  margin-left: 5px;
}
.credits > div dl dt strong span:nth-child(2)::after {
  content: "(TAX IN)";
  padding-left: 5px;
  display: inline-block;
}
.credits > div dl dd a {
  background-color: #000;
  height: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd a:hover {
  background-color: #666666;
}
.credits > div dl dd a.line, .credits > div dl dd a.notice {
  display: none;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
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;
}
main .inner .sec#sec1 {
  z-index: 11;
}
main .inner .sec#sec2 {
  z-index: 12;
}
main .inner .sec#sec3 {
  z-index: 13;
}
main .inner .sec#sec4 {
  z-index: 14;
}
main .inner .sec#sec5 {
  z-index: 15;
}
main .inner .sec#sec6 {
  z-index: 16;
}
main .inner .sec#sec7 {
  z-index: 17;
}
main .inner .sec#sec8 {
  z-index: 18;
}
main .inner .sec#sec9 {
  z-index: 19;
}
main .inner .sec#sec10 {
  z-index: 20;
}
main .inner .sec#sec11 {
  z-index: 21;
}
main .inner .sec.on .insec .photo {
  opacity: 1;
}
main .inner .sec h3 span, main .inner .sec h4 span {
  width: 100%;
  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 .thumb {
  position: relative;
  cursor: pointer;
}
main .inner .sec .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 .thumb:hover img {
  filter: brightness(125%);
}
main .inner .sec .thumb img {
  transition: filter 0.25s ease-in 0s;
}
main .inner .sec .credits {
  width: calc(100% - 10px);
  padding-left: 5px;
}
main .inner .sec .credits > div.item-d-none dt {
  width: auto;
}
main .inner .sec .credits > div.item-d-none dd {
  width: auto;
}
main .inner .sec .credits > div.item-d-none dd a.line {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner .sec .credits > div dl dt {
  width: calc(100% - 50px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .sec .credits > div dl dt strong:nth-child(1) span:nth-child(1) {
  color: #000;
  font-family: "bc-novatica-cyr", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner .sec .credits > div dl dt strong:nth-child(1) span:nth-child(2) {
  color: #000;
  font-family: "bc-novatica-cyr", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner .sec .credits > div dl dt strong:nth-child(2) {
  color: #000;
  font-family: "bc-novatica-cyr", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding-top: 5px;
  display: inline-block;
}
main .inner .sec .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;
}
main .inner .sec .credits > div dl dd {
  width: 50px;
}
main .inner .sec .credits > div dl dd a {
  color: #FFF;
  font-family: "bc-novatica-cyr", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  border-radius: 10px;
}
main .inner .sec .insec {
  width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
main .inner .sec .insec:not(:last-child) {
  margin-bottom: 120px;
}
main .inner .sec .other {
  width: 100%;
  overflow: hidden;
}
main .inner .sec .other:not(:last-child) {
  margin-bottom: 100px;
}
main .inner .sec .other h4 {
  color: #000;
  font-family: "bc-novatica-cyr", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
main .inner .sec .other .slider {
  width: 100%;
}
main .inner .sec .other .slider .arrow {
  display: none;
}
main .inner .sec .other .slider .swiper-slide .photo {
  width: 100%;
  margin-bottom: 15px;
}
main .inner .sec#sec1 {
  padding: 200px 0 0 0;
}
main .inner .sec#sec1 .insec .slider {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
main .inner .sec#sec1 .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#sec1 .insec .slider .arrow.prev {
  left: 140px;
}
main .inner .sec#sec1 .insec .slider .arrow.next {
  right: 140px;
  transform: rotate(180deg);
}
main .inner .sec#sec1 .insec .text {
  width: 600px;
  margin: 0 auto;
}
main .inner .sec#sec1 .insec .text h3 {
  width: 249px;
  margin-bottom: 30px;
}
main .inner .sec#sec1 .insec .text h3 span {
  background-image: url(../images/title_sec1.png);
  height: 91px;
}
main .inner .sec#sec1 .insec .text p {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  text-align: left;
}
main .inner .sec#sec2 {
  padding: 220px 0 0 0;
}
main .inner .sec#sec2 .insec .myhead {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
main .inner .sec#sec2 .insec .myhead > div {
  width: 50%;
}
main .inner .sec#sec2 .insec .myhead h3 {
  width: 390px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 195px);
  z-index: 1;
}
main .inner .sec#sec2 .insec .myhead h3 span {
  height: 30px;
  background-image: url(../images/logo_lacollection.png);
}
main .inner .sec#sec2 .insec .text {
  width: 100%;
}
main .inner .sec#sec2 .insec .text h4 {
  width: 430px;
  margin-bottom: 40px;
}
main .inner .sec#sec2 .insec .text h4 span {
  height: 95px;
  background-image: url(../images/title_sec2.png);
}
main .inner .sec#sec2 .insec .text .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .inner .sec#sec2 .insec .text .combo:not(:last-child) {
  margin-bottom: 50px;
}
main .inner .sec#sec2 .insec .text .combo .box {
  text-align: left;
  width: calc((100% - 60px) / 2);
}
main .inner .sec#sec2 .insec .text .combo .box.pdng {
  padding-top: 20px;
}
main .inner .sec#sec2 .insec .text .combo .box .photo {
  width: 100%;
}
main .inner .sec#sec2 .insec .text .combo .box .photo:not(:last-child) {
  margin-bottom: 20px;
}
main .inner .sec#sec2 .insec .text .combo .box h5 {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0em;
}
main .inner .sec#sec2 .insec .text .combo .box h5:not(:last-child) {
  margin-bottom: 10px;
}
main .inner .sec#sec2 .insec .text .combo .box p {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main .inner .sec#sec2 .insec .text .combo .box p:not(:last-child) {
  margin-bottom: 30px;
}
main .inner .sec#sec2 .link {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .inner .sec#sec2 .link a {
  color: #000;
  font-family: "linotype-didot", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 6.1rem;
  letter-spacing: 0em;
  font-style: italic;
  text-decoration: underline;
  transition: all 0.25s ease-in 0s;
}
main .inner .sec#sec2 .link a:hover {
  color: #666666;
}
main .inner .sec#sec3 {
  padding: 200px 0 0 0;
}
main .inner .sec#sec3 .insec .photos {
  width: 1040px;
  margin: 0 auto 250px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner .sec#sec3 .insec .photos .photo {
  position: relative;
}
main .inner .sec#sec3 .insec .photos .photo.p3-1 {
  width: 750px;
  margin: 0 auto 150px 0;
}
main .inner .sec#sec3 .insec .photos .photo.p3-2 {
  width: 600px;
  margin: 0 0 200px auto;
}
main .inner .sec#sec3 .insec .photos .photo.p3-3 {
  width: 600px;
}
main .inner .sec#sec3 .insec .photos .photo.p3-3::before {
  content: "ORDINARY JOY";
  width: 342px;
  height: 27px;
  background-image: url(../images/logo_ordinary.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% - 13px);
  left: calc(50% - 171px);
  z-index: 2;
}
main .inner .sec#sec3 .insec .photos .photo div {
  width: 100%;
}
main .inner .sec#sec3 .insec .photos .photo div.default {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  transition: opacity 0.75s ease-in 0.25s;
}
main .inner .sec#sec3 .insec .photos .photo div.default.on {
  opacity: 0;
}
main .inner .sec#sec3 .insec .myhead {
  width: 100%;
  margin-bottom: 40px;
}
main .inner .sec#sec3 .insec .myhead .arrow {
  display: none;
}
main .inner .sec#sec3 .insec .text {
  text-align: left;
  width: 100%;
  margin-bottom: 160px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main .inner .sec#sec3 .insec .text h4 {
  width: 270px;
}
main .inner .sec#sec3 .insec .text h4 span {
  height: 85px;
  background-image: url(../images/title_sec3.png);
}
main .inner .sec#sec3 .insec .text > div {
  width: calc(100% - 270px - 40px);
}
main .inner .sec#sec3 .insec .text > div p {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main .inner .sec#sec3 .insec .text > div p:not(:last-child) {
  margin-bottom: 30px;
}
main .inner .sec#sec3 .insec .single {
  width: 600px;
  margin: 0 auto;
}
main .inner .sec#sec4 {
  padding: 250px 0 0 0;
}
main .inner .sec#sec4 .insec {
  margin-bottom: 160px;
}
main .inner .sec#sec4 .insec .photos {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner .sec#sec4 .insec .photos h3 {
  width: 750px;
  margin-bottom: 70px;
}
main .inner .sec#sec4 .insec .photos h3 span {
  height: 116px;
  background-image: url(../images/logo_market.png);
}
main .inner .sec#sec4 .insec .photos .slider {
  width: 750px;
  margin-bottom: 40px;
}
main .inner .sec#sec4 .insec .photos .slider .arrow {
  display: none;
}
main .inner .sec#sec4 .insec .photos .photo {
  position: relative;
}
main .inner .sec#sec4 .insec .photos .photo.p4-2 {
  width: 750px;
  margin-bottom: 150px;
}
main .inner .sec#sec4 .insec .photos .photo.p4-3 {
  width: 750px;
  margin: 0 auto 200px 0;
}
main .inner .sec#sec4 .insec .photos .photo.p4-4 {
  width: 600px;
  margin: 0 0 200px auto;
}
main .inner .sec#sec4 .insec .photos .photo.p4-5 {
  width: 750px;
}
main .inner .sec#sec4 .insec .photos .photo div {
  width: 100%;
}
main .inner .sec#sec4 .insec .photos .photo div:not(:last-child) {
  margin-bottom: 10px;
}
main .inner .sec#sec4 .insec .photos .photo div.default {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  transition: opacity 0.5s ease-in 0s;
}
main .inner .sec#sec4 .insec .photos .photo div.default.on {
  opacity: 0;
}
main .inner .sec#sec4 .insec .photos .photo > p {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-align: left;
}
main .inner .sec#sec5 {
  padding: 300px 0 0 0;
}
main .inner .sec#sec5 .insec {
  text-align: left;
  margin-bottom: 0px;
}
main .inner .sec#sec5 .insec .mylead {
  width: 750px;
  margin: 0 auto 60px auto;
}
main .inner .sec#sec5 .insec .mylead h4 {
  width: 441px;
  margin-bottom: 60px;
}
main .inner .sec#sec5 .insec .mylead h4 span {
  height: 105px;
  background-image: url(../images/title_sec5.png);
}
main .inner .sec#sec5 .insec .mylead p {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main .inner .sec#sec5 .insec .mylead p.en {
  margin-bottom: 30px;
}
main .inner .sec#sec5 .insec .photos {
  width: 750px;
  margin: 0 auto 30px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .inner .sec#sec5 .insec .photos > div {
  width: calc((100% - 40px) / 2);
}
main .inner .sec#sec5 .insec .text {
  width: 750px;
  margin: 0 auto 30px auto;
}
main .inner .sec#sec5 .insec .text p {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main .inner .sec#sec5 .insec .text p:not(:last-child) {
  margin-bottom: 30px;
}
main .inner .sec#sec5 .insec .single {
  width: 600px;
  margin: 0 auto;
  position: relative;
}
main .inner .sec#sec5 .insec .single > div {
  width: 100%;
}
main .inner .sec#sec5 .insec .single h3 {
  width: 488px;
  position: absolute;
  bottom: 110px;
  left: calc(50% - 244px);
  z-index: 1;
}
main .inner .sec#sec5 .insec .single h3 span {
  background-image: url(../images/logo_queene.png);
  height: 136px;
}

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.6rem;
  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: #8BA5CE;
}
#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 .look-combo .look .set .credits > div.item-d-none dl dt {
  width: auto;
}
#looks .look-combo .look .set .credits > div.item-d-none dl dd {
  width: auto;
}
#looks .look-combo .look .set .credits > div.item-d-none dl dd a.line, #looks .look-combo .look .set .credits > div.item-d-none dl dd a.notice {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
#looks .look-combo .look .set .credits > div dl dt {
  width: calc(100% - 45px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look .set .credits > div dl dt strong:nth-child(1) span:nth-child(1) {
  color: #000;
  font-family: "bc-novatica-cyr", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .look-combo .look .set .credits > div dl dt strong:nth-child(1) span:nth-child(2) {
  color: #000;
  font-family: "bc-novatica-cyr", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .look-combo .look .set .credits > div dl dt strong:nth-child(2) {
  color: #000;
  font-family: "bc-novatica-cyr", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 10px;
}
#looks .look-combo .look .set .credits > div dl dd {
  width: 45px;
}
#looks .look-combo .look .set .credits > div dl dd a {
  color: #FFF;
  font-family: "bc-novatica-cyr", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
#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: calc(100% - 60px);
    padding: 130px 0 0 0;
  }
  #visual.on .inner h1 {
    top: calc((100vw - 60px) * -0.25715 + 10px);
    opacity: 1;
  }
  #visual.on .inner .photo {
    transform: translateY(0px);
    opacity: 1;
  }
  #visual.on .inner .text h3 {
    opacity: 1;
    transform: translateY(0px);
  }
  #visual.on .inner .text h4 {
    opacity: 1;
    transform: translateY(0px);
  }
  #visual .inner h1 {
    width: 100%;
    position: absolute;
    top: calc((100vw - 60px) * -0.25715 + 20px);
    left: 0px;
    z-index: 5;
    transition: all 0.5s ease-in 0s;
    opacity: 0;
  }
  #visual .inner h1 span {
    width: 100%;
    height: calc((100vw - 60px) * 0.25715);
  }
  #visual .inner h2 {
    width: 42px;
    height: 44px;
    top: 10px;
    right: 10px;
  }
  #visual .inner .photo {
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease-in 0.5s;
  }
  #visual .inner .text {
    width: calc(100% - 20px);
    left: 10px;
    top: calc(100% - 252px - 10px);
  }
  #visual .inner .text h3 {
    margin-bottom: 17px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease-in 1s;
  }
  #visual .inner .text h3 span:nth-child(1) {
    background-image: url(../images/title1.png);
    width: 199px;
    height: 68px;
    margin-bottom: 10px;
  }
  #visual .inner .text h3 span:nth-child(2) {
    background-image: url(../images/title2.png);
    width: 241px;
    height: 37px;
    margin-bottom: 10px;
  }
  #visual .inner .text h3 span:nth-child(3) {
    background-image: url(../images/title3.png);
    width: 187px;
    height: 54px;
  }
  #visual .inner .text h4 {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease-in 1.25s;
  }
  #visual .inner .text h4 span:nth-child(1) {
    background-image: url(../images/title4.png);
    width: 160px;
    height: 24px;
    margin-bottom: 8px;
  }
  #visual .inner .text h4 span:nth-child(2) {
    background-image: url(../images/title5.png);
    width: 97px;
    height: 24px;
  }

  .credits > div {
    width: 100%;
    padding: 0 0 5px 0;
    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 a {
    display: none;
  }
  .credits > div.item-d-none dl dd a.line {
    padding: 0 5px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .credits > div.item-d-none dl dd a.notice {
    text-align: left;
    text-decoration: underline;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .credits > div.item-d-none dl dd span {
    color: #000;
    font-family: "bc-novatica-cyr", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .credits > div dl dt strong {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt strong span:nth-child(2) {
    margin-left: 5px;
  }
  .credits > div dl dt strong span:nth-child(2)::after {
    content: "(TAX IN)";
    padding-left: 5px;
    display: inline-block;
  }
  .credits > div dl dd a {
    background-color: #000;
    height: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div dl dd a:hover {
    background-color: #666666;
  }
  .credits > div dl dd a.line, .credits > div dl dd a.notice {
    display: none;
  }

  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    z-index: 10;
  }
  main .inner {
    width: 100%;
    padding: 0 0 100px 0;
    margin: 0 auto;
    position: relative;
  }
  main .inner .sec {
    width: 100%;
    background-color: #FFF;
  }
  main .inner .sec#sec1 {
    z-index: 11;
  }
  main .inner .sec#sec2 {
    z-index: 12;
  }
  main .inner .sec#sec3 {
    z-index: 13;
  }
  main .inner .sec#sec4 {
    z-index: 14;
  }
  main .inner .sec#sec5 {
    z-index: 15;
  }
  main .inner .sec#sec6 {
    z-index: 16;
  }
  main .inner .sec#sec7 {
    z-index: 17;
  }
  main .inner .sec#sec8 {
    z-index: 18;
  }
  main .inner .sec#sec9 {
    z-index: 19;
  }
  main .inner .sec#sec10 {
    z-index: 20;
  }
  main .inner .sec#sec11 {
    z-index: 21;
  }
  main .inner .sec.on .insec .photo {
    opacity: 1;
  }
  main .inner .sec h3 span, main .inner .sec h4 span {
    width: 100%;
    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 .thumb:hover img {
    filter: brightness(100%);
  }
  main .inner .sec .credits {
    width: calc(100% - 10px);
    padding-left: 5px;
  }
  main .inner .sec .credits > div.item-d-none dt {
    width: auto;
  }
  main .inner .sec .credits > div.item-d-none dd {
    width: auto;
  }
  main .inner .sec .credits > div dl dt {
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .credits > div dl dt strong:nth-child(1) span:nth-child(1) {
    color: #000;
    font-family: "bc-novatica-cyr", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .sec .credits > div dl dt strong:nth-child(1) span:nth-child(2) {
    color: #000;
    font-family: "bc-novatica-cyr", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .sec .credits > div dl dt strong:nth-child(2) {
    color: #000;
    font-family: "bc-novatica-cyr", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding-top: 5px;
    display: inline-block;
  }
  main .inner .sec .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;
  }
  main .inner .sec .credits > div dl dd {
    width: 50px;
  }
  main .inner .sec .credits > div dl dd a {
    color: #FFF;
    font-family: "bc-novatica-cyr", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    border-radius: 10px;
  }
  main .inner .sec .insec {
    width: 100%;
  }
  main .inner .sec .insec:not(:last-child) {
    margin-bottom: 90px;
  }
  main .inner .sec .other:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .other h4 {
    color: #000;
    font-family: "bc-novatica-cyr", sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 25px;
  }
  main .inner .sec .other .slider {
    width: 100%;
  }
  main .inner .sec .other .slider .arrow {
    display: none;
  }
  main .inner .sec .other .slider .swiper-slide .photo {
    width: 100%;
    margin-bottom: 15px;
  }
  main .inner .sec#sec1 {
    padding: 50px 0 0 0;
    opacity: 0;
    transition: opacity 0.5s ease-in 0s;
  }
  main .inner .sec#sec1.on {
    opacity: 1;
  }
  main .inner .sec#sec1 .insec .slider {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  main .inner .sec#sec1 .insec .slider .arrow {
    width: 11px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
  }
  main .inner .sec#sec1 .insec .slider .arrow.prev {
    left: 30px;
  }
  main .inner .sec#sec1 .insec .slider .arrow.next {
    right: 30px;
  }
  main .inner .sec#sec1 .insec .text {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .inner .sec#sec1 .insec .text h3 {
    width: 163px;
    margin-bottom: 20px;
  }
  main .inner .sec#sec1 .insec .text h3 span {
    height: 60px;
  }
  main .inner .sec#sec1 .insec .text p {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main .inner .sec#sec2 {
    padding: 100px 0 0 0;
  }
  main .inner .sec#sec2 .insec .myhead {
    margin-bottom: 40px;
  }
  main .inner .sec#sec2 .insec .myhead > div {
    width: 100%;
  }
  main .inner .sec#sec2 .insec .myhead > div:last-child {
    display: none;
  }
  main .inner .sec#sec2 .insec .myhead h3 {
    width: 260px;
    top: calc(50% - 10px);
    left: calc(50% - 130px);
  }
  main .inner .sec#sec2 .insec .myhead h3 span {
    height: 20px;
  }
  main .inner .sec#sec2 .insec .text {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .inner .sec#sec2 .insec .text h4 {
    width: 190px;
    margin-bottom: 20px;
  }
  main .inner .sec#sec2 .insec .text h4 span {
    height: 42px;
  }
  main .inner .sec#sec2 .insec .text .combo {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec#sec2 .insec .text .combo:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner .sec#sec2 .insec .text .combo .box {
    text-align: left;
    width: 100%;
  }
  main .inner .sec#sec2 .insec .text .combo .box:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner .sec#sec2 .insec .text .combo .box.pdng {
    padding-top: 0px;
  }
  main .inner .sec#sec2 .insec .text .combo .box .photo {
    width: 100%;
  }
  main .inner .sec#sec2 .insec .text .combo .box .photo:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner .sec#sec2 .insec .text .combo .box h5 {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: 0em;
  }
  main .inner .sec#sec2 .insec .text .combo .box h5:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec#sec2 .insec .text .combo .box p {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.3rem;
    letter-spacing: 0em;
  }
  main .inner .sec#sec2 .insec .text .combo .box p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner .sec#sec2 .link a {
    color: #000;
    font-family: "linotype-didot", sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 4rem;
    letter-spacing: 0em;
  }
  main .inner .sec#sec3 {
    padding: 100px 0 0 0;
  }
  main .inner .sec#sec3 .insec .photos {
    width: 100%;
    margin: 0 auto 100px auto;
    align-items: flex-start;
  }
  main .inner .sec#sec3 .insec .photos .photo {
    position: relative;
  }
  main .inner .sec#sec3 .insec .photos .photo.p3-1 {
    width: calc(100% - 100px);
    margin: 0 0 100px 0;
  }
  main .inner .sec#sec3 .insec .photos .photo.p3-2 {
    width: calc(100% - 50px);
    margin: 0 0 100px auto;
  }
  main .inner .sec#sec3 .insec .photos .photo.p3-3 {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  main .inner .sec#sec3 .insec .photos .photo.p3-3::before {
    width: 181px;
    height: 14px;
    top: calc(50% - 7px);
    left: calc(50% - 90px);
  }
  main .inner .sec#sec3 .insec .myhead {
    width: 100%;
    margin-bottom: 40px;
  }
  main .inner .sec#sec3 .insec .text {
    width: calc(100% - 40px);
    margin: 0 auto 80px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec#sec3 .insec .text h4 {
    width: 192px;
    margin-bottom: 20px;
  }
  main .inner .sec#sec3 .insec .text h4 span {
    height: 60px;
  }
  main .inner .sec#sec3 .insec .text > div {
    width: 100%;
  }
  main .inner .sec#sec3 .insec .text > div p {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main .inner .sec#sec3 .insec .text > div p:not(:last-child) {
    margin-bottom: 30px;
  }
  main .inner .sec#sec3 .insec .single {
    width: calc(100% - 40px);
  }
  main .inner .sec#sec4 {
    padding: 100px 0 0 0;
  }
  main .inner .sec#sec4 .insec {
    margin-bottom: 100px;
  }
  main .inner .sec#sec4 .insec .photos {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec#sec4 .insec .photos h3 {
    width: calc(100% - 40px);
    margin-bottom: 35px;
  }
  main .inner .sec#sec4 .insec .photos h3 span {
    height: calc((100vw - 40px) * 0.1753);
  }
  main .inner .sec#sec4 .insec .photos .slider {
    width: 100%;
    margin-bottom: 20px;
  }
  main .inner .sec#sec4 .insec .photos .slider .arrow {
    display: none;
  }
  main .inner .sec#sec4 .insec .photos .photo {
    position: relative;
  }
  main .inner .sec#sec4 .insec .photos .photo.p4-2 {
    width: 100%;
    margin-bottom: 50px;
  }
  main .inner .sec#sec4 .insec .photos .photo.p4-2 p {
    padding: 0 20px;
  }
  main .inner .sec#sec4 .insec .photos .photo.p4-3 {
    width: calc(100% - 40px);
    margin: 0 auto 50px 0;
  }
  main .inner .sec#sec4 .insec .photos .photo.p4-4 {
    width: calc(100% - 80px);
    margin: 0 0 50px auto;
  }
  main .inner .sec#sec4 .insec .photos .photo.p4-5 {
    width: calc(100% - 80px);
  }
  main .inner .sec#sec4 .insec .photos .photo div {
    width: 100%;
  }
  main .inner .sec#sec4 .insec .photos .photo div:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec#sec4 .insec .photos .photo div.default {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    transition: opacity 0.5s ease-in 0s;
  }
  main .inner .sec#sec4 .insec .photos .photo div.default.on {
    opacity: 0;
  }
  main .inner .sec#sec5 {
    padding: 100px 0 0 0;
  }
  main .inner .sec#sec5 .insec .mylead {
    width: calc(100% - 40px);
    margin: 0 auto 40px auto;
  }
  main .inner .sec#sec5 .insec .mylead h4 {
    width: 265px;
    margin-bottom: 20px;
  }
  main .inner .sec#sec5 .insec .mylead h4 span {
    height: 63px;
  }
  main .inner .sec#sec5 .insec .mylead p.en {
    margin-bottom: 20px;
  }
  main .inner .sec#sec5 .insec .photos {
    width: calc(100% - 40px);
    margin: 0 auto 30px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec#sec5 .insec .photos > div {
    width: 100%;
  }
  main .inner .sec#sec5 .insec .photos > div:first-child {
    margin-bottom: 20px;
  }
  main .inner .sec#sec5 .insec .text {
    width: calc(100% - 40px);
    margin: 0 auto 60px auto;
  }
  main .inner .sec#sec5 .insec .text p {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main .inner .sec#sec5 .insec .text p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner .sec#sec5 .insec .single {
    width: 100%;
    margin: 0 auto;
  }
  main .inner .sec#sec5 .insec .single > div {
    width: 100%;
  }
  main .inner .sec#sec5 .insec .single h3 {
    width: calc(100% - 40px);
    bottom: 80px;
    left: 20px;
  }
  main .inner .sec#sec5 .insec .single h3 span {
    height: calc((100vw - 40px) * 0.28);
  }

  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: #8BA5CE;
  }
  #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 h3 {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  #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: 169px;
    height: 62px;
  }
  #looks .look-combo .look h3.lt2 {
    padding-top: 90px;
  }
  #looks .look-combo .look h3.lt2 span {
    background-image: url(../images/logo_market.png);
    width: 180px;
    height: 32px;
  }
  #looks .look-combo .look h3.lt3 {
    padding-top: 90px;
  }
  #looks .look-combo .look h3.lt3 span {
    background-image: url(../images/title_sec3.png);
    width: 193px;
    height: 60px;
  }
  #looks .look-combo .look h3.lt4 {
    padding-top: 90px;
  }
  #looks .look-combo .look h3.lt4 span {
    background-image: url(../images/title_sec2.png);
    width: 190px;
    height: 42px;
  }
  #looks .look-combo .look h3.lt5 {
    padding-top: 90px;
  }
  #looks .look-combo .look h3.lt5 span {
    background-image: url(../images/title_sec5_2.png);
    width: 217px;
    height: 54px;
  }
  #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 .look-combo .look .set .credits {
    width: 100%;
  }
  #looks .look-combo .look .set .credits > div.item-d-none dl dt {
    width: auto;
  }
  #looks .look-combo .look .set .credits > div.item-d-none dl dd {
    width: auto;
  }
  #looks .look-combo .look .set .credits > div.item-d-none dl dd a.line, #looks .look-combo .look .set .credits > div.item-d-none dl dd a.notice {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  #looks .look-combo .look .set .credits > div dl dt {
    width: calc(100% - 45px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look-combo .look .set .credits > div dl dt strong:nth-child(1) span:nth-child(1) {
    color: #000;
    font-family: "bc-novatica-cyr", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look-combo .look .set .credits > div dl dt strong:nth-child(1) span:nth-child(2) {
    color: #000;
    font-family: "bc-novatica-cyr", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look-combo .look .set .credits > div dl dt strong:nth-child(2) {
    color: #000;
    font-family: "bc-novatica-cyr", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 5px;
    margin-left: 0px;
  }
  #looks .look-combo .look .set .credits > div dl dd {
    width: 45px;
  }
  #looks .look-combo .look .set .credits > div dl dd a {
    color: #FFF;
    font-family: "bc-novatica-cyr", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .space {
    width: 100%;
    height: 100vh;
  }
}

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