@charset "UTF-8";
/* --------------------------------------------------
ikinari
-------------------------------------------------- */

/* --------------------------------------------------

reset

-------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

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

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

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

img,
a {
	vertical-align: top;
	max-width: 100%;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

a:focus,
*:focus {
	outline: none !important;
}

/* --------------------------------------------------
clearfix
-------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE Mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End Hack */

/* --------------------------------------------------
fonts
-------------------------------------------------- */



/* --------------------------------------------------
link
-------------------------------------------------- */

a:link {
	color: #003F98;
}

a:visited {
	color: #282828;
	text-decoration: none;
}

a:hover {
	color: #282828;
	text-decoration: none;
}

a:active {
	color: #282828;
	text-decoration: none;
}

a {
	transition: .2s linear;
}

a img {
	transition: opacity .2s ease-out;
}

a:hover img {
	opacity: 0.5;
}

a:focus {
	outline: 1px dotted #ccc;
}

@media screen and (max-width: 800px) {
	a:hover {
		opacity: 1;
	}
}

/* --------------------------------------------------
html
-------------------------------------------------- */

html {
	font-size: 62.5%;
	height: 100%;
}

@media screen and (max-width: 1080px) {
	html {
		font-size: 58.12%;
		/* 1.4rem */
	}
}

@media screen and (max-width: 600px) {
	html {
		font-size: 53.75%;
		/* 1.3rem */
	}
}

@media screen and (max-width: 400px) {
	html {
		font-size: 50%;
		/* 1.2rem */
	}
}

/* --------------------------------------------------
body
-------------------------------------------------- */

body {
	/* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; */
	font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.6;
	height: 100%;
	min-height: 100%;
	color: #000;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	position: relative;
}

/* --------------------------------------------------
共通
-------------------------------------------------- */
.inner-m {
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {
	.inner-m {
		max-width: 94%;
	}
}

.inner {
	max-width: 1350px;
	margin: 0 auto;
}

@media screen and (max-width: 1350px) {
	.inner {
		max-width: 94%;
	}
}

/* f-kumamon */
.f-kumamon {
	width: 60%;
	max-width: 716px;
	position: fixed;
	bottom: 0;
	left: 55%;
	transform: translateX(-50%);
	z-index: 10;
}
.f-kumamon-stay{
	width: 100%;
	max-width: 966px;
	margin: 0 auto;
	opacity: 0;
}
.f-kumamon-stay.opacity{
	opacity: 1;
}

.f-kumamon.fixed {
	position: relative;
	max-width: 866px;
	width: 94%;
	display: none;
}

@media screen and (max-width: 840px) {
	.f-kumamon {
		width: 75%;
	}
	.f-kumamon.fixed{
		width: 94%;
	}
	.f-kumamon-stay{
		width: 82%;
	}
}

.pc-only {
	display: block;
}

.sp-only {
	display: none;
}
.pc-txt-center{
	text-align: center;
}

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

	.sp-only {
		display: block;
	}
	.pc-txt-center{
		text-align: left;
	}
}

/* --------------------------------------------------
header
-------------------------------------------------- */
#header .top-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1500px;
	margin: 0 auto;
}
#header .top-header .logo {
	top: 0;
	left: 0;
	z-index: 15;
	background: #fff;
}

#header .top-header .tab-list{
	font-family: 'Shippori Mincho', serif;
	display: flex;
	width: calc(100% - 480px);
}
#header .top-header .tab-list > p{
	max-width: 50rem;
	width: 100%;
	margin-right: 1em;
}
#header .top-header .tab-list > p:last-child{
	margin-right: 0;
}
#header .top-header .tab-list a{
	font-size: 3rem;
	text-decoration: none;
	display: block;
	padding: .5em 1em;
	text-align: center;
}
#header .top-header .tab-list a span{
	font-size: 2rem;
	display: block;
}
#header .top-header .tab-list .suizenji a{
	background: #E0E4F8;
	border-bottom: 3px solid #E0E4F8;
}
#header .top-header .tab-list .suizenji.active a,
#header .top-header .tab-list .suizenji a:hover{
	background: #fff;
	border-bottom: 3px solid #E32EDD;
}
#header .top-header .tab-list .ueki a{
	background: #DDEFEB;
	border-bottom: 3px solid #DDEFEB;
}
#header .top-header .tab-list .ueki.active a,
#header .top-header .tab-list .ueki a:hover{
	background: #fff;
	border-bottom: 3px solid #E32EDD;
}
@media screen and (max-width: 1500px){
	#header .top-header{
		width: 92%;
	}
	#header .top-header .logo{
		max-width: 450px;
		width: 40%;
		margin-right: 1em;
	}
	#header .top-header .tab-list{
		width: 60%;
	}
	#header .top-header .tab-list a{
		font-size: 2.2rem;
	}
	#header .top-header .tab-list a span{
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 840px) {
	#header .top-header{
		display: block;
	}
	#header .top-header .logo{
		margin: 0 auto 1em auto;
		width: 60%;
	}
	#header .top-header .tab-list{
		width: 100%;
	}
	#header .top-header .tab-list a{
		font-size: 1.8rem;
	}
	#header .top-header .tab-list a span{
		font-size: 1.4rem;
	}
}

/* --------------------------------------------------
contents
-------------------------------------------------- */

/* mv-row */
.mv-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mv-row > div{
	width: 30%;
}
.mv-row > div:nth-child(2){
	width: 35%;
}
.mv-row > div.side-pht figure{
	position: relative;
	padding-top: 100%;
	overflow: hidden;
	border-radius: 40% 0 0 0;
	margin-top: 2em;
}
.mv-row > div.side-pht figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mv-row > div .txt-block{
	font-family: 'Shippori Mincho', serif;
	font-size: 2.3rem;
	text-align: center;
	margin-top: 2em;
}
.mv-row > div .txt-block p{
	margin-bottom: 1em;
}
.mv-row > div h2{
	text-align: center;
}
@media screen and (max-width: 840px) {
	.mv-row{
		display: block;
	}
	.mv-row > div{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.mv-row > div.side-pht figure{
		width: 48%;
		padding-top: 45%;
	}
	.mv-row > div:nth-child(2){
		width: 100%;
		display: block;
	}
}

/* brn-pht */
.brn-pht{
	position: relative;
	height: 0;
	padding-top: 42.74%;
	margin: 3em 0;
	z-index: 0;
}

.brn-pht.suizenji{
	background: url(../img/bnr-suizenji.jpg) no-repeat center center/ cover;
}
.brn-pht.ueki{
	background: url(../img/bnr-ueki.jpg) no-repeat center center/ cover;
}
.brn-pht a{
	text-decoration: none;
	display: inline-block;
	width: 100%;
}
.brn-pht a:after{
	content: "";
	width: 10em;
	height: 10em;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 27%;
	transform: translate(-50%,-50%);
	z-index: 1;
	background: url(../img/deco_txt_activerest01.svg) no-repeat center center/ cover;
	transition: 1s all;
}
.brn-pht .brn-txt{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 4%;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.brn-pht h3{
	margin-bottom: 1em;
}
.brn-pht .brn-pht-ttl{
	font-family: 'Shippori Mincho', serif;
	color: #fff;
	font-size: 3.5rem;
	line-height: 2.2;
	display: block;
}
.brn-pht .brn-pht-ttl span{
	padding: .3em .5em;
	position: relative;
}
.brn-pht .brn-pht-ttl span:before{
	background: #000000;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	transform: scale(1, 1);
	transform-origin: right top;
	transition: transform .3s;
	z-index: -1;
}
.brn-pht .brn-pht-ttl span:after{
	background: linear-gradient(-20deg, rgba(154,169,233,1) 0%, rgba(115,208,153,1) 100%);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
	z-index: -1;
}
.brn-pht .brn-pht-copy:first-of-type{
	margin-top: 0.8em;
}
.brn-pht .brn-pht-copy span {
	color: #000;
	font-size: 1.8rem;
}
.brn-pht .brn-pht-copy span {
	color: #000;
	padding: .5em 1em;
	line-height: 3;
}
.brn-pht.suizenji .brn-pht-copy span{
	background: #9AA9E9;
}
.brn-pht.ueki .brn-pht-copy span{
	background: #73D099;
}

.brn-pht .brn-pht-arrow{
	font-family: 'Shippori Mincho', serif;
	color: #fff;
	font-size: 2.8rem;
	background: #000;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: .8em 1em;
	margin-right: 3em;
}
.brn-pht .brn-pht-arrow:before{
	content: "";
	width: 3em;
	height: 100%;
	background: #E42EDE;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: -3em;
	z-index: 0;
	transition: .5s all;
}
.brn-pht .brn-pht-arrow:after{
	content: "";
	width: 16px;
	height: 20px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: #fff;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -2em;
	transform: translateY(-50%);
	z-index: 1;
	transition: .5s all;
}

.brn-pht a:hover:after{
	transform: translate(-50%,-50%) rotate(30deg);
}
.brn-pht  a:hover .brn-pht-arrow:after{
	background: #000;
}
.brn-pht  a:hover .brn-pht-arrow:before{
	background: linear-gradient(-20deg, rgba(154,169,233,1) 0%, rgba(115,208,153,1) 100%);
}
.brn-pht  a:hover .brn-pht-ttl span {
	color: #000;
}
.brn-pht  a:hover .brn-pht-ttl span:after {
	transform-origin: left top;
	transform: scale(1, 1);
}

@media screen and (max-width: 840px){

	.brn-pht a:after{
		width: 6em;
		height: 6em;
		top: 1em;
		right: 1em;
		transform: none;
	}
	.brn-pht .brn-pht-ttl{
		font-size: 1.8rem;
		line-height: 2;
	}
	.brn-pht .brn-pht-copy span {
		font-size: 1.4rem;
	}
	.brn-pht .brn-pht-arrow{
		font-size: 1.4rem;
	}
	.brn-pht .brn-pht-arrow:after{
		width: 8px;
		height: 10px;
	}
	.brn-pht a:hover:after{
		transform: none;
	}
}

@media screen and (max-width: 600px){
	.brn-pht{
		padding-top: 100%;
	}
}

/* wrapper */
.wrapper{
	overflow: hidden;
}

/* mv-sec */
.mv-sec{
	position: relative;
}
.mv-sec .mv-ttl{
	text-align: right;
	position: absolute;
	left: 10%;
	bottom: 15%;
}
.mv-sec .mv-ttl span{
	color: #fff;
    background: #000;
    display: inline-block;
    padding: 1em 3em;
	margin-bottom: 1em;
}
.mv-sec .mv-ttl span img{
	height: 3em;
}
.mv-sec .mv-ttl span:last-child{
	margin-right: -8em;
}
.mv-sec .mv-copy{
	position: absolute;
	left: 40%;
	bottom: -1em;
}
.mv-sec.suizenji .mv-copy{
	left: 55%;
}
.mv-sec .mv-copy span{
	font-size: 1.8rem;
	color: #000;
    display: inline-block;
	padding: .3em .5em;
	margin-bottom: .25em;
}
.mv-sec.ueki .mv-copy span{
	background: #73D099;
}
.mv-sec.suizenji .mv-copy span{
	background: #9AA9E9;
}

@media screen and (max-width: 1300px){
	.mv-sec .mv-ttl span img{
		height: 2em;
	}
}

@media screen and (max-width: 1200px){
	.mv-sec .mv-ttl{
		text-align: left;
	}
	.mv-sec .mv-ttl span img{
		height: 2em;
	}
	.mv-sec .mv-copy{
		bottom: 2em;
	}
}

@media screen and (max-width: 840px){
	.mv-sec .mv-ttl{
		left: 5%;
		bottom: 25%;
	}
	.mv-sec .mv-ttl span{
		padding: .5em 2em;
		margin-bottom: .5em;
	}
	.mv-sec .mv-ttl span img{
		height: 1.5em;
	}
	.mv-sec .mv-ttl span:last-child{
		margin-left: 0;
	}
	.mv-sec .mv-copy{
		left: 5%;
		bottom: 5%;
	}
	.mv-sec.suizenji .mv-copy{
		left: 5%;
		bottom: 5%;
	}
	.mv-sec .mv-copy span{
		font-size: 1.4rem;
		margin-bottom: .5em;
	}
}

/* spot-sec */
.spot-sec{
	position: relative;
	z-index: 0;
	padding-bottom: 5%;
	margin-bottom: 8%;
}

.spot-sec:before{
	content: "";
	width: 80%;
	height: 20%;
	display: block;
	position: absolute;
	bottom: 0;
	background: #F1EEEE;
	z-index: -1;
}

@media screen and (max-width: 840px){
	.spot-sec:before{
		content: none;
	}
}

/* pht-wide */
.pht-wide{
	position: relative;
	margin: 4em 0 8em 0;
}
.pht-wide .txt-activerest{
	position: absolute;
	top: -15%;
	z-index: 10;
	animation: rotation 30s linear infinite;
}
.pht-wide.right .txt-activerest{
	right: 5%;
}
.pht-wide.left .txt-activerest{
	left: 5%;
}
.pht-wide.right{
	margin-right: calc(50% - 50vw);
}
.pht-wide.left{
	margin-left: calc(50% - 50vw);
}
.pht-wide.right figure{
	border-radius: 200px 0 0 0;
}
.pht-wide.left figure{
	border-radius: 0 200px 0 0;
}
.pht-wide figure{
	position: relative;
	padding-top: 45%;
	overflow: hidden;
}
.pht-wide figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1080px){
	.pht-wide.right figure{
		border-radius: 100px 0 0 0;
		padding-top: 80%;
	}
	.pht-wide.left figure{
		border-radius: 0 100px 0 0;
		padding-top: 80%;
	}
	.pht-wide .txt-activerest{
		width: 20%;
	}
}
@media screen and (max-width: 840px){
	.pht-wide .txt-activerest{
		width: 30%;
		top: -12%;
		animation: none;
	}
}
/* spot-copy-block */
.pht-wide .spot-copy-block{
	position: absolute;
}
.pht-wide .spot-copy-block .spot-copy{
	margin-bottom: .2em;
}
.pht-wide .spot-copy-block .spot-copy span{
	color: #fff;
	background: #000;
	display: inline-block;
	padding: 0 1em;
}

.pht-wide.right .spot-copy-block{
	right: 10%;
	bottom: -3%;
	z-index: 10;
}
.pht-wide.left .spot-copy-block{
	left: 10%;
	bottom: -3%;
	z-index: 10;
}
@media screen and (max-width: 840px){
	.pht-wide .spot-copy-block .spot-copy span{
		box-decoration-break: clone;	
		-webkit-box-decoration-break: clone;
		display: inline;
		padding: .2em 1em;
		line-height: 2.2;
	}
}

/* txt-spot-no */
.pht-wide .txt-spot-no{
	position: absolute;
	z-index: 10;
	bottom: -20%;
}
.pht-wide.right .txt-spot-no{
	left: 20%;
}
.pht-wide.left .txt-spot-no{
	right: 10%;
}
@media screen and (max-width: 1380px){
	.pht-wide.right .txt-spot-no{
		width: 20vw;
		left: 10%;
	}
	.pht-wide.left .txt-spot-no{
		width: 20vw;
		right: 0;
	}
}
@media screen and (max-width: 1080px){
	.pht-wide.right .txt-spot-no{
		left: 5%;
		bottom: 10%;
	}
	.pht-wide.left .txt-spot-no{
		right: 5%;
		bottom: 10%;
	}
}
@media screen and (max-width: 840px){
	.pht-wide{
		margin: 3em auto;
	}
	.pht-wide.right .txt-spot-no,
	.pht-wide.left .txt-spot-no{
		position: relative;
		width: 50%;
		max-width: 250px;
		display: block;
		left: 0;
		right: 0;
		margin: 2em auto 0;
	}
	.pht-wide.right .spot-copy-block{
		position: relative;
		left: 0;
		right: 0;
		margin: -1em 2em 0 1em;
	}
	.pht-wide.left .spot-copy-block{
		position: relative;
		left: 0;
		right: 0;
		margin: -1em 2em 0 1em;
	}
}

/* spot-row */
.spot-row{
	display: flex;
	justify-content: space-between;
	margin-right: calc(50% - 50vw);
}
.spot-row.reverse{
	flex-direction: row-reverse;
	margin-right: auto;
	margin-left: calc(50% - 50vw);
}

.spot-row >div{
	width: 47%;
}
.spot-row >div:first-child figure{
	margin-top: 4em;
}
.spot-row >div .caption{
	margin-top: 1em;
}
.spot-row.reverse  >div .caption{
	margin-left: 1.5em;
}
.spot-row .ttl-spot{
	font-family: 'Shippori Mincho', serif;
	font-size: 5rem;
	margin-bottom: .2em;
}
.spot-row .ttl-spot span{
	display: inline-block;
}
.spot-row .txt-spot-copy{
	font-family: 'Shippori Mincho', serif;
	color: #E32EDD;
	font-size: 2.9rem;
	margin-bottom: .5em;
}
.spot-row .txt-spot-copy + p{
	line-height: 2;
}
.spot-row >div:nth-child(2) figure{
	position: relative;
	padding-top: 100%;
	overflow: hidden;
}

.spot-row >div:nth-child(2) figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media screen and (max-width: 840px){
	.spot-row{
		display: block;
		margin-right: auto;
	}
	.spot-row.reverse{
		margin-left: auto;
	}
	.spot-row >div{
		width: 100%;
		margin-top: 1em;
	}
	.spot-row.reverse  >div .caption,
	.spot-row >div .caption{
		margin: 1em 0 1.5em;
	}
	.spot-row .ttl-spot{
		font-size: 4rem;
		margin-bottom: .2em;
	}
	.spot-row .txt-spot-copy{
		color: #E32EDD;
		font-size: 3rem;
		margin-bottom: .5em;
	}
	.spot-row >div:nth-child(2) figure{
		padding-top: 0;
	}
	.spot-row >div:nth-child(2) figure img{
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}
}


/* adress-row */
.address-row{
	display: flex;
	justify-content: flex-end;
	padding: 2em 0;
}
.address-row.reverse{
	display: block;
}
.address-row >div{
	width: 50%;
}
.address-row .address-ttl{
	color: #fff;
	background: #0E152B;
	display: inline-block;
	padding: .5em 1em;
	vertical-align: bottom;
}
.address-row .address-sttl span{
	color: #fff;
	background: #0E152B;
	display: inline-block;
	padding: .2em 1em;
	vertical-align: bottom;
}
.address-row .address-txt{
	color: #fff;
	background: #0E152B;
	display: inline-block;
	padding: .5em 1em;
	font-size: 1.6rem;
}
.address-row .address-txt span{
	color: #fff;
	background: #0E152B;
	display: inline-block;
}
.address-row .address-info{
	display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
	font-size: 1.6rem;
}

.address-row .address-info dt{
	position: relative;
	/* background: #0E152B; */
}
.address-row .address-info dt span{
	padding: .2em 0 .2em 1em;
}
.address-row .address-info dt:after{
	content: "：";
	display: inline-block;
	color: #fff;
	background: #0E152B;
	padding: .2em 0;
	vertical-align: top;
	height: 100%;
}
.address-row .address-info dd{
	width: calc(100% - 7em);
}
.address-row .address-info dd span{
	padding: .2em 1em;
}
.address-row .address-info dt span,
.address-row .address-info dd span{
	color: #fff;
	background: #0E152B;
	display: inline-block;
	height: 100%;
}

.address-row .address-info a,
.address-row .address-txt a{
	color: #fff;
}

@media screen and (max-width: 840px){
	.address-row{
		background: #F1EEEE;
		display: block;
		margin-left: -5%;
		padding: 10% 5%;
		margin-right: auto;
	}
	.address-row >div{
		width: 100%;
	}
	.address-row .address-ttl{
		margin-bottom: 1em;
	}
	.address-row .address-info{
		align-items: stretch;
	}
}

/* --------------------------------------------------
footer
-------------------------------------------------- */
#footer {
	padding: 1em 0;
}
#footer .copy{
	text-align: center;
}

/* --------------------------------------------------
animation
-------------------------------------------------- */
@media screen and (min-width: 840px){
	.fadeIn-right {
		animation-name: fade-rotate-right;
		animation-duration:1.5s;
		animation-fill-mode:forwards;
		opacity: 0;
	}
	@keyframes fade-rotate-right{
		from {
			opacity: 0;
			transform: rotateY(270deg);
		}
		to {
			opacity: 1;
			transform: none;
		}
	}

	.fadeIn-left {
		animation-name: fade-rotate-left;
		animation-duration:1.5s;
		animation-fill-mode:forwards;
		opacity: 0;
	}
	@keyframes fade-rotate-left{
		from {
			opacity: 0;
			transform: rotateY(-270deg);
		}
		to {
			opacity: 1;
			transform: none;
		}
	}


	.fadeInUp {
		-webkit-animation-fill-mode: both;
		-ms-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-duration: 1.8s;
		-ms-animation-duration: 1.8s;
		animation-duration: 1.8s;
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
		visibility: visible !important;
		animation-timing-function: ease-out;
	}
	@keyframes fadeInUp {
		0% {
			opacity: 0;
			-webkit-transform: translateY(70px);
			-ms-transform: translateY(70px);
			transform: translateY(70px);
		}
		100% {
			opacity: 1;
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
		}
	}

	/* 回転 */
	@keyframes rotation{
		0%{ transform:rotate(0);}
		100%{ transform:rotate(360deg); }
	}
	/* --------------------------------------------------
	js-style
	-------------------------------------------------- */
	.fx-col-in li {
		opacity: 0;
	}
	.fx-in,  .fx-down,  .fx-up,  .fx-left,  .fx-right {
		visibility: hidden;
	}
	/* --------------------------------------------------
	画像部分
	-------------------------------------------------- */
	.fx-panel-right, .fx-panel-left {
		position: relative;
		overflow: hidden;
	}
	.fx-panel-right img,
	.fx-panel-left img,
	.fx-panel-right span,
	.fx-panel-left span {
		opacity: 0;
	}
	.fadePanelAnim-l img, .fadePanelAnim img,
	.fadePanelAnim-l span, .fadePanelAnim span {
		animation-fill-mode: both;
		animation-duration: 1s;
		animation-timing-function: ease-in;
		animation-name: imgfade;
		visibility: visible !important;
	}
		@keyframes imgfade {
		0% {
			opacity: 0;
		}
		50%{
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	.fadePanelAnim::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 150;
		left: -100%;
		background: #000;
		background: url("../img/bg_green.jpg") no-repeat center center / cover;
		opacity: 0.8;
		animation-fill-mode: both;
		animation-duration: 1s;
		animation-timing-function: ease-in;
		animation-name: blackPanel;
		visibility: visible !important;
	}
	.fadePanelAnim.green::after {
		background: url("../img/bg_green.jpg") no-repeat center center / cover;
	}
	.fadePanelAnim.blue::after {
		background: url("../img/bg_blue.jpg") no-repeat center center / cover;
	}
	@keyframes blackPanel {
		0% {
			left: -100%;
		}
		30% {
			left: 0%;
		}
		60% {
			left: 0%;
		}
		100% {
			left: 100%;
		}
	}
	.fadePanelAnim-l::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 150;
		right: -100%;
		background: #000;
		background: url("../img/bg_green.jpg") no-repeat center center / cover;
		opacity: 0.8;
		animation-fill-mode: both;
		animation-duration: 1s;
		animation-timing-function: ease-in;
		animation-name: blackPanel-l;
		visibility: visible !important;
	}
		@keyframes blackPanel-l {
		0% {
			right: -100%;
		}
		30% {
			right: 0%;
		}
		60% {
			right: 0%;
		}
		100% {
			right: 100%;
		}
	}


	/* --------------------------------------------------
	カーテン
	-------------------------------------------------- */
	.fx-curtain figure::before{
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #FFF;
		z-index: 2;
		transition: .5s;
	}
	.fx-curtain.show figure::before{
		transform: translateX(100%);
	}
	.fx-curtain img{
		opacity: 0;
		transition: .5s;
	}
	.fx-curtain.show img{
		opacity: 1;
	}
	.fx-curtain .spot-copy,
	.fx-curtain .address-ttl,
	.fx-curtain .address-sttl span,
	.fx-curtain .address-info dt:after,
	.fx-curtain .address-info span,
	.fx-curtain .address-txt{
		color: #FFF;
		opacity: 0;
		transform: translateX(-40px);
		transition: .5s;
		transition-delay: .5s;
		z-index: 1;
		position: relative;
		overflow: hidden;
	}
	.fx-curtain.show .spot-copy,
	.fx-curtain.show .address-ttl,
	.fx-curtain.show .address-sttl span,
	.fx-curtain.show .address-info dt:after,
	.fx-curtain.show .address-info span,
	.fx-curtain.show .address-txt{
		opacity: 1;
		transform: translateX(0);
	}
	.fx-curtain .spot-copy::before,
	.fx-curtain .address-ttl:before,
	.fx-curtain .address-sttl span:before,
	.fx-curtain .address-info span:before,
	.fx-curtain .address-txt:before{
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 1px;
		top: 0;
		background: #0E152B;
		transition: .5s;
		transition-delay: 1s;
	}
	.fx-curtain .spot-copy::before{
		background: repeating-linear-gradient(to bottom, #0E152B, #0E152B 1.85em, #FFF 0.35em, #FFF 2.2em);
	}
	.fx-curtain.show .spot-copy::before,
	.fx-curtain.show .address-ttl:before,
	.fx-curtain.show .address-sttl span:before,
	.fx-curtain.show .address-info span:before,
	.fx-curtain.show .address-txt:before{
		transform: translateX(100%);
	}

	/* mv */
	.mv-sec.fx-curtain .mv-ttl span,
	.mv-sec.fx-curtain .mv-copy span{
		color: #000;
		opacity: 0;
		transform: translateX(-40px);
		transition: .5s;
		transition-delay: .5s;
		z-index: 1;
		position: relative;
		overflow: hidden;
	}
	.mv-sec.fx-curtain.show .mv-ttl span,
	.mv-sec.fx-curtain.show .mv-copy span{
		opacity: 1;
		transform: translateX(0);
	}
	.mv-sec.fx-curtain .mv-ttl span:before,
	.mv-sec.fx-curtain .mv-copy span:before{
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #000;
		transition: .5s;
		transition-delay: 1s;
	}
	.mv-sec.fx-curtain.ueki .mv-copy span:before{
		background: #73D099;
	}
	.mv-sec.fx-curtain.suizenji .mv-copy span:before{
		background: #9AA9E9;
	}
	.mv-sec.fx-curtain.show .mv-ttl span:before,
	.mv-sec.fx-curtain.show .mv-copy span:before{
		transform: translateX(100%);
	}
}
