@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
}
html, body {
  overflow-x: hidden;
  font-size: 62.5%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
li {
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
picture {
  max-width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, select {
  vertical-align: middle;
}
br {
  line-height: 0;
}
input, textarea, select, button {
  font: inherit;
}
/* safariでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
/*------------------------------------------------------------
	basic
------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', '游ゴシック', YuGothic, Meiryo, sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.5;
  color: #1F2F8C;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.99479vw;
    line-height: 1.8;
    -webkit-font-feature-settings: 'palt'1;
    font-feature-settings: 'palt'1;
  }
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
img {
  vertical-align: middle;
  border: none;
}
a {
  color: #1F2F8C;
}
li {
  list-style: none;
}
#wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.load #wrapper {
  opacity: 1;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .sp._inline {
    display: inline;
  }
  .sp._inline-block {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.loadingWrap {
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  width: 100px;
  height: 100px;
}
.loadingWrap .loadingCircle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 50%;
  border: solid 1px;
  border-color: #777 #1F2F8C #1F2F8C #1F2F8C;
  -webkit-animation: rotate 2.5s linear infinite;
  animation: rotate 2.5s linear infinite;
}
.loadingWrap .loading {
  line-height: 100px;
  font-size: 1.4rem;
  text-align: center;
}
.movieBox {
  width: 100%;
  max-width: 1280px;
}
.movieBox div {
  padding: 56.25% 0 0 0;
  position: relative;
  width: 100%;
}
.movieBox div iframe {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.l-header {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 100%;
  z-index: 10;
}
.l-header--logo {
  background: #fff;
  -webkit-box-shadow: inset 0 -2px 0 #e8e8e8;
  box-shadow: inset 0 -2px 0 #e8e8e8;
  padding: 18px 13px;
  position: relative;
  line-height: 0;
}
.l-header--logo * {
  list-style: 0;
}
.l-header--logo:after {
  background: #e94709;
  bottom: -7px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.l-header--nav {
  padding-top: 7px;
  position: relative;
}
.l-header--nav_bg {
  height: 100%;
  margin-top: -7px;
  position: absolute;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 100%;
  z-index: -1;
}
.l-header--nav_container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 1.6rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  letter-spacing: .17rem;
  padding-bottom: 7px;
  padding-right: 48px;
  padding-top: 15px;
}
.l-header--nav_block {
  font-weight: 600;
  padding-bottom: 6px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  line-height: 1.15;
}
.l-header--nav_block + .l-header--nav_block {
  margin-left: 46px;
}
@media screen and (max-width: 768px) {
  .l-header--inner {
    position: relative;
  }
  .l-header--logo {
    padding: 10px;
    position: relative;
    z-index: 10;
  }
  .l-header--logo::after {
    bottom: -4px;
    height: 4px;
  }
  .l-header--nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding-top: 40px;
    position: absolute;
    top: 4px;
    width: 100%;
    z-index: 9;
  }
  .l-header--nav_button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px 0;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 39px;
    width: 50px;
    z-index: 10;
  }
  .l-header--nav_button span {
    background: #e94709;
    height: 2px;
    width: 30px;
  }
  .l-header--nav_button span:first-child, .l-header--nav_button span:nth-child(3) {
    -webkit-transform-origin: -2px 1px 0;
    -ms-transform-origin: -2px 1px 0;
    transform-origin: -2px 1px 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .l-header--nav_button.is-open {
    background: none;
  }
  .l-header--nav_button.is-open span {
    display: block;
    margin-left: 10px;
  }
  .l-header--nav_button.is-open span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header--nav_button.is-open span:nth-child(2) {
    opacity: 0;
  }
  .l-header--nav_button.is-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .l-header--nav.is-open {
    -webkit-animation: show .4s linear 0s;
    animation: show .4s linear 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header--nav_bg {
    display: none;
  }
  .l-header--nav_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 11.0778443114vh 0;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 0;
  }
  .l-header--nav_block {
    padding-bottom: 0;
  }
  .l-header--nav_block + .l-header--nav_block {
    margin-left: 0;
  }
  .l-header--nav_link {
    display: inline-block;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
  }
  .l-header--nav_top {
    background: url(../img/template/partials/header/nav_top.svg) no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 29.6vw;
  }
  .l-header--nav_usage {
    background: url(../img/template/partials/header/nav_usage.svg) no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 35.7333333333vw;
  }
  .l-header--nav_faq {
    background: url(../img/template/partials/header/nav_faq.svg) no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 35.7333333333vw;
  }
  .l-header--nav_contact {
    background: url(../img/template/partials/header/nav_contact.svg) no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 30.4vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header .is-sp {
    display: none;
  }
  .l-header a {
    color: #707070;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-header a:hover {
    color: #e94709;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
}
@media screen and (max-width: 768px) {
  .is-blur {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: .35;
  }
  body.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.l-header, .l-footer, nav {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .l-header--inner {
    line-height: 0;
  }
}
/* heading ttl */
h2 {
  background: #1F2F8C;
  color: #fff;
  font-size: 5.42708vw;
  line-height: 1.48;
  padding: 2.60417vw 7.8125vw 2.47396vw;
  text-align: center;
  margin-bottom: 6.51042vw;
    letter-spacing: 0.2rem;
}
.enekey_tel h2 {
  margin-bottom: 3vw;
}
@media screen and (min-width: 769px) {
  h2 {
    font-size: 3.8rem;
    line-height: 140%;
    margin-bottom: 40px;
    padding: 15px 50px 17px;
  }
}
h3 {
  font-size: 5vw;
  border-bottom: 2px solid #1F2F8C;
  font-weight: 900;
  margin-bottom: 1.30208vw;
}
@media screen and (min-width: 769px) {
  h3 {
    font-size: 3.2rem;
    border-width: 4px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
.underline {
  padding-right: 0.6rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(172,236,236,0.55)));
  background: -webkit-linear-gradient(transparent 70%, rgba(172,236,236,0.55) 0%);
  background: -o-linear-gradient(transparent 70%, rgba(172,236,236,0.55) 0%);
  background: linear-gradient(transparent 70%, rgba(172,236,236,0.55) 0%);
}
.coution span {
  display: block;
  font-size: 3.43438vw;
  padding-left: 1em;
  text-indent: -1em;
}
.coution_ad {
  margin: 10px auto 60px;
  font-weight: 700;
}
.coution_ad span {
  display: block;
  font-size: 3vw;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  .coution span {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .coution_ad span {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.strongTxt {
  font-weight: bold;
}
.btn {
  position: relative;
  margin-bottom: 2rem;
}
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 98.5%;
  height: 5rem;
  font-size: 4.90625vw;
  color: #1F2F8C;
  line-height: 1.67;
  background-color: #fff;
  border: 3px solid #1F2F8C;
  border-radius: 50vw;
  padding: 1.9vw;
  position: relative;
  z-index: 2;
}
.btn::after {
  content: "";
  display: block;
  width: 98.5%;
  height: 5rem;
  position: absolute;
  right: 0;
  bottom: -6px;
  z-index: 0;
  background: #1F2F8C;
  border-radius: 50vw;
}
@media screen and (min-width: 769px) {
  .btn {
    max-width: 809px;
    margin: auto;
  }
  .btn a {
    width: 90%;
    height: 70px;
    font-size: 2.4rem;
    margin: 0 auto;
    line-height: 1;
    border: 5px solid #1F2F8C;
    padding: 0;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
  }
  .btn a:hover {
    -webkit-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  .btn::after {
    width: 90%;
    height: 70px;
    right: 30px;
    bottom: -10px;
  }
}
.cta_area {
  margin: 6.51042vw auto 15.625vw;
}
@media screen and (min-width: 769px) {
  .cta_area {
    margin: 50px auto 100px;
  }
}
.cta_btn {
  display: block;
  width: 95%;
  text-align: center;
  position: relative;
  margin: 1.30208vw auto;
  padding: 1.1em 1em;
  border-radius: 1.30208vw;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 3px #df0615, 0 4px 7px rgba(0, 0, 0, 0.25), 0 4px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px #df0615, 0 4px 7px rgba(0, 0, 0, 0.25), 0 4px 9px 0px rgba(0, 0, 0, 0.15);
  background-color: #df0615;
  color: #fff;
  font-weight: 600;
  font-size: 4.55729vw;
  line-height: 1.25;
}
.cta_btn::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 3.90625vw;
  height: 3.90625vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  position: absolute;
  right: 1.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cta_btn span.txt {
  font-size: 2em;
}
.cta_btn_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 5.20833vw;
}
.cta_btn_txt::before, .cta_btn_txt::after {
  width: 0.78125vw;
  height: 1.3em;
  border-radius: 50vw;
  background-color: #1F2F8C;
  content: '';
}
.cta_btn_txt::before {
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
  margin-right: 1em;
}
.cta_btn_txt::after {
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  margin-left: 1em;
}
.cta_btn span.com {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -1.2em;
  left: -1.4em;
  width: 5em;
  height: 5em;
  border: 2px solid #df0615;
  border-radius: 50%;
  background-color: #fff;
  color: #df0615;
  font-size: 4.16667vw;
  line-height: 1.2;
}
.cta_btn span.com::after {
  position: absolute;
  bottom: .6em;
  right: -.2em;
  width: 1.2em;
  height: 1.2em;
  background-color: #fff;
  -webkit-clip-path: polygon(40% 0, 100% 100%, 0% 90%);
  clip-path: polygon(40% 0, 100% 100%, 0% 90%);
  content: '';
}
@media screen and (min-width: 769px) {
  .cta_btn {
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    max-width: 810px;
    font-size: 2rem;
    margin: 15px auto 20px;
    border-radius: 5px;
    padding: 2em 1.5em;
  }
  .cta_btn::after {
    width: 30px;
    height: 30px;
  }
  .cta_btn:hover {
    background-color: #af000c;
    -webkit-box-shadow: 0 0 0 3px #af000c, 0 2px 3px rgba(0, 0, 0, 0.25), 0 2px 3px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 3px #af000c, 0 2px 3px rgba(0, 0, 0, 0.25), 0 2px 3px -2px rgba(0, 0, 0, 0.15);
  }
  .cta_btn_txt {
    font-size: 2.5rem;
    margin-top: 50px;
  }
  .cta_btn_txt::before, .cta_btn_txt::after {
    width: 3px;
  }
  .cta_btn span.com {
    top: -2em;
    left: -2em;
    width: 5.3em;
    height: 5.3em;
    border: 3px solid #df0615;
    font-size: 2rem;
  }
}
.store_link {
  display: none;
}
@media screen and (min-width: 769px) {
  .store_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 480px;
    margin: auto;
    text-align: center;
  }
  .store_link span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 300px;
    padding: .8em 1.2em;
    border-radius: 5px;
    background-color: #e6e6e6;
    font-weight: 400;
    font-size: 1.8rem;
  }
  .store_link span::before {
    position: absolute;
    right: -14px;
    width: 15px;
    height: 30px;
    background-color: #e6e6e6;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: '';
  }
  .store_link:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/template/pages/top/store_link_qr.png) no-repeat #fff;
    background-position: 50%;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 80px;
    width: 80px;
    margin-left: 1em;
  }
}
/*footer*/
.l-footer * {
  line-height: 0;
}
.l-footer--nav {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1125.4px) {
  .l-footer--nav {
    padding-bottom: 3.5511363636vw;
    padding-top: 3.5511363636vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer--nav {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    position: relative;
  }
  .l-footer--nav:before {
    background: #707070;
    content: "";
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
  }
}
.l-footer--nav--app_terms {
  width: 177px;
}
@media screen and (min-width: 769px) and (max-width: 1125.4px) {
  .l-footer--nav--app_terms {
    max-width: 177px;
    width: 15.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer--nav--app_terms {
    max-width: 177px;
    width: 47.2vw;
  }
}
.l-footer--nav--enekey_terms {
  width: 158px;
}
@media screen and (min-width: 769px) and (max-width: 1125.4px) {
  .l-footer--nav--enekey_terms {
    max-width: 158px;
    width: 14.0269886364vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer--nav--enekey_terms {
    max-width: 158px;
    width: 42.1333333333vw;
  }
}
.l-footer--nav--point_terms {
  width: 152px;
}
@media screen and (min-width: 769px) and (max-width: 1125.4px) {
  .l-footer--nav--point_terms {
    max-width: 152px;
    width: 13.4943181818vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer--nav--point_terms {
    max-width: 152px;
    width: 40.5333333333vw;
  }
}
.l-footer--nav--withdraw {
  width: 186px;
}
@media screen and (min-width: 769px) and (max-width: 1125.4px) {
  .l-footer--nav--withdraw {
    max-width: 186px;
    width: 16.5127840909vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer--nav--withdraw {
    max-width: 103px;
    width: 27.4666666667vw;
  }
}
.l-footer--nav--privacy {
  width: 137px;
}
@media screen and (min-width: 769px) and (max-width: 1125.4px) {
  .l-footer--nav--privacy {
    max-width: 137px;
    width: 12.1626420455vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer--nav--privacy {
    max-width: 137px;
    width: 36.5333333333vw;
  }
}
.l-footer--nav--information {
  width: 54px;
}
@media screen and (min-width: 769px) and (max-width: 1125.4px) {
  .l-footer--nav--information {
    max-width: 54px;
    width: 4.7940340909vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer--nav--information {
    max-width: 54px;
    width: 14.4vw;
  }
}
.l-footer--nav--block {
  margin-left: 22px;
  margin-right: 22px;
}
@media screen and (min-width: 769px) and (max-width: 1125.4px) {
  .l-footer--nav--block {
    margin-left: 1.953125vw;
    margin-right: 1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer--nav--block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    position: relative;
    width: 50%;
  }
}
.l-footer--nav--block a {
  display: block;
}
.l-footer--nav--block a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.l-footer--nav--block a.is-external {
  -webkit-box-sizing: content-box;
  box-sizing: initial;
  padding-right: 20px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1125.4px) {
  .l-footer--nav--block a.is-external {
    padding-right: 1.7755681818vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer--nav--block a.is-external {
    padding-right: 20px;
  }
}
.l-footer--nav--block a.is-external:after {
  background: url("../img/template/icons/link_gray.png") no-repeat;
  background-position: 50%;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1125.4px) {
  .l-footer--nav--block a.is-external:after {
    height: 0.8877840909vw;
    max-height: 10px;
    max-width: 10px;
    width: 0.8877840909vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer--nav--block a.is-external:after {
    height: 10px;
    width: 10px;
  }
}
.l-footer--links {
  background: #000;
  padding-bottom: 25px;
  padding-top: 25px;
}
@media screen and (min-width: 769px) and (max-width: 1125.4px) {
  .l-footer--links {
    padding-bottom: 2.2194602273vw;
    padding-top: 2.2194602273vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer--links {
    padding: 0;
  }
}
.l-footer--inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1125.4px) {
  .l-footer--inner {
    padding-left: 2.6633522727vw;
    padding-right: 2.6633522727vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer--inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
}
.l-footer--group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .l-footer--group {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #707070;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-top: 14px;
    width: 100%;
  }
}
.l-footer--group_logo {
  margin-right: 50px;
  width: 96px;
}
@media screen and (min-width: 769px) and (max-width: 1125.4px) {
  .l-footer--group_logo {
    margin-right: 4.4389204545vw;
    max-width: 96px;
    width: 8.5227272727vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer--group_logo {
    margin-bottom: 12px;
    margin-right: 0;
    width: 142px;
  }
}
.l-footer--group_links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.l-footer--group_links--block {
  margin-right: 32px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1125.4px) {
  .l-footer--group_links--block {
    margin-right: 2.8409090909vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer--group_links--block {
    margin-right: 28px;
  }
}
.l-footer--group_links--block a {
  display: block;
}
.l-footer--group_links--block a:after {
  background: url("../img/template/icons/link.png") no-repeat;
  background-position: 50%;
  background-size: contain;
  content: "";
  height: 10px;
  position: absolute;
  right: -16px;
  top: 0;
  width: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1125.4px) {
  .l-footer--group_links--block a:after {
    bottom: 0;
    height: 0.8877840909vw;
    max-height: 10px;
    max-width: 10px;
    right: -1.4204545455vw;
    top: auto;
    width: 0.8877840909vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer--group_links--block a:after {
    height: 10px;
    right: -14px;
    width: 10px;
  }
}
.l-footer--group_links--hld {
  width: 146px;
}
@media screen and (min-width: 769px) and (max-width: 1125.4px) {
  .l-footer--group_links--hld {
    max-width: 146px;
    width: 12.9616477273vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer--group_links--hld {
    width: 98px;
  }
}
.l-footer--group_links--nex {
  width: 70px;
}
@media screen and (min-width: 769px) and (max-width: 1125.4px) {
  .l-footer--group_links--nex {
    max-width: 70px;
    width: 6.2144886364vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer--group_links--nex {
    width: 54px;
  }
}
.l-footer--group_links--nmm {
  width: 49px;
}
@media screen and (min-width: 769px) and (max-width: 1125.4px) {
  .l-footer--group_links--nmm {
    max-width: 49px;
    width: 4.3501420455vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer--group_links--nmm {
    width: 38px;
  }
}
.l-footer--copyright {
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.15;
}
.l-footer--copyright small {
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  .l-footer--copyright {
    font-size: 1rem;
    padding: 12px 10px;
  }
}
/* アニメーション */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}
/* 拡大 */
.zoomIn {
  -webkit-animation-name: zoomInAnime;
  animation-name: zoomInAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.zoomInTrigger {
  opacity: 0;
}
.box, #container .cp_detail, #container .contact {
  text-align: center;
  background-color: #fff;
  border: 3px solid #1F2F8C;
  padding: 0 0 6.51042vw;
  margin-bottom: 11.71875vw;
}
@media screen and (min-width: 769px) {
  .box, #container .cp_detail, #container .contact {
    max-width: 1024px;
    border: 6px solid #1F2F8C;
    padding: 0 0 40px;
    margin: 0 auto 90px;
  }
}
.inner_sec {
  padding: 0 5.20833vw;
}
@media screen and (min-width: 769px) {
  .inner_sec {
    padding: 0 50px;
  }
}
.kv {
  text-align: center;
  background-color: #DA1F0E;
}
.kv.closed {
  position: relative;
}
.kv.closed:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto 35px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
}
@media screen and (min-width: 1113px) {
  .kv.closed:before {
    margin: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .kv.closed:before {
    width: 100%;
    margin: 0;
    height: 100%;
    font-size: 5.20833vw;
  }
}
.kv.closed:after {
  content: "本キャンペーンは終了しました。\Aたくさんのご応募ありがとうございました。";
  white-space: pre;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto 35px;
  width: calc(100% - 70px);
  max-width: 1024px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.64);
}
@media screen and (min-width: 1113px) {
  .kv.closed:after {
    margin: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .kv.closed:after {
    width: 100%;
    margin: 0;
    height: 100%;
    font-size: 5.20833vw;
  }
}
#container {
  padding: 15.625vw 4.55729vw 5.20833vw;
}
@media screen and (min-width: 769px) {
  #container {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

#container .main_ttl {
  font-size: 5.72917vw;
  text-align: center;
  margin: 7.16146vw auto;
  color: #e94709;
  line-height: 1.8;
}
#container .main_ttl span {
  border-bottom: 3px solid;
}
@media screen and (min-width: 769px) {
  #container .main_ttl {
    font-size: 4.8rem;
    margin: 55px auto;
  }
  #container .main_ttl span {
    border-bottom: 6px solid;
  }
}
#container .present h2 {
  margin-bottom: 0;
  font-size: 5.42708vw;
    letter-spacing: 0.4rem;
}
#container .present_wrap {
  background: url(../img/bg.jpg) center bottom/cover no-repeat;
  padding: 5.20833vw 5.20833vw 3vw;
  text-align: center;
}
#container .present .item__card li {
  margin-bottom: 3.90625vw;
}
/* 青版シャドウ*/
#container .present .item__card li img {
  -webkit-filter: drop-shadow(0 0 10px rgba(129,198,216,0.78));
  filter: drop-shadow(0 0 10px rgba(129,198,216,0.78));
}
/* 黄版シャドウ
#container .present .item__card li img {
  -webkit-filter: drop-shadow(0 0 10px rgba(129,198,216,0.78));
  filter: drop-shadow(0 0 10px rgba(204,203,144,0.81));
}
*/
#container .present .coution {
  margin: 5.20833vw auto 15.625vw;
  font-weight: 700;
}
#container .present .present_txt {
  margin: 4.55729vw auto 3.25521vw;
}
@media screen and (min-width: 769px) {
  #container .present h2 {
    margin-bottom: 0;
    font-size: 3.8rem;
      letter-spacing: 1.1rem;
  }
/*青版背景*/
    #container .present_wrap {
    background: url(../img/bg.jpg) center bottom/cover no-repeat;
    padding: 40px 47px;
    text-align: center;
  }
/*黄版背景
    #container .present_wrap {
    background: url("../img/bg_02.jpg") center bottom/cover no-repeat;
    padding: 40px 47px;
    text-align: center;
  }
*/
  #container .present .item__card li {
    margin-bottom: 15px;
  }
  #container .present .present_txt {
    margin: 30px auto 15px;
  }
}
#container .present .store_txt {
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.30208vw;
}
@media screen and (min-width: 769px) {
  #container .present {
    max-width: 1024px;
    margin: 55px auto auto;
  }
  #container .present .item__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #container .present .item__card li {
    width: 100%;
    margin-bottom: 0;
  }
  #container .present .coution {
    margin: 30px auto 60px;
  }
  #container .present .store_txt {
    text-align: left;
    font-size: 1.5rem;
    max-width: 480px;
    margin: 45px auto 10px;
  }
}
#container .cp_topic {
  width: 100vw;
  padding: 3.90625vw 0 13.02083vw;
  margin-left: -4.55729vw;
  margin-bottom: 13.02083vw;
  background: #e60012;
}
@media screen and (max-width: 768px) {
  #container .cp_topic {
    background: url(../img/bg_topic_sp.png) center top/contain no-repeat, -webkit-gradient(linear, left top, left bottom, from(#e60012), to(#ea4f20));
    background: url(../img/bg_topic_sp.png) center top/contain no-repeat, -webkit-linear-gradient(#e60012 0%, #ea4f20 100%);
    background: url(../img/bg_topic_sp.png) center top/contain no-repeat, -o-linear-gradient(#e60012 0%, #ea4f20 100%);
    background: url(../img/bg_topic_sp.png) center top/contain no-repeat, linear-gradient(#e60012 0%, #ea4f20 100%);
  }
}
#container .cp_topic .ttl {
  text-align: center;
  margin-bottom: 6.51042vw;
}
#container .cp_topic .ttl img {
  -webkit-filter: drop-shadow(0 0 5px rgba(234, 79, 32, 0.5));
  filter: drop-shadow(0 0 5px rgba(234, 79, 32, 0.5));
}
#container .cp_topic_wrap {
  max-width: 1024px;
  margin: 5.20833vw 4.55729vw;
  background-color: #fff;
}
#container .cp_topic_wrap h3 {
  border-bottom: none;
  color: #fff;
  text-align: center;
  font-size: 6.51042vw;
  margin-bottom: 7.8125vw;
}
#container .cp_topic_wrap h4 {
  font-size: 5.72917vw;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 5.20833vw;
}
#container .cp_topic_wrap > div {
  padding: 5.20833vw 6.51042vw;
}
#container .cp_topic_wrap:nth-of-type(1) {
  color: #f39800;
}
#container .cp_topic_wrap:nth-of-type(1) h3 {
  background-color: #f39800;
}
#container .cp_topic_wrap:nth-of-type(2) {
  color: #6eb92b;
}
#container .cp_topic_wrap:nth-of-type(2) h3 {
  background-color: #6eb92b;
}
#container .cp_topic_wrap:nth-of-type(3) {
  color: #0068b7;
}
#container .cp_topic_wrap:nth-of-type(3) h3 {
  background-color: #0068b7;
}
#container .cp_topic .btn {
  width: 88.54167vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #container .cp_topic {
    padding: 40px 4.55729vw 70px;
    margin-bottom: 100px;
    background: url(../img/bg_topic.png) center top no-repeat, -webkit-gradient(linear, left top, left bottom, from(#e60012), to(#ea4f20));
    background: url(../img/bg_topic.png) center top no-repeat, -webkit-linear-gradient(#e60012 0%, #ea4f20 100%);
    background: url(../img/bg_topic.png) center top no-repeat, -o-linear-gradient(#e60012 0%, #ea4f20 100%);
    background: url(../img/bg_topic.png) center top no-repeat, linear-gradient(#e60012 0%, #ea4f20 100%);
  }
  #container .cp_topic .ttl {
    max-width: 1024px;
    margin: 0 auto 40px;
  }
  #container .cp_topic_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px auto;
    padding-bottom: 40px;
  }
  #container .cp_topic_wrap h3 {
    width: 100%;
    font-size: 4.2rem;
    margin-bottom: 40px;
  }
  #container .cp_topic_wrap h4 {
    font-size: 3.2rem;
    text-align: left;
    margin-bottom: 30px;
    font-weight: 900;
  }
  #container .cp_topic_wrap h4 span {
    display: inline-block;
  }
  #container .cp_topic_wrap > p {
    width: 38%;
    text-align: center;
    padding: 0 4.5% 0 3%;
  }
  #container .cp_topic_wrap > div {
    padding: 0;
    width: 62%;
    font-size: 1.8rem;
    padding-right: 2em;
  }
  #container .cp_topic_wrap > div .coution {
    margin-top: 20px;
  }
  #container .cp_topic .btn {
    margin: 60px auto;
  }
}
@media screen and (min-width: 1471pxpx) {
  #container .cp_topic {
    background: url(../img/bg_topic.png) center top/100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#e60012), to(#ea4f20));
    background: url(../img/bg_topic.png) center top/100% no-repeat, -webkit-linear-gradient(#e60012 0%, #ea4f20 100%);
    background: url(../img/bg_topic.png) center top/100% no-repeat, -o-linear-gradient(#e60012 0%, #ea4f20 100%);
    background: url(../img/bg_topic.png) center top/100% no-repeat, linear-gradient(#e60012 0%, #ea4f20 100%);
  }
}
#container .cp_detail {
  margin-bottom: 15.625vw;
}
#container .cp_detail section {
  text-align: left;
}
#container .cp_detail section:not(:last-child) {
  margin-bottom: 6.51042vw;
}
#container .cp_detail section .prize {
  line-height: 2.4rem;
  text-align: center;
  margin: 3rem 0;
}
#container .cp_detail section .prize .fs_big {
  font-size: 5.2vw;
  display: inline-block;
  padding: 1.5625vw 0 1.04167vw;
}
#container .cp_detail section.sec02 {
  font-size: 1.8rem;
}
#container .cp_detail section.sec02 > p {
  margin-bottom: 0.3em;
}
#container .cp_detail section.sec02 > p:nth-child(4) {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #container .cp_detail section.sec02 {
    font-size: 3.46458vw;
  }
}
#container .cp_detail .scroll {
  border: 2px solid #CDD4FE;
  padding: 3vw 2vw 3vw 3vw;
  height: 12.6em;
  margin-top: 2.60417vw;
}
#container .cp_detail .scroll > div {
  height: 100%;
  font-size: 3.40417vw;
  font-weight: 400;
  overflow-y: scroll;
  padding-right: 2vw;
}
#container .cp_detail .scroll > div::-webkit-scrollbar {
  width: 9px;
}
#container .cp_detail .scroll > div::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #e7e7e7;
  border-radius: 5px;
}
#container .cp_detail .scroll > div::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #777;
}
#container .cp_detail .scroll > div p {
  line-height: 1.5;
  margin-bottom: 2em;
}
#container .cp_detail .scroll > div a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  #container .cp_detail .scroll > div a:hover {
    text-decoration: none;
  }
}
#container .cp_detail .scroll > div .kome {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: .25em;
}
#container .cp_detail .scroll > div .disc {
  display: block;
  padding-left: .8em;
  text-indent: -.8em;
  margin-bottom: .25em;
}
@media screen and (min-width: 769px) {
  #container .cp_detail {
    margin-bottom: 78px;
  }
  #container .cp_detail section:not(:last-child) {
    margin: 30px 0 55px;
  }
  #container .cp_detail section .prize .fs_big {
    font-size: 3rem;
    padding: 8px 0;
  }
  #container .cp_detail section .coution {
    margin-top: .25em;
  }
  #container .cp_detail .scroll {
    border: 4px solid #CDD4FE;
    padding: 35px 30px 40px 45px;
    height: 17.325em;
    margin-top: 20px;
  }
  #container .cp_detail .scroll > div {
    font-size: 1.8rem;
    padding-right: 25px;
  }
  #container .cp_detail .scroll > div p {
    margin-bottom: 2em;
  }
  #container .cp_detail .scroll > div .disc {
    padding-left: 1.25em;
    text-indent: -1.25em;
  }
}
#container .contact.cp_mail {
  margin-bottom: 19.14063vw;
}
#container .contact.cp_mail h2 + p {
  margin-top: -3.25521vw;
}
#container .contact.cp_mail .ttl {
  margin-bottom: 2.60417vw;
}
#container .contact.cp_mail .mail {
  font-size: 4.42708vw;
  line-height: 1.5;
}
#container .contact.cp_mail .mail a::before {
  content: "";
  display: inline-block;
  margin-right: 0.2em;
  width: 4.16667vw;
  height: 3.125vw;
  background: url(../img/ic_mail.png) center/100% no-repeat;
}
#container .contact.cp_mail .time {
  font-size: 3.38542vw;
  margin: 4.16667vw auto 3.38542vw;
}
#container .contact.enekey_tel {
  margin-bottom: 15.23438vw;
  padding-bottom: 1rem;
}
#container .contact.enekey_tel .name {
  font-size: 5.16667vw;
}
#container .contact.enekey_tel .tel {
  line-height: 1.2;
  font-size: 7.33333vw;
  margin-bottom: 6.25521vw;
}
#container .contact.enekey_tel .tel a {
  line-height: 1;
}
#container .contact.enekey_tel .tel a::before {
  content: "";
  display: inline-block;
  margin-right: 0.2rem;
  width: 4rem;
  height: 3.2rem;
  background: url(../img/ic_tel.png) bottom center/7.6vw no-repeat;
}
#container .contact.enekey_tel .btn {
  margin-bottom: 5.85938vw;
}
#container .contact.app_link .btn {
  margin-bottom: 2.60417vw;
}
#container .contact .coution {
  text-align: left;
}
#container .contact .coution + .name {
  margin-top: 7.8125vw;
  margin-bottom: 2.60417vw;
  line-height: 1.35;
}
@media screen and (min-width: 769px) {
  #container .contact.cp_mail {
    margin-bottom: 78px;
  }
  #container .contact.cp_mail h2 + p {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #container .contact.cp_mail .ttl {
    margin-bottom: 15px;
  }
  #container .contact.cp_mail .mail {
    font-size: 2.8rem;
    line-height: 1;
  }
  #container .contact.cp_mail .mail a::before {
    width: 32px;
    height: 24px;
    background: url(../img/ic_mail.png) center/100% no-repeat;
  }
  #container .contact.cp_mail .time {
    font-size: 2rem;
    margin: 30px auto 26px;
  }
  #container .contact.cp_mail .coution {
    max-width: 750px;
    margin: 30px auto 0;
  }
  #container .contact.enekey_tel {
    margin-bottom: 78px;
    font-size: 1.6rem;
    padding: 0 0 1.4rem;
  }
  #container .contact.enekey_tel h2 {
    padding: 20px;
    margin: 0 0 1.6rem;
  }
  #container .contact.enekey_tel .name {
    font-size: 2.6rem;
    margin: 10px auto 5px;
  }
  #container .contact.enekey_tel .tel {
    line-height: 1.2;
    font-size: 3.8rem;
    margin-bottom: 25px;
  }
  #container .contact.enekey_tel .tel a {
    line-height: 1;
    pointer-events: none;
  }
  #container .contact.enekey_tel .tel a::before {
    content: "";
    display: inline-block;
    margin-right: 0;
    width: 54px;
    height: 40px;
    background: url(../img/ic_tel.png) bottom center/36px no-repeat;
  }
  #container .contact.enekey_tel .btn {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #container .contact.enekey_tel .coution {
    display: inline-block;
    margin: auto;
  }
  #container .contact.enekey_tel .coution + .name {
    margin-top: 50px;
    margin-bottom: 10px;
  }
  #container .contact.app_link .btn {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
/* 2023winter add style */
.prize_image h4 {
  margin: 0 1rem 0 0;
  padding: 0;
  color: #C8AA00;
  font-size: 2.2rem;
  line-height: 130%;
    text-align: center;
}
.prize_image h4 .a_pr {
  font-size: 2.4rem;
  line-height: 130%;
}
.prize_image h4 img {
  margin: 0 auto 0.6rem auto;
}
.prize_image img {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .prize_image h4 {
    margin: 0.6rem 0 0 0.2rem;
    font-size: 1.7rem;
    line-height: 130%;
  }
 .prize_image h4 img {
  margin: 0 auto 0.6rem auto;
     width:64%;
}
 .prize_image .bc img {
  margin: 0 auto 0.6rem auto;
     width:52%;
}
 .prize_image img {
    margin: 1rem 0 0;
  }
}
/* 2024spring add style */
.prize_bc_wrap {
  margin: 5.6rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prize_bc_wrap h4 {
  font-size: 2.6rem;
  line-height: 160%;
}
.prize_bc_wrap .a {
  font-size: 3rem;
  line-height: 130%;
  margin-bottom: 3rem;
}
.prize_bc_wrap img {
  margin: 1rem 0 0;
  display: block;
}
#prize_sec .coution span {
  padding-left: 0;
  text-indent: 0;
  margin: 1rem 0;
  line-height: 1.6;
}
.line {
  margin: 7rem 0 1rem !important;
  padding-top: 4rem;
  border-top: dotted 2px #ccc;
}
.month {
  background-color: #1F2F8C;
  border-radius: 60%;
  padding: 1.4rem 1rem;
  color: #fff;
  line-height: 160%;
}
.month span {
  display: inline-block;
  font-size: 4rem;
  vertical-align: text-bottom;
}
.small span {
  font-weight: normal;
  font-size: 1.6rem;
}
/* 注意事項表示スタイル */
.switchbox {
  margin: 0 0 2rem;
  padding: 0;
}
.switchbox label {
  display: inline-block;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0.2rem;
  font-size: 1.8rem;
  padding: 0.1rem 1.6rem 0.2rem 1.6rem;
  position: relative;
  background-color: #1F2F8C;
  color: #fff;
  width: 13.6rem;
  letter-spacing: 0.3rem;
  border-radius: 18px;
}
.switchbox input {
  display: none;
}
.switchbox div {
  height: 0;
  overflow-y: hidden;
  transition: 0.8s;
  opacity: 0;
}
.switchbox input:checked + label + div {
  height: auto;
  opacity: 1;
}
.switchbox label::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  background-image: url(../img/open_ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0.3rem 0 0 0.4rem;
}
.switchbox input:checked + label::after {
  content: '';
  background-image: url(../img/close_ico.png);
}
/* 賞品見出し調整 */
.h4{
    width: 460px;    
    min-width: 400px;
}
/* Q&A表示スタイル */
#qa {
  margin: 0 0 6rem;
  text-align: left;
}
#qa h4 {
  display: inline-block;
  font-size: 2.4rem;
  background-color: #4156d1;
  color: #fff;
  border-radius: 6px;
  width: 24rem;
  text-align: center;
  line-height: 180%;
  margin: 1rem 0;
  padding: 1rem;
}
#qa dl {
  margin: 0 0 2rem;
  display: flex;
  flex-wrap: wrap;
}
#qa dt, dd {
  width: 50%;
  padding: 1.6rem 3rem;
  margin-bottom: 1rem;
}
#qa dt {
  background-color: #CDD4FF;
  font-size: 2rem;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
#qa dd {
  font-weight: normal;
  background-color: #E1E5FF;
  font-size: 1.8rem;
}
#qa p {
  margin: 0 0 1rem;
}
#qa a {
  text-decoration: underline;
  color: #5169f4;
  display: inline-block;
}
#qa a:visited {
  color: #5169f4;
}
#qa a:hover {
  color: #8698ff;
}
/* 賞品注記用スタイル追加｜2408 */
.memo {
    font-weight: normal;
    font-size:1.2rem;
    line-height: 180%;
    margin: 0 52rem 0 auto;
    width: 33rem;
    color: #759ED1;
    position: relative;
    top: -11rem;
}
.memo li{
    text-indent: -1em;
  padding-left: 1em;
}

/* 2024spring add SP style */
@media screen and (max-width: 768px) {
  #container .cp_detail section .prize {
    margin: 2rem 0 1rem;
      line-height: 3.8rem;
  }
  .prize_bc_wrap {
    margin: 2.4rem 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .prize_bc_wrap h4 {
    font-size: 2rem;
      line-height: 130%;
  }
  .prize_bc_wrap .a {
    font-size: 2.2rem;
    line-height: 120%;
    margin-bottom: 1rem;
  }
  .prize_bc_wrap .bc {
    font-size: 2rem;
    line-height: 120%;
    margin-bottom: 0.2rem;
  }
  .prize_bc_wrap img {
    margin: 1rem auto 0;
    display: block;
    width: 98%;
  }
  .month {
    padding: 1.4rem 0.7rem;
  }
  .month span {
    font-size: 4rem;
  }
  .small span {
    font-size: 3.43438vw;
  }
  /* 注意事項表示スタイル */
  .switchbox {
    margin: 0 0 1.4rem;
    padding: 0;
  }
  .switchbox label {
    margin-bottom: 0.4rem;
    font-size: 1.6rem;
    padding: 0.2rem 1.2rem 0.4rem 1.4rem;
    line-height: 150%;
    width: 12rem;
    letter-spacing: 0.2rem;
    border-radius: 18px;
  }
  .switchbox label::after {
    margin: 0.2rem 0 0 0.6rem;
  }
  /* Q&A表示スタイル */
  #qa {
    margin: 0 0 3rem;
  }
  #qa h4 {
    font-size: 1.8rem;
  }
  #qa dl {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #qa dt, dd {
    width: 100%;
    padding: 1.2rem 2rem;
    line-height: 150%;
  }
  #qa dt {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  #qa dd {
    font-weight: normal;
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
/* 賞品注記用スタイル追加｜2408 */
.memo {
    font-weight: normal;
    font-size:1.2rem;
    line-height: 160%;
    margin:1rem auto 0;
    width:96%;
    color: #759ED1;
    position: relative;    
  top: 0;
}
 }
@media screen and (max-width: 1010px) {
.memo {
    font-weight: normal;
    font-size:1.2rem;
    line-height: 160%;
    margin:1rem auto 0 1rem;
    width:96%;
    color: #759ED1;
    position: relative;    
  top: 0;
}
}