@charset "UTF-8";
/*
@import url('//fonts.googleapis.com/css?family=Questrial');
@import url('//fonts.googleapis.com/css?family=Muli:300,400');
@import url('//fonts.googleapis.com/css?family=Poppins');
*/
@import url("http://fonts.googleapis.com/css?family=Kosugi&amp;display=swap");
@font-face {
  font-family: "IonIcons";
  src: url("http://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");
  src: url("http://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("http://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("http://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"), url("http://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.mfp-wrap {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 1;
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}

/*----------------------------------
スクロールで画像がふわっと出てくる
----------------------------------*/
.animation--fadeup {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}
.animation--fadeup.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.animation--fadedown {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.animation--fadedown.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.animation--fadeleft {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.animation--fadeleft.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.animation--faderight {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.animation--faderight.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*----------------------------------
ズームする
----------------------------------*/
.animation--zoom {
  overflow: hidden;
}

.animation--zoom img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@-webkit-keyframes linkBtn {
  0% {
    background-color: white;
  }
  100% {
    background-color: #d4003b;
  }
}

@keyframes linkBtn {
  0% {
    background-color: white;
  }
  100% {
    background-color: #d4003b;
  }
}
.mv-wrap {
  width: 100%;
}
.mv-wrap .mv-wrap-inner {
  vertical-align: bottom;
}
.mv-wrap .mv-wrap-inner.choitashi {
  background: #b8001a;
}
.mv-wrap .mv-wrap-inner.choitashi img {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #e6e6e6;
}
.mv-wrap .mv-wrap-inner.mv-02 {
  background: #f195a8;
}
.mv-wrap .mv-wrap-inner.mv-soyjoys {
  background: #efb4c8;
}
.mv-wrap .mv-wrap-inner.mv-yorukatsu {
  background: #57C3E1;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .mv-wrap .mv-wrap-inner.mv-yorukatsu {
    background: #57C3E1;
  }
}
.mv-wrap .mv-wrap-inner.mv-sweetpotato {
  background: #cc6581;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .mv-wrap .mv-wrap-inner.mv-sweetpotato {
    background: #cc6581;
  }
}
.mv-wrap .mv-wrap-inner.mv-fruit-baked {
  background: #e9a11e;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .mv-wrap .mv-wrap-inner.mv-fruit-baked {
    background: #e9a11e;
  }
}
.mv-wrap .mv-wrap-inner.mv-fig-raisin {
  background: #F18E95;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .mv-wrap .mv-wrap-inner.mv-fig-raisin {
    background: #F18E95;
  }
}
.mv-wrap .mv-wrap-inner.mv-sesami {
  background: #cabfb7;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .mv-wrap .mv-wrap-inner.mv-sesami {
    background: #cabfb7;
  }
}
.mv-wrap .mv-wrap-inner.mv-kenkou {
  background: #FFDB53;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .mv-wrap .mv-wrap-inner.mv-kenkou {
    background: #FFDB53;
  }
}
.mv-wrap .mv-wrap-inner.mv-scone-lp0225 {
  background: #d8a50f url(https://www.otsuka.co.jp/soy/images/top/mv/pc_peanut_lp-mv0225-bg.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .mv-wrap .mv-wrap-inner.mv-scone-lp0225 {
    background: #d8a50f;
  }
}
.mv-wrap .mv-wrap-inner.mv-scone-lp1030 {
  background-image: url(https://www.otsuka.co.jp/soy/images/top/mv/pc_sconebar_lp-mv1101-bg.jpg);
  background-size: contain;
  background-repeat: repeat;
  background-position: -125px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .mv-wrap .mv-wrap-inner.mv-scone-lp1030 {
    background-image: url(https://www.otsuka.co.jp/soy/images/top/mv/sp_sconebar_lp-mv1101-bg.jpg);
    background-size: auto;
    background-position: center 0;
    background-repeat: repeat;
  }
}
.mv-wrap .mv-wrap-inner.mv-scone {
  background-image: url(https://www.otsuka.co.jp/soy/images/top/mv/pc_sconebar-mv0913-item.png), url(https://www.otsuka.co.jp/soy/images/top/mv/pc_sconebar-mv0913-bg.jpg);
  background-size: auto, contain;
  background-repeat: no-repeat, repeat-x;
  background-position: 0 0, 50% 50%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .mv-wrap .mv-wrap-inner.mv-scone {
    background-image: url(https://www.otsuka.co.jp/soy/images/top/mv/sp_sconebar-mv0913-bg.jpg);
    background-size: contain;
    background-repeat: repeat-x;
  }
}
.mv-wrap .mv-wrap-inner.mv-sakura {
  background-image: url(https://www.otsuka.co.jp/soy/images/top/mv/pc_main_slide-sakura-bg-01.jpg), url(https://www.otsuka.co.jp/soy/images/top/mv/pc_main_slide-sakura-bg-02.jpg), url(https://www.otsuka.co.jp/soy/images/top/mv/pc_main_slide-sakura-bg-03.jpg);
  background-size: auto, auto, cover;
  background-position: top, bottom, center;
  background-repeat: repeat-x, repeat-x, no-repeat;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .mv-wrap .mv-wrap-inner.mv-sakura {
    background-image: url(https://www.otsuka.co.jp/soy/images/top/mv/pc_main_slide-sakura-bg-01.jpg), url(https://www.otsuka.co.jp/soy/images/top/mv/pc_main_slide-sakura-bg-02.jpg), url(https://www.otsuka.co.jp/soy/images/top/mv/sp_main_slide-sakura-bg-03.jpg);
    background-size: auto 6px, auto 12px, cover;
    background-position: top, bottom, center;
    background-repeat: repeat-x, repeat-x, no-repeat;
  }
}
.mv-wrap .mv-wrap-inner.mv-matcha {
  background-image: url(https://www.otsuka.co.jp/soy/images/top/mv/pc_matcha_lp-mv0901-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .mv-wrap .mv-wrap-inner.mv-matcha {
    background-image: url(https://www.otsuka.co.jp/soy/images/top/mv/sp_matcha_lp-mv0901-bg.jpg);
  }
}
.mv-wrap .mv-wrap-inner.mv-coffeenuts {
  background-image: url(https://www.otsuka.co.jp/soy/images/top/mv/pc_coffeenuts_lp-topmv0301-bg.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .mv-wrap .mv-wrap-inner.mv-coffeenuts {
    background-image: url(https://www.otsuka.co.jp/soy/images/top/mv/sp_coffeenuts_lp-mv0301-bg.jpg);
  }
}
.mv-wrap .mv-wrap-inner.mv-coffeenuts02 {
  background: #510E17;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.mv-wrap .mv-wrap-inner.mv-plantbased {
  background-color: #e7ebb1;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.mv-wrap .mv-wrap-inner.mv-soyjoy7 {
  background: #ffcc00;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.mv-wrap .mv-wrap-inner.mv-7dayssoyjoy2 {
  background: #B2AFAA;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.mv-wrap .mv-wrap-inner.mv-7dayssoyjoy2-momokuro {
  background: #b9b7b2;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.mv-wrap .mv-wrap-inner.mv-7dayssoyjoy {
  background: url(https://www.otsuka.co.jp/soy/images/top/mv/bg_pc_7dayssoyjoy_lp-mv01.png) no-repeat, url(https://www.otsuka.co.jp/soy/images/top/mv/bg_pc_7dayssoyjoy_lp-mv02.png) no-repeat, #ffe8fd;
  background-position: center top, center bottom;
  background-size: contain;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .mv-wrap .mv-wrap-inner.mv-7dayssoyjoy {
    background: url(https://www.otsuka.co.jp/soy/images/top/mv/bg_sp_7dayssoyjoy_lp-mv01.png) no-repeat, url(https://www.otsuka.co.jp/soy/images/top/mv/bg_sp_7dayssoyjoy_lp-mv02.png) no-repeat, #ffe8fd;
    background-position: center top, center bottom;
    background-size: cover;
  }
}
.mv-wrap .mv-wrap-inner.mv-mamejikan {
  background: url(https://www.otsuka.co.jp/soy/images/top/mv/bg_pc_mamejikan_lp-mv1013.jpg) center 0 #5c45ef;
  background-size: auto 100%;
  background-origin: content-box;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .mv-wrap .mv-wrap-inner.mv-mamejikan {
    background: #5c45ef;
  }
}
.mv-wrap .mv-wrap-inner.mv-choitashi {
  background: #f6ddeb;
}
.mv-wrap .mv-wrap-inner.mv-choitashi img {
  border-bottom: 1px solid #f3f3f3;
}
.mv-wrap .mv-wrap-inner.mv-choitashi02 {
  background: #fff7cc;
}
.mv-wrap .mv-wrap-inner.mv-choitashi02 img {
  border-bottom: 1px solid #f3f3f3;
}
.mv-wrap img {
  max-width: 100%;
  max-height: 72vh;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .mv-wrap img {
    max-height: none;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .mv-wrap .mv-wrap-inner {
    vertical-align: bottom;
  }
  .mv-wrap img {
    margin: 0 auto;
  }
}

.box-point {
  background-position: -30px 0;
  position: relative;
  height: 650px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .box-point {
    height: auto;
    margin-bottom: 170px;
  }
}
.box-point .bg-hand {
  z-index: 1;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-75%, -10%);
  transform: translate(-75%, -10%);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .box-point .bg-hand {
    left: 0px;
    top: 0px;
    -webkit-transform: translate(-25%, 0%);
    transform: translate(-25%, 0%);
  }
}
.box-point .box-point-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1520px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .box-point .box-point-inner {
    display: block;
    position: relative;
  }
}
.box-point .box-point-inner li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 40px 120px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.box-point .box-point-inner li + li {
  margin-left: 10px;
}
.box-point .box-point-inner li.point-01 {
  background: url(https://www.otsuka.co.jp/soy/images/top/bg-point-01.png) no-repeat;
  background-size: contain;
  background-position: 0 0px;
}
.box-point .box-point-inner li.point-02 {
  background: url(https://www.otsuka.co.jp/soy/images/top/bg-point-02.png) no-repeat;
  background-size: contain;
  background-position: 0 0px;
}
.box-point .box-point-inner li.point-03 {
  background: url(https://www.otsuka.co.jp/soy/images/top/bg-point-03.png) no-repeat;
  background-size: contain;
  background-position: 0 0px;
}
.box-point .box-point-inner li p {
  margin-bottom: 30px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .box-point .box-point-inner li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 5vw 140px;
  }
  .box-point .box-point-inner li + li {
    margin-left: 0px;
  }
  .box-point .box-point-inner li p {
    margin-bottom: 30px;
  }
  .box-point .box-point-inner li.point-01 {
    background-size: auto 100%;
    background-position: 0;
  }
  .box-point .box-point-inner li.point-02 {
    background-size: auto 100%;
    background-position: 50% 20px;
  }
  .box-point .box-point-inner li.point-03 {
    background-size: auto 80%;
    background-position: 50%;
  }
}
.box-point .ttl-point {
  margin-bottom: 20px;
  margin-top: -60px;
}
.box-point .ttl-point span {
  display: block;
  margin-bottom: 20px;
}

.box-new {
  text-align: center;
  padding: 0 0 120px 0;
  background-image: url(https://www.otsuka.co.jp/soy/images/top/bg-new-item.png), url(https://www.otsuka.co.jp/soy/images/top/bg-new-item.png);
  background-repeat: no-repeat;
  background-position: 10% 0, 90%;
}
.box-new .item-new-pkg {
  padding-right: 80px;
}
.box-new h3 {
  font-size: 3rem;
}
.box-new .text-box-new-sub {
  font-weight: normal;
}
.box-new .icon-sub {
  background: #d4003b;
  color: white;
  display: block;
  padding: 8px 10px;
  font-size: 1.4rem;
  width: 7em;
  margin: 0 auto 20px;
  font-weight: normal;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .box-new {
    background: url(https://www.otsuka.co.jp/soy/images/top/bg-new-item.png) no-repeat 50% 2%;
    background-size: 50%;
    padding: 120px 0 60px 0;
  }
  .box-new .item-new-pkg {
    padding-right: 0;
  }
  .box-new h3 {
    font-size: 2.4rem;
  }
  .box-new .icon-sub {
    font-size: 1.2rem;
  }
}

.flevor-inner {
  max-width: 1024px;
  margin: 0 auto;
}

.box-flevor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box-flevor li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .box-flevor li {
    padding: 40px 1em;
    max-width: 400px;
    margin: 0 auto;
  }
}
.box-flevor li:nth-child(even) {
  margin-top: 140px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .box-flevor li:nth-child(even) {
    margin-top: 0px;
  }
}
.box-flevor p {
  margin: 30px 0 50px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .box-flevor p {
    margin: 30px 0;
  }
}
.box-flevor h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.box-flevor h3 span img {
  margin-left: 10px;
}
.box-flevor h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .box-flevor h3 img {
    max-height: 60px;
  }
  .box-flevor h3 span img {
    max-height: 35px;
    margin-left: 5px;
  }
}
.box-flevor.plant-based h3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-flevor.plant-based span {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 148px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .box-flevor.plant-based span {
    width: 80px;
  }
}
.box-flevor.plant-based span img {
  margin-bottom: 5px;
}
.box-flevor .bg-flevor {
  background: red;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
  margin-top: 20px;
  display: block;
}
.box-flevor .bg-flevor img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 784px) {
  .box-flevor .bg-flevor:hover {
    -webkit-animation-name: hoverZoom;
            animation-name: hoverZoom;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -webkit-box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.2);
  }
}
.box-flevor .pic-fruit {
  background: #f583b6;
}
@media screen and (min-width: 784px) {
  .box-flevor .pic-fruit:hover {
    background: #f36ba8;
  }
}
.box-flevor .pic-nuts {
  background: #d9763c;
}
@media screen and (min-width: 784px) {
  .box-flevor .pic-nuts:hover {
    background: #d26829;
  }
}
.box-flevor .pic-crispy {
  background: #9cd8f7;
}
@media screen and (min-width: 784px) {
  .box-flevor .pic-crispy:hover {
    background: #84cff5;
  }
}
.box-flevor .pic-plantbased {
  background: #68cadf;
  padding-bottom: 10px;
}
@media screen and (min-width: 784px) {
  .box-flevor .pic-plantbased:hover {
    background: #53c3db;
  }
}
.box-flevor .pic-scone {
  background: #007238;
}
@media screen and (min-width: 784px) {
  .box-flevor .pic-scone:hover {
    background: #00592b;
  }
  .box-flevor .pic-scone .pic-scone-bar {
    width: 90%;
  }
}
.box-flevor .pic-control80 {
  background: #eaf4fd;
}
@media screen and (min-width: 784px) {
  .box-flevor .pic-control80:hover {
    background: #d3e8fb;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .box-flevor {
    display: block;
  }
}