@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

a:not([class]) {
  color: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 1;
  background-color: #f0f3f5;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html:not(.is-visible) {
  opacity: 0;
}

body {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  line-height: 1.4285714286;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 767.98px) {
  body::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

a:not([class]) {
  color: #0067c0;
  text-decoration: underline;
  text-underline-offset: 0.03rem;
}
html:not(.is-touchable) a:not([class]):hover {
  text-decoration: none;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.7;
}

.load {
  opacity: 0;
}
html.is-visible.wf-active .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
  body {
    font-size: 0.14rem;
    font-weight: 400;
  }
  .container {
    min-width: 1260px;
  }
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
  body {
    font-size: 0.14rem;
    font-weight: 400;
  }
  .container {
    min-width: 320px;
  }
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .md {
    display: none !important;
  }
}
.footer-common-simple {
  color: #000;
}
.footer-common-simple p {
  margin: 0;
}
.footer-common-simple .footer-information {
  background-color: #f7f7f7;
}
.footer-common-simple .information-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-common-simple .information-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-decoration: none;
}
.footer-common-simple .logo-image {
  display: block;
  height: 0.4rem;
}
.footer-common-simple .logo-image img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
}
.footer-common-simple .logo-title {
  position: relative;
  font-weight: 500;
}
.footer-common-simple .information-link {
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
.footer-common-simple .information-link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-right: 0.06rem solid transparent;
  border-bottom: 0.1rem solid black;
  border-left: 0.06rem solid transparent;
}
.footer-common-simple .information-link.is-active::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.footer-common-simple .footer-policy {
  display: none;
  background-color: #fff;
}
.footer-common-simple .policy-content {
  border-radius: 0.1rem;
  background-color: #f7f7f7;
}
.footer-common-simple .content-title {
  display: block;
  margin: 0;
  color: #0a7c7f;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .footer-common-simple .footer-information {
    padding: 40px;
  }
  .footer-common-simple .information-wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
  .footer-common-simple .information-logo {
    margin: 0 79px 0 172px;
  }
  .footer-common-simple .information-logo::after {
    content: "";
    position: absolute;
    top: 5px;
    right: -40px;
    bottom: 5px;
    width: 1px;
    background-color: #ddd;
    pointer-events: none;
  }
  .footer-common-simple .logo-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 20px;
  }
  .footer-common-simple .logo-title {
    font-size: 0.18rem;
    line-height: 1.7777777778;
  }
  html.is-ie .footer-common-simple .logo-title {
    top: 2px;
  }
  .footer-common-simple .information-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-left: 21px;
    font-size: 0.15rem;
    line-height: 1.6666666667;
  }
  html.is-ie .footer-common-simple .information-link {
    top: 2px;
  }
  html.is-ie .footer-common-simple .information-link::before {
    top: 4px;
  }
  .footer-common-simple .information-link::before {
    top: 8px;
  }
  html.is-macos .footer-common-simple .information-link::before, html.is-ios .footer-common-simple .information-link::before {
    top: 6px;
  }
  .footer-common-simple .information-link:hover {
    opacity: 0.6;
  }
  .footer-common-simple .footer-policy {
    padding: 40px;
  }
  .footer-common-simple .policy-content {
    margin: 0 auto;
    padding: 79px 60px;
  }
  .footer-common-simple .content-wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  .footer-common-simple .content-wrapper:not(:last-child) {
    margin-bottom: 45px;
  }
  .footer-common-simple .content-title {
    margin-bottom: 26px;
    font-size: 0.18rem;
    line-height: 1.5555555556;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common-simple .footer-information {
    padding: 0.2rem;
  }
  .footer-common-simple .information-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-common-simple .information-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.2rem;
  }
  .footer-common-simple .logo-image {
    margin: 0 auto 0.1rem;
  }
  .footer-common-simple .logo-title {
    font-size: 0.18rem;
    line-height: 1.75;
    text-align: center;
  }
  .footer-common-simple .information-link {
    padding-left: 0.15rem;
    text-align: center;
  }
  .footer-common-simple .information-link::before {
    top: 0.05rem;
  }
  .footer-common-simple .footer-policy {
    padding: 0.2rem;
  }
  .footer-common-simple .policy-content {
    padding: 0.3rem 0.2rem;
  }
  .footer-common-simple .content-wrapper:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .footer-common-simple .content-title {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
    line-height: 1.75;
  }
}

.title-common-stripe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.05rem;
  background-color: #0a7c7f;
  color: #fff;
  font-weight: 700;
}
.title-common-stripe.is-circle::before {
  content: "";
  display: block;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 50%;
  background-color: #fff;
}
.title-common-stripe .title-wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .title-common-stripe {
    padding: 25px 30px;
    font-size: 0.25rem;
    line-height: 1.2;
  }
  .title-common-stripe.is-circle::before {
    width: 22px;
    height: 22px;
    margin: 0 8px 0 1px;
  }
  html.is-ie .title-common-stripe .title-wrapper {
    top: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-stripe {
    padding: 0.16rem 0.15rem;
    font-size: 0.16rem;
    letter-spacing: 0.03em;
    line-height: 1.75;
  }
  .title-common-stripe.is-circle::before {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.1rem;
  }
  html.is-android .title-common-stripe {
    letter-spacing: 0.03em;
  }
}

.paragraph-common-describe {
  color: #000;
  font-weight: 500;
  text-align: center;
}
.paragraph-common-describe p {
  margin: 0;
}
.paragraph-common-describe small {
  display: block;
  color: #c00;
  font-weight: 400;
}
@media print, (min-width: 768px) {
  .paragraph-common-describe {
    font-size: 0.18rem;
    line-height: 1.7;
  }
  .paragraph-common-describe:not(:last-child) {
    margin-bottom: 38px;
  }
  .paragraph-common-describe small {
    margin-top: 2px;
    font-size: 0.13rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .paragraph-common-describe {
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .paragraph-common-describe:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .paragraph-common-describe small {
    margin-top: 0.05rem;
    font-size: 0.12rem;
    line-height: 1.6666666667;
  }
}

.paragraph-common-story {
  color: #000;
  font-weight: 500;
}
.paragraph-common-story p {
  margin: 0;
}
@media print, (min-width: 768px) {
  .paragraph-common-story {
    font-size: 0.18rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 767.98px) {
  .paragraph-common-story {
    font-size: 0.14rem;
    line-height: 2;
  }
}

.button-common-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-transition: border 0.3s ease, background 0.3s ease;
  transition: border 0.3s ease, background 0.3s ease;
  cursor: pointer;
}
.button-common-switch:hover::before {
  border-color: #0a7c7f;
}
.button-common-switch:hover::after {
  background-color: #fff;
}
.button-common-switch:hover .button-icon path {
  fill: #0a7c7f;
}
.button-common-switch::before, .button-common-switch::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.button-common-switch::before {
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  border: 0.02rem solid #fff;
}
.button-common-switch::after {
  z-index: 0;
  top: 0.01rem;
  right: 0.01rem;
  bottom: 0.01rem;
  left: 0.01rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background-color: #0a7c7f;
}
.button-common-switch .button-icon {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.button-common-switch .button-icon path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #fff;
}
@media print, (min-width: 768px) {
  .button-common-switch {
    width: 70px;
    height: 70px;
  }
  .button-common-switch .button-icon {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-switch {
    width: 0.5rem;
    height: 0.5rem;
  }
  .button-common-switch .button-icon {
    width: 0.2rem;
    height: 0.2rem;
  }
}

.button-common-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.3s ease, -webkit-filter 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-filter 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease, -webkit-filter 0.3s ease, -webkit-box-shadow 0.3s ease;
  border-radius: 50%;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0.03rem 0.03rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0.03rem 0.03rem rgba(0, 0, 0, 0.16));
  cursor: pointer;
}
html.is-ie .button-common-top, html.is-ios .button-common-top, html.is-macos .button-common-top {
  -webkit-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
  -webkit-filter: none;
          filter: none;
}
.button-common-top:hover {
  background-color: #f2f6fa;
  -webkit-filter: drop-shadow(0 0.03rem 0.01rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0.03rem 0.01rem rgba(0, 0, 0, 0.16));
}
html.is-ie .button-common-top:hover, html.is-ios .button-common-top:hover, html.is-macos .button-common-top:hover {
  -webkit-box-shadow: 0 0.03rem 0.02rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.03rem 0.02rem rgba(0, 0, 0, 0.16);
  -webkit-filter: none;
          filter: none;
}
.button-common-top .button-icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.button-common-top .button-icon path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #1a61c0;
}
@media print, (min-width: 768px) {
  .button-common-top {
    width: 60px;
    height: 60px;
  }
  .button-common-top .button-icon {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-top {
    width: 0.5rem;
    height: 0.5rem;
  }
  .button-common-top .button-icon {
    width: 0.2rem;
    height: 0.2rem;
  }
}

.button-common-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.03rem solid #fff;
  border-radius: 50%;
  background-color: #f0f3f5;
  text-decoration: none;
}
.button-common-play .button-icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.button-common-play .button-icon path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #fff;
}
@media print, (min-width: 768px) {
  .button-common-play {
    width: 80px;
    height: 80px;
  }
  .button-common-play .button-icon {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-play {
    width: 0.5rem;
    height: 0.5rem;
  }
  .button-common-play .button-icon {
    width: 0.4rem;
    height: 0.4rem;
  }
}

.button-common-solid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e099bf;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.button-common-solid .button-wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .button-common-solid {
    min-width: 200px;
    max-width: 220px;
    padding: 10px;
    border-radius: 10px;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .button-common-solid .button-wrapper {
    top: 1px;
  }
  html.is-ie .button-common-solid .button-wrapper {
    top: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-solid {
    max-width: 2rem;
    padding: 0.08rem 0.1rem;
    border-radius: 0.05rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
}

.button-common-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.05rem;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8272e), to(#9f1117));
  background: linear-gradient(to bottom, #e8272e, #9f1117);
  color: #fff;
  font-family: "Avenir", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-weight: 900;
  text-decoration: none;
}
html.is-macos .button-common-map, html.is-ios .button-common-map {
  font-weight: 700;
}
.button-common-map:hover {
  cursor: pointer;
}
.button-common-map:hover::after {
  opacity: 1;
}
.button-common-map::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#e8272e), to(#9f1117));
  background: linear-gradient(to top, #e8272e, #9f1117);
}
.button-common-map path {
  fill: #fff;
}
.button-common-map .button-icon,
.button-common-map .button-wrapper {
  display: block;
  position: relative;
  z-index: 1;
}
@media print, (min-width: 768px) {
  .button-common-map {
    max-width: 130px;
    padding: 10px;
    border-radius: 20px;
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .button-common-map::after {
    border-radius: 20px;
  }
  .button-common-map .button-icon {
    width: 20px;
    height: 20px;
    margin: 0 3px 0 -1px;
  }
  .button-common-map .button-wrapper {
    top: 1px;
  }
  html.is-ie .button-common-map .button-wrapper {
    top: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-map {
    max-width: 1.2rem;
    min-height: 0.32rem;
    padding: 0.06rem 0.1rem;
    border-radius: 0.16rem;
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .button-common-map::after {
    border-radius: 0.16rem;
  }
  .button-common-map .button-icon {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.02rem;
  }
  .button-common-map .button-wrapper {
    top: 0.01rem;
  }
}

.button-common-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-color: #c2410c;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.button-common-highlight.is-disabled {
  border-color: #ddd;
  background: #ddd;
  pointer-events: none;
}
.button-common-highlight.is-disabled::after {
  background: #ddd;
}
.button-common-highlight:hover::after {
  opacity: 1;
}
.button-common-highlight::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  background-color: #a8350a;
}
.button-common-highlight .button-wrapper {
  display: block;
  position: relative;
  z-index: 1;
}
@media print, (min-width: 768px) {
  .button-common-highlight {
    max-width: 700px;
    padding: 30px 20px;
    border: 5px solid #a8350a;
    border-radius: 55px;
    font-size: 0.35rem;
    line-height: 1.1428571429;
  }
  html.is-macos .button-common-highlight .button-wrapper, html.is-ios .button-common-highlight .button-wrapper {
    top: 1px;
  }
  html.is-ie .button-common-highlight .button-wrapper {
    top: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-highlight {
    width: 100%;
    padding: 0.12rem 0.2rem;
    border: 0.03rem solid #a8350a;
    border-radius: 0.3rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
}

.table-common-policy dt {
  position: relative;
  color: #333;
  font-weight: 700;
}
.table-common-policy dd {
  position: relative;
  color: #333;
  font-weight: 400;
}
.table-common-policy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .table-common-policy dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .table-common-policy dl:not(:last-child) {
    margin-bottom: 15px;
  }
  .table-common-policy dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 171px;
    margin-right: 30px;
    padding-right: 10px;
    font-size: 0.15rem;
    line-height: 1.5;
  }
  .table-common-policy dt::after {
    content: "";
    position: absolute;
    top: 2.5px;
    right: 0;
    bottom: 2.5px;
    width: 1px;
    background-color: #777;
  }
  .table-common-policy dd {
    top: -1px;
    font-size: 0.13rem;
    line-height: 1.6923076923;
  }
  .table-common-policy ul {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-common-policy dl:not(:last-child) {
    margin-bottom: 0.1rem;
  }
  .table-common-policy dt {
    margin-bottom: 0.05rem;
    font-size: 0.14rem;
    line-height: 2;
  }
  .table-common-policy dd {
    font-size: 0.12rem;
    line-height: 1.6666666667;
  }
  .table-common-policy ul {
    margin-top: 0.2rem;
  }
}

.lp-red {
  color: #c00;
  font-weight: 700;
}

.lp-header {
  border-bottom: 3px solid #0a7c7f;
  background-color: #fff;
}
.lp-header .lp-header-inner {
  position: relative;
}
@media print, (min-width: 768px) {
  .lp-header .lp-header-inner {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 160px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-header .lp-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.16rem 0.2rem;
  }
}
@media print, (min-width: 768px) {
  .lp-header .lp-header-logo {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-header .lp-header-logo {
    margin-bottom: 0.1rem;
  }
}
.lp-header .lp-header-logo img {
  display: block;
  width: auto;
}
@media print, (min-width: 768px) {
  .lp-header .lp-header-logo img {
    height: 44px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-header .lp-header-logo img {
    height: 0.36rem;
  }
}
.lp-header .lp-header-title {
  margin-bottom: inherit;
  color: #0a7c7f;
  font-weight: 700;
  text-align: center;
}
@media print, (min-width: 768px) {
  .lp-header .lp-header-title {
    font-size: 0.24rem;
    line-height: 1.4166666667;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-header .lp-header-title {
    font-size: 0.16rem;
    line-height: 1.5;
  }
}

.lp-nav {
  background-color: #0a7c7f;
}
.lp-nav .lp-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, (min-width: 768px) {
  .lp-nav .lp-nav-list {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
  }
}
.lp-nav .lp-nav-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.lp-nav .lp-nav-link {
  display: block;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .lp-nav .lp-nav-link {
    padding: 14px 24px;
    font-size: 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-nav .lp-nav-link {
    padding: 0.1rem 0.12rem;
    font-size: 0.12rem;
  }
}
.lp-nav .lp-nav-link:hover {
  background-color: #0a5c5f;
}

@media print, (min-width: 768px) {
  .lp-contents {
    padding: 60px 0 120px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-contents {
    padding: 0.4rem 0 0.8rem;
  }
}

.lp-section {
  scroll-margin-top: 20px;
}
@media print, (min-width: 768px) {
  .lp-section:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-section:not(:last-child) {
    margin-bottom: 0.6rem;
  }
}
@media print, (min-width: 768px) {
  .lp-section .lp-inner > .title-common-stripe {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-section .lp-inner > .title-common-stripe {
    margin-bottom: 0.25rem;
  }
}
@media print, (min-width: 768px) {
  .lp-section .paragraph-common-story:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-section .paragraph-common-story:not(:last-child) {
    margin-bottom: 0.16rem;
  }
}

@media print, (min-width: 768px) {
  .lp-inner {
    width: calc(100% - 60px);
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-inner {
    padding: 0 0.2rem;
  }
}

.lp-order {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000;
}
.lp-order > li {
  padding-left: 1.7em;
  text-indent: -1.7em;
}
@media print, (min-width: 768px) {
  .lp-order > li {
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .lp-order > li:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-order > li {
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .lp-order > li:not(:last-child) {
    margin-bottom: 0.16rem;
  }
}
.lp-order small {
  display: block;
  color: #333;
}
@media print, (min-width: 768px) {
  .lp-order small {
    margin-top: 6px;
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-order small {
    margin-top: 0.06rem;
    font-size: 0.12rem;
  }
}

.lp-order > li > *,
.lp-order .lp-list,
.lp-order .lp-table-wrap,
.lp-order .lp-emphasis,
.lp-order small {
  text-indent: 0;
}

@counter-style katakana-no-comma {
  system: extends katakana;
  suffix: "　";
}
.lp-list {
  list-style-type: katakana-no-comma;
  color: #000;
}
@media print, (min-width: 768px) {
  .lp-list {
    margin: 14px 0;
    padding-left: 2.4em;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-list {
    margin: 0.14rem 0;
    padding-left: 1.9em;
  }
}
@media print, (min-width: 768px) {
  .lp-list li {
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .lp-list li:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-list li {
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .lp-list li:not(:last-child) {
    margin-bottom: 0.08rem;
  }
}

.lp-notice-center {
  color: #000;
  text-align: center;
}
@media print, (min-width: 768px) {
  .lp-notice-center {
    margin: 24px 0 0;
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-notice-center {
    margin: 0.2rem 0 0;
    font-size: 0.14rem;
  }
}

.lp-postal {
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f2f2f2;
}
@media print, (min-width: 768px) {
  .lp-postal {
    max-width: 720px;
    margin: 0 auto;
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-postal {
    padding: 0.16rem 0.2rem;
  }
}
.lp-postal .lp-postal-title {
  display: block;
  color: #000;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .lp-postal .lp-postal-title {
    margin-bottom: 8px;
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-postal .lp-postal-title {
    margin-bottom: 0.06rem;
    font-size: 0.14rem;
  }
}
.lp-postal .lp-postal-address {
  margin: 0;
  color: #000;
}
@media print, (min-width: 768px) {
  .lp-postal .lp-postal-address {
    font-size: 0.16rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-postal .lp-postal-address {
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
}

.lp-action {
  text-align: center;
}
@media print, (min-width: 768px) {
  .lp-action {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-action {
    margin-top: 0.3rem;
  }
}
.lp-action .button-common-highlight {
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .lp-action .lp-action-note {
    margin: 12px 0 0;
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-action .lp-action-note {
    margin: 0.1rem 0 0;
    font-size: 0.14rem;
  }
}

.button-common-highlight.is-disabled {
  color: #767676;
  cursor: default;
}

.js-release-button .button-wrapper {
  text-align: center;
}

.js-release-note {
  display: block;
}
@media print, (min-width: 768px) {
  .js-release-note {
    margin-top: 4px;
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .js-release-note {
    margin-top: 0.02rem;
    font-size: 0.13rem;
  }
}

.button-common-highlight:not(.is-disabled) .js-release-br,
.button-common-highlight:not(.is-disabled) .js-release-note {
  display: none;
}

.lp-emphasis {
  border: 2px solid #c00;
  border-radius: 6px;
  color: #c00;
  font-weight: 700;
  text-align: center;
}
@media print, (min-width: 768px) {
  .lp-emphasis {
    max-width: 720px;
    margin: 16px auto 0;
    padding: 16px;
    font-size: 0.26rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-emphasis {
    margin: 0.16rem 0 0;
    padding: 0.12rem;
    font-size: 0.18rem;
  }
}

.lp-highlight {
  border: 2px solid #0a7c7f;
  border-radius: 6px;
  background-color: #eef6f6;
}
@media print, (min-width: 768px) {
  .lp-highlight {
    margin-top: 28px;
    padding: 20px 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-highlight {
    margin-top: 0.24rem;
    padding: 0.16rem 0.18rem;
  }
}
.lp-highlight p {
  margin: 0;
  color: #000;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .lp-highlight p {
    font-size: 0.16rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-highlight p {
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
}

@media print, (min-width: 768px) {
  .lp-table-wrap {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-table-wrap {
    margin: 0.2rem 0;
  }
}
.lp-table-wrap .lp-table-caption {
  display: block;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media print, (min-width: 768px) {
  .lp-table-wrap .lp-table-caption {
    margin-bottom: 12px;
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-table-wrap .lp-table-caption {
    margin-bottom: 0.1rem;
    font-size: 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-table-wrap .lp-table-scroll {
    overflow-x: auto;
  }
}

.lp-table {
  width: 100%;
  border-collapse: collapse;
}
.lp-table th,
.lp-table td {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000;
  text-align: center;
  vertical-align: middle;
}
@media print, (min-width: 768px) {
  .lp-table th,
  .lp-table td {
    padding: 14px 16px;
    font-size: 0.15rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-table th,
  .lp-table td {
    padding: 0.1rem 0.12rem;
    font-size: 0.13rem;
    line-height: 1.5384615385;
  }
}
.lp-table thead th {
  background-color: #f2f2f2;
  font-weight: 700;
}
.lp-table tbody th {
  background-color: #f7f7f7;
  font-weight: 700;
  text-align: left;
}
@media only screen and (max-width: 767.98px) {
  .lp-table {
    min-width: 560px;
  }
}

.lp-need .lp-need-no {
  text-align: center;
  white-space: nowrap;
}
@media print, (min-width: 768px) {
  .lp-need .lp-need-no {
    width: 56px;
  }
}
.lp-need .lp-need-body {
  text-align: left;
}
.lp-need .lp-need-note {
  display: block;
  color: #333;
}
@media print, (min-width: 768px) {
  .lp-need .lp-need-note {
    margin-top: 6px;
    font-size: 0.13rem;
    line-height: 1.6923076923;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-need .lp-need-note {
    margin-top: 0.05rem;
    font-size: 0.12rem;
    line-height: 1.6666666667;
  }
}

@media print, (min-width: 768px) {
  .lp-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lp-contact .lp-contact-item {
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
}
@media print, (min-width: 768px) {
  .lp-contact .lp-contact-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding: 24px;
  }
  .lp-contact .lp-contact-item:not(:last-child) {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-contact .lp-contact-item {
    padding: 0.2rem;
  }
  .lp-contact .lp-contact-item:not(:last-child) {
    margin-bottom: 0.2rem;
  }
}
.lp-contact .lp-contact-name {
  display: block;
  color: #000;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .lp-contact .lp-contact-name {
    margin-bottom: 10px;
    font-size: 0.16rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-contact .lp-contact-name {
    margin-bottom: 0.08rem;
    font-size: 0.14rem;
  }
}
.lp-contact .lp-contact-phone {
  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;
  margin: 0;
  color: #0a7c7f;
  font-weight: 900;
}
@media print, (min-width: 768px) {
  .lp-contact .lp-contact-phone {
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-contact .lp-contact-phone {
    font-size: 0.24rem;
  }
}
.lp-contact .lp-contact-phone a {
  color: #0a7c7f;
  text-decoration: none;
}
.lp-contact .lp-contact-label {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .lp-contact .lp-contact-label {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-contact .lp-contact-label {
    font-size: 0.15rem;
  }
}
.lp-contact .lp-contact-note {
  margin: 8px 0 0;
  color: #000;
}
@media print, (min-width: 768px) {
  .lp-contact .lp-contact-note {
    font-size: 0.14rem;
    line-height: 1.5714285714;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-contact .lp-contact-note {
    margin-top: 0.06rem;
    font-size: 0.12rem;
    line-height: 1.6666666667;
  }
}

.lp-link {
  color: #0a7c7f;
  font-weight: 500;
  text-decoration: underline;
}
.lp-link:hover {
  text-decoration: none;
}

.lp-faq {
  margin: 0;
  border-bottom: 1px solid #ddd;
}
@media print, (min-width: 768px) {
  .lp-faq .lp-faq-link {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-faq .lp-faq-link {
    margin-top: 0.08rem;
  }
}
.lp-faq .lp-faq-q,
.lp-faq .lp-faq-a {
  position: relative;
}
@media print, (min-width: 768px) {
  .lp-faq .lp-faq-q,
  .lp-faq .lp-faq-a {
    padding-left: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-faq .lp-faq-q,
  .lp-faq .lp-faq-a {
    padding-left: 0.3rem;
  }
}
.lp-faq .lp-faq-q::before,
.lp-faq .lp-faq-a::before {
  position: absolute;
  left: 0;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .lp-faq .lp-faq-q::before,
  .lp-faq .lp-faq-a::before {
    font-size: 0.17rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-faq .lp-faq-q::before,
  .lp-faq .lp-faq-a::before {
    font-size: 0.14rem;
  }
}
.lp-faq .lp-faq-q {
  scroll-margin-top: 20px;
  border-top: 1px solid #ddd;
  color: #0a7c7f;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .lp-faq .lp-faq-q {
    padding-top: 22px;
    padding-bottom: 10px;
    font-size: 0.17rem;
    line-height: 1.6470588235;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-faq .lp-faq-q {
    padding-top: 0.18rem;
    padding-bottom: 0.08rem;
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
}
.lp-faq .lp-faq-q::before {
  content: "Q.";
  color: #0a7c7f;
}
.lp-faq .lp-faq-a {
  color: #000;
}
@media print, (min-width: 768px) {
  .lp-faq .lp-faq-a {
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-faq .lp-faq-a {
    padding-bottom: 0.18rem;
  }
}
.lp-faq .lp-faq-a::before {
  content: "A.";
  color: #c00;
}
.lp-faq .lp-faq-a p {
  margin: 0;
}
@media print, (min-width: 768px) {
  .lp-faq .lp-faq-a p {
    font-size: 0.16rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-faq .lp-faq-a p {
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
}

.lp-faq-list {
  list-style-type: disc;
}
@media print, (min-width: 768px) {
  .lp-faq-list {
    margin-top: 8px;
    padding-left: 1.4em;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-faq-list {
    margin-top: 0.08rem;
    padding-left: 1.3em;
  }
}
@media print, (min-width: 768px) {
  .lp-faq-list li {
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .lp-faq-list li:not(:last-child) {
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-faq-list li {
    font-size: 0.14rem;
    line-height: 1.5714285714;
  }
  .lp-faq-list li:not(:last-child) {
    margin-bottom: 0.06rem;
  }
}

.footer-common-simple .information-link {
  text-decoration: underline;
}
.footer-common-simple .information-link::before {
  display: none;
}
@media print, (min-width: 768px) {
  .footer-common-simple .information-link {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common-simple .information-link {
    padding-left: 0;
  }
}