﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Noto+Sans+JP:wght@300&family=Shippori+Mincho&display=swap');

body, .font_sans-serif, .font_bold{
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    font-weight: 300;
}

.font_serif, #page_title, .cate_title, .top_cms_title h4{
    font-family: 'Shippori Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.shop_link a, .top_cms_title p, .more, #copyright, #page_title p, a[href^="tel:"], .date, .con_no, #page10 ul li a span.title2{
    font-family: 'Montserrat', "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.fadein .fade_box{
    opacity: 0;
    transform: translateY(20px);
    filter: blur(5px);
    transition: 1s;
    transition-property: opacity, transform, filter;
}
.fadein .fade_box.active{
    opacity: 1;
    transform: none;
    filter: blur(0);
}
.fadein .fade_txt span, #main_img p span{
    display: inline-block;
    opacity: 0;
    filter: blur(5px);
    transform: translateX(10px);
    transition: 1s;
    transition-property: opacity, transform, filter;
}
.fadein .fade_txt span.active, #main_img p span.active{
    opacity: 1;
    transform: none;
    filter: blur(0);
}

#header{
    padding-top: 0;
    padding-bottom: 0;
}
h1{
    padding-top: 30px;
    position: relative;
}
h1::before{
    position: absolute;
    content: "";
    width: 400px;
    height: 200px;
    border-radius: 0 0 200px 200px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100px;
    z-index: 1;
}
h1 a{
    display: block;
    position: relative;
    z-index: 1;
    top: 20px;
}
h1 img{
    max-width: 240px;
}

#menu_wrap ul li{
    text-align: center;
}

#main_nav ul{
    justify-content: center;
}
#main_nav li:not(:last-of-type){
    border-right: solid 1px #e1e1e1;
}
#main_nav li a{
    padding: 0 40px;
    opacity: 1;
}
#main_nav li a:hover{
    opacity: 0.7;
    color: #c4ad83;
}

.sc_nav li{
    margin-right: 0;
    padding: 0 20px;
    line-height: 1;
}
.sc_nav li:not(:last-of-type){
    border-right: solid 1px #e1e1e1;
}
.sc_nav li a{
    opacity: 1;
}
.sc_nav li a:hover{
    opacity: 0.7;
    color: #c4ad83;
}

#main_img p{
    z-index: 1;
}
#main_img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: url('./Dup/img/bg_img.png');
    background-size: 1500px;
    background-repeat: repeat-x;
    background-position-y: 50%;
    background-position-x: 0;
    animation: anime1 30s linear infinite;
    z-index: 1;
    opacity: 0;
    transition: 1s;
    transition-property: opacity, transform, filter;
    transform: scale(1.5);
    filter: blur(5px);
}
#main_img.active::before{
    opacity: 1;
    transform: none;
    filter: blur(0);
}
@keyframes anime1 {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -1500px;
    }
}

#intro::before{
    position: absolute;
    content: "";
    top: 300px;
    left: 20px;
    right: 20px;
    bottom: 0;
    border: solid 1px #141414;
    z-index: -1;
}
#intro .intro_img{
    margin-bottom: 50px;
}
#intro .slick{
    margin-left: 0;
}
#intro .slick-dots{
    padding-top: 20px;
    justify-content: flex-end;
}
#intro .slick-dots li{
    border: none;
    position: relative;
    height: 10px;
}
#intro .slick-dots li::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #141414;
}
#intro .intro_title{
    width: auto;
    top: 150px;
    height: 100%;
    left: 150px;
}
#intro .intro_title h3{
    display: block;
    height: 100%;
}
.con_txt_wrap{
    padding-bottom: 0;
}

.top_con_img{
    width: 55%;
    transition: ease 0.3s;
    cursor: pointer;
}
.fadein .top_con_img.fade_box{
    filter: blur(5px) grayscale(100%);
}
.fadein .top_con_img.fade_box.active{
    filter: grayscale(100%);
}
.fadein .top_con_img.fade_box:hover{
    filter: grayscale(0%);
}
.top_con_txt{
    width: 55%;
}
#top_con1 .top_con_txt, #top_con2 .top_con_img{
    margin-left: -10%;
}


.top_cms_title h4{
    font-size: 30px;
}
.top_cms_title p{
    font-size: 16px;
    letter-spacing: 3px;
}
#top_cms .top_cms_title{
    align-items: center;
    padding-top: 30px;
    border-top: solid 1px #141414;
}
#top_cms .top_cms_title p{
    border-top: none;
    padding: 10px 15px;
    background-color: #c4ad83;
    color: #fff;
}

.more{
    position: relative;
    z-index: 1;
}
.more a{
    border-color: #141414;
}

#page_title{
    max-width: 100%;
    padding: 150px 0 100px;
    text-align: center;
    min-height: inherit;
    position: relative;
}
#page_title::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
    left: 0;
    top: 0;
}
#page_title h2{
    position: relative;
    font-size: 40px;
}
#page_title p{
    font-size: 20px;
    letter-spacing: 5px;
}

#cate_list_title{
    padding-bottom: 10px;
    border-bottom: solid 1px #e1e1e1;
}
.cate_list{
    padding-top: 20px;
    padding-left: 20px;
}
.cate_list li{
    margin-top: 0;
}
.cate_list li a{
    line-height: 1.5;
    padding-left: 20px;
    position: relative;
    opacity: 1;
}
.cate_list li a:hover{
    opacity: 0.7;
}
.cate_list li a::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #141414;
}
.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 #141414;
	color: #141414;
	font-weight: normal;
	position: relative;
}
.cate_title::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    background-color: #141414;
    left: 0;
    bottom: -5px;
}

#page10 ul li a{
    padding-left: 0;
    padding-right: 0;
}

footer{
    padding: 50px 0!important;
}
footer .linehight_2-h{
    line-height: 1.5;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
header #header{
    padding: 0;
}
h1 a{
    top: 0;
}
h1 img{
    max-width: 150px;
}
h1::before {
    width: 260px;
    height: 130px;
    bottom: -50px;
}
#menu_bt > div span{
    height: 1px;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
    background-color: #141414;
}
#menu_bt > div span:last-of-type{
    margin-bottom: 0;
}
#menu_bt.active > div span:nth-of-type(1) {
    transform: translateY(4px) rotate(45deg);
    margin-bottom: 0;
}
#menu_bt.active > div span:nth-of-type(3) {
    transform: translateY(-5px) rotate(-45deg);
}
#intro .intro_title {
    left: 80px;
}
#intro h3{
    font-size: 40px;
}
.top_con_img{
    width: 100%;
    height: 60vw;
}
.top_con_txt{
    width: 90%;
    margin-top: -80px;
}
#top_con2 .top_con_img{
    margin-left: 0;
}
#top_con1 .top_con_txt, #top_con2 .top_con_txt{
    margin-left: 10%;
}
#page_title{
    padding: 100px 0 50px;
}

footer{
    padding: 50px 0 20px!important;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
h1 img{
    max-width: 120px;
}
h1::before {
    width: 240px;
    height: 120px;
    bottom: -40px;
}
#main_img::before{
    background-size: 1000px;
    animation: anime2 30s linear infinite;
}
#intro::before {
    top: 100px;
}
#intro .intro_img{
    margin-bottom: 70px;
}
#intro .slick-dots {
    justify-content: center;
}
#intro h3{
    font-size: 30px;
}
.top_con_txt{
    width: 90%;
    margin: -20px auto 0!important;
}
.top_cms_title h4{
    font-size: 24px;
}
.top_cms_title p{
    font-size: 14px;
    letter-spacing: 2px;
}
.more{
    text-align: center;
    padding-right: 0;
}
#page_title{
    padding: 80px 0 50px;
}
#page_title h2{
    font-size: 30px;
}
#page_title p{
    font-size: 18px;
    letter-spacing: 3px;
}
.cate_title{
	font-size: 20px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {

}

@keyframes anime2 {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -1000px;
    }
}