@charset "utf-8";

/* ---------------------------------------------------
・このCSSはPCとSPの表示比率を合わせています。
・サイズの単位は原則remにしてください。1rem = 1vw換算です。
・rootセレクタ内で、色やサイズの設定を指定してください。
---------------------------------------------------- */

/* Header1
------------------------- */
.header1 h1 {
    margin: 0;
}

.header1 {
    position: relative;
}

.medal_img {
    width: 25%;
    position: absolute;
    bottom: -16rem;
    right: 1rem;
}

.countdown {
    font-size: 3.5rem;
}

/*-----残数-------------------------------*/
.zansu {
    margin: 0 2rem;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow: hidden;
}

.zansu li {
    width: 22%;
    margin: 0.5rem 1rem;
    padding: 1rem;
    font-size: 3rem;
    font-weight: bold;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    line-height: 1.4;
}

.zansu li a {
    text-decoration: none;
    color: #1a1a1a;
}

.zansu_area {
    background: #eee;
}

.zansu .flex {
    justify-content: center;
    flex-wrap: wrap;
}

/*.zansu2 {width: 420px;font-size: 1.6rem;margin: 0 auto;padding: 1rem 0 3rem;}*/
/* 赤点滅 */
.blinking {
    -webkit-animation: blink 0.6s ease-in-out infinite alternate;
    -moz-animation: blink 0.6s ease-in-out infinite alternate;
    animation: blink 0.6s ease-in-out infinite alternate;
    color: #dc304d;
    font-size: 100%;
    font-weight: bold;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    70% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }

    70% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    70% {
        opacity: 1;
    }
}

/* hatching1 -----------------*/
.zansu .hatching1>.flex {
    opacity: 1;
}

.zansu .hatching1 {
    background: rgba(255, 255, 255, 0);
    pointer-events: inherit;
    padding: 0;
    z-index: 10;
}

.zansu .hatching1:after {
    display: none;
}

/*網掛け*/
.zansu .hatching1.release {
    pointer-events: none;
    position: relative;
    padding: 0;
    margin-bottom: 1rem;
}

.zansu .hatching1.release:after {
    content: "";
    display: block;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    bottom: 0.5rem;
    margin: auto;
    background: #565656c7;
    text-align: center;
    border-radius: 6px;
    width: 100%;
}

/* 上部コース */
/* hatching2 -----------------*/
.zansu .hatching2>.flex {
    opacity: 1;
}

.zansu .hatching2 {
    background: rgba(255, 255, 255, 0);
    pointer-events: inherit;
    padding: 0;
    z-index: 10;
}

.zansu .hatching2:after {
    display: none;
}

/*網掛け*/
.zansu .hatching2.release {
    pointer-events: none;
    position: relative;
    padding: 0;
}

.zansu .hatching2.release:after {
    content: "";
    display: block;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    bottom: 0.5rem;
    margin: auto;
    background: #565656c7;
    text-align: center;
    border-radius: 6px;
    width: 100%;
}

/*下部終了コースのグレーアウト*/
/* hatching1 -----------------*/
.schedule .hatching1:after {
    display: none;
}

/*網掛け*/
/*下部終了コースのグレーアウト*/
/* hatching1 -----------------*/
.schedule .hatching1>p,
.hatching1 table {
    opacity: 1;
}

.schedule .hatching1 {
    background: rgba(255, 255, 255, 0);
    pointer-events: inherit;
    padding: 0;
    z-index: 10;
}

.schedule .hatching1:after {
    display: none;
}

/*網掛け*/
.schedule .hatching1.release {
    pointer-events: none;
    background: #1a1a1a;
    position: relative;
    padding: 0;
}

.schedule .hatching1.release .schedule_table td:nth-child(3) .blinking {
    pointer-events: none;
    position: relative;
    padding: 0;
    animation: none;
    background: none;
    color: #dbd9d9;
}

.schedule .hatching1.release .schedule_table tr {
    background: #bbb;
    color: #dbd9d9;
}

/*下部終了コースのグレーアウト*/
/* hatching2 -----------------*/
.schedule .hatching2>p,
.hatching2 table {
    opacity: 1;
}

.schedule .hatching2 {
    background: rgba(255, 255, 255, 0);
    pointer-events: inherit;
    padding: 0;
    z-index: 10;
}

.schedule .hatching2:after {
    display: none;
}

/*網掛け*/
.schedule .hatching2.release {
    pointer-events: none;
    background: #1a1a1a;
    position: relative;
    padding: 0;
}

.schedule .hatching2.release:after {
    display: block;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    font-size: 6rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 650px;
    height: 100px;
    padding: 10px 10px 10px 10px;
    background: #af1d19;
    text-align: center;
}

.schedule .hatching2.release .schedule_table tr {
    background: #bbb;
    color: #dbd9d9;
}

.schedule .hatching2.release .schedule_table td:nth-child(3) .blinking {
    pointer-events: none;
    position: relative;
    padding: 0;
    animation: none;
    background: none;
    color: #dbd9d9;
}

/* common
------------------------- */
main {
    overflow: hidden;
}

section {
    padding: 12rem 0;
}

.sub_head {
    font-size: 6.2rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 900;
}

.bg_head {
    padding: 3rem;
}

.lead {
    font-size: 5.5rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 900;
}

.sec_inner {
    padding: 0;
    margin: 0 5%;
    position: relative;
}

iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

/* mv_btn */
.mv_btn {
    text-align: center;
}

.mv_btn a {
    display: inline-block;
    background: #ddd;
    padding: 5px 20px;
    margin: 1rem auto 0;
    border-radius: 30px;
    font-size: 3.5rem;
    text-decoration: none;
    text-align: center;
    color: inherit;
}

/* Form
------------------------- */
/* Form
------------------------- */
.form {
    background: var(--formColor);
    color: #fff;
    padding: 5rem;
    position: relative;
}

.form.form_arrow::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    border-top: 7rem solid transparent;
    border-left: min(calc(var(--contentWidth) / 2), 50vw) solid var(--formColor);
    border-right: min(calc(var(--contentWidth) / 2), 50vw) solid var(--formColor);
    border-bottom: none;
    top: calc(-7rem + 1px);
    left: 0;
}

.form form {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr auto;
    gap: 3rem;
}

.form_prev {
    margin: 0 0 3rem;
    font-size: 4.5rem;
    font-weight: bold;
    text-align: center;
}

.form_prev p {
    line-height: 1.3;
}

.form_box {
    position: relative;
}

.form_input {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 0.3em 0.5em 0.3em 15rem;
    font-size: 5.5rem;
    border: 2px solid #ccc;
    border-radius: 2rem;
    color: #111111;
    text-align: left;
}

.form_must {
    position: relative;
    /* ← 後から出てきた指定を優先 */
    width: 10rem;
    left: 3rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    background: #991f10;
    color: #fff;
    font-size: 3rem;
    text-align: center;
    padding: 0.2em 0;
    z-index: 10;
}

#form .form_must {
    top: 1.2rem;
    /* ← 個別指定を最後に残す */
}

.form_label {
    position: absolute;
    top: 50%;
    left: 15rem;
    transform: translateY(-50%);
    transition: ease 0.3s;
    pointer-events: none;
    color: #aaa;
    z-index: 10;
    font-size: 4rem;
}

.form_input:focus+.form_label,
.form_input:not(:placeholder-shown)+.form_label {
    top: 15%;
    font-size: 3rem;
    color: #3377ff;
}

.form_btn {
    position: relative;
}

.form_btn button {
    position: relative;
    width: 100%;
    height: 100%;
    background: #00ad48;
    border: 2px solid #7dff88;
    border-radius: 100px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-right: 6rem;
}

.form_btn button .form_btn_icon::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0.6em;
    height: 0.6em;
    border-top: 0.5rem solid #fff;
    border-right: 0.5rem solid #fff;
    transform: translate(0.1em, -50%) rotate(45deg);
    filter: drop-shadow(0 2px 3px #00865c);
}

.form_btn button:hover {
    filter: brightness(1.2);
}

.form_btn::after {
    position: absolute;
    content: "";
    background: url(../img/base/cta.png) no-repeat;
    width: 100px;
    height: 100px;
    right: -1.5rem;
    top: 50%;
    transform: translateY(-50%) scale(0.3);
    display: inline-block;
}

.form_notice p {
    font-size: 3.5rem;
    text-align: center;
}

.ui-autocomplete {
    position: absolute !important;
    background: #fff;
    list-style: none;
    border-radius: 1rem;
    overflow: hidden;
    z-index: 100;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.ui-autocomplete li {
    border-bottom: 1px solid #ccc;
    padding: 1rem;
    font-family: inherit !important;
    text-align: left;
    color: #111111;
}

.ui-autocomplete li:hover,
.ui-state-focus {
    background: #ff7;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.merit_icon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    text-align: center;
}

.form_text-wrap {
    font-weight: bold;
    font-size: 3.5rem;
    margin: 1rem 0;
    padding: 1rem;
    width: 49% !important;
    border: 1px dotted #fff;
    border-radius: 2rem;
}

.form_icon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    align-items: stretch;
    /* 子要素の高さを揃える */
}

.form_icon p {
    font-weight: bold;
    font-size: 3.5rem;
    margin: 1rem 0;
    padding: 1rem;
    width: 49%;
    /* 横幅の調整 */
    border: 1px dotted #fff;
    border-radius: 2rem;
    text-align: center;
    display: flex;
    /* コンテンツを中央揃え */
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    /* パディング込みで幅を調整 */
}

/* form wrap ----------------------------------------------------------------------------------------------*/
.form_wrap {
    width: 100%;
    margin: 4rem 0 0;
}

.form_wrap a {
    text-decoration: none;
}

.form_txt {
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
}

/* form item span */
#form .form_item:has(.form_data) {
    grid-column: span 3 !important;
}

#form .form_head label {
    display: block !important;
}


/* Information
------------------------- */
#information {
    padding: 10rem 0;
}

#information p {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 0.5em;
    line-height: 1.5;
}

#information ul {
    font-size: 3rem;
    line-height: 1.5;
}

#information ul li {
    text-align: justify;
    text-indent: -1em;
    padding: 0.2em 0 0.2em 1em;
}

#information ul li::before {
    content: "●";
}

/*-----------------------------------------------------
message
 -----------------------------------------------------*/
#message {
    background-image: linear-gradient(90deg, #6d0606 0%, #9e0404 50%, #6d0606 100%);
    color: #fff;
}

#message .sub_head {
    margin-bottom: 5rem;
}

#message .sec_inner {
    padding: 5rem;
    background-color: #fff;
}

#message .sec_inner:last-child {
    padding: 0;
    background-color: transparent;
    margin-top: 5rem;
}

.message_txt {
    font-family: "Noto Serif JP", serif;
    line-height: 2.08;
    font-size: 4rem;
    text-align: left;
    font-weight: bold;
    padding-bottom: 2rem;
    color: var(--mainTxtColor);
}

/* 2023～新ボタン ----------------------------------------------------------------------------------------------*/
.letter_btn {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 1rem;
    margin: 2rem auto;
    padding: 2rem 7rem;
    transition: 0.3s;
    background: #2590d0;
    font-size: 2.6rem;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    text-decoration: none;
    text-shadow: 0 1px 3px #004cab;
    border-radius: 2rem;
    box-shadow: rgb(0, 103, 219) 0px 7px 0px 0px,
        rgba(255, 255, 255, 0.3) 0px 0px 20px 0px inset;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

.letter_btn:hover {
    filter: brightness(1.3);
}

.letter_btn:after {
    position: absolute;
    content: "";
    width: 3rem;
    height: 3rem;
    border-color: #fff;
    border-style: solid;
    border-width: 3.5px 3.5px 0 0;
    transform: rotate(45deg) translateY(-50%);
    top: 47%;
    right: 15rem;
}

.btn_ft .letter_btn {
    font-size: 5.5rem;
    line-height: 1.6;
    padding: 3rem 3rem 3rem 1rem;
}

/* footer ----------------------------------------------------------------------------------------------*/


/* scfooter ----------------------------------------------------------------------------------------------*/
#scfooter {
    display: none;
    z-index: 1000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: rgba(202, 202, 202, 0.7);
}

.scfooter_inner {
    display: block;
    width: 90%;
    padding: 0.5rem 0 0.5rem;
    margin: 0 auto 2rem;
    border-radius: 20px;
    text-align: center;
    position: relative;
    max-width: calc(500px - 10rem);
}

.scfooter_inner a {
    text-decoration: none;
}

.btn_ft {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.hvr-wobble-vertical {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.btn_ft a p {
    color: #fff;
    padding: 1.5rem 0;
    text-align: center;
    font-family: "Gothic MB101 Bold";
    line-height: 1;
    background: #0088c9;
    border-radius: 10px;
}

.btn_ft {
    position: relative;
}

.btn_ft .bg_wht {
    display: inline-block;
    background: #fff;
    color: #003fa7;
    font-size: 115%;
    padding: 0.5rem;
    line-height: 1;
    text-shadow: none;
}

.btn_ft .top_txt {
    top: -3px;
    position: relative;
}

.btn_ft .bottom_txt {
    display: block;
    font-size: 4.5rem;
    /* line-height: 1.5; */
}

.btn_ft .bottom_txt span {
    display: block;
    line-height: 1;
}

#scfooter.side .btn_ft .bottom_txt {
    margin-top: 0rem;
    display: block;
    font-size: 2.7rem;
}

.btn_ft img {
    border-radius: 4px;
}

.btn_ft a {
    text-decoration: none !important;
    display: block;
}

.btn_in {
    position: relative;
}

.btn_in::before {
    position: absolute;
    content: "";
    background-size: 220px;
    width: 280px;
    height: 150px;
    top: 1.4rem;
    left: 1rem;
    z-index: 10;
}

.btn_in .bg_wht {
    display: inline-block;
    background: #fff;
    color: #003fa7;
    font-size: 115%;
    padding: 0.5rem;
    line-height: 1;
    text-shadow: none;
}

.btn_in {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.btn_in .letter_btn {
    font-size: 2.3rem;
    padding: 3rem;
    width: 80%;
    line-height: 1.6;
}

#header_bottom {
    padding: 10rem 0 10rem;
    background-image: url(../img/bg_img1.jpg);
    background-position: top center;
    color: #fff;
}

#header_bottom .btn_wrap {
    margin-bottom: 0;
}

#header_bottom .letter_btn {
    margin-top: 0;
}



/*-----------------------------------------------------
section
 -----------------------------------------------------*/

/***　ルーズリーフ風ボックス　***/
/*外枠の設定*/

/* -- sec1 --*/
#lp_sec1 {
    background-color: #fff;
}

/* -- sec2 --*/
#lp_sec2 {
    padding-bottom: 7rem;
    padding-top: 0;
    background-image: url(../img/bg_img3.jpg);
    background-position: bottom center;

}

#lp_sec2 .bg_wht {
    padding: 2rem;
}

/*-----------------------------------------------------
list
-----------------------------------------------------*/
/* -- sec3 --*/
#merit {
    padding: 0 0 7rem;
    background-image: url(../img/bg_sec3.jpg);
    background-position: top center;
}

/* merit ボックス */
.merit_box {
    background-color: #fff;
    border: 2px solid #000;
}

.merit_box .notice {
    text-align: left;
    margin: 0 5rem 5rem;
}

/* タイトル部分 */
.merit_inner {
    display: flex;
    align-items: stretch;
    /* ← 子要素を同じ高さに */
    margin-bottom: 4rem;
}

.merit_num {
    background: #000;
    color: #fff;
    font-size: 9rem;
    font-weight: bold;
    display: flex;
    /* 中の文字を中央寄せ */
    align-items: center;
    padding: 0 7.5rem 0 5rem;
    /* 上下のpaddingを削除、左右だけ残す */
    clip-path: polygon(0 0, 100% 0, 66% 100%, 0% 100%);
    margin-right: 3rem;
}

.merit_title {
    font-size: 5.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    align-items: center;
    /* 見出しを縦中央寄せ */
    padding: 3rem 0;
}


/* 説明文 */
.merit_text {
    font-weight: bold;
    line-height: 1.6;
    margin: 3rem 5rem 0;
}

#btn2 {
    background-image: url(../img/bg_img2.jpg);
    background-position: top center;
    color: #fff;
    padding: 8rem 0;
    ;
}

/* -- sec4 --*/
#case {
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/bright-squares.png");
    padding-bottom: 2rem;
    padding-top: 0;
}

.case-box {
    display: flex;
    align-items: stretch;
    background: #fff;
    margin: 7rem 0 0;
}

.case-img {
    flex: 0 0 30%;
    /* 横幅30% */
}

.case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.case-text {
    flex: 1;
    padding: 5rem;
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.case_flex {
    display: flex;
    justify-content: space-between;
}

.case_bf {
    width: 37%;
}

.case_af {
    width: 60%;
}

/* case番号 */
.case-label {
    position: absolute;
    top: -3rem;
    /* ← マイナス指定で上に飛び出す */
    right: 3rem;
    text-align: right;
    line-height: 1;
    color: #3b3b3b6e;
}

.case-small {
    display: block;
    font-size: 4rem;
    font-weight: bold;
}

.case-num {
    display: block;
    position: relative;
    top: -1rem;
    font-size: 10rem;
    font-weight: 900;
    font-style: italic;
}

/* サブタイトル */
.case-sub {
    font-weight: bold;
    line-height: 1.4;
}

/* メインタイトル */
.case-main {
    font-size: 6rem;
    /* サブより強調 */
    font-weight: 900;
    line-height: 1.3;
}

/* 名前部分 */
.case-name {
    font-size: 4rem;
    font-weight: bold;
    border-top: 0.2rem solid #000;
    padding-top: 1.5rem;
    margin-top: 1.8rem;
}

.case_inner {
    background-color: #fff;
    margin: 5rem 5rem 10rem;
    padding: 5rem 5rem 7rem;
}

#case .notice {
    text-align: left;
}

/* -- sec5 --*/
#secret {
    background-color: hsla(41, 55%, 92%, 1);
    background-image: radial-gradient(at 40% 20%, hsla(34, 71%, 93%, 1) 0px, transparent 50%), radial-gradient(at 0% 50%, hsla(40, 48%, 95%, 1) 0px, transparent 50%), radial-gradient(at 80% 50%, hsla(40, 48%, 86%, 1) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(39, 35%, 89%, 1) 0px, transparent 50%);
    padding-top: 0;
}

#secret .secret-box {
    background: #222;
    color: #fff;
    padding: 4rem 8rem;
    position: relative;
    text-align: center;
}

#secret .secret-label {
    position: absolute;
    top: -4rem;
    left: 0;
    background: var(--red);
    color: #fff;
    font-size: 4.5rem;
    font-weight: bold;
    padding: 1rem 5rem 1rem 2rem;
    line-height: 1.2;
    font-style: italic;

    /* 右側に三角形を追加 */
    clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
}

#secret .secret-text p {
    font-size: 5.5rem;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
}

.swiper {
    width: 100%;
    margin: 4rem auto 0;
    padding-bottom: 4rem;
}

.sld_box {
    padding: 3rem;
    border: 0.3rem solid #800b0b;
    background: #fff;
    box-sizing: border-box;
    height: 108rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.sld_box img {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
    /* 高さを揃える */

}

.secret_voice {
    background-color: #fff;
    padding: 5rem;
    margin: 5rem 5rem 0rem;
}

.secret_voice_img {
    width: 70%;
    margin: 0 auto;
}

.rela {
    position: relative;
}

.reco_deco::before,
.reco_deco::after {
    content: "";
    position: absolute;
    top: 1rem;
    bottom: 0rem;
    width: 10rem;
    /* 画像の横幅に合わせて調整 */
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.reco_deco::before {
    left: 0;
    background-image: url("../img/reco_l.png");
    /* ←＼の画像パスに置き換えてください */
}

.reco_deco::after {
    right: 0;
    background-image: url("../img/reco_r.png");
    /* ←／の画像パスに置き換えてください */
}

/*-----------------------------------------------------
hukidashi
-----------------------------------------------------*/
.hukidashi {
    position: relative;
    margin-bottom: 3rem;
}

.hukidashi::before,
.hukidashi::after {
    position: absolute;
    top: 1.5rem;
    content: "";
    width: 2px;
    height: 19rem;
    background: var(--mainTxtColor);
}

.hukidashi::before {
    transform: skew(25deg);
    left: 6rem;
}

.hukidashi::after {
    transform: skew(-25deg);
    right: 6rem;
}

/* -- #profile --*/
#profile {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
}

#profile h2.sub_head {
    text-align: center;
    font-size: 5.5rem;
}

.sub_head_bg {
    color: #fff;
    line-height: 1.3;
    letter-spacing: 2px;
    background: #2a2b2c;
    padding: 5rem 0;
    margin-bottom: 0;
}

.profile_box {}

.profile_box h3 {
    position: relative;
    color: #6F5213;
    margin: 5rem 0 0;
    padding: 6rem 0 7rem 0;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    line-height: 1.3;
}

.profile_box h3::before,
.profile_box h3::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 9rem;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
}

.profile_box h3::before {
    background-image: url("../img/frame1.png");
    top: -3.5rem;
    left: 0;
}

.profile_box h3::after {
    background-image: url("../img/frame2.png");
    bottom: -3.5rem;
    left: 0;
}

.profile_box .list1 {
    background: none;
    padding: 0;
    margin-bottom: 5rem;
}

.profile_item_wrap {
    margin-top: 2rem;
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}

.profile_item {
    position: relative;
    overflow: hidden;
    background: #2a2b2c;
    color: #fff;
    padding: 2rem;
    padding-top: 3rem;
}

.profile_item p {
    position: relative;
    z-index: 2;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 3rem;
    font-size: 110%;
}

.profile_item img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
}

.profile_item::after {
    position: absolute;
    top: -3rem;
    left: -4rem;
    width: 150%;
    height: 60%;
    content: '';
    transform: rotate(340deg);
    transform-origin: bottom left;
    background: url(../img/noise.png), #18191b;
}

#future {
    background-color: #2a2b2c;
    background-image: url("https://www.transparenttextures.com/patterns/black-linen.png");
}

.future_wht {
    background-color: #fff;
    padding: 5rem;
}

.future_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #8e8e8e;
}

.future_box:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.future_num {
    width: 10%;
    font-size: 7rem;
    font-weight: bold;
}

.future_txt {
    width: 89%;
    font-size: 4.3rem;
}

/* -- sec7 --*/
#lp_sec7 {
    background: var(--red);
    padding: 0 0 6rem;
}

/* -- sec8 --*/
#point {
    padding: 0 0 12rem;
    background-image: url(../img/bg_sec3.jpg);
    background-position: top center;
}

#point .point-box {
    position: relative;
    background: #fff;
    margin: 6rem 3rem 0;
    padding: 3rem;
    box-sizing: border-box;
    border-top: 1rem solid #ad0000;
}

/* 赤丸の数字 */
#point .point-num {
    position: absolute;
    top: -5rem;
    /* 上に飛び出させる */
    left: -2rem;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: #ad0000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8rem;
    font-weight: bold;
}

/* テキスト部分 */
#point .point-text {
    font-weight: bold;
    line-height: 1.5;
    color: #222;
    margin: 0;
    padding-left: 10rem;
    /* 数字分だけ右に寄せる */
}

.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}

.bg_r {
    background-image: url(../img/bg_img2.jpg);
    background-position: top center;
    color: #fff;
    padding: 10rem 0;
}

/* -- caution --*/
#caution {
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/checkered-pattern.png");
}

/* -- sec10 --*/
#caution h2.sub_head {
    text-align: center;
    font-size: 5rem;
    margin-bottom: 3rem;
}

.caution-box {
    padding: 4rem 3rem;
    background: #fffcf9;
    margin-bottom: 4rem;
}

.caution-box h3 {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 3rem;
    font-size: 4.8rem;
}

.caution-box.ng {
    background: #faffff;
    border: 0.2rem solid #162d7b;
}

.caution-box.ok {
    background: #fffdfd;
    border: 0.2rem solid #800b0b;
}

.check-list {
    padding: 0;
    margin: 0;
}

.check-list li {
    position: relative;
    padding: 2rem 0 2rem 6rem;
    line-height: 1.5;
    font-weight: 600;
    border-bottom: 0.1rem dotted #ddd;
    font-size: 4rem;
}

.check-list li:first-child {
    border-top: 0.1rem dotted #ddd;
}

.check-list li::before,
.check-list li::after {
    content: "";
    position: absolute;
}

.caution-box.ng .check-list li::before {
    top: 2.5rem;
    left: 0.8rem;
    width: 1.5rem;
    height: 2.8rem;
    border-right: 0.3rem solid #162d7b;
    border-bottom: 0.3rem solid #162d7b;
    transform: rotate(45deg);
}

.caution-box.ng .check-list li::after {
    top: 3.2rem;
    left: 0;
    width: 3rem;
    height: 3rem;
    border: 0.1rem solid #162d7b;
    border-radius: 0.2rem;
}

.caution-box.ok .check-list li::before {
    top: 2.5rem;
    left: 0.8rem;
    width: 1.5rem;
    height: 2.8rem;
    border-right: 0.3rem solid #800b0b;
    border-bottom: 0.3rem solid #800b0b;
    transform: rotate(45deg);
}

.caution-box.ok .check-list li::after {
    top: 3.2rem;
    left: 0;
    width: 3rem;
    height: 3rem;
    border: 0.1rem solid #800b0b;
    border-radius: 0.2rem;
}

.notice {
    text-align: center;
    color: #555;
}

/* -- sec10_2 --*/

/* -- sec11 --*/
#lp_sec11 {
    padding: 12rem 0 0;
    background-image: url(../img/bg_sec11.jpg);
    background-position: top center;
    color: #fff;
}

/* -- sec12 --*/
#lp_sec12 {
    background-image: url(../img/bg_sec12.jpg);
    background-position: top center;
}

/* -- sec13 --*/
#lp_sec13 {
    padding: 0 0 6rem;
    background: #000;
}

/* -- sec14 --*/
#lp_sec14 {
    background-image: url(../img/bg_sec14.jpg);
    background-position: top center;
    padding: 12rem 0 8rem;
}

/* -- sec15 --*/
#lp_sec15 {
    padding: 0 0 12rem;
    background-color: #000000;
    color: #fff;
}

/* -- schedule ----------------------------------------------------------------------------------------------*/
#schedule {
    background: #fffbf4;
    padding-top: 5rem;
}

#schedule .hukidashi {
    margin-bottom: 1rem;
}

#schedule .hukidashi::before,
#schedule .hukidashi::after {
    top: 0.5rem;
    height: 9rem;
}

/* 日程 */
.sche_day {
    background-color: var(--red);
    color: #fff;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 2rem;
}

.sche_day2 {
    background: #897804;
}

.schedule_ttl {
    border-left: 5px solid #c52022;
    margin-top: 6rem;
    margin-bottom: 2rem;
    padding-left: 3rem;
    font-size: 5.5rem;
    font-weight: bold;
    color: var(--red);
    line-height: 1.2;
}

.schedule_table {
    width: 100%;
    border: 1px solid #ccc;
    font-weight: 500;
    position: relative;
    font-size: 3.5rem;
}

.schedule_table th,
.schedule_table td {
    border: 1px solid #ccc;
    padding: 2rem;
}

.schedule_table th {
    background: #4f4f4f;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.schedule_table th:nth-child(1) {
    width: 40rem;
}

.schedule_table th:nth-child(2) {
    width: 30rem;
}

.schedule_table tr:nth-of-type(even) {
    background: #fbfbfb;
}

.schedule_table tr:nth-of-type(odd) {
    background: #fff;
}

.schedule_table td:nth-child(3) {
    text-align: center;
    vertical-align: middle;
}

.schedule_table td a {
    text-decoration: none;
    -webkit-animation: blink 0.6s ease-in-out infinite alternate;
    -moz-animation: blink 0.6s ease-in-out infinite alternate;
    animation: blink 0.6s ease-in-out infinite alternate;
    color: #b50000;
    font-size: 100%;
    font-weight: bold;
}

/* 会場 */
.schedule_place {
    font-size: 4rem;
}

.schedule_place hr {
    margin: 7rem 0;
}

.map {
    width: 100%;
    height: auto;
    margin: 2rem auto 0;
}

.schedule_place hr {
    margin: 5rem 0;
    color: #105e66;
}

/* -- よくある質問 ----------------------------------------------------------------------------------------------*/
#cp {
    background: #daefff;
}

.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_qa .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 1em 0;
}

.cp_qa .cp_actab:last-child {
    margin-bottom: 0;
}

.cp_qa .cp_actab input {
    position: absolute;
    opacity: 0;
}

/* 質問 */
.cp_qa .cp_actab label {
    font-weight: bold;
    line-height: 1.6em;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 2em 1em 2.8em;
    cursor: pointer;
    border-radius: 0.5em;
    background: #fff;
    font-size: 4rem;
}

.cp_qa .cp_actab label::before {
    position: absolute;
    font-family: serif;
    font-size: 1.5em;
    left: 3rem;
    top: 4.2rem;
    content: "Q";
}

.cp_qa .cp_actab label:hover {
    transition: all 0.3s;
    color: var(--mainColor);
}

/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
    font-size: 1.7em;
    font-weight: bold;
    /* line-height: 2em; */
    position: absolute;
    top: 4rem;
    right: 0;
    content: "+";
    display: inline-block;
    right: 2rem;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
    position: absolute;
}

/* 答え */
.cp_qa .cp_actab .cp_actab-content {
    position: relative;
    overflow: hidden;
    max-height: 0;
    padding: 0 0 0 2.5em;
    -webkit-transition: max-height 0.2s;
    transition: max-height 0.2s;
    border-radius: 0 0 0.5em 0.5em;
    font-size: 3.5rem;
}

.cp_qa .cp_actab .cp_actab-content::before {
    font-family: serif;
    font-size: 1.5em;
    position: absolute;
    margin: 0.4em 0 0 -1em;
    padding: 0;
    content: "A";
    color: var(--red);
    top: 2rem;
}

.cp_qa .cp_actab .cp_actab-content_inner {
    padding: 5rem 5rem 5rem 0;
}

/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked~.cp_actab-content {
    max-height: 55em;
    border: 10px solid #fff;
    border-top: none;
    background: #f8f8f8;
}

/* --答えの高さ */
.cp_qa .cp_actab input:checked~.cp_actab-content.px {
    max-height: 85em;
    border: 10px solid #fff;
}

/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked~label {
    border-radius: 0.5em 0.5em 0 0;
}

/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type="checkbox"]:checked+label::after {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.cp_actab .notice {
    padding-top: 0;
}

.ac_inner {
    background: #fff4e9;
    padding: 2rem;
}

.ac_inner:first-child {
    padding: 0rem;
}

/* アコーディオンエリアの設定 */
.ac_area {
    display: none;
    padding: 0 0 2rem;
}

.ac_inner:first-child {
    padding: 0rem;
}

/* フォームボタンの文言・アイコン */
.cta_btn:after {
    content: "▼";
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
}

.cta_btn.opened {
    background: var(--gray);
    border: 2px solid #8c8c8c;
}

.cta_btn.opened:before {
    content: "閉じる";
    font-size: 4.5rem;
}

.cta_btn.opened:after {
    content: "▲";
}

.cta_btn span {
    display: block;
    font-size: 4.5rem;
}

.cta_btn.opened span {
    display: none;
}

.cta_btn {
    display: block;
    width: 100%;
    background: var(--red);
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    padding: 3rem 0;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    z-index: 10;
    font-family: inherit;
    border-radius: 40px;
    border: 2px solid #ff6a6b;
}

.cta_btn:hover {
    filter: brightness(1.3);
}

/* -- ボタン網掛け --*/
/*ボタンの親要素にposition:relative;を追加*/
.header_form {
    position: relative;
    margin-top: 3rem;
    padding-bottom: 8rem;
}

/*ボタンの親要素にposition:relative;を追加*/
.form_close {
    pointer-events: none;
}

/*ボタンをクリックできないようにする(時限式で追加される)*/
.form_close .btn_ft {
    opacity: 0.3;
}

/*ボタンに薄い網掛けをする(時限式で追加される)*/
.form_close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "募集は終了しました";
    font-weight: 900;
    font-size: 5rem;
    z-index: 1;
    color: var(--red);
    font-family: "Noto Sans JP", sans-serif;
    background: #fff;
    padding: 2rem 20rem;
    width: fit-content;
    text-align: center;
}

/*ボタンの親要素にposition:relative;を追加*/
.form_close {
    pointer-events: none;
}

/*ボタンをクリックできないようにする(時限式で追加される)*/
.form_close .form-btn,
.form_close .letter_btn {
    opacity: 0.3;
}

#scfooter.form_close:before {
    top: 50%;
}

/*ボタンの上に終了の文言を表示(時限式で追加される)*/
footer {
    background: #eee;
    padding-bottom: 7rem;
}

/*ボディ内のボタン網掛けの位置調整*/
main .form_close:before {
    width: 50%;
    top: 67%;
}

#header_bottom .form_close:before {
    top: 80%;
}

#lp_sec5 .form_close:before {
    top: 75%;
}

#schedule .form_close:before {
    top: 17rem;
}

#lp_sec16 {
    padding-bottom: 0;
}

#lp_sec16 .form_close:before {
    top: 93%;
}

.loop-bg {
    height: 160px;
    background: url("../img/slide.jpg") repeat-x 0 50%;
    --tile-w: 2561px;
    animation: bgscroll 60s linear infinite;
}

@keyframes bgscroll {
    from {
        background-position: 0 50%;
    }

    to {
        background-position: calc(var(--tile-w) * -1) 50%;
    }
}



/*アニメーション*/
/* ----------------------------------------------------
ふわっと表示
------------------------------------------------------ */
.scroll-up {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 1s;
}

.scroll-up.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/* -- cart__area --*/
#cart__area {
    padding: 12rem 0 0;
}

/* -- その他 --*/
#form .grid {
    grid-template-columns: 1fr !important;
}

.w_700 {
    font-weight: 700;
}