﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

body, .more, #header_menu, .top_cms_box .cms_title h2, #bottom_menu, #copyright, #page_title, .cate_list::before, .foot_link a, .con_no {
    font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif!important;
}
header #header #header_menu li:first-child a::before {
   display: none;
}
header #header #header_menu li:first-child a span, .shopbnr a span {
    padding: 10px 20px;
}
.fix_bnr_sp {
    position: fixed;
    z-index: 1;
    bottom: 10px;
    left: 5px;
}
.fix_bnr_sp li a span {
    padding: 10px 20px;
}
.fix_bnr_sp li + li {
    margin-left: 8px;
}
/* ------------------------------------------------ LOGO FONTSIZE-------------------------------------------------*/
html, body {
    font-size: 16px;
}
.top_cms_box .cms_title h2 {
    font-size: 38px;
}
@media(max-width: 667px) {
header #logo {
    width: 160px!important;
}
#logo2 {
    width: 225px;
}
html, body {
    font-size: 14px;
}
.top_cms_box .cms_title h2 {
    font-size: 24px;
}
.cms_5-c .box_txt1::before {
    top: 12px;
    line-height: 1;
}

}
/* -------------------------------------------MAIN VISUAL------------------------------------------------------------*/


.slider .box_img img {
    /*object-fit: cover;*/
    /*width: auto;*/
    /*object-position: 50% 50%;*/
    /*position: absolute;*/
    /*transform: translateX(-25%);*/
}
@keyframes blur {
	0% {
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
	}
	100% {
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
#main_img .swiper-container .box_img {
    height: 100vh!important;
}
#loader{
	position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9999;
	animation-name: blur;
	animation-duration: 1s;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	animation-iteration-count:1;
}
#loader::after{content: ""; position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background-color: #fff;}
#loader .logo{
	max-width: 300px;width: 70%;z-index: 2;
	animation-name: loader;
	animation-duration: 3s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-iteration-count:infinite;
}
@keyframes loader {
	0% {
		opacity:0;
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	50% {
		opacity:1;
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		-o-filter: grayscale(0%);
		filter: grayscale(0%);
	}
	100% {
		opacity:0;
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
	}
}

#top_cms > .box .con_img {
    min-height: inherit;
    height: 34vw;
}
.catch {
    z-index: 2;
    font-size: 41px;
    top: 32%;
    left: 11%;
}
.catch span {
    font-size: 19px;
    margin-top: 20px;filter: drop-shadow(0px 0px 3px rgba(255,255,255,0.8));
}
.catch img {
   max-width: 347px;
filter: drop-shadow(0px 0px 3px rgba(255,255,255,0.8));
}
header {
    padding-top: 20px;
    padding-bottom: 20px;
}
.top_cms_box .cms_title {
    margin-bottom: 40px;
}
.top_cms_box .cms_title h2 {
    letter-spacing: 11px;
    font-weight: bold;
    border-bottom: 0;
}
.foot_link a {
    letter-spacing: 13px;
}
#main_img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(137 137 137 / 48%);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
footer > div.bg_color2 {
    background-color: transparent;
}
@media(max-width: 768px) {
#main_img {
    height: 66vw;
}
.catch {
    z-index: 2;
    font-size: 41px;
    top: 35%;
    left: 11%;
}
#top_cms > .box .con_img {
    height: 47vw;
    width: 38.66667%!important;
}
}
@media(max-width: 667px) {
#loader .logo {
    max-width: 230px;
}
.catch {
    top: 51%;
    left: 8%;
}
.catch img {
    max-width: 173px;
}
.catch span {
    font-size: 14px;
    margin-top: 15px;
}
#main_img {
    height: 66vw;
}
}
/* ----------------------------------------- CMS ------------------------------------------------------------ */
.flow_type3 .cate{counter-reset: box;}
.flow_type3 .cate_box{counter-increment: box;}
.flow_type3 .box_item{padding-top: 60px;}
.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 86px;
	color: #ebebeb;
	left: 0;
	top: -70px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.topcms_news_type2 .txt_height {
    height: 3.4em;
}
.topcms_news_type2 .cate_box {
    margin-bottom: 15px;
}
.topcms_news_type2 .cate_box a {
    padding-bottom: 0;
}
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 10px;
}
.top_cms_box_inner {
    padding: 60px 15px;
}
}