/* ------------------------------------------------
 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: #191344;
  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;
  }
}

/* ------------------------------------------------
 contents_wrapper
------------------------------------------------ */
#contents_wrapper {
  color: #fff;
  background-color: #473f80;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
#contents_wrapper.start {
  height: auto;
}
@media screen and (min-width: 768.1px) {
  #contents_wrapper {
    border-width: 0 0.375em;
    border-style: solid;
    border-color: #000;
    margin-left: auto;
    margin-right: auto;
    width: clamp(960px, 100%, 1200px);
    height: calc(100vh - 155px);
  }
}
@media screen and (max-width: 767.9px) {
  #contents_wrapper {
    width: 100%;
    height: calc(100dvh - 80px);
  }
}

/* ------------------------------------------------
 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 {
  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 {
    width: 22.6666666667em;
  }
  #suntory_contents .section.sp_wide > .inner {
    width: 100%;
  }
  #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 > .inner {
  padding-top: 3.4375em;
  padding-bottom: 5em;
}
#contact .sheader {
  text-align: center;
}
#contact .sheader .title {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1;
}
#contact .sheader .note {
  font-size: 0.75em;
  line-height: 1.75;
  margin-top: 1em;
}
#contact .sbody {
  text-align: center;
  margin: 0.75em auto 0;
}
#contact .sbody .contact {
  width: 27.125em;
}
#contact .sbody .contact .heading {
  font-weight: bold;
  border: 1px solid #fff;
  margin-bottom: 1em;
}
#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.1em;
}
#contact .sbody .contact .txt .tel {
  color: #fff;
  font-size: 1.75em;
  font-weight: 500;
  text-decoration: none;
}
#contact .sbody .contact .txt.l2, #contact .sbody .contact .txt.note {
  font-size: 0.75em;
}
#contact .sbody .contact .txt.l2 {
  margin-top: 0.5em;
}
#contact .sbody .contact .txt.note {
  margin-top: 0.3125em;
}
@media screen and (min-width: 768.1px) {
  #contact .sbody {
    display: flex;
    justify-content: center;
    -moz-column-gap: 3.75em;
         column-gap: 3.75em;
  }
  #contact .sbody .contact .heading {
    min-height: 3.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #contact .sbody .contact .txt.l1 {
    display: inline-block;
    vertical-align: middle;
  }
}
@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: 1.2em;
  }
  #contact .sbody {
    margin-top: 1.6666666667em;
  }
  #contact .sbody .contact {
    margin: 0 auto;
    width: 20em;
  }
  #contact .sbody .contact .heading {
    font-size: 0.8em;
    padding: 0.5833333333em 0;
  }
  #contact .sbody .contact .heading .s {
    font-size: 0.75em;
    margin-top: 0.1em;
    display: block;
  }
  #contact .sbody .contact .txt {
    font-size: 0.6666666667em !important;
    margin: 0 -2em;
  }
  #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.8333333333em;
  }
  #contact .sbody .contact + .contact {
    margin-top: 1.6666666667em;
  }
}