@charset "shift-jis";

::-moz-selection {
    background: #F8B500;
    color: #1c2569;
}
::selection {
    background: #F8B500;
    color: #1c2569;
}

body{
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "������", YuMincho, "Hiragino Mincho ProN W3", "�q���M�m���� ProN W3", "Hiragino Mincho ProN", "HG����E", "�l�r �o����", "�l�r ����", serif;
    overflow-x: hidden;
    font-size: 22px;
}

.wrap { overflow: hidden;}

.go{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "���S�V�b�N��", YuGothic, "Yu Gothic Medium", "���C���I", Meiryo, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    font-weight: 500;
}
.noto{ font-family: "Noto Sans JP", sans-serif;}
.midashi_mi{
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
}
.gramond{
    font-family: garamond-premier-pro, serif;
    font-weight: 400;
    font-style: normal;
}

.tac { text-align: center !important;}
.tar { text-align: right !important;}
.tal { text-align: left!important; }

.txt_l{ font-size: 1.25em !important;}
.txt_s{ font-size: .75em !important;}
.txt_normal{ font-weight: normal;}
.txt_bold{ font-weight: bold;}
.txt_orange{ color: #F8B500;}
.txt_lblue{ color: #34A6E0;}

.mb10 { margin-bottom: 10px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb70 { margin-bottom: 70px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb90 { margin-bottom: 90px !important;}
.mb100 { margin-bottom: 100px !important;}
.mb110 { margin-bottom: 110px !important;}
.mb120 { margin-bottom: 120px !important;}
.mb130 { margin-bottom: 130px !important;}
.mb140 { margin-bottom: 140px !important;}
.mb150 { margin-bottom: 150px !important;}
.ml10 { margin-left: 10px !important;}
.ml20 { margin-left: 20px !important;}
.ml35 { margin-left: 35px !important;}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
ul{ margin-left: 1em;}
a{
    color: #1C2569;
    text-decoration: none;
}
a:hover{ opacity: .8;}


/* header */
header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 101;
}
header .logo{
    padding-left: 40px;
    display: flex;
    align-items: center;
}
header .logo img{
    width: 160px;
    height: auto;
    vertical-align: middle;
}
header #h_nav{
    display: flex;
    align-content: center;
    font-size: 16px;
}
header #h_nav .btns{ display: flex;}
header #h_nav .btns > a{
    font-family: "Noto Sans JP";
    width: 184px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
header #h_nav .taiken{
    background: #F8B500;
    color: #1c2569;
}
header #h_nav .salon{
    background: #1c2569;
    color: #F8B500;
}

header #h_nav .btn_menu {
    position: relative;
    width: 90px;
    height: 90px;
    background: #fff;
    transition: all .4s;
    
}
header #h_nav .btn_menu > p{ opacity: 0;}
header #h_nav .btn_menu span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 33%;
    height: 2px;
    background-color: #1c2569;
    border-radius: 4px;
}
header #h_nav .btn_menu span:nth-of-type(1) {
    top: 33%;
}
header #h_nav .btn_menu span:nth-of-type(2) {
    top: calc(50% - 1px);
}
header #h_nav .btn_menu span:nth-of-type(3) {
    bottom: 33%;
}
header #h_nav .btn_menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
}
header #h_nav .btn_menu.active span:nth-of-type(2) {
    opacity: 0;
}
header #h_nav .btn_menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
}

header #h_nav ul{
    display: none;
    width: 458px;
    position: absolute;
    top: 88px;
    background: #fff;
    padding: 40px 30px;
    margin-left: 0;
    color: #1c2569;
    list-style: none;
}
header #h_nav li{
    padding-left: 25px;
    padding-bottom: 30px;
    position: relative;
}
header #h_nav li::before{
    content: "";
    width: 10px;
    height: 1px;
    position: absolute;
    top: .75em;
    left: 0;
    background: #1c2569;
}
header #h_nav li a{
    display: block;
    text-decoration: none;
/*    font-size: 1.2em;*/
    color: #1c2569;
    line-height: 1.3;
}
header #h_nav li .txt_l{
    display: block;
    margin-bottom: .25em;
}

/* footer */
footer{
    margin-top: -20px;
    text-align: center;
    position: relative;
    z-index: 1;
}
footer::before{
    content: "";
    position: absolute;
    z-index: -1;
    left: -10%;
    bottom: -30%;
    width: 130%;
    height: 130%;
    background: #fff;
    transform: rotate(-7deg);
}
footer h2{
    font-family: garamond-premier-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    letter-spacing: .05em;
    margin-bottom: 50px;
    color: #1b2469;
}
footer .sns{
    width: 100%;
    max-width: 380px;
    margin: 0 auto 120px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
footer .copy small{ font-size: 10px;}


/* �w�i */
.bg{
    -webkit-transform: rotate(-7deg) translate3d(0, 0, 0);
    margin-left: -100%;
    padding: 0 100%;
    position: relative;
    transform: rotate(-7deg) translate3d(0, 0, 0);
    width: 300%;
}
.bg.blue{ background: #1c2569;}
.bg.black{ background: #101010;}
.bg.white{
    background: #fff;
    color: #1c2569;
}
.bg.gray{ background: #f5f5f5;}

.bg .inner{
    -webkit-transform: rotate(7deg) translate3d(0, 0, 0);
    color: #fff;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    padding: 300px 0;
    transform: rotate(7deg) translate3d(0, 0, 0);
    margin: 0 auto;
    position: relative;
}
.bg .inner.w740{ max-width: 740px;}
.bg .inner.w840{ max-width: 840px;}
.bg .inner.w890{ max-width: 890px;}
.bg.white .inner{ color: #1c2569;}
.bg.gray .inner{ color: inherit;}
.bg.gray .inner h2{ color: #1c2569;}

/* �^�C�g���O��̏c���C�� */
.line {
    width: 2px;
    height: 80px;
    margin: 0 auto;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

.line.active::before{
    content: '';
    width: 1px;
    height: 80px;
    background-color: #fff;
    position: absolute;
    top: -100px;
    left: 1px;
    -webkit-animation: line .8s ease 0s 1 forwards;
    animation: line .8s ease 0s 1 forwards;
}
.line.fabl.active::before{ background-color: #1c2569;}

@keyframes line {
    0% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(-50%, 100px, 0);
        transform: translate3d(-50%, 100px, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 100px, 0);
        transform: translate3d(-50%, 100px, 0);
    }
}

/* .h2�̑O��line */
.line.top{ margin-top: -450px;}

/* �Z�N�V�������Ɏg�� */
.line.title{
    margin-top: 120px;
    margin-bottom: 65px;
}

/* �Z�N�V������؂�ɓ���line */
.line.section{
    position: absolute;
    left: 0;
    right: 0;
}
.line.section.top{
    top: -7px;
    margin-top: 0;
}
.line.section.bottom{ bottom: 7px;}

.bg.white .inner::before,
.bg.white .inner::after,
.bg.gray .inner::before,
.bg.gray .inner::after{ background: #1c2569;}

/*.bg .inner.line_top{ padding-top: 150px;}
.bg .inner.line_top::before{ top: -7px;}
.bg.gray .inner.line_top::before{ top: -12px;}
.bg .inner.line_top_none::before{ content: none;}

.bg .inner.line_bottom{ padding-bottom: 200px;}
.bg .inner.line_bottom::after{ bottom: 7px;}
.bg .inner.line_bottom_none::after{ content: none;}*/



/* �{�^�� */
.btn{
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 740px;
    display: block;
    padding: 30px;
    font-size: 24px;
    margin: 0 auto;
    line-height: 1.5;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
}
.btn.blue{
    background: #1c2569;
    color: #fff;
    border-radius: 5px;
}
.btn.white{
    background: #fff;
    color: #1C2569;
}
.btn.gray{
    background: #f5f5f5;
    color: #1C2569;
}
.btn.yellow{
    background: #F8B500;
    box-shadow:0 4px 0 #B9AA02;
    color: #1C2569;
    border-radius: 5px;
}
.btn.orange{
    background: #F8B500;
    box-shadow:0 4px 0 #bd8a00;
    color: #1C2569;
    border-radius: 5px;
}

.btn.campaign{ margin-bottom: 115px;}

/*.btn_fix{
    position: fixed;
    right: 0;
    top: 30vh;
    z-index: 100;
    -webkit-transform: rotate(-7deg) translate3d(0, 0, 0);
    transform: rotate(-7deg) translate3d(0, 0, 0);
}
.btn_fix a{
    display: block;
    text-decoration: none;
    background: #f8b500;
    color: #1b2469;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    padding: 20px 20px 15px;
    -webkit-transform: rotate(-7deg) translate3d(0, 0, 0);
    transform: rotate(7deg) translate3d(0, 0, 0) skewY(-7deg);
}
.btn_fix a span{
    display: block;
    transform: skewY(7deg);
}*/

/* ���[�r�[
    .left=���捶���
    .right=����E��� */
.box_movie{
    position: relative;
    margin-bottom: 50px;
}

.box_movie a{
    display: block;
    width: 100%;
    max-width: 800px;
}
.box_movie.right a{
    margin-left: auto;
    margin-right: 0;
}
.box_movie a:hover{ opacity: 1;}

.box_movie .num{
    font-size: 120px;
    position: absolute;
}
.box_movie.left .num{
    right: 12%;
    top: -78px;
}
.box_movie.right .num{
    left: 10%;
    top: 15px;
}
.box_movie .num .rotate{
    font-size: .3em;
    transform: rotate(-90deg) translateX(.3em);
    display: inline-block;
}

.box_movie .text{
    position: absolute;
    bottom: 25%;
}
.box_movie.left .text{
    text-align: right;
    right: 0;
}
.box_movie.right .text{
    text-align: left;
    left: 0;
}

.box_movie .text .en{
    display: block;
    font-family: garamond-premier-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    letter-spacing: .05em;
    padding-bottom: 8px;
}
.box_movie .text .en .indent{ padding-right: 3em;}
.box_movie .text .jp{
    display: block;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    padding-right: 1em;
}
.box_movie.left .text .jp .indent{ padding-right: 5em;}
.box_movie.right .text .jp .indent{ padding-left: 1.5em;}


/* �^�C�g�� */
.h2{
    text-align: center;
/*    position: absolute;
    top: -3em;
    left: 0;
    right: 0;*/
}
.h2 .en{
    font-family: garamond-premier-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 75px;
    letter-spacing: .1em;
}
.h2 h2{ font-size: 24px;}


.h3{
    text-align: center;
    margin-bottom: 50px;
}
.h3 .en{
    font-family: garamond-premier-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    letter-spacing: .1em;
}
.h3 h3{ font-size: 24px;}

.video {
    position: relative;
    padding-bottom: 56.25%; /*�A�X�y�N�g�� 16:9�̏ꍇ�̏c��*/
    height: 0;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media screen and (min-width: 1025px) {
    .sp{ display: none;}
    .tb{ display: none;}
    .pc{ display: inherit;}

}

@media screen and (max-width: 1024px) and (min-width: 600px) {
    .sp{ display: none;}
    .tb{ display: inherit;}
    .pc{ display: none;}
    
    footer .copy{ padding: 40px;}
}

@media screen and (max-width: 599px){
    body{ font-size: 18px;}
    .sp{ display: inherit;}
    .tb{ display: none;}
    .pc{ display: none;}
    
    .bg .inner{ padding: 260px 0;}
    
    .h2 .en{ font-size: 72px;}
    .h2 h2{ font-size: 20px;}
    
    header .logo{ padding-left: 20px;}
    header #h_nav .btn_menu{
        width: 80px;
        height: 80px;
    }
    header #h_nav .btn_menu.active span:nth-of-type(1){
        -webkit-transform: translateY(13px) rotate(-45deg);
        transform: translateY(13px) rotate(-45deg);
    }
    header #h_nav .btn_menu.active span:nth-of-type(3) {
        -webkit-transform: translateY(-13px) rotate(45deg);
        transform: translateY(-13px) rotate(45deg);
    }
    header #h_nav .btns{
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        height: 58px;
        box-shadow: 0 -3px 5px rgba(0,0,0,.2);
        transform: translateY(0);
        transition: all .3s;
    }
    header #h_nav .btns.hide{ transform: translateY(110%);}
    header #h_nav .btns > a{ width: 50%;}
    header #h_nav ul{
        width: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        padding: 120px 20px 60px;
    }
    
    footer{
        padding: 0 6.5%;
        margin-bottom: 85px;
    }
    footer .sns{ width: 80%;}
    
    .btn{
        padding: 20px;
        font-size: 20px;
    }

    .box_movie{
        display: flex;
        flex-wrap: wrap;
    }
    .box_movie h3{
        order: 2;
        margin-top: -3em;
    }
    .box_movie .text{ position: static;}
    .box_movie .text .en{
        font-size: 35px;
        margin-left: 3em;
    }
    .box_movie .text .en .indent{ margin-left: -2.5em;}
    .box_movie .text .jp{ margin-left: 7em;}
    
    .box_movie.right .text .jp .indent{ margin-left: -7em;}
    
    .box_movie.left .text .en,
    .box_movie.left .text .jp{ text-align: left;}
    .box_movie.left .text .jp .indent{
        padding-right: 0;
        margin-left: -5em;
    }

    .box_movie a{ text-align: center;}
    .box_movie a img{
        max-width: 150%;
        display: block;
    }
    .box_movie.right a img{ margin-left: -25%;}
    .box_movie.left a img{ margin-right: -25%;}
}

