/* Mixin
============================================================================= */
/* Top Page Common Style
============================================================================= */
.top_container {
  font-family: var(--font-noto-sans-jp);
  color: var(--text-color-black01);
  font-weight: 500;
  overflow: hidden;
}
.top_container :where(a) {
  color: inherit;
  text-decoration: none;
}
.top_container :where(img) {
  display: block;
  max-width: 100%;
  height: auto;
}

/* KeyVisual
============================================================================= */
.top-keyvisual {
  padding: 40px 40px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-keyvisual {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top-keyvisual {
    padding: 10px 16px;
  }
}
.top-keyvisual-user {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 136px;
  height: 136px;
  line-height: 1;
  color: #fff;
  background-color: var(--main-color-red01);
  position: absolute;
  top: 100px;
  left: 116px;
  z-index: 1;
  transition-property: opacity, transform;
  transition-duration: 400ms;
  transition-delay: 0.8s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.top-keyvisual:not(.__video-loaded) .top-keyvisual-user {
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (max-width: 768px) {
  .top-keyvisual-user {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50px;
    left: 26px;
  }
}
.top-keyvisual-user > ._f-noto-700 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .top-keyvisual-user > ._f-noto-700 {
    font-size: 9px;
  }
}
.top-keyvisual-user > ._f-inter-700 {
  margin-top: 8px;
  font-size: 39px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-keyvisual-user > ._f-inter-700 {
    margin-top: 4px;
    font-size: 17px;
  }
}
.top-keyvisual-user > ._f-inter-700 > sup {
  margin-right: -0.2em;
  font-size: 12px;
  position: absolute;
  bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  .top-keyvisual-user > ._f-inter-700 > sup {
    font-size: 7px;
  }
}
.top-keyvisual-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top-keyvisual-video_wrap {
  height: 626px;
  -webkit-clip-path: polygon(0% 140px, 50% 0%, 100% 140px, 100% 100%, 0% 100%);
  clip-path: polygon(0% 140px, 50% 0%, 100% 140px, 100% 100%, 0% 100%);
  position: relative;
  transition-property: opacity;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.top-keyvisual:not(.__video-loaded) .top-keyvisual-video_wrap {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .top-keyvisual-video_wrap {
    height: 404px;
    -webkit-clip-path: polygon(0% 88px, 50% 0%, 100% 88px, 100% 100%, 0% 100%);
    clip-path: polygon(0% 88px, 50% 0%, 100% 88px, 100% 100%, 0% 100%);
  }
}
.top-keyvisual-video-logo {
  margin: auto;
  width: calc(100% - 40px);
  height: fit-content;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .top-keyvisual-video-logo {
    max-width: 1020px;
  }
}
.top-keyvisual-video-logo > img {
  margin-top: 60px;
  margin-left: auto;
  width: 409px;
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.top-keyvisual:not(.__video-loaded) .top-keyvisual-video-logo > img {
  opacity: 0;
  transform: scale(0) rotate(-40deg);
}
@media screen and (max-width: 768px) {
  .top-keyvisual-video-logo > img {
    margin-top: 40px;
    margin-right: auto;
    width: 214px;
  }
}
.top-keyvisual-campaign {
  width: 100%;
}
.top-keyvisual-campaign-banner {
  width: 100%;
}
.top-keyvisual-caution {
  margin-top: 12px;
  font-size: 8px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-delay: 0.6s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translateY(0px);
}
.top-keyvisual:not(.__video-loaded) .top-keyvisual-caution {
  opacity: 0;
  transform: translateY(40px);
}
@media screen and (max-width: 768px) {
  .top-keyvisual-caution {
    margin-top: 16px;
    margin-bottom: 6px;
  }
}
.top-keyvisual-caution > li {
  display: flex;
}
.top-keyvisual-caution > li .asterisk {
  margin-right: 0.2em;
  flex-shrink: 0;
}

/* Information
============================================================================= */
.top-information {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .top-information {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.top-information-list {
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-delay: 1s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body:not(.__kv-video-loaded-end) .top-information-list {
  opacity: 0;
  transform: translateY(40px);
}
.top-information-list_item {
  display: flex;
  align-items: flex-start;
}
.top-information-list_item + .top-information-list_item {
  margin-top: 16px;
}
.top-information-list-category {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  min-width: 78px;
  height: 20px;
  background-color: var(--main-color-red01);
  color: #fff;
  font-size: 10px;
  border-radius: 100px;
  flex-shrink: 0;
}
.top-information-list-category + .top-information-list-heading {
  margin-left: 12px;
}
.top-information-list-heading {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
}
.top-information-list-heading > span {
  font-weight: 700;
}
.top-information-list-heading > a {
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .top-information-list-heading > a {
    transition-property: opacity;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .top-information-list-heading > a:hover {
    opacity: 0.8;
  }
}

/* Intro
============================================================================= */
.top-intro {
  padding-top: 200px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .top-intro {
    background-repeat: repeat-x;
    background-position: center 45px;
    background-image: url(../images/home_2023/intro-line_pc.svg);
  }
}
@media screen and (max-width: 768px) {
  .top-intro {
    padding-top: 100px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center 24px;
    background-size: calc(100% - 40px) auto;
    background-image: url(../images/home_2023/intro-line_sp.svg);
  }
}
@media print, screen and (min-width: 769px) {
  .top-intro_inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  .top-intro-imgs {
    flex-shrink: 0;
    width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .top-intro-imgs {
    margin: 52px auto 0;
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .top-intro-imgs_wrap {
    transition-timing-function: linear;
  }
}
.top-intro-imgs-slide img {
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 50%;
}
[data-ios]:not(.__ios-active) .top-intro-imgs-slide img {
  opacity: 0 !important;
  transform: scale(0);
}
@media print, screen and (min-width: 769px) {
  .top-intro-text {
    margin-right: auto;
    margin-left: 72px;
  }
}
.top-intro-text-heading {
  font-size: 30px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-delay: 1.2s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (max-width: 768px) {
  .top-intro-text-heading {
    font-size: 22px;
    text-align: center;
  }
}
body:not(.__kv-video-loaded-end) .top-intro-text-heading {
  opacity: 0;
  transform: translateY(30px);
}
.top-intro-text-catch {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-ios]:not(.__ios-active) .top-intro-text-catch {
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (max-width: 768px) {
  .top-intro-text-catch {
    font-size: 15px;
  }
}
.top-intro-text-description {
  margin-top: 16px;
  font-size: 15px;
  line-height: 2.4;
  letter-spacing: 0.06em;
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-delay: 0.6s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-ios]:not(.__ios-active) .top-intro-text-description {
  opacity: 0;
  transform: translateY(30px);
}
@media print, screen and (min-width: 769px) {
  .top-intro-text-description {
    max-width: 580px;
  }
}
@media screen and (max-width: 768px) {
  .top-intro-text-description {
    font-size: 13px;
  }
}

/* Feature
============================================================================= */
.top-feature {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-feature {
    padding-top: 32px;
    overflow: hidden;
  }
}
.top-feature-points {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top-feature-points {
    margin-top: 32px;
  }
}
.top-feature-points_item {
  display: flex;
  position: relative;
  perspective: 500px;
  cursor: pointer;
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media print, screen and (min-width: 769px) {
  .top-feature-points_item {
    min-height: 235px;
  }
}
@media screen and (max-width: 768px) {
  .top-feature-points_item {
    min-height: calc(50vw - 30px);
  }
}
[data-ios]:not(.__ios-active) .top-feature-points_item {
  opacity: 0;
  transform: scale(0) rotate(-40deg);
}
.top-feature-points_item:nth-child(1) {
  transition-delay: 0.2s;
}
.top-feature-points_item:nth-child(2) {
  transition-delay: 0.3s;
}
.top-feature-points_item:nth-child(3) {
  transition-delay: 0.4s;
}
.top-feature-points_item:nth-child(4) {
  transition-delay: 0.5s;
}
.top-feature-points_item:nth-child(5) {
  transition-delay: 0.6s;
}
.top-feature-points_item:nth-child(6) {
  transition-delay: 0.7s;
}
.top-feature-points_item.-green {
  --mycolor: var(--main-color-green01);
}
.top-feature-points_item.-blue {
  --mycolor: var(--main-color-blue01);
}
.top-feature-points_item.-red {
  --mycolor: var(--main-color-red01);
}
.top-feature-points_item.-yellow {
  --mycolor: var(--main-color-yellow01);
}
@media print, screen and (min-width: 769px) {
  .top-feature-points_item:hover .top-feature-points-front {
    transform: rotate3d(0, 1, 0, 180deg);
  }
  .top-feature-points_item:hover .top-feature-points-back {
    transform: rotate3d(0, 1, 0, 360deg);
  }
}
@media print, screen and (min-width: 769px) {
  .top-feature-points_item {
    width: calc(25% - 15px);
  }
  .top-feature-points_item:not(:nth-child(4n+1)) {
    margin-left: 20px;
  }
  .top-feature-points_item:not(:nth-child(-n+4)) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-feature-points_item {
    width: calc(50% - 10px);
  }
  .top-feature-points_item:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
  .top-feature-points_item:not(:nth-child(-n+2)) {
    margin-top: 20px;
  }
  .top-feature-points_item.__reverse .top-feature-points-front {
    transform: rotate3d(0, 1, 0, 180deg);
  }
  .top-feature-points_item.__reverse .top-feature-points-back {
    transform: rotate3d(0, 1, 0, 360deg);
  }
}
.top-feature-points_item > * {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  transition-property: transform;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (max-width: 768px) {
  .top-feature-points_item > * {
    padding: 0 15px;
  }
}
.top-feature-points-front {
  border: 2px solid var(--mycolor);
  padding-top: 40px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-feature-points-front {
    align-items: flex-start;
    padding-top: 40px;
  }
}
.top-feature-points-front-number {
  padding-top: 8px;
  padding-left: 12px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .top-feature-points-front-number {
    padding-top: 4px;
    padding-left: 10px;
    font-size: 10px;
  }
}
.top-feature-points-front-number::before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: var(--mycolor);
  width: 112px;
  height: 112px;
  position: absolute;
  left: -16px;
  top: -52px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-feature-points-front-number::before {
    width: 76px;
    height: 76px;
    left: -10px;
    top: -40px;
  }
}
.top-feature-points-front-number > span {
  margin-left: 0.05em;
  font-size: 36px;
  vertical-align: -5%;
}
@media screen and (max-width: 768px) {
  .top-feature-points-front-number > span {
    font-size: 24px;
  }
}
.top-feature-points-front-description {
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-feature-settings: 0;
}
@media print, screen and (min-width: 769px) {
  .top-feature-points-front-description {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-feature-points-front-description {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 360px) {
  .top-feature-points-front-description {
    font-size: 11px;
  }
}
.top-feature-points-front-arrow {
  width: 34px;
  height: 34px;
  background-image: linear-gradient(to right bottom, transparent 50%, var(--mycolor) calc(50% + 1px));
  position: absolute;
  bottom: 0;
  right: 0;
}
.top-feature-points-front-arrow img {
  position: absolute;
  width: 14px;
  right: 4px;
  bottom: 4px;
}
.top-feature-points-back {
  margin-left: -100%;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: var(--mycolor);
  transform: rotate3d(0, 1, 0, 180deg);
}
@media screen and (max-width: 768px) {
  .top-feature-points-back {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.top-feature-points-back-description {
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .top-feature-points-back-description {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 360px) {
  .top-feature-points-back-description {
    font-size: 11px;
  }
}
.top-feature-points-back-arrow {
  position: absolute;
  bottom: 4px;
  right: 4px;
  transform: scaleX(-1);
}
.top-feature-points_item:not(.-yellow) .top-feature-points-back {
  color: #fff;
}
.top-feature-img {
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-delay: 0.8s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-ios]:not(.__ios-active) .top-feature-img {
  opacity: 0;
  transform: scale(0) rotate(-40deg);
}
@media print, screen and (min-width: 769px) {
  .top-feature-img {
    margin: -232px 32px 0 auto;
    max-width: calc(50% - 64px);
  }
}
@media screen and (max-width: 768px) {
  .top-feature-img {
    margin: 32px -40px 0;
  }
}

/* Flow
============================================================================= */
.top-flow {
  padding-top: 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-flow {
    padding-top: 80px;
  }
}
.top-flow-step {
  margin-top: 44px;
  border: 1px solid var(--text-color-black02);
  padding: 8px;
  display: flex;
  transition-property: opacity;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-ios]:not(.__ios-active) .top-flow-step {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .top-flow-step {
    flex-shrink: 0;
    margin-right: 20px;
  }
  .top-flow-step_wrap {
    display: flex;
    overflow-x: scroll;
    margin-right: -20px;
  }
}
.top-flow-step_item {
  padding-top: 8px;
  padding-bottom: 28px;
  background-color: var(--bg-color-white02);
  transition-property: opacity, transform;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-ios]:not(.__ios-active) .top-flow-step_item {
  opacity: 0;
  transform: translateX(-20px);
}
.top-flow-step_item:nth-child(1) {
  transition-delay: 0.6s;
}
.top-flow-step_item:nth-child(2) {
  transition-delay: 0.8s;
}
.top-flow-step_item:nth-child(3) {
  transition-delay: 1s;
}
.top-flow-step_item:nth-child(4) {
  transition-delay: 1.2s;
}
.top-flow-step_item:nth-child(5) {
  transition-delay: 1.4s;
}
@media print, screen and (min-width: 769px) {
  .top-flow-step_item {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-flow-step_item {
    flex-shrink: 0;
    width: 220px;
  }
}
.top-flow-step_item + .top-flow-step_item {
  margin-left: 8px;
}
.top-flow-step-number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  padding-top: 0.05em;
  width: 56px;
  height: 56px;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  background-color: #fff;
}
.top-flow-step-number > span {
  margin-top: 2px;
  font-size: 25px;
}
.top-flow-step-heading {
  margin-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
.top-flow-step-heading > span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  background-color: var(--main-color-red01);
  color: #fff;
  position: relative;
}
.top-flow-step-heading > span::before, .top-flow-step-heading > span::after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
}
.top-flow-step-heading > span::before {
  right: calc(100% - 5px);
  background-image: linear-gradient(to bottom right, transparent 50%, var(--main-color-red01) calc(50% + 1px), var(--main-color-red01) 100%), linear-gradient(to top right, transparent 50%, var(--main-color-red01) calc(50% + 1px), var(--main-color-red01) 100%);
}
.top-flow-step-heading > span::after {
  left: calc(100% - 5px);
  background-image: linear-gradient(to bottom left, transparent 50%, var(--main-color-red01) calc(50% + 1px), var(--main-color-red01) 100%), linear-gradient(to top left, transparent 50%, var(--main-color-red01) calc(50% + 1px), var(--main-color-red01) 100%);
}
.top-flow-step-img {
  margin-top: 16px;
}
.top-flow-step-img img {
  margin: 0 auto;
}
.top-flow-step-img {
  margin-top: 16px;
}
.top-flow-step-img img {
  margin: 0 auto;
}
.top-flow-step-description {
  margin-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.06em;
}

/* voice
============================================================================= */
.top-voice {
  padding-top: 112px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .top-voice {
    padding-top: 72px;
    padding-bottom: 68px;
  }
}
.top-voice-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-voice-heading > span {
  margin: 0 20px;
}
.top-voice-contents {
  margin-top: 72px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-voice-contents {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .top-voice-contents {
    margin-top: 48px;
  }
}
.top-voice-contents_item {
  display: flex;
  min-height: 296px;
  position: relative;
  perspective: 500px;
  cursor: pointer;
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-ios]:not(.__ios-active) .top-voice-contents_item {
  opacity: 0;
  transform: scale(0) rotate(-40deg);
}
.top-voice-contents_item:nth-child(1) {
  transition-delay: 0.2s;
}
.top-voice-contents_item:nth-child(2) {
  transition-delay: 0.3s;
}
.top-voice-contents_item:nth-child(3) {
  transition-delay: 0.4s;
}
.top-voice-contents_item:nth-child(4) {
  transition-delay: 0.5s;
}
@media print, screen and (min-width: 769px) {
  .top-voice-contents_item:hover .top-voice-contents-front {
    transform: rotate3d(0, 1, 0, 180deg);
  }
  .top-voice-contents_item:hover .top-voice-contents-back {
    transform: rotate3d(0, 1, 0, 360deg);
  }
}
@media print, screen and (min-width: 769px) {
  .top-voice-contents_item {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-voice-contents_item {
    min-height: 150px;
  }
  .top-voice-contents_item.__reverse .top-voice-contents-front {
    transform: rotate3d(0, 1, 0, 180deg);
  }
  .top-voice-contents_item.__reverse .top-voice-contents-back {
    transform: rotate3d(0, 1, 0, 360deg);
  }
}
.top-voice-contents_item:nth-child(odd) {
  --mycolor: var(--main-color-blue01);
}
.top-voice-contents_item:nth-child(even) {
  --mycolor: var(--main-color-yellow01);
}
.top-voice-contents_item > * {
  padding-bottom: 16px;
  flex-shrink: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.top-voice-contents_item > *::before {
  content: "";
  display: block;
  border-radius: 50%;
  box-sizing: border-box;
  width: 178px;
  height: 178px;
  background-color: #fff;
  position: absolute;
  top: -40px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 40.5px, 0 40.5px);
  clip-path: polygon(0 0, 100% 0, 100% 40.5px, 0 40.5px);
}
@media print, screen and (min-width: 769px) {
  .top-voice-contents_item > *::before {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-voice-contents_item > *::before {
    padding-bottom: 8px;
    width: 132px;
    height: 132px;
    top: -16px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 16.5px, 0 16.5px);
    clip-path: polygon(0 0, 100% 0, 100% 16.5px, 0 16.5px);
  }
}
.top-voice-contents_item > * > * {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-voice-contents_item + .top-voice-contents_item {
    margin-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .top-voice-contents_item + .top-voice-contents_item {
    margin-top: 24px;
  }
}
.top-voice-contents-front {
  border: 2px solid var(--mycolor);
}
@media screen and (max-width: 768px) {
  .top-voice-contents-front {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-right: 16px;
  }
}
.top-voice-contents-front::before {
  border: 2px solid var(--mycolor);
}
@media screen and (max-width: 768px) {
  .top-voice-contents-front::before {
    left: 16px;
  }
}
.top-voice-contents-front-img {
  margin-top: -32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-voice-contents-front-img {
    flex-shrink: 0;
    margin-top: -8px;
    margin-left: 2px;
    order: 0;
  }
}
.top-voice-contents-front-img img {
  border-radius: 50%;
}
@media print, screen and (min-width: 769px) {
  .top-voice-contents-front-img img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top-voice-contents-front-img img {
    width: 120px;
  }
}
.top-voice-contents-front-heading {
  margin-top: 16px;
  font-size: 13px;
  margin-right: -20px;
  color: var(--mycolor);
}
@media screen and (max-width: 768px) {
  .top-voice-contents-front-heading {
    order: 3;
    margin-top: 0;
    width: 100%;
    font-size: 10px;
  }
}
.top-voice-contents-front-description {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .top-voice-contents-front-description {
    margin-top: 16px;
    width: calc(100% - 122px);
    padding-left: 12px;
    font-size: 12px;
    text-align: justify;
    text-align-last: left;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 360px) {
  .top-voice-contents-front-description {
    font-size: 11px;
  }
}
.top-voice-contents-front-arrow {
  width: 34px;
  height: 34px;
  background-image: linear-gradient(to right bottom, transparent 50%, var(--mycolor) calc(50% + 1px));
  position: absolute;
  bottom: 0;
  right: 0;
}
.top-voice-contents-front-arrow img {
  position: absolute;
  width: 14px;
  right: 4px;
  bottom: 4px;
}
.top-voice-contents-back {
  margin-left: -100%;
  padding-top: 40px;
  background-color: var(--mycolor);
  transform: rotate3d(0, 1, 0, 180deg);
}
@media screen and (max-width: 768px) {
  .top-voice-contents-back {
    padding-top: 24px;
  }
}
.top-voice-contents_item:not(:nth-child(even)) .top-voice-contents-back {
  color: #fff;
}
.top-voice-contents-back::before {
  background-color: var(--mycolor);
}
@media screen and (max-width: 768px) {
  .top-voice-contents-back::before {
    right: 16px;
  }
}
.top-voice-contents-back-description {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .top-voice-contents-back-description {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 360px) {
  .top-voice-contents-back-description {
    font-size: 11px;
  }
}
.top-voice-contents-back-arrow {
  position: absolute;
  bottom: 4px;
  right: 4px;
  transform: scaleX(-1);
}

/* Service
============================================================================= */
.top-service {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--bg-color-white02);
}
@media screen and (max-width: 768px) {
  .top-service {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.top-service-heading + .top-service-contents {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .top-service-heading + .top-service-contents {
    margin-top: 72px;
  }
}
.top-service-contents {
  border: 1px solid var(--text-color-black02);
  padding: 7px;
  transition-property: opacity;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.top-service-contents[data-ios]:not(.__ios-active) {
  opacity: 0;
}
.top-service-contents.-main {
  position: relative;
  border-top-width: 0;
}
.top-service-contents.-main::before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: 100px;
  background-image: linear-gradient(to bottom right, var(--text-color-black02) 50%, transparent calc(50% + 1px)), linear-gradient(to bottom left, var(--text-color-black02) 50%, transparent calc(50% + 1px));
  -webkit-clip-path: polygon(0% 100%, 0% calc(100% - 1px), 50% calc(50% - 1px), 100% calc(100% - 1px), 100% 100%);
  clip-path: polygon(0% 100%, 0% calc(100% - 1px), 50% calc(50% - 1px), 100% calc(100% - 1px), 100% 100%);
  position: absolute;
  bottom: calc(100% - 1px);
  left: -1px;
}
@media screen and (max-width: 768px) {
  .top-service-contents.-main::before {
    height: 80px;
  }
}
.top-service-contents_inner {
  padding-top: 24px;
  padding-bottom: 28px;
  background-color: var(--bg-color-white01);
  transition-property: opacity;
  transition-duration: 600ms;
  transition-delay: 0.6s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-ios]:not(.__ios-active) .top-service-contents_inner {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .top-service-contents_inner {
    padding: 20px 16px;
  }
}
.-main .top-service-contents_inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .-main .top-service-contents_inner {
    padding-top: 0;
  }
}
.-main .top-service-contents_inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 48px;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 100%, 50% 0, 100% 100%);
  clip-path: polygon(0% 100%, 50% 0, 100% 100%);
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .-main .top-service-contents_inner::before {
    height: 38px;
  }
}
.top-service-contents-age {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-service-contents-age {
    font-size: 14px;
  }
}
.top-service-contents-main-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  font-size: 31px;
  text-align: center;
  color: var(--main-color-green01);
}
.top-service-contents-main-heading.-orange {
  color: var(--main-color-yellow01);
}
@media screen and (max-width: 768px) {
  .top-service-contents-main-heading {
    align-items: flex-end;
    margin-top: 4px;
    font-size: 20px;
    line-height: 1.4;
  }
}
.top-service-contents-main-heading > span {
  margin: 0 16px;
}
@media screen and (max-width: 768px) {
  .top-service-contents-main-heading > span {
    margin: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .top-service-contents-main-heading > img {
    margin-bottom: 4px;
    width: 72px;
  }
}
.top-service-contents-price {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 20px auto 0;
  font-weight: 700;
  background-color: rgba(var(--main-color-green01-rgb), 0.2);
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .top-service-contents-price {
    width: 520px;
  }
}
.top-service-contents-price > img {
  margin: auto 12px 6px;
}
@media screen and (max-width: 768px) {
  .top-service-contents-price > img {
    margin: auto 4px 2px;
    width: 15px;
  }
}
.top-service-contents-price-heading {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .top-service-contents-price-heading {
    font-size: 10px;
  }
}
.top-service-contents-price-money {
  margin-top: 6px;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .top-service-contents-price-money {
    margin-top: 4px;
    font-size: 16px;
  }
}
.top-service-contents-price-money ._f-inter-700 {
  vertical-align: -6%;
}
.top-service-contents-price-money .yen {
  font-size: 17px;
}
@media print, screen and (min-width: 769px) {
  .top-service-contents-price-money .yen {
    margin-left: 0.3em;
  }
}
@media screen and (max-width: 768px) {
  .top-service-contents-price-money .yen {
    font-size: 11px;
  }
}
.top-service-contents-price-money .tax {
  font-size: 11px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-service-contents-price-money .tax {
    font-size: 7px;
    font-feature-settings: "palt";
  }
}
.top-service-contents-price-right .top-service-contents-price-money {
  font-size: 37px;
}
@media screen and (max-width: 768px) {
  .top-service-contents-price-right .top-service-contents-price-money {
    font-size: 24px;
  }
}
.top-service-contents-price-annotation {
  margin: 8px auto 0;
  font-size: 10px;
  line-height: 1.7;
}
@media print, screen and (min-width: 769px) {
  .top-service-contents-price-annotation {
    width: 520px;
  }
}
.top-service-contents-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-service-contents-heading {
    margin-top: 4px;
    font-size: 17px;
  }
}
.top-service-contents-heading.-blue {
  color: var(--main-color-blue01);
}
.top-service-contents-heading.-red {
  color: var(--main-color-red01);
}
.top-service-contents-heading > span {
  margin: 0 16px;
}
@media screen and (max-width: 768px) {
  .top-service-contents-heading > span {
    margin: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .top-service-contents-heading > img {
    margin-bottom: 4px;
    width: 72px;
  }
}
@media screen and (max-width: 768px) {
  .top-service-contents-heading.-fs img {
    margin-bottom: 4px;
    width: 32px;
  }
}
.top-service-contents-description {
  margin-top: 12px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  .top-service-contents-description {
    text-align: center;
  }
}
.top-service-contents-link {
  margin-top: 20px;
}
.top-service-contents-link > a {
  width: 188px;
  height: 50px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .top-service-contents-link > a {
    width: 140px;
    height: 34px;
    font-size: 13px;
  }
}
.top-service-contents-link > a > img {
  right: 16px;
}
@media screen and (max-width: 768px) {
  .top-service-contents-link > a > img {
    width: 15px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top-service-contents-link > a.-red > img {
    width: 6px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top-service-contents-link > a.-green > img {
    width: 7px;
    right: 10px;
  }
}
.-main .top-service-contents-link > a {
  width: 240px;
  height: 60px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .-main .top-service-contents-link > a {
    width: 200px;
    height: 50px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .-main .top-service-contents-link > a > img {
    right: 16px;
  }
}
.top-service-contents + .top-service-contents {
  margin-top: 16px;
}

/* Toy
============================================================================= */
.top-toy {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .top-toy {
    padding-top: 72px;
  }
}
.top-toy-banner {
  display: flex;
  margin-top: 34px;
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-ios]:not(.__ios-active) .top-toy-banner {
  opacity: 0;
  transform: scale(0) rotate(-30deg);
}
.top-toy-banner a {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top-toy-banner {
    margin-top: 24px;
  }
}
.top-toy-banner-img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-toy-banner-img {
    display: block;
    max-width: 335px;
  }
}
.top-toy-contents {
  margin-top: 48px;
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .top-toy-contents {
    margin-top: 30px;
  }
}
.top-toy-contents_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 270px;
}
@media print, screen and (min-width: 769px) {
  .top-toy-contents_item {
    width: 400px;
  }
}
@media print, screen and (min-width: 769px) {
  .top-toy-contents_item + .top-toy-contents_item {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-toy-contents_item + .top-toy-contents_item {
    margin-left: 24px;
  }
}
@media print, screen and (min-width: 769px) {
  .top-toy-contents-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  .top-toy-contents-img {
    min-width: 80px;
    flex-basis: 80px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .top-toy-contents-img {
    grid-column: 1/2;
    grid-row: 1/4;
    margin-bottom: 8px;
  }
}
.top-toy-contents-img img {
  margin: 0 auto;
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (max-width: 768px) {
  .top-toy-contents-img img {
    width: 60px;
  }
}
[data-ios]:not(.__ios-active) .top-toy-contents-img img {
  opacity: 0;
  transform: scale(0);
}
.top-toy-contents_item:nth-child(1) .top-toy-contents-img img {
  transition-delay: 1s;
}
.top-toy-contents_item:nth-child(2) .top-toy-contents-img img {
  transition-delay: 1.3s;
}
.top-toy-contents_item:nth-child(3) .top-toy-contents-img img {
  transition-delay: 1.6s;
}
.top-toy-contents_item:nth-child(4) .top-toy-contents-img img {
  transition-delay: 1.9s;
}
.top-toy-contents-description {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.9;
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-ios]:not(.__ios-active) .top-toy-contents-description {
  opacity: 0;
  transform: translateY(20px);
}
.top-toy-contents_item:nth-child(1) .top-toy-contents-description {
  transition-delay: 1.1s;
}
.top-toy-contents_item:nth-child(2) .top-toy-contents-description {
  transition-delay: 1.4s;
}
.top-toy-contents_item:nth-child(3) .top-toy-contents-description {
  transition-delay: 1.7s;
}
.top-toy-contents_item:nth-child(4) .top-toy-contents-description {
  transition-delay: 2s;
}
@media print, screen and (min-width: 769px) {
  .top-toy-contents-description {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-toy-contents-description {
    display: flow-root;
    grid-column: 3/4;
    grid-row: 1/2;
    font-size: 13px;
  }
}
.top-toy-contents-description > small {
  font-size: 8px;
}
@media print, screen and (min-width: 769px) {
  .top-toy-contents-description > small {
    display: block;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .top-toy-contents-description > small {
    display: inline-block;
    margin-left: -0.5em;
    line-height: 1.1;
    float: right;
  }
}
.top-toy-contents-link {
  margin-top: auto;
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media print, screen and (min-width: 769px) {
  .top-toy-contents-link {
    width: 100%;
    margin-top: 16px;
    max-width: 250px;
    margin: 0 auto;
    height: 36px;
  }
}
[data-ios]:not(.__ios-active) .top-toy-contents-link {
  opacity: 0;
  transform: translateY(20px);
}
.top-toy-contents_item:nth-child(1) .top-toy-contents-link {
  transition-delay: 1.2s;
}
.top-toy-contents_item:nth-child(2) .top-toy-contents-link {
  transition-delay: 1.5s;
}
.top-toy-contents_item:nth-child(3) .top-toy-contents-link {
  transition-delay: 1.8s;
}
.top-toy-contents_item:nth-child(4) .top-toy-contents-link {
  transition-delay: 2.1s;
}
@media screen and (max-width: 768px) {
  .top-toy-contents-link {
    grid-column: 3/4;
    grid-row: 2/3;
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .top-toy-contents-link > a {
    margin: auto;
    max-width: 210px;
  }
}

/* Toy Point
============================================================================= */
.top-toy-point {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .top-toy-point {
    padding-top: 72px;
    padding-bottom: 92px;
    overflow: hidden;
  }
}
.top-toy-point-contents {
  margin-top: 52px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-toy-point-contents_wrap {
    display: flex;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .top-toy-point-contents {
    margin-top: 28px;
    flex-shrink: 0;
  }
}
.top-toy-point-contents_item {
  display: flex;
  flex-direction: column;
  border-left: 2px solid var(--mycolor);
  border-right: 2px solid var(--mycolor);
  border-bottom: 2px solid var(--mycolor);
  padding-bottom: 32px;
  -webkit-clip-path: polygon(0% 30px, 50% 0, 100% 30px, 100% 100%, 0 100%);
  clip-path: polygon(0% 30px, 50% 0, 100% 30px, 100% 100%, 0 100%);
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-ios]:not(.__ios-active) .top-toy-point-contents_item {
  opacity: 0;
  transform: translateX(60px);
}
.top-toy-point-contents_item:nth-child(1) {
  transition-delay: 0.2s;
}
.top-toy-point-contents_item:nth-child(2) {
  transition-delay: 0.4s;
}
.top-toy-point-contents_item:nth-child(3) {
  transition-delay: 0.6s;
}
.top-toy-point-contents_item:nth-child(4) {
  transition-delay: 0.8s;
}
@media print, screen and (min-width: 769px) {
  .top-toy-point-contents_item {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-toy-point-contents_item {
    flex-shrink: 0;
    width: 266px;
  }
}
.top-toy-point-contents_item.-blue {
  --mycolor: var(--main-color-blue01);
}
.top-toy-point-contents_item.-red {
  --mycolor: var(--main-color-red01);
}
.top-toy-point-contents_item.-yellow {
  --mycolor: var(--main-color-yellow01);
}
.top-toy-point-contents_item.-green {
  --mycolor: var(--main-color-green01);
}
.top-toy-point-contents_item + .top-toy-point-contents_item {
  margin-left: -2px;
}
.top-toy-point-contents-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  height: 90px;
  font-size: 16px;
  letter-spacing: 0.06em;
  background-color: var(--mycolor);
}
.top-toy-point-contents_item:not(.-yellow) .top-toy-point-contents-heading {
  color: #fff;
}
.top-toy-point-contents-img img {
  width: 100%;
}
.top-toy-point-contents-description {
  padding: 20px;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.06em;
}
.top-toy-point-contents-link {
  margin-top: auto;
}
.top-toy-point-contents-link > a {
  width: 160px;
}

/* Times
============================================================================= */
.top-times {
  padding-top: 44px;
  padding-bottom: 80px;
  position: relative;
  background-color: var(--bg-color-white02);
}
@media screen and (max-width: 768px) {
  .top-times {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.top-times-deco {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: -24px;
}
.top-times-deco > img {
  flex-shrink: 0;
  margin: 0 14px;
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-ios]:not(.__ios-active) .top-times-deco > img {
  opacity: 0;
  transform: scale(0);
}
.top-times-deco::before, .top-times-deco::after {
  content: "";
  flex: 1;
  display: block;
  margin-bottom: 2px;
  border-bottom: 2px solid var(--text-color-black02);
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-ios]:not(.__ios-active) .top-times-deco::before, [data-ios]:not(.__ios-active) .top-times-deco::after {
  opacity: 0;
  transform: scaleX(0);
}
.top-times-deco::before {
  transform-origin: right center;
}
.top-times-deco::after {
  transform-origin: left center;
}
.top-times-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-delay: 0.6s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-ios]:not(.__ios-active) .top-times-heading {
  opacity: 0;
  transform: scale(0) rotate(-40deg);
}
.top-times-heading > img {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .top-times-heading > img {
    width: 223px;
  }
}
.top-times-description {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  text-align: center;
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-delay: 0.8s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-ios]:not(.__ios-active) .top-times-description {
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  .top-times-description {
    font-size: 13px;
  }
}
.top-times-archives {
  position: relative;
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-delay: 1s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-ios]:not(.__ios-active) .top-times-archives {
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  .top-times-archives {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 769px) {
  .top-times-archives {
    max-width: 1296px;
    padding-left: 48px;
  }
}
@media screen and (max-width: 768px) {
  .top-times-archives {
    padding: 0 40px;
  }
}
.top-times-archives_container {
  margin-top: 44px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-times-archives_container {
    margin-top: 32px;
  }
}
.top-times-archives-article {
  background-color: #fff;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .top-times-archives-article {
    width: 300px;
  }
}
.top-times-archives-article > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .top-times-archives-article > a:hover .top-times-archives-article-img img {
    transform: scale(1.1);
  }
}
.top-times-archives-article-img {
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
}
.top-times-archives-article-img img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  transition-property: transform, opacity;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.top-times-archives-article-text {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 32px;
}
@media print, screen and (min-width: 769px) {
  .top-times-archives-article-text {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-times-archives-article-text {
    padding-bottom: 20px;
  }
}
.top-times-archives-article-text-heading {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.top-times-archives-article-text-tags {
  display: flex;
  flex-wrap: wrap;
  margin: auto -4px -8px;
  color: var(--text-color-black02);
  font-size: 10px;
  line-height: 1.5;
}
.top-times-archives-article-text-tags > li {
  margin: 4px 8px;
}
.top-times-archives-article-text-tags > li::before {
  content: "#";
}
.top-times-archives-slidebtn {
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-delay: 1.2s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-ios]:not(.__ios-active) .top-times-archives-slidebtn {
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  .top-times-archives-slidebtn {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 769px) {
  .top-times-archives-slidebtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0;
    border-radius: 50%;
    background-color: #fff;
    width: 48px;
    height: 48px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .top-times-archives-slidebtn {
    transition-property: opacity;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .top-times-archives-slidebtn:hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 769px) {
  .top-times-archives-slidebtn.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
  }
  .top-times-archives-slidebtn::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
  }
  .top-times-archives-slidebtn.-prev {
    left: -24px;
  }
  .top-times-archives-slidebtn.-prev::after {
    margin-left: 4px;
    border-left: 2px solid;
    border-bottom: 2px solid;
  }
  .top-times-archives-slidebtn.-next {
    right: -24px;
  }
  .top-times-archives-slidebtn.-next::after {
    margin-right: 4px;
    border-top: 2px solid;
    border-right: 2px solid;
  }
}
@media screen and (max-width: 768px) {
  .top-times-archives .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    position: static;
  }
  .top-times-archives .swiper-pagination-bullet {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    width: 16px;
    height: 16px;
    position: relative;
    opacity: 1;
  }
  .top-times-archives .swiper-pagination-bullet::before, .top-times-archives .swiper-pagination-bullet::after {
    content: "";
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    transition-property: opacity;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .top-times-archives .swiper-pagination-bullet::before {
    border: 1px solid var(--text-color-black02);
    background-color: #fff;
  }
  .top-times-archives .swiper-pagination-bullet::after {
    background-color: var(--text-color-black02);
    opacity: 0;
  }
  .top-times-archives .swiper-pagination-bullet-active::after {
    opacity: 1;
  }
}
.top-times-link {
  margin-top: 40px;
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-delay: 1.2s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-ios]:not(.__ios-active) .top-times-link {
  opacity: 0;
  transform: translateY(20px);
}
.top-times-link > a {
  width: 232px;
}

/* FAQ
============================================================================= */
.top-faq {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .top-faq {
    padding-top: 72px;
  }
}
.top-faq-heading + .top-faq-contents {
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .top-faq-heading + .top-faq-contents {
    margin-top: 32px;
  }
}
.top-faq-contents {
  padding-left: 24px;
  position: relative;
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-ios]:not(.__ios-active) .top-faq-contents {
  opacity: 0;
  transform: translateY(20px);
}
.top-faq-contents:nth-of-type(1) {
  transition-delay: 0.2s;
}
.top-faq-contents:nth-of-type(2) {
  transition-delay: 0.4s;
}
.top-faq-contents:nth-of-type(3) {
  transition-delay: 0.6s;
}
.top-faq-contents:nth-of-type(4) {
  transition-delay: 0.8s;
}
.top-faq-contents:nth-of-type(5) {
  transition-delay: 1s;
}
.top-faq-contents:nth-of-type(6) {
  transition-delay: 1.2s;
}
.top-faq-contents-question {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 769px) {
  .top-faq-contents-question {
    transition-property: opacity;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .top-faq-contents-question:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .top-faq-contents-question {
    padding-bottom: 16px;
    font-size: 14px;
  }
}
.top-faq-contents-question::before {
  content: "Q";
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top-faq-contents-question::before {
    font-size: 14px;
  }
}
.top-faq-contents-question > i {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5em;
  margin-left: 0.5em;
  width: 12px;
  height: 12px;
  position: relative;
}
.top-faq-contents-question > i::before, .top-faq-contents-question > i::after {
  content: "";
  display: block;
  border-radius: 2px;
  background-color: var(--base-color-gray02);
  position: absolute;
  transition-property: transform;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.top-faq-contents-question > i::before {
  width: 100%;
  height: 2px;
}
.top-faq-contents-question > i::after {
  width: 2px;
  height: 100%;
}
.top-faq-contents-question[aria-expanded=true] > i::before {
  transform: rotate(180deg);
}
.top-faq-contents-question[aria-expanded=true] > i::after {
  transform: rotate(90deg);
}
.top-faq-contents-answer > p {
  padding-bottom: 20px;
  padding-left: 16px;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  position: relative;
}
.top-faq-contents-answer > p::before {
  content: "";
  display: block;
  border-left: 1px solid var(--base-color-gray02);
  height: calc(100% - 20px);
  position: absolute;
  top: 0;
  left: 0;
}
.top-faq-contents-answer > p a {
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .top-faq-contents-answer > p a:hover {
    text-decoration: none;
  }
}
.top-faq-contents + .top-faq-contents {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .top-faq-contents + .top-faq-contents {
    margin-top: 8px;
  }
}
.top-faq-link {
  margin-top: 16px;
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-delay: 1s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-ios]:not(.__ios-active) .top-faq-link {
  opacity: 0;
  transform: translateY(20px);
}
.top-faq-link > a {
  width: 232px;
}

/* NEWS
============================================================================= */
.top-news {
  padding-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-top: 72px;
  }
}
.top-news-list {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .top-news-list {
    margin-top: 28px;
  }
}
.top-news-list_item {
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-ios]:not(.__ios-active) .top-news-list_item {
  opacity: 0;
  transform: translateY(20px);
}
.top-news-list_item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.top-news-list_item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.top-news-list_item:nth-of-type(3) {
  transition-delay: 0.6s;
}
.top-news-list_item > a {
  display: flex;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .top-news-list_item > a {
    transition-property: opacity;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .top-news-list_item > a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .top-news-list_item > a {
    flex-wrap: wrap;
  }
}
.top-news-list_item + .top-news-list_item {
  margin-top: 16px;
}
.top-news-list-category {
  flex-shrink: 0;
  min-width: 80px;
  font-size: 10px;
  line-height: 27px;
  color: var(--base-color-gray02);
}
@media screen and (max-width: 768px) {
  .top-news-list-category {
    order: 2;
  }
}
.top-news-list-date {
  flex-shrink: 0;
  min-width: 80px;
  font-size: 11px;
  line-height: 29px;
  color: var(--base-color-gray02);
}
@media screen and (max-width: 768px) {
  .top-news-list-date {
    order: 3;
  }
}
.top-news-list-heading {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .top-news-list-heading {
    order: 1;
    width: 100%;
    font-size: 13px;
  }
}
.top-news-link {
  margin-top: 28px;
}
.top-news-link > a {
  width: 232px;
}

/* Media
============================================================================= */
.top-media {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-media {
    padding-top: 72px;
    padding-bottom: 64px;
  }
}
.top-media-banners {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
}
.top-media-banners_wrap {
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-ios]:not(.__ios-active) .top-media-banners_wrap {
  opacity: 0;
  transform: translateY(40px);
}
@media print, screen and (min-width: 769px) {
  .top-media-banners {
    margin-left: auto;
    margin-right: auto;
    max-width: 680px;
  }
}
@media screen and (max-width: 768px) {
  .top-media-banners {
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 769px) {
  .top-media-banners_item {
    width: calc(16.6666666667% - 13.3333333333px);
  }
  .top-media-banners_item:not(:nth-child(6n+1)) {
    margin-left: 16px;
  }
  .top-media-banners_item:not(:nth-child(-n+6)) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-media-banners_item {
    width: calc(25% - 7.5px);
  }
  .top-media-banners_item:not(:nth-child(4n+1)) {
    margin-left: 10px;
  }
  .top-media-banners_item:not(:nth-child(-n+4)) {
    margin-top: 16px;
  }
}
.top-media-banners_item > a {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .top-media-banners_item > a {
    transition-property: opacity;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .top-media-banners_item > a:hover {
    opacity: 0.8;
  }
}
.top-media-banners_item img {
  width: 100%;
}

/* Other Link
============================================================================= */
.top-otherlink {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 32px;
  padding-bottom: 32px;
  transition-property: opacity, transform;
  transition-duration: 400ms, 600ms;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.top-otherlink[data-ios]:not(.__ios-active) {
  opacity: 0;
  transform: translateY(40px);
}
@media screen and (max-width: 768px) {
  .top-otherlink {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.top-otherlink-list_item > a {
  text-decoration: none;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 769px) {
  .top-otherlink-list_item > a {
    transition-property: opacity;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .top-otherlink-list_item > a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .top-otherlink-list_item > a {
    font-size: 13px;
  }
}
.top-otherlink-list_item > a[target=_blank] i {
  display: inline-block;
  margin-left: 10px;
  border: 1px solid;
  width: 10px;
  height: 10px;
  position: relative;
}
.top-otherlink-list_item > a[target=_blank] i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-left: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  left: -4px;
  bottom: -4px;
}
.top-otherlink-list_item + .top-otherlink-list_item {
  margin-top: 20px;
}

/*# sourceMappingURL=top_2023.css.map */
