@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&family=Noto+Serif+JP:wght@200..900&display=swap');

body {
    margin: 0 !important;
    padding: 0;
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
}

.sp{
    display: none;
}
@media screen and (max-width:500px) {
    body{
        font-size: 14px;
    }
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
}

a {
    text-decoration: none;
}

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

div#maincontents{
    width: 100%;
    /* max-width: 1440px; */
    margin: 0 auto;
}


/* コンテンツ１ */
section.one{
    width: 100%;
    height: 90vh;
    background-image:url("../img/back01.jpg");
    background-size: cover;
    position: relative;
    background-position: left center;
}

@media screen and (max-width:1024px) {
    section.one{
        background-position: 25% center;
    }
}
@media screen and (max-width:768px) {
    section.one{
        height: 80vh;
        background-size: auto 100%;
        background-position: center center;
    }
}

@media screen and (max-width:500px) {
    section.one{
        background-position: center bottom;
        background-size: 100% auto;
        position: relative;
        background-image:url("../img/spback.jpg");
    }
}

h1 {
    padding: 0;
    font-weight: bold;
    font-size: 3rem;
    color: #FFF;
    display: block;
    width: fit-content;
    height: fit-content;
    line-height: 1.5em;
    position: absolute;
    top: 15%;
    left: calc(50% - 12.5em);
}

section.one div{
    width: 300px;
    height: fit-content;
    position: absolute;
    top: 40%;
    left: calc(50% - 450px);
    box-sizing: border-box;
}

@media screen and (max-width:1024px) {
    h1 {
        font-size: 2.5rem;
        left: 10%;
    }
    
    section.one div{
        width: 200px;
        top: 40%;
        left: 25%;
    }
}


@media screen and (max-width:768px) {
    h1 {
        font-size: 1.8rem;
        top: 10%;
        left: 10%;
    }
    
    section.one div{
        width: 200px;
        top: 30%;
        left: 17%;
    }
}

@media screen and (max-width:500px) {
    h1 {
        left: 0;
        right: 0;
        margin: auto;
        font-size: 1.6rem;
    }

    section.one div{
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
}





/* コンテンツ2 */
section.two{
    width: 100%;
    background: url("../img/back_nenrin.png") #f6ebde;
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: center;
    padding: 15rem 0;
    box-sizing: border-box;
}

section.two h2,
section.two p{
    width: 100%;
    max-width: 980px;
    margin: 1em auto;
    text-align: center;
}

section.two h2{
    font-size: 2.8rem;
}

section.two h2 span{
    background-color: rgb(39, 15, 0);
    color: #FFF;
    padding: 0.1em 0;
    border-radius: 10px;
    margin: 0 0.5em;
}

section.two p{
    font-size: 2rem;
    line-height: 3em;
}


@media screen and (max-width:768px) {
    section.two{
        background-size: auto 80%;
        padding: 5rem 0;
    }
    
    section.two h2{
        font-size: 1.8rem;
        line-height: 1.5em;
    }
        
    section.two p{
        font-size: 1.25rem;
        line-height: 2.5em;
    }
    
}


/* コンテンツ3 */
section.three{
    height: 900px;
    background-image: url("../img/back03.jpg");
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
    background-size: cover;
    position: relative;
}

section.three h3{
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
position: absolute;
top: 10%;
right: 10%;
font-size: 2.8rem;
line-height: 1.8em;
font-weight: 600;
margin: 0;
}


@media screen and (max-width:768px) {
    section.three{
background-size: auto 100%;
position: relative;
background-position: 48% bottom;
    }
    section.three h3{
    top: 100px;
    right: 10%;
    font-size: 1.8rem;
    line-height: 1.5em;
    color: #FFF;
    }
    
}

@media screen and (max-width:500px) {
    section.three h3{
    top: 40px;
    right: 20px;
    }
    
}



/* コンテンツ4 */
section.four{
    height: 1100px;
    margin-top: -100px;
    background-image: url("../img/back04.jpg");
    background-size: cover;
    background-position: center;
}

section.four div{
    position: relative;
    width: 100%;
    height: 100%;
}

section.four h3{
font-size: 2.8rem;
line-height: 1.8em;
font-weight: 600;
position: absolute;
top: 15%;
left: 10%;
}

@media screen and (max-width:768px) {
    section.four{
        margin-top: -100px;
        background-image: url("../img/back04.jpg");
        background-size: cover;
        background-position: 63% 0%;
    }    

    section.four h3{
        font-size: 1.8rem;
        line-height: 1.8em;
        font-weight: 600;
        position: absolute;
        top: 15%;
        left: 10%;
        }
        
}

/* TOPICS */
section.topics{
    background-color: #fffbf2;
    padding: 0 0 15rem 0;
}

section.topics h2{
    display: block;
    width: fit-content;
text-align: center;
font-size: 2rem;
border-bottom: 1px solid rgb(39, 15, 0);
/* padding: 0 1em 0.3em 1em; */
padding: 10rem 1em 0.3em 1em;
/* margin: 180px auto 1em auto; */
margin: 0 auto 2.5rem auto;
}

section.topics dl{
    width: 90%;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    margin: 1rem auto;
    font-size: 1.25em;
    align-items: flex-start;
}

section.topics dl dt{
    width: 8em;
    margin: 0 0 1.5em 0;
    text-align: center;
    background-color: #231815;
    color: #FFF;
    padding: 0.25em 1em;
    box-sizing: border-box;
}
section.topics dl dd{
    width: calc(100% - 9em);
    margin: 0 0 1.5em 0;
    padding: 0.25em 0 0 2em;
    box-sizing: border-box;
}

section.topics dl dd a{
    color: #ed7e00;
    font-weight: bold;
}

@media screen and (max-width:767.98px) {
    section.topics dl dt{
        width: 8em;
        margin: 0 0 1.5em 0;
        text-align: center;
        background-color: #231815;
        color: #FFF;
        padding: 0.25em 1em;
        box-sizing: border-box;
    }
    section.topics dl dd{
        width: 100%;
        margin: 0 0 1.5em 0;
        padding: 0.25em 0 0 2em;
        box-sizing: border-box;
    }
    
}


/* コンテンツ5 */
section.five{
    background-color: #f6ebde;
    padding: 10rem 0 15rem 0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
    position: relative;
    overflow: hidden;
}

section.five:before{
position: absolute;
  content: '';
bottom: 0;
  left: 0;
  width: 100%;
  clip-path: polygon(0 56%, 0 100%, 100% 100% , 100% 0);
height: 100px;
background-color: #aba18b;
z-index: 2;
}

section.five:after{
    position: absolute;
      content: '';
    bottom: 0;
      left: 0;
      width: 100%;
      height: 150px;
    z-index: 2;
    clip-path: polygon(0 0, 35% 100%, 0 100%, 0 100%);
background-color: #d0c09c;
    }
    

    @media screen and (max-width:768px) {
        section.five{
            background-color: #f6ebde;
            padding: 10rem 0 15rem 0;
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
            position: relative;
        }
        
    section.five:before {
        bottom: -25px;
    }

    section.five:after{
        clip-path: polygon(0 45%, 35% 100%, 0 100%, 0 100%);
        }
    
    }

section.five div{
    background-color: #FFF;
    border-radius: 50%;
    width: 100%;
    max-width: 1200px;
    height: auto;
    max-height: 1200px;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    box-shadow: 10px 20px 0px 0px #d0c09c;
}
@media screen and (max-width:768px) {
    section.five div{
        width: 150%;
        height: fit-content;
        max-height: inherit;
        margin: 0 calc(25% - 50vw);
        padding: 3.5em calc(80vw - 50%);
    box-sizing: border-box;
    }
}

@media screen and (max-width:375px) {
    section.five div{
        width: 180%;
        height: fit-content;
        max-height: inherit;
        margin: 0 calc(11% - 50vw);
        padding: 3.5em calc(80vw - 50%);
    box-sizing: border-box;
    }

}

section.five div h2{
    font-size: 2rem;
}

section.five div img{
    width: 300px;
    height: auto;
    margin-bottom: 1rem;
}

section.five p{
font-size: 1.5rem;
line-height: 2.5em;
text-align: center;
font-weight: 600;
}

@media screen and (max-width:1440px) {
    section.five p{
        line-height: 1.8em;
        }
        
}

@media screen and (max-width:500px) {
    section.five div h2{
        font-size: 1.8rem;
    }
    section.five div img{
        width: 220px;
    }
    
    section.five p{
    font-size: 0.9rem;
    line-height: 1.5em;
    text-align: center;
    font-weight: 600;
    }
    
}





/* コンテンツ6 */
section.six{
    /* margin-top: -100px; */
    background-color: #fff;
    /* padding-top: 100px; */
    padding-bottom: 100px;
}

section.six h2{
    display: block;
    width: fit-content;
text-align: center;
font-size: 2rem;
border-bottom: 1px solid rgb(39, 15, 0);
/* padding: 0 1em 0.3em 1em; */
padding: 10rem 1em 0.3em 1em;
/* margin: 180px auto 1em auto; */
margin: 0 auto 2.5rem auto;
}

section.six h2 span{
    font-size: 0.6em;
    padding-right: 0.5em;
}

section.six ul.fbox{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

section.six ul.fbox li{
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    margin: 1rem auto 3rem auto;
    align-items: center;
    position: relative;
}

section.six ul.fbox li h3{
    display: block;
    width: 90%;
text-align: center;
font-size: 2rem;
border-bottom: 1px solid rgb(39, 15, 0);
margin: 0 auto;
}

section.six ul.fbox li h3 span{
    font-size: 0.6em;
    padding-right: 0.5em;
}

section.six ul.fbox li p{
    width: fit-content;
    padding-left: 1em;
    box-sizing: border-box;
    font-size: 1.5rem;
    line-height: 1.8em;
    font-weight: 600;
    }
    section.six ul.fbox li:nth-of-type(1){
        width: 49%;
        padding: 1em;
    }
    section.six ul.fbox li a:first-of-type{
        display: block;
        max-width: 250px;
        width: 30%;
        height: auto;
    }  
    
    section.six ul.fbox li a:hover{
    opacity: 0.7;
    }

    section.six ul.fbox li:nth-of-type(n + 2){
        width: 49%;
        padding: 1em;
        box-sizing: border-box;
    }
    section.six ul.fbox li:nth-of-type(n + 2) a{
        display: block;
       max-width: 180px;
        width: 30%;
        height: auto;
    }
    section.six ul.fbox li:nth-of-type(n + 2) p{
width: 70%;
height: 10em;
    }

    section.six ul.fbox li a:nth-of-type(2){
        position: absolute;
        bottom: 0;
        left: 5px;
        display: block;
        background-color: #ed7e00;
        color: #FFF;
        padding: 0.25em 1em;
        border-radius: 15px;
        text-align: center;
        max-width: 180px;
        width: 30%;
    }


@media screen and (max-width:1024px) {
    section.six ul.fbox{
    justify-content: center;
    }
    section.six ul.fbox li:nth-of-type(1),
    section.six ul.fbox li:nth-of-type(n + 2){
        width: 100%;
        max-width: 720px;
        box-sizing: border-box;
    }
    
    section.six ul.fbox li a,
    section.six ul.fbox li:nth-of-type(n + 2) a{
        width: 180px;
    }
    section.six ul.fbox li:nth-of-type(1) p,
    section.six ul.fbox li:nth-of-type(n + 2) p{
        width: 20em;
        height: fit-content;
            }
}
@media screen and (max-width:767.98px) {
    section.six ul.fbox li h3{
    font-size: 1.8rem;
    margin: 0 auto 1em auto;
    }
    
    section.six ul.fbox li:nth-of-type(1),
    section.six ul.fbox li:nth-of-type(n + 2){
        justify-content: center;
    }
    section.six ul.fbox li:nth-of-type(1) p,
    section.six ul.fbox li:nth-of-type(n + 2) p{
        width: 19em;
        font-size: 1.1rem;
        padding: 0 1em;
        box-sizing: border-box;
            }
            section.six ul.fbox li a:first-of-type,
            section.six ul.fbox li:nth-of-type(n + 2) a{
                width: 50%;
                max-width: fit-content;
            }

            section.six ul.fbox li a:nth-of-type(2){
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
            }
        
        
}

section.shop{
    width: 100%;
    padding: 10rem 0;
    background-color: #f0fae0;
}

section.shop h2{
    display: block;
    width: fit-content;
text-align: center;
font-size: 2rem;
border-bottom: 1px solid rgb(39, 15, 0);
padding: 0 1em 0.3em 1em;
margin: 0 auto 4rem auto;
}


section.shop ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    max-width: 1000px;
}

section.shop ul li{
    width: 22%;
    box-sizing: border-box;
    margin-bottom: 2em;
    text-align: center;
}

@media screen and (max-width:767.98px) {
    section.shop ul li{
        width: 31%;
        box-sizing: border-box;
        margin-bottom: 2em;
        text-align: center;
    }    
}

section.shop ul li a{
    display: block;
    width: 100%;
    border: 1px solid #ed7e00;
    background-color: #FFF;
    border-radius: 20px;
}
section.shop ul li p{
margin-top: 0.3em;
font-weight: bold;
}
section.shop ul li a:hover{
   filter: brightness(0.9);
   border: 1px solid #FFF;
}

a.shopb{
    display: block;
width: 90%;
max-width: 800px;
margin: 2rem auto;
}

/* section.splide{
    margin: 0 auto;
    width: 100%;
} */

/* @media screen and (max-width:500px) {
    section.splide{
width: 94%;
    }
} */

/* .splide__slide{
    align-items: center;
} */

/* .splide__slide a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
} */

/* .splide__slide img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    object-position: bottom;
  } */

  /* .splide__slide {
    display: flex;
    justify-content: center;
  } */


  
  /* ページトップへ */
/*リンクの形状*/
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    border-radius: 50%;
    transition: all 0.3s;
    opacity: 1.0;
    color: #270F00;
}

#page-top a:hover {
    background-color: #270F00;
    color: #FFF;
}

/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 2;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
}

@media screen and (max-width:768px) {
    #page-top {
        right: 10px;
        bottom: 5px;
}
}
/*　上に上がる動き　*/

#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*　下に下がる動き　*/

#page-top.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(100px);
    }
}


/* footer */
footer {
    width: 100%;
    height: fit-content;
    background-color: rgb(39, 15, 0);
    color: #FFF;
    text-align: center;
    padding: 1em 0 0.5em 0;
}

footer a{
    color: #FFF;
}

