@charset "UTF-8";
/* ---------------------------- */
/* Base
/* ---------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@font-face {
  font-family: "Neue Haas Unica";
  src: url("NeueHaasUnica-Regular.eot");
  src: local("Neue Haas Unica Regular"), local("NeueHaasUnica-Regular"), url("NeueHaasUnica-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Unica";
  src: url("NeueHaasUnica-Bold.eot");
  src: local("Neue Haas Unica Bold"), local("NeueHaasUnica-Bold"), url("NeueHaasUnica-Bold.eot?#iefix") format("embedded-opentype"), url("NeueHaasUnica-Bold.woff2") format("woff2"), url("NeueHaasUnica-Bold.woff") format("woff"), url("NeueHaasUnica-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
:root {
  --main-color: #000;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 150px;
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}

img {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* ---------------------------- */
/* font
/* ---------------------------- */
.inter {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* 変更 */
main .l-inner {
  margin: 0 auto;
}

main .l-inner * {
  box-sizing: border-box;
}

main .l-inner article {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.ftool-wrapper {
  background-color: #fff;
}

.ftool-wrapper p {
  line-height: 1em;
}

.ftool-wrapper .col--02--C {
  width: auto;
}

/*fix*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 2.5s; /* ここを変更 */
  animation-duration: 2.5s; /* ここも変更 */
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time03 {
  animation-delay: 0.3s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time1 {
  animation-delay: 1s;
}

.delay-time12 {
  animation-delay: 1.2s;
}

.delay-time14 {
  animation-delay: 1.4s;
}

.delay-time18 {
  animation-delay: 1.8s;
}

.delay-time2 {
  animation-delay: 2s;
}

.delay-time22 {
  animation-delay: 2.2s;
}

.delay-time3 {
  animation-delay: 3s;
}

.delay-time35 {
  animation-delay: 3.5s;
}

.delay-time4 {
  animation-delay: 4s;
}

.delay-time45 {
  animation-delay: 4.5s;
}

.box-wrapper {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 400;
}
.box-wrapper *,
.box-wrapper *::before,
.box-wrapper *::after {
  box-sizing: border-box;
}
.box-wrapper * {
  margin: 0;
}
.box-wrapper html,
.box-wrapper body {
  height: 100%;
}
.box-wrapper body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.box-wrapper img,
.box-wrapper picture,
.box-wrapper video,
.box-wrapper canvas,
.box-wrapper svg {
  display: block;
  max-width: 100%;
}
.box-wrapper input,
.box-wrapper button,
.box-wrapper textarea,
.box-wrapper select {
  font: inherit;
}
.box-wrapper p,
.box-wrapper h1,
.box-wrapper h2,
.box-wrapper h3,
.box-wrapper h4,
.box-wrapper h5,
.box-wrapper h6 {
  overflow-wrap: break-word;
}
.box-wrapper #root,
.box-wrapper #__next {
  isolation: isolate;
}
@media screen and (max-width: 750px) {
  .box-wrapper {
    padding-bottom: 0px;
  }
}
.box-wrapper * {
  color: var(--main-color);
  letter-spacing: 0.05em;
}
.box-wrapper a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.box-wrapper img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.box-wrapper li {
  list-style: none;
}
.box-wrapper .is-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .box-wrapper .is-pc {
    display: none;
  }
}
.box-wrapper .is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .box-wrapper .is-sp {
    display: block;
  }
}
.box-wrapper .mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .mt-100 {
    margin-top: 0;
  }
}
.box-wrapper .logo {
  width: 9.375vw;
  max-width: 160px;
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 750px) {
  .box-wrapper .logo {
    bottom: auto;
    top: 3%;
    right: auto;
    left: 25px;
    width: 100px;
  }
}
.box-wrapper .logo svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #31269d !important;
}
.box-wrapper .logo svg rect {
  mix-blend-mode: difference;
}
.box-wrapper .header__logo.header__logo-white.is-active {
  display: none;
}
.box-wrapper .header__logo.header__logo-black {
  display: none;
}
.box-wrapper .header__logo.header__logo-black.is-active {
  display: block;
}
.box-wrapper .header__logo a {
  height: inherit;
}
@media screen and (min-width: 751px) {
  .box-wrapper {
    /* ---------------------------- */
    /* hero
    /* ---------------------------- */
    /* ---------------------------- */
    /* intro
    /* ---------------------------- */
    /* ---------------------------- */
    /* parts
    /* ---------------------------- */
    /* ---------------------------- */
    /* info
    /* ---------------------------- */
    /* ---------------------------- */
    /* outro
    /* ---------------------------- */
    /* ---------------------------- */
    /*menu*/
    /* ---------------- */
  }
  .box-wrapper .hero {
    position: relative;
  }
  .box-wrapper .hero .kv {
    width: 100%;
  }
  .box-wrapper .hero .kv img {
    width: 100%;
    margin: 0;
  }
  .box-wrapper .hero-ttl {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 42.96875vw;
    flex-shrink: 0;
    text-align: center;
  }
  .box-wrapper .hero-ttl h1 {
    line-height: 1;
    color: white;
    font-size: 35px;
    font-weight: 200;
  }
  .box-wrapper .hero-ttl h1 span {
    display: block;
    color: white;
    margin-top: 35px;
    font-size: 67px;
  }
  .box-wrapper .hero-ttl img {
    margin: 56px auto 0;
    width: 87px;
  }
  .box-wrapper .intro {
    margin-top: 126px;
    position: relative;
  }
  .box-wrapper .intro-bg {
    position: absolute;
    width: 80%;
    top: 0;
    left: 9%;
  }
  .box-wrapper .intro-inner {
    margin: 0 auto;
    max-width: 800px;
    position: relative;
  }
  .box-wrapper .intro-parag {
    font-size: 14px;
    line-height: 2;
    text-align: center;
  }
  .box-wrapper .intro-anchor__list {
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box-wrapper .intro-anchor__item {
    width: 23%;
    margin-bottom: 27px;
  }
  .box-wrapper .intro-anchor__item a {
    position: relative;
  }
  .box-wrapper .intro-anchor__item a img {
    width: 100%;
    margin-bottom: 30px;
  }
  .box-wrapper .intro-anchor__item a:after {
    content: "";
    position: absolute;
    bottom: -6%;
    left: 50%;
    display: block;
    width: 12px;
    height: 12px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    transform: translate(-50%, 100%) rotate(45deg);
  }
  .box-wrapper .intro-date {
    margin-top: 50px;
    font-size: 24px;
    line-height: 1;
    text-align: center;
  }
  .box-wrapper .intro-date span {
    display: block;
    margin-top: 24px;
    font-size: 14px;
  }
  .box-wrapper .intro-link {
    margin: 40px auto 0;
    width: 330px;
    height: 48px;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 15px;
    border-radius: 5px;
  }
  .box-wrapper .intro-link span {
    color: white;
  }
  .box-wrapper .section-look {
    margin-top: 150px;
    overflow: hidden;
  }
  .box-wrapper .section-look .look-top {
    position: relative;
    padding-top: 45px;
    padding-bottom: 100px;
  }
  .box-wrapper .section-look .look-top__bg {
    position: absolute;
    width: 85%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .box-wrapper .section-look .look-top__obj {
    width: 50%;
    position: absolute;
  }
  .box-wrapper .section-look .look-top__obj.left {
    top: 0;
    left: 0;
    transform: translate(-50%, -25%);
  }
  .box-wrapper .section-look .look-top__obj.right {
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
  }
  .box-wrapper .section-look .look-top__ttl {
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: 200;
    line-height: 1;
  }
  .box-wrapper .section-look .look-top__catch {
    position: relative;
    width: 100%;
    margin-top: 62px;
  }
  .box-wrapper .section-look .look-top__catch .swiper-wrapper {
    display: flex;
  }
  .box-wrapper .section-look .look-top__catch .swiper-wrapper .swiper-slide {
    width: 50%;
  }
  .box-wrapper .section-look .look-top__catch .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .box-wrapper .section-look .look-top__catch .swiper-wrapper .swiper-slide .credit {
    margin-top: 40px;
    margin-left: 67px;
  }
  .box-wrapper .section-look .look-top__catch .swiper-wrapper .swiper-slide.fadeLeftTrigger, .box-wrapper .section-look .look-top__catch .swiper-wrapper .swiper-slide.fadeRightTrigger {
    opacity: 0;
  }
  .box-wrapper .section-look .look-top__catch .swiper-wrapper .swiper-slide.fadeLeft {
    -webkit-animation-name: fadeLeftpAnime;
    animation-name: fadeLeftAnime;
    -webkit-animation-duration: 2.5s; /* ここを変更 */
    animation-duration: 2.5s; /* ここも変更 */
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fadeLeftAnime {
    from {
      opacity: 0;
      transform: translateX(100%);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .box-wrapper .section-look .look-top__catch .swiper-wrapper .swiper-slide.fadeRight {
    -webkit-animation-name: fadeRightpAnime;
    animation-name: fadeRightAnime;
    -webkit-animation-duration: 2.5s; /* ここを変更 */
    animation-duration: 2.5s; /* ここも変更 */
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fadeRightAnime {
    from {
      opacity: 0;
      transform: translateX(-100%);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .box-wrapper .section-look .look-top__desc {
    position: relative;
    margin: 67px auto 0;
    width: 640px;
    padding-top: 94px;
    padding-bottom: 97px;
    text-align: center;
    font-size: 14px;
    line-height: 2;
  }
  .box-wrapper .section-look .look-top__desc-obj {
    position: absolute;
    width: 80px;
  }
  .box-wrapper .section-look .look-top__desc-obj.left {
    top: 0;
    left: 0;
  }
  .box-wrapper .section-look .look-top__desc-obj.right {
    bottom: 0;
    right: 0;
  }
  .box-wrapper .section-look .look-container {
    margin: 120px auto 0;
    max-width: 968px;
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
  }
  .box-wrapper .section-look .look-container .look-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box-wrapper .section-look .look-container .look-left__slider {
    margin-top: 67px;
    margin-left: 40px;
  }
  .box-wrapper .section-look .look-container .look-left .credit {
    min-height: 50px;
  }
  .box-wrapper .section-look .look-container .look-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box-wrapper .section-look .look-container .look-right__slider {
    margin-right: 40px;
  }
  .box-wrapper .section-look .look-container .look-right .credit {
    min-height: 50px;
    margin-right: 0;
    margin-left: auto;
  }
  .box-wrapper .section-look.look02 .look-container .look-left__slider {
    margin-left: 40px;
    margin-top: 0;
  }
  .box-wrapper .section-look.look02 .look-container .look-right__slider {
    margin-top: 67px;
    margin-right: 40px;
  }
  .box-wrapper .section-look.look02 .look-container .look-right .credit {
    margin-right: 0;
    margin-left: auto;
  }
  .box-wrapper .info {
    margin-top: 190px;
    position: relative;
    background-image: url(../images/kokuchi_haikei.png);
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: contain; /* 画像全体を収める */
    min-height: 500px; /* 画像サイズに合わせて調整 */
  }
  .box-wrapper .info-staff {
    font-size: 14px;
    text-align: center;
    line-height: 2;
  }
  .box-wrapper .info-date {
    margin-top: 57px;
    font-size: 20px;
    text-align: center;
    line-height: 1.7;
  }
  .box-wrapper .outro {
    background-image: url(../images/outro-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 158px auto 0;
    padding-top: 118px;
    padding-bottom: 171px;
    position: relative;
    overflow: hidden;
  }
  .box-wrapper .outro-obj {
    position: absolute;
    width: 50%;
  }
  .box-wrapper .outro-obj.left {
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
  .box-wrapper .outro-obj.right {
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
  }
  .box-wrapper .outro-inner {
    margin: 0 auto;
    width: 630px;
    position: relative;
  }
  .box-wrapper .outro-name {
    font-size: 28px;
    text-align: center;
  }
  .box-wrapper .outro-thumb {
    margin: 50px auto 0;
    width: 600px;
  }
  .box-wrapper .outro-question {
    margin-top: 70px;
    font-size: 16px;
    text-align: center;
  }
  .box-wrapper .outro-answer {
    margin-top: 54px;
    position: relative;
    padding-top: 86px;
    padding-bottom: 80px;
    text-align: center;
    font-size: 14px;
    line-height: 2;
  }
  .box-wrapper .outro-answer-obj {
    position: absolute;
    width: 87px;
  }
  .box-wrapper .outro-answer-obj.left {
    top: 0;
    left: 0;
  }
  .box-wrapper .outro-answer-obj.right {
    bottom: 0;
    right: 0;
  }
  .box-wrapper .outro-profile {
    margin-top: 78px;
    font-size: 14px;
    line-height: 1.8;
  }
  .box-wrapper .outro-profile span {
    font-size: 12px;
    color: #a3a3a3;
    text-align: center;
    display: block;
    margin-bottom: 38px;
  }
  .box-wrapper .outro-link {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 auto;
    width: 220px;
    white-space: nowrap;
  }
  .box-wrapper .outro-link a {
    display: inline-block;
    text-decoration: underline;
  }
  .box-wrapper .outro-individual {
    margin-top: 25px;
  }
  .box-wrapper .outro-logo {
    margin: 140px auto 0;
    width: 205px;
  }
  .box-wrapper .outro-desc {
    margin-top: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 1.6em;
  }
  .box-wrapper .outro-instagram {
    margin-top: 26px;
  }
  .box-wrapper .menu {
    padding-top: 100px;
    padding-bottom: 128px;
  }
  .box-wrapper .menu-logo {
    margin: 0 auto;
    width: 200px;
  }
  .box-wrapper .menu-list {
    margin: 40px auto 0;
    max-width: 495px;
    display: flex;
    justify-content: space-between;
  }
  .box-wrapper .menu-list__item {
    margin-right: 2%;
  }
  .box-wrapper .menu-list__item a {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 200;
  }
  .box-wrapper .menu-list li:last-child {
    margin-right: 0;
  }
  .box-wrapper .menu-banner {
    margin: 118px auto 0;
    width: 600px;
    display: block;
  }
  .box-wrapper .menu-banner img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper {
    /* ---------------------------- */
    /* hero
    /* ---------------------------- */
    /* ---------------------------- */
    /* intro
    /* ---------------------------- */
    /* ---------------------------- */
    /* parts
    /* ---------------------------- */
    /* ---------------------------- */
    /* info
    /* ---------------------------- */
    /* ---------------------------- */
    /* outro
    /* ---------------------------- */
    /* ---------------------------- */
    /*menu*/
    /* ---------------- */
  }
  .box-wrapper .hero {
    position: relative;
    height: 143.5897435897vw;
    background-image: url(../images/hero-sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box-wrapper .hero .kv {
    display: none;
  }
  .box-wrapper .hero-ttl {
    position: absolute;
    bottom: 93px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .box-wrapper .hero-ttl h1 {
    line-height: 1;
    color: white;
    font-size: 14px;
    font-weight: 200;
  }
  .box-wrapper .hero-ttl h1 span {
    display: block;
    color: white;
    margin-top: 15px;
    font-size: 30px;
  }
  .box-wrapper .hero-ttl img {
    margin: 20px auto 0;
    width: 41px;
  }
  .box-wrapper .intro {
    margin-top: 80px;
    position: relative;
    overflow: hidden;
  }
  .box-wrapper .intro-bg {
    position: absolute;
    width: 110%;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
  .box-wrapper .intro-inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 800px;
    position: relative;
  }
  .box-wrapper .intro-parag {
    font-size: 12px;
    line-height: 2;
    text-align: center;
  }
  .box-wrapper .intro-anchor__list {
    margin-top: 68px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box-wrapper .intro-anchor__item {
    width: 23%;
    margin-bottom: 15px;
  }
  .box-wrapper .intro-anchor__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box-wrapper .intro-anchor__item a img {
    width: 100%;
    margin-bottom: 15px;
  }
  .box-wrapper .intro-anchor__item a:after {
    content: "";
    display: block;
    width: 12px;
    height: 6px;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box-wrapper .intro-date {
    margin-top: 50px;
    font-size: 17px;
    line-height: 1;
    text-align: center;
  }
  .box-wrapper .intro-date span {
    display: block;
    margin-top: 22px;
    font-size: 12px;
  }
  .box-wrapper .intro-link {
    margin: 40px auto 0;
    max-width: 350px;
    height: 48px;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 15px;
    border-radius: 5px;
  }
  .box-wrapper .intro-link span {
    color: white;
  }
  .box-wrapper .section-look {
    margin-top: 150px;
    overflow: hidden;
  }
  .box-wrapper .section-look .look-top {
    position: relative;
    padding-top: 45px;
    padding-bottom: 100px;
  }
  .box-wrapper .section-look .look-top__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .box-wrapper .section-look .look-top__obj {
    width: 50%;
    position: absolute;
  }
  .box-wrapper .section-look .look-top__obj.left {
    top: -120px;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .box-wrapper .section-look .look-top__obj.right {
    right: 0;
    bottom: -120px;
    transform: translate(50%, 50%);
  }
  .box-wrapper .section-look .look-top__ttl {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    line-height: 1;
  }
  .box-wrapper .section-look .look-top__catch {
    z-index: 5;
    position: relative;
    width: 100%;
    margin-top: 30px;
  }
  .box-wrapper .section-look .look-top__catch .credit {
    margin-top: 35px;
    margin-left: 24px;
  }
  .box-wrapper .section-look .look-top__desc {
    position: relative;
    margin: 0 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 12px;
    line-height: 2;
  }
  .box-wrapper .section-look .look-top__desc-obj {
    position: absolute;
    width: 60px;
  }
  .box-wrapper .section-look .look-top__desc-obj.left {
    top: 0;
    left: 0;
  }
  .box-wrapper .section-look .look-top__desc-obj.right {
    bottom: 0;
    right: 0;
  }
  .box-wrapper .section-look .look-container {
    margin: 50px auto 0;
    max-width: 968px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-wrapper .section-look .look-container .look-left {
    width: 67%;
  }
  .box-wrapper .section-look .look-container .look-left .credit {
    margin-top: 34px;
    min-height: 50px;
  }
  .box-wrapper .section-look .look-container .look-right {
    margin-top: 47px;
    margin-left: auto;
    margin-right: 0;
    width: 67%;
  }
  .box-wrapper .section-look .look-container .look-right .credit {
    margin-top: 34px;
    min-height: 50px;
  }
  .box-wrapper .section-look.look02 .look-container .look-left, .box-wrapper .section-look.look04 .look-container .look-left {
    margin-left: auto;
    margin-right: 0;
  }
  .box-wrapper .section-look.look02 .look-container .look-right, .box-wrapper .section-look.look04 .look-container .look-right {
    margin-left: 0;
    margin-right: auto;
  }
  .box-wrapper .info {
    margin-top: 120px;
  }
  .box-wrapper .info-staff {
    font-size: 12px;
    text-align: center;
    line-height: 2;
  }
  .box-wrapper .info-date {
    margin-top: 100px;
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
  .box-wrapper .info-date span.para {
    display: block;
    height: 20px;
  }
  .box-wrapper .outro {
    background-image: url(../images/outro-bgSP.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 116px auto 0;
    padding-top: 61px;
    padding-bottom: 115px;
    position: relative;
    overflow: hidden;
  }
  .box-wrapper .outro-obj {
    position: absolute;
    width: 70%;
  }
  .box-wrapper .outro-obj.left {
    left: 0;
    bottom: 0;
    transform: translate(-15%, 50%);
  }
  .box-wrapper .outro-obj.right {
    right: 0;
    top: 0;
    transform: translate(15%, -50%);
  }
  .box-wrapper .outro-inner {
    margin: 0 auto;
    padding-left: 22px;
    padding-right: 22px;
    position: relative;
  }
  .box-wrapper .outro-name {
    font-size: 22px;
    text-align: center;
  }
  .box-wrapper .outro-thumb {
    margin: 33px auto 0;
    width: 100%;
    max-width: 600px;
  }
  .box-wrapper .outro-question {
    margin-top: 46px;
    font-size: 14px;
    text-align: center;
  }
  .box-wrapper .outro-answer {
    margin-top: 37px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 75px;
    text-align: center;
    font-size: 12px;
    line-height: 2;
  }
  .box-wrapper .outro-answer-obj {
    position: absolute;
    width: 58px;
  }
  .box-wrapper .outro-answer-obj.left {
    top: 0;
    left: 0;
  }
  .box-wrapper .outro-answer-obj.right {
    bottom: 0;
    right: 0;
  }
  .box-wrapper .outro-profile {
    margin-top: 5%;
    font-size: 12px;
    line-height: 1.8;
  }
  .box-wrapper .outro-profile span {
    font-size: 12px;
    color: #a3a3a3;
    text-align: center;
    display: block;
    margin-bottom: 30px;
  }
  .box-wrapper .outro-link {
    font-size: 12px;
    line-height: 1.8;
    margin: 0 auto;
    width: 200px;
    white-space: nowrap;
  }
  .box-wrapper .outro-link a {
    display: inline-block;
    text-decoration: underline;
  }
  .box-wrapper .outro-individual {
    margin-top: 20px;
  }
  .box-wrapper .outro-logo {
    margin: 90px auto 0;
    width: 190px;
  }
  .box-wrapper .outro-desc {
    margin-top: 35px;
    font-size: 12px;
    text-align: center;
    line-height: 1.6em;
  }
  .box-wrapper .outro-instagram {
    margin-top: 30px;
  }
  .box-wrapper .menu {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .box-wrapper .menu-logo {
    margin: 0 auto;
    width: 130px;
  }
  .box-wrapper .menu-list {
    margin: 27px auto 0;
    max-width: 270px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .box-wrapper .menu-list__item {
    margin-right: 7%;
    margin-bottom: 20px;
  }
  .box-wrapper .menu-list__item a {
    font-size: 12px;
    text-decoration: underline;
    font-weight: 200;
  }
  .box-wrapper .menu-list li:last-child {
    margin-right: 0;
  }
  .box-wrapper .menu-banner {
    margin: 40px auto 0;
    width: 100%;
    max-width: 600px;
    display: block;
  }
  .box-wrapper .menu-banner img {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #item12 .article,
  .box-wrapper #item7 .article {
    margin-top: 100px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper .swiper-slide:not(.swiper-slide-active) .credit {
    display: none;
  }
}