@font-face {
  font-family: "Lobster";
  src: url(../fonts/lobster/Lobster1.4.otf);
}
/* ===========
main_visual
=========== */
.home_main_visual {
  height: 300px;
  background-image: url(../img/home/mv/home_mv.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 340px;
  position: relative;
}
@media (min-width: 768px) {
  .home_main_visual {
    height: 634px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .home_main_visual_inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 90px;
  }
}

@media (min-width: 768px) {
  .home_main_visual_text {
    width: 50%;
  }
}

.home_main_visual_img {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  width: 320px;
  max-width: 90%;
  position: absolute;
  top: 225px;
  left: 16px;
  right: 16px;
}
@media (min-width: 768px) {
  .home_main_visual_img {
    position: static;
    top: auto;
    left: auto;
    right: auto;
  }
}
.home_main_visual_img img {
  width: 100%;
}

.home_main_visual_text_area {
  position: absolute;
  top: 300px;
  left: 16px;
  right: 16px;
}
@media (min-width: 768px) {
  .home_main_visual_text_area {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 40px;
  }
}

.home_main_visual_page_title {
  color: #684932;
  font-size: 2.3rem;
  line-height: 1.9130434783;
  letter-spacing: 0.03em;
  font-family: "ten-mincho", serif;
  font-weight: bold;
}
@media (min-width: 768px) {
  .home_main_visual_page_title {
    width: 140%;
  }
}

.home_main_visual_lead {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .home_main_visual_lead {
    width: calc((478 / 470) * 100%);
  }
}

/* ===========
cta
=========== */
.home_cta {
  background-color: #F8F1D9;
  padding-top: 122px;
  padding-bottom: 80px;
  position: relative;
}
@media (min-width: 768px) {
  .home_cta {
    padding-top: 140px;
  }
}
.home_cta::before {
  position: absolute;
  content: "";
  background-color: #F8F1D9;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
  height: 52px;
  border-top-left-radius: 75px 26px;
  border-top-right-radius: 75px 26px;
  border-bottom-right-radius: 75px 26px;
  border-bottom-left-radius: 75px 26px;
}
@media (min-width: 768px) {
  .home_cta::before {
    top: -62px;
    width: 470px;
    height: 164px;
    border-top-left-radius: 235px 82px;
    border-top-right-radius: 235px 82px;
    border-bottom-right-radius: 235px 82px;
    border-bottom-left-radius: 235px 82px;
  }
}

@media (min-width: 768px) {
  .home_cta_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home_cta_item:not(:first-child) {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .home_cta_item:not(:first-child) {
    margin-top: 0;
  }
}
.home_cta_item a {
  display: block;
}
/* ===========
sweets
=========== */
.home_sweets {
  padding-top: 80px;
  padding-bottom: 20px;
  position: relative;
  background-image: url(../img/home/sweets/home_sweets_bk2.png);
  background-position: bottom center;
  background-size: 100% 40px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .home_sweets {
    padding-bottom: 40px;
  }
}
.home_sweets::after {
  position: absolute;
  content: "";
  height: 221px;
  background-image: url(../img/common/pattern-stripe-round.png);
  background-size: 221px;
  background-repeat: repeat-x;
  background-position: top center;
  width: 100%;
  top: 0;
  z-index: -2;
}
@media (min-width: 768px) {
  .home_sweets::after {
    height: 310px;
    background-size: 310px;
  }
}

.home_sweets_lead {
  color: #684932;
  font-family: "ten-mincho", serif;
  letter-spacing: 0.03em;
  font-size: 2rem;
  text-align: center;
  margin-top: 0;
}

.home_sweets_title {
  margin-top: 26px;
}

.home_sweets_content {
  margin-top: 100px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .home_sweets_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }
}

.home_sweets_content_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .home_sweets_content_left {
    width: calc(50% - 40px * 1 / 2);
  }
}

.home_sweets_content_img1 {
  position: relative;
}
.home_sweets_content_img1::before {
  position: absolute;
  content: "";
  background-color: #ECE4E1;
  width: 30%;
  height: 36%;
  z-index: -1;
  top: -10px;
  left: -10px;
}
.home_sweets_content_img1::after {
  position: absolute;
  content: "";
  background-color: #ECE4E1;
  width: 30%;
  height: 36%;
  z-index: -1;
  bottom: -10px;
  right: -10px;
}
.home_sweets_content_img2 {
  width: calc(50% - 30px * 1 / 2);
  padding-top: 150px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .home_sweets_content_img2 {
    margin-top: 70px;
    width: 50%;
  }
}
.home_sweets_content_img3 {
  width: calc(50% - 30px * 1 / 2);
  margin-left: 30px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .home_sweets_content_img3 {
    margin-top: 70px;
    margin-left: 0px;
    width: 50%;
    position: relative;
    left: 40px;
  }
}
.home_sweets_content_right {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .home_sweets_content_right {
    width: calc(50% - 40px * 1 / 2);
    margin-left: 40px;
    margin-top: 100px;
  }
}

.home_sweets_content_text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.5;
}

.home_sweets_content_logo {
  text-align: center;
}
@media (min-width: 768px) {
  .home_sweets_content_logo {
    margin: 100px 45px 0;
  }
}
.home_sweets_bottom_img {
  position: relative;
  max-height: 497px;
}
.home_sweets_bottom_img img {
  max-height: 497px;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.home_sweets_bottom_treat {
  position: absolute;
  top: -60px;
  right: 24px;
  width: 115px;
}
@media (min-width: 1024px) {
  .home_sweets_bottom_treat {
    right: calc(50% - 486px);
  }
}
.home_sweets_bottom_treat img {
  min-height: auto;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
}

/* ===========
line_up
=========== */
.home_line_up {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .home_line_up {
    padding-top: 100px;
    padding-bottom: 125px;
  }
}

.home_line_up_inner {
  max-width: 1096px;
}

.home_line_up_items {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .home_line_up_items {
    margin-top: 100px;
  }
}

.home_line_up_item:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .home_line_up_item:not(:first-child) {
    margin-top: 100px;
  }
}
.home_line_up_item:nth-child(2n) .home_line_up_item_title_treat {
  left: 21px;
  right: auto;
}

.home_line_up_item_title {
  padding: 40px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .home_line_up_item_title {
    padding: 0;
  }
}
.home_line_up_item_title:before {
  content: "";
  width: 100%;
  height: 15px;
  display: block;
  background: url(../img/home/line_up/sp/border.png);
  background-repeat: repeat-x;
  background-size: 20px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .home_line_up_item_title:before {
    display: none;
  }
}

.home_line_up_item_title_treat {
  display: none;
  position: absolute;
  top: 25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 21px;
  width: calc((295 / 1366) * 100vw);
  max-width: 295px;
}
@media (min-width: 768px) {
  .home_line_up_item_title_treat {
    display: block;
  }
}
.home_line_up_item_imgs {
  text-align: center;
}
@media (min-width: 768px) {
  .home_line_up_item_imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 114px 62px 0;
  }
}

.home_line_up_item_img {
  padding: 40px;
}
@media (min-width: 768px) {
  .home_line_up_item_img {
    padding: 0;
  }
  .home_line_up_item_img:not(:first-child) {
    margin-left: 47px;
  }
}
.home_line_up_item_img img {
  border-radius: 50%;
  width: 266px;
  height: auto;
}

.home_line_up_item_text {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 2.3333333333;
  letter-spacing: 0.015em;
  text-align: center;
}
@media (min-width: 768px) {
  .home_line_up_item_text {
    margin-top: 70px;
  }
}

.home_line_up_item_btn {
  margin-top: 40px;
  text-align: center;
}
.home_line_up_item_btn a {
  margin: 0 auto;
}

.home_line_up_btn {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .home_line_up_btn {
    margin-top: 100px;
  }
}
.home_line_up_btn a {
  display: block;
  width: 236px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .home_line_up_btn a {
    width: 282px;
  }
}
@media (min-width: 768px) {
  .home_line_up_btn a::before {
    position: absolute;
    content: "";
    background-image: url(../img/home/line_up/home_line_up_onlineshop_btn_treat.png);
    display: inline-block;
    background-repeat: no-repeat;
    z-index: -1;
    width: 250px;
    height: 250px;
    background-size: 250px;
    top: -95px;
    left: -140px;
  }
}
/* ===========
instagram
=========== */
.home_instagram {
  width: 100%;
  background-image: url(../img/common/pattern-stripe.png);
  background-position: center calc(80px + 74px + 40px + 15px + 15px + ((343 / 375 * 1 / 20) * (100vw - 32px)));
  background-size: 300px;
  background-repeat: repeat-x;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media (min-width: 768px) {
  .home_instagram {
    background-position: center 400px;
  }
}
.home_instagram::before {
  position: absolute;
  content: "";
  background-color: #F1E4EB;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
  height: 52px;
  border-top-left-radius: 75px 26px;
  border-top-right-radius: 75px 26px;
  border-bottom-right-radius: 75px 26px;
  border-bottom-left-radius: 75px 26px;
}
@media (min-width: 768px) {
  .home_instagram::before {
    top: -62px;
    width: 470px;
    height: 164px;
    border-top-left-radius: 235px 82px;
    border-top-right-radius: 235px 82px;
    border-bottom-right-radius: 235px 82px;
    border-bottom-left-radius: 235px 82px;
  }
}
.home_instagram::after {
  position: absolute;
  content: "";
  background: #F1E4EB;
  width: 100%;
  height: calc(80px + 74px + 40px + 15px + 15px + ((343 / 375 * 1 / 20) * (100vw - 32px)));
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .home_instagram::after {
    height: 400px;
  }
}

.home_instagram_inner {
  position: relative;
  z-index: 2;
  max-width: 767px;
}
@media (min-width: 768px) {
  .home_instagram_inner {
    height: 1350px;
  }
}

.home_instagram_heading {
  position: relative;
}
.home_instagram_heading::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/home/instagram/home_instagram_title_treat.png);
  width: 50px;
  height: 35px;
  background-size: 50px 35px;
  background-repeat: no-repeat;
  top: -30px;
  left: calc(50% - 110px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .home_instagram_heading::before {
    width: 70px;
    height: 55px;
    background-size: 70px 55px;
    top: 45px;
    left: calc(50% - 200px);
  }
}

.home_instagram_title {
  display: none;
}
@media (min-width: 768px) {
  .home_instagram_title {
    display: block;
    width: 369px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .home_instagram_title_sp {
    display: none;
  }
}

.home_instagram_items {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .home_instagram_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 70px;
  }
}

@media (min-width: 768px) {
  .home_instagram_item {
    width: calc(33.3333% - 30px * 2 / 3);
  }
}
.home_instagram_item:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .home_instagram_item:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .home_instagram_item:not(:nth-child(3n+1)) {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .home_instagram_item:nth-child(n+4) {
    margin-top: 25px;
  }
}
.home_instagram_btn {
  margin-top: 10px;
}
.home_instagram_btn a {
  margin: 0 auto;
  background-color: #FFFFFF8C;
  padding-left: 50px;
  position: relative;
}
.home_instagram_btn a::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/instagram_icon.png);
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
}
.home_instagram_btn a:hover::before {
  background-image: url(../img/common/instagram_icon_hover.png);
}

.home_instagram_bottom_img {
  position: absolute;
  max-height: 497px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.home_instagram_bottom_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 210px;
}
@media (min-width: 768px) {
  .home_instagram_bottom_img img {
    height: 497px;
  }
}
/*# sourceMappingURL=home.css.map */