@charset "UTF-8";
body {
  background: #f7ebd5;
  position: relative;
  z-index: -1;
  height: 100vh;
}

.no-link {
  pointer-events: none;
}

main {
  max-width: 1200px;
  width: 97.5%;
  margin: 0 auto;
  padding-top: 8vh;
  position: relative;
  z-index: -1;
}

main:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: transparent radial-gradient(closest-side at 50% 50%, #f7ebd5 0%, #d6a455 100%) 0% 0% no-repeat padding-box;
  opacity: 0.4;
  z-index: 0;
}

main .fixed_area {
  position: fixed;
  width: 44.5%;
  max-width: 534px;
  margin-right: auto;
  z-index: 2;
}

main .section_nav:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: transparent radial-gradient(closest-side at 50% 50%, #f7ebd5 0%, #d6a455 100%) 0% 0% no-repeat padding-box;
  opacity: 0.2;
  z-index: -1;
}

main .fixed_area .content_wrapper {
  position: relative;
  width: 100%;
  height: 250px;
  box-sizing: border-box;
  padding: 32px 48px 28px;
  z-index: 10;
  background-image: url("../img/fixed_flame.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

main .fixed_area .content_wrapper .schedure_wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

main .fixed_area .content_wrapper .fixed_area_deco {
  position: absolute;
}

main .fixed_area .content_wrapper .fixed_area_deco.shachi {
  bottom: -20px;
  left: 0;
  width: 24%;
  height: auto;
}

main .fixed_area .content_wrapper .fixed_area_deco.robo {
  bottom: 0px;
  right: 10px;
  width: 24%;
  height: auto;
}

main .fixed_area h4 {
  font-family: "KaiseiTokumin-ExtraBold";
  font-size: 2rem;
  text-align: center;
  margin-bottom: 16px;
}

main .fixed_area .logo_area {
  width: 75%;
  margin: -10px auto 0;
}

main .fixed_area .date_wrap {
  font-family: "KaiseiTokumin-ExtraBold";
  text-align: center;
  white-space: nowrap;
}

main .fixed_area .text_year {
  font-size: clamp(1.8rem, 2.3vw, 2.8rem);
}

main .fixed_area .text_date {
  font-size: clamp(2.4rem, 2.8vw, 3.4rem);
}

main .fixed_area .text_date.day19 {
  display: inline-block;
  text-indent: -0.3em;
}

main .fixed_area .text_day-of-week {
  display: inline-block;
  font-size: clamp(1.4rem, 1.5vw, 1.9rem);
  text-indent: -0.2em;
}

main .fixed_area .address_wrap {
  margin-top: 1%;
  font-family: "KaiseiTokumin-ExtraBold";
  line-height: 1.5;
  text-align: center;
}

main .fixed_area .address_wrap .event_date {
  margin-bottom: 8px;
  line-height: 1.4;
  white-space: nowrap;
}

main .fixed_area .address_wrap .event_date .text_nami {
  display: inline-block;
  font-size: clamp(1.4rem, 1.5vw, 1.9rem);
  text-indent: -0.1em;
}

main .fixed_area .address_wrap .event_date .text_label {
  display: inline-block;
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
  margin-left: 0.2em;
}

main .fixed_area .address_wrap .place {
  margin-bottom: 0.1%;
  font-size: clamp(1.4rem, 1.8vw, 2.2rem);
}

main .fixed_area .address_wrap .place span {
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
}

main .fixed_area .address_wrap .address,
main .fixed_area .address_wrap .tel_num {
  font-size: clamp(1rem, 1vw, 1.2rem);
}

main .fixed_area .uedaeiga-link a {
  display: inline-block;
  position: relative;
  margin-top: 18px;
  padding: 10px 30px;
  background-color: #692b2d;
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
  color: #f7ebd5;
  transition: all 0.3s;
}

main .fixed_area .uedaeiga-link a:hover {
  background-color: #bc3525;
}

main .fixed_area .uedaeiga-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: solid 1px #f7ebd5;
}

main .fixed_area .ticket_wrap {
  margin: 5% 0 0 auto;
  width: 88%;
  font-family: "KaiseiTokumin-Bold";
  line-height: 1.5;
}

main .fixed_area .ticket_wrap .price_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

main .fixed_area .ticket_wrap h3 {
  padding: 3px 0;
  border-radius: 5px;
  background: #692b2d;
  color: #f7ebd5;
  font-size: clamp(1rem, 1vw, 1.2rem);
  text-align: center;
}

main .fixed_area .ticket_wrap .price_wrap h4 {
  font-size: clamp(1.4rem, 1.25vw, 1.5rem);
  max-width: 110px;
  width: 34%;
}

main .fixed_area .ticket_wrap .price_wrap h4 span {
  display: block;
  font-size: clamp(0.9rem, 0.8vw, 1rem);
  padding-top: 2px;
  text-indent: -0.4em;
}

main .fixed_area .ticket_wrap .price_wrap .price {
  font-size: clamp(2.6rem, 3.1vw, 3.8rem);
  width: 66%;
}

main .fixed_area .ticket_wrap .price_wrap .price .yen {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}

main .fixed_area .ticket_wrap .price_wrap .price .tax {
  display: inline-block;
  text-indent: -0.4em;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}

main .fixed_area .ticket_wrap .price_wrap .price .kinitsu {
  display: inline-block;
  font-size: clamp(1.8rem, 2.4vw, 2.9rem);
  vertical-align: 0.05em;
  text-indent: -0.2em;
}

main .fixed_area .fixed-slick {
  position: fixed;
  bottom: 1%;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  background: #1c0c0c;
  width: 100%;
}

main .fixed_area .fixed-slick:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent radial-gradient(closest-side at 50% 50%, #f7ebd5 0%, #d6a455 100%) 0% 0% no-repeat padding-box;
  opacity: 0.2;
  z-index: 9;
}

main .fixed_area .fixed-slick .image_area:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url("../img/film_deco.png");
  background-repeat: space;
  background-size: contain;
}

main .fixed_area .fixed-slick .image_area:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url("../img/film_deco.png");
  background-repeat: space;
  background-size: contain;
}

main .fixed_area .fixed-slick .image_area {
  display: block;
  padding: 30px 10px 30px;
  width: 100%;
  width: calk(100vw/4);
  height: auto;
  position: relative;
}

main .fixed_area .fixed-slick .image_area .small {
  position: absolute;
  padding: 0 15px;
  bottom: 35px;
  left: 0;
  color: #f7ebd5;
  font-size: clamp(0.6rem, 0.8vw, 0.7rem);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

main .main_container {
  margin: 0 0 0 50%;
  width: 32.5%;
  max-width: 390px;
  background: #f7ebd5;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
}

main .section_top {
  font-family: "KaiseiTokumin-ExtraBold";
  line-height: 1.2;
}

main .section_top .lead_wrap {
  padding: 10px 3.8%;
  background: #bd3525;
  position: relative;
  z-index: 0;
}

main .section_top .lead_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/top_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

main .section_top .lead_wrap .lead {
  background: #f7ebd5;
  font-size: clamp(1.8rem, 2.3vw, 2.8rem);
  text-shadow: 1px 1px 0 #d6a455;
  color: #692b2d;
  border: solid 0.5px #d6a455;
  position: relative;
  z-index: 2;
  display: inline-block;
}

main .section_top .lead_wrap .lead.first {
  margin-bottom: 10px;
}

main .section_top .lead_wrap .lead:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent radial-gradient(closest-side at 50% 50%, #f7ebd5 0%, #d6a455 100%) 0% 0% no-repeat padding-box;
  opacity: 0.1;
}

main .section_top .lead_wrap .lead .box {
  display: block;
  margin: 3px;
  padding: 3px 7px 8px;
  border: solid 2px #692b2d;
}

main .section_top .lead_wrap .lead.first .box {
  padding-top: 4px;
}

main .section_top .lead_wrap .lead .font_small {
  font-size: clamp(1.4rem, 1.75vw, 2.1rem);
}

main .section_top .lead_wrap .lead .color_red {
  color: #bd3525;
}

main .section_top .lead_wrap .lead .lineheight {
  display: inline-block;
  padding: 5px 0 9px;
}

main .section_top .lead_wrap .lead .lineheight02 {
  display: inline-block;
  padding: 0 0 9px;
}

main .section_top .lead_wrap_deco:before {
  content: "";
  position: absolute;
  bottom: -0.2px;
  left: 0;
  height: 40px;
  width: 50%;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  background: #692b2d;
}

main .section_top .lead_wrap_deco:after {
  content: "";
  position: absolute;
  bottom: -0.2px;
  right: 0;
  height: 40px;
  width: 50%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #692b2d;
}

main .section_top .info_wrap {
  padding: 30px 3.8% 80px;
  background: #692b2d;
  color: #f7ebd5;
  position: relative;
  z-index: 0;
  font-family: "KaiseiTokumin-Medium";
}

main .section_top .info_wrap:after {
  content: "";
  position: absolute;
  bottom: -0.3px;
  left: 0;
  height: 40px;
  width: 100%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #f7ebd5;
}

main .section_top .info_wrap h4 {
  text-align: center;
  font-size: 2.4rem;
}

main .section_top .info_wrap dl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 11.5px;
  margin-bottom: 10.5px;
  border-bottom: solid 1px #f7ebd5;
}

main .section_top .info_wrap dl dt {
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  margin-right: 13px;
  min-width: 35px;
}

main .section_top .info_wrap dl dd {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
}

main .section_top .info_wrap dl dd .font_small {
  display: inline-block;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  text-indent: 0.2em;
}

main .section_top .info_wrap dl dd .text_year {
  font-size: clamp(1.4rem, 1.6vw, 2rem);
}

main .section_top .info_wrap dl dd .text_date {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
}

main .section_top .info_wrap dl dd .text_day-of-week {
  display: inline-block;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  text-indent: -0.2em;
}

main .section_top .info_wrap .uedaeiga-link {
  text-align: center;
}

main .section_top .info_wrap .uedaeiga-link a {
  display: inline-block;
  position: relative;
  margin-top: 18px;
  padding: 10px 30px;
  background-color: #bc3525;
  font-size: clamp(1.8rem, 1.6vw, 2rem);
  color: #f7ebd5;
  transition: all 0.3s;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

main .section_top .info_wrap .uedaeiga-link a:hover {
  background-color: #361617;
}

main .section_top .info_wrap .uedaeiga-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: solid 1px #f7ebd5;
}

main .section_news {
  padding: 40px 3.8% 100px;
  position: relative;
}

main .section_news:after {
  content: "";
  position: absolute;
  bottom: -0.3px;
  left: 0;
  height: 40px;
  width: 100%;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  background: #bd3525;
}

main .section_news h2 {
  width: 84.6%;
  margin: 0 auto 25px;
  padding: 10px 0;
  background-image: url("../img/news_title_bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  font-family: "KaiseiTokumin-ExtraBold";
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  color: #f7ebd5;
}

main .section_news .blog_wrap {
  position: relative;
}

main .section_news .blog_wrap:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: calc(100% + 70px);
  border: solid 2px #d6a455;
  z-index: -1;
}

main .section_news ol {
  padding: 0 3.7%;
  position: relative;
}

main .section_news li a {
  transition: all 0.3s;
}

main .section_news li a:hover {
  color: #bd3525;
}

main .section_news li .date {
  display: block;
  font-size: clamp(1rem, 1vw, 1.2rem);
  margin-bottom: 9px;
  width: 100%;
}

main .section_news li .text {
  display: block;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  width: 100%;
  padding-bottom: 18.5px;
}

main .section_news li .dotted {
  display: block;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #d6a455 3px, transparent 3px);
  background-size: 6px 3px;
  background-repeat: repeat;
  margin-bottom: 18.5px;
}

main .section_news .more_btn {
  margin: 15px 0;
  text-align: center;
  font-family: "KaiseiTokumin-ExtraBold";
  transition: all 0.3s;
}

main .section_news .more_btn:hover {
  color: #bd3525;
}

main .section_about {
  padding: 40px 3.8% 80px;
  position: relative;
  background: #bd3525;
}
main .section_about .image_area:first-child {
  margin-bottom: 20px;
}

main .section_about:before {
  content: "";
  position: absolute;
  bottom: -0.3px;
  left: 0;
  height: 40px;
  width: 100%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #361617;
}

main .section_about .text_area {
  margin-top: 18px;
  padding: 26px 3.8%;
  background-image: url("../img/about_bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

main .section_about .text_area .title_sub {
  text-align: center;
  font-family: "KaiseiTokumin-Bold";
  color: #692b2d;
  line-height: 1.5;
}

main .section_about .text_area .title_sub .font_small {
  display: block;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}

main .section_about .text_area .title_sub .color_red {
  font-size: clamp(2.2rem, 2vw, 2.4rem);
  color: #bd3525;
}

main .section_about .text_area .description {
  line-height: 2;
  text-align: center;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  margin-bottom: 27.5px;
}

main .section_about .text_area .dotted {
  display: block;
  margin: 38px auto 0;
  width: 90%;
  height: 2px;
  background-image: linear-gradient(to right, #d6a455 2px, transparent 2px);
  background-size: 4px 2px;
  background-repeat: repeat;
}

main .section_about .text_area .schedure_wrap {
  padding: 16px 0 0;
}

main .section_about .text_area .schedure_wrap h4 {
  margin-bottom: 9px;
  text-align: center;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-family: "KaiseiTokumin-Medium";
  position: relative;
}

main .section_about .text_area .schedure_wrap h4 .border_l {
  display: block;
  position: absolute;
  left: 0;
  top: 47%;
  width: 36%;
  height: 1px;
  background: #692b2d;
}

main .section_about .text_area .schedure_wrap h4 .border_l:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  height: 1px;
  background: #692b2d;
}

main .section_about .text_area .schedure_wrap h4 .border_r {
  display: block;
  position: absolute;
  right: 0;
  top: 47%;
  width: 36%;
  height: 1px;
  background: #692b2d;
}

main .section_about .text_area .schedure_wrap h4 .border_r:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  width: 100%;
  height: 1px;
  background: #692b2d;
}

main .section_about .text_area .schedure_wrap .date_wrap {
  padding: 0 0 15px 3.8%;
  font-family: "DelaGothicOne-Regular";
  position: relative;
}

main .section_about .text_area .schedure_wrap .date_wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #692b2d;
}

main .section_about .text_area .schedure_wrap .date_wrap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #692b2d;
}

main .section_about .text_area .schedure_wrap .date_wrap .text_year {
  display: block;
  font-size: clamp(2rem, 1.8vw, 2.2rem);
}

main .section_about .text_area .schedure_wrap .date_wrap .text_date {
  display: inline-block;
  margin-right: 8px;
  font-size: clamp(3.2rem, 3vw, 3.7rem);
}

main .section_about .text_area .schedure_wrap .date_wrap .nami {
  display: inline-block;
  margin-right: 8px;
  font-size: clamp(3.2rem, 3vw, 3.7rem);
  font-family: "DelaGothicOne-Regular";
}

main .section_about .text_area .schedure_wrap .date_wrap .text_day-of-week {
  display: inline-block;
  margin-right: 10px;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  font-family: "NotoSansJP-Bold";
  color: #f7ebd5;
  position: relative;
  z-index: 0;
  vertical-align: 0.3em;
}

main .section_about .text_area .schedure_wrap .date_wrap .text_day-of-week:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #692b2d;
  width: 26px;
  height: 26px;
  z-index: -1;
}

main .section_film {
  padding: 32px 3.8% 80px;
  background: #361617;
}

main .section_film:before {
  content: "";
  position: absolute;
  bottom: -0.3px;
  left: 0;
  height: 40px;
  width: 100%;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  background: #f7ebd5;
}

main .section_film h2 {
  margin-bottom: 34px;
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  font-family: "KaiseiTokumin-Bold";
  color: #f7ebd5;
  text-align: center;
}

main .section_film ul li {
  margin-bottom: 60px;
  background: #f7ebd5;
}

main .section_film ul li:last-of-type {
  margin-bottom: 0;
}

main .section_film ul li .image_area {
  position: relative;
}

main .section_film ul li .image_area .time_wrap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 0 5px 2px 8px;
  background: #bd3525;
  border-radius: 2px;
  color: #f7ebd5;
  font-size: clamp(1.2rem, 1.8vw, 2.2rem);
}

main .section_film ul li .image_area .time_wrap .font_small {
  display: inline-block;
  margin: 0 5px 0 2px;
  font-size: clamp(1rem, 1vw, 1.2rem);
}

main .section_film ul li h3 {
  margin: 16px 0 11px 3.8%;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  color: #bd3525;
  line-height: 1.5;
}

main .section_film ul li h3 span {
  display: block;
  line-height: 1.5;
}

main .section_film ul li h3 .indent {
  text-indent: -0.5em;
}

main .section_film ul li dl {
  margin: 0 0 7px 3.8%;
  display: flex;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
}

main .section_film ul li dl dt {
  font-weight: normal;
  min-width: 76px;
}

main .section_film ul li dl dt.margin_r {
  margin-right: 20px;
}

main .section_film ul li small {
  display: block;
  width: 100%;
  padding: 5px 3.8% 16px 0;
  text-align: right;
  color: #d6a455;
}

main .section_film ul li small.font_small {
  font-size: clamp(0.8rem, 0.8vw, 0.98rem);
}

main .section_film ul li .note {
  display: block;
  margin: 0 0 7px 3.8%;
  font-size: clamp(1rem, 1vw, 1.2rem);
}

main .section_schedule {
  padding: 32px 3.8% 80px;
}

main .section_schedule h2 {
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  font-family: "KaiseiTokumin-Bold";
  color: #692b2d;
  text-align: center;
}

main .section_schedule .tabs {
  padding-top: 35px;
  width: 100%;
}

main .section_schedule .tab_item {
  display: inline-block;
  margin-bottom: 40px;
  padding-bottom: 4px;
  width: 33.3333333333%;
  background: #692b2d;
  color: #f7ebd5;
  text-align: center;
  font-family: "DelaGothicOne-Regular";
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  transition: all 0.3s;
  float: left;
}

main .section_schedule .tab_item span {
  font-size: clamp(1.6rem, 2.16vw, 2.6rem);
}

main .section_schedule .tabs input {
  display: none;
}

main .section_schedule .tab_content {
  padding-bottom: 30px;
  display: none;
  max-width: 360px;
  margin: 40px auto 0;
}

main .section_schedule .tab_content.content17 {
  background-image: url("../img/schedule_bg01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

main .section_schedule .tab_content.content18 {
  background-image: url("../img/schedule_bg03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

main .section_schedule .tab_content.content19 {
  background-image: url("../img/schedule_bg02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

main .section_schedule .tab_content h3 {
  margin-top: 73px;
  padding: 8% 0 7%;
  text-align: center;
  font-family: "DelaGothicOne-Regular";
  font-size: clamp(2.4rem, 2.16vw, 2.6rem);
}

main .section_schedule .tab_content h3 span {
  font-size: clamp(3.3rem, 2.8vw, 3.4rem);
}

main .section_schedule .tab_content h3 .day-of-week {
  display: inline-block;
  margin-left: 2px;
  font-size: clamp(1.1rem, 1vw, 1.2rem);
  font-family: "NotoSansJP-Bold";
  color: #f7ebd5;
  vertical-align: 0.3em;
  position: relative;
  z-index: 1;
}

main .section_schedule .tab_content h3 .day-of-week:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #692b2d;
  z-index: -1;
}

main .section_schedule .tab_content .content_wrap {
  margin: 0 3.8%;
  padding: 5% 3.8% 7%;
  background: #f7ebd5;
  border-radius: 5px;
}

main .section_schedule .tab_content .content_wrap.second {
  margin-top: 12%;
}

main .section_schedule .tab_content .content_wrap h4 {
  padding-bottom: 2.5%;
  border-bottom: solid 2px #d6a455;
  margin-bottom: 5%;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  font-weight: bold;
}

main .section_schedule .tab_content .content_wrap ul li {
  margin-bottom: 7%;
  line-height: 1.5;
}

main .section_schedule .tab_content .content_wrap ul li .border_bottom {
  display: block;
  margin-top: 30px;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #d6a455 4px, transparent 4px);
  background-size: 8px 1px;
  background-repeat: repeat;
}

main .section_schedule .tab_content .content_wrap ul li:last-of-type {
  margin-bottom: 0;
}

main .section_schedule .tab_content .content_wrap ul li .screening-time {
  display: block;
  font-size: clamp(1.3rem, 1.1vw, 1.4rem);
  font-weight: bold;
}

main .section_schedule .tab_content .content_wrap ul li h5 {
  font-size: clamp(1.5rem, 1.45vw, 1.8rem);
  font-weight: bold;
  color: #bd3525;
}

main .section_schedule .tab_content .content_wrap ul li .font_small {
  text-indent: -0.5em;
}

main .section_schedule .tab_content .content_wrap ul li .guest_wrap {
  margin-top: 7px;
  padding: 8px 11px 10px;
  background: rgba(214, 164, 85, 0.2);
  border-radius: 4px;
}

main .section_schedule .tab_content .content_wrap ul li .guest_wrap dl {
  display: flex;
  font-size: clamp(1.3rem, 1.1vw, 1.4rem);
}

main .section_schedule .tab_content .content_wrap ul li .guest_wrap dl dd {
  font-weight: bold;
}

#tab17:checked ~ #content_17,
#tab18:checked ~ #content_18,
#tab19:checked ~ #content_19 {
  display: block;
}

main .section_schedule .tabs input:checked + .tab_item {
  background-color: #bd3525;
}

main .section_ticket {
  padding: 72px 3.8% 80px;
  background: #bd3525;
  color: #f7ebd5;
  position: relative;
}

main .section_ticket .deco_top {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 44.13px;
}

main .section_ticket .deco_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 44.13px;
}

main .section_ticket h2 {
  margin-bottom: 36px;
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  font-family: "KaiseiTokumin-Bold";
  text-align: center;
}

main .section_ticket .ticket_wrap {
  padding: 0 3.8%;
  font-family: "KaiseiTokumin-Medium";
  line-height: 1.5;
}

main .section_ticket .ticket_wrap .price_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

main .section_ticket .ticket_wrap h3 {
  padding: 3px 0;
  border-radius: 5px;
  background: #692b2d;
  color: #f7ebd5;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  text-align: center;
}

main .section_ticket .ticket_wrap .price_wrap h4 {
  margin-top: 9px;
  margin-bottom: 5px;
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
  max-width: 120px;
  width: 31%;
}

main .section_ticket .ticket_wrap .price_wrap h4 span {
  display: block;
  font-size: clamp(0.8rem, 0.8vw, 1.04rem);
  padding-top: 2px;
  text-indent: -0.4em;
}

main .section_ticket .ticket_wrap .price_wrap .price {
  padding-left: 8px;
  font-size: clamp(2.8rem, 3.1vw, 3.8rem);
  width: 70%;
}

main .section_ticket .ticket_wrap .price_wrap .price .yen {
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
}

main .section_ticket .ticket_wrap .price_wrap .price .tax {
  display: inline-block;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  text-indent: -0.4em;
}

main .section_ticket .ticket_wrap .price_wrap .price .kinitsu {
  display: inline-block;
  margin-left: 5px;
  font-size: clamp(1.8rem, 2.1vw, 2.6rem);
  vertical-align: 0.05em;
  text-indent: -0.4em;
}

main .section_ticket .deco {
  display: block;
  margin: 10px 3.8% 30px;
}

main .section_ticket ul {
  padding: 0 3.8%;
}

main .section_ticket ul li {
  margin-bottom: 0.5em;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  font-weight: normal;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

main .section_ticket ul li:last-of-type {
  margin-bottom: 0;
}

main .section_ticket .msc_area {
  margin-top: 53px;
}

main .section_ticket .msc_area h3 {
  margin-bottom: 16px;
  text-align: center;
  font-size: clamp(1rem, 1.3vw, 1.6rem);
  font-family: "KaiseiTokumin-Medium";
}

main .section_ticket .msc_area a {
  display: block;
  margin: 0 3.8%;
  padding: 20px 72px;
  border-radius: 5px;
  background: #f7ebd5;
}

main .section_guest {
  padding: 72px 3.8% 80px;
  position: relative;
}

main .section_guest h2 {
  margin-bottom: 36px;
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  font-family: "KaiseiTokumin-Bold";
  text-align: center;
}

main .section_guest ul li {
  margin-bottom: 40px;
  padding: 25px 3.8% 30px;
  border: solid 1px #d6a455;
}

main .section_guest ul li:last-of-type {
  margin-bottom: 0;
}

main .section_guest ul li h3 {
  margin-bottom: 12px;
  font-size: clamp(1.2rem, 1.5vw, 1.8rem);
  font-family: "KaiseiTokumin-Medium";
}

main .section_guest ul li h3 span {
  display: inline-block;
  margin-left: 7px;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
}

main .section_guest ul li .tag_area {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 6px;
  background: #bd3525;
  color: #f7ebd5;
  font-size: clamp(1rem, 1vw, 1.2rem);
  font-family: "KaiseiTokumin-Medium";
}

main .section_guest ul li .tag_area:last-of-type {
  margin: 0;
}

main .section_guest ul li p {
  margin-top: 11px;
  line-height: 2;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
}

main .section_guest ul li .readmore {
  position: relative;
  padding-bottom: 30px;
}

main .section_guest ul li .readmore label {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  color: #bd3525;
  font-family: "KaiseiTokumin-Bold";
}

main .section_guest ul li .readmore label:before {
  content: "続きを読む";
}

main .section_guest ul li .readmore input[type=checkbox]:checked ~ label:before {
  content: "閉じる";
}

main .section_guest ul li .readmore input[type=checkbox] {
  display: none;
}

main .section_guest ul li .readmore .readmore_content {
  position: relative;
  height: 120px;
  overflow: hidden;
  line-height: 2;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
}

main .section_guest ul li .readmore input[type=checkbox]:checked ~ .readmore_content {
  height: auto;
}

main .section_guest .interviewer_head {
  margin-top: 72px;
}

main .section_guest .interviewer {
  margin-bottom: 0;
}

main .section_gallery {
  padding: 72px 0 80px;
  position: relative;
  background: #361617;
}

main .section_gallery h2 {
  margin-bottom: 36px;
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  font-family: "KaiseiTokumin-Bold";
  text-align: center;
  color: #f7ebd5;
}

main .section_gallery .gallery-slick {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
}

main .section_gallery .gallery-slick li .image_area {
  padding: 0 10px 10px;
}

main .section_gallery .gallery-slick li:nth-child(2n) .image_area {
  padding: 20px 10px 10px;
}

main .section_gallery .gallery-slick li small {
  padding: 0 10px;
  display: block;
  width: 100%;
  font-size: clamp(0.8rem, 0.8vw, 0.9rem);
  color: #d6a455;
}

main .section_nav {
  position: fixed;
  top: 8.1vh;
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: "KaiseiTokumin-Medium";
}

main .section_nav nav {
  width: 13%;
  margin-left: auto;
}

main .section_nav nav .header_menu li a {
  display: block;
  padding-left: 12px;
  margin-bottom: 1em;
  font-size: clamp(1rem, 1.3vw, 1.6rem);
  color: #361617;
  transition: all 0.3s;
  position: relative;
}

main .section_nav nav .header_menu li a:hover {
  color: #bd3525;
}

main .section_nav nav .header_menu li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #bd3525;
}

main .section_nav nav .link_menu li a {
  display: block;
  padding: 9.5px 0;
  margin-bottom: 1em;
  border-top: solid 2px #361617;
  border-bottom: solid 2px #361617;
  color: #361617;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  text-align: center;
  transition: all 0.3s;
  position: relative;
}

main .section_nav nav .link_menu li a:hover {
  transform: translateY(-0.15em);
  color: #bd3525;
}

main .section_nav nav .link_menu li a:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #361617;
}

main .section_nav nav .link_menu li a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #361617;
}

main .section_nav nav .x_btn a {
  display: block;
  padding: 9.5px 0;
  text-align: center;
}

main .section_nav nav .logo_area {
  display: inline-block;
  width: 10.5%;
  margin-left: 2px;
}

main .section_nav nav .link_menu li.pamphlet a {
  background: #361617;
  color: #f7ead4;
  border-top: solid 2px transparent;
  border-bottom: solid 2px transparent;
}

main .section_nav nav .link_menu li.ueda-anime a {
  background: #111111;
  color: #f7ead4;
  border-top: solid 2px transparent;
  border-bottom: solid 2px transparent;
}

main .section_nav nav .link_menu li.pamphlet a:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f7ead4;
}

main .section_nav nav .link_menu li.pamphlet a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f7ead4;
}

main .section_nav nav .link_menu li.ueda-anime a {
  background: #111111;
  color: #f7ead4;
  border-top: solid 2px transparent;
  border-bottom: solid 2px transparent;
}

main .section_nav nav .link_menu li.ueda-anime a:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ecebec;
}

main .section_nav nav .link_menu li.ueda-anime a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ecebec;
}

main .section_archive,
main .news_area {
  border: solid 2px #d6a455;
}

main .section_archive .mv_area,
main .news_area .mv_area {
  padding: 70px 0;
  background: #d6a455;
  font-family: "KaiseiTokumin-Bold";
  color: #f7ebd5;
  text-align: center;
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  position: relative;
  z-index: 0;
}

main .section_archive .mv_area .deco_top,
main .news_area .mv_area .deco_top {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  z-index: 1;
}

main .section_archive .mv_area .deco_bottom,
main .news_area .mv_area .deco_bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  z-index: 1;
}

main .section_archive ol {
  padding: 60px 3.8%;
}

main .section_archive ol li {
  margin-bottom: 40px;
}

main .section_archive ol li:last-of-type {
  margin-bottom: 0;
}

main .section_archive ol li a {
  display: block;
  transition: all 0.3s;
}

main .section_archive ol li a:hover {
  color: #bd3525;
}

main .section_archive ol li .image_area {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

main .section_archive ol li .image_area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

main .section_archive ol li a:hover .image_area:before {
  opacity: 0;
}

main .section_archive ol li .time_wrap {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(1rem, 1vw, 1.2rem);
}

main .section_archive ol li .title {
  font-size: clamp(1rem, 1.3vw, 1.6rem);
}

main .section_archive .top_btn,
main .news_area .top_btn {
  margin-bottom: 80px;
}

main .section_archive .top_btn a,
main .news_area .top_btn a,
main .news_area .top_btn a {
  display: block;
  width: 100%;
  padding: 12px 0;
  color: #f7ebd5;
  text-align: center;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  font-family: "KaiseiTokumin-Medium";
  background-image: url("../img/news_title_bg.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

main .section_archive .top_btn a:hover,
main .news_area .top_btn a,
main .news_area .top_btn a:hover {
  transform: translateY(-5px);
}

main .news_area {
  padding-bottom: 80px;
}

main .news_area .content_wrap {
  padding: 60px 3.8% 0;
}

main .news_area .content_wrap .time_wrap {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(1rem, 1vw, 1.2rem);
}

main .news_area .content_wrap h3 {
  margin-bottom: 20px;
  font-size: clamp(1rem, 1.3vw, 1.6rem);
}

main .news_area .content_wrap .image_area {
  margin-bottom: 20px;
}

main .news_area .content_wrap .description {
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  line-height: 1.5;
}

main .news_area .top_btn {
  margin-top: 60px;
}

@media screen and (max-width: 1080px) {
  main {
    padding-top: 9vh;
  }
  main .section_nav {
    display: none;
  }
  main .fixed_area {
    width: 56%;
  }
  main .main_container {
    margin: 0 0 0 auto;
    width: 43%;
    max-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  main .fixed_area .content_wrapper {
    display: none;
  }
  main .main_container {
    margin: 0 auto;
    width: 93%;
    max-width: 390px;
  }
  main .section_top .lead_wrap .lead {
    font-family: "KaiseiTokumin-Bold";
    font-size: clamp(1.65rem, 7.1vw, 2.8rem);
  }
  main .section_top .lead_wrap .lead .font_small {
    font-size: clamp(1.4rem, 5.3vw, 2.1rem);
  }
  main .section_top .info_wrap dl dt {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
  main .section_top .info_wrap dl dd {
    font-size: clamp(1.6rem, 5.1vw, 2rem);
  }
  main .section_top .info_wrap dl dd .font_small {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
  main .section_top .info_wrap dl dd .text_year {
    font-size: clamp(1.4rem, 5.1vw, 2rem);
  }
  main .section_top .info_wrap dl dd .text_date {
    font-size: clamp(1.6rem, 6.1vw, 2.4rem);
  }
  main .section_top .info_wrap dl dd .text_day-of-week {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
  main .section_news h2 {
    font-size: clamp(1.6rem, 6.1vw, 2.4rem);
  }
  main .section_news li .date {
    font-size: clamp(1rem, 3vw, 1.2rem);
  }
  main .section_news li .text {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
  main .section_about .text_area {
    margin-top: 18px;
    padding: 26px 3.8%;
    background: #f7ebd5;
    border: solid 2px #d6a455;
  }
  main .section_about .text_area .dotted {
    width: 100%;
  }
  main .section_about .text_area .title_sub .font_small {
    font-size: clamp(1.2rem, 4.1vw, 1.6rem);
  }
  main .section_about .text_area .title_sub .color_red {
    font-size: clamp(2rem, 6.1vw, 2.4rem);
  }
  main .section_about .text_area .description {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
  main .section_about .text_area .schedure_wrap h4 {
    font-size: clamp(1.6rem, 4.6vw, 1.8rem);
  }
  main .section_about .text_area .schedure_wrap .date_wrap .text_year {
    font-size: clamp(2rem, 5.6vw, 2.2rem);
  }
  main .section_about .text_area .schedure_wrap .date_wrap .text_date {
    font-size: clamp(3.2rem, 9.4vw, 3.7rem);
  }
  main .section_about .text_area .schedure_wrap .date_wrap .nami {
    font-size: clamp(3.2rem, 9.4vw, 3.7rem);
  }
  main .section_about .text_area .schedure_wrap .date_wrap .text_day-of-week {
    font-size: clamp(1.4rem, 1.3vw, 4.1rem);
  }
  main .section_film h2 {
    font-size: clamp(1.6rem, 6.1vw, 2.4rem);
  }
  main .section_film ul li .image_area .time_wrap {
    font-size: clamp(1.2rem, 5.6vw, 2.2rem);
  }
  main .section_film ul li .image_area .time_wrap .font_small {
    font-size: clamp(1rem, 3vw, 1.2rem);
  }
  main .section_film ul li h3 {
    font-size: clamp(1.4rem, 5.1vw, 2rem);
  }
  main .section_film ul li dl {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
  main .section_film ul li small.font_small {
    font-size: clamp(0.8rem, 2.5vw, 0.98rem);
  }
  main .section_film ul li .note {
    font-size: clamp(1rem, 3vw, 1.2rem);
  }
  main .section_schedule h2 {
    font-size: clamp(1.6rem, 6.1vw, 2.4rem);
  }
  main .section_schedule .tab_item {
    font-size: clamp(1.4rem, 5.1vw, 2rem);
  }
  main .section_schedule .tab_item span {
    font-size: clamp(1.6rem, 6.6vw, 2.6rem);
  }
  main .section_schedule .tab_content h3 {
    font-size: clamp(2.4rem, 6.6vw, 2.6rem);
  }
  main .section_schedule .tab_content h3 span {
    font-size: clamp(3.3rem, 8.7vw, 3.4rem);
  }
  main .section_schedule .tab_content h3 .day-of-week {
    font-size: clamp(1.1rem, 3vw, 1.2rem);
  }
  main .section_schedule .tab_content .content_wrap h4 {
    font-size: clamp(1.4rem, 4.1vw, 1.6rem);
  }
  main .section_schedule .tab_content .content_wrap ul li .screening-time {
    font-size: clamp(1.3rem, 3.5vw, 1.4rem);
  }
  main .section_schedule .tab_content .content_wrap ul li h5 {
    font-size: clamp(1.5rem, 4.6vw, 1.8rem);
  }
  main .section_schedule .tab_content .content_wrap ul li .guest_wrap dl {
    font-size: clamp(1.3rem, 3.5vw, 1.4rem);
  }
  main .section_ticket h2 {
    font-size: clamp(1.6rem, 6.1vw, 2.4rem);
  }
  main .section_ticket .ticket_wrap h3 {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
  main .section_ticket .ticket_wrap .price_wrap h4 {
    font-size: clamp(1.2rem, 4.1vw, 1.6rem);
  }
  main .section_ticket .ticket_wrap .price_wrap h4 span {
    font-size: clamp(0.5rem, 2.7vw, 1.04rem);
  }
  main .section_ticket .ticket_wrap .price_wrap .price {
    font-size: clamp(2.4rem, 10.1vw, 3.8rem);
  }
  main .section_ticket .ticket_wrap .price_wrap .price .yen {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
  main .section_ticket .ticket_wrap .price_wrap .price .tax {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
  main .section_ticket .ticket_wrap .price_wrap .price .kinitsu {
    font-size: clamp(1.6rem, 6.9vw, 2.6rem);
  }
  main .section_ticket ul li {
    font-size: clamp(1.4rem, 4.1vw, 1.6rem);
  }
  main .section_ticket .msc_area h3 {
    font-size: clamp(1.4rem, 4.1vw, 1.6rem);
  }
  main .section_guest h2 {
    font-size: clamp(1.6rem, 6.1vw, 2.4rem);
  }
  main .section_guest ul li h3 {
    font-size: clamp(1.6rem, 4.6vw, 1.8rem);
  }
  main .section_guest ul li h3 span {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
  main .section_guest ul li .tag_area {
    font-size: clamp(1rem, 3vw, 1.2rem);
  }
  main .section_guest ul li p {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
  main .section_guest ul li .readmore .readmore_content {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
  main .section_guest ul li .readmore label:before {
    font-size: clamp(1.4rem, 4.1vw, 1.6rem);
  }
  main .section_gallery h2 {
    font-size: clamp(1.6rem, 6.1vw, 2.4rem);
  }
  main .section_gallery .gallery-slick li small {
    font-size: clamp(0.8rem, 2.3vw, 0.9rem);
  }
  main .section_archive h2,
  main .news_area h2 {
    font-size: clamp(1.6rem, 6.1vw, 2.4rem);
  }
  main .section_archive ol li .time_wrap {
    font-size: clamp(1rem, 3vw, 1.2rem);
  }
  main .section_archive ol li .title {
    font-size: clamp(1rem, 4.1vw, 1.6rem);
  }
  main .news_area .content_wrap .time_wrap {
    font-size: clamp(1rem, 3vw, 1.2rem);
  }
  main .news_area .content_wrap h3 {
    font-size: clamp(1rem, 4.1vw, 1.6rem);
  }
  main .news_area .content_wrap p {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
}
@media screen and (max-width: 600px) {
  main {
    width: 100%;
    padding-top: 0;
  }
  main .main_container {
    margin: 0 auto;
    width: 100%;
    max-width: none;
  }
}
.flex_container .content_wrapper .schedure_wrap .deco_area {
  max-width: 375px;
  margin: auto;
}

.logo-flex {
  display: flex;
}
@media screen and (max-width: 785px) {
  .logo-flex {
    justify-content: space-between;
    width: 100%;
  }
}
.logo-flex a {
  display: flex;
  align-items: center;
}
.logo-flex .logo01 {
  max-width: 180px;
  margin-right: 20px;
}
@media screen and (max-width: 785px) {
  .logo-flex .logo01 {
    max-width: 160px;
    margin-right: 0;
  }
}
.logo-flex .logo02 {
  max-width: 200px;
}
@media screen and (max-width: 785px) {
  .logo-flex .logo02 {
    max-width: 160px;
  }
}

main .section_detail {
  padding: 40px 0;
  background-color: #361617;
}

main .section_detail .detail_btn {
  margin: 0 auto;
  max-width: 390px;
}

main .section_detail .detail_btn__link {
  display: block;
  width: 100%;
  padding: 12px 0;
  color: #f7ebd5;
  text-align: center;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  font-family: "KaiseiTokumin-Medium";
  background-image: url("../img/news_title_bg.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

main .section_detail .detail_btn__link:hover {
  transform: translateY(-5px);
}

.part_list {
  display: flex;
  max-width: 534px;
  align-items: center;
  justify-content: space-between;
  margin-left: 10px;
  margin-top: 24px;
}
.part_list .number_list {
  width: 30%;
}
@media screen and (max-width: 785px) {
  .part_list .number_list {
    display: none;
  }
}
.part_list .number_list a {
  display: block;
  padding: 6px 10px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.75);
  transition: 0.3s;
}
.part_list .number_list a.first {
  border: solid 1px #d6a455;
}
.part_list .number_list a.first > span {
  background-color: #d6a455;
}
.part_list .number_list a.second {
  border: solid 1px #151730;
}
.part_list .number_list a.second > span {
  background-color: #151730;
}
.part_list .number_list a.third {
  border: solid 1px #2bb9b1;
}
.part_list .number_list a.third > span {
  background-color: #2bb9b1;
}
.part_list .number_list a:hover {
  box-shadow: 0px 0px 8px #d6a455;
  transition: 0.3s;
}
.part_list .number_list a img {
  max-width: 100%;
}
.part_list .number_list a span {
  position: absolute;
  right: -1px;
  bottom: -7px;
  padding: 2px 15px;
  border-radius: 7px;
  color: #ffffff;
  font-size: clamp(0.9rem, 0.8vw, 1rem);
}

.comming-soon {
  position: relative;
  padding: 16px 0;
}
.comming-soon::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 10px;
}
.comming-soon::before {
  content: "準 備 中";
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  z-index: 3;
  text-align: center;
}
