@charset "UTF-8";
/* index CSS */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

:root {
	--color-kokunai: #E25781;
	--color-kaigai: #28AAF2;
	--color-etc: #59B6C3;
}
.contents {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    overflow: hidden;
}

#PageName {
	width: 1024px;
	margin: 10px auto;
	font-weight: bold;
}
.Post {
    font-size: 22px;
    font-weight: 600;
    color: #c00;
    text-align: center;
    margin-top: 10px;
}

/* Keyvisual */
.Keyvisual {
	width: 1200px;
	height: 455px;
    margin: 0 auto 4rem;
}

.Keyvisual img {
	height: 100%;
}

.Keyvisual__inner {
    position: relative;
	width: 1024px;
    height: 490px;
    margin: 0 auto;
	z-index: 10;
}

/* Sec__notice */
.Sec__notice {
	margin-bottom: 4rem;
}

.notice__inner {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 1.7;
}

/* Sec__kokunai Sec__kaigai */
.Sec__kokunai::before, .Sec__kaigai::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
	background: url(/attending/trapics/35anniversary/images/wave_top.png) repeat-x;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
	z-index: 10;
}
.Sec__kokunai::after, .Sec__kaigai::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
	background: url(/attending/trapics/35anniversary/images/wave_bottom.png) repeat-x;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	z-index: 10;
}
.Sec__kokunai {
	position: relative;
	background: url(/attending/trapics/35anniversary/images/bg_kokunai.png);
	padding: 11rem 0 8rem;
	margin-bottom: 4rem;
}
.Sec__kaigai {
	position: relative;
	background: url(/attending/trapics/35anniversary/images/bg_kaigai.png);
	padding: 11rem 0 8rem;
	margin-bottom: 4rem;
}
.h3_en {
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    color: #59B6C3;
	margin-bottom: 3.5rem;
    margin-top: -0.5rem;
}
.h3_en.kokunai {
    color: #E25781;
}
.h3_en.kaigai {
    color: #28AAF2;
}
.Sec__kokunai h3, .Sec__kaigai h3, .Sec__etc h3 {
	position: relative;
	font-size: 3.8rem;
	font-weight: 700;
	text-align: center;
    color: #000000;
}

.Sec__kokunai h3::before {
	content: "";
	display: block;
	position: absolute;
	top: -5rem;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(/attending/trapics/35anniversary/images/icon_kokunai.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 26.5rem;
	height: 4.7rem;
}

.Sec__kaigai h3::before {
	content: "";
	display: block;
	position: absolute;
	top: -5rem;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(/attending/trapics/35anniversary/images/icon_kaigai.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 26.5rem;
	height: 4.7rem;
}
.Sec__etc h3::before {
	content: "";
	display: block;
	position: absolute;
	top: -5rem;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(/attending/trapics/35anniversary/images/icon_etc.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 26.5rem;
	height: 4.7rem;
}

.Btn__link-group {
	position: relative;
	width: 64rem;
	height: auto;
	text-align: center;
	margin: 4rem auto 0;
}

.Btn__link-group a {
	transition: opacity 0.5s;
}

.Btn__link-group a:hover {
	opacity: 0.5;
}

.Btn__link-kokunai {
	position: relative;
	display: block;
	background-color: var(--color-kokunai);
	border-radius: 1rem;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 1.5rem 0;
}

.Btn__link-kokunai::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	width: 12px;
	height: 12px;
	border-top: 4px solid rgba(255, 255, 255, 1);
	border-right: 4px solid rgba(255, 255, 255, 1);
	transform: translateY(-50%) rotate(45deg);
}

.Btn__link-kaigai {
	position: relative;
	display: block;
	background-color: var(--color-kaigai);
	border-radius: 1rem;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 1.5rem 0;
}

.Btn__link-kaigai::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	width: 12px;
	height: 12px;
	border-top: 4px solid rgba(255, 255, 255, 1);
	border-right: 4px solid rgba(255, 255, 255, 1);
	transform: translateY(-50%) rotate(45deg);
}

/* ツアー枠 */
.osusume_wrap {
	display: flex;
	column-gap: 15px;
}

.tourCassette_content {
	width: calc(100% / 4);
}

.tourCassette_content a {
	display: block;
	height: 100%;
	transition: opacity 0.5s;
}

.tourCassette_content a:hover {
	opacity: 0.5;
}

.tourCassette_body {
	display: flex;
	height: 100%;
	overflow: hidden;
}

.tour_heightbox {
	display: flex;
	flex-direction: column;
}

.tourCassette_ph {
	content-visibility: auto;
	contain-intrinsic-size: 180px;
	height: 180px;
	border-radius: 6px 6px 0 0;
}

.tour_heightbox .txts {
	display: flex;
	flex-direction: column;
	border: 1px solid #d1d1d1;
	border-top: none;
	background-color: #fff;
	border-radius: 0 0 6px 6px;
	height: 100%;
	padding: 10px 10px 20px;
	overflow: hidden;
}

.tour-card__desc {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	margin-bottom: 4px;
	padding: 5px;
}

.Sec__kokunai .tour-card__desc {
	background: var(--color-kokunai);
}

.Sec__kaigai .tour-card__desc {
	background: var(--color-kaigai);
}

.txts ul {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 13px;
}

.txts ul li {
	background-color: #fff;
	padding: 1px 4px;
	text-align: center;
	font-size: 12px;
	margin-right: 8px;
	font-weight: 600;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Sec__kokunai .txts ul li {
	border: 1px solid var(--color-kokunai);
	color: var(--color-kokunai);
}

.Sec__kaigai .txts ul li {
	border: 1px solid var(--color-kaigai);
	color: var(--color-kaigai);
}

.txts ul li:last-child {
	margin-right: 0;
}

.tourCassette_title {
	font-size: 16px;
	margin-bottom: 9px;
}

.tourCassette_text {
	font-size: 15px;
	line-height: 2.2rem;
	margin-bottom: 30px;
}

.tourCassette_text span {
	display: inline;
	background: linear-gradient(transparent 60%, #fff6ad 0%);
	padding-bottom: 2px;
}

.tourCassette_pirce {
	font-size: 18px;
	color: #ff0000;
	font-family: Arial;
	font-weight: 700;
	text-align: right;
	margin-top: auto;
}

/* その他おすすめ特集_start */
.Sec__etc {
	position: relative;
	margin-top: 10rem;
	margin-bottom: 5rem;
	z-index: 5;
}

.Sec__etc::before {
	content: "";
	position: absolute;
	top: -16rem;
	left: calc(50% - 48.5rem);
    transform: translateX(-50%);
	background-size: 100%;
	width: 44.5rem;
	height: 33.4rem;
}
.swiper-slider__outer {
	position: relative;
}

.bannerCassette_content .bannerImg {
	width: 230px;
	height: 173px;
    border-radius: 10px;
    overflow: hidden;
}

.bannerCassette_content p:last-child {
	font-size: 1.4rem;
	margin-top: 0.5rem;
}

/* swiper */
.swiper-wrapper {
	margin-bottom: 30px;
}

.swiper-button-prev {
	top: calc(50% - 15px);
	left: -25px;
}

.swiper-button-next {
	top: calc(50% - 15px);
	right: -25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	display: none;
}

.swiper-button-prev,
.swiper-button-next {
	background-color: rgb(0, 0, 0, 0.5);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s;
	background-image: none;
}

.swiper-button-prev:active,
.swiper-button-next:active {
	transition: all 0.3s;
	opacity: 0.5;
}

.swiper-button-prev::before,
.swiper-button-next::before {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	width: 12px;
	height: 12px;
}

.swiper-button-prev::before {
	left: 55%;
	transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next::before {
	left: 45%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-container-horizontal > .swiper-scrollbar {
	left: 0;
	width: 100%;
	height: 10px;
}

.swiper-slider__outer .swiper-button-prev::before,
.swiper-slider__outer .swiper-button-next::before {
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
}
/* その他おすすめ特集_end */
