﻿@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display&display=swap');

.cate_title{
    font-family: "Hannari","游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.pop400, .pop300, .date{
    font-family: 'Red Hat Display', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

/** other **/

:root{
    --color1: #b6cc32;
    --color2: #f4f4e4;
    --color3: #edb12b;
    --color4: #e2e2d5;
}

#fakeloader{
    background-color: var(--color2);
}

#left, #page_left{
    width: 100%!important;
}
#right, #page_right{
    display: none;
}

.back1:before, .back2:before{
    display: none;
}

header #logo{
    max-width: 200px!important;
}

#pc_nav li a::after, #top_pc_nav li a::after, #footer_nav li a::after{
    height: 1px;
}
#pc_nav li:last-of-type a::after{
    display: none;
}

.overlay.open{
    background-image: none!important;
    background-color: rgba(122,121,94,0.8)!important;
}

.button_container span{
    color: #7a795e;
    background-color: currentColor;
}
.button_container span:nth-of-type(1){
    background-color: transparent;
}

header.scr_header{
    background-color: rgba(249,249,242,0.6)!important;
}
#pc_nav li a{
    color: #7a795e;
}
#pc_nav li a::after{
    background-color: currentColor!important;
}

#wrap{
    background-color: #f9f9f2;
}

#wrap.top .main_top1{
    background-image: url('./Dup/img/bg_img1.png'), url('./Dup/img/bg_img2.png');
    background-size: 100%, 40%;
    background-position: top center, right -10% bottom 10%;
    background-repeat: no-repeat;
    padding-top: 100px;
}
#wrap.top .main_top2{
    background-image: url('./Dup/img/bg_img3.png');
    background-size: 40%;
    background-position: left -10% bottom 10%;
    background-repeat: no-repeat;
}

main.back1{
    background-image: url('./Dup/img/bg_img2.png'), url('./Dup/img/bg_img3.png');
    background-size: 40%;
    background-position: right -15% top -150px, left -15% top -30px;
    background-repeat: no-repeat;
}

#pc_nav li, #top_pc_nav li, #footer_nav li{
    max-width: inherit;
}

#main_img:before{
    background-color: #7a795e!important;
    opacity: 0.2;
}
#main_img #left, #main_img #right{
    min-height: 600px;
}

#intro .num{
    margin-top: -30px;
    display: block;
    text-align: center;
    transform: none;
    position: static;
    font-size: 40px;
}
.line:before{
    display: none;
}
.line::after{
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    left: 0;
    bottom: -20px;
    background-color: var(--color3);
    opacity: 0.2;
    transition: width 1s cubic-bezier(0,.72,.35,1);
    transition-delay: 0.5s;
}
.line.scrollin:after{
    width: 100%;
}

#intro_wrap, #contents3 .con_box, section[id^="page"] > div > .con_box{
    border: solid 1px rgba(122,121,94,0.3);
    background-color: rgba(255,255,255,0.8);
    backdrop-filter: blur(3px);
    box-shadow: 0 10px 30px rgba(122,121,94,0.2);
}

#contents1_wrap{
    position: relative;
}
#contents1_wrap::before {
    position: absolute;
    content: "";
    width: 400px;
    height: 240px;
    background-image: url(./Dup/img/con_img.png);
    background-size: contain;
    right: 10%;
    top: -50px;
}
#contents1 .con_box{
    margin-top: 250px;
}
#contents1 .con_img_wrap::before{
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    left: -50px;
    bottom: -30px;
    background-image: url('./Dup/img/bg_img4.png');
    background-size: cover;
}

#contents2 .con_img_wrap::before{
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    right: -50px;
    top: -30px;
    background-image: url('./Dup/img/bg_img4.png');
    background-size: cover;
}
#contents2 .con_img {
    margin-bottom: 0;
}

#contents3_wrap:after, #info_contact .con_img:before{
    background-color: var(--color4)!important;
    opacity: 0.6;
}

#info_contact .con_img:before{
    background-color: #7a795e!important;
    opacity: 0.6;
}

#top_cms .cms_title{
    position: relative;
    padding-left: 0;
}
#top_cms .cms_title::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 1px;
    top: 0;
    bottom: 0;
    background-color: currentColor;
    margin: auto;
}
#top_cms .cms_title p{
    position: absolute;
    left: 0;
    top: -1em;
    z-index: 1;
}
#top_cms .cms_title h3{
    display: inline-block;
    padding-right: 20px;
    position: relative;
    background-color: #f9f9f2;
    line-height: 2;
}
#top_cms .cms_title h3::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: currentColor;
}

#page_title:before{
    background-color: #f9f9f2!important;
    opacity: 0.8;
}
#page_title .page_title_box{
    top: auto;
    left: auto;
    transform: none;
}
#page_title .page_title_box h2{
    line-height: 2;
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: left;
	padding-bottom: 20px!important;
	margin-bottom: 50px;
	border-bottom: solid 1px;
	color: #5e5c40;
	font-weight: normal;
	line-height: 1.5;
}
.pager li a:hover {
    background-color: rgba(182,204,50,0.5)!important;
}
.cate_list li a:hover{
    background-color: rgba(182,204,50,0.1)!important;
}

#footer{
    background-color: transparent!important;
}
#footer #footer_con h2{
    display: none;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#wrap.top .main_top1{
    background-size: 100%, 50%;
    background-position: top center, right -20% bottom 0;
}
#wrap.top .main_top2{
    background-size: 50%;
    background-position: left -20% bottom 0;
}
main.back1 {
    background-size: 50%;
    background-position: right -20% top -100px, left -15% top -30px;
}
#header > .d_flex{
    padding: 20px 0;
}
#main_img{
    margin-top: 76px;
}
#contents1 .con_img_wrap::before, #contents2 .con_img_wrap::before{
    top: auto;
    right: auto;
    left: -20px;
    bottom: -20px;
}
#contents1 .con_box {
    margin-top: 150px;
}
#contents1_wrap::before {
    width: 300px;
    height: 180px;
    right: 5%;
    top: -70px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
header #logo{
    max-width: 150px!important;
}
#wrap.top .main_top1{
    background-size: 120%, 100%;
    background-position: top center, right -80px bottom 0;
}
#wrap.top .main_top2{
    background-size: 100%;
    background-position: left -50px bottom 0;
}
main.back1 {
    background-size: 70%;
    background-position: right -50% top -60px, left -50% top -30px;
}
#main_img{
    margin-top: 68px;
}
#main_img #left, #main_img #right {
    min-height: 500px;
}
.con_img_wrap{
    margin-bottom: 40px;
}
#contents1_wrap {
    padding-bottom: 200px;
}
#contents1_wrap::before {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
#contents1 .con_img{
    margin-bottom: 0;
}
#contents1 .con_box {
    margin-top: 0;
}
section[id^="page"] > div{
    padding-bottom: 50px;
}
#page_title .page_title_box {
    width: auto;
    padding: 30px;
}
#page_title .page_title_box h2{
    letter-spacing: 2px;
    font-size: 22px;
}
.cate_title{
    font-size: 20px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {

}