@charset "UTF-8";

/* ================================
common
================================ */
:root{
    --white:#FCFCFC;
    --ora_contt:#FFC457;
    --ora_appeal:#E07000;
    --brown_topic:#9C774C;
    --brown_btn:#8D4C00;
    --brack:#333333;
    --sp_padding:9.8%
}

html{
    font-size: 62.5%;
}

@font-face {
  font-family: "myfont";
  src: url("../../fonts/nikumaru_font.otf") format("opentype");
}

body{
    font-family: "Noto Sans JP", sans-serif,"Zen Maru Gothic","Homemade Apple","myfont";
    font-style: normal;
    font-weight: 400;
    color: var(--brack,#333333);
    background-color: var(--white,#FCFCFC);
    line-height: 1.6;
}

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

.topic{
    color: var(--ora_contt, #E99D12);
    font-family: "Homemade Apple";
    font-size: 2.8rem;
    line-height: 1.3; /* 36.4px */
    text-align: center;
}

.topic span{
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
}

.container{
    overflow-x: hidden;
}

.btn{
    border-radius: 40px;
    background-color: var(--ora_contt,#FFC457);
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
    padding: 15px 30px;
    color: var(--brown_btn,#8D4C00);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    max-width: 300px;
    margin: 0 auto;
}

.btn p{
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.3; /* 23.4px */
}

.btn img{
    display: inline-block;
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-left: 20px;
}

.btn:hover{
    opacity: 0.5;
}

.section{
    padding: 70px var(--sp_padding,9.8%);
}

.br__tb{
    display: none;
}

.br__pc{
    display: none;
}

.fadeIn{
    transform: translate(0, 50px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn.animated{
    transform: translate(0, 0);
    opacity: 1;
}

/* common tb */
@media screen and (min-width:768px) {
    .topic{
        font-size: 3rem;
    }

    .topic span{
        font-size: 1.8rem;
    }

    .btn{
        max-width: 330px;
    }

    .btn p{
        font-size: 2.2rem;
    }

    .br__sp{
        display: none;
    }

    .br__tb{
        display: block;
    }

    .section{
        padding: 80px 10.9% 100px;
    }
}
/* tb 768px */

/* common pc */
@media screen and (min-width:1260px) {
    .topic{
        font-size: 3.2rem;
    }

    .topic span{
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.8; /* 36px */
    }

    .br__sp-tb{
        display: none;
    }

    .br__tb{
        display: none;
    }

    .br__pc{
        display: block;
    }

    .section{
        padding: 90px 0 110px;
    }
}
/* pc 1260px */

/* ================================
header
================================ */
.header{
    display: flex;
    align-items: center;
    height: 76px;
    padding: 20px 30px;
    background: var(--ora_contt,#FFC457);
}

.header__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header__topic,
.nav__topic{
    color: rgba(84, 49, 17, 0.70);
    text-align: left;
    font-family: "myfont";
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1; /* 11px */
}

.header__topic span,
.nav__topic span{
    font-size: 2rem;
    margin-top: 5px;
}

.header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    width: 100%;
}

/* nav初期表示 */
.nav{
    background-color: #FAFAEC;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header{
    display: flex;
    height: 76px;
    padding: 20px 30px;
    justify-content: space-between;
    align-items: center;
    background-color: var(--ora_contt,#FFC457);
}

.nav__list{
    margin: 40px auto;
    text-align: center;
    width: 280px;
}

.nav__item{
    color: var(--brack,#333333);
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    padding: 25px 0;
    background-image: linear-gradient(to right,#333 1px,transparent 1px);
    background-size: 2px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.nav__item span{
    margin-right: 30px;
    color: #E99D12;
    font-family: "Homemade Apple";
    font-size: 2.2rem;
    line-height: 1.3; /* 28.6px */
}

.nav__item:first-of-type{
    padding: 0 0 25px;
}

.nav__item:last-of-type{
    background-image: none;
}

.nav__btn{
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.header__btn{
    width: 33px;
    height: 23px;
    object-fit: contain;
}

.nav.active{
    transform: translateX(0);
}

/* header tb */
@media screen and (min-width:768px) {
    .header{
        height: 85px;
    }

    .header__topic,
    .nav__topic{
        font-size: 1.2rem;
    }

    .header__topic span,
    .nav__topic span{
        font-size: 2.2rem;
    }

    .nav__header{
        height: 85px;
    }

    .nav__list{
        margin: 70px auto;
        display: grid;
        grid-template-columns: 204px 204px;
        gap: 0 80px;
        justify-content: center;
        align-items: center;
        width: auto;
    }

    .nav__item span{
        font-size: 2.2rem;
        margin-right: 0;
    }

    .nav__item{
        font-size: 1.8rem;
        padding: 30px 0;
    }

    .nav__item:first-of-type{
        padding: 30px 0;
    }

    .nav__item:nth-of-type(5){
        background-image: none;
    }
}
/* tb 768px */

/* header pc */
@media screen and (min-width:1260px) {
    .header{
        height: 100px;
    }

    .header__inner{
        max-width: 1260px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 30px;
    }

    .header__topic{
        font-size: 1.3rem;
        line-height: 1.3; /* 16.9px */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header__topic span{
        font-size: 2.2rem;
        line-height: 1.3; /* 31.2px */
        margin-top: 0;
    }

    .header.fixed{
        display: none;
    }

    .nav{
        background-color: transparent;
        width: auto;
        height: auto;
        position: static;
        padding: 0;
        transform: translateX(0);
    }

    .nav__header{
        display: none;
    }

    .nav__item span{
        display: none;
    }

    .nav__item{
        color: var(--brown_btn, #8D4C00);
        font-size: 1.8rem;
        font-weight: 700;
        margin: 0;
        padding: 0;
        background-image: none;
    }

    .nav__item:first-of-type{
        padding: 0;
    }

    .header__btn{
        display: none;
    }

    .nav__list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        width: 600px;
        gap: 0;
    }
}
/* pc 1260px */

/* ================================
footer
================================ */
.footer{
    background-color: var(--ora_contt, #FFC457);
    padding: 40px 36px;
}

.logo{
    width: 200px;
    height: 177px;
    display: block;
    margin: 0 auto;
    opacity: 70%;
}

.footer__list{
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: 135px 135px;
    gap: 20px 30px;
    place-items: center;
    max-width: 300px;
    justify-content: center;
}

.footer__item{
    color: var(--brown_btn, #8D4C00);
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3; /* 20.8px */
}

.copy{
    color: var(--brown_btn, #8D4C00);
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3; /* 20.8px */
    margin-top: 60px;
}

/* footer tb */
@media screen and (min-width:768px) {
    .footer{
        padding: 50px 36px;
    }

    .footer__item{
        font-size: 1.8rem;
    }
}
/* tb 768px */

/* footer pc */
@media screen and (min-width:1260px) {
    .footer{
        padding: 60px 0;
    }

    .footer__cont{
        max-width: 1160px;
        margin: 0 auto;
    }

    .footer__cont a{
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

    .footer__list{
        margin-top: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 0 36px;
        max-width: 1160px;
    }

    .footer__item{
        font-size: 1.8rem;
    }

    .copy{
        margin-top: 70px;
        font-size: 1.8rem;
    }
}
/* pc 1260px */

/* ================================
pagetop
================================ */
.pagetop{
    display: none;
}

@media screen and (min-width:1260px) {
.pagetop{
    display: block;
    position: fixed;
    bottom: 52px;
    right: -94px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
}

.pagetop a{
    position: relative;
    display: block;
    max-width: 200px;
    max-height: 165px;
}

.pagetop img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pagetop h2{
    position: absolute;
    top: 44px;
    left: 32px;
    color: #FAFAEC;
    text-align: center;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.35);
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.3; /* 33.8px */
}

.pagetop.active{
    opacity: 1;
    visibility: visible;
}
}
/* pc 1260px */