@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

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

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

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a img {
  border: none;
}

a:focus, *:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.4;
  color: inherit;
}

ul, ol {
  padding-left: 1em;
}

li > ul, li > ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

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

[src$=".svg"],
[data$=".svg"] {
  width: 100%;
}

i,
cite,
em,
address,
dfn {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

html, body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  word-break: break-all;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  word-break: break-all;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  color: #373f45;
}

::-moz-selection {
  background: #ff5947;
  color: white;
}

::selection {
  background: #ff5947;
  color: white;
}

@-webkit-keyframes fade-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 520px) {
  .c-btn__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-btn__area > *:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 520px) {
  .c-btn__area > *:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.c-btn__area--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn__area--right > *:not(:last-child) {
  margin-right: 10px;
}
.c-btn__area--set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn__area--set > *:not(:last-child) {
  margin-right: 10px;
}

.c-btn__main {
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 10px 16px;
  min-width: 100px;
  color: #fff;
  border-color: #9B6F00;
  background-color: #9B6F00;
}
.c-btn__main:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__main {
    min-width: 200px;
  }
}
.c-btn__main:hover {
  border-color: #684a00;
  background-color: #684a00;
  color: #fff;
}
.c-btn__main.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__main.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}
.c-btn__main--sm {
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 6px;
  min-width: 100px;
  color: #fff;
  border-color: #9B6F00;
  background-color: #9B6F00;
}
.c-btn__main--sm:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__main--sm {
    padding: 8px;
  }
}
.c-btn__main--sm:hover {
  border-color: #684a00;
  background-color: #684a00;
  color: #fff;
}
.c-btn__main--sm.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__main--sm.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}
.c-btn__main--lg {
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 18px 30px;
  min-width: 100px;
  font-size: 2rem;
  color: #fff;
  border-color: #9B6F00;
  background-color: #9B6F00;
}
.c-btn__main--lg:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__main--lg {
    min-width: 350px;
    font-size: 2.2rem;
  }
}
.c-btn__main--lg:hover {
  border-color: #684a00;
  background-color: #684a00;
  color: #fff;
}
.c-btn__main--lg.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__main--lg.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}

.c-btn__primary {
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 10px 16px;
  min-width: 100px;
  color: #fff;
  border-color: #ff5947;
  background-color: #ff5947;
}
.c-btn__primary:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__primary {
    min-width: 200px;
  }
}
.c-btn__primary:hover {
  border-color: #60B0CE;
  background-color: #60B0CE;
  color: #fff;
}
.c-btn__primary.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__primary.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}
.c-btn__primary--sm {
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 6px;
  min-width: 100px;
  color: #fff;
  border-color: #ff5947;
  background-color: #ff5947;
}
.c-btn__primary--sm:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__primary--sm {
    padding: 8px;
  }
}
.c-btn__primary--sm:hover {
  border-color: #60B0CE;
  background-color: #60B0CE;
  color: #fff;
}
.c-btn__primary--sm.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__primary--sm.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}

.c-btn__secondary {
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 10px 16px;
  min-width: 100px;
  color: #ff5947;
  border-color: #ccc;
  background-color: #fff;
}
.c-btn__secondary:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__secondary {
    min-width: 200px;
  }
}
.c-btn__secondary:hover {
  border-color: #ccc;
  background-color: white;
}
.c-btn__secondary.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__secondary.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}
.c-btn__secondary--sm {
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 6px;
  min-width: 100px;
  color: #ff5947;
  border-color: #ccc;
  background-color: #fff;
}
.c-btn__secondary--sm:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__secondary--sm {
    padding: 8px;
  }
}
.c-btn__secondary--sm:hover {
  border-color: #ccc;
  background-color: white;
}
.c-btn__secondary--sm.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__secondary--sm.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}

.c-btn__cancel {
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 10px 16px;
  min-width: 100px;
  color: inherit;
  border-color: #fff;
  background-color: #fff;
}
.c-btn__cancel:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__cancel {
    min-width: 200px;
  }
}
.c-btn__cancel:hover {
  border-color: #b9b9b9;
  background-color: #b9b9b9;
}
.c-btn__cancel.is-disabled {
  color: #ccc;
}
.c-btn__cancel--sm {
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 6px;
  min-width: 100px;
  color: inherit;
  border-color: #fff;
  background-color: #fff;
}
.c-btn__cancel--sm:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__cancel--sm {
    padding: 8px;
  }
}
.c-btn__cancel--sm:hover {
  border-color: #b9b9b9;
  background-color: #b9b9b9;
}
.c-btn__cancel--sm.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__cancel--sm.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}

.c-btn__text {
  color: #ff5947;
  background-color: transparent;
  border-style: none;
  cursor: pointer;
}
.c-btn__text:hover {
  text-decoration: underline;
}
.c-btn__text.is-disabled {
  color: #ccc;
}

.c-btn--all {
  width: 100%;
}

.is-1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 520px) {
  .is-1 {
    font-size: 4rem;
  }
}
.is-1.c-title {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 520px) {
  .is-1.c-title {
    margin-bottom: 2rem;
  }
}

.is-2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 520px) {
  .is-2 {
    font-size: 5rem;
  }
}
.is-2.c-title {
  margin-bottom: 4rem;
}
@media screen and (min-width: 520px) {
  .is-2.c-title {
    margin-bottom: 8rem;
  }
}

.is-3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 520px) {
  .is-3 {
    font-size: 4rem;
  }
}
.is-3.c-title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 520px) {
  .is-3.c-title {
    margin-bottom: 4rem;
  }
}

.is-4 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 520px) {
  .is-4 {
    font-size: 3rem;
  }
}
.is-4.c-title {
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 520px) {
  .is-4.c-title {
    margin-bottom: 2rem;
  }
}

.is-5 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 520px) {
  .is-5 {
    font-size: 2.4rem;
  }
}
.is-5.c-title {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 520px) {
  .is-5.c-title {
    margin-bottom: 2rem;
  }
}

.is-6 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 520px) {
  .is-6 {
    font-size: 2rem;
  }
}
.is-6.c-title {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 520px) {
  .is-6.c-title {
    margin-bottom: 1.6rem;
  }
}

.c-title--bd {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (min-width: 520px) {
  .c-title--bd {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.c-title--bd::before {
  content: "";
  display: block;
  width: 6px;
  height: 30px;
  background-color: #ff5947;
  position: absolute;
  left: 0;
  top: 1px;
}
@media screen and (min-width: 520px) {
  .c-title--bd::before {
    width: 10px;
    height: 45px;
    top: 1px;
  }
}

.c-list__top {
  margin-top: 5px;
}

.c-list__bottom {
  margin-bottom: 5px;
}

.c-list {
  list-style: none;
  padding-left: 1rem;
}
.c-list li {
  text-indent: -0.85rem;
  margin-left: 0.5rem;
  line-height: 1.4;
}
.c-list li:not(:last-child) {
  margin-bottom: 4px;
}
.c-list li::before {
  content: "";
  display: inline-block;
  background-color: #373f45;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
  top: 50%;
  margin-top: -4px;
}

.c-list--none {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-list--none li:not(:last-child) {
  margin-bottom: 8px;
}

.c-list--kome {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-list--kome li {
  font-size: 1.3rem;
  text-indent: -19px;
  margin-left: 19px;
}
.c-list--kome li:not(:last-child) {
  margin-bottom: 5px;
}
.c-list--kome li::before {
  content: "※";
  padding-right: 5px;
}

.c-list--ranking {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-list--ranking li:not(:last-child) {
  margin-bottom: 8px;
}
.c-list--ranking__1 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid;
  background-color: #E4C500;
  border-color: #E4C500;
  color: #fff;
}
.c-list--ranking__2 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid;
  background-color: #ABABAB;
  border-color: #ABABAB;
  color: #fff;
}
.c-list--ranking__3 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid;
  background-color: #C28428;
  border-color: #C28428;
  color: #fff;
}
.c-list--ranking__other {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid;
  background-color: #fff;
  border-color: #888;
  color: #888;
}
.c-list--ranking li {
  position: relative;
  padding-left: 28px;
}

.c-link__arrow {
  display: inline-block;
  margin-left: 13px;
  position: relative;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.c-link__arrow::before {
  top: 8px;
  left: -11px;
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #373f45;
  border-right: solid 1px #373f45;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}
.c-link__arrow:hover {
  text-decoration: underline;
}

.c-link__arrow--w {
  display: inline-block;
  margin-left: 13px;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.c-link__arrow--w::before {
  top: 8px;
  left: -11px;
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.c-link__arrow--w:hover {
  text-decoration: underline;
  color: #ff5947;
}

.c-link__arrow--bk {
  display: inline-block;
  margin-left: 13px;
  position: relative;
  color: #373f45;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.c-link__arrow--bk::before {
  top: 8px;
  left: -11px;
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #373f45;
  border-right: solid 1px #373f45;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.c-link__arrow--bk:hover {
  text-decoration: underline;
  color: #ff5947;
}

@media all and (-ms-high-contrast: none) {
  .c-link__arrow::before, .c-link__arrow--w::before, .c-link__arrow--bk::before {
    top: 6px;
  }
}
@supports (-ms-ime-align: auto) {
  .c-link__arrow::before, .c-link__arrow--w::before, .c-link__arrow--bk::before {
    top: 6px;
  }
}
.c-link {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.c-link:hover {
  color: inherit;
  text-decoration: none;
}

.c-link--bk {
  color: #373f45;
  text-decoration: underline;
}
.c-link--bk:hover {
  color: inherit;
  text-decoration: none;
}

.c-link--w {
  color: #fff;
  text-decoration: underline;
}
.c-link--w:hover {
  color: #fff;
  text-decoration: none;
}

.c-link--gray {
  color: #ccc;
}
.c-link--gray:hover {
  color: inherit;
  text-decoration: underline;
}

.c-icon--sm {
  color: #999;
  font-size: 12px;
}

[class*=c-tag--] {
  font-size: 11px;
  display: inline-block;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  padding: 1px 6px 0;
}

.c-tag--red {
  background-color: #D14328;
  border: 1px solid #D14328;
  color: #fff;
}
.c-tag--gray {
  background-color: #E0E6EB;
  border: 1px solid #ccc;
}
.c-tag--dgray {
  background-color: #4B4B4B;
  border: 1px solid #4B4B4B;
  color: #fff;
}
.c-tag--white {
  border: 1px solid #373f45;
}

.c-tag__title {
  margin-bottom: 3px;
}

.c-img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

.c-embed__gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.c-embed__gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.c-embed__youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-embed__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-input:disabled, .p-textarea:disabled,
.p-checkbox:disabled + .p-checkbox--single::after {
  background-color: #ccc;
  border-color: #ccc;
}

.p-checkbox:disabled + .p-checkbox--single,
.p-radio:disabled + .p-radio__label {
  opacity: 0.5;
}

.p-input {
  font: inherit;
  border-style: none;
  color: inherit;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 4px 10px;
  width: 100%;
  height: 30px;
}
.p-input:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-input__title {
  margin-bottom: 5px;
}
.p-input__item:not(:last-child) {
  margin-bottom: 15px;
}
.p-input__error__title {
  color: #D14328;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
  margin-left: 23px;
}
.p-input__error__title::before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #D14328;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 2px;
  left: -23px;
}
.p-input--sm {
  font: inherit;
  border-style: none;
  color: inherit;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 4px 10px;
  width: 180px;
  height: 30px;
  display: inline-block;
}
.p-input--sm:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-input--md {
  font: inherit;
  border-style: none;
  color: inherit;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 4px 10px;
  width: 100%;
  height: 30px;
}
.p-input--md:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
@media screen and (min-width: 520px) {
  .p-input--md {
    width: 50%;
  }
}
.p-input--num {
  font: inherit;
  border-style: none;
  color: inherit;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 4px 10px;
  width: 46px;
  height: 30px;
  display: inline-block;
}
.p-input--num:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}

.p-checkbox__item:not(:last-child) {
  margin-bottom: 5px;
}

.p-checkbox {
  display: none;
}
.p-checkbox__link {
  color: #373f45;
}
.p-checkbox__link:hover {
  color: #ff5947;
  text-decoration: underline;
}

.p-checkbox--single {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 21px;
}
.p-checkbox--single::after, .p-checkbox--single::before {
  position: absolute;
  content: "";
  display: block;
  top: 11px;
}
.p-checkbox--single::after {
  left: 0;
  margin-top: -8px;
  width: 15px;
  height: 15px;
  border: 2px solid #393737;
  background-color: #fff;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.p-checkbox--single::before {
  left: 5px;
  margin-top: -5px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 9;
  opacity: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.p-checkbox:checked + .p-checkbox--single::after {
  background-color: #ff5947;
  border-color: #ff5947;
}

.p-checkbox:checked + .p-checkbox--single::before {
  opacity: 1;
}

.p-radio {
  display: none;
}
.p-radio__item {
  display: inline-block;
  margin-right: 30px;
}
.p-radio__label {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.p-radio__label::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #999;
  border-radius: 50%;
  background-color: #fff;
}

.p-radio:checked + .p-radio__label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #ff5947;
  border-radius: 50%;
}

.p-radio-input:checked + .p-radio::before {
  background-color: #fff;
}

.p-radio:disabled + .p-radio__label::before {
  border-color: #ccc;
  background-color: #ccc;
}

.p-search {
  font: inherit;
  border-style: none;
  color: inherit;
  position: relative;
  border-radius: 5px;
  border: 1px solid;
  font-size: 1.3rem;
  width: 100%;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
  padding: 8px 30px 8px 15px;
}
.p-search:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-search__wrap {
  position: relative;
}
.p-search__inner::after {
  position: absolute;
  right: 14px;
  top: 12px;
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 900;
}
.p-search--border {
  font: inherit;
  border-style: none;
  color: inherit;
  position: relative;
  border-radius: 5px;
  border: 1px solid;
  font-size: 1.3rem;
  width: 100%;
  background-color: #fff;
  border-color: #b9b9b9;
  padding: 6px 30px 6px 15px;
}
.p-search--border:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-search--border__wrap {
  position: relative;
}
.p-search--border__inner::after {
  position: absolute;
  right: 10px;
  top: 6px;
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 900;
}

.p-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  padding: 5px 10px 4px;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #b9b9b9;
  background-color: #fff;
  font-size: 1.3rem;
}
.p-select:focus {
  outline: none;
}
.p-select:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-select__wrap {
  position: relative;
}
.p-select__wrap::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #373f45 transparent transparent transparent;
}
.p-select__option {
  color: #373f45;
  font-size: 1.6rem;
  background-color: #fff;
}

.p-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -4.75px;
  margin-right: -4.75px;
}
@media screen and (min-width: 520px) {
  .p-category {
    margin-left: -4.75px;
    margin-right: -4.75px;
  }
}
@media screen and (min-width: 960px) {
  .p-category {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.p-category:not(:last-child) {
  margin-bottom: 9.5px;
}
@media screen and (min-width: 520px) {
  .p-category:not(:last-child) {
    margin-bottom: 9.5px;
  }
}
@media screen and (min-width: 960px) {
  .p-category:not(:last-child) {
    margin-bottom: 16px;
  }
}
.p-category__choice {
  padding-left: 4.75px;
  padding-right: 4.75px;
  -ms-flex-preferred-size: 155.5px;
      flex-basis: 155.5px;
}
.p-category__choice:nth-child(-n+2) {
  margin-top: 0;
}
.p-category__choice:nth-of-type(n + 3) {
  margin-top: 19px;
}
.p-category__choice .p-select {
  padding: 9px 10px 7px;
  font-weight: 700;
  height: 38px;
}
.p-category__search {
  padding-left: 9.5px;
  padding-right: 9.5px;
  -ms-flex-preferred-size: 19px;
      flex-basis: 19px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: block;
  padding-left: 4.75px;
  padding-right: 4.75px;
}
.p-category__search:nth-child(-n+2) {
  margin-top: 0;
}
.p-category__search:nth-of-type(n + 3) {
  margin-top: 19px;
}
.p-category__search:nth-child(-n+2) {
  margin-top: 0;
}
.p-category__search:nth-of-type(n + 3) {
  margin-top: 9.5px;
}
@media screen and (min-width: 520px) {
  .p-category__search:nth-of-type(n + 3) {
    margin-top: 9.5px;
  }
}
@media screen and (min-width: 960px) {
  .p-category__search:nth-of-type(n + 3) {
    margin-top: 16px;
  }
}
@media screen and (min-width: 520px) {
  .p-category__search {
    padding-left: 4.75px;
    padding-right: 4.75px;
  }
}
@media screen and (min-width: 960px) {
  .p-category__search {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.p-textarea {
  padding: 8px 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #b9b9b9;
  line-height: 1.4;
}
.p-textarea:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}

.p-media {
  display: grid;
  display: -ms-grid;
  grid-template-rows: auto;
  grid-template-columns: 70px 1fr;
  color: #373f45;
}
.p-media:not(:last-child) {
  margin-bottom: 19px;
}
.p-media__img {
  grid-row: 1;
  grid-column: 1/2;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.p-media:hover .p-media__img, .p-media--lg:hover .p-media__img {
  opacity: 0.65;
}
.p-media__img--border {
  border: 1px solid #b9b9b9;
}
.p-media__text {
  grid-row: 1;
  grid-column: 2/3;
  padding-left: 10px;
}
.p-media:hover {
  text-decoration: none;
  color: #373f45;
}
.p-media:hover .p-media__link {
  text-decoration: underline;
  color: inherit;
}
.p-media--lg:hover .p-media__link {
  text-decoration: underline;
  color: inherit;
}
.p-media--lg {
  display: grid;
  display: -ms-grid;
  grid-template-rows: auto;
  grid-template-columns: 124px 1fr;
  color: #373f45;
}
.p-media--lg:not(:last-child) {
  margin-bottom: 19px;
}
.p-media--lg:hover {
  text-decoration: none;
  color: #373f45;
}

.p-media-block {
  display: block;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
  color: #373f45;
}
.p-media-block:hover {
  text-decoration: none;
  color: #ff5947;
}
.p-media-block:hover .p-media-block__img__inner {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  text-decoration: none;
}
.p-media-block__img {
  width: 100%;
  height: 110px;
  position: relative;
  overflow: hidden;
}
.p-media-block__img__inner {
  position: absolute;
  background-position: center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 110px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-media-block__text {
  padding-top: 10px;
}

.p-table {
  border: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-table th {
  padding: 10px;
  background-color: #F1F1F1;
  border: 1px solid #ccc;
}
.p-table td {
  padding: 10px;
  background-color: #fff;
  vertical-align: top;
  border: 1px solid #ccc;
}

@media screen and (min-width: 520px) {
  .p-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 520px) {
  .p-table__row > * {
    width: 100%;
  }
}

.p-table__item {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 520px) {
  .p-table__item {
    border-top: 1px solid #ccc;
    border-left: none;
  }
}
.p-table__item--th {
  padding: 10px;
  background-color: #F1F1F1;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
}
.p-table__item--td {
  padding: 10px;
  background-color: #fff;
  vertical-align: top;
}

.p-hero {
  color: #fff;
  padding: 15px 18px;
}
@media screen and (min-width: 960px) {
  .p-hero {
    padding: 30px 0;
  }
}

.p-breadcrub {
  position: relative;
  z-index: 9;
  background-color: #393737;
  padding: 2px 18px 0;
}
@media screen and (min-width: 1280px) {
  .p-breadcrub {
    padding-left: 173px;
  }
}

.p-breadcrub__ul {
  list-style: none;
  padding-left: 0;
  letter-spacing: -0.4em;
  font-size: 75%;
}

.p-breadcrub__item {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  color: #999;
}
.p-breadcrub__item:not(:last-child) {
  padding-right: 18px;
}
.p-breadcrub__item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 6px;
  right: 8px;
  border-top: solid #b9b9b9 1px;
  border-right: solid #b9b9b9 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 500px) {
  .p-breadcrub__item:not(:last-child)::after {
    right: 7px;
    top: 7px;
  }
}

.p-breadcrub__link {
  color: #999;
}

.p-accordion__item {
  border-radius: 10px;
  overflow: hidden;
  background: white;
}
.p-accordion__item:not(:last-of-type) {
  margin-bottom: 10px;
}

.p-accordion__trigger {
  position: relative;
  cursor: pointer;
  padding: 30px 50px 30px 70px;
  font-size: 18px;
  font-weight: 700;
}
.p-accordion__trigger.is-open::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 4px #ff5947;
  border-right: solid 4px #ff5947;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}
.p-accordion__trigger::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 4px #ff5947;
  border-right: solid 4px #ff5947;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 30px;
  top: 50%;
  translate: 0 -50%;
}
.p-accordion__trigger::before {
  content: "";
  background: url("/lp/2025/sitewide/img/top/icon-q.svg") no-repeat center center/contain;
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  left: 20px;
  translate: 0 -50%;
}

.p-accordion__body {
  padding: 30px 30px 30px 70px;
  display: none;
  position: relative;
  border-top: 1px solid #ccc;
}
.p-accordion__body::before {
  content: "";
  background: url("/lp/2025/sitewide/img/top/icon-a.svg") no-repeat center center/contain;
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  left: 20px;
}

ul.p-accordion__body {
  -webkit-padding-start: 92px;
          padding-inline-start: 92px;
}
ul.p-accordion__body li {
  padding-bottom: 10px;
}

.p-pagetop__link {
  background-color: rgba(255, 255, 255, 0.85);
  display: block;
  width: 45px;
  height: 45px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
.p-pagetop__link::before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  left: 16px;
}

.js-pagetop {
  position: fixed;
  bottom: 20px;
  right: 18px;
  display: block;
  z-index: 9999999;
}
@media screen and (min-width: 960px) {
  .js-pagetop {
    right: 30px;
  }
}

.l-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  width: 100%;
}

.l-outer {
  width: 100%;
  overflow: hidden;
}

.l-inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 520px) {
  .l-inner {
    width: 80%;
  }
}
@media screen and (min-width: 960px) {
  .l-inner {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .l-inner {
    width: 1920px;
    margin: 0 50%;
    translate: -50% 0;
  }
}

.l-container {
  padding: 50px 0;
}
@media screen and (min-width: 520px) {
  .l-container {
    padding: 110px 0;
  }
}
.l-container--top {
  padding-top: 50px;
}
@media screen and (min-width: 520px) {
  .l-container--top {
    padding-top: 110px;
  }
}
.l-container--bottom {
  padding-bottom: 50px;
}
@media screen and (min-width: 520px) {
  .l-container--bottom {
    padding-bottom: 110px;
  }
}

.l-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}
.l-content:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (min-width: 520px) {
  .l-content:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 520px) {
  .l-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: calc(520px - 1px)) {
  .l-content {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .l-content {
    width: 1200px;
  }
}
.l-content--sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}
.l-content--sm:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (min-width: 520px) {
  .l-content--sm:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 520px) {
  .l-content--sm {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 960px) {
  .l-content--sm {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: calc(520px - 1px)) {
  .l-content--sm {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .l-content--sm {
    width: 880px;
  }
}

.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 70px;
}
@media screen and (min-width: 960px) {
  .l-main {
    padding-top: 100px;
  }
}

.l-unit:not(:last-child) {
  margin-bottom: 32px;
}

.l-unit--sm:not(:last-child) {
  margin-bottom: 16px;
}

.l-unit--lg:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 520px) {
  .l-unit--lg:not(:last-child) {
    margin-bottom: 110px;
  }
}

.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -9.5px;
  margin-right: -9.5px;
}
@media screen and (min-width: 520px) {
  .l-row {
    margin-left: -9.5px;
    margin-right: -9.5px;
  }
}
@media screen and (min-width: 960px) {
  .l-row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.l-row:not(:last-child) {
  margin-bottom: 19px;
}
@media screen and (min-width: 520px) {
  .l-row:not(:last-child) {
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 960px) {
  .l-row:not(:last-child) {
    margin-bottom: 32px;
  }
}

.l-row--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -4.75px;
  margin-right: -4.75px;
}
@media screen and (min-width: 520px) {
  .l-row--sm {
    margin-left: -4.75px;
    margin-right: -4.75px;
  }
}
@media screen and (min-width: 960px) {
  .l-row--sm {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.l-row--sm:not(:last-child) {
  margin-bottom: 9.5px;
}
@media screen and (min-width: 520px) {
  .l-row--sm:not(:last-child) {
    margin-bottom: 9.5px;
  }
}
@media screen and (min-width: 960px) {
  .l-row--sm:not(:last-child) {
    margin-bottom: 16px;
  }
}

.l-row--lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -16px;
  margin-right: -16px;
}
.l-row--lg:not(:last-child) {
  margin-bottom: 16px;
}

.empty {
  padding: 0 !important;
  margin: 0 !important;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  z-index: 99999999;
  background: white;
  padding: 10px 8px;
}
@media screen and (min-width: 960px) {
  .l-header {
    height: 100px;
    padding: 15px;
  }
}
.l-header__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.l-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 960px) {
  .l-header__left {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.l-header__logo {
  position: relative;
  max-width: 200px;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960px) {
  .l-header__logo {
    max-width: 666px;
    height: 70px;
  }
}
.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .l-header__right {
    gap: 30px;
  }
}
.l-header__supported {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50px;
  max-height: 50px;
}
@media screen and (min-width: 960px) {
  .l-header__supported {
    max-width: 250px;
    max-height: 28px;
  }
}
.l-header__hum {
  width: 50px;
  height: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#ff6653), to(#ffb220));
  background: linear-gradient(90deg, #ff6653, #ffb220);
  border-radius: 15px;
  cursor: pointer;
  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;
}
@media screen and (min-width: 960px) {
  .l-header__hum {
    width: 70px;
    height: 70px;
    border-radius: 20px;
  }
}
.l-header__hum__inner {
  position: relative;
  width: 22px;
  height: 16px;
}
@media screen and (min-width: 960px) {
  .l-header__hum__inner {
    width: 30px;
    height: 22px;
  }
}
.l-header__hum__line {
  display: block;
  position: absolute;
  width: 22px;
  height: 3px;
  background: white;
}
@media screen and (min-width: 960px) {
  .l-header__hum__line {
    width: 30px;
    height: 4px;
  }
}
.l-header__hum__line:nth-of-type(1), .l-header__hum__line:nth-of-type(2), .l-header__hum__line:nth-of-type(3) {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.l-header__hum__line:nth-of-type(1) {
  top: 0;
}
.l-header__hum__line:nth-of-type(2) {
  top: 6px;
}
@media screen and (min-width: 960px) {
  .l-header__hum__line:nth-of-type(2) {
    top: 9px;
  }
}
.l-header__hum__line:nth-of-type(3) {
  top: 12px;
}
@media screen and (min-width: 960px) {
  .l-header__hum__line:nth-of-type(3) {
    top: 18px;
  }
}

.l-header__hum.is-active .l-header__hum__line:nth-of-type(1) {
  top: 6px;
  rotate: 30deg;
}
@media screen and (min-width: 960px) {
  .l-header__hum.is-active .l-header__hum__line:nth-of-type(1) {
    top: 9px;
  }
}
.l-header__hum.is-active .l-header__hum__line:nth-of-type(2) {
  opacity: 0;
}
.l-header__hum.is-active .l-header__hum__line:nth-of-type(3) {
  top: 6px;
  rotate: -30deg;
}
@media screen and (min-width: 960px) {
  .l-header__hum.is-active .l-header__hum__line:nth-of-type(3) {
    top: 9px;
  }
}

.l-nav {
  width: 250px;
  background: #f0f0f0;
  height: calc(100vh - 70px);
  position: absolute;
  top: 70px;
  right: -250px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 960px) {
  .l-nav {
    height: calc(100vh - 100px);
    top: 100px;
  }
}
.l-nav__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  list-style: none;
  padding-left: 0;
}
.l-nav__item {
  border-bottom: 1px solid #ccc;
}
.l-nav__item a {
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  color: #373f45;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.l-nav__item a:hover {
  background: white;
}
.l-nav .btn-monitor {
  border-radius: 999px;
  width: calc(100% - 40px);
  background: white;
  border: 2px solid #2f3b66;
  color: #373f45;
  text-decoration: none;
  font-weight: 700;
  height: 50px;
  line-height: 45px;
  position: relative;
  margin: 20px 20px 0;
  padding-left: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 520px) {
  .l-nav .btn-monitor:hover {
    opacity: 0.6;
  }
}
.l-nav .btn-monitor:before, .l-nav .btn-monitor:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.l-nav .btn-monitor:before {
  right: 20px;
  background: #ff5e33;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}
.l-nav .btn-monitor:after {
  width: 6px;
  height: 6px;
  border: white solid;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  right: 27px;
}
.l-nav__bg {
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  height: calc(100vh - 70px);
  top: 70px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .l-nav__bg {
    height: calc(100vh - 100px);
    top: 100px;
  }
}

.is-open .l-nav {
  right: 0;
}
.is-open .l-nav__bg {
  opacity: 1;
  pointer-events: visible;
  cursor: pointer;
}

.l-footer {
  background: #373f45;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 9;
  width: 100%;
  padding: 60px 0 80px;
}
@media screen and (min-width: 960px) {
  .l-footer {
    padding: 60px 0;
  }
}
.l-footer .l-content {
  position: relative;
}
.l-footer .is-4 {
  margin-bottom: 24px;
}
.l-footer a {
  color: white;
}
.l-footer__cooperation {
  background: white;
  color: #373f45;
  padding: 6px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .l-footer__cooperation {
    padding: 6px 20px;
  }
}
@media screen and (max-width: calc(960px - 1px)) {
  .l-footer p {
    font-size: 14px;
  }
}
.l-footer__pagetop {
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: -68px;
  right: 6px;
}
@media screen and (min-width: 960px) {
  .l-footer__pagetop {
    bottom: 0;
    right: 20px;
  }
}

.u-align-left {
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.u-align-center {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.u-align-right {
  display: block !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

.u-text-font-main {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.u-text-normal {
  font-weight: 500 !important;
}

.u-text-bold {
  font-weight: 700 !important;
}

.u-text-sm {
  font-size: 1.4rem;
}

.u-text-indent {
  text-indent: 1em !important;
}

.u-text-note {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

.u-text-nowrap {
  white-space: nowrap !important;
}

.u-text-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.u-text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

.u-text-none {
  text-transform: none !important;
}

.u-text-lowercase {
  text-transform: lowercase !important;
}

.u-text-uppercase {
  text-transform: uppercase !important;
}

.u-text-capitalize {
  text-transform: capitalize !important;
}

.u-text-smallcaps {
  font-variant: small-caps !important;
}

.u-text-vertical {
  -webkit-writing-mode: vertical-rl !important;
      -ms-writing-mode: tb-rl !important;
          writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
}

.u-text-vertical--upright {
  text-orientation: upright !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-top {
  vertical-align: top !important;
}

.u-text-middle {
  vertical-align: middle !important;
}

.u-text-bottom {
  vertical-align: bottom !important;
}

.u-text-caution {
  color: #D14328;
}

@media screen and (min-width: 520px) {
  .u-text-center-pc {
    text-align: center;
  }
}

.u-text-center-sp {
  text-align: center;
}
@media screen and (min-width: 520px) {
  .u-text-center-sp {
    text-align: left;
  }
}

@media screen and (min-width: 520px) {
  .u-br-sp {
    display: none;
  }
}

.u-br-pc {
  display: none;
}
@media screen and (min-width: 520px) {
  .u-br-pc {
    display: block;
  }
}

.u-red {
  color: #ff5947;
}

body {
  margin-top: 70px;
}
@media screen and (min-width: 960px) {
  body {
    margin-top: 100px;
  }
}

.bg-grid {
  background: url("/lp/2025/sitewide/img/common/bg-grid.png") repeat;
}

.bg-img {
  width: 100%;
  height: auto;
  max-width: 1920px;
}
@media screen and (min-width: 960px) {
  .bg-img {
    width: 140%;
    margin-left: -20%;
  }
}
@media screen and (min-width: 1280px) {
  .bg-img {
    width: 100%;
    margin-left: 0;
  }
}

.confirm {
  z-index: 99999999;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: white;
  top: 0;
  left: 0;
  text-align: center;
  background: url(/lp/2025/sitewide/img/common/bg-grid.png) repeat;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 960px) {
  .confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.confirm__content {
  z-index: 9;
  width: 100%;
  color: #373f45;
  position: relative;
  text-align: center;
  padding: 40px 0;
  margin-top: 70px;
}
@media screen and (min-width: 960px) {
  .confirm__content {
    padding: 60px 0;
    margin-top: 100px;
  }
}
.confirm__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 960px) {
  .confirm__unit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.confirm__yes, .confirm__no {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.confirm .is-3 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: calc(520px - 1px)) {
  .confirm .is-3 {
    font-size: 20px;
  }
}
.confirm p {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: calc(520px - 1px)) {
  .confirm p {
    font-size: 14px;
    text-align: left;
  }
}
.confirm .popup__btn {
  background: white;
  width: 100%;
  display: block;
  padding: 10px 40px;
  font-weight: 700;
  color: #373f45;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 20px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media screen and (max-width: calc(520px - 1px)) {
  .confirm .popup__btn {
    font-size: 16px;
  }
}
.confirm .popup__btn:hover {
  background: #ccc;
}
.confirm .popup__btn:first-of-type {
  margin-top: 20px;
}
.confirm .popup__btn:not(:first-of-type) {
  margin-top: 20px;
}
.confirm .popup__btn:before, .confirm .popup__btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  translate: 0 -50%;
}
.confirm .popup__btn:before {
  background: #f85e32;
  border-radius: 99px;
  width: 26px;
  height: 26px;
  right: 10px;
}
.confirm .popup__btn:after {
  width: 10px;
  height: 10px;
  border: solid white;
  border-width: 3px 3px 0 0;
  right: 20px;
  rotate: 45deg;
}
.confirm.is-open {
  opacity: 1;
  visibility: visible;
  overflow: auto;
}

.popup {
  z-index: 99999999;
  position: relative;
  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;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.popup__content {
  z-index: 9;
  background-image: linear-gradient(118deg, rgb(44, 188, 172), rgb(25, 120, 240));
  border-radius: 20px;
  width: 560px;
  padding: 30px;
  height: auto;
  color: white;
  position: relative;
  text-align: center;
}
.popup__overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.popup .is-4 {
  text-align: center;
}
@media screen and (max-width: calc(520px - 1px)) {
  .popup .is-4 {
    font-size: 20px;
  }
}
.popup img {
  width: 100%;
  height: auto;
  margin-top: 20px;
  border-radius: 10px;
}
.popup#popup-2 img {
  width: 160px;
  height: 160px;
}
.popup p {
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: calc(520px - 1px)) {
  .popup p {
    font-size: 14px;
  }
}
.popup__btn {
  background: white;
  width: 100%;
  display: block;
  padding: 10px 20px;
  font-weight: 700;
  color: #373f45;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 20px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media screen and (max-width: calc(520px - 1px)) {
  .popup__btn {
    font-size: 16px;
  }
}
.popup__btn:hover {
  background: #ccc;
}
.popup__btn:first-of-type {
  margin-top: 20px;
}
.popup__btn:not(:first-of-type) {
  margin-top: 10px;
}
.popup__btn:before, .popup__btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  translate: 0 -50%;
}
.popup__btn:before {
  background: #f85e32;
  border-radius: 99px;
  width: 26px;
  height: 26px;
  right: 10px;
}
.popup__btn:after {
  width: 10px;
  height: 10px;
  border: solid white;
  border-width: 3px 3px 0 0;
  right: 20px;
  rotate: 45deg;
}
.popup.popup-isopen {
  opacity: 1;
  pointer-events: visible;
}
.popup .close-btn {
  width: 40px;
  height: 40px;
  background: #292929;
  border-radius: 999px;
  position: absolute;
  right: -10px;
  top: -10px;
}
.popup .close-btn span {
  background: white;
  width: 20px;
  height: 3px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  translate: -50%;
}
.popup .close-btn span:nth-of-type(1) {
  rotate: 45deg;
}
.popup .close-btn span:nth-of-type(2) {
  rotate: -45deg;
}

.sec01,
.sec02,
.sec03,
.sec04,
.sec05,
.sec06,
.sec07,
.sec08,
.sec09,
.sec10,
.sec11,
.sec12,
.sec13,
.sec14,
.sec15 {
  width: 100%;
  height: auto;
}

.sec01 {
  position: relative;
}
.sec01__unit {
  position: absolute;
  bottom: 15%;
  left: 50%;
  translate: -50% 0;
  width: calc(100% - 40px);
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .sec01__unit {
    bottom: 18%;
    gap: 5px;
  }
}
.sec01__btn {
  width: 80%;
  height: auto;
}
.sec01__btn img {
  max-width: initial;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .sec01__btn {
    width: 36%;
    height: auto;
  }
}
@media screen and (min-width: 1280px) {
  .sec01__btn {
    width: 26%;
  }
}
@media (min-width: 1920px) {
  .sec01__btn {
    width: initial;
  }
}
.sec01__link {
  font-weight: 700;
  color: white;
  font-size: clamp(14px, 4vw, 18px);
  text-decoration: underline;
}
.sec01__btn, .sec01__link {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.sec01__btn:hover, .sec01__link:hover {
  translate: 0 -3px;
}

.sec02 {
  position: relative;
}
.sec02 lite-youtube {
  width: calc(100% - 72px);
  position: absolute;
  top: 12%;
  left: 50%;
  translate: -50% 0;
  height: auto;
  max-width: 1100px;
}
@media screen and (min-width: 960px) {
  .sec02 lite-youtube {
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .sec02 lite-youtube {
    width: 60%;
    top: 13%;
  }
}

.sec08 {
  position: relative;
}
.sec08__slide {
  overflow: visible;
  width: 100%;
  position: absolute;
  top: 16%;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 960px) {
  .sec08__slide {
    top: 12%;
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .sec08__slide {
    width: 60%;
  }
}
.sec08__slide .swiper {
  position: relative;
  overflow: visible;
}
.sec08__slide .swiper-slide {
  width: 60%;
}
.sec08__slide .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .sec08__slide .swiper-slide {
    width: 30%;
  }
}
.sec08__slide .swiper-pagination-bullet {
  background: #999999;
}
.sec08__slide .swiper-pagination {
  bottom: -40px !important;
}
.sec08__slide .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 7px !important;
}
@media screen and (min-width: 1280px) {
  .sec08__slide .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
.sec08__slide .swiper-pagination-bullet-active {
  background: #ff5947;
}
.sec08__slide .swiper-button-prev,
.sec08__slide .swiper-button-next {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1280px) {
  .sec08__slide .swiper-button-prev,
  .sec08__slide .swiper-button-next {
    width: 60px;
    height: 60px;
  }
}
.sec08__slide .swiper-button-prev::after,
.sec08__slide .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  margin: auto;
  width: 100%;
}
.sec08__slide .swiper-button-prev {
  left: 20px;
}
@media screen and (min-width: 960px) {
  .sec08__slide .swiper-button-prev {
    left: -80px;
  }
}
.sec08__slide .swiper-button-prev::after {
  background: url("/lp/2025/sitewide/img/top/icon-slide-left.svg") no-repeat center center/contain;
}
.sec08__slide .swiper-button-next {
  right: 20px;
}
@media screen and (min-width: 960px) {
  .sec08__slide .swiper-button-next {
    right: -80px;
  }
}
.sec08__slide .swiper-button-next::after {
  background: url("/lp/2025/sitewide/img/top/icon-slide-right.svg") no-repeat center center/contain;
}
.sec08 lite-youtube {
  width: calc(100% - 72px);
  position: absolute;
  bottom: 6%;
  left: 50%;
  translate: -50% 0;
  max-width: 1100px;
}
@media screen and (min-width: 960px) {
  .sec08 lite-youtube {
    width: 80%;
    height: auto;
  }
}
@media screen and (min-width: 1280px) {
  .sec08 lite-youtube {
    width: 60%;
    bottom: 7%;
  }
}

.sec09 {
  position: relative;
}
.sec09 lite-youtube {
  width: calc(100% - 72px);
  position: absolute;
  bottom: 24%;
  left: 50%;
  translate: -50% 0;
  max-width: 1100px;
}
@media screen and (min-width: 960px) {
  .sec09 lite-youtube {
    width: 80%;
    height: auto;
    bottom: 17%;
  }
}
@media screen and (min-width: 1280px) {
  .sec09 lite-youtube {
    width: 60%;
    bottom: 16%;
  }
}
.sec09 .ctv {
  bottom: 2%;
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 1280px) {
  .sec09 .ctv {
    bottom: 3%;
  }
}

.sec12 {
  position: relative;
}
.sec12 .ctv {
  bottom: 3%;
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 960px) {
  .sec12 .ctv {
    bottom: 6%;
  }
}
@media screen and (min-width: 1280px) {
  .sec12 .ctv {
    bottom: 8%;
  }
}

.sec-ctv {
  padding: 50px 0;
  position: relative;
  /*.cv__unit {
    position: relative;
    bottom: initial;
  }*/
}
@media screen and (min-width: 1280px) {
  .sec-ctv {
    padding: 94px 0 130px;
  }
}
@media screen and (max-width: calc(1280px - 1px)) {
  .sec-ctv .ctv {
    margin-left: 30px;
  }
}

.cv__unit {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 60px;
  width: calc(100% - 60px);
}
@media screen and (min-width: 1280px) {
  .cv__unit {
    width: 1200px;
    bottom: 100px;
  }
}
.cv__bg {
  position: relative;
}
.cv__inner {
  position: absolute;
  top: 65%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  text-align: center;
  width: clamp(490px, 50%, 596px);
}
@media screen and (min-width: 960px) {
  .cv__inner {
    top: 40%;
    right: 4%;
    padding: 0;
    gap: 10px;
  }
}
.cv__img-link {
  -webkit-filter: drop-shadow(0 5px 0 rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 5px 0 rgba(0, 0, 0, 0.2));
  cursor: pointer;
}
.cv__text-link {
  color: white;
  font-weight: 700;
  font-size: clamp(14px, 4vw, 16px);
  text-decoration: underline;
  cursor: pointer;
}
.cv__img-link, .cv__text-link {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 520px) {
  .cv__img-link:hover, .cv__text-link:hover {
    translate: 0 -3px;
  }
}

.ctv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 60px);
  max-width: 500px;
}
@media screen and (min-width: 520px) {
  .ctv {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1280px) {
  .ctv {
    width: 1210px;
    max-width: initial;
  }
}
.ctv__img {
  width: 100%;
}
@media screen and (min-width: 520px) {
  .ctv__img:hover {
    opacity: 0.8;
  }
}
.ctv__txt {
  background: white;
  border-radius: 999px;
  display: block;
  max-width: 900px;
  width: 100%;
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 700;
  padding: 14px;
  text-align: center;
  color: #1274ff;
  border: 2px solid #e6e6e6;
}
@media screen and (min-width: 520px) {
  .ctv__txt {
    padding: 20px;
  }
  .ctv__txt:hover {
    background: #eee;
  }
}
.ctv__img, .ctv__txt {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tp-faq {
  width: 100%;
}/*# sourceMappingURL=common.css.map */