@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
.main-back {
	background: url(/phone/sagitaisaku/common/images/bg-dot-yellow.png) repeat left top;
}

.pos-right .main-back {
	background: url(/phone/sagitaisaku/common/images/bg-dot-orange.png) repeat right top;
}

.main-container .icon-new {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	border-radius: 50%;
	background-color: #EA5404;
	color: #fff;
}

.main-front {
	background-color: #fff;
	border-style: solid;
	border-color: #FDD118;
}

.pos-right .main-front {
	border-style: solid;
	border-color: #F39800;
}

.pos-left .main-label::before {
	color: #FDD118;
}

.pos-right .main-label::before {
	color: #EA5404;
}

.pos-left .main-title::before {
	background-color: #FFE36F;
}

.pos-right .main-title::before {
	background-color: #F39800;
}

.pos-right .btn-arrow a {
	background-color: #EA5404;
	color: #fff;
}

/* アニメーション */
.main-front {
	transition: all .7s;
}

.main-container {
	transition: all 1s .4s;
}

.main-img {
	transition: opacity 0.3s ease .6s, transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, box-shadow 0.7s ease .6s;
}

.main-back {
	transition: all 1s .9s;
}

.main-wrap:not(.passed) .main-container {
	opacity: 0;
}

.main-wrap:not(.passed) .main-img {
	transform: scale3d(1.1, 1.1, 1) rotate3d(1, 1, 1, -15deg) translate3d(60px, 110px, 110px);
	opacity: 0;
}

.pos-right:not(.passed) .main-back,
.pos-left:not(.passed) .main-front {
	transform: translate(-30px, 0);
	opacity: 0;
}

.pos-right:not(.passed) .main-front,
.pos-left:not(.passed) .main-back {
	transform: translate(30px, 0);
	opacity: 0;
}

#recommend {
	transition: all .7s;
}

.recommend-header {
	transition: all 1s .4s;
}

.flex-container {
	transition: all 1s .7s;
}

#recommend:not(.passed) {
	opacity: 0;
}

#recommend:not(.passed) .recommend-header {
	opacity: 0;
}

#recommend:not(.passed) .flex-container {
	opacity: 0;
}

.mv-title-container,
.mv-stop {
	transition: all 1.2s cubic-bezier(0.190, 1.000, 0.220, 1.000) .3s;
}

#mainVisual:not(.loaded) .mv-title-container,
#mainVisual:not(.loaded) .mv-stop {
	opacity: 0;
	transform: scale(1.1);
}

.main-right,
.main-left {
	transform-origin: center 200%;
	transition: all 1.8s cubic-bezier(0.190, 1.000, 0.220, 1.000) .7s;
	/* easeOutExpo */
}

#mainVisual:not(.loaded) .main-left {
	opacity: 0;
	transform: translateX(-10px) translateY(20px) rotate(-10deg);
}

#mainVisual:not(.loaded) .main-right {
	opacity: 0;
	transform: translateX(10px) translateY(20px) rotate(10deg);
}

.chara-detail {
	transition: opacity .7s 1.6s;
}

#mainVisual:not(.loaded) .chara-detail {
	opacity: 0;
}

/* ====================================
	1023px以下専用スタイル
===================================== */
@media only screen and (max-width: 1023px) {

	/* メインビジュアル */
	#mainVisual {
		height: calc(100vh - 125px);
		min-height: 540px;
		max-height: 640px;
		position: relative;
	}

	#mainVisual .outer-base-width,
	#mainVisual .base-width,
	#mainVisual .visual {
		width: 100%;
		height: 100%;
	}

	#mainVisual .visual {
		background: url(images/bg-main-visual.jpg) no-repeat center center;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
	}

	#mainVisual .base-width {
		position: relative;
	}

	.mv-title-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		height: 100%;
	}

	.mv-title-container {
		width: 100%;
		margin-bottom: 20px;
	}

	.mv-title {
		font-size: 2.4rem;
		line-height: 1.4;
		text-align: center;
	}

	.mv-title em {
		font-size: 1.5em;
	}

	.mv-img-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-end;
	}

	.mv-stop {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	.mv-stop img {
		width: 160px;
	}

	.mv-rin {
		width: 50%;
	}

	.mv-yuko {
		width: 50%;
	}

	.chara {
		max-width: 120px;
	}

	.chara-img {
		padding: 0 20%;
	}

	.chara-detail {
		margin-top: 1em;
		font-size: 1.4rem;
		text-align: center;
	}

	.chara-setsumei {
		display: none;
	}

	/* ナビメニュー */
	.scroll-fix-wrap {
		height: 41px;
	}

	/* メインセクション */
	.main-section {
		padding: 40px 0 40px;
		overflow: hidden;
	}

	.main-container {
		position: relative;
	}

	.main-container .icon-new {
		width: 40px;
		height: 40px;
		font-size: 1.2rem;
		position: absolute;
		top:0;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	.main-label {
		margin-bottom: .6em;
		font-size: 1.4rem;
		text-align: center;
	}

	.main-title {
		margin-bottom: 1.5em;
		padding: 0 0 10px;
		font-size: 2.2rem;
		text-align: center;
		position: relative;
	}

	.main-title::before {
		content: '';
		width: 20px;
		height: 3px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.main-text {
		font-size: 1.5rem;
		line-height: 1.7;
	}

	.main-section .btn-arrow {
		margin-top: 30px;
		font-size: 1.4rem;
	}

	.main-wrap {
		position: relative;
	}

	.main-back {
		width: 100vw;
		height: 100%;
		border-width: 3px;
		position: absolute;
		bottom: -5%;
	}

	.main-front {
		width: 100%;
		height: 100%;
		border-width: 3px;
		border-radius: 10px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.pos-left .main-back {
		left: 10%;
	}

	.pos-right .main-back {
		right: 10%;
	}

	.main-container {
		padding: 10% 5%;
		position: relative;
	}

	.main-img {
		margin-top: 20px;
		padding: 0 5%;
	}

	.main-section .btn-arrow {
		max-width: 400px;
	}

	.main-section .btn-arrow a {
		display: block;
	}

	.main-section .btn-arrow a.comingsoon {
		pointer-events: none;
		background-color: #D9D9D9;
		color: #000;
	}

	/* キャラクター */
	.character-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding-bottom: 60px;
	}

	.character-item {
		text-align: center;
	}

	.character-img {
		padding: 0 25%;
	}

	.character-name {
		margin: 20px 0 20px;
		font-size: 1.6rem;
		background-color: #FFF5CC;
		color: #DC3C36;
	}

	.character-item .btn-arrow {
		margin-top: 20px;
	}

	.character-item .btn-arrow a {
		padding: 1em 2em;
	}

	/* おすすめコンテンツ */
	#recommend {
		padding: 40px 0 60px;
		border-top: dotted 3px #FDD118;
	}

	.recommend-title {
		font-size: 2rem;
		text-align: center;
	}

	/* 個別スタイル */
	#main01 {
		padding-top: 60px;
	}
}

/* ====================================
	767px以下専用スタイル
===================================== */
@media screen and (max-width: 767px) {

	/* キャラクター */
	.character-item {
		width: 46%;
	}

	.character-item:not(:nth-child(-n+2)) {
		margin-top: 30px;
	}
}

/* ====================================
	768px以上1023以下専用スタイル
===================================== */
@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* キャラクター */
	.character-item {
		width: 31%;
	}

	.character-img-half {
		padding-top: 62%;
	}
}

/* ====================================
	1024px以上印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) {

	/* メインビジュアル */
	#mainVisual {
		height: calc(100vh - 222px);
		min-height: 700px;
		max-height: 800px;
		position: relative;
	}

	#mainVisual .outer-base-width,
	#mainVisual .base-width,
	#mainVisual .visual {
		width: 100%;
		height: 100%;
	}

	#mainVisual .visual {
		background: url(images/bg-main-visual.jpg) no-repeat center center;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
	}

	#mainVisual .base-width {
		position: relative;
	}

	.mv-title-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		height: 100%;
	}

	.mv-title-container {
		width: 100%;
		margin-bottom: 20px;
	}

	.mv-title {
		font-size: 5.3rem;
		line-height: 1.4;
		text-align: center;
	}

	.mv-title em {
		font-size: 1.5em;
	}

	.mv-img-container {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		width: 100%;
	}

	.mv-stop {
		width: 28%;
		order: 1;
	}

	.mv-rin {
		justify-content: flex-end;
		width: 36%;
		order: 0;
		padding-right: 20px;
	}

	.mv-rin .chara-img {
		order: 1;
	}

	.mv-rin .chara-detail {
		min-width: 120px;
		order: 0;
		margin: 0 8px 0 0;
	}

	.mv-yuko {
		width: 36%;
		order: 2;
		padding-left: 20px;
	}

	.mv-yuko .chara-detail {
		order: 0;
		margin: 0 0 0 8px;
	}

	.chara {
		display: flex;
		align-items: flex-end;
	}

	.chara-img {
		width: 36%;
	}

	.chara-detail {
		padding: .25em 1em;
		font-size: 1.6vw;
		background-color: #fff;
		border-radius: 20px;
		text-align: center;
		position: relative;
	}

	.chara-name {
		font-size: 2vw;
		color: #EA5404;
	}

	/* ナビメニュー */
	.scroll-fix-wrap {
		height: 63px;
	}

	/* メインセクション */
	.main-section {
		padding: 100px 0 80px;
		overflow: hidden;
	}

	.main-container {
		position: relative;
	}

	.main-container .icon-new {
		width: 80px;
		height: 80px;
		font-size: 2rem;
		position: absolute;
		top:0;
		right: 0;
		transform: translate(0,-50%);
	}

	.main-label {
		margin-bottom: 1em;
		font-size: 1.8rem;
	}

	.main-label::before {
		content: '■';
		margin-right: .2em;
	}

	.main-title {
		margin-bottom: 1em;
		font-size: 3.6rem;
	}

	.main-text {
		font-size: 1.8rem;
		line-height: 1.8;
	}

	.main-section .btn-arrow {
		margin-top: 60px;
		font-size: 2.4rem;
	}

	.main-wrap {
		width: 90%;
		margin: 0 auto;
		position: relative;
	}

	.main-back {
		width: 100vw;
		height: calc(100% - 60px);
		border-width: 5px;
		position: absolute;
		bottom: 0;
	}

	.main-front {
		width: 100vw;
		height: calc(100% - 60px);
		background-color: #fff;
		border-radius: 30px;
		border-width: 5px;
		position: absolute;
		top: 0;
	}

	.pos-right .main-front,
	.pos-left .main-back {
		left: 0;
	}

	.pos-right .main-back,
	.pos-left .main-front {
		right: 0;
	}

	.main-container {
		position: relative;
	}

	.pos-left .main-container {
		padding: 80px 50% 140px 0;
	}

	.pos-right .main-container {
		padding: 80px 0 140px 50%;
	}

	.main-section .btn-arrow a {
		min-width: 360px;
	}

	.main-section .btn-arrow a.comingsoon {
		pointer-events: none;
		background-color: #D9D9D9;
		color: #000;
	}

	.main-img {
		width: 38%;
		position: absolute;
		top: 50%;
		transform: translate(0, -55%);
	}

	.pos-left .main-img {
		right: -3%;
	}

	.pos-right .main-img {
		left: -3%;
	}

	/* キャラクター */
	.character-container {
		display: flex;
		justify-content: space-between;
		padding-bottom: 90px;
	}

	.character-item {
		width: 31%;
		text-align: center;
	}

	.character-img {
		padding: 0 25%;
	}

	.character-img-half {
		padding-top: 62%;
	}

	.character-name {
		margin: 20px 0 20px;
		font-size: 2.2rem;
		background-color: #FFF5CC;
		color: #DC3C36;
	}

	.character-item .btn-arrow {
		margin-top: 20px;
	}

	/* おすすめコンテンツ */
	#recommend {
		padding: 100px 0 100px;
		border-top: dotted 5px #FDD118;
	}

	.recommend-title {
		font-size: 3rem;
		text-align: center;
	}

	/* 個別スタイル */
	#main01 {
		padding-top: 140px;
	}

}

/* ====================================
	1024px以上1199px以下専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) and (max-width: 1199px) {}

/* ====================================
	1200px以上専用スタイル
===================================== */
@media screen and (min-width: 1200px) {
	.chara-detail {
		font-size: 1.8rem;
	}

	.chara-name {
		font-size: 2.4rem;
	}

}