body { min-height: 700px; position: relative; font-family: 'Noto Sans JP', sans-serif; line-break: strict; word-break: break-word; overflow-wrap: break-word; word-wrap: break-word; }

@media screen and (max-width: 1400px) { body { font-size: 0.714286vw; } }

@media screen and (max-width: 834px) { body { min-height: 0; font-size: 10px; } }

main { display: block; width: 100%; overflow: hidden; background-image: url("//ds-assets.s3.amazonaws.com/ilbisonte/all_time_recommendations/images/bg.jpg"); background-size: auto; background-repeat: repeat; background-position: center; }

@media screen and (max-width: 834px) { main { background-size: 100%  auto; } }

header { width: 100%; display: flex; position: fixed; top: 0; left: 0; z-index: 10; align-items: center; /*hnav*/ }

@media screen and (min-width: 834px) { header { padding: 10px 30px; } }

@media screen and (max-width: 834px) { header { padding: 2.66667vw 2vw 2.4vw; } }

header::after { content: ""; display: block; width: 100%; height: 100%; background-image: linear-gradient(180deg, #000 0%, transparent 100%); opacity: .4; transition: opacity .4s; position: absolute; top: 0; left: 0; z-index: -1; }

header.active::after { opacity: 0; }

header .logo { height: 58px; margin: 0 auto; }

@media screen and (max-width: 834px) { header .logo { height: 10.4vw; } }

header .logo .logo__img { height: 100%; }

header .hamburger { display: flex; flex-direction: column; box-sizing: content-box; position: absolute; top: 0; right: 30px; bottom: 0; margin: auto 0; cursor: pointer; }

@media screen and (min-width: 834px) { header .hamburger { width: 40px; height: 11px; padding: 15px; } }

@media screen and (max-width: 834px) { header .hamburger { width: 8vw; height: 2.66667vw; padding: 2vw 2vw; right: 2vw; } }

header .hamburger .line { width: inherit; height: 2px; background: #fff; position: absolute; left: 15px; transition: transform .4s; transform-origin: center; will-change: transform , top , left , bottom , margin; }

@media screen and (max-width: 834px) { header .hamburger .line { left: 2vw; } }

header .hamburger .line:first-of-type { top: 15px; }

@media screen and (max-width: 834px) { header .hamburger .line:first-of-type { top: 2vw; } }

header .hamburger .line:last-of-type { bottom: 15px; }

@media screen and (max-width: 834px) { header .hamburger .line:last-of-type { bottom: 2vw; } }

header .hamburger.active .line { top: 0; left: 0; right: 0; bottom: 0; margin: auto; }

header .hamburger.active .line:first-of-type { transform: rotate(30deg); }

header .hamburger.active .line:last-of-type { transform: rotate(-30deg); }

header .hnav { display: none; width: 100%; height: 100vh; min-height: 700px; background: rgba(0, 0, 0, 0.8); align-items: center; justify-content: center; flex-direction: column; position: absolute; top: 0; left: 0; z-index: -1; text-align: center; transition: opacity .3s; padding: 109px 50px 0; /*list*/ }

@media screen and (max-width: 834px) { header .hnav { min-height: 600px; padding: 14.8vw 6.66667vw 0; overflow: hidden; overflow-y: scroll; justify-content: flex-start; } }

@media screen and (max-width: 320px) { header .hnav { padding: 14.8vw 10.66667vw 0; } }

header .hnav .hnav__list { display: flex; width: 100%; max-width: 1300px; justify-content: space-between; margin-bottom: 72px; /*item*/ }

@media screen and (max-width: 834px) { header .hnav .hnav__list { margin: 0; flex-direction: column; } }

header .hnav .hnav__list .hnav__item { width: calc(50% - 10px); /*link*/ }

@media screen and (max-width: 834px) { header .hnav .hnav__list .hnav__item { width: 100%; }
  header .hnav .hnav__list .hnav__item:first-of-type { margin-bottom: 7.46667vw; } }

header .hnav .hnav__list .hnav__item .hnav__link { display: block; }

header .hnav .hnav__list .hnav__item .hnav__link .hnav__thumbnail { width: 100%; height: 356px; margin-bottom: 20px; }

@media screen and (max-width: 834px) { header .hnav .hnav__list .hnav__item .hnav__link .hnav__thumbnail { height: 48.26667vw; /*							max-width: 325px;*/ /*							max-height: 181px;*/ margin: 0 auto 2.13333vw; flex-direction: column; align-items: center; justify-content: center; } }

@media screen and (max-width: 320px) { header .hnav .hnav__list .hnav__item .hnav__link .hnav__thumbnail { height: 40.26667vw; } }

header .hnav .hnav__list .hnav__item .hnav__link.comingsoon { cursor: auto; }

header .hnav .hnav__list .hnav__item .hnav__link.comingsoon .hnav__thumbnail { position: relative; /*							&::before{ content: "Coming Soon..."; display: flex; width: 100%; height: 100%; position: absolute; top: 0; left: 0; align-items: center; justify-content: center; @include font-sche; font-size: 2.4em; color: #fff; background: rgba(0,0,0,.8); @include SP{ font-size: vw(30); } }*/ }

header .hnav .hnav__list .hnav__item .hnav__link:not(.comingsoon) .hnav__img { transition: .4s; }

@media screen and (min-width: 834px) { header .hnav .hnav__list .hnav__item .hnav__link:not(.comingsoon):hover .hnav__img { transform: scale(1.1); } }

header .hnav .hnav__list .hnav__item .hnav__link .hnav__text { display: flex; justify-content: center; align-items: center; color: #fff; line-height: 2; flex-wrap: wrap; }

@media screen and (max-width: 834px) { header .hnav .hnav__list .hnav__item .hnav__link .hnav__text { line-height: 1; flex-direction: column; } }

header .hnav .hnav__list .hnav__item .hnav__link .hnav__text .hnav__vol { font-family: 'Scheherazade New', serif; margin-right: 18px; font-size: 2.4em; }

@media screen and (max-width: 834px) { header .hnav .hnav__list .hnav__item .hnav__link .hnav__text .hnav__vol { margin: 0 0 2.66667vw; font-size: 4.26667vw; } }

header .hnav .hnav__list .hnav__item .hnav__link .hnav__text .hnav__title { display: inline-block; font-family: 'Bebas Neue', sans-serif; padding-top: 2px; font-size: 2em; letter-spacing: .04em; }

@media screen and (max-width: 834px) { header .hnav .hnav__list .hnav__item .hnav__link .hnav__text .hnav__title { font-size: 4.26667vw; letter-spacing: -0.01em; } }

header .hnav.active { display: flex; }

header .hnav .hp__link { display: flex; width: 485px; height: 60px; position: relative; background: rgba(255, 255, 255, 0); border: 1px solid #fff; color: #fff; font-weight: 600; letter-spacing: .04em; transition: .4s; justify-content: center; align-items: center; font-size: 1.6em; }

@media screen and (max-width: 834px) { header .hnav .hp__link { width: 100%; height: 13.33333vw; min-height: 13.33333vw; font-size: 2.66667vw; margin: 5.86667vw 0 0; } }

header .hnav .hp__link::after { content: ""; width: 20px; height: 1px; background: #fff; transition: .4s; position: absolute; right: 30px; }

@media screen and (max-width: 834px) { header .hnav .hp__link::after { width: 2.66667vw; right: 4vw; } }

header .hnav .hp__link:hover { background: white; color: #000; }

header .hnav .hp__link:hover::after { background: #000; }

/*header*/
.sec__fv { display: flex; /*	width: 100vw;*/ width: 100%; height: 100vh; min-height: 700px; /*	justify-content: center;*/ align-items: center; position: relative; background: #000; overflow: hidden; }

@media screen and (max-width: 834px) { .sec__fv { flex-direction: column; } }

.sec__fv .catchcopy { display: block; /*		width: 100%; height: 100%; max-width: 100vw; max-height: 100vh;*/ /*		position: absolute;*/ margin: auto; font-size: 40px; font-family: 'Bebas Neue', sans-serif; letter-spacing: .04em; color: #fff; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; text-align: center; line-height: 1.2; align-items: center; justify-content: center; }

@media screen and (max-width: 834px) { .sec__fv .catchcopy { font-size: 8vw; line-height: 1.06; padding-bottom: 12.8vw; } }

.sec__fv .catchcopy .vol { display: inline-block; font-family: 'Scheherazade New', serif; font-size: 36px; margin-bottom: 30px; }

@media screen and (max-width: 834px) { .sec__fv .catchcopy .vol { margin-bottom: 5.33333vw; font-size: 7.46667vw; } }

.sec__fv .fv__bg { width: 50%; height: calc(100% + 30px); position: absolute; }

.sec__fv .fv__bg:nth-of-type(1) { top: 0; left: 0; }

.sec__fv .fv__bg:nth-of-type(2) { top: 0; right: 0; }

@media screen and (max-width: 834px) { .sec__fv .fv__bg { width: 100%; height: 50%; }
  .sec__fv .fv__bg:nth-of-type(2) { top: auto; bottom: 0; } }

.sec__fv .fv__bg .fv__bg__img { height: 100%; }

.sec__title { display: flex; height: 650px; margin-top: 142px; justify-content: center; align-items: center; position: relative; z-index: 1; }

@media screen and (max-width: 834px) { .sec__title { height: 143.2vw; margin-top: 6.93333vw; } }

.sec__title .sec__caption { margin-top: 90px; text-align: center; z-index: 1; }

@media screen and (max-width: 834px) { .sec__title .sec__caption { margin-top: 19.46667vw; } }

.sec__title .sec__caption .en { font-family: 'Scheherazade New', serif; font-size: 40px; line-height: 1.75; }

@media screen and (max-width: 834px) { .sec__title .sec__caption .en { font-size: 7.2vw; line-height: 1.1; } }

.sec__title .sec__caption .jp { display: block; margin-top: 90px; font-family: 'Noto Sans JP', sans-serif; font-size: 16px; font-weight: 500; letter-spacing: .18em; transition: background-position 2s ease 0.8s !important; }

@media screen and (max-width: 834px) { .sec__title .sec__caption .jp { margin-top: 19.46667vw; font-size: 3.46667vw; font-weight: bold; } }

.sec__title .sec__number { display: flex; margin: auto; font-family: 'Bebas Neue', sans-serif; font-size: 160px; letter-spacing: .02em; color: #fff; position: absolute; top: 0; left: 0; right: 0; bottom: 0; align-items: center; justify-content: center; z-index: -1; transform: scale3d(0.86, 1, 1); }

@media screen and (max-width: 834px) { .sec__title .sec__number { font-size: 32vw; } }

.article__item { display: flex; width: 100%; margin: 0 auto 300px; align-items: center; justify-content: center; position: relative; z-index: 1; }

@media screen and (max-width: 1400px) { .article__item { margin: 0 auto 21.428571vw; } }

@media screen and (max-width: 834px) { .article__item { margin: 0 auto 40vw !important; flex-direction: column; } }

.article__item .item__thumbnail { display: flex; justify-content: center; align-items: center; }

@media screen and (max-width: 834px) { .article__item .item__thumbnail { margin-bottom: 9.33333vw; } }

.article__item .item__thumbnail .item__img { width: 100%; min-width: 100%; min-height: 100% !important; height: 100% !important; object-fit: cover; font-family: 'object-fit: cover;'; }

.article__item .item__details { width: 270px; }

@media screen and (max-width: 1400px) { .article__item .item__details { width: 19.285714vw; } }

@media screen and (max-width: 834px) { .article__item .item__details { width: auto; max-width: calc(100% - (13.333333vw * 2)); margin: 0 13.33333vw !important; } }

.article__item .item__text { font-size: 1.5em; line-height: 2; letter-spacing: .08em; text-align: justify; }

@media screen and (max-width: 834px) { .article__item .item__text { font-size: 3.2vw; line-height: 2.2; } }

.article__item .item__number { font-family: 'Scheherazade New', serif; font-size: 1.6em; margin-bottom: 20px; letter-spacing: .04em; }

@media screen and (max-width: 834px) { .article__item .item__number { font-size: 3.2vw; margin-bottom: 4vw; } }

.article__item .item__name { font-family: 'Bebas Neue', sans-serif; font-size: 4em; margin-bottom: 32px; letter-spacing: .04em; }

@media screen and (max-width: 834px) { .article__item .item__name { font-size: 9.33333vw; margin-bottom: 6.66667vw; } }

.article__item .item__caption { font-size: 1.6em; font-weight: 600; margin-bottom: 20px; line-height: 1.8; letter-spacing: .04em; }

@media screen and (max-width: 834px) { .article__item .item__caption { font-size: 3.73333vw; margin-bottom: 4vw; letter-spacing: .08em; } }

.article__item .item__link { display: flex; width: 200px; height: 40px; margin-top: 32px; align-items: center; justify-content: center; background: #fff; border-radius: 20px; font-size: 1.5em; letter-spacing: .04em; transition: background 0.4s, color 0.4s; }

@media screen and (max-width: 834px) { .article__item .item__link { width: 100%; height: 10.66667vw; margin-top: 8vw; border-radius: 5.33333vw; font-size: 3.2vw; } }

.article__item .item__link:hover { background: #000 !important; color: #fff; }

[class*="sec__0"] { display: flex; width: 100%; /*	max-width: 100vw;*/ overflow: hidden; flex-direction: column; position: relative; }

.article__item:not(:nth-of-type(1)) img { cursor: pointer; }

.article__item:nth-of-type(1) { flex-direction: column; }

.article__item:nth-of-type(1) .item__thumbnail { /*width: 1290px;*/ width: 92.142857vw; height: 860px; }

@media screen and (min-width: 834px) { .sec__01 .article__item:nth-of-type(1) .item__thumbnail { margin: 0 0 60px auto; }
  .sec__02 .article__item:nth-of-type(1) .item__thumbnail { margin: 0 auto 60px 0; } }

@media screen and (max-width: 1400px) { .article__item:nth-of-type(1) .item__thumbnail { height: 61.428571vw; } }

@media screen and (max-width: 834px) { .article__item:nth-of-type(1) .item__thumbnail { width: 100%; height: 133.33333vw; margin: 0 0 12vw; } }

.article__item:nth-of-type(1) .item__text { width: 620px; font-size: 1.7em; line-height: 2.1; letter-spacing: .02em; text-align: justify; }

@media screen and (max-width: 834px) { .article__item:nth-of-type(1) .item__text { width: auto; max-width: calc(100% - (6.6666667vw * 2)); margin: 0 6.66667vw; font-size: 3.73333vw; line-height: 2.2; letter-spacing: .08em; } }

.article__item:nth-of-type(2) { max-width: 1200px; }

@media screen and (max-width: 834px) { .sec__01 .article__item:nth-of-type(2) { flex-direction: column-reverse; } }

.article__item:nth-of-type(2) .item__thumbnail { width: 670px; height: 1005px; }

@media screen and (max-width: 1400px) { .article__item:nth-of-type(2) .item__thumbnail { width: 47.857143vw; height: 71.785714vw; } }

@media screen and (max-width: 834px) { .article__item:nth-of-type(2) .item__thumbnail { width: 86.66667vw; height: 130vw; } }

.sec__01 .article__item:nth-of-type(2) .item__thumbnail { margin: 0 15px 0  auto; }

@media screen and (max-width: 1400px) { .sec__01 .article__item:nth-of-type(2) .item__thumbnail { margin-left: 9.285714vw; } }

@media screen and (max-width: 834px) { .sec__01 .article__item:nth-of-type(2) .item__thumbnail { margin: 0 0 9.33333vw 13.33333vw; } }

.sec__02 .article__item:nth-of-type(2) .item__thumbnail { margin: 0 130px 0  auto; }

@media screen and (max-width: 834px) { .sec__02 .article__item:nth-of-type(2) .item__thumbnail { margin: 0 13.33333vw 9.33333vw 0; } }

.sec__01 .article__item:nth-of-type(2) .item__details { margin: auto 0  auto 115px; }

@media screen and (max-width: 1400px) { .sec__01 .article__item:nth-of-type(2) .item__details { margin: auto 0 auto 8.214286vw; } }

.sec__02 .article__item:nth-of-type(2) .item__details { margin: auto 15px  auto 0; }

.sec__01 .article__item:nth-of-type(3) { max-width: 1200px; position: relative; overflow: visible; }

.sec__02 .article__item:nth-of-type(3) { margin-left: auto; justify-content: flex-end; align-items: flex-start; }

@media screen and (max-width: 834px) { .sec__02 .article__item:nth-of-type(3) { flex-direction: column-reverse; align-items: center; } }

.sec__01 .article__item:nth-of-type(3) .item__thumbnail { width: 670px; height: 1005px; margin: 0 auto 0 15px; z-index: 2; }

@media screen and (max-width: 1400px) { .sec__01 .article__item:nth-of-type(3) .item__thumbnail { width: 47.857143vw; height: 71.785714vw; } }

@media screen and (max-width: 834px) { .sec__01 .article__item:nth-of-type(3) .item__thumbnail { width: 86.66667vw; height: 130vw; margin: 0 13.33333vw 9.33333vw 0; } }

.sec__02 .article__item:nth-of-type(3) .item__thumbnail { width: 56.0714286vw; height: 785px; }

@media screen and (max-width: 1400px) { .sec__02 .article__item:nth-of-type(3) .item__thumbnail { height: 56.714286vw; } }

@media screen and (max-width: 834px) { .sec__02 .article__item:nth-of-type(3) .item__thumbnail { width: calc(100% - 13.333333vw); height: 86.66667vw; margin: 0 0 0 13.33333vw; } }

.sec__01 .article__item:nth-of-type(3) .item__details { margin: auto 115px  auto 0; z-index: 1; }

@media screen and (max-width: 1400px) { .sec__01 .article__item:nth-of-type(3) .item__details { margin: auto  8.214286vw auto 0; } }

.sec__02 .article__item:nth-of-type(3) .item__details { width: 270px; /*height: 785px;*/ height: calc(785px - 106px); padding: 106px  130px 0 115px; background: #fff; box-sizing: content-box; }

@media screen and (max-width: 1400px) { .sec__02 .article__item:nth-of-type(3) .item__details { width: 19.285714vw; height: calc(56.714286vw - 7.571429vw); padding: 7.571429vw 9.285714vw 0 8.214286vw; } }

@media screen and (max-width: 834px) { .sec__02 .article__item:nth-of-type(3) .item__details { width: auto; height: auto; margin-right: 0 !important; padding: 10.66667vw 6.66667vw 21.33333vw; } }

.sec__02 .article__item:nth-of-type(3) .item__link { background: #f4f4f4; }

.article__item:nth-of-type(4) { width: auto; }

@media screen and (max-width: 1400px) { .article__item:nth-of-type(4) { width: 100%; } }

.sec__01 .article__item:nth-of-type(4) { justify-content: flex-end; margin: 0 0 300px auto; }

@media screen and (max-width: 1400px) { .sec__01 .article__item:nth-of-type(4) { margin: 0 0 21.428571vw auto; } }

@media screen and (max-width: 834px) { .sec__01 .article__item:nth-of-type(4) { flex-direction: column-reverse; } }

.sec__02 .article__item:nth-of-type(4) { justify-content: flex-start; margin: 0 auto 300px 0; }

@media screen and (max-width: 1400px) { .sec__02 .article__item:nth-of-type(4) { margin: 0 auto 21.428571vw 0; } }

.article__item:nth-of-type(4) .item__thumbnail { /*				width: 885px;*/ width: 63.21428vw; height: 885px; min-width: 885px; }

@media screen and (max-width: 1400px) { .article__item:nth-of-type(4) .item__thumbnail { width: 63.21428vw; height: 63.21428vw; min-width: 63.21428vw; min-height: 63.21428vw; } }

@media screen and (max-width: 834px) { .article__item:nth-of-type(4) .item__thumbnail { width: calc(100% - 13.333333vw); height: 86.66667vw; min-width: 0; min-height: 0; } }

.sec__01 .article__item:nth-of-type(4) .item__thumbnail { margin-left: 130px; }

@media screen and (max-width: 1400px) { .sec__01 .article__item:nth-of-type(4) .item__thumbnail { margin-left: 9.285714vw; } }

@media screen and (max-width: 834px) { .sec__01 .article__item:nth-of-type(4) .item__thumbnail { margin-left: 13.33333vw; } }

.sec__02 .article__item:nth-of-type(4) .item__thumbnail { margin-right: 130px; }

@media screen and (max-width: 1400px) { .sec__02 .article__item:nth-of-type(4) .item__thumbnail { margin-right: 9.285714vw; } }

@media screen and (max-width: 834px) { .sec__02 .article__item:nth-of-type(4) .item__thumbnail { margin-right: 13.33333vw; } }

.sec__01 .article__item:nth-of-type(4) .item__details { margin: auto 0  auto 115px; }

@media screen and (max-width: 1400px) { .sec__01 .article__item:nth-of-type(4) .item__details { margin: auto 0 auto auto; } }

@media screen and (max-width: 1400px) { .sec__02 .article__item:nth-of-type(4) .item__details { margin-right: 15px; } }

.article__item:nth-of-type(5) { width: 77.5vw; align-items: flex-start; flex-direction: column; }

@media screen and (max-width: 834px) { .article__item:nth-of-type(5) { width: 100%; } }

.sec__01 .article__item:nth-of-type(5) { margin: 0 auto 300px 0; }

@media screen and (max-width: 1400px) { .sec__01 .article__item:nth-of-type(5) { margin: 0 auto 21.428571vw 0; } }

.sec__02 .article__item:nth-of-type(5) { margin: 0 0 300px auto; }

@media screen and (max-width: 1400px) { .sec__02 .article__item:nth-of-type(5) { margin: 0 0 21.428571vw auto; } }

.article__item:nth-of-type(5) .thumbnail-half { display: flex; /*				width: 1085px;*/ width: 100%; height: 850px; margin: 0 0 40px 0; }

@media screen and (max-width: 1400px) { .article__item:nth-of-type(5) .thumbnail-half { height: 60.714286vw; margin: 0 0 2.857143vw 0; } }

@media screen and (max-width: 834px) { .article__item:nth-of-type(5) .thumbnail-half { width: 80vw; height: auto; margin: 0 0 0 20vw; flex-direction: column-reverse; } }

.article__item:nth-of-type(5) .thumbnail-half .item__thumbnail { width: 50%; height: 100%; }

@media screen and (min-width: 834px) { .article__item:nth-of-type(5) .thumbnail-half .item__thumbnail:nth-of-type(2) { margin-left: 3px; } }

@media screen and (max-width: 834px) { .article__item:nth-of-type(5) .thumbnail-half .item__thumbnail { width: 100%; height: 120vw; }
  .article__item:nth-of-type(5) .thumbnail-half .item__thumbnail:nth-of-type(2) { margin-bottom: 1.2vw; } }

.article__item:nth-of-type(5) .item__details { display: flex; width: auto; min-width: 0; }

@media screen and (max-width: 834px) { .article__item:nth-of-type(5) .item__details { flex-direction: column; } }

.sec__01 .article__item:nth-of-type(5) .item__details { margin-left: auto; }

.sec__01 .article__item:nth-of-type(5) .item__details .content-l { margin-left: 20px; }

@media screen and (max-width: 834px) { .sec__01 .article__item:nth-of-type(5) .item__details .content-l { margin: 0; } }

.sec__02 .article__item:nth-of-type(5) .item__details { margin-right: auto; }

.sec__02 .article__item:nth-of-type(5) .item__details .content-r { margin-right: 20px; }

@media screen and (max-width: 834px) { .sec__02 .article__item:nth-of-type(5) .item__details .content-r { margin: 0; } }

.article__item:nth-of-type(5) .item__details .content-l { margin-right: 70px; }

@media screen and (max-width: 834px) { .article__item:nth-of-type(5) .item__details .content-l { margin: 0; } }

.article__item:nth-of-type(5) .item__details .content-r { width: 100%; max-width: 670px; }

@media screen and (max-width: 834px) { .article__item:nth-of-type(5) .item__details .content-r { width: auto; } }

.article__item:nth-of-type(6) { max-width: 1200px; }

.article__item:nth-of-type(6) .item__thumbnail { width: 670px; height: 1005px; }

@media screen and (max-width: 1400px) { .article__item:nth-of-type(6) .item__thumbnail { width: 47.857143vw; height: 71.785714vw; } }

.sec__02 .article__item:nth-of-type(6) .item__thumbnail { margin: 0 130px 0  auto; }

@media screen and (max-width: 1400px) { .sec__02 .article__item:nth-of-type(6) .item__thumbnail { margin: 0 9.285714vw 0 auto; } }

@media screen and (max-width: 834px) { .sec__02 .article__item:nth-of-type(6) .item__thumbnail { width: 86.66667vw; height: 130vw; margin: 0 13.33333vw 9.33333vw 0; } }

.sec__02 .article__item:nth-of-type(6) .item__details { margin: auto 15px  auto 0; }

[class*="sec__0"] > .item__thumbnail { width: 100%; height: 793px; margin: 0 auto; display: flex; justify-content: center; align-items: center; }

@media screen and (max-width: 1400px) { [class*="sec__0"] > .item__thumbnail { height: 56.642857vw; } }

@media screen and (max-width: 834px) { [class*="sec__0"] > .item__thumbnail { height: 86.66667vw; } }

[class*="sec__0"] > .item__thumbnail .item__img { width: 100%; min-width: 100%; min-height: 100% !important; height: 100% !important; object-fit: cover; font-family: 'object-fit: cover;'; }

.link__list { display: flex; justify-content: space-between; width: 1000px; margin: 0 auto 60px; z-index: 1; }

@media screen and (max-width: 1400px) { .link__list { width: calc(100% - 400px); margin: 0 200px 5vw; } }

@media screen and (max-width: 834px) { .link__list { width: calc(100% - (6.666667vw*2)); margin: 0 6.66667vw 14vw; flex-direction: column; } }

.link__list .link__item { width: calc(50% - 15px); height: 140px; }

@media screen and (max-width: 1400px) { .link__list .link__item { height: 10vw; } }

@media screen and (max-width: 834px) { .link__list .link__item { width: 100%; height: 18.66667vw; }
  .link__list .link__item:first-of-type { margin-bottom: 6.66667vw; } }

.link__list .link__item .link__a { display: flex; width: 100%; height: 100%; position: relative; background: #fff; color: #000; font-weight: 600; letter-spacing: .04em; transition: .4s; justify-content: center; align-items: center; font-size: 1.6em; }

@media screen and (max-width: 834px) { .link__list .link__item .link__a { font-size: 3.2vw; line-height: 1.7; } }

.link__list .link__item .link__a::after { content: ""; width: 20px; height: 1px; background: #000; transition: .4s; position: absolute; right: 30px; }

@media screen and (max-width: 834px) { .link__list .link__item .link__a::after { width: 2.66667vw; right: 4vw; } }

.link__list .link__item .link__a:hover { background: #000; color: #fff; }

.link__list .link__item .link__a:hover::after { background: #fff; }

footer { width: 100%; max-width: 1200px; margin: 0 auto 24px; padding: 60px 15px 0; background: #fff; }

@media screen and (max-width: 1400px) { footer { padding: 4.285714vw 1.071429vw 0; } }

@media screen and (max-width: 834px) { footer { padding: 13.33333vw 6.66667vw 11.46667vw; } }

footer .footer__banner { width: 1000px; display: block; margin: 0 auto; position: relative; }

@media screen and (max-width: 1400px) { footer .footer__banner { width: 71.428571vw; } }

@media screen and (max-width: 834px) { footer .footer__banner { width: 100%; } }

footer .footer__banner .banner__img { width: 100%; position: relative; }

@media screen and (max-width: 834px) { footer .footer__banner::before { font-size: 4vw; } }

footer .to_top { display: block; width: 100%; margin-top: 100px; padding: 34px 0 26px; font-family: 'Bebas Neue', sans-serif; text-align: center; font-size: 1.6em; letter-spacing: .06em; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; transition: .4s; text-shadow: 0 0 transparent; color: #999; }

footer .to_top:hover { text-shadow: 0 0 #000; color: #000; }

@media screen and (max-width: 834px) { footer .to_top { margin-top: 22.93333vw; padding: 5.33333vw 0; font-size: 3.46667vw; } }

footer .copyright { display: block; width: 275px; margin: 38px auto 0; }

@media screen and (max-width: 834px) { footer .copyright { width: 58.66667vw; min-width: 250px; margin: 10.13333vw auto 0; } }

.shadow1 { width: 100%; height: 950px; position: absolute; left: 0; top: -142px; z-index: -2; animation: 20s linear infinite shadow1; transform-origin: center left; }

@media screen and (max-width: 834px) { .shadow1 { width: 232.4vw; height: 154.93333vw; left: -20vw; top: -6.93333vw; } }

@keyframes shadow1 { 0% { transform: scaleX(1); }
  50% { transform: scaleX(1.5); }
  100% { transform: scaleX(1); } }

.shadow2 { width: 1443px; height: 1195px; position: absolute; left: 544px; bottom: -400px; animation: 10s ease-out infinite shadow2; transform-origin: center bottom; }

@media screen and (max-width: 834px) { .shadow2 { display: none; } }

@keyframes shadow2 { 0% { transform: rotate3d(-10, 15, 20, -15deg) scale3d(1, 1, 1); }
  50% { transform: rotate3d(0, 0, 0, 0) scale3d(1.4, 1, 1.4); }
  100% { transform: rotate3d(-10, 15, 20, -15deg) scale3d(1, 1, 1); } }

.shadow3 { width: 1312px; height: 1685px; position: absolute; right: 0; top: -250px; animation: 20s ease-out infinite shadow3; transform-origin: center right; }

@media screen and (max-width: 834px) { .shadow3 { width: 100%; height: 222.93333vw; top: -15.33333vw; } }

@keyframes shadow3 { 0% { transform: scaleX(1); }
  50% { transform: scaleX(1.5); }
  100% { transform: scaleX(1); } }

.shadow4 { width: 1543px; height: 815px; position: absolute; right: -298px; top: 100%; animation: 10s ease-out infinite shadow4; transform-origin: top right; }

@media screen and (max-width: 834px) { .shadow4 { width: 89.06667vw; height: 58.66667vw; right: 0; } }

@keyframes shadow4 { 0% { transform: scaleY(1); }
  50% { transform: scaleY(1.5); }
  100% { transform: scaleY(1); } }

.shadow5 { width: 926px; height: 1200px; position: absolute; right: -50px; bottom: -40px; animation: 10s ease-out infinite shadow5; transform-origin: bottom right; }

@media screen and (max-width: 834px) { .shadow5 { width: 123.46667vw; height: 160vw; right: -6.66667vw; bottom: -5.33333vw; } }

@keyframes shadow5 { 0% { transform: rotate(-2deg); }
  50% { transform: rotate(2deg); }
  100% { transform: rotate(-2deg); } }
