@charset "en";
/* http://meyerweb.com/eric/tools/css/reset/
      v2.0 | 20110126
      License: none (public domain)
    */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

p > a {
    color: #8e7755;
}

/*ゆっくり表示*/

/*
    yoshitomi fixed
     */

p {
    font-family: "Quicksand", sans-serif;
}

.mr-bottom-20px {
    margin-bottom: 20px;
}

.float-up {
    display: inline-block; /* translateY を効かせるために inline-block */
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.9s cubic-bezier(0.645, 0.045, 0.355, 1),
        transform 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.float-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.assistant {
    text-align: center;
    padding-top: 40px;
}

/*
    yoshitomi fixed ended
     */

.fadeInDown {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -ms-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-170px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

body {
    max-width: 770px;
    text-align: center;
    margin: auto;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Noto Sans JP", sans-serif,
        "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
    font-feature-settings: "palt";
    background-color: #f8f8f8;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #3a3939;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a:hover {
    color: #55d5b9;
}

a {
    color: #8e7755;
    font-weight: bold;
    height: auto;
}
.pt5 {
    padding-top: 20px;
}

.wrapper p {
    font-size: 17px;
}

.box1 p {
    margin: 0 5%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.right a {
    margin-right: 5px;
}

h1 {
    font-size: 45px;
    letter-spacing: 0.02em;
    color: #000;
    font-family: "Noto Serif", Georgia, serif;
    font-weight: 400;
    font-style: normal;
}

h2 {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

.shop {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    margin: auto;
    font-size: 10px;
    height: auto;
}

.box1 {
    margin: 2em 0 0;
    padding: 2em 1em 4em;
    background-color: #ebebeb;
}

.inner {
    margin: 2em 0 0;
    padding: 2em 1em 2em;
    background: #fff;
    border-radius: 8px;
}

.footer p {
    font-size: 10px;
    line-height: 140%;
}

.box2/*ホワイト背景*/ {
    padding: 2em 1em;
}
.box2 td p {
    font-size: 1.5rem;
}

.box2 td h5 {
    font-size: 2rem;
}

.box3 {
    margin: 0;
    padding: 2em 1em 2em;
    background: #fff;
}

.step {
    position: relative;
    margin: 4em 1em 0.6em;
    padding: 3em 1em;
    border: solid 2px #000;
    border-radius: 8px;
    background-color: #fff;
}
.step .box-title {
    position: absolute;
    display: inline-block;
    top: -14px;
    left: 11px;
    padding: 0 9px;
    line-height: 1;
    font-size: 21px;
    font-family: "ltc-metropolitan-pro", sans-serif;
    background: #fff;
    color: #000;
    font-weight: bold;
}

.step img {
    margin: auto;
    padding-top: 1em;
}

.step .tokuten p {
    font-size: 2.5em;
    color: #000;
    font-weight: bold;
}

.step h4 span {
    font-size: 20px;
    padding-bottom: 0.3em;
    font-weight: 550;
    color: #000;
}

.step p {
    padding-top: 0.4em;
}

/*STEPの下矢印*/
.dli-chevron-down {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 2em;
    height: 2em;
    border: 0.3em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}

.main_img {
    padding: 2em 1em;
}

.box1 p span {
    background: linear-gradient(transparent 60%, #f8fcae 30%);
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.05em;
}

.box3 p span {
    background: linear-gradient(transparent 60%, #f8f8f8 30%);
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.05em;
}

.about_title span {
    font-size: 20px;
    color: #000;
    line-height: 140%;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.voice_title span {
    font-size: 20px;
    color: #000;
    line-height: 140%;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.tokuten {
    padding: 0.8em 0 0;
}

.tokuten p {
    font-size: 25px;
    color: #000;
}

.tokuten_title span {
    font-size: 18px;
    color: #000;
    font-weight: 550;
}

.tokuten_title {
    margin-bottom: 20px;
}

.movie {
    /* コンテナを横幅いっぱいにして、子要素（iframe）を中央寄せ */
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 2em 0; /* 上下余白はお好みで */
    padding-bottom: 0;
    overflow: visible; /* 必要なら残す */
}

.movie iframe {
    /* ブロック要素化して幅を90%に */
    display: block;
    width: 90%;
    max-width: 600px; /* 任意：最大幅を制限したい場合 */
    aspect-ratio: 9 / 16; /* 縦長ビデオ用のアスペクト比 */
    height: auto;
}

a {
    color: #8e7755;
}

.text {
    width: 90%;
    display: inline-block;
    text-align: left;
    font-size: 18px;
    color: #000;
    letter-spacing: 170%;
    padding-top: 40px;
    padding-bottom: 20px;
}

.flex_test-box {
    display: flex; /* フレックスボックスにする */
}
.flex_test-item {
    padding: 5px;
    color: #fff; /* 文字色 */
    margin: 10px; /* 外側の余白 */
}

/*応募ボタン*/

.entry_title p {
    font-size: 12px;
    padding-top: 0.2em;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 2rem 12rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.03em;
    color: #212529;
    border-radius: 0.5rem;
}

.right {
    width: 100%;
    margin-left: 5px;
}

.left {
    width: 70%;
    margin: 0 auto;
}
a.btn {
    color: #fff;
    background-color: #8e7755;
    border-bottom: 5px solid #776346;
}
a.btn:hover {
    margin-top: 3px;
    color: #fff;
    background: #8e7755;
    border-bottom: 2px solid #776346;
}

.btn-wrap-pc-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    /*テスト表示用*/
    max-width: 535px;
    margin: 20px auto 20px;
    padding: 0 10px;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

a.btn-pc-sp {
    line-height: 1.4;
    width: 100%;
    padding: 1.25rem 0;
    margin: 0 auto;
    color: #ffff;
    font-size: 18px;
}

a.btn-pc-sp--contact {
    color: #fff;
    background: #8e7755;
}

a.btn-pc-sp--tel {
    color: #fff;
    background: #8e7755;
}

.sp {
    display: none;
}

.wrapper {
    background-color: #ffffff;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 18px;
}
table th {
    width: 22%;
    color: #fff;
    background: #000;
    box-sizing: border-box;
    padding: 15px;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
}
table td {
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    vertical-align: top;
    text-align: left;
}

table th,
table td {
    display: block;
    width: 100%;
    border-bottom: none;
}

.highlight {
    font-weight: bold; /* 太字にする */
    font-size: 1.2em; /* 通常より大きく */
    text-decoration: underline; /* アンダーラインを付ける */
}

@media screen and (max-width: 321px) {
    .register_p {
        width: 86%;
    }
    .register_arrow {
        width: 12%;
    }

    .movie {
        height: 80%;
        margin: 0 auto;
        overflow: visible;
        padding-bottom: 0;
        width: 70%; /* ビデオ横幅 */
    }

    .movie iframe {
        position: relative;
        aspect-ratio: 9 /16; /* ビデオの横/縦比 */
    }
}

/*▼スマホに適応される*/
@media screen and (min-width: 768px) {
    .mobile {
        display: none;
    }

    .asano2 {
        display: flex;
    }

    .woman-i img {
        width: 100%;
        padding-top: 60px;
    }

    .fi {
        margin-top: 40px;
    }

    .introduction {
        width: 50%;
        padding-right: 5%;
        padding-left: 5%;
    }

    .introduction h4 {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 2.5rem;
    }

    .introduction span {
        line-height: 3.4rem;
        font-size: 1.7rem;
    }

    .woman-i {
        width: 50%;
    }

    .explain-p {
        text-align: center;
    }

    .studio-i img {
        width: 100%;
    }

    .studio-i {
        width: 50%;
    }

    .explain {
        width: 50%;
    }

    .asano {
        display: flex;
    }

    .explain h4 {
        text-align: center;
        font-size: 1.8rem;
        font-weight: bold;
    }

    .explain {
        margin-top: 15px;
    }

    .explain a {
        font-size: 1.8rem;
    }

    .explain-p {
        margin-top: 20px;
    }

    .explain p {
        margin-top: 20px;
    }

    .br-sp {
        display: none;
    }

    .movie {
        height: 80%;
        margin: 0 auto;
        overflow: visible;
        padding-bottom: 0;
        width: 70%; /* ビデオ横幅 */
    }

    .movie iframe {
        position: relative;
        aspect-ratio: 9 /16; /* ビデオの横/縦比 */
    }
}

@media screen and (max-width: 767px) {
    .mobile {
        display: none;
    }
    .explain {
        margin-top: 50px;
    }
    .asano2 {
        display: flex;
    }

    .woman-i img {
        width: 100%;
        padding-top: 20px;
    }

    .introduction {
        width: 50%;
        padding-right: 5%;
        padding-left: 5%;
        display: flex;
        margin-top: 40px;
    }

    .introduction h4 {
        text-align: center;
        font-size: 1.8rem;
    }

    .introduction span {
        font-size: 1.3rem;
        line-height: 2.5rem;
    }

    .woman-i {
        width: 50%;
    }

    .studio-i img {
        width: 100%;
    }

    .studio-i {
        width: 50%;
    }

    .explain {
        width: 50%;
        margin-left: 5px;
    }

    .asano {
        display: flex;
    }

    .explain h4 {
        text-align: center;
        font-size: 1.8rem;
        font-weight: bold;
    }

    .explain {
        margin-top: 15px;
    }

    .explain a {
        font-size: 1.8rem;
    }

    .explain-p {
        margin-top: 20px;
    }

    .explain p {
        margin-top: 20px;
        text-align: center;
    }

    .br-pc {
        display: none;
    }

    .qa-list dl {
        position: relative;
        padding: 15px 40px 15px 10px;
    }
    .qa-list dl::before {
        top: 20px;
        right: 20px;
        width: 7px;
        height: 7px;
    }
    .qa-list dl dt {
        padding: 0 0 0 30px;
        font-size: 4.5vmin;
    }
    .qa-list dl dt::before {
        font-size: 14px;
        top: 3px;
        left: 5px;
        content: "Q.";
    }
    .qa-list dl dd::before {
        font-size: 14px;
        top: 5px;
        left: 5px;
        content: "A.";
    }
    .qa-list dl dd {
        margin: 10px 0 0;
        padding: 0 0 0 30px;
        font-size: 14px;
    }
    .qa-list dl dd p {
        margin: 30px 0 0;
    }
    .qa-list dl dd p:first-child {
        margin-top: 0;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 16px;
    }

    .wrapper p {
        font-size: 15px;
    }

    .box1 p span {
        font-weight: bold;
        font-size: 20px;
        letter-spacing: 0.05em;
    }

    .box3 p span {
        font-weight: bold;
        font-size: 22px;
        letter-spacing: 0.05em;
    }

    .step .tokuten p {
        font-size: 20px;
        color: #000;
        font-weight: bold;
    }

    .entry_title p {
        font-size: 12px;
        padding-top: 0.2em;
    }

    .tokuten p {
        font-size: 20px;
        line-height: 140%;
        color: #000;
    }

    h3 {
        font-size: 20px;
        font-weight: bold;
    }

    .button02 a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        padding: 1em 2em;
        width: 70%;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        background-color: #76c8e5;
        border-radius: 50vh;
    }

    table th,
    table td {
        display: block;
        width: 100%;
        border-bottom: none;
    }

    .shop p {
        font-size: 11px;
        height: auto;
    }
}

.main_img img {
    width: 100%;
}

@media only screen and (max-width: 769px) and (max-width: 1000px) {
    body {
        max-width: 770px;
        margin: auto;
    }

    .sp {
        display: none;
    }

    .footer p {
        font-size: 10px;
        line-height: 140%;
    }

    .mobile {
        display: none;
    }

    .asano2 {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1000px) {
    body {
        max-width: 770px;
        margin: auto;
    }

    .sp {
        display: none;
    }

    footer img {
        position: relative;
    }

    nav {
        max-width: 770px;
    }

    h2 {
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 1em;
    }

    h3 {
        font-size: 20px;
        font-weight: bold;
    }

    h4 {
        font-size: 4vmin;
    }

    h5 {
        font-size: 4vmin;
    }

    h6 {
        font-size: 4vmin;
    }

    p {
        font-size: 3vmin;
    }

    .qa-list dl dd p:first-child {
        font-size: 3vmin;
    }

    .corona h4 {
        font-size: 3vmin;
    }

    .mobile {
        display: none;
    }

    .asano2 {
        margin-top: 20px;
    }
}

@media screen and (min-width: 450px) and (max-width: 540px) {
    .asano2 {
        display: flex;
    }

    .asano {
        display: flex;
    }

    .woman-i img {
        width: 100%;
        padding-top: 40px;
    }

    .introduction {
        width: 50%;
        padding-right: 5%;
        padding-left: 5%;
    }

    .introduction h4 {
        text-align: center;
        margin-top: 10px;
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .introduction span {
        font-size: 1.1rem;
        line-height: 1.9rem;
    }

    .woman-i {
        width: 50%;
    }

    .explain h4 {
        font-size: 1.4rem;
    }

    .explain a {
        font-size: 1.4rem;
        margin-bottom: -10px;
    }

    .explain-p {
        margin-top: -10px;
    }

    .explain-p p {
        font-size: 1rem;
    }

    .mobile {
        display: none;
    }
}

.movie iframe {
    margin-top: 20px;
}

.strong-p {
    font-size: 2rem;
    font-weight: bold;
}

.cursol {
    position: relative;
    margin-top: 20px;
}

.cursol img {
    transform: scale(1, -1);
    position: absolute;
    top: -15px;
    right: 40%;
}

.date {
    width: 100%;
    margin-left: -5px;
}

.date p {
    font-size: 1.9rem;
    color: black;
    font-weight: bold;
    margin: 20px auto;
}

.dame {
    width: 100%;
}

.dame p {
    font-size: 2.2rem;
    color: black;
    font-weight: bold;
    margin: 20px auto;
}

.rol {
    width: 100%;
}

.rol p {
    margin: 20px auto;
}

.rol a {
    font-size: 1.7rem;
}

.i-l a {
    width: 100%;
    font-size: 1.6rem;
}

@media screen and (max-width: 450px) {
    .asano {
        flex-direction: column;
    }

    .introduction h4 {
        text-align: center;
        font-size: 1.7rem;
        line-height: 4.5rem;
        margin-top: -10px;
    }

    .tokuten_title span {
        font-size: 1.7rem;
        color: #000;
        line-height: 130%;
        font-weight: bold;
    }

    .studio-i {
        width: 100%;
        margin-top: 10px;
    }

    .explain {
        width: 100%;
    }

    .woman-i {
        width: 100%;
        max-width: 200px;
    }

    .woman-i img {
        width: 90%;
    }

    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .introduce p {
        margin-top: 30px;
        margin-bottom: 10px;
        margin-right: 4%;
        margin-left: 4%;
    }

    .date {
        width: 100%;
        margin-left: -12px;
    }

    .i-l a {
        width: 100%;
        font-size: 1.5rem;
    }

    .date p {
        font-size: 1.55rem;
        color: black;
        font-weight: bold;
        margin: 20px auto;
    }

    .dame {
        width: 100%;
    }

    .dame p {
        font-size: 1.65rem;
        color: black;
        font-weight: bold;
        margin: 20px auto;
    }

    .rol {
        width: 100%;
        margin-left: -6px;
    }

    .rol p {
        margin: 20px auto;
    }

    .rol a {
        font-size: 1.5rem;
    }
}
