@charset "UTF-8";
@import url("https://use.typekit.net/trc4hjw.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes moveleft {
  0% {
    left: 100vw;
  }
  100% {
    left: -200vw;
  }
}
@keyframes moveright {
  0% {
    left: -200vw;
  }
  100% {
    left: 100vw;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: freight-big-pro, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFF;
  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: #111;
  text-decoration: none;
  cursor: pointer;
}

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

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.75s ease-out;
}
#loader.hide {
  opacity: 0;
}
#loader .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .inner h2 {
  width: 223px;
  height: 17px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #111;
  display: block;
}

header {
  width: auto;
  position: fixed;
  top: 20px;
  left: 40px;
  z-index: 999;
  pointer-events: none;
  transition: all 0.25s ease-in 0s;
  opacity: 1;
}
header.on {
  opacity: 1;
}
header .inner {
  width: 100%;
  position: relative;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  transform: rotate(90deg);
  transform-origin: left top;
}
header .inner ul::after {
  content: "";
  width: 1px;
  height: auto;
  background-color: #111;
  margin-left: 15px;
  display: block;
  order: 2;
}
header .inner ul li:not(:first-child) {
  margin-left: 15px;
}
header .inner ul li:nth-child(1) {
  order: 1;
}
header .inner ul li:nth-child(2) {
  order: 3;
}
header .inner ul li a {
  color: #111;
  font-family: freight-big-pro, serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  pointer-events: auto;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  color: #C3C3C3;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0 0 90px 0;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
main section#visual {
  width: 100%;
  padding-bottom: 110px;
  margin: 0 auto 120px auto;
  position: relative;
}
main section#visual::after {
  content: "";
  width: 100%;
  height: 10px;
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 380px 10px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
main section#visual.on .inner .photo.title::before {
  opacity: 1;
}
main section#visual.on .inner .photo.title::after {
  opacity: 1;
}
main section#visual.on .inner .photo.title > div {
  opacity: 1;
}
main section#visual.on .inner .photo.catch {
  opacity: 1;
}
main section#visual .inner {
  width: calc(100% - 140px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main section#visual .inner .photo.title {
  width: 52%;
  position: relative;
}
main section#visual .inner .photo.title::before {
  content: "";
  width: calc(100% - 200px);
  height: calc(((100vw - 140px) * 0.52 - 200px) * 0.28);
  background-image: url(../images/title_white.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: 25px;
  left: 100px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main section#visual .inner .photo.title::after {
  content: "";
  width: calc(100% - 200px);
  height: calc(((100vw - 140px) * 0.52 - 200px) * 0.28);
  background-image: url(../images/title_black.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;
  bottom: 25px;
  left: 100px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.75s;
}
main section#visual .inner .photo.title > div {
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
main section#visual .inner .photo.catch {
  width: 48%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
}
main section#visual .inner .photo.catch > div {
  width: 52%;
}
main section#visual .inner .photo.catch > div > div {
  width: 100%;
  margin-bottom: 40px;
}
main section#visual .inner .photo.catch > div h2 {
  width: 100%;
  padding: 0 80px;
  box-sizing: border-box;
}
main section#lead {
  width: 100%;
  margin: 0 auto 120px auto;
  transition: opacity 0.5s ease-in 0s;
  opacity: 0;
}
main section#lead::after {
  content: "";
  width: 100%;
  height: 10px;
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 380px 10px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main section#lead.on {
  opacity: 1;
}
main section#lead .inner {
  width: 820px;
  margin: 0 auto 110px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section#lead .inner .text {
  width: 520px;
}
main section#lead .inner .text h3 {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 50px;
}
main section#lead .inner .text p {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-align: left;
}
main section#lead .inner .text p:not(:last-child) {
  margin-bottom: 30px;
}
main section#lead .inner .photo {
  width: 300px;
}
main section.sec {
  width: 100%;
  position: relative;
}
main section.sec#sec1 {
  padding-bottom: 210px;
  margin-bottom: 200px;
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 380px 10px;
}
main section.sec#sec2 {
  width: 100%;
  padding-bottom: 210px;
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 380px 10px;
}
main section.sec#sec2 .inner {
  width: 400px;
  margin: 0 auto;
}
main section.sec#sec2 .inner > div {
  width: 100%;
  margin-bottom: 40px;
}
main section.sec#sec2 .inner dl {
  width: 100%;
}
main section.sec#sec2 .inner dl dt {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main section.sec#sec2 .inner dl dd {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.2rem;
  letter-spacing: 0em;
  text-align: left;
}
main section.sec .credits > div {
  padding-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
}
main section.sec .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
main section.sec .credits > div.item-d-none dl dd a {
  display: none;
}
main section.sec .credits > div dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section.sec .credits > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.sec .credits > div dl dt strong:nth-child(1) {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
main section.sec .credits > div dl dt strong:nth-child(1) span {
  font-weight: 500;
  display: inline-block;
  padding: 0 0 0 5px;
}
main section.sec .credits > div dl dt strong:nth-child(1) span:not(.nc)::after {
  content: "[TAX IN]";
  padding: 0 0 0 5px;
  display: inline-block;
}
main section.sec .credits > div dl dt strong:nth-child(2) {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  padding: 0px;
}
main section.sec .credits > div dl dd a {
  color: #111;
  font-family: "meno-banner", serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 4px 10px;
  border: solid 1px #111;
  border-radius: 20px;
  transition: all 0.2s ease-in;
}
main section.sec .credits > div dl dd a:hover {
  color: #C3C3C3;
  border: solid 1px #C3C3C3;
}
main section.sec .credits > div dl dd span {
  color: #111;
  font-family: "meno-banner", serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
main section.sec .credits > div .disable dl dd span {
  display: inline-block;
}
main section.sec .looks {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
}
main section.sec .looks .photoslide {
  width: 100%;
  overflow: hidden;
  margin-bottom: 300px;
}
main section.sec .looks .photoslide .swiper-wrapper {
  transition-timing-function: linear;
}
main section.sec .looks .deco {
  width: 600px;
  margin: 0 auto 300px auto;
}
main section.sec .looks .look {
  width: 1040px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main section.sec .looks .look.on {
  opacity: 1;
}
main section.sec .looks .look:not(:last-child) {
  margin-bottom: 200px;
}
main section.sec .looks .look.look3, main section.sec .looks .look.look5 {
  margin-bottom: 300px;
}
main section.sec .looks .look .set {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main section.sec .looks .look .set:not(:last-child) {
  margin-bottom: 150px;
}
main section.sec .looks .look .set .photo {
  width: 500px;
  order: 2;
}
main section.sec .looks .look .set .text {
  text-align: left;
  width: 430px;
  padding: 0 0 0 50px;
  order: 1;
}
main section.sec .looks .look .set .text .prof {
  width: 100%;
  margin-bottom: 50px;
}
main section.sec .looks .look .set .text .prof dl {
  margin-bottom: 30px;
}
main section.sec .looks .look .set .text .prof dl dt {
  color: #111;
  font-family: freight-big-pro, serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
main section.sec .looks .look .set .text .prof dl dd:nth-child(1) {
  color: #111;
  font-family: freight-big-pro, serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
main section.sec .looks .look .set .text .prof dl dd:nth-child(3) {
  color: #111;
  font-family: freight-big-pro, serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-style: italic;
}
main section.sec .looks .look .set .text .prof dl dd:nth-child(3) a {
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}
main section.sec .looks .look .set .text .prof dl dd:nth-child(3) a:hover {
  color: #C3C3C3;
}
main section.sec .looks .look .set .text .prof p {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main section.sec .looks .look .set .arrow {
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 1;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
main section.sec .looks .look .set .arrow:hover {
  opacity: 0.7;
}
main section.sec .looks .look .set .arrow.prev {
  left: 15px;
}
main section.sec .looks .look .set .arrow.next {
  right: 15px;
  transform: rotate(180deg);
}
main section.sec .looks .look .noodle {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section.sec .looks .look .noodle .photo {
  width: 500px;
}
main section.sec .looks .look .noodle .dish {
  width: 415px;
}
main section.sec .looks .look .noodle .dish .indish {
  text-align: left;
  width: calc(100% - 85px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec .looks .look .noodle .dish .indish h4 {
  width: 228px;
  height: 88px;
  background-image: url(../images/logo_noodle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
main section.sec .looks .look .noodle .dish .indish > div {
  width: 100%;
  margin-bottom: 20px;
}
main section.sec .looks .look .noodle .dish .indish dl {
  width: 100%;
}
main section.sec .looks .look .noodle .dish .indish dl dt {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main section.sec .looks .look .noodle .dish .indish dl dd {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.2rem;
  letter-spacing: 0em;
}
main section.sec .looks .season {
  width: 330px;
  margin: 0 auto;
}
main section.sec .looks .season > div {
  width: 100%;
  margin-bottom: 20px;
}
main section.sec .looks .season dl {
  text-align: left;
  width: 100%;
}
main section.sec .looks .season dl dt {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main section.sec .looks .season dl dd {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.2rem;
  letter-spacing: 0em;
}
main section.profile {
  width: 1040px;
  margin: 0 auto;
}
main section.profile h4 {
  color: #FFF;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 50px;
}
main section.profile .combo {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main section.profile .combo dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.profile .combo dl:not(:first-child) {
  margin-left: 85px;
}
main section.profile .combo dl dt {
  color: #FFF;
  font-family: freight-big-pro, serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main section.profile .combo dl dt.ph {
  width: 160px;
  height: 160px;
  padding: 5px;
  margin-bottom: 20px;
  border: solid 1px #FFF;
  border-radius: 80px;
}
main section.profile .combo dl dt.ph img {
  border-radius: 80px;
}
main section.profile .combo dl dd {
  color: #FFF;
  font-family: freight-big-pro, serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section.profile .combo dl dd:not(:last-child) {
  margin-bottom: 10px;
}
main section.profile .combo dl dd a {
  width: 18px;
  display: block;
  transition: all 0.25s ease-in 0s;
}
main section.profile .combo dl dd a:hover {
  opacity: 0.8;
}

footer {
  text-align: left;
  width: 100%;
  padding: 90px 0 45px 0;
}
footer .inner {
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
footer .inner .link {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
footer .inner .link ul {
  text-align: left;
}
footer .inner .link ul li a {
  color: #111;
  font-family: freight-big-pro, serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .inner .link ul li a:hover {
  color: #C3C3C3;
}
footer .inner .link ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .inner .cp {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
footer .inner .cp p {
  color: #111;
  font-family: freight-big-pro, serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
}

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

  header {
    top: 10px;
    left: 10px;
  }
  header .inner {
    width: 100%;
    position: relative;
  }
  header .inner ul {
    transform: rotate(0deg);
  }
  header .inner ul::after {
    margin-left: 10px;
  }
  header .inner ul li:not(:first-child) {
    margin-left: 10px;
  }
  header .inner ul li a {
    color: #111;
    font-family: freight-big-pro, serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  header .inner ul li a:hover {
    color: #111;
  }

  main {
    margin: 35px 0 0 0;
  }
  main section#visual {
    padding-bottom: 55px;
    margin: 0 auto 40px auto;
    position: relative;
  }
  main section#visual::after {
    content: "";
    width: 100%;
    height: 10px;
    background-image: url(../images/line_sp.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 460px 10px;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  main section#visual.on .inner .photo {
    opacity: 1;
  }
  main section#visual.on .inner .title {
    opacity: 1;
  }
  main section#visual .inner {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#visual .inner .photo.title {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
  }
  main section#visual .inner .photo.title::before {
    width: calc(100% - 100px);
    height: calc((100vw - 20px - 100px) * 0.2815);
    top: 10px;
    left: calc(50% - (100% - 100px) / 2);
  }
  main section#visual .inner .photo.title::after {
    width: calc(100% - 100px);
    height: calc((100vw - 20px - 100px) * 0.2815);
    bottom: 10px;
    left: calc(50% - (100% - 100px) / 2);
  }
  main section#visual .inner .photo.title > div {
    width: 100%;
  }
  main section#visual .inner .photo.catch {
    width: calc(100% - 190px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main section#visual .inner .photo.catch > div {
    width: 100%;
  }
  main section#visual .inner .photo.catch > div > div {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#visual .inner .photo.catch > div h2 {
    padding: 0 20px;
  }
  main section#lead {
    width: 100%;
    margin: 0 auto 50px auto;
  }
  main section#lead::after {
    background-image: url(../images/line_sp.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 460px 10px;
  }
  main section#lead .inner {
    width: calc(100% - 50px);
    margin: 0 auto 50px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#lead .inner .text {
    width: 100%;
    margin-bottom: 50px;
  }
  main section#lead .inner .text h3 {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.8rem;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
  main section#lead .inner .text p {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main section#lead .inner .text p:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#lead .inner .photo {
    width: 100%;
  }
  main section.sec {
    width: 100%;
    position: relative;
  }
  main section.sec#sec1 {
    padding-bottom: 90px;
    margin-bottom: 100px;
    background-image: url(../images/line_sp.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 460px 10px;
  }
  main section.sec#sec2 {
    padding-bottom: 90px;
    background-image: url(../images/line_sp.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 460px 10px;
  }
  main section.sec#sec2 .inner {
    width: calc(100% - 90px);
  }
  main section.sec#sec2 .inner > div {
    margin-bottom: 40px;
  }
  main section.sec#sec2 .inner dl {
    width: 100%;
  }
  main section.sec#sec2 .inner dl dt {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main section.sec#sec2 .inner dl dd {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main section.sec .credits > div {
    padding-bottom: 10px;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 4px 1px;
  }
  main section.sec .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  main section.sec .credits > div.item-d-none dl dd a {
    display: none;
  }
  main section.sec .credits > div dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  main section.sec .credits > div dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.sec .credits > div dl dt strong:nth-child(1) {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  main section.sec .credits > div dl dt strong:nth-child(1) span {
    font-weight: 500;
    display: inline-block;
    padding: 0 0 0 5px;
  }
  main section.sec .credits > div dl dt strong:nth-child(1) span:not(.nc)::after {
    content: "[TAX IN]";
    padding: 0 0 0 5px;
    display: inline-block;
  }
  main section.sec .credits > div dl dt strong:nth-child(2) {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
    padding: 0px;
  }
  main section.sec .credits > div dl dd a {
    color: #111;
    font-family: "meno-banner", serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    padding: 4px 10px;
    border: solid 1px #111;
    border-radius: 20px;
    transition: all 0.2s ease-in;
  }
  main section.sec .credits > div dl dd a:hover {
    color: #F15A25;
    background-color: #FFF;
  }
  main section.sec .credits > div dl dd span {
    color: #111;
    font-family: "meno-banner", serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  main section.sec .credits > div .disable dl dd span {
    display: inline-block;
  }
  main section.sec .looks .photoslide {
    margin-bottom: 150px;
  }
  main section.sec .looks .deco {
    width: 100%;
    margin: 0 auto 150px auto;
  }
  main section.sec .looks .look {
    width: calc(100% - 50px);
  }
  main section.sec .looks .look:not(:last-child) {
    margin-bottom: 100px;
  }
  main section.sec .looks .look.look3, main section.sec .looks .look.look5 {
    margin-bottom: 150px;
  }
  main section.sec .looks .look .set {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.sec .looks .look .set:not(:last-child) {
    margin-bottom: 75px;
  }
  main section.sec .looks .look .set > dl {
    text-align: left;
    margin-bottom: 30px;
    order: 1;
  }
  main section.sec .looks .look .set > dl dt {
    color: #111;
    font-family: freight-big-pro, serif;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 15px;
  }
  main section.sec .looks .look .set > dl dd:nth-child(1) {
    color: #111;
    font-family: freight-big-pro, serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  main section.sec .looks .look .set > dl dd:nth-child(3) {
    color: #111;
    font-family: freight-big-pro, serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-style: italic;
  }
  main section.sec .looks .look .set .photo {
    width: 100%;
    margin-bottom: 20px;
    order: 2;
  }
  main section.sec .looks .look .set .text {
    text-align: left;
    width: 100%;
    padding: 0px;
    order: 3;
  }
  main section.sec .looks .look .set .text .prof {
    margin-bottom: 50px;
  }
  main section.sec .looks .look .set .text .prof p {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main section.sec .looks .look .set .arrow {
    width: 30px;
    height: 30px;
    background-image: url(../images/arrow.png);
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 15px);
    z-index: 1;
    cursor: pointer;
    transition: all 0.25s ease-in 0s;
  }
  main section.sec .looks .look .set .arrow:hover {
    opacity: 0.7;
  }
  main section.sec .looks .look .set .arrow.prev {
    left: 15px;
  }
  main section.sec .looks .look .set .arrow.next {
    right: 15px;
    transform: rotate(180deg);
  }
  main section.sec .looks .look .noodle {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section.sec .looks .look .noodle .photo {
    width: 100%;
    margin-bottom: 60px;
  }
  main section.sec .looks .look .noodle .dish {
    width: calc(100% - 40px);
  }
  main section.sec .looks .look .noodle .dish .indish {
    width: 100%;
  }
  main section.sec .looks .look .noodle .dish .indish h4 {
    width: 228px;
    height: 88px;
    background-image: url(../images/logo_noodle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
  }
  main section.sec .looks .look .noodle .dish .indish > div {
    width: 100%;
    margin-bottom: 20px;
  }
  main section.sec .looks .look .noodle .dish .indish dl {
    width: 100%;
  }
  main section.sec .looks .look .noodle .dish .indish dl dt {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main section.sec .looks .look .noodle .dish .indish dl dd {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0em;
  }
  main section.sec .looks .season {
    width: calc(100% - 90px);
    margin: 0 auto;
  }

  footer {
    text-align: left;
    width: 100%;
    padding: 80px 0 40px 0;
  }
  footer .inner {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .link {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .link ul {
    text-align: left;
  }
  footer .inner .link ul li a {
    color: #111;
    font-family: freight-big-pro, serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  footer .inner .link ul li a:hover {
    color: #C3C3C3;
  }
  footer .inner .link ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .inner .cp {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .cp p {
    color: #111;
    font-family: freight-big-pro, serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: right;
  }
}

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