@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@500&display=swap");
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-weight: 400;
  font-family: "M PLUS 1p", "Outfit", YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #1c1c1c;
}
@media screen and (min-width: 769px) {
  html {
    font-size: min(0.715vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: min(1.334vw, 10px);
  }
}

body {
  margin: 0;
  background-color: #f4f4f4;
  color: #1c1c1c;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 769px) {
  body {
    padding-top: 14.2rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 18.4rem;
  }
}

main {
  display: block;
  min-height: calc(100vh - 142px - 395px);
}
@media screen and (min-width: 769px) {
  main {
    min-height: calc(100vh - 14.2rem - 29rem);
  }
}
@media screen and (max-width: 768px) {
  main {
    min-height: calc(100vh - 84rem);
  }
}

p, table, figure, dl, dt, dd, h1, h2, h3, h4, h5, h6, ul, ol {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

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

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

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

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  *:target:not(.nomt) {
    scroll-margin-top: 9rem;
  }
}
@media screen and (max-width: 768px) {
  *:target:not(.nomt) {
    scroll-margin-top: 10rem;
  }
}

.sec_ttl {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .sec_ttl {
    line-height: 1.108em;
    font-size: 2.8rem;
  }
  .sec_ttl > h2 {
    line-height: inherit;
    font: inherit;
  }
  .sec_ttl > h2:first-of-type {
    margin-top: -0.053em;
  }
  .sec_ttl > h2:last-of-type {
    margin-bottom: -0.053em;
  }
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    line-height: 1.042em;
    font-size: 4.8rem;
  }
  .sec_ttl > h2 {
    line-height: inherit;
    font: inherit;
  }
  .sec_ttl > h2:first-of-type {
    margin-top: -0.02em;
  }
  .sec_ttl > h2:last-of-type {
    margin-bottom: -0.02em;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(244, 244, 244, 0.8);
}

.header_inr {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .header_inr {
    gap: 8rem;
    width: 140rem;
    height: 14.2rem;
    padding: 5rem 6rem 4.7rem;
  }
}
@media screen and (max-width: 768px) {
  .header_inr {
    width: 100%;
    height: 18.4rem;
    padding: 5rem;
  }
}

@media screen and (min-width: 769px) {
  .header_logo {
    width: 24.9rem;
    margin-left: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 31.1rem;
  }
}

@media screen and (min-width: 769px) {
  .header_nav {
    margin-left: auto;
  }
}

@media screen and (min-width: 769px) {
  .header_nav_list {
    display: flex;
    gap: 5.5rem;
  }
}
.header_nav_list > li {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .header_nav_list > li {
    line-height: 1.313em;
    font-size: 1.6rem;
    font-size: 1.6rem;
  }
  .header_nav_list > li > a {
    line-height: inherit;
    font: inherit;
  }
  .header_nav_list > li > a:first-of-type {
    margin-top: -0.156em;
  }
  .header_nav_list > li > a:last-of-type {
    margin-bottom: -0.156em;
  }
}
@media screen and (max-width: 768px) {
  .header_nav_list > li {
    line-height: 3em;
    font-size: 3rem;
    font-size: 3rem;
  }
  .header_nav_list > li > a {
    line-height: inherit;
    font: inherit;
  }
  .header_nav_list > li > a:first-of-type {
    margin-top: -1em;
  }
  .header_nav_list > li > a:last-of-type {
    margin-bottom: -1em;
  }
}

.nav_button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .nav_button {
    width: 5.8rem;
    height: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_button {
    width: 6rem;
    height: 2.8rem;
  }
}
.nav_button.is-opened {
  position: relative;
}
@media screen and (min-width: 769px) {
  .nav_button.is-opened {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_button.is-opened {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.nav_button.is-opened .nav_bar {
  position: absolute;
  left: 0;
  transform-origin: 0 0;
}
@media screen and (min-width: 769px) {
  .nav_button.is-opened .nav_bar {
    width: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_button.is-opened .nav_bar {
    width: 6rem;
  }
}
.nav_button.is-opened .nav_bar:nth-of-type(1) {
  top: 0;
  transform: rotate(45deg);
}
.nav_button.is-opened .nav_bar:nth-of-type(2) {
  opacity: 0;
}
.nav_button.is-opened .nav_bar:nth-of-type(3) {
  bottom: 0;
  transform: rotate(-45deg);
}

.nav_bar {
  width: 100%;
  height: 0.2rem;
  background-color: #1c1c1c;
  transition: all 0.5s;
}

.nav_menu {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  visibility: hidden;
  opacity: 0;
  transition-property: opacity visibility;
  transition-duration: 0.5s;
}
.nav_menu.is-opened {
  visibility: visible;
  opacity: 1;
}
.nav_menu_list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .nav_menu_list {
    gap: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_menu_list {
    flex-direction: column;
    align-items: center;
    gap: 6.8rem;
  }
}
.nav_menu_list > li {
  font-family: "Outfit";
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .nav_menu_list > li {
    line-height: 1.167em;
    font-size: 1.8rem;
  }
  .nav_menu_list > li > a {
    line-height: inherit;
    font: inherit;
  }
  .nav_menu_list > li > a:first-of-type {
    margin-top: -0.083em;
  }
  .nav_menu_list > li > a:last-of-type {
    margin-bottom: -0.083em;
  }
}
@media screen and (max-width: 768px) {
  .nav_menu_list > li {
    line-height: 3em;
    font-size: 3rem;
  }
  .nav_menu_list > li > a {
    line-height: inherit;
    font: inherit;
  }
  .nav_menu_list > li > a:first-of-type {
    margin-top: -1em;
  }
  .nav_menu_list > li > a:last-of-type {
    margin-bottom: -1em;
  }
}
.nav_menu_list > li > a {
  display: block;
}

.footer {
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer {
    padding-top: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 13.5rem;
  }
}
.footer_inr {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .footer_inr {
    max-width: 110rem;
    padding: 3rem 6rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_inr {
    width: 85%;
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
}
.footer_top {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer_top {
    flex-direction: column;
    align-items: center;
  }
}
.footer_top_menu {
  display: flex;
}
@media screen and (min-width: 769px) {
  .footer_top_menu {
    align-items: flex-start;
    gap: 7.5rem;
    margin-left: 8rem;
    padding-top: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_top_menu {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4rem 5rem;
    padding-top: 5.8rem;
  }
}
.footer_top_menu > li {
  font-family: "Outfit";
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .footer_top_menu > li {
    line-height: 1.5em;
    font-size: 1.4rem;
  }
  .footer_top_menu > li > a {
    line-height: inherit;
    font: inherit;
  }
  .footer_top_menu > li > a:first-of-type {
    margin-top: -0.25em;
  }
  .footer_top_menu > li > a:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media screen and (max-width: 768px) {
  .footer_top_menu > li {
    line-height: 1.44em;
    font-size: 2.5rem;
  }
  .footer_top_menu > li > a {
    line-height: inherit;
    font: inherit;
  }
  .footer_top_menu > li > a:first-of-type {
    margin-top: -0.22em;
  }
  .footer_top_menu > li > a:last-of-type {
    margin-bottom: -0.22em;
  }
}
@media screen and (min-width: 769px) {
  .footer_logo {
    width: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo {
    width: 35.5rem;
    margin: 0 auto;
  }
}
.footer_btm {
  display: flex;
}
@media screen and (min-width: 769px) {
  .footer_btm {
    align-items: center;
    gap: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_btm {
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
  }
}
.footer_btm_menu {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .footer_btm_menu {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_btm_menu {
    gap: 4rem;
  }
}
.footer_btm_menu > li {
  font-weight: 300;
  font-family: "M PLUS 1p";
}
@media screen and (min-width: 769px) {
  .footer_btm_menu > li {
    line-height: 1.91em;
    font-size: 1.1rem;
  }
  .footer_btm_menu > li > a {
    line-height: inherit;
    font: inherit;
  }
  .footer_btm_menu > li > a:first-of-type {
    margin-top: -0.454em;
  }
  .footer_btm_menu > li > a:last-of-type {
    margin-bottom: -0.454em;
  }
}
@media screen and (max-width: 768px) {
  .footer_btm_menu > li {
    line-height: 2em;
    font-size: 1.8rem;
  }
  .footer_btm_menu > li > a {
    line-height: inherit;
    font: inherit;
  }
  .footer_btm_menu > li > a:first-of-type {
    margin-top: -0.5em;
  }
  .footer_btm_menu > li > a:last-of-type {
    margin-bottom: -0.5em;
  }
}
.footer_btm_copyright {
  color: #999;
}
@media screen and (min-width: 769px) {
  .footer_btm_copyright {
    line-height: 1;
    font-size: 1rem;
  }
  .footer_btm_copyright > p {
    line-height: inherit;
    font: inherit;
  }
  .footer_btm_copyright > p:first-of-type {
    margin-top: 0em;
  }
  .footer_btm_copyright > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .footer_btm_copyright {
    padding-top: 5rem;
    text-align: center;
    line-height: 2em;
    font-size: 1.8rem;
  }
  .footer_btm_copyright > p {
    line-height: inherit;
    font: inherit;
  }
  .footer_btm_copyright > p:first-of-type {
    margin-top: -0.5em;
  }
  .footer_btm_copyright > p:last-of-type {
    margin-bottom: -0.5em;
  }
}

.pagetop_anchor {
  position: fixed;
  z-index: 5000;
}
@media screen and (min-width: 769px) {
  .pagetop_anchor {
    width: 4rem;
    height: 4rem;
    inset: auto 0 4rem auto;
  }
}
@media screen and (max-width: 768px) {
  .pagetop_anchor {
    width: 8rem;
    height: 8rem;
    inset: auto 0 0 auto;
  }
}
.pagetop_anchor > a {
  display: block;
  position: relative;
  background: #000;
  width: 100%;
  height: 100%;
}
.pagetop_anchor > a > i {
  display: block;
  width: 100%;
  height: 100%;
}
.pagetop_anchor > a > i > svg {
  display: block;
  stroke: #fff;
  stroke-width: 1px;
}
.pagetop_anchor > a:hover {
  background: #f4f4f4;
}

.link_txt {
  position: relative;
}
.link_txt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 0.1rem;
  background-color: #1c1c1c;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all 0.3s;
}
.link_txt:hover::before {
  transform: scale(1, 1);
}

.zoom_img img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.zoom_img:hover img {
  transform: scale(1.2);
}
.zoom_img_mask {
  overflow: hidden;
}

input,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  font-family: "M PLUS 1p";
  text-align: left;
}

.p-lower .footer_top {
  justify-content: center;
}
.p-lower .footer_btm {
  justify-content: center;
}

.lower_main_inr {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .lower_main_inr {
    width: 137rem;
    padding: 0 6rem;
  }
}
@media screen and (max-width: 768px) {
  .lower_main_inr {
    width: 65rem;
    padding: 0 2rem;
  }
}

.lower_head01 {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .lower_head01 {
    margin-bottom: 6rem;
    line-height: 1.375em;
    font-size: 3.2rem;
  }
  .lower_head01 > h2 {
    line-height: inherit;
    font: inherit;
  }
  .lower_head01 > h2:first-of-type {
    margin-top: -0.187em;
  }
  .lower_head01 > h2:last-of-type {
    margin-bottom: -0.187em;
  }
}
@media screen and (max-width: 768px) {
  .lower_head01 {
    margin-bottom: 6rem;
    line-height: 1.295em;
    font-size: 3.4rem;
  }
  .lower_head01 > h2 {
    line-height: inherit;
    font: inherit;
  }
  .lower_head01 > h2:first-of-type {
    margin-top: -0.147em;
  }
  .lower_head01 > h2:last-of-type {
    margin-bottom: -0.147em;
  }
}

.btn_wrap-center {
  display: flex;
  justify-content: center;
}

.btn_cmn {
  display: flex;
  border: solid 1px #1c1c1c;
  border-radius: calc(infinity * 1px);
  justify-content: center;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .btn_cmn {
    min-width: 24rem;
    padding: 2rem 7.5rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_cmn {
    min-width: 48rem;
    padding: 3.5rem;
    font-size: 2.4rem;
  }
}
.btn_cmn.--rect {
  border-radius: 0;
}

.btn-blk {
  color: #fff;
  background-color: #1c1c1c;
  border: solid 1px #1c1c1c;
}
.btn-blk:hover {
  color: #1c1c1c;
  background-color: #fff;
}
.btn-wht {
  color: #1c1c1c;
  background-color: #fff;
  border: solid 1px #1c1c1c;
}
.btn-wht:hover {
  color: #fff;
  background-color: #1c1c1c;
}
.btn-org {
  color: #fff;
  background-color: #e63c23;
  border: solid 1px #e63c23;
}
.btn-org:hover {
  color: #e63c23;
  background-color: #fff;
}

.js-dialogOpen,
.js-secondDialogOpen {
  cursor: pointer;
}

dialog::backdrop {
  background: rgba(28, 28, 28, 0.8);
}

.dialog-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 28, 0.8);
  display: none;
  /* 初期状態では非表示 */
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow: auto;
}

.modal_wrap {
  width: 100%;
  z-index: 1;
  background-color: transparent;
}
@media screen and (min-width: 769px) {
  .modal_wrap {
    width: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_wrap {
    width: 65rem;
  }
}
.modal_wrap:focus-visible {
  outline: none;
}

.modal_inr {
  position: relative;
}
@media screen and (min-width: 769px) {
  .modal_inr {
    padding: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_inr {
    padding: 7.5rem 0;
  }
}

.modal_cont {
  background-color: #fff;
  overflow: auto;
}
@media screen and (min-width: 769px) {
  .modal_cont {
    padding: 4rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_cont {
    padding: 6.5rem 5.5rem 7.5rem;
  }
}

.modal_head {
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .modal_head {
    margin-bottom: 3.5rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_head {
    margin-bottom: 5rem;
    font-size: 4rem;
  }
}
.modal_head + p {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modal_head + p {
    margin-bottom: 2rem;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_head + p {
    margin-bottom: 3rem;
    font-size: 2.6rem;
  }
}

.modal_lead {
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .modal_lead {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 1.667em;
  }
}
@media screen and (max-width: 768px) {
  .modal_lead {
    margin-bottom: 4rem;
    font-size: 2.5rem;
    line-height: 1.6em;
  }
}

@media screen and (min-width: 769px) {
  .modal_form_item + .modal_form_item {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_form_item + .modal_form_item {
    margin-top: 3.5rem;
  }
}

.modal_form_head {
  display: flex;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .modal_form_head {
    gap: 1rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_form_head {
    gap: 1rem;
    font-size: 2.4rem;
  }
}
.modal_form_head.is-require::after {
  content: "必須";
  color: #fff;
  background-color: #f15a24;
}
@media screen and (min-width: 769px) {
  .modal_form_head.is-require::after {
    padding: 0.3rem 0.5rem;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_form_head.is-require::after {
    padding: 0.5rem 0.8rem;
    font-size: 2rem;
  }
}

.modal_form_input > input {
  width: 100%;
  border: solid 1px #1c1c1c;
}
@media screen and (min-width: 769px) {
  .modal_form_input > input {
    margin-top: 0.8rem;
    padding: 1.6rem 2rem;
    font-size: 1.5rem;
    border-radius: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_form_input > input {
    margin-top: 1rem;
    padding: 2.4rem 1.4rem;
    font-size: 3.2rem;
    border-radius: 1rem;
  }
}
.modal_form_input > textarea {
  width: 100%;
  border: solid 1px #1c1c1c;
  resize: none;
}
@media screen and (min-width: 769px) {
  .modal_form_input > textarea {
    min-height: 20rem;
    margin-top: 0.8rem;
    padding: 1.6rem 2rem;
    font-size: 1.5rem;
    border-radius: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_form_input > textarea {
    min-height: 40rem;
    margin-top: 1rem;
    padding: 2.4rem 1.4rem;
    font-size: 3.2rem;
    border-radius: 1rem;
  }
}

.modal_form_select {
  position: relative;
}
@media screen and (min-width: 769px) {
  .modal_form_select {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_form_select {
    margin-top: 1rem;
  }
}
.modal_form_select::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: url(../img/common/icon_arrow_btm-blk.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .modal_form_select::after {
    right: 1.8rem;
    width: 1.2rem;
    height: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_form_select::after {
    right: 2.8rem;
    width: 2.2rem;
    height: 1.4rem;
  }
}
.modal_form_select > select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .modal_form_select > select {
    padding: 1.6rem 2rem;
    font-size: 1.5rem;
    border-radius: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_form_select > select {
    padding: 2.4rem 1.4rem;
    font-size: 3.2rem;
    border-radius: 1rem;
  }
}
.modal_form_select > select:has(option:checked[value=""]) {
  color: gray;
}
.modal_form_select option[selected][disabled] {
  display: none;
}

@media screen and (min-width: 769px) {
  .modal_form_link {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_form_link {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
}
.modal_form_link > a {
  text-decoration: underline;
}

.moadl_error_txt {
  color: #e63c23;
}
@media screen and (min-width: 769px) {
  .moadl_error_txt {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .moadl_error_txt {
    margin-top: 1rem;
    font-size: 2.4rem;
  }
}

.modal_btn_wrap {
  display: flex;
}
@media screen and (min-width: 769px) {
  .modal_btn_wrap {
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_btn_wrap {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    margin-top: 5rem;
  }
}

.modal_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #48535c;
  color: #fff;
  text-align: center;
  border-radius: calc(infinity * 1px);
}
@media screen and (min-width: 769px) {
  .modal_btn {
    width: 200px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .modal_btn {
    width: 198px;
    height: 38px;
    font-size: 14px;
  }
}

.modal_or {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modal_or {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal_or {
    width: 100%;
    margin-top: 2rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_or::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 100%;
    height: 0.1rem;
    background-color: #1c1c1c;
  }
}
@media screen and (min-width: 769px) {
  .modal_or > p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_or > p {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 0 2rem;
    background-color: #fff;
  }
}

.btn_google {
  background-color: #fff;
  color: #1c1c1c;
}
@media screen and (min-width: 769px) {
  .btn_google {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_google {
    gap: 1.3rem;
  }
}
.btn_google > i {
  background: url(../img/common/icon_google_login.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .btn_google > i {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_google > i {
    width: 3rem;
    height: 3rem;
  }
}

.modal_link {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modal_link {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_link {
    margin-top: 4.5rem;
    font-size: 2.5rem;
  }
}
.modal_link > a {
  text-decoration: underline;
}

.modal_close_btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .modal_close_btn {
    right: 4.5rem;
    width: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_close_btn {
    right: 0;
    width: 5rem;
  }
}

.simplebar-scrollbar::before {
  background: #161616;
  border-radius: 0;
  width: 0.2rem;
  top: 0;
  left: 0;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track {
  background: #d0d0d0;
  width: 0.2rem !important;
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .pager {
    gap: 2rem;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .pager {
    gap: 3.5rem;
    margin-top: 7.5rem;
  }
}

@media screen and (min-width: 769px) {
  .pager_btn {
    width: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .pager_btn {
    width: 2rem;
  }
}
.pager_btn::before {
  bottom: -0.6em;
}
@media screen and (min-width: 769px) {
  .pager_btn.-prev {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .pager_btn.-prev {
    margin-right: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .pager_btn.-next {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .pager_btn.-next {
    margin-left: 3.5rem;
  }
}
.pager_btn.-next img {
  rotate: 180deg;
}

.pager_num {
  color: #999;
}
@media screen and (min-width: 769px) {
  .pager_num {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .pager_num {
    font-size: 3rem;
  }
}
.pager_num::before {
  background-color: #999;
}
.pager_num.current {
  color: #161616;
  pointer-events: none;
}

#pageTop {
  position: fixed;
  background-color: #fff;
  border-radius: 100vmax;
  cursor: pointer;
  z-index: 1;
  transition: opacity 0.2s;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  #pageTop {
    right: 3rem;
    bottom: 25rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}
@media screen and (max-width: 768px) {
  #pageTop {
    right: 4rem;
    bottom: 4rem;
    width: 8rem;
    height: 8rem;
  }
}
#pageTop a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #pageTop img {
    width: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #pageTop img {
    width: 3rem;
  }
}

.floating_search {
  position: fixed;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .floating_search {
    right: 4rem;
    bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .floating_search {
    right: 5rem;
    bottom: 10rem;
  }
}
.floating_search > a {
  background-color: #1c1c1c;
  border: 1px solid #fff;
  border-radius: 100vmax;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .floating_search > a {
    gap: 1.5rem;
    width: 24rem;
    height: 6rem;
    font-size: 1.3rem;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .floating_search > a {
    gap: 1.5rem;
    width: 42.6rem;
    height: 10.8rem;
    font-size: 2.8rem;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  }
}
.floating_search > a::before {
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  .floating_search > a::before {
    width: 2rem;
    height: 2rem;
    background: url(../img/top/icon_megane-wht_pc.svg) no-repeat 0 0;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .floating_search > a::before {
    width: 3.7rem;
    height: 3.7rem;
    background: url(../img/top/icon_megane-wht_sp.svg) no-repeat 0 0;
    background-size: contain;
  }
}
.floating_search:hover {
  opacity: 0.7;
}/*# sourceMappingURL=base.css.map */