@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Yuji+Boku&family=Playfair+Display:ital,wght@1,500&display=swap');
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}
/***********************************
 reset
***********************************/
*, html, body, div, dl, dt, dd, ul, ol, li, header, footer, nav,section,
h1, h2, h3, h4, h5, h6, form, input, textarea, p{
	margin: 0;
	padding: 0;
}
html, body{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 16px;
	letter-spacing: 0.02em;
}
dl, ul, ol{
	list-style-type: none;
}
html{
	overflow: unset;
	height: auto;
	min-height: 100%;
}
a{
	color: #222222;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .8s;
	transition: all .8s;
}
a:hover{
	color: #9a6aa6;
}
a img{
	-webkit-transition: all .8s;
	transition: all .8s;
}
a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a.tel,
a.fax{
	cursor: text;
}
a.tel:hover img,
a.fax:hover img{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

/***********************************
 base
***********************************/
body{
	position: relative;
	background: #fffdf2;
	min-width: 1100px;
	height: 100vh;
	min-height: 100%;
	line-height: 1.5em;
	color: #222222;
	text-align: center;
}
body#home{
	background: #ffffff;

}
article{
	position: relative;
	margin: 0 auto;
	padding: 3em 0;
	width: 100%;
	height: auto;
	overflow: visible;
}
article.white{
	background: #ffffff;
}
section,
div.container{
	clear: both;
	position: relative;
	margin: 0 auto;
}
section{
	padding: 2em 0 4em;
	max-width: 1200px;
	width: 80%;
}
div.container{
	width: calc(100% - 30px);
	min-width: 1000px;
}

@media screen and (max-width: 640px) {
	body{
		min-width: 100%;
		letter-spacing: 0;
	}
	article{
		padding: 1em 0;
	}
	section{
		padding: 1.5em 0;
		max-width: auto;
		width: calc(100% - 8vw);
	}
	div.container{
		width: calc(100% - 8vw);
		min-width: auto;
	}
}

main{
	position: relative;
	width: 100%;
	overflow: hidden;
}

/***********************************
 others
***********************************/
p{
	text-align: left;
	margin: 0 0 1.2em;
}
p:last-child{
	margin: 0;
}

.txtAC{
	text-align: center;
}
.txtAL{
	text-align: left;
}
.txtAR{
	text-align: right;
}
.fltL{
	float: left;
}
.fltR{
	float: right;
}

ul.disc{
	list-style-type: disc;
	margin-left: 1.25em;
	text-align: left;
}
ul.circle{
	list-style-type: circle;
	margin-left: 1.25em;
	text-align: left;
}
ul.caution{
	margin: 0 0 0 1.25em;
	text-align: left;
}
ul.caution li{
	position: relative;
	padding: 0.13em 0 0;
}
ul.caution li::before {
	position: absolute;
	left: -1.2em;
	display: block;
	content: "※";
}
ol{
	list-style-type: decimal;
	margin-left: 1.25em;
	text-align: left;
}
ol.circle{
	list-style: none;
	counter-reset: number;
 }
 ol.circle li {
	position: relative;
	padding: 0 0 0.5em 1.25em;
 }
 ol.circle  li::before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	top: 0.15em;
	bottom: 0;
	left: 0;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.4em;
	border: 1px solid #222222;
	border-radius: 50%;
	font-size: 0.8em;
	text-align: center;
 }

/***********************************
 header, footer
***********************************/
header, footer{
	clear: both;
	position: relative;
	display: block;
}

header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.9);
	min-width: 1100px;
	height: 100px;
	z-index: 100;
}
header a{
	display: block;
	width: 100%;
	height: 100%;
	letter-spacing: 0;
}
header div.container{
	height: 100px;
}

header h1{
	position: absolute;
	top: 28px;
	left: 0;
	width: 307px;
	height: 32px;
}
header h1 a{
	background: url(/images/logo.png) no-repeat center;
	text-indent: -9999px;
}
header h1 a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

header nav#addMenu{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 180px;
}
header nav#addMenu li{
	position: relative;
	display: block;
	height: 50px;
	text-indent: -9999px;
}
header nav#addMenu li:first-child{
	background: url(/images/btn_contact_tel.png) no-repeat right 15px center rgba(167, 0, 29, 0.75);
}
header nav#addMenu li:last-child{
	margin: 0;
	background: url(/images/btn_contact_fax.png) no-repeat right 15px center rgba(134, 0, 167, 0.75);
}
header nav#addMenu li::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 35px;
	content: "";
}
header nav#addMenu li:first-child:after{
	background: url(/images/btn_contact_tel_icon.png) no-repeat center rgba(167, 0, 29, 0.75);
}
header nav#addMenu li:last-child:after{
	background: url(/images/btn_contact_fax_icon.png) no-repeat center rgba(134, 0, 167, 0.75);
}

@media screen and (max-width: 640px) {
	header{
		min-width: 100%;
		height: 60px;
	}
	header div.container{
		width: calc(100% - 8vw);
		height: 60px;
	}

	header h1{
		top: 15px;
		margin: auto;
		width: calc(100% - 100px);
		max-width: 307px;
	}
	header h1 a{
		background-size: contain;
	}
}

#orderBox{
	margin-top: 40px;
	padding: 30px 0;
	background:#e4e4ce;
}
#orderBox > div{
	margin: auto;
	width: 700px;
}
#orderBox > div h5{
	margin: 0 0 15px;
	padding: 5px 0 5px 35px;
	background: url(/images/smart_ttl3.png) no-repeat left 8px center;
	background-size: auto 75%;
	border-bottom: dotted 2px #ffffff;
	color: #333333;
	font-weight: bold;
}
#orderBox > div h5::before{
	display: none;
}
#orderBox > div a.forPC{
	display: inline-block;
}
#orderBox > div a.forSP{
	display: none;
}

footer{
	background: linear-gradient(#333333, #333333 66%, #ffffff 66%)
}
footer div.container{
	padding: 40px 0;
	width: calc(100% - 160px);
    max-width: 1140px;
	min-width: 940px;
	font-size: 0.9em;
}
footer div.container:last-child{
	padding: 30px 0;
}

footer nav#footerNav{
	display: block;
	width: 300px;
}
footer nav#footerNav ul.page{
	display: block;
	border-left: solid 1px #ffffff;
	text-align: left;
}
footer nav#footerNav ul.page li{
	margin: 0 0 0.5em;
}
footer nav#footerNav ul.page li:last-child{
	margin: 0;
}
footer nav#footerNav ul.page li a{
	display: block;
	padding: 0 0 0 1.5em;
	line-height: 2em;
	color: #ffffff;
}
footer nav#footerNav ul.page li a:hover{
	color: #9a6aa6;
}

footer #footerLogo{
	position: absolute;
	top: 60px;
	right: 30px;
	text-align: left;
	color: #ffffff;
}
footer #footerLogo ul.contact{
	margin: 25px 0 5px;
}
footer #footerLogo ul.contact li{
	display: inline-block;
	margin: 0 25px 0 0;
	vertical-align: middle;
}
footer #footerLogo ul.contact li:last-child{
	margin: 0;
}

footer #footerAddress{
	margin: 0;
	width: 400px;
	font-size: 0.8em;
}
footer #footerAddress span{
	display: inline-block;
	margin: 5px 0;
	background: #ac102c;
	width: 100px;
	color: #FFFFFF;
	text-align: center;
}

footer p#oath{
	position: absolute;
	top: 20px;
	right: 0;
	display: inline-block;
	margin: 0;
	padding: 0.8em 20px 0.8em 120px;
	background: url(/images/icon_oath.png) left 20px center no-repeat #ffffff;
	background-size: auto 80%;
	border: solid 1px #060606;
	line-height: 1.2em;
	font-size: 0.9em;
}

footer #copyright{
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 400px;
	letter-spacing: 0;
	text-align: right;
	font-size: 0.9em;
}

@media screen and (max-width: 640px) {
	#orderBox{
		margin-top: 2em;
		padding: 1em 0;
	}
	#orderBox > div{
		gap: 1em;
		margin: auto;
		width: 90%;
		max-width: 500px;
	}
	#orderBox > div a.forPC{
		display: none;
	}
	#orderBox > div a.forSP{
		display: block;
		margin: 0 auto 0.5em;
	}

	footer{
		background: #ffffff;
	}
	footer div.container{
		padding: 0.5em 0;
		width: calc(100% - 8vw);
		max-width: auto;
		min-width: auto;
	}
	footer div.container:first-child{
		display: none;
	}
	footer div.container:last-child{
		padding: 30px 0 20px;
	}
	footer #footerAddress{
		display: none;
	}

	footer p#oath{
		position: relative;
		top: 0;
		display: inline-block;
		margin: 0 auto 25px;
		padding: 0.8em 10px 0.8em 110px;
		background-size: 90px;
		background-position: left 10px center;
	}

	footer #copyright{
		position: relative;
		bottom: unset;
		width: 100%;
		text-align: center;
	}
}

/***********************************
 nav
***********************************/
.dwCheck,
.dwBtn,
.drawer-menu{
	display: none;
}

nav#globalNav{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 190px;
	margin: auto;
	height: 2em;
}
nav#globalNav ul{
	display: inline-block;
}
nav#globalNav ul li{
	position: relative;
	display: inline-block;
	margin: 0 0 0 20px;
	height: 2em;
	line-height: 2em;
}
nav#globalNav ul li:first-child{
	margin: 0 0 0 10px;
}
nav#globalNav ul li::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -3px;
	display: block;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 5px solid #9a6aa6;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	content: "";
}
nav#globalNav ul li a{
	padding: 0 5px;
}

@media screen and (max-width: 640px) {
	nav#addMenu,
	nav#globalNav{
		display: none;
	}
	
	.dwBtn,
	.drawer-menu{
		display: block;
	}
	/* dwWrap */
	#dwWrap{
		display: table;
		width: 100%;
		height: 100vh;
		box-shadow: 0 0 50px 0 rgba(0,0,0,.8);
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
		overflow: hidden;
	}
	#dwWrap__inner{
		display: table-cell;
	}
	/* drawer menu */
	.drawer-menu{
		box-sizing: border-box;
		position: fixed;
		top: 0;
		right: 0;
		width: 300px;
		height: 100%;
		padding: 60px 0 40px;
		background: #333333;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
		-webkit-transform: perspective(500px) rotateY(-90deg);
		transform: perspective(500px) rotateY(-90deg);
		opacity: 0;
	}
	.drawer-menu li{
		text-align: center;
	}
	.drawer-menu li a{
		display: block;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		color: #ffffff;
		-webkit-transition: all .8s;
		transition: all .8s;
	}
	.drawer-menu li a:hover{
		background: #4e2a58;
	}
	
	/* checkbox */
	.dwCheck{
		display: none;
	}
	
	/* menu button - label tag */
	.menu-btn{
		position: fixed;
		top: 10px;
		right: 8px;
		display: block;
		width: 40px;
		height: 40px;
		font-size: 10px;
		text-align: center;
		cursor: pointer;
		z-index: 101;
	}
	.bar{
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 40px;
		height: 3px;
		background: #282828;
		-webkit-transition: all .5s;
		transition: all .5s;
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
	}
	.bar.middle{
		top: 13px;
		opacity: 1;
	}
	.bar.bottom{
		top: 26px;
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	.menu-btn__text{
		position: absolute;
		bottom: -13px;
		left: 0;
		right: 0;
		margin: auto;
		color: #282828;
		-webkit-transition: all .5s;
		transition: all .5s;
		display: block;
		visibility: visible;
		opacity: 1;
	}
	.menu-btn:hover .bar{
		background: #cccccc;
	}
	.menu-btn:hover .menu-btn__text{
		color: #cccccc;
	}
	.close-menu{
		position: fixed;
		top: 0;
		right: 300px;
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0);
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		visibility: hidden;
		opacity: 0;
	}
	
	/* checked */
	.dwCheck:checked ~ .drawer-menu{
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		z-index: 2;
	}
	.dwCheck:checked ~ #dwWrap{
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: translateX(-300px);
		-ms-transform: translateX(-300px);
		transform: translateX(-300px);
	}
	.dwCheck:checked ~ .menu-btn .menu-btn__text{
		visibility: hidden;
		opacity: 0;
	}
	.dwCheck:checked ~ .menu-btn .bar.top{
		width: 56px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #cccccc;
	}
	.dwCheck:checked ~ .menu-btn .bar.middle{
		opacity: 0;
	}
	.dwCheck:checked ~ .menu-btn .bar.bottom{
		width: 56px;
		top: 40px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #cccccc;
	}
	.dwCheck:checked ~ .close-menu{
		-webkit-transition-duration: 1s;
		transition-duration: 1s;
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		background: rgba(0,0,0,.5);
		visibility: visible;
		opacity: 1;
		z-index: 3;
	}
}

/***********************************
 #pnList
***********************************/
#pnList{
	background: #e1dec0;
	height: 2.5em;
	font-size: 0.9em;
}
#pnList::after{
	clear: both;
	display: block;
	content: "";
}
#pnList ul{
    margin: 0 auto;
	max-width: 1050px;
	line-height: 2.5em;
}
#pnList ul li{
	position: relative;
	float: left;
	margin: 0 3em 0 0;
}
#pnList ul li:after{
	position: absolute;
	top: 0;
	right: -2em;
	display: block;
	content: ">";
	color: #1d1d1d;
}
#pnList ul li:last-child:after{
	display: none;
}
#pnList ul li a{
	display: inline-block;
	color: #1d1d1d;
}
#pnList ul li a:hover{
	color: #2c9633;
}

@media screen and (max-width: 640px) {
	#pnList{
		padding: 0.5em 0;
		height: auto;
		font-size: 0.8em;
	}
	#pnList ul{
		max-width: calc(100% - 5vw);
		line-height: 1.8em;
	}
	#pnList ul li{
		margin: 0 2em 0 0;
	}
	#pnList ul li:after{
		right: -1.3em;
	}	
}

/***********************************
 h2, h3, h4
***********************************/
h2, h3, h4, h5{
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5em;
}

#home #concept h2{
	padding: 100px 0 50px;
}
#home #concept h2 span{
	display: block;
	margin: auto;
	background: url(/images/ttl_home_en.png) no-repeat;
	width: 295px;
	height: 23px;
	text-indent: -9999px;
}
#home #concept h2 strong{
	display: block;
	margin: 30px auto 0;
	background: url(/images/ttl_home.png) no-repeat;
	width: 238px;
	height: 27px;
	text-indent: -9999px;
}

#home #news h2{
	margin: 0 1.5rem 1.5rem 0;
	padding: 0 0.5rem 0.7rem;
	border-bottom: solid 1px #222222;
}
@media screen and (max-width: 640px) {
	#home #concept h2{
		padding: 1em 0 2em;
	}

	#home #news h2{
		margin: 0 0 1.5rem;
	}
}

h3{
	position: relative;
	display: table;
	margin: 0 auto 1.2em;
	padding: 30px 0 10px;
	height: 86px;
}
h3 strong{
	position: relative;
	top: 0;
	bottom: 0;
	display: inline;
	padding: 40px 0 0;
	line-height: 1em;
	color: #222222;
	text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.8), -1px -1px 4px rgba(255, 255, 255, 0.8);
	font-size: 42px;
	font-weight: normal;
}
h3 span{
	position: relative;
	bottom: 10px;
	display: inline-block;
	margin-left: 20px;
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	color: #bb3f54;
}
h3::after{
	position: absolute;
	bottom: 25px;
	left: -30px;
	display: block;
	width: 100px;
	height: 1px;
	background: #bb3f54;
	content: "";
	z-index: -1;
}

h4{
	padding: 30px 0 20px;
	text-align: left;
	font-size: 1.8em;
}

h5{
	position: relative;
	padding: 30px 0 20px 1.3em;
	text-align: left;
	font-size: 1.2em;
}
h5::before{
	position: absolute;
	top: calc(30px + 0.3em);
	left: 0;
	display: block;
	width: 0.8em;
	height: 0.8em;
	background: #555555;
	content: "";
}

@media screen and (max-width: 640px) {
/*
	h3{
		height: 80px;
	}
*/
	h3 strong{
		font-size: 28px;
	}

	h3{
		padding: 30px 0 30px;
		height: auto;
	}

	h3.longTxt strong{
		font-size: 28px;
	}	
	h3 span{
		display: block;
		bottom: 0em;
		margin-left: 0em;
		font-size: 17px;
	}
	h3.longTxt span{
		bottom: 0em;
	}
	h3::after{
		width: 80px;
	}
	h3::after{
		width: 80px;
	}

	h4{
		padding: 1em 0 0.8em;
		font-size: 1.6em;
	}
}

/***********************************
 table
***********************************/
table{
	margin: 0.5em 0;
	border-collapse: collapse;
}
table tr:first-child th{
	border-top: solid 3px #535353;
}
table tr:first-child td{
	border-top: solid 3px #9a6aa6;
}
table th{
	padding: 10px 20px;
	background: #f1f1f1;
	border-bottom: solid 1px #c1c1c1;
	text-align: left;
	font-weight: normal;
}
table td{
	padding: 10px 20px;
	background: #ffffff;
	border-bottom: solid 1px #c1c1c1;
	text-align: left;
}

table.lineTbl{
	width: 100%;
	border-collapse: separate;
	background: #bcbcbc;
	border-spacing: 0 1px;
	font-size: 0.95em;
}
table.lineTbl tr th,
table.lineTbl tr td{
	background: #ffffff;
	border: none;
}
table.lineTbl th{
	position: relative;
}
table.lineTbl th:after{
	position: absolute;
	top: 7px;
	bottom: 7px;
	right: 0;
	display: block;
	content: "";
	border-right: solid 1px #c0c0c0;
}

@media screen and (max-width: 640px) {
	table th,
	table td{
		padding: 1em 0.6em;
		font-size: 0.95em;
	}

	table.lineTbl{
		margin: 0 auto;
		width: 95%;
		max-width: 510px;
		font-size: 0.9em;
	}
	table.lineTbl th{
		min-width: 55px;
		text-align: center;
	}
}

/***********************************
 .row, .column
***********************************/
.row{
	position: relative;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 80px;
}
.row:has(.column4-1),
.row:has(.column4-3),
.row:has(.column5-1),
.row:has(.column5-4){
	gap: 50px 80px;
}
.row + .row{
	margin-top: 80px;
}
.row .row{
	margin: 0;
	padding: 0 80px;
}
.column1,
.row .column2,
.row .column3-1,
.row .column3-2,
.row .column4-1,
.row .column4-3,
.row .column5-1,
.row .column5-4{
	position: relative;
	display: block;
	vertical-align: middle;
}
.column1{ width: 100%; clear: both; }
.row .column2{ width: calc(50% - (80px /2)); }
.row .column2.narrow{ width: calc(48% - (80px /2)); }
.row .column2.wide{ width: calc(52% - (80px /2)); }
.row .column3-1{ width: calc((100% /3) - (80px *2 /3)); }
.row .column3-2{ width: calc(((100% /3) - (80px *2 /3)) *2 + 80px); }
.row .column4-1{ width: calc(25% - (80px *3 /4)); }
.row .column4-3{ width: calc(((100% /4) - (80px *3 /4)) *3 + 160px); }
.row .column5-1{ width: calc(20% - (80px *4 /5)); }
.row .column5-4{ width: calc(((100% /5) - (80px *4 /5)) *4 + 240px); }
@media screen and (max-width: 640px) {
	.column1,
	.row .column2,
	.row .column2.narrow,
	.row .column2.wide,
	.row .column3-1,
	.row .column3-2{
		width: 100%;
	}
	.row .column4-1,
	.row .column5-1{ width: calc((100% /3) - (1.5rem *2 /3)); }
	.row .column4-3,
	.row .column5-4{ width: calc(((100% /3) - (1.5rem *2 /3)) *2 + 1.5rem); }
}
@media screen and (max-width: 480px) {
	.row .column4-1,
	.row .column5-1{ width: calc(50% - (1.5rem /2)); }

	.row:has(.column4-3),
	.row:has(.column5-4){
		display: block;
	}
	.row:has(.column4-3) .column4-1,
	.row:has(.column5-4) .column5-1{ float: left; margin: 0.5em; width: calc((100% /3) - (1.5rem *2 /3)); }
	.row .column4-3,
	.row .column5-4{ float: left; width: auto; }
}

.column1 img,
.row .column2 img,
.row .column3-1 img,
.row .column3-2 img,
.row .column4-1 img,
.row .column4-3 img,
.row .column5-1 img{
	display: block;
	width: 100%;
}
.row img + img{
	margin-top: 2.5rem;
}

@media screen and (max-width: 640px) {
	.row img + img{
		margin-top: 1.5rem;
	}
}
.row .column2 img.fixity,
.row .column3-1 img.fixity,
.row .column3-2 img.fixity,
.row .column4-1 img.fixity,
.row .column4-3 img.fixity,
.row .column5-1 img.fixity{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.row.boxRowBorder{
	padding: 2.5rem;
	background: #ffffff;
	width: calc(100% - 5rem - 2px);
	border: solid 1px #dfded6;
}
.row .row.boxRowBorder{
	padding: 1.5rem;
	background: #f8f8f8;
	width: calc(100% - 3rem - 2px);
}

@media screen and (max-width: 640px) {
	.row .column2 img.fixity,
	.row .column3-1 img.fixity,
	.row .column3-2 img.fixity,
	.row .column4-1 img.fixity,
	.row .column4-3 img.fixity,
	.row .column5-1 img.fixity{
		position: relative;
		display: block;
		margin: auto;
		width: auto;
		max-width: 100%;
		max-height: unset;
}

	.row.boxRowBorder{
		padding: 1.0em 1.5rem;
		width: calc(100% - 3rem - 2px);
	}
}
@media screen and (max-width: 480px) {
	.row.boxRowBorder::after{
		clear: both;
		display: block;
		content: "";
	}
}

/***********************************
 form
***********************************/
form label{
	display: inline-block;
	margin: 2px 0;
	padding: 3px 30px 3px 3px;
	cursor: pointer;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea{
	margin: 0 5px;
	padding: 8px 10px;
	line-height: 1.3em;
	width: calc(100% - 32px);
}
textarea{
	height:10em;
}
input[type="number"]{
	width: 100px;
}
input[type="text"].short{
	width: calc(45% - 32px);
}

input[type="radio"],
input[type="checkbox"]{
	margin: 0 5px;
	vertical-align: text-top;
	width: 18px;
	height: 18px;
	font-weight: bold;
	cursor: pointer;
}

select{
	margin: 0 5px;
	padding: 8px;
	cursor: pointer;
}

input[type="button"].btn,
input[type="submit"].btn{
	display: block;
	margin: 3em auto 0;
	padding: 8px 20px;
	min-width: 240px;
	background: #e1e1e1;
	border: solid 1px #adadad;
	-webkit-transition: all .8s;
	transition: all .8s;
}
input[type="button"].btn:hover,
input[type="submit"].btn:hover{
	background: #4e2a58;
	border: solid 1px #4e2a58;
	color: #ffffff;
}

/* placeholder */
textarea[name="contact_detail"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder{
	color: #b3b3b3;
	line-height: 2em;
}
/* placeholder IE */
textarea[name="contact_detail"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder{
	color: #b3b3b3;
	line-height: 2em;
}
/* placeholder Edge */
@supports (-ms-ime-align: auto){
	textarea[name="contact_detail"]::-ms-input-placeholder,
	input[type="text"]::-ms-input-placeholder,
	input[type="tel"]::-ms-input-placeholder,
	input[type="email"]::-ms-input-placeholder{
		color: #b3b3b3;
		line-height: 2em;
		opacity: 1;
	}
}

/***********************************
 .btn, .btnBoxRow
***********************************/
/*
a.btn{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}
a.btn:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a.btn.celebration{ background-image: url(/images/btnCelebration.png); width: 250px; height: 250px; }
*/

@media screen and (max-width: 640px) {
	/*
	a.btn{
		background-size: contain;
		width: 320px;
		height: 143px;
	}
	*/

	ul.btnBoxContact{
		margin: auto;
		padding: 1em 0;
		width: 90%;
		max-width: 340px;
	}
	ul.btnBoxContact li{
		position: relative;
		float: none;
		margin: 0 0 1em;
		width: 100%;
		height: 50px;
	}
	ul.btnBoxContact li:last-child{
		margin: 0;
	}
	ul.btnBoxContact li a{
		position: relative;
		height: 100%;
	}
	ul.btnBoxContact li:first-child a{
		background: rgba(167, 0, 29, 0.75);
	}
	ul.btnBoxContact li:last-child a{
		margin: 0;
		background: rgba(134, 0, 167, 0.75);
	}
	ul.btnBoxContact li a::after{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		display: block;
		width: 60px;
		content: "";
	}
	ul.btnBoxContact li:first-child a::after{
		background: url(/images/btn_contact_tel_icon.png) no-repeat center rgba(167, 0, 29, 0.75);
	}
	ul.btnBoxContact li:last-child a::after{
		background: url(/images/btn_contact_fax_icon.png) no-repeat center rgba(134, 0, 167, 0.75);
	}
	ul.btnBoxContact li a img{
		margin: 13px 0 0 55px;
	}
	.drawer-menu ul.btnBoxContact{
		margin: 1em auto 0;
		width: 80%;
	}
}

a.btnTxt{
	display: block;
	margin: 2em auto 0;
	width: calc(100% - 2px);
	max-width: 220px;
	height: 3em;
	line-height: 3em;
	text-align: center;
	border: solid 1px #222222;
}
a.btnTxt:hover{
	background: #4e2a58;
	color: #ffffff;
}

a.underline{
	position: relative;
	display: inline-block;
	padding: 0 0.2em;
}
a.underline::after{
	position: absolute;
	bottom: 0.2em;
	left: 0.2em;
	right: 0.2em;
	display: block;
	border-bottom: solid 1px currentColor;
	content: "";
}

/**********************************************************************
 
 page
 
**********************************************************************/
br.spBr{
	display: none;
}
.pcClose{
	display: none !important;
}
@media screen and (max-width: 640px) {
	.spReverse{
		flex-direction: column-reverse;
		display: flex;
	}
	br.spBr{
		display: block;
	}
	.spClose{
		display: none !important;
	}
	.pcClose{
		display: unset !important;
	}
}

/***********************************
 #mainVisual
***********************************/
#mainVisual{
	position: relative;
	height: 350px;
	background-position: center;
	background-size: cover;
}
#home #mainVisual{
	height: auto;
}
#newspage #mainVisual{ background-image: url(/images/mv_news.jpg); }
#about #mainVisual{ background-image: url(/images/mv_about.png); }
#item #mainVisual{ background-image: url(/images/mv_item.jpg); }
#support #mainVisual{ background-image: url(/images/mv_support.png); }
#contact #mainVisual{ background-image: url(/images/mv_contact.png); }

#mainVisual h2{
	position: absolute;
	bottom: 5.5rem;
	left: 50%;
	margin: 0 0 0 -400px;
	color: #ffffff;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.8), -1px -1px 4px rgba(0,0,0,0.8);
	font-weight: bold;
	font-size: 2.5em;
}
#mainVisual h2 + p{
	position: absolute;
	bottom: 3.5rem;
	left: 50%;
	margin: 0 0 0 -400px;
	color: #ffffff;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.8), -1px -1px 4px rgba(0,0,0,0.8);
	font-weight: bold;
	font-size: 1.2em;
}

@media screen and (max-width: 640px) {
	#mainVisual{
		height: 16rem;
	}
	#home #mainVisual{
		height: 70vh;
	}

	#mainVisual h2{
		top: 8rem;
		bottom: unset;
		left: 1rem;
		margin: 0;
		font-size: 2em;
	}
	#mainVisual h2 + p{
		top: 11.5rem;
		bottom: unset;
		left: 1rem;
		right: 1rem;
		margin: 0;
	}
}

#home .slide{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#home .slide li img{
	max-width: 100%;
	object-fit: cover;
}
@media screen and (max-width: 640px) {
	#home .slide{
		width: 100vw;
		height: 100%;
	}
	#home .slide li img{
		width: auto;
		max-width: auto;
		min-width: 100%;
		height: 70vh;
		opacity: 0;
	}
	#home .slide li{
		position: relative;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	#home .slide li:nth-child(1){
		background-image: url(/images/mv1_sp.jpg);
	}
	#home .slide li:nth-child(2){
		background-image: url(/images/mv2_sp.jpg);
	}
	#home .slide li:nth-child(3){
		background-image: url(/images/mv3_sp.jpg);
	}
	#home .slide li::after{
		position: absolute;
		top: 50px;
		bottom: 0;
		left: 20px;
		right: 20px;
		display: block;
		margin: auto;
		width: calc(100% - 40px);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		background-image: url(/images/mv_sp_txt2.png);
		content: "";
	}
	#home .slide li:nth-child(1)::after{
		background-image: url(/images/mv_sp_txt1.png);
	}
}

/***********************************
 home
***********************************/
#home #concept{
	padding: 1em 0;
	background: linear-gradient(45deg, #f6f6e9, #ffffff 48%, #e8faf9 48%);
}
#home #concept section{
	padding: 0;
	width: 100%;
}
#home #concept img{
	margin: -10px auto -50px;
	width: auto;
	height: 608px;
}
#home #concept p{
	margin: 0 auto 1.2em;
	width: 86%;
}

#home #news{
	text-align: left;
	z-index: 1;
}

#home #news img.free{
	position: absolute;
	top: calc(-26px - 5em);
	left: 56%;
	width: auto;
	z-index: -1;
}
#home #news ul.newsLst{
	margin: 0 2rem 0 0.5rem;
}
#home #news ul.newsLst li{
	position: relative;
	margin: 0 0 1rem;
	padding: 0 0 0 9em;
}
#home #news ul.newsLst li span{
	position: absolute;
	left: 0;
	display: inline-block;
	width: 9em;
}
#home #news ul.newsLst li a{
	border-bottom: dotted 1px currentColor;
}
#home #news a.more{
	float: right;
	display: block;
	margin: 0.5rem 2rem;
	border: none;
}

#home #news ul.bnrLst li{
	display: block;
	margin: 0 0 1em;
}
#home #news ul.bnrLst li a{
	display: block;
}

#home #news #cautionTxt{
	position: relative;
	clear: both;
	margin: 180px 1.5rem 0 0;
	padding: 1em 1.5em;
	font-size:1.2em;
	background: #fcfcf8;
}
#home #news #cautionTxt::after{
	position: absolute;
	top: 1em;
	bottom: -1em;
	left: 1em;
	right: -1em;
	display: block;
	background: #e8faf9;
	content: "";
	z-index: -1;
}
#home #news #cautionTxt h2{
	margin: 0 0 0.5em;
	padding: 0;
	border-bottom: none;
	font-weight: bold;
	font-size: 1.4em;
}
#home #news #cautionTxt p{
	margin: 0;
	padding: 0.5em 0;
}

@media screen and (max-width: 640px) {
	#home #concept{
		padding: 3em 0;
	}
	#home #concept section{
		width: calc(100% - 8vw);
	}
	#home #concept .row .column2{
		margin-bottom: 0;
	}
	#home #concept img{
		margin: 0 auto;
		width: 100%;
		height: auto;
	}

	#home #news ul.newsLst{
		margin: 0 0.5rem;
	}
	#home #news a.more{
		float: none;
		margin: 0.5rem;
		text-align: right;
	}

	#home #news ul.bnrLst li a{
		margin: 0 auto;
		max-width: 320px;
	}

	#home #news #cautionTxt{
		display: inline-block;
		margin: 80px auto 40px;
		padding: 1em;
		width: calc(100% - 3em);
	}
}


/***********************************
 newspage
***********************************/
#newspage ul#newsList{
	margin: auto;
	max-width: 800px;
	text-align: left;
}
#newspage ul#newsList li{
	position: relative;
	margin: 0 0 1em;
	padding: 0 0 0 7em;
}
#newspage ul#newsList li span{
	position: absolute;
	left: 0;
	display: block;
	width: 7em;
}


/*** newspage detail ***/

#newspage h3.txt{
	padding: 30px 0 50px;
	height: auto;
}

#newspage p.date{
	margin: 0 0 1.2em;
	text-align: right;
}

#newspage #newsBox{
	margin: 0 0 50px;
}
#newspage #newsBox:after{
	clear: both;
	display: block;
	content: "";
}

/*** h4, h5   -- For Editor ***/
#newspage #newsBox h4,
#newspage #newsBox h5{
	display: flex;
	font-weight: normal;
}
#newspage #newsBox h4{
	position: relative;
	margin: 10px 0 20px;
	padding: 6px 0 4px 20px;
	height: auto;
	border-bottom: dotted 1px #000000;
	color: #474747;
	text-indent: 0;
	font-size: 1.3em;
}
#newspage #newsBox h4:after{
	position: absolute;
	top: 9px;
	bottom: 9px;
	left: 0;
	display: block;
	content: "";
	border-left: solid 7px #bb3f54;
}
#newspage #newsBox h5{
	margin: 10px 0 15px;
	padding: 0 0 4px;
	font-size: 1.1em;
	border-bottom: dotted 1px #b1b1b1;
}
#newspage #newsBox h5::before{
	display: none;
}
#newspage #newsBox p + h5{
	margin-top: 30px;
}

@media screen and (max-width: 640px) {
	#newspage #newsBox h4{
		padding-left: 15px;
	}
}

/*** p, ul, ol   -- For Editor ***/
#newspage #newsBox p{
	margin: 10px 0 15px;
}
#newspage #newsBox img#photo1,
#newspage #newsBox img#photo2,
#newspage #newsBox img#photo3,
#newspage #newsBox img#photo4{
	display: block;
	width: auto;
	max-width: 50%;
}

#newspage #newsBox ul,
#newspage #newsBox ol{
	margin: 10px 0 15px 30px;
}
#newspage #newsBox ul{
	list-style-type: disc;
}

/*** img ***/
#newspage #newsBox img#photo1.fltL{
	margin: 15px 40px 30px 0;
}
#newspage #newsBox img#photo1.fltR{
	margin: 15px 0 30px 40px;
}
#newspage #newsBox img#photo2{
	float: left;
	max-width: calc(50% - 15px);
}
#newspage #newsBox img#photo3{
	float: right;
	width: calc(50% - 15px);
}
#newspage #newsBox img.photo4{
	float: left;
	margin: 0 15px 0 0;
	width: calc((100% / 3) - 10px);
}
#newspage #newsBox img.photo4:last-child{
	margin: 0;
}

/*** #relatedBox ***/
#newspage #relatedBox li{
	display: inline-block;
	margin: 0 5px 10px;
}
#newspage #relatedBox li a{
	display: block;
	padding: 5px 15px;
	min-width: 200px;
	border: solid 1px #cccccc;
	text-decoration: none;
	color: #282828;
}
#newspage #relatedBox li a:hover{
	background: #fcffd2;
}

@media screen and (max-width: 640px) {
	#newspage #newsBox img#photo1.fltL{
		margin: 5px 15px 15px 0;
	}
	#newspage #newsBox img#photo1.fltR{
		margin: 5px 0 15px 15px;
	}
	#newspage #newsBox img#photo2{
		float: left;
		max-width: calc(50% - 7px);
	}
	#newspage #newsBox img#photo3{
		float: right;
		width: calc(50% - 7px);
	}
	#newspage #newsBox img.photo4{
		margin: 0 9px 0 0;
		width: calc((100% / 3) - 6px);
	}
}
@media screen and (max-width: 450px) {
	#newspage #relatedBox li{
		display: block;
		margin: 0 0 10px;
	}
}













/***********************************
 about
***********************************/
#about #aisatsu{
	margin: 1em 0 0;
	letter-spacing: 0.08em;
	line-height: 1.8em;
	font-size: 1.1em;
}
@media screen and (max-width: 1120px) {
	#about #aisatsu{
		margin: 0;
	}
}

#about h4{
	padding: 30px 0.5em 20px;
}
#about h4#ttlHistory{
	padding: 100px 0.5em 20px;
}

#about table#history,
#about table#history tr th,
#about table#history tr td{
	background: none;
	border: none;
	font-size: 0.95em;
	letter-spacing: 0;
}
#about table#history tr th{
	width: 80px;
	vertical-align: top;
	border-right: solid 5px #f1f7ed;
	color: #799d60;
}
#about table#history tr:first-child th,
#about table#history tr:first-child td{
	padding-top: 25px;
}
#about table#history tr:last-child th,
#about table#history tr:last-child td{
	padding-bottom: 25px;
}
#about table#history tr td ul li{
	position: relative;
	margin: 0 0 5px;
}
#about table#history tr:last-child td ul li:last-child{
	margin: 0;
}
#about table#history tr td ul li:before{
	position: absolute;
	top: 5px;
	left: -27px;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #b2d29b;
	content: "";
}
#about table#history tr.big th{
	font-weight: bold;
	font-size: 1.2em;
}
#about table#history tr.big td ul li:before{
	top: 0;
	left: -31px;
	width: 17px;
	height: 17px;
}
#about table#history tr.big td ul li.mini:before{
	top: 6px;
	left: -27px;
	width: 9px;
	height: 9px;
}
#about table#history tr td ul li span{
	position: absolute;
	left: 0em;
	display: inline-block;
}
#about table#history tr td ul li:has(span){
	padding-left: 2.5em;
}

#about .signature{
	margin: 0.5em 0.5em 0;
	font-family: 'Yuji Boku', serif;
	text-align: right;
}

@media screen and (max-width: 640px) {
	#about .signature{
		margin: 0.5em auto 0;
		width: calc(90% - 1em);
	}

	#about .row .column3-1 img,
	#about .row .column2 img{
		margin: 0 auto;
		width: auto;
		max-width: 90%;
	}
	#about .row .column2 img + img{
		margin-top: 1em;
	}

	#about table.lineTbl{
		margin-bottom: 20px;
	}

	#about h4#ttlHistory{
		padding-top: 3em;
	}
	
	#about table#history tr th{
		padding: 10px 20px 10px 10px;
		width: auto;
		max-width: 100px;
		font-size: 0.95em;
		white-space: nowrap;
	}
	#about table#history tr.big th{
		font-size: 1.1em;
	}
	#about table#history tr td{
		padding: 10px 10px 10px 20px;
	}
	
	/*
	#about #aisatsu div.photo{
		margin: 0 0 5px 10px;
		width: auto;
		max-width: 50%;
		text-align: right;
		font-size: 0.9em;
		line-height: 1.2em;
	}
	#about #aisatsu div.photo img{
		width: 100%;
	}
	*/

	#about #book{
		width: calc(100% + 40px);
	}
}


/***********************************
 item
***********************************/
#item #mainVisual + article{
	padding-top: 3em
}
#item ul.itemLst{
	display: flex;
	flex-wrap: wrap;
	gap: 2em 3em;
	padding: 0 0 2em;
}
#item ul.itemLst li{
	width: calc((100% - 6em) /3);
}
#item ul.itemLst li .imgBox{
	position: relative;
	margin: 0 0 0.5em;
	width: 100%;
	max-height: 250px;
	min-height: 150px;
	height: 13vw;
	background: #ffffff;
}
#item ul.itemLst li .imgBox img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	width: auto;
	max-width: 80%;
	height: auto;
	max-height: 90%;
}
#item ul.itemLst li strong{
	display: block;
	margin: 0 0 0.5em;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	#item ul.itemLst{
		gap: 2em 1em;
		padding: 0 0 1em;
	}
	#item ul.itemLst li{
		width: calc(50% - 0.5em);
	}
	#item ul.itemLst li .imgBox{
		max-height: 200px;
		min-height: 130px;
		height: 17vw;
	}
}
@media screen and (max-width: 460px) {
	#item ul.itemLst{
		gap: 2em 0;
	}
	#item ul.itemLst li{
		width: 100%
	}
	#item ul.itemLst li .imgBox{
		max-height: 300px;
		min-height: 120px;
		height: 40vw;
	}
}

/***********************************
 support
***********************************/
#support section:has(.btnBox){
	padding-bottom: 2em;
}
#support .btnBox{
	margin: 3em auto 0;
	width: 80%;
	min-width: calc(520px + 3em);
}
#support .btnBox a.btnTxt{
	display: inline-block;
	margin: 0 4em 0 0;
	max-width: 260px;
	height: 5em;
	line-height: 5em;
}
#support .btnBox a.btnTxt:last-child{
	margin: 0;
}
#support #liq .row{
	justify-content: center;
}
#support #liq a.btnTxt{
	margin: 0 auto;
}
#support #liq .row:last-child{
	gap: 0 40px;
}
#support #liq .row:last-child .column2{
	width: calc(50% - (44px /2));
	background: #ffffff;
	border-radius: 20px;
	border: solid 1px #a440bd;
	text-align: left;
}
#support #liq .row:last-child .column2:last-child{
	border: solid 1px #bd4056;
}
#support #liq .row:last-child .column2 strong{
	position: absolute;
	top: -0.9em;
	left: 20px;
	right: 20px;
	display: inline-block;
	margin: auto;
	padding: 0 10px;
	width: 18em;
	background: #a440bd;
	line-height: 1.8em;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
}
#support #liq .row:last-child .column2:last-child strong{
	background: #bd4056;
}
#support #liq .row:last-child .column2 h5{
	margin: 30px 20px 20px;
	padding: 0 10px 10px;
	border-bottom: dashed 1px #a440bd;
	color: #a440bd;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
}
#support #liq .row:last-child .column2:last-child h5{
	border-bottom: dashed 1px #bd4056;
	color: #bd4056;
}
#support #liq .row:last-child .column2 h5::before{
	display: none;
}
#support #liq .row:last-child .column2 p{
	margin: 0 20px 30px;
}

#support #smart h4{
	position: relative;
	display: inline-block;
	padding: 20px 180px;
}
#support #smart h4::before,
#support #smart h4::after{
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto 0;
	background: url(/images/smart_ttl.png) no-repeat;
	width: 150px;
	height: 50px;
	content: "";
}
#support #smart h4::before{
	left: 0;
}
#support #smart h4::after{
	right: 0;
	transform: scale(-1, -1);
}
#support #smart #ex{
	position: relative;
	justify-content: center;
	gap: 50px;
	margin: 20px 0 90px;
	padding: 20px 0;
	background: linear-gradient(110deg, #ddf6ff 52%, #fffddd 48%);
	border: solid 8px #83d5f1;
	border-radius: 30px;
}
#support #smart #ex::before,
#support #smart #ex::after{
	position: absolute;
	bottom: -65px;
	display: block;
	background-color: #febf00;
	width: 60px;
	height: 60px;
	content: "";
	clip-path: polygon(50% 100%, 0 50%, 100% 50%);
}
#support #smart #ex::before{
	left: 25%;
}
#support #smart #ex::after{
	right: 25%;
}
#support #smart #ex h5{
	padding: 5px 0 20px 60px;
	font-weight: bold;
}
#support #smart #ex h5::before{
	top: 0;
	background: url(/images/smart_ttl2.png) no-repeat;
	width: 48px;
	height: 41px;
}
#support #smart #ex ul{
	position: relative;
	margin: 0 0 0 5em;
}
#support #smart #ex .column2.narrow ul{
	margin: 0 3.5em 0 1.5em;
}
#support #smart #ex ul::before{
	position: absolute;
	top: 20px;
	left: -4.8em;
	display: block;
	background: url(/images/smart1.png) no-repeat;
	width: 40px;
	height: 150px;
	content: "";
	transform: scale(-1, 1);
}
#support #smart #ex .column2.narrow ul::before{
	left: unset;
	right: -3.3em;
	transform: scale(1, 1);
}

#support #smart #smartOrder{
	margin: 0 0 20px;
}
#support #smart #smartOrder h5{
	display: inline-block;
	margin: 0 56px 20px 36px;
	padding: 8px 10px 20px;
	background: linear-gradient(0, #ffffff 23px, #febf00 23px, #febf00 30px, #ffffff 30px);
	font-weight: bold;
}
#support #smart #smartOrder h5 span{
	padding: 0 0.3em;
	font-size: 2em;
}
#support #smart #smartOrder h5::before{
	top: 0;
	left: -36px;
	background: url(/images/smart_ttl3.png) no-repeat;
	width: 26px;
	height: 42px;
}
#support #smart #smartOrder h5::after{
	position: absolute;
	top: 0;
	right: -56px;
	display: block;
	background: url(/images/smart_ttl4.png) no-repeat center;
	width: 46px;
	height: 42px;
	content: "";
}
#support #smart #smartOrder ol{
	list-style-type: none;
	display: flex;
	gap: 20px 40px;
	margin: 0;
}
#support #smart #smartOrder ol li{
	flex: 1;
	position: relative;
}
#support #smart #smartOrder ol li::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: -30px;
	display: block;
	margin: auto 0;
	background: #83d5f1;
	width: 35px;
	height: 35px;
	content: "";
	clip-path: polygon(40% 0, 40% 100%, 100% 50%);
}
#support #smart #smartOrder ol li:last-child:after{
	display: none;
}
#support #smart #smartOrder ol li p{
	margin: 0 0 0.5em;
	height: 2.2em;
	line-height: 2em;
	text-align: center;
}
#support #smart #smartOrder ol li p:has(br){
	line-height: 1.1em;
}
#support #smart #smartOrder ol li img{
	display: block;
	margin: auto;
	width: 90%;
	border: solid 1px #cdcdcd;
}

#support #smart #registrationBox{
	display: grid;
	grid-template-columns: 590px 120px;
	gap: 0 50px;
	justify-content: center;
	margin: 0 auto;
}
#support #smart #registrationBox a.forPC{
	display: inline-block;
}
#support #smart #registrationBox a.forSP{
	display: none;
}
#support #smart #registrationBox img{
	display: block;
	margin-top: 30px;
	height: 120px;
}

#support #retailers .row{
	gap: 20px;
	margin: 0 0 30px;
}
#support #retailers .row .column3-1{
	width: calc((100% /3) - (20px *2 /3));
}

@media screen and (max-width: 640px) {
	#support .btnBox{
		min-width: auto;
	}
	#support .btnBox a.btnTxt{
		margin: 0 auto 1.5em;
	}
	#support .btnBox a.btnTxt:last-child{
		margin: 0 auto;
	}

	#support #liq .row:last-child .column2{
		margin-top: -20px;
		width: 80%;
		min-width: 350px;
	}
	#support #liq .row .column2:has(strong) + .column2:has(strong){
		margin-top: 30px;
	}
	#support #liq .column2:has(strong){
		margin: 0 auto;
		width: 80%;
	}

	#support #smart h4{
		padding: 20px 80px;
		line-height: 1.2em;
	}
	#support #smart h4::before,
	#support #smart h4::after{
		background-size: contain;
		width: 70px;
		height: 30px;
	}
	#support #smart #ex{
		gap: 30px;
		margin: 20px 0 70px;
		padding: 20px;
		background: linear-gradient(185deg, #ddf6ff 55%, #fffddd 45%);
	}
	#support #smart #ex::before,
	#support #smart #ex::after{
		bottom: -55px;
		width: 40px;
		height: 40px;
	}

	#support #smart #smartOrder h5{
		padding: 10px 5px;
		background: linear-gradient(0, #ffffff 45px, #febf00 45px, #febf00 54px, #ffffff 54px);
		line-height: 1.8em;
		text-align: center;
	}
	#support #smart #smartOrder h5 span{
		padding: 0;
	}
	#support #smart #smartOrder h5::before,
	#support #smart #smartOrder h5::after{
		top: 2.2em;
		background-size: contain;
		height: 36px;
	}
	#support #smart #smartOrder ol{
		display: block;
	}
	#support #smart #smartOrder ol li{
		margin: 0 0 45px;
	}
	#support #smart #smartOrder ol li::after{
		top: unset;
		bottom: -30px;
		left: 0;
		right: 0;
		margin: 0 auto;
		clip-path: polygon(50% 100%, 0 50%, 100% 50%);
	}
	#support #smart #smartOrder ol li p{
		font-weight: bold;
	}
	#support #smart #smartOrder ol li img{
		margin: auto;
		width: 60%;
		max-width: 400px;
	}

	#support #smart #registrationBox{
		display: inline-block;
	}
	#support #smart #registrationBox a.forPC{
		display: none;
	}
	#support #smart #registrationBox a.forSP{
		display: block;
		margin-top: 1em;
	}

	#support #retailers .row .column3-1{
		margin: auto;
		width: 80%;
	}

}

/***********************************
 contact
***********************************/
#contact form table{
	margin: 0 auto;
}
#contact form table th{
	width: 140px;
}
#contact form .btnBox .btn{
	display: inline-block;
	margin: 3em 0.5em 0;
	min-width: 180px;
}

@media screen and (max-width: 640px) {
	#contact form table{
		width: 90%;
		min-width: 300px;
	}
	#contact form table th,
	#contact form table td{
		display: block;
	}
	#contact form table th{
		width: auto;
	}
	#contact form table tr:first-child th{
		border-top: solid 3px #9a6aa6;
		border-bottom: solid 1px #c1c1c1;
	}
	#contact form table tr:first-child td{
		border-top: none;
	}
}


#contact ul.bnrLst{
	margin: 2em 0 0;
}
#contact ul.bnrLst li{
	display: inline-block;
	margin: 0 1em 1em;
	width: 25%;
}
#contact ul.bnrLst li a{
	display: block;
}
#contact ul.bnrLst li a img{
	display: block;
	width: 100%;
}

@media screen and (max-width: 640px) {
	#contact .btnBox{
		min-width: auto;
	}
	#contact .btnBox a.btnTxt{
		margin: 0 auto 1.5em;
	}
	#contact .btnBox a.btnTxt:last-child{
		margin: 0 auto;
	}

	#contact ul.bnrLst li{
		display: block;
		margin: 0 auto 1em;
		width: 90%;
		max-width: 320px;
	}
}

/***********************************
 privacy
***********************************/
#privacy section{
	text-align: left;
	max-width: 70%;
}
@media screen and (max-width: 640px) {
	#privacy section{
		max-width: calc(100% - 8vw);
	}
}

#privacy section ul{
	list-style-type: disc;
	margin-left: 1.25em;
	text-align: left;
}
#privacy section ul li,
#privacy section ol li{
	margin: 0 0 0.4em;
}





/***********************************
 privacy
***********************************/
p.law{
	padding: 0 20px 10px;
	text-align: left;
}
dl.law{
	margin: 0 20px 15px;
	text-align: left;
}
dl.law dt{
	margin: 0 0 10px 0;
	font-weight: bold;
}
dl.law dd{
	margin: 0 0 10px 20px;
}

/***********************************
 Animation
***********************************/
.animeIn{
	animation-name:animeInMove;
	animation-duration:1s;
	animation-fill-mode:forwards;
}
@keyframes animeInMove{
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
section{
	opacity: 0;
}
