@charset "utf-8";

*, *::before, *::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
    color: #222;
    line-height: 1.25;
    word-break: break-all;
}
body{
    font-size: 1.8rem;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    text-align: justify;
    text-justify: inter-ideograph;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    color: inherit;
    text-decoration: none;
}
li{
    list-style: none;
}
.wrap{
    max-width: 100rem;
    margin: auto;
}
.wrap_padding{
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.font--a{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.bg--a{
    background: #eaf5f5;
}
.bg--b{
    background: #fde3e0;
}
.bg--c{
    background-image: url(../img/flower_bg1.gif), url(../img/flower_bg2.gif);
    background-repeat-x: no-repeat;
    background-position: left, right;
    background-size: contain;
    background-attachment: fixed;
}
.width80{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.imgArea{
    font-size: 0;
    text-align: center;
}
.big{
    font-size: 1.5em !important;
    font-weight: bold;
}
.font_color--a{
    color: #e3345a;
}
h1{
    font-size: 2.4rem;
}
h2{
    font-size: 2.2rem;
}
h3{
    font-size: 2rem;
}
@media(max-width: 1047px){
    .wrap{
        padding-right: 5%;
        padding-left: 5%;
    }
}
@media(max-width: 767px){
    body{
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .wrap_padding{
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }
    h1{
        font-size: 2rem;
    }
    h2{
        font-size: 1.8rem;
    }
    h3{
        font-size: 1.6rem;
    }
    .pc{
        display: none;
    }
    .width80{
        width: 100%;
    }
}

/* flex_block2 */
.flex_block2{
    display: flex;
    align-items: center;
}
.flex_block2 > *{
    flex: 1;
}
.flex_block2 > div{
    margin-right: 3rem;
    flex: 0 0 60%;
}
.flex_block2 > h1{
    color: #e3345a;
}
.flex_block2 .imgArea{
    position: relative;
}
.flex_block2 .imgArea .decoration{
    font-size: 4rem;
    position: absolute;
    font-family: playball;
    transform: rotate(-15deg);
    top: -7%;
    left: 10%;
    color: #e3345a;
}
.flex_block2 .imgArea img{
    box-shadow: .5rem .5rem #ffc5cf;
}
@media(max-width: 767px){
    .flex_block2{
        display: block;
    }
    .flex_block2 .imgArea{
        margin: 0 0 1.5rem !important;
    }
    .flex_block2 .imgArea .decoration{
        font-size: 3rem;
    }
}

/* bannerTitle */
.bannerTitle{
    text-align: center;
    background: #e3345a;
    color: #fff;
    padding: 5rem 10%;
}
.bannerTitle::after{
    display: block;
    font-size: .75em;
    margin-top: 1rem;
    font-weight: normal;
    font-family: playball;
}
/* h1--a */
.h1--a{
        font-size: 2.4rem;
        text-align: center;
}
.h1--a::after {
    display: block;
    font-size: .75em;
    margin-bottom: 3rem;
    font-weight: normal;
    font-family: playball;
}

/* sectionLeftText */
.sectionLeftText{
    position: relative;
}
.sectionLeftText .leftText {
    transform: translate(-3rem, 8rem);
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10rem;
    color: #fde3e0;
    transform-origin: left bottom;
    font-family: 'Playball', cursive;
}
.sectionLeftText.bg--b .leftText{
    color: #fff;
}
.sectionLeftText .wrap{
    position: relative;
    z-index: 2;
}
@media (max-width: 767px){
    .sectionLeftText .leftText {
        font-size: 4rem;
        writing-mode: inherit;
        transform: inherit;
    }
}
@media(max-width: 320px){
    .sectionLeftText .leftText{
        font-size: 3.5rem;
    }
}

/* section1 */
.section1 h1{
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: .5rem;
    letter-spacing: .3rem;
    margin-right: -.3rem;
}
.section1 h1 span{
    color: #e3345a;
}
.section1 .subTitle{
    text-align: center;
    margin-bottom: 3rem;
    font-family: playball;
    font-size: 2.4rem;
}
.section1 li{
    display: flex;
    align-items: center;
}
.section1 li::before{
    content: '☑';
    font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    color: #e3345a;
    position: relative;
    top: .1rem;
    font-size: 2.2rem;
    margin-right: .5rem;
}
.section1 .width80 > li:not(:first-of-type){
    margin-top: 1.5rem;
}
@media(max-width: 767px){
    .section1 .li::before{
        font-size: 1.6rem;
        top: -.1rem;
        align-self: baseline;
    }
    .section1 h1{
        font-size: 2rem;
    }
    .section1 .subTitle{
        font-size: 1.8rem;
    }
}

/* section2 */
.section2 .flex_block2_wrap{
    padding: 7.5rem 0;
    background-image: linear-gradient(90deg, transparent 30%, #fde3e0 0);
}
.section2 .textArea{
    margin-top: 7.5rem;
    text-align: center;
    line-height: 1.75;
    letter-spacing: .2rem;
    margin-right: -.2rem;
}
.section2 .textArea p + p{
    margin-top: 3rem;
}
.section2 .textArea .imgArea{
    margin: 5rem auto;
    width: 65%;
}
.section2 .textArea p{
    letter-spacing: .2rem;
    margin-right: -.2rem;
}
.section2 .wrap_padding{
    padding-bottom: 0;
}
.section2 .bg--c{
    padding-bottom: 10rem;
}
@media(max-width: 500px){
    .section2 .textArea .imgArea.adjust{
        width: 15rem;
        margin: 3rem auto;
    }
    .section2 .bg--c{
        padding-bottom: 7.5rem;
    }
}

/* section3 */
.section3 .boardWrap h1{
    text-align: center;
    max-width: 60rem;
    margin: auto;
    background: #e3345a;
    color: #fff;
    padding: 1rem;
    border-radius: 3rem;
    position: relative;
}
.section3 .boardWrap h1::after {
    content: '';
    display: block;
    border: 1rem solid #e3345a;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-1rem, 100%);
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.section3 .board{
    border: .2rem solid #bdb428;
    background: #fff;
    padding: 5rem 10%;
    outline: .1rem solid #bdb428;
    outline-offset: -.5rem;
    margin: 5rem 0 7.5rem;
    line-height: 1.5;
}
.section3 .boardWrap:nth-of-type(2) .board{
    margin-bottom: 0;
}
.section3 .board p + p{
    margin-top: 3rem;
}
.section3 .board .imgArea{
    margin-bottom: 3rem;
}
.section3 .board h2{
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
}
.section3 .board h2 .icon{
    display: block;
    font-size: 0;
    margin-right: .5rem;
    flex: 0 0 4rem;
}
.section3 .board h2 .icon img{
    height: 3.1rem;
}
.section3 .board h2:not(:first-of-type){
    margin-top: 7.5rem;
}
.section3 .board h2 span:not(.icon){
    border-bottom: .2rem dotted #e3345a;
}
@media(max-width: 767px){
    .section3 .board{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .section3 .board h2 .icon{
        flex: 0 0 2.5rem;
    }
    .section3 .board h2 .icon img{
        height: 2rem;
    }
}

/* section4 */
.section4 .flex_block2_wrap{
    padding: 7.5rem 0;
    background-image: linear-gradient(270deg, transparent 30%, #fde3e0 0);
}
.section4 .flex_block2_wrap .imgArea{
    order: 2;
    margin-right: 0;
    margin-left: 3rem;
}
.section4 .textArea{
    margin-top: 7.5rem;
    text-align: center;
    line-height: 1.75;
    letter-spacing: .2rem;
    margin-right: -.2rem;
}
.section4 .textArea p + p{
    margin-top: 3rem;
}
.section4 .wrap_padding{
    padding-bottom: 0;
}
.section4 .bg--c{
    padding-bottom: 10rem;
}
@media(max-width: 767px){
    .section4 .bg--c{
        padding-bottom: 7.5rem;
    }
}

/* section5 */
.section5 h1{
    text-align: center;
    background: #e3345a;
    color: #fff;
    padding: 5rem 10%;
}
.section5 .bannerTitle::after{
    content: 'What is TBA?';
}
.section5 .wrap{
    text-align: center;
}
.section5 .wrap p{
    letter-spacing: .2rem;
    margin-right: -.2rem;
    line-height: 1.75;
}
.section5 .wrap .imgArea{
    margin-top: 5rem;
}
.section5 .wrap > div.imgArea:last-of-type{
    border: .2rem solid #e3345a;
    padding: 1rem;
    background: #fff;
}

/* section6 */
.section6 .numberWrap{
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
}
.section6 .numberWrap::before,
.section6 .numberWrap::after{
    content: '';
    display: block;
    border-top: .1rem solid #e3345a;
    width: 100%;
}
.section6 .area .number{
    text-align: center;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
    background: #e3345a;
    color: #fff;
    margin: 0 1rem;
    flex: 0 0 4rem;
}
.section6 .area .flex{
    display: flex;
}
.section6 .area .flex > div{
    flex: 1;
}
.section6 .area .flex > div:last-of-type{
    align-self: center;
}
.section6 .area .flex h1{
    font-size: 2rem;
    color: #e3345a;
    margin-bottom: 1.5rem;
}
.section6 .area .flex .imgArea{
    margin-right: 3rem;
}
.section6 .area .flex .imgArea img{
    border: .1rem solid #e3345a;
}
.section6 .area .flex > div p,
.section6 .area .flex > div li{
    line-height: 1.5;
}
.section6 .area .flex ul li{
    display: flex;
}
.section6 .area .flex ul li::before{
    content: '・';
}
.section6 .area .flex p + p{
    margin-top: 3rem;
}
.section6 .area .innerFlex{
    display: flex;
}
.section6 .area .wrap .innerFlex > .imgArea{
    margin-bottom: 1rem;
}
.section6 .area .innerFlex > .imgArea:first-of-type{
    margin-right: 1rem;
    flex: 1 1 23.4rem;
}
.section6 .area .innerFlex > .imgArea:last-of-type{
    flex: 1 1 22.6rem;
}
@media(max-width: 767px){
    .section6 .numberWrap{
        margin-bottom: 3rem;
    }
    .section6 .area .flex{
        display: block;
    }
    .section6 .area .flex .imgArea{
        margin-right: 0;
        margin-bottom: 3rem;
    }
    .section6 .area .flex h1{
        font-size: 1.8rem;
    }
}

/* section7 */
.section7 .bannerTitle::after{
    content: 'What you can learn with video';
}
.section7 .subTitle{
    font-size: 4rem;
    font-family: playball;
}
.section7 .wrap > .flex{
    margin-bottom: 7.5rem;
    display: flex;
    align-items: center;
}
.section7 .wrap > .flex > div{
    flex: 1;
}
.section7 .wrap > .flex h2{
    display: flex;
    align-items: center;
    border-bottom: .1rem solid;
    padding-bottom: 1rem;
}
.section7 .wrap > .flex h2 .icon{
    flex: 0 0 3rem;
    margin-right: 1rem;
}
.section7 .boards .board{
    background: #fde3e0;
    padding: 3rem 2rem;
}
.section7 > div:nth-of-type(even) .boards .board{
    background: #fff;
}
.section7 .boards > .board:not(:first-of-type){
    margin-top: 3rem;
}
.section7 .boards > .board h3{
    border-bottom: .2rem dotted #fff;
    margin-bottom: 1rem;
    padding-bottom: 1.5rem;
}
.section7 > div:nth-of-type(even) .boards .board h3{
    border-bottom-color: #fde3e0;
}
.section7 .board p:not(.adjust){
    display: flex;
}
.section7 .board p:not(.adjust)::before{
    content: '・';
}
.section7 .board p + p{
    margin-top: 1.5rem;
}
.section7 .board .boardFlex{
    display: flex;
    align-items: center;
}
.section7 .board .boardFlex > div{
    flex: 1;
}
.section7 .board .boardFlex > .imgArea{
    flex: 0 0 35%;
    margin-right: 3rem;
}
.section7 .wrap > .flex > .imgArea img{
    box-shadow: 0.5rem 0.5rem rgba(0,0,0,.3);
}
@media(max-width: 767px){
    .section7 .wrap > .flex,
    .section7 .board .boardFlex{
        display: block;
    }
    .section7 .board .boardFlex .imgArea{
        margin: 0 0 1.5rem;
    }
    .section7 .wrap > .flex{
        margin-bottom: 3rem;
    }
    .section7 .wrap > .flex h2{
        margin-bottom: 1.5rem;
    }
}

/* section8 */
.section8 .wrap > p{
    text-align: center;
    letter-spacing: .2rem;
    margin-right: -.2rem;
}
.section8 .bannerTitle{
    background: #83c8e4;
}
.section8 .bannerTitle::after{
    content: 'About price';
}
.section8 .tableWrap{
    margin-top: 5rem;
    margin-bottom: 5rem;
    border-top: .2rem solid #bdb428;
    border-bottom: .2rem solid #bdb428;
    padding: .5rem 0;
}
.section8 .tableWrap .table{
    border-top: .1rem solid #bdb428;
    padding: 5rem 10% 0;
}
.section8 .tableWrap .table_under_text{
    border-bottom: .1rem solid #bdb428;
    padding: 0 10% 5rem;
    margin-top: 3rem;
    color: #e3345a;
    font-weight: bold;
}
.section8 .table .tr{
    display: flex;
}
.section8 .table > .tr:not(:first-of-type){
    margin-top: 3rem;
}
.section8 .table .th{
    display: flex;
    flex: 1;
    align-items: center;
}
.section8 .table .th::after {
    content: '';
    border-bottom: .2rem dotted;
    display: block;
    flex: 1;
    margin: 0 2rem;
}
.section8 .table .td{
    text-align: right;
    width: 3em;
    font-weight: bold;
    color: #e3345a;
}
.section8 .table_under_text > span{
    border-bottom: .1rem solid;
}
.section8 .table_under_text > span:first-of-type{
    margin-right: 1rem;
}
.section8 .table_under_text > span:last-of-type{
    margin-left: 1rem;
}
.section8 .width80 p {
    letter-spacing: .2rem;
    line-height: 1.75;
}
.section8 .width80 p + p{
    margin-top: 3rem;
}
@media(max-width: 767px){
    .section8 .tableWrap .table,
    .section8 .tableWrap .table_under_text{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .section8 .wrap .tableWrap .table_under_text{
        text-align: center;
    }
    .section8 .wrap .tableWrap .table_under_text > span{
        display: block;
        margin: 0;
        border: none;
        text-decoration: underline;
    }
    .section8 .wrap .tableWrap .table_under_text > span:first-of-type{
        margin-bottom: 1rem;
    }
    .section8 .wrap .tableWrap .table_under_text > span:last-of-type{
        margin-top: 1rem;
    }
}

/* section9 */
.section9 h1::after {
    content: 'mechanism and selling skills';
    margin-bottom: 5rem;
}
.section9 .flex{
    display: flex;
}
.section9 .flex .right{
    flex: 0 0 35%;
    margin-left: 5rem;
}
.section9 .flex .right .imgArea{
    position: relative;
}
.section9 .flex .right .imgArea .float{
    position: absolute;
    top: -8%;
    right: 10%;
    width: 30%;
}
.section9 .flex .left{
    flex: 1;
}
.section9 .flex .left p{
    letter-spacing: .2rem;
    line-height: 1.5;
}
.section9 .flex .left p + p{
    margin-top: 3rem;
}
@media(max-width: 767px){
    .section9 .flex{
        display: block;
    }
    .section9 .flex .right{
        margin: 5rem 0 0;
    }
}

/* section10 */
.section10 .bannerTitle{
    background: linear-gradient(0deg, rgba(0,0,0,.5), rgba(0,0,0,.5)), url(../img/prezent_bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.section10 .bannerTitle::after{
    content: 'Present';
}
.section10 .boards > .board:not(:first-of-type){
    margin-top: 5rem;
}
.section10 .boards > .board{
    border: .3rem solid #d9f8f8;
    padding: 3rem 2rem;
    display: flex;
}
.section10 .boards > .board:nth-of-type(even){
    border-color: #f8e1e1;
}
.section10 .board .text{
    flex: 1;
}
.section10 .board .imgArea{
    flex: 0 0 40%;
}
.section10 .boards > .board:nth-of-type(odd) .imgArea{
    order: -1;
    margin-right: 3rem;
}
.section10 .boards > .board:nth-of-type(even) .imgArea{
    margin-left: 3rem;
}
.section10 .board .text{
    align-self: center;
}
.section10 .board .ribon{
    margin: 0 auto 3rem;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    border-top: .2rem solid;
    border-bottom: .2rem solid;
    padding: .5rem 1rem;
    width: 25rem;
    overflow: hidden;
    color: #bdb428;
}
.section10 .board .ribon::before,
.section10 .board .ribon::after{
    content: '';
    display: block;
    width: 3.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    border: .2rem solid;
}
.section10 .board .ribon::before{
    left: 0;
    transform: translateX(-50%) rotate(45deg) scale(0.8);
}
.section10 .board .ribon::after{
    right: 0;
    transform: translateX(50%) rotate(45deg) scale(0.8);
}
.section10 .board .text h2{
    color: #e3345a;
    margin-bottom: 3rem;
    font-size: 2rem;
}
.section10 .board .text p + p{
    margin-top: 3rem;
}
@media(max-width: 767px){
    .section10 .boards > .board{
        display: block;
    }
    .section10 .board .ribon{
        font-size: 1.6rem;
    }
    .section10 .board .ribon::before,
    .section10 .board .ribon::after{
        width: 3rem;
    }
    .section10 .board .text h2{
        font-size: 1.8rem;
    }
    .section10 .wrap .boards .board .imgArea{
        margin-right: 0;
        margin-left: 0;
        margin-top: 3rem;
    }
}

/* section11 */
.section11 .bannerTitle{
    background: #83c8e4;
}
.section11 .bannerTitle::after{
    content: 'Voices of customer';
}
.section11 .boards > .board:not(:first-of-type){
    margin-top: 5rem;
}
.section11 .boards .board{
    border: .2rem solid #bdb428;
    background: #fff;
    padding: 5rem 2rem;
    outline: .1rem solid #bdb428;
    outline-offset: -.5rem;
}
.section11 .boards .board > div{
    padding-left: 5%;
    padding-right: 5%;
}
.section11 .boards .board .head{
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: .1rem solid #bdb428;
}
.section11 .boards .board .head .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section11 .boards .board .head .flex .imgArea{
    flex: 0 0 13rem;
}
.section11 .boards .board .head h2{
    color: #e3345a;
    margin-bottom: 1rem;
}
.section11 .boards .board .body p + p{
    margin-top: 3rem;
}
@media(max-width: 767px){
    .section11 .boards .board .head .flex{
        display: block;
    }
    .section11 .boards .board .head .flex .imgArea{
        margin: 1.5rem auto 0;
        width: 50%;
    }
    .section11 .boards .board > div{
        padding-right: 0;
        padding-left: 0;
    }
}

/* section12 */
.section12 .bannerTitle{
    background: linear-gradient(0deg, rgba(0,0,0,.5), rgba(0,0,0,.5)), url(../img/qa.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.section12 .bannerTitle::after{
    content: 'question & answer';
}
.section12 .boards > .board:not(:first-of-type){
    margin-top: 5rem;
}
.section12 .boards .board{
    border: .1rem solid #afafaf;
    padding: 3rem 2rem;
    background: #fff;
}
.section12 .board .q{
    color: #e3345a;
    display: flex;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
.section12 .board .q::before{
    content: 'Q.';
}
.section12 .board .a{
    display: flex;
}
.section12 .board .a::before{
    content: 'A.';
}
.section12 .board .q::before,
.section12 .board .a::before{
    flex: 0 0 3rem;
    font-size: 1.1em;
    font-weight: bold;
    position: relative;
    top: -.2rem;
}
@media(max-width: 767px){
    .section12 .boards > .board:not(:first-of-type){
        margin-top: 3rem;
    }
    .section12 .board .q{
        font-size: 1.6rem;
    }
    .section12 .board .q::before,
    .section12 .board .a::before{
        flex: 0 0 2.5rem;
    }
}

/* section13 */
.section13{
    background: url(../img/ps_bg.jpg);
    background-size: cover;
    background-position: center;
}
.section13 .board{
    border: .2rem solid #bdb428;
    padding: 7.5rem 15%;
    outline: .1rem solid #bdb428;
    outline-offset: -.5rem;
    background: rgba(255,255,255,.7);
}
.section13 .board h1::after{
    content: 'Postscript';
}
.section13 .board .subTitle{
    text-align: center;
    font-weight: bold;
    margin-bottom: 5rem;
}
.section13 .board .inner p + p{
    margin-top: 3rem;
}
.section13 .name{
    margin: 3rem 0 0 auto;
    width: 15rem;
}
@media(max-width: 767px){
    .section13 .board{
        padding: 5rem 2rem;
    }
}

/* section14 */
.section14 h1::after{
    content: 'Profile';
    margin-bottom: 5rem;
}
.section14 .flex{
    display: flex;
}
.section14 .flex > div{
    padding: 5rem 0;
    border-top: .1rem solid #afafaf;
    border-bottom: .1rem solid #afafaf;
}
.section14 .flex .left{
    flex: 0 0 35%;
    margin-right: 5rem;
}
.section14 .flex .left p{
    text-align: right;
}
.section14 .flex .left .name{
    font-size: 3rem;
    margin: 1rem 0;
}
.section14 .flex .left .imgArea{
    margin-bottom: 3rem;
}
.section14 .flex .right{
    flex: 1;
    line-height: 1.5;
}

.section14 .flex .right p + p{
    margin-top: 3rem;
}
.section14 .mediaArea p{
    text-align: center;
    padding-bottom: 1.5rem;
    margin-top: 7.5rem;
    border-bottom: .1rem solid #afafaf;
    font-weight: bold;
}
.section14 .mediaArea .mediaFlex{
    padding: 5rem 0 3.5rem;
    border-bottom: .1rem solid #afafaf;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section14 .mediaArea .mediaFlex > div{
    flex: 0 0 24%;
    max-width: 24%;
    font-size: 0;
    margin-bottom: 1.5rem;
}
.section14 .mediaArea .mediaFlex > div.adjust{
    flex: 0 0 48%;
    max-width: 48%;
}
@media(max-width: 767px){
    .section14 .flex{
        display: block;
    }
    .section14 .flex .left{
        margin: 0;
        border-bottom:none;
    }
    .section14 .mediaArea .mediaFlex > div{
        flex: 0 0 48%;
        max-width: 48%;
    }
    .section14 .mediaArea .mediaFlex > div.adjust{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* btnAreaSection */
.btnAreaSection h1{
    text-align: center;
    font-size: 4rem;
    font-family: playball;
    color: #e3345a;
    margin-bottom: 1rem;
}
.btnAreaSection .subTitle{
    text-align: center;
    font-weight: bold;
    color: #e3345a;
    margin-bottom: 5rem;
}
.btnAreaSection .subTitle::before,
.btnAreaSection .subTitle::after{
    content: '～';
    margin: 0 1rem;
}
.btnAreaSection .btnArea a{
    margin: auto;
    text-align: center;
    max-width: 45rem;
    padding: 1.7rem;
    border-radius: 1.5rem;
    background: #e3345a;
    color: #fff;
    font-weight: bold;
    line-height: 2;
    display: block;
    margin-bottom: 5rem;
    border: .3rem solid #e3345a;
    transition: .4s;
}
.btnAreaSection .btnArea a:hover{
    color: #e3345a;
    background: transparent;
}
@media(max-width: 767px){
    .btnAreaSection h1{
        font-size: 3rem;
    }
}


/* footer */
.footer{
    padding: 3rem 0;
    background: #e3345a;
    color: #fff;
}
.footer .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
}
.footer .flex .right{
    order: 2;
    display: flex;
}
.footer .flex .right p{
    cursor: pointer;
}
.footer .flex .right > p:first-child{
    margin-right: 1rem;
}
@media(max-width: 767px){
    .footer .flex{
        display: block;
        font-size: 1.2rem;
    }
    .footer .flex .right{
        margin-bottom: 1.5rem;
    }
    .footer .flex .left{
        text-align: center;
    }
}

/* modal */
#modal{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
    z-index: 99;
}
#modal:not(.loading){
    display: none;
}
#modal.open{
    visibility: visible;
    opacity: 1;
}
#modal #layer{
    background: rgba(0,0,0,.8);
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
}
#modal .modalWrap{
    position: absolute;
    top:0;
    left:0;
    width:100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
}
#modal .modalWrap > *{
    z-index: 1000;
}
#modal .modalWrap .inner{
    width: 80vw;
    max-width: 80rem;
    max-height: 50rem;
    background: #e3345a;
    margin: auto auto 0;
    height: 100%;
    overflow: hidden;
    border-radius: .5rem;
    box-shadow: 0 0 .5rem rgba(0,0,0,.3);
}
#modal .modalWrap > .inner > div{
    height: 100%;
}
#modal .modalWrap .textArea{
    background: #fff;
    padding: 2rem;
    height: calc(100% - 8rem);
    overflow-y: auto;
    font-size: 1.4rem;
}
#modal .modalWrap h1{
    text-align: center;
    color: #fff;
    padding: 3rem;
    font-size: 2rem;
    line-height: 1;
}
#modal .modalWrap .btn{
    background: #e3345a;
    color: #fff;
    width: 25rem;
    padding: 1rem;
    border-radius: .5rem;
    margin: 1.5rem auto auto;
    cursor: pointer;
    text-align: center;
}

#modal .top--paragraph{
    margin-bottom: 3rem;
}
#modal h2{
    line-height: 1;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
#modal h2:not(:first-of-type){
    margin-top: 3rem;
}
#modal .textArea td,
#modal .textArea th{
    padding: 1rem;
}
#modal .textArea tr{
    border: .1rem solid #f5f2ef;
}
#modal .textArea th{
    background: #fde3e0;
    font-weight: 500;
    width: 27%;
}

#modal[data-id="modal__privacy"] #modal__law,
#modal[data-id="modal__law"] #modal__privacy{
    display: none;
}
#modal[data-id="modal__privacy"] #modal__privacy,
#modal[data-id="modal__law"] #modal__law{
    display: block
}
@media(max-width: 767px){
    #modal .modalWrap h1{
        font-size: 1.6rem;
        padding: 2rem;
    }
    #modal h2{
        font-size: 1.4rem;
    }
    #modal .modalWrap .textArea{
        height: calc(100% - 5.6rem);
    }
    #modal .modalWrap .inner{
        max-height: 26rem;
        width: 90vw;
    }
    #modal .modalWrap .textArea{
        font-size: 1.2rem;
        padding: 2rem 1rem;
    }
    #modal .modalWrap .btn{
        margin-top: 1rem;
        padding: 1rem;
    }
    #modal .textArea td,
    #modal .textArea th{
        display: block;
    }
    #modal .textArea th{
        width: 100%;
    }
    #modal .textArea td{
        border: none;
    }
}
@media(max-width: 567px){
    #modal .modalWrap .inner{
        max-height: 33rem;
    }
}