@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.zen {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.mont {
	font-family: "Montserrat", sans-serif;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 22px;
}
@media all and (min-width: 897px) {
	.content {
		margin: 0 auto;
		padding: 0 20px;
		max-width: 1314px;
	}
}
/*------------------------------------------------------------
	com_btn
------------------------------------------------------------*/
.com_btn {
	margin: 0 auto;
	max-width: 400px;
}
.com_btn small,
.com_btn a {
	padding: 10px 30px 10px 32px;
	position: relative;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
	border-radius: 5px;
	background-color: #febaa4;
}
.com_btn small::before,
.com_btn a::before {
	width: 18px;
	height: 18px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../../images/common/arrow_right.png) no-repeat center center / 100% auto;
	content: '';
	z-index: 2;
}
.com_btn small::after,
.com_btn a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
	background: var(--gra1, linear-gradient(90deg, #FF9F76 15.28%, #FFBBA2 89.61%));
	content: '';
	opacity: 0;
	transition: .3s;
}
.com_btn small span,
.com_btn a span {
	display: inline-block;
	position: relative;
	vertical-align: top;
	z-index: 3;
}
.com_btn a span span {
	font-size: 1.3rem;
}
.com_btn.btn01 {
	max-width: 247px;
}
.com_btn.btn01 a {
	padding: 16px 35px 15px 37px;
	letter-spacing: 0.2em;
}
.com_btn.btn01 a::before {
	right: 13px;
}
@media all and (max-width: 896px) {
	.hoPc .com_btn a:hover::after {
		opacity: 1;
	}
}
@media all and (min-width: 897px) {
	.com_btn {
		max-width: 337px;
	}
	.com_btn small,
	.com_btn a {
		/* padding: 19px 30px 15px 32px; */
		font-size: 1.8rem;
	}
	.com_btn small::before,
	.com_btn a::before {
		right: 13px;
		top: calc(50% + 1px);
	}
	.com_btn a:hover::after {
		opacity: 1;
	}
	.com_btn.btn01 {
		margin: 0;
	}
	.com_btn.btn01 a {
		padding-top: 15px;
		font-size: 1.6rem;
	}
	.com_btn.btn01 a::before {
		top: 50%;
	}
}
/*------------------------------------------------------------
	head_line01
------------------------------------------------------------*/
.head_line01 {
	margin-bottom: 41px;
	position: relative;
	font-size: 2.9rem;
	font-weight: 400;
	line-height: 1.69;
	letter-spacing: 0.1em;
	text-align: center;
	z-index: 2;
}
.head_line01 .img {
	width: 34px;
	position: absolute;
	left: calc(50% + 127px);
	top: -31px;
	display: block;
	z-index: -1;
}
.head_line01.cen {
	margin-bottom: 52px;
	font-size: 3rem;
	letter-spacing: 0.2em;
}
.head_line01 .txt { 
	margin-bottom: -33px;
	color: #FFEAE3;
	font-size: 5.8rem;
	font-weight: 200;
	line-height: 1;
	letter-spacing: 0.08em;
	display: block;
}
@media all and (max-width: 374px) {
	.head_line01 .img {
		left: auto;
		right: -10px;
	}
	.head_line01 .txt {
		margin-bottom: -26px;
		font-size: 4.6rem;
	}
}
@media all and (min-width: 897px) {
	.head_line01 {
		margin-bottom: 58px;
		font-size: 4rem;
		letter-spacing: 0.2em;
	}
	.head_line01 .img {
		width: 805px;
		left: -54px;
		top: -34px;
	}
	.head_line01.cen {
		margin-bottom: 76px;
		padding-left: 167px;
		font-size: 4rem;
		text-align: left;
	}
	.head_line01 .txt { 
		margin: 0 0 -45px -167px;
		font-size: 9.6rem;
	}
}
/*------------------------------------------------------------
	head_line02
------------------------------------------------------------*/
.head_line02 {
	margin-bottom: 23px;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.2em;
}
.head_line02 span {
	margin: 0 4px 5px;
	display: block;
	color: #FFBBA2;
	font-size: 1.5rem;
	letter-spacing: 0.06em;
}
@media all and (min-width: 897px) {
	.head_line02 {
		margin-bottom: 23px;
	}
	.head_line02 span {
		margin: 0 4px 13px;
	}
}
/*------------------------------------------------------------
	pop_box
------------------------------------------------------------*/
.pop_box {
	height: calc(100vh - 140px);
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 99;
	border-radius: 5px;
}
.pop_box .inner {
	height: 100%;
	padding: 0 20px 13px;
	overflow-y: auto;
	border-radius: 5px;
	overflow-x: hidden;
}
.pop_box .close {
	width: 48px;
	position: absolute;
	right: 15px;
	top: -24px;
	cursor: pointer;
	z-index: 10;
}
.pop_box .photo {
	margin: 0 -20px 40px;
}
.pop_box .photo.btm01 {
	margin-bottom: 0;
}
.pop_box .photo img {
	width: 100%;
}
.pop_box .photo.btm01 img {
	border-radius: 5px 5px 0 0;
}
.pop_box .title {
	margin: -17px 0 24px;
	padding-bottom: 50px;
	font-weight: 400;
	position: relative;
	letter-spacing: 0.1em;
	text-align: center;
}
.pop_box .title::after {
	width: 2px;
	height: 37px;
	position: absolute;
	left: calc(50% - 1px);
	bottom: 0;
	background-color: #FFBBA2;
	content: '';
}
.pop_box .title .txt01 {
	margin-bottom: 12px;
	padding: 1px 9px 1px 10px;
	display: inline-block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	border-radius: 50px;
	background-color: #FFBBA2;
	vertical-align: top;
}
.pop_box .title .txt02 {
	margin-right: 14px;
}
.pop_box .area {
	margin-bottom: 40px;
}
.pop_box .area h4 {
	margin: 0 -10px 15px;
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.08em;
	text-align: center;
}
.pop_box .area h4.head01 {
	position: relative;
}
.pop_box .area h4.head01::before {
	width: 47px;
	height: 41px;
	position: absolute;
	left: calc(50% - 163px);
	top: -26px;
	background: url(../../images/index/pop_bg01.png) no-repeat center center / 100% auto;
	content: '';
	z-index: -1;
}
.pop_box.pop01 .area h4.head01::before {
	left: calc(50% - 143px);
}
.pop_box .area p {
	margin-bottom: 42px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.pop_box .area p:last-of-type {
	margin-bottom: 0;
}
.pop_box .area p .bg01 {
	background-color: #FFEAE3;
}
.pop_box .ttl {
	margin-bottom: 34px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}
.pop_box .ttl span {
	padding: 1px 10px;
	display: inline-block;
	border-radius: 60px;
	vertical-align: top;
	background-color: #FFBBA2;
}
.pop_box .btm_box {
	margin-bottom: 40px;
}
.pop_box .btm_box .sub_ttl {
	color: #FFBBA2;
	font-weight: 500;
	letter-spacing: 0.14em;
}
.pop_box .btm_box .sub_box {
	margin-bottom: 14px;
}
.pop_box .btm_box .sub_box:last-of-type {
	margin-bottom: 0;
}
.pop_box .btm_box .text_list {
	margin-left: -1px;
	position: relative;
}
.pop_box .btm_box .text_list::before {
	width: 2px;
	height: 100%;
	position: absolute;
	left: 34px;
	top: 14px;
	background-color: #FFBBA2;
	content: '';
}
.pop_box .btm_box .text_list li {
	margin-bottom: 14px;
	position: relative;
}
.pop_box .btm_box .text_list li:last-of-type {
	margin-bottom: 0;
}
.pop_box .btm_box .sub_box:last-of-type .text_list li:last-of-type:before {
	width: 10px;
	height: 100%;
	position: absolute;
	left: 32px;
	top: 16px;
	background: #fff;
	content: '';
}
.pop_box .btm_box .text_list .ttl_sub {
	margin-right: -10px;
	display: flex;
	align-items: center;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
}
.pop_box .btm_box .text_list .ttl_sub .img {
	margin-right: -10px;
	position: relative;
	flex-shrink: 0;
}
.pop_box .btm_box .text_list .ttl_sub .img img {
	height: 67px;
}
.pop_box .btm_box .text_list .ttl_sub .img img + img {
	margin-left: -16px;
}
.pop_box .btm_box .text_list .ttl_sub .img img:first-of-type {
	position: relative;
	z-index: 2;
}
.pop_box .btm_box .text_list .ttl_sub .time {
	margin-right: 8px;
	padding: 1px 7px 1px 21px;
	flex-shrink: 0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.06em;
	border-radius: 0 5px 5px 0;
	font-family: "Montserrat", sans-serif;
	background-color: #FFBBA2;
}
.pop_box .btm_box .text_list .txt {
	padding-left: 62px;
	letter-spacing: 0.1em;
}
.pop_box .btn {
	margin: 0 auto;
	width: 96px;
	text-align: center;
}
.pop_box .btn a {
	padding: 9px 5px;
	display: block;
	color: #FFBBA2;
	font-weight: 500;
	border-radius: 50px;
	border: 1px solid #FFBBA2;
	letter-spacing: 0.1em;
	text-align: center;
}
.pop_box .btn span {
	padding-right: 14px;
	display: inline-block;
	position: relative;
	z-index: 2;
	background: url(../../images/common/icon05.png) no-repeat right center / 13px auto;
	vertical-align: top;
}
.pop_box.pop01 .title::after {
	background-color: #95CAAD;
}
.pop_box.pop01 .title .txt01 {
	background-color: #95CAAD;
}
.pop_box.pop01 h3.head01::before {
	left: calc(50% - 140px);
}
.pop_box.pop01 .area p .bg01 {
	background-color: #D8F2E4;
}
.pop_box.pop01 .ttl span {
	background-color: #95CAAD;
}
.pop_box.pop01 .btm_box .sub_ttl {
	color: #95CAAD;
}
.pop_box.pop01 .btm_box .text_list::before {
	background-color: #95CAAD;
}
.pop_box.pop01 .btm_box .text_list .ttl_sub .time {
	background-color: #95CAAD;
}
.pop_box.pop01 .btn a {
	color: #95CAAD;
	border-color: #95CAAD;
}
.pop_box.pop01 .btn a span {
	background-image: url(../../images/common/icon06.png);
}
.pop_box.pop02 .title::after {
	background-color: #F4C76D;
}
.pop_box.pop02 .title .txt01 {
	background-color: #F4C76D;
}
.pop_box.pop02 h4.head01::before {
	left: calc(50% - 130px);
}
.pop_box.pop02 .area p .bg01 {
	background-color: #FFF3DB;
}
.pop_box.pop02 .ttl span {
	background-color: #F4C76D;
}
.pop_box.pop02 .btm_box .sub_ttl {
	color: #F4C76D;
}
.pop_box.pop02 .btm_box .text_list::before {
	background-color: #F4C76D;
}
.pop_box.pop02 .btm_box .text_list .ttl_sub .time {
	background-color: #F4C76D;
}
.pop_box.pop02 .btn a {
	color: #F4C76D;
	border-color: #F4C76D;
}
.pop_box.pop02 .btn a span {
	background-image: url(../../images/common/icon07.png);
}
.mfp-bg {
	position: fixed !important;
	top: 0 !important;
	background-color: #635f5f;
}
.mfp-wrap {
	position: fixed !important;
	overflow: auto;
	top: 0 !important;
}
.mfp-container {
	padding: 0;
}
@media all and (max-width: 374px) {
	.pop_box .btm_box .text_list {
		margin-left: -11px;
	}
	.pop_box .area h4.head01::before {
		left: calc(50% - 143px);
	}
}
@media all and (min-width: 897px) {
	.pop_box {
		margin: 0 auto;
		max-width: 720px;
		height: calc(100vh - 200px);
	}
	.pop_box .inner {
		padding: 0 33px 40px;
	}
	.pop_box .close {
		right: 30px;
		cursor: pointer;
	}
	.pop_box .photo {
		margin: 0 0 40px;
	}
	.pop_box .photo.btm01 {
		margin: 0 -40px;
	}
	.pop_box .title {
		margin: -19px 0 31px;
		padding-bottom: 75px;
		font-size: 1.8rem;
	}
	.pop_box .title::after {
		height: 56px;
		left: calc(50% - 1px);
	}
	.pop_box .title .txt01 {
		margin-bottom: 18px;
		padding: 1px 9px 2px 10px;
		font-size: 2.2rem;
		line-height: 1.6;
	}
	.pop_box .ttl span {
		padding: 0 10px;
	}
	.pop_box .area {
		margin-bottom: 40px;
	}
	.pop_box .area h4 {
		margin: 0 0 24px;
		font-size: 2.6rem;
		letter-spacing: 0.1em;
	}
	.pop_box .area h4.head01::before {
		left: 23px;
		top: -27px;
	}
	.pop_box.pop01 .area h4.head01::before {
		left: calc(50% - 163px);
	}
	.pop_box .area p {
		margin-bottom: 38px;
		font-size: 1.7rem;
		line-height: 1.85;
		letter-spacing: 0.1em;
	}
	.pop_box .area p.size01 {
		font-size: 1.5rem;
		line-height: 1.8;
	}
	.pop_box .area p:last-of-type {
		margin-bottom: 0;
	}
	.pop_box .ttl {
		margin-bottom: 34px;
	}
	.pop_box .btm_box {
		margin-bottom: 40px;
	}
	.pop_box .btm_box .sub_ttl {
		margin-bottom: -1px;
		font-size: 1.5rem;
	}
	.pop_box .btm_box .slide_box {
		display: flex;
		justify-content: space-between;
	}
	.pop_box .btm_box .sub_box {
		margin-bottom: 0;
		width: 48%;
	}
	.pop_box .btm_box .sub_box:nth-of-type(2n) {
		width: 51%;
	}
	.pop_box .btm_box .text_list li:last-of-type::before {
		width: 10px;
		height: 100%;
		position: absolute;
		left: 32px;
		top: 16px;
		background: #fff;
		content: '';
	}
	.pop_box .btm_box .text_list .ttl_sub {
		margin-right: -20px;
	}
	.pop_box .btm_box .text_list .txt {
		padding-left: 64px;
		font-size: 1.5rem;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}
	.pop_box .btn a {
		font-size: 1.5rem;
		position: relative;
	}
	.pop_box .btn a::before {
		width: calc(100% + 2px);
		height: calc(100% + 2px);
		position: absolute;
		left: -1px;
		top: -1px;
		border-radius: 50px;
		background: #FFBBA2;
		content: '';
		transition:.3s;
		opacity: 0;
	}
	.pop_box.pop01 .btn a::before {
		background: #95CAAD;
	}
	.pop_box.pop02 .btn a::before {
		background: #F4C76D;
	}
	.pop_box .btn a:hover {
		color: #fff;
	}
	.pop_box .btn a:hover::before {
		opacity: 1;
	}
	.pop_box .btn span {
		padding-right: 14px;
		position: relative;
		background-position: right top calc(50% - 1px);
		z-index: 2;
	}
	.pop_box .btn a:hover span {
		background-image: url(../../images/common/icon08.png);
	}
	.pop_box.pop01 h3.head01::before {
		left: calc(50% - 162px);
	}
	.pop_box.pop02 .btm_box .sub_box:nth-of-type(2n) {
		width: 48%;
	}
}
@media (min-width: 897px) and (max-height: 770px) {
	.pop_box {
		height: calc(100vh - 140px);
	}
}
@media (min-width: 897px) and (max-height: 700px) {
	.pop_box {
		height: calc(100vh - 60px);
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	filter: blur(10px);
	transform: scale(1.02);
	transition: all 1s;
}
.fadeInUp.on {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
}
@media all and (max-width: 896px) {
}
