@charset "UTF-8";
/* ------------------------------------------------
 font
------------------------------------------------ */
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&display=swap");
/* ------------------------------------------------
 vars
------------------------------------------------ */
:root {
  --nvw: 1vw;
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
}

/*------------------------------------------------
reset
------------------------------------------------*/
#suntory_contents h1, #suntory_contents h2, #suntory_contents h3, #suntory_contents h4, #suntory_contents h5, #suntory_contents h6, #suntory_contents p, #suntory_contents blockquote, #suntory_contents pre, #suntory_contents a, #suntory_contents abbr, #suntory_contents acronym, #suntory_contents address, #suntory_contents big, #suntory_contents cite, #suntory_contents code, #suntory_contents del, #suntory_contents dfn, #suntory_contents em, #suntory_contents img, #suntory_contents ins, #suntory_contents kbd, #suntory_contents q, #suntory_contents s, #suntory_contents samp, #suntory_contents small, #suntory_contents strike, #suntory_contents strong, #suntory_contents sub, #suntory_contents tt, #suntory_contents var, #suntory_contents b, #suntory_contents u, #suntory_contents i, #suntory_contents center, #suntory_contents dl, #suntory_contents dt, #suntory_contents dd, #suntory_contents ol, #suntory_contents ul, #suntory_contents li, #suntory_contents fieldset, #suntory_contents form, #suntory_contents label, #suntory_contents legend, #suntory_contents table, #suntory_contents caption, #suntory_contents tbody, #suntory_contents tfoot, #suntory_contents thead, #suntory_contents tr, #suntory_contents th, #suntory_contents td, #suntory_contents article, #suntory_contents aside, #suntory_contents canvas, #suntory_contents details, #suntory_contents embed, #suntory_contents figure, #suntory_contents figcaption, #suntory_contents footer, #suntory_contents header, #suntory_contents hgroup, #suntory_contents menu, #suntory_contents nav, #suntory_contents output, #suntory_contents ruby, #suntory_contents section, #suntory_contents summary, #suntory_contents time, #suntory_contents mark, #suntory_contents audio, #suntory_contents video, .remodal-wrapper h1, .remodal-wrapper h2, .remodal-wrapper h3, .remodal-wrapper h4, .remodal-wrapper h5, .remodal-wrapper h6, .remodal-wrapper p, .remodal-wrapper blockquote, .remodal-wrapper pre, .remodal-wrapper a, .remodal-wrapper abbr, .remodal-wrapper acronym, .remodal-wrapper address, .remodal-wrapper big, .remodal-wrapper cite, .remodal-wrapper code, .remodal-wrapper del, .remodal-wrapper dfn, .remodal-wrapper em, .remodal-wrapper img, .remodal-wrapper ins, .remodal-wrapper kbd, .remodal-wrapper q, .remodal-wrapper s, .remodal-wrapper samp, .remodal-wrapper small, .remodal-wrapper strike, .remodal-wrapper strong, .remodal-wrapper sub, .remodal-wrapper tt, .remodal-wrapper var, .remodal-wrapper b, .remodal-wrapper u, .remodal-wrapper i, .remodal-wrapper center, .remodal-wrapper dl, .remodal-wrapper dt, .remodal-wrapper dd, .remodal-wrapper ol, .remodal-wrapper ul, .remodal-wrapper li, .remodal-wrapper fieldset, .remodal-wrapper form, .remodal-wrapper label, .remodal-wrapper legend, .remodal-wrapper table, .remodal-wrapper caption, .remodal-wrapper tbody, .remodal-wrapper tfoot, .remodal-wrapper thead, .remodal-wrapper tr, .remodal-wrapper th, .remodal-wrapper td, .remodal-wrapper article, .remodal-wrapper aside, .remodal-wrapper canvas, .remodal-wrapper details, .remodal-wrapper embed, .remodal-wrapper figure, .remodal-wrapper figcaption, .remodal-wrapper footer, .remodal-wrapper header, .remodal-wrapper hgroup, .remodal-wrapper menu, .remodal-wrapper nav, .remodal-wrapper output, .remodal-wrapper ruby, .remodal-wrapper section, .remodal-wrapper summary, .remodal-wrapper time, .remodal-wrapper mark, .remodal-wrapper audio, .remodal-wrapper video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
#suntory_contents br, .remodal-wrapper br {
  letter-spacing: 0;
}
#suntory_contents table, .remodal-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}
#suntory_contents ul, #suntory_contents ol, .remodal-wrapper ul, .remodal-wrapper ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#suntory_contents img, .remodal-wrapper img {
  max-width: 100%;
  vertical-align: top;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
}

/*------------------------------------------------
common
------------------------------------------------*/
#suntory_contents {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  background-color: #0c3b1f;
  font-feature-settings: "palt";
  position: relative;
}
#suntory_contents img {
  display: block;
}
#suntory_contents a {
  color: #f11d25;
}
#suntory_contents .note {
  font-size: 0.875em;
  line-height: 1.5;
}
#suntory_contents .note li {
  text-indent: -0.75em;
  padding-left: 0.75em;
}
#suntory_contents .note li + li {
  margin-top: 0.25em;
}
@media screen and (min-width: 768.1px) {
  #suntory_contents .sp_show {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  #suntory_contents {
    font-size: 4vw;
    font-weight: normal;
    width: 100%;
    -webkit-text-size-adjust: 100%;
  }
  #suntory_contents .pc_show {
    display: none;
  }
  #suntory_contents h2, #suntory_contents h3, #suntory_contents h4,
  #suntory_contents div, #suntory_contents p, #suntory_contents li, #suntory_contents span, #suntory_contents a, #suntory_contents b,
  #suntory_contents th, #suntory_contents td {
    max-height: 100%;
  }
  #suntory_contents .note {
    font-size: 0.7333333333em;
  }
}

/* ------------------------------------------------
 font-size
------------------------------------------------ */
#suntory_contents,
.remodal-wrapper {
  font-size: min(16px, 1.3333333333vw);
}
@media screen and (max-width: 767.9px) {
  #suntory_contents,
  .remodal-wrapper {
    font-size: 4vw;
  }
}

/* ------------------------------------------------
 btn
------------------------------------------------ */
#suntory_contents button.basic_btn {
  margin: 0;
}

#suntory_contents .basic_btn {
  color: #000;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  border-radius: 100px;
  padding-top: 1.3125em;
  padding-bottom: 1.3125em;
  width: 27.5em;
  max-height: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
}
#suntory_contents .basic_btn img {
  vertical-align: top;
}
#suntory_contents .basic_btn .txt {
  display: inline-block;
  height: 1.125em;
}
#suntory_contents .basic_btn .txt img {
  width: auto;
  height: 100%;
}
#suntory_contents .basic_btn.brown {
  background-color: #7e644d;
  box-shadow: 0px 0.4375em 0px 0px rgba(147, 103, 81, 0.6);
}
#suntory_contents .basic_btn.arrow::after {
  content: "";
  background-color: #fff3af;
  width: 0.6875em;
  aspect-ratio: 16/24;
  position: absolute;
  right: 1.5em;
  top: 50%;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  transform: translateY(-50%);
}
#suntory_contents .basic_btn.disabled {
  color: #fff;
  background-color: #ebebeb;
}
#suntory_contents .basic_btn.disabled.solid::after {
  border-color: #ebebeb;
}
@media screen and (any-hover: hover) {
  #suntory_contents .basic_btn.brown:hover {
    top: 2px;
    box-shadow: 0px 0.3125em 0px 0px rgba(147, 103, 81, 0.7);
  }
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .basic_btn {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
    width: 22em;
  }
  #suntory_contents .basic_btn .txt {
    height: 1.2em;
  }
  #suntory_contents .basic_btn.arrow::after {
    width: 0.5333333333em;
    aspect-ratio: 16/24;
  }
}

/* ----------------------------
 btn swing
------------------------------*/
@media screen and (any-hover: hover) {
  .swing_btn {
    position: relative;
  }
  .swing_btn:hover {
    animation: rotate 0.7s ease-in-out both;
  }
  .swing_btn:hover span {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(2deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-2deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(3px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-2px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(1px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
/* ----------------------------
 btn jump
------------------------------*/
/* ------------------------------------------------
 cpnheader
------------------------------------------------ */
#cpnheader {
  font-size: 1em;
  position: sticky !important;
  top: 0;
  z-index: 10 !important;
}
#cpnheader > .inner {
  background-color: #7e644d;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.875em;
  padding-left: 1.5625em;
  width: 100%;
  height: 3.75em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
#cpnheader .logo {
  font-size: 1em;
  width: 16.8125em;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767.9px) {
  #cpnheader > .inner {
    padding-right: 1.6666666667em;
    padding-left: 0.8333333333em;
    height: 3.3333333333em;
  }
  #cpnheader .logo {
    width: 13.7333333333em;
  }
}

/* ----------------------------
 btn_menu
------------------------------*/
#cpnheader .btn_menu {
  font-size: 1em;
  border-width: 0;
  background: transparent url(../img/common/btn_menu.svg) 0 0 no-repeat;
  background-size: auto 100%;
  padding: 0;
  width: 1.25em;
  aspect-ratio: 1/1;
  cursor: pointer;
  outline: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768.1px) {
  #cpnheader .btn_menu {
    transition: opacity 0.2s ease;
  }
  #cpnheader .btn_menu:hover {
    opacity: 0.8;
  }
}
#cpnheader.open .btn_menu {
  background-position: 100% 0;
}
@media screen and (max-width: 767.9px) {
  #cpnheader .btn_menu {
    width: 1em;
  }
}

/* ----------------------------
 #cpnheader.open
------------------------------*/
/* ----------------------------
 menu
------------------------------*/
#navi {
  width: 100%;
  position: absolute;
  top: 3.75em;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  overflow: auto;
  display: none;
}
#navi .menu {
  background-color: #fcfadf;
  padding: 2.8125em 0 1.375em;
  position: relative;
}
#navi .menu li {
  line-height: 1;
}
#navi .menu li a {
  text-decoration: none;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768.1px) {
  #navi .menu li a {
    transition: opacity 0.2s ease;
  }
  #navi .menu li a:hover {
    opacity: 0.8;
  }
}
#navi .menu li.top a {
  background-image: url(../img/common/menu_top.png);
  background-size: 8.125em auto;
  padding: 0.625em 1.25em;
  width: 8.125em;
  aspect-ratio: 217/48;
}
#navi .menu li.cp a {
  background-size: contain;
  width: 25.0625em;
  height: 9.125em;
  display: block;
}
#navi .menu li.cp01 a {
  background-image: url(../img/common/menu_cp01.webp);
}
#navi .menu li.cp02 a {
  background-image: url(../img/common/menu_cp02.webp);
}
@media screen and (min-width: 768.1px) {
  #navi .menu {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 1.25em;
  }
  #navi .menu li.top {
    justify-self: center;
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 767.9px) {
  #navi {
    max-height: unset !important;
    top: 3.3333333333em;
  }
  #navi .menu {
    padding: 2.2em 1.0666666667em 2em;
  }
  #navi .menu li.top {
    margin-top: 1em;
  }
  #navi .menu li.top a {
    background-size: 7.2333333333em auto;
    padding: 0.6666666667em 0.6666666667em;
    margin: 0 auto;
    width: 7.2333333333em;
  }
  #navi .menu li.cp a {
    margin: 0 auto;
    width: 22.1333333333em;
    height: 6.7666666667em;
  }
  #navi .menu li.cp01 a {
    background-image: url(../img/common/menu_cp01-sp.webp);
  }
  #navi .menu li.cp02 {
    margin-top: 0.6666666667em;
  }
  #navi .menu li.cp02 a {
    background-image: url(../img/common/menu_cp02-sp.webp);
  }
}

/* ------------------------------------------------
 menu_overlay
------------------------------------------------ */
#menu_overlay {
  background-color: rgba(0, 0, 0, 0.3);
  width: 60em;
  height: 100%;
  position: absolute;
  left: calc(50% - 30em);
  top: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
#menu_overlay.open {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767.9px) {
  #menu_overlay {
    width: 100%;
    left: 0;
    max-height: none !important;
  }
}

/* ------------------------------------------------
 contents_wrapper
------------------------------------------------ */
#contents_wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768.1px) {
  #contents_wrapper {
    max-width: 75em;
    width: 100%;
  }
  #contents_wrapper::before, #contents_wrapper::after {
    content: "";
    border-style: solid;
    border-color: #635d2d;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    box-sizing: border-box;
  }
  #contents_wrapper::before {
    border-width: 0 10px;
    width: calc(100% + 30px);
  }
  #contents_wrapper::after {
    border-width: 0 2px;
    width: calc(100% + 44px);
  }
}
@media screen and (max-width: 767.9px) {
  #contents_wrapper {
    width: 100%;
  }
}

/* ------------------------------------------------
 section
------------------------------------------------ */
#suntory_contents .section {
  letter-spacing: 0.025em;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  position: relative;
  z-index: 1;
}
#suntory_contents .section > .inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}
#suntory_contents .section.anchor {
  z-index: 0;
}
#suntory_contents .section .sheader .title.img_block {
  margin: 0 auto;
  width: 20.25em;
}
@media screen and (min-width: 768.1px) {
  #suntory_contents .section {
    box-sizing: border-box;
  }
  #suntory_contents .section.not_responsive {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .section {
    line-height: 1.5;
    width: auto;
  }
  #suntory_contents .section > .inner {
    width: 22em;
  }
  #suntory_contents .section.sp_wide > .inner {
    width: 100%;
  }
  #suntory_contents .section.bg_white {
    background-size: 1.4375em auto;
  }
  #suntory_contents .section.anchor {
    margin-top: -3.3333333333em;
    padding-top: 3.3333333333em;
  }
  #suntory_contents .section .sheader .title.img_block {
    width: 17.6666666667em;
  }
}

/* ------------------------------------------------
contact
------------------------------------------------ */
#contact {
  color: #fff;
  background: url(../img/common/contact_bg.jpg);
  background-size: 100% auto;
}
#contact > .inner {
  padding-top: 4.6875em;
  padding-bottom: 5em;
}
#contact .sheader {
  text-align: center;
}
#contact .sheader .title {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
}
#contact .sheader .note {
  font-size: 0.625em;
  line-height: 1.75;
  margin-top: 1.4em;
}
#contact .sbody {
  text-align: center;
  margin: 2em auto 0;
}
#contact .sbody .contact {
  min-width: 20.375em;
}
#contact .sbody .contact .heading {
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
#contact .sbody .contact .heading .s {
  font-size: 0.75em;
  font-weight: normal;
  margin-bottom: 0.25em;
}
#contact .sbody .contact .heading .note {
  font-size: 0.75em;
}
#contact .sbody .contact .txt {
  letter-spacing: 0.08em;
}
#contact .sbody .contact .txt.name {
  font-size: 1.125em;
}
#contact .sbody .contact .txt.name.s {
  font-size: 1em;
}
#contact .sbody .contact .txt.l1 .tel {
  color: #fff;
  font-size: 2em;
  text-decoration: none;
}
#contact .sbody .contact .txt.l1.s {
  font-size: 0.75em;
}
#contact .sbody .contact .txt.l1.s .tel {
  font-size: 1.8333333333em;
}
#contact .sbody .contact .txt.l2 {
  margin-top: 1.25em;
}
#contact .banners {
  margin-top: 2.5em;
}
#contact .banners .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#contact .banners .list li {
  width: 45em;
}
#contact .banners .list li a {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768.1px) {
  #contact .banners .list a {
    transition: background-color 0.2s ease;
  }
  #contact .banners .list a:hover {
    background-color: #f4f6f6;
    opacity: 1;
  }
}
#contact .banners .note {
  font-size: 0.75em;
  text-align: center;
  margin-top: 1.6666666667em;
}
#contact .banners .note::after {
  content: "";
  background: url(../img/common/icon_external.svg) no-repeat;
  background-size: contain;
  margin-left: 0.5em;
  width: 1.3333333333em;
  aspect-ratio: 16/14;
  display: inline-block;
  vertical-align: -0.2em;
}
@media screen and (min-width: 768.1px) {
  #contact .sbody {
    display: flex;
    justify-content: center;
    -moz-column-gap: 3.75em;
         column-gap: 3.75em;
  }
}
@media screen and (max-width: 767.9px) {
  #contact > .inner {
    padding-top: 2.6666666667em;
    padding-bottom: 2.6666666667em;
  }
  #contact .sheader .title {
    font-size: 1em;
  }
  #contact .sheader .note {
    font-size: 0.6em;
  }
  #contact .sbody {
    margin-top: 1.3333333333em;
  }
  #contact .sbody .contact {
    margin: 0 auto;
    width: 20em;
  }
  #contact .sbody .contact .heading {
    font-size: 0.8333333333em;
    padding-bottom: 0.4em;
    margin-bottom: 0.56em;
  }
  #contact .sbody .contact .txt {
    font-size: 0.6666666667em;
  }
  #contact .sbody .contact .txt.name {
    font-size: 0.7333333333em;
  }
  #contact .sbody .contact .txt.name.s {
    font-size: 0.6666666667em;
  }
  #contact .sbody .contact .txt.l1 {
    margin-top: 0;
  }
  #contact .sbody .contact .txt.l1 .tel {
    font-size: 1.7em;
  }
  #contact .sbody .contact .txt.l2 {
    margin-top: 1.8em;
  }
  #contact .sbody .contact + .contact {
    margin-top: 1.6666666667em;
  }
  #contact .banners {
    margin-top: 2.3333333333em;
  }
  #contact .banners .list {
    flex-direction: column;
    align-items: center;
    row-gap: 0.4666666667em;
  }
  #contact .banners .list li {
    width: 22em;
  }
  #contact .banners .note {
    font-size: 0.6666666667em;
    margin-top: 1em;
  }
}

/* ------------------------------------------------
banners
------------------------------------------------ */
#banners .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#banners .list li {
  width: 25em;
}
#banners .list li a {
  background-color: #ccc;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768.1px) {
  #banners .list a {
    transition: background-color 0.2s ease;
  }
  #banners .list a:hover {
    background-color: #f4f6f6;
    opacity: 1;
  }
}
#banners .note {
  font-size: 0.75em;
  text-align: center;
  margin-top: 1em;
}
#banners .note::after {
  content: "";
  background: url(../img/common/icon_external.svg) no-repeat;
  background-size: contain;
  margin-left: 0.5em;
  width: 1.3333333333em;
  aspect-ratio: 16/14;
  display: inline-block;
  vertical-align: -0.2em;
}
@media screen and (max-width: 767.9px) {
  #banners .list {
    flex-direction: column;
    align-items: center;
    row-gap: 0.4666666667em;
  }
  #banners .list li {
    width: 22em;
  }
  #banners .note {
    font-size: 0.6666666667em;
  }
}

/* ------------------------------------------------
 アコーディオン開閉
------------------------------------------------ */
#suntory_contents .section .more {
  position: relative;
}
#suntory_contents .section .more .btn {
  font-size: 1em;
  border-width: 0;
  background: transparent;
  padding: 0;
  display: block;
  cursor: pointer;
}
#suntory_contents .section .more .btn .icon {
  width: 0.8em;
  aspect-ratio: 1/1;
  position: absolute;
  right: 1.6666666667em;
  top: 1.4666666667em;
}
#suntory_contents .section .more .btn .icon i {
  border-radius: 2px;
  background-color: #7e644d;
  width: 0.8em;
  height: 0.1666666667em;
  position: absolute;
  left: 50%;
  top: 50%;
}
#suntory_contents .section .more .btn .icon i:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transition: transform 0.4s ease;
}
#suntory_contents .section .more .btn .icon i:last-child {
  transform: translateX(-50%) translateY(-50%);
}
#suntory_contents .section .more .btn.open .icon i:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
#suntory_contents .section .more + .content {
  display: none;
}