@charset "UTF-8";
html {
  font-size: calc(10vw / 7.8);
  -webkit-font-smoothing: antialiased; }

body {
  color: #727171;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

body.lock,
body.loading {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

@media screen and (min-width: 769px) {
  html {
    font-size: 8px; }

  body {
    font-size: 1.6rem;
    line-height: 1; } }
@media screen and (min-width: 1000px) {
  html {
    font-size: 10px; } }
* {
  -webkit-tap-highlight-color: transparent; }

a {
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

p, dt, dd, li {
  word-break: break-word;
  word-wrap: normal; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.title img {
  width: 100%; }

figure img {
  width: 100%;
  height: auto; }

picture img {
  width: 100%;
  height: auto; }

.ib {
  display: inline-block;
  line-height: inherit;
  font-weight: inherit; }

.normal {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }

.txtBold {
  font-weight: 700; }

.accordionTrigger {
  cursor: pointer;
  display: block; }

.accordionContent {
  display: none; }

input[type="submit"] {
  cursor: pointer; }

.slide .item {
  opacity: 0;
  position: absolute;
  top: 0; }
  .slide .item:first-child {
    opacity: 1;
    position: relative; }
.slide.slick-initialized .item {
  opacity: 1;
  position: relative; }
.slide .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.7rem;
  left: 0;
  right: 0; }
  .slide .slick-dots li {
    overflow: hidden;
    flex-basis: 10px;
    margin: 0 8px; }
    .slide .slick-dots li button {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-sizing: border-box;
      display: block;
      cursor: pointer;
      width: 100%;
      height: 10px;
      text-indent: -9999em;
      background-color: #3bb699;
      border: 2px solid #FFFFFF;
      border-radius: 50%;
      transition: all 0.2s ease-out; }
    .slide .slick-dots li button:hover, .slide .slick-dots li.slick-active button {
      background-color: #eb6661;
      border-color: #eb6661; }
    .slide .slick-dots li:first-child:last-child {
      display: none; }
.slide .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 4.0rem;
  height: 4.0rem;
  text-indent: -9999em;
  margin: auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box; }
  .slide .slick-arrow.slick-prev {
    right: 100%;
    background: url(../img/common/img_arrow05_prev.svg) center top no-repeat;
    background-size: contain; }
  .slide .slick-arrow.slick-next {
    left: 100%;
    background: url(../img/common/img_arrow05_next.svg) center top no-repeat;
    background-size: contain; }
  .slide .slick-arrow.slick-disabled {
    display: none !important; }

.grecaptcha-badge {
  visibility: hidden; }

.smf-form .p-country-name {
  display: none; }

#contactArea .smf-form .recaptcha_message {
  color: #707070;
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
  padding: 3em 0 0 0; }

#contactArea .smf-form .recaptcha_message a {
  color: inherit;
  text-decoration: underline; }

@media screen and (min-width: 769px) {
  .slide .slick-arrow {
    width: 8rem;
    height: 8rem; }
    .slide .slick-arrow.slick-prev {
      left: -4rem; }
    .slide .slick-arrow.slick-next {
      right: -4rem; }
    .slide .slick-arrow.slick-prev, .slide .slick-arrow.slick-next {
      transition: opacity 0.2s ease-out; }
      .slide .slick-arrow.slick-prev:hover, .slide .slick-arrow.slick-next:hover {
        opacity: 0.8; }

  /* mover */
  .mover {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
    .mover:hover {
      opacity: 0.7; }

  .moverContent > * {
    transition: all 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
  .moverContent:hover > * {
    opacity: 0.7; } }
.modePC,
.modePCib {
  display: none; }
  .modePC.important,
  .modePCib.important {
    display: none !important; }

.modeSP {
  display: block; }
  .modeSP.important {
    display: block !important; }

@media screen and (min-width: 769px) {
  .modePC {
    display: block; }
    .modePC.important {
      display: block !important; }

  .modePCib {
    display: inline-block; }
    .modePCib.important {
      display: inline-block !important; }

  .modeSP {
    display: none; }
    .modeSP.important {
      display: none !important; } }
@keyframes fluffy {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0); } }
.wrapper {
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: opacity 0.3s; }
  .load_complete .wrapper {
    opacity: 1; }

.scrollPosition {
  margin: calc(-55 / 375 * 100%) 0 0 0;
  padding: calc(55 / 375 * 100%) 0 0 0; }

.content {
  position: relative; }

.contentInner {
  width: calc(684 / 780 * 100%);
  margin: auto; }

.fadeContent {
  opacity: 0;
  transition: opacity 1.0s ease-out; }

.fadeContent.current {
  opacity: 1; }

@media screen and (min-width: 769px) {
  .scrollPosition {
    margin: -90px 0 0 0;
    padding: 90px 0 0 0; }

  .contentInner {
    position: relative;
    width: 100%;
    max-width: 1096px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box; } }
.bandWrap {
  text-align: center; }
  .bandWrap .band {
    position: relative;
    background-color: #eb6661; }
    .bandWrap .band:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 50%;
      background-color: #3bb699; }
    .bandWrap .band .text {
      position: relative;
      z-index: 2;
      color: #FFFFFF;
      font-size: 2.9rem;
      line-height: 1;
      letter-spacing: 0.08em;
      padding: 2rem 0; }
  .bandWrap .note {
    font-size: 2.2rem;
    line-height: 1;
    padding: 2rem 0; }

@media screen and (min-width: 769px) {
  .bandWrap .band.reverse {
    background-color: #3bb699; }
    .bandWrap .band.reverse:before {
      background-color: #eb6661; }
  .bandWrap .band .text {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.03em;
    padding: 1.2rem 0; }
  .bandWrap .note {
    font-size: 1.3rem;
    line-height: 1;
    padding: 0.8rem 0; } }
#firstContent .slideWrap {
  position: relative;
  padding: 0 0 6rem 0; }
  #firstContent .slideWrap .slide {
    position: static; }
#firstContent .intro {
  padding: calc(95 / 684 * 100%) 0 calc(50 / 684 * 100%) 0; }
  #firstContent .intro .text {
    font-size: 3rem;
    line-height: 1.83;
    text-align: center;
    margin: 0 0 6.4rem 0; }
    #firstContent .intro .text .color1 {
      color: #3cbee7;
      font-size: 3.85rem;
      line-height: 2.03; 
      letter-spacing: 0.1em;}
    #firstContent .intro .text .color2 {
      font-size: 4.4rem;
      line-height: 1.77; }
      #firstContent .intro .text .color2 span {
        color: #f39800; }
        #firstContent .intro .text .color2 span:nth-child(2) {
          color: #ed83a2; }
        #firstContent .intro .text .color2 span:nth-child(4) {
          color: #7fbe26; }
#firstContent .imageWrap {
  position: relative;
  margin: 0 0 calc(100 / 684 * 100%) 0;
  aspect-ratio: 780 / 2095; }
  #firstContent .imageWrap .image.image01 {
    width: calc(684 / 780 * 100%);
    margin: auto; }
  #firstContent .imageWrap .image.image02 {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(327 / 780 * 100%);
    margin: calc(506 / 780 * 100%) 0 0 calc(48 / 780 * 100%); }
  #firstContent .imageWrap .image.image03 {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(374 / 780 * 100%);
    margin: calc(506 / 780 * 100%) 0 0 0; }
  #firstContent .imageWrap .image.image04 {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(375 / 780 * 100%);
    margin: calc(799 / 780 * 100%) 0 0 0; }
  #firstContent .imageWrap .partsWrap .parts.parts01 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

@media screen and (min-width: 769px) {
  #firstContent .intro {
    padding: calc(68 / 1056 * 100%) 0 calc(67 / 1056 * 100%) 0; }
    #firstContent .intro .text {
      font-size: 2rem;
      line-height: 2.1;
      letter-spacing: 0.14em;
      margin: 0 0 4.3rem 0; }
      #firstContent .intro .text .color1 {
        font-size: 2.94rem;
        line-height: 1.93;
        letter-spacing: 0.2em; }
      #firstContent .intro .text .color2 {
        font-size: 3.36rem;
        line-height: 1.69; }
  #firstContent .imageWrap {
    position: relative;
    max-width: 1096px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    aspect-ratio: 1096 / 972; }
    #firstContent .imageWrap .image.image01 {
      position: absolute;
      top: 0;
      left: 50%;
      width: calc(509 / 1096 * 100%);
      margin: calc(59 / 1096 * 100%) 0 0 calc(20 / 1096 * 100%); }
    #firstContent .imageWrap .image.image02 {
      position: absolute;
      top: 0;
      left: auto;
      right: 50%;
      width: calc(322 / 1096 * 100%);
      margin: 0 calc(30 / 1096 * 100%) 0 0; }
    #firstContent .imageWrap .image.image03 {
      position: absolute;
      top: 0;
      right: 50%;
      width: calc(446 / 1096 * 100%);
      margin: calc(262 / 1096 * 100%) calc(30 / 1096 * 100%) 0 0; }
    #firstContent .imageWrap .image.image04 {
      position: absolute;
      top: 0;
      left: 50%;
      width: calc(320 / 1096 * 100%);
      margin: calc(488 / 1096 * 100%) 0 0 calc(20 / 1096 * 100%); }
    #firstContent .imageWrap .partsWrap .parts {
      position: absolute;
      top: 0;
      transform: translateY(30px);
      transition: all 1.0s ease-out; }
      #firstContent .imageWrap .partsWrap .parts.current {
        transform: translateY(0); }
      #firstContent .imageWrap .partsWrap .parts.parts02 {
        left: 0;
        width: calc(226 / 1096 * 100%);
        margin: calc(-200 / 1096 * 100%) 0 0 calc(-15 / 1096 * 100%);
        transition-delay: 0.4s; }
      #firstContent .imageWrap .partsWrap .parts.parts03 {
        right: 0;
        width: calc(225 / 1096 * 100%);
        margin: calc(-227 / 1096 * 100%) calc(19 / 1096 * 100%) 0 0;
        transition-delay: 0.6s; }
      #firstContent .imageWrap .partsWrap .parts.parts04 {
        left: 0;
        width: calc(283 / 1096 * 100%);
        margin: calc(653 / 1096 * 100%) 0 0 calc(97 / 1096 * 100%);
        transition-delay: 0.6s; }
      #firstContent .imageWrap .partsWrap .parts.parts05 {
        right: 0;
        width: calc(187 / 1096 * 100%);
        margin: calc(428 / 1096 * 100%) calc(-6 / 1096 * 100%) 0 0;
        transition-delay: 0.4s; }
      #firstContent .imageWrap .partsWrap .parts.char01 {
        left: 0;
        width: calc(158 / 1096 * 100%);
        margin: calc(654 / 1096 * 100%) 0 0 calc(456 / 1096 * 100%);
        transform: translateY(0);
        transition-delay: 0; } }
#productArea .titleWrap {
  margin: 0 0 calc(56 / 684 * 100%) 0; }
  #productArea .titleWrap .title {
    width: calc(195 / 684 * 100%);
    margin: auto; }
#productArea .copyWrap {
  position: relative;
  text-align: center;
  padding: 0 0 calc(24 / 684 * 100%) 0; }
  #productArea .copyWrap:before, #productArea .copyWrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 3px;
    background-color: #3bb699; }
  #productArea .copyWrap:after {
    left: auto;
    right: 0;
    background-color: #eb6661; }
  #productArea .copyWrap .copy {
    color: #3bb699;
    font-size: 3.2rem;
    line-height: 1.16; }
    #productArea .copyWrap .copy .color {
      color: #eb6661; }
#productArea .bottleWrap .item {
  color: #2cb699;
  padding: calc(24 / 684 * 100%) 0; }
  #productArea .bottleWrap .item.rooibos {
    color: #eb6661; }
  #productArea .bottleWrap .item .name {
    width: calc(309 / 684 * 100%);
    margin: 0 auto calc(32 / 684 * 100%) auto;
    padding: calc(57 / 684 * 100%) 0 0 0; }
  #productArea .bottleWrap .item .imageWrap {
    position: relative;
    margin: 0 0 calc(54 / 684 * 100%) 0; }
    #productArea .bottleWrap .item .imageWrap .bottle {
      position: relative;
      z-index: 2;
      width: calc(156 / 684 * 100%);
      margin: 0 auto calc(24 / 684 * 100%) auto; }
    #productArea .bottleWrap .item .imageWrap .badge {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      width: calc(220 / 684 * 100%);
      margin: calc(106 / 684 * 100%) calc(6 / 684 * 100%) 0 0; }
  #productArea .bottleWrap .item .size {
    font-size: 2.8rem;
    line-height: 1;
    text-align: center;
    margin: 0 0 calc(30 / 684 * 100%) 0; }
  #productArea .bottleWrap .item .desc {
    font-size: 2.4rem;
    line-height: 1.5; }
    #productArea .bottleWrap .item .desc .note {
      display: block;
      font-size: 1.9rem;
      line-height: 1.89;
      padding: 1rem 0 0 0; }
  #productArea .bottleWrap .item .checkList {
    display: flex;
    justify-content: space-between;
    padding: calc(29 / 684 * 100%) 0 0 0; }
    #productArea .bottleWrap .item .checkList .check {
      flex-basis: calc(214 / 684 * 100%); }
#productArea .bottleWrap .logo {
  width: calc(351 / 684 * 100%);
  margin: auto;
  padding: calc(56 / 684 * 100%) 0 calc(60 / 684 * 100%) 0; }

@media screen and (min-width: 769px) {
  #productArea .titleWrap {
    margin: 0 0 calc(35 / 1056 * 100%) 0; }
    #productArea .titleWrap .title {
      width: 130px; }
  #productArea .copyWrap {
    padding: 0 0 calc(35 / 1056 * 100%) 0; }
    #productArea .copyWrap:before, #productArea .copyWrap:after {
      height: 10px; }
    #productArea .copyWrap .balloon {
      display: inline-block;
      position: relative; }
      #productArea .copyWrap .balloon:before, #productArea .copyWrap .balloon:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 100%;
        width: 50px;
        background: url(../img/img_balloon_l.png) center center no-repeat;
        background-size: contain;
        margin: 0 calc(50 / 1056 * 100%) 0 0;
        aspect-ratio: 100 / 147; }
      #productArea .copyWrap .balloon:after {
        left: 100%;
        right: auto;
        width: 51px;
        background: url(../img/img_balloon_r.png) center center no-repeat;
        background-size: contain;
        margin: 0 0 0 calc(15 / 1056 * 100%);
        aspect-ratio: 102 / 146; }
    #productArea .copyWrap .copy {
      font-size: 2.4rem;
      line-height: 1.54; }
  #productArea .bottleWrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    padding: 0 0 calc(44 / 1056 * 100%) 0; }
    #productArea .bottleWrap .item {
      display: flex;
      flex-wrap: wrap;
      flex-basis: 50%;
      padding: 0; }
      #productArea .bottleWrap .item.jasmine .imageWrap .badge {
        left: 0;
        right: auto;
        margin: calc(148 / 528 * 100%) 0 0 calc(93 / 528 * 100%); }
      #productArea .bottleWrap .item .name {
        order: 2;
        width: calc(160 / 528 * 100%);
        margin: 0 auto calc(20 / 528 * 100%) auto;
        padding: 0; }
      #productArea .bottleWrap .item .imageWrap {
        flex-basis: 100%;
        order: 1;
        margin: 0 0 calc(21 / 528 * 100%) 0;
        padding: calc(73 / 528 * 100%) 0 0 0; }
        #productArea .bottleWrap .item .imageWrap .bottle {
          width: calc(113 / 528 * 100%);
          margin: 0 auto; }
        #productArea .bottleWrap .item .imageWrap .badge {
          right: 0;
          width: calc(132 / 528 * 100%);
          margin: calc(148 / 528 * 100%) calc(90 / 528 * 100%) 0 0; }
      #productArea .bottleWrap .item .textWrap {
        flex-basis: 100%;
        order: 3; }
      #productArea .bottleWrap .item .size {
        font-size: 1.4rem;
        line-height: 1;
        margin: 0 0 calc(10 / 528 * 100%) 0; }
      #productArea .bottleWrap .item .desc {
        width: calc(310 / 528 * 100%);
        font-size: 1.3rem;
        line-height: 1.54;
        margin: auto; }
        #productArea .bottleWrap .item .desc .note {
          font-size: 1.1rem;
          line-height: 1.82;
          padding: 0.1rem 0 0 0; }
    #productArea .bottleWrap .logo {
      position: absolute;
      width: calc(323 / 1056 * 100%);
      margin: auto;
      padding: calc(112 / 1056 * 100%) 0 0 0; }
      #productArea .bottleWrap .logo .image {
        margin: 0 0 calc(29 / 163 * 100%) 0; }
      #productArea .bottleWrap .logo .checkList {
        width: calc(163 / 323 * 100%);
        margin: auto; }
        #productArea .bottleWrap .logo .checkList .check {
          margin: 0 0 calc(19 / 163 * 100%) 0; } }
