@charset "utf-8";
@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : base.css
Description :
===================================================================== */

/* ********************************************************************
        共通
******************************************************************** */
html {
	font-size: calc(10 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
	html {
		font-size: calc(10 / 1200 * 100vw);
	}
}

@media screen and (min-width: 1200px) {
	html {
		font-size: 10px;
	}
}

body {
	/* overflow: hidden; */
}

.gDef-top-banner {
	background-color: #f8f8f8;
}

.gDef-contents {
	background-color: #fff;
	color: #5b6969;
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
	line-height: 1.7;
	letter-spacing: .1rem;
	margin: auto;
}

#wrapper {
	overflow-x: hidden;
	font-size: 1.4rem;
}

.set1,
.set1 * {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.set1 img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/*.set1 a {
	display: block;
	text-decoration: none;
}

.set1 a:hover {
	opacity: .5;
}*/

.inner {
	width: 100%;
	max-width: calc(670 / 750 * 100%);
	margin: 0 auto;
}

.set1 h2 {
	/* width: calc(750 / 670 * 100%);
	margin: 0 0 calc(40 / 670 * 100%) calc(-40 / 670 * 100%); */
}

[data-ruby] {
	position: relative;
}

[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -0.9em;
	left: -100%;
	right: 0;
	width: 300%;
	margin: auto;
	font-size: 0.5em;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1;
	text-align: center;
}

@media screen and (min-width: 768px) {
	/*.set1 a {
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}*/

	.sp {
		display: none !important;
	}

	.inner {
		max-width: 1200px;
		padding: 0 calc(100 / 1200 * 100%);
	}

	.set1 h2 {
		/*width: calc(575 / 1000 * 100%);
		margin: 0 auto calc(40 / 1000 * 100%);*/
	}
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}

@media screen and (min-width: 1200px) {
	.inner {
		padding: 0 100px;
	}
}

/* ********************************************************************
        下層用メインイメージ
******************************************************************** */

#mv2nd .inner {
    max-width: 100%;
    z-index: 2;
}

#mv2nd::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(493 / 750 * 100%);
    background: url(../images/top/img_mv_sp.jpg) no-repeat center top;
    background-size: 100% auto;
}

.mv2nd_ttl {
    width: 100%;
    background: #ed7da3;
}

.mv2nd_ttl .inner {
    max-width: 100%;
    padding-top: calc(80/750 *100%)
}

.mv2nd_ttl h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(622/750 *100%);
    margin: calc(-28/750 *100%) calc(64/750 *100%) 0;
    z-index: 3;
}

.mv2nd_date .inner {
    max-width: 100%;
}

.mv2nd_date {
    background: #009f9a;
    padding: calc(42 / 750 * 100%) 0;
    z-index: 2;
}

.mv2nd_date img {
    width: calc(669 / 750 * 100%);
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    #mv2nd .inner {
        max-width: 1000px !important;
    }
    #mv2nd::before {
        width: calc(1000 / 1000 * 100%);
        padding-top: calc(210 / 1000 * 100%);
        background: url(../images/common/header_2nd.jpg) no-repeat center top;
        background-size: 100% auto;
        margin-left: 0;
    }
    .mv2nd_ttl {}
    .mv2nd_ttl .inner {
        display: none;
    }
    .mv2nd_ttl h1 {
        display: none;
    }
    .mv2nd_date {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    #mv2nd {
		background: url(../images/common/bg_header_2nd.jpg) no-repeat center top;
		background-size: 100% 100%;
	}
		#mv2nd .inner {
	        max-width: none !important;
	    }
		#mv2nd::before {
	        width: calc(1200 / 1200 * 100%);
	        padding-top: 210px;
	        background: url(../images/common/header_2nd.jpg) no-repeat center top;
	        background-size: 1000px;
	        margin-left: 0;
	    }
}

/* ********************************************************************
        header
******************************************************************** */
#header {
	position: relative;
}
#header > a {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#header > a::before {
	content: "";
	display: block;
	padding-top: calc(590 / 750 * 100%);
}
@media screen and (min-width: 768px) {
	#header > a::before {
		padding-top: calc(210 / 1000 * 100%);
	}
}
@media screen and (min-width: 1200px) {
	#header > a::before {
		padding-top: 210px;
	}
}

.header_nav {
	background: #fff;

}

.header_nav .inner {
	max-width: 100%;
}

.nav::before,
.nav::after {
}

.nav::after {
}

.nav_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	padding: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: solid 1px #cdcccb;
	flex-wrap: wrap;
}
.nav_menu::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #cdcccb;
	position: absolute;
	top: 50%;
	left: 0;
}

.nav_menu li {
	width: 25%;
}

.nav_menu li:not(:last-child)::after {
	content: "";
	display: block;
	width: 1px;
	padding-top: calc(76/187.5 *100%);
	background: #acacac;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	position: absolute;
	top: 0;
	right: 0;
	margin-top: calc(30/187.5 *100%);
	z-index: 5;
}
.nav_menu li:nth-child(4)::after {
	display: none;
}

.nav_menu li a {
	display: block;
}

.nav_menu li a:hover {
	opacity: 1;
}

.nav_menu li.nolink a {
	pointer-events: none;
	opacity: 50%;
}

/* .nav_menu li.nolink a,
.off_movie .nav_menu li.nav_staff a {
	pointer-events: none;
	opacity: 50%;
} */

.nav_menu li a::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 86px;
	transition: all .3s;
}

li.nav_intro a::before {
	background: url(../images/common/btn_nav01.jpg) no-repeat center/80%;
}
li.nav_story a::before {
	background: url(../images/common/btn_nav02.jpg) no-repeat center/80%;
}
li.nav_chart a::before {
	background: url(../images/common/btn_nav03.jpg) no-repeat center/80%;
}
li.nav_cast a::before {
	background: url(../images/common/btn_nav04.jpg) no-repeat center/80%;
}
li.nav_music a::before {
	background: url(../images/common/btn_nav05.jpg) no-repeat center/80%;
}
li.nav_movie a::before {
	background: url(../images/common/btn_nav06.jpg) no-repeat center/80%;
}
li.nav_original a::before {
	background: url(../images/common/btn_nav07.jpg) no-repeat center/80%;
}
li.nav_topics a::before {
	background: url(../images/common/btn_nav08.jpg) no-repeat center/80%;
}
li.nav_stage a::before {
	background: url(../images/common/btn_nav07.jpg) no-repeat center/80%;
}

li.nav_intro a:hover::before {
	background: url(../images/common/btn_nav01.jpg) no-repeat top 5px center/80%;
}
li.nav_story a:hover::before {
	background: url(../images/common/btn_nav02.jpg) no-repeat top 5px center/80%;
}
li.nav_chart a:hover::before {
	background: url(../images/common/btn_nav03.jpg) no-repeat top 5px center/80%;
}
li.nav_cast a:hover::before {
	background: url(../images/common/btn_nav04.jpg) no-repeat top 5px center/80%;
}
li.nav_music a:hover::before {
	background: url(../images/common/btn_nav05.jpg) no-repeat top 5px center/80%;
}
li.nav_movie a:hover::before {
	background: url(../images/common/btn_nav06.jpg) no-repeat top 5px center/80%;
}
li.nav_original a:hover::before {
	background: url(../images/common/btn_nav07.jpg) no-repeat top 5px center/80%;
}
li.nav_topics a:hover::before {
	background: url(../images/common/btn_nav08.jpg) no-repeat top 5px center/80%;
}
li.nav_stage a:hover::before {
	background: url(../images/common/btn_nav07.jpg) no-repeat center/80%;
}
.nav_new {
	position: absolute;
	width: calc(69/187.5 * 100%);
	top: 3px;
	margin: calc(-20 / 187.5 * 100%) 0 0 calc(64/ 187.5 * 100%);
	z-index: 2;
}

.nav_sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: calc(35 / 750 * 100%) 0;
	background: #f8f8f8;
	background-size: calc(150 / 750 * 100%) auto;
}

.nav_sns li {
	width: calc(70 / 750 * 100%);
	margin: 0 calc(20 / 750 * 100%) 0 0;
}

.nav_sns li a {
}

.nav_sns li:last-child {
	margin: 0;
}
.nav_new {
	width: 60px;
	top: 0;
	margin: calc(-10 / 180 * 100%) 0 0 calc(50/180 *100%);
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.header_nav {
		background-size: calc(150 / 1200 * 100%) auto;
		border-bottom: solid 1px #cdcccb;
	}

	.header_nav .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1200px !important;
	}

	.header_nav #nav {
		width: calc(1000 / 1000 * 100%);
		margin: 0 auto;
	}

	.nav::before,
	.nav::after {
		display: none;
	}

	.nav_menu {
		padding: calc(16 / 1000 * 100%) 0;
		border-bottom: none;
	}
	.nav_menu::after {
		display: none;
	}

	.nav_menu li {
		/*width: calc(230 / 1000 * 100%);*/
		width: calc(100%/8);
	}

	.nav_menu li:not(:last-child)::after {
		content: "";
		display: block;
		width: 1px;
		padding-top: calc(76/187.5 *100%);
		background: #acacac;
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
		position: absolute;
		top: 0;
		right: 0;
		margin-top: calc(20/187.5 *100%);
		z-index: 5;
	}

	.nav_menu li:first-child::before {
		content: "";
		display: block;
		width: 1px;
		padding-top: calc(76/187.5 *100%);
		background: #acacac;
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
		position: absolute;
		top: 0;
		left: 0;
		margin-top: calc(20/187.5 *100%);
		z-index: 5;
	}

	.nav_menu li:last-child::after {
		content: "";
		display: block;
		width: 1px;
		padding-top: calc(76/187.5 *100%);
		background: #acacac;
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
		position: absolute;
		top: 0;
		right: 0;
		margin-top: calc(20/187.5 *100%);
		z-index: 5;
	}
	.nav_menu li:nth-child(4)::after {
		display: block;
	}

	.nav_menu li a::before {
		padding-top: calc(100 / 180 * 100%);
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}

	.nav_menu li a:hover::before {
		opacity: 1;
	}

	.nav_date {
		width: 100%;
		margin: calc(-4 / 150 * 100%) auto 0;
		top: 0;
	}

	.nav_new {
		width: 60px;
		top: 0;
		margin: calc(-20 / 180 * 100%) 0 0 calc(50/180 *100%);
		z-index: 2;
	}

	.nav_date::before {
		margin-left: -0.4em;
		border: 0.4em solid transparent;
		border-top: 0.7em solid #51473f;
	}

	.nav_date span {
		font-size: 1.3rem;
	}

	.nav_sns {
		width: calc(200 / 1000 * 100%);
		margin: 0 0 0 calc(45 / 1000 * 100%);
		padding: calc(26 / 1000 * 100%) 0;
		background: none;
	}

	.nav_sns li {
		width: calc(48 / 200 * 100%);
		margin: 0 calc(9 / 200 * 100%) 0 0;
	}

	.nav_sns li a::after {
		content: "";
		display: block;
		width: 100%;
		padding-top: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

	.nav_sns li a:hover::after {
		opacity: 1;
	}

	.nav_sns li:nth-child(1) a::after {
		background: url(../images/common/btn_sns1_hover.png) no-repeat center/contain;
	}

	.nav_sns li:nth-child(2) a::after {
		background: url(../images/common/btn_sns2_hover.png) no-repeat center/contain;
	}

	.nav_sns li:nth-child(3) a::after {
		background: url(../images/common/btn_sns3_hover.png) no-repeat center/contain;
	}
	li.nav_intro a:hover::before {
		background: url(../images/common/btn_nav01.jpg) no-repeat top -2px center/80%;
	}
	li.nav_story a:hover::before {
		background: url(../images/common/btn_nav02.jpg) no-repeat top -2px center/80%;
	}
	li.nav_chart a:hover::before {
		background: url(../images/common/btn_nav03.jpg) no-repeat top -2px center/80%;
	}
	li.nav_cast a:hover::before {
		background: url(../images/common/btn_nav04.jpg) no-repeat top -2px center/80%;
	}
	li.nav_music a:hover::before {
		background: url(../images/common/btn_nav05.jpg) no-repeat top -2px center/80%;
	}
	li.nav_movie a:hover::before {
		background: url(../images/common/btn_nav06.jpg) no-repeat top -2px center/80%;
	}
	li.nav_original a:hover::before {
		background: url(../images/common/btn_nav07.jpg) no-repeat top -2px center/80%;
	}
	li.nav_topics a:hover::before {
		background: url(../images/common/btn_nav08.jpg) no-repeat top -2px center/80%;
	}
	li.nav_stage a:hover::before {
		background: url(../images/common/btn_nav07.jpg) no-repeat top -2px center/80%;
	}

}

@media screen and (min-width: 1200px) {
	.header_nav {
		background-size: 150px auto;
	}
}

/* ********************************************************************
        header banner
******************************************************************** */

.mv_bnr {
	width: 100%;
	background: #f8f8f8;
	padding: calc(30 / 750 * 100%) 0;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #cdcccb;
}
.mv_bnr li {
	width: 50%;
	max-width: 240px;
	padding: 0;
	margin: 0 calc(30 / 1000 * 100%);
	box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
	.mv_bnr {
		padding: calc(20 / 1000 * 100%) 0;
	}
}

/* ********************************************************************
        footer
******************************************************************** */
#footer {
}

.pagetop {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9999;
	width: calc(90 / 750 * 100%);
	-webkit-transition: 500ms;
	transition: 500ms;
	margin: 0 calc(35 / 750 * 100%) calc(20 / 750 * 100%) 0;
}

.pagetop a {
	border-radius: 50%;
	-webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.13);
}

.pagetop.fixed {
	position: fixed;
	margin-bottom: calc(20 / 750 * 100%);
}

@media screen and (min-width: 768px) {
	#footer {
	}

	.pagetop {
		width: calc(80 / 1400 * 100%);
		margin: 0 calc(35 / 1200 * 100%) calc(20 / 1200 * 100%) 0;
	}

	.pagetop.fixed {
		margin-bottom: calc(20 / 1200 * 100%);
	}

	.pagetop a:hover {
		opacity: 1;
		border-radius: 50%;
		-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
		box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
	}

	.pagetop:hover {
		margin: 0 calc(35 / 1200 * 100%) calc(16 / 1200 * 100%) 0;
	}

	.copy {
		padding: 4.75em 0 3.75em;
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 1200px) {
	#footer {
	}

	.pagetop {
		width: 80px;
		margin: 0 35px 20px 0;
	}

	.pagetop:hover {
		margin: 0 35px 16px 0;
	}
}


/* ********************************************************************
        spコンテンツバナー
******************************************************************** */
#sp_contents_bnr ul {
    width: 90%;
/*    max-width: 660px; */
    margin: auto;
    padding: calc(50/750 *100%) 0;
}
#sp_contents_bnr ul li {
    /* width: calc(560/750 *100%);
    margin: 0 auto calc(40/750 *100%); */
}
#sp_contents_bnr ul li:last-child,
#sp_contents_bnr ul li:nth-child(3) {
    margin-bottom: 0;
}
#sp_contents_bnr ul li:nth-child(n+4) {
    display: none;
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    #sp_contents_bnr ul {
        width: calc(660/1000 *100%);
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: calc(30/1000 *100%) 0 0;
    }
    #sp_contents_bnr ul li {
        /* width: 48%; */
        /* max-width: 320px; */
        margin: 0 auto calc(20/1000 *100%);
    }
    #sp_contents_bnr ul li:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    #sp_contents_bnr ul li:nth-child(n+4) {
        display: block;
    }

}


/* ********************************************************************
        sns
******************************************************************** */
.sns_box {
	width: calc(192/750*100%);
	padding-top: calc(167/750 *100%);
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
	margin-bottom: calc(120/750 *100%);
}

.sns_box a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sns_box a::before,
.sns_box a::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	padding-top: 100%;
	top: 0;
	left: 0;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.sns_box a::before {
	background: url(../images/top/btn_twitter.png) no-repeat center top,
		url(../images/top/btn_twitter_hover.png) no-repeat center top;
	background-size: contain, 0 0;
}

.fixed .sns_box {
	position: absolute;
}

@media screen and (min-width: 768px) {
	.sns_box {
		display: block;
		width: calc(192 / 1200 * 100%);
		padding-top: calc(167/1200 *100%);
		margin-bottom: calc(120/1200 *100%);
	}

	.sns_box a:hover::before {
		margin-top: calc(6/158 *100%);
		background-size: 0 0, contain;
	}

	.sns_box a:hover {
		opacity: 1;
	}
}

@media screen and (min-width: 1200px) {
	.sns_box {
		display: block;
		width: 192px;
		padding-top: 167px;
		margin-bottom: 120px;
	}
}

/* =====================================================================
*    bridecove_popup
* =================================================================== */
.bc_wrapper {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(199, 232, 250, .8);
	z-index: 100000;
	display: none;
	cursor: pointer;
}

.bc_wrapper .return_box {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.bc_wrapper .bc_movie_wrap {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.bc_wrapper .bc_movie_wrap .bc_movie {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.bc_wrapper .bc_movie_wrap .bc_movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.bc_wrapper .btn1 {
	width: calc(300 / 750 * 100%);
	margin: calc(50 / 750 * 100%) auto 0;
}

.bc_wrapper .btn1 a {
	display: block;
	background-color: #fff;
	font-size: 3.2rem;
	text-align: center;
	text-decoration: none;
	padding: calc(20 / 300 * 100%);
}

@media screen and (min-width: 768px) {
	.bc_wrapper .bc_movie_wrap {
		width: calc(800 / 1200 * 100%);
	}

	.bc_wrapper .btn1 {
		width: calc(300 / 800 * 100%);
		margin: calc(30 / 800 * 100%) auto 0;
	}

	.bc_wrapper .btn1 a {
		font-size: 1.6rem;
	}

	.bc_wrapper .btn1 a:hover {
		opacity: 0.7;
	}
}

@media screen and (min-width: 1200px) {
	.bc_wrapper .bc_movie_wrap {
		width: 800px;
	}
}

/* =====================================================================
*    btn_more
* =================================================================== */

a.btn_more {
    display: block;
    background: #fff100 url(../images/top/btn_more_green.png) no-repeat center/contain !important;
    width: calc(420 / 670 * 100%) !important;
	border-radius: 60px;
	opacity: 1;
	padding: calc(90 / 670 * 100%) 0 0 0;
	margin: 40px auto 0;
	box-shadow: 0 10px 20px rgba(0,0,0,0.13);
	transition: all .3s;
	position: relative;
	top: 0;
	z-index: 100;
}
a.btn_more:hover {
	background: #a0d9f6 url(../images/top/btn_more_green.png) no-repeat center/contain !important;
	opacity: 1;
	position: relative;
    top: 10px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
@media screen and (min-width: 768px) {
	a.btn_more {
	    display: block;
	    background: #fff100 url(../images/top/btn_more_green.png) no-repeat center/contain !important;
	    width: calc(280 / 1000 * 100%) !important;
		max-width: 280px;
	    height: 60px;
		border-radius: 60px;
		opacity: 1;
		padding: 0;
		margin: 40px auto 0;
		box-shadow: 0 10px 20px rgba(0,0,0,0.13);
		transition: all .3s;
		position: relative;
		z-index: 100;
	}
	a.btn_more:hover {
		background: #a0d9f6 url(../images/top/btn_more_green.png) no-repeat center/contain !important;
		opacity: 1;
	}
}

/* =====================================================================
*    見逃し banner
* =================================================================== */

#minogashi_banner {
	width: 100%;
	background: #009f9a;
	padding: calc(70 / 1000 * 100%) 0;
}
#minogashi_banner h2 {
	width: calc(425 / 750 * 100%);
	margin: 0 auto calc(60/750 * 100%);
}
#minogashi_banner h2 img {
	width: 100%;
}
#minogashi_banner ul {
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 695px;
	margin: auto;
	padding: 0;
}
#minogashi_banner ul li {
	width: 48%;
	max-width: 320px;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	#minogashi_banner {
		padding: calc(55 / 1000 * 100%) 0;
	}
	#minogashi_banner h2 {
		width: calc(370/1000 * 100%);
		max-width: 370px;
		margin: 0 auto calc(35/1000 * 100%);
	}
	#minogashi_banner ul li {
		max-width: 320px;
	}

}


/* ********************************************************************
        last_sns
******************************************************************** */


#last_sns .last_sns_box {
    margin: calc(80 / 750 * 100%) auto calc(100 / 750 * 100%);
}
#last_sns .last_sns_box .sns_btn {
    width: 100%;
    max-width: 430px;
    margin: calc(57 / 750 * 100%) auto calc(30 / 750 * 100%);
    display: flex;
    justify-content: center;
}
#last_sns .last_sns_box .sns_btn li {
    width: calc(80 / 750 * 100%);
    margin: 0 calc(10 / 750 * 100%) calc(10 / 750 * 100%);
}

#last_sns .last_sns_box .sns_btn li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: calc(750 / 750 * 100%);
    border-radius: 50px;
    transition: all .3s;
}
#last_sns .last_sns_box .sns_btn li.sns_btn-twitter a {
    background: #009f9a url(../images/common/icon_twitter.png) no-repeat center/contain;
}
#last_sns .last_sns_box .sns_btn li.sns_btn-insta a {
    background: #009f9a url(../images/common/icon_insta.png) no-repeat center/contain;
}
#last_sns .last_sns_box .sns_btn li.sns_btn-line a {
    background: #009f9a url(../images/common/icon_line.png) no-repeat center/contain;
}
#last_sns .last_sns_box .sns_btn li.sns_btn-twitter a:hover {
    background: #a0d9f6 url(../images/common/icon_twitter.png) no-repeat center/contain;
}
#last_sns .last_sns_box .sns_btn li.sns_btn-insta a:hover {
    background: #a0d9f6 url(../images/common/icon_insta.png) no-repeat center/contain;
}
#last_sns .last_sns_box .sns_btn li.sns_btn-line a:hover {
    background: #a0d9f6 url(../images/common/icon_line.png) no-repeat center/contain;
}
#last_sns .last_sns_box .banner {
    width: calc(320 / 750 * 100%);
    max-width: 320px;
    border: 1px solid #999;
    margin: auto;
}
@media screen and (min-width: 768px) {
    #last_sns .last_sns_box {
        margin: calc(50 / 1000 * 100%) auto calc(50 / 1000 * 100%);
    }
    #last_sns .last_sns_box .sns_btn {
        margin: calc(1 / 1000 * 100%) auto calc(20 / 1000 * 100%);
    }
    #last_sns .last_sns_box .sns_btn li {
        width: calc(70 / 430 * 100%);
    }
}

/* ********************************************************************
        copyright
******************************************************************** */
.copyright {
    background: #e1f2ed;
    font-size: 1.2rem !important;
    color: #89c6b3;
    text-align: center;
    line-height: 96px;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .copyright {
        font-size: 1.4rem;
        line-height: 70px;
    }
}

/* =====================================================================
*    object_move
* =================================================================== */

.object_move {
	position: absolute;
	z-index: 1;
	-webkit-animation: fuwafuwa 1s infinite ease alternate;
	animation: fuwafuwa 1s infinite ease alternate;
}

@-webkit-keyframes fuwafuwa {
	0% {
		-webkit-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}

	100% {
		-webkit-transform: translate(0, -10px);
		transform: translate(0, -10px)
	}
}

@keyframes fuwafuwa {
	0% {
		-webkit-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}

	100% {
		-webkit-transform: translate(0, -10px);
		transform: translate(0, -10px)
	}
}

/* =====================================================================
*    movie_popup
* =================================================================== */
.popup_wrapper {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 100000;
	display: none;
	cursor: pointer;
}

.popup_wrapper .return_box {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.popup_wrapper .popup_movie_wrap {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.popup_wrapper .popup_movie_wrap .popup_movie {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.popup_wrapper .popup_movie_wrap .popup_movie video {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.popup_wrapper .popup_movie_wrap .popup_movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.vjs-icon-placeholder {
	display: block;
	margin: -1em 0 0;
	position: static;
}

.popup_wrapper .btn2 {
	width: calc(300 / 750 * 100%);
	margin: calc(50 / 750 * 100%) auto 0;
}

.popup_wrapper .btn2 a {
	display: block;
	background-color: #fbef89;
	font-size: 3.2rem;
	text-align: center;
	text-decoration: none;
	padding: .5em;
}

@media screen and (min-width: 768px) {
	.popup_wrapper .popup_movie_wrap {
		width: calc(800 / 1400 * 100%);
	}

	.popup_wrapper .btn2 {
		width: calc(300 / 800 * 100%);
		margin: calc(30 / 800 * 100%) auto 0;
	}

	.popup_wrapper .btn2 a {
		font-size: 1.6rem;
		-webkit-transition: .2s ease;
		transition: .2s ease;
	}

	.popup_wrapper .btn2 a:hover {
		background-color: #f2e1e1;
	}
}

@media screen and (min-width: 1400px) {
	.popup_wrapper .popup_movie_wrap {
		width: 800px;
	}
}
