/* ==============================
  base
============================== */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
/* ==============================
  index
  ---------------------------
  intro
    >_title /_text /_sub

  concept
    >_title /_text

  product
    >
  review
  news
  crowdfunding


============================== */
.intro {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  background-color: #fff;
}

.intro .deco_seigaiha::before, .intro .deco_seigaiha::after {
  z-index: 1;
}

.intro_list {
  height: 100%;
}

.intro_list .slick-list,
.intro_list .slick-track {
  height: 100%;
}

.intro_list__item {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.intro_list__item1 {
  background-image: url(../img/index/intro/i_m1.jpg);
}

.intro_list__item2 {
  background-image: url(../img/index/intro/i_m2.jpg);
}

.intro_list__item3 {
  background-image: url(../img/index/intro/i_m3.jpg);
}

.intro_list__item4 {
  background-image: url(../img/index/intro/i_m4.jpg);
}

@media screen and (min-width: 769px) {
  .intro_list__item1 {
    background-image: url(../img/index/intro/i_p1.jpg);
  }
  .intro_list__item2 {
    background-image: url(../img/index/intro/i_p2.jpg);
  }
  .intro_list__item3 {
    background-image: url(../img/index/intro/i_p3.jpg);
  }
  .intro_list__item4 {
    background-image: url(../img/index/intro/i_p4.jpg);
  }
}

.retort {
  position: relative;
}

.retort::before {
  display: block;
  position: absolute;
  top: -101px;
  left: 0;
  width: 100%;
  height: 102px;
  background: #fff;
  content: "";
}

.retort::after {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/index/retort/bg_retort.jpg) center no-repeat;
  background-size: cover;
  content: "";
}

@media screen and (min-width: 769px) {
  .retort::after {
    background: url(../img/index/retort/bg_retort_p.jpg) center no-repeat;
    background-size: cover;
  }
}

.retort .deco_seigaiha {
  margin-top: 100px;
}

.retort_inner {
  position: relative;
}

@media screen and (min-width: 769px) {
  .retort_inner {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
}

@media screen and (min-width: 769px) {
  .retort_header {
    background: #fff;
  }
}

.retort_content {
  margin: 100px 10px;
  padding: 20px;
  background: white;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .retort_content {
    margin: 0px 10px 100px;
    padding: 40px;
  }
}

.retort_content h3 {
  color: #e55445;
  font-size: 3rem;
  line-height: 1.2;
  padding-bottom: 15px;
}

.retort_content .cff-more_btn {
  margin-bottom: 10px;
}

.service {
  padding-top: 50px;
  background: #fff;
}

.service.processing {
  padding-top: 100px;
  margin-top: -1px;
}

.service.cafeteria {
  padding-bottom: 100px;
}

.service_inner {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .service_inner {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
}

.service_header {
  position: absolute;
  left: 0;
  top: 75vw;
  padding: 10px 0 0 10px;
  width: 250px;
  border-radius: 10px;
  background: #fff;
  text-align: left;
  z-index: 1;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .service_header {
    padding: 0;
    top: 100px;
    left: auto;
    right: 0;
    width: 350px;
    line-height: 1.4;
    letter-spacing: 2px;
    background: none;
  }
  .service_header.kityou_header {
    top: 0px;
  }
  .service_header.bakery_header {
    top: 0px;
  }
  .service_header.cafeteria_header {
    top: 0px;
  }
}

.service_header--title {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.service_header--title img {
  width: 70%;
  margin: auto;
  display: block;
}

@media screen and (min-width: 769px) {
  .service_header--title {
    font-size: 3.5rem;
    margin-bottom: 25px;
  }
}

.service_header--title span {
  display: block;
}

.service_data {
  position: relative;
  padding-bottom: 120px;
  margin-left: 10px;
  margin-right: 10px;
}

.service_data.bakery_data {
  padding-bottom: 150px;
}

@media screen and (min-width: 769px) {
  .service_data.bakery_data {
    margin: 0;
    padding-bottom: 50px;
  }
}

.service_data.cafeteria_data {
  padding-bottom: 160px;
}

@media screen and (min-width: 769px) {
  .service_data.cafeteria_data {
    margin: 0;
    padding-bottom: 50px;
  }
}

.service_data.kityou_data {
  padding-bottom: 170px;
}

@media screen and (min-width: 769px) {
  .service_data.kityou_data {
    margin: 0;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  .service_data {
    margin: 0;
    padding-bottom: 50px;
  }
}

.service_data--en {
  position: absolute;
  left: 15px;
  top: 0;
  width: 100%;
  text-align: center;
  font-family: 'Zeyada', cursive;
  letter-spacing: 2px;
  font-size: 2.2rem;
  font-weight: bold;
  -webkit-transform: rotate(-90deg) translate(-40%, -47vw);
  -ms-transform: rotate(-90deg) translate(-40%, -47vw);
  transform: rotate(-90deg) translate(-40%, -47vw);
}

@media screen and (min-width: 769px) {
  .service_data--en {
    width: 500px;
    left: 0;
    -webkit-transform: rotate(-90deg) translate(-234px, -225px);
    -ms-transform: rotate(-90deg) translate(-234px, -225px);
    transform: rotate(-90deg) translate(-234px, -225px);
    font-size: 3rem;
  }
}

.service_data--img {
  margin: 0 0 0 auto;
  width: 85vw;
  height: 85vw;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .service_data--img {
    width: 500px;
    height: 500px;
    margin: 0 450px 0 auto;
  }
}

.service_data--img img {
  width: 100%;
}

.service_gallery {
  width: 130%;
  margin-left: 10px;
}

@media screen and (min-width: 769px) {
  .service_gallery {
    width: 100%;
    margin-left: 0px;
  }
}

.service_gallery img {
  width: 100%;
}

.service_gallery .gallerylist__item {
  border-radius: 10px;
  overflow: hidden;
  margin-right: 5px;
}

.service_shop {
  margin: 10px 10px 5px;
  padding: 10px 10px 20px;
  background: #f5f5f5;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  text-align: left;
}

@media screen and (min-width: 769px) {
  .service_shop {
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
    margin: 0;
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    background: none;
  }
  .service_shop.kityou_shop {
    top: 300px;
  }
  .service_shop.bakery_shop {
    top: 300px;
  }
  .service_shop.cafeteria_shop {
    top: 280px;
  }
}

@media screen and (min-width: 769px) {
  .service_shop dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.service_shop dt {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .service_shop dt {
    width: 70px;
  }
}

.service_shop dd {
  padding: 0 0 0 20px;
}

@media screen and (min-width: 769px) {
  .service_shop dd {
    padding: 0 0 0 10px;
    width: 280px;
  }
  .service_shop dd.d_100 {
    padding-left: 80px;
  }
}

.service_shop .d_100 {
  width: 100%;
}

.press {
  margin-top: -1px;
  padding-bottom: 100px;
  background: #fff;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .press_inner {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
}

.press_content {
  margin: 50px 10px 0;
}

.press_list__item {
  margin-bottom: 20px;
}

.about {
  position: relative;
}

.about::before {
  display: block;
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  content: "";
}

.about::after {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/index/sponsor/bg_m.jpg) center no-repeat;
  background-size: cover;
  content: "";
}

@media screen and (min-width: 769px) {
  .about::after {
    background: url(../img/index/sponsor/bg_p.jpg) center no-repeat;
    background-size: cover;
  }
}

.about .deco_seigaiha {
  margin-bottom: 100px;
}

.about_inner {
  position: relative;
}

@media screen and (min-width: 769px) {
  .about_inner {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
}

@media screen and (min-width: 769px) {
  .about_header {
    background: rgba(255, 255, 255, 0.75);
  }
}

.about_content {
  margin: 100px 10px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.75);
  text-align: left;
}

@media screen and (min-width: 769px) {
  .about_content {
    margin: 0px 10px 100px;
    padding: 40px;
  }
}

.sponsorship {
  position: relative;
  margin-top: -1px;
}

.sponsorship::after {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/index/sponsor/bg_m.jpg) center no-repeat;
  background-size: cover;
  content: "";
}

@media screen and (min-width: 769px) {
  .sponsorship::after {
    background: url(../img/index/sponsor/bg_p.jpg) center no-repeat;
    background-size: cover;
  }
}

.sponsorship_inner {
  position: relative;
}

@media screen and (min-width: 769px) {
  .sponsorship_inner {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
}

@media screen and (min-width: 769px) {
  .sponsorship_header {
    background: rgba(255, 255, 255, 0.75);
  }
}

.sponsorship_content {
  margin: 100px 10px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.75);
  text-align: left;
}

@media screen and (min-width: 769px) {
  .sponsorship_content {
    margin: 0px 10px 100px;
    padding: 40px;
  }
}

.access {
  position: relative;
  padding: 100px 0;
  background: #fff;
  margin-top: -1px;
}

.access_inner {
  position: relative;
}

@media screen and (min-width: 769px) {
  .access_inner {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
}

@media screen and (min-width: 769px) {
  .access_header {
    background: rgba(255, 255, 255, 0.75);
  }
}

.access_content {
  padding: 20px 10px 0;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .access_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.access .shop_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .access .shop_header {
    width: 100%;
  }
}

.access .shop_header--img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}

.access .shop_header--img img {
  width: 100%;
}

.access .shop_header--text {
  font-weight: bold;
  font-size: 1.8rem;
  padding-left: 10px;
}

.access .shop_map {
  margin-bottom: 10px;
  height: 300px;
}

@media screen and (min-width: 769px) {
  .access .shop_map {
    width: 60%;
    height: 360px;
    margin-bottom: 0px;
  }
}

.access .shop_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .access .shop_data {
    width: 40%;
    padding-left: 20px;
  }
}

.access .shop_data dt {
  position: relative;
  padding: 2px;
  border-radius: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#015eea), to(#00c0fa));
  background: -webkit-linear-gradient(left, #015eea, #00c0fa);
  background: linear-gradient(90deg, #015eea, #00c0fa);
  color: #0683f0;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .access .shop_data dt {
    font-size: 1.8rem;
  }
}

.access .shop_data dt .shop_data--dt_inner {
  display: block;
  background: #fff;
  padding: 5px 10px;
  border-radius: 12px;
}

.access .shop_data dd {
  width: 100%;
  margin: 10px 0 10px 20px;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .access .shop_data dd {
    font-size: 1.8rem;
    margin: 5px 0 5px 20px;
  }
}

.access .shop_data *:last-child {
  margin-bottom: 0;
}
