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

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a, button {
  cursor: revert;
}

ol, ul, menu, summary {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

/* --------------------------------------------------
-------------------------------------------------- 関数 */
/* --------------------------------------------------
-------------------------------------------------- base */
body {
  position: relative;
  font-family: "Noto Sans JP", "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 900;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-feature-settings: "palt";
  color: #212121;
  -webkit-font-smoothing: antialiased;
}
body.eng {
  font-family: "Noto Sans", sans-serif;
}
body::before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #212121;
  z-index: 999;
}
body::after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #212121;
  z-index: 999;
}

a {
  color: #212121;
  text-decoration: none;
  transition: all 0.2s ease;
}
a[href^="tel:"] {
  pointer-events: none;
}

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

main {
  overflow-x: hidden;
}

.for-sp {
  display: none !important;
}

/* --------------------------------------------------
-------------------------------------------------- スマホ */
@media screen and (max-width: 640px) {
  body::before, body::after {
    border-width: 1.5625vw;
  }
  img {
    width: 100%;
  }
  .for-pc {
    display: none !important;
  }
  .for-sp {
    display: block !important;
  }
}
/* --------------------------------------------------
-------------------------------------------------- ナビゲーション */
header {
  position: relative;
  z-index: 100;
}
header #nav-pc {
  display: flex;
  justify-content: center;
  position: fixed;
  height: 56px;
  background: #ffeb00;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding-bottom: 10px;
}
header #nav-pc .logo {
  padding: 5px 0 0 10px;
  opacity: 0;
  transition: all 0.2s ease;
}
header #nav-pc .nav-list {
  background: #fff;
  margin: 0 30px;
  padding: 10px 90px 0;
  border-top: solid #212121 6px;
  border-radius: 0 0 20px 20px;
}
header #nav-pc ul {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  text-align: center;
}
header #nav-pc ul li {
  line-height: 1;
}
header #nav-pc ul li a:hover {
  color: #ff3c3c;
}
header #nav-pc ul li.active {
  pointer-events: none;
}
header #nav-pc.eng .logo {
  padding: 8px 0 0 10px;
}
header #nav-pc.eng .nav-list {
  padding: 5px 70px 0;
}
header #nav-pc.eng ul {
  max-width: 880px;
  font-size: 0.9375rem;
}
header .nav-change {
  width: 100px;
  height: 24px;
  margin: 14px 10px 0 0;
  border: solid 2px #212121;
  border-radius: 12px;
  background-color: #fff;
}
header .nav-change ul {
  width: auto;
}
header .nav-change li {
  vertical-align: top;
  display: inline-block;
  width: 49%;
  text-align: center;
  line-height: 1;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  background: #fff;
  padding: 2px 12px 3px 10px;
  border-radius: 12px 0 0 12px;
}
header .nav-change li.active {
  background: #212121;
}
header .nav-change li.active a {
  color: #ffeb00;
}
header .nav-change li:nth-child(2) {
  border-radius: 0 12px 12px 0;
}

@media screen and (max-width: 1200px) and (min-width: 641px) {
  header #nav-pc .nav-list {
    padding: 10px 20px 0;
    width: 70%;
    margin: 0 2.5vw;
  }
  header #nav-pc .nav-list li a {
    font-size: 1.5vw;
  }
  header #nav-pc.eng .nav-list {
    padding: 0.4166666667vw 3.3333333333vw 0;
  }
}
@media screen and (max-width: 640px) {
  /* --------------------------------------------------
  -------------------------------------------------- ナビゲーション */
  header #nav-sp {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffeb00;
    height: 12.5vw;
    padding: 1.5625vw 1.5625vw 1.5625vw 3.125vw;
  }
  header #nav-sp .logo {
    width: 7.8125vw;
    position: relative;
    z-index: 100;
  }
  header #nav-sp .nav-change {
    position: absolute;
    top: 3.125vw;
    right: 17.03125vw;
    width: 21.875vw;
    height: 5.625vw;
    margin: 0 4.0625vw 0 0;
    border-radius: 7.8125vw;
    z-index: 100;
  }
  header #nav-sp .nav-change ul {
    width: 100%;
  }
  header #nav-sp .nav-change li {
    width: 48.4%;
    font-size: 3.4375vw;
    padding: 0.78125vw 3.125vw;
    border-radius: 7.8125vw 0 0 7.8125vw;
  }
  header #nav-sp .nav-change li:nth-child(2) {
    border-radius: 0 7.8125vw 7.8125vw 0;
  }
  header #nav-sp .openbtn {
    position: absolute;
    cursor: pointer;
    width: 10.15625vw;
    height: 10.15625vw;
    top: 1.09375vw;
    right: 3.125vw;
    text-align: center;
    background: #212121;
    border-radius: 0.9375vw;
    z-index: 100;
  }
  header #nav-sp .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 7.03125vw;
    height: 0.46875vw;
    background: #fff;
  }
  header #nav-sp .openbtn span:nth-of-type(1) {
    top: 2.8125vw;
  }
  header #nav-sp .openbtn span:nth-of-type(2) {
    top: 4.84375vw;
  }
  header #nav-sp .openbtn span:nth-of-type(3) {
    top: 6.875vw;
  }
  header #nav-sp .openbtn.active span:nth-of-type(1) {
    top: 4vw;
    left: 1.6vw;
    transform: translateY(6px) rotate(-45deg);
    width: 7.03125vw;
  }
  header #nav-sp .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  header #nav-sp .openbtn.active span:nth-of-type(3) {
    top: 6vw;
    left: 1.6vw;
    transform: translateY(-6px) rotate(45deg);
    width: 7.03125vw;
  }
  header #nav-sp #g-nav {
    position: fixed;
    z-index: 99;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("../img/menu-bg.png") no-repeat center 17.8125vw/contain;
    background-color: #ffeb00;
    transition: all 0.6s;
  }
  header #nav-sp #g-nav.panelactive {
    top: 0;
  }
  header #nav-sp #g-nav ul {
    position: absolute;
    z-index: 999;
    top: 70.625vw;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header #nav-sp #g-nav li {
    text-align: center;
    background: #fff;
    margin-bottom: 4.0625vw;
    border: solid 4px #212121;
    box-shadow: 0.625vw 0.625vw 0px 0px rgb(33, 33, 33);
  }
  header #nav-sp #g-nav li a {
    display: block;
    width: 56.25vw;
    font-size: 4.6875vw;
    padding: 1.5625vw 0;
  }
  header #nav-sp.eng {
    padding: 2.8125vw 3.125vw;
  }
  header #nav-sp.eng .logo {
    width: 9.53125vw;
    top: -1.25vw;
  }
}
/* --------------------------------------------------
-------------------------------------------------- コピーライト */
#copy {
  position: relative;
}
#copy .copy-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffeb00;
  mix-blend-mode: multiply;
  z-index: -1;
}
#copy .inner {
  padding: 50px 0 60px;
}
#copy .copy-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
}

/* --------------------------------------------------
-------------------------------------------------- フッター */
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 340px;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s;
}

footer {
  text-align: center;
  background: #212121;
  padding: 60px 0 58px;
}
footer .share {
  position: relative;
  width: 100px;
  font-size: 1.125rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  background: #fff;
  margin: 0 auto 18px;
  border-radius: 13px;
}
footer .share span {
  position: relative;
  z-index: 2;
}
footer .share::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -8px;
  left: calc(50% - 10px);
  width: 20px;
  height: 13.8564064606px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
}
footer .sns {
  display: flex;
  width: 179px;
  align-items: center;
  margin: 0 auto 40px;
}
footer .sns li:not(:last-child) {
  margin: 0 22px 0 0;
}
footer .cookie {
  margin-bottom: 40px;
}
footer .cookie a {
  color: #fff;
}
footer .logo {
  margin-bottom: 30px;
}
footer small {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
}

/* --------------------------------------------------
-------------------------------------------------- タブレット */
@media screen and (max-width: 1200px) and (min-width: 641px) {
  header #nav-pc .nav-list {
    padding: 10px 20px 0;
  }
}
@media screen and (max-width: 640px) {
  /* --------------------------------------------------
  -------------------------------------------------- コピーライト */
  #copy .inner {
    padding: 7.8125vw 0 7.8125vw;
  }
  #copy .copy-list {
    margin-bottom: 0;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5625vw;
  }
  /* --------------------------------------------------
  -------------------------------------------------- フッター */
  .pagetop {
    right: 1.5625vw;
    bottom: 67.1875vw;
  }
  footer {
    padding: 10.3125vw 0 10.625vw;
  }
  footer .share {
    width: 20.625vw;
    font-size: 3.75vw;
    margin: 0 auto 3.75vw;
    border-radius: 2.03125vw;
  }
  footer .share::after {
    bottom: -1.5625vw;
    left: 8.28125vw;
    width: 4.0625vw;
    height: 2.1650635095vw;
  }
  footer .sns {
    width: 37.5vw;
    margin: 0 auto 8.75vw;
  }
  footer .sns li {
    width: 9.375vw;
  }
  footer .sns li:not(:last-child) {
    margin: 0 4.6875vw 0 0;
  }
  footer .cookie {
    font-size: 2.8125vw;
    margin-bottom: 8.125vw;
  }
  footer .logo {
    width: 49.53125vw;
    margin: 0 auto 6.25vw;
  }
  footer small {
    font-size: 2.5vw;
  }
}
.text-ll {
  font-size: 1.5rem;
}

.text-l {
  font-size: 1.25rem;
}

.text-m {
  font-size: 1rem;
}

.text-s {
  font-size: 0.875rem;
}

.text-ss {
  font-size: 0.75rem;
}

.text-bold {
  font-weight: 900;
}

.text-thin {
  font-weight: 400;
}

.text-red {
  color: #ff3c3c;
}

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

.text-bg-w {
  display: inline-block;
  line-height: 1;
  background: #fff;
  padding: 2px 8px 3px;
}

.text-bg-y {
  display: inline-block;
  line-height: 1;
  background: #ffeb00;
  padding: 2px 8px 3px;
}

.text-bg-b {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background: #000;
  padding: 2px 8px 3px;
}

.btn {
  position: relative;
  max-width: 740px;
  width: 90%;
  text-align: center;
  line-height: 1;
  font-size: 2.25rem;
  background: #ff3c3c;
  margin: 0 auto;
  padding: 19px 0 20px;
  border: solid 3px #212121;
  border-radius: 40px;
}
.btn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 35px;
  background-color: #212121;
  transition: all 0.3s ease;
}
.btn a {
  position: relative;
  color: #fff;
  display: block;
  font-weight: bold;
}
.btn::before {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 28px);
  right: 18px;
  color: #fff;
  line-height: 1;
  width: 50px;
  height: 50px;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}
.btn::after {
  position: absolute;
  display: block;
  content: "";
  color: #212121;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.36em 0.5em;
  border-left-color: #212121;
  border-right: 0;
  top: calc(50% - 14px);
  right: 32px;
  transition: all 0.3s ease;
}
.btn:hover::after {
  border-left-color: #fff;
}
.btn:hover span {
  width: 100%;
}

.btn-black {
  position: relative;
  max-width: 480px;
  width: 90%;
  text-align: center;
  line-height: 1;
  font-size: 1.2rem;
  background: #212121;
  margin: 0 auto;
  padding: 16px 0 16px;
  border: solid 3px #212121;
  border-radius: 40px;
}
.btn-black span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 35px;
  background-color: #212121;
  transition: all 0.3s ease;
}
.btn-black a {
  position: relative;
  color: #fff;
  display: block;
  font-weight: bold;
}
.btn-black::before {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 16px);
  right: 18px;
  color: #fff;
  line-height: 1;
  width: 30px;
  height: 30px;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  transition: all 0.3s ease;
}
.btn-black::after {
  position: absolute;
  display: block;
  content: "";
  color: #212121;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.36em 0.5em;
  border-left-color: #212121;
  border-right: 0;
  top: calc(50% - 6px);
  right: 28px;
  transition: all 0.3s ease;
}
.btn-black:hover::before {
  background-color: #212121;
}
.btn-black:hover::after {
  border-left-color: #fff;
}
.btn-black:hover span {
  width: 100%;
}

@media screen and (max-width: 640px) {
  /* --------------------------------------------------
  -------------------------------------------------- 共通クラス */
  .text-ll {
    font-size: 4.6875vw;
  }
  .text-l {
    font-size: 4.0625vw;
  }
  .text-m {
    font-size: 3.75vw;
  }
  .text-s {
    font-size: 3.4375vw;
  }
  .text-bg-w {
    display: inline;
    line-height: 1.8;
    padding: 0 1.25vw;
  }
  .text-bg-y {
    padding: 0.46875vw 1.5625vw;
  }
  .text-bg-b {
    padding: 0.46875vw 1.5625vw;
  }
  .btn {
    width: 100%;
    font-size: 5.625vw;
    padding: 4.375vw 0 4.375vw;
    border: solid 0.625vw #212121;
    border-radius: 7.5vw;
  }
  .btn span {
    border-radius: 6.5625vw;
  }
  .btn::before {
    top: calc(50% - 5vw);
    right: 3.4375vw;
    width: 9.375vw;
    height: 9.375vw;
  }
  .btn::after {
    top: calc(50% - 2vw);
    right: 6.5625vw;
  }
  .btn-black {
    width: 100%;
    font-size: 3.4375vw;
    padding: 2.5vw 0 2.5vw;
    border: solid 0.625vw #212121;
    border-radius: 7.5vw;
  }
  .btn-black span {
    border-radius: 6.5625vw;
  }
  .btn-black::before {
    top: calc(50% - 3.2vw);
    right: 1.25vw;
    width: 5.78125vw;
    height: 5.78125vw;
  }
  .btn-black::after {
    top: calc(50% - 1.2vw);
    right: 3.28125vw;
  }
}/*# sourceMappingURL=style.css.map */