@charset "utf-8";
html {
    max-width: 1200px;
    touch-action: manipulation;
    margin-right: auto;
    margin-left: auto;
    background: #000000;
    overflow-x: hidden;
    font-family: 'Zen Antique Soft';
    font-size: 16px;
    color: #FFFFFF;
}
body{
    top: calc(64px + 16px);
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100vh;
    min-height: 800px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), image-set(
        url("../images/header@2x.png.webp") type("image/webp"),
        url("../images/header@2x.png") type("image/png")
    );
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    z-index: 100;
}
header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.64);
}
header > div{
    position: relative;
    width: 100%;
    height: 100%;
}
footer {
    overflow: visible;
    white-space: nowrap;
    text-align: center;
    font-family: 'Zen Antique Soft';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 54px;
    background: #FFFFFF;
    color: #000000;
}
main {
    position: relative;
    width: 100%;
    margin-top: 100vh;
    margin-bottom: 32px;
    padding-top: 32px;
    letter-spacing: 1px;
}
a {
    color: #526EE1;
}
a:hover {
    opacity: 0.7;
}
span {
    display: inline-block;
}
span.emphasis{
    color: #A1762D;
}
span.red{
    color: #BA0A0A;
}
span.black{
    color: #000000;
}
box {
    display: block;
    width: 100%;
    padding: 32px 0;
    background: image-set(
        url("images/n_6723634_l@2x.png.webp") type("image/webp"),
        url("images/n_6723634_l@2x.png") type("image/png")
    );
    background-size: cover;
    box-shadow: 0px 3px 6px #00000029;
}
p {
    font-size: 14px;
    margin: 8px;
    padding: 8px;
    box-shadow: 0px 3px 6px #00000029;
}
button {
    position: relative;
    margin-top: 32px;
    width: 400px;
    height: 80px;
    background: #A1762D;
    border: 5px solid #885E18;
    border-radius: 50px;
    overflow: visible;
    white-space: nowrap;
    text-align: center;
    font-family: 'Zen Antique Soft';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 1px;
    cursor: pointer;
}
button::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 32px;
    top: calc(50% - 2px);
    border-top: solid 4px;
    border-right: solid 4px;
    transform: rotate(45deg) translateY(-50%);
}
img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}
h1 {
    width: 100%;
    position: relative;
    padding-top: 64px;
    padding-bottom: 16px;
}
h1 > .main {
    width: 100%;
    overflow: visible;
    white-space: nowrap;
    text-align: center;
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    color: #2E2A25;
    letter-spacing: 8px;
}
h1 > .sub {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translatex(-50%);
    overflow: visible;
    white-space: nowrap;
    text-align: center;
    font-family: 'Zen Antique Soft';
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    letter-spacing: 2px;
}
h2 {
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translatex(-50%);
    margin: 0;
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    color: #FFFFFF;
    opacity: 0.3;
}
#title {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
}
#title > picture > img {
    width: 320px;
}
#title > .title_top {
    display: block;
    width: 388px;
    padding-bottom: 16px;
    line-height: 32px;
    letter-spacing: 2px;
}
.title_bottom > span{
    display: block;
    width: 388px;
    border-top: solid 2px;
    border-bottom: solid 2px;
    margin-top: 20px;
    padding-bottom: 4px;
    line-height: 46px;
    letter-spacing: 1px;
}
header > div > a > button{
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background: #A1762D;
    border: 10px solid #BC851E;
    filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.8));
}
header > div > a > button::after{
    display: none;
}
header > div > a > button > picture > img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
    width: 40px;
    mix-blend-mode: soft-light;
}
header > div > a > button > span{
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2px;
}
.title_scroll{
    display: flex;
    flex-flow: column;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 32px;
    color: #A1762D;
    letter-spacing: 2px;
}
.title_scroll > .border{
    height: 64px;
    width: 0;
    border-left: 1px solid;
    margin-top: 8px;
}
#description{
    display: flex;
    position: fixed;
    top: 0;
    padding-top: 8px;
    height: 64px;
    width: calc(100% - 16px);
    max-width: calc(1200px - 16px);
    background: #000000;
    align-items: center;
    z-index: 10;
}
#description > picture > img{
    height: calc(100% - 16px);
    margin-left: 16px;
}
#menu{
    display: flex;
    margin-left: auto;
}
#menu > a{
    text-decoration:none;
}
#menu > a > .menu_list{
    display: flex;
    flex-flow: column;
    position: relative;
    margin: 0 8px;
}
.menu_list > .title{
    overflow: visible;
    white-space: nowrap;
    text-align: center;
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #A1762D;
    letter-spacing: 1px;
}
.menu_list > .sub{
    overflow: visible;
    white-space: nowrap;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 2px;
}
#menu > a > button{
    margin: 0 8px;
    height: 40px;
    width: 144px;
    font-size: 14px;
    background: #911A1A;
    border: 5px solid #6A1B1B;
}
#menu > a > button::after{
    display: none;
}
#movie{
    margin: 64px 5%;
    padding: 32px;
    border: 1px solid #BC851E;
    text-align: center;
}
#movie > iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
}
#movie > div{
    margin-top: 8px;
}
#feature_1{
    width: 90%;
    margin: 0 5%;
    text-align: center;
}
#feature_1_2{
    margin: 32px 0;
    font-size: 24px;
}
.feature_1_2_1{
    font-size: 32px;
}
#feature_2{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 5%;
}
#feature_2 > div{
    margin: 2% 0;
    width: calc(100% / 4 - 4%);
    display: block;
    background: #272424;
}
#feature_2 > div > span{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}
#feature_3{
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    position: relative;
    width: 100%;
}
#feature_3::before {
    content: '';
    position: absolute;
    top: -74%;
    right: 0;
    bottom: 0;
    left: 0;
    height: 200%;
    background: image-set(
        url("n_7457900_l@2x.png.webp") type("image/webp"),
        url("n_7457900_l@2x.png") type("image/png")
    );
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
#feature_3::after {
    content: '';
    position: absolute;
    top: -90%;
    right: 0;
    bottom: 0;
    left: 0;
    height: 200%;
    background: #000000;
    z-index: -2;
    transform: skew(0,6.2deg);
}
#feature_3 > .title_top{
    width: 90%;
    margin: 64px 0;
    padding-bottom: 0;
    font-size: 24px;
}
#feature_3 > picture > img{
    width: 320px;
}
#feature_3 > .title_bottom {
    margin-bottom: 44px;
}
#feature_3 > .title_bottom > span {
    width: 320px;
    margin-top: 20px;
    color: #A1762D;
}
#feature_4{
    display: flex;
    flex-flow: column;
    position: relative;
    aspect-ratio: 16/9;
}
#feature_4::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 60%;
    height: 100%;
    background: image-set(
        url("n_6776666_m@2x.png.webp") type("image/webp"),
        url("n_6776666_m@2x.png") type("image/png")
    );
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -3;
}
#feature_4 > .title{
    margin: 64px 5% 32px 5%;
    font-size: 32px;
    letter-spacing: 2px;
}
#feature_4 > .title > #feature_4_1{
    font-size: 26px;
}
#feature_4 > .list_items{
    display: flex;
    margin: 16px 5% 0 5%;
    min-height: 56px;
    width: 80%;
    font-size: 20px;
}
#feature_4 > .list_items > div{
    display: flex;
    align-items: center;
}
#feature_4 > .list_items > .no{
    justify-content: center;
    min-width: 56px;
    text-align: center;
    font-family: Cormorant Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    background: #2E2A25;
}
#feature_4 > .list_items > .text{
    padding: 8px 32px;
    width: 100%;
    background: #434040;
}
#feature_5{
    display: flex;
    flex-flow: column;
    position: relative;
    text-align: center;
    align-items: center;
    margin-top: 112px;
    background: #A1762D;
}
#feature_5::before {
    content: '';
    position: absolute;
    top: -20%;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: #A1762D;
    transform: skew(0,-7deg);
    z-index: -2;
}
#feature_5::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: #A1762D;
    transform: skew(0,7deg);
    z-index: -2;
}
#feature_5 > div{
    max-width: 90%;
    margin: 0 5%;
}
#feature_5_1 > span{
    position: relative;
    font-size: 32px;
    width: 480px;
    margin: 32px 0;
}
#feature_5_1 > span::before, #feature_5_1 > span::after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
}
#feature_5_1 > span::before {
	border-left: solid 8px #FFFFFF;
	border-top: solid 8px #FFFFFF;
	top: 0;
	left: 0;
}
#feature_5_1 > span::after {
	border-right: solid 8px #FFFFFF;
	border-bottom: solid 8px #FFFFFF;
	bottom: 0;
	right: 0;
}
#feature_5_2{
    font-size: 24px;
    padding: 8px 0;
}
#feature_5 > .list{
    background: #434040;
    margin: 8px 16px;
    width: 640px;
    max-width: calc(100% - 32px - 32px);
    padding: 8px 16px;
}
#feature_5_3 > span{
    font-size: 20px;
    margin-top: 32px;
}
#feature_5_4 {
    font-size: 24px;
    line-height: 40px;
    border-bottom: 4px solid #2E2A25;
}
#service{
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    margin: 0 5%;
}
.service{
    position: relative;
    width: 100%;
    margin: 32px 0;
    padding-top: 48px;
    padding-bottom: 64px;
    background: image-set(
        url("n_6723634_l@2x.png.webp") type("image/webp"),
        url("n_6723634_l@2x.png") type("image/png")
    );
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
#service > .responsive{
    width: calc(50% - 32px);
}
#service > h1{
    margin: 32px 0 32px 5%;
}
#service > h1 > .main{
    text-align: left;
}
#service > h1 > .sub{
    left: 0;
    bottom: -16px;
    transform: none;
    text-align: left;
    font-size: 14px;
}
#service > h1 > .sub > .sub2{
    font-size: 28px;
}
#service_1 > div{
    width: 90%;
    margin: 32px 5%;
}
#service_1_0 > .emphasis{
    font-size: 32px;
}
#service_1_1{
    padding-bottom: 64px;
    background: #161212;
}
#service_1_1 > .caption{
    width: 100%;
    line-height: 40px;
    background: #A1762D;
}
#service_1_2{
    width: 90%;
    margin: 32px 5%;
}
#service_1_3{
    margin: 48px auto;
    padding: 32px;
    width: 560px;
    max-width: 80%;
    background: #1A1919;
    text-align: left;
}
#service_1_3 > picture > img{
    width: 90%;
    margin: -10% 5% 16px 5%;
}
#service_1_3 > span,#service_1_3 > div{
    margin-bottom: 8px;
}
#service_1_3_1{
    font-size: 20px;
}
#service_1_3_2{
    font-size: 32px;
}
#service_1_4_1{
    font-size: 24px;
}
#service_1_5{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    margin: 32px 5%;
}
#service_1_5 > div{
    position: relative;
    display: block;
    margin: 2%;
    width: calc(100% / 2 - 4%);
    background: #1A1919;
}
#service_1_5 > div > span{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 12px;
    background: #A1762D;
}
#service_1_5 > div > .span_1, #service_1_5 > div > .span_3{
    top: -50px;
    left: -50px;
}
#service_1_5 > div > .span_2{
    top: -50px;
    right: -50px;
}
#service_1_5 > div > .img_1{
    margin: 32px;
    max-width: calc(100% - 64px);
}
#service_1_5 > #service_1_5_2{
    padding-bottom: 32px;
}
#service_1_5 > div > .img_2{
    display: block;
    margin: 10% auto 0 10%;
    max-width: 60%;
}
#service_1_5 > div > .img_3{
    display: block;
    margin: 4% 10% 0 auto;
    max-width: 60%;
}
#service_1_5 > div > .img_4{
    margin: 32px 0 32px auto;
    max-width: 44%;
}
#service_1_5 > div > .img_5{
    margin: 32px auto 32px 0;
    max-width: 37%;
}
#service_1_6, #service_1_7, #service_1_8{
    margin: 16px 5%;
}
#service_1_6_1{
    font-size: 24px;
}
.service > .caption{
    display: flex;
    align-items: center;
    height: 64px;
    margin: 0 64px;
    padding-top: 16px;
    font-size: 32px;
    color: #A1762D;
}
.service > .caption > span{
    width: 100%;
}
.service > .text{
    margin: 0 64px;
    padding-top: 32px;
    text-align: left;
}
#service_9 > span{
    margin: 16px 64px;
    text-align: left;
}
#service_9 > div > div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 64px;
    padding: 4px 8px;
    background: #2E2A25;
}
#instructor{
    display: flex;
    flex-flow: column;
    position: relative;
    text-align: center;
    align-items: center;
    margin-top: 32px;
    background: #2E2A25;
}
#instructor::before {
    content: '';
    position: absolute;
    top: -2%;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: #2E2A25;
    transform: skew(0,-5deg);
    z-index: -2;
}
#instructor::after {
    content: '';
    position: absolute;
    top: 2%;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: #2E2A25;
    transform: skew(0,5deg);
    z-index: -2;
}
#instructor > h1{
    padding-top: 0;
}
#instructor > h1 > .main{
    color: #FFFFFF;
    opacity: 0.2;
}
#instructor_1{
    display: flex;
    align-items: flex-end;
    margin: 32px 5%;
}
#instructor_1 > picture > img{
    width: 50%;
    aspect-ratio: 7 / 9;
    object-fit: cover;
}
#instructor_1 > div{
    width: 50%;
    margin-left: -8%;
    margin-bottom: 6%;
    padding :64px 0;
    text-align: left;
    background: #161212;
}
#instructor_1 > div > div{
    margin: 0 64px;
    width: calc(100% - 128px);
}
#iwashi{
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    padding-bottom: 16px;
}
#ytmn{
    font-size: 14px;
}
#name1{
    font-size: 32px;
    margin-left: 16px;
}
#name2{
    margin-left: auto;
    padding-left: 32px;
    font-family: Cormorant Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    opacity: 0.2;
}
#instructor_1 > div > .text{
    line-height: 32px;
}
#instructor_2, #instructor_3{
    position: relative;
    margin: 16px 10%;
    width: 80%;
    padding-bottom: 32px;
    background: #161212;
}
#instructor_2 > .caption, #instructor_3 > .caption{
    position: relative;
    width: calc(100% - 32px);
    padding: 8px 16px;
    margin-bottom: 16px;
}
#instructor_2 > .caption{
    background: #264876;
}
#instructor_3 > .caption{
    background: #911A1A;
}
#before,#after{
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translatey(-50%);
    font-family: Cormorant Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    opacity: 0.2;
}
#instructor_2 > .list_items, #instructor_3 > .list_items{
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 80%;
    margin: 16px 10%;
    text-align: left;
    background: #434040;
}
#instructor_2_1, #instructor_2_2{
    padding: 16px 136px 16px 48px;
}
#instructor_2_3, #instructor_3 > .list_items{
    padding: 16px 16px 16px 48px;
}
#instructor_2 > .list_items > .no, #instructor_3 > .list_items > .no{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    font-family: Cormorant Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    opacity: 0.2;
}
#instructor_2 > .list_items > picture > img.past{
    position: absolute;
    top: 16px;
    right: 16px;
    width: 120px;
    max-height: none;
    z-index: 1;
}
#instructor_2 > .list_items > picture > img.transcript{
    width: 200px;
    margin: 16px 0 0 auto;
}
#instructor_4{
    margin: 32px 5%;
    line-height: 32px;
}
.instructor_4_1{
    font-size: 24px;
}
#delivery_contents{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 32px 5%;
}
.delivery_contents{
    position: relative;
    width: 100%;
    margin-top: 64px;
    padding-top: 48px;
    padding-bottom: 64px;
    background: image-set(
        url("n_6723634_l@2x.png.webp") type("image/webp"),
        url("n_6723634_l@2x.png") type("image/png")
    );
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
#delivery_contents > .responsive {
    width: calc(50% - 32px);
}
.delivery_contents > .h2_season {
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translatex(-50%);
    font-size: 24px;
    opacity: 0.2;
}
.delivery_contents > .caption {
    margin: 0 64px;
    font-size: 32px;
    color: #A1762D;
}
.delivery_contents > .text {
    margin: 0 64px;
    width: calc(100% - 128px);
    padding-top: 32px;
    text-align: left;
    line-height: 32px;
}
#delivery_contents > span {
    margin-top: 16px;
    line-height: 24px;
}
#contents{
    position: relative;
    padding-top: 64px;
    margin-top: -128px;
}
#contents::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 200%;
    background: url('n_1_h@2x.png');
    background: image-set(
        url("n_1_h@2x.png.webp") type("image/webp"),
        url("n_1_h@2x.png") type("image/png")
    );
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
#contents > h1{
    width: 50%;
    margin: 0 0 0 auto;
}
#contents > h1 > .main{
    color: #FFFFFF;
    opacity: 0.2;
}
#contents > h1 > .sub{
    color: #2E2A25;
}
#contents > div{
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 64px 10%;
    min-height: 350px;
}
#contents > div > div{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 8px;
    font-size: 14px;
    color: #2E2A25;
    background: #FFFFFF;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
}
#contents > div > span{
    width: 100%;
    margin-right: 8px;
    text-align: right;
}
#contents > div > div.responsive {
    width: calc(50% - 24px);
}
#contents > div > div > .checkmark{
    position: relative;
    min-width: 24px;
    height: 24px;
    margin-right: 8px;
    background: #9F8557;
    border-radius: 4px;
}
#contents > div > div > .checkmark::after {
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  width: 12px;
  height: 6px;
  border-left: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
}
#participation_fee{
    display: flex;
    flex-flow: column;
    position: relative;
    text-align: center;
    align-items: center;
}
#participation_fee_1{
    position: relative;
    padding: 32px 64px;
    margin: 32px 10%;
    line-height: 32px;
}
#participation_fee_1::before{
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    width: 100%;
    height: 100%;
    border: 1px solid #9F8557;
}
#participation_fee_1::after{
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 100%;
    height: 100%;
    border: 1px solid #9F8557;
}
#participation_fee_1 > picture > img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 50%;
    z-index: -1;
}
#participation_fee .left{
    width: 200px;
    margin-right: 64px;
    font-size: 32px;
}
#participation_fee .right{
    width: 320px;
    text-align: right;
    margin-left: auto;
}
#participation_fee .price{
    font-size: 60px;
    letter-spacing: 2px;
    margin: 0 8px;
}
#participation_fee .yen{
    font-size: 42px;
}
#participation_fee_2,#participation_fee_3{
    display: flex;
    flex-direction: column;
    margin: 32px 10%;
    padding: 32px 64px;
    border: 4px solid #83704D;
}
#participation_fee_2 > div,#participation_fee_3 > div{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#participation_fee_2{
    background: #2E2A25;
}
#participation_fee_3{
    background: #911A1A;
}
#participation_fee_2_1{
    font-size: 24px;
}
#participation_fee_2_2{
    line-height: 32px;
    text-align: right;
    margin-right: 16px;
}
#participation_fee_3_1{
    width: 100%;
    font-size: 32px;
    line-height: 48px;
    justify-content: center;
    color: #A1762D;
}
#participation_fee_3_2{
    line-height: 32px;
    text-align: right;
    margin-right: 16px;
    animation: blinking 1s ease-in-out infinite alternate;
}
@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
#stock{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
#participation_fee_4{
    display: flex;
    justify-content: center;
    margin: 0 10%;
}
#participation_fee_4 > div{
    display: flex;
    flex-flow: column;
    margin: 0 16px;
}
#participation_fee_4 > div > button{
    width: 320px !important;
    height: 64px !important;
    font-size: 18px !important;
    margin: 16px 0;
    padding: 0 !important;
    border-radius: 50px !important;
    font-family: 'Zen Antique Soft' !important;
    font-weight: normal !important;
}
.participation_fee_4_1 {
    background-color: #2E2A25 !important;
    background-image: image-set(
        url("n_85@2x.png.webp") type("image/webp"),
        url("n_85@2x.png") type("image/png")
    ) !important;
    background-position: 16px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-blend-mode: soft-light;
    border: 5px solid #413E34 !important;
}
.participation_fee_4_2 {
    background-color: #911A1A !important;
    background-image: image-set(
        url("n_89@2x.png.webp") type("image/webp"),
        url("n_89@2x.png") type("image/png")
    ) !important;
    background-position: 16px;
    background-repeat: no-repeat;
    background-size: 32px;
    background-blend-mode: soft-light;
    border: 5px solid #6A1B1B !important;
}
#participation_fee_4 > div > span{
    margin: 4px 32px;
    background: #A1762D;
    border-radius: 20px;
    font-size: 14px;
    line-height: 28px;
}
#annotation{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 620px;
    max-width: calc(80% - 64px);
    margin-top: 16px;
    padding: 16px 32px;
    font-size: 12px;
    text-align: left;
    background: #121212;
    border: 1px solid #83704D;
}
#annotation > div{
    width: 100%;
    text-align: left;
}
#line_area{
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    width: 100%;
}
#line_area > a > button{
    margin: 16px 0;
}
#line{
    display: none;
    margin: 32px;
    padding: 32px;
    max-width: calc(100% - 128px);
    background: #121212;
    color: #A1762D;
}
#line_area > a > button, #line > a > button, #sold_out > .line > a > button{
    background-color: #00B900;
    background: image-set(
        url("line.png") type("image/webp"),
        url("line.png") type("image/png")
    );
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 80px;
    border: 5px solid #06c755;
}
#line_area > a > button > span::after, #line > a > button > span::after, #sold_out > .line > a > button > span::after {
    font-size: 24px;
    content: '公式LINEを追加する';
}
#sold_out{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10%;
    width: 80%;
}
#sold_out > span{
    line-height: 64px;
    font-size: 48px;
    margin: 16px 32px;
    padding: 8px 64px;
    background: #1A1919;
    color: #A1762D;
    border-radius: 50px;
}
#sold_out > .line{
    display: flex;
    flex-direction: column;
    margin: 32px;
    padding: 32px;
    width: 660px;
    max-width: calc(100% - 64px);
    background: #121212;
    color: #FFFFFF;
}
#participation_fee_5{
    margin: 32px 5%;
    padding: 32px 64px;
    width: calc(100% - 10% - 64px);
    background: #161212;
}
#participation_fee_5 > span{
    font-size: 32px;
    margin-bottom: 32px;
}
#participation_fee_5 > div{
    display: flex;
    align-items: stretch;
    margin: 16px 0;
    width: 100%;
    font-size: 20px;
}
#participation_fee_5 > div > .caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 240px;
    padding: 16px;
    background: #000000;
}
#participation_fee_5 > div > .caption > picture > img{
    width: 160px;
    margin-top: 8px;
}
#participation_fee_5 > div > .text{
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px 32px 16px 48px;
    text-align: left;
    background: #2E2A25;
    flex: 1;
}
#participation_fee_5 > div > .text::before,
#participation_fee_5 > div > .text::after {
    content: '';
    position: absolute;
    left: 0;
    height: 50%;
    width: 20px;
}
#participation_fee_5 > div > .text::before {
    top: 0;
    background:linear-gradient(to bottom left, transparent 50% , #000000 50%);
}
#participation_fee_5 > div > .text::after {
    top: 50%;
    background:linear-gradient(to top left, transparent 50% , #000000 50%);
}
#participation_fee_5 > div > #participation_fee_5_1 > .caption > span{
    font-size: 16px;
}
#participation_fee_5 > #participation_fee_5_1 > .text{
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    background: #A1762D;
}
#participation_fee_5_2{
    font-size: 36px;
}
#participation_fee_5_3{
    font-size: 16px;
}
#impressions > div{
    margin: 32px 5%;
    width: 90%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
}
#impressions > div > div{
    margin: 2%;
    width: calc(100% / 4 - 4%);
    display: block;
    background: #434040;
    position: relative;
}
#impressions > div > div.spacer{
    height: 0;
}
#impressions > div > div > span.review{
    margin: 4px 8px 32px 8px;
    width: calc(100% - 16px);
    font-size: 15px;
}
#impressions > div > div > span.reviewer{
    position: absolute;
    right: 8px;
    bottom: 0;
    height: 24px;
    font-size: 14px;
}
#message > h1{
    padding-top: 0;
}
#message > div{
    margin: 32px 5%;
    width: 90%;
    background: #161212;
}
#message > div > span{
    margin: 32px;
    width: calc(100% - 64px);
    text-align: center;
}
#signature{
    font-family: 'Zen Kurenaido';
    font-size: 22px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 64px;
}
#q_a > span{
    margin: 32px 10% 0 10%;
    width: 80%;
    font-size: 36px;
    text-align: center;
}
#q_a > div{
    margin: 32px 10%;
    width: 80%;
}
#q_a > div > div{
    display: flex;
}
#q_a > div > div > .q, #q_a > div > div > .a{
    position: relative;
    width: 48px;
    min-height: 48px;
    font-size: 32px;
}
#q_a > div > div > .q > span, #q_a > div > div > .a > span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#q_a > div > div > .q{
    background: #9F8557;
}
#q_a > div > div > .a{
    background: #434040;
}
#q_a > div > div > .caption{
    display: flex;
    align-items: center;
    width: 100%;
    background: #161212;
}
#q_a > div > div > .caption > span{
    margin: 8px 16px;
}
#q_a > div > div > .text{
    display: flex;
    align-items: center;
    width: 100%;
    background: #434040;
}
#q_a > div > div > .text > span{
    margin: 16px;
    font-size: 14px;
}

.modal {
  display: none !important;
  position: fixed !important;
  z-index: 1000 !important;
  left: 0 !important;
  top: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  overflow: auto !important;
  background: rgba(0,0,0,0.5) !important;
  /* 中央配置用 */
  align-items: center !important;
  justify-content: center !important;
}
.modal.open {
  display: flex !important;
}
.modal-content {
  background: #181818 !important;
  color: #fff !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.45) !important;
  padding: 0 !important;
  overflow: hidden !important;
  font-family: 'M PLUS 1p', 'Zen Kurenaido', sans-serif !important;
  max-width: 300px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  /* 中央配置のため上下左右の余白をなくす */
}
.close {
  position: absolute !important;
  right: 16px !important;
  top: 12px !important;
  font-size: 2rem !important;
  cursor: pointer !important;
}
.modal-content label {
  display: block !important;
  margin-top: 12px !important;
}
.modal-content input {
  width: 100% !important;
  padding: 8px !important;
  margin-top: 4px !important;
  border-radius: 6px !important;
  border: 1px solid #ccc !important;
  margin-bottom: 10px !important;
}
.modal-content, .modal-content label, .modal-content input, .modal-content button {
  color: #333 !important;
}

/* 上部ゴールド帯 */
.modal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(161, 118, 45);
  color: #222;
  font-size: 13px;
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
  height: 52px;
}

/* 閉じるボタン */
.modal-header .close {
  position: absolute !important;
  right: 16px !important;
  top: 10px !important;
  color: #222 !important;
  font-size: 1.5rem !important;
  opacity: 0.7;
}

/* プラン情報 */
.plan-info {
  display: flex;
  align-items: center;
  padding: 18px 24px 10px 24px;
  background: #222;
}
.plan-info picture img {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  margin-right: 16px;
  object-fit: cover;
  background: #000;
}
.plan-details {
  color: #fff;
  font-size: 1rem;
}
.plan-details .plan-title {
  font-weight: bold;
  font-size: 1.1rem;
}
.plan-details .plan-desc {
  font-size: 0.95rem;
  margin-top: 2px;
  color: #ccc;
}

/* フォーム */
.modal-form {
  padding: 18px 24px 0 24px;
}
.modal-form .form-title {
  color: #FFF;
  font-size: 1.05rem;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
.modal-form label {
  color: #fff !important;
  font-size: 0.98rem;
  margin-top: 0 !important;
}
.modal-form input {
  width: 100% !important;
  padding: 10px 12px !important;
  border-radius: 8px !important;
  border: 1px solid #444 !important;
  background: #222 !important;
  color: #fff !important;
  margin-bottom: 10px !important;
  font-size: 1rem;
}

/* 電話番号欄の国旗 */
.phone-group {
  display: flex;
  align-items: center;
}
.phone-group .flag {
  width: 28px;
  height: 20px;
  margin-right: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
  object-fit: cover;
  background: #fff;
}
.phone-group input {
  flex: 1;
}

/* ボタン */
.modal-form button[type="submit"] {
  width: 100%;
  font-weight: bold;
  font-size: 1.1rem;
  border: none;
  border-radius: 8px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 10px;
  cursor: pointer;
  transition: background 0.2s;
}
.modal-form button[type="submit"]:hover {
  background: #d1b06b;
}
.img_4 {
    padding-bottom: 20px;
}

@media (max-width: 959px) {
    footer {
        font-size: 14px;
    }
    h1 > .main {
        font-size: 60px;
    }
    #delivery_contents > h1 > .main, #participation_fee > h1 > .main{
        font-size: 48px;
    }
    h1 > .sub {
        font-size: 28px;
    }
    #service > h1 > .sub{
        text-align: left;
        font-size: 13px;
    }
    #service > h1 > .sub > .sub2{
        font-size: 26px;
    }
    #menu > a > .menu_list{
        display:none;
    }
    #feature_4 > .title{
        margin: 64px 5% 16px 5%;
        font-size: 28px;
    }
    #feature_4 > .title > #feature_4_1{
        font-size: 20px;
    }
    #feature_5_1 > span {
        font-size: 28px;
        width: 400px;
    }
    #feature_5_1 > span::before {
        border-left: solid 6px #FFFFFF;
        border-top: solid 6px #FFFFFF;
    }
    #feature_5_1 > span::after {
        border-right: solid 6px #FFFFFF;
        border-bottom: solid 6px #FFFFFF;
    }
    #service > .responsive {
        width: 100%;
    }
    #service_1_3_1{
        font-size: 20px;
    }
    #service_1_3_2{
        font-size: 25px;
    }
    #instructor_1 > div{
        padding: 32px 0;
    }
    #instructor_1 > div > div{
        margin: 0 32px;
        width: calc(100% - 64px);
    }
    #name2 {
        font-size: 36px;
    }
    #instructor_1 > div > .text{
        font-size: 14px;
        line-height: 24px;
    }
    #instructor_2 > .caption, #instructor_3 > .caption{
        width: calc(100% - 120px);
        padding: 8px 16px 8px 104px;
    }
    #delivery_contents > .responsive {
        width: 100%;
    }
    #contents > h1 {
        width: 60%;
        margin: 0 0 0 auto;
    }
    #contents::before {
        top: 10%;
    }
    #contents > div > div.responsive {
        width: 100%;
    }
    #participation_fee {
        margin-top: -64px;
    }
    #participation_fee_1 {
        padding: 32px 32px;
    }
    #participation_fee_1 > .emphasis {
        font-size: 24px;
    }
    #participation_fee_2,#participation_fee_3{
        margin: 16px 10%;
        padding: 16px 32px;
        width: 432px;
        max-width: 80%
    }
    #participation_fee .left{
        flex-direction: row;
        align-items: center;
        width: 160px;
        margin-right: 0;
    }
    #participation_fee_2 > div > .right{
        width: 240px;
    }
    #participation_fee_3 > div > .right{
        width: 220px;
    }
    #participation_fee .price{
        font-size: 48px;
    }
    #participation_fee .yen{
        font-size: 26px;
    }
    #participation_fee_4 > div > button {
        width: 220px !important;
        height: 48px !important;
        font-size: 14px !important;
    }
    .participation_fee_4_1 {
        background-size: 24px;
    }
    .participation_fee_4_2 {
        background-size: 20px;
    }
    #participation_fee_4 > div > button::after {
        right: 24px;
        border-top: solid 4px;
        border-right: solid 4px;
    }
    #line_area > a{
        max-width: calc(100% - 32px);
    }
    #line_area > a > button, #line > a > button, #sold_out > .line > a > button{
        max-width: 100%;
    }
    #line_area > a > button > span::after, #line > a > button > span::after, #sold_out > .line > a > button > span::after {
        font-size: 18px;
    }
    #sold_out > span {
        line-height: 56px;
        font-size: 40px;
        padding: 8px 48px;
    }
    #participation_fee_5 {
        padding: 32px 32px;
        width: calc(100% - 10% - 64px);
    }
    #participation_fee_5 > div {
        font-size: 16px;
    }
    #participation_fee_5 > div > .caption {
        width: 160px;
    }
    #participation_fee_5_1 > .caption > span{
        font-size: 13px;
    }
    #participation_fee_5 > div > .caption > picture > img {
        width: 140px;
    }
    #participation_fee_5 > div > .text{
        padding: 8px 16px 8px 32px;
    }
    #participation_fee_5_2{
        font-size: 26px;
    }
    #participation_fee_5_3{
        font-size: 12px;
    }
    #impressions > div > div{
        width: calc(100% / 3 - 4%);
    }
}
@media (max-width: 519px) {
    html {
        font-size: 14px;
    }
    header {
        min-height: 600px;
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), image-set(
            url("../images/header.png.webp") type("image/webp"),
            url("../images/header.png") type("image/png")
        );
    }
    footer {
        font-size: 12px;
    }
    h1 > .main {
        font-size: 54px;
        letter-spacing: 4px;
    }
    #delivery_contents > h1 > .main, #participation_fee > h1 > .main{
        font-size: 34px;
    }
    h1 > .sub {
        font-size: 20px;
    }
    #service > h1 > .sub{
        font-size: 11px;
        letter-spacing: 1px;
    }
    #service > h1 > .sub > .sub2{
        font-size: 22px;
    }
    #title{
        font-size: 16px;
    }
    #title > picture > img {
        width: 240px;
    }
    #title > .title_top {
        width: 256px;
        line-height: 24px;
    }
    .title_bottom > span{
        width: 256px;
        line-height: 36px;
    }
    header > div > button{
        bottom: 120px;
        width: 120px;
        height: 120px;
        border: 8px solid #BC851E;
    }
    header > div > button > picture > img{
        width: 32px;
    }
    header > div > button > span{
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1px;
    }
    .title_scroll{
        font-size: 24px;
    }
    .title_scroll > .border{
        height: 48px;
    }
    #feature_1_2{
        margin: 16px 0;
        font-size: 20px;
    }
    .feature_1_2_1{
        font-size: 28px;
    }
    #feature_2 > div {
        width: calc(100% / 2 - 4%);
    }
    #feature_2 > div > span {
        font-size: 12px;
    }
    #feature_3 > picture > img {
        width: 260px;
    }
    #feature_3 > .title_bottom > span {
        width: 260px;
    }
    #feature_4 > .list_items{
        font-size: 14px;
    }
    #feature_4 > .list_items > .text {
        padding: 8px 16px;
    }
    #feature_4 > .title{
        font-size: 22px;
        letter-spacing: 1px;
    }
    #feature_4 > .title > #feature_4_1 {
        font-size: 18px;
    }
    #feature_5_1 > span {
        font-size: 20px;
        line-height: 36px;
        width: 304px;
    }
    #feature_5_1 > span::before {
        border-left: solid 4px #FFFFFF;
        border-top: solid 4px #FFFFFF;
    }
    #feature_5_1 > span::after {
        border-right: solid 4px #FFFFFF;
        border-bottom: solid 4px #FFFFFF;
    }
    #feature_5_2 {
        font-size: 20px;
    }
    #feature_5_3 > span {
        font-size: 16px;
    }
    #feature_5_4 {
        font-size: 18px;
        line-height: 32px;
    }
    #service_1_0 > .emphasis{
        font-size: 26px;
    }
    #service_1_3 {
        font-size: 12px;
        padding: 16px;
    }
    #service_1_3_2{
        font-size: 20px;
    }
    #service_1_3 > picture > img {
        width: 100%;
        margin: -20% 0 16px 0;
    }
    #service_1_4 {
        margin-bottom: 48px;
    }
    #service_1_4_1 {
        font-size: 20px;
    }
    #service_1_5 > div {
        width: calc(100% - 4%);
    }
    #service_1_6_1{
        font-size: 18px;
    }
    #service_8 > span {
        margin: 16px 32px;
    }
    .service > .caption {
        height: 64px;
        margin: 0 32px;
        font-size: 24px;
    }
    .service > .text {
        margin: 0 32px;
    }
    #service_8 > div > div {
        margin: 8px 32px;
    }
    #instructor_1 {
        flex-direction: column;
        align-items: flex-start;
    }
    #instructor_1 > picture > img {
        width: 80%;
    }
    #instructor_1 > div {
        width: calc(100% - 32px);
        margin-top: -10%;
        margin-left: 32px;
    }
    #instructor_1 > div > .text {
        font-size: 14px;
        line-height: 20px;
    }
    #instructor_2, #instructor_3 {
        margin: 16px 5%;
        width: 90%;
    }
    #instructor_2 > .list_items, #instructor_3 > .list_items {
        max-width: 90%;
        margin: 16px 5%;
    }
    #instructor_2 > .list_items > .text, #instructor_3 > .list_items > .text {
        font-size: 14px;
    }
    #instructor_2_1, #instructor_2_2{
        padding: 16px 16px 16px 48px;
    }
    #instructor_2 > .list_items > picture > img.past{
        position: relative;
        top: 0;
        right: 0;
        margin: 16px 0 0 auto;
    }
    .instructor_4_1{
        font-size: 20px;
    }
    .delivery_contents {
        padding-top: 48px;
        padding-bottom: 32px;
    }
    .delivery_contents > .caption {
        margin: 0 32px;
        font-size: 26px;
    }
    .delivery_contents > .text {
        margin: 0 32px;
        width: calc(100% - 64px);
        padding-top: 16px;
        line-height: 24px;
    }
    #contents > h1 {
        width: 70%;
        margin: 0 0 0 auto;
    }
    #contents > div {
        min-height: 120px;
    }
    #participation_fee_1 {
        padding: 32px 16px;
    }
    #participation_fee_1 > .emphasis {
        font-size: 22px;
    }
    #participation_fee_3_1{
        font-size: 24px;
        line-height: 36px;
    }
    #participation_fee_4 {
        margin: 0 5%;
        width: 90%;
    }
    #participation_fee_4 > div {
        margin: 0 8px;
        width: calc(100% - 16px);
    }
    #participation_fee_4 > div > button {
        width: 100% !important;
        height: 48px !important;
        font-size: 0 !important;
        margin-bottom: 8px;
    }
    .participation_fee_4_1::before {
        font-size: 14px;
        content: '月額払い';
    }
    .participation_fee_4_2::before {
        font-size: 14px;
        content: '一括払い';
    }
    #participation_fee_4 > div > button::after {
        right: 18px;
        width: 10px;
        height: 10px;
    }
    #participation_fee_4 .information {
        display: none;
    }
    #participation_fee_4 > div > span {
        margin: 4px 8px;
        font-size: 12px;
        line-height: 24px;
    }
    #annotation{
        max-width: calc(100% - 64px);
        padding: 8px 16px;
    }
    #line{
        margin: 16px;
        padding: 16px;
        max-width: calc(100% - 64px);
    }
    #line_area > a > button, #line > a > button, #sold_out > .line > a > button {
        height: 48px;
        width: 200px;
        background-image: image-set(
            url("line.png.webp") type("image/webp"),
            url("line.png") type("image/png")
        );
        background-position: 0;
        background-repeat: no-repeat;
        background-size: 64px;
        border: 5px solid #06c755;
    }
    #line_area > a > button > span::after, #line > a > button > span::after, #sold_out > .line > a > button > span::after {
        font-size: 16px;
        content: '公式LINE';
    }
    #line_area > a > button::after, #line > a > button::after, #sold_out > .line > a > button::after {
        width: 8px;
        height: 8px;
        right: 20px;
    }
    #sold_out > span {
        line-height: 48px;
        font-size: 32px;
        margin: 8px;
        padding: 8px 32px;
    }
    #participation_fee_5 {
        padding: 32px 16px;
        width: calc(100% - 10% - 32px);
    }
    #participation_fee_5 > span {
        font-size: 24px;
}
    #participation_fee_5 > div {
        font-size: 12px;
    }
    #participation_fee_5 > div > .caption {
        width: 122px;
        padding: 8px;
    }
    #participation_fee_5_1 > .caption > span{
        font-size: 10px;
    }
    #participation_fee_5 > div > .caption > picture > img {
        width: 100px;
    }
    #participation_fee_5 > div > .text{
        padding: 8px 16px 8px 32px;
    }
    #participation_fee_5_2{
        font-size: 18px;
    }
    #participation_fee_5_3{
        font-size: 10px;
    }
    #impressions > div{
        margin: 32px 5%;
    }
    #impressions > div > div{
        width: calc(100% / 2 - 4%);
    }
    #impressions > div > div > span.review{
        font-size: 12px;
    }
    #impressions > div > div > span.reviewer{
        font-size: 10px;
    }
}