@charset "UTF-8";
/**
 * ピクセルをvwに変換
  * @param {number} px - ピクセル
  * @param {number} base - ベースとなるブレイクポイント
  * @return {string} vw
*/
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
}

.inline-arrow {
  display: inline-block;
  width: 6px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%227%22%20height%3D%2212%22%20viewBox%3D%220%200%207%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.781251%200.625L4.78125%205.625L0.78125%2010.625%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .inline-arrow {
    width: 1.54vw;
    height: 2.56vw;
  }
}

.linkBtn {
  /* サイズ感は要調整 */
  display: inline-block;
  position: relative;
  text-align: center;
}
.linkBtn--coming {
  background: #d6d6d6;
  cursor: not-allowed;
}
.linkBtn--inner {
  background: #000;
}
.linkBtn--inner--l {
  padding: 26px 40px 26px 30px;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .linkBtn--inner--l {
    padding: 4.1vw 10.26vw 4.36vw 8.72vw;
    border-radius: 7.69vw;
  }
}
.linkBtn--inner span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
  vertical-align: middle;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .linkBtn--inner span {
    font-size: 3.85vw;
    margin-right: 3.08vw;
  }
}
.linkBtn--inner i.inline-arrow {
  display: inline-block;
  width: 7px;
  position: absolute;
  top: calc(50% + 2px);
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .linkBtn--inner i.inline-arrow {
    top: 50%;
    width: 1.79vw;
    right: 5.13vw;
  }
}
.linkBtn--inner--rev i.inline-arrow {
  transform: translateY(-50%) rotate(180deg);
  right: auto;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .linkBtn--inner--rev i.inline-arrow {
    left: 5.13vw;
  }
}
.linkBtn--innerarrow {
  background: #000;
}
.linkBtn--innerarrow--l {
  padding: 26px 40px 26px 30px;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .linkBtn--innerarrow--l {
    padding: 4.1vw 10.26vw 4.36vw 8.72vw;
    border-radius: 7.69vw;
  }
}
.linkBtn--innerarrow--s {
  padding: 14px 38px 14px 30px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .linkBtn--innerarrow--s {
    padding: 3.59vw 9.74vw 4.62vw 7.69vw;
    border-radius: 7.69vw;
  }
}
.linkBtn--innerarrow--s span {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .linkBtn--innerarrow--s span {
    font-size: 3.33vw;
  }
}
.linkBtn--innerarrow i {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% + 2px);
  right: 24px;
  transform: translateY(-50%);
  overflow: hidden;
}
.linkBtn--innerarrow i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M1.26718%2010C1.18321%2010%201.09924%209.96949%201.03817%209.90847L0.091603%208.955C0.0305343%208.89397%200%208.81007%200%208.72616C0%208.64226%200.0305343%208.55835%200.091603%208.49733L6.62595%201.97559H2.73282C2.55725%201.97559%202.41221%201.83066%202.41221%201.65523V0.320366C2.41221%200.144928%202.55725%200%202.73282%200H9.67939C9.85496%200%2010%200.144928%2010%200.320366V7.26163C10%207.43707%209.85496%207.582%209.67939%207.582H8.34351C8.16794%207.582%208.0229%207.43707%208.0229%207.26163V3.37147L1.49618%209.90084C1.43511%209.96186%201.35878%209.99237%201.26718%209.99237V10Z%22%20fill%3D%22white%22%20%2F%3E%20%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-100%, 100%);
}
.linkBtn--innerarrow i::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M1.26718%2010C1.18321%2010%201.09924%209.96949%201.03817%209.90847L0.091603%208.955C0.0305343%208.89397%200%208.81007%200%208.72616C0%208.64226%200.0305343%208.55835%200.091603%208.49733L6.62595%201.97559H2.73282C2.55725%201.97559%202.41221%201.83066%202.41221%201.65523V0.320366C2.41221%200.144928%202.55725%200%202.73282%200H9.67939C9.85496%200%2010%200.144928%2010%200.320366V7.26163C10%207.43707%209.85496%207.582%209.67939%207.582H8.34351C8.16794%207.582%208.0229%207.43707%208.0229%207.26163V3.37147L1.49618%209.90084C1.43511%209.96186%201.35878%209.99237%201.26718%209.99237V10Z%22%20fill%3D%22white%22%20%2F%3E%20%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .linkBtn--innerarrow i {
    width: 2.56vw;
    height: 2.56vw;
    right: 3.85vw;
  }
}
.linkBtn--innerarrow:hover i::after {
  transition: transform 0.24s ease-out;
  transform: translate(100%, -100%);
}
.linkBtn--innerarrow:hover i::before {
  transition: transform 0.24s ease-out;
  transform: translate(0, 0);
}
.linkBtn--outer {
  background: #000;
}
.linkBtn--outer--l {
  padding: 26px 40px 26px 30px;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .linkBtn--outer--l {
    padding: 4.1vw 10.26vw 4.36vw 8.72vw;
    border-radius: 7.69vw;
  }
}
.linkBtn--outer--s {
  padding: 14px 38px 14px 30px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .linkBtn--outer--s {
    padding: 3.59vw 9.74vw 4.62vw 7.69vw;
    border-radius: 7.69vw;
  }
}
.linkBtn--outer span {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .linkBtn--outer span {
    font-size: 3.33vw;
  }
}
.linkBtn--outer span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
  vertical-align: middle;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .linkBtn--outer span {
    font-size: 3.85vw;
    margin-right: 3.08vw;
  }
}
.linkBtn--outer i.outer-arrow {
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: calc(50% + 2px);
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .linkBtn--outer i.outer-arrow {
    top: 50%;
    width: 3.33vw;
    height: 3.33vw;
    right: 5.13vw;
  }
}
.linkBtn svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.linkBtn span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
  vertical-align: middle;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .linkBtn span {
    font-size: 3.33vw;
    margin-right: 3.08vw;
  }
}

.content-basic {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 36px;
}
@media screen and (max-width: 768px) {
  .content-basic {
    max-width: none;
    width: 87.69vw;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}

.content-basic--narrow {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 36px;
}
@media screen and (max-width: 768px) {
  .content-basic--narrow {
    max-width: none;
    width: 87.69vw;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .content-basic--narrow {
    max-width: none;
    width: 87.69vw;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}

.hover_basic {
  opacity: 1;
  transition: all 0.3s ease;
}
.hover_basic:hover {
  opacity: 0.7;
}

.--intersection-root .disp {
  opacity: 0;
}

.main, main {
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main, main {
    margin-top: 15.13vw;
  }
}

.vis-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media screen and (min-width: 1240px) {
  .br-range-769-1240 {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .br-range-769-1240 {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .br-range-769-1240 {
    display: none !important;
  }
}

/**
パンくず
 */
.breadcrumb {
  position: absolute;
  top: 26px;
  left: 30px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    top: 2.56vw;
    left: 4.1vw;
  }
}
.breadcrumb-lists {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .breadcrumb-lists {
    flex-wrap: wrap;
  }
}
.breadcrumb-lists__item {
  font-size: 11px;
  font-weight: 500;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .breadcrumb-lists__item {
    font-size: 2.82vw;
    line-height: 1.6;
    padding-right: 4.1vw;
  }
}
.breadcrumb-lists__item::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #8f8f8f;
  border-radius: 50%;
  position: absolute;
  top: 52%;
  right: 8px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .breadcrumb-lists__item::after {
    width: 1.03vw;
    height: 1.03vw;
    right: 1.54vw;
  }
}
.breadcrumb-lists__item a {
  color: #8f8f8f;
  text-decoration: none;
}
.breadcrumb-lists__item a:hover {
  text-decoration: underline;
}
.breadcrumb-lists__item.here {
  color: #484AFE;
  padding-left: 0;
}
.breadcrumb-lists__item.here::after {
  display: none;
}

.micromodal-slide {
  display: none;
}

.modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1100;
}

.modal-close {
  position: absolute;
  right: 0%;
  top: -53px;
  background: transparent;
  border: 0;
}

.modal-header .modal-close::before {
  content: "✕";
  font-size: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .modal-header .modal-close::before {
    font-size: 8.21vw;
  }
}

.modal-content {
  max-width: 800px;
  width: 800px;
  max-height: 71.283vh;
  height: 71.283vh;
  background: #fff;
  padding: 56px 80px;
  border-radius: 26px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .modal-content {
    max-width: none;
    width: 87.18vw;
    padding: 10.77vw 6.67vw;
    border-radius: 6.67vw;
    min-height: 84.283vh;
  }
}
.modal-content::-webkit-scrollbar {
  display: none;
}
.modal-content .simplebar-scrollbar::before {
  background: #ffffff;
  border-radius: 0;
  width: 5px;
  margin-left: -10px;
  margin-top: 2px;
}
.modal-content .simplebar-scrollba.simplebar-visible::before {
  opacity: 1;
}
.modal-content .simplebar-track {
  background: #ffffff;
  width: 5px !important;
}
.modal-content .simplebar-track .simplebar-scrollbar,
.modal-content .simplebar-track .simplebar-scrollbar::before {
  background: #c5c5c5;
  opacity: 1;
  border-radius: 10px;
}
.modal-content .simplebar-track.simplebar-vertical {
  right: 23px;
  top: 43px;
}
@media screen and (max-width: 768px) {
  .modal-content .simplebar-track.simplebar-vertical {
    right: 4.1vw;
    top: 8.21vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .modal-content {
    width: 90vw;
    max-width: none;
  }
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

.g-header {
  width: 100%;
  height: 80px;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  z-index: 1000;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .g-header {
    height: 15.13vw;
    align-items: center;
  }
}
.g-header .g-logo {
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.g-header .g-logo__link {
  display: block;
  width: 298px;
}
.g-header .g-logo__link img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .g-header .g-logo__link {
    width: clamp(9.375rem, -5.727rem + 31.42vw, 18.625rem);
  }
}
@media screen and (max-width: 768px) {
  .g-header .g-logo {
    padding-left: 4.1vw;
  }
  .g-header .g-logo__link {
    width: 48.72vw;
  }
}
.g-header .g-nav {
  display: flex;
}
.g-header .g-nav-pagelink {
  display: flex;
  margin-right: 20px;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .g-header .g-nav-pagelink {
    margin-right: clamp(0.625rem, -0.395rem + 2.12vw, 1.25rem);
  }
}
.g-header .g-nav-pagelink-item {
  margin-right: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.g-header .g-nav-pagelink-item--hover.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #484AFE;
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .g-header .g-nav-pagelink-item {
    margin-right: clamp(0.313rem, -2.239rem + 5.31vw, 1.875rem);
  }
}
.g-header .g-nav-pagelink-item:last-child {
  margin-right: 0;
}
.g-header .g-nav-pagelink-tip {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.14em;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .g-header .g-nav-pagelink-tip {
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .g-header .g-nav-pagelink-tip {
    font-size: clamp(0.625rem, 0.217rem + 0.85vw, 0.875rem);
  }
}
.g-header .g-nav-pagelink__link {
  display: inline-block;
  padding: 14px 14px;
  background: #000000;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1;
  border-radius: 12px;
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .g-header .g-nav-pagelink__link {
    font-size: clamp(0.625rem, 0.217rem + 0.85vw, 0.875rem);
    padding: clamp(0.75rem, 0.342rem + 0.85vw, 1rem) clamp(0.625rem, -0.191rem + 1.7vw, 1.125rem);
  }
}
.g-header .g-nav-pagelink__link--access {
  margin-right: 14px;
}
.g-header .g-nav-login {
  display: flex;
  height: 100%;
}
.g-header .g-nav-login-item {
  width: 97px;
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .g-header .g-nav-login-item {
    width: clamp(4.625rem, 2.278rem + 4.88vw, 6.063rem);
  }
}
.g-header .g-nav-login-item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #484AFE;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3571428571;
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .g-header .g-nav-login-item__link {
    font-size: clamp(0.688rem, 0.381rem + 0.64vw, 0.875rem);
  }
}
.g-header .g-nav-login-item:nth-child(2) .g-nav-login-item__link {
  background: #1ABE71;
}
@media screen and (max-width: 768px) {
  .g-header .g-nav-pagelink {
    display: none;
  }
  .g-header .g-nav-login {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .g-header .menu-switch {
    display: block;
    width: 6.67vw;
    height: 5.13vw;
    position: relative;
    margin-right: 6.15vw;
  }
  .g-header .menu-switch span {
    display: inline-block;
    width: 100%;
    height: 0.77vw;
    background: #000;
    position: absolute;
    left: 0;
  }
  .g-header .menu-switch span:nth-child(1) {
    top: 0;
  }
  .g-header .menu-switch span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .g-header .menu-switch span:nth-child(3) {
    bottom: 0;
  }
  .g-header .menu-switch.active span:nth-child(1) {
    top: 50%;
    transform: translateY(-21%) rotate(45deg);
  }
  .g-header .menu-switch.active span:nth-child(2) {
    opacity: 0;
  }
  .g-header .menu-switch.active span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}
.g-header-tipNav {
  padding: 56px 60px 56px 44px;
  background: linear-gradient(255.03deg, #562FFE 32.47%, #0FBFE5 107.21%);
  border-radius: 40px;
  position: absolute;
  top: 98px;
  left: 50%;
  transform: translateX(-50%);
}
.g-header-tipNav .wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}
.g-header-tipNav .wrapper.centering {
  align-items: center;
}
.g-header-tipNav .wrapper.centering .ttl {
  margin-bottom: 0;
}
.g-header-tipNav .navttl {
  margin-right: 50px;
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 50px;
  font-size: 18px;
  color: #484AFE;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.14em;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.g-header-tipNav .category-box {
  margin-right: 34px;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
}
.g-header-tipNav .category-box:last-child {
  margin-right: 0;
}
.g-header-tipNav .category-box .ttl {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.g-header-tipNav .category-box .list > * + * {
  margin-top: 12px;
}
.g-header-tipNav .category-box .list .item {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.g-header-tipNav .category-box .list .item i {
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%227%22%20height%3D%2212%22%20viewBox%3D%220%200%207%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.781251%200.625L4.78125%205.625L0.78125%2010.625%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
}
.g-header-tipNav .category-box .list .item a {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .g-header-tipNav {
    max-width: 90vw;
    padding: clamp(2.25rem, 0.209rem + 4.25vw, 3.5rem) clamp(1.25rem, -2.832rem + 8.49vw, 3.75rem) clamp(2.25rem, 0.209rem + 4.25vw, 3.5rem) clamp(0.875rem, -2.186rem + 6.37vw, 2.75rem);
  }
  .g-header-tipNav .navttl {
    margin-right: clamp(1.25rem, -1.811rem + 6.37vw, 3.125rem);
    font-size: clamp(0.75rem, 0.138rem + 1.27vw, 1.125rem);
    padding: 10px clamp(0.938rem, 0.427rem + 1.06vw, 1.25rem);
  }
  .g-header-tipNav .category-box {
    margin-right: clamp(1.563rem, 0.644rem + 1.91vw, 2.125rem);
  }
  .g-header-tipNav .category-box .ttl {
    font-size: clamp(0.875rem, 0.671rem + 0.42vw, 1rem);
    margin-bottom: clamp(0.875rem, 0.059rem + 1.7vw, 1.375rem);
  }
  .g-header-tipNav .category-box .list .item a {
    font-size: clamp(0.75rem, 0.546rem + 0.42vw, 0.875rem);
  }
}
@media screen and (max-width: 768px) {
  .g-header-tipNav {
    width: 100%;
    height: calc(100vh - 15.13vw);
    position: fixed;
    top: 15.13vw;
    left: 0;
    background: linear-gradient(190.21deg, #582AFE 28.53%, #16AAFE 51.56%, #00E7B3 160%, #C6F329 290%);
    display: block;
    padding: 0;
    padding-top: 8.97vw;
    overflow-y: scroll;
    transform: none;
    border-radius: 0;
  }
  .g-header-tipNav-wrapper {
    padding-bottom: 17.95vw;
  }
  .g-header-tipNav-wrapper > * + * {
    margin-top: 11.79vw;
  }
  .g-header-tipNav .wrapper {
    width: 83.59%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    height: auto;
    display: none;
    opacity: 0;
  }
  .g-header-tipNav .navttl {
    width: 100%;
    margin-right: 0;
    padding: 2.56vw 5.13vw;
    font-size: 5.13vw;
    margin-bottom: 9.23vw;
    margin-bottom: 0;
  }
  .g-header-tipNav .category-box {
    margin-right: 0;
    margin-top: 6.67vw;
    padding-bottom: 7.69vw;
    border-bottom: 2px solid #fff;
  }
  .g-header-tipNav .category-box[data-type=single] {
    border-bottom: none;
  }
  .g-header-tipNav .category-box .ttl {
    font-size: 4.36vw;
    margin-bottom: 0;
  }
  .g-header-tipNav .category-box .ttl[data-type=accordion] {
    position: relative;
  }
  .g-header-tipNav .category-box .ttl[data-type=accordion]::after {
    content: "";
    display: block;
    width: 4.36vw;
    height: 4.36vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20x1%3D%228.5%22%20x2%3D%228.5%22%20y2%3D%2217%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%2F%3E%3Cline%20x1%3D%2217%22%20y1%3D%228.5%22%20x2%3D%22-1.07993e-07%22%20y2%3D%228.5%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .g-header-tipNav .category-box .ttl[data-type=accordion].active::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20x1%3D%2217%22%20y1%3D%228.5%22%20x2%3D%22-1.07993e-07%22%20y2%3D%228.5%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  }
  .g-header-tipNav .category-box .ttl[data-type=accordion].active + .list {
    display: block;
  }
  .g-header-tipNav .category-box .ttl[data-type=single] {
    position: relative;
  }
  .g-header-tipNav .category-box .ttl[data-type=single]::after {
    content: "";
    display: block;
    width: 1.54vw;
    height: 3.59vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%2216%22%20viewBox%3D%220%200%2010%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.13867%200.976563L7.13867%207.97656L1.13867%2014.9766%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .g-header-tipNav .category-box .ttl[data-type=single] + .category-box {
    border-bottom: none;
  }
  .g-header-tipNav .category-box .list {
    display: none;
    margin-top: 4.1vw;
  }
  .g-header-tipNav .category-box .list > * + * {
    margin-top: 2.05vw;
  }
  .g-header-tipNav .category-box .list .item a {
    letter-spacing: 0.04em;
    font-size: 3.59vw;
  }
  .g-header-tipNav .category-box .list .item i {
    margin-right: 2.05vw;
    width: 1.28vw;
    height: 3.08vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  .g-header .tipNav-bottomlinks {
    width: 100vw;
    margin-top: -1vw;
    padding-top: 12.82vw;
    padding-bottom: 35.9vw;
    background: #f4f4f4;
  }
  .g-header .tipNav-bottomlinks .lists {
    width: 83.59vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 11.28vw;
  }
  .g-header .tipNav-bottomlinks .lists > * + * {
    margin-top: 5.13vw;
  }
  .g-header .tipNav-bottomlinks .lists .item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .g-header .tipNav-bottomlinks .lists .item a i {
    display: inline-block;
    width: 1.54vw;
    height: 3.08vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%227%22%20height%3D%2212%22%20viewBox%3D%220%200%207%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.781251%200.625L4.78125%205.625L0.78125%2010.625%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 3.08vw;
  }
  .g-header .tipNav-bottomlinks .lists .item a span {
    font-size: 4.1vw;
    font-weight: 700;
    line-height: 1.56;
    letter-spacing: 0.1em;
  }
  .g-header .tipNav-bottomlinks .buttons {
    width: 83.59vw;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .g-header .tipNav-bottomlinks .buttons .linkButton {
    padding: 4.1vw 0;
    border-radius: 4.1vw;
    width: calc(50% - 2.05vw);
  }
  .g-header .tipNav-bottomlinks .buttons .linkButton.--long {
    background: #000;
    width: 100%;
    margin-bottom: 3.59vw;
    padding: 5.13vw 0;
  }
  .g-header .tipNav-bottomlinks .buttons .linkButton.--long a {
    line-height: 1;
  }
  .g-header .tipNav-bottomlinks .buttons .linkButton.--access {
    background: #000000;
    margin-bottom: 3.59vw;
  }
  .g-header .tipNav-bottomlinks .buttons .linkButton.--contact {
    background: #000000;
    margin-bottom: 3.59vw;
    margin-left: 4.1vw;
  }
  .g-header .tipNav-bottomlinks .buttons .linkButton.--login {
    background: #484AFE;
  }
  .g-header .tipNav-bottomlinks .buttons .linkButton.--regis {
    background: #1ABE71;
    margin-left: 4.1vw;
  }
  .g-header .tipNav-bottomlinks .buttons .linkButton a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 4.1vw;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.375;
    color: #fff;
  }
}

.g-header-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 900;
}

/* header_pc */
.footer-floating-nav {
  display: none;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .footer-floating-nav {
    width: 100%;
    height: 14.36vw;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 980;
  }
  .footer-floating-nav .nav-lists {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .footer-floating-nav .nav-item {
    height: 100%;
  }
  .footer-floating-nav .nav-item--login {
    width: 38.0769%;
    background: #484AFE;
  }
  .footer-floating-nav .nav-item--register {
    width: 38.0769%;
    background: #1ABE71;
  }
  .footer-floating-nav .nav-item--top {
    width: 23.8462%;
    background: #000;
  }
  .footer-floating-nav .nav-item--top i {
    width: 2.82vw;
    height: 2.82vw;
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%229%22%20height%3D%228%22%20viewBox%3D%220%200%209%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.16718%200.500001C3.55208%20-0.166666%204.51433%20-0.166667%204.89923%200.5L7.93032%205.75C8.31522%206.41667%207.83409%207.25%207.06429%207.25H1.00211C0.232314%207.25%20-0.248812%206.41667%200.136089%205.75L3.16718%200.500001Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 2.05vw;
    position: absolute;
    top: 3.08vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-floating-nav .nav-item--top span {
    display: inline-block;
    margin-top: 3.59vw;
  }
  .footer-floating-nav .nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
  }
  .footer-floating-nav .nav__link span {
    font-size: 3.59vw;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.14em;
    line-height: 1.4;
    align-items: center;
  }
}

.headmenu-break {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1380px) {
  .headmenu-break {
    display: block;
  }
}

.g-footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .g-footer {
    padding-top: 15.38vw;
    padding-bottom: 12.82vw;
  }
}
.g-footer__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: blur(12px);
}
.g-footer__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.g-footer-inner {
  max-width: 1240px;
  padding: 0 36px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 36px;
}
@media screen and (max-width: 768px) {
  .g-footer-inner {
    display: block;
    max-width: none;
    width: 87.69vw;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}
.g-footer-logo {
  width: 413px;
}
.g-footer-logo__link {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.g-footer-logo__link img {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .g-footer-logo {
    width: clamp(10.313rem, -2.614rem + 26.42vw, 16.25rem);
  }
}
@media screen and (max-width: 768px) {
  .g-footer-logo {
    width: 100%;
    margin-bottom: 11.28vw;
  }
}
.g-footer-sublink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.g-footer-sublink .sns {
  display: flex;
  align-items: center;
}
.g-footer-sublink .sns--x {
  margin-right: 16px;
  width: 32px;
}
.g-footer-sublink .sns--insta {
  width: 31px;
}
.g-footer-sublink .pref {
  margin-left: 60px;
  width: 64px;
}
@media screen and (max-width: 768px) {
  .g-footer-sublink {
    justify-content: space-between;
    align-items: flex-end;
  }
  .g-footer-sublink .sns--x {
    margin-right: 4.1vw;
    width: 8.21vw;
  }
  .g-footer-sublink .sns--insta {
    width: 7.95vw;
  }
  .g-footer-sublink .pref {
    margin-left: 0;
    width: 19.49vw;
  }
}
.g-footer-nav {
  padding-top: 40px;
  max-width: 540px;
}
.g-footer-nav-list {
  display: flex;
  flex-wrap: wrap;
}
.g-footer-nav-item {
  margin-right: 50px;
  margin-bottom: 50px;
}
.g-footer-nav-item:nth-child(3n) {
  margin-right: 0;
}
.g-footer-nav-item:nth-child(1), .g-footer-nav-item:nth-child(4) {
  width: 83px;
}
.g-footer-nav__link {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 700;
}
.g-footer-nav__link i {
  padding-right: 12px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .g-footer-nav {
    max-width: none;
    width: 100%;
    padding-top: 0;
  }
  .g-footer-nav-item {
    margin-right: 7.69vw;
    margin-bottom: 5.13vw;
    width: 100%;
  }
  .g-footer-nav-item:nth-child(3n) {
    margin-right: 0;
  }
  .g-footer-nav-item:nth-child(1), .g-footer-nav-item:nth-child(4) {
    width: 100%;
  }
  .g-footer-nav__link {
    font-size: 3.85vw;
  }
}
.g-footer-copyright {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 36px;
  margin-top: 65px;
  padding-top: 30px;
  border-top: 3px solid #fff;
  text-align: center;
}
.g-footer-copyright__text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.84;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .g-footer-copyright {
    max-width: none;
    width: 87.69vw;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin-top: 14.87vw;
    padding-top: 6.67vw;
  }
  .g-footer-copyright__text {
    font-size: 2.82vw;
  }
}
/*# sourceMappingURL=common.css.map */