/* CSS Document */


/*- menu -*

変更領域, fv

* filetop *
------------------------------------------------------------------------------------------------------------------------------------------*/

/*- File name [ style.css ] -*/

/*------------------------------------------------------------------------------------------------------------------------------------------

* 変更領域

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/

.m-plus-rounded-1c {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-style: normal;
}

.m-plus-1c {
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
}

.zen-maru {
    font-family: "Zen Maru Gothic", sans-serif;
    font-style: normal;
}

.noto-sans-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
}

.noto-serif-jp {
    font-family: "Noto Serif JP", serif;
    font-style: normal;
}

/*- body -*/
body,
body * {
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    color: #673422;
}

/*- footer -*/

footer .inner p {
    color: #fff;
}

/*- main -*/
main {
    /* background: url("../img/index/bg.jpg") repeat center; */
}

/*- title -*/
h3.title span {
    border-color: #000000;
    font-weight: normal;
}

/*- Box -*/
.Box {
    padding: 0 clamp(24px, 3.75vw, 48px);
}

.Box>* {}

/* line_marker */
.line_marker {
    background: linear-gradient(transparent 60%, #f7bb9a 60%);
}

/* fv */
.fv .fv_box {
    background-image: url("../img/index/fv/pc_bg.png");
}

/*- top -*/
#top {}

/*- btm -*/
#btm {
    padding-bottom: clamp(64px, 11.718vw, 150px);
    /* margin-top: clamp(30px, 3.906vw, 100px); */
}

#btm>*+* {
    margin-top: clamp(30px, 10.156vw, 80px);
}

/*- method -*/
#method {
    width: min(100% - (min(18.6%, 70px)), 970px);
    margin-inline: auto;
    margin-top: 35px;
}

#method img {
    /* border-radius: clamp(10px, 1.5625vw, 20px);
    box-shadow: 0 clamp(3.5px, 0.5468vw, 7px) 5px 0 rgba(86, 53, 19, 0.1); */
}

/* insta */
#insta .inner #insta_f_link {
    background-image: linear-gradient(to right, #f6416c, #b210ff);
}

/*- rule -*/
#rule {
    padding: 0;
    width: min(94%, 1040px);
    margin-inline: auto;
}

#rule * {
    font-family: "メイリオ", sans-serif;
    color: #000000;
}

#rule>* {
    background-color: #FFFFFF;
    padding: clamp(50px, 6.51vw, 100px) clamp(10px, 3.125vw, 40px) clamp(32px, 5vw, 64px);
    max-width: 1040px;
}

#rule .itemLists>dt {
    border-color: #000000;
}

#rule .itemLists>dd {
    padding: clamp(20px, 3.125vw, 40px) clamp(16px, 2.5vw, 32px);
}

#rule .itemLists>*:last-child {
    padding-bottom: 0;
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 768px) {

    /*- rule -*/

    /*- method -*/
    #method {
        margin-top: -35px;
    }
}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1024px) {}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1280px) {}







/*------------------------------------------------------------------------------------------------------------------------------------------

* about

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/
#about {
    margin-top: clamp(24px, 5vw, 64px);
}

#about .contents {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    row-gap: clamp(24px, 2.5vw, 32px);
    position: relative;
    background: url("../img/index/about/bg_sp.jpg") no-repeat center;
    background-size: 100% auto !important;
    text-align: center;
    aspect-ratio: 1 / 1.108;
    max-width: 880px;
}

#about .contents::after,
#about .contents::before {
    content: "";
    display: block;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    position: absolute;
    width: clamp(54px, 8.4375vw, 108px);
}

#about .contents::before {
    background-image: url("../img/index/about/ribbon_top.png");
    aspect-ratio: 1 / 1.593;
    left: calc(clamp(12.5px, 1.953125vw, 25px) * -1);
    top: calc(clamp(20px, 3.125vw, 40px) * -1);
}

#about .contents::after {
    background-image: url("../img/index/about/ribbon_btm.png");
    aspect-ratio: 1 / 1.574;
    bottom: calc(clamp(18.5px, 2.890625vw, 37px) * -1);
    right: calc(clamp(12px, 1.875vw, 24px) * -1);
}

#about .contents h3 img {
    max-width: 470px;
    width: 66.66vw;
}

#about .contents p {
    font-size: clamp(1.4rem, 1.5625vw, 1.8rem);
    line-height: 1.6;
}

#about .contents p a:hover {
    text-decoration: none;
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 768px) {

    #about .contents {
        background: url("../img/index/about/bg_pc.jpg") no-repeat center;
        aspect-ratio: 1 / 0.532;
    }

    #about .contents p .follow {
        background: none;
    }

}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1024px) {}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1280px) {}







/*------------------------------------------------------------------------------------------------------------------------------------------

* present

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/
#present.ptn-single .inner img {
    border-radius: clamp(10px, 1.5625vw, 20px);
    box-shadow: 0 clamp(3.5px, 0.5468vw, 7px) 5px 0 rgba(86, 53, 19, 0.1);
}




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 768px) {}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1024px) {}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1280px) {}







/*------------------------------------------------------------------------------------------------------------------------------------------

* Add Sample Code

------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/




/* 横向き用
---------------------------------------------------------------------*/

@media (orientation: landscape) {}




/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 768px) {}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1024px) {}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,
screen and (min-width: 1280px) {}