/*
Theme Name: ouchiworld
Description: ouchiworld Theme
Author: Collne Inc
Template: welcart_basic
Version: 1.0.0
*/
@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap');

html{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 62.5%;
	font-weight: 400;
	letter-spacing: 0rem;
}
.sp_only{display: block!important;}
.pc_only{display: none!important;}
.hide{display: none!important;}
a:hover{opacity: 0.7;}
img{ max-block-size: unset;}
.btn{
	display: block;
	padding: 0 2rem;
	border-radius: 3rem;
	font-size: 2rem;
	line-height: 6rem;
	text-align: center;
	width: fit-content;
	margin: auto;
}
.more_btn{
	background: #9F6D42;
	color: #FFFFFF;
	width: 25rem;
	margin-top: 1.5rem;
}
h2{
	color: #9F6D42;
	font-weight: 600;
	font-size: 2rem;
	margin-bottom: 1.5rem;
}
article.opage{
	padding:10px;
	max-width: 800px;
	margin:0px auto;
}
article.opage p{
	font-size:1.6rem;
}
.page_btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	justify-content: space-around;
}
.page_prev a {
    font-size: 1.4rem;
    background-color: #9f6d42;
    color: #fff;
    padding: 10px;
    border-radius: 1rem;
    display: block;
    margin: 42px 0 10px 0;
}
.page_next a {
    font-size: 1.4rem;
    background-color: #9f6d42;
    color: #fff;
    padding: 10px;
    border-radius: 1rem;
    display: block;
    margin: 42px 0 10px 0;
}
input[type='checkbox']{
	display: none;
}
input[type=checkbox] + label,
input[type=radio] + label,
label[for=ord_exclude_cancel]{
	position: relative;
	display: inline-block;
	padding: 0 0 0 2.5rem;
	margin: 0 1.5rem 0 0;
	vertical-align: middle;
	width: fit-content;
	transition: 0.4s;
	cursor: pointer;
	font-size: 1.2rem!important;
}
input[type=checkbox] + label:after,
input[type=radio] + label:after,
label[for=ord_exclude_cancel]:after{
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	border: 1px solid #d1d0ce;
	background: #fff;
	content: '';
	margin-top: -8px;
	width: 17px;
	height: 17px;
}
input[type=radio] + label:after {
	border-radius: 50%;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before,
label[for=ord_exclude_cancel]:before{
	left: 0;
	top: 0;
	width: 17px;
	height: 11px;
	transform: rotate(-45deg);
	position: absolute;
	display: block;
	border-bottom: 2px solid #C70505;
	border-left: 2px solid #C70505;
	content: '';
	opacity: 0;
	z-index: 2;
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before,
label[for=ord_exclude_cancel].checked:before{
	opacity: 1;
}
input[type=radio]:disabled + label{
	color: #35353530;
	text-decoration: line-through;
}
textarea{
	width: 100%;
	max-width: 50rem;
}

/* 追記 */
.page_inner dl.otherpage {
    max-width: 500px;
    margin: 0px auto;
}
.otherpage dt {
    background-color: #f0e2d6;
    font-size: 1.4rem;
    padding: 1rem;
}
.otherpage dd {
    font-size: 1.4rem;
    padding: 1rem;
}
/* mail_form ------------------------------------------------------------- */
.mail_form_back {
  width: 80%;
  max-width: 60rem;
  margin: 0 auto 6rem;
  padding: 5rem 2rem 5rem 2rem;
  background-color: #a06f46;
  box-sizing: border-box;
  border-radius: 1rem;
}
.mail_form form {
  text-align: center;
}
.mail_form table {
  width: 90%;
  max-width: 32rem;
  margin: 0 auto 2rem;
}
.mailform tr {
  width: 32rem;
}
.mail_form th,
.mail_form td {
  font-size: 1.6rem;
  display: block;
  margin: 0 0 1rem 0;
}
.mail_form tr:last-child td {
  margin: 0;
}
.mail_form th {
  text-align: left;
  color: #fff;
}
.mail_form input {
  width: 100%;
  height: 3rem;
  box-sizing: border-box;
  border: none;
  border-radius: 0.4rem;
  background-color: #fff;
}
.mail_form textarea {
  width: 100%;
  height: 10rem;
  background-color: #fff;
  border-radius: 5px;
  border: none;
}
.mail_form .submit {
  width: 17rem;
  height: 4rem;
  line-height: 4rem;
  margin: 0 auto;
  font-size: 1.7rem;
  font-weight: 500;
  background-color: #fff;
  border-radius: 0.4rem;
}
.mail_form .submit input {
  color: #a06f46;
  font-weight: 600;
}

/* 共通　header */
header{
	padding: 0 1.2rem;
	width: 100%;
	height: 5.7rem;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	color: #FFFFFF;
	z-index: 100;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	font-size: 1.6rem;
}
main header,#secondary{display: none;}
#site_title{z-index: 100;}
#site_title a{
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
}
#site_title a span{
	font-size: 1.2rem;
	display: block;
	font-weight: 400;
}
.top_fix{
	display: block;
	position: fixed;
	bottom: 1.5rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30rem;
	z-index: 100;
}

/* 共通　header トグルメニュー */
header .top_fix{ display: none;}
#header_nav{ display: none;}
#toggle_btn{
	display: block;
	width: 1.7rem;
	height: 1.3rem;
	position: relative;
}
#toggle_btn span{
	display: block;
	width: 100%;
	height: 0.1rem;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	opacity: 1;
	transition: all 300ms 0s ease;
}
#toggle_btn span:first-child{ top: 0;}
#toggle_btn span:nth-child(2){ top: 0.6rem;}
#toggle_btn span:last-child{ bottom: 0;}
/* トグルメニュー active */
header.toggle_active::before{
	content: '';
	display: block;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}
header.toggle_active #toggle_btn span:first-child,
header.toggle_active #toggle_btn span:last-child{ top: 0.6rem;}
header.toggle_active #toggle_btn span:first-child{ transform: rotate(45deg);}
header.toggle_active #toggle_btn span:nth-child(2){ opacity: 0;}
header.toggle_active #toggle_btn span:last-child{ transform: rotate(-45deg);}
header.toggle_active #header_nav{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	position: fixed;
	top: 15%; right: 0; left: 0;
	margin: 0 auto;
	width: 50%;
	min-width: fit-content;
	height: fit-content;
}
header.toggle_active #header_nav ul{
	z-index: 1;
}
header.toggle_active #header_nav ul li{
	padding: 1rem;
}
header.toggle_active #header_nav ul li a{
	display: block;
	white-space: nowrap;
}
header.toggle_active #header_nav img{
	position: fixed;
	top: 40%;
	left: 0;
	width: 70%;
	max-width: fit-content;
	z-index: 0;
}
header.toggle_active .top_fix{ display: block;}


/* 共通　footer */
footer .about_world_wrap .footer_menu_title,
footer .footer_info dl dt{
	font-weight: 600;
	font-size: 1.9rem;
	line-height: 3.3rem;
	padding-bottom: 1.8rem;
	width: 100%;
}
footer .about_world_wrap{
	background: #F1E9E3;
	color: #9F6D42;
	padding: 4.5rem 3.5rem 5.5rem;
	font-size: 1.6rem;
}
footer .about_world_wrap>div{
	margin-bottom: 5rem;
}
footer .about_world_wrap>div:last-child{
	margin-bottom: 0;
}
#footer_nav{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	max-width: 30rem;
}
#footer_nav ul{
	width: fit-content;
	white-space: nowrap;
}
.footer_card p,
#footer_nav ul a,
.footer_address {
	line-height: 3.2rem;
}
.footer_card p{
	margin-bottom: 2.5rem;
}
.footer_address dl{
	display: flex;
	flex-flow: row nowrap;
}
.footer_address dt{
	width: 10rem;
}
.footer_address dd{
	width: calc(100% - 10rem);
}

footer .footer_info{
	background: #9F6D42;
	color: #FFFFFF;
	padding: 3.5rem;
}
footer .footer_info dl dd{
	font-size: 1.5rem;
	line-height: 2.5rem;
	padding-bottom: 2.5rem;
}
footer .copyright{
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 1rem 0 8rem;
}


/* 共通　mv */
#mv,
.filter_bg{
	background-image: url(img/mv_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	height: fit-content;
	z-index: 0;
}
#mv{
	background-image: url(img/mv_bg.jpg);
	height: 100vh;
	max-height: 21.5rem;
}
#mv::after,
.filter_bg::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: -1;
}
#mv h1{
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	height:fit-content;
	color: #FFFFFF;
	text-align: center;
	font-size: 2rem;
	padding-top: 5.7rem;
}
#mv h1 span{
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 3.6rem;
	letter-spacing: 0.2rem;
}


/* 共通　パンくず */



/* トップページ --------------------------------- */
#mv.mv_top{
	min-height: 50rem;
	max-height: unset;
}
#mv.mv_top::after{
	display: none;
}
#mv.mv_top h1 img{
	display: block;
	width: 70%;
	max-width: 41rem;
	margin: 0 auto 5rem;
}

#about_wrap{
	background-image: url(img/about_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#about_wrap #news{
	position: absolute;
	top: 2rem;
	left: 0; right: 0;
	margin: auto;
	width: calc(100% - 2.4rem);
	z-index: 2;
}
.news_wrap{
	background: rgba(255,255,255,0.7);
	margin: 0 auto;
	padding: 1rem;
	max-width: 71rem;
}
.news_wrap a{
	display: block;
	padding: 0.5rem 0.2rem;
}
.news_wrap li{
	border-bottom: 0.1rem solid #000000;
	margin-bottom: 1rem;
}
.news_wrap li dt{
	font-size: 1.4rem;
	margin-bottom: 0.4rem;
}
.news_wrap li dd{
	font-size: 1.5rem;
}
#about_wrap .about_text_wrap{
	padding: 0 1.2rem;
	max-width: 45rem;
	margin: -8rem auto;
}
#about_wrap .about_text_wrap h2{
	margin-bottom: 2rem;
}
#about_wrap .about_text_wrap p{
	font-size: 1.5rem;
	line-height: 2.4rem;
	margin-bottom: 2.4rem;
}
#about_wrap .about_text_wrap p:last-child{
	margin-bottom: 0;
}
#about_wrap .about img{
	max-width: unset;
	object-fit: cover;
	height: 65rem;
	width: 100%;
}
#about_wrap .about img.about_img01{
	object-position: left -40rem bottom 0;
}
#about_wrap .about img.about_img02{
	object-position: right -36rem bottom 0;
}
#about_wrap .about img.about_img03{
	height: 47rem;
	object-position: center;
	margin-bottom: -26rem;
}



#world_history h2,
#item_lineup h2,
#technology h2{
	margin-bottom: 3.2rem;
	text-align: center;
	height: 2.9rem;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-end;
}
#world_history h2 img,
#item_lineup h2 img,
#technology h2 img{
	display: block;
	height: 100%;
	width: auto;
	margin: 0 0.5rem;
}


#world_history{
	padding: 26rem 0 6.5rem;
	background: #F1E9E3;
}
#world_history .history_text_wrap>img{
	display: block;
	margin: 0 auto 3.2rem;
	width: 100%;
	max-width: 45.5rem;
}
#world_history .history_text_wrap{
	width: calc(100% - 2.4rem);
	font-size: 1.5rem;
	line-height: 2.6rem;
}
#world_history .history_text_wrap{
	max-width: 49rem;
	margin: 0 auto;
}
#world_history .history_text_wrap p{
	margin-bottom: 3rem;
}
#world_history .history_text_wrap table th{
	width: 6rem;
}
.kodawari_wrap{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin: 6.4rem auto 0;
	max-width: 60rem;
}
.kodawari_wrap li{
	display: block;
	width: calc(50vw - 2.4rem);
	height: calc(50vw - 2.4rem);
	min-width: 13rem;
	min-height: 13rem;
	max-width: 15rem;
	max-height: 15rem;
	margin: 0 1.2rem 0.4rem;
	background-image: url(img/kodawari_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
}
.kodawari_wrap li span{
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	display: block;
	width: fit-content;
	height: fit-content;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;
	color: #9F6D42;
}

#commitment{
	background-image: url(img/commitment_bg.jpg);
	padding: 5rem 0;
}
#commitment h2{
	width: 31rem;
	position: relative;
	margin: 0 auto 3.5rem;
}
#commitment h2 img{
	width: 100%;
	height: auto;
}
#commitment h2 span{
	position: absolute;
	top: auto; right: 0; bottom: 0; left: 0;
	margin: 0 auto;
	display: block;
	color: #FFFFFF;
	text-align: center;
	width: fit-content;
	height: fit-content;
	font-size: 1.8rem;
	line-height: 2.8rem;
}
#commitment>div{
	width: 100%;
	overflow: hidden;
}
#commitment_slick .slick-list li{
	width: 30rem;
	margin: 0 1.8rem;
	padding: 1.5rem;
	background: rgba(255,255,255,0.8);
	border-radius: 1.3rem;
}
#commitment_slick .slick-list li img{
	width: 100%;
	height: 21rem;
	object-fit: cover;
	margin-bottom: 1.8rem;
}
#commitment_slick .slick-list li h3{
	color: #9F6D42;
	font-weight: 600;
	font-size: 2rem;
	line-height: 3rem;
	margin-bottom: 1.5rem;
}
#commitment_slick .slick-list li p{
	font-size: 1.6rem;
	line-height: 2.8rem;
}

#commitment_slick.slick-dotted.slick-slider{
	margin-bottom: 5rem;
	position: relative;
}
#commitment_slick .slick-dots{
	bottom: -5rem;
}
#commitment_slick .slick-dots li button:before{
	color: #FFFFFF!important;
}

.slide-arrow{display: none!important;}



#concept,
#technology,
#technology2{
	padding: 4.8rem 0;
	margin: 0 auto;
	width: calc(100% - 2.4rem);
	max-width: 46rem;
}
#concept p,
#technology p,
#technology2 p{
	font-size: 1.5rem;
	line-height: 2.6rem;
	margin-bottom: 2.6rem;
}
#concept img{
	display: block;
	margin: 0 auto;
	width: 90%;
}


#technology{
	padding-bottom: 1.5rem;
	max-width: 75rem;
}
#technology p,
#technology2 p{
	margin-bottom: 0;
}
#technology2{
	padding-top: 0;
	padding-bottom: 8.5rem;
	max-width: 110rem;
}
#technology2 img{
	display: block;
	width: 100%;
	max-width: 54.8rem;
	margin: 0 auto;
}

#item_lineup{
	margin: 0 auto 8rem;
	max-width: 130rem;
}
.item_list{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	margin: 5.5rem auto 6rem;
}
.item_list li{
	width: calc(50% - 1.2rem);
	max-width: 35rem;
	margin-bottom: 4rem;
}
.item_list a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.item_list .balloon{
	position: absolute;
	right: 0.5rem;
	top: -4rem;
	display: block;
	width: 9rem;
	height: 9rem;
	background-image: url(img/balloon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 5;
}
.item_list .balloon span{
	display: block;
	text-align: center;
	line-height: 8.5rem;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
}
.item_list .item_img_wrap{
	width: 100%;
	height: 25vw;
	position: relative;
	z-index: -1;
	margin-bottom: 1.5rem;
}
.item_list .item_img_wrap span{
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: fit-content;
	background: #9F6D42;
	color: #FFFFFF;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 0.2rem 0.5rem;
	text-align: center;
}
.item_list .item_img_wrap img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item_list .thawing_time{
	display: block;
	width: fit-content;
	color: #9F6D42;
	border: 0.1rem solid #9F6D42;
	border-radius: 1.7rem;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 0.2rem 0.5rem;
	margin-bottom: 1.3rem;
}
.item_list .item_title{
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
}
.item_list .item_text{
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
}
.item_list .price_wrap{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: flex-end;
}
.sale_icon{
	background: #C70505;
	color: #FFFFFF;
	display: block;
	line-height: 3.4rem;
	padding: 0 1rem;
	font-size: 1.3rem;
	font-weight: 600;
	margin-right: 1rem;
	text-align: center;
}
.item_list .price_wrap .price{
	line-height: 3.4rem;
	font-size: 1.6rem;
	font-weight: 500;
}
.item_list .price_wrap .price span{
	font-size: 1.2rem;
}


#pickup_item{
	margin: 8rem auto;
	width: 100%;
	max-width: 116rem;
	overflow: hidden;
}
.pickup_slick .pickup_pc{display: none;}
.pickup_slick .pickup_sp{display: block;}
.pickup_slick li{
	width: calc(100vw - 2.4rem);
	max-width: 40rem;
	margin: 0 1rem;
}
.pickup_slick .slick-dots{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
.pickup_slick .slick-dots li{
	width: fit-content;
}
@media (min-width:400px) {
	.pickup_slick .pickup_pc{display: block;}
	.pickup_slick .pickup_sp{display: none;}
	.pickup_slick li{
		width: calc(100vw - 2.4rem);
		max-width: 116rem;
		margin: 0 1rem;
	}
}



/* パンくず */
.breadcrumbs,
.page_wrap .page_inner,
#primary.site-content,
.wp-pagenavi{
	width: calc(100% - 2.4rem);
	max-width: 1216px;
	margin: 0 auto;
}
.breadcrumbs{
	margin: 1.5rem auto;
}

/* ページャ */
.wp-pagenavi{
	text-align: center;
	margin: 5rem auto;
}


/* page */
.page_wrap,
#primary.site-content>#content{
	margin: 5rem auto 7rem;
	overflow: hidden;
}

/* 店舗情報 */
.store_list li{
	margin-bottom: 5rem;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.store_list li:last-child{
	margin-bottom: 0;
}
.store_list li>img{
	display: block;
	width: 50%;
	height: auto;
}
.store_list li>div{
	width: calc(50% - 2rem);
}
.store_list li>div p{
	font-size: 1.6rem;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 2rem;
}
.store_list li>div dt,
.store_list li>div dd{
	font-size: 1.2rem;
}
.store_list li>div dt{
	font-weight: 600;
	margin-bottom: 0.5em;
}
.store_list li>div dd{
	margin-bottom: 1em;
}


/* ウェルカート */
#primary.site-content input[type="submit"],
#primary.site-content input[type="button"]{
	cursor: pointer;
}
#primary.site-content input[type="submit"]:hover,
#primary.site-content input[type="button"]:hover{opacity: 0.7;}
h1.cart_page_title,
h1.member_page_title{
	font-size: 2rem;
	font-weight: 600;
	color: #9F6D42;
	text-align: center;
	margin-bottom: 5rem;
}
div.cart_navi{
	margin-bottom: 3rem;
}
div.cart_navi li.current,
div.cart_navi li.current:before,
div.cart_navi li.current:after{
	background-color: #9F6D42!important;
}
div.cart_navi ul{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	white-space: nowrap;
}
div.cart_navi li{
	min-width: fit-content;
}
@media (max-width:352px) {
	div.cart_navi li{
		padding: 0 1rem 0 1.2rem!important;
	}
	div.cart_navi li:first-child{
		padding-left: 0.5rem!important;
	}
}
@media (min-width:400px) {
	div.cart_navi li{
		width: 24%;
		/* padding: 0 1rem 0 1.2rem!important; */
	}
}
.error_message{
	color: #C70505;
	font-size: 1.6rem;
	font-weight: 600;
	width: 100%!important;
	max-width: fit-content;
	margin: 1rem auto;
}

/* ウェルカートボタン ------------------------- */
/* カートの中 */
#wc_cart #cart .upbutton input,
.use_point_button{ /*数量更新*/
	border: 0.1rem solid #C70505!important;
	color: #C70505!important;
	background: #FFFFFF!important;
}
.delButton{ /*削除*/
	color: #FFFFFF;
	background: #9F6D42!important;
	border-radius: 0.3rem;
}
/* ボタン共通 */
.continue_shopping_button,
#wc_customer .send input.to_reganddeliveryinfo_button,
.send input.to_customerinfo_button,
.send input.to_memberlogin_button,
.send input.to_deliveryinfo_button,
.send input.to_confirm_button,
.send input#purchase_button,
.back_cart_button,
.member_login_button,
.search-zipcode,
.back_to_customer_button,
.use_point_button,
.back_to_delivery_button,
.back_to_top_button,
.member-page .send input[type="button"],
.member-page .send input[type="submit"],
.item-info .skubutton{
	width: fit-content!important;
	padding: 1rem 3rem!important;
	border-radius: 0.3rem!important;
}
/* 茶ライン茶文字　ボタン*/
.continue_shopping_button,
#wc_customer .send input.to_reganddeliveryinfo_button,
.search-zipcode,
.member-page .send .deletemember{
	border: 0.1rem solid #9F6D42!important;
	background: #FFFFFF!important;
	color: #9F6D42!important;
}
.continue_shopping_button{
	display: inline-block;
}
/* 茶背景白文字　ボタン */
.send input.to_customerinfo_button,
.send input.to_memberlogin_button,
.send input.to_deliveryinfo_button,
.send input.to_confirm_button,
.send input#purchase_button,
.member-page .send .editmember,
.item-info .skubutton{
	border: 0.1rem solid #9F6D42!important;
	background: #9F6D42!important;
}
/* 赤背景白文字　ボタン */
.back_cart_button,
.member_login_button,
.back_to_customer_button,
.back_to_delivery_button,
.back_to_top_button,
.member-page .send .top{
	border: 0.1rem solid #C70505!important;
	background: #C70505!important;
	color: #FFFFFF!important;
}
.member_login_button{
	display: block;
	margin: 0 auto 1rem;
	width: 50%;
	text-align: center;
}
.back_to_top_button{
	display: block;
	margin: 0 auto;
}
/* ウェルカートボタン ここまで ------------------------- */


/* ウェルカート　お客様情報 */
.customer_form input[type="text"],
.customer_form input[type="password"],
.customer_form select,
#wc_login .loginbox input.loginmail,
#wc_login .loginbox input.loginpass,
#wc_member .loginbox input.loginmail,
#wc_member .loginbox input.loginpass,
textarea{
	border: 0.1rem solid #000000;
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
}
.customer_form input[type="password"],
.customer_form select{
	width: 100%!important;
	max-width: 30rem;
}
#customer-info h5{
	font-size: 1.2rem;
}
.customer_form th,
.customer_form td{
	font-size: 1.4rem!important;
}


/* ウェルカート　ログイン */
#wc_login .loginbox,
#wc_changepassword .loginbox,
#wc_lostmemberpassword .loginbox{
	max-width: 50rem;
}
#wc_login .loginbox .new-entry,
#wc_member .loginbox .new-entry{
	margin-top: 5rem!important;
}
#wc_login .loginbox .new-entry,
#wc_member .loginbox .new-entry{
	background: #F1E9E3!important;
}
#wc_login .loginbox .new-entry h2,
#wc_member .loginbox .new-entry h2{
	text-align: center;
}
#wc_login .loginbox .new-entry #nav a,
#wc_member .loginbox .new-entry #nav a{
	background: #C70505!important;
	border-radius: 0.3rem;
}


/* ウェルカート　マイページ */
.usce_period{
	position: relative;
}
.usce_period::after{
	content: "▼";
	position: absolute;
	right: 1rem;
	top: 0;
	bottom: 0;
	display: block;
	width: fit-content;
	height: fit-content;
	margin: auto 0;
	pointer-events: none;
}
.usce_period select{
	border: 0.1rem solid #000000;
	border-radius: 0.3rem;
	padding: 0.5rem 3rem 0.5rem 0.5rem;
	width: fit-content;
}


/* 商品ページ */
.detail-box h2.item-name{
	margin-bottom: 0;
	color: #000000;
}
.detail-box .item-description{
	font-size: 1.2rem;
	line-height: 1.5em;
}
.detail-box .item-description img{
	margin: 1.5em 0;
}
.item_detail_customfield{
	clear: both;
	padding: 5rem 0 0;
}
.item_detail_customfield>div{
	margin-bottom: 5rem;
	font-size: 1.4rem;
	line-height: 1.5em;
}
.item_detail_customfield>div:last-child{
	margin-bottom: 0;
}
.item_detail_customfield h3{
	margin-bottom: 2rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #9F6D42;
}
.item_detail_customfield>div>div{
	padding-left: 1em;
}
.item-info .field_price{
	display: block;
	float: unset;
	margin: 1rem 0!important;
}
.item-info .field_price .sale_icon{
	display: inline-block;

}
@media (min-width: 62.5em){
	#itempage #img-box {
		width: 40%!important;
	}
}





@media (min-width:768px) {
	.sp_only{display: none!important;}
	.pc_only{display: block!important;}
	h2 {
		font-size: 2.2rem;
		margin-bottom: 3.5rem;
	}

	/* 共通　header */
	header{
		height: 8rem;
	}
	#site_title a{
		font-size: 2rem;
	}
	#site_title a span{
		font-size: 1.4rem;
	}

	.top_fix{
		bottom: 2.5rem;
		right: 2.5rem;
		left: auto;
		margin: 0;
		width: 30rem;
	}

	/* 共通　header トグルメニュー */
	#toggle_btn{ display: none;}
	#header_nav{
		display: flex;
		flex-flow: row nowrap;
	}
	#header_nav img{display: none;}
	#header_nav ul{
		display: flex;
	}
	#header_nav ul li{
		padding-left: 1rem;
		font-size: 1.4rem;
	}
	#header_nav ul li.pc_none{ display: none;}

	/* 共通　footer */
	footer .about_world_wrap,
	footer .footer_info{
		padding: 4.5rem 5rem;
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
	}
	footer .about_world_wrap{
		flex-flow: row wrap;
		justify-content: space-around;
	}
	footer .about_world_wrap>div{
		margin: 0 2rem 5rem;
	}
	#footer_nav{
		display: flex;
		flex-flow: column nowrap;
	}
	footer .footer_info dl{
		width: 50%;
		max-width: 51rem;
	}
	footer .footer_info dl:first-child{ padding-right: 2.5rem;}
	footer .footer_info dl:last-child{ padding-left: 2.5rem;}
	footer .footer_info dl dd{
		padding-bottom: 0;
	}
	footer .copyright{
		padding: 2rem 0;
	}

	/* 共通　mv */
	#mv h1{
		font-size: 2.8rem;
		padding-top: 8rem;
	}
	#mv h1 span{
		font-size: 2.4rem;
		line-height: 4.5rem;
	}

	/* トップページ --------------------------------- */
	.news_wrap{
		padding: 4rem 5rem;
	}
	.news_wrap li dl{
		display: flex;
		flex-flow: row nowrap;
	}
	.news_wrap li dt{
		font-size: 1.4rem;
		margin-bottom: 0.4rem;
		width: 14rem;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}
	.news_wrap li dt span{
		display: inline-block;
		width: 6rem;
		text-align: center;
	}
	.news_wrap li dd{
		font-size: 1.5rem;
		width: calc(100% - 14rem);
		white-space: nowrap;
		overflow: hidden;
	}

	#about_wrap .about{
		padding-top: 30rem;
		padding-bottom: 10rem;
		position: relative;
	}
	#about_wrap .about .about_text_wrap{
		position: absolute;
		width: 50%;
		max-width: 45rem;
	}
	#about_wrap .about .about_text{
		top: 32rem;
		right: 0;
		margin: 0;
	}
	#about_wrap .about .kodawari_text{
		top: 100rem;
		left: 0;
		margin: 0;
	}
	#about_wrap .about_text_wrap p{
		font-size: 1.7rem;
		line-height: 3.7rem;
		margin-bottom: 1em;
	}
	#about_wrap .about img{
		width: 100%;
		height: 100vw;
		max-width: 90rem;
		max-height: 90rem;
		display: block;
	}
	#about_wrap .about img.about_img01{
		margin: -13rem auto 0 0;
		object-position: 100% 0;
	}
	#about_wrap .about img.about_img02{
		margin: -13rem 0 0 auto;
		object-position: 0% 0;
	}
	#about_wrap .about img.about_img03{
		max-width: 112rem;
		height: 74.5rem;
		position: absolute;
		bottom: -40rem;
		left: 0;
		right: 0;
		margin: 0 auto;
	}


	#world_history h2,
	#item_lineup h2,
	#technology h2{
		margin-bottom: 7rem;
		height: 4.5rem;
		align-items: center;
	}
	#world_history h2 img,
	#item_lineup h2 img,
	#technology h2 img{
		margin: 0 2rem;
	}
	
	
	#world_history{
		padding: 40rem 0 6.5rem;
	}
	#world_history .history_text_wrap{
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-evenly;
		align-items: flex-start;
		max-width: 110rem;
	}
	#world_history .history_text_wrap>img{
		margin: 0;
		width: calc(50% - 10rem);
	}
	#world_history .history_text_wrap>div{
		width: calc(50% - 10rem);
	}
	#world_history .history_text_wrap{
		font-size: 1.7rem;
		line-height: 3.7rem;
	}
	.kodawari_wrap{
		max-width: 110rem;
		justify-content: space-evenly;
	}
	.kodawari_wrap li{
		width: 22rem;
		height: 22rem;
		max-width: unset;
		max-height: unset;
	}
	.kodawari_wrap li span{
		font-size: 1.9rem;
		line-height: 3rem;
	}


	#concept,
	#technology{
		padding: 11rem 0 0;
	}
	#concept p,
	#technology p,
	#technology2 p{
		font-size: 1.7rem;
		line-height: 3.2rem;
		margin-bottom: 4rem;
	}

	#concept{
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-evenly;
		align-items: center;
		max-width: 110rem;
	}
	#concept>div{
		width: calc(50% - 7rem);
		padding-right: 7rem;
	}
	#concept img{
		width: 45%;
		max-width: unset;
		margin: 0;
	}
	#concept p{
		margin-bottom: 0;
	}

	#technology p{
		text-align: center;
	}
	#technology2{
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-evenly;
		align-items: center;
	}
	#technology2 img{
		width: 45%;
		max-width: unset;
		margin: 0;
	}
	#technology2>div{
		width: calc(50% - 7rem);
		padding-left: 7rem;
	}


	#item_lineup{
		padding: 0 0 10rem;
	}
	.item_list{
		margin: 7.5rem auto 6rem;
	}
	.item_list li{
		width: calc(100% / 3 - 1.2rem);
		margin-bottom: 7rem;
	}
	.item_list .item_img_wrap{
		height: 20vw;
	}


	/* パンくず */
	.breadcrumbs,
	.page_wrap .page_inner,
	#primary.site-content,
	.wp-pagenavi{
		width: calc(100% - 5rem);
	}
	.breadcrumbs,
	#primary.site-content{
		margin: 2rem auto;
		font-size: 1.4rem;
	}

	/* ページャ */
	.wp-pagenavi{
	}
	
	
	/* page */
	.page_wrap,
	#primary.site-content>#content{
		margin: 6.7rem auto 9rem;
	}

	/* 店舗情報 */
	.store_list li{
		margin-bottom: 11rem;
	}
	.store_list li>div{
		width: calc(50% - 4rem);
	}
	.store_list li>div p{
		font-size: 2.4rem;
	}
	.store_list li>div dl{
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.store_list li>div dt,
	.store_list li>div dd{
		font-size: 1.6rem;
	}
	.store_list li>div dt{
		width: 8rem;
		margin-bottom: 1em;
	}
	.store_list li>div dd{
		margin-bottom: 1em;
	}
}






@media (min-width:1024px) {
	/* 共通　header */
	header{
		padding: 0 2.5rem;
	}

	.top_fix{
		bottom: 4.5rem;
		right: 7.5rem;
	}


	/* 共通　header トグルメニュー */
	#header_nav ul li{
		padding-left: 3rem;
	}

	/* 共通　footer */
	footer .about_world_wrap{
		padding: 4.5rem 7.5rem;
		flex-flow: row nowrap;
		justify-content: center;
	}
	footer .about_world_wrap>div{
		margin: 0;
	}
	.footer_card{ padding: 0 13rem;}
	footer .footer_info{
		padding: 4.5rem 7.5rem;
	}
	footer .footer_info dl:first-child{ padding-right: 4.5rem;}
	footer .footer_info dl:last-child{ padding-left: 4.5rem;}

	/* トップページ --------------------------------- */

	#about_wrap .about .about_text{
		right: auto;
		left: calc(50% + 8rem);
		padding: 0;
		width: calc(50% - 10rem);
	}
	#about_wrap .about .kodawari_text{
		left: auto;
		right: calc(50% + 8rem);
		padding: 0;
		width: calc(50% - 10rem);
	}
	#about_wrap .about img.about_img02{
		margin: -20rem 0 0 auto;
	}

	#commitment{
		padding: 9.5rem 0 8.5rem;
	}
	#commitment h2{
		width: 53rem;
		margin-bottom: 6.5rem;
	}
	#commitment h2 span{
		font-size: 2.2rem;
		line-height: 4rem;
	}
	#commitment_slick .slick-list li{
		width: 77rem;
		margin: 0 4rem;
		padding: 2rem;
		display: flex;
		flex-flow: row nowrap;
	}
	#commitment_slick .slick-list li img {
		width: 38.8rem;
		height: 26.9rem;
		margin: 0 3rem 0 0;
	}
	#commitment_slick .slick-list li h3 {
		padding-top: 1rem;
		margin-bottom: 3rem;
	}
	#commitment_slick .slick-list li p{
		line-height: 3.3rem;
	}
	#commitment_slick.slick-dotted.slick-slider{
		margin-bottom: 0;
	}
	#commitment_slick .slick-dots{
		display: none!important;
	}
	#commitment_slick .slide-arrow{
		display: block!important;
		position: absolute;
		width: 2.6rem;
		height: 2.6rem;
		z-index: 50;
		top: 50%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		cursor: pointer;
	}
	#commitment_slick .slide-arrow.prev-arrow{
		background-image: url(img/arrow_left.png);
		right: calc(50% + 40rem);
	}
	#commitment_slick .slide-arrow.next-arrow{
		background-image: url(img/arrow_right.png);
		left: calc(50% + 40rem);
	}
	#commitment_slick .slide-arrow:hover{
		opacity: 0.7;
	}



	#item_lineup{
	}
	.item_list li{
		width: calc(100% / 3 - 2.4rem);
		max-width: 35rem;
	}
	.item_list .item_img_wrap{
		height: 21rem;
	}
	.item_list .item_img_wrap span{
		width: 15rem;
		line-height: 3.4rem;
		font-size: 1.6rem;
		padding: 0;
	}
	.item_list .thawing_time{
		width: 15rem;
		line-height: 3.4rem;
		font-size: 1.6rem;
		padding: 0 0 0 1.5rem;
	}
	.item_list .item_title{
		font-size: 2rem;
	}
	.item_list .item_text{
		font-size: 1.4rem;
	}
	.sale_icon{
		width: 10.5rem;
		padding: 0;
		font-size: 1.6rem;
		margin-right: 1.5rem;
		margin-bottom: 0.5rem;
	}
	.item_list .price_wrap .price{
		font-size: 3rem;
	}
	.item_list .price_wrap .price span{
		display: inline-block;
		font-size: 1.7rem;
		margin-left: 0.2rem;
	}
}






@media (min-width:1440px) {
	/* トップページ --------------------------------- */

	#about_wrap .about img.about_img01,
	#about_wrap .about img.about_img02{
		object-position: center;
    width: 80rem;
    height: 80rem;
	}
	#about_wrap .about img.about_img01{
		margin: -13rem calc(50% - 8rem) 0 auto;
	}
	#about_wrap .about img.about_img02{
		margin: -20rem auto 0 calc(50% - 8rem);
	}
}