@charset "utf-8";

/* ---------------------------------------------------------- */
/* header */
/* ---------------------------------------------------------- */
header {
	width: 100%;
	min-width: 1200px;
	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;
	}

header .btn {
	display: none;
	}

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

header h1 {
	font-size: 0;
	}

header h1 a {
	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 .menu {
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	margin-left: auto;
	}

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

header .menu li a::after {
	content: '';
	width: 100%;
	height: 40px;
	top: -12px;
	left: 50%;
	background: center center no-repeat;
	background-size: auto 40px;
	margin-left: -50%;
	-webkit-transition: all 0.5s ease;
	-webkit-transform: scale(0.1);
	-webkit-transform-origin: center;
	-ms-transform: all 0.5s ease;
	-ms-transform: scale(0.1);
	-ms-transform-origin: center;
	transform: scale(0.1);
	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 40px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	}

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

header .sns li {
	margin: 0 10px 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;
	}

@media (max-width: 1220px){
header h1 a {
	width: 62px;
	height: 35px;
	background-size: 62px 35px;
	}
}

@media (max-width: 768px){
header {
	width: auto;
	min-width: auto;
	text-align: right;
	background: none;
	border: none;
	border-image: none;
	top: 0;
	left: auto !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;
	padding: 30px 0;
	top: 0;
	left: 0;
	position: fixed;
	visibility: hidden;
	opacity: 0;
	transition: opacity .35s , visibility .35s;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	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 {
	width: 100%;
	display: block;
	}

header h1 a {
	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 .menu {
	display: block;
	}

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

header .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 {
	background: none;
	}

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

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

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

.scroll {
	overflow: hidden;
	}
}

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

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


/* ---------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------- */
#wrapper {
	min-height: 800px;
	background: url(../img/common/bg_contents.png) no-repeat fixed #01a4a7;
	background-size: cover;
	padding: 70px 0 0 0;
	}

#wrapper h1 {
	display: none;
	}

#wrapper h2 {
	text-align: center;
	margin: 0 0 40px 0;
	}

#wrapper 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){
#wrapper {
	min-height: auto;
	background: none;
	padding: 0;
	position: relative;
	}

#wrapper::before {
	content:"";
	width: 100%;
	height: 100vh;
	background: url(../img/common/bg_contents_sp.png) top center no-repeat #01a4a7;
	background-size: cover;
	position: fixed;
	z-index: -1;
	}

#wrapper h1 {
	top: 15px;
	left: 15px;
	position: absolute;
	z-index: 1;
	display: block;
	}

#wrapper h1 img {
	width: 20%;
	}

#wrapper h2 img {
	height: 50px;
	}
}

@media (max-width: 640px){
#wrapper h1 img {
	width: 25%;
	}

#wrapper h2 {
	margin: 0 0 30px 0;
	}

#wrapper h2 img {
	height: 45px;
	}
}


/* ------------------------------------------------------- */
/* 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::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 .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 .title {
	font-size: 1.8rem;
	margin: 0 0 10px 0;
	}
}