@charset "UTF-8";

#suntory_contents,
#suntory_contents *,
#suntory_contents *::before,
#suntory_contents *::after {
  box-sizing: border-box;
}

body {
  line-height: 1.75;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #FAFBFC;
  color: #333333;
  font-size: 15px;
}

@media screen and (min-width: 960px) {
  #suntory_contents {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}

h1,
h2,
h3,
p,
a,
span,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

address {
  font-style: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  line-height: normal;
}



.container-base {
  width: 100%;
  max-width: 1457px;
  margin: 0 auto;
  padding: 0 18px;
}

@media screen and (min-width: 920px) {
  .container-base {
    padding: 0 40px;
  }
}

.br_tablet {
  display: block;
}

@media screen and (min-width: 864px) {
  .br_tablet {
    display: none;
  }
}

.br_sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .br_sp {
    display: none;
  }
}

.br_pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .br_pc {
    display: block;
  }
}



.mv {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.mv picture,
.mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}


.mv_contents_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv_contents {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 851px;
}

.mv_logo,
.mv_catch {
  position: absolute;
  top: calc(50% - 98px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.mv_catch {
  width: 70%;
}

@media screen and (min-width: 768px) {

  .mv_logo,
  .mv_catch {
    width: 100%;
    top: 50%;
  }

}


.mv_logo img {
  width: 851px;
}

@media screen and (max-width: 767px) {
  .mv_logo img {
    width: 100%;
    max-width: 316px;
  }
}

.mv_catch img {
  width: 422px;
}

@media screen and (max-width: 767px) {
  .mv_catch img {
    width: 100%;
    max-width: 304px;
  }
}





.mv_catch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 614px;
  height: 452px;
  border-radius: 50%;
  background-color: #6BABC7;

  filter: blur(110px);

  z-index: -1;

  pointer-events: none;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .mv_catch::before {
    width: 390px;
    height: 376px;
    filter: blur(70px);
  }
}








.mv_catch {
  opacity: 0;
  visibility: hidden;
}

.section_ttl {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #5A6C791A;
  padding-bottom: 24px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .section_ttl {
    padding-bottom: 36px;
    margin-bottom: 80px;
  }
}

.section_ttl_inr {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto;
}

.section_ttl_en {
  font-size: 30px;
  letter-spacing: 0.12em;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .section_ttl_en {
    font-size: 60px;
    margin-bottom: 20px;
  }
}

.section_ttl_ja {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .section_ttl_ja {
    font-size: 20px;
  }
}


.products {
  padding: 76px 0 0;
}

@media screen and (min-width: 768px) {
  .products {
    padding: 168px 0 0;
  }
}


.products_label {
  padding: 16px 20px;
  background-color: #A39568;
  position: relative;
  margin: 0 auto 61px;
  max-width: 360px;
}

@media screen and (min-width: 864px) {
  .products_label {
    padding: 20px;
    max-width: none;
    margin: 0 auto 141px;
  }
}

@media screen and (min-width: 864px) and (max-width: 1200px) {
  .products_label {
    max-width: 940px;
    margin: 0 auto 141px;
  }
}

.products_label_item {
  position: absolute;
  left: 14px;
  bottom: -12px;
}

@media screen and (min-width: 1024px) {
  .products_label_item {
    position: absolute;
    left: 30px;
    bottom: -30px;
  }
}

@media screen and (max-width: 382px) {
  .products_label_item {
    left: -6px;
  }
}

.products_label_item img {
  display: block;
  width: min(109px, 27.94871794871795vw);
  height: auto;
}

@media screen and (min-width: 1024px) {
  .products_label_item img {
    width: 187px;
  }
}

.products_label_txt {
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  text-align: justify;
}

@media screen and (min-width: 864px) {
  .products_label_txt {
    font-size: 28px;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .products_label_txt {
    justify-content: flex-end;
  }
}

.products_item {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 54px;
}

@media screen and (min-width: 1150px) {
  .products_item {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 30px;
    align-items: flex-end;
    margin-bottom: 114px;
  }
}

/* .products_body_lineup {}

@media screen and (min-width: 1150px) {
  .products_body_lineup {
    padding-bottom: 32px;
    width: 43.09063893016345%;
  }
}

.products_body_txtArea {
  width: 45.91381872213967%;
} */

.products_item_container {
  position: relative;
  margin-bottom: 66px;
  
}

@media screen and (min-width: 1150px) {
  .products_item_container {
    margin-bottom: 140px;
  }
}

.products_item_container_border {
max-width: 1377px;
  margin: 0 auto;
  border-bottom: 1px solid #5A6C791A;
  padding-bottom: 70px;
}

@media screen and (min-width: 1150px) {
  .products_item_container_border {
    padding-bottom: 120px;
  }
}



.products_item_container:last-child {
  margin-bottom: 74px;
}
@media screen and (min-width: 1150px) {
  .products_item_container:last-child {
    margin-bottom: 126px;
  }
}
.products_item_container:last-child .products_item_container_border {
  padding-bottom: 0;
  border-bottom: none;
}



.products_bg {
  position: absolute;
  top: -230px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1820px;
  pointer-events: none;
      z-index: -1;
}

@media screen and (min-width: 1150px) {
  .products_bg {
    height: 1252px;
  }
}

.products_bg img {
  width: 100%;
}

.products_lineup {
  display: flex;
  gap: 46px;
  align-items: flex-end;
  margin-bottom: 56px;
  position: relative;
  padding: 110px 18px 0;
}

@media screen and (min-width: 768px) {
  .products_lineup {
    gap: 45px;
    margin-bottom: 0;
    width: 50.18982536066818%;
    padding: 72px 0 30px 48px;
    /* margin-bottom: 60px; */
  }
}

@media screen and (min-width: 1150px) {
  .products_txtArea {
    width: 44.570994684889904%;
  }
}

.campaign_badge {
  width: 164px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: linear-gradient(180deg, #25B3F1 0%, #17B3AF 50%, #FFE049 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .campaign_badge {
    width: 190px;
  }
}

@media screen and (max-width: 767px) {
  .campaign_badge {
    left: 50%;
    transform: translateX(-50%);
  }
}

.campaign_badge_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 3px 13px;
  background: #fff;
  color: #1DB2C8;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .campaign_badge_label {
    font-size: 16px;
    padding: 5px 16px 3px;
  }
}

.campaign_badge_year {
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .campaign_badge_year {
    font-size: 24px;
  }
}

.campaign_badge_year span {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .campaign_badge_year span {
    font-size: 16px;
  }
}

.campaign_badge_date {
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .campaign_badge_date {
    font-size: 34px;
  }
}

.campaign_badge_date span {
  font-size: 17px;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .campaign_badge_date span {
    font-size: 20px;
  }
}

.campaign_badge_release {
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .campaign_badge_release {
    font-size: 24px;
  }
}


#second .campaign_badge {
  background: linear-gradient(180deg, #1AB8EE 10%, #8D69C7 30%, #9B5BB0 33%, #B0478E 39%, #C23773 46%, #CE2C60 52%, #D52554 58%, #D82351 65%, #A6D4FF 100%);
}

#second .campaign_badge_label {
  color: #D82351;
}

#second .products_lead {
  color: #D82351;
}

#second .products_head {
  color: #D82351;
}


.products_lineup_img {
  width: auto;
  margin-bottom: 14px;
}

@media screen and (min-width: 768px) {
  .products_lineup_img {
    margin-bottom: 30px;
  }
}

.products_lineup_img img {
  width: 100%;
  height: auto;
}

.products_lineup_img_regular {
  aspect-ratio: 249 / 416;
  max-width: 249px;
  height: auto;
}

.products_lineup_img_long {
  aspect-ratio: 268 / 510;
  max-width: 268px;
  height: auto;
}

.products_lineup_img_regular img {
  max-width: 249px;
}

.products_lineup_img_long img {
  max-width: 268px;
}

.products_lineup_size {
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .products_lineup_size {
    font-size: 18px;
  }
}

.products_catch {
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 1150px) {
  .products_catch {
    text-align: left;
    margin-bottom: 24px;
  }

  .products_catch img {
    transform: translateX(-36px);
  }
}

@media screen and (max-width: 767px) {
  .products_catch img {
    max-width: 311px;
    height: auto;
  }

  #second .products_catch img {
    max-width: 353px;
    height: auto;
  }

  #second .products_catch {
    margin-bottom: 34px;
  }
}

.products_lead {
  font-size: min(18px, 4.580152671755725vw);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 18px;
  color: #1DB2C8;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .products_lead {
    font-size: 22px;
  }
}

@media screen and (min-width: 1150px) {
  .products_lead {
    text-align: left;
  }
}


.products_head {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 18px;
  color: #1DB2C8;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .products_head {
    font-size: 46px;
  }
}

@media screen and (min-width: 1150px) {
  .products_head {
    text-align: left;
  }
}

.products_desc {
  font-size: min(16px, 4.071246819338422vw);
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .products_desc {
    font-size: 18px;
  }
}

@media screen and (min-width: 1150px) {
  .products_desc {
    text-align: left;
  }
}


.nutrition {
  padding: 26px 20px 20px;
  background: #ffffff;
  text-align: center;
  max-width: 1038px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .nutrition {
    padding: 42px 60px;
    margin: 0 auto;
  }
}

.nutrition_title {
  margin: 0;
  color: #8E7D44;
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .nutrition_title {
    font-size: 24px;
  }
}

.nutrition_ingredient {
  margin-bottom: 26px;
  color: #8E7D44;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .nutrition_ingredient {
    margin-bottom: 36px;
  }
}

.nutrition_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  max-width: 1550px;
  margin-bottom: 16px;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 1030px) {
  .nutrition_list {
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
    margin-bottom: 24px;
  }
}

.nutrition_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 14px 6px 6px;
  background: #F5F6F7;
}

@media screen and (min-width: 768px) {
  .nutrition_item {
    padding: 24px 24px 14px;
  }
}

.nutrition_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  padding: 2px;
  border: 1px solid #8E7D44;
  color: #8E7D44;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  white-space: nowrap;
  background-color: #ffffff;
  margin-bottom: 1px;
}

@media screen and (min-width: 768px) {
  .nutrition_label {
    font-size: 14px;
    padding: 4px;
    margin-bottom: 4px;
  }
}

.nutrition_value {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .nutrition_value {
    font-size: 18px;
  }
}

.nutrition_note {
  font-size: 14px;
  line-height: 1.75;
}

.about_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 48px;
  border: 1px solid #8E7D44;
  color: #8E7D44;
  text-decoration: none;
  background: transparent;
  max-width: 320px;
  margin: 0 auto 60px;
}

@media screen and (min-width: 768px) {
  .about_btn {
    margin: 0 auto 120px;
  }
}

.about_btn_text {
  font-size: 16px;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .about_btn_text {
    font-size: 18px;
  }
}

.about_btn_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  display: block;
  width: 18px;
  height: 6px;
  flex-shrink: 0;
  background: #8E7D44;

  -webkit-mask-image: url("../images/arrow_mask.svg");
  mask-image: url("../images/arrow_mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
  transition: transform 0.3s ease;
}

@media screen and (min-width: 768px) {
  .about_btn:hover .about_btn_arrow {
    transform: translateY(-50%) translateX(5px);
  }
}

.and_more {
  position: relative;
  width: 100%;
}

.and_more img {
  width: 100%;
  height: auto;
}

.and_more_txt {
  font-size: 24px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.12em;
}

@media screen and (min-width: 768px) {
  .and_more_txt {
    font-size: 40px;
  }
}

.section_ttl_deco_left {
  position: absolute;
  top: -30px;
  left: -170px;
}

.section_ttl_deco_left img {
  width: 134px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .section_ttl_deco_left {
    top: -20px;
    left: -80px;
  }

  .section_ttl_deco_left img {
    width: 83px;
    height: auto;
  }
}

.section_ttl_deco_right {
  position: absolute;
  right: -140px;
  top: -50px;
}

.section_ttl_deco_right img {
  width: 111px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .section_ttl_deco_right {
    right: -80px;
    top: -30px;
  }

  .section_ttl_deco_right img {
    width: 69px;
    height: auto;
  }
}

.campaign {
  padding: 134px 0 100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .campaign {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .campaign {
    padding: 310px 0 max(0px, 160px - 10vh);
  }
}

.campaign .section_ttl {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .campaign .section_ttl {
    margin-bottom: 72px;
  }
}

.campaign_bg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1034px;
  z-index: -1;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .campaign_bg {
    height: 1182px;
    bottom: min(0px, -160px + 10vh);
  }
}

.campaign_bg img {
  width: 100%;
}

.campaign_lead {
  font-size: min(16px, 4.071246819338422vw);
  text-align: center;
  margin-bottom: 120px;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .campaign_lead {
    font-size: 18px;
    margin-bottom: max(0px, 10px - 5vh);

  }
}

.campaign_swiper {
  width: 349px;
  margin: 0 auto;
  padding: 0 18px;
}

@media screen and (min-width: 768px) {
  .campaign_swiper {
    width: 100%;
    max-width: none;
    padding: 0;
  }
}

.campaign_swiper .swiper {
  overflow: visible;
}

.campaign_swiper .swiper .swiper-slide {
  width: 313px;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .campaign_swiper .swiper .swiper-slide {
    width: 1038px;
  }
}

@media screen and (min-width: 768px) {

  .horizontal_scroll {
    --sticky-container-height: 100vh;
    height: var(--sticky-container-height);
    min-height: 100vh;
    box-sizing: border-box;
  }

  .horizontal_scroll .sticky {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    overflow-x: clip;
  }

  .campaign_swiper .swiper-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    gap: 40px;
    box-sizing: content-box;
  }

  .campaign_swiper .swiper {
    overflow: hidden !important;
    padding-top: 70px;
  }
}

@media screen and (min-width: 1201px) {
  .campaign_swiper .swiper-wrapper {
    gap: 110px;
  }
}


.campaign_card {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.campaign_card_badge {
  position: absolute;
  width: 130px;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .campaign_card_badge {
    top: -70px;
    left: -60px;
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .campaign_card_badge {
    top: -88px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
  }
}

.campaign_card_badge img {
  display: block;
  width: 100%;
  height: auto;
}




.campaign_card_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 637px;
  gap: 10px;
  padding: 52px 18px 20px;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .campaign_card_inner {
    flex-direction: row;
    /* align-items: flex-end; */
    justify-content: space-between;
    padding: 20px;
    gap: 56px;
    min-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .campaign_card_coming .campaign_card_inner {
    padding: 22px 20px;
  }
}

.campaign_card_body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .campaign_card_body {
    width: 50.60120240480962%;
    padding: 60px 0 10px 50px;
  }
}

.campaign_card_coming {
  position: relative;
}

.campaign_card_desc {
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .campaign_card_desc {
    font-size: 40px;
  }
}

.campaign_card_balloon {
  position: relative;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .campaign_card_balloon {
    margin-bottom: 16px;
  }
}

.campaign_card_balloon_bg {
  display: block;
}

.campaign_card_balloon_text {
  position: absolute;
  top: 9px;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .campaign_card_balloon_text {
    font-size: 17px;
    top: 19px;
  }
}

#july .campaign_card_balloon {
  margin-bottom: 14px;
}

@media screen and (min-width: 768px) {
  #july .campaign_card_balloon {
    margin-bottom: 26px;
  }
}

#july .campaign_card_prize {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  #july .campaign_card_prize {
    margin-bottom: 38px;
  }
}

#july .campaign_card_deadline {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #july .campaign_card_deadline {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  #july .campaign_card_title {
    line-height: 1.5;
  }
  #july .campaign_card_prize {
    line-height: 2;
  }
}

.campaign_card_sublead {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 3px;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .campaign_card_sublead {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.campaign_card_sublead span {
  background: linear-gradient(270deg, #1DB2C9 0%, #2F759D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .campaign_card_sublead span {
    font-size: 36px;
  }
}

.campaign_card_title {
  padding-bottom: 4px;
  border-bottom: 2px dotted #2a9fc5;
  background: linear-gradient(270deg, #1DB2C9 0%, #2F759D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .campaign_card_title {
    font-size: 40px;
  }
}

.campaign_card_prize {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.05em;
  margin-bottom: 14px;

  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .campaign_card_prize {
    font-size: 22px;
    margin-bottom: 22px;
  }
}

.campaign_card_prize span {
  font-size: 18px;
  border-bottom: 2px dotted #2a9fc5;
  background: linear-gradient(270deg, #1DB2C9 0%, #2F759D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .campaign_card_prize span {
    font-size: 30px;
  }
}

.campaign_card_prize .num {
  font-size: 24px;
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .campaign_card_prize .num {
    font-size: 36px;
  }
}

.campaign_card_prize .small {
  font-size: 16px;
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .campaign_card_prize .small {
    font-size: 24px;
  }
}

.campaign_card_deadline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .campaign_card_deadline {
    gap: 18px;
    margin-bottom: 0;
  }
}

.campaign_card_deadline_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 6px 12px;
  background: #5A6C79;
  color: #fff;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;

}

@media screen and (min-width: 768px) {
  .campaign_card_deadline_label {
    font-size: 14px;
    padding: 7px 17px;

  }
}

.campaign_card_deadline_date {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) {
  .campaign_card_deadline_date {
    font-size: 28px;
  }
}

.campaign_card_deadline_date span {
  font-size: 14px;
  margin: 0 2px;
}

@media screen and (min-width: 768px) {
  .campaign_card_deadline_date span {
    font-size: 20px;
  }
}

.campaign_card_pack {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .campaign_card_pack {
    gap: 14px;
  }
}



.campaign_card_pack_label {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
}

@media screen and (min-width: 768px) {
  .campaign_card_pack_label {
    font-size: 16px;
    gap: 6px;
  }
}

.campaign_card_pack_label::after {
  content: "";
  display: block;
  width: 11px;
  height: 12px;
  background: #5A6C79;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.campaign_card_note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  white-space: nowrap;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .campaign_card_note {
    font-size: 14px;
  }
}

.campaign_card_pack img {
  display: block;
  width: 138px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .campaign_card_pack img {
    width: 80px;
  }
}

.campaign_card_visual {
  position: relative;
}

@media screen and (min-width: 768px) {
  .campaign_card_visual {
    width: 42.08416833667334%;
  }
}

.campaign_card_visual_note {
  position: absolute;

  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .campaign_card_visual_note {
    font-size: 14px;
    top: 12px;
    right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .campaign_card_visual_note {
    top: 10px;
    left: 10px;
  }
}

.campaign_card_visual img {
  display: block;
  width: 100%;
  height: auto;
}







#suntory_contents .suntory_contents_nav {
  background: #fff;
  color: #000;
}

#suntory_contents .suntory_contents_nav a {
  text-decoration: none;
}

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

#suntory_contents .suntory_contents_nav ruby {
  display: inline-block;
  position: relative;
}

#suntory_contents .suntory_contents_nav ruby>rt {
  display: inline-block;
  white-space: nowrap;
  width: auto;
  font-size: 50%;
  position: absolute;
  top: -0.75em;
  left: 50%;
  text-indent: -50%;
}

@media screen and (min-width:768px) {
  #suntory_contents .suntory_contents_nav .sp {
    display: none;
  }

  #suntory_contents .suntory_contents_nav .pc {
    display: block;
  }

  #suntory_contents .suntory_contents_nav .u-is-sp {
    display: none !important;
  }

  #suntory_contents .suntory_contents_nav .scrollpoint {
    margin-top: -100px !important;
    padding-top: 100px !important;
  }
}

@media screen and (max-width:767px) {
  #suntory_contents .suntory_contents_nav .pc {
    display: none;
  }

  #suntory_contents .suntory_contents_nav .sp {
    display: block;
  }

  #suntory_contents .suntory_contents_nav .u-is-pc {
    display: none !important;
  }

  #suntory_contents .suntory_contents_nav {
    -webkit-text-size-adjust: 100%;
  }

  #suntory_contents .suntory_contents_nav .scrollpoint {
    margin-top: -80px !important;
    padding-top: 80px !important;
  }

  #suntory_contents .suntory_contents_nav ruby {
    display: inline;
    position: relative;
  }

  #suntory_contents .suntory_contents_nav ruby>rt {
    display: inline;
    white-space: normal;
    width: auto;
    font-size: 100%;
    position: relative;
    top: auto;
    left: auto;
    text-indent: 0;
    vertical-align: baseline !important;
  }

  #suntory_contents .suntory_contents_nav ruby>rt::before {
    content: '（';
  }

  #suntory_contents .suntory_contents_nav ruby>rt::after {
    content: '）';
  }
}

/*----clearfix----*/
#suntory_contents .suntory_contents_nav .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.01em;
}

#suntory_contents .suntory_contents_nav .clearfix {
  min-height: 1px;
}

* html #suntory_contents .suntory_contents_nav .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden;
}

#suntory_contents .suntory_contents_nav {
  line-height: 1;
  position: relative;
}

#suntory_contents .suntory_contents_nav * {
  box-sizing: border-box;
  vertical-align: top;
}

#suntory_contents .suntory_contents_nav img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

#suntory_contents .suntory_contents_nav div,
#suntory_contents .suntory_contents_nav span,
#suntory_contents .suntory_contents_nav object,
#suntory_contents .suntory_contents_nav iframe,
#suntory_contents .suntory_contents_nav h1,
#suntory_contents .suntory_contents_nav h2,
#suntory_contents .suntory_contents_nav h3,
#suntory_contents .suntory_contents_nav h4,
#suntory_contents .suntory_contents_nav h5,
#suntory_contents .suntory_contents_nav h6,
#suntory_contents .suntory_contents_nav p,
#suntory_contents .suntory_contents_nav blockquote,
#suntory_contents .suntory_contents_nav pre,
#suntory_contents .suntory_contents_nav abbr,
#suntory_contents .suntory_contents_nav address,
#suntory_contents .suntory_contents_nav cite,
#suntory_contents .suntory_contents_nav code,
#suntory_contents .suntory_contents_nav del,
#suntory_contents .suntory_contents_nav dfn,
#suntory_contents .suntory_contents_nav em,
#suntory_contents .suntory_contents_nav img,
#suntory_contents .suntory_contents_nav ins,
#suntory_contents .suntory_contents_nav kbd,
#suntory_contents .suntory_contents_nav q,
#suntory_contents .suntory_contents_nav samp,
#suntory_contents .suntory_contents_nav small,
#suntory_contents .suntory_contents_nav strong,
#suntory_contents .suntory_contents_nav sub,
#suntory_contents .suntory_contents_nav sup,
#suntory_contents .suntory_contents_nav var,
#suntory_contents .suntory_contents_nav b,
#suntory_contents .suntory_contents_nav i,
#suntory_contents .suntory_contents_nav dl,
#suntory_contents .suntory_contents_nav dt,
#suntory_contents .suntory_contents_nav dd,
#suntory_contents .suntory_contents_nav ol,
#suntory_contents .suntory_contents_nav ul,
#suntory_contents .suntory_contents_nav li,
#suntory_contents .suntory_contents_nav fieldset,
#suntory_contents .suntory_contents_nav form,
#suntory_contents .suntory_contents_nav label,
#suntory_contents .suntory_contents_nav legend,
#suntory_contents .suntory_contents_nav table,
#suntory_contents .suntory_contents_nav caption,
#suntory_contents .suntory_contents_nav tbody,
#suntory_contents .suntory_contents_nav tfoot,
#suntory_contents .suntory_contents_nav thead,
#suntory_contents .suntory_contents_nav tr,
#suntory_contents .suntory_contents_nav th,
#suntory_contents .suntory_contents_nav td,
#suntory_contents .suntory_contents_nav article,
#suntory_contents .suntory_contents_nav aside,
#suntory_contents .suntory_contents_nav canvas,
#suntory_contents .suntory_contents_nav details,
#suntory_contents .suntory_contents_nav figcaption,
#suntory_contents .suntory_contents_nav figure,
#suntory_contents .suntory_contents_nav footer,
#suntory_contents .suntory_contents_nav header,
#suntory_contents .suntory_contents_nav hgroup,
#suntory_contents .suntory_contents_nav menu,
#suntory_contents .suntory_contents_nav nav,
#suntory_contents .suntory_contents_nav section,
#suntory_contents .suntory_contents_nav summary,
#suntory_contents .suntory_contents_nav time,
#suntory_contents .suntory_contents_nav mark,
#suntory_contents .suntory_contents_nav audio,
#suntory_contents .suntory_contents_nav video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

#suntory_contents .suntory_contents_nav sup,
#suntory_contents .suntory_contents_nav sub {
  font-size: 70%;
}

#suntory_contents .suntory_contents_nav article,
#suntory_contents .suntory_contents_nav aside,
#suntory_contents .suntory_contents_nav details,
#suntory_contents .suntory_contents_nav figcaption,
#suntory_contents .suntory_contents_nav figure,
#suntory_contents .suntory_contents_nav footer,
#suntory_contents .suntory_contents_nav header,
#suntory_contents .suntory_contents_nav hgroup,
#suntory_contents .suntory_contents_nav menu,
#suntory_contents .suntory_contents_nav nav,
#suntory_contents .suntory_contents_nav section {
  display: block;
}

#suntory_contents .suntory_contents_nav nav ul {
  list-style: none;
}

#suntory_contents .suntory_contents_nav blockquote,
#suntory_contents .suntory_contents_nav q {
  quotes: none;
}

#suntory_contents .suntory_contents_nav blockquote:before,
#suntory_contents .suntory_contents_nav blockquote:after,
#suntory_contents .suntory_contents_nav q:before,
#suntory_contents .suntory_contents_nav q:after {
  content: '';
  content: none;
}

#suntory_contents .suntory_contents_nav a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

#suntory_contents .suntory_contents_nav ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

#suntory_contents .suntory_contents_nav mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

#suntory_contents .suntory_contents_nav del {
  text-decoration: line-through;
}

#suntory_contents .suntory_contents_nav abbr[title],
#suntory_contents .suntory_contents_nav dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

#suntory_contents .suntory_contents_nav table {
  border-collapse: collapse;
  border-spacing: 0;
}

#suntory_contents .suntory_contents_nav hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

#suntory_contents .suntory_contents_nav input,
#suntory_contents .suntory_contents_nav select {
  vertical-align: middle;
}

#suntory_contents .suntory_contents_nav img,
#suntory_contents .suntory_contents_nav video {
  font-size: 0;
  line-height: 0;
}

#suntory_contents .suntory_contents_nav {
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  transition: opacity 0.8s ease;
}

#suntory_contents .suntory_contents_nav a {
  color: #000;
}

#suntory_contents .suntory_contents_nav .b-footer {
  font-family: 'Noto Serif JP', serif;
}

/* footer SP */
@media screen and (max-width: 767px) {
  #suntory_contents .suntory_contents_nav .b-footer {
    color: #fff;
    background-color: #01012f;
    padding: 26.666666666666668% 8%;
  }

  #suntory_contents .suntory_contents_nav .b-footer a {
    color: #fff;
  }

  #suntory_contents .suntory_contents_nav .b-footer_logo {
    width: 42.857142857142854%;
    margin: 0 auto;
  }

  #suntory_contents .suntory_contents_nav .b-footer_nav {
    font-size: 12px;
    line-height: 2;
    margin-top: 15%;
  }

  #suntory_contents .suntory_contents_nav .b-footer_nav>li {
    padding: 0 9.523809523809524%;
  }

  #suntory_contents .suntory_contents_nav .b-footer_nav>li+li {
    margin-top: 1.384615384615385em;
    padding-top: 1.384615384615385em;
    border-top: 1px solid rgba(196, 168, 114, 0.5);
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns {
    margin-top: 23.174603174603174%;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-head {
    line-height: 2;
    color: #b2994e;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-head {
    font-size: 14px;
    line-height: 2;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-list {
    padding: 10% 0;
    margin-top: 1.587301587301587%;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-list>li+li {
    margin-top: 10%;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-list.u-inview-bdr::before {
    background-color: rgba(178, 153, 78, 0.5);
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-list.u-inview-bdr::after {
    background-color: rgba(178, 153, 78, 0.5);
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-link {
    display: flex;
    align-items: center;
    color: #fff;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-link_icon {
    flex-shrink: 0;
    width: 7.000000000000001%;
    margin-right: 5%;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-link_content-txt {
    margin-top: 0.909090909090909em;
    font-size: 12px;
    line-height: 2.363636363636364;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-link_content-ttl {
    color: #b2994e;
    font-size: 11px;
    margin-right: -2em;
  }

  #suntory_contents .suntory_contents_nav .b-fnav_btn-close {
    display: none;
  }
}

/* footer PC */
@media screen and (min-width: 768px) {
  #suntory_contents .suntory_contents_nav .b-footer {
    color: #fff;
    background-color: #01012f;
    padding: 7.5% 10%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    position: relative;
    z-index: 3;
  }

  #suntory_contents .suntory_contents_nav .b-footer_menu {
    width: 50%;
    align-items: center;
    display: flex;
  }

  #suntory_contents .suntory_contents_nav .b-footer_logo {
    width: 30%;
    margin-right: 20%;
  }

  #suntory_contents .suntory_contents_nav .b-footer_nav {
    margin-top: 15px;
    flex-grow: 1;
  }

  #suntory_contents .suntory_contents_nav .b-footer_nav li {
    margin-bottom: 30px;
  }

  #suntory_contents .suntory_contents_nav .b-footer_nav-link {
    display: inline-block;
    color: #fff;
    cursor: pointer;
  }

  #suntory_contents .suntory_contents_nav .b-footer_nav-link>p>span {
    color: #c4a872;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns {
    width: 50%;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-head {
    line-height: 2;
    color: #b2994e;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-list {
    padding: 7.109004739336493% 8.293838862559241%;
    padding-right: 0;
    margin-top: 1.184834123222749%;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-list>li+li {
    margin-top: 9.210526315789473%;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-list.u-inview-bdr::before {
    background-color: rgba(178, 153, 78, 0.5);
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-list.u-inview-bdr::after {
    background-color: rgba(178, 153, 78, 0.5);
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-link {
    display: flex;
    align-items: center;
    color: #fff;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-link_icon {
    width: 5.526315789473684%;
    margin-right: 9.210526315789473%;
    flex-shrink: 0;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-link_content-txt {
    margin-top: 0.769230769230769em;
    line-height: 2;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-link_content-ttl {
    color: #b2994e;
  }

  #suntory_contents .suntory_contents_nav .b-fnav_btn-close {
    display: none;
  }
}

/* footer WIDE */
@media screen and (min-width: 1001px) {
  #suntory_contents .suntory_contents_nav .b-footer_nav {
    font-size: 16px;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-link_content-ttl {
    font-size: 18px;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-head {
    font-size: 16px;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-link_content-txt {
    font-size: 16px;
  }
}

/* footer MIDDLE */
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #suntory_contents .suntory_contents_nav .b-footer_nav {
    font-size: 14px;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-head {
    font-size: 14px;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-link_content-txt {
    font-size: 14px;
  }

  #suntory_contents .suntory_contents_nav .b-footer_sns-link_content-ttl {
    font-size: 12px;
  }
}

/* footer COMMON */
#suntory_contents .suntory_contents_nav .u-inview-bdr,
#suntory_contents .suntory_contents_nav [class*='u-inview-bdr--'] {
  display: block;
  position: relative;
}

#suntory_contents .suntory_contents_nav .u-inview-bdr::before,
#suntory_contents .suntory_contents_nav .u-inview-bdr--top::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(196, 168, 114, 0.5);
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}

#suntory_contents .suntory_contents_nav .u-inview-bdr::before,
#suntory_contents .suntory_contents_nav .u-inview-bdr--top::before {
  top: 0;
  transform-origin: top left;
}

#suntory_contents .suntory_contents_nav .u-inview-bdr::after,
#suntory_contents .suntory_contents_nav .u-inview-bdr--btm::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(196, 168, 114, 0.5);
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}

#suntory_contents .suntory_contents_nav .u-inview-bdr::after,
#suntory_contents .suntory_contents_nav .u-inview-bdr--btm::after {
  bottom: 0;
  transform-origin: top right;
}

#suntory_contents .suntory_contents_nav .u-inview-bdr.is-blue::before,
#suntory_contents .suntory_contents_nav .u-inview-bdr--top.is-blue::before {
  background-color: rgba(0, 100, 165, 0.5);
}

#suntory_contents .suntory_contents_nav .u-inview-bdr.is-blue::after,
#suntory_contents .suntory_contents_nav .u-inview-bdr--btm.is-blue::after {
  background-color: rgba(0, 100, 165, 0.5);
}

#suntory_contents .suntory_contents_nav .haednavwrap {
  width: 100%;
  z-index: 5;
  top: 0;
}

#suntory_contents .suntory_contents_nav .haednavwrap .haednavinner {
  position: relative;
  width: 100%;
  max-width: 1364px;
  margin: 0 auto;
}

#suntory_contents .suntory_contents_nav .b-nav {
  font-family: 'Noto Serif JP', serif;
}

#suntory_contents .suntory_contents_nav .b-nav-logo .logo_b {
  display: none;
}

/* headnavi PC  */
@media screen and (min-width: 768px) {
  #suntory_contents .suntory_contents_nav .b-nav-logo {
    display: block;
    width: 8vw;
    max-width: 110px;
    position: absolute;
    top: 0;
    left: 2.333333333333333%;
    margin-top: 1.916666666666667%;
    z-index: 10;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0.8s;
  }

  #suntory_contents .suntory_contents_nav .b-nav-logo a {
    display: block;
  }

  #suntory_contents .suntory_contents_nav .b-nav-btn {
    display: none;
  }

  #suntory_contents .suntory_contents_nav .b-nav {
    width: 100%;
    top: 0;
    left: 0;
    transform-origin: right center;
    position: absolute;
    overflow: visible;
    z-index: 9;
    font-weight: 600;
  }

  #suntory_contents .suntory_contents_nav .b-nav.is-open {
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  #suntory_contents .suntory_contents_nav .b-nav:not(.is-open) .b-nav_content:after {
    opacity: 0;
    transform: scaleX(0);
    transition-delay: 0.4s;
  }

  #suntory_contents .suntory_contents_nav .b-nav:not(.is-open) .b-nav_list:after {
    transform: scaleX(0);
  }

  #suntory_contents .suntory_contents_nav .b-nav:not(.is-open) .b-nav_foot {
    opacity: 0;
  }

  #suntory_contents .suntory_contents_nav .b-nav:not(.is-open) .b-nav_btn-close>span {
    transform: scaleX(0);
  }

  #suntory_contents .suntory_contents_nav .b-nav:not(.is-open) .b-nav_btn-close>span+span {
    transform: scaleY(0);
  }

  #suntory_contents .suntory_contents_nav .b-nav:not(.is-open) .b-nav_bnr {
    opacity: 0;
    transform: translateY(10px);
    transition-delay: 0.4s;
  }

  #suntory_contents .suntory_contents_nav .b-nav_wrap {
    width: 100%;
    display: flex;
  }

  #suntory_contents .suntory_contents_nav .b-nav_inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }

  #suntory_contents .suntory_contents_nav .b-nav_content {
    padding: 3%;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: flex-end;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list {
    padding: 15px 5px;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3);
    border-radius: 8px;
    position: relative;
    display: flex;
    width: auto;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li {
    padding-left: 22px;
    position: relative;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li+li {
    margin-left: 22px;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li+li::after {
    content: '';
    width: 1px;
    height: 18px;
    background: #001865;
    position: absolute;
    top: 0;
    left: 0;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li:last-child {
    padding-right: 22px;
  }

  #suntory_contents .suntory_contents_nav .b-nav_bnr {
    opacity: 1;
    display: block;
    transform: translateY(0);
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    position: absolute;
    right: 0;
    bottom: 1.6em;
    z-index: 1;
    width: 6.4em;
    height: 3.133333333333333em;
    transition-delay: 1.1s;
  }

  #suntory_contents .suntory_contents_nav .b-nav_bnr:hover {
    opacity: 0.7;
  }

  #suntory_contents .suntory_contents_nav .b-nav_link {
    display: inline-block;
    color: #001865;
  }

  #suntory_contents .suntory_contents_nav .b-nav_link-caption {
    cursor: pointer;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-bottom: 3px;
  }

  #suntory_contents .suntory_contents_nav .b-nav_products {
    transform: translateY(0);
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}

/* headnavi SP  */
@media screen and (max-width: 767px) {
  #suntory_contents .suntory_contents_nav .b-nav-bg {
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    z-index: 8;
    height: 65.33333333333333vw;
    background: url("../images/common/nav_bg_sp.png") no-repeat top center;
    background-size: 100% auto;
  }

  #suntory_contents .suntory_contents_nav .b-nav-logo {
    display: block;
    width: 18%;
    position: absolute;
    top: 0;
    left: 5%;
    margin-top: 5%;
    z-index: 10;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0.8s;
  }

  #suntory_contents .suntory_contents_nav .b-nav-logo a {
    display: block;
  }

  #suntory_contents .suntory_contents_nav .b-nav-logo.is-bottom-position {
    opacity: 0;
  }

  #suntory_contents .suntory_contents_nav .b-nav-btn {
    transition-property: opacity;
    transition-duration: 0.8s;
    transition-timing-function: ease;
    transition-delay: 1.6s;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    position: absolute;
    top: 0;
    z-index: 9;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    letter-spacing: 0.02em;
    padding-bottom: 30px;
    right: 5%;
    margin-top: 5%;
  }

  #suntory_contents .suntory_contents_nav .b-nav-btn_icon {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
  }

  #suntory_contents .suntory_contents_nav .b-nav-btn_icon>span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
  }

  #suntory_contents .suntory_contents_nav .b-nav-btn_icon>span:first-child {
    bottom: 4px;
  }

  #suntory_contents .suntory_contents_nav .b-nav-btn_icon>span:last-child {
    bottom: -4px;
  }

  #suntory_contents .suntory_contents_nav .b-nav_btn-close {
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    cursor: pointer;
    top: 0;
    right: 5%;
    width: 40px;
    padding-top: 40px;
  }

  #suntory_contents .suntory_contents_nav .b-nav_btn-close>span {
    width: 40px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #c4a872;
    transition: transform 0.2s;
    transform-origin: left;
    transition-delay: 0.5s;
  }

  #suntory_contents .suntory_contents_nav .b-nav_btn-close>span+span {
    width: 1px;
    height: 100%;
    transform-origin: bottom;
    transition-delay: 0.6s;
  }

  #suntory_contents .suntory_contents_nav .b-nav {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transform-origin: right center;
    position: fixed;
    overflow: auto;
    background-color: rgba(1, 1, 47, 0.95);
    height: 100%;
  }

  #suntory_contents .suntory_contents_nav .b-nav:not(.is-open) {
    opacity: 0;
    pointer-events: none;
    transform: scaleX(0.7);
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  }

  #suntory_contents .suntory_contents_nav .b-nav:not(.is-open) .b-nav_content:after {
    opacity: 0;
    transform: scaleX(0);
    transition-delay: 0.4s;
  }

  #suntory_contents .suntory_contents_nav .b-nav:not(.is-open) .b-nav_list:after {
    transform: scaleX(0);
  }

  #suntory_contents .suntory_contents_nav .b-nav:not(.is-open) .b-nav_list>li {
    opacity: 0;
    transform: translateY(10px);
    transition-delay: 0.4s;
  }

  #suntory_contents .suntory_contents_nav .b-nav:not(.is-open) .b-nav_foot {
    opacity: 0;
  }

  #suntory_contents .suntory_contents_nav .b-nav:not(.is-open) .b-nav_btn-close>span {
    transform: scaleX(0);
  }

  #suntory_contents .suntory_contents_nav .b-nav:not(.is-open) .b-nav_btn-close>span+span {
    transform: scaleY(0);
  }

  #suntory_contents .suntory_contents_nav .b-nav:not(.is-open) .b-nav_products {
    opacity: 0;
    transform: translateY(10px);
    transition-delay: 0.4s;
  }

  #suntory_contents .suntory_contents_nav .b-nav:not(.is-open) .b-nav_bnr {
    opacity: 0;
    transform: translateY(10px);
    transition-delay: 0.4s;
  }

  #suntory_contents .suntory_contents_nav .b-nav_wrap {
    width: 100%;
    display: flex;
    overflow: hidden;
    min-height: 100%;
  }

  #suntory_contents .suntory_contents_nav .b-nav_inner {
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    padding: 12% 0 14.666666666666666%;
  }

  #suntory_contents .suntory_contents_nav .b-nav_content {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-right: 12%;
    padding-left: 12%;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #c4a872;
  }

  #suntory_contents .suntory_contents_nav .b-nav_content:after {
    content: '';
    display: block;
    height: 1px;
    background-color: rgba(196, 168, 114, 0.5);
    position: absolute;
    left: 0;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transform-origin: left;
    transition-delay: 1s;
  }

  #suntory_contents .suntory_contents_nav .b-nav_content:after {
    bottom: 0;
    width: 100%;
  }

  #suntory_contents .suntory_contents_nav .b-nav_content:after {
    display: none;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 15.789473684210526% 0 0;
    justify-content: center;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li {
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li+li {
    margin-top: 6.666666666666667vw;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li:nth-child(2) {
    margin-top: 5.333333333333334vw;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li:nth-child(5) {
    position: relative;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li:nth-child(5):after {
    content: '';
    display: block;
    position: absolute;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li:last-child {
    margin-top: 8vw;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li:nth-child(1) {
    transition-delay: 0.4s;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li:nth-child(2) {
    transition-delay: 0.5s;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li:nth-child(3) {
    transition-delay: 0.6s;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li:nth-child(4) {
    transition-delay: 0.7s;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li:nth-child(5) {
    transition-delay: 0.8s;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li:nth-child(6) {
    transition-delay: 0.9s;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li:nth-child(7) {
    transition-delay: 1s;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li:nth-child(8) {
    transition-delay: 1.1s;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li:nth-child(9) {
    transition-delay: 1.2s;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li:nth-child(10) {
    transition-delay: 1.3s;
  }

  #suntory_contents .suntory_contents_nav .b-nav_bnr {
    opacity: 1;
    display: block;
    transform: translateY(0);
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    transition-delay: 1.4s;
  }

  #suntory_contents .suntory_contents_nav .b-nav_link {
    display: inline-block;
    color: #c4a872;
  }

  #suntory_contents .suntory_contents_nav .b-nav_link-caption {
    font-size: 5.333333333333334vw;
    letter-spacing: 0.02em;
  }

  #suntory_contents .suntory_contents_nav .b-nav_products {
    transform: translateY(0);
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}

/* headnavi MIDDLE  */
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #suntory_contents .suntory_contents_nav .b-nav_list>li {
    padding-left: 18px;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li+li {
    padding-left: 18px;
    margin-left: 18px;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li:last-child {
    padding-right: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #suntory_contents .suntory_contents_nav .b-nav-logo {
    width: 74px;
  }

  #suntory_contents .suntory_contents_nav .b-nav-btn {
    font-size: 18px;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li {
    padding-left: 16px;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li+li {
    padding-left: 16px;
    margin-left: 16px;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li+li::after {
    content: '';
    width: 1px;
    height: 16px;
    background: #001865;
    position: absolute;
    top: 0;
    left: 0;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li:last-child {
    padding-right: 16px;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li:nth-child(5):after {
    height: 10px;
    top: 4px;
    right: -16px;
  }

  #suntory_contents .suntory_contents_nav .b-nav_link-caption {
    font-size: 14px;
  }
}

/* headnavi Thin  */
@media screen and (min-width: 768px) and (max-width: 901px) {
  #suntory_contents .suntory_contents_nav .b-nav-btn {
    font-size: 16px;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li {
    padding-left: 16px;
  }

  #suntory_contents .suntory_contents_nav .b-nav_list>li+li {
    padding-left: 8px;
    margin-left: 8px;
  }
}

/* headnavi WIDE  */
@media screen and (min-width: 1165px) {
  #suntory_contents .suntory_contents_nav .b-nav-btn {
    font-size: 2vw;
  }
}

/* headnavi Product  */
@media screen and (min-width: 768px) {
  #suntory_contents .suntory_contents_nav .b-nav_products {
    visibility: hidden;
    width: 1000px;
    background: #01012f;
    overflow: visible !important;
    position: absolute !important;
    left: 50%;
    margin-top: 14px !important;
    margin-left: -460px;
    padding: 3.333333333333333vw 0 1.666666666666667vw !important;
    box-sizing: border-box;
    line-height: 1.5;
    z-index: 12;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1164px) {
  #suntory_contents .suntory_contents_nav .b-nav_products {
    margin-left: -300px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #suntory_contents .suntory_contents_nav .b-nav_products {
    width: 800px;
    margin-left: -260px;
  }
}

@media screen and (max-width: 767px) {
  #suntory_contents .suntory_contents_nav .b-nav_products {
    opacity: 1;
    width: 100%;
    margin-top: 8vw;
    padding-top: 8vw !important;
    padding-bottom: 8vw !important;
    font-size: 2.666666666666667vw;
    line-height: 1.5;
    overflow: visible !important;
  }
}

#suntory_contents .suntory_contents_nav .b-nav_products:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(196, 168, 114, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transform-origin: left;
  transition-delay: 0.3s;
}

@media screen and (min-width: 768px) {
  #suntory_contents .suntory_contents_nav .b-nav_products:after {
    display: none;
  }
}

#suntory_contents .suntory_contents_nav .b-nav_products:before {
  content: '';
  display: block;
  position: absolute;
}

@media screen and (min-width: 768px) {
  #suntory_contents .suntory_contents_nav .b-nav_products:before {
    width: 0;
    height: 0;
    top: -14px;
    left: 45%;
    border-style: solid;
    border-width: 0 1.25em 2.5em 1.25em;
    border-color: transparent transparent #01012f transparent;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1164px) {
  #suntory_contents .suntory_contents_nav .b-nav_products:before {
    left: 29%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #suntory_contents .suntory_contents_nav .b-nav_products:before {
    left: 32%;
  }
}

@media screen and (max-width: 767px) {
  #suntory_contents .suntory_contents_nav .b-nav_products:before {
    width: 100%;
    height: 1px;
    background-color: rgba(196, 168, 114, 0.5);
    left: 0;
    top: 0;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transform-origin: left;
    transition-delay: 0.3s;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #suntory_contents .suntory_contents_nav .b-nav_products {
    font-size: 10px;
  }
}

#suntory_contents .suntory_contents_nav .b-nav_products_list_mian {
  display: flex;
}

@media screen and (min-width: 768px) {
  #suntory_contents .suntory_contents_nav .b-nav_products_list_mian {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12px;
    margin-bottom: 2.2em;
  }
}

@media screen and (max-width: 767px) {
  #suntory_contents .suntory_contents_nav .b-nav_products_list_mian {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #suntory_contents .suntory_contents_nav .b-nav_products_list_mian .b-nav_products_list_itm {
    width: 240px !important;
    margin: 0 !important;
  }

  #suntory_contents .suntory_contents_nav .b-nav_products_list_mian .b-nav_products_list_itm_link_img {
    width: 140px;
    margin: 0 0 0 60px;
  }
}

@media screen and (max-width: 767px) {
  #suntory_contents .suntory_contents_nav .b-nav_products_list_mian .b-nav_products_list_itm_link_img {
    width: 18.666666666666668vw;
    margin-left: 13.333333333333334vw;
  }
}

#suntory_contents .suntory_contents_nav .b-nav_products_list_mian .b-nav_products_list_itm_link_txt {
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  #suntory_contents .suntory_contents_nav .b-nav_products_list_pc {
    width: 90% !important;
    margin: auto;
    overflow: hidden;
    font-size: 12px;
  }
}

#suntory_contents .suntory_contents_nav .b-nav_products_list {
  display: flex;
}

@media screen and (min-width: 768px) {
  #suntory_contents .suntory_contents_nav .b-nav_products_list {
   
    margin: 0 auto;
    justify-content: center;
  }

  #suntory_contents .suntory_contents_nav .b-nav_products_list_itm {
    width: 160px !important;
    margin: 0 10px 2em !important;
  }
}

@media screen and (max-width: 767px) {
  #suntory_contents .suntory_contents_nav .b-nav_products_list {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #suntory_contents .suntory_contents_nav .b-nav_products_list_pc {
    
  }

  #suntory_contents .suntory_contents_nav .b-nav_products_list {
    
    margin: 0 auto;
    justify-content: center;
  }

  #suntory_contents .suntory_contents_nav .b-nav_products_list_itm {
    width: 140px !important;
    margin: 0 5px 2em !important;
  }
}

@media screen and (max-width: 767px) {
  #suntory_contents .suntory_contents_nav .b-nav_products_list_itm {
    width: 15.5em !important;
  }
}

#suntory_contents .suntory_contents_nav .b-nav_products_list_itm_link {
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #suntory_contents .suntory_contents_nav .b-nav_products_list_itm_link {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  #suntory_contents .suntory_contents_nav .b-nav_products_list_itm_link {
    color: #c4a872;
  }
}

@media screen and (min-width: 768px) {
  #suntory_contents .suntory_contents_nav .b-nav_products_list_itm_link_img {
    width: 4.8em;
    margin-left: 4.5em;
  }
}

@media screen and (max-width: 767px) {
  #suntory_contents .suntory_contents_nav .b-nav_products_list_itm_link_img {
    width: 18.666666666666668vw;
    margin-left: 13.333333333333334vw;
  }
}

@media screen and (min-width: 768px) {
  #suntory_contents .suntory_contents_nav .b-nav_products_list_itm_link_txt {
    letter-spacing: -0.05em;
  }
}

#suntory_contents .suntory_contents_nav .b-nav_products_list_itm_link_label {
  display: inline-block;
  line-height: 1.8;
  margin-top: 0.5em;
  padding-right: 1em;
  padding-left: 1em;
  border-radius: 1.8em;
}

@media screen and (min-width: 768px) {
  #suntory_contents .suntory_contents_nav .b-nav_products_list_itm_link_label {
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
}

@media screen and (max-width: 767px) {
  #suntory_contents .suntory_contents_nav .b-nav_products_list_itm_link_label {
    border: 1px solid rgba(196, 168, 114, 0.5);
  }
}

#suntory_contents .suntory_contents_nav .b-nav_products_list_pc .swiper-button-prev {
  top: 2.8em;
  left: 0;
  width: 1.9em;
  height: 1.9em;
  margin-top: 0;
  z-index: 20;
  background-image: url("../../../../images/common/ico_slide_arrow_gold.svg");
  background-size: 100%;
  transform: scale(-1, 1);
}

#suntory_contents .suntory_contents_nav .b-nav_products_list_pc .swiper-button-prev:after {
  content: none;
}

#suntory_contents .suntory_contents_nav .b-nav_products_list_pc .swiper-button-prev.swiper-button-disabled {
  background-image: url("../../../../images/common/ico_slide_arrow_gray.svg");
  opacity: 1 !important;
}

#suntory_contents .suntory_contents_nav .b-nav_products_list_pc .swiper-button-next {
  top: 2.8em;
  right: 0;
  width: 1.9em;
  height: 1.9em;
  margin-top: 0;
  z-index: 20;
  background-image: url("../../../../images/common/ico_slide_arrow_gold.svg");
  background-size: 100%;
}

#suntory_contents .suntory_contents_nav .b-nav_products_list_pc .swiper-button-next:after {
  content: none;
}

#suntory_contents .suntory_contents_nav .b-nav_products_list_pc .swiper-button-next.swiper-button-disabled {
  background-image: url("../../../../images/common/ico_slide_arrow_gray.svg");
  opacity: 1 !important;
}

#suntory_contents .suntory_contents_nav .b-nav_products_list_pc .swiper-scrollbar {
  left: 2.6% !important;
  width: 94.8% !important;
  height: 1px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  pointer-events: none;
}

#suntory_contents .suntory_contents_nav .b-nav_products_list_pc .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0 !important;
  background: #b2994e !important;
}

@media screen and (min-width: 768px) {
  #suntory_contents .suntory_contents_nav .is-menuov .b-nav_products {
    visibility: visible;
    animation: menuOv 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  }
}

@media screen and (min-width: 768px) {
  #suntory_contents .suntory_contents_nav .is-menuov .b-nav_members {
    display: block;
    animation: menuOv 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  }
}

@media screen and (min-width: 768px) {
  #suntory_contents .suntory_contents_nav .suntory_cmn_hd_00 {
    min-width: 960px;
  }
}

#suntory_contents .suntory_contents_nav .b-nav.is-fmenuon {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  #suntory_contents .suntory_contents_nav .b-nav.is-fmenuon .b-nav_products {
    visibility: visible;
    animation: menuOv 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  }
}

@-webkit-keyframes menuOv {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes menuOv {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#suntory_contents .suntory_contents_nav .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

#suntory_contents .suntory_contents_nav .swiper-container-vertical>.swiper-wrapper {
  flex-direction: column;
}

#suntory_contents .suntory_contents_nav .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

#suntory_contents .suntory_contents_nav .swiper-container-android .swiper-slide,
#suntory_contents .suntory_contents_nav .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

#suntory_contents .suntory_contents_nav .swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap;
}

#suntory_contents .suntory_contents_nav .swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

#suntory_contents .suntory_contents_nav .swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

#suntory_contents .suntory_contents_nav .swiper-container-pointer-events {
  touch-action: pan-y;
}

#suntory_contents .suntory_contents_nav .swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

#suntory_contents .suntory_contents_nav .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

#suntory_contents .suntory_contents_nav .swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
#suntory_contents .suntory_contents_nav .swiper-container-autoheight,
#suntory_contents .suntory_contents_nav .swiper-container-autoheight .swiper-slide {
  height: auto;
}

#suntory_contents .suntory_contents_nav .swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
#suntory_contents .suntory_contents_nav .swiper-container-3d {
  perspective: 1200px;
}

#suntory_contents .suntory_contents_nav .swiper-container-3d .swiper-wrapper,
#suntory_contents .suntory_contents_nav .swiper-container-3d .swiper-slide,
#suntory_contents .suntory_contents_nav .swiper-container-3d .swiper-slide-shadow-left,
#suntory_contents .suntory_contents_nav .swiper-container-3d .swiper-slide-shadow-right,
#suntory_contents .suntory_contents_nav .swiper-container-3d .swiper-slide-shadow-top,
#suntory_contents .suntory_contents_nav .swiper-container-3d .swiper-slide-shadow-bottom,
#suntory_contents .suntory_contents_nav .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

#suntory_contents .suntory_contents_nav .swiper-container-3d .swiper-slide-shadow-left,
#suntory_contents .suntory_contents_nav .swiper-container-3d .swiper-slide-shadow-right,
#suntory_contents .suntory_contents_nav .swiper-container-3d .swiper-slide-shadow-top,
#suntory_contents .suntory_contents_nav .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

#suntory_contents .suntory_contents_nav .swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

#suntory_contents .suntory_contents_nav .swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

#suntory_contents .suntory_contents_nav .swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

#suntory_contents .suntory_contents_nav .swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
#suntory_contents .suntory_contents_nav .swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
}

#suntory_contents .suntory_contents_nav .swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

#suntory_contents .suntory_contents_nav .swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

#suntory_contents .suntory_contents_nav .swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

#suntory_contents .suntory_contents_nav .swiper-button-prev,
#suntory_contents .suntory_contents_nav .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

#suntory_contents .suntory_contents_nav .swiper-button-prev.swiper-button-disabled,
#suntory_contents .suntory_contents_nav .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

#suntory_contents .suntory_contents_nav .swiper-button-prev:after,
#suntory_contents .suntory_contents_nav .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

#suntory_contents .suntory_contents_nav .swiper-button-prev,
#suntory_contents .suntory_contents_nav .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

#suntory_contents .suntory_contents_nav .swiper-button-prev:after,
#suntory_contents .suntory_contents_nav .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

#suntory_contents .suntory_contents_nav .swiper-button-next,
#suntory_contents .suntory_contents_nav .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

#suntory_contents .suntory_contents_nav .swiper-button-next:after,
#suntory_contents .suntory_contents_nav .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

#suntory_contents .suntory_contents_nav .swiper-button-prev.swiper-button-white,
#suntory_contents .suntory_contents_nav .swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

#suntory_contents .suntory_contents_nav .swiper-button-prev.swiper-button-black,
#suntory_contents .suntory_contents_nav .swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

#suntory_contents .suntory_contents_nav .swiper-button-lock {
  display: none;
}

#suntory_contents .suntory_contents_nav .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

#suntory_contents .suntory_contents_nav .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
#suntory_contents .suntory_contents_nav .swiper-pagination-fraction,
#suntory_contents .suntory_contents_nav .swiper-pagination-custom,
#suntory_contents .suntory_contents_nav .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
#suntory_contents .suntory_contents_nav .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

#suntory_contents .suntory_contents_nav .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

#suntory_contents .suntory_contents_nav .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

#suntory_contents .suntory_contents_nav .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

#suntory_contents .suntory_contents_nav .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

#suntory_contents .suntory_contents_nav .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

#suntory_contents .suntory_contents_nav .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

#suntory_contents .suntory_contents_nav .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

#suntory_contents .suntory_contents_nav .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

#suntory_contents .suntory_contents_nav button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

#suntory_contents .suntory_contents_nav .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

#suntory_contents .suntory_contents_nav .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

#suntory_contents .suntory_contents_nav .swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

#suntory_contents .suntory_contents_nav .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

#suntory_contents .suntory_contents_nav .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

#suntory_contents .suntory_contents_nav .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

#suntory_contents .suntory_contents_nav .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

#suntory_contents .suntory_contents_nav .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

#suntory_contents .suntory_contents_nav .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

#suntory_contents .suntory_contents_nav .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
#suntory_contents .suntory_contents_nav .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

#suntory_contents .suntory_contents_nav .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

#suntory_contents .suntory_contents_nav .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

#suntory_contents .suntory_contents_nav .swiper-container-horizontal>.swiper-pagination-progressbar,
#suntory_contents .suntory_contents_nav .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

#suntory_contents .suntory_contents_nav .swiper-container-vertical>.swiper-pagination-progressbar,
#suntory_contents .suntory_contents_nav .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

#suntory_contents .suntory_contents_nav .swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

#suntory_contents .suntory_contents_nav .swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

#suntory_contents .suntory_contents_nav .swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
#suntory_contents .suntory_contents_nav .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}

#suntory_contents .suntory_contents_nav .swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

#suntory_contents .suntory_contents_nav .swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

#suntory_contents .suntory_contents_nav .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

#suntory_contents .suntory_contents_nav .swiper-scrollbar-cursor-drag {
  cursor: move;
}

#suntory_contents .suntory_contents_nav .swiper-scrollbar-lock {
  display: none;
}

#suntory_contents .suntory_contents_nav .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#suntory_contents .suntory_contents_nav .swiper-zoom-container>img,
#suntory_contents .suntory_contents_nav .swiper-zoom-container>svg,
#suntory_contents .suntory_contents_nav .swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#suntory_contents .suntory_contents_nav .swiper-slide-zoomed {
  cursor: move;
}

#suntory_contents .suntory_contents_nav .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

#suntory_contents .suntory_contents_nav .swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

#suntory_contents .suntory_contents_nav .swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
#suntory_contents .suntory_contents_nav .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

#suntory_contents .suntory_contents_nav .swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

#suntory_contents .suntory_contents_nav .swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

#suntory_contents .suntory_contents_nav .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

#suntory_contents .suntory_contents_nav .swiper-container-fade .swiper-slide-active,
#suntory_contents .suntory_contents_nav .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

#suntory_contents .suntory_contents_nav .swiper-container-cube {
  overflow: visible;
}

#suntory_contents .suntory_contents_nav .swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

#suntory_contents .suntory_contents_nav .swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

#suntory_contents .suntory_contents_nav .swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

#suntory_contents .suntory_contents_nav .swiper-container-cube .swiper-slide-active,
#suntory_contents .suntory_contents_nav .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

#suntory_contents .suntory_contents_nav .swiper-container-cube .swiper-slide-active,
#suntory_contents .suntory_contents_nav .swiper-container-cube .swiper-slide-next,
#suntory_contents .suntory_contents_nav .swiper-container-cube .swiper-slide-prev,
#suntory_contents .suntory_contents_nav .swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

#suntory_contents .suntory_contents_nav .swiper-container-cube .swiper-slide-shadow-top,
#suntory_contents .suntory_contents_nav .swiper-container-cube .swiper-slide-shadow-bottom,
#suntory_contents .suntory_contents_nav .swiper-container-cube .swiper-slide-shadow-left,
#suntory_contents .suntory_contents_nav .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

#suntory_contents .suntory_contents_nav .swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

#suntory_contents .suntory_contents_nav .swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

#suntory_contents .suntory_contents_nav .swiper-container-flip {
  overflow: visible;
}

#suntory_contents .suntory_contents_nav .swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

#suntory_contents .suntory_contents_nav .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

#suntory_contents .suntory_contents_nav .swiper-container-flip .swiper-slide-active,
#suntory_contents .suntory_contents_nav .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

#suntory_contents .suntory_contents_nav .swiper-container-flip .swiper-slide-shadow-top,
#suntory_contents .suntory_contents_nav .swiper-container-flip .swiper-slide-shadow-bottom,
#suntory_contents .suntory_contents_nav .swiper-container-flip .swiper-slide-shadow-left,
#suntory_contents .suntory_contents_nav .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

#suntory_contents .suntory_contents_nav .c-icon-arrow {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../images/common/ico_arrow.svg") #c4a872 no-repeat center;
  background-size: 63.416666666666664% 16.666666666666664%;
  border-radius: 50%;
  position: relative;
}

#suntory_contents .suntory_contents_nav .c-icon-arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 64.58333333333334%;
  height: 16.666666666666664%;
  transform-origin: right;
  background-color: #c4a872;
  opacity: 0;
}

#suntory_contents .suntory_contents_nav .c-btn-arrow {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid rgba(196, 168, 114, 0.5);
  border-radius: 200px;
}

@media screen and (min-width: 768px) {
  #suntory_contents .suntory_contents_nav .c-btn-arrow {
    padding: 0.833333333333333vw 0.833333333333333vw 0.833333333333333vw 1.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  #suntory_contents .suntory_contents_nav .c-btn-arrow {
    padding: calc(10px * 0.8) calc(10px * 0.8) calc(10px * 0.8) calc(15px * 0.8);
  }
}

@media screen and (max-width: 767px) {
  #suntory_contents .suntory_contents_nav .c-btn-arrow {
    border: 0.533333333333333vw solid rgba(196, 168, 114, 0.5);
    padding: 2.666666666666667vw 2.666666666666667vw 2.666666666666667vw 4vw;
  }
}

#suntory_contents .suntory_contents_nav .c-btn-arrow>p,
#suntory_contents .suntory_contents_nav .c-btn-arrow>span {
  display: inline-block;
}

#suntory_contents .suntory_contents_nav .c-btn-arrow>p {
  color: #c4a872;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  #suntory_contents .suntory_contents_nav .c-btn-arrow>p {
    line-height: 1;
    letter-spacing: 0.05em;
    margin-right: 1.25vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  #suntory_contents .suntory_contents_nav .c-btn-arrow>p {
    margin-right: calc(15px * 0.8);
  }
}

@media screen and (max-width: 767px) {
  #suntory_contents .suntory_contents_nav .c-btn-arrow>p {
    font-size: 4.266666666666667vw;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-right: 2.133333333333333vw;
  }
}

@media screen and (min-width: 768px) and (min-width: 961px) {
  #suntory_contents .suntory_contents_nav .c-btn-arrow>p {
    font-size: 1.333333333333333vw;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 960px) {
  #suntory_contents .suntory_contents_nav .c-btn-arrow>p {
    font-size: 12.8px;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  #suntory_contents .suntory_contents_nav .c-btn-arrow>p {
    font-size: 16px;
  }
}

#suntory_contents .suntory_contents_nav .c-btn-arrow>span {
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  #suntory_contents .suntory_contents_nav .c-btn-arrow>span {
    width: 2.166666666666667vw;
    height: 2.166666666666667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  #suntory_contents .suntory_contents_nav .c-btn-arrow>span {
    width: calc(26px * 0.8);
    height: calc(26px * 0.8);
  }
}

@media screen and (max-width: 767px) {
  #suntory_contents .suntory_contents_nav .c-btn-arrow>span {
    width: 7.466666666666668vw;
    height: 7.466666666666668vw;
  }
}

#suntory_contents .suntory_contents_nav .c-btn-arrow.is-white {
  border: 0.166666666666667vw solid rgba(225, 225, 225, 0.5);
}

#suntory_contents .suntory_contents_nav .c-btn-arrow.is-white>p {
  color: #fff;
}

#suntory_contents .suntory_contents_nav .c-btn-arrow.is-blue {
  border: 0.166666666666667vw solid rgba(0, 59, 142, 0.5);
}

#suntory_contents .suntory_contents_nav .c-btn-arrow.is-blue>p {
  color: #032058;
}

@media screen and (min-width: 768px) {

  #suntory_contents .suntory_contents_nav .c-btn-arrow:hover .c-icon-arrow:before,
  #suntory_contents .suntory_contents_nav .c-btn-arrow:hover .c-icon-arrow_w:before,
  #suntory_contents .suntory_contents_nav .c-btn-arrow:hover .c-icon-arrow_b:before {
    transition: opacity 0.3s, transform 0.5s 0.3s;
    opacity: 1;
    transform: scaleX(0);
  }
}