@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Exa:wght@100..900&display=swap');

/*
Theme Name: azscene
Text Domain: azscene
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman rebuiled by m.yamagishi
Author URI: http://wtblue.jp/
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License */


:root{
	--white:#ffffff;
	--text:#333333;
	--gray:#666666;
	--lightgray:#707070;
	--palelightgray: #DCDCDC;
	--palegray:#B8B8B8;
	--bggray:#F8F8F8;
	--blue:#589ECE;
	--darkblue:#036EB8;
	--paleblue:#EAF1F6;
	--orange: #FF7700;
	--red: #F14D4D;
}

/* styles
-------------------------------------------------------------- */
body {
	padding: 0;
	margin: 0;
	background: var(--bggray);
	font-size: 16px;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Yu Gothic", "游ゴシック", Osaka, sans-serif;
    -webkit-text-size-adjust: 100%;
	color: var(--text);
}
body.en-US{
	font-family: Verdana,"Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Yu Gothic", "游ゴシック", Osaka, sans-serif;
	font-weight: normal;
}

/* typography
-------------------------------------------------------------- */
.title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: var(--text);
}
.title a {
	text-decoration: none;
}
.title a:hover {
	color: var(--blue);
}

.subtitle {
	color: var(--text);
	font-size: 38px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.1em;
}
.subtitle a {
	text-decoration: none;
	color: #404040;
}
.subtitle a:hover {
	color: #007998;
}
.archive-title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.archive-title span.en{
	font-weight: 600;
	font-size: 14px;
	color: var(--darkblue);
}
.archive-subtitle{
	font-size: 20px;
	font-weight: bold;
	border-left: 4px solid var(--darkblue);
	padding-left: 10px;
	line-height: 1;
	margin-bottom: 20px;
}
/* tablet + pc */
@media only screen and (min-width: 768px) {
.title {
	font-size: 40px;
}
.archive-title{
	font-size: 32px;
	margin-bottom: 40px;
}
.archive-title span.en{
	margin-left: 30px;
}
.archive-subtitle{
	font-size: 26px;
	padding-left: 16px;
	margin-bottom: 30px;
}
}
/* sp */
@media only screen and (max-width: 767px) {
.archive-title span.en{
	display: block;
}
}


.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}

.en{
	font-family: "Lexend Exa", sans-serif;
	font-optical-sizing: auto;
}


/* header
-------------------------------------------------------------- */
header.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9990;
	width: 100%;
	background: transparent;
	margin: 0 auto;
}
.header-def-container,
.header-scroll-container{
	border-bottom: 2px solid var(--darkblue);
	background-color: var(--white);
}
header.site-header .container{
	display: flex;
}
.bogo-language-switcher{
	display: flex;
}
.bogo-language-name{
	padding: 0 10px;
}
.bogo-language-switcher a,
.bogo-language-name{
	color: var(--palegray);
	font-weight: bold;
	line-height: .9;
}
.bogo-language-switcher .current{
	color: var(--blue);
}
.bogo-language-switcher .en-US{
	order: 2;
}
.bogo-language-switcher .ja{
	order: 1;
	border-right: 1px solid var(--text);
}

.navbar{
	width: 100%;
}
header.site-header nav ul {
	list-style: none;
	margin: 15px 0 0;
}
header.site-header nav ul li a {
	color: #888888;
	font-size: 15px;
	font-weight: bold;
	color: var(--text);
	padding: 0 15px;
	transition: .3s;
}
header.site-header nav .current-menu-item:not(.menu-item-10625):not(.menu-item-10626):not(.menu-item-15196) a{
	color: var(--darkblue);
}
header.site-header nav ul li a:hover {
	color: var(--darkblue);
}

/* tablet + pc */
@media only screen and (min-width: 1140px) {
	.navbar-toggler{
		display: none;
	}
.header-def-container,
.header-scroll-container {
	padding: 13px 0 23px;
}
.site-title{
	width: 200px;
}
.header-contents{
	width: calc(100% - 200px);
}
body.ja .site-description{
	font-size: 18px;
}
body.en-US .site-description{
	font-weight: normal;
	margin-right: 30px;
}
.header-contents_text{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
body.en-US .header-contents_text{
	justify-content: flex-end;
}
.header-favorite span,
.bogo-header > span{
	display: block;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
}
.header-favorite{
	margin: 0 30px 0 auto;
	text-align: center;
}
.header-favorite a:visited{
	color: var(--text);
}
.header-favorite:hover path{
	fill: var(--blue);
}
.header-favorite a:hover{
	color: var(--blue);
}
header.site-header nav::after {
	content: '';
	display: block;
	clear: both;
}
.menu-global-container {
	float: right;
}
header.site-header nav ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header.site-header nav ul li {
	margin: 2px 0 0 30px;
}
.menu-item-2212{
	display: none;
}
#menu-global-1 .menu-item-15196{
	order: 999;
}
header.site-header nav ul li.menu-item-15196 a,
#menu-item-6511 a,
#menu-global-1 li:last-child a{
	display: inline-block;
	min-width: 190px;
	border-radius: 999px;
	color: var(--white);
	text-align: center;
	padding: 5px 40px 7px 20px;
	background: var(--orange) url(img/header/orangebtn_icon.svg) no-repeat right 18px center;
	border: 1px solid var(--orange);
	background-size: 9px auto;
	transition: .3s;
}
header.site-header nav ul li.menu-item-15196 a:hover,
#menu-item-6511 a:hover{
	background: var(--white) url(img/header/orangebtn_icon_hover.svg) no-repeat right 18px center;
	background-size: 9px auto;
	color: var(--orange);
}

/* スクロールでメニュー入れ替え */
.header-def-container{
	opacity: 1;
	transition: .3s;
}
.header-scroll-container{
	position: absolute;
	top: -100%;
	transition: .3s;
	width: 100%;
}
header.scroll .header-def-container{
	opacity: 0;
}
header.scroll .header-scroll-container{
	top: 0px;
}
body:not(.ja) header.scroll .header-scroll-container .site-title{
	width: 150px;
}
body:not(.ja) header.scroll .header-scroll-container .container{
	align-items: center;
}
#menu-global-1{
	flex-wrap: wrap;
	margin: 0;
}
}

/* sp */
@media only screen and (max-width: 1139px) {
	.header-scroll-container{
		display: none;
	}
	header.site-header .container{
		justify-content: space-between;
		padding-right: 0;
	}
.site-title{
	width: 66px;
	z-index:60002;
	padding: 20px 0;
}
.header-contents{
	z-index:60001;
}
.site-description{
	display: none;
}
.header-contents_text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: calc(100vh - 68px);
	z-index:50001;
	background-color: var(--white);
	margin-top: 68px;
	transform: translateX(100%);
	transition: .3s;
}
.header-contents_text.open{
	transform: translateX(0%);
}
.header-favorite,
.bogo-header > span{
	display: none;
}
.bogo-header{
	padding: 20px 10px 0;
}
.bogo-language-switcher{
	justify-content: flex-end;
}
	.navbar{
	}
	.navbar-toggler {
		position: relative;
		z-index:60001;
        padding: 0;
		width:66px;
		height:66px;
		background-color: var(--darkblue);
		color: var(--white);
		padding: 17px 19px;
		appearance: none;
		border: none;
		transition: .3s;
		font-size: 9px;
		text-align: center;
		font-weight: bold;
		letter-spacing: 0;
	}
	.navbar-toggler-icon {
		width:28px;
		height:22px;
	}
	.navbar-toggler-icon span {
		display:block;
		height:2px;
		background-color:var(--white);
		padding:0;
		margin:0 0 8px;
	transition: .3s;
	}
	.navbar-toggler-icon:after {
		content:'';
		display:block;
		height:2px;
		background-color:var(--white);
		margin-bottom: 5px;
	}
	.navbar-toggler.open .navbar-toggler-icon span {
		width:34px;
		-webkit-transform: translateX(-3px) translateY(11px) rotate(225deg);
		transform: translateX(-3px) translateY(11px) rotate(225deg);
	}
	.navbar-toggler.open .navbar-toggler-icon span:nth-child(2) {
		opacity:0;
	}
	.navbar-toggler.open .navbar-toggler-icon:after {
		width:34px;
		-webkit-transform: translateX(-3px) translateY(-9px) rotate(-225deg);
		transform: translateX(-3px) translateY(-9px) rotate(-225deg);
	}
header.site-header nav ul#menu-global .menu-item:not(.menu-item-15196):not(#menu-item-6511) {
	border-bottom: 1px solid var(--palelightgray);
}
header.site-header nav ul#menu-global .menu-item:not(.menu-item-15196):not(#menu-item-6511) a{
	display: block;
	padding: 14px 20px;
	background: url(img/form/bluebtn_icon_hover.svg) no-repeat right 20px center;
}
	header.site-header nav ul li.menu-item-15196,
	#menu-item-6511{
		position: absolute;
		bottom: 40px;
		left: 20px;
	}
	header.site-header nav ul li.menu-item-15196 a,
	#menu-item-6511 a{
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(100vw - 40px);
		font-size: 20px;
		font-weight: bold;
		padding: 14px 40px 17px;
		transition: .3s;
	border-radius: 999px;
	color: var(--white);
	border: 1px solid var(--orange);
		background: var(--orange);
	}
	header.site-header nav ul li.menu-item-15196 a:after,
	#menu-item-6511 a:after{
		content: '';
		display: block;
		width: 15px;
		height: 20px;
		background: url(img/header/orangebtn_icon.svg) no-repeat center center;
		background-size: contain;
		margin: 2px 0 0 20px;
	}
}


/* footer
-------------------------------------------------------------- */
footer {
	padding: 27px 0 30px;
	background-color: var(--darkblue);
	color: var(--white);
}
footer li.menu-item a{
	color: var(--white);
	padding-right: 40px;
	margin-right: 40px;
}

/* tablet + pc */
@media only screen and (min-width: 768px) {
footer {
	padding: 27px 0 100px;
}
.site-info{
	display: flex;
	justify-content: space-between;
}
#menu-footer{
	display: flex;
}
}

/* sp */
@media only screen and (max-width: 767px) {
	#menu-footer{
		margin-bottom: 75px;
	}
footer li.menu-item{
	margin-bottom: 15px;
}
.copyright{
	text-align: right;
}
}

/* footer-contact */
.footer-contact{
	background-color: var(--paleblue);
	padding: 80px 0;
	text-align: center;
}
.footer-contact_title{
	font-size: 24px;
	margin-bottom: 40px;
}
.footer-contact_subtitle{
	margin-bottom: 40px;
}
.footer-contact_content{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.footer-contact_btn.orangeBtn{
	font-size: 25px;
	width: 341px;
}

/* tablet + pc */
@media only screen and (min-width: 768px) {
.footer-contact_title{
	font-size: 32px;
}
.footer-contact_subtitle{
	font-size: 20px;
}
.footer-contact_content{
	gap: 40px;
}
.footer-contact_btn.orangeBtn{
	margin: 0;
}
}

/* sp */
@media only screen and (max-width: 767px) {
.footer-contact_content{
	flex-direction: column;
	gap: 30px;
}
.footer-contact_tel{
	order: 2;
}
.footer-contact_btn{
	order: 1;
	width: 100%;
}
}


/* Posts/Articles
-------------------------------------------------------------- */
.container{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}
.containerS{
	max-width: 860px;
}
aside:not(#side-send):not(#side-products_tag){
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 40px;
}
aside:not(#side-products_tag){
	padding-bottom: 30px;
}

/* pc */
@media only screen and (min-width: 1280px) {
.container{
	padding: 0;
}
#side-products_tag{
	margin-top: 40px;
}
}

/* tablet + pc */
@media only screen and (min-width: 768px) {
.single .contents-inner{
	padding-top: 22px;
}
.archive .contents-inner{
	padding-top: 42px;
}
	.col2{
		display: flex;
	}
	.col2 .contents-inner{
	width: 75%;
	padding: 42px 50px 120px 50px;
	background-color: var(--bggray);
}
.sidebar{
	width: 25%;
	padding-top: 42px;
	padding-bottom: 120px;
}
aside{
	margin-right: 40px;
}
.section{
	padding: 120px 0;
}
}

/* tablet */
@media only screen and (min-width: 768px) and (max-width: 1279px) {
	.sidebar{
		padding-left: 20px;
	}
}
/* sp */
@media only screen and (max-width: 767px) {
aside{
	padding: 30px 20px;
}
	.col2 .contents-inner{
		padding-top: 20px;
		padding-bottom: 80px;
}
.section{
	padding: 80px 0;
}
}


/* page header */
.page-content{
	background-color: var(--white);
}
.page-header{
	background: url(img/fv_noimage.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 18px;
	text-align: center;
}
.page-header .title {
	font-size: 16px;
	color: var(--darkblue);
}
.page-header .catch{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
}
/* tablet + pc */
@media only screen and (min-width: 768px) {
.page-header{
	padding: 80px 0;
}
.page-header .title {
	font-size: 28px;
}
.page-header .catch{
	font-size: 40px;
}
}


/* pc・sp切り替え */
/* tablet + pc */
@media only screen and (min-width: 768px) {
	.sp{
		display: none !important;
	}
}
/* sp */
@media only screen and (max-width: 767px) {
	.pc{
		display: none !important;
	}
}


/* ぱんくず */
.breadcrumb,
.breadcrumb span span.current-item{
	font-size: 14px;
	font-weight: 500;
	color: var(--palegray);
	padding: 20px 0;
}
.single-products .breadcrumb,
.content-products .breadcrumb,
.single-products .breadcrumb span span.current-item,
.content-products .breadcrumb span span.current-item{
	font-weight: bold;
	padding: 0;
}
.single .breadcrumb{
	margin-bottom: 20px;
}
.breadcrumb a{
	color: var(--text);
}
.breadcrumb > span{
	color: var(--text);
}
.divider{
	margin:0 1em;
}
body.en-US .breadcrumb span.ja,
body.ja .breadcrumb span.en-US{
	display: none;
}


/* content */
article {
	background: transparent;
	padding: 0;
	margin-bottom: 30px;
}

/* tablet + pc */
@media only screen and (min-width: 768px) {
article {
	margin-bottom: 80px;
}
}

article .the-content a {
	color: var(--darkblue);
}
article .the-content p {
}
article .the-content img {
	max-width: 100%;
	height: auto;
}


/* tablet + pc */
@media only screen and (min-width: 1140px) {
#primary{
	padding-top: 126px;
}
}
/* sp */
@media only screen and (max-width: 1139px) {
#primary{
	padding-top: 68px;
}
}


/* Pagination */
#pagination {
	margin-bottom: 120px;
	clear: both;
}
.wp-pagenavi,
.nav-links{
	display: flex;
	justify-content: center;
	width: 100%;
}
#pagination a,
#pagination .current{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	margin: 0 3px;
	font-weight: bold;
}
#pagination span{
	display: inline-block;
	margin: 0 5px;
	line-height: 36px;
}
#pagination a {
	color: var(--text);
}
#pagination .current{
	color: var(--white);
	background-color: var(--darkblue);
}
#pagination .next,
#pagination .prev{
	width: 36px;
	height: 36px;
	border-radius: 18px;
	margin: 0 3px;
	border:1px solid var(--darkblue);
	margin: 0 5px;
}
#pagination .prev img{
	transform: rotate(180deg);
}
#pagination .extend:nth-child(n+5){
	display: none;
}


/* Misc & mixens
-------------------------------------------------------------- */
.clear:after{
	content: '';
	display: block;
	clear: both;
}
a[target="_blank"]{
	background: url(img/newwindow.svg) no-repeat right center;
	padding-right: 27px;
}

/* bg */
.bg-blue{
	background-color: var(--paleblue);
}
.bg-gray{
	background-color: var(--bggray);
}
.bg-white{
	background-color: var(--white);
}
article:has(.bg-blue:last-child),
article:has(.bg-gray:last-child),
article:has(.bg-white:last-child){
	padding-bottom: 0;
	margin-bottom: 0;
}

/* frame */
.frame{
	background-color: var(--white);
	border: 1px solid var(--palelightgray);
	padding: 40px 20px;
	margin: 0 auto;
	max-width: 906px;
}
/* tablet + pc */
@media only screen and (min-width: 768px) {
	.frame{
	padding: 60px 100px;
	}
}
/* sp */
@media only screen and (max-width: 767px) {
	.frame{
		margin: 0 20px;
	}
	.frame.container{
		width: calc(100% - 40px);
	}
}
/* slick */
.slick{
	width: 100%;
}
.slick img{
	max-width: 100vw;
}


/* form */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
select,
textarea{
    -webkit-appearance: none;
	appearance: none;
	border: 1px solid var(--darkblue);
	width: 100%;
	padding: 10px;
	background-color: var(--white);
	border-radius: 3px;
}
/* 数値の入力欄にスピナーを常時表示する */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder,
select{
	font-size: 14px;
}
input.w60{
	width: 60px;
}
input.w80{
	width: 80px;
}
select{
	padding-right: 30px;
}
.content-product-sort,
.content-home-sort,
.contact-select{
	position: relative;
}
.content-product-sort:after{
	content: '';
	display: block;
	width: 10px;
	height: 6px;
	border: 5px solid var(--darkblue);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: none;
	position: absolute;
	right: 16px;
	top: calc(50% - 3px);
	box-sizing: border-box;
	pointer-events: none;
}
.content-home-sort:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 48px;
	height: 48px;
	background: url(img/form/search_dropdownbtn.svg) no-repeat;
	box-sizing: border-box;
	pointer-events: none;
}
.contact-select:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 44px;
	height: 44px;
	background: url(img/arrow_right.svg) no-repeat center center;
	box-sizing: border-box;
	transform: rotate(90deg);
	pointer-events: none;
}
.content-home-sort.disabled option{
	color: var(--palegray);
}
.content-home-sort.disabled:after{
	background: url(img/form/search_dropdownbtn_grayout.svg) no-repeat;
}

textarea.lightgray,
input[type="text"].lightgray{
	border: 1px solid var(--lightgray);
	padding: 10px;
}
input[type="checkbox"]{
	display: none;
}
input[type="number"] {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}
label.check-box,
span.check-box label{
	background: url(img/form/checkbox.svg) no-repeat left center;
	background-size: contain;
	padding-left: 30px;
}
label.check-box:has(input:checked),
span.check-box label:has(input:checked){
	background: url(img/form/checkbox_click.svg) no-repeat left center;
}

/* sp */
@media only screen and (max-width: 767px) {
}

.input-text-s,
input[type="text"].input-text-s,
input[type="number"].input-text-s{
	width: 110px;
	max-width: 100%;
}
.input-text-m,
input[type="text"].input-text-m,
input[type="number"].input-text-m{
	width: 222px;
	max-width: 100%;
}
/* sp */
@media only screen and (max-width: 767px) {
	.input-text-m,
	input[type="text"].input-text-m,
	input[type="number"].input-text-m{
		width: calc(100% - 63px);
	}
}

.required{
	display: inline-block;
	padding: 5px 5px 6px 8px;
	background-color: var(--red);
	border-radius: 3px;
	color: var(--white);
	font-size: 14px;
	line-height: 1;
	letter-spacing: .2em;
	margin-left: 7px;
}
.optional{
	display: inline-block;
	padding: 5px 5px 6px 8px;
	background-color: var(--blue);
	border-radius: 3px;
	color: var(--white);
	font-size: 14px;
	line-height: 1;
	letter-spacing: .2em;
	margin-left: 7px;
}


/* btn */
.btn-submit{
	margin-top: 30px;
	background: var(--blue);
	border: 2px solid var(--blue);
	border-radius: 24px;
	padding: 2px 26px 4px;
	color: var(--white);
	font-weight: bold;
	transition: .3s;
}
body.ja .btn-submit{
	letter-spacing: 1em;
	padding: 2px calc(26px - 1em) 4px 26px;
}
input[type="reset"].btn-submit{
	background: var(--palegray);
	letter-spacing: 0;
	margin-left: 20px;
	padding: 2px 26px 4px;
}
.btn-submit-l{
	width: 100%;
	margin-top: 30px;
	background: var(--blue);
	border: 2px solid var(--blue);
	border-radius: 37px;
	line-height: 56px;
	padding: 0 26px;
	color: var(--white);
	font-weight: bold;
	transition: .3s;
}
body.ja .btn-submit-l{
	letter-spacing: 2em;
	padding: 0 calc(26px - 2em) 0 26px;
}
input[type="reset"].btn-submit,
input[type="reset"].btn-submit-l{
	background: var(--palegray);
	border: 2px solid var(--palegray);
	letter-spacing: 0;
	padding-right: 26px;
}
.btn-submit-img{
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}
.btn-submit:hover,
.btn-submit-l:hover{
	cursor:pointer;
	background-color: var(--white);
	color: var(--blue);
}
.btn-submit-img:hover{
	cursor:pointer;
}
input[type="reset"].btn-submit:hover,
input[type="reset"].btn-submit-l:hover{
	background-color: var(--white);
	color: var(--palegray);
}

.btn,
article .the-content a.btn,
body.single-post .the-content .singleBtn a{
	display: flex;
	gap: 25px;
	width: 340px;
	max-width: 100%;
	justify-content: center;
	align-items: center;
	background-color: var(--blue);
	border: 1px solid var(--blue);
	border-radius: 999px;
	color: var(--white);
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 40px;
	line-height: 48px;
	margin-right: auto;
	margin-left: auto;
	transition: .3s;
}
.singleBtn{
	margin-top: 40px;
}
.btn:hover,
article .the-content a.btn:hover,
body.single-post .the-content .singleBtn a:hover{
	background-color: var(--white);
	color: var(--blue);
	cursor:pointer;
}
.btn:after,
article .the-content a.btn:after,
body.single-post .the-content .singleBtn a:after,
.btn_outer2:after{
	content: '';
	display: block;
	width: 12px;
	height: 20px;
	background: url(img/form/bluebtn_icon.svg) no-repeat center center;
	background-size: contain;
	margin-top: 2px;
}
.btn:hover:after,
article .the-content a.btn:hover:after,
body.single-post .the-content .singleBtn a:hover:after,
.btn_outer2:hover:after{
	background: url(img/form/bluebtn_icon_hover.svg) no-repeat center center;
	background-size: contain;
}
.darkblueBtn,
article .the-content a.darkblueBtn{
	padding: 0 28px ;
	background: var(--darkblue);
	border: 2px solid var(--darkblue);
	font-size: 25px;
	width: 341px;
	max-width: 100%;
}
.darkblueBtn:hover{
	color: var(--darkblue);
}
.orangeBtn,
article .the-content a.orangeBtn{
	padding: 0 28px;
	background: var(--orange);
	border: 2px solid #FF7700;
	font-size: 20px;
}
.orangeBtn:hover,
article .the-content a.orangeBtn:hover{
	color: #FF7700;
}
.orangeBtn:after,
article .the-content a.orangeBtn:after,
.btn_outer:after{
	content: '';
	display: block;
	width: 15px;
	height: 20px;
	background: var(--orange) url(img/header/orangebtn_icon.svg) no-repeat center center;
	background-size: contain;
	margin-top: 2px;
}
.orangeBtn:hover:after,
article .the-content a.orangeBtn:hover:after,
.btn_outer:hover:after{
	background: url(img/header/orangebtn_icon_hover.svg) no-repeat center center;
	background-size: contain;
}

.form-btn{
	text-align: center;
}
.btn_outer,
.btn_outer2{
	display: inline-block;
	position: relative;
	margin: 0 10px;
}
.btn_outer:after{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-60%);
}
.btn_outer2:after{
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-60%) rotate(180deg);
}
.btn_outer .orangeBtn{
	margin: 0;
}
.wpcf7-spinner{
	position: absolute;
	top: 0;
}

/* tablet + pc */
@media only screen and (min-width: 768px) {
.btn,
article .the-content a.btn,
body.single-post .the-content .singleBtn a{
	padding: 0 40px;
	line-height: 60px;
}
.singleBtn{
	margin-top: 60px;
}
}

/* sp */
@media only screen and (max-width: 767px) {
.btn,
article .the-content a.btn,
article .the-content a.singleBtn{
	padding: 0 28px 0 18px;
}
.darkblueBtn{
	padding: 0 28px;
	font-size: 16px;
}
.darkblueBtn::after{
	content: none;
}
.orangeBtn,
article .the-content a.orangeBtn{
	padding: 0 28px 0 18px;
}
}


/* arrow */
.arrow{
	background: url(img/arrow-blue.svg) no-repeat right 5px center;
	padding-right: 30px;
	color: var(--text) !important;
	transition: .3s;
}
.arrow:hover{
	background: url(img/arrow-blue.svg) no-repeat right center;
	color: var(--blue) !important;
}
.arrow + .arrow{
	margin-left: 58px;
}


/* table */
h2.tablepress-table-name{/* page共通 */
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 40px;
	padding-bottom: 5px;
	border-bottom: 2px dotted var(--darkblue);
}
* + h2.tablepress-table-name{
	margin-top: 80px;
}
.the-content .tablepress > :where(thead) + tbody > :where(:not(.child)) > *,
.the-content .tablepress > tbody > * ~ :where(:not(.child)) > *,
.the-content .tablepress > tfoot > :where(:first-child) > *{
	border-top: 2px dotted var(--blue);
}
.the-content .tablepress > :not(caption) > * > *{
	padding: 20px 0;
	font-weight: 500;
}
.the-content .tablepress a{
	background-color: var(--blue);
	color: var(--white);
	padding: 1px 10px;
	margin: 10px 0;
	border-radius: 3px;
	display: inline-block;
}
/* tablet + pc */
@media only screen and (min-width: 768px) {
h2.tablepress-table-name{/* page共通 */
	font-size: 32px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 4px dotted var(--darkblue);
}
.the-content .tablepress .column-1{
	width: 220px;
	padding-right: 40px;
	font-weight: bold;
}
}
/* sp */
@media only screen and (max-width: 767px) {
	.tablepress{
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
		border-collapse: collapse;
		table-layout: fixed;
	}
.the-content .tablepress th,
.the-content .tablepress td {
    display: block; /* セルをブロック要素に指定 */
    width: 100%; /* セルを親要素いっぱいの幅に指定 */
    padding: 2.5px;
}
.the-content .tablepress .column-1{
	padding-top: 20px;
	font-weight: bold;
}
.the-content .tablepress .column-2{
	padding-bottom: 20px;
	font-weight: 500;
}
.the-content .tablepress > tbody > * ~ :where(:not(.child)) > .column-2{
	border: none;
}
}


/* figure */
:where(.wp-block-columns.is-layout-flex){
	gap: 40px;
}
.wp-block-image figcaption{
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}


/* rentalbanner */
.page .rentalbanner{
	max-width: 810px;
	margin: 0 auto;
	padding-bottom: 120px;
}




/* Page
-------------------------------------------------------------- */
.page article {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 80px;
}
.wp-block-group.bg-gray .wp-block-group__inner-container{
	max-width: 1280px;
	margin: 0 auto;
}
.wp-block-cover{
	max-width: 1280px;
	margin: 0 auto;
}
.wp-block-columns + .wp-block-columns,
.pageB-the-content > .wp-block-columns + .wp-block-columns:not(.bg-gray){
	margin-top: 20px;
}
/* tablet + pc */
@media only screen and (min-width: 768px) {
.wp-block-columns + .wp-block-columns,
.pageB-the-content > .wp-block-columns + .wp-block-columns:not(.bg-gray){
	margin-top: 40px;
}
}


/* pageA */
.wp-block-group.bg-gray{
	padding: 80px 0;
}
*:not(.image-frame) + .wp-block-group.bg-gray{
	margin-top: 60px;
}

.pageA-the-content h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}
.pageA-the-content h3{
	font-size: 20px;
	font-weight: bold;
	border-left: 4px solid var(--darkblue);
	padding-left: 8px;
	margin-bottom: 20px;
}
.pageA-the-content h4{
	font-size: 20px;
	font-weight: bold;
}
.pageA-the-content p{
	font-weight: bold;
	margin-bottom: 60px;
}

.pageA-the-content .wp-block-cover .wp-block-cover__inner-container *:first-child{
	font-size: 30px !important;
	font-weight: bold;
	margin-bottom: 60px;
}
.pageA-the-content .wp-block-cover .wp-block-cover__inner-container *:nth-child(2){
	font-size: 18px;
	text-decoration: underline;
	font-weight: bold;
}
.pageA-the-content .wp-block-cover .wp-block-cover__inner-container *:nth-child(3){
	font-size: 100px;
	font-weight: bold;
}
.pageA-the-content .wp-block-cover .wp-block-cover__inner-container *:nth-child(4){
	font-size: 24px;
	font-weight: bold;
}
.pageA-the-content .wp-block-cover .wp-block-cover__inner-container p{
	margin: 0;
}

.pageA-the-content .wp-block-cover + p{
	margin: 40px 20px 60px;
}
	.pageA-col3{
		margin-bottom: 40px;
	}
.pageA-col3 figure{
	width: 240px;
	margin: 0 auto;
}
.pageA-col3 figure + *{
	margin-top: 30px;
}
.pageA-col2{
	gap: 40px;
	margin-bottom: 40px;
}
.pageA-the-content .pageA-col2 p{
	font-size: 16px;
}

.pageA-the-content .wp-block-cover-image.has-parallax, 
.pageA-the-content .wp-block-cover.has-parallax, 
.pageA-the-content .wp-block-cover__image-background.has-parallax, 
.pageA-the-content video.wp-block-cover__video-background.has-parallax{
	background-size: auto 100%;
}

/* tablet + pc */
@media only screen and (min-width: 768px) {
.wp-block-group.bg-gray{
	padding: 120px 0;
}
*:not(.image-frame)* + .wp-block-group.bg-gray{
	margin-top: 120px;
}

.pageA-the-content h2{
	font-size: 38px;
	margin-bottom: 40px;
}
.pageA-the-content h3{
	font-size: 32px;
	border-left: 4px solid var(--darkblue);
	padding-left: 15px;
	margin-bottom: 40px;
}
.pageA-the-content h4{
	font-size: 26px;
}
.pageA-the-content p{
	font-size: 20px;
	margin-bottom: 60px;
}

.pageA-the-content .wp-block-cover.is-position-center-left .wp-block-cover__inner-container{
	width: 34% !important;
	margin-left: 11.7% !important;
	padding: 180px 0;
}
.pageA-the-content .wp-block-cover.is-position-center-right .wp-block-cover__inner-container{
	width: 34% !important;
	margin-right: 11.7% !important;
	padding: 180px 0;
}

.pageA-the-content .wp-block-cover .wp-block-cover__inner-container *:first-child{
	font-size: 54px !important;
}
.pageA-the-content .wp-block-cover .wp-block-cover__inner-container *:nth-child(2){
	font-size: 20px;
}
.pageA-the-content .wp-block-cover .wp-block-cover__inner-container *:nth-child(3){
	font-size: 123px;
}
.pageA-the-content .wp-block-cover .wp-block-cover__inner-container *:nth-child(4){
	font-size: 26px;
}

.pageA-the-content .wp-block-cover + p{
	margin: 40px auto 80px;
}

.pageA-col3{
	gap: 7%;
	margin: 0 7% 100px;
}
.pageA-col2{
	gap: 60px;
	margin-bottom: 60px;
}
}
/* sp */
@media only screen and (max-width: 767px) {
	.pageA-the-content .wp-block-cover{
		height: 440px;
	}
.pageA-the-content .wp-block-cover.is-position-center-left .wp-block-cover__image-background,
.pageA-the-content .wp-block-cover.is-position-center-right .wp-block-cover__image-background{
	padding: 40px 0;
}
.pageA-the-content .wp-block-cover.is-position-center-left .wp-block-cover__image-background{
	background-position: 10% 50% !important;
}
.pageA-the-content .wp-block-cover.is-position-center-right .wp-block-cover__image-background{
	background-position: 100% 50% !important;
}
.pageA-the-content .wp-block-cover-image.has-parallax, .pageA-the-content .wp-block-cover.has-parallax, .pageA-the-content .wp-block-cover__image-background.has-parallax, .pageA-the-content video.wp-block-cover__video-background.has-parallax{
	background-size: auto 75%;
}
	.pageA-the-content .wp-block-cover .wp-block-cover__inner-container{
		margin: 0 auto !important;
	}
	.pageA-the-content .wp-block-cover .wp-block-cover__inner-container *:first-child{
		font-size: 26px !important;
		margin-bottom: 40px;
	}
	.pageA-the-content .wp-block-cover .wp-block-cover__inner-container *:nth-child(3){
		font-size: 90px;
	}
	.pageA-the-content .wp-block-cover .wp-block-cover__inner-container *:nth-child(2) {
		font-size: 16px;
	}
	.pageA-the-content p{
		margin-left: 20px;
		margin-right: 20px;
	}
.pageA-the-content .pageA-col2 h3{
	margin-right: 20px;
	margin-left: 20px;
}
.pageA-col2_right .wp-block-column:first-child{
	order: 2;
}
.pageA-col2_right .wp-block-column:last-child{
	order: 1;
}
}


/* pageB,single共通 */
.pageB-the-content > *:not(.bg-gray),
.pageB-the-content .bg-gray .wp-block-group__inner-container{
	max-width: 860px;
}
.pageB-the-content .bg-gray .wp-block-group__inner-container{
	padding: 120px 0;
}

body.single-post .the-content > *:last-child{
	padding-bottom: 100px;
}

.pageB-the-content h2.wp-block-heading,
body.single-post h2.single-title{
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 2px dotted var(--darkblue);
}
.pageB-the-content h3,
body.single-post .the-content h3{
	font-size: 20px;
	color: var(--blue);
	margin-bottom: 30px;
}
body.single-post .the-content h3{
	color: var(--blue);
}
.pageB-the-content * + h3,
body.single-post .the-content * + h3{
	margin-top: 30px;
}
.pageB-the-content h4,
body.single-post .the-content h4{
	font-size: 18px;
	border-top: 1px solid var(--blue);
	border-bottom: 1px solid var(--blue);
	margin-bottom: 10px;
}
.pageB-the-content p,
body.single-post .the-content p{
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 2em;
}
body.single-post .the-content p{
	font-weight: 500;
	margin-bottom: 1.5em;
}
.pageB-the-content p:last-child{
	margin-bottom: 0;
}
.pageB-the-content p + figure{
	margin-top: 80px;
}
.page-content .pageB-the-content ul,
.page-content .pageB-the-content ol{
	margin-bottom: 30px;
}
body.single-post .the-content > ul,
body.single-post .the-content > ol{
	margin-bottom: 30px;
}
.page-content .pageB-the-content ul.bg-gray,
.page-content .pageB-the-content ol.bg-gray,
.pageB-the-content > .bg-gray:first-child:not(figure):not(.wp-block-group),
body.single-post .the-content > .bg-gray{
	padding: 30px;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.page-content .pageB-the-content ul.bg-gray li:first-child,
.page-content .pageB-the-content ol.bg-gray li:first-child,
body.single-post ul.bg-gray li:first-child,
body.single-post ol.bg-gray li:first-child{
	margin-top: 0;
}
.pageB-the-content ul li,
.pageB-the-content ol ul li,
body.single-post .the-content ul li,
body.single-post .the-content ol ul li{
	position: relative;
	padding-left: 25px;
	font-weight: 500;
	margin-top: 20px;
	list-style: none;
}
.pageB-the-content ul li::before,
.pageB-the-content ol ul li::before,
body.single-post .the-content ul li::before,
body.single-post .the-content ol ul li::before{
	content: '';
	position: absolute;
	left: 4px;
	top: 10px;
	display: block;
	width: 7px;
	height: 7px;
	background-color: var(--darkblue);
	border-radius: 3.5px;
}
.pageB-the-content ol li,
body.single-post .the-content ol li{
	position: relative;
	margin-left: 25px;
	padding-left: 0;
	list-style: decimal;
	font-weight: 500;
	margin-top: 20px;
}
.pageB-the-content ol li ol li,
body.single-post .the-content ol li ol li{
	list-style-type: lower-roman;
}
.pageB-the-content ol li::before,
.pageB-the-content ul ol li::before,
body.single-post .the-content ol li::before,
body.single-post .the-content ul ol li::before{
	content: none;
}
.pageB-the-content ol li::marker,
body.single-post .the-content ol li::marker{
	color: var(--darkblue);
}
.page-content .pageB-the-content .wp-block-columns:has(.btn),
.page-content .pageB-the-content p:has(.btn){
	margin-top: 60px;
}

body.single-post .the-content > .wp-block-image,
body.single-post .the-content > .wp-block-columns{
	margin: 30px auto;
}
body.single-post article .the-content a{
	text-decoration: underline;
}

/* tablet + pc */
@media only screen and (min-width: 768px) {
.pageB-the-content > *:not(.bg-gray),
.pageB-the-content .bg-gray .wp-block-group__inner-container{
	margin: 0 auto;
}
.pageB-the-content > *:first-child:not(figure):not(.bg-gray):not(.wp-block-group){
	padding-top: 120px;
}
.page-content .pageB-the-content h2.wp-block-heading,
body.single-post h2.single-title{
	font-size: 32px;
	margin: 80px auto 40px;
	padding-bottom: 10px;
	border-bottom: 4px dotted var(--darkblue);
}
.page-content .pageB-the-content h3,
body.single-post .the-content h3{
	font-size: 26px;
	margin-bottom: 20px;
}
.page-content .pageB-the-content h4,
body.single-post .the-content h4{
	font-size: 22px;
	margin-bottom: 20px;
}
.page-content .pageB-the-content p:not(:last-child){
	line-height: 2;
	margin-bottom: 40px;
}
body.single-post .the-content > ul,
body.single-post .the-content > ol{
	margin-bottom: 40px;
}
body.single-post .the-content > .wp-block-image,
body.single-post .the-content > .wp-block-columns{
	margin: 40px auto;
}
}
/* tablet + sp */
@media only screen and (max-width: 860px) {
.pageB-the-content > *:not(.bg-gray){
	margin-left: 20px;
	margin-right: 20px;
}
.pageB-the-content > *:first-child:not(figure):not(.bg-gray):not(.wp-block-group){
	margin-top: 40px;
}
.pageB-the-content .tablepress{
	width: calc(100% - 40px);
}
}
/* sp */
@media only screen and (max-width: 767px) {
body.single-post .the-content h3{
	margin-bottom: 10px;
}
body.single-post .the-content > .wp-block-columns{
	gap: 30px;
}
body.single-post .the-content > .bg-gray{
	padding: 20px;
}
}

/* レンタルのご案内 */
.page-id-2200 .wp-block-columns:not(.rental-btnset) {
	gap: 15px;
}
.page-id-2200 .wp-block-columns:not(.rental-btnset) .wp-block-column:first-child{
	width: 23.9%;
	flex-basis: 23.9%;
}
.page-id-2200 .wp-block-columns:not(.rental-btnset) .wp-block-column:nth-child(2){
	width: 5.37%;
	flex-basis: 5.37%;
}
.page-id-2200 .wp-block-columns:not(.rental-btnset) .wp-block-column:nth-child(2) img{
	width: 48px;
}
.page-id-2200 .wp-block-columns:not(.rental-btnset) .wp-block-column:nth-child(3){
	width: 80%;
	flex-basis: 80%;
}
.rental-btnset{
	margin-top: 60px !important;
	justify-content: center;
}
.rental-btnset .wp-block-column{
	max-width: 300px;
}
.page-id-2200 .btn{
	max-width: 300px;
}

/* tablet + pc */
@media only screen and (min-width: 768px) {
.page-id-2200 .wp-block-columns:not(.rental-btnset) {
	gap: 30px;
}
.page-id-2200 .wp-block-columns:not(.rental-btnset) .wp-block-column:first-child{
	width: 20.9%;
	flex-basis: 20.9%;
	padding-right: 10px;
}
.page-id-2200 .wp-block-columns:not(.rental-btnset) .wp-block-column:nth-child(2){
	width: 9.06%;
	flex-basis: 9.06%;
}
.page-id-2200 .wp-block-columns:not(.rental-btnset) .wp-block-column:nth-child(2) img{
	width: 48px;
}
.page-id-2200 .wp-block-columns:not(.rental-btnset) .wp-block-column:nth-child(3){
	width: 70%;
	flex-basis: 70%;
}
.rental-btnset .wp-block-column{
	max-width: 330px;
}
.rental-btnset{
	gap: 80px;
}
.page-id-2200 .btn{
	max-width: 330px;
}
}


/* home
-------------------------------------------------------------- */
.home article .the-content a.btn{
	max-width: 272px;
}
.home.en-US article .the-content a.btn{
	width: 100%;
	max-width: 330px;
	padding: 0 20px;
}

/* fv */
/* sp */
@media only screen and (max-width: 767px) {
.home-slick img{
	width: 100vw;
	height: 51.2vw;
	object-fit: cover;
}
.home.en-US article .the-content a.btn{
	gap: 15px;
	padding: 0 10px;
}
}

/* search */
.home-search{
	padding: 40px 0;
}
.home-search_header{
	font-weight: bold;
}
.content-home-sort select{
	width: 100%;
	line-height: 28px;
	border:none;
	padding-right: 48px;
}
.home-search_category h3{
	width: 100%;
}
.home-search_keyword input{
	border:none;
	height: 48px;
	max-width: 100%;
}
	.home-search_link{
		font-weight: bold;
	}
/* tablet + pc */
@media only screen and (min-width: 768px) {
	.home-search_container{
		position: relative;
	}
	body:not(.en-US) .home-search_link{
		position: absolute;
		right: 0;
		top: 15px;
	}
	body.en-US .home-search_link{
		margin-top: 30px;
		margin-right: 50px;
		text-align: right;
	}
.home-search_content{
	display: flex;
	gap: 60px;
	align-items: center;
	justify-content: space-between;
	margin: 0 50px;
}
.content-home-sort{
	width: 308px;
}
.content-home-sort + .content-home-sort{
	width: 272px;
}
.home-search_category{
	display: flex;
	flex-wrap: wrap;
	width: 60%;
}
.home-search_keyword form{
	display: flex;
	gap: 20px;
	align-items: center;
}
.home-search_keyword{
	width: 40%;
}
.home-search_keyword input{
	width: 384px;
}
.home-search_category > *:not(:last-child){
	margin-right: 20px;
}
}
/* sp */
@media only screen and (max-width: 767px) {
	.content-home-sort,
	.home-search_keyword input{
		margin-bottom: 20px;
	}
	.btn-submit-img{
		width: 100%;
	}
	.home-search_content .btn{
		margin-bottom: 40px;
		width: 100%;
	}
	.home-search_link a{
		display: inline-block;
	}
	.home-search_link .arrow + .arrow{
		margin: 40px 0 0;
	}
}

/* New item */
/* slick汎用 */
.slick-arrow{
  text-indent: -9999px;
  background:url(img/new_btn_left.svg) no-repeat;
  background-size:contain;
  width:60px;
  height:60px;
  border: none;
  margin: 0 10px;
}
.slick-arrow:hover{
  background:url(img/new_btn_left_hover.svg) no-repeat;
}
.slick-arrow.slick-next{
  background:url(img/new_btn_right.svg) no-repeat;
}
.slick-arrow.slick-next:hover{
  background:url(img/new_btn_right_hover.svg) no-repeat;
}
.slick-dots li{
	position:relative;
	display:inline-block;
	width:10px;
	height:10px;
	background-color: var(--bggray);
	border: 1px solid var(--palegray);
	border-radius: 5px;
	margin:0 10px;
}
.slick-dots li.slick-active{
	background-color: var(--palegray);
}
.slick-dots button{
	position:relative;
	text-indent:-9999px;
	border:none;
	background-color: transparent;
}
article .the-content .home-newitem_more a{
	word-break: keep-all;
	gap: 20px;
}
/* tablet + pc */
@media only screen and (min-width: 768px) {
.product-list-item.slick-slide{
	padding: 0 35px;
}
.slick-footer{
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slick-footer > *{
	width: 33%;
	text-align: center;
}
}
/* sp */
@media only screen and (max-width: 767px) {
.product-list-item.slick-slide{
	padding: 0 12.5px;
}
.slick-footer{
	margin: 40px auto 0;
	text-align: center;
}
.slick-footer .btn{
	margin: 40px auto 0;
}
.home-newitem .slick-track{
	margin-left:-10px;
}
}

/*category */
.home-lineup_item{
	background-color: var(--white);
	opacity: 1;
	transition: .3s;
}
.home-lineup_item:hover{
	opacity: .7;
}
.home-lineup_title{
	display: flex;
	width: 100%;
	justify-content: end;
	align-items: center;
	padding: 12px 15px 15px;
	line-height: 1;
}
.home-lineup_title::after{
	content: '';
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(img/home/lineup/lineup_btn.svg) no-repeat;
	background-size: contain;
	margin: 2px 0 0 9px;
}
/* tablet + pc */
@media only screen and (min-width: 768px) {
.home-lineup_content{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.home-lineup_item{
	width: calc(calc(100% - 80px) / 3);
}
.home-lineup_item img{
	border: 1px solid var(--palelightgray);
}
.home-lineup_title{
	border: 1px solid var(--darkblue);
	font-size: 22px;
}
.home-lineup_title::after{
	width: 28px;
	height: 28px;
}
}
/* sp */
@media only screen and (max-width: 767px) {
	.home-lineup_item a{
		display: flex;
		width: 100%;
		border: 1px solid var(--darkblue);
		padding: 10px 0;
	}
	.home-lineup_item:not(:last-child) a{
		border-bottom: none;
	}
	article .the-content .home-lineup_item img{
		height: 50px;
	}
}

/* info(news共通) */
body.category,
body.single-post {
	background-color: var(--white);
}
.category .top_newslist{
	padding: 80px 20px 10px;
}
.top_newslist{
	margin-bottom: 40px;
}
.top_newslist_item:not(:last-child){
	border-bottom: 1px solid var(--palegray);
	padding-bottom: 30px;
	margin-bottom: 30px;
}
article .the-content .top_newslist_item a,
.category .the-content .top_newslist_item a{
	width: 100%;
	color: var(--text);
}
.top_newslist_date{
	font-weight: bold;
}
article .the-content .top_newslist_item h3,
.category .the-content .top_newslist_item h3{
	font-weight: 500;
}
.top_newslist_more{
	text-align: right;
}
article .the-content a.btn.btn-more {
	margin-left: auto;
	margin-right: 0;
}
/* tablet + pc */
@media only screen and (min-width: 768px) {
.category .top_newslist{
	padding: 80px 0;
}
article .the-content .top_newslist_item a,
.category .the-content .top_newslist_item a{
	display: flex;
	gap: 60px;
}
.top_newslist_date{
	width: 90px;
}
}
/* sp */
@media only screen and (max-width: 767px) {
.top_newslist_date{
	margin-bottom: 10px;
}
}

/* home-service */
.home-service{
	display: flex;
	width: 100%;
	padding-bottom: 120px;
}
.home-service_text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	order: 2;
	width: 100%;
	padding: 28px;
}
.home-service_text .archive-title .en{
	display: block;
	margin: 30px auto 0;
}
article .the-content .home-service_btn a.btn{
	margin: 0 auto;
}
/* tablet + pc */
@media only screen and (min-width: 768px) {
.home-service img{
	width: 430px;
	order: 1;
}
.home-service img:nth-child(2){
	order: 3;
}
.home-service_text{
	background-color: var(--white);
	width: 420px;
}
.home-service_text .archive-title{
	font-size: 28px;
}
}
/* tablet */
@media only screen and (min-width: 768px) and (max-width: 1279px) {
.home-service img{
	width: 33.6%;
	order: 1;
	object-fit: cover;
}
}
/* sp */
@media only screen and (max-width: 767px) {
	.home-service.container{
		flex-wrap: wrap;
		padding: 0;
	}
.home-service img{
	width: 50%;
}
}

/* home-service en */
.home-service-en{
	padding: 0 0 120px 0;
}
.home-service-en .pageB-the-content > .archive-title:not(.bg-gray){
	margin-bottom: 40px;
}

/* company */
.home-company_content{
	margin: 0 auto;
	padding: 60px 20px;
	text-align: center;
}
.home-company .archive-title .en{
	display: block;
	margin: 30px auto 0;
}
.home-company_btn .btn{
	margin: 0 auto;
}
/* tablet + pc */
@media only screen and (min-width: 768px) {
.home-company{
	position: relative;
	width: 100vw;
	height: 545px;
	overflow: hidden;
	margin-bottom: 120px;
}
.home-company-slide{
	width: 3270px;
	margin:0 auto;
	height: 545px;
	z-index: 1;
}
.home-company .slick-list,
.home-company .slick-track{
	height: 545px;
}
.home-company-slide img{
	width: 545px !important;
	height: 545px !important;
}
.home-company_container{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-company_content{
	width: 722px;
	padding: 60px 20px;
	background-color: rgba(255,255,255,.95);
	z-index: 100;
}
.home-company .archive-title{
	font-size: 28px;
}
}
/* sp */
@media only screen and (max-width: 767px) {
}

/* company en */
.home-company-en{
	padding: 1px 0;
}
.home-company-en h2.tablepress-table-name{
	border:none;
	padding: 0;
}

/* sp */
@media only screen and (max-width: 767px) {
	.pageB-the-content.home-company-en > *:not(.bg-gray){
		margin: 0 auto;
	}
	.home-company-en h2.tablepress-table-name{
		font-size: 24px;
		padding: 0;
		margin-bottom: 10px;
	}
	.pageB-the-content.home-company-en .tablepress{
		width: 100%;
	}
}

/* home-recruit */
.home-recruit_container{
	display: flex;
	text-align: center;
}
.home-recruit_content{
	width: 760px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home-recruit .archive-title .en{
	display: block;
	margin: 30px auto 0;
}
.home-recruit_btn .btn{
	margin: 0 auto;
}

.footer-contact-home{
	background-color: var(--white);
}
/* tablet + pc */
@media only screen and (min-width: 768px) {
	.page-id-17 .breadcrumb{
		position: relative;
		z-index: 99;
	}
	.home-recruit_content{
		background-color: var(--white);
	}
.home-recruit_img{
	width: 520px;
}
.home-recruit .archive-title{
	font-size: 28px;
}
}
/* sp */
@media only screen and (max-width: 767px) {
	.home-recruit{
		padding-top: 0;
	}
.home-recruit_container{
	flex-wrap: wrap;
	padding: 0;
}
.home-recruit_content{
	order: 2;
	padding: 50px 0 0;
}
.home-recruit_img{
	order: 1;
}
}


/* products
-------------------------------------------------------------- */

.post-archive{
	float: left;
}

.side-title{
	font-size: 26px;
	margin-bottom: 20px;
}
.genre-item,
.genre-item-childrenItem{
	margin-top: 10px;
	font-weight: bold;
}
.genre-item-children{
	margin-left: 30px;
}

.side-unit{
	display: inline-block;
	position: relative;
}
.side-unit span{
}
#side-price .side-unit input {
	padding-left: 30px;
}
#side-price .side-unit span{
	position: absolute;
	left: 10px;
	top: calc(50% - 12px);
}

.side-free-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.side-free-words{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-right: -10px;
}
.side-free-words_item{
	display: inline-block;
	background: var(--white) 0% 0% no-repeat padding-box;
	border: 1px solid #DCDCDC;
	border-radius: 9999px;
	padding: 10px 20px 12px;
	margin: 0 10px 10px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	min-width: 130px;
	transition: .3s;
}
.side-free-words_item.is-active{
	border-color: var(--darkblue);
	background: var(--darkblue) 0% 0% no-repeat padding-box;
	color: var(--white);
	font-weight: bold;
}
.side-free-words_item a{
	color: var(--text);
}
.side-color-list{
	display: flex;
	flex-wrap: wrap;
	max-width: 220px;
}
.side-color-list .side-option-item{
	margin: 0 20px 20px 0;
}

/* tablet + pc */
@media only screen and (min-width: 768px) {
	.post-type-archive-products,
	.tax-genre,
	.single-products{
		background-color: var(--white);
	}
	.post-archive:not(.post-archive-favorites){
		width: calc(calc(100% - 50px) / 3);
	}
	.post-archive:not(.post-archive-favorites):not(:nth-child(3n)){
		margin-right: 25px;
	}
	.post-archive.product-list-item:not(.post-archive-favorites):nth-child(3n+1){
		clear: both;
	}
}


/* sp */
@media only screen and (max-width: 767px) {
	.sidebar-header{
		display: flex;
		justify-content: space-between;
		background-color: var(--white);
		padding: 22px 20px 21px;
		font-size: 20px;
	}
	.content-products .sidebar,
	.single-products .sidebar{
		position: fixed;
		left: 0;top: 0;
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		z-index: 9999;
		transform: translateX(-100%);
		background-color: var(--bggray);
		transition: .3s;
	}
	.content-products .sidebar.open,
	.single-products .sidebar.open{
		transform: translateX(0%);
	}
	.side-title{
		font-size: 18px;
	}
	.sidebar-content{
		overflow-y: auto;
		height: calc(100vh - 201px);
	}
	.side-free-item input[type="text"]{
		width: calc(100% - 66px);
	}
	.side-free-item .btn-submit-img{
		width: 48px;
	}
	#side-products_tag{
		display: none;
	}

	.genre-item,
	.genre-item-childrenItem{
		margin-bottom: 30px;
	}
	.post-archive{
		width: calc(calc(100% - 15px) / 2);
	}
	.post-archive:not(:nth-child(2n)){
		margin-right: 15px;
	}
	.product-list-item:not(.slick-slide):nth-child(2n+1){
		clear: both;
	}
	#side-send{
		background-color: var(--white);
		margin: 0;
	}
	.side-send-btn{
		background-color: var(--white);
		display: flex;
		gap: 20px;
	}
	.side-send-btn .btn-submit-l{
		margin-top: 0;
	}
}


.content-search{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 45px;
}
.content-search .input-text-l{
	width: calc(100% - 136px);
}
.search-select{
	display: flex;
}
.search-select_title{
	font-size: 14px;
	font-weight: bold;
	color: var(--palegray);
	margin-right: 10px;
}
.search-item{
	margin-right: 30px;
	font-weight: bold;
	font-size: 14px;
}

.content-count{
	font-size: 14px;
	text-align: right;
}
.content-count strong{
	font-size: 24px;
	font-weight: bold;
	margin-right: 5px;
}
.content-product-sort{
	margin-bottom: 20px;
	width: 166px;
	margin-left: auto;
}
.index-thumb-products{
	position: relative;
}

.product-size-item{
	word-break: break-all;
}
.simplefavorite-button img{
	vertical-align: top;
	width: 30px;
}
body.en-US .simplefavorite-button{
	display: none;
}
/* tablet + pc */
@media only screen and (min-width: 768px) {
.content-product-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}	
.content-product-header_info{
	width: calc(100% - 250px);
}
.content-count{
	width: 250px;
}
.simplefavorite-button{
	width: 30px;
	height: 26px;
}
}
/* sp */
@media only screen and (max-width: 767px) {
.content-product-header{
	margin: 0 0 30px;
}
.content-count{
	margin-top: 20px;
}
	.content-product-sidebarBtn{
		float: left;
		width: calc(50% - 8px);
		background: var(--white) url(img/products/narrowdown.svg) no-repeat right 16px center;
		border: 1px solid var(--darkblue);
		border-radius: 9999px;
		padding: 10px 16px;
		color: var(--darkblue);
		font-size: 14px;
	}
}

/* 一覧 */
.search .breadcrumb{
	display: none;
}
.index-thumb a{
	display: block;
	opacity: 1;
	transition: .3s;
}
.index-thumb a:hover{
	opacity: .5;
}
.collection-thumb{
	border: 1px solid #DCDCDC;
}
.archive .simplefavorite-button,
.section-newitems .simplefavorite-button{
	position: absolute;
	right: 10px;
	top: 10px;
}
.archive .product-list-new,
.section-newitems .product-list-new{
	position: absolute;
	left: 0px;
	top: 0px;
}
.product-list-3d,
.archive .product-list-3d,
.section-newitems .product-list-3d{
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.product-list-3d.hover,
.archive .product-list-3d.hover,
.section-newitems .product-list-3d.hover,
.favorites-list .product-list-3d.hover{
	opacity:0;
	transition: .3s;
}
.btn-3d:hover,
.archive .btn-3d:hover,
.section-newitems .btn-3d:hover,
.favorites-list .btn-3d:hover {
	opacity: 1;
	transition: .3s;
}
.btn-3d:hover .product-list-3d.hover,
.archive .btn-3d:hover .product-list-3d.hover,
.section-newitems .btn-3d:hover .product-list-3d.hover,
.favorites-list .btn-3d:hover .product-list-3d.hover{
	opacity:1;
}
.product-list-meta{
	margin-top: 10px;
}
.product-list-title{
	font-size: 18px;
	line-height: 1.44;
	margin-bottom: 10px;
}
.product-list-title a,
article .the-content .product-list-title a{
	color: var(--text);
}
.product-list-size{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.product-list-price{
	font-size: 12px;
}
.product-list-price span{
	font-size: 20px;
	font-weight: 500;
}
/* tablet + pc */
@media only screen and (min-width: 768px) {
	.product-list-price span{
		font-size: 16px;
	}
}
/* sp */
@media only screen and (max-width: 767px) {
	.product-list-itemcode{
		font-size: 10px;
	}
	.product-list-title{
		font-size: 14px;
	}
	.product-list-size,
	.product-list-price{
		font-size: 10px;
	}
	.product-list-new{
		width: 57px;
	}
	body:not(.home) .product-list-3d{
		width: 56px;
		bottom: 6px;
		right: 6px;
	}
}

/* 詳細 */
.slick-product-nav{
	margin-right: -10px;
}
.slick-product-nav .slick-slide{
	width: calc(calc(100% - 40px) / 4);
	margin-top: 10px;
	margin-right: 10px;
}
.single-product-flags{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
}
.single-product-flags .simplefavorite-button{
	width: 30px;
}
.single-product-title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: left;
}
.single-product-itemcode{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}
.single-product-price{
	font-size: 12px;
	text-align: right;
	margin-bottom: 15px;
}
.single-product-price span{
	font-size: 20px;
	font-weight: bold;
}

.single-product-3d_btn{
	margin-top: 20px;
	display: block;
	background-color: var(--gray);
	border-radius: 9999px;
	color: var(--white);
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
.single-product-tag{
	margin-top: 20px;
	margin-right: -10px;
}
.single-product-tag_item{
	display: inline-block;
}
.single-product-tag_item a{
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 14px;
	background-color: var(--white);
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 20px;
	min-width: 130px;
	border: 1px solid #DCDCDC;
	border-radius: 9999px;
	color: var(--text);
}
.single-product-spec{
	display: flex;
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
}
.single-product-spec:not(:last-child){
	border-bottom: 1px solid #DCDCDC;
}
.single-product-spec dt{
	width: 90px;
	color: var(--gray);
	font-weight: bold;
}
.single-product-spec dd{
	width: calc(100% - 90px);
	word-wrap:break-word;
}
.single-product-description{
	margin-top: 20px;
}


.single-product-attention{
	margin-top: 80px;
	margin-bottom: 120px;
	background-color: var(--white);
	padding: 30px 40px;
}
.single-product-attention h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.single-product-attention li{
	position: relative;
	font-weight: 500;
	margin-bottom: 10px;
	padding-left: 20px;
	color: var(--gray);
}
.single-product-attention li::before{
	position: absolute;
	left: 0;top: 8px;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: var(--blue);
}

/* tablet + pc */
@media only screen and (min-width: 768px) {
.single-products-post{
	display: flex;
	gap: 40px;
}
.single-product-img,
.single-product-text{
	width: calc(calc(100% - 40px) / 2);
}
}

/* sp */
@media only screen and (max-width: 767px) {
	.single-product-3d_btn{
		font-size: 12px;
		padding-bottom: 7px;
	}
	.single-product-img{
		margin-bottom: 30px;
	}
	.single-product-attention{
		padding: 30px 20px;
	}
}


/* 採用
================================================== */
.page-content-mv{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	z-index: 1;
}
.page article.post-recruit{
	margin-bottom: 0;
	padding-bottom: 0;
}
.page-recruit_header{
	position: relative;
	z-index: 2;
	color: var(--bggray);
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	overflow: visible;
	background: none;
}
.page-recruit_headerInner{
	position: relative;
	padding: 145px 0 0;
}
.page-recruit_title{
	font-size: 22px;
	margin-bottom: 20px;
}
.page-recruit_subtitle{
	margin-bottom: 60px;
}
.page-recruit_slideContainer{
	position: relative;
	z-index: 100;
	margin-top: 80px;
}
.page-recruit_slideItem{
	position: relative;
	padding: 0 5px;
}
.page-recruit_headerInner:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: calc(28.19vw - 10px);
	background-color: var(--white);
	z-index: 1;
}

/* tablet + pc */
@media only screen and (min-width: 768px) {
.page-recruit_headerInner{
	padding: 80px 0 0;
}
.page-recruit_title{
	font-size: 38px;
	margin-bottom: 50px;
}
.page-recruit_header p{
	line-height: 2.4;
	margin-top: 120px;
}
.page-recruit_slideContainer{
	margin-top: 120px;
}
.page-recruit_slideItem{
	padding: 0 10px;
}
.page-recruit_headerInner:after{
	height: calc(13.34vw - 10px);
}
}

/* sp */
@media only screen and (max-width: 767px) {
	.page-content-mv{
		width: 100%;
		height: 190vw !important;
		object-fit: cover;
	}
	.page-recruit_header .catch {
		font-size: 22px;
	}
.page-recruit_header p{
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	margin-top: 145px;
}
}

.page-content main{
	position: relative;
	z-index: 3;
	background-color: var(--white);
}
.recruit-title{
	position: relative;
	font-size: 20px;
	margin-bottom: 30px;
}
.recruit-title span{
	background: linear-gradient(transparent 80%, #9ED8FF 20%);
}
.recruit-title + .catch{
	text-align: center;
	line-height: 2.4;
	font-weight: 500;
	margin-bottom: 30px;
}

/* tablet + pc */
@media only screen and (min-width: 768px) {
.recruit-title{
	font-size: 38px;
	margin-bottom: 40px;
}
.recruit-title + .catch{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 60px;
}
}

.page-recruit_occupation{
	padding: 80px 20px;
	margin: 0 auto;
}
.page-recruit_occupationItem a{
	color: var(--text);
}
.page-recruit_occupationItem_title{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}
.page-recruit_occupationItem .catch{
	font-weight: bold;
	margin-bottom: 20px;
}
.page-recruit_occupationItem .page-recruit_occupationItem_more{
	font-weight: bold;
	color: var(--darkblue);
	background: url(img/arrow_right.svg) no-repeat right 5px center;
	padding-right: 21px;
	padding-bottom: 1px;
	transition: .3s;
}
.page-recruit_occupationItem .page-recruit_occupationItem_more:hover{
	background: url(img/arrow_right.svg) no-repeat right center;
}

/* tablet + pc */
@media only screen and (min-width: 768px) {
.page-recruit_occupation{
	padding: 120px 0;
}
.page-recruit_occupationList{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4.6%;
}
.page-recruit_occupationItem{
	flex-basis:  47.7%;
}
.page-recruit_occupationItem:not(:nth-last-child(-n + 2)){
	margin-bottom: 60px;
}
.page-recruit_occupationItem_title{
	font-size: 32px;
	margin: 20px 0;
}
}

/* sp */
@media only screen and (max-width: 767px) {
	.page-recruit_occupationItem:not(:last-child){
		margin-bottom: 30px;
	}
}

.page-recruit-data{
	padding: 80px 20px 187px;
}
.page-recruit-dataContainer picture{
	display: block;
	margin-bottom: 10px;
	background-color: var(--white);
}

/* tablet + pc */
@media only screen and (min-width: 768px) {
.page-recruit-data{
	padding: 120px 0 240px;
}
.page-recruit-dataContainer{
	display: flex;
	flex-wrap: wrap;
	gap: 1.5625%;
}
.page-recruit-dataContainer picture{
	margin-bottom: 20px;
	width: 32.29166%;
	flex-basis: 32.29166%;
}
.page-recruit-dataContainer picture:first-child{
	width: 59.375%;
	flex-basis: 59.375%;
}
.page-recruit-dataContainer picture:nth-child(2){
	width: 39.0625%;
	flex-basis: 39.0625%;
}
}

.page-id-17 footer{
	position: relative;
	z-index: 4;
}



/* 採用（職種）
================================================== */
.single-occupation{
	background-color: var(--white);
}

.single-occupation .content-occupation .container{
	max-width: 860px;
}
.single-occupation .title{
	text-align: left;
	margin-bottom: 17px;
}
.single-occupation .title::first-letter{
	font-size: 34px;
	color: var(--darkblue);
}
/* tablet + pc */
@media only screen and (min-width: 768px) {
.single-occupation .title::first-letter{
	font-size: 52px;
}
}
/* sp */
@media only screen and (max-width: 767px) {
.single-occupation .breadcrumb{
	padding-left: 20px;
	padding-right: 20px;
}
}

.occupation-thumb{
	width: 100%;
	margin-bottom: 30px;
}
.single-occupation h2.catch{
	font-size: 20px;
	font-weight: bold;
	border-left: 4px solid var(--darkblue);
	padding-left: 10px;
	margin-bottom: 30px;
}
.single-occupation article p{
	font-weight: 500;
}
.single-occupation article section{
	margin-bottom: 80px;
}
.single-occupation .the-content h2,
.single-occupation .subtitle{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	vertical-align: middle;
}
.single-occupation .the-content h2:before,
.single-occupation .the-content h2:after,
.single-occupation .subtitle:before,
.single-occupation .subtitle:after{
	content: '';
	display: block;
	width: 10px;height: 10px;
	background-color: var(--darkblue);
	margin: 0 10px;
}
.single-occupation .the-content .wp-block-columns{
	position: relative;
	padding: 20px;
	margin-bottom: 60px;
	gap:0;
}
.single-occupation .the-content .wp-block-columns:not(:last-child)::after{
	content: '';
	position: absolute;
	left: calc(50% - 20px);
	bottom: -40px;
	width: 40px;
	height: 20px;
	border: 20px solid var(--blue);
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: none;
	box-sizing: border-box;
}
.single-occupation .the-content .wp-block-column{
	width: 50%;
	flex-basis:auto;
}
.single-occupation .the-content .wp-block-column:first-child{
	padding-right: 40px;
}
/* tablet + pc */
@media only screen and (min-width: 768px) {
.single-occupation h2.catch{
	font-size: 32px;
	padding-left: 16px;
}
.single-occupation article section{
	margin-bottom: 120px;
}
.single-occupation .the-content h2,
.single-occupation .subtitle{
	font-size: 26px;
	margin-bottom: 40px;
}
.single-occupation .the-content .wp-block-columns{
	padding: 40px;
}
}
/* sp */
@media only screen and (max-width: 767px) {
}

.occupation-message{
	padding: 80px 0;
}
.occupation-message_item{
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-weight: bold;
}
.occupation-message_item:not(:last-child){
	margin-bottom: 20px;
}
.occupation-message_img{
	width: 20.9%;
	text-align: center;
	font-size: 14px;
}
.occupation-message_text{
	position: relative;
	width: calc(79.1% - 18px);
	margin-left: 8px;
	padding: 20px;
	background: var(--white);
}
.occupation-message_text::after{
	content: '';
	position: absolute;
	left: -8px;
	top: 12px;
	display: block;
	width: 8px;height: 12px;
	border: 6px solid transparent;
	border-right: 8px solid var(--white);
	border-left: none;
	box-sizing: border-box;
}
.occupation-message_item:nth-child(2n) .occupation-message_img{
	order: 2;
}
.occupation-message_item:nth-child(2n) .occupation-message_text{
	order: 1;
	margin-right: 10px;
	margin-left: 0;
}
.occupation-message_item:nth-child(2n) .occupation-message_text::after{
	left: auto;
	right: -8px;
	border: 6px solid transparent;
	border-left: 8px solid var(--white);
	border-right: none;
}
/* tablet + pc */
@media only screen and (min-width: 768px) {
.occupation-message{
	padding: 120px 0;
}
.occupation-message_item{
	gap: 20px;
}
.occupation-message_item:not(:last-child){
	margin-bottom: 40px;
}
.occupation-message_img{
	width: 18.6%;
}
.occupation-message_text{
	width: calc(81.4% - 40px);
	margin-left: 20px;
	padding: 20px;
	background: var(--white);
	font-size: 18px;
}
.occupation-message_text::after{
	content: '';
	left: -20px;
	top: 30px;
	display: block;
	width: 20px;height: 30px;
	border: 15px solid transparent;
	border-right: 20px solid var(--white);
	border-left: none;
	box-sizing: border-box;
}
.occupation-message_item:nth-child(2n) .occupation-message_text{
	margin-right: 20px;
}
.occupation-message_item:nth-child(2n) .occupation-message_text::after{
	left: auto;
	right: -20px;
	border: 15px solid transparent;
	border-left: 20px solid var(--white);
	border-right: none;
}
}
/* sp */
@media only screen and (max-width: 767px) {
}

.occupation-tablepress .tablepress td{
	padding: 0 0 20px;
	font-weight: 500;
	border: none;
}
.occupation-tablepress .tablepress td:first-child{
	padding: 20px 0 5px;
	font-weight: bold;
}
.occupation-tablepress .tablepress tr:not(:last-child){
	border-bottom: 2px dotted var(--blue);
}

.occupation-tablepress .btn{
	margin-top: 60px;
}
/* tablet + pc */
@media only screen and (min-width: 768px) {
.occupation-tablepress .tablepress td{
	padding: 20px 0;
}
.occupation-tablepress .tablepress td:first-child{
	width: 25.6%;
	padding-right: 40px;
}
}
/* sp */
@media only screen and (max-width: 767px) {
	.occupation-tablepress .tablepress td{
		display: block;
		width: 100%;
	}
}


/* お気に入り
================================================== */
.page-favorites-header{
	padding: 60px 0;
}
.post-favorites .index-thumb{
	position: relative;
}
.post-favorites .simplefavorite-button{
	position: absolute;
	top: 10px;
	right: 10px;
}
.post-favorites .simplefavorite-button.active{
	border: none;
	background-color: transparent;
}

.post-favorites .product-list-new {
	position: absolute;
	left: 0px;
	top: 0px;
}
.no-favorites{
	padding: 0 0 120px;
}
.page-fav-clear{
	text-align: center;
}
.simplefavorites-clear{
	display: flex;
	gap: 25px;
	justify-content: center;
	align-items: center;
	margin: 0 auto 40px;
	background-color: var(--blue);
	border: 1px solid var(--blue);
	border-radius: 999px;
	color: var(--white);
	font-size: 20px;
	font-weight: bold;
	padding: 14px 40px 17px;
	transition: .3s;
}
.simplefavorites-clear:hover{
	background-color: var(--white);
	color: var(--blue);
}
.simplefavorites-clear:after{
	content: '';
	display: block;
	width: 12px;
	height: 20px;
	background: url(img/form/bluebtn_icon.svg) no-repeat center center;
	background-size: contain;
	margin-top: 2px;
}
.simplefavorites-clear:hover:after{
	background: url(img/form/bluebtn_icon_hover.svg) no-repeat center center;
	background-size: contain;
}

/* tablet + pc */
@media only screen and (min-width: 768px) {
.post-favorites{
	padding: 0 6.25%;
}
	.post-favorites .post-archive{
		width: calc(calc(100% - 90px) / 4);
	}
	.post-favorites .post-archive:not(:nth-child(4n)){
		margin-right: 30px;
	}
	.post-favorites .post-archive.product-list-item:nth-child(4n+1){
		clear: both;
	}
}


/* sp */
@media only screen and (max-width: 767px) {
	.post-favorites .post-archive{
		padding-bottom: 30px;
	}
}



/* お問い合わせ共通
================================================== */
.form-title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.form-content{
	margin-bottom: 33px;
	font-weight: 500;
}
.form-content .wpcf7-list-item{
	margin: 0;
}
.form-content a{
	text-decoration: underline;
}
.form-item:has(.wpcf7-not-valid) .form-title label:after{
	content: '※入力してください';
	color:var(--red);
}
body.en-US .form-item:has(.wpcf7-not-valid) .form-title label:after{
	content: '※This field is required.';
}
.form-item_email:has(.wpcf7-not-valid) .form-title label:after{
	content: '※正しいメールアドレスを入力してください';
}
body.en-US .form-item_email:has(.wpcf7-not-valid) .form-title label:after{
	content: '※Please enter a valid email address.';
	color:var(--red);
}
.form-item_tel:has(.wpcf7-not-valid) .form-title label:after{
	content: '※正しい電話番号を入力してください';
}
.wpcf7-not-valid-tip{
	display: none;
}

input[type="text"].wpcf7-not-valid, 
input[type="number"].wpcf7-not-valid, 
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
select.wpcf7-not-valid, 
textarea.wpcf7-not-valid{
	border-color: var(--red);
	background-color: #FFF3F3;
}

.wpcf7-response-output,
.wpcf7 form .wpcf7-response-output{
	text-align: center;
	border: none;
	font-size: 20px;
	font-weight: bold;
	color: var(--red);
	margin: 60px auto;
}

/* tablet + pc */
@media only screen and (min-width: 768px) {
.form-content .wpcf7-list-item:not(:first-child){
	margin-left: 60px;
}

.input-col2 .wpcf7-form-control-wrap{
	display: inline-block;
	width: calc(50% - 30px);
}
.input-col2 .wpcf7-form-control-wrap:first-child{
	margin-right: 60px;
}
.form-item:has(.wpcf7-not-valid) .form-title label:after{
	margin-left: 10px;
}
}
/* sp */
@media only screen and (max-width: 767px) {
.form-content .wpcf7-list-item{
	display: block;
	width: 100%;
	margin: 0 0 20px;
}
.wpcf7-form-control-wrap:not([data-name^="birth-"]){
	display: block;
}
.input-col3 .wpcf7-form-control[data-name^="birth-"]{
	width: 80px;
}
* + .wpcf7-form-control-wrap{
	margin-top: 30px;
}
.form-item:has(.wpcf7-not-valid) .form-title label:after{
	display: block;
}
}



/* 404 */
body.error404{
	background-color: var(--white);
}
.post-404{
	padding-bottom: 80px;
}
.post-404 img{
	width: 100px;
	margin-bottom: 20px;
}
.post-404 h2{
	font-size: 32px;
	color: var(--darkblue);
	margin-bottom: 30px;
	line-height: 1.25;
}
.post-404 h3{
	font-size: 20px;
	margin-bottom: 40px;
	color: var(--text);
}

/* tablet + pc */
@media only screen and (min-width: 768px) {
.post-404 h2{
	font-size: 48px;
}
.post-404 h3{
	font-size: 24px;
	margin-bottom: 60px;
}
}
/* sp */
@media only screen and (max-width: 767px) {
	.post-404 .the-content .btn{
		max-width: 272px;
	}
}


/* #Media Queries
================================================== */

/* pc */
@media only screen and (min-width: 1280px) {
}

/* tablet */
@media only screen and (min-width: 768px) and (max-width: 1279px) {
}

/* tablet + pc */
@media only screen and (min-width: 768px) {
}

/* sp */
@media only screen and (max-width: 767px) {
}