@charset "utf-8";

/*共通 パーツ
-------------------------------*/
/*ヘッダー*/
/*
header:has(> #obi-10man) + article {
    margin-top: 104px !important;
}
@media (max-width: 360px) {
    header:has(> #obi-10man) + article {
        margin-top: 97px !important;
    }
}
@media (min-width: 576px) {
    header:has(> #obi-10man) + article{
        margin-top: 56px !important;
    }
}
@media (min-width: 768px) {
        header:has(> #obi-10man) + article {
        margin-top: 146px!important;
    }
}
*/

article {
  font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin-top: 0;
}


body{
    color: #000;
    background-attachment: fixed;
}

/*リンク*/
a{	
	text-decoration: none;
	color: inherit;
}

a:link, a:visited, a:hover, a:active, a:focus{
	text-decoration: none;
}
a:hover{
	opacity: 0.7;
	color: inherit;
}

figure {
    margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

small {
  font-size: 70%;
}

p {
    font-size: 16px;
/*    font-weight: bold;*/
    line-height: 1.6;
    letter-spacing: 0;
}

/* PC背景固定のため　重ね順調整
------------------------------*/
header{
	z-index: 30;
}
#section-breadcrumb,#section-hoken-number,#section-footer {
	z-index: 30;
	position: relative;
}
#section-hoken-number table {
    width: 100%;
    max-width: 300px;
}

/*背景もメインコンテンツも全て*/
.wrapper{
    position: relative;
    z-index:0;
}

/* セール終了対応
------------------------------*/
.e_o_sale {
    z-index: 30;
    font-size: 14px;
}

@media (min-width: 501px) {
   .e_o_sale {
        font-size: 15px;
    }
}

@media (max-width: 340px) {
   .e_o_sale {
        font-size: 12px;
    }
}


/* Contents
---------------------------------------------*/
/*メインコンテンツを囲む全体div*/
.content-wrapper {
    position: relative;
}

/*メインコンテンツ*/
.content-main {
    z-index: 5;
    max-width: 430px;/*幅*/
    width: 100%;
    min-height: 100vh;
    height: 100%;
    margin: 0 auto;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.25);
    text-align: center;
    position: relative;
/*    background: var(--white);*/
	background: #E4F7FA;
    font-size: 14px;
	overflow-x: hidden;
}


/* button
-------------------------------*/
.wrap-btn{
	text-align: center;
}
.btn-design{
	display: block;
	text-decoration: none;
	position: relative;
	border-radius: 100px;
	width: 100%;
/*	max-width: 363px;*/
	text-align: center;
	background: #438F44;
	color: #fff;
	padding: 10px 1.7rem;
	font-weight: bold;
	font-size: 18px;
}
.btn-design:hover{
	opacity: 0.7;
	transition: 0.2s;
	text-decoration: none;
	color: #fff;
}
/* 矢印 ＞ */
.btn-design:before{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 0.8em;
    transform: translate(0, -50%);
    font-weight: 900;
	font-size: 18px;
}

/*透明*/
.btn-transparent{
	background: transparent;
	color: #438F44;
	border: solid 1px #438F44;
	max-width: 181px;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 0 auto;/*右寄せ*/
	padding: 6px 1.3rem;
}
.btn-transparent:hover{
	background: #438F44!important;
	color: #fff;
	opacity: 1;
}
.btn-transparent:before{
	font-size: 14px;
}

/*白*/
.btn-white{
    background: #fff;
    color: #438F44;
    border: solid 1px #438F44;
    max-width: 341px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
    padding: 10px 1.3rem;
}
.btn-white:hover{
	background: #438F44!important;
	color: #fff;
	opacity: 1;
}
.btn-white:before{
	right: 1rem;
	font-size: 16px;
}

/*小さいサイズ*/
.btn-transparent.-small{
	max-width: 92px;
}

/*2列*/
.wrap-btn.-flex{
	display: flex;
/*	justify-content: center;*/
	flex-wrap: wrap;
	padding: 10px 15px;
}
.wrap-btn.-flex .btn-design{
	font-size: 16px;
	padding: 10px 1.5rem 10px 1rem;
	margin: 0 2% 10px;
	width: 48%;
}
.wrap-btn.-flex .btn-design:nth-of-type(odd){
	margin-left: 0;
}
.wrap-btn.-flex .btn-design:nth-of-type(even){
	margin-right: 0;
}
.wrap-btn.-flex .btn-design:before{
	font-size: 14px;
}
@media (min-width: 430px) {
	.wrap-btn.-flex .btn-design:before{
		right: 1rem;
	}
}

/*---------------------------
	MV
----------------------------*/
.mv-area {
    overflow: hidden;
    position: relative;
}
.mv-wrap {
  min-height: 100%;
  position: relative;
}

/*---------------------------
	section-about
----------------------------*/
.section-about{
	margin: 30px auto 20px;
}

.section-about .title-img{
	margin: 0 auto 20px;
}

/*---------------------------
	ページ内リンクナビ
----------------------------*/
.wrap-ancker-nav{
	margin: 20px auto 20px;
}
.ancker-nav-list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 10px auto;
}
.ancker-nav-list li{
	width: 100%;
	margin: 0 0 10px;
}
.ancker-nav-list .btn-design{
	margin: auto;
	font-size: 20px;
	padding: 10px 1.7rem 8px 1rem;
}
.ancker-nav-list .btn-design:before{
	content: "\f107";
}

.ancker-nav-list .ancker-title{
	font-size: 18px;
}

/*マイクロコピー*/
.ancker-nav-list .small-text{
	font-size: 14px;
	font-weight: 500;
	display: block;
	line-height: 1;
	letter-spacing: -0.05em;
}


/*---------------------------
	sale01
----------------------------*/
/*全体*/
#Sale01{
	position: relative;
}
/*見出し画像*/
#Sale01 .title-img {
    position: absolute;
	top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

/*見出し画像下　期間*/
#Sale01 .wrap-term{
	position: relative;
	z-index: 5;
	padding: 42vw 0 10px;/*見出し画像との余白調整*/
}
#Sale01 .wrap-term p{
    font-size: 3.3vw;
	font-weight: 500;
	letter-spacing: -0.03em;
}
#Sale01 .wrap-term p.small-text{
    font-size: 3.2vw;
	font-weight: normal;
}

/*白背景全体*/
.wrap-sale01{
	position: relative;
	z-index: 2;
	background: #fff;
	border-radius: 33px;
	padding: 10px 10px 25px;
}

@media (min-width: 364px) {
	/*見出し画像下　期間*/
	#Sale01 .wrap-term{
		padding: 155px 0 10px;/*見出し画像との余白調整*/
	}
	#Sale01 .wrap-term p{
		font-size: 15px;
	}
	#Sale01 .wrap-term p.small-text{
		font-size: 12px;
	}
}

/*予約方法
--------------------------*/
.wrap-howto-reservation{
	background: #F4F4F4;
	border-radius: 21px;
	padding: 1rem;
	margin: 10px 10px 25px;
}
.wrap-howto-reservation p{
	font-size: 14px;
}

p.title-howto-reservation{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	width: fit-content;
	margin: 0 auto 10px;
	padding-left: 20px;
	color: #438F44;
}
p.title-howto-reservation:before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 0;
	display: block;
	background: url("/static/img/ferry/campaign/tokutoku/icon-check-green.svg") no-repeat center center;
	width: 17px;
	height: 17px;
}
/*ボタン*/
.wrap-howto-reservation .wrap-btn{
	margin-top: 10px;
}

/*各路線
--------------------------*/
.route-item{
	position: relative;
	margin-top: 40px;
}
.route-item:first-of-type{
	margin-top: 0;
}

/*区切り線*/
.route-item:after{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 90%;
	height: 1px;
	background: #D9D9D9;
}
.route-item:last-of-type:after{
	display: none;
}

/*港タイトル・情報・料金*/
.route-item .route-item-inner{
	padding: 0 0 0 10px;
}

/*港リンク-----------*/
.route-item .wrap-port-title{
	text-align: left;
    margin-left: 18px;/*アイコン分*/
}
.route-item .wrap-port-title .port-link{
	position: relative;
	margin-bottom: 5px;
}
.route-item .wrap-port-title .port-link:nth-of-type(even){
	margin-left: 17px;
}
/*アイコン*/
.route-item .wrap-port-title .port-link:before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: -17px;
	display: block;
	background: url("/static/img/ferry/campaign/tokutoku/icon-map-pin.svg") no-repeat center center;
	width: 16px;
	height: 22px;
}

/*港名*/
.route-item .wrap-port-title .port-link:hover .port-name{
	border-bottom: solid 1px rgba(0,0,0,0.7);
}
.route-item .wrap-port-title .port-name{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #000;
}
/*県名*/
.route-item .wrap-port-title .pref-name{
	font-size: 14px;
}

/*船会社名など-----------*/
.route-item .wrap-info{
	text-align: left;
	margin: 10px auto;
	letter-spacing: -0.05em;
}
.route-item .wrap-info dl > div{
	display: flex;
}
.route-item .wrap-info dl dt{
	font-weight: normal;
	width: fit-content;
	min-width: fit-content;
}
.route-item .wrap-info p{
	font-size: 14px;
}

/*料金-----------*/
p.ferry-price{
	position: relative;
	font-size: 12px;
	text-align: right;
    padding-right: 10px;
}

/*共通　通常料金・セール料金*/
.ferry-price span{
	position: relative;
	font-size: 14px;
	margin-left: 14px;
}
.ferry-price span:before,
.ferry-price span:after{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}

/*通常料金*/
.ferry-price span.default-price{
/*	margin-left: 14px;*/
	margin-left: 5px;
	text-decoration: line-through;
}
/*
.ferry-price span.default-price:before{
	content: "¥";
	left: -10px;
}
.ferry-price span.default-price:after{
	content: "～";
	right: -17px;
}
*/

/*セール料金*/
.ferry-price span.sale-price{
	color: #E6470F;
	font-size: 20px;
	font-weight: bold;
/*	margin-left: 40px;*/
/*	margin-left: 20px;*/
}

/*
.ferry-price span.sale-price:before{
	content: "¥";
	left: -15px;
	font-size: 18px;
}
.ferry-price span.sale-price:after{
	content: "～";
	right: -22px;
	font-size: 18px;
}
*/

/* slider -------------*/
.wrap-slider{
	padding: 20px 0;
}

.slider-item{
/*	max-width: 300px;*/
	margin: 0 7px;
	border-radius: 10px;
}
.slick-slider{
	margin-bottom: 0;
}
.slick-slide img{
	width: 100%;
	max-width: 200px;
	border-radius: 10px;
}
/*オプション*/
.slick-dots{
	bottom: 0;
}
.slick-dots li{
	width: 10px;
}


/*---------------------------
	sale02
----------------------------*/
/*全体*/
#Sale02{
	position: relative;
/*	margin-top: 50px;*/
}
/*見出し画像*/
#Sale02 .title-img {
    position: absolute;
	top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

/*見出し画像下　期間*/
#Sale02 .wrap-term{
	position: relative;
	z-index: 5;
	padding: 52vw 0 10px;/*見出し画像との余白調整*/
}
#Sale02 .wrap-term p{
    font-size: 3.3vw;
	color: #fff;
	font-weight: 700;
	letter-spacing: -0.03em;
}
#Sale02 .wrap-term p.small-text{
    font-size: 3.3vw;
	font-weight: normal;
}

.wrap-sale02{
	position: relative;
	z-index: 2;
	background: #fff;
	border-radius: 33px;
	padding: 10px 10px 25px;
}

/*その他ボタン*/
.wrap-sale02 .wrap-btn.other .btn-transparent{
	max-width: 309px;
	padding: 15px 1.3rem;
	font-size: 16px;
	margin: 20px auto 20px;
}
.wrap-sale02 .wrap-btn.other .btn-transparent:before{
	right: 1rem;
}


@media (min-width: 431px) {
	/*見出し画像下　期間*/
	#Sale02 .wrap-term{
		padding: 220px 0 20px;/*見出し画像との余白調整*/
	}
	#Sale02 .wrap-term p{
		font-size: 14px;
	}
	#Sale02 .wrap-term p.small-text{
		font-size: 12px;
	}
}


/*---------------------------
	sale03
----------------------------*/
#Sale03{
	position: relative;
	margin-top: 50px;
}
/*見出し画像*/
#Sale03 .title-img {
    position: absolute;
	top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
/*紙吹雪画像*/
#Sale03 .title-img:before {
	content: "";
    position: absolute;
	top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
	background: url(/static/img/ferry/campaign/tokutoku/img-sale03-pp.svg) no-repeat top center / 100%;
	width: 100%;
	height: 360px;
}

/*グレー背景*/
.wrap-sale03{
	background: #d2d2d2;
	border-radius: 33px;
	padding: 18px;
}
/*白背景*/
.wrap-sale03-inner{
	position: relative;
	background: #fff;
	border-radius: 33px;
	padding: 54vw 10px 30px;
}
/*グレー四角*/
.wrap-sale03-inner:before{
	content: "";
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: #D2D2D2;
    width: 92px;
    height: 22px;
    border-radius: 5px;
}
/*リード文*/
.wrap-sale03-inner .wrap-lead {
    position: relative;
    z-index: 2;
	margin: 0 auto 20px;
	padding: 0 4px;
	word-break: break-all;
}
.wrap-sale03-inner .wrap-lead p{
	line-height: 1.3;
	text-align: left;
}

/*各賞品*/
.prizes-item{
	display: flex;
    justify-content: center;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}

/*左　画像*/
.prizes-item .wrap-img{
	width: 39%;
}

/*右　テキスト*/
.prizes-item .wrap-text{
	width: 57%;
	text-align: left;
	margin-left: 4%;
}
/*タグ*/
.prizes-item .tag {
	display: block;
    text-align: center;
    border-radius: 100px;
    background: #474747;
    color: #fff;
    padding: 3px 5px;
    width: 54px;
    font-size: 18px;
    font-weight: 500;
	line-height: 1;
}
/*情報*/
.prizes-item .wrap-text p {
    font-size: 14px;
	line-height: 1.4;
	letter-spacing: -0.03em;
}
.prizes-item .wrap-text p.company-name {
    font-weight: bold;
	margin: 4px 0 3px;
}
/*リンクテキスト*/
.prizes-item .wrap-text .wrap-text-link{
	text-align: right;
	text-decoration: underline;
	margin-top: 2px;
}
.prizes-item .wrap-text .wrap-text-link:hover{
	text-decoration: none;
}

/*応募期間など*/
.wrap-about-application{
	text-align: left;
	font-size: 16px;
	margin: 20px 5px 20px;
}

.wrap-about-application dl{
	margin-bottom: 15px;
}
.wrap-about-application dt{
	background: #F5D56D;
	padding: 2px 5px;
	width: fit-content;
	font-weight: 500;
	font-size: 16px;
}
.wrap-about-application .small-text{
	font-size: 14px;
}

/*ボタン*/
.wrap-sale03 .copy-text{
	position: relative;
	font-weight: 700;
}
.wrap-sale03 .copy-text:before,
.wrap-sale03 .copy-text:after{
	content: "";
	position: absolute;
	top: 60%;
	transform: translate(0 , -50%);
	left: -17px;
	display: block;
	width: 15px;
	height: 15px;
	background: url("/static/img/ferry/campaign/tokutoku/icon-slash-bk.svg") no-repeat top center;
}
.wrap-sale03 .copy-text:after{
	transform: translate(0 , -50%) scale(-1, 1);/*反転*/
	left: auto;
	right: -13px;
}
.wrap-sale03 .wrap-btn .btn-design{
	background: #2A2A2A;
	font-size: 16px;
	margin: 10px auto 0;
	max-width: 292px;
}

@media (min-width: 364px) {
	.wrap-sale03-inner{
		padding: 210px 10px 30px;
	}
	#Sale03 .title-img:before {
		background: url(/static/img/ferry/campaign/tokutoku/img-sale03-pp.svg) no-repeat top center;
	}
}


/*---------------------------
	おすすめ航路
----------------------------*/
#Recommend{
	margin-top: 40px;
    background: url(/static/img/ferry/campaign/tokutoku/img-cloud.svg) no-repeat top center;
    min-height: 556px;
    padding: 70px 0 0;
}

/*見出し画像*/
#Recommend .title-img{
	position: relative;
	z-index: 2;
	width: fit-content;
    margin: auto;
}
/*メガフォン*/
#Recommend .title-img:before{
	content: "";
	position: absolute;
    top: -80px;
    left: -40px;
	display: block;
	width: 121px;
	height: 115px;
	background: url("/static/img/ferry/campaign/tokutoku/icon-megaphone.svg") no-repeat top center;
	z-index: -1;
}

/*船会社名*/
.wrap-recommend .company-name{
	font-size: 18px;
	font-weight: 700;
	margin: 15px auto 10px;
}
.wrap-recommend .pref-name{
	font-size: 13px;
	font-weight: 500;
}

/*画像*/
.wrap-recommend .wrap-img{
	margin: 15px auto 20px;
}


/*ボタン*/
.wrap-recommend .wrap-btn .btn-design{
	font-size: 16px;
	margin: 10px auto 0;
	max-width: 292px;
	padding: 10px 1.3rem;
	background: #fff;
}

@media (min-width: 394px) {
	#Recommend{
		background: url(/static/img/ferry/campaign/tokutoku/img-cloud.svg) no-repeat top center / 100%;
		min-height: 605px;
	}
}


/*---------------------------
	フェリー旅の魅力
----------------------------*/
#Charm{
	position: relative;
	background: #7293BA;
	padding: 10px 0 30px;
}
#Charm:before{
	content: "";
	position: absolute;
	top: -39px;
    background: url(/static/img/ferry/campaign/tokutoku/bg-ferrytrip.png) no-repeat top center/100%;
	display: block;
	width: 100%;
	height: 50px;
}

/*見出し画像*/
#Charm .container > .title-img{
	position: relative;
	z-index: 2;
	width: fit-content;
    margin: auto;
}
/*船*/
#Charm .container > .title-img:before{
	content: "";
	position: absolute;
	top: -85px;
    right: -10px;
	display: block;
	width: 115px;
	height: 64px;
	background: url("/static/img/ferry/campaign/tokutoku/icon-ferry.svg") no-repeat top center;
	z-index: -1;
}

/*全体　メリット*/
.wrap-merit{
	text-align: left;
	color: #fff;
	margin-top: 10px;
}
/*各メリット*/
.merit-item{
	margin-bottom: 20px;
}
/*見出しテキスト*/
.merit-item .title-text{
	position: relative;
	margin: 5px 0 10px;
	font-weight: 700;
}
/*下線*/
.merit-item .title-text:before{
	content: "";
	position: absolute;
	bottom: -5px;
	left: -15px;
	display: block;
	width: calc(100% + 15px);
	height: 1px;
	background: #fff;
}

/*
.merit-item .explain-text{
    width: calc(100% - 10px);
}
*/


/*ボタン*/
#Charm .copy-text{
	position: relative;
	font-weight: 700;
	color: #fff;
}
#Charm .copy-text:before,
#Charm .copy-text:after{
	content: "";
	position: absolute;
	bottom:0;
	left: -20px;
	display: block;
	width: 15px;
	height: 15px;
	background: url("/static/img/ferry/campaign/tokutoku/icon-slash.svg") no-repeat top center;
}
#Charm .copy-text:after{
	transform: scale(-1, 1);/*反転*/
	left: auto;
	right: -25px;
}

#Charm .wrap-btn{
	margin-top: 10px;
}

#Charm .wrap-btn .btn-design{
	background: #2A2A2A;
	font-size: 16px;
	margin: 10px auto 0;
	max-width: 292px;
}


/*---------------------------
	注意事項
----------------------------*/
#Notice{
	padding: 30px 0;
}

/*白背景*/
.wrap-notice{
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

/*タイトル*/
p.title-notice{
	position: relative;
	font-size: 18px;
	font-weight: 700;
	width: fit-content;
	margin: 0 auto 10px;
	padding-left: 30px;
}
p.title-notice:before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 0;
	display: block;
	background: url("/static/img/ferry/campaign/tokutoku/icon-attention.svg") no-repeat center center;
	width: 25px;
	height: 23px;
}

/*リスト*/
.dot-list{
	text-align: left
}

/*リスト*/
.dot-list li{
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}

/*リストの「・」*/
.dot-list li:before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

/*リストの数字*/
.dot-list.-num li{
	padding-left: 20px;
}
.dot-list.-num li:nth-of-type(1):before{
	content: "①";
}
.dot-list.-num li:nth-of-type(2):before{
	content: "②";
}
.dot-list.-num li:nth-of-type(3):before{
	content: "③";
}

/*---------------------------
	モーダル
----------------------------*/
/* 共通
------------------------*/
/*全体*/
.modal-dialog{
	max-width: 393px;/*幅*/
	margin-left: auto;
	margin-right: auto;
}

/*ヘッダー*/
.modal-header{
	background: #5B94AC;
	align-items: center;
	border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
}
.modal-header h3{
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}

/*上部　閉じるボタン*/
.modal .close {
    padding: 5px;
    background: #fff;
    border-radius: 100px;
    font-size: 18px;
    opacity: 1;
    margin: 0;
}
.modal .close span{
	display: block;
    width: 15px;
    height: 15px;
    font-size: 15px;
    color: #5B94AC;
    text-shadow: none;
}

/*下部　閉じるボタン*/
.modal .btn-close{
	background: #fff;
	color: #5B94AC;
	padding: 2px 5px;
}

/*コンテンツ*/
.modal-content{
	border: none;
	background: #E4F7FA;
}

@media (max-width: 420px) {
	/*全体*/
	.modal-dialog{
		margin-left: .5rem;
		margin-right: .5rem;
	}
}

/* ご予約方法
------------------------*/
.modal-howto-reservation .wrap-text p{
	margin-bottom: 15px;
	font-size: 14px;
}
.red-text{
	color: #E6470F;
	font-weight: bold;
}

/* sale02
------------------------*/
/*タイトル*/
.modal-sale02 .title{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
/*説明文*/
.modal-sale02 .wrap-about{
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	font-size: 13px;
	margin: 10px auto 20px;
}
.modal-sale02 .modal-body > .wrap-btn{
	margin: 20px auto 20px;
}

/*共通 第一弾・第二弾*/
/*期間*/
.modal-sale02 .term{
	font-size: 13px;
    font-weight: 500;
	margin: 0 auto 15px;
	word-break: break-all;/*単語途中の折り返し許可*/
	letter-spacing: -0.05em;
}
/*タグ*/
.modal-sale02 .term .tag {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    background: #2A2A2A;
    color: #fff;
    padding: 0 5px;
	margin-right: 5px;
	width: fit-content;
}

/*ボタン　2列*/
.modal-sale02 .wrap-btn.-flex{
	padding: 0;
}

/*第一弾*/
.sale02-first{
	margin-bottom: 20px;
}

/*第二弾*/
.sale02-second .release-day{
	text-align: center;
}
.sale02-second .wrap-day-btn{
	margin-top: 20px;
}

@media (max-width: 374px) {
/*	改行*/
	.modal-sale02 .term .tag{
		display: block;
		margin-bottom: 2px;
	}
}



/* sale02の時限設定の関連
------------------------*/
/*日付ボタン上部　「終了しました」*/
.end-text{
	text-align: center;
}

/*9/1本アップ前に有効に変更する*/
/*時限設定で、クラス名「.wrap-disable-click」が付与されていたら、クリック不可*/
.wrap-disable-click .btn-design{
	pointer-events: none!important;
	filter: brightness(0.5);!important;
}


/* PC settings
---------------------------------------------*/
/*背景*/
.pc-bg-wrapper {
	display: grid;
	grid-template-columns: 1fr repeat(1, 430px) 1fr;/*メインコンテンツの幅*/
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: min(100vw, 100%);
	width: 100vw;
	max-width: 100%;
	height: 100vh;
	/*padding: 0 32px; saleの帯分 */
	background: url(/static/img/ferry/campaign/tokutoku/bg-pc.jpg) no-repeat top center / cover;
}

/*PC用ナビ*/
/*全体*/
.nav_wrapper {
	position: relative;
    width: 90%;/*grid三分割の中で、更に幅90%に*/
    margin: 0 auto;/*中央寄せ*/
	top: 146px;/*headerナビの高さ分下げる*/
}

.pc-nav {
	position: absolute;
    top: 4vh;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
}

/*各ナビ*/
.pc-nav-item{
	margin-bottom: 1vw;
}
.pc-nav-item .pc-nav-link{
	display: block;
    width: 29vw;
	max-width: 536px;
    height: 30px;
}

/*3つのおトクなキャンペーン*/
.pc-nav-item:nth-of-type(1){
    height: 6.5vw;
	max-height: 119px;
	pointer-events: none;
	margin-bottom: 1.3vw;
}

/*ホバー前*/
.pc-nav-item:nth-of-type(1){
	background: url(/static/img/ferry/campaign/tokutoku/img-campaign.svg) no-repeat top left / 68%;
}
.pc-nav-item:nth-of-type(2){
	background: url(/static/img/ferry/campaign/tokutoku/nav-01.svg) no-repeat top left / 80%;
}
.pc-nav-item:nth-of-type(3){
	background: url(/static/img/ferry/campaign/tokutoku/nav-02.svg) no-repeat top left / 97%;
}
.pc-nav-item:nth-of-type(4){
	background: url(/static/img/ferry/campaign/tokutoku/nav-03.svg) no-repeat top left / 100%;
}

/*ホバー時*/
.pc-nav-item:nth-of-type(2):hover{
	background: url(/static/img/ferry/campaign/tokutoku/nav-01-hover.svg) no-repeat top left / 80%;
	transition-delay: 0.05s;
}
.pc-nav-item:nth-of-type(3):hover{
	background: url(/static/img/ferry/campaign/tokutoku/nav-02-hover.svg) no-repeat top left / 97%;
	transition-delay: 0.05s;
}
.pc-nav-item:nth-of-type(4):hover{
	background: url(/static/img/ferry/campaign/tokutoku/nav-03-hover.svg) no-repeat top left / 100%;
	transition-delay: 0.05s;
}


/*幅 HD(1280×720px)(1366×768)のPC未満の場合 PC用ナビ非表示*/
@media (max-width: 1279px) {
	.nav_wrapper{
		display: none;
	}
}

/*スマホ時 PC用背景非表示*/
@media (max-width: 430px) {
	.pc-bg-wrapper{
		display: none;
	}
}



/*20250904売り切れ対応*/
.wrap-btn.-flex .btn-design.soldout{
/*	pointer-events: none!important;*/
	filter: brightness(0.3);!important;
}
.wrap-btn.-flex .btn-design.soldout:before{
	display: none;
}





