@charset "UTF-8";
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

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

q:before, q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr, legend {
	display: none;
	border: none;
}

abbr, acronym, fieldset {
	border: 0;
}

tr, th, td, caption {
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

input[type="text"],
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;
}

button {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

button::-webkit-search-decoration::-webkit-search-decoration {
	display: none;
}

button::focus {
	outline-offset: -2px;
}

/**
 * for reveal.js
 */
@keyframes reveal-bg-img {}@keyframes reveal-bg-img_sp {}@keyframes reveal-bg-cover {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes reveal-ttl {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		-ms-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes reveal-ttl-50 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, -30%, 0);
		-ms-transform: translate3d(-50%, -30%, 0);
		transform: translate3d(-50%, -30%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
	}
}

body {
	margin-top: 0px !important;
	background: #fff;
	font-size: 14px;
	line-height: 1.8;
	color: #404040;
	font-weight: 400;
}

a {
	color: #0088bd;
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

.clr {
	clear: both;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
}

#header {
	margin-bottom: 0;
}

#contents_foot {
	width: 970px;
	margin: auto;
}

@media screen and (max-width: 640px) {
	#contents_foot {
		width: 100%;
		padding: 0 2.4vw;
	}
}

/* btn
----------------------------------------------------------*/
a.pagetop,
a.btn_as,
a.btn_gp,
a.more {
	display: block;
	position: relative;
}

a.btn_g {
	display: inline-block;
	padding: 13px 33px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: #404040;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

a.btn_g img {
	vertical-align: middle;
	width: 18px;
	height: auto;
}

a.btn_g:hover {
	opacity: 0.7;
}

a.pagetop,
a.more {
	padding-right: 15px;
	color: #404040;
	font-size: 12px;
	margin-bottom: 15px;
}

a.pagetop:hover,
a.more:hover {
	opacity: 0.7;
}

a.pagetop:before,
a.more:before {
	content: " ";
	position: absolute;
	display: block;
	z-index: 10;
}

a.pagetop {
	float: right;
	margin-top: 30px;
	margin-bottom: 30px;
}

a.pagetop:before {
	background: url("/common/img/bullet_top.png") no-repeat;
	background-size: contain;
	width: 7px;
	height: 4px;
	top: 12px;
	right: 0;
}

@media screen and (max-width: 640px) {
	a.pagetop:before {
		background: none;
	}
}

figure {
	margin: 0;
	padding: 0;
}

dl dt, dl dd {
	width: auto;
	margin: 0;
	padding: 0;
	float: none;
	clear: none;
}

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

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

汎用class

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

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

.tpl-inner {
	width: 970px;
	margin: auto;
}

@media screen and (max-width: 640px) {
	.tpl-inner {
		width: 100%;
		padding: 0 2.4vw;
	}
}

#page-top-z1-banner {
	display: none !important;
}

.navback {
	position: absolute;
	top: 0;
	width: 100%;
	background: #fff;
}

.localnav.PC {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.9);
	height: 86px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
}

@media screen and (min-width: 641px) {
	.localnav.PC {
		min-width: 1220px;
	}
}

@media screen and (max-width: 640px) {
	.localnav.PC {
		height: 36px;
	}
}

.localnav.PC .header-ttl {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-right: 35px;
}

.localnav.PC .header-ttl a {
	display: block;
	background: url("../img/header-ttl.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 205px;
	height: 20px;
	color: transparent;
	font-size: 0;
}

.localnav.PC .list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	height: 100%;
}

@media screen and (max-width: 640px) {
	.localnav.PC .list {
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(77, 77, 77, 0.9);
		width: 100%;
		display: block;
		overflow: hidden;
	}
}

.localnav.PC .list > li {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

@media screen and (min-width: 641px) {
	.localnav.PC .list > li + li {
		margin-left: 35px;
	}
}

.localnav.PC .list > li.act a {
	color: #0088bd;
}

.localnav.PC .list > li > a, .localnav.PC .list > li > div {
	color: #404040;
	font-size: 18px;
	font-weight: 300;
}

@media screen and (max-width: 640px) {
	.localnav.PC .list > li > a, .localnav.PC .list > li > div {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		padding: 6px 12px;
		font-size: 18px;
		height: auto;
	}
}

.localnav.PC .list > li > div {
	color: #c5c5c5;
}

.localnav.PC .localnav-toggle {
	position: relative;
	font-size: 20px;
	color: #9b9b9b;
	padding: 0 12px;
	cursor: pointer;
}

.localnav.PC .localnav-toggle:after {
	position: absolute;
	top: 13px;
	right: 12px;
	display: block;
	content: '';
	width: 0;
	border-top: 12px solid #9b9b9b;
	border-right: 9px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 9px solid transparent;
}

.localnav.PC .localnav-toggle.act:after {
	top: 0;
	right: 12px;
	display: block;
	content: '';
	width: 0;
	border-bottom: 12px solid #9b9b9b;
	border-right: 9px solid transparent;
	border-top: 12px solid transparent;
	border-left: 9px solid transparent;
}

.localnav.PC .buy a {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.localnav.PC .buy a:after {
	display: block;
	content: '';
	display: block;
	background: url("../img/icon-cart.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 26px;
	height: 24px;
}

.localnav.PC .theta-logo {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
}

.localnav.PC .theta-logo a {
	color: transparent !important;
	font-size: 0 !important;
	background: url("../img/theta-logo.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 120px;
	height: 29px;
}

.localnav.PC .header-lang {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
}

@media screen and (max-width: 1295px) {
	.localnav.PC .header-lang {
		position: static;
		transform: translateY(0);
		margin-left: 40px;
	}
}

.localnav.PC .header-lang li a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	color: #404040;
	line-height: 1.6;
}

.localnav.PC .header-lang li a:after {
	display: block;
	content: '';
	background: url("../img/header-lang.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 14px;
	height: 14px;
	margin-left: 3px;
}

.localnav.PC .header-lang li.act a {
	color: #0088bd;
}

.localnav.PC .header-lang li.act a:after {
	background: url("../img/header-lang-act.png") 0 0 no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 640px) {
	.localnav.SP {
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		width: 100%;
		height: 40px;
		background: rgba(255, 255, 255, 0.9);
	}
	.localnav.SP .header-ttl {
		padding-left: 17px;
	}
	.localnav.SP .header-ttl a {
		display: block;
		background: url("../img/header-ttl.png") 0 0 no-repeat;
		background-size: 100% auto;
		width: 146px;
		height: 14px;
		color: transparent;
		font-size: 0;
	}
	.localnav.SP .localnav-toggle {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0px;
		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;
		height: 100%;
		padding-right: 17px;
		padding-left: 17px;
		cursor: pointer;
	}
	.localnav.SP .localnav-toggle span {
		display: block;
		width: 25px;
		height: 3px;
		border-radius: 2px;
		background: #404040;
		transition: 0.2s;
	}
	.localnav.SP .localnav-toggle span + span {
		margin-top: 3px;
	}
	.localnav.SP .localnav-toggle.act {
		right: -3px;
	}
	.localnav.SP .localnav-toggle.act .a2 {
		display: none;
	}
	.localnav.SP .localnav-toggle.act .a1 {
		transform: rotate(-135deg) translate(0px, -4px);
	}
	.localnav.SP .localnav-toggle.act .a3 {
		transform: rotate(135deg) translate(0px, 4px);
	}
	.localnav.SP .list-back {
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.localnav.SP .list {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		background: rgba(255, 255, 255, 0.9);
		width: 100%;
	}
	.localnav.SP .list > ul > li > a, .localnav.SP .list > ul > li > div {
		display: block;
		padding: 4px 17px;
		font-size: 18px;
		color: #404040;
		background: url("../img/localnav-list-icon.png") right 17px top 50% no-repeat;
		background-size: 8.5px 14px;
	}
	.localnav.SP .list > ul > li div {
		color: #c5c5c5;
	}
	.localnav.SP .list > ul > li.buy a {
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.localnav.SP .list > ul > li.buy a:after {
		display: block;
		content: '';
		display: block;
		background: url("../img/icon-cart.png") 0 0 no-repeat;
		background-size: 100% auto;
		width: 18px;
		height: 16px;
	}
	.localnav.SP .header-lang {
		margin-top: 30px;
		margin-bottom: 25px;
	}
	.localnav.SP .header-lang > ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.localnav.SP .header-lang > ul > li {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		font-size: 14px;
	}
	.localnav.SP .header-lang > ul > li a {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
		padding: 0 15px;
		color: #404040;
	}
	.localnav.SP .header-lang > ul > li a:after {
		display: block;
		content: '';
		background: url("../img/header-lang.png") 0 0 no-repeat;
		background-size: 100% auto;
		width: 13px;
		height: 13px;
		margin-left: 3px;
	}
	.localnav.SP .header-lang > ul > li.act a {
		color: #0088bd;
	}
	.localnav.SP .header-lang > ul > li.act a:after {
		display: block;
		content: '';
		background: url("../img/header-lang-act.png") 0 0 no-repeat;
		background-size: 100% auto;
	}
	.localnav.SP .header-lang > ul > li + li:before {
		display: block;
		content: '/';
	}
	.localnav.SP .theta-logo {
		padding: 0 57px;
		padding-bottom: 57px;
	}
	.localnav.SP .theta-logo a {
		display: block;
		background: #181818 url("../img/theta-logo_sp.png") 50% 50% no-repeat;
		background-size: 95.5px 23px;
		height: 45px;
		color: transparent;
		font-size: 0;
	}
}

.mv {
	position: relative;
	text-align: center;
	height: 488px;
	min-width: 1010px;
	overflow: hidden;
	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;
}

@media screen and (max-width: 640px) {
	.mv {
		min-width: 100%;
		height: 127.46667vw;
	}
}

.mv .ttl {
	position: relative;
	z-index: 1;
	width: 1010px;
	margin: auto;
	opacity: 0;
	-webkit-transition: transform(0, 20%, 0);
	-o-transition: transform(0, 20%, 0);
	transition: transform(0, 20%, 0);
}

@media screen and (max-width: 640px) {
	.mv .ttl {
		width: 100%;
		opacity: 0;
		-webkit-transition: transform(0, 0, 0);
		-o-transition: transform(0, 0, 0);
		transition: transform(0, 0, 0);
	}
}

.mv h1 {
	font-size: 64px;
	color: #fff;
	line-height: 1;
	margin-bottom: 15px;
	font-weight: 200;
}

@media screen and (max-width: 640px) {
	.mv h1 {
		font-size: 64px;
		font-size: 8.53333vw;
		margin-bottom: 4vw;
	}
}

@media screen and (max-width: 641px) {
	.mv .mv-content {
		display: none;
	}
}

.mv .ttl-sub {
	font-size: 36px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: 200;
}

.mv .ttl-sub span {
	letter-spacing: -1em;
}

@media screen and (max-width: 640px) {
	.mv .ttl-sub {
		font-size: 60px;
		font-size: 8vw;
		margin-bottom: 4vw;
	}
}

.mv .txt {
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 200;
}

.mv .mv-bg {
	position: absolute;
	z-index: 0;
	margin: auto;
	left: -5000px;
	right: -5000px;
	top: 0;
	width: 100%;
	min-width: 1430px;
	background: #000000;
}

.mv .mv-bg img {
	width: 100%;
	opacity: 1;
}

.mv .mv-bg .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
}

@media screen and (max-width: 640px) {
	.mv .mv-bg {
		min-width: 100%;
	}
}

.mv.reveal-active .ttl {
	animation: reveal-ttl 0.7s 0.4s both;
}

@media screen and (max-width: 640px) {
	.mv.reveal-active .ttl {
		animation: reveal-ttl 1s 0.4s both;
	}
}

.mv.reveal-active .mv-bg img {
	animation: reveal-bg-img 0.7s both;
}

.mv.reveal-active .mv-bg .cover {
	animation: reveal-bg-cover 1.2s both;
}

.mvsp {
	padding-top: 10.66667vw;
	text-align: center;
}

.mvsp .ttl-sub {
	font-size: 8vw;
	font-weight: 500;
	margin-bottom: 5.33333vw;
}

.mvsp .txt {
	font-size: 36px;
	font-size: 4.8vw;
	line-height: 2;
	font-weight: 300;
}

.sec-more {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 70px;
}

@media screen and (max-width: 640px) {
	.sec-more {
		margin-top: 6.66667vw;
	}
}

.sec-more a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 20px;
}

@media screen and (max-width: 640px) {
	.sec-more a {
		font-size: 42px;
		font-size: 5.6vw;
	}
}

.sec-more a:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid #1a97ff;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin-left: 10px;
	-webkit-transform: translate(0, 10%);
	transform: translate(0, 10%);
}

@media screen and (max-width: 640px) {
	.sec-more a:after {
		border-left: 2.66667vw solid #1a97ff;
		border-top: 2.66667vw solid transparent;
		border-right: 2.66667vw solid transparent;
		border-bottom: 2.66667vw solid transparent;
		margin-left: 2.66667vw;
	}
}

.txtlink {
	position: relative;
	display: inline-block;
}

.txtlink:after {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid #1a97ff;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	margin-left: 5px;
	-webkit-transform: translate(0, 1px);
	transform: translate(0, 1px);
}

@media screen and (max-width: 640px) {
	.txtlink:after {
		border-left: 2vw solid #1a97ff;
		border-top: 1.33333vw solid transparent;
		border-right: 1.33333vw solid transparent;
		border-bottom: 1.33333vw solid transparent;
		margin-left: 1.33333vw;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.imglist {
	padding-top: 50px;
}

@media screen and (max-width: 640px) {
	.imglist {
		padding-top: 13.33333vw;
	}
}

.imglist ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1010px;
	margin: auto;
}

@media screen and (max-width: 640px) {
	.imglist ul {
		width: 100%;
		padding: 0 2.4vw;
	}
}

.imglist li {
	width: 326px;
}

@media screen and (max-width: 640px) {
	.imglist li {
		width: 100%;
	}
}

@media screen and (min-width: 641px) {
	.imglist li + li {
		margin-bottom: 50px;
		margin-left: 16px;
	}
	.imglist li + li:nth-child(3n+1) {
		margin-left: 0;
	}
}

@media screen and (max-width: 640px) {
	.imglist li + li {
		margin-top: 9.33333vw;
	}
}

.imglist figure {
	margin-bottom: 10px;
}

.imglist figure img {
	width: 100%;
}

.imglist figcaption {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
	.imglist figcaption {
		font-size: 4.26667vw;
	}
}

.imglist .imglist-txt {
	font-size: 14px;
}

@media screen and (max-width: 640px) {
	.imglist .imglist-txt {
		font-size: 3.73333vw;
	}
}

footer {
	padding: 75px 0;
}

@media screen and (max-width: 640px) {
	footer {
		padding: 40px 0;
	}
}

footer .footer-inner {
	width: 970px;
	margin: auto;
}

@media screen and (max-width: 640px) {
	footer .footer-inner {
		width: 100%;
	}
}

footer .footer-logo {
	display: block;
	color: transparent;
	font-size: 0;
	background: url("../img/footer-logo.png") 0 0 no-repeat;
	background-size: contain;
	width: 294px;
	margin: auto;
	margin-bottom: 40px;
	height: 30px;
}

@media screen and (max-width: 640px) {
	footer .footer-logo {
		width: 176px;
		height: 18px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 640px) {
	footer .footer-list-ttl {
		font-size: 14px;
		margin-bottom: 10px;
		text-align: center;
	}
}

footer .footer-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	width: 970px;
	margin: auto;
	margin-bottom: 35px;
}

@media screen and (max-width: 640px) {
	footer .footer-list {
		width: 100%;
		display: block;
	}
}

footer .footer-list li + li {
	margin-left: 25px;
}

@media screen and (max-width: 640px) {
	footer .footer-list li + li {
		margin-left: 0;
	}
}

@media screen and (max-width: 640px) {
	footer .footer-list li a {
		padding: 10px 0;
		border-top: 1px solid #e5e5e5;
	}
	footer .footer-list li:last-child a {
		border-bottom: 1px solid #e5e5e5;
	}
}

footer .footer-list li > a, footer .footer-list li > div {
	display: block;
	color: #000;
	font-size: 17px;
}

@media screen and (max-width: 640px) {
	footer .footer-list li > a, footer .footer-list li > div {
		text-align: center;
		font-weight: 400;
	}
}

footer .footer-sns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

footer .footer-sns li + li {
	margin-left: 32px;
}

@media screen and (max-width: 640px) {
	footer .footer-sns li + li {
		margin-left: 25px;
	}
}

footer .footer-sns li a {
	display: block;
	color: transparent;
	font-size: 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

footer .footer-sns li.sns-fb a {
	background-image: url("../img/footer-facebook.png");
	width: 40px;
	height: 40px;
}

@media screen and (max-width: 640px) {
	footer .footer-sns li.sns-fb a {
		width: 31px;
		height: 31px;
	}
}

footer .footer-sns li.sns-insta a {
	background-image: url("../img/footer-instgrm.png");
	width: 40px;
	height: 40px;
}

@media screen and (max-width: 640px) {
	footer .footer-sns li.sns-insta a {
		width: 31px;
		height: 31px;
	}
}

footer .footer-sns li.sns-tw a {
	background-image: url("../img/footer-twitter.png");
	width: 40px;
	height: 40px;
}

@media screen and (max-width: 640px) {
	footer .footer-sns li.sns-tw a {
		width: 31px;
		height: 31px;
	}
}

footer .footer-sns li.sns-youtube a {
	background-image: url("../img/footer-youtube.png");
	width: 45px;
	height: 32px;
}

@media screen and (max-width: 640px) {
	footer .footer-sns li.sns-youtube a {
		width: 35px;
		height: 25px;
	}
}

#footer {
	background: #000;
}

.footer_logo {
	margin: auto;
	padding: 30px 0 20px 0;
}

@media screen and (max-width: 640px) {
	.footer_logo {
		padding: 20px 0 15px 0;
	}
}

.footer_logo a {
	background: url("/common/img/company_logo.png") no-repeat;
	width: 101px;
	height: 35px;
	background-size: contain;
	display: block;
	margin: auto;
}

@media screen and (max-width: 640px) {
	.footer_logo a {
		width: 79px;
		height: 27px;
	}
}

.footer_cr {
	text-align: center;
	padding-bottom: 34px;
	font-size: 12px;
	color: #fff;
	font-family: 'Open Sans', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

@media screen and (max-width: 640px) {
	.footer_cr {
		text-align: center;
		font-size: 10px;
		padding-bottom: 20px;
	}
}

.mfp-close {
	display: none !important;
}

.mfp-bg {
	background: none !important;
	opacity: 0;
}

.mfp-wrap {
	background: rgba(0, 0, 0, 0);
	animation: mfpbg 0.15s linear forwards;
}

#movie {
	pointer-events: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

#movie iframe {
	pointer-events: auto;
}

@media screen and (max-width: 640px) {
	#movie iframe {
		height: 300px;
	}
}

@keyframes mfpbg {
	0% {
		background: rgba(0, 0, 0, 0);
	}
	100% {
		background: rgba(0, 0, 0, 0.8);
	}
}

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