@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : BEM ベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1109px) {
  ._view-cw-high {
    display: none !important;
  }
}

@media (min-width: 1110px) {
  ._view-cw-low {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}

@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}

@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}

@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}

@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}

._clearfix {
  zoom: 1;
}

._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

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

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

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

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: min(16px, 1.5640273705vw);
}

@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  padding: 0;
  color: black;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

a:hover {
  opacity: 0.7;
}

em {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* contents */
/**************************************************/
.l-page-container {
  position: relative;
}

.l-page-contents {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 2.5rem;
}

.l-page-contents>*:first-child {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .l-page-contents {
    padding: 0 1.25rem;
  }
}

.l-page-contents-s {
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 2.5rem;
}

.l-page-contents-s>*:first-child {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .l-page-contents-s {
    padding: 0 1.25rem;
  }
}

.header-logo,
.footer-logo {
  height: 5rem;
  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;
}

.header-logo__img,
.footer-logo__img {
  max-width: 11.25rem;
}

.header-logo__img img,
.footer-logo__img img {
  display: block;
}

@media (max-width: 767px) {

  .header-logo,
  .footer-logo {
    height: 3.75rem;
  }

  .header-logo__img,
  .footer-logo__img {
    max-width: 9.375rem;
  }
}

.header {
  -webkit-box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 10;
}

.footer-menu {
  text-align: center;
  padding: 1.875rem 0;
  background: rgba(0, 11, 54, 0.1);
}

.footer-menu__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 4.375rem;
  -moz-column-gap: 4.375rem;
  column-gap: 4.375rem;
}

.footer-menu__link {
  color: #000b36;
  display: inline-block;
  padding-right: 0.875rem;
  position: relative;
  font-size: 0.9375rem;
}

.footer-menu__link::before {
  position: absolute;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0.5625rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow.svg") no-repeat;
  mask: url("../img/icon-arrow.svg") no-repeat;
  -webkit-mask-position: 50%;
  mask-position: 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 0.375rem;
  height: 0.6875rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-menu__copyright {
  font-size: 0.75rem;
  margin-top: 1.875rem;
  font-weight: 400;
  display: block;
}

@media (max-width: 767px) {
  .footer-menu__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-menu__link {
    font-size: 0.8125rem;
  }

  .footer-menu__copyright {
    font-size: 0.6875rem;
  }
}

.footer-app {
  background: #B7E1F4;
  padding: 2.375rem 0;
}

.footer-app__title {
  text-align: center;
  line-height: 1.58;
  font-size: 1.5rem;
  font-weight: bold;
}

.footer-app__title>span {
  display: inline-block;
  text-align: center;
  color: #333;
  padding: 0 2.5rem;
  position: relative;
}

.footer-app__title>span::before,
.footer-app__title>span::after {
  content: "";
  position: absolute;
  width: 1.375rem;
  height: 2.125rem;
  bottom: 0.25rem;
}

.footer-app__title>span::before {
  left: 0;
  background: url(../img/deco-app.svg) center bottom no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.footer-app__title>span::after {
  right: 0;
  background: url(../img/deco-app.svg) center bottom no-repeat;
  background-size: contain;
}

.footer-app__links {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

.footer-app__link {
  display: inline-block;
}

.footer-app__link>img {
  height: 5.1875rem;
  width: auto;
}

@media (max-width: 767px) {
  .footer-app__title {
    font-size: 1.0625rem;
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .footer-app__title>span {
    padding: 0 1.375rem;
  }

  .footer-app__title>span::before,
  .footer-app__title>span::after {
    width: 0.9375rem;
    height: 1.5rem;
  }

  .footer-app__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-list>li {
  position: relative;
  padding-left: 0.875rem;
  line-height: 1.7;
  margin-top: 0.5rem;
  font-weight: 500;
}

.c-list>li>em {
  color: #E85871;
  font-weight: bold;
}

.c-list>li::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background: #1677B9;
  left: 0;
  top: calc(0.85em - 0.25rem);
}

@media (max-width: 767px) {
  .c-list>li {
    font-size: 0.9375rem;
  }
}

.c-list.-sm>li {
  font-size: 0.9375rem;
}

.c-list.-sm>li+li {
  margin-top: 0.25rem;
}

@media (max-width: 767px) {
  .c-list.-sm>li {
    font-size: 0.875rem;
  }
}

.c-list.-au>li::before {
  background: #FA5902;
}

.c-list.-attention>li::before {
  background: #F06300;
}

.c-sublist>li {
  padding-left: 0.875rem;
  position: relative;
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  text-indent: 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .c-sublist>li {
    font-size: 0.875rem;
  }
}

.c-sublist>li::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.125rem;
  border-radius: 3.125rem;
  background: #F06300;
  left: 0;
  top: calc(0.85em - 0.0625rem);
}

.c-button {
  display: inline-block;
  background: #FA5902;
  color: #fff;
  width: 23.75rem;
  max-width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 6.25rem;
  position: relative;
  padding: 1rem 2.25rem;
  text-align: center;
}

.c-button::before {
  position: absolute;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0.5625rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow.svg") no-repeat;
  mask: url("../img/icon-arrow.svg") no-repeat;
  -webkit-mask-position: 50%;
  mask-position: 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.625rem;
}

.c-button.-black {
  background: black;
}

@media (max-width: 767px) {
  .c-button {
    font-size: 1rem;
    width: 20rem;
  }
}


.c-button-c {
  display: inline-block;
  background: skyblue;
  color: #fff;
  width: 100%;
  max-width: 18.75rem;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 6.25rem;
  position: relative;
  padding: 1rem 3.125rem 1rem 2.8125rem;
  line-height: 1.5;
  text-align: center;
}

.c-button-b {
  display: inline-block;
  background: #E85871;
  color: #fff;
  width: 100%;
  max-width: 18.75rem;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 6.25rem;
  position: relative;
  padding: 1rem 3.125rem 1rem 2.8125rem;
  line-height: 1.5;
  text-align: center;
}

.c-button-b::before {
  position: absolute;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0.5625rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow-circle.png") no-repeat;
  mask: url("../img/icon-arrow-circle.png") no-repeat;
  -webkit-mask-position: 50%;
  mask-position: 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 2rem;
  height: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.25rem;
}

@media (max-width: 767px) {

  .c-button-b,
  .c-button-c {
    font-size: 1rem;
  }
}

li.note {
  color: #555;
  font-size: 80%;
  line-height: 1.5;
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}

.c-indent1 {
  line-height: 1.7;
}

.c-indent1>li {
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  .c-indent1 {
    font-size: 0.9375rem;
  }
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* pages */
/**************************************************/
.mv {
  width: 100%;
  background: url(../../images/bg-mv.png) no-repeat center/cover;
}

.mv__inner {
  display: block;
  max-width: 63.0625rem;
  margin: 0 auto;
}

.mv__inner picture img {
  display: block;
  width: 100%;
}

.mv-footer {
  border-top: solid 0.1875rem #1677B9;
  border-bottom: solid 0.1875rem #1677B9;
  background: white;
  padding: 0.9375rem 1.25rem 1.0625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mv-footer__date {
  max-width: 54.375rem;
  margin: 0 auto;
}

.mv-footer__date img {
  display: block;
}

@media (max-width: 767px) {
  .mv-footer {
    padding: 0.9375rem 1.25rem 0.625rem;
  }
}

.campaign {
  overflow: hidden;
  position: relative;
  background: url(../../images/bg-campaign.png) repeat-y top left/100% auto, url(../../images/bg-main.png) repeat left 6px top 6px/2.5rem, #8DD2F2;
  padding: 4rem 0 5rem;
}

.campaign__heading {
  position: relative;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 30.625rem;
  width: 90%;
}

.campaign__block {
  margin-top: 4.375rem;
  position: relative;
}

.campaign__box {
  position: relative;
  background: white;
  border-radius: 1.25rem;
  outline-offset: -0.8125rem;
  outline: 0.1875rem solid #231814;
  margin-top: -5rem;
  padding: 6.25rem 3.125rem 3.125rem;
}

.campaign__text {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  font-weight: bold;
  position: relative;
}

.campaign__subBox {
  margin: 1.5rem auto 0;
  padding: 1.5rem 2.25rem;
  background: #F0F0F0;
  border-radius: 0.375rem;
}

.campaign__dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5.5rem 0.5rem 1fr;
  grid-template-columns: 5.5rem 1fr;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.campaign__dl dt {
  color: white;
  display: block;
  width: 100%;
  background: #1677B9;
  font-weight: bold;
  text-align: center;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  padding: 0.125rem 0;
}

.campaign__dl dd {
  font-weight: bold;
  font-size: 1.125rem;
}

.campaign__anchor {
  text-align: center;
  margin-top: 1.875rem;
}

.campaign__notes {
  text-align: center;
  margin: 0.625rem 0 0 0;
  padding-left: 1em;
  text-indent: -1em;
}

.campaign__notes em {
  font-weight: bold;
  color: #E80000;
  font-size: 1.125rem;
}

.campaign__deco {
  display: inline-block;
  pointer-events: none;
  position: absolute;
}

.campaign__deco.-deco01 {
  max-width: 13.125rem;
  bottom: -2.625rem;
  right: 2.5rem;
}

.campaign__deco.-deco02 {
  max-width: 9.0625rem;
  left: 3.25rem;
  top: -4.6875rem;
}

@media (max-width: 767px) {
  .campaign {
    padding: 2.5rem 0 3.75rem;
  }

  .campaign__heading {
    max-width: 18.75rem;
  }

  .campaign__block {
    margin-top: 2.5rem;
  }

  .campaign__box {
    margin-top: -3.125rem;
    padding: 3.75rem 1.25rem 1.875rem;
    outline-offset: -0.5rem;
    outline: solid 0.125rem #231814;
    border-radius: 1rem;
  }

  .campaign__text {
    font-size: 1rem;
    line-height: 1.6;
  }

  .campaign__subBox {
    padding: 1.25rem 1rem;
    border-radius: 0.625rem;
  }

  .campaign__dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .campaign__dl dt {
    max-width: 5rem;
    font-size: 0.9375rem;
  }

  .campaign__dl dd {
    font-size: 0.9375rem;
  }

  .campaign__dl dd+dt {
    margin-top: 0.375rem;
  }

  .campaign__notes {
    text-align: left;
    font-size: 0.875rem;
  }

  .campaign__notes em {
    font-size: 0.9375rem;
  }

  .campaign__anchor {
    margin-top: 1.5rem;
  }

  .campaign__deco.-deco01 {
    max-width: 5rem;
    right: -1.25rem;
    bottom: -2.125rem;
  }

  .campaign__deco.-deco02 {
    max-width: 3.75rem;
    z-index: 2;
    left: -0.9375rem;
    top: -3.125rem;
  }
}

.campaign-use {
  border: solid 0.375rem #DDDDDD;
  border-radius: 1.5rem;
  margin-top: 1.875rem;
  padding: 0 1.625rem 1.5rem;
  max-width: 48.75rem;
  margin-inline: auto;
}

.campaign-use__heading {
  font-weight: bold;
  margin: -1.375rem auto 0;
  padding: 0.25rem 1.125rem;
  font-size: 1.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  background: white;
}

.campaign-use__list {
  margin-top: 1.25rem;
  background: #F8F2E8;
  border-radius: 1.25rem;
  padding: 1.25rem 1.25rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4.5rem;
}

.campaign-use__item {
  max-width: 15.9375rem;
  position: relative;
}

/* .campaign-use__item:first-child::after {
  content: "";
  position: absolute;
  top: 40%;
  left: calc(100% + 1.0625rem);
  width: 2.375rem;
  aspect-ratio: 1;
  background: url(../../images/icon-use-arrow.png) no-repeat center center/contain;
} */

.campaign-use__item-text {
  font-weight: bold;
  font-size: 1.1875rem;
  text-align: center;
  margin: 0.25rem 0 0 0;
  min-height: 3.5rem;
  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;
}

@media (max-width: 767px) {
  .campaign-use {
    border-radius: 1.125rem;
    border-width: 0.25rem;
    padding: 0 0.625rem 1rem;
  }

  .campaign-use__heading {
    font-size: 1rem;
    padding: 0.125rem 0.625rem;
    margin-top: -0.9375rem;
  }

  .campaign-use__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.5rem;
    border-radius: 1rem;
    padding: 1.25rem;
  }

  .campaign-use__item:first-child::after {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    top: calc(100% + 0.75rem);
    width: 1.875rem;
  }

  .campaign-use__item-img {
    max-width: 11.25rem;
    margin: 0 auto;
  }

  .campaign-use__item-text {
    font-size: 0.9375rem;
    min-height: auto;
  }
}

.btn_link span {
  display: block;
  max-width: 640px;
  width: 100%;
  margin: 3em auto 2em;
  text-align: center;
  font-size: 1em;
}

.btn_link span a {
  display: block;
  position: relative;
  background: #00a9e5;
  color: #fff;
  border: #00a9e5 solid 0.2em;
  text-decoration: none;
  font-weight: 600;
  padding: 1em 2em 1em 1em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  box-sizing: border-box;
  transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}

.btn_link span a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0.7em;
  width: 0.7em;
  height: 0.7em;
  margin: -0.3em 0.8em 0 0;
  border-top: solid 0.15em #fff;
  border-right: solid 0.15em #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 767px) {
  .btn_link span a:hover {
    box-sizing: border-box;
    color: #00a9e5;
    background: #fff;
    border: #00a9e5 solid 0.2em;
    letter-spacing: 0.15em;
  }
}

.campaign-more {
  margin-top: 1rem;
  max-width: 45rem;
  margin: 1rem auto 0;
}

.campaign-more__text {
  text-align: center;
  margin: 1.25rem 0 0 0;
  font-weight: bold;
  line-height: 1.7;
}

.campaign-more__text em {
  color: #EF0000;
}

@media (max-width: 767px) {
  .campaign-more {
    margin-top: 1.875rem;
  }

  .campaign-more__text {
    font-size: 0.875rem;
  }
}

.campaign-store {
  margin: 2rem auto 0;
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem 3.75rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 41.25rem;
}

.campaign-store__item {
  width: calc((100% - 11.25rem) / 4);
}

.campaign-store__item a {
  display: grid;
  grid-auto-rows: auto;
  grid-template-rows: repeat(2, 0.675fr);
}

.campaign-store__name {
  text-align: center;
  align-items: center;
  /* margin: 0.625rem 0 0.375rem; */
  font-weight: bold;
  /* font-size: 1.125rem; */
}

.campaign-store__tag {
  background: #E94C01;
  border-radius: 0.25rem;
  color: white;
  font-weight: bold;
  text-align: center;
  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;
  min-height: 2rem;
  width: 100%;
}

.campaign-store__tag.-quick {
  font-size: 0.875rem;
  background: #1677B9;
}

@media (max-width: 767px) {
  .campaign-store {
    margin-top: 1.5rem;
    gap: 1.875rem;
    padding-bottom: 0.625rem;
  }

  .campaign-store__item {
    width: calc((100% - 1.875rem) / 2);
  }

  .campaign-store__name {
    font-size: 1rem;
  }

  .campaign-store__tag {
    font-size: 0.875rem;
    min-height: 1.75rem;
  }
}

.madoguchi {
  background: url(../../images/bg-madoguchi.png) repeat-y center center/100% auto;
  padding-top: 3.125rem;
  padding-bottom: 3rem;
  border-top: solid 0.1875rem white;
  border-bottom: solid 0.1875rem white;
  position: relative;
}

.madoguchi::before,
.madoguchi::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.madoguchi::before {
  top: -2.25rem;
  left: calc(50vw + 20.375rem);
  width: 6.4375rem;
  height: 9.875rem;
  background: url(../../images/deco-madoguchi01.png) no-repeat top center/contain;
}

.madoguchi::after {
  z-index: 2;
  bottom: -1.875rem;
  right: calc(50vw + 21.25rem);
  width: 9.25rem;
  height: 12.125rem;
  background: url(../../images/deco-madoguchi02.png) no-repeat bottom center/contain;
}

.madoguchi__heading {
  margin: 0 auto;
  max-width: 18.125rem;
  padding-bottom: 1.375rem;
  position: relative;
}

.madoguchi__heading::before {
  width: 3.125rem;
  height: 0.25rem;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #FFF34E;
}

.madoguchi__tel {
  display: block;
  margin: 2rem auto 0;
  max-width: 37.8125rem;
}

.madoguchi__time {
  margin: 2rem 0 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  color: white;
}

@media (max-width: 767px) {
  .madoguchi {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
    background-size: 260% auto;
  }

  .madoguchi::before {
    left: auto;
    right: 0.9375rem;
    width: 3.125rem;
    top: -1.5rem;
  }

  .madoguchi::after {
    right: auto;
    left: -0.625rem;
    width: 4.375rem;
  }

  .madoguchi__heading {
    max-width: 11.25rem;
  }

  .madoguchi__tel {
    max-width: 90%;
    margin-top: 1.5rem;
  }

  .madoguchi__time {
    margin-top: 1rem;
    font-size: 0.9375rem;
  }
}

.attention {
  padding: 5rem 0 6.25rem;
  position: relative;
  background: url(../../images/bg-attention.png) no-repeat bottom -2.1875rem center/100% auto, url(../../images/bg-main.png) repeat left 6px top 6px/2.5rem, -webkit-gradient(linear, left top, left bottom, from(#8DD2F2), color-stop(70%, #DBF4FF));
  background: url(../../images/bg-attention.png) no-repeat bottom -2.1875rem center/100% auto, url(../../images/bg-main.png) repeat left 6px top 6px/2.5rem, linear-gradient(180deg, #8DD2F2 0%, #DBF4FF 70%);
}

.attention__box {
  -webkit-box-shadow: 0 0.5rem 0 rgba(184, 222, 239, 0.4);
  box-shadow: 0 0.5rem 0 rgba(184, 222, 239, 0.4);
  border-radius: 0.75rem;
  background: url(../../images/deco-attention-bar.png) no-repeat top 0.6875rem center/calc(100% - 2.125rem), url(../../images/deco-attention-bar.png) no-repeat bottom 0.6875rem center/calc(100% - 2.125rem), white;
  padding: 3.125rem 3.125rem 3.75rem;
  position: relative;
}

.attention__title {
  max-width: 27.125rem;
  margin: 0 auto;
  position: relative;
}

.attention__title img {
  display: block;
}

.attention__body {
  padding: 1.875rem 0 0;
}

.attention__notes {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  .attention {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
    background: url(../../images/bg-attention.png) no-repeat bottom -0.3125rem center/100% auto, url(../../images/bg-main.png) repeat left 6px top 6px/2.5rem, -webkit-gradient(linear, left top, left bottom, from(#8DD2F2), color-stop(70%, #DBF4FF));
    background: url(../../images/bg-attention.png) no-repeat bottom -0.3125rem center/100% auto, url(../../images/bg-main.png) repeat left 6px top 6px/2.5rem, linear-gradient(180deg, #8DD2F2 0%, #DBF4FF 70%);
  }

  .attention__box {
    padding: 2.5rem 1.25rem;
    background: url(../../images/deco-attention-bar_sp.png) no-repeat top 0.6875rem center/calc(100% - 2.125rem), url(../../images/deco-attention-bar_sp.png) no-repeat bottom 0.6875rem center/calc(100% - 2.125rem), white;
  }

  .attention__title {
    width: 90%;
  }

  .attention__body {
    padding-inline: 0;
    padding-top: 1.25rem;
  }

  .attention__notes {
    font-size: 0.9375rem;
  }
}

.conditions {
  position: relative;
  padding: 6.25rem 0;
  background: url(../../images/bg-conditions01.png) no-repeat top center/100% auto, url(../../images/bg-conditions02.png) no-repeat bottom center/100% auto;
}

.conditions__title {
  margin: 0 auto;
  max-width: 26rem;
  width: 90%;
}

.conditions__title img {
  display: block;
}

.conditions__list {
  margin-top: 2.5rem;
  border-radius: 1.25rem;
  background: #FFFCC1;
  border: solid 0.1875rem #231814;
  padding: 0.25rem 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.conditions__item {
  padding: 1.125rem 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  position: relative;
}

.conditions__item:first-child::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.09375rem;
  width: 100%;
  height: 0.1875rem;
  background: url(../../images/border-conditions.png) repeat-x left center/auto 100%;
}

.conditions__item-num {
  width: 3.625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.conditions__item-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.conditions__model {
  margin-top: 1.5rem;
  font-weight: bold;
  text-align: center;
  font-size: 1.0625rem;
}

.conditions__button {
  margin-top: 3.75rem;
  text-align: center;
}

@media (max-width: 767px) {
  .conditions {
    padding: 3.125rem 0 3.75rem;
  }

  .conditions__title {
    max-width: 17.5rem;
  }

  .conditions__list {
    border-radius: 1rem;
    margin-top: 1.875rem;
    padding: 0.25rem 0.9375rem;
    border-width: 0.125rem;
  }

  .conditions__item {
    gap: 0.5rem;
  }

  .conditions__item:first-child::after {
    height: 0.125rem;
  }

  .conditions__item-num {
    width: 2.5rem;
  }

  .conditions__model {
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.6;
  }

  .conditions__button {
    margin-top: 1.875rem;
  }
}

.conditionsNotesBox {
  margin: 3.125rem 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 0.5rem #DDDDDD;
  padding: 1.5rem 1.25rem;
  border-radius: 1.25rem;
  background: white;
}

.conditionsNotesBox__title {
  font-weight: bold;
  font-size: 1.1875rem;
  padding-left: 1.9375rem;
  position: relative;
  letter-spacing: 0.05em;
}

.conditionsNotesBox__title::before {
  position: absolute;
  content: "";
  background: url(../img/icon-exclamation.svg) center center no-repeat;
  background-size: contain;
  width: 1.625rem;
  height: 1.4375rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.conditionsNotesBox__notes {
  margin-top: 0.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.25rem;
  position: relative;
}

.conditionsNotesBox__notes::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.125rem;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #333333 0.0625rem, transparent 0.0625rem);
  background-position: center;
  background-size: 0.4375rem 0.4375rem;
}

.conditionsNotesBox__note {
  padding-left: 1.25rem;
  position: relative;
}

.conditionsNotesBox__note::before {
  position: absolute;
  content: "※";
  color: #E8380D;
  left: 0;
  top: 0;
}

.conditionsNotesBox__note+.conditionsNotesBox__note {
  margin-top: 0.25rem;
}

@media (max-width: 767px) {
  .conditionsNotesBox {
    margin-top: 1.875rem;
    padding: 1.25rem;
    border-width: 0.375rem;
    border-radius: 1rem;
  }

  .conditionsNotesBox__title {
    font-size: 1.0625rem;
  }

  .conditionsNotesBox__note {
    font-size: 0.9375rem;
  }
}

.contact {
  background: black;
  padding: 2.8125rem 0 3.125rem;
  text-align: center;
}

.contact__title {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1.875rem;
}

.contact__lead {
  color: #fff;
  font-weight: 400;
  margin-top: 1.25rem;
}

.contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.5rem;
  -webkit-column-gap: 4.25rem;
  -moz-column-gap: 4.25rem;
  column-gap: 4.25rem;
}

.contact__item {
  width: 23.75rem;
  max-width: calc(50% - 2.125rem);
  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;
}

.contact__text {
  margin-top: 1.5rem;
  line-height: 2;
  font-weight: 400;
  color: #fff;
  font-size: 0.9375rem;
  text-align: left;
}

@media (max-width: 767px) {
  .contact {
    padding: 2.5rem 0;
  }

  .contact__title {
    font-size: 1.25rem;
  }

  .contact__lead {
    font-size: 0.8125rem;
  }

  .contact__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.875rem;
    margin-top: 1.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact__item {
    width: 100%;
    max-width: none;
  }

  .contact__text {
    font-size: 0.8125rem;
    text-align: center;
    margin-top: 1rem;
    line-height: 1.7;
  }
}

.banner-head {
  padding: 1.625rem 1.25rem 1.5rem;
}

.banner-head__text {
  max-width: 46.625rem;
  margin: 0 auto;
}

.banner-head__text img {
  display: block;
}

@media (max-width: 767px) {
  .banner-head {
    padding: 1rem 0.5rem 0.875rem;
  }
}

.banner {
  display: block;
  background: url(../img/bg-banner.png) repeat-x top center, #FFF055;
  background-size: 65.875rem auto;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner__main {
  padding: 2.5rem 1.25rem 1.875rem;
  max-width: 62.75rem;
  margin: 0 auto;
}

.banner__main img {
  display: block;
}

.banner__more {
  background: white;
  padding: 1.625rem 1.25rem 1.5rem;
}

.banner__moreText {
  max-width: 57.9375rem;
  margin: 0 auto;
}

.banner__moreText img {
  display: block;
}

@media (max-width: 767px) {
  .banner {
    background-size: cover;
  }

  .banner__main {
    padding: 1.25rem 0;
  }

  .banner__more {
    padding: 1rem 0.75rem;
  }
}

.magazine {
  background: #DF5510;
}

.magazine__btn {
  display: block;
  margin: 0 auto;
  max-width: 85.375rem;
}

/*# sourceMappingURL=site.css.map */