@charset "UTF-8";

.wrapper {
    background-color: #f7f7f7;
}

.fr-pagetop {
    z-index: 99;
}

[data-aos=fade-up] {
    transform: translate3d(0, 50px, 0);
}

[data-aos=fade-down] {
    transform: translate3d(0, -50px, 0);
}


.pc-only {
    display: none;
}

.txt-left{
    text-align: left;
}


/* 変数 */
:root {
    --color-main: #0E692D;
    --color-bg: #F1EFE0;
    --color-white: #f9f9f9;
    --color-line: #deeee9;
    --color-gray: #7d7d7d;
}

html {
    background-color: var(--color-white);
}

.main {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), var(--color-line) calc(100% - 1px)),
        linear-gradient(90deg, transparent calc(100% - 1px), var(--color-line) calc(100% - 1px));
    background-size: 15px 15px;
    background-repeat: repeat;
    background-position: center center;
}

.main_inner {
    max-width: 700px;
    padding: 0;
    padding-bottom: 50px;

    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.main_container {
    background-color: var(--color-bg);
    padding: 0.5em;
}

.mv_container {
    position: relative;
}

.mv_container .logo-sub {
    position: absolute;
    z-index: 2;
    width: 30%;
    margin: 20px;
}

section.style {
    background-color: var(--color-white);
    padding: 1.5em 1em;
    margin: 30px 0;
}

.main-logo {
    width: 80%;
    margin: 30px auto 0 auto;
    text-align: center;
}

img.logo-sub {
    margin-top: 20px;
    width: 50%;
    text-align: center;
}

section.mv .navi_img img {
    position: relative;
    object-fit: cover;
    object-position: top;
    height: 55vh;
}

/* 2503 navi */

.nav-container {
    margin: 45px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em;
}

.nav-box {
    display: flex;
    text-align: center;
    flex-direction: column;
}

.nav-txt {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0.5em;
    padding-bottom: 15px;
    height: 7em;
    background-color: #fff;
}

.nav-txt:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    position: absolute;
    bottom: 10px;
    margin: auto;
}

p.navtxt-sub {
    font-size: 0.8em;
    margin-bottom: 3px;
}

p.navtxt-main {
    font-weight: 600;
    line-height: 1.3em;
}


section.lead {
    margin: 2em auto;
    width: 85%;
    min-width: 250px;
}

.lead-txt {
    text-align: center;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 1em;
}

.lead-txt_info {
    font-weight: 600;
    margin-bottom: 1.5em;
    padding: 0.5em 0;
    border: 1px solid;
    border-right: none;
    border-left: none;
}

.h2-img {
    width: 35%;
    margin: 0 auto 1em;
}

.style-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid;
    border-right: none;
    border-left: none;
    padding: 0.5em 0;
}

h3.style-title {
    font-size: 1em;
    font-weight: 600;
    border: none;
    border-bottom: 1px solid var(--color-gray);
    margin: 30px 0 5px 0;
    line-height: 2em;
}

.h2-num {
    font-family: serif;
    font-size: 2.5em;
    margin: 10px;
    padding-right: 8px;
    border-right: 1px solid;
}

.h2-sub {
    font-size: 1.2em;
    font-weight: 300;
}

.h2-main,
.style-title-q,
.style-title-a {
    font-size: 1.3em;
    font-weight: 600;
}

.style-title-q,
.style-title-a {
    padding: 1.5em 0 1em 0;
    position: relative;
    margin: 0 auto;
}

.style-title-q {
    margin-top: 10px;
    width: 80%;
}

.style-title-a {
    margin-top: 20px;
    width: 90%;
    line-height: normal;
    border: none;
    margin-inline: auto;
    max-inline-size: max-content;
    font-weight: 300;
}

.style-title-a span {
    display: block;
    font-weight: 600;
    text-align: center;
}

.style-title-q::before,
.style-title-a::before {
    font-family: serif;
    font-size: 1.5em;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
}

.style-title-q::before {
    content: "Q.";
}

.style-title-a::before {
    content: "A.";
}

.style-title-comment {
    text-align: center;
}

.style-title-comment.style-title-q::before {
    content: "";
}

h4.style-title-a {
    padding: 0;
    margin-top: 0;
}

h4.style-title-a.style-title-mt {
    margin-top: 10px;
}

h4.style-title-a::before {
    content: none;
}

.style-lead.style-lead-qa .h4-lead {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 90%;
}

.title-qa img {
    position: relative;
    top: -2em;
}

.title-qa img.line-q {
    top: -1em;
    width: 85%;
    display: block;
    margin: 0 auto;
}

.h3-sub {
    font-size: 1em;
    font-weight: 300;
    line-height: 1em;
}

.h3-main {
    font-size: 1.3em;
    font-weight: 600;
}

.h2-week {
    font-family: serif;
}

.h2-num.h2-week {
    font-size: 1.5em;
}

.style {
    counter-increment: number;
}

.style .h2-week p:after {
    content: counter(number);
}

.h2-main.h2-weektitle {
    font-size: 1.3em;
}

.style-lead {
    margin-top: 4px;
    padding: 1em 0.5em;
    border-top: solid 1px;
}

.style-lead.style-lead-h2,
.style-lead-qa {
    border: none;
}

.style-lead.style-lead-qa {
    padding-top: 0;
    margin-top: 0;
}

.style-lead.style-lead-h3 {
    border-color: var(--color-gray);
}

.style-main {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}

.style-main-2nd {
    margin-top: 20px;
}

.style-main.fullimg {
    width: 100%;
}

.style-main_img {
    display: inline-block;
    text-align: center;
}

.style-main_txt {
    margin-top: 50px;
    padding: 0.5em;
    position: relative;
    background-color: var(--color-bg);
    min-width: 160px;
    width: 35%;
    height: 120px;
    display: flex;
    align-items: center;
}

.style-main_img img {
    max-height: 400px;
    object-fit: contain;
}

.style-main_img.styleimg-bg img {
    max-height: none;
}

.style-main_double {
    margin-bottom: 30px;
}

.style-main_txt::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 5px;
    background-color: var(--color-main);
    bottom: 0;
    left: 0;
}

.style-icon {
    position: absolute;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    top: 1em;
    left: 1em;
    border: 1px solid #fff;
    color: #fff;
}

p.style-icon-txt {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 5em;
}

.style-icon.icon_black{
    border-color: #000;
    color: #000;
}

.style-items{
    margin-top: 20px;
}

ul.list-dot {
    text-indent: -1em;
    padding-left: 1em;
}

ul.list-dot li::before {
    content: "・";
}

.style-main_txt.txt-bottom {
    margin: 0 auto;
    margin-top: 20px;
    padding: 1.5em;
    width: 80%;
}

.style-button {
    display: flex;
    justify-content: flex-end;
}

.style-button.button-bottom {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

a.button-text {
    border: 1px solid var(--color-gray);
    border-radius: 30px;
    padding: 0.4em 0.7em;
    background-color: #fff;
}

h3 {
    font-size: 1.3em;
    font-weight: 600;
    border-bottom: 1px solid;
    margin: 20px 0;
    line-height: 2em;
}

ul.style-slider {
    margin-bottom: 30px;
}

.link-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.link-box a {
    display: inline-block;
    width: 250px;
    padding: 1em 0;
    margin-bottom: 1em;
    border: 1px solid #000;
    border-radius: 30px;
}

.hemming {
    margin: 1em 0;
    padding: 1em 0;
    border: solid 1px #333;
}

.hemming-inner {
    text-align: center;
}

.style-item .h2-num.h2-week {
    font-size: 2.5em;
    border: none;
    padding-right: 0;
    padding: 0;
}

.style-item .style-title {
    border: none;
    padding: 0;
}

.style-item .style-lead {
    border: none;
}

.style-item .style .h2-week p:after {
    content: "";
}

.style-main video {
    width: 100%;
}

.style-item_box {
    margin-bottom: 1.5em;
}


@media screen and (min-width: 376px) {

    .style-main_txt {
        margin-left: 10%;
    }

    .style-main_img img {
        max-height: 450px;
    }

}


/* pc style */

@media screen and (min-width: 768px) {

    .sp-only {
        display: none;
    }

    .pc-only {
        display: block;
    }

    section.mv {
        display: flex;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    section.mv .navi_img img {
        height: 100vh;
    }

    section.mv .mv_logo {
        position: absolute;
        width: 50%;
        right: 0;
        left: 0;
        bottom: 20%;
        z-index: 2;
    }

    .main {
        background-attachment: fixed;
    }

    .main_inner {
        max-width: 1000px;
        display: flex;
        flex-direction: row;
    }

    .main_navi,
    .main_container {
        width: 50%;
    }

    section.mv {
        position: sticky;
        top: 0;
    }

    .main_container {
        padding: 1.5em;
    }

    .main-logo {
        width: 70%;
        margin: 30px auto;
    }

    section.lead {
        width: 90%;
    }

}