@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
/* ---------------------------- */
.eng {
  font-family: "Tinos", "Times New Roman", Times, 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 {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@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 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-wrapper {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 400;
  background-color: #E31A22;
}
.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;
  -o-object-fit: cover;
     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%;
  -o-object-fit: contain;
     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 {
    /* ---------------------------- */
    /* parts
    /* ---------------------------- */
    /* ---------------------------- */
    /* hero
    /* ---------------------------- */
    /* ---------------------------- */
    /* intro
    /* ---------------------------- */
    /* ---------------------------- */
    /* look
    /* ---------------------------- */
    /* ---------------------------- */
    /*menu*/
    /* ---------------- */
  }
  .box-wrapper .container {
    margin: 0 auto;
  }
  .box-wrapper .credit {
    font-size: 16px;
    color: white;
    margin-top: 20px;
  }
  .box-wrapper .credit a {
    display: inline-block;
    text-decoration: underline;
    color: white;
    margin-left: 15px;
  }
  .box-wrapper .hero {
    padding: 53px;
    padding-bottom: 0;
  }
  .box-wrapper .hero-container {
    height: 700px;
    background-image: url(../images/hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box-wrapper .intro {
    padding-top: 15.234375vw;
    padding-bottom: 17.96875vw;
  }
  .box-wrapper .intro-ttl__logo {
    margin: 0 auto;
    width: 130px;
  }
  .box-wrapper .intro-ttl__sub {
    margin: 50px auto;
    width: 362px;
  }
  .box-wrapper .intro-lead {
    margin-top: 70px;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    color: white;
  }
  .box-wrapper .looks {
    /* ---------------------------- */
    /* look0102
    /* ---------------------------- */
    /* ---------------------------- */
    /* look03
    /* ---------------------------- */
    /* ---------------------------- */
    /* look04
    /* ---------------------------- */
    /* ---------------------------- */
    /* look05
    /* ---------------------------- */
    /* ---------------------------- */
    /* look06
    /* ---------------------------- */
    /* ---------------------------- */
    /* look0708
    /* ---------------------------- */
    /* ---------------------------- */
    /* look091011
    /* ---------------------------- */
    /* ---------------------------- */
    /* look12
    /* ---------------------------- */
    /* ---------------------------- */
    /* look13
    /* ---------------------------- */
    /* ---------------------------- */
    /* look14
    /* ---------------------------- */
    /* ---------------------------- */
    /* look15
    /* ---------------------------- */
    /* ---------------------------- */
    /* look-gallery01
    /* ---------------------------- */
    /* ---------------------------- */
    /* look1617
    /* ---------------------------- */
    /* ---------------------------- */
    /* look-gallery02
    /* ---------------------------- */
  }
  .box-wrapper .looks .look0102 .container {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 4%;
  }
  .box-wrapper .looks .look0102 .left {
    padding-bottom: 15.625vw;
  }
  .box-wrapper .looks .look03 {
    margin-top: 17.96875vw;
  }
  .box-wrapper .looks .look03 .container {
    width: 68.75%;
  }
  .box-wrapper .looks .look03-images {
    display: flex;
    justify-content: space-between;
    gap: 5%;
  }
  .box-wrapper .looks .look04 {
    margin-top: 40px;
  }
  .box-wrapper .looks .look04 .container {
    width: 68.75%;
  }
  .box-wrapper .looks .look04-images {
    display: flex;
    justify-content: space-between;
    gap: 5%;
  }
  .box-wrapper .looks .look05 {
    margin-top: 17.96875vw;
  }
  .box-wrapper .looks .look05 .container {
    width: 46%;
  }
  .box-wrapper .looks .look06 {
    margin-top: 17.96875vw;
  }
  .box-wrapper .looks .look06 .container {
    width: 68.75%;
  }
  .box-wrapper .looks .look06-images {
    display: flex;
    justify-content: space-between;
    gap: 5%;
  }
  .box-wrapper .looks .look0708 {
    margin-top: 12.734375vw;
  }
  .box-wrapper .looks .look0708 .container {
    width: 92%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    gap: 5%;
  }
  .box-wrapper .looks .look0708 .right {
    padding-bottom: 17.34375vw;
  }
  .box-wrapper .looks .look0708 .left {
    margin-left: 75px;
  }
  .box-wrapper .looks .look091011 {
    margin-top: 17.96875vw;
  }
  .box-wrapper .looks .look091011 .container {
    width: 68.75%;
    margin-left: 0;
  }
  .box-wrapper .looks .look091011 .credit {
    margin-left: 43px;
  }
  .box-wrapper .looks .look091011 .credit.credit10 {
    margin-top: 5px;
  }
  .box-wrapper .looks .look091011 .credit.credit11 {
    margin-top: 5px;
  }
  .box-wrapper .looks .look12 {
    margin-top: 17.96875vw;
  }
  .box-wrapper .looks .look12 .container {
    width: 68.75%;
  }
  .box-wrapper .looks .look12-wrapper {
    width: 67%;
    margin-left: auto;
    margin-right: 0;
  }
  .box-wrapper .looks .look13 {
    margin-top: 17.96875vw;
  }
  .box-wrapper .looks .look13 .container {
    width: 81%;
    display: flex;
    gap: 6%;
    justify-content: space-between;
  }
  .box-wrapper .looks .look13 .right {
    margin-top: 10.9375vw;
  }
  .box-wrapper .looks .look14 {
    margin-top: 14.84375vw;
  }
  .box-wrapper .looks .look14 .container {
    width: 46%;
  }
  .box-wrapper .looks .look14 .credit14-2 {
    margin-top: 5px;
  }
  .box-wrapper .looks .look15 {
    margin-top: 14.375vw;
  }
  .box-wrapper .looks .look15 .container {
    width: 81%;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 6%;
  }
  .box-wrapper .looks .look15 .right {
    padding-bottom: 80px;
  }
  .box-wrapper .looks .look15 .right .credit15-2 {
    margin-top: 5px;
  }
  .box-wrapper .looks .look-gallery01 {
    margin-top: 14.0625vw;
  }
  .box-wrapper .looks .look-gallery01 .top {
    width: 39%;
    margin: 0 auto;
  }
  .box-wrapper .looks .look-gallery01 .middle {
    margin: 14.0625vw auto 0;
    width: 92%;
    display: flex;
  }
  .box-wrapper .looks .look-gallery01 .middle-right {
    margin-left: 44px;
    margin-right: 11.953125vw;
    margin-top: 27.03125vw;
  }
  .box-wrapper .looks .look-gallery01 .bottom {
    margin-top: 17.96875vw;
    margin-left: auto;
    margin-right: 0;
    width: 68.75%;
  }
  .box-wrapper .looks .look1617 {
    margin-top: 17.96875vw;
  }
  .box-wrapper .looks .look1617 .container {
    width: 81%;
    display: flex;
    justify-content: space-between;
    gap: 6%;
  }
  .box-wrapper .looks .look1617 .look16 .credit16-2,
.box-wrapper .looks .look1617 .look16 .credit16-3 {
    margin-top: 5px;
    min-height: 18px;
  }
  .box-wrapper .looks .look1617 .look16-02 {
    margin-top: 65px;
  }
  .box-wrapper .looks .look1617 .look17 .credit17-2,
.box-wrapper .looks .look1617 .look17 .credit17-3 {
    margin-top: 5px;
  }
  .box-wrapper .looks .look1617 .look17-02 {
    margin-top: 65px;
  }
  .box-wrapper .looks .look-gallery02 {
    margin-top: 17.96875vw;
  }
  .box-wrapper .looks .look-gallery02 .top {
    width: 46%;
    margin: 0 auto;
  }
  .box-wrapper .looks .look-gallery02 .middle {
    margin-top: 17.96875vw;
  }
  .box-wrapper .looks .look-gallery02 .middle-left {
    width: 68.75%;
    margin-left: 0;
    margin-right: auto;
  }
  .box-wrapper .looks .look-gallery02 .middle-right {
    margin-top: 9.765625vw;
    width: 68.75%;
    margin-left: auto;
    margin-right: 0;
  }
  .box-wrapper .looks .look-gallery02 .bottom {
    width: 68.75%;
    margin: 10.3125vw auto 0;
  }
  .box-wrapper .menu {
    margin-top: 17.96875vw;
    padding-bottom: 14.765625vw;
  }
  .box-wrapper .menu-staff {
    text-align: center;
  }
  .box-wrapper .menu-staff__item {
    font-size: 16px;
    color: white;
    margin-bottom: 10px;
  }
  .box-wrapper .menu-staff__item a {
    color: white;
    display: inline-block;
    margin-left: 5px;
  }
  .box-wrapper .menu-logo {
    margin: 125px auto 0;
    width: 130px;
  }
  .box-wrapper .menu-list {
    margin: 45px auto 0;
    display: flex;
    justify-content: center;
  }
  .box-wrapper .menu-list__item {
    margin-right: 45px;
  }
  .box-wrapper .menu-list__item a {
    font-size: 15px;
    color: white;
    text-decoration: underline;
  }
  .box-wrapper .menu-list li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper {
    /* ---------------------------- */
    /* parts
    /* ---------------------------- */
    /* ---------------------------- */
    /* hero
    /* ---------------------------- */
    /* ---------------------------- */
    /* intro
    /* ---------------------------- */
    /* ---------------------------- */
    /* look
    /* ---------------------------- */
    /* ---------------------------- */
    /*menu*/
    /* ---------------- */
  }
  .box-wrapper .container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-wrapper .credit {
    font-size: 14px;
    color: white;
    margin-top: 15px;
  }
  .box-wrapper .credit a {
    display: inline-block;
    text-decoration: underline;
    color: white;
    margin-left: 10px;
  }
  .box-wrapper .hero {
    padding: 15px;
    padding-bottom: 0;
  }
  .box-wrapper .hero-container {
    height: 486px;
    background-image: url(../images/hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box-wrapper .intro {
    padding-top: 62px;
    padding-bottom: 120px;
  }
  .box-wrapper .intro-ttl__logo {
    margin: 0 auto;
    width: 83px;
  }
  .box-wrapper .intro-ttl__sub {
    margin: 30px auto;
    width: 253px;
  }
  .box-wrapper .intro-lead {
    margin-top: 40px;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
    color: white;
  }
  .box-wrapper .looks {
    /* ---------------------------- */
    /* look0102
    /* ---------------------------- */
    /* ---------------------------- */
    /* look03
    /* ---------------------------- */
    /* ---------------------------- */
    /* look04
    /* ---------------------------- */
    /* ---------------------------- */
    /* look05
    /* ---------------------------- */
    /* ---------------------------- */
    /* look06
    /* ---------------------------- */
    /* ---------------------------- */
    /* look0708
    /* ---------------------------- */
    /* ---------------------------- */
    /* look091011
    /* ---------------------------- */
    /* ---------------------------- */
    /* look12
    /* ---------------------------- */
    /* ---------------------------- */
    /* look13
    /* ---------------------------- */
    /* ---------------------------- */
    /* look14
    /* ---------------------------- */
    /* ---------------------------- */
    /* look15
    /* ---------------------------- */
    /* ---------------------------- */
    /* look-gallery01
    /* ---------------------------- */
    /* ---------------------------- */
    /* look1617
    /* ---------------------------- */
    /* ---------------------------- */
    /* look-gallery02
    /* ---------------------------- */
  }
  .box-wrapper .looks .look0102 .left {
    margin-right: 40px;
  }
  .box-wrapper .looks .look0102 .right {
    margin-top: 60px;
    margin-left: 70px;
  }
  .box-wrapper .looks .look03 {
    margin-top: 120px;
  }
  .box-wrapper .looks .look03-images {
    margin-left: 15px;
    margin-right: 57px;
  }
  .box-wrapper .looks .look03-images__item.item02 {
    margin-top: 20px;
  }
  .box-wrapper .looks .look03 .credit03 {
    margin-left: 15px;
  }
  .box-wrapper .looks .look04 {
    margin-top: 100px;
  }
  .box-wrapper .looks .look04-images {
    margin-right: 15px;
    margin-left: 57px;
  }
  .box-wrapper .looks .look04-images__item.item02 {
    margin-top: 20px;
  }
  .box-wrapper .looks .look04 .credit04 {
    margin-left: 57px;
  }
  .box-wrapper .looks .look05 {
    margin-top: 123px;
  }
  .box-wrapper .looks .look06 {
    margin-top: 123px;
  }
  .box-wrapper .looks .look06-images {
    margin-left: 20px;
    margin-right: 20px;
  }
  .box-wrapper .looks .look06-images__item.item02 {
    margin-top: 20px;
  }
  .box-wrapper .looks .look06 .credit06 {
    margin-left: 20px;
  }
  .box-wrapper .looks .look0708 {
    margin-top: 120px;
  }
  .box-wrapper .looks .look0708 .right {
    margin-left: 38px;
  }
  .box-wrapper .looks .look0708 .left {
    margin-top: 60px;
    margin-right: 75px;
  }
  .box-wrapper .looks .look091011 {
    margin-top: 120px;
  }
  .box-wrapper .looks .look091011 .container {
    padding-left: 0;
    padding-right: 0;
  }
  .box-wrapper .looks .look091011 .credit {
    margin-left: 16px;
  }
  .box-wrapper .looks .look091011 .credit.credit10 {
    margin-top: 5px;
  }
  .box-wrapper .looks .look091011 .credit.credit11 {
    margin-top: 5px;
  }
  .box-wrapper .looks .look12 {
    margin-top: 120px;
  }
  .box-wrapper .looks .look12-wrapper {
    margin-left: 38px;
  }
  .box-wrapper .looks .look13 {
    margin-top: 120px;
  }
  .box-wrapper .looks .look13 .left {
    margin-right: 70px;
  }
  .box-wrapper .looks .look13 .right {
    margin-top: 40px;
    margin-left: 70px;
  }
  .box-wrapper .looks .look14 {
    margin-top: 120px;
  }
  .box-wrapper .looks .look14 .credit14-2 {
    margin-top: 5px;
  }
  .box-wrapper .looks .look15 {
    margin-top: 120px;
  }
  .box-wrapper .looks .look15 .right {
    margin-left: 70px;
  }
  .box-wrapper .looks .look15 .right .credit15-2 {
    margin-top: 5px;
  }
  .box-wrapper .looks .look15 .left {
    margin-top: 40px;
    margin-right: 70px;
  }
  .box-wrapper .looks .look-gallery01 {
    margin-top: 120px;
  }
  .box-wrapper .looks .look-gallery01 .top {
    margin-right: 38px;
    margin-left: 38px;
  }
  .box-wrapper .looks .look-gallery01 .middle {
    margin: 120px auto 0;
  }
  .box-wrapper .looks .look-gallery01 .middle-left {
    margin-right: 38px;
  }
  .box-wrapper .looks .look-gallery01 .middle-right {
    margin-left: 70px;
    margin-top: 60px;
  }
  .box-wrapper .looks .look-gallery01 .bottom {
    margin-top: 120px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .box-wrapper .looks .look1617 {
    margin-top: 120px;
  }
  .box-wrapper .looks .look1617 .look16 {
    margin-left: 15px;
    margin-right: 57px;
  }
  .box-wrapper .looks .look1617 .look16 .credit16-2,
.box-wrapper .looks .look1617 .look16 .credit16-3 {
    margin-top: 5px;
  }
  .box-wrapper .looks .look1617 .look16-02 {
    margin-top: 38px;
  }
  .box-wrapper .looks .look1617 .look17 {
    margin-top: 120px;
    margin-left: 57px;
  }
  .box-wrapper .looks .look1617 .look17 .credit17-2,
.box-wrapper .looks .look1617 .look17 .credit17-3 {
    margin-top: 5px;
  }
  .box-wrapper .looks .look1617 .look17-02 {
    margin-top: 40px;
  }
  .box-wrapper .looks .look-gallery02 {
    margin-top: 120px;
  }
  .box-wrapper .looks .look-gallery02 .top {
    margin-right: 15px;
    margin-left: 15px;
    margin: 0 auto;
  }
  .box-wrapper .looks .look-gallery02 .middle {
    margin-top: 120px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .box-wrapper .looks .look-gallery02 .middle-left {
    padding-right: 30px;
  }
  .box-wrapper .looks .look-gallery02 .middle-right {
    margin-top: 40px;
    padding-left: 30px;
  }
  .box-wrapper .looks .look-gallery02 .bottom {
    margin-top: 40px;
  }
  .box-wrapper .menu {
    margin-top: 120px;
    padding-bottom: 110px;
  }
  .box-wrapper .menu-staff {
    text-align: center;
  }
  .box-wrapper .menu-staff__item {
    font-size: 14px;
    color: white;
    margin-bottom: 10px;
  }
  .box-wrapper .menu-staff__item a {
    color: white;
    display: inline-block;
    margin-left: 5px;
  }
  .box-wrapper .menu-logo {
    margin: 60px auto 0;
    width: 83px;
  }
  .box-wrapper .menu-list {
    margin: 45px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box-wrapper .menu-list__item {
    margin-bottom: 33px;
  }
  .box-wrapper .menu-list__item a {
    font-size: 15px;
    color: white;
    text-decoration: underline;
  }
  .box-wrapper .menu-list li:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */