@charset "utf-8";
html {
    max-width: 1200px;
    touch-action: manipulation;
    margin-right: auto;
    margin-left: auto;
    overflow-x: hidden;
    background-color: #000000;
    font-family: 'Zen Antique Soft';
    font-size: 16px;
    color: #FFFFFF;
}
header {
    position: absolute;
    top: 8px;
    width: calc(100% - 280px - 16px);
    max-width: calc(1200px - 280px - 16px);
    aspect-ratio: 16 / 9;
    margin-left: 280px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url("images/header@2x.png");
    background-size: contain;
    background-repeat: no-repeat;
}
header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.64);
}
#title {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    color: #A1762D;
    font-size: 25px;
}
#title img {
    width: 388px;
}
#title span {
    line-height: 46px;
}
#title_bottom {
    display: block;
    width: 388px;
    border-top: solid 2px;
    border-bottom: solid 2px;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 4px;
    letter-spacing: 1px;
}
footer {
    margin-left: 280px;
    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;
}
#tokushoho{
    font-size: 14px;
}
#description {
    position: absolute;
    width: calc(100% - 4px);
    background-color: #11172F;
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 20px;
    padding-left: 3px;
}
#description span {
    margin-left: 4px;
}
#bottom {
    position: fixed;
    bottom: 8px;
    left: 8px;
    max-width: calc(100% - 16px);
    width: 584px;
}
main {
    position: relative;
    min-height: calc(100vh - 116px);
    width: calc(100% - 280px - 12%);
    margin-left: calc(280px + 6%);
    margin-right: 6%;
    margin-bottom: 32px;
}
aside {
    position: fixed;
    top: 8px;
    bottom: 8px;
    width: 280px;
    background-color: #2E2A25;
}
.menu_top {
    height: 164px;
    position: relative;
}
.menu_list {
    position: relative;
    height: 100px;
    background-color: #272424;
}
.menu_top a, .menu_list a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu_text_main {
    width: 100%;
    position: absolute;
    top: 24px;
    overflow: visible;
    white-space: nowrap;
    text-align: center;
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #A1762D;
    letter-spacing: 4px;
}
.menu_text_sub {
    width: 100%;
    position: absolute;
    top: 58px;
    overflow: visible;
    white-space: nowrap;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 2px;
}
h1 {
    position: relative;
    width: 100%;
    padding-top: 60px;
    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: 68px;
    color: #A1762D;
    letter-spacing: 8px;
}
.h1_sub {
    position: absolute;
    bottom: -16px;
    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;
    color: #FFFFFF;
    letter-spacing: 2px;
}
h2 {
    position: relative;
    margin: 32px 0 0 0;
    height: 72px;
    width: 100%;
    background-color: #885E18;
}
.h2_main {
    width: 100%;
    overflow: visible;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
}
.h2_sub {
    position: absolute;
    right: 16px;
    overflow: visible;
    white-space: nowrap;
    background-color: #911A1A;
    border-radius: 50px;
    padding: 0 24px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
}
h3 {
    overflow: visible;
    white-space: nowrap;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    text-align: center;
    height: 38px;
    margin: 32px 10% 0 10%;
    color: #FFFFFF;
    background-color: #911A1A;
    letter-spacing: 2px;
}
h4{
    font-size: 18px;
    margin: 0;
    padding-bottom: 16px;
}
a {
    color: #526EE1;
}
a:hover {
    opacity: 0.7;
}
span {
    display: inline-block;
}
box {
    display: block;
    width: 100%;
    padding: 32px 0;
    background: url('images/n_6723634_l@2x.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;
    max-width: 240px;
    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.buy {
    background: #A1762D !important;
    border: 5px solid #885E18 !important;
    border-radius: 50px !important;
    font-family: 'Zen Antique Soft' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 22px !important;
    text-shadow: none !important;
}
#movie_list > button.buy{
    max-width: 300px;
}
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%);
}
button.detail{
    background: #2E2A25;
    border: 5px solid #272424;
}
img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align:top;
}
input[type=number] {
    width: 80px;
    text-align: right;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
    padding-left: 8px;
}
.right {
    text-align: right;
    padding-right: 8px;
}
.blue {
    color: blue;
}
.red {
    color: red;
}
group + group {
    margin-top: 0px;
}
.inline {
    display: flex;
    overflow: hidden;
}
.tab {
    width: 100%;
    height: 30px;
    display: flex;
}
.tab_label {
    top: 0;
    left: 0;
    font-size: 14px;
    width: 100%;
    height: calc(100% - 2px);
    background: #fff;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    border: 1px solid #b6b6b6;
    border-radius: 3px;
}
.filter_selected {
    background: #d81b60;
    color: #fff;
}
.selected {
    background: #d81b60;
    color: #fff;
}
.disabled {
    background: grey;
}
.submit_invalid {
    pointer-events: none;
}
.visibility_hidden {
    visibility: hidden;
}
.button_red {
    background: #d81b60;
    color: #fff;
    font-size: 20px;
}
.submit {
    height: 60px;
    background: #d81b60;
    color: #fff;
    font-size: 20px;
}
.reset {
    height: 60px;
    font-size: 20px;
}
.flex {
    display: flex;
}
.flex1 {
    flex: 1;
}
.flex2 {
    flex: 2;
}
.flex3 {
    flex: 3;
}
.h60 {
    height: 60px;
}
.hide {
    display: none;
}
.flex_column{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#check_area {
    width: 400px;
}
#terms_of_service{
    width: 600px;
    height: 100px;
    max-width: 80%;
    padding: 16px;
    margin: 16px 0;
    font-size: 14px;
    background: #434040;
    overflow-y: scroll;
}
.soldout{
    margin-left: 8px;
    color: red;
}
.modal-open{
    cursor: pointer;
}
/* TOP */
#movie_list {
    position: relative;
    width: 100%;
    margin-top: 360px;
    padding-bottom: 32px;
    text-align: center;
    background: url('images/n_6723634_l@2x.png');
    background-size: cover;
    letter-spacing: 1px;
}
#movie_list .h1_main {
    font-size: 72px;
    color: #2E2A25;
    mix-blend-mode: multiply;
}
#movie_list .h1_sub {
    bottom: 4px;
    font-size: 22px;
    letter-spacing: 2px;
}
.session {
    margin: 0 10%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
.session > div {
    width: calc(50% - 16px);
    position: relative;
    aspect-ratio: 16 / 9;
    margin: 8px;
    background-color: #000000;
}
#session0 > div {
    width: calc(100% - 16px);
}
.unreleased {
    opacity: 0.3;
}
.preparing{
    opacity: 0;
}
.countdown {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.start_button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
}
#movie_area{
    display: flex;
    justify-content: center;
    width: 800px;
    max-width: 100%;
}
#movie{
    max-width: 100%;
}
/* EVENT */
.confirmation{
    width: 80%;
    margin: 0 10%;
    text-align: center;
}
.notes{
    display: block;
    font-size: 14px;
}
.list_item{
    display: flex;
    margin: 8px 10%;
}
.list_item > .caption{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    max-width: 40%;
    line-height: 66px;
    background-color: #2E2A25;
}
.list_item > .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 16px 5%;
    background-color: #000000;
}
.event_item_options_2{
    margin-left: 16px;
    font-size: 14px;
}
#map{
    width: 400px;
    max-width: 100%;
}
#map iframe{
    max-width: 100%;
}
#modal_list_item{
    min-width: 400px;
    max-width: 100%;
}
#modal_list_item div.list_item{
    margin: 8px 16px;
}
.flex_button{
    display: flex;
    margin: 32px 16px;
    min-height: 66px;
    justify-content: center;
    gap: 16px;
}
.flex_button button{
    width: 50%;
    margin-top: 0;
}
#sold_out{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10%;
    width: 80%;
}
#sold_out > span{
    min-width: 220px;
    line-height: 64px;
    font-size: 48px;
    margin: 16px 32px;
    padding: 8px 64px;
    background: #1A1919;
    color: #A1762D;
    border-radius: 50px;
}
/* PREMIUM */
.premium_list_item{
    display: flex;
    margin: 32px 0;
    font-size: 12px;
    background: url('images/n_6723634_l@2x.png');
    background-size: cover;
}
.premium_list_item img{
    width: 245.5px;
    max-height: 272px;
    object-fit: cover;
}
.premium_list_item .text{
    width: calc(100% - 245.5px - 64px);
    padding: 32px;
}
.premium_list_item .responsive{
    padding-bottom: 8px;
    align-items: flex-end;
}
.premium_list_item .title{
    width: 100%;
    font-size: 20px;
}
.premium_list_item .notes{
    font-size: 10px;
    margin-left: auto;
    white-space: nowrap;
}
.premium_list_item .price{
    font-size: 40px;
    color: #A1762D;
}
.premium_list_item .yen{
    font-size: 24px;
    color: #A1762D;
    margin-bottom: 8px;
}
.premium_list_item button{
    margin-top: 0;
    margin-left:auto;
    width: 220px;
    height: 48px;
    font-size: 18px;
    background: #911A1A;
    border: 5px solid #671313;
}
.premium_list_item button > a{
    display: block;
    line-height: 36px;
    height: 100%;
    width: 100%;
    color: #FFFFFF;
    text-decoration: none;
}
.premium_list_item .schedule{
    margin: 16px 0;
    background-color: #2E2A25;
}
.premium_list_item .no{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #A1762D;
}
.premium_list_item .caption{
    width: 100%;
    line-height: 20px;
    padding-left: 8px;
    background-color: #885E18;
}
.premium_list_item .caption{
    background-color: #885E18;
}
.schedule_text{
    margin: 8px 16px;
}
#premium_modal_area{
    width: 800px;
    max-width: 100%;
}
#premium_item_name{
    width: 100%;
    padding-left: 8px;
    padding-bottom: 16px;
    font-size: 24px;
    border-bottom: 1px solid #A1762D;
}
#premium_item_applications,#premium_item_options{
    display: flex;
    margin-top: 32px;
    width: 100%;
}
#premium_item_applications > .caption, #premium_item_options > .caption{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    min-height: 80px;
    text-align: center;
    background-color: #2E2A25;
}
#premium_item_applications > .caption{
    background-color: #2E2A25;
}
#premium_item_options > .caption{
    background-color: #A1762D;
}
#premium_item_applications > .text, #premium_item_options > .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% - 200px);
    color: #000000;
    background-color: #FFFFFF;
    padding: 8px 16px;
}
#premium_annotation{
    width: 100%;
    margin-top: 16px;
    text-align: left;
    font-size: 14px;
}
#premium_annotation_1{
    color: #A1762D;
}
#premium_item_applications_1,.premium_item_options_2{
    margin-left: 16px;
    font-size: 14px;
}
/* GOODS */
#goods_list {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    padding-top: 32px;
    margin: 0 10%;
}
#goods_list .item_list{
    margin: 8px;
    width: calc(100% / 3 - 16px);
    display: block;
    background-color: #272424;
}
.goods_name{
    width: 80%;
    margin: 8px 10%;
    font-size:16px;
}
.goods_list_flex {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
}
.goods_size{
    width: 80px;
    margin-left: 16px;
}
.goods_price_yen{
    margin-left: auto;
    margin-right: 16px;
}
.goods_price{
    font-size: 24px;
    color: #A1762D;
}
.goods_yen{
    font-size: 16px;
    color: #A1762D;
    margin-bottom: -6px;
}
#goods_list button{
    width: 80%;
    height: 40px;
    font-size: 14px;
    margin: 16px 10%;
}
#goods_list button::after {
    width: 8px;
    height: 8px;
    right: 20px;
    border-top: solid 3px;
    border-right: solid 3px;
}
/* PROFILE */
#profile{
    margin: 32px 0;
    padding: 32px;
    background: url('images/n_6723634_l@2x.png');
    background-size: cover;
}
#profile .responsive{
    margin-top: 0;
}
.profile_list{
    display: flex;
    width: 100%;
    min-height: 64px;
    margin: 8px 0;
}
.profile_caption{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    line-height: 64px;
    background-color: #2E2A25;
}
.profile_text{
    display: flex;
    align-items: center;
    width: calc(100% - 120px);
    background-color: #000000;
}
.profile_text > span{
    margin: 0 32px;
    line-height: 64px;
}
.application > div{
    margin: 8px 16px;
}
.application > div > span{
    margin: 8px;
    background: #FFFFFF;
    color: #885E18;
    border-radius: 16px;
    padding: 0 16px;
    min-width: 64px;
    text-align: center;
}
.survey{
    display:flex;
    flex-direction: column;
    width: 100%;
    margin: 8px 32px 16px 32px
}
.survey > .responsive{
    margin-top: 0;
}
.survey > .responsive > span{
    display: block;
    width: 100%;
    margin-top: 8px;
}
.survey > div > span > textarea{
    width: 100%;
}
.survey > div > span > .satisfaction{
    width: 200px;
    max-width: 80%;
}
.review{
    margin: 16px 32px;
    width: calc(100% - 32px);
}
.announcement{
    width: 100%;
    text-align: center;
    color: red;
}
.profile_edit{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 720px;
}
.profile_edit > form > .profile_list > .profile_text > #application{
    margin: 8px 16px;
}
.profile_edit > form > .profile_list > .profile_text > #application > span{
    margin: 4px;
}
.profile_text > span > input{
    height: 24px;
}
#profile button{
    width: 80%;
}
button.fixed{
    background: #911A1A;
    border: 5px solid #671313;
}
button.no_change{
    min-height: 80px;
}
button.logout{
    width: 80%;
    background: #000000;
    border: 5px solid #2E2A25;
}
/* 卒業後プラン */
#participation_fee_4{
    display: flex;
    justify-content: center;
    margin: 0 10%;
}
#participation_fee_4 > div{
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 0 16px;
}
#participation_fee_4 > div > button{
    width: 320px !important;
    height: 64px !important;
    font-size: 16px !important;
    margin: 16px 0;
    padding: 0 !important;
    border-radius: 50px !important;
    font-family: 'Zen Antique Soft' !important;
    font-weight: normal !important;
}
#participation_fee_4 > div > button::after{
    right: 20px;
}
.participation_fee_4_1 {
    background-color: #2E2A25 !important;
    background-image: url('LP/n_85@2x.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: url('LP/n_89@2x.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_3 {
    background-color: #911A1A !important;
    background-image: url('LP/n_89@2x.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;
    text-align: center;
    width: 180px;
}
/* モーダル */
.modal {
    display: none;
    height: 100vh;
    width: 100%;
    max-width: 600px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}
.modal_bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100%;
    position: fixed;
}
.modal_content {
    padding: 32px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
    overflow-x: hidden;
    overflow-y: auto;
    background: url('images/n_6723634_l.png');
    background-size: cover;
}
/* ハンバーガーメニュー */
#openbtn {
    display: none;
    position: fixed;
    top: 16px;
    right: 16px;
    /* background: #2E2A25; */
    background: rgba(46, 42, 37, 0.8);
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    font-family: 'メイリオ';
    font-weight: bold;
    letter-spacing: normal;
    z-index: 10;
}
/*ボタン内側*/
#openbtn span {
    display: inline-block;
    transition: all .4s; /*アニメーションの設定*/
    position: absolute;
}
#openbtn span:nth-of-type(1), #openbtn span:nth-of-type(3) {
    height: 2px;
    background: #A1762D;
    width: 62%;
    left: 10px;
}
#openbtn span:nth-of-type(1) {
    top: 13px;
}
#openbtn span:nth-of-type(2) {
    top: 19px;
    left: 11px;
    font-size: 0.6rem;
    text-transform: uppercase;
    color: #A1762D;
}
#openbtn span:nth-of-type(3) {
    top: 36px;
}
/*activeクラスが付与されると線が回転して×になり、Menu表記をしている2つ目の要素が透過して消える*/
#openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
#openbtn.active span:nth-of-type(2) {
    opacity: 0;
}
#openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
#responsive_menu {
    display: none;
}
#responsive_menu_bg {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}
#responsive_menu_content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 296px;
    background-color: #000000;
    z-index: 1;
}
.responsive_menu_top {
    height: 144px;
    position: relative;
    border-bottom: solid 1px #272424;
}
.responsive_menu_top img {
    width: 147px;
    height: auto;
}
.responsive_menu_list {
    position: relative;
    height: 96px;
    min-height: calc((100% - 145px) / 5 - 1px);
    border-bottom: solid 1px #272424;
}
.responsive_menu_top a, .responsive_menu_list a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.responsive_menu_text_main {
    width: 100%;
    position: absolute;
    top: calc(50% - 24px);
    overflow: visible;
    white-space: nowrap;
    text-align: center;
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    color: #A1762D;
    letter-spacing: 2px;
}
.responsive_menu_text_sub {
    width: 100%;
    position: absolute;
    top: calc(50% + 6px);
    overflow: visible;
    white-space: nowrap;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 1px;
}
/* レスポンシブ */
.responsive {
    display: flex;
    margin-top: 16px
}
@media (max-width: 1059px) {
    .responsive {
        display: block;
    }
}
@media (max-width: 959px) {
    html {
        font-size: 14px;
    }
    header {
        width: calc(100% - 16px);
        margin-left: 0;
    }
    footer {
        font-size: 14px;
        width: 100%;
        margin-left: 0;
    }
    #title img {
        width: 291px;
    }
    #title {
        top: 12%;
        font-size: 16px;
    }
    #title_bottom {
        width: 291px;
        margin-top: 10px;
    }
    #openbtn {
        display: block;
    }
    main {
        width: calc(100% - 12%);
        margin-left: 6%;
    }
    aside {
        display: none;
    }
    h1 {
        padding-top: 48px;
    }
    .h1_main {
        font-size: 40px;
        letter-spacing: 6px;
    }
    .h1_sub {
        font-size: 16px;
        bottom: -8px;
    }
    h2 {
        height: 30px;
    }
    .h2_main {
        margin-left: 16px;
        text-align: left;
        font-size: 14px;
        letter-spacing: 4px;
    }
    .h2_sub {
        font-size: 12px;
        line-height: 16px;
        padding: 0 16px;
        
    }
    h3 {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    box {
        background: url('images/n_6723634_l.png');
    }
    button {
        width: 240px;
        height: 48px;
        font-size: 14px;
    }
    button::after {
        width: 8px;
        height: 8px;
        right: 24px;
        border-top: solid 3px;
        border-right: solid 3px;
    }
    button.buy{
        font-size: 18px !important;
    }
    .flex_button button{
        font-size: 14px;
    }
    .flex_button button::after {
        right: 20px;
    }
    #sold_out > span {
        line-height: 56px;
        font-size: 40px;
        padding: 8px 48px;
    }
    #movie_list {
        margin-top: 280px;
        background: url(images/n_6723634_l.png);
        background-size: contain;
    }
    .list_item{
        min-height: 32px;
    }
    .list_item .caption{
        line-height: 32px;
    }
    .premium_list_item{
        background: url('images/n_6723634_l.png');
    }
    .premium_list_item img{
        display: none;
    }
    .premium_list_item .text{
        width: 100%;
    }
    .premium_list_item button{
        margin-left: 16px;
    }
    #premium_item_applications, #premium_item_options {
        flex-direction: column;
    }
    #premium_item_applications > .caption, #premium_item_options > .caption {
        width: 100%;
    }
    #premium_item_applications > .text, #premium_item_options > .text {
        width: calc(100% - 32px);
    }
    #goods_list .item_list{
        width: calc(100% / 2 - 16px);
    }
    #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_3 {
        background-size: 20px;
    }
    #participation_fee_4 > div > button::after {
        right: 24px;
        border-top: solid 4px;
        border-right: solid 4px;
    }
}
@media (max-width: 519px) {
    html {
        font-size: 14px;
    }
    header{
        height: 300px;
        background-size: cover;
        background-position-x: center;
    }
    footer {
        font-size: 12px;
    }
    #title img {
        width: 194px;
    }
    #title {
        top: 24%;
        font-size: 16px;
    }
    #title_bottom {
        width: 194px;
        margin-top: 10px;
    }
    main {
        margin: 0 8px;
        width: calc(100% - 16px);
    }
    .session div {
        width: calc(100% - 16px);
    }
    #movie_list .h1_main {
        font-size: 40px;
    }
    #movie_list .h1_sub {
        font-size: 16px;
    }
    .flex_button button{
        font-size: 12px;
    }
    .flex_button button::after {
        right: 16px;
    }
    #sold_out > span {
        min-width: 180px;
        line-height: 48px;
        font-size: 32px;
        margin: 8px;
        padding: 8px 32px;
    }
    #goods_list .item_list{
        width: calc(100% - 16px);
    }
    #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_3::before {
        font-size: 14px;
        content: 'FIGO Platinum';
    }
    #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;
    }
}