@charset "UTF-8";
/**
 * vw変換用のcalc()を生成
 * @param {Number} $px - 変換したいpx値
 * @param {Number} $base [null] - 計算の基準幅 (省略時はグローバル変数$breakpoint)
 */
/* --- Size Mixins --- 【ここから下を追加】 --- */
/* --- Padding Mixins --- */
/* --- Margin Mixins --- */
/* --- Gap Mixins --- */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #4d545a;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.7;
  }
}

html.body {
  margin: 0;
  padding: 0;
}

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

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

video {
  max-width: 100%;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #4d545a;
}
a:hover {
  cursor: pointer;
}
@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: initial;
  }
}
a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img:hover {
  opacity: 0.7;
}

main {
  margin-top: 64px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

body.is-open {
  overflow: hidden;
}
body.is-open::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 84, 90, 0.2);
}

.cmn-ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.cmn-en {
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.cmn-c-gray-dark {
  color: #4d545a;
}
.cmn-bg-gray-dark {
  background-color: #4d545a;
}
.cmn-c-pink {
  color: #ff6994;
}
.cmn-bg-pink {
  background-color: #ff6994;
}
.cmn-c-gray {
  color: #78828b;
}
.cmn-bg-gray {
  background-color: #78828b;
}
.cmn-c-blue-light {
  color: #f4f7fa;
}
.cmn-bg-blue-light {
  background-color: #f4f7fa;
}
.cmn-c-pink-light {
  color: #faf2f3;
}
.cmn-bg-pink-light {
  background-color: #faf2f3;
}
.cmn-c-gray-light {
  color: #bbc0c5;
}
.cmn-bg-gray-light {
  background-color: #bbc0c5;
}
.cmn-c-pink-soft {
  color: #f0c2c9;
}
.cmn-bg-pink-soft {
  background-color: #f0c2c9;
}
.cmn-c-green {
  color: #1dcd7c;
}
.cmn-bg-green {
  background-color: #1dcd7c;
}
.cmn-c-white {
  color: #ffffff;
}
.cmn-bg-white {
  background-color: #ffffff;
}
.cmn__xxl {
  font-size: calc(100vw * 80 / 750);
}
@media screen and (min-width: 768px) {
  .cmn__xxl {
    font-size: 56px;
  }
}
.cmn__xl {
  font-size: calc(100vw * 52 / 750);
}
@media screen and (min-width: 768px) {
  .cmn__xl {
    font-size: 32px;
  }
}
.cmn__lg {
  font-size: calc(100vw * 40 / 750);
}
@media screen and (min-width: 768px) {
  .cmn__lg {
    font-size: 24px;
  }
}
.cmn__md {
  font-size: calc(100vw * 32 / 750);
}
@media screen and (min-width: 768px) {
  .cmn__md {
    font-size: 20px;
  }
}
.cmn__sm {
  font-size: calc(100vw * 26 / 750);
}
@media screen and (min-width: 768px) {
  .cmn__sm {
    font-size: 18px;
  }
}
.cmn__base {
  font-size: calc(100vw * 24 / 750);
}
@media screen and (min-width: 768px) {
  .cmn__base {
    font-size: 16px;
  }
}
.cmn__xs {
  font-size: calc(100vw * 16 / 750);
}
@media screen and (min-width: 768px) {
  .cmn__xs {
    font-size: 12px;
  }
}
.cmn-lh20 {
  line-height: 2;
}
.cmn-lh17 {
  line-height: 1.7;
}
.cmn-lh15 {
  line-height: 1.5;
}
.cmn-inner {
  margin-inline: auto;
  max-width: 1240px;
  width: auto;
  padding-left: calc(100vw * 32 / 750);
  padding-right: calc(100vw * 32 / 750);
}
@media screen and (min-width: 768px) {
  .cmn-inner {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .cmn-inner {
    padding-right: 20px;
  }
}
.cmn-ma {
  margin-inline: auto;
}
.cmn-mw {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .cmn-mw_pc {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .cmn-mw_sp {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
.cmn-pr {
  position: relative;
}
.cmn-pa {
  position: absolute;
}
.cmn-pf {
  position: fixed;
}
.cmn-icon-blank::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.7em;
  aspect-ratio: 48/48;
  background-image: url(./../img/icon-blank.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cmn-icon-arr::before {
  content: "";
  display: inline-block;
  width: auto;
  height: 0.7em;
  margin-right: 0.1em;
  aspect-ratio: 20/36;
  background-image: url(./../img/icon-arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#header .header__inner {
  z-index: 60;
  position: fixed;
  top: 0;
  left: 0;
  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;
  width: 100%;
  height: 64px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #78828b;
  line-height: 1;
  padding-left: calc(100vw * 40 / 750);
  padding-right: calc(100vw * 40 / 750);
}
@media screen and (min-width: 768px) {
  #header .header__inner {
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  #header .header__inner {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  #header .header__inner {
    min-width: auto;
  }
}
#header .header__logo {
  width: 165px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  #header .header__logo {
    width: calc(100vw * 312 / 750);
  }
}
#header .header__logo a {
  display: inline-block;
}
#header .header__nav-pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(100vw * 24 / 750);
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #header .header__nav-pc ul {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #header .header__nav-pc ul {
    font-size: calc(100vw * 14 / 1200);
  }
}
#header .header__nav-sp {
  z-index: 59;
  position: fixed;
  width: 100%;
  max-height: calc(100% - 64px);
  background-color: rgba(250, 242, 243, 0.9);
  padding-top: calc(100vw * 20 / 750);
  padding-bottom: calc(100vw * 80 / 750);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow-y: auto;
}
.is-open #header .header__nav-sp {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-box-shadow: 0 1px calc(100vw * 30 / 750) 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px calc(100vw * 30 / 750) 0 rgba(0, 0, 0, 0.3);
}
#header .header__nav-sp-inner {
  overflow: auto;
}
#header .header__nav-sp-inner > ul {
  text-align: center;
  width: calc(100vw * 520 / 750);
  margin-inline: auto;
}
#header .header__nav-sp-inner > ul li a {
  display: block;
  padding-top: calc(100vw * 56 / 750);
  padding-bottom: calc(100vw * 56 / 750);
}
#header .header__nav-sp-inner > ul li:not(:last-child) a {
  border-bottom: 1px solid #bbc0c5;
}
#header .header__nav-sp-contact {
  padding-bottom: calc(100vw * 60 / 750);
}
#header .header__nav-sp-contact > ul {
  text-align: center;
  width: calc(100vw * 520 / 750);
  margin-inline: auto;
  background-color: #ffffff;
  padding-left: calc(100vw * 60 / 750);
  padding-right: calc(100vw * 60 / 750);
}
#header .header__nav-sp-contact > ul li:first-child {
  display: block;
  padding-top: calc(100vw * 40 / 750);
  padding-bottom: calc(100vw * 40 / 750);
}
#header .header__nav-sp-contact > ul li a {
  display: block;
  padding-top: calc(100vw * 40 / 750);
  padding-bottom: calc(100vw * 40 / 750);
  border-top: 1px solid #e0e0e0;
}
#header .header__nav-sp-bottom > ul {
  text-align: center;
  width: calc(100vw * 520 / 750);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(100vw * 64 / 750);
}
#header .header__nav-sp-bottom > ul li:nth-child(1) {
  width: calc(100vw * 243 / 750);
}
#header .header__nav-sp-bottom > ul li:nth-child(2) {
  width: calc(100vw * 143 / 750);
}
#header .header__nav-sp-bottom > ul li a {
  display: block;
}
#header .header__nav-sp-bottom > ul li a img {
  width: 100%;
}
#header .header__burger-btn {
  border: none;
  cursor: pointer;
  background-color: #ffffff;
}
#header .header__burger-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header__burger-btn-icon span {
  background-color: #4d545a;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.is-open #header .header__burger-btn-icon span {
  width: 80%;
}
.is-open #header .header__burger-btn-icon span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.is-open #header .header__burger-btn-icon span:nth-child(2) {
  opacity: 0;
}
.is-open #header .header__burger-btn-icon span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}
#header .header__burger-btn .cmn-en {
  color: #4d545a;
}

#footer .footer__inner {
  background-color: #f5f7fa;
  padding-top: calc(100vw * 80 / 750);
  padding-bottom: calc(100vw * 32 / 750);
}
@media screen and (min-width: 768px) {
  #footer .footer__inner {
    padding-top: 64px;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer__inner {
    padding-bottom: 32px;
  }
}
#footer .footer__inner .cmn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #footer .footer__inner .cmn-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .footer__logo {
  text-align: center;
  margin-bottom: calc(100vw * 80 / 750);
}
@media screen and (min-width: 768px) {
  #footer .footer__logo {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #footer .footer__logo {
    margin-bottom: calc(100vw * 80 / 1200);
  }
}
#footer .footer__logo-img {
  width: calc(100vw * 302 / 750);
  margin-bottom: calc(100vw * 48 / 750);
}
@media screen and (min-width: 768px) {
  #footer .footer__logo-img {
    width: 225px;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer__logo-img {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #footer .footer__logo-img {
    width: calc(100vw * 225 / 1200);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #footer .footer__logo-text {
    font-size: calc(100vw * 18 / 1200);
  }
}
#footer .footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#footer .footer__nav-top {
  margin-bottom: calc(100vw * 86 / 750);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: calc(100vw * 0 / 750);
}
@media screen and (min-width: 768px) {
  #footer .footer__nav-top {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer__nav-top {
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #footer .footer__nav-top {
    gap: calc(100vw * 40 / 1200);
  }
}
@media screen and (max-width: 767px) {
  #footer .footer__nav-top {
    padding-left: calc(100vw * 80 / 750);
    padding-right: calc(100vw * 80 / 750);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#footer .footer__nav-links {
  font-size: calc(100vw * 26 / 750);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(100vw * 0 / 750);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  #footer .footer__nav-links {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer__nav-links {
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #footer .footer__nav-links {
    gap: calc(100vw * 40 / 1200);
    font-size: calc(100vw * 14 / 1200);
  }
}
@media screen and (max-width: 767px) {
  #footer .footer__nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .footer__nav-links ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: ()[1 1fr];
  grid-template-columns: repeat(1 1fr);
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
#footer .footer__nav-links ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (max-width: 767px) {
  #footer .footer__nav-links ul {
    line-height: 2.6;
  }
}
#footer .footer__nav-contact {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}
#footer .footer__nav-contact ul {
  font-size: calc(100vw * 26 / 750);
}
@media screen and (min-width: 768px) {
  #footer .footer__nav-contact ul {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #footer .footer__nav-contact ul {
    font-size: calc(100vw * 14 / 1200);
  }
}
#footer .footer__nav-contact ul li {
  padding-top: calc(100vw * 22 / 750);
  padding-bottom: calc(100vw * 22 / 750);
}
@media screen and (min-width: 768px) {
  #footer .footer__nav-contact ul li {
    padding-top: 14px;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer__nav-contact ul li {
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #footer .footer__nav-contact ul li {
    padding-top: calc(100vw * 14 / 1200);
    padding-bottom: calc(100vw * 14 / 1200);
  }
}
#footer .footer__nav-contact ul li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
#footer .footer__nav-contact ul li:first-child {
  padding-left: calc(100vw * 16 / 750);
  padding-right: calc(100vw * 16 / 750);
}
@media screen and (min-width: 768px) {
  #footer .footer__nav-contact ul li:first-child {
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer__nav-contact ul li:first-child {
    padding-right: 16px;
  }
}
#footer .footer__nav-contact ul li:not(:first-child) {
  margin-left: calc(100vw * 16 / 750);
  margin-right: calc(100vw * 16 / 750);
}
@media screen and (min-width: 768px) {
  #footer .footer__nav-contact ul li:not(:first-child) {
    margin-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer__nav-contact ul li:not(:first-child) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer__nav-contact .cmn-icon-blank {
    position: relative;
  }
  #footer .footer__nav-contact .cmn-icon-blank::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 2em;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer__nav-copy {
    border-top: 1px solid #e0e0e0;
    padding-top: calc(100vw * 20 / 750);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
#footer .footer__nav-copy ul {
  font-size: calc(100vw * 26 / 750);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  #footer .footer__nav-copy ul {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer__nav-copy ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(100vw * 10 / 750) calc(100vw * 48 / 750);
  }
}
#footer .footer__nav-copy .copy {
  font-size: calc(100vw * 20 / 750);
}
@media screen and (min-width: 768px) {
  #footer .footer__nav-copy .copy {
    font-size: 10px;
  }
}
#footer .footer__nav-bottom ul {
  text-align: center;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(100vw * 40 / 750);
}
@media screen and (min-width: 768px) {
  #footer .footer__nav-bottom ul {
    gap: 40px;
  }
}
#footer .footer__nav-bottom ul li:nth-child(1) {
  width: calc(100vw * 243 / 750);
}
@media screen and (min-width: 768px) {
  #footer .footer__nav-bottom ul li:nth-child(1) {
    width: 148px;
  }
}
#footer .footer__nav-bottom ul li:nth-child(2) {
  width: calc(100vw * 143 / 750);
}
@media screen and (min-width: 768px) {
  #footer .footer__nav-bottom ul li:nth-child(2) {
    width: 85px;
  }
}
#footer .footer__nav-bottom ul li a {
  display: block;
  font-size: 0;
  padding-top: calc(100vw * 40 / 750);
  padding-bottom: calc(100vw * 40 / 750);
}
@media screen and (min-width: 768px) {
  #footer .footer__nav-bottom ul li a {
    padding-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer__nav-bottom ul li a {
    padding-bottom: 32px;
  }
}
#footer .footer__nav-bottom ul li a img {
  width: 100%;
}

[aria-label=breadcrumb] {
  font-size: calc(100vw * 22 / 750);
  padding-top: calc(100vw * 32 / 750);
  margin-bottom: calc(100vw * 32 / 750);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  [aria-label=breadcrumb] {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  [aria-label=breadcrumb] {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  [aria-label=breadcrumb] {
    margin-bottom: 80px;
  }
}
[aria-label=breadcrumb] ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[aria-label=breadcrumb] ol li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
}

#terms {
  font-size: calc(100vw * 28 / 750);
  line-height: 2;
  padding-bottom: calc(100vw * 100 / 750);
}
@media screen and (min-width: 768px) {
  #terms {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #terms {
    padding-bottom: 120px;
  }
}
#terms a {
  color: #ff6994;
  text-decoration: underline;
  word-break: break-all;
}
#terms h1 {
  font-size: calc(100vw * 44 / 750);
  line-height: 1;
  font-weight: normal;
  color: #ff6994;
  margin-top: calc(100vw * 80 / 750);
  margin-bottom: calc(100vw * 120 / 750);
}
@media screen and (min-width: 768px) {
  #terms h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  #terms h1 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  #terms h1 {
    margin-bottom: 80px;
  }
}
#terms section {
  margin-top: calc(100vw * 80 / 750);
  margin-bottom: calc(100vw * 80 / 750);
}
@media screen and (min-width: 768px) {
  #terms section {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  #terms section {
    margin-bottom: 80px;
  }
}
#terms h2 {
  font-size: calc(100vw * 32 / 750);
  line-height: 1;
  padding-bottom: calc(100vw * 38 / 750);
  margin-bottom: calc(100vw * 32 / 750);
  border-bottom: 1px solid #bbc0c5;
}
@media screen and (min-width: 768px) {
  #terms h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  #terms h2 {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  #terms h2 {
    margin-bottom: 32px;
  }
}
#terms ul.list-bracketed {
  list-style: none;
  counter-reset: bracketed-counter;
  padding-left: 0;
}
#terms ul.list-bracketed > li {
  counter-increment: bracketed-counter;
  position: relative;
  padding-left: 2em;
  margin-bottom: calc(100vw * 40 / 750);
}
@media screen and (min-width: 768px) {
  #terms ul.list-bracketed > li {
    margin-bottom: 20px;
  }
}
#terms ul.list-bracketed > li::before {
  content: "(" counter(bracketed-counter) ")"; /* 表示内容を指定 */
  position: absolute;
  left: 0;
}
#terms ul.list-circled {
  list-style: none;
  counter-reset: circled-counter;
  padding-left: 0;
}
#terms ul.list-circled > li {
  counter-increment: circled-counter; /* カウンターを1増やす */
  position: relative;
  padding-left: 2em;
  margin-bottom: calc(100vw * 40 / 750);
}
@media screen and (min-width: 768px) {
  #terms ul.list-circled > li {
    margin-bottom: 20px;
  }
}
#terms ul.list-circled > li::before {
  position: absolute;
  left: 0;
}
#terms ul.list-circled > li:nth-of-type(1)::before {
  content: "①";
}
#terms ul.list-circled > li:nth-of-type(2)::before {
  content: "②";
}
#terms ul.list-circled > li:nth-of-type(3)::before {
  content: "③";
}
#terms ul.list-circled > li:nth-of-type(4)::before {
  content: "④";
}
#terms ul.list-circled > li:nth-of-type(5)::before {
  content: "⑤";
}
#terms ul.list-circled > li:nth-of-type(6)::before {
  content: "⑥";
}
#terms ul.list-circled > li:nth-of-type(7)::before {
  content: "⑦";
}
#terms ul.list-circled > li:nth-of-type(8)::before {
  content: "⑧";
}
#terms ul.list-circled > li:nth-of-type(9)::before {
  content: "⑨";
}
#terms p {
  margin-bottom: calc(100vw * 64 / 750);
}
@media screen and (min-width: 768px) {
  #terms p {
    margin-bottom: 32px;
  }
}
#terms .policy-dates p {
  margin-bottom: 1em;
  line-height: 1;
}

[aria-label=breadcrumb] {
  font-size: calc(100vw * 22 / 750);
  padding-top: calc(100vw * 32 / 750);
  margin-bottom: calc(100vw * 32 / 750);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  [aria-label=breadcrumb] {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  [aria-label=breadcrumb] {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  [aria-label=breadcrumb] {
    margin-bottom: 80px;
  }
}
[aria-label=breadcrumb] ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[aria-label=breadcrumb] ol li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
}

#privacy {
  font-size: calc(100vw * 28 / 750);
  line-height: 2;
  padding-bottom: calc(100vw * 100 / 750);
}
@media screen and (min-width: 768px) {
  #privacy {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #privacy {
    padding-bottom: 120px;
  }
}
#privacy a {
  color: #ff6994;
  text-decoration: underline;
  word-break: break-all;
}
#privacy h1 {
  font-size: calc(100vw * 44 / 750);
  line-height: 1;
  font-weight: normal;
  color: #ff6994;
  margin-top: calc(100vw * 80 / 750);
  margin-bottom: calc(100vw * 120 / 750);
}
@media screen and (min-width: 768px) {
  #privacy h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  #privacy h1 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  #privacy h1 {
    margin-bottom: 80px;
  }
}
#privacy section {
  margin-top: calc(100vw * 80 / 750);
  margin-bottom: calc(100vw * 80 / 750);
}
@media screen and (min-width: 768px) {
  #privacy section {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  #privacy section {
    margin-bottom: 80px;
  }
}
#privacy h2 {
  font-size: calc(100vw * 32 / 750);
  line-height: 1;
  padding-bottom: calc(100vw * 38 / 750);
  margin-bottom: calc(100vw * 32 / 750);
  border-bottom: 1px solid #bbc0c5;
}
@media screen and (min-width: 768px) {
  #privacy h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  #privacy h2 {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  #privacy h2 {
    margin-bottom: 32px;
  }
}
#privacy ul.decimal {
  padding-left: 1em;
}
#privacy ul.decimal > li {
  list-style: decimal !important;
  padding-left: 0.5em;
  margin-bottom: calc(100vw * 40 / 750);
}
@media screen and (min-width: 768px) {
  #privacy ul.decimal > li {
    margin-bottom: 20px;
  }
}
#privacy ul.default > li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
#privacy ul.list-bracketed {
  list-style: none;
  counter-reset: bracketed-counter;
  padding-left: 0;
}
#privacy ul.list-bracketed > li {
  counter-increment: bracketed-counter;
  position: relative;
  padding-left: 2em;
}
#privacy ul.list-bracketed > li::before {
  content: "(" counter(bracketed-counter) ")"; /* 表示内容を指定 */
  position: absolute;
  left: 0;
}
#privacy p {
  margin-bottom: calc(100vw * 64 / 750);
}
@media screen and (min-width: 768px) {
  #privacy p {
    margin-bottom: 32px;
  }
}
#privacy .policy-dates p {
  margin-bottom: 1em;
  line-height: 1;
}