@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
/* ---------------------------- */
/* 変更 */
body {
  overflow-x: visible !important;
}

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-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-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;
}
.fadeUp.thumb-small {
  -webkit-animation-name: fadeUpthumb;
          animation-name: fadeUpthumb;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeUpthumb {
  from {
    opacity: 0;
    transform: translate(-50%, -47%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes fadeUpthumb {
  from {
    opacity: 0;
    transform: translate(-50%, -47%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.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: "Libre Baskerville", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Garamond", "Times New Roman", serif;
  font-weight: 400;
  color: #212121;
  background-color: #E6E1E1;
  /* ---------------------------- */
  /* common
  /* ---------------------------- */
  /* ---------------------------- */
  /* look01
  /* ---------------------------- */
  /* ---------------------------- */
  /* look02
  /* ---------------------------- */
  /* ---------------------------- */
  /* look03
  /* ---------------------------- */
  /* ---------------------------- */
  /* look04
  /* ---------------------------- */
  /* ---------------------------- */
  /* look05
  /* ---------------------------- */
  /* ---------------------------- */
  /* look06
  /* ---------------------------- */
  /* ---------------------------- */
  /* look07
  /* ---------------------------- */
  /* ---------------------------- */
  /* look08
  /* ---------------------------- */
  /* ---------------------------- */
  /* look09
  /* ---------------------------- */
  /* ---------------------------- */
  /* look10
  /* ---------------------------- */
  /* ---------------------------- */
  /* look11
  /* ---------------------------- */
  /* ---------------------------- */
  /* look12
  /* ---------------------------- */
  /* ---------------------------- */
  /* look13
  /* ---------------------------- */
  /* ---------------------------- */
  /* profile
  /* ---------------------------- */
  /* ---------------------------- */
  /* footer
  /* ---------------------------- */
}
.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;
}
.box-wrapper .noto {
  font-family: "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}
.box-wrapper .desc {
  line-height: 1.6;
}
@media screen and (min-width: 751px) {
  .box-wrapper {
    /* ---------------------------- */
    /* parts
    /* ---------------------------- */
    /* ---------------------------- */
    /* hero
    /* ---------------------------- */
    /* ---------------------------- */
    /* intro
    /* ---------------------------- */
  }
  .box-wrapper section {
    max-width: 1280px;
    margin: 0 auto;
  }
  .box-wrapper .container {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-wrapper .inner-m {
    max-width: 730px;
    margin: 0 auto;
  }
  .box-wrapper .inner-s {
    max-width: 590px;
    margin: 0 auto;
  }
  .box-wrapper .credit-wrapper {
    margin-top: 18px;
  }
  .box-wrapper .credit-wrapper .credit {
    margin-bottom: 5px;
    line-height: 1.6;
    font-size: 14px;
  }
  .box-wrapper .credit-wrapper .credit:last-child {
    margin-bottom: 0;
  }
  .box-wrapper .credit-wrapper .credit span {
    opacity: 0.6;
    display: inline-block;
    margin: 0 10px;
  }
  .box-wrapper .credit-wrapper .credit a {
    display: inline-flex;
    width: 55px;
    height: 20px;
    border: 1px solid #212121;
    border-radius: 10px;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    color: #212121;
    padding-top: 3px;
  }
  .box-wrapper .credit-wrapper.white .credit {
    color: white;
  }
  .box-wrapper .credit-wrapper.white .credit span {
    color: white;
  }
  .box-wrapper .credit-wrapper.white .credit a {
    color: white;
    border-color: white;
  }
  .box-wrapper .thumb-relative {
    position: relative;
    height: 200vh;
  }
  .box-wrapper .thumb-big {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    inset: 0;
    position: -webkit-sticky;
    position: sticky;
  }
  .box-wrapper .thumb-big img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .box-wrapper .thumb-big-02 {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    inset: 0;
    position: -webkit-sticky;
    position: sticky;
  }
  .box-wrapper .thumb-big-02 img {
    width: 100%;
    height: 100%;
    padding-bottom: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .box-wrapper .thumb-small {
    position: absolute;
    width: 62%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box-wrapper .hero {
    height: 712px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .box-wrapper .hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    display: flex;
    align-items: stretch;
  }
  .box-wrapper .hero-bg__left {
    flex: 1;
    height: 100%;
    background-image: url(../images/hero-bg__left.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box-wrapper .hero-bg__right {
    flex: 1;
    height: 100%;
    background-image: url(../images/hero-bg__right.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box-wrapper .hero-main {
    position: relative;
    margin-bottom: 61px;
  }
  .box-wrapper .hero-main img {
    max-width: 872px;
    width: 90%;
  }
  .box-wrapper .hero-main__desc {
    text-align: center;
    font-size: 20px;
    color: white;
    margin-top: 20px;
  }
  .box-wrapper #intro {
    padding-top: 84px;
  }
  .box-wrapper #intro .intro-lead {
    font-size: 14px;
    text-align: center;
    line-height: 2;
  }
  .box-wrapper #intro .intro-catch {
    margin: 100px auto 0;
  }
  .box-wrapper #intro .intro-list {
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
    gap: 2%;
    flex-wrap: wrap;
  }
  .box-wrapper #intro .intro-list__item {
    width: 32%;
    margin-bottom: 23px;
  }
  .box-wrapper #intro .intro-list__link {
    position: relative;
  }
  .box-wrapper #intro .intro-list__link:hover {
    opacity: 0.6;
    transition: all 0.6s ease;
  }
  .box-wrapper #intro .intro-list__thumb {
    position: relative;
    width: 100%;
  }
  .box-wrapper #intro .intro-list__arrow {
    position: absolute;
    width: 9px;
    bottom: 11px;
    right: 10px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper {
    /* ---------------------------- */
    /* parts
    /* ---------------------------- */
    /* ---------------------------- */
    /* hero
    /* ---------------------------- */
    /* ---------------------------- */
    /* intro
    /* ---------------------------- */
  }
  .box-wrapper .credit-wrapper {
    margin-top: 15px;
  }
  .box-wrapper .credit-wrapper .credit {
    margin-bottom: 5px;
    line-height: 1.6;
    font-size: 13px;
  }
  .box-wrapper .credit-wrapper .credit:last-child {
    margin-bottom: 0;
  }
  .box-wrapper .credit-wrapper .credit span {
    opacity: 0.6;
    display: inline-block;
    margin: 0 10px;
  }
  .box-wrapper .credit-wrapper .credit a {
    display: inline-flex;
    width: 55px;
    height: 20px;
    border: 1px solid #212121;
    border-radius: 10px;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    color: #212121;
    padding-top: 3px;
  }
  .box-wrapper .credit-wrapper.white .credit {
    color: white;
  }
  .box-wrapper .credit-wrapper.white .credit span {
    color: white;
  }
  .box-wrapper .credit-wrapper.white .credit a {
    color: white;
    border-color: white;
  }
  .box-wrapper .thumb-relative {
    position: relative;
    height: 200vh;
  }
  .box-wrapper .thumb-big {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    inset: 0;
    position: -webkit-sticky;
    position: sticky;
  }
  .box-wrapper .thumb-big img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .box-wrapper .thumb-big-02 {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    inset: 0;
    position: -webkit-sticky;
    position: sticky;
  }
  .box-wrapper .thumb-big-02 img {
    width: 100%;
    height: 100%;
    padding-bottom: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .box-wrapper .thumb-small {
    position: absolute;
    width: 62%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box-wrapper .hero {
    height: 95vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box-wrapper .hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
  }
  .box-wrapper .hero-bg__left {
    height: 50%;
    background-image: url(../images/hero-bg__leftSP.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box-wrapper .hero-bg__right {
    height: 50%;
    background-image: url(../images/hero-bg__rightSP.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box-wrapper .hero-main {
    position: relative;
    width: 90%;
  }
  .box-wrapper .hero-main img {
    width: 100%;
  }
  .box-wrapper .hero-main__desc {
    text-align: center;
    font-size: 14px;
    color: white;
    margin-top: -22px;
  }
  .box-wrapper #intro {
    padding-top: 51px;
  }
  .box-wrapper #intro .intro-lead {
    font-size: 12px;
    text-align: center;
    line-height: 2;
  }
  .box-wrapper #intro .intro-catch {
    margin: 84px auto 0;
    width: 298px;
  }
  .box-wrapper #intro .intro-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 17px;
    display: flex;
    justify-content: space-between;
    gap: 1%;
    flex-wrap: wrap;
  }
  .box-wrapper #intro .intro-list__item {
    width: 32.5%;
    margin-bottom: 5px;
  }
  .box-wrapper #intro .intro-list__link {
    position: relative;
    display: block;
  }
  .box-wrapper #intro .intro-list__link:hover {
    opacity: 0.6;
    transition: all 0.6s ease;
  }
  .box-wrapper #intro .intro-list__thumb {
    position: relative;
    width: 100%;
  }
  .box-wrapper #intro .intro-list__arrow {
    position: absolute;
    border-top: 7px solid white;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: 5px;
    right: 5px;
    z-index: 5;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look01 {
    margin-top: 157px;
  }
  .box-wrapper #look01 .look01-container {
    display: flex;
    align-items: flex-start;
  }
  .box-wrapper #look01 .look01-left {
    width: 83%;
  }
  .box-wrapper #look01 .look01-right {
    flex-shrink: 0;
    width: 10%;
    margin-left: 20px;
    height: 200vh;
  }
  .box-wrapper #look01 .look01-right__wrapper {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    inset: 0;
    padding-top: 70px;
  }
  .box-wrapper #look01 .look01-right__wrapper img {
    width: 100%;
  }
  .box-wrapper #look01 .look01-left__credit {
    margin-top: -10%;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look01 {
    margin-top: 63px;
  }
  .box-wrapper #look01 .look01-container {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: flex-start;
  }
  .box-wrapper #look01 .look01-left {
    width: 83%;
  }
  .box-wrapper #look01 .look01-right {
    flex-shrink: 0;
    width: 10%;
    margin-left: 10px;
    height: 200vh;
  }
  .box-wrapper #look01 .look01-right__wrapper {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    inset: 0;
    padding-top: 100px;
  }
  .box-wrapper #look01 .look01-right__wrapper img {
    width: 100%;
  }
  .box-wrapper #look01 .look01-credit {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look02 {
    margin-top: 172px;
    padding-top: 107px;
    padding-bottom: 107px;
    position: relative;
    overflow: hidden;
  }
  .box-wrapper #look02::before {
    content: "";
    position: absolute;
    inset: -20px;
    /* blurぶん拡大して境界線対策 */
    background-image: url(../images/look02-bg.png);
    background-size: cover;
    background-position: center;
    filter: blur(10px);
  }
  .box-wrapper #look02 .look02-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .box-wrapper #look02 .look02-left {
    width: 56%;
  }
  .box-wrapper #look02 .look02-left img {
    width: 100%;
  }
  .box-wrapper #look02 .look02-left__credit {
    position: relative;
  }
  .box-wrapper #look02 .look02-right {
    width: 38%;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look02 {
    margin-top: 95px;
    padding-top: 40px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
  }
  .box-wrapper #look02::before {
    content: "";
    position: absolute;
    inset: -20px;
    /* blurぶん拡大して境界線対策 */
    background-image: url(../images/look02-bgSP.png);
    background-size: cover;
    background-position: center;
    filter: blur(10px);
  }
  .box-wrapper #look02 .look02-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-wrapper #look02 .look02-left {
    width: 70%;
  }
  .box-wrapper #look02 .look02-left img {
    width: 100%;
  }
  .box-wrapper #look02 .look02-right {
    width: 46%;
    margin-top: 29px;
    margin-left: auto;
    margin-right: 0;
  }
  .box-wrapper #look02 .look02-credit {
    position: relative;
    margin-top: 45px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look03 {
    margin-top: 151px;
  }
  .box-wrapper #look03 .look03-thumb {
    display: flex;
    position: relative;
  }
  .box-wrapper #look03 .look03-thumb__left {
    width: 50%;
  }
  .box-wrapper #look03 .look03-thumb__right {
    width: 50%;
  }
  .box-wrapper #look03 .look03-thumb__middle {
    position: absolute;
    width: 8%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box-wrapper #look03 .look03-thumb__middle.fadeUp {
    -webkit-animation-name: fadeUpmiddle;
            animation-name: fadeUpmiddle;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes fadeUpmiddle {
    from {
      opacity: 0;
      transform: translate(-50%, -53%);
    }
    to {
      opacity: 1;
      transform: translate(-50%, -50%);
    }
  }
  @keyframes fadeUpmiddle {
    from {
      opacity: 0;
      transform: translate(-50%, -53%);
    }
    to {
      opacity: 1;
      transform: translate(-50%, -50%);
    }
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look03 {
    margin-top: 82px;
  }
  .box-wrapper #look03 .look03-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-wrapper #look03 .look03-thumb {
    display: flex;
    position: relative;
  }
  .box-wrapper #look03 .look03-thumb__left {
    width: 50%;
  }
  .box-wrapper #look03 .look03-thumb__right {
    width: 50%;
  }
  .box-wrapper #look03 .look03-thumb__middle {
    position: absolute;
    width: 7%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box-wrapper #look03 .look03-thumb__middle.fadeUp {
    -webkit-animation-name: fadeUpmiddle;
            animation-name: fadeUpmiddle;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes fadeUpmiddle {
    from {
      opacity: 0;
      transform: translate(-50%, -47%);
    }
    to {
      opacity: 1;
      transform: translate(-50%, -50%);
    }
  }
  @keyframes fadeUpmiddle {
    from {
      opacity: 0;
      transform: translate(-50%, -47%);
    }
    to {
      opacity: 1;
      transform: translate(-50%, -50%);
    }
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look04 {
    margin-top: 164px;
  }
  .box-wrapper #look04 .look04-credit {
    padding-left: 10%;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look04 {
    margin-top: 77px;
  }
  .box-wrapper #look04 .look04-credit {
    padding-left: 15px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look05 {
    margin-top: 189px;
  }
  .box-wrapper #look05 .look05-container {
    display: flex;
    align-items: stretch;
  }
  .box-wrapper #look05 .look05-left {
    width: 50%;
  }
  .box-wrapper #look05 .look05-right {
    background-color: #212121;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box-wrapper #look05 .look05-right__img {
    width: 74%;
    margin-left: auto;
    margin-right: 0;
  }
  .box-wrapper #look05 .look05-credit {
    margin-left: 30px;
    margin-bottom: 35px;
  }
  .box-wrapper #look05 .look05-after {
    margin: 97px auto 0;
    width: 330px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look05 {
    margin-top: 112px;
  }
  .box-wrapper #look05 .look05-container {
    background-color: #212121;
    padding-bottom: 59px;
  }
  .box-wrapper #look05 .look05-left {
    width: 100%;
  }
  .box-wrapper #look05 .look05-right {
    margin-top: 44px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-wrapper #look05 .look05-right__img {
    width: 100%;
  }
  .box-wrapper #look05 .look05-credit {
    margin-top: 22px;
  }
  .box-wrapper #look05 .look05-after {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look06 {
    margin-top: 94px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look06 {
    margin-top: 42px;
  }
  .box-wrapper #look06 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look07 {
    margin-top: 197px;
  }
  .box-wrapper #look07 .look07-wrapper {
    max-width: 1030px;
    margin: 0 auto;
    position: relative;
  }
  .box-wrapper #look07 .look07-catch {
    position: absolute;
    width: 8%;
    left: 15%;
    top: 65px;
    height: 200vh;
  }
  .box-wrapper #look07 .look07-catch__wrapper {
    inset: 0;
    position: -webkit-sticky;
    position: sticky;
    height: 100vh;
  }
  .box-wrapper #look07 .look07-catch__wrapper img {
    width: 100%;
  }
  .box-wrapper #look07 .look07-small {
    width: 54%;
  }
  .box-wrapper #look07 .look07-credit {
    padding-left: 16%;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look07 {
    margin-top: 67px;
  }
  .box-wrapper #look07 .look07-wrapper {
    position: relative;
  }
  .box-wrapper #look07 .look07-catch {
    position: absolute;
    width: 10%;
    left: -7%;
    top: 15%;
  }
  .box-wrapper #look07 .look07-catch__wrapper {
    inset: 0;
    position: -webkit-sticky;
    position: sticky;
    height: 100vh;
  }
  .box-wrapper #look07 .look07-catch__wrapper img {
    width: 100%;
    height: auto;
  }
  .box-wrapper #look07 .look07-container {
    margin-left: 11%;
  }
  .box-wrapper #look07 .look07-small {
    width: 54%;
  }
  .box-wrapper #look07 .look07-credit {
    padding-left: 15px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look08 {
    margin-top: 134px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .box-wrapper #look08 .look08-thumb {
    display: flex;
  }
  .box-wrapper #look08 .look08-left {
    width: 50%;
  }
  .box-wrapper #look08 .look08-right {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look08 {
    margin-top: 67px;
  }
  .box-wrapper #look08 .look08-thumb {
    display: flex;
  }
  .box-wrapper #look08 .look08-left {
    width: 50%;
  }
  .box-wrapper #look08 .look08-right {
    width: 50%;
  }
  .box-wrapper #look08 .look08-credit {
    padding-left: 15px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look09 {
    margin-top: 146px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look09 {
    margin-top: 54px;
  }
  .box-wrapper #look09 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look10 {
    margin-top: 145px;
  }
  .box-wrapper #look10 .look10-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .box-wrapper #look10 .look10-left {
    width: 54%;
  }
  .box-wrapper #look10 .look10-right {
    width: 41%;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look10 {
    margin-top: 85px;
  }
  .box-wrapper #look10 .look10-container {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column-reverse;
  }
  .box-wrapper #look10 .look10-left {
    width: 90%;
    margin-top: -25%;
    position: relative;
  }
  .box-wrapper #look10 .look10-right {
    width: 44%;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look11 {
    margin-top: 209px;
  }
  .box-wrapper #look11 .look11-container {
    display: flex;
  }
  .box-wrapper #look11 .look11-left {
    width: 50%;
    background-color: #BA0A0A;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box-wrapper #look11 .look11-left__img {
    width: 67%;
  }
  .box-wrapper #look11 .look11-credit {
    margin-left: 33px;
    margin-bottom: 35px;
  }
  .box-wrapper #look11 .look11-right {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look11 {
    margin-top: 57px;
  }
  .box-wrapper #look11 .look11-container {
    background-color: #BA0A0A;
    padding-bottom: 33px;
  }
  .box-wrapper #look11 .look11-left {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .box-wrapper #look11 .look11-left__img {
    margin-top: 4.347826087vw;
    width: 43%;
  }
  .box-wrapper #look11 .look11-credit {
    padding-left: 15px;
  }
  .box-wrapper #look11 .look11-right {
    width: 52%;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look12 {
    margin-top: 160px;
  }
  .box-wrapper #look12 .look12-small {
    width: 54%;
  }
  .box-wrapper #look12 .look12-credit {
    padding-left: 10%;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look12 {
    margin-top: 25px;
  }
  .box-wrapper #look12 .look12-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-wrapper #look12 .look12-small {
    width: 54%;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look13 {
    margin-top: 85px;
  }
  .box-wrapper #look13 .look13-thumb {
    display: flex;
  }
  .box-wrapper #look13 .look13-thumb img {
    width: 50%;
  }
  .box-wrapper #look13 .look13-credit {
    padding-left: 15px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look13 {
    margin-top: 40px;
  }
  .box-wrapper #look13 .look13-thumb {
    display: flex;
  }
  .box-wrapper #look13 .look13-thumb img {
    width: 50%;
  }
  .box-wrapper #look13 .look13-credit {
    padding-left: 15px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #profile {
    margin-top: 140px;
  }
  .box-wrapper #profile .profile-ttl {
    width: 108px;
    margin: 0 auto;
  }
  .box-wrapper #profile .profile-ttl img {
    width: 100%;
  }
  .box-wrapper #profile .profile-list {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .box-wrapper #profile .profile-list__item {
    width: 26%;
  }
  .box-wrapper #profile .profile-list__item img {
    width: 100%;
  }
  .box-wrapper #profile .profile-list__name {
    margin-top: 28px;
    font-size: 16px;
    text-align: center;
  }
  .box-wrapper #profile .profile-list__name span {
    font-size: 24px;
  }
  .box-wrapper #profile .profile-list__role {
    margin-top: 16px;
    font-size: 16px;
    text-align: center;
  }
  .box-wrapper #profile .profile-list__link {
    margin-top: 10px;
    text-align: center;
  }
  .box-wrapper #profile .profile-list__link a {
    display: inline-block;
    color: #212121;
    font-size: 16px;
    text-decoration: underline;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #profile {
    margin-top: 104px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .box-wrapper #profile .profile-ttl {
    width: 78px;
    margin: 0 auto;
  }
  .box-wrapper #profile .profile-ttl img {
    width: 100%;
  }
  .box-wrapper #profile .profile-list {
    margin-top: 40px;
  }
  .box-wrapper #profile .profile-list__item {
    margin-bottom: 17px;
    display: flex;
    align-items: center;
  }
  .box-wrapper #profile .profile-list__item:last-child {
    margin-bottom: 0;
  }
  .box-wrapper #profile .profile-list__item img {
    width: 33%;
    margin-right: 20px;
  }
  .box-wrapper #profile .profile-list__name {
    font-size: 14px;
  }
  .box-wrapper #profile .profile-list__name span {
    font-size: 16px;
  }
  .box-wrapper #profile .profile-list__role {
    margin-top: 16px;
    font-size: 14px;
  }
  .box-wrapper #profile .profile-list__link {
    margin-top: 10px;
  }
  .box-wrapper #profile .profile-list__link a {
    display: inline-block;
    color: #212121;
    font-size: 14px;
    text-decoration: underline;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #footer {
    margin-top: 126px;
    padding-top: 40px;
    padding-bottom: 66px;
    border-top: 1px solid #BA0A0A;
  }
  .box-wrapper #footer .footer-container {
    margin: 0 auto;
    max-width: 1080px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box-wrapper #footer .footer-logo {
    max-width: 220px;
    width: 25%;
  }
  .box-wrapper #footer .footer-logo img {
    width: 100%;
  }
  .box-wrapper #footer .footer-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .box-wrapper #footer .footer-list__item {
    margin-left: 7%;
  }
  .box-wrapper #footer .footer-list__item a {
    font-size: 20px;
    color: #BA0A0A;
    white-space: nowrap;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #footer {
    margin-top: 72px;
    padding-top: 46px;
    padding-bottom: 88px;
    border-top: 1px solid #BA0A0A;
  }
  .box-wrapper #footer .footer-logo {
    margin: 0 auto;
    width: 144px;
    display: block;
  }
  .box-wrapper #footer .footer-logo img {
    width: 100%;
  }
  .box-wrapper #footer .footer-list {
    margin-top: 38px;
  }
  .box-wrapper #footer .footer-list__item {
    margin-bottom: 24px;
  }
  .box-wrapper #footer .footer-list__item:last-child {
    margin-bottom: 0;
  }
  .box-wrapper #footer .footer-list__item a {
    display: block;
    font-size: 18px;
    color: #BA0A0A;
    white-space: nowrap;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */