@charset "utf-8";


/* for PC */

/*------------------------------------------------------------
（PC）tobira_index
------------------------------------------------------------ */
#suntory_contents #tobira_index {
  margin: 0 auto;
  width: 960px;
}

#suntory_contents #tobira_index h1 {
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 40px;
}

#suntory_contents #tobira_index ul {
  margin-bottom: 80px;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#suntory_contents #tobira_index li {
  margin-bottom: 40px;
  width: 47.9166666666667%;
  min-height: 200px;
  border: 1px #dad5c8 solid;
  box-sizing: border-box;
}

#suntory_contents #tobira_index li a {
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  color: #000;
  text-decoration: none;
  background: #eee;
}

#suntory_contents #tobira_index li a:hover figure img {
  opacity: .75;
}

#suntory_contents #tobira_index li figure {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 200px;
  min-height: 200px;
  align-self: stretch;
}

#suntory_contents #tobira_index li figure img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
}

#suntory_contents #tobira_index li .text_block {
  width: calc(100% - 200px);
  box-sizing: border-box;
  padding: 20px 20px 0;
  min-height: 200px;
  background: #fff;
  align-self: stretch;
}

#suntory_contents #tobira_index li .text_block p {
  margin-bottom: 20px;
  background: #5169ad;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  width: 80px;
  padding: 6px 0;
}

#suntory_contents #tobira_index li#vol15 .text_block p {
  margin-bottom: 10px;
}

#suntory_contents #tobira_index li .text_block h2 {
  margin-bottom: .25em;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
}

#suntory_contents #tobira_index li .text_block h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}

/*------------------------------------------------------------
（PC）tobira_title
------------------------------------------------------------ */
#suntory_contents #tobira_title {
  margin: 0 auto;
  width: 960px;
}

#suntory_contents #tobira_title h1 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 50px;
}

#suntory_contents #tobira_title h1 a {
  color: #000;
  text-decoration: none;
}

/*------------------------------------------------------------
（PC）tobira_article
------------------------------------------------------------ */
#suntory_contents #tobira_article {
  margin: 0 auto 110px;
  width: 960px;
}

#suntory_contents #tobira_article .article_title {
  margin-bottom: 40px;
  padding: 30px;
  background: url(../img/bg_title.jpg) repeat 0 0;
  background-size: auto;
  display: flex;
}

#suntory_contents #tobira_article .article_title .vol {
  margin-right: 20px;
}

#suntory_contents #tobira_article .article_title .vol p {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background: #5169ad;
  padding: 10px;
  min-width: 80px;
  text-align: center;
  box-sizing: border-box;
}

#suntory_contents #tobira_article .article_title h1 {
  margin: -.25em 0 0;
  font-size: 36px;
  line-height: 1.5;
  font-weight: normal;
}

#suntory_contents #tobira_article .article_title h2 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: normal;
}

/*本文　基本設定*/
#suntory_contents #tobira_article .article_body .text_block p {
  font-size: 14px;
  line-height: 2;
}

#suntory_contents #tobira_article .article_body .text_block p+p {
  margin-top: 15px;
}

#suntory_contents #tobira_article .article_body .text_block p .txt_s {
  font-size: 12px;
}

#suntory_contents #tobira_article .article_body .text_block a {
  padding: 0 0 3px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
}

#suntory_contents #tobira_article .article_body .text_block a:hover {
  color: #666;
  border-bottom: 1px solid #666;
}

#suntory_contents #tobira_article .article_body figure figcaption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}

#suntory_contents #tobira_article .article_body figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#suntory_contents #tobira_article .article_body figure figcaption+img {
  margin-top: 30px;
}

/*レイアウト　左画像、右テキスト*/
#suntory_contents #tobira_article .article_body {
  margin-bottom: 50px;
  display: flex;
}

#suntory_contents #tobira_article .article_body figure {
  margin: 0 50px 0 0;
  width: 400px;
}

#suntory_contents #tobira_article .article_body .text_block {
  width: calc(100% - 450px);
}

/*レイアウト　上画像 vertical、下テキスト2段組*/
#suntory_contents #tobira_article.vertical .article_body {
  display: block;
}

#suntory_contents #tobira_article.vertical .article_body figure {
  margin: 0 0 50px;
  width: 100%;
  position: relative;
}

#suntory_contents #tobira_article.vertical .article_body figure.w7 {
  margin: 0 auto 50px;
  width: 700px;
}

#suntory_contents #tobira_article.vertical .article_body .text_block {
  width: 100%;
  column-count: 2;
  column-gap: 40px;
}

/*レイアウト　上画像 vertical　横並び*/
#suntory_contents #tobira_article.vertical .article_body .img_horizontal {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

#suntory_contents #tobira_article.vertical .article_body .img_horizontal.w700 {
  width: 700px;
  margin: 0 auto;
  justify-content: space-around;
}

#suntory_contents #tobira_article.vertical .article_body .img_horizontal.align_base {
  align-items: baseline;
  justify-content: space-evenly;
}

#suntory_contents #tobira_article.vertical .article_body figure.w5 {
  margin: 0 0 50px;
  width: 470px;
  padding: 0;
}

#suntory_contents #tobira_article.vertical .article_body figure.h200 {
  width: auto;
}

#suntory_contents #tobira_article.vertical .article_body figure.h200 img {
  width: auto;
  height: 200px;
}

#suntory_contents #tobira_article.vertical .article_body figure.h215 {
  width: auto;
}

#suntory_contents #tobira_article.vertical .article_body figure.h215 img {
  width: auto;
  height: 215px;
}

#suntory_contents #tobira_article.vertical .article_body figure.h250 {
  width: auto;
}

#suntory_contents #tobira_article.vertical .article_body figure.h250 img {
  width: auto;
  height: 250px;
}

#suntory_contents #tobira_article.vertical .article_body figure.h260 {
  width: auto;
}

#suntory_contents #tobira_article.vertical .article_body figure.h260 img {
  width: auto;
  height: 260px;
}

#suntory_contents #tobira_article.vertical .article_body figure.h320 {
  width: auto;
}

#suntory_contents #tobira_article.vertical .article_body figure.h320 img {
  width: auto;
  height: 350px;
}

#suntory_contents #tobira_article.vertical .article_body figure.center {
  display: grid;
  justify-content: center;
}

#suntory_contents #tobira_article.vertical .article_body figure.h460 {
  width: auto;
}

#suntory_contents #tobira_article.vertical .article_body figure.h460 img {
  width: auto;
  height: 460px;
}

#suntory_contents #tobira_article.vertical .article_body figure.h510 {
  width: auto;
}

#suntory_contents #tobira_article.vertical .article_body figure.h510 img {
  width: auto;
  height: 510px;
}

#suntory_contents #tobira_article.vertical .article_body figure.h600 {
  width: auto;
}

#suntory_contents #tobira_article.vertical .article_body figure.h600 img {
  width: auto;
  height: 600px;
}

/*本文中の画像*/
#suntory_contents #tobira_article .article_body .text_block figure {
  display: block;
  margin: 0;
  width: auto;
}

#suntory_contents #tobira_article .article_body .text_block figure.float_right {
  float: right;
  margin: 5px 0 25px 20px;
}

/*解像度倍以上の場合*/
#suntory_contents #tobira_article .article_body .text_block figure.cut_wide {
  width: 242px;
}

#suntory_contents #tobira_article .article_body .text_block figure.cut_narrow {
  width: 180px;
}

/*個別*/
#suntory_contents #tobira_article .article_body .text_block figure#vol22img_2 {
  width: 160px;
}



/*作品情報ボタン*/
#suntory_contents #tobira_article .btn_information {
  margin: 0 auto;
  width: 240px;
  height: 45px;
}

#suntory_contents #tobira_article .btn_information a {
  background: #A89170;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  text-decoration: none;
}

#suntory_contents #tobira_article .btn_information a:hover {
  background: #BEAC94;
}

/*個別設定 空き*/
#suntory_contents #tobira_article .article_body .text_block .mt15,
#suntory_contents #tobira_article .article_body .text_block figure.mgtop + p {
  margin-top: 15px !important;
}

#suntory_contents #tobira_article .article_body .text_block .mt20,
#suntory_contents #tobira_article .article_body .text_block figure.mgtop {
  margin-top: 20px !important;
}

/*筆者*/
#suntory_contents #tobira_article .article_body .text_block p.author {
  text-align: right;
  clear: both;
}

/*出典 右寄せ*/
#suntory_contents #tobira_article .article_body .text_block p.published {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}
#suntory_contents #tobira_article .article_body .text_block p.published.mb0 {
  margin-top: 0;
}

/*出典or注意書き 左寄せ*/
#suntory_contents #tobira_article .article_body .text_block p.published2 {
  margin-top: 10px;
  font-size: 12px;
}

/*引用字下げ*/
#suntory_contents #tobira_article .article_body .text_block p.quotation {
  margin-left: 2em;
  margin-right: 2em;
}

/*SP テキスト小 右寄せ*/
#suntory_contents #tobira_article .article_body .text_block p .txt_small {
  font-size: 12px;
  float: right;
}




@media screen and (max-width:767px) {

  /* for SP */

  /*------------------------------------------------------------
（SP）tobira_index
------------------------------------------------------------ */
  #suntory_contents #tobira_index {
    margin: 8vw 0 16vw;
    width: auto;
  }

  #suntory_contents #tobira_index h1 {
    font-size: 5.6vw;
    ;
    font-weight: normal;
    margin: 0;
    text-align: center;
  }

  #suntory_contents #tobira_index ul {
    list-style: none;
    display: block;
    margin: 12vw 4vw 0;
  }

  #suntory_contents #tobira_index li {
    margin: 5.6vw 0 0;
    width: 100%;
    height: auto;
    min-height: 35.2vw;
    border: 1px #dad5c8 solid;
    box-sizing: border-box;
    background: #eee;
  }

  #suntory_contents #tobira_index li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #000;
    text-decoration: none;
  }

  #suntory_contents #tobira_index li a:hover figure img {
    opacity: 1;
  }

  #suntory_contents #tobira_index li figure {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35.2vw;
    height: auto;
    min-height: 35.2vw;
  }

  #suntory_contents #tobira_index li figure img {
    width: auto;
    height: auto;
    max-width: 35.2vw;
    max-height: 35.2vw;
  }

  #suntory_contents #tobira_index li .text_block {
    width: calc(100% - 35.2vw);
    box-sizing: border-box;
    padding: 3.2vw 3.2vw 1.6vw;
    background: #fff;
    height: auto;
    min-height: 35.2vw;
  }

  #suntory_contents #tobira_index li .text_block p {
    margin-bottom: 2.4vw;
    background: #5169ad;
    display: inline-block;
    font-size: 2.9333333333333vw;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    text-align: center;
    width: 21.6vw;
    padding: 1.6vw 0;
  }

  #suntory_contents #tobira_index li#vol15 .text_block p {
    margin-bottom: 1.6vw;
  }

  #suntory_contents #tobira_index li .text_block h2 {
    margin-bottom: 0.8vw;
    font-size: 4.2666666666667vw;
    font-weight: normal;
    line-height: 1.3;
  }

  #suntory_contents #tobira_index li .text_block h3 {
    font-size: 3.7333333333333vw;
    font-weight: normal;
    line-height: 1.3;
  }


  /*------------------------------------------------------------
（SP）tobira_title
------------------------------------------------------------ */
  #suntory_contents #tobira_title {
    margin: 8vw 0 0;
    width: auto;
  }

  #suntory_contents #tobira_title h1 {
    font-size: 5.6vw;
    ;
    font-weight: normal;
    margin: 0;
    text-align: center;
  }

  /*------------------------------------------------------------
（SP）tobira_article
------------------------------------------------------------ */
  #suntory_contents #tobira_article {
    margin: 12vw 0 0;
    width: auto;
  }

  #suntory_contents #tobira_article .article_title {
    margin-bottom: 8vw;
    padding: 4vw 5.6vw;
    background: url(../img/bg_title.jpg) repeat 0 0;
    background-size: auto;
    display: block;
  }

  #suntory_contents #tobira_article .article_title .vol {
    margin-right: 0;
    margin-bottom: 2.4vw;
  }

  #suntory_contents #tobira_article .article_title .vol p {
    font-size: 3.2vw;
    font-weight: normal;
    color: #fff;
    background: #5169ad;
    padding: 1.6vw;
    width: 21.6vw;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
  }

  #suntory_contents #tobira_article .article_title h1 {
    margin: 0;
    font-size: 8vw;
    line-height: 1.5;
  }

  #suntory_contents #tobira_article .article_title h2 {
    font-size: 6.4vw;
    line-height: 1.5;
  }

  /*SP 本文　基本設定*/
  #suntory_contents #tobira_article .article_body .text_block p {
    font-size: 3.73333333vw;
  }

  #suntory_contents #tobira_article .article_body .text_block p+p {
    margin-top: 4vw;
  }

  #suntory_contents #tobira_article .article_body .text_block p .txt_s {
    font-size: 3.2vw;
  }

  #suntory_contents #tobira_article .article_body figure figcaption {
    margin: 2.4vw auto 0;
    font-size: 2.93333333vw;
    text-align: center;
  }

  #suntory_contents #tobira_article .article_body figure figcaption+img {
    margin-top: 6.4vw;
  }

  /*SP レイアウト*/
  #suntory_contents #tobira_article .article_body {
    margin: 0 4vw 8vw;
    display: block;
  }

  #suntory_contents #tobira_article .article_body figure,
  #suntory_contents #tobira_article.vertical .article_body figure,
  #suntory_contents #tobira_article.vertical .article_body figure.w7,
  #suntory_contents #tobira_article.vertical .article_body figure.w5,
  #suntory_contents #tobira_article.vertical .article_body figure.h200,
  #suntory_contents #tobira_article.vertical .article_body figure.h215,
  #suntory_contents #tobira_article.vertical .article_body figure.h250,
  #suntory_contents #tobira_article.vertical .article_body figure.h260,
  #suntory_contents #tobira_article.vertical .article_body figure.h320,
  #suntory_contents #tobira_article.vertical .article_body figure.h460,
  #suntory_contents #tobira_article.vertical .article_body figure.h510,
  #suntory_contents #tobira_article.vertical .article_body figure.h600 {
    margin: 0 0 8vw;
    width: 100%;
    text-align: center;
  }

  #suntory_contents #tobira_article .article_body figure img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 88vw;
  }

  #suntory_contents #tobira_article .article_body .text_block {
    width: auto;
  }

  #suntory_contents #tobira_article.vertical .article_body .text_block {
    width: 100%;
    column-count: 1;
    column-gap: 0;
  }

  /*SP レイアウト　上画像横並び　※SP無効*/
  #suntory_contents #tobira_article.vertical .article_body .img_horizontal {
    display: block;
  }

  #suntory_contents #tobira_article.vertical .article_body .img_horizontal.w700 {
    width: auto;
  }

  #suntory_contents #tobira_article.vertical .article_body figure.h200 {
    width: auto;
  }

  #suntory_contents #tobira_article.vertical .article_body figure.h200 img {
    height: auto;
  }

  #suntory_contents #tobira_article.vertical .article_body figure.h215 {
    width: auto;
  }

  #suntory_contents #tobira_article.vertical .article_body figure.h215 img {
    height: auto;
  }

  #suntory_contents #tobira_article.vertical .article_body figure.h250 {
    width: auto;
  }

  #suntory_contents #tobira_article.vertical .article_body figure.h250 img {
    height: auto;
  }

  #suntory_contents #tobira_article.vertical .article_body figure.h260 {
    width: auto;
  }

  #suntory_contents #tobira_article.vertical .article_body figure.h260 img {
    height: auto;
  }

  #suntory_contents #tobira_article.vertical .article_body figure.h320 {
    width: auto;
  }

  #suntory_contents #tobira_article.vertical .article_body figure.h320 img {
    height: auto;
  }

  #suntory_contents #tobira_article.vertical .article_body figure.h460 {
    width: auto;
  }

  #suntory_contents #tobira_article.vertical .article_body figure.h460 img {
    height: auto;
  }

  #suntory_contents #tobira_article.vertical .article_body figure.h510 {
    width: auto;
  }

  #suntory_contents #tobira_article.vertical .article_body figure.h510 img {
    height: auto;
  }


  #suntory_contents #tobira_article.vertical .article_body figure.h600 {
    width: auto;
  }

  #suntory_contents #tobira_article.vertical .article_body figure.h600 img {
    height: auto;
  }


  /*SP 本文中の画像*/
  #suntory_contents #tobira_article .article_body .text_block figure {
    display: block;
    width: 44vw;
  }

  #suntory_contents #tobira_article .article_body .text_block figure.float_right {
    margin: 2.4vw 0 3.2vw 5.6vw;
  }

  #suntory_contents #tobira_article .article_body .text_block figure figcaption {
    margin: 2.4vw auto 0;
  }


  /*SP 解像度倍以上の場合*/
  #suntory_contents #tobira_article .article_body .text_block figure.cut_wide {
    width: 44vw;
  }

  #suntory_contents #tobira_article .article_body .text_block figure.cut_narrow {
    width: 44vw;
  }

  /*SP 個別*/
  #suntory_contents #tobira_article .article_body .text_block figure#vol22img_2 {
    width: 40vw;
  }

  /*SP 作品情報ボタン*/
  #suntory_contents #tobira_article .btn_information {
    margin-bottom: 16vw;
    text-align: center;
  }

  #suntory_contents #tobira_article .btn_information a {
    margin: 0 auto;
    padding: 0;
    width: 48vw;
    height: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #A89170;
    color: #fff;
    font-size: 3.733333333333333vw;
    line-height: 1;
    text-decoration: none;
  }

  /*個別設定 空き*/
#suntory_contents #tobira_article .article_body .text_block .mt15,
#suntory_contents #tobira_article .article_body .text_block figure.mgtop + p {
    margin-top: 4vw !important;
  }

#suntory_contents #tobira_article .article_body .text_block .mt20,
#suntory_contents #tobira_article .article_body .text_block figure.mgtop {
    margin-top: 5.6vw !important;
  }

  /*SP 筆者*/
  #suntory_contents #tobira_article .article_body .text_block p.author {
    margin-top: 1.6vw;
  }

  /*SP 出典 右寄せ*/
  #suntory_contents #tobira_article .article_body .text_block p.published {
    margin-top: 1.6vw;
    font-size: 2.93333333vw;
  }
  #suntory_contents #tobira_article .article_body .text_block p.published.mb0 {
    margin-top: 0;
  }

  /*SP 出典or注意書き 左寄せ*/
  #suntory_contents #tobira_article .article_body .text_block p.published2 {
    margin-top: 1.6vw;
    font-size: 2.93333333vw;
  }

  /*SP テキスト小 右寄せ*/
  #suntory_contents #tobira_article .article_body .text_block p .txt_small {
    font-size: 2.93333333vw;
    float: right;
  }



}