@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');

/* 全体設定 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 400;
    color: #333;
}

a {
    cursor: pointer;
}


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

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.wrapper {
    max-width: 90vw;
    margin-inline: auto;
    text-align: center;

}

.wrapper_full {
    width: 100vw;
    text-align: center;
    margin-inline: auto;
}


.section-title {
    display: inline-block;
    margin-bottom: 40px;
    font-family: 'Petit Formal Script', cursive;
    font-weight: 400;
    font-size: 2rem;
    background-image: url(img/heart.gif);
    background-repeat: no-repeat;
    background-position: top 35% right 0%;
    background-size: 0.38em;
    padding-right: 0.36em;
}

.content-title {
    margin: 10px 0;
}

section {
    padding-top: 96px;
}


/* ヘッダー設定 */
header {
    width: 100%;
    position: fixed;
    background-color: #d2beb5;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    margin-bottom: 0;
}


header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

#g-nav .menu {
    font-size: 0.95em;
}

.logo {
    width: 60px;
    height: 60px;
    vertical-align: middle
}

header nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px 10px 0;
}

header li {
    margin-left: 30px;
}

header li a {
    color: #333;
    font-style: bold;
    letter-spacing: 0.1em;
}

header a:hover {
    opacity: 0.5;
}

.sp {
    display: none;
}


/* メインビジュアル */
main {
    background-color: #fcf8f5;
    margin-top: 65px;
    width: 100vw;
}

#mainvisual {
    margin-inline: auto;
    width: 100vw;
}


.mv_container {
    width: 100%;
    padding-bottom: 40px;
    position: relative;

}

.mv_container a::before {
    content: "";
    width: 100%;
    aspect-ratio: 4608/1801;
    background-image: url(img/hero_bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    right: 0px;
    z-index: 2;
}

.slider {
    z-index: 1;
}


/*News*/
.news_area {
    width: 80vw;
    margin-inline: auto;
    text-align: center;
    padding-bottom: 110px;
}


.news_area .section-title {
    margin-bottom: 0px;
}

.news_area .news_title {
    font-size: 0.8em;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.2em;
}

.news_area a:hover {
    opacity: 0.6;
}


.news_box {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-inline: auto;
    margin-top: 32px;
}

.news_item {
    width: calc((90vw - 140px) / 3);
    max-width: 200px;
}

.news_day {
    letter-spacing: 0.3em;
    font-size: 0.8em;
}

.news_text {
    font-size: 0.85em;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
}


.news_img img {
    border-radius: 50%;
}



@media screen and (max-width:600px) {
    .news_box {
        flex-direction: column;
        align-items: center;
    }

    .news_img img {
        display: none;
    }

    .news_item {
        width: 100%;
        max-width: 350px;
        margin-bottom: 8px;
    }

    .news_contents {
        width: 300px;
        height: auto;
        display: flex;
        align-items: center;
        column-gap: 16px;
    }

    .news_day {
        text-align: left;
        flex-basis: 100px;
    }

    .news_text {
        text-align: left;
        flex-basis: 200px;
    }

}

/* about */
#story {
    width: 100vw;
    text-align: center;
    padding: 50px 10vw 80px;
    background-color: #d2beb5;

}

.story_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 16px;
    margin-bottom: 32px;
}

.story_img {
    width: 70vw;
    max-width: 320px;
    margin-inline: auto;
    z-index: 3;
    position: relative;
}

.loop-text {
    width: 100vw;
    position: absolute;
    display: flex;
    top: 5%;
    left: calc(50% - 50vw);
    z-index: -1;
    transform: translateY(-50%);
    overflow: hidden;
}

.loop-text__inner {
    padding-right: 20px;
    font-family: 'Petit Formal Script', cursive;
    font-size: 88px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fcf8f5;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2), -1px 0 0 rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    animation: slideText 20s linear infinite;
    animation-duration: 20s;
}

@keyframes slideText {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.loop-text2 {
    width: 100vw;
    position: absolute;
    display: flex;
    top: 35%;
    left: calc(50% - 50vw);
    z-index: -10;
    transform: translateY(-50%);
    overflow: hidden;
}

.loop-text__inner2 {
    padding-right: 20px;
    font-family: 'Petit Formal Script', cursive;
    font-size: 96px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fcf8f5;
    white-space: nowrap;
    animation: slideText2 20s linear infinite;
    animation-duration: 30s;
}

@keyframes slideText2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.story_text {
    width: 80vw;
    max-width: 600px;
    margin-inline: auto;
}

.story_text p {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 0.9em;
    line-height: 2em;
    letter-spacing: 0.08em;
    font-weight: 400;
}

/*ボタン*/
.btntextchange_00 {
    position: relative;
    border: 1px solid #333;
    border-radius: 25px;
    min-width: 210px;
    padding: 20px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #333;
    outline: none;
    transition: all .2s;
}

.btntextchange_00:hover {
    background: #fcf8f5;
    color: #333;
}

.btntextchange_00 span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
    display: block;
    white-space: nowrap;
}

.btntextchange_00 span:nth-child(2) {
    opacity: 0;
}

.btntextchange_00:hover span:nth-child(1) {
    opacity: 0;
}

.btntextchange_00:hover span:nth-child(2) {
    opacity: 1;
}



@media screen and (max-width:600px) {
    .story_text {
        text-align: left;
    }

    /*=====max-width:600px=====*/
}


/*item*/
#item {
    background-color: #fcf8f5;
}

#item .section-title {
    margin-bottom: 0px;
}

#item .item_titlearea {
    position: relative;
    width: 72px;
    height: 94px;
    margin-inline: auto;
}


#item .item_titlearea::before {
    content: "";
    width: 72px;
    height: 94px;
    background-image: url(img/rabbit_01.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -60px;
    left: -110px;
}


#item .item_title {
    font-size: 0.8em;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.2em;
}

#item .item_explain {
    display: inline-block;
    font-size: 0.9em;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0.08em;
    padding: 16px 40px 48px;
}


.item_box a:hover {
    opacity: 0.6;
}


.item_frame {
    width: 90vw;
    margin-inline: auto;
    padding-bottom: 96px;
}

.item_box {
    display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;
    justify-content: space-evenly;
    gap: 40px 16px;
    margin-bottom: 72px;
}

.item_one {
    width: calc((100% - 140px) / 3);
    max-width: 350px;
    min-width: 250px;
    display: flex;
    flex-direction: column;
}

.item_name {
    font-size: 0.9em;
    line-height: 1.4em;
    padding-top: 8px;
}

.item_money {
    font-size: 0.9em;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.item_money_sale {
    font-size: 0.65em;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-decoration: line-through;
    color: #666;
}

.item_money_02 {
    font-size: 0.85em;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #be3f3f;
}

.item_money_set {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    column-gap: 8px;
    flex: 1;
}

.item_img {
    position: relative;
    aspect-ratio: 100/100;
    width: 100%;
    height: 100%;
    max-width: 280px;
    margin-inline: auto;
}


@media screen and (max-width:600px) {
    .item_one {
        max-width: 200px;
        min-width: 150px;
    }


    /*=====max-width:600px=====*/
}

.tag_new {
    position: absolute;
    width: 39px;
    height: 15px;
    bottom: 3%;
    left: 2%;
    background-image: url(img/items/icon_new.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.4);
}

.tag_sale {
    position: absolute;
    width: 38px;
    height: 15px;
    bottom: 3%;
    left: 2%;
    background-image: url(img/items/icon_sale.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.5);
}

.tag_re {
    position: absolute;
    width: 66px;
    height: 15px;
    bottom: 3%;
    left: 2%;
    background-image: url(img/items/icon_re.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.4);
}


.tag_sold {
    position: absolute;
    width: 62px;
    height: 15px;
    bottom: 3%;
    left: 2%;
    background-image: url(img/items/icon_sold.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgb(0, 0, 0, .5);
}


/*ボタン*/
.btntextchange {
    position: relative;
    border: 1px solid #333;
    border-radius: 25px;
    min-width: 210px;
    padding: 20px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #333;
    outline: none;
    transition: all .2s;
}

.btntextchange:hover {
    background: #d2beb5;
    color: #333;
}

.btntextchange span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
    display: block;
    white-space: nowrap;
}

.btntextchange span:nth-child(2) {
    opacity: 0;
    /*透過0に*/
}

.btntextchange:hover span:nth-child(1) {
    opacity: 0;
}

.btntextchange:hover span:nth-child(2) {
    opacity: 1;
}



/* Guide */
#guide .guide_titlearea {
    position: relative;
    width: 74px;
    height: 90px;
    margin-inline: auto;
}


#guide .guide_titlearea::before {
    content: "";
    width: 74px;
    height: 90px;
    background-image: url(img/rabbit_02.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: -15px;
}

#guide {
    background-color: #d2beb5;
    padding-top: 80px;
}

.info_frame a:hover {
    opacity: 0.6;
}

.info_info h3 {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 1.2em;
    padding-bottom: 4px;
}

.info_info p {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 0.95em;
}

.info_info span {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 0.8em;
    padding-top: 4px;
}

.insta_image h3 {
    font-weight: 600;
    letter-spacing: 0.08em;
    font-size: 1.2em;
}

.insta_image span {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 0.8em;
    padding-bottom: 8px;
}

.insta_image p {
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 1em;
    color: #fcf8f5;
    padding-bottom: 16px;
}

.insta_text span {
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 0.9em;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.info_frame {
    margin-inline: auto;
    width: 80vw;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 72px;
    column-gap: 32px;
}

.info_info {
    width: 50%;
    height: auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.insta {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

@media screen and (max-width:600px) {
    .info_frame {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-width: 300px;
        row-gap: 40px;
    }

    .info_info {
        min-width: 300px;
        text-align: center;

    }

    .insta_image {
        text-align: center;
    }

    .insta_text {
        text-align: left;
    }

    .insta {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 4px 16px;
        min-width: 300px;
        height: 150px;
    }

    /*=====max-width:599px=====*/
}




/* footer */
footer {
    text-align: center;
    background-color: #d2beb5;
    padding-bottom: 16px;
    width: 100vw;
}

footer p {
    letter-spacing: 0.05em;
    line-height: 1.6em;
    text-align: center;
    padding-bottom: 16px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 400;
    font-size: 0.65rem;
}

footer a:hover {
    opacity: 0.6;
}

.online_wrapper {
    width: 100vw;
    margin-inline: auto;
}

.online_title {
    font-size: 0.8em;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.2em;
}

.online_area {
    width: 90vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 16px;
    margin-inline: auto;
    margin-bottom: 128px;

}

.online_img {
    max-width: 1200px;
    margin-inline: auto;
}

.online_img img {
    border: #d2beb5 1px solid;
}

.online_text {
    width: 90vw;
    max-width: 1200px;
    margin-inline: auto;
    text-align: center;
}

.online_text p {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 0.9em;
    line-height: 2em;
    letter-spacing: 0.08em;
    font-weight: 400;
}

.making_text {
    max-width: 400px;
    margin-inline: auto;
    text-align: left;
}

.making_text p {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 0.9em;
    line-height: 2.5em;
    letter-spacing: 0.08em;
    font-weight: 400;
}

.lesson_logo {
    width: 60%;
    max-width: 450px;
    text-align: center;
}

.lesson_logo_wrapper {
    text-align: center;
    margin: 8px 0;
}


.making_text img {
    vertical-align: middle;
}


/* SP */
@media screen and (max-width:600px) {

    header .wrapper,
    .wrapper p {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .logo {
        width: 45px;
        height: 45px;
    }


    /*ハンバーガーメニュー*/

    header nav ul {
        padding: 0;
    }

    header nav li {
        margin: 0;
    }

    #g-nav {
        position: fixed;
        z-index: 999;
        top: -120%;
        left: 0;
        width: 100%;
        height: 100vh;
        background-image: url(img/bcg.jpg);
        background-size: cover;
        background-color: rgba(255, 255, 255, 0.75);
        background-blend-mode: lighten;
        transition: all 0.6s;
    }

    #g-nav.panelactive {
        top: 0;
    }


    #g-nav ul {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        height: 100%;
    }

    #g-nav li {
        list-style: none;
        text-align: center;
        padding: 15px;
    }

    #g-nav li a {
        color: #333;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .sp {
        display: block;
    }

    /*ボタン*/
    .openbtn {
        position: fixed;
        z-index: 9999;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    /*×*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #666;
        width: 45%;
    }

    .openbtn span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn span:nth-of-type(3) {
        top: 31px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }
}

/*========= ローディング画面のためのCSS ===============*/
#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #d2beb5;
    z-index: 9999999;
    text-align: center;
    color: #d2beb5;
}

#splash-logo {
    position: absolute;
    top: 35%;
    left: 48%;
    transform: translate(-35%, -48%);
}

/*first*/

body {
    background: #d2beb5;
}

body.appear {
    background: #fcf8f5;
}

.splashbg {
    display: none;
    content: "";
    position: fixed;
    transform: scale(100);
    background-color: #d2beb5;
    z-index: 999;
    top: calc(50% - 1rem);
    left: calc(50% - 1rem);
    width: 2rem;
    height: 2rem;
}

body.appear .splashbg {
    display: block;
    border-radius: 50%;
    animation-name: PageAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes PageAnime {
    0% {
        transform: scale(100);
    }

    100% {
        transform: scale(0);
        display: none;
    }
}

#container {
    opacity: 0;
}

body.appear #container {
    animation-name: PageAnimeAppear;
    animation-duration: 1s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}

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

    100% {
        opacity: 1;
    }
}

.splashbg_00 {
    display: none;
    content: "";
    position: fixed;
    transform: scale(100);
    background-color: #d2beb5;
    z-index: 999;
    top: calc(50% - 1rem);
    left: calc(50% - 1rem);
    width: 2rem;
    height: 2rem;
}

body.appear .splashbg_00 {
    display: block;
    border-radius: 50%;
    animation-name: PageAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}