@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* anime */
.anime {
	opacity: 0;
}

/* scroll fix */
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
}

html, body {
	background: #fff;
}

body {
	overflow-x: hidden;
	font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	color: #141414;
	line-height: 1.4;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 800px) {
	body {
		min-width: 320px;
	}
}

input, textarea {
	font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
}

/*---ForFireFoxLink------------------*/
a:focus {
	outline: none;
}

/*---clearFix ------------------*/
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

/* 02.link
----------------------------------------------------------- */
a {
	color: #141414;
	text-decoration: none;
}

a:hover {
	color: #141414;
	text-decoration: underline;
}

/*////////////////////////////////////////

padding, margin

////////////////////////////////////////*/
.padT0 {
	padding-top: 0 !important;
}

.padT1 {
	padding-top: 0.5em !important;
}

.padT2 {
	padding-top: 1em !important;
}

.padT3 {
	padding-top: 1.5em !important;
}

.padT4 {
	padding-top: 2em !important;
}

.padT5 {
	padding-top: 2.5em !important;
}

.padL0 {
	padding-left: 0 !important;
}

.padL1 {
	padding-left: 0.5em !important;
}

.padL2 {
	padding-left: 1em !important;
}

.padL3 {
	padding-left: 1.5em !important;
}

.padL4 {
	padding-left: 2em !important;
}

.padL5 {
	padding-left: 2.5em !important;
}

.padR0 {
	padding-right: 0 !important;
}

.padR1 {
	padding-right: 0.5em !important;
}

.padR2 {
	padding-right: 1em !important;
}

.padR3 {
	padding-right: 1.5em !important;
}

.padR4 {
	padding-right: 2em !important;
}

.padR5 {
	padding-right: 2.5em !important;
}

.padB0 {
	padding-bottom: 0 !important;
}

.padB1 {
	padding-bottom: 0.5em !important;
}

.padB2 {
	padding-bottom: 1em !important;
}

.padB3 {
	padding-bottom: 1.5em !important;
}

.padB4 {
	padding-bottom: 2em !important;
}

.padB5 {
	padding-bottom: 2.5em !important;
}

.marT0 {
	margin-top: 0 !important;
}

.marT1 {
	margin-top: 0.5em !important;
}

.marT2 {
	margin-top: 1em !important;
}

.marT3 {
	margin-top: 1.5em !important;
}

.marT4 {
	margin-top: 2em !important;
}

.marT5 {
	margin-top: 2.5em !important;
}

.marL0 {
	margin-left: 0 !important;
}

.marL1 {
	margin-left: 0.5em !important;
}

.marL2 {
	margin-left: 1em !important;
}

.marL3 {
	margin-left: 1.5em !important;
}

.marL4 {
	margin-left: 2em !important;
}

.marL5 {
	margin-left: 2.5em !important;
}

.marR0 {
	margin-right: 0 !important;
}

.marR1 {
	margin-right: 0.5em !important;
}

.marR2 {
	margin-right: 1em !important;
}

.marR3 {
	margin-right: 1.5em !important;
}

.marR4 {
	margin-right: 2em !important;
}

.marR5 {
	margin-right: 2.5em !important;
}

.marB0 {
	margin-bottom: 0 !important;
}

.marB1 {
	margin-bottom: 0.5em !important;
}

.marB2 {
	margin-bottom: 1em !important;
}

.marB3 {
	margin-bottom: 1.5em !important;
}

.marB4 {
	margin-bottom: 2em !important;
}

.marB5 {
	margin-bottom: 2.5em !important;
}

/*////////////////////////////////////////

only

////////////////////////////////////////*/
.only-pc {
	display: block !important;
}

@media only screen and (max-width: 800px) {
	.only-pc {
		display: none !important;
	}
}

.only-pci {
	display: inline-block !important;
}

@media only screen and (max-width: 800px) {
	.only-pci {
		display: none !important;
	}
}

.only-sp {
	display: none !important;
}

@media only screen and (max-width: 800px) {
	.only-sp {
		display: block !important;
	}
}

.only-spi {
	display: none !important;
}

@media only screen and (max-width: 800px) {
	.only-spi {
		display: inline-block !important;
	}
}

@media screen and (min-width: 1000px) {
	.MID {
		display: none !important;
	}
}

@media screen and (min-width: 801px) {
	.SP {
		display: none !important;
	}
}

@media screen and (max-width: 800px) {
	.PC {
		display: none !important;
	}
}

@media screen and (max-width: 999px) {
	.UNTIL1000 {
		display: none !important;
	}
}

.tpl-inner-wrap {
	width: auto;
	margin: 0 auto;
	clear: both;
}

/* #tpl-header
----------------------------------------------------------- */
#tpl-header {
	width: 100%;
	height: 80px;
}

@media only screen and (max-width: 800px) {
	#tpl-header {
		height: 60px;
	}
}

@media all and (orientation: landscape) and (max-width: 800px) {
	#tpl-header {
		height: 40px;
	}
}

@media only screen and (max-width: 800px) {
	#tpl-header .tpl-inner-wrap {
		position: fixed;
		width: 100%;
		height: 60px;
		background-color: #fff;
		z-index: 1000;
	}
}

@media all and (orientation: landscape) and (max-width: 800px) {
	#tpl-header .tpl-inner-wrap {
		height: 40px;
	}
}

/* #header-wrap
--------------------------------------------------- */
/* #logo-header
------------------------------------- */
#logo-header {
	/*** humberger menu ***/
}

@media only screen and (max-width: 800px) {
	#logo-header {
		text-align: center;
		height: 60px;
		position: relative;
	}
}

@media all and (orientation: landscape) and (max-width: 800px) {
	#logo-header {
		height: 40px;
	}
}

#logo-header #logo-itoen-sp {
	position: fixed;
	width: 50px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	text-align: center;
	z-index: 1000;
}

@media only screen and (max-width: 800px) {
	#logo-header #logo-itoen-sp {
		display: block;
		position: absolute;
		width: auto;
		height: auto;
		top: 50%;
		left: 15px;
		margin-top: -11px;
	}
}

#logo-header #logo-itoen-sp a {
	display: none;
}

@media only screen and (max-width: 800px) {
	#logo-header #logo-itoen-sp a {
		display: inline-block;
	}
	#logo-header #logo-itoen-sp a img {
		width: 62px;
		height: auto;
	}
}

@media only screen and (max-width: 800px) {
	#logo-header #logo-sp {
		display: inline-block;
		padding-top: 10px;
	}
	#logo-header #logo-sp img {
		width: 122px;
		height: auto;
	}
}

@media all and (orientation: landscape) and (max-width: 800px) {
	#logo-header #logo-sp {
		padding-top: 5px;
	}
	#logo-header #logo-sp img {
		width: 90px;
		height: auto;
	}
}

#logo-header #hum-wrap {
	display: none;
}

@media only screen and (max-width: 800px) {
	#logo-header #hum-wrap {
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
		width: 25px;
		height: 18px;
		margin-top: -9px;
		/* humberger menu animation */
		/* active animation */
	}
	#logo-header #hum-wrap #hum-menu,
	#logo-header #hum-wrap #hum-menu span {
		display: inline-block;
		transition: all .4s;
	}
	#logo-header #hum-wrap #hum-menu {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 1;
		text-align: center;
		vertical-align: top;
	}
	#logo-header #hum-wrap #hum-menu .barwrap {
		display: inline-block;
		width: 25px;
		height: 18px;
	}
	#logo-header #hum-wrap #hum-menu span.bar {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #000;
	}
	#logo-header #hum-wrap #hum-menu span.bar:nth-of-type(1) {
		top: 0;
	}
	#logo-header #hum-wrap #hum-menu span.bar:nth-of-type(2) {
		top: 7px;
	}
	#logo-header #hum-wrap #hum-menu span.bar:nth-of-type(3) {
		bottom: 0;
	}
	#logo-header #hum-wrap #hum-menu span.bar:nth-of-type(1) {
		-webkit-animation: menu-bar01 .75s forwards;
		animation: menu-bar01 .75s forwards;
	}
	@-webkit-keyframes menu-bar01 {
		0% {
			-webkit-transform: translateY(7px) rotate(45deg);
		}
		50% {
			-webkit-transform: translateY(7px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
		}
	}
	@keyframes menu-bar01 {
		0% {
			transform: translateY(7px) rotate(45deg);
		}
		50% {
			transform: translateY(7px) rotate(0);
		}
		100% {
			transform: translateY(0) rotate(0);
		}
	}
	#logo-header #hum-wrap #hum-menu span.bar:nth-of-type(2) {
		transition: all .25s .25s;
		opacity: 1;
	}
	#logo-header #hum-wrap #hum-menu span.bar:nth-of-type(3) {
		-webkit-animation: menu-bar02 .75s forwards;
		animation: menu-bar02 .75s forwards;
	}
	@-webkit-keyframes menu-bar02 {
		0% {
			-webkit-transform: translateY(-7px) rotate(-45deg);
		}
		50% {
			-webkit-transform: translateY(-7px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
		}
	}
	@keyframes menu-bar02 {
		0% {
			transform: translateY(-7px) rotate(-45deg);
		}
		50% {
			transform: translateY(-7px) rotate(0);
		}
		100% {
			transform: translateY(0) rotate(0);
		}
	}
	#logo-header #hum-wrap #hum-menu.active span.bar:nth-of-type(1) {
		-webkit-animation: active-menu-bar01 .75s forwards;
		animation: active-menu-bar01 .75s forwards;
	}
	@-webkit-keyframes active-menu-bar01 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(7px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(7px) rotate(45deg);
		}
	}
	@keyframes active-menu-bar01 {
		0% {
			transform: translateY(0) rotate(0);
		}
		50% {
			transform: translateY(7px) rotate(0);
		}
		100% {
			transform: translateY(7px) rotate(45deg);
		}
	}
	#logo-header #hum-wrap #hum-menu.active span.bar:nth-of-type(2) {
		opacity: 0;
	}
	#logo-header #hum-wrap #hum-menu.active span.bar:nth-of-type(3) {
		-webkit-animation: active-menu-bar03 .75s forwards;
		animation: active-menu-bar03 .75s forwards;
	}
	@-webkit-keyframes active-menu-bar03 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(-7px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(-7px) rotate(-45deg);
		}
	}
	@keyframes active-menu-bar03 {
		0% {
			transform: translateY(0) rotate(0);
		}
		50% {
			transform: translateY(-7px) rotate(0);
		}
		100% {
			transform: translateY(-7px) rotate(-45deg);
		}
	}
}

/* #spnav-wrap
---------------------------------------- */
@media only screen and (max-width: 800px) {
	#spnav-wrap {
		background-color: #fff;
		height: 100vh;
		display: none;
	}
}

/* #global-wrap
------------------------------------- */
#global-wrap {
	position: fixed;
	width: 100%;
	height: 80px;
	background-color: #fff;
	z-index: 1000;
	border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 800px) {
	#global-wrap {
		position: static;
		height: auto;
		border-bottom: 0;
	}
}

#global-wrap #global-nav {
	*zoom: 1;
	margin-left: 20px;
	margin-right: 20px;
}

#global-wrap #global-nav:before, #global-wrap #global-nav:after {
	content: " ";
	display: table;
}

#global-wrap #global-nav:after {
	clear: both;
}

@media only screen and (max-width: 800px) {
	#global-wrap #global-nav {
		margin: 0;
		background-color: #f3f3f3;
	}
}

#global-wrap #global-nav #logo {
	float: left;
	max-width: 20%;
	min-width: 92px;
	text-align: center;
}

#global-wrap #global-nav #logo a {
	height: 80px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#global-wrap #global-nav #logo a:hover {
	opacity: 0.5;
}

#global-wrap #global-nav #logo a:hover:before {
	display: none;
}

#global-wrap #global-nav #logo img {
	display: block;
	width: 100%;
	max-width: 125px;
	min-width: 92px;
	height: auto;
}

#global-wrap #global-nav ul {
	height: 80px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
}

@media only screen and (max-width: 800px) {
	#global-wrap #global-nav ul {
		display: block;
		height: auto;
	}
}

#global-wrap #global-nav ul li {
	white-space: nowrap;
	letter-spacing: 0.06em;
	padding: 0 20px;
}

@media screen and (max-width: 1000px) {
	#global-wrap #global-nav ul li {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 800px) {
	#global-wrap #global-nav ul li {
		padding: 0;
	}
	#global-wrap #global-nav ul li:nth-child(2n+1) {
		background-color: #e2e2e2;
	}
}

#global-wrap #global-nav ul li a {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
}

#global-wrap #global-nav ul li a:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -10px;
	opacity: 0;
}

@media only screen and (max-width: 800px) {
	#global-wrap #global-nav ul li a:before {
		display: none;
	}
}

#global-wrap #global-nav ul li a:hover {
	text-decoration: none;
}

#global-wrap #global-nav ul li a:hover:before {
	width: 100%;
	-webkit-transition: width .4s;
	-moz-transition: width .4s;
	transition: width .4s;
	opacity: 1;
}

@media only screen and (max-width: 800px) {
	#global-wrap #global-nav ul li a:hover:before {
		display: none;
	}
}

@media only screen and (max-width: 1260px) {
	#global-wrap #global-nav ul li a {
		text-align: center;
		font-size: 13px;
		font-size: 1.3rem;
	}
	#global-wrap #global-nav ul li a span {
		display: block;
	}
}

@media only screen and (max-width: 800px) {
	#global-wrap #global-nav ul li a {
		display: block;
		text-align: center;
		padding-top: 3vh;
		padding-bottom: 3vh;
		text-decoration: none;
		font-size: 14px;
		font-size: 1.4rem;
	}
	#global-wrap #global-nav ul li a span {
		display: inline;
	}
}

#global-wrap #global-nav ul .header_twitter {
	border-left: 1px solid #ccc;
	margin-left: 20px;
	padding-left: 40px;
}

_::content, _:future, #global-nav #logo img:not(*:root) {
	image-rendering: -webkit-optimize-contrast;
}

/* #sns-links
------------------------------------- */
@media only screen and (max-width: 800px) {
	#sns-links {
		width: 100%;
		top: auto;
		right: auto;
	}
}

@media only screen and (max-width: 800px) {
	#sns-links ul {
		display: inline-block;
		position: static;
		top: auto;
		right: auto;
		margin: 0;
		display: block;
		text-align: center;
		padding-top: 15px;
		vertical-align: top;
	}
}

@media only screen and (max-width: 800px) {
	#sns-links ul li {
		display: inline-block;
		margin: 0 25px;
		vertical-align: middle;
	}
}

@media only screen and (max-width: 800px) {
	#sns-links ul #twitter img {
		width: 27px;
		height: auto;
	}
}

@media only screen and (max-width: 800px) {
	#sns-links ul #facebook img {
		width: 25px;
		height: auto;
	}
}

@media only screen and (max-width: 800px) {
	#sns-links ul #line img {
		width: 27px;
		height: auto;
	}
}

/* #tpl-topicpath
----------------------------------------------------------- */
#tpl-topicpath {
	width: 100%;
}

#tpl-topicpath ul {
	overflow: hidden;
	padding: 10px;
}

#tpl-topicpath li {
	display: inline-block;
}

@media only screen and (max-width: 800px) {
	#tpl-topicpath {
		display: none;
	}
}

/* #tpl-contents
----------------------------------------------------------- */
#tpl-contents {
	margin: 0 50px 0px 50px;
	overflow: hidden;
}

@media only screen and (max-width: 800px) {
	#tpl-contents {
		margin: 0;
	}
}

/* #tpl-pagetop-box
----------------------------------------------------------- */
#tpl-pagetop-box .pagetop-btn {
	display: block;
	position: fixed;
	z-index: 999;
	bottom: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	text-align: center;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#tpl-pagetop-box .pagetop-btn.show {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

@media only screen and (max-width: 800px) {
	#tpl-pagetop-box .pagetop-btn {
		margin-bottom: 0;
		width: 13.33333vw;
		height: 13.33333vw;
		bottom: 4vw;
		right: 4vw;
	}
}

#tpl-pagetop-box a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 50%;
}

#tpl-pagetop-box a:hover {
	opacity: 0.5;
}

#tpl-pagetop-box p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
	width: 17px;
	height: 10px;
}

@media screen and (max-width: 800px) {
	#tpl-pagetop-box p {
		width: 3.73333vw;
		height: 2.66667vw;
	}
}

#tpl-pagetop-box p:before {
	display: inline-block;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
	image-rendering: pixelated;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media screen and (min-width: 801px) {
	#tpl-pagetop-box p:before {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		width: 10px;
		height: 10px;
	}
}

@media screen and (max-width: 800px) {
	#tpl-pagetop-box p:before {
		border-top: 0.53333vw solid #fff;
		border-right: 0.53333vw solid #fff;
		width: 2.66667vw;
		height: 2.66667vw;
	}
}

#tpl-pagetop-box p span {
	display: none;
}

/* #tpl-footer
----------------------------------------------------------- */
#tpl-footer {
	position: relative;
	clear: both;
	background-color: #fff;
	/* #footer-links
	---------------------------------- */
	/* #others
	---------------------------------- */
}

#tpl-footer .tpl-footer-inner {
	position: relative;
	width: 1200px;
	margin: auto;
}

#tpl-footer #footer-links {
	background-color: #e2e2e2;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

@media only screen and (max-width: 800px) {
	#tpl-footer #footer-links {
		background-color: #fff;
		padding: 0;
		text-align: left;
		margin: 0;
	}
}

#tpl-footer #footer-links nav {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

@media only screen and (max-width: 800px) {
	#tpl-footer #footer-links nav {
		display: block;
		margin-left: 0;
	}
}

#tpl-footer #footer-links nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	font-weight: 200;
}

@media only screen and (max-width: 800px) {
	#tpl-footer #footer-links nav ul {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
		font-size: 26px;
		font-size: 3.46667vw;
		font-weight: 300;
	}
}

#tpl-footer #footer-links nav ul li {
	vertical-align: middle;
	line-height: 1.2;
	letter-spacing: 0.04em;
	display: inline-block;
}

@media only screen and (max-width: 800px) {
	#tpl-footer #footer-links nav ul li {
		background-color: #e2e2e2;
		width: 50%;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-align-content: center;
		align-content: center;
	}
}

#tpl-footer #footer-links nav ul li:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
	margin-right: 8px;
	line-height: 1;
}

@media only screen and (max-width: 800px) {
	#tpl-footer #footer-links nav ul li:before {
		display: none;
	}
}

#tpl-footer #footer-links nav ul li:first-child:before {
	display: none;
}

@media only screen and (max-width: 800px) {
	#tpl-footer #footer-links nav ul li:nth-child(even) {
		border-left: 1px solid #fff;
	}
}

@media only screen and (max-width: 800px) {
	#tpl-footer #footer-links nav ul li:nth-child(n+3) {
		border-top: 1px solid #fff;
	}
}

@media only screen and (max-width: 800px) {
	#tpl-footer #footer-links nav ul li a {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-align-content: center;
		align-content: center;
		padding: 0px 15px;
		height: 60px;
		vertical-align: middle;
		width: 100%;
		font-size: 13px;
		line-height: 1.3;
	}
}

@media only screen and (max-width: 800px) {
	#tpl-footer #footer-links nav ul li a span {
		vertical-align: middle;
	}
}

#tpl-footer #footer-links nav ul li a span:after {
	content: url(/oiocha/shared/img/icon_blank_blk.png);
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-top: -6px;
	margin-left: 4px;
}

#tpl-footer .copyright {
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	line-height: 22px;
}

@media only screen and (max-width: 800px) {
	#tpl-footer .copyright {
		float: none;
		line-height: 1.5;
		font-size: 16px;
		font-size: 2.13333vw;
	}
}

#tpl-footer #others {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 250px;
	bottom: 0;
	background-color: #000;
}

@media only screen and (max-width: 800px) {
	#tpl-footer #others {
		height: 53.33333vw;
	}
}

#tpl-footer #others .footer-logo {
	margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {
	#tpl-footer #others .footer-logo {
		position: static;
		margin-top: 0;
		width: 23.46667vw;
		height: 5.33333vw;
		margin-bottom: 6.66667vw;
	}
	#tpl-footer #others .footer-logo img {
		width: 100%;
	}
}

#tpl-footer #others .footer-sns {
	margin-bottom: 50px;
	vertical-align: top;
}

@media screen and (max-width: 800px) {
	#tpl-footer #others .footer-sns {
		position: static;
		margin-top: 0;
		margin-bottom: 6.66667vw;
	}
}

#tpl-footer #others .footer-sns li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

#tpl-footer #others .footer-sns li:first-child {
	margin-left: 0;
}

@media screen and (max-width: 800px) {
	#tpl-footer #others .footer-sns li {
		margin-left: 6.66667vw;
	}
}

#tpl-footer #others .footer-sns li img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#tpl-footer #others .footer-sns #ft-twitter a {
	display: block;
}

@media screen and (max-width: 800px) {
	#tpl-footer #others .footer-sns #ft-twitter a {
		width: 7.33333vw;
		height: 6.13333vw;
	}
	#tpl-footer #others .footer-sns #ft-twitter a img {
		width: 100%;
	}
}

#tpl-footer #others .footer-sns #ft-facebook a {
	display: block;
}

@media screen and (max-width: 800px) {
	#tpl-footer #others .footer-sns #ft-facebook a {
		width: 6.8vw;
		height: 6.66667vw;
	}
	#tpl-footer #others .footer-sns #ft-facebook a img {
		width: 100%;
	}
}

#tpl-footer #others .footer-sns #ft-line a {
	display: block;
}

@media screen and (max-width: 800px) {
	#tpl-footer #others .footer-sns #ft-line a {
		width: 6.8vw;
		height: 6.8vw;
	}
	#tpl-footer #others .footer-sns #ft-line a img {
		width: 100%;
	}
}

_::content, _:future, #others .footer-logo img:not(*:root) {
	image-rendering: -webkit-optimize-contrast;
}

/* module
----------------------------------------------------------- */
/* black */
.btn {
	display: table;
	/* white */
	/* white all */
	/* blank */
}

.btn a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #141414;
	background-color: transparent;
	text-decoration: none;
	color: #141414;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	letter-spacing: 0.2em;
	font-size: 13px;
	font-size: 1.3rem;
	position: relative;
}

@media only screen and (max-width: 800px) {
	.btn a {
		font-size: 10px;
		font-size: 1rem;
	}
}

.btn a:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 7px;
	background: url(/oiocha/shared/img/icon_btn_arw_blk.png) center center no-repeat;
	background-size: 8px auto;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 10px;
}

@media only screen and (max-width: 800px) {
	.btn a:after {
		width: 1.46667vw;
		height: 1.46667vw;
		background: url(/oiocha/shared/img/icon_btn_arw_blk_sp.png) center center no-repeat;
		background-size: contain;
		margin-top: -0.66667vw;
		margin-left: 1.33333vw;
	}
}

.btn a:hover {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #141414;
	background-color: #141414;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

.btn a:hover:after {
	background: url(/oiocha/shared/img/icon_btn_arw_wht.png) center center no-repeat;
}

.btn.wht a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #fff;
	background-color: transparent;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

.btn.wht a:after {
	background: url(/oiocha/shared/img/icon_btn_arw_wht.png) center center no-repeat;
}

@media only screen and (max-width: 800px) {
	.btn.wht a:after {
		width: 1.46667vw;
		height: 1.46667vw;
		background: url(/oiocha/shared/img/icon_btn_arw_wht_sp.png) center center no-repeat;
		background-size: contain;
		margin-top: -0.66667vw;
		margin-left: 1.33333vw;
	}
}

.btn.wht a:hover {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #fff;
	background-color: #fff;
	text-decoration: none;
	color: #141414;
	text-align: center;
}

.btn.wht a:hover:after {
	background: url(/oiocha/shared/img/icon_btn_arw_blk.png) center center no-repeat;
}

.btn.wht-all a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #fff;
	background-color: #fff;
	text-decoration: none;
	color: #141414;
	text-align: center;
}

.btn.wht-all a:hover {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #141414;
	background-color: #141414;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

.btn.blank-blk a:after {
	background: url(/oiocha/shared/img/icon_blank_blk.png) center center no-repeat;
	width: 9px;
	height: 9px;
}

.btn.blank-blk a:hover:after {
	background: url(/oiocha/shared/img/icon_blank_wht.png) center center no-repeat;
}

.btn.blank-wht a:after {
	background: url(/oiocha/shared/img/icon_blank_wht.png) center center no-repeat;
	width: 9px;
	height: 9px;
}

.btn.blank-wht a:hover:after {
	background: url(/oiocha/shared/img/icon_blank_blk.png) center center no-repeat;
}

/* magnific popup styles
----------------------------------------------------------- */
/* close */
.mfp-iframe-holder button.mfp-close,
#inline-bnr button.mfp-close ,
#catechin-effect button.mfp-close {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	font-size: 0;
	opacity: 1;
	font-weight: 100;
	font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	line-height: 0;
	letter-spacing: 0;
	padding: 0;
	right: -5px;
	top: -45px;
}

@media only screen and (max-width: 800px) {
	.mfp-iframe-holder button.mfp-close,
	#inline-bnr button.mfp-close ,
	#catechin-effect button.mfp-close {
		width: 30px;
		height: 30px;
		right: 0;
		top: -35px;
	}
}

.mfp-iframe-holder button.mfp-close:before, .mfp-iframe-holder button.mfp-close:after,
#inline-bnr button.mfp-close:before, #inline-bnr button.mfp-close:after ,
#catechin-effect button.mfp-close:before, #catechin-effect button.mfp-close:after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	position: relative;
}

@media only screen and (max-width: 800px) {
	.mfp-iframe-holder button.mfp-close:before, .mfp-iframe-holder button.mfp-close:after,
	#inline-bnr button.mfp-close:before, #inline-bnr button.mfp-close:after ,
	#catechin-effect button.mfp-close:before, #catechin-effect button.mfp-close:after {
		width: 30px;
	}
}

.mfp-iframe-holder button.mfp-close:before,
#inline-bnr button.mfp-close:before ,
#catechin-effect button.mfp-close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mfp-iframe-holder button.mfp-close:after,
#inline-bnr button.mfp-close:after ,
#catechin-effect button.mfp-close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* bottom close */
.mfp-btm-close {
	width: 260px;
	height: 60px;
	position: absolute;
	bottom: -90px;
	left: 50%;
	margin-left: -130px;
}

@media only screen and (max-width: 800px) {
	.mfp-btm-close {
		width: 150px;
		height: 36px;
		margin-left: -75px;
		bottom: -60px;
	}
}

.mfp-btm-close a {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 0;
	vertical-align: middle;
	line-height: 1;
}

@media only screen and (max-width: 800px) {
	.mfp-btm-close a {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.mfp-btm-close a:after {
	display: none;
}

.mfp-btm-close a .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	line-height: 1;
	position: relative;
	margin-right: 10px;
}

@media only screen and (max-width: 800px) {
	.mfp-btm-close a .icon {
		width: 13px;
		height: 13px;
		margin-right: 5px;
	}
}

.mfp-btm-close a .icon:before, .mfp-btm-close a .icon:after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 8px;
}

@media only screen and (max-width: 800px) {
	.mfp-btm-close a .icon:before, .mfp-btm-close a .icon:after {
		width: 13px;
		top: 5px;
	}
}

.mfp-btm-close a .icon:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mfp-btm-close a .icon:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mfp-btm-close a:hover .icon:before, .mfp-btm-close a:hover .icon:after {
	background-color: #141414;
}

/* magnific popup animation
----------------------------------------------------------- */
/* fadein fadeOut
--------------------------------- */
/* overlay at start */
.mfp-fade.mfp-bg {
	position: fixed !important;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.7;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-arrow {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow {
	opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
	opacity: 0;
}

/* zoom in
--------------------------------- */
.mfp-zoom-in {
	/* start state */
	/* animate in */
	/* animate out */
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-iframe-holder .mfp-content {
	max-width: 1100px !important;
}

.inline-popup .mfp-content {
	max-width: 900px !important;
}

.mfp-content #inline-bnr img {
	width: 100%;
}

#inline-bnr {
	position: relative;
}

#inline-bnr a {
	position: absolute;
	bottom: 11%;
	left: 19%;
	width: 42%;
}

#inline-bnr a:hover {
	opacity: .60;
}

#inline-bnr a img {
	max-width: 100%;
}

@media only screen and (max-width: 800px) {
	#inline-bnr a {
		position: relative;
		left: auto;
		bottom: auto;
		width: 100%;
	}
}

/*# sourceMappingURL=common.css.map */
