@charset "utf-8";


ul,
li {
    list-style: none !important;
}
/*------------------------------------------------------------
  print
  ------------------------------------------------------------ */
@media print {
	* {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
    }
}
/*------------------------------------------------------------
  font
  ------------------------------------------------------------ */

#suntory_contents .mainCont a {color: #119900 ;}
#suntory_contents .mainCont a:hover {color:#55bb00;}

#suntory_contents .bold {
    font-weight: bold;
}

#suntory_contents .btmBlock a.active {
    color: #55aa00 !important;
}

#suntory_contents .mb0 {
    margin-bottom: 0 !important;
}

#suntory_contents .mt5{
    margin-top:5px !important;
}

#suntory_contents .mt50{
    margin-top:50px !important;
}

#suntory_contents .mt130{
    margin-top:130px !important;
}

#suntory_contents .mt160{
    margin-top:160px !important;
}

#suntory_contents .ml10 {margin-left: 10px !important;}

#suntory_contents .page_top.fixed {
    z-index: 1 !important;
}

.blocker,
#suntory_contents #gray,
#suntory_contents #gray_s,
#suntory_contents #gray_f,
#suntory_contents .modalbox,
#suntory_contents .modalbox_s,
#suntory_contents .modalbox_f {
    z-index: 999999 !important;
}

#suntory_contents .bgBeige {
    background: #F6F1E4 !important;
}

#suntory_contents .bgBeige.representative {
    overflow: hidden;
    padding: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}

#suntory_contents .bgBeige.representative.txt_box>p {
    margin-bottom: 0;
}

.font12 {
    font-size: 12px !important;
}

.font14 {
    font-size: 14px !important;
}
.font16 {
    font-size: 16px !important;
}

/*------------------------------------------------------------
  for PC
  ------------------------------------------------------------ */
/*#suntory_contents .sp_item {
    display: none;
    }*/



/*------------------------------------------------------------
  [PC] bread_crumbs
  ------------------------------------------------------------ */

#suntory_contents .bread_crumbs {
    padding: 15px 0 0 !important;
    margin-bottom: 13px !important;
}

/*------------------------------------------------------------
  [PC] container
  ------------------------------------------------------------ */

#suntory_contents #contents {
    margin: 0 auto;
    width: 100%;
    position: relative;
}

#suntory_contents #rehearsal_contents {
    margin: 0 auto;
    width: 100%;
    position: relative;
}


/*------------------------------------------------------------
  [PC] btn_page_top
  ------------------------------------------------------------ */


@media print, screen and (max-width:1200px) and (min-width:768px) {
  /*for ios safari*/
  _::-webkit-full-page-media, _:future, :root #suntory_contents .btn_page_top {
    right: 0;
    margin-right: 0;
  }
}


/*------------------------------------------------------------
  [PC] contents_title
  ------------------------------------------------------------ */
#suntory_contents #contents_title {
    margin-bottom: 50px;
    padding: 45px 0 50px;
    border-bottom: 1px #222 solid;
    display: flex;
    justify-content: space-between;
}

#suntory_contents #contents_title h2 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    font-weight: 500;
    line-height: 1.5;
}

#suntory_contents #hall_contents #contents_header .inner h1 {
    padding-top: 10px;
}

#suntory_contents #contents_title h1 {
    font-size: 24px;
    font-weight: bold;
    font-weight: 500;
    line-height: 1.5;
}

#suntory_contents #contents_title .btn_sns {
    display: flex;
    list-style: none;
}

#suntory_contents #contents_title .btn_sns li {
    margin-left: 10px;
}

#suntory_contents #contents_title .btn_sns .btn_sns_facebook a {
    width: 40px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    background: url(../img/common/icon_facebook.png) no-repeat 0 0;
}

#suntory_contents #contents_title .btn_sns .btn_sns_twitter a {
    width: 40px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    background: url(../img/common/icon_twitter.png) no-repeat 0 0;
}


/*------------------------------------------------------------
  [PC] section
  ------------------------------------------------------------ */
#suntory_contents .section {
    margin-bottom: 80px;
}

#suntory_contents .section_title {
    margin-bottom: 30px;
    padding: 0 0 30px;
    border-bottom: 1px #222 solid;
}

#suntory_contents .section_title h2 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    font-weight: 500;
    line-height: 1.5;
}

#suntory_contents .section_title h1 {
    font-size: 24px;
    font-weight: bold;
    font-weight: 500;
    line-height: 1.5;
}

/*------------------------------------------------------------
  [PC] lead
  ------------------------------------------------------------ */
#suntory_contents .info_txt_box {
    max-width: 700px;
}

#suntory_contents .lead {
    margin-bottom: 50px;
}

#suntory_contents .lead h1 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    font-weight: 500;
    line-height: 1.5;
}

#suntory_contents .lead p {
    font-size: 15px;
    line-height: 1.8;
}

#suntory_contents .gray {
    color: #666
}

/*------------------------------------------------------------
  [PC] information_container
  ------------------------------------------------------------ */
#suntory_contents .mt25 {
    margin-top: 25px;
}

#suntory_contents .information_container {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: solid 1px #ccc;
    padding-bottom: 40px;
}

#suntory_contents .info_list li {
    padding-left: 40px;
    background: url(../img/common/icon_arrow_red_pc.jpg) left 0px no-repeat;
    list-style: none;
    margin-top: 20px;
}

#suntory_contents .info_list li:first-child {
    margin-top: 0;
}

#suntory_contents .info_list ul a {
    color: #881133;
}

#suntory_contents .info_note {
    margin-top: 8px;
    color: #666666;
}

#suntory_contents .info_list .info_note a {
    color: #0000EE;
}

#suntory_contents .font_fa {
    font-family: "Lucida Grande",
        /* "MS PGothic","ＭＳ Ｐゴシック", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN" /*, "メイリオ", Meiryo, Osaka ,*/
        sans-serif
}

#suntory_contents .icon_blank {
    padding-right: 20px;
    background: url(../img/common/icon_blank_pc.jpg) no-repeat right top;
    color: #222222;
}


/*------------------------------------------------------------
  [PC] img_container
  ------------------------------------------------------------ */
#suntory_contents .img_container {
    width: 340px;
}

#suntory_contents .img_container img {
    margin-bottom: 30px;
    max-width: 340px;
}

#suntory_contents .img_container figcaption {
    text-align: center;
    font-size: 14px;
}

#suntory_contents .img_container figcaption a {
    color: #881133;
}

#suntory_contents .img_container figcaption a:hover {
    text-decoration: none;
}

#suntory_contents .pdf a {
    background: url(../img/common/icon_pdf.png) no-repeat 0 center;
    /* background-size: auto 39px; */
    display: inline-block;
    min-height: 39px;
    line-height: 39px;
    padding-left: 45px;
}

/*------------------------------------------------------------
  [PC] movie_container
  ------------------------------------------------------------ */
#suntory_contents .movie_container {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#suntory_contents .movie_container li {
    list-style: none;
    width: 470px;
    margin: 0 30px 30px 0;
}

#suntory_contents .movie_container li iframe {
    margin-bottom: 20px;
    width: 340px;
}

#suntory_contents .movie_container li p {
    font-size: 14px;
    color: #222;
}

#suntory_contents .movie_container li .movie {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

#suntory_contents .movie_container li .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/*------------------------------------------------------------
  [PC] article
  ------------------------------------------------------------ */

#suntory_contents .article {}

#suntory_contents .title_block {
    margin-top: 20px;
}

#suntory_contents .article_title {
    padding-bottom: 30px;
    border-bottom: 1px #222 solid;
}

#suntory_contents #interview_contents .article_title {
    margin-bottom: 20px;
}

#suntory_contents .article_title h2 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    font-weight: 500;
}

#suntory_contents .article_title h1 {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: bold;
    font-weight: 500;
}

#suntory_contents .font16 {
    font-size: 16px;
}

#suntory_contents .font18 {
    font-size: 18px;
}

#suntory_contents .font20 {
    font-size: 20px;
}

#suntory_contents .article_sub_title {
    font-size: 24px;
    font-weight: bold;
}

#suntory_contents .article_lead {
    margin: 20px 0 20px;
}

#suntory_contents .article_title .author {
    font-size: 16px;
    color: #222;
    text-align: right;
}

#suntory_contents .txt_box {
    overflow: hidden;
    margin-top: 20px;
}

#suntory_contents .txt_box.mt0,
.mt0 {
    margin-top: 0 !important;
}

#suntory_contents .fl {
    float: left;
}

#suntory_contents .box_style01 {
    margin-top: 0;
}

#suntory_contents .txt_box>h3 {
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
    font-weight: 400;
    color: #997755;
    background: #f6f1e4;
    margin-bottom: 20px;
    padding: 20px 30px;
    overflow: hidden;
}


#suntory_contents .txt_box>h3,
#suntory_contents .txt_box_inr>h3 {
    font-size: 14px;
    line-height: 1.8;
    font-weight: bold;
    font-weight: 400;
    color: #997755;
    background: #f6f1e4;
    margin-bottom: 20px;
    padding: 20px 30px;
    overflow: hidden;
    padding-left: 60px;
}

#suntory_contents .qtitile {
    position: relative;
}

#suntory_contents .qtitile:before {
    content: "";
    width: 22px;
    border-top: solid 1px #997755;
    position: absolute;
    top: 32px;
    ;
    left: 32px;
}


#suntory_contents .txt_box>p {
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8;
}

#suntory_contents #rehearsal_contents .txt_box>p,
#interview_contents .txt_box>p {
    max-width: 635px;
}

#suntory_contents .txt_box p.font12 {
    font-size: 12px !important;
}

#suntory_contents .blue {
    color: #0f0f6d;
}

#suntory_contents .text_block>p:first-child {
    margin-top: 0;
}

#suntory_contents .txt_img_block {
    float: right;
    margin-top: 20px;
}

#suntory_contents #interview_contents .subTxtBox {
    float: right;
    width: 340px;
    margin-left: 20px;
    padding: 30px;
    background: #F6F1E4;
    line-height: 1.8;
    font-size: 14px;
}


#suntory_contents .subTtl {
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1.8;
}

#suntory_contents .subTtl.lh1 {
    line-height: 1;
}


#suntory_contents #interview_contents .text_block.bdT {
    clear: both;
    max-width: 590px;
    border-top: 2px solid #aaa;
}

#suntory_contents #interview_contents a {
    color: #881133;
}

#suntory_contents #interview_contents a:hover {
    text-decoration: none;
}

#suntory_contents .txt_img_block:first-child {
    margin-top: 0;
}

#suntory_contents .txt_img_flexblock {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    list-style: none;
}

#suntory_contents .txt_img_block li {
    width: 340px;
    list-style: none;
    margin: 20px 0 0 10px;
}
#suntory_contents .txt_img_block li.ImgW240 {
    width: 240px;
}
#suntory_contents .txt_img_block li.ImgW200 {
    width: 200px;
}
#suntory_contents .txt_img_block li.artistImg_colum2 {
    display: flex;
    justify-content:space-between;
}
#suntory_contents .txt_img_block li.artistImg_colum2 .artistImg_colum2_box {
    width: 47%;
}

#suntory_contents .txt_img_block li.artistImg_colum2 .artistImg_colum2_box.mlauto {
    margin: 0 auto;
}

#suntory_contents .txt_img_block .arti_style_02 {
    margin-left: 89px;
}

#suntory_contents .arti_style_02 li .caption {
    padding-bottom: 12px;
}

#suntory_contents .caption.caption_L_dbl {
    padding-bottom: 12px;
}

#suntory_contents .img_style01 li {
    width: 290px;
}

#suntory_contents .liOverflow li {
    overflow: hidden;
}

#suntory_contents .img_style02 ul {
    margin: 20px 0 20px 20px;
}

#suntory_contents .img_style02 li {
    width: 358px;
}

#suntory_contents .txt_img_flexblock li {
    width: 215px;
    list-style: none;
    margin: 20px 0 20px 10px;
}

#suntory_contents .txt_img_flexblock_C {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 20px;
}

#suntory_contents .txt_img_flexblock_C li {
    width: 380px;
    padding: 0 59px;
    margin-top: 20px;
    list-style: none;
    box-sizing: content-box;
}

#suntory_contents .txt_img_block li:first-child {
    margin-top: 0;
}

#suntory_contents .img_box_txt {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

#suntory_contents .caption {
    font-size: 12px;
}

#suntory_contents .font10 {
    font-size: 10px
}

#suntory_contents .caption_R {
    text-align: right;
}

#suntory_contents .caption_L {
    text-align: left;
}

/*------------------------------------------------------------
  [PC] contents_container
  ------------------------------------------------------------ */
#suntory_contents .contents_container {
    overflow: hidden;
}

#suntory_contents .contents_container:after {
    content: '';
    display: block;
    clear: both;
}



/*------------------------------------------------------------
  [PC] img
  ------------------------------------------------------------ */
#suntory_contents .article .img:last-child {
    margin-bottom: 0;
}

#suntory_contents .img_single {
    margin-bottom: 40px;
}

#suntory_contents .img_single figure img {
    margin-bottom: 10px;
    max-width: 1000px;
}

#suntory_contents .img_single figure figcaption {
    display: flex;
    justify-content: space-between;
}

#suntory_contents .img_single figure figcaption .text {
    font-size: 12px;
}

#suntory_contents .img_single figure figcaption .copyright {
    font-size: 10px;
    color: #777;
}

#suntory_contents .img_double {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

#suntory_contents .img_double figure {
    width: 480px;
}

#suntory_contents .img_double figure img {
    margin-bottom: 10px;
    max-width: 480px;
}

#suntory_contents .img_double figure figcaption {
    display: flex;
    justify-content: space-between;
}

#suntory_contents .img_double figure figcaption .text {
    font-size: 12px;
}

#suntory_contents .img_double figure figcaption .copyright {
    font-size: 10px;
    color: #777;
}

/* 200213追加 */
#suntory_contents .img_column2 {
    width: 100%;
}

#suntory_contents .img_column2 ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 20px 0;
    list-style: none;
}
#suntory_contents .img_column2 ul li{
    max-width: 340px;
}

/*------------------------------------------------------------
  [PC] text_important
  ------------------------------------------------------------ */

#suntory_contents #text_important {
	padding: 20px;
	margin: 30px 0 0;
	background: #fff;
	border: 1px solid #881133;
}

#suntory_contents #text_important h2 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #881133;
}

#suntory_contents #text_important p {
    margin-bottom: 20px;
}

#suntory_contents #text_important .text_important_outlink {
    margin-bottom: 5px;
}

#suntory_contents #text_important .text_important_outlink a {
    background: #881133 url(../../../common2019/img/icon_external_hd.png) no-repeat right 18px center;
    background-size: 9px auto;
    padding: 6px 34px 7px 26px;
    width: 130px;
    height: 32px;
    font-size: 12.5px;
    color: #fff;
    text-decoration: none;
}

#suntory_contents #text_important .text_important_outlink a:hover {
    text-decoration: underline;
}


/* 座席表修正 */
#suntory_contents .map_image_fan a.camaera img {
	position: absolute;
	top: 1px;
	left: 0;
}


@media screen and (max-width:767px) {


    .mb15_sp {
        margin-bottom: 15px !important;
    }

    #suntory_contents .pt15_sp{
        padding-top:15px !important;
    }

    #suntory_contents .pt35_sp{
        padding-top:35px !important;
    }

    #suntory_contents .contBgWrap {
        padding-bottom: 100px;
    }

    #suntory_contents .txt_box>p.mb20 {
        margin-bottom: 20px;
    }

    /*------------------------------------------------------------
  for SP
  ------------------------------------------------------------ */
    #suntory_contents .lNavCont {
        background-image: url(../img/sp_menu_bg01.png), url(../img/sp_menu_bg02.png) !important;
        background-color: rgba(255, 255, 255, 0.95) !important;
    }

    /*    .pc_item {
        display: none;
    }
    #suntory_contents .sp_item {
        display: block;
        }*/

    #suntory_contents .sp_item.inline {
        display: inline-block;
        padding-right: 5px;
    }

    #suntory_contents .caption_L {
        text-align: left;
    }


    /*------------------------------------------------------------
      [SP] contents_header
      ------------------------------------------------------------ */
    /*    #suntory_contents #contents_header {
        display: none;
    }
    */
    /*------------------------------------------------------------
      [SP] bread_crumbs
      ------------------------------------------------------------ */
    #suntory_contents .bread_crumbs,
    #suntory_contents #contents .bread_crumbs {
        display: none;
    }

    #suntory_contents .lang_link.btn_english {
        display: none;
    }

    /*------------------------------------------------------------
      [SP] container
      ------------------------------------------------------------ */
    /*    #suntory_contents #container {
        background: none;
    }
    #suntory_contents #container .inner {
        margin: 0 auto;
        background: none;
        }*/
    /*    #suntory_contents #container.flat .inner {
        margin: 0 auto;
        width: auto;
        background: #fff;
        }*/
    #suntory_contents #contents {
        width: auto;
        padding-bottom: 6.66666667vw;
        position: relative;
    }

    #suntory_contents .topics_area.spPd {
        padding: 0 12px;
    }


    #suntory_contents .topics_area {
        padding: 0 8vw;
    }

    /*------------------------------------------------------------
[SP] img_container
------------------------------------------------------------ */
    #suntory_contents .img_container {
        width: auto;
        order: 3;
        margin: 35px 15px;
    }

    #suntory_contents .img_container img {
        margin-bottom: 30px;
        max-width: 100%;
    }

    #suntory_contents .img_container figcaption {
        text-align: center;
        font-size: 12px;
    }

    #suntory_contents .img_container figcaption a {
        color: #881133;
    }

    #suntory_contents .img_container figcaption a:hover {
        text-decoration: none;
    }

    /*------------------------------------------------------------
      [SP] btn_page_top
      ------------------------------------------------------------ */
    /*    #suntory_contents .btn_page_top a {
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        background: url(/suntoryhall/common2017/sp/img/btn_page_top.png) no-repeat 0 0;
        background-size: 40px 40px;
        z-index: 9999;
        position: fixed;
        bottom: 20px;
        right: 10px;
        }*/
    /*------------------------------------------------------------
      [SP] link
      ------------------------------------------------------------ */
    #suntory_contents li.link_arrow {
        margin-bottom: 20px;
    }

    #suntory_contents li.link_arrow:last-child {
        margin-bottom: 0;
    }

    #suntory_contents .link_arrow a {
        position: relative;
        padding-left: 30px;
        display: inline-block;
    }

    #suntory_contents .link_arrow a:before {
        content: '';
        width: 20px;
        height: 20px;
        background: #881133;
        position: absolute;
        top: -.125em;
        left: 0;
    }

    #suntory_contents .link_arrow a:after {
        content: '';
        width: 5.5px;
        height: 5.5px;
        margin: auto;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: calc(.175em + 1.75px);
        left: 3.75px;
    }

    #suntory_contents .pdf a {
        background: url(../img/common/icon_pdf.png) no-repeat 0 center;
        background-size: auto 30px;
        display: inline-block;
        min-height: 30px;
        line-height: 30px;
        padding-left: 35px;
    }


    /*------------------------------------------------------------
      [SP] contents_title
      ------------------------------------------------------------ */
    #suntory_contents #contents_title {
        margin-bottom: 20px;
        padding: 10px 0 30px;
        border-bottom: 1px #222 solid;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    #suntory_contents #contents_title .title {
        order: 2;
    }

    #suntory_contents #contents_title h2 {
        margin-bottom: 10px;
        font-size: 11px;
        font-weight: bold;
        font-weight: 500;
        line-height: 1.5;
    }

    #suntory_contents #contents_title h1 {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        font-weight: 500;
        line-height: 1.5;
    }

    #suntory_contents #contents_title .btn_sns {
        margin-bottom: 15px;
        display: flex;
        justify-content: flex-end;
        list-style: none;
        order: 1;
    }

    #suntory_contents #contents_title .btn_sns li {
        margin-left: 1.5625vw;
    }

    #suntory_contents #contents_title .btn_sns .btn_sns_facebook a {
        width: 6.25vw;
        height: 6.25vw;
        display: block;
        text-indent: -9999px;
        background: url(../img/common/icon_facebook.png) no-repeat 0 0;
        background-size: 6.25vw auto;
    }

    #suntory_contents #contents_title .btn_sns .btn_sns_twitter a {
        width: 6.25vw;
        height: 6.25vw;
        display: block;
        text-indent: -9999px;
        background: url(../img/common/icon_twitter.png) no-repeat 0 0;
        background-size: 6.25vw auto;
    }

    /*------------------------------------------------------------
      [SP] section
      ------------------------------------------------------------ */
    #suntory_contents .section {
        margin-bottom: 40px;
    }

    #suntory_contents .section_title {
        margin-bottom: 30px;
        padding: 0 0 30px;
        border-bottom: 1px #222 solid;
    }

    #suntory_contents .section_title h2 {
        margin-bottom: 10px;
        font-size: 11px;
        font-weight: bold;
        font-weight: 500;
        line-height: 1.5;
    }

    #suntory_contents .section_title h1 {
        font-size: 18px;
        font-weight: bold;
        font-weight: 500;
        line-height: 1.5;
    }

    /*------------------------------------------------------------
      [SP] lead
      ------------------------------------------------------------ */
    #suntory_contents .lead {
        margin-bottom: 30px;
    }

    #suntory_contents .lead h1 {
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: bold;
        font-weight: 500;
        line-height: 1.5;
    }

    #suntory_contents .lead p {
        font-size: 12px;
        line-height: 1.8;
    }

    /*------------------------------------------------------------
      [SP] information_container
      ------------------------------------------------------------ */
    #suntory_contents .information_container {
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-bottom: 0;
    }

    /*------------------------------------------------------------
      [SP] movie_container
      ------------------------------------------------------------ */
    #suntory_contents .movie_container {
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
    }

    #suntory_contents .movie_container li {
        list-style: none;
        width: 100%;
        margin: 20px 0 20px 0;
    }

    #suntory_contents .movie_container li .movie {
        margin-bottom: 10px;
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }

    #suntory_contents .movie_container li .movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }

    #suntory_contents .movie_container li p {
        font-size: 12px;
        color: #222;
    }

    /*------------------------------------------------------------
      [SP] article
      ------------------------------------------------------------ */
    #suntory_contents .sp_mt15 {
        margin-top: 15px;
    }

    #suntory_contents .article {
        border: none;
    }

    #suntory_contents .article_title {
        margin-bottom: 15px;
        padding-bottom: 20px;
        border-bottom: 1px #222 solid;
    }

    #suntory_contents .article_title h2 {
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: bold;
        font-weight: 500;
    }

    #suntory_contents .article_title h1 {
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: bold;
        font-weight: 500;
    }

    #suntory_contents .article_sub_title {
        font-size: 18px;
    }

    #suntory_contents .article_title .author {
        font-size: 11px;
        color: #222;
        text-align: right;
    }

    #suntory_contents .article_lead {
        margin: 0 0 20px;
    }

    #suntory_contents .article_lead p {
        font-size: 11px;
        line-height: 1.8;
    }
    #suntory_contents .txt_img_block li,
    #suntory_contents .txt_img_block li.ImgW240,
    #suntory_contents .txt_img_block li.ImgW200,
    #suntory_contents .txt_img_block .arti_style_02,
    #suntory_contents .txt_img_block .img_style02 {
        width: auto;
        list-style: none;
        margin: 20px auto;
    }

    #suntory_contents .img_box>ul {
        margin: 0 auto;
    }

    #suntory_contents .txt_img_flexblock_C li {
        padding: 0 0;
    }

    #suntory_contents .img_box li {
        margin-top: 20px;
        margin-left: 0;
    }

    #suntory_contents .width585L {
        width: auto;
        float: left;
    }

    #suntory_contents .sp_width100 {
        width: 100%;
    }

    #suntory_contents ul .ps_width60p {
        width: 60%;
        text-align: center;
    }

    #suntory_contents ul .ps_width80p {
        width: 80%;
        text-align: center;
    }

    #suntory_contents .sp_font14 {
        font-size: 14px;
    }

    #suntory_contents .sp_font16 {
        font-size: 16px;
    }

    #suntory_contents .txt_img_block .font10 {
        font-size: 10px;
    }

    /*------------------------------------------------------------
      [sp] text_block
      ------------------------------------------------------------ */
    #suntory_contents .text_block {
        width: auto;
        float: none;
    }

    #suntory_contents .text_block p {
        font-size: 14px;
        line-height: 1.8;
    }

    #suntory_contents .txt_box>h3 {
        font-size: 12px;
    }

    #suntory_contents .txt_box>h3.qtitile {
        font-size: 14px;
    }
    #suntory_contents .txt_box p.sp_font14 {
        font-size: 14px !important;
    }

    #suntory_contents .qtitile:before {
        display: none;
    }

    #suntory_contents .txt_box>h3,
    #suntory_contents .txt_box_inr>h3 {
        padding-left: 30px;
    }

    #suntory_contents .txt_box .sp_mgt {}

    /*------------------------------------------------------------
      [SP] text_container
      ------------------------------------------------------------ */
    #suntory_contents .text_container {
        margin-bottom: 40px;
    }

    #suntory_contents .text_container p {
        margin-bottom: 2em;
        font-size: 12px;
        line-height: 1.8;
    }

    /*------------------------------------------------------------
      [SP] dialogue_container
      ------------------------------------------------------------ */
    #suntory_contents .dialogue_container {
        margin-bottom: 40px;
    }

    #suntory_contents .dialogue_container dt {
        font-size: 12px;
        font-weight: normal;
        font-weight: 400;
        color: #997755;
        background: #f6f1e4;
        margin-bottom: 15px;
        padding: 15px 15px 15px 30px;
        position: relative;
    }

    #suntory_contents .dialogue_container dt:before {
        content: '';
        display: block;
        width: 10px;
        height: 1px;
        border-top: 1px #997755 solid;
        position: absolute;
        top: calc(15px + .75em);
        left: 15px;
    }

    #suntory_contents .dialogue_container dd {
        font-size: 12px;
        line-height: 1.8;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    /*------------------------------------------------------------
      [SP] img
      ------------------------------------------------------------ */
    #suntory_contents .article .img:last-child {
        margin-bottom: 0;
    }

    #suntory_contents .img_single {
        margin-bottom: 40px;
    }

    #suntory_contents .img_single figure img {
        margin-bottom: 10px;
        max-width: 100%;
    }

    #suntory_contents .img_single figure figcaption {
        display: flex;
        flex-direction: column;
    }

    #suntory_contents .img_single figure figcaption .text {
        font-size: 8px;
    }

    #suntory_contents .img_single figure figcaption .copyright {
        font-size: 6px;
        color: #777;
        text-align: right;
    }

    #suntory_contents .img_double {
        margin-bottom: 40px;
        display: flex;
        justify-content: space-between;
    }

    #suntory_contents .img_double figure {
        width: 46.1538461538462%;
    }

    #suntory_contents .img_double figure img {
        margin-bottom: 10px;
        max-width: 100%;
    }

    #suntory_contents .img_double figure figcaption {
        display: flex;
        flex-direction: column;
    }

    #suntory_contents .img_double figure figcaption .text {
        font-size: 8px;
    }

    #suntory_contents .img_double figure figcaption .copyright {
        font-size: 6px;
        color: #777;
        text-align: right;
    }

    #suntory_contents .btmBlock.spPd {
        padding-bottom: 0;
    }
	#suntory_contents .btmBlock.spPd .cmg35thLogo {
		display: none;
	}

    #suntory_contents #interview_contents .subTxtBox {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    #suntory_contents #interview_contents .titleArt {
        display: none;
    }

    /* 200120追加 */
    #suntory_contents .mainCont .inner .spTtl img+img {
        margin-top: 0;
    }

    /* 200213追加 */
    #suntory_contents .img_column2 ul li{
        margin-top: 15px;
    }

}


@media screen and (max-width:374px) {
    /* for SP small */

    /*------------------------------------------------------------
  （SP）small
  ------------------------------------------------------------ */
    #suntory_contents .subNav p {
        font-size: 12px;
    }
}

/*================================================
　artistmessage.html
================================================*/
#suntory_contents .txt_box .no_hidden {
    overflow: visible;
}

#suntory_contents .txt_box .text_style01 {
    margin-bottom: 0;
}

#suntory_contents .txt_box .text_style02 {
    margin-top: 0;
}

#suntory_contents .txt_box .text_indent25 {
    padding-left: 2.5em;
    text-indent: -2.5em;
}

#suntory_contents .txt_box .text_indent70 {
    padding-left: 7em;
    text-indent: -7em;
}

#suntory_contents .movie_title {
    text-align: left;
    font-size: 18px;
    padding: 10px 0 10px 30px;
}

#suntory_contents .movie .arti_style_02,
#suntory_contents .movie .arti_style_03 {
    display: flex;
    padding-left: 13px;
}

#suntory_contents .movie li {
    max-width: 560px;
    /*max-height: 357px;*/
    margin: 30px auto;
    /*text-align: center;*/
    list-style: none;
}

#suntory_contents .movie .arti_style_02 li {
    width: 300px;
    margin-top: 0;
}

#suntory_contents .movie .arti_style_03 li {
    width: 450px;
    margin-top: 0;
}

#suntory_contents .movie .arti_style_02 li:last-child,
#suntory_contents .movie .arti_style_02 li:last-child {
    margin-right: 0;
}

#suntory_contents .youtube_wp {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

#suntory_contents iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#movie_block .movie_caption {
    margin-block-end: 10px;
    font-size: 18px;
    text-align: left;
}

#suntory_contents .movie .arti_style_02 .movie_caption,
#suntory_contents .movie .arti_style_03 .movie_caption {
    font-size: 14px;
}

/*#movie_block .movie_caption.heightFix{
  min-height: 50px;
}*/
/*------------style------------*/
.cf::after {
    content: "";
    display: block;
    clear: both;
}

#suntory_contents .textNormal {
    font-weight: normal;
}

#suntory_contents .textRight {
    text-align: right;
}

#suntory_contents .caption_L_dbl {
    float: left;
}

#suntory_contents .caption_L_dbl.caption {
    padding-bottom: 12px;
}

#suntory_contents .displayBlock {
    display: block;
}

#suntory_contents .marginTop0 {
    margin-block-start: 0;
}

#suntory_contents .txt_box .marginBottom10 {
    margin-bottom: 10px;
}

#suntory_contents .txt_box.mt0 {
    margin-top: 0;
}

#suntory_contents .mt20 {
    margin-top: 20px;
}

#suntory_contents .mb30 {
    margin-bottom: 30px !important;
}

#suntory_contents .txt_box.mt10 {
    margin-top: 10px;
}

#suntory_contents .fontsize15 {
    font-size: 15px;
}

#suntory_contents .fontsize16 {
    font-size: 16px;
}

@media print,
screen and (min-width:768px) {

    #suntory_contents #container .interview_link {
        padding-bottom: 15px !important;
    }

    #suntory_contents .mt20_pc {
        margin-top: 20px;
    }

    #suntory_contents .subTtl.bigPC {
        font-size: 1.125em;
    }

    #suntory_contents .mb0_pc {
        margin-bottom: 0px !important;
    }

    #suntory_contents .mb15_pc {
        margin-bottom: 15px !important;
    }

    #suntory_contents .mb20_pc {
        margin-bottom: 20px !important;
    }

    #suntory_contents .mb30_pc {
        margin-bottom: 30px !important;
    }

    #suntory_contents .topics_area {
        padding: 0 10px !important;
    }

    #suntory_contents .mainCont .inner {
         background: url(../common/img/lower_cont_bg03.png) repeat-x left bottom !important;
    }

    #suntory_contents #suntoryhall_common_header {
        z-index: 1 !important;
    }

    #suntory_contents .mainCont .inner>h1 {
        margin-left: 0 !important;
    }
    #suntory_contents .lNavCont {
      z-index: 0;
    }

    /*================================================
rehearsal_info
================================================ */

    #suntory_contents .rehearsal_info {
        clear: both;
        width: 100%;
        min-width: 540px;
        max-width: 628px;
        margin-bottom: 30px;
        padding-bottom: 30px;
        background: #F6F1E4;
    }


    #suntory_contents .text_block .rehearsal_info li {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.5;
        padding: 30px 0px 0px 20px
    }

    #suntory_contents .rehearsal_info li p.rehearsalSchedule a {
        color: #881133;
    }

    #suntory_contents .rehearsal_info li p {
        margin-left: 1.25em;
        line-height: 1.75;
    }

    #suntory_contents .rehearsal_info li p.rehearsalSchedule span.rehearsalScheduleTxt {
        display: inline-block;
        width: 205px;
    }

    #suntory_contents .rehearsal_info li p.rehearsalSchedule a:hover {
        text-decoration: none;
    }

}

@media screen and (max-width:767px) {
    #suntory_contents .pdfBtn {}

    #suntory_contents .pdfBtn a {
        position: relative;
        display: block;
        width: 80%;
        max-width: 330px;
        margin: 0 auto 40px;
        padding: 20px;
        color: #fff;
        text-align: center;
        background: #339900;
        font-size: 4vw;
        text-decoration: none;
    }

    #suntory_contents .pdfBtn a::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        display: block;
        width: 35px;
        height: 35px;
        background: url(../img/pdf_btn_anc_icon.png) center/cover;
    }

    #suntory_contents .pdfBtn a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 4.5%;
        display: block;
        width: 35px;
        height: 45px;
        border-radius: 3px;
        transform: translateY(-50%);

        background: url(../img/pdf_icon.png) center/cover;
    }

    #suntory_contents .pdfBtn a span.small {
        font-size: 0.75em;
    }

    #suntory_contents .page_top a {
        background: url(../img/btn_totop_sp.png) center/cover !important;
        background-size: 13.3333333333333vw auto;
    }


    #suntory_contents .subNav {
        display: none;
    }

    #suntory_contents .subNav p {
        padding: 15px 0;
        padding-left: 5.5%;
        font-size: 14px;
        color: #55aa00;
    }

    #suntory_contents .subNav p.border {
        border-top: 1px solid #ccddcc;
    }

    .topMargin {
        margin-top: 10px;
    }

	#suntory_contents .caption_L_dbl {
	    float: none;
	}

    #suntory_contents .text_block .caption_R {
        font-size: 12px;
    }

    #suntory_contents .artistImg {
        padding-inline-start: 0;
    }

    #suntory_contents .txt_img_block {
        margin-top: 0;
    }

    #suntory_contents .mainCont .titleArt {
        display: none;
    }
/*
    #suntory_contents .mainCont.ttlDeco {
        background-image: url(../img/sp_lower_cont_bg01.png);
    }
*/
    #suntory_contents #movie_block .movie_caption {
        margin-block-end: 10px;
        font-size: 18px;
        text-align: left;
    }

    #suntory_contents #movie_block .movie .arti_style_02 .movie_caption,
    #suntory_contents #movie_block .movie .arti_style_03 .movie_caption {
        font-size: 14px;
    }

    #suntory_contents .movie .arti_style_02,
    #suntory_contents .movie .arti_style_03 {
        display: block;
        padding-left: 0;
    }

    #suntory_contents .movie .arti_style_02 li,
    #suntory_contents .movie .arti_style_03 li {
        width: auto;
    }

    #suntory_contents .movie_title {
        padding-left: 0;
    }

    #suntory_contents .movie .arti_style_02 li:last-child {
        margin: 30px auto;
    }

    /*================================================
[SP]rehearsal_info
================================================ */

    #suntory_contents .rehearsal_info {
        clear: both;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
        padding-bottom: 30px;
        background: #F6F1E4;

    }

    #suntory_contents .rehearsal_info li {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.5;
        padding: 30px 30px 0px 30px;
    }

    #suntory_contents .rehearsal_info li p.rehearsalSchedule {
        line-height: 1.75;
    }

    #suntory_contents .rehearsal_info li p.rehearsalSchedule a {
        display: block;
        color: #881133;
    }

    #suntory_contents .rehearsal_info li p.rehearsalSchedule a:hover {
        text-decoration: none;
    }

    #suntory_contents .rehearsal_info p.pdLeft {
        padding-left: 0;
    }

    /*------------------------------------------------------------
      [sp] btn_pdf
    ------------------------------------------------------------ */

    #suntory_contents .btn_pdf a {
        height: 54vw !important;
        background: url(/suntoryhall/feature/chamber2021/img/sp_sche_pdf.jpg) no-repeat left top !important;
        background-size: cover !important;
    }


    /*------------------------------------------------------------
      [sp] newsBlock
    ------------------------------------------------------------ */

    #suntory_contents .newsBlock {
        height:auto;
        /* padding-top: 0; */
        background: url(/suntoryhall/feature/chamber2021/img/contents_bg02.png) repeat-x left top !important;
        /*background-size: 100% auto !important;*/
    }

    #suntory_contents .newsBlock p {
        background: url(/suntoryhall/feature/chamber2021/img/sp_news_title.png) no-repeat left top !important;
        background-size: cover !important;
    }

    #suntory_contents .newsBlock dl {
        height:auto;
        padding: 6vw 8vw 30px !important;
        /*font-size: 14px !important;*/
        font-size: 3.5vw;
    }

    #suntory_contents .newsBlock dl dt {
        color: #444 !important;
    }
  	#suntory_contents .newsBlock dl dd + dt {
      border: none !important;
    }
    #suntory_contents .newsBlock picture {
      padding: 2% 2% 8%;
      text-align: center;
      box-sizing: border-box;
      margin: 0 auto;
    }
    #suntory_contents .newsBlock picture img {
      width: 50%;
    }

    #suntory_contents #container #contents {
        padding-bottom: 0;
    }

}
 @media screen and (max-width:420px){
   #suntory_contents .newsBlock {
       padding-top: 0;
   }
   #suntory_contents .newsBlock dl {
       font-size: 14px !important;
   }
   #suntory_contents .newsBlock p{
     width: 40vw;
    height: 10vw;
   }
 }

@media all and (-ms-high-contrast:none){
    #suntory_contents .topBlockArea {
        height:100%;
    }

    #suntory_contents .profileAnc li{
        line-height:49px;
    }
}


@media print {

    #suntory_contents .topMargin {
        margin-top: 45px;
    }

    /*================================================
       rehearsal_info
     ================================================ */

    #suntory_contents .rehearsal_info {
        clear: both;
        width: 100%;
        min-width: 540px;
        max-width: 628px;
        margin-bottom: 30px;
        padding-bottom: 30px;
        background: #F6F1E4;
    }


    #suntory_contents .text_block .rehearsal_info li {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.5;
        padding: 30px 0px 0px 20px
    }

    #suntory_contents .rehearsal_info li p.rehearsalSchedule a {
        color: #881133;
    }

    #suntory_contents .rehearsal_info li p {
        margin-left: 1.25em;
        line-height: 1.75;
    }

    #suntory_contents .rehearsal_info li p.rehearsalSchedule span.rehearsalScheduleTxt {
        display: inline-block;
        width: 200px;
    }

    #suntory_contents .rehearsal_info li p.rehearsalSchedule a:hover {
        text-decoration: none;
    }

    #suntory_contents .txt_img_block {
        float: right;
        margin-top: 20px;
    }

    #suntory_contents .txt_box.mt0,
    #suntory_contents .txt_img_block.mt0 {
        margin-top: 0;
    }

    #suntory_contents .rehearsal_info {
        margin-top: 0;
    }

    #suntory_contents .rehearsal_info li p.rehearsalSchedule a {
        display: inline;
    }
}

/* 2020 追加 */
#suntory_contents .txt_box .txt_box_pdf {
    margin-top: 10px;
    text-align: center;
}

#suntory_contents .txt_box .txt_box_pdf span {
    background: url(/suntoryhall/feature/2020_21/img/common/icon_pdf.png) no-repeat 0 center;
    background-size: auto 39px;
    display: inline-block;
    min-height: 39px;
    line-height: 39px;
    padding-left: 45px;
    font-size: 14px;
    color: #881033;
    text-align: center;
    text-decoration: underline;
}

#suntory_contents .txt_box .txt_box_pdf_link {
    display: block;
}

#suntory_contents .txt_box .txt_box_pdf_link:hover span {
    text-decoration: none;
}
.list_img .caption{
    display: flex;
    justify-content: space-around;
}
.cap_1,.cap_2{
    text-align: left;
}
@media print,
screen and (min-width:768px) {
    #suntory_contents{
        min-width:1164px;
    }

    .mt0 {
        margin-top: 0 !important;
    }

    .mt20 {
        margin-top: 20px !important;
    }

    .mb20 {
        margin-bottom: 20px !important;
    }

    .mb45 {
        margin-bottom: 45px !important;
    }

    .mb55_pc {
        margin-bottom: 55px !important;
    }

    .pb20 {
        padding-bottom: 20px !important;
    }

    #suntory_contents .txt_box>.subTtl.mb20Pc {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:767px) {
    #suntory_contents .txt_img_block {
        float:none;
    }

    #suntory_contents .txt_box .txt_box_pdf span {
        background-size: auto 30px;
        display: inline-block;
        min-height: 30px;
        padding-left: 35px;
    }

    .sp_mb0 {
        margin-bottom: 0 !important;
    }

    .sp_mb20 {
        margin-bottom: 20px !important;
    }

    #suntory_contents .sp_mt0{
        margin-top: 0 !important;
    }

    .sp_mtB15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
}



/*================================================
add.201229
================================================ */

/*================================================
nav ver.201229
================================================ */

#suntory_contents .lNavCont .nav li.lnav01{
  width: 250px;
}
#suntory_contents .lNavCont .nav li.lnav01 a:hover,
#suntory_contents .lNavCont .nav li.lnav01 a:hover img {
  opacity: 1;
}
#suntory_contents .lNavCont .nav li.lnav02{
  width: 180px;
}
#suntory_contents .lNavCont .nav li.lnav03{
  width: 110px;
}
#suntory_contents .lNavCont .nav li.lnav04{
  width: 260px;
}
#suntory_contents .lNavCont .nav li.lnav05{
  width: 210px;
}
#suntory_contents .lNavCont .nav li.lnav06{
  width: 150px;
}

/*================================================
contents area
================================================ */
  @media print, screen and (min-width: 768px){
  #suntory_contents .mainCont.ttlDeco::before {
      position: absolute;
      display: block;
      top: 0;
      left: -1.5%;
      content: url(../img/lower_cont_bg01-01.png) ;
  }

  #suntory_contents a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

}

/*================================================
text
================================================ */


  @media print, screen and (min-width: 768px){
    #suntory_contents .explanation p.txt01 {
        margin: 50px 0 0px;
        padding: 0 50px 0;
    }

    #suntory_contents .explanation .txt02 {
      margin: 0 35px 30px;
    }
    #suntory_contents .explanation .txt02 p {
      font-size: 14px;
    }

    #suntory_contents .explanation .txt02 .pc_item {
        display: inline-block;
    }
    #suntory_contents .explanation .txt02 .sp_item {
        display: none;
    }
  }
  @media screen and (max-width: 767px){
    #suntory_contents .explanation .txt02 {
      margin: 0 8vw 30px;
    }
    #suntory_contents .explanation .txt02 .pc_item {
        display: none;
    }
    #suntory_contents .explanation .txt02 .sp_item {
        display: inline-block;
    }
  }
