/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 23, 2023, 5:30:38 PM
    Author     : ian
*/
body p, body h1, h2, h3, h4, h5{
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
}
body .ui-widget, body .ui-widget .ui-widget {
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
}
a.tosca-link{
    color: #489EA9;
    text-decoration: underline;
}
.payment-info p{
    font-size:16px;
}
.more-button.price .button.colorBlack{
    width: 260px;
    height: 70px;
    font-size: 18px;
    margin: auto;
}
.margin-top-1em{
    margin-top: 1em;
}
.margin-top-2em{
    margin-top: 2em;
}
.margin-top-3em{
    margin-top: 3em;
}
.margin-top-74px{
    margin-top: 74px;
}
.margin-bottom-74px{
    margin-bottom: 74px;
}
.margin-bottom-28px{
    margin-bottom: 28px;
}
.align-start{
    align-items: flex-start
}
.disflex-end{
    display: flex;
    justify-content: flex-end;
}
.disflex-center{
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}
.disflex-start{
    display: flex;
    justify-content: flex-start;
    /*align-items: center;*/
}
.disflex-between{
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}
.grid-center{
    display: grid;
    justify-content: center
}
.grid-start{
    display: grid;
    justify-content: flex-start
}
.title-section h1{
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 41px;
}
.title-section{
    display: grid;
    justify-content: center;
    margin-top: 2em;
    margin-bottom: 2em;
}
h1.sub-title{
    text-align: center;
}
.title-sub-section{
    display: flex;
    justify-content: center;
}
.title-sub-section h1{
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 41px;
    margin-bottom: 1em;
}
.title-payment-method{
    margin: 2em 0 1.5em;
    display: flex;
    justify-content: center;
}
.title-payment-method h1{
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 41px;
}
.vector-img{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.vector-img.price{
    top: 32%;
    right: 33%;
}
.vector-img.use-ticket img{
    width: auto;
    margin-right: 1em;
    margin-top: 0.5em;
}
.section-price .title-section img.vector-icon{
    width: auto;
    padding-right: 1em;
    padding-top: 0.5em;
}
.title-section h1{
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
    /* or 62px */

    text-align: center;
}
.section-price .title-section {
    text-align: center;
    margin: 20px auto;
}
.section-price ul {
    list-style-type: none;
}
.section-price ul li{
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    font-variation-settings: 'slnt' 0;
    color: #20707A;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.section-price ul li::before {
    content: "\003e";
    display: inline-block;
    width: 1.5em;
    margin-top: -0.2em;
    font-size: 14px;
    font-weight: 700;
    color: #1B1B1B;
}

.section-price ul li.checked::before {
    content: "\2713";
    color: #EB5640;
}
.bg-yellow {
    display: flex;
    justify-content: center;
    clip-path: polygon(0% 0%, 100% 0%, 100% 65.27%, 68.45% 100%, 31.34% 100%, 0% 65.27%);
    background: linear-gradient(0deg, #F9D94E, #F9D94E), linear-gradient(0deg, #EB5640, #EB5640), #20707A;
}
.bg-yellow:before{
    -webkit-clip-path: inset(0 0 65% 0);
    clip-path: inset(0 0 65% 0);
}
.bg-yellow .subs-fee{
    margin: 2em 0em 6em 0;
}
.bg-yellow .subs-fee h1{
    text-align: center;
    margin-bottom: 1em;
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 41px;
}
.bg-yellow .subs-fee p{
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
}
.table-subscription{
    box-shadow: 0px 2px 10px rgb(0 0 0 / 22%);
    background: transparent;
    padding: 0;
    margin: 2px;
    width: 185px;
}
.table-subscription .column.header{
    text-align: center;
    background-color: #EB5640;
    color: #ffffff;
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    width: 185px;
    height: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-subscription .row{
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    font-variation-settings: 'slnt' 0;
    text-align: center;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.25));
    border-collapse: collapse;
    box-shadow: 0px 2px 0px rgb(0 0 0 / 25%);
    margin: 2px 0;
    width: 185px;
    height: 65px;
}
.table-subscription .row span{
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
}
.table-section{
    display: flex;
    justify-content: center;
    margin-top: -3em;
    z-index: 1;
    position: relative;
}
.more-button{
    margin: 2em 0 0;
}
.title-section.pos-relative{
    position: relative;
}
.text-use{
    display: flex;
    justify-content: center;
}
.text-use p{
    text-align: center;
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.kind-ticket img{
    margin-right: 1em;
}
.ticket-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}
.number-black{
    color: #ffffff;
}
.number-black p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.black-box{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding: 4px 10px;
    gap: 10px;
    position: absolute;
    width: 68px;
    height: 66px;
    background: linear-gradient(0deg, #1B1B1B, #1B1B1B),
        linear-gradient(0deg, #707070, #707070),
        linear-gradient(0deg, #F9D94E, #F9D94E), #479C25;
}
.info-buy-ticket h1 span{
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #EB5640;
    font-variation-settings: 'slnt' 0;
}
.info-buy-ticket h1{
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    padding: 0
}
.div-icon-ticket{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: auto;
    margin-top: 1em;
}
.div-icon-ticket img{
    padding: 0 10px;
}
.wrap-price-features {
    display: flex;
    gap: 22px;
    padding: 1em 2em;
    flex-flow: wrap;
    justify-content: center;
}
.price-info-box {
    box-shadow: 0px 2px 10px rgb(0 0 0 / 25%);
    background: #FFFFFF;
    text-align: center;
    padding: 2em 0em;
    width: calc(25% - 22px);
}
.price-info-box p{
    margin-top: 1em;
}

/*note background*/
.note {
    position:relative;
    padding: 1.5em 1.5em;
    margin:0 auto 2em;
    color:#000;
    background:#FFF9DB;
    overflow:hidden;
}
.note:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 25px 25px 25px 25px;
    border-style: solid;
    border-color: #fff #fff #F9D94E #F9D94E;
    background: #F9D94E;
    display: block;
    width: 0;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 30%), -1px 1px 1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgb(0 0 0 / 30%), -1px 1px 1px rgb(0 0 0 / 20%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 100%, 50.64% 93.23%, 0% 100%, 7.4% 49.45%, 0% 0%, 50% 0%);
}
.note.red {
    background:#C93213;
}
.note.red:before {
    border-color:#fff #fff #97010A #97010A;
    background:#97010A;
}
.note.blue {
    background:#53A3B4;
}
.note.blue:before {
    border-color:#fff #fff transparent transparent;
    background:transparent;
}
.note.taupe {
    background:#999868;
}
.note.taupe:before {
    border-color:#fff #fff #BDBB8B #BDBB8B;
    background:#BDBB8B;
}

.note.rounded {
    -webkit-border-radius:5px 0 5px 5px;
    -moz-border-radius:5px 0 5px 5px;
    border-radius:5px 0 5px 5px;
}
.note.rounded:before {
    border-width:8px; /* Triggers a 1px 'step' along the diagonal in Safari 5 (and Chrome 10) */
    border-color:#fff #fff transparent transparent; /* Avoids the 1px 'step' in webkit. Background colour shows through */
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius:0 0 0 5px;
    border-radius:0 0 0 5px;
}
.character-1{
    margin-top: -7%;
}
.character-1 img{
    margin: auto;
    width: 71%;
}
.character-2{
    margin-right: -8%;
}
.note ul li{
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    padding-left: 1em;
}
.black-box.height-auto{
    height: auto;
    padding: 4px 10px 0;
}
.noted-txt p{
    padding-left: 1.5em;
    font-size: 16px;
}
.caption span.red-txt{
    color: #FF0000;
    font-size: 16px;
    ;
    margin-top: 4px;
    margin-right: 10px;
}
.caption{
    font-size: 14px;
    color: #1B1B1B;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 74px;
}
.caption-2{
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
}
img.example{
    margin: auto;
}
.cancel-subs-info{
    font-size: 14px;
    color: #1B1B1B;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cancel-subs-info p{
    display: flex;
}
.cancel-subs-info p span.red-txt{
    color: #FF0000;
    font-size: xx-large;
    line-height: 1;
    margin-right: 10px;
}
.left-boldline{
    border-left: 5px solid #1B1B1B;
}
.left-boldline p{
    padding-left: 1em;
}
.additional-ticket{
    margin-top: 28px;
}
.label-ticket{
    display: flex;
    justify-content: flex-start;
    margin-top: 1em;
}
.label-ticket p.desc{
    text-align: left;
    padding-left: 1em;
}
.label-ticket .label-point{
    color: #ffffff;
    background-color: #000000;
    padding: 2px 20px;
    width: fit-content;
    font-weight: bold;
    line-height: 1.3577;
    margin-bottom: 1em;
    font-size: 16px;
    height: fit-content;
}
.point-box {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    background: #FFFFFF;
    text-align: center;
    height: 386px;
    display: grid;
    justify-content: center;
}
.point-box img.many_hand{
    margin: auto;
    padding: 2em;
}
.wrap-point-features {
    display: flex;
    gap: 10px;
}
.title-payment-list{
    margin: 74px 0 -1em;
    display: flex;
    justify-content: center;
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 41px;
}
.payment-info{
    display: flex;
    justify-content: center;
}
.payment-info img{
    padding-top: 1em;
    padding-bottom: 2em;
    width: 85%;
    margin: auto;
}
.payment-info-list{
    box-sizing: border-box;
    border: 2px solid #DADADA;
    padding: 3em 80px;
}
.payment-info-list h3{
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    text-align: center;
    padding-bottom: 0.8em;
}
.payment-info-list ul li{
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    padding-left: 1em;
    padding-bottom: 1.5em;
}
.payment-info-note{
    border-top: 3em solid #F9D94E;
    padding: 1em 26px;
}
ol.number{
    position: relative;
    bottom: 0;
    z-index: 1;
}
.list-pay{
    position: relative;
    bottom: -4em;
}
ol.number li{
    padding-left: 8px;
    font-size: 16px;
}
ol.number li::marker{
    color: #EB5640;
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 525;
    font-size: 24px;
    line-height: 25px;
}
ol.number2{
    position: relative;
    bottom: -4px;
    z-index: 1;
    font-size: 16px;
}
.list-pay2{
    position: relative;
    bottom: -0.8em;
}
ol.number2 li{
    padding-left: 8px;
}
ol.number2 li::marker{
    color: #EB5640;
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 525;
    font-size: 24px;
    line-height: 25px;
}
span.numb{
    font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #EB5640;
}

.PC-only.disflex-start{
    display: flex;
}
.SM-only.disflex-start{
    display: none;
}
.PC-only{
    display: block;
}
.SM-only{
    display: none
}
.PC-flex-only{
    display: flex;
}
.section-price.section{
    margin-top: 4em;
}
.kind-ticket{
    margin-top: 2em;
    margin-bottom: 1.5em;
}

.space-row-margin .margin-top-2em.PC-only .grid-start {
    row-gap: 9px;
    padding-top: 0;
    padding-bottom: 0;
}
.space-row-margin .margin-top-2em.PC-only {
    margin-bottom: 25px;
}
.space-row-margin .info-buy-ticket.PC-only .grid-start {
    padding-top: 0;
    padding-bottom: 0;
}
.space-row-margin .table-subscription .column.header p {
    font-weight: 600 !important;
}

@media screen and (max-width: 1024px){
    .section-wrapper-taution .wrap-point-features {
        display: flex;
        gap: 25px;
    }
}

@media screen and (max-width: 820px){
    .space-row-margin .margin-top-2em.PC-only, .space-row-margin .info-buy-ticket.PC-only {
        gap: 10px;
    }
}


@media screen and (max-width: 768px){
    .price-info-box {
        box-shadow: 0px 2px 10px rgb(0 0 0 / 25%);
        background: #FFFFFF;
        text-align: center;
        padding: 2em 0em;
        width: calc(50% - 22px);
    }
    .table-subscription {
        box-shadow: 0px 2px 10px rgb(0 0 0 / 22%);
        background: transparent;
        padding: 0;
        margin: 2px;
        width: calc(21% - 4px);
    }
    .table-subscription .column.header,
    .table-subscription .row{
        width: 100%;
    }
    .vector-img.use-ticket {
        left: 23%;
        bottom: -25%;
    }
    .vector-img.price {
        top: 31%;
        right: 33%;
    }
    .section-wrapper-taution .wrap-point-features {
        display: flex;
        gap: 20px;
    }
    .point-box img.many_hand{
        padding: 1em;
    }
    .point-box{
        height: 285px;
    }
    .table-subscription .row{

    }
}
@media screen and (max-width: 641px){
    .table-subscription .column.header {
        font-size: 14px;
        width: 143px;
        height: 50px;
    }
    .table-subscription .row{
        width: 143px;
    }
}
@media screen and (max-width: 40.063em){
    .disflex-center {
        flex-wrap: inherit;
    }
    .flexDirectionSM {
        flex-direction: column;
    }
    .vector-img.use-ticket {
        left: -4%;
        bottom: -25%;
        display: flex;
        align-items: center;
    }
    .vector-img.price {
        top: 31%;
        right: 2%;
    }
    .price-info-box {
        width: calc(50% - 13px);
        padding: 1em 0;
    }
    .table-section{
        flex-wrap: wrap;
    }
    .table-subscription {
        width: calc(23% - 4px);
    }
    .bg-yellow {
        display: flex;
        justify-content: center;
        clip-path: polygon(0% 0%, 100% 0%, 100% 80.27%, 80.45% 100%, 19.34% 100%, 0 80.27%);
        background: linear-gradient(0deg, #F9D94E, #F9D94E), linear-gradient(0deg, #EB5640, #EB5640), #20707A;
    }
    .payment-info-list {
        box-sizing: border-box;
        border: 2px solid #DADADA;
        padding:2em 1em 0em 0;
    }
    .note {
        position: relative;
        padding: 1.5em 1em 1.5em 0em;
        margin: 0 auto 0em;
        color: #000;
        background: #FFF9DB;
        overflow: hidden;
    }
    .black-box{
        width: 56px;
        height: 56px;
    }
    .kind-ticket{
        display: flex;
        justify-content: center
    }
    .title-section h1 {
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 32%;
        text-align: center;
    }
    .text-use p{
        text-align: left;
    }
    .section-price h1.sub-title {
        text-align: center;
        font-size: 22px;
        margin-top: 0em;
    }
    .vector-img.use-ticket img {
        width: 78.41px;
        margin-right: 1em;
        margin-top: 0;
    }
    .vector-img.price{
        display: flex;
        align-items: center;
    }
    .SM-list-menu{
        margin-bottom: 2em;
    }
    .SM-list-menu ul{
        margin: 0;
    }
    .no-padding-sm{
        padding: 0;
    }
    .table-subscription .row {
        width: 100%;
        height: 56px;
        background-color: #fff;
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 525;
        font-size: 14px;
        line-height: 23px;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
    }
    .table-subscription .column.header {
        font-size: 14px;
        width: 100%;
        height: 50px;
    }
    .number-black {
        color: #ffffff;
        align-items: flex-start;
        font-weight: 525;
        font-size: 16px;
        display: flex;
        justify-content: flex-start;
    }
    .number-black .title-black h2{
        color: #1B1B1B;
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 140%;
    }
    .black-box {
        width: 40px;
        height: 40px;
        padding: 4px 0;
        position: relative;
    }
    .PC-only.disflex-start{
        display: none;
    }
    .SM-only.disflex-start{
        display: flex;
    }
    .PC-only{
        display: none;
    }
    .PC-flex-only{
        display: none;
    }
    .SM-only{
        display: block
    }
    .info-buy-ticket h1 {
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 32px;
        color: #000;
        padding: 0;
    }
    .wrap-price-features {
        display: flex;
        gap: 15px;
        padding: 1em 0;
        flex-flow: wrap;
        justify-content: center;
    }
    .div-icon-ticket {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        margin: auto;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .title-sub-section h1 {
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 140%;
    }
    .character-1 img {
        margin: auto;
        width: 75%;
    }
    .note ul li {
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        padding-left: 0.5em;
        padding-bottom: 1em;
    }
    .disflex-start.SM-example{
        display: grid;
    }
    .noted-txt p {
        padding-left: 0em;
        font-size: 16px;
    }
    .caption {
        font-size: 14px;
        color: #1B1B1B;
        text-align: center;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin-top: 1em;
    }
    .title-canceling h1{
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 140%;
        text-align: center;
        margin-bottom: 0.5em;
    }
    .cancel-subs-info p{
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        text-align: center;
    }
    .left-boldline{
        border-left: none;
    }
    .left-boldline p{
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        padding-left: 0;
    }
    .payment-info-list ul li {
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        padding-left: .5em
    }
    .title-payment-list{
        margin: 1.5em 0 -1.5em;
    }
    ol.number li{
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 525;
        font-size: 16px;
        line-height: 26px;
    }
    .title-payment-list h1{
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 525;
        font-size: 22px;
        line-height: 32px;
    }
    .section-price .title-section {
        text-align: center;
        margin-top: 1em;
        margin-bottom: 3em;
    }
    .payment-info-note.note ul li{
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        padding-bottom: 1.5em;
    }
    .payment-info-note.note ul {
        list-style-type: none;
        padding-left: 1em;
    }
    .margin-bottom-74px {
        margin-bottom: 50px;
    }
    #payment.margin-top-1em{
        margin-top: 0;
    }
    .title-payment-method {
        margin: 2.5em 0 1.5em;
        display: flex;
        justify-content: center;
    }
    .section-wrapper-taution .wrap-point-features {
        flex-flow: wrap;
    }
    .section-wrapper-taution .wrap-point-features .point-box {
        height: 420px;
    }
    .section-wrapper-taution .wrap-point-features div {
        margin-bottom: 0;
    }
    .label-ticket {
        display: grid;
        margin-top: 0.5em;
    }
    .bg-yellow .subs-fee p{
        text-align: left;
        padding: 0 1em;
    }
    .info-buy-ticket .SM-margin{
        margin: 1.5em 0 .5em;
    }
    section-price.section {
        margin-top: 0em;
    }
    #how-to-use .title-section{
        justify-content: center;
    }
    #how-to-use.margin-top-3em{
        margin-top: 2em;
    }
    .more-button.price .button.colorBlack{
        width: 203px;
        height: 50px;
        padding: 1px .2em;
    }
    .section-price .title-section h1.Top-title{
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 525;
        font-size: 36px;
        line-height: 130%;
    }
    .section .bg-yellow .subs-fee h1 {
        font-family: "Noto Sans JP", "Noto Sans", Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 525;
        font-size: 22px;
        line-height: 32px;
    }
}
@media screen and (max-width: 320px){
    .section-wrapper-taution .wrap-point-features .point-box {
        height: 300px;
    }
}
