@charset "utf-8";
/* SP */
@media screen and (max-width:767px) {
 #suntory_contents .karada {
  background: #fdde8e;
  color: #000;
  overflow: hidden;
  position: relative;
 }
 #suntory_contents .karada #mv .locnav {
  padding: 5% 16% 5% 5%;
  font-size: 12px;
  line-height: 1.2;
  color: #333;
 }
 #suntory_contents .karada #mv .locnav a {
  color: #333;
 }
 #suntory_contents .karada #mv {
  position: relative;
  overflow: hidden;
  padding: 0 0 5% 0;
  background: #ffe9a9;
 }

.karada #nav-karada #mainvisual .locnav .arrow {
  display: inline-block;
  margin: 0 5px;
 }
 .karada #mv .mvtitle {
  width: 95%;
  margin: 2% auto 5% auto;
 }
 .karada #mv .mvpic {
  width: 95%;
  margin: 0 auto;
 }
 .karada #mv .mvchara01 {
  width: 52%;
  position: absolute;
  left: -8%;
  bottom: 0;
 }
 .karada #mv .mvchara02 {
  width: 52%;
  position: absolute;
  right: -5%;
  bottom: 0;
 }
 .karada #mv .mvtext {
  width: 20%;
  position: absolute;
  left: 40%;
  bottom: 10%;
 }
 .karada #mv .mvsizzle {
  width: 70%;
  margin: 0 29% 14% 1%;
  position: relative;
 }
 .karada #mv .mvsizzle .new {
  width: 20%;
  position: absolute;
  right: -5%;
  top: -2%;
 }
 .karada #mv .mvcatch {
  width: 17%;
  position: absolute;
  right: 7%;
  top: 25%;
 }
 .karada #mv .mvfunction {
  width: 28%;
  position: absolute;
  left: 3%;
  bottom: 30%;
 }
 .karada #mv .mvnote {
  width: 64%;
  position: absolute;
  right: 3%;
  bottom: 31.5%;
 }
 #suntory_contents .karada .noticebg{
  margin: 0 auto;
  background: #ffefd2;
  padding: 3%;
}
  #suntory_contents .karada .mvnotice {
  font-size: 3vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
 }
 #suntory_contents .karada .mvnotice a{
  color: #FF6600;
 }
 .karada #nav-karada-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
 }
 .karada #nav-karada-container.show-menu #nav-karada::before {
  transition: background-color .3s linear;
  background-color: rgba(255, 255, 255, .9)
 }
 .karada #nav-karada {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 50
 }
 .karada #nav-karada::before {
  content: "";
  display: block
 }
 #suntory_contents button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  appearance: none;
 }
 .karada #nav-karada .btn-menu {
  position: absolute;
  top: 40px;
  right: 4.5%;
  width: 6%;
  height: 0;
  margin-top: 3%;
  padding-bottom: 3%;
  z-index: 101;
  transition: top .3s ease-out
 }
 .karada #nav-karada .btn-menu button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform .4s cubic-bezier(.39, .575, .565, 1);
 }
 .karada #nav-karada .btn-menu button span, .karada #nav-karada .btn-menu button::after, .karada #nav-karada .btn-menu button::before {
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #000;
  transition: all .4s ease-out
 }
 .karada #nav-karada .btn-menu button span {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -200%
 }
 .karada #nav-karada .btn-menu button::before {
  content: "";
  position: absolute;
  top: 0
 }
 .karada #nav-karada .btn-menu button::after {
  content: "";
  position: absolute;
  bottom: 0
 }
 .karada #nav-karada ul {
  display: none;
  padding-top: 15%
 }
 .karada #nav-karada ul li {
  position: relative;
  font-size: 4.5vw;
  text-align: center;
  font-weight: bold;
 }
 .karada #nav-karada ul li a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 3% 0 2.5% 0;
  transition: opacity .2s ease-out;
  color: #2A52A6;
  line-height: 1.2;
 }
 .karada #nav-karada ul li:nth-child(n+2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 32%;
  margin: -5.25% auto 0;
  padding-bottom: 1%;
  border-bottom: 2px solid #e5b532;
 }
 .karada #nav-karada ul li + li {
  margin-top: 10%
 }
 .karada #nav-karada.floating {
  position: fixed;
  left: 0;
  width: 100%
 }
 .karada #nav-karada.show {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-scrolling: touch
 }
 .karada #nav-karada.show::before {
  transition: background-color .3s linear;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1
 }
 .karada #nav-karada.show .btn-menu button span, .karada #nav-karada.show .btn-menu button::after, .karada #nav-karada.show .btn-menu button::before {
  background-color: #000
 }
 .karada #nav-karada.show .btn-menu button span {
  opacity: 0;
  transform: scaleX(.01)
 }
 .karada #nav-karada.show .btn-menu button::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg)
 }
 .karada #nav-karada.show .btn-menu button::after {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg)
 }
 .karada #nav-karada.show ul {
  display: block
 }
 .btnarea {
  padding: 10% 0 5% 0;
 }
 .btnarea .ecbtn{
  width: 80%;
  margin: 0 auto;
  cursor: pointer;
 }
  #lead {
  padding: 10% 0 0 0;
 }
 #lead .leadbox {
  position: relative;
 }
 #lead .leadtext {
  width: 120%;
  margin: -15% -10% 0 -10%;
   position: relative;
  z-index:0;
}
 #lead .leadsizzle {
  width: 60%;
  margin: 0 auto;
   position: relative;
  z-index:1;
 }
 #voice {
  padding: 10% 0 0 0;
 }
 #voice .voiceinner {
  position: relative;
 }
 #voice .title {
  text-align: center;
 }
 #voice .title h2 {
  display: inline-block;
  font-size: 6.5vw;
  font-weight: 600;
  text-align: center;
  color: #b87a00;
  letter-spacing: 0.01em;
  position: relative;
 }
 #voice .title h2::before {
  content: '';
  position: absolute;
  top: -6px;
  left: -24px;
  width: 12px;
  height: 36px;
  background: url("../img/karada/voice_titlebg_l.png") no-repeat 0 0;
  background-size: contain;
 }
 #voice .title h2::after {
  content: '';
  position: absolute;
  top: -6px;
  right: -24px;
  width: 12px;
  height: 36px;
  background: url("../img/karada/voice_titlebg_r.png") no-repeat 0 0;
  background-size: contain;
 }
 #voice .chara01 {
   position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
   z-index: 4;
}
 #voice .chara02 {
  position: absolute;
  top: 36%;
  left: 8%;
  width: 29%;
   z-index: 3;
}
 #voice .note {
   position: absolute;
  top: 66%;
  left: 5%;
  width: 31%; font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.5;
 }
 #voice .voicelist {
  padding: 0 0 82% 0;
 }
 #voice .voicelist .voicebox {
  position: relative;
 }
 #voice .voicelist .voicebg {
  position: relative;
  z-index: 0;
 }
 #voice .voicelist .voicetext {
  position: absolute;
  z-index: 1;
  font-size: 3.5vw;
  font-weight: 600;
  color: #003274;
  line-height: 1.5;
 }
 #voice .voicelist .voicetext strong {
  font-size: 4.5vw;
 }
 #voice .voicelist .voicetext .red {
  color: #e4364a
 }
 #voice .voicelist .voice01 {
  width: 92%;
  margin: 0 3% 0 5%;
  z-index: 1;
 }
 #voice .voicelist .voice01 .voicetext {
  top: 45%;
  left: 15%;
 }
 #voice .voicelist .voice02 {
  width: 87%;
  margin: -12% 1% 0 12%;
  z-index: 2;
 }
 #voice .voicelist .voice02 .voicetext {
  top: 38%;
  left: 15%;
 }
 #voice .voicelist .voice03 {
  width: 75%;
  margin: -2% -5% 0 30%;
  z-index: 2;
 }
 #voice .voicelist .voice03 .voicetext {
  top: 26%;
  left: 15%;
 }
  #voice .voicelist .voice04 {
  width: 80%;
  margin: -14% 15% 0 5%;
  z-index: 3;
 }
 #voice .voicelist .voice04 .voicetext {
  top: 28%;
  left: 15%;
 }

 #feature {
  background: url("../img/karada/body_bg_top.png") no-repeat center bottom;
  background-size: contain;
  margin: -20% 0 0 0;
position: relative;
  z-index: 5;
 }
  #feature .featureinner {
  background: url("../img/karada/data_bg_sp.png") no-repeat center top;
  background-size: 100% auto;
   padding: 8% 0 21% 0;
}
 #feature .rose {
  position: relative
 }
 #feature .rose .label {
  font-size: 5vw;
  font-weight: 600;
  text-align: center;
  color: #b87a00;
  line-height: 1.5;
 }
 #feature .rose .labelnote {
  font-size: 3.5vw;
  font-weight: 600;
  text-align: center;
  color: #b87a00;
  line-height: 1.5;
 }
 #feature .rose .pic {
  width: 70%;
  margin: 3% auto 0 auto;
 }
 #feature .rose .exp {
  width: 60%;
  margin: 2% 35% 0 5%;
  text-align: left;
  font-size: 2.5vw;
  line-height: 1.2;
  color: #004ea2;
 }
 #feature .rose .exp .exptext02 {
  margin: 2% 0 0 0;
 }
 #feature .rose .sizzle {
  width:26%;
  position: absolute;
  bottom: -2%;
  right: 5%;
 }
 #feature .rose .text {
  width: 90%;
   margin: 3% auto 0 auto;
}
 #feature .rose .deco {
  width: 18%;
  position: absolute;
  top: -6%;
  right: 8%;
 }

 #feature .kodawari {
  position: relative;
  margin-top: 5%;
  padding: 25% 0 25%;
  background-size: cover;
 }
 #feature .kodawari h3 {
  color: #b87a00;
  font-weight: bold;
  font-size: 7vw;
  text-align: center;
  line-height: 1.2;
 }
 #feature .kodawari .lead {
  margin: 3% 0 0 0;
  color: #b87a00;
  font-weight: bold;
  font-size: 4vw;
  text-align: center;
  line-height: 1.2;
 }
 #feature .kodawari ul {
  margin: 8% 8% 0 8%;
 }
 #feature .kodawari ul li {
  display: flex;
  justify-content: space-between;
 }
 #feature .kodawari ul li .img {
  width: 36%;
  margin-right: 5%;
  border-radius: 50%;
  overflow: hidden
 }
  #feature .kodawari ul li .kodawaribody {
  width: 60%;
   padding: 4% 0 0 0;
 }
 #feature .kodawari ul li .img img {
  width: 100%;
  height: auto
 }
 #feature .kodawari ul li h4 {
  margin-top: 4%;
  font-weight: bold;
  font-size: 4vw;
  line-height: 1.2;
 }
 #feature .kodawari ul li p {
  margin-top: 3%;
  font-weight: bold;
  font-size: 3vw;
  line-height: 1.5;
 }
 #feature .kodawari ul li + li {
  margin-top: 2.6234567901%
 }
 #feature .zero {
  width: 60%;
  margin: 0 5% 0 35%;
  position: relative;
 }
 #feature .zero .text {
  text-align: center;
  color: #b87a00;
  font-weight: 600;
  font-size: 6vw;
  line-height: 1;
  background: url("../img/karada/zero_label_bg.png") no-repeat center top;
  background-size: 40px auto;
  padding: 5% 0 0 0;
  margin: 0 0 5% 0;
 }
 #feature .zero .text strong {
  font-size: 7vw;
  vertical-align: baseline;
 }
 #feature .zero .pic {
  position: relative;
  width: 90%;
  margin: 0 auto;
 }
 #feature .zero .note {
  margin: 5% 0 0 0;
  text-align: center;
  color: #000;
  font-size: 2.5vw;
  line-height: 1.5;
 }
  .middlebody {
  background: #fff;
  padding: 0 0 5% 0;
 }

 #cm {
  padding: 8% 0 5% 0;
 }
 #cm .title {
  margin: 0 0 5% 0;
  text-align: center;
}
  #cm .title h2 {
  display: inline-block;
   padding: 5% 25%;
  font-size: 6.5vw;
  font-weight: 600;
  text-align: center;
  color: #004098;
  letter-spacing: 0.01em;
  position: relative;
   background: url("../img/karada/cm_title_bg.png") no-repeat center top;
  background-size: contain;
}

 #cm .movie {
  width: 80%;
  margin: 0 auto;
  position: relative;
 }
 .movie .thumb a {
  display: block;
  border: 3px solid #25489C;
  position: relative;
  cursor: pointer;
 }
 .movie .thumb a .play {
  display: block;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
 }
 .movie .caption {
  margin: 5% 0 0 0;
  font-size: 4vw;
  font-weight: bold;
  color: #25489C;
 }
 #suntory_contents .karada .movie a.link {
  font-size: 4vw;
  display: block;
  font-weight: normal;
  position: absolute;
  bottom: -12%;
  right: 0;
  color: #25489C;
  cursor: pointer;
  border: 1px solid #25489C;
  padding: 3px 10px;
 }
 .karada #faq {
  margin: 0 0 8% 0;
 }
 .karada #faq .faqinner {
  position: relative;
  padding: 8% 0 0 0;
 }
 .karada #faq .title {
  margin: 0 0 5% 0;
  text-align: center;
}
 .karada #faq .title h2 {
  display: inline-block;
   padding: 14% 28% 10% 28%;
  font-size: 6.5vw;
  font-weight: 600;
  text-align: center;
  color: #004098;
  letter-spacing: 0.01em;
  position: relative;
   background: url("../img/karada/qa_title_bg.png") no-repeat center top;
  background-size: contain;
}
  .karada #faq .title .subtext {
  font-size: 4vw;
  font-weight: 600;
 }

 .karada #faq .faqlist {
  margin: 0 3% 8% 3%;
 }
 .karada #faq .faqlist li {
  position: relative;
  text-align: center;
 }
 .karada #faq .faqlist li .text {
  box-sizing: border-box;
  width: 100%;
  color: #2A52A6;
  display: block;
  padding: 5% 2%;
  position: absolute;
  left: 0;
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
 }
 .karada #faq .faqlist li.faq01 .text {
  top: 20%;
 }
 .karada #faq .faqlist li.faq02 .text {
  top: 25%;
 }
 .karada #faq .faqlist li.faq03 .text {
  top: 25%;
 }
 .karada #faq .faqbtn {
  width: 60%;
  margin: 0 auto;
  border: 2px solid #004098;
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  color: #004098;
 }
 .karada #faq .faqbtn a {
  display: block;
  padding: 8% 5%;
  color: #004098;
  background-color: transparent;
  border: none;
 }
 #suntory_contents .karada .faq .faqbtn a {
  color: #004098;
 }
 .karada #faq .faqbtn .arrow {
  display: inline-block;
  margin: 0 0 0 0.5em;
 }

 #products {
  padding: 10% 0 10% 0;
   background: url("../img/karada/body_bg_bottom.png") no-repeat center top;
  background-size: contain;
}
 #products .productsinner {
  position: relative;
 }
 #products .title {
  margin: 0 0 8% 0;
 }
  #products .title h2{
  font-size: 6.5vw;
  font-weight: 600;
  text-align: center;
   color: #b87a00;
 }
  #products .product .productset {
  display: flex;
  justify-content: space-between;
 }
 #products .product .productpic {
  width: 48%;
 }
 #products .product .product01 .pic {
  padding: 59% 0 0 0;
 }
 #products .product .data {
  font-size: 3vw;
  margin: 2% 0 0 0;
 }
 #products .product .qt {
  font-size: 2.5vw;
 }

 #products .product {
  width: 48%;
  color: #000;
  text-align: center;
  position: relative;
 }
 #products .product .pic {
  width: 90%;
  margin: 0 auto;
 }
 #products .product .data {
  font-size: 3.5vw;
  line-height: 1.5;
  margin: 2% 0 0 0;
 }
 #products .desc {
  margin-top: 8%;
  font-weight: bold;
 }
 #products .productgroup {
  position: relative;
  width: 90%;
  margin: 0 auto;
 }
 #products .desc .information {
  position: absolute;
  top: 0;
  left: 52%;
  width: 48%;
  margin-top: 8%;
  color: #000;
  line-height: 1.5;
  font-size: 3.2vw;
  font-weight: bold;
 }
 #products .desc dl dt {
  width: 100%;
  color: #000;
  line-height: 1.5;
  font-size: 3vw;
 }
 #products .desc dl dd {
  width: 100%;
  margin-top: 3%;
  color: #000;
  line-height: 1.5;
  font-size: 3vw;
 }
 #products .desc .note {
  width: 100%;
  margin-top: 5%;
  color: #000;
  line-height: 1.5;
  font-size: 3vw;
 }
 #products .detailbtn {
  margin: 5% auto 0 auto;
  width: 90%;
  padding: 0 0 0 3%;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 3.5vw;
  font-weight: bold;
  border: 1px solid #b87a00;
  overflow: hidden;
 }
 #products .detailbtn a {
  padding: 8%;
  display: block;
  color: #b87a00;
 }
  #products .lineup {
  padding: 8% 5% 0 5%;
 }
 #products .lineup h3 {
  margin: 0 0 8% 0;
  letter-spacing: 0.1em;
  background: #fff;
  padding: 10px;
  text-align: center;
  font-size: 4vw;
  font-weight: 600;
  color: #b87a00;
 }
 #products .lineup .lineuplist {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
 }
 #products .lineup .lineuplist li {
  width: 45%;
  text-align: center;
  margin: 0 0 8% 0;
 }
 #products .lineup .pic {
  width: 60%;
  margin: 0 auto;
 }
 #products .lineup .label {
  font-size: 3.5vw;
  line-height: 1.5;
  font-weight: 600;
  margin: 5% 0 0 0;
 }
 #products .lineup .detail {
  margin: 5% auto 0 auto;
  width: 90%;
  background: #b87a00;
  border-radius: 20px;
  text-align: center;
  font-size: 3vw;
  font-weight: bold;
  overflow: hidden;
 }
 #products .lineup .detail a {
  color: #fff;
  display: block;
  padding: 10px;
 }

 .contentsfooter {
  width: auto;
  margin: 0;
  padding: 5% 3% 0 3%;
  background-color: #fff
 }
 .contentsfooter .brandsite .bnr {
  width: 70%;
  margin: 0 auto;
  border: 1px solid #00145A;
 }
 .contentsfooter .brandsite p {
  width: 100%;
  margin: 3% auto 0;
  color: #00145A;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  line-height: 1;
 }
 .contentsfooter .brandsite p a {
  color: #00145A;
 }
 .contentsfooter .brandsite p .arrow {
  display: inline-block;
  margin: 0 0 0 2%;
 }
 .contentsfooter .btn-pagetop_karada {
  width: 20%;
  margin: 0 auto;
  line-height: 0;
 }
 .contentsfooter .btn-pagetop_karada a .arrow {
  width: 40%;
  margin: 0 auto;
  transition: transform .2s ease-out;
 }
 .contentsfooter .btn-pagetop_karada a p {
  margin-top: 15%;
  font-size: 3vw;
  color: #e5b532;
  text-align: center;
  font-weight: bold;
  line-height: 1;
 }
 .contentsfooter .note {
  width: 100%;
  margin: 10% auto 0
 }
}
/* PC */
@media screen and (min-width:768px) {
 #suntory_contents .karada {
  min-width: 1164px;
  background: #fdde8e;
  color: #000;
  overflow: hidden;
 }
 #suntory_contents .karada a {
  color: #25489C
 }
 #suntory_contents .karada #mv {
  min-width: 1164px;
  background: #ffe9a9;
 }
 #suntory_contents .karada #mv .mvinner {
  width: 1164px;
  height: 665px;
  margin: 0 auto;
  position: relative;
 }
 #suntory_contents .karada #mv .locnav {
  position: absolute;
  top: 30px;
  left: 0;
  color: #000;
  font-size: 14px;
 }
 #suntory_contents .karada #mv .locnav a {
  color: #000;
 }
 #suntory_contents .karada #mv .locnav .arrow {
  display: inline-block;
  margin: 0 10px;
 }
 .karada #mv .mvtitle {
  width: 765px;
  position: absolute;
  left: 196px;
  top: 110px;
 }
 .karada #mv .mvpic {
  width: 770px;
  position: absolute;
  right: -28px;
  bottom: 0;
 }
 .karada #mv .mvchara01 {
  width: 456px;
  position: absolute;
  left: 320px;
  bottom: 0;
 }
 .karada #mv .mvchara02 {
  width: 498px;
  position: absolute;
  right: -158px;
  bottom: 0;
 }
 .karada #mv .mvtext {
  width: 157px;
  position: absolute;
  left: 725px;
  top: 352px;
 }
 .karada #mv .mvsizzle {
  width: 290px;
  position: absolute;
  left: 72px;
  top: 222px;
 }
 .karada #mv .mvsizzle .new {
  width: 65px;
  position: absolute;
  right: -22px;
  top: 0;
 }
 .karada #mv .mvcatch {
  width: 72px;
  position: absolute;
  left: 2px;
  top: 247px;
 }
 .karada #mv .mvfunction {
  width: 142px;
  position: absolute;
  left: 0;
  bottom: 18px;
 }
 .karada #mv .mvnote {
  width: 196px;
  position: absolute;
  left: 150px;
  bottom: 26px;
 }
 #suntory_contents .karada .noticebg{
  margin: 0 auto;
  background: #ffefd2;
  padding: 15px;
}
  #suntory_contents .karada .mvnotice {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
 }
 #suntory_contents .karada .mvnotice a{
  color: #FF6600;
 }
 .karada #nav-karada-container {
  position: relative;
  height: 100px;
  padding: 2px 0;
 }
 .karada #nav-karada.floating {
  position: fixed
 }
 .karada #nav-karada {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 28px 0;
  margin-top: -2px;
  line-height: 0;
  background: #e5b532;
  z-index: 50
 }
 .karada #nav-karada .btn-menu {
  display: none
 }
 .karada #nav-karada ul {
  display: flex;
  align-items: center;
  width: 1020px;
  margin: 0 auto;
  color: #fff;
 }
 .karada #nav-karada ul li {
  flex-grow: 1;
  position: relative;
  text-align: center;
  font-size: 20px;
  line-height: 1;
 }
 .karada #nav-karada ul li::after {
  content: '｜';
  position: absolute;
  font-size: 24px;
  top: 4px;
  right: -15px;
 }
 .karada #nav-karada ul li:last-child::after {
  content: none;
 }
 .karada #nav-karada ul li a {
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 6px 0;
 }
 .karada #nav-karada ul li a {
  transition: 0.2s;
 }
 .karada #nav-karada ul li a:hover {
  transform: scale(1.1);
 }
 .btnarea {
  padding: 80px 0 60px 0;
 }
 .btnarea .ecbtn{
  width: 480px;
  margin: 0 auto;
  cursor: pointer;
 }
 #lead {
  padding: 130px 0 0 0;
 }
 #lead .leadinner {
  width: 1164px;
  margin: 0 auto;
 }
 #lead .leadbox {
  position: relative;
 }
 #lead .leadtext {
  width: 795px;
  margin: 0 -20px 0 389px;
 }
 #lead .leadsizzle {
  position: absolute;
  left: 57px;
  top: 146px;
  width: 388px;
 }
 #voice {
  padding: 130px 0 0 0;
 }
 #voice .voiceinner {
  width: 1164px;
  margin: 0 auto;
  position: relative;
 }
 #voice .title {
  text-align: center;
 }
 #voice .title h2 {
  display: inline-block;
  font-size: 47px;
  font-weight: 600;
  text-align: center;
  color: #b87a00;
  letter-spacing: 0.01em;
  position: relative;
 }
 #voice .title h2::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -34px;
  width: 24px;
  height: 72px;
  background: url("../img/karada/voice_titlebg_l.png") no-repeat 0 0;
  background-size: contain;
 }
 #voice .title h2::after {
  content: '';
  position: absolute;
  top: -12px;
  right: -34px;
  width: 24px;
  height: 72px;
  background: url("../img/karada/voice_titlebg_r.png") no-repeat 0 0;
  background-size: contain;
 }
 #voice .chara01 {
  width: 532px;
  position: absolute;
  bottom: 0;
  right: -54px;
  z-index: 4;
 }
 #voice .chara02 {
  width: 253px;
  position: absolute;
  bottom: 0;
  left: 12px;
  z-index: 4;
 }
 #voice .note {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  left: 220px;
  z-index: 5;
 }
 #voice .voicelist {
  padding: 0 0 176px 0;
 }
 #voice .voicelist .voicebox {
  position: relative;
 }
 #voice .voicelist .voicebg {
  position: relative;
  z-index: 0;
 }
 #voice .voicelist .voicetext {
  position: absolute;
  z-index: 1;
  font-size: 28px;
  font-weight: 600;
  color: #003274;
  line-height: 1.5;
 }
 #voice .voicelist .voicetext strong {
  font-size: 36px;
 }
 #voice .voicelist .voicetext .red {
  color: #e4364a
 }
 #voice .voicelist .voice01 {
  width: 712px;
  margin: 0 0 0 30px;
  z-index: 1;
 }
 #voice .voicelist .voice01 .voicetext {
  top: 148px;
  left: 100px;
 }
 #voice .voicelist .voice02 {
  width: 640px;
  margin: -96px 0 0 460px;
  z-index: 2;
 }
 #voice .voicelist .voice02 .voicetext {
  top: 118px;
  left: 80px;
 }
 #voice .voicelist .voice03 {
  width: 534px;
  margin: -171px 0 0 14px;
  z-index: 1;
 }
 #voice .voicelist .voice03 .voicetext {
  top: 98px;
  left: 80px;
 }
 #voice .voicelist .voice04 {
  width: 588px;
  margin: -60px 0 0 120px;
  z-index: 2;
 }
 #voice .voicelist .voice04 .voicetext {
  top: 86px;
  left: 80px;
 }
 #feature {
  background: url("../img/karada/body_bg_top.png") no-repeat center bottom;
  background-size: contain;
  padding: 120px 0 160px 0;
 }
 #feature .featureinner {
  background: url("../img/karada/data_bg_pc.png") no-repeat center top;
  background-size: 1216px auto;
  min-height: 2095px;
 }
 #feature .featurebody {
  width: 1164px;
  margin: 0 auto;
 }
 #feature .rose {
  width: 1020px;
  margin: 0 0 0 144px;
  padding: 95px 0 0 0;
  position: relative
 }
 #feature .rose .label {
  font-size: 44px;
  font-weight: 600;
  text-align: center;
  color: #b87a00;
  line-height: 1.5;
 }
 #feature .rose .labelnote {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #b87a00;
  line-height: 1.5;
 }
 #feature .rose .pic {
  width: 560px;
  padding: 0 72px 0 0;
  margin: 50px auto 0 auto;
 }
 #feature .rose .exp {
  width: 560px;
  margin: 50px auto 0 auto;
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
  color: #004ea2;
 }
 #feature .rose .exp .exptext02 {
  margin: 10px 0 0 0;
 }
 #feature .rose .sizzle {
  width: 378px;
  position: absolute;
  top: 282px;
  left: -184px;
 }
 #feature .rose .text {
  width: 245px;
  position: absolute;
  top: 340px;
  right: 86px;
 }
 #feature .rose .deco {
  width: 131px;
  position: absolute;
  top: 214px;
  right: 14px;
 }
 #feature .kodawari {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 180px 270px 0 0;
  z-index: 1;
 }
  #feature .kodawari .kodawaribody{
   text-align: center;
 }
 #feature .kodawari h3 {
  line-height: 1.2;
  color: #b87a00;
  text-align: center;
  font-size: 44px;
  font-weight: bold;
 }
 #feature .kodawari .lead {
  line-height: 1.2;
  color: #b87a00;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin: 10px 0 0 0;
 }
 #feature .kodawari ul {
  display: flex;
  justify-content: center;
  margin-top: 42px
 }
 #feature .kodawari ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 225px;
  line-height: 0
 }
 #feature .kodawari ul li .img {
  width: 205px;
  border-radius: 50%;
  overflow: hidden
 }
 #feature .kodawari ul li h4 {
  margin: 22px 0 0 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
 }
 #feature .kodawari ul li p {
  text-align: center;
  margin: 15px 0 0 0;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
 }
 #feature .kodawari ul li + li {
  margin-left: 38px
 }
 #feature .zero {
  width: 430px;
  margin: 140px 0 0 630px;
  position: relative;
 }
 #feature .zero .text {
  text-align: center;
  color: #b87a00;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  background: url("../img/karada/zero_label_bg.png") no-repeat center top;
  background-size: 105px auto;
  padding: 30px 0 0 0;
  margin: 0 0 30px 0;
 }
 #feature .zero .text strong {
  font-size: 60px;
  vertical-align: baseline;
 }
 #feature .zero .pic {
  position: relative;
  width: 425px;
  margin: 0 auto;
 }
 #feature .zero .note {
  margin: 60px 0 0 0;
  text-align: center;
  color: #000;
  font-size: 11px;
  line-height: 1.5;
 }
 .middlebody {
  background: #fff;
  padding: 0 0 100px 0;
 }
 #cm {
  padding: 110px 0 0 0;
 }
 #cm .cminner {
  width: 960px;
  margin: 0 auto 130px auto;
 }
 #cm .title {
  text-align: center;
  margin: 0 0 60px 0;
 }
 #cm .title h2 {
  display: inline-block;
  font-size: 47px;
  font-weight: 600;
  text-align: center;
  color: #004098;
  margin: 0 auto;
  letter-spacing: 0.05em;
  padding: 25px 0 0 0;
  width: 426px;
  height: 133px;
  background: url("../img/karada/cm_title_bg.png") no-repeat center top;
  background-size: contain;
 }
 #cm .movie {
  width: 640px;
  margin: 0 auto;
  position: relative;
 }
 .movie .thumb a {
  display: block;
  border: 3px solid #25489C;
  position: relative;
  cursor: pointer;
 }
 .movie .thumb a .play {
  display: block;
  width: 108px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -54px 0 0 -54px;
  transition: 0.2s;
 }
 .movie .thumb a:hover .play {
  transform: scale(1.1);
 }
 .movie .caption {
  margin: 15px 0 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #25489C;
 }
 #suntory_contents .karada .movie a.link {
  font-size: 14px;
  display: block;
  font-weight: normal;
  position: absolute;
  bottom: -5px;
  right: 0;
  color: #25489C;
  cursor: pointer;
  border: 1px solid #25489C;
  padding: 3px 10px;
  transition: 0.2s;
 }
 #suntory_contents .karada .movie a.link:hover {
  color: #fff;
  background: #25489C;
 }
 .karada #faq {
  padding: 110px 0 0 0;
  margin: 0;
 }
 .karada #faq .faqinner {
  width: 960px;
  margin: 0 auto;
  position: relative;
 }
 .karada #faq .title {
  text-align: center;
  margin: 0 0 60px 0;
 }
 .karada #faq .title h2 {
  display: inline-block;
  font-size: 47px;
  font-weight: 600;
  text-align: center;
  color: #004098;
  margin: 0 auto;
  letter-spacing: -0.05em;
  padding: 92px 15px 0 0;
  width: 680px;
  height: 182px;
  background: url("../img/karada/qa_title_bg.png") no-repeat center top;
  background-size: contain;
 }
 .karada #faq .title .subtext {
  font-size: 16px;
  font-weight: 600;
 }
 .karada #faq .faqchara {
  width: 458px;
  position: absolute;
  top: -245px;
  left: -87px;
 }
 .karada #faq .faqtext {
  font-size: 22px;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 30px 0;
  font-weight: bold;
  color: #004098;
 }
 .karada #faq .faqlist {
  margin: 0 0 60px 0;
 }
 .karada #faq .faqlist li {
  width: 266px;
  position: relative;
  text-align: center;
 }
 #suntory_contents .karada #faq img {
  max-width: 100%;
  height: auto;
 }
 .karada #faq .faqlist li .text {
  box-sizing: border-box;
  width: 100%;
  color: #004098;
  display: block;
  padding: 10px;
  position: absolute;
  left: 0;
  font-size: 22px;
  line-height: 1.8;
  font-weight: bold;
 }
 .karada #faq .faqlist li.faq01 .text {
  top: 65px;
 }
 .karada #faq .faqlist li.faq02 .text {
  top: 80px;
 }
 .karada #faq .faqlist li.faq03 .text {
  top: 80px;
 }
 .karada #faq .faqbtn {
  width: 230px;
  margin: 0 auto;
  border: 2px solid #004098;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
 }
 .karada #faq .faqbtn a {
  display: block;
  padding: 18px 20px;
  color: #004098;
  background-color: transparent;
  border-radius: 0;
  border: none;
 }
 #suntory_contents .karada #faq .faqbtn a {
  color: #004098;
  transition: 0.3s;
 }
 #suntory_contents .karada #faq .faqbtn a:hover {
  color: #fff;
  background: #004098;
  border-radius: 0;
  border: none;
 }
 .karada #faq .faqbtn .arrow {
  display: inline-block;
  margin: 0 0 0 0.5em;
 }
 #products {
  background: url("../img/karada/body_bg_bottom.png") no-repeat center top;
  background-size: contain;
  padding: 160px 0 130px 0;
 }
 #products .productsinner {
  width: 960px;
  margin: 0 auto;
  position: relative;
 }
 #products .title {
  text-align: center;
  margin: 0 auto 80px auto;
 }
 #products .title h2 {
  font-size: 44px;
  font-weight: 600;
  color: #b87a00;
  letter-spacing: 0.1em;
 }
 #products .productgroup {
  display: flex;
  justify-content: space-between;
 }
 #products .product {
  width: 210px;
  text-align: center;
  color: #000;
  line-height: 1.2;
 }
 #products .product .productset {
  display: flex;
  justify-content: space-between;
 }
 #products .product .productpic {
  width: 45%;
 }
 #products .product .product01 .pic {
  padding: 61% 0 0 0;
 }
 #products .product .data {
  font-size: 14px;
  margin: 10px 0 0 0;
 }
 #products .product .qt {
  font-size: 12px;
 }
 #products .desc {
  width: 700px;
  margin-top: 4px;
 }
 #products .information {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 1.8;
 }
 #products .desc dl {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1.8;
 }
 #products .desc dl dd {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
 }
 #products .desc .note {
  margin-top: 30px;
  font-weight: bold;
  color: #000;
  line-height: 1.8;
 }
 #products .product .detailbtn {
  margin: 15px auto 0 auto;
  width: 160px;
  background: #fff;
  border: 1px solid #b87a00;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
 }
 #products .product .detailbtn a {
  color: #b87a00;
  display: block;
  padding: 10px 10px;
  transition: 0.3s;
 }
 #products .product .detailbtn a:hover {
  background: #b87a00;
  color: #fff;
 }
 #products .lineup {
  padding: 110px 0 0 0;
 }
 #products .lineup h3 {
  margin: 0 0 80px 0;
  letter-spacing: 0.1em;
  background: #fff;
  padding: 10px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #b87a00;
 }
 #products .lineup .lineuplist {
  display: flex;
  justify-content: space-around;
 }
 #products .lineup .lineuplist li {
  width: 20%;
  text-align: center;
 }
 #products .lineup .pic {
  width: 60%;
  margin: 0 auto;
 }
 #products .lineup .label {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin: 15px 0 0 0;
 }
 #products .lineup .detail {
  margin: 15px auto 0 auto;
  width: 160px;
  background: #b87a00;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
 }
 #products .lineup .detail a {
  color: #fff;
  display: block;
  padding: 10px 10px;
  transition: 0.3s;
 }
 #products .lineup .detail a:hover {
  background: #fff;
  color: #b87a00;
 }
 .contentsfooter .brandsite .bnr {
  width: 400px;
  margin: 0 auto;
  border: 1px solid #00145A;
 }
 .contentsfooter .brandsite p {
  width: 400px;
  margin: 16px auto 0;
  text-align: center;
  font-size: 20px;
  color: #00145A;
  line-height: 1;
  font-weight: bold;
 }
 .contentsfooter .brandsite p a {
  color: #00145A;
 }
 .contentsfooter .brandsite p .arrow {
  display: inline-block;
  margin: 0 0 0 10px;
 }
 .contentsfooter .btn-pagetop_karada {
  width: 105px;
  margin: 54px auto 0;
  line-height: 0
 }
 .contentsfooter .btn-pagetop_karada a .arrow {
  width: 42px;
  margin: 0 auto;
  transition: transform .2s ease-out;
 }
 .contentsfooter .btn-pagetop_karada a p {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #e5b532;
 }
 .contentsfooter .btn-pagetop_karada a:hover {
  opacity: .6
 }
 .contentsfooter .btn-pagetop_karada a:hover .arrow {
  transform: translateY(-10%)
 }
 .contentsfooter .note {
  width: 960px;
  margin: 55px auto 0
 }
}