@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap);
@font-face {
	font-family: AxisBasicStdN Bold;
	font-weight: 700;
	src: url("assets/fonts/AxisBasicStdN-B.woff2") format("woff2")
}
@font-face {
	font-family: AxisBasicStdN Light;
	src: url("assets/fonts/AxisBasicStdN-L.woff2") format("woff2")
}
@font-face {
	font-family: AxisBasicStdN;
	src: url("assets/fonts/AxisBasicStdN-R.woff2") format("woff2")
}
* {
	font-family: AxisBasicStdN;
}
.font-absbold {
	font-family: AxisBasicStdN Bold;
}
.font-abslight {
	font-family: AxisBasicStdN light;
}
section {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.main-contents img {
	width: 100%;
}
.main-contents {
	max-width: 750px;
	width: 100%;
}
.lineup {
	position: fixed;
	top: 0;
	left: 0;
	width: calc(50% - 375px);
	height: 100vh;
	display: flex;
	justify-content: flex-end;
/*				align-items: center;*/
	padding: 0 50px;
}
.lineup p {
	background: #8e8e8e;
	padding: 10px;
	line-height: 1.6;
	color: #ffffff;
	width: 100%;
	font-size: 14px;
	margin: 50px 0 10px;
}
.lineup li {
	line-height: 2;
	font-size: 12px;
	border-bottom: 1px dotted #666666;
	letter-spacing: .2rem;
}
.lineup li a {
	padding: 10px 0;
	display: block;
}
.qr {
	position: fixed;
	top: 0;
	right: 0;
	width: calc(50% - 375px);
	height: 100vh;
	display: flex;
	justify-content: flex-start;
/*				align-items: center;*/
	padding: 0 50px;
}
.qr p {
	line-height: 1.6;
	font-size: 14px;
	margin: 50px 0 10px;
}
.qr img {
	max-width: 150px;
	width: 100%;
}
.thanks {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 20px;
}
.thanks h2 {
	font-family: AxisBasicStdN Light;
	margin: 2rem 0;
}
.thanks p {
	font-family: AxisBasicStdN Light;
	line-height: 2;
	margin: 0 0 2rem;
}
.thanks ul {
	margin: 0 0 2rem;
}
.thanks li {
	font-family: AxisBasicStdN Light;
	line-height: 2;
}

.thanks table {
	width: 100%;
	border: .1rem solid #ccc;
	padding: 10px;
	margin: 0 0 1rem;
}
.thanks tr {
	border-bottom: .1rem solid #ccc;
}
.thanks th,
.thanks td {
	text-align: left;
	font-family: AxisBasicStdN Light;
	padding: 1rem;
	line-height: 1.4;
}
.thanks th {
	background: #efefef;
}
.slider-wrap {
	padding: 4rem 0;
	background: #e8e8e8;
}
.slick-slide {
	padding: 0 2rem;
}
.slick-prev {
		left: 18.5%;
}
.slick-next {
		right: 18.5%;
}
.slick-prev, .slick-next {
	z-index: 9999;
}
.slick-prev:before, .slick-next:before {
	color: #000;
}

#countdown {
	background: #0653b6;
	width: 100%;
	height: 7rem;
	padding: 0 2rem;
	display: flex;
	align-items: center;
}
#countdown ul {
	width: 100%;
	max-width: 120rem;
	display: flex;
	justify-content: flex-end;
}
#countdown ul li {
	color: #fff;
	font-size: 2rem;
}
#countdown ul li span {
	font-size: 3rem;
}
.attention {
	padding: 2rem;
	background: #fff;
	border-radius: 1rem;
	overflow-y: scroll;
	height: 20rem;
}
.attention h4,
.attention h5,
.attention p,
.attention dt,
.attention dd,
.attention li {
	font-family: AxisBasicStdN Light;
	line-height: 1.6;
	font-size: 1.4rem;
}
.attention h4 {
	font-size: 1.8rem;
	margin: 0 0 1rem;
}
@media screen and (max-width:1200px) {
	.main-contents {
		max-width: 600px;
		width: 100%;
	}
	.lineup {
		width: calc(50% - 300px);
	}
	.qr {
		width: calc(50% - 300px);
	}
}
@media screen and (max-width:1000px) {
	.main-contents {
		max-width: 100%;
		width: 100%;
	}
	.qr,
	.lineup {
		display: none;
	}
	.slick-prev {
			left: 17.5%;
	}
	.slick-next {
			right: 17.5%;
	}
	.slider-wrap {
		padding: 2rem 0;
		background: #e8e8e8;
	}
	.slick-slide {
		padding: 0 1rem;
	}
	.slick-prev:before, .slick-next:before {
		font-size: 14px;
	}
}

.sp-only {
	display: none;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;
	color: #262626;
	line-height: 1.7;
	font-weight: 500;
}
img {
	max-width: 100%;
}
a:hover {
	opacity: 0.8;
}
.inner {
	width: 120rem;
	margin: 0 auto;
	position: relative;
}

header {
	padding: 1.5rem 0;
	height: 6.5rem;
}
header img {
	height: 3.5rem;
}
.fv img,
.winter-cashback img,
.quo img {
	display: block;
	margin: 0 auto;
}

.winter-cashback {
	background: #f7b400;
}
.quo {
	padding: 0 0 20px;
}

footer {
	padding: 3rem 0 0;
}
.footer-line {
  background: #f18a01;
  margin-bottom: 2rem;
  text-align: center;
}
.footer-line img {
  margin: auto;
}
footer .inner {
	max-width: 120rem;
	margin: 0 auto;
	position: relative;
}
.footer-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 120rem;
  margin: auto;
}
.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
.footer-logo img {
  margin-right: 2rem;
  width: 35.5rem;
}
.footer-num {
  font-size: 3rem;
  font-weight: bold;
}
.footer-num a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-num img {
  width: 25px;
  margin-right: 8px;
}
footer ul {
  margin: 0 0 2rem;
  display: flex;
}
footer li {
  line-height: 1.4;
  font-size: 1.2rem;
  margin: 0 1rem 0 0;
}
footer li a {
  text-decoration: underline;
}
.copy {
  background: #f2f2f2;
  padding: 1.5rem 0;
}
.copy span {
  display: block;
  max-width: 120rem;
  margin: auto;
  font-size: 1.4rem;
}
.change-btn {
	max-width: 1200px;
	padding: 20px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.change-btn li {
  cursor: pointer;
  text-align: center;
  width: inherit;
	width: calc(50% - 10px);
}
.change-btn li:hover {
  opacity: .8;
}
.contents-flex{
  display: flex;
}
/*--------------------確認画面--------------------*/
#confirm header {
  padding: 1rem 0;
  width: 120rem;
  margin: auto;
}
#confirm main {
  width: 100rem;
  margin: auto;
}
#confirm h2 {
    margin: 0 0 2rem;text-align: center;
}
#confirm .inner {
	width: 100%;
}
#confirm p,
#finish p {
	text-align: center;
	line-height: 1.6;
}
#confirm table {
	width: 100%;
	margin: 1rem 0;
}
#confirm table th,
#confirm table td {
	border: .1rem solid #cccccc;
	padding: 2rem;
	font-size: 1.6rem;
}
#confirm table th {
	font-weight: normal;
	background: #efefef;
}
input[type="submit"].prev-btn {
	border: .1rem solid #acacac;
	padding: .5rem;
	color: #acacac;
	border-radius: .3rem;
	cursor: pointer;
	display: block;
	font-size: 1rem;
}
input[type="submit"].prev-btn:hover {
    opacity: 0.8;		
}
#confirm .mainbanner {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
#confirm .mainbanner img {
	width: 50%;
}
#confirm a.thnkas-anchor-close {
	text-decoration: underline;
	color: #0000ff;
}
input[type="submit"].submit-btn {
	background: #0653b6;
  width: 100%;
  padding: 1.5rem 0;
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
  margin: 2.5rem auto;
  display: block;
}
input[type="submit"].submit-btn:hover {
    opacity: 0.8;		
}
::placeholder {
  color: #bbbbbb;
  font-size: 2rem;
	font-family: AxisBasicStdN Light;
}
.copyright dl {
	padding: 5rem 2rem;
}
.copyright dl dt {
	font-size: 2.5rem;
	font-family: AxisBasicStdN Light;
	margin: 0 0 2rem;
}
.copyright dl dd ul li {
	font-family: AxisBasicStdN Light;
	margin: 1rem 0;
}
.copyright p {
	background: #262626;
	color: #fff;
	padding: 2rem 1rem;
	font-family: AxisBasicStdN Light;
	font-size: 1.2rem;
}

.popup-wrap {
	display: flex;
}
.popup-wrap a {
	width: 50%;
}
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------スマートフォン／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px) {
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none !important;
	}
	header {
		padding: 1rem 0;
		height: calc(6.5rem / 2);
	}
	header img {
		height: calc(3.5rem / 2);
	}
	.inner {
		width: 100%;
		padding: 0 2rem;
	}
	.entry-name,
	.entry-email,
	.entry-tel {
		width: 100%;
	}
	
	.footer-wrapper {
		display: block;
	}
	.footer-logo {
		display: block;
		text-align: center;
	}
	.footer-logo img {
		width: 25rem;
		margin-bottom: 1rem;
		margin-right: 0;
	}
	.footer-logo p {
		font-size: 1rem;
		text-align: center;
	}
	.footer-tel {
		display: block;
		width: 20rem;
		margin: auto;
	}
	.copy span {
		font-size: 1rem;
		text-align: center;
		line-height: 1.4;
	}
	footer ul {
		margin: 2rem 0;
		display: block;
	}
	footer li {
		font-size: 1rem;
		margin: 0;
		line-height: 1.6;
		text-align: center;
	}
	.change-btn {
		display: block;
		padding: 0 20px;
	}
	.change-btn li {
		width: 100%;
		margin: 15px 0 0;
	}
	#confirm header {
		width: auto;
	}
	#confirm main {
		width:  auto;
		margin-bottom: 3rem;
	}
	#confirm img.logo {
		width: 15rem;
	}
	#confirm h2 {
		font-size: 1.6rem;
		line-height: 1.4;
		margin: 1.5rem 0 !important;
	}
	#confirm p {
		font-size: 1.3rem;
	}
	#confirm a.thnkas-anchor {
		text-decoration: underline;
		color: #0000ff;
		margin: 0 0 2rem;
		display: block;
	}
	#countdown {
		height: 5rem;
	}
	#countdown ul li {
		color: #fff;
		font-size: 1.6rem;
	}
	#countdown ul li span {
		font-size: 2.5rem;
	}
	.attention {
		margin: 4rem 0 0;
	}
}

.is-hide {
  display: none !important;
}
.is-active {
  display: inline-block !important;
}





