@charset "UTF-8";

.SideNavi.-show {
	
}
.SideNavi_item {
	opacity: 0;
	transform: translateX(-150px);
	transition-property: transform, opacity;
	transition: .6s transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.SideNavi_item:nth-child(1) {
	transition-delay: 0;
}
.SideNavi_item:nth-child(2) {
	transition-delay: .1s;
}
.SideNavi_item:nth-child(3) {
	transition-delay: .2s;
}
.SideNavi_item:nth-child(4) {
	transition-delay: .3s;
	
}
.SideNavi.-show .SideNavi_item {
	opacity: 1;
	transform: translateX(0);
}

@media print, screen and (max-width:640px) {
	.SideNavi.-show{display: none;}
}

/* --------------------------------------------------*/
/* akipara
/* --------------------------------------------------*/
.akipara {
	position: relative;
/*	height: calc(100vh - 58px);*/
	height: 100vh;
    overflow: hidden;
}

.akipara_product {
	position: absolute;
	bottom: 150px;
	left: 150px;
}
.akipara_product_txt {
	position: absolute;
	top: -98px;
	left: -92px;
	transform-origin: bottom center;
	transition: .4s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
	opacity: 0;
	transform: scale(.7) translateY(50px);
}
.akipara_product_txt.-txt01 {
	transition-delay: .1s;
}
.akipara_product_txt.-txt02 {
	transition-delay: .2s;
}
.akipara_product.-show .akipara_product_txt  {
	opacity: 1;
	transform: scale(1) translateY(0);
}
.akipara_ttl_sp{display: none;}

@media print, screen and (max-width:980px) {
	.akipara_ttl{display: none;}
	.akipara_ttl_sp{
		position: absolute;
		width: 90%; max-width: 980px;
		left: calc(50% - 45%);
		display: block; }
	.akipara_ttl_sp img{width: 100%;}
	
}
@media print, screen and (max-width:640px) {
	.akipara_product, .akipara_ttl{display: none;}
	.akipara_ttl_sp{
		position: absolute;
		width: 90%; max-width: 640px;
		left: calc(50% - 45%);
		display: block; }
	.akipara_ttl_sp img{width: 100%;}
}

.akipara_bnr {
	position: absolute;
	right: 10px;
	bottom: 20px;
    line-height: 0;
}

@media print, screen and (max-width:640px) {
	.akipara_bnr {display: none;}
}
.akipara_ttl {
	position: absolute;
	top: calc(50% - 525px);
	left: calc(50% - 808px);
	width: 0;
	transition: 1.2s ease-out width;
}
.akipara_ttl.-show {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.akipara_scrollIcon {
	position: absolute;
	bottom: 10px;
	left: calc(50% - 55.0px);
	width: 90px;
	text-align: center;
}
.akipara_scrollIcon::after {
	content: url(../img/akipara_scrollIcon-icon.png);
}
.akipara_ttl_img.-img01 {
	
}
.akipara_ttl_sprite {
	position: absolute;
    left: 240px;
    bottom: 11px;
	font-size: 0;
	display: block;
	width: 900px;
	height: 284px;
	background: url(../img/happy.png) 0 0 no-repeat;
	
}
.akipara_ttl_sprite.-show {
	animation: akiparattl .8s steps(12);
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes akiparattl {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 -6720px;
	}
}

p.tyuitext{
	position: absolute;
	bottom: 10px;
	left: 5px;
	z-index: 3;
}

/*hover*/
.akipara_bnr::after {
    content: url(../img/akipara_bnr_spoon_on.png);
    display: block;
	width: 0;
	transition: .3s cubic-bezier(0.23, 1, 0.32, 1) width;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.akipara_bnr:hover::after {
	width: 180px;
}

/* --------------------------------------------------*/
/* section_aqua
/* --------------------------------------------------*/
section.aquapas{
	background: #FFFFFF;
	width: 100%;
	max-width: 860px;
	opacity: 0.9;
	margin: 20px auto 20px;
	padding: 2%;
}
section h2.loh2{margin-top: 200px;}
section h2{margin: 50px auto 30px; position: relative;}
section h2 img.saranipoint{
	position: absolute;
	width: 100%;
	max-width: 137px;
	top: calc(0% - 149px);
	left: calc(50% - 67px);
}
.npicon{max-width: 100%;}
section h2 img.saranipoint2{
	position: absolute;
	width: 100%;
	max-width: 230px;
	top: calc(0% - 124px);
	left: calc(50% - 115px);
}
section h3.h3tit{margin: 30px auto 10px;}
.btn_ec{padding: 10px; font-size: 1.8em; text-align: center; display: block; background-color: #FFFFFF; border-radius: 10px; font-weight: bold; color: #000000;}

/* --------------------------------------------------*/
/* p_section
/* --------------------------------------------------*/
.p_section {
	padding-top: 140px;
}
.p_ttl {
	width: 100%;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.p_ttl img{width: 100%;
	
}
.p_ttl_inner {
	display: inline-block;
	overflow: hidden;
	max-width: 0;
	transition: .3s cubic-bezier(0.23, 1, 0.32, 1) max-width;
}
.p_ttl.-show .p_ttl_inner {
	max-width:  100%;
	
}
.p_ttl.-show .p_ttl_inner img{
	width: 100%;
}

@media print, screen and (max-width:640px) {
	.p_ttl.-show {
	max-width:  640px;
		width: 95%;
	
}
.p_ttl.-show .p_ttl_inner img{
	width: 100%;
}
	.p_section {
	padding-top: 0px;
}
	.p_ttl {
	width: 100%;
		max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
	
section h2.loh2{
		margin-top: 175px;
	}
	
}


/* --------------------------------------------------*/
/* Lineup
/* --------------------------------------------------*/
.LineupItem_wrap {
	display: flex;
	width: 100%;
	max-width: 980px;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto
}

/*.LineupItem.-large*/
.LineupItem.-large {
	display: flex;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px;
	max-width:  960px;
	background: #FFFFFF;
	justify-content: center;
	align-items: flex-start;
}
.LineupItem.-large .LineupItem_Info {
	margin-left: 30px;
	width: 360px;
}
.LineupItem.-large .LineupItem_name {
	font-weight: bold;
	font-size: 3rem;
}
.LineupItem.-large .LineupItem_lead {
	margin-top: 25px;
	font-weight: bold;
	font-size: 1.6rem;
}
.LineupItem.-large .LineupItem_data {
	margin-top: 15px;
	font-size: 1.4rem;
}
.LineupItem.-large .LineupItem_img {
	display: block;
}

/*.LineupItem.-small*/
.LineupItem.-small {
	position: relative;
	width: 48%;
	margin: 20px 0.5%;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
	color: #666;
}
.LineupItem.-small a img{width: 100%;}

.fourcont .LineupItem.-small {
	position: relative;
	width: 23%;
	margin: 20px 0.5%;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
	color: #666;
}

.fifcont .LineupItem.-small {
	position: relative;
	width: 19%;
	margin: 20px 0.5%;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
	color: #666;
}

.thirdcont .LineupItem.-small {
	position: relative;
	width: 31%;
	margin: 20px 0.5%;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
	color: #666;
}

.LineupItem.-small.-orange {
	background-color: #FFFFFF;
}
.LineupItem.-small.-strawberry {
	background-color: #FFFFFF;
}
.LineupItem.-small.-peach {
	background-color: #b73f91;
}
.fourcont .LineupItem.-small.-peach {
	background-color: #FFF;
}
.fifcont .LineupItem.-small.-peach {
	background-color: #FFF;
}
.LineupItem.-small:nth-of-type(2) {
}
.LineupItem.-small:nth-of-type(3) {
}
.LineupItem.-small:nth-of-type(4) {
}
.LineupItem.-small:nth-of-type(5) {
}
.LineupItem.-small:nth-of-type(6) {
}
.LineupItem.-small:nth-of-type(7) {
}
.LineupItem.-small:nth-of-type(8) {
}
.LineupItem.-small:nth-of-type(9) {
}
.LineupItem.-small:nth-of-type(10) {
}
.LineupItem.-small:nth-of-type(11) {
}
.LineupItem.-small:nth-of-type(12) {
}
.LineupItem.-small:nth-of-type(13) {
}
.LineupItem.-small .LineupItem_img {
	
}
.LineupItem.-small .LineupItem_name {
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
.LineupItem.-small .LineupItem_name .LineupItem_name_caption {
	font-size: 1.2rem;
	display: block;
}


.LineupItem.-small .LineupItem_lead {
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 10px;
	color: #FFF;
}


.LineupItem.-small .LineupItem_data {
	font-size: 1.4rem;
	margin-top: 25px;
}

.LineupItem.-small .tc_puple
{
	color: #b73f91;
}

/*.LineupItem.-middle*/
.LineupItem.-middle {
	position: relative;
	width: 440px;
	height: 407px;
	box-sizing: border-box;
	padding: 0 40px 0;
	background: url(../img/LineupItem_bg-05.png) 0 0 no-repeat;
}
.LineupItem.-middle.-vanilla {
	padding-top: 190px;
}
.LineupItem.-middle.-strawberry {
	padding-top: 170px;
}
.LineupItem.-middle.-crunky {
	padding-top: 140px;
}


.LineupItem.-middle .LineupItem_img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.LineupItem.-middle.-vanilla .LineupItem_img {
	top: -110px;
}
.LineupItem.-middle.-strawberry .LineupItem_img {
	top: -130px;
}
.LineupItem.-middle.-crunky .LineupItem_img {
    top: -40px;
}

.LineupItem.-middle .LineupItem_name {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.LineupItem.-middle .LineupItem_name .LineupItem_name_caption {
	font-size: 1.2rem;
	display: block;
}
.LineupItem.-middle .LineupItem_lead {
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 20px;
}
.LineupItem.-middle .LineupItem_data {
	font-size: 1.4rem;
	margin-top: 25px;
}

.LineupItem.-middle:nth-of-type(5) {
	margin-top: 220px;
}
.LineupItem.-middle:nth-of-type(6) {
	margin-top: 170px;
}
.LineupItem.-middle:nth-of-type(7) {
	margin-top: 125px;
}


.Lineup_btn {
	display: block;
	width: 415px;
	margin: 20px auto 0;
    line-height: 0;
	position: relative;
}

/*icon*/
.LineupItem.-refresh::before {
	content: url(../img/Lineup_icon-refresh.png);
	position: absolute;
}
.LineupItem.-new::before {
	content: url(../img/Lineup_icon-new.png);
	position: absolute;
}
.LineupItem.-cs::before {
	content: url(../img/Lineup_icon-cs.png);
	position: absolute;
}
.LineupItem.-zubunure::before {
	content: url(../img/Lineup_icon-zubunure.png);
	position: absolute;
}

.LineupItem.-large.-new::before,
.LineupItem.-large.-zubunure::before,
.LineupItem.-large.-cs::before,
.LineupItem.-large.-refresh::before {
	top: 60px;
	right: 60px;
}

.LineupItem.-small.-new::before,
.LineupItem.-small.-cs::before,
.LineupItem.-small.-refresh::before {
	top: 9px;
	left: 10px;
}
.LineupItem.-small.-zubunure::before{
	top: 20px;
	left: 20px;
}

.LineupItem.-middle.-new::before,
.LineupItem.-middle.-cs::before,
.LineupItem.-middle.-zubunure::before,
.LineupItem.-middle.-refresh::before {
	top: -100px;
	right: 20px;
}
.LineupItem.-middle.-crunky.-new::before,
.LineupItem.-middle.-crunky.-cs::before,
.LineupItem.-middle.-crunky.-zubunure::before,
.LineupItem.-middle.-crunky.-refresh::before {
	top: -120px;
}


@media print, screen and (max-width:640px) {
.LineupItem_wrap {
	display: block;
	width: 100%;
	max-width: 640px;
	justify-content: space-around;
	margin: 0 auto
}
.LineupItem.-small {
	position: relative;
	width: 90%;
	margin: 20px 5%;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 10px;
	color: #666;
}
	.LineupItem.-small .LineupItem_name {
	font-size: 1.6rem;
		

}

	.thirdcont .LineupItem.-small {
	position: relative;
	width: 90%;
	margin: 20px auto;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
	color: #666;
}
	
.fourcont .LineupItem.-small {
	position: relative;
	width: 90%;
	margin: 20px auto;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
	color: #666;
}

.LineupItem_wrap.fifcont {
	display: flex;
	width: 100%;
	max-width: 640px;
	justify-content: space-around;
	margin: 0 auto
}
.fifcont .LineupItem.-small {
	position: relative;
	width: 45%;
	margin: 20px auto;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
	color: #666;
}
	
	
}

/*hover*/
.Lineup_btn::after {
    content: url(../img/Lineup_btn-on.png);
    display: block;
	width: 0;
	transition: .3s cubic-bezier(0.23, 1, 0.32, 1) width;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.Lineup_btn:hover::after {
	width: 415px;
}

/*waypoint*/
.LineupItem.js-waypoint {
	opacity: 0;
	transition: .4s opacity ease-out;
	transition-property: opacity, transform;
	transform: rotateY(90deg) rotateX(30deg) rotateZ(0deg) scale(.6) translateY(30px);
}
.LineupItem.js-waypoint .LineupItem_img {
	display: inline-block;
	width: 100%;
	opacity: 0;
	transition: .4s cubic-bezier(0.175, 0.885, 0.32, 1.275) transform;
	transition-property: opacity, transform;
	transition-delay: .3s;
}
.LineupItem.js-waypoint.-show {
	opacity: 1;
	transform: rotateY(0) rotateX(0) rotateZ(0deg) scale(1) translateY(0);
	border-radius: 20px;
}
.LineupItem.js-waypoint.-show .LineupItem_img {
	opacity: 1;
}
.LineupItem.-large.js-waypoint .LineupItem_img {
	transform: translateX(0) translateY(-60px);
}
.LineupItem.-large.js-waypoint.-show .LineupItem_img {
	transform: translateX(0) translateY(0);
}


.LineupItem.js-waypoint.-refresh::before,
.LineupItem.js-waypoint.-new::before,
.LineupItem.js-waypoint.-cs::before{
	transition: .4s cubic-bezier(0.175, 0.885, 0.32, 1.275) transform;
	transform: scale(0) rotate(-360deg);
}
.LineupItem.js-waypoint.-zubunure::before {
	transition: .4s cubic-bezier(0.175, 0.885, 0.32, 1.275) transform;
	transform: scale(0) rotate(-360deg);
}
.LineupItem.js-waypoint.-refresh.-show::before,
.LineupItem.js-waypoint.-new.-show::before,
.LineupItem.js-waypoint.-cs.-show::before,
.LineupItem.js-waypoint.-zubunure.-show::before{
	transform: scale(1) rotate(0);
	transition-delay: .7s;
}


/* --------------------------------------------------*/
/* CM
/* --------------------------------------------------*/
.CM_mainMovie {
	margin: 60px auto 0;
	width: 800px;
}
.CM_mainMovie_movie {
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	background: #004361;
	line-height: 0;
	cursor: pointer;
	width: 800px;
	height: 454px;
}
.CM_mainMovie_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.CM_subMovie_thumb,
.CM_mainMovie_thumb {
	transition: .4s opacity cubic-bezier(0.175, 0.885, 0.32, 1.275);
	opacity: .6;
	display: block;
}
.CM_mainMovie_movie:not(.-showmovie)::after {
	content: " ";
	background: url(../img/CM_mainMovie_icon.svg) 0 0 no-repeat;
	background-size: contain;
	width: 88px;
	height: 88px;
	position: absolute;
	top: calc(50% - 44px);
	left: calc(50% - 44px);
	transition: .4s transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


.CM_mainMovie_lead {
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 25px;
}

/*hover*/
.CM_mainMovie_movie:hover .CM_mainMovie_thumb {
	opacity: .9
}
.CM_mainMovie_movie:not(.-showmovie):hover::after {
	transform: scale(1.1) rotate(120deg);
}

.CM_subMovie_wrap {
	display: flex;
	justify-content:space-between;
	width: 90%;
	max-width: 940px;
	margin: 15px auto 0;
}
.CM_subMovie_wrap_B {
	display: flex;
	justify-content:space-between;
	width: 90%;
	max-width: 640px;
	margin: 15px auto 0;
}
.CM_subMovie {
	width: 49%;
	margin: 1% 1.5%;
}
.CM_subMovie_ttl {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px black; 
}
.CM_subMovie_ttl_h2{
	text-align: center;
	width: 100%;
	max-width: 920px;
	font-size: 22px;
	font-weight: bold;
	margin: 30px auto 10px;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px black; 
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.CM_subMovie p{color: #FFFFFF; font-size: 12px; text-shadow: 1px 1px 1px black;  }
.CM_subMovie_movie {
	margin: 15px 0px;
	border-radius: 16px;
	overflow: hidden;
	position:relative;
	height:0;
	padding-bottom:56.25%;
}

.CM_subMovie_movie iframe{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	}
/*waypoint*/
.CM_mainMovie.js-waypoint,
.CM_subMovie_wrap_B.js-waypoint {
	opacity: 0;
	transition: .4s opacity ease-out;
	transition-property: opacity, transform;
	transform: translateY(30px);
}
.CM_mainMovie.js-waypoint.-show,
.CM_subMovie_wrap.js-waypoint.-show,
.CM_subMovie_wrap_B.js-waypoint.-show{
	opacity: 1;
}

.CM_subMovie_wrap.js-waypoint .CM_subMovie_ttl,
.CM_subMovie_wrap_B.js-waypoint .CM_subMovie_ttl
{
	transition: .4s transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform: translateY(60px);
	transition-delay: .3s;
}
.CM_subMovie_wrap.js-waypoint.-show .CM_subMovie_ttl,
.CM_subMovie_wrap_B.js-waypoint.-show .CM_subMovie_ttl {
	transform: translateY(0px);
}


@media print, screen and (max-width:640px) {
	.CM_subMovie_wrap,
	.CM_subMovie_wrap_B {
	display: block;
	justify-content:space-between;
	width: 90%;
	max-width: 640px;
	margin: 0px auto 30px;
}
	
	
	.CM_subMovie {
	width: 100%;
	margin: 0 0.5%;
}
}
/*.Profile*/
.Profile {
	width: 924px;
	margin: 100px auto 0;
	display: flex;
}
.Profile_name {
	position: relative;
}
.Profile_image {
	position: relative;
	width: 354px;
	height: 354px;
}
.Profile_image_img {
	position: absolute;
	top: 0;
	left: 0;
	transition: .4s transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-property: opacity, transform;
}
.Profile_Info {
	width: 520px;
	margin-left: 15px;
}
.Profile_name {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
}
.Profile_data {
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 25px;
}
.Profile_works {
	margin-top: 25px;
	font-size: 1.4rem;
}

/*waypoint*/
.Profile.js-waypoint {
	opacity: 0;
	transition: .4s opacity ease-out;
	transition-property: opacity, transform;
	transform: translateY(30px);
}
.Profile.js-waypoint.-show {
	opacity: 1;
	transform: translateY(0);
}
.Profile.js-waypoint .Profile_image_img.-img {
	transition-delay: .3s;
	transform: scale(0);
}
.Profile.js-waypoint .Profile_image_img.-name {
	transition-delay: .5s;
	transform: rotate(-90deg);
	opacity: 0;
}
.Profile.js-waypoint.-show .Profile_image_img.-img {
	transform: scale(1);
}
.Profile.js-waypoint.-show .Profile_image_img.-name {
	transform: rotate(0);
	opacity: 1;
}


/* --------------------------------------------------*/
/* Special
/* --------------------------------------------------*/
.campaignSpoon{
	background:url(../img/bg_campaignSpoon.png) no-repeat;
	width:1200px;
	height: 719px;
	margin: 15px auto 0;
	position: relative;
}
.campaignSpoon h3{
	position: absolute;
	top:94px;
	left:160px;
}
.campaignSpoon .txt{
	position: absolute;
	top:378px;
	left: 163px;
}
.campaignSpoon .img{
	position: absolute;
	top:208px;
	left:435px;
}
/*waypoint*/
.campaignSpoon.js-waypoint {
	opacity: 0;
	transition: .4s opacity ease-out;
	transition-property: opacity, transform;
	transform: translateY(30px);
}
.campaignSpoon.js-waypoint.-show {
	opacity: 1;
	transform: translateY(0);
}

.Campaign {
	width:1200px;
	height: 768px;
	margin: 15px auto 0;
	background: url(../img/Campaign_bg_sec.png) 0 0 no-repeat;
	background-position: center left;
	padding-top: 80px;
	box-sizing: border-box;
	position: relative;
}
.Campaign_close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}
.campaignSecond{
	position: absolute;
	left: 250px;
	top:30px;
}
.Campaign_ttl {
	position: absolute;
	left: 217px;
	top: 8%;
}
.Campaign_lead {
	position: absolute;
	left: 217px;
	top: 443px;
}
.Campaign_steps {
	position: absolute;
	top:560px;
	left: 192px;
}
.Campaign_btn {
	display: inline-block;
	margin-top: 25px;
    line-height: 0;
	position: absolute;
	bottom: 65px;
	left: calc(50% - 130px);
}

/*hover*/
.Campaign_btn::after {
    content: url(../img/Campaign_btn-on.png);
    display: block;
	width: 0;
	transition: .3s cubic-bezier(0.23, 1, 0.32, 1) width;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.Campaign_btn:hover::after {
	width: 260px;
}

/*waypoint*/
.Campaign.js-waypoint {
	opacity: 0;
	transition: .4s opacity ease-out;
	transition-property: opacity, transform;
	transform: translateY(30px);
}
.Campaign.js-waypoint.-show {
	opacity: 1;
	transform: translateY(0);
}

/* --------------------------------------------------*/
/* Background
/* --------------------------------------------------*/
.Background {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.Background .p_bg {
	position: absolute;
	left: 0;
	width: 100%;
	height: 110%;
	z-index: 1;
}
.Background_akipara {
	background: url(../img/Background_akipara.jpg) center top no-repeat;
	background-size: cover;
	top: calc(50% - 55%);
}
.Background_Other {
	background: url(../img/Background_Other.jpg) center bottom no-repeat;
	background-size: cover;
	bottom: 0;
}

.Background .p_bg.-current {
	z-index: 2;
}



/* --------------------------------------------------*/
/* Wrapper
/* --------------------------------------------------*/
.Wrapper {
	position: relative;
	z-index: 2;
}


/* --------------------------------------------------*/
/* Preload
/* --------------------------------------------------*/
.Preload {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
    overflow: hidden;
}
.Preload img{width: 100%;}
.Preload.-complete {
	pointer-events: none;
}



/* --------------------------------------------------*/
/* Splash
/* --------------------------------------------------*/
.Splash {
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
    overflow: hidden;
}
.Splash_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 110%;
	z-index: 1;
	background: url(../img/Splash_bg.jpg) bottom center no-repeat;
	background-size: cover;
}
.Splash_ttl {
	position: absolute;
	z-index: 2;
	left: 24px;
	top: 87px;
}
.Splash_ttl_inner.-sprite {
	position: absolute;
    left: 184px;
    top: -44px;
	font-size: 0;
	display: block;
	width: 392px;
	height: 215px;
	background: url(../img/Splash_happy.png) 0 0 no-repeat;
}
.Splash_ttl_inner.-icon {
	display: inline-block;
	width: 0;
	overflow: hidden;
	transition: .2s ease-out width;
}
.Splash_ttl_inner.-icon.-show {
	width: 171px;
}
.Splash_ttl_inner.-sprite.-show {
	animation: splashttl 1s steps(32);
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@keyframes splashttl {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 -6880px;
	}
}



/* -------------------------------------------------

kyosanArea

------------------------------------------------- */
.kyosanArea > h3{
	background-color: #111;
	color:#ff7a22;
	text-align: center;
	padding: 10px 15px 5px;
	cursor:pointer;
	border-radius: 25px;
}
.kyosanArea > h3:before{
	content: "\f0fe";
	font-family: FontAwesome;
	padding-right: 5px;
}
.accLangOn:before{
	content: "\f146"!important;
	font-family: FontAwesome;
	padding-right: 5px;
}
.kyosanArea > div{
	display:none;
	background-color: #fff;
	border:5px solid #111;
	padding: 20px;
}
.kyosanArea > div p{
	margin-bottom: 10px;
}
.kyosanArea > div p:nth-child(1){
	font-size: 1.6em;
}
.kyosanArea > div p:nth-child(2){
	font-size: 1.4em;
}
.kyosanArea > div p:nth-child(3){
	font-size: 1.2em;
}
.accLangOn{
	border-radius: 25px 25px 0 0 !important;
}
/* PC */
@media screen and (min-width:769px) {
.kyosanArea{
	width: 1000px;
	margin:50px auto;
}
.kyosanArea > h3{
	font-size:1.5em;
	letter-spacing: 1px;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.kyosanArea{
	margin:30px 20px;
}

}
