@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

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;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  /*line-height:1.15;*/
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

section,
main {
  display: block;
}

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

i,
em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

/* wp */
img.scaled-image {
  margin: 0 !important;
  border: none !important;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}
@media screen and (min-width: 614px) and (max-width: 834px) {
  html {
    font-size: 75%;
  }
}

body {
  background: #fff;
  color: #3B3544;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: zen-kaku-gothic-new, -apple-system, Helvetica, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
  overflow-x: hidden;
  font-feature-settings: "palt";
  position: relative;
}

.wrap {
  min-height: 100%;
  position: relative;
}

a {
  color: inherit;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
a:hover {
  text-decoration: none;
}

svg * {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

.ph {
  position: relative;
  line-height: 0;
}

.ph .dummy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}
.btn {
  margin: 1em 0;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .btn {
    text-align: left;
  }
}
.btn a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  cursor: pointer;
  padding: 1em 2.4em;
  min-width: 280px;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 100px;
  box-shadow: 5px 5px 20px rgba(8, 52, 80, 0.13);
}
@media screen and (max-width: 834px) {
  .btn a {
    padding: 1.5rem;
    font-size: 1.6rem;
    min-width: 80%;
  }
}
@media screen and (min-width: 835px) {
  .btn a {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
  }
}
@media screen and (min-width: 614px) and (max-width: 834px) {
  .btn a {
    min-width: 45%;
    padding: 1.4em;
  }
}
.btn a {
  font-size: 1.8rem;
  font-weight: 700;
  transition: all 0.3s ease-out;
}
.btn a.btn--main {
  color: #fff;
  background: #7800D2;
  transition: all 0.3s ease-out;
}
.btn a.btn--main:hover {
  background: #9900ff;
}
.btn a.btn--sub {
  color: #7800D2;
  background: #fff;
}
.btn a.btn--sub:hover {
  color: #9900ff;
}

.preload {
  transition: 0 !important;
}

.preload * {
  transition: none !important;
}

/*スクリーンリーダー用 */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* common
----------------------------------- */
.section--base {
  position: relative;
  padding: 12rem 0;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .section--base {
    padding: 8rem 0;
  }
}
.section--base > .inner {
  max-width: 1400px;
  margin: 0 auto;
  width: 80%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .section--base > .inner {
    width: 86%;
  }
}
@media screen and (min-width: 614px) and (max-width: 834px) {
  .section--base > .inner {
    width: 80%;
  }
}

h2.section-tit {
  font-size: 3.2rem;
  margin: 0 0 6.4rem;
  text-align: center;
  position: relative;
  padding-bottom: 8rem;
}
@media screen and (max-width: 834px) {
  h2.section-tit {
    margin-bottom: 2.4em;
    font-size: 2.4rem;
    padding-bottom: 4rem;
  }
}
h2.section-tit::after {
  content: "";
  height: 4rem;
  width: 0.1rem;
  background: #3B3544;
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media screen and (max-width: 834px) {
  h2.section-tit::after {
    height: 2rem;
  }
}
h2.section-tit .en {
  display: block;
  font-family: "Red Hat Display", Helvetica, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #988F60;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 834px) {
  h2.section-tit .en {
    font-size: 1.2rem;
  }
}

.sub-txt {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
}

.list--btn {
  text-align: center;
}
@media screen and (min-width: 835px) {
  .list--btn {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 835px) {
  .list--btn li {
    margin: 0 2%;
  }
}
@media screen and (max-width: 834px) {
  .list--btn li + li {
    margin-top: 2rem;
  }
}

.big-q {
  position: absolute;
  width: 35vw;
}
.big-q.left {
  left: -7vw;
}
.big-q.right {
  right: -7vw;
}

.queue {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}
.queue::before {
  content: "";
  width: 100%;
  height: 2rem;
  background: linear-gradient(123deg, #CBFCFF 5%, #FFDFD1 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.queue img {
  width: 100%;
  position: relative;
  top: -1rem;
  padding: 0 1vw;
}

/* header
----------------------------------- */
header {
  height: 8rem;
  padding: 0 4%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 10px 10px 20px rgba(46, 59, 94, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
@media screen and (max-width: 834px) {
  header {
    background: transparent;
    color: #fff;
    box-shadow: none;
    padding-left: 7%;
  }
  header .logo svg {
    fill: #fff;
  }
}
header .logo a {
  display: block;
  text-decoration: none;
  line-height: 0;
  transition: none;
}
header .logo svg {
  height: 2rem;
  fill: #3B3544;
  fill: #512376;
}
@media screen and (min-width: 614px) and (max-width: 834px) {
  header .logo svg {
    width: 70%;
  }
}
header .logo svg > * {
  transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s;
}
header .menu {
  display: flex;
  gap: 16px;
}
header .menu > li {
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  header .menu > li {
    font-size: 1.4rem;
  }
}
header .menu > li a {
  display: block;
  font-weight: bold;
  letter-spacing: 0.15em;
  white-space: nowrap;
  transition: none;
  text-decoration: none;
  padding: 1rem 0;
  transition: color 0.1s ease-in-out 0s;
  -webkit-transition: color 0.1s ease-in-out 0s;
}
header .menu > li a:hover {
  color: #9900ff;
}
header .menu > li.em {
  position: relative;
  color: #3B3544;
}
header .menu > li.em a::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 0;
  height: 0.4rem;
  background: #7800D2;
  border-radius: 0.4rem;
}
header .menu > li.em a:hover::after {
  background: #9900ff;
}
header .menu > li.em:nth-last-child(3) {
  margin-left: 24px;
}
header .menu > li.em:nth-last-child(3)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #3B3544;
  left: -20px;
  opacity: 0.15;
}
header .menu > li.em:nth-last-child(1) img {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: -1;
}

.firstview header {
  box-shadow: none;
}

.menu-open .drawer__btn .em {
  display: none;
}

/* sp header DL button */
.sp-header-dl {
  display: none;
}
@media screen and (max-width: 834px) {
  .sp-header-dl {
    display: block;
    position: fixed;
    right: 1.2rem;
    top: 1.2rem;
    z-index: 9999;
    background: #6B2ECC;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 1rem 2rem;
    border-radius: 10rem;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: opacity 0.3s ease-in-out 1.7s;
    -webkit-transition: opacity 0.3s ease-in-out 1.7s;
  }
  body.not-ready .sp-header-dl {
    opacity: 0;
  }
}

/* navBtn */
.drawer__btn {
  width: 72px;
  height: 72px;
  position: fixed;
  right: 0;
  top: 0;
  background: transparent;
  z-index: 9999;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 614px) and (max-width: 834px) {
  .drawer__btn {
    right: 0;
    top: 0;
  }
}
.drawer__btn .drawer__btn__inner {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 56px;
  height: 56px;
  z-index: 10000;
}

.sp_mobilePlan_button {
  display: none;
  position: fixed;
  right: 80px;
  top: 20px;
  padding: 0 8px;
  width: calc(100% - 112px);
  height: auto;
  z-index: 10000;
  transition: color 0.1s ease-in-out 0s;
  -webkit-transition: color 0.1s ease-in-out 0s;
}
.sp_mobilePlan_button a {
  display: inline-flex;
  position: absolute;
  right: 0;
  color: #3B3544;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  transition: none;
  text-decoration: none;
}
.sp_mobilePlan_button a::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: -4px;
  height: 2px;
  background: #7800D2;
  border-radius: 0.4rem;
}
.sp_mobilePlan_button a:hover {
  color: #9900ff;
}
.sp_mobilePlan_button a img {
  width: 32px !important;
  height: 32px !important;
  position: absolute;
  top: -16px !important;
  right: -8px !important;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .sp_mobilePlan_button {
    display: block;
  }
}

.menu-open .sp_mobilePlan_button {
  display: none;
}

.drawer__btn span {
  display: inline-block;
  width: 40%;
  height: 2px;
  position: absolute;
  left: 17px;
  background-color: #3B3544;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

.drawer__btn span:nth-of-type(1) {
  top: 22px;
}

.drawer__btn span:nth-of-type(2) {
  bottom: 22px;
}

.menu-open .drawer__btn span:nth-of-type(1) {
  transform: translateY(5px) rotate(-45deg);
}

.menu-open .drawer__btn span:nth-of-type(2) {
  transform: translateY(-5px) rotate(45deg);
}

/* drawer */
.drawer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: linear-gradient(123deg, #CBFCFF 5%, #FFDFD1 100%);
  z-index: 9998;
  display: none;
  text-align: center;
  pointer-events: none;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 10vh 0;
}
.drawer > .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  flex-direction: column;
}
.drawer .menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.drawer .menu li {
  width: 100%;
}
.drawer .menu a {
  text-decoration: none;
  padding: 0.75em 0;
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 614px) and (max-width: 834px) {
  .drawer .menu a {
    font-size: 3vw;
  }
}
.drawer .menu .em {
  color: #7800D2;
}
.drawer .list--btn {
  margin-top: 2rem;
  width: 100%;
  max-width: 280px;
}
.drawer .list--btn a {
  font-size: 1.4rem;
  padding: 1.6rem 2.4rem;
  width: 100%;
  position: relative;
}
.drawer .list--btn li:nth-last-child(1) a {
  font-size: 24px;
}
.drawer .list--btn li:nth-last-child(1) a span {
  display: block;
  font-size: 12px;
}
.drawer .list--btn li:nth-last-child(1) a img {
  width: 48px;
  height: 48px;
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: 1;
}

.menu-open .drawer {
  pointer-events: auto;
}

.anchor {
  position: absolute;
  top: -7rem;
}
@media screen and (max-width: 834px) {
  .anchor {
    top: 0;
  }
}

/* footer
----------------------------------- */
footer {
  background: #fff;
  padding: 5rem 7vw 16rem;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 834px) {
  footer {
    text-align: center;
    padding: 0 0 12rem;
  }
}
@media screen and (min-width: 835px) {
  footer {
    display: flex;
    justify-content: space-between;
  }
  footer .left-side,
  footer .right-side {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 834px) {
  footer .left-side {
    margin-bottom: 8rem;
  }
}
footer .logo {
  line-height: 1;
}
footer .logo svg {
  height: 2rem;
  fill: #512376;
}
@media screen and (min-width: 835px) {
  footer .list--footer-link {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 834px) {
  footer .list--footer-link {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 835px) {
  footer .list--footer-link li {
    display: inline-block;
  }
  footer .list--footer-link li + li {
    margin-left: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  footer .list--footer-link li {
    margin-top: 1rem;
  }
}
footer .list--footer-link a {
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  footer .list--footer-link a {
    font-size: 1.2rem;
  }
}
footer .copy {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 400;
}
@media screen and (min-width: 835px) {
  footer .copy {
    margin-left: 4rem;
  }
}

.fixed-btn {
  flex-direction: column;
  position: fixed;
  right: 3vw;
  bottom: 3vw;
  z-index: 9998;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.fixed-btn li a {
  font-size: 1.4rem;
  padding: 1.6rem 2.4rem;
  min-width: 20rem;
  white-space: nowrap;
}
.fixed-btn li + li {
  margin-top: 1.6rem;
}
@media screen and (max-width: 834px) {
  .fixed-btn {
    display: none;
  }
}

/* top
----------------------------------- */
.section--top {
  padding: 0;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .section--top {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
.section--top .inner {
  padding: 8rem 0;
  height: 100%;
}
@media screen and (min-width: 835px) {
  .section--top .inner {
    margin: 0 auto;
    width: 130rem;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 614px) and (max-width: 834px) {
  .section--top .inner {
    padding-bottom: 14rem;
  }
}
.section--top .txt-side {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .section--top .txt-side {
    width: 40%;
    order: 2;
    left: -8rem;
  }
}
.section--top .txt-side .copy {
  font-size: 2.8rem;
  margin: 0 0 1em;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .section--top .txt-side .copy {
    font-size: 4.8vw;
    margin-bottom: 2rem;
  }
}
.section--top .txt-side .sholder {
  font-size: 2rem;
  margin: 0 0 0.75em;
}
@media screen and (max-width: 834px) {
  .section--top .txt-side .sholder {
    font-size: 3.6vw;
  }
}
.section--top .txt-side .logo {
  line-height: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .section--top .txt-side .logo img {
    width: 60%;
  }
}
.section--top .list--btn {
  margin-top: 6rem;
  flex-direction: column;
}
@media screen and (max-width: 834px) {
  .section--top .list--btn {
    margin-top: 24vw;
  }
}
.section--top .list--btn li + li {
  margin-top: 2.4rem;
}
.section--top .visual-side {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 835px) {
  .section--top .visual-side {
    width: 60%;
    right: -5rem;
  }
}
.section--top .visual-side .ph {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--top .visual-side .ph img {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .section--top .visual-side .ph img {
    top: 6vw;
    left: 11.5vw;
  }
}
.section--top .visual-side .ph .circle {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 43%;
  width: 60rem;
  height: 60rem;
}
@media screen and (max-width: 834px) {
  .section--top .visual-side .ph .circle {
    width: 80vw;
    height: 80vw;
    top: 30vw;
    left: 50%;
  }
}
.section--top .visual-side .ph .circle::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(123deg, #CBFCFF 5%, #FFDFD1 100%);
}
@keyframes grad-anime {
  0% {
    background-position: 0% 54%;
  }
  50% {
    background-position: 100% 47%;
  }
  100% {
    background-position: 0% 54%;
  }
}
.section--top .visual-side .list--round-txt > li {
  position: absolute;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--top .visual-side .list--round-txt .round-txt--01 {
  background: #009999;
  width: 18rem;
  height: 18rem;
  font-size: 1.8rem;
  bottom: 16rem;
  left: -2rem;
  line-height: 1.6em;
}
@media screen and (max-width: 834px) {
  .section--top .visual-side .list--round-txt .round-txt--01 {
    width: 28vw;
    height: 28vw;
    font-size: 3vw;
    bottom: 0vw;
    left: -3vw;
  }
}
@media screen and (min-width: 614px) and (max-width: 834px) {
  .section--top .visual-side .list--round-txt .round-txt--01 {
    width: 25vw;
    height: 25vw;
    font-size: 2.5vw;
    left: -5vw;
  }
}
.section--top .visual-side .list--round-txt .round-txt--02 {
  background: #FC9155;
  width: 13rem;
  height: 13rem;
  font-size: 1.6rem;
  bottom: 10rem;
  left: 16rem;
  line-height: 1.5em;
}
@media screen and (max-width: 834px) {
  .section--top .visual-side .list--round-txt .round-txt--02 {
    width: 22vw;
    height: 22vw;
    font-size: 3vw;
    bottom: -11vw;
    left: 14vw;
  }
}
@media screen and (min-width: 614px) and (max-width: 834px) {
  .section--top .visual-side .list--round-txt .round-txt--02 {
    width: 20vw;
    height: 20vw;
    font-size: 2.5vw;
    bottom: -13vw;
    left: 7vw;
  }
}

/* about
----------------------------------- */
.section--about {
  overflow: hidden;
}
.section--about .list--about > li {
  position: relative;
}
.section--about .list--about > li a {
  display: block;
  text-decoration: none;
}
.section--about .list--about > li .tit {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: bold;
}
.section--about .list--about > li {
  position: relative;
}
.section--about .list--about > li a {
  display: block;
  text-decoration: none;
}
.section--about .list--about > li .tit {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: bold;
}
.section--about .list--about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section--about .list--about::after {
  content: "";
  display: block;
  width: 30%;
}
.section--about .list--about > li {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .section--about .list--about > li:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 835px) {
  .section--about .list--about > li {
    width: 31%;
  }
}
.section--about .list--about > li .thumb {
  line-height: 0;
  border-right: none;
  position: relative;
}
.section--about .list--about > li .thumb img {
  width: 100%;
  background: no-repeat center;
  background-size: cover;
}
.section--about .list--about > li .inner {
  padding: 1.5rem 0;
}
@media screen and (min-width: 835px) {
  .section--about .list--about > li {
    width: 28%;
  }
}
.section--about .list--about > li .thumb {
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 834px) {
  .section--about .list--about > li .thumb {
    width: 70%;
    margin: 0 auto 2.4rem;
  }
}
.section--about .list--about > li .thumb img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--about .list--about > li .tit {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 1em;
}
@media screen and (max-width: 834px) {
  .section--about .list--about > li .tit {
    font-size: 1.8rem;
  }
}
.section--about .list--about > li .sub-txt {
  margin-top: 1em;
}
.section--about .big-q.right {
  top: 8vh;
}
@media screen and (max-width: 834px) {
  .section--about .big-q.right {
    top: 4vh;
    right: -7vw;
  }
}
.section--about .big-q.left {
  bottom: 0;
  left: -18vw;
}

/* strength
----------------------------------- */
.section--strength {
  padding-top: 6rem;
  padding-bottom: 0;
}
.section--strength > h2.section-tit {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .section--strength > h2.section-tit {
    padding-bottom: 12rem;
  }
  .section--strength > h2.section-tit::after {
    height: 8rem;
  }
}
.section--strength .block--strength {
  background: linear-gradient(123deg, #CBFCFF 5%, #FFDFD1 100%);
}
.section--strength .block--strength:nth-of-type(even) {
  background: linear-gradient(123deg, #FFDFD1 5%, #CBFCFF 100%);
}
@media screen and (min-width: 835px) {
  .section--strength .block--strength {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 8rem);
    position: sticky;
    top: 8rem;
    display: flex;
  }
}
.section--strength .block--strength .thumb {
  background: no-repeat center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .section--strength .block--strength .thumb {
    width: 60%;
    height: 100%;
  }
}
@media screen and (max-width: 834px) {
  .section--strength .block--strength .thumb {
    padding: 5rem 0;
  }
}
.section--strength .block--strength .thumb img {
  width: 60%;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.8));
}
.section--strength .block--strength .thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(51, 73, 72, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.section--strength .block--strength.strength--01 .thumb {
  background-image: url(/common/images/qticket/bg_strength_01.webp);
}
.section--strength .block--strength.strength--02 .thumb {
  background-image: url(/common/images/qticket/bg_strength_02.webp);
}
.section--strength .block--strength.strength--03 .thumb {
  background-image: url(/common/images/qticket/bg_strength_03.webp);
}
.section--strength .block--strength.strength--04 .thumb {
  background-image: url(/common/images/qticket/bg_strength_04.webp);
}
.section--strength .block--strength.strength--05 .thumb {
  background-image: url(/common/images/qticket/bg_strength_05.webp);
}
.section--strength .block--strength .tablet-frame {
  position: relative;
  width: 60%;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .section--strength .block--strength .tablet-frame {
    width: 80%;
  }
}
.section--strength .block--strength .tablet-frame video {
  width: 100%;
  display: block;
  border-radius: 18px;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.8));
}
@media screen and (max-width: 834px) {
  .section--strength .block--strength .tablet-frame video {
    border-radius: 12px;
  }
}
.section--strength .block--strength .tablet-frame.is-playing {
  background: #1a1a1a;
  border-radius: 18px;
  padding: 14px;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.8));
}
@media screen and (max-width: 834px) {
  .section--strength .block--strength .tablet-frame.is-playing {
    padding: 8px;
    border-radius: 12px;
  }
}
.section--strength .block--strength .tablet-frame.is-playing video {
  border-radius: 4px;
  filter: none;
}
@media screen and (max-width: 834px) {
  .section--strength .block--strength .tablet-frame.is-playing video {
    border-radius: 4px;
  }
}
.section--strength .block--strength .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px 10rem;
}
@media screen and (min-width: 835px) {
  .section--strength .block--strength .inner {
    border-top: 1px solid #fff;
    width: 40%;
  }
}
@media screen and (max-width: 834px) {
  .section--strength .block--strength .inner {
    padding: 4.5rem 7% 6rem;
  }
}
.section--strength .block--strength .numb {
  display: block;
  background: #fff;
  width: 6.4rem;
  height: 6.4rem;
  line-height: 6.4rem;
  text-align: center;
  border-radius: 50%;
  font-size: 2.4rem;
  color: #988F60;
  font-family: "Red Hat Display", Helvetica, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 834px) {
  .section--strength .block--strength .numb {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 2rem;
  }
}
.section--strength .block--strength .numb > span {
  position: relative;
  top: -0.05em;
}
@media screen and (max-width: 834px) {
  .section--strength .block--strength .numb > span {
    top: -0.1em;
  }
}
.section--strength .block--strength .tit {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .section--strength .block--strength .tit {
    font-size: 1.8rem;
    margin-bottom: 1.5em;
  }
}
.section--strength .block--strength .txt {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 835px) {
  .section--strength .block--strength .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .section--strength .block--strength .txt br {
    display: none;
  }
}
.section--strength .block--strength .txt + .txt {
  margin-top: 2em;
}
@media screen and (max-width: 834px) {
  .section--strength .block--strength .txt + .txt {
    margin-top: 1em;
  }
}
.section--strength .block--strength .list--scene {
  display: flex;
  justify-content: center;
  gap: 0;
  border-top: 1px solid #988F60;
  padding-top: 2rem;
  width: 100%;
  max-width: 560px;
}
@media screen and (max-width: 834px) {
  .section--strength .block--strength .list--scene {
    gap: 1.2rem;
    padding-top: 1.6rem;
  }
}
.section--strength .block--strength .list--scene li {
  flex: 1;
  text-align: center;
  padding-left: 0;
  font-size: inherit;
  line-height: 1.5;
}
.section--strength .block--strength .list--scene li::before, .section--strength .block--strength .list--scene li::after {
  display: none;
}
.section--strength .block--strength .list--scene li + li {
  margin-top: 0;
}
.section--strength .block--strength .list--scene .scene-label {
  display: block;
  font-family: "Red Hat Display", "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #988F60;
  margin-bottom: 0.3em;
}
.section--strength .block--strength .list--scene .scene-name {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 834px) {
  .section--strength .block--strength .list--scene .scene-name {
    font-size: 1.4rem;
  }
}

/* usage
----------------------------------- */
.section--usage {
  background: #fff;
  padding-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .section--usage {
    padding-bottom: 0;
  }
}
.section--usage > .inner {
  width: 86%;
}
@media screen and (max-width: 834px) {
  .section--usage > .inner {
    width: 92%;
  }
}
.section--usage > .inner h2.section-tit {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .section--usage > .inner h2.section-tit {
    padding-bottom: 12rem;
  }
  .section--usage > .inner h2.section-tit::after {
    height: 8rem;
  }
}
.section--usage .list--usage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #F8F8F8;
  padding: 5vw;
  border-radius: 2rem;
}
@media screen and (min-width: 835px) {
  .section--usage .list--usage {
    margin-top: -4rem;
  }
}
@media screen and (max-width: 834px) {
  .section--usage .list--usage {
    padding: 1rem 7vw;
  }
}
@media screen and (min-width: 835px) {
  .section--usage .list--usage > li {
    display: flex;
    margin-bottom: 6.4rem;
    width: 46%;
  }
}
@media screen and (max-width: 834px) {
  .section--usage .list--usage > li {
    border-bottom: 1px solid #ebebeb;
    padding: 4rem 0;
  }
  .section--usage .list--usage > li:last-child {
    border: none;
  }
}
@media screen and (min-width: 835px) {
  .section--usage .list--usage > li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
.section--usage .list--usage .thumb {
  border-radius: 50%;
  background: #fff;
  position: relative;
  height: 0;
  padding-top: 30%;
  width: 30%;
}
@media screen and (max-width: 834px) {
  .section--usage .list--usage .thumb {
    margin: 0 auto 1.5rem;
  }
}
.section--usage .list--usage .thumb img {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 835px) {
  .section--usage .list--usage .txt-side {
    width: 70%;
    padding: 0 0 0 3.2rem;
  }
}
.section--usage .list--usage .tit {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 834px) {
  .section--usage .list--usage .tit {
    font-size: 1.8rem;
    text-align: center;
  }
}

/* case study
----------------------------------- */
.section--case {
  overflow: hidden;
}
.section--case .list--case > li {
  position: relative;
}
.section--case .list--case > li a {
  display: block;
  text-decoration: none;
}
.section--case .list--case > li .tit {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: bold;
}
.section--case .list--case > li {
  position: relative;
}
.section--case .list--case > li a {
  display: block;
  text-decoration: none;
}
.section--case .list--case > li .tit {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: bold;
}
.section--case .list--case {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section--case .list--case::after {
  content: "";
  display: block;
  width: 30%;
}
.section--case .list--case > li {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .section--case .list--case > li:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 835px) {
  .section--case .list--case > li {
    width: 31%;
  }
}
.section--case .list--case > li .thumb {
  line-height: 0;
  border-right: none;
  position: relative;
}
.section--case .list--case > li .thumb img {
  width: 100%;
  background: no-repeat center;
  background-size: cover;
}
.section--case .list--case > li .inner {
  padding: 1.5rem 0;
}
.section--case .list--case > li {
  position: relative;
}
@media screen and (min-width: 835px) {
  .section--case .list--case > li {
    width: 28%;
  }
}
.section--case .list--case > li .thumb {
  margin: 0 0 2rem;
}
.section--case .list--case > li .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 2rem;
}
.section--case .list--case > li .numb {
  display: block;
  font-size: 1.2rem;
  font-family: "Red Hat Display", Helvetica, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 600;
  transform: translateY(240%) rotate(-90deg);
  position: absolute;
  left: -1.4em;
  top: 0;
  transform-origin: left;
}
@media screen and (max-width: 834px) {
  .section--case .list--case > li .numb {
    display: none;
  }
}
.section--case .list--case > li .tit {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 834px) {
  .section--case .list--case > li .tit {
    font-size: 1.8rem;
  }
}
.section--case .list--case > li .txt-btn {
  margin-top: 1em;
  color: #7800D2;
  font-family: "Red Hat Display", Helvetica, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.section--case .list--case > li a {
  display: inline;
}
.section--case .list--case > li a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
  margin-right: 0.25em;
  left: 0.25em;
  position: relative;
}
.section--case .list--case > li a:hover {
  color: #9900ff;
}

/* contact
----------------------------------- */
.section--contact {
  padding-top: 0;
}
.section--strength + .section--contact.sp {
  padding-top: 8rem;
  padding-bottom: 0;
}
.section--contact .inner {
  background: linear-gradient(123deg, #CBFCFF 5%, #FFDFD1 100%);
  border-radius: 2rem;
  padding: 10rem 8%;
}
@media screen and (min-width: 835px) {
  .section--contact .inner {
    width: 86%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 834px) {
  .section--contact .inner {
    text-align: center;
    padding: 5rem 5%;
    width: 92%;
  }
}
@media screen and (max-width: 1200px) {
  .section--contact .inner {
    display: block;
    text-align: center;
  }
  .section--contact .inner br {
    display: none;
  }
  .section--contact .inner .list--btn {
    margin-top: 4rem;
  }
}
.section--contact h2.contact-tit {
  margin: 0 0 2em;
  font-family: "Red Hat Display", Helvetica, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 834px) {
  .section--contact h2.contact-tit {
    margin-bottom: 1.6em;
    font-size: 1.2rem;
  }
}
.section--contact .section-lead {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .section--contact .section-lead {
    font-size: 2rem;
    margin-bottom: 1.6em;
  }
}

/* loading/opening
----------------------------------- */
.section--top .txt-side {
  transition: opacity 0.5s 1.2s, transform 0.5s 1.2s;
}

header,
.section--top .queue,
.section--top .list--round-txt,
.section--top .list--btn.sp {
  transition: all 0.3s ease-in-out 1.7s;
  -webkit-transition: all 0.3s ease-in-out 1.7s;
}

.drawer__btn {
  transition: opacity 0.3s ease-in-out 1.7s;
  -webkit-transition: opacity 0.3s ease-in-out 1.7s;
}

body.not-ready header {
  transform: translateY(-100%);
}
body.not-ready .drawer__btn {
  opacity: 0;
}
body.not-ready .section--top .queue {
  transform: translateY(150%);
}
body.not-ready .section--top .visual-side .list--round-txt {
  opacity: 0;
}
body.not-ready .section--top .txt-side,
body.not-ready .section--top .list--btn.sp {
  opacity: 0;
  transform: translateY(2rem);
}

body.ready .visual-side .ph .circle::before {
  animation: circle 1s ease-in-out 1 forwards 0.4s;
}

@keyframes circle {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
/* delighter.js
----------------------------------- */
@media screen and (min-width: 835px) {
  /* before */
  section.delighter.section--strength, section.delighter > .inner {
    opacity: 0;
    transform: translateY(10rem);
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
  }
  .block--strength.delighter .thumb img,
  .block--strength.delighter .thumb::before {
    opacity: 0;
    transition: all 0.5s ease-in-out 0.5s;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
  }
  .list--about.delighter > li:nth-of-type(1),
  .list--usage.delighter > li:nth-of-type(1),
  .list--case.delighter > li:nth-of-type(1) {
    transition: all 0.4s ease-in-out 0.15s;
    -webkit-transition: all 0.4s ease-in-out 0.15s;
    transform: translateY(10rem);
    opacity: 0;
  }
  .list--about.delighter > li:nth-of-type(2),
  .list--usage.delighter > li:nth-of-type(2),
  .list--case.delighter > li:nth-of-type(2) {
    transition: all 0.4s ease-in-out 0.3s;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    transform: translateY(10rem);
    opacity: 0;
  }
  .list--about.delighter > li:nth-of-type(3),
  .list--usage.delighter > li:nth-of-type(3),
  .list--case.delighter > li:nth-of-type(3) {
    transition: all 0.4s ease-in-out 0.45s;
    -webkit-transition: all 0.4s ease-in-out 0.45s;
    transform: translateY(10rem);
    opacity: 0;
  }
  .list--about.delighter > li:nth-of-type(4),
  .list--usage.delighter > li:nth-of-type(4),
  .list--case.delighter > li:nth-of-type(4) {
    transition: all 0.4s ease-in-out 0.6s;
    -webkit-transition: all 0.4s ease-in-out 0.6s;
    transform: translateY(10rem);
    opacity: 0;
  }
  .list--about.delighter > li:nth-of-type(5),
  .list--usage.delighter > li:nth-of-type(5),
  .list--case.delighter > li:nth-of-type(5) {
    transition: all 0.4s ease-in-out 0.75s;
    -webkit-transition: all 0.4s ease-in-out 0.75s;
    transform: translateY(10rem);
    opacity: 0;
  }
  .list--about.delighter > li:nth-of-type(6),
  .list--usage.delighter > li:nth-of-type(6),
  .list--case.delighter > li:nth-of-type(6) {
    transition: all 0.4s ease-in-out 0.9s;
    -webkit-transition: all 0.4s ease-in-out 0.9s;
    transform: translateY(10rem);
    opacity: 0;
  }
  /* after */
  .delighter.started > .inner {
    opacity: 1;
    transform: translateY(0);
  }
  .delighter.started.section--strength,
  .list--about.delighter.started > li,
  .list--usage.delighter.started > li,
  .list--case.delighter.started > li,
  .block--strength.delighter.started .thumb img,
  .block--strength.delighter.started .thumb::before {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 834px) {
  /* before */
  section.delighter.section--strength, section.delighter > .inner {
    opacity: 0;
    transform: translateY(10rem);
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
  }
  .block--strength.delighter .thumb img,
  .block--strength.delighter .thumb::before {
    opacity: 0;
    transition: all 0.5s ease-in-out 0.5s;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
  }
  /* after */
  .delighter.started > .inner {
    opacity: 1;
    transform: translateY(0);
  }
  .delighter.started.section--strength,
  .block--strength.delighter.started .thumb img,
  .block--strength.delighter.started .thumb::before {
    opacity: 1;
    transform: translateY(0);
  }
}
.section--mobilePlan {
  margin: 40px 0 0;
}
.section--mobilePlan .mobilePlan-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 64px;
  position: relative;
}
.section--mobilePlan .mobilePlan-title h2 {
  font-size: calc(40px + 24 * (100vw - 640px) / 640);
  line-height: 1.5;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.section--mobilePlan .mobilePlan-title p {
  position: relative;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(14px + 4 * (100vw - 640px) / 640);
  margin-bottom: 16px;
  text-align: center;
  font-weight: bold;
}
.section--mobilePlan .mobilePlan-title .mobilePlan-title-icon {
  display: block;
  position: absolute;
  right: -120px;
  top: -48px;
  width: 120px;
  height: 120px;
}
.section--mobilePlan .mobilePlan-content picture, .section--mobilePlan .mobilePlan-content img, .section--mobilePlan .mobilePlan-content source {
  display: block;
  width: 100%;
}
.section--mobilePlan .mobilePlan-point {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 24px;
  margin: 24px auto 40px;
}
.section--mobilePlan .mobilePlan-point-item {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.section--mobilePlan .mobilePlan-point-item p {
  font-size: calc(20px + 4 * (100vw - 640px) / 1200);
  text-align: center;
  font-weight: 700;
}
.section--mobilePlan .mobilePlan-point-item h3 {
  font-size: calc(20px + 4 * (100vw - 640px) / 1200);
  text-align: center;
  font-weight: 700;
}
.section--mobilePlan .mobilePlan-point-item h3 span {
  font-size: 240%;
}

.section--mobilePlan .inner {
  width: calc(100% - 32px);
  overflow: hidden;
  max-width: 1200px;
  background-color: #f8f8f8;
  border-radius: 40px;
  padding: 40px 0 16px;
  box-shadow: 10px 10px 30px rgba(96, 93, 102, 0.15);
}

@media screen and (max-width: 834px) {
  .section--mobilePlan .inner {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
  .section--mobilePlan .mobilePlan-title-icon {
    width: 64px !important;
    height: 64px !important;
    top: -32px !important;
    right: -64px !important;
  }
  .section--mobilePlan .mobilePlan-point {
    flex-direction: column;
    padding: 16px;
  }
  .section--mobilePlan .mobilePlan-point-item {
    width: 100% !important;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: baseline;
  }
}/*# sourceMappingURL=qticket.css.map */