@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .main-visual {
	padding: 4.4rem 0;
	background: url(../img/index/bg03.jpg) no-repeat center top;
	background-size: cover;
}
.main-visual__head {
	margin-bottom: 2.4rem;
	font-size: 2.2rem;
	text-align: center;
}
.main-visual__head strong {
	font-weight: 800;
}
.main-visual__item {
	padding: 0.35rem 0.8rem;
	display: block;
	margin: 0 auto 1rem;
	width: fit-content;
	font-size: 1.1rem;
	font-weight: 500;
	color: #fff;
	background-color: #D50B3F;
}
.main-visual__jp {
	display: block;
	font-weight: 400;
	line-height: 1.5;
}
.main-visual__head2 {
	margin-bottom: 1.4rem;
	text-align: center;
	font-size: 2.1rem;
	font-weight: 700;
	color: #D50B3F;
}
.main-visual__photo {
	margin: 0 -0.4rem 0 1.6rem;
}
.main-visual__photo img {
	width: 100%;
}
.main-visual__photo-box {
	position: relative;
	z-index: 1;
	margin-bottom: 0.9rem;
}
.main-visual__en {
	position: absolute;
	top: calc(50% - 1.4rem);
	left: calc(50% + 4rem);
	z-index: -1;
	width: 100%;
	min-width: 82.2rem;
	transform: translate(-50%,-50%);
}
.main-visual__ttl {
	margin-bottom: 1.5rem;
	text-align: center;
}
.main-visual__ttl-line {
	color: #D50B3F;
	font-size: 1.5rem;
	font-weight: 700;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #D50B3F;
}
.main-visual__ttl-line strong {
	font-weight: 800;
}
.main-visual__ttl-sub {
	position: relative;
}
.main-visual__ttl-sub::before {
	content: '●';         
	color: #D50B3F;      
	font-size: 0.4rem;     
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -0.3rem;         
}
.main-visual__txt {
	text-align: center;
	font-size: 2.6rem;
}
.travelers {
	padding-bottom: 2.7rem;
	background: #FDF8F8 url(../img/index/bg04.png) repeat left top;
	background-size: 2.4rem auto;
}
.travelers__ttl {
	margin-bottom: 4.8rem;
	overflow: hidden;
	padding: 0.98rem 1.2rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #D50B3F;
}
.travelers__ttl-item {
	padding-right: 1rem;
	display: inline-block;
	position: relative;
}
.travelers__ttl-line {
	flex: 1;
	height: 1px;
	background: url(../img/index/line.png) repeat-x left bottom;
	background-size: auto 1px;
}
.travelers__ttl-img {
	margin: 0 -0.2rem 0 0.3rem;
	width: 1.7rem;
}
.travelers__head {
	margin-bottom: 3rem;
	color: #fff;
	padding: 1.5rem 1rem 1.7rem;
	text-align: center;
	font-size: 2.3rem;
	font-weight: 400;
	line-height: 1.35;
	border-radius: 4.7rem;
	position: relative;
	background-color: #D50B3F;
}
.travelers__head:after {
	border-left: 0.9rem solid transparent;
	border-right: 0.9rem solid transparent;
	border-top: 1.6rem solid #D50B3F;
	position: absolute;  
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	content: ""; 
}
.travelers__head strong {
	font-weight: 800;
	display: block;
}
.travelers__txt {
	margin-bottom: 1.6rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #D50B3F;
	text-align: center;
}
.travelers__photo {
	margin: 0 -2.8rem 0 -1.5rem;
}
.travelers__photo img {
	width: 100%;
}
.merit {
	padding: 3.5rem 0 0;
	position: relative;
	background-color: #F9E4E9;
}
.merit__head {
	margin: 0 0.4rem 2.4rem;
}
.merit__head-img {
	width: 3.2rem;
	display: block;
	margin-bottom: 1.3rem;
}
.merit__head-item {
	display: block;
	font-size: 2.2rem;
	font-weight: 400;
}
.merit__head-bg {
	color: #fff;
	font-weight: 800;
	line-height: 1.0;
	padding: 0 0.1rem 0.1rem;
	display: inline-block;
	background-color: #D50B3F;
}
.merit__list {
	padding: 0 0.4rem 2.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 1.3rem;
}
.merit__list li {
	padding: 1.6rem 1.5rem 1.2rem;
	background-color: #fff;
	border-radius: 1rem;
	width: calc((100% - 1.3rem) / 2);
}
.merit__list-photo {
	min-height: 8rem;
	text-align: center;
	margin: 0 0.3rem 0.4rem;
}
.merit__list-ttl {
	margin-bottom: 1rem;
	font-size: 1.5rem;
	font-weight: 800;
	text-align: center;
}
.merit__list-ttl small {
	font-size: 1rem;
	font-weight: 500;
}
.merit__list-txt {
	font-size: 1.2rem;
	color: #4C4C4C;
	font-weight: 500;
	line-height: 1.33;
	text-align: center;
}
.merit__photo {
	margin-left: auto;
	width: 17rem;
}
.merit__en-right {
	position: absolute;
	top: 2.2rem;
	right: -1.5rem;
	width: 16.5rem;
}
.merit__en-left {
	width: 16.5rem;
	position: absolute;
	bottom: 2rem;
	left: -0.3rem;
}
.point {
	position: relative;
	z-index: 1;
	padding: 4rem 0 6rem;
	overflow: hidden;
	background-color: #D50B3F;
}
.point .content {
	padding: 0 2rem;
}
.point__head {
	margin-bottom: 1.7rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
}
.point__list li {
	margin-bottom: 1.8rem;
	padding: 2.6rem 1.7rem 2.1rem;
	background-color: #fff;
}
.point__list li:last-child {
	margin-bottom: 0;
}
.point__list-ttl {
	padding-bottom: 1rem;
	margin-bottom: 2.2rem;
	border-bottom: 1px solid #2E2E2E;
}
.point__list-ttl span {
	width: fit-content;
	display: inline-block;
	min-width: 7rem;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	padding: 0.4rem 0.5rem 0.3rem;
	background-color: #D50B3F;
}
.point__list-head {
	margin-bottom: 1.6rem;
	font-size: 2.3rem;
	line-height: 1.45;
	font-weight: 400;
}
.point__list-head small {
	font-size: 1.7rem;
	font-weight: 400;
}
.point__list-head strong {
	font-weight: 800;
}
.point__list-txt {
	margin-bottom: 3.1rem;
	color: #4E4E4E;
	font-weight: 500;
	line-height: 1.54;
}
.point__list-head--2 {
	margin-bottom: 3.5rem;
}
.point__list-note {
	font-size: 1.1rem;
	margin-bottom: 2.4rem;
}
.point__list-photo img {
	width: 100%;
}
.point__bg01 {
	position: absolute;
	top: -13.5rem;
	right: -15.5rem;
	z-index: -1;
	width: 32.1rem;
}
.point__bg02 {
	position: absolute;
	top: calc(50% - 16rem);
	left: -17.0rem;
	transform: translateY(-50%);
	width: 39.1rem;
}
.point__bg03 {
	position: absolute;
	bottom: -10.0rem;
	right: -12.3rem;
	width: 32.1rem;
}
.patch {
	padding: 4.8rem 0;
}
.patch__head {
	margin-bottom: 0.9rem;
	font-size: 2.1rem;
	font-weight: 700;
	text-align: center;
}
.patch__head-item {
	display: block;
	width: fit-content;
	margin: 0 auto 1.9rem;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 0 0.2rem 0.6rem;
	border-bottom: 1px solid #2E2E2E;
}
.patch__photo {
	margin-bottom: 3.5rem;
	text-align: center;
}
.patch__photo img {
	width: 55%;
	margin: 0 auto;
}
.patch__photo-item {
	display: block;
	width: fit-content;
	margin: -0.9rem auto 0;
	font-size: 1.2rem;
	font-weight: 400;
	padding: 0 0.2rem;
	border: 1px solid #2E2E2E;
}
.patch .content {
	padding: 0 1.5rem;
}
.patch__dl dt {
	margin-bottom: 1.2rem;
	padding: 0.7rem 0.8rem;
	font-size: 1.3rem;
	font-weight: 700;
	background-color: #EAEAEA;
}
.patch__dl dd {
	margin-bottom: 1.7rem;
	font-weight: 500;
	line-height: 1.54;
}
.patch__dl dd:last-child {
	margin-bottom: 0;
}
.patch__dl dd small {
	display: block;
	font-size: 1.1rem;
	line-height: 1.64;
	font-weight: 400;
	text-indent: -0.8em;
	padding-left: 0.8em;
	margin-top: 0.8rem;
}
.use {
	padding: 4.4rem 0 4.9rem;
	background-color: #F9E8ED;
}
.use .content {
	padding: 0 2rem;
}
.use__head {
	margin-bottom: 2.3rem;
	font-size: 2.4rem;
	font-weight: 700;
	position: relative;
}
.use__head-txt-img {
	position: absolute;
	top: -2.3rem;
	right: -1.7rem;
	width: 13rem;
}
.use__head small {
	font-size: 1.6rem;
	font-weight: 400;
	vertical-align: 0.3rem;
}
.use__head-item {
	margin-bottom: 0.6rem;
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	color: #D50B3F;
}
.use__list li {
	padding: 1.55rem 0;
	margin-bottom: 1.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
}
.use__list li:last-child {
	margin-bottom: 0;
}
.use__list-photo {
	margin: -1rem 0.3rem -1rem 0;
	width: 11.5rem;
}
.use__list-txt-box {
	flex: 1;
	padding-right: 2rem;
}
.use__list-ttl {
	margin-bottom: 0.6rem;
	font-size: 1.1rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	min-width: 6.1rem;
	display: inline-block;
	padding: 0.4rem 0.5rem;
	background-color: #D50B3F;
}
.use__list-txt {
	margin-bottom: 0.4rem;
	font-weight: 500;
	line-height: 1.69;
	letter-spacing: -0.02em;
}
.use__list-txt:last-child {
	margin-bottom: 0;
}
.use__list-txt-item {
	font-weight: 400;
}
.use__list-note {
	margin: 0 -0.8rem;
	font-size: 1.3rem;
	line-height: 1.38;
	text-indent: -1em;
	padding-left: 1em;
}
.buy {
	padding: 4.4rem 0 4.8rem;
}
.buy .content {
	padding: 0 1.6rem;
}
.buy__list {
	margin-bottom: 1.4rem;
	border-top: 1px solid #EAEAEA;
}
.buy__list li {
	padding: 1.5rem 0.2rem;
	border-bottom: 1px solid #EAEAEA;
}
.buy__list-ttl {
	margin-bottom: 0.93rem;
	font-size: 1.5rem;
	font-weight: 700;
}
.buy__list-txt{
	color: #494949;
}
.buy__box {
	position: relative;
	text-align: center;
	margin-bottom: 1.3rem;
	padding: 1.6rem 1.5rem 1.7rem;
	color: #fff;
	background-color: #D50B3F;
}
.buy__box-txt {
	font-weight: 500;
}
.buy__box-txt-item {
	display: block;
	font-size: 1.1rem;
	font-weight: 400;
	margin-top: 0.5rem;
}
.buy__note {
	font-size: 1.1rem;
	text-indent: -1em;
	padding-left: 1em;
}
.buy__box-bg-right {
	position: absolute;
	top: -5rem;
	right: -5rem;
	width: 10rem;
}
.buy__box-bg-left {
	position: absolute;
	bottom: -6.5rem;
	left: -3rem;
	width: 14rem;
}
.products {
	padding: 4.5rem 0 5.2rem;
	background-color: #EFEFEF;
}
.products .content {
	padding: 0 1.9rem;
}
.products__list {
	padding-top: 0.1rem;
}
.products__list > li {
	padding: 3rem 1.5rem 1.6rem;
	margin-bottom: 1.6rem;
	background-color: #fff;
}
.products__list > li:last-child {
	margin-bottom: 0;
}
.products__list-head {
	margin-bottom: 0.3rem;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
}
.products__list-head-item {
	display: block;
	width: fit-content;
	min-width: 5.4rem;
	margin: 0 auto 1rem;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	border-radius: 5rem;
	padding: 0.2rem 0.2rem 0.3rem;
	background-color: #D50B3F;
}
.products__list-photo {
	height: 14.4rem;
	margin-bottom: 1.7rem;
	text-align: center;
}
.products__list-photo img {
	height: 100%;
}
.products__list-box {
	margin-bottom: 1.5rem;
	padding: 0.6rem 1.5rem 0.7rem 2rem;
	background-color: #EFEFEF;
}
.products__list-sub-list li {
	padding-left: 1rem;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.68;
	position: relative;
}
.products__list-sub-list li:last-child {
	margin-bottom: 0;
}
.products__list-sub-list li::before {
	content: "•"; 
	position: absolute;
	top: 0;
	left: -0.7rem;
}
.products__text-list {
	margin-bottom: 1.5rem;
}
.products__text-list:last-child {
	margin-bottom: 0;
}
.products__text-list li {
	font-size: 1.1rem;
	line-height: 1.82;
	text-indent: -1em;
	padding-left: 1em;
	letter-spacing: -0.02em;
}
.products__text-list-item {
	margin-left: -1em;
}
.products__text-list--2 li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.products__list-txt {
	font-size: 1.1rem;
	line-height: 1.82;
}
.products__list-note {
	margin-bottom: 0.2rem;
	font-size: 1rem;
	line-height: 1.7;
	text-indent: -0.8em;
	padding-left: 0.8em;
}
.products__text-list--mb0 {
	margin-bottom: 0;
}






