/* =============================================================
    common 共通
============================================*/
:root {
    --color_BLK: #252525;
    --color_NVY: #0b097d;
    --color_YLW: #ffea00;
    --color_PNK: #ed4785;
    --color_GRN: #04a998;
    --color_RED: #e60033;
    /* --color_BLU : #0068b7; */
    --fontS: clamp(14px, 2.2vw, 22px);
    --fontM: clamp(18px, 2.8vw, 28px);
    --fontL: clamp(20px, 4vw, 38px);
    --gap_160px: clamp(54px, 24vw, 160px);
    --gap_96px: clamp(32px, 12vw, 96px);
    --gap_80px: clamp(27px, 10vw, 80px);
    --gap_64px: clamp(21px, 8vw, 64px);
    --gap_48px: clamp(16px, 6vw, 48px);
    --gap_32px: clamp(11px, 4vw, 32px);
    --gap_24px: clamp(8px, 3vw, 24px);
    --gap_16px: clamp(5px, 2vw, 16px);
    --gap_8px: clamp(3px, 1vw, 8px);
}

body {
    width: 100%;
}

body,figure,h1,h2,h3,h4,h5,h6,li,ol,p,ul,dl,dt,dd {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,p {
    font-weight: inherit;
}

li,ol,ul {
    list-style-type: none;
}

#page {
    font-size: clamp(16px, 2.2vw, 20px);
    /* font-size: clamp(16px, 2.2vw, 18px); */
    margin: 0 auto;
    max-width: 1920px;
    color: #fff;
    /* font-family: "Noto Sans CJK JP", Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    line-height: 1.4;
    font-feature-settings: "palt" 1;
    -webkit-text-size-adjust: 100%;
    position: relative;
    /* 背景fixed　safari対応 ←　これ使う場合は必要*/
}

#page * {
    box-sizing: border-box;
}

#page img {
    width: 100%;
    border: 0;
    vertical-align: top;
}

#page a {
    color: #92a4ff;
    word-break: break-all;
    transition: all 0.3s;
    text-decoration: none;
}

#page a:hover {
    opacity: 0.7;
}

#page a[tabindex*="-1"] {
    pointer-events: none;
}

#page a[tabindex*="-1"]:hover {
    opacity: 1;
}

#page em {
    font-style: normal;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

@media screen and (max-width: 767px) {
    #page {
        font-size: clamp(14px, 3.2vw, 16px);
    }
}

.serif {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
}

.arial {
    font-family: Arial;
}

.font_yusei-magic {
    font-family: "Yusei Magic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.mochiy-pop-p-one-regular {
    font-family: "Mochiy Pop P One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.kosugi-maru {
    font-family: 'Kosugi Maru', sans-serif;
}

.kaisei-opti {
    /*400,500,700あり*/
    font-family: "Kaisei Opti", serif;
    font-weight: 400;
}

.dela {
    font-family: 'Dela Gothic One', cursive;
    font-weight: 100;
}

.dotgothic {
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

.dela em,
.dotgothic em {
    font-weight: normal !important;
}

.font_awe::before,
.font_awe::after {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
    font-weight: 900;
}

.red {
    color: var(--color_RED) !important;
}

.blue {
    color: var(--color_BLU) !important;
}

.ylw {
    color: var(--color_YLW) !important;
}

.lgry {
    color: #999;
}

.line_ylw {
    background: linear-gradient(180deg, transparent 70%, #ffea00 70%, #ffea00 100%);
}

.inner_wrap {
    padding: 0 var(--gap_48px);
    margin: 0 auto;
    max-width: 1296px;
}

.inner_wrap.max {
    max-width: 100%;
}

.pd_tb {
    padding-top: var(--gap_80px);
    padding-bottom: var(--gap_80px);
}

.pd_t {
    padding-top: var(--gap_80px);
}

.pd_b {
    padding-bottom: var(--gap_80px);
}

.cont_close {
    position: relative;
}

.cont_close::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 999;
}

.stanby,
.stanby a {
    position: relative;
}

.stanby a img {
    filter: blur(1px);
}

.stanbyText {
    display: none;
}

.stanby .stanbyText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 50%);
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 100;
}

.stanby .stanbyText P {
    color: #fff;
    text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000;
    margin-inline: auto;
    padding-inline: var(--gap_16px);
}

.flex {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex.col2 {
    column-gap: 4%;
}

.flex.col2 .flex_item {
    width: calc(96% / 2);
}

.flex.col3 {
    column-gap: 3%;
    justify-content: center;
}

.flex.col3 .flex_item {
    width: calc(94% / 3);
}

.flex.col4 {
    column-gap: 4%;
    row-gap: var(--gap_48px);
}

.flex.col4 .flex_item {
    width: calc(88% / 4);
}

.flex.col4 .flex_item:nth-child(n + 7) {
    margin-top: var(--gap_48px);
}

@media screen and (max-width:999px) {
    .flex.col4 .flex_item {
        width: calc(94% / 2);
        max-width: 300px;
    }
}

@media screen and (max-width:767px) {
    .flex.col3 {
        justify-content: center;
    }

    .flex.col3 .flex_item {
        width: calc(97% / 2);
    }

    .flex.col3 .flex_item:not(:first-of-type) {
        margin-top: var(--gap_48px);
    }
}

@media screen and (max-width:599px) {
    .flex.col2 {
        justify-content: center;
    }

    .flex.col2 .flex_item {
        width: min(90%, 350px);
    }

    .flex.col4 .flex_item {
        width: min(80%, 280px);
    }
}

@media screen and (max-width:479px) {
    .flex.col3 .flex_item {
        width: min(80%, 480px);
    }
}

.flex.col_3_1 {
    align-items: center;
}

.flex.col_3_1 .flex_item.w3 {
    width: calc(100% / 4 * 3);
    padding-right: var(--gap_64px);
}

.flex.col_3_1 .flex_item.w1 {
    width: calc(100% / 4 * 1);
}

@media screen and (max-width: 1279px) {
    .flex.col_3_1 .flex_item.w3 {
        width: calc(100% / 3 * 2);
        padding-right: var(--gap_48px);
    }

    .flex.col_3_1 .flex_item.w1 {
        width: calc(100% / 3 * 1);
    }
}

@media screen and (max-width: 999px) {
    .flex.col_3_1 {
        align-items: flex-start;
    }

    .flex.col_3_1 .flex_item.w3 {
        padding-right: var(--gap_24px);
    }
}

@media screen and (max-width: 767px) {
    .flex.col_3_1 {
        flex-direction: column-reverse;
    }

    .flex.col_3_1 .flex_item.w3,
    .flex.col_3_1 .flex_item.w1 {
        width: 100%;
    }

    .flex.col_3_1 .flex_item.w3 {
        padding-right: 0;
        margin-top: var(--gap_32px);
    }

    .flex.col_3_1 .flex_item.w1 {
        text-align: center;
    }

    .flex.col_3_1 .flex_item.w1 img {
        max-width: 380px;
    }
}

.grid {
    display: grid;
}

.grid.col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gap_64px);
}

.grid.col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap_64px);
}

@media screen and (max-width: 767px) {
    .grid.col2 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.ib {
    font-size: inherit !important;
    display: inline-block;
}

.img_thumb {
    width: min(100%, 300px);
}

.img_thumb a {
    color: #fff !important;
    display: block;
    position: relative;
}

.img_thumb a::after {
    font-size: clamp(18px, 3vw, 22px);
    color: var(--myColor01);
    position: absolute;
    content: '\f00e';
    bottom: -0.5em;
    right: -0.5em;
    text-shadow: 0 0 0.2em var(--color_BLK), 0 0 0.2em var(--color_BLK), 0 0 0.2em var(--color_BLK), 0 0 0.3em var(--color_BLK), 0 0 0.3em var(--color_BLK);
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
    font-weight: 900;
}

.btn_wrap {
    text-align: center;
}

.btn {
    font-weight: bold;
    padding: var(--gap_8px) var(--gap_16px);
    margin: 0 auto;
    line-height: 1.2;
    border-radius: clamp(4px, 1vw, 10px);
    transition: all 0.3s;
    display: inline-block;
}

.side_nav {
    text-align: center;
    margin-bottom: var(--gap_32px);
}

.side_nav a {
    font-size: clamp(24px, 4vw, 38px);
    color: #fff !important;
    text-shadow: 0 0 0.4em var(--color_VIO), 0 0 0.4em var(--color_VIO);
    margin-block: var(--gap_8px);
    display: inline-block;
}

@media screen and (max-width: 479px) {
    .side_nav {
        margin-bottom: var(--gap_16px);
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .side_nav>div {
        display: inline-block;
        margin-inline: var(--gap_16px);
    }
}

#btn_pagetop,
#btn_pagetop2 {
    bottom: var(--gap_16px);
    position: fixed;
    z-index: 1100;
}

#btn_pagetop {
    right: clamp(8px, 2vw, 16px);
}

#btn_pagetop2 {
    left: var(--gap_24px);
}

#btn_pagetop a,
#btn_pagetop2 a {
    display: block;
}

#btn_pagetop2 a {
    font-size: clamp(38px, 7.8vw, 78px);
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0;
    padding: var(--gap_8px);
    /* border: solid 1px var(--color_YLW);
	box-shadow: 0 0 var(--gap_8px) #000; */
    /* background: var(--color_RED); */
    /* background: #214361;
    background: radial-gradient(circle, rgba(33, 67, 97, 1) 0%, rgba(17, 44, 68, 1) 100%); */
}

#btn_pagetop i {
    font-size: clamp(28px, 5vw, 38px);
    color: var(--color_YLW);
    text-shadow: 0 0 0.2em var(--color_BLK), 0 0 0.3em var(--color_BLK);
}
#btn_pagetop2 > i {
    font-size: 1.4em;
    text-shadow: 0 0 0.2em #000, 0 0 0.3em #000;
    color: #fff;
    margin-bottom: var(--gap_8px);
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 999;
}
#btn_pagetop2 a i {
    color: var(--color_YLW) !important;
    text-shadow: 0 0 0.2em var(--color_BLK), 0 0 0.3em var(--color_BLK);
}

#btn_pagetop a img {
    width: clamp(60px, 15vw, 100px);
}
#btn_pagetop2 a img {
    width: clamp(120px, 12vw, 160px);
    filter: drop-shadow(0 0 var(--gap_8px) #fff);
}
@media screen and (max-width: 479px) {
    .btm_btn_area {
        position: relative;
    }

    .btm_btn_area::after {
        position: fixed;
        /* content: ""; */
        width: 100%;
        background-color: #000;
        background: linear-gradient(90deg, transparent 0%, #000 50%, transparent 100%);
        bottom: 0;
        height: 60px;
        z-index: 1010;
    }
}

/* =============================================================
    【movie】ブロック　※Brightecoveの動画表示
============================================*/
.movie_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0;
    margin-bottom: var(--gap_64px);
    /* border: #000 3px solid; */
    /* padding: 15px; */
    box-shadow: 0 0 var(--gap_16px) var(--color_BLK);
}
#movie {
    position: relative;
    width: 100%;
    padding-top: calc(9 / 16 * 100%);
    margin: 0 auto;
    overflow: hidden;
}
.tvo-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

/* ===========================================================================================================================
    個別ページ用css
===========================================================================*/
#page {
    padding-bottom: 30%;
    background: url(../images/btm_back.png) bottom center/100% no-repeat;
}

#page::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg.jpg) center center/cover repeat-y;
    z-index: -1;
}
@media screen and (max-width: 767px) {
    #page::before {
        background: url(../images/bg_mob.jpg) center top/cover repeat-y;
    }
}

#page section {
    padding-top: var(--gap_80px);
}

#page picture {
    display: block;
}

.sec_title {
    font-size: var(--fontL);
    font-weight: 700;
    text-align: center;
    margin-bottom: var(--gap_48px);
}

.caution {
    font-weight: 700;
    text-align: center;
    color: #fff;
    max-width: max-content;
    padding: var(--gap_16px) var(--gap_24px);
    margin-top: var(--gap_32px);
    margin-inline: auto;
    background-color: rgba(0, 0, 0, .8);
    filter: drop-shadow(0 0 var(--gap_8px) #fff);
}

.box01 {
    width: 100%;
    padding: var(--gap_96px) var(--gap_80px);
    position: relative;
    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 0 var(--gap_16px) #000;
}
.box01::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - var(--gap_32px));
    height: calc(100% - var(--gap_32px));
    border: solid 1px #fff;
}
.box01 > * {
    position: relative;
    z-index: 100;
}

.tver_area {
    text-align: center;
    margin-top: var(--gap_48px);
}
.tver_info {
    margin-bottom: var(--gap_8px);
}
.tver_area a {
    width: clamp(180px, 38vw, 380px);
    margin: 0 auto;
    display: block;
}
.tver_area a img {
    filter: drop-shadow(0 0 var(--gap_8px) black);
}
.tver_info_btm {
    margin-top: var(--gap_8px);
}
.tver_info,
.tver_info_btm {
    font-size: var(--fontS);
    font-weight: bold;
    font-family: "Noto Sans CJK JP", Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: var(--color_BLK);
    text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff;
}
.tver_area a[tabindex="-1"] {
    filter: brightness(0.6);
}
 
/* =============================================================
    kv
============================================*/
.logo_wrap {
	font-size: 0em;
	width: min(100%,740px);
	margin-inline: auto;
	position: relative;
	z-index: 150;
}
.logo {
	background: url(../images/logo.png) center center/contain no-repeat;
	padding-top: calc(853 / 948 * 100%);
    filter: drop-shadow(0px 0px var(--gap_8px) black);
}

.oa_data {
    font-size: clamp(28px, 8vw, 88px);
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-shadow: 0 0 0.1em #fff,0 0 0.1em #fff,0 0 0.1em #fff,0 0 0.1em #fff,0 0 0.1em #fff,0 0 0.2em #fff,0 0 0.2em #fff,0 0 0.2em #fff,0 0 0.2em #fff,0 0 0.2em #fff;
    margin-block: var(--gap_48px);
}
.oa_data em {
    font-size: 1.4em;
}
.oa_data .data,
.oa_data .time {
    color: var(--color_BLK);
}

.streaming_wrap {
    justify-content: center;
    margin-top: var(--gap_64px);
}

/* =============================================================
    intro
============================================*/
#intro .read {
    font-size: var(--fontL);
    font-weight: 700;
    text-align: center;
    text-shadow: 0 0 0.1em var(--color_BLK),0 0 0.1em var(--color_BLK),0 0 0.1em var(--color_BLK),0 0 0.2em var(--color_BLK),0 0 0.2em var(--color_BLK),0 0 0.2em var(--color_BLK),0 0 0.3em var(--color_BLK),0 0 0.3em var(--color_BLK);
}
#intro .read p + p {
    margin-top: var(--gap_32px);
}
#intro .read p:nth-child(2) {
    color: #3cd1f1;
}
#intro .read p:nth-child(3) {
    color: #ffa357;
}
#intro .read p:nth-child(4) {
    color: #ff97cd;
}

/* =============================================================
    cast
============================================*/
#cast .sec_title {
    position: relative;
    text-shadow: 0 0 0.2em #000,0 0 0.3em #000;
    filter: drop-shadow(0px 0px var(--gap_8px) black);
}

#cast .sec_title::before,
#cast .sec_title::after {
    position: absolute;
    display: block;
    content: "";
    width: 40%;
    height: 2px;
    background-color: #fff;
    top: calc(50% - 1px);
}

#cast .sec_title::before {
    left: 0;
}

#cast .sec_title::after {
    right: 0;
}

.cast_wrap {
    justify-content: center;
}
.cast_wrap + .cast_wrap {
    margin-top: var(--gap_80px);
}
.cast_wrap li {
    text-align: center;
}
.cast_wrap li img {
    filter: drop-shadow(0 0 var(--gap_16px) #000);
}
.cast_wrap.reporter li {
    position: relative;
}
.cast_wrap.reporter li > small {
    font-size: clamp(12px, 1.8vw, 18px);
    line-height: 1.1;
    letter-spacing: -1px;
    width: max-content;
    padding: var(--gap_8px);
    display: block;
    background-color: #aaa311;
    border-radius: 50px;
    position: absolute;
    top: calc(var(--gap_16px) * -1);
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}
.cast_wrap.reporter li img {
    max-width: 90%;
}

.cast_name {
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    line-height: 1.1;
    color: #823418;
    text-shadow: 0 0 0.1em #fff, 0 0 0.1em #fff, 0 0 0.1em #fff, 0 0 0.1em #fff, 0 0 0.1em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff;
    margin-top: max(-10vw,-38px);
    position: relative;
    z-index: 100;
}
.cast_name.s {
    font-size: clamp(22px, 2vw, 26px);
}
.cast_name small {
    font-size: clamp(12px, 1.8vw, 18px);
    line-height: 1.1;
    letter-spacing: -1px;
    margin-top: var(--gap_8px);
    display: block;
}


/* =============================================================
    present
============================================*/
.present_wrap + .present_wrap {
    padding-top: var(--gap_80px);
    margin-top: var(--gap_80px);
    border-top: dotted 1px #fff;
}

#present .sec_title span {
    display: inline-block;
    position: relative;
}

#present .sec_title span::before,
#present .sec_title span::after {
    position: absolute;
    display: block;
    content: "";
    aspect-ratio: 41 / 37;
    background: url(../images/hd_deco.svg) no-repeat center / 100%;
    top: 50%;
    transform: translateY(-50%);
}

#present .sec_title span::before,
#present .sec_title span::after {
    width: 15%;
}

#present .sec_title span::before {
    left: -18%;
}

#present .sec_title span::after {
    right: -15%;
}

.present_item {
    padding-bottom: var(--gap_80px);
}
.present_item + .present_item {
    padding-top: var(--gap_80px);
    border-top: dotted 1px #fff;
}
.present_item:last-of-type {
    padding-bottom: 0;
}
.present_head {
    align-items: center;
}
.present_head .flex_item {
    width: calc(100% / 2);
}
.present_head .flex_item.present_img {
    padding-right: var(--gap_48px);
}

.present_title {
    font-size: clamp(22px, 5.2vw, 52px);
    font-weight: 700;
    line-height: 1.1;
}
.present_title_sub_wrap {
    font-weight: 700;
}
.present_title_sub {
    font-size: var(--fontL);
    line-height: 1.1;
    margin-top: var(--gap_8px);
}
.present_title_sub em {
    font-size: 1.2em;
}
.present_title_sub > small {
    display: inline-block !important;
}
.present_title_sub_wrap .s {
    font-size: var(--fontS);
}
.present_title_sub_wrap .m {
    font-size: var(--fontM);
}
.present_title_sub_wrap small {
    line-height: 1.2;
    margin-top: var(--gap_8px);
    display: block;
}
.present_title_sub_wrap small + small {
    margin-top: var(--gap_8px);
}
@media screen and (max-width: 1079px) {
    .present_head {
        justify-content: center;
        text-align: center;
    }
    .present_head .flex_item {
        width: min(90%,480px);
        padding-inline: 0 !important;
    }
    .present_head .flex_item:last-of-type {
        width: max-content;
    }
    .present_title {
        margin-top: var(--gap_48px);
    }
}

.present_entry {
    margin-top: var(--gap_48px);
}
.btn_entry {
    font-size: clamp(28px, 6.8vw, 68px);
    font-weight: 700;
    line-height: 1.1;
    color: #fff !important;
    margin-bottom: var(--gap_8px);
    display: inline-block;
}
.btn_entry[tabindex="-1"] {
    font-size: clamp(22px, 4.8vw, 48px);
}
.btn_entry[tabindex="-1"] small {
    font-size: 0.6em;
}
.btn_entry small {
    font-size: var(--fontL);
    line-height: 1.1;
    display: block;
}
.btn_entry i {
    font-size: 0.6em;
    padding-bottom: 8px;
    display: block;
}
.present_entry .notice_67 {
    font-size: clamp(14px,1.6vw,16px);
    text-align: center;
}
@media screen and (max-width: 479px) {
    .present_entry .notice_67 {
        text-align: left;
    }
    .present_entry .notice_67 .ib {
        display: inline;
    }
}

.present_entry .limit {
    width: min(100%,650px);
    margin: var(--gap_32px) auto 0;
    justify-content: center;
}
.present_entry .limit p {
    font-weight: 700;
    padding: var(--gap_8px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.present_entry .limit p:first-of-type {
    font-size: var(--fontS);
    width: 7em;
    color: var(--color_BLK);
    background-color: #fff;
}
.present_entry .limit p:last-of-type {
    font-size: var(--fontM);
    width: calc(100% - 7em);
    border: solid 1px #fff;
}
@media screen and (max-width: 599px) {
    .present_entry .limit p {
        text-align: center;
        width: 90% !important;
        display: block;
    }
}

.notice {
    margin-top: -1em;
}
.notice dl {
    width: 100%;
    font-size: clamp(14px,1.6vw,16px);
}
.notice dt,
.notice dd {
    padding: 1em 0;
}
.notice dt {
    line-height: 1.1;
    width: 20%;
    border-bottom: solid 1px #fff;
}
.notice dd {
    width: 80%;
    border-bottom: dotted 1px #fff;
    line-height: 1.5;
}
.notice dt:last-of-type,
.notice dd:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}
.notice dd p {
    margin-bottom: var(--gap_16px);
}
.notice dd li {
    position: relative;
    padding-left: 1em;
}
.notice dd li::before {
    position: absolute;
    display: block;
    content: "";
    width: 1%;
    height: 2px;
    background-color: #fff;
    left: 0;
    top: 0.7em;
}
@media screen and (max-width: 767px) {
    .notice dt {
        font-size: 1.1em;
        font-weight: 700;
        width: 100%;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .notice dd {
        width: 100%;
    }
}

#bnr_area {
    padding-block: var(--gap_80px);
}
#bnr_area .bnr_wrap {
    width: min(90%,800px);
    margin-inline: auto;
    box-shadow: 0 0 var(--gap_16px) var(--color_BLK);
}

.hidden {
    display: none !important;
}

.fuwafuwa {
	animation: fuwafuwa 2s infinite;
}
@keyframes fuwafuwa {
	0% {
	transform: translateY(8px);
   }
	50% {
	transform: translateY(-8px);
   }
	100% {
	transform: translateY(8px);
   }
}