@charset "UTF-8";
/* ====================================================
	リセットCSS
==================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1;
  font-feature-settings: "palt";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

video {
  display: block;
}

a,
a:hover {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

br {
  font-size: 0 !important;
}

/*要素を光らせる*/
.reflection-img {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1; /*Safariのborder-radius効かない問題対策*/
}

.reflection {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  pointer-events: none;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 3s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 3s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -o-animation: reflection 3s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* ====================================================
	共通
==================================================== */
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

html {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.61rem;
  margin: 0;
  color: #333;
  background-color: #455e51;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1.26vw;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 1.25vw;
  }
}
img {
  width: 100%;
  display: block;
}

body {
  position: relative;
  background-image: url(img/fixed-image.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center 0;
  background-color: #fff;
  overflow: hidden;
}

body::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.3;
}

#content {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 1;
}

a {
  display: inline-block;
}

.underline,
a.underline:hover {
  text-decoration: underline;
}

footer .footerContents ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  padding: 2.2rem 0 3.3rem;
  background-color: #fff;
}
footer .footerContents li p {
  color: #000;
  font-size: 1.8rem;
}
footer .copyRightBlock {
  padding: 2rem 0 21.4rem;
  /*	padding: 2rem 0;*/
  font-size: 1.6rem;
  text-align: center;
  background-color: #000;
  color: #fff;
}

.is-weight600 {
  font-weight: 600 !important;
}

.is-weight700 {
  font-weight: 700 !important;
}

.is-color_455e51 {
  color: #455e51;
}

.is-color_f81414 {
  color: #f81414 !important;
}

.app__columnBody .is-color_f81414.is-mark_dot:before {
  color: #f81414 !important;
}

.img03_02 {
  position: relative;
}
.img03_02 .app__btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  width: 76%;
}

/* ====================================================
	背景エフェクト
==================================================== */
#tsparticles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
#tsparticles canvas {
  pointer-events: none !important;
}

/* ====================================================
	キャンペーン時
==================================================== */
/* 応募について */
#application,
#applicationEnd {
  position: relative;
  padding: 0 0;
  background-color: #fff;
}
#application h2,
#applicationEnd h2 {
  text-align: center;
  font-weight: 700;
  font-size: 4.7rem;
  letter-spacing: 0.9rem;
  color: #455e51;
  margin: 3.2rem 3.9rem 1.3rem;
}

.app__box {
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
  margin: 0 3.9rem;
}
.app__box .app__btn {
  margin-top: 3.5rem;
}
.app__box .app__btn.is-btn_small {
  padding: 0 5rem;
}

.app__box.is-sep {
  padding-top: 4.3rem;
}

.app__ttl {
  width: 100%;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.2rem;
  padding: 1.4rem 0 1.7rem;
  text-align: center;
  background-color: #455e51;
  color: #fff;
}

.app__column {
  margin: 2.5rem 0 2.3rem;
}

.app__columnHeading {
  text-align: center;
}
.app__columnHeading .is-large {
  font-weight: 700;
  font-size: 4.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
}
.app__columnHeading .is-middle {
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 1.5;
}
.app__columnHeading .is-middle.is-weight700 {
  letter-spacing: -0.1rem;
}

.app__columnBody {
  margin: 2.4rem 0 0;
}
.app__columnBody * {
  position: relative;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
  line-height: 1.38;
}
.app__columnBody .is-large {
  position: relative;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.app__columnBody dd {
  margin: 1.4rem 0 0 0;
}
.app__columnBody li + li {
  margin-top: 1.2rem;
}
.app__columnBody .is-mark {
  padding-left: 2.2rem;
}
.app__columnBody .is-mark:before {
  position: absolute;
  top: 0;
  left: 0;
}
.app__columnBody .is-mark.is-mark_dot {
  padding-left: 2.9rem;
}
.app__columnBody .is-mark_dot:before {
  content: "●";
  color: #455e51;
}
.app__columnBody .is-mark_asterisk:before {
  content: "※";
}
.app__columnBody .is-large.is-mark.is-mark_dot {
  padding-left: 3.4rem;
}

.app__box.is-target .app__columnHeading .is-middle {
  font-size: 3.5rem;
}
.app__box.is-target .app__columnBody * {
  font-size: 2.3rem;
}
.app__box.is-target .app__columnBody ul.is-weight700 * {
  font-size: 2.6rem;
  font-weight: 700;
}
.app__box.is-target .app__columnBody ul.is-weight700 li + li {
  margin-top: 0.8rem;
}
.app__box.is-target .app__columnBody .is-mark.is-mark_dot {
  padding-left: 3.5rem;
}

.app__box.is-way {
  padding-top: 7.5rem;
}
.app__box.is-way .app__columnBody * {
  font-size: 2.1rem;
}
.app__box.is-way .app__columnBody li + li {
  margin-top: 1.4rem;
}

.app__box.is-prize .app__columnHeading .is-middle {
  line-height: 1.6;
  font-size: 3.8rem;
  font-weight: 600;
}

.app__box.is-receipt .app__columnHeading .is-small {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
.app__box.is-receipt .app__columnHeading .is-large {
  line-height: 1.3;
  font-size: 4.8rem;
  font-weight: 700;
  margin-top: 1.3rem;
  line-height: 1.3;
}
.app__box.is-receipt .app__columnHeading .is-attention {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  margin-top: 0.9rem;
}
.app__box.is-receipt .app__columnBody {
  margin: 2.7rem 0 0;
}
.app__box.is-receipt .app__columnBody * {
  font-size: 2.1rem;
  line-height: 1.5;
}
.app__box.is-receipt .app__columnBody li + li {
  margin-top: 1.2rem;
}

/*---------- 追従ボタン ----------*/
@keyframes scalechange {
  0% {
    transform: scale(1.035);
  }
  25% {
    transform: scale(1);
  }
  48% {
    transform: scale(1.035);
  }
  50% {
    transform: scale(1.035);
  }
  75% {
    transform: scale(1);
  }
  98% {
    transform: scale(1.035);
  }
  100% {
    transform: scale(1.035);
  }
}
#followHeadUnder {
  transition: all 0.6s;
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  z-index: 100;
  max-width: 750px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1rem 0 2rem;
}

#followHeadUnder.float {
  bottom: 0;
}

.followHeadUnder_btn {
  animation: scalechange 3s linear infinite;
  width: 90%;
  margin: 0 auto;
}

/*---------- モーダルウィンドウ ----------*/
.modal__area {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.6);
}

.modal__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  background-color: #fff;
  border-radius: 0.5rem;
}

.modal__contents {
  padding: 4.8rem 2rem;
}

.modal__title {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #455e51;
}

.modal__txt {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.modal__txt + .modal__txt {
  margin-top: 1rem;
}

.modal__btnList {
  padding: 3.8rem 5.4rem 0;
}

.modal__img {
  width: 28rem;
  max-width: 300px;
  margin: 1rem auto;
  border: 1px solid #c2c2c2;
}

.modal__btnList > li {
  width: 100%;
}

.modal__btnList > li + li {
  margin-top: 2.6rem;
}

.modal__btnList > li a {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

.modal__btnNote {
  margin-top: 1.9rem;
  font-size: 1.94rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.modal__btnNote p + p {
  margin-top: 0.3rem;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.1rem;
  height: 6.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.4rem;
  color: #888;
}

/* ====================================================
	レシート
==================================================== */
.rcpt__head {
  position: relative;
  border-style: solid;
  border-color: #455e51;
  border-top-width: 3px;
  border-bottom-width: 3px;
  pointer-events: auto;
  cursor: pointer;
}

.rcpt__body {
  display: none;
  border-style: solid;
  border-color: #455e51;
  border-bottom-width: 3px;
}

.rcpt__tgl-arrow {
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 2.8rem;
  height: 2.8rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.rcpt__tgl-arrow > span {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #455e51;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s ease;
}
.rcpt__tgl-arrow > span:nth-of-type(2) {
  transform: translateY(-50%) rotate(90deg);
}

.rcpt__box.active .rcpt__tgl-arrow > span:nth-of-type(2) {
  transform: translateY(-50%);
}

.rcpt {
  background-color: #f8f8f8;
}

/* ====================================================
	ローディング
==================================================== */
/*html {
	overflow: hidden;
}*/
/*#loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100vw;
	height: 100%;
	background-color: #f1f2ff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
}
#loading img {
	max-width: 530px;
}
.loader {
	width: 212px;
	height: 33px;
	margin: 25px auto 30px;
	border-radius: 2rem;
	background: repeating-linear-gradient(135deg, #7b81c5 0 18px, #999ee7 0 34px) 0 / 0% no-repeat, repeating-linear-gradient(135deg, #cccccc 0 18px, #e4e5e5 0 34px) 0 / 100%;
	animation: l3 3s forwards;
}
@keyframes l3 {
	100% {background-size:100%}
}*/
@media screen and (max-width: 767px) {
  /*	.loader {
  		width: 41vw;
  		height: 6.2vw;
  		margin: 5vw auto 5.8vw;
  		border-radius: 4rem;
  		background: repeating-linear-gradient(135deg, #7b81c5 0 3.2vw, #999ee7 0 6.6vw) 0 / 0% no-repeat, repeating-linear-gradient(135deg, #cccccc 0 3.2vw, #e4e5e5 0 6.6vw) 0 / 100%;
  	}*/
}
@media screen and (max-width: 540px) {
  .rcpt__head {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .rcpt__tgl-arrow > span {
    height: 1px;
  }
  .rcpt__body {
    border-bottom-width: 1px;
  }
  footer .copyRightBlock {
    padding: 2rem 0 21rem;
  }
}
/* ====================================================
	キャンペーン終了時
==================================================== */
body.end_cp #applicationEnd {
  margin-bottom: 3rem;
}
body.end_cp .app__box.is-cpContact {
  padding-top: 2.6rem;
}
body.end_cp .grayAuto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 100;
  opacity: 0.5;
}
body.end_cp .thanksBuy {
  background-color: #455e51;
  padding: 6rem 2rem 5.4rem;
  margin-bottom: 6rem;
}
body.end_cp .thanksBuy > p {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
body.end_cp .thanksBuy > p span {
  font-size: 2.9rem;
}
body.end_cp .thanksBuy__btn {
  margin-top: 3.5rem;
}
body.end_cp footer .copyRightBlock {
  padding: 2rem 0 !important;
}/*# sourceMappingURL=style.css.map */