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

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

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #675447;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #E5D7BA;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

a {
  color: #333333;
  text-decoration: none;
  cursor: pointer !important;
}

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

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, nav, footer {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #E5D7BA;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  transition: opacity 0.5s ease-in 0s;
}
#loader .logo {
  width: 150px;
  height: 22px;
  background-image: url(../images/logo_eyethink.svg);
  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(103, 84, 71, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #675447;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

header {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
header .inner {
  width: 100%;
  height: 100dvh;
  margin: 0 auto;
  position: relative;
}
header .inner.on .logo, header .inner.on h1, header .inner.on h2, header .inner.on .photo {
  opacity: 1;
}
header .inner .logo {
  width: 11.71875vw;
  position: absolute;
  top: 56px;
  left: 57px;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s ease-in 0.25s;
}
header .inner h1 {
  width: 42.96875vw;
  position: absolute;
  top: 50%;
  right: 57px;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s ease-in 0.75s;
}
header .inner h2 {
  width: 23.4375vw;
  position: absolute;
  bottom: 56px;
  left: 57px;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s ease-in 0.25s;
}
header .inner .photo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
header .inner .photo .slider {
  width: 33.3333333333vw;
  height: 100dvh;
  overflow: hidden;
}
header .inner .photo .slider .swiper {
  height: 100%;
}
header .inner .photo .slider .swiper-wrapper {
  transition-timing-function: linear;
}
header .inner .photo .slider .swiper-slide {
  height: auto;
}
header .inner .photo .slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
  background-color: #FFF;
}
main .notoverlap {
  position: relative;
}
main .sec {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
main .sec:not(:last-child) {
  padding-bottom: 150px;
}
main .sec:first-child {
  padding-bottom: 0;
}
main .sec.bg_beige {
  background-color: #E5D7BA;
}
main .sec.bg_gray {
  background-color: #D7D7D7;
}
main .sec.bg_navy {
  background-color: #20335D;
}
main .sec.bg_navy .guest_prof .left {
  border-right: solid 1px #FFF !important;
}
main .sec.bg_navy .job {
  color: #FFF !important;
}
main .sec.bg_navy .name {
  color: #FFF !important;
}
main .sec.bg_navy .sns {
  color: #FFF !important;
}
main .sec.bg_navy .sns a {
  color: #FFF !important;
}
main .sec.bg_navy .title_color h4 {
  color: #FFF !important;
}
main .sec.bg_navy .title_color .item_name {
  color: #FFF !important;
}
main .sec.bg_navy .caption p {
  color: #FFF !important;
}
main .sec.bg_navy .thumbnail_styles .slick-slide.slick-current {
  border: 2px solid #FFF !important;
}
main .sec.bg_navy .credits .note {
  color: #FFF !important;
}
main .sec.bg_navy .credits > div.item-d-none dl dd span {
  color: #FFF !important;
}
main .sec.bg_navy .credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main .sec.bg_navy .credits > div dl dt strong {
  color: #FFF !important;
}
main .sec.bg_navy .credits > div dl dt span {
  color: #FFF !important;
}
main .sec.bg_navy .credits > div dl dd a {
  color: #FFF !important;
  border: solid 1px #FFF !important;
}
main .sec .insec {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
main .sec .insec:not(:last-child) {
  margin-bottom: 150px;
}
main .sec .insec.on .photo {
  opacity: 1;
}
main .sec .insec.on .guest {
  opacity: 1;
}
main .sec .insec.on .credits {
  opacity: 1;
}
main .sec .insec.on .caption {
  opacity: 1;
}
main .sec .insec.on .shop_name {
  opacity: 1;
}
main .sec .insec.on .select {
  opacity: 1;
}
main .sec .insec .lead {
  width: 100%;
  height: 100dvh;
  margin: 0 auto 0;
  background-color: #FFF;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .sec .insec .lead .lead_text {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec .lead .lead_text.on {
  opacity: 1;
}
main .sec .insec .lead .lead_text p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec .lead .lead_text p:not(:last-child) {
  padding-bottom: 1.5rem;
}
main .sec .insec .guest {
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec .guest_prof {
  width: 100%;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
main .sec .insec .guest_prof .left {
  padding-right: 50px;
  border-right: solid 1px #675447;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 15px;
}
main .sec .insec .guest_prof .left .job {
  padding-left: 3px;
  color: #675447;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec .guest_prof .left .name {
  color: #675447;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 6.6rem;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec .guest_prof .right .sns {
  color: #675447;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec .guest_prof .right .sns span {
  padding-right: 10px;
  font-weight: 700;
}
main .sec .insec .guest_prof .right .sns a {
  color: #675447;
}
main .sec .insec .guest_photo {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec .guest_photo > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec .guest_photo > p span {
  padding: 0 50px;
}
main .sec .insec .guest_photo > div {
  width: 50%;
}
main .sec .insec .photo {
  width: 986px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  /* サムネイル同士の間隔 */
  /* 最後だけ余白を消したい場合（任意） */
  /* アクティブなサムネ */
}
main .sec .insec .photo .slider_styles {
  width: 732px;
  margin: 0 auto;
}
main .sec .insec .photo .slider_styles li {
  padding: 0;
}
main .sec .insec .photo .thumbnail_styles {
  width: 238px;
  margin: 0 auto;
}
main .sec .insec .photo .thumbnail_styles li {
  padding: 0;
}
main .sec .insec .photo .thumbnail_styles .slick-slide {
  margin-bottom: 16px;
  box-sizing: border-box;
}
main .sec .insec .photo .thumbnail_styles .slick-slide:last-child {
  margin-bottom: 0;
}
main .sec .insec .photo .thumbnail_styles .slick-slide.slick-current {
  border: 2px solid #675447;
  box-sizing: border-box;
}
main .sec .insec .photo .title_color {
  width: 100%;
  margin: 0 auto 24px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 15px;
}
main .sec .insec .photo .title_color h4 {
  color: #675447;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 5.6rem;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec .photo .title_color .item_name {
  color: #675447;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec .credits {
  width: 986px;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec .caption {
  width: 986px;
  margin: 0 auto;
  padding: 20px 0 40px;
  text-align: left;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec .caption p {
  width: 50%;
  color: #675447;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec .shop_name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: 0em;
  font-style: normal;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec .select {
  width: inherit;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec .select.black {
  top: 50px;
  left: 100px;
}
main .sec .insec .select.havana {
  bottom: 50px;
  left: 30px;
}
main .sec .insec .select .title_color {
  width: inherit;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 12px;
}
main .sec .insec .select .title_color h4 {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec .select .title_color .item_name {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec .select .credits {
  width: inherit;
  margin-top: 20px;
}
main .sec .insec .select .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
main .sec .insec .select .credits > div.item-d-none dl dt {
  width: auto;
}
main .sec .insec .select .credits > div.item-d-none dl dd {
  width: auto;
}
main .sec .insec .select .credits > div.item-d-none dl dd a {
  display: none;
}
main .sec .insec .select .credits > div.item-d-none dl dd span {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  padding: 2px 0;
  display: inline-block;
}
main .sec .insec .select .credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec .select .credits > div dl dt {
  padding: 0;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec .select .credits > div dl dt strong {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
main .sec .insec .select .credits > div dl dt strong:not(:first-child) {
  margin-left: 5px;
}
main .sec .insec .select .credits > div dl dd {
  margin-left: 20px;
}
main .sec .insec .select .credits > div dl dd a {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-decoration: none;
  padding: 4px 30px 4px;
  display: block;
  background-color: transparent;
  border: solid 1px #FFF;
  border-radius: 9999px;
}
main .sec .insec .select .credits > div dl dd span {
  display: none;
}
main .sec .insec.type1 {
  width: 100%;
  padding: 0 50px;
}
main .sec .insec.type1.on .photo {
  opacity: 1;
}
main .sec .insec.type1.on .credits {
  opacity: 1;
}
main .sec .insec.type1 .photo {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type2 {
  width: 986px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
main .sec .insec.type2.on .photo {
  opacity: 1;
}
main .sec .insec.type2.on .credits {
  opacity: 1;
}
main .sec .insec.type2 .photo {
  width: calc((100% - 50px) / 2);
  opacity: 0;
  transition: all 0.25s ease-in 0.25s;
}
main .sec .insec.type3 {
  width: 490px;
}
main .sec .insec.type3.on .photo {
  opacity: 1;
}
main .sec .insec.type3 .photo {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type4 {
  width: 490px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec.type4.on .photo {
  opacity: 1;
}
main .sec .insec.type4.on .credits {
  opacity: 1;
}
main .sec .insec.type4 .photo {
  width: 50%;
  opacity: 0;
  transition: all 0.25s ease-in 0.25s;
}
main .sec .insec.type4 .credits {
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}

footer {
  position: relative;
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0 auto 0;
  padding: 100px 0 0;
  background-color: #20335D;
}
footer .infoot {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
  border-top: solid 1px #FFF;
  position: relative;
}
footer .infoot div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 65px;
}
footer .infoot div ul li:not(:last-child) {
  margin-bottom: 15px;
}
footer .infoot div ul li a, footer .infoot div ul li span {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
footer .infoot div ul li a:hover, footer .infoot div ul li span:hover {
  color: #FFF;
  opacity: 0.5;
}
footer .infoot div p {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
footer .infoot .pgtop {
  position: absolute;
  right: 20px;
  bottom: 160px;
  transform: rotate(90deg) translateX(100%);
  transform-origin: right bottom;
}
footer .infoot .pgtop a {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
footer .infoot .pgtop a:hover {
  color: #FFF;
  opacity: 0.5;
}

/* ---- common credits ---- */
.credits_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits_wrap .credits:not(:last-child) {
  padding-bottom: 20px;
}

.credits {
  width: 100%;
  padding-top: 0;
  margin: 0 auto;
}
.credits:first-child {
  padding-right: 30px;
}
.credits .note {
  padding-bottom: 10px;
  color: #675447;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
.credits > div {
  transition: all 0.25s ease-in 0s;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div:hover {
  opacity: 0.5;
}
.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 span {
  color: #675447;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  padding: 2px 0;
  display: inline-block;
}
.credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits > div dl dt {
  padding: 0;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits > div dl dt strong {
  color: #675447;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
.credits > div dl dt strong:not(:first-child) {
  margin-left: 5px;
}
.credits > div dl dt span {
  color: #675447;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  margin-left: 5px;
}
.credits > div dl dd {
  margin-left: 10px;
}
.credits > div dl dd a {
  color: #675447;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-decoration: none;
  padding: 4px 30px 4px;
  display: block;
  background-color: transparent;
  border: solid 1px #675447;
  border-radius: 9999px;
}
.credits > div dl dd span {
  display: none;
}

/*--------- SLICK -----------*/
.slick-prev::before {
  content: "　";
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-next::before {
  content: "　";
  background: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  /* --------------------------- Default and Common --------------------------- */
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  /* --------------------------- page --------------------------- */
  #loader .logo {
    width: 150px;
    height: 22px;
  }
  #loader .bar {
    height: 8px;
  }
  header {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  header .inner {
    width: 100%;
    height: 100dvh;
  }
  header .inner .logo {
    width: 36.9230769231vw;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
  }
  header .inner h1 {
    width: 76.9230769231vw;
    top: calc(50dvh + 50px);
    right: 20px;
  }
  header .inner h2 {
    width: 61.0256410256vw;
    bottom: 20px;
    left: 20px;
  }
  header .inner .photo {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header .inner .photo .slider {
    width: 100%;
    height: 33.3333333333vh;
    overflow: hidden;
  }
  header .inner .photo .slider .swiper {
    height: 100%;
  }
  header .inner .photo .slider .swiper-wrapper {
    transition-timing-function: linear;
  }
  header .inner .photo .slider .swiper-slide {
    width: 65vw;
    height: 100%;
  }
  header .inner .photo .slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main .sec {
    width: 100%;
    padding: 0px;
  }
  main .sec:not(:last-child) {
    padding-bottom: 80px;
  }
  main .sec:first-child {
    padding-bottom: 0;
  }
  main .sec.bg_navy {
    background-color: #20335D;
  }
  main .sec.bg_navy .thumbnail_styles .slick-slide.slick-current {
    border: 1px solid #FFF !important;
  }
  main .sec.bg_navy .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec.bg_navy .credits > div dl dd a {
    color: #FFF !important;
    border: solid 1px #FFF !important;
  }
  main .sec .insec {
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
  }
  main .sec .insec:not(:last-child) {
    margin-bottom: 60px;
  }
  main .sec .insec .lead {
    width: 100%;
    height: inherit;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main .sec .insec .lead .lead_text {
    padding: 80px 40px;
  }
  main .sec .insec .lead .lead_text p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec .lead .lead_text p:not(:last-child) {
    padding-bottom: 1.5rem;
  }
  main .sec .insec .guest {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px 0;
  }
  main .sec .insec .guest_prof {
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  main .sec .insec .guest_prof .left {
    padding-right: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 12px;
  }
  main .sec .insec .guest_prof .left .job {
    padding-left: 2px;
    text-align: left;
    color: #675447;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 0.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec .guest_prof .left .name {
    text-align: left;
    color: #675447;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 0.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec .guest_prof .right .sns {
    color: #675447;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 0.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec .guest_prof .right .sns span {
    padding-right: 10px;
  }
  main .sec .insec .guest_photo {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec .guest_photo > p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec .guest_photo > p span {
    padding: 0 0;
  }
  main .sec .insec .guest_photo > div {
    width: 100%;
  }
  main .sec .insec .photo {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5px;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
    /* サムネイル同士の間隔 */
    /* 最後だけ余白を消したい場合（任意） */
    /* アクティブなサムネ */
  }
  main .sec .insec .photo .slider_styles {
    width: 100%;
  }
  main .sec .insec .photo .thumbnail_styles {
    width: 100%;
  }
  main .sec .insec .photo .thumbnail_styles .slick-slide {
    width: calc((100% - 10px) / 3) !important;
    margin-bottom: 0;
    margin-right: 5px;
    box-sizing: border-box;
  }
  main .sec .insec .photo .thumbnail_styles .slick-slide:last-child {
    margin-right: 0;
  }
  main .sec .insec .photo .thumbnail_styles .slick-slide.slick-current {
    border: 1px solid #675447;
    box-sizing: border-box;
  }
  main .sec .insec .photo .title_color {
    width: 100%;
    margin: 0 auto 15px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 10px;
  }
  main .sec .insec .photo .title_color h4 {
    color: #675447;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 0.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec .photo .title_color .item_name {
    color: #675447;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 0.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec .credits {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  main .sec .insec .caption {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 30px;
    text-align: left;
  }
  main .sec .insec .caption p {
    width: 100%;
    color: #675447;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec .shop_name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec .select {
    width: inherit;
    position: absolute;
    z-index: 1;
  }
  main .sec .insec .select.black {
    top: 20px;
    left: 40px;
  }
  main .sec .insec .select.havana {
    bottom: 20px;
    left: 20px;
  }
  main .sec .insec .select .title_color {
    width: inherit;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 10px;
  }
  main .sec .insec .select .title_color h4 {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 0.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec .select .title_color .item_name {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 0.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec .select .credits {
    width: inherit;
    padding: 0;
    margin: 10px auto 0 0;
  }
  main .sec .insec .select .credits > div:not(:last-child) {
    margin-bottom: 6px;
  }
  main .sec .insec .select .credits > div.item-d-none dl dt {
    width: auto;
  }
  main .sec .insec .select .credits > div.item-d-none dl dd {
    width: auto;
  }
  main .sec .insec .select .credits > div.item-d-none dl dd a {
    display: none;
  }
  main .sec .insec .select .credits > div.item-d-none dl dd span {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding: 2px 0;
    display: inline-block;
  }
  main .sec .insec .select .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec .select .credits > div dl dt {
    padding: 0;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec .select .credits > div dl dt strong {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  main .sec .insec .select .credits > div dl dt strong:not(:first-child) {
    margin-left: 5px;
  }
  main .sec .insec .select .credits > div dl dd {
    margin-left: 10px;
  }
  main .sec .insec .select .credits > div dl dd a {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    text-decoration: none;
    padding: 3px 20px 3px;
  }
  main .sec .insec.type1 {
    width: 100%;
    padding: 0;
  }
  main .sec .insec.type1 .photo {
    width: 100%;
    padding: 0;
  }
  main .sec .insec.type2 {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  main .sec .insec.type2 .photo {
    width: calc((100% - 10px) / 2);
    padding: 0;
  }
  main .sec .insec.type3 {
    width: 90%;
    margin: 0 auto;
  }
  main .sec .insec.type3 .photo {
    width: 100%;
    padding: 0;
  }
  main .sec .insec.type4 {
    width: 100%;
  }
  main .sec .insec.type4 .photo {
    width: 100%;
  }
  main .sec .insec.type4 .photo:nth-child(2) {
    width: 100%;
    padding: 120px 50px 40px;
  }
  main .sec .insec.type4 .credits {
    padding: 20px 20px 0;
    margin: 0 auto 50px;
  }
  footer {
    padding: 60px 0 0;
  }
  footer .infoot {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 30px;
  }
  footer .infoot div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  footer .infoot div ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  footer .infoot div ul li a, footer .infoot div ul li span {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  footer .infoot div p {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    text-align: left;
  }
  footer .infoot .pgtop {
    position: absolute;
    right: 15px;
    bottom: 126px;
    transform: rotate(90deg) translateX(100%);
    transform-origin: right bottom;
  }
  footer .infoot .pgtop a {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  /* common credits------ */
  .credits {
    width: 100%;
  }
  .credits:first-child {
    padding-right: 0;
  }
  .credits > div {
    width: 100%;
  }
  .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 span {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding: 4px 0;
    display: inline-block;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .credits > div dl dt {
    padding: 0;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt strong {
    color: #675447;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  .credits > div dl dt strong:not(:first-child) {
    margin-left: 2px;
  }
  .credits > div dl dt .s {
    font-size: 1rem;
  }
  .credits > div dl dt span {
    color: #675447;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    margin-left: 2px;
  }
  .credits > div dl dd {
    margin-left: 10px;
  }
  .credits > div dl dd a {
    color: #675447;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    padding: 2px 15px 2px;
  }
  .credits > div dl dd span {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */