@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/
main {
    background:url(../images/allbg.png);
    color: #333
}
main * {font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}
article > section {padding-bottom: 5%}
section img {
	width: 100%;
	height: auto;
}
#anchorLinkBlock {padding: 10px 0;}
.disnone {display:none;}
main .select:hover,
main .select a:hover {
    opacity: 1!important;
    filter: alpha(opacity=100)!important;
    -ms-filter: "alpha(opacity=100)"!important;
    -moz-opacity: 1!important;
    cursor:auto !important
}
#particles-js{ 
  position:fixed;
  z-index:1;
  width: 100%;
  height: 100%;
}
#pc_header {
    z-index: 3;
    position: sticky;
}
#dirPathBlock a,
#anchorLinkBlock a,
main a,
main .inner,
#nta_footer {
    z-index: 2;
    position: sticky;
}

/* link underline */
main a.underline {
	color: #333333;
	text-decoration: underline;
}

/* accordion */
.accordion__title {
	position: relative;
	display: block;
	width: 100%;
    color: #e30035;
    border: 1px solid #e30035;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	text-align: left;
	padding: 15px 0 16px 20px;
	background: #FFF;
}
.accordion__title::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 39px;
	height: 27px;
	right: 20px;
	background: url('../images/icon_under2.svg') no-repeat center / contain;
	transition: transform .3s ease-in-out;
}
.accordion__content {
	position: relative;
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease-in-out;
	background: #fff;
}
.accordion__item.is-open .accordion__content {
	transition: max-height .3s ease-in-out;
	max-height: var(--max-height);
	margin-bottom: 62px;
}
.accordion__item.is-open .accordion__title::after {
	transform: translateY(-50%) rotate(180deg);
}

/* scrollbox */
.sliderBox a {color: #414540;}
section .scrollbox > ul > li {
	background-color: #FFF;
	border: 1px solid #e2c142;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone {display: none;}
main article {
    background: url(../images/bg_side.png) repeat-y -1% -105px, url(../images/bg_side2.png) repeat-y 105% -55px;
    background-size: 25%;
}

/* CSS */
#dirPathBlock {
	overflow-x: scroll;
	overflow-y: hidden;
}
#dirPathBlock,
#anchorLinkBlock {margin: 0 1%;}
#dirPathBlock p,
#anchorLinkBlock a {font-size: 12px;}
#dirPathBlock p {width: max-content;}
h1 {
	font-size: 12px;
	margin: 0 1% 1%;
}
p.special_events__title{
	background: #222;
	    display: block;
	    text-align: center;
	    margin: 0 0 3%;
	    padding: 5px;
	    font-size: 18px;
	    color: #FFF;
	    font-weight: 700;
}
h2 {
	color: #e30035;
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}
h2 small{
    font-size: 0.75em;
    color: #222;
}
h3,
h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 3%
}
.inner {
	width: 94%;
	margin: 0 3%;
	padding: 24px 0;
	box-sizing: border-box;
}

/*title*/
.mv figure {
	margin: 0;
	padding: 0;
}
figure#mainphoto img {width: 100%;}
.mv .select_wrap {
    margin: 12px auto;
    text-align: center;
    font-size: 16px;
    display: flex
}
.mv .select_wrap {
    font-size: 18px
}
.mv .select_wrap li {
    width: 48%;
    height: 40px;
    margin: 0 5px;
}
.mv .select_wrap li a {
    width: 100%;
    height: 100%;
    display: block;
    align-content: center;
    background: #FFF;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #BEA223;
    letter-spacing: 2px;
    box-sizing: border-box
}
.mv .select_wrap li a.select {
    color: #FFF;
    background: #BEA223
}

/*nav*/
#follow-up_nav {margin: 25px 0;}
main article nav.fixed {
	position: fixed!important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	margin: 0;
	text-align: center;
	background: #FFF;
}
main article nav ul{width: 100%;}
main article #follow-up_nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
main article #follow-up_nav li {
    width: calc(98% / 2);
    background: #bea223;
    text-align: center;
    margin: 0 0.5%;
    border-radius: 5px;
}
main article #follow-up_nav li:first-child {background: #e30035;}
main article #follow-up_nav li a {
    width: 100%;
    height: 48px;
    align-content: center;
    display: block;
    color: #fff;
    position: relative;
    font-size: 14px;
}
main article #follow-up_nav li a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}

/* period */
#link01 .inner,
#coupon01 .inner,
#coupon02 .inner,
#coupon03 .inner,
#coupon_notice_section .inner {
    background: #fff;
    box-shadow: 2px 2px 5px #daae17;
    padding: 25px 10px;
    box-sizing: border-box;
}
.period {text-align: center;}
.period dt,
.period dd {
	font-size: 16px;
}
.period dt {
	margin-top: 24px;
	font-weight: 700;
}
.period dd {
	margin-top: 15px;
}

/* coupon_noticetxt */
.coupon_noticetxt {
    margin-bottom: 1em;
    font-size: 16px;
    text-align: center
}
.coupon_noticetxt li {margin-bottom: 0.75em}
.coupon_noticetxt li dt {font-weight: bold;}

/* notice */
.notice {
	display: grid;
	place-content: center;
	font-size: 14px;
	margin-bottom: 25px
}
.notice li {
	display: inline-block;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em
}
.notice li::before {
	content: "※"
}
.notice li em {
	font-weight: 700
}
.notice li em.red {
	color: #DF0000
}

/* btn */
.btn_wrap {margin-bottom: 15px;}
.btn {
    width:100%;
    margin-bottom: 3%;
}
.btn a {
    position: relative;
    display: block;
    color: #FFF;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    text-align: center;
    padding: 15px 0 18px;
    background: #e30035;
    border-radius: 5px
}
#follow-up_nav a::after,
.btn a::after {
	content: "";
	position: absolute;
	top: 28%;
	transform: rotate(-90deg);
	display: block;
	width: 39px;
	height: 27px;
	right: 0;
	background: url('../../images/icon_under.svg') no-repeat center / contain;
}
#follow-up_nav a::after,
.btn a.uncer::after {transform: rotate(0deg);}
#follow-up_nav a::after {
    position: absolute;
    top: 35%;
    right: -2px;
    width: 24px;
    height: 18px;
}

/* coupon */
/*#coupon01,
#coupon02,
#coupon03 {
    margin: 15px 0;
    padding: 15px 0;
    border-bottom: 2px dotted #999;
}*/
.coupon_heading {font-size: 18px;}
.coupon_wrap {
	display: grid;
	gap: 15px;
	margin-bottom: 25px
}
.coupon_wrap > li {
	/*width: 82%;*/width: 94%;
	margin: 0 auto;
	position: relative;
	background: #FFF
}
.coupon_wrap h4 {margin: 0 0 15px}
.coupon_wrap > li .cpn_get {
	width: 100%;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	position: relative
}
.coupon_wrap > li .cpn_get>a {display: block}
.coupon_wrap > li .cpn_get dl {
	height: 176px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end
}
.coupon_wrap.ka_tour>li .cpn_get dl {border: 5px solid #51b028}
.coupon_wrap.ka_airset>li .cpn_get dl {border: 5px solid #0093da}
.coupon_wrap dl {
	padding: 0;
	cursor: pointer
}
.coupon_wrap.ka_tour dl {
	background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_kaigai_tour.png) no-repeat center 15px;
	background-size: 95px;
	color: #51b028
}
.coupon_wrap.ka_airset dl {
	background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_airset.png) no-repeat center 15px;
	background-size: 95px;
	color: #0093da
}
.coupon_wrap dl:hover {opacity: 0.95}
.coupon_wrap li a>dl * {font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif}
.coupon_wrap dt {
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: 700
}
.coupon_wrap dt small {
	width: 24%;
	margin: 0 0 0 1%;
	font-size: 12px;
	letter-spacing: -1px
}
.coupon_wrap dt strong {
	width: 75%;
	font-size: 36px
}
.coupon_wrap dt strong span {
	font-size: 0.5em;
	letter-spacing: 0;
	margin: 0 5px
}
.coupon_wrap dd.about_mycoupon {
	width: 100%;
	display: flex;
	text-align: center;
	margin: 0 8px
}
.coupon_wrap .fcf {
    background: #343474;
    width: 60px;
    height: 60px;
    border-radius: 36px;
    color: #FFF;
    line-height: 1.1;
    font-size: 12px;
    display: grid;
    align-items: center;
    margin-right: 20px;
}
.coupon_wrap .mycoupon {
    width: 100%;
	font-weight: 700;
	font-size: 25px;
	display: grid;
	align-items: center
}
.coupon_wrap .cpnget {
	width: 100%;
	display: grid;
	align-items: center;
	grid-template: auto / 122px 1fr;
	padding: 10px 0 5px
}
.coupon_wrap.ka_tour .cpnget {background: #51b028}
.coupon_wrap.ka_airset .cpnget {background: #0093da}
.coupon_wrap .cpnget .ico {
	background: #FFF;
	padding: 2px 5px 0;
	border-radius: 5px;
	font-size: 15px;
	text-align: center;
	font-weight: 700;
	display: block
}
.coupon_wrap .cpnget h5 {
	text-align: right;
	padding: 2px 10px 2px 0;
	margin: 0 0 0 8px;
	display: block;
	font-weight: 700;
	color: #FFF;
	font-size: 13px;
	position: relative
}
.coupon_wrap .cpnget h5:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #FFF;
	border-radius: 10px;
	position: absolute;
	top: 1px;
	right: 128px
}
.coupon_wrap .cpnget h5:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	position: absolute;
	top: 4px;
	right: 132px
}
.coupon_wrap.ka_tour .cpnget h5:after {border-color: transparent transparent transparent #51b028}
.coupon_wrap.ka_airset .cpnget h5:after {border-color: transparent transparent transparent #0093da}
.coupon_wrap .conditions {
    padding: 10px
}
.coupon_wrap .conditions li {
	font-size: 12px;
	display:flex
}
.coupon_wrap .conditions li+li {margin-top: 10px}
.coupon_wrap .conditions li strong {
	display: inline-block;
	font-weight: 700;
	width: 80px
}
.coupon_wrap .conditions li span {
	display: block;
	width: calc(100% - 80px)
}
.coupon_wrap .cpndetai {
	padding: 0 8px;
	font-size: 10px;
	text-align: center;
}
.coupon_wrap .cpndetai a {
	display: block;
	padding: 0 0 15px;
	font-size: 10px;
}
.coupon_wrap .cpndetai a::after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 3px;
	margin-left: 4px;
	vertical-align: middle;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224%22%20height%3D%223%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%230065D6%22%20d%3D%22M2%203%20.268%200h3.464L2%203Z%22%2F%3E%3C%2Fsvg%3E') no-repeat center / contain;
}
.coupon_wrap .end {
	width: 100%;
	height: 100%;
	position: absolute;
	color: #FFF;
	top: 0;
	left: 0;
	display: grid;
	align-items: center;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
    text-shadow: 2px 2px 2px #000;
	z-index: 1;
	font-size: 24px;
    font-weight: bold
}

/* accordion */
.accordion__title {
	font-size: 18px;
	margin-bottom: 15px;
}
.accordion__content ul li {
	font-size: 14px;
	line-height: 1.67;
	text-indent: -1em;
	padding-left: 1em;
}
.accordion__content ul li::before {
	content: "・";
}

/* scrollbox */
.scrollbox_wraper {
    margin-bottom: 25px;
    position: relative
}
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
	width: 32px;
	height: 32px;
	position: absolute;
	top: calc(50% - 32px);
	display: block;
	z-index: 1;
	background: #FFF;
	border-radius: 50%;
	box-shadow: 0px 0px 6px #888
}
.scrollbox_wraper .scroll_left_btn {left: 0}
.scrollbox_wraper .scroll_right_btn {right: 0}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
	content: "";
	display: block;
	width: 0;
	height: 0
}
.scrollbox_wraper .scroll_left_btn:after {
	position: absolute;
	top: 16px;
	left: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top
}
.scrollbox_wraper .scroll_right_btn:after {
	position: absolute;
	top: 16px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top
}
.scrollbox_wraper .scroll_left_btn:before {
	position: absolute;
	top: 7px;
	left: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom
}
.scrollbox_wraper .scroll_right_btn:before {
	position: absolute;
	top: 7px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom
}
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {
	transition: 0.1s;
	display: none !important
}
.scrollbox_wraper .scrollbox {overflow-x: scroll !important}
.scrollbox_wraper .scrollbox > ul {
	width: fit-content !important;
	display: flex !important;
	margin: 0 auto 15px !important;
    padding: 0 calc((100% - 250px) / 2)
}
.scrollbox_wraper .scrollbox > ul > li {
	width: calc(1040px / 4) !important;
	margin: 0 5px !important;
    padding: 15px;
	box-sizing: border-box
}
.scrollbox_wraper .scrollbox > ul > li h3 {
	display: grid;
	flex-direction: column;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
	align-items: center;
	font-weight: bold;
	font-size: 18px
}
.scrollbox_wraper .scrollbox > ul > li .txt {font-size: 14px}
.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px !important}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px !important;
	background: #eee !important;
	border-radius: 5px !important
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px !important;
	background: #999 !important
}

}

/*760px以上*/
@media screen and (min-width: 760px), print {
#wrapper {line-height: 1.231;}
.pcnone {display: none;}
main article {background:url(../images/bg_side.png) repeat-y -100px -105px,url(../images/bg_side2.png) repeat-y 109% -55px;}

/* CSS */
#dirPathBlock,
.iframe_end-content_gadget,
#anchorLinkBlock {
	width: 100%;
	max-width: 1080px;
	min-width: 760px;
	margin: auto;
}
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a {
	font-size: 12px;
}
h1 {
	font-size: 12px;
	width: 100%;
	max-width: 1080px;
	min-width: 760px;
	margin: 0 auto 5px;
}
p.special_events__title{
	background: #222;
	    display: block;
	    text-align: center;
	    margin: 0 0 3%;
	    padding: 15px;
	    font-size: 28px;
	    color: #FFF;
	    font-weight: 700;
}
h2 {
	color: #e30035;
	margin-bottom: 27px;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
}
h2 small{
    font-size: 0.75em;
    color: #222;
}
h3,
h4 {
    width: fit-content;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto 3%
}
.inner {
	width: 100%;
	max-width: 1080px;
	min-width: 760px;
	margin: 0 auto;
	/*padding: 50px 0;*/
	display: block;
}

/*title*/
.mv {width: 100%;}
	figure#mainphoto {
	margin: 0;
	padding: 0;
}
figure#mainphoto img {
	width: 100%;
}
.mv .select_wrap {
    width: 440px;
    margin: 25px auto;
    text-align: center;
    font-size: 20px;
    display: flex
}
.mv .select_wrap li {
    width: 220px;
    height: 50px;
    margin: 0 5px
}
.mv .select_wrap li a {
    width: 100%;
    height: 100%;
    display: block;
    align-content: center;
    background: #FFF;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid #BEA223;
    letter-spacing: 5px;
    box-sizing: border-box
}
.mv .select_wrap li a.select {
    color: #FFF;
    background: #BEA223
}

/*nav*/
#follow-up_nav {margin: 25px 0;}
main #follow-up_nav {height:72px;}
main article nav.fixed {
	position: fixed!important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	margin: 0;
	text-align: center;
	background: #FFF;
}
main article nav ul{
    width: 100%;
    max-width: 1080px;
    min-width: 760px;
    margin: auto;
    height: 72px
}
main article #follow-up_nav ul {
    display:flex;
    gap: 1%;
}
main article #follow-up_nav li {
    width: calc(99% / 2);
    background: #bea223;
    text-align: center;
    margin: 1% 0;
    border-radius: 5px;
}
main article #follow-up_nav li:first-child {background: #e30035;}
main article #follow-up_nav li a {
    width: 100%;
    display: block;
    line-height: 1.2;
    font-size: 15px;
    color: #fff;
    padding: 15px 0;
    position: relative
}
main article #follow-up_nav li a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}

/* period */
#link01 .inner,
#coupon01 .inner,
#coupon02 .inner,
#coupon03 .inner,
#coupon_notice_section .inner {
    background: #fff;
    box-shadow: 2px 2px 5px #daae17;
    padding: 50px 25px;
    box-sizing: border-box;
}
.period {
	display: flex;
        flex-wrap: wrap;
	text-align: center;
	gap: 1%;
}
.period dt,
.period dd {
	width: 40%;
	font-size: 20px;
}
.period dt {
	text-align: right;
	font-weight: 700;
	margin-bottom: 2%;
}
.period dd {text-align: left}

/* coupon_noticetxt */
.coupon_noticetxt {
    display: grid;
    place-content: center;
    margin-bottom: 1em;
    font-size: 18px
}
.coupon_noticetxt li {
        width: 740px;
        margin-bottom: 0.75em;
}
.coupon_noticetxt li dl {display: flex}
.coupon_noticetxt li dt {
        font-weight: bold;
        margin-right: 1em;
        text-align: right;
        width: 30%;
}
.coupon_noticetxt li dd {width: 70%}

/* notice */
.notice {
	display: grid;
	place-content: center;
	margin-bottom: 35px;
	font-size: 16px;
}
.notice li {
	display: inline-block;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.3em;
}
.notice li::before {
	content: "※";
}
.notice li em {
	font-weight: 700;
}
.notice li em.red {
	color: #DF0000;
}
.notice .tabiwa_cp {
	background: #ebebf9;
	margin: 20px 0;
	padding: 15px;
	text-indent: 0;
	position: relative
}
.notice .tabiwa_cp::before {content: ""}
.notice .tabiwa_cp a {color:#333!important}
.notice .tabiwa_cp  a dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.notice .tabiwa_cp  a dt {
	width: 30%;
	margin-right: 3%;
	background: #FFF;
	padding: 10px;
	box-sizing: border-box
}
.notice .tabiwa_cp  a dd {
	width: 67%;
	line-height: 1.4
}
.notice .tabiwa_cp  a dd p b {color: #00499f}
.notice .tabiwa_cp  a dd:last-child {
    width: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FFF;
    background: #00499f;
    text-indent: 0;
    text-align: center;
    font-size: 0.85em
}

/* btn */
.btn_wrap {
    display: flex;
    gap: 5px;
    margin-bottom: 25px;
}
.btn_wrap li {width: 80%;}
.btn {
    width:80%;
    margin: auto
}
.btn a {
    position: relative;
    display: block;
    color: #FFF;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    text-align: center;
    padding: 15px 0 18px;
    background: #e30035;
    border-radius: 5px
}
#coupon > .btn_wrap .btn a {
    height: 40px;
    align-content: center;
}
#follow-up_nav a::after,
.btn a::after {
	content: "";
	position: absolute;
	top: 28%;
	right: 0;
	transform: rotate(-90deg);
	display: block;
	width: 39px;
	height: 27px;
	background: url('../../images/icon_under.svg') no-repeat center / contain;
}
#follow-up_nav a::after,
.btn a.uncer::after {
    right: 0;
    transform: rotate(0deg);
}

/* coupon */
/*#coupon01,
#coupon02,
#coupon03 {
    margin: 25px 0;
    padding: 25px 0;
    border-bottom: 4px dotted #999;
}*/
.coupon_heading {font-size: 20px;}
.coupon_wrap {
    width: 740px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 35px;
}
.coupon_wrap > li {
    width: 48%;
    margin: 1% auto 3%;
	background: #FFF;
	position: relative
}
.coupon_wrap h4 {margin: 0 0 15px}
.coupon_wrap > li .cpn_get {
	width: 100%;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	position: relative
}
.coupon_wrap > li .cpn_get>a {display: block}
.coupon_wrap.ka_tour>li .cpn_get dl {border: 5px solid #51b028}
.coupon_wrap.ka_airset>li .cpn_get dl {border: 5px solid #0093da}
.coupon_wrap dl {
	padding: 10px 0 0;
	cursor: pointer
}
.coupon_wrap.ka_tour dl {
	background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_kaigai_tour.png) no-repeat center 33%;
	background-size: 95px;
	color: #51b028
}
.coupon_wrap.ka_airset dl {
	background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_airset.png) no-repeat center 33%;
	background-size: 95px;
	color: #0093da
}
.coupon_wrap dl:hover {opacity: 0.95}
.coupon_wrap li a > dl * {font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif}
.coupon_wrap dt {
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px
}
.coupon_wrap dt small {
	width: 32%;
	font-size: 14px
}
.coupon_wrap dt strong {
	width: 68%;
	font-size: 40px
}
.coupon_wrap dt strong span {
	font-size: 0.45em;
	letter-spacing: 0;
	margin: 0 5px
}
.coupon_wrap dd.about_mycoupon {
	display: flex;
	text-align: center;
	margin: 5%
}
.coupon_wrap .fcf {
    background: #343474;
    width: 64px;
    height: 64px;
    border-radius: 36px;
    color: #FFF;
    line-height: 1.1;
    font-size: 14px;
    display: grid;
    align-items: center;
    margin-right: 20px;
}
.coupon_wrap .mycoupon {
    width: 100%;
    font-weight: 700;
    font-size: 32px;
    display: grid;
    align-items: center
}
.coupon_wrap .cpnget {
	display: grid;
	align-items: end;
	grid-template: auto / 150px 1fr;
	padding: 10px 5px 5px
}
.coupon_wrap.ka_tour .cpnget {background: #51b028}
.coupon_wrap.ka_airset .cpnget {background: #0093da}
.coupon_wrap .cpnget .ico {
	background: #FFF;
	padding: 2px 5px 0;
	border-radius: 5px;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	display: block
}
.coupon_wrap .cpnget h5 {
	text-align: right;
	padding: 2px 0 2px 22px;
	margin: 0 0 0 8px;
	display: block;
	font-weight: 700;
	color: #FFF;
	font-size: 18px;
	position: relative
}
.coupon_wrap .cpnget h5:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #FFF;
	border-radius: 10px;
	position: absolute;
	top: 1px;
	left: 0
}
.coupon_wrap .cpnget h5:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	position: absolute;
	top: 4px;
	left: 7px
}
.coupon_wrap.ka_tour .cpnget h5:after {border-color: transparent transparent transparent #51b028}
.coupon_wrap.ka_airset .cpnget h5:after {border-color: transparent transparent transparent #0093da}
.coupon_wrap .conditions {
    padding: 10px
}
.coupon_wrap .conditions li {
	font-size: 12.5px;
	margin-bottom: 5px;
	display: flex
}
.coupon_wrap .conditions li+li {margin-top: 15px}
.coupon_wrap .conditions li strong {
	display: block;
	font-weight: 700;
	width: 6em
}
.coupon_wrap .conditions li span {
	display: block;
	width: calc(100% - 6em)
}
.coupon_wrap .cpndetai {
	padding: 0 15px;
	font-size: 13px;
	text-align: center;
}
.coupon_wrap .cpndetai a {
	display: block;
	padding: 0 0 15px;
	font-size: 10px;
}
.coupon_wrap .cpndetai a::after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 3px;
	margin-left: 4px;
	vertical-align: middle;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224%22%20height%3D%223%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%230065D6%22%20d%3D%22M2%203%20.268%200h3.464L2%203Z%22%2F%3E%3C%2Fsvg%3E') no-repeat center / contain;
}
.coupon_wrap .end {
	width: 100%;
	height: 100%;
	position: absolute;
	color: #FFF;
	top: 0;
	left: 0;
	display: grid;
	align-items: center;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
    text-shadow: 2px 2px 2px #000;
	z-index: 1;
	font-size: 32px;
    font-weight: bold
}

/* accordion */
.accordion__title {
	font-size: 20px;
	margin-bottom: 15px;
	background: #FFF;
}
.accordion__content ul li {
	font-size: 18px;
	line-height: 1.67;
	text-indent: -1em;
	padding-left: 1em;
}
.accordion__content ul li::before {
	content: "・";
}

/* scrollbox */
.scrollbox_wraper {	position: relative}
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
	width: 32px;
	height: 32px;
	position: absolute;
	top: calc(50% - 32px);
	display: block;
	z-index: 1;
	background: #FFF;
	border-radius: 50%;
	box-shadow: 0px 0px 6px #888
}
.scrollbox_wraper .scroll_left_btn {left: -40px}
.scrollbox_wraper .scroll_right_btn {right: -40px}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
	content: "";
	display: block;
	width: 0;
	height: 0
}
.scrollbox_wraper .scroll_left_btn:after {
	position: absolute;
	top: 16px;
	left: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top
}
.scrollbox_wraper .scroll_right_btn:after {
	position: absolute;
	top: 16px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top
}
.scrollbox_wraper .scroll_left_btn:before {
	position: absolute;
	top: 7px;
	left: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom
}
.scrollbox_wraper .scroll_right_btn:before {
	position: absolute;
	top: 7px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom
}
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {
	transition: 0.1s;
	display: none !important
}
.scrollbox_wraper .scrollbox {overflow-x: scroll !important}
.scrollbox_wraper .scrollbox > ul {
	width: fit-content !important;
	display: flex !important;
	margin: 0 auto 15px !important
}
section .scrollbox > ul > li {
    width: calc(1040px / 4);
    margin: 0 5px;
    padding: 15px;
    background-color: #FFF;
    border: 1px solid #e2c142;
    box-sizing: border-box;
}
.scrollbox_wraper .scrollbox > ul > li h3 {
	display: grid;
	flex-direction: column;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
	align-items: center;
	font-weight: bold;
	font-size: 18px
}
.scrollbox_wraper .scrollbox > ul > li .txt {font-size: 14px}
.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px !important}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px !important;
	background: #eee !important;
	border-radius: 5px !important
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px !important;
	background: #999 !important
}

/*------------------------------
scroll item
------------------------------*/
/*PCスクロールなし*/
.scrollbox_wraper.pc_no_slider .scrollbox > ul {width: 99% !important}
.scrollbox_wraper.pc_no_slider .scroll_left_btn,
.scrollbox_wraper.pc_no_slider .scroll_right_btn,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar-track,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar-thumb {display:none!important}

}


/*海外DP*/
#kaigaidp_nta {
	width:98%;
	max-width: 740px;
    display: flex;
    margin: 0 auto 25px;
}
#kaigaidp_nta li {
	width: calc(96% / 2);
    background: #e7f6f8;
    margin: 0 1%;
    padding: 10px 0;
    font-size: 14px;
	box-shadow: 2px 2px 5px #555;
}
#kaigaidp_nta dl {
	display: flex;
    align-items: center;
    font-weight: bold;
    text-align: center;
}
#kaigaidp_nta dt {
	width: 36px;
    padding: 0 2%;
}
#kaigaidp_nta dd {width: 80%;}
@media screen and (max-width: 759.9px) {
#kaigaidp_nta dd {width: 70%;}
}
.kaigaidp_itembox .scrollbox > ul > li.sliderBox {
    width: calc(1040px / 4);
    margin: 0 5px;
    position: relative;
    background-color: #FFF;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    padding: 0;
    box-sizing: border-box;
}
.kaigaidp_itembox .scrollbox > ul > li.sliderBox * {box-sizing: border-box;}
.kaigaidp_itembox .sliderBox:hover {
  opacity: 1!important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.25);
}
.kaigaidp_itembox .sliderBox a {color: #333;}
.kaigaidp_itembox .sliderBox a:hover {
  opacity: 1!important;
  transition: all 0.3s ease-in-out;
}
.kaigaidp_itembox .sliderBox a .ItemTitleWrap {
  position: relative;
  background-color: #eee;
  overflow: visible;
  z-index: 2;
  min-height: 88px;
}
.kaigaidp_itembox .sliderBox a .ItemTitle {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 1rem;
  background-color: #eee;
  border-radius: 0.5rem 0.5rem 0 0;
}
.kaigaidp_itembox .sliderBox a .ItemSubTitle {
	display: inline-block;
	background-color: #781A23;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 0.75rem;
	font-weight: 700;
    position: absolute;
    top: 1.95rem;
    right: 1rem;
}
.kaigaidp_itembox .sliderBox a .ItemSet {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0.75rem;
  border-bottom: 1px solid #ddd;
}
.kaigaidp_itembox .sliderBox a .ItemSet:last-child {border-bottom: none;}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemSetInner {
  display: flex;
  width: 100%;
}
.kaigaidp_itembox .sliderBox .ItemCardImage > div {
    max-height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.kaigaidp_itembox .sliderBox .ItemCardText .ItemCardSubText {
/*	height: 85px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;*/
	padding: 0 10px;
	margin-bottom: 15px;
	text-align: justify;
	line-height: 1.231;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemSetInner .ItemSetIcon {
  width: 48px;
  padding: 0.75rem 0;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemSetInner .ItemSetIcon svg {
  width: 32px;
  height: 32px;
  background-color: #93c47d;
  padding: 0.375rem;
  border-radius: 250%;
  color: #FFF;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemSetInner .ItemSetBody {
  width: 100%;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.125rem;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemSetInner .ItemSetBody .ItemSetCardName {
	font-size: 0.875rem;
	font-weight: bold;
	display: block;
	width: 100%;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemSetInner .ItemSetBody .ItemSetCardSubTitlte {
  font-size: 0.75rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  width: 100%;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemSetInner .ItemSetBody .ItemSetCardRating {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  width: 100%;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemSetInner .ItemSetBody .ItemSetCardRating .starIcon {
  background-image: url("https://www.nta.co.jp/kaigai/assets/svg/star.svg");
  background-size: cover;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemSetInner .ItemSetBody .ItemSetCardRating .starIcon--active {
  background-image: url("https://www.nta.co.jp/kaigai/assets/svg/star-active.svg");
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemSetInner .ItemSetBody .ItemSetCardRating .starIcon--half {
  background-image: url("https://www.nta.co.jp/kaigai/assets/images/star_half.png");
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemCard {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemCard .ItemCardImage {
  width: 100%;
  max-height: 196px;
  overflow: hidden;
  border-radius: 0.25rem;
  margin-bottom: 0.25rem;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemCard .ItemCardImage img {
  display: block;
  max-height: 198px;
  border-radius: 0.25rem;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemCard .ItemCardText {
  text-align: center;
  margin-bottom: 0.5rem;
}
.kaigaidp_itembox .sliderBox.いらない a .ItemSet .ItemCard .ItemCardText {
  padding: 0.5rem;
  margin:8px;
  background-color: #FBF4E4;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemCard .ItemCardText .ItemCardTitle {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.25rem;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemCard .ItemCardText .ItemCardSubText {
  font-size: 0.875rem;
  text-align: left;
  min-height: 4rem;
}
.kaigaidp_itembox .sliderBox a .ItemSet.ItemSetTerm .ItemTermText {
  width: 100%;
  padding: 0.25rem 0;
  font-size: 0.7rem;
  font-weight: 400;
  text-align: center;
  color: #333;
}
.kaigaidp_itembox .sliderBox a .ItemSet.ItemSetPrice {padding: 0.5rem;}
.kaigaidp_itembox .sliderBox a .ItemSet.ItemSetPrice .ItemPrice {
  width: 100%;
  padding: 0.25rem 0.25rem 0;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #c22a39;
  letter-spacing: -0.005rem;
}
.kaigaidp_itembox .sliderBox a .ItemSet.ItemSetPrice .ItemPrice .ItemPriceCurrency {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.kaigaidp_itembox .sliderBox a .ItemSet.ItemSetPrice .ItemPriceSubText {
  width: 100%;
  font-size: 0.7rem;
  font-weight: 400;
  text-align: center;
  color: #333;
}
.kaigaidp_itembox .sliderBox a .ItemSet.ItemSetPrice .ItemPriceText {
  width: 100%;
  padding: 0 0.5rem 0;
  font-size: 0.7rem;
  font-weight: 400;
  text-align: center;
  color: #333;
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemTitleWrap {margin-bottom: 0.75rem;}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemSubTitle {
    display: inline-block;
    background-color: #781a23;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    color: #FFF;
    font-size: 0.875rem;
    position: absolute;
    top: auto;
    bottom: -0.5rem;
    right: 1rem;
    font-weight: 700;
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemTitleSubLine {
    font-size: 0.75rem;
    font-weight: normal;
    padding: 0.25rem 1rem 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemTitleSubLine .ItemTitleSubLineIcon.tentsuki-from-japan {
    background-color: #BB6253;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 250%;
    padding: 0.125rem;
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemTitleSubLine .ItemTitleSubLineIcon svg {
    width: 14px;
    height: 14px;
    color: #FFF;
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemSet .ItemCard .ItemCardText {
    padding: 0.5rem 0 0;
    margin: 8px 0;
    background-color: #FBF4E4;
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemSet.ItemSetUpgrade {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemSet.ItemSetUpgrade .ItemUpgradeText {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 800;
    text-align: center;
    color: #333;
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemSet.ItemSetUpgrade .ItemUpgradeIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.5rem;
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemSet.ItemSetUpgrade .ItemUpgradeIcon li.is-disabled {
    position: relative;
    opacity: 0.5;
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemSet.ItemSetUpgrade .ItemUpgradeIcon li.is-disabled::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #333;
    transform: rotate(45deg);
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemSet.ItemSetUpgrade .ItemUpgradeIcon li svg {
    width: 24px;
    height: 24px;
}

/*GU*/
.ItemBoxItemFooter{
  padding: 1rem 0.75rem;
  background-color: #FEF2E2;
  width: calc(100% - 1.5rem);
  max-width: 970px;
  margin: 1.25rem auto;
  border-radius: 0.5rem;
}
.ItemBoxItemFooter h4 {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.25rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.ItemBoxUpgradeWrap{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.ItemBoxUpgrade{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 1rem 0.5rem 1rem;
  background-color: #FFF;
}
.ItemBoxUpgradeHeading{
  width: 100%;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.ItemBoxUpgradeTitleWrap{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ItemBoxUpgradeTitle{
  font-size: 0.875rem;
  font-weight: bold;
}
.ItemBoxUpgradeTitle span{
  font-size: 0.675rem;
  font-weight: normal;
}
.ItemBoxUpgradeText{
  display: none;
}
.ItemBoxUpgradeImage{
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 0.5rem;
  overflow: hidden;
}
.ItemBoxUpgradeImage img{
  display: block;
  margin: 0 auto;
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 760px), print {
	.ItemBoxUpgradeWrap {
        flex-wrap: nowrap;
        align-items: unset;
    }
    .ItemBoxUpgradeText {
        display: block;
    }
	.ItemBoxUpgradeImage img {
        width: 96px;
        height: 96px;
    }
}
.ItemBoxUpgradeWrap .PlanPlusLink{
  width: 3rem;
}
.ModalWrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  transition: all 0.3s ease-in;
}
.ModalWrap.is-open{
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}
.ModalOverlay{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.1s ease-in;
}
.ModalOverlay.is-open{
  transition: all 0.3s ease-in;
  background-color: rgba(0, 0, 0, 0.25);
}
.ModalBottom{
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0.25rem;
  width: calc(100% - 0.5rem);
  height: auto;
  max-height: 70%;
  overflow-y: auto;
  background-color: #FFF;
  z-index: 10000;
  border-radius: 0.5rem 0.5rem 0 0 ;
  box-shadow: 0px 0px 6px #ccc;
}
.ModalClose{
  position: absolute;
  top:0.25rem;
  right: 0.25rem;
  padding: 0.125rem;
  background-color: #FFF;
  border-radius: 50%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10000;
}
.ModalClose svg{
  width: 1.25rem;
  height: 1.25rem;
  fill: #333;
}
.ModalHeader{
  width: 100%;
  display: flex;
  padding: 0.5rem;
  gap: 0.5rem;
  background-color: #F5D3A370;
  background-color: #FDF5E9;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.ModalInner{
  width: 100%;
  height: 100%;
  padding: 0;
  overflow-y: auto;
}
.ModalBody{
  padding: 1rem;
  width: 100%;
}
.UpgradeModalWrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  transition: all 0.3s ease-in;
}
.UpgradeModalWrap.is-open{
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}
.UpgradeModalOverlay{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.1s ease-in;
}
.UpgradeModalOverlay.is-open{
  transition: all 0.3s ease-in;
  background-color: rgba(0, 0, 0, 0.25);
}
.UpgradeModalBottom{
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0.25rem;
  width: calc(100% - 0.5rem);
  height: auto;
  max-height: 70%;
  overflow-y: auto;
  background-color: #FFF;
  z-index: 10000;
  border-radius: 0.5rem 0.5rem 0 0 ;
  box-shadow: 0px 0px 6px #ccc;
}
.UpgradeModalWrap .ModalBody{
  display: flex;
  gap: 1rem;
}
.UpgradeModalWrap .PlanPlusImage{
  width: 96px;
  min-width: 96px;
  height: 96px;
}
.UpgradeModalWrap .PlanPlusImage img{
  width: 96px;
  height: 96px;
}

/*coupon_notice*/
main p.coupon_notice {
	content: "";
	color: #FFF;
	background: rgba(51,51,51,0.9);
	display: block;
	padding:5px 0;
	position: fixed;
	bottom: -50px;
	left: 0;
	width: 100%;
	text-align: center;
	transition: .5s;
	opacity: 0;
	z-index: 51;
}
main#coupon_notice .coupon_notice {
	position: fixed;
	bottom: 0;
	left: 0;
	transition: .5s;
	opacity: 1;
}
main p.coupon_notice {font-size: 12px;}
@media screen and (min-width: 760px),print {
	main p.coupon_notice {font-size: 16px;}
#news dt {line-height: 3;}
}