@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');/* CSS Document */
html{
}
p span,
h1 span,
h2 span,
h3 span,
h4 span {
  display: inline-block;
}
body{
	font-family: "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #F7F6F4;
	color: #333333;
	padding-top: 81px;
}

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: #333333;
}

.font-josefin{
	font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font-maru{
	font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

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

.cate_wrap > .cate{
	padding-top: 100px;
}
/* ---------- 以下追加style ---------- */
/* ---------- pagetitle ---------- */
.shop_pagetitle{
	position: relative;
	padding: 60px 80px;
}
.shop_pagetitle{
	padding: 40px 50px;
}
.shop_pagetitle .txtbox{
	background-color: #1AAB79;
	padding: 50px 80px;
}
.shop_pagetitle .txtbox .entxt{
	font-size: clamp(28px, 4vw, 52px);
	font-weight: 900;
	color: #E9CF01;
}
.shop_pagetitle .txtbox .title{
	color: #fff;
}
.shop_pagetitle .imgbox{
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% / 2 - 100px);
	height: calc(100% - 40px);
	transform: translateY(-50%);
}
.pagetitle {
 	position: relative;
	width: 100%;
 	height: clamp(200px, 50vw, 500px);
}
body.on .pagetitle .bg_img{
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	height: 90%;
	z-index: 0;
	border-radius: 20px;
}
.pagetitle .characterbox{
	position: absolute;
	justify-content: space-between;
	bottom: -10%;
	width: 80%;
}
.pagetitle .characterbox img{
	width: 10%;
}
.pagetitle .title_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pagetitle .titlebox {
	flex-direction: column;
	background-color: #E17903;
	color: #fff;
	border-radius: 50%;
	width: 150px;
	height: 150px;
}
.pagetitle .titlebox img{
	width: 35px;
}
.pagetitle .titlebox h1{
	font-weight: 700;
}

.pagetitle3 {
   position: relative;
   width: 100%;
   height: clamp(180px, 30vw, 250px); 
 }

/* ---------- common ---------- */
.titleline{
	position: relative;
	padding-left: 20px;
	font-weight: bold;
}
.titleline::before{
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 4px;
	height: 30px;
	background-color: #E17903;
	border-radius: 2px;
}
.img-frame{
	border: 6px solid #fff;
	border-radius: 20px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.img-frame2{
	border: 6px solid #F7F6F4;
	border-radius: 20px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}


.cate .titlebox-g {
  background-color: #1AAB79;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px 0px;
  text-align: center;
  display: inline-block;
  margin: 0 auto 40px;
    width: 40%;
}
/* ---------- more ---------- */
.more_wrap{
	gap: 20px  30px;
}
.more a{
	position: relative; 
	border-radius: 200px;
	border: 2px solid #1AAB79;
	background-color: #fff;
	overflow: hidden;
	box-sizing: border-box;
	transition: ease 0.4s;
}
.more a:hover{opacity: 1;background-color: #1AAB79;}
.more a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateX(-100%);
	transition: ease 0.3s;
	background-color: #1AAB79;
}
.more a:hover::after{
	transform: translateX(0);
}
.more a > .flex{
	position: relative;
	z-index: 2;
	min-width: 240px;
	height: 50px;
	padding: 0 20px;
	justify-content: space-between;
}
.more a > .flex p{
	font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #333333;
	line-height: 1;
	transform: translateY(2px);
	transition: ease 0.3s;
}
.more .fa-solid {
	font-size: 18px;
	color: #1AAB79;
	margin-left: 10px;
	transition: transform 0.3s ease, color 0.3s ease;
}
.more a:hover .fa-solid {
 	transform: translateX(5px);
 	color: #fff;
}
.more a:hover p{
	color: #fff;
}

.more.more2 a{
	border-color: #E17903;
}
.more.more2 a:hover{background-color: #E17903;}
.more.more2 a::after{
	background-color: #E17903;
}
.more.more2 .fa-solid {
	color: #E17903;
}
.more.more3 a{
	border-color: #EACF00;
}
.more.more3 a:hover{background-color: #EACF00;}
.more.more3 a::after{
	background-color: #EACF00;
}
.more.more3 .fa-solid {
	color: #EACF00;
}
.more.more4 a{
	border-color: #95C966;
}
.more.more4 a:hover{background-color: #95C966;}
.more.more4 a::after{
	background-color: #95C966;
}
.more.more4 .fa-solid {
	color: #95C966;
}
.more.more5 a{
	border-color: #fff;
}

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

.default_title{ 
	font-size: 30px;
	font-weight: 700;
}
.default_title2{
	font-size: 28px;
	font-weight: 700; 
}
.default_title3{
	font-size: 24px;
	font-weight: 700;
}
.default_title4{
	font-size: 20px;
	font-weight: 700;
}
.default_txt{
	font-size: 18px;
}
.default_txt2{
	font-size: 16px;
}
.en_txt{
	font-family: "Josefin Sans",  sans-serif;
	font-size: 16px;
}

.font-josefin{
	font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

/* ---------- common ---------- */
.imgborder{
	border-radius: 20px;
}

.onlineshop_bt a{
	background-color: #1AAB79;
	border-radius: 4px;
	padding: 12px 20px;
}
.onlineshop_bt a > div{
	gap: 15px;
}
.onlineshop_bt a > div p{
	font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	transform: translateY(2px);
}
.onlineshop_bt a > div .cart_icon{
	width: 24px;
}

.contents_box1{
	position: relative;
	background: #1AAB79;
}
.contents_box1::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100px;
	background-image: url("https://ecosunfarm.jp/system_panel/uploads/images/green-bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
	background-color: #F7F6F4;
	z-index: 0;
}
.title_item1{
	position: relative;
	z-index: 999;
}
.title_item1 .title_box{
	position: relative;
	z-index: 2;
	padding: 0 60px;
}
.title_item1 .title_box .title::before,
.title_item1 .title_box .title::after{
	content: "";
	position: absolute;
	top: 50%;
	width: 56px;
	height: 10px;
	background-image: radial-gradient(white 40%, transparent 50%);
	background-size: 8px 8px;
	background-repeat: repeat-x;
}
.title_item1.title_item2 .title_box .title::before,
.title_item1.title_item2 .title_box .title::after{
	background-image: radial-gradient(#000 40%, transparent 50%);
}
.title_item1 .title_box .title::before{
	left: 0;
	transform: rotate(55deg);
}
.title_item1 .title_box .title::after{
	right: 0;
	transform: rotate(-55deg);
}
.title_chara{
	padding-left: 8vw;
	padding-right: 8vw;
}
.title_chara .title_box{
	position: relative;
}
.title_chara .chara{
	position: absolute;
	top: 50%;
	z-index: 1;
}
.title_chara .chara{
	width: 8vw;
}
.title_chara .chara.chara1{
	left: 0;
	transform: translate(-100%,-50%);
}
.title_chara .chara.chara2{
	right: 0;
	transform: translate(100%,-50%);
}


/* ---------- header ---------- */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 40px;
	justify-content: space-between;
	gap: 30px;
	z-index: 9999;
	background-color: #ffffff;
}
.header > div{
	position: relative;
	z-index: 2;
}
.header,.header .head_left,.header .head_left .ul,.header .head_right{
	gap: 30px;
}
.header .head_left {
	flex-wrap: nowrap;
}
.header .head_left .logo{
	width: 30vw;
	max-width: 300px;
}
.header .head_left .ul .li a{
	position: relative;
	padding-left: 15px;
}
.header .head_left .ul .li a::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #C12729;
}
.header .head_left .ul .li a p{
	color: #333333;
	font-size: 18px;
	font-weight: 500;
}

.header .menu-bt{
	display: none;
}

/* ---------- footer ---------- */
.footer{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #403732;
}
.footer p{
	color: #fff;
}
.footer .leftbox{
	width: 30%;
}
.footer .leftbox .snsbox a{
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background-color: #fff;
}
.footer .leftbox .snsbox a i{
	color: #333;
  font-weight: 400;
}
.footer .rightbox{
	gap: 60px;
}
.footer .rightbox .ul .li:not(:last-of-type){
	margin-bottom: 15px;
}
.footer .rightbox .ul .li p{
	position: relative;
	padding-left: 15px;
	font-size: 20px;
}
.footer .rightbox .ul .li p::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #C12729;
}


.copyright{
	border-top: 1px solid rgba(255,255,255,0.10);
	width: 100%;
	padding: 20px;
	background-color: #403732;
	text-align: center;
	color: #fff;
}


/* 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: #E9CF01}
.txt-color2{color: #1B9844}
.txt-color3{color: #E17903}
.txt-color4{color: #1AAB79}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #E9CF01}
.bg-color2{background-color: #1B9844}
.bg-color3{background-color: #E17903}
.bg-color4{background-color: #1AAB79}
.border-color1{border-color: #E9CF01}
.border-color2{border-color: #1B9844}
.border-color3{border-color: #E17903}
.border-color4{border-color: #1AAB79}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #E9CF01}
.hvr-txt-color2:hover{color: #1B9844}
.hvr-txt-color3:hover{color: #E17903}
.hvr-txt-color4:hover{color: #1AAB79} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #E9CF01}
.hvr-bg-color2:hover{background-color: #1B9844}
.hvr-bg-color3:hover{background-color: #E17903}
.hvr-bg-color4:hover{background-color: #1AAB79}
.hvr-border-color1:hover{border-color: #E9CF01}
.hvr-border-color2:hover{border-color: #1B9844}
.hvr-border-color3:hover{border-color: #E17903}
.hvr-border-color4:hover{border-color: #1AAB79}







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

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	body{
		padding-top: 78px;
	}
	.pd_wrap{
		padding: 100px 60px 0;
	}
	.pd_wrap_all{
		padding: 100px 60px 100px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
/* ---------- pagetitle ---------- */
	.pagetitle .characterbox{
		bottom: -5%;
	}
	.pagetitle .characterbox img{
		width: 15%;
	}

/* ---------- common ---------- */
	.default_title { font-size: 26px; }
	.default_title2 { font-size: 24px; }
	.default_title3 { font-size: 20px; }
	.default_title4 { font-size: 18px; }
	.default_txt { font-size: 16px; }
	.default_txt2 { font-size: 14px; }
	.en_txt2 { font-size: 14px; }
	
	
	.title_chara .chara{
		width: 10vw;
	}
	.title_chara{
		padding-left: 10vw;
		padding-right: 10vw;
	}
/* ---------- header ---------- */
	.header, .header .head_left, .header .head_left .ul, .header .head_right{
		gap: 20px;
	}
	.header .head_left .ul .li a p{
		font-size: 16px;
	}
/* ---------- footer ---------- */
	.footer .leftbox .snsbox a{
		width: 50px;
		height: 50px;
	}
}
@media screen and (min-width: 1081px){
	.menu-wrap{display: none!important;}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	body{
		padding-top: 100px;
	}
	.pagetitle .characterbox{
		bottom: -5%;
	}
	
	.shop_pagetitle{
		padding: 30px 40px;
	}
	.shop_pagetitle .txtbox{
		padding: 30px 50px;
	}
	.shop_pagetitle .imgbox{
		width: calc(100% / 2 - 60px);
	}
/* ---------- common ---------- */
	.titleline::before {
		top: 0px;
	}
/* ---------- header ---------- */
	.header .head_left .head_menu{
		display: none;
	}
	.header .menu-bt{
		display:block;
		position: relative;
		width: 70px;
		aspect-ratio: 1 / 1;
		border: 2px solid #403732;
		background-color: #fff;
		border-radius: 50%;
		cursor: pointer;
	}
	.header .menu-bt .line{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 30px;
		height: 20px;
	}
	.header .menu-bt .line > div{
		content: "";
		position: absolute;
		width: 100%;
		height: 3px;
		border-radius: 6px;
		background-color: #403732;
		left: 0;
		transition: ease 0.3s;
	}
	.header .menu-bt .line > div:nth-of-type(1){
		top: 0;
	}
	.header .menu-bt .line > div:nth-of-type(2){
		top: 50%;
		transform: translateY(-50%);
	}
	.header .menu-bt .line > div:nth-of-type(3){
		bottom: 0;
	}
	.header .menu-bt.active .line > div:nth-of-type(1){
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
	}
	.header .menu-bt.active .line > div:nth-of-type(2){
		top: 50%;
		transform: translateY(-50%) translateX(50%);
		opacity: 0;
	}
	.header .menu-bt.active .line > div:nth-of-type(3){
		bottom: 50%;
		transform: translateY(50%) rotate(-45deg);
	}
	.menu-wrap{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(26,171,121,0.90);
		z-index: 998;
	}
	.menu-wrap > div{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.menu-wrap .menu-wrap-box{
		overflow: auto;
	}
	.menu-wrap > div .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;
		gap: 40px;
		padding: 50px;
	}
	.menu-wrap > div .ul .li{
		min-width: calc(100% / 3 - 80px / 3);
		text-align: center;
	}
	.menu-wrap > div .ul .li a{
		display: block;
		border: 3px solid #fff;
		border-radius: 200px;
		padding: 8px 15px;
		margin: 0 auto;
	}
	.menu-wrap > div .ul .li a p{
		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;
		color: #fff;
		font-size: 20px;
		font-weight: 700;
	}
	.menu-wrap > div .ul .li a p.en{
		font-size: 14px;
		font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
		color: #E9CF01;
	}
	
	.menu-wrap .onlineshop_bt{
		margin: 20px 0;
	}
	.menu-wrap .onlineshop_bt a{
		border: 3px solid #fff;
	}
	.menu-wrap .onlineshop_bt a{
		padding: 15px 20px;
	}
	.menu-wrap .onlineshop_bt a > div p{
		font-size: 30px;
	}
	.menu-wrap .onlineshop_bt a > div .cart_icon{
		width: 32px;
	}
/* ---------- footer ---------- */
	.footer{
		justify-content: center;
		width: 100%;
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.footer .leftbox{
		text-align: center;
	}
	.footer .rightbox{
		display: none;
	}
	.footer .bottom_footer{
		justify-content: center;
		padding-top: 50px;
	}
	.footer .bottom_footer .copyright{
		width: 100%;
		padding-top: 20px;
		
	}
	.footer .leftbox .snsbox{
		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;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	body{
		padding-top: 90px;
	}
	.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;
	}
/* ---------- pagetitle ---------- */	
	.pagetitle .titlebox {
		width: 120px;
		height: 120px;
	}
	.shop_pagetitle .txtbox{
		padding: 20px 50px;
	}
/* ---------- common ---------- */
	.default_title { font-size: 24px; }
	.default_title2 { font-size: 22px; }
	.default_title3 { font-size: 18px; }
	.default_title4 { font-size: 16px; }
	.default_txt { font-size: 16px; }
	.default_txt2 { font-size: 14px; }
	.en_txt2 { font-size: 14px; }
	.onlineshop_bt a{
		background-color: #1AAB79;
		border-radius: 4px;
		padding: 10px 15px;
	}
	.onlineshop_bt a > div{
		gap: 10px;
	}
	.onlineshop_bt a > div p{
		font-size: 18px;
		transform: translateY(2px);
	}
	.onlineshop_bt a > div .cart_icon{
		width: 22px;
	}
	.title_item1 .title_box{
		padding: 0 40px;
	}
	.title_item1 .title_box .title::before,
	.title_item1 .title_box .title::after{
		width: 42px;
		height: 10px;
		background-image: radial-gradient(white 40%, transparent 65%);
		background-size: 6px 6px;
	}
	.contents_box1::after{
		height: 60px;
	}
	.cate .titlebox-g{
		width: 60%;
	}
/* ---------- header ---------- */
	.header{
		padding: 10px 20px;
	}
	.menu-wrap .onlineshop_bt a{
		padding: 15px 20px;
	}
/* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	body{
		padding-top: 66px;
	}
	.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;
	}
/* ---------- pagetitle ---------- */

	.pagetitle .characterbox img{
		width: 20%;
	}
	.pagetitle .titlebox {
		width: 110px;
		height: 110px;
	}
	.pagetitle .characterbox{
		bottom: -10%;
	}
/* ---------- common ---------- */
	.default_title { font-size: 22px; }
	.default_title2 { font-size: 20px; }
	.default_title3 { font-size: 16px; }
	.default_title4 { font-size: 16px; }
	.default_txt { font-size: 14px; }
	.default_txt2 { font-size: 14px; }
	.en_txt2 { font-size: 14px; }
	.onlineshop_bt a{
		padding: 7px 10px;
	}
	.onlineshop_bt a > div{
		gap: 8px;
	}
	.onlineshop_bt a > div p{
		font-size: 14px;
		transform: translateY(2px);
	}
	.onlineshop_bt a > div .cart_icon{
		width: 18px;
	}
	.contents_box1::after{
		height: 40px;
	}
	.title_item1 .title_box{
		padding: 0 20px;
	}
	.title_item1 .title_box .title::before{
		left: -20px;
		transform: rotate(55deg);
	}
	.title_item1 .title_box .title::after{
		right: -20px;
		transform: rotate(-55deg);
	}
	.title_chara{
		padding-left: 0;
		padding-right: 0;
	}
	.title_chara .chara{
		width: 20vw;
		top: 0;
	}
	.title_chara .chara.chara1{
		left: 0;
		transform: translate(0,-100%);
	}
	.title_chara .chara.chara2{
		right: 0;
		transform: translate(0,-100%);
	}

	.imgborder{
		border-radius: 10px;
	}
	
	.more a > .flex{
		min-width: 210px;
	}
	.more a > .flex p{
		font-size: 16px;
	}
	.shop_pagetitle{
		padding: 20px 20px;
	}
	.shop_pagetitle .imgbox{
		position: relative;
		width: 90%;
		height: 100%;
		top: 0;
		left: 5%;
		transform: translateY(-30px);
		overflow: hidden;
	}
	.shop_pagetitle .txtbox{
		padding: 20px 20px 50px;
		text-align: center;
	}
	.shop_pagetitle .imgbox img{
		display: block!important;
		background-image: none;
	}

/* ---------- header ---------- */
	.header{
		padding: 10px;
	}
	.header, .header .head_left, .header .head_left .ul, .header .head_right{
		gap: 10px;
	}
	.header .head_left{
		display: block;
		width: 40%;
	}
	.header .head_left .logo{
		width: 100%;
	}
	.header .menu-bt{
		width: 46px;
	}
	.header .menu-bt .line{
		width: 20px;
		height: 14px;
	}
	.header .menu-bt .line > div{
		height: 2px;
	}
	.menu-wrap > div {
		padding-top: 66px;
	}
	.menu-wrap > div .ul{
		gap: 20px;
		padding: 80px 20px;
	}
	.menu-wrap > div .ul .li{
		width: calc(50% - 10px);
	}
	.menu-wrap > div .ul .li a{
		padding: 5px 10px;
	}
	.menu-wrap > div .ul .li a p.en{
		font-size: 12px;
	}
	.menu-wrap > div .ul .li a p.jp{
		font-size: 16px;
	}
	.menu-wrap .onlineshop_bt a{
		border: 2px solid #fff;
	}
	.menu-wrap .onlineshop_bt a{
		padding: 10px 15px;
	}
	.menu-wrap .onlineshop_bt a > div p{
		font-size: 24px;
	}
	.menu-wrap .onlineshop_bt a > div .cart_icon{
		width: 26px;
	}
/* ---------- footer ---------- */
	.footer{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.footer .leftbox{
		width: 70%;
	}
	.footer .bottom_footer{
		padding-top: 30px;
	}
	.footer .leftbox .snsbox a{
		width: 40px;
		height: 40px;
	}
	.footer .onlineshop_bt a{
		padding: 12px 15px;
	}
	.footer .onlineshop_bt a > div p{
		font-size: 20px;
	}
	.footer .onlineshop_bt a > div .cart_icon{
		width: 22px;
	}
	.copyright{
		padding: 15px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
