@charset "utf-8";

#suntory_contents .learing_contents .italic {
  font-style: italic;
}

/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */
@media screen and (max-width:767px){
  #suntory_contents .breadcrumbs ol li.nolink {
    position: relative;
    padding-right: 4.266666666666667vw;;
  }
  #suntory_contents .breadcrumbs ol li.nolink::after {
    content: '＞';
    font-size: 2.133333333333333vw;
    position: absolute;
    top: .25em;
    right: 0;
  }

/*------------------------------------------------------------
[SP] event_nav
------------------------------------------------------------ */
#suntory_contents .event_nav {
  margin: 8vw 4vw 12vw;
}
#suntory_contents .event_nav ul {
  display: flex;
  justify-content: center;
}
#suntory_contents .event_nav li {
  list-style: none;
  font-size: 3.466666666666667vw;
  line-height: 1.5;
  border-right: 1px #666 solid;
  padding: 0 3.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#suntory_contents .event_nav li:first-child {
  border-left: 1px #666 solid;
}
#suntory_contents .event_nav li a {
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#suntory_contents .event_nav li.cr a {
  color: #A89170;
  font-weight: bold;
  pointer-events: none;
}
/*------------------------------------------------------------
[SP] main_visual
------------------------------------------------------------ */
#suntory_contents .main_visual figure {
  margin-bottom: 8vw;
  height: 32vw;
  background: url(https://www.suntory.com/sma/common2020/img/learning/learing_img.webp) no-repeat center center;
  background-size: cover;
  width: 100%;
}
.no-webp #suntory_contents .main_visual figure {
  background: url(https://www.suntory.com/sma/common2020/img/learning/learing_img.jpg) no-repeat center center;
  background-size: cover;
}
/*------------------------------------------------------------
[SP] learing_contents
------------------------------------------------------------ */
#suntory_contents .main_visual h1 {
  margin-bottom: 8vw;
  font-size: 5.6vw;
  font-weight: normal;
  text-align: center;
}
#suntory_contents .main_visual .lead {
  margin: 0 4vw 12vw;
  font-size: 3.466666666666667vw;
  line-height: 1.8;
}
#suntory_contents .main_visual .note {
  display: block;
  margin-top: 2.4vw;
  font-size: 2.933333333333333vw;
  line-height: 1.8;
}

/*------------------------------------------------------------
[SP] learing_nav
------------------------------------------------------------ */
#suntory_contents .learing_nav {
  margin: 0 4vw 16vw;
}
#suntory_contents .learing_nav ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
#suntory_contents .learing_nav li {
  width: 25%;
  height: 24vw;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px #666 solid;
}
#suntory_contents .learing_nav li:first-child {
  border-left: 1px #666 solid;
}
#suntory_contents .learing_nav li a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 3.6vw 0 5.6vw;
  position: relative;
  font-size: 3.2vw;
  line-height: 1.5;
  border-right: 0.8vw solid #fff;
  border-left: 0.8vw solid #fff;
  text-align: center;
}
#suntory_contents .learing_nav li a.col_exh { background-color: #FBE5E4;}
#suntory_contents .learing_nav li a.col_frd { background-color: #FEEEC8;}
#suntory_contents .learing_nav li a.col_kid { background-color: #D9EFF9;}
#suntory_contents .learing_nav li a.col_scl { background-color: #D6F0D1;}

#suntory_contents .learing_nav li a::after {
  content: '';
  width: 4vw;
  height: 2.4vw;
  background: url(https://www.suntory.com/sma/common2020/img/arrow_down_large_gr.svg) no-repeat right center;
  background-size: 4vw auto;
  position: absolute;
  bottom: 1.6vw;
  left: calc(50% - 2vw);
}
#suntory_contents .learing_nav li a:hover::after {
  background: url(https://www.suntory.com/sma/common2020/img/arrow_down_large_br.svg) no-repeat right center;
  background-size: 4vw auto;
}


/*------------------------------------------------------------
[SP] learing_contents
------------------------------------------------------------ */
#suntory_contents .learing_contents {
  margin: -16vw 4vw 16vw;
  padding: 16vw 0 0;
}
#suntory_contents .learing_contents h2 {
  margin-bottom: 8vw;
  box-sizing: border-box;
  padding: 5.07vw 4vw;
  font-size: 4.266666666666667vw;
  line-height: 1.5;
  font-weight: normal;
}
#suntory_contents .learing_contents#exhibition h2 { background-color: #FBE5E4; border-left: 5px solid #F7C5C3;}
#suntory_contents .learing_contents#friendly h2 { background-color: #FEEEC8; border-left: 5px solid #FCD983;}
#suntory_contents .learing_contents#kids h2 { background-color: #D9EFF9; border-left: 5px solid #AADCF1;}
#suntory_contents .learing_contents#school h2{ background-color: #D6F0D1; border-left: 5px solid #A2DD98;}

#suntory_contents .learing_contents .about {
  display: block;
}
#suntory_contents .learing_contents .about .photo {
  width: 58.666666666666667vw;
  margin: 0 auto 5.6vw;
}
#suntory_contents .learing_contents .about img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#suntory_contents .learing_contents .about .photo.double {
  width: 100%;
  display:flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
#suntory_contents .learing_contents .about .text {
  width: 100%;
}
#suntory_contents .learing_contents .about .text p {
  font-size: 3.466666666666667vw;
  line-height: 1.8;
}
#suntory_contents .learing_contents .about .text p.note {
  display: block;
  margin-top: 2.4vw;
  font-size: 2.933333333333333vw;
  line-height: 1.8;
  text-align: center;
}
#suntory_contents .learing_contents .btn_event a {
  margin:  5.6vw auto 0;
  padding: 0;
  width: 180px;
  height: 45px;
  background: #A89170;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 3.73333333vw;
  box-sizing: border-box;
  position: relative;
}
#suntory_contents .learing_contents .btn_event a::after {
    content: '';
    width: 2.4vw;
    height: 2.4vw;
    background: url(https://www.suntory.com/sma/common2020/img/icon_external_wh.svg) no-repeat 0 0;
    background-size: 2.4vw auto;
    position: absolute;
    top: 1.6vw;
    right: 1.6vw;
}
#suntory_contents .learing_contents .about .btn_event {
  margin-top:;
}

/*------------------------------------------------------------
[SP] kids
------------------------------------------------------------ */
#suntory_contents .learing_contents#kids .about {
  padding: 0;
}
#suntory_contents .learing_contents#kids .about .text {
  position: relative;
}
#suntory_contents .learing_contents#kids .detail {
  margin-top: 5.6vw;
}
#suntory_contents .learing_contents#kids .detail ul {
  list-style: none;
  margin-left: 4vw;
}
#suntory_contents .learing_contents#kids .detail li {
  position: relative;
  margin-bottom: 2.4vw;
  font-size: 3.46666667vw;
  line-height: 1.8;
}
#suntory_contents .learing_contents#kids .detail li::before{
  content: "●";
  color:#C6B59D;
  font-size: 3.2vw;
  display: block;
  position: absolute;
  left: -4vw;
  top: 0;
}
#suntory_contents .learing_contents#kids .detail li ul.pastevents {
  margin: 0 0 6.4vw 0;
}
#suntory_contents .learing_contents#kids .detail li ul.pastevents li {
  display: inline-block;
  margin: 3.2vw 6.4vw 0 0;
}
#suntory_contents .learing_contents#kids .detail li ul.pastevents li::before{
  content: "";
}
#suntory_contents .learing_contents#kids .detail li .pastevents .link_pdf {
  padding-right:  9.6vw;
}
#suntory_contents .learing_contents#kids .detail li .pastevents .link_pdf a {
  text-decoration: none;
  color: #000;
  padding-bottom: 3px;
  display: inline;
  border-bottom: 1px #000 solid;
}
#suntory_contents .learing_contents#kids .detail li .pastevents .link_pdf span {
  width: 1px;
  height: 4.8vw;
  position: relative;
}
#suntory_contents .learing_contents#kids .detail li .pastevents .link_pdf span::after {
  content: 'PDF';
  font-size: 2.666666666666667vw;
  line-height: 1;
  color: #DD0000;
  background: none;
  width: 9.6vw;
  height: 4.8vw;
  background: #fff;
  border: 1px #ccc solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3px;
  right: -12vw;
}


}
/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {
  #suntory_contents .breadcrumbs ol li.nolink {
    position: relative;
    padding-right: 22px;
  }
  #suntory_contents .breadcrumbs ol li.nolink::after {
    content: '＞';
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
  }

/*------------------------------------------------------------
[PC] event_nav
------------------------------------------------------------ */
#suntory_contents .event_nav {
  margin-bottom: 80px;
}
#suntory_contents .event_nav ul {
  display: flex;
  justify-content: center;
}
#suntory_contents .event_nav li {
  list-style: none;
  font-size: 14px;
  border-right: 1px #666 solid;
  padding: 8px 30px;
}
#suntory_contents .event_nav li:first-child {
  border-left: 1px #666 solid;
}
#suntory_contents .event_nav li a {
  color: #000;
  padding-bottom: 3px;
  text-decoration: none;
}
#suntory_contents .event_nav li a:hover {
  border-bottom: 1px #666 solid;
}
#suntory_contents .event_nav li.cr a {
  color: #A89170;
  font-weight: bold;
  pointer-events: none;
}

/*------------------------------------------------------------
[PC] main_visual
------------------------------------------------------------ */
#suntory_contents .main_visual figure {
  margin-bottom: 50px;
  height: 320px;
  background: url(https://www.suntory.com/sma/common2020/img/learning/learing_img.webp) no-repeat center center;
  background-size: cover;
  width: 100%;
}
.no-webp #suntory_contents .main_visual figure {
  background: url(https://www.suntory.com/sma/common2020/img/learning/learing_img.jpg) no-repeat center center;
  background-size: cover;
}

/*------------------------------------------------------------
[PC] learing_contents
------------------------------------------------------------ */
#suntory_contents .main_visual h1 {
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
#suntory_contents .main_visual .lead {
  margin: 0 auto 50px;
  width: 960px;
  font-size: 16px;
  line-height: 1.8;
}
#suntory_contents .main_visual .note {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

/*------------------------------------------------------------
[PC] learing_nav
------------------------------------------------------------ */
#suntory_contents .learing_nav {
  margin: 0 auto 80px;
}
#suntory_contents .learing_nav ul {
  display: flex;
}
#suntory_contents .learing_nav li {
  list-style: none;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  border-right: 1px #666 solid;
}
#suntory_contents .learing_nav li:first-child {
  border-left: 1px #666 solid;
}
#suntory_contents .learing_nav li a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 10px 10px 10px 0;
  position: relative;
  line-height: 1.5;
  border-right: 10px solid #fff;
  border-left: 10px solid #fff;
  text-align: center;
}
#suntory_contents .learing_nav li a.col_exh { background-color: #FBE5E4;}
#suntory_contents .learing_nav li a.col_frd { background-color: #FEEEC8;}
#suntory_contents .learing_nav li a.col_kid { background-color: #D9EFF9;}
#suntory_contents .learing_nav li a.col_scl { background-color: #D6F0D1;}

#suntory_contents .learing_nav li a:hover {
  color: #A89170;
}
#suntory_contents .learing_nav li a:hover.col_exh { background-color: rgba(251,229,228,0.5);}
#suntory_contents .learing_nav li a:hover.col_frd { background-color: rgba(254,238,200,0.5);}
#suntory_contents .learing_nav li a:hover.col_kid { background-color: rgba(217,239,249,0.5);}
#suntory_contents .learing_nav li a:hover.col_scl { background-color: rgba(214,240,209,0.5);}

#suntory_contents .learing_nav li a::after {
  content: '';
  width: 20px;
  height: 12px;
  background: url(https://www.suntory.com/sma/common2020/img/arrow_down_large_gr.svg) no-repeat right center;
  background-size: 20px auto;
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
}
#suntory_contents .learing_nav li a:hover::after {
  background: url(https://www.suntory.com/sma/common2020/img/arrow_down_large_br.svg) no-repeat right center;
  background-size: 20px auto;
}

/*------------------------------------------------------------
[PC] learing_contents
------------------------------------------------------------ */
#suntory_contents .learing_contents {
  margin: -70px 0 80px;
  padding: 70px 0 0;
}
#suntory_contents .learing_contents#school {
  margin-bottom: 110px;
}
#suntory_contents .learing_contents h2 {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  padding: 21px 0 21px 25px;
}
#suntory_contents .learing_contents#exhibition h2 { background-color: #FBE5E4; border-left: 5px solid #F7C5C3;}
#suntory_contents .learing_contents#friendly h2 { background-color: #FEEEC8; border-left: 5px solid #FCD983;}
#suntory_contents .learing_contents#kids h2 { background-color: #D9EFF9; border-left: 5px solid #AADCF1;}
#suntory_contents .learing_contents#school h2{ background-color: #D6F0D1; border-left: 5px solid #A2DD98;}

#suntory_contents .learing_contents .about {
  width: 860px;
  margin: 0 auto;
  display:flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
#suntory_contents .learing_contents .about .photo,
#suntory_contents .learing_contents .about picture {
  max-width: 280px;
}
#suntory_contents .learing_contents .about img {
  max-width: 280px;
  height: auto;
  vertical-align: bottom;
}
#suntory_contents .learing_contents .about .text {
  width: 520px;
}
#suntory_contents .learing_contents .about .text p {
  font-size: 14px;
  line-height: 1.8;
}
#suntory_contents .learing_contents .btn_event a {
  margin: 30px 0 0;
  padding: 0;
  width: 200px;
  height: 45px;
  background: #A89170;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  position: relative;
}
#suntory_contents .learing_contents .btn_event a:hover {
  background: #BEAC94;
}
#suntory_contents .learing_contents .btn_event a::after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(https://www.suntory.com/sma/common2020/img/icon_external_wh.svg) no-repeat 0 0;
    background-size: 10px auto;
    position: absolute;
    top: 8px;
    right: 8px;
}
#suntory_contents .learing_contents .about .text p.note {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

/*------------------------------------------------------------
[PC] kids
----------------------------------------------------------- */
#suntory_contents .learing_contents#kids .detail ul {
  list-style: none;
  margin-left: 20px;
}
#suntory_contents .learing_contents#kids .detail li {
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
}
#suntory_contents .learing_contents#kids .detail li::before{
  content: "●";
  color:#C6B59D;
  font-size: 14px;
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
}
#suntory_contents .learing_contents#kids .detail li ul.pastevents {
  margin: 0 0 30px 0;
}
#suntory_contents .learing_contents#kids .detail li ul.pastevents li {
  display: inline-block;

  margin: 10px 30px 0 0;
}
#suntory_contents .learing_contents#kids .detail li ul.pastevents li::before{
  content: "";
}
#suntory_contents .learing_contents#kids .detail li .pastevents .link_pdf {
  padding-right: 50px;

}
#suntory_contents .learing_contents#kids .detail li .pastevents .link_pdf a {
  text-decoration: none;
  color: #000;
  padding-bottom: 3px;
  display: inline;
  border-bottom: 1px #000 solid;
}
#suntory_contents .learing_contents#kids .detail li .pastevents .link_pdf a:hover {
  border-bottom: 1px #666 solid;
  color: #666;
}
#suntory_contents .learing_contents#kids .detail li .pastevents .link_pdf span {
  width: 1px;
  height: 25.2px;
  position: relative;
}
#suntory_contents .learing_contents#kids .detail li .pastevents .link_pdf span::after {
  content: 'PDF';
  font-size: 12px;
  line-height: 1;
  color: #DD0000;
  background: none;
  width: 40px;
  height: 20px;
  background: #fff;
  border: 1px #ccc solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3px;
  right: -50px;
}
#suntory_contents .learing_contents#kids .detail li .pastevents .link_pdf a:hover span::after {
  opacity: 0.8;
}


}