@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : top.css
Description :
===================================================================== */
/* =====================================================================
*    mv
* =================================================================== */

.mv {
	background: url(../images/common/bg_pattern1.png) center #7d7466;
	background-size: calc(100 / 750 * 100%);
	padding-bottom: calc(90 / 750 * 100%);
	z-index: 1;
}

.mv::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(125, 116, 102, 0.9);
	z-index: -1;
}

.mv .sec_contents::after {
	content: "";
	display: block;
	width: calc(750 / 630 * 100%);
	padding-top: calc(530 / 630 * 100%);
	margin-left: calc(-60 / 630 * 100%);
	background: url(../images/top/bg_mv.jpg) no-repeat center top;
	background-size: 105% auto;
	z-index: 3;
}

/*
.mv .inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	width: 100%;
}
*/
.mv_category {
	width: calc(296 / 630 * 100%);
	position: absolute;
	top: 0;
	right: 0;
	margin: .1em -2em 0 0;
	z-index: 3;
}

.mv_ttl {
	width: calc(556 / 630 * 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: calc(389 / 630 * 100%) auto 0;
	z-index: 3;
}

.mv_onair {
	width: calc(730 / 630 * 100%);
	position: absolute;
	top: 0;
	left: 0;
	margin: calc(553 / 630 * 100%) 0 0 calc(-50 / 630 * 100%);
	z-index: 3;
}

.mv_lead {
	width: calc(66 / 630 * 100%);
	position: absolute;
	top: 0;
	left: 0;
	margin: calc(60 / 630 * 100%) 0 0 calc(334 / 630 * 100%);
	z-index: 3;
}

.mv_open {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #F29473;
	z-index: 10;
	overflow: hidden;
}

.mv_open_caution {
	background: #3A3121;
	position: absolute;
	border-radius: 50%;
	top: -45%;
	left: -25%;
	margin: auto;
	width: 150%;
	padding-top: 150%;
	-webkit-transform: scale(0.01);
	transform: scale(0.01);
}

.mv_ani_start .mv_open_caution {
	-webkit-animation: scale_up 1s ease-out 1s 1 forwards;
	animation: scale_up 1s ease-out 1s 1 forwards;
}


@-webkit-keyframes scale_up {
	from {
		-webkit-transform: scale(0.01);
		transform: scale(0.01);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


@keyframes scale_up {
	from {
		-webkit-transform: scale(0.01);
		transform: scale(0.01);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.mv_open img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(150 / 750 * 100%);
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
}

.mv_ani_start .mv_open img {
	-webkit-animation: furufuru .5s ease .5s, guruguru 1.5s ease 1.6s 1 forwards;
	animation: furufuru .5s ease .5s, guruguru 1.5s ease 1.6s 1 forwards;

}

@-webkit-keyframes furufuru {
	0% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
	}

	25% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	50% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
	}

	75% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	100% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
	}
}


@keyframes furufuru {
	0% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
	}

	25% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	50% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
	}

	75% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	100% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
	}
}


@-webkit-keyframes guruguru {
	from {
		opacity: 1;
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(360deg) scale(0);
		transform: rotate(360deg) scale(0);
	}
}


@keyframes guruguru {
	from {
		opacity: 1;
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(360deg) scale(0);
		transform: rotate(360deg) scale(0);
	}
}

@media screen and (min-width: 768px) {
	.mv {
		background-size: calc(65 / 1200 * 100%);
		padding-bottom: 0;
	}

	.mv .sec_contents::before {
		content: '';
		position: absolute;
		background: url(../images/chara/img_chara15.png) no-repeat center right;
		background-size: auto 100%;
		width: calc(54 / 1200 * 100%);
		padding-top: calc(88 / 1200 * 100%);
		bottom: 0;
		right: 0;
		margin-right: calc(44 / 1200 * 100%);
	}

	.mv .sec_contents::after {
		/*		width: calc(1136 / 1000 * 100%);*/
		width: 100%;
		margin: 0 auto;
		/*		margin: 0 0 0 calc(-68 / 1000 * 100%);*/
		background-size: cover;
		padding-top: calc(795 / 1000 * 100%);
	}

	.mv_category {
		width: calc(310 / 1200 * 100%);
		margin: 0 calc(100 / 1200 * 100%) 0 0;
	}

	.mv_ttl {
		width: calc(738 / 1200 * 100%);
		margin: calc(539 / 1200 * 100%) auto 0;
	}

	.mv_onair {
		right: 0;
		width: calc(930 / 1200 * 100%);
		margin: calc(717 / 1200 * 100%) auto 0;
	}

	.mv_lead {
		width: calc(66 / 1200 * 100%);
		margin: calc(118 / 1200 * 100%) 0 0 calc(512 / 1000 * 100%);
	}

	.mv_open {
		width: calc(1000 / 1200 * 100%);
		right: 0;
		margin: auto;
	}

	.mv_open img {
		width: calc(150 / 1000 * 100%);
	}
}

@media screen and (min-width: 1300px) {
	.mv {
		background-size: 65px;
	}

	.mv .sec_contents::before {
		margin-right: calc(-23 / 1200 * 100%);
	}

	.mv .sec_contents::after {
		width: 1136px;
		margin-left: -68px;
		/*		background-size: 1135px;*/
		padding-top: 795px;
	}

	.mv_category {
		margin: 0 calc(40 / 1200 * 100%) 0 0;
	}

	.mv_onair {
		width: calc(992 / 1200 * 100%);
	}

	.mv_open {
		width: 1136px;
	}

	.mv_open_caution {
		top: -55%;
	}
}


/* =====================================================================
*    top_bnr
* =================================================================== */

.top_bnr {
	background: url(../images/common/bg_pattern3.png) center #3a3121;
	background-size: calc(115 / 750 * 100%);
	padding: calc(85 / 750 * 100%) 0;
	z-index: 2;
}

.top_bnr li {
	width: calc(560 / 630 * 100%);
	margin: 0 auto;
}

.top_bnr li:not(:last-child) {
	margin-bottom: 2em;
}

.hulu .sec_contents {
	width: calc(750 / 750 * 100%);
}

.hulu li {
	width: 95%;
	margin: 0 auto;
}

.hulu li:not(:last-child) {
	margin-bottom: 2em;
}


@media screen and (min-width: 768px) {
	.top_bnr {
		background-size: calc(65 / 1200 * 100%);
		padding: calc(48 / 1200 * 100%) 0;
	}

	.top_bnr ul {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.top_bnr li {
		width: calc(500 / 1000 * 100%);
		overflow: hidden;
	}

	.hulu li {
		width: calc(700 / 1000 * 100%);
		overflow: hidden;
	}

}


@media screen and (min-width: 1200px) {
	.top_bnr {
		background-size: 65px;
		padding: 48px 0;
	}

}



/* =====================================================================
*    news
* =================================================================== */

.news {
	background-color: #85c0c7;
}

.news .inner {
	padding: calc(114 / 750 * 100%) 0 calc(130 / 750 * 100%);
}

.news .inner::before {
	content: "";
	position: absolute;
	top: 0;
	right: .5em;
	display: block;
	width: calc(320 / 750 * 100%);
	padding-top: calc(40 / 750 * 100%);
	background-image: repeating-linear-gradient(90deg, #fff 0px, #fff calc(5 / 750 * 100vw), transparent calc(6 / 750 * 100vw), transparent calc(18 / 750 * 100vw));
	-webkit-transform: skewX(-40deg);
	transform: skewX(-40deg);
}

.news .inner::after {
	content: "";
	position: absolute;
	background-size: .7em .7em;
	margin: 0 auto calc(-45 / 750 * 100%);
	background-image: radial-gradient(#f6ec7f 25%, transparent 20%);
	width: calc(384 / 750 * 100%);
	padding-top: calc(96 / 750 * 100%);
	bottom: 0;
	right: 0;
}

.news_ttl {
	margin: 0 0 calc(40 / 630 * 100%);
}

.news_ttl img {
	width: calc(288 / 630 * 100%);
	background-color: #85c0c7;
	padding-right: 10px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 1;
}

.news_ttl::before {
	content: '';
	position: absolute;
	background-color: #f6ec7f;
	width: 80%;
	height: 1px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.news_ttl::after {
	content: '';
	position: absolute;
	background-color: #f6ec7f;
	width: 80%;
	height: 1px;
	top: 8px;
	bottom: 0;
	right: 0;
	margin: auto;
}

.news_list li {
	margin: 0 0 calc(70 / 630 * 100%);
}

.news_list_top {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news_list_top::before {
	content: '';
	position: absolute;
	background-color: #fff;
	width: 3em;
	height: 1px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.news_list_top {
	font-family: 'Cantata One', serif;
}

.news_list_top .date {
	color: #fff;
	font-size: 2rem;
}

.news_list_top .category {
	color: #f6ec7f;
	padding-left: 1em;
	line-height: 1.6;
}

.news_list_bottom {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news_photo {
	margin-top: .5em;
	width: calc(220 / 630 * 100%);
}

.news_txt {
	color: #fff;
	width: calc(360 / 630 * 100%);
}

.news_list li a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.chara01 {
	width: calc(153 / 750 * 100%) !important;
	bottom: 0;
	right: 0;
	margin: 0 calc(40 / 750 * 100%) calc(-100 / 750 * 100%) 0;
}

@media screen and (min-width: 768px) {

	.news .inner {
		padding: calc(55 / 1000 * 100%) 0;
	}

	.news_ttl {
		margin: 0 0 calc(45 / 1000 * 100%);
	}

	.news_ttl img {
		width: calc(288 / 1000 * 100%);
	}

	.news .inner::before {
		width: calc(320 / 1600 * 100%);
		padding-top: calc(40 / 1600 * 100%);
		background-image: repeating-linear-gradient(90deg, #fff 0px, #fff calc(6 / 1600 * 100vw), transparent calc(6 / 1600 * 100vw), transparent calc(17 / 1600 * 100vw));
		margin-right: calc(200 / 1600 * 100%);
	}

	.news .inner::after {
		margin: 0 auto calc(-45 / 1600 * 100%);
		width: calc(320 / 1600 * 100%);
		padding-top: calc(100 / 1600 * 100%);
		background-size: calc(90/ 1600 * 100%) calc(255/ 1600 * 100%);
	}

	.news_list {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-align-items: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.news_list li {
		width: calc(320 / 1000 * 100%);
		margin: 0;
	}

	.news_list li:not(:last-child) {
		margin: 0 calc(20 / 1000 * 100%) 0 0;
	}

	.news_list_top {
		margin-bottom: .2em;
	}

	.news_list_top > * {
		background-color: #85c0c7;
	}

	.news_list_top::before {
		width: 1em;
		-webkit-transition: .4s ease;
		transition: .4s ease;
	}

	.news_list li:hover .news_list_top::before {
		width: 100%;
		-webkit-transition: .4s ease;
		transition: .4s ease;
	}

	.news_photo {
		margin: 0;
		width: calc(100 / 320 * 100%);
	}

	.news_txt {
		font-size: 1.4rem;
		width: calc(200 / 320 * 100%);
	}

	.news_list_top .date {
		font-size: 1.2rem;
	}

	.news_list_top .category {
		font-size: 1.4rem;
		padding: 0 1em;
	}

	.chara01 {
		width: calc(153 / 1600 * 100%) !important;
		margin: 0 0 calc(-40 / 1600 * 100%) 0;
	}
}

@media screen and (min-width: 1200px) {
	.news .inner {
		padding: 55px 0;
	}

	.news_ttl {
		margin-bottom: 45px;
	}

	.news_ttl img {
		width: 288px;
	}

}


/* =====================================================================
*    nextstory
* =================================================================== */
.nextstory .inner {
	padding: calc(120 / 750 * 100%) 0 calc(170 / 750 * 100%);
}

.nextstory .inner::before {
	content: "";
	display: block;
	width: calc(40 / 750 * 100%);
	padding-top: calc(320 / 750 * 100%);
	background-image: repeating-linear-gradient(0deg, transparent, transparent calc(13 / 750 * 100vw), #f6ec7f calc(13 / 750 * 100vw), #f6ec7f calc(20 / 750 * 100vw));
	-webkit-transform: skewY(40deg);
	transform: skewY(40deg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin: calc(-105 / 750 * 100%) 0 0;
}

.nextstory .inner::after {
	content: "";
	display: block;
	width: calc(40 / 750 * 100%);
	padding-top: calc(320 / 750 * 100%);
	background-image: repeating-linear-gradient(0deg, transparent, transparent calc(13 / 750 * 100vw), #85c0c7 calc(13 / 750 * 100vw), #85c0c7 calc(20 / 750 * 100vw));
	-webkit-transform: skewY(40deg);
	transform: skewY(40deg);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	margin: 0 0 calc(170 / 750 * 100%);
}

/*
.nextstory_movie::before {
	content: '';
	position: absolute;
	background: url(../images/chara/img_chara3.png) no-repeat center left;
	background-size: contain;
	width: calc(180 / 630 * 100%);
	padding-top: calc(200 / 630 * 100%);
	bottom: 0;
	right: 0;
	margin: 0 calc(-60 / 630 * 100%) calc(-180 / 630 * 100%) 0;
	z-index: 2;
}
*/

.nextstory .sec_ttl {
	margin: 0 0 calc(20 / 750 * 100%);
}

.nextstory_movie_photo {
	margin: 0 0 calc(45 / 630 * 100%);
}

.nextstory_movie_photo::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #85c0c7;
	top: 0;
	left: 0;
	margin: calc(10 / 630 * 100%) 0 0 calc(-10 / 630 * 100%);
}

.nextstory_movie_photo::after {
	content: '';
	position: absolute;
	background: url(../images/chara/img_chara2.png) no-repeat center;
	background-size: 100% auto;
	width: calc(99 / 630 * 100%);
	padding-top: calc(80 / 630 * 100%);
	top: 0;
	right: 0;
	margin-top: calc(-75 / 630 * 100%);
	z-index: 1;
}

.nextstory_subttl {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: ;
	white-space: nowrap;
	color: #716040;
	margin-bottom: calc(-20 / 630 * 100%);
	z-index: 1;
}

.nextstory_subttl.last {
	width: calc(193 / 630 * 100%);
	margin: 2em 0 -.25em 1em;
}

.nextstory_subttl span {
	font-family: 'Cantata One', serif;
	font-size: 8rem;
	vertical-align: top;
	margin-left: .1em;
}

.nextstory_date {
	color: #85c0c7;
	font-size: 4rem;
	line-height: 1;
	letter-spacing: 0.05em;
	margin: 0 0 calc(55 / 630 * 100%);
}

.nextstory_date p {
	font-weight: 700;
}

.nextstory_date small {
	color: #b0a99c;
	display: block;
	font-size: 2.2rem;
	margin: 0.6em 0 0;
}

.nextstory_box::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 calc(-30 / 630 * 100%) calc(-30 / 630 * 100%) 0;
	z-index: 1;
	background: url(../images/common/img_triangle_blue.png) no-repeat center;
	background-size: 100% auto;
	width: calc(150 / 630 * 100%);
	padding-top: calc(150 / 630 * 100%);
}

.nextstory_movie_btn::before {
	content: "";
	display: block;
	width: calc(100 / 750 * 100vw);
	height: calc(100 / 750 * 100vw);
	position: absolute;
	background-color: #ffffff;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.nextstory_movie_btn::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: .4em;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .7em 0 .7em 1em;
	border-color: transparent transparent transparent #85c0c7;
	z-index: 1;
}

.nextstory_btn {
	margin-top: calc(60 / 630 * 100%);
}

@media screen and (min-width: 768px) {
	.nextstory .inner {
		padding: calc(100 / 1600 * 100%) 0 calc(30 / 1600 * 100%);
	}

	.nextstory .inner::before {
		width: calc(40 / 1600 * 100%);
		padding-top: calc(320 / 1600 * 100%);
		background-image: repeating-linear-gradient(0deg, transparent, transparent calc(6 / 200 * 100%), #f6ec7f calc(7 / 200 * 100%), #f6ec7f calc(10 / 200 * 100%), transparent calc(11 / 200 * 100%));
		margin: calc(-105 / 1600 * 100%) 0 0;
	}

	.nextstory .inner::after {
		width: calc(40 / 1600 * 100%);
		padding-top: calc(320 / 1600 * 100%);
		background-image: repeating-linear-gradient(0deg, transparent, transparent calc(6 / 200 * 100%), #85c0c7 calc(7 / 200 * 100%), #85c0c7 calc(10 / 200 * 100%), transparent calc(11 / 200 * 100%));
		margin: 0 0 calc(170 / 1600 * 100%);
		z-index: 2;
	}

	.nextstory .sec_ttl {
		margin: 0 auto calc(45 / 1000 * 100%);
	}

	.nextstory_box {
		/*		z-index: 2;*/
	}

	.nextstory_movie_photo {
		margin-bottom: calc(45 / 1000 * 100%);
		z-index: 1;
	}

	.nextstory_movie_photo::before {
		margin: calc(10 / 1000 * 100%) 0 0 calc(-10 / 1000 * 100%);
	}

	.nextstory_box::after {
		margin: 0 calc(-30 / 800 * 100%) calc(-30 / 800 * 100%) 0;
		width: calc(150 / 800 * 100%);
		padding-top: calc(150 / 800 * 100%);
	}

	.nextstory_movie::before {
		display: none;
	}

	.nextstory_movie_photo::after {
		width: calc(141 / 1000 * 100%);
		padding-top: calc(113 / 1000 * 100%);
		margin-top: calc(-105 / 1000 * 100%);
	}

	.nextstory_movie_btn::before {
		width: calc(107 / 1200 * 100vw);
		height: calc(107 / 1200 * 100vw);
	}

	.nextstory_movie_btn::after {
		border-width: 1em 0 1em 1.5em;
	}

	.nextstory_movie_btn::before,
	.nextstory_movie_btn::after {
		-webkit-transition: .2s;
		transition: .2s;
	}

	.nextstory_movie_btn:hover::before,
	.nextstory_movie_btn:hover::after {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		-webkit-transition: .2s;
		transition: .2s;
	}

	.nextstory_movie {
		padding: 0 calc(100 / 1000 * 100%);
	}

	.nextstory_subttl {
		font-size: 5rem;
		margin-bottom: calc(-25 / 800 * 100%);
		z-index: 3;
	}

	.nextstory_subttl.last {
		width: calc(265 / 800 * 100%);
		margin-top: 1em;
	}

	.nextstory_subttl::before {
		width: 14rem;
		margin-bottom: 2rem;
	}

	.nextstory_subttl span {
		font-size: 11rem;
	}

	.nextstory_date {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 2.8rem;
		margin-bottom: calc(38 / 800 * 100%);
	}

	.nextstory_date small {
		font-size: 1.3rem;
		padding-left: 1em;
	}

	.nextstory_txt {
		font-size: 1.6rem;
	}

	.nextstory_btn {
		width: calc(260 / 800 * 100%);
	}
}

@media screen and (min-width: 1200px) {
	.nextstory .inner {
		padding: 100px 0 30px;
	}

	.nextstory_movie_btn::before {
		width: 107px;
		height: 107px;
	}
}


/* =====================================================================
*    delivery 
* =================================================================== */
.delivery {
	/*	overflow: hidden;*/
}

.delivery::before {
	content: '';
	background: url(../images/common/bg_pattern2.png) center;
	background-size: calc(115 / 750 * 100%);
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.delivery .inner {
	padding: calc(45 / 750 * 100%) 0 calc(85 / 750 * 100%);
}

.delivery .inner::before {
	content: '';
	position: absolute;
	background: url(../images/chara/img_chara4.png) no-repeat center top;
	background-size: 100% auto;
	width: calc(175 / 750 * 100%);
	padding-top: calc(115 / 750 * 100%);
	bottom: 0;
	right: 0;
	margin: 0 calc(20 / 750 * 100%) calc(-15 / 750 * 100%) 0;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-7deg)
}

.delivery .inner::after {
	content: "";
	position: absolute;
	background-size: .7em .7em;
	margin: calc(-100 / 750 * 100%) auto 0;
	background-image: radial-gradient(#f6ec7f 25%, transparent 20%);
	width: calc(384 / 750 * 100%);
	padding-top: calc(96 / 750 * 100%);
	top: 0;
	left: 0;
}

.delivery_ttl {
	color: #716040;
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	margin: 0 auto calc(50/ 630 * 100%);
}

.delivery_ttl::after {
	content: "";
	display: block;
	width: 51%;
	padding-top: calc(10 / 750 * 100%);
	margin: .3em auto 0;
	background-image: repeating-linear-gradient(90deg, #85c0c7 0px, #85c0c7 calc(4 / 750 * 100vw), transparent calc(4 / 750 * 100vw), transparent calc(10 / 750 * 100vw));
	-webkit-transform: skewX(-27deg);
	transform: skewX(-27deg);
}

.delivery .top_ttl::before {
	content: '';
	position: absolute;
	background-color: #fff;
}

.delivery_list li {
	width: calc(560 / 630 * 100%);
	margin: 0 auto calc(40 / 630 * 100%);
}

@media screen and (min-width: 768px) {
	.delivery .inner {
		padding: calc(60 / 1200 * 100%) 0 calc(95 / 1200 * 100%);
	}

	.delivery::before {
		height: 40%;
		background-size: calc(65 / 1200 * 100%);
	}

	.delivery .inner::before {
		width: calc(191 / 1600 * 100%);
		padding-top: calc(120 / 1600 * 100%);
		margin: 0 calc(20 / 1600 * 100%) calc(-15 / 1600 * 100%) 0;
	}

	.delivery .inner::after {
		margin: calc(-100 / 1600 * 100%) auto 0;
		width: calc(300 / 1600 * 100%);
		padding-top: calc(96 / 1600 * 100%);
		background-size: 1.1em 1.1em;
	}

	.delivery_ttl {
		width: auto;
		font-size: 2.4rem;
		margin-bottom: calc(40 / 1000 * 100%);
	}

	.delivery_ttl::after {
		width: 20%;
		padding-top: calc(6 / 1000 * 100%);
		margin: .3em auto 0;
		background-image: repeating-linear-gradient(90deg, #85c0c7 0px, #85c0c7 calc(3 / 1000 * 100vw), transparent calc(3 / 1000 * 100vw), transparent calc(5 / 1000 * 100vw));
	}

	.delivery_list {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
        justify-content: center;
		padding: 0 calc(50 / 1000 * 100%);
	}

	.delivery_list li {
		width: calc(440 / 900 * 100%);
		margin: 0;
		overflow: hidden;
	}

	.delivery_list li a::before {
		/*		width: calc(146 / 440 * 100%);*/
		/*		padding-top: calc(76 / 440 * 100%);*/
	}

}

@media screen and (min-width: 1200px) {
	.delivery .inner {
		padding: calc(60 / 1200 * 100%) 0 calc(95 / 1200 * 100%);
		padding: 60px 0 95px;
	}

	.delivery::before {
		background-size: 65px;
	}

	.delivery .inner::before {
		margin-right: calc(180 / 1600 * 100%);
	}

}



/* =====================================================================
*    movie
* =================================================================== */
.movie {
	/*	overflow: hidden;*/
	background: url(../images/common/bg_pattern_chara.png) top right -14vw #f6ec7f;
	background-size: calc(600 / 750 * 100%);
}

/*
.movie::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 150%;
	background: url(../images/common/bg_pattern_chara.png) top right 22vw #f6ec7f;
	background-size: calc(400 / 750 * 100%);
	-webkit-transform: rotate(-8deg);
	transform: rotate(-8deg);
	margin: calc(-70 / 750 * 100%) 0 0 calc(-70 / 750 * 100%);
}
*/

/*
.movie::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/common/bg_pattern_chara.png) top right -14vw #f6ec7f;
	background-size: calc(600 / 750 * 100%);
}
*/

.hulu_btn a::before {
	opacity: 0;
	content: '';
	position: absolute;
	background: url(../images/top/btn_huluoriginal_h.png) no-repeat center;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	-webkit-transition: .2s;
	transition: .2s;
}



.movie .inner {
	padding: calc(120 / 750 * 100%) 0 calc(160 / 750 * 100%);
}

.chara05 {
	top: 0;
	left: 0;
	width: calc(178 / 750 * 100%) !important;
	margin-top: calc(200 / 750 * 100%);
}

.chara07 {
	bottom: 0;
	right: 0;
	width: calc(183 / 750 * 100%) !important;
	margin: 0 calc(-50 / 750 * 100%) calc(100 / 750 * 100%) 0;
}

.movie .sec_contents {
	z-index: 2;
}

.movie_list {
	margin-bottom: calc(85 / 630 * 100%);
}

.slick-track {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.movie_list .draggable {
	overflow: visible;
}

.slick-slide {
	margin: 0 10px;
	height: auto !important;
}

.movie_list li::before,
.movie_list li::after,
.movie_list li a::before,
.movie_list li a::after {
	content: '';
	position: absolute;
	background: url(../images/top/img_movie_frame.png) no-repeat center;
	background-size: 100% auto;
	width: calc(80 / 550 * 100%);
	padding-top: calc(80 / 550 * 100%);
	z-index: 2;
}

.movie_list li::before {
	top: 0;
	left: 0;
}

.movie_list li::after {
	top: 0;
	right: 0;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.movie_list li a::before {
	bottom: 0;
	left: 0;
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.movie_list li a::after {
	bottom: 0;
	right: 0;
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

.movie_list li a {
	background-color: #fff;
	padding: 1.3em 1.3em 1.8em;
}

.movie_list li a span {
	display: block;
}

.movie_list li a span::before {
	content: "";
	display: block;
	width: calc(100 / 750 * 100vw);
	height: calc(100 / 750 * 100vw);
	position: absolute;
	background-color: #ffffff;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

.movie_list li a span::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: .4em;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .7em 0 .7em 1em;
	border-color: transparent transparent transparent #85c0c7;
	z-index: 2;
}

.movie_list_photo figcaption {
	margin-top: 1em;
	color: #1a160f;
}

.slick-arrow {
	display: block;
	position: absolute;
	bottom: 0;
	top: 0;
	z-index: 3;
	margin: auto;
	width: 3em;
	height: 3em;
	background-color: #716040;
	border-radius: 50%;
}

.slick-arrow::before {
	content: "";
	display: block;
	width: .7em;
	height: .7em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.slick-arrow.prev {
	left: 0;
	margin-left: calc(-25 / 630 * 100%);
}

.slick-arrow.prev::before {
	left: .2em;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.slick-arrow.next {
	right: 0;
	margin-right: calc(-25 / 630 * 100%);
}

.slick-arrow.next::before {
	right: .2em;
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/*動画ポップアップver*/

.hulu_box::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 calc(-30 / 630 * 100%) calc(-30 / 630 * 100%) 0;
	z-index: 1;
	background: url(../images/common/img_triangle_blue.png) no-repeat center;
	background-size: 100% auto;
	width: calc(150 / 630 * 100%);
	padding-top: calc(150 / 630 * 100%);
}

.hulu_movie_photo::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #85c0c7;
	top: 0;
	left: 0;
	margin: calc(10 / 630 * 100%) 0 0 calc(-10 / 630 * 100%);
}

.hulu_movie_btn::before {
	content: "";
	display: block;
	width: calc(100 / 750 * 100vw);
	height: calc(100 / 750 * 100vw);
	position: absolute;
	background-color: #ffffff;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.hulu_movie_btn::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: .4em;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .7em 0 .7em 1em;
	border-color: transparent transparent transparent #85c0c7;
	z-index: 1;
}

@media screen and (min-width: 768px) {

	.movie {
		background-size: calc(500 / 1200 * 100%);
	}

	.movie .inner {
		padding: calc(100 / 1200 * 100%) 0;
	}

	/*
	.movie::before {
	background-size: calc(500 / 1200 * 100%);
}
*/

	.movie_list {
		margin-bottom: calc(60 / 1000 * 100%);
	}

	.movie_list .draggable {
		padding: 0 !important;
		overflow: hidden;
	}

	.slick-arrow {
		width: 1.5em;
		height: 1.5em;
		cursor: pointer;
	}

	.slick-arrow::before {
		width: .4em;
		height: .4em;
	}

	.slick-arrow.prev {
		margin-left: calc(-50 / 1000 * 100%);
	}

	.slick-arrow.next {
		margin-right: calc(-50 / 1000 * 100%);
	}

	.slick-slide {
		margin: 0 .35em;
		overflow: hidden;
	}

	.movie_list li {
		-webkit-transition: .3s;
		transition: .3s;
	}

	.movie_list li a {
		padding: 1em 1em 2em;
	}

	.movie_list li a:hover {
		/*		background-color: #f8f8f8;*/
	}

	.slick-slide::before {
		content: '';
		position: absolute;
		background: url(../images/chara/img_chara6.png) no-repeat center;
		background-size: 100% auto;
		z-index: 1;
		width: calc(60 / 320 * 100%);
		padding-top: calc(36 / 320 * 100%);
		bottom: -3em;
		right: 0;
		left: 0;
		margin: auto;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.slick-slide:hover::before {
		-webkit-transition: .3s;
		transition: .3s;
		bottom: -.5em;
	}

	.movie_list li a img {
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
	}

	.movie_list li a span::before {
		width: calc(48 / 1200 * 100vw);
		height: calc(48 / 1200 * 100vw);
	}

	.movie_list li a span::after {
		border-width: 0.5em 0 0.5em 0.8em;
		left: .2em;
	}

	.movie_list_photo figcaption {
		font-size: 1.4rem;
	}

	.chara05 {
		width: calc(178 / 1600 * 100%) !important;
		margin-top: calc(210 / 1600 * 100%);
	}

	.chara07 {
		width: calc(183 / 1600 * 100%) !important;
		margin: 0 calc(0 / 1600 * 100%) calc(100 / 1600 * 100%) 0;
	}

	/*	動画ポップアップver*/
	.hulu_movie {
		padding: 0 calc(100 / 1000 * 100%);
	}

	.hulu_box::after {
		margin: 0 calc(-30 / 800 * 100%) calc(-30 / 800 * 100%) 0;
		width: calc(150 / 800 * 100%);
		padding-top: calc(150 / 800 * 100%);
	}

	.hulu_movie_photo::before {
		margin: calc(10 / 1000 * 100%) 0 0 calc(-10 / 1000 * 100%);
	}

	.hulu_movie_btn::before,
	.hulu_movie_btn::after {
		-webkit-transition: .2s;
		transition: .2s;
	}

	.hulu_movie_btn::before {
		width: calc(107 / 1200 * 100vw);
		height: calc(107 / 1200 * 100vw);
	}

	.hulu_movie_btn::after {
		border-width: 1em 0 1em 1.5em;
	}

	.hulu_movie_btn:hover::before,
	.hulu_movie_btn:hover::after {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		-webkit-transition: .2s;
		transition: .2s;
	}
}

@media screen and (min-width: 1200px) {
	.movie {
		background-size: 500px;
	}

	.movie .inner {
		padding: 100px 0;
	}

	.movie_list li a span::before {
		width: 48px;
		height: 48px;
	}

	.hulu_movie_btn::before {
		width: 107px;
		height: 107px;
	}

}


/* =====================================================================
*    topics
* =================================================================== */
.topics {
	background: url(../images/common/bg_pattern1.png) center #85c0c7;
	background-size: calc(115 / 750 * 100%);
	/*	overflow: hidden;*/
}

.topics::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(133, 192, 199, 0.8);
}

.topics .inner {
	padding: calc(125 / 750 * 100%) 0 calc(170 / 750 * 100%);
}

.topics .inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: .5em;
	display: block;
	width: calc(320 / 750 * 100%);
	margin-top: calc(-20 / 750 * 100%);
	padding-top: calc(40 / 750 * 100%);
	background-image: repeating-linear-gradient(90deg, #fff 0px, #fff calc(5 / 750 * 100vw), transparent calc(6 / 750 * 100vw), transparent calc(18 / 750 * 100vw));
	-webkit-transform: skewX(-40deg);
	transform: skewX(-40deg);
	z-index: 2;
}

.chara08 {
	width: calc(275 / 750 * 100%) !important;
	top: 0;
	left: 0;
	margin: calc(190 / 750 * 100%) 0 0 calc(-60 / 750 * 100%);
	z-index: 1;
}

.topics .sec_ttl {
	margin-bottom: calc(120 / 630 * 100%);
}

.topics_list {
	width: calc(750 / 630 * 100%);
	margin-left: calc(-60 / 630 * 100%);
	z-index: 2;
	border: 1px solid #b0a99c;
	background-color: #fff;
}

.topics_list::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: calc(10 / 750 * 100%);
	background-color: #fff;
	margin-top: calc(-12 / 750 * 100%);
	border-top: 3px solid #b0a99c;
	border-bottom: 1px solid #b0a99c;
}

.topics_box dl {
	padding: calc(45 / 750 * 100%) calc(60 / 750 * 100%);
}

.topics_box:first-child dd {
	margin-top: 1em;
}

.topics_box .data {
	font-family: 'Cantata One', serif;
	color: #b0a99c;
	font-size: 2.2rem;
}

.topics_box:not(:first-child) dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #b0a99c;
}

.topics_box:not(:first-child) dt {
	width: calc(184 / 630 * 100%);
	padding-bottom: calc(50 / 630 * 100%);
}

.topics_box:not(:first-child) .txt {
	width: calc(395 / 630 * 100%);
	margin-top: calc(-5 / 630 * 100%);
}

.topics_box:not(:first-child) .data {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	margin: calc(170 / 750 * 100%) 0 0 calc(60 / 750 * 100%);
}

.topics_box a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.topics_more_btn {
	margin-top: 3em;
}

@media screen and (min-width: 768px) {
	.topics {
		background-size: calc(65 / 1200 * 100%);
	}

	.topics .inner {
		padding: calc(100 / 1200 * 100%) 0;
	}

	.topics .inner::before {
		width: calc(320 / 1600 * 100%);
		padding-top: calc(40 / 1600 * 100%);
		background-image: repeating-linear-gradient(90deg, #fff 0px, #fff calc(6 / 1600 * 100vw), transparent calc(6 / 1600 * 100vw), transparent calc(17 / 1600 * 100vw));
		margin-top: calc(-20 / 1600 * 100%);
	}

	.topics .sec_ttl {
		margin-bottom: calc(80 / 1000 * 100%);
	}

	.topics_list {
		width: 100%;
		margin: 0 auto;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: calc(60 / 1000 * 100%);
		background-color: transparent;
		border: 0;
		margin-bottom: 0;
	}

	.topics_list::before {
		display: none;
	}

	.topics_list li {
		background-color: #fff;
		width: calc(320 / 1000 * 100%);
		margin: calc(40 / 1000 * 100%) calc(20 / 1000 * 100%) 0 0;
		border-top: 3px solid #b0a99c;
		border-bottom: 1px solid #b0a99c;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.topics_list li:nth-child(-n+3) {
		margin-top: 0;
	}

	.topics_list li:nth-child(3n),
	.topics_list li:last-child {
		margin-right: 0;
	}

	.topics_list li:hover {
		-webkit-transition: .3s;
		transition: .3s;
		background-color: #f8f8f8;
	}

	.topics_list a::before {
		content: '';
		position: absolute;
		background: url(../images/chara/img_chara6.png) no-repeat center;
		background-size: 100% auto;
		width: calc(60 / 320 * 100%);
		padding-top: calc(36 / 320 * 100%);
		right: 0;
		left: 0;
		top: .2em;
		margin: auto;
		-webkit-transition: .3s;
		transition: .3s;
		z-index: -1;
	}

	.topics_list a:hover::before {
		-webkit-transition: .3s;
		transition: .3s;
		top: -2em;
	}

	.topics_list dl {
		display: block !important;
		border: 0 !important;
		padding: calc(25 / 320 * 100%) calc(20 / 320 * 100%) calc(20 / 320 * 100%);
	}

	.topics_list dl::before {
		content: '';
		position: absolute;
		top: 4px;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #b0a99c;
	}

	.topics_box dt {
		width: 100% !important;
	}

	.topics_box:not(:first-child) dt {
		padding-bottom: 0;
	}

	.topics_box .data {
		position: relative !important;
		font-size: 1.2rem;
		margin: 1.5em 0 0 !important;
	}

	.topics_box .txt {
		width: 100% !important;
		font-size: 1.4rem;
		margin-top: 1em !important;
	}

	.chara08 {
		bottom: 0;
		top: auto;
		width: calc(275 / 1600 * 100%) !important;
		margin: 0 0 calc(30 / 1600 * 100%) calc(-60 / 1600 * 100%);
	}

}

@media screen and (min-width: 1200px) {
	.topics {
		background-size: 65px;
	}

	.topics .inner {
		padding: 100px 0;
	}

}


/* =====================================================================
*    sns
* =================================================================== */
.sns {
	background-color: #ffffff;
}

.sns .inner {
	padding: calc(100 / 750 * 100%) 0 calc(300 / 750 * 100%);
}

.sns .inner::before {
	content: "";
	position: absolute;
	top: 0;
	right: .5em;
	display: block;
	width: calc(320 / 750 * 100%);
	margin-top: calc(-20 / 750 * 100%);
	padding-top: calc(40 / 750 * 100%);
	background-image: repeating-linear-gradient(90deg, #f6ec7f 0px, #f6ec7f calc(5 / 750 * 100vw), transparent calc(6 / 750 * 100vw), transparent calc(18 / 750 * 100vw));
	-webkit-transform: skewX(-40deg);
	transform: skewX(-40deg);
}

.sns::before {
	content: "";
	position: absolute;
	background-size: .7em .7em;
	margin: 0 auto;
	background-image: radial-gradient(#f6ec7f 25%, transparent 20%);
	width: 100%;
	padding-top: calc(150 / 750 * 100%);
	bottom: 0;
	left: 0;
}

.sns_ttl {
	font-family: 'Cantata One', serif;
	color: #85c0c7;
	font-size: 4.7rem;
	text-align: center;
	margin-bottom: calc(80 / 750 * 100%);
}

.sns .sec_contents::before {
	content: '';
	position: absolute;
	background: url(../images/chara/img_chara9.png) no-repeat center bottom;
	background-size: contain;
	width: calc(117 / 630 * 100%);
	padding-top: calc(122 / 630 * 100%);
	top: 0;
	left: 0;
	margin-top: calc(-135 / 630 * 100%);
	z-index: 3;
}

.sns .sec_contents::after {
	content: '';
	position: absolute;
	background: url(../images/chara/img_followme.png) no-repeat center bottom;
	background-size: contain;
	width: calc(346 / 630 * 100%);
	padding-top: calc(138 / 630 * 100%);
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto calc(-180 / 630 * 100%);
	z-index: 3;
}

.twitter {
	border: 1px solid #716040;
	padding: calc(20 / 630 * 100%);
	z-index: 2;
}

.twitter_wrap {
	padding: 1.5em;
	background-color: #f8f8f8;
	z-index: -1;
}

.twitter::before,
.twitter::after,
.twitter_wrap::before,
.twitter_wrap::after {
	background: #fff;
	border: 1px solid #716040;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	z-index: 2;
}

.twitter::before {
	top: -19px;
	left: -19px;
	clip: rect(18px, auto, auto, 18px);
}

.twitter::after {
	top: -19px;
	right: -19px;
	clip: rect(18px, 18px, auto, auto);
}

.twitter_wrap::before {
	bottom: -30px;
	left: -30px;
	clip: rect(auto, auto, 17px, 19px);
}

.twitter_wrap::after {
	bottom: -28px;
	right: -28px;
	clip: rect(auto, 19px, 19px, auto);
}

.twitter_box {
	padding-top: calc(500 / 560 * 100%);
	overflow: hidden;
}

.twitter_box iframe {
	width: 740px !important;
	height: 30em !important;
	font-size: 2rem;
	position: absolute !important;
	top: 0;
	left: 0;
	-webkit-overflow-scrolling: touch;
}

.sns_list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: calc(70 / 630 * 100%);
}

.sns_list li {
	width: calc(180 / 630 * 100%);
}

.sns_list li a {
	background-color: #85c0c7;
	padding: calc(98 / 180 * 100%) calc(35 / 180 * 100%) calc(32 / 180 * 100%);
	color: #fff;
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.27;
	letter-spacing: .2rem;
	font-family: 'Cantata One', serif;
}

.sns_list li a::before {
	content: "";
	position: absolute;
	display: block;
	width: 2em;
	padding-top: 1.9em;
	top: 0;
	left: 0;
	right: 0;
	margin: 1.5em auto 0;
}

.sns_list li:nth-child(1) a::before {
	background: url(../images/common/btn_sns1.png) no-repeat left center;
	background-size: 100% auto;
}

.sns_list li:nth-child(2) a::before {
	background: url(../images/common/btn_sns2.png) no-repeat left center;
	background-size: 100% auto;
}

.sns_list li:nth-child(3) a::before {
	background: url(../images/common/btn_sns3.png) no-repeat left center;
	background-size: 100% auto;
}

.sns_list a span {
	display: block;
	text-align: left;
}


@media screen and (min-width: 768px) {
	.sns .inner {
		padding: calc(90 / 1200 * 100%) 0 calc(100 / 1200 * 100%);
	}

	.sns::before {
		padding-top: calc(120 / 1200 * 100%);
		background-size: 1.1em 1.1em;
	}

	.sns .inner::before {
		width: calc(320 / 1600 * 100%);
		padding-top: calc(40 / 1600 * 100%);
		background-image: repeating-linear-gradient(90deg, #f6ec7f 0px, #f6ec7f calc(6 / 1600 * 100vw), transparent calc(6 / 1600 * 100vw), transparent calc(17 / 1600 * 100vw));
		margin-top: calc(-20 / 1600 * 100%);
	}

	.sns_ttl {
		margin-bottom: 20px;
	}

	.sns .sec_contents {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.twitter {
		padding: 0;
		width: calc(500 / 1000 * 100%);
		height: 100%;
	}

	.twitter_wrap {
		margin: .3em;
		padding: .8em;
	}

	.twitter_wrap::before {
		bottom: -27px;
		left: -28px;
	}

	.twitter_wrap::after {
		bottom: -25px;
		right: -25px;
	}

	.twitter_box {
		padding-top: calc(380 / 500 * 100%);
	}

	.twitter_box iframe {
		height: 100% !important;
	}

	.sns .sec_contents::before {
		width: calc(85 / 1000 * 100%);
		padding-top: calc(89 / 1000 * 100%);
		margin: calc(-60 / 1000 * 100%) 0 0 calc(55 / 1000 * 100%);
	}

	.sns .sec_contents::after {
		width: calc(200 / 1000 * 100%);
		padding-top: calc(80 / 1000 * 100%);
		left: auto;
		margin: 0 calc(160 / 1000 * 100%) calc(-10 / 1000 * 100%) 0;
	}

	.sns_list {
		display: block;
		margin: 0 0 0 calc(100 / 1000 * 100%);
		width: calc(400 / 1000 * 100%);
	}

	.sns_list li {
		width: 100%;
		margin-bottom: calc(16 / 400 * 100%);
	}

	.sns_list li a {
		text-align: left;
		padding: 1.7em 1.7em 1.7em 6.8em;
		font-size: 1.6rem;
	}

	.sns_list li a:hover {
		background-color: #f99ab7;
	}

	.sns_list li a::before {
		width: 1.7em;
		bottom: 0;
		right: auto;
		margin: auto 0 auto 3.8em;
	}

	.sns_list li a::after {
		content: "";
		display: block;
		width: 2.5em;
		height: 1px;
		position: absolute;
		background-color: #fff;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto 0;
	}

	.sns_list .en {
		width: calc(440 / 1000 * 100%);
		margin: .8em 1.6em auto 0;
	}

}

@media screen and (min-width: 1200px) {
	.sns .inner {
		padding: 90px 0 100px;
	}

	.sns::before {
		padding-top: 120px;
	}
}


/* =====================================================================
*    platinight
* =================================================================== */
.platinight {
	background-color: #f6ec7f;
	padding: calc(100 / 750 * 100%) 0 calc(115 / 750 * 100%);
	overflow: hidden;
}

.platinight::before {
	content: "";
	position: absolute;
	background-size: .7em .7em;
	margin: 0 auto;
	background-image: radial-gradient(#fff 25%, transparent 20%);
	width: 100%;
	padding-top: calc(150 / 750 * 100%);
	bottom: 0;
	left: 0;
}

.platinight .sec_contents::after {
	content: '';
	position: absolute;
	background: url(../images/chara/img_chara10.png) no-repeat center bottom;
	background-size: 100% auto;
	width: calc(380 / 750 * 100%);
	padding-top: calc(160 / 750 * 100%);
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto calc(-135 / 750 * 100%);
	z-index: 3;
}

@media screen and (min-width: 768px) {
	.platinight {
		padding: calc(55 / 1200 * 100%) 0;
	}

	.platinight::before {
		padding-top: calc(120 / 1200 * 100%);
		background-size: 1.1em 1.1em;
	}

	.platinight .sec_contents::after {
		width: calc(197 / 1000 * 100%);
		padding-top: calc(173 / 1000 * 100%);
		margin-bottom: calc(-50 / 1000 * 100%);
	}

}

@media screen and (min-width: 1200px) {
	.platinight {
		padding: 55px 0;
	}

	.platinight::before {
		padding-top: 120px;
	}

}


/* =====================================================================
*    キャラクター
* =================================================================== */

@media screen and (min-width: 1600px) {
	.chara01 {
		right: calc(123 / 1600 * 100%);
	}

	.delivery .inner::before {}

	.chara05 {
		left: calc(77 / 1600 * 100%);
	}

	.chara06 {
		right: calc(45 / 1600 * 100%);
	}

	.chara08 {
		left: calc(50 / 1600 * 100%);

	}

}


.notice {
	background-color: #FFF;
}

.notice .inner {
	padding: calc(40 / 750 * 100%) 0 calc(45 / 750 * 100%);
}

/*ポップアップここから*/
.popup_wrap input {
	display: none;
}

.popup_overlay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
	transition: opacity 0.5s, -webkit-transform 0s 0.5s;
	transition: opacity 0.5s, transform 0s 0.5s;
	transition: opacity 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.popup_trigger {
	position: absolute;
	width: 100%;
	height: 100%;
}

.popup_content {
	position: relative;
	-ms-flex-item-align: center;
	align-self: center;
	width: 90%;
	max-width: 800px;
	padding: calc(30 / 750 * 100%) calc(30 / 750 * 100%) calc(45 / 750 * 100%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border: solid 5px red;
	border-radius: 2rem;
	font-size: 3rem;
}

.close_btn {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 30px;
	cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.notice h2 {
	color: red;
	font-weight: bold;
	text-align: center;
}

.notice p {
	margin-top: 1rem;
}

.open_btn {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 10px auto;
	padding: 8px 16px;
	background: #FFF;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: .3s ease;
	transition: .3s ease;

}

.open_btn:hover {
	text-decoration: underline;
	/* background: red; */
	color: red;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

/*ポップアップココまで*/

@media screen and (min-width: 768px) {

	.notice .inner {
		padding: calc(30 / 1000 * 100%) 0;
	}

	.notice_ttl {
		margin: 0 0 calc(45 / 1000 * 100%);
	}

	.popup_content {
		font-size: 2rem;
		padding: calc(30 / 1000 * 100%) calc(30 / 1000 * 100%) calc(45 / 1000 * 100%);
	}
}

@media screen and (min-width: 1200px) {
	.notice .inner {
		padding: 30px 0;
	}

	.notice_ttl {
		margin-bottom: 45px;
	}

	#popup {
		padding: 40px 30px 45px;
	}

	.popup_content {
		padding: 30px 30px 45px;
	}

}

/* =====================================================================
*    hulu_popup
* =================================================================== */
.hulu_popup {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(241, 231, 125, 0.9);
	z-index: 100000;
}

.hulu_popup_inner {
	width: calc(650 / 750 * 100%);
	max-width: 650px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.hulu_popup_inner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: calc(-50 / 750 * 100%) auto 0;
	background: url(../images/chara/img_chara31.png) no-repeat center/contain;
	width: calc(130 / 750 * 100%);
	padding-top: calc(70 / 750 * 100%);
}

.hulu_popup_area1 {
	padding-top: calc(470 / 650 * 100%);
	background: url(../images/common/bg_pattern2.png) center top #f8f8f8;
	background-size: calc(80 / 750 * 100%);
	border: 2px solid #96835e;
	border-bottom: 0;
}

.hulu_popup_area1::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: calc(420 / 750 * 100%);
	background: url(../images/hulu/img_hulu_popup.jpg) no-repeat left top;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	left: 0;
}

.hulu_popup_area1::after {
	content: '';
	position: absolute;
	bottom: -1.2%;
	right: 0;
	background: url(../images/chara/img_chara29.png) no-repeat center/contain;
	width: calc(131 / 646 * 100%);
	padding-top: calc(102 / 646 * 100%);
	margin: 0 calc(15 / 646 * 100%) 0 0;
}

.hulu_popup_area1 h2 {
	margin: calc(30 / 646 * 100%) 0 0;
	position: absolute;
	top: 0;
	left: 0;
}

.hulu_popup_btn {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: calc(375 / 646 * 100%) auto 0;
	background-color: #f8f8f8;
	width: calc(300 / 646 * 100%);
}

.hulu_popup_btn a {
	color: #8c7851;
	border: 1px solid #8c7851;
	padding: 0.2em 0 .4em;
	font-size: 2.4rem;
}

.hulu_popup_btn a::before {
	content: "";
	display: block;
	width: .4em;
	height: .4em;
	position: absolute;
	top: 0;
	bottom: 0;
	right: .6em;
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
	z-index: 2;
	margin: auto;
	border-top: 1px solid #8c7851;
	border-right: 1px solid #8c7851;
}

.hulu_popup_area2 {
	margin-top: calc(-30 / 630 * 100%);
	padding: calc(50 / 646 * 100%) 0 calc(24 / 646 * 100%);
	background: url(../images/hulu/bg_hulu_popup.png) no-repeat center bottom;
	background-size: auto 100%;
	border: 2px solid #96835e;
	border-top: 0;
}

.hulu_popup_area2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 3%;
	background: url(../images/chara/img_chara32.png) no-repeat center/contain;
	width: calc(112 / 646 * 100%);
	padding-top: calc(144 / 646 * 100%);
	margin-top: calc(-68 / 630 * 100%);
}

.hulu_link_ttl {
	margin: 0 0 calc(23 / 646 * 100%);
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
}

.hulu_link_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 calc(30 / 646 * 100%);
}

.hulu_link_list li {
	width: calc(264 / 646 * 100%);
	margin: 0 calc(40 / 646 * 100%) 0 0;
}

.hulu_link_list li:last-child {
	margin-right: 0;
}

.hulu_popup_area2_txt {
	margin: 0 0 calc(45 / 646 * 100%);
	color: #fff;
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
}

.hulu_popup_area2_txt strong {
	margin-right: 0.1em;
	font-size: 240%;
	font-weight: 700;
}

.hulu_popup_area2_txt img {
	display: inline-block;
	width: calc(142 / 646 * 100%);
	margin: 0 1.3em 0 0;
	top: 0.3em;
}

.hulu_popup_area2_txt2 {
	margin: 0 0 calc(30 / 646 * 100%);
	color: #fff;
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
}

.hulu_popup_check {
	color: #e9ebec;
	font-size: 2rem;
	letter-spacing: 0.05em;
}

.hulu_popup_check input {
	margin: 0 10px 0 0;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.hulu_popup_close {
	margin: calc(35 / 650 * 100%) 0 0;
	color: #8c7851;
	font-size: 2.5rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.hulu_popup_close::before {
	content: "×";
	display: inline-block;
	margin-right: .5em;
}

@media screen and (min-width: 768px) {

	.hulu_popup_area1 {}

	.hulu_popup_btn {
		width: calc(200 / 646 * 100%);
		font-size: 1.6rem;
	}

	.hulu_popup_btn a {
		font-size: 1.6rem;
	}

	.hulu_popup_btn a:hover {
		background-color: #8c7851;
		color: #fff;
	}

	.hulu_popup_btn a:hover::before {
		border-color: #fff;
	}

	.hulu_link_ttl {
		font-size: 2rem;
	}

	.hulu_link_list li a:hover {
		opacity: 0.7;
	}

	.hulu_popup_area2_txt {
		margin: 0 0 calc(32 / 646 * 100%);
	}

	.hulu_popup_area2_txt2 {
		margin: 0 0 calc(15 / 646 * 100%);
		font-size: 1.6rem;
	}

	.hulu_popup_check {
		font-size: 1.6rem;
	}

	.hulu_popup_check label {
		cursor: pointer;
	}

	.hulu_popup_close {
		margin: calc(25 / 646 * 100%) 0 0;
		font-size: 1.8rem;
	}

	.hulu_popup_close:hover {
		opacity: 0.7;
	}
}

@media screen and (max-height: 900px) and (orientation: landscape) {
	.hulu_popup_inner {
		width: 100%;
		max-width: calc(520 / 750 * 100vh);
		min-width: 400px;
	}

	.hulu_popup_inner * {
		font-size: 1em;
	}

	.hulu_popup_btn a {
		font-size: 0.8em;
	}
}
