@charset "UTF-8";
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////
三角形
//////////////////////////////////　*/
/*　////////////////////////////////
矢印
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
/*　////////////////////////////////
TOPメイン画像
//////////////////////////////////　*/
.all-wrapper {
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  top
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /* ---------- top --------------- */
}
.all-wrapper #top {
  /*----- .top-main-visual ------------------------------------*/
  /*----- .top-kikurage ------------------------------------*/
  /*----- .top-shop ------------------------------------*/
  /*----- .top-recipe ------------------------------------*/
  /*----- .top-info ------------------------------------*/
}
.all-wrapper #top .top-main-visual {
  position: relative;
  margin-top: -1px;
}
.all-wrapper #top .top-main-visual .top-cloud {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.all-wrapper #top .top-main-visual .top-cloud img {
  width: 100%;
  height: auto;
}
.all-wrapper #top .top-main-visual .main-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.all-wrapper #top .top-main-visual .main-area .illust-area, .all-wrapper #top .top-main-visual .main-area .img-area {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.all-wrapper #top .top-main-visual .main-area .illust-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 15px 30px;
  position: relative;
  --base-width: clamp(280px, 40vw, 580px);
}
.all-wrapper #top .top-main-visual .main-area .illust-area .cloud {
  position: absolute;
  -webkit-animation: move_cloud 4s infinite ease-in-out 0.5s both;
          animation: move_cloud 4s infinite ease-in-out 0.5s both;
}
@-webkit-keyframes move_cloud {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes move_cloud {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.all-wrapper #top .top-main-visual .main-area .illust-area .illust-base {
  max-width: var(--base-width);
}
.all-wrapper #top .top-main-visual .main-area .illust-area .cloud01 {
  max-width: calc(var(--base-width) * 0.17);
  top: 25%;
  right: 4%;
}
.all-wrapper #top .top-main-visual .main-area .illust-area .cloud02 {
  max-width: calc(var(--base-width) * 0.23);
  top: 50%;
  left: 5%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.all-wrapper #top .top-main-visual .main-area .illust-area .txt01 {
  max-width: calc(var(--base-width) * 0.55);
}
.all-wrapper #top .top-main-visual .main-area .illust-area .kunichan {
  max-width: calc(var(--base-width) * 0.41);
  margin-top: -37px;
}
.all-wrapper #top .top-main-visual .main-area .illust-area .txt02 {
  max-width: calc(var(--base-width) * 0.55);
  margin: 20px 0 30px;
}
.all-wrapper #top .top-main-visual .main-area .img-area {
  padding-left: 10vw;
  text-align: right;
}
.all-wrapper #top .top-main-visual .main-area .img-area img {
  display: inline-block;
  max-width: 800px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .all-wrapper #top .top-main-visual .main-area .illust-area, .all-wrapper #top .top-main-visual .main-area .img-area {
    width: 50%;
  }
  .all-wrapper #top .top-main-visual .main-area .illust-area {
    padding: 50px 3vw;
  }
  .all-wrapper #top .top-main-visual .main-area .illust-area .kunichan {
    margin-top: -55px;
  }
  .all-wrapper #top .top-main-visual .main-area .illust-area .txt02 {
    margin: 30px 0 45px;
  }
  .all-wrapper #top .top-main-visual .main-area .img-area {
    padding-left: 3vw;
  }
}
.all-wrapper #top .top-kikurage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0 30px;
  background: #6d2f00;
  color: #fff;
  position: relative;
  margin: 60px 0 100px;
  /*
  .wave{
  	position: absolute;
     left: 0;
     width: 100vw;
     height: auto;
     z-index: -1;
  }
  .wave-top{
  	bottom: 100%;
     transform: translateY(1px);
  }
  .wave-bottom{
  	top: 100%;
     transform: translateY(-1px);
  }
  */
}
.all-wrapper #top .top-kikurage .tpo-kikurage-title {
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-style: normal;
  color: #ffe02c;
  margin-bottom: 25px;
}
.all-wrapper #top .top-kikurage .tpo-kikurage-title span {
  line-height: 1.4;
  display: block;
}
.all-wrapper #top .top-kikurage .tpo-kikurage-title .txt-s {
  font-size: clamp(1.9rem, 2.45vw, 3rem);
}
.all-wrapper #top .top-kikurage .tpo-kikurage-title .txt-l {
  font-size: clamp(2.6rem, 3.5vw, 4.4rem);
}
.all-wrapper #top .top-kikurage .right-box, .all-wrapper #top .top-kikurage .left-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 1;
}
.all-wrapper #top .top-kikurage .right-box {
  padding: 0 15px;
  margin-bottom: 25px;
}
.all-wrapper #top .top-kikurage .left-box {
  padding-right: 15vw;
  text-align: left;
}
.all-wrapper #top .top-kikurage .left-box img {
  display: inline-block;
  max-width: 800px;
  width: 100%;
  height: auto;
}
.all-wrapper #top .top-kikurage .txt-area {
  max-width: 700px;
}
.all-wrapper #top .top-kikurage .tk-txt {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 500;
}
.all-wrapper #top .top-kikurage .dot-circle {
  position: absolute;
  top: 25%;
  right: 0;
  max-width: 345px;
  width: 40vw;
  height: auto;
}
.all-wrapper #top .top-kikurage::before, .all-wrapper #top .top-kikurage::after {
  content: "";
  position: absolute;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  left: 0;
}
.all-wrapper #top .top-kikurage::before {
  background-image: url("/img/top/brown_wave_top.svg");
  height: 6.689vw;
  bottom: 100%;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.all-wrapper #top .top-kikurage::after {
  background-image: url("/img/top/brown_wave_bottom.svg");
  height: 7.69vw;
  top: 100%;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media (min-width: 768px) {
  .all-wrapper #top .top-kikurage {
    padding: 20px 0;
    margin: 120px 0 180px;
  }
  .all-wrapper #top .top-kikurage .tpo-kikurage-title {
    margin-bottom: 35px;
  }
  .all-wrapper #top .top-kikurage .right-box, .all-wrapper #top .top-kikurage .left-box {
    width: 50%;
  }
  .all-wrapper #top .top-kikurage .right-box {
    padding: 0 5vw 0 0;
    margin-bottom: 0;
  }
  .all-wrapper #top .top-kikurage .left-box {
    padding-right: 5vw;
  }
  .all-wrapper #top .top-kikurage .dot-circle {
    top: 30%;
    width: 25vw;
  }
}
@media (min-width: 1220px) {
  .all-wrapper #top .top-kikurage {
    margin: 120px 0 250px;
  }
}
@media (min-width: 1500px) {
  .all-wrapper #top .top-kikurage {
    margin: 120px 0 320px;
  }
}
.all-wrapper #top .top-shop .contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.all-wrapper #top .top-shop .contents-wrap .left-box, .all-wrapper #top .top-shop .contents-wrap .right-box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}
.all-wrapper #top .top-shop .contents-wrap .left-box {
  position: relative;
}
.all-wrapper #top .top-shop .contents-wrap .left-box .bg-illust {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 240px;
  width: clamp(270px, 50vw, 500px);
  height: auto;
  z-index: -1;
  opacity: 0.7;
}
.all-wrapper #top .top-shop .contents-wrap .right-box {
  margin-bottom: 10px;
}
.all-wrapper #top .top-shop .contents-wrap .right-box img {
  max-width: 900px;
  width: 100%;
  height: auto;
}
.all-wrapper #top .top-shop .contents-wrap .shop-title {
  text-align: center;
  margin-bottom: 30px;
}
.all-wrapper #top .top-shop .contents-wrap .shop-title img {
  width: 200px;
  width: clamp(200px, 25vw, 270px);
  height: auto;
}
@media (min-width: 768px) {
  .all-wrapper #top .top-shop .contents-wrap .left-box {
    width: 40%;
    padding: 0 2vw 0 5vw;
  }
  .all-wrapper #top .top-shop .contents-wrap .right-box {
    width: 60%;
    margin-bottom: 0;
  }
}
.all-wrapper #top .top-recipe .contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.all-wrapper #top .top-recipe .contents-wrap .left-box, .all-wrapper #top .top-recipe .contents-wrap .right-box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}
.all-wrapper #top .top-recipe .contents-wrap .left-box {
  margin-bottom: 15px;
  text-align: right;
}
.all-wrapper #top .top-recipe .contents-wrap .left-box img {
  display: inline-block;
  max-width: 600px;
  width: 100%;
  height: auto;
}
.all-wrapper #top .top-recipe .contents-wrap .right-box {
  position: relative;
}
.all-wrapper #top .top-recipe .contents-wrap .right-box .bg-illust {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 240px;
  width: clamp(240px, 44vw, 440px);
  height: auto;
  z-index: -1;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .all-wrapper #top .top-recipe .contents-wrap .left-box, .all-wrapper #top .top-recipe .contents-wrap .right-box {
    width: 50%;
  }
  .all-wrapper #top .top-recipe .contents-wrap .left-box {
    margin-bottom: 0px;
  }
  .all-wrapper #top .top-recipe .contents-wrap .right-box {
    padding: 0 5vw 0 2vw;
  }
}
.all-wrapper #top .top-info .news-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 820px;
  margin: 0 auto 40px;
  background: #fffdf8;
  border-radius: 5px;
  padding: 20px;
}
.all-wrapper #top .top-info .news-list .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.all-wrapper #top .top-info .news-list .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, #f8b600 2px, transparent 2px);
  background-size: 10px 4px;
  background-repeat: repeat-x;
}
.all-wrapper #top .top-info .news-list .title .day, .all-wrapper #top .top-info .news-list .title .title-txt {
  width: 100%;
}
@media (min-width: 768px) {
  .all-wrapper #top .top-info .news-list {
    padding: 30px 40px;
  }
  .all-wrapper #top .top-info .news-list .title .day, .all-wrapper #top .top-info .news-list .title .title-txt {
    width: auto;
  }
  .all-wrapper #top .top-info .news-list .title .day {
    margin-right: 30px;
  }
}