@charset "UTF-8";
@font-face {
	font-display: swap;
	font-family: "Lato-Italic";
	src: url("/fonts/Lato-Italic.ttf") format("truetype");
}

/*-----------------------------------------------------------------------
 common
*----------------------------------------------------------------------- */
main .inlineWrap {
	font-size: 0;
	letter-spacing: 0;
}
main .br {
	display: block;
}
main .split {
	display: inline-block;
}
main .pcBr {
	display: block;
}
main .spBr {
	display: none;
}
main .fontBold {
	font-weight: bold;
}
main .fontRed {
	color: #ff1919;
}
main .fontBlue {
	color: #007FFF;
}
/*
main :hover {
	opacity: 1.0;
}
*/
main a {
	text-decoration: none;
}
main .pcImg {
	display: block;
}
main .spImg {
	display: none;
}
main .pseudoIcon::before {
	background-repeat: no-repeat;
	background-size: auto 100%;
	content: '';
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
html{
	font-size: 100%;
}
main .textJpn {
	font-family: 'Noto Sans JP', sans-serif;
}
main .alphaNum {
	font-family: 'Roboto', sans-serif;
}
main .bracketsLeft {
	margin:0 0 0 -0.4em;
}
main .bracketsRight {
	margin:0 -0.4em 0 0;
}


/*-----------------------------------------------------------------------
 mv
*----------------------------------------------------------------------- */
main article#mv h2{
	width: 100%;
}
main article#mv section:first-child{
	height: auto;
	max-width: none;
	padding: 0;
}
main article#mv h2{
	margin: 0 auto;
}


/*-----------------------------------------------------------------------
 content
*----------------------------------------------------------------------- */
main > article {
	padding: 52px 0 60px;
}
main #contentWrap {
	margin: 0 auto;
	padding: 0 24px;
}
main #contentWrap h3 {
	margin: 0 auto 16px;
}
main #contentWrap> p {
	margin: 0 auto 48px;
}
nav#pageLink {
	margin: 0 auto 20px;
}
nav#pageLink ul {
	margin: 0 auto;
	text-align: center;
	width: 86%;
}
nav#pageLink li {
	width: 31.333%;
}
nav#pageLink li:not(:last-of-type) {
	margin: 0 3% 0 0;
}
nav#pageLink li a {
	display: block;
	position: relative;
	top: 0;
	transition: 0.15s ease;
}
nav#pageLink li a:hover {
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity: 1.0;
	top: 12px;
}
nav#pageLink li a img.pcImg {
	display: none;
}
nav#pageLink li a img.spImg {
	display: inline-block;
}


@media screen and (max-width: 583px) {
	main #contentWrap {
		padding: 0 4px;
	}
	main #contentWrap h3,
	main #contentWrap h3+ p {
		padding: 0 8px;
	}
	
	nav#pageLink {
		margin: 0 auto 16px;
	}
	nav#pageLink ul {
		padding: 0 4px;
		width: 100%;
	}
	nav#pageLink li {
		width: 32%;
	}
	nav#pageLink li:not(:last-of-type) {
		margin: 0 2% 0 0;
	}
	main #contentWrap> p {
		margin: 0px auto 28px;
	}
}


@media screen and (max-width: 479px) {
	nav#pageLink {
		margin: 0px auto 10px;
	}
	nav#pageLink ul {
		padding: 0;
	}
	nav#pageLink li a:hover {
		top: 6px;
	}
}


/*-----------------------------------------------------------------------
 discountWrap
*----------------------------------------------------------------------- */
/* font settings -----*/
section.discountWrap div.headerWrap p span.alphaNum {
	font-size: calc(1rem + ((1vw - 5.84px) * 2.1858)); /* 16 to 20 */
}
section.discountWrap div.headerWrap p span.textJpn,
	section.discountWrap div.headerWrap h4 {
	font-size: calc(0.875rem + ((1vw - 5.84px) * 1.6393)); /* 14 to 17 */
}
/* content settings -----*/
section.discountWrap:not(:last-of-type) {
	margin: 0 auto 60px;
}
section.discountWrap div.headerWrap {
	position: relative;
}
section#early30.discountWrap div.headerWrap {
	background-color: #4692db;
}
section#early45.discountWrap div.headerWrap {
	background-color:#2451a3;
}
section#early60.discountWrap div.headerWrap {
	background-color: #232b52;
}
section.discountWrap div.headerWrap h4 {
	margin: 0 auto;
	padding: 2.9em 0 1.1em;
	width: 72%;
}
section.discountWrap div.headerWrap p {
	color: #fff;
	font-weight: bold;
	left: 0;
	margin: 1% auto 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
section.discountWrap div.headerWrap p span {
	display: inline;
}
section.discountWrap div.headerWrap p span.alphaNum {
	position: relative;
	top: 0.04em;
}
section.discountWrap div.headerWrap p span.symbol {
	margin: 0 0 0 -0.18em;
}
section.discountWrap div.detailWrap {
	background-color: #fff;
	padding: 22px 20px 28px;
}
section#early30.discountWrap div.detailWrap {
	border: 8px solid #4692db;
	border-top: none;
}
section#early45.discountWrap div.detailWrap {
	border: 8px solid #2451a3;
	border-top: none;
}
section#early60.discountWrap div.detailWrap {
	border: 8px solid #232b52;
	border-top: none;
}


@media screen and (max-width: 583px) {
	/* font settings -----*/
	section.discountWrap div.headerWrap p span.alphaNum {
		font-size: calc(0.9375rem + ((1vw - 3.2px) * 0.7605)); /* 14 to 16 */
	}
	section.discountWrap div.headerWrap p span.textJpn,
	section.discountWrap div.headerWrap h4 {
		font-size: calc(0.6875rem + ((1vw - 3.2px) * 1.1407)); /* 11 to 14 */
	}
	/* content settings -----*/
	section.discountWrap div.headerWrap h4 {
		width: 94%;
		max-width: 370px;
	}
	section.discountWrap div.headerWrap p {
		margin: 1.4% auto 0;
	}
	section.discountWrap div.detailWrap {
		padding: 3.8% 3.5% 3.5%;
	}
}


@media screen and (max-width: 479px) {
	section#early30.discountWrap div.detailWrap {
		border-width: 7px;
	}
	section#early45.discountWrap div.detailWrap {
		border-width: 7px;
	}
	section#early60.discountWrap div.detailWrap {
		border-width: 7px;
	}
}


/*-----------------------------------------------------------------------
 departureDate
*----------------------------------------------------------------------- */
/* font settings -----*/
section.discountWrap div.departureDate> p span.alphaNum {
	font-size: calc(1.375rem + ((1vw - 5.84px) * 2.1858)); /*  22 to 26 */
}
section.discountWrap div.departureDate> p span.textJpn {
	font-size: calc(0.9375rem + ((1vw - 5.84px) * 2.1858)); /* 15 to 19 */
}
section.discountWrap div.departureDate> p span.bracketsLeft,
section.discountWrap div.departureDate> p span.bracketsRight {
	font-size: calc(0.875rem + ((1vw - 5.84px) * 2.1858)); /* 14 to 18 */
}
section.discountWrap div.departureDate dl dt {
	font-size: calc(0.875rem + ((1vw - 5.84px) * 1.6393)); /* 14 to 17 */
}
section.discountWrap div.departureDate dl dd span.alphaNum {
	font-size: calc(1.6875rem + ((1vw - 5.84px) * 3.8251)); /* 27 to 34 */
}
section.discountWrap div.departureDate dl dd span.textJpn {
	font-size: calc(1rem + ((1vw - 5.84px) * 1.6393)); /* 16 to 19 */
}
section.discountWrap div.departureDate dl dd span.textJpn.symbol {
	font-size: calc(1.1875rem + ((1vw - 5.84px) * 2.1858)); /* 19 to 23 */
}
section.discountWrap div.departureDate dl dd p {
	font-size: calc(0.75rem + ((1vw - 5.84px) * 1.0929)); /* 12 to 14 */
}
section.discountWrap div.departureDate a.odBtn {
	font-size: calc(0.8125rem + ((1vw - 5.84px) * 1.6393)); /* 13 to 16 */
}
/* content settings -----*/
section.discountWrap div.departureDate {
	background-color: #e4ecf0;
	margin: 0 auto 24px;
	padding: 16px 5.4% 22px;
}
section.discountWrap div.departureDate> p {
	color: #ed136b;
	font-weight: bold;
	margin: 0 auto 8px;
	text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
section.discountWrap div.departureDate> p span{
	display: inline;
}
section.discountWrap div.departureDate> p span.alphaNum {
	font-weight: 700;
	position:  relative;
	top: 0.05em;
}
section.discountWrap div.departureDate> p span.textJpn.year,
section.discountWrap div.departureDate> p span.textJpn.month {
	margin: 0 0.15em 0 0.15em;
}
section.discountWrap div.departureDate> p span.textJpn.day {
	margin: 0 0 0 0.15em;
}
section.discountWrap div.departureDate dl {
	background-color: #fff;
	border: 2px solid #adb5c7;
	border-radius: 8px;
	margin: 0 auto 22px;
	padding: 0 0 18px;
}
section.discountWrap div.departureDate dl dt {
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	margin: 0.9em auto 1em;
	padding: 0.31em 2.4em 0.3em;
}
section#early30.discountWrap div.departureDate dl dt {
	background-color: #4692db;
}
section#early45.discountWrap div.departureDate dl dt {
	background-color: #2451a3;
}
section#early60.discountWrap div.departureDate dl dt {
	background-color: #232b52;
}
section.discountWrap div.departureDate dl dt.pseudoIcon::before {
	background-image: url(/img/plan/earlyreservation/calendar.png);
	height: 1.3em;
	margin: 0 0.4em 0 0;
	top: -0.15em;
	width: 1.1470em; /* 120:136=x:1.3 */
}
section.discountWrap div.departureDate dl dd {
	line-height: 1.0;
}
section.discountWrap div.departureDate dl dd:nth-of-type(1) {
	margin: 0 auto 14px;
}
section.discountWrap div.departureDate dl dd span.alphaNum {
	font-weight: bold;
}
section.discountWrap div.departureDate dl dd span.textJpn.year,
section.discountWrap div.departureDate dl dd span.textJpn.month {
	margin: 0 0.3em 0 0.15em;
}
section.discountWrap div.departureDate dl dd span.textJpn.day {
	margin: 0 0 0 0.15em;
}
section.discountWrap div.departureDate dl dd span.textJpn.symbol {
	margin: 0 0.35em 0 0.3em;
}
section.discountWrap div.departureDate dl dd p {
	margin: 0 auto;
}
section.discountWrap div.departureDate a.odBtn {
	max-width: 260px;
	padding: 16px 0 13px;
	width: 100%;
}


@media screen and (max-width: 583px) {
	/* font settings -----*/
	section.discountWrap div.departureDate> p span.alphaNum {
		font-size: calc(1.125rem + ((1vw - 3.2px) * 0.8949)); /*  18 to 22 */
	}
	section.discountWrap div.departureDate> p span.textJpn {
		font-size: calc(0.6875rem + ((1vw - 3.2px) * 0.8949)); /* 11 to 15 */
	}
	section.discountWrap div.departureDate> p span.bracketsLeft,
	section.discountWrap div.departureDate> p span.bracketsRight {
		font-size: calc(0.625rem + ((1vw - 3.2px) * 0.8949)); /* 10 to 14 */
	}
	section.discountWrap div.departureDate dl dt {
		font-size: calc(0.75rem + ((1vw - 3.2px) * 0.4474)); /* 12 to 14 */
	}
	section.discountWrap div.departureDate a.odBtn {
		font-size: 13px;
	}
	/* content settings -----*/
	section.discountWrap:not(:last-of-type) {
		margin: 0 auto 52px;
	}
	section.discountWrap div.departureDate {
		padding: 16px 4.4% 22px;
	}
}


@media screen and (max-width: 479px) {
	/* font settings -----*/
	section.discountWrap div.departureDate> p span.alphaNum {
		font-size: calc(1.0625rem + ((1vw - 3.2px) * 4.4025)); /*  17 to 24 */
	}
	section.discountWrap div.departureDate> p span.textJpn {
		font-size: calc(0.75rem + ((1vw - 3.2px) * 3.1447)); /* 12 to 17 */
	}
	section.discountWrap div.departureDate> p span.bracketsLeft,
	section.discountWrap div.departureDate> p span.bracketsRight {
		font-size: calc(0.6875rem + ((1vw - 3.2px) * 1.8868)); /* 11 to 14 */
	}
	section.discountWrap div.departureDate dl dt {
		font-size: calc(0.8125rem + ((1vw - 3.2px) * 0.6289)); /* 13 to 14 */
	}
	section.discountWrap div.departureDate dl dd span.alphaNum {
		font-size: calc(1.5rem + ((1vw - 3.2px) * 3.7736)); /* 24 to 30 */
	}
	section.discountWrap div.departureDate dl dd span.textJpn {
		    font-size: calc(1rem + ((1vw - 3.2px) * 2.5157)); /* 16 to 20 */
	}
	section.discountWrap div.departureDate dl dd span.textJpn.symbol {
		font-size: calc(1rem + ((1vw - 3.2px) * 2.5157)); /* 16 to 20 */
	}
	section.discountWrap div.departureDate dl dd p {
		font-size: calc(0.6875rem + ((1vw - 3.2px) * 0.6289)); /* 11 to 12 */
	}
	/* content settings -----*/
	section.discountWrap:not(:last-of-type) {
		margin: 0 auto 44px;
	}
	section.discountWrap div.departureDate {
		margin: 0 auto 20px;
		padding: 14px;
	}
	section.discountWrap div.departureDate dl {
		margin: 0 auto 12px;
		padding: 0 12px 12px;
	}
	section.discountWrap div.departureDate dl dt {
		margin: 1.1em auto 1.1em;
	}
	section.discountWrap div.departureDate dl dd span:not(.symbol) {
		display: inline-block;
	}
	section.discountWrap div.departureDate dl dd span.alphaNum {
		position: relative;
		top: 0.03em;
	}
	section.discountWrap div.departureDate dl dd span.letter4 {
		width: 2.5em;
	}
		section.discountWrap div.departureDate dl dd span.letter2 {
		width: 1.3em;
	}
	section.discountWrap div.departureDate dl dd span.textJpn.year,
	section.discountWrap div.departureDate dl dd span.textJpn.month,
	section.discountWrap div.departureDate dl dd span.textJpn.day {
		margin: 0;
	}
	section.discountWrap:not(#early60) div.departureDate dl dd span.textJpn.symbol {
		display: block;
		margin: 0.4em auto 0.26em;
		transform: rotate(90deg) scale(-1, 1);
	}
	section.discountWrap div.departureDate dl dd p {
		line-height: 1.35;
	}
	section.discountWrap div.departureDate a.odBtn {
		margin: 4px auto;
		max-width: none;
	}
}


/*-----------------------------------------------------------------------
 priceSample
*----------------------------------------------------------------------- */
/* font settings -----*/
section.discountWrap section.priceSample h5 span.textJpn {
	font-size: calc(1.5625rem + ((1vw - 5.84px) * 2.7322)); /* 25 to 30 */
}
section.discountWrap section.priceSample h5 span.alphaNum {
	font-size: calc(1.9375rem + ((1vw - 5.84px) * 3.8251)); /* 31 to 38 */
}
section.discountWrap section.priceSample p {
	font-size: calc(0.8125rem + ((1vw - 5.84px) * 1.0929)); /* 13 to 15 */
}
section.discountWrap section.priceSample ul li dt span {
	font-size: 17px;
}
section.discountWrap section.priceSample dd span.dafaultPrice span.alphaNum {
	font-size: 17px;
}
section.discountWrap section.priceSample dd span.dafaultPrice span.textJpn,
section.discountWrap section.priceSample dd span.earlyPrice span.textJpn {
	font-size: 13px;
}
section.discountWrap section.priceSample dd span.earlyPrice span.alphaNum {
	font-size: 24px;
}
/* content settings -----*/
section.discountWrap section.priceSample h5 {
	margin: 0 auto;
}
section#early30.discountWrap section.priceSample h5 {
	color: #4692db;
}
section#early45.discountWrap section.priceSample h5 {
	color: #2451a3;
}
section#early60.discountWrap section.priceSample h5 {
	color: #232b52;
}
section.discountWrap section.priceSample h5 span.alphaNum {
	position: relative;
	top: 0.05em;
}
section.discountWrap section.priceSample p {
	font-weight: bold;
	letter-spacing: 0.04em;
	margin: 0 auto 22px;
}
section.discountWrap section.priceSample ul li {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0 auto 6px;
	max-width: 400px;
	width: 100%;
}
section.discountWrap section.priceSample ul li dl {
	padding: 8px 12px;
	position: relative;
	text-align: right;
}
section.discountWrap section.priceSample ul li dt,
section.discountWrap section.priceSample ul li dd {
	display: inline-block;
}
section.discountWrap section.priceSample ul li dt {
	left: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
section.discountWrap section.priceSample ul li dt::before {
	height: 30px;
	margin: 0 6px 0 0;
	width: 47px; /* 120:78=x:30 */
}
section.discountWrap section.priceSample ul li dt span {
	position: relative;
	vertical-align: middle;
}
section.discountWrap section.priceSample ul li.korea dt::before {
	background-image: url(/img/plan/earlyreservation/flag_korea.png);
}
section.discountWrap section.priceSample ul li.china dt::before {
	background-image: url(/img/plan/earlyreservation/flag_china.png);
}
section.discountWrap section.priceSample ul li.taiwan dt::before {
	background-image: url(/img/plan/earlyreservation/flag_taiwan.png);
}
section.discountWrap section.priceSample ul li.america dt::before {
	background-image: url(/img/plan/earlyreservation/flag_america.png);
}
section.discountWrap section.priceSample ul li.america dt span {
	letter-spacing: -0.09em;
}
section.discountWrap section.priceSample dd span {
	display: inline-block;
}
section.discountWrap section.priceSample dd> span {
	vertical-align: middle;
}
section.discountWrap section.priceSample dd span.dafaultPrice {
	position: relative;
	top: 1px;
}
section.discountWrap section.priceSample dd span.dafaultPrice span {
	vertical-align: middle;
}
section.discountWrap section.priceSample dd span.dafaultPrice span.alphaNum {
	position: relative;
	top: 0.06em;
}
section.discountWrap section.priceSample dd span.dafaultPrice span.textJpn {
	margin: 0 1.1em 0 0;
}
section.discountWrap section.priceSample dd img {
	margin: 0;
	width: 20px;
}
section.discountWrap section.priceSample dd span.earlyPrice {
	color: #ed136b;
	position: relative;
	top: -1px;
}
section.discountWrap section.priceSample dd span.earlyPrice span.alphaNum {
	font-weight: bold;
	letter-spacing: -0.04em;
	margin: 0 0.12em 0 0;
	position: relative;
	top: 0.08em;
	width: 2.8em;
}


@media screen and (max-width: 479px) {
	/* font settings -----*/
	section.discountWrap section.priceSample h5 span.textJpn {
		font-size: calc(1.25rem + ((1vw - 3.2px) * 1.2579)); /* 20 to 22 */
	}
	section.discountWrap section.priceSample h5 span.alphaNum {
		font-size: calc(1.5625rem + ((1vw - 3.2px) * 1.2579)); /* 25 to 27 */
	}
	section.discountWrap section.priceSample p {
		font-size: calc(0.75rem + ((1vw - 3.2px) * 0.6289)); /* 12 to 13 */
	}
	section.discountWrap section.priceSample ul li dt span {
		font-size: calc(0.8125rem + ((1vw - 3.2px) * 2.5157)); /* 13 to 17 */
	}
	section.discountWrap section.priceSample dd span.dafaultPrice span.alphaNum {
		font-size: calc(0.875rem + ((1vw - 3.2px) * 1.8868)); /* 14 to 17 */
	}
	section.discountWrap section.priceSample dd span.dafaultPrice span.textJpn,
	section.discountWrap section.priceSample dd span.earlyPrice span.textJpn {
		font-size: calc(0.625rem + ((1vw - 3.2px) * 1.8868)); /* 10 to 13 */
	}
	section.discountWrap section.priceSample dd span.earlyPrice span.alphaNum {
		font-size: calc(1.1875rem + ((1vw - 3.2px) * 3.1447)); /* 19 to 24 */
	}
	/* content settings -----*/
	section.discountWrap section.priceSample h5 {
		margin: 0 auto 2px;
	}
	section.discountWrap section.priceSample p {
		margin: 0 auto 16px;
	}
	section.discountWrap section.priceSample ul li dl {
		padding: 6px 10px;
	}
	section.discountWrap section.priceSample ul li dt {
		left: 10px;
	}
	section.discountWrap section.priceSample ul li dt::before {
		height: 22px;
		margin: 0 4px 0 0;
		width: 37px; /* 128:78=x:22 */
	}
	section.discountWrap section.priceSample dd span.dafaultPrice span.textJpn {
		margin: 0 0.6em 0 0;
	}
	section.discountWrap section.priceSample dd img {
		width: 16px;
	}
	section.discountWrap section.priceSample dd span.earlyPrice span.alphaNum {
		width: 2.5em;
	}
}


/*-----------------------------------------------------------------------
 kiyaku
*----------------------------------------------------------------------- */
#kiyaku	{
	background-color: #fff;
	border: 1px solid #dce5eb;
	height: 300px;
	margin: 0 auto;
	overflow: auto;
	padding: 20px;
	text-align: left;
	width: 100%;
}


@media screen and (max-width: 583px) {
	#kiyaku {
		width: calc(100% - 14px);
	}
}


/*-----------------------------------------------------------------------
 planlink
*----------------------------------------------------------------------- */
/* font settings -----*/
#planlink ul li h5{
	font-size: 16px;
}
#planlink a{
	font-size: 12px;
}
/* content settings -----*/
#planlink {
	padding: 40px 0 30px;
}
main h2 img.subtitle {
	display: block;
	margin: 4px auto 0;
	height: 11px;
}
#planlink ul li{
	background-color: #eff5f9;
	margin: 0 5px 10px;
	vertical-align: top;
}
#planlink ul li h5{
	margin:16px 16px 8px;
	text-align: left;
}
#planlink ul li p{
	margin: 8px 16px 16px;
}
#planlink a{
	color: #0e0e0e;
	display: inline-block;
	max-width: 300px;
	text-align: left;
	text-decoration: none;
}

/*-----------------------------------------------------------------------
 AB test
*----------------------------------------------------------------------- */
section.discountWrap section.priceSample ul li a {
	color: #0e0e0e;
	display: block;
	position: relative;
}
section.discountWrap section.priceSample ul li a::before {
	border-right: 4px solid #dce5eb;
	border-bottom: 4px solid #dce5eb;
	content: '';
	display: inline-block;
	height: 11px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	transform: rotate(-45deg);
	right: 15px;
	width: 11px;
}
section.discountWrap section.priceSample ul li a:hover {
	background-color: #e4ecf0;
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity: 1.0;
}
section.discountWrap#early30 section.priceSample ul li a:hover::before {
	border-color: #4692db;
}
section.discountWrap#early45 section.priceSample ul li a:hover::before {
	border-color: #2451a3;
}
section.discountWrap#early60 section.priceSample ul li a:hover::before {
	border-color: #232b52;
}
section.discountWrap section.priceSample ul li dl {
	padding: 8px 38px 8px 12px;
}
section.discountWrap section.priceSample dd span.dafaultPrice span.alphaNum {
	letter-spacing: -0.03em;
	margin: 0 0.08em 0 0;
}
section.discountWrap section.priceSample dd span.dafaultPrice span.textJpn,
section.discountWrap section.priceSample dd span.earlyPrice span.textJpn {
	font-size: 14px;
}
section.discountWrap section.priceSample dd span.dafaultPrice span.textJpn {
	margin: 0 0.6em 0 0;
}
section.discountWrap section.priceSample dd span.earlyPrice span.alphaNum {
	top: 0.07em;
	margin: 0 0.12em 0 0.1em;
}
section.discountWrap section.priceSample dd img {
	width: 18px;
}


@media screen and (max-width: 479px) {
	section.discountWrap section.priceSample ul li a::before {
		border-right: 3px solid #dce5eb;
		border-bottom: 3px solid #dce5eb;
		height: 10px;
		margin: -2% 6% 0 0;
		right: 0;
		width: 10px;
	}
	section.discountWrap section.priceSample ul li dl {
		padding: 12px 14% 12px 12px;
	}
	section.discountWrap section.priceSample ul li dt {
		left: 0;
		margin: 0 0 0 2.5%;
		text-align: center;
		width: 48px;
	}
	section.discountWrap section.priceSample ul li dt::before{
		margin: 6px auto 1px;
		width: 34px;
	}
	section.discountWrap section.priceSample ul li dt span {
		display: block;
		font-size: 13px;
		text-align: center;
	}
	section.discountWrap section.priceSample dd span.dafaultPrice span.alphaNum {
		font-size: 15px;
		top: 0.02em;
	}
	section.discountWrap section.priceSample dd img {
		width: 16px;
	}
	section.discountWrap section.priceSample dd span.dafaultPrice span.textJpn,
	section.discountWrap section.priceSample dd span.earlyPrice span.textJpn {
		font-size: 12px;
	}
}


/*-----------------------------------------------------------------------
 AB test on/off
*----------------------------------------------------------------------- */
section.discountWrap section.priceSample ul li a {
	pointer-events: none;
}
section.discountWrap section.priceSample ul li a::before {
	display: none;
}

/* img to text */
.com-subtitle.is-en{
  display: block;
  font-family: Lato-Italic;
}
.com-section-head .is-en {
  color: #038de1;
	font-size: 12px;
	letter-spacing: 0.25em;
	margin: 3px auto 0;
}
/*------------------------------
早割り終了に伴う変更20220630
------------------------------*/
.campaign-end__wrap{
  position:relative;
}
.campaign-end__back{
  position:absolute;
  content:"";
  display: block;
  width:100%;
  height:100%;
  z-index: 3;
  background:rgba(0, 0, 0, .5);
  padding:80px 0;
}
.campaign-end__text{
  color:#fff;
  font-weight:600;
  font-size:20px;
}

