@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*# sourceMappingURL=normalize.min.css.map */
body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* common.scss
============================== */
html, body {
  height: 100%;
}

body {
  background: #010614;
  color: #FFFFFF;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  word-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

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

.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border-radius: 3em;
  font-size: 1em;
  font-style: normal;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn-base-style, .btn--sub, .btn--main {
    min-width: 50%;
  }
}

.btn--main {
  background: #FFFFFF;
  margin: 1em 0;
  padding: 1.2em 2em;
  color: #010614;
  font-weight: bold;
}

.btn--sub {
  margin: 2em 0 1em;
  padding: 0.85em 2em;
  color: #FFFFFF;
  font-style: normal;
  border: 1px solid #FFFFFF;
}

.txt--link a {
  text-decoration: underline;
  transition: 0.3s;
}
.txt--link a:hover {
  text-decoration: none;
}

.txt--basic {
  margin: 0 0 1em;
}

.txt--sub {
  font-size: 0.85em;
  line-height: 1.8em;
}

.date {
  display: inline-block;
  font-family: "din-2014", sans-serif;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.flex--horizontal {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}

.ph, .thumb {
  position: relative;
  line-height: 0;
}
.ph img, .thumb img {
  width: 100%;
}
.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-dots {
  bottom: -30px !important;
}
.slick-dots li {
  margin: 0 2px;
}
.slick-dots li button:before {
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  width: 8px !important;
  height: 8px !important;
  content: "" !important;
  color: transparent !important;
  opacity: 0.27 !important;
  background-color: #DCDFE5 !important;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
}

.slick-slide {
  overflow: hidden;
  transition: all 0.3s 0s ease;
}
.slick-slide img {
  border-radius: 7px;
}

.list--info {
  transition: 0.4s;
}
.list--info li {
  position: relative;
  padding: 5px 0;
}
.list--info li:last-of-type .block--txt {
  border-bottom: 0;
}
.list--info li a {
  display: block;
}
.list--info li a:hover {
  opacity: 0.5;
}
.list--info .date {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1;
}
.list--info .date span.new {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #40aeda;
  border-radius: 6px;
  position: absolute;
  top: -1em;
  left: -0.5em;
  opacity: 0;
  -webkit-animation: flashing 1.5s infinite linear;
          animation: flashing 1.5s infinite linear;
}

.list--storeinfo li {
  position: relative;
  overflow: hidden;
}
.list--storeinfo li a {
  display: block;
  width: 100%;
}
.list--storeinfo .slick-slide {
  border-radius: 10px;
}
.list--storeinfo .block_figure, .list--storeinfo .list_txt {
  width: 100%;
}
.list--storeinfo .block_figure {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 50%;
}
.list--storeinfo .block_figure .blur {
  position: absolute;
  width: 150%;
  height: 150%;
  top: -50%;
  left: -50%;
  z-index: -1;
  -webkit-filter: blur(30px);
          filter: blur(30px);
}
.list--storeinfo .block_figure .thumb {
  z-index: 2;
  margin: -1% 0 0 -1%;
  width: 102%;
  height: 102%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.list--storeinfo .block_figure .thumb img {
  height: 100%;
  background-size: contain;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
.list--storeinfo .new {
  position: absolute;
  top: 6px;
  left: 6px;
  background: #000;
  padding: 4px 9px 4px 5px;
  line-height: 1;
  color: #FFFFFF;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  z-index: 2;
  font-size: 10px;
  border-radius: 3px;
  letter-spacing: 0.08em;
}
.list--storeinfo .new i {
  display: inline-block;
  color: #40aeda;
  margin-right: 3px;
  font-size: 10px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
  -webkit-animation: flashing 1.5s infinite linear;
          animation: flashing 1.5s infinite linear;
}
.list--storeinfo .list_txt {
  padding: 3%;
}
.list--storeinfo .date {
  font-size: 13px;
}

.header {
  z-index: 99;
}
.header .logo a {
  display: block;
}
.header .drawer {
  z-index: 99;
  position: fixed;
  background: #252935;
  transition: all 0.3s 0s ease;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  pointer-events: none;
  font-size: 16px;
}
.header .drawer .list--login {
  font-weight: bold;
}
.header .drawer .list--nav {
  font-family: "din-2014", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.header .drawer .list--nav li {
  margin-bottom: 10px;
  line-height: 1.4;
  position: relative;
}
.header .drawer .list--nav li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.1);
}
.header .drawer .list--nav span {
  background: #252935;
}
.header .drawer .list--nav span.tit-menu {
  padding-right: 4px;
}
.header .drawer .list--nav span.txt-jpn {
  font-size: 10px;
  margin-left: 10px;
  margin-top: 4px;
  float: right;
  padding-left: 4px;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.header .drawer .list--nav a {
  padding: 2px 0;
}
.header .drawer .list--nav i {
  font-size: 10px;
  display: inline-block;
  margin-left: 2px;
}
.header .drawer__btn {
  width: 40px;
  height: 40px;
  z-index: 99;
  position: relative;
  overflow: hidden;
}
.header .drawer__btn .line-wrap {
  overflow: hidden;
  display: block;
  width: 40px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header .drawer__btn .line-wrap {
    margin-left: -15px;
  }
}
.header .drawer__btn span {
  width: 100%;
  height: 100%;
  display: block;
  background: #FFFFFF;
}
.header .drawer__btn .line_2 {
  transition: all 0.6s 0s ease;
}
@media screen and (min-width: 961px) {
  .header .drawer__btn .line_1 {
    -webkit-transform: translateY(-11px);
            transform: translateY(-11px);
  }
  .header .drawer__btn .line_3 {
    -webkit-transform: translateY(11px);
            transform: translateY(11px);
  }
  .header .drawer__btn:hover .line_2 {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header .drawer__btn .line_1 {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .header .drawer__btn .line_3 {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
.header .g-nav .list--login {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #FFFFFF;
}
.header .g-nav .list--login li {
  display: inline-block;
}
.header .g-nav .list--nav li a {
  display: block;
  position: relative;
}

.drawer-visible .wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #030C24;
  opacity: 0.3;
  z-index: 98;
}
@media screen and (min-width: 961px) {
  .drawer-visible header .drawer__btn .line_1 {
    -webkit-animation: header_on0 0.8s ease-in-out forwards;
            animation: header_on0 0.8s ease-in-out forwards;
  }
  .drawer-visible header .drawer__btn .line_3 {
    -webkit-animation: header_on2 0.8s ease-in-out forwards;
            animation: header_on2 0.8s ease-in-out forwards;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer-visible header .drawer__btn .line_1 {
    -webkit-animation: header_on0-sp 0.8s ease-in-out forwards;
            animation: header_on0-sp 0.8s ease-in-out forwards;
  }
  .drawer-visible header .drawer__btn .line_3 {
    -webkit-animation: header_on2-sp 0.8s ease-in-out forwards;
            animation: header_on2-sp 0.8s ease-in-out forwards;
  }
}
.drawer-visible header .drawer__btn .line_2 {
  opacity: 0;
}
.drawer-visible .drawer {
  opacity: 1;
  pointer-events: auto;
  z-index: 99;
}

@-webkit-keyframes header_on0 {
  0% {
    -webkit-transform: translateY(-11px) rotate(0);
            transform: translateY(-11px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-1px) rotate(0);
            transform: translateY(-1px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-1px) rotate(45deg);
            transform: translateY(-1px) rotate(45deg);
  }
}

@keyframes header_on0 {
  0% {
    -webkit-transform: translateY(-11px) rotate(0);
            transform: translateY(-11px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-1px) rotate(0);
            transform: translateY(-1px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-1px) rotate(45deg);
            transform: translateY(-1px) rotate(45deg);
  }
}
@-webkit-keyframes header_on2 {
  0% {
    -webkit-transform: translateY(11px) rotate(0);
            transform: translateY(11px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-1px) rotate(0);
            transform: translateY(-1px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-1px) rotate(-45deg);
            transform: translateY(-1px) rotate(-45deg);
  }
}
@keyframes header_on2 {
  0% {
    -webkit-transform: translateY(11px) rotate(0);
            transform: translateY(11px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-1px) rotate(0);
            transform: translateY(-1px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-1px) rotate(-45deg);
            transform: translateY(-1px) rotate(-45deg);
  }
}
@-webkit-keyframes header_on0-sp {
  0% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0);
            transform: translateY(0px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(4px) rotate(45deg);
            transform: translateY(4px) rotate(45deg);
  }
}
@keyframes header_on0-sp {
  0% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0);
            transform: translateY(0px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(4px) rotate(45deg);
            transform: translateY(4px) rotate(45deg);
  }
}
@-webkit-keyframes header_on2-sp {
  0% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0);
            transform: translateY(0px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-3px) rotate(-45deg);
            transform: translateY(-3px) rotate(-45deg);
  }
}
@keyframes header_on2-sp {
  0% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0);
            transform: translateY(0px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-3px) rotate(-45deg);
            transform: translateY(-3px) rotate(-45deg);
  }
}
footer {
  width: 100%;
  background-color: #252935;
  position: relative;
}
footer .copyright {
  opacity: 0.5;
  position: relative;
}
footer .pagetop {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
footer .pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .pagetop span {
  white-space: nowrap;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: 12px;
  display: block;
  margin-left: -15px;
  z-index: 0;
}
footer .pagetop img {
  width: 30px;
  height: 30px;
}

.wrap {
  overflow: hidden;
  min-height: 100%;
  position: relative;
}

.list__more, .detail__btn {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}

.page--home {
  /*  animation
   ------------------------------ */
}
@media screen and (min-width: 961px) {
  .page--home .container {
    padding-top: max(240px, 9vw);
    margin: 0;
  }
}
.page--home .wrap {
  padding: 0 0 0vw;
}
.page--home section[class^=section--] {
  position: relative;
}
.page--home .section--bnr-top .list--bnr li a {
  display: block;
}
.page--home .section--info .section-tit i {
  margin-left: 4px;
}
@-webkit-keyframes flashing {
  100% {
    opacity: 1;
  }
}
@keyframes flashing {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*  common
------------------------------ */
body.loaded .section--list,
body.loaded .section--detail {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.section--list,
.section--detail {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.section--list, .section--detail {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.section--list .section-tit, .section--detail .section-tit {
  text-align: center;
  font-weight: bold;
}

.detail__btn {
  display: block;
  text-align: center;
  margin: 5em auto 1em;
}

/*  support
------------------------------ */
.support .list--support dt {
  color: inherit;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 5px;
}
.support .list--support dd {
  margin-bottom: 30px;
}
.support .list--support li {
  margin-bottom: 1em;
}
.support .list--support li:last-of-type {
  margin-bottom: 0;
}
.support .list--support li ul {
  text-indent: 1em;
}
.support .list--support li li {
  margin-bottom: 0.5em;
}

/*  common
------------------------------ */
@media screen and (min-width: 961px) {
  .container {
    padding-top: max(240px, 9vw);
    margin: 0 5.5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .container {
    padding-top: 140px;
  }
}
.section--list, .section--detail {
  position: relative;
}
@media screen and (min-width: 961px) {
  .section--list, .section--detail {
    width: 80%;
    max-width: 950px;
    margin: 0 auto 130px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--list, .section--detail {
    padding: 0 5%;
    margin: 0 auto 70px;
  }
}

.nav--language button {
  border: solid 1px #ffffff;
  border-radius: 100em;
  background: rgba(255, 255, 255, 0);
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
}
.nav--language .nav_lang.current {
  display: none;
}

/*  page--info
------------------------------ */
.page--info .section--detail .inner {
  padding: 50px;
  border-radius: 22px;
  background: #FFFFFF;
  color: #010614;
}
.page--info .section--detail .tit {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.page--info .section--detail .date {
  letter-spacing: 0.08em;
  line-height: 1;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .txt a:hover {
  text-decoration: none;
}
.page--info .section--detail .txt .youtube {
  padding-top: 56.25%;
  position: relative;
}
.page--info .section--detail .txt .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block--share {
  line-height: 1;
  text-align: right;
  margin: 60px 0 30px;
}
.block--share .share {
  display: inline-block;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.1em;
  vertical-align: 0px;
}
.block--share li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin: 0 0 0 15px;
}
.block--share .lineIco svg {
  width: 18px;
  height: 18px;
  fill: #010614;
  transition: 0.3s;
}
.block--share .ico {
  font-size: 20px;
}

/*  faq
------------------------------ */
.page--faq .section--list {
  max-width: 850px;
  margin: 0 auto;
}
.page--faq .tit--category {
  font-weight: bold;
  margin-bottom: 1em;
}
.page--faq .searchBox {
  position: relative;
  width: 80%;
  margin: 40px auto 80px;
}
.page--faq .searchBox input[type=text] {
  line-height: 45px;
  width: 100%;
  padding-left: 0.5em;
  border: none;
}
.page--faq .searchBox input[type=submit] {
  width: 45px;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: bold;
  line-height: 45px;
  color: #9fa3a7;
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3px;
  z-index: 2;
  cursor: pointer;
  border: none;
}
.page--faq .list--faq {
  margin: 0 0 80px;
}
.page--faq .list--faq li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.page--faq .list--faq li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.page--faq .list--faq a {
  position: relative;
  display: block;
  padding: 1em 0;
}
.page--faq .list--faq .tit {
  padding-left: 20px;
  line-height: 1.4;
}
.page--faq .list--faq .txt {
  margin: 0;
  padding-left: 20px;
  padding-bottom: 0;
  line-height: 1.4;
}
.page--faq .list--faq .icon--q {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  float: left;
  line-height: 1.2;
  margin-right: 5px;
}
.page--faq .block--faq-detail {
  margin: 0 0 80px;
  background-color: rgba(255, 255, 255, 0.25);
}
.page--faq .block--faq-detail .icon--q {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-right: 5px;
  float: left;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--faq-detail .icon--q + .txt {
  padding-left: 1em;
}
.page--faq .block--faq-detail dt .txt, .page--faq .block--faq-detail dd .txt {
  padding-bottom: 0;
  margin: 0;
}
.page--faq .block--faq-detail dt {
  border-bottom: 1px solid #FFFFFF;
  padding: 0 0 1em;
  margin: 0 0 1em;
}
.page--faq .block--faq-detail dd hr {
  margin: 1em 0;
  border-color: #FFFFFF;
}
.page--faq .section--detail .block--contact,
.page--faq .section--list .block--contact {
  margin: 40px 0 0;
}
.page--faq .section--detail .block--contact .txt,
.page--faq .section--list .block--contact .txt {
  padding-bottom: 1em;
}
.page--faq .section--detail .block--contact a,
.page--faq .section--list .block--contact a {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.page--faq .section--detail .block--contact a::after,
.page--faq .section--list .block--contact a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #FFFFFF;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  vertical-align: middle;
}
.page--faq .section--detail .block--contact a::after,
.page--faq .section--list .block--contact a::after {
  margin-left: 5px;
  margin-top: -2px;
}
.page--faq .section--detail .block--contact .fa,
.page--faq .section--list .block--contact .fa {
  display: none;
}

/*  新規入会
------------------------------ */
.page--entry .section--detail {
  z-index: 10;
  position: relative;
}
.page--entry .section--detail .section-tit {
  background: #FFFFFF;
  color: #010614;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page--entry .section--detail .list--step {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.page--entry .section--detail .list--step__item {
  border: 2px solid #fff;
  position: relative;
  text-align: center;
  background: #010614;
  border-radius: 6px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.page--entry .section--detail .list--step__item:first-child::before {
  content: none;
}
.page--entry .section--detail .list--step__item.last {
  margin: 0 auto;
  border: none;
  font-size: 18px;
  padding: 40px 0 2px;
  border-bottom: 2px solid;
  border-radius: 0;
  min-height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--entry .section--detail .list--step__item.last::before {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1em;
  height: 1em;
  border-top: 4px solid #40aeda;
  border-right: 4px solid #40aeda;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 50%;
  top: -30%;
  background: transparent;
}
.page--entry .section--detail .list--step__item .tit {
  font-weight: bold;
}
.page--entry .section--detail .list--step__item .tit span {
  position: absolute;
  top: -2.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "din-2014", sans-serif;
  line-height: 1.1;
  background: #010614;
  letter-spacing: 0.08em;
}
.page--entry .section--detail .list--step__item .tit i {
  color: #40aeda;
}
.page--entry .section--detail .block--device .block-tit .title {
  font-weight: bold;
  display: inline-block;
  background: #FFFFFF;
  color: #010614;
  line-height: 1.1;
}
.page--entry .section--detail .list--support dt {
  font-weight: bold;
}
.page--entry .section--detail .list--support dd {
  margin-left: 1em;
}
.page--entry .section--detail .list--support dd:not(:last-child) {
  margin-bottom: 1em;
}
.page--entry .section--detail .block--entry {
  background-color: rgba(255, 255, 255, 0.07);
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  .btn--main {
    min-width: 300px;
  }
  .btn--main:hover {
    background: #252935;
    color: #FFFFFF;
  }
  .btn--sub {
    min-width: 300px;
  }
  .btn--sub:hover {
    background: white;
    color: #030e23;
  }
  .section-tit {
    font-size: 24px;
    margin-bottom: 80px;
  }
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  header .inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 94px 3vw 30px;
  }
  header .logo {
    width: 280px;
    position: absolute;
    left: 5.5vw;
    z-index: 97;
  }
  header .logo + .list--login {
    padding-right: 30px;
    margin-top: 6px;
  }
  header .drawer__btn {
    cursor: pointer;
    right: 0;
  }
  header .list--login li {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    margin-left: 20px;
    letter-spacing: 0.08em;
  }
  header .list--login li:first-child {
    margin-left: 0;
  }
  header .list--login a:hover {
    opacity: 0.5;
  }
  header .g-nav {
    margin-top: 180px;
    margin-left: 20px;
  }
  header .g-nav .list--nav li {
    margin-bottom: 10px;
    font-size: 16px;
  }
  header .g-nav .list--nav a:hover {
    color: gray;
  }
  header .g-nav .list--login li {
    font-size: 12px;
    font-weight: 500;
  }
  .drawer-visible .drawer {
    height: 100vh;
    width: 24%;
    top: 0;
    right: 0;
    overflow: hidden;
  }
  .nav--language {
    position: relative;
    margin-left: 3.5rem;
  }
  .nav--language::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: -1.8rem;
    top: 4px;
  }
  .nav--language button {
    display: inline-block;
    padding: 0.45em 1.3em;
    font-size: 0.7rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
  }
  .nav--language button:hover {
    background: rgb(255, 255, 255);
    color: #030c24;
  }
  body:not(.pasge--home) footer {
    position: -webkit-sticky;
    position: sticky;
    top: 100vh;
  }
  body:not(.pasge--home) footer .inner {
    padding: 40px 3.75vw;
  }
  body:not(.pasge--home) footer .logo {
    width: max(85px, 5vw);
    margin-bottom: 20px;
  }
  footer .inner {
    padding: 60px 3.75vw;
  }
  footer .logo {
    width: max(94px, 6vw);
    margin-bottom: 30px;
  }
  footer .list--support li a:hover {
    opacity: 0.5;
  }
  footer .block--bottom .txt--sub {
    margin-bottom: 20px;
  }
  footer .pagetop {
    width: 40px;
    height: 45px;
    display: block;
    position: absolute;
    right: 1%;
    top: calc(100% - 110px);
  }
  footer .pagetop:hover img {
    -webkit-animation: spin 3s infinite linear;
            animation: spin 3s infinite linear;
  }
  .list--storeinfo li {
    width: 30%;
    margin-bottom: 50px;
    border-radius: 10px;
    z-index: 1;
  }
  .list--storeinfo figure img {
    transition: all 0.3s 0s ease;
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  .list--storeinfo li:hover {
    box-shadow: 0 4px 25px 0 rgba(195, 195, 195, 0.3), 0 0 1px 0 rgba(195, 195, 195, 0.25);
  }
  .list--storeinfo li:hover figure img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .list--storeinfo .list_txt {
    min-height: 80px;
    padding: 20px 5%;
  }
  .list--storeinfo .tit {
    font-size: 14px;
  }
  .list--faq li .block--q {
    transition: 0.4s;
  }
  .list--faq li .block--q:hover {
    opacity: 0.5;
  }
  .block--pager {
    text-align: center;
    margin: 50px auto 0;
  }
  .block--pager li {
    display: inline-block;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    padding: 0.6em 0;
    margin: 0 5px;
    letter-spacing: 0.03em;
    vertical-align: middle;
    position: relative;
  }
  .block--pager li::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 3px;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .block--pager li:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .block--pager a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 0 0.2em;
  }
  .block--pager .pager__item--number {
    text-align: center;
    color: #888;
  }
  .block--pager .pager__item--newer {
    width: 50px;
    padding: 7px 0;
    margin-right: 1em;
    text-indent: -9999em;
  }
  .block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
    display: block;
    width: 100%;
    padding: 12px 0;
    position: relative;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    content: "";
    display: block;
    position: absolute;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 9px;
    left: 0;
    transition: left 0.3s;
  }
  .block--pager .pager__item--newer a:hover::before {
    -webkit-transform: scaleX(1.2);
            transform: scaleX(1.2);
  }
  .block--pager .pager__item--newer a:hover::after {
    left: -5px;
  }
  .block--pager .pager__item--newer span {
    opacity: 0.2;
  }
  .block--pager .pager__item--older {
    width: 50px;
    padding: 7px 0;
    text-indent: -9999em;
    margin-left: 2.5em;
  }
  .block--pager .pager__item--older a, .block--pager .pager__item--older span {
    display: block;
    width: 100%;
    padding: 12px 0;
    position: relative;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    content: "";
    display: block;
    position: absolute;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    width: 7px;
    height: 7px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
    left: 23px;
    transition: left 0.3s;
  }
  .block--pager .pager__item--older a:hover::before {
    -webkit-transform: scaleX(1.2);
            transform: scaleX(1.2);
  }
  .block--pager .pager__item--older a:hover::after {
    left: 28px;
  }
  .block--pager .pager__item--older span {
    opacity: 0.2;
  }
  .block--pager .pager__item--newer,
.block--pager .pager__item--older {
    z-index: 2;
  }
  .block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
    display: none !important;
  }
  .block--pager .pager__item--current {
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    position: relative;
    padding: 0.6em 0.2em;
  }
  .block--pager .pager__item--current::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .detail__btn {
    font-size: 15px;
  }
  .detail__btn a {
    position: relative;
  }
  .detail__btn a::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .detail__btn a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .list__more {
    font-size: 15px;
  }
  .list__more a {
    position: relative;
  }
  .list__more a::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .list__more a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .page--home .container {
    padding-top: max(150px, 9vw);
  }
  .page--home .section--bnr-top {
    margin-bottom: 150px;
  }
  .page--home .section--bnr-top .slick-track {
    padding-top: 25px;
  }
  .page--home .section--bnr-top .slick-slide {
    margin: 0 8px;
  }
  .page--home .section--bnr-top li.slick-slide:hover {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
  .page--home .section--bnr-top .slick-slide:not(.slick-active) {
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4);
  }
  .page--home .section--bnr-top.three .slick-slide {
    -webkit-filter: none;
            filter: none;
  }
  .page--home .section--info {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    margin: 0 3vw 80px;
  }
  .page--home .section--info .section-tit {
    font-size: 11px;
    margin-bottom: 0;
    margin-right: 40px;
    position: relative;
  }
  .page--home .section--info .section-tit::before {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    position: absolute;
    content: "";
    background: #FFFFFF;
    display: block;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
    position: absolute;
    right: -2em;
    top: 50%;
  }
  .page--home .section--info .date, .page--home .section--info .tit {
    font-size: 12px;
    display: inline-block;
  }
  .page--home .section--storeinfo {
    width: 83%;
    max-width: 1100px;
    margin: 0 auto 150px;
  }
  .page--home .section--storeinfo .section-tit {
    font-size: 30px;
  }
  .page--home .section--storeinfo .list--storeinfo {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
  }
  .page--home .section--storeinfo .list--storeinfo li {
    width: 31%;
    height: auto;
    background-color: #252935;
  }
  .page--home .section--storeinfo .list--storeinfo li:nth-child(3n) {
    margin-right: 0;
  }
  .page--home footer {
    position: relative;
    text-align: left;
    z-index: 1;
  }
  .page--home footer .inner {
    padding: 60px 3.75vw;
  }
  .page--home footer .logo {
    width: max(94px, 6vw);
    margin-bottom: 20px;
  }
  .page--home footer .block--support {
    margin-bottom: 70px;
  }
  .page--home footer .list--support li {
    display: inline-block;
    font-size: 12px;
    margin-right: 28px;
  }
  .page--home footer .list--support li:last-of-type {
    margin-right: 0;
  }
  .page--home footer .list--support li i {
    display: inline-block;
    margin-left: 3px;
  }
  .page--home footer .block--lisence {
    margin-bottom: 20px;
  }
  .page--home footer .block--lisence li {
    display: inline-block;
    text-align: center;
  }
  .page--home footer .block--lisence li figure {
    display: block;
    width: 3.6em;
    margin: 0 auto;
  }
  .page--home footer .block--lisence li figure img {
    width: 100%;
  }
  .page--home footer .block--lisence li p {
    font-size: 10px;
    line-height: 1.3;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .page--home footer .block--lisence li:last-of-type {
    margin-left: 2rem;
  }
  .page--home .block--bottom {
    font-size: 10px;
  }
  .page--home .block--bottom .txt--sub {
    margin-bottom: 20px;
  }
  .page--info .list--storeinfo {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
  }
  .page--info .list--storeinfo li {
    background-color: #252935;
  }
  .page--info .block--share a:hover {
    color: #2a3f97;
  }
  .page--info .block--share a:hover svg {
    fill: #2a3f97;
  }
  .page--faq .block--faq-detail {
    padding: 4%;
  }
  .page--faq .list--faq a:hover {
    opacity: 0.5;
  }
  /*  新規入会
  ------------------------------ */
  .page--entry .section--detail {
    z-index: 10;
    position: relative;
    /* あとで写す */
  }
  .page--entry .section--detail .section-tit {
    margin-bottom: 120px;
  }
  .page--entry .section--detail div[class^=block--] {
    margin-bottom: 120px;
  }
  .page--entry .section--detail .list--step {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 60px;
    margin: 0 auto 60px;
  }
  .page--entry .section--detail .list--step__item {
    position: relative;
    padding: 2%;
    width: 28%;
    min-height: 170px;
  }
  .page--entry .section--detail .list--step__item::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -8%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 23%;
    height: 2px;
    background: #fff;
    z-index: -1;
  }
  .page--entry .section--detail .list--step__item:first-child::before {
    content: none;
  }
  .page--entry .section--detail .list--step__item:nth-child(2) {
    width: 33%;
    margin: 0 3%;
  }
  .page--entry .section--detail .list--step__item.last {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .page--entry .section--detail .list--step__item .tit i {
    font-size: 30px;
  }
  .page--entry .section--detail .block--device .block-tit .title {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .page--entry .section--detail .block--entry {
    padding: 20px;
  }
}
/*  pc min
------------------------------ */
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 90%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
    margin: 1em 0 1em;
    font-size: 1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header {
    width: 100%;
    height: 110px;
    padding: 60px 5.5vw 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header .drawer {
    height: 100vh;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    padding: 30vw 5.5% 10vw;
  }
  .header .inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header .drawer__btn {
    position: fixed;
    right: 5.5vw;
    top: 52px;
  }
  .header .drawer__btn span {
    width: 30px;
    height: 2px;
  }
  .header .logo {
    width: 130px;
    left: 5.5vw;
    top: 60px;
    position: fixed;
    z-index: 99;
  }
  .header .logo + .list--login .howto {
    margin-left: auto;
    padding-right: 50px;
  }
  .header .list--login {
    position: fixed;
    top: 60px;
    border-bottom: 0 !important;
  }
  .header .list--login li {
    margin-left: 20px;
  }
  .header .list--login li:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  footer {
    position: -webkit-sticky;
    position: sticky;
    top: 100vh;
    z-index: 1;
    width: 100%;
    height: auto;
    padding: 70px 5.5vw 30px;
    text-align: center;
  }
  footer .logo {
    width: 80px;
    margin: 0 auto 40px;
  }
  footer .copyright {
    opacity: 0.5;
    position: relative;
    margin-bottom: 3vw;
  }
  footer .pagetop {
    width: auto;
    height: 10.6666666667vw;
    position: absolute;
    right: 1%;
    bottom: 55px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--pager {
    text-align: center;
    margin: 40px auto 0;
  }
  .block--pager li {
    display: inline-block;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    padding: 0.6em 0;
    margin: 0 5px;
    letter-spacing: 0.03em;
    vertical-align: middle;
    position: relative;
  }
  .block--pager li::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: 4px;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .block--pager a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 0 0.6em;
  }
  .block--pager .pager__item--number {
    text-align: center;
    color: #fff;
  }
  .block--pager .pager__item--newer {
    width: 50px;
    padding: 7px 0;
    margin-right: 1em;
  }
  .block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
    display: block;
    width: 100%;
    text-indent: -9999em;
    padding: 12px 0;
    position: relative;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    content: "";
    display: block;
    position: absolute;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 9px;
    left: 0;
    transition: left 0.3s;
  }
  .block--pager .pager__item--newer span {
    opacity: 0.2;
  }
  .block--pager .pager__item--older {
    width: 50px;
    padding: 7px 0;
    margin-left: 2.5em;
  }
  .block--pager .pager__item--older a, .block--pager .pager__item--older span {
    display: block;
    width: 100%;
    text-indent: -9999em;
    padding: 12px 0;
    position: relative;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    content: "";
    display: block;
    position: absolute;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
    left: 23px;
    transition: left 0.3s;
  }
  .block--pager .pager__item--older span {
    opacity: 0.2;
  }
  .block--pager .pager__item--newer,
.block--pager .pager__item--older {
    z-index: 2;
  }
  .block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
    display: none !important;
  }
  .block--pager .pager__item--current {
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    position: relative;
    padding: 0.6em;
  }
  .block--pager .pager__item--current::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list__more {
    font-size: 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .detail__btn {
    margin-top: 40px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--info .date {
    font-size: 12px;
    font-weight: bold;
  }
  .list--info .tit {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--storeinfo li {
    background-color: #101726;
    border-radius: 10px;
  }
  .list--storeinfo .list_txt {
    min-height: 80px;
    padding: 14px 5%;
  }
  .list--storeinfo .tit {
    font-size: 14px;
    font-weight: bold;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--faq li {
    padding: 20px 0;
  }
  .list--faq li .block--q {
    font-size: 15px;
    line-height: 1.4;
    font-weight: normal;
    padding: 0 0 0 40px;
  }
  .list--faq li .block--q .ico--q,
.list--faq li .block--a .ico--a {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 28px;
    border: 1px solid #fff;
  }
  .list--faq li .block--a .ico--a {
    line-height: 30px;
    top: 23px;
    border: none;
    background: #271bff;
  }
  .list--faq li .block--a {
    font-size: 14px;
    line-height: 1.5;
    padding: 20px 0 20px 40px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail {
    width: 100%;
    max-width: inherit;
  }
  .section--detail .block--share {
    margin: 40px 0 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-tit {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home section {
    z-index: 3;
  }
  .page--home .wrap {
    padding-bottom: 0;
  }
  .page--home .section--info {
    padding: 7px 5.5vw;
    margin-bottom: 30px;
    background-color: #2a3f97;
    color: #010614;
  }
  .page--home .section--info .section-tit {
    font-size: 10px;
    margin-bottom: 5px;
    line-height: 1;
    opacity: 0.5;
  }
  .page--home .section--info .slick-slide > div {
    background-color: #101726;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 25px;
  }
  .page--home .section--info .list--info li {
    padding: 2px 0;
  }
  .page--home .section--info .date {
    font-size: 11px;
  }
  .page--home .section--info .tit {
    font-size: 12px;
  }
  .page--home .section--bnr-top {
    margin-bottom: 130px;
  }
  .page--home .section--bnr-top .slick-slide {
    margin: 0 10px;
  }
  .page--home .section--bnr-top .slick-slide:not(.slick-center) {
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4);
  }
  .page--home .section--storeinfo {
    margin-bottom: 130px;
  }
  .page--home .section--storeinfo .list--storeinfo {
    margin-bottom: 15px;
  }
  .page--home .section--storeinfo .slick-slide > div {
    margin-bottom: 25px;
    margin-right: 20px;
  }
  .page--home footer {
    padding: 70px 5.5vw 40px;
  }
  .page--home footer .block--support {
    width: 100%;
    margin-bottom: 50px;
    border-bottom: 1px solid;
  }
  .page--home footer .block--bottom {
    text-align: center;
    font-size: 10px;
  }
  .page--home footer .block--bottom .txt--sub {
    margin-bottom: 40px;
  }
  .page--home footer .list--support {
    display: none;
    width: 100%;
    height: auto;
    text-align: left;
    position: relative;
    right: 5%;
    bottom: inherit;
    right: inherit;
    padding: 0;
  }
  .page--home footer .list--support li i {
    display: inline-block;
    margin-left: 3px;
  }
  .page--home footer .block-tit.sp {
    font-family: "din-2014", sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 16px;
    position: relative;
    letter-spacing: 0.06em;
  }
  .page--home footer .block-tit.sp::before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid;
    border-top: none;
    border-right: none;
    margin: -0.25em 0 0;
    position: absolute;
    right: inherit;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-width: 1px;
    margin-top: -0.14em;
    right: 0;
    transition: 0.3s;
  }
  .page--home footer .block-tit.sp.open::before {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
  .page--home footer .list--support li {
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page--home footer .block--lisence {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 30px;
  }
  .page--home footer .block--lisence li {
    text-align: center;
  }
  .page--home footer .block--lisence li figure {
    display: block;
    width: 3.2em;
    margin: 0 auto;
  }
  .page--home footer .block--lisence li figure img {
    width: 100%;
  }
  .page--home footer .block--lisence li p {
    font-size: 10px;
    line-height: 1.3;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .page--home footer .block--lisence li:last-of-type {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .list--storeinfo li:not(:last-child) {
    margin-bottom: 25px;
  }
  .page--info .section--detail {
    width: auto;
  }
  .page--info .section--detail .inner {
    padding: 40px 5%;
  }
  .page--info .section--detail .tit {
    font-size: 16px;
  }
  .page--info .section--detail .date {
    font-size: 13px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .searchBox {
    width: 100%;
    margin: 40px auto 50px;
  }
  .page--faq .tit--category {
    font-size: 12px;
  }
  .page--faq .block--faq-detail {
    padding: 1em;
    margin: 0 0 30px;
  }
  .page--faq .list--faq {
    margin-bottom: 50px;
  }
  .page--faq .list--faq li {
    padding: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry .section--detail .section-tit {
    margin-bottom: 80px;
  }
  .page--entry .section--detail div[class^=block--] {
    margin-bottom: 100px;
  }
  .page--entry .section--detail .list--step {
    flex-direction: column;
    row-gap: 50px;
  }
  .page--entry .section--detail .list--step__item {
    padding: 4% 2%;
  }
  .page--entry .section--detail .list--step__item.last {
    font-size: 14px;
  }
  .page--entry .section--detail .list--step__item.last::before {
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    left: inherit;
    top: 18%;
  }
  .page--entry .section--detail .list--step__item .tit i {
    font-size: 28px;
  }
  .page--entry .section--detail .block--device .block-tit .title {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .page--entry .section--detail .list--support {
    font-size: 14px;
  }
  .page--entry .section--detail .block--entry {
    padding: 4%;
  }
  .page--entry .section--detail .block--entry .btn--sub {
    font-size: 0.95em;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 16px;
  }
  footer .logo {
    width: 100px;
  }
  footer .pagetop {
    bottom: 5%;
  }
  .section-tit {
    font-size: 24px;
  }
  .page--home footer .block-tit.sp {
    font-size: 16px;
  }
  .page--home footer .list--support li {
    font-size: 14px;
  }
  .section--detail {
    padding: 0 10%;
  }
}
/* ==============================================================
*  base
* ============================================================ */
/*   ==============================================================
*  contents
* ============================================================ */