.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 460px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  width: 100%;
  overflow-x: hidden;
  color: #fff;
  background-color: #020102;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.scrollin {
  opacity: 1;
  transform: translateY(0);
}

/*--------------- header ---------------*/
main {
  position: relative;
}

.header {
  position: absolute;
  z-index: 100;
  width: 100%;
  padding: 0.5vw 0;
}
@media screen and (max-width: 600px) {
  .header {
    padding: 10px 0;
    position: static;
    background-color: #020102;
  }
}

.header_wrap {
  width: 78vw;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .header_wrap {
    width: 84vw;
  }
}
@media screen and (max-width: 800px) {
  .header_wrap {
    width: 90vw;
  }
}

.header_logo {
  width: 12vw;
}
@media screen and (max-width: 600px) {
  .header_logo {
    width: 96px;
  }
}

/*--------------- fv ---------------*/
.fv {
  position: relative;
  width: 100%;
  height: 56.25vw;
  background-image: url(../img/fv.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .fv {
    height: 640px;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 600px) {
  .fv {
    height: auto;
    background-image: none;
    background-color: #020102;
    padding-bottom: 32px;
  }
}

.fv_img {
  display: none;
}
@media screen and (max-width: 600px) {
  .fv_img {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
}

.fv_content {
  position: absolute;
  top: 13.5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 78vw;
}
@media screen and (max-width: 1000px) {
  .fv_content {
    top: 94px;
  }
}
@media screen and (max-width: 600px) {
  .fv_content {
    width: 90vw;
    transform: none;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    padding-top: 40vw;
    left: 0;
    top: 0;
  }
}

.fv_txt {
  width: max(38vw, 400px);
  margin-bottom: max(2.8vw, 28px);
}
@media screen and (max-width: 600px) {
  .fv_txt {
    margin-bottom: 4.8vw;
    width: 70vw;
  }
}

.fv_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1vw;
  margin-bottom: max(3.6vw, 36px);
}

@media screen and (max-width: 1000px) {
  .fv_list_pc {
    display: none;
  }
}

.fv_list_sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .fv_list_sp {
    display: block;
    width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .fv_list_sp {
    width: 100%;
  }
}

.fv_item {
  width: 22.6vw;
  font-size: 1.2vw;
  height: 11.6vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fv_item span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  line-height: 1.8;
  width: fit-content;
  margin: 0 auto;
  text-shadow: 4px 4px 4px rgba(2, 1, 2, 0.4);
}
.fv_item img {
  width: 96%;
  margin: 0 auto;
}

.fv_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(21.6vw, 260px);
  height: max(4.2vw, 50px);
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .fv_btn {
    width: 90vw;
    height: 16.2vw;
  }
}

.fv_btn:hover {
  width: max(32vw, 384px);
  height: max(4.8vw, 58px);
}
@media screen and (max-width: 600px) {
  .fv_btn:hover {
    width: 90vw;
    height: 16.2vw;
  }
}
.fv_btn:hover .fv_btn_hover {
  display: block;
  font-weight: 700;
  font-size: max(1.7vw, 20px);
}
@media screen and (max-width: 600px) {
  .fv_btn:hover .fv_btn_hover {
    font-size: 7.2vw;
  }
}
.fv_btn:hover .fv_btn_txt {
  display: none;
}
.fv_btn:hover .fv_btn_inner {
  gap: max(2vw, 24px);
  padding-left: max(3.2vw, 38px);
}
@media screen and (max-width: 600px) {
  .fv_btn:hover .fv_btn_inner {
    gap: 8vw;
    padding-left: 4vw;
  }
}
.fv_btn:hover .fv_btn_arrow {
  right: max(0.2vw, 2.4px);
}
@media screen and (max-width: 600px) {
  .fv_btn:hover .fv_btn_arrow {
    right: 1vw;
  }
}

.fv_btn_txt {
  transition: all 0.3s;
}

.fv_btn_hover {
  display: none;
  transition: all 0.3s;
}

.fv_btn_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: max(2vw, 20px);
  font-size: max(1.4vw, 16px);
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  transition: all 0.3s;
  padding-left: max(1.2vw, 12px);
}
@media screen and (max-width: 600px) {
  .fv_btn_inner {
    font-size: 6.4vw;
    gap: 8vw;
    padding-left: 4vw;
  }
}

.fv_btn_icon {
  display: block;
  width: max(1.6vw, 18px);
  height: max(1.6vw, 18px);
  border: max(0.12vw, 1.4px) solid #fff;
  border-radius: 100%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .fv_btn_icon {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.fv_btn_arrow {
  position: absolute;
  display: block;
  width: max(1.6vw, 18px);
  height: max(0.1vw, 1.2px);
  background-color: #fff;
  right: max(0.6vw, 7px);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .fv_btn_arrow {
    width: 6.4vw;
    right: 2.4vw;
  }
}
.fv_btn_arrow::after {
  content: "";
  position: absolute;
  width: max(0.6vw, 7px);
  height: max(0.1vw, 1.6px);
  transform: rotate(32deg);
  transform-origin: bottom right;
  background-color: #fff;
  display: block;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .fv_btn_arrow::after {
    width: 1.6vw;
    bottom: -0.2px;
  }
}

/*--------------- photo ---------------*/

.photo {
	overflow-x:hidden;
	width:100%;
}

.photo {
  padding: 160px 0 120px;
}
@media screen and (max-width: 1200px) {
  .photo {
    padding: 120px 0 90px;
  }
}
@media screen and (max-width: 800px) {
  .photo {
    padding: 90px 0 60px;
  }
}
@media screen and (max-width: 600px) {
  .photo {
    padding: 40px 0 60px;
  }
}

.photo_heading {
  margin-bottom: 48px;
}
.photo_heading img {
  width: max(15.2vw, 220px);
  margin: 0 auto 16px;
}
@media screen and (max-width: 600px) {
  .photo_heading img {
    width: 190px;
  }
}
.photo_heading span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .photo_heading span {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .photo_heading span {
    font-size: 12px;
  }
}

.photo_swiper {
  position: relative;
  padding-bottom: 48px;
}
.photo_swiper .swiper-slide {
  width: max(24vw, 320px) !important;
  padding: 0 1vw !important;
}
@media screen and (max-width: 600px) {
  .photo_swiper .swiper-slide {
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding: 0 20px !important;
  }
}
.photo_swiper .swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 1 !important;
}
.photo_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFEC00 !important;
}

/*--------------- about ---------------*/
.about {
  padding: 40px 0 120px;
}
@media screen and (max-width: 600px) {
  .about {
    padding: 20px 0 60px;
  }
}

.about_wrap {
  width: 78vw;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .about_wrap {
    width: 84vw;
  }
}
@media screen and (max-width: 800px) {
  .about_wrap {
    width: 90vw;
  }
}

.about_heading {
  width: max(22.6vw, 360px);
  margin: 0 auto 24px;
}
@media screen and (max-width: 600px) {
  .about_heading {
    max-width: 100%;
  }
}

.about_txt {
  font-size: 16px;
  line-height: 2.5;
  font-weight: 600;
}

/*--------------- reason ---------------*/
.reason {
  background-image: url(../img/reason_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 160px 0;
}
@media screen and (max-width: 1200px) {
  .reason {
    padding: 120px 0;
  }
}
@media screen and (max-width: 800px) {
  .reason {
    padding: 90px 0;
  }
}
@media screen and (max-width: 600px) {
  .reason {
    padding: 60px 0;
  }
}

.reason_wrap {
  width: 78vw;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .reason_wrap {
    width: 84vw;
  }
}
@media screen and (max-width: 800px) {
  .reason_wrap {
    width: 90vw;
  }
}

.reason_heading {
  width: max(32vw, 500px);
  margin: 0 auto 80px;
}
@media screen and (max-width: 600px) {
  .reason_heading {
    width: 260px;
    margin: 0 auto 48px;
  }
}

@media screen and (max-width: 600px) {
  .reason_heading_pc {
    display: none;
  }
}

.reason_heading_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .reason_heading_sp {
    display: block;
  }
}

.reason_content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 2.2vw;
       column-gap: 2.2vw;
  row-gap: 4vw;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .reason_content {
    gap: 0;
  }
}

.reason_item {
  width: max(24vw, 320px);
}
@media screen and (max-width: 1000px) {
  .reason_item {
    width: 300px;
  }
}
@media screen and (max-width: 800px) {
  .reason_item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .reason_item {
    margin: 0 auto 32px;
  }
}
@media screen and (max-width: 600px) {
  .reason_item:last-child {
    margin: 0 auto;
  }
}

.reason_item_top {
  padding-left: max(4.6vw, 54px);
  position: relative;
  margin-bottom: 18px;
}
@media screen and (max-width: 600px) {
  .reason_item_top {
    margin-bottom: 12px;
  }
}

.reason_item_num {
  width: max(4vw, 48px);
  position: absolute;
  left: 0;
  top: -0.8vw;
}
@media screen and (max-width: 1000px) {
  .reason_item_num {
    top: -8px;
  }
}

.reason_item_title {
  font-size: max(1.2vw, 20px);
  text-shadow: 4px 4px 4px rgba(2, 1, 2, 0.4);
  padding-top: max(1vw, 10px);
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .reason_item_title {
    font-size: 18px;
  }
}

.reason_item_txt {
  font-size: 16px;
  font-weight: 600;
  text-shadow: 4px 4px 4px rgba(2, 1, 2, 0.4);
  line-height: 2;
  letter-spacing: 0.02em;
}

/*--------------- details ---------------*/
.details {
  background-image: url(../img/details_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 160px 0;
}
@media screen and (max-width: 600px) {
  .details {
    padding: 60px 0;
  }
}

.details_wrap {
  width: 78vw;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .details_wrap {
    width: 84vw;
  }
}
@media screen and (max-width: 800px) {
  .details_wrap {
    width: 90vw;
  }
}

.details_heading {
  width: max(7.4vw, 130px);
  margin: 0 auto 40px;
}
@media screen and (max-width: 600px) {
  .details_heading {
    margin: 0 auto 28px;
  }
}

.details_txt_top {
  font-size: 24px;
  font-weight: 900;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .details_txt_top {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .details_txt_top {
    margin: 0 auto 28px;
  }
}

.details_txt_bottom {
  font-size: 16px;
  line-height: 2.5;
  text-align: center;
  font-weight: 600;
}

/*--------------- cta ---------------*/
.cta {
  position: relative;
}
@media screen and (max-width: 800px) {
  .cta {
    padding: 60px 0;
  }
}

.cta_bg {
  position: absolute;
  width: 66vw;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .cta_bg {
    width: 100%;
    bottom: auto;
    top: 0;
  }
}

@media screen and (max-width: 800px) {
  .cta_bg_pc {
    display: none;
  }
}

.cta_bg_sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .cta_bg_sp {
    display: block;
  }
}

.cta_content {
  position: absolute;
  width: 100%;
  padding-top: 8.2vw;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .cta_content {
    position: static;
    padding-top: 0;
  }
}

.cta_txt {
  width: 78vw;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .cta_txt {
    width: 90vw;
  }
}
@media screen and (max-width: 600px) {
  .cta_txt {
    width: 100%;
  }
}

.cta_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(21.6vw, 260px);
  height: max(4.2vw, 50px);
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .cta_btn {
    width: 90vw;
    height: 16.2vw;
  }
}

.cta_btn:hover {
  width: max(32vw, 384px);
  height: max(4.8vw, 58px);
}
@media screen and (max-width: 600px) {
  .cta_btn:hover {
    width: 90vw;
    height: 16.2vw;
  }
}
.cta_btn:hover .cta_btn_hover {
  display: block;
  font-weight: 700;
  font-size: max(1.7vw, 20px);
}
@media screen and (max-width: 600px) {
  .cta_btn:hover .cta_btn_hover {
    font-size: 7.2vw;
  }
}
.cta_btn:hover .cta_btn_txt {
  display: none;
}
.cta_btn:hover .cta_btn_inner {
  gap: max(2vw, 24px);
  padding-left: max(3.2vw, 38px);
}
@media screen and (max-width: 600px) {
  .cta_btn:hover .cta_btn_inner {
    gap: 8vw;
    padding-left: 4vw;
  }
}
.cta_btn:hover .cta_btn_arrow {
  right: max(0.2vw, 2.4px);
}
@media screen and (max-width: 600px) {
  .cta_btn:hover .cta_btn_arrow {
    right: 1vw;
  }
}

.cta_btn_txt {
  transition: all 0.3s;
}

.cta_btn_hover {
  display: none;
  transition: all 0.3s;
}

.cta_btn_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: max(2vw, 20px);
  font-size: max(1.4vw, 16px);
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  transition: all 0.3s;
  padding-left: max(1.2vw, 12px);
}
@media screen and (max-width: 600px) {
  .cta_btn_inner {
    font-size: 6.4vw;
    gap: 8vw;
    padding-left: 4vw;
  }
}

.cta_btn_icon {
  display: block;
  width: max(1.6vw, 18px);
  height: max(1.6vw, 18px);
  border: max(0.12vw, 1.4px) solid #fff;
  border-radius: 100%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .cta_btn_icon {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.cta_btn_arrow {
  position: absolute;
  display: block;
  width: max(1.6vw, 18px);
  height: max(0.1vw, 1.2px);
  background-color: #fff;
  right: max(0.6vw, 7px);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .cta_btn_arrow {
    width: 6.4vw;
    right: 2.4vw;
  }
}
.cta_btn_arrow::after {
  content: "";
  position: absolute;
  width: max(0.6vw, 7px);
  height: max(0.1vw, 1.6px);
  transform: rotate(32deg);
  transform-origin: bottom right;
  background-color: #fff;
  display: block;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .cta_btn_arrow::after {
    width: 1.6vw;
    bottom: -0.2px;
  }
}

.cta_img {
  padding: 4.4vw 0;
  width: 46.8vw;
  margin-left: auto;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 800px) {
  .cta_img {
    width: 100%;
    padding: 0;
    margin: 0 0 16px;
  }
}

.cta_img_pc {
  display: block;
}
@media screen and (max-width: 800px) {
  .cta_img_pc {
    display: none;
  }
}

.cta_img_sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .cta_img_sp {
    display: block;
  }
}

.cta_txt_main {
  width: 36.4vw;
  margin-bottom: 3.6vw;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 800px) {
  .cta_txt_main {
    width: 70vw;
    max-width: 400px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  .cta_txt_main {
    width: 90vw;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 600px) {
  .cta_txt_main img {
    width: 80vw;
  }
}

.cta_txt_small {
  display: block;
  font-size: max(1.3vw, 14px);
  font-weight: 900;
  margin-bottom: 1.6vw;
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 800px) {
  .cta_txt_small {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  .cta_txt_small {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .cta_bottom {
    width: 90vw;
    margin: 0 auto;
  }
}

/*--------------- info ---------------*/
.info {
  background-image: url(../img/info_bg.webp);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: max(7.8vw, 60px) 0;
}
@media screen and (max-width: 600px) {
  .info {
    background-image: url(../img/info_bg_sp.webp);
    background-size: 100% 100%;
    padding: 32px 0 78vw;
    position: relative;
  }
}

.info_img {
  display: none;
}
@media screen and (max-width: 600px) {
  .info_img {
    display: block;
    position: absolute;
    width: 90vw;
    right: 0;
    bottom: 0;
  }
}

.info_wrap {
  width: 78vw;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1400px) {
  .info_wrap {
    width: 84vw;
  }
}
@media screen and (max-width: 800px) {
  .info_wrap {
    width: 90vw;
  }
}

.info_item:nth-child(1) {
  margin-bottom: 3.6vw;
}
@media screen and (max-width: 600px) {
  .info_item:nth-child(1) {
    margin-bottom: 16px;
  }
}

.info_item_title {
  width: max(20vw, 360px);
  margin-bottom: 22px;
}
@media screen and (max-width: 600px) {
  .info_item_title {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 16px;
  }
}
.info_item_title h2 {
  margin: max(0.8vw, 8px) 0;
}

.info_item_txt {
  line-height: 1.6;
  font-size: max(1vw, 16px);
}
@media screen and (max-width: 800px) {
  .info_item_txt {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width: 600px) {
  .info_item_txt {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  }
}

/*--------------- lineup ---------------*/
.lineup {
  padding: max(7.8vw, 60px) 0 0;
}

.lineup_top {
  padding-bottom: 40px;
}

.lineup_heading {
  width: max(20vw, 360px);
  margin: 0 auto 40px;
}
@media screen and (max-width: 600px) {
  .lineup_heading {
    width: 90vw;
    margin: 0 auto 32px;
  }
}
.lineup_heading h2 {
  margin: max(0.8vw, 8px) 0;
}

.lineup_menu h3 {
  margin: 0 auto 16px;
  font-size: max(1.2vw, 20px);
  font-weight: 900;
  width: -moz-fit-content;
  width: fit-content;
}
.lineup_menu:last-child {
  margin: 24px auto 0;
}

.lineup_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .lineup_list {
    width: 90vw;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }
}

.lineup_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(10.8vw, 160px);
  height: max(3.6vw, 54px);
  border: 2px solid #512A0B;
  border-radius: 0.4vw;
  background-color: #DAD2CB;
  font-size: max(1.2vw, 20px);
  font-weight: 500;
  color: #512A0B;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .lineup_btn {
    font-size: 18px;
    max-width: 150px;
    width: 42vw;
    height: 50px;
  }
}
.lineup_btn:hover {
  background-color: #512A0B;
  color: #fff;
}

.lineup_collar {
  width: 100%;
}

.lineup_title {
  background-color: #512A0B;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 16px 0;
  width: 100%;
}
.lineup_title h3 {
  font-size: max(1.2vw, 20px);
  font-weight: 500;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.5;
}

.lineup_inner {
  padding: 80px 0;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .lineup_inner {
    width: 1000px;
  }
}
@media screen and (max-width: 1200px) {
  .lineup_inner {
    width: 84vw;
  }
}
@media screen and (max-width: 800px) {
  .lineup_inner {
    width: 90vw;
  }
}
@media screen and (max-width: 600px) {
  .lineup_inner {
    padding: 40px 0 60px;
  }
}

.lineup_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 48px;
  display: block;
}
@media screen and (max-width: 600px) {
  .lineup_txt {
    margin: 0 auto 24px;
  }
}

@media screen and (max-width: 1200px) {
  .lineup_collar .lineup_inner_group {
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
  }
}
.lineup_collar .lineup_inner_group::-webkit-scrollbar {
  display: none;
}

.lineup_table {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 1600px) {
  .lineup_table {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .lineup_table {
    width: 1000px;
  }
}
@media screen and (max-width: 600px) {
  .lineup_table {
    font-size: 14px;
    width: 900px;
  }
}
.lineup_table:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .lineup_table:not(:last-child) {
    margin-bottom: 12px;
  }
}
.lineup_table th {
  color: #512A0B;
  font-weight: 400;
  background-color: #DAD2CB;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  border-top: 1px solid #512A0B;
  border-right: 1px solid #512A0B;
}
.lineup_table th:nth-child(1) {
  border-left: 1px solid #512A0B;
}
.lineup_table tr {
  display: grid;
  grid-template-columns: 4fr 3fr 3fr 3fr 3fr 4fr;
  color: #020102;
}
.lineup_table tr:nth-child(odd) {
  background-color: #FFF6ED;
}
.lineup_table tr:nth-child(even) {
  background-color: #FFFFFF;
}
.lineup_table tr.lineup_table_title {
  background-color: #020102;
}
.lineup_table td {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #512A0B;
  border-right: 1px solid #512A0B;
}
.lineup_table td:nth-child(1) {
  border-left: 1px solid #512A0B;
  line-height: 1.8;
  justify-content: flex-start;
  padding-left: 20px;
}
@media screen and (max-width: 1600px) {
  .lineup_table td:nth-child(1) {
    padding-left: 12px;
  }
}

.lineup_table.lineup_table_white tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.lineup_table.lineup_table_white tr:nth-child(even) {
  background-color: #FFF6ED;
}

.lineup_last {
  padding: 6px 20px;
}
@media screen and (max-width: 600px) {
  .lineup_last {
    padding: 6px 8px;
  }
}

.lineup_last_top {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4px;
}

.lineup_last_img {
  width: 90%;
  margin: 0 auto 4px;
}

.lineup_a:hover .lineup_a_inner {
  background-color: #E65229;
  border: 4px solid #E68A00;
}

.lineup_a_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FF5B2E;
  padding: 4px 16px 6px;
  border-radius: 1000px;
  border: 4px solid #FF9900;
  transition: all 0.4s;
}
.lineup_a_inner span {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  .lineup_a_inner span {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .lineup_a_inner span {
    font-size: 16px;
  }
}
.lineup_a_inner img {
  width: 16px;
}
@media screen and (max-width: 1600px) {
  .lineup_a_inner img {
    width: 14px;
  }
}
@media screen and (max-width: 600px) {
  .lineup_a_inner img {
    padding-top: 2px;
  }
}

@media screen and (max-width: 1200px) {
  .lineup_leash .lineup_table {
    width: 580px;
  }
}
@media screen and (max-width: 600px) {
  .lineup_leash .lineup_table {
    width: 480px;
  }
}
.lineup_leash .lineup_table tr {
  display: grid;
  grid-template-columns: 4fr 3fr 4fr;
  color: #020102;
}

.lineup_leash .lineup_leash_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .lineup_leash .lineup_leash_content {
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
  }
}
.lineup_leash .lineup_leash_content .lineup_inner_left {
  width: 500px;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .lineup_leash .lineup_leash_content .lineup_inner_left {
    width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .lineup_leash .lineup_leash_content .lineup_inner_left {
    width: 100%;
    max-width: 400px;
  }
}
.lineup_leash .lineup_leash_content .lineup_inner_group {
  width: 660px;
}
@media screen and (max-width: 1600px) {
  .lineup_leash .lineup_leash_content .lineup_inner_group {
    width: 580px;
  }
}
@media screen and (max-width: 600px) {
  .lineup_leash .lineup_leash_content .lineup_inner_group {
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
  }
}
.lineup_leash .lineup_leash_content .lineup_inner_group::-webkit-scrollbar {
  display: none;
}

.lineup_note {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 600px) {
  .lineup_note {
    font-size: 14px;
    margin-top: 8px;
  }
}

.lineup_message {
  margin-bottom: max(4vw, 40px);
}
.lineup_message h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .lineup_message h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.lineup_message p {
  font-size: 16px;
  line-height: 2.5;
}

/*--------------- voice ---------------*/
.voice {
  background-image: url("../img/voice_bg.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: max(8.3vw, 120px) 0;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 600px) {
  .voice {
    padding: 60px 0;
    background-size: cover;
    background-position: right;
  }
}

.voice_wrap {
  position: relative;
  z-index: 3;
}

.voice_img {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .voice_img {
    height: calc(60px + 40vw);
    aspect-ratio: 96/80;
  }
}

.voice_heading {
  width: max(20vw, 360px);
  margin: 0 auto 20px;
}
@media screen and (max-width: 600px) {
  .voice_heading {
    width: 88vw;
    margin: 0 auto 16px;
    max-width: 320px;
  }
}
.voice_heading h2 {
  margin: max(0.8vw, 8px) 0;
}

.voice_top {
  width: max(23.3vw, 380px);
  margin: 0 auto 46px;
}
@media screen and (max-width: 600px) {
  .voice_top {
    width: 90vw;
    max-width: 380px;
    margin: 0 auto 32px;
  }
}

.voice_swiper {
  position: relative;
  padding: 0 11vw 56px;
}
@media screen and (max-width: 1400px) {
  .voice_swiper {
    padding: 0 8vw 56px;
  }
}
@media screen and (max-width: 600px) {
  .voice_swiper {
    padding: 0 0 48px;
    width: 100%;
    margin: 0 auto;
  }
}
.voice_swiper .swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0 24px 0 0 !important;
}
@media screen and (max-width: 600px) {
  .voice_swiper .swiper-slide {
    width: 100% !important;
    padding: 0 5vw !important;
    height: auto !important;
  }
}
.voice_swiper .swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 1 !important;
}
.voice_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFEC00 !important;
}

.voice_item {
  background-color: #fff;
  height: 224px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 295px;
  max-width: 580px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
@media screen and (max-width: 600px) {
  .voice_item {
    width: 100%;
    height: 100%;
    padding: 20px 12px;
    min-width: 0;
  }
}

.voice_item_txt {
  color: #512A0B;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .voice_item_txt {
    line-height: 1.8;
  }
}
.voice_item_txt span {
  color: #B2003B;
}

/*--------------- recommend ---------------*/
.recommend {
  background-image: url("../img/recommend_bg.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: max(8.3vw, 120px) 0;
}
@media screen and (max-width: 600px) {
  .recommend {
    padding: 60px 0;
    background-size: cover;
  }
}

.recommend_heading {
  width: max(20vw, 360px);
  margin: 0 auto 48px;
}
@media screen and (max-width: 600px) {
  .recommend_heading {
    width: 88vw;
    margin: 0 auto 32px;
    max-width: 320px;
  }
}
.recommend_heading h2 {
  margin: max(0.8vw, 8px) 0;
}

.recommend_content {
  width: 62.5vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: max(1.2vw, 12px);
}
@media screen and (max-width: 1600px) {
  .recommend_content {
    width: 78vw;
  }
}
@media screen and (max-width: 1400px) {
  .recommend_content {
    width: 84vw;
  }
}
@media screen and (max-width: 1000px) {
  .recommend_content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 800px) {
  .recommend_content {
    width: 90vw;
  }
}
@media screen and (max-width: 600px) {
  .recommend_content {
    gap: 6px;
  }
}

.recommend_item {
  border: 2px solid #fff;
  padding: 5px;
  height: 228px;
  border-radius: 6px;
}
@media screen and (max-width: 1000px) {
  .recommend_item {
    border: 1.6px solid #fff;
    padding: 3px;
  }
}
@media screen and (max-width: 600px) {
  .recommend_item {
    padding: 2px;
    height: 200px;
  }
}

.recommend_item_inner {
  border: 2px solid #fff;
  padding: 0;
  border-radius: 6px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .recommend_item_inner {
    border: 1.6px solid #fff;
  }
}

.recommend_item_txt {
  font-size: max(1.1vw, 17px);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .recommend_item_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .recommend_item_txt {
    font-size: 15px;
  }
}

/*--------------- maint ---------------*/
.maint {
  padding: max(8.3vw, 120px) 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .maint {
    padding: 60px 0;
  }
}

.maint_bg {
  position: absolute;
  width: 30vw;
  top: 0;
  left: 0;
}

.maint_wrap {
  position: relative;
  z-index: 10;
}

.maint_heading {
  width: max(20vw, 360px);
  margin: 0 auto 48px;
}
@media screen and (max-width: 600px) {
  .maint_heading {
    width: 88vw;
    margin: 0 auto 32px;
    max-width: 320px;
  }
}
.maint_heading h2 {
  margin: max(0.8vw, 8px) 0;
}

.maint_txt {
  line-height: 2;
  font-size: max(1vw, 17px);
  width: max(41vw, 600px);
  margin: 0 auto 24px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .maint_txt {
    width: 90vw;
  }
}
@media screen and (max-width: 600px) {
  .maint_txt {
    font-size: 16px;
    text-align: justify;
  }
}

.maint_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5vw;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .maint_list {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .maint_list {
    gap: 16px;
    width: 90vw;
  }
}

.maint_item {
  width: 590px;
  height: 232px;
  background-image: url(../img/frame2.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1600px) {
  .maint_item {
    width: 480px;
    height: 210px;
    padding: 40px 32px;
  }
}
@media screen and (max-width: 1400px) {
  .maint_item {
    width: 420px;
    height: 200px;
    padding: 32px 28px;
  }
}
@media screen and (max-width: 600px) {
  .maint_item {
    max-width: 420px;
    width: 100%;
    height: auto;
    padding: 32px 20px;
  }
}

.maint_item h3 {
  color: #fff;
  background-color: #512A0B;
  width: 268px;
  padding: 5px 0 6px;
  text-align: center;
  display: block;
  font-size: 24px;
  margin: 0 auto 26px;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 50%, 100% 100%, 0 100%, 8px 50%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 50%, 100% 100%, 0 100%, 8px 50%);
}
@media screen and (max-width: 1600px) {
  .maint_item h3 {
    width: 240px;
    font-size: 22px;
    margin: 0 auto 18px;
  }
}
@media screen and (max-width: 1400px) {
  .maint_item h3 {
    font-size: 18px;
    width: 220px;
    margin: 0 auto 8px;
  }
}
@media screen and (max-width: 600px) {
  .maint_item h3 {
    padding: 3px 0 4px;
    margin: 0 auto 2px;
  }
}

.maint_item p {
  font-size: 16px;
  line-height: 2;
  color: #020102;
}

/*--------------- event ---------------*/
.event {
  background-image: url(../img/voice_bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .event {
    padding: 40px 0;
    background-position: center;
    background-size: cover;
  }
}

.event_wrap {
  background-color: rgba(2, 1, 2, 0.5);
  padding: 24px 0;
}

.event_heading {
  width: max(20vw, 360px);
  margin: 0 auto 16px;
}
@media screen and (max-width: 600px) {
  .event_heading {
    width: 88vw;
    margin: 0 auto 8px;
    max-width: 320px;
  }
}
.event_heading h2 {
  margin: max(0.8vw, 8px) 0;
}

.event_heading_bottom {
  background-color: #B2003B;
  padding: 5px 80px 8px;
  margin: 0 auto max(1vw, 12px);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1400px) {
  .event_heading_bottom {
    padding: 4px 60px 6px;
  }
}
.event_heading_bottom span {
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1400px) {
  .event_heading_bottom span {
    font-size: 15px;
  }
}

.event_bubble {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 36px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .event_bubble {
    margin: 0 auto 12px;
  }
}
.event_bubble::before {
  content: "";
  position: absolute;
  width: 2px;
  height: max(1.2vw, 18px);
  background-color: #fff;
  transform: rotate(-16deg) translateY(-50%);
  top: 50%;
  left: -2vw;
}
@media screen and (max-width: 600px) {
  .event_bubble::before {
    transform: rotate(-16deg);
    top: auto;
    bottom: 0;
    left: -16px;
  }
}
.event_bubble::after {
  content: "";
  position: absolute;
  width: 2px;
  height: max(1.2vw, 18px);
  background-color: #fff;
  transform: rotate(16deg) translateY(-50%);
  top: 50%;
  right: -2vw;
}
@media screen and (max-width: 600px) {
  .event_bubble::after {
    transform: rotate(16deg);
    top: auto;
    bottom: 0;
    right: -16px;
  }
}

.event_bubble span {
  font-size: max(1.2vw, 18px);
  color: #fff;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 600px) {
  .event_bubble span {
    text-align: center;
    line-height: 1.4;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
  }
}

.event_content {
  width: 78vw;
  margin: 0 auto;
  color: #020102;
  padding: 40px 40px 32px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .event_content {
    width: 84vw;
  }
}
@media screen and (max-width: 800px) {
  .event_content {
    width: 90vw;
  }
}
@media screen and (max-width: 600px) {
  .event_content {
    padding: 56px 40px 48px;
  }
}
.event_content::after {
  content: "";
  position: absolute;
  background-image: url(../img/frame3.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .event_content::after {
    background-image: url(../img/frame3_sp.webp);
  }
}

.event_item {
  padding: 16px 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1400px) {
  .event_item {
    padding: 12px 0;
  }
}

.event_item h3 {
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
}
@media screen and (max-width: 1400px) {
  .event_item h3 {
    margin: 0 auto 4px;
  }
}

.event_item_bottom {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.event_item_bottom > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 8px;
}
@media screen and (max-width: 1400px) {
  .event_item_bottom > span {
    margin: 0 0 4px;
  }
}
@media screen and (max-width: 600px) {
  .event_item_bottom > span {
    margin: 0;
  }
}

.event_line {
  height: 1px;
  width: 100%;
  background-color: #512A0B;
}

/*--------------- footer ---------------*/
.footer {
  padding: 40px 0;
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 24px 0 60px;
  }
}

.footer_wrap {
  width: 78vw;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .footer_wrap {
    width: 84vw;
  }
}
@media screen and (max-width: 1000px) {
  .footer_wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
  }
}
@media screen and (max-width: 800px) {
  .footer_wrap {
    width: 90vw;
  }
}

.footer_left {
  font-size: 16px;
  line-height: 2.5;
}
@media screen and (max-width: 600px) {
  .footer_left {
    font-size: 14px;
  }
}

.footer_right {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1000px) {
  .footer_right {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
.footer_right span {
  display: block;
  font-size: 14px;
  line-height: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .footer_right span {
    font-size: 12px;
    line-height: 1.6;
  }
}
.footer_right span:nth-child(1) {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .footer_right span:nth-child(1) {
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=index.css.map */