@charset "utf-8";

/******
フォント

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

Thirsty Script Medium
font-family: "thirsty-script", sans-serif;
font-weight: 500;
font-style: normal;

DIN Cond Black
font-family: "DINNextLTPro-BlackCondensed";

*******/

body {
  color: #221815;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.img {
  width: 100%;
  height: auto;
}

.hover--opacity {
  transition: opacity 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

a.sptel {
  cursor: default;
  pointer-events: none;
}

.ilblk {
  display: inline-block;
}

.sp {
  display: none;
}

.inner-980 {
  width: calc(100% - 40px);
  max-width: 980px;
  margin: 0 auto;
}

.b-880 {
  display: none;
}

.header {
  width: 100%;
  position: relative;
}
.header__logo {
  width: 202px;
  position: fixed;
  top: 40px;
  right: 42px;
  z-index: 2;
}
.header__logo a {
  display: block;
}

.fv {
  position: relative;
  overflow-x: hidden;
  height: 100vh;
}
.fv__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-color: #00d0d1;
  opacity: 1;
  transition: background-color 1s ease, opacity 1s ease;
}
.fv__heading {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
}
.fv__headingImg {
  position: relative;
}
.fv__headingImg img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 0;
}
.fv__img--sp,
.fv__img--pc {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  transition: opacity 1s ease;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/* 表示中の画像 */
.fv__img--sp.active,
.fv__img--pc.active {
  opacity: 1;
  z-index: 1;
}

.fv__img--sp {
  display: none;
}

.contents {
  position: relative;
  z-index: 2;
  background-color: #00d0d1;
}
.contents__wrap {
  height: 100%;
  padding-top: 48px;
  padding-bottom: 200px;
  display: flex;
  justify-content: space-between;
}
.contents__lft {
  width: 44%;
  max-width: 430px;
  height: 100%;
  padding-top: 12px;
  position: sticky;
  position: -webkit-sticky;
  top: 30px;
  z-index: 3;
}
.anchor-link__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
  margin-bottom: 117px;
}
.anchor-link__listItem {
  width: auto;
  margin-right: 15px;
}
.anchor-link__listItem:last-child {
  margin-right: 0;
}
.anchor-link__listBtn {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1.16;
}
.anchor-link__listIcon {
  display: block;
  margin-right: 10px;
}
.anchor-link__listIcon01 {
  width: 36px;
}
.anchor-link__listIcon02 {
  width: 27px;
}
.anchor-link__listFrame {
  width: 56px;
  height: 24px;
  margin-left: 7px;
  display: block;
  border: 2px solid #231815;
}
.contents__lftHeading {
  width: calc(100% - 40px);
  max-width: 351px;
  margin: 0 auto 77px;
}

.contents__addressLogo {
  width: calc(100% - 40px);
  max-width: 202px;
  margin-bottom: 35px;
}
.contents__addressLogo a {
  display: block;
}
.contents__addressText {
  color: #fff;
  font-size: 16px;
  line-height: 1.41;
}

.contents__rgt {
  width: 54%;
  max-width: 490px;
  position: relative;
  z-index: 4;
}
.contents__box {
  padding: 39px 30px 55px;
  background-color: #fff;
  border-radius: 20px;
}
.contents__box01 {
  margin-bottom: 100px;
}
.contents__ticket {
  padding-top: 92px;
}
.contents__heading {
  width: 100%;
  max-width: 271px;
  margin: 0 auto 12px;
}
.contents__introHeading {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.47;
}
.contents__introImg {
  width: 100%;
  max-width: 430px;
  margin: 0 auto 41px;
}
.contents__introText,
.accordion-content__text {
  font-size: 18px;
  line-height: 1.73;
}
.contents__introText {
  font-weight: 400;
}
.accordion-content__text {
  font-weight: 700;
}
.accordion-content__text.mgb {
  margin-bottom: 40px;
}
.contents__ticketHeading,
.contents__ticketText {
  text-align: center;
  line-height: 1.2;
}
.contents__ticketHeading {
  font-size: 30px;
  font-weight: 700;
}
.contents__ticketText {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 1.2;
}

.accordion {
  position: relative;
  width: 100%;
}
.accordion-item {
  position: relative;
  padding-top: 13px; /* 上SVG高さ */
  padding-bottom: 30px;
  overflow: hidden;
}
.accordion-item:not(:last-child) {
  margin-bottom: 12px;
}
/* SVG（上くぼみ） */
.accordion-bg-top,
.accordion-bg-bottom {
  position: absolute;
  width: 100%;
  height: 31px;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.accordion-bg-top {
  top: 0;
}
.accordion-bg-bottom {
  transform: scale(1, -1) translateY(57%);
}
.accordion-bg-path01 {
  fill: #f3a317;
}
.accordion-item.active .accordion-bg-path01 {
  fill: #fff2d9; /* クリック後の色 */
}
.accordion-bg-path02 {
  fill: #008c5c;
}
.accordion-item.active .accordion-bg-path02 {
  fill: #d9eee7; /* クリック後の色 */
}
.accordion-bg-path03 {
  fill: #00d5e8;
}
.accordion-item.active .accordion-bg-path03 {
  fill: #d9f9fc; /* クリック後の色 */
}
.accordion-bg-path04 {
  fill: #fd6b64;
}
.accordion-item.active .accordion-bg-path04 {
  fill: #ffe9e8; /* クリック後の色 */
}
.accordion-body {
  z-index: 2;
  position: relative;
  border-left: 1px solid #040000;
  border-right: 1px solid #040000;
}
.accordion-body01 {
  background: #f3a317;
}
.accordion-body01.bg--thin {
  background: #fff2d9;
}
.accordion-body02 {
  background: #008c5c;
}
.accordion-body02.bg--thin {
  background: #d9eee7;
}
.accordion-body03 {
  background: #00d5e8;
}
.accordion-body03.bg--thin {
  background: #d9f9fc;
}
.accordion-body04 {
  background: #fd6b64;
}
.accordion-body04.bg--thin {
  background: #ffe9e8;
}
.accordion-title {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  padding: 31px 85px 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.2;
  cursor: pointer;
  position: relative;
}
.accordion-title::after {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  right: 33px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  z-index: 2;
}
.accordion-title01::after {
  background: url("../imgs/icon_accordion01.svg") center center / cover no-repeat;
}
.accordion-title02::after {
  background: url("../imgs/icon_accordion02.svg") center center / cover no-repeat;
}
.accordion-title03::after {
  background: url("../imgs/icon_accordion03.svg") center center / cover no-repeat;
}
.accordion-title04::after {
  background: url("../imgs/icon_accordion04.svg") center center / cover no-repeat;
}
.accordion-title.open::after {
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
}
.accordion-title__num {
  width: 39px;
}
.accordion-title__num .img--black {
  display: none;
}
.accordion-title__num.active .img--black {
  display: inline;
}
.accordion-title__num.active .img--default {
  display: none;
}
.accordion-title__text {
  width: calc(100% - 59px);
  max-width: 260px;
}
.accordion-content {
  display: none;
  padding: 10px 30px 76px 30px;
}
.accordion-content__table {
  width: 100%;
}
.accordion-content__note {
  font-size: 16px;
  font-weight: 500;
  padding-top: 14px;
  margin-bottom: 67px;
  line-height: 1.41;
}
.accordion-content__note.pdt {
  padding-top: 25px;
}
.accordion-content__note.mgb--none {
  margin-bottom: 0;
}

.btn {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  display: block;
  width: 100%;
  max-width: 330px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 42px;
  padding-right: 20px;
  margin: 0 auto;
  line-height: 1.2;
  border: 2px solid #000;
  border-radius: 50px;
}
.btn.sp {
  display: none;
}
.btn01 {
  background-color: #fca703;
}
.btn02 {
  background-color: #008c5c;
}
.btn03 {
  background-color: #00d5e8;
}
.btn04 {
  background-color: #fd6b64;
}
.btn span {
  display: inline-block;
  padding-right: 47px;
  position: relative;
}
.btn span::after {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.btn01 span::after {
  background: url("../imgs/btn_arrow01.svg") center center / cover no-repeat;
}
.btn02 span::after {
  background: url("../imgs/btn_arrow02.svg") center center / cover no-repeat;
}
.btn03 span::after {
  background: url("../imgs/btn_arrow03.svg") center center / cover no-repeat;
}
.btn04 span::after {
  background: url("../imgs/btn_arrow04.svg") center center / cover no-repeat;
}

.clr--black {
  color: #000;
}

.deco {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  background: url("../imgs/deco_bg.png") center center / contain no-repeat;
}

.my-rusutsu__heading {
  width: 100%;
  max-width: 330px;
  margin: 0 auto 35px;
}
.my-rusutsu__text {
  width: 100%;
  max-width: 367px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
}
.my-rusutsu__isImg {
  width: 56%;
  max-width: 202px;
}
.my-rusutsu__tabHeading {
  font-size: 20px;
  font-weight: 700;
  color: #221815;
  text-align: center;
  width: 43%;
  max-width: 151px;
  padding: 9px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #000;
}
.my-rusutsu__tabHeading01 {
  background-color: #fe8bdb;
}
.my-rusutsu__tabHeading02 {
  background-color: #0bd57c;
}
.my-rusutsu__tabHeading03 {
  background-color: #9978cb;
}
.my-rusutsu__tabHeading04 {
  background-color: #f8b400;
}
.my-rusutsu__tabHeading05 {
  background-color: #00d0ff;
}

.contents__box02 {
  padding-top: 64px;
  padding-bottom: 130px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.contents__inner {
  width: calc(100% - 60px);
  margin: 0 auto;
}
.contents__tab {
  padding-top: 70px;
}

/* タブ切り替えボタン */
.contents__tabList {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 46px 4.3%;
}

.contents__tabListItem {
  width: calc(91.4% / 3);
}

.contents__tabListBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #221815;
  text-align: center;
  padding: 20px 5px;
  background-color: #cccccc;
  border: 1px solid #cccccc;
  border-radius: 5px;
  cursor: pointer;
}
.contents__tabTitle {
  width: 100%;
  max-width: 99px;
  margin: 0 auto 8px;
}

.contents__tabFrameItem {
  display: none;
}
.contents__tabFrameItem.show {
  display: block;
}

.contents__tabListBtn.active {
  border: 1px solid #000;
}

.tabItm01 .contents__tabListBtn.active {
  background-color: #fe8bdb;
}
.tabItm02 .contents__tabListBtn.active {
  background-color: #0bd57c;
}
.tabItm03 .contents__tabListBtn.active {
  background-color: #9978cb;
}
.tabItm04 .contents__tabListBtn.active {
  background-color: #f8b400;
}
.tabItm05 .contents__tabListBtn.active {
  background-color: #00d0ff;
}

.video-wrap {
  position: relative;
  display: inline-block;
}
.video {
  object-fit: cover;
}
.video-wrap video {
  width: 100%;
  display: block;
}
.video-wrap .play-btn {
  display: block;
  width: 25px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.video-wrap .play-btn.playActive {
  display: none;
}
.video__bg {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(179, 179, 179, 0.5);
  position: absolute;
  top: 0;
  cursor: pointer;
}
.video__bg.playActive {
  display: none;
}

.contens__movie {
  width: 100%;
  max-width: 400px;
  margin-bottom: 63px;
}
.contens__movie--sp {
  display: none;
}
.video-wrap__youtube {
  width: 100%;
  padding-top: 224px;
  position: relative;
}
.video-wrap__youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.my-rusutsu__videoWrap {
  width: 100%;
  margin-bottom: 36px;
}
.my-rusutsu__heading02,
.my-rusutsu__pointHeading {
  font-size: 23px;
  font-weight: 800;
  text-align: center;
  line-height: 1.6;
}
.my-rusutsu__heading02.mgb {
  margin-bottom: 27px;
}
.my-rusutsu__heading02.mgb02 {
  margin-bottom: 33px;
}
.my-rusutsu__pointIcon {
  width: 100%;
  max-width: 113px;
  margin: 0 auto 7px;
}
.my-rusutsu__pointHeading {
  margin-bottom: 19px;
}
.my-rusutsu__swiper .my-rusutsu__pointHeading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.my-rusutsu__pointImg {
  margin-bottom: 12px;
}
.my-rusutsu__pointImg.mgb--none {
  margin-bottom: 0;
}
.my-rusutsu__pointImg img {
  display: block;
}
.my-rusutsu__pointImg img:not(:last-child) {
  margin-bottom: 30px;
}
.my-rusutsu__pointText {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.73;
}
.my-rusutsu__figure02 {
  width: 67%;
  max-width: 251px;
  min-width: 151px;
  padding-top: 36px;
  margin: 0 0 0 auto;
}
.my-rusutsu__figure03 {
  width: 68%;
  max-width: 253px;
  min-width: 163px;
  padding-top: 36px;
  margin: 0 auto;
}
.my-rusutsu__pointList {
  padding-top: 47px;
}
.my-rusutsu__pointItem:not(:last-child) {
  margin-bottom: 44px;
}

.detail-btn {
  width: calc(100% - 60px);
  max-width: 301px;
  padding-top: 28px;
  margin: 0 auto;
}
.ticket-btn {
  width: calc(100% - 20px);
  max-width: 401px;
  padding-top: 112px;
  margin: 0 auto;
}
.detail-btn a,
.ticket-btn a {
  display: block;
}
.ticket-btn a:not(:last-child) {
  margin-bottom: 7%;
}
.ticket-btn a.sp {
  display: none;
}

.my-rusutsu__heading03 {
  width: 100%;
  max-width: 431px;
  margin: 0 auto;
}

.my-rusutsu__figure04 {
  padding-top: 153px;
  position: relative;
}
.my-rusutsu__fukidashi04 {
  width: 287px;
  position: absolute;
  top: 0;
  right: 0;
}

/* スワイパーの部分↓ */
.container {
  position: relative;
}

.my-rusutsu__pointHeading .small {
  display: block;
  font-size: 20px;
}

.my-rusutsu__swiper {
  margin-top: 47px;
  padding: 82px 0 55px;
}
.my-rusutsu__swiper.bg-yellow {
  background: #fef3d6;
}
.my-rusutsu__swiper.bg-blue {
  background: #e5faff;
}
.my-rusutsu__swiperImg {
  border-radius: 10px;
  margin-bottom: 12px;
}
.my-rusutsu__swiper .swiper {
  width: calc(100% - 60px);
  margin: 0 auto;
}
.swiper-buttonWrap {
  width: 100%;
  max-width: 300px;
  padding-top: 70px;
  margin: 0 auto;
  position: relative;
}
.swiper-button-prev,
.swiper-button-next {
  width: 83px;
  height: 13px;
  top: auto;
  bottom: 4px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 83px;
  height: 13px;
  margin: auto;
}
.swiper-button-prev::after {
  background-image: url("../imgs/slide_arrow_prev.png");
}
.swiper-button-next::after {
  background-image: url("../imgs/slide_arrow_next.png");
}
.swiper-button__text {
  width: 73px;
  margin: 0 auto;
}

.memory__swiperWeek {
  padding: 29px 5px 13px;
  margin-top: 33px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.memory__swiperWeekTtl {
  display: block;
  width: 150px;
  border-radius: 999px;
  border: 1px solid #000;
  background: #00d0ff;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: -16%;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
.memory__swiperWeekTxt {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.559;
  text-align: center;
}
.memory__swiperWeekTxt--sml {
  font-size: 15px;
}

/* スワイパーの部分↑ */

#totop {
  width: 60px;
  position: absolute;
  bottom: 20px;
  right: 40px;
  z-index: 2;
}
#totop a {
  display: block;
}

@media screen and (max-width: 1440px) {
  .deco {
    width: 1440px;
  }
}

@media screen and (max-width: 1030px) {
  .fv__img--pc {
    display: none;
  }
  .fv__img--sp {
    height: auto;
    display: block;
    object-fit: contain;
  }
}

@media screen and (max-width: 950px) {
  .video-wrap__youtube {
    padding-top: 56%;
  }
}

@media screen and (max-width: 940px) {
  .my-rusutsu__figure04 {
    padding-top: 36%;
  }
  .my-rusutsu__fukidashi04 {
    width: 67.4%;
  }
}

@media screen and (max-width: 880px) {
  .b-880 {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .b-880 {
    display: none;
  }

  .header__logo {
    width: 161px;
    top: 20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .fv__headingImg img {
    height: auto;
  }
  .contents__wrap {
    padding-top: 48px;
    padding-bottom: 120px;
    display: block;
  }
  .contents__lft {
    display: none;
  }
  .contents__rgt {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
  }

  .deco {
    background: none;
  }
  .deco__item {
    position: fixed;
    z-index: 3;
  }
  .deco__item1 {
    width: 194px;
    top: -2px;
    left: 660px;
  }
  .deco__item2 {
    width: 118px;
    top: 510px;
    left: 720px;
  }
  .deco__item3 {
    width: 241px;
    top: 135px;
    right: -100px;
  }
  .deco__item4 {
    width: 296px;
    bottom: 0;
    left: 680px;
  }
  .deco__item5 {
    width: 296px;
    bottom: 0;
    right: 0;
  }

  .contens__movie--pc {
    display: none;
  }
  .contens__movie--sp {
    display: block;
  }
  .contens__movie {
    margin: 0 auto 13%;
  }

  .btn.pc {
    display: none;
  }
  .btn.sp {
    display: block;
  }

  .contents__address {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contents__addressLogo {
    margin-bottom: 25px;
  }
  .contents__addressText {
    text-align: center;
  }

  .ticket-btn a.pc {
    display: none;
  }
  .ticket-btn a.sp {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }
}

@media screen and (max-width: 500px) {
  .contents__box {
    padding: 30px 20px 55px;
  }
  .contents__box01 {
    margin-bottom: 70px;
  }
  .contents__heading {
    max-width: 250px;
  }
  .contents__introHeading {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .contents__introImg {
    max-width: 330px;
    margin: 0 auto 30px;
  }
  .contents__introText,
  .accordion-content__text {
    font-size: 15px;
  }
  .accordion-content__text.mgb {
    margin-bottom: 30px;
  }
  .contents__ticket {
    padding-top: 60px;
  }
  .contents__ticketHeading {
    font-size: 23px;
  }
  .contents__ticketText {
    font-size: 15px;
    margin-bottom: 32px;
  }
  .accordion-item:not(:last-child) {
    margin-bottom: 0;
  }
  .accordion-title {
    font-size: 20px;
    padding: 21px 85px 18px 20px;
  }
  .accordion-title__num {
    width: 30px;
  }
  .accordion-title__text {
    width: calc(100% - 50px);
  }
  .accordion-title::after {
    width: 36px;
    height: 36px;
    right: 33px;
  }
  .accordion-content {
    padding: 10px 20px 46px 20px;
  }
  .accordion-content__note {
    font-size: 14px;
    margin-bottom: 35px;
  }
  .btn {
    font-size: 18px;
    max-width: 270px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
  }
  .btn span {
    padding-right: 40px;
  }
  .btn span::after {
    width: 26px;
    height: 26px;
  }
  .accordion-content__table {
    min-width: 263px;
    padding-bottom: 20px;
  }
  .deco__item1,
  .deco__item2,
  .deco__item3,
  .deco__item4 {
    display: none;
  }
  .deco__item5 {
    width: 59.199vw;
  }

  .my-rusutsu__heading {
    max-width: 300px;
    margin: 0 auto 25px;
  }

  .contents__inner {
    width: calc(100% - 40px);
  }
  .contents__box02 {
    padding-top: 64px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }
  .contents__tab {
    padding-top: 60px;
  }
  .contents__tabList {
    gap: 30px 4.3%;
  }
  .contents__tabListBtn {
    font-size: 16px;
    padding: 15px 5px;
  }
  .my-rusutsu__swiper .swiper {
    width: calc(100% - 40px);
  }
  .my-rusutsu__swiper .my-rusutsu__pointHeading {
    font-size: 19px;
  }
  .my-rusutsu__pointHeading .small {
    font-size: 14px;
  }
  .memory__swiperWeekTxt {
    font-size: 15px;
  }
  .memory__swiperWeekTxt--sml {
    font-size: 12px;
  }
  .contents__tabTitle {
    max-width: 89px;
    margin: 0 auto 5px;
  }
  .my-rusutsu__heading02,
  .my-rusutsu__pointHeading {
    font-size: 20px;
  }
  .my-rusutsu__pointList {
    padding-top: 40px;
  }
  .my-rusutsu__pointIcon {
    max-width: 93px;
  }
  .my-rusutsu__pointText {
    font-size: 15px;
  }
  .my-rusutsu__pointImg img:not(:last-child) {
    margin-bottom: 20px;
  }
  .my-rusutsu__swiperIcon {
    margin: 18.5% auto 0;
  }
  .ticket-btn {
    padding-top: 26.7%;
  }

  .my-rusutsu__figure04 {
    padding-top: 30%;
  }
  .my-rusutsu__fukidashi04 {
    width: 56%;
  }

  #totop {
    width: 50px;
    bottom: 15px;
    right: 30px;
  }

  .my-rusutsu__text {
    max-width: 345px;
    gap: 0 5px;
  }
  .my-rusutsu__isImg {
    width: 56%;
    max-width: 195px;
  }
  .my-rusutsu__tabHeading {
    font-size: 16px;
    width: 41%;
    max-width: 131px;
    padding: 7px 5px;
  }

  .contents__address {
    padding-top: 40px;
  }
  .contents__addressLogo {
    max-width: 182px;
  }
  .contents__addressText {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .contents__introHeading {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .contents__introText,
  .accordion-content__text {
    font-size: 14px;
  }
  .contents__ticketHeading {
    font-size: 22px;
  }
  .contents__ticketText {
    font-size: 13px;
  }
  .accordion-content {
    padding: 10px 15px 46px 15px;
  }
  .accordion-title {
    font-size: 18px;
    padding: 16px 65px 13px 15px;
  }
  .accordion-title__num {
    width: 25px;
  }
  .accordion-title__text {
    width: calc(100% - 40px);
  }
  .accordion-title::after {
    width: 31px;
    height: 31px;
    right: 20px;
  }
  .accordion-content__note {
    font-size: 13px;
  }
  .btn {
    font-size: 16px;
    max-width: 210px;
    padding-left: 22px;
  }
  .btn span {
    padding-right: 30px;
  }
  .btn span::after {
    width: 21px;
    height: 21px;
  }

  .contents__tabList {
    gap: 20px 4.3%;
  }
  .contents__tabListItem {
    width: calc(95.7% / 2);
  }
  .my-rusutsu__pointItem:not(:last-child) {
    margin-bottom: 30px;
  }
  .my-rusutsu__heading02,
  .my-rusutsu__pointHeading {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .my-rusutsu__heading02.mgb02 {
    margin-bottom: 23px;
  }
  .my-rusutsu__pointIcon {
    max-width: 73px;
  }
  .my-rusutsu__pointText {
    font-size: 14px;
  }
  .my-rusutsu__pointImg img:not(:last-child) {
    margin-bottom: 10px;
  }
  .my-rusutsu__pointList {
    padding-top: 30px;
  }
  .my-rusutsu__swiper {
    padding: 52px 0 45px;
  }
  .my-rusutsu__swiper .my-rusutsu__pointHeading {
    font-size: 17px;
  }

  .swiper-buttonWrap {
    max-width: 270px;
    padding-top: 60px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 73px;
    height: 12px;
    bottom: 4px;
  }
  .swiper-button__text {
    width: 63px;
  }
}
