@charset "UTF-8";

#Header {
  width: 1000px;
  margin:  0 auto;
}

#Wrap,
#Contents,
.wrapBottom,
.wrapTop,
#allWrap,
.lp_contents {
  width: 100% !important;
  min-width: 1000px;
}

.lp_contents {
  overflow-x: hidden;
}

#Foot {
  width: 1000px;
  clear: both;
  margin: 54px auto 0;
}

.sp_only {
  display: none !important;
}

.txt-mincho {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "メイリオ", Meiryo, Verdana, sans-serif;
}

.txt-futura {
  font-family: "futura-pt", serif;
}

.lp_contents *,
.lp_contents *:before,
.lp_contents *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:before,
a:after,
a img {
  transition: opacity .3s ease-in-out,
    color .3s ease-in-out,
    background-color .3s ease-in-out,
    border-color .3s ease-in-out,
    text-shadow .3s ease-in-out,
    text-weight .3s ease-in-out;
}

.lp_contents {
  color: #555;
  margin: 0 auto;
  width: 1000px;
  font-family: "segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
}

.lp_contents ul,
.lp_contents li {
  list-style: none;
}

.lp_contents a:hover {
  opacity: 0.7;
}

.lp_contents img {
  max-width: 100%;
}

.txt-bg {
  background: linear-gradient(transparent 0%, #e9e1d8 0%);
}

.section .inner {
  width: 850px;
  margin: 0 auto;
}

.ttl-section {
  margin-bottom: 25px;
  padding: 0;
}

.ttl-section img {
  height: 46px;
}

/* -- List -- */

.list ul {
  letter-spacing: -0.4em;
}

.list ul li {
  display: inline-block;
  letter-spacing: 0.08em;
  vertical-align: top;
}

/* -- List Dot -- */

.list-dot,
.list.list-dot {
  margin: 1em 0;
}

.list-dot .list-dot {
  margin: 0 0 .5em;
}

.list-dot ul,
.list.list-dot ul {
  margin: 0;
  padding-left: 1.5em !important;
}

.list-dot ul li {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  list-style-type: none;
  line-height: 1.8;
}

.list-dot ul li ul {
  padding-top: 2px;
  padding-left: 2.5em !important;
}

.list-dot ul li:before {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-left: -1em;
  margin-right: 14px;
  background: #555;
  border-radius: 100%;
  vertical-align: middle;
  content: "";
}

/*  Animation
-------------------------- */

/* -- keyframes -- */

@-webkit-keyframes opa0 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opa0 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes opa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes tra1 {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra1 {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@-webkit-keyframes tra2 {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@keyframes tra2 {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@-webkit-keyframes tra3 {
  0% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -ms-transform: translateY(120px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@keyframes tra3 {
  0% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -ms-transform: translateY(120px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@-webkit-keyframes tra4 {
  0% {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    -ms-transform: translateX(150%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra4 {
  0% {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    -ms-transform: translateX(150%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@-webkit-keyframes tra5 {
  0% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
    -ms-transform: translateX(-80%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra5 {
  0% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
    -ms-transform: translateX(-80%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@-webkit-keyframes tra6 {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra6 {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@-webkit-keyframes tra7 {
  0% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    -ms-transform: translateX(-30%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes tra7 {
  0% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    -ms-transform: translateX(-30%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

.ef {
  opacity: 0;
}

.ef.effect {
  -webkit-animation: opa1 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef2 {
  opacity: 0;
}

.ef2.effect {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-top {
  opacity: 0;
}

.ef-top.effect {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-right.effect {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra4 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra4 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-left.effect {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra5 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra5 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-lg.effect {
  -webkit-animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra6 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra6 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.bg {
  position: relative;
}

.bg::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -200%;
  left: -200%;
  z-index: -1;
  background: #f3f3f3;
  content: "";
}

/* -------- Mainvisual -------- */

.mainvisual-section {
  background: #f3f3f3;
  padding: 55px 0;
}

.mainvisual-section h1 {
  float: none;
  padding: 0 0 30px;
}

.mainvisual-section .inner {
  width: 100%;
  text-align: center;
}

.ttl-mainvisual {
  text-align: center;
}

.ttl-mainvisual img {
  width: 613px;
}

.mainvisual-section p {
  margin: 0 auto;
  text-align: center;
}

/* -------- Product -------- */

.product-section {}

.product-section .inner {
  padding: 77px 0;
}

.txt-catch01,
.txt-catch02 {
  text-align: center;
  font-size: 1.48em;
  letter-spacing: 0.2em;
  line-height: 1.3;
}

.txt-catch01 {
  margin-bottom: 40px;
}

.txt-catch02 {
  margin-bottom: 10px;
}

.product-section .ttl-main {
  margin-bottom: 44px;
  text-align: center;
}

.product-section .ttl-main img {
  width: 732px;
}

.product-list {
  margin-bottom: 42px;
}

.product-list ul {
  margin-left: -60px;
}

.product-list li {
  width: 50%;
  padding-left: 60px;
}

.product-item {
  margin-bottom: 15px;
}

.product-txt {
  font-size: 0.95em;
}

/* -------- Recommend -------- */

.recommend-section {
  background: #f3f3f3;
}

.recommend-section .inner {
  padding: 50px 0;
}

.recommend-section .ttl-section img {
  height: 45px;
}

/* -------- Flavor -------- */

.flavor-section {}

.flavor-section .inner {
  padding: 78px 0;
}

.flavor-section .ttl-section img {
  height: 42px;
}

.flavor-section .product-list {
  margin-bottom: 0;
  padding-top: 25px;
}

.flavor-section .product-list ul {
  margin-left: -5px;
}

.flavor-section .product-list li {
  width: 33.333%;
  padding-left: 5px;
  text-align: center;
}

.flavor-section .product-ttl {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}

.flavor-section .product-ttl span {
  padding: 0 4px 4px;
}

.flavor-section .product-txt {
  margin-bottom: 23px;
  text-align: center;
  letter-spacing: 0.02em;
}

.product-btn {
  padding: 0 15px;
}

.btn-link {
  padding: 13px 15px;
  border: none;
  border-radius: 0;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 1.02em;
}

.product-btn .btn {
  width: 100%;
}

#chocolate .product-ttl span {
  background: linear-gradient(transparent 56%, #c6a981 56%);
}

#chocolate .product-btn .btn,
.set-section .btn-wrap .btn {
  background-color: #c6a981;
}

#raspberry .product-ttl span {
  background: linear-gradient(transparent 56%, #eb80ac 56%);
}

#raspberry .product-btn .btn {
  background-color: #eb80ac;
}

#lemonade .product-ttl span {
  background: linear-gradient(transparent 56%, #f0dc97 56%);
}

#lemonade .product-btn .btn {
  background-color: #f0dc97;
}

/* -------- How to -------- */

.howto-section {
  background: #f3f3f3;
}

.howto-section .inner {
  padding: 40px 0;
}

.howto-section .ttl-section img {
  height: 46px;
}

.howto-section p {
  margin-top: 20px;
}

/* -------- Set -------- */

.set-section {}

.set-section .inner {
  overflow: hidden;
  padding: 70px 0;
}

.set-section .ttl-set {
  margin-bottom: 40px;
}

.set-section .img-set,
.set-section .btn-wrap {
  display: inline-block;
  vertical-align: bottom;
}

.set-section .btn-wrap {
  padding-left: 36px;
  padding-bottom: 10px;
}

.set-section .btn-wrap .btn {
  width: 220px;
}

/* -------- Campaign -------- */

.campaign-section {
  background: #c6a981;
  color: #fff;
}

.campaign-section::before {
  background: #c6a981;
}

.campaign-section .inner {
  padding: 42px 0;
}

.campaign-section .txt-data {
  margin-bottom: 23px;
}

.icn-limited {
  width: 82px;
  height: 82px;
}

.icn-limited,
.txt-limited {
  display: inline-block;
  vertical-align: middle;
}

.txt-limited {
  width: calc(100% - 100px);
  padding: 0 0 0 12px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.txt-limited strong {
  font-size: 1.4em;
  font-weight: bold;
}
