@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Sorts+Mill+Goudy:ital@0;1&family=Zen+Old+Mincho&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #EDEDEB;
	color: #1E201F;
  margin-top:0px!important;
}
#gt-nvframe{display:none!important;}

/* ---------- common ---------- */
.deco-item1{
	position: relative;
	width: 50px;
	z-index: 1;
}
.deco-item2{
	width: 150px;
}
.title-style_wrap{
	justify-content: space-between;
}
.title-style1{
	position: relative;
  	z-index: 2;
}
.title-style1 h2{
	position: relative;
  	padding-left: 25px;
}
.title-style1 h2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 1px;
    background: #1E201F;
    transform: translateY(-50%);
}
.title-style1 p{
	line-height: 1;
	padding-bottom: 10px;
}

.pickup_wrap .boxitem{
	gap: 50px;
	align-items: flex-start;
}
.pickup_wrap .boxitem .imgbox{
	position: relative;
	width: calc(45% - 25px);
	overflow: visible;
	aspect-ratio: 2 / 1;
}
.pickup_wrap .boxitem .txtbox{
	width: calc(45% - 25px);
	margin-right: auto;
}
.pickup_wrap .box_wrap .box_wrap{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: flex-start;
	flex-direction: row;
	gap: 20px;
}
.pickup_wrap .box_wrap .box_wrap .boxitem{
	width: calc(100% / 4 - 60px / 4);
}
.pickup_wrap .box_wrap .box_wrap .boxitem p span{
	font-size: 12px;
}
/* ---------- newstop_d ---------- */
.news_wrap .width-1280-max{
	gap: 50px;
	justify-content: space-between;
	align-items: stretch;
}
.news_wrap .width-1280-max .titlebox{
	justify-content: space-between;
	align-items: flex-start;
	width: calc(20% - 25px);
}
.news_wrap .width-1280-max .newstop_d{
	width: calc(80% - 25px);
}
.newstop_d .webgene-blog {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	gap: 60px;
}
.newstop_d .webgene-blog .webgene-item {
	position: relative;
	width: calc(100% / 4 - 180px / 4);
	transition: ease 0.3s;
}
.newstop_d .webgene-blog .webgene-item:not(:nth-child(4n))::after{
    content: "";
    position: absolute;
    top: 0;
    right: -30px; 
    width: 1px;
    height: 100%;
    background-color: #E0E0E0;
}
.newstop_d .webgene-blog .webgene-item a{display:block}
.newstop_d .webgene-blog .webgene-item:hover {
	opacity: 0.5 !important;
}
.newstop_d .webgene-blog .webgene-item .date {
	color: #8B8B8B;
}
.newstop_d .webgene-blog .webgene-item .cate {
	display: inline-block;
	padding: 7px 15px;
	border-radius: 200px;
	line-height: 1;
	background-color: #0A183E;
	color: #fff;
}

.sns_wrap .title-style_wrap .titlebox .flex i{
	font-size: 25px;
	margin-right: 10px;
}
.sns_a .box_wrap .box-item {
    width: calc((100% - 30px) / 5);
    border-radius: 0px;
}
/* ---------- more ---------- */
.more_d{
	max-width: 200px;
}
.more_d a p {
    color: #FFF;
    line-height: 1;
    font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.05em;
	font-family: "Sorts Mill Goudy",  sans-serif;
}
.more_d a .icon {
    width: 34px;
    aspect-ratio: 1 / 1;
    background-color: inherit;
    border: #A2A2A2 solid 1px;
    border-radius: 50%;
    transition: ease 0.3s;
}
.more_d a .icon i {
    color: #1E201F;
    font-size: 10px;
}
.more_d a > div {
    gap: 15px;
    border-radius: 0px;
    padding: 0px;
	justify-content: flex-start;
}
.more_d a p {
    color: #1E201F;
}
.more_dw a p {
    color: #FFF;
}
.more_dw a .icon {
    border: #fff solid 1px;
}
.more_dw a .icon i {
    color: #fff;
    font-size: 10px;
}

.more_c a{
	position: relative;
	padding: 15px 30px;
	background-color: #A07125;
	width: clamp(200px,50vw,500px);
	border-radius: 0px;
}

.more_c a::after{
	content: none;
}
.more_c a:hover::after{
	transform:translate(3px,-50%);
}
.more_c a p{
	color: #fff;
}
.more_c a img{
	width: 16px;
	margin-right: 10px;
}
.more_c2 a{
	background-color: #375213;
}
/* ---------- header ---------- */
.header_b .head_menu {
    padding: 0px;
    border-radius: 0px;
    background-color: inherit;
    box-shadow: none;
}
.header_b .head_menu .menu-bt .line {
    position: relative;
    width: 56px;
    height: 22px;
}
.header_b .head_menu .menu-bt .line div {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: ease 0.4s;
}
.header_b .head_menu .ul .li a,.header_b .head_menu .ul .li > .title {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	gap: 5px;
}
.header_b .head_menu .ul .li a img,.header_b .head_menu .ul .li .title img{
	width: 16px;
}
.header_b .head_menu .ul .li a p,.header_b .head_menu .ul .li .title p{
	font-family: "Zen Old Mincho",  sans-serif;
}
.header_b .head_menu .ul .li.translate_bt{
	position: relative;
}
.header_b .head_menu .ul .li.translate_bt .translate_wrap{
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 10px;
	padding-top: 0;
	gap: 10px;
	opacity: 0;
	pointer-events: none;
	transition: ease 0.3s;
}
.header_b .head_menu .ul .li.translate_bt:hover .translate_wrap{
	opacity: 1;
	pointer-events: auto;
}
.header_b .head_menu .ul .shop_bt {
    padding: 6px 18px;
    background-color: #A07125;
}
.header_b .head_menu .ul .shop_bt p{
    color: #fff;
}
.header_b .head_menu .ul .translate_bt {
    padding: 6px 18px;
    background-color: #FFF;
	min-width: 120px;
}
.header_b .head_menu .menu-bt .menutxt {
    color: #fff;
	font-family: "Sorts Mill Goudy",  sans-serif;
	padding-top: 15px;
	line-height: 1;
}
.menu-wrap.burgermenu_a > div .ul .li a p {
    color: #1E201F;
    font-size: 18px;
    font-weight: 500;
	font-family: "Zen Old Mincho",  sans-serif;
}
.menu-wrap.burgermenu_a .arrow_icon{
	color: #375213;
}
.menu-wrap.burgermenu_a .bottom-box .bottom-bt a {
    color: #375213;
}
.menu-wrap.burgermenu_a .bottom-box .bottom-bt .en {
    font-size: 16px;
    font-family: "Sorts Mill Goudy",  sans-serif;
}
.menu-wrap.burgermenu_a .bottom-box .bottom-bt .jp {
    font-size: 22px;
    font-family: "Zen Old Mincho",  sans-serif;
}
.menu-wrap.burgermenu_a{
    background-color:rgba(215,219,199,0.90);
}

/* ---------- mainmenu_box ---------- */
body.on .mainmenu_box{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: auto;
	padding: 5% 20px;
	overflow: auto;
	z-index: 9;
}

.mainmenu_box .mene_box .titlebox{
	background-color: #AF2522;
	gap: 15px;
	padding: 8px;
	margin-bottom: 8px;
}
.mainmenu_box .mene_box .nav_box{
	padding: 30px;
}
.mainmenu_box .mene_box .nav_box .ul{
	margin-bottom: 20px;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 30px;
}
.mainmenu_box .mene_box .nav_box .ul .li{
	padding: 15px 0;
}
.mainmenu_box .mene_box .nav_box .ul .li a{
	justify-content: flex-start;
	gap: 15px;
}
.mainmenu_box .mene_box .nav_box .ul .li p{
	writing-mode: vertical-rl;
	font-family: "Zen Old Mincho",  sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.15em;
	color: #fff;
}
/* ---------- pagetitle ---------- */
.pagetitle_e .box{
	position: relative;
	width: 100%;
  	height: clamp(200px, 40vw, 450px);
	padding-top: 100px;
	padding: 100px 80px 0 80px;
}
.pagetitle_e .box .titlebox p:not(.default_txt3) {
    font-family: "Sorts Mill Goudy", sans-serif;
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}
.pagetitle_e .box .titlebox{
	margin-right: auto;
}
.pagetitle_e .box .titlebox h1,.pagetitle_e .box .titlebox p.default_txt3 {
	position: relative;
    color: #fff;
    font-family: "Zen Old Mincho", sans-serif;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
	justify-content: flex-start;
	padding-left: 25px;
}
.pagetitle_e .box .titlebox h1::before,.pagetitle_e .box .titlebox p.default_txt3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 1px;
    background: #fff;
    transform: translateY(-50%);
}
body.on .pagetitle_e .box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    background: linear-gradient(90deg,rgba(7, 41, 5, 0.4) 0%, rgba(7, 41, 5, 0.08) 50%, rgba(7, 41, 5, 0.2) 100%);
    z-index: 1;
}

.pagetitle_shop .box{
  	height: clamp(200px, 30vw, 450px);
}
/* ---------- footer ---------- */
.onlineshop_f{
	position: relative;
}
.onlineshop_f::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(196, 74, 29, 0.2) 0%,
        rgba(56, 131, 43, 0.2) 100%
    ),
		rgba(30, 32, 31, 0.5);
    z-index: 1;
    pointer-events: none;
}
.onlineshop_f > *{
    position: relative;
    z-index: 2;
}
.onlineshop_f a{
	width: 100%;
}
.onlineshop_f a .box {
    align-items: flex-start;
}
.onlineshop_f a .box .en {
    font-size: 60px;
    font-family: "Sorts Mill Goudy", sans-serif;
}
.onlineshop_f .more {
    margin-left:auto;
	margin-right:0;
	margin-top: 0px;
}
.onlineshop_f .more p {
    font-family: "Sorts Mill Goudy", sans-serif;
}
.footer_top .box_wrap{
	gap: 160px;
	border-bottom: 1px #CCCCCC4D solid;
	padding-bottom: 150px;
}
.footer_top .box{
	position: relative;
	width: calc(50% - 80px);
	gap: 40px;
	align-items: flex-start;
}
.footer_top .title-style1 h2::before {
    background: #fff;
}
.footer_top .box1::after {
    content: "";
    position: absolute;
    top: 0;
    right: -80px;
    width: 1px;
    height: 100%;
    background-color: rgba(204, 204, 204, 0.3);
}
.footerline{
	
}
.footer_a{
	padding-top: 0;
}
.footer_a p, .footer_a i {
    color: #fff;
}
.footer_a .snsbox .more_c a{max-width: 260px;min-width: 240px;}
.footer_a .leftbox .snsbox .shop_bt {
	width: 100%;
    padding: 6px 18px;
    background-color: #A07125;
	justify-content: center;
}
.footer_a .leftbox .snsbox .shop_bt img{
	width: 16px;
}
/* ---------- font ---------- */
.en_title{
	font-family: "Sorts Mill Goudy",  sans-serif;
	font-size: 50px;
}
.en_title2{
	font-family: "Sorts Mill Goudy",  sans-serif;
	font-size: 40px;
}
.default_title{ 
	font-size: 32px;
	letter-spacing: 0.05em;
}
.default_title2{
	font-size: 28px;
	letter-spacing: 0.05em;
}
.default_title3{
	font-size: 18px;
	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;
}



.font-sorts{
	font-family: "Sorts Mill Goudy",  sans-serif;
}
.font-mincho{
	font-family: "Zen Old Mincho",  sans-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: #53743B}
.txt-color2{color: #F1F1E9}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #D7DBC7}
.bg-color2{background-color: #1E201F}
.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 ---------- */
	.newstop_d .webgene-blog .webgene-item {
		width: calc(100% / 3 - 120px / 3);
	}
    .newstop_d .webgene-blog .webgene-item:not(:nth-child(4n))::after{
        content: none;
    }
    .newstop_d .webgene-blog .webgene-item:not(:nth-child(3n))::after{
        content: "";
        position: absolute;
        top: 0;
        right: -30px;
        width: 1px;
        height: 100%;
        background-color: #E0E0E0;
    }
/* ---------- pagetitle ---------- */
	.pagetitle_e .box .titlebox p:not(.default_txt3) {
		font-size: 40px;
	}
	.pagetitle_e .box {
		padding: 100px 60px 0 60px;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
	.onlineshop_f a .box .en {
		font-size: 50px;
	}
	.footer_top .box_wrap{
		gap: 100px;
	}
	.footer_top .box1::after {
		right: -50px;
	}
	.footer_top .box {
		width: calc(50% - 50px);
		gap: 30px;
	}
/* ---------- font ---------- */
	.en_title{
		font-size: 44px;
	}
	.en_title2{
		font-size: 38px;
	}
	.default_title{ 
		font-size: 28px;
	}
	.default_title2{
		font-size: 26px;
	}
	.default_title3{
		font-size: 18px;
	}
	.default_txt{
		font-size: 20px;
	}
	.default_txt2{
		font-size: 18px;
	}
	.default_txt3{
		font-size: 16px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
	body.on .mainmenu_box {
		display: none;
	}
	.deco-item2{
		width: 100px;
	}

/* ---------- newstop_d ---------- */
	.newstop_d .webgene-blog .webgene-item {
		width: calc(100% / 2 - 60px / 2);
	}
	.newstop_d .webgene-blog .webgene-item:not(:nth-child(3n))::after{
        content: none;
    }
    .newstop_d .webgene-blog .webgene-item:not(:nth-child(2n))::after{
        content: "";
        position: absolute;
        top: 0;
        right: -30px;
        width: 1px;
        height: 100%;
        background-color: #E0E0E0;
    }
	.news_wrap .width-1280-max {
		flex-direction: column;
	}
	.news_wrap .width-1280-max .newstop_d {
		width: 100%;
	}
    .news_wrap .width-1280-max .titlebox {
		width: 100%;
	}
	.sns_a .box_wrap .box-item {
		width: calc((100% - 30px) / 3);
	}
/* ---------- pagetitle ---------- */
	.pagetitle_e .box .titlebox p:not(.default_txt3) {
		font-size: 36px;
	}
	.pagetitle_e .box {
		padding: 90px 60px 0 60px;
	}
/* ---------- header ---------- */
	.header_b .head_menu{
		width: auto;
		height: auto;
	}
	.header_b .head_menu .ul{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}
	.header_b .head_menu .ul .shop_bt{display: none;}
	.footer_a .logo {
		margin-left: auto;
		margin-right: auto;
	}
/* ---------- footer ---------- */
	.onlineshop_f a .box .en {
		font-size: 40px;
	}
    .footer_top .box_wrap{
        flex-direction: column;
		gap: 40px;
    }
    .footer_top .box1::after{
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(204, 204, 204, 0.3);
    }
    .footer_top .box1{
        padding-bottom: 40px;
    }
    .footer_top .box{
        width: 80%;
    }
}
/* ---------- 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 ---------- */
	.deco-item1 {
		width: 40px;
	}
	.deco-item2{
		width: 80px;
	}
	.pickup_wrap .box_wrap .box_wrap .boxitem{
		width: calc(100% / 2 - 30px / 2);
	}
	.more_dtb a > div {
		justify-content: center;
	}
	.more_dtb {
		margin-right: auto;
		margin-left: auto;
	}
/* ---------- pagetitle ---------- */
	.pagetitle_e .box .titlebox p:not(.default_txt3) {
		font-size: 30px;
	}
	.pagetitle_e .box {
		padding: 90px 50px 0 50px;
	}
	.pagetitle_e .box .titlebox h1,.pagetitle_e .box .titlebox p.default_txt3 {
		font-size: 16px;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
	.onlineshop_f a .box .en {
		font-size: 34px;
	}
	.onlineshop_f a .box h2 {
		font-size: 18px;
	}
    .footer_top .box{
        width: 100%;
    }
    .footer_top .box_wrap{
        padding-bottom: 0px;
		border-bottom: none;
    }
	.footer_a{padding-top: 60px;}
/* ---------- font ---------- */
	.en_title{
		font-size: 40px;
	}
	.en_title2{
		font-size: 34px;
	}
	.default_title{ 
		font-size: 26px;
	}
	.default_title2{
		font-size: 24px;
	}
	.default_title3{
		font-size: 18px;
	}
	.default_txt{
		font-size: 20px;
	}
	.default_txt2{
		font-size: 18px;
	}
	.default_txt3{
		font-size: 16px;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 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 ---------- */
	.title-style1 p{
		padding-bottom: 5px;
	}
	.title-style_wrap {
		justify-content: flex-start;
	}
	.deco-item1 {
		width: 35px;
	}
	.deco-item2{
		width: 70px;
	}
	.more_d a > div {
		justify-content: center;
	}
	.more_d {
		margin-right: auto;
		margin-left: auto;
	}
	.more_c a{
		width: 100%;
	}
	.pickup_wrap .box_wrap .box_wrap .boxitem{
		width: 80%;
	}
	.sns_a .box_wrap .box-item {
		width: calc((100% - 30px) / 2);
	}
/* ---------- pagetitle ---------- */
	.pagetitle_e .box .titlebox p:not(.default_txt3) {
		font-size: 26px;
	}
	.pagetitle_e .box {
		padding: 60px 20px 0 20px;
	}
	.pagetitle_e .box .titlebox h1,.pagetitle_e .box .titlebox p.default_txt3 {
		font-size: 14px;
	}
/* ---------- newstop_d ---------- */
	.newstop_d .webgene-blog{
		gap: 50px;
		justify-content: center;
	}
	.newstop_d .webgene-blog .webgene-item {
		width: 90%;
	}
	.newstop_d .webgene-blog .webgene-item:not(:nth-child(2n))::after{
        content: none;
    }
	.news_wrap .width-1280-max {
        gap: 30px;
    }
/* ---------- header ---------- */
	.header_b .head_menu{
		width: auto;
		height: auto;
	}
	.header_b .logo {
		width: 25%;
	}
	.header_b .head_menu .menu-bt .line {
		position: relative;
		width: 36px;
		height: 18px;
	}
	.header_b .head_menu .ul .li a img, .header_b .head_menu .ul .li .title img{
		width: 14px;
	}
	.header_b .head_menu .ul p,.header_b .head_menu .ul i{
		font-size: 12px;
	}
	.header_b .head_menu .ul .translate_bt{
		min-width: 100px;
	}
	.header_b .head_menu .menu-bt .menutxt {
		display: none;
	}
/* ---------- footer ---------- */
	.onlineshop_f a {
		flex-direction: column;
	}
	.onlineshop_f .more {
		margin: 0 auto;
	}
	.onlineshop_f a .box {
		align-items: center;
	}
	.footer_a{padding-top: 0;}
/* ---------- font ---------- */
	.en_title{
		font-size: 30px;
	}
	.en_title2{
		font-size: 28px;
	}
	.default_title{ 
		font-size: 22px;
	}
	.default_title2{
		font-size: 20px;
	}
	.default_title3{
		font-size: 18px;
	}
	.default_txt{
		font-size: 18px;
	}
	.default_txt2{
		font-size: 16px;
	}
	.default_txt3{
		font-size: 14px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
