/*
Theme Name:		Welcart Basic Child
Description:	Welcart Basic Child is child theme for Welcart Basic.
Author:			WElcart Inc.
Author URI:		https://www.welcart.com/
Template:		welcart_basic
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, basic-child, two-columns, right-sidebar. left-sidebar
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root{
	--maincolor: #ff6600; /* cc5520 */
	--secondcolor: #3f6eb4; /* blue系 63,110,180 */
	--thirdcolor: #000; /* black */
	--bg-color1: #dfebf6; /* 95,159,214,.2 */
	--sectionbgcolor: #f1f1f1;
	--red: #f33;
	--white: #fff;
	--yellow: #e7b53e;
	--blue: #65a6de;
	--green: #63ac6b;
	--font-size-1: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
}

*{
	/*outline: 1px solid magenta;*/
	box-sizing: border-box !important;
}

body{
	font-family: 'Noto Sans JP', YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic medium", Meiryo, "sans-serif";
	font-weight: 400;
	font-style: normal;
	font-size: 16px !important;
	color: #000;
	overflow:clip;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

a{
	text-decoration: none;
	color: #000;
}

a:hover{
	opacity: .6;
	/*color: #1a73e8 !important;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	text-decoration: none;*/
}

a:hover img{
	opacity: .6;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

p,ul,ol,li:not(.cart_navi *) {
	font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem) !important;
	line-height: 175% !important;
}

/*.home header {
	position: sticky;
	position: relative;
}*/

header {
	width: 100%;
	min-height: 120px;
	position: sticky;
	top: 0;
	z-index: 99;
	margin-bottom: 0;
	padding: 1rem;
	border-bottom: 0;
}

header.site-header {
	background-color: rgba(0,0,0,.35);
}

img,
figure img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
/*
#site-description{
	max-width: 1600px;
	margin: 0 auto;
	padding: .25rem 1rem;
	background-color: rgba(0,0,0,.35);
	z-index: 999;
}

#site-description h1{
	font-size: 75%;
	font-weight: normal;
	color: #fff;
	line-height: 150%;
}
*/
header div.inner{
	width: 100%;
	max-width: 1600px !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	gap: 16px;
	margin: 0 auto;
	padding: 1rem 0;
}

header .flex-box___inner:nth-child(1),
header .flex-box___inner:nth-child(3) {
	flex-basis: calc(20% - 8px);
}

header .flex-box___inner:nth-child(2) {
	flex-basis: calc(60% - 16px);
}

div.site-title{
	float: none;
	/*font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);*/
	margin: 0 !important;
	padding: 0 !important;
}

div.site-title img{
	width: auto;
	height: auto;
}

@media screen and (max-width: 767px) {
header .flex-box___inner:nth-child(3) {
	flex-basis: auto;
	padding: .5rem 0 0;
}
	
div.site-title img{
	width: 75% !important;
	}
}

h1.entry-title{
	font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem) !important;
	text-align: center !important;
	padding: 2rem 0;
}

h1.entry-title span {
    display: inline-block;
    position: relative;
    padding: 0 .4em .2em;
    color: #000;
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem) !important;
}

h1.entry-title span::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--secondcolor);
    content: '';
}

.item-disc{
	margin: 0 0 2rem;
}

ul.list-bullet li{
	list-style-position: inside;
	list-style: none;
	text-indent: -1.5rem;
	padding-left: 1.5rem;
}

ul.list-bullet li::before{
	content: "\f0c8";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	font-size: .75rem;
	color: var(--maincolor);
	margin: 0 .75rem 0 0;
}

ul.list-bullet li > ul li::before{
	content: "\f111";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	font-size: .75rem;
	color: var(--secondcolor);
	margin: 0 .75rem 0 0;
}

.align1{
	text-align: center;
}

.align2{
	text-align: right;
}

.align3{
	text-align: left;
}

span.marker{
	 background: linear-gradient(transparent 75%, #ffff00 25%);
}

span.marker2{
	 background: linear-gradient(transparent 75%, var(--secondcolor) 25%);
}

.txt-color1{
	color: var(--maincolor);
}

.txt-color2{
	color: var(--secondcolor);
}

.txt-color3{
	color: var(--thirdcolor);
}

.txt-color4{
	color: var(--fourthcolor);
}

.txt-bold{
	font-weight: 600;
}

.txt-60{
	font-size: 60%;
}

.txt-75{
	font-size: 75%;
}

.txt-110{
	font-size: 110%;
}

.txt-125{
	font-size: 125%;
}

.txt-150{
	font-size: 150%;
}

.txt-upper {
	text-transform: uppercase;
}

.txt-spacing-w1 {
	letter-spacing: .1rem;
}

.txt-wrap{
	margin: 1rem 0;
}

.img-border{
	border: 1px solid #e1e1e1;
}

.link-btn{
	margin: 1rem 0;
}

.link-btn a{
	display: block;
	border: 1px solid #e1e1e1;
	margin: 1rem 0;
	padding: 1rem;
}
/* CONTENTS */
section {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 4rem 0;
}

@media screen and (max-width: 1600px) {
section {
	padding: 2rem 0 !important;
	}
	
aside{
	padding: 0 .5rem;	
	}
}

.section_bg{
	background-color: var(--sectionbgcolor);
}

section .inner{
	max-width: 1280px;
	margin: 0 auto;
}

.bg-circle_h{
	position: relative;
	padding-top: 100%;
	height: 0;
	background-color: var(--maincolor);
	border-radius: 50%;
	box-shadow: 0px 0px 15px -5px #565656;
}


.bg-circle_h .circle_in-img{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.bg-circle_h .circle_in-img img{
	width: 100%;
	object-fit: contain;
	object-position: center;
}

.bg-circle_h .circle_in-ttl{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: clamp(1.15rem, 1.08rem + 0.35vw, 1.5rem); /* clamp(1.15rem, 1.13rem + 0.1vw, 1.25rem) 20241120 */
	font-weight: 600;
	line-height: 150%;
	color: #fff;
	text-shadow: 2px 3px 3px rgba(0, 0, 0,.35);
	text-align: center;
	z-index: 1;
}

.circle_in-txt{
	font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
	line-height: 200%;
	/*color: #000;*/
	/*letter-spacing: -.05rem;*/
	margin: 1rem 0 0;
}

@media screen and (max-width: 767px) {
/*.header_inner{
	flex-basis: 100%;
	}*/
	
h1 img{
	width: 75% !important;
	}
/*
.snav{
	flex-basis: 100%;
	}
*/	
h1.entry-title{
	font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem) !important;
	text-align: center !important;
	padding: 2rem 0;
	}

h1.entry-title span {
    display: inline-block;
    position: relative;
    padding: 0 .4em .2em;
    color: #000;
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem) !important;
	}

h1.entry-title span::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--secondcolor);
    content: '';
	}
	
header.item-header{
		margin: 2rem 0 0 !important
	}
/*
h3{
	/*margin: 1rem 0;
	padding-left: .5rem;
	border-left: 6px solid var(--secondcolor);
	line-height: 150%;*/
	/*padding: .5rem .5em .5rem 1rem !important;
    border-left: 7px solid var(--secondcolor) !important;
    background-color: #efefef;
    color: #000;
	}
	*/
.align1{
		text-align: left;
	}
}
/* -- .snav -- */
.snav {
	position: relative;
}

.snav_inner {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	justify-items:center;
	align-items: center;
	gap: 16px;
}

.snav i {
	font-size: 2rem;
	color: #fff;
	padding: 0;
}

/* MEMBER SHIP */
.snav .membership a{
	display: block;
}

.snav .membership i{
	cursor: pointer;
}
/* MEMBERSHIP OPEN */
.snav .membership ul {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 1rem .5rem;
	background-color: #fff;
	z-index: 2;
}

.snav .membership.On ul{
	display: block;
}

.snav .membership li{
	float: none;
	margin: 0 0 0 1rem;
	padding: .5rem 0;
}

.snav .membership li:first-child {
	border-bottom: 1px solid #ccc;
	margin: 0 0 .75rem 0;
}

.snav .membership li a:hover{
	text-decoration: none;
}
/* -- .incart-btn -- */
.incart-btn .total-quant {
	display: block;
	position: absolute;
	top: 25%;
	right: 0;
	transform: translate(50%,-50%);
	width: 27px;
	height: 27px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: var(--red);
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.incart-btn a {
	position: relative;
	color: #fff;
}

.incart-btn a:hover {
	text-decoration: none;
	opacity: .6;
}

.incart-btn span {
	display: none;
}

/* SEARCH BOX */
.snav .search-box i {
	cursor: pointer;
}

.search-box form {
	display: none;
}

.search-box.On form {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 1rem .5rem;
	background-color: #fff;
}

.search-box div.s-box {
	display: block;
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
}

.search-box input[type="text"] {
	width: 100%;
	border: none;
	outline: none;
}

.search-box .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	padding: .5rem .5rem .25rem 0;
	border-radius: 0;
	background: none;
	color: #ccc;
	font-family: FontAwesome;
	font-size: 1.25rem;
}

.search-box .searchsubmit:hover {
	background: none;
}

/* -- main-image -- */
.main-image {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.main-image img {
	width: 100vw;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	object-fit: cover;
	object-position: center;
}

@media screen and (max-width: 767px) {
.main-image img:not(.logo) {
	aspect-ratio: 1 / 1;
	}
}

.main-image_txt{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 1rem;
}

.main-image_txt img {
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,.6));
}

.main-image_txt .sub-txt{
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
	line-height: 200%;
	color: #fff;
	font-weight: normal !important;
	text-shadow: 3px 3px 3px rgba(0,0,0,.6);
	margin: 0 auto;
	padding: 2rem 0 0;
}

.main-image_txt .main-txt{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.main-image_txt .main-txt img.logo{
	display: block;
	width: auto;
	max-width: 320px;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
.main-image_txt .main-txt img.logo{
	width: 100%;
	max-width: 180px;
	height: auto;
	object-fit: contain;
	}
}
/**/
.grid-container{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: space-between;
	gap: 1rem;
	margin: 2rem 0 0 !important;
}

.txt-bold{
	font-weight: 600;
}

.txt-small{
	font-size: .875rem;
}

.txt-xsmall{
	font-size: .75rem;
}

/* -- clearfix -- */
#site-navigation ul.cf::before,
#site-navigation ul.cf::after {
	content: none;
}

header #site-navigation input#panel.on-off + div.nav-menu-open,
header #site-navigation input#panel.on-off:checked + div.nav-menu-open,
header #site-navigation input#panel.on-off + div.header-nav-container {
	background-color: transparent;
}

#site-navigation ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(6,1fr);
	gap: 4px;
	padding: 0;
	float: none;
	clear: both;
}

#site-navigation li {
	/*position: static;*/
	float: none;
	clear: both;
	border-right: none;
}

#site-navigation li a {
	color: #fff;
	line-height: 200%;
	text-align: center;
	margin: 0;
	padding: 0;
	border: none;
}

#site-navigation ul li:first-child {
	border-left: none;
}

#site-navigation li.current_page_item a,
#site-navigation li.current-menu-parent a {
	background-color: transparent;
	border-bottom: 3px solid var(--maincolor);
}

#site-navigation li.current-menu-item > a,
#site-navigation li.current-menu-ancestor > a {
	background-color: transparent;
	border-bottom: 3px solid var(--maincolor);
}

#site-navigation li a:hover {
	background-color: transparent;
	border-bottom: 3px solid var(--maincolor);
}

#site-navigation label span::before {
	content: "\f0c9";
	display: none;
}

header.item-header h1.item_page_title{
	font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem) !important;
	line-height: 1.5;
	/*font-weight: normal;*/
	margin: 0 0 .5rem !important;
}
/*
h2.item-name{
	font-size: 1.5rem;
	font-weight: normal;
	margin: 0 0 1rem !important;
	padding: .5rem 0 .75rem;
}
/*
h3{
	/*margin: 1rem 0;
	padding-left: .5rem;
	border-left: 6px solid var(--secondcolor);
	line-height: 150%;*/
	/*padding: .5rem .5em .5rem 1rem !important;
    border-left: 7px solid var(--secondcolor) !important;
    background-color: #efefef;
    color: #000;
	border-radius:0 6px 6px 0;
}
*/
h3.widget_title{
	border-bottom: 0 !important;
}

h3.widget_title img{
	display: none;
}

h4{
	margin-bottom: .5rem;
	padding: .25rem 1rem;
	background-color: #efefef;
	border-radius: 6px;
}

/* -- main -- */
#main {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 0;
}

@media screen and (max-width: 767px) {
#itempage{
	/*flex-direction: column;*/
	}
	
#img-box{
	width: 100%;
	}
	
.detail-box{
	width: 100%;
	}

.field .zaikostatus{
	width: 100% !important;
	padding: 0 0 .5rem;
	}
	
.grid-container{
	grid-template-columns: repeat(1, 1fr);
	}
}
/* ---- .tax_inc_block ---- */
.tax_inc_block{
	font-size: .75rem;
}

.tax_inc_block:not(em){
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.tax_inc_block{
	text-align: center !important;
}

.field .tax_inc_block{
	text-align: right !important;
}

/*.item-info .tax_inc_block em,
.widget_welcart_bestseller .tax_inc_block em{
	color: #000 !important;
}
*/
#nasct th {
	width: 25%;
	background-color: transparent;
}

@media screen and (max-width: 767px) {
	#nasct table,
	#nasct tr {
		border: none;
	}
		
	#nasct th,
	#nasct td {
		display: block;
		width: 100%;
		border: none;
	}
	
	#nasct th {
		background-color: #f1f1f1;
	}
}

/* ----　CONTACT FORM ---- */
#form{
	width: 100%;
	margin: 0 auto;
}

#form table{
	border-collapse: collapse;
	border-spacing: 0;
	border: none !important;
}

#form tr{
	border: none;
	padding: 0;
	box-sizing: 0;
	background-color: #efefef;
}

#form tr:nth-child(2n+1) {
    background-color: transparent;
}

#form th{
	width: 30%;
	font-weight: normal !important;
	vertical-align: top;
	background-color: transparent !important;
	border: none;
}

#form td{
	width: 70%;
	border: none;
}

.wpcf7 #form input[type="submit"]{
	width: 30%;
	display: block;
	margin: 1rem auto;
	padding: 1rem 0 !important;
	box-sizing: border-box !important;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #f33;
	border: none;
	border-radius: 2rem !important;
}

.wpcf7 #form input[type="submit"]:hover,
.wpcf7 #form input[type="button"]:hover{
	background-color: #000;
	transition: all 1s;
	-webkit-transition: all 1s;
}

.wpcf7-form-control{
	border-radius: .5rem !important;
}

#form .form-address td{
	display: block;
}

#form #your-name1,
#form #your-name2,
#form #your-furigana,
#form #your-furigana2{
	width: 30% !important;
}

#form #zip,
#form #pref,
#form #city{
	width: 30%;
}

#form #addr{
	width: 50%;
}

/* 必須マーク */
.must {
	background: #f33;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #fff;
	font-size: 12px;
	margin: 0 .5rem 0 0;
	padding: .25rem .5rem;
	box-sizing: border-box !important;
	border-radius: 1rem;
}

.wpcf7 .wpcf7-spinner{
	display: none !important; /* 送信ボタンの不要なマージン削除 */
}

input,textarea{
	padding: 1rem;
	box-sizing: border-box;
	border: solid 1px #ddd;
}

/* -- .type-grid -- */
/*.front-il.type-grid,*/
/*.cat-il.type-grid{
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
	align-content: flex-start;
	align-items: flex-start;
	margin-bottom: 1.42857em;
	letter-spacing: normal;
	gap: 1rem  !important;
}
*/

/*.front-il.type-grid article,*/
/*.cat-il.type-grid article{
	width: 23.5% !important;
	max-width: 23.5% !important;
	flex-grow: 1;
	margin-right: 0 !important;
	padding: 0 0 1rem;
}*/

.grid____columns .front-il {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 32px;
	margin: 0 auto;
	padding: 0;
}

@media screen and (max-width: 1023px) {
	.grid____columns .front-il {
			grid-template-columns: repeat(2,1fr);
			gap: 16px;
		}
	}

.front-il,
.cat-il {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(240px,1fr));
	gap: 16px;
	margin: 0 auto !important;
	padding: 0 !important;
}

@media screen and (max-width: 767px) {
	.front-il,
	.cat-il {
	grid-template-columns: repeat(2,1fr);
	}
}

.front-il article,
.cat-il article {
	display: block;
	width: 100%;
	margin-right: 0;
	padding: 0 0 2rem;
}

.front-il .itemimg,
.cat-il .itemimg {
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 15px;
}

.front-il .itemimg img,
.cat-il .itemimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.front-il .itemimg img:hover,
.cat-il .itemimg img:hover {
	opacity: 1;
	transform:scale(1.2,1.2);
}

.front-il .itemname,
.cat-il .itemname {
	max-height: auto;
	overflow: auto;
	padding: 1rem 0;
}

.front-il .itemprice,
.cat-il .itemprice {
	height: auto;
	font-size: 125%;
	text-align: left;
	letter-spacing: .05rem;
	margin: 0 0 1rem;
}

.front-il .itemprice em,
.cat-il .itemprice em {
	font-size: 60%;
}

.front-il .itemsoldout,
.cat-il .itemsoldout {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center !important;
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
	letter-spacing: .1rem;
	background-color: rgba(0,0,0,.5);
	border-radius: 15px;
	z-index: 5;
}

.front-il .itemsoldout .itemsoldout_inner,
.cat-il .itemsoldout .itemsoldout_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8rem;
	transform: translate(-50%,-50%);
	background-color: rgba(255,51,51,.5);
	margin: 0 auto;
	padding: .25rem .5rem;
}
/* FOOTER */
footer {
	padding: 1rem !important;
	background-color: var(--thirdcolor) !important;
}

footer a {
	font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
	color: #fff;
}

footer i {
	font-size: clamp(0.85rem, 0.795rem + 0.27vw, 1rem);
}

/* -- nav -- */
footer nav{
	padding: 1rem 0 !important;
}

footer nav ul{
	padding: 0 !important;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}

footer nav li {
	width: auto;
	margin: 0 !important;
	padding: 0 !important;
}

@media screen and (max-width: 767px) {
	footer nav li:nth-child(5),
	footer nav li:nth-child(6),
	footer nav li:nth-child(7) {
		width: 100%;
		text-align: center !important;
	}	
}

footer nav li a{
	display: block;
	padding: .5rem 1.5rem !important;
}

.copyright {
	padding: 1rem;
	text-align: center;
}
/* LAYOUT */
.flex-box{
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	gap: 1rem;
}

.flex-box_inner{
	width: 49% !important;
	margin: 0;
	padding: 0;
}

.flex-box_inner img{
	width: 100%;
	border-radius: 3%;
}

/* LAYOUT */
.flex-box_wrap{
	height: inherit;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	gap: 16px;
}

.flex-box_wrap .flex-box__inner{
	width: calc(100% / 2 - 16px);
}

.flex-box_wrap .flex-box___inner{
	width: calc(100% / 3 - 32px);
}

.flex-box_wrap .flex-box____inner{
	width: calc(100% / 4 - 48px);
}

.outside-left{
    flex: 1;
    margin-left: calc(50% - 50vw);
    margin-right: 2rem;
}

.outside-left img{
	border-radius: 0 20px 20px 0;
}

.outside-right{
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 2rem;
}

.outside-right img{
	border-radius: 20px 0 0 20px;
}

.txt_wrap{
	margin: 1rem 0 2rem;
}

.txt_wrap p{
	line-height: 200% !important;
}

.img_radius img{
	border-radius: 20px !important;
}

@media screen and (max-width: 767px) {
.flex-box_inner{
	width: 100% !important;
	}

.flex-box_wrap .flex-box__inner, 
	.flex-box_wrap .flex-box___inner{
	width: 100%;
	}
	
.flex-box_wrap .flex-box__inner figure img{
	width: 100%;
	}

.flex-box_wrap .flex-box____inner{
	width: calc(100% / 2 - 16px);
	}
/* FORM */
#form tr{
	border: none;
	padding: 0 !important;
	box-sizing: 0;
	background-color: transparent;
	}	
	
#form th{
	width: 100%;
	display: block;
	padding: .5rem !important;
	background-color: #efefef !important;
	}
	
#form td{
	width: 100%;
	display: block;
	padding: 1rem 0;
	}
	
.wpcf7 #form input[name="your-name"],
.wpcf7 #form input[name="your-name2"],
.wpcf7 #form input[name="your-furigana"],
.wpcf7 #form input[name="your-furigana2"]{
	display: inline-block;
	width: 30%;
	}
	
.wpcf7 #form input[name="zip"],
.wpcf7 #form input[name="pref"],
.wpcf7 #form input[name="city"]{
	display: block;
	width: 30%;
	}

.wpcf7 #form input[name="your-email"],
.wpcf7 #form input[name="your-tel"],
.wpcf7 #form input[name="your-message"]{
	display: inline-block;
	width: 90%;
	}
}

.item-description{
	margin: 2rem 0;
}

.item-description th{
	width: 30%;
}

.opacity{
	opacity: .3;
}

.item-description ul{
	margin: 0 !important;
	padding: 0 !important;
}

.item-description ul li.list_asterisk{
	content: '※';
	list-style: none !important;
	list-style-position: inside !important;
	font-size: 75%;
	text-indent: -.75rem;
	margin-left: .75rem;
}

/* */
.grid-container__list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: space-between;
	gap: 16px;
	margin: 2rem 0 0 !important;
}

.grid-container___list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/*justify-content: space-between;*/
	gap: 16px;
	margin: 2rem 0 0 !important;
}

.grid-container_list-cat{
	max-width: 1600px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px,1fr));
	margin: 2rem auto 0 !important;
}
.grid-container_list-cat img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
.grid-container__list{
	gap: 6px;
	margin: .5rem 0 0;
	}
	
	.grid-container_list-cat .itemimg img{
		width: 180px;
		height: 180px;
	}	
}

/* ----------------------
Page-top
---------------------- */
.page-top-button {
	position: fixed;
	z-index: 9000;
	right: 4.75rem; /* 2rem */
	bottom: 1.25rem;
	width: 4.25rem; /* 6.25 */
	height: 4.25rem; /* 6.25 */
	cursor: pointer;
	background: var(--maincolor);
	border-radius: 10px;
	transition: opacity 0.5s, display 0.5s;
	box-shadow: 3px 3px 10px rgba(0,0,0, 0.3);
}

.page-top-button::after {
    position: absolute;
    top: 44%;
    left: 53%;
    width: 15px;
    height: 15px;
    content: "";
    transform: rotate(-45deg) translate(-50%, -50%);
    border-top: 4px solid #FFF;
    border-right: 4px solid #FFF;
}

.page-top-button:hover {
	opacity: 0.8;
}

@media(max-width:767px) {
	.page-top-button {
		 right: .25rem;
	}

	.page-top-button::after {
		position: absolute;
		top: 45%;
		left: 55%;
		width: 10px;
		height: 10px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
	}
}

/* ----------------------
Animation
---------------------- */
.js-scroll-trigger {
	opacity: 0;
}

.fade-in.is-active {
	animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.fade-in2.is-active {
	animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	animation-delay: 0.3s;
}

.fade-in3.is-active {
	animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	animation-delay: 0.6s;
}

.fade-in4.is-active {
	animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	animation-delay: 0.9s;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

/* reCAPTCHA */	
.grecaptcha-badge {	
	margin-bottom: .75rem;	
}	

@media(max-width:767px) {	
	.grecaptcha-badge {	
	margin-bottom: 5rem;	
	}	
}	