@charset "utf-8";
/*
theme Name: Mrs.global saitama theme by k.muranaka
Author: k.muranaka
Description: original theme
version： 1.0.0
*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

/* support iOS iOSでも高さいっぱいに表示する */
html {
    height: -webkit-fill-available;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

::-moz-selection {
    background-color: #17171C;
    text-shadow: none;
    color: #fff;
}

::selection {
    background-color: #17171C;
    text-shadow: none;
    color: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
    max-width: 100%;
}


iframe {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* Base --------------------------------------------------------------------- */
body {
    font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: justify;
    background-color: #fdfdfd;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.25;
    letter-spacing: .1em;
    color: #333;
}

h1,
h2,
h3,
h4 {
    line-break: strict;
    transition: all 0.1s ease-in 0s;
    padding: 0;
    margin: 0;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    -webkit-font-feature-settings: “palt”;
    font-feature-settings: “palt”;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    letter-spacing: 0;
}

h2 {
    font-size: 28px;
    font-size: 2.8rem
}

h3 {
    font-size: 24px;
    font-size: 2.4rem
}

h4 {
    font-size: 20px;
    font-size: 2rem
}

.bold {
    font-weight: bold;
}

.note {
    font-size: .875em;
}

.ttl-en {
    font-family: Cardo, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -.02em;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.1;
    display: block;
    margin-bottom: 4rem;
}

.ttl-jp {
    font-family: Cardo, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -.02em;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.1;
    display: block;
    margin-bottom: 4rem;
}

.sub-ttl-en {
    font-family: Cardo, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -.02em;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    display: block;
    margin-bottom: 4rem;
}

.sub-ttl-jp {
    font-family: Cardo, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -.02em;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
    display: block;
    margin-bottom: 8rem;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

p {}

a {
    color: #333;
    text-decoration: none;
    transition: all .5s;
}

a:hover {
    text-decoration: none;
    opacity: .6;
}

section {
    padding: 6rem 0;
}


.wrap {
    max-width: 1152px;
    height: 100%;
    margin: 0 auto;
    padding: 0 1.6rem;
}

.container {
    padding: 0 5%;
}

.posi-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*---------------------------  アニメーション ------------------------------*/


/*スクロールしていくと突然何もなかったところからニョキッと下から現れる*/
.fadeIn {
    opacity: 0;
    transform: translate(0, 40px);
    transition: all 800ms;
    transition-delay: 0.4s;
}

.fadeIn.scrollin {
    opacity: 1.0;
    transform: translate(0, 0);
}

.fadeIn02 {
    opacity: 0;
    transform: translate(0, 40px);
    transition: all 1600ms;
    transition-delay: 0.4s;
}

.fadeIn02.scrollin {
    opacity: 1.0;
    transform: translate(0, 0);
}

@media (max-width: 767px) {

    .fadeIn,
    .fadeIn02 {
        transform: translate(0, 20px);
    }
}

/*左から*/
.fadeInLeft {
    opacity: 0;
    transform: translate(-40px, 0);
    transition: all 800ms;
}

.fadeInLeft.scrollin {
    opacity: 1.0;
    transform: translate(0, 0);
}

/*右から*/
.fadeInRight {
    opacity: 0;
    transform: translate(40px, 0);
    transition: all 800ms;
}

.fadeInRight.scrollin {
    opacity: 1.0;
    transform: translate(0, 0);
}

/*スクロールしていくと突然何もなかったところからふわっと現れる*/
.fadeIn03 {
    opacity: 0;
    transition: all 2600ms;
}

.fadeIn03.scrollin {
    opacity: 1;
}

.fadeBox {
    -webkit-animation: fadeIn 2s ease;
    animation: fadeIn 2s ease;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.is-scale {
    transform: scale(1) !important;
    opacity: 1 !important;
}

.js-scale {
    transform: scale(1.12);
    transition: 3.5s cubic-bezier(0.23, 1, 0.32, 1) transform, 0.4s linear opacity;
    opacity: 0;
}

/*----------------------------------  テキスト関係 -------------------------------*/


.fsM {
    font-size: 1.5em;
}

.fsS {
    font-size: .875em;
}

.fsSS {
    font-size: .5em;
}

.center {
    text-align: center;
}

/*---- flex -------*/
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex .box {}



.sp-flex {
    display: flex;
    flex-wrap: wrap;
}

.sp-flex .box {
    /*width: calc(50% - 10px);*/
    margin: 0;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

@media (min-width : 1025px) {
    .sp {
        display: none;
    }

    .pc {
        display: block;
    }
}

@media print,
screen and (max-width: 1024px) {
    .sp {
        display: block;
    }

    .pc {
        display: none !important;
    }
}


/*----  ボタン -------*/
.button {
    margin: 2em 0 0;
}

.button a {
    background: #fff;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 372px;
    padding: 1em 1em;
    color: #333;
    line-height: 1;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: 1px solid #333;
    font-size: 20px;
    font-size: 2rem;
}

.button a:hover {
    background: #333;
    color: #FFF;
}

.button a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.button a:hover:after {
    border-color: #FFF;
}

/*---------------------------------　ヘッダー　-----------------------------------*/
header {
    padding: 20px 0;
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.logo img {
    width: 202px;
}

.nav li {
    margin-left: 1.5em;
}

/*----  MV -------*/
#mv {
    height: 80vh;
    max-height: 970px;
    background-image: url(./images/mv.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-top: 5rem;
}

#live .flex div {
    width: 50%;
}

#live .box01 {
    margin-right: 5%;
}

#live .box01 img {
    /* height: 644px;*/
}

#live .box02 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
}

#entry {
    text-align: center;
}

#entry .flex {
    flex-direction: column;
}

.movie,
#finalist {
    text-align: center;
}

#finalist .flex {
    justify-content: space-around;
    margin-bottom: 4rem;
}

#finalist h4 {
    margin-top: 1em;
}

#about .flex div {
    width: 50%;
}

#about p {
    margin-right: 2em;
}

#mission h2 {
    text-align: center;
}

#information .flex {
    align-items: flex-start;
}

#information .flex .box {
    width: 50%;
}


.information-list-container {
    margin-bottom: 1em;
}

.information-img {
    padding-left: 2em;
}

#fee {
    text-align: center;
}

#fee p {
    margin-top: 1em;
}

#schedule {
    text-align: center;
}

.hidden_box {
    margin: 4rem auto;
    padding: 0;
    border-bottom: 1px solid #D8D8D8;
    padding: 0 0 2em;
}

.hidden_box:last-child {
    margin-bottom: 0;
}

.hidden_box label {
    display: block;
    font-weight: bold;
    line-height: 1.75;
    border-radius: 2px;
    cursor: pointer;
    transition: .5s;
    position: relative;
    padding: 0.5em 3em 0.5em 4em;
    text-align: justify;
}

.hidden_box label:before {
    font-family: Cardo, serif;
    font-weight: 400;
    font-style: normal;

    display: block;
    content: 'Q';
    font-weight: normal;
    transition: 0.2s;
    position: absolute;
    top: 50%;
    left: 0em;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    line-height: 2;
    text-align: center;
    font-size: 1.5em;
    border-radius: 2px;
}

.hidden_box label:after {
    display: block;
    content: '+';
    font-weight: normal;
    transition: 0.2s;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    font-size: 1em;
}

.hidden_box input:checked~label:after {
    color: #8A8D9D;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(315deg);
}

.hidden_box input {
    display: none;
}

.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.hidden_show p {
    color: #333;
    position: relative;
    padding: 0 3em 0 4em;
    text-align: justify;
}

.hidden_show p:before {
    color: #333;
    font-family: Cardo, serif;
    font-weight: 400;
    font-style: normal;
    content: 'A';
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 0em;
    transform: translateY(-46%);
    width: 2em;
    height: 2em;
    line-height: 2;
    text-align: center;
    font-size: 1.5em;
    border-radius: 2px;
}

.hidden_box input:checked~.hidden_show {
    padding: 1em 0;
    height: auto;
    opacity: 1;
}


.hidden_box p {
    margin: 0;
    text-align: justify;
}

.faq-note .note {
    margin-top: 8rem;
}

@media screen and (max-width: 640px) {
    .hidden_box label {
        line-height: 2;
        padding: .5em 2em .5em 2em;
    }

    .hidden_box label:before {
        font-size: 1.2em;
        width: 1.2em;
        height: 1.2em;
        line-height: 1;
        left: -.5em;
    }

    .hidden_box label:after {
        font-size: 1.2em;
        width: 1.2em;
        height: 1.2em;
        line-height: 1;
    }

    .hidden_box input:checked~.hidden_show {
        /*padding: 10px 0.6em;*/
    }

    .hidden_show p {
        position: relative;
        padding: .5em 2em .5em 2em;
        text-align: justify;
    }

    .hidden_show p:before {
        font-size: 1.2em;
        width: 1.2em;
        height: 1.2em;
        line-height: 1;
        left: -.3em;
    }
}

.staff h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.staff .flex {
    margin-top: 4rem;
}

.staff .flex div {
    width: 50%;
}

.staff h3.ttl-jp {
    margin-bottom: 1rem;
}

.staff-img {
    padding-left: 2em;
}

#trainig {
    text-align: center;
}

#trainig p {
    margin-bottom: 2em;
}

footer {
    padding: 0 0 4rem;
}

.copyright {
    font-size: 12px;
    text-align: center;
}


@media (max-width: 767px) {
    body {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .ttl-en {
        font-size: 36px;
        font-size: 3.6rem;
        margin-bottom: 3rem;
    }

    .ttl-jp {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 3rem;
    }

    .sub-ttl-jp {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .button a {
        font-size: 16px;
        font-size: 1.6rem;
        width: 90%;
        display: block;
        margin: 0 auto;
    }



    .flex {
        flex-direction: column;
    }

    .flex div {
        width: 100% !important;
    }

    #mv {
        height: 28vh;
        margin-top: 10rem;
    }

    #live .box01 {
        margin: 0;
        padding: 0px 20% 4rem;
    }

    #finalist .flex {
        margin-bottom: 0rem;
    }

    #finalist .ttl-jp {
        margin-bottom: 0;
    }

    .finalist-container .box {
        margin-top: 3rem;
    }

    #finalist h4 {
        margin-top: .5em;
        font-size: 16px;
        font-size: 1.6rem;
    }

    #about p {
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .information-img {
        padding-left: 0em;
    }

    .staff-img {
        padding-left: 0em;
    }
}