@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400&display=swap');
/* font-family: 'Oswald', sans-serif;*/

/* ----------------------------------------
- RESET BROWSER EFFECT
---------------------------------------- */
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;line-height:1;box-sizing: border-box;}article,main,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,th,var{font-style:normal;}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:after,q:before{content:''}abbr,acronym{border:0}img{vertical-align:top}
/* ----------------------------------------
- MODULE
---------------------------------------- */

/* tel
----------------------------------------------------- */
a.tel,
.pc a.tel{
	text-decoration:none!important;
}
.sd a.tel{
	text-decoration:underline!important;
}

/* ----------------------------------------
- FORMAT
---------------------------------------- */
html {
	font-size: 62.5%;
	height: 100%;
	overflow-y:scroll;
}
body {
	position: relative;
	color: #333;
	font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	height: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	box-sizing: border-box;
}
a {
	text-decoration:underline;
	outline:none;
	color: #004ea2;
}
a:hover {
	text-decoration:none;
}
a img {
	-moz-transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
a:hover img {
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	opacity: 0.5;
}
img.fix {
	width: 100%;
	height: auto;
}
img.object-fit{
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover;'
}

#wrapper {
	position: relative;
	background-color: #fff;
	z-index: 10;
}



#contents {
	width: 100%;
	/*max-width: 1280px;*/
	margin: 0 auto;
	padding-top: 70px;
}
#mv {
	width: 100%;
	height: 40vw;
	overflow: hidden;
}
@media only screen and (max-width:1280px) {
	#contents {
		width: 100%;
		padding-top: 65px;
	}
}
@media only screen and (max-width:768px) {
	#contents {
		padding-top: 60px;
	}
	#mv {
		height: 70vw;
	}
	#mv .mvInner {
		height: 70vw;
		background-image: url('../images/mv02.jpg?20220701');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
	}
}
@media only screen and (max-width:480px) {
	#contents {
		padding-top: 50px;
	}
	#mv {
		height: 97.5vw;
	}
	#mv .mvInner {
		height: 97.5vw;
	}
}
@media only screen and (min-width: 768px) {
	#mv .mvInner {
		height: 40vw;
		background-image: url('../images/mv01.jpg?20220701');
		background-repeat: no-repeat;
		background-size: cover;
	}
}

#coupons {
	width: 100%;
	background-color: #fff;
	padding: 7.5rem 0 7.5rem;
	overflow: hidden;
}
#coupons .articlesInner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	text-align: left;
}
#gravures {
	width: 100%;
	background-color: #e5edf6;
	padding: 7.5rem 0 7.5rem;
	overflow: hidden;
}
#gravures .articlesInner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	text-align: left;
}
@media only screen and (max-width:1280px) {
	#coupons,
	#gravures {
		padding: 5rem 0;
	}
}
@media only screen and (max-width:768px) {
	#coupons,
	#gravures {
		padding: 4.5rem 0;
	}
}
@media only screen and (max-width:480px) {
	#coupons,
	#gravures {
		padding: 4.0rem 0;
	}
}


.tpTitle {
	color:#004ea2;
	font-weight: 700;
	line-height: 1;
	margin: 0 auto 3.5rem auto;
	text-align: center;
	font-size: 4rem;
}
.tpTitle small {
	display: block;
	margin-top: 2.5rem;
	font-size: 1.6rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	letter-spacing: 0.5rem;
	text-indent: 0.5rem;
}
.tpTitle em {
	display: block;
	margin: 2.5rem auto 0;
	font-size: 1.7rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 0.75rem;
	text-indent: 0.75rem;
	text-align: center;
	width: 15rem;
	background-color: #004ea2;
	line-height: 3.4rem;
	border-radius: 1.7rem;
	color: #fff;
}
.tpTitle::before {
	content:'';
	display: block;
	margin: 0 auto 2.5rem;
	width: 150px;
	height: 50px;
}
.tpTitle::after {
	content:'';
	display: block;
	margin: 2rem auto 0;
	width: 400px;
	height: 28px;
	background: url('../images/fukidashi.png') no-repeat center center / contain;
}
#coupons .tpTitle::before {
	background: url('../images/icon_cpn.png') no-repeat center center / contain;
}
#gravures .tpTitle::before {
	background: url('../images/icon_gravure.png') no-repeat center center / contain;
}
.cpndate {
	width: 35%;
	margin: 0 auto 5rem;
}
@media only screen and (max-width:1280px) {
	.tpTitle {
		margin: 0 auto 3.0rem auto;
		font-size: 3.6rem;
	}
	.tpTitle small {
		margin-top: 2.25rem;
		font-size: 1.5rem;
	}
	.tpTitle::before {
		margin: 0 auto 2.0rem;
		height: 40px;
	}
	.tpTitle::after {
		margin: 1.75rem auto 0;
		height: 25px;
	}
	.cpndate {
		width: 45%;
		margin: 0 auto 4.5rem;
	}
}
@media only screen and (max-width:768px) {
	.tpTitle {
		margin: 0 auto 3.0rem auto;
		font-size: 3.0rem;
	}
	.tpTitle small {
		font-size: 1.4rem;
	}
	.tpTitle::before {
		height: 36px;
	}
	.tpTitle::after {
		width: 100%;
		height: 22px;
	}
	.cpndate {
		width: 65%;
		margin: 0 auto 4rem;
	}
}
@media only screen and (max-width:480px) {
	.tpTitle {
		margin: 0 auto 2.5rem auto;
		font-size: calc(80vw / 11);
	}
	.tpTitle small {
		font-size: 1.3rem;
	}
	.tpTitle::before {
		height: 30px;
	}
	.tpTitle::after {
		height: 20px;
	}
	.cpndate {
		width: 97.5%;
		margin: 0 auto 3.5rem;
	}
}


.btn {
	display: block;
	margin-top: 3.5rem;
	width: auto;
	text-align: center;
}
.btn a {
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 36px;
	padding: 1rem 7.5rem;
	text-decoration: none;
	color: #004ea2;
	background-color: #fff;
	border: 2px solid #004ea2;
	cursor: pointer;
	-moz-transition: linear 0.25s all;
	-webkit-transition: linear 0.25s all;
	-ms-transition: linear 0.25s all;
	transition: linear 0.25s all;
}
.btn a:hover {
	background-color: #004ea2;
	color: #fff;
}
.btn a::before,
.btn a::after {
	position: absolute;
	content: '';
	display: block;
	width: 17px;
	height :1px;
	top: 50%;
	left: 10%;
	border-top: 2px solid #004ea2;
}
.btn a:hover::before,
.btn a:hover::after {
	border-top: 2px solid #fff;
}
.btn a::after {
	transform: rotate(90deg);
}
@media only screen and (max-width:768px) {
	.btn {
		margin-top: 3.0rem;
	}
	.btn a {
		font-size: 1.5rem;
		line-height: 34px;
	}
}
@media only screen and (max-width:480px) {
	.btn {
		margin-top: 2.5rem;
	}
	.btn a {
		display:block;
		font-size: 1.4rem;
		line-height: 32px;
		margin: 0 5%;
	}
	.btn a::before,
	.btn a::after {
		left: 5%;
	}
}


.gbtn {
	display: inline-block;
	width: auto;
}
.gbtn a {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 36px;
	padding: 0.75rem 5rem;
	text-decoration: none;
	color: #004ea2;
	background-color: #fff;
	border: 2px solid #004ea2;
}
.gbtn a:hover {
	background-color: #004ea2;
	color: #fff;
}
.gbtn .disabled,
.gbtn .disabled:hover {
	cursor: default;
	font-size: 1.6rem;
	line-height: 36px;
	padding: 0.75rem 5rem;
	text-decoration: none;
	color: #bbb;
	background-color: #dedede;
	border: 2px solid #dedede;
}
@media only screen and (max-width:768px) {
	.gbtn a {
		display: none;
		font-size: 1.5rem;
		line-height: 32px;
		padding: 40.75rem 4rem;
		text-decoration: none;
	}
	.gbtn .disabled,
	.gbtn .disabled:hover {
		font-size: 1.5rem;
		line-height: 32px;
		padding: 0.75rem 4rem;
	}
}
@media only screen and (max-width:480px) {
	.gbtn a {
		font-size: 1.4rem;
		line-height: 30px;
		padding: 0.5rem 3rem;
	}
	.gbtn .disabled,
	.gbtn .disabled:hover {
		font-size: 1.4rem;
		line-height: 30px;
		padding: 0.5rem 3rem;
	}
}

.backPageBtn {
	display: block;
	width: 100%;
	max-width: 920px;
	text-align: center;
	margin: 5rem auto 0;
}
.backPageBtn a {
	display: block;
	font-size: 1.8rem;
	line-height: 36px;
	padding: 2rem 5rem;
	text-decoration: none;
	color: #fff;
	border: 1px solid #004ea2;
	background-color: #004ea2;
	-moz-transition: linear 0.25s all;
	-webkit-transition: linear 0.25s all;
	-ms-transition: linear 0.25s all;
	transition: linear 0.25s all;
	opacity: 1;
}
.backPageBtn a:hover {
	opacity: 0.7;
}
@media only screen and (max-width:1280px) {
	.backPageBtn {
		width: 95%;
		max-width: auto;
		margin: 3.5rem auto 0;
	}
}
@media only screen and (max-width:768px) {
	.backPageBtn {
		margin: 2.5rem auto 0;
	}
	.backPageBtn a {
		font-size: 1.6rem;
		line-height: 30px;
		padding: 1.75rem 2.5rem;
	}
}
@media only screen and (max-width:480px) {
	.backPageBtn a {
		font-size: 1.5rem;
		line-height: 22px;
		padding: 1.5rem 1.5rem;
	}
}

.tagTabs {
	display: flex;
	width: auto;
	max-width: 1280px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: 0 0;
}
.tagTabs li {
	position: relative;
	width: 24%;
	height: 80px;
	margin: 0.5%;
	background-color: #bfd3e8;
	background-image: url('../images/bg_cpn.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
}
.tagTabs li.active {
	background-color: #004ea2;
	color: #fff;
}
.tagTabs li:hover {
	background-color: #004ea2;
	color: #fff;
}
.tagTabs li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 0 0 1.5rem;
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.tagTabs li:nth-child(1) {
	background-color: #004ea2;
}
.tagTabs li:nth-child(2) {
	background-color: #258f9d;
}
.tagTabs li:nth-child(3) {
	background-color: #448043;
}
.tagTabs li:nth-child(4) {
	background-color: #cf9132;
}
.tagTabs li:nth-child(5) {
	background-color: #d2503f;
}
.tagTabs li:nth-child(6) {
	background-color: #b6375d;
}
.tagTabs li:nth-child(7) {
	background-color: #692e7c;
}

.tagTabs li a small {
	display: block;
	font-size: 0.85em;
	margin-top: 0.75rem;
}
@media only screen and (max-width:1280px) {
	.tagTabs {
		padding: 0 2.5;
	}
	.tagTabs li {
		width: 32.33%;
		height: 75px;
	}
	.tagTabs li a {
		font-size: 1.75rem;
	}
}

@media only screen and (max-width:768px) {
	.tagTabs li {
		height: 70px;
	}
	.tagTabs li a {
		font-size: 1.6rem;
		padding: 0 0 0 1.0rem;
	}
}
@media only screen and (max-width: 480px) {
	.tagTabs li {
		width: 48%;
		height: 60px;
		margin: 1%;
	}
	.tagTabs li:nth-child(1) {
		width: 98%;
	}
	.tagTabs li a {
		font-size: 1.5rem;
	}
}


#embdArea {
	margin-top: 5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	box-sizing: border-box;
}
#embdArea h3 {
	width: 100%;
	margin: 3.5rem auto 4.5rem;
	text-align: center;
}
#embdArea h3 em {
	position: relative;
	display: inline-block;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 1.5rem 5rem;
}
#embdArea h3 em br {
	display: none;
}
#embdArea h3 em small{
	font-size: 0.7em;
}
#embdArea h3 em::before,
#embdArea h3 em::after {
	position: absolute;
	content: '';
	top: 0;
	width: 10px;
	height: 100%;
}
#embdArea h3 em::before {
	left: 0;
}
#embdArea h3 em::after {
	right: 0;
}
#embdArea h3.b em {
	color: #004ea2;
}
#embdArea h3.b em::before,
#embdArea h3.b em::after {
	border-top: 2px solid #004ea2;
	border-bottom: 2px solid #004ea2;
}
#embdArea h3.b em::before {
	border-left: 2px solid #004ea2;
}
#embdArea h3.b em::after {
	border-right: 2px solid #004ea2;
}
#embdArea h3.b0 em {
	color: #258f9d;
}
#embdArea h3.b0 em::before,
#embdArea h3.b0 em::after {
	border-top: 2px solid #258f9d;
	border-bottom: 2px solid #258f9d;
}
#embdArea h3.b0 em::before {
	border-left: 2px solid #258f9d;
}
#embdArea h3.b0 em::after {
	border-right: 2px solid #258f9d;
}
#embdArea h3.b1 em {
	color: #448043;
}
#embdArea h3.b1 em::before,
#embdArea h3.b1 em::after {
	border-top: 2px solid #448043;
	border-bottom: 2px solid #448043;
}
#embdArea h3.b1 em::before {
	border-left: 2px solid #448043;
}
#embdArea h3.b1 em::after {
	border-right: 2px solid #448043;
}
#embdArea h3.b2 em {
	color: #cf9132;
}
#embdArea h3.b2 em::before,
#embdArea h3.b2 em::after {
	border-top: 2px solid #cf9132;
	border-bottom: 2px solid #cf9132;
}
#embdArea h3.b2 em::before {
	border-left: 2px solid #cf9132;
}
#embdArea h3.b2 em::after {
	border-right: 2px solid #cf9132;
}
#embdArea h3.b3 em {
	color: #d2503f;
}
#embdArea h3.b3 em::before,
#embdArea h3.b3 em::after {
	border-top: 2px solid #d2503f;
	border-bottom: 2px solid #d2503f;
}
#embdArea h3.b3 em::before {
	border-left: 2px solid #d2503f;
}
#embdArea h3.b3 em::after {
	border-right: 2px solid #d2503f;
}
#embdArea h3.b4 em {
	color: #b6375d;
}
#embdArea h3.b4 em::before,
#embdArea h3.b4 em::after {
	border-top: 2px solid #b6375d;
	border-bottom: 2px solid #b6375d;
}
#embdArea h3.b4 em::before {
	border-left: 2px solid #b6375d;
}
#embdArea h3.b4 em::after {
	border-right: 2px solid #b6375d;
}
#embdArea h3.b5 em {
	color: #692e7c;
}
#embdArea h3.b5 em::before,
#embdArea h3.b5 em::after {
	border-top: 2px solid #692e7c;
	border-bottom: 2px solid #692e7c;
}
#embdArea h3.b5 em::before {
	border-left: 2px solid #692e7c;
}
#embdArea h3.b5 em::after {
	border-right: 2px solid #692e7c;
}

#embdArea .entry {
	display: none;
	position: relative;
	width: 33.3%;
	margin: 0 0;
	padding: 2.5rem;
	border-right: 2px dotted #dedede;
	border-bottom: 2px dotted #dedede;
}
#embdArea .entry:nth-child(2),
#embdArea .entry:nth-child(3),
#embdArea .entry:nth-child(4) {
	border-top: 2px dotted #dedede;
}
#embdArea .entry:nth-child(3n+1) {
	border-right: none;
}
#embdArea .entry_inner {
	text-align: center;
}
#embdArea .block_area {
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
	padding: 1.0rem;
	background-color: #333;
	color: #fff;
}
#embdArea .entry_inner .photoArea {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background-color: #000;
	z-index: 1;
	border-radius: 10px;
}
#embdArea .entry_inner .photoArea a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
	transition: 0.7s all;
	border-radius: 10px;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
}
#embdArea .entry_inner .photoArea a:hover img {
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	opacity: 0.35;
}
#embdArea .entry_inner .photoArea .link-btn {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 300;
	white-space: nowrap;
	border: 1px solid #fff;
	padding: 15px 45px;
	text-align: center;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
#embdArea .entry_inner .photoArea a:hover .link-btn {
	display: block;
}
@media only screen and (max-width:768px) {
	#embdArea {
		margin-top: 2.5rem;
	}
	#embdArea h3 {
		margin: 2.5rem auto 3.5rem;
	}
	#embdArea h3 em {
		font-size: 2.4rem;
		padding: 1.25rem 3.5rem;
	}
	#embdArea h3 em br {
		display: block;
	}
	#embdArea .entry {
		width: 50%;
		padding: 1.5rem;
	}
	#embdArea .entry:nth-child(4) {
		border-top: none;
	}
	#embdArea .entry:nth-child(even) {
		border-right: 2px dotted #dedede;
	}
	#embdArea .entry:nth-child(odd) {
		border-right: none;
	}
	#embdArea .block_area {
		margin-bottom: 1.25rem;
		font-size: 1.4rem;
		padding: 0.75rem;
	}
	#embdArea .entry_inner .photoArea {
		border-radius: 7px;
	}
	#embdArea .entry_inner .photoArea a img {
		border-radius: 7px;
		box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.3);
	}
	#embdArea .entry_inner .photoArea .link-btn {
		font-size: 1.5rem;
		font-weight: 300;
		padding: 15px 35px;
	}
}
@media only screen and (max-width: 480px) {
	#embdArea {
		margin-top: 1.5rem;
	}
	#embdArea h3 {
		margin: 2.0rem auto 3rem;
	}
	#embdArea h3 em {
		font-size: 2.0rem;
		padding: 1.0rem 3.0rem;
	}
	#embdArea .entry {
		padding: 1.0rem;
	}
	#embdArea .entry_inner .photoArea {
		border-radius: 5px;
	}
	#embdArea .entry_inner .photoArea a img {
		border-radius: 5px;
		box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	}
	#embdArea .entry_inner .photoArea .link-btn {
		padding: 13px 30px;
	}
}

/*--------------------------------------------
モーダルウィンドウ
--------------------------------------------*/
.modal_overlay {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 699;
	background-color: rgba(0, 0, 0, 0.85);
}
#modalEmbdArea .modal_wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 700;
}
#modalEmbdArea .modal_wrapper .modal_content {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 65vw;
	max-width: 620px;
	height: calc(100vh * 0.8);
	max-height: 780px;
	background: #fff;
	transform: translateX(-50%)  translateY(-50%);
	border-radius: 1rem;
	padding: 1rem;
	z-index: 702;
}
#modalEmbdArea .modal_wrapper .modal_content_inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 2rem;
	overflow-y: auto;
	z-index: 703;
}
#modalEmbdArea .modal_wrapper .modal_emb {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
}
#modalEmbdArea .modal_wrapper .modal_emb h3 {
	font-size: 2rem;
	font-weight: 500;
	padding: 1rem;
	text-align: center;
	margin-bottom: 1.5rem;
	color: #fff;
}
#modalEmbdArea .modal_wrapper .modal_emb h3.b0 {
	background-color: #258f9d;
}
#modalEmbdArea .modal_wrapper .modal_emb h3.b1 {
	background-color: #448043;
}
#modalEmbdArea .modal_wrapper .modal_emb h3.b2 {
	background-color: #cf9132;
}
#modalEmbdArea .modal_wrapper .modal_emb h3.b3 {
	background-color: #d2503f;
}
#modalEmbdArea .modal_wrapper .modal_emb h3.b4 {
	background-color: #b6375d;
}
#modalEmbdArea .modal_wrapper .modal_emb h3.b5 {
	background-color: #692e7c;
}
#modalEmbdArea .modal_wrapper .modal_emb img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 4rem;
	border-radius: 1rem;
	box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.3);
}
#modalEmbdArea .modal_wrapper .modal_text {
	margin: 0 auto;
	width: auto;
	height: auto;
	font-size: 1.6rem;
	text-align: left;
}
#modalEmbdArea .modal_wrapper .modal_text dl.limit {
	text-align: center;
	margin-bottom: 3.5rem;
}
#modalEmbdArea .modal_wrapper .modal_text dl.limit > dt {
	display: inline-block;
	background-color: #004ea2;
	color: #fff;
	padding: 1rem 5rem;
	font-size: 1.7rem;
	font-weight: 500;
}
#modalEmbdArea .modal_wrapper .modal_text dl.limit > dd {
	margin-top: 2rem;
	color: #004ea2;
	font-size: 5rem;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
}
#modalEmbdArea .modal_wrapper .modal_text dl.limit > dd small {
	font-size: 0.7em;
}
#modalEmbdArea .modal_wrapper .modal_text dl.shop {
	display: table;
	text-align: left;
	border: 1px solid #000;
	width: 100%;
}
#modalEmbdArea .modal_wrapper .modal_text dl.shop > dt {
	display: table-cell;
	width: 15%;
	background-color: #000;
	color: #fff;
	font-size: 1.5rem;
	padding: 1.25rem 1.5rem;
	white-space: nowrap;
	line-height: 1.7;
	vertical-align: middle;
	text-align: center;
}
#modalEmbdArea .modal_wrapper .modal_text dl.shop > dd {
	display: table-cell;
	width: 85%;
	background-color: #fff;
	font-size: 1.5rem;
	padding: 1.25rem 1.5rem;
	line-height: 1.7;
	vertical-align: middle;
}
#modalEmbdArea .modal_wrapper .note {
	margin-top: 2rem;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
}
#modalEmbdArea .modal_close {
	display: block;
	position: absolute;
	top: -40px;
	right: 0;
	width: 38px;
	height: 38px;
	color: #fff;
	cursor: pointer;
	z-index: 703;
	opacity: 1;
	text-decoration: none;
}
#modalEmbdArea .modal_close:hover {
	color: #fff;
	opacity: 0.5;
}
#modalEmbdArea .modal_close::after {
	font-family: "Font Awesome 5 Free";
	font-size: 36px;
	font-weight: 900;
	content: "\f057";
}
#modalEmbdArea .modal_change {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: 42px;
	height: 42px;
	transform: translateY(-50%);
	opacity: 1;
	z-index: 704;
	text-decoration: none;
}
#modalEmbdArea .modal_change:hover {
	opacity: 0.5;
}
#modalEmbdArea .modal_change.prev {
	left: -48px;
	text-align: center;
}
#modalEmbdArea .modal_change.prev::after {
	font-family: "Font Awesome 5 Free";
	font-size: 42px;
	font-weight: 900;
	content: "\f053";
	color: #fff;
	line-height: 1;
}
#modalEmbdArea .modal_change.next {
	right: -48px;
	text-align: center;
}
#modalEmbdArea .modal_change.next::after {
	font-family: "Font Awesome 5 Free";
	font-size: 42px;
	font-weight: 900;
	content: "\f054";
	color: #fff;
	line-height: 1;
}
@media only screen and (max-width:768px) {
	#modalEmbdArea .modal_wrapper .modal_content {
		width: 80vw;
		height: calc(100dvh * 0.8);
		max-height: auto;
		border-radius: 0.75rem;
		padding: 1.0rem;
	}
	#modalEmbdArea .modal_wrapper .modal_content_inner {
		padding: 1.0rem;
	}
	#modalEmbdArea .modal_wrapper .modal_emb img {
		margin: 0 auto 4rem;
		border-radius: 0.75rem;
		box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.3);
	}
	#modalEmbdArea .modal_wrapper .modal_text {
		font-size: 1.5rem;
	}
	#modalEmbdArea .modal_wrapper .modal_text dl.limit {
		margin-bottom: 3.0rem;
	}
	#modalEmbdArea .modal_wrapper .modal_text dl.limit > dd {
		margin-top: 1.75rem;
		font-size: 4.5rem;
	}
	#modalEmbdArea .modal_wrapper .modal_text dl.limit > dd small {
		font-size: 0.75em;
	}
	#modalEmbdArea .modal_wrapper .modal_text dl.shop > dt {
		padding: 1.25rem 1.25rem;
		width: 20%;
	}
	#modalEmbdArea .modal_wrapper .modal_text dl.shop > dd {
		padding: 1.25rem 1.25rem;
		width: 80%;
	}
	#modalEmbdArea .modal_wrapper .note {
		margin-top: 1.5rem;
	}
	#modalEmbdArea .modal_close {
		width: 36px;
		height: 36px;
	}
	#modalEmbdArea .modal_close::after {
		font-size: 34px;
	}
	#modalEmbdArea .modal_change {
		width: 40px;
		height: 40px;
	}
	#modalEmbdArea .modal_change.prev {
		left: -46px;
	}
	#modalEmbdArea .modal_change.prev::after {
		font-size: 40px;
	}
	#modalEmbdArea .modal_change.next {
		right: -46px;
	}
	#modalEmbdArea .modal_change.next::after {
		font-size: 40px;
	}
}
@media only screen and (max-width: 480px) {
	#modalEmbdArea .modal_wrapper .modal_content {
		width: 85vw;
		border-radius: 0.5rem;
		padding: 0.75rem;
	}
	#modalEmbdArea .modal_wrapper .modal_content_inner {
		padding: 0.75rem;
	}
	#modalEmbdArea .modal_wrapper .modal_emb img {
		margin: 0 auto 2.5rem;
		border-radius: 0.5rem;
		box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.3);
	}
	#modalEmbdArea .modal_wrapper .modal_text dl.limit {
		margin-bottom: 2.0rem;
	}
	#modalEmbdArea .modal_wrapper .modal_text dl.limit > dt {
		padding: 0.75rem 3.5rem;
		font-size: 1.3rem;
	}
	#modalEmbdArea .modal_wrapper .modal_text dl.limit > dd {
		margin-top: 1.5rem;
		font-size: 3.0rem;
	}
	#modalEmbdArea .modal_wrapper .modal_text dl.limit > dd small {
		font-size: 0.75em;
	}
	#modalEmbdArea .modal_wrapper .modal_text dl.shop{
		display: block;
	}
	#modalEmbdArea .modal_wrapper .modal_text dl.shop > dt {
		display: block;
		text-align: center;
		padding: 0.5rem;
		width: auto;
	}
	#modalEmbdArea .modal_wrapper .modal_text dl.shop > dd {
		display: block;
		padding: 0.75rem;
		width: auto;
	}
	#modalEmbdArea .modal_change {
		width: 48px;
		height: 48px;
	}
	#modalEmbdArea .modal_change.prev {
		left: -23px;
	}
	#modalEmbdArea .modal_change.prev::after {
		font-size: 46px;
		color: #999;
	}
	#modalEmbdArea .modal_change.next {
		right: -23px;
	}
	#modalEmbdArea .modal_change.next::after {
		font-size: 46px;
		color: #999;
	}
}


.gravureBanner {
	margin: 5rem auto 0;
	width: 100%;
}
.gravureBanner ul {
	margin: 0 auto 0;
	width: 100%;
	max-width: 1280px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gravureBanner ul > li {
	width: 48.5%;
	text-align: center;
}
.gravureBanner ul > li:nth-child(-n+2) {
	margin-bottom: 5rem;
}
.gravureBanner ul > li a {
	display: block;
}
.gravureBanner ul > li figure span {
	display: block;
	position: relative;
	background-color: #004ea2;
}
.gravureBanner ul > li figure span img {
	display: block;
}
.gravureBanner ul > li.disabled figure span {
	background-color: #000;
}
.gravureBanner ul > li.disabled figure span img {
	opacity: 0.25;
}
.gravureBanner ul > li.disabled figure span::after {
	position: absolute;
	content: 'COMING SOON...';
	display: block;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 3;
	font-size: 2.0rem;
	letter-spacing: 1rem;
	text-indent: 1rem;
}
.gravureBanner ul > li figure figcaption {
	margin-top: 1.5rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 300;
	text-decoration: none;
}
@media only screen and (max-width:1280px) {
	.gravureBanner {
		width: 95%;
	}
	.gravureBanner ul > li {
		width: 48.5%;
	}
	.gravureBanner ul > li.disabled figure span::after {
		font-size: 1.75rem;
	}
	.gravureBanner ul > li figure figcaption {
		margin-top: 1.25rem;
		font-size: 1.5rem;
	}
}
@media only screen and (max-width:768px) {
	.gravureBanner ul > li {
		margin-left: auto;
		margin-right: auto;
	}
	.gravureBanner ul > li:nth-child(-n+2) {
		margin-bottom: 3.5rem;
	}
}
@media only screen and (max-width: 480px) {
	.gravureBanner ul > li:nth-child(-n+2),
	.gravureBanner ul > li {
		width: 90%;
		margin-bottom: 2.5rem;
	}
	.gravureBanner ul > li:last-child {
		margin-bottom: 0;
	}
}


#gravures {
	width: 100%;
	/*max-width: 1280px;*/
	margin: 0 auto;
	text-align: left;
}
#gravures .page-index-list {
	width: 100%;
	margin: 5rem auto 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}
#gravures .page-index-list > li {
	width: 33.33%;
	margin-bottom: 5rem;
}
#gravures .page-index-list > li:nth-child(3n-2) {
	padding-right: 2%;
}
#gravures .page-index-list > li:nth-child(3n-1) {
	padding-left: 1%;
	padding-right: 1%;
}
#gravures .page-index-list > li:nth-child(3n) {
	padding-left: 2%;
}
#gravures .page-index-list > li > div.blockLink {
	position: relative;
	overflow: hidden;
}
#gravures .page-index-list > li figure {
	cursor: pointer;
	background-color: #000;
}
#gravures .page-index-list > li figure img {
	cursor: pointer;
	width: 100%;
	height: 500px;
	-moz-transition: linear 0.25s all;
	-webkit-transition: linear 0.25s all;
	-ms-transition: linear 0.25s all;
	transition: linear 0.25s all;
	object-fit: cover;
	object-position: 50% 25%;
}
#gravures .page-index-list > li div:hover img,
#gravures .page-index-list > li figure img:hover {
	transform: scale(1.1);
	opacity: 0.6;
}
#gravures .page-index-list > li figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 2rem 5%;
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
}
#gravures .page-index-list > li figcaption::after {
	font-family: "Font Awesome 5 Free";
	font-size: 4rem;
	font-weight: 900;
	line-height: 1;
	content: "\f105";
	position: absolute;
	right: 5%;
	top: 50%;
	display: block;
	color: #999;
	transform: translateX(0) translateY(-50%);
}
#gravures .page-index-list > li figcaption em {
	display: block;
	font-size: 2.5rem;
}
#gravures .page-index-list > li figcaption em small {
	display: block;
	margin: 1rem 0 0 0;
	font-size: 1.3rem;
}
#gravures .page-index-list > li > ul {
	margin-top: 1rem
}
#gravures .page-index-list li ul .gbtn {
	display: block;
	margin: 0;
	padding: 0;
	width: 32%;
	text-align: center;
	float: left;
}
#gravures .page-index-list li ul .gbtn:first-child {
	margin-right: 2%;
}
#gravures .page-index-list li ul .gbtn:last-child {
	margin-left: 2%;
}
#gravures .page-index-list li .gbtn a {
	display: block;
	padding: 5px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
#gravures .page-index-list li .gbtn .disabled {
	padding: 5px 0;
	text-decoration: none;
	color: #bbb;
}
@media only screen and (max-width:1280px) {
	#gravures .page-index-list {
		width: 95%;
	}
	#gravures .page-index-list > li figure img {
		height: 37.5vw;
		max-height: 460px;
	}
	#gravures .page-index-list > li figcaption {
		padding: 1.5rem 5%;
	}
	#gravures .page-index-list > li figcaption em {
		font-size: 2.2rem;
	}
	#gravures .page-index-list > li figcaption em small {
		font-size: 1.2rem;
	}
}
@media only screen and (max-width:768px) {
	#gravures .page-index-list {
		width: 90%;
	}
	#gravures .page-index-list > li {
		width: 50%;
		margin-bottom: 4rem;
	}
	#gravures .page-index-list > li:nth-child(3n-2),
	#gravures .page-index-list > li:nth-child(3n-1),
	#gravures .page-index-list > li:nth-child(3n) {
		padding: 0;
	}
	#gravures .page-index-list > li:nth-child(odd) {
		padding-right: 2.5%;
	}
	#gravures .page-index-list > li:nth-child(even) {
		padding-left: 2.5%;
	}
	#gravures .page-index-list > li figure img {
		height: 60vw;
		max-height: 500px;
	}
}
@media only screen and (max-width:480px) {
	#gravures .page-index-list > li {
		width: 100%;
		margin-bottom: 3rem;
	}
	#gravures .page-index-list > li:nth-child(odd),
	#gravures .page-index-list > li:nth-child(even) {
		padding: 0;
	}
	#gravures .page-index-list > li figure img {
		height: 70vw;
		max-height: 420px;
	}
}


#zoo {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background-image: url('../../zoo/images/zoo_bg.jpg?20220701');
	background-repeat: repeat;
	background-position: top center;
}
#zoo .articlesInner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
#zoo .zoo_mv {
	width: 100%;
}
#zoo .zoo_mv .zooMvInner {
	max-width: 720px;
	margin: 0 auto;
	padding-top: 3.5rem;
}
#zoo .zoo_mv .zooMvInner h2 {
	margin: 0 auto 3.5rem;
}
#zoo ul.zooSlick {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
#zoo .slick-slider .slick-track > li,
#zoo .slick-slider .slick-list > li {
	margin: 0;
	background-color: #000;
}
#zoo .slick-slide img {
	display: block;
	opacity: 0.25;
	transition: 0.5s;
}
#zoo .slick-current img {
	display: block;
	opacity: 1;
}
@media only screen and (max-width:768px) {
	#zoo .articlesInner {
		width: 95%;
		max-width: auto;
		margin: 0 auto;
	}
	#zoo .zoo_mv .zooMvInner {
		width: 75%;
		max-width: auto;
		padding-top: 2.5rem;
	}
	#zoo .zoo_mv .zooMvInner h2 {
		margin: 0 auto 2.5rem;
	}
}
@media only screen and (max-width:480px) {
	#zoo .articlesInner {
		width: 100%;
	}
	#zoo .zoo_mv .zooMvInner {
		width: 90%;
		padding-top: 1.5rem;
	}
}


#zoo .flexArea {
	width: 100%;
	max-width: 1000px;
	height: auto;
	padding: 0;
	margin: 7.5rem auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
#zoo .flexArea.clm03 .profileArea {
	width: 31%;
	margin: 0 0;
	padding: 2.5rem;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
	border: 1px solid #ccc;
}
#zoo .flexArea .profileArea figcaption small {
	display: block;
	margin: 1.5rem 0;
}
#zoo .flexArea.clm03 .profileArea figure {
	margin: 0 auto;
	width: 100%;
}
#zoo .flexArea.clm03 .profileArea figcaption {
	margin: 2.5rem 0 0 0;
	width: 100%;
}
#zoo .btn a {
	display: block;
	padding: 1rem 0;
	line-height: 24px;
	font-family: 'Roboto Condensed', sans-serif;
}
#zoo .btn a::before,
#zoo .btn a::after {
	border: none;
}
@media only screen and (max-width:1280px) {
	#zoo .flexArea {
		width: 95%;
		max-width: auto;
		margin-top: 5rem;
	}
	#zoo .flexArea.clm03 .profileArea {
		padding: 1.5rem;
	}
	#zoo .flexArea .profileArea figcaption small {
		margin: 1.25rem 0;
	}
	#zoo .flexArea.clm03 .profileArea figcaption {
		margin: 2.0rem 0 0 0;
	}
	#zoo .btn {
		margin-top: 2.5rem;
	}
}
@media only screen and (max-width:768px) {
	#zoo .flexArea {
		margin-top: 4rem;
	}
	#zoo .flexArea .profileArea {
		padding: 1.5rem;
	}
	#zoo .btn {
		margin-top: 2rem;
	}
	#zoo .btn a {
		line-height: 22px;
	}
}
@media only screen and (max-width:480px) {
	#zoo .flexArea {
		margin-top: 3.5rem;
	}
	#zoo .flexArea .profileArea,
	#zoo .flexArea.clm03 .profileArea {
		padding: 1rem;
		width: 100%;
		margin-bottom: 1.5rem;
	}
	#zoo .flexArea .profileArea figure,
	#zoo .flexArea.clm03 .profileArea figure {
		float: left;
		margin: 0;
		width: 32.5%;
	}
	#zoo .flexArea .profileArea figcaption,
	#zoo .flexArea.clm03 .profileArea figcaption {
		float: right;
		margin: 1.25rem 0 0 0;
		width: 62.5%;
		text-align: left;
	}
	#zoo .flexArea .profileArea figcaption small {
		display: block;
		margin: 0.75rem 0 1.25rem;
	}
	#zoo .btn {
		margin-top: 1.5rem;
	}
	#zoo .btn a {
		display: block;
		line-height: 18px;
		margin: 0;
	}
}

#zoo .infoArea {
	clear: both;
	max-width: 1000px;
	margin: 5rem auto 0;
	padding: 2.0%;
	background-color: #fff;
	overflow: hidden;
	border: 1px solid #ccc;
}
#zoo .infoArea figure {
	width: 35%;
	float: left;
	margin: 0 5% 0 0;
}
#zoo .infoArea h3 {
	font-weight: 500;
	line-height: 1.25;
	margin: 0 0 0;
	padding: 0;
}
#zoo .infoArea p {
	margin: 0.75em 0;
	line-height: 1.75;
	font-weight: 300;
}
#zoo .infoArea .btn {
	display: inline-block;
	width: 27.5%;
	max-width: 240px;
	margin: 1em 1rem 0 0;
	padding: 0;
	text-align: center;
}
#zoo .infoArea .btn a {
	display: block;
	padding-left: 0;
	padding-right: 0;
}
@media only screen and (max-width:1280px) {
	#zoo .infoArea {
		width: 95%;
		max-width: auto;
		margin-top: 3.5rem;
		padding: 2.5%;
	}
	#zoo .infoArea figure {
		width: 30%;
	}
	#zoo .infoArea .btn {
		max-width: auto;
	}
}
@media only screen and (max-width:768px) {
	#zoo .infoArea {
		margin-top: 2.5rem;
		padding: 2%;
	}
	#zoo .infoArea figure {
		width: 32.5%;
	}
	#zoo .infoArea p {
		margin: 0.5em 0;
	}
}
@media only screen and (max-width:480px) {
	#zoo .infoArea {
		margin-top: 1.5rem;
		padding: 0;
		background: none;
		border: none;
		text-align: center;
	}
	#zoo .infoArea figure {
		width: 50%;
		float:none;
		margin: 0 auto;
	}
	#zoo .infoArea h3 {
		margin: 1.25rem auto 0;
		text-align: center;
	}
	#zoo .infoArea p {
		margin: 1rem auto;
		text-align: center;
	}
	#zoo .infoArea .btn {
		display: inline-block;
		width: 40%;
		margin: 1em 1rem 0;
	}
}


.bannerArea {
	padding: 5rem 0 0;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bannerArea .bannerInner {
	width: 48.5%;
	margin: 0 auto;
	text-align: center;
}
.bannerArea .bannerInner a {
	display: block;
}
.bannerArea .bannerInner img {
	display: block;
}
.bannerArea .bannerInner figure figcaption {
	margin-top: 1.5rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 300;
	text-decoration: none;
	line-height: 1.7;
}
@media only screen and (max-width:1280px) {
	.bannerArea {
		width: 95%;
	}
	.bannerArea .bannerInner figure figcaption {
		margin-top: 1.25rem;
		font-size: 1.5rem;
	}
}
@media only screen and (max-width:768px) {
	.bannerArea {
		padding: 3.5rem 0 0;
	}
	.bannerArea .bannerInner {
		/*width: 92.5%;
		max-width: auto;*/
	}
}
@media only screen and (max-width:480px) {
	.bannerArea {
		padding: 2.5rem 0 0;
	}
	.bannerArea .bannerInner {
		width: 90%;
		margin-bottom: 2.5rem;
	}
}


/* -----------------------------------------------------------------
Slick
----------------------------------------------------------------- */
.slick-track{
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.slick-arrow {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 6rem;
	height: 6rem;
	color: transparent;
	background-color: transparent;
	transition: opacity 0.5s;
	cursor: pointer;
	border: none;
	z-index: 100;
}
.slick-arrow:hover {
	opacity: 0.7;
}
.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
	width: 6rem;
	height: 6rem;
	border-top: 3px solid rgba(255, 255, 255, 0.8);
	border-right: 3px solid rgba(255, 255, 255, 0.8);
}
.slick-next {
	right: 5rem;
}
.slick-next::after {
	right: 0.75rem;
	transform: rotate(45deg);
}
.slick-prev {
	left: 5rem;
}
.slick-prev::after {
	left: 0.75rem;
	transform: rotate(-135deg);
}
.slick-slide {
	margin: 0;
}
.slick-slide img {
	object-fit: cover;
}
.slick-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: flex;
	justify-content: center;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.slick-dots li[role="presentation"] {
	width: 12px !important;
	height: 12px;
	margin: 0 6px;
	border-radius: 6px;
	overflow: hidden;
}
.slick-dots li button {
	opacity: 0;
}
.slick-dots li {
	background: rgba(0, 0, 0, 0.5);
}
.slick-dots li.slick-active {
	background-color: #004ea2;
}
@media only screen and (max-width:768px) {
	.slick-arrow {
		width: 4.5rem;
		height: 4.5rem;
	}
	.slick-next::after,
	.slick-prev::after {
		width: 3.5rem;
		height: 3.5rem;
	}
	.slick-next {
		right: 2rem;
	}
	.slick-prev {
		left: 2rem;
	}
	.slick-dots li[role="presentation"] {
		width: 10px !important;
		height: 10px;
		margin: 0 5px;
		border-radius: 5px;
	}
}
@media only screen and (max-width:480px) {
	.slick-arrow {
		width: 3rem;
		height: 3rem;
	}
	.slick-next::after,
	.slick-prev::after {
		width: 2rem;
		height: 2rem;
	}
	.slick-next {
		right: 0.75rem;
	}
	.slick-prev {
		left: 0.75rem;
	}
	.slick-dots li[role="presentation"] {
		width: 8px !important;
		height: 8px;
		margin: 0 4px;
		border-radius: 4px;
	}
}


.slide-items__wrap {
	position: relative;
	width: 100%;
}
.slide-items__wrap .slide-items {
	position: relative;
	z-index: 1;
}
.slide-items__wrap .slide-items::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 15%, rgba(255, 255, 255, 0) 100%);
	width: 20%;
	height: 100%;
	z-index: 2;
}
.slide-items__wrap .slide-items::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0.9) 15%, rgba(255, 255, 255, 0) 100%);
	width: 20%;
	height: 100%;
	z-index: 3;
}
.slide-items__wrap .slide-items__item {
	width: 480px;
	padding: 20px;
}
.slide-items__wrap .slide-items__item .img-area {
	position: relative;
}
.slide-items__wrap .slide-items__item .img-area span {
	display: block;
	background-color: #000;
	border-radius: 10px;
}
.slide-items__wrap .slide-items__item .img-area span img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	opacity: 1;
	-moz-transition: linear 0.25s all;
	-webkit-transition: linear 0.25s all;
	-ms-transition: linear 0.25s all;
	transition: linear 0.25s all;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	cursor: pointer;
}
.slide-items__wrap .slide-items__item .img-area:hover span img {
	opacity: 0.35;
}
.slide-items__wrap .slide-items__item .cpn-area {
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	padding: 1.0rem;
	color: #fff;
}
.slide-items__wrap .slide-items__item .area-osaka {
	background-color: #000;
}

.slide-items__wrap .slide-items__item .img-area .link-btn {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	border: 2px solid #fff;
	padding: 15px 45px;
	text-align: center;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.slide-items__wrap .slide-items__item .img-area:hover .link-btn {
	display: block;
}
.slide-items__wrap .slide-items__item .img-area .link-btn::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 1.0rem;
	height: 1.0rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	right: 1.5rem;
	transform: rotate(45deg);
}

@media only screen and (max-width:768px) {
	.slide-items__wrap {
		height: 65vh;
		height: 65lvh;
		max-height: auto;
		max-height: initial;
		top: 100px;
	}
	.slide-items__wrap img {
		height: 65vh;
		height: 65lvh;
		max-height: auto;
		max-height: initial;
	}
}
@media only screen and (max-width:480px) {
	.slide-items__wrap {
		height: 65vh;
		height: 65lvh;
		min-height: 430px;
		top: 60px;
	}
	.slide-items__wrap img {
		height: 65vh;
		height: 65lvh;
		min-height: 430px;
	}
}




.mincho {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}


.pageFooterNavi {
	clear: both;
	margin: 5em auto 0;
}
.pageFooterNavi ul {
	display: flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.pageFooterNavi ul li,
.pageFooterNavi ul li span {
	width: auto;
	white-space: nowrap;
}
@media only screen and (max-width:1280px) {
	.pageFooterNavi {
		margin: 3.5em auto 0;
	}
	.pageFooterNavi ul {
		width: 97.5%;
		margin: 0 auto;
	}
}
@media only screen and (max-width:768px) {
	.pageFooterNavi {
		margin: 2.5em auto 0;
	}
}
@media only screen and (max-width:480px) {
	.pageFooterNavi {
		margin: 2.0em auto 0;
	}
	.pageFooterNavi ul {
		width: 95%;
	}
}


/* header
----------------------------------------------------- */
header {
	margin: 0 auto;
	padding: 15px 0;
	width: 100%;
	height: 70px;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.85);
	z-index: 490;
	text-align: center;
	-moz-transition: linear 0.25s all;
	-webkit-transition: linear 0.25s all;
	-ms-transition: linear 0.25s all;
	transition: linear 0.25s all;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
}
header .headerWrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	height: 100%;
	z-index: 500;
	-moz-transition: linear 0.25s all;
	-webkit-transition: linear 0.25s all;
	-ms-transition: linear 0.25s all;
	transition: linear 0.25s all;
}
header .headerWrapper h1 {
	display: inline-block;
	margin: 0 auto;
	width: 320px;
	height: 100%;
	-moz-transition: linear 0.25s all;
	-webkit-transition: linear 0.25s all;
	-ms-transition: linear 0.25s all;
	transition: linear 0.25s all;
}
header .headerWrapper h1 a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
header .headerWrapper h1 a img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 100%;
}
header.fixed {
	padding: 10px 0;
	height: 50px;
}
@media only screen and (max-width:1280px) {
	header {
		height: 65px;
	}
	header .headerWrapper h1 {
		width: 280px;
	}
}
@media only screen and (max-width:768px) {
	header {
		padding: 14px 0;
		height: 60px;
		text-align: left;
	}
	header .headerWrapper h1 {
		width: auto;
	}
	header .headerWrapper h1 a img {
		margin: 0 auto 0 0;
		padding-left: 5%;
	}
	header.fixed {
		padding: 14px 0;
		height: 55px;
	}
}
@media only screen and (max-width:480px) {
	header {
		padding: 14px 0;
		height: 50px;
	}
	header .headerWrapper h1 {
	}
	header.fixed {
		padding: 13px 0;
		height: 45px;
	}
}

header .snsNav {
	position: absolute;
	display: flex;
	justify-content: flex-end;
	top: 50%;
	right: 2.5%;
	-moz-transform: translateX(0) translateY(-50%);
	-webkit-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}
header .snsNav li {
	font-size: 2.8rem;
	margin: 0 0.25em;
}
header .snsNav li a {
	color: #7fa6d0;
}
@media only screen and (max-width:1280px) {
	header .snsNav {
		font-size: 2.6rem;
	}
}
@media only screen and (max-width:768px) {
	header .snsNav {
		right: 2.5%;
	}
	header .snsNav li {
		font-size: 2.4rem;
	}
}
@media only screen and (max-width:480px) {
	header .snsNav {

	}
	header .snsNav li {
		font-size: 2rem;
	}
}


/* footer
----------------------------------------------------- */
#footer {
	position:relative;
	margin-top: 2.5rem;
	width: 100%;
}
#footer .footerInner {
	margin: 0 auto;
	padding-bottom: 3.5rem;
}
#footer a {
	color:#004ea2;
	text-decoration:none;
}
#footer .footerInner ul.footerSnsNav {
	position: relative;
	padding: 3.5rem 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer .footerInner ul.footerSnsNav li {
	margin: 0;
	width: 10em;
	text-align: center;
}
#footer .footerInner ul.footerSnsNav li a {
	display: block;
	font-size: 13px;
	color:#004ea2;
	text-align: center;
	line-height: 1;
}
#footer .footerInner ul.footerSnsNav li a i {
	display: block;
	font-size: 48px;
	margin: 0 auto 1rem;
	line-height: 42px;
}
#footer .footerInner ul.footerSnsNav li a:hover {
	color:#004ea2;
}
#footer .footerInner h2 {
	position: relative;
	border-top: solid 3px #004ea2;
	margin: 2.5rem auto;
	padding-top: 2.5rem;
	color:#004ea2;
	text-align: center;
}
#footer .footerInner h2 img {
	width: 200px;
}
#footer p {
	text-align: center;
	color: #999;
	font-size: 12px;
}
@media only screen and (max-width:1280px) {
	#footer {
		margin-top: 1.5rem;
	}
	#footer .footerInner {
		padding-bottom: 2.5rem;
	}
	#footer .footerInner ul.footerSnsNav {
		padding: 3.0rem 0;
	}
	#footer .footerInner ul.footerSnsNav li {
		width: 8.5em;
	}
	#footer .footerInner ul.footerSnsNav li a {
		font-size: 12px;
	}
	#footer .footerInner ul.footerSnsNav li a i {
		font-size: 42px;
		line-height: 36px;
	}
	#footer .footerInner h2 img {
		width: 175px;
	}
}
@media only screen and (max-width:768px) {
	#footer {
		margin-top: 1.5rem;
	}
	#footer .footerInner {
		padding-bottom: 2.0rem;
	}
	#footer .footerInner ul.footerSnsNav {
		padding: 2.0rem 0;
	}
	#footer .footerInner ul.footerSnsNav li {
		width: 8.5em;
	}
	#footer .footerInner ul.footerSnsNav li a i {
		font-size: 38px;
		line-height: 33px;
	}
	#footer .footerInner h2 {
		border-top: solid 2px #004ea2;
		margin: 2.0rem auto;
		padding-top: 2.0rem;
	}
	#footer .footerInner h2 img {
		width: 150px;
	}
}
@media only screen and (max-width:480px) {
	#footer .footerInner ul.footerSnsNav {
		padding: 1.5rem 0;
	}
	#footer .footerInner ul.footerSnsNav li {
		width: 7em;
	}
	#footer .footerInner ul.footerSnsNav li a i {
		font-size: 34px;
		line-height: 30px;
	}
	#footer .footerInner ul.footerSnsNav li a {
		font-size: 11px;
	}
	#footer .footerInner h2 {
		margin: 1.5rem auto;
		padding-top: 1.5rem;
	}
	#footer .footerInner h2 img {
		width: 130px;
	}
	#footer p {
		font-size: 10px;
	}
}


@media only screen and (max-width:1280px) {
	.fa-line:before {
		width: 36px;
		height: 36px;
	}
}
@media only screen and (max-width:768px) {
	.fa-line:before {
		width: 33px;
		height: 33px;
	}
}
@media only screen and (max-width:480px) {
	.fa-line:before {
		width: 30px;
		height: 30px;
	}
}

#pageSocialNavi ul.footerSnsNav {
	position: absolute;
	bottom: 7.0rem;
	right: 0;
	padding: 0 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#pageSocialNavi.up ul.footerSnsNav {
	bottom: 14.0rem;
}
#pageSocialNavi ul.footerSnsNav li {
	margin: 0;
	width: 5rem;
	text-align: center;
}
#pageSocialNavi ul.footerSnsNav li a {
	display: block;
	color:#004ea2;
	text-decoration: none;
}
#pageSocialNavi ul.footerSnsNav li:nth-child(1) a {
	color: #00a4ed;
}
#pageSocialNavi ul.footerSnsNav li:nth-child(2) a {
	color: #007eec;
}
#pageSocialNavi ul.footerSnsNav li:nth-child(3) a {
	color: #00b900;
}
#pageSocialNavi ul.footerSnsNav li:nth-child(4) a {
	color: #767676;
}
#pageSocialNavi ul.footerSnsNav li a i {
	display: block;
	font-size: 36px;
	margin: 0 auto;
	line-height: 36px;
}
#pageSocialNavi ul.footerSnsNav li a span {
	display: none;
}
#pageSocialNavi ul.footerSnsNav li a:hover {
	opacity: 0.7
}
@media only screen and (max-width:1280px) {
	#pageSocialNavi ul.footerSnsNav {
		bottom: 5.75rem;
		right: 0.75rem;
	}
	#pageSocialNavi.up ul.footerSnsNav {
		bottom: 12.0rem;
	}
	#pageSocialNavi ul.footerSnsNav li {
		width: 4.5rem;
	}
	#pageSocialNavi ul.footerSnsNav li a i {
		font-size: 34px;
		line-height: 34px;
	}
}
@media only screen and (max-width:768px) {
	#pageSocialNavi ul.footerSnsNav {
		bottom: 3.75rem;
		right: 0.5rem;
	}
	#pageSocialNavi.up ul.footerSnsNav {
		bottom: 10rem;
	}
	#pageSocialNavi ul.footerSnsNav li {
		width: 4.25rem;
	}
	#pageSocialNavi ul.footerSnsNav li a i {
		font-size: 30px;
		line-height: 30px;
	}
}
@media only screen and (max-width:480px) {
	#pageSocialNavi ul.footerSnsNav {
		position: relative;
		top: -0.5rem!important;
		left: 1.0rem;
		margin-bottom: 1.25rem;
		justify-content: start;
		width: 90%;
	}
	#pageSocialNavi.up ul.footerSnsNav {
		top: -1.5rem!important;
	}
	#pageSocialNavi ul.footerSnsNav li {
		width: 3.25rem;
	}
	#pageSocialNavi ul.footerSnsNav li a i {
		font-size: 26px;
		line-height: 26px;
	}
}


.mfp-inline-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-inline-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-inline-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-inline-holder .mfp-close {
  top: -40px;
}


.fs12 { font-size:1.2rem; }
.fs13 { font-size:1.3rem; }
.fs14 { font-size:1.4rem; }
.fs15 { font-size:1.5rem; }
.fs16 { font-size:1.6rem; }
.fs18 { font-size:1.8rem; }
.fs20 { font-size: 2.0rem; }
.fs22 { font-size: 2.2rem; }
.fs24 { font-size: 2.4rem; }
.fs26 { font-size: 2.6rem; }
.fs30 { font-size: 3.0rem; }
.fs35 { font-size: 3.5rem; }
.fs40 { font-size: 4.0rem; }
.fs45 { font-size: 4.5rem; }
.fs50 { font-size: 5.0rem; }
.fs55 { font-size: 5.5rem; }
.fs60 { font-size: 6rem; }
.fs70 { font-size: 7rem; }
.fs80 { font-size: 8rem; }
@media only screen and (max-width:1280px) {
	.fs12 { font-size:1.1rem; }
	.fs13 { font-size:1.2rem; }
	.fs14 { font-size:1.3rem; }
	.fs15 { font-size:1.4rem; }
	.fs16 { font-size:1.5rem; }
	.fs18 { font-size:1.7rem; }
	.fs20 { font-size: 1.8rem; }
	.fs22 { font-size: 1.9rem; }
	.fs24 { font-size: 2.0rem; }
	.fs26 { font-size: 2.2rem; }
	.fs30 { font-size: 2.75rem; }
	.fs35 { font-size: 3.0rem; }
	.fs40 { font-size: 3.5rem; }
	.fs45 { font-size: 4.0rem; }
	.fs50 { font-size: 4.5rem; }
	.fs55 { font-size: 5rem; }
	.fs60 { font-size: 5.5rem; }
	.fs70 { font-size: 5.75rem; }
}
@media only screen and (max-width:768px) {
	.fs12 { font-size:1.0rem; }
	.fs13 { font-size:1.1rem; }
	.fs14 { font-size:1.2rem; }
	.fs15 { font-size:1.3rem; }
	.fs16 { font-size:1.5rem; }
	.fs18 { font-size:1.6rem; }
	.fs20 { font-size: 1.6rem; }
	.fs22 { font-size: 1.7rem; }
	.fs24 { font-size: 1.8rem; }
	.fs26 { font-size: 2.0rem; }
	.fs30 { font-size: 2.5rem; }
	.fs35 { font-size: 2.75rem; }
	.fs40 { font-size: 3.0rem; }
	.fs45 { font-size: 3.25rem; }
	.fs50 { font-size: 3.5rem; }
	.fs55 { font-size: 3.75rem; }
	.fs60 { font-size: 4.5rem; }
	.fs70 { font-size: 5.5rem; }
	.fs80 { font-size: 6.5rem;}
}
@media only screen and (max-width:480px) {
	.fs13 { font-size:1.0rem; }
	.fs14 { font-size:1.1rem; }
	.fs15 { font-size:1.2rem; }
	.fs18 { font-size:1.5rem; }
	.fs24 { font-size: 1.75rem; }
	.fs26 { font-size: 1.8rem; }
	.fs30 { font-size: 1.8rem; }
	.fs35 { font-size: 2.25rem; }
	.fs40 { font-size: 2.5rem; }
	.fs45 { font-size: 2.75rem; }
	.fs50 { font-size: 3.0rem; }
	.fs55 { font-size: 3.25rem; }
	.fs60 { font-size: 3.5rem; }
	.fs70 { font-size: 4.5rem; }
	.fs80 { font-size: 6rem; }
}
