@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Libre+Caslon+Display&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "Zen Old Mincho", "Libre Caslon Display", "Allura", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	background-color: #F2F2EF;
	color: #010000;
}


/* ---------- common ---------- */
.bg-color1 p,
.bg-color1 h2,
.bg-color1 h3{
	color: #fff;
}
.allura1{
	font-family: "Allura", "serif";
	font-size: 30px;
}
.scrollbox {
    padding-top: 30px;
}
.scrollbox p{
    letter-spacing: 0.15em;
}
.banner_wrap .banner{
	padding: 70px;
	position: relative;
    overflow: hidden;
}
.banner_wrap .banner .banner_txt .txtitem{
    position: relative;
    display: inline-block; 
}

.banner_wrap .banner .banner_txt .allura1{
    position: absolute;
    top: -18px;       
    left: -40px;   
    transform: rotate(-12deg);
    white-space: nowrap;
}

.banner_wrap .banner .banner_txt .bbtm{
    border-bottom: #010000 1px solid;
    padding-top: 10px;  
}
.newstop_b .webgene-blog .webgene-item a .catelabel {
    border-radius: 1px;
	padding: 3px 10px;
}
.newstop_b .webgene-blog .webgene-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: none;
}
.onlineshop_wrap{
    position: relative;
    overflow: hidden;
}
body.on .onlineshop_wrap img{
    display: block;
    width: 100%;
    height: auto;
}
.onlineshop_wrap::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.onlineshop_wrap .box_wrap{
	gap: 20px;
	padding-top: 250px;
	padding-bottom: 250px;
	position: relative;
    z-index: 2;
}
.onlineshop_wrap .box_wrap .line{
	position: relative;
}
.onlineshop_wrap .box_wrap .line::before {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #fff;
    margin: 10px auto;
}
.sns_a .topbox{
	justify-content: space-between;
}
.sns_a .topbox .titlebox i{
	font-size: 20px;
	color: #010000;
}
.sns_a .topbox .titlebox p{
	color: #010000;
}
.sns_a .box_wrap > .webgene-blog{
    display: contents;
}
.sns_a .box_wrap .webgene-item{
    width: calc((100% - 40px) / 5);
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}
.sns_a .box_wrap .webgene-item > a,
.sns_a .box_wrap .webgene-item > a > img{
    display: block;
    width: 100%;
    height: 100%;
}
.sns_a .box_wrap .webgene-item > a > img{
    object-fit: cover;
    object-position: center;
}
.worries_b .worry-box {
    box-shadow: none;
    border-radius: 0px;
	padding: 60px 5%;
}
.worries_b .worry-box .worry-item {
    background-image: repeating-linear-gradient(to right, #535353 0, #535353 2px, transparent 2px, transparent 6px);
}
/* ---------- more ---------- */
.more_a > a{
	width: 300px;
	border-radius: 0px;
	border: #010000 solid 1px;
	padding: 17px 30px;
}
.more_aw > a{
	border: #fff solid 1px;
}
.more_aw a > div p {
    color: #fff;
}
.more2 a{
	position: relative;
	padding-bottom: 10px;
	min-width: 200px;
	border-bottom: #010000 solid 1px;
}
.more2 a .flex{
	justify-content: space-between;
}
.more2 a .flex i{
	transition: ease 0.3s;
}
.more2 a:hover .flex i{
	transform: translateX(3px);
}
.more_online a{
	position: relative;
	padding: 15px;
	min-width: 300px;
	background-color: #256440;
}

.more_online a .flex p{
	color: #fff;
}

/* ---------- header ---------- */
.header_c {
    position: fixed;
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    justify-content: space-between;
    gap: 20px;
    padding: 0 40px;
    z-index: 999;
    background-color: transparent;
}
.header_c .online_bt_link a {
  padding: 10px 20px;
  border: 1px solid #C1C1C1;
  background-color: #fff;
  gap: 10px;
  border-radius: 0px;
}
.header_c .online_bt_link img {
  width: 20px;
}
.header_c .header_left{
	gap: 50px;
}
.header_c .header_left .head_menu .ul {
    gap: 30px;
}
.header_c .header_left .head_menu .ul .li a p{
    color: #fff;
	letter-spacing: 0.1em;
}
.header_c .logo {
    gap: 20px;
}
.header_c .header_right{
    gap: 10px;
}
.header_c .header_right .menu-bt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  background-color: #000;
  border-radius: 0px;
  z-index: 999;
}

.header_c .header_right .menu-bt .line {
  position: relative;
  width: 24px;
  height: 18px;
}

.header_c .header_right .menu-bt .line div {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background-color: #fff;
  transition: ease 0.4s;
}

.header_c .header_right .menu-bt .line div:nth-of-type(1) { top: 0; }
.header_c .header_right .menu-bt .line div:nth-of-type(2) { top: 50%; transform: translateY(-50%); }
.header_c .header_right .menu-bt .line div:nth-of-type(3) { bottom: 0; }
.header_c .header_right .menu-bt.active .line div:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header_c .header_right .menu-bt.active .line div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  opacity: 0;
}
.header_c .header_right .menu-bt.active .line div:nth-of-type(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.header_c .logo1{
    position: relative;
    display: block;
}
.header_c .logo_default{
    display: block;
}

.header_c .logo_scrolled{
    display: none;
}

.header_c.scrolled .logo_default{
    display: none;
}

.header_c.scrolled .logo_scrolled{
    display: block;
}

.header_c{
    transition: background-color 0.3s ease;
}
.header_c .header_left .head_menu .ul .li a p{
    transition: color 0.3s ease;
}
.header_c.scrolled{
    background-color: #fff;
}
.header_c.scrolled .header_left .head_menu .ul .li a p{
    color: #000;
}
.menu-wrap.burgermenu_d::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #6A4832;
    opacity: 0.9;
}
.menu-wrap.burgermenu_d .ul .menu_box a {
    border-bottom: 1.5px solid #fff;
}
.menu-wrap.burgermenu_d .ul .menu_box a p.en {
    font-weight: 700;
	font-family: "Libre Caslon Display", "serif";
	letter-spacing: 0.15em;
}


/* ---------- pagetitle ---------- */
.pagetitle{
	position: relative;
	height: 80vh;
	min-height: 600px;
}
.pagetitle .txtbox{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	z-index: 3;
}
body.on .pagetitle::after  {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #525252;
    background: linear-gradient(90deg, rgba(82, 82, 82, 0.23) 0%, rgba(30, 30, 30, 0) 15%, rgba(66, 66, 66, 0.27) 29%, rgba(50, 50, 50, 0.3) 50%, rgba(66, 66, 66, 0.27) 69%, rgba(30, 30, 30, 0) 81%, rgba(82, 82, 82, 0.23) 100%);
    mix-blend-mode: multiply;
    z-index: 2;
}
.pagetitle2{
	padding-top: 150px;
}
/* ---------- footer ---------- */
.footer_d {
    margin-top: 0px;
    background-color: #6A4832;
}
.footer_d .top_footer .rightbox .footer_list a {
    width: calc(100% / 3 - 60px / 3);
    border-bottom: none;
    padding-bottom: 0px;
}
.footer_d .top_footer .rightbox .footer_list {
    justify-content: flex-start;
}
.footer_d .top_footer .rightbox .footer_list p{
	letter-spacing: 0.15em;
	font-size: 17px;
}

.footer_d .online_bt_link a {
    padding: 10px 20px;
    border: 1px solid #FFF;
    gap: 10px;
    border-radius: 0px;
	background-color: inherit;
}
.footer_d .online_bt_link img {
    width: 20px;
}
.footer_d .snsbox a {
    width: 30px;
    border-radius: 0%;
    background-color: inherit;
}
.footer_d .snsbox a i{
	font-size: 25px;
}
.footer_d .top_footer .leftbox .logo {
    max-width: 250px;
}
.footer_d .top_footer .leftbox .logo img{
	width: 160px;
}

/* ---------- font ---------- */

.en_title{
	font-family: "Libre Caslon Display", "serif";
	font-size: 100px;
	letter-spacing: 0.02em;
	line-height: 1;
}
.en_title2{
	font-family: "Libre Caslon Display", "serif";
	font-size: 90px;
	letter-spacing: 0.02em;
	line-height: 1;
}
.en_title3{
	font-family: "Libre Caslon Display", "serif";
	font-size: 50px;
	letter-spacing: 0.15em;
	line-height: 1;
}
.default_title{ 
	font-size: 50px;
	letter-spacing: 0.05em;
}
.default_title2{
	font-size: 40px;
	letter-spacing: 0.05em;
}
.default_txt{
	font-size: 20px;
	letter-spacing: 0.05em;
}
.default_txt2{
	font-size: 18px;
	letter-spacing: 0.05em;
}
.default_txt3{
	font-size: 16px;
	letter-spacing: 0.05em;
}
.default_txt4{
	font-size: 14px;
	letter-spacing: 0.1em;
}

.font-libre{
	font-family: "Libre Caslon Display", "serif";
}
.font-allura{
	font-family: "Allura", "serif";
} 


/* ---------- default ---------- */
body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i{
	color: #000000;
}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}

.cate_wrap > .cate{
	padding-top: 150px;
}


/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
/* color */
.txt-color-normal{color: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #9C9C9C}
.txt-color2{color: #433213}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #6A4832}
.bg-color2{background-color: #E3E3E3}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #FFE93C}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #FFE93C}
.hvr-txt-color2:hover{color: #F1F1E9}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #FFE93C}
.hvr-bg-color2:hover{background-color: #F1F1E9}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #FFE93C}
.hvr-border-color2:hover{border-color: #F1F1E9}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
/* ---------- common ---------- */
	.banner_wrap .banner{
		padding: 50px;
	}
	.sns_a .box_wrap .box-item {
		width: calc((100% - 30px) / 4);
	}
	.pagetitle{
		height: 50vh;
		min-height: 400px;
	}
	.worries_b .worry-box {
		width: 80%;
		margin: 0 auto;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
	.footer_d .top_footer .leftbox .logo img{
		width: 140px;
	}
/* ---------- font ---------- */
	.en_title{
		font-size: 86px;
	}
	.en_title2{
		font-size: 76px;
	}
	.en_title3{
		font-size: 44px;
	}
	.default_title{ 
		font-size: 36px;
	}
	.default_title2{
		font-size: 30px;
	}
	.default_txt{
		font-size: 20px;
	}
	.default_txt2{
		font-size: 18px;
	}
	.default_txt3{
		font-size: 16px;
	}
	.default_txt4{
		font-size: 14px;
	}
	
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
	.sns_a .box_wrap .box-item {
		width: calc((100% - 20px) / 3);
	}
	.worries_b .worry-box {
		width: 100%;
	}
/* ---------- header ---------- */
	.header_c .header_left .head_menu {
	    display: none;
	}
    .header_c .logo {
        max-width: 80%;
    }
	.header_c {
		padding: 0 20px;
	}

/* ---------- footer ---------- */
	.footer_d .top_footer {
		padding-top: 10%;
		padding-bottom: 7%;
	}
/* ---------- font ---------- */
	.en_title{
		font-size: 76px;
	}
	.en_title2{
		font-size: 66px;
	}
	.default_title{ 
		font-size: 32px;
	}
	.default_title2{
		font-size: 34px;
	}
	.default_txt{
		font-size: 20px;
	}
	.default_txt2{
		font-size: 18px;
	}
	.default_txt3{
		font-size: 16px;
	}
	.default_txt4{
		font-size: 14px;
	}
	.allura1{
		font-size: 26px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}

/* ---------- common ---------- */
	.more_a{
		margin: 0 auto;
	}
    .banner_wrap .banner {
        padding: 30px;
    }
	.onlineshop_wrap .box_wrap{
		padding-top: 150px;
		padding-bottom: 150px;
		gap: 10px;
	}
	.pagetitle{
		height: 40vh;
	}
	.pagetitle2{
		padding-top: 100px;
	}
/* ---------- header ---------- */
	.header_c .online_bt_link a {
		display: none;
	}
	.header_c {
		padding: 0 10px;
		height: 60px;
	}
    .header_c .logo {
        max-width: 60%;
    }
	.header_c .header_right .menu-bt {
		width: 45px;
	}
  	.header_c .header_left .logo{
    	margin-right: auto;
		padding: 10px;
    }
/* ---------- footer ---------- */
/* ---------- font ---------- */
	.en_title{
		font-size: 56px;
	}
	.en_title2{
		font-size: 46px;
	}
	.en_title3{
		font-size: 36px;
	}
	.default_title{ 
		font-size: 36px;
	}
	.default_title2{
		font-size: 28px;
	}
	.default_txt{
		font-size: 20px;
	}
	.default_txt2{
		font-size: 18px;
	}
	.default_txt3{
		font-size: 16px;
	}
	.default_txt4{
		font-size: 14px;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
	
/* ---------- common ---------- */
    .banner_wrap .banner {
        padding: 30px 10px;
    }
	.banner_wrap .banner .banner_txt .allura1 {
		left: -20px;
	}
	.banner_wrap .banner.bg_img_wrap2{
		background-position: left center;
	}
	.banner_wrap .banner::before{
	    content: "";
	    position: absolute;
	    inset: 0;
	    background: rgba(227,227,227,0.7);
	    z-index: 1;
	}
	.banner_wrap .banner .banner_txt{
	    position: relative;
	    z-index: 2;
	}
	.newstop_b .webgene-blog .webgene-item a .catelabel {
		padding: 2px 6px;
	}
	.onlineshop_wrap .box_wrap{
		padding-top: 100px;
		padding-bottom: 100px;
		gap: 10px;
	}
	.more_a > a {
		width: 300px;
		padding: 14px 25px;
	}
	.sns_a .box_wrap .box-item {
		width: calc((100% - 10px) / 2);
	}
	.pagetitle{
		height: 30vh;
		min-height: 300px;
	}
	.pagetitle2{
		padding-top: 80px;
	}
	.worries_b .worry-box {
		padding: 30px 5%;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
	.footer_d .top_footer .leftbox .logo img{
		width: 90px;
	}
	.footer_d .top_footer .leftbox {
		max-width: 80%;
	}
/* ---------- font ---------- */
	.en_title{
		font-size: 38px;
	}
	.en_title2{
		font-size: 34px;
	}
	.en_title3{
		font-size: 30px;
	}
	.default_title{ 
		font-size: 24px;
	}
	.default_title2{
		font-size: 20px;
	}
	.default_txt{
		font-size: 18px;
	}
	.default_txt2{
		font-size: 16px;
	}
	.default_txt3{
		font-size: 15px;
	}
	.default_txt4{
		font-size: 14px;
	}
	.allura1{
		font-size: 20px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
