@charset "utf-8";

/* ================================================================================
Properties for Basic Landing Page.
All properties must be defined as chilren elements under the "#basicContainer".
================================================================================ */
/* override layout.css */
#basicContainer header {
  background: transparent;
  max-width: none;
  display: block;
}

/*====================================================
ATTENTION TEXT
====================================================*/
.attention_txt {
  font-size: 1.4rem;
  text-align: right;
  position: absolute;
  top: 1.4em;
  right: 1em;
  display: block;
}

a.attention_txt:hover{
opacity:0.5;
}



@media screen and (max-width: 1150px) and (min-width: 768px) {
  #basicContainer header {
    padding: 0;
    height: auto;
  }
}

/* 00 base setting */
#basicContainer {
  clear: both;
  font-family: Arial, Helvetica, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  position: relative;
  font-size: 18px;
}

#basicContainer .loader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: #f26322;
  display: flex;
  justify-content: center;
  align-items: center;
}

#basicContainer .loader div.pkg {
  width: 100%;
  height: 100%;
  background: url("../img/loading_pkg_pc.png") no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s ease .3s;
}

#basicContainer .loader div.circle {
  width: 100%;
  height: 100%;
  background: url("../img/loading.gif") no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
}

#basicContainer * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#basicContainer img {
  max-width: 100%;
  height: auto;
  display: block;
}

#basicContainer section {
  position: relative;
  z-index: 1;
}

#basicContainer .pcbr {
  display: inline;
}

#basicContainer .spbr {
  display: none;
}

#basicContainer .sp_display {
  display: none;
}

/* 01 main */
#basicContainer #contentHeader {
  max-width: 1784px;
  margin: 0 auto;
  height: 758px;
  position: relative;
  background: url("../img/main_visual_pc.jpg") no-repeat center center;
}

#basicContainer #mainVisual {
  max-width: 990px;
  height: 758px;
  position: relative;
  padding: 60px 40px;
  margin: 0 auto;
}

#basicContainer #mainVisual h1 {
  width: 920px;
  height: 100px;
  margin: 0 auto;
}

#basicContainer #mainVisual .pkg {
  width: 348px;
  height: auto;
  position: absolute;
  left: 10px;
  bottom: 85px;
}

#basicContainer .brand {
  width: 230px;
  height: auto;
  position: absolute;
  right: 40px;
  bottom: 35px;
}

#basicContainer #visualHeader {
  margin-bottom: 6rem;
  position: relative;
  overflow: hidden;
  filter: blur(10px);
  opacity: 0;
  transition: all .7s ease;
}

#basicContainer #visualHeader.play {
  filter: blur(0);
  opacity: 1;
}

#basicContainer #visualHeader h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  top: -100px;
  left: -100px;
}

#basicContainer #visualHeader img {
  width: 96%;
  height: auto;
  margin: 0 auto;
}

#basicContainer .firstCopy {
  background: url(../img/statement_pc.png) no-repeat center;
  width: 600px;
  height: 683px;
  margin: 0 auto;
}

#basicContainer .firstCopy p {
  opacity: 0;
}

#basicContainer .firstCopy img {
  display: none;
}

/* 02 navigation */
#basicContainer #global {
  background: #e95504;
  position: relative;
  z-index: 1000;
}

#basicContainer #global:before {
  position: absolute;
  top: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 8px;
  background: url(../img/giza_pc.png) repeat-x top;
}

#basicContainer #global ul {
  width: 850px;
  /*width:990px;*/
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#basicContainer #global ul li {}

#basicContainer #global ul li a {
  display: block;
  padding: 28px 20px;
  font-weight: 600;
  color: #fff;
  transition: background .3s ease;
  text-align: center;
}

#basicContainer #global ul li a:hover {
  background: rgba(255, 255, 255, .3);
}

#basicContainer #global .toggle {
  display: none;
}

/* movie */
#basicContainer .movie {
  text-align: center;
  margin: 7rem 0;
}

#basicContainer .movie iframe {}


/* movie */
#basicContainer .movie02 {
  text-align: center;
  margin: 1.5rem 0 3rem 0;
}

#basicContainer .movie02 iframe {}

/* 03-04 bg wrapper  */
#basicContainer .bgBlockFirst {
  background: url("../img/bg_first.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#basicContainer .bgBlockBottomBar:after {
  content: "";
  width: 100%;
  height: 80px;
  background-color: #e95504;
  position: absolute;
  bottom: -80px;
  z-index: 100;
}

/* 03 history */
#basicContainer .historyBlock {}

#basicContainer .historyBlock header {
  padding: 70px 0 50px;
  text-align: center;
}

#basicContainer .historyBlock header img {
  margin: 0 auto;
}

#basicContainer .historyBlock .pkgList {
  background: rgba(255, 255, 255, .2);
  padding: 70px 0 10px;
}

#basicContainer .historyBlock .pkgList ul {
  display: flex;
  justify-content: flex-start;
  width: 990px;
  margin: 0 auto;
}

#basicContainer .historyBlock .pkgList ul li {
  width: 164px;
  margin-bottom: 60px;
  position: relative;
  opacity: 0;
  top: 10px;
}

#basicContainer .historyBlock .pkgList ul li::after {
  content: '';
  display: block;
  width: 49px;
  height: 9px;
  background: url("../img/history_dot.png") no-repeat center;
  position: absolute;
  right: -24px;
  top: 80px;
}

#basicContainer .historyBlock .pkgList ul li:nth-child(6n)::after {
  transform: rotate(90deg);
  right: auto;
  left: 57px;
  top: auto;
  bottom: -40px;
}

#basicContainer .historyBlock .pkgList ul:nth-child(even) {
  flex-direction: row-reverse;
}

#basicContainer .historyBlock .pkgList ul:nth-child(even) li::after {
  right: auto;
  left: -24px;
}

#basicContainer .historyBlock .pkgList ul:nth-child(even) li:nth-child(6n)::after {
  left: auto;
  right: 57px;
}

#basicContainer .historyBlock .pkgList ul:last-child li:last-child::after {
  content: none;
}

#basicContainer .historyBlock .pkgList+.pkgList {
  display: none;
}

#basicContainer .historyBlock .next {
  background: rgba(3, 143, 215, .4);
  text-align: center;
}

#basicContainer .historyBlock .next img {
  margin: 0 auto;
}

#basicContainer .historyBlock .next .arrow {
  background: url("../img/history_arr.png") no-repeat center 7rem;
  height: 24rem;
}

#basicContainer .historyBlock .next .bg {
  background: url("../img/next_bg.jpg") no-repeat center top;
  height: 75.8rem;
  box-sizing: border-box;
  padding-top: 5rem;
}


/* 04 design */
#basicContainer .designBlock {
  padding-bottom: 100px;
  background: rgba(3, 143, 215, 1);
  background-image: url(../img/bg_paritto_pc.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  top: 0 !important;
  opacity: 1 !important;
}

#basicContainer .designBlock header {
  padding: 70px 0 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#basicContainer .designBlock header img {
  margin: 0 auto;
  position: relative;
  top: 200px;
  opacity: 0;
  transition: all 1s ease;
}

#basicContainer .designBlock .packages {
  display: flex;
  justify-content: space-between;
  max-width: 1060px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
  top: 200px;
  opacity: 0;
  transition: all .3s ease .5s;
}

/*
#basicContainer .designBlock p {
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  position: relative;
  top: 200px;
  opacity: 0;
  transition: all .3s ease 1.2s;
}
*/

#basicContainer .designBlock .pari1 {
  background-image: url(../img/pari1_1.png);
  height: 300px;
  width: 300px;
  content: "";
  background-size: 100%;
  position: absolute;
  right: 10%;
  top: 21%;
  opacity: 0;
  background-repeat: no-repeat;

  animation: pariFadein 1s ease-in-out 3s forwards, pari1 6s ease-in-out 4s forwards infinite;
}

@keyframes pariFadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pari1 {
  0% {
    background-image: url(../img/pari1_1.png);
  }
  24.9% {
    background-image: url(../img/pari1_1.png);
  }
  25% {
    background-image: url(../img/pari1_2.png);
  }
  29.9% {
    background-image: url(../img/pari1_2.png);
  }
  30% {
    background-image: url(../img/pari1_3.png);
  }
  100% {
    background-image: url(../img/pari1_3.png);
  }
}


#basicContainer .designBlock .pari2 {
  background-image: url(../img/pari2_1.png);
  height: 300px;
  width: 300px;
  content: "";
  background-size: 100%;
  position: absolute;
  left: 10%;
  top: 13%;
  opacity: 0;
  background-repeat: no-repeat;
  animation:  pariFadein 1s ease-in-out 3s forwards, pari2 6s ease-in-out 4s forwards infinite;
}

@keyframes pari2 {
  0% {
    background-image: url(../img/pari2_1.png);
  }
  24.9% {
    background-image: url(../img/pari2_1.png);
  }
  25% {
    background-image: url(../img/pari2_2.png);
  }
  29.9% {
    background-image: url(../img/pari2_2.png);
  }
  30% {
    background-image: url(../img/pari2_3.png);
  }
  100% {
    background-image: url(../img/pari2_3.png);
  }
}

#basicContainer .designBlock .chip1 {
  position: absolute;
  width: 100%;
  height: calc(100% + 200px);
  background: url("../img/pkg_sizzle1.png") no-repeat center;
  left: 0;
  top: -200px;
  z-index: 0;
  background-size: 177.1px 94.7px;
  opacity: .2;
  transition: all .7s cubic-bezier(1, .09, .76, .55) .65s;
}

/*
#basicContainer .designBlock .chip2 {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: calc(100% + 200px);
  background: url("../img/pkg_sizzle2.png") no-repeat center;
  left: 0;
  top: 0;
  background-size: 171.6px 127.2px;
  opacity: .2;
  transition: all .7s cubic-bezier(1, .09, .76, .55) .7s;
}
*/

#basicContainer .designBlock.play header img {
  top: 0;
  opacity: 1;
}

#basicContainer .designBlock.play .packages {
  top: 0;
  opacity: 1;
}

#basicContainer .designBlock.play p {
  top: 0;
  opacity: 1;
}

#basicContainer .designBlock.play .chip1 {
  background-size: 1771px 947px;
  opacity: 1;
}

#basicContainer .designBlock.play .chip2 {
  background-size: 1716px 1272px;
  opacity: 1;
}

#basicContainer .designBlock .point {
  width: 990px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 100px 0 80px 0;
}

#basicContainer .designBlock .point div {
  width: 615px;
}

#basicContainer .designBlock .point p {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1000;
  padding: 0 0 75px 0;
}

#basicContainer .designBlock .point p img {
  display: inline;
}

/*
#basicContainer .designBlock .point div dt {
  background-color: #0068b7;
  font-size: 3.8rem;
  color: #FFF;
  padding: 0.2em;
  padding-left: 2.3em;
  position: relative;
}

#basicContainer .designBlock .point div dt img {
  position: absolute;
  top: -0.4em;
  left: -1em;
}

#basicContainer .designBlock .point div dd {
  font-size: 2.4rem;
  color: #FFF;
  padding: 0.8em 0 1.5em 3.5em;
  position: relative;
  text-shadow: 0 0.1em rgb(0, 0, 0, 0.55);
}

#basicContainer .designBlock .point div dd a {
  color: #FFF;
  text-decoration: underline;
}

#basicContainer .designBlock .point div dd a:hover {
  text-decoration: none;
}
*/

/* 05 environent */
#basicContainer .envBlock {
  background-color: #fd6419;
  z-index: 0;
}

#basicContainer .envBlock>header {
  padding: 100px 0 70px;
  text-align: center;
}

#basicContainer .envBlock>header img {
  margin: 0 auto;
}

/*
#basicContainer .envBlock section {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 60px;
}

#basicContainer .envBlock section header {
  padding: 0;
  display: flex;
  color: #fff;
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}

#basicContainer .envBlock section header img {
  width: 115px;
}

#basicContainer .envBlock section header>div {
  width: calc(100% - 140px);
}

#basicContainer .envBlock section header h2 {
  color: #fff;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 10px;
}

#basicContainer .envBlock section header p {
  font-size: 24px;
  font-weight: 500;
}

#basicContainer .envBlock section header h3 {
  margin: 20px auto;
}

#basicContainer .envBlock section header h3 img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

#basicContainer .envBlock section header h3+p {
  padding: 0 40px;
}

#basicContainer .envBlock .reduce {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#basicContainer .envBlock .reduce figcaption {
  font-size: 18px;
  text-align: right;
  color: #fff;
  width: 100%;
  padding: 40px 35px 0;
}

#basicContainer .envBlock .biomass img {
  margin: 0 auto;
}

#basicContainer .envBlock .biomass img+img {
  display: none;
}

#basicContainer .envBlock .blueShade {
  background: rgba(3, 143, 215, .6);
  padding: 80px 0 0 0;
}

#basicContainer .envBlock .oripake img {
  margin: 0 auto;
}

#basicContainer .envBlock .oripake img+img {
  display: none;
}

#basicContainer .envBlock>div a {
  display: block;
  width: 464px;
  margin: 60px auto 0 auto;
  height: 80px;
  border-radius: 40px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  background: #51a625;
  color: #fff;
  line-height: 80px;
  transition: opacity .3s ease;
}
*/

/*
#basicContainer .envBlock>div a:hover {
  opacity: .7;
}

#basicContainer .envBlock>div a span {
  position: relative;
}

#basicContainer .envBlock>div a span:before {
  content: "↓ アプリをダウンロード ↓";
  position: absolute;
  left: -5.5rem;
  top: -5rem;
  background: #331004;
  color: #fff;
  font-size: 22px;
  width: 31rem;
  line-height: 1.8;
  height: 40px;
}
*/
#basicContainer #environment {
  padding-bottom: 10rem;
}

#basicContainer #environment .inner {
  width: 1100px;
  margin: 0 auto;
}

#basicContainer #environment h1 img.sponly {
  display: none;
}

/*
#basicContainer #environment h2 {
  background-color: #FFF;
  font-size: 3.8rem;
  padding: 0.3em 0.7em;
  margin-bottom: 1em;
}

#basicContainer #environment h2 img {
  display: inline;
  width: 0.658em;
  position: relative;
  bottom: -0.3em;
  margin-right: 0.3em;
}
*/

#basicContainer #environment h2 {
  text-align: center;
  margin: 80px 0 20px 0;
}

#basicContainer #environment h2 img {
  display: inline;
}

/*
#basicContainer #environment h2 span {
  color: #fd6419;
  font-size: 1.2em;
}

#basicContainer #environment h2 span span {
  font-size: 0.5em;
}
*/
#basicContainer #environment .imglist {
  display: flex;
}

#basicContainer #environment .imglist .imglistLeft {
  width: 680px;
}

#basicContainer #environment .imglist .imglistRight {
  width: 400px;
  margin-left: 20px;
}

#basicContainer #environment .imglist .imglistRight p:nth-child(2) {
  margin-top: 20px;
}

#basicContainer #environment .palmoil .sponly {
  display: none;
}

#basicContainer #environment .palmoil {
  background: #fff;
  margin: 0 auto;
  width: 690px;
}

#basicContainer #environment .palmoil .palmoilTtl {
  position: relative;
  cursor: pointer;
}

#basicContainer #environment .palmoil .palmoilTtl .palmoilOpen {
  position: absolute;
  top: 65%;
  left: 56%;
  transform: rotate(180deg);
}

#basicContainer #environment .palmoil .palmoilTtl.open .palmoilOpen {
  transform: rotate(0deg);
}

#basicContainer #environment .palmoil .palmoilText {
  display: none;
  padding: 40px 0;
}

#basicContainer #environment .palmoil .palmoilText.open {
  display: block;
}

#basicContainer #environment .palmoil .palmoilText p {
  text-align: center;
}

#basicContainer #environment .palmoil .palmoilText p img:not(.sponly) {
  display: inline;
}

#basicContainer #environment .palmoil .palmoilText .palmoilClose {
  padding: 20px 0 0 0;
  cursor: pointer;
}

/*
#basicContainer #environment .year_inner {
  width: 96%;
  margin: 0 auto;
}

#basicContainer #environment .year2020 h3 {
  background-color: #FFF;
  border-radius: 0.5rem;
  color: #1197d7;
  font-size: 3rem;
  line-height: 1.4;
  padding: 0.7em;
  padding-left: 7.5em;
  position: relative;
  margin-top: 3.5em;
  margin-bottom: 4em;
}

#basicContainer #environment .year2020 h3 img {
  position: absolute;
  left: -1em;
  top: -3em;
}

#basicContainer #environment .year2020 ul {
  display: flex;
  justify-content: space-between;
}

#basicContainer #environment .year2020 .caption {
  font-size: 1.8rem;
  color: #FFF;
  text-align: right;
  padding: 2em 2em 2em 0;
}

#basicContainer #environment .year2022 {
  background-color: #FFF;
  border-radius: 0.5rem;
  padding: 2%;
  margin-top: 14em;
}

#basicContainer #environment .year2022 h3 {
  font-size: 3.2rem;
  color: #1b9e34;
  text-align: center;
  padding: 3em 0 0.5em 0;
  background: url("../img/environment_2022_img01.png") 45% bottom /15.093em no-repeat;
  position: relative;
  margin-bottom: 1em;
}

#basicContainer #environment .year2022 h3 img {
  position: absolute;
  top: -8em;
  left: 3.5em;
}

#basicContainer #environment .year2022 .flex {
  display: flex;
  justify-content: space-between;
}

#basicContainer #environment .year2022 .flex div {
  width: 62%;
  font-size: 2rem;
  line-height: 2;
  background: url("../img/environment_2022_text_bg.png") 0 0/0.37em repeat;
}

#basicContainer #environment .year2022 h4 {
  font-size: 2.4rem;
  color: #1b9e34;
  text-align: center;
  padding: 2em 0 0.5em 0;
}
*/

/* 06 campaign */
#basicContainer .campaignBlock {
  background: url("../img/campaign_bg_pc.png") repeat-x center top, url("../img/campaign_bg_pc.png") repeat-x center bottom #fff;
  padding: 40px 0;
}

#basicContainer .campaignBlock>div {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

#basicContainer .campaignBlock>div a {
  display: block;
  position: absolute;
  width: 464px;
  height: 80px;
  border-radius: 40px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  background: #e60057;
  color: #fff;
  right: 15px;
  top: 590px;
  line-height: 80px;
  transition: opacity .3s ease;
}

#basicContainer .campaignBlock>div a span {
  position: relative;
}

#basicContainer .campaignBlock>div a span:before {
  content: "↓ アプリをダウンロード ↓";
  position: absolute;
  left: -5.5rem;
  top: -5rem;
  background: #331004;
  color: #fff;
  font-size: 22px;
  width: 31rem;
  line-height: 1.8;
  height: 40px;
}


#basicContainer .campaignBlock>div a:hover {
  opacity: .7;
}

#basicContainer .campaignBlock>div img+img {
  display: none;
}

/* 07 products */
#basicContainer .productsBlock {
  background: url(../img/products_bg_pc.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 120px 0 340px;
}

#basicContainer .productsBlock>header {
  text-align: center;
}

#basicContainer .productsBlock>header img {
  margin: 0 auto;
}

#basicContainer .productsBlock .list {
  display: flex;
  max-width: 1150px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 20px;
}

#basicContainer .productsBlock .list>div {
  max-width: 420px;
  position: relative;
  width: calc(33.333% - 20px);
  padding-bottom: 120px;
}

#basicContainer .productsBlock .list>div img {
  width: 92%;
  position: relative;
  z-index: 1;
  margin: 0 auto 25px auto;
}

#basicContainer .productsBlock .list>div img.tip {
  width: 40%;
  position: absolute;
  left: -60px;
  top: -10px;
  z-index: 0;
  margin: 0;
}

#basicContainer .productsBlock .list>div p {
  font-size: 17px;
  line-height: 1.75;
  font-weight: 600;
  letter-spacing: -0.025em;
}

#basicContainer .productsBlock .list>div:nth-of-type(2) p {
  padding-left: 35px;
}


#basicContainer .productsBlock .list div.btn {
  position: absolute;
  left: 0;
  bottom: 15px;
  padding: 0 35px;
  width: 100%;
}

#basicContainer .productsBlock .list div.btn a {
  display: block;
  width: 100%;
  height: 80px;
  border: 3px #e9610b solid;
  border-radius: 40px;
  background: #fff;
  font-size: 24px;
  color: #e9610b;
  line-height: 74px;
  text-align: center;
  font-weight: bold;
  transition: all .3s ease;
}

#basicContainer .productsBlock .list div.btn a:hover {
  background: #e9610b;
  color: #fff;
  border-color: #fff;
}

/* 08 banner */
#basicContainer .bannerBlock {
  background: #fd6419;
  padding: 100px 0 120px;
}

#basicContainer .bannerBlock header {
  padding: 0 0 70px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#basicContainer .bannerBlock header h1 {
  text-align: center;
}

#basicContainer .bannerBlock header img {
  display: inline;
}

#basicContainer #banner .inner {
  width: 990px;
  margin: 0 auto;
}

#basicContainer #banner .bannerBtn {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

#basicContainer #banner .bannerBtn p {
  transition: all .3s ease;
}

#basicContainer #banner .bannerBtn a {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #e9610b;
  font-weight: bold;
  background: #fff;
  height: 100px;
  width: 380px;
  margin-bottom: 55px;
  border-radius: 50px;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

#basicContainer #banner .bannerBtn p:hover {
  opacity: 0.5;
}

#basicContainer #banner .bannerBtn .bannerBtnLineup {}

#basicContainer #banner .bannerImg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#basicContainer #banner .bannerImg p {
  width: 235px;
  margin-bottom: 50px;
  transition: all .3s ease;
}

#basicContainer #banner .bannerImg p:hover {
  opacity: 0.5;
}

#basicContainer #banner .bannerImg img {
  width: 100%;
}

#basicContainer #banner .bannerImg a {}



/* 10 special taste */
#basicContainer .sptasteBlock {
  background: url(../img/bg_kodawari_pc.png) no-repeat center bottom;
  background-size: cover;
  padding: 200px 0 340px;
  position: relative;
}

#basicContainer .sptasteBlock:before {
  content: "";
  background: url(../img/giza2_pc.png) repeat-x center top;
  position: absolute;
  top: 80px;
  height: 8px;
  width: 100%;
}

#basicContainer .sptasteBlock header {
  padding: 0 0 70px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#basicContainer .sptasteBlock header h1 {
  text-align: center;
}

#basicContainer .sptasteBlock header img {
  display: inline;
}

#basicContainer #sptaste .inner {
  width: 990px;
  margin: 0 auto;
}

#basicContainer #sptaste .sptasteKodawari {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#basicContainer #sptaste .sptasteKodawariReverse .sptasteKodawariImg {
  order: -1;
}

#basicContainer #sptaste .sptasteKodawari .sptasteKodawariContents {
  width: 430px;
  display: flex;
  margin-right: 60px;
}

#basicContainer #sptaste .sptasteKodawariReverse .sptasteKodawariContents {
  margin-left: 60px;
  margin-right: 0;
}

#basicContainer #sptaste .sptasteKodawari .sptasteKodawariContents p:nth-child(1) {
  width: 100px;
}

#basicContainer #sptaste .sptasteKodawari .sptasteKodawariContents p:nth-child(2) {
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2em;
}

#basicContainer #sptaste .sptasteKodawari .sptasteKodawariImg {
  width: 500px;
  text-align: center;
}

#basicContainer #sptaste .sptasteKodawari .sptasteKodawariImg img {
  display: inline;
}


@media screen and (max-width: 1400px) {
  /*#basicContainer .productsBlock .list > div p br{display:none;}*/
}

/* animation */
.trig {
  position: relative;
}

.fadeInUp {
  top: 200px;
  opacity: 0;
  transition: all .5s ease-out;
}

.fadeInUp.play {
  top: 0;
  opacity: 1;
}

.fadeIn {
  opacity: 0;
  transition: opacity .5s ease-out .5s;
}

.fadeIn.play {
  opacity: 1;
}

/* For smartphones
======================================================================================== */
@media screen and (max-width: 767px) {
  #basicContainer .loader div.pkg {
    background: url("../img/loading_pkg_sp.png") no-repeat center center;
    background-size: 80%;
  }

  #basicContainer {
    font-size: 14px;
    padding: 0;
  }

  #basicContainer header {
    position: static;
    top: auto;
    height: auto;
    z-index: auto;
  }

  /* override layout.css */
  #basicContainer .pcbr {
    display: none;
  }

  #basicContainer .spbr {
    display: inline;
  }

  #basicContainer .pc_display {
    display: none;
  }

  #basicContainer .sp_display {
    display: block;
  }

  /* 01 main */
  #basicContainer #visualHeader {
    margin-bottom: 0px;
    background: url("../img/main_visual_new202510_sp.jpg?202510") no-repeat center;
    background-size: 100%;
    width: 90%;
    margin: 0 5%;
    height: 100.33333vw;

  }

  #basicContainer #visualHeader img {
    display: none;
  }

  #basicContainer .firstCopy {
    width: auto;
    height: auto;
    padding: 30px 10px;
    position: relative;
    overflow: hidden;
    background: none;
  }

  #basicContainer .firstCopy p {
    position: absolute;
    left: -100px;
    top: -100px;
    width: 1px;
    height: 1px;
  }

  #basicContainer .firstCopy img {
    display: block;
  }

  /* 02 navigation */
  #basicContainer #global {
    background: #e95504;
    position: relative;
    padding-top: 50px;
    width: 100%;
    /*transition: all 2s ease-out;*/
  }

  #basicContainer #global:before {
    height: 5px;
    top: -5px;
    background-size: auto 100%;
  }

  #basicContainer #global ul {
    width: auto;
    display: none;
  }

  #basicContainer #global ul li {
    font-size: 18px;
  }

  #basicContainer #global ul li a {
    padding: 15px;
  }

  #basicContainer #global .toggle {
    display: block;
    position: absolute;
    width: 70px;
    height: 30px;
    right: 10px;
    top: 10px;
    text-indent: -9999px;
    background: url("../img/menu_open.png") no-repeat center;
    background-size: 70px auto;
    transition: all .3s ease;
  }

  #basicContainer #global .toggle.close {
    background-image: url("../img/menu_close.png");
  }

  #basicContainer #global.open {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 10000;
  }

  /* movie */
  #basicContainer .movie {
    margin: 4rem 0;
  }

  #basicContainer .movie iframe {
    width: 90vw;
    height: 50.625vw;
  }

  /* 03-04 bg wrapper  */
  body.isIOS #basicContainer .bgBlockFirst {
    background-attachment: scroll;
  }

  /* 03 history */
  #basicContainer .historyBlock header {
    padding: 40px 10px 30px;
  }

  #basicContainer .historyBlock .pkgList {
    background: rgba(255, 255, 255, .3);
    background-size: contain;
    background-attachment: scroll;
    padding: 30px 20px;
  }

  #basicContainer .historyBlock .pkgList ul {
    width: auto;
    margin: 0 auto;
  }

  #basicContainer .historyBlock .pkgList ul li {
    width: 25%;
    margin-bottom: 30px;
  }

  #basicContainer .historyBlock .pkgList ul li::after {
    content: '';
    display: block;
    width: 6.4vw;
    height: 2.4vw;
    background: url("../img/history_dot.png") no-repeat center;
    position: absolute;
    right: -2.8vw;
    top: 10vw;
    background-size: contain;
  }

  #basicContainer .historyBlock .pkgList ul li:nth-child(4n)::after {
    transform: rotate(90deg);
    right: auto;
    left: calc(50% - 3.2vw);
    top: auto;
    bottom: -25px;
  }

  #basicContainer .historyBlock .pkgList ul:nth-child(even) {
    flex-direction: row-reverse;
  }

  #basicContainer .historyBlock .pkgList ul:nth-child(even) li::after {
    right: auto;
    left: -2.8vw;
  }

  #basicContainer .historyBlock .pkgList ul:nth-child(even) li:nth-child(4n)::after {
    left: auto;
    right: 6.8vw;
  }

  #basicContainer .historyBlock .pkgList ul:last-child li:last-child::after {
    content: none;
  }

  #basicContainer .historyBlock .pkgList {
    display: none;
  }

  #basicContainer .historyBlock .pkgList+.pkgList {
    display: block;
  }

  #basicContainer .historyBlock .next {
    padding: 40px 15px 5vw;
    background-size: 30px auto;
  }

  #basicContainer .historyBlock .next .arrow {
    background: url(../img/history_arr.png) center top/11vw no-repeat;
    height: 34vw;
  }

  #basicContainer .historyBlock .next .bg {
    background: url(../img/next_bg_sp.jpg) top center/100% no-repeat;
    height: 88vw;
    padding: 8vw 7vw;
    box-sizing: border-box;
  }


  /* 04 design */
  #basicContainer .designBlock {
    padding-bottom: 16vw;
  }

  #basicContainer .designBlock header {
    padding: 50px 10px 5vw;
  }

  #basicContainer .designBlock .packages {
    width: auto;
    margin: 0 auto 10px;
    padding: 0 10px;
  }

  #basicContainer .designBlock .packages img {
    width: calc(100% / 3 + 10px);
    margin-left: -5px;
    align-self: flex-start;
  }

  #basicContainer .designBlock p {
    font-size: 14px;
    line-height: 1.75;
  }

  #basicContainer .designBlock .chip1 {
    position: absolute;
    width: 100%;
    height: calc(100% + 30px);
    background: url("../img/pkg_sizzle_sp.png") no-repeat center;
    left: 0;
    top: 0px;
    z-index: 0;
    background-size: 10%;
    display: none;
  }

  /*
  #basicContainer .designBlock .chip2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/pkg_sizzle1_sp.png") center 96% no-repeat;
    left: 0;
    bottom: 0px;
    z-index: 0;
    background-size: 100% !important;
    display: none;
  }*/

  #basicContainer .designBlock .pari1 {
    top: 50px;
    width: 80vw;
    height: 80vw;
    left: 10vw;
  }

  #basicContainer .designBlock .pari2 {
    display: none;
  }

  #basicContainer .designBlock.play .chip1 {
    opacity: 1;
    background-size: 100%;
  }

  #basicContainer .designBlock .point {
    width: 86%;
    display: block;
    padding-top: 400px;
  }

  #basicContainer .designBlock .point .img {
    width: 50%;
    margin: 0 auto;
  }

  #basicContainer .designBlock .point div {
    width: 100%;
  }

  #basicContainer .designBlock .point div dt {
    font-size: 2rem;
  }

  #basicContainer .designBlock .point div dt img {
    width: 2.763em;
  }

  #basicContainer .designBlock .point div dd {
    font-size: 1.6rem;
    padding: 0.8em 0 1.5em 3em;
  }



  /* 05 environent */
  body.isIOS #basicContainer .envBlock {
    z-index: 0;
    background-attachment: scroll;
  }

  #basicContainer .envBlock>header {
    padding: 60px 10px 40px;
  }

  #basicContainer #environment h1 img.pconly {
    display: none;
  }

  #basicContainer #environment h1 img.sponly {
    display: block;
  }

  #basicContainer .envBlock section {
    max-width: none;
    padding: 0 10px 20px;
  }

  #basicContainer .envBlock section header {
    margin-bottom: 30px;
  }

  #basicContainer .envBlock section header img {
    width: 58px;
  }

  #basicContainer .envBlock section header>div {
    width: calc(100% - 70px);
  }

  #basicContainer .envBlock section header h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  #basicContainer .envBlock section header p {
    font-size: 14px;
  }

  #basicContainer .envBlock section header h3 {
    margin: 20px 50px 20px 15px;
  }

  #basicContainer .envBlock section header h3+p {
    padding: 0 20px 0 0;
    margin-left: -20px;
  }

  /*

  #basicContainer .envBlock .reduce {
    display: block;
    margin-bottom: 10px;
  }

  #basicContainer .envBlock .reduce img {
    width: 64%;
    height: auto;
  }

  #basicContainer .envBlock .reduce img+img {
    margin: -7vw 0 0 36%;
  }

  #basicContainer .envBlock .reduce figcaption {
    font-size: 11px;
    text-align: center;
    padding: 15px 0 10px;
  }

  #basicContainer .envBlock .biomass {
    padding-bottom: 20px;
  }

  #basicContainer .envBlock .biomass img {
    display: none;
  }

  #basicContainer .envBlock .biomass img+img {
    display: block;
  }

  #basicContainer .envBlock .blueShade {
    padding: 40px 0 20px;
  }

  #basicContainer .envBlock .oripake img {
    display: none;
  }

  #basicContainer .envBlock .oripake img+img {
    display: block;
  }

  #basicContainer .envBlock>div a {
    display: block;
    background: #51a625;
    width: 232px;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 40px;
    margin: 50px auto 0 auto;
  }


  #basicContainer .envBlock>div a span:before {

    left: -3.8rem;
    top: -3.2rem;
    background: #331004;
    color: #fff;
    font-size: 14px;
    width: 19rem;
    line-height: 1.8;
    height: 25px;
  }

  #basicContainer #environment {
    padding-bottom: 6rem;
  }

  #basicContainer #environment .inner {
    width: 90%;
  }

  #basicContainer #environment h2 {
    font-size: 1.8rem;
  }

  #basicContainer #environment .year2020 h3 {
    font-size: 1.6rem;
    padding: 0.7em;
    padding-left: 6em;
    margin-top: 3.5em;
    margin-bottom: 3em;
  }

  #basicContainer #environment .year2020 h3 img {
    left: -1em;
    top: -1.5em;
    width: 7em;
  }

  #basicContainer #environment .year2020 ul {
    display: block;
    width: 110%;
    margin-left: -5%;
  }

  #basicContainer #environment .year2020 ul li {
    width: 65%;
  }

  #basicContainer #environment .year2020 ul li:nth-of-type(2) {
    width: 65%;
    margin-left: 35%;
    margin-top: -5vw;
  }

  #basicContainer #environment .year2020 .caption {
    font-size: 1.4rem;
    text-align: left;
    padding: 1em 0 3em 1em;
    text-indent: -1em;
  }

  #basicContainer #environment .year2022 {
    padding: 5%;
    margin-top: 10em;
  }

  #basicContainer #environment .year2022 h3 {
    font-size: 2rem;
    padding: 3em 0 0.5em 0;
    text-indent: 1.2em;
    background: url(../img/environment_2022_img01.png) 26% bottom /15em no-repeat;
  }

  #basicContainer #environment .year2022 h3 img {
    top: -36vw;
    left: 6vw;
    width: 63vw;
  }

  #basicContainer #environment .year2022 .flex div {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 1em;
  }

  #basicContainer #environment .year2022 h4 {
    font-size: 1.8rem;
    color: #1b9e34;
    text-align: center;
    padding: 2em 0 0.5em 0;
  }

  #basicContainer .movie02 {
    margin: 1rem 0;
  }

  #basicContainer .movie02 iframe {
    width: 78vw;
    height: 44vw;
  }
  */

  #basicContainer #environment .inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  #basicContainer #environment .imglist {
    flex-wrap: wrap;
  }

  #basicContainer #environment .imglist .imglistLeft {
    width: 100%;
  }

  #basicContainer #environment .imglist .imglistRight {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  #basicContainer #environment h2 img {
    width: auto;
  }

  #basicContainer #environment .palmoil {
    width: 100%;
  }

  #basicContainer #environment .palmoil .pconly {
    display: none;
  }

  #basicContainer #environment .palmoil .sponly {
    display: inline;
  }

  #basicContainer #environment .palmoil .palmoilText p img:not(.sponly) {
    display: none;
  }

  #basicContainer #environment .palmoil .palmoilText .palmoilClose img {
    width: auto;
    display: inline !important;
  }

  #basicContainer #environment .palmoil .palmoilText p {
    padding-left: 15px;
    padding-right: 15px;
  }

  #basicContainer #environment .palmoil .palmoilTtl .palmoilOpen {
    left: 59%;
    top: 57%;
  }


  /* 06 campaign */
  #basicContainer .campaignBlock {
    padding: 18px 0;
    background-size: 17px auto;
  }

  #basicContainer .campaignBlock>div {
    width: auto;
    margin: 0 auto;
    position: relative;
    padding-bottom: 60px;
  }

  #basicContainer .campaignBlock>div a {
    display: block;
    position: absolute;
    width: 232px;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    right: auto;
    top: auto;
    line-height: 40px;
    bottom: 15px;
    left: calc(50% - 116px);
  }

  #basicContainer .campaignBlock>div img {
    display: none;
  }

  #basicContainer .campaignBlock>div img+img {
    display: block;
    margin-bottom: 2rem;
  }

  #basicContainer .campaignBlock>div a span:before {
    left: -3.8rem;
    top: -3.2rem;
    background: #331004;
    color: #fff;
    font-size: 14px;
    width: 19rem;
    line-height: 1.8;
    height: 25px;
  }





  /* 07 products */
  #basicContainer .productsBlock {
    padding: 60px 0 40vw;
    background: url(../img/products_bg_sp.jpg) no-repeat center bottom #90d5fe;
    background-size: 100% auto;
  }

  body.isIOS #basicContainer .productsBloc {
    background-attachment: scroll;
  }

  #basicContainer .productsBlock>header {
    margin-bottom: 40px;
  }

  #basicContainer .productsBlock>header img {
    width: 110px;
    height: 50px;
  }

  #basicContainer .productsBlock .list {
    display: block;
    max-width: none;
    padding: 0 30px;
  }

  #basicContainer .productsBlock .list>div {
    max-width: none;
    position: relative;
    width: auto;
    padding-bottom: 0;
    margin: 0 auto 50px;
  }

  #basicContainer .productsBlock .list>div img {
    position: relative;
    z-index: 1;
    margin: 0 auto 15px;
    width: 230px;
    height: auto;
  }

  #basicContainer .productsBlock .list>div img.tip {
    width: 110px;
    height: auto;
    left: calc(50% - 170px);
    top: -20px;
  }

  #basicContainer .productsBlock .list>div p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  #basicContainer .productsBlock .list div.btn {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0;
    width: 100%;
  }

  #basicContainer .productsBlock .list div.btn a {
    height: 50px;
    border: 2px #e9610b solid;
    border-radius: 25px;
    font-size: 16px;
    line-height: 46px;
    width: 205px;
    margin: 0 auto;
  }

  /*#basicContainer .productsBlock .list > div p br{display:inline;}*/

  /* 08 banner */
  #basicContainer .bannerBlock header img {
    display: inline;
    width: auto;
    max-width: auto;
  }

  #basicContainer #banner .inner {
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }


  #basicContainer #banner .bannerBtn p {
    width: 100%;
    margin-bottom: 55px;
    height: 100px;
  }

  #basicContainer #banner .bannerImg p {
    width: 100%;
  }

  #basicContainer #banner .bannerBtn a {
    width: 100%;
    font-size: 18px;
  }



  /* 10 special taste */
  #basicContainer .sptasteBlock {
    background: url(../img/bg_kodawari_sp.png) no-repeat center bottom;
    background-size: cover;
    padding: 170px 0 250px;
    position: relative;
  }

  #basicContainer .sptasteBlock:before {
    top: 80px;
    height: 5px;
    background-size: auto 100%;
  }

  #basicContainer #sptaste header {
    padding-left: 10px;
    padding-right: 10px;
  }


  #basicContainer #sptaste .inner {
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  #basicContainer #sptaste .sptasteKodawari {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
  }

  #basicContainer #sptaste .sptasteKodawariReverse .sptasteKodawariImg {
    order: 2;
  }

  #basicContainer #sptaste .sptasteKodawari .sptasteKodawariContents {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  #basicContainer #sptaste .sptasteKodawari .sptasteKodawariContents p:nth-child(1) {
    width: 100px;
  }

  #basicContainer #sptaste .sptasteKodawari .sptasteKodawariContents p:nth-child(1) img {
    height: 170px;
    width: auto;
  }


  #basicContainer #sptaste .sptasteKodawari .sptasteKodawariContents p:nth-child(2) {
    padding-left: 30px;
    font-size: 16px;
  }

  #basicContainer #sptaste .sptasteKodawari .sptasteKodawariContents p:nth-child(2) img {
    display: inline;
    width: auto;
    max-height: 35px;
  }

  #basicContainer #sptaste .sptasteKodawari .sptasteKodawariImg {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  #basicContainer #sptaste .sptasteKodawari .sptasteKodawariImg img {
    display: inline;
    max-width: 90%;
  }

}

/* animation */
.fadeInUp {
  top: 80px;
}




/* animation settings
======================================================================================== */
.fuwafuwa {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-name: anim_ptn01;
}

@keyframes anim_ptn01 {
  0% {
    transform: translate(0, 0px);
  }

  100% {
    transform: translate(0, -15px);
  }
}


/* client provided styles (do not alter)
======================================================================================== */
/*------------------
TOPに戻るボタン
--------------------*/
#back-top {
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  z-index: 9998;
  display: none;
}

#back-top a {
  width: 5.1rem;
  display: block;
  text-decoration: none;
  color: #bbb;
}

#back-top a:hover {
  color: #000;
}

/* arrow icon (span tag) */
#back-top span {
  width: 5.1rem;
  height: 5.1rem;
  display: block;
  background: url(../img/btn_top.png) center center /contain no-repeat;
}

#back-top.fixed {
  bottom: 6rem;
}



@media screen and (min-width: 768px) and (max-width: 980px) {}

@media screen and (max-width: 767px) {



/*====================================================
ATTENTION TEXT
====================================================*/
.attention_txt {
        z-index: 9999;
        font-size: 2.2vw;
        top: 1.9em;
    }
  

  /*------------------
TOPに戻るボタン
--------------------*/
  #back-top {
    bottom: 8rem;
    right: 1rem;
  }

  #back-top.fixed {
    bottom: 8rem;
  }

}
















/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}