/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20240523
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    padding: 0;
    margin: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 25px;
}

@media only screen and (width >= 768px) {
    html {
        scroll-padding-top: 80px;
    }
}

body {
    line-height: 1;
}

body.d_flex,
body.d_flexh {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

body.d_flexh {
    height: 100vh;
}

a:focus-visible {
    outline: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.pc-none {
    display: block;
}

.sp-none {
    display: none;
}

.pc-only {
    display: none;
}

.sp-only {
    display: flex;
}

@media only screen and (width >= 768px) {
    .sp-none {
        display: block;
    }

    .sp-only {
        display: none;
    }

    .pc-none {
        display: none;
    }

    .pc-only {
        display: flex;
    }
}
@media only screen and (width >= 992px) {
    .md-only {
        display: none;
    }
}

.container {
    max-width: 100%;
    padding: 0 27px;
    margin: 0 auto;
}


@media only screen and (width >= 768px) {
    .container {
        max-width: 1000px;
        padding: 0 15px;
    }

    .bg-white {
        max-width: 1050px;
        margin: 0 auto;
        background: #fff;
    }
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}

@media only screen and (width >= 768px) {
    body {
        font-size: 20px;
    }
}

a {
    text-decoration: none;
}

section {
    padding: 25px 0;
}

@media only screen and (width >= 768px) {
    section {
        padding: 50px 0;
    }
}

.main_bg::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(/aoki_23/asset/images/main_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.heading_prim {
    align-content: center;
    max-width: 320px;
    height: 38px;
    padding: 5px 35px;
    padding-right: 30px;
    margin: 0 auto;
    font-family: adobe-myungjo-std, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 0.6;
    color: white;
    background-image: url(/aoki_23/asset/images/heading_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.heading_prim .-sm {
    margin-left: 20px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
}

@media only screen and (width >= 552px) {
    .heading_prim {
        max-width: 100%;
        padding: 10px 50px;
    }
}
@media only screen and (width >= 768px) {
    .heading_prim {
        max-width: 100%;
        height: 60px;
        font-size: 50px;
        background-image: url(/aoki_23/asset/images/heading.png);
    }

    .heading_prim .-sm {
        font-size: 20px;
    }
}

.heading_sec {
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 27px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    color: #2E4FB5;
}

.heading_sec::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #2E4FB5;
}

@media only screen and (width >= 768px) {
    .heading_sec {
        padding-bottom: 0;
        font-size: 30px;
    }

    .heading_sec::after {
        top: 50%;
        left: unset;
        height: 5px;
        margin-left: 10px;
    }
}

.hero {
    /* height: 100vw; */
    height: 57vw;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(/aoki_23/asset/images/hero_pc.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    border: none;
}

.hero_desc {
    margin-top: 25px;
    margin-bottom: 93px;
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.hero_desc img {
    margin: 0 auto;
}

.toggle-menu {
    position: relative;
}

.menu-btn {
    position: absolute;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    width: 45px;
    height: 45px;
    content: '';
    background-color: #000;
}

nav ul li a {
    line-height: 65px;
    color: #fff;
}

nav ul li a:hover {
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

.menu-btn .bar {
    width: 30px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
    transition: all 0.3s ease;
}

.active .bar:nth-child(1) {
    background: #fff;
    transform: rotate(23deg) translate(7px, 9px);
}

.active .bar:nth-child(2) {
    opacity: 0;
}

.active .bar:nth-child(3) {
    background: #fff;
    transform: rotate(-23deg) translate(6px, -7px);
}

.hamburger {
    position: fixed;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 420px;
    max-height: 0;
    overflow: hidden;
    font-family: adobe-song-std, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 4px;
    background-color: #000;
    transition: max-height 0.3s ease-in-out;
}

.hamburger.active {
    max-height: 1000px;
    overflow: hidden;
}

nav ul li a.bbtm {
    position: relative;
    padding: 10px 0;
}

nav ul li a.bbtm::after {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 308px;
    content: "";
    border-bottom: 2px solid #fff;
    transform: translate(-50%, -50%);
}

.navbar .hamburger .js-navLink:first-child {
    padding-top: 12px;
}

.image-collage {
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: center;
    justify-content: center;
    margin-top: 86px;
}

.image1 {
    grid-area: image1;
}

.image2 {
    grid-area: image2;
}

.image3 {
    grid-area: image3;
}

.image4 {
    grid-area: image4;
}

.image5_2 {
    grid-area: image5;
}

.image5 {
    grid-area: image5;
    height: 100%;
    object-fit: cover;
}

.image5 img {
    height: 440px;
}

.image6 {
    grid-area: image6;
}

.image7 {
    grid-area: image7;
}

@media only screen and (width >= 768px) {
    .heading_prim {
        max-width: 100%;
        height: 60px;
        padding: 5px 50px;
        font-size: 50px;
        background-image: url(/aoki_23/asset/images/heading.png);
    }

    .heading_prim .-sm {
        font-size: 20px;
    }

    .hero {
        height: 56.25vw;
        background-image: url(/aoki_23/asset/images/hero_pc.jpg);
        background-size: cover;
    }

    .hero_desc {
        margin-top: 50px;
        margin-bottom: 0;
        font-family: noto-sans-cjk-jp, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 37px;
    }

    nav {
        position: sticky;
        top: 0;
        z-index: 99;
        height: 80px;
        background-color: #000;
    }

    nav ul {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
        font-family: adobe-song-std, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #fff;
    }

    nav ul li {
        position: relative;
        padding: 0 31px;
    }

    nav ul li a {
        line-height: 92px;
        color: #fff;
    }

    .line-r::after {
        position: absolute;
        top: 21px;
        right: 0;
        height: 50px;
        content: '';
        border-right: 3px solid #fff;
    }

    .hamburger {
        display: none;
    }

    .image-collage {
        display: grid;
        grid-template-areas:
            "image1 image2"
            "image3 image4"
            "image5 image6"
            "image5 image7";
        grid-gap: 13px 19px;
        margin-top: 50px;
    }

    .image5 {
        height: 100%;
    }

    .image5 img {
        height: 678px;
        object-fit: cover;
    }

    .image6 {
        height: 100%;
    }

    .image6 img {
        height: 328px;
        object-fit: cover;
    }

    .image7 {
        height: 100%;
    }
    
    .image7 img {
        height: 328px;
        object-fit: cover;
    }
}
@media only screen and (width >= 992px) {
    nav {
        height: 100px;
    }

    nav ul {
        height: 100px;
        font-size: 30px;
    }

}

.ceremony_img {
    margin-bottom: 10px;
}

.goods_img {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.mb20 {
    margin-bottom: 20px;
}

.notes {
    font-size: 16px;
    font-weight: 700;
    color: #EC1234;
}

.ceremony_desc {
    margin-top: -4px;
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.other_desc {
    margin-top: -4px;
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.center {
    text-align: center;
}

.flex-img {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 88px;
}

#interview .container .heading_sec {
    margin: 16px 0 17px;
}

#ceremony .container .heading_sec {
    margin: 16px 0 17px;
}

.interview_desc {
    margin-bottom: 20px;
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.interview_wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    margin-bottom: 30px;
}

.interview_wrapper .-reverse {
    display: flex;
}

.interview_content {
    max-width: 100%;
}

.point {
    position: relative;
    padding-left: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #2E4FB5;
}

.point::before {
    position: absolute;
    top: 14%;
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
    background-color: #2E4FB5;
}

.interview_desc {
    font-size: 14px;
}

.interview_wrapper .point:first-child {
    margin-top: 0;
}

.interview_wrapper.-reverse {
    margin-bottom: 0;
}

.interview_img {
    margin: 0 auto;
}

@media only screen and (width >= 768px) {
    /* .ceremony-img {
        margin-top: 50px;
        margin: 0 auto;
    } */
     .player_wrapper {
        /* display: flex;
        flex-direction: row-reverse;
        gap: 20px; */
     }

     .ceremony_img {
        float: right;
        width: 40%;
        margin-left: 20px;
        text-align: center;
     }

     .goods_img {
        flex-direction: row;
     }

     .goods_img img{
        width: 35%;
     }

    .ceremony_wrapper .heading_sec {
        margin-top: 28px;
    }

    .ceremony_desc {
        margin-top: -4px;
        font-family: noto-sans-cjk-jp, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 37px;
    }

    .other_desc {
        margin-top: -4px;
        font-family: noto-sans-cjk-jp, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 37px;
    }

    .flex-img {
        gap: 15px 20px;
        margin-top: 45px;
    }

    #interview .container .heading_sec {
        margin: 29px 0 32px;
    }

    .interview_desc {
        margin-bottom: 28px;
        font-family: noto-sans-cjk-jp, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 37px;
    }

    .interview_wrapper {
        flex-direction: row;
        gap: 36px;
        margin-bottom: 33px;
    }

    .interview_wrapper.-reverse {
        flex-direction: row-reverse;
    }

    .interview_content {
        width: 100%;
        max-width: 593px;
    }

    .interview_desc {
        font-size: 15px;
        line-height: 2;
    }

    .point_desc {
        font-size: 15px;
        line-height: 2;
    }
}
@media only screen and (width <= 768px) {
    .point_desc {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 2;
    }
}

/* Nurbu */
.player_num {
    max-width: 76px;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 7px;
}

.player_name {
    margin-bottom: 18px;
    font-size: 29px;
    font-weight: 700;
}

.player_content {
    position: relative;
}

.player_table {
    max-width: 306px;
}

.player_table tr th {
    width: 31%;
    color: #2E4FB5;
    text-align: left;
}

.player_table tr th,
.player_table tr td {
    padding-bottom: 8px;
    /* font-family: "a-otf-ud-shin-go-pr6n", sans-serif; */
    font-weight: 700;
    line-height: 2.1;
}

.player_img {
    position: absolute;
    top: -9%;
    right: 0;
    z-index: 0;
}

.movie{
    width: 30rem;
    height: 17rem;
}

@media only screen and (width >= 768px) {
    .player_num {
        max-width: 100px;
        height: 80px;
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .player_name {
        margin-bottom: 23px;
        font-size: 40px;
        font-weight: 700;
    }

    .player_table {
        max-width: 508px;
    }

    .player_table tr th {
        width: 38%;
    }

    .player_table tr th,
    .player_table tr td {
        padding-bottom: 10px;
    }

    .player_img {
        top: -6.3%;
    }

    .player_img img {
        max-width: 330px;
        height: 637px;
    }
}
@media only screen and (width >= 992px) {
    .player_img img {
        max-width: 438px;
        height: 835px;
    }
}

.table-scroll {
    overflow: auto;
}

.table_result {
    width: 1000px;
    background-color: #fff;
}

.table_result tr th,
.table_result tr td {
    padding: 10px 16px;
    /* font-family: "a-otf-ud-shin-go-pr6n", sans-serif; */
    font-size: 15px;
    text-align: center;
    border: 2px solid #000;
}

.table_result .left {
    text-align: left;
}

.table_result .last {
    background-color: #E2E2E2;
}

@media only screen and (width >= 992px) {
    .table_result tr th,
    .table_result tr td {
        padding: 10px 16px;
        font-size: 15px;
    }
}

/* #history {
    overflow: hidden;
} */
.history_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 10px;
}

.history_year {
    position: relative;
    font-size: 25px;
    font-weight: 700;
}

.history_wrp {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    max-width: 320px;
}

.history_name {
    margin-bottom: 10px;
    font-size: 14px;
}

.history_img {
    display: flex;
    gap: 7px;
}

@media only screen and (width <= 767px) {
    .history_wrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .history_inner:nth-of-type(4) .history_img,
    .history_inner:nth-of-type(6) .history_img,
    .history_inner:nth-of-type(12) .history_img {
        flex-direction: column;
    }

    .movie{
        width: 20rem;
        height: 12rem;
    }
}
@media only screen and (width >= 768px) and (width <= 1023px) {
    .history_inner:nth-of-type(4)::before {
        top: 46px;
    }

    .movie{
        width: 20rem;
        height: 12rem;
    }
}
@media only screen and (width >= 992px) and (width <= 1023px) {
    .history_inner:nth-of-type(5)::before {
        top: 42px;
    }

    .history_inner:nth-of-type(10)::before {
        top: 31px;
        height: 100%;
    }
}
@media only screen and (width >= 768px) and (width <= 991px) {
    .history_inner:nth-of-type(5)::before {
        top: 31px;
        height: 100%;
    }

    .history_inner:nth-of-type(10)::before {
        top: 31px;
        height: 100%;
    }
}
@media only screen and (width >= 768px) {
    .history_inner:nth-of-type(6)::before,
    .history_inner:nth-of-type(12)::before {
        top: 33px;
        height: 100%;
    }

    .history_inner:nth-of-type(10)::before {
        top: 42px;
        height: 97.5%;
    }

    .history_inner:nth-of-type(13)::before {
        top: 55px;
        height: 94.7%;
    }

    .history_inner {
        flex-direction: row;
        gap: 93px;
        margin-top: 16px;
    }

    .history_inner::before {
        position: absolute;
        top: 45px;
        /* left: 98px; */
        left: 119px;
        width: 70px;
        height: 99%;
        content: '';
        background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='700.553' viewBox='0 0 10 700.553'%3E%3Cpath id='Path_430' data-name='Path 430' d='M0,0V690.553' transform='translate(5 5)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='10' stroke-dasharray='0 20'/%3E%3C/svg%3E%0A);
        background-repeat: repeat-y;
        background-position: center;
        background-size: 10px;
    }

    .history_wrp {
        max-width: 803px;
    }

    .history_year {
        position: relative;
        font-size: 40px;
    }

    .history_year::after {
        position: absolute;
        top: 15px;
        /* right: -60%; */
        left: 139px;
        width: 30px;
        height: 30px;
        content: "";
        background-color: #000;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: 50%;
    }

    .history_name {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .history_img {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.goods_wrapper {
    max-width: 800px;
    margin: 0 auto;
    /* padding-bottom: 30px; */
}

.goods_image {
    margin-top: 10px;
    margin-bottom: 10px;
}

.goods_wrapper p {
    font-size: 14px;
}

.other_wrapper {
    max-width: 800px;
    padding-bottom: 30px;
    margin: 0 auto;
}

.other_image {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.other_wrapper p {
    margin-top: 32px;
    font-size: 14px;
}

.footer {
    width: 100%;
    height: 98px;
    background-color: #000;
}

.footer_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 98px;
}

@media only screen and (width >= 768px) {
    .goods_wrapper {
        padding-bottom: 6px;
    }

    .goods_image {
        margin-top: 38px;
    }

    .other_image {
        margin-top: 38px;
    }

    .goods_wrapper p {
        font-size: 15px;
    }

    .other_wrapper p {
        font-size: 15px;
    }

    .footer {
        height: 180px;
    }

    .footer_logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 180px;
    }
}

#scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 111;
    opacity: 0;
    transition: opacity 0.5s ease, bottom 0.3s ease;
}

#scroll-to-top.show {
    opacity: 1;
}


#scrolltop-floating {
    display: block;
}

.icon_arrow-up {
    width: 45px;
    height: 45px;
    background-image: url(/aoki_23/asset/images/arrow-up.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.button {
    padding: 30px 0;
  }

  @media only screen and (width >= 768px) {
    .button {
        padding: 40px 0;
    }
  }

  .btn {
    position: relative;
    display: block;
    max-width: 290px;
    padding: 16px 0 15px;
    margin-inline: auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3125;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #000;
    border-radius: 32px;
    box-shadow: 1px 3px 6px rgb(0 0 0 / 0.9);
    transition: all 0.3s ease-in-out;
  }

  @media only screen and (width >= 768px) {
    .btn {
        max-width: 320px;
        font-size: 18px;
    }
  }

  .btn::before {
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    content: "";
    background: linear-gradient(to right, rgb(255 255 255 / 0) 0%, rgb(255 255 255 / 0.3) 100%);
    transform: skewX(-25deg);
  }

  .btn:hover {
    color: #fff;
    text-decoration: none;
    transform: scale(0.97);
  }

  .btn:hover::before {
    animation: shine 0.7s;
  }

  @keyframes shine {
    100% {
      left: 125%;
    }
  }

.iphone-fix .history_inner::before {
    left: 135px !important;
}

.iphone-fix .heading_prim {
    line-height: 1.2;
}

.iphone-fix .heading_prim .-sm {
    line-height: 4.2;
}

.iphone-fix .history_inner::before {
    top: 44px;
    left: 135px;
    background-size: 13px;
}

.text-fwb {
    font-size: 18px;
    font-weight: bold;
}

.text-caution {
    font-size: 15px;
}

@media only screen and (width <= 768px) {
    .text-caution {
        font-size: 12px;
    }

    .img-sp {
        max-width: 49%;
        height: auto;
    }

    .img-sp_2{
        min-width: 80%;
        height: auto;
    }
    
}

.attention {
    margin-top: 10px;
}

.img-sp_2{
        max-width: 50%;
        height: auto;
}
