@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　blackfriday_luxury専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
#contents {
	max-width: inherit;
}
#blackfriday_luxury,
#blackfriday_pre {
	font-size: 1.6rem;
}
.inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.bg_bk {
	padding-bottom: 80px;
	background: #000;
}
.br-599,
.br-320 {
	display: none;
}
#blackfriday_luxury h3,
#blackfriday_pre h3 {
	margin-bottom: 25px;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}
#blackfriday_luxury h3 span,
#blackfriday_pre h3 span {
	position: relative;
	z-index: 0;
}
#blackfriday_luxury h3 span:before,
#blackfriday_pre h3 span:before {
	position: absolute;
	top: 20%;
	left: -72px;
	transform: translateY(-50%) rotate(-7deg);
	content: attr(data-en);
	font-size: 5rem;
	font-family: "Jura", sans-serif;
	font-style: italic;
	z-index: -1;
}
#blackfriday_luxury h3 span:after,
#blackfriday_pre h3 span:after {
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
	content: "";
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
#blackfriday_pre h3 span:after {
	right: -44px;
}

/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
	margin: 14px auto 2px;
	text-align: center;
}

/*------------------------------------------------------------------
準備中
------------------------------------------------------------------*/
.pre_txt {
	margin-top: 22px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

/*------------------------------------------------------------------
終了文言
------------------------------------------------------------------*/
.end_txt {
	padding: 30px 0;
	color: #fff;
	background: #777;
	font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead {
	margin: 30px 0 0;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
}
.lead .lead_first {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 6px 0 10px;
	font-size: 2.0rem;
	font-weight: bold;
}
.lead .lead_first:before,
.lead .lead_first:after {
	position: absolute;
	top: 2px;
	bottom: 0;
	content: "";
	display: inline-block;
	width: 1px;
	background: #fff;
}
.lead .lead_first:before {
	left: 0;
	transform: rotateZ(-30deg);
}
.lead .lead_first:after {
	right: 0;
	transform: rotateZ(30deg);
}
.lead .early {
	padding: 0 3px 0 2px;
	color: #00A0E9;
	font-weight: bold;
	font-style: italic;
}
/*------------------------------------------------------------------
LINE導線
------------------------------------------------------------------*/
#blackfriday_luxury .line_link {
	margin-top: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
#blackfriday_luxury .line_link .first_limited .txt-red {
	color: #f36698!important;
}
#blackfriday_luxury .line_link .first_limited .large_txt {
	font-size: 2.5rem;
	line-height: 1;
}
#blackfriday_luxury .line_link .first_limited a {
	position: relative;
	display: block;
	width: 390px;
	margin: 10px auto 7px;
	padding: 10px 20px 10px 0;
	border: 2px solid #05ae4b;
	border-radius: 5px;
	color: #fff;
	background: #05ae4b;
	border-radius: 50px;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    animation: first_limited 2s infinite;
    transition: color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
#blackfriday_luxury .line_link .first_limited a:before {
	position: absolute;
	bottom: -7px;
	right: -5px;
	content: "";
	width: 45px;
	height: 39px;
	background: url(/plan/tokushu/blackfriday/images/ic_hand.webp) no-repeat right bottom / contain;
}
#blackfriday_luxury .line_link .first_limited a:hover {
	animation: none;
	background: #fff;
	color: #05ae4b;
}
#blackfriday_luxury .price {
	color: #ffe16d;
}
/*------------------------------------------------------------------
先行販売
------------------------------------------------------------------*/
.senkou_pre {
	margin-bottom: 40px;
}
.senkou {
	box-shadow: 0 0 3px #ceaf37, inset 0 0 3px #ceaf37;
	border: 3px double #ffe16d;
    font-size: 1.8rem;
    text-align: center;
    padding: 15px 10px 10px;
    font-weight: bold;
	color: #fff;
}
.senkou .title {
	display: inline-block;
    margin-bottom: 10px;
	position: relative;
}
.senkou .title:before {
	position: absolute;
    content: "";
    background: url(/plan/tokushu/blackfriday/images/ic_06.webp) no-repeat;
    bottom: -4px;
    left: -43px;
    width: 34px;
    height: 34px;
    background-size: contain;
    transform: rotate(-5deg);
}
.senkou .day {
	text-decoration: underline;
}
.txt_box {
	padding: 15px;
    border: 3px double #ffe16d;
    font-size: 1.8rem;
    box-shadow: 0 0 3px #ceaf37, inset 0 0 3px #ceaf37;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.txt_box .title .ic {
	position: relative;
}
.txt_box .title .ic:before {
	position: absolute;
	content: "";
	background: url(/plan/tokushu/blackfriday/images/ic_06.webp) no-repeat;
	bottom: -7px;
    left: -43px;
    width: 34px;
    height: 34px;
    background-size: contain;
    transform: rotate(-5deg);
}
.txt_box .g_line {
	background: linear-gradient(transparent 70%, #05ae4b 65%);
}
.txt_box .color_txt {
	display: inline-block;
    color: #f36698;
    text-decoration: underline;
	margin-top: 5px;
}
.txt_box .sup {
	font-size: 1.3rem;
	margin-bottom: 10px;
	font-weight: normal;
}
/*------------------------------------------------------------------
LINE連携
------------------------------------------------------------------*/
#blackfriday_pre .line_link .ashirai {
	display: inline-block;
    padding: 0 10px;
    color: #fff;
	position: relative;
}
#blackfriday_pre .line_link .ashirai:before,
#blackfriday_pre .line_link .ashirai:after {
	position: absolute;
    top: 2px;
    bottom: 3px;
    content: "";
    display: inline-block;
    width: 2px;
	background: #fff;
}
#blackfriday_pre .line_link .ashirai:before {
	left: 0;
    transform: rotateZ(-30deg);
}
#blackfriday_pre .line_link .ashirai:after {
	right: 0;
    transform: rotateZ(30deg);
}
/*エントリーボタン*/
.btn_link a {
	position: relative;
    display: block;
    width: 400px;
    margin: 10px auto 7px;
    padding: 10px 20px;
    border: 2px solid #05ae4b;
    border-radius: 50px;
    color: #fff;
    background: #05ae4b;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    animation: first_limited 2s infinite;
    transition: color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.line_link .btn_link a:before {
    position: absolute;
    bottom: -7px;
    right: -5px;
    content: "";
    width: 45px;
    height: 39px;
    background: url(/plan/tokushu/blackfriday/images/ic_hand.webp) no-repeat right bottom / contain;
}
@keyframes first_limited {
  0% {
    box-shadow: 0 0 0 0 rgba(6, 161, 70, 0.7);
  }
  50% {
    box-shadow: 0 0 0 7px rgb(0 179 0 / 45%);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 179, 0, 0);
  }
}
.line_link .sup.link {
	font-size: 1.3rem;
	color: #fff;
	margin-top: 5px;
	text-decoration: none;
	font-weight: normal;
}
.line_link .howto_list .add_friends a, .line_link .howto_list .list_apply a {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    width: 95%;
    padding: 7px 5px 7px 0;
    border-radius: 30px;
    font-size: 1.2rem;
    color: #fff;
    background: #05c756;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    animation: glowing-pulse 2s infinite;
    transition: color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.line_link .howto_list .add_friends a {
    top: 48px;
}
.line_link .howto_list .list_apply a {
    bottom: 2px;
}
.line_link .howto_list .add_friends a:before, .line_link .howto_list .list_apply a:before {
	content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 30px;
    box-shadow: 0 0 20px #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.line_link .howto_list .add_friends a:after, .line_link .howto_list .list_apply a:after {
	font-family: 'jttweb' !important;
    content: '\e902';
    position: absolute;
    color: #fff;
    font-size: 0.9rem;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    transition: color 0.3s ease;
}
.line_link .howto_list .add_friends a:hover,
.line_link .howto_list .list_apply a:hover {
	color: #05c756;
	background: #fff;
	animation: none;
}
.line_link .howto_list .add_friends a:hover:after,
.line_link .howto_list .list_apply a:hover:after {
	color: #05c756;
}
@keyframes glowing-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(30, 240, 118, 0.5);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.line_link a:hover {
	animation: none;
	background: #fff;
	color: #05ae4b;
}
/*アコーディオン*/
.line_link .accordion_wrap {
    margin-top: 15px;
}
.line_link .accordion_header {
    position: relative;
    width: 400px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 3px;
    background: linear-gradient(180deg,rgba(197, 152, 6, 1) 0%, rgba(252, 235, 76, 1) 28%, rgba(197, 152, 6, 1) 62%, rgba(197, 152, 6, 1) 100%);
    cursor: pointer;
	color: #000;
}
.line_link .accordion_header:before, .line_link .accordion_header:after {
	position: absolute;
    top: 50%;
    right: 15px;
    content: "";
	background: #000;
    display: inline-block;
    width: 13px;
    height: 2px;
    transition: 0.25s ease;
}
.line_link .accordion_header:before {
    transform: translateY(-50%);
}
.line_link .accordion_header:after {
    transform: translateY(-50%) rotate(90deg);
}
.line_link .accordion_header.open:after {
	transform: translateY(-50%);
}
.line_link .accordion_inner {
    display: none;
    margin-top: -24px;
    padding: 39px 12px 12px;
    border: 2px solid #c59806;
    background: #fff;
	text-align: left;
}
.howto.accordion_wrap .accordion_inner {
	display: block;
}
.accordion_inner .howto_txt {
	font-size: 1.5rem;
	text-align: left;
}
.accordion_inner .howto_txt .g_line {
	background: linear-gradient(transparent 70%, #9fffc7 65%);
}
.accordion_inner .howto_txt .g_txt {
	color: #05ae4b;
}
.accordion_inner .howto_txt .r_line {
	background: linear-gradient(transparent 70%, #ffb7cd 65%);
}
.accordion_inner .howto_txt .r_txt {
	color: #de0043;
}
.line_link {
	font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}
.accordion_inner .sup {
	font-size: 1.3rem;
	font-weight: normal;
	text-align: center;
}
.line_link .howto_list {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	margin-top: 10px;
}
.line_link .howto_list .add_friends, .line_link .howto_list .list_apply {
    position: relative;
}
.line_link .howto_list li {
    width: calc((100% - 30px) / 5);
}
.txt {
	text-align: center;
    font-size: 2.0rem;
    color: #fff;
    font-weight: bold;
    margin-top: 40px;
	text-shadow: 0 0 0px rgb(197 152 6), 0 0 30px rgb(197 152 6), 0 0 5px rgb(255 255 255);
}
#blackfriday_luxury .txt {
    color: #caa1ff;
    text-shadow: 0 0 7px #5b18b2, 0 0 10px #5b18b2, 0 0 21px #5b18b2;
}
/*適用条件*/
.square {
	margin-right: 3px;
    color: #c59806;
}
.term_box .sup {
	text-align: left;
	display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}
.line_link .term_box + .term_box {
    margin-top: 15px;
}
/*------------------------------------------------------------------
タブメニュー
------------------------------------------------------------------*/
.menu {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 20px auto 40px;
	z-index: 0;
}
.menu:before {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	content: "";
	width: auto;
	height: 2px;
	background: #ffe16d;
	box-shadow: 0 0 3px #ceaf37, 0 0 5px #ceaf37, 0 0 7px #ceaf37, 0 0 10px #ceaf37;
	z-index: -1;
}
.menu:after {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -10px;
	content: "";
	width: auto;
	height: 10px;
	background: #000;
}
.menu li {
	position: relative;
	width: 480px;
	padding: 13px 10px 16px;
	font-size: 1.6rem;
	font-family: "Jura", sans-serif;
	text-align: center;
	line-height: 1.34;
	letter-spacing: 1.4px;
	cursor: pointer;
}
.menu li.luxury {
	position: relative;
	border-top: 2px solid #ffe16d;
	border-right: 2px solid #ffe16d;
	border-left: 2px solid #ffe16d;
	color: #ffe16d;
	background: linear-gradient(#463800 0% 0%, #000 100% 100%);
	text-shadow: 0 0 3px #ceaf37, 0 0 7px #ceaf37;
	box-shadow: 0 0 3px #ceaf37, 0 0 7px #ceaf37;
}
.menu li.luxury:after {
	position: absolute;
	left: 0;
	bottom: -8px;
	content: "";
	width: 100%;
	height: 9px;
	background: #000;
}
.menu li.usually {
	margin-left: 5px;
	border-top: 2px solid #b37892;
	border-right: 2px solid #b37892;
	border-left: 2px solid #b37892;
	z-index: -2;
	padding: 13px 10px 16px;
	color: #b37892;
}
.menu li.usually a {
	width: 100%;
	display: block;
	color: #b37892;
}
.menu li span {
	font-size: 2.2rem;
}
#blackfriday_luxury .menu li.luxury span {
	display: inline-block;
	padding-bottom: 4px;
}
.menu li small {
	font-size: 1.4rem;
}
.menu li.usually:hover {
	border-top: 2px solid #ffaccb;
	border-right: 2px solid #ffaccb;
	border-left: 2px solid #ffaccb;
	text-shadow: 0 0 3px #e64187, 0 0 7px #e64187, 0 0 10px #e64187, 0 0 15px #e64187;
	box-shadow: 0 0 3px #e64187, inset 0 0 10px #e64187, 0 0 10px #e64187, inset 0 0 12px #e64187, 0 0 12px #e64187;
}
.menu li.usually:hover a {
	color: #ffaccb;
}
.menu .ashirai {
	position: relative;
	font-size: 1.6rem;
    font-weight: normal;
    padding: 0 10px;
}
.menu .ashirai:before,
.menu .ashirai:after {
	position: absolute;
    top: 2px;
    bottom: 0;
    content: "";
    display: inline-block;
    width: 1px;
}
.menu .ashirai:before {
	left: 0;
    transform: rotateZ(-30deg);
}
.menu .ashirai:after {
	right: 0;
    transform: rotateZ(30deg);
}
.menu .luxury .ashirai:before,
.menu .luxury .ashirai:after {
	background: #ffe16d;
}
.menu .usually .ashirai:before,
.menu .usually .ashirai:after {
	background: #b37892;
}
.menu .usually .ashirai:hover:before,
.menu .usually .ashirai:hover:after {
	background: #e64187;
}

/*------------------------------------------------------------------
sale概要
------------------------------------------------------------------*/
.sale_about {
	text-align: center;
}
.sale_about h2 {
	margin: 0 0 15px;
	color: #ffe16d;
	font-size: 4.0rem;
	font-family: "Jura", sans-serif;
	text-shadow: 0 0 2px #ceaf37, 0 0 2px #ceaf37, 0 0 5px #ceaf37, 0 0 5px #ceaf37;
}
.sale_about h2 span {
	display: inline-block;
	margin-bottom: 16px;
	padding: 5px 15px;
	border-bottom: 4px dotted;
	font-size: 2.6rem;
	font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-shadow: none;
}
.sale_about .sale_date {
	margin-bottom: 20px;
	color: #fff;
	font-size: 2.6rem;
	text-shadow: 0 0 2px #fff;
}
.sale_about .anc_line a {
	position: relative;
	display: block;
	width: 380px;
	margin: 0 auto 26px;
	padding: 2px 10px 5px;
	border: 1px solid #12be30;
	border-radius: 50px;
	color: #fff;
	background: #12be30;
	font-size: 1.9rem;
	font-weight: bold;
}
.sale_about .anc_line a span {
	font-size: 1.4rem;
}
.sale_about .anc_line a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	content: '\e902';
	color: #fff;
	font-family: 'jttweb' !important;
	font-size: 1.0rem;
}
.sale_about .anc_line a:hover {
	color: #12be30;
	background: none;
}
.sale_about .anc_line a:hover:after {
	color: #12be30;
}
.sale_about .membership_info {
	margin-bottom: 35px;
	color: #fff;
}
.sale_about .membership_info .membership_title {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 0 230px;
}
.sale_about .membership_info .membership_title:before,
.sale_about .membership_info .membership_title:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 220px;
	border-bottom: 4px double #fff;
}
.sale_about .membership_info .membership_title:before {
	left: 0;
}
.sale_about .membership_info .membership_title:after {
	right: 0;
}
.sale_about .membership_info a {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 380px;
	margin: 10px auto 0;
	padding: 10px;
	border: 2px solid #225dba;
	border-radius: 50px;
	color: #fff;
	background: #225dba;
	font-size: 1.8rem;
	font-weight: bold;
}
.sale_about .membership_info a span {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-image: url(/plan/tokushu/blackfriday/images/ic_account.webp);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.sale_about .membership_info a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	content: '\e902';
	color: #fff;
	font-family: 'jttweb' !important;
	font-size: 1.0rem;
}
.sale_about .membership_info a:hover {
	color: #225dba;
	background: none;
}
.sale_about .membership_info a:hover span {
	background-image: url(/plan/tokushu/blackfriday/images/ic_account_hover.webp);
}
.sale_about .membership_info a:hover:after {
	color: #225dba;
}
.sale_about .sale_terms {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: bold;
}
.sale_about .sale_terms .sup {
	font-size: 1.3rem;
}
.sale_about .sale_terms a {
	color: #fff;
	text-decoration: underline;
}
.sale_about .sale_terms a:hover {
	text-decoration: none;
}
.sale_about .sale_terms dl {
	width: 45%;
	margin: 10px 0 0;
}
.sale_about .sale_terms dl.sale_area {
	width: 52%;
}
.sale_about .sale_terms dl:nth-of-type(2n) {
	margin-left: 90px;
}
.sale_about .sale_terms dt {
	padding: 4px;
	border: 3px double #ffe16d;
	color: #ffe16d;
	font-size: 1.8rem;
	box-shadow: 0 0 3px #ceaf37, inset 0 0 3px #ceaf37;
}
.sale_about .sale_terms dd {
	padding: 10px;
	color: #fff;
}
.sale_about .sale_terms dd .autumnfinalsale {
	display: inline-block;
	margin-top: 5px;
	color: #ffae30;
	font-size: 1.3rem;
}
.sale_about .sale_terms dd .autumnfinalsale a {
	color: #ffae30;
	text-decoration: underline;
}
.sale_about .sale_terms dd .autumnfinalsale a:hover {
	text-decoration: none;
}
.sale_about .sale_terms dd span {
	display: inline-block;
    background: #ffe16d;
    color: #000;
    padding: 2px 15px;
    margin-bottom: 5px;
	font-size: 1.5rem;
}
.sale_about .sale_terms dd span.sup {
	font-size: 1.3rem;
    color: #fff;
    font-weight: normal;
    background: none;
    padding: 0;
    margin: 5px 0 0;
	text-align: left;
}
.sale_about .sale_terms dd span.sup .bold {
	font-size: 1.3rem;
    color: #fff;
    background: none;
    padding: 0;
    margin: 0;
	font-weight: bold;
}

/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.search_box {
	margin: 45px 0 0;
}
.search_box h3 {
	color: #caa1ff;
    text-shadow: 0 0 7px #5b18b2, 0 0 10px #5b18b2, 0 0 21px #5b18b2;
}
.search_box h3 span:before {
	color: rgb(255 126 186 / 5%);
	text-shadow: 0 0 3px rgb(91 24 178 / 40%);
}
.search_box h3 span:after {
	background-image: url(/plan/tokushu/blackfriday/images/ic01.webp?1110);
}
.search_box .form {
	padding: 16px 20px 13px;
	background: #fff;
	box-shadow: 0 0 3px #5b18b2, 0 0 5px #5b18b2;
}
.kodawari_btn {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-bottom: 20px;
}
.kodawari_btn label {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	padding-right: 20px;
    font-size: 1.4rem;
}
.kodawari_btn input[type=checkbox] {
	position: absolute;
	display: block;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
}
.search_box .autumnfinalsale {
	margin-top: 12px;
	color: #ed7612;
	font-size: 1.4rem;
	text-align: center;
}
.search_box .autumnfinalsale a {
	color: #ed7612;
	text-decoration: underline;
}
.search_box .autumnfinalsale a:hover {
	text-decoration: none;
}
/*------------------------------------------------------------------
sale概要
------------------------------------------------------------------*/
#blackfriday_luxury .sale_wrap h2 {
    margin: 0;
    color: #ffe16d;
    font-size: 4.0rem;
    font-family: "Jura", sans-serif;
    text-shadow: 0 0 2px #ceaf37, 0 0 2px #ceaf37, 0 0 5px #ceaf37, 0 0 5px #ceaf37;
}
.sale_terms.accordion_wrap {
	margin: 50px 0 30px;
}
.sale_terms .accordion_header {
	box-shadow: 0 0 3px #5b18b2, inset 0 0 3px #5b18b2;
    position: relative;
    width: 400px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 3px;
    background: #caa1ff;
    cursor: pointer;
    color: #000000;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
}
.sale_terms .accordion_header:before, .sale_terms .accordion_header:after {
	position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    background: #000;
    display: inline-block;
    width: 13px;
    height: 2px;
    transition: 0.25s ease;
}
.sale_terms .accordion_header:before {
	transform: translateY(-50%);
}
.sale_terms .accordion_header:after {
	transform: translateY(-50%) rotate(90deg);
}
.sale_terms .accordion_header.open:after {
	transform: translateY(-50%);
}
.sale_terms .accordion_inner {
	display: none;
    margin-top: -24px;
    padding: 39px 12px 12px;
    border: 2px solid #caa1ff;
    text-align: center;
	box-shadow: 0 0 3px #5b18b2, inset 0 0 3px #5b18b2;
}
.sale_terms_box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: bold;
}
.sale_terms_box .sup {
	font-size: 1.3rem;
}
.sale_terms_box dl {
	width: 45%;
	margin: 10px 0 0;
}
.sale_terms_box dl.sale_area {
	width: 56%;
}
.sale_terms_box dl:nth-of-type(2n) {
	margin-left: 90px;
}
.sale_terms_box dt {
	padding: 4px;
    border: 3px double #caa1ff;
    color: #caa1ff;
    font-size: 1.8rem;
    box-shadow: 0 0 3px #5b18b2, inset 0 0 3px #5b18b2;
}
.sale_terms_box dd {
	padding: 10px;
	color: #fff;
}
.sale_terms_box dd span {
	display: inline-block;
    background: #caa1ff;
    color: #000;
    padding: 2px 15px;
    margin-bottom: 5px;
    font-size: 1.5rem;
}
.sale_terms_box dd span.sup {
	font-size: 1.3rem;
    color: #fff;
    font-weight: normal;
    background: none;
    padding: 0;
    margin: 5px 0 0;
	text-align: left;
}
.sale_terms_box dd span.sup .b_txt,
.sale_about .sale_terms dd span.sup .b_txt {
	display: inline;
    background: none;
    color: #93caf7;
    padding: 0;
    margin-bottom: 0;
    font-size: inherit;
}

.sale_terms_box dd span.sup a {
	color: #fff;
	text-decoration: underline;
}
.sale_terms_box dd span.sup a:hover {
	text-decoration: none;
}

.sale_terms_box dd span.sup .bold {
	font-size: 1.3rem;
    color: #fff;
    background: none;
    padding: 0;
    margin: 0;
	font-weight: bold;
}
/*------------------------------------------------------------------
おすすめホテル
------------------------------------------------------------------*/
.sale_hotel {
	margin: 60px 0 0;
}
#blackfriday_pre .sale_hotel {
	margin: 55px 0 0;
}
.sale_hotel h3 {
	margin-bottom: 30px;
	color: #caa1ff;
	text-shadow: 0 0 7px #5b18b2, 0 0 10px #5b18b2, 0 0 21px #5b18b2;
}
.sale_hotel h3 span:before {
	color: rgb(202 161 255 / 5%);
	text-shadow: 0 0 3px rgb(91 24 178 / 40%);
}
.sale_hotel h3 span:after {
	background-image: url(/plan/tokushu/blackfriday/images/ic02.webp?1112);
}
#blackfriday_luxury .sale_hotel h3 .sub_title,
#blackfriday_pre .sale_hotel h3 .sub_title {
	display: inline-block;
	margin-bottom: 11px;
	font-size: 1.7rem;
}
#blackfriday_luxury .sale_hotel h3 .sub_title:after,
#blackfriday_pre .sale_hotel h3 .sub_title:after {
	content: none;
}
.sale_hotel .hotel_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sale_hotel .hotel_list .hotel_wrap {
	width: calc(100% / 3 - 7px);
	margin: 0 10px 25px 0;
	padding: 10px 7px;
	background: #fff;
	box-shadow: 0 0 5px #5b18b2, 0 0 10px #5b18b2;
}
#blackfriday_pre .sale_hotel .hotel_list .hotel_wrap {
	padding: 10px 7px 6px;
}
.sale_hotel .hotel_list .hotel_wrap:nth-of-type(3n) {
	margin-right: 0;
}
.sale_hotel .hotel_list .hotel_wrap .height03 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sale_hotel .hotel_list .hotel_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
.sale_hotel .hotel_list .plan_wrap {
	display: flex;
	display: -webkit-flex;
}
.sale_hotel .hotel_list .hotel_area {
	margin-right: 8px;
	padding: 3px 12px 2px;
	border-radius: 30px;
	color: #fff;
	background: #ceaf37;
	font-size: 1.4rem;
}
.sale_hotel .hotel_list .hotel_name {
	font-weight: bold;
	font-size: 1.4rem;
}
.sale_hotel .hotel_list .sub_txt {
	width: 100%;
	text-align: center;
}
.sale_hotel .hotel_list .sub_txt > span {
	position: relative;
	display: inline-block;
	margin-top: 5px;
	padding: 0 6px 0 10px;
	font-size: 1.3rem;
}
.sale_hotel .hotel_list .sub_txt > span:before,
.sale_hotel .hotel_list .sub_txt > span:after {
	position: absolute;
	top: 2px;
	bottom: 3px;
	content: "";
	display: inline-block;
	width: 1px;
	border-radius: 30px;
	background: #333333;
}
.sale_hotel .hotel_list .sub_txt > span:before {
	left: 0;
	transform: rotateZ(-30deg);
}
.sale_hotel .hotel_list .sub_txt > span:after {
	right: 0;
	transform: rotateZ(30deg);
}
.sale_hotel .hotel_list figure {
	position: relative;
	/*width: 100%;*//*料金無*/
	width: 44%;/*料金有*/
}
#blackfriday_pre .sale_hotel .hotel_list figure {
	width: 100%;
}
.sale_hotel .hotel_list figure .hotel_station {
	position: absolute;
	top: 0;
	left: 0;
	padding: 4px 7px 4px 5px;
	border-radius: 0 0 10px 0;
	color: #fff;
	background: rgb(85 22 167 / 80%);
	/*font-size: 1.2rem;*//*料金無*/
	font-size: 0.9rem;/*料金有*/
	font-weight: bold;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
	line-height: 1.3;
	z-index: 1;
}
#blackfriday_pre .sale_hotel .hotel_list figure .hotel_station {
	padding: 7px 10px 7px 8px;
	font-size: 1.2rem;
}
.sale_hotel .hotel_list figcaption {
	margin-top: 2px;
	font-size: 1.0rem;
}
#blackfriday_pre .sale_hotel .hotel_list figcaption {
	font-size: 1.2rem;
	text-align: right;
}
.sale_hotel .hotel_list .money_wrap {
	width: 56%;
	margin-left: 8px;
	font-weight: bold;
}
.sale_hotel .hotel_list .money_wrap .money_title {
    font-size: 1.2rem;
	border-bottom: 2px dotted #ccc;
}
.sale_hotel .hotel_list .money_wrap dl {
	margin: 5px 0 0;
	line-height: 1.3;
}
.sale_hotel .hotel_list .money_wrap dl dt {
	font-size: 1.2rem;
}
.sale_hotel .hotel_list .money_wrap dl dt.area01 {
	color: #ea5099;
}
.sale_hotel .hotel_list .money_wrap dl dt.area02 {
	color: #41a3ef;
}
.sale_hotel .hotel_list .money_wrap dl dt.area03 {
	color: #fa8513;
}
.sale_hotel .hotel_list .money_wrap dl dt.area04 {
	color: #7abd29;
}
.sale_hotel .hotel_list .money_wrap dl dd {
	color: #EF3131;
	font-size: 1.1rem;
}
.sale_hotel .hotel_list .money_wrap dl dd span {
	font-size: 1.7rem;
}

.sale_hotel .hotel_list .money_wrap .sup {
	margin-top: 8px;
	font-weight: normal;
}
.sale_hotel .hotel_list .money_wrap .sup p {
	position: relative;
	padding-left: 15px;
	font-size: 1.0rem;
}
.sale_hotel .hotel_list .money_wrap .sup p:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "■";
}
.sale_hotel .hotel_list .plan_apply {
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}
.sale_hotel .hotel_list .plan_apply dt {
	position: relative;
	display: inline-block;
	margin: 0 0 7px;
	padding: 0 25px;
	font-size: 1.9rem;
}
.sale_hotel .hotel_list .plan_apply dt:before,
.sale_hotel .hotel_list .plan_apply dt:after {
	position: absolute;
	top: 10px;
	bottom: 3px;
	content: "";
	width: 2px;
	height: auto;
	border-radius: 30px;
	background: #333;
}
.sale_hotel .hotel_list .plan_apply dt:before {
	left: 0;
	transform: rotateZ(-25deg);
}
.sale_hotel .hotel_list .plan_apply dt:after {
	right: 0;
	transform: rotateZ(25deg);
}
.sale_hotel .hotel_list .plan_apply .btn_apply {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	flex-wrap: wrap;
}
.sale_hotel .hotel_list .plan_apply .btn_apply li {
	width: calc(100% / 2 - 2px);
}
.sale_hotel .hotel_list .plan_apply .btn_apply.three li {
	width: calc(100% / 3 - 2px);
}
.sale_hotel .hotel_list .plan_apply .btn_apply li a {
	position: relative;
	display: block;
	padding: 4px 9px 4px 2px;
	border: 2px solid #ea5099;
	border-radius: 50px;
	color: #fff;
	background: #ea5099;
	font-size: 1.3rem;
	transition: .25s ease;
}

.sale_hotel .hotel_list .plan_apply .btn_apply.three li a {
	line-height: 1.1;
}
.sale_hotel .hotel_list .plan_apply .btn_apply.three {
    -webkit-justify-content: center;
    justify-content: center;
}
.sale_hotel .hotel_list .plan_apply .btn_apply li:nth-child(n + 3) {
    margin-top: 7px;
}
.sale_hotel .hotel_list .plan_apply .btn_apply.three li + li {
    margin-left: 3px;
}
.sale_hotel .hotel_list .plan_apply .btn_apply.three li:nth-child(n + 3) {
    margin-top: 0;
}
.sale_hotel .hotel_list .plan_apply .btn_apply.three li:nth-child(3n + 1) {
    margin-left: 0;
}
.sale_hotel .hotel_list .plan_apply .btn_apply.three li:nth-child(n + 4) {
    margin-top: 7px;
}
.sale_hotel .hotel_list .plan_apply .btn_apply li.regi02 a {
	border-color: #41a3ef;
	background: #41a3ef;
}
.sale_hotel .hotel_list .plan_apply .btn_apply li.regi03 a {
	border-color: #fa8513;
	background: #fa8513;
}
.sale_hotel .hotel_list .plan_apply .btn_apply li.regi04 a {
	border-color: #7abd29;
	background: #7abd29;
}
.sale_hotel .hotel_list .plan_apply .btn_apply li.regi05 a {
    border-color: #0023B5;
	background: #0023B5;
}
.sale_hotel .hotel_list .plan_apply .btn_apply li.regi06 a {
    border-color: #7806a7;
	background: #7806a7;
}

.sale_hotel .hotel_list .plan_apply .btn_apply li a small {
	font-size: 1.0rem;
}
.sale_hotel .hotel_list .plan_apply .btn_apply li a:after {
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translateY(-50%);
	content: '\e902';
	font-family: 'jttweb' !important;
	font-size: 0.7rem;
}
.sale_hotel .hotel_list .plan_apply .btn_apply li a:hover {
	color: #ea5099;
	background: #fff;
}
.sale_hotel .hotel_list .plan_apply .btn_apply li.regi02 a:hover {
	color: #41a3ef;
}
.sale_hotel .hotel_list .plan_apply .btn_apply li.regi03 a:hover {
	color: #fa8513;
}
.sale_hotel .hotel_list .plan_apply .btn_apply li.regi04 a:hover {
	color: #7abd29;
}
.sale_hotel .hotel_list .plan_apply .btn_apply li.regi05 a:hover {
	color: #0023B5;
}
.sale_hotel .hotel_list .plan_apply .btn_apply li.regi06 a:hover {
	color: #7806a7;
}

.sale_hotel .hotel_list .hotel_wrap .sup {
	margin-top: 5px;
	font-size: 1.1rem;
}
.sale_hotel .hotel_sup {
	font-size: 1.3rem;
    color: #fff;
}
.sale_hotel .sup_money {
    margin-top: 10px;
    color: #fff;
    font-size: 1.3rem;
}
/*------------------------------------------------------------------
お得な情報
------------------------------------------------------------------*/
.great_deals {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 80%;
	margin: 60px auto 10px;
}
.great_deals li {
	width: calc(100% / 2 - 20px);
	padding: 12px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.great_deals li + li {
	margin-left: 40px;
}
.great_deals li.line {
	background: #23c63f;
	box-shadow: 0 0 3px #0d9323, 0 0 10px #0d9323;
}
.great_deals li.line p:first-child {
	padding: 2px 0 1px;
	color: #fff;
	background: #0e9525;
}
.great_deals li.line a {
	display: block;
	margin: 0 auto;
}
.great_deals li.hikari {
	background: #ceaf37;
	box-shadow: 0 0 3px #a0810d, 0 0 10px #a0810d;
}
.great_deals li.hikari a {
	position: relative;
	display: block;
	margin-top: 20px;
	padding: 14px;
	border: 2px solid #fff;
	border-radius: 50px;
	color: #ceaf37;
	background: #fff;
}
.great_deals li.hikari a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	content: '\e902';
	font-family: 'jttweb' !important;
	color: #ceaf37;
	font-size: 1.0rem;
}
.great_deals li.hikari a:hover {
	color: #fff;
	background: none;
}
.great_deals li.hikari a:hover:after {
	color: #fff;
}
.great_deals li.autumnfinalsale {
	background: #fff;
	box-shadow: 0 0 3px #eee, 0 0 10px #eee;
}
.great_deals li.autumnfinalsale a {
	display: block;
	margin-top: 5px;
	padding: 0;
}
.great_deals li.autumnfinalsale a:after {
	content: none;
}
.great_deals li.autumnfinalsale a:hover {
	opacity: 0.8;
}

/*------------------------------------------------------------------
おすすめ商品
------------------------------------------------------------------*/
.recommend_plan {
	margin-top: 85px;
}
.recommend_plan h3 {
	color: #ffcc7f;
	text-shadow: 0 0 7px #a14f00, 0 0 10px #a14f00, 0 0 21px #a14f00;
}
.recommend_plan h3 span:before {
	color: rgb(255 204 127 / 5%);
	text-shadow: 0 0 3px rgb(161 79 0 / 30%);;
}
.recommend_plan h3 span:after {
	top: 40%!important;
	background-image: url(/plan/tokushu/blackfriday/images/ic03.webp?1112);
}
.bnr_list {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 10px;
}
.bnr_list li {
	position: relative;
	width: calc(100% / 4 - 10px);
	transition: 0.2s;
}
.bnr_list li:hover {
	opacity: 0.8;
}
.bnr_list li a {
	display: block;
}
/*------------------------------------------------------------------
追従ボタン
------------------------------------------------------------------*/
.apply_anc {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.3s;
	position: fixed;
	bottom: 95px;
	right: 20px;
	width: 16%;
	max-width: 160px;
    cursor: pointer;
}
.apply_anc.show {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	z-index: 1;
}
.apply_anc.show:hover {
    opacity: 0.7;
}
/* モーダルウィンドウ */
.modal-window {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 65%;
	height: auto;
	background-color: #fff;
	border-radius: 5px;
	z-index: 1005;
    padding-top: 35px;
    max-width: 800px;
}
.modal_inner {
    padding: 10px 20px 30px;
    font-weight: bold;
}
.modal_inner .pc_flex {
    display: flex;
    justify-content: center;
}
.modal_inner .btn_wrap + .btn_wrap {
    margin-left: 35px;
}
.modal_inner .btn_wrap.line_coupon {
    padding-top: 15px;
    border-top: 4px dotted #ccc;
    margin-top: 23px;
    font-size: 1.5rem;
}
.modal_inner .btn_wrap p {
    text-align: center;
    margin-top: 3px;
}
.modal_inner .btn_wrap p span {
    padding:  0px 8px 0 12px;
    position: relative;
}
.modal_inner .btn_wrap p span:before,
.modal_inner .btn_wrap p span:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 18px;
    top: 2px;
    background: #333;
    border-radius: 5px;
}
.modal_inner .btn_wrap p span:before {
    left: 0;
    transform: rotate(-30deg);
}
.modal_inner .btn_wrap p span:after {
    right: 0;
    transform: rotate(30deg);
}
.modal_inner .btn_wrap p a {
    position: relative;
    display: inline-block;
    padding: 9px 30px 9px 25px;
    border-radius: 50px;
    border: 2px solid;
    transition: 0.3s;
    font-size: 1.7rem;
    min-width: 250px;
}
.modal_inner .btn_wrap p a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    content: '\e902';
    font-family: 'jttweb' !important;
    font-size: 1.2rem;
}
.modal_inner .btn_wrap .btn_luxury a {
    background: #fffde2;
    color: #c39800;
}
.modal_inner .btn_wrap .btn_luxury a:hover {
    background: #c39800;
    color: #fffde2;
    border-color: #c39800;
}
.modal_inner .btn_wrap .btn_usually a {
    background: #fff3fb;
    color: #ff5699;
}
.modal_inner .btn_wrap .btn_usually a:hover {
    background: #ff5699;
    color: #fff3fb;
    border-color: #ff5699;
}
.modal_inner .btn_wrap .btn_line a {
    background: #05ae4b;
    color: #fff;
    font-size: 1.5rem;
    padding: 12px 25px 12px 25px;
}
.modal_inner .btn_wrap .btn_line a:hover {
    opacity: 0.7;
}
/* 閉じるボタン */
.button-close {
	position: absolute;
	top: 0;
    right: 0;
	z-index: 999;
}
.button-close span {
    padding: 0 10px 0 15px;
	border-radius: 5px 5px 0 0;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: right;
	background-color: #fff;
	cursor: pointer;
}
/* オーバーレイ */
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 1002;
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅999px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
#blackfriday_luxury,
#blackfriday_pre {
	font-size: 1.5rem;
}
.bg_bk {
	padding-bottom: 60px;
}
#blackfriday_pre .bg_bk {
	padding-bottom: 40px;
}
.inner {
	padding: 0 14px;
}

/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
	margin: 10px auto 0;
}

/*------------------------------------------------------------------
準備中
------------------------------------------------------------------*/
.pre_txt {
	font-size: 1.8rem;
}

/*------------------------------------------------------------------
終了文言
------------------------------------------------------------------*/
.end_txt {
	padding: 20px 0;
	font-size: 1.6rem;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead {
	font-size: 1.7rem;
}
.lead .lead_first {
	font-size: 2.0rem;
}
/*------------------------------------------------------------------
LINE連携
------------------------------------------------------------------*/
.line_link .howto_list {
    display: block;
	margin-bottom: 40px;
}
.line_link .howto_list .add_friends a, .line_link .howto_list .list_apply a {
	width: 380px;
    font-size: 2.0rem;
}
.line_link .howto_list .add_friends a:after, .line_link .howto_list .list_apply a:after {
	font-size: 1.3rem;
}
.line_link .slick-dots {
    bottom: -30px;
}
.line_link .howto_list li {
	width: auto;
}
.line_link .howto_list li img {
    width: 400px;
	height: auto;
}
.line_link .howto_list .add_friends a {
	top: 110px;
}
.line_link .howto_list .list_apply a {
	bottom: 17px;
}
/*------------------------------------------------------------------
タブメニュー
------------------------------------------------------------------*/
.menu li {
	width: calc(100% / 2 - 20px);
	font-size: 1.8rem;
}
#blackfriday_luxury .menu li.luxury span {
	line-height: 1.2;
}
.menu li small {
	font-size: 1.2rem;
}
.menu li.usually {
	padding: 26px 10px 16px;
}
.menu .ashirai {
	font-size: 1.5rem;
}
/*------------------------------------------------------------------
sale概要
------------------------------------------------------------------*/
.sale_terms_box dl {
	width: 47%;
}
.sale_terms_box dl:nth-of-type(2n) {
	margin-left: 30px;
}
.sale_about .sale_terms dl {
	width: 47%;
}
.sale_terms_box dl.sale_area {
	width: 75%;
}
.sale_about .sale_terms dl.sale_area {
	width: 98%;
}
.sale_about .sale_terms dl:nth-of-type(2n) {
	margin-left: 30px;
}
.sale_about .sale_terms dd .sup {
	margin-top: 2px;
	font-size: 1.2rem;
	text-align: left;
}
.sale_about .sale_terms dd .autumnfinalsale {
	text-align: left;
}
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
/*iosのみ*/
_:lang(x)+_:-webkit-full-screen-document, .search_box h3 span:before {
	text-shadow: 0 0 3px rgb(200 0 95 / 10%);
}
.search_box .form {
	padding: 16px 12px 13px;
}
.search_box .autumnfinalsale {
	text-align: left;
}

/*------------------------------------------------------------------
おすすめホテル
------------------------------------------------------------------*/
.sale_hotel {
	margin: 50px 0 0;
}
/*iosのみ*/
_:lang(x)+_:-webkit-full-screen-document, .sale_hotel h3 span:before {
	text-shadow: 0 0 3px rgb(91 24 178 / 10%);
}
.sale_hotel .hotel_list {
	display: block;
}
.sale_hotel .hotel_list .hotel_wrap,
.sale_hotel .hotel_list .hotel_wrap:nth-of-type(3n) {
	width: 560px;
	margin: 0 auto 20px;
}
#blackfriday_pre .sale_hotel .hotel_list .hotel_wrap,
#blackfriday_pre .sale_hotel .hotel_list .hotel_wrap:nth-of-type(3n) {
	width: 500px;
}

/*------------------------------------------------------------------
お得な情報
------------------------------------------------------------------*/
.great_deals {
	display: block;
	width: 500px;
	margin: 60px auto 10px;
}
.great_deals li,
.great_deals li.autumnfinalsale {
	width: 100%;
}
.great_deals li + li {
	margin: 30px 0 0;
}
.great_deals li.line a {
	width: 80%;
}
.great_deals li.hikari a {
	margin-top: 10px;
	padding: 10px;
}

/*------------------------------------------------------------------
おすすめ商品
------------------------------------------------------------------*/
.recommend_plan {
	margin-top: 75px;
}
/*iosのみ*/
_:lang(x)+_:-webkit-full-screen-document, .recommend_plan h3 span:before {
	text-shadow: 0 0 3px rgb(161 79 0 / 10%);
}
/*------------------------------------------------------------------
追従ボタン
------------------------------------------------------------------*/
.apply_anc {
    bottom: 70px;
}
/*-----モーダルウィンドウ-----*/
.modal-window {
	width: 93%;
    max-height: 90%;
}
.modal_inner .btn_wrap + .btn_wrap {
    margin-left: 20px;
}
}
@media screen and (max-width:680px) {
/*------------追従ボタン------------*/
.apply_anc {
	width: 115px;
	right: 5px;
	bottom: 70px;
}
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅599px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
.bg_bk {
	padding-bottom: 40px;
}
#blackfriday_pre .bg_bk {
	padding-bottom: 30px;
}
.br-599 {
	display: block;
}
.br-none599 {
	display: none;
}
#blackfriday_luxury h3,
#blackfriday_pre h3 {
	font-size: 1.9rem
}
#blackfriday_luxury h3 span:before,
#blackfriday_pre h3 span:before {
	left: -50px;
	font-size: 3.4rem;
}

/*------------------------------------------------------------------
準備中
------------------------------------------------------------------*/
.pre_txt {
	margin-top: 12px;
}

/*------------------------------------------------------------------
終了文言
------------------------------------------------------------------*/
.end_txt {
	padding: 15px 0;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead {
	font-size: 3.2vw;
	margin: 15px 0 0;
}
.lead .lead_first {
	font-size: 3.4vw;
}
/*------------------------------------------------------------------
先行発売
------------------------------------------------------------------*/
#blackfriday_luxury .senkou {
	font-size: 1.45rem;
	padding: 15px 5px 10px;
}
#blackfriday_luxury .senkou .title:before {
	bottom: -1px;
	width: 28px;
	height: 28px;
	left: -36px;
}
.txt_box {
	padding: 15px 5px;
	font-size: 1.4rem;
}
.txt_box .title {
	padding-left: 30px;
}
.txt_box .title .ic:before {
	bottom: -6px;
    left: -34px;
    width: 28px;
    height: 28px;
}
.txt_box .sup {
	font-size: 1.1rem;
	text-align: left;
}
/*------------------------------------------------------------------
LINE導線
------------------------------------------------------------------*/
#blackfriday_luxury .line_link {
	margin-top: 14px;
	font-size: 1.5rem;
}
#blackfriday_luxury .line_link .first_limited a {
	width: 97%;
}
/*------------------------------------------------------------------
LINE連携
------------------------------------------------------------------*/
.btn_link a {
	width: 90%;
}
.line_link .btn_link a:before {
    bottom: -5px;
    width: 35px;
    height: 30px;
}
.line_link .sup.link {
	font-size: 1.2rem;
}
.line_link .howto_list .add_friends a, .line_link .howto_list .list_apply a {
	width: 95%;
	font-size: 4.5vw;
}
.line_link .howto_list .add_friends a {
	top: calc(50% - 17.4vw);
}
.line_link .howto_list .list_apply a {
	bottom: 2vw;
}
/*アコーディオン*/
.line_link .accordion_header {
    width: 90%;
    padding: 10px 22px;
}
.line_link .accordion_header:before, .line_link .accordion_header:after {
    right: 10px;
    width: 11px;
}
.line_link .howto_list li img {
	width: 501px;
}
.line_link .accordion_wrap {
	margin-top: 12px;
}
.accordion_inner .sup {
	font-size: 1.2rem;
	text-align: left;
}
/*適用条件*/
.line_link {
	font-size: 1.6rem;
}
.accordion_inner .sup {
	font-size: 1.2rem;
}
/*------------------------------------------------------------------
タブメニュー
------------------------------------------------------------------*/
.txt {
	font-size: 1.6rem;
	margin-top: 30px;
}
.menu {
	margin: 15px auto 18px;
}
.menu li {
	width: calc(100% / 2 - 15px);
	padding: 12px 6px 11px;
	font-size: 1.4rem;
}
.menu li span,
#blackfriday_luxury .menu li.luxury span {
	display: inline-block;
	padding-bottom: 4px;
	font-size: 3.4vw;
	line-height: 1.2;
}
.menu li small {
	font-size: 0.9rem;
}
.menu .luxury {
	text-shadow: 0 0 3px #ceaf37, 0 0 5px #ceaf37;
	box-shadow: 0 0 3px #ceaf37, inset 0 0 3px #ceaf37, 0 0 5px #ceaf37, inset 0 0 5px #ceaf37;
}
.menu .ashirai {
	font-size: 3.4vw;
	padding-bottom: 4px;
}
.menu li.usually {
	padding: 12px 6px 11px;
}
/*------------------------------------------------------------------
sale概要
------------------------------------------------------------------*/
.sale_terms .accordion_header {
	width: 90%;
	padding: 10px 22px;
	font-size: 1.6rem;
}
.sale_terms_box {
	display: block;
}
.sale_terms_box dl {
	width: 100%;
}
.sale_terms_box dt {
	padding: 4px;
	font-size: 1.5rem;
}
.sale_terms_box dd span {
	font-size: 1.3rem;
}
.sale_terms_box dl:nth-of-type(2n) {
	margin-left: 0;
}
.sale_terms_box dd {
	padding: 10px 5px;
}
.sale_terms_box dl.sale_area {
	width: 100%;
}
.sale_terms_box dd span.sup {
	font-size: 1.2rem;
}
#blackfriday_luxury .sale_wrap h2 {
	font-size: 3.0rem;
	text-shadow: 0 0 2px #ceaf37, 0 0 2px #ceaf37;
}
.sale_about h2 {
	font-size: 3.0rem;
	text-shadow: 0 0 2px #ceaf37, 0 0 2px #ceaf37;
}
.sale_about h2 span {
	border-bottom: 3px dotted;
	font-size: 1.8rem;
}
.sale_about .sale_date {
	font-size: 1.8rem;
}
.sale_about .anc_line a {
	display: block;
	width: 100%;
	margin: 0 auto 30px;
	padding: 3px 15px 6px;
	font-size: 1.5rem;
}
.sale_about .anc_line a span {
	font-size: 1.2rem;
}
.sale_about .anc_line a:after {
	right: 4px;
}
.sale_about .membership_info .membership_title {
	display: block;
	padding: 0;
	font-size: 1.8rem;
}
.sale_about .membership_info .membership_title:before,
.sale_about .membership_info .membership_title:after {
	width: 40%;
}
.sale_about .membership_info .membership_txt {
	font-size: 1.4rem;
	text-align: left;
}
.sale_about .membership_info a {
	width: 90%;
	padding: 9px;
	font-size: 1.6rem;
}
.sale_about .membership_info a:after {
	font-size: 1.4rem;
}
.sale_about .sale_terms {
	display: block;
}
.sale_about .sale_terms dl,
.sale_about .sale_terms dl.sale_area {
	width: 100%;
}
.sale_about .sale_terms dl:nth-of-type(2n) {
	margin-left: 0;
}
.sale_about .sale_terms dt {
	padding: 4px;
	font-size: 1.5rem;
}
.sale_about .sale_terms dd {
	padding: 10px 8px;
}
.sale_about .sale_terms dd span {
	font-size: 1.3rem;
}
.sale_about .sale_terms dd span.sup {
	font-size: 1.2rem;
}
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.search_box {
	margin: 35px 0 0;
}
.kodawari_btn label {
	margin-right: 15px;
    font-size: 1.2rem;
}
.kodawari_btn label + label {
	margin-top: 4px;
}
.search_box .autumnfinalsale {
	font-size: 1.2rem;
	text-align: left;
}

/*------------------------------------------------------------------
おすすめホテル
------------------------------------------------------------------*/
.sale_hotel {
	margin: 20px 0 0;
}
#blackfriday_pre .sale_hotel {
	margin: 40px 0 0;
}
.sale_hotel h3 {
	margin: 0 0 25px;
}
#blackfriday_luxury .sale_hotel h3 .sub_title {
	margin-bottom: 7px;
	font-size: 1.4rem;
	line-height: 1.6;
}
.sale_hotel .hotel_list .hotel_wrap,
.sale_hotel .hotel_list .hotel_wrap:nth-of-type(3n),
#blackfriday_pre .sale_hotel .hotel_list .hotel_wrap,
#blackfriday_pre .sale_hotel .hotel_list .hotel_wrap:nth-of-type(3n) {
	width: 100%;
}
.sale_hotel .hotel_list .hotel_area,
.sale_hotel .hotel_list .hotel_name {
	font-size: 1.3rem;
}
/*料金有*/
.sale_hotel .hotel_list figure .hotel_station {
	font-size: 0.8rem;
}

/*------------------------------------------------------------------
お得な情報
------------------------------------------------------------------*/
.great_deals {
	width: 100%;
	margin: 55px auto 10px;
}
.great_deals li {
	font-size: 1.34rem;
}

/*------------------------------------------------------------------
おすすめ商品
------------------------------------------------------------------*/
.recommend_plan {
	margin-top: 60px;
}
.bnr_list {
	display: block;
}
.bnr_list li {
	width: 80%;
	margin: 0 auto;
}
.bnr_list li + li {
	margin-top: 12px;
}
/*------------------------------------------------------------------
追従ボタン
------------------------------------------------------------------*/
.modal_inner .pc_flex {
	display: block;
}
.modal_inner .btn_wrap + .btn_wrap {
	margin-left: 0;
	margin-top: 15px;
}
.modal_inner .btn_wrap p {
    font-size: 1.4rem;
}
.modal_inner .btn_wrap p a {
    min-width: 90%;
    width: 90%;
    font-size: 1.6rem;
}
.modal_inner .btn_wrap p span {
    padding: 0 7px 0 10px;
}
.modal_inner .btn_wrap p span:before,
.modal_inner .btn_wrap p span:after {
    height: 14px;
}
}
@media screen and (max-width: 370px) {
.br-320 {
	display: block;
}
.txt_box {
	font-size: 1.4rem;
}
.txt_box .sup {
	text-align: left;
}
.line_link {
	font-size: 1.5rem;
}
.line_link .btn_link a:before {
	right: -14px;
}
}
@media screen and (max-width: 350px) {
#blackfriday_luxury .senkou {
	font-size: 1.4rem;
	padding: 15px 5px 10px;
}
#blackfriday_luxury .line_link {
	font-size: 1.4rem;
}
#blackfriday_luxury .line_link .first_limited a:before {
	bottom: -5px;
    width: 35px;
    height: 30px;
}
.sale_terms .accordion_inner {
	padding: 39px 5px 12px;
	font-size: 1.4rem;
}
.sale_terms_box dd span.sup {
	font-size: 1.1rem;
}
.menu li span, #blackfriday_luxury .menu li span {
	font-size: 3.3vw;
}
#blackfriday_luxury h3 {
	font-size: 1.6rem;
}
.sale_hotel .hotel_list .plan_apply .btn_apply li a {
	font-size: 1.2rem;
}
.sale_hotel .sup_money {
	font-size: 1.2rem;
}
}
@media screen and (max-width: 320px) {
.txt_box {
	font-size: 1.3rem;
}
.txt_box .title .ic:before {
	bottom: -2px;
}
.line_link {
	font-size: 1.4rem;
}
.menu .ashirai {
	padding: 0 5px;
}
.menu .ashirai:before, .menu .ashirai:after {
	top: 0px;
    bottom: 3px;
}
.txt {
	font-size: 1.4rem;
}
#blackfriday_luxury h3, #blackfriday_pre h3 {
	font-size: 1.6rem;
}
}