@charset "UTF-8";

.g-body {
  background: #FDE390;
}
.g-footer-copy .is_sand {
  display: block;
}
.g-footer-copy .is_no_sand {
  display: none;
}
.home-contact-bottom .image-box {
  height: calc(198vw /14);
  width: calc(196vw /14);
}
.home-contact-bottom {
  padding-left: 0;
  width: calc(100% + 10.929vw);
}
.home-intro-top .image-box-item img, .home-intro-bottom .image-box-item img {
  filter: drop-shadow(6px 6px 3px rgba(50, 50, 50, 0.2)); 
}


.home-intro-top {
  padding: 30px 0% 10px;
  width: calc(100% + 1.429vw);
}
.home-intro-bottom {
  padding: 30px 0% 10px;
  width: calc(100% + 12.858vw);
  text-indent: -12vw;
}
.home-intro-top .image-box, .home-intro-bottom .image-box {
  height: calc(137vw /14);
  width: calc(141vw /14);
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.home-intro-top {
  padding: 10px 0%;
  width: calc(100% + 22.467vw);
  text-indent: -22vw;
}
.home-intro-bottom {
  padding: 10px 0% 20px;
  width: calc(100% + 2.667vw);
  text-indent: -2vw;
}
.home-intro-top .image-box, .home-intro-bottom .image-box {
  height: calc(139vw /7.5);
  width: calc(138vw /7.5);
}

.home-introB-bottom {
  padding: 20px 0% 10px;
  width: calc(100% + 22.467vw);
  text-indent: -22vw;
}
.home-introB-top {
  padding: 10px 0% 20px;
  width: calc(100% + 2.667vw);
  text-indent: -2vw;
}
.home-contact-bottom .image-box {
  height: calc(195vw /7.5);
  width: calc(196vw /7.5);
}
.home-contact-bottom {
  width: calc(100% + 13.929vw);
  margin-left: -8%;
}
}

/* intro
//* -------------------------------------------------- */
.home-intro {
  padding: 0 0 calc(140vw / 14);
  text-align: center;
  background: #FDE390;
  background: linear-gradient(51deg,rgba(253, 227, 144, 1) 0%, rgba(253, 227, 144, 1) 34%, rgba(253, 239, 192, 1) 57%, rgba(253, 239, 192, 1) 83%, rgba(253, 227, 144, 1) 100%);
}
.home-intro-main {
  margin: 60px auto 60px;
}
.home-intro-ttl {
  margin: 0 auto;
  width: 338px;
}
.home-intro-txt {
  font-size: 2rem;
  margin: 20px auto 0;
  font-weight: bold;
}
.home-intro-fukis {
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
}
.home-intro-fuki01 {
  width: 88px;
  margin: 25px 5px 0;
}
.home-intro-fuki02 {
  width: 104px;
  margin: 0 5px;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.home-intro {
  padding: 10px 0 0;
}
.home-intro-main {
  margin: 30px auto 10px;
}
.home-intro-ttl {
  width: 80.571vw;
}
.home-intro-txt {
  font-size: 1.6rem;
  margin: 20px auto 0;
}
.home-intro-fukis {
  margin: 20px auto 0;
}
.home-intro-fuki01 {
  width: 63px;
  margin: 15px 5px 0;
}
.home-intro-fuki02 {
  width: 75px;
}
}

/* taste
//* -------------------------------------------------- */
.home-taste {
  background: #fed03d;
  padding: 100px 0;
  position: relative;
}
.home-taste:before {
  display: block;
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/common/bg_kv.png) center bottom repeat;
  background-size: 198px 173px;
}
.home-img01 {
  position: absolute;
  width: calc(446vw /14);
  max-width: 446px;
  right: -20%;
  top: -11vw;
}
.is-state_scroll.home-img01 {
  opacity: 0;
  animation: yokochiikawa 1s ease forwards;
  animation-delay: 0.5s;
  display: block;
}
@keyframes yokochiikawa {
  0% {
    opacity: 0;
    right: -20%;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    right: 0;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
.home-taste-img {
  width: calc(690vw/ 14);
  max-width: 690px;
  margin: 0 auto;
  text-indent: -1em;
}
.home-taste-box {
  text-align: center;
  /*background: url(../images/sand/bg_taste-box.png) no-repeat;
  background-size: cover;*/
  background-color: #fdeaaf;
  border-radius: 30px;
  width: fit-content;
  margin: 40px auto 0;
  padding: 60px 3em;
  position: relative;
}
.home-taste-box:before {
  position: absolute;
  top: -1%;
  left: -1%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 102%;
  height: 102%;
  border-radius: 31px;
  background-color: #fdeaaf;
  filter: blur(5px);
  content: "";
  z-index: 1;
}
.home-taste-ttl {
  width: 260px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.home-taste-txt {
  line-height: 2.5;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.home-taste-material {
  margin: 30px auto 0;
  text-align: center;
  position: relative;
}
.home-taste-material span {
  position: relative;
}
.home-taste-material span:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #682a17;
  position: absolute;
  top: 0.75em;
  left: -25px;
}
.home-taste-material span:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #682a17;
  position: absolute;
  top: 0.3em;
  left: -18px;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.home-taste {
  padding: 100px 0 80px;
}
.home-taste:before {
  background-size: calc(198vw /7.5) auto;
  background-position: left top;
}
.home-img01 {
  width: calc(303vw / 7.5);
  top: -12vw;
  max-width: 301px;
}
@keyframes yokochiikawa {
  0% {
    opacity: 0;
    right: -20%;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    right: 0;
  }
  100% {
    opacity: 1;
    right: 0%;
  }
}
.home-taste-img {
  width: 90%;
  margin: 0 auto;
  text-indent: 0;
}
.home-taste-box {
  /*background: url(../images/cake/bg_taste-box_sp.png) center top no-repeat;
  background-size: contain;*/
  width: 90%;
  margin: 20px auto 0;
  padding: 30px 0;
}
.home-taste-ttl {
  width: calc(326vw /7.5);
}
.home-taste-txt {
  line-height: 2;
  margin: 15px auto 0;
  font-size: 1.4rem;
}
}




/* pattern
//* -------------------------------------------------- */
.home-pattern {
  background: url(../images/common/bg_pattern.png) center top repeat;
  background-size: 1000px auto;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
.home-img02 {
  position: absolute;
  width: calc(416vw / 14);
  max-width: 416px;
  left: -10%;
  top: -30vw;
  z-index: 1;
}
.is-state_scroll.home-img02 {
  opacity: 0;
  animation: yokousagi 0.5s linear forwards;
  animation-delay: 0.5s;
  display: block;
}
@keyframes yokousagi {
  0% {
    opacity: 0;
    left: -35vw;
  }
  40% {
    opacity: 1;
    left: -35vw;
  }
  80% {
    opacity: 1;
    left: 0vw;
  }
  100% {
    opacity: 1;
    left: 0vw;
  }
}
.home-pattern-loop {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #ffdb5c;
  padding: 10px 0;
}
.home-pattern-top {
  padding: 250px 0 170px;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}

.home-pattern-top-box {
  text-align: center;
  background: url(../images/common/bg_pattern-top-box.png) no-repeat;
  background-size: cover;
  width: 520px;
  height: 520px;
  position: relative;
  margin:  0 auto;
}
.home-pattern-box-ttl {
  font-size: 4.2rem;
  line-height: 1;
  font-weight: bold;
  padding-top: 120px;
}
.home-pattern-box-ttl span {
  font-size: 7.6rem;
  color: #f26d0b;
}
.home-pattern-box-txt {
  font-size: 1.8rem;
  margin-top: 15px;
}
.home-pattern-box-caps {
  font-size: 2.0rem;
  margin-top: 10px;
  background: #f26d0b;
  line-height: 1.3;
  color: #fff;
  display: inline-block;
  padding: 0.8em;
  text-align: left;
}
.home-pattern-box-cap {
  position: relative;
  padding-left: 0.8em;
}
.home-pattern-box-cap:before {
  display: block;
  content: '※';
  position: absolute;
  left: 0em;
  width: 1em;
  height: 1em;
}

.home-pattern-top-img {
  position: absolute;
  z-index: 1;
  width: 240px;
}
.home-pattern-top-img > img {
  filter: drop-shadow(6px 6px 6px rgba(211, 211, 211, 0.8));
}
.home-pattern-top-img span {
  position: absolute;
  width: 108px;
}
.home-pattern-top-img01 {
  top: 120px;
  left: 20px;
}
.home-pattern-top-img02 {
  margin: auto;
  top: 50px;
  left: 0;
  right: 0;
}
.home-pattern-top-img03 {
  top: 120px;
  right: 25px;
}
.home-pattern-top-img04 {
  bottom: 30px;
  left: 20px;
}
.home-pattern-top-img04 span {
  top: -20px;
  left: -30px;
}
.home-pattern-top-img05 {
  margin: auto;
  bottom: -20px;
  left: 0;
  right: 0;
}
.home-pattern-top-img05 span {
  bottom: -47px;
  left: -45px;
}
.home-pattern-top-img06 {
  bottom: 30px;
  right: 25px;
}
.home-pattern-top-img06 span {
  top: -39px;
  right: -33px;
}
.home-pattern-bottom-wrap {
  position: relative;
}
.home-pattern-bottom {
  background: #ffdb5c;
  border: 10px solid #f5ee9b;
  width: 90%;
  max-width: 1040px;
  border-radius: 50px;
  margin: 80px auto 50px;
  position: relative;
  padding: 75px 5%;
}
.home-img03 {
  position: absolute;
  width: calc(422vw /14);
  max-width: 422px;
  right: -20%;
  bottom: -20vw;
  z-index: 1;
}
.is-state_scroll.home-img03 {
  opacity: 0;
  animation: yokohachiware 0.8s linear forwards;
  animation-delay: 0.5s;
  display: block;
}
@keyframes yokohachiware {
  0% {
    opacity: 0;
    right: -40%;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    right: 1%;
  }
  100% {
    opacity: 1;
    right: 1%;
  }
}
.home-pattern-bottom-img {
  max-width: 470px;
  margin: 0 auto;
}
.home-pattern-bottom-ttl {
  font-size: 3.4rem;
  line-height: 1;
  font-weight: bold;
  padding-top: 30px;
  text-align: center;
}
.home-pattern-bottom-ttl span {
  font-size: 5.8rem;
  color: #f26d0b;
}
.home-pattern-bottom-txt {
  font-size: 1.8rem;
  margin-top: 15px;
  text-align: center;
}
.home-pattern-bottom-caps {
  font-size: 2.0rem;
  margin: 15px auto 0;
  background: #f26d0b;
  line-height: 1.3;
  color: #fff;
  display: inline-block;
  padding: 0.8em 1em;
  max-width: 547px;
  display: block;
  text-align: left;
}
.home-pattern-bottom-cap {
  position: relative;
  padding-left: 0.8em;
}
.home-pattern-bottom-cap:before {
  display: block;
  content: '※';
  position: absolute;
  left: -0.2em;
  width: 1em;
  height: 1em;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.home-pattern {
  background-size: 500px auto;
  padding: 35px 0 8.867vw;
  z-index: 1;
}
.home-img02 {
  width: calc(286vw / 7.5);
  max-width: 310px;
  left: 2vw;
  top: -32vw;
}
.home-pattern-loop {
  padding: 5px 0;
}
.home-pattern-top {
  padding: 105px 0 76px;
  width: 94%;
}

.home-pattern-top-box {
  width: 330px;
  height: 330px;
}
.home-pattern-box-ttl {
  font-size: 2.1rem;
  padding-top: 85px;
}
.home-pattern-box-ttl span {
  font-size: 3.8rem;
}
.home-pattern-box-txt {
  font-size: 1.2rem;
  margin-top: 10px;
}
.home-pattern-box-caps {
  font-size: 1.4rem;
  margin-top: 10px;
}
.home-pattern-box-cap {
  padding-left: 0.8em;
}
.home-pattern-top-img img {
  filter: drop-shadow(3px 3px 3px rgba(211,211,211, 0.8));
}
.home-pattern-top-img span {
  width: 62px;
}
.home-pattern-top-img01 {
  width: 109px;
  top: 70px;
  left: 10px;
}
.home-pattern-top-img02 {
  width: 105px;
  top: 35px;
}
.home-pattern-top-img03 {
  width: 104px;
  top: 70px;
  right: 18px;
}
.home-pattern-top-img04 {
  width: 108px;
  bottom: 10px;
  left: 10px;
}
.home-pattern-top-img04 span {
  top: -10px;
  left: -20px;
}
.home-pattern-top-img05 {
  width: 105px;
  bottom: -15px;
}
.home-pattern-top-img05 span {
  bottom: -30px;
  left: -20px;
}
.home-pattern-top-img06 {
  width: 103px;
  bottom: 10px;
  right: 13px;
}
.home-pattern-top-img06 span {
  top: -20px;
  right: -20px;
}
.home-pattern-bottom {
  border: 8px solid #f5ee9b;
  border-radius: 30px;
  margin: 60px auto 40px;
  padding: 35px 6%;
}
.home-pattern-bottom-img {
  width: calc(470vw /7.5);
}
.home-img03 {
  width: calc(290vw / 7.5);
  max-width: 323px;
  right: -32vw;
  top: inherit;
  bottom: -42vw;
  z-index: 1;
}
@keyframes yokohachiware {
  0% {
    opacity: 0;
    right: -40%;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    right: 0%;
  }
  100% {
    opacity: 1;
    right: 0%;
  }
}
.home-pattern-bottom-ttl {
  font-size: 2.1rem;
  padding-top: 15px;
}
.home-pattern-bottom-ttl span {
  font-size: 3.8rem;
}
.home-pattern-bottom-txt {
  font-size: 1.2rem;
  margin-top: 10px;
}
.home-pattern-bottom-caps {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 15px auto 0;
  padding: 0.4em 1em;
  max-width: 347px;
}

}

@media screen and (min-width: 1px) and (max-width: 375px) {
.home-pattern-bottom {
  padding: 35px 4%;
}
}




/* lineup
//* -------------------------------------------------- */
.home-lineup {
  display: block;
  position: relative;
}
.home-lineup-main {
  background: url(../images/common/bg_pattern_yellow.png) center top repeat;
  background-size: 1000px auto;
  padding: 100px 0 100px;
  position: relative;
  text-align: center;
}
.home-lineup-main02 {
  padding-top: 200px;
}
.home-lineup-main-img {
  max-width: 700px;
  margin:  0 auto;
  position: relative;
}
.home-lineup-main-img_cap {
  position: absolute;
  width: 182px;
  top: -130px;
  left: 0;
}
.home-lineup-main02 .home-lineup-main-img_cap {
  top: -270px;
}
.home-lineup-prices {
  position: relative;
  margin: 45px auto 0;
  display: block;
  max-width: 547px;
}
.home-lineup-price {
  line-height: 1;
  font-size: 2.6rem;
  font-weight: bold;
}
.home-lineup-price_b {
  line-height: 1;
  font-size: 3.6rem;
}
.home-lineup-cart {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 69px;
  height: 69px;
  right: -35px;
}
.home-lineup-txt {
  font-size: 1.8rem;
  margin-top: 10px;
}
.home-lineup-caps {
  font-size: 2.0rem;
  margin-top: 30px;
  background: #f26d0b;
  line-height: 1.3;
  color: #fff;
  display: block;
  padding: 0.8em;
  text-align: left;
  max-width: 547px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.home-lineup-cap {
  position: relative;
  padding-left: 0.8em;
}
.home-lineup-cap:before {
  display: block;
  content: '※';
  position: absolute;
  left: -.2em;
  width: 1em;
  height: 1em;
}
.home-lineup-sticker {
  max-width: 640px;
  margin: 80px auto 0;
}
.home-lineup-sticker-txt_b {
  font-size: 1.8rem;
  font-weight: bold;
}
.home-lineup-sticker-txt {
  font-size: 1.4rem;margin-top: 30px;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.home-lineup {
  z-index: 0;
}
.home-lineup-main {
  background-size: 500px auto;
  padding: 48px 0 40px;
}
.home-lineup-main02 {
  padding-top: 100px;
}
.home-lineup-main-img {
  max-width: 90%;
}
.home-lineup-main-img_cap {
  width: 91px;
  top: -60px;
}
.home-lineup-main02 .home-lineup-main-img_cap {
  top: -120px;
}
.home-lineup-prices {
  margin: 20px auto 0;
  max-width: 280px;
}
.home-lineup-price {
  font-size: 1.5rem;
}
.home-lineup-price_b {
  font-size: 2rem;
}
.home-lineup-cart {
  width: 35px;
  height: 35px;
  right: -18px;
}
.home-lineup-txt {
  font-size: 1rem;
  margin-top: 10px;
}
.home-lineup-caps {
  font-size: 1.5rem;
  margin-top: 20px;
  padding: 0.6em;
  max-width: 271px;
}
.home-lineup-cap {
  padding-left: 0.8em;
}
.home-lineup-sticker {
  max-width: 90%;
  margin: 50px auto 0;
}
.home-lineup-sticker-txt_b {
  font-size: 1.4rem;
}
.home-lineup-sticker-txt {
  font-size: 1rem;
  margin-top: 15px;
}
}



