@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

body {
  overflow-x: hidden;
}
body * {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #474646;
}
@media (max-width: 960px) {
  body .menu__inner--tabs--sp {
    width: 90%;
    border-radius: 40px 40px 0 0;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    padding: 16px;
    background: #474646;
    z-index: 1010;
  }
  body .menu__inner--tabs--sp p {
    color: #ffffff;
    text-align: center;
  }
  body .menu__inner--tabs--sp p small {
    font-size: 10px;
    color: #ffffff;
    font-weight: 600;
  }
  body .menu__inner--tabs--sp .menu__inner--tabs-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 8px 7px;
    margin-block: 12px 8px;
    background: #ffffff;
    border-radius: 30px;
  }
  body .menu__inner--tabs--sp .menu__inner--tabs-box a {
    display: block;
    width: 48%;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    border-radius: 36px;
    color: rgba(71, 70, 70, 0.5058823529);
    border: 2px solid transparent;
  }
  body .menu__inner--tabs--sp .menu__inner--tabs-box a.is-active {
    background: #fefa72;
    border: 2px solid #474646;
    color: #474646;
    filter: drop-shadow(3px 3px 0 #474646);
  }
  body .menu__inner--tabs--sp .menu__inner--tabs-box a:nth-of-type(2).is-active {
    background: #ffbfcf;
  }
}
@media (max-width: 600px) {
  body .menu__inner--tabs--sp {
    width: 100%;
    padding: 8px 14px 10px;
  }
  body .menu__inner--tabs--sp .menu__inner--tabs-box {
    padding: 6px 8px 10px;
    margin-block: 6px 8px;
  }
  body .menu__inner--tabs--sp .menu__inner--tabs-box a {
    font-size: 18px;
    filter: drop-shadow(2px 2px 0 #ffffff);
  }
  body .menu__inner--tabs--sp .menu__inner--tabs-box a.is-active {
    filter: drop-shadow(2px 2px 0 #474646);
  }
}

h1 a.logo {
  max-width: 200px;
  width: 10vw;
  min-width: 150px;
  position: fixed;
  z-index: 100;
  top: 20px;
  left: 20px;
  display: block;
}
@media (max-width: 960px) {
  h1 a.logo {
    display: none;
  }
}

.bg-content {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("../../assets/images/bg_main_01.png");
  background-color: #ffffff;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1800px) {
  .bg-content {
    background-size: cover;
  }
}

.p-header {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 50px 1em 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}
@media (max-width: 960px) {
  .p-header {
    width: 0;
    height: 0;
    z-index: 1010;
  }
}
.p-header > p {
  width: 40px;
  position: relative;
}
.p-header > p > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-header__logo {
  width: 20vw;
  display: flex;
  justify-content: center;
  transition: all 0.3s;
}
@media (max-width: 1100px) {
  .p-header__logo {
    width: 0;
  }
}
@media (max-width: 768px) {
  .p-header__logo {
    width: 200px;
    position: fixed;
    top: 10px;
    left: 20px;
  }
}
.p-header__nav {
  width: 400px;
  max-height: 850px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 15vw;
}
@media (max-width: 1360px) {
  .p-header__nav {
    left: 3vw;
  }
}
@media (max-width: 960px) {
  .p-header__nav {
    align-items: center;
    padding-left: 0;
  }
}
.p-header__nav-info {
  display: none;
}
@media (max-width: 768px) {
  .p-header__nav-info {
    display: block;
    width: 124px;
    height: auto;
    position: fixed;
    top: 44px;
    right: 120px;
    z-index: 1100;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 13px 8px;
    border: 2px solid #474646;
    border-radius: 24px;
    background: #a1feec;
    filter: drop-shadow(4px 4px 0 #474646);
    text-align: center;
  }
}
.p-header__nav > img {
  max-width: 80%;
  margin-bottom: 60px;
}
.p-header__nav ul {
  max-width: 320px;
  width: 100%;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.p-header__nav ul h2 {
  max-width: 200px;
  width: 100%;
  margin: 0 auto 36px;
}
.p-header__nav-icon {
  position: relative;
  width: 100%;
  height: 80px;
}
.p-header__nav-icon .robo {
  position: absolute;
  top: -49px;
  left: -35px;
  max-width: 80px;
}
@media (max-width: 768px) {
  .p-header__nav-icon .robo {
    top: -8px;
    left: -20px;
    max-width: 60px;
    z-index: 10;
  }
}
.p-header__nav-icon .title {
  max-width: 292px;
  width: 100%;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-header__nav-icon .tag {
  max-width: 220px;
  width: 100%;
  position: absolute;
  top: 34px;
  right: -2px;
}
@media (max-width: 768px) {
  .p-header__nav-icon .tag {
    max-width: 200px;
  }
}
.p-header .fv-copy {
  width: 40vw;
  min-width: 360px;
  height: auto;
  margin-block: 40px 0px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .p-header .fv-copy {
    width: 30vw;
  }
}
@media (max-width: 1180px) {
  .p-header .fv-copy img {
    display: none;
  }
}
.p-header .fv-copy .title-item {
  max-width: 400px;
}
.p-header .fv-copy .image-item {
  max-width: 500px;
  width: 30vw;
}

#checked,
.menu-btn {
  display: none;
}

#tab-item--02 .main-content__fv--02 {
  top: -3px;
}
#tab-item--02 .ocan-section {
  position: relative;
  top: -4px;
  left: 1px;
  background: url("../../assets/images/bg_qanda_01.png") no-repeat;
  background-size: 100%;
}
#tab-item--02 .cta-section {
  position: relative;
  top: -5px;
  left: 1px;
  padding: 40px 40px 80px;
  background: url("../../assets/images/bg_about_03.png") no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  #tab-item--02 .cta-section {
    padding: 22px 20px 40px;
    left: 1px;
  }
}
#tab-item--02 .schedule-section {
  background: url(../../assets/images/img_schedule_02.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: -6px;
  left: 1px;
  padding-bottom: 48px;
}
#tab-item--02 .schedule-section .schedule-section-intro h3::before {
  background: url(../../assets/images/mrk_robo_03.svg) no-repeat;
}
#tab-item--02 .schedule-section .schedule-section__content-list--item > span {
  background: #ffbfcf;
}
#tab-item--02 .schedule-section .schedule-section__content-list--item p.event {
  background: #ffbfcf;
}
#tab-item--02 .card01 h2::before {
  background: url(../../assets/images/mrk_robo_03.svg) no-repeat;
}
#tab-item--02 .card01 .swiper .swiper-slide .slide-title span {
  background: #ffbfcf;
}
#tab-item--02 .card01 .swiper .swiper-btn .swiper-button-next::before {
  background: url(../../assets/images/ico_arrow_p.svg);
}
#tab-item--02 .card01 .swiper .swiper-btn .swiper-button-prev::before {
  background: url(../../assets/images/ico_arrow_p.svg);
}
#tab-item--02 .spacer {
  position: relative;
  top: -5px;
  left: 1px;
  padding: 80px 0;
  background: url(../../assets/images/bg_space_02.png) no-repeat;
  background-size: 98.8% 100%;
}
#tab-item--02 .ocan-section {
  background-size: 100% 100%;
}
#tab-item--02 .ocan-section__inner h2 {
  width: 86%;
  margin: 0 auto 24px;
}
#tab-item--02 .ocan-section .accordions {
  max-width: 550px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 20px 0px;
}
@media (max-width: 768px) {
  #tab-item--02 .ocan-section .accordions {
    padding: 16px 0 0;
  }
}
#tab-item--02 .ocan-section .accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 36px;
}
#tab-item--02 .ocan-section .accordion__menu {
  border-radius: 45px;
  border: 2px solid #474646;
  filter: drop-shadow(6px 6px 0 #474646);
  overflow: clip;
}
#tab-item--02 .ocan-section .accordion__menu.open .accordion__button::after {
  content: "";
  width: 50px;
  aspect-ratio: 1;
  background: url("../../assets/images/ico_arrow_w.svg") no-repeat;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #tab-item--02 .ocan-section .accordion__menu.open .accordion__button::after {
    width: 32px;
    right: 8px;
  }
}
#tab-item--02 .ocan-section .accordion__button {
  font-size: 20px;
  font-weight: 600;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: inherit;
  width: 100%;
  background: #f2f2f2;
  color: #474646;
  padding: 20px 80px 20px 20px;
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  position: relative;
}
@media (max-width: 768px) {
  #tab-item--02 .ocan-section .accordion__button {
    font-size: 16px;
    padding: 14px 46px 14px 15px;
  }
}
#tab-item--02 .ocan-section .accordion__button::after {
  content: "";
  width: 50px;
  aspect-ratio: 1;
  background: url("../../assets/images/ico_arrow_y.svg") no-repeat;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  #tab-item--02 .ocan-section .accordion__button::after {
    width: 32px;
    right: 8px;
  }
}
#tab-item--02 .ocan-section .accordion__button span {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 768px) {
  #tab-item--02 .ocan-section .accordion__button span {
    font-size: 24px;
  }
}
#tab-item--02 .ocan-section .accordion__button span.line {
  flex: 0 0 2px;
  width: 2px;
  height: 60px;
  background: #474646;
}
#tab-item--02 .ocan-section .accordion__body {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  background: #a0fdeb;
  border-top: 2px solid #474646;
}
#tab-item--02 .ocan-section .accordion__text {
  height: auto;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  #tab-item--02 .ocan-section .accordion__text {
    padding: 15px;
  }
}
#tab-item--02 .ocan-section .accordion__text p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
#tab-item--02 .ocan-section .accordion__text span {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 768px) {
  #tab-item--02 .ocan-section .accordion__text span {
    font-size: 24px;
  }
}
#tab-item--02 .ocan-section .accordion__text span.line {
  flex: 0 0 2px;
  width: 2px;
  height: 100px;
  background: #474646;
}
#tab-item--02 .ocan-section .accordion__text span.sub {
  display: block;
  width: 100%;
  font-size: 14px;
}

.main-content {
  max-width: 640px;
  width: 40vw;
  height: 100svh;
  background-color: #ffffff;
  border: 2px solid #474646;
  border-right: none;
  position: absolute;
  right: 15vw;
  top: 0;
  z-index: 1001;
}
@media (max-width: 1500px) {
  .main-content {
    right: 4vw;
  }
}
.main-content__mrk {
  width: 35px;
  height: 35px;
  aspect-ratio: 1;
  position: absolute;
  right: 0;
  top: -1px;
}
@media (max-width: 768px) {
  .main-content__mrk {
    width: 20px;
    height: 20px;
  }
}
.main-content__inner {
  height: 100%;
  padding-top: 32px;
  overflow-y: scroll;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .main-content__inner {
    padding-top: 16px;
  }
}
.main-content__inner::-webkit-scrollbar {
  width: 35px;
}
@media (max-width: 768px) {
  .main-content__inner::-webkit-scrollbar {
    width: 20px;
  }
}
.main-content__inner::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #ffffff;
  border: 2px solid #474646;
}
.main-content__inner::-webkit-scrollbar-track {
  background: #83cad7;
  border: 2px solid #474646;
  border-bottom: none;
}
@media (max-width: 1180px) {
  .main-content {
    width: 50vw;
    right: 3vw;
  }
}
@media (max-width: 960px) {
  .main-content {
    width: 650px;
    right: 120px;
  }
}
@media (max-width: 768px) {
  .main-content {
    max-width: 100%;
    width: 100%;
    right: 0;
  }
}
.main-content__fv {
  position: relative;
  top: -2px;
}
.main-content__fv--01 .logo {
  position: absolute;
  top: 20px;
  left: 2vw;
  width: 10vw;
  max-width: 150px;
}
.main-content__fv--01 .logo > img {
  width: 100%;
}
@media (max-width: 1180px) {
  .main-content__fv--01 .logo {
    left: 3vw;
    width: 12vw;
  }
}
@media (max-width: 960px) {
  .main-content__fv--01 .logo {
    left: 40px;
    width: 100%;
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  .main-content__fv--01 .logo {
    max-width: 200px;
    width: 26vw;
    left: 6vw;
  }
}
.main-content__fv--03 {
  top: -3px;
}

.top-section--btns {
  text-align: center;
  font-weight: 600;
  font-size: clamp(14px, 2vw, 30px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.top-section--btns a {
  width: calc(50% - 5px);
  padding: 16px 8px;
}
.top-section--btns a:nth-of-type(1) {
  color: #ffffff;
  background: #29abe2;
  border-radius: 32px 0 0 0;
}
.top-section--btns a:nth-of-type(2) {
  color: #000000;
  background: #d9e021;
  border-radius: 0 32px 0 0;
}
.top-section--youtube {
  max-width: 600px;
  width: 80%;
  margin: 60px auto;
  overflow: hidden;
  border-radius: 24px;
}
.top-section--youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.about-section {
  position: relative;
  background: url("../../assets/images/bg_about_01.png") no-repeat;
  background-size: 100.35% 100%;
  height: auto;
  top: -4px;
  padding-top: 60px;
  padding-bottom: 6px;
}
.about-section__content-title {
  width: 90%;
  max-width: 446px;
  position: absolute;
  top: -54px;
  left: 50%;
  margin: 0 auto;
  padding: 14px 18px 22px;
  transform: translateX(-50%) skewX(-5deg);
  border-radius: 8px;
  text-align: center;
  color: #474646;
  line-height: 1;
  letter-spacing: 0.1em;
  background: url(../../assets/images/bg_about_title_01.png) no-repeat;
  background-size: cover;
  font-size: clamp(18px, 2vw, 25px);
}
@media (max-width: 600px) {
  .about-section__content-title {
    width: 95%;
    top: -26px;
    padding: 8px 18px 20px;
    background-size: 100%;
  }
}
.about-section__content-title p {
  transform: skewX(-10deg);
}
.about-section__content-title span {
  font-family: "Oswald", sans-serif;
}
@media (max-width: 600px) {
  .about-section__content-title span {
    font-size: clamp(16px, 2vw, 25px);
  }
}
.about-section__content-image {
  max-width: 434px;
  width: 100%;
  height: 234px;
  margin: 0 auto;
  border: 2px solid #474646;
  border-radius: 52px;
  overflow: clip;
}
@media (max-width: 600px) {
  .about-section__content-image {
    border-radius: 24px;
  }
}
.about-section__content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section__content-summary {
  margin-top: 20px;
  padding-inline: 25px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .about-section__content-summary {
    padding-inline: 0px;
  }
}
.about-section__content-item {
  max-width: 490px;
  width: 90%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto 80px;
  padding: 32px 20px 24px;
  border-radius: 40px;
  border: 2px solid #474646;
  background: #ffffff;
  box-shadow: 6px 6px 0 #474646;
}
.about-section__content-item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -8px;
  width: 83px;
  height: 108px;
  background: url("../../assets/images/mrk_item_01.svg") no-repeat;
  background-size: cover;
}
.about-section__content-item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: -50px;
  bottom: -24px;
  width: 113px;
  height: 70px;
  background: url("../../assets/images/mrk_item_02.svg") no-repeat;
  background-size: cover;
}
.about-section__content-item:nth-of-type(2) .about-section__content-title {
  background: url(../../assets/images/bg_about_title_02.png) no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .about-section__content-item:nth-of-type(2) .about-section__content-title {
    background-size: 100%;
  }
}
.about-section__content-item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 68px;
  height: 63px;
  background: url("../../assets/images/mrk_item_03.svg") no-repeat;
  background-size: cover;
}
.about-section__content-item:nth-of-type(3) .about-section__content-title {
  background: url(../../assets/images/bg_about_title_03.png) no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .about-section__content-item:nth-of-type(3) .about-section__content-title {
    background-size: 100%;
  }
}
.about-section__content-item:nth-of-type(4) .about-section__content-title {
  background: url(../../assets/images/bg_about_title_04.png) no-repeat;
  background-size: cover;
}
.about-section__content-item:nth-of-type(4) .about-section__content-title p {
  color: #ffffff;
}
.about-section__content-item:nth-of-type(4) .about-section__content-title p span {
  color: #ffffff;
}
@media (max-width: 600px) {
  .about-section__content-item:nth-of-type(4) .about-section__content-title {
    background-size: 100%;
  }
}
.about-section__content-item:nth-of-type(5) {
  margin-bottom: 0;
}
.about-section__content-item:nth-of-type(5) .about-section__content-title {
  background: url(../../assets/images/bg_about_title_05.png) no-repeat;
  background-size: cover;
}
.about-section__content-item:nth-of-type(5) .about-section__content-title p {
  color: #ffffff;
}
.about-section__content-item:nth-of-type(5) .about-section__content-title p span {
  color: #ffffff;
}
@media (max-width: 600px) {
  .about-section__content-item:nth-of-type(5) .about-section__content-title {
    background-size: 100%;
  }
}

.cta-section {
  position: relative;
  top: -4px;
  left: 2px;
  padding: 40px 40px 80px;
  background: url("../../assets/images/bg_about_02.png") no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .cta-section {
    padding: 22px 20px 40px;
    left: 2px;
  }
}
.cta-section h3 {
  text-align: center;
  font-size: 40px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .cta-section h3 {
    font-size: 32px;
  }
}
.cta-section p {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .cta-section p {
    margin-top: 20px;
    font-size: 15px;
  }
}
.cta-section__link {
  max-width: 280px;
  width: 100%;
  display: block;
  padding: 10px 10px 12px;
  margin: 48px auto 10px;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  border: 2px solid #474646;
  border-radius: 36px;
  font-weight: 600;
  background: #ffffff;
  filter: drop-shadow(6px 4px 0 #474646);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cta-section__link {
    margin: 48px auto 10px;
    font-size: 24px;
  }
}

.schedule-section {
  background: url("../../assets/images/img_schedule_01.png") no-repeat;
  background-size: 100.7% 100%;
  position: relative;
  top: -5px;
  left: -3px;
  padding-bottom: 48px;
}
.schedule-section__inner {
  width: 86%;
  margin: 0 auto;
  filter: drop-shadow(6px 4px 0 #474646);
  border: 2px solid #474646;
  background: #ffffff;
  border-radius: 18px;
}
.schedule-section-intro {
  border-bottom: 2px solid #474646;
  padding-bottom: 30px;
}
.schedule-section-intro h3 {
  width: 100%;
  position: relative;
  margin: 24px auto 12px;
  text-align: center;
  font-size: 40px;
}
@media (max-width: 768px) {
  .schedule-section-intro h3 {
    font-size: 32px;
  }
}
.schedule-section-intro h3::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 84px;
  height: 95px;
  background: url("../../assets/images/mrk_robo_02.svg") no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .schedule-section-intro h3::before {
    width: 60px;
    height: 67px;
  }
}
.schedule-section-intro p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .schedule-section-intro p {
    font-size: 14px;
  }
}
.schedule-section__content {
  margin-bottom: 36px;
  background: #e6e6e6;
}
.schedule-section__content-list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-block: 16px;
  border-bottom: 2px solid #474646;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  .schedule-section__content-list {
    flex-direction: column;
    gap: 16px;
  }
}
.schedule-section__content-list--item {
  width: 54%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 220px;
}
@media (max-width: 1080px) {
  .schedule-section__content-list--item {
    width: 100%;
    max-width: 300px;
  }
}
.schedule-section__content-list--item > span {
  position: absolute;
  top: -14px;
  right: -8px;
  background: #fefa72;
  border-radius: 16px;
  border: 2px solid #474646;
  font-size: 14px;
  padding: 0 12px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .schedule-section__content-list--item > span {
    top: -15px;
    right: -8px;
    background: #fefa72;
    border-radius: 16px;
    border: 2px solid #474646;
    font-size: 12px;
    padding: 4px 12px;
  }
}
.schedule-section__content-list--item p {
  width: 70px;
  aspect-ratio: 1;
  border-radius: 40px;
  border: 2px solid #474646;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.2;
  background: #ffffff;
}
.schedule-section__content-list--item p.event {
  background: #fefa72;
}
.schedule-section__content-list--item p span {
  font-size: 10px;
}
.schedule-section__content-list h3 {
  width: 45%;
  min-width: 174px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 18px;
  line-height: 1;
}
.schedule-section__content-list h3 span {
  display: block;
  font-size: 15px;
}

.review-section {
  position: relative;
  top: -5px;
}

.spacer {
  position: relative;
  top: -6px;
  padding: 80px 0;
  background: url("../../assets/images/bg_space_01.png") no-repeat;
  background-size: 100% 100%;
}
.spacer::before {
  content: "";
  width: 100px;
  height: 91px;
  position: absolute;
  left: 16px;
  top: 40%;
  background: url("../../assets/images/mrk_item_04.svg") no-repeat;
  background-size: cover;
}
.spacer::after {
  content: "";
  width: 110px;
  height: 77px;
  position: absolute;
  right: 34px;
  bottom: 0;
  background: url("../../assets/images/mrk_item_05.svg") no-repeat;
  background-size: cover;
}

.card01 {
  background: #e6e6e6;
  border-top: 2px solid #474646;
  border-bottom: 2px solid #474646;
}
.card01 h2 {
  width: 90%;
  position: relative;
  margin: 0 auto 10px;
  padding-top: 30px;
  text-align: center;
  font-size: 40px;
}
@media (max-width: 768px) {
  .card01 h2 {
    font-size: 32px;
  }
}
.card01 h2::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
  width: 84px;
  height: 95px;
  background: url("../../assets/images/mrk_robo_02.svg") no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .card01 h2::before {
    width: 60px;
    height: 67px;
  }
}
.card01 .swiper {
  position: relative;
}
.card01 .swiper .swiper-slide {
  height: 330px;
}
.card01 .swiper .swiper-slide .slide {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: url("../../assets/images/bg_slide_01.png") no-repeat;
  background-size: 100%;
}
@media (max-width: 1480px) {
  .card01 .swiper .swiper-slide .slide {
    background-size: 100% 90%;
  }
}
@media (max-width: 520px) {
  .card01 .swiper .swiper-slide .slide {
    background-size: 100% 85%;
  }
}
.card01 .swiper .swiper-slide .slide-content {
  height: 100%;
  max-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px clamp(22px, 4vw, 60px) 36px;
}
.card01 .swiper .swiper-slide .slide-content .sub-text {
  text-align: right;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.card01 .swiper .swiper-slide .slide-title {
  font-size: clamp(16px, 1.7vw, 22px);
  font-weight: 600;
  line-height: 1.8;
  color: #474646;
}
.card01 .swiper .swiper-slide .slide-title span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  padding: 2px 12px;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #474646;
  border-radius: 16px;
  background: #fefa72;
}
.card01 .swiper .swiper-slide .slide::before {
  content: "";
}
.card01 .swiper .swiper-btn {
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.card01 .swiper .swiper-btn .swiper-button-prev,
.card01 .swiper .swiper-btn .swiper-button-next {
  position: absolute;
}
.card01 .swiper .swiper-btn .swiper-button-prev svg,
.card01 .swiper .swiper-btn .swiper-button-next svg {
  display: none;
}
.card01 .swiper .swiper-btn .swiper-button-prev {
  left: 0;
}
@media (max-width: 520px) {
  .card01 .swiper .swiper-btn .swiper-button-prev {
    left: -10px;
  }
}
.card01 .swiper .swiper-btn .swiper-button-prev::before {
  content: "";
  position: absolute;
  width: 50px;
  aspect-ratio: 1;
  background: url("../../assets/images/ico_arrow_y.svg");
  transform: rotate(180deg);
  top: -54px;
}
@media (max-width: 520px) {
  .card01 .swiper .swiper-btn .swiper-button-prev::before {
    width: 36px;
  }
}
.card01 .swiper .swiper-btn .swiper-button-next {
  right: 0;
}
@media (max-width: 520px) {
  .card01 .swiper .swiper-btn .swiper-button-next {
    right: -10px;
  }
}
.card01 .swiper .swiper-btn .swiper-button-next::before {
  content: "";
  position: absolute;
  width: 50px;
  aspect-ratio: 1;
  background: url("../../assets/images/ico_arrow_y.svg");
  top: -54px;
}
@media (max-width: 520px) {
  .card01 .swiper .swiper-btn .swiper-button-next::before {
    width: 36px;
  }
}
.card01 .swiper .swiper-pagination {
  bottom: 24px;
}
.card01 .swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 1px solid #474646;
  opacity: 1;
}
.card01 .swiper .swiper-pagination-bullet-active {
  background: #474646;
}

#menu .menu__inner {
  width: 450px;
  max-height: 760px;
  height: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  padding-top: 16px;
  border: 2px solid #474646;
  background: #83cad7;
  border-radius: 40px 40px 0 0;
}
@media (max-width: 960px) {
  #menu .menu__inner {
    max-width: 480px;
    width: 90%;
    min-height: 740px;
    height: auto;
    left: 50%;
    top: 180px;
    bottom: auto;
    transform: translateX(-50%);
  }
}
#menu .menu__inner--btns {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  margin-left: auto;
  position: relative;
}
#menu .menu__inner--btns-cta {
  max-width: 143px;
  width: 100%;
  aspect-ratio: 1;
  margin-right: auto;
}
@media (max-width: 768px) {
  #menu .menu__inner--btns-cta {
    width: 100px;
  }
}
#menu .menu__inner--btns-sns {
  background: #ffffff;
}
#menu .menu__inner--btns-sns .sns-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: auto;
}
#menu .menu__inner--tabs {
  width: 90%;
  border-radius: 40px 40px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  padding: 16px;
  background: #474646;
}
#menu .menu__inner--tabs--pc {
  display: block;
}
@media (max-width: 960px) {
  #menu .menu__inner--tabs--pc {
    display: none;
  }
}
#menu .menu__inner--tabs--sp {
  display: none;
}
@media (max-width: 960px) {
  #menu .menu__inner--tabs--sp {
    display: block;
    position: absolute;
    bottom: 0;
  }
}
#menu .menu__inner--tabs p {
  color: #ffffff;
  text-align: center;
}
#menu .menu__inner--tabs p small {
  font-size: 10px;
  color: #ffffff;
  font-weight: 600;
}
#menu .menu__inner--tabs-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px 7px;
  margin-block: 12px 8px;
  background: #ffffff;
  border-radius: 30px;
}
#menu .menu__inner--tabs-box a {
  display: block;
  width: 48%;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  border-radius: 36px;
  color: rgba(71, 70, 70, 0.5058823529);
  border: 2px solid transparent;
}
#menu .menu__inner--tabs-box a.is-active {
  background: #fefa72;
  border: 2px solid #474646;
  color: #474646;
  filter: drop-shadow(3px 3px 0 #474646);
}
#menu .menu__inner--tabs-box a:nth-of-type(2).is-active {
  background: #ffbfcf;
}

@media (max-width: 960px) {
  #menu {
    position: fixed;
    top: 0;
    right: -100%;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    padding: 20px;
    transition: all 0.5s;
    background-color: rgba(86, 86, 86, 0.7);
  }
  .menu-btn {
    position: fixed;
    display: block;
    top: 16px;
    right: 16px;
    width: 74px;
    height: 74px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
    background: #ffffff;
    border: 2px solid #474646;
    filter: drop-shadow(4px 4px 0 #474646);
  }
  .bar {
    position: absolute;
    top: 20px;
    left: 18px;
    display: block;
    width: 34px;
    height: 3px;
    background: #474646;
    border-radius: 2px;
    transition: all 0.5s;
    transform-origin: left top;
  }
  .bar:nth-child(2) {
    top: 35px;
    opacity: 1;
  }
  .bar:nth-child(3) {
    top: 49px;
    transform-origin: left bottom;
  }
  .menu-btn__text {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    color: #333;
    transition: all 0.5s;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .menu-btn:hover .bar {
    background: #999;
  }
  .menu-btn:hover .menu-btn__text {
    color: #999;
  }
  /* checked */
  .check:checked ~ #menu {
    transition-delay: 0.3s;
    transform: none;
    right: 0;
    opacity: 1;
    z-index: 2;
  }
  .check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
  }
  .check:checked ~ .menu-btn .bar:nth-child(1) {
    width: 56px;
    top: 16px;
    transform: rotate(45deg);
  }
  .check:checked ~ .menu-btn .bar:nth-child(2) {
    opacity: 0;
  }
  .check:checked ~ .menu-btn .bar:nth-child(3) {
    width: 56px;
    top: 56px;
    transform: rotate(-45deg);
  }
}
@media (max-width: 768px) {
  .menu-btn {
    top: 16px;
    right: 36px;
  }
}
@media (max-width: 540px) {
  .menu-btn {
    width: 60px;
    height: 60px;
    top: 16px;
    right: 36px;
  }
  .bar {
    position: absolute;
    top: 14px;
    left: 11px;
    display: block;
    width: 34px;
    height: 3px;
    background: #474646;
    border-radius: 2px;
    transition: all 0.5s;
    transform-origin: left top;
  }
  .bar:nth-child(2) {
    top: 27px;
    opacity: 1;
  }
  .bar:nth-child(3) {
    top: 40px;
    transform-origin: left bottom;
  }
  /* checked */
  .check:checked ~ #menu {
    transition-delay: 0.3s;
    transform: none;
    right: 0;
    opacity: 1;
    z-index: 2;
  }
  .check:checked ~ .menu-btn .bar:nth-child(1) {
    width: 50px;
    top: 10px;
    transform: rotate(45deg);
  }
  .check:checked ~ .menu-btn .bar:nth-child(2) {
    opacity: 0;
  }
  .check:checked ~ .menu-btn .bar:nth-child(3) {
    width: 50px;
    top: 45px;
    transform: rotate(-45deg);
  }
}
.ocan-section__inner {
  background: url("../../assets/images/bg_oc_02.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 24px 16px;
}
.ocan-section__inner h2 {
  text-align: center;
  color: #ffffff;
  font-size: clamp(24px, 2vw, 40px);
}
.ocan-section--table {
  max-width: 550px;
  width: 100%;
  margin: 30px auto;
  background-color: #0f8dde;
}
.ocan-section--table__list {
  display: flex;
  width: 100%;
  gap: 4px;
  margin-bottom: 4px;
}
@media (max-width: 500px) {
  .ocan-section--table__list {
    flex-direction: column;
    margin-bottom: 16px;
  }
}
.ocan-section--table__list p {
  font-weight: 600;
}
.ocan-section--table__title {
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #dfebf7;
}
@media (max-width: 500px) {
  .ocan-section--table__title {
    width: 100%;
  }
}
.ocan-section--table__text {
  width: calc(100% - 144px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #ffffff;
}
@media (max-width: 500px) {
  .ocan-section--table__text {
    width: 100%;
  }
}
.ocan-section--toggle ul {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
}
.ocan-section--toggle ul li {
  list-style: none;
  margin-bottom: 20px;
  border-radius: 8px;
  filter: drop-shadow(0 6px 0 #a1a615);
}
.ocan-section--toggle ul ul {
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.5s;
  background-color: #ffffff;
  margin: 0;
}
.ocan-section--toggle ul ul li {
  padding: 16px 10px;
  filter: none;
  margin-bottom: 6px;
  border-bottom: 1px solid #efefef;
}
.ocan-section--toggle ul ul li > span {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}
.ocan-section--toggle ul ul li p {
  color: #000000;
}
.ocan-section--toggle ul ul li p span {
  display: block;
  background-color: #c1c100;
  color: #fff;
  padding: 8px;
  text-align: center;
}
.ocan-section--toggle ul ul li .ocan-section--summary {
  color: #000000;
  margin: 12px 0;
}
.ocan-section--toggle ul ul li .ocan-section--summary > span {
  font-weight: 600;
  font-size: 24px;
  display: block;
  margin-bottom: 6px;
}
.ocan-section--toggle ul ul li .ocan-section--summary p > span {
  font-weight: 600;
  font-size: 20px;
  display: block;
  margin-bottom: 6px;
  background-color: transparent;
  text-align: left;
  color: #000000;
  padding: 0;
}
.ocan-section--toggle button {
  position: relative;
  border: none;
  width: 100%;
  background-color: #d9e021;
  border-radius: 8px;
  color: #0074be;
  cursor: pointer;
  text-align: left;
  padding: 15px 0 15px 20px;
  font-size: 36px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .ocan-section--toggle button {
    font-size: 18px;
  }
}
.ocan-section--toggle button span {
  font-size: 18px;
  color: #ffffff;
  background-color: #0074be;
  border-radius: 50%;
  padding: 1px 4px;
}
.ocan-section--toggle button:hover {
  opacity: 0.7;
}
.ocan-section--toggle button::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 20px;
  width: 80px;
  height: 30px;
  transition: 0.5s;
  background: url("../../assets/images/ico_open.svg") no-repeat;
}
@media (max-width: 768px) {
  .ocan-section--toggle button::after {
    width: 14px;
    height: 20px;
    top: 12px;
    right: 12px;
  }
}
.ocan-section--toggle li.active button::after {
  background: url("../../assets/images/ico_close.svg") no-repeat;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .ocan-section--toggle li.active button::after {
    right: 14px;
  }
}
.ocan-section--toggle ul.active {
  overflow-y: auto;
}

.footer {
  position: relative;
  top: -6px;
  margin-bottom: 24px;
  background: url("../../assets/images/bg_footer_01.png") no-repeat;
  background-size: 100% 100%;
}
.footer__inner {
  max-width: 547px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 50px;
  position: relative;
  top: -6px;
  left: -1px;
}
@media (max-width: 960px) {
  .footer__inner {
    padding: 16px 30px 96px;
  }
}
.footer__inner p small {
  display: block;
  margin-top: 24px;
  font-size: 12px;
  text-align: center;
}
.footer-map {
  width: 100%;
  height: 200px;
  border-radius: 24px;
  border: 2px solid #474646;
  overflow: clip;
  margin-bottom: 12px;
}
.footer-map iframe {
  width: 100%;
  height: 360px;
}
.footer-content__image {
  max-width: 295px;
  width: 100%;
  margin: 0 auto 45px;
}
.footer-content p {
  margin-bottom: 10px;
  font-size: clamp(14px, 1.5vw, 18px);
  text-align: left;
  font-weight: 600;
}
.footer-content .ocan-section--toggle button {
  justify-content: center;
  font-size: 20px;
  color: #474646;
  background-color: #ffffff;
  border: 2px solid #474646;
  padding: 8px;
  font-weight: 600;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .footer-content .ocan-section--toggle button {
    font-size: 18px;
  }
}
.footer-content .ocan-section--toggle button::after {
  content: "";
  position: absolute;
  background: url("../../assets/images/toggles_01.svg") no-repeat;
  width: 16px;
  height: 24px;
  top: 12px;
  right: 26px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .footer-content .ocan-section--toggle button::after {
    width: 14px;
    height: 20px;
    right: 14px;
  }
}
.footer-content .ocan-section--toggle ul {
  width: 100%;
  transition: all 0.3s;
}
.footer-content .ocan-section--toggle ul.active {
  border: 2px solid #474646;
  border-radius: 8px;
  overflow: clip;
  background: #ffffff;
}
.footer-content .ocan-section--toggle ul li {
  filter: none;
}
.footer-content .ocan-section--toggle ul li.active button {
  border: none;
  border-radius: 0;
}
.footer-content .ocan-section--toggle ul li.active button::after {
  content: "";
  background: url("../../assets/images/toggles_01.svg") no-repeat;
  position: absolute;
  transform: rotate(90deg);
  top: 12px;
  right: 26px;
}
.footer-content .ocan-section--toggle ul li ul {
  padding-inline: 24px;
}
.footer-content .ocan-section--toggle ul li ul > p {
  padding-inline: 16px;
  margin-block: 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  border: 2px solid #474646;
  background: #fefa72;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .footer-content .ocan-section--toggle ul li ul > p {
    font-size: 16px;
    padding: 2px 16px;
  }
}
.footer-content .ocan-section--toggle ul li ul > span {
  display: block;
  margin-bottom: 10px;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  color: #474646;
}
.footer-content .ocan-section--toggle ul li ul .bus-item {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .footer-content .ocan-section--toggle ul li ul .bus-item {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.footer-content .ocan-section--toggle ul li ul .bus-item:nth-of-type(2) {
  border-bottom: 2px solid #474646;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}
.footer-content .ocan-section--toggle ul li ul .bus-item:nth-of-type(2) p span {
  margin-block: 0;
}
.footer-content .ocan-section--toggle ul li ul .bus-item:nth-of-type(2) p:last-of-type {
  margin-bottom: 24px;
}
.footer-content .ocan-section--toggle ul li ul .bus-item:nth-of-type(2) p:last-of-type span {
  font-size: 16px;
  padding-left: 20px;
}
.footer-content .ocan-section--toggle ul li ul .bus-item p {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .footer-content .ocan-section--toggle ul li ul .bus-item p {
    margin-block: 0px;
  }
}
.footer-content .ocan-section--toggle ul li ul .bus-item p span {
  font-size: 12px;
  display: block;
  margin-block: 10px;
}
@media (max-width: 768px) {
  .footer-content .ocan-section--toggle ul li ul .bus-item p span {
    margin-block: 0px;
  }
}
.footer-content .ocan-section--toggle ul li ul .bus-item img {
  max-width: 178px;
  width: 100%;
}
@media (max-width: 768px) {
  .footer-content .ocan-section--toggle ul li ul .bus-item img {
    max-width: 280px;
  }
}
.footer-content .ocan-section--toggle ul li ul .bus-access {
  border: 2px solid #474646;
  border-radius: 30px;
  overflow: clip;
}
.footer-content .ocan-section--toggle ul li ul li {
  position: relative;
  padding: 0 0 0 22px;
  border-bottom: none;
  font-size: 16px;
  font-weight: 600;
}
.footer-content .ocan-section--toggle ul li ul li::before {
  content: "●";
  position: absolute;
  left: 0;
}
.footer-content__sns-line {
  padding: 16px;
  margin-block: 54px;
  border: 2px solid #ffffff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .footer-content__sns-line {
    margin-block: 40px;
    padding: 10px;
    gap: 18px;
  }
}
.footer-content__sns-line img {
  width: 86px;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .footer-content__sns-line img {
    width: 65px;
  }
}
.footer-content__sns-line p {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .footer-content__sns-line p {
    font-size: 20px;
  }
}
.footer-content__sns-line p span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 768px) {
  .footer-content__sns-line p span {
    font-size: 18px;
  }
}
.footer-content__sns-icons p {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
.footer-content__sns-icons--item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
@media (max-width: 768px) {
  .footer-content__sns-icons--item {
    justify-content: space-around;
  }
}
.footer-content__sns-icons--item a {
  width: 56px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .footer-content__sns-icons--item a {
    width: 36px;
  }
}

.ribbon-wrapper {
  display: block;
  position: relative;
  margin: 0;
  padding: 20px 0;
  width: -moz-fit-content;
  width: fit-content;
  left: -2px;
}

.ribbon {
  width: -moz-max-content;
  width: max-content;
  height: 36px;
  display: inline-block;
  position: absolute;
  left: -2px;
  top: 5px;
  box-sizing: border-box;
  padding: 0 12px;
  padding-left: 96px;
  margin: 0;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #474646;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
  border: 2px solid #474646;
  border-radius: 0 18px 18px 0;
}
.ribbon.monodai {
  padding-left: 2px;
}
.ribbon.monodai span {
  color: #474646;
  font-weight: 600;
  font-size: 12px;
  padding: 1px 8px;
  border: 1.2px solid #474646;
  border-radius: 12px;
  background: #fefa72;
  margin-right: 8px;
}
.ribbon.kikudai {
  padding-left: 2px;
}
.ribbon.kikudai span {
  color: #474646;
  font-weight: 600;
  font-size: 12px;
  padding: 1px 8px;
  border: 1.2px solid #474646;
  border-radius: 12px;
  background: #ffbfcf;
  margin-right: 8px;
}

.ribbon:before {
  position: absolute;
  content: "";
  top: -2px;
  left: -11px;
  border: none;
  height: 40px;
  width: 10px;
  background: #ffffff;
  border-radius: 10px 0 0 10px;
  border: 2px solid #474646;
  border-right: none;
}

.ribbon:after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: -10px;
  border: none;
  height: 10px;
  width: 12px;
  background: #474646;
  border-radius: 0px 0 0 10px;
}

.menu__inner--btns-sns.ribbon {
  width: 190px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  position: absolute;
  right: -2px;
  left: auto;
  top: 20px;
  box-sizing: border-box;
  padding: 13px 30px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #474646;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
  border: 2px solid #474646;
  border-radius: 50px 0 0 50px;
}
@media (max-width: 768px) {
  .menu__inner--btns-sns.ribbon {
    top: 6px;
  }
}

.menu__inner--btns-sns.ribbon:before {
  position: absolute;
  content: "";
  top: -2px;
  right: -12px;
  left: auto;
  border: none;
  height: 90px;
  width: 10px;
  background: #ffffff;
  border-radius: 0 10px 10px 0;
  border: 2px solid #474646;
  border-left: none;
}
@media (max-width: 768px) {
  .menu__inner--btns-sns.ribbon:before {
    right: -11px;
  }
}

.menu__inner--btns-sns.ribbon:after {
  position: absolute;
  content: "";
  bottom: -10px;
  right: -12px;
  left: auto;
  border: none;
  height: 10px;
  width: 12px;
  background: #474646;
  border-radius: 0 0 10px 0;
}
@media (max-width: 768px) {
  .menu__inner--btns-sns.ribbon:after {
    right: -11px;
  }
}

/* デフォルトは両方非表示 */
#tab-item--01,
#tab-item--02 {
  display: none;
}

/* アクティブなタブのみ表示 */
#tab-item--01.is-active,
#tab-item--02.is-active {
  display: block;
}

/* アクティブなタブボタンのスタイル（任意） */
.tab-btn.is-active {
  opacity: 1;
  font-weight: bold;
}

#tab-item--02 .main-content__fv--02 {
  top: -3px;
}

.sp-blake {
  display: none;
}
@media (max-width: 768px) {
  .sp-blake {
    display: block;
  }
}