@charset "utf-8";

/* ---------------------------------------------------------- */
/* LOADING */
/* ---------------------------------------------------------- */
.noscroll {
	overflow: hidden;
	}

#loading {
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 1002;
	}

#loading .loading {
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -84px;
	position: absolute;
	}

#loading .loading {
	width: 169px;
	}

#curtain {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1001;
	overflow: hidden;
	}

#curtain .curtainLeft {
	width: 50%;
	height: 100vh;
	top: 0;
	left: 0;
	position: fixed;
	}

#curtain .curtainLeft::before {
	content: "";
	width: 100%;
	height: 100vh;
	background: url(../img/index/img_curtain_left.jpg) bottom right no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
	display: block;
	}

#curtain .curtainRight {
	width: 50%;
	height: 100vh;
	top: 0;
	right: 0;
	position: fixed;
	}

#curtain .curtainRight::before {
	content: "";
	width: 100%;
	height: 100vh;
	background: url(../img/index/img_curtain_right.jpg) bottom left no-repeat;
	background-size: cover;
	top: 0;
	right: 0;
	display: block;
	}

@media (max-width: 640px){
#loading .loading {
	margin-top: -59px;
	margin-left: -50px;
	}

#loading .loading {
	width: 100px;
	}

#loading .loader,
#loading .loader:before,
#loading .loader:after {
	width: 1.2em;
	height: 1.2em;
	}
}


/* ---------------------------------------------------------- */
/* MAIN */
/* ---------------------------------------------------------- */
#main {
	width: 100%;
	height: 0;
	background: #01a4a7;
	overflow: hidden;
	padding: 60.13755% 0 0 0;
	position: relative;
	}

#main h1 {
	top: 30px;
	left: 25px;
	position: absolute;
	z-index: 5;
	}

#main h1 img {
	width: 320px;
	}

#main .catch {
	top: 100px;
	right: 2%;
	position: absolute;
	z-index: 5;
	}

#main .catch img {
	width: 50px;
	}

#main .onair {
	width: 45%;
	height: 0;
	background: url(../img/index/txt_start.png) right no-repeat;
	background-size: cover;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	padding: 7.45153% 0 0 0;
	bottom: 30px;
	right: 20px;
	position: absolute;
	z-index: 5;
	}

#main #mainPC ul.main {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	}

#main #mainPC ul.main li.visual2 {
	background: url(../img/index/bg_visual2_w.jpg) top right no-repeat;
	background-size: 85% auto;
	z-index: 2;
	}

#main #mainPC ul.main li.visual1 {
	background: url(../img/index/bg_visual1.png) top right 10% no-repeat , url(../img/index/bg_visual1_top.png) top left no-repeat , url(../img/index/bg_visual1_right.png) top 95% right no-repeat;
	background-size: 65% auto , auto , auto;
	z-index: 2;
	}

#main #mainPC ul.main li .petal ,
#main #mainPC ul.main li .light ,
#main #mainPC ul.main li .confetti {
	width: 100%;
	height: 0;
	padding: 100% 0 0 0;
	top: 0;
	right: 0;
	position: relative;
	}

#main #mainPC ul.main li .confetti {
	position: absolute;
	}

#main #mainPC ul.main li .petal {
	background: url(../img/index/img_petal_w.png) top right no-repeat;
	background-size: 85% auto;
	z-index: 3;
	}

#main #mainPC ul.main li .light {
	background: url(../img/index/img_light.png) top right 10% no-repeat;
	background-size: 65% auto;
	z-index: 3;
	}

#main #mainPC ul.main li .confetti {
	background: url(../img/index/img_confetti.png) top right no-repeat;
	background-size: 100% auto;
	z-index: 3;
	}

#main .thumb {
	top: 15px;
	right: 10px;
	position: absolute;
	display: flex;
	align-items: center;
	z-index: 10;
	}

#main .thumb p {
	font-size: 1.4rem;
	font-family: 'Paytone One';
	color: #fff;
	line-height: 1;
	margin: -3px 0 0 0;
	padding: 0 10px 0 0;
	}

#main .thumb ul {
	width: 140px;
	line-height: 0;
	}

#main .thumb ul li {
	padding: 0 5px;
	}

#main .thumb ul li img {
	width: 60px;
	border: 2px solid #fff;
	cursor: pointer;
	}

#main .thumb .slick-current img {
	border: 2px solid #e6c37d;
	}

.slick-dots {
	width: 100%;
	text-align: center;
	bottom: -18px;
	display: block;
	position: absolute;
	}

.slick-dots li {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	cursor: pointer;
	}

.slick-dots li button {
	font-size: 0;
	color: transparent;
	line-height: 0;
	background: transparent;
	display: block;
	cursor: pointer;
	border: 0;
	outline: none;
	}

.slick-dots li button:before {
	content: '●';
	font-size: 0.7rem;
	color: #fff;
	text-align: center;
	}

.slick-dots li.slick-active button:before {
	color: #e6c37d;
	}

@media (max-width: 1450px){
#main h1 {
	top: 20px;
	}

#main h1 img {
	width: 240px;
	}

#main .catch img {
	width: 45px;
	}
}

@media (max-width: 1360px){
#main {
	padding: 110% 0 0 0;
	}

#main h1 {
	top: 40px;
	}

#main h1 img {
	width: 320px;
	}

#main .catch {
	top: 120px;
	right: 3%;
	position: absolute;
	z-index: 5;
	}

#main .catch img {
	width: 50px;
	}

#main .onair {
	width: 50%;
	right: 20px;
	padding: 8.27948% 0 0 0;
	}

#main #mainPC ul.main li.visual1 {
	background: url(../img/index/bg_visual1.png) top right no-repeat , url(../img/index/bg_visual1_top.png) top left no-repeat , url(../img/index/bg_visual1_right.png) top 60% right no-repeat;
	background-size: 82% auto , auto , auto;
	}

#main #mainPC ul.main li.visual2 {
	background: url(../img/index/bg_visual2.jpg) top right no-repeat;
	background-size: 81% auto;
	}

#main #mainPC ul.main li .petal ,
#main #mainPC ul.main li .light ,
#main #mainPC ul.main li .confetti {
	padding: 110% 0 0 0;
	}

#main #mainPC ul.main li .petal {
	background: url(../img/index/img_petal.png) top right no-repeat;
	background-size: 80% auto;
	}

#main #mainPC ul.main li .light {
	background: url(../img/index/img_light.png) top right no-repeat;
	background-size: 80% auto;
	}

#main #mainPC ul.main li .confetti {
	background-size: 135% auto;
	}
}

@media (max-width: 768px){
#main {
	height: auto;
	background: none;
	position: static;
	padding: 0;
	}

#main #mainSP {
	position: relative;
	}

#main #mainSP ul.main {
	top: 0;
	left: 0;
	line-height: 0;
	psition: absolute;
	}

#main #mainSP ul.main li img {
	width: 100%;
	}

#main h1 {
	width: 100%;
	text-align: center;
	top: 72%;
	left: 0;
	}

#main h1 img {
	width: 55%;
	}

#main .catch {
	width: 7%;
	top: 38%;
	right: 3.6%;
	}

#main .catch img {
	width: 100%;
	}

#main .onair {
	width: 100%;
	background: url(../img/index/txt_start_sp.png) left no-repeat;
	background-size: cover;
	padding: 23.33333% 0 0 0;
	position: static;
	}

.slick-dots {
	height: 10px;
	bottom: 2%;
	}

.slick-dots li button:before {
	font-size: 2vw;
	line-height: 1;
	margin: 0 5px;
	}

#main #mainPC ,
#main .thumb {
	display: none;
	}
}


/* ---------------------------------------------------------- */
/* メニュー */
/* ---------------------------------------------------------- */
header {
	min-width: 1200px;
	top: 235px;
	left: 50px;
	position: absolute;
	z-index: 100;
	}

header .btn ,
header .logo {
	display: none;
	}

header .menu li {
	margin: 0 0 15px -30px;
	}

header .menu li a {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	padding: 15px 30px;
	position: relative;
	}

header .menu li a::after {
	content: '';
	width: 100%;
	height: 60px;
	top: 0;
	left: 50%;
	background: center center;
	background-size: auto 55px;
	margin-left: -50%;
	-webkit-transition: all 0.5s ease;
	-webkit-transform: scale(0.5);
	-webkit-transform-origin: center;
	-ms-transform: all 0.5s ease;
	-ms-transform: scale(0.5);
	-ms-transform-origin: center;
	transform: scale(0.5);
	transition: all 0.5s ease;
	transform-origin: center;
	position: absolute;
	z-index: -1;
	}

header .menu li a:hover {
	color: #2b2b2b;
	}

header .menu li a:hover::after {
	background: url(../img/common/bg_menu_ov.png) center center no-repeat;
	background-size: auto 55px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	}

header .sns {
	margin: 10px 0 0 0;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	}

header .sns li {
	margin: 0 20px 0 0;
	}

header .sns li a {
	width: 20px;
	height: 20px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	}

header .sns li a:hover {
	opacity: 0.5;
	}

header .sns li.twitter a {
	background: url(../img/common/btn_sns_twitter_w.png) no-repeat;
	background-size: contain;
	}

header .sns li.instagram a {
	background: url(../img/common/btn_sns_instagram_w.png) no-repeat;
	background-size: contain;
	}

header.fixed {
	width: 100%;
	background: url(../img/common/bg_red.png);
	border-image: linear-gradient(to right, #e6c37d 0%, #ffe6af 50%, #e6c37d 100%) 1/0 0 5px 0;
	border-bottom-style: solid;
	top: 0;
	left: 0;
	padding: 10px 5px 15px 15px;
	position: fixed;
	z-index: 100;
	animation: menufix 0.5s;
	}

header.fixed.animation {
	animation: animation 0.5s;
	}

.scroll {
	overflow: hidden;
	}

@keyframes animation {
0%   {margin-top: -100px;}
100% {margin-top: 0;}
	}

header.fixed .menuWrapper {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;
	}

header.fixed .logo {
	width: 71px;
	height: 40px;
	background: url(../img/common/img_logo_w.png) no-repeat;
	background-size: 71px 40px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	}

header.fixed .menu {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-left: auto;
	}

header.fixed .menu li {
	margin: 0;
	}

header.fixed .menu li a {
	font-size: 1.4rem;
	font-weight: normal;
	color: #fff;
	line-height: 1;
	padding: 0 10px;
	display: block;
	}

header.fixed .menu li a:hover {
	color: #2b2b2b;
	}

header.fixed .menu li a::after {
	height: 40px;
	background-size: auto 40px;
	top: -12px;
	}

header.fixed .menu li a:hover::after {
	background-size: auto 40px;
	}

header.fixed .sns {
	margin: 0 0 0 5px;
	}

header.fixed .sns li {
	margin: 0 10px 0 0;
	}

header.fixed .sns li.twitter a {
	background: url(../img/common/btn_sns_twitter_w.png) no-repeat;
	background-size: contain;
	}

header.fixed .sns li.instagram a {
	background: url(../img/common/btn_sns_instagram_w.png) no-repeat;
	background-size: contain;
	}

@media (max-width: 1450px){
header {
	top: 175px;
	}
}

@media (max-width: 1360px){
header {
	top: 240px;
	}

header .menu li a {
	font-size: 2.0rem;
	}
}

@media (max-width: 1220px){
header.fixed .logo {
	width: 62px;
	height: 35px;
	background-size: 62px 35px;
	}
}

@media (max-width: 768px){
header ,
header.fixed {
	min-width: auto;
	text-align: right;
	background: none;
	border: none;
	border-image: none;
	top: 0;
	left: 0 !important;
	right: 0;
	padding: 0;
	position: fixed ;
	}

header .btn {
	width: 80px;
	height: 80px;
	top: 0;
	right: 0;
	display: inline-block;
	position: relative;
	cursor: pointer;
	z-index: 100;
	}

header .btn::after {
	content: '';
	border-style: solid;
	border-width: 0 80px 80px 0;
	border-color: transparent #dc3e4b transparent transparent;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 99;
	}

header .btn span ,
header .btn span:before ,
header .btn span:after {
	width: 25px;
	height: 1px;
	background: #fff;
	}

header .btn span {
	top: 23px;
	right: 11px;
	transition: .2s;
	display: block;
	position: absolute;
	z-index: 100;
	}

header .btn span:before {
	margin: -8px 0 0 0;
	content: "";
	top: 50%;
	left: 0;
	transition: .3s;
	position: absolute;
	}

header .btn span:after {
	margin: 6px 0 0 0;
	content: "";
	top: 50%;
	left: 0;
	transition: .3s;
	position: absolute;
	}

header .btn.close::after {
	border-color: transparent #000 transparent transparent;
	}

header .btn.close span {
	background: transparent;
	}

header .btn.close span:before {
	background: #fff;
	margin: -2px 0 0 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	}

header .btn.close span:after {
	background: #fff;
	margin: -2px 0 0 0;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	}

header nav {
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	padding: 10px 0;
	position: fixed;
	visibility: hidden;
	opacity: 0;
	transition: opacity .35s , visibility .35s;
	overflow: auto;
	display: block;
	}

header nav::before {
	content:"";
	width: 100%;
	height: 100vh;
	background: url(../img/common/bg_menu.jpg) center center no-repeat #01a4a7;
	background-size: contain;
	top: 0;
	left: 0;
	position: fixed;
	z-index: -1;
	}

header nav.open {
	opacity: 1;
	visibility: visible;
	}

header .menuWrapper ,
header.fixed .menuWrapper {
	width: 100%;
	padding: 20px 0;
	display: block;
	}

header .logo ,
header.fixed .logo {
	width: 50%;
	height: 0;
	background: url(../img/common/img_logo.png) no-repeat;
	background-size: cover;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	margin: auto auto 20px auto;
	padding: 28.35% 0 0 0;
	display: inline-block;
	}

header.fixed .menu {
	display: block;
	}

header .menu li ,
header.fixed .menu li {
	margin: 0 0 10px 0;
	}

header .menu li a ,
header.fixed .menu li a {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.6;
	padding: 0 30px;
	}

header .menu li a:hover::after ,
header.fixed .menu li a:hover::after {
	background: none;
	}

header .sns ,
header.fixed .sns {
	margin: 20px 0 0 0;
	}

header .sns li ,
header.fixed .sns li {
	margin: 0 10px;
	}

header .sns li a ,
header.fixed .sns li a {
	width: 25px;
	height: 25px;
	}
}

@media (max-width: 640px){
header .menu li a ,
header.fixed .menu li a {
	font-size: 1.6rem;
	}
}

@media (min-width: 769px){
header nav {
	display: block !important;
	}
}


/* ---------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------- */
h2 {
	text-align: center;
	margin: 0 0 40px 0;
	}

h2 img {
	height: 55px;
	}

.fadein {
	opacity: 0;
	transform: translate(0, -30px);
	transition: all 1s;
	}
 
.fadein.active {
	opacity: 1;
	transform: translate(0, 0);
	}

@media (max-width: 768px){
h2 img {
	height: 50px;
	}
}

@media (max-width: 640px){
h2 {
	margin: 0 0 30px 0;
	}

h2 img {
	height: 45px;
	}
}


/* ---------------------------------------------------------- */
/* BANNER
/* ---------------------------------------------------------- */
#banner {
	line-height: 0;
	background: url(../img/common/bg_red.png);
	border-image: linear-gradient(to right, #e6c37d 0%, #ffe6af 50%, #e6c37d 100%) 1/5px 0 5px 0;
	border-bottom-top: solid;
	border-bottom-style: solid;
	text-align: center;
	padding: 20px 0;
	}

#banner ul {
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	}

#banner ul li {
	width: 250px;
	padding: 0 10px;
	}

#banner ul li a:hover {
	opacity: 0.7;
	}

#banner ul li img {
	width: 100%;
	}

@media (max-width: 768px){
#banner {
	padding: 20px 10px;
	}

#banner ul {
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	}

#banner ul li {
	width: 33.33333%;
	}
}

@media (max-width: 640px){
#banner {
	padding: 15px;
	}

#banner ul li {
	width: 50%;
	padding: 5px;
	}
}


/* ---------------------------------------------------------- */
/* MOVIE */
/* ---------------------------------------------------------- */
#movie {
	height: 600px;
	margin: auto;
	position: relative;
	overflow: hidden;
	z-index: 10;
	}

#movie a {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 1;
	}

#movie a:hover {
	background: none;
	}

#movie:after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/index/bg_movie.jpg?20210627) no-repeat center center;
	background-size: cover;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	transition: all 0.8s ease;
	display: block;
	position: absolute;
	}

#movie:hover:after {
	transform: scale(1.05);
	}

@media (max-width: 768px){
#movie {
	margin: auto;
	}

#movie a img {
	width: 70px;
	}
}

@media (max-width: 640px){
#movie {
	height: 250px;
	}

#movie a img {
	width: 60px;
	}
}


/* ---------------------------------------------------------- */
/* INFOMATION */
/* ---------------------------------------------------------- */
#information {
	background: #01a4a7;
	padding: 50px 0;
	}

#information #informationWrapper {
	width: 1100px;
	margin: auto;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: relative;
	z-index: 1;
	}

#information h2 {
	text-align: center;
	margin: 0 0 15px 0;
	}

#information h2 img {
	height: 26px;
	}

#information .bg {
	width: 100%;
	height: 305px;
	background: #fff;
	border: 5px solid #e6c37d;
	margin: 0 0 20px 0;
	padding: 30px;
	position: relative;
	}

#information .bg::before {
	content: '';
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background:
		url(../img/common/bg_contents_01.png) top left no-repeat ,
		url(../img/common/bg_contents_02.png) top right no-repeat ,
		url(../img/common/bg_contents_03.png) bottom right no-repeat ,
		url(../img/common/bg_contents_04.png) bottom left no-repeat;
	background-size: 25px 25px;
	border: 1px solid #e6c37d;
	top: 3px;
	left: 3px;
	position: absolute;
	}

#information .btn {
	width: 150px;
	color: #fff;
	text-align: center;
	background: #dc3e4a;
	margin: auto;
	padding: 10px;
	display: block;
	position: relative;
	}

#information .btn::before ,
#information .btn::after {
	content: "";
	width: 5px;
	height: 5px;
	top: 50%;
	right: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -4px 0 0 0;
	position: absolute;
	display: block;
	z-index: 4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

#information .btn::after {
	right: 15px;
	}

#information .btn:hover {
	background: #e6c37d;
	}

/* 最新情報 */
#news {
	width: 530px;
	margin: 0 40px 0 0;
	}

#news ul li {
	border-top: 1px dashed #e6c37d;
	}

#news ul li:first-child {
	border-top: none;
	margin: -15px 0 0 0;
	}

#news ul li a {
	width: 100%;
	color: #2b2b2b;
	padding: 10px 0;
	display: block;
	position: relative;
	z-index: 1;
	}

#news ul li a time {
	font-family: 'Paytone One';
	color: #dc3e4a;
	line-height: 1;
	}

#news ul li a p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

#news ul li a:hover p {
	color: #aaa;
	}

/* Twitter */
#twitter {
	width: 530px;
	}

#twitter .tweet {
	position: relative;
	z-index: 1;
	}

@media (max-width: 768px){
#information {
	width: 100%;
	margin: auto;
	padding: 50px 40px;
	}

#information #informationWrapper {
	width: 100%;
	display: block;
	}

/* 最新情報 */
#news {
	width: 100%;
	font-size: 1.2rem;
	margin: 0 0 40px 0;
	}

#news .bg {
	height: auto;
	padding: 20px 30px;
	}

#news ul li:first-child {
	margin: 0;
	}

/* Twitter */
#twitter {
	width: 100%;
	}

#twitter iframe {
	width: 740px !important;
	}
}

@media (max-width: 640px){
#information {
	padding: 40px 20px;
	}

#information h2 img {
	height: 22px;
	}

#information .bg {
	background-size: 12px 12px;
	padding: 20px;
	}

#information .bg::before {
	background-size: 20px 20px;
}

#information .btn {
	width: 40%;
	padding: 10px;
	}

/* 最新情報 */
#news {
	margin: 0 0 30px 0;
	}

#news .bg {
	padding: 13px 25px;
	}

/* Twitter */
#twitter .bg {
	height: 285px;
	}
}


/* ---------------------------------------------------------- */
/* INTRODUCTION */
/* ---------------------------------------------------------- */
#introduction {
	background: url(../img/index/bg_introduction_top.png) top left no-repeat ,
				url(../img/index/bg_introduction.png) center center no-repeat;
	background-size: 332px auto , auto;
	padding: 120px 0;
	position: relative;
	}

#introduction .bg_top {
	top: -140px;
	left: 0;
	position: absolute;
	}

#introduction .bg_top img {
	width: 300px;
	}

#introduction .bg_bottom {
	bottom: -110px;
	right: 0;
	position: absolute;
	}

#introduction .bg_bottom img {
	width: 300px;
	}

#introduction h3 {
	width: 502px;
	height: 64px;
	background: url(../img/index/txt_introduction.png) no-repeat;
	background-size: cover;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 auto 30px auto;
	}

#introduction p {
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: center;
	margin: 0 0 20px 0;
	}

#introduction p strong {
	font-size: 1.8rem;
	}

#introduction p br.tb {
	display: none;
	}

#introduction .about {
	text-align: center;
	margin: 50px 0 0 0;
	}

#introduction .about ul {
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	}

#introduction .about ul li {
	margin: 0 10px;
	}

#introduction .about ul li a {
	width: 250px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 15px 40px;
	position: relative;
	}

#introduction .about ul li a::before ,
#introduction .about ul li a::after {
	content: "";
	width: 5px;
	height: 5px;
	top: 50%;
	right: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -3px 0 0 0;
	position: absolute;
	display: block;
	z-index: 4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

#introduction .about ul li a::after {
	right: 15px;
	}

#introduction .about ul li.about1 a {
	background: url(../img/index/ico_about1.png) center left 12px no-repeat #dc3e4a;
	background-size: 18px 16px;
	}

#introduction .about ul li.about2 a {
	background: url(../img/index/ico_about2.png) center left 13px no-repeat #dc3e4a;
	background-size: 16px 22px;
	}

#introduction .about ul li.about1 a:hover {
	background: url(../img/index/ico_about1.png) center left 12px no-repeat #e6c37d;
	background-size: 18px 16px;
	}

#introduction .about ul li.about2 a:hover {
	background: url(../img/index/ico_about2.png) center left 13px no-repeat #e6c37d;
	background-size: 16px 22px;
	}

@media (max-width: 768px){
#introduction {
	text-align: center;
	background: url(../img/index/bg_introduction_top.png) top left no-repeat ,
				url(../img/index/bg_introduction_sp.png) top center no-repeat;
	background-size: 200px auto , contain;
	margin: 0;
	padding: 80px 40px;
	}

#introduction .bg_top {
	top: -90px;
	}

#introduction .bg_bottom {
	bottom: -100px;
	}

#introduction .bg_top img ,
#introduction .bg_bottom img {
	width: 200px;
	}

#introduction p br.tb {
	display: inline-block;
	}

#introduction .about {
	margin: 40px 0 0 0;
	}
}

@media (max-width: 640px){
#introduction {
	background-size: 120px auto , contain;
	padding: 60px 30px;
	}

#introduction .bg_top {
	top: -60px;
	}

#introduction .bg_bottom {
	bottom: -40px;
	}

#introduction .bg_top img ,
#introduction .bg_bottom img {
	width: 120px;
	}

#introduction h3 {
	width: 80%;
	height: 0;
	background: url(../img/index/txt_introduction_sp.png);
	background-size: cover;
	padding: 38.54389% 0 0 0;
	}

#introduction p {
	font-size: 1.4rem;
	text-align: left;
	}

#introduction p strong {
	font-size: 1.6rem;
	}

#introduction p br.tb {
	display: none;
	}

#introduction .about ul {
	display: block;
	}

#introduction .about ul li {
	margin: 0 0 10px 0;
	}

#introduction .about ul li:last-child {
	margin: 0;
	}

#introduction .about ul li a {
	width: 80%;
	}
}


/* ---------------------------------------------------------- */
/* STAFF */
/* ---------------------------------------------------------- */
#staff_cast {
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	background: url(../img/index/bg_staff_cast.png) bottom center no-repeat , #01a4a7;
	padding: 120px 0;
	}

#staff_cast #staff_castWrapper {
	width: 1100px;
	margin: auto;
	}

#staff_cast .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 0 60px 0;
	}

#staff_cast .box:last-child {
	margin: 0;
	}

#staff_cast h3 {
	width: 300px;
	font-size: 4.0rem;
	font-family: 'Paytone One';
	line-height: 1;
	margin: 10px 0 0 0;
	position: relative;
	}

#staff_cast h3:after {
	content: "";
	width: 100px;
	height: 2px;
	background: #fff;
	top: 25px;
	right: 50px;
	margin: -2px 0 0 0;
	position: absolute;
	}

#staff_cast ul {
	width: 800px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	}

#staff_cast ul li {
	width: 50%;
	margin: 0 0 20px 0;
	text-align: left;
	}

#staff_cast ul li.author {
	width: 100%;
	}

#staff_cast ul li dl dt {
	font-size: 1.4rem;
	color: #ffe6af;
	}

#staff_cast ul li dl dd {
	font-size: 2.4rem;
	}

#staff_cast ul li dl dd small {
	font-size: 1.6rem;
	}

#staff_cast ul li dl dd a {
	margin: 0 0 0 10px;
	}

#staff_cast ul li dl dd a:hover {
	opacity: 0.7;
	}

#staff_cast ul li dl dd a img {
	width: 30px;
	vertical-align: baseline;
	}

@media (max-width: 768px){
#staff_cast {
	background-size: contain;
	margin: 0;
	padding: 80px 40px 150px 40px;
	}

#staff_cast #staff_castWrapper {
	width: 100%;
	}

#staff_cast .box {
	margin: 0 0 50px 0;
	display: block;
	}

#staff_cast h3 {
	width: 100%;
	font-size: 2.2rem;
	margin: 0 0 20px 0;
	}

#staff_cast h3:after {
	display: none;
	}

#staff_cast ul {
	width: 100%;
	}

#staff_cast ul li.author {
	width: 100%;
	}

#staff_cast ul li dl dd {
	font-size: 2.0rem;
	}

#staff_cast ul li dl dd small {
	font-size: 1.4rem;
	}

#staff_cast ul li dl dd a img {
	width: 23px;
	}
}

@media (max-width: 640px){
#staff_cast {
	padding: 60px 30px 150px 30px;
	}

#staff_cast .box {
	margin: 0 0 30px 0;
	}

#staff_cast ul li dl dt {
	font-size: 1.2rem;
	}

#staff_cast ul li dl dd {
	font-size: 1.8rem;
	}
}


/* ------------------------------------------------------- */
/* PAGE TOP
---------------------------------------------------------- */
#pageTop {
	bottom: 15px;
	right: 15px;
	display: block;
	position: fixed;
	z-index: 80;
	}

#pageTop:hover {
	opacity: 0.7;
	}

#pageTop img {
	width: 60px;
	}

@media (max-width: 768px){
#pageTop {
	bottom: 10px;
	right: 10px;
	}

#pageTop img {
	width: 45px;
	}
}


/* ---------------------------------------------------------- */
/* footer */
/* ---------------------------------------------------------- */
footer {
	color: #fff;
	background: url(../img/common/bg_red.png);
	border-image: linear-gradient(to right, #e6c37d 0%, #ffe6af 50%, #e6c37d 100%) 1/5px 0 0 0;
	border-bottom-top: solid;
	border-bottom-style: solid;
	text-align: center;
	padding: 65px 0 60px 0;
	}

footer ul.share {
	width: 220px;
	background: url(../img/common/bg_sns_left.png) left center no-repeat ,
				url(../img/common/bg_sns_right.png) right center no-repeat;
	background-size: 14px 30px;
	margin: 0 auto 40px auto;
	padding: 0 35px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	}

footer ul.share li {
	margin: 0 10px;
	}

footer ul.share li img {
	width: 30px;
	}

footer ul.banner {
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	margin: 0 auto 40px auto;
	}

footer ul.banner li {
	width: 240px;
	margin: 0 10px;
	}

footer ul.banner li img {
	width: 100%;
	}

footer ul.share li a:hover ,
footer ul.banner li a:hover {
	opacity: 0.7;
	}

footer .copyright {
	font-size: 1.2rem;
	}

@media (max-width: 768px){
footer {
	padding: 65px 32.5px 60px 32.5px;
	}

footer ul.banner li {
	width: 50%;
	margin: 0 7.5px;
	}

footer ul.banner li.long {
	width: 100%;
	}

footer ul.banner li.long img {
	width: 50%;
	}
}

@media (max-width: 640px){
footer {
	padding: 45px 25px 40px 25px;
	}

footer .banner {
	margin: 0 auto 30px auto;
	}

footer .banner ul {
	flex-wrap: wrap;
	}

footer .banner ul li {
	width: calc(50% - 10px);
	margin: 0 5px 10px 5px;
	}

footer ul.banner li.long img {
	width: 80%;
	}

footer ul.share {
	margin: 0 auto 30px auto;
	}

footer .copyright {
	font-size: 1.0rem;
	}
}


/* ---------------------------------------------------------- */
/* magnific-popup */
/* ---------------------------------------------------------- */
.mfp-container {
	padding-left: 20px;
	padding-right: 20px;
	}

button.mfp-close {
	width: 40px !important;
	height: 40px;
	background: #dc3e4a;
	border-radius: 50px;
	top: -20px !important;
	right: -20px !important;
	opacity: 1;
	display: block;
	padding: 0;
	z-index: 100;
	cursor: pointer;
	overflow: hidden;
	text-indent: 120%;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	}

button.mfp-close:hover {
	background: #e6c37d;
	}

button.mfp-close:before ,
button.mfp-close:after {
	content:"";
	width: 1px;
	height: 20px;
	background: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position:absolute;
	display:inline-block;
	}

button.mfp-close:before {
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}

button.mfp-close:after{
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.7;
	}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
	}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	}

.popupWrapper {
	max-width: 800px;
	background: #fff;
	border: 5px solid #e6c37d;
	margin: auto;
	padding: 40px;
	position: relative;
	}

.popupWrapper.cast {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	}

.popupWrapper::before {
	content: '';
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background:
	url(../img/common/bg_contents_01.png) top left no-repeat ,
	url(../img/common/bg_contents_03.png) bottom right no-repeat;
	background-size: 25px 25px;
	border: 1px solid #e6c37d;
	top: 3px;
	left: 3px;
	position: absolute;
	}

.popupWrapper.cast .photo {
	width: 40%;
	padding: 0 40px 0 0;
	}

.popupWrapper.cast .photo img {
	width: 100%;
	}

.popupWrapper.cast .text {
	width: 60%;
	}

.popupWrapper .title {
	font-size: 2.6rem;
	font-weight: bold;
	border-bottom: 1px dashed #e6c37d;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	}

@media (max-width: 640px){
.mfp-content {
	margin: 20px auto;
	}

button.mfp-close {
	width: 30px !important;
	height: 30px;
	top: -20px !important;
	right: -15px !important;
	}

button.mfp-close:before{
	height: 15px;
	}

button.mfp-close:after{
	height: 15px;
	}

.popupWrapper {
	padding: 25px;
	}

.popupWrapper::before {
	background-size: 15px 15px;
	}

.popupWrapper.cast {
	display: block;
	}

.popupWrapper.cast .photo {
	width: 100%;
	text-align: center;
	padding: 0 0 20px 0;
	}

.popupWrapper.cast .photo img {
	width: 50%;
	}

.popupWrapper.cast .text {
	width: 100%;
	}

.popupWrapper .title {
	font-size: 1.8rem;
	margin: 0 0 10px 0;
	}
}