body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

#suntory_contents .hall_contents {
  overflow-x: hidden;
}
#suntory_contents .hall_contents * {
  box-sizing: border-box;
}
#suntory_contents .hall_contents .pc_item,
#suntory_contents .hall_contents .breadcrumbs {
  display: none;
}
#suntory_contents .hall_contents .contents_menu {
  width: 100vw;
  box-sizing: content-box;
  z-index: 100000;
  display: none;
}
#suntory_contents .hall_contents .contents_menu.sticky_menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  animation: anim 0.5s;
}
#suntory_contents .hall_contents .contents_menu.menu_active {
  width: 100vw;
  padding: 17.333vw 6.667vw;
  box-sizing: border-box;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  overflow-y: scroll;
}
#suntory_contents .hall_contents .contents_menu .title_bar {
  width: 100vw;
  height: 17.3333333333vw;
  background: #aa0033;
  padding: 0 4vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#suntory_contents .hall_contents .contents_menu.menu_active .title_bar {
  width: 86.667vw;
  height: 14.667vw;
}
#suntory_contents .hall_contents .contents_menu .title_bar h2 {
  font-size: 4.2666666667vw;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1;
  color: #fff;
  margin: 0 0 2.6666666667vw 0;
}
#suntory_contents .hall_contents .contents_menu .title_bar .note {
  font-size: 2.9333333333vw;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #fff;
}
#suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar h2 {
  margin: 0;
}
#suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar .note {
  display: none;
}
#suntory_contents .hall_contents .contents_menu.menu_active .title_bar h2 {
  font-size: 3.6vw;
  margin: 1.6vw 0;
}
#suntory_contents .hall_contents .contents_menu.menu_active .title_bar .note {
  font-size: 2.667vw;
}
#suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar .btn_title_bar_close {
  display: none;
}
#suntory_contents .hall_contents .contents_menu .title_bar .btn_title_bar_close {
  width: 6.667vw;
  height: 6.667vw;
  background: #660011 url(../img/icon_close.svg) no-repeat center center;
  background-size: 2.667vw 2.667vw;
  position: absolute;
  top: 4vw;
  right: 4vw;
  text-indent: -99999px;
}
#suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar .btn_title_bar {
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  background: #660011 url(../img/icon_menu_white.svg) no-repeat center center;
  background-size: 5.3333333333vw 4vw;
  position: absolute;
  top: 4vw;
  right: 2.6666666667vw;
  text-indent: -99999px;
}
#suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar .btn_title_bar_close {
  display: none;
}
#suntory_contents .hall_contents .contents_menu.menu_active .title_bar .btn_title_bar {
  display: none;
}
#suntory_contents .hall_contents .contents_menu .menu_list {
  overflow-y: auto;
  padding: 0 0 20vw;
  background: #fff;
  display: none;
}
#suntory_contents .hall_contents .contents_menu.sticky_menu .menu_list {
  display: none;
}
#suntory_contents .hall_contents .contents_menu.menu_active .menu_list {
  display: block;
  overflow-y: auto;
  height: auto;
  padding-bottom: unset;
  width: 86.667vw;
}
#suntory_contents .hall_contents .contents_menu.menu_active .menu_list .inner {
  margin: 0 4vw;
}
#suntory_contents .hall_contents .contents_menu .menu_list ul {
  list-style: none;
}
#suntory_contents .hall_contents .contents_menu .menu_list ul li {
  border-bottom: 0.1333333333vw #ddbbbb solid;
}
#suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list03 li ul li {
  margin-left: 6.6666666667vw;
}
#suntory_contents .hall_contents .contents_menu .menu_list ul li p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 3.467vw;
  letter-spacing: -0.05em;
  font-weight: bold;
  color: #aa0033;
  padding: 4vw 0;
  cursor: pointer;
  line-height: 1.346;
}
#suntory_contents .hall_contents .contents_menu .menu_list ul li ul {
  border-top: 0.1333333333vw #ddbbbb solid;
}
#suntory_contents .hall_contents .contents_menu .menu_list ul li ul li p {
  padding: 2.933vw 0;
  font-size: 3.2vw;
}
#suntory_contents .hall_contents .contents_menu .menu_list ul li ul li:last-child {
  border-bottom: none;
}
#suntory_contents .hall_contents .contents_menu .btn_pdf a {
  margin: 5.3333333333vw auto;
  width: 89.3333333333vw;
  height: 16vw;
  font-size: 4vw;
  font-weight: bold;
  color: #aa0033;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  border: 0.1333333333vw #ddbbbb solid;
  background: url(../img/icon_pdf.webp) no-repeat 5.3333333333vw center;
  background-size: 6.2666666667vw auto;
  padding-left: 15.3333333333vw;
}

/*==================================================
sp
================================================== */
/* ========================================================================
breadcrumbs[sp]
========================================================================= */
/* ========================================================================
contents_menu[sp]
========================================================================= */
@keyframes anim {
  0% {
    transform: translateY(-17.3333333333vw);
  }
  100% {
    transform: translateY(0);
  }
}
.no-webp #suntory_contents .hall_contents .contents_menu .btn_pdf a {
  background: url(../img/icon_pdf.png) no-repeat 5.3333333333vw center;
  background-size: 6.2666666667vw auto;
}

#suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook {
  margin: 4.267vw auto 5.333vw;
  width: 59.733vw;
  height: 17.667vw;
  background: url(../img/bg_menu_btn_digitalbook.webp) no-repeat 0 bottom;
  background-size: 59.733vw auto;
}

.no-webp #suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook {
  background: url(../img/bg_menu_btn_digitalbook.png) no-repeat 0 bottom;
  background-size: 59.733vw auto;
}

#suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook .digitalbook_anchor {
  width: 59.733vw;
  height: 17.667vw;
  background: url(../img/img_digitalbook.webp) no-repeat 36.2vw 0;
  background-size: 20vw auto;
  display: block;
  text-decoration: none;
  padding: 4vw 4.2666666667vw 1.8666666667vw 6.6666666667vw;
  position: relative;
}

.no-webp #suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook .digitalbook_anchor {
  background: url(../img/img_digitalbook.png) no-repeat 36vw 0;
  background-size: 20vw auto;
}

#suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook .digitalbook_anchor .digitalbook_text01 {
  font-size: 2.667vw;
  margin-top: 2.667vw;
  color: #aa6600;
  line-height: 1;
  transform: scale(0.7);
  text-indent: -10.4vw;
  font-weight: bold;
  text-indent: -999999px;
}
#suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook .digitalbook_anchor .digitalbook_text02 {
  font-size: 3.467vw;
  margin-top: 0.8vw;
  color: #990022;
  line-height: 1;
  font-weight: bold;
  text-indent: -999999px;
}
#suntory_contents .hall_contents .contents_menu .btn_close {
  margin: 0 auto 10vw;
  width: 28vw;
  height: 9.3333333333vw;
  background: #aa0033 url(../img/icon_close.svg) no-repeat 3.8666666667vw center;
  background-size: 2.8vw auto;
  padding-left: 12.2666666667vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-size: 3.4666666667vw;
  font-weight: bold;
  line-height: 1;
}
#suntory_contents .hall_contents .main_visual {
  min-height: 68.3333333333vw;
  height: 79.333333vw;
  background: url(../img/main_visual.webp) no-repeat 0 0;
  background-size: 100%;
  padding: 5.4666666667vw 0 0;
}

/* ========================================================================
main_visual[sp]
========================================================================= */
.no-webp #suntory_contents .hall_contents .main_visual {
  min-height: 68.3333333333vw;
  background: url(../img/main_visual.jpg) no-repeat 0 0;
  background-size: 100%;
}

#suntory_contents .hall_contents .main_visual .title {
  position: relative;
  margin: 0 auto;
  width: 72.666666vw;
}
#suntory_contents .hall_contents .main_visual .title p.sub_title {
  text-indent: -999999px;
  height: 0;
}
#suntory_contents .hall_contents .main_visual .title h1 {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(129, 83, 0, 0.3)) drop-shadow(0px 0px 3px rgba(129, 83, 0, 0.8)) drop-shadow(0px 0px 3px rgba(129, 83, 0, 0.8)) drop-shadow(0px 0px 3px rgba(129, 83, 0, 0.8)) drop-shadow(0px 0px 3px rgba(129, 83, 0, 0.8)) drop-shadow(0px 0px 3px rgba(129, 83, 0, 0.8));
  text-indent: -999999px;
  width: 72.666666vw;
  background: url(../img/02_title_sp.svg) no-repeat 0 8vw;
  background-size: 72.666666vw auto;
  padding: 40vw 0 0;
  font-size: 0;
}
#suntory_contents .hall_contents .main_visual .btn_menu {
  margin: 4vw auto 2.6666666667vw;
  width: 38.6666666667vw;
  height: 9.333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #aa0033;
  background: #fffce3;
  background: #fff url(../img/icon_menu.svg) no-repeat right 4.6666666667vw center;
  filter: none;
  background-size: 4vw 3.2vw, auto;
  padding-right: 5.2vw;
  border-radius: 1.067vw;
}
#suntory_contents .hall_contents .main_visual .btn_digitalbook {
  margin: 0 auto;
  width: 53.33333vw;
  height: 18.467vw;
  background: url(../img/bg_btn_digitalbook.webp) no-repeat 0 bottom;
  background-size: 53.33333vw auto;
  /* position: absolute;
    bottom: -25vw;
    filter: none;
    left: 50%;
    transform: translate(-50%, 0); */
}

.no-webp #suntory_contents .hall_contents .main_visual .btn_digitalbook {
  background: url(../img/bg_btn_digitalbook.png) no-repeat 0 bottom;
  background-size: 52vw auto;
}

#suntory_contents .hall_contents .main_visual .btn_digitalbook .digitalbook_anchor {
  width: 52vw;
  height: 15.467vw;
  background: url(../img/img_digitalbook.webp) no-repeat 29.867vw 0;
  background-size: 20vw auto;
  display: block;
  text-decoration: none;
  padding: 4vw 4.2666666667vw 1.8666666667vw;
  position: relative;
}

.no-webp #suntory_contents .hall_contents .main_visual .btn_digitalbook .digitalbook_anchor {
  background: url(../img/img_digitalbook.png) no-repeat 29.867vw 0;
  background-size: 20vw auto;
}

#suntory_contents .hall_contents .main_visual .btn_digitalbook .digitalbook_anchor .digitalbook_text01 {
  font-size: 2.667vw;
  margin-top: 2.4vw;
  color: #aa6600;
  line-height: 1;
  transform: scale(0.7);
  text-indent: -9.067vw;
  font-weight: bold;
  text-indent: -999999px;
}
#suntory_contents .hall_contents .main_visual .btn_digitalbook .digitalbook_anchor .digitalbook_text02 {
  font-size: 3.467vw;
  margin-top: 0.8vw;
  color: #990022;
  line-height: 1;
  font-weight: bold;
  text-indent: -999999px;
}
#suntory_contents .hall_contents .main_visual .news {
  margin: 0 auto 3.3333333333vw;
  width: 84vw;
  min-height: 13.3333333333vw;
  background: url(../img/bg_news.webp) repeat-y 0 0;
  background-size: 84vw 100%;
  display: flex;
  align-items: center;
}

.no-webp #suntory_contents .hall_contents .main_visual .news {
  background: url(../img/bg_news.png) repeat-y 0 0;
  background-size: 84vw 100%;
}

#suntory_contents .hall_contents .main_visual .news .new {
  margin: 0 2.6666666667vw 0 3.3333333333vw;
  width: 9.3333333333vw;
  height: 5.3333333333vw;
  background: #cc3300;
  font-size: 2.6666666667vw;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#suntory_contents .hall_contents .main_visual .news p {
  width: 65.3333333333vw;
}
#suntory_contents .hall_contents .main_visual .news p.kids {
  padding-left: 12vw;
  background: url(../img/logo_kids.png) no-repeat 0.2666666667vw center;
  background-size: 8.1333333333vw auto;
}
#suntory_contents .hall_contents .main_visual .news p span {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.5;
  color: #cc3300;
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}
#suntory_contents .hall_contents .main_visual .note {
  margin: 9.333vw auto 0;
  list-style: none;
  width: 94vw;
  font-size: 2.6666666667vw;
  line-height: 1.2222222222;
  letter-spacing: 0;
  color: #fff;
  font-weight: normal;
}
#suntory_contents .hall_contents .contents_menu .title_bar .note .sp_txt,
#suntory_contents .hall_contents .main_visual .note .sp_txt {
  display: inline;
}
#suntory_contents .hall_contents .contents_menu .title_bar .note .pc_txt,
#suntory_contents .hall_contents .main_visual .note .pc_txt {
  display: none;
}
#suntory_contents .hall_contents .target_contents {
  position: relative;
}
#suntory_contents .hall_contents .target_contents .target_anchor {
  position: absolute;
  top: 0;
}
#suntory_contents .hall_contents .chamber {
  background-image: url(../img/content_bg_01_sp.png), url(../img/content_bg_03_sp.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 100vw auto, 100vw auto;
  padding-bottom: 1.6vw;
  background-color: #d4f4d4;
}

@media screen and (min-width: 375px) {
  #suntory_contents .hall_contents .main_visual .title {
    margin: 0 auto;
  }
  #suntory_contents .hall_contents .main_visual .note li + li {
    margin-top: 0.533vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .hall_contents .main_visual.tall {
    min-height: 68.3333333333vw;
    height: 100vw;
    background: url(../img/content_bg_00_sp.webp) no-repeat center center;
    background-size: 100% 100%;
    padding: 0 0 0;
    position: relative;
  }
}
/* ========================================================================
target_contents[sp]
========================================================================= */
/* ========================================================================
chamber[sp]
========================================================================= */
.no-webp #suntory_contents .hall_contents .chamber {
  background-image: url(../img/content_bg_01_sp.png), url(../img/content_bg_03_sp.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 100vw auto, 100vw auto;
  background-color: #d4f4d4;
}

#suntory_contents .hall_contents .chamber .title {
  height: 114.666667vw;
  position: relative;
  padding: 37.3333333333vw 0 0;
  /*
  &:before {
  	content: "";
  	display: block;
  	width: 150px;
  	height: 15px;
  	position: absolute;
  	top: 32px;
  	left: 32px;
  	background: url(../img/03_title_cmg_logo.svg) (center / cover) no-repeat;
  }*/
}
#suntory_contents .hall_contents .chamber .title h2 {
  -webkit-filter: drop-shadow(0px 0px 10px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
  width: 86.4vw;
  height: 29.2vw;
  background: url(../img/03_title_cmg_sp.svg) no-repeat 0 6vw;
  background-size: 86.4vw auto;
  text-indent: -999999px;
  position: absolute;
  top: 19.7333333333vw;
  left: 6.8vw;
  z-index: 10;
  margin-top: -7vw;
}
#suntory_contents .hall_contents .chamber .title .text {
  margin-bottom: 8vw;
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  font-weight: bold;
  color: #008330;
  text-align: center;
}
#suntory_contents .hall_contents .chamber .title .btn_feature a {
  margin: 0 auto;
  width: 84vw;
  height: 13.3333333333vw;
  background: #008330;
  color: #fff;
  text-decoration: none;
  font-size: 4.2666666667vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(85, 153, 102, 0.5);
  position: relative;
}
#suntory_contents .hall_contents .chamber .title .btn_feature a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #006611 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: 4vw;
  left: 4vw;
}
#suntory_contents .hall_contents .chamber .performance_list {
  padding: 0 6.6666666667vw 63.333vw;
  margin-top: 37vw;
}

#suntory_contents .hall_contents .chamber .performance_list li {
  margin-bottom: 2.6666666667vw;
  width: 86.6666666667vw;
  list-style: none;
}
#suntory_contents .hall_contents .chamber .performance_list li:last-child {
  margin-bottom: 0;
}
#suntory_contents .hall_contents .chamber .performance_list li a {
  width: 86.6666666667vw;
  min-height: 24vw;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2vw 2vw 2vw 9.3333333333vw;
  text-decoration: none;
  position: relative;
}
#suntory_contents .hall_contents .chamber .performance_list li a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #008a22 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: calc(50% - 2.6666666667vw);
  left: 0;
}
#suntory_contents .hall_contents .chamber .performance_list li a .date {
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #008a22;
  letter-spacing: -0.5px;
}
#suntory_contents .hall_contents .chamber .performance_list li a .date.long {
  letter-spacing: 0;
}
#suntory_contents .hall_contents .chamber .performance_list li a .date .note {
  font-size: 3.4666666667vw;
  margin-left: 2.6666666667vw;
  color: #666666;
}
#suntory_contents .hall_contents .chamber .performance_list li a h3 {
  font-size: 4vw;
  color: #000;
  letter-spacing: 0;
  font-weight: bold;
}
#suntory_contents .hall_contents .chamber .performance_list li a h3 .small {
  font-size: 3.4666666667vw;
}
#suntory_contents .hall_contents .summer .title {
  background: url(../img/content_bg_04_sp.webp) no-repeat 0 0;
  background-size: 100% auto;
  padding: 12.266667vw 0 0;
  position: relative;
}

/* ========================================================================
summer[sp]
========================================================================= */
.no-webp #suntory_contents .hall_contents .summer .title {
  background: url(../img/content_bg_04_sp.png) no-repeat 0 0;
  background-size: 100vw auto;
}

#suntory_contents .hall_contents .summer .title:after {
  content: "";
  display: block;
  position: absolute;
  width: 14.133333vw;
  height: 10.666666vw;
  top: 6.66666vw;
  right: 13.6vw;
  background: url(../img/04_title_summer_logo.svg) center/cover no-repeat;
}
#suntory_contents .hall_contents .summer .title h2 {
  margin: 0 auto 7.7333333333vw;
  width: 72vw;
  height: 13.6vw;
  background: url(../img/04_title_summer_sp.svg) no-repeat 0 0;
  background-size: 72vw auto;
  text-indent: -999999px;
}
#suntory_contents .hall_contents .summer .title .text {
  margin: 0 4vw 8.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  font-weight: bold;
  color: #000;
  text-align: center;
  letter-spacing: -0.025em;
}
#suntory_contents .hall_contents .summer .title .btn_feature {
  margin-bottom: 8vw;
}
#suntory_contents .hall_contents .summer .title .btn_feature a {
  margin: 0 auto;
  width: 84vw;
  height: 13.3333333333vw;
  background: #007faf;
  color: #fff;
  text-decoration: none;
  font-size: 4.2666666667vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(0, 127, 175, 0.4);
  position: relative;
}
#suntory_contents .hall_contents .summer .title .btn_feature a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #005599 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: 4vw;
  left: 4vw;
}
#suntory_contents .hall_contents .summer .theme {
  width: 100%;
  background-color: #e0eef7;
  padding: 8vw 6.6666666667vw;
}
#suntory_contents .hall_contents .summer .theme .performance_list {
  margin: auto;
}
#suntory_contents .hall_contents .summer .summer_contents .summer_member {
  display: flex;
  flex-wrap: wrap;
  gap: 3.3vw;
  box-sizing: border-box;
  list-style: none;
}
#suntory_contents .hall_contents .summer .summer_contents .summer_member > li {
  width: calc((100% - 3.3vw) / 2);
}
#suntory_contents .hall_contents .summer .summer_contents .summer_member > li img {
  width: 100%;
  height: auto;
}
#suntory_contents .hall_contents .summer .summer_contents .summer_member > li .caption {
  text-align: center;
  font-size: 3.2vw;
}

/* ========================================================================
producer[sp]
========================================================================= */
.no-webp #suntory_contents .hall_contents .producer {
  background: #f8ebeb url(../img/content_img_01_sp.png) no-repeat 0 0;
  background-size: 100vw auto;
}

#suntory_contents .hall_contents .producer .sub_title {
  margin-bottom: 2.6666666667vw;
  font-size: 4.5333333333vw;
  font-weight: bold;
  text-align: center;
  color: #000;
  line-height: 1;
}
#suntory_contents .hall_contents .producer h3 {
  margin-bottom: 6vw;
  font-size: 5.8666666667vw;
  font-weight: bold;
  text-align: center;
  color: #000;
  letter-spacing: -0.025em;
  line-height: 1;
}
#suntory_contents .hall_contents .producer .producer_project .project {
  margin: 0 4vw;
}
#suntory_contents .hall_contents .producer .producer_project .project .text {
  margin: 0 2.6666666667vw;
  padding: 5.3333333333vw 0;
  font-size: 4.8vw;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #000;
}
#suntory_contents .hall_contents .producer .producer_project .project .performance_list {
  margin: 0 2.6666666667vw;
}
#suntory_contents .hall_contents .producer .producer_project .project .performance_list li {
  margin-bottom: 2.6666666667vw;
  width: 86.6666666667vw;
  list-style: none;
}
#suntory_contents .hall_contents .producer .producer_project .project .performance_list li:last-child {
  margin-bottom: 0;
}
#suntory_contents .hall_contents .producer .producer_project .project .performance_list li a {
  width: 86.6666666667vw;
  min-height: 24vw;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2vw 2vw 2vw 9.3333333333vw;
  text-decoration: none;
  position: relative;
}
#suntory_contents .hall_contents .producer .producer_project .project .performance_list li a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #990000 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: calc(50% - 2.6666666667vw);
  left: 0;
}
#suntory_contents .hall_contents .producer .producer_project .project .performance_list li a .date {
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #990000;
  letter-spacing: 0;
}
#suntory_contents .hall_contents .producer .producer_project .project .performance_list li a .date .note {
  margin-left: 2.6666666667vw;
  color: #666666;
}
#suntory_contents .hall_contents .producer .producer_project .project .performance_list li a h4 {
  font-size: 4vw;
  color: #000;
  letter-spacing: 0;
}

/* ========================================================================
theme[sp]
========================================================================= */
#suntory_contents .hall_contents .theme h3 {
  margin-bottom: 4vw;
  margin-top: 8vw;
  font-size: 5.3333333333vw;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #000;
  letter-spacing: -0.025em;
  margin-top: 30px;
}
#suntory_contents .hall_contents .theme .sub_title {
  margin-bottom: 6vw;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.05em;
  color: #000;
}
#suntory_contents .hall_contents .theme .performance_list {
  margin: 0 6.6666666667vw;
}
#suntory_contents .hall_contents .theme .performance_list li {
  margin-bottom: 2.6666666667vw;
  width: 86.6666666667vw;
  list-style: none;
}
#suntory_contents .hall_contents .theme .performance_list li:last-child {
  margin-bottom: 0;
}
#suntory_contents .hall_contents .theme .performance_list li a {
  width: 86.6666666667vw;
  min-height: 24vw;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2vw 2vw 2vw 9.3333333333vw;
  text-decoration: none;
  position: relative;
}
#suntory_contents .hall_contents .theme .performance_list li a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #005599 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: calc(50% - 2.6666666667vw);
  left: 0;
}
#suntory_contents .hall_contents .theme .performance_list li a .date {
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #005599;
  letter-spacing: 0;
}
#suntory_contents .hall_contents .theme .performance_list li a .date .note {
  margin-left: 2.6666666667vw;
  color: #666666;
}
#suntory_contents .hall_contents .theme .performance_list li a h4 {
  font-size: 4vw;
  color: #000;
  letter-spacing: 0;
  font-weight: bold;
}
#suntory_contents .hall_contents .akutagawa {
  background-color: #e2e8ff;
  background-image: url(../img/content_img_03_sp.webp);
  background-size: 100vw auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 41vw 0 8vw;
}

/* ========================================================================
akutagawa[sp]
========================================================================= */
.no-webp #suntory_contents .hall_contents .akutagawa {
  background-color: #fff;
  background-image: url(../img/content_img_03_sp.png);
  background-size: 100vw auto;
  background-repeat: no-repeat;
  background-position: center top;
}

#suntory_contents .hall_contents .akutagawa .performance_list {
  margin: 0 6.6666666667vw;
}
#suntory_contents .hall_contents .akutagawa .performance_list li {
  margin-bottom: 2.6666666667vw;
  width: 86.6666666667vw;
  list-style: none;
}
#suntory_contents .hall_contents .akutagawa .performance_list li:last-child {
  margin-bottom: 0;
}
#suntory_contents .hall_contents .akutagawa .performance_list li a {
  width: 86.6666666667vw;
  min-height: 24vw;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2vw 2vw 2vw 9.3333333333vw;
  text-decoration: none;
  position: relative;
}
#suntory_contents .hall_contents .akutagawa .performance_list li a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #4f64ae url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: calc(50% - 2.6666666667vw);
  left: 0;
}
#suntory_contents .hall_contents .akutagawa .performance_list li a .date {
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #2845ac;
  letter-spacing: 0;
}
#suntory_contents .hall_contents .akutagawa .performance_list li a .date .note {
  margin-left: 2.6666666667vw;
  color: #666666;
}
#suntory_contents .hall_contents .akutagawa .performance_list li a h4 {
  font-size: 4vw;
  color: #000;
  letter-spacing: 0;
  font-weight: bold;
}
#suntory_contents .hall_contents .composer {
  background-image: url(../img/content_bg_16_sp.png);
  background-size: 100vw auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 12vw;
  position: relative;
}
#suntory_contents .hall_contents .composer::before {
  content: "";
  width: 48.8vw;
  height: 34.4vw;
  background: url(../img/content_bg_05.webp) no-repeat 0 0;
  background-size: 48.8vw auto;
  position: absolute;
  top: 8vw;
  left: 50%;
  transform: translate(-50%, 0);
  mix-blend-mode: multiply;
  z-index: 1;
}

/* ========================================================================
composer[sp]
========================================================================= */
.no-webp #suntory_contents .hall_contents .composer::before {
  background: url(../img/content_bg_05.png) no-repeat 0 0;
  background-size: 48.8vw auto;
}

#suntory_contents .hall_contents .composer .composer_title h2 {
  height: 28.9333vw;
  background: url(../img/05_musicaward_sp.svg) no-repeat 0 0;
  background-size: auto 28.9333vw;
  text-indent: -999999px;
  background-position: center;
  margin-bottom: 8vw;
}
#suntory_contents .hall_contents .composer .composer_wrap {
  background-color: #f0f0f0;
}
#suntory_contents .hall_contents .composer .composer_box {
  padding-bottom: 8vw;
  background-color: #f0f0f0;
  padding-top: 8vw;
  position: relative;
  width: 86.6666666667vw;
  margin: auto;
  text-align: center;
  position: relative;
  /*
  &:before {
  	top: 8vw;
  	left: 50%;
  	transform: translate(-50%,0);
  	width: 40vw;
  	height: 62.2666vw;
  	background: url(../img/content_img_04.png) (center / cover) no-repeat;
  }*/
  /*
  &:after {
  	bottom: 53vw;
  	left: 0;
  	width: 100%;
  	height: 43.333vw;
  	background: url(../img/content_img_05_sp.png) (center / cover) no-repeat;
  }*/
}
#suntory_contents .hall_contents .composer .composer_box:before, #suntory_contents .hall_contents .composer .composer_box::after {
  content: "";
  position: absolute;
  display: block;
}
#suntory_contents .hall_contents .composer .composer_box > h4 {
  margin: 4vw auto 0;
  font-size: 4vw;
}
#suntory_contents .hall_contents .composer .composer_box > h3 {
  font-size: 4.8vw;
  margin-bottom: 4vw;
}
#suntory_contents .hall_contents .composer .composer_box .text {
  font-size: 3.733333vw;
  margin-top: 0;
  font-weight: normal;
}
#suntory_contents .hall_contents .composer .composer_box .btn_feature a {
  margin: 0 auto;
  width: 73.3333333333vw;
  height: 13.3333333333vw;
  background: #920c26;
  color: #fff;
  text-decoration: none;
  font-size: 4.2666666667vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(146, 12, 38, 0.5);
  position: relative;
}
#suntory_contents .hall_contents .composer .composer_box .btn_feature a:before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #660011 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: 4vw;
  left: 4vw;
}
#suntory_contents .hall_contents .composer .text {
  margin: 2.6666666667vw auto 5.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  font-weight: bold;
  color: #000;
  text-align: center;
  letter-spacing: -0.025em;
}
#suntory_contents .hall_contents .composer .kondo_picture {
  margin-bottom: 6svw;
}
#suntory_contents .hall_contents .composer .kondo_picture .caption {
  font-size: 3.2vw;
}
#suntory_contents .hall_contents .composer .conposer_content_member {
  display: flex;
  list-style: none;
}
#suntory_contents .hall_contents .composer .conposer_content_member > li {
  width: 25%;
  text-align: center;
}
#suntory_contents .hall_contents .composer .conposer_content_member > li img {
  width: 100%;
}
#suntory_contents .hall_contents .composer .conposer_content_member > li p {
  text-align: center;
  font-size: 2.6vw;
  white-space: nowrap;
}
#suntory_contents .hall_contents .composer .performance_list {
  margin: 4vw auto 0;
  justify-content: center;
  display: flex;
}
#suntory_contents .hall_contents .composer .performance_list li {
  width: 79.333333vw;
  list-style: none;
}
#suntory_contents .hall_contents .composer .performance_list li > a {
  width: 79.333333vw;
  min-height: 24vw;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2vw 2vw 2vw 9.3333333333vw;
  text-decoration: none;
  position: relative;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(0, 0, 0, 0.1);
  text-align: left;
}
#suntory_contents .hall_contents .composer .performance_list li > a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #920c26 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: calc(50% - 2.6666666667vw);
  left: 0;
}
#suntory_contents .hall_contents .composer .performance_list li a .date {
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #920c26;
  letter-spacing: 0;
}
#suntory_contents .hall_contents .composer .performance_list li a .date .note {
  margin-left: 2.6666666667vw;
  color: #666666;
}
#suntory_contents .hall_contents .composer .performance_list li a h4 {
  font-size: 4vw;
  color: #000;
  letter-spacing: 0;
  font-weight: bold;
}
#suntory_contents .hall_contents .summer.conposer_content {
  padding-bottom: 0;
  background: #fff;
  margin-top: -2px;
  text-align: center;
}

/* ========================================================================
ark_contents[sp]
========================================================================= */
#suntory_contents .ark_contents {
  border-top: 2.6666666667vw #2ca8e5 solid;
  background-color: #daf1ff;
}

/* ========================================================================
music_week[sp]
========================================================================= */
.no-webp #suntory_contents .hall_contents .music_week {
  background: url(../img/content_img_06_sp.png) no-repeat center bottom;
  background-size: 86.6666666667vw auto;
}

#suntory_contents .hall_contents .music_week {
  margin-bottom: 8vw;
  background: url(../img/content_img_06_sp.webp) no-repeat center bottom;
  background-size: 86.6666666667vw auto;
  padding: 8vw 0 36vw;
}
#suntory_contents .hall_contents .music_week .title {
  margin: 0 auto 2vw;
  width: 77.7333vw;
  height: 52vw;
  background: url(../img/06_arkhills_sp.svg) no-repeat 0 4vw;
  background-size: 77.7333vw auto;
}
#suntory_contents .hall_contents .music_week .title p,
#suntory_contents .hall_contents .music_week .title h2 {
  text-indent: -999999px;
}
#suntory_contents .hall_contents .music_week .text {
  margin: 0 6.6666666667vw 6.133vw;
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  font-weight: bold;
  text-align: center;
  color: #007eb0;
  letter-spacing: -0.05em;
}
#suntory_contents .hall_contents .music_week .btn_feature a {
  margin: 0 auto;
  width: 74vw;
  height: 13.3333333333vw;
  background: #007eb0;
  color: #fff;
  text-decoration: none;
  font-size: 4.2666666667vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(85, 0, 17, 0.2);
  position: relative;
}
#suntory_contents .hall_contents .music_week .btn_feature a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #005779 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: 4vw;
  left: 4vw;
}
#suntory_contents .hall_contents .music_week .btn_feature a::after {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: url(../img/icon_external.svg) no-repeat 0 0;
  background-size: 2.6666666667vw 2.6666666667vw;
  position: absolute;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
}
#suntory_contents .hall_contents .music_week .btn_feature.inactive a::before {
  display: none;
}
#suntory_contents .hall_contents .music_week .note {
  margin: 4vw 0 6.6666666667vw;
  color: #888888;
  font-size: 2.6666666667vw;
  text-align: center;
}
#suntory_contents .hall_contents .classics {
  padding: 0 0 8vw;
}
#suntory_contents .hall_contents .classics .inner {
  background-color: #eff9ff;
  background-size: auto;
  padding: 0 0 6.667vw;
  margin: 0 auto;
  width: 86.6666666667vw;
}
#suntory_contents .hall_contents .classics .title {
  margin: 0 auto 2.6666666667vw auto;
  width: 51.112vw;
  height: 40vw;
  background: url(../img/07_arkclassic_sp.svg) no-repeat 0 7vw;
  background-size: 51.112vw auto;
}
#suntory_contents .hall_contents .classics .title h2,
#suntory_contents .hall_contents .classics .title p {
  text-indent: -999999px;
}
#suntory_contents .hall_contents .classics .text {
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.5714285714;
  color: #007eb0;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: -0.025em;
  padding-bottom: 5.333vw;
}
#suntory_contents .hall_contents .classics .btn_feature {
  background: url(../img/content_img_07_sp.png) no-repeat center bottom;
  background-size: 73.3333333333vw auto;
}
#suntory_contents .hall_contents .classics .btn_feature a {
  margin: 0 auto;
  width: 60vw;
  height: 13.3333333333vw;
  background: #007eb0;
  color: #fff;
  text-decoration: none;
  font-size: 4.2666666667vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(85, 0, 17, 0.2);
  position: relative;
}
#suntory_contents .hall_contents .classics .btn_feature a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #005779 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: 4vw;
  left: 4vw;
}
#suntory_contents .hall_contents .classics .btn_feature.blank a::after{
    content: "";
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background: url(../img/icon_external.svg) no-repeat 0 0;
    background-size: 2.6666666667vw 2.6666666667vw;
    position: absolute;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
}
#suntory_contents .hall_contents .classics .btn_feature.inactive a::before {
  display: none;
}
#suntory_contents .hall_contents .classics .ark_member {
  padding: 0 6.6666666667vw;
  list-style: none;
  display: flex;
}
#suntory_contents .hall_contents .classics .ark_member > li {
  width: 33.3333333333%;
}
#suntory_contents .hall_contents .classics .ark_member > li img {
  width: 100%;
  height: auto;
}
#suntory_contents .hall_contents .classics .ark_member > li .caption {
  text-align: center;
  font-size: 2.6vw;
  white-space: nowrap;
}
#suntory_contents .hall_contents .classics .note {
    margin: 2.6666666667vw 0;
    color: #888888;
    font-size: 2.6666666667vw;
    text-align: center;
}
#suntory_contents .hall_contents .hall_series {
  background: url(../img/content_bg_08_sp.webp), url(../img/content_bg_09_sp.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, bottom;
  background-size: 100vw auto, 100vw auto;
  background-color: #fff;
  padding: 10vw 0 10.6666666667vw;
}

/* ========================================================================
classics[sp]
========================================================================= */
/* ========================================================================
hall_series[sp]
========================================================================= */
.no-webp #suntory_contents .hall_contents .hall_series {
  background: url(../img/content_bg_08_sp.png), url(../img/content_bg_09_sp.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, bottom;
  background-size: 100vw auto, 100vw auto;
  background-color: #fff;
}

#suntory_contents .hall_contents .hall_series .title {
  -webkit-filter: drop-shadow(0px 0px 20px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
  margin: 0 auto 4vw;
  width: 65.53333vw;
  height: 47.66666vw;
  background: url(../img/08_koyama_sp.svg) no-repeat 0 4vw;
  background-size: 68.53333vw auto;
}
#suntory_contents .hall_contents .hall_series .title h2,
#suntory_contents .hall_contents .hall_series .title p {
  text-indent: -999999px;
}
#suntory_contents .hall_contents .hall_series .text {
  background: url(../img/content_img_08_sp.webp) no-repeat center bottom;
  background-size: 86.6666666667vw auto;
  margin: 0 0 5.867vw;
  padding: 0 0 50.133vw;
  color: #aa3399;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.5714285714;
  text-align: center;
  letter-spacing: -0.025em;
}

.no-webp #suntory_contents .hall_contents .hall_series .text {
  background: url(../img/content_img_08_sp.png) no-repeat center bottom;
  background-size: 86.6666666667vw auto;
}

#suntory_contents .hall_contents .hall_series .performance_list {
  margin: 8vw 6.6666666667vw 0;
}
#suntory_contents .hall_contents .hall_series .performance_list li {
  margin-bottom: 2.6666666667vw;
  width: 86.6666666667vw;
  list-style: none;
}
#suntory_contents .hall_contents .hall_series .performance_list li:last-child {
  margin-bottom: 0;
}
#suntory_contents .hall_contents .hall_series .performance_list li a {
  width: 86.6666666667vw;
  min-height: 24vw;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2vw 2vw 2vw 9.3333333333vw;
  text-decoration: none;
  position: relative;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(170, 51, 153, 0.3);
}
#suntory_contents .hall_contents .hall_series .performance_list li a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #aa3399 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: calc(50% - 2.6666666667vw);
  left: 0;
}
#suntory_contents .hall_contents .hall_series .performance_list li a .date {
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #aa3399;
  letter-spacing: 0;
}
#suntory_contents .hall_contents .hall_series .performance_list li a .date .note {
  margin-left: 2.6666666667vw;
  color: #666666;
}
#suntory_contents .hall_contents .hall_series .performance_list li a h3 {
  font-size: 4vw;
  color: #000;
  letter-spacing: 0;
  font-weight: bold;
}
#suntory_contents .hall_contents .hall_series .btn_feature a {
  margin: 0 auto;
  width: 74vw;
  height: 13.3333333333vw;
  background: #5566bb;
  color: #fff;
  text-decoration: none;
  font-size: 4.2666666667vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(0, 136, 102, 0.2);
  position: relative;
}
#suntory_contents .hall_contents .hall_series .btn_feature a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #554499 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: 4vw;
  left: 4vw;
}
#suntory_contents .hall_contents .hall_series .btn_feature.inactive a {
  pointer-events: none;
  background: #dad4df;
  box-shadow: none;
}
#suntory_contents .hall_contents .hall_series .btn_feature.inactive a::before {
  display: none;
}
#suntory_contents .hall_contents .uchida_piano {
  background: url(../img/content_bg_14_sp.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  background-color: #fff;
  padding: 13.333vw 0 10.6666666667vw;
}

/* ========================================================================
uchida_piano[sp]
========================================================================= */
.no-webp #suntory_contents .hall_contents .uchida_piano {
  background: url(../img/content_bg_14_sp.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  background-color: #fff;
}

#suntory_contents .hall_contents .uchida_piano .title {
  -webkit-filter: drop-shadow(0px 0px 20px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
  margin: 0 auto;
  width: 72.825vw;
  height: 26.667vw;
  background: url(../img/14_title_uchida_sp.svg) no-repeat 0 0;
  background-size: 72.825vw auto;
}
#suntory_contents .hall_contents .uchida_piano .title h2,
#suntory_contents .hall_contents .uchida_piano .title p {
  text-indent: -999999px;
}
#suntory_contents .hall_contents .uchida_piano .text {
  background: url(../img/uchida_piano_img01_sp.webp) no-repeat center 0;
  background-size: 73.333vw auto;
  margin: 0 0 7.2vw;
  padding: 80vw 0 0;
  color: #916d00;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.5714285714;
  text-align: center;
  letter-spacing: -0.025em;
}

.no-webp #suntory_contents .hall_contents .uchida_piano .text {
  background: url(../img/uchida_piano_img01_sp.png) no-repeat center bottom;
  background-size: 86.6666666667vw auto;
}

#suntory_contents .hall_contents .uchida_piano .performance_list {
  margin: 8vw 6.6666666667vw 0;
}
#suntory_contents .hall_contents .uchida_piano .performance_list li {
  margin-bottom: 2.6666666667vw;
  width: 86.6666666667vw;
  list-style: none;
}
#suntory_contents .hall_contents .uchida_piano .performance_list li:last-child {
  margin-bottom: 0;
}
#suntory_contents .hall_contents .uchida_piano .performance_list li a {
  width: 86.6666666667vw;
  min-height: 24vw;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2vw 2vw 2vw 9.3333333333vw;
  text-decoration: none;
  position: relative;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(0, 119, 102, 0.35);
}
#suntory_contents .hall_contents .uchida_piano .performance_list li a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #15778e url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: calc(50% - 2.6666666667vw);
  left: 0;
}
#suntory_contents .hall_contents .uchida_piano .performance_list li a .date {
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #00798b;
  letter-spacing: 0;
}
#suntory_contents .hall_contents .uchida_piano .performance_list li a .date .note {
  margin-left: 2.6666666667vw;
  color: #666666;
}
#suntory_contents .hall_contents .uchida_piano .performance_list li a h3 {
  font-size: 4vw;
  color: #000;
  letter-spacing: 0;
  font-weight: bold;
}
#suntory_contents .hall_contents .uchida_piano .btn_feature a {
  margin: 0 auto;
  width: 74vw;
  height: 13.3333333333vw;
  background: #00798b;
  color: #fff;
  text-decoration: none;
  font-size: 4.2666666667vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(0, 119, 102, 0.35);
  position: relative;
}
#suntory_contents .hall_contents .uchida_piano .btn_feature a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #006644 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: 4vw;
  left: 4vw;
}
#suntory_contents .hall_contents .uchida_piano .btn_feature.inactive a {
  pointer-events: none;
  background: #aac8c4;
  box-shadow: none;
}
#suntory_contents .hall_contents .uchida_piano .btn_feature.inactive a::before {
  display: none;
}
#suntory_contents .hall_contents .wph_special {
  background-color: #fcf8f8;
  background-image: url(../img/content_bg_10_sp.webp), url(../img/content_bg_11_sp.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100vw auto, 100vw auto;
  padding: 4vw 0 10.6666666667vw;
}

/* ========================================================================
wph_special[sp]
========================================================================= */
.no-webp #suntory_contents .hall_contents .wph_special {
  background-color: #ffffff;
  background-image: url(../img/content_bg_10_sp.png), url(../img/content_bg_11_sp.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100vw auto, 100vw auto;
  padding: 4vw 0 10.6666666667vw;
}

#suntory_contents .hall_contents .wph_special .title {
  -webkit-filter: drop-shadow(0px 0px 20px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
  margin: 0 auto 8vw;
  width: 86.25866vw;
  height: 40vw;
  background: url(../img/09_wph_sp.svg) no-repeat 0 8vw;
  background-size: 86.25866vw auto;
  position: relative;
}
#suntory_contents .hall_contents .wph_special .title::before {
  content: "";
  position: absolute;
  top: 14vw;
  left: -2.666666vw;
  width: 12.133vw;
  height: 14vw;
  background-image: url(../img/09_wph_logo.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#suntory_contents .hall_contents .wph_special .title h2,
#suntory_contents .hall_contents .wph_special .title p {
  text-indent: -999999px;
}
#suntory_contents .hall_contents .wph_special .text {
  background: url(../img/content_img_11_sp.webp) no-repeat center 0;
  background-size: 73.333vw auto;
  margin: 0 0 7.2vw;
  padding: 80vw 0 0;
  color: #9c6915;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.5714285714;
  text-align: center;
  letter-spacing: -0.025em;
}
#suntory_contents .hall_contents .wph_special .text strong {
  display: inline-block;
  font-size: 4.26666vw;
  margin-bottom: 4vw;
  color: #885500;
}

.no-webp #suntory_contents .hall_contents .wph_special .text {
  background: url(../img/content_img_11_sp.png) no-repeat center 0;
  background-size: 73.333vw auto;
}

#suntory_contents .hall_contents .wph_special .performance_list {
  margin: 0 6.6666666667vw;
}
#suntory_contents .hall_contents .wph_special .performance_list li {
  margin-bottom: 2.6666666667vw;
  width: 86.6666666667vw;
  list-style: none;
}
#suntory_contents .hall_contents .wph_special .performance_list li:last-child {
  margin-bottom: 0;
}
#suntory_contents .hall_contents .wph_special .performance_list li a {
  width: 86.6666666667vw;
  min-height: 24vw;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2vw 2vw 2vw 9.3333333333vw;
  text-decoration: none;
  position: relative;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(102, 68, 0, 0.4);
}
#suntory_contents .hall_contents .wph_special .performance_list li a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #794b00 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: calc(50% - 2.6666666667vw);
  left: 0;
}
#suntory_contents .hall_contents .wph_special .performance_list li a .date {
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #9c6915;
  letter-spacing: 0;
}
#suntory_contents .hall_contents .wph_special .performance_list li a .date .note {
  margin-left: 2.6666666667vw;
  color: #666666;
}
#suntory_contents .hall_contents .wph_special .performance_list li a h3 {
  font-size: 4vw;
  color: #000;
  letter-spacing: 0;
  font-weight: bold;
}
#suntory_contents .hall_contents .wph_special > .btn_feature {
  margin-bottom: 8vw;
}
#suntory_contents .hall_contents .wph_special .btn_feature a {
  margin: 0 auto;
  width: 74vw;
  height: 13.3333333333vw;
  background: #905c06;
  color: #fff;
  text-decoration: none;
  font-size: 4.2666666667vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(136, 85, 17, 0.2);
  position: relative;
}
#suntory_contents .hall_contents .wph_special .btn_feature a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #794b00 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: 4vw;
  left: 4vw;
}
#suntory_contents .hall_contents .wph_special .btn_feature.inactive a {
  pointer-events: none;
  background: #dbceb8;
  box-shadow: none;
}
#suntory_contents .hall_contents .wph_special .performance_list_extra li {
  position: relative;
}
#suntory_contents .hall_contents .wph_special .performance_list_extra li::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #794b00 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: calc(50% + 13vw);
  left: 0;
}
#suntory_contents .hall_contents .wph_special .performance_list_extra li.inactive::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #dbceb8 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: calc(50% + 13vw);
  left: 0;
}
#suntory_contents .hall_contents .wph_special .btn_feature.inactive a::before {
  display: none;
}
#suntory_contents .hall_contents .wph_special .performance_list_extra {
  margin: 6.6666666667vw 6.6666666667vw 0;
  border-top: 0.2666666667vw solid #aa7722;
  -o-border-image: linear-gradient(to right, #d4bb90 0%, #aa7722 50%, #d4bb90 100%) 1;
     border-image: linear-gradient(to right, #d4bb90 0%, #aa7722 50%, #d4bb90 100%) 1;
  padding-top: 6.6666666667vw;
  list-style: none;
}
#suntory_contents .hall_contents .wph_special .performance_list_extra li {
  margin: 0 auto 5.3333333333vw;
  width: 86.6666666667vw;
  background: #fff;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(136, 85, 0, 0.2);
  position: relative;
  overflow: hidden;
}
#suntory_contents .hall_contents .wph_special .performance_list_extra li > a::before {
  display: none;
}
#suntory_contents .hall_contents .wph_special .performance_list_extra li:last-child {
  margin-bottom: 0;
}
#suntory_contents .hall_contents .wph_special .performance_list_extra li.inactive a::before {
  background: #dbceb8 url(../img/arrow_right.svg) no-repeat 2vw center;
  background-size: 1.6vw auto;
}
#suntory_contents .hall_contents .wph_special .wph_special .performance_list_extra li:last-child {
  margin: 0 auto;
}
#suntory_contents .hall_contents .performance_list_extra li a {
  text-decoration: none;
  padding: 0 0 4vw;
  display: block;
  position: relative;
}
#suntory_contents .hall_contents .wph_special .performance_list_extra li a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #794b00 url(../img/arrow_right.svg) no-repeat 2vw center;
  background-size: 1.6vw auto;
  position: absolute;
  top: calc((100% - 34.667vw) / 2 + 32vw);
  left: 0;
}
#suntory_contents .hall_contents .performance_list_extra li.inactive a {
  pointer-events: none;
}
#suntory_contents .hall_contents .performance_list_extra li a::after {
  content: "";
  width: 86.6666666667vw;
  height: 8.8vw;
  position: absolute;
  top: 26.4vw;
  left: 0;
}
#suntory_contents .hall_contents .performance_list_extra picture img {
  width: 100%;
  height: auto;
}
#suntory_contents .hall_contents .wph_special .performance_list_extra .date {
  margin: 0 9.3333333333vw 2vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #9c6915;
}
#suntory_contents .hall_contents .wph_special .performance_list_extra h3 {
  margin: 0 9.3333333333vw;
  font-size: 4vw;
  font-weight: bold;
  color: #000;
  line-height: 1.3333333333;
}
#suntory_contents .hall_contents .wph_special .performance_list_extra li.feature .btn_feature {
  border-top: 0.1333333333vw #dddddd solid;
  height: 21.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#suntory_contents .hall_contents .wph_special .performance_list_extra li.feature .btn_feature a {
  margin: 0;
  padding: 0;
  width: 46.6666666667vw;
  height: 10.6666666667vw;
  background: #885500;
  color: #fff;
  text-decoration: none;
  font-size: 3.7333333333vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(34, 68, 51, 0.4);
  position: relative;
  text-decoration: none;
}
#suntory_contents .hall_contents .wph_special .performance_list_extra li.feature .btn_feature a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #007722 url(../img/arrow_right.svg) no-repeat 2vw center;
  background-size: 1.6vw auto;
  position: absolute;
  top: 2.6666666667vw;
  left: 0;
}
#suntory_contents .hall_contents .wph_special .performance_list_extra li.feature .btn_feature.inactive a {
  background: #99ddbb;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(85, 0, 17, 0.2);
  pointer-events: none;
}
#suntory_contents .hall_contents .wph_special .btn_feature.inactive a::before {
  background: #66cc88 url(../img/arrow_right.svg) no-repeat 2vw center;
  background-size: 1.6vw auto;
}
#suntory_contents .hall_contents .enjoy_music {
  background: url(../img/bg_enjoy_music.webp) no-repeat 0 0;
  background-size: 100vw auto;
  position: relative;
  padding: 20.2666666667vw 0 0;
}

/* ========================================================================
enjoy_music[sp]
========================================================================= */
.no-webp #suntory_contents .hall_contents .enjoy_music {
  background: url(../img/bg_enjoy_music.png) no-repeat 0 0;
  background-size: 100vw auto;
}

#suntory_contents .hall_contents .enjoy_music::before {
  content: "";
  width: 19.4666666667vw;
  height: 18.6666666667vw;
  background: url(../img/logo_enjoy_music.webp) no-repeat 0 0;
  background-size: 19.4666666667vw auto;
  position: absolute;
  top: 5.333vw;
  left: 8vw;
}

.no-webp #suntory_contents .hall_contents .enjoy_music::before {
  background: url(../img/logo_enjoy_music.png) no-repeat 0 0;
  background-size: 19.4666666667vw auto;
}

#suntory_contents .hall_contents .enjoy_music .lead {
  margin-bottom: 8vw;
}
#suntory_contents .hall_contents .enjoy_music .lead h2 {
  margin: 0 0 8vw 4.9333333333vw;
  width: 90.1333333333vw;
  height: 14.6666666667vw;
  background: url(../img/12_enjoy_sp.svg) no-repeat 0 0;
  background-size: 90.1333333333vw auto;
  text-indent: -999999px;
}
#suntory_contents .hall_contents .enjoy_music .lead .text {
  margin-bottom: 8vw;
  color: #008a28;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.5714285714;
  text-align: center;
  letter-spacing: -0.05em;
}
#suntory_contents .hall_contents .enjoy_music .lead .btn_feature a {
  margin: 0 auto;
  width: 84vw;
  height: 13.3333333333vw;
  background: #008a28;
  color: #fff;
  text-decoration: none;
  font-size: 4.2666666667vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(8, 124, 48, 0.55);
  position: relative;
}
#suntory_contents .hall_contents .enjoy_music .lead .btn_feature a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #006611 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: 4vw;
  left: 4vw;
}
#suntory_contents .hall_contents .enjoy_music .lead .btn_feature.inactive a {
  background: #bcd9c5;
  box-shadow: none;
  pointer-events: none;
}
#suntory_contents .hall_contents .enjoy_music .lead .btn_feature.inactive a::before {
  display: none;
}
#suntory_contents .hall_contents .wien_orchestra {
  background-color: #ffffff;
  background-image: url(../img/content_bg_12_sp.webp), url(../img/content_bg_12-2_sp.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100vw auto, 100vw auto;
  padding: 4vw 0 10.6666666667vw;
}

/* ========================================================================
wien_orchestra[sp]
========================================================================= */
.no-webp #suntory_contents .hall_contents .wien_orchestra {
  background-color: #ffffff;
  background-image: url(../img/content_bg_12_sp.png), url(../img/content_bg_12-2_sp.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100vw auto, 100vw auto;
  padding: 4vw 0 10.6666666667vw;
}

#suntory_contents .hall_contents .wien_orchestra .title {
  -webkit-filter: drop-shadow(0px 0px 20px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
  margin: 0 auto 4vw;
  width: 89.33333vw;
  height: 28vw;
  background: url(../img/10_volksoperwien_sp.svg) no-repeat 0 8vw;
  background-size: 89.33333vw auto;
}
#suntory_contents .hall_contents .wien_orchestra .title h2,
#suntory_contents .hall_contents .wien_orchestra .title p {
  text-indent: -999999px;
}
#suntory_contents .hall_contents .wien_orchestra .text {
  margin-bottom: 8vw;
  color: #000;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.5714285714;
  text-align: center;
  letter-spacing: -0.05em;
}
#suntory_contents .hall_contents .wien_orchestra h2 {
  margin: 0 0 8vw 4.9333333333vw;
  width: 90.1333333333vw;
  height: 14.6666666667vw;
  background-size: 90.1333333333vw auto;
  text-indent: -999999px;
}
#suntory_contents .hall_contents .wien_orchestra .btn_feature a {
  margin: 0 auto;
  width: 46.6666666667vw;
  height: 10.6666666667vw;
  background: #885500;
  color: #fff;
  text-decoration: none;
  font-size: 4.2666666667vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(136, 85, 0, 0.4);
  position: relative;
}
#suntory_contents .hall_contents .wien_orchestra .btn_feature a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #087c30 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: 4vw;
  left: 4vw;
}
#suntory_contents .hall_contents .wien_orchestra .performance_list {
  margin: 0;
  padding-top: 0;
  list-style: none;
}
#suntory_contents .hall_contents .wien_orchestra .performance_list li {
  margin: 0 auto 5.3333333333vw;
  width: 86.6666666667vw;
  background: #fff;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(136, 85, 0, 0.4);
  position: relative;
  overflow: hidden;
}
#suntory_contents .hall_contents .wien_orchestra .performance_list li.inactive a::before {
  background: #dbceb8 url(../img/arrow_right.svg) no-repeat 2vw center;
  background-size: 1.6vw auto;
}
#suntory_contents .hall_contents .wien_orchestra .performance_list li:last-child {
  margin: 0 auto;
}
#suntory_contents .hall_contents .wien_orchestra .performance_list li > a {
  text-decoration: none;
  padding: 0 0 4vw;
  display: block;
  position: relative;
}
#suntory_contents .hall_contents .wien_orchestra .performance_list li a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #552200 url(../img/arrow_right.svg) no-repeat 2vw center;
  background-size: 1.6vw auto;
  position: absolute;
  top: calc((100% - 14.667vw) / 2 + 32vw);
  left: 0;
}
#suntory_contents .hall_contents .wien_orchestra .performance_list li a::after {
  content: "";
  width: 86.6666666667vw;
  height: 8.8vw;
  position: absolute;
  top: 26.4vw;
  left: 0;
}
#suntory_contents .hall_contents .wien_orchestra .performance_list picture img {
  width: 100%;
  height: auto;
}
#suntory_contents .hall_contents .wien_orchestra .performance_list .date {
  margin: 0 9.3333333333vw 2vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #885500;
}
#suntory_contents .hall_contents .wien_orchestra .performance_list h3 {
  margin: 0 6vw 0 9.3333333333vw;
  font-size: 4vw;
  font-weight: bold;
  color: #000;
  line-height: 1.3333333333;
}
#suntory_contents .hall_contents .wien_orchestra .performance_list li.feature .btn_feature {
  border-top: 0.1333333333vw #dddddd solid;
  height: 18.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#suntory_contents .hall_contents .wien_orchestra .performance_list li.feature .btn_feature.blank::after {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: url(../img/icon_external.svg) no-repeat 0 0;
  background-size: 2.6666666667vw 2.6666666667vw;
  position: absolute;
  top: 6.4vw;
  right: 22.9333333333vw;
}
#suntory_contents .hall_contents .wien_orchestra .performance_list li .btn_feature a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #552200 url(../img/arrow_right.svg) no-repeat 2vw center;
  background-size: 1.6vw auto;
  position: absolute;
  top: 2.6666666667vw;
  left: 0;
}
#suntory_contents .hall_contents .wien_orchestra .btn_feature.inactive a::before {
  background: #dbceb8 url(../img/arrow_right.svg) no-repeat 2vw center;
  background-size: 1.6vw auto;
}
#suntory_contents .hall_contents .wien_orchestra .performance_list li.feature .note {
  margin: -1.6vw 0 2.1333333333vw;
  color: #888888;
  font-size: 2.6666666667vw;
  text-align: center;
}
#suntory_contents .hall_contents .wien_orchestra .performance_list picture img {
  width: 100%;
  height: auto;
}

/* ========================================================================
nijikura[sp]
========================================================================= */
#suntory_contents .hall_contents .nijikura {
  border-top: 2.6666666vw solid #58b287;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 90%, #e7f5ee 120%);
  position: relative;
  padding: 12vw 0 8vw;
}
#suntory_contents .hall_contents .nijikura .titleLogoWarp {
  display: flex;
  position: absolute;
  top: 108vw;
  justify-content: center;
  width: 100%;
  gap: 12vw;
}
#suntory_contents .hall_contents .nijikura .titleLogoWarp .logo img {
  width: 100%;
}
#suntory_contents .hall_contents .nijikura .titleLogoWarp .logo1 {
  width: 28vw;
}
#suntory_contents .hall_contents .nijikura .titleLogoWarp .logo2 {
  width: 26.13333vw;
}
#suntory_contents .hall_contents .nijikura .titleLogoWarp .logo2 .caption {
  text-align: center;
  font-size: 2.666666vw;
  font-weight: bold;
  white-space: nowrap;
  margin-left: -0.8em;
}
#suntory_contents .hall_contents .nijikura .title {
  margin: 0 auto 8vw;
  width: 72.4vw;
  height: 34.384vw;
  background: url(../img/11_niji_sp.svg) no-repeat 0 0;
  background-size: 72.4vw auto;
  text-indent: -999999px;
}
#suntory_contents .hall_contents .nijikura .title h2,
#suntory_contents .hall_contents .nijikura .title p {
  text-indent: -999999px;
  font-size: 0;
}
#suntory_contents .hall_contents .nijikura .text {
  margin: 0 0 5.867vw;
  padding: 0 0 40vw;
  color: #1c8754;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.5714285714;
  text-align: center;
  letter-spacing: -0.025em;
}
#suntory_contents .hall_contents .nijikura .btn_feature a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #1c8754 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: 4vw;
  left: 4vw;
}
#suntory_contents .hall_contents .nijikura .performance_list {
  margin: 0;
  padding-top: 0;
  list-style: none;
}
#suntory_contents .hall_contents .nijikura .performance_list li {
  margin: 0 auto 5.3333333333vw;
  width: 86.6666666667vw;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(28, 135, 84, 0.25);
  position: relative;
  overflow: hidden;
}
#suntory_contents .hall_contents .nijikura .performance_list li:last-child {
  margin: 0 auto;
}
#suntory_contents .hall_contents .nijikura .performance_list li a {
  text-decoration: none;
  padding: 0 0 4vw;
  display: block;
  position: relative;
}
#suntory_contents .hall_contents .nijikura .performance_list li a .txt_small {
  font-size: 3.6vw;
  color: #000;
  margin: 0 0 0 14vw;
}
#suntory_contents .hall_contents .nijikura .performance_list li a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #1c8754 url(../img/arrow_right.svg) no-repeat 2vw center;
  background-size: 1.6vw auto;
  position: absolute;
  top: calc((100% - 24.667vw) / 2 + 32vw);
  left: 0;
}
#suntory_contents .hall_contents .nijikura .performance_list li a::after {
  content: "";
  width: 86.6666666667vw;
  height: 8.8vw;
  position: absolute;
  top: 26.4vw;
  left: 0;
}
#suntory_contents .hall_contents .nijikura .performance_list picture img {
  width: 100%;
  height: auto;
}
#suntory_contents .hall_contents .nijikura .performance_list .date {
  margin: 2vw 9.3333333333vw 2vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #1c8754;
}
#suntory_contents .hall_contents .nijikura .performance_list .date span {
  color: #000;
  display: inline-block;
  margin-left: 0.5vw;
  font-size: 3.7333333333vw;
}
#suntory_contents .hall_contents .nijikura .performance_list h3 {
  margin: 0 6vw 0 9.3333333333vw;
  font-size: 4vw;
  font-weight: bold;
  color: #000;
  line-height: 1.3333333333;
}
#suntory_contents .hall_contents .nijikura .performance_list li.feature .btn_feature {
  border-top: 0.1333333333vw #dddddd solid;
  height: 18.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#suntory_contents .hall_contents .nijikura .performance_list li.feature .btn_feature.blank::after {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: url(../img/icon_external.svg) no-repeat 0 0;
  background-size: 2.6666666667vw 2.6666666667vw;
  position: absolute;
  top: 6.4vw;
  right: 22.9333333333vw;
}
#suntory_contents .hall_contents .nijikura .performance_list li.feature .note {
  margin: -1.6vw 0 2.1333333333vw;
  color: #888888;
  font-size: 2.6666666667vw;
  text-align: center;
}
#suntory_contents .hall_contents .nijikura .performance_list picture img {
  width: 100%;
  height: auto;
}

/* ========================================================================
organ_talk[sp]
========================================================================= */
.no-webp #suntory_contents .hall_contents .wph_special {
  background-color: #ffffff;
  background-image: url(../img/content_bg_15_sp.png), url(../img/content_bg_15-2_sp.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100vw auto, 100vw auto;
  padding: 10.6666666667vw 0;
}

#suntory_contents .hall_contents .organ_talk {
  background-color: #ffffff;
  background-image: url(../img/content_bg_15_sp.webp), url(../img/content_bg_15-2_sp.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100vw auto, 100vw auto;
  padding: 10.6666666667vw 0 13.33333vw;
}
#suntory_contents .hall_contents .organ_talk .titleLogoWarp {
  display: flex;
  position: absolute;
  top: 108vw;
  justify-content: center;
  width: 100%;
  gap: 12vw;
}
#suntory_contents .hall_contents .organ_talk .titleLogoWarp .logo img {
  width: 100%;
}
#suntory_contents .hall_contents .organ_talk .titleLogoWarp .logo1 {
  width: 28vw;
}
#suntory_contents .hall_contents .organ_talk .titleLogoWarp .logo2 {
  width: 26.13333vw;
}
#suntory_contents .hall_contents .organ_talk .titleLogoWarp .logo2 .caption {
  text-align: center;
  font-size: 2.666666vw;
  font-weight: bold;
}
#suntory_contents .hall_contents .organ_talk .title {
  margin: 0 auto 48vw;
  width: 74.666666vw;
  height: 45vw;
  background: url(../img/15_organ_talk_sp.svg) no-repeat 0 0;
  background-size: 74.666666vw auto;
  text-indent: -999999px;
}
#suntory_contents .hall_contents .organ_talk .title h2,
#suntory_contents .hall_contents .organ_talk .title p {
  text-indent: -999999px;
  font-size: 0;
}
#suntory_contents .hall_contents .organ_talk .text {
  margin: 0 0 5.867vw;
  padding: 0 0 6.6666vw;
  color: #cb1721;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.5714285714;
  text-align: center;
  letter-spacing: -0.025em;
}
#suntory_contents .hall_contents .organ_talk .btn_feature a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #cb1721 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: 4vw;
  left: 4vw;
}
#suntory_contents .hall_contents .organ_talk .performance_list {
  margin: 0;
  padding-top: 0;
  list-style: none;
}
#suntory_contents .hall_contents .organ_talk .performance_list li {
  margin: 0 auto 5.3333333333vw;
  width: 86.6666666667vw;
  background: #fff;
  box-shadow: 0px 2px 14px 0px rgba(111, 111, 111, 0.4);
  position: relative;
  overflow: hidden;
}
#suntory_contents .hall_contents .organ_talk .performance_list li:last-child {
  margin: 0 auto;
}
#suntory_contents .hall_contents .organ_talk .performance_list li a {
  text-decoration: none;
  padding: 0 0 4vw;
  display: block;
  position: relative;
}
#suntory_contents .hall_contents .organ_talk .performance_list li a .txt_small {
  font-size: 3.6vw;
  color: #000;
  margin: 0 0 0 14vw;
}
#suntory_contents .hall_contents .organ_talk .performance_list li a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #cb1721 url(../img/arrow_right.svg) no-repeat 2vw center;
  background-size: 1.6vw auto;
  position: absolute;
  top: calc((100% - 24.667vw) / 2 + 32vw);
  left: 0;
}
#suntory_contents .hall_contents .organ_talk .performance_list li a::after {
  content: "";
  width: 86.6666666667vw;
  height: 8.8vw;
  position: absolute;
  top: 26.4vw;
  left: 0;
}
#suntory_contents .hall_contents .organ_talk .performance_list picture img {
  width: 100%;
  height: auto;
}
#suntory_contents .hall_contents .organ_talk .performance_list .date {
  margin: 2vw 9.3333333333vw 2vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #cb1721;
}
#suntory_contents .hall_contents .organ_talk .performance_list .date span {
  color: #000;
  display: inline-block;
  margin-left: 0.5vw;
  font-size: 3.7333333333vw;
}
#suntory_contents .hall_contents .organ_talk .performance_list h3 {
  margin: 0 6vw 0 9.3333333333vw;
  font-size: 4vw;
  font-weight: bold;
  color: #000;
  line-height: 1.3333333333;
}
#suntory_contents .hall_contents .organ_talk .performance_list li.feature .btn_feature {
  border-top: 0.1333333333vw #dddddd solid;
  height: 18.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#suntory_contents .hall_contents .organ_talk .performance_list li.feature .btn_feature.blank::after {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: url(../img/icon_external.svg) no-repeat 0 0;
  background-size: 2.6666666667vw 2.6666666667vw;
  position: absolute;
  top: 6.4vw;
  right: 22.9333333333vw;
}
#suntory_contents .hall_contents .organ_talk .performance_list li.feature .note {
  margin: -1.6vw 0 2.1333333333vw;
  color: #888888;
  font-size: 2.6666666667vw;
  text-align: center;
}
#suntory_contents .hall_contents .organ_talk .performance_list picture img {
  width: 100%;
  height: auto;
}

/* ========================================================================
play_list[sp]
========================================================================= */
.no-webp #suntory_contents .hall_contents .play_list {
  background: url(../img/content_bg_13_sp.png) no-repeat 0 0;
  background-size: 100% 100%;
}

#suntory_contents .hall_contents .play_list {
  background: url(../img/content_bg_13_sp.webp) no-repeat 0 0;
  background-size: 100% 100%;
  position: relative;
  padding: 12vw 0;
}
#suntory_contents .hall_contents .play_list .btn_feature a {
  margin: 0 auto;
  width: 46.6666666667vw;
  height: 10.6666666667vw;
  background: #880022;
  color: #fff;
  text-decoration: none;
  font-size: 4.2666666667vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(85, 0, 17, 0.2);
  position: relative;
}
#suntory_contents .hall_contents .play_list .btn_feature a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #660011 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: 4vw;
  left: 4vw;
}
#suntory_contents .hall_contents .play_list .performance_list {
  margin: 0;
  padding-top: 0;
  list-style: none;
}
#suntory_contents .hall_contents .play_list .performance_list li {
  margin: 0 auto 5.3333333333vw;
  width: 86.6666666667vw;
  background: #fff;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(85, 0, 17, 0.2);
  position: relative;
  overflow: hidden;
  /*
  &:last-child {
  	margin: 0 auto;
  }*/
}
#suntory_contents .hall_contents .play_list .performance_list li > a {
  text-decoration: none;
  padding: 0 0 4vw;
  display: block;
  position: relative;
}
#suntory_contents .hall_contents .play_list .performance_list li > a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #880022 url(../img/arrow_right.svg) no-repeat 2vw center;
  background-size: 1.6vw auto;
  position: absolute;
  top: calc((100% - 24.667vw) / 2 + 32vw);
  left: 0;
}
#suntory_contents .hall_contents .play_list .performance_list li a::after {
  content: "";
  width: 86.6666666667vw;
  height: 8.8vw;
  position: absolute;
  top: 26.4vw;
  left: 0;
}
#suntory_contents .hall_contents .play_list .performance_list picture img {
  width: 100%;
  height: auto;
}
#suntory_contents .hall_contents .play_list .performance_list .date {
  margin: 2vw 2vw 0 7vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #880022;
}
#suntory_contents .hall_contents .play_list .performance_list h3 {
  margin: 0 2vw 0 7vw;
  font-size: 4vw;
  font-weight: bold;
  color: #000;
  line-height: 1.3333333333;
}
#suntory_contents .hall_contents .play_list .performance_list h3 span {
  font-size: 3.2vw;
}
#suntory_contents .hall_contents .play_list .performance_list li.feature .btn_feature {
  border-top: 0.1333333333vw #dddddd solid;
  height: 18.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#suntory_contents .hall_contents .play_list .performance_list li.feature .btn_feature.blank::after {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: url(../img/icon_external.svg) no-repeat 0 0;
  background-size: 2.6666666667vw 2.6666666667vw;
  position: absolute;
  top: 6.4vw;
  right: 22.9333333333vw;
}
#suntory_contents .hall_contents .play_list .performance_list li .btn_feature a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #660011 url(../img/arrow_right.svg) no-repeat 2vw center;
  background-size: 1.6vw auto;
  position: absolute;
  top: 2.6666666667vw;
  left: 0;
}
#suntory_contents .hall_contents .play_list .performance_list li.feature .note {
  margin: -1.6vw 0 2.1333333333vw;
  color: #888888;
  font-size: 2.6666666667vw;
  text-align: center;
}
#suntory_contents .hall_contents .play_list .performance_list picture img {
  width: 100%;
  height: auto;
}
#suntory_contents .hall_contents .enjoy_music .list_group01 {
  background: linear-gradient(to bottom, #ffffff 0%, #cceeda 100%);
  background-size: auto 13.3333333333vw;
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 0 0 13.3333333333vw;
}
#suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra {
  margin: 0;
  padding-top: 0;
  list-style: none;
}
#suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li {
  margin: 0 auto 5.3333333333vw;
  width: 86.6666666667vw;
  background: #fff;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(34, 68, 51, 0.4);
  position: relative;
  overflow: hidden;
}
#suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li.inactive a::before {
  background: #bcd9c5 url(../img/arrow_right.svg) no-repeat 2vw center;
  background-size: 1.6vw auto;
}
#suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li:last-child {
  margin: 0 auto;
}
#suntory_contents .hall_contents .enjoy_music .performance_list_extra li a {
  text-decoration: none;
  padding: 0 0 4vw;
  display: block;
  position: relative;
}
#suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #11AA55 url(../img/arrow_right.svg) no-repeat 2vw center;
  background-size: 1.6vw auto;
  position: absolute;
  top: calc((100% - 22.667vw) / 2 + 32vw);
  left: 0;
}
#suntory_contents .hall_contents .enjoy_music .performance_list_extra li a::after {
  content: "";
  width: 86.6666666667vw;
  height: 8.8vw;
  position: absolute;
  top: 26.4vw;
  left: 0;
}
#suntory_contents .hall_contents .enjoy_music .performance_list_extra picture img {
  width: 100%;
  height: auto;
}
#suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra .date {
  margin: 2vw 9.3333333333vw 2vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #008A28;
}
#suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra h3 {
  margin: 0 9.3333333333vw;
  font-size: 4vw;
  font-weight: bold;
  color: #000;
  line-height: 1.3333333333;
}
#suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .btn_feature {
  border-top: 0.1333333333vw #dddddd solid;
  height: 18.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .btn_feature.blank::after {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: url(../img/icon_external.svg) no-repeat 0 0;
  background-size: 2.6666666667vw 2.6666666667vw;
  position: absolute;
  top: 6.4vw;
  right: 22.9333333333vw;
}
#suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .btn_feature a {
  margin: 0;
  padding: 0;
  width: 46.6666666667vw;
  height: 10.6666666667vw;
  background: #008a28;
  color: #fff;
  text-decoration: none;
  font-size: 3.7333333333vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(34, 68, 51, 0.4);
  position: relative;
  text-decoration: none;
}
#suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li .btn_feature a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #006611 url(../img/arrow_right.svg) no-repeat 2vw center;
  background-size: 1.6vw auto;
  position: absolute;
  top: 2.6666666667vw;
  left: 0;
}
#suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .btn_feature.inactive a {
  background: #99ddbb;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(85, 0, 17, 0.2);
  pointer-events: none;
}
#suntory_contents .hall_contents .enjoy_music .list_group01 .btn_feature.inactive a::before {
  background: #66cc88 url(../img/arrow_right.svg) no-repeat 2vw center;
  background-size: 1.6vw auto;
}
#suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .note {
  margin: -1.6vw 0 2.1333333333vw;
  color: #888888;
  font-size: 2.6666666667vw;
  text-align: center;
}
#suntory_contents .hall_contents .materials {
  background: #fbeee1;
  padding: 4vw 0 13.3333333333vw;
}
#suntory_contents .hall_contents .materials .btn_pdf {
  margin: 0 auto 8vw;
  width: 86.6666666667vw;
  height: 50.667vw;
  background: url(../img/bg_btn.png) no-repeat 0 bottom;
  background-size: 86.6666666667vw auto;
}
#suntory_contents .hall_contents .materials .btn_pdf a {
  width: 86.6666666667vw;
  height: 50.667vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-decoration: none;
  padding: 0 6.6666666667vw 2.6666666667vw;
  position: relative;
}

/* ========================================================================
kids_fes[sp]
=========================================================================*/
#suntory_contents .hall_contents .kids_fes {
  margin: 0 auto 5.3333333333vw;
  padding: 38.4vw 0 3.7333333333vw;
  width: 94.6666666667vw;
  background: url(../img/sp_bg_kids.webp) no-repeat 6.1333333333vw 5.0666666667vw, url(../img/sp_bg_kids_middle.webp) no-repeat 5.7333333333vw 52.1333333333vw #ffe7ef;
  background-size: 84.5333333333vw auto, 83.8666666667vw auto;
}

.no-webp #suntory_contents .hall_contents .kids_fes {
  margin: 0 auto 5.3333333333vw;
  background: url(../img/sp_bg_kids.png) no-repeat 6.1333333333vw 5.0666666667vw, url(../img/sp_bg_kids_middle.png) no-repeat 5.7333333333vw 52.1333333333vw #ffe7ef;
  background-size: 84.5333333333vw auto, 83.8666666667vw auto;
}

#suntory_contents .hall_contents .kids_fes .title {
  margin: 0 0 6vw 8.1333333333vw;
  width: 78.4vw;
  height: 25.4666666667vw;
  background: url(../img/10_title_kids.svg) no-repeat 0 0;
  background-size: 78.4vw auto;
}

#suntory_contents .hall_contents .kids_fes .title h3,
#suntory_contents .hall_contents .kids_fes .title p {
  text-indent: -999999px;
}

#suntory_contents .hall_contents .kids_fes .text {
  margin: 0 0 4vw;
  background: url(../img/sp_img_kids.webp) no-repeat 0 bottom;
  background-size: 94.6666666667vw auto;
  padding: 0 0 48.9333333333vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.5714285714;
  color: #aa0033;
  text-align: center;
  letter-spacing: -0.025em;
}

.no-webp #suntory_contents .hall_contents .kids_fes .text {
  background: url(../img/sp_img_kids.jpg) no-repeat 0 bottom;
  background-size: 94.6666666667vw auto;
}

#suntory_contents .hall_contents .kids_fes .btn_feature a {
  margin: 0 auto;
  width: 84vw;
  height: 13.3333333333vw;
  background: #dd2255;
  color: #fff;
  text-decoration: none;
  font-size: 4.2666666667vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(221, 34, 85, 0.55);
  position: relative;
}

#suntory_contents .hall_contents .kids_fes .btn_feature a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #aa0033 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: 4vw;
  left: 4vw;
}

#suntory_contents .hall_contents .kids_fes .btn_feature a::after {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: url(../img/icon_external.svg) no-repeat 0 0;
  background-size: 2.6666666667vw 2.6666666667vw;
  position: absolute;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
}

#suntory_contents .hall_contents .kids_fes .note {
  margin: 2.6666666667vw 0 0;
  color: #888888;
  font-size: 2.6666666667vw;
  text-align: center;
}

/* ========================================================================
performance_list_extra[sp]
========================================================================= */
/* ========================================================================
materials[sp]
========================================================================= */
.no-webp #suntory_contents .hall_contents .materials .btn_pdf a {
  background: url(../img/img_pdf.webp) no-repeat center 0;
  background-size: 45.6vw auto;
  position: relative;
}

#suntory_contents .hall_contents .materials .btn_pdf a::before {
  content: "";
  position: absolute;
  top: 2vw;
  left: 50%;
  transform: translateX(-50%);
  width: 36.48vw;
  height: 26.77333vw;
  background-image: url(../img/pc_img_pdf.webp);
  background-size: contain;
}
#suntory_contents .hall_contents .materials .btn_pdf a span {
  font-size: 4vw;
  font-weight: bold;
  color: #990022;
  text-decoration: none;
  text-align: center;
}
#suntory_contents .hall_contents .materials .btn_pdf a span::before {
  position: absolute;
  content: "";
  width: 7.7333333333vw;
  height: 9.8666666667vw;
  background: url(../img/icon_pdf.png) no-repeat 0 0;
  background-size: 7.7333333333vw auto;
  top: 36vw;
  left: 6.6666666667vw;
}
#suntory_contents .hall_contents .materials .btn_pdf a span .file_info {
  margin: 0;
  padding: 0;
  background: none;
}
#suntory_contents .hall_contents .materials .archive {
  background: linear-gradient(to bottom, #fbf4f3 0%, #fff 100%);
  padding: 6.6666666667vw 0;
  text-align: center;
  margin: 0 auto 0;
  width: 86.6666666667vw;
  color: #000;
  font-size: 4.2vw;
}
#suntory_contents .hall_contents .materials .archive .archive_list {
  margin-bottom: 6.667vw;
}
#suntory_contents .hall_contents .materials .archive .archive_list li {
  margin-bottom: 4vw;
  list-style: none;
}
#suntory_contents .hall_contents .materials .archive .archive_list li:last-child {
  margin-bottom: 0;
}
#suntory_contents .hall_contents .materials .archive .archive_list li .btn_feature {
  display: flex;
  align-items: center;
  justify-content: center;
}
#suntory_contents .hall_contents .materials .archive .archive_list li .btn_feature a {
  margin: 0 auto;
  width: 73.3333333333vw;
  height: 10.6666666667vw;
  background: #aa6700;
  color: #fff;
  text-decoration: none;
  font-size: 3.7333333333vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0.2666666667vw 1.8666666667vw 0px rgba(136, 85, 17, 0.2);
  position: relative;
}
#suntory_contents .hall_contents .materials .archive .archive_list li .btn_feature a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: #994400 url(../img/arrow_right.svg) no-repeat 1.8666666667vw center;
  background-size: 1.7333333333vw auto;
  position: absolute;
  top: calc(50% - 2.6666666667vw);
  left: 0;
}
#suntory_contents .hall_contents .materials .archive > p {
  text-align: center;
}
#suntory_contents .hall_contents .materials .archive > p a.font_red {
  color: #aa0033;
  font-weight: bold;
  text-decoration: none;
}
#suntory_contents .hall_contents .materials .archive > p a.link_21-22 {
  color: #990022;
  text-decoration: none;
  margin-top: 6.3vw;
  font-size: 4vw;
  display: inline-block;
}
#suntory_contents .hall_contents .materials .past_performance {
  margin: 0 auto;
  width: 86.6666666667vw;
}
#suntory_contents .hall_contents .materials .past_performance dt {
  height: 17.3333333333vw;
  border: 0.1333333333vw #990022 solid;
  background: #fff url(../img/arrow_down.svg) no-repeat right 7.4666666667vw center;
  background-size: 3.7333333333vw auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.0666666667vw;
  font-weight: bold;
  color: #990022;
  padding-right: 5.0666666667vw;
}
#suntory_contents .hall_contents .materials .past_performance.open dt {
  background: #fff url(../img/arrow_up.svg) no-repeat right 7.4666666667vw center;
  background-size: 3.7333333333vw auto;
}
#suntory_contents .hall_contents .materials .past_performance dd {
  background: #fff;
  display: none;
}
#suntory_contents .hall_contents .materials .past_performance.open dd {
  display: block;
}
#suntory_contents .hall_contents .materials .past_performance ul {
  list-style: none;
  border-left: 0.1333333333vw #990022 solid;
  border-right: 0.1333333333vw #990022 solid;
  border-bottom: 0.1333333333vw #990022 solid;
}
#suntory_contents .hall_contents .materials .past_performance li {
  border-bottom: 0.1333333333vw #ddbbbb solid;
}
#suntory_contents .hall_contents .materials .past_performance li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 12vw;
  text-decoration: none;
  font-size: 4vw;
  font-weight: bold;
  color: #aa0033;
  padding: 0 4vw;
}
#suntory_contents .hall_contents .materials .past_performance li:last-child {
  border-bottom: none;
}

/*==================================================
pc
================================================== */
@media print, screen and (min-width: 768px) {
  #suntory_contents .hall_contents {
    background: #fbeee1 url(../img/content_bg_00.webp) no-repeat center 0;
    background-size: auto 560px;
    padding: 0 0 60px;
    overflow-x: hidden;
  }
  #suntory_contents .hall_contents .sp_item {
    display: none;
  }
  #suntory_contents .hall_contents .pc_item {
    display: block;
  }
  /* ========================================================================
   hall_contents[PC]
   ========================================================================= */
  .no-webp #suntory_contents .hall_contents {
    background: #fbeee1 url(../img/content_bg_00.png) no-repeat center 0;
    background-size: auto 560px;
  }
  #suntory_contents .hall_contents .contents_menu .title_bar .note .sp_txt,
  #suntory_contents .hall_contents .main_visual .note .sp_txt {
    display: none;
  }
  #suntory_contents .hall_contents .contents_menu .title_bar .note .pc_txt,
  #suntory_contents .hall_contents .main_visual .note .pc_txt {
    display: inline;
  }
  #suntory_contents .hall_contents .breadcrumbs {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    width: 1110px;
  }
  #suntory_contents .hall_contents .breadcrumbs ol {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
  }
  #suntory_contents .hall_contents .breadcrumbs ol li {
    font-size: 13px;
    color: #fff;
  }
  #suntory_contents .hall_contents .breadcrumbs ol li a {
    text-decoration: underline;
    color: #fff;
    position: relative;
    margin: 0 18px 0 0;
  }
  #suntory_contents .hall_contents .breadcrumbs ol li a:hover {
    color: #ffdd66;
  }
  #suntory_contents .hall_contents .breadcrumbs ol li a::after {
    content: ">";
    font-size: 13px;
    line-height: 1;
    color: #bb8888;
    display: block;
    position: absolute;
    top: 0;
    right: -13px;
  }
  #suntory_contents .overlay_contents_menu {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    display: none;
  }
  #suntory_contents .hall_contents .contents_menu {
    width: 1140px;
    background: #fff;
    position: fixed;
    top: 100px;
    left: calc(50% - 570px);
    z-index: 100001;
    padding: 0 0 30px;
    display: none;
  }
  #suntory_contents .hall_contents .contents_menu.sticky_menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #770022;
    animation: anim 0.5s;
    box-sizing: border-box;
  }
  #suntory_contents .hall_contents .contents_menu.menu_active {
    display: block;
    position: fixed;
    top: 25px;
    left: calc(50% - 570px);
    z-index: 100001;
    width: 1140px;
    padding: 0 0 30px;
    box-sizing: border-box;
    background: none;
    overflow: auto;
  }
  #suntory_contents .hall_contents .contents_menu.sticky_menu::after {
    content: "";
    width: 100vw;
    height: 5px;
    background-image: -ms-linear-gradient(-90deg, rgba(85, 0, 17, 0.4) 0%, rgba(85, 0, 17, 0) 100%);
    position: absolute;
    bottom: -5px;
    left: 0;
  }
  #suntory_contents .hall_contents .contents_menu .title_bar {
    width: 1140px;
    height: 70px;
    display: block;
    background: #fff;
    padding: 0;
    position: relative;
  }
  #suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar {
    margin: 0 auto;
    width: 1160px;
    height: 70px;
    background: #770022;
  }
  #suntory_contents .hall_contents .contents_menu.menu_active .title_bar {
    width: 1140px;
    height: 60px;
  }
  #suntory_contents .hall_contents .contents_menu .title_bar h2 {
    display: none;
  }
  #suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar h2 {
    display: block;
    width: 584px;
    height: 30px;
    background: url(../img/00_title_pc.svg) no-repeat 0 0;
    background-size: 584px auto;
    text-indent: -99999px;
    position: absolute;
    top: 19px;
    left: 267px;
  }
  #suntory_contents .hall_contents .contents_menu .title_bar .btn_title_bar_close {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    background: #aa0033 url(../img/icon_close.svg) no-repeat center center;
    background-size: 12px 12px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
  #suntory_contents .hall_contents .contents_menu .title_bar .btn_title_bar_close:hover {
    background: #880022 url(../img/icon_close.svg) no-repeat center center;
    background-size: 12px 12px;
  }
  #suntory_contents .hall_contents .contents_menu .title_bar .btn_title_bar {
    display: none;
  }
  #suntory_contents .hall_contents .contents_menu .title_bar .note {
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #000;
    position: absolute;
    top: 28px;
    left: 50px;
  }
  #suntory_contents .hall_contents .contents_menu.menu_active .title_bar .note {
    font-size: 10px;
  }
  #suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar .btn_title_bar_close,
  #suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar .note {
    display: none;
  }
  #suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar .btn_title_bar {
    width: 170px;
    height: 50px;
    background: #fff url(../img/icon_menu.svg) no-repeat right 25px center;
    background-size: 20px 14px;
    text-indent: 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 50px;
    color: #aa0033;
    padding: 0 0 0 25px;
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
    display: block;
    border-radius: 2px;
  }
  #suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar .btn_title_bar:hover {
    background: #ffeecc url(../img/icon_menu.svg) no-repeat right 25px center;
    background-size: 20px 14px;
  }
  #suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar .btn_title_bar_close {
    display: none;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list {
    overflow-y: visible;
    padding: 0 0 35px 0;
    background: #fff;
    height: auto;
    position: relative;
  }
  #suntory_contents .hall_contents .contents_menu.menu_active .menu_list {
    display: block;
    height: auto;
    overflow-y: visible;
    padding-bottom: 30px;
    width: 100%;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list .inner {
    margin: 0 auto 30px;
    width: 1040px;
    display: flex;
    justify-content: space-between;
  }
  #suntory_contents .hall_contents .contents_menu.menu_active .menu_list .inner {
    margin: 0 50px 0;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul {
    list-style: none;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list01 {
    width: 320px;
    border-top: 1px #e8e8e8 solid;
    display: flex;
    flex-direction: column;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list02 {
    width: 310px;
    border-top: 1px #e8e8e8 solid;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list03 {
    width: 310px;
    border-top: 1px #e8e8e8 solid;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list03 li ul li {
    margin-left: unset;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul li {
    border-bottom: none;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul li p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: -0.05em;
    font-weight: bold;
    color: #aa0033;
    padding: 0;
    cursor: pointer;
    line-height: 1.25;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul li p:hover {
    color: #ee0033;
    text-decoration: underline;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul li ul {
    border: none;
    margin: 0 0 0 18px;
    display: flex;
    flex-direction: column;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul li ul li p {
    padding: 0;
    font-size: 14px;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul li ul li:last-child {
    border-bottom: none;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list01 li {
    padding: 15px 0;
    border-bottom: 1px #e8e8e8 solid;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list02 {
    padding: 0;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list02 li ul li {
    margin-left: 0;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list02 li ul li p {
    line-height: 1.5;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list02 ul li {
    font-size: 13px;
    border-bottom: 1px #e8e8e8 solid;
    padding: 12px 0;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list02 ul li:last-child {
    border-bottom: 1px #e8e8e8 solid;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list02 > li.menu_item > p {
    border-bottom: 1px #e8e8e8 solid;
    padding: 15px 0;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list03 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list03 > li.menu_item:nth-child(1) > p {
    border-bottom: 1px #e8e8e8 solid;
    padding: 15px 0;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list03 li {
    border-bottom: 1px #e8e8e8 solid;
    padding: 20px 0;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list03 li:last-child {
    border-bottom: none;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list03 > li:nth-child(1) {
    padding: 0;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list03 > li > ul > li:last-child {
    border-bottom: 1px #e8e8e8 solid;
  }
  #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list03 > li > p {
    font-size: 16px;
  }
  #suntory_contents .hall_contents .contents_menu .btn_pdf a {
    margin: 0 auto 30px;
    width: 330px;
    height: 50px;
    font-size: 13px;
    line-height: 30px;
    font-weight: bold;
    color: #aa0033;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    background: #efefef url(../img/icon_pdf.webp) no-repeat 13px center;
    background-size: 23px auto;
    padding-left: 47px;
    border: none;
  }
  #suntory_contents .hall_contents .contents_menu .btn_pdf a:hover {
    color: #ee0033;
    text-decoration: underline;
  }
  /* ========================================================================
   breadcrumbs[PC]
   ========================================================================= */
  /* ========================================================================
   contents_menu[PC]
   ========================================================================= */
  @keyframes anim {
    0% {
      transform: translateY(-80px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .no-webp #suntory_contents .hall_contents .contents_menu .btn_pdf a {
    background: #efefef url(../img/icon_pdf.png) no-repeat 13px center;
    background-size: 23px auto;
  }
  #suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook {
    margin: 0;
    width: 304px;
    height: 83px;
    background: url(../img/pc_bg_btn_digitalbook_modal.webp) no-repeat 0 bottom;
    position: absolute;
    bottom: 25px;
    right: 50px;
  }
  #suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook:hover {
    background: url(../img/pc_bg_btn_digitalbook_modal_on.webp) no-repeat 0 bottom;
  }
  .no-webp #suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook {
    background: url(../img/pc_bg_btn_digitalbook_modal.png) no-repeat 0 bottom;
    background-size: 274px auto;
  }
  .no-webp #suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook:hover {
    background: url(../img/pc_bg_btn_digitalbook_modal_on.png) no-repeat 0 bottom;
    background-size: 274px auto;
  }
  #suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook .digitalbook_anchor {
    width: 304px;
    height: 83px;
    background: url(../img/img_digitalbook.webp) no-repeat 205px 0;
    background-size: 90px auto;
    display: block;
    text-decoration: none;
    padding: 20px 20px 10px 22px;
    position: relative;
  }
  .no-webp #suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook .digitalbook_anchor {
    background: url(../img/img_digitalbook.png) no-repeat 158px 0;
    background-size: 90px auto;
  }
  #suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook .digitalbook_anchor .digitalbook_text01 {
    font-size: 10px;
    margin-top: 7px;
    color: #aa6600;
    line-height: 1;
    transform: scale(1);
    text-indent: 0;
    font-weight: bold;
    text-indent: -999999px;
  }
  #suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook .digitalbook_anchor .digitalbook_text02 {
    font-size: 19px;
    margin-top: 6px;
    color: #990022;
    font-weight: bold;
    text-indent: -999999px;
  }
  #suntory_contents .hall_contents .contents_menu .btn_close {
    margin: 0 auto;
    width: 140px;
    height: 40px;
    background: #aa0033 url(../img/icon_close.svg) no-repeat 20px center;
    background-size: 12px auto;
    padding-left: 63px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    margin-top: 55px;
  }
  #suntory_contents .hall_contents .contents_menu .btn_close:hover {
    background: #880022 url(../img/icon_close.svg) no-repeat 20px center;
    background-size: 12px auto;
  }
  #suntory_contents .hall_contents .main_visual {
    min-height: auto;
    height: auto;
    background: none;
    padding: 0;
    margin-top: -40px;
  }
  /* ========================================================================
   main_visual[pc]
   ========================================================================= */
  .no-webp #suntory_contents .hall_contents .main_visual {
    min-height: auto;
    background: none;
    padding: 0;
    margin: 0 auto;
    width: 1160px;
  }
  #suntory_contents .hall_contents .main_visual .title {
    margin: 0 auto;
    width: 876px;
    height: 250px;
    position: relative;
  }
  #suntory_contents .hall_contents .main_visual .title p.sub_title {
    text-indent: -999999px;
  }
  #suntory_contents .hall_contents .main_visual .title h1 {
    padding: 0;
    margin: 0 auto;
    width: 876px;
    height: 250px;
    background: url(../img/01_title_pc.svg) no-repeat center 50px;
    -moz-filter: drop-shadow(3px 3px 1px #991100);
    -ms-filter: drop-shadow(3px 3px 1px #991100);
    filter: drop-shadow(3px 3px 1px #991100);
    -webkit-filter: drop-shadow(0px 0px 20px rgba(129, 83, 0, 0.8)) drop-shadow(0px 0px 3px rgba(129, 83, 0, 0.8)) drop-shadow(0px 0px 3px rgba(129, 83, 0, 0.8)) drop-shadow(0px 0px 3px rgba(129, 83, 0, 0.8)) drop-shadow(0px 0px 3px rgba(129, 83, 0, 0.8)) drop-shadow(0px 0px 3px rgba(129, 83, 0, 0.8));
    background-size: 795px auto;
  }
  #suntory_contents .hall_contents .main_visual .btn_menu {
    margin: 0;
    padding: 0 0 0 18px;
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    font-weight: bold;
    color: #aa0033;
    text-indent: 0;
    background: #fff url(../img/icon_menu.svg) no-repeat right 20px center;
    background-size: 20px 14px;
    position: absolute;
    top: 30px;
    right: -142px;
    cursor: pointer;
    border-radius: 2px;
  }
  #suntory_contents .hall_contents .main_visual .btn_menu:hover {
    background: #ffeecc url(../img/icon_menu.svg) no-repeat right 20px center;
    background-size: 20px 14px;
  }
  #suntory_contents .hall_contents .main_visual .btn_digitalbook {
    margin: 0 auto;
    width: 286px;
    height: 118px;
    background: url(../img/pc_bg_btn_digitalbook.webp) no-repeat 0 bottom;
    position: absolute;
    top: 115px;
    right: -155px;
    left: auto;
    transform: translate(0, 0);
  }
  .no-webp #suntory_contents .hall_contents .main_visual .btn_digitalbook {
    background: url(../img/pc_bg_btn_digitalbook.png) no-repeat 0 bottom;
  }
  #suntory_contents .hall_contents .main_visual .btn_digitalbook:hover {
    background: url(../img/pc_bg_btn_digitalbook_on.webp) no-repeat 0 bottom;
  }
  .no-webp #suntory_contents .hall_contents .main_visual .btn_digitalbook:hover {
    background: url(../img/pc_bg_btn_digitalbook_on.png) no-repeat 0 bottom;
  }
  #suntory_contents .hall_contents .main_visual .btn_digitalbook .digitalbook_anchor {
    width: 260px;
    height: 80px;
    background: url(../img/img_digitalbook.webp) no-repeat 164px 0;
    background-size: 99px auto;
    display: block;
    text-decoration: none;
    padding: 20px 20px 10px;
    position: relative;
  }
  .no-webp #suntory_contents .hall_contents .main_visual .btn_digitalbook .digitalbook_anchor {
    background: url(../img/img_digitalbook.png) no-repeat 150px 0;
    background-size: 99px auto;
  }
  #suntory_contents .hall_contents .main_visual .btn_digitalbook .digitalbook_anchor .digitalbook_text01 {
    font-size: 10px;
    margin-top: 14px;
    color: #aa6600;
    line-height: 1;
    transform: scale(1);
    text-indent: -999999px;
  }
  #suntory_contents .hall_contents .main_visual .btn_digitalbook .digitalbook_anchor .digitalbook_text02 {
    font-size: 19px;
    margin-top: 6px;
    color: #990022;
    line-height: 1;
    text-indent: -999999px;
  }
  #suntory_contents .hall_contents .main_visual .news {
    margin: -25px auto 20px;
    padding: 0 0 0 25px;
    width: 1160px;
    min-height: 60px;
    background: url(../img/pc_bg_news.webp) repeat-y 0 0;
    background-size: 830px auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .no-webp #suntory_contents .hall_contents .main_visual .news {
    background: url(../img/pc_bg_news.png) repeat-y 0 0;
    background-size: 830px auto;
  }
  #suntory_contents .hall_contents .main_visual .news .new {
    margin: 0 25px 0 0;
    width: 50px;
    height: 28px;
    background: #cc3300;
    border-radius: 1px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #suntory_contents .hall_contents .main_visual .news p {
    width: auto;
  }
  #suntory_contents .hall_contents .main_visual .news p.kids {
    padding-left: 63px;
    min-height: 38px;
    background: url(../img/logo_kids.png) no-repeat 0 center;
    background-size: 38px auto;
    display: flex;
    align-items: center;
  }
  #suntory_contents .hall_contents .main_visual .news p span {
    font-size: 15px;
    font-weight: bold;
    color: #cc3300;
    cursor: pointer;
    text-decoration: underline;
  }
  #suntory_contents .hall_contents .main_visual .news p span:hover {
    color: #990022;
  }
  #suntory_contents .hall_contents .main_visual .note {
    margin: 0 auto 15px;
    padding: 0;
    width: 1160px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2222222222;
    letter-spacing: -0.025em;
    color: #fff;
    display: flex;
    justify-content: center;
    transform: scale(1);
    text-indent: 0;
    position: initial;
  }
  #suntory_contents .hall_contents .main_visual .note li {
    white-space: initial;
    text-shadow: 1px 2px 1px #7c2f00;
  }
  #suntory_contents .hall_contents .main_visual .note li + li {
    margin-top: 0;
    margin-left: 15px;
  }
  #suntory_contents .hall_contents .target_contents {
    position: relative;
  }
  #suntory_contents .hall_contents .contents_wrap {
    margin: 0 auto 40px;
    width: 1160px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #suntory_contents .hall_contents .chamber {
    width: 1160px;
    background-color: #fff;
    background-image: url(../img/content_bg_01.png), url(../img/content_bg_03.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    background-size: 1160px auto, 1160px auto;
    padding-top: 0;
    padding-bottom: 187px;
  }
  /* ========================================================================
   target_contents[PC]
   ========================================================================= */
  /* ========================================================================
   contents_wrap[PC]
   ========================================================================= */
  /* ========================================================================
   chamber[pc]
   ========================================================================= */
  .no-webp #suntory_contents .hall_contents .chamber {
    background-image: url(../img/content_bg_01.png), url(../img/content_bg_03.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    background-size: 1160px auto, 1160px auto;
  }
  #suntory_contents .hall_contents .chamber .title {
    width: 1160px;
    padding: 165px 0 0;
    position: relative;
    height: 470px;
    overflow: hidden;
  }
  #suntory_contents .hall_contents .chamber .title:before {
    width: 210px;
    height: 22px;
    top: 60px;
    left: 80px;
  }
  #suntory_contents .hall_contents .chamber .title h2 {
    width: 542px;
    height: 71px;
    background: url(../img/03_title_cmg_pc.svg) no-repeat 0 0;
    background-size: 542px auto;
    text-indent: -999999px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-filter: drop-shadow(0px 0px 20px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
    z-index: 10;
    margin-top: 0;
  }
  .no-webp #suntory_contents .hall_contents .chamber .title h2 {
    background: url(../img/section_title_01.png) no-repeat 0 0;
    background-size: 541px auto;
  }
  #suntory_contents .hall_contents .chamber .title .text {
    margin-bottom: 35px;
    font-size: 15.5px;
    line-height: 1.5714285714;
    font-weight: bold;
    color: #008330;
    text-align: center;
    letter-spacing: -0.025em;
  }
  #suntory_contents .hall_contents .chamber .title .btn_feature a {
    margin: 70px auto 0;
    width: 210px;
    height: 50px;
    background: #008330;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 6px 0px rgba(85, 153, 102, 0.5);
    position: relative;
  }
  #suntory_contents .hall_contents .chamber .title .btn_feature a::before {
    content: "";
    width: 15px;
    height: 22px;
    background: #006611 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
    background-size: 4px auto;
    position: absolute;
    top: 14px;
    left: 0;
  }
  #suntory_contents .hall_contents .chamber .title .btn_feature a:hover {
    background: #027907;
  }
  #suntory_contents .hall_contents .chamber .title .btn_feature a:hover::before {
    background: #004400 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
    background-size: 4px auto;
  }
  #suntory_contents .hall_contents .chamber .performance_list {
    background: none;
    margin: -60px 0 0;
    padding: 0 0 10px 25px;
    display: flex;
    flex-wrap: wrap;
  }
  .no-webp #suntory_contents .hall_contents .chamber .performance_list {
    background: none;
    margin: -40px 0 0;
    padding: 0 0 10px 10px;
    display: flex;
    flex-wrap: wrap;
  }
  #suntory_contents .hall_contents .chamber .performance_list li {
    margin: 0 10px 10px 0;
    width: 270px;
    list-style: none;
  }
  #suntory_contents .hall_contents .chamber .performance_list li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents .hall_contents .chamber .performance_list li a {
    width: 270px;
    min-height: 80px;
    height: 80px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 8px 15px 20px;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 2px 8px 0px rgba(85, 153, 102, 0.5);
  }
  #suntory_contents .hall_contents .chamber .performance_list li a:hover {
    background: #e6ffef;
  }
  #suntory_contents .hall_contents .chamber .performance_list li a::before {
    content: "";
    width: 10px;
    height: 22px;
    background: #008a22 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
  }
  #suntory_contents .hall_contents .chamber .performance_list li a .date {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #008a22;
    letter-spacing: -0.4px;
  }
  #suntory_contents .hall_contents .chamber .performance_list li.wide a .date {
    margin-bottom: 10px;
  }
  #suntory_contents .hall_contents .chamber .performance_list li a .date.long {
    letter-spacing: -0.05em;
  }
  #suntory_contents .hall_contents .chamber .performance_list li a .date .note {
    font-size: 12px;
    margin-left: 10px;
    color: #666666;
  }
  #suntory_contents .hall_contents .chamber .performance_list li a h3 {
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    letter-spacing: 0;
  }
  #suntory_contents .hall_contents .chamber .performance_list li a h3 .small {
    font-size: 12px;
    letter-spacing: -0.025em;
  }
  #suntory_contents .hall_contents .summer {
    width: 1160px;
    margin-top: 40px;
    background-color: #fff;
    padding-bottom: 60px;
  }
  #suntory_contents .hall_contents .summer .title {
    /* height: 230px; */
    background: #fff url(../img/content_bg_04.webp) no-repeat 0 0;
    background-size: 100% auto;
    padding: 64px 0 0;
  }
  #suntory_contents .hall_contents .summer .title:after {
    width: 150px;
    height: 113px;
    top: 50px;
    right: 179px;
  }
  /* ========================================================================
   summer[pc]
   ========================================================================= */
  .no-webp #suntory_contents .hall_contents .summer .title {
    background: url(../img/content_bg_04.png) no-repeat 0 0;
    background-size: 100% auto;
  }
  #suntory_contents .hall_contents .summer .title h2 {
    -webkit-filter: drop-shadow(0px 0px 20px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
    margin: 0 auto 40px;
    width: 393px;
    height: 62px;
    background: url(../img/04_title_summer_pc.svg) no-repeat 0 0;
    background-size: 393px auto;
    text-indent: -999999px;
  }
  #suntory_contents .hall_contents .summer .title .text {
    margin: 0 40px 35px;
    font-size: 15.5px;
    line-height: 1.5714285714;
    font-weight: bold;
    color: #000;
    text-align: center;
    letter-spacing: -0.05em;
  }
  #suntory_contents .hall_contents .summer .title .btn_feature {
    margin-bottom: 0;
  }
  #suntory_contents .hall_contents .summer .title .btn_feature a {
    margin: 0 auto;
    width: 210px;
    height: 50px;
    background: #007faf;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 6px 0px rgba(0, 127, 175, 0.4);
    position: relative;
  }
  #suntory_contents .hall_contents .summer .title .btn_feature a::before {
    content: "";
    width: 15px;
    height: 22px;
    background: #005599 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
    background-size: 4px auto;
    position: absolute;
    top: 14px;
    left: 0;
  }
  #suntory_contents .hall_contents .summer .title .btn_feature.inactive a {
    background: #a8b8dd;
    box-shadow: none;
    pointer-events: none;
  }
  #suntory_contents .hall_contents .summer .title .btn_feature.inactive a::before {
    background: #7799EE url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
    background-size: 4px auto;
  }
  #suntory_contents .hall_contents .summer .title .btn_feature a:hover {
    background: #0066aa;
  }
  #suntory_contents .hall_contents .summer .title .btn_feature a:hover::before {
    background: #003399 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
    background-size: 4px auto;
  }
  #suntory_contents .hall_contents .summer .summer_contents {
    display: flex;
    margin-top: 40px;
    padding: 0 30px;
    justify-content: space-between;
  }
  #suntory_contents .hall_contents .summer .summer_contents .theme {
    padding: 30px 80px;
  }
  #suntory_contents .hall_contents .summer .summer_contents .theme .theme_title {
    height: auto;
  }
  #suntory_contents .hall_contents .summer .summer_contents .summer_member {
    gap: 12px;
    flex-wrap: nowrap;
    margin-bottom: 21px;
  }
  #suntory_contents .hall_contents .summer .summer_contents .summer_member > li {
    width: 226px;
  }
  #suntory_contents .hall_contents .summer .summer_contents .summer_member > li .caption {
    font-size: 13px;
  }
  #suntory_contents .hall_contents .summer .theme_project .performance_list {
    justify-content: flex-start;
    gap: 20px;
    padding: 0;
    margin-top: 20px;
  }
  #suntory_contents .hall_contents .summer .theme_project .performance_list li {
    width: 300px;
    margin-bottom: 0;
  }
  #suntory_contents .hall_contents .summer .theme_project .performance_list li a {
    width: 300px;
  }
  /* ========================================================================
   producer[pc]
   ========================================================================= */
  .no-webp #suntory_contents .hall_contents .producer {
    background: #f8ebeb url(../img/content_img_01.png) no-repeat 0 0;
    background-size: 100% auto;
  }
  #suntory_contents .hall_contents .producer .producer_title {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #suntory_contents .hall_contents .producer .sub_title {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #000;
  }
  #suntory_contents .hall_contents .producer h3 {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #000;
    letter-spacing: -0.025em;
  }
  #suntory_contents .hall_contents .producer .producer_project {
    padding-bottom: 74px;
  }
  #suntory_contents .hall_contents .producer .producer_project .project {
    margin: 0;
    background: transparent;
  }
  #suntory_contents .hall_contents .producer .producer_project .project .text {
    margin: 0;
    padding: 19px 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  #suntory_contents .hall_contents .producer .producer_project .project .performance_list {
    padding: 0 20px;
    justify-content: space-between;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #suntory_contents .hall_contents .producer .producer_project .project .performance_list li {
    margin-bottom: 10px;
    width: 245px;
    list-style: none;
  }
  #suntory_contents .hall_contents .producer .producer_project .project .performance_list li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents .hall_contents .producer .producer_project .project .performance_list li a {
    width: 245px;
    min-height: 80px;
    height: 80px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 20px;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 2px 8px 0px rgba(153, 0, 0, 0.25);
  }
  #suntory_contents .hall_contents .producer .producer_project .project .performance_list li a::before {
    content: "";
    width: 10px;
    height: 22px;
    background: #990000 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
  }
  #suntory_contents .hall_contents .producer .producer_project .project .performance_list li a:hover {
    background: #ffe2ee;
  }
  #suntory_contents .hall_contents .producer .producer_project .project .performance_list li a .date {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    color: #990000;
    letter-spacing: 0;
  }
  #suntory_contents .hall_contents .producer .producer_project .project .performance_list li.narrow a .date {
    margin-bottom: 15px;
  }
  #suntory_contents .hall_contents .producer .producer_project .project .performance_list li a .date .note {
    margin-left: 10px;
    color: #666666;
  }
  #suntory_contents .hall_contents .producer .producer_project .project .performance_list li a h4 {
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    letter-spacing: 0;
  }
  /* ========================================================================
   theme[pc]
   ========================================================================= */
  .no-webp #suntory_contents .hall_contents .theme {
    background: #faf4e4 url(../img/content_img_02.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  #suntory_contents .hall_contents .theme .theme_title {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #suntory_contents .hall_contents .theme h3 {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #000;
    letter-spacing: -0.025em;
  }
  #suntory_contents .hall_contents .theme .sub_title {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.05em;
    color: #000;
  }
  #suntory_contents .hall_contents .theme .performance_list {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  #suntory_contents .hall_contents .theme .performance_list li {
    margin-bottom: 10px;
    width: 245px;
    list-style: none;
  }
  #suntory_contents .hall_contents .theme .performance_list li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents .hall_contents .theme .performance_list li a {
    width: 245px;
    min-height: 80px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 20px;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 2px 8px 0px rgba(0, 71, 99, 0.4);
  }
  #suntory_contents .hall_contents .theme .performance_list li a:hover {
    background: #e3f7ff;
  }
  #suntory_contents .hall_contents .theme .performance_list li a::before {
    content: "";
    width: 10px;
    height: 22px;
    background: #005599 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
  }
  #suntory_contents .hall_contents .theme .performance_list li a .date {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #005599;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  #suntory_contents .hall_contents .theme .performance_list li a .date .note {
    margin-left: 10px;
    color: #666666;
  }
  #suntory_contents .hall_contents .theme .performance_list li a h4 {
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    letter-spacing: 0;
  }
  #suntory_contents .hall_contents .akutagawa {
    background: #eee8ff url(../img/content_img_03.webp) no-repeat right 0;
    background-size: 300px auto;
    padding: 0;
    height: 120px;
    width: 590px;
    margin: 20px auto 0;
  }
  /* ========================================================================
   akutagawa[pc]
   ========================================================================= */
  .no-webp #suntory_contents .hall_contents .akutagawa {
    background: #eee8ff url(../img/content_img_03.jpg) no-repeat right 0;
    background-size: 300px auto;
  }
  #suntory_contents .hall_contents .akutagawa .performance_list {
    margin: 0;
    padding: 20px;
  }
  #suntory_contents .hall_contents .akutagawa .performance_list li {
    margin: 0;
    width: 260px;
    list-style: none;
  }
  #suntory_contents .hall_contents .akutagawa .performance_list li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents .hall_contents .akutagawa .performance_list li a {
    width: 260px;
    min-height: 80px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 20px;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 2px 8px 0px rgba(68, 43, 130, 0.15);
  }
  #suntory_contents .hall_contents .akutagawa .performance_list li a:hover {
    background: #eff2ff;
  }
  #suntory_contents .hall_contents .akutagawa .performance_list li a::before {
    content: "";
    width: 10px;
    height: 22px;
    background: #4f64ae url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
  }
  #suntory_contents .hall_contents .akutagawa .performance_list li a .date {
    font-size: 13px;
    font-weight: bold;
    color: #2845ac;
    letter-spacing: 0;
  }
  #suntory_contents .hall_contents .akutagawa .performance_list li a .date .note {
    margin-left: 10px;
    color: #666666;
  }
  #suntory_contents .hall_contents .akutagawa .performance_list li a h4 {
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
  }
  #suntory_contents .hall_contents .composer {
    padding-top: 12vw;
    position: relative;
    margin-top: 0;
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }
  #suntory_contents .hall_contents .composer::before {
    content: "";
    width: 293px;
    height: 206px;
    background: url(../img/content_bg_05.webp) no-repeat 0 0;
    background-size: 293px 206px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    mix-blend-mode: multiply;
    z-index: 1;
  }
  /* ========================================================================
  composer[pc]
  ========================================================================= */
  .no-webp #suntory_contents .hall_contents .composer::before {
    background: url(../img/content_bg_05.png) no-repeat 0 0;
    background-size: 293px 206px;
  }
  #suntory_contents .hall_contents .composer::after {
    content: "";
    width: 110px;
    height: 140px;
    position: absolute;
    top: 60px;
    right: 20px;
  }
  #suntory_contents .hall_contents .composer .composer_title h2 {
    margin: 50px auto 40px;
    width: 902px;
    height: 35px;
    background: url(../img/05_musicaward_pc.svg) no-repeat 0 0;
    background-size: 902px 35px;
    text-indent: -999999px;
    background-position: center;
  }
  #suntory_contents .hall_contents .composer .text {
    margin: 40px 0 30px;
    font-size: 15.5px;
    line-height: 1.4838709677;
    font-weight: bold;
    color: #000;
    text-align: center;
  }
  #suntory_contents .hall_contents .composer_box .text {
    font-weight: normal;
  }
  #suntory_contents .hall_contents .summer.conposer_content {
    padding-bottom: 30px;
    margin-top: 40px;
    background: #fff url(../img/content_bg_16_pc.png) no-repeat center top;
    background-size: 100% auto;
  }
  #suntory_contents .hall_contents .composer .composer_wrap {
    /*
    justify-content: space-between;
    padding: 0 30px;
    margin-top: 40px;
    display: flex;
    gap: 20px;
    */
    background-color: #fff;
  }
  #suntory_contents .hall_contents .composer .composer_box {
    padding-top: 90px;
    padding-bottom: 20px;
    background-color: #f0f0f0;
    position: relative;
    height: 436px;
    width: 1100px;
    text-align: center;
    /*
    &:before {
    	content: "";
    	position: absolute;
    	display: block;
    	width: 200px;
    	height: 302px;
    	top: 70px;
    	left: 30px;
    	background: url(../img/content_img_04.png) (center / cover) no-repeat;
    	transform: translate(0,0);
    }*/
    /*
    &:after {
    	top: 30px;
    	left: auto;
    	right: 30px;
    	width: 201px;
    	height: 390px;
    	background: url(../img/content_img_05_pc.png) (center / cover) no-repeat;
    }*/
  }
  #suntory_contents .hall_contents .composer .composer_box > h4 {
    margin: 20px auto 5px;
    font-size: 16px;
  }
  #suntory_contents .hall_contents .composer .composer_box > h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #suntory_contents .hall_contents .composer .composer_box .text {
    font-size: 14px;
    margin: 0 0 40px;
    line-height: 1.7;
  }
  #suntory_contents .hall_contents .composer .composer_box .btn_feature {
    margin-bottom: 20px;
  }
  #suntory_contents .hall_contents .composer .composer_box .btn_feature_space {
    margin-bottom: 84px;
    display: block;
  }
  #suntory_contents .hall_contents .composer .composer_box .btn_feature a {
    width: 210px;
    height: 50px;
    background: #920c26;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 6px 0px rgba(146, 12, 38, 0.5);
    position: relative;
  }
  #suntory_contents .hall_contents .composer .composer_box .btn_feature a:before {
    content: "";
    width: 15px;
    height: 22px;
    background: #660011 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
    background-size: 4px auto;
    position: absolute;
    top: 14px;
    left: 0;
  }
  #suntory_contents .hall_contents .composer .composer_box .btn_feature a:hover {
    background: #770011;
  }
  #suntory_contents .hall_contents .composer .kondo_picture {
    position: absolute;
    width: 200px;
    height: 302px;
    top: 70px;
    left: 30px;
  }
  #suntory_contents .hall_contents .composer .kondo_picture .caption {
    font-size: 13px;
  }
  #suntory_contents .hall_contents .composer .conposer_content_member {
    width: 201px;
    flex-wrap: wrap;
    top: 30px;
    left: auto;
    right: 30px;
    position: absolute;
  }
  #suntory_contents .hall_contents .composer .conposer_content_member > li {
    width: 50%;
    margin-bottom: 20px;
  }
  #suntory_contents .hall_contents .composer .conposer_content_member > li p {
    font-size: 13px;
  }
  #suntory_contents .hall_contents .composer .performance_list {
    margin: 0;
  }
  #suntory_contents .hall_contents .composer .performance_list li {
    margin: 0 auto 0;
    width: 310px;
    list-style: none;
  }
  #suntory_contents .hall_contents .composer .performance_list li a {
    width: 310px;
    min-height: 80px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 20px;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    text-align: left;
  }
  #suntory_contents .hall_contents .composer .performance_list li a:hover {
    background: #ffebeb;
  }
  #suntory_contents .hall_contents .composer .performance_list li a::before {
    content: "";
    width: 10px;
    height: 22px;
    background: #920c26 url(../img/arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
  }
  #suntory_contents .hall_contents .composer .performance_list li a .date {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #920c26;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  #suntory_contents .hall_contents .composer .performance_list li a .date .note {
    margin-left: 10px;
    color: #666666;
  }
  #suntory_contents .hall_contents .composer .performance_list li a h4 {
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    letter-spacing: 0;
  }
  /* ========================================================================
   ark_contents[pc]
   ========================================================================= */
  #suntory_contents .hall_contents .ark_contents {
    border-top: 15px #2ca8e5 solid;
    margin: 0 auto 40px;
    padding: 40px 30px 60px 40px;
    width: 1160px;
    display: flex;
    background-color: #daf1ff;
  }
  /* ========================================================================
   music_week[pc]
   ========================================================================= */
  #suntory_contents .hall_contents .music_week {
    margin-bottom: 0;
    background: none;
    padding: 0 0 250px;
    width: 540px;
    background: url(../img/content_img_06.webp) no-repeat center bottom;
    background-size: 540px auto;
    background-position: 0 bottom;
  }
  .no-webp #suntory_contents .hall_contents .music_week {
    background: url(../img/content_img_06.png) no-repeat center bottom;
    background-size: 540px auto;
    background-position: 0 bottom;
  }
  #suntory_contents .hall_contents .music_week .title {
    margin: 0 auto;
    width: 330px;
    height: 250px;
    background: url(../img/06_arkhills_pc.svg) no-repeat;
  }
  #suntory_contents .hall_contents .music_week .title p,
  #suntory_contents .hall_contents .music_week .title h2 {
    text-indent: -999999px;
  }
  #suntory_contents .hall_contents .music_week .text {
    margin: 0 0;
    font-size: 15.5px;
    line-height: 1.5714285714;
    font-weight: bold;
    text-align: center;
    color: #007eb0;
    letter-spacing: -0.05em;
  }
  #suntory_contents .hall_contents .music_week .btn_feature a {
    margin: 30px auto 0;
    width: 210px;
    height: 50px;
    background: #007eb0;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 6px 0px rgba(85, 0, 17, 0.2);
    position: relative;
  }
  #suntory_contents .hall_contents .music_week .btn_feature a::before {
    content: "";
    width: 15px;
    height: 22px;
    background: #005779 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
    background-size: 4px auto;
    position: absolute;
    top: 14px;
    left: 0;
  }
  #suntory_contents .hall_contents .music_week .btn_feature a::after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(../img/icon_external.svg) no-repeat 0 0;
    background-size: 10px 10px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #suntory_contents .hall_contents .music_week .btn_feature a:hover {
    background: #00709d;
  }
  #suntory_contents .hall_contents .music_week .note {
    margin: 8px auto 0;
    color: #888888;
    font-size: 12px;
    text-align: center;
  }
  #suntory_contents .hall_contents .classics {
    margin: 0 0 0 40px;
    padding: 0;
    width: 510px;
  }
  /* ========================================================================
   classics[pc]
   ========================================================================= */
  .no-webp #suntory_contents .hall_contents .classics {
    background: #fff url(../img/content_img_07.png) no-repeat center bottom 20px;
    background-size: 390px auto;
  }
  #suntory_contents .hall_contents .classics .inner {
    margin: 0;
    padding: 46px 0 30px;
    width: 510px;
    background-size: auto;
    box-shadow: none;
  }
  .no-webp #suntory_contents .hall_contents .classics .inner {
    background: url(../img/content_bg_07.png) no-repeat 0 top;
    background-size: auto;
  }
  #suntory_contents .hall_contents .classics .title {
    margin: 0 auto;
    width: 215px;
    height: 174px;
    background: url(../img/07_arkclassic_pc.svg) no-repeat;
    background-size: 215px auto;
  }
  #suntory_contents .hall_contents .classics .title h2,
  #suntory_contents .hall_contents .classics .title p {
    text-indent: -999999px;
  }
  #suntory_contents .hall_contents .classics .text {
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.5714285714;
    color: #007eb0;
    text-align: center;
    letter-spacing: -0.025em;
    background: none;
    padding: 0 0 25px;
    margin: 0;
  }
  #suntory_contents .hall_contents .classics .btn_feature {
    padding-bottom: 0;
    background: none;
    margin-bottom: 0;
  }
  #suntory_contents .hall_contents .classics .btn_feature a {
    margin: 0 auto;
    width: 210px;
    height: 50px;
    background: #007eb0;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 6px 0px rgba(85, 0, 17, 0.2);
    position: relative;
  }
  #suntory_contents .hall_contents .classics .btn_feature a::before {
    content: "";
    width: 15px;
    height: 22px;
    background: #005779 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
    background-size: 4px auto;
    position: absolute;
    top: 14px;
    left: 0;
  }
  #suntory_contents .hall_contents .classics .btn_feature.blank a::after{
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/icon_external.svg) no-repeat 0 0;
  background-size: 10px 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}
  #suntory_contents .hall_contents .classics .btn_feature a:hover {
    background: #00709d;
  }
  #suntory_contents .hall_contents .classics .ark_member {
    margin: auto;
    width: 450px;
    padding: 0;
  }
  #suntory_contents .hall_contents .classics .ark_member > li {
    width: 150px;
  }
  #suntory_contents .hall_contents .classics .ark_member > li .caption {
    font-size: 13px;
  }
  #suntory_contents .hall_contents .classics .note{
      margin: 10px auto;
      color: #888888;
      font-size: 12px;
      text-align: center;
  }
  #suntory_contents .hall_contents .hall_series {
    margin: 0 auto 40px;
    width: 1160px;
    background-image: url(../img/content_bg_08.webp), url(../img/content_bg_09.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 0 bottom;
    background-size: 100% auto, 100% auto;
    padding: 20px 0 30px;
    position: relative;
    background-color: #fff;
  }
  /* ========================================================================
   hall_series[pc]
   ========================================================================= */
  .no-webp #suntory_contents .hall_contents .hall_series {
    background-image: url(../img/content_bg_08.jpg), url(../img/content_bg_09.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 0 bottom;
    background-size: 100% auto, 100% auto;
    background-color: #fff;
  }
  #suntory_contents .hall_contents .hall_series::before {
    content: "";
    width: 356px;
    height: 548px;
    background: url(../img/content_img_08.webp) no-repeat 0 0;
    background-size: 356px 548px;
    position: absolute;
    bottom: -3px;
    left: 0;
  }
  .no-webp #suntory_contents .hall_contents .hall_series::before {
    background: url(../img/content_img_08.png) no-repeat 0 0;
    background-size: 356px 548px;
  }
  #suntory_contents .hall_contents .hall_series::after {
    content: "";
    width: 270px;
    height: 175px;
    background: url(../img/content_img_09.webp) no-repeat 0 0;
    background-size: 270px 175px;
    position: absolute;
    top: 55px;
    right: 40px;
  }
  .no-webp #suntory_contents .hall_contents .hall_series::after {
    background: url(../img/content_img_09.png) no-repeat 0 0;
    background-size: 270px 175px;
  }
  #suntory_contents .hall_contents .hall_series .title {
    margin: 20px auto 0;
    width: 364px;
    height: 240px;
    background: url(../img/08_koyama_pc.svg) no-repeat 0 40px;
    background-size: 364px auto;
  }
  #suntory_contents .hall_contents .hall_series .title h2,
  #suntory_contents .hall_contents .hall_series .title p {
    text-indent: -999999px;
  }
  #suntory_contents .hall_contents .hall_series .text {
    background: none;
    margin: 26px 0;
    padding: 0;
    color: #aa3399;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.5714285714;
    text-align: center;
    letter-spacing: -0.025em;
    position: relative;
  }
  .no-webp #suntory_contents .hall_contents .hall_series .text {
    background: none;
  }
  #suntory_contents .hall_contents .hall_series .performance_list {
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
  }
  #suntory_contents .hall_contents .hall_series .performance_list li {
    margin: 0 10px;
    width: 390px;
    list-style: none;
  }
  #suntory_contents .hall_contents .hall_series .performance_list li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents .hall_contents .hall_series .performance_list li a {
    width: 390px;
    min-height: 102px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 20px;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 2px 8px 0px rgba(170, 51, 153, 0.3);
  }
  #suntory_contents .hall_contents .hall_series .performance_list li a:hover {
    background: #fff2ff;
  }
  #suntory_contents .hall_contents .hall_series .performance_list li a::before {
    content: "";
    width: 10px;
    height: 22px;
    background: #aa3399 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
  }
  #suntory_contents .hall_contents .hall_series .performance_list li a .date {
    font-weight: bold;
    font-size: 13px;
    color: #aa3399;
    letter-spacing: 0;
  }
  #suntory_contents .hall_contents .hall_series .performance_list li a .date .note {
    margin-left: 10px;
    color: #666666;
  }
  #suntory_contents .hall_contents .hall_series .performance_list li a h3 {
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    line-height: 1.2857142857;
  }
  #suntory_contents .hall_contents .hall_series .btn_feature a {
    margin: 0 auto;
    width: 210px;
    height: 50px;
    background: #5566bb;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 6px 0px rgba(0, 136, 102, 0.2);
    position: relative;
  }
  #suntory_contents .hall_contents .hall_series .btn_feature a::before {
    content: "";
    width: 15px;
    height: 22px;
    background: #554499 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
    background-size: 4px auto;
    position: absolute;
    top: 14px;
    left: 0;
  }
  #suntory_contents .hall_contents .hall_series .btn_feature a:hover {
    background: #006644;
  }
  #suntory_contents .hall_contents .hall_series .btn_feature a:hover::before {
    background: #005533 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
    background-size: 4px auto;
  }
  #suntory_contents .hall_contents .uchida_piano {
    margin: 0 auto 40px;
    width: 1160px;
    background-image: url(../img/content_bg_14.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 66px 0 30px;
    background-color: #fff;
  }
  /* ========================================================================
   uchida_piano[pc]
   ========================================================================= */
  .no-webp #suntory_contents .hall_contents .uchida_piano {
    background-image: url(../img/content_bg_14.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  #suntory_contents .hall_contents .uchida_piano .title {
    margin: 0 auto 40px;
    width: 516px;
    height: 32px;
    background: url(../img/14_title_uchida_pc.svg) no-repeat 0 0;
    background-size: 516px auto;
    background-position: top center;
  }
  #suntory_contents .hall_contents .uchida_piano .title h2,
  #suntory_contents .hall_contents .uchida_piano .title p {
    text-indent: -999999px;
  }
  #suntory_contents .hall_contents .uchida_piano .text {
    background: url(../img/pc_img_uchida_piano.webp) no-repeat center 0;
    background-size: 820px auto;
    margin: 0 auto 30px;
    width: 820px;
    padding: 250px 0 0;
    color: #916d00;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.5714285714;
    text-align: center;
    letter-spacing: -0.025em;
  }
  .no-webp #suntory_contents .hall_contents .uchida_piano .text {
    background: url(../img/pc_img_uchida_piano.png) no-repeat center 0;
    background-size: 820px auto;
  }
  #suntory_contents .hall_contents .uchida_piano .performance_list {
    margin: 0 auto;
    width: 390px;
  }
  #suntory_contents .hall_contents .uchida_piano .performance_list li {
    margin-bottom: 0;
    width: 390px;
    list-style: none;
  }
  #suntory_contents .hall_contents .uchida_piano .performance_list li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents .hall_contents .uchida_piano .performance_list li a {
    width: 390px;
    min-height: 80px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 20px;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 2px 8px 0px rgba(0, 119, 102, 0.35);
  }
  #suntory_contents .hall_contents .uchida_piano .performance_list li a:hover {
    background: #ddf1f1;
  }
  #suntory_contents .hall_contents .uchida_piano .performance_list li a::before {
    content: "";
    width: 10px;
    height: 22px;
    background: #15778e url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
  }
  #suntory_contents .hall_contents .uchida_piano .performance_list li a .date {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: bold;
    color: #00798b;
    letter-spacing: 0;
  }
  #suntory_contents .hall_contents .uchida_piano .performance_list li a .date .note {
    margin-left: 10px;
    color: #666666;
  }
  #suntory_contents .hall_contents .uchida_piano .performance_list li a h3 {
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    line-height: 1.2857142857;
  }
  #suntory_contents .hall_contents .uchida_piano .btn_feature {
    margin-bottom: 30px;
  }
  #suntory_contents .hall_contents .uchida_piano .btn_feature a {
    margin: 0 auto;
    width: 210px;
    height: 50px;
    background: #00798b;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 6px 0px rgba(0, 119, 102, 0.35);
    position: relative;
  }
  #suntory_contents .hall_contents .uchida_piano .btn_feature a::before {
    content: "";
    width: 15px;
    height: 22px;
    background: #006644 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
    background-size: 4px auto;
    position: absolute;
    top: 14px;
    left: 0;
  }
  #suntory_contents .hall_contents .uchida_piano .btn_feature a:hover {
    background: #ddf1f1;
  }
  #suntory_contents .hall_contents .uchida_piano .btn_feature a:hover::before {
    background: #ddf1f1 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
    background-size: 4px auto;
  }
  #suntory_contents .hall_contents .wph_special {
    margin: 0 auto 40px;
    width: 1160px;
    background-color: #fcf8f8;
    background-image: url(../img/content_bg_10.webp), url(../img/content_bg_11.webp);
    background-size: 1160px auto, 1160px auto;
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    padding: 0;
  }
  /* ========================================================================
   wph_special[pc]
   ========================================================================= */
  .no-webp #suntory_contents .hall_contents .wph_special {
    background-color: #fcf8f8;
    background-image: url(../img/content_bg_10.png), url(../img/content_bg_11.png);
    background-size: 1160px auto, 1160px auto;
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 1160px auto;
    padding: 52px 0 0;
  }
  #suntory_contents .hall_contents .wph_special .title {
    margin: 0 auto;
    width: 520px;
    height: 252px;
    background: url(../img/09_wph_pc.svg) no-repeat 0 50px;
    background-size: 520px auto;
    position: relative;
  }
  #suntory_contents .hall_contents .wph_special .title::before {
    content: "";
    position: absolute;
    top: 70px;
    left: -195px;
    width: 95px;
    height: 110px;
    background-image: url(../img/09_wph_logo.svg);
    background-repeat: no-repeat;
  }
  #suntory_contents .hall_contents .wph_special .title h2,
  #suntory_contents .hall_contents .wph_special .title p {
    text-indent: -999999px;
  }
  #suntory_contents .hall_contents .wph_special .text {
    background: url(../img/content_img_11.webp) no-repeat center 0;
    background-size: 920px auto;
    margin: 0 auto 30px;
    width: 920px;
    padding: 240px 0 0;
    margin-top: -17px;
    color: #9c6915;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.5714285714;
    text-align: center;
    letter-spacing: -0.025em;
  }
  #suntory_contents .hall_contents .wph_special .text strong {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .no-webp #suntory_contents .hall_contents .wph_special .text {
    background: url(../img/content_img_11.png) no-repeat center 0;
    background-size: 920px auto;
  }
  #suntory_contents .hall_contents .wph_special .performance_list {
    margin: 0 40px;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  #suntory_contents .hall_contents .wph_special .performance_list li {
    margin-bottom: 0;
    width: 340px;
    list-style: none;
  }
  #suntory_contents .hall_contents .wph_special .performance_list li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents .hall_contents .wph_special .performance_list li a {
    width: inherit;
    min-height: 80px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 20px;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 2px 8px 0px rgba(102, 68, 0, 0.4);
  }
  #suntory_contents .hall_contents .wph_special .performance_list li a:hover {
    background: #fff9dd;
  }
  #suntory_contents .hall_contents .wph_special .performance_list li a::before {
    content: "";
    width: 10px;
    height: 22px;
    background: #885500 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
  }
  #suntory_contents .hall_contents .wph_special .performance_list li a .date {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: bold;
    color: #9c6915;
    letter-spacing: 0;
  }
  #suntory_contents .hall_contents .wph_special .performance_list li a .date .note {
    margin-left: 10px;
    color: #666666;
  }
  #suntory_contents .hall_contents .wph_special .performance_list li a h3 {
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    line-height: 1.2857142857;
  }
  #suntory_contents .hall_contents .wph_special > .btn_feature {
    margin-bottom: 30px;
  }
  #suntory_contents .hall_contents .wph_special .btn_feature a {
    margin: 0 auto;
    width: 210px;
    height: 50px;
    background: #905c06;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 6px 0px rgba(136, 85, 17, 0.2);
    position: relative;
  }
  #suntory_contents .hall_contents .wph_special .btn_feature a::before {
    content: "";
    width: 15px;
    height: 22px;
    background: #794b00 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
    background-size: 4px auto;
    position: absolute;
    top: 14px;
    left: 0;
  }
  #suntory_contents .hall_contents .wph_special .btn_feature a:hover {
    background: #905c06;
  }
  #suntory_contents .hall_contents .wph_special .btn_feature a:hover::before {
    background: #840 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
    background-size: 4px auto;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra {
    background: none;
    padding: 0 0 0 40px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
    border-top: none;
  }
  .no-webp #suntory_contents .hall_contents .wph_special .performance_list_extra {
    background: none;
    background: none;
    background: none;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra li {
    margin: 0 30px 60px 0;
    width: 340px;
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(85, 0, 17, 0.14);
    position: relative;
    margin: 0 30px 60px 0;
    width: 340px;
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(136, 85, 0, 0.14);
    position: relative;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra li a:hover {
    background: #fff9dd;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra li::before {
    content: "";
    width: 10px;
    height: 22px;
    background: #885500 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
    position: absolute;
    top: 169px;
    left: 0;
    z-index: 1;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra li.inactive::before {
    content: "";
    width: 10px;
    height: 22px;
    background: #dbceb8 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
    position: absolute;
    top: 169px;
    left: 0;
    z-index: 1;
    background: #dbceb8 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra li:last-child {
    margin: 0;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra li:nth-of-type(3n) {
    margin: 0 40px 30px 0;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra li a {
    text-decoration: none;
    padding: 0 0 15px;
    display: block;
    height: 220px;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra li.tall a {
    height: 240px;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra li.feature.tall a {
    padding: 0 0 70px;
    height: 226px;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra li > a::before {
    display: none;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra li a::after {
    content: "";
    width: 340px;
    height: 35px;
    position: absolute;
    top: 101px;
    left: 0;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra picture img {
    width: 100%;
    height: auto;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra .date {
    position: relative;
    margin: 15px 0 7px 20px;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    color: #885500;
    position: relative;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra .date:before {
    content: "";
    display: block;
    position: absolute;
    width: 340px;
    height: 30px;
    background: linear-gradient(to top, #fff 0%, transparent 100%);
    top: -40px;
    left: -20px;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra li > a:hover .date:before {
    background: linear-gradient(to top, #fff9dd 0%, transparent 100%);
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra .wide .date {
    margin: 15px 0 15px 20px;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra .narrow .date {
    margin: 0px 0 5px 20px;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra h3 {
    margin: 0 10px 0 20px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    color: #000;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra h3.long {
    letter-spacing: -0.025em;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra li.feature .btn_feature {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px #aa7722 solid;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra li.feature .btn_feature a {
    margin: 0;
    padding: 0;
    width: 180px;
    height: 36px;
    background: #dbceb8;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 6px 0px rgba(136, 85, 0, 0.14);
    position: relative;
    text-decoration: none;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra li .btn_feature a::before {
    content: "";
    width: 10px;
    height: 22px;
    background: #dbceb8 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
    position: absolute;
    top: 7px;
    left: 0;
  }
  #suntory_contents .hall_contents .wph_special .performance_list_extra li.feature .btn_feature.inactive a {
    background: #dbceb8;
    box-shadow: 0px 2px 6px 0px rgba(136, 85, 0, 0.14);
    pointer-events: none;
  }
  #suntory_contents .hall_contents .wph_special .btn_feature.inactive a::before {
    background: #dbceb8 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
  }
  #suntory_contents .hall_contents .wien_orchestra {
    margin: 0 auto 40px;
    width: 1160px;
    background-image: url(../img/content_bg_12.webp), url(../img/content_bg_12-2.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 0 bottom;
    background-size: 100% auto, 100% auto;
    padding: 0 0 60px;
    position: relative;
    background-color: #fff;
  }
  /* ========================================================================
   wien_orchestra[pc]
   ========================================================================= */
  .no-webp #suntory_contents .hall_contents .wien_orchestra {
    background-image: url(../img/content_bg_12.png), url(../img/content_bg_12-2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 0 bottom;
    background-size: 100% auto, 100% auto;
    background-color: #fff;
  }
  #suntory_contents .hall_contents .wien_orchestra .title {
    margin: 0 auto;
    width: 540px;
    height: 197px;
    background: url(../img/10_volksoperwien_pc.svg) no-repeat 0 60px;
    background-size: 540px auto;
  }
  #suntory_contents .hall_contents .wien_orchestra .title h2,
  #suntory_contents .hall_contents .wien_orchestra .title p {
    text-indent: -999999px;
  }
  #suntory_contents .hall_contents .wien_orchestra .text {
    background: none;
    margin: -60px 0 30px;
    padding: 0;
    color: #000;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.5714285714;
    text-align: center;
    letter-spacing: -0.025em;
    position: relative;
  }
  .no-webp #suntory_contents .hall_contents .wien_orchestra .text {
    background: none;
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list {
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list li {
    margin: 0 10px;
    width: 390px;
    list-style: none;
    margin: 0 30px 0 0;
    width: 340px;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(136, 85, 0, 0.4);
    position: relative;
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list li > a {
    width: 340px;
    min-height: 80px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 70px;
    height: 240px;
    text-decoration: none;
    position: relative;
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list li > a:hover {
    background: #fff6dd;
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list li::before {
    content: "";
    width: 10px;
    height: 22px;
    background: #885500 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
    position: absolute;
    top: 260px;
    left: 0;
    z-index: 1;
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list li:last-child {
    margin: 0;
    height: -moz-fit-content;
    height: fit-content;
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list li > a {
    text-decoration: none;
    padding: 0 0 20px;
    display: block;
    height: 280px;
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list li.tall > a {
    height: 100%;
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list picture img {
    width: 100%;
    height: auto;
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list .date {
    margin: 15px 0 7px 20px;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    color: #885500;
    position: relative;
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list .date:before {
    content: "";
    display: block;
    position: absolute;
    width: 340px;
    height: 30px;
    background: linear-gradient(to top, #fff 0%, transparent 100%);
    top: -45px;
    left: -20px;
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list li > a:hover .date:before {
    background: linear-gradient(to top, #fff6dd 0%, transparent 100%);
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list .wide .date {
    margin: 15px 0 15px 20px;
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list .narrow .date {
    margin: 0px 0 5px 20px;
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list h3 {
    margin: 0 0 0 20px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    color: #000;
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list li.feature .btn_feature {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px #dddddd solid;
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list li .btn_feature a {
    margin: 0;
    padding: 0;
    width: 180px;
    height: 36px;
    background: #885500;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 6px 0px rgba(85, 0, 17, 0.2);
    position: relative;
    text-decoration: none;
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list li .btn_feature a::before {
    content: "";
    width: 10px;
    height: 22px;
    background: #552200 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
    position: absolute;
    top: 7px;
    left: 0;
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list li.feature .btn_feature a:hover {
    background: #662200;
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list .btn_feature a:hover::before {
    background: #440000 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
  }
  #suntory_contents .hall_contents .wien_orchestra .performance_list li.feature .note {
    margin: -8px auto 6px;
    color: #888888;
    font-size: 12px;
    text-align: center;
  }
  #suntory_contents .hall_contents .nijikura {
    margin: 0 auto 40px;
    width: 1160px;
    border-top: 15px solid #58b287;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 90%, #58b287 120%);
    padding: 50px 0 60px;
    position: relative;
    background-color: #fff;
  }
  #suntory_contents .hall_contents .nijikura .titleLogoWarp {
    justify-content: space-between;
    top: 60px;
    width: 960px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #suntory_contents .hall_contents .nijikura .titleLogoWarp .logo1 {
    width: 160px;
  }
  #suntory_contents .hall_contents .nijikura .titleLogoWarp .logo2 {
    width: 150px;
  }
  #suntory_contents .hall_contents .nijikura .titleLogoWarp .logo2 .caption {
    font-size: 12px;
  }
  /* ========================================================================
   nijikura[pc]
   ========================================================================= */
  .no-webp #suntory_contents .hall_contents .nijikura {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 90%, #58b287 120%);
    background-color: #fff;
  }
  #suntory_contents .hall_contents .nijikura .title {
    margin: 0 auto;
    width: 388px;
    height: 113px;
    background: url(../img/11_niji_pc.svg) no-repeat 0 0;
    background-size: 388px auto;
    background-position: top center;
  }
  #suntory_contents .hall_contents .nijikura .title h2,
  #suntory_contents .hall_contents .nijikura .title p {
    text-indent: -999999px;
  }
  #suntory_contents .hall_contents .nijikura .text {
    background: none;
    margin: 30px 0 26px;
    padding: 0;
    color: #1c8754;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.5714285714;
    text-align: center;
    letter-spacing: -0.025em;
    position: relative;
  }
  .no-webp #suntory_contents .hall_contents .nijikura .text {
    background: none;
  }
  #suntory_contents .hall_contents .nijikura .performance_list {
    margin: 30px auto 0;
    width: 960px;
    gap: 30px;
    display: flex;
    justify-content: center;
  }
  #suntory_contents .hall_contents .nijikura .performance_list li {
    list-style: none;
    height: -moz-fit-content;
    height: fit-content;
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(28, 135, 84, 0.25);
    position: relative;
    margin-bottom: unset;
  }
  #suntory_contents .hall_contents .nijikura .performance_list li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents .hall_contents .nijikura .performance_list li a {
    min-height: 80px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 70px;
    height: 240px;
    text-decoration: none;
    position: relative;
  }
  #suntory_contents .hall_contents .nijikura .performance_list li a:hover {
    background: #e4fff2;
  }
  #suntory_contents .hall_contents .nijikura .performance_list li::before {
    content: "";
    width: 10px;
    height: 22px;
    background: #1c8754 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
    position: absolute;
    top: 264px;
    left: 0;
    z-index: 1;
  }
  #suntory_contents .hall_contents .nijikura .performance_list li:last-child {
    margin: 0;
  }
  #suntory_contents .hall_contents .nijikura .performance_list li a {
    text-decoration: none;
    padding: 0 0 15px;
    display: block;
    height: 280px;
  }
  #suntory_contents .hall_contents .nijikura .performance_list li.tall a {
    height: 320px;
    padding: 0 0 20px;
  }
  #suntory_contents .hall_contents .nijikura .performance_list li.tall a .txt_small {
    font-size: 12px;
    color: #000;
    margin: 0 0 0 48px;
  }
  #suntory_contents .hall_contents .nijikura .performance_list li.tall a .sp_item_inline {
    display: none;
  }
  #suntory_contents .hall_contents .nijikura .performance_list li.tall a .pc_item {
    display: block;
  }
  #suntory_contents .hall_contents .nijikura .performance_list li a::after {
    content: "";
    width: 340px;
    height: 35px;
    position: absolute;
    top: 101px;
    left: 0;
  }
  #suntory_contents .hall_contents .nijikura .performance_list picture img {
    width: 100%;
    height: auto;
  }
  #suntory_contents .hall_contents .nijikura .performance_list .date {
    margin: 15px 0 7px 20px;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    color: #1c8754;
    position: relative;
  }
  #suntory_contents .hall_contents .nijikura .performance_list .date:before {
    content: "";
    display: block;
    position: absolute;
    width: 300px;
    height: 30px;
    background: linear-gradient(to top, #fff 0%, transparent 100%);
    top: -45px;
    left: -20px;
  }
  #suntory_contents .hall_contents .nijikura .performance_list li a:hover .date:before {
    background: linear-gradient(to top, #e4fff2 0%, transparent 100%);
  }
  #suntory_contents .hall_contents .nijikura .performance_list .date span {
    color: #000;
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
  }
  #suntory_contents .hall_contents .nijikura .performance_list .wide .date {
    margin: 15px 0 15px 20px;
  }
  #suntory_contents .hall_contents .nijikura .performance_list .narrow .date {
    margin: 0px 0 5px 20px;
  }
  #suntory_contents .hall_contents .nijikura .performance_list h3 {
    margin: 0 5px 0 20px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    color: #000;
  }
  #suntory_contents .hall_contents .play_list {
    margin: 0 auto 40px;
    width: 1160px;
    background-image: url(../img/content_bg_13.webp);
    background-size: 100% 100%;
    padding: 60px 0 30px;
    position: relative;
  }
  /* ========================================================================
   organ_talk[pc]
   ========================================================================= */
  .no-webp #suntory_contents .hall_contents .organ_talk {
    background-image: url(../img/content_bg_15_pc.png), url(../img/content_bg_15-2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 0 bottom;
    background-size: 100% auto, 100% auto;
    background-color: #fff;
  }
  #suntory_contents .hall_contents .organ_talk {
    margin: 0 auto 40px;
    width: 1160px;
    background-image: url(../img/content_bg_15_pc.webp), url(../img/content_bg_15-2_pc.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 0 bottom;
    background-size: 100% auto, 100% auto;
    padding: 60px 0;
    position: relative;
    background-color: #fff;
  }
  #suntory_contents .hall_contents .organ_talk .title {
    margin: 0 auto;
    width: 492px;
    height: 110px;
    background: url(../img/15_organ_talk_pc.svg) no-repeat 0 0;
    background-size: 492px auto;
    background-position: top center;
  }
  #suntory_contents .hall_contents .organ_talk .title h2,
  #suntory_contents .hall_contents .organ_talk .title p {
    text-indent: -999999px;
  }
  #suntory_contents .hall_contents .organ_talk .text {
    background: none;
    margin: 30px 0 26px;
    padding: 0;
    color: #cb1721;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.5714285714;
    text-align: center;
    letter-spacing: -0.025em;
    position: relative;
  }
  .no-webp #suntory_contents .hall_contents .organ_talk .text {
    background: none;
  }
  #suntory_contents .hall_contents .organ_talk .performance_list {
    margin: 35px auto 0;
    width: 1010px;
    gap: 30px;
    display: flex;
    justify-content: center;
  }
  #suntory_contents .hall_contents .organ_talk .performance_list li {
    list-style: none;
    height: -moz-fit-content;
    height: fit-content;
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(111, 111, 111, 0.25);
    position: relative;
    margin-bottom: unset;
  }
  #suntory_contents .hall_contents .organ_talk .performance_list li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents .hall_contents .organ_talk .performance_list li a {
    min-height: 80px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 70px;
    height: 240px;
    text-decoration: none;
    position: relative;
  }
  #suntory_contents .hall_contents .organ_talk .performance_list li a:hover {
    background: #ffeced;
  }
  #suntory_contents .hall_contents .organ_talk .performance_list li::before {
    content: "";
    width: 10px;
    height: 22px;
    background: #cb1721 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
    position: absolute;
    top: 285px;
    left: 0;
    z-index: 1;
  }
  #suntory_contents .hall_contents .organ_talk .performance_list li:last-child {
    margin: 0;
  }
  #suntory_contents .hall_contents .organ_talk .performance_list li a {
    text-decoration: none;
    padding: 0 0 15px;
    display: block;
    height: 280px;
  }
  #suntory_contents .hall_contents .organ_talk .performance_list li.tall a {
    height: 335px;
  }
  #suntory_contents .hall_contents .organ_talk .performance_list li.tall a .txt_small {
    font-size: 12px;
    color: #000;
    margin: 0 0 0 48px;
  }
  #suntory_contents .hall_contents .organ_talk .performance_list li.tall a .sp_item_inline {
    display: none;
  }
  #suntory_contents .hall_contents .organ_talk .performance_list li.tall a .pc_item {
    display: block;
  }
  #suntory_contents .hall_contents .organ_talk .performance_list li a::after {
    content: "";
    width: 340px;
    height: 35px;
    position: absolute;
    top: 101px;
    left: 0;
  }
  #suntory_contents .hall_contents .organ_talk .performance_list picture img {
    width: 100%;
    height: auto;
  }
  #suntory_contents .hall_contents .organ_talk .performance_list .date {
    margin: 15px 0 7px 20px;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    color: #cb1721;
    position: relative;
  }
  #suntory_contents .hall_contents .organ_talk .performance_list .date:before {
    content: "";
    display: block;
    position: absolute;
    width: 230px;
    height: 30px;
    background: linear-gradient(to top, #fff 0%, transparent 100%);
    top: -45px;
    left: -20px;
  }
  #suntory_contents .hall_contents .organ_talk .performance_list li a:hover .date:before {
    background: linear-gradient(to top, #ffeced 0%, transparent 100%);
  }
  #suntory_contents .hall_contents .organ_talk .performance_list .date span {
    color: #000;
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
  }
  #suntory_contents .hall_contents .organ_talk .performance_list .wide .date {
    margin: 15px 0 15px 20px;
  }
  #suntory_contents .hall_contents .organ_talk .performance_list .narrow .date {
    margin: 0px 0 5px 20px;
  }
  #suntory_contents .hall_contents .organ_talk .performance_list h3 {
    margin: 0 10px 0 20px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    color: #000;
  }
  #suntory_contents .hall_contents .play_list {
    margin: 0 auto 40px;
    width: 1160px;
    background-image: url(../img/content_bg_13.webp);
    background-size: 100% 100%;
    padding: 60px 0 30px;
    position: relative;
  }
  /* ========================================================================
       play_list[pc]
       ========================================================================= */
  .no-webp #suntory_contents .hall_contents .play_list {
    background: #fff url(../img/content_bg_13.png) center/cover no-repeat;
  }
  #suntory_contents .hall_contents .play_list .performance_list {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 800px;
  }
  #suntory_contents .hall_contents .play_list .performance_list li {
    height: -moz-fit-content;
    height: fit-content;
    list-style: none;
    margin: 0 30px 30px 0;
    width: 340px;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(170, 0, 51, 0.2);
    position: relative;
  }
  #suntory_contents .hall_contents .play_list .performance_list li:nth-of-type(even) {
    margin-right: 0;
  }
  #suntory_contents .hall_contents .play_list .performance_list li > a {
    width: 340px;
    min-height: 80px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 70px;
    height: 240px;
    text-decoration: none;
    position: relative;
  }
  #suntory_contents .hall_contents .play_list .performance_list li > a:hover {
    background: #ffeef0;
  }
  #suntory_contents .hall_contents .play_list .performance_list li::before {
    content: "";
    width: 10px;
    height: 22px;
    background: #aa0033 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
    position: absolute;
    top: 215px;
    left: 0;
    z-index: 1;
  }
  #suntory_contents .hall_contents .play_list .performance_list li.feature .btn_feature.blank::after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(../img/icon_external.svg) no-repeat 0 0;
    background-size: 10px 10px;
    position: absolute;
    top: 22px;
    right: 90px;
  }
  #suntory_contents .hall_contents .play_list .performance_list li > a {
    text-decoration: none;
    padding: 0 0 15px;
    display: block;
    height: 280px;
  }
  #suntory_contents .hall_contents .play_list .performance_list li.tall > a {
    height: 270px;
  }
  #suntory_contents .hall_contents .play_list .performance_list li > a::after {
    content: "";
    width: 340px;
    height: 35px;
    position: absolute;
    top: 101px;
    left: 0;
  }
  #suntory_contents .hall_contents .play_list .performance_list picture img {
    width: 100%;
    height: auto;
  }
  #suntory_contents .hall_contents .play_list .performance_list .date {
    margin: 15px 0 7px 20px;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    color: #aa0033;
    position: relative;
  }
  #suntory_contents .hall_contents .play_list .performance_list .date:before {
    content: "";
    display: block;
    position: absolute;
    width: 340px;
    height: 40px;
    background: linear-gradient(to top, #fff 0%, transparent 100%);
    top: -55px;
    left: -20px;
  }
  #suntory_contents .hall_contents .play_list .performance_list li > a:hover .date:before {
    background: linear-gradient(to top, #ffeef0 0%, transparent 100%);
  }
  #suntory_contents .hall_contents .play_list .performance_list .wide .date {
    margin: 15px 0 15px 20px;
  }
  #suntory_contents .hall_contents .play_list .performance_list .narrow .date {
    margin: 0px 0 5px 20px;
  }
  #suntory_contents .hall_contents .play_list .performance_list h3 {
    margin: 0 10px 0 20px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    color: #000;
  }
  #suntory_contents .hall_contents .play_list .performance_list h3 span {
    font-size: 12px;
  }
  #suntory_contents .hall_contents .play_list .performance_list li.feature .btn_feature {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px #dddddd solid;
    position: relative;
  }
  #suntory_contents .hall_contents .play_list .performance_list li .btn_feature a {
    margin: 0;
    padding: 0;
    width: 180px;
    height: 36px;
    background: #aa0033;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 6px 0px rgba(85, 0, 17, 0.2);
    position: relative;
    text-decoration: none;
  }
  #suntory_contents .hall_contents .play_list .performance_list li .btn_feature a::before {
    content: "";
    width: 10px;
    height: 22px;
    background: #660011 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
    position: absolute;
    top: 7px;
    left: 0;
  }
  #suntory_contents .hall_contents .play_list .performance_list li.feature .btn_feature a:hover {
    background: #880022;
  }
  #suntory_contents .hall_contents .play_list .performance_list .btn_feature a:hover::before {
    background: #550011 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
  }
  #suntory_contents .hall_contents .play_list .performance_list li.feature .note {
    margin: -8px auto 6px;
    color: #888888;
    font-size: 12px;
    text-align: center;
  }
  #suntory_contents .hall_contents .enjoy_music {
    margin: 0 auto 44px;
    width: 1160px;
    background: #f4faf4 url(../img/pc_bg_enjoy_music.webp) no-repeat 0 0;
    background-size: 1160px auto;
    position: relative;
    padding: 59px 0 0;
  }
  /* ========================================================================
   enjoy_music[pc]
   ========================================================================= */
  .no-webp #suntory_contents .hall_contents .enjoy_music {
    background: #f4faf4 url(../img/pc_bg_enjoy_music.png) no-repeat 0 0;
    background-size: 1160px auto;
  }
  #suntory_contents .hall_contents .enjoy_music::before {
    content: "";
    width: 160px;
    height: 153px;
    background: url(../img/logo_enjoy_music.webp) no-repeat 0 0;
    background-size: 160px auto;
    position: absolute;
    top: 50px;
    left: 108px;
  }
  .no-webp #suntory_contents .hall_contents .enjoy_music::before {
    background: url(../img/logo_enjoy_music.png) no-repeat 0 0;
    background-size: 160px auto;
  }
  #suntory_contents .hall_contents .enjoy_music .lead {
    margin-bottom: 0;
  }
  #suntory_contents .hall_contents .enjoy_music .lead h2 {
    margin: 0 0 33px 387px;
    width: 393px;
    height: 63px;
    background: url(../img/12_enjoy_pc.svg) no-repeat 0 0;
    background-size: 393px auto;
    text-indent: -999999px;
  }
  #suntory_contents .hall_contents .enjoy_music .lead .text {
    margin-bottom: 30px;
    color: #008a28;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.5714285714;
    text-align: center;
    letter-spacing: -0.05em;
  }
  #suntory_contents .hall_contents .enjoy_music .lead .btn_feature a {
    margin: 0 auto 30px;
    width: 210px;
    height: 50px;
    background: #008a28;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 6px 0px rgba(85, 0, 17, 0.2);
    position: relative;
  }
  #suntory_contents .hall_contents .enjoy_music .lead .btn_feature a::before {
    content: "";
    width: 16px;
    height: 22px;
    background: #006611 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
    background-size: 4px auto;
    position: absolute;
    top: 14px;
    left: 0;
  }
  #suntory_contents .hall_contents .enjoy_music .lead .btn_feature.inactive a {
    background: #99DDBB;
    box-shadow: none;
    pointer-events: none;
  }
  #suntory_contents .hall_contents .enjoy_music .lead .btn_feature.inactive a::before {
    background: #66CC88 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
    background-size: 4px auto;
  }
  #suntory_contents .hall_contents .enjoy_music .lead .btn_feature a:hover {
    background: #006633;
  }
  #suntory_contents .hall_contents .enjoy_music .lead .btn_feature a:hover::before {
    background: #004400 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
    background-size: 4px auto;
  }
  #suntory_contents .hall_contents .kids_fes {
    margin: 0 auto 40px;
    padding: 70px 0 0;
    width: 1080px;
    height: 402px;
    background: url(../img/pc_bg_kids.webp) no-repeat 0 0;
    background-size: 1080px auto;
  }
  /* ========================================================================
   kids_fes[pc]
   ========================================================================= */
  .no-webp #suntory_contents .hall_contents .kids_fes {
    background: url(../img/pc_bg_kids.png) no-repeat 0 0;
    background-size: 1080px auto;
  }
  #suntory_contents .hall_contents .kids_fes .title {
    margin: 0 0 25px 335px;
    width: 400px;
    height: 115px;
    background: url(../img/10_title_kids.svg) no-repeat 0 0;
    background-size: 400px auto;
  }
  #suntory_contents .hall_contents .kids_fes .title h3,
  #suntory_contents .hall_contents .kids_fes .title p {
    text-indent: -999999px;
    font-size: 20px;
  }
  #suntory_contents .hall_contents .kids_fes .text {
    margin: 0 0 30px;
    background: none;
    padding: 0;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.5714285714;
    color: #aa0033;
    text-align: center;
    letter-spacing: -0.025em;
  }
  .no-webp #suntory_contents .hall_contents .kids_fes .text {
    background: none;
  }
  #suntory_contents .hall_contents .kids_fes .btn_feature a {
    margin: 0 auto;
    width: 210px;
    height: 50px;
    background: #dd2255;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 6px 0px rgba(85, 0, 17, 0.2);
    position: relative;
  }
  #suntory_contents .hall_contents .kids_fes .btn_feature a::before {
    content: "";
    width: 15px;
    height: 22px;
    background: #aa0033 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
    background-size: 4px auto;
    position: absolute;
    top: 14px;
    left: 0;
  }
  #suntory_contents .hall_contents .kids_fes .btn_feature a::after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(../img/icon_external.svg) no-repeat 0 0;
    background-size: 10px 10px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #suntory_contents .hall_contents .kids_fes .btn_feature a:hover {
    background: #dd0044;
  }
  #suntory_contents .hall_contents .kids_fes .btn_feature a:hover::before {
    background: #990022 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
    background-size: 4px auto;
  }
  #suntory_contents .hall_contents .kids_fes .note {
    margin: 10px auto 0;
    color: #888888;
    font-size: 12px;
    text-align: center;
  }
  #suntory_contents .hall_contents .enjoy_music .list_group01 {
    background: linear-gradient(to bottom, #f4faf4 0%, #c4e5c8 100%);
    background-size: auto 40px;
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 0 0 40px 40px;
  }
  #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra {
    padding-top: 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
  }
  /* ========================================================================
   performance_list_extra[pc]
   ========================================================================= */
  .no-webp #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra {
    background: none;
  }
  #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li {
    margin: 0 30px 30px 0;
    width: 340px;
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(85, 0, 17, 0.14);
    position: relative;
  }
  #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li a:hover {
    background: #effff6;
  }
  #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li::before {
    content: "";
    width: 10px;
    height: 22px;
    background: #11AA55 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
    position: absolute;
    top: 219px;
    left: 0;
    z-index: 1;
  }
  #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li.inactive::before {
    background: #bcd9c5 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
  }
  #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li:last-child {
    margin: 0;
  }
  #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li:nth-of-type(3n) {
    margin: 0 40px 30px 0;
  }
  #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li:nth-of-type(n+4) {
    margin: 0 41px 30px 0;
  }
  #suntory_contents .hall_contents .enjoy_music .performance_list_extra li a {
    text-decoration: none;
    padding: 0 0 15px;
    display: block;
    height: 270px;
  }
  #suntory_contents .hall_contents .enjoy_music .performance_list_extra li.tall a {
    height: 270px;
  }
  #suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature.tall a {
    padding: 0 0 70px;
    height: 285px;
  }
  #suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature.tall01 a {
    padding: 0 0 70px;
    height: 250px;
  }
  #suntory_contents .hall_contents .enjoy_music .performance_list_extra li:nth-of-type(3) {
    letter-spacing: 0;
  }
  #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li > a::before {
    display: none;
  }
  #suntory_contents .hall_contents .enjoy_music .performance_list_extra li a::after {
    content: "";
    width: 340px;
    height: 35px;
    position: absolute;
    top: 101px;
    left: 0;
  }
  #suntory_contents .hall_contents .enjoy_music .performance_list_extra picture img {
    width: 100%;
    height: auto;
  }
  #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra .date {
    margin: 5px 0 7px 20px;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    color: #008A28;
    position: relative;
  }
  #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra .date:before {
    content: "";
    display: block;
    position: absolute;
    width: 340px;
    height: 40px;
    background: linear-gradient(to top, #fff 0%, transparent 100%);
    top: -45px;
    left: -20px;
  }
  #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li a:hover .date:before {
    background: linear-gradient(to top, #effff6 0%, transparent 100%);
  }
  #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra .wide .date {
    margin: 15px 0 15px 20px;
  }
  #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra .narrow .date {
    margin: 0px 0 5px 20px;
  }
  #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra h3 {
    margin: 0 5px 0 18px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    color: #000;
  }
  #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra h3.long {
    letter-spacing: -0.025em;
  }
  #suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .btn_feature {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px #dddddd solid;
  }
  #suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .btn_feature.blank::after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(../img/icon_external.svg) no-repeat 0 0;
    background-size: 10px 10px;
    position: absolute;
    top: 22px;
    right: 90px;
  }
  #suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .btn_feature a {
    margin: 0;
    padding: 0;
    width: 180px;
    height: 36px;
    background: #008a28;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 6px 0px rgba(85, 0, 17, 0.2);
    position: relative;
    text-decoration: none;
  }
  #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li .btn_feature a::before {
    content: "";
    width: 10px;
    height: 22px;
    background: #006611 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
    position: absolute;
    top: 7px;
    left: 0;
  }
  #suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .btn_feature.inactive a {
    background: #99ddbb;
    box-shadow: 0px 2px 6px 0px rgba(85, 0, 17, 0.2);
    pointer-events: none;
  }
  #suntory_contents .hall_contents .enjoy_music .list_group01 .btn_feature.inactive a::before {
    background: #66cc88 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
  }
  #suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .btn_feature a:hover {
    background: #006633;
  }
  #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li .btn_feature a:hover::before,
  #suntory_contents .hall_contents .enjoy_music .list_group01 .btn_feature a:hover::before {
    background: #004400 url(../img/pc_arrow_right.svg) no-repeat 4px center;
    background-size: 3px auto;
  }
  #suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .note {
    margin: -8px auto 6px;
    color: #888888;
    font-size: 12px;
    text-align: center;
  }
  #suntory_contents .hall_contents .materials {
    background: none;
    width: 1160px;
    margin: 0 auto;
    padding: 0;
  }
  #suntory_contents .hall_contents .materials .btn_pdf {
    margin: 0 auto 34px;
    width: 710px;
    height: 137px;
    background: url(../img/pc_bg_btn.png) no-repeat 0 21px;
    background-size: 710px 100px;
  }
  #suntory_contents .hall_contents .materials .btn_pdf:hover {
    background: url(../img/pc_bg_btn_on.png) no-repeat 0 21px;
    background-size: 710px 100px;
  }
  #suntory_contents .hall_contents .materials .btn_pdf a {
    width: 710px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    padding: 0 0 0 25px;
    position: relative;
  }
  #suntory_contents .hall_contents .materials .btn_pdf a::before {
    content: "";
    position: absolute;
    left: unset;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 181px;
    height: 131px;
    background-image: url(../img/pc_img_pdf.webp);
    background-size: contain;
  }
  #suntory_contents .hall_contents .materials .btn_pdf a span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    color: #990022;
    text-decoration: none;
    background: url(../img/icon_pdf.png) no-repeat left;
    background-size: 33px auto;
    padding: 0 0 0 60px;
    text-align: center;
    display: flex;
    align-items: center;
    height: inherit;
  }
  #suntory_contents .hall_contents .materials .btn_pdf a span::before {
    display: none;
  }
  #suntory_contents .hall_contents .materials .archive {
    background: linear-gradient(to bottom, #fbf4f3 0%, #fff 100%);
    margin: 0 auto;
    width: 1160px;
    background-color: #fff;
    padding: 40px 0 40px;
    text-align: center;
    color: #000;
    font-size: 18px;
  }
  #suntory_contents .hall_contents .materials .archive .archive_list {
    margin-bottom: 42px;
    display: flex;
    justify-content: center;
  }
  #suntory_contents .hall_contents .materials .archive .archive_list li {
    margin-bottom: 4vw;
    list-style: none;
    width: 280px;
    margin: 0 20px;
  }
  #suntory_contents .hall_contents .materials .archive .archive_list li .btn_feature {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #suntory_contents .hall_contents .materials .archive .archive_list li .btn_feature a {
    margin: 0 auto;
    width: 280px;
    height: 60px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 5px 0px rgba(170, 119, 34, 0.4);
    position: relative;
  }
  #suntory_contents .hall_contents .materials .archive .archive_list li .btn_feature a:hover {
    background: #994400;
  }
  #suntory_contents .hall_contents .materials .archive .archive_list li .btn_feature a::before {
    content: "";
    width: 15px;
    height: 22px;
    background: #994400 url(../img/arrow_right.svg) no-repeat 5px center;
    background-size: 5px auto;
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
  }
  #suntory_contents .hall_contents .materials .archive .archive_list li .btn_feature a:hover:before {
    background: #773300 url(../img/arrow_right.svg) no-repeat 5px center;
    background-size: 5px auto;
  }
  #suntory_contents .hall_contents .materials .archive span {
    font-size: 19px;
    line-height: 1;
  }
  #suntory_contents .hall_contents .materials .archive a.font_red {
    color: #aa0033;
    font-weight: bold;
    font-size: 19px;
    line-height: 1;
  }
  #suntory_contents .hall_contents .materials .archive a.font_red:hover {
    color: #ee0033;
    text-decoration: underline;
  }
  #suntory_contents .hall_contents .materials .archive a.link_21-22 {
    color: #aa0033;
    text-decoration: none;
    margin: 0;
    font-size: 18px;
    display: block;
  }
  #suntory_contents .hall_contents .materials .archive a.link_21-22:hover {
    color: #ee0033;
    text-decoration: underline;
  }
  #suntory_contents .hall_contents .materials .past_performance {
    margin: 0 auto;
    width: 1160px;
    background: #fff;
  }
  #suntory_contents .hall_contents .materials .past_performance dt {
    width: 1160px;
    height: 150px;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    padding: 0;
  }
  #suntory_contents .hall_contents .materials .past_performance.open dt {
    background: none;
  }
  #suntory_contents .hall_contents .materials .past_performance dd {
    background: #fff;
    display: block;
  }
  #suntory_contents .hall_contents .materials .past_performance ul {
    list-style: none;
    border: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #suntory_contents .hall_contents .materials .past_performance li {
    margin: 0 0 40px 40px;
    height: 16px;
    padding-right: 40px;
    position: relative;
    border: none;
  }
  #suntory_contents .hall_contents .materials .past_performance li:last-child {
    border: none;
  }
  #suntory_contents .hall_contents .materials .past_performance li::after {
    content: "";
    background: #e1dfe0;
    width: 2px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #suntory_contents .hall_contents .materials .past_performance li:last-child::after, #suntory_contents .hall_contents .materials .past_performance li:nth-child(5)::after {
    background: none;
  }
  #suntory_contents .hall_contents .materials .past_performance li a {
    display: block;
    height: 15px;
    line-height: 15px;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    color: #aa0033;
    padding: 0;
    border: none;
  }
  #suntory_contents .hall_contents .materials .past_performance li a:hover {
    color: #ee0033;
    text-decoration: underline;
  }
  /* ========================================================================
   materials[pc]
   ========================================================================= */
}
a.disabled {
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */