@charset "UTF-8";

.bnr-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: rgba(255,255,255,.7);
  padding: 30px 0;
}
.bnr-notice a {
  width: 70%;
  max-width: 876px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 3.4rem;
}
.bnr-notice .u-hoverButton_arrow:after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ffffff;
}
@media screen and (min-width: 1px) and (min-width: 769px) {
.bnr-notice .u-hoverButton_arrow:hover:after {
  border-left-color: #f18481;
  right: 3%;
}
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.bnr-notice {
  padding: 15px 0;
}
.bnr-notice a {
  width: 90%;
  padding: 13px 0;
  font-size: 2.2rem;
  border-radius: 50px;
}
.bnr-notice .u-hoverButton_arrow:after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7.5px solid #ffffff;
}
}

/* home
//* -------------------------------------------------- */
.home-kv {
  background: rgb(247,177,25);
  background: linear-gradient(51deg, rgba(247,177,25,1) 0%, rgba(247,177,25,1) 16%, rgba(254,235,150,1) 30%, rgba(254,235,150,1) 70%, rgba(247,177,25,1) 84%, rgba(247,177,25,1) 100%);
}
.home-kv-main {
  background: url(../images/bg_kv.png) center bottom repeat;
  background-size: 198px 173px;
  position: relative;
  padding-bottom: 100px;
}
.home-kv-logo {
  position: relative;
  z-index: 1;
}
.home-kv-logo_ico {
  width: 22.143vw;
  margin: 0 auto 0;
  padding-top: 1.5vw;
  text-indent: -1vw;
}
.home-kv-logo_img {
  width: 24.429vw;
  margin: 0.614vw auto 0;
  text-indent: -1vw;
}
.home-kv-imgs {
  position: relative;
  margin: 0.229vw auto 0;
}
.home-kv-imgs-img02 {
  width: 33.857vw;
  margin: 0 auto 0;
  z-index: 2;
  position: relative;
  text-indent: -1.8vw;

  opacity: 0;
  animation: kvchiikawa 1.2s ease forwards;
  animation-delay: 1.5s;
  display: block;
}
@keyframes kvchiikawa {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: scale(1.15, 1.15);
  }
  100% {
    opacity: 1;
    margin-top: 0;
    transform: scale(1, 1);
  }
}
.home-kv-imgs-img01 {
  position: absolute;
  top: -20vw;
  left: 1.429vw;
  width: 36.786vw;
  z-index: 1;

  opacity: 0;
  animation: kvhachiware 1s ease forwards;
  animation-delay: 1.4s;
  display: block;
}
@keyframes kvhachiware {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
    top: -28vw;
    transform: scale(1.15, 1.15);
  }
  100% {
    opacity: 1;
    top: -22vw;
    transform: scale(1, 1);
  }
}
.home-kv-imgs-img03 {
  position: absolute;
  top: -27.2vw;
  right: 4vw;
  width: 36.357vw;
  z-index: 1;

  opacity: 0;
  animation: kvusagi 0.5s ease forwards;
  animation-delay: 1.6s;
  display: block;
}
.home-kv-imgs-img03 img {
  width: 100%;
}
@keyframes kvusagi {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    top: -39.2vw;
    transform: scale(1.15, 1.15);
  }
  100% {
    opacity: 1;
    top: -23.2vw;
    transform: scale(1, 1);
  }
}
.home-kv-bnr {
  position: absolute;
  top: 38vw;
  left: 12vw;
  width: 13.786vw;
  z-index: 2;
  transition: all .3s ease-out;
  animation: kvbnr 2s ease infinite;
}
@keyframes kvbnr {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@media screen and (min-width: 1px) and (min-width: 769px) {
.home-kv-bnr:hover {
  top: 40vw;
  transform: scale(1.15, 1.15);
  animation: none;
}
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.home-kv {
  background: rgb(250,202,54);
  background: linear-gradient(51deg, rgba(250,202,54,1) 0%, rgba(250,202,54,1) 22%, rgba(254,235,150,1) 40%, rgba(254,235,150,1) 60%, rgba(250,202,54,1) 78%, rgba(250,202,54,1) 100%);
}
.home-kv-main {
  background-position: center 48px;
  background-size: 93px 87px;
  padding-bottom: 50px;
}
.home-kv-logo {
  z-index: 4;
}
.home-kv-logo_ico {
  width: 52.8vw;
  padding-top: 6.267vw;
  text-indent: 0;
  margin-left: 5%;
  margin-right: auto;
}
.home-kv-logo_img {
  width: 44.333vw;
  margin-top: 1.333vw;
  text-indent: 4vw;
  margin-left: 5%;
  margin-right: auto;
}
.home-kv-imgs {
  margin: 30.667vw auto 0;
}
.home-kv-imgs-img02 {
  width: 62.2vw;
  text-indent: 0;
  margin-left: 35.2vw;
  z-index: 3;
}
.home-kv-imgs-img02 img {
  transform: rotate(10deg);
}
.home-kv-imgs-img01 {
  top: -37vw;
  left: -6.429vw;
  width: 68.2vw;
  z-index: 1;
}
.home-kv-imgs-img03 {
  top: -75.2vw;
  right: -7vw;
  width: 67.133vw;
  z-index: 0;
}
.home-kv-bnr {
  top: 114vw;
  left: 5%;
  width: 33.333vw;
}

@keyframes kvchiikawa {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: scale(1.15, 1.15);
  }
  100% {
    opacity: 1;
    margin-top: 0;
    transform: scale(1, 1);
  }
}
@keyframes kvhachiware {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
    top: -40vw;
    transform: scale(1.15, 1.15);
  }
  100% {
    opacity: 1;
    top: -37vw;
    transform: scale(1, 1);
  }
}
@keyframes kvusagi {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    top: -84.2vw;
    transform: scale(1.15, 1.15);
  }
  100% {
    opacity: 1;
    top: -78.2vw;
    transform: scale(1, 1);
  }
}

}

/* news
//* -------------------------------------------------- */
.home-news {
  width: 62.571vw;
  max-width: 876px;
  margin: 3.571vw auto 0;
  text-align: center;
  position: relative;
  border: 10px solid #fbebea;
  background: #fff;
  border-radius: 80px;
  padding: 20px 0;
}
.home-news-lists {
  margin: 0 auto;
  position: relative;
}
.home-news .slick-track {
  display: flex;
}
.home-news .slick-slide {
  height: auto !important;
}
.home-news-date {
  font-size: 1.8rem;
  color: #fa4540;
}
.home-news-txt {
  font-size: 1.4rem;
}
.home-news-txt a {
  text-decoration: underline;
  display: inline-block;
}

@media screen and (min-width: 1px) and (min-width: 769px) {
.home-news-txt a:hover {
  opacity: .5;
}
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.home-news {
  width: 92%;
  margin: 20vw auto 0;
  border: 9px solid #fbebea;
  border-radius: 80px;
  padding: 10px 0;
}
.home-news-date {
  font-size: 1.3rem;
}
.home-news-txt {
  font-size: 1.1rem;
}

}


/* intro
//* -------------------------------------------------- */
.home-intro {
  padding: 10px 0 180px;
  text-align: center;
}
.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: 84px;
  margin: 0 5px;
}
.home-intro-fuki02 {
  width: 77px;
  margin: 0 5px;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.home-intro {
  padding: 20px 0 70px;
}
.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: 74px;
  margin: 0 5px;
}
.home-intro-fuki02 {
  width: 67px;
  margin: 0 5px;
}
}

/* taste
//* -------------------------------------------------- */
.home-taste {
  background: #f7c7c5 url(../images/bg_taste.jpg) center top repeat;
  background-size: 1000px auto;
  padding: 100px 0;
  position: relative;
}
.home-img01 {
  position: absolute;
  width: 28.643vw;
  max-width: 401px;
  right: -20%;
  top: -10vw;
}
.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: 50vw;
  max-width: 700px;
  margin: 0 auto;
}
.home-taste-box {
  text-align: center;
  background: url(../images/bg_taste-box.png) no-repeat;
  background-size: cover;
  width: 520px;
  margin: 40px auto 0;
  padding: 60px 0;
}
.home-taste-ttl {
  width: 415px;
  margin: 0 auto;
}
.home-taste-txt {
  line-height: 2.5;
  margin: 30px auto 0;
}
.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: #000;
  position: absolute;
  top: 0.75em;
  left: -25px;
}
.home-taste-material span:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #000;
  position: absolute;
  top: 0.3em;
  left: -18px;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.home-taste {
  background-size: 500px auto;
  padding: 120px 0 80px;
}
.home-img01 {
  width: 39.286vw;
  top: -20vw;
  max-width: 201px;
}
.home-taste-img {
  width: 90%;
  margin: 0 auto;
}
.home-taste-box {
  background: url(../images/bg_taste-box_sp.png) center top no-repeat;
  background-size: contain;
  width: 96%;
  margin: 20px auto 0;
  padding: 40px 0 50px;
}
.home-taste-ttl {
  width: 74.571vw;
}
.home-taste-txt {
  line-height: 2;
  margin: 15px auto 0;
  font-size: 1.4rem;
}
}  

/* pattern
//* -------------------------------------------------- */
.home-pattern {
  background: url(../images/bg_pattern.jpg) center top repeat;
  background-size: 1000px auto;
  padding: 70px 0;
  position: relative;
}
.home-img02 {
  position: absolute;
  width: 29.5vw;
  max-width: 413px;
  left: -20%;
  top: -22vw;
  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: 2vw;
  }
  100% {
    opacity: 1;
    left: 2vw;
  }
}
.home-pattern-loop {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #ffdb5c;
  padding: 10px 0;
}
.home-pattern-top {
  padding: 250px 0 210px;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}

.home-pattern-top-box {
  text-align: center;
  background: url(../images/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;
}
.home-pattern-top-img img {
  filter: drop-shadow(6px 6px 6px #aaa);
}
.home-pattern-top-img01 {
  width: 217px;
  top: 120px;
  left: 20px;
}
.home-pattern-top-img02 {
  width: 210px;
  margin: auto;
  top: 50px;
  left: 0;
  right: 0;
}
.home-pattern-top-img03 {
  width: 207px;
  top: 120px;
  right: 25px;
}
.home-pattern-top-img04 {
  width: 215px;
  bottom: 80px;
  left: 20px;
}
.home-pattern-top-img05 {
  width: 210px;
  margin: auto;
  bottom: 30px;
  left: 0;
  right: 0;
}
.home-pattern-top-img06 {
  width: 206px;
  bottom: 80px;
  right: 25px;
}
.home-pattern-bottom-wrap {
  position: relative;
}
.home-pattern-bottom {
  background: #ffdb5c;
  border: 10px solid #f5ee9b;
  width: 90%;
  max-width: 1040px;
  border-radius: 50px;
  margin: 50px auto 50px;
  position: relative;
  padding: 75px 5%;
}
.home-img03 {
  position: absolute;
  width: 28vw;
  max-width: 406px;
  right: -20%;
  top: -10vw;
}
.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: 0;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
.home-pattern-bottom-img {
  max-width: 546px;
  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 14.867vw;
}
.home-img02 {
  width: 38.286vw;
  max-width: 213px;
  left: 2vw;
  top: -30vw;
}
.home-pattern-loop {
  padding: 5px 0;
}
.home-pattern-top {
  padding: 145px 0 105px;
  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 #aaa);
}
.home-pattern-top-img01 {
  width: 109px;
  top: 110px;
  left: 10px;
}
.home-pattern-top-img02 {
  width: 105px;
  top: 75px;
}
.home-pattern-top-img03 {
  width: 104px;
  top: 110px;
  right: 18px;
}
.home-pattern-top-img04 {
  width: 108px;
  bottom: 40px;
  left: 10px;
}
.home-pattern-top-img05 {
  width: 105px;
  bottom: 15px;
}
.home-pattern-top-img06 {
  width: 103px;
  bottom: 40px;
  right: 13px;
}
.home-pattern-bottom {
  border: 8px solid #f5ee9b;
  border-radius: 30px;
  margin: 30px auto 40px;
  padding: 35px 6%;
}
.home-img03 {
  width: 34.667vw;
  max-width: 206px;
  right: -32vw;
  top: inherit;
  bottom: -30vw;
  z-index: 1;
}
@keyframes yokohachiware {
  0% {
    opacity: 0;
    right: -40%;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    right: -2%;
  }
  100% {
    opacity: 1;
    right: -2%;
  }
}
.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/bg_lineup.jpg) center top repeat;
  background-size: 1000px auto;
  padding: 95px 0 70px;
  position: relative;
  text-align: center;
}
.home-lineup-main-img {
  max-width: 700px;
  margin:  0 auto;
  position: relative;
}
.home-lineup-main-img_cap {
  position: absolute;
  width: 182px;
  top: -120px;
  left: 0;
}
.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;
}
.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: 677px;
  margin: 30px 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-main {
  background-size: 500px auto;
  padding: 48px 0 40px;
}
.home-lineup-main-img {
  max-width: 90%;
}
.home-lineup-main-img_cap {
  width: 91px;
  top: -60px;
}
.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: 10px auto 0;
}
.home-lineup-sticker-txt_b {
  font-size: 1.4rem;
}
.home-lineup-sticker-txt {
  font-size: 1rem;
  margin-top: 15px;
}
}

/* shop
//* -------------------------------------------------- */
.home-shop {
  background: rgb(248,196,39);
  background: linear-gradient(0deg, rgba(248,196,39,1) 0%, rgba(255,223,73,1) 36%, rgba(255,223,73,1) 100%);
  position: relative;
  padding: 50px 0 65px;
}
.home-shop-heading {
  position: relative;
  line-height: 1;
  color: #1e67b0;
  font-size: 6.2rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: center;
  margin-top: 140px;
}
.home-shop-addbtn {
  margin: 40px auto 0;
}
.home-shop-addbtn a {
  margin: 0 auto 0;
  max-width: 560px;
  width: 80%;
  font-size: 2.4rem;
}
.home-shop-lists {
  max-width: 1030px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 75px auto 75px;
  position: relative;
  z-index: 2
}
.home-shop-list {
  width: 46%;
  position: relative;
  text-align: center;
  color: #1e67b0;
  background: #fff9c0;
  border: 10px solid #fdfbe8;
  z-index: 1;
  margin: 0 2%;
  border-radius: 30px;
  padding: 70px 2%;
}
.home-shop-list:nth-child(n+3) {
  margin-top: 50px;
}
.home-shop-cap {
  padding: 4px 1em;
  line-height: 1;
  margin: 0 auto 20px;
  display: table;
  font-size: 1.44rem;
  background: #ffdb5c;
  border-radius: 30px;
}
.home-shop-date {
  margin-top: 20px;
}
.home-shop-txt {
  margin: 10px auto 50px;
  line-height: 1.2;
}
.home-shop-name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.home-shop-kome {
  margin: 10px auto 0;
  font-size: 1.2rem;
  text-align: left;
  width: 90%;
}
.home-shop-kome li:before {
  color: #1e67b0;
}
.home-shop-list .u-hoverButton {
  margin: 15px auto 0;
  background-color: #508bc7;
  color: #fff;
  max-width: 280px;
  font-size: 1.44rem;
  padding: 16px 0;
  border-color: #508bc7;
}
.home-shop-list .u-hoverButton_p {
  background-color: #f18481;
  border-color: #f18481;
}
.home-shop-btn {
  padding-bottom: 100px;
}
.home-shop-btn .u-hoverButton {
    margin: 0 auto;
    border: 5px solid #fdfbe8;
    background: #fff9c0;
    color: #1e67b0;
}
.home-shop-btn .u-hoverButton_arrow:after {
    border-left-color: #1e67b0;
}

@media screen and (min-width: 1px) and (min-width: 769px) {
.home-shop-list .u-hoverButton:hover {
  background-color: #fff;
  color: #508bc7;
}
.home-shop-list .u-hoverButton_p:hover {
  background-color: #fff;
  color: #f18481;
}
.home-shop-list .u-hoverButton:hover:after {
  border-left-color: #508bc7;
}
.home-shop-list .u-hoverButton_p:hover:after {
  border-left-color: #f18481;
}
.home-shop-btn .u-hoverButton:hover {
  background: #fdfbe8;
}
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.home-shop {
  padding: 30px 0 45px;
}
.home-shop-heading {
  font-size: 4.4rem;
  margin-top: 40px;
}
.home-shop-addbtn a {
  width: 80%;
  font-size: 1.8rem;
  padding: 16px 0;
}
.home-shop-lists {
  max-width: 90%;
  margin: 40px auto 35px;
  display: block;
}
.home-shop-list {
  width: 100%;
  margin: 0 auto 0;
  border-radius: 30px;
  padding: 35px 4%;
}
.home-shop-list:nth-child(n+3),
.home-shop-list:nth-child(n+2) {
  margin-top: 30px;
}
.home-shop-cap {
  padding: 4px 1em;
  margin: 0 auto 15px;
  font-size: 1.2rem;
}
.home-shop-date {
  margin-top: 15px;
  font-size: 1.2rem;
}
.home-shop-txt {
  margin: 10px auto 20px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.home-shop-name {
  font-size: 1.7rem;
}
.home-shop-list .u-hoverButton {
  margin: 15px auto 0;
  max-width: 260px;
  font-size: 1.2rem;
  padding: 14px 0;
}
.home-shop-list .u-hoverButton_lg {
  padding: 6px 0 8px;
}
.home-shop-btn {
  padding-bottom: 50px;
}
.home-shop-btn .u-hoverButton {
  margin: 0 auto;
  border: 5px solid #fdfbe8;
  width: 90%;
  max-width: 100%;
  font-size: 1.7rem;
}
.home-shop-kome {
  width: 100%;
}
}

/* wallpaper
//* -------------------------------------------------- */
.home-wallpaper {
  background: #f7c7c5 url(../images/bg_taste.jpg) center top repeat;
  background-size: 1000px auto;
  padding: 150px 0 150px;
  position: relative;
  text-align: center;
}
.home-wallpaper-heading {
  font-size: 4.4rem;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
  display: table;
  margin: auto;
}
.home-wallpaper-heading:before {
  display: block;
  content: '';
  position: absolute;
  top: -90px;
  left: -48px;
  width: 128px;
  height: 128px;
  background: url(../images/wallpaper-heading01.png) no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
.home-wallpaper-heading:after {
  display: block;
  content: '';
  position: absolute;
  top: -45px;
  right: -28px;
  width: 71px;
  height: 75px;
  background: url(../images/wallpaper-heading02.png) no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
.home-wallpaper-txt {
  margin: 20px auto 0;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
.home-wallpaper-date {
  background: #682a17;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 20px auto 0;
  display: inline-block;
  line-height: 1;
  padding: 5px;
}
.home-wallpaper-date_cap {
  background: #fff;
  display: inline-block;
  color: #682a17;
  font-size: 2rem;
  line-height: 2.5rem;
  padding: 5px 0.5em;
}
.home-wallpaper-date_txt {
  padding: 5px 1em;
}
.home-wallpaper-box {
  margin: 70px auto 0;
  display: flex;
  justify-content: center;
}
.home-wallpaper-img {
  margin: 0 35px;
}
.home-wallpaper .u-hoverButton {
  max-width: 265px;
  font-weight: bold;
  margin: 50px auto 0;
}
.home-wallpaper-note {
  font-size: 1.4rem;
  margin: 60px auto 0;
  display: block;
  max-width: 670px;
  line-height: 2;
  text-align: left;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.home-wallpaper {
  background-size: 500px auto;
  padding: 85px 0 75px;
}
.home-wallpaper-heading {
  font-size: 3.15rem;
}
.home-wallpaper-heading:before {
  top: -60px;
  left: -34px;
  width: 91px;
  height: 91px;
}
.home-wallpaper-heading:after {
  top: -45px;
  right: -18px;
  width: 55px;
  height: 58px;
}
.home-wallpaper-txt {
  margin: 15px auto 0;
  line-height: 2;
  letter-spacing: 0.03em;
  font-size: 1.2rem;
}
.home-wallpaper-date {
  font-size: 1.6rem;
  margin: 15px auto 0;
  padding: 4px;
}
.home-wallpaper-date_cap {
  font-size: 1.3rem;
  line-height: 1.6rem;
  padding: 4px 0.5em;
}
.home-wallpaper-date_txt {
  padding: 4px .5em;
}
.home-wallpaper-box {
  margin: 30px auto 0;
}
.home-wallpaper-img {
  margin: 0 5%;
}
.home-wallpaper .u-hoverButton {
  max-width: 200px;
  margin: 20px auto 0;
  padding: 13px 0;
  font-size: 1.3rem;
}
.home-wallpaper-note {
  font-size: 1rem;
  margin: 30px auto 0;
  max-width: 90%;
}
}

/* contact
//* -------------------------------------------------- */
.home-contact {
  background: #fef8f2;
  position: relative;
  padding-top: 70px;
  text-align: center;
}
.home-contact-inner {
  position: relative;
  z-index: 1;
  background: url(../images/bg_contact.png) repeat;
  background-size: 37px 22px;
  margin: 0 auto;
  padding: 110px 0 120px;
}
.home-contact-heading {
  position: relative;
  line-height: 1;
  color: #f18481;
  font-size: 6.2rem;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.home-contact-sns {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.home-contact-sns-m {
  background: #743b2c;
  width: 90px;
  height: 90px;
  margin: 0 20px;
  border-radius: 50%;
  position: relative;
  display: block;
  transition: all .3s ease-out;
}
.home-contact-sns-m img {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.home-contact-txt {
  margin: 50px auto 0;
}
.home-contact-btn {
  margin: 30px auto 0;
}
.home-contact-btn .u-hoverButton {
  margin: 0 auto;
  border: 5px solid #fbebea;
  background: #fff;
  color: #f18481;
}
.home-contact-btn .u-hoverButton_arrow:after {
  border-left-color: #f18481;
}
.home-contact-caution {
  font-size: 1.2rem;
  text-align: left;
  width: fit-content;
  margin: 60px auto 0;
}
.home-contact-caution a {
  display: inline-block;
  text-decoration: underline;
  color: #743b2c;
}
.home-contact-caution .u-tel {
  text-decoration: none;
}
.home-contact-caution li {
  position: relative;
}
.home-contact-caution li:before {
  display: block;
  content: '※';
  position: absolute;
  left: -1em;
  width: 1em;
  height: 1em;
}
.home-contact-links {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
.home-contact-links li {
  margin: 0 15px;
}
.home-contact-links .u-hoverButton {
  width: 360px;
}

@media screen and (min-width: 1px) and (min-width: 769px) {
.home-contact-btn .u-hoverButton:hover {
  background: #fbebea;
  color: #f18481;
}
.home-contact-sns-m:hover img {
  transform: scale(1.15, 1.15);
}
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.home-contact {
  padding-top: 35px;
  overflow: hidden;
}
.home-contact-inner {
  background-size: 18.5px 11px;
  padding: 55px 0 50px;
}
.home-contact-heading {
  font-size: 4.4rem;
  letter-spacing: 0.2em;
}
.home-contact-sns {
  margin-top: 20px;
}
.home-contact-sns-m {
  width: 64px;
  height: 64px;
  margin: 0 10px;
}
.home-contact-sns-m img {
  width: 40px;
  height: 40px;
}
.home-contact-txt {
  margin: 30px auto 0;
  font-size: 1.2rem;
}
.home-contact-btn {
  margin: 20px auto 0;
  width: 75%;
}
.home-contact-btn .u-hoverButton {
  border: 3px solid #fbebea;
}
.home-contact-caution {
  font-size: 1rem;
  margin: 40px auto 0;
  width: 80%;
}
.home-contact-caution li:before {
  left: -1em;
  width: 1em;
  height: 1em;
}
.home-contact-links {
  width: 75%;
  display: block;
  margin: 25px auto 0;
}
.home-contact-links li {
  margin: 20px auto 0;
}
.home-contact-links .u-hoverButton {
  width: 100%;
  margin: 0 auto;
}
}

.image-lists {
  display: flex;
  justify-content: space-between;
}
.image-box {
  position: relative;
}
.home-intro-top {
  padding: 30px 0% 0 1%;
  width: calc(100% + 3.071vw);
  overflow-x: hidden;
}
.home-intro-bottom {
  padding: 30px 1% 0 0%;
  width: calc(100% + 3.071vw);
  overflow-x: hidden;
  text-indent: -7vw;
}
.home-shop-top {
  padding: 0 3%;
}
.home-contact-bottom {
  padding: 50px 1%;
}
.home-intro-top .image-box,
.home-intro-bottom .image-box {
  height: 12.571vw;
  width: 8.571vw;
}
.home-shop-top .image-box {
  height: 11vw;
  width: 12.857vw;
}
.home-contact-bottom .image-box {
  /*height: 196px;
  width: 158px;*/
  height: 14vw;
  width: 11.286vw;
}
.image-box-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: switch-animation 5s infinite;
}
.home-intro-top .image-box-item img,
.home-intro-bottom .image-box-item img {
  filter: drop-shadow(6px 6px 6px #d7b95b);
}
.home-contact-bottom .image-box-item img {
  filter: drop-shadow(6px 6px 6px #aaa);
}
.image-box-item:nth-of-type(1) {
  animation-delay: 0s;
}
.image-box-item:nth-of-type(2) {
  animation-delay: 2.5s;
}
@keyframes switch-animation {
  0%{ opacity: 0;}
  0.1%{ opacity: 1;}
  50%{ opacity: 1;}
  50.1%{ opacity: 0;}
  100%{ opacity: 0;}
}
.image-box02 .image-box-item {
  animation: switch-animationB 8s infinite;
}
.image-box02 .image-box-item:nth-of-type(1) {
  animation-delay: 0s;
}
.image-box02 .image-box-item:nth-of-type(2) {
  animation-delay: 4s;
}
@keyframes switch-animationB {
  0%{ opacity: 0;}
  0.1%{ opacity: 1;}
  50%{ opacity: 1;}
  50.1%{ opacity: 0;}
  100%{ opacity: 0;}
}
.image-box03 .image-box-item {
  animation: switch-animationC 6s infinite;
}
.image-box03 .image-box-item:nth-of-type(1) {
  animation-delay: 0s;
}
.image-box03 .image-box-item:nth-of-type(2) {
  animation-delay: 3s;
}
@keyframes switch-animationC {
  0%{ opacity: 0;}
  0.1%{ opacity: 1;}
  50%{ opacity: 1;}
  50.1%{ opacity: 0;}
  100%{ opacity: 0;}
}


@media screen and (min-width: 1px) and (max-width: 768px) {
.home-intro-top .image-box,
.home-intro-bottom .image-box {
  height: 25.2vw;
  width: 16.533vw;
}
.home-intro-top {
  padding: 10px 1.5% 0;
  width: 100%;
}
.home-intro-top .image-box-item img,
.home-intro-bottom .image-box-item img {
  filter: drop-shadow(4px 4px 4px #d7b95b);
}
.home-contact-bottom .image-box-item img {
  filter: drop-shadow(3px 3px 3px #bbb);
}
.home-intro-bottom {
  padding: 20px 0 0%;
  width: calc(100% + 18.533vw);
  text-indent: -18vw;
}
.home-shop-top .image-box {
  height: 23.857vw;
  width: 28.284vw;
}
.home-contact-bottom {
  padding: 30px 0;
  width: 104%;
  margin-left: -2%;
}
.home-contact-bottom .image-box {
  height: 27vw;
  width: 22.571vw;
}
}

