@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-lxh */
/* 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;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 96rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		max-width: initial !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 3rem;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.8rem;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 2.8rem;
	text-align: center;
	font-weight: 700;
	font-size: 3.6rem;
	letter-spacing: 0.03em;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2.8rem;
		font-size: 2.3rem;
	}
}

/* スマホ：タップ時のハイライトを無効化 */
a, button, .menu, [role="button"], input[type="button"], input[type="submit"] {
	-webkit-tap-highlight-color: transparent;
}

/* fixBtn */
.fixBtn {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	width: 17rem;
	z-index: 100;
}
.fixBtn a {
	display: inline-block;
}
@media all and (min-width: 897px) {
	.fixBtn a:hover {
		transform: scale(1.1,1.1);
	}
}
@media all and (max-width: 896px) {
	.fixBtn {
		bottom: 6rem;
		right: -2.6rem;
		width: 12.4rem;
	}
}

/* comBtn */
.comBtn a {
	padding-top: 0.5rem;
	width: 12.3rem;
	height: 5.4rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1.4rem;
	background: #4B8DEB;
	letter-spacing: 0.03em;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.8;
	}
}


/* comBtn02 */
.comBtn02 {
	margin-top: 5rem;
}
.comBtn02 a {
	margin: 0 auto;
	padding-bottom: 0.5rem;
	width: 48rem;
	height: 10rem;
	color: #fff;
	font-size: 2.1rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5rem;
	background: #4B8DEB;
	box-shadow: 0 0.4rem 2rem 0 rgba(65, 103, 185, 0.30);
	letter-spacing: 0.03em;
	text-align: center;
}
.comBtn02 .inner {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.comBtn02 img {
	margin: -0.4rem 1rem 0 0;
	width: 4rem;
	display: inline-block;
	vertical-align: middle;
}
.comBtn02 .big {
	font-size: 2.5rem;
	line-height: 1;
}
.comBtn02 .blank .inner {
	padding-right: 1.7rem;
}
.comBtn02 .blank .inner::after {
	margin-top: 0.1rem;
	width: 1.1rem;
	height: 1.1rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(../img/common/icon01.png) no-repeat left top / 100% 100%;
	content: "";
}
.comBtn02.red {
	margin-top: 3.2rem;
}
.comBtn02.red a {
	background-color: rgba(231, 169, 220, 1);
}
.comBtn02.red .inner {
	background-size: 2rem auto;
}
.comBtn02.red .inner::after {
	width: 1.4rem;
	height: 1.4rem;
	right: -0.3rem;
}
@media all and (min-width: 897px) {
	.comBtn02 a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.comBtn02 a {
		width: 100% !important;
		max-width: 29.5rem;
		font-size: 1.6rem;
	}
	.comBtn02 .big {
		font-size: 2rem;
	}
	.comBtn02.red a {
		font-size: 1.7rem;
		max-width: 28rem;
		font-weight: 500;
		line-height: 1.6; 
		letter-spacing: 0.051rem;
		box-shadow: 0 0.4rem 1.4rem 0 rgba(65, 103, 185, 0.20);
	}
	.comBtn02.red a .inner {
		padding-right: 0;
	}
	.comBtn02.red .blank .inner::after {
		position: static;
		display: inline-block;
		margin-left: 0.5rem;
		width: 1.3rem;
		height: 1.3rem;
		vertical-align: -0.6rem;
	}
}


/* comNotes */
.comNotes {
	margin-top: 1.8rem;
}
.comNotes li {
	color: #737981;
	font-size: 1.5rem;
	line-height: 1.7;
	padding-left: 1.5rem;
	text-indent: -1.5rem;
}
.comNotes p {
	line-height: inherit;
}
@media all and (max-width: 896px) {
	.comNotes {
		margin-top: 1rem;
		letter-spacing: 0.05em;
	}
	.comNotes li {
		line-height: 1.72;
	}
}



/* popBox */
.popBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
}
.popBox .popOverlay .popCover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.popBox .popWrap {
	padding: 2.2rem 2.3rem;
	border: none;
	overflow: auto;
	max-height: calc(100svh - 4rem);
	z-index: 10;
	width: 86.6rem;
	position: relative;
}
.popBox .popInnerBox {
	padding: 2.2rem 6rem 3rem;
	background: #E1EBFD;
	border-radius: 4rem;
	box-shadow: 0 0.4rem 3rem 0 rgba(65, 103, 185, 0.10);
}
.popBox .popClose {
	cursor: pointer;
  	position: absolute;
	padding: 0;
	right: 0;
	top: 0;
	width: 2.3rem;
	height: 2.3rem;
	transition: 0.3s;
	opacity: 1;
}
.popBox .popClose .icon {
	width: 2.3rem;
	display: block;
}
.popBox .popOverlay {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(53,53,53, 0.3);
	width:100%;
	height: 100%;
}
.popBox .popTitle {
	margin-bottom: 1.8rem;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}
.popBox .popTitle .col {
	color: #256BE4;
}
.popBox .popTitle .price {
	font-size: 2.5rem;
	margin-left: 2.1rem;
}
.popBox .popTitle .price .big {
	font-size: 3rem;
}
.popBox .popTitle small {
	font-size: 1.8rem;
}
@media all and (min-width: 897px) {
	.popBox .popClose:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.popBox .popWrap {
		padding: 3.3rem 0;
		width: 89.6% !important;
	}
	.popBox .popTitle .price {
		display: block;
		margin: 0.3rem 0 0 0;
		font-size: 2rem;
		line-height: 1;
	}
	.popBox .popTitle {
		margin-bottom: 2.1rem;
		font-size: 2rem;
	}
	.popBox .popTitle .price .big {
		font-size: 2.3rem;
	}
	.popBox .popTitle small {
		font-size: 1.4rem;
	}
	.popBox .popInnerBox {
		padding: 2.9rem 1.6rem 1.8rem;
	}

}


/* comListUl */
.comListUl {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.comListUl li {
	width: calc((100% - 4rem)/3);
	background-color: #fff;
	border-radius: 0.8rem;
	padding: 1.3rem 3rem 2rem;
}
.comListUl .title {
	margin: 0 -4.5rem 0.5rem;
	text-align: center;
	font-size: 1.5rem;
}
.comListUl .photoBox {
	margin-bottom: 0.7rem;
}
.comListUl .photoBox .image {
	height: 15.9rem;
	padding: 0.8rem;
	border: 0.1rem solid #E5E5E5;
	border-bottom: none;
	position: relative;
}
.comListUl .photoBox .iconStyle::after {
	width: 5.9rem;
	height: 2.4rem;
	position: absolute;
	bottom: 0.4rem;
  	right: 0.5rem;
	background: url("../img/index/pop_icon.png") no-repeat left top / 100% 100%;
	content: "";
}
.comListUl .photoBox .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.comListUl .photoBox .txt {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 100%; 
	padding: 0.6rem 0.7rem 0.7rem;
	letter-spacing: 0.039rem;
	background-color: #737981;
}
.comListUl .name {
	color: #256BE4;
	font-size: 1.7rem;
	line-height: 1.25;
	font-weight: 700;
}
.comListUl .name small {
	font-size: 1.5rem;
}
.comListUl .comBtn02 a {
	padding: 0 0 0.3rem 1rem;
	width: 100%;
	font-size: 1.6rem;
	height: 4.6rem;
	background-color: #4B8DEB;
	box-shadow: none;
}
.comListUl .comBtn02 {
	margin: 2.1rem -0.7rem 0;
}
@media all and (max-width: 896px) {
	.comListUl {
		display: block;
	}
	.comListUl li {
		padding: 2rem 2rem 1.9rem;
		width: auto;
		display: flex;
		margin-bottom: 1rem;
	}
	.comListUl li:last-child {
		margin-bottom: 0;
	}
	.comListUl .textBox {
		flex: 1;
		margin: -0.1rem 0 0 1.1rem;
	}
	.comListUl .photoBox {
		width: 32.6%;
	}
	.comListUl .photoBox .image {
		height: auto;
		aspect-ratio: 86/85;
	}
	.comListUl .title {
		margin: 0 0 0.7rem;
		text-align: left;
	}
	.comListUl .comBtn02 {
		margin: 1.6rem -0.3rem 0 0;
	}
	.comListUl .photoBox .txt {
		font-size: 1.3rem;
		padding: 0.4rem 0.7rem 0.4rem;
		line-height: 1.3;
	}
	.comListUl .comBtn02 a {
		margin: 0;
		padding: 0 0 0.3rem 0.2rem;
	}
	.comListUl .photoBox .iconStyle::after {
		width: 3.2rem;
		height: 1.3rem;
		bottom: 0.2rem;
		right: 0.2rem;
	}
}



/* soonTxt */
.soonTxt {
	text-align: center;
	font-weight: 700;
	font-size: 3rem;
}