@charset "UTF-8";
/* ------------------------------------------------
                  season
--------------------------------------------------- */
main {
	padding-top: 60px;
	overflow: hidden;
}

/*---------- フローティングバナー ----------*/

a.floating-bnr {
	width: 50%;
	max-width: 240px;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	
	background: linear-gradient(to bottom, #cb1b45, #df5c34);
	border-radius: 12px;
	box-shadow: rgba(93, 98, 104, 0.38) 5px 5px 10px;
	
	position: fixed;
	bottom: calc(6% + 62px);
	right: 1%;
	z-index: 9996;
	transition: 0.3s ease-in-out;
}
a.floating-bnr img {
	width: 57px;
	margin-right: 2px;
}
.floating-bnr p {
	display: inline-block;
	padding-bottom: 20px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	position: relative;
}
a.floating-bnr p::after {
	content: '';
	width: 14px;
	height: 23px;
	background: url("../img/common/icon_arrow_white.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: calc(50% - 7px);
	transform: rotate(90deg);
}


@media (max-width: 767px) {

	a.floating-bnr {
		width: 40%;
		max-width: 240px;
		padding: 2vw;
		align-items: flex-end;
		border-radius: 2vw;
		box-shadow: rgba(93, 98, 104, 0.38) 1vw 1vw 2vw;

		position: fixed;
		bottom: calc(6% + 12vw);
	}
	a.floating-bnr img {
		width: 12vw;
		margin-right: 0.5vw;
	}
	.floating-bnr p {
		padding-bottom: 4vw;
		font-size: 3.8vw;
	}
	a.floating-bnr p::after {
		content: '';
		width: 2vw;
		height: 4vw;
		bottom: 0;
		left: calc(50% - 1vw);
		transform: rotate(90deg);
	}
}

/* ------------------------------------------------
                     MV
--------------------------------------------------- */
.sec-mv {
	width: 100%;
	padding: 2.6vw 0 1.6vw;
	background: url("../img/season/bg_mv_pc.jpg") no-repeat center center / cover;
	position: relative;
	z-index: 10;
}

.mv-ttl {
	width: 35%;
	/* width: 445px; */
	margin: 0 auto;
	position: relative;
	z-index: 14;
}

/* 写真 */
.mv-photo-01 {
	width: 38.5%;
	position: absolute;
	top: 8%;
	left: 3%;
	z-index: 11;
}
.mv-photo-02 {
	width: 28.5%;
	position: absolute;
	top: 1%;
	right: 8%;
	z-index: 12;
}
.mv-photo-03 {
	width: 34.5%;
	position: absolute;
	bottom: -1%;
	right: 2.5%;
	z-index: 13;
}

/* イラスト */
.mv-illust-01 {
	width: 11%;
	/* max-width: 135px; */
	position: absolute;
	top: 2vw;
	right: calc(50% - 18.3vw);
	z-index: 15;
}
.mv-illust-02 {
	width: 18.0%;
	/* max-width: 230px; */
	position: absolute;
	bottom: -2.5vw;
	left: calc(50% - 30.5vw);
	z-index: 15;
}



@media (max-width: 767px) {
	.sec-mv {
		width: 100%;
		padding: calc(60px + 24vw) 0 28vw;
		background: url("../img/season/bg_mv_sp.jpg") no-repeat center center / cover;
		position: relative;
		z-index: 10;
	}

	.mv-ttl {
		width: 76%;
	}

	/* 写真 */
	.mv-photo-01 {
		width: 49.5%;
		top: calc(60px + 4vw);
		left: 1%;
	}
	.mv-photo-02 {
		width: 47.5%;
		top: calc(60px + 8vw);
		right: -1.5%;
	}
	.mv-photo-03 {
		width: 54%;
		bottom: 6%;
		right: 0;
	}

	/* イラスト */
	.mv-illust-01 {
		width: 21%;
		top: auto;
		bottom: -1vw;
		right: 2vw;
	}
	.mv-illust-02 {
		width: 37%;
		bottom: 7.5vw;
		left: 5.5%;
	}
}


/* ------------------------------------------------
              行きたい旅のテーマから探す
--------------------------------------------------- */
.sec-search {
	width: 100%;
	margin-bottom: 60px;
	background: #f8f7f4;
	position: relative;
	z-index: 1;
}
.sec-ttl {
	width: 100%;
	padding: 32px;
	background: #fce952;
	box-shadow: #dfe4e4 0 10px 0;
	color: #01adff;
	font-size: 34px;
	font-weight: 700;
	text-align: center;
}

/*---------- ボタン ----------*/
.search-btn-list {
	width: 100%;
	margin: 35px auto 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}
a.btn-search {
	width: calc((100% - 12px * 5) / 6);
	padding: 12px;
	display: block;
	background: #01adff;
	border-radius: 6px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}


/*---------- コンテンツ ----------*/
.theme-wrap + .theme-wrap {
	margin-top: 80px;
}
.ttl-border-left-red {
	font-size: 30px;
	margin-bottom: 15px;
}

.sec-link {
	width: 100%;
	margin-top: 55px;
	padding: 55px 0;
	background: #fce952;
}
.link-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}
a.btn-link {
	width: calc((100% - 24px * 2) / 3);
	padding: 24px;
	display: block;
	background: #01adff;
	border-radius: 8px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}

@media (max-width: 767px) {
	.sec-search {
		width: 100%;
		margin-bottom: 12vw;
	}
	.sec-ttl {
		width: 100%;
		padding: 6vw;
		box-shadow: #dfe4e4 0 2vw 0;
		font-size: 5.8vw;
	}

	/*---------- ボタン ----------*/
	.search-btn-list {
		width: 92%;
		margin: 10vw auto 8vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 2vw;
	}
	a.btn-search {
		width: calc((100% - 2vw) / 2);
		padding: 3vw;
		display: block;
		border-radius: 2vw;
		font-size: 4vw;
	}


	/*---------- コンテンツ ----------*/
	.theme-wrap + .theme-wrap {
		margin-top: 12vw;
	}
	.ttl-border-left-red {
		font-size: 5.7vw;
		margin-bottom: 3vw;
		line-height: 1.4;
	}

	.sec-link {
		width: 100%;
		margin-top: 10vw;
		padding: 8vw 0;
	}
	.link-wrap {
		width: 100%;
		gap: 3vw;
	}
	a.btn-link {
		width: 100%;
		padding: 3vw;
		display: block;
		border-radius: 2vw;
		font-size: 4vw;
	}
    
}


/*---------- スライド ----------*/
.theme-slide-wrap {
	width: calc(100% + 16px);
	margin-left: -8px;
}
.theme-slide {
	padding: 0 8px;
}
.theme-slide-inn {
	background: #fff;
	border: 1px solid #d7d7d7;
	padding: 20px 20px 30px;
}

.theme-slide-area {
	margin: 20px auto 0;
	font-size: 20px;
	font-weight: 700;
}

.theme-slide-inn .btn-gradation,
.theme-slide-inn a.btn-gradation {
	width: 100%;
	max-width: initial;
	margin: 20px auto 0;
	padding: 20px;
	display: block;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 10px;
	font-size: 18px;
}
.theme-slide-inn .btn-gradation::after,
.theme-slide-inn a.btn-gradation::after {
	content: none;
}

@media (max-width: 767px) {
	.theme-slide-wrap {
		width: 100%;
		margin-left: 0;
	}
	.theme-slide {
		padding: 0 1vw;
	}
	.theme-slide-inn {
		padding: 4vw 4vw 6vw;
	}

	.theme-slide-area {
		margin: 4vw auto 0;
		font-size: 4vw;
	}

	.theme-slide-inn .btn-gradation,
	.theme-slide-inn a.btn-gradation {
		width: 100%;
		max-width: initial;
		margin: 4vw auto 0;
		padding: 4vw;
		border-radius: 2vw;
		font-size: 3.8vw;
	}
	.theme-slide-inn .btn-gradation::after,
	.theme-slide-inn a.btn-gradation::after {
		content: none;
	}
    
}


/*---------- slide controls ----------*/
.slide-controls-wrap {
	width: max-content;
	margin: 25px auto 0;
	padding: 0 30px;
	display: flex;
	justify-content: center;
	position: relative;
}

.slide-arrows-wrap {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.slide-arrows-wrap .slick-next, 
.slide-arrows-wrap .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
	top: calc(50% - 8px);
    display: block;
    width: 10px;
    height: 16px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    z-index: 2;
}
.slide-arrows-wrap .slick-prev {
    background: url("../img/season/icon_arrow_prev.png") no-repeat center center / 100%;
    left: 0;
}
.slide-arrows-wrap .slick-next {
    background: url("../img/season/icon_arrow_next.png") no-repeat center center / 100%;
    right: 0;
}

.slide-dots-wrap {
	width: auto;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 3;
}
.slide-dots-wrap .slick-dots {
	width: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 3;
}

.slide-dots-wrap .slick-dots li {
	width: 6px;
	height: 6px;
	margin: 0 3px;
	padding: 0;
	position: relative;
}
.slide-dots-wrap .slick-dots li button {
	width: 6px;
	height: 6px;
	padding: 0;
	color: transparent;
	background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
	position: absolute;
	top: 0;
	left: 0;
}
.slide-dots-wrap .slick-dots li button::before {
	content: '';
	font-size: 0;
	line-height: 0;
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 50%;
	background: #a4a4a4;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}
.slide-dots-wrap .slick-dots li.slick-active, 
.slide-dots-wrap .slick-dots li.slick-active button {
	width: 10px;
	height: 10px;
}
.slide-dots-wrap .slick-dots li.slick-active button::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	opacity: 1;
	background: #01adff;
	position: absolute;
	top: 0;
	left: 0;
}
.slide-dots-wrap .slick-dots > li:first-child:last-child {
    display: none;
}

@media (max-width: 767px) {
	.slide-controls-wrap {
		width: max-content;
		margin: 5vw auto 0;
		padding: 0 10vw;
	}

	.slide-arrows-wrap .slick-next, 
	.slide-arrows-wrap .slick-prev {
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: calc(50% - 3vw);
		display: block;
		width: 3vw;
		height: 6vw;
	}

	.slide-dots-wrap .slick-dots li {
		width: 2vw;
		height: 2vw;
		margin: 0 1vw;
	}
	.slide-dots-wrap .slick-dots li button {
		width: 2vw;
		height: 2vw;
	}
	.slide-dots-wrap .slick-dots li button::before {
		width: 2vw;
		height: 2vw;
	}
	.slide-dots-wrap .slick-dots li.slick-active, 
	.slide-dots-wrap .slick-dots li.slick-active button {
		width: 2.6vw;
		height: 2.6vw;
	}
	.slide-dots-wrap .slick-dots li.slick-active button::before {
		content: '';
		width: 2.6vw;
		height: 2.6vw;
	}
    
}




/* ------------------------------------------------
                  旅行券について
--------------------------------------------------- */

/*---------- テキスト ----------*/
.ttl-gradation {
	width: 100%;
	margin-bottom: 65px;
	padding: 30px 0 40px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
}
.ttl-gradation::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: calc(50% - 36px);
	bottom: -34px;
	border-top: 36px solid #df5b34;
	border-left: 36px solid transparent;
	border-right: 36px solid transparent;
	z-index: 3;
}

.ttl-gradation .fs-m {
	font-size: 24px;
	line-height: 2.6;
}
.ttl-gradation .fs-s {
	font-size: 16px;
}

.border-box {
	width: 100%;
	margin: 0 auto 40px;
	padding: 35px;
	border: 2px solid #cb1d45;
	border-radius: 24px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.border-box .fs-s {
	font-size: 20px;
}


/*---------- 旅行券 ----------*/
.coupon-box-wrap {
	width: 100%;
	margin: 0 auto 110px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
.coupon-box {
	width: calc((100% - 40px) / 2);
	padding: 20px 20px 40px;
	display: block;
	background: #f4f4f4;
}

.coupon-box-ttl-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	left: -5px;
	gap: 10px;
}
.coupon-box-num {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #cb1d45;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}
.coupon-box-ttl {
	width: calc(100% - 50px);
	color: #cb1d45;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
}

.coupon-box-img {
	width: 100%;
	padding: 0 20px;
	margin: 15px auto 0;
}
.coupon-box-tag {
	margin-bottom: 15px;
	padding: 5px 20px;
	display: inline-block;
	background: #cb1b45;
	border-radius: 8px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.coupon-box-copy {
	width: 100%;
	margin: 30px auto 20px;
	padding: 0 20px;
	font-size: 18px;
	font-weight: 700;
}
.coupon-box-txt {
	width: 100%;
	padding: 0 20px;
}


/*---------- 旅行会社のJTBだから選べる！ ----------*/
.choice-list {
	width: 100%;
	margin: 0 auto 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}
.choice-list li {
	width: calc((100% - 16px * 3) / 4);
	padding: 60px 20px 40px;
	display: block;
	background: #f4f4f4;
	position: relative;
}
.choice-list-num {
	color: #cb1b45;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 15px;
	left: 15px;
}
.choice-list-ttl {
	margin-bottom: 30px;
	color: #cb1b45;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
.choice-list-txt {
	font-weight: 700;
	text-align: center;
}

@media (max-width: 1100px) {
	.choice-list {
		gap: 20px;
	}
	.choice-list li {
		width: calc((100% - 20px) / 2);
		padding: 40px 20px;
	}
	.choice-list-ttl {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {

	/*---------- テキスト ----------*/
	.ttl-gradation {
		width: 100%;
		margin-bottom: 12vw;
		padding: 6vw 0 8vw;
		font-size: 5.2vw;
	}
	.ttl-gradation::after {
		left: calc(50% - 7vw);
		bottom: -6.6vw;
		border-top: 7vw solid #df5b34;
		border-left: 7vw solid transparent;
		border-right: 7vw solid transparent;
	}

	.ttl-gradation .fs-m {
		display: inline-block;
		margin-bottom: 2vw;
		font-size: 4.2vw;
		line-height: 1.6;
	}
	.ttl-gradation .fs-s {
		display: inline-block;
		margin-top: 3vw;
		font-size: 3.2vw;
	}

	.border-box {
		width: 100%;
		margin: 0 auto 8vw;
		padding: 6vw 4vw;
		border-radius: 5vw;
		font-size: 5.2vw;
	}
	.border-box .fs-s {
		font-size: 3.2vw;
	}


	/*---------- 旅行券 ----------*/
	.coupon-box-wrap {
		width: 100%;
		margin: 0 auto 20vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 6vw;
	}
	.coupon-box {
		width: 100%;
		padding: 4vw 4vw 6vw;
	}

	.coupon-box-ttl-wrap {
		width: 100%;
		display: flex;
		align-items: center;
		position: relative;
		left: -1vw;
		gap: 2vw;
	}
	.coupon-box-num {
		width: 8vw;
		height: 8vw;
		font-size: 4.2vw;
	}
	.coupon-box-ttl {
		width: calc(100% - 10vw);
		font-size: 4.4vw;
	}

	.coupon-box-img {
		width: 100%;
		padding: 0 3vw;
		margin: 4vw auto 0;
	}
	.coupon-box-tag {
        margin-top: 0;
		margin-bottom: 4vw;
        padding: 1vw 4vw;
        border-radius: 1.8vw;
        font-size: 4.2vw;
	}
	.coupon-box-copy {
		width: 100%;
		margin: 6vw auto 4vw;
		padding: 0 3vw;
        font-size: 3.8vw;
	}
	.coupon-box-txt {
		width: 100%;
		padding: 0 3vw;
	}


	/*---------- 旅行会社のJTBだから選べる！ ----------*/
	.choice-list {
		width: 100%;
		margin: 0 auto 4vw;
		gap: 2vw;
	}
	.choice-list li {
		width: calc((100% - 2vw) / 2);
		padding: 10vw 1vw 5vw;
	}
	.choice-list-num {
		color: #cb1b45;
		font-size: 5.2vw;
		top: 3vw;
		left: 3vw;
	}
	.choice-list-ttl {
		margin-bottom: 4vw;
		font-size: 4.0vw;
	}
	.choice-list-txt {
		font-size: 3.0vw;
	}
    
}


