@charset "UTF-8";
/*! 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.
 */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&family=Roboto:wght@500&display=swap);
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;
}

html {
  font-size: 62.5%;
  width: 100%;
  background: #fff;
}

body {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  width: 100%;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  position: relative;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}

a {
  color: #111111;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.6% 6.4% 1.6% 3.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 72px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.logo {
  max-width: 55px;
  width: 10.6%;
  margin: 0;
  line-height: 0;
}
.logo a {
  display: block;
}

.modal__btn {
  margin: 0;
  font-size: clamp(10px, 3.2vw, 16px);
  color: #208B42;
  font-weight: 700;
}
.modal__btn:hover {
  cursor: pointer;
}

footer {
  background-color: #fff;
  padding: 9.6% 4% 15.5%;
  color: #777;
}
@media print, only screen and (min-width:769px) {
  footer {
    padding: 48px 0 32px;
  }
}

.f__inner {
  max-width: 436px;
  margin: auto;
}

.f__bnr {
  display: block;
  margin-bottom: 11.6%;
}

.f__btn {
  max-width: 330px;
  margin: 0 auto 14.54%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.f__link {
  width: calc((100% - 20px) / 2);
  display: block;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
  border-radius: 60px;
}
.f__link--pink {
  background-color: #F63583;
}
.f__link--green {
  background-color: #208B42;
}
.f__link span {
  display: inline-block;
  padding-right: 13px;
  position: relative;
}
.f__link span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 1;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.f__logo {
  width: 15.47%;
  margin: 0 auto 7%;
}

.f__company {
  text-align: center;
  margin: 0 0 2%;
  font-weight: 500;
  font-size: clamp(10px, 2.66vw, 13px);
}

.f__copyright {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: clamp(10px, 2.66vw, 13px);
}

.container {
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.kv {
  height: 100vh;
  height: 100svh;
  background-image: url(../../assets/images/kv_bg.png);
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.kv__inner {
  max-width: 50vh;
  width: 89.3%;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 4.79vh;
  top: 8.54vh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media print, only screen and (min-width:769px) {
  .kv__inner {
    bottom: 3.48vh;
    max-width: 61vh;
    width: 34%;
    min-width: 50vh;
    top: 10.54vh;
  }
}

.kv__contents {
  max-width: 480px;
  width: 81.47%;
  position: relative;
  margin: 0 auto 5px;
  z-index: 10;
  padding-bottom: 8.38%;
}
@media print, only screen and (min-width:769px) {
  .kv__contents {
    padding-bottom: 11.4%;
    max-width: 100%;
    margin-bottom: 0;
    width: 92.75%;
  }
}

.kv__title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0;
}
.kv__title span {
  position: absolute;
  bottom: 0;
  left: 2%;
  z-index: 1;
  width: 95%;
}

.kv__logo {
  width: 58.91%;
  margin: 0 auto 4.83%;
  position: relative;
  z-index: 10;
  max-width: 256px;
}
@media print, only screen and (min-width:769px) {
  .kv__logo {
    width: 52.67%;
    margin-bottom: -4.8%;
    max-width: 100%;
  }
}

.kv__daigo {
  width: 74.23%;
  margin: auto;
  max-width: 320px;
  -webkit-animation: upDown 1s steps(2, end) 0s infinite;
          animation: upDown 1s steps(2, end) 0s infinite;
  position: relative;
}
@media print, only screen and (min-width:769px) {
  .kv__daigo {
    max-width: 100%;
    width: 65.84%;
  }
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.kv__decoration {
  position: absolute;
  bottom: -2.7vh;
  top: -10vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 290%;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.kv__decoration img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  height: 100%;
  width: 100%;
}
@media print, only screen and (min-width:769px) {
  .kv__decoration {
    width: 100%;
    bottom: 0;
    top: 0;
  }
}

.kv__circle {
  position: absolute;
  z-index: 5;
  bottom: -3.43vh;
  left: 0;
  right: 0;
  margin: auto;
  width: 75%;
  max-width: 300px;
}
@media print, only screen and (min-width:769px) {
  .kv__circle {
    bottom: -40.8vh;
    max-width: 480px;
  }
}

.kv__btn {
  margin: auto;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  max-width: 524px;
}
@media print, only screen and (min-width:769px) {
  .kv__btn {
    max-width: 100%;
    width: 100%;
  }
}

.kv__link {
  width: calc((100% - 16px) / 2);
}
.kv__link:hover .kv__link--nomal {
  display: none;
}
.kv__link:hover .kv__link--hover {
  display: block;
}

.kv__link--hover {
  display: none;
}

.kv__notice {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.19%;
  margin: auto;
  background-image: url(../../assets/images/bg_notice.png);
  background-size: cover;
  width: 95.73%;
  font-size: clamp(20px, 6.3vw, 31px);
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  padding: 5% 4.5% 6.9%;
}
.kv__notice span {
  font-size: clamp(18px, 5.33vw, 26px);
  line-height: 1.3;
  text-align: left;
  display: block;
}

.campaign {
  background-image: url(../../assets/images/bg_campaign.png);
  padding: 9.6% 5.33% 14.13%;
  color: #fff;
  background-size: 100%;
}

.campaign__ttl {
  margin: 0 auto 8.96%;
  position: relative;
}

.campaign__ttlImg {
  display: block;
  position: absolute;
  z-index: 1;
  width: 19.7%;
  right: -5%;
  bottom: -18.75%;
}

.campaign__headline {
  font-size: clamp(14px, 4.26vw, 20px);
  font-weight: 700;
  padding-left: 3.58%;
  margin: 8.96% 0 3.58%;
  background-image: url(../../assets/images/ico_arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.39%;
}

.campaign__list {
  padding-left: 2.39%;
}

.campaign__item {
  padding-left: 5.4%;
  list-style: none;
  position: relative;
  font-size: clamp(12px, 3.73vw, 18px);
  margin-bottom: 2.5%;
  line-height: 1.4;
}
.campaign__item span {
  font-weight: 700;
  padding: 0 1.2%;
  background-color: #00E600;
  color: #fff;
  margin: 0 1.2%;
}
.campaign__item:last-of-type {
  margin-bottom: 0;
}

.campaign__itemNum {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.campaign__date {
  padding-left: 2.39%;
  font-size: clamp(18px, 5.33vw, 26px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

.campaign__dateYear {
  font-size: clamp(12px, 3.73vw, 18px);
  margin: 0;
}

.campaign__tilde {
  font-size: clamp(14px, 4.26vw, 20px);
  letter-spacing: initial;
  font-weight: 700;
  margin: 0;
}

.campaign__terms {
  height: 160px;
  overflow-y: auto;
  background-color: #fff;
  color: #000;
  padding: 4.78% 5.37%;
}

.campaign__termsTtl {
  font-weight: 700;
  margin: 0 0 1.33%;
  font-size: clamp(12px, 3.73vw, 18px);
  line-height: 1.35;
}

.campaign__termsheading {
  font-weight: 500;
  font-size: clamp(10px, 3.2vw, 16px);
  margin: 0 0 3%;
}

.campaign__termsTxt {
  margin: 0;
  font-size: clamp(10px, 2.66vw, 13px);
  line-height: 1.4;
}

.nobu__dialogue {
  height: 78px;
  background-image: url(../../assets/images/img_frame02.png);
  margin: 0;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 38px 30px 20px 33px;
}

.nobu__img {
  margin: 8px auto 0;
  width: 100px;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal__wrap {
  position: absolute;
  background-color: #fff;
  width: 92.5%;
  max-height: 82%;
  padding: 32px 24px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  overflow: auto;
  max-width: 630px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.modal__close {
  text-align: right;
  padding-right: 12px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  background-image: url(../../assets/images/ico_close.svg);
  background-size: 8px;
  background-position: right center;
  background-repeat: no-repeat;
  margin: 0 0 10px;
}
.modal__close:hover {
  cursor: pointer;
}

.modal__headline {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.35;
  margin: 0 0 10px;
  font-weight: 700;
}

.modal__heading {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
}

.modal__txt {
  font-size: 1rem;
  line-height: 1.4;
  margin: 6px 0 4px;
}

.modal__ttl {
  font-weight: 700;
  font-size: 1rem;
  padding-top: 6px;
  margin: 0 0 8px;
  line-height: 1.1;
}

.modal__lead {
  font-weight: 700;
  font-size: 1rem;
  margin: 8px 0 4px;
}

.modal__list {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
}

.modal__item {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 4px;
}
.modal__item:last-of-type {
  margin-bottom: 0;
}

.modal__suppl {
  margin: 20px 0 0;
  line-height: 1.5;
  font-size: 1rem;
}

.u-hidden {
  display: none !important;
}

@media only screen and (max-width:768px) {
  .u-hidden--sp {
    display: none !important;
  }
}

@media print, only screen and (min-width:769px) {
  .u-hidden--pc {
    display: none !important;
  }
}

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

@media print, only screen and (min-width:769px) {
  .u-left--pc {
    text-align: left;
  }
}

@media only screen and (max-width:768px) {
  .u-left--sp {
    text-align: left;
  }
}

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

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

@media only screen and (max-width:768px) {
  .u-center--sp {
    text-align: center;
  }
}

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

@media print, only screen and (min-width:769px) {
  .u-right--pc {
    text-align: right;
  }
}

@media only screen and (max-width:768px) {
  .u-right--sp {
    text-align: right;
  }
}

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