@charset "utf-8";

/* normal */
@font-face {
  font-family: 'LINE Seed JP';
  src: url('./fonts/LINESeedJP_A_TTF_Rg.ttf') format('truetype');
  src: url('../fonts/LINESeedJP_OTF_Rg.woff') format('woff');
}
/* bold */
@font-face {
  font-family: 'LINE Seed JP';
  src: url('../fonts/LINESeedJP_A_TTF_Bd.ttf') format('truetype');
  src: url('../fonts/LINESeedJP_OTF_Bd.woff') format('woff');
  font-weight: bold; /* boldが使えるようになる */
}
/* ------------------------------------
	* normalize
* ------------------------------------ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
* {
	box-sizing: border-box;
	transition: font-size 0.1s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
img {
	border: 0;
	max-width: 100%;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/* add base */

body {
	margin: 0;
	line-height: 1.6;
}
@media print, screen and (max-width: 959px) {
body {
	overflow-x: hidden;
}
}
ul, ol {
	list-style: none;
}
ul, ol, dl, p {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: top;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration: none;
}

/* general
----------------------------------- */
/* clearfix */
.cfx { *zoom: 1; }
.cfx:before, .cfx:after {
	content: "";
	display: table;
}
.cfx:after { clear: both; }

/* ------------------------------------
	* メインコンテンツ
* ------------------------------------ */
#wrap_page {
  background-color: #F5F5F5 !important;
}
#wrap_contents{
	font-family: "LINE Seed JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,sans-serif;;
	font-size: 1.125rem;
	color: #333;
	width: 100%;
	margin: 0 auto;
  padding: 0;
}
#wrap_contents img{
	max-width: 100%;
}
/* ------------------------------------
	* SP
* ------------------------------------ */
@media print, screen and (max-width: 959px) {
#wrap_contents{
	overflow: hidden;
}
}

#mv {
  padding: 5.00000vw 1.5625vw 7.81250vw;
}

@media screen and (min-width: 960px) {
  #mv {
    padding: 48px 0 75px;
  }
}

#campaign, #pickup, #pointget, #point1, #point2, #point3, #qr {
  padding-top: 7.81250vw;
  padding-bottom: 7.81250vw;
  padding-left: 4.16667vw;
  padding-right: 4.16667vw;
}

@media screen and (min-width: 960px) {
  #campaign, #pickup, #pointget, #point1, #point2, #point3, #qr {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

#qr {
  padding-bottom: 20.00000vw;
}

@media screen and (min-width: 960px) {
  #qr {
    padding-bottom: 192px;
  }
}

.heading {
  display: inline-block;
  margin-bottom: 4.16667vw;
  position: relative;
  font-size: 4.37500vw;
  font-weight: 700;
  line-height: 1.5;
  color: #06C555;
}

@media screen and (min-width: 960px) {
  .heading {
    margin-bottom: 40px;
    font-size: 42px;
  }
}

.heading::after {
  content: '';
  width: 100%;
  height: 0.41667vw;
  display: inline-block;
  background-color: #06C555;
  position: absolute;
  bottom: 0.31250vw;
  left: 0;
  
}

@media screen and (min-width: 960px) {
  .heading::after {
    height: 4px;
    bottom: 3px;
  }
}

.context {
  margin-bottom: 1.66667vw;
  font-weight: 700;
  font-size: 4.583333333vw;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .context {
    margin-bottom: 16px;
    font-size: 44px;
  }
}

.context span {
  font-size: 3.75000vw;
  line-height: 1.5;
}

@media screen and (min-width: 960px) {
  .context span{
    font-size: 36px;
  }
}

.title {
  font-size: 5.833333333vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.875vw;
}

.title-red {
  color: #D72626;
}

@media screen and (min-width: 960px) {
  .title {
    font-size: 56px;
    margin-bottom: 17px;
  }
}

.text {
  font-size: 3.0208333333vw;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 4.16667vw;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 960px) {
  .text {
    font-size: 29px;
    margin-bottom: 40px;
  }
}

#point1 .title {
  margin-right: -2.50000vw;
}

@media screen and (min-width: 960px) {
  #point1 .title {
    margin-right: -24px;
  }
}

.section-link {
  width: 83.33333vw;
  margin: 4.16667vw auto 0;
  overflow: hidden;
  border-radius: 8.333333333333332vw;
}

@media screen and (min-width: 960px) {
  .section-link {
    width: 800px;
    margin: 40px auto 0;
    border-radius: 80px;
  }
}

#point2 .section-link {
  margin-top: 5.62500vw;
}

@media screen and (min-width: 960px) {
  #point2 .section-link {
    margin-top: 54px;
  }
}

.point2-feature li:not(:first-child) {
  margin-top: 4.16667vw;
}

@media screen and (min-width: 960px) {
  .point2-feature li:not(:first-child) {
    margin-top: 40px;
  }
}

.point2-feature li:nth-child(odd) .feature-image {
  margin-right: -1.66667vw;
}

@media screen and (min-width: 960px) {
  .point2-feature li:nth-child(odd) .feature-image {
    margin-right: -16px;
  }
}

.point2-feature li:nth-child(even) .feature-image {
  margin-left: -1.66667vw;
}

@media screen and (min-width: 960px) {
  .point2-feature li:nth-child(even) .feature-image {
    margin-left: -16px;
  }
}

.point2-feature p {
  margin-top: 1.66667vw;
  font-weight: 400;
  font-size: 3.02083vw;
  line-height: 1.4;
  color: #333333;
  letter-spacing: 0.15625vw;
}

@media screen and (min-width: 960px) {
  .point2-feature p {
    margin-top: 16px;
    font-size: 29px;
    letter-spacing: 1.5px;
  }
}

#point3 .section-image {
  margin-bottom: 7.5vw;
}

@media screen and (min-width: 960px) {
  #point3 .section-image {
    margin-bottom: 72px;
  }
}

.feature-title {
  width: 54.166666vw;
  margin: 7.5vw auto 0.9375vw;
}

@media screen and (min-width: 960px) {
  .feature-title {
    width: 520px;
    margin: 72px auto 9px;
  }
}

.point-notice {
  background-color: #FAF2C7;
  padding: 6.25vw 3.125vw 3.75vw;
}

@media screen and (min-width: 960px) {
  .point-notice {
    padding: 60px 30px 36px;
  }  
}

.point-notice .notice-title {
  position: relative;
  color: #D72626;
  font-size: 4.16666666666vw;
  font-weight: bold;
  line-height: 1.4;
  margin-left: 7.5vw;
}

@media screen and (min-width: 960px) {
  .point-notice .notice-title {
    font-size: 40px;
    margin-left: 72px;
  }  
}

.point-notice .notice-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 4.5833333333vw;
  height: 4.5833333333vw;
  background-image: url("../img/notice-exclamation.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0.83333333vw;
  left: -7.0833333333vw;
}

@media screen and (min-width: 960px) {
  .point-notice .notice-title::before {
    width: 44px;
    height: 44px;
    top: 8px;
    left: -68px;
  }
}

.point-notice .notice-text {
  font-size: 3.54166666666vw;
  font-weight: bold;
  margin-top: 3.75vw;
  margin-left: 0.52083333333vw;
  margin-bottom: 1.66666666666vw;
}

@media screen and (min-width: 960px) {
  .point-notice .notice-text {
    font-size: 34px;
    margin-top: 36px;
    margin-left: 5px;
    margin-bottom: 16px;
  }
}

.point-notice .notice-box {
  background-color: #FFFFFF;
  letter-spacing: 0.09em;
  margin: 0 auto 2.1875vw;
  padding: 2.916666666vw 3.75vw 2.5vw;
}

@media screen and (min-width: 960px) {
  .point-notice .notice-box {
    margin: 0 auto 21px;
    padding: 28px 36px 24px;
  }
}

.point-notice .notice-box .box-title {
  color: #FF7C03;
  font-size: 3.75vw;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .point-notice .notice-box .box-title {
    font-size: 36px;
  }
}

.point-notice .notice-box .box-text {
  font-size: 3.33333333333vw;
  line-height: 1.5;
}

@media screen and (min-width: 960px) {
  .point-notice .notice-box .box-text {
    font-size: 32px;
  }
}

.point-notice .notice-box .box-text a {
  color: #333333;
  text-decoration: underline;
  opacity: 1;
}

.point-notice .notice-box .box-text a:hover {
  opacity: 0.7;
}

.after-dots {
  position: relative;
  margin-bottom: 6.25vw;
}

@media screen and (min-width: 960px) {
  .after-dots {
    margin-bottom: 60px;
  }  
}

.after-dots::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.9375vw;
  height: 4.375vw;
  bottom: -5.625vw;
  left: 0;
  right: 0;
  background-image: url("../img/dots.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}

@media screen and (min-width: 960px) {
  .after-dots::after {
    width: 9px;
    height: 42px;
    bottom: -54px;
  }
}

.accordion-contents, .accordion-btn.close {
  display: none;
}

.btn-account::before {
  content: '';
  display: inline-block;
  background-image: url("../img/text_account.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 5.20833vw;
  width: 100%;
  margin-bottom: 2.50000vw;
  vertical-align: bottom;
}

@media screen and (min-width: 960px) {
  .btn-account::before {
    height: 50px;
    margin-bottom: 24px;
  }
}

/* ------------------------------------
	* PC
* ------------------------------------ */
@media print, screen and (min-width: 960px) {
#wrap_contents {
	font-size: 1.75rem;
	max-width: 960px;
	padding: 0;
}
}

@media print, screen and (min-width: 960px) {
.btn:hover{
	opacity: .9;
}
}

/*-----------------------クエリ---------------------*/
@media print, screen and (min-width: 960px) {
.sp{display: none !important;}
}
@media print, screen and (max-width: 959px) {
.pc{display: none !important;}
}


.campaign-box:not(:last-child) {
  margin-bottom: 4.16666666666vw;
}
@media all and (min-width: 960px) {
  .campaign-box:not(:last-child) {
    margin-bottom: 40px;
  }
}

.campaign {
  position: relative;
  pointer-events: none;
}

.campaign .pickup-bg {
	position: absolute;
	z-index: 0;
}
.campaign .stamp-box {
	position: relative;
	padding: 5.625vw 8.3333333333vw 21.354166666vw;
	gap: 4.1666666666vw 6.6666666666vw;
	display: flex;
  justify-content: center;
	flex-wrap: wrap;
	z-index: 1;
}
@media all and (min-width: 960px) {
	.campaign .stamp-box {
		padding: 54px 80px 205px;
		gap: 40px 64px;
	}
}
.campaign .stamp-box img {
  width: auto;
	height: 28.7499999vw;
}
@media all and (min-width: 960px) {
	.campaign .stamp-box img {
    height: 276px;
	}
}


.pickup-image-box:not(:last-child) {
  margin-bottom: 4.16666666666vw;
}
@media all and (min-width: 960px) {
  .pickup-image-box:not(:last-child) {
    margin-bottom: 40px;
  }
}

.pickup-image-box:nth-of-type(1) .link-area {
  background-color: #99CEF6;
}

.pickup-image {
  position: relative;
  pointer-events: none;
}

.pickup-image .pickup-bg {
	position: absolute;
	z-index: 0;
}
.pickup-image .stamp-box {
	position: relative;
	padding: 5.625vw 8.3333333333vw 21.354166666vw;
	gap: 4.1666666666vw 6.6666666666vw;
	display: flex;
  justify-content: center;
	flex-wrap: wrap;
	z-index: 1;
}
@media all and (min-width: 960px) {
	.pickup-image .stamp-box {
		padding: 54px 80px 205px;
		gap: 40px 64px;
	}
}
.pickup-image .stamp-box img {
  width: auto;
	height: 28.7499999vw;
}
@media all and (min-width: 960px) {
	.pickup-image .stamp-box img {
    height: 276px;
	}
}

.link-area .period {
  padding: 3.645833333333vw 0 1.5625vw;
}
@media all and (min-width: 960px) {
	.link-area .period {
    padding: 35px 0 15px;
	}
}
.link-area .period img {
  display: block;
}

.link-area .btn-link {
  width: 75.9375vw;
  margin: 0 auto;
  padding-bottom: 3.125vw;
}
@media all and (min-width: 960px) {
  .link-area .btn-link {
    width: 720px;
    padding-bottom: 30px;
  }
}
.link-area .btn-link .close {
  display: none;
}
.link-area .btn-link img {
  display: block;
}
