/* ------------------------------------------------
 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);
  --easeOutBack: cubic-bezier(0.34, 1.56, 0.64, 1);
  --easeInOutBack: cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

/*------------------------------------------------
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: #e4f4fa;
  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;
  }
}

/* ------------------------------------------------
 cpmenu
------------------------------------------------ */
#suntory_contents #cpmenu {
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
#suntory_contents #cpmenu .btn_menu {
  font-size: 1em;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  background-color: #000;
  border-width: 0;
  border-radius: 2em;
  padding: 0;
  width: 3.875em;
  aspect-ratio: 1/1;
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 1.625em;
  top: 1.625em;
  cursor: pointer;
  pointer-events: initial;
  z-index: 3;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#suntory_contents #cpmenu .btn_menu:before {
  content: "";
  background: url(../img/common/menu_btn.png) no-repeat;
  background-size: auto 100%;
  width: 1.125em;
  aspect-ratio: 1/1;
  position: absolute;
  top: 1.375em;
  left: 1.375em;
}
@media (any-hover: hover) {
  #suntory_contents #cpmenu .btn_menu:before {
    transition: transform 0.4s var(--easeInOutBack);
    transform-origin: 50% 50%;
  }
  #suntory_contents #cpmenu .btn_menu:hover:before {
    transform: scale(1.25);
  }
}
#suntory_contents #cpmenu #navi {
  background-color: #a5dbf7;
  padding: 7.5em 2.1875em 5.625em;
  width: 22.625em;
  position: absolute;
  top: -0.375em;
  right: 0;
  box-sizing: border-box;
  pointer-events: initial;
  z-index: 2;
  transform: translateX(100%);
  transition: transform 0.2s var(--easeOutCubic);
}
#suntory_contents #cpmenu #navi .list {
  width: -moz-fit-content;
  width: fit-content;
}
#suntory_contents #cpmenu #navi .list li {
  margin: 0 auto;
}
#suntory_contents #cpmenu #navi .list li a {
  display: block;
}
@media (any-hover: hover) {
  #suntory_contents #cpmenu #navi .list li a {
    transition: transform 0.4s var(--easeOutBack);
    transform-origin: 50% 100%;
  }
  #suntory_contents #cpmenu #navi .list li a:hover {
    transform: scale(1.04);
  }
}
#suntory_contents #cpmenu #navi .list .cp {
  width: 17.625em;
}
#suntory_contents #cpmenu #navi .list .cp02 {
  margin-top: 1.75em;
}
#suntory_contents #cpmenu #navi .list .top {
  margin-top: 2.375em;
  width: 13.125em;
}
#suntory_contents #cpmenu #menu_overlay {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 768.1px) {
  #suntory_contents #cpmenu .btn_menu {
    visibility: visible;
    opacity: 1;
  }
  #suntory_contents #cpmenu .btn_menu.hide {
    visibility: hidden;
    opacity: 0;
  }
  #suntory_contents #cpmenu #navi {
    border: 0.3125em solid #000;
    border-right-width: 0;
    border-radius: 6.25em 0 0 6.25em;
  }
}
@media screen and (max-width: 767.9px) {
  #suntory_contents #cpmenu {
    width: 100%;
  }
  #suntory_contents #cpmenu .btn_menu {
    border-radius: 3em;
    width: 3em;
    right: 0.8em;
    top: 0.8em;
  }
  #suntory_contents #cpmenu .btn_menu:before {
    width: 1em;
    top: 1em;
    left: 1em;
  }
  #suntory_contents #cpmenu #navi {
    padding: 5.3333333333em 0 4em;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    top: 0;
    right: 0;
  }
  #suntory_contents #cpmenu #navi .list {
    width: 100%;
  }
  #suntory_contents #cpmenu #navi .list li {
    margin: 0 auto;
  }
  #suntory_contents #cpmenu #navi .list .cp {
    width: 20.6666666667em;
  }
  #suntory_contents #cpmenu #navi .list .cp02 {
    margin-top: 0.8666666667em;
  }
  #suntory_contents #cpmenu #navi .list .top {
    margin-top: 1.8em;
    width: 10.5em;
  }
}

/* ----------------------------
 cpmenu.sticky
------------------------------*/
@media screen and (max-width: 767.9px) {
  #suntory_contents #cpmenu.sticky {
    position: fixed;
  }
}

/* ----------------------------
 cpmenu.open
------------------------------*/
#suntory_contents #cpmenu.open .btn_menu:before {
  background-position: 100% 0;
}
#suntory_contents #cpmenu.open #navi {
  transform: translateX(0%);
}
#suntory_contents #cpmenu.open #menu_overlay {
  display: block;
}

/* ------------------------------------------------
 contents_wrapper
------------------------------------------------ */
@media screen and (min-width: 768.1px) {
  #suntory_contents {
    padding-top: 3.125em;
  }
}
#contents_wrapper {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768.1px) {
  #contents_wrapper {
    border: 0.375em solid #000;
    border-radius: 2.5em;
    margin-left: auto;
    margin-right: auto;
    width: clamp(960px, 100%, 1200px);
    box-sizing: border-box;
  }
}
/* ------------------------------------------------
 section
------------------------------------------------ */
#suntory_contents .section {
  letter-spacing: 0.025em;
  position: relative;
  z-index: 1;
}
#suntory_contents .section > .inner {
  width: 100%;
  box-sizing: border-box;
}
#suntory_contents .section.anchor {
  margin-top: -5.625em;
  padding-top: 5.625em;
  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 {
    margin-left: 1.5em;
    margin-right: 1.5em;
    width: auto;
  }
  #suntory_contents .section.sp_wide > .inner {
    margin-left: 0;
    margin-right: 0;
  }
  #suntory_contents .section.bg_white {
    background-size: 1.4375em auto;
  }
  #suntory_contents .section.anchor {
    margin-top: -4.6666666667em;
    padding-top: 4.6666666667em;
  }
  #suntory_contents .section .sheader .title.img_block {
    width: 17.6666666667em;
  }
}

/* ------------------------------------------------
contact
------------------------------------------------ */
#contact {
  z-index: unset !important;
}
#contact > .inner {
  padding: 4.375em 0;
}
#contact .sheader {
  text-align: center;
}
#contact .sheader .title {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1;
}
#contact .sheader .note {
  font-size: 0.75em;
  margin-top: 0.6666666667em;
}
#contact .sbody {
  text-align: center;
  margin: 1.25em auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
#contact .sbody .contact .heading {
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding: 0 0.5em 0.5em;
}
#contact .sbody .contact .heading .s {
  font-size: 0.75em;
  font-weight: normal;
  display: block;
}
#contact .sbody .contact .heading + .txt {
  margin-top: 1.25em;
}
#contact .sbody .contact .txt.name {
  font-weight: 500;
  display: inline-block;
  vertical-align: bottom;
}
#contact .sbody .contact .txt .tel {
  color: #000;
  font-size: 1.75em;
  font-weight: bold;
  text-decoration: none;
}
#contact .sbody .contact .txt.l1 {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
#contact .sbody .contact .txt.l1:first-child {
  margin-top: -0.5em;
}
#contact .sbody .contact .txt.l2, #contact .sbody .contact .txt.note {
  font-size: 0.75em;
}
#contact .sbody .contact .txt.l2 {
  margin-top: 0.4166666667em;
}
#contact .sbody .contact .txt.note {
  margin-top: 0.8333333333em;
}
#contact .sbody.double {
  margin-top: 2.5em;
  display: flex;
  gap: 3.75em;
}
#contact .sbody.double .contact {
  width: 27.5em;
}
@media screen and (max-width: 767.9px) {
  #contact > .inner {
    padding: 2.8333333333em 0;
  }
  #contact .sheader .title {
    font-size: 0.9333333333em;
  }
  #contact .sheader .note {
    font-size: 0.6666666667em;
    margin-top: 0.7em;
  }
  #contact .sbody {
    margin-top: 0.8666666667em;
  }
  #contact .sbody .contact .heading {
    font-size: 0.8666666667em;
    padding-bottom: 0.5769230769em;
  }
  #contact .sbody .contact .heading .s.pc_show {
    display: none;
  }
  #contact .sbody .contact .heading + .txt {
    margin-top: 0.75em;
  }
  #contact .sbody .contact .txt {
    font-size: 0.6666666667em !important;
  }
  #contact .sbody .contact .txt.name {
    font-size: 0.7333333333em !important;
  }
  #contact .sbody .contact .txt .tel {
    font-size: 1.8em;
  }
  #contact .sbody .contact .txt.l1 {
    margin-top: 0.1em;
  }
  #contact .sbody .contact .txt.l2 {
    margin-top: 0.5em;
  }
  #contact .sbody.double {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 2.6666666667em;
    flex-direction: column;
    align-items: center;
    gap: 2.6666666667em;
  }
  #contact .sbody.double .contact {
    width: 18em;
    width: 100%;
  }
}

/* ------------------------------------------------
 characters
------------------------------------------------ */
#characters .stage {
  width: 100%;
  height: 8.75em;
  position: relative;
}
#characters .stage .cast {
  position: absolute;
  opacity: 0;
}
#characters .stage .cast.opanchu {
  width: 6.125em;
  left: 34.25em;
  top: 0.5em;
}
#characters .stage .cast.kimimaro {
  width: 5.0625em;
  left: 54.5625em;
  top: 0;
}
#characters .stage .cast.npocham {
  width: 6.0625em;
  left: 13.9375em;
  top: 0;
}
#characters .stage .cast.flower.green img, #characters .stage .cast.flower.green2 img {
  transform: rotate(20deg);
}
#characters .stage .cast.flower.blue {
  width: 4.5em;
  left: 2.125em;
  top: 1.25em;
}
#characters .stage .cast.flower.pink {
  width: 4.875em;
  left: 7.5em;
  top: 2.5em;
}
#characters .stage .cast.flower.pink2 {
  width: 4.875em;
  left: 21.5em;
  top: 2.125em;
}
#characters .stage .cast.flower.green {
  width: 4.75em;
  left: 27.625em;
  top: 1.625em;
}
#characters .stage .cast.flower.org {
  width: 4.75em;
  left: 41.875em;
  top: 1.625em;
}
#characters .stage .cast.flower.blue2 {
  width: 4.5em;
  left: 47.9375em;
  top: 2.375em;
}
#characters .stage .cast.flower.green2 {
  width: 4.6875em;
  left: 61.875em;
  top: 1.5625em;
}
#characters .stage .cast.flower.org2 {
  width: 4.75em;
  left: 67.8125em;
  top: 2em;
}
#characters .copyright {
  margin: -0.625em 1.125em 0 auto;
  width: 5.5em;
}
@media screen and (max-width: 767.9px) {
  #characters .stage {
    height: 5.6em;
  }
  #characters .stage .cast.opanchu {
    width: 3.9em;
    left: 10.6666666667em;
    top: 0.2666666667em;
  }
  #characters .stage .cast.kimimaro {
    width: 3.2em;
    left: 19.2666666667em;
  }
  #characters .stage .cast.npocham {
    width: 3.8em;
    left: 2.1666666667em;
  }
  #characters .stage .cast.flower.blue {
    width: 3.0666666667em;
    left: -1.4em;
    top: 1.4em;
  }
  #characters .stage .cast.flower.pink {
    width: 3.2666666667em;
    left: 6.6666666667em;
    top: 1.2em;
  }
  #characters .stage .cast.flower.org {
    width: 3.2em;
    left: 15.0666666667em;
    top: 1.2em;
  }
  #characters .stage .cast.flower.blue2 {
    width: 3.0666666667em;
    left: 23em;
    top: 1.4em;
  }
  #characters .copyright {
    margin: 0.9333333333em 0.6666666667em 0 auto;
    width: 2.9333333333em;
  }
}

/* ------------------------------------------------
 cpnend
------------------------------------------------ */
#suntory_contents .cpnend {
  color: #fff;
  border-radius: 0.375em;
  background-color: #000;
  margin: 0 auto;
  padding: 1em 0 1.25em;
  width: 31.875em;
  box-sizing: border-box;
}
#suntory_contents .cpnend p {
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#suntory_contents .cpnend .l1 {
  font-size: 1.625em;
}
#suntory_contents .cpnend .l2 {
  font-size: 1.125em;
  margin-top: 0.5555555556em;
}
@media screen and (max-width: 767.9px) {
  #suntory_contents .cpnend {
    border-radius: 0.3333333333em;
    padding: 0.7666666667em 0 0.9em 0.1em;
    width: 21.6666666667em;
  }
  #suntory_contents .cpnend .l1 {
    font-size: 1.2666666667em;
  }
  #suntory_contents .cpnend .l2 {
    font-size: 0.9333333333em;
  }
}

/* ----------------------------
 animation
------------------------------*/
.js-anime-ready {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.4s;
}

.js-anime-active {
  animation-name: anime_zoom_in;
}

@keyframes anime_zoom_in {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  67% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}