﻿@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');

body, .font_sans-serif{
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.menu .nav2, #top_cms .cms_title, .more, .other, #page_title, .cate_title, .cms_5-c .box_title1::before, #cms_5-c .box_title1::before, .cms_5-c .box_txt1::before, #cms_5-c .box_txt1::before, .con_no, .con_title, .catch{
    font-family: 'Cormorant Garamond', "Hannari", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.font_bold{
    font-weight: normal;
}

#wrap{
    width: 100%;
    margin-top: 0;
}
#loading_logo{
    max-width: 250px;
}

.top_page header, .main_img_wrap{
    width: 100%;
}
.menu{
    padding: 20px 0;
}
.menu .logo{
    width: 200px!important;
}
.menu .nav{
    position: relative;
    padding-left: 20px;
}
.menu .nav ul li, .menu .nav ul li a{
    transform: none;
    margin: 0;
    border: none;
}
.menu .nav ul li a{
    padding: 0 15px;
    line-height: 1;
}
.menu .nav ul li a .nav1{
    font-size: 14px;
}
.menu .nav ul li a .nav2{
    letter-spacing: 3px;
}
.top_nav{
    display: none;
}

.main_wrap{
    margin-top: calc(100vh - 20px);
}
.main_img_wrap{
    border: solid 20px #fff;
    box-sizing: border-box;
    background-color: #ccc7b1;
}
.main_img_wrap::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('./Dup/img/main1.png'), url('./Dup/img/main2.png');
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: right bottom, left top;
    pointer-events: none;
    z-index: 1;
}
.main_img{
    position: relative!important;
}
.main_img_wrap .catch{
    top: 50%;
    left: 0;
    bottom: auto;
    width: 100%;
    transform: translateY(-50%);
}

#contents .con1_img{
    height: 300px;
}
#contents .con2{
    margin-top: -50px;
}
#contents .con_wrap::before{
    position: absolute;
    content: "";
    width: 100%;
    top: -50px;
    left: 0;
    bottom: 0;
    background-color: #f7f6f0;
    z-index: -1;
    background-image: url('./Dup/img/main3.png');
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: right bottom;
}
.con_title > span{
    display: inline-block;
    transition: 0.3s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
    opacity: 0;
    transform: translateY(20px);
}
.con_title > span.is-show{
    opacity: 1;
    transform: translateY(0);
}

#top_cms .top_cms_wrap{
    padding-bottom: 0;
}
#top_cms{
    background-color: #fff;
}
#top_cms:before{
    display: none;
}
#top_cms .cms_title{
    text-align: center;
}
#top_cms .cms_title p.font_12up{
    font-size: 30px;
}
.more:hover{
    background-color: #d3ddc3;
    border-color: #d3ddc3;
}

.all_page{
    background-color: #fff;
}
.all_page:before{
    display: none;
}
#page_title .page_title_box{
    width: 100%;
    margin-left: 0;
    text-align: center;
}
#page_title p{
    padding-right: 0;
}
.page_title_box:before{
    left: 0;
    right: 0;
    margin: auto;
}
#title_img{
    width: 100%;
    background-color: #f7f6f0;
}
.img-container:before{
    background-color: #d3ddc3;
}
.img-container.active .img-container_img{
    opacity: 0.3!important;
}

.cate_list{
    border-bottom: solid 1px #eae8df;
}
.cate_list li{
    margin: 0 0 10px;
    padding: 0 5px;
}
.cate_list li a{
    background-color: #f7f6f0;
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: left;
	padding-bottom: 10px!important;
	margin-bottom: 50px;
	border-bottom: solid 1px #565038;
	color: #565038;
	font-weight: normal
}

.other .other_link{
    padding: 0 10px;
}
.other .box{
    height: 300px;
    padding: 0 10px;
    border: none;
}
.other .box:hover{
    background-color: #fff;
    transform: scale(0.98);
}
.other .box a{
    display: block;
    background-color: #565038;
}
.other .box figure{
    opacity: 0.5;
}
.other .box:hover figure{
    opacity: 0.3;
}
.other .box:hover p{
    color: #d1bd43;
}
.other .box h2 span{
    color: #fff;
}
.other .box_title2{
    color: #e5cf4c;
}
.other .box_title:before{
    border-color: #fff;
}

.sns_box{
    padding-left: 20px;
    padding-right: 20px;
}

footer{
    background-color: #d3ddc3;
    padding-left: 20px;
    padding-right: 20px;
}
footer .txt_white{
    color: #565038;
}
footer .logo{
    width: 250px!important;
}
.sns_links .foot_banner{
    max-width: inherit;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
main{
    margin-top: 0!important;
}
.main_img_wrap{
    height: 100vw;
    border-width: 10px;
}
.main_img_wrap::before {
    background-image: url('./Dup/img/main1.png');
    background-position: right bottom;
    background-size: 400px;
}
.main_wrap{
    margin-top: calc(100vw - 10px);
    padding-top: 10px;
}
#header{
    padding: 20px!important;
}
.all_header #header{
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
header .logo{
    width: 150px;
}
.cate_list li{
    width: 33.3333%;
}
#nav_menu{
    right: 10px;
}
#contents .con1_img{
    height: 50vw;
}
#contents .con_wrap::before{
    background-size: 300px;
}
.other .box{
    height: 220px;
}
.other .box:hover{
    transform: scale(1);
}
.other .box figure{
    opacity: 0.3;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#loading_logo{
    width: 50%;
}
header .logo{
    width: 100px;
}
.main_img_wrap::before {
    background-size: 250px;
}
#contents .con2_img, #contents .con3_img{
    height: 60vw;
}
#contents .con2{
    margin-top: 0;
}
#contents .con_wrap::before{
    top: -100px;
}
.cate_list li{
    width: 100%;
}
#page_title p.font_45{
    font-size: 30px;
    letter-spacing: 2px;
}
#page_title h2, #page_title p{
    color: #565038;
}
#page_title .img-container::after{
    display: none;
}
.page_title_box:before {
    top: 70%;
    color: #565038;
    transform: translateY(-50%);
}
.other .box:first-child{
    margin-bottom: 20px;
}
.other .box:last-child{
    border-left: none;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
    .top_cms_box .more_box .more div, .page10 .more_box .more div{
        padding-top: 0;
    }
    #cms_5-c .box_title1::before, .cms_5-c .box_title1::before{
        top: 2px;
    }
    #cms_5-c .box_txt1::before, .cms_5-c .box_txt1::before{
        top: 5px;
    }
}