@charset "UTF-8";
@media screen and (min-width: 320px) {
  /* 320px up */
}
@media screen and (min-width: 481px) {
  /* 481px up */
}
@media screen and (min-width: 641px) {
  /* 641px up */
}
@media screen and (min-width: 768px) {
  /* 768px up */
}
@media screen and (min-width: 1030px) {
  /* 1030px up */
}
@media screen and (min-width: 1240px) {
  /* 1240px up */
}
@media screen and (min-width: 1640px) {
  /* 1640px up */
}
@media screen and (max-width: 319px) {
  /* 320px down */
}
@media screen and (max-width: 480px) {
  /* 481px down */
}
@media screen and (max-width: 640px) {
  /* 641px down */
}
@media screen and (max-width: 767px) {
  /* 768px down */
}
@media screen and (max-width: 1029px) {
  /* 1030px down */
}
@media screen and (max-width: 1239px) {
  /* 1240px down */
}
@media screen and (max-width: 1639px) {
  /* 1640px down */
}
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", serif;
  font-size: 16px;
  line-height: 1.4;
  color: #111;
  word-break: break-all;
  position: relative;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  opacity: 0.6;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 1em;
}

ol, ul {
  margin: 0 0 0.5em;
  padding: 0 1em;
}

.container {
  background-size: cover;
  min-height: 100vh;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in-out 0.6s 1 normal;
          animation: fadeIn 1s ease-in-out 0.6s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container section {
  padding: 0 5px;
}

#logo-wrapper {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30%;
     -moz-column-gap: 30%;
          column-gap: 30%;
}

@media (max-width: 767px) {
  #logo-wrapper .mobox {
    width: 40%;
  }
}

#logo-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
} 

h1.site-title {
  opacity: 0;
  -webkit-animation: fadeIn 1.2s ease-in-out 1.2s normal;
          animation: fadeIn 1.2s ease-in-out 1.2s normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  font-size: 0;
  text-align: center;
  margin-top: -1em;
}

@media (max-width: 767px) {
  h1.site-title {
    margin-top: 0;
  }
}

h1.site-title img {
  padding: 0.5rem;
}

.campaign-info {
  padding-bottom: 3.5rem;
}
.campaign-info h2 {
  font-size: 2rem;
  text-align: center;
  margin: 0.25em auto 1.25em;
}
.campaign-info h2 span {
  background-color: #fff100;
  padding: 0.25em 1.25em;
}
.campaign-info h3 {
  text-align: center;
  font-size: 1.4rem;
  margin: 0;
  background-color: #fff100;
  border-radius: 10px 10px 0 0;
  font-family: "Kiwi Maru", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", serif;
  color: #e60012;
}
.campaign-info h3 span {
  font-size: 1.8rem;
}
.campaign-info p {
  text-align: center;
  font-weight: bold;
  margin: 0 0 0.25em;
}
@media screen and (min-width: 641px) {
  .campaign-info:not(.how-to-apply) br {
    display: none;
  }
}
.campaign-info p.desc {
  font-family: "Kiwi Maru", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", serif;
  font-size: 1.65rem;
}
.campaign-info p.notes {
  font-size: 1.1rem;
}
.campaign-info ol {
  clear: both;
  max-width: calc(970px + 3rem);
  list-style: none;
  padding: 0 5px;
  margin: 0 auto;
}
@media screen and (min-width: 481px) {
  .campaign-info ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.campaign-info ol li {
  margin: 0 auto 1rem;
  max-width: 320px;
  border-radius: 10px;
  background-color: #fffde4;
}
@media screen and (min-width: 481px) {
  .campaign-info ol li {
    margin: 0 0.5rem 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
  }
}
.campaign-info ol li p {
  color: #111;
  text-shadow: none;
  font-size: 1rem;
}
.campaign-info ol li p.desc {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media screen and (min-width: 481px) {
  .campaign-info ol li .term-desc br {
    display: inline;
  }
}
.campaign-info ol li .term-desc p {
  font-size: 0.9rem;
}
.campaign-info .wrapper {
  text-align: center;
  padding: 1rem;
}
.campaign-info .wrapper img {
  max-width: 180px;
  padding: 0 0.5rem;
}
.campaign-info .wrapper img.n5 {
  max-width: 200px;
  padding: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .campaign-info .wrapper img.n5{
    width: calc(300/750 * 100vw);
  }
}
.campaign-info.how-to-apply h2 {
  color: #e60012;
}
.campaign-info.how-to-apply p {
  line-height: 1.2;
}

#apply-link {
  background-color: #fff100;
  padding: 1.5em 0.5em;
}
#apply-link h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Kiwi Maru", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", serif;
  color: #172a88;
  margin: 0 0 0.25em;
}
#apply-link h2 span {
  font-size: 1.2em;
}
#apply-link p {
  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: 1rem;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 641px) {
  #apply-link p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#apply-link p a {
  display: inline-block;
  background-color: #172a88;
  border: 3px solid #172a88;
  border-radius: 5px;
  color: #fff;
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", serif;
  font-weight: normal;
  text-decoration: none;
}
#apply-link p a span {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  padding: 0.5em 1.25em;
}
#apply-link p a:hover, #apply-link p a:focus {
  opacity: 1;
  background-color: #fff;
  color: #172a88;
}

#guide, #footer {
  background-color: #F1F1F1;
  padding: 1.5rem 1rem;
}

@media screen and (min-width: 641px) {
  #guide .inner {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
#guide h2 {
  font-size: 1.4rem;
  margin: 0;
}
#guide p.head {
  margin: 0 0 1em;
}
#guide h3 {
  font-size: 1.2rem;
  text-decoration: underline;
  margin: 0 0 0.25em;
}
#guide p {
  margin: 0;
}
#guide .wrapper {
  margin: 0 0 2rem;
}
#guide ol.main {
  padding-left: 0;
  list-style: none;
}
#guide ol.main > li {
  margin-left: 1em;
  text-indent: -1em;
}
#guide ol.main > li ul, #guide ol.main > li ol {
  padding-left: 0;
  margin-left: 0;
  text-indent: 0;
}
#guide ol.main > li:before {
  margin-right: 1px;
}
#guide ol.main > li:first-child:before {
  content: "①";
}
#guide ol.main > li:nth-child(2):before {
  content: "②";
}
#guide ol.main > li:nth-child(3):before {
  content: "③";
}
#guide ol.main > li:nth-child(4):before {
  content: "④";
}
#guide ol.main > li:nth-child(5):before {
  content: "⑤";
}
#guide ul.notes {
  padding-left: 0;
  list-style: none;
}
#guide ul.notes > li {
  margin-left: 1rem;
  text-indent: -1em;
}
#guide ul.notes > li:before {
  margin-right: 1px;
  content: "※";
}
#guide ul.notes > li.dott:before {
  content: "・";
}
#guide ul.no-marker {
  list-style: none;
}

#footer p {
  display: inline-block;
  border: 1px solid #111;
  padding: 0.25em 1em;
}

address {
  margin: 1em 0;
  padding-left: 1em;
  font-style: normal;
}

.mobox-link {
  text-align: center;
  margin: 0 auto 3rem;
  max-width: 80%;
}
.mobox-link a {
  border-radius: 48px;
  overflow: hidden;
  -webkit-box-shadow: 6px 6px 12px rgb(0, 0, 0);
          box-shadow: 6px 6px 12px rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #de060c), to(#de060c));
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #de060c 50%, #de060c 100%);
  border: 3px solid #de060c;
  display: -ms-inline-grid;
  display: inline-grid;
  font-family: "Kiwi Maru", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", serif;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.mobox-link a span {
  margin: 0 auto;
  padding: 0.5rem 2rem;
}
.mobox-link a span img {
  max-width: 126px;
}
.mobox-link a span.text {
  padding: 0.8rem 2rem 1rem;
  background-color: #de060c;
  color: #fff;
  font-size: 1.6rem;
  display: block;
  margin: 0 -1px -1px -1px;
}
.mobox-link a span.text:after {
  content: url(images/external-link-white.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 5px;
}
.mobox-link.round a {
  width: 12em;
  height: 12em;
  border-radius: 50%;
  overflow: hidden;
  grid-auto-rows: 6em;
}
.mobox-link.round a span.logo {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  padding: 1em;
}
.mobox-link.round a span.logo img {
  max-width: 96px;
}
.mobox-link.round a span.text {
  padding: 0.5em;
  font-size: 1rem;
}
.mobox-link.round a span.text:after {
  width: 14px;
  height: 14px;
  margin-left: 1px;
}

#return-to-top {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}
#return-to-top a {
  background-color: #fff;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  text-decoration: none;
  font-size: 0.6rem;
  font-weight: bold;
  font-family: "Kiwi Maru", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", serif;
  text-align: center;
  opacity: 1;
}

@media all and (-ms-high-contrast: none) {
  .mobox-link img {
    margin: 0.5rem auto;
  }
  .mobox-link a {
    background-color: #fff;
    display: inline-block;
  }
  .mobox-link a span {
    display: inline-block;
  }
  .mobox-link a span.logo img {
    max-width: 96px;
    margin-bottom: 0.5em;
  }
  .mobox-link a span.text {
    padding: 0.5em;
    font-size: 1rem;
    margin: 0;
  }
  .mobox-link a span.text:after {
    display: none;
  }
  #apply-link p a {
    margin-right: 1rem;
  }
}
.cta-wrap-top {
  position: sticky;
  top: 0px;
}

.cta-wrap {
  background: #000000;
  padding: 48px 0 15px 0;
  z-index: 4;
}

@media (max-width: 767px) {
  .cta-wrap {
    padding: 5vw 0 2vw 0;
  }
}
.cta-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cta-btn {
  max-width: 450px;
  min-width: 320px;
  width: 45%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2%;
  color: #000000;
  background: #fff100;
  -webkit-box-shadow: 0px 8px 0px 0px #cc9900;
          box-shadow: 0px 8px 0px 0px #cc9900;
  border-radius: 10px;
  margin: 7px 10px 15px;
  text-align: center;
  text-decoration: none;
}
.cta-btn p {
  font-size: 32px;
  font-weight: 500;
  font-family: "Kiwi Maru", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", serif;
  line-height: 1;
  margin: 0 auto;
  font-weight: 600;
}
.cta-btn p .small {
  font-size: 18px;
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", serif;
}
.cta-btn .arrow {
  width: 25px;
  height: 25px;
}

@media (max-width: 767px) {
  .cta-btn {
    max-width: auto;
    min-width: auto;
    width: 47%;
    height: auto;
    padding: 3% 2%;
    margin: 1.3333333333vw 1.3333333333vw 2.4vw;
    -webkit-box-shadow: 0px 1.0666666667vw 0px 0px #cc9900;
            box-shadow: 0px 1.0666666667vw 0px 0px #cc9900;
  }
  .cta-btn p {
    font-size: 3.7333333333vw;
  }
  .cta-btn p .small {
    font-size: 2.6666666667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .cta-btn .arrow {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.red {
  color: #d63233;
}

.bold {
  font-weight: bold;
}

.about {
  background: #fff;
  border-radius: 10px;
  max-width:842px;
  width: 100%;
  margin: 60px 0 0 0;
  padding: 0px 0px 24px;
}

@media (max-width: 767px) {
  .about {
    margin: 10.6666666667vw auto;
    padding: 10.6666666667vw 0vw 2.6666666667vw;
  }
}
.about-ttl-wrap {
  text-align: center;
  color: #d63233;
  font-weight: 600;
  margin-bottom: 32px;
  font-family: "Kiwi Maru", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", serif;
}

@media (max-width: 767px) {
  .about-ttl-wrap {
    margin-bottom: 5.3333333333vw;
  }
}
.about-sub-ttl {
  font-size: 20px;
}

@media (max-width: 767px) {
  .about-sub-ttl {
    font-size: 4vw;
    margin: 0 0 0.5em;
  }
}
.about-ttl {
  margin: 0;
  font-size: 32px;
}

@media (max-width: 767px) {
  .about-ttl {
    margin: 0;
    font-size: 5.6vw;
  }
}
.about-ttl .mobox-logo {
  width: 140px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .about-ttl .mobox-logo {
    width: 29.3333333333vw;
    margin-right: 1.3333333333vw;
  }
}
.about-top-box {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-top-img {
  margin: 0 12px;
  max-width: 326px;
  width: 40%;
  font-size: 0;
}

@media (max-width: 767px) {
  .about-top-img {
    margin-bottom: 4.2666666667vw;
    width: 80%;
    max-width: none;
  }
  .about-top-img img {
    width: 100%;
  }
}
.about-top-txt {
  margin: 0 12px;
  max-width: 326px;
  width: 40%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  text-align: left;
  line-height: 1.7;
}
.about-top-txt p {
  margin: 0;
}
.about-top-txt span {
  color: #e60012;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #fff100));
  background: linear-gradient(transparent 65%, #fff100 65%);
}

@media (max-width: 767px) {
  .about-top-txt {
    font-size: 3.7333333333vw;
    width: 80%;
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .about-top-txt p br {
    display: none;
  }
}
.about-ba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .about-ba {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.2666666667vw;
  }
}
.about-ba-img {
  max-width: 400px;
  width: 46%;
  margin: 0 20px;
}

@media (max-width: 767px) {
  .about-ba .about-ba-img {
    width: 90%;
    max-width: none;
    margin: 12px auto;
  }
  .about-ba .about-ba-img img {
    width: 100%;
  }
}
.about-before {
  position: relative;
}
.about-before::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 20px;
  border-color: transparent transparent transparent #000000;
}

@media (max-width: 767px) {
  .about-before::after {
    top: auto;
    right: auto;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    border-width: 20px 18px 0 18px;
    border-color: #000000 transparent transparent transparent;
  }
}
.u-pc {
  display: inline;
}

.u-sp {
  display: none;
}

@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: inline;
  }
}
.voice-wrap {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .voice-wrap {
    margin-top: 40px;
  }
}
.voice-ttl {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .voice-ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.voice-ttl p {
  background: #000000;
  border-radius: 30px;
  padding: 4px 6%;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  display: inline-block;
  font-family: "Kiwi Maru", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", serif;
}

@media (max-width: 767px) {
  .voice-ttl p {
    font-size: 4.8vw;
  }
}
.voice-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
 margin-bottom: 40px;
}

@media (max-width: 767px) {
  .voice-dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 calc(40/750 * 100vw) 8vw;
  }
}
.voice-dt {
  max-width: 272px;
  width: 33%;
  border-bottom: #000000 solid 2px;
  font-family: "Kiwi Maru", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", serif;
  color: #000000;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 600;
}
.voice-dt p {
  margin: 0 0 20px;
}

@media (max-width: 1024px) {
  .voice-dt p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .voice-dt {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 5.3333333333vw;
    font-size: 4.8vw;
    text-align: center;
  }
  .voice-dt p {
    margin: 0 0 3.2vw;
  }
  .voice-dt p br {
    display: inline;
  }
}
.voice-dd {
  margin: 0 20px;
  max-width: 528px;
  width: 65%;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .voice-dd {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    font-size: 3.7333333333vw;
  }
}
.voice-dd-box {
  background: #f5f5f5;
  padding: 32px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 10px;
  margin-bottom: 24px;
}
.voice-dd-box p {
  margin: 0;
  font-weight: 500;
}
.voice-dd-box:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .voice-dd-box {
    padding: 24px 30px;
  }
}
.voice-dd-name {
  font-size: 14px;
  padding-top: 1em;
}

@media (max-width: 767px) {
  .voice-dd-name {
    font-size: 2.9333333333vw;
  }
}


.p-topKv__lineup {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 844px;
  margin: 20px auto 0;
  background: #fff
}

@media screen and (max-width:768px) {
  .p-topKv__lineup {
    width: 90%;
    margin: calc(10 / 750 * 100vw) auto 0
  }
}

.topKv__lineup-ttl {
  margin-top: 0;
  text-align: center;
  color: #172a88;
  font-weight: 600;
  margin-bottom: 32px;
  font-family: "Kiwi Maru", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", serif;
}
@media screen and (max-width: 767px) {

}

.p-topKv__lineupTxt {
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: -15px;
  padding: .75rem 0 1.15rem;
  background: #172a88;
}

@media screen and (max-width:768px) {
  .p-topKv__lineupTxt {
    font-size: 2.96666666667vw;
    margin-bottom: 0;
    padding: .5rem 0;
  }
}

.p-topKv__lineupInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1
}

@media screen and (max-width:768px) {
  .p-topKv__lineupInner {
    margin-top: calc(20 / 750 * 100vw)
  }
}

.p-topKv__lineupItem {
  position: relative;
  z-index: 1
}

@media screen and (max-width:768px) {
  .p-topKv__lineupItem {
    width: 50%;
  }
}

.p-topKv__lineupItem--02:after {
  position: absolute;
  display: block;
  content: "";
  top: 60px;
  left: 0;
  width: 1px;
  height: 130px;
  background: #bfbfbf
}

@media screen and (max-width:768px) {
  .p-topKv__lineupItem--02:after {
    top: calc(30 / 750 * 100vw);
    height: calc(420 / 750 * 100vw)
  }
}

.p-topLineupTab__list {
  display: block;
  width: 100%;
  margin: auto;
  padding: 0;
}

@media screen and (max-width:768px) {
  .p-topLineupTab__list {
    width: 100%;
    margin: 0 auto calc(40 / 750 * 100vw)
  }
}

.p-topLineupTab__item {
  display: none;
  position: relative;
  transition: all .3s;
  cursor: pointer
}

.p-topLineupTab__item picture img {
  width: 100%;
}

.p-topLineupTab__item.is-active {
  display: block;
}

.p-topLineupTab__item:hover {
  opacity: .75
}

.p-topLineupTab__item span {
  font-size: 24px
}

@media screen and (max-width:768px) {
  .p-topLineupTab__item span {
    font-size: 12px;
    font-size: 3.125vw
  }
}

.p-topLineupTab__item.is-active {
  z-index: 2;
  display: flex;
  justify-content: center;
}

.p-topSec03{position:relative;padding:clamp(80 * 750 / 1366 * 1px,80 / 1366 * 100vw,80px) 0 clamp(96 * 750 / 1366 * 1px,96 / 1366 * 100vw,96px);background-image:url(../img/bg04.jpg);background-repeat:repeat;background-position:center;background-size:auto}
@media screen and (max-width:750px){.p-topSec03{padding:6.6666666667vw 0 16vw}}

.p-topLineup{margin-bottom:32px}
@media screen and (max-width:750px)
{.p-topLineup{margin-bottom:0}}
.p-topLineup__inner{position:relative;z-index:1;
  width:calc(100% - 40px);
  max-width:1080px;margin:0 auto}
  .p-topLineup__ttlLead{display:block;
    font-family:var(--font-family-basic)!important;
    font-size:18px;font-style:normal;font-weight:900}


        .p-topLineup__inner{
          max-width: 842px;
        }
        .p-topSec03-inner{
          max-width: 1000px;
          margin: 0 auto;
          background-color: #fff;
          padding:56px 0 0 0;
        }
        @media screen and (max-width: 766px) {
          .p-topSec03-inner{
           max-width: calc(690/750 * 100vw);
           padding:calc(48/750 * 100vw) 0 calc(56/750 * 100vw)0;
          }
        }
        #anc-guide{
          padding-top: 160px;
          margin-top: -160px;}
          @media screen and (min-width: 767px) {
            #anc-guide{
              padding-top: 450px;
              margin-top: -450px;}
          }
        .sticky-wrap-link{
          color: #ffffff;
          text-align: center;
          display: block;
          font-family: "Kiwi Maru", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", serif;
        }
        @media screen and (min-width: 767px) {
          .sticky-wrap-link{
            font-size: 24px;}
        }
        @media screen and (max-width: 766px) {
          .sticky-wrap-link{
            font-size: calc(24/750 * 100vw);}
        }
        .cta-wrap-top{
          padding: 64px 0 33px 0;
        }
        @media screen and (max-width: 766px) {
          .cta-wrap-top{
            padding: calc(40/750 * 100vw) 0 calc(33/750 * 100vw) 0;
          }
        }

@media screen and (min-width: 767px) {
  .cta-btn{
    height: 110px;
  }
  .cta-btn p{
    line-height: 1.2em;
  }
  .cta-btn-stxt{
    font-size: 26px;
  }
}

@media screen and (min-width:767px) and ( max-width:860px){
  .cta-btn p{
   font-size: 28px;
  }
}
@media screen and (max-width: 766px) {
  .cta-btn p{
    font-size:calc(26/750 * 100vw);
   }
}
        

.p-topSec03-item-lineup{
  max-width: 842px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-topSec03-item-lineup{
    max-width: calc(600/750 * 100vw);
  }
}
.p-topSec03-item-lineup-ttl{
  background-color: #d63233;
  color: #ffffff;
  font-family: "Kiwi Maru", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", serif;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  margin-bottom: 0;
}
@media screen and (max-width: 766px) {
  .p-topSec03-item-lineup-ttl{
    font-size: calc(24/750 * 100vw);
    height: calc(80/750 * 100vw);
  }
}
.p-topSec03-item-lineup-txt-contents{
  display: flex;
  flex-wrap: wrap;
  padding: 14px 27px;
  background-color: #ffe0e0;
  color: #d63233;
  font-family: "Kiwi Maru", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", serif;
  font-size: 20px;
}
@media screen and (min-width: 767px) {
  .p-topSec03-item-lineup-txt-contents{
    justify-content: center;
  }
}
@media screen and (max-width: 766px) {
  .p-topSec03-item-lineup-txt-contents{
    padding: calc(14/750 * 100vw) 0;
    font-size: calc(20/750 * 100vw);
    margin-bottom: 0;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .p-topSec03-item-lineup-txt{
    margin: 0 22px;
  }
}

@media screen and (max-width: 768px) {
  .p-topSec03-item-lineup-txt{
   margin-bottom: 0;
  }
}
.topKv__lineup-ttl{
  font-size: 32px;
  margin-bottom: 50px;
  color: #d63233;
}
@media screen and (max-width: 768px) {
  .topKv__lineup-ttl{
    font-size: calc(40/750 * 100vw);
    margin-bottom: calc(32/750 * 100vw);
  }
}

.p-topLineupContent__img01{
  width: 352px;
}
@media screen and (max-width: 766px) {
  .p-topLineupContent__img01{
    width: calc(352/750 * 100vw);
  }
}
.p-topLineupContent__img02{
  width: 220px;
}
@media screen and (max-width: 766px) {
  .p-topLineupContent__img02{
    width: calc(220/750 * 100vw);
  }
}
.p-topLineupContent__boxSizeBox table tr td:nth-of-type(4){
  padding-left: 12px;
  width: 218px;
}
@media screen and (max-width: 768px) {
  .p-topLineupContent__boxSizeBox table tr td:nth-of-type(4){
    padding-left: calc(12/750 * 100vw);
    width:calc(218/750 * 100vw);
  }
}
.p-topLineupContent__boxSizeBox table tr td:nth-of-type(1){
  width: 236px;
  font-size: 16px;
}
@media screen and (max-width: 766px) {
  .p-topLineupContent__boxSizeBox table tr td:nth-of-type(1){
    width:calc(179/750 * 100vw);
    font-size: calc(18/750 * 100vw);
  }
}
.p-topLineupContent__boxSizeBox table tr td:nth-of-type(2){
  width: 233px;
  font-size: 16px;
}
@media screen and (max-width: 766px) {
  .p-topLineupContent__boxSizeBox table tr td:nth-of-type(2){
    width:calc(281/750 * 100vw);
    font-size: calc(22/750 * 100vw);
  }
}
.p-topLineupContent__boxSizeBox table tr td:nth-of-type(3){
  width: 230px;
  font-size: 16px;
}
@media screen and (max-width: 766px) {
  .p-topLineupContent__boxSizeBox table tr td:nth-of-type(3){
    width:calc(278/750 * 100vw);
    font-size: calc(22/750 * 100vw);
  }
}
@media screen and (max-width: 766px) {
  .p-topLineupTab__itemImg{
    width: 18.9333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .p-topLineupContent__box02 {
      font-size: 20px;
      font-size: 5.3333333333vw;
      padding: 3.3333333333vw 0;
      margin-bottom: .6666666667vw;
      width: calc(650/750 * 100vw);
  }
}
@media screen and (max-width: 766px) {
  .p-topLineupContent{
    grid-template-columns: none;
  }
}

@media screen and (max-width: 766px) {
  .p-topSec03-inner{
   padding-bottom: 0;
  }
  .about{
    margin-bottom: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 766px) {
  .p-topLineupContent.is-active{
    display: block;
  }
}
@media screen and (max-width: 766px) {
  .p-topLineupContent__box01{
    padding: 0 calc(24/750 * 100vw);
  }
}

@media screen and (max-width: 766px) {
  .p-topLineupContent__box04,
  .p-topLineupContent__box05,
  .p-topLineupContent__box06,
  .p-topLineupContent__box07{
    width: calc(600/750 * 100vw);
    margin: 0 auto;
  }
}

@media screen and (max-width: 766px) {
  .p-topLineupContent__boxSizeBox table tr td:nth-of-type(2) span,
  .p-topLineupContent__boxSizeBox table tr td:nth-of-type(3) span{
    font-size: calc(14/750 * 100vw);
  }
}

.p-topLineupContent__tableBody{
  margin-left: 0;
}

.is-open{
  display: block;
}

.p-topLineupContent__box07{
  display: none;
}

.p-topLineupContent{
  padding-bottom: 0;
}

.cta-btn{
  position: relative;
}
.cta-wrap-inner-stxt{
  color: #ffffff;
  position: absolute;
  font-size: 22px;
  top: -33px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cta-wrap-inner-stxt{
    font-size: calc(24/750 * 100vw);
    top: calc(-32/750 * 100vw);
  }
}
header{
  position: absolute;
  top: 0;
}

.bg-sand{
 width: 100%;
  background: url(images/bg_sand.png) top center/calc(1920/1920 * 100vw) auto no-repeat;
  background-size: cover;
}
@media screen and (max-width: 766px) {
  .bg-sand{
    width: calc(750/750 * 100vw);
  max-width: 750px;
  background: url(images/bg_sand.png) top center/100% auto no-repeat; 
  background-size: cover;
  }
}
  .mb72{
    margin-bottom: 72px!important;
  }
@media screen and (max-width: 768px) {
  .mb72{
    margin-bottom: 2rem!important;
  }
}

.mv {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  background: url(images/mv_pc.png) top center / cover no-repeat;
}

@media screen and (max-width: 766px) {
  .mv {
      width: calc(750 / 750* 100vw);
      max-width: 750px;
      padding: calc(40/750 * 100vw) 0 calc(44/750 * 100vw) 0;
      background: url(images/mv_sp.png) top center / cover no-repeat;
  }
}

@media screen and (min-width: 767px) {
  .mv picture {
      display: block;
      max-width: 953px;
      padding: 40px 0 60px;
      margin: auto;
  }
}
@media screen and (max-width: 766px) {
  .mv picture {
    display: block;
   max-width: calc(729/750 * 100vw);
}
}