a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0
}
border 0 {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquoteafter, blockquotebefore, qafter, qbefore {
  content: "";
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
main {
  display: block
}
html {
  box-sizing: border-box;
  background-color: #fff;
  height: 100%
}
*, :after, :before {
  box-sizing: inherit
}
body {
  overflow-x: hidden
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none
}
::selection {
  background: #b3d4fc;
  text-shadow: none
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
audio, canvas, iframe, img, svg, video {
  vertical-align: middle
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0
}
textarea {
  resize: vertical
}
img {
  height: auto;
  max-width: 100%
}
picture {
  display: inline-block
}
html {
  font-size: 1rem
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-family: Heebo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #262626
}
@media (max-width:767px) {
  body {
    font-size: .875rem
  }
}
.big, .bigger, .gigantic, .huge, .large, h1, h2, h3, h4, h5, h6 {
  margin: 1.414em 0 .5em;
  color: #262626;
  font-family: Heebo, sans-serif;
  font-weight: 700;
  line-height: 1.2
}
.huge, h1 {
  font-size: 2.441rem;
  margin-top: 0
}
@media (max-width:767px) {
  .huge, h1 {
    font-size: 2.074rem
  }
}
.large, h2 {
  font-size: 1.953rem
}
@media (max-width:767px) {
  .large, h2 {
    font-size: 1.728rem
  }
}
.bigger, h3 {
  font-size: 1.563rem
}
@media (max-width:767px) {
  .bigger, h3 {
    font-size: 1.44rem
  }
}
.big, h4 {
  font-size: 1.25rem
}
@media (max-width:767px) {
  .big, h4 {
    font-size: 1.2rem
  }
}
.small, small {
  font-size: .8rem
}
@media (max-width:767px) {
  .small, small {
    font-size: .833rem
  }
}
p {
  margin: 0 0 1.3em;
  font-weight: 400
}
em {
  font-style: italic
}
strong {
  font-weight: 700
}
sup {
  position: relative;
  margin-left: .05em;
  top: .75em;
  font-size: .5em
}
::selection {
  background: #7fb5ff
}
::-moz-selection {
  background: #7fb5ff
}
img::selection {
  background: transparent
}
img::-moz-selection {
  background: transparent
}
body {
  -webkit-tap-highlight-color: #7fb5ff
}
a {
  color: #004098;
  text-decoration: none;
  outline: 0;
  border-bottom: 1px solid transparent;
  opacity: 1;
  transition: opacity .3s
}
a:active, a:focus, a:hover {
  opacity: .8
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #262626
}
.button, button, input[type=button], input[type=reset], input[type=submit] {
  display: inline-block;
  padding: 20px 60px;
  color: #000;
  text-align: center;
  font-size: .875rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box
}
@media print {
  *, :after, :before {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }
  a, a:visited {
    text-decoration: underline
  }
  a[href]:after {
    content: " ("attr(href) ")"
  }
  abbr[title]:after {
    content: " ("attr(title) ")"
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  img, tr {
    page-break-inside: avoid
  }
  img {
    max-width: 100% !important
  }
  h2, h3, p {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
}
@-moz-keyframes mobileNavItemsSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3rem);
    transform: translateX(3rem)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@-webkit-keyframes mobileNavItemsSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3rem);
    transform: translateX(3rem)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@-o-keyframes mobileNavItemsSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3rem);
    transform: translateX(3rem)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes mobileNavItemsSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3rem);
    transform: translateX(3rem)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
.wrapper {
  width: 100%;
  max-width: 1158px;
  margin: 0 auto;
  padding: 0 15px
}
@media (max-width:767px) {
  .wrapper {
    padding: 0 20px
  }
}
.section {
  position: relative;
  background-color: #fff
}
.section .fixed {
  position: fixed;
  top: 0;
  left: 0
}
.section--full {
  height: 100vh;
  background-size: cover;
  background-position: 50%
}
.section--sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1
}
.section--sticky.unset {
  position: relative
}
.section--wipe {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  margin-bottom: -100px
}
.section__wipe {
  position: relative;
  height: 100vh;
  width: 100%;
  z-index: 1
}
.section__wipe--strawberry {
  z-index: 6
}
.section__wipe--strawberry .section__wipe__img {
  background-image: url(/assets/img/wipe--strawberry.jpg)
}
@media (max-width:767px) {
  .section__wipe--strawberry .section__wipe__img {
    background-image: url(/assets/img/sp/wipe--strawberry.jpg)
  }
}
.section__wipe--white-peach {
  z-index: 5
}
.section__wipe--white-peach .section__wipe__img {
  background-image: url(/assets/img/wipe--white-peach.jpg)
}
@media (max-width:767px) {
  .section__wipe--white-peach .section__wipe__img {
    background-image: url(/assets/img/sp/wipe--white-peach.jpg)
  }
}
.section__wipe--original {
  z-index: 4
}
.section__wipe--original .section__wipe__img {
  background-image: url(/assets/img/wipe--original.jpg)
}
@media (max-width:767px) {
  .section__wipe--original .section__wipe__img {
    background-image: url(/assets/img/sp/wipe--original.jpg)
  }
}
.section__wipe--mango {
  z-index: 3
}
.section__wipe--mango .section__wipe__img {
  background-image: url(/assets/img/wipe--mango.jpg)
}
@media (max-width:767px) {
  .section__wipe--mango .section__wipe__img {
    background-image: url(/assets/img/sp/wipe--mango.jpg)
  }
}
.section__wipe--lychee {
  z-index: 2
}
.section__wipe--lychee .section__wipe__img {
  background-image: url(/assets/img/wipe--lychee.jpg)
}
@media (max-width:767px) {
  .section__wipe--lychee .section__wipe__img {
    background-image: url(/assets/img/sp/wipe--lychee.jpg)
  }
}
.section__wipe--melon {
  z-index: 1
}
.section__wipe--melon .section__wipe__img {
  background-image: url(/assets/img/wipe--melon_20220330.jpg)
}
@media (max-width:767px) {
  .section__wipe--melon .section__wipe__img {
    background-image: url(/assets/img/sp/wipe--melon_xs_20220330.jpg)
  }
}
.section__wipe__inner {
  position: sticky;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 0;
  max-height: 100vh;
  overflow: hidden
}
.section__wipe__img {
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat
}
@media (max-width:767px) {
  .section__wipe__img {
    background-position: bottom
  }
}
.section__wipe__text {
  position: absolute;
  top: 104px;
  left: 9.6vw;
  font-size: 5.125rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 56.16px rgba(225, 220, 184, .3);
  margin: 0;
  z-index: 1
}
@supports (background:-webkit-canvas(squares)) {
  .section__wipe__text {
    text-shadow: 0 0 10px rgba(225, 220, 184, .3)
  }
}
@media (max-width:1158px) {
  .section__wipe__text {
    font-size: 7.08118vw
  }
}
@media (max-width:767px) {
  .section__wipe__text {
    top: 81px;
    left: 19px;
    font-size: 3.125rem;
    font-size: 13.3336vw;
    line-height: 1.1
  }
}
.section__wipe__text--melon, .section__wipe__text--lychee, .section__wipe__text--mango, .section__wipe__text--original, .section__wipe__text--strawberry, .section__wipe__text--white-peach {
  color: #fff
}
@media screen {
  #preloader {
    position: absolute;
    left: -9999px;
    top: -9999px
  }
  #preloader img, #preloader picture {
    display: block
  }
}
@media print {
  #preloader, #preloader img, #preloader picture {
    visibility: hidden;
    display: none
  }
}
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list, .slick-slider {
  position: relative;
  display: block
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translateZ(0)
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after, .slick-track:before {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 46%;
  display: block;
  width: 21px;
  height: 52px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  overflow: hidden;
  z-index: 1
}
@media (max-width:767px) {
  .slick-next, .slick-prev {
    width: 30px;
    height: 20px;
    top: 15px
  }
}
.slick-next:hover, .slick-prev:hover, color transparent {
  outline: none;
  background: transparent
}
.slick-next.slick-disabled:before, .slick-next:hover:before, .slick-prev.slick-disabled:before, .slick-prev:hover:before, opacity 1 {
  opacity: .25
}
.slick-next:before, .slick-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px;
  box-shadow: inset 1px -1px 0 1px #4e4e4e;
  -webkit-box-shadow: 1.5px -1.5px #4e4e4e inset;
  border: solid transparent;
  border-width: 0 0 2rem 2rem;
  transition: .2s;
  transform: rotate(225deg);
  opacity: .8
}
@media (max-width:767px) {
  .slick-next:before, .slick-prev:before {
    left: auto;
    right: 0;
    top: 5px;
    width: 16px;
    height: 10px;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
    transform: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 16px 10px;
    background-image: url(/assets/img/sp/slider__arrow.png)
  }
}
.slick-prev:before {
  transform: rotate(45deg);
  left: auto;
  right: 0
}
@media (max-width:767px) {
  .slick-prev:before {
    transform: scaleX(-1);
    right: auto;
    left: 0
  }
}
.slick-prev {
  left: 5px
}
@media (max-width:767px) {
  .slick-prev {
    left: 10px
  }
}
[dir=rtl] .slick-prev {
  right: 5px;
  left: auto
}
@media (max-width:767px) {
  [dir=rtl] .slick-prev {
    left: 10px
  }
}
.slick-next {
  right: 5px
}
@media (max-width:767px) {
  .slick-next {
    right: 10px
  }
}
[dir=rtl] .slick-next {
  right: auto;
  left: 5px
}
@media (max-width:767px) {
  [dir=rtl] .slick-next {
    left: 10px
  }
}
.slick-dots {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 12px;
  padding: 0 5px;
  margin: -9px 0 0;
  list-style: none;
  text-align: center
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 33.33333333333333%;
  padding: 10px 0 0;
  margin-left: 5px;
  cursor: pointer
}
.slick-dots li:first-child {
  margin-left: 0
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #ddd;
  transition: all .3s ease
}
.slick-dots .slick-active button {
  outline: none;
  background-color: #262626;
  height: 2px
}
.ol {
  list-style: none;
  counter-reset: counter
}
.ol__item {
  position: relative;
  padding-left: 1.6em;
  margin-top: .3em
}
.ol__item:first-child {
  margin-top: 0
}
.ol__item:before {
  content: counter(counter);
  counter-increment: counter;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: .6em;
  font-weight: 700;
  border: 1px solid #ddd;
  padding: .3em .5em;
  line-height: 1;
  box-shadow: .5px .5px .5px rgba(0, 0, 0, .15)
}
.ul {
  list-style: none;
  padding-left: .95em
}
.ul__item {
  position: relative;
  padding-left: 1.4em;
  text-indent: -1.4em;
  margin-top: .3em
}
.ul__item:first-child {
  margin-top: 0
}
.ul__item:before {
  content: "・";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 1.5em;
  font-weight: 700
}
.link-img {
  display: inline-block;
  border: none;
  transition: opacity .6s
}
.link-img:active, .link-img:focus, .link-img:hover {
  opacity: .8
}
.bookmark {
  position: relative;
  top: -73px
}
@media (max-width:767px) {
  .bookmark {
    top: -60px
  }
}
.bookmark--locations {
  top: -240px
}
@media (max-width:767px) {
  .bookmark--locations {
    top: -105px
  }
}
.bookmark--faq {
  top: -100px
}
@media (max-width:767px) {
  .bookmark--faq {
    top: -80px
  }
}
.button {
  display: inline-block;
  padding: 13.5px;
  width: 443px;
  max-width: 100%;
  border: 2px solid #004098;
  border-radius: 33px;
  font-family: Heebo, sans-serif;
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 500;
  color: #004098;
  letter-spacing: .06em;
  transition: all .3s ease-in-out
}
@media (min-width:768px) {
  .button:hover {
    background-color: #004098;
    color: #fff
  }
}
@media (max-width:767px) {
  .button {
    font-size: 1.0625rem;
    border-radius: 27.5px;
    padding: 12px;
    background-color: #004098;
    color: #fff
  }
}
.button__wrapper, .heading-section {
  text-align: center
}
.heading-section {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Patua One, serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  height: 77px;
  background: transparent url(/assets/img/heading__bg2.png) no-repeat 50%
}
@media (max-width:767px) {
  .heading-section {
    font-size: .75rem;
    height: 63px;
    background-size: 18px 63px
  }
}
.heading-section span {
  position: relative;
  top: 4px;
  padding: 0 18px 0 19px;
  letter-spacing: .06em
}
.heading-section span:after, .heading-section span:before {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
  width: 13px;
  height: 18px;
  background: transparent url(/assets/img/heading__lines.png) no-repeat 0 0;
  background-size: 13px 18px
}
@media (max-width:767px) {
  .heading-section span:after, .heading-section span:before {
    width: 11px;
    height: 15px;
    background-size: 11px 15px
  }
}
.heading-section span:after {
  transform: translateY(-50%) scaleX(-1);
  left: auto;
  right: 0
}
.heading-section span sup {
  font-size: 8Px
}
.heading-section--bottle-darker {
  background: transparent url(/assets/img/heading__bg1.png) no-repeat 50%
}
@media (max-width:767px) {
  .heading-section--bottle-darker {
    background-size: 18px 63px
  }
}
.header-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18px 0;
  z-index: 100;
  transition: top .4s ease
}
@media (max-width:767px) {
  .header-pc {
    display: none
  }
}
.header-pc--sticky {
  top: -97px;
  background-color: #fff
}
.header-pc--sticky.active {
  top: 0
}
.header-sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100
}
@media (min-width:768px) {
  .header-sp {
    display: none
  }
}
.footer {
  padding: 33px 0 36px;
  background-color: #004098;
  color: #fff
}
@media (max-width:767px) {
  .footer {
    padding: 41px 0
  }
}
.footer__top {
  margin-bottom: 1px
}
@media (max-width:767px) {
  .footer__top {
    margin-bottom: 42px
  }
}
.footer__top__inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end
}
@media (max-width:767px) {
  .footer__top__inner {
    display: block
  }
}
.footer__middle {
  border-bottom: 1px solid #7190bb;
  padding-bottom: 50px;
  margin-bottom: 17px
}
@media (max-width:767px) {
  .footer__middle {
    padding-bottom: 42px
  }
}
.footer__middle__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}
@media (max-width:767px) {
  .footer__middle__inner {
    flex-direction: column-reverse;
    align-items: center
  }
}
.footer__bottom {
  text-align: center
}
.footer__bottom__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}
@media (max-width:767px) {
  .footer__bottom__inner {
    padding: 0 15px
  }
}
@media (max-width:990px) {
  .footer__bottom__inner {
    display: block
  }
}
@media (max-width:767px) {
  .footer__nav {
    display: flex;
    flex-direction: column;
    align-items: center
  }
}
.footer__nav__link {
  color: #fff;
  margin-left: 5.4em;
  font-family: Patua One, serif;
  font-size: .875rem;
  letter-spacing: .02em
}
.footer__nav__link:first-child {
  margin-left: 0
}
@media (max-width:767px) {
  .footer__nav__link {
    margin: 24px 0 0;
    font-size: 1.0625rem
  }
  .footer__nav__link:first-child {
    margin-top: 0
  }
}
.footer__logo {
  margin-top: 1px
}
@media (max-width:767px) {
  .footer__logo {
    text-align: center
  }
}
.footer__logo__img {
  width: 250px
}
@media (max-width:767px) {
  .footer__logo__img {
    width: 176px
  }
}
.footer__logo__subtitle {
  font-size: .8125rem;
  margin: 15px 0 0;
  letter-spacing: .03em
}
@media (max-width:767px) {
  .footer__logo__subtitle {
    font-size: .5625rem;
    margin-top: 7px
  }
}
.footer__logo__link {
  position: relative;
  display: inline-block;
  margin-top: 32px;
  padding-right: 1.5em;
  color: #fff;
  font-size: 1rem
}
.footer__logo__link:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 6px;
  height: 10px;
  background: transparent url(/assets/img/arrow--footer.png) no-repeat 0 0;
  background-size: 6px 10px
}
@media (max-width:767px) {
  .footer__logo__link {
    font-size: .8125rem;
    margin-top: 31px
  }
}
.footer__sns {
  margin-bottom: 17px
}
@media (max-width:767px) {
  .footer__sns {
    margin-bottom: 47px
  }
}
@media (max-width:767px) {
  .footer__sns__top {
    text-align: center
  }
}
.footer__sns__bottom {
  margin-top: 15px
}
@media (max-width:767px) {
  .footer__sns__bottom {
    margin-top: 18px
  }
}
.footer__sns__link {
  display: inline-block;
  color: #fff;
  margin-left: 36px
}
@media (max-width:767px) {
  .footer__sns__link--tw {
    width: 34px
  }
  .footer__sns__link--fb, .footer__sns__link--ig {
    width: 27px
  }
}
.footer__sns__link:first-child {
  margin-left: 0
}
.footer__sns__btn {
  max-width: 190px;
  font-size: .8125rem;
  font-weight: 700;
  font-style: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 0
}
@media (min-width:768px) {
  .footer__sns__btn:hover {
    border-color: #fff
  }
}
@media (max-width:767px) {
  .footer__sns__btn {
    max-width: 198px;
    background-color: #fff;
    color: #004098;
    padding-top: 7px;
    padding-bottom: 7px
  }
}
.footer__outbound-nav {
  text-align: left
}
@media (max-width:990px) {
  .footer__outbound-nav {
    text-align: center
  }
}
.footer__outbound-nav__link {
  position: relative;
  color: #fff;
  margin-right: 4.5em;
  padding-right: 1.95em;
  font-size: .6875rem;
  white-space: nowrap
}
@media (max-width:767px) {
  .footer__outbound-nav__link {
    font-size: .625rem;
    padding-right: .95em;
    margin-right: 4.1em
  }
}
.footer__outbound-nav__link:last-child {
  margin-right: 0
}
.footer__outbound-nav__link:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 4px;
  height: 7px;
  background: transparent url(/assets/img/arrow--footer.png) no-repeat 0 0;
  background-size: 4px 7px
}
.footer__outbound-nav__link sup {
  font-size: 7Px
}
.footer__copyright {
  display: flex;
  margin: 0 0 3px
}
@media (max-width:990px) {
  .footer__copyright {
    display: block;
    text-align: center;
    margin: 17px
  }
}
@media (max-width:767px) {
  .footer__copyright {
    margin-top: 17px
  }
}
.footer__copyright__text {
  margin: 0 0 0 5.6em;
  text-align: center;
  font-size: .5625rem
}
@media (max-width:1158px) {
  .footer__copyright__text {
    margin-left: 4.35vw
  }
}
@media (max-width:990px) {
  .footer__copyright__text {
    margin: 8px 0 0
  }
}
.footer__copyright__text:first-child {
  margin-left: 0
}
.nav-pc {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.nav-pc__logo {
  display: block;
  width: 134px
}
.nav-pc__list {
  display: block
}
.nav-pc__item {
  display: inline-block;
  margin-left: 2.9em
}
.nav-pc__item:first-child {
  margin-left: 0
}
.nav-pc__link {
  position: relative;
  color: #fff;
  font-family: Patua One, serif;
  font-weight: 400;
  transition: color .5s ease-in-out
}
.nav-pc__link:after, .nav-pc__link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  height: 2px;
  width: 0;
  background-color: #fff
}
.nav-pc__link:before {
  right: 0;
  transition: width .4s cubic-bezier(.29, .18, .26, .83)
}
.nav-pc__link:after {
  left: 0
}
.nav-pc__link:hover {
  opacity: 1
}
.nav-pc__link:hover:before {
  width: 100%;
  left: 0
}
.nav-pc__link--sns {
  margin-left: 14px;
  opacity: 1;
  transition: opacity .3s
}
.nav-pc__link--sns:active, .nav-pc__link--sns:focus, .nav-pc__link--sns:hover {
  opacity: .8
}
.nav-pc__link--sns:first-child {
  margin-left: 0
}
.nav-pc__link--sns:after, .nav-pc__link--sns:before {
  display: none
}
.header-pc--sticky .nav-pc__link {
  color: #262626
}
.header-pc--sticky .nav-pc__link:after, .header-pc--sticky .nav-pc__link:before {
  background-color: #262626
}
.nav-sp {
  display: flex;
  justify-content: space-between;
  padding: 17px 0
}
.nav-sp__logo {
  width: 92.5px
}
.nav-sp__toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: block;
  width: 25px;
  height: 21px;
  color: #e95279;
  transition: color .5s ease-in-out;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent
}
.nav-sp__toggle__wrapper {
  position: relative;
  flex-grow: 1;
  text-align: right
}
.nav-sp__toggle__bar {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #000;
  transition: all .25s ease-in-out
}
.nav-sp__toggle__bar:first-child {
  top: 0;
  transition-delay: .5s
}
.nav-sp__toggle__bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  transition-delay: .625s
}
.nav-sp__toggle__bar:last-child {
  bottom: 0;
  transition-delay: .75s
}
.nav-sp__overlay {
  display: block;
  position: fixed;
  top: -100vh;
  right: 0;
  width: 100%;
  height: 62.5vh;
  background-color: #fff;
  z-index: 1000;
  transition: top .8s ease-in-out
}
@media (min-width:768px) {
  .nav-sp__overlay {
    display: none
  }
}
.nav-sp__overlay__logo {
  width: 92.5px;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  transition-delay: 1.25s
}
.nav-sp__overlay__logo.active {
  opacity: 1
}
.nav-sp__overlay__top {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 17px 0
}
.nav-sp__overlay__close {
  position: absolute;
  top: 18px;
  right: 0;
  width: 25px;
  height: 26px;
  display: block;
  outline: 0;
  color: #000;
  transform: rotate(45deg);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent
}
.nav-sp__overlay__close__bar {
  position: absolute;
  display: block;
  background-color: #000;
  transition: all .25s ease-in-out
}
.nav-sp__overlay__close__bar:first-child {
  transition-delay: 1s;
  height: 0;
  width: 2px;
  left: 11px
}
.nav-sp__overlay__close__bar:last-child {
  transition-delay: 1.3s;
  height: 2px;
  width: 0;
  top: 11px
}
.nav-sp__overlay__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 19px auto 0;
  text-align: center
}
.nav-sp__overlay__link {
  display: block;
  margin-top: 3.5vh;
  font-family: Patua One, serif;
  font-size: 1.1875rem;
  font-weight: 400;
  color: #000;
  opacity: 0;
  transform: translateX(2rem);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent
}
.nav-sp__overlay__link:active, .nav-sp__overlay__link:focus, .nav-sp__overlay__link:hover {
  color: #000;
  opacity: 0
}
.nav-sp__overlay__link:first-child {
  margin-top: 0
}
.nav-sp__overlay__sns {
  display: flex;
  justify-content: center;
  margin-top: 7.4vh;
  opacity: 0;
  transform: translateX(2rem)
}
.nav-sp__overlay__sns__link {
  margin-left: 30px
}
.nav-sp__overlay__sns__link:first-child {
  margin-left: -7px
}
.nav-sp__overlay.active {
  top: 0
}
.nav-sp__overlay.active .nav-sp__overlay__link {
  animation: mobileNavItemsSlideIn .3s ease forwards
}
.nav-sp__overlay.active .nav-sp__overlay__link:first-child {
  animation-delay: .9s
}
.nav-sp__overlay.active .nav-sp__overlay__link:nth-child(2) {
  animation-delay: .95s
}
.nav-sp__overlay.active .nav-sp__overlay__link:nth-child(3) {
  animation-delay: 1s
}
.nav-sp__overlay.active .nav-sp__overlay__link:nth-child(4) {
  animation-delay: 1.05s
}
.nav-sp__overlay.active .nav-sp__overlay__link:nth-child(5) {
  animation-delay: 1.1s
}
.nav-sp__overlay.active .nav-sp__overlay__link:nth-child(6) {
  animation-delay: 1.15s
}
.nav-sp__overlay.active .nav-sp__overlay__sns {
  animation: mobileNavItemsSlideIn .3s ease forwards;
  animation-delay: 1.2s
}
.nav-sp__overlay.active .nav-sp__overlay__close__bar:first-child {
  height: 100%
}
.nav-sp__overlay.active .nav-sp__overlay__close__bar:last-child {
  width: 100%
}
.nav-sp__overlay.active .nav-sp__overlay__logo {
  opacity: 1
}
@media (max-width:767px) {
  .hero {
    padding-top: 59px
  }
}
.hero__inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-image: url(/assets/img/hero__bg_20220323.jpg)
}
@media (max-width:767px) {
  .hero__inner {
    background-image: url(/assets/img/sp/hero__bg_xs_20220324.jpg)
  }
}
.hero__title {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  width: 84%;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 1.8s ease;
  transition-delay: .7s
}
.hero__title.active {
  opacity: 1
}
@media (max-width:767px) {
  .hero__title {
    width: 78%;
    margin: 0;
    right: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%)
  }
}
.hero__title__text {
  display: block;
  margin: 0;
  font-size: 6.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 52px rgba(0, 0, 0, .3);
  color: #fff
}
.hero__title picture {
  width: 100%
}
.hero__preload-bg {
  display: none
}
.intro {
  background-image: url(/assets/img/intro__bg_20220330.jpg)
}
@media (max-width:767px) {
  .intro {
    position: relative;
    height: 860px;
    background-image: url(/assets/img/sp/intro__bg_xs_20220331.jpg);
    background-position: bottom
  }
}
@media (min-width:375px) and (max-width:767px) {
  .intro {
    height: 795px
  }
}
@media (min-width:400px) and (max-width:767px) {
  .intro {
    height: 823px
  }
}
@media (min-width:485px) and (max-width:767px) {
  .intro {
    height: 850px
  }
}
@media (min-width:550px) and (max-width:767px) {
  .intro {
    height: 890px
  }
}
@media (min-width:630px) and (max-width:767px) {
  .intro {
    height: 910px
  }
}
@media (min-width:690px) and (max-width:767px) {
  .intro {
    height: 970px
  }
}
.intro__title {
  position: relative;
  top: 15.2vh
}
@media (max-width:767px) {
  .intro__title {
    top: 80px
  }
}
.intro__text {
  position: absolute;
  top: 39vh;
  right: 7vw;
  width: 43vw
}
@media (max-width:767px) {
  .intro__text {
    width: 90vw;
    top: 164px;
    right: auto;
    left: 19px
  }
}
.intro__text__title {
  font-size: 2.875rem;
  font-weight: 700;
  font-style: italic;
  margin: 0;
  line-height: 1.1
}
@media (max-width:767px) {
  .intro__text__title {
    font-size: 2rem
  }
}
.intro__text__body {
  font-size: .9375rem;
  margin: 23px 0 0;
  line-height: 1.7
}
@media (max-width:767px) {
  .intro__text__body {
    font-size: .8125rem;
    margin: 12px 0 0;
    line-height: 1.65
  }
}
.products {
  padding: 117px 0 170px
}
@media (max-width:767px) {
  .products {
    padding: 79px 0 102px
  }
}
@media (max-width:767px) {
  .products .wrapper {
    padding: 0 6px
  }
}
.products__section {
  margin-top: 18px
}
.products__section__title {
  text-align: center;
  margin: 0;
  font-size: 1.5rem
}
@media (max-width:767px) {
  .products__section__title {
    font-size: 1rem;
    margin-top: 24px
  }
}
.products__section__subtitle {
  text-align: center;
  font-size: .875rem;
  margin: 4px 0 0
}
@media (max-width:767px) {
  .products__section__subtitle {
    font-size: .8125rem;
    margin-top: 2px
  }
}
.products__sliders {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 69px 0 0
}
@media (max-width:767px) {
  .products__sliders {
    margin-top: 41px
  }
}
.products__sliders:first-child {
  margin-top: 0
}
.products__sliders__wrapper {
  margin-top: 23px
}
@media (max-width:767px) {
  .products__sliders__wrapper {
    margin-top: 8px
  }
}
.products__slider {
  display: flex;
  flex-direction: column;
  width: 33.33333333333333%;
  padding: 33px 3px 0
}
@media (max-width:767px) {
  .products__slider {
    width: 50%;
    padding-top: 29px
  }
}
.products__slider:first-child, .products__slider:nth-child(2), .products__slider:nth-child(3) {
  padding-top: 0
}
@media (max-width:767px) {
  .products__slider:first-child, .products__slider:nth-child(2), .products__slider:nth-child(3) {
    padding-top: 29px
  }
  .products__slider:first-child:first-child, .products__slider:first-child:nth-child(2), .products__slider:nth-child(2):first-child, .products__slider:nth-child(2):nth-child(2), .products__slider:nth-child(3):first-child, .products__slider:nth-child(3):nth-child(2) {
    padding-top: 0
  }
}
.products__slider__inner {
  margin-top: auto
}
.products__slider__title {
  margin: 0 0 5px;
  font-size: 1.5rem;
  text-align: center
}
@media (max-width:767px) {
  .products__slider__title {
    font-size: 1rem;
    margin-bottom: 1px
  }
}
.products__slider__top {
  margin-bottom: 23px
}
@media (max-width:767px) {
  .products__slider__top {
    margin-bottom: 10px
  }
}
.products__slider__subtitle {
  margin: 0;
  font-size: .875rem;
  text-align: center
}
@media (max-width:767px) {
  .products__slider__subtitle {
    font-size: .8125rem
  }
}
.products__slider__caption {
  text-align: center;
  margin: 15px 0 0;
  font-size: .9375rem;
  letter-spacing: .04em
}
@media (max-width:767px) {
  .products__slider__caption {
    font-size: .75rem;
    margin-top: 11px
  }
}
.products__slide {
  position: relative
}
.products__slide--border {
  padding: 1px
}
.products__slide--border .products__slide__desc, .products__slide--border > img {
  border: 1px solid #e1e1e1
}
.products__slide__desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 36px 44px;
  background-color: hsla(0, 0%, 100%, .9)
}
@media (max-width:767px) {
  .products__slide__desc {
    padding: 14px 15px
  }
}
.products__slide__desc--narrow {
  padding-top: 27px;
  padding-bottom: 27px
}
@media (max-width:767px) {
  .products__slide__desc--narrow {
    padding: 14px 15px
  }
}
.products__slide__desc--original {
  background-color: rgba(190, 214, 220, .9)
}
.products__slide__desc--mango {
  background-color: rgba(246, 223, 0, .9)
}
.products__slide__desc--lychee {
  background-color: rgba(241, 197, 193, .9)
}
.products__slide__desc--lychee .products__slide__desc__text, .products__slide__desc--lychee .products__slide__desc__title {
  color: $color-bg-white
}
.products__slide__desc--white-peach {
  background-color: rgba(236, 220, 210, .9)
}
.products__slide__desc--strawberry {
  background-color: rgba(246, 215, 218, .9)
}
.products__slide__desc--melon {
  background-color: rgba(209, 227, 146, .9)
}
.products__slide__desc__inner {
  height: 100%
}
.products__slide__desc__title {
  font-size: .9375rem;
  color: #262626;
  font-weight: 700;
  margin: 0
}
@media (max-width:1158px) {
  .products__slide__desc__title {
    font-size: 1.295335vw
  }
}
@media (max-width:767px) {
  .products__slide__desc__title {
    font-size: .6875rem;
    font-size: 2.93335vw;
    text-align: center
  }
}
.products__slide__desc__text {
  font-size: .9375rem;
  color: #262626;
  margin: 12px 0 0;
  line-height: 1.35
}
@media (max-width:1158px) {
  .products__slide__desc__text {
    font-size: 1.295335vw
  }
}
@media (max-width:767px) {
  .products__slide__desc__text {
    font-size: .6875rem;
    font-size: 2.93335vw;
    margin-top: 9px;
    line-height: 1.4
  }
}
@media (max-width:767px) {
  .products__slide__desc__text--concentrate {
    font-size: 2.63335vw;
    margin-top: 6px
  }
}
@media (max-width:767px) {
  .products__slide__desc__text--mango, .products__slide__desc__text--strawberry {
    font-size: 2.67vw
  }
}
.products__slide__desc__text__img {
  margin-top: 5px
}
@media (max-width:1158px) {
  .products__slide__desc__text__img {
    width: 84%
  }
}
@media (max-width:548px) {
  .products__slide__desc__text__img {
    width: 65%
  }
}
.products__slide .button {
  margin-top: 20px;
  border-color: #000;
  border-width: 1px;
  width: 100%;
  font-size: 1rem;
  color: #000;
  background-color: transparent;
  text-transform: capitalize;
  padding: 8px;
  transition: color .3s
}
@media (min-width:768px) {
  .products__slide .button:hover {
    color: #333
  }
}
@media (max-width:767px) {
  .products__slide .button {
    font-size: 2.93335vw;
    padding: 2px;
    margin-top: 3px
  }
}
.products__cta {
  margin-top: 73px
}
@media (max-width:767px) {
  .products__cta {
    margin-top: 44px;
    padding: 0 15px
  }
}
.locations {
  background: #fff url(/assets/img/locations__bg1-slice.jpg) repeat-x 0 0;
  background-size: 1px 860px
}
@media (max-width:767px) {
  .locations {
    background: #fff
  }
}
.locations__bg {
  background: transparent url(/assets/img/locations__bg1.jpg) no-repeat 50% 0;
  background-size: 1400px 860px
}
@media (max-width:767px) {
  .locations__bg {
    background: transparent url(/assets/img/sp/locations__bg1.jpg) no-repeat 50% 0;
    background-size: contain
  }
}
.locations__inner {
  position: relative;
  top: -155px;
  margin-bottom: -52px;
  padding: 528px 0 0;
  background: transparent url(/assets/img/locations__bg2.png) no-repeat top;
  background-size: 1400px 695px
}
@media (max-width:767px) {
  .locations__inner {
    top: -39px;
    padding-top: 191px;
    margin-bottom: 0;
    background: transparent url(/assets/img/sp/locations__bg2.png) no-repeat top;
    background-size: 375px 195px
  }
}
@media (max-width:767px) {
  .locations__inner .wrapper {
    padding: 0 9px
  }
}
.locations__section {
  background-color: #fff;
  padding: 43px 70px 0;
  border-radius: 50px
}
@media (max-width:767px) {
  .locations__section {
    border-radius: 20px;
    padding: 30px 11px 0
  }
}
.locations__section__title {
  font-family: Heebo, sans-serif;
  font-style: italic;
  font-size: 2.25rem;
  text-align: center;
  margin: 15px 0 0;
  letter-spacing: .028em
}
@media (max-width:767px) {
  .locations__section__title {
    font-size: 1.4375rem;
    margin-top: 24px
  }
}
.locations__locator {
  margin: 32px 0 0
}
@media (max-width:767px) {
  .locations__locator {
    margin-top: 20px
  }
}
.locations__locator__widget {
  width: 100%
}
.locations__cta {
  margin-top: 60px
}
@media (max-width:767px) {
  .locations__cta {
    margin-top: 51px
  }
}
.faq {
  padding: 14px 0 0
}
@media (max-width:767px) {
  .faq {
    padding: 40px 0 0
  }
}
.faq__section__title {
  font-family: Heebo, sans-serif;
  font-style: italic;
  font-size: 2.25rem;
  text-align: center;
  margin: 15px 0 0;
  letter-spacing: .028em
}
@media (max-width:767px) {
  .faq__section__title {
    font-size: 1.4375rem;
    margin-top: 24px
  }
}
.faq__section__subtitle {
  text-align: center
}
.faq__acrs {
  margin-top: 49px
}
@media (max-width:767px) {
  .faq__acrs {
    margin-top: 27px
  }
}
.faq__acr {
  border-top: 1px solid #979797;
  padding-top: 25px;
  margin-top: 25px
}
@media (max-width:767px) {
  .faq__acr {
    padding-top: 15px;
    margin-top: 15px
  }
}
.faq__acr:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0
}
.faq__acr:last-child {
  border-bottom: 1px solid #979797;
  padding-bottom: 25px
}
@media (max-width:767px) {
  .faq__acr:last-child {
    padding-bottom: 15px
  }
}
.faq__acr__title {
  position: relative;
  margin: 0;
  font-family: Heebo, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding-right: 22px;
  color: #262626;
  cursor: pointer
}
@media (min-width:768px) {
  .faq__acr__title {
    transition: color .3s
  }
  .faq__acr__title:active, .faq__acr__title:focus, .faq__acr__title:hover {
    color: #004098
  }
}
@media (max-width:767px) {
  .faq__acr__title {
    font-size: 1rem;
    line-height: 1.5;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
  }
}
.faq__acr__title:after, .faq__acr__title:before {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  height: 1px;
  width: 16px;
  transform: rotate(180deg);
  background-color: #262626;
  transition: transform .3s ease
}
.faq__acr__title:after {
  transform-origin: center;
  transform: rotate(90deg)
}
.faq__acr__title.active:after, .faq__acr__title.active:before {
  transform: rotate(0)
}
/*.faq__acr__title sup {
  top: 0
}*/
.faq__acr__body {
  display: none;
  font-size: 1rem;
  margin: 27px 0 0;
  line-height: 1.9
}
@media (max-width:767px) {
  .faq__acr__body {
    margin-top: 15px;
    font-size: .8125rem;
    line-height: 1.65
  }
}
.faq__acr__body--small {
  font-size: .75rem;
  line-height: 1.7;
  letter-spacing: .054em;
  margin-top: 9px
}
@media (max-width:767px) {
  .faq__acr__body--small {
    font-size: .8125rem
  }
}
.instagram {
  padding: 117px 0 140px
}
@media (max-width:767px) {
  .instagram {
    padding: 78px 0 107px
  }
}
@media (max-width:767px) {
  .instagram .wrapper {
    padding: 0 9px
  }
}
.instagram__section__title {
  font-family: Heebo, sans-serif;
  font-style: italic;
  font-size: 2.25rem;
  text-align: center;
  margin: 15px 0 0;
  letter-spacing: .028em
}
@media (max-width:767px) {
  .instagram__section__title {
    font-size: 1.4375rem;
    margin-top: 24px
  }
}
.instagram__feed {
  display: grid;
  margin: 31px 0 0;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-gap: 10px
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
  .instagram__feed {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0
  }
}
@media (max-width:767px) {
  .instagram__feed {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0;
    margin-top: 22px
  }
}
.instagram__feed a {
  display: block;
  border: 0;
  height: 217.59px
}
@media (max-width:1158px) {
  .instagram__feed a {
    height: 18.791vw
  }
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
  .instagram__feed a {
    flex-basis: auto;
    width: 20%;
    padding: 5px
  }
}
.instagram__feed a:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
  height: 445.19px
}
@media (max-width:1158px) {
  .instagram__feed a:first-child {
    height: 38.445vw
  }
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
  .instagram__feed a:first-child {
    height: 217.59px
  }
}
.instagram__feed a:nth-child(14) {
  grid-column: 4/6;
  grid-row: 3/5;
  height: 445.19px
}
@media (max-width:1158px) {
  .instagram__feed a:nth-child(14) {
    height: 38.445vw
  }
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
  .instagram__feed a:nth-child(14) {
    height: 217.59px
  }
}
.instagram__feed a:nth-child(15) {
  display: none
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
  .instagram__feed a:nth-child(15) {
    display: block
  }
}
@media (max-width:767px) {
  .instagram__feed a {
    display: none;
    flex-basis: 50%;
    padding: 2.5px;
    height: 48.2vw !important
  }
  .instagram__feed a:nth-child(odd) {
    padding-left: 0
  }
  .instagram__feed a:nth-child(2n) {
    padding-right: 0
  }
  .instagram__feed a:nth-child(-n+6) {
    display: block
  }
}
@media (max-width:767px) and (-ms-high-contrast:none), screen and (max-width:767px) and (-ms-high-contrast:active) {
  .instagram__feed a {
    flex-basis: auto;
    width: 50%
  }
}
@media (max-width:767px) and (-ms-high-contrast:none), screen and (max-width:767px) and (-ms-high-contrast:active) {
  .instagram__feed a:nth-child(15) {
    display: none
  }
}
.instagram__feed img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}
.u-centered {
  top: 50%;
  transform: translate(-50%, -50%)
}
.u-centered, .u-centered-x {
  display: block;
  position: absolute;
  left: 50%
}
.u-centered-x {
  transform: translateX(-50%)
}
.u-centered-y {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}
.u-hidden {
  margin: -1px !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(0 0 0 0) !important;
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important
}
.u-ellipsis, .u-hidden {
  overflow: hidden !important
}
.u-ellipsis {
  white-space: nowrap !important;
  text-overflow: ellipsis !important
}
.hidden {
  visibility: hidden
}
.remove {
  display: none
}
.u-simple-cf {
  overflow: hidden
}
.u-clearfix {
  zoom: 1 !important
}
.u-clearfix:after, .u-clearfix:before {
  content: "\0020" !important;
  display: block !important;
  height: 0 !important;
  overflow: hidden !important
}
.u-clearfix:after {
  clear: both !important
}
@media (min-width:768px) {
  .desktop-only {
    display: block !important
  }
  .mobile-only {
    display: none !important
  }
  .desktop-only-i {
    display: inline !important
  }
  .mobile-only-i {
    display: none !important
  }
  .desktop-only-ib {
    display: inline-block !important
  }
  .mobile-only-ib {
    display: none !important
  }
  .desktop-only-tc {
    display: table-cell !important
  }
  .mobile-only-tc {
    display: none !important
  }
  .desktop-only-fb {
    display: flex !important
  }
  .mobile-only-fb {
    display: none !important
  }
}
@media (max-width:767px) {
  .mobile-only {
    display: block !important
  }
  .desktop-only {
    display: none !important
  }
  .mobile-only-i {
    display: inline !important
  }
  .desktop-only-i {
    display: none !important
  }
  .mobile-only-ib {
    display: inline-block !important
  }
  .desktop-only-ib {
    display: none !important
  }
  .mobile-only-tc {
    display: table-cell !important
  }
  .desktop-only-tc {
    display: none !important
  }
  .mobile-only-fb {
    display: flex !important
  }
  .desktop-only-fb {
    display: none !important
  }
}


/* concentrate.html */
.header-pc-concentrate{
	background-color: #fff;
}
.header-pc-concentrate .nav-pc__link{
	color: #0033A0;
}
.nav-sp__overlay__link_concentrate{
	color: #0033A0;
}
.nav-sp__toggle__bar_concentrate{
	background-color: #0033A0;
}
.nav-sp__overlay__close__bar_concentrate{
	background-color: #0033A0;
}
.hero__inner-concentrate{
	background-image: url("/assets/img/concentrate/hero_concentrate.jpg");
}
@media(max-width: 750px){
	.hero__inner-concentrate{
		background-image: url("/assets/img/concentrate/hero__bg2_20230227_xs.jpg");
	}
}
.intro-concentrate{
	padding-bottom: 5vw;
}
.intro-concentrate-content{
	display: flex;
    width: 96%;
    max-width: 1400px;
    margin: auto;
    padding-top: 7vw;
}
.intro-concentrate-pic{
	width: 90vw;
}
.intro-concentrate-desc{
	padding-left: 2vw;
}
.intro-concentrate-desc h2{
	color: #0033A0;
	font-size: 46px;
	margin-top: 0;
}
.intro-concentrate-desc p{
	color: #0033A0;
	font-size: 17px;
}
.intro-concentrate-desc ul li{
	color: #0033A0;
	font-size: 19px;
	font-weight: 900;
	display: flex;
    line-height: 1.5;
	align-items: flex-start;
}
.big-dot{
	font-size: 2.24rem;
	margin-right: 0.2em;
}
.big-dot-desc{
	position: relative;
    top: 0.76em;
}
@media(max-width: 1399px){
	.intro-concentrate-pic{
		width: 120vw;
	}
	.intro-concentrate-desc h2{
		font-size: 42px;
	}
	.intro-concentrate-desc p{
		font-size: 16px;
		margin-bottom: 0.7em;
	}
	.intro-concentrate-desc ul li{
		font-size: 17px;
		line-height: 1.3;
	}
	.big-dot{
		font-size: 2rem;
		margin-right: 0.2em;
	}
}
@media(max-width: 1199px){
	.intro-concentrate-pic{
		width: 140vw;
	}
	.intro-concentrate-desc h2{
		font-size: 40px;
		margin-bottom: 0.25em;
	}
	.intro-concentrate-desc p{
		font-size: 15px;
	}
	.intro-concentrate-desc ul li{
		font-size: 16px;
		line-height: 1.2;
	}
}
@media(min-width: 992px){
	.intro-concentrate-desc-mobile{
		display: none;
	}
}
@media(max-width: 991px){
	.intro-concentrate-pic{
		display: none;
	}
	.intro-concentrate-pic-mobile{
		width: 45%;
	}
	.intro-concentrate-desc-p-pc{
		display: none;
	}
	.intro-concentrate-desc-mobile{
		display: flex;
		justify-content: space-between;
		margin: 1.5em 0 1em;
	}
	.intro-concentrate-desc-p-mobile{
		width: 52%;
	}
}
@media(max-width: 767px){
	.intro-concentrate-desc ul li{
		margin-bottom: 0.5em;
	}
}

@media(max-width: 575px){
	.intro-concentrate-content{
		padding-top: 15vw;
	}
	.intro-concentrate-desc h2{
		font-size: 30px;
	}
	.intro-concentrate-pic-mobile{
		width: 96%;
		max-width: 520px;
	}
	.intro-concentrate-desc-mobile{
		margin: 1em 0 0;
		display: block;
	}
	.intro-concentrate-desc-p-mobile{
		width: 100%;
		margin: 1.5em 0;
	}
	.big-dot {
        font-size: 29px;
	}
	.big-dot-desc{
		top: 0.6em;
	}
	_:lang(x)::-internal-media-controls-overlay-cast-button, .big-dot{
		font-size: 18px;
	}
	_:lang(x)::-internal-media-controls-overlay-cast-button, .big-dot-desc{
		top: 0;
	}
}
@media(max-width: 991px){
	.enjoy-img-pc{
		display: none;
	}
}
@media(min-width: 992px){
	.enjoy-img-sp{
		display: none;
	}
}
/*.section-enjoy{
	background-image: url("../img/concentrate/enjoy-bg_xl.png");
	background-size: cover;
	background-repeat: no-repeat;
	height: 66vh;
	background-position-y: bottom;
	background-position-x: center;
}
@media(max-width: 767px){
	.section-enjoy{
		background-image: url("../img/concentrate/enjoy-bg_xs.png");
	}
}*/
/*.section-enjoy-content{
	display: flex;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
}
.section-enjoy-pic{
	width: 33vw;
}
.section-enjoy-desc{
	padding-left: 4vw;
}
.concentrate_title{
	color: #0033A0;
	font-size: 31px;
	margin-top: 0;
}
.section-enjoy-desc ul li{
	color: #0033A0;
	font-size: 19px;
	font-weight: 900;
	display: flex;
    line-height: 1.5;
	margin-bottom: 0.5em;
}
@media(max-width: 1399px){
	.section-enjoy{
		height: 55vh;
	}
	.section-enjoy-content{
		bottom: 5%;
	}
	.concentrate_title{
		font-size: 28px;
	}
	.section-enjoy-desc ul li{
		font-size: 17px;
		line-height: 1.3;
		margin-bottom: 0;
	}
}
@media(max-width: 1199px){
	.section-enjoy{
		height: 44vh;
	}
	.section-enjoy-content{
		bottom: 5%;
	}
	.concentrate_title{
		font-size: 26px;
	}
	.section-enjoy-desc ul li{
		font-size: 16px;
	}
}
@media(min-width: 992px){
	.section-enjoy-pic-mobile{
		display: none;
	}
}
@media(max-width: 991px){
	.section-enjoy{
		height: 62vh;
	}
	.section-enjoy-pic{
		display: none;
	}
	.section-enjoy-pic-mobile{
		max-width: 360px;
    	margin-bottom: 1em;
	}
}
@media(max-width: 575px){
	.section-enjoy{
		height: 75vh;
	}
	.section-enjoy-desc{
		padding-left: 0;
	}
	.concentrate_title{
		font-size: 20px;
	}
	.section-enjoy-desc ul li{
		font-size: 14px;
		line-height: 1.2;
    	margin-bottom: 0.25em;
	}
}*/
.concentrate-recipe .slick-dots li{
	width: 50%;
}
.recipe__slide__desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4%;
    background-color: #fff;
}
.recipe__slide__desc__title{
	font-size: 1.25em;
	color: #0033A0;
	margin-top: 0;
	margin-bottom: 0.25em;
}
.recipe__slide__desc__subtitle{
	font-size: 1em;
	color: #0033A0;
	margin-top: 0;
	line-height: 1;
}
.recipe_ingredients_list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.25em;
	line-height: 1;
}
.recipe_ingredients_list_left{
	display: flex;
}
.recipe_ingredients_list span{
	font-size: 0.85em;
	color: #0033A0;
	line-height: 1.3;
}
.recipe_slide_desc_lower{
	margin-top: 0.5em;
    border-top: 1px dotted #0033A0;
    padding-top: 0.55em;
}
.recipe_instructions_list{
	padding-left: 1em;
}
.recipe_instructions_list li{
	list-style: decimal;
	color: #0033A0;
	font-size: 0.85em;
	line-height: 1.3;
	margin-bottom: 0.25em;
}
.lemonade-option span{
	font-size: 0.72rem;
}
@media(max-width: 1199px){
	.recipe__slide__desc__title{
		font-size: 1.1em;
	}
	.recipe__slide__desc__subtitle{
		font-size: 0.88em;
	}
	.recipe_ingredients_list span{
		font-size: 0.75em;
		line-height: 1.2;
	}
	.recipe_instructions_list li{
		font-size: 0.75em;
		line-height: 1.2;
	}
	.lemonade-option span{
		font-size: 0.64rem;
	}
}
@media(min-width: 992px){
	.concentrate-recipe-mobile{
		display: none !important;
	}
}
@media(max-width: 991px){
	.concentrate-recipe{
		display: none;
	}
	.recipe__slide__desc__title{
		font-size: 1.1em;
	}
	.recipe__slide__desc__subtitle{
		font-size: 0.88em;
	}
	.recipe_ingredients_list span{
		font-size: 0.75em;
		line-height: 1.2;
	}
	.recipe_instructions_list li{
		font-size: 0.74em;
		line-height: 1.2;
	}
	.lemonade-option span{
		font-size: 0.64rem;
	}
	.jelly{
		position: relative;
	}
	.jelly span{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		font-size: 0.75em;
		display: block;
		width: 100%;
	}
}

.youtube-short-wrap{
	padding: 0 1% 100px;
    display: flex;
    justify-content: space-between;
}
.youtube-short{
	width: 16%;
}
.youtube-short iframe{
	width: 100%;
	height: 28vw;
}
@media(max-width: 767px){
	.youtube-short-wrap{
		flex-wrap: wrap;
	}
	.youtube-short{
		width: 32%;
		margin-bottom: 2.5%;
	}
	.youtube-short iframe{
		height: 56vw;
	}
}
@media(max-width: 575px){
	.youtube-short-wrap{
		padding: 0 2% 100px;
	}
	.youtube-short{
		width: 49%;
	}
	.youtube-short iframe{
		height: 84vw;
	}
}
/*@media(max-width: 767px){
	.recipe__slide__desc__title{
		font-size: 1.4em;
	}
	.recipe__slide__desc__subtitle{
		font-size: 1.05em;
	}
	.recipe_ingredients_list span{
		font-size: 0.95em;
		line-height: 1.4;
	}
	.recipe_instructions_list li{
		font-size: 0.95em;
		line-height: 1.4;
	}
	.lemonade-option span{
		font-size: 0.64rem;
	}
}*/
/*# sourceMappingURL=styles.min.css.map */