@charset "UTF-8";
/*-----------------------

         変数

-----------------------*/ :root {
  --baseColor: #4B4B4B;
  --mainColor: #338dc9;
  --subColor: linear-gradient(to bottom, #fac000, #ffe100, #fcc800);
  --accentColor: #D9B02C;
  --colorLB: #ebf4fa;
  --colorW: #fff;
  --bgWhite: #******;
  --bgRed: #******;
  --bgYellow: linear-gradient(to bottom, rgba(250, 192, 0, 0.15), rgba(255, 255, 0, 0.15), rgba(252, 200, 0, 0.15));
  --base50Color: #******;
  --main50Color: #******;
  --sub50Color: #******;
  --accent50Color: #******;
  --accentColor02: #******;
}
/*-----------------------

         COMMON

-----------------------*/
@media screen and (min-width: 1921px) {
  .mv img {
    width: 100%;
  }
}
/* リセット */
html {
  font-size: 62.5%;
  /*scroll-behavior: smooth;*/
  overflow-x: hidden;
  overflow-y: scroll;
}
html, body {
  height: 100%;
  font-family: "Noto Sans JP", serif;
}
body {
  position: relative;
}
p {
  margin: 0;
  text-align: justify;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover, a:focus {
  opacity: 0.8;
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
input, textarea, select, button {
  font-family: inherit;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.text-j {
  text-align: justify;
}
/* iOSでのデフォルトスタイルをリセット */
input[type=submit], input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
input, button, textarea, select, .entry input[type=url], input[type=email], .entry input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
@media only screen and (max-width: 559px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.box {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.wide {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.table-bordered span.required {
  background: var(--mainColor);
  color: var(--colorW) !important;
}
footer.main-footer {
  border-top: none;
}
.modal-open {
  overflow: visible;
}
.page-detail-top .content-header {
  display: none;
}
/*under-header*/
.content-header {
  margin-bottom: 0;
  border-bottom: none;
}
select::-moz-placeholder {
  color: #b6b7b7;
}
select::placeholder {
  color: #b6b7b7;
}
body {
  width: 100%;
  color: var(--baseColor);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.container, .wrapper {
  max-width: 1366px;
  width: 1366px;
  padding: 0 2rem;
  min-height: auto;
}
@media screen and (max-width: 1366px) {
  .container {
    width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    width: 1170px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 80%;
  }
}
@media screen and (max-width: 559px) {
  .container {
    padding: 0 6%;
    width: 100%;
  }
}
.container_1055 {
  width: 1055px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 559px) {
  .container_1055 {
    width: 100%;
    padding: 0 6%;
  }
}
.container_1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 559px) {
  .container_1000 {
    width: 100%;
    padding: 0 6%;
  }
}
.container_740 {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 559px) {
  .container_740 {
    width: 100%;
    padding: 0 6%;
  }
}
.f-site_sec {
  padding-top: clamp(6rem, 3.572815534rem + 6.4724919094vw, 16rem);
}
.o-flex {
  display: flex;
  gap: 6rem;
}
.o-flex--c {
  justify-content: center;
}
.o-flex--b {
  justify-content: space-between;
}
.o-flex--e {
  justify-content: flex-end;
}
.o-flex__item {
  width: calc((100% - 6rem) / 2);
}
.o-flex__item--1 {
  width: calc((100% - 6rem) / 3);
}
.o-flex__item--2 {
  width: calc((100% - 6rem) / 3 * 2);
}
.o-hamburger {
  width: 50%;
  height: 100%;
  position: fixed;
  overflow: auto;
  top: 0;
  right: -50%;
  background: #f36;
  z-index: 9000;
  transition: 0.5s;
}
.o-hamburger__btn {
  cursor: pointer;
  position: fixed;
  right: 2rem;
  z-index: 9999;
  top: 3rem;
}
.o-hamburger__flex {
  height: 3000px;
}
html.is-open .o-hamburger {
  right: 0;
}
.is-open .overlay {
  opacity: 0.8;
  visibility: visible;
}
html.is-open {
  overflow: hidden;
  height: 100%;
}
html.is-open::-webkit-scrollbar {
  display: none;
}
.o-hamburger-page #test {
  height: 2000px;
}
/*------------------------------------
  メニュークリック後メニュー外の背景 ↓
  ------------------------------------*/
.overlay {
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
}
.o-mv_wrap {
  position: relative;
}
.o-mv_box {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 559px) {
  .o-mv_box {
    top: 27%;
  }
}
.o-mv_logo {
  width: 109px;
  margin: 0 auto;
}
.o-mv_text {
  color: var(--baseColor);
  font-size: clamp(1.2rem, 0.9572815534rem + 0.6472491909vw, 2.2rem);
  line-height: 1.7272727273;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: clamp(1rem, 0.2718446602rem + 1.9417475728vw, 4rem);
}
.o-mv_text::before, .o-mv_text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.o-mv_text::before {
  margin-top: calc((1 - 1.7272727273) * 0.5em);
}
.o-mv_text::after {
  margin-bottom: calc((1 - 1.7272727273) * 0.5em);
}
@media only screen and (max-width: 559px) {
  .o-mv_text {
    line-height: 1.3;
  }
}
.o-mv_copy_sub {
  font-size: clamp(1.6rem, 1.0660194175rem + 1.4239482201vw, 3.8rem);
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1;
}
.o-mv_copy {
  font-size: clamp(3rem, 1.4466019417rem + 4.142394822vw, 9.4rem);
  font-weight: 600;
  margin-top: clamp(2rem, 1.6359223301rem + 0.9708737864vw, 3.5rem);
  text-align: center;
  line-height: 1;
}
.remodal {
  height: 76vh;
  ;
}
.remodal-cancel {
  background: transparent;
  min-width: 34px;
}
.remodal-cancel:hover {
  background-color: transparent;
}
.o-modal_inner {
  background-color: #fff;
  width: 50vw;
  max-width: 74rem;
  margin: auto;
  border-radius: 15px;
  position: relative;
  padding-top: clamp(6rem, 5.272rem + 1.942vw, 9rem);
  padding-bottom: clamp(2rem, 1.757rem + 0.647vw, 3rem);
  padding-left: clamp(2rem, 1.2718446602rem + 1.9417475728vw, 5rem);
  padding-right: clamp(2rem, 1.2718446602rem + 1.9417475728vw, 5rem);
}
.o-modal_inner .o-modal_close_top {
  position: absolute;
  top: clamp(0.5rem, 0.257rem + 0.647vw, 1.5rem);
  right: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  width: clamp(3.5rem, 3.2572815534rem + 0.6472491909vw, 4.5rem);
}
.o-modal_inner .o-modal_close_bottom {
  /*  position: absolute;*/
  bottom: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  left: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  width: clamp(3.5rem, 3.2572815534rem + 0.6472491909vw, 4.5rem);
}
.modal-op {
  overflow: hidden;
  height: 100%;
}
.modal-op::-webkit-scrollbar {
  display: none;
}
.o-modal_link {
  cursor: pointer;
}
.o-modal_close {
  cursor: pointer;
}
.o-modal_img img {
  width: 100%;
  border-radius: 20px;
}
.o-modal_title {
  color: var(--mainColor);
  font-size: clamp(1.8rem, 1.509rem + 0.777vw, 3rem);
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid var(--mainColor);
  padding-bottom: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
  margin-top: clamp(3rem, 2.7572815534rem + 0.6472491909vw, 4rem);
  padding-left: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  padding-right: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}
.o-modal_name {
  color: var(--mainColor);
  font-size: clamp(1.2rem, 1.054rem + 0.388vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  matgin-bottom: clamp(2rem, 1.515rem + 1.294vw, 4rem);
  text-align: right;
  padding-left: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  padding-right: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}
.o-modal_name span {
  font-size: clamp(1.6rem, 1.406rem + 0.518vw, 2.4rem);
  margin: 0 10px;
}
.o-modal_area {
  padding-left: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  padding-right: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}
.o-modal_area:not(:first-of-type) {
  margin-top: clamp(2.5rem, 2.1359223301rem + 0.9708737864vw, 4rem);
}
.o-modal_num_box {
  text-align: left;
}
.o-modal_num {
  font-family: "Jost", serif;
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  font-weight: 500;
  background: var(--subColor);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 2.2;
}
.o-modal_q {
  color: var(--mainColor);
  font-weight: 700;
  font-size: clamp(1.6rem, 1.406rem + 0.518vw, 2.4rem);
  line-height: 1.4;
  margin-top: 5px;
}
.o-modal_q::before, .o-modal_q::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.o-modal_q::before {
  margin-top: calc((1 - 1.875) * 0.5em);
}
.o-modal_q::after {
  margin-bottom: calc((1 - 1.875) * 0.5em);
}
.o-modal_a {
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
}
.o-modal_note {
  text-align: right;
  margin-top: clamp(3rem, 2.5145631068rem + 1.2944983819vw, 5rem);
  margin-bottom: 2rem;
}
.o-modal_logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: clamp(15rem, 13.1067961165rem + 5.0485436893vw, 22.8rem);
}
.o-intro_obi {
  background-color: var(--mainColor);
  color: var(--colorW);
  text-align: center;
  font-size: clamp(1.4rem, 1.2300970874rem + 0.4530744337vw, 2.1rem);
  font-weight: 500;
  padding-top: clamp(0.7rem, 0.627184466rem + 0.1941747573vw, 1rem);
  padding-bottom: clamp(0.7rem, 0.627184466rem + 0.1941747573vw, 1rem);
}
.o-intro_content {
  padding-bottom: 3rem;
  background-image: url("../img/intro_bg.webp"), var(--subColor);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
.o-intro_container {
  position: relative;
}
.o-intro_copy_sub {
  text-align: center;
  color: var(--colorW);
  font-size: clamp(1.4rem, 1.2300970874rem + 0.4530744337vw, 2.1rem);
  font-weight: 700;
  line-height: 1;
  margin-top: 2.5rem;
}
.o-intro_copy {
  color: var(--colorW);
  font-size: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 1.5rem;
}
.o-intro_img {
  margin-top: 20px;
}
.o-intro_img02 {
  position: absolute;
  bottom: -55px;
  left: -20px;
  width: clamp(14.2rem, 9.6368932039rem + 12.1682847896vw, 33rem);
}
@media only screen and (max-width: 559px) {
  .o-intro_img02 {
    bottom: 100px;
    left: auto;
    right: 0;
  }
}
.o-become {
  padding-top: clamp(6rem, 2.359223301rem + 9.7087378641vw, 21rem);
  padding-bottom: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
  background-image: url("../img/become_bg.webp");
  background-size: contain;
  background-position: right;
  background-repeat: repeat-y;
}
.o-become_flex {
  display: flex;
  justify-content: center;
  padding-top: 30rem;
  gap: 5.5rem;
}
@media only screen and (max-width: 559px) {
  .o-become_flex {
    flex-direction: column;
    padding-top: 12.6rem;
    gap: 12.5rem;
  }
}
.o-become_item {
  position: relative;
  width: calc((100% - 110px) / 3);
}
@media only screen and (max-width: 559px) {
  .o-become_item {
    width: 100%;
  }
}
.o-become_logo {
  width: 253px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.o-become_nara {
  font-size: 28px;
  text-align: center;
  margin-top: 3px;
}
.o-become_arrow {
  width: 46px;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
}
.o-become_text {
  color: var(--mainColor);
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}
.o-become_face {
  margin-left: auto;
  margin-right: auto;
  width: 83px;
  margin-top: 3px;
}
.o-become_fukidashi01 {
  position: absolute;
  bottom: 90%;
  left: -33%;
  z-index: 2;
  width: 393px;
}
@media only screen and (max-width: 559px) {
  .o-become_fukidashi01 {
    width: 57%;
    left: 0;
  }
}
.o-become_fukidashi02 {
  position: absolute;
  bottom: 90%;
  left: -17%;
  z-index: 2;
  width: 443px;
}
@media only screen and (max-width: 559px) {
  .o-become_fukidashi02 {
    width: 57%;
    left: auto;
    right: 0;
  }
}
.o-become_fukidashi03 {
  position: absolute;
  bottom: 90%;
  left: 10%;
  z-index: 2;
  width: 421px;
}
@media only screen and (max-width: 559px) {
  .o-become_fukidashi03 {
    width: 57%;
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 559px) {
  .o-become_img {
    width: 70%;
    margin: 0 auto;
  }
}
.o-fb {
  padding-top: clamp(4rem, 2.786407767rem + 3.2362459547vw, 9rem);
  padding-bottom: clamp(4rem, 3.5145631068rem + 1.2944983819vw, 6rem);
  background-image: var(--bgYellow);
}
.o-fb_list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2.5rem, 1.8932038835rem + 1.6181229773vw, 5rem);
  margin-top: clamp(4rem, 3.5145631068rem + 1.2944983819vw, 6rem);
}
@media only screen and (max-width: 559px) {
  .o-fb_list {
    flex-direction: column;
  }
}
.o-fb_item {
  width: calc((100% - clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem)) / 3);
}
@media only screen and (max-width: 559px) {
  .o-fb_item {
    width: 100%;
  }
}
.o-fb_img_area {
  position: relative;
}
.o-fb_img img {
  border-radius: 12px;
}
.o-fb_tag {
  position: absolute;
  bottom: -15px;
  left: 0;
  background-color: #70afd9;
  border-radius: 999px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  padding-right: 20px;
  color: var(--colorW);
  font-family: "Jost", serif;
  font-weight: 200;
  font-size: 16px;
}
.o-fb_tag span {
  font-weight: 700;
}
.o-fb_btn {
  position: absolute;
  bottom: -10px;
  right: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--mainColor);
  border-radius: 50%;
  width: 72px;
  height: 72px;
  color: var(--colorW);
}
.o-fb_btn a {
  font-size: 22px;
  font-family: "Jost", serif;
}
.o-fb_text {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-weight: 500;
  margin-top: 2rem;
}
.o-bgarea {
  background-image: url("../img/concept_bg.webp");
  background-size: 50%;
  background-position: right;
  background-repeat: repeat-y;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-bottom: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}
.o-concept {
  position: relative;
  padding-top: clamp(5.5rem, 2.7087378641rem + 7.4433656958vw, 17rem);
}
.o-concept_icon {
  background: var(--subColor);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Jost", serif;
  font-size: clamp(2rem, 1.8300970874rem + 0.4530744337vw, 2.7rem);
  display: flex;
  align-items: center;
}
.o-concept_icon img {
  height: 1.5vh;
  margin-left: 3px;
}
.o-concept_text {
  margin-top: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
}
.o-concept figure img {
  border-radius: 20px;
}
.o-concept_become {
  position: absolute;
  bottom: -52px;
  left: -164px;
  width: clamp(25rem, 14.0776699029rem + 29.1262135922vw, 70rem);
}
@media only screen and (max-width: 559px) {
  .o-concept_become {
    bottom: auto;
    left: 0;
    top: 40%;
  }
}
@media only screen and (max-width: 559px) {
  .o-concept .o-flex--c {
    flex-direction: column;
    gap: 3rem;
  }
}
@media only screen and (max-width: 559px) {
  .o-concept .o-flex__item--2 {
    width: 100%;
  }
}
.o-features {
  padding-top: clamp(11rem, 8.3300970874rem + 7.1197411003vw, 22rem);
}
@media only screen and (max-width: 559px) {
  .o-features .o-flex--c {
    flex-direction: column;
  }
}
.o-features .o-flex__item {
  width: 100%;
}
.o-features_catch {
  color: var(--mainColor);
  font-size: clamp(2.4rem, 2.1087378641rem + 0.7766990291vw, 3.6rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-top: clamp(3.5rem, 2.7718446602rem + 1.9417475728vw, 6.5rem);
}
.o-features_img {
  margin-top: clamp(3.5rem, 2.7718446602rem + 1.9417475728vw, 6.5rem);
  width: clamp(30rem, 15.1699029126rem + 39.5469255663vw, 91.1rem);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 559px) {
  .o-features_img {
    width: 100%;
  }
}
.o-features_content {
  margin-top: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}
.o-features_content._01 {
  margin-top: clamp(10rem, 7.3300970874rem + 7.1197411003vw, 21rem);
  position: relative;
}
.o-features_bg {
  position: absolute;
  top: -24%;
  left: -14%;
  width: clamp(25rem, 8.1553398058rem + 44.9190938511vw, 94.4rem);
}
@media only screen and (max-width: 559px) {
  .o-features_bg {
    top: 0;
    left: 0;
  }
}
.o-features_top {
  color: var(--mainColor);
  font-size: clamp(1.4rem, 1.0116504854rem + 1.0355987055vw, 3rem);
  font-weight: 500;
  border-bottom: 1px solid var(--mainColor);
  padding-bottom: 5px;
  margin-bottom: clamp(2rem, 1.6359223301rem + 0.9708737864vw, 3.5rem);
}
.o-features_text {
  margin-top: 5px;
}
.icon-lexco {
  width: 154px;
  margin-top: 20px;
}
.o-flow {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-top: clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem);
  padding-bottom: clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem);
  background: linear-gradient(to bottom, rgba(250, 192, 0, 0.15), rgba(255, 225, 0, 0.15), rgba(252, 200, 0, 0.15));
}
.o-flow_bg {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: clamp(1.5rem, 0.8932038835rem + 1.6181229773vw, 4rem);
  padding-top: clamp(3rem, 1.5436893204rem + 3.8834951456vw, 9rem);
  padding-bottom: clamp(3rem, 1.5436893204rem + 3.8834951456vw, 9rem);
  padding-left: clamp(1.5rem, -5.1747572816rem + 17.7993527508vw, 29rem);
  padding-right: clamp(1.5rem, -5.1747572816rem + 17.7993527508vw, 29rem);
}
.o-flow_sub {
  text-align: center;
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  margin-top: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .o-flow_sub {
    text-align: left;
  }
}
.o-flow_content {
  margin-top: clamp(3.5rem, 2.7718446602rem + 1.9417475728vw, 6.5rem);
}
.o-flow_item {
  margin-top: clamp(3rem, 2.5145631068rem + 1.2944983819vw, 5rem);
}
.o-flow_item._flex {
  display: flex;
  gap: 27px;
}
@media only screen and (max-width: 559px) {
  .o-flow_item._flex {
    flex-direction: column;
  }
}
.o-flow_item._flex:not(:first-of-type) {
  margin-top: 30px;
}
.o-flow_item._flex figure {
  width: clamp(30rem, 29.5388349515rem + 1.2297734628vw, 31.9rem);
}
@media only screen and (max-width: 559px) {
  .o-flow_item._flex figure {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.o-flow_item._flex .o-flow_box {
  width: clamp(30rem, 27.7427184466rem + 6.0194174757vw, 39.3rem);
}
@media only screen and (max-width: 559px) {
  .o-flow_item._flex .o-flow_box {
    width: 100%;
  }
}
.o-flow_tag {
  background: var(--subColor);
  border-radius: 999px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  font-weight: 500;
  font-family: "Jost", serif;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1;
}
.o-flow_text {
  margin-top: clamp(2rem, 1.8786407767rem + 0.3236245955vw, 2.5rem);
  letter-spacing: 0.05em;
}
.o-flow_list {
  display: none;
  overflow: hidden;
  background-color: var(--colorLB);
  padding-top: clamp(2.5rem, 1.8932038835rem + 1.6181229773vw, 5rem);
  padding-bottom: clamp(2.5rem, 1.8932038835rem + 1.6181229773vw, 5rem);
  padding-left: clamp(1.5rem, 0.6504854369rem + 2.2653721683vw, 5rem);
  padding-right: clamp(1.5rem, 0.6504854369rem + 2.2653721683vw, 5rem);
  border-radius: 10px;
  margin-top: 5px;
}
.o-flow_list h4 {
  color: var(--mainColor);
  font-size: clamp(2rem, 1.9514563107rem + 0.1294498382vw, 2.2rem);
  font-weight: 700;
  line-height: 1.4;
}
.o-flow_list h4:not(:first-of-type) {
  margin-top: clamp(3rem, 2.7572815534rem + 0.6472491909vw, 4rem);
}
.o-flow_list ul {
  margin-top: 15px;
  margin-right: 1em;
}
.o-flow_list li {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  display: flex;
  gap: 2px;
  margin-top: 10px;
  font-weight: 500;
}
.o-flow_list li::before {
  content: "▢";
}
.o-flow_show {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #fff;
  background-color: var(--mainColor);
  border-radius: 999px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}
.o-flow_show._close {
  margin-top: 50px;
  background-color: transparent;
  color: var(--mainColor);
}
.o-flow_show_icon {
  transition: transform 0.3s ease;
}
.o-flow_show.active .o-flow_show_icon {
  transform: rotate(180deg);
}
.o-flow_item_top {
  margin-top: 20px;
}
.o-flow_flex02 {
  display: flex;
  gap: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
  margin-top: 30px;
}
@media only screen and (max-width: 559px) {
  .o-flow_flex02 {
    flex-direction: column;
  }
}
.o-flow_flex02 figure {
  width: calc((100% - clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem)) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flow_flex02 figure {
    width: 100%;
  }
}
.o-flow_flex02_box {
  width: calc((100% - clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem)) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flow_flex02_box {
    width: 100%;
  }
}
.o-flow_figure {
  position: relative;
}
.o-flow_icon {
  position: absolute;
  bottom: 0;
  left: -42px;
  width: clamp(10rem, 8.3980582524rem + 4.2718446602vw, 16.6rem);
}
.o-flow_icon._02 {
  left: auto;
  right: -42px;
}
.o-flow_under {
  position: relative;
  margin-top: clamp(6rem, 5.0291262136rem + 2.5889967638vw, 10rem);
}
.o-flow_under figure {
  position: absolute;
  bottom: 40%;
  left: -75px;
  width: clamp(20rem, 18.8349514563rem + 3.1067961165vw, 24.8rem);
}
.o-faq {
  padding-top: clamp(8rem, 6.0582524272rem + 5.1779935275vw, 16rem);
  padding-bottom: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}
.o-faq_content {
  margin-top: clamp(4.5rem, 3.6504854369rem + 2.2653721683vw, 8rem);
}
.o-faq_item:not(:first-of-type) {
  margin-top: clamp(3rem, 2.7572815534rem + 0.6472491909vw, 4rem);
}
.o-faq_q {
  font-size: clamp(1.4rem, 1.2058252427rem + 0.5177993528vw, 2.2rem);
  font-weight: 500;
  line-height: 1.6593545455;
}
.o-faq_q span {
  color: var(--mainColor);
  font-size: clamp(1.6rem, 1.3572815534rem + 0.6472491909vw, 2.6rem);
}
.o-faq_a {
  background-color: var(--colorLB);
  padding-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  padding-bottom: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  padding-left: clamp(1rem, 0.5145631068rem + 1.2944983819vw, 3rem);
  padding-right: clamp(1rem, 0.5145631068rem + 1.2944983819vw, 3rem);
  font-size: clamp(1.4rem, 1.2058252427rem + 0.5177993528vw, 2.2rem);
  font-weight: 500;
  line-height: 1.6593545455;
  border-radius: 10px;
  margin-top: 15px;
}
.o-faq_a span {
  color: var(--mainColor);
  font-size: clamp(1.6rem, 1.3572815534rem + 0.6472491909vw, 2.6rem);
}
.o-know {
  padding-bottom: clamp(5rem, 3.5436893204rem + 3.8834951456vw, 11rem);
}
.o-know_content {
  margin-top: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
}
@media only screen and (max-width: 559px) {
  .o-know_content .o-flex {
    flex-direction: column;
  }
}
.o-know_content .o-flex__item {
  width: 100%;
}
.o-know_title {
  color: var(--mainColor);
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
  line-height: 1.3636363636;
  margin-top: 10px;
}
.o-know_num {
  width: 114px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.o-know_modal_content {
  margin-top: 30px;
  padding-left: clamp(1.5rem, 0.286407767rem + 3.2362459547vw, 6.5rem);
  padding-right: clamp(1.5rem, 0.286407767rem + 3.2362459547vw, 6.5rem);
}
.o-know_img {
  width: clamp(12rem, 10.5436893204rem + 3.8834951456vw, 18rem);
  margin-left: auto;
  margin-right: auto;
}
.o-know_modal_title {
  color: var(--mainColor);
  font-size: clamp(2rem, 1.515rem + 1.294vw, 4rem);
  font-weight: 700;
  text-align: center;
  margin-top: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  border-bottom: 1px solid var(--mainColor);
  padding-bottom: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  margin-bottom: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
}
.o-know_catch {
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
}
.o-know_main {
  margin-top: clamp(3rem, 2.7572815534rem + 0.6472491909vw, 4rem);
}
.o-movie {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-top: clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem);
  padding-bottom: clamp(8rem, 6.0582524272rem + 5.1779935275vw, 16rem);
  background-color: #ebf4fa;
}
@media only screen and (max-width: 559px) {
  .o-movie .o-flex {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.o-movie .o-flex__item {
  width: 100%;
}
.o-movie .o-flex__item .o-movie_btn {
  width: 100%;
}
.o-movie_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mainColor);
  font-family: "Jost", serif;
  font-size: clamp(2rem, 1.8300970874rem + 0.4530744337vw, 2.7rem);
}
.o-movie_icon img {
  height: 1.5vh;
  margin-left: 3px;
}
.o-movie_catch {
  font-size: clamp(1.6rem, 1.4058252427rem + 0.5177993528vw, 2.4rem);
  text-align: center;
  margin-top: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
}
.o-movie_contents {
  margin-top: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  margin-bottom: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
}
.o-movie_btn_top {
  font-size: clamp(1.4rem, 1.2058252427rem + 0.5177993528vw, 2.2rem);
  font-weight: 700;
  text-align: center;
}
.o-movie_btn {
  display: block;
  background-color: var(--mainColor);
  border-radius: 999px;
  color: #fff;
  font-size: clamp(1.6rem, 1.3572815534rem + 0.6472491909vw, 2.6rem);
  font-weight: 700;
  width: clamp(30rem, 27.0873786408rem + 7.7669902913vw, 42rem);
  position: relative;
  padding-top: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  padding-bottom: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.o-movie_btn._01::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-image: url("../img/icon_btn01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(4.5rem, 3.4077669903rem + 2.9126213592vw, 9rem);
  height: clamp(8rem, 6.1310679612rem + 4.9838187702vw, 15.7rem);
}
.o-movie_btn._02::after {
  position: absolute;
  bottom: 0;
  right: -5%;
  content: "";
  background-image: url("../img/icon_btn02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(4.5rem, 3.4077669903rem + 2.9126213592vw, 9rem);
  height: clamp(8rem, 6.1310679612rem + 4.9838187702vw, 15.7rem);
}
.o-movie .o-flex__item {
  width: clamp(30rem, 27.0873786408rem + 7.7669902913vw, 42rem);
}
.o-links {
  padding-top: clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem);
  padding-bottom: clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem);
}
@media only screen and (max-width: 559px) {
  .o-links .o-flex {
    flex-direction: column;
  }
}
@media only screen and (max-width: 559px) {
  .o-links .o-flex__item {
    width: 100%;
  }
}
.o-links .o-flex {
  width: clamp(30rem, 14.8058252427rem + 40.5177993528vw, 92.6rem);
  margin-left: auto;
  margin-right: auto;
}
.o-links_btn_top {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  margin-bottom: 10px;
}
/*-----------------------

       header /*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
.l-hdr {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 5.5rem 14rem 2.5rem 3.5rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr {
    padding: 1rem 1.5rem;
  }
}
.l-hdr__inner {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.l-hdr__logo {
  padding-top: 1rem;
  width: 13.1770833333vw;
}
@media only screen and (max-width: 559px) {
  .l-hdr__logo {
    width: 20rem;
    padding-top: 1.5rem;
    padding-left: 0.5rem;
  }
}
.l-hdr__right {
  display: flex;
  gap: 1.5rem;
}
.l-hdr__login__link {
  text-align: center;
  display: flex;
  align-items: center;
  color: var(--colorW);
}
@media only screen and (max-width: 559px) {
  .l-hdr__login__link {
    color: var(--baseColor);
  }
}
.l-hdr__login__icon {
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}
.l-hdr__login__arrow {
  margin-left: 1rem;
  color: var(--mainColor);
}
.l-hdr__cart__link {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.l-hdr__cart__count {
  border-radius: 2rem;
  padding: 0.6rem 1rem 0.5rem;
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  background: rgba(169, 103, 107, 0.8);
  color: #fff;
  margin-left: -20px;
}
.l-hdr__navi {
  display: flex;
  justify-content: flex-end;
  margin-top: -3.338542vw;
}
.l-hdr__menu {
  display: flex;
  border-radius: 999px;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  padding-left: 6.5rem;
  color: var(--colorW);
}
.l-hdr__menu__item {
  position: relative;
}
.l-hdr__menu__item:not(:last-child) .l-hdr__menu__link::after {
  content: "/";
  padding: 0 1.5rem;
}
.l-hdr__menu__item:hover .l-hdr__submenu {
  top: 3.5rem;
  visibility: visible;
  opacity: 0.9;
  z-index: 9999;
  display: block;
}
.l-hdr__menu__link {
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
}
.l-hdr__menu__arrow {
  color: var(--colorW);
}
.l-hdr .l-hdr__shop {
  width: 100px;
}
.l-hdr__submenu {
  position: absolute;
  top: 3.5rem;
  left: 0;
  width: 28rem;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  background: var(--mainColor);
  padding: 1.3rem 8% 2rem;
  flex-direction: column;
  z-index: 9999;
  margin-top: 0;
}
.l-hdr__submenu__item {
  border: none;
  width: 100%;
}
.l-hdr__submenu__item:not(:last-child) {
  border-bottom: dashed 1px #fff;
}
.l-hdr__submenu__link {
  font-size: 1.6rem;
  padding: 2rem 0 1rem;
  display: block;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.l-hdr__submenu:hover {
  color: #fff;
}
/*下層ページ*/
.l-hdr_under {
  position: relative;
}
.l-hdr__menu_under {
  background-color: transparent;
  color: var(--baseColor);
}
header.l-hdr.l-hdr_under .l-hdr__login__link {
  color: var(--baseColor);
}
.l-hdr_under .l-hdr__menu__arrow {
  color: var(--mainColor);
}
/*-----------------------

      footer/*---------------数値など任意で書き換えを行う---------------------

-----------------------*/
footer.main-footer {
  padding: 4.5rem 0 0;
  margin-top: clamp(9rem, 6.8155339806rem + 5.8252427184vw, 18rem);
}
footer .sns-icon-Wrap {
  padding: 5rem 0 7rem;
  gap: 4.5rem;
}
footer .ftr-bottom-Area {
  padding: 5rem 0 2.5rem;
}
footer .ftr-bottom-Area ul {
  margin-bottom: 4rem;
  gap: 4rem;
}
footer .ftr-bottom-Area ul li a {
  color: #fff;
}
.l-footer {
  background-image: url("../img/footer_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.l-footer_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: clamp(14rem, 2.8349514563rem + 29.7734627832vw, 60rem);
}
.l-footer_text {
  color: var(--colorW);
  font-size: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  text-align: center;
  margin-top: clamp(3rem, 0.3300970874rem + 7.1197411003vw, 14rem);
}
.l-footer_text_sub {
  color: var(--colorW);
  font-size: clamp(1rem, 0.854368932rem + 0.3883495146vw, 1.6rem);
  text-align: center;
  font-family: "Jost", serif;
  letter-spacing: 0.2em;
}
.l-footer__copy {
  color: var(--colorW);
  font-size: clamp(1rem, 0.9029126214rem + 0.2588996764vw, 1.4rem);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.c-title_h2_pt01 {
  position: relative;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  font-size: clamp(2.4rem, 1.9631067961rem + 1.1650485437vw, 4.2rem);
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-title_h2_pt01 span {
  margin-bottom: 15px;
  font-size: clamp(1.2rem, 0.9815533981rem + 0.5825242718vw, 2.1rem);
  text-align: center;
  display: block;
}
.c-title_h2_pt01::before, .c-title_h2_pt01::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: clamp(1.5rem, 1.2087378641rem + 0.7766990291vw, 2.7rem);
  height: clamp(5.5rem, 4.067961165rem + 3.8187702265vw, 11.4rem);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-title_h2_pt01::before {
  background-image: url("../img/icon_kakkoL.webp");
  left: -10%;
}
.c-title_h2_pt01::after {
  background-image: url("../img/icon_kakkoR.webp");
  right: -10%;
}
.c-title_h2_pt02 {
  font-size: clamp(2.6rem, 1.9203883495rem + 1.8122977346vw, 5.4rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.c-title_h2_pt02 span {
  display: block;
  font-size: clamp(1.2rem, 1.006rem + 0.518vw, 2rem);
  margin-bottom: clamp(1.2rem, 1.006rem + 0.518vw, 2rem);
}
.c-title_h2_pt02_img {
  width: 590px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
@media only screen and (max-width: 559px) {
  .c-title_h2_pt02_img {
    width: 100%;
    margin-top: 0;
  }
}
.c-title_h2_pt03 {
  color: var(--mainColor);
  font-size: clamp(2.4rem, 1.8417475728rem + 1.4886731392vw, 4.7rem);
  font-weight: 700;
  margin-top: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}
.c-title_h2_pt03 span {
  display: block;
  font-size: clamp(2rem, 1.9029126214rem + 0.2588996764vw, 2.4rem);
  font-weight: 700;
  color: var(--baseColor);
  margin-bottom: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
}
.c-title_h3_pt01 {
  color: var(--mainColor);
  font-size: clamp(2.4rem, 1.8174757282rem + 1.5533980583vw, 4.8rem);
  font-weight: 700;
  line-height: 1.3;
}
.c-title_h3_pt01 span {
  font-size: clamp(1.2rem, 1.0058252427rem + 0.5177993528vw, 2rem);
  line-height: 1.849035;
  color: var(--baseColor);
  display: block;
}
.c-title_h3_pt01._02 {
  margin-top: 20px;
}
.c-title_h3_pt02 {
  color: var(--mainColor);
  font-size: clamp(2rem, 1.9514563107rem + 0.1294498382vw, 2.2rem);
  font-weight: 700;
  line-height: 1.3636363636;
  margin-top: 15px;
}
.c-title_h3_pt02 span {
  font-size: clamp(2.4rem, 2.2058252427rem + 0.5177993528vw, 3.2rem);
  margin-top: 5px;
  display: block;
}
.c-title_faq {
  font-size: clamp(2.4rem, 1.9631067961rem + 1.1650485437vw, 4.2rem);
  font-weight: 700;
}
.c-title_movie {
  text-align: center;
  font-size: clamp(2.4rem, 1.9631067961rem + 1.1650485437vw, 4.2rem);
  margin-top: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  font-weight: 700;
}
.c-btn {
  background-color: var(--colorW);
  border-radius: 999px;
  width: clamp(33rem, 31.3737864078rem + 4.3365695793vw, 39.7rem);
  text-align: center;
  margin-top: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  padding-bottom: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  transition: all 0.3s;
}
.c-btn:hover {
  background-color: var(--mainColor);
}
.c-btn a {
  display: inline-block;
  background: var(--subColor);
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.8rem, 1.5087378641rem + 0.7766990291vw, 3rem);
  font-weight: 700;
  width: 100%;
  height: 100%;
  line-height: 1;
  transition: all 0.3s;
}
.c-btn_s {
  background-color: var(--colorW);
  border-radius: 999px;
  width: clamp(25rem, 24.1990291262rem + 2.1359223301vw, 28.3rem);
  text-align: center;
  margin-top: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(0.8rem, 0.6300970874rem + 0.4530744337vw, 1.5rem);
  padding-bottom: clamp(0.8rem, 0.6300970874rem + 0.4530744337vw, 1.5rem);
}
.c-btn_s a {
  display: inline-block;
  background: var(--subColor);
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-weight: 700;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.c-btn_02 {
  margin-top: clamp(3rem, 2.5145631068rem + 1.2944983819vw, 5rem);
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn_02 a {
  color: var(--mainColor);
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  text-align: center;
  font-weight: 500;
  display: block;
  border-radius: 999px;
  border: 1px solid var(--mainColor);
  padding: 20px 90px;
  transition: all 0.3s;
}
.c-btn_02 a:hover {
  background-color: var(--mainColor);
  color: #fff;
}
.c-btn_02._s {
  margin-top: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
}
.c-btn_02._s a {
  padding: 10px 60px;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
}
.o-text_main {
  font-size: clamp(1.3rem, 1.1786407767rem + 0.3236245955vw, 1.8rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.o-text_post {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: clamp(1.7rem, 1.5786407767rem + 0.3236245955vw, 2.2rem);
}
.o-text_16 {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  line-height: 2;
}
@media only screen and (max-width: 559px) {
  .o-text_16 {
    line-height: 1.75;
  }
  .o-modal_inner {
    width: 90vw;
  }
  .remodal {
    height: 82vh;
  }
}