﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500&family=Zen+Maru+Gothic:wght@700&display=swap');

body, .font_sans-seri{
    font-family: 'Zen Kaku Gothic Antique', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
#page_title, .cate_title, .box_title1, .box_title2, .box_title, a[href^="tel:"], a[href^="mailto:"], .menu .nav .nav1, #top_cms .cms_title, .more, #contents .box h3, .cate_title::before{
    font-family: 'Zen Maru Gothic', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font_bold{
    font-weight: normal;
}

/*** animation ****/

@keyframes anime1 {
    0% {transform: rotate(0)}
    100% {transform: rotate(-360deg)}
}

@keyframes anime2 {
    0% {transform: scale(10) rotate(0)}
    100% {transform: scale(10) rotate(-360deg)}
}

/**** cursor ****/

.cursor{
    position: fixed;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 10001;
    transition: 0.3s;
    transition-property: opacity, transform;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}
.cursor.active{
    background-color: transparent;
    background-image: url('./Dup/img/bg_img7s.png');
    opacity: 0.8!important;
    animation: anime2 20s linear infinite;
}

/*** other ****/

main{
    padding-top: 1px;
}

.normal_img img, .square_img, .rectangle_img, #contents figure .img-container{
    border-radius: 10px;
}

.img-container:before{
    background-color: #ffbd1a;
}
.t_cms_img2 .img-container:before{
    background-color: #479100;
}

#header{
    display: none;
}

.all_page .menu .logo{
    z-index: auto;
}
.menu .nav ul{
    padding-right: 40px;
}
.menu .nav .logo{
    width: 150px!important;
    position: relative;
}
.menu .nav .logo::before {
    position: absolute;
    content: "";
    width: 240px;
    height: 120px;
    border-radius: 0 0 200px 200px;
    background-color: #fff;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    z-index: -1;
}
.menu .nav ul li, .menu .nav ul li a{
    transform: none;
    border: none;
    margin: 0;
}
.menu .nav ul{
    position: relative;
    z-index: 1;
}
.menu .nav ul li a{
    padding: 0 20px;
}
.menu .nav .nav1{
    font-size: 14px;
}
.menu .nav .nav2{
    font-size: 10px;
    letter-spacing: 3px;
    color: #ffbd1a;
}

.main_img{
    overflow: hidden;
}
.main_img .main_bg{
    width: 600px;
    height: 600px;
    background-image: url('./Dup/img/bg_img1.png');
    background-repeat: no-repeat;
    background-size: contain;
    top: -250px;
    right: -200px;
    animation: anime1 20s linear infinite;
}
.main_img .main_txt{
    width: 550px;
    bottom: 100px;
    left: 50px;
    z-index: 1;
    transition: 1.5s;
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-20px);
}
.main_img .main_txt.active{
    transform: none;
    opacity: 1;
    filter: none
}

#contents{
    background-image: url(./Dup/img/bg_img4.png), linear-gradient(to bottom right, #fff8d7, #ecf9e4, #e8f7f4);
    background-size: 100%, auto;
    background-position: left bottom, top left;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    padding-bottom: 150px;
}
#contents::before, #contents::after{
    position: absolute;
    content: "";
    width: 400px;
    height: 400px;
    background-image: url('./Dup/img/bg_img2.png');
    background-repeat: no-repeat;
    background-size: contain;
    top: -200px;
    left: -150px;
    animation: anime1 20s linear infinite;
    pointer-events: none;
}
#contents::after{
    top: 50%;
    left: auto;
    right: -150px;
}
#contents .box{
    position: relative;
    z-index: 1;
}
#contents .box p.txt_color3{
    color: #ff5027;
    margin-bottom: 10px;
    letter-spacing: 3px;
}
#contents .box h3{
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 3px;
    padding-bottom: 20px;
}
#contents .box:nth-child(odd) figure:after {
    right: 50%;
    border-radius: 10px;
}
#contents .svg_box{
    display: none;
}

#top_cms, .all_page{
    background-color: #fff;
    background-image: url('./Dup/img/bg_img6.png');
    background-size: 100%;
    background-repeat: repeat-y;
}
.all_page{
    background-position: top 500px left 0;
}
#top_cms .line, .top_cms_box:before{
    display: none;
}
#top_cms:before, .all_page:before{
    display: none;
}
#top_cms .cms_title{
    text-align: center;
    padding-top: 70px;
    background-image: url(./Dup/img/bg_img3.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 150px;
}
.top_cms_box{
    padding-bottom: 0;
}
.more_box .more{
    border-radius: 50px;
}

.other{
    border-radius: 20px;
}
.other .box{
    background-color: #f9f8e4;
}
.other .box:first-child{
    border-radius: 10px 0 0 10px;
}
.other .box:last-child{
    border-radius: 0 10px 10px 0;
}
.other .box:hover{
    background-color: #479100;
}
.other .box figure{
    opacity: 0.4;
}

#page_title{
    background-color: #f9f8e4;
    padding-top: 0;
    position: relative;
    overflow: hidden;
}
#page_title::before{
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-image: url(./Dup/img/bg_img4.png);
    background-size: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: 1;
}
#page_title::after{
    position: absolute;
    content: "";
    width: 400px;
    height: 400px;
    background-image: url('./Dup/img/bg_img5.png');
    background-repeat: no-repeat;
    background-size: contain;
    top: -200px;
    right: -150px;
    animation: anime1 20s linear infinite;
    pointer-events: none;
}
#page_title .page_title_box{
    margin-left: 0;
    width: 100%;
    text-align: center;
    top: 35%;
}
.page_title_box:before {
    left: calc(50% - 17px);
}
#page_title .img-container.active .img-container_img{
    opacity: 0.4!important;
}
#page_title p{
    padding-right: 0;
}
#page_title p.font_45 > span{
    font-size: 36px;
}
#title_img{
    height: 400px;
    width: 100%!important;
    margin-left: 0!important;
}
#title_img span{
    height: 400px;
}
#title_img:before{
    height: 100%;
}

.cate_list li {
    width: auto;
    font-size: 14px;
}


#wrap{
    counter-reset: number 0;
}
.cate_title::before{
    counter-increment: number 1;
    content: "0" counter(number);
    font-size: 20px;
    text-align: center;
    display: block;
    color: #ffbd1a;
    margin-bottom: 10px;
}

.cate_title{
    background-color: transparent;
    padding: 0!important;
    margin: 0;
    display: block;
    border: none;
    width: 100%!important;
    font-size: 24px;
    text-align: center;
    margin-bottom: 50px;
    color: #332727;
    font-weight: normal;
    padding-top: 50px!important;
    background-image: url(./Dup/img/bg_img3.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100px;
    position: relative;
    line-height: 1.5;
}

footer{
    background-color: #332727;
}
#footer .svg_box{
    display: none;
}

#page-top a{
    background-color: #479100;
}

.foot_banner{
    width: 168px;
    overflow: hidden;
    border-radius: 3px;
    right: 80px;
    bottom: 10px;
    z-index: 99;
}


/** tablet 1000 **/
@media screen and (max-width: 1000px){
header #nav_menu{
    top: 10px;
}
main{
    padding-top: 0!important;
}
header .logo{
    width: 100px;
}
#header{
    display: block;
}
.all_header #header{
    padding-top: 0!important;
}
}


/** tablet 780 **/
@media screen and (max-width: 768px){
header #nav_menu{
    top: 5px;
}
.main_img_wrap{
    height: 100vw;
}
.main_wrap {
    margin-top: 100vw;
}
.main_img .main_txt {
    bottom: 50px;
}
#page_title, #title_img, #title_img span{
    height: 300px;
}
.all_page {
    background-position: top 300px left 0;
}
#contents .box .txt_wrap, #contents .box figure{
    width: 90%;
}
#contents .box .txt_wrap {
    padding-right: 0px;
}
#contents .box figure{
    margin-top: 30px;
}
#contents .box:nth-child(3) .txt_wrap {
    padding-left: 0px;
    margin-top: 30px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
.main_img .main_bg {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -100px;
}
.main_img .main_txt {
    width: 300px;
    bottom: 20px;
    left: 20px;
}
.main_img_wrap .navi{
    display: none!important;
}
#contents::before, #contents::after, #page_title::after{
    width: 200px;
    height: 200px;
}
#contents::before{
    top: -80px;
    left: -80px;
}
#contents::after, #page_title::after{
    right: -80px;
}
#contents .box h3 {
    font-size: 20px;
    letter-spacing: 1px;
}
#page_title::after{
    top: -80px;
}
#page_title, #title_img, #title_img span{
    height: 200px;
}
#top_cms, .all_page{
    background-size: 150%;
    background-position: top center;
}
.all_page {
    background-position: top 200px left 50%;
}
#contents{
    padding-bottom: 100px;
}
.page_title_box:before {
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    color: #ff5027;
}
#top_cms .cms_title p.font_12up{
    font-size: 24px;
}
#page_title .page_title_box{
    top: 0;
}
#page_title .img-container::after{
    display: none;
}
#page_title p{
    color: #332727;
}
#page_title p.font_45 > span{
    font-size: 24px;
    letter-spacing: 2px;
}
.cate_list li {
    width: 100%;
}
.cate_title{
    font-size: 20px;
}
.other .box:first-child{
    border-radius: 10px 10px 0 0;
}
.other .box:last-child{
    border-radius: 0 0 10px 10px;
}
#page-top a {
    width: 50px;
    height: 50px;
}
#page-top .fas{
    line-height: 1.2;
}
.pager li{
    margin: 0 10px!important;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
.top_cms_box .more_box .more div, .page10 .more_box .more div{
    padding-top: 0;
}
.pager li a span{
    padding-top: 10px;
}
#page9 p a{
    padding-top: 5px;
}
}