﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@400;500;600;700&display=swap');

@charset "UTF-8";

/*----------------------
 * 1. GENERAL
 *   1.1  Margin
 *   1.2  Text
 *   1.3  Titles and Subtitles
 *   1.4  Lists
 *   1.5 Table
 *   1.6 Other Elements
 *        1.6.1 page top
 *        1.6.2 modal (fancybox)
 * 2. HEADER
 * 3. MAIN VISUAL
 * 4. NAV
 *    4.1. Main Nav (pc)
 *    4.2. Main Nav (sp)
 * 5. CONTENTS
 *    5.1 Infinite Slider
 *    5.2 Info
 *    5.3 Genre
 *    5.4 Item
 *    5.5 Review
 *    5.6 About
 * 6. FOOTER
 * 7. INTERACTIONS
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html {
    font-size: 62.5%;
}
html,
body {
	overflow-x: hidden;
}
body {
    font-family: YakuHanJP, "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    background: #000;
	color: #000;
	line-height: 2;
	font-weight: 400;
	overflow: hidden;
	transition: all 0.8s 0s ease-in;
}
@media (max-width: 1024px) {
    body {
        font-size: calc(14px + 2 * (100vw - 320px) / 704);
    }
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
a:focus {
  outline: none !important;
  overflow: hidden;
  text-decoration: none;
}
*:focus {
    outline: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

.small {
    font-size: 90%;
}

ul,
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

strong {
    font-weight: 500;
}
strong.b60 {
    font-weight: 600;
}

img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sp,
.md,
.sp-md,
.sp-md-lg,
.md-lg,
.lg {
	display: none !important;
}
.md-lg-pc,
.lg-pc,
.pc {
    display: block !important;
}
@media (max-width: 1024px) {
    .lg,
    .md-lg,
    .sp-md-lg {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
@media (max-width: 960px) {
    .lg-pc,
    .lg,
    .sp-md-none {
        display: none !important;
    }
    .md,
    .sp-md {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .sp {
        display: block !important;
    }
    .md-lg-pc,
    .md-lg,
    .lg,
    .md,
    .pc,
    .sp-none {
        display: none !important;
    }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 1.1  Margin
 * ------------------------------*/
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 0.5rem !important; }
.mt10 { margin-top: 1rem !important; }
.mt15 { margin-top: 1.5rem !important; }
.mt20 { margin-top: 2rem !important; }
.mt30 { margin-top: 3rem !important; }
.mt40 { margin-top: 4rem !important; }
.mt50 { margin-top: 5rem !important; }
.mt60 { margin-top: 6rem !important; }
.mt70 { margin-top: 7rem !important; }
.mt80 { margin-top: 8rem !important; }
.mt90 { margin-top: 9rem !important; }
.mt100 { margin-top: 10rem !important; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 0.5rem !important; }
.mb10 { margin-bottom: 1rem !important; }
.mb15 { margin-bottom: 1.5rem !important; }
.mb20 { margin-bottom: 2rem !important; }
.mb30 { margin-bottom: 3rem !important; }
.mb40 { margin-bottom: 4rem !important; }
.mb50 { margin-bottom: 5rem !important; }
.mb60 { margin-bottom: 6rem !important; }
.mb70 { margin-bottom: 7rem !important; }
.mb80 { margin-bottom: 8rem !important; }
.mb90 { margin-bottom: 9rem !important; }
.mb100 { margin-bottom: 10rem !important; }

@media (max-width: 960px) {
    .mt10-md {
        margin-top: 1rem !important;
    }
    .mt20-md {
        margin-top: 2rem !important;
    }
    .mt30-md {
        margin-top: 3rem !important;
    }
    .mt40-md {
        margin-top: 4rem !important;
    }
    .mt50-md {
        margin-top: 5rem !important;
    }
    .mt60-md {
        margin-top: 6rem !important;
    }
    .mt70-md {
        margin-top: 7rem !important;
    }
    .mt80-md {
        margin-top: 8rem !important;
    }
}
@media (max-width: 767px) {
    .mt00-xs {
        margin-top: 0 !important;
    }
    .mt10-xs {
        margin-top: 1rem !important;
    }
    .mt15-xs {
        margin-top: 1.5rem !important;
    }
    .mt20-xs {
        margin-top: 2rem !important;
    }
    .mt25-xs {
        margin-top: 2.5rem !important;
    }
    .mt30-xs {
        margin-top: 3rem !important;
    }
    .mt40-xs {
        margin-top: 4rem !important;
    }
    .mt50-xs {
        margin-top: 5rem !important;
    }
    .mb00-xs {
        margin-bottom: 0 !important;
    }
    .mb10-xs {
        margin-bottom: 1rem !important;
    }
    .mb15-xs {
        margin-bottom: 1.5rem !important;
    }
    .mb20-xs {
        margin-bottom: 2rem !important;
    }
    .mb25-xs {
        margin-bottom: 2.5rem !important;
    }
    .mb30-xs {
        margin-bottom: 3rem !important;
    }
    .mb40-xs {
        margin-bottom: 4rem !important;
    }
    .mb50-xs {
        margin-bottom: 5rem !important;
    }
    .mr00-xs {
        margin-right: 0 !important;
    }
    .ml00-xs {
        margin-left: 0 !important;
    }
}

/* 1.2 Text
 * ------------------------------*/
p {
    margin: 1rem 0;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-justify {
    display: inline-block !important;
    text-align: justify !important;
    text-justify: inter-ideograph !important;
}
.text-justify-none {
    display: inline-block !important;
    text-align: left !important;
}
@media (max-width: 960px) {
     .text-left-md {
        text-align: left !important;
    }
    .text-center-md {
        text-align: center !important;
    }
    .text-right-md {
        text-align: right !important;
    }
}
@media (max-width: 767px) {
     .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
    .text-justify-xs {
        text-align: justify !important;
        text-justify: inter-ideograph !important;
    }
    .text-justify-none-xs {
        display: inline-block !important;
        text-align: left !important;
    }
}

.txt-gold,
.txt-gold a,
.txt-gold a:hover {
    color: #AD9867 !important;
}
.txt-white,
.txt-white a,
.txt-white a:hover {
    color: #fff !important;
}
.txt-gray,
.txt-gray a,
.txt-gray a:hover {
    color: #666 !important;
}

.txt-mincho {
   font-family: "Zen Old Mincho", serif;
   font-weight: 400 !important;
}
.txt-mincho.b50 {
    font-weight: 500 !important;
}
.txt-mincho.b60 {
    font-weight: 600 !important;
}
.txt-mincho.b70 {
    font-weight: 700 !important;
}

.txt-en {
    font-family: "Cormorant Infant", serif;
    font-weight: 400 !important;
}
.txt-en.b50 {
    font-weight: 500 !important;
}
.txt-en.b60 {
    font-weight: 600 !important;
}
.txt-en .b70 {
    font-weight: 700 !important;
}

.txt-indent {
    display: inline-block;
    margin: 0;
    text-indent: -1em;
    padding-left: 1em;
}

.txt-sup {
    display: inline-block;
    font-size: 0.8em;
	vertical-align: top;
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}

.f10 { font-size: 1rem !important; }
.f11 { font-size: 1.1rem !important; }
.f12 { font-size: 1.2rem !important; }
.f13 { font-size: 1.3rem !important; }
.f14 { font-size: 1.4rem !important; }
.f15 { font-size: 1.5rem !important; }
.f16 { font-size: 1.6rem !important; }
.f17 { font-size: 1.7rem !important; }
.f18 { font-size: 1.8rem !important; }
.f19 { font-size: 1.9rem !important; }
.f20 { font-size: 2rem !important; }
.f21 { font-size: 2.1rem !important; }
.f22 { font-size: 2.2rem !important; }
.f23 { font-size: 2.3rem !important; }
.f24 { font-size: 2.4rem !important; }
.f25 { font-size: 2.5rem !important; }
.f50 { font-size: 5rem !important; }
@media (max-width: 960px) {
    .f18, .f19 {
        font-size: 1.6rem !important;
    }
    .f20, .f21 {
        font-size: 1.7rem !important;
    }
    .f22, .f23 {
        font-size: 1.8rem !important;
    }
    .f24, .f25 {
        font-size: 2rem !important;
    }
}
@media (max-width: 767px) {
    .f13, .f14 {
        font-size: 1.2rem !important;
    }
    .f15, .f16 {
        font-size: 1.3rem !important;
    }
    .f17, .f18 {
        font-size: 1.4rem !important;
    }
    .f19, .f20, .f21 {
        font-size: 1.5rem !important;
    }
    .f22, .f23, .f24, .f25 {
        font-size: 1.6rem !important;
    }
    .f50 {
        font-size: 3rem !important;
    }
    .f20-xs {
        font-size: 2rem !important;
    }
    .f19-xs {
        font-size: 1.9rem !important;
    }
    .f18-xs {
        font-size: 1.8rem !important;
    }
    .f17-xs {
        font-size: 1.7rem !important;
    }
    .f16-xs {
        font-size: 1.6rem !important;
    }
    .f15-xs {
        font-size: 1.5rem !important;
    }
    .f14-xs {
        font-size: 1.4rem !important;
    }
    .f13-xs {
        font-size: 1.3rem !important;
    }
    .f12-xs {
        font-size: 1.2rem !important;
    }
    .f11-xs {
        font-size: 1.1rem !important;
    }
    .f10-xs {
        font-size: 1rem !important;
    }
}

/* 1.3 Titles and Subtitles
 * ------------------------------*/
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1.8;
}
@media (max-width: 767px) {
    h1, h2, h3, h4 {
        line-height: 1.65;
    }
}

.section-ttl {
    font-size: 6.4rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 0 0 0 -0.3rem;
    line-height: 1;
}
.section-ttl .katakana {
    display: inline-block;
    letter-spacing: -0.05em;
    margin-left: -0.45rem;
}
.section-ttl.add {
    margin-left: -0.8rem;
}
.section-sub {
    display: block;
    font-size: 2.4rem;
    margin: 1rem auto 5rem;
    font-family: "Cormorant Infant", serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #AD9867;
}
@media (max-width: 1024px) {
    .section-ttl {
        font-size: calc(43px + 21 * (100vw - 320px) / 704);
    }
    .section-sub {
        font-size: calc(16px + 8 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .section-ttl.add {
        margin-left: -0.6rem;
    }
    .section-sub {
        margin-bottom: 2.5rem;
    }
}

/* 1.4 Lists
 * ------------------------------*/
ul.disc-list {
    list-style: disc;
    margin: 0 0 0 2.2rem;
    padding: 0;
    line-height: 2;
}
ul.disc-list li {
    list-style: disc;
}

ol.ol-list {
    padding: 0;
    margin: 0 0 0 2.2rem;
    line-height: 2;
}
@media (max-width: 767px) {
    ul.disc-list {
        margin-left: 2rem;
    }
    ul.disc-list,
    ol.ol-list {
        line-height: 1.8;
    }
}

/* 1.5 Table
 * ------------------------------*/
table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #999;
    margin: 0;
}
table th {
    width: 25%;
    background: #e5e4de;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0.7rem 1rem;
    font-weight: 400;
}
table td {
    width: 75%;
    vertical-align: middle;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0.7rem 2rem;
}
table td p {
    margin: 0;
}
table td p + p,
table td ul + p {
    margin-top: 1.5rem;
}
@media (max-width: 767px) {
    table th {
        white-space: nowrap;
    }
    table th,
    table td {
        padding: 0.5rem 1rem 0.6rem;
    }
}

/* 1.6 Other Elements
 * ------------------------------*/
/* 1.6.1 page top ------------*/
#pagetop {
    position: fixed;
    bottom: 40px;
    right: 30px;
    width: 34px;
    height: 36px;
    z-index: 10;
    transition: background-color 400ms;
    background: url(/awards/2024/common/image/pagetop.svg) center center no-repeat;
    background-size: contain;
    text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
#pagetop:hover {
    opacity: 0.8;
    transition: 0.5s;
}
@media (max-width: 960px) {
    #pagetop {
        right: 20px;
    }
}

/* 1.6.2 modal (fancybox) ------------*/
.fancybox__container {
    z-index: 20000 !important;
}
.fancybox__backdrop {
    background-color: rgba( 0, 0, 0, 0.85) !important;
}
.fancybox__content {
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    cursor: default !important;
}
@media (max-width: 767px) {
    .fancybox__content {
        top: 30px !important;
    }
}

.fancybox__content>.f-button.is-close-btn {
    top: 15px !important;
    right: 15px !important;
    box-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    --f-button-svg-stroke-width: 1.5 !important;
    --f-button-svg-width: 32px !important;
    --f-button-svg-height: 32px !important;
    --f-button-width: 40px !important;
    --f-button-height: 40px !important;
}
.fancybox__content>.f-button.is-close-btn:hover {
    color: #666 !important;
}
.fancybox__nav {
    --f-button-width: 100px !important;
    --f-button-height: 100px !important;
    --f-button-svg-width: 80px !important;
    --f-button-svg-height: 80px !important;
    --f-button-svg-stroke-width: 0.7 !important;
}
.f-button.is-prev,
.f-button.is-next {
    top: 47% !important;
    transform: translateY(-47%) !important;
}
.f-button.is-prev:hover,
.f-button.is-next:hover {
    background: none !important;
}
.f-button.is-prev {
    left: calc(200 / 1280 * 100vw) !important;
    transform: translateX(0) !important;
}
.f-button.is-next {
    right: calc(200 / 1280 * 100vw) !important;
    transform: translateX(0) !important;
}
@media (max-width: 1300px) {
    .f-button.is-prev {
        left: calc(150 / 1280 * 100vw) !important;
    }
    .f-button.is-next {
        right: calc(150 / 1280 * 100vw) !important;
    }
}
@media (max-width: 1200px) {
    .f-button.is-prev {
        left: calc(100 / 1200 * 100vw) !important;
    }
    .f-button.is-next {
        right: calc(100 / 1200 * 100vw) !important;
    }
}
@media (max-width: 1024px) {
    .f-button.is-prev {
        left: calc(50 / 1024 * 100vw) !important;
    }
    .f-button.is-next {
        right: calc(50 / 1024 * 100vw) !important;
    }
}
@media (max-width: 960px) {
    .f-button.is-prev {
        left: calc(20 / 960 * 100vw) !important;
    }
    .f-button.is-next {
        right: calc(20 / 960 * 100vw) !important;
    }
}
@media (max-width: 900px) {
    .f-button.is-prev {
        left: 0 !important;
    }
    .f-button.is-next {
        right: 0 !important;
    }
    .fancybox__nav {
        --f-button-width: 80px !important;
        --f-button-height: 80px !important;
        --f-button-svg-width: 60px !important;
        --f-button-svg-height: 60px !important;
    }
}
@media (max-width: 767px) {
    .fancybox__content>.f-button.is-close-btn {
        top: 10px !important;
        right: 10px !important;
    }
}
@media (max-width: 480px) {
    .fancybox__content>.f-button.is-close-btn {
        --f-button-svg-width: 28px !important;
        --f-button-svg-height: 28px !important;
        --f-button-width: 36px !important;
        --f-button-height: 36px !important;
        top: 7px !important;
        right: 7px !important;
    }
    .f-button.is-prev {
        left: -10px !important;
    }
    .f-button.is-next {
        right: -10px !important;
    }
    .fancybox__nav {
        --f-button-width: 50px !important;
        --f-button-height: 50px !important;
        --f-button-svg-width: 35px !important;
        --f-button-svg-height: 35px !important;
    }
}

.modal-wrap {
    display: none;
    max-width: 680px;
    background: #fff;
    padding: 0;
}
@media (max-width: 800px) {
    .modal-wrap {
        max-width: 80%;
    }
}
@media (max-width: 480px) {
    .modal-wrap {
        max-width: 85%;
    }
}

.modal-content {
    position: relative;
}
.modal-content .bg-white {
    padding: 8rem 7rem;
    background: #fff;
}
.modal-content .bg-gray {
    padding: 7rem 7rem 6rem;
    background: #F2F2F2;
}
.modal-content .logo {
    width: 136px;
    position: absolute;
    z-index: 20;
    top: -77px;
    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width: 960px) {
    .modal-content .bg-white,
    .modal-content .bg-gray {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}
@media (max-width: 767px) {
    .modal-content .bg-white {
        padding: 7.5rem 2rem 6rem;
    }
    .modal-content .bg-gray {
        padding: 5rem 2rem 8rem;
    }
}

.modal-content .ttl {
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing:  0.2em;
    text-align: center;
    line-height: 1.5;
    margin: 0;
}
.modal-content .ttl span {
    display: block;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #AD9867;
}
.modal-content .sub {
    font-size: 2.8rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    margin: 2.5rem 0;
}
.modal-content .sub span small {
    font-size: 2.8rem;
}
.modal-content .sub span {
    display: inline-block;
    padding: 0 0.2rem;
    background:linear-gradient(transparent 10%, #F8F7F2 0%);
}
@media (max-width: 1024px) {
    .modal-content .ttl {
        font-size: calc(20px + 4 * (100vw - 320px) / 704);
    }
    .modal-content .ttl span {
        font-size: calc(18px + 2 * (100vw - 320px) / 704);
    }
    .modal-content .sub,
    .modal-content .sub span small {
        font-size: calc(18px + 10 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .modal-content .sub span {
        padding: 0 0.2rem;
    }
}
@media (max-width: 390px) {
    .modal-content .sub span small {
        font-size: calc(14px + 5 * (100vw - 320px) / 70);
        letter-spacing: -0.1em;
    }
}
@media (max-width: 380px) {
    .modal-content .sub {
        font-size: calc(14px + 4 * (100vw - 320px) / 60);
    }
}

.modal-content .sns-box {
    position: relative;
    top: 0;
    left: 0;
    margin: 8rem auto 0;
    max-width: 220px;
}
.modal-content ul.sns-list {
    flex-flow: row wrap;
    justify-content: center;
}
.modal-content ul.sns-list li {
    flex: auto;
    padding: 0 1.2rem 0 1.6rem;
}
.modal-content ul.sns-list li::after {
    background-color: #000;
}
.modal-content ul.sns-list li.sns-txt {
    color: #000;
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
}
.modal-content ul.sns-list li.fb a {
    background-image: url(/awards/2024/common/image/icon/icon-facebook-black.svg);
}
.modal-content ul.sns-list li.x a {
    background-image: url(/awards/2024/common/image/icon/icon-x-black.svg);
}
.modal-content ul.sns-list li.line a {
    background-image: url(/awards/2024/common/image/icon/icon-line-black.svg);
}
.modal-content ul.sns-list li.hatena a {
    background-image: url(/awards/2024/common/image/icon/icon-hatena-black.svg);
}
@media (max-width: 960px) {
    .modal-content ul.sns-list li.sns-txt {
        font-size: 1.6rem;
    }
}
@media (max-width: 767px) {
    .modal-content .sns-box {
        margin-top: 4rem;
    }
}

.modal-content .mtg-box {
    text-align: center;
}
.modal-content .mtg-box .sup {
    font-size: 1.3rem;
    color: #808080;
    font-weight: 600;
    margin: 0;
    line-height: 1.8;
}
.modal-content .mtg-box .txt {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.8;
}
@media (max-width: 1024px) {
    .modal-content .mtg-box .sup {
        font-size: calc(12px + 1 * (100vw - 320px) / 704);
    }
    .modal-content .mtg-box .txt {
        font-size: calc(12px + 4 * (100vw - 320px) / 704);
    }
}
@media (max-width: 380px) {
    .modal-content .mtg-box .sup,
    .modal-content .mtg-box .txt {
        font-size: 1.2rem;
    }
}

.modal-content .annotation {
    color: #A1A1A1;
    font-size: 1rem;
    line-height: 1.3;
    margin: 3.2rem 0 0;
    text-align: center;
}

.sp-line-break {
    display: none;
}

@media (max-width: 390px) {
    .sp-line-break {
        display: block;
    }
}

.modal-content ul.link-list,
.modal-content .link-btn {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 1.2rem;
    margin: 0.5rem 0 0;
}
.modal-content .link-btn {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    letter-spacing: 0;
    font-weight: 400;
    color: #666;
}
.modal-content ul.link-list li {
    margin: 0 0.3rem;
}
.modal-content ul.link-list li a,
.modal-content .link-btn {
    height: 24px;
    padding: 0.4rem 0.6rem 0.5rem;
    border: 1px solid #000;
}
.modal-content .link-btn {
    border-color: #666;
    padding-top: 0.5rem;
}
.modal-content ul.link-list li a:hover,
.modal-content .link-btn:hover {
    text-decoration: none;
    background: #F8F7F2;
    transition: 0.5s;
}
.modal-content .link-btn:hover {
    background: #f9f9f9;
}
.modal-content ul.link-list li i,
.modal-content .link-btn i {
    display: inline-block;
    margin-left: 0.7rem;
    width: 5px;
    height: 8px;
    background: url(/awards/2024/common/image/icon/icon-arrow.svg) center center no-repeat;
    background-size: contain;
}
@media (max-width: 767px) {
    .modal-content ul.link-list {
        margin-top: 0.7rem;
    }
}

.modal-content .star-box {
    text-align: center;
    margin: 3rem auto 1rem;
}
.modal-content .star-box .sup {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #808080;
}
.modal-content .star-box .star {
    color: #AD9867;
    font-family: "Cormorant Infant", serif;
    font-weight: 600;
    font-size: 3.2rem;
    margin: -1.5rem 0 0;
}
.modal-content .star-box .star i {
    display: inline-block;
    margin-right: 0.5rem;
    width: 26px;
    height: 28px;
    background: url(/awards/2024/common/image/icon/icon-star.svg) center center no-repeat;
    background-size: contain;
    vertical-align: -7%;
}

.modal-content .review-box {
    display: block;
    position: relative;
    border: 2px solid #AD9867;
    color: #AD9867;
    padding: 3rem 4rem;
    margin: 5.5rem 0 0;
    width: 100%;
}
.modal-content .review-box::after {
    content: "";
    border: solid 1px #AD9867;
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
}
.modal-content .review-box .sub-review {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    font-family: "Zen Old Mincho", serif;
    margin: 0 auto 2rem;
    max-width: 190px;
    position: relative;
}
.modal-content .review-box .sub-review::before,
.modal-content .review-box .sub-review::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #EAE4D7;
}
.modal-content .review-box .sub-review::before {
    left: 0;
}
.modal-content .review-box .sub-review::after {
    right: 0;
}
.modal-content .review-box .txt {
    text-align: justify;
    text-justify: inter-ideograph;
    font-weight: 600;
    font-family: "Zen Old Mincho", serif;
}
.modal-content .review-box .box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    margin: 2rem 0 0;
}
.modal-content .review-box .box .txt-area {
    width: auto;
    border: none;
    font-size: 1rem;
    line-height: 1.6;
    text-align: right;
    margin: 0;
    padding: 0 1rem 0 0;
}
.modal-content .review-box .box .txt-area span {
    display: block;
    text-align: left;
    font-size: 1.4rem;
}
.modal-content .review-box .box .img-area {
    width: 50px;
}
.modal-content .review-box .box .img-area img {
    border-radius: 50%;
    object-fit: cover;
}
@media (max-width: 1024px) {
    .modal-content .review-box .sub-review {
        font-size: calc(22px + 2 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .modal-content .review-box {
        padding: 3rem 2rem;
        margin-top: 4rem;
    }
    .modal-content .review-box .txt {
        font-size: 1.5rem;
        font-weight: 500;
        letter-spacing: -0.05em;
    }
    .modal-content .review-box .sub-review {
        margin-bottom: 1.5rem;
    }
    .modal-content .review-box .box {
        margin-top: 1.5rem;
    }
    .modal-content .review-box .box .txt-area {
        text-align: left;
    }
}

.modal-content ul.btn-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 0 10px;
    margin: 5.5rem auto 0;
}
.modal-content ul.btn-list li {
    flex: 1;
    box-sizing: border-box;
}
.modal-content ul.btn-list.wide {
    gap: 20px 0;
}
.modal-content ul.btn-list.wide li {
    flex: auto;
    width: 100%;
}
.modal-content ul.btn-list .btn {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    height: 48px;
    line-height: 46px;
    /*line-height: 1.5;*/
    padding-top: 0.2rem;
    background: #0EB03A;
    border-radius: 6px;
    border-bottom: 5px solid #0D9E34;
    box-sizing: border-box;
}
/*.modal-content ul.btn-list .btn span {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
}*/
.modal-content ul.btn-list .btn:hover {
    text-decoration: none;
    opacity: 0.85;
    transition: 0.5s;
}
@media (max-width: 767px) {
    .modal-content ul.btn-list {
        margin-top: 4rem;
    }
}

.modal-content .comment-box {
    color: #666;
}
.modal-content .comment-box .sub-comment {
    font-weight: 600;
    font-size: 1.4rem;
    margin: 0 0 2rem;
    letter-spacing: 0.08em;
    position: relative;
}
.modal-content .comment-box  div + .sub-comment {
    margin-top: 6rem;
}
.modal-content .comment-box .txt {
    font-size: 1.2rem;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.8;
    margin: 4rem 0 0;
}
.modal-content .comment-box .box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: 2rem 0 0;
}
.modal-content .comment-box .box .img-area {
    width: auto;
    background: #fff;
    padding: 0.5rem 0.6rem;
    margin-right: 0.8rem;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
}
.modal-content .comment-box .box .txt-area {
    width: auto;
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
}
.modal-content .comment-box .fukidashi-box {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.3rem;
    position: relative;
    display: block;
    margin: 1em 0 0;
    padding: 2rem 2.3rem 1.8rem;
    max-width: 100%;
    background: #fff;
    border-radius: 6px;
}
.modal-content .comment-box .fukidashi-box::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 25px;
    border-style: solid;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #fff;
    translate: -50% -100%;
}
@media (max-width: 767px) {
    .modal-content .comment-box .txt {
        margin-top: 3rem;
    }
    .modal-content .comment-box  div + .sub-comment {
        margin-top: 4rem;
    }
    .modal-content .comment-box .fukidashi-box {
        font-size: 1.2rem;
        padding: 1.6rem 2rem 1.4rem;
    }
}

.modal-content .comment-box dl.spec-list {
    font-size: 1.2rem;
    line-height: 1.6;
    background: #fff;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #F2F2F2;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.modal-content .comment-box dl.spec-list dt {
    margin: 0;
    padding: 0.7rem 0 0.8rem 1rem;
    box-sizing: border-box;
    width: 25%;
}
.modal-content .comment-box dl.spec-list dd {
    margin: 0;
    padding: 0.7rem 1rem 0.8rem 2rem;
    box-sizing: border-box;
    width: 75%;
}
@media (max-width: 767px) {
    .modal-content .comment-box dl.spec-list dt {
        width: 35%;
    }
    .modal-content .comment-box dl.spec-list dd {
        width: 65%;
        padding-left: 1.5rem;
    }
}

/*----- read more -----*/
.read-box {
    position: relative;
}
.read-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    padding: 0.5em 0;
    font-size: 1.3rem;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
}
.read-btn:hover {
    opacity: 0.85;
    transition: 0.5s;
}
.read-btn i {
    display: inline-block;
    margin-left: 0.7em;
    width: 6px;
    height: 10px;
    background: url(/awards/2024/common/image/icon/icon-arrow.svg) center center no-repeat;
    background-size: contain;
    transform: rotate( 90deg );
    vertical-align: -2%;
}
.read-item {
    position: relative;
    overflow: hidden;
    height: 250px;
}
.read-item.bg-w {
    height: 200px;
}
.read-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 80px;
    background: -webkit-linear-gradient(top, rgba(242,242,242,0) 0%, rgba(242,242,242,0.9) 50%, rgba(242,242,242,0.9) 50%, #f2f2f2 100%);
    background: linear-gradient(top, rgba(242,242,242,0) 0%, rgba(242,242,242,0.9) 50%, rgba(242,242,242,0.9) 50%, #f2f2f2 100%);
}
.read-item.bg-w::before {
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.read-item.all-display,
.read-item.bg-w.all-display {
    height: auto;
}
.read-item.all-display::before,
.read-item.bg-w.all-display::before {
    display: none;
}

.read-trigger {
    display: none;
}
.read-trigger:checked + .read-btn {
    display: none;
}
.read-trigger:checked ~ .read-item {
    height: auto;
}
.read-trigger:checked ~ .read-item::before {
    display: none;
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
header {
    width: 100vw;
    height: 89px;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    -webkit-animation: fadeIn 0.8s ease both;
    animation: fadeIn 0.8s ease both;
    z-index: 10000 !important;
}
header.fixed {
    background: #fff !important;
    -webkit-animation: slideIn 0.6s ease both;
    animation: slideIn 0.6s ease both;
}

header .logo {
    width: 136px;
    height: 123px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    background: url(/awards/2024/common/image/logo.png) 0 0 no-repeat;
    background-size: contain;
    -webkit-animation: fadeIn 0.6s ease both;
    animation: fadeIn 0.6s ease both;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
header .logo a {
    display: block;
    overflow: hidden;
    width: 136px;
    height: 123px;
}
header.fixed .logo {
    width: 300px;
    height: 29px;
    top: 31px;
    background: url(/awards/2024/common/image/logo-header.png) 0 0 no-repeat;
    background-size: contain;
}
header.fixed .logo a {
    width: 300px;
    height: 29px;
}
@media (max-width: 1024px) {
    header.fixed .logo {
        width: 200px;
        height: 19px;
        top: 35px;
    }
    header.fixed .logo a {
        width: 200px;
        height: 19px;
    }
}
@media (max-width: 960px) {
    header {
        height: 55px;
    }
    header.fixed {
        height: 55px;
    }
    header.fixed .logo {
        left: 15px;
        top: 16px;
        width: 228px;
        height: 22px;
    }
    header.fixed .logo a {
        width: 228px;
        height: 22px;
    }
}
@media (max-width: 767px) {
    header .logo {
        left: 18px;
        top: 10px;
        width: 100px;
    }
}

/*-------------------------------
 * 3. MAIN VISUAL
 * ----------------------------*/
#main-visual {
    width: 100vw;
    height: 100vh;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    overflow: hidden;
}
@media (max-width: 767px) {
    #main-visual {
        height: 100svh;
    }
}

.main-star {
    width: 356px;
    position: absolute;
    right: -20px;
    bottom: 0;
    z-index: 10;
    -webkit-animation: fadeIn 0.6s ease both;
    animation: fadeIn 0.6s ease both;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.6s;
}
@media (max-width: 1024px) {
    .main-star {
        width: 290px;
    }
}
@media (max-width: 767px) {
    .main-star {
        width: 150px;
        right: -15px;
    }
}

.main-ttl {
    width: 380px;
    height: 380px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    z-index: 10;
    -webkit-animation: fadeIn 0.6s ease both;
    animation: fadeIn 0.6s ease both;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.main-ttl img {
    width: 335px;
    height: auto;
}
.main-ttl .txt {
    display: block;
    font-size: 3.6rem;
    margin-top: 3rem;
    line-height: 1.7;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    letter-spacing: 0.25em;
}
.main-ttl .txt span {
    display: inline-block;
    letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
    .main-ttl img {
        width: 300px;
    }
    .main-ttl .txt {
        font-size: calc(28px + 8 * (100vw - 320px) / 704);
    }
}
@media screen and (orientation:landscape) and (max-width: 932px) {
    .main-ttl {
        top: 20px;
    }
    .main-ttl img {
        width: 270px;
    }
    .main-ttl .txt {
        font-size: 2.8rem;
        margin-top: 2rem;
    }
}
@media (max-width: 767px) {
    .main-ttl {
        width: 340px;
        height: 280px;
    }
    .main-ttl img {
        width: 260px;
    }
    .main-ttl .txt {
        margin-left: 0.7rem;
    }
}
@media (max-width: 380px) {
    .main-ttl img {
        width: calc(240 / 380 * 100vw);
    }
}

/*----- scroll -----*/
.scroll-box {
    position: absolute;
    width: 33px;
    height: 300px;
    bottom: -180px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    -webkit-animation: fadeIn 0.8s ease both;
    animation: fadeIn 0.8s ease both;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    color: #fff;
    text-align: center;
    z-index: 10;
}
.scroll-box .scroll-txt {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
}
.scroll-box .scroll-arrow {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 1rem;
}
.scroll-box .scroll-arrow::before {
    animation: scroll-down 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -webkit-animation: scroll-down 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 280px;
    background: #fff;
    content: ' ';
}
.scroll-box .scroll-arrow span {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 280px;
}
@media (max-width: 1024px) {
    .scroll-box {
        bottom: -200px;
    }
    .scroll-box .scroll-txt {
        font-size: 1.3rem;
    }
}
@media screen and (orientation:landscape) and (max-width: 932px) {
    .scroll-box {
        bottom: -240px;
    }
}
@media (max-width: 767px) {
    .scroll-box {
        height: 230px;
        bottom: -175px;
    }
    .scroll-box .scroll-arrow::before,
    .scroll-box .scroll-arrow span {
        height: 210px;
    }
    .scroll-box .scroll-txt {
        font-size: 1.2rem;
    }
}

@-webkit-keyframes scroll-down {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes scroll-down {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

/*----- Swiperl ---*/
.swiper {
    z-index: 0 !important;
    position: relative;
}
.swiper-slide {
    box-sizing: border-box;
    position: relative;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
  overflow: hidden;
  text-decoration: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 0.8;
    transition: 0.5s;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
  overflow: hidden;
  text-decoration: none;
}

/*----- Swiper TOP main visual ---*/
.swiper-main {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 10;
    background: #000;
    overflow: hidden;
    -webkit-animation: fadeIn 0.8s ease both;
    animation: fadeIn 0.8s ease both;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.swiper-main .slide-img img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100vh;
}
.swiper-main .swiper-slide-active .slide-img,
.swiper-main .swiper-slide-duplicate-active .slide-img,
.swiper-main .swiper-slide-prev .slide-img {
    -webkit-animation: zoom-in 10s linear 0s 1 normal both;
    animation: zoom-in 10s linear 0s 1 normal both;
}

.swiper-main .swiper-horizontal>.swiper-pagination-bullets,
.swiper-main .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-main .swiper-pagination-custom,
.swiper-main .swiper-pagination-fraction {
    bottom: -6%;
}
.swiper-main .swiper-pagination-fraction {
    color: #fff;
    font-family: "Cormorant Infant", serif;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: 0.07em;
}

.swiper-main .swiper-btn {
    width: 95px;
    height: 22px;
    background: #000;
    color: #fff;
    border-radius: 40px;
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 100;
}
@media (max-width: 1024px) {
    .swiper-main .swiper-btn {
        left: 30px;
        bottom: 50px;
    }
}
@media (max-width: 767px) {
    .swiper-main .swiper-btn {
        left: 18px;
        bottom: 18px;
    }
}

.swiper-main .swiper-button-prev,
.swiper-main .swiper-button-next {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 15px;
    height: 22px;
    background-size: 13px 6px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    z-index: 200;
}
.swiper-main .swiper-button-prev {
    background-image: url(/awards/2024/common/image/icon/icon-prev.svg) !important;
    left: 7px;
}
.swiper-main .swiper-button-next {
    background-image: url(/awards/2024/common/image/icon/icon-next.svg) !important;
    right: 7px;
}

.swiper-main .slide-txt {
    position: absolute;
    bottom: 45px;
    left: 150px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
}
@media (max-width: 1024px) {
    .swiper-main .slide-txt {
        left: 30px;
        bottom: 26px;
    }
}
@media (max-width: 767px) {
    .swiper-main,
    .swiper-main .slide-img img {
        height: 100svh;
    }
    .swiper-main .slide-txt {
        display: none;
    }
}

@-webkit-keyframes zoom-in {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/*----- Swiper MODAL ---*/
.swiper-modal,
.modal-main-slide-none {
    width: 100%;
    height: 380px;
    position: relative;
    z-index: 10;
    background: #fff;
    overflow: hidden;
}
.swiper-modal .swiper-wrapper {
    position: relative;
    z-index: -1;
}
.swiper-modal .slide-img img,
.modal-main-slide-none img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 380px;
}
.swiper-modal .swiper-pagination-bullet {
    background-color: #ccc;
    height: 8px;
    width: 8px;
    margin: 0 0.8rem 0 0 !important;
    opacity: 1;
    text-align: left !important;
}
.swiper-modal .swiper-pagination-bullet-active {
    background-color: #1EC044;
}
.swiper-modal .swiper-pagination-fraction,
.swiper-modal .swiper-pagination-custom,
.swiper-modal .swiper-horizontal > .swiper-pagination-bullets,
.swiper-modal .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 7px;
    left: 20px;
    width: auto;
}
@media (max-width: 960px) {
    .swiper-modal .swiper-pagination-bullet {
        height: 7px;
        width: 7px;
    }
}
@media (max-width: 767px) {
    .swiper-modal,
    .swiper-modal .slide-img img,
    .modal-main-slide-none,
    .modal-main-slide-none img {
        height: 100%;
    }
}

.swiper-modal .swiper-btn {
    width: 55px;
    height: 20px;
    background: #fff;
    color: #fff;
    border-radius: 40px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1000;
}

.swiper-modal .swiper-button-prev,
.swiper-modal .swiper-button-next {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 15px;
    height: 20px;
    background-size: 13px 6px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    z-index: 2000;
}
.swiper-modal .swiper-button-prev {
    background-image: url(/awards/2024/common/image/icon/icon-prev-black.svg) !important;
    left: 6px;
}
.swiper-modal .swiper-button-next {
    background-image: url(/awards/2024/common/image/icon/icon-next-black.svg) !important;
    right: 6px;
}

/*-------------------------------
 * 4. NAV
 * ----------------------------*/
/* 4.1. Main Nav (pc)
 * ------------------------------*/
#main-nav {
    width: 950px;
    height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 25px;
    right: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    -webkit-animation: fadeIn 0.6s ease both;
    animation: fadeIn 0.6s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    color: #fff;
}
header.fixed #main-nav {
    color: #000;
}

#main-nav ul.nav-menu {
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    position: absolute;
    right: 320px;
}
#main-nav ul.nav-menu li {
    text-align: center;
    font-size: 1.4rem;
    box-sizing: border-box;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
}
#main-nav ul.nav-menu li a {
    display: block;
    overflow: visible;
    color: #fff;
    height: 40px;
    line-height: 37px;
    position: relative;
    padding-right: calc(30 / 1280 * 100vw);
    padding-left: calc(30 / 1280 * 100vw);
    box-sizing: border-box;
    z-index: 10030 !important;
}
#main-nav ul.nav-menu li a:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.75;
    transition: 0.5s;
}
header.fixed #main-nav ul.nav-menu li a,
header.fixed #main-nav ul.nav-menu li a:hover {
    color: #000;
}
@media (min-width: 1280px) {
    #main-nav ul.nav-menu li a {
        padding: 0 3rem;
    }
}
@media (max-width: 1024px) {
    #main-nav ul.nav-menu {
        right: 260px;
    }
    #main-nav ul.nav-menu li {
        font-size: 1.4rem;
    }
    #main-nav ul.nav-menu li a {
        padding: 0 2rem;
    }
}
@media (max-width: 960px) {
    #main-nav {
        display: none !important;
    }
}

/*----- SNS list -----*/
.sns-box {
    position: absolute;
    top: 8px;
    right: 0;
}
@media (max-width: 1024px) {
    .sns-box {
        top: 10px;
    }
}

ul.sns-list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
ul.sns-list li {
    flex: 1;
    position: relative;
    padding: 0 2rem;
}
ul.sns-list li.sns-txt {
    font-family: "Cormorant Infant", serif;
    font-weight: 700;
    font-size: 1.6rem;
    padding: 0;
    line-height: 1.3;
}
header.fixed ul.sns-list li.sns-txt {
    color: #000;
}
ul.sns-list li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #fff;
}
header.fixed ul.sns-list li::after {
    background-color: #000;
}
ul.sns-list li.sns-txt::after,
ul.sns-list li:last-of-type::after {
    display: none;
}
ul.sns-list li a {
    display: block;
    width: 18px;
    height: 18px;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}
ul.sns-list li.fb a {
    background-image: url(/awards/2024/common/image/icon/icon-facebook.svg);
}
ul.sns-list li.x a {
    background-image: url(/awards/2024/common/image/icon/icon-x.svg);
}
ul.sns-list li.line a {
    background-image: url(/awards/2024/common/image/icon/icon-line.svg);
}
ul.sns-list li.hatena a {
    background-image: url(/awards/2024/common/image/icon/icon-hatena.svg);
}
header.fixed ul.sns-list li.fb a {
    background-image: url(/awards/2024/common/image/icon/icon-facebook-black.svg);
}
header.fixed ul.sns-list li.x a {
    background-image: url(/awards/2024/common/image/icon/icon-x-black.svg);
}
header.fixed ul.sns-list li.line a {
    background-image: url(/awards/2024/common/image/icon/icon-line-black.svg);
}
header.fixed ul.sns-list li.hatena a {
    background-image: url(/awards/2024/common/image/icon/icon-hatena-black.svg);
}
ul.sns-list li a:hover {
    opacity: 0.75;
    transition: 0.5s;
}
@media (max-width: 1024px) {
    ul.sns-list li {
        padding: 0 1.5rem;
    }
    ul.sns-list li a {
        width: 17px;
        height: 17px;
    }
    ul.sns-list li.sns-txt {
        font-size: 1.5rem;
    }
}

/* 4.2. Main Nav (sp)
 * ------------------------------*/
#main-nav-sp {
    display: none;
}
@media (max-width: 960px) {
    #main-nav-sp {
        display: block;
        background: #fff;
        position: relative;
        z-index: 2000 !important;
    }
    #g-nav {
        position: fixed;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        background: #fff;
        transition: 0.5s;
        visibility: hidden;
        opacity: 0;
        z-index: 0;
    }
    #g-nav.panelactive {
	    opacity: 1;
	    z-index: 999;
	    transition: 0.5s;
	    visibility: visible;
    }
    #g-nav ul.nav-menu {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-top: -12rem;
    }
    #g-nav ul.nav-menu li {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        opacity: 0;
        font-family: "Zen Old Mincho", serif;
        font-weight: 600;
        font-size: 2rem;
    }
    #g-nav ul.nav-menu li:first-of-type {
        font-family: "Cormorant Infant", serif;
        font-weight: 600;
        font-size: 2.2rem;
    }
    #g-nav ul.nav-menu li a {
        display: block;
        height: 90px;
        line-height: 90px;
        color: #000;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    #g-nav ul.nav-menu li a:hover {
        text-decoration: none;
        color: #000;
    }
    #g-nav ul.nav-menu li {
        opacity: 1;
    }
    #g-nav ul.nav-menu li:nth-child(1) {
        -webkit-transition: opacity 1s ease .5s;
        transition: opacity 1s ease .5s;
    }
    #g-nav ul.nav-menu li:nth-child(2) {
        -webkit-transition: opacity 1s ease .6s;
        transition: opacity 1s ease .6s;
    }
    #g-nav ul.nav-menu li:nth-child(3) {
        -webkit-transition: opacity 1s ease .7s;
        transition: opacity 1s ease .7s;
    }
    #g-nav ul.nav-menu li:nth-child(4) {
        -webkit-transition: opacity 1s ease .8s;
        transition: opacity 1s ease .8s;
    }
    #g-nav ul.nav-menu li:nth-child(5) {
        -webkit-transition: opacity 1s ease .9s;
        transition: opacity 1s ease .9s;
    }
    /* --------- sns */
    #g-nav .sns-box {
        position: relative;
        top: 0;
        left: 0;
        margin: 3rem auto 0;
        max-width: 220px;
    }
    #g-nav ul.sns-list {
        flex-flow: row wrap;
         justify-content: center;
    }
    #g-nav ul.sns-list li {
        flex: auto;
        padding: 0 1.2rem 0 1.6rem;
    }
    #g-nav ul.sns-list li::after {
        background-color: #000;
    }
    #g-nav ul.sns-list li.sns-txt {
        color: #000;
        width: 100%;
        text-align: center;
        margin-bottom: 1.5rem;
        font-size: 2.4rem;
    }
    ul.sns-list li a {
        width: 20px;
        height: 20px;
    }
    #g-nav ul.sns-list li.fb a {
        background-image: url(/awards/2024/common/image/icon/icon-facebook-black.svg);
    }
    #g-nav ul.sns-list li.x a {
        background-image: url(/awards/2024/common/image/icon/icon-x-black.svg);
    }
    #g-nav ul.sns-list li.line a {
        background-image: url(/awards/2024/common/image/icon/icon-line-black.svg);
    }
    ul.sns-list li.hatena a {
        background-image: url(/awards/2024/common/image/icon/icon-hatena-black.svg);
    }
    /* --------- menu-btn */
    .menu-btn {
        position: fixed;
        width: 25px;
        height: 30px;
        top: 23px;
        right: 18px;
        text-align: center;
        cursor: pointer;
        z-index: 9999;
        margin: 0;
    }
    .menu-btn span {
        display: block;
        width: 25px;
        height: 1px;
        top: 0;
        right: 0;
        margin: 0;
        position: absolute;
        box-sizing: border-box;
        overflow: hidden;
        background: #fff;
        -webkit-animation: slideTextFade .8s ease 0s 1 normal;
        animation: slideTextFade .8s ease 0s 1 normal;
    }
    header.fixed .menu-btn span {
        background: #000;
    }
    .menu-btn span:nth-of-type(1) {
        top: 0;
    }
    .menu-btn span:nth-of-type(2) {
        width: 16px;
        top: 8px;
    }
    .menu-btn.active {
        top: 18px;
        right: 12px;
    }
    .menu-btn.active span {
        background: #000;
    }
    .menu-btn.active span:nth-of-type(1) {
        width: 32px;
        transform: rotate(45deg);
        top: 10px;
    }
    .menu-btn.active span:nth-of-type(2) {
        width: 32px;
        transform: rotate(-45deg);
        top: 10px;
    }
    /* --------- star */
    .menu-star {
        width: 290px;
        position: fixed;
        bottom: 0;
        right: -20px;
        z-index: 999;
    }
    header.fixed .menu-star {
        top: calc(100dvh - 280px);
    }
}
@media screen and (orientation:landscape) and (max-width: 932px) {
    #g-nav ul.nav-menu li a {
        height: 55px;
        line-height: 55px;
    }
    #g-nav .sns-box {
        position: absolute;
        top: 60vh;
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    #g-nav ul.nav-menu li a {
        height: 55px;
        line-height: 55px;
    }
}
@media (max-width: 767px) {
    #g-nav ul.nav-menu li {
        font-size: 1.6rem;
    }
    #g-nav ul.nav-menu li:first-of-type {
        font-size: 1.8rem;
    }
    #g-nav ul.nav-menu li a {
        height: 50px;
        line-height: 50px;
    }
    #g-nav .sns-box {
        margin-top: 2rem;
    }
    #g-nav ul.sns-list li.sns-txt {
        font-size: 1.6rem;
    }
    .menu-star {
        width: 150px;
        right: -15px;
    }
    header.fixed .menu-star {
        top: calc(100dvh - 145px);
    }
}
@media (max-width: 480px) {
    #g-nav ul.nav-menu li a {
        height: 65px;
        line-height: 65px;
    }
}
@media (max-width: 380px) {
    #g-nav ul.nav-menu li a {
        height: 55px;
        line-height: 55px;
    }
}

/*-------------------------------
 * 5. CONTENTS
 * ----------------------------*/
main {
    margin: 0;
    padding: 0;
}

#contents {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 10;
}

.wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 0;
}
.wrap::after {
    content: "";
    display: block;
    clear: both;
}
.inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 0;
}
@media (max-width: 1280px) {
    .inner {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}
@media (max-width: 767px) {
    .inner {
        max-width: 100% !important;
    }
}
@media (max-width: 480px) {
    .inner {
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }
}

section {
    margin: 18rem 0 0;
    padding: 0;
}
@media (max-width: 767px) {
    section {
       margin-top: 12rem;
    }
}

/* 5.1 Infinite Slider
 * ------------------------------*/
/*----- Info slider -----*/
.info-slider-box {
    margin: 20rem 0 0;
}
.info-slider-box .info-slider,
.info-slider-box .info-slider-rtl {
    margin: 0 0 5rem;
}
.info-slider-box .info-slider li,
.info-slider-box .info-slider-rtl li {
    margin: 0 1rem;
    padding: 0;
    transition: none;
}
.info-slider-box .info-slider li img,
.info-slider-box .info-slider-rtl li img {
    width: auto;
    height: calc(100 / 1280 * 100vw);
    backface-visibility: hidden;
}
@media (max-width: 991px) {
    .info-slider-box {
        margin-top: 14rem;
    }
    .info-slider-box .info-slider li img,
    .info-slider-box .info-slider-rtl li img {
        height: calc(120 / 991 * 100vw);
    }
}
@media (max-width: 767px) {
    .info-slider-box .info-slider,
    .info-slider-box .info-slider-rtl {
        margin-bottom: 3rem;
    }
    .info-slider-box .info-slider li img,
    .info-slider-box .info-slider-rtl li img {
        height: 70px;
    }
}

/*----- footer slider -----*/
.footer-slider-box {
    margin: 0;
    background: #F8F7F2;
    padding-bottom: 18rem;
}
.footer-slider-box .footer-slider {
    margin: 0;
}
.footer-slider-box .footer-slider li {
    margin: 0 3rem;
    padding: 0;
}
.footer-slider-box .footer-slider li img {
    backface-visibility: hidden;
}
.footer-slider-box .footer-slider li:nth-of-type(odd) {
    padding-bottom: calc(100 / 1280 * 100vw);
}
.footer-slider-box .footer-slider li:nth-of-type(even) {
    padding-top: calc(100 / 1280 * 100vw);
}
@media (max-width: 1024px) {
    .footer-slider-box .footer-slider li {
        margin: 0 2rem;
    }
}
@media (max-width: 991px) {
    .footer-slider-box {
        padding-bottom: 10rem;
    }
    .footer-slider-box .footer-slider li:nth-of-type(odd) {
        padding-bottom: calc(120 / 991 * 100vw);
    }
    .footer-slider-box .footer-slider li:nth-of-type(even) {
        padding-top: calc(120 / 991 * 100vw);
    }
}
@media (max-width: 767px) {
    .footer-slider-box .footer-slider li {
        margin: 0 1.7rem;
    }
}
@media (max-width: 480px) {
    .footer-slider-box .footer-slider li:nth-of-type(odd) {
        padding-bottom: calc(120 / 480 * 100vw);
    }
    .footer-slider-box .footer-slider li:nth-of-type(even) {
        padding-top: calc(120 / 480 * 100vw);
    }
}

/* 5.2 Info
 * ------------------------------*/
.info-wrap {
    padding-top: calc(100vh + 220px);
    padding-bottom: 18rem;
    margin: 0;
    background-image: linear-gradient(to bottom, rgba(102, 102, 102, 1), rgba(0, 0, 0, 1));
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 0;
}
@media (max-width: 767px) {
    .info-wrap {
        padding-top: calc(100svh + 210px);
        padding-bottom: 10rem;
    }
}

.info-wrap .ttl {
    font-size: 3.2rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    margin: 0 0 2rem;
}
.info-wrap .sub {
    font-size: 2.4rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    margin: 8rem 0 2.5rem;
}
.info-wrap .txt {
    line-height: 2.2;
    font-weight: 300 !important;
}
@media (max-width: 1024px) {
    .info-wrap .ttl {
        font-size: calc(28px + 4 * (100vw - 320px) / 704);
    }
    .info-wrap .sub {
        font-size: calc(20px + 4 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .info-wrap .txt {
        font-size: 1.4rem;
    }
}
@media (max-width: 767px) {
    .info-wrap .sub {
        line-height: 1.8;
    }
}
@media (max-width: 360px) {
    .info-wrap .txt {
        font-size: 1.3rem;
    }
}

/* 5.3 Genre
 * ------------------------------*/
.genre-wrap {
    margin-top: 0;
    padding-top: 23rem;
}
@media (max-width: 960px) {
    .genre-wrap {
        padding-top: 15rem;
    }
}
@media (max-width: 767px) {
    .genre-wrap {
        padding-top: 8rem;
    }
}

.genre-box {
    max-width: 850px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 1.5rem;
    background: #BDAC85;
    position: relative;
}
.genre-box .ttl {
    text-align: center;
    font-size: 1.8rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0.7rem 0;
    margin: 0 1.3rem;
    background: #BDAC85;
}
@media (max-width: 1024px) {
    .genre-box .ttl {
        font-size: calc(16px + 2 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .genre-box {
        top: 50px;
        margin-bottom: 23rem;
    }
}
@media (max-width: 767px) {
    .genre-box {
        margin-bottom: 16rem;
        padding-top: 1.2rem;
    }
    .genre-box .ttl {
        padding: 0.5rem 0;
        margin: 0 1rem;
    }
}

ul.genre-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    padding: 0.5rem 0;
}
ul.genre-list li {
    width: calc(100% / 3 );
    position: relative;
    box-sizing: border-box;
    border-right: 1px dashed #000;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 1rem 0;
}
ul.genre-list li img {
    width: 90px;
    height: auto;
}
ul.genre-list li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 93%;
    height: 1px;
    border-top: 1px dashed #000;
}
ul.genre-list li:nth-of-type(3n) {
    border-right: none;
}
ul.genre-list li:nth-of-type(7)::after,
ul.genre-list li:nth-of-type(8)::after,
ul.genre-list li:nth-of-type(9)::after {
    border-top: none;
}
@media (max-width: 767px) {
    ul.genre-list li {
        padding: 0.5rem 0 0.7rem 1rem;
    }
    ul.genre-list li::after {
        width: 90%;
    }
}

ul.genre-list li a {
    width: 100%;
    color: #000;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 0.7rem 1rem 0.7rem 0;
    box-sizing: border-box;
}
ul.genre-list li a .img-area {
    width: 48%;
}
ul.genre-list li a .txt-area {
    width: 52%;
}
ul.genre-list li a:hover {
    text-decoration: none;
    transition: 0.5s;
    opacity: 0.75;
    background: #BDAC85;
}
ul.genre-list li a:hover .txt-area {
    color: #008C22;
    opacity: 1;
    transition: 0.2s;
}
@media (max-width: 767px) {
    ul.genre-list li a .img-area {
        width: 100%;
        padding-bottom: 2rem;
    }
    ul.genre-list li a .txt-area {
        width: 100%;
        text-align: center;
    }
}

ul.genre-list li .sub {
    font-family: "Cormorant Infant", serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.1;
    margin: 0;
}
ul.genre-list li .subsub {
    font-size: 1.3rem;
    margin: 0.7rem 0 0.1rem;
}
ul.genre-list li .txt {
    font-size: 1.4rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    color: #f8f7f2;
    margin: 0;
}
ul.genre-list li a:hover .txt {
    color: #008C22;
    opacity: 1;
    transition: 0.2s;
}
@media (max-width: 1024px) {
    ul.genre-list li .sub {
        font-size: calc(14px + 6 * (100vw - 320px) / 704);
    }
    ul.genre-list li .subsub {
        font-size: calc(11px + 2 * (100vw - 320px) / 704);
    }
    ul.genre-list li .txt {
        font-size: calc(12px + 2 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    ul.genre-list li .subsub {
        margin-top: 0.5rem;
    }
    ul.genre-list li .txt {
        display: none;
    }
}

/* 5.4 Item
 * ------------------------------*/
.item-wrap {
    position: relative;
}
@media (max-width: 960px) {
    .item-wrap .inner {
        padding-right: 0;
    }
}

.item-box {
    position: relative;
    margin: 18rem 0;
}
@media (max-width: 960px) {
    .item-box {
       margin-bottom: 22rem;
    }
}
@media (max-width: 767px) {
    .item-box {
       margin: 12rem 0 14rem;
    }
}

.item-box .num {
    position: absolute;
    top: 30px;
    right: 0;
    font-family: "Cormorant Infant", serif;
    font-weight: 500;
    font-size: 5.2rem;
    color: #AD9867;
}
.item-box .num span {
    display: inline-block;
    font-size: 2.7rem;
    margin-left: 0.3rem;
}
@media (max-width: 1024px) {
    .item-box .num {
        font-size: calc(32px + 20 * (100vw - 320px) / 704);
    }
    .item-box .num span {
        font-size: calc(16px + 11 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .item-box .num {
       right: 50px;
    }
}
@media (max-width: 480px) {
    .item-box .num {
       right: 18px;
    }
    .item-box .num span {
        margin-left: 0.1rem;
    }
}

ul.item-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: 0 auto;
    gap: 60px 60px;
}
ul.item-list.item-sp {
    display: none;
}
ul.item-list li {
    width: calc(100% / 4 - 45px );
    position: relative;
    box-sizing: border-box;
}
ul.item-list li a {
    color: #000;
}
ul.item-list li a:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.5s;
}
ul.item-list li .sub {
    margin: 2.5rem 0 0.6rem;
    font-size: 1.3rem;
    font-weight: 600;
}
ul.item-list li .subsub {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 1.88rem;
    line-height: 1.7;
}
@media (max-width: 1280px) {
    ul.item-list {
        gap: 50px 50px;
    }
    ul.item-list li {
        width: calc(100% / 4 - 38px );
    }
}
@media (max-width: 960px) {
    ul.item-list.item-pc {
        display: none;
    }
    ul.item-list.item-sp {
        display: block;
    }
    ul.item-list {
        gap: 0;
    }
    ul.item-list li {
        width: 100%;
    }
    ul.item-list > li:not(:first-child) {
        display: none;
    }
    ul.item-list .slick-list {
        padding: 0 16% 0 0 !important;
    }
    ul.item-list .slick-slide {
        margin-right: 5rem;
    }
    ul.item-list .slick-dots {
        bottom: -60px !important;
        left: -15px !important;
    }
    ul.item-list .slick-dots li {
        width: 6px !important;
    }
    ul.item-list .slick-dots li button::before {
        font-size: 9px !important;
        color: #ccc !important;
        opacity: 1;
    }
    ul.item-list .slick-dots li button:hover::before,
    ul.item-list .slick-dots .slick-active button::before {
        color: #1EC044 !important;
    }
}
@media (max-width: 480px) {
    ul.item-list .slick-slide {
        margin-right: 1.8rem;
    }
    ul.item-list li .subsub {
        font-size: 2rem;
    }
}
@media (max-width: 380px) {
    ul.item-list li .subsub {
        font-size: calc(17px + 2 * (100vw - 320px) / 60);
    }
}

ul.item-list li .more {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 1.3rem;
    margin: 1.5rem 0 0;
}
ul.item-list li .more i {
    display: inline-block;
    width: 52px;
    height: 9px;
    background: url(/awards/2024/common/image/icon/icon-more.svg)0 0 no-repeat;
    background-size: contain;
    margin-left: 0.5rem;
    vertical-align: 7%;
}

ul.item-list .imagearea {
    height: 245px;
    overflow: hidden;
}
ul.item-list.imagearea-content > img {
    width: auto;
    height: 245px;
    object-fit: cover;
    overflow: hidden;
}
@media (max-width: 1199px) {
    ul.item-list .imagearea,
    ul.item-list.imagearea-content > img {
        height: 220px;
    }
}
@media (max-width: 1024px) {
    ul.item-list .imagearea,
    ul.item-list.imagearea-content > img {
        height: 190px;
    }
}
@media (max-width: 960px) {
    ul.item-list .imagearea,
    ul.item-list.imagearea-content > img {
        height: calc(600 / 960 * 100vw);
    }
}
@media (max-width: 480px) {
    ul.item-list .imagearea,
    ul.item-list.imagearea-content > img {
        height: calc(360 / 480 * 100vw);
    }
}

a:hover .imagearea-content > img {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.imagearea {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.imagearea:before {
    content: "";
    display: block;
    padding-top: 66.667%;
}
.imagearea-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: flex-start;
}
.imagearea-content > img {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transition: transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
    overflow: hidden !important;
}

/* 5.5 Review
 * ------------------------------*/
.review-wrap {
    padding: 13rem 0;
    margin: 0;
    background: url(/awards/2024/common/image/bg-review.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}
.review-wrap .inner {
    max-width: 920px;
}
@media (max-width: 767px) {
    .review-wrap {
        padding: 8rem 0;
    }
}

.review-wrap .ttl {
    text-align: center;
    font-size: 3.2rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    margin: 0 0 10rem;
    line-height: 1.4;
}
.review-wrap .sub {
    text-align: center;
    font-size: 2rem;
    font-family: "Cormorant Infant", serif;
    font-weight: 600;
    color: #AD9867;
    margin: 0 0 1rem;
}
@media (max-width: 767px) {
    .review-wrap .ttl {
        margin-bottom: 6rem;
    }
}

.review-wrap .txt-link {
    margin: 1rem 0 0;
    font-size: 1.2rem;
}
.review-wrap .txt-link a {
    color: #666;
}
.review-wrap .txt-link a:hover {
    color: #888;
    transition: 0.5s;
}

.review-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}
.review-box .img-area {
    width: 33%;
    box-sizing: border-box;
}
.review-box .txt-area {
    width: 60%;
    box-sizing: border-box;
    border-top: 1px solid #5F5950;
    border-bottom: 1px solid #5F5950;
}
.review-box .txt-area div {
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.review-box .txt {
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (max-width: 960px) {
    .review-box {
        width: 90%;
        margin: 0 auto;
    }
    .review-box .img-area,
    .review-box .txt-area {
        width: 100%;
    }
    .review-box .txt-area {
        margin-top: 4.5rem;
        padding: 1.2rem 0;
    }
}

dl.review-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    margin: 6rem 0 0;
    padding: 0;
}
dl.review-list dt {
    width: 20%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
dl.review-list dt span {
    display: block;
    font-size: 1.2rem;
    line-height: 1.8;
}
dl.review-list dd {
    width: 77%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.2rem;
    line-height: 1.8;
}
@media (max-width: 960px) {
    dl.review-list {
        width: 90%;
        margin: 4rem auto 0;
    }
    dl.review-list dt,
    dl.review-list dd {
        width: 100%;
    }
    dl.review-list dt {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
}

/* 5.6 About
 * ------------------------------*/
.about-wrap {
    padding: 13rem 0;
    margin: 0.1rem 0 0;
    background: #F8F7F2;
}
.about-wrap .inner {
    max-width: 920px;
}
@media (max-width: 767px) {
    .about-wrap {
        padding: 8rem 0;
    }
}

.about-wrap .ttl {
    text-align: center;
    font-size: 3.2rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    margin: 0 0 8rem;
    line-height: 1.4;
}
.about-wrap .sub {
    text-align: center;
    font-size: 2rem;
    font-family: "Cormorant Infant", serif;
    font-weight: 600;
    color: #AD9867;
    margin: 0 0 1rem;
}
.about-wrap .subsub {
    font-size: 1.8rem;
    margin: 0 0 1rem;
    text-align: center;
    font-weight: 600;
    line-height: 2;
}
.about-wrap .sup {
    display: inline-block;
    font-size: 1em;
	vertical-align: top;
}
@media (max-width: 1024px) {
    .iabout-wrap .ttl {
        font-size: calc(30px + 2 * (100vw - 320px) / 704);
    }
    .about-wrap .subsub {
        font-size: calc(16px + 2 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .about-wrap .ttl {
        margin-bottom: 5rem;
    }
    .about-wrap .subsub {
        line-height: 1.8;
    }
}

.about-wrap .txt-link {
    margin: 1rem 0 0;
    font-size: 1.2rem;
    text-align: center;
}
.about-wrap .txt-link a {
    color: #AD9867;
}
.about-wrap .txt-link a:hover {
    color: #AD9867;
    opacity: 0.8;
    transition: 0.5s;
}

.about-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    margin: 4rem 0 7rem;
}
.about-box .img-area {
    width: 50%;
    box-sizing: border-box;
    background: #F4F3EB;
}
.about-box .img-area .logo {
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.about-box .img-area .logo img {
    width: auto;
    height: 260px;
}
.about-box .txt-area {
    width: 50%;
    box-sizing: border-box;
    background: #fff;
    padding: 2rem;
}
@media (max-width: 960px) {
    .about-box {
        margin: 4rem auto 0;
    }
    .about-box .img-area {
        width: 100%;
        padding: 6rem;
    }
    .about-box .txt-area {
        width: 100%;
    }
    .about-box .img-area .logo img {
        height: auto;
    }
}
@media (max-width: 767px) {
    .about-box .txt-area {
        padding: 2rem 1.5rem 1.5rem;
    }
}

.about-box .gbox {
    background: #F6F6F6;
    box-sizing: border-box;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    line-height: 1.7;
    color: #808080;
}
.about-box .gbox a {
    display: block;
    color: #808080;
    margin-top: -0.3rem;
}
.about-box .gbox a:hover {
    color: #808080;
}
@media (max-width: 767px) {
    .about-box .gbox {
        padding: 1rem;
        margin-top: 1.7rem;
    }
}

.about-list {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 40px;
    border-top: 1px solid #E9E4D8;
    padding-top: 4rem;
}
.about-list .col {
    width: calc(100% / 3 - 27px );
}
.about-list .sub-txt {
    color: #AD9867;
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
    font-weight: 600;
}
.about-list .txt {
    font-size: 1.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (max-width: 1024px) {
    .about-list .sub-txt {
        font-size: calc(14px + 2 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .about-list {
        gap: 20px 0;
        margin-top: 5rem;
        padding-top: 4rem;
    }
    .about-list .col {
        width: 100%;
    }
}

/*-------------------------------
 * 6. FOOTER
 * ----------------------------*/
footer {
    margin: 0;
    padding: 8.5rem 0 2.5rem;
    background: #000;
    color: #767676;
    text-align: center;
}
footer a,
footer a:hover {
    color: #767676;
}
@media (max-width: 767px) {
    footer {
        padding-top: 5.5rem;
    }
}

footer .logo-area {
    max-width: 300px;
    margin: 0 auto;
    color: #fff;
}
footer .logo-area img {
    max-width: 220px;
    height: auto;
}
footer .logo-area .txt {
    display: block;
    font-size: 2rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin-top: 1rem;
}
footer .logo-area .txt span {
    display: inline-block;
    letter-spacing: 0.08em;
}
footer .copyright {
    font-size: 1.1rem;
}
footer ul.f-list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    text-align: center;
    margin: 6.5rem auto 2rem;
}
footer ul.f-list li {
    font-size: 1.2rem;
}
footer ul.f-list li::after {
    content: "|";
    padding: 0 2rem;
}
footer ul.f-list li:last-of-type::after {
    display: none;
}
@media (max-width: 1024px) {
    footer .logo-area .txt {
        font-size: calc(16px + 4 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    footer .logo-area img {
        max-width: 170px;
    }
    footer ul.f-list {
        flex-flow: row wrap;
        margin-top: 4.5rem;
    }
    footer ul.f-list li::after {
        padding: 0 1rem;
    }
    footer .copyright {
        font-size: 1rem;
    }
}

/*-------------------------------
 * 7. INTERACTIONS
 * ----------------------------*/
.opacity:hover {
    opacity: 0.8;
    transition: 0.5s;
}

.blur-anime {
    transition: all 0.5s;
    filter: blur(8px);
}
.blur-anime.scrollin {
      filter: blur(0);
    }
}

/*--------- keyframes --------- */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes slideTextFade {
    0%, 25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slideTextFade {
    0%, 25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
