@charset "utf-8";

/*------------------------------------------------------------
  font
------------------------------------------------------------ */
#suntory_contents {
    color: #222;
}

#suntory_contents .bold{
	font-weight: bold;}

#suntory_contents .bold600{
	font-weight: 600;}
/*------------------------------------------------------------
  for PC
------------------------------------------------------------ */
#suntory_contents .sp_item {
    display: none;
}

#suntory_contents .gray{ color: #222;}

#suntory_contents .pt12{ padding-top: 12px;}
/*------------------------------------------------------------
  [PC] contents_header
------------------------------------------------------------ */
#suntory_contents #contents_header {
    background: #780d29 url(../img/common/bg_header.jpg) no-repeat center 0;
    height: 129px;
}
#suntory_contents #contents_header .inner {
    margin: 0 auto;
    width: 1080px;
}
#suntory_contents #contents_header .inner p {
    font-size: 26px;
    font-weight: 300;
    font-weight: normal;
    line-height: 1;
    color: #fff;
}

/*------------------------------------------------------------
  [PC] new_header
------------------------------------------------------------ */

#suntory_contents .new_header{
  margin-bottom: 30px;
}

#suntory_contents .header_block{
    position: relative;
  margin-bottom: 20px;
}

#suntory_contents .pc_header_log{
  width: 123px;
  height: 120px;
  position: absolute;
  top: -31px;
  left: -10px;
}

#suntory_contents .pc_header_btn{
  position: absolute;
  top: 15px;
  right: 30px;
}

#suntory_contents .pc_header_btn a{
  display: block;
}

#suntory_contents .main_btn_list{
  overflow: hidden;
  list-style: none;
/*  padding: 0 55px;*/
  margin-left: 5px;
  box-shadow: 0px -1px 13px #009922;
}

#suntory_contents .main_btn_list li{
  float: left;
  width: 250px;
}

#suntory_contents .opacad{
  text-align: center;
    background: #f7fcf8;
}

#suntory_contents .main_btn_list .acad>span{
  padding-left: 38px;
    font-weight: 500;
  letter-spacing: -1px;
}

#suntory_contents .on{
  background: #f9e3e8;
}

#suntory_contents .header_tab_btn{
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -105px;
}

#suntory_contents .main_btn_list li a{
  display: block;
  color: #dd3355;
  font-weight: 500;
  letter-spacing: -3px;
  padding: 16px 0;
}

#suntory_contents .main_btn_list .on{
  display: block;
  width: 610px;
  padding: 16px 0;
  color: #000;
  background: #fee5eb;
  text-decoration: none;
}

#suntory_contents .main_btn_list .on a{
  font-weight: bold;
}

#suntory_contents .main_btn_list a:hover{
  background: #fee5eb;
}


#suntory_contents .sub_btn_list{
  position: absolute;
  top: 15px;
  right: 130px;
  overflow: hidden;
  list-style: none;
}

#suntory_contents .sub_btn_list li{
  float: left;
  width: 130px;
  font-size: 12.5px;
  text-align: center;
  border-right: solid 1px #ffccdd;
  background: #fff;
  letter-spacing: -1px;
}

#suntory_contents .sub_btn_list li:last-child{
  border: none;
}

#suntory_contents .sub_btn_list a{
  display: block;
  padding: 4px;
  color: #dd3355;
}

#suntory_contents .sub_btn_list a:hover{
  color: #fff;
  background: #ee5577;
}

#suntory_contents .sub_btn_list .on a{
  color: #fff;
  text-decoration: none;
  background: #ee5577;
}


/*------------------------------------------------------------
  [PC] link_block
------------------------------------------------------------ */

#suntory_contents .link_block{
  margin-bottom: 20px;
}

#suntory_contents .link_block ul{
  display: flex;
  margin-left: 15px;
  text-align: center;
  list-style: none;
}

#suntory_contents .link_block li{
  font-size: 15px;
  letter-spacing: -1px;
  background: #ddffdd;
  margin-left: 15px;
}

#suntory_contents .link_block li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 330px;
  height: 90px;
  max-width: 330px;
  max-height: 90px;
  font-size: 15px;
  color: #009922;
  text-decoration: none;
}

#suntory_contents .link_block .on{
  background: #bbdd33;
}

#suntory_contents .link_block .on a{
  text-decoration: none;
  color: #000;
}

#suntory_contents .link_block a:hover{
  background: #bbdd33;
  color: #000;
}

#suntory_contents .un_line{
  text-decoration: underline;
}

#suntory_contents .link_block a:hover .un_line{
  text-decoration: none;
}

#suntory_contents .link_block .on{
  position: relative;
}

#suntory_contents .link_block .on a:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #bbdd33 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}


#suntory_contents .link_block .on a:hover:after{
    border-color: #bbdd33 transparent transparent transparent
}

/*------------------------------------------------------------
  [PC] container
------------------------------------------------------------ */
#suntory_contents #container .inner {
    margin: 0 auto;
}
#suntory_contents #container.flat .inner {
    margin: 0 auto;
    width: 1164px;
    background: #fff;
}
#suntory_contents #contents {
    margin: 0 auto;
    padding-bottom: 120px;
    width: 1080px;
    background: #fff;
    position: relative;
}

/*------------------------------------------------------------
  [PC] contents_title
------------------------------------------------------------ */
#suntory_contents #contents_title {
    padding: 10px 0 10px;
    display: flex;
    justify-content: flex-end;
}
#suntory_contents #contents_title h2 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    font-weight: 500;
    line-height: 1.5;
}
#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] article
------------------------------------------------------------ */

#suntory_contents .mt15{margin-top: 15px;}
#suntory_contents .pc_none{ display: none;}
#suntory_contents .sp_none{ display: block;}

#suntory_contents .article {
    padding: 50px 40px;
    border: 1px #dddddd solid;
}

#suntory_contents .article_title {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px #222 solid;
}
#suntory_contents .article_title h2 {
    margin-bottom: 15px;
    font-size: 16px;
    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 .article_title .author {
    font-size: 16px;
    color: #222;
    text-align: right;
}

#suntory_contents .txt_box{
	overflow: hidden;
	margin-top: 15px;}

#suntory_contents .txt_box >p{
	max-width: 640px;
	font-size: 14px;
	line-height: 1.8;
	float: left;}

#suntory_contents .font14{
	font-size: 14px;
	line-height: 1.8;}

#suntory_contents .font12{
	font-size: 12px;
	line-height: 1.9;}

#suntory_contents .text_block >p:first-child{
	margin-top: 0;}

#suntory_contents .txt_img_block{
	float: right;}

#suntory_contents .txt_img_block:first-child{
	margin-top: 0;}

#suntory_contents .txt_img_block li{
	max-width: 340px;
	list-style: none;
	margin-top: 20px;
	margin-left: 10px}

#suntory_contents .txt_img_block li:first-child{
	margin-top: 0;}

#suntory_contents .img_box >ul{
	display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
	margin: 20px 0;
	list-style: none;}

#suntory_contents .img_box >ul li{
	max-width: 400px;}

#suntory_contents .oldreport ul{
  margin-left: -19px;
  overflow: hidden;
  list-style: none;
}

#suntory_contents .oldreport li{
  float: left;
  max-width: 320px;
  margin-left: 19px;
  margin-top: 20px;
}

#suntory_contents .oldreport a{
  transition: 0.5s;
}

#suntory_contents .oldreport a:hover{
  opacity: 0.4;
}

#suntory_contents .img_box >ul .max_width480{ max-width: 480px;}
#suntory_contents .img_box >ul .max_width600{ max-width: 600px;}
#suntory_contents ul li .caption{
	font-size: 10px;
	margin-bottom: 20px;}
/*------------------------------------------------------------
  [PC] contents_container
------------------------------------------------------------ */
#suntory_contents .contents_container {

}
#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;
}


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

/*------------------------------------------------------------
  for SP
------------------------------------------------------------ */

    .pc_item {
        display: none;
    }
    #suntory_contents .sp_item {
        display: block;
    }
    #suntory_contents .pt15{ padding-top: 7px;}
    #suntory_contents .pt12{ padding-top: 6px;}
    /*------------------------------------------------------------
      [sp] new_header
    ------------------------------------------------------------ */
    
    #suntory_contents .new_header{
        margin-bottom: 0;
    }
    
    #suntory_contents .header_block{
        margin-bottom: 0;
    }
    
    #suntory_contents .header_block img{
        vertical-align: bottom;
    }
    
    #suntory_contents .sp_header_log{
        width: 20%;
        position: absolute;
        top: -10px;
        left: -4%;
    }
    #suntory_contents .sp_header_btn{
        position: absolute;
        padding-left: 20%;
        bottom: 54%;
        right: 4%;
      }
    #suntory_contents .header_tab_btn{
        margin: 0 auto 0;
        display: block;
        padding: 0 5%;
      margin-top: -27%;
    }
    #suntory_contents .main_btn_list{
        padding: 0;
        margin-left: 0;
        font-size: 12px;
    }
    
    #suntory_contents .main_btn_list .acad a{
        padding-left: 0;
        text-align: center;
        background: #eef8f0;
    }
    
    #suntory_contents .sub_btn_list{
        position: static;
        display: flex;
        justify-content: center;
        overflow: hidden;
        list-style: none;
        background: #fee5eb;
        padding: 8px 0;
        text-align: center;
        box-shadow: 0px -1px 13px #009922;
      }
    
    #suntory_contents .main_btn_list .acad>span{
        padding-left: 0;
    }
    
  #suntory_contents .main_btn_list li{
        width: 50%;
    }
  
    #suntory_contents .main_btn_list li a{
        padding: 10px 0;
    }
    
    #suntory_contents .main_btn_list .on{
        width: 50%;
        padding: 10px 0;
        text-align: center;
    }
    
    #suntory_contents .sub_btn_list li{
        width: 28%;
    }
    
    #suntory_contents .sub_btn_list a{
        font-size: 9.5px;
  }
    
    
     /*------------------------------------------------------------
       [sp] link_block
     ------------------------------------------------------------ */

     #suntory_contents .link_block{
       margin-bottom: 20px;
     }

     #suntory_contents .link_block ul{
       margin-left: 0px;
       text-align: center;
     }
    
    #suntory_contents .link_block li a{
      width: auto;
/*    height: 83%;*/
      max-height: 75px;
      padding: 8px;
      font-size: 11px;
      line-height: 1.2;
      letter-spacing: -1.8px;
    }
    
    #suntory_contents .sp_font6{
        font-size: 6px;
        line-height: 1.7;
    }
    
     #suntory_contents .link_block li{
       width: 100%;
       font-size: 14px;
       margin: 10px 1% 0;
       z-index: 999999;
     }

    /*------------------------------------------------------------
      [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 {
        margin: 0 auto;
        padding: 0 20px 40px;
        width: auto;
        position: relative;
    }

    /*------------------------------------------------------------
      [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] article
    ------------------------------------------------------------ */
    #suntory_contents .sp_mt15{ margin-top: 15px;}
    #suntory_contents .pc_none{ display: block;}
    #suntory_contents .sp_none{ display: none;}
    #suntory_contents .article {
        padding: 20px 15px;
        border: none;
    }
    #suntory_contents .article {
        padding: 20px 15px;
        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: 11px;
        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_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{
       list-style: none;
       margin: 20px auto 0;}

    #suntory_contents .img_box >ul{
      margin: 0 auto;}
    /*------------------------------------------------------------
      [sp] text_block
    ------------------------------------------------------------ */
    #suntory_contents .text_block {
        width: auto;
        float: none;
    }
    #suntory_contents .text_block p {
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 1.8;
    }


    /*------------------------------------------------------------
      [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;
    }


}


@media screen and (max-width:374px) {
/* for SP small */

/*------------------------------------------------------------
  （SP）small
------------------------------------------------------------ */

}
