@charset "UTF-8";

/* ----------------------- */
/* メディアクエリ（min-width)
/* ----------------------- */
/* ----------------------- */
/* 共通
/* ----------------------- */

@media screen and (min-width: 1261px) {
  #header {
    height: 96px;
  }
  #header header h1 {
    padding: 16px 2.5%;
  }
}

.inner {
  width: 90%;
  margin: auto;
  max-width: 1400px;
}

.inner_m {
  width: 90%;
  margin: auto;
  max-width: 1240px;
}

.inner_s {
  width: 90%;
  margin: 30px auto auto auto;
  max-width: 1080px;
}

@media (max-width: 640px) {
  .inner_s {
    margin: 15px auto auto auto;
  }
}

.c-pad {
  padding: 100px 0;
}

#h1_area {
  background: #f2f1f9;
  padding: 2% 1%;
}


@media (max-width: 640px) {
  .c-pad {
    padding: 60px 0;
  }
}

.title_style01.sub {
  line-height: 0.9;
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .title_style01 {
    font-size: 2.4rem;
    letter-spacing: .075em;
}

  .title_style01.sub {
    margin-bottom: 10px;
  }
}

.title_style01.sub span::before {
  background-image: url(../images/event/tit_left.png);
}

.title_style01.sub span::after {
  background-image: url(../images/event/tit_right.png);
}

@media (max-width: 640px) {

  .title_style01 span::before,
  .title_style01 span::after {
    bottom: -20px;
  }
}

.title_style01.sub strong {
  font-size: 16px;
  font-family: YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight: 300 !important;
  color: #39505f;
}

@media (max-width: 640px) {
  .title_style01.sub strong {
    font-size: 13px;
  }
}

.title_style01.sub.white span {
  color: #ffec4a;
}

.title_style01.sub.white span::before {
  background-image: url(../images/event/tit_left_white.png);
}

.title_style01.sub.white span::after {
  background-image: url(../images/event/tit_right_white.png);
}

.title_style01.sub.white strong {
  color: #fff;
}


/* 体験ステップ */
.c-frame {
  background: #fff;
  border-radius: 18px;
  padding: 50px 3% 50px;
  position: relative;
}

@media (max-width: 640px) {
  .c-frame {
    margin-top: 40px;
    padding: 28px 3% 28px;
  }
}

.c-frame.spec {
  height: 200px;
}

.c-frame.spec::before {
  height: 250px;
}

/* --
.c-frame::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(6.4308681672vw + 250px);
  background: -webkit-linear-gradient(top, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0.9) 50%, rgba(248, 248, 248, 0.9) 50%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 0)), color-stop(50%, rgba(248, 248, 248, 0.9)), color-stop(50%, rgba(248, 248, 248, 0.9)), to(#fff));
  background: linear-gradient(top, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0.9) 50%, rgba(248, 248, 248, 0.9) 50%, #fff 100%);
  content: "";
}
@media (max-width: 640px) {
  .c-frame::before {
    height: calc(12.5vw + 130px);
  }
}
-- */

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    bottom: auto;
    top: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    top: auto;
    bottom: 20px;
  }
}

@keyframes slide {
  0% {
    opacity: 0;
    bottom: auto;
    top: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    top: auto;
    bottom: 20px;
  }
}

.l-grad-trigger {
  position: relative;
}

.grad-trigger {
  display: none;
  /*チェックされていたら、文言を変更する*/
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  /*チェックされていたら、高さを戻す*/
}

.grad-trigger:checked~.grad-btn {
  -webkit-animation-name: slide;
  animation-name: slide;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.grad-trigger:checked~.grad-btn::before {
  content: "閉じる";
}

.grad-trigger:checked~.c-frame::before {
  display: none;
}

.grad-trigger:checked~.c-frame {
  height: auto !important;
  max-height: none !important;
}


.br_pc {
  display: inline !important;
}

.br_sp {
  display: none !important;
}


@media (max-width: 640px) {
  .br_pc {
    display: none !important;
  }

  .br_sp {
    display: inline !important;
  }
}

/* ----------------------- */
/* キービジュアル
/* ----------------------- */
.l-hero {
  /*padding-bottom: 60px;*/
  overflow: hidden;
  background: #c6ecff;
}

.l-hero .hero {
  padding: 50px 0 0;
  text-align: center;
  background: #C6ECFF;
}

@media screen and (min-width: 375px) and (max-width: 1260px) {
  .l-hero .hero {
    padding: 30px 0 0;
  }

}
@media (max-width: 640px) {
  .l-hero .hero.incontents > .hero{
    padding: 0;
  }
}

.l-hero .contents {
  display: inline-block;
  padding-left: 9%;
  padding-bottom: 80px;
}

@media (max-width: 640px) {
  .l-hero .contents {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-bottom: 15.873015873vw;
  }
}

.l-hero .contents {
  text-shadow: 2px 2px 10px #fff, 0px 2px 10px #fff, 2px 0px 10px #fff, 0px -2px 10px #fff, -2px 0px 10px #fff;
  line-height: 2;
  color: #231815;
  text-align: center;
  letter-spacing: 0.04em;
}

.l-hero .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 160px;
}

@media (max-width: 1200px) {
  .l-hero .items {
    padding-bottom: 80px;
  }
}

@media (max-width: 640px) {
  .l-hero .items {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

.l-hero .items .item {
  width: 27.1428571429%;
  margin: 0 1.2%;
}

@media (max-width: 1200px) {
  .l-hero .items .item {
    width: 40%;
    margin-bottom: 25px;
  }
}

@media (max-width: 640px) {
  .l-hero .items .item {
    width: 85%;
    margin-left: 0;
    margin-right: 0;
  }
}

.l-hero .items .item .img {
  width: 85%;
  margin: auto;
  margin-bottom: 35px;
}

@media (max-width: 640px) {
  .l-hero .items .item .img {
    width: 75%;
  }
}

.l-hero .items .item .img img {
  width: 100%;
}

.l-hero {
  position: relative;
  background-size: cover;
}

@media (max-width: 640px) {
  .l-hero {
    background: #fff;
  }
}

/* ----------------------- */
/* PLAN plan・料金
/* ----------------------- */
.l-plan {
  background: rgb(0, 119, 194);
  background: -webkit-linear-gradient(305deg, rgb(0, 119, 194) 0%, rgb(33, 173, 229) 100%);
  background: linear-gradient(145deg, rgb(0, 119, 194) 0%, rgb(33, 173, 229) 100%);
  color: #39505f;
}

.l-plan .contents {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
  padding: 0 3% 50px;
}

@media (max-width: 640px) {
  .l-plan .contents {
    padding-bottom: 30px;
  }
}

.l-plan .contents .h3 {
  text-align: center;
  padding: 25px 0;
  position: relative;
  margin-bottom: 35px;
  font-size: 30px;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #d0d3c3;
}

@media (max-width: 640px) {
  .l-plan .contents .h3 {
    padding: 18px 0;
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.l-plan .contents .h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 18%;
  border-bottom: 2px solid #21ade5;
}

.l-plan .contents {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  .l-plan .contents {
    margin-bottom: 20px;
  }
}

.l-plan .contents.contents1 .row-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 640px) {
  .l-plan .contents.contents1 .row-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.l-plan .contents.contents1 .row-items .left {
  width: 49.9092558984%;
}

.l-plan .contents.contents1 .row-items .left img {
  width: 100%;
}

@media (max-width: 640px) {
  .l-plan .contents.contents1 .row-items .left {
    width: 100%;
    margin-bottom: 25px;
  }
}

.l-plan .contents.contents1 .row-items .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.l-plan .contents.contents1 .row-items .right img {
  width: 75%;
}

.l-plan .contents.contents1 .l-list .items .item {
  padding: 15px 15px;
  text-align: center;
}

@media (max-width: 640px) {
  .l-plan .contents.contents1 .l-list .items .item {
    text-align: left;
  }
}

.l-plan .contents.contents1 .l-list .items .item:not(:last-child) {
  border-bottom: 2px dotted #39505f;
}

.l-plan .contents.contents2 {
  letter-spacing: 0.05em;
}

.l-plan .contents.contents2 .row-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .l-plan .contents.contents2 .row-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.l-plan .contents.contents2 .row-items .left {
  width: 27.9491833031%;
  margin: 0 4.5372050817%;
}

@media (max-width: 1200px) {
  .l-plan .contents.contents2 .row-items .left {
    width: 320px;
    margin: 0 auto 25px;
  }
}

@media (max-width: 640px) {
  .l-plan .contents.contents2 .row-items .left {
    width: 80%;
  }
}

.l-plan .contents.contents2 .row-items .left img {
  width: 100%;
}

.l-plan .contents.contents2 .row-items .right {
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-plan .contents .h4 {
  padding: 0 0 5px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.textcolor {
  color: #0077c2;
  text-align: center;
  margin-top: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  .textcolor {
    font-size: 1.4rem;
  }
}

/* ----------------------- */
/* 体験・購入出来る店舗
/* ----------------------- */
.link_button_style01.link_button_style02 a {
  background-color: #ed8b00;
}

.link_button_style01.link_button_style02.link_button_style03 .modal-span {
  color: #21ADE5;
  background-color:#fff;
  border: solid 1px #21ADE5;
}

.link_button_style01.link_button_style02 a:hover {
  background-color: #09c7aa;
  color: #fff;
}

.link_button_style01.link_button_style02.link_button_style03 .modal-span a:hover {
  background-color: #09c7aa;
  color: #fff;
}

.link_button_style01.link_button_style02.link_button_style03 .modal-span.green {
  position: relative;
  background: #02c1a6;
  color: #fff;
  border: none;
}

.link_button_style01.link_button_style02.link_button_style03 .modal-span.green::after {
  position: absolute;
  top: 30%;
  left: 40px;
  content: url(../images/event/star_01.png);

}

@media (max-width: 640px) {
  .link_button_style01.link_button_style02.link_button_style03 .modal-span.green::after {
    left: 30px;
  }
}

.link_button_style01.link_button_style02.link_button_style03 .modal-span.green::before {
  position: absolute;
  top: 40%;
  right: 60px;
  content: url(../images/event/star_01.png);
  transform: scale(-1, 1);
}

@media (max-width: 640px) {
  .link_button_style01.link_button_style02.link_button_style03 .modal-span.green::before {
    right: 30px;
  }
}



/* ----------------------- */
/* ロボットたちに会いにロボットプラネットに行こう！
/* ----------------------- */
.shop_info {
  text-align: center;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #ebeaf3;
  padding: 120px 5% 80px;
}

.shop_info h3 {
  font-family: 'M PLUS Rounded 1c', YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.045em;
  line-height: 1.4;
  color: #0077c2;
  margin-bottom: 60px;
}

.shop_info h3>i {
  color: #21ade5;
}


/* ----------------------- */
/* テレビCM
/* ----------------------- */
.l-tvcm {
  color: #39505f;
}

@media (max-width: 640px) {
  .l-tvcm {
    margin-bottom: 20px;
  }

  .l-tvcm.c-pad {
    padding-bottom: 20px;
  }
}

.l-tvcm .inner_m {
  margin-bottom: 90px;
}

@media (max-width: 640px) {
  .l-tvcm .inner_m {
    margin-bottom: 40px;
  }
}

/* ----------------------- */
/* 同時開催店舗一覧
/* ----------------------- */
.link_button_style04 a {
  position: relative;
  margin: 10px 0;
  padding: 18px 5em;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.115em;
  display: inline-block;
  background-color: #ed8b00;
  font-weight: 500;
  line-height: 1.4;
  max-width: 420px;
  text-align: center;
  border-radius: 100px;
  box-sizing: border-box;
}

.link_button_style04 a:hover {
  background-color: #09c7aa;
  color: #fff;
}

@media (min-width:641px) and (max-width:820px) {
  .link_button_style04 a {
    padding: 14px 2em;
  }
}

@media screen and (max-width: 640px) {
  .link_button_style04 a {
    font-size: 1.1rem;
    letter-spacing: 0;
    padding: 14px 1.2em;
    margin-block: 6px;
    width: 100%;
    margin: 5px auto;
  }
  .link_button_style04 a::before {
    width: 7px;
    height: 14px;
    right: 2%;
    top: 50%;
    margin-top: 0;
    bottom: 0;
    transform: translateY(-50%) translateX(-50%);
}
}

.l-locations .contents .h3 {
  text-align: center;
  padding: 10px 0;
  position: relative;
  margin-bottom: 0;
  font-size: 2.4rem;
  letter-spacing: 0;
  border-bottom: 1px solid #d0d3c3;
}

@media (max-width: 640px) {
  .l-locations .contents .h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 4px;
    font-size: 1.4rem;
    margin-bottom: 0;
    line-height: 1.2;
  }
  .inner_s.sp_wid100 {
    width: 100%;
    }
}

.l-locations .contents .h3::before {
  content: none;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 18%;
  border-bottom: 2px solid #21ade5;
}

.l-locations {
  background: #f3f2f2;
  color: #39505f;
}

.l-locations .contents {
  /* -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); */
  border-radius: 18px;
  padding: 0 3% 50px;
  /*20241030_*/
  display: block grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  row-gap: 24px;
  background: #fff;
  margin-bottom: 0;
  border-radius: 10px;
  padding: 0 16px 16px 16px ;
}

@media (max-width: 640px) {
  .l-locations .contents {
    padding-bottom: 30px;
  }
}

.l-locations .contents {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  .l-locations .contents {
    margin-bottom: 20px;
  }
}

.l-locations .contents.contents3 .row-text {
  text-align: center;
  font-size: 1.6rem;
}

@media (max-width: 1200px) {
  .l-locations .contents.contents3 .row-text {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.l-locations .c-frame {
  background: #fff;
  border-radius: 18px;
  padding: 50px 3% 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  /*20241030_*/
  display: block grid;
  grid-template-columns: repeat(auto-fill, minmax(min(528px, 48%), 1fr));
  gap: 24px;
  padding: 0 !important;
  background: none;
}

@media (max-width: 640px) {
  .l-locations .c-frame {
    padding: 28px 3% 28px;
     /*20241030_*/
    gap: 10px;
    margin: 0 10px;
  }
}

.l-locations.add .c-frame {
  background: #fff;
  border-radius: 18px;
  padding: 50px 3% 50px;
  position: relative;
}


/*　ここからボタン横並びの記述 */
.l-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
}

@media (max-width: 640px) {
  .l-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.area_wapper {
  display: flex;
  justify-content: center;
  padding: 40px 10px 0;
  background: #c6ecff;
  height: 520px;
}

@media (max-width: 640px) {
  .area_wapper {
    padding: 0;
    height: 242px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1260px) {
  .area_wapper {
    height: 460px;
  }
}


@media (max-width: 640px) {
  .area_img {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

.light_area {
  margin-left: 7px;

}

.light_area img {
  display: flex;
}

@media (max-width: 640px) {
  .light_area {
    margin: 8px 0;
  }
}

.light_area li:first-of-type {
  margin-bottom: 7px;
}

.row-text.line_top {
  margin-top: 20px;
  padding: 25px 0 0;
  position: relative;
  border-top: 2px solid #d0d3c3;
}

.row-text.line_top::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 18%;
  border-top: 2px solid #21ade5;
}

/* スマホリンク */
@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

@media screen and (min-width: 1024px) {
  .link_button_style01[class*="link_button_style03"] a:hover::before {
    right: 5%;
  }

  .link_button_style01[class*="link_button_style03"] a::before {
    background-image: none;
  }
}

/* 電話モーダル */
@media (min-width: 641px) {
  .modal-span {
    pointer-events: none;
  }
}

@media (min-width: 641px) {
  .modal_tel {
    display: none;
  }
}

@media (max-width: 640px) {
  .modal_tel {
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }

  .modal_tel__overlay {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
  }

  .tel_close-btn-top {
    position: absolute;
    top: 8%;
    right: 1%;
    font-size: 3rem;
    cursor: pointer;
    color: #fff;
  }

  .modal_tel__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 300px;
    width: 100%;
    padding: 37px 20px;
    background: #fff;
    border-radius: 4%;
  }

  .modal_tel_container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .modal_tel_container dt {
    margin-bottom: 25px;
  }

  .modal_tel_container dd {
    color: #21ADE5;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.4;
  }

  .modal_tel__content p {
    margin-top: 18px;
    text-align: center;
    color: #21ADE5;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
  }

  .modal_tel__content a {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    padding: 18px 80px;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    background: #0178C2;
    border-radius: 50px;
  }

  .modal_tel__content a:hover {
    background: #09c7aa;
  }

  .fixed_tel {
    position: fixed;
    width: 100%;
    height: 100%;

  }
}

.bold {
  font-weight: bold;
}

/*TVCM2個以上用*/
.place_name {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: 'M PLUS Rounded 1c', YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  color: #21ade5;
}

.place_name i {
  color: #21ade5;
}

@media (max-width: 640px) {
  .place_name {
    font-size: 2.8rem;
  }
}

/*# sourceMappingURL=event.css.map */

/**/
.robot_wap {
  margin-top: 0;
  width: 100%;
}

@media (max-width: 640px) {
  .robot_wap {
    margin-top: 10px;
  }
}

.robot_wap dt {
  font-size: 2.2rem;
  color: #21ADE5;
}

@media (max-width: 640px) {
  .robot_wap dt {
    font-size: 1.3rem;
    color: #21ADE5;
  }
  .row-text p {
    font-size: 1.1rem;
  }
  .l-locations .contents {
    padding: 0 8px 8px 8px;
  }

  .text_center {
    margin-top: 20px;
    text-align: center;
  }
  .staff_title {
    margin-top: 20px;
  }
  .link_button_style01 a {
    font-size: 1.4rem;
  }
}

/* テレビCM */
.youtube_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube_box .arrow,
.youtube_box .arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.youtube_box .arrow {
  width: 67px;
  height: 47px;
  border-radius: 10%;
  background-color: #FF0000;
  pointer-events: none;
}

.youtube_box .arrow::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
}

.youtube_box img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}

.youtube_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxOverlay {
  display: none;
  background: none;
  height: auto;
}

/*voice*/
.voice {
  margin-bottom: 100px;
  overflow: hidden;
  padding-top: 30px !important;
  margin-top: 30px !important;
}

.top_bg img {
  object-fit: cover;
  width: 100%;
  align-items: end;
}

.voice-contents01 {
  margin-top: 150px;
}

.voice .voice-contents01,
.voice .voice-contents02 {
  margin-bottom: 250px;
}

.voice .voice-contents01,
.voice .voice-contents02,
.voice .voice-contents03 {
  zoom: 90%;
}

.voice .voice-contents01 .voice_inner,
.voice .voice-contents02 .voice_inner,
.voice .voice-contents03 .voice_inner {
  position: relative;
  background: #50C7FF;
  max-width: 1158px;
  margin: 0 auto;
  border-radius: 30px;
}

.voice .voice-contents01 .voice_inner .robohon04,
.voice .voice-contents02 .voice_inner .robohon04,
.voice .voice-contents03 .voice_inner .robohon04 {
  position: absolute;
  content: " ";
  top: -18%;
  left: -10%;
}

.voice .voice-contents01 .voice_inner .robohon04-02,
.voice .voice-contents02 .voice_inner .robohon04-02,
.voice .voice-contents03 .voice_inner .robohon04-02 {
  position: absolute;
  content: " ";
  top: -30%;
  right: -23%;
  transition-delay: .2s;
}

.voice .voice-contents01 .voice01,
.voice .voice-contents02 .voice02,
.voice .voice-contents03 .voice03 {
  padding: 70px 30px 70px;
}

.voice .voice-contents01 .voice01 img,
.voice .voice-contents02 .voice02 img,
.voice .voice-contents03 .voice03 img {
  display: block;
  margin: 0 auto;
}

.voice .voice-contents01 .voice01 p.font-m,
.voice .voice-contents02 .voice02 p.font-m,
.voice .voice-contents03 .voice03 p.font-m {
  text-align: center;
  color: #fff;
  margin: 20px 0 30px;
  font-size: 1.8rem;
  font-weight: 400;
}

.voice .voice-contents01 .voice01 .font-m span,
.voice .voice-contents02 .voice02 .font-m span,
.voice .voice-contents03 .voice03 .font-m span {
  font-size: 34px;
  margin-left: 20px;
}

.voice .voice-contents01 .voice01 p:last-of-type,
.voice .voice-contents02 .voice02 p:last-of-type,
.voice .voice-contents03 .voice03 p:last-of-type {
  margin: 0;
  padding: 0 30px;
  letter-spacing: 0.05rem;
  line-height: 1.6;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: 1.8rem;
}

.voice .voice-contents01 .voice01 p:last-of-type,
.voice .voice-contents02 .voice02 p:last-of-type {
  color: #fff;
}

.voice .voice-contents02 .voice_inner .robohon04 {
  top: -30%;
  left: -15%;
}

.voice .voice-contents01 .voice_inner .robohon04-02 img,
.voice .voice-contents02 .voice_inner .robohon04 img {
  width: 90%;
}

.voice .voice-contents02 .voice_inner .robohon04-02 {
  top: -25%;
  right: -10%;
}

.voice .voice-contents02 .voice_inner {
  background: #F7BF6D;
}

.voice .voice-contents03 .voice_inner .robohon04 {
  top: -20%;
  left: -10%;
}

.voice .voice-contents03 .voice_inner .robohon04 img {
  width: 100%;
}

.voice .voice-contents03 .voice_inner .robohon04-02 {
  top: -35%;
  right: -17%;
}

.voice .voice-contents03 .voice_inner {
  background: #FFFFA7;
}

.voice .voice-contents03 .voice03 p.font-m {
  color: #707070;
}

/*pc 1200px*/
@media screen and (max-width: 1200px) {
  .voice-top {
    margin-top: 26vh;
  }

  .voice .voice-contents01 .voice_inner,
  .voice .voice-contents02 .voice_inner,
  .voice .voice-contents03 .voice_inner {
    max-width: 750px;
  }

  .voice .voice-contents01 .voice_inner .robohon04-02 img,
  .voice .voice-contents02 .voice_inner .robohon04 img,
  .voice .voice-contents03 .voice_inner .robohon04-02 img {
    width: 70%;
  }

  .voice .voice-contents01 .voice_inner .robohon04-02,
  .voice .voice-contents02 .voice_inner .robohon04-02 {
    right: -50%;
  }

  .voice .voice-contents03 .voice_inner .robohon04-02 {
    right: -40%;
  }

  .voice .voice-contents02 .voice_inner .robohon04-02 {
    right: -20%;
  }

  .voice .voice-contents02 .voice_inner .robohon04-02 img {
    width: 90%;
  }

  .voice .voice-contents01 .voice_inner .robohon04,
  .voice .voice-contents02 .voice_inner .robohon04 {
    top: -13%;
    left: -13%;
  }

  .voice .voice-contents03 .voice_inner .robohon04 {
    top: -23%;
    left: -13%;
  }

  .voice .voice-contents01 .voice_inner .robohon04 img {
    width: 80%;
  }

}

@media screen and (max-width: 768px) {
  .voice {
    margin-bottom: 100px;
    overflow: hidden;
  }

  .voice-top {
    margin-top: 0;
  }

  .voice-top h2 {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .voice .voice-contents01 .voice01 img,
  .voice .voice-contents02 .voice02 img,
  .voice .voice-contents03 .voice03 img {
    width: 40%;
  }

  .voice .voice-contents01,
  .voice .voice-contents02 {
    margin-bottom: 160px;
  }

  .voice .voice-contents01,
  .voice .voice-contents02,
  .voice .voice-contents03 {
    zoom: inherit;
    padding: 0 4%;
  }

  .experience-flow .flow-contents ul,
  .voice .voice-contents01 .voice_inner,
  .voice .voice-contents02 .voice_inner,
  .voice .voice-contents03 .voice_inner {
    max-width: 350px;
  }

  .voice .voice-contents01 .voice01,
  .voice .voice-contents02 .voice02,
  .voice .voice-contents03 .voice03 {
    padding: 50px 4%;
  }

  .voice .voice-contents01 .voice_inner .robohon04-02 img,
  .voice .voice-contents02 .voice_inner .robohon04 img,
  .voice .voice-contents03 .voice_inner .robohon04-02 img {
    width: 50%;
  }

  .voice .voice-contents01 .voice_inner .robohon04-02 {
    right: -130%;
    top: -27%;
  }

  .voice .voice-contents02 .voice_inner .robohon04-02 {
    right: -110%;
  }

  .voice .voice-contents03 .voice_inner .robohon04-02 {
    right: -100%;
  }

  .voice .voice-contents01 .voice_inner .robohon04 img,
  .voice .voice-contents02 .voice_inner .robohon04-02 img {
    width: 50%;
  }

  .voice .voice-contents03 .voice_inner .robohon04 img {
    width: 80%;
  }

  .voice .voice-contents02 .voice_inner .robohon04,
  .voice .voice-contents03 .voice_inner .robohon04 {
    top: -20%;
    left: -15%;
  }

  .voice .voice-contents01 .voice_inner .robohon04 {
    top: -5%;
  }

  .voice .voice-contents01 .voice01 p,
  .voice .voice-contents02 .voice02 p,
  .voice .voice-contents03 .voice03 p {
    font-size: 14px;
    margin: 20px 0 30px;
  }

  .voice .voice-contents01 .voice01 .font-m span,
  .voice .voice-contents02 .voice02 .font-m span,
  .voice .voice-contents03 .voice03 .font-m span {
    font-size: 16px;
  }

  .voice .voice-contents01 .voice01 p:last-of-type,
  .voice .voice-contents02 .voice02 p:last-of-type,
  .voice .voice-contents03 .voice03 p:last-of-type {
    font-size: 14px;
    padding: 0 10px;
  }
}

/*sp*/
@media screen and (max-width: 468px) {
  .voice {
    margin-bottom: 50px;
  }

  .voice .voice-contents01 .voice_inner .robohon04-02 img,
  .voice .voice-contents03 .voice_inner .robohon04-02 img {
    width: 40%;
  }

  .voice .voice-contents03 .voice_inner .robohon04 img {
    width: 60%;
  }

  .voice .voice-contents01 .voice_inner .robohon04 {
    top: -15%;
  }

  .voice .voice-contents03 .voice_inner .robohon04-02 {
    top: -30%;
  }

  .voice .voice-contents02 .voice_inner .robohon04-02 {
    top: -15%;
  }

  .voice .voice-contents02 .voice_inner .robohon04-02 img {
    width: 40%;
  }


}

.slide-bottom {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s ease-out;
}

.slide-left {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 1s ease-out;
  transition-delay: .6s;
}

.slide-right {
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 1s ease-out;
}

.bounceIn {
  opacity: 0;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}

@keyframes bounceIn {
  from {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

/*体験イベント*/
.cm_title {
  padding: 50px 0;
  text-align: center;
}

@media (max-width: 640px) {
  .cm_title {
    padding: 30px 0;
  }
}
.movie {
  max-width: 640px;
  margin: 0 auto;
}

.event_steps {
  background: #c5ecff;
  padding: 100px 0;
}

@media (max-width: 640px) {
  .event_steps {
    padding: 30px 0;
  }
}

.event-frame {
  background: url(../images/event/event_bk.png) no-repeat top center #fff;
  border-radius: 18px;
  padding: 50px 3% 50px;
  background-size: contain;
}

@media (max-width: 640px) {
  .event-frame {
    padding: 28px 3% 28px;
  }
}

.event_title {
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 640px) {
  .event_title {
    margin-top: 10px;
  }
}

.event_title_sub {
  margin: 0 auto;
  margin-top: 30px;
  padding: 0 1%;
  font-family: "M PLUS Rounded 1c", YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  color: #ed8b00;
  background: linear-gradient(transparent 50%, #fff5e8 50%);
  width: fit-content;
}

@media (max-width: 640px) {
  .event_title_sub {
    margin-top: 10px;
    font-size: 2.2rem;
  }

  .event_title_sub.two-lines {
    background: linear-gradient(transparent 20%, #fff5e8 20%);
  }
}

.event_text {
  margin-top: 34px;
  text-align: center;
  font-size: 2.4rem;
  color: #002b60;
}

@media (max-width: 640px) {
  .event_text {
    margin-top: 20px;
    font-size: 1.6rem
  }
}

.event_text_small {
  margin-top: 60px;
  text-align: center;
  font-size: 2rem;
  color: #002b60;
}

@media (max-width: 640px) {
  .event_text_small {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

.introduction_title {
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 640px) {
  .introduction_title {
    margin-top: 30px;
  }
}


.popular_inner {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 840px;
  margin: 45px auto 0;
}

@media (max-width: 640px) {
  .popular_inner {
    gap: 15px;
    margin-top: 20px;
  }
}

.popular_inner figcaption {
  color: #002b60;
  text-align: center;
  letter-spacing: 0;
}

@media (max-width: 640px) {
  .popular_inner figcaption {
    text-align: left;
  }
}

.staff_title {
  margin-top: 70px;
  text-align: center;
}

@media (max-width: 640px) {
  .staff_title {
    margin-top: 40px;
  }
}

.image_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1015px;
  margin: 50px auto 0;
  padding-bottom: 20px;
  grid-row-gap: 0px;
  background: url(../images/event/staff_line.png) bottom repeat-x;
  justify-content: space-between;
}

.image_inner .image_box {
  width: 48%;
}

.image_inner video {
  width: 100%;
}

@media (max-width: 1200px) {
  .image_inner {
    flex-direction: column;
    margin-top: 20px;
    padding-bottom: 30px;
  }

  .image_inner .image_box {
    width: 100%;
  }

  .image_inner video {
    width: 100%;
    height: 55vw;
  }
}

.image_inner h4.video_title {
  padding: 1%;
  background: url(../images/event/cm_bk.png) repeat;
  font-size: 1.8rem;
  text-align: center;
  color: #002b60;
  border-top: 2px solid #0077c2;
  border-bottom: 2px solid #0077c2;
}

@media (max-width: 1260px) {
  .image_inner h4.video_title {
    width: 98%;
    margin-bottom: 20px;
  }
  .image_inner {
    flex-direction: column;
  }
  .image_inner h4.video_title {
  width: 98%;
  margin-bottom: 20px;
  padding: 1%;
  background: url(../images/event/cm_bk.png) repeat;
  font-size: 1.4rem;
  text-align: center;
  color: #002b60;
  border-top: 2px solid #0077c2;
  border-bottom: 2px solid #0077c2;
  letter-spacing: 0;
}
.image_inner video {
  width: 100%;
  height: auto;
}
}

.concierge_wrapper .staff_inner {
  margin-top: 3%;
  width: 100%;
}

.concierge_wrapper .staff_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}

@media (max-width: 1200px) {
  .concierge_wrapper .staff_box {
    flex-direction: column;
    margin-bottom: 15px;
  }
}

.concierge_wrapper .staff_box.row {
  flex-direction: row-reverse;
}

@media (max-width: 1200px) {
  .concierge_wrapper .staff_box.row {
    flex-direction: column;
  }
}

.concierge_wrapper .staff_inner dt.staff_pic {
  width: 35%;
}

@media (max-width: 1200px) {
  .concierge_wrapper .staff_inner dt.staff_pic {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 840px) {
  .concierge_wrapper .staff_inner dt.staff_pic {
    width: 52%;
    margin: 0 auto;
    text-align: center;
  }
}

.concierge_wrapper .staff_inner dd.text_outer {
  width: 64%;
}

@media (max-width: 1200px) {
  .concierge_wrapper .staff_inner dd.text_outer {
    width: 100%;
  }
}

.concierge_wrapper .staff_inner dt.product_ttl {
  display: flex;
  align-items: center;
  color: #002b60;
  font-size: 1.6rem;
  border-bottom: dashed 2px #ed8b00;
  font-weight: bold;
  line-height: 1.6;
}

@media (max-width: 1200px) {
  .concierge_wrapper .staff_inner dt.product_ttl {
    font-size: 1.6rem
  }
}

.concierge_wrapper .staff_inner dt.product_ttl::before {
  content: url(../images/event/q.png);
  padding-right: 5px;

}

.concierge_wrapper .staff_inner .sentence {
  margin: 2em 0;
  padding: 0.3em 1em;
  font-weight: bold;
  color: #002b60;
  background: #fff5e8;
  border-radius: 10px;
}

.concierge_wrapper .staff_inner .sentence .sen {
  background-color: #fff5e8;
  background-image:
    linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff5e8 0%, #fff5e8 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-size: 8px 100%, 100% 2em;
  line-height: 2em;
  padding: 0 1em 1em 1em;
}

.concierge_wrapper .staff_inner .sentence .col_orange {
  color: #ff8800;
}

.experience_wrapper {
  margin-top: 80px;
}

@media (max-width: 640px) {
  .experience_wrapper {
    margin-top: 10px;
  }

}

.experience_wrapper .experience_title {
  text-align: center;
}

/* ----------------------- */
/* WEB予約
/* ----------------------- */


.experience_wrapper .experience_inner .experience_arealinkbtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 266px;
  margin: -20px auto 0;
  padding: 30px 30px 15px 30px;
  background: #fff;
  text-align: center;
}

@media (max-width: 640px) {
  .experience_wrapper .experience_inner .experience_arealinkbtn {
    padding: 20px 15px 10px 15px;
  }
}

.experience_wrapper .experience_inner .experience_arealinkbtn li {
  /* width: 33.33%; */
  width: 49%;
}

.experience_wrapper .experience_inner .experience_arealinkbtn a {
  color: #0077c2;
  font-size: 2rem;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .experience_wrapper .experience_inner .experience_arealinkbtn a {
    font-size: 1.6rem;
  }
}

.experience_wrapper .experience_inner {
  max-width: 754px;
  margin: 40px auto 0;
  padding: 280px 0 10px 0;
  background: url(../images/event/shop_bk.jpg) no-repeat center top;
}

@media (max-width: 640px) {
  .experience_wrapper .experience_inner {
    padding: 260px 0 10px 0;
  }
}

.experience_wrapper .experience_inner .experience_areabox .experience_title_sub {
  position: relative;
  background: #0077c2;
  color: #fff65e;
  padding: 0 20px;
  border-radius: 50px;
  font-size: 2.8rem;
  width: fit-content;
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

@media (max-width: 640px) {

  .experience_wrapper .experience_inner .experience_areabox .experience_title_sub {
    font-size: 2.4rem;
  }
}

.experience_wrapper .experience_text {
  font-size: 1.4rem;
  text-align: center;
  padding: 0 4% 4%;
}

@media (max-width: 640px) {
  .experience_wrapper .experience_text {
    font-size: 1.2rem;
    text-align: left;
    padding: 0 2% 2%;
  }
}

.link_button_style01 a {
  font-size: 1.6rem;
}

.link_button_style01 a::before {
  background-image: none;
}


/*footer　robohon-event.html用*/
footer#event-footer_wap {
  background: #05A2EB;
}

footer #event-footer_wap .return {
  display: none;
}

#event-footer_wap .footer-img-wrap {
  padding: 60px 0;
}

#event-footer_wap .footer-img-wrap ul,
#event-footer_wap .footer-link ul,
#event-footer_wap .footer-link02 ul {
  display: flex;
  justify-content: center;
}

#event-footer_wap .footer-img-wrap ul li {
  margin: 0 10px;
}

#event-footer_wap .footer-link ul li {
  color: #fff;
  border-right: 1px solid #fff;
  padding: 10px;
  padding: 10px 40px;
}

#event-footer_wap .footer-link ul li:first-of-type {
  border-left: 1px solid #fff;
}

#event-footer_wap .footer-link02 ul li {
  margin: 20px 0;
  color: #fff;
  padding: 0 10px;
}

#event-footer_wap .footer-link02 li a {
  position: relative;
  padding-right: 10px;
}

#event-footer_wap .footer-link02 li a::after {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  background: url(../images/event/outside_link01.png) no-repeat 0 0;
  background-size: 100% auto;
  right: 0;
  top: 0;
}

#event-footer_wap .copy small {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #0077c2;
  padding: 30px 5%;
}


@media screen and (max-width: 768px) {
  footer #event-footer_wap .return {
    display: block;
    background: #0079D1;
    text-align: center;
    padding: 20px 10px;
  }

  footer #event-footer_wap .return .arrow {
    transform: rotate(-45deg);
  }

  #event-footer_wap .footer-img-wrap ul,
  #event-footer_wap .footer-link ul,
  #event-footer_wap .footer-link02 ul {
    padding: 0 4%;
  }

  #event-footer_wap .footer-link ul {
    display: block;
  }

  #event-footer_wap .footer-link ul li {
    padding: 20px 10px;
    font-size: 14px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }

  #event-footer_wap .footer-link ul li:first-of-type {
    border-left: none;
    border-top: 1px solid #fff;
  }
}

/*こんな方におすすめ！*/
.recommendation {
  background-image: url(../images/event/pc_dotbg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 60px 0 8vh;
  background: #05A2EB;
}

.recommendation h2 {
  color: #FAE702;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 100px;
}

.recommendation .star::before {
  background-image: url(../images/event/star04.png);
  left: -5%;
  bottom: -5%;
  height: 46px;
}

.recommendation .star::after {
  background-image: url(../images/event/star03.png);
  right: -5%;
  bottom: -5%;
  height: 46px;
}

.recommend-contents {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.recommend-contents img {
  display: block;
  margin: 0 auto;
}

.recommend-contents .img-part01,
.recommend-contents .img-part02,
.recommend-contents .img-part03 {
  position: absolute;
  content: " ";
}

.recommend-contents .img-part01 {
  top: -14%;
  right: 12%;
  transition-delay: .2s;
}

.recommend-contents .img-part02 {
  top: 25%;
  left: 15%;
  transition-delay: .6s;
}

.recommend-contents .img-part03 {
  bottom: -10%;
  right: 12%;
  transition-delay: .8s;
}

.recommend-contents .img-part01 img,
.recommend-contents .img-part02 img,
.recommend-contents .img-part03 img {
  width: 90%;
}

.recommendation {
  background-image: url(../images/event/pc_dotbg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 60px 0 8vh;
}


.slide-bottom {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s ease-out;
}

/*pc 1200px*/
@media screen and (max-width: 1200px) {
  .recommend-contents {
    max-width: 750px;
  }

  .recommend-contents .img-part01 img,
  .recommend-contents .img-part02 img,
  .recommend-contents .img-part03 img {
    width: 80%;
  }

  .recommend-contents .img-part01 {
    top: -14%;
    right: -5%;
  }

  .recommend-contents .img-part02 {
    top: 25%;
    left: -8%;
  }

  .recommend-contents .img-part03 {
    bottom: -10%;
    right: -10%;
  }
}

@media screen and (max-width: 768px) {
  .recommend-contents {
    max-width: 330px;
  }

  .recommend-contents .img-part01 img,
  .recommend-contents .img-part02 img,
  .recommend-contents .img-part03 img {
    width: 50%;
  }

  .recommend-contents .img-part01 {
    top: -25%;
    right: -45%;
  }

  .recommend-contents .img-part02 {
    top: 25%;
    left: -36%;
  }

  .recommend-contents .img-part03 {
    bottom: -10%;
    right: -45%;
  }

  .recommendation {
    background-position: bottom;
    overflow: hidden;
  }

  .star {
    padding: 0px 10px 60px
  }

  .recommendation h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .recommendation .star::before {
    left: -15%;
    bottom: 0%;
  }

  .recommendation .star::after {
    right: -15%;
    bottom: 0%;
  }

}

/*sp*/
@media screen and (max-width: 468px) {
  .recommendation h2 {
    margin-bottom: 40px;
  }

  .recommend-contents {
    max-width: 300px;
  }

  .recommend-contents .img-part03 {
    bottom: -20%;
    right: -55%;
  }
}

.text_info {
  display: flex;
  justify-content: right;
  font-size: 1.4rem;
}

@media (max-width: 640px) {
  .text_info {
    justify-content: center;
    text-align: center;
    font-size: 1.2rem;
  }
}

.text_center {
  margin-top: 40px;
  text-align: center;
}

/*カルーセル*/
#mv_area .dots-class {
  position: relative;
  margin: -7px auto;
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -20px;
}

#mv_area .dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

#mv_area .dots-class li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #0077c2;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

#mv_area .dots-class .slick-active,
#mv_area .dots-class li:hover {
  background-color: #0077c2;
}

#mv_area .dots-class li:last-child {
  margin-right: 0;
}

#mv_area .mv_sliderbox .sliders {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 548px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mv_area .mv_sliderbox .sliders>a {
  width: 100%;
  height: 100%;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*----------------------------------------------------------------------------------
PCのみ
----------------------------------------------------------------------------------*/
@media screen and (min-width: 1201px) {
  #mv_area .mv_sliderbox .sliders>a:hover {
    opacity: 0.5;
  }
}

/*----------------------------------------------------------------------------------
タブレット
----------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) and (min-width: 641px) {
  #mv_area .mv_sliderbox .sliders {
    height: 48vw;
  }

#mv_area .dots-class {
  margin: -8px auto;
  top: -10px;
}
}

/*----------------------------------------------------------------------------------
SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  #mv_area .mv_sliderbox .sliders {
    height: 101vw;
    background: #C6ECFF;
  }
  #mv_area .dots-class {
    margin: -8px auto;
    top: -10px;
  }
}

/* 20241030_追加 */
/* ナビゲーションメニュー */
.list_box {
  padding-top: 180px;
  background: #C6ECFF;
}

@media screen and (max-width: 1200px) {
  .list_box {
    padding: 80px 0 20px 0;
  }
}

.menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  font-size: 0.96em;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .menu {
    flex-wrap: wrap;
    font-size: 1.3rem;
  }
}

.menu > li {
position: relative;
display: flex;
justify-content: center;
align-items: center;
line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .menu > li {
    flex-wrap: wrap;
    margin: 2px;
    width: 48%;
    text-align: center;
    border: 1px solid #0077C2;
  }
}

.menu > li a {
  display: block;
  padding: 20px 10px;
  color: #0892c9;
  font-weight: 500;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}



@media screen and (max-width: 768px) {
  .menu > li a {
    padding: 10px;
  }
}

.menu > li a.first {
  color: #0077C2;
}

.menu > li:not(:last-of-type)::after {
content: '|';
margin: 0 6px;
color: #9b9696;
}
@media screen and (max-width: 1200px) {
  .menu > li:not(:last-of-type)::after {
    content: '';
    margin: 0;
    }
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

/* 下矢印 */
@media screen and (max-width: 768px) {
.menu li a::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  right: 5px;
  bottom: 50%;
  margin-top: 0;
  border-right: 2px solid #0077C2;
  border-bottom: 2px solid #0077C2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

  menu li a::after::after {
    bottom: 5px;
    }
    .menu__second-level li a::after {
      display: none;

    }
}

.menu > li.menu__single a {
  position: relative;
}
@media screen and (max-width: 768px) {
  .menu > li.menu__single a {
    position: static;
  }
  }


.menu > li.menu__single > a:first-child::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  bottom: 10px;
  left: 50%;
  margin-top: 0;
  border-right: 2px solid #0077C2;
  border-bottom: 2px solid #0077C2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .menu > li.menu__single > a:first-child::before {
    content: '';
    display: none;
  }
}


li.menu__single ul.menu__second-level {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  background: rgba(0, 119, 194, 0.8);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media screen and (max-width: 768px) {
  li.menu__single ul.menu__second-level {
    width: 350px;
    left: 100%;
    text-align: left;
  }
}


li.menu__single:hover ul.menu__second-level {
  visibility: visible;
  opacity: 1;
}
li.menu__single ul.menu__second-level li {
  position: relative;
}

li.menu__single ul.menu__second-level li a {
  color: #fff;
}


li.menu__single ul.menu__second-level li a:hover {
  background: #0866e9;
}
/* ナビゲーションメニュー */

/*----------------------------------------------------------------------------------
タブレット
----------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .menu {
    flex-wrap: wrap;
  }
  .menu > li {
  flex-wrap: wrap;
  width: 33.33%;
  text-align: center;
  }
  li.menu__single ul.menu__second-level {
  left: 27%;
  }
  .btn__link.js-modal-open.modal-span {
    width: 420px0;
  }
}
/*----------------------------------------------------------------------------------
タブレット
----------------------------------------------------------------------------------*/
@media screen and  (min-width: 770px) and (max-width: 944px){
  .recommend-contents .img-part01 {
    right: -3%;
  }
  .recommend-contents .img-part03 {
    bottom: -15%;
    right: -3%;
  }
  li.menu__single ul.menu__second-level {
  width: 430px;
  }
}


/*CMカルーセル*/
#cm {
  background: url(../images/event/cm_bk.png);
}
#cm .cm_sliderbox {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  flex-wrap: wrap;
}

#cm .cm_sliderbox .sliders {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 48%;
  margin-top: 30px;
}

#cm .cm_sliderbox .sliders>a {
  width: 100%;
  height: 100%;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#cm .slick-dots li button {
  display: none !important;
}
@media (min-width: 770px) {
#cm .slick-arrow {
  display: none !important;
}
}

@media (max-width: 769px) {
  .cm_slider {
      padding: 0 0 0 0 !important;
  }
  #cm .slick-list.draggable{
      padding: 0 50px 0 0 !important;;
  }
  #cm .cm_slider_small .sliders.slick-slide.slick-current.slick-active {
    width: 260px !important;
  }
  #cm .cm_slider_small .slick-list.draggable {
    padding: 0 !important;
  }
}
.movie {
  width: 100%;
}
#cm .cm_sliderbox .sliders {
  height: auto;
  margin-top: 0;
}
.movie-item {
  margin-right: 10px;
}
/*slick*/
#cm .slick-prev, #cm .slick-next{
  width: 30px;
  height: 50px;
}

#cm .slick-prev::before, #cm .slick-next::before {
  font-size: 40px;
}

@media screen and (max-width: 1200px) {
  #cm .slick-next::after {
      right: 12px;
  }
  #cm .slick-prev::after {
    left: 12px;
  }
  #cm .slick-next::after, #cm .slick-prev::after {
    border-left: solid 2px #0077C2;
    border-bottom: solid 2px #0077C2;
    margin-top: -5px;
    width: 10px;
    height: 10px;
}
#cm .slick-arrow {
  margin-top: 0;
  background: #fff;
}
}

/*CMカルーセル*/

/* もっとみる */
.hidden-view {
  margin-top: 24px;
}

button.readmore_button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 40px auto 0;
  padding: 1%;
  height: 50px;
  width: 420px;
  background: #21ADE5;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  button.readmore_button {
    width: 90%;
  }
}

  .readmore_button.on-click::before {
    transform: rotate(180deg);
  }
  .readmore_button .open {
    display: block;
  }
  .readmore_button.on-click .open {
    display: none;
  }
  .readmore_button .close {
    display: none;
  }
  .readmore_button.on-click .close {
    display: block;
  }

/* もっとみる */

/*体験できるロボット*/
.evebt_robo-warp {
  display: flex;
  flex-wrap: wrap;
}

.evebt_robo-warp li {
  width: calc(100% / 4 - 4px);
  margin: 0 4px 4px 0;
}

.evebt_robo-warp li:nth-child(4n) {
  margin-right: 0;
}
/*体験できるロボット*/


.text_handling {
  margin-top: 20px;
  text-align: right;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .text_handling {
    text-align: center;
  }
}

/*YouTubeショート*/
.robo_story_wrapper > h4,
.concierge_sns_wrapper > h4 {
  padding: 1%;
  margin-top: 40px;
  background: url(../images/event/cm_bk.png) repeat;
  font-size: 1.8rem;
  text-align: center;
  color: #002b60;
  border-top: 2px solid #0077c2;
  border-bottom: 2px solid #0077c2;
}

.concierge_sns-title {
  padding: 4px;
  font-size: 1.6rem;
  color: #21ade5;
  text-align: center;
  letter-spacing: 0;
  font-weight: bold;
}

.concierge_sns-text {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .robo_story_wrapper > h4 {
    font-size: 1.4rem;
  }
}

/* ショート2個表示用
.robo_story_sliderbox {
  margin: 20px auto;
  max-width: 608px;
} */

.robo_story_sliderbox,
.concierge_sns_sliderbox {
  margin: 20px auto;
  max-width: 920px;
}
.robo_story_sliderbox .sliders,
.concierge_sns_sliderbox .sliders {
  width: 308px;
  aspect-ratio: 4 / 7;
}
.robo_story_sliderbox .sliders iframe,
.concierge_sns_sliderbox .sliders iframe  {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .robo_story_sliderbox .sliders iframe,
  .concierge_sns_sliderbox .sliders iframe {
    width: 100%;
  }
  /* ショート2個表示用 */
  .robo_story_sliderbox .sliders,
  .concierge_sns_sliderbox .sliders {
    width: 100%;
  }

}
/* ショート2個表示用
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .robo_story_sliderbox .sliders {
    width: 325px;
    aspect-ratio: 2 / 3;
}
} */

.robo_story_sliderbox .slick-arrow,
.concierge_sns_sliderbox .slick-arrow  {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -30px;
  background-color: #fff;
  width: 60px;
  height: 60px;
  text-indent: 120%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #0077C2;
}
@media screen and (max-width: 768px) {
.robo_story_sliderbox .slick-arrow,
.concierge_sns_sliderbox .slick-arrow {
  width: 50px;
  height: 50px;
  margin-top: 0;
}
}

.concierge_sns_wrapper .robo_story_sliderbox .slick-arrow,
.concierge_sns_sliderbox .slick-arrow {
  top: 40%;
}

.robo_story_sliderbox .slick-next::after, .robo_story_sliderbox .slick-prev::after,
.concierge_sns_sliderbox .slick-next::after, .concierge_sns_sliderbox .slick-prev::after {
  transition: .3s;
  position: absolute;
  content: " ";
  z-index: 3;
  border-left: solid 2px #0077C2;
  border-bottom: solid 2px #0077C2;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1200px) {
  .robo_story_sliderbox .slick-prev::after,
  .concierge_sns_sliderbox .slick-prev::after {
      left: 20px;
  }
  .robo_story_sliderbox .slick-next::after,
  .concierge_sns_sliderbox .slick-next::after {
    right: 20px;
}
}
@media screen and (max-width: 768px) {
  
  .robo_story_sliderbox .slick-next::after, .robo_story_sliderbox .slick-prev::after,
  .concierge_sns_sliderbox .slick-next::after, .concierge_sns_sliderbox .slick-prev::after
   {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  }
  /*YouTubeショート*/

  /*ページトップへ戻る*/
.page-top {
  height: 70px;
  width: 70px;
  position: fixed;
  bottom: 8vh;
  right: 2.5%;
  background: #200303;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
}

.page-top__arrow {
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}

@media screen and (min-width: 640px) {
  .page-top,
  .page-top__arrow {
    display: none !important;
  }
}
  /*ページトップへ戻る*/
  .left_text {
    text-align: left;
  }

  /*訪問販売*/
.sale_container {
   display: flex;
  align-items: center;
  flex-direction: column;
  padding: 4rem 0;
  background: url(../images/event/cm_bk.png);
  /* background: #C5ECFF; */
}

.sale_wrapper {
  width: 970px;
  text-align: center;
  color: #002b60;
  border: #eee 1px solid;
  background: #fff;
  padding: 1%;
}
@media (max-width: 640px) {
  .sale_wrapper {
    margin: 0 auto;
  width: 90%;
  }
}

.sale_wrapper p.sale_name {
  color: #21ade5;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: 'M PLUS Rounded 1c', YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

.sale_wrapper p {
  margin-top: 0.6rem;
}
.sale_wrapper p.medium {
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .sale_wrapper p.medium {
    font-size: 1.6rem;
  }
}

.sale_wrapper p.small {
  font-size: 1.6rem;
}
@media (max-width: 640px) {
  .sale_wrapper p.small {
    font-size: 1.4rem;
  }
}

.sale_wrapper p.ssmall {
  font-size: 1.4rem;
}
@media (max-width: 640px) {
  .sale_wrapper p.ssmall {
    font-size: 1.3rem;
  }
}

.sale_wrapper p.title-text {
  color: #21ade5;
  font-size: 2rem;
  font-weight: bold;
  font-family: 'M PLUS Rounded 1c', YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
@media (max-width: 640px) {
  .sale_wrapper p.title-text {
    font-size: 1.8rem;
  }
}
.sale_wrapper .sale_btn {
  margin: 1rem 0;
}
.sale_wrapper .sale_btn a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 400px;
  padding: 10px 20px;
  color: #0077C2;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #eeee;
  border-radius: 50px;
  border: 0.2rem solid #0077C2;
  box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
}

@media (max-width: 640px) {
  .sale_wrapper .sale_btn a  {
    font-size: 1.3rem;
  }
}

.sale_wrapper .sale_btn a:hover {
transform: translate3d(0.2rem, 0.2rem, 0);
box-shadow: none;
opacity: 1;
transition: all 0.2s;
}

.sale_wrapper .sale_btn a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #0077C2;
  border-right: 3px solid #0077C2;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

/*体験ご予約はこちらボタン*/
.reservation_wrapper {
  padding: 1em 0;
}
@media (max-width: 640px) {
  .reservation_wrapper {
    max-width: 100%;
  }
}

.reservation_wrapper .reservation_btn_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 640px) {
  .reservation_wrapper .reservation_btn_box {
    flex-direction: column;
  }
}

.reservation_wrapper .reservation_btn_box a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 400px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #0077c2;
  border-radius: 50px;
  border: 0.2rem solid #0077C2;
  box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
}

@media (max-width: 640px) {
  .reservation_wrapper .reservation_btn_box a  {
    font-size: 1.6rem;
    width: 240px;
  }
}

.reservation_wrapper .reservation_btn_box a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
  color: #0077c2;
  background: #c5ecff;
}

.reservation_wrapper .reservation_btn_box a:hover::after {
  border-top: 3px solid #0077c2;
  border-right: 3px solid #0077c2;;
}

.reservation_wrapper .reservation_btn_box a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

