@charset "UTF-8";

@import url("./font.css");
@import url("./normalize.css");
@import url("./general.css");

/* -----------------------------------------------------
スクリーン用スタイルファイル
----------------------------------------------------- */


/* ▼基本要素スタイル */
/* ----------------------------------------------------- */
html {
	width: 100%;
	overflow-y: scroll;
	font-family: sans-serif; /* 1 */
	font-family: "Noto Sans CJK JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	line-height: 1.75;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

@media screen and (min-width: 767px) {
	html {
		font-size: 20px;
	}
}

@media screen and (max-width: 766px) {
	html {
		font-size: 5.333vw;
		font-size: 2.666vw;
	}
}

body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: "Noto Sans CJK JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;	/* center in winIE */
	color: #1a1a1a;
	background-color: #ffffff !important;
}

* {
	font-family: inherit;
	font-size: 100%;
}

div,p, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, input, table, tr, th, td,
object, param, embed {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans CJK JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none #ffffff;
	vertical-align: top !important;
	vertical-align: middle;
	color: #666666;
}

*+html body img {
	vertical-align: middle !important;
}

strong {
	font-weight: bold;
}

em {
	font-style: normal;
}

em i {
	padding: 0.3em 0 0 0;
	font-style: normal;
	background-repeat: repeat-x;
	background-size: 1em 0.5em;
	background-position: top left;
	background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#ffffff),color-stop(0.5,#ffffff),color-stop(0.9,transparent),to(transparent));
	background-image: -webkit-radial-gradient(center center, 0.1em 0.1em, #ffffff, #ffffff 95%, transparent 95%, transparent);
	background-image: radial-gradient(0.1em 0.1em at center center, #ffffff, #ffffff 95%, transparent);
}

sup {
	font-size: 0.5em;
	vertical-align: top;
}

.hidden,
.is-hide {
	display: none;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.clear {
	clear: both;
}

.floatCenter {
	margin-right: auto !important;
	margin-left: auto !important;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.note {
	padding: 0 0 0 1em;
	font-size: 0.8333em;
}

p.note::before {
	content: "※";
	margin: 0 0 0 -1em;
}

ul.note {
	padding: 0;
	font-size: 1em;
	list-style-type: none
}

ul.note li {
	padding: 0 0 0 2em;
}

ul.note li::before {
	content: "※";
	margin: 0 1em 0 -2em;
}

.quot {
	padding: 0 0 0 1em;
}

.quot span {
	margin: 0 0 0 -1em;
}

.line {
	background: #dcff1d;
}

.underline {
	text-decoration: underline;
}

/*
.large {
	font-size: 1.286em;
}

.small {
	font-size: 0.5em;
}
*/

.clear {
	clear: both;
}

.red {
	color: #d50012;
}

.grayscale {
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	     -o-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.cursorDefault {
	cursor: default;
	pointer-events: none;
}

.atmark::before {
	content: "@";
}



iframe[name="google_conversion_frame"] {
	display: none;
}



@media screen and (min-width: 767px) {
	.sp,
	.spimage,
	/* img[src*="_sp."], */
	.hidden {
		display: none !important;
	}

	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media screen and (max-width: 766px) {
	.pc,
	.pcimage,
	/* img[src*="_pc."], */
	.hidden {
		display: none !important;
	}
}





/* ▼リンク指定 */
/* ----------------------------------------------------- */
a:link {
	color: #2981b8;
	text-decoration: underline;
}

a:visited {
	color: #30140e;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #009999;
	text-decoration: none;
}

a:link,
a:visited {
	opacity: 1.0;
	transition: all 0.5s;
}

a:hover,
a:active {
	opacity: 0.6;
}



a[href=""] {
	pointer-events: none;
}

p a[rel^="noopener"] {
	text-decoration: none;
}

p a[rel^="noopener"]::before {
	content: "\f00e";
	font-family: "FontAwesomeSolid";
	margin: 0 0.5em 0 0;
	font-size: 1.333em;
	text-decoration: none;
}





/* ▼アイコン */
/* ----------------------------------------------------- */
.icon {
	margin: 1em;
	padding: 0;
	list-style-type: none;
}

.icon li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 2em;
}

.icon li::before {
	display: inline-block;
	width: 1em;
	margin: 0 0.75em 0 -1.75em;
	font-family: "FontAwesome";
	font-size: 1.143em;
	color: #979797;
	text-align: center !important;
}





/* ▼コンテナ */
/* ----------------------------------------------------- */
div.section,
footer {
	margin: 0;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
}

div.container {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	box-sizing: border-box;
}

div.wrap {
	clear: both;
	width: 89.334%;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

footer::after,
div.section::after,
div.container::after,
div.wrap::after {
	clear: both;
	display: table;
	content: "";
}

@media screen and (min-width: 767px) {
	div.container {
		width: 100%;
		max-width: 750px;
	}
}

@media screen and (max-width: 766px) {
	div.container {
		width: 89.334%;
		width: 100%;
	}
}



div.section div.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}



div.section h1,
div.section h2,
div.section h3,
div.section h4,
div.section h5,
div.section h6,
div.section table th,
div.section strong,
div.section b {
	font-weight: 700;
	line-height: 1.75;
}

header ul li,
nav ul li,
div.section p,
div.section dl,
div.section ul li,
div.section ol li,
div.section table td,
div.section figure,
footer p,
footer ul li,
footer address {
	font-weight: 400;
	line-height: 1.75;
}

div.section p,
div.section ul,
div.section ol,
div.section dl,
div.section table,
div.section figure {
	margin: 1.5em 0;
}

div.section ol li {
	margin-left: 1.2em;
}

div.section iframe {
	border: 0 none;
}





/* ▼keyvisual */
/* ----------------------------------------------------- */
div#keyvisual,
div#offer {
	background: #0c0c0c;
}

div#keyvisual div.container,
div#offer div.container {
	background: url(../img/keyvisual.jpg) no-repeat center top;
	background-size: 100% auto;
}

div#keyvisual p,
div#keyvisual ul,
div#offer p,
div#offer ul {
	display: none;
}





/* ▼products */
/* ----------------------------------------------------- */
div.products {
	background: url(../img/bg_washi.jpg) repeat center top;
}

div.products div.container {
	padding: 0 0 5rem 0;
	background: url(../img/products.jpg) no-repeat center bottom;
	background-size: 100% auto;
}

div.products div.wrap {
	width: 78.667%;
}

div.products div.product {
	margin: 2.5rem 0;
	padding: 0 0 1px 0;
	background: #ffffff;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.25))
}

div.products div.product figure {
	margin: 0;
}

div.products div.product p {
	margin: 0 auto;
	width: 79.662%;
}

div.products div.product figure + p {
	margin-top: -1.75rem;
}

div.products div.product p:nth-child(3) {
	margin-top: 1.5rem;
}

div.products div.product p:last-child {
	margin-bottom: 4rem;
}

div.products div.product p a {
	position: relative;
	display: block;
	padding: 1em;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #000000;
}

div.products div.product p a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1em;
	width: 1em;
	height:1em;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ffffff%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M7.4%2C23c-0.5%2C0-1-0.2-1.3-0.5c-0.7-0.7-0.7-1.9%2C0-2.6l8-7.9L6%2C4.1C5.3%2C3.4%2C5.3%2C2.3%2C6%2C1.5c0.7-0.7%2C1.9-0.7%2C2.6%2C0l9.3%2C9.2c0.7%2C0.7%2C0.7%2C1.9%2C0%2C2.6l-9.3%2C9.2C8.3%2C22.8%2C7.8%2C23%2C7.4%2C23z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	transform: translate(0,-50%);
}



@media screen and (min-width: 767px) {
div.products {
		
	}
}

@media screen and (max-width: 766px) {
div.products {
		background-size: 50% auto;
	}
}





/* ▼recommend */
/* ----------------------------------------------------- */
div#recommend {
	background: #000000;
}

div#recommend div.container {
	position: relative;
	padding: 3rem 0 7.5rem 0;
	background: url(../img/bg_udon.jpg) no-repeat center top;
	background-size: 100% auto;
}

div#recommend div.container::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0.1rem;
	height: 4.4rem;
	background: #ffffff;
	transform: translate(-50%,0);
}

div#recommend div.recommend {
	margin: 1.5rem 0;
	padding: 2rem;
	background: #ffffff;
}

div#recommend div.recommend h3 {
	border-bottom: dashed 1px #989898;
}

div#recommend div.recommend p {
	font-size: 1rem;
	line-height: 2;
}

div#recommend div.recommend h3 + p {
	display: none;
}



@media screen and (min-width: 767px) {
	div#recommend {
		
	}
}

@media screen and (max-width: 766px) {
	div#recommend {
		
	}
}





/* ▼secret */
/* ----------------------------------------------------- */
div#secret {
	background: #ffffff;
}

div#secret div.secret p {
	display: none;
}





/* ▼voice */
/* ----------------------------------------------------- */
div#voice {
	background: url(../img/bg_washi.jpg) repeat center bottom;
}

div#voice ul {
	margin: 0;
}

div#voice ul li {
	list-style-type: none;
	margin: 0;
}



@media screen and (min-width: 767px) {
	div. {
		
	}
}

@media screen and (max-width: 766px) {
	div. {
		
	}
}





/* ▼gift */
/* ----------------------------------------------------- */
div#gift {
	background: url(../img/bg_washi.jpg) repeat center top;
}

div#gift div.container {
	padding: 0 0 6rem 0;
}

div#gift div.gift {
	margin: 2rem 0;
	background: #ffffff;
}

div#gift div.gift div.text {
	padding: 0.5em 2em;
}

div#gift div.gift p {
	font-size: 1.1rem;
	line-height: 2;
}





/* ▼howto */
/* ----------------------------------------------------- */
div#howto {
	background: #000000;
}

div#howto div.container {
	position: relative;
	padding: 3rem 0;
	background: url(../img/bg_udon.jpg) no-repeat center top;
	background-size: 100% auto;
}

div#howto div.howto {
	margin: 4.5rem 0;
}

div#howto div.howto h3 {
	margin: 0 0 2.5rem 0;
}

div#howto div.howto div.flex {
	justify-content: space-between;
}

div#howto div.howto div.flex figure {
	width: 40.896%;
	margin: 0;
}

div#howto div.howto div.flex p {
	width: 55.971%;
	margin: 0;
	font-size: 1.2rem;
	line-height: 2;
	color: #ffffff;
}




/* ▼form */
/* ----------------------------------------------------- */
div#form {
	position: relative;
	z-index: 101;
	padding: 0;
	background: url(../img/form_bg.png) no-repeat center top;
}

div#form h2 {
	margin: 0;
	line-height: 0;
}

div#form h3 {
	width: 96%;
	margin: 0 auto;
	padding: 0.3em;
	font-size: 2rem;
	color: #ffffff;
	text-align: center;
	background: #000000;
	box-sizing: border-box;
}

div#form form,
div#form div#thanks {
	width: 96%;
	margin: 0 auto;
	padding: 1.25rem;
	border: 0.1rem solid #000000;
	background: #ffffff;
	box-sizing: border-box;
}

div#form form p,
div#form div#thanks p {
	font-size: 1.2rem;
}

div#form form dl {
	margin: 0;
}

div#form form > dl > dt {
	font-size: 1.6rem;
}

div#form form > dl > dt span {
	margin: 0 0 0 0.5em;
	padding: 0.1em 0.5em;
	font-size: 1.2rem;
	color: #ffffff;
	background: #808080;
}

div#form form > dl > dt span.required {
	background: #b60000;
}

div#form form > dl > dt span + span {
	display: none;
}

div#form form > dl > dd + dt {
	margin: 1.5em 0 0 0;
}

div#form form > dl > dd {
	margin: 0.8em 0 0 0;
	font-size: 1.2rem;
}

div#form form > dl > dd.note {
	font-size: 1rem;
}

div#form form > dl > dd input#optin_postcode {
	width: 50%;
}

div#form form > dl > dd dl,
div#form form > dl > dd ul {
	padding: 0 0 0 0.5em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

div#form form > dl > dd ul {
	margin: 0;
}

div#form form > dl > dd dl + dl {
	margin-top: 1em;
}

div#form form > dl > dd dl dt {
	margin: 0;
}

div#form form > dl > dd dl dd,
div#form form > dl > dd ul li {
	margin: 0;
}

div#form form > dl > dd ul li {
	list-style-type: none;
}

div#form form > dl > dd dl dd input[type="radio"],
div#form form > dl > dd ul li input[type="radio"],
div#form form > dl > dd dl dd input[type="checkbox"],
div#form form > dl > dd ul li input[type="checkbox"] {
	/* display: none; */
	opacity: 0;
	margin: 0;
}
 {
	font-size: 2em;
}

div#form form > dl > dd dl dd input[type="radio"] + label,
div#form form > dl > dd ul li input[type="radio"] + label,
div#form form > dl > dd dl dd input[type="checkbox"] + label,
div#form form > dl > dd ul li input[type="checkbox"] + label {
	position:relative;
	display: inline-block;
	margin: 0 1em 0 -1em;
	padding: 0.1rem 0.3rem 0.1rem 2rem;
	font-size: 1.4rem;
}

div#form form > dl > dd dl dd input[type="radio"] + label:before,
div#form form > dl > dd ul li input[type="radio"] + label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0.3rem;
	width: 1.2rem;
	height: 1.2rem;
	margin: 0.1em 0 0 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 50%;
	transform: translate(0,-50%);
}

div#form form > dl > dd dl dd input[type="radio"]:checked + label::after,
div#form form > dl > dd ul li input[type="radio"]:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0.65rem;
	width: 0.6rem;
	height: 0.6rem;
	margin: 0.1em 0 0 0;
	background: #000000;
	border-radius: 50%;
	transform: translate(0,-50%);
}

div#form form > dl > dd dl dd input[type="checkbox"] + label:before,
div#form form > dl > dd ul li input[type="checkbox"] + label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0.3rem;
	width: 1.2rem;
	height: 1.2rem;
	margin: 0.1em 0 0 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 0.3rem;
	transform: translate(0,-50%);
}

div#form form > dl > dd dl dd input[type="checkbox"]:checked + label::after,
div#form form > dl > dd ul li input[type="checkbox"]:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0.65rem;
	width: 0.6rem;
	height: 0.6rem;
	margin: 0.1em 0 0 0;
	background: #000000;
	transform: translate(0,-50%);
}

/*
div#form form > p button,
div#form div#thanks > p.btn button {
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 700;
	background: #444444;
	border-radius: 2.5em;
}

div#form form > p button#optin_submit,
div#form div#thanks > p.btn button#optin_submit {
	background: #b60000;
}

div#form form > p button#optin_submit::after,
div#form div#thanks > p.btn button#optin_submit::after {
	content: "\f105";
	font-family: "FontAwesome";
	margin: 0 0 0 1em;
}

div#form form > p button#return::before,
div#form div#thanks > p.btn button#return::before {
	content: "\f104";
	font-family: "FontAwesome";
	margin: 0 1em 0 0;
}

div#form form > p button#return + button#optin_submit,
div#form div#thanks > p.btn button#return + button#optin_submit {
	margin-top: 1.5em;
}
*/

div#form form div#privacy {
	height: 20em;
	overflow: hidden;
	overflow-y: scroll;
	margin: 2em 0;
	padding: 0.5em;
	border: 1px solid #cccccc;
	background: #ffffff;
}

div#form form div#privacy h3 {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 1.4rem;
	text-align: center;
}

div#form form div#privacy h4 {
	margin: 1em 0 0 0;
	font-size: 1.2rem;
}

div#form form div#privacy p,
div#form form div#privacy ul li,
div#form form div#privacy ol li {
	margin: 0;
	font-size: 1rem;
	text-align: left;
}

div#form form div#privacy ul li {
	margin-left: 1.5em;
}

div#form form div#privacy ol li {
	margin-left: 1.2em;
}



.formError.inline {
	margin-top: 0.3em !important;
}



@media screen and (min-width: 767px) {
/*
	div#form form > p button,
	div#form div#thanks > p.btn button {
		padding: 0.5em 1em;
	}
*/
}

@media screen and (max-width: 766px) {
/*
	div#form form > p button,
	div#form div#thanks > p.btn button {
		padding: 1em 1.5em;
	}
*/
	div#form form > dl > dd dl dt,
	div#form form > dl > dd dl dd {
		font-size: 1.1rem;
	}
}





/* ▼form */
/* ----------------------------------------------------- */
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form textarea,
form select {
	width: 100%;
	padding: 0.2em 0.5em;
	font-size: 1.4rem;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 rgba(0,0,0,0.0) inset;
	box-sizing: border-box;
}

form textarea {
	height: 11.532em;
}

form input[type="radio"],
form input[type="checkbox"] {
	margin-right: 0.3em;
}

form input.required,
form input.error,
form label.required,
form textarea.required,
form select.required {
	background: rgb(255, 221, 221);
}

form label.error {
	color: rgb(150, 0, 0);
}

form label {
	padding: 0 0.3em;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form textarea:focus {
	outline: 0;
	outline: thin dotted \9;
	border-color: rgba(82, 168, 236, 0.8);
	background: #ffffff;
}

::-webkit-input-placeholder {
	color: #bbbbbb;
	color: #808080;
}

:-ms-input-placeholder {
	color: #bbbbbb;
	color: #808080;
}

::-moz-placeholder {
	color: #bbbbbb;
	color: #808080;
}

form input[disabled],
form textarea[disabled] {
	color: #333333;
	background-color: #ebebe4 !important;
	background-color: rgba(235, 235, 228, 1) !important;
	-moz-opacity: 1;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* For IE 8 */
}

form p,
div#thanks p.btn {
	text-align: center;
}

form button,
div#thanks button {
	padding: 0;
	border: 0;
	background: transparent;
}

/*
form button img {
	background: transparent;
	border-radius: 8.359% / 50%;
	box-shadow:0px 5px 7px 1px rgba(0,0,0,0.25);
}
*/

form button[disabled] {
	cursor: not-allowed;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* For IE 8 */
}

form dl dd p {
	text-align: left;
}





/* ▼footer */
/* ----------------------------------------------------- */
footer {
	padding: 0;
	background: #000000;
}

footer a {
	color: #ffffff !important;
	text-decoration: none !important;
}

footer div.container {
	text-align: center;
}

footer figure {
	margin: 2.5em 0;
}

footer p {
	margin: 3em 0 0 0;
	font-size: 1.4rem;
	color: #ffffff;
}

footer address {
	margin: 1em 0 0 0;
	padding: 0.5em 0 1em 0;
	color: #ffffff;
	font-style: normal;
	background: #000000;
}





/* ▼ページトップ */
/* ----------------------------------------------------- */
div#pagetop {
	position: fixed;
	z-index: 100;
	right: 0;
}

div#pagetop p {
	margin: 0;
	padding: 0;
}

div#pagetop p a {
	display: block;
	width: 3em;
	height: 4.5em;
	padding: 1.5em 1em 2em 1em;
	text-decoration: none;
	background: #000000;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
}

div#pagetop p a::before {
	content: "\f077";
	font-family: "FontAwesome";
	display: inline-block;
	width: 1em;
	height: 1em;
	color: #ffffff;
}

div#pagetop a:hover,
div#pagetop a:active {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* For IE 8 */
}

div#pagetop a span {
	display: none;
}

div#pagetop a img {
	width: auto;
	max-width: 100%;
}



@media screen and (min-width: 767px) {

}

@media screen and (max-width: 766px) {
	div#pagetop {
		width: 12%;
		bottom: -1em;
	}
}





/* ▼banner */
/* ----------------------------------------------------- */
div#banner {
	position: fixed;
	z-index: 100;
	right: 0;
	/* position: sticky; */
	/* margin: 0 1em 0 auto; */
}

div#banner p {
	margin: 0;
	padding: 0;
}

div#banner p a img {
	background-color: transparent;
	background-image: url(../img/banner_bg.png),
					  url(../img/banner_bg.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}



@media screen and (min-width: 767px) {
	div#banner {
		width: 150px;
		top: 60%;
		right: 3em;
	}
}

@media screen and (max-width: 766px) {
	div#banner {
		/*
		width: 40.667%;
		width: 30%;
		width: 20%;
		width: 18%;
		top: 60%;
		top: 30%;
		top: 5%;
		top: 7%;
		*/
		width: 26%;
		bottom: 0.5rem;
		right: 1em;
	}
	div#banner a:hover,
	div#banner a:active {
		opacity: 1;
	}
}





/* ▼contact */
/* ----------------------------------------------------- */
body#contact section#contents h3,
body#confirm section#contents h3,
body#complete section#contents h3,
body#error section#contents h3 {
	text-align: center;
	font-weight: 900;
	line-height: 1.3;
}

body#contact section#contents div.container > p,
body#confirm section#contents div.container > p,
body#complete section#contents div.container > p,
body#error section#contents div.container > p {
	text-align: center;
}

body#contact section#contents div.container > figure,
body#confirm section#contents div.container > figure,
body#complete section#contents div.container > figure,
body#error section#contents div.container > figure {
	text-align: center;
}

body#contact section#contents div#tel {
	margin: 4em 0 0 0;
	border: 1px solid #1a1a1a;
}

body#contact section#contents div#tel a {
	display: block;
	padding: 1em;
	color: #1a1a1a;
	text-decoration: none;
}

body#contact section#contents div#tel a h3 {
	margin: 1em 0 0 0;
}

body#contact section#contents div#tel a h3 +p {
	margin: 0.5em 0;
}

body#contact section#contents div#tel a p +p {
	margin-top: 0;
}

body#contact section#contents div#tel a p {
	text-align: center;
}

body#contact section#contents div#tel a p em {
	font-weight: 700;
}