@charset "UTF-8";
/* ===============================
共通スタイル
=============================== */
.bg-beige {
  background: #f7f5f1;
}

.btn-center {
  text-align: center;
}

.btn-red a {
  display: inline-block;
  padding: 0.2em 1em;
  background: #c7000b;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
}

.btn-olive a {
  display: inline-block;
  padding: 0.2em 1em;
  background: #b1a459;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
}

.btn-orange a {
	display: inline-block;
	padding: 0.2em 1em;
	background: #e67817;
	color: #fff;
	text-decoration: none;
	border-radius: 20px;
}

.font-bold {
  font-weight: bold;
}

/* ナビ */
.main-menu-container .onlineshop a {
  font-weight: bold;
  color: #c7000b;
  text-decoration: none;
}

/* セレクトボックス：言語切り替え */
.formlink {
  position: relative;
  border-radius: 5px;
  background: #a0a0a0;
  font-size: 1rem;
}

.formlink::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  pointer-events: none;
}

.formlink select {
  inline-size: 100%;
  padding: 0.25em 2em 0.25em 1em;
  color: #ffffff;
  background: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  appearance: none;
}

.formlink option {
  color: #000;
}

/* メインビジュアル */
article,
#globalFooter {
  background: #fff;
  position: relative;
}

#mainVisual .loading {
  width: 100vw;
  height: 100vh;
  background: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
}

#mainVisual .swiper-slide {
  opacity: 0;
}

#mainVisual .swiper-slide,
#mainVisual .swiper-wrapper,
#mainVisual .visual {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
}

#mainVisual .fixed {
  position: fixed;
  top: 0;
  left: 0;
}

#mainVisual .visual figure {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 7s ease;
  transform: scale(1);
}

#mainVisual .visual .swiper-slide-active figure {
  transform: scale(1.25);
}

#mainVisual .visual1 {
  background-image: url(../img/main01_sp.jpg);
}

#mainVisual .visual2 {
  background-image: url(../img/main02_sp.jpg);
}

#mainVisual .visual3 {
  background-image: url(../img/main03_sp.jpg);
}

#mainVisual .visual4 {
  background-image: url(../img/main04_sp.jpg);
}

#mainVisual .visual5 {
  background-image: url(../img/main05_sp.jpg);
}

#mainVisual .visual6 {
  background-image: url(../img/main06_sp.jpg);
}

#mainVisual header {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  opacity: 0;
  transition: opacity 2.3s;
  transform: translateY(-50%);
  z-index: 0;
}

#mainVisual header.visible {
  opacity: 1;
}

/* ショップおすすめ商品リンク */
.shop-reccomend {
  padding: 3rem 0;
  background: #ffd9db;
}

/* ごあいさつ */
.about-section {
  padding: 2em 0 3.5em;
  line-height: 1.7;
}

.about-section .sub-title {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}

.about-from-container {
  display: flex;
  justify-content: flex-end;
  margin: 1em 0 0 0;
}

.about-from {
  padding: 10px 60px 10px 0;
  background: url(../img/about-hanko.png) no-repeat right center;
  background-size: contain;
}

/* ラインナップ */
.shichimi {
  color: #c7000b;
}

.shio {
  color: #b1a459;
}

.okashi {
	color: #e67817;
}

.lineup .sub-title.shichimi {
  background-image: url(../img/lineup_title_red_pc.png);
  background-repeat: no-repeat;
  background-position: center;
}

.lineup .sub-title.shio {
  background-image: url(../img/lineup_title_olive_pc.png);
  background-repeat: no-repeat;
  background-position: center;
}

.lineup .sub-title.okashi {
	background-image: url(../img/lineup_title_orange_pc.png);
	background-repeat: no-repeat;
	background-position: center;
}

.sub-title {
  background-size: contain;
}

.lineup .btn-red a, .lineup .btn-olive a, .lineup .btn-orange a {
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  background-size: auto 100%;
  width: 820px;
  height: 90px;
  line-height: 90px;
  padding: 0;
  margin-top: 60px;
  border-radius: 50px;
}
.lineup .btn-red a {
  background: url(../img/btn_bg_red.jpg) repeat-x center center;
}
.lineup .btn-olive a {
  background: url(../img/btn_bg_olive.jpg) repeat-x center center;
}
.lineup .btn-orange a {
	background: url(../img/btn_bg_orange.jpg) repeat-x center center;
}

/*店舗一覧*/
#shoplist {
  padding: 10rem 0;
}
#shoplist .sub-title {
  margin-bottom: 1em;
}
#shoplist .shoplistbox {
  text-align: left;
  margin-bottom: 70px;
}
#shoplist .shoplistbox:last-child {
  margin-bottom: 0;
}
#shoplist .shoplistbox .shop-title {
  color: #c7000b;
  border-top: #c7000b solid 1px;
  border-bottom: #c7000b solid 1px;
  font-size: 2.4rem;
  padding: 0.3em 0;
  margin-bottom: 1em;
  text-align: center;
}
#shoplist .shoplistbox .tit {
  font-size: 2rem;
  padding-left: 0.8em;
  position: relative;
}
#shoplist .shoplistbox .tit::before {
  content: "";
  display: block;
  width: 6px;
  height: 2rem;
  background-color: #c7000b;
  position: absolute;
  left: 0;
  top: 0.4em;
}
#shoplist .shoplistbox .shop-main {
  display: flex;
  justify-content: space-between;
}
#shoplist .shoplistbox .shop-main .shop {
  width: calc((100% - 60px) / 3);
}
#shoplist .shoplistbox .shop-main .shop figure {
  display: block;
  margin-bottom: 10px;
}
#shoplist .shoplistbox .shop-main .shop > p {
  font-size: 0.8em;
  margin: 13px 0 20px;
}
#shoplist .shoplistbox .shop-main .shop a.map {
  display: block;
  width: 100%;
  background-color: #fff;
  border: #000 solid 2px;
  border-radius: 50px;
  padding: 10px 15px;
}
#shoplist .shoplistbox .shop-main .shop a.map img {
  display: block;
  width: 70%;
  margin-left: auto;
}
#shoplist .shoplistbox .shop ul.store-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5em 0 2em;
  margin-left: 1.5rem;
}
#shoplist .shoplistbox .shop ul.store-list li {
  width: 25%;
  font-size: 0.8em;
  padding-left: 0.7em;
  position: relative;
}
#shoplist .shoplistbox .shop ul.store-list li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0.7em;
}

/* 七角形ギャラリー*/
#gallery {
  background: #fff;
}

.gallery-container {
  background: #c7000b;
}

.cooking-image {
  display: block;
  background: url(../img/bg-lineup.png) repeat-x center bottom;
  padding: 50px 0;
}
.cooking-image img {
  width: 1500px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* CAFE */
#cafe .osusume {
  background: #fff;
}

/* NEWS */
#news {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.news-title {
  text-align: center;
}

ul.list-news {
  border-bottom: solid 1px #a0a0a0;
}

ul.list-news li {
  border-top: solid 1px #a0a0a0;
}

ul.list-news li .date {
  color: #c7000b;
}

/* SNS */
#sns {
  color: #c7000b;
}

.sns-title::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  background: url(../../common/img/icon-instagram-red.svg) no-repeat center center;
  background-size: 100% auto;
  position: relative;
  top: 0.25em;
}

.insta_inner {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.insta_image {
  width: 20%;
  position: relative;
  overflow: hidden;
}

.insta_image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.insta_image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

ul.list-sns li a {
  background: #fff;
  color: inherit;
  border: solid 2px #c7000b;
  text-align: center;
  text-decoration: none;
}

ul.list-sns .twitter::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  background: url(../../common/img/icon-x-red.svg) no-repeat center center;
  background-size: 100% auto;
  position: relative;
  top: 0.25em;
}

ul.list-sns .fb::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  background: url(../../common/img/icon-facebook-red.svg) no-repeat center center;
  background-size: 100% auto;
  position: relative;
  top: 0.25em;
}

/* --------- バナーエリア --------- */
/* スライダーstyle */
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: none;
  background-size: contain;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 1;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
}

#bannerArea {
  background-color: #ffd9db;
}

#bannerArea .swiper-button-prev,
#bannerArea .swiper-button-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

#bannerArea .swiper-button-prev {
  background-image: url(../../common/img/bnr-arrow-r.svg);
  transform: scale(-1, 1);
  /* 左右反転 */
  left: -15px;
  right: auto;
}

#bannerArea .swiper-button-next {
  background-image: url(../../common/img/bnr-arrow-r.svg);
  left: auto;
  right: -15px;
}

#bannerArea .swiper-slide img {
  width: 100%;
}

#bannerArea .swiper-slide a {
  display: block;
  border: solid 1px #ddd;
  transition: 0.3s;
}

/*MailformPro reset*/
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
  border-radius: 0;
  padding: 0;
  border: none;
  background: none;
  text-shadow: none;
  font-size: 1rem;
  cursor: pointer;
  /* outline: none; */
}

.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
  background: none;
  box-shadow: none;
}

.problem {
  background-color: #FCC !important;
}

#mfp_overlay_inner > h4 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.2em;
}
#mfp_overlay_inner #mfp_confirm_table th, #mfp_overlay_inner #mfp_confirm_table td {
  font-size: 1em !important;
  padding: 0.8em 1em !important;
}
#mfp_overlay_inner #mfp_confirm_table .mfp_colored {
  background-color: #f7f5f1;
}
#mfp_overlay_inner #mfp_button_send, #mfp_overlay_inner #mfp_button_cancel {
  display: table;
  margin: 0 auto;
  border: #f7f5f1 solid 1px;
  padding: 0.2em 2em;
  background-color: #f7f5f1;
  border-radius: 10px;
}
#mfp_overlay_inner #mfp_button_send {
  background-color: #c7000b;
  color: #fff;
  font-size: 1.4em;
}
#mfp_overlay_inner #mfp_button_cancel {
  background-color: #dbdbdb;
  font-size: 0.9em;
}

/* ====================================
スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
  .main-text {
    line-height: 1.7;
  }
  .img-max374sp {
    max-width: 374px;
    margin: 0 auto;
  }
  /* ページナビ */
  .page-navi-fix-wrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .page-navi-menu {
    width: 100%;
    height: 50px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-navi-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }
  .page-navi-logo {
    width: 45px;
    height: 65px;
    position: absolute;
    top: 10px;
    left: 20px;
  }
  .page-navi-logo img {
    width: 100%;
    height: auto;
  }
  #pageNavi .btn-menu {
    width: 50px;
    height: 50px;
    background: url(../../common/img/btn-menu.svg) no-repeat center center;
    background-size: 50% auto;
    text-align: center;
    cursor: pointer;
  }
  .main-menu-container {
    width: 70vw;
    height: 100vh;
    padding-bottom: 5vw;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    overflow: auto;
    box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.4);
    transform: translate(100vw, 0);
    transition: 0.4s;
  }
  .main-menu-container.menu-open {
    transform: translate(0, 0);
  }
  .main-menu-container .btn-close {
    display: inline-block;
    width: 80%;
    margin-top: 1em;
    padding: 0.5em 0;
    border: solid 1px #a0a0a0;
    cursor: pointer;
  }
  ul.list-navi-sns {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1rem 0;
  }
  ul.list-navi-sns li {
    width: 2.4rem;
    margin: 0 0.2em;
  }
  ul.list-navi-sns li:not(:first-child) {
    margin-left: 0.5em;
  }
  ul.list-navi-sns li.lang-menu {
    display: none;
  }
  .main-menu-container .onlineshop,
  ul.list-page-navi li {
    padding: 1em 5%;
    border-bottom: solid 1px #a0a0a0;
  }
  .main-menu-container .onlineshop a,
  ul.list-page-navi li a {
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
  }
  ul.list-page-navi li a.active {
    text-decoration: underline;
  }
  ul.list-page-navi {
    text-align: left;
  }
  ul.list-page-navi li a {
    position: relative;
    display: flex;
    align-items: center;
  }
  ul.list-page-navi li a::before {
    content: "";
    display: block;
    width: 1.8em;
    height: 1.8em;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    margin-right: 0.6em;
  }
  ul.list-page-navi li:nth-child(1) a::before {
    background-image: url(../img/icon_shichimi.png);
  }
  ul.list-page-navi li:nth-child(2) a::before {
    background-image: url(../img/icon_shio.png);
  }
  ul.list-page-navi li:nth-child(3) a::before {
    background-image: url(../img/icon_okashi.png);
  }
  ul.list-page-navi li:nth-child(4) a::before {
    background-image: url(../img/icon_shoplist.png);
  }
  ul.list-page-navi li:nth-child(5) a::before {
    background-image: url(../img/icon_concept.png);
  }
  ul.list-page-navi li:nth-child(6) a::before {
    background-image: url(../img/icon_cafe.png);
  }
  ul.list-page-navi li:nth-child(7) a::before {
    background-image: url(../img/icon_contact.png);
  }
  /* メインビジュアル */
  #mainVisual {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  #mainVisual .main-title {
    width: 37.33%;
    max-width: 160px;
    margin: 0 auto;
  }
  /* ショップおすすめ商品リンク */
  .shop-reccomend-list {
    display: flex;
    flex-direction: column;
    gap: 2rem 0;
    padding: 0 5%;
  }
  .shoplist-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1em 0;
    margin-bottom: 2em;
  }
  /* 七味のおはなし */
  #columnShichimi {
    padding: 0 0 4rem;
  }
  #columnShichimi .visual {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38vw;
    background: url(../img/mobile_sub03-1.jpg) no-repeat center;
    background-size: cover;
  }
  #columnShichimi .main-title {
    width: 30%;
    max-width: 140px;
  }
  #columnShichimi .main-text {
    padding: 2rem 0 0 0;
  }
  .shichimi-ring-title {
    height: 15vw;
    margin: 0 auto;
    padding-top: 1.5vw;
    font-size: 4.2vw;
    background: url(../img/sub03-2-title.png) no-repeat center center;
    background-size: contain;
    text-align: center;
  }
  #shichimiRing {
    margin-top: 4rem;
  }
  #shichimiRing .lead-text {
    margin: 0.25em 0 1em;
    text-align: center;
  }
  ul.list-shichimi-ring {
    margin-top: 1em;
    border-bottom: dashed 1px #000;
  }
  ul.list-shichimi-ring li {
    padding: 0.5em 0;
    border-top: dashed 1px #000;
  }
  .kanetsu {
    margin-top: 1em;
  }
  /* 塩のおはなし */
  #columnShio {
    position: relative;
    padding-bottom: 0.5rem;
  }
  #columnShio::after {
    content: "";
    display: block;
    width: 160px;
    height: 180px;
    background: url(../img/pc_sub03-3-img.png) no-repeat left top;
    background-size: 100% auto;
    margin: 10px auto;
  }
  #columnShio .visual {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38vw;
    background: url(../img/mobile_sub03-3.jpg) no-repeat center;
    background-size: cover;
  }
  #columnShio .main-title {
    width: 30%;
    max-width: 140px;
  }
  #columnShio .text {
    padding: 2rem 0 0 0;
  }
	/* こだわりお菓子 */
  #okashi {
    padding: 0 0 3rem;
  }
  #okashi .visual {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38vw;
    background: url(../img/mobile_sub03-4.jpg) no-repeat center;
    background-size: cover;
  }
  #okashi .main-title {
    width: 30%;
    max-width: 140px;
  }
	#okashi .main-text {
		padding: 2rem 0 0 0;
	}
  /* ラインナップ */
  .lineup .base-width {
    padding: 17vw 0;
  }
  .lineup .sub-title {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    margin: 0 auto;
    font-size: 1.4rem;
    text-align: center;
    background-size: auto 100%;
  }
  .lineup .sub-title.shichimi {
    background-image: url(../img/lineup_title_red_sp.png);
  }
  .lineup .sub-title.shio {
    background-image: url(../img/lineup_title_olive_sp.png);
  }
  .lineup .sub-title.okashi {
    background-image: url(../img/lineup_title_orange_sp.png);
  }
  .lineup .lineup-slide .slide-img {
    text-align: center;
  }
  .lineup .lineup-slide .slide-img > b {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
  .lineup .lineup-slide .slide-img > small {
    display: block;
    text-align: right;
    font-size: 0.9em;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 1em;
    padding-right: 0.2em;
  }
  .lineup .lineup-slide .slide-img > p {
    margin-top: 0.8em;
    line-height: 1.8;
  }
  .lineup .btn-olive,
  .lineup .btn-red,
	.lineup .btn-orange {
    margin-top: 2.5em;
  }
  .lineup .btn-olive a,
  .lineup .btn-red a,
	.lineup .btn-orange a {
    font-size: 1.2rem;
    letter-spacing: -0.01em;
    background-size: auto 100%;
    width: 90%;
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin: 0;
    border-radius: 50px;
  }
  .lineup-slide {
    position: relative;
  }
  .lineup-slide::before {
    content: "";
    display: block;
    width: 40vw;
    height: 40vw;
    position: absolute;
    top: -50px;
    right: -10vw;
  }
  .lineup-slide#slide1:before {
    background: url(../img/lineup-decoration-shichimi.png) no-repeat left top;
    background-size: 100% auto;
  }
  .lineup-slide#slide2:before {
    background: url(../img/lineup-decoration-shio.png) no-repeat left top;
    background-size: 100% auto;
  }
  /*店舗一覧*/
  #shoplist {
    padding: 3rem 0;
  }
  #shoplist .sub-title {
    text-align: center;
    margin-bottom: 0.5em;
  }
  #shoplist .shoplistbox {
    text-align: left;
    margin-bottom: 40px;
  }
  #shoplist .shoplistbox:last-child {
    margin-bottom: 0;
  }
  #shoplist .shoplistbox .shop-title {
    color: #c7000b;
    border-top: #c7000b solid 1px;
    border-bottom: #c7000b solid 1px;
    font-size: 1.3rem;
    padding: 0.3em 0;
    margin-bottom: 1em;
    text-align: center;
  }
  #shoplist .shoplistbox .tit {
    font-size: 1.2rem;
    padding-left: 0.8em;
    position: relative;
  }
  #shoplist .shoplistbox .tit::before {
    content: "";
    display: block;
    width: 4px;
    height: 1em;
    background-color: #c7000b;
    position: absolute;
    left: 0;
    top: 0.4em;
  }
  #shoplist .shoplistbox .shop-main {
    display: block;
  }
  #shoplist .shoplistbox .shop-main .shop {
    width: 100%;
    margin-top: 50px;
  }
  #shoplist .shoplistbox .shop-main .shop:first-child {
    margin-top: 0;
  }
  #shoplist .shoplistbox .shop-main .shop figure {
    display: block;
    margin-bottom: 10px;
  }
  #shoplist .shoplistbox .shop-main .shop > p {
    font-size: 1rem;
    margin: 0.4rem 0 1.5rem;
  }
  #shoplist .shoplistbox .shop-main .shop a.map {
    display: block;
    width: 80%;
    background-color: #fff;
    border: #000 solid 2px;
    border-radius: 50px;
    padding: 10px 15px;
    margin: 0 auto;
  }
  #shoplist .shoplistbox .shop-main .shop a.map img {
    display: block;
    width: 70%;
    margin-left: auto;
  }
  #shoplist .shoplistbox .shop ul.store-list {
    display: block;
    flex-wrap: wrap;
    margin: 1em 0 2em;
  }
  #shoplist .shoplistbox .shop ul.store-list li {
    width: 100%;
    font-size: 1rem;
    padding-left: 0.7em;
    position: relative;
  }
  #shoplist .shoplistbox .shop ul.store-list li::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0.7em;
  }
  /*かみ舎楽のおはなし*/
  #story {
    padding: 1rem 0;
    line-height: 1.7;
    background-image: url(../img/bg_story.jpg);
    background-repeat: repeat-x;
    background-position: bottom center;
  }
  #story .sub-title {
    display: block;
    text-align: center;
  }
  #story .storybox {
    width: 90%;
    margin: 4rem auto;
    padding: 3rem 1.3rem;
    background-color: #fff;
    background-image: url(../img/story_line.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: auto 4vw;
    position: relative;
  }
  #story .storybox .tit {
    color: #c7000b;
    display: block;
    margin-bottom: 1.3rem;
    line-height: 100%;
  }
  #story .storybox .tit b {
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.1em;
    display: block;
  }
  #story .storybox .tit b:before {
    content: "(";
    font-family: serif;
    margin-right: 0.5em;
  }
  #story .storybox .tit b:after {
    content: ")";
    font-family: serif;
    margin-left: 0.4em;
  }
  #story .storybox .tit span {
    display: inline-block;
    font-size: 1.3rem;
    margin-left: 0;
    margin-top: 1em;
    padding-left: 40px;
    position: relative;
  }
  #story .storybox .tit span::before {
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    background-color: #c7000b;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #story .storybox .textbox p {
    margin-bottom: 0.6em;
    line-height: 1.8;
  }
  #story .storybox .textbox p:last-child {
    margin-bottom: 0;
  }
  #story .storybox .text-img {
    display: block;
    margin-top: 0.6em;
  }
  #story .storybox .text-img img {
    margin: 4vw auto 0;
    width: 100%;
  }
  #story #kaori, #story #chinpi, #story #yakumitoshio {
    position: relative;
  }
  #story #kaori::before {
    content: "";
    display: block;
    background: url(../img/story_illust01_sp.png) no-repeat center center;
    background-size: auto 100%;
    width: 26.1333333333vw;
    height: 21.8666666667vw;
    position: absolute;
    top: 2rem;
    right: -6%;
  }
  #story #chinpi::before {
    content: "";
    display: block;
    background: url(../img/story_illust02_sp.png) no-repeat center center;
    background-size: auto 100%;
    width: 26.1333333333vw;
    height: 21.8666666667vw;
    position: absolute;
    top: -2rem;
    left: -6%;
  }
  #story #yakumitoshio::before {
    content: "";
    display: block;
    background: url(../img/story_illust01_sp.png) no-repeat center center;
    background-size: auto 100%;
    width: 26.1333333333vw;
    height: 21.8666666667vw;
    position: absolute;
    top: 1rem;
    right: -6%;
  }
  #story .toggle {
    display: none;
  }
  #story .story-label {
    display: block;
    padding: 0.9em 2em;
    margin-top: 8vw;
    color: #fff;
    background: #c7000b;
    border-radius: 50px;
  }
  #story .story-label b {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 100%;
    position: relative;
    font-weight: normal;
  }
  #story .story-label b::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    margin-right: 0.3em;
  }
  #story .story-label.shichimi {
    background-color: #c7000b;
  }
  #story .story-label.shichimi b::before {
    background: url(../img/story-shichimi.png) no-repeat center center;
    background-size: 100% auto;
  }
  #story .story-label.shio {
    background-color: #b1a459;
  }
  #story .story-label.shio b::before {
    background: url(../img/story-shio.png) no-repeat center center;
    background-size: 100% auto;
  }
  #story .story-label span {
    display: table;
    position: relative;
    padding-left: 30px;
    margin: 0.2em auto 0;
  }
  #story .story-label span::before {
    content: "";
    display: block;
    height: 1px;
    width: 20px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #story .story-label::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    transform: rotate(135deg);
    transition: all 0.3s;
  }
  #story .story-label,
  #story .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  #story .content {
    height: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
  }
  #story .toggle:checked + .story-label + .content {
    height: auto;
    padding: 0;
    transition: all 0.3s;
  }
  #story .toggle:checked + .story-label::after {
    transform: rotate(-45deg) !important;
  }
  /* 七角形ギャラリー*/
  #gallery {
    padding: 30px 0 0;
  }
  #gallery .text {
    text-align: center;
    font-size: 1rem;
    position: relative;
    z-index: 2;
  }
  .gallery-container {
    margin-top: 2rem;
    padding: 2rem 5%;
    position: relative;
  }
  .gallery-container::before {
    content: "";
    display: block;
    width: 560px;
    height: 140px;
    background: url(../img/gallery-cloud-r.png) no-repeat left top;
    background-size: auto 100%;
    position: absolute;
    top: -120px;
    right: -260px;
  }
  ul.list-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul.list-gallery li {
    width: 48%;
  }
  /* 人力車*/
  .jinrikisha-container {
    height: 140px;
    position: relative;
  }
  .jinrikisha-container::before {
    content: "";
    display: block;
    width: 460px;
    height: 140px;
    background: url(../img/gallery-cloud-l.png) no-repeat right top;
    background-size: auto 100%;
    position: absolute;
    bottom: 20px;
    left: -160px;
  }
  #jinrikisha {
    position: absolute;
  }
  /* カフェ */
  #cafe {
    padding: 3rem 0 0;
  }
  #cafe .visual {
    background: url(../img/pc_sub05-1-photo.jpg) no-repeat center;
    background-size: cover;
  }
  #cafe .main-title {
    width: 36%;
    margin: 0 auto;
  }
  #cafe .flex-container {
    justify-content: space-between;
    margin-top: 2rem;
  }
  #cafe .cafe-title {
    font-size: 1.5rem;
    text-align: center;
  }
  #cafe .cafe-text {
    margin-top: 1em;
  }
  #cafe .osusume {
    font-family: tbchibirgothicplusk-pro, sans-serif;
    display: flex;
    align-items: center;
    height: 34vw;
    margin-top: 15vw;
    position: relative;
  }
  #cafe .osusume::before {
    content: "";
    display: block;
    width: 100%;
    height: 50vw;
    background-image: url(../img/bg-cafe_sp.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    position: absolute;
    bottom: 0;
  }
  #cafe .osusume .text {
    font-feature-settings: "palt" 1;
    padding: 0 34% 0 0;
    font-size: 3.4vw;
    line-height: 1.6;
    text-align: center;
    position: relative;
  }
  .cafe-menu {
    display: block;
    background-color: #fff;
    background-image: url(../img/cafe_line.png), url(../img/cafe_line.png);
    background-position: top center, bottom center;
    background-repeat: repeat-x, repeat-x;
    width: 90%;
    margin: 3rem auto;
    padding: 2.8rem 1.3rem;
  }
  .cafe-menu .sub-title {
    font-size: 1.5rem;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .cafe-menu .menu-title {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 0.5em;
    color: #28460a;
  }
  .cafe-menu .img-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .cafe-menu .img-menu > li {
    width: 48%;
    margin-top: 1em;
  }
  .cafe-menu .img-menu > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .cafe-menu .img-menu > li p {
    font-size: 0.9rem;
  }
  .cafe-menu .img-menu img {
    display: block;
    margin-bottom: 0.5em;
  }
  .cafe-menu .text-menu {
    display: block;
    width: 100%;
    margin: 0 auto 2.5rem;
  }
  .cafe-menu .text-menu li {
    padding: 0.7em 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
  }
  .cafe-menu .text-menu li:nth-child(1) {
    border-top: rgba(0, 0, 0, 0.2) solid 1px;
  }
  .cafe-menu .text-menu li p small {
    padding-left: 0.8em;
  }
  .cafe-menu .text-menu li.text {
    display: block;
    font-size: 0.7em;
    border-bottom: 0;
    padding: 0.8em 0.5em;
    text-align: right;
  }
  .cafe-menu .text-menu.topping {
    margin-bottom: 1em;
  }
  .cafe-menu .check-text {
    display: block;
    margin: 0 auto;
    line-height: 1.7;
  }
  /* 新着情報 */
  .news-title {
    font-size: 2.3rem;
  }
  #news .btn-red {
    margin-top: 3rem;
  }
  ul.list-news {
    margin-top: 2rem;
  }
  ul.list-news li {
    padding: 0.5em 0;
    /*font-size: 1.4rem;*/
  }
  ul.list-news li .text {
    margin-top: 0.2em;
  }
  ul.list-news li .date {
    display: block;
  }
  ul.list-news li .text {
    display: block;
  }
  /* SNS */
  #sns {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sns-title {
    margin-bottom: 0.5em;
  }
  .insta_inner {
    width: 100%;
    height: 17.5vw;
  }
  ul.list-sns {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
  }
  ul.list-sns li {
    width: 48%;
  }
  ul.list-sns li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.5em 0;
  }
  /* --------- バナーエリア --------- */
  #bannerArea {
    padding: 8vw 0;
  }
  .innerbox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  /* スライダーstyle */
  #bannerArea .swiper-custom-parent {
    width: 100%;
    position: relative;
  }
  #bannerArea .swiper-container {
    width: 80%;
  }
  #bannerArea .swiper-button-prev,
  #bannerArea .swiper-button-next {
    width: 5vw;
    height: 6vw;
    margin-top: -2vw;
  }
  /* サイドナビオンラインショップ */
  #copyright {
    padding-bottom: 25vw;
    font-size: 1rem;
  }
  #copyright .text {
    padding-bottom: 0.8em;
  }
  #sideOnlineshop {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 2.3s;
    z-index: 5;
  }
  #sideOnlineshop.visible {
    opacity: 1;
  }
  ul.list-onlineshop {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
  }
  ul.list-onlineshop li {
    width: 50%;
  }
  ul.list-onlineshop li:nth-child(3) {
    width: 100%;
  }
  #pageTop {
    display: none;
  }
  /*お問い合わせ*/
  #contact {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 3em 0;
  }
  #contact, #contact:before, #contact:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  table.mailform {
    width: 100%;
    margin-top: 0.8em;
  }
  table.mailform tr {
    display: block;
    background: #f7f5f1;
    margin-bottom: 1em;
    border-radius: 6px;
  }
  table.mailform tr th, table.mailform tr td {
    display: block;
    padding: 0.3em 1em;
  }
  table.mailform tr th {
    padding-top: 1em;
    text-align: left;
  }
  table.mailform tr th span.must {
    background: #c7000b;
    color: #fff;
    border-radius: 5px;
    font-weight: normal;
    display: inline-block;
    font-size: 0.7em;
    padding: 0.1em 0.3em;
    margin-right: 0.5em;
  }
  table.mailform tr td {
    padding-bottom: 1em;
  }
  table.mailform tr td input {
    padding: 0.3em 0.3em;
    width: 100%;
  }
  table.mailform tr td input.w50 {
    width: 49%;
  }
  table.mailform tr td input.checkbox {
    width: auto;
  }
  table.mailform tr td input.post-code {
    width: 11em;
  }
  table.mailform tr td textarea {
    padding: 0.3em 0.3em;
    min-width: 100%;
    min-height: 100px;
  }
  table.mailform tr td select {
    padding: 0.3em 0.3em;
  }
  table.mailform tr td .link-red {
    font-size: 0.9em;
    color: #c7000b;
    margin-left: 0.5em;
    margin-top: 0.5em;
  }
  table.mailform tr td .addressbox .a-box {
    margin-bottom: 0.8em;
  }
  table.mailform tr td .addressbox .a-box:last-child {
    margin-bottom: 0;
  }
  form#mailformpro label {
    white-space: inherit;
  }
  .mfp_buttons {
    margin-top: 1em;
    text-align: center;
  }
  .mfp_buttons button.submit {
    display: inline-block;
    width: 80vw;
    margin: 0 auto;
    background-color: #c7000b;
    color: #fff;
    letter-spacing: 0.08em;
    font-size: 1.1em;
    border: none;
    border-radius: 15px;
    padding: 0.8em 1em;
  }
  .mfp_buttons button.submit:hover {
    background-color: #9b0009;
  }
  .mfp_buttons button.reset-btn {
    display: inline-block;
    width: 40vw;
    margin: 0 auto;
    background-color: #dbdbdb;
    letter-spacing: 0.08em;
    font-size: 1.1em;
    margin-top: 1em;
    border: none;
    border-radius: 15px;
    padding: 0.8em 1em;
    font-size: 0.9em;
  }
  .mfp_buttons button.reset-btn:hover {
    background-color: #727272;
  }
  #mfp_overlay_inner #mfp_confirm_table th,
  #mfp_overlay_inner #mfp_confirm_table td {
    border: none;
  }
  #mfp_overlay_inner #mfp_confirm_table th {
    padding-bottom: 0.3em !important;
  }
  #mfp_overlay_inner #mfp_confirm_table td {
    padding-top: 0.3em !important;
  }
  #mfp_button_send, #mfp_button_cancel {
    display: table;
    margin: 0 auto;
    padding: 0.5em 2em !important;
  }
  #mfp_button_send {
    width: 90%;
  }
  #thanks p {
    line-height: 1.8;
  }
  #thanks p em {
    display: block;
    font-size: 1.3em;
    color: #c7000b;
    font-weight: normal;
    margin-bottom: 0.8em;
  }
  #thanks a {
    display: table;
    margin: 1.6em auto 0;
    border: #c7000b solid 1px;
    color: #c7000b;
    padding: 0.5em 3em;
    font-size: 0.9em;
    text-decoration: none;
  }
}
/* ====================================
PC&タブレット、印刷専用スタイル
===================================== */
@media print, screen and (min-width: 768px) {
  main {
    overflow: hidden;
  }
  section {
    font-feature-settings: "palt" 1;
  }
  /* ページナビ */
  .page-navi-fix-wrap {
    padding-top: 82px;
    position: relative;
  }
  #pageNavi.fix {
    position: fixed;
    z-index: 10;
  }
  .page-navi-menu {
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-navi-container {
		width: 1050px;
    position: relative;
  }
  #pageNavi .btn-menu,
  .main-menu-container .btn-close {
    display: none;
  }
  .page-navi-logo {
    width: 90px;
    height: 130px;
    position: absolute;
    top: 16px;
    left: 15px;
  }
  .page-navi-logo img {
    width: 100%;
    height: auto;
  }
  .main-menu-container {
    display: flex;
    padding: 50px 0 10px 120px;
    position: relative;
  }
  ul.list-page-navi {
    display: flex;
    justify-content: space-between;
  }
  ul.list-page-navi li {
    text-align: center;
    border-left: #c7000b solid 1px;
    padding: 0 1em;
  }

  ul.list-page-navi li:last-child {
    border-right: #c7000b solid 1px;
  }
  ul.list-page-navi li a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
  }
  _::-webkit-full-page-media, _:future, :root ul.list-page-navi li a{
  font-size: 13px;
  }
  ul.list-navi-sns {
    display: flex;
    position: absolute;
    top: 14px;
    right: 0;
  }
  ul.list-navi-sns li {
    width: 22px;
    height: 26px;
  }
  ul.list-navi-sns li:not(:first-child) {
    margin-left: 8px;
  }
  ul.list-navi-sns li.lang-menu {
    width: auto;
    display: flex;
    align-items: center;
  }
  ul.list-navi-sns li.lang-menu a {
    color: #A0A0A0;
  }
  ul.list-navi-sns li a {
    display: block;
    width: 100%;
  }
  /* メインビジュアル */
  #mainVisual {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
  #mainVisual .main-title {
    max-width: 860px;
    margin: 0 auto;
  }
  #mainVisual header {
    transform: translateY(-60%);
  }
  #mainVisual .visual1 {
    background-image: url(../img/main01.jpg);
  }
  #mainVisual .visual2 {
    background-image: url(../img/main02.jpg);
  }
  #mainVisual .visual3 {
    background-image: url(../img/main03.jpg);
  }
  #mainVisual .visual4 {
    background-image: url(../img/main04.jpg);
  }
  #mainVisual .visual5 {
    background-image: url(../img/main05.jpg);
  }
  #mainVisual .visual6 {
    background-image: url(../img/main06.jpg);
  }
  #mainVisual .visual7 {
    background-image: url(../img/main07.jpg);
  }
  /* ショップおすすめ商品リンク */
  .shop-reccomend {
    padding: 80px 0 40px;
  }
  .shop-reccomend-list {
    display: flex;
    gap: 0 2.5%;
    padding: 0 5%;
  }
  /* ごあいさつ */
  .about-section {
    padding: 2em 0 3.5em;
    text-align: center;
  }
  .about-section .sub-title {
    font-size: 3.2rem;
  }
  /* 七味のおはなし */
  .shichimi-shio {
    line-height: 1.8;
  }
  #columnShichimi {
    padding: 0 0 7rem;
  }
  #columnShichimi .visual {
    height: 440px;
    padding: 8rem 0 0;
    background: url(../img/pc_sub03-1.jpg) no-repeat center;
    background-size: cover;
  }
  #columnShichimi .main-title {
    width: 276px;
    margin: 0 auto;
  }
  #columnShichimi .main-text {
    padding: 50px 0 0 0;
  }
  .shichimi-ring-title {
    width: 520px;
    height: 90px;
    margin: 0 auto;
    font-size: 2.8rem;
    line-height: 2.2;
    background: url(../img/sub03-2-title.png) no-repeat center center;
    background-size: contain;
    text-align: center;
  }
  #shichimiRing {
    width: 720px;
    margin: 6rem auto 0;
    text-align: center;
    position: relative;
  }
  #shichimiRing .lead-text {
    width: 200px;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
    position: absolute;
    top: 350px;
    left: 50%;
    margin-left: -100px;
  }
  #shichimiRing img {
    width: 100%;
    height: auto;
  }
  .kanetsu {
    font-size: 1.6rem;
  }
  ul.list-shichimi-ring {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  ul.list-shichimi-ring li {
    width: 210px;
    padding: 10px;
    font-size: 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.4);
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s;
  }
  ul.list-shichimi-ring li:first-child {
    top: 95px;
    left: 250px;
  }
  ul.list-shichimi-ring li:nth-child(2) {
    top: 210px;
    left: 470px;
  }
  ul.list-shichimi-ring li:nth-child(3) {
    top: 380px;
    left: 510px;
  }
  ul.list-shichimi-ring li:nth-child(4) {
    top: 570px;
    left: 400px;
  }
  ul.list-shichimi-ring li:nth-child(5) {
    top: 570px;
    left: 140px;
  }
  ul.list-shichimi-ring li:nth-child(6) {
    top: 420px;
    left: 0;
  }
  ul.list-shichimi-ring li:nth-child(7) {
    top: 210px;
    left: 10px;
  }
  ul.list-shichimi-ring li .ttl {
    font-size: 2rem;
  }
  /* ボタン */
  ul.list-shichimi-ring-btn li {
    width: 120px;
    height: 170px;
    position: absolute;
  }
  ul.list-shichimi-ring-btn li:first-child {
    top: 120px;
    left: 300px;
  }
  ul.list-shichimi-ring-btn li:nth-child(2) {
    top: 210px;
    left: 465px;
  }
  ul.list-shichimi-ring-btn li:nth-child(3) {
    top: 380px;
    left: 510px;
  }
  ul.list-shichimi-ring-btn li:nth-child(4) {
    top: 540px;
    left: 390px;
  }
  ul.list-shichimi-ring-btn li:nth-child(5) {
    top: 540px;
    left: 220px;
  }
  ul.list-shichimi-ring-btn li:nth-child(6) {
    top: 390px;
    left: 80px;
  }
  ul.list-shichimi-ring-btn li:nth-child(7) {
    top: 190px;
    left: 130px;
  }
  /* 塩のおはなし */
  #columnShio {
    padding: 0 0 10rem;
    position: relative;
  }
  #columnShio::after {
    content: "";
    display: block;
    width: 300px;
    height: 310px;
    background: url(../img/pc_sub03-3-img.png) no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    top: 350px;
    left: 50%;
    margin-left: 210px;
  }
  #columnShio .visual {
    height: 440px;
    padding: 8rem 0 0;
    background: url(../img/pc_sub03-3.jpg) no-repeat center;
    background-size: cover;
  }
  #columnShio .main-title {
    width: 276px;
    margin: 0 auto;
  }
  #columnShio .text {
    padding: 50px 300px 0 0;
  }
	/* こだわりお菓子 */
  #okashi {
    padding: 0 0 7rem;
  }
	.okashi-se {
		line-height: 1.8;
	}
  #okashi .visual {
    height: 440px;
    padding: 8rem 0 0;
    background: url(../img/pc_sub03-4.jpg) no-repeat center;
    background-size: cover;
  }
  #okashi .main-title {
    width: 276px;
    margin: 0 auto;
  }
	#okashi .main-text {
		padding: 50px 0 0 0;
	}
  /* ラインナップ */
  .lineup {
    padding: 6em 0;
    font-size: 2.3rem;
    line-height: 1.7;
    text-align: center;
  }
  .lineup .sub-title {
    width: 950px;
    margin: 0 auto 0.5em;
    font-size: 2.3rem;
    padding: 20px 0;
    background-size: 100% auto;
  }
  #slide1::before {
    content: "";
    display: block;
    width: 380px;
    height: 380px;
    background: url(../img/lineup-decoration-shichimi.png) no-repeat left top;
    position: absolute;
    top: -100px;
    right: -250px;
  }
  #slide2::before {
    content: "";
    display: block;
    width: 380px;
    height: 380px;
    background: url(../img/lineup-decoration-shio.png) no-repeat right top;
    position: absolute;
    top: -120px;
    right: -220px;
  }
  #slide3::before {
    content: "";
    display: block;
    width: 380px;
    height: 380px;
    background: url(../img/lineup-decoration-okashi.png) no-repeat right top;
    position: absolute;
    top: -120px;
    right: -220px;
  }
  .lineup .slide-img > b {
    display: block;
    margin-bottom: 1em;
    font-size: 1.2em;
  }
  .lineup .slide-img > small {
    display: block;
    text-align: right;
    font-size: 0.6em;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 15px;
  }
  .lineup .slide-img > p {
    font-size: 1.8rem;
    margin-top: 0.8em;
  }
  /*かみ舎楽のおはなし*/
  #story {
    padding: 7em 0 8em;
    line-height: 1.7;
    background-image: url(../img/bg_story.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  #story .sub-title {
    display: block;
    text-align: center;
  }
  #story .storybox {
    width: 1080px;
    margin: 50px auto 0;
    padding: 70px 80px 80px;
    background-color: #fff;
    background-image: url(../img/story_line.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: auto 23px;
    position: relative;
  }
  #story .storybox .tit {
    color: #c7000b;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    line-height: 100%;
  }
  #story .storybox .tit b {
    font-size: 5rem;
    letter-spacing: 0.1em;
  }
  #story .storybox .tit b:before {
    content: "(";
    font-family: serif;
    margin-right: 0.3em;
  }
  #story .storybox .tit b:after {
    content: ")";
    font-family: serif;
    margin-left: 0.3em;
  }
  #story .storybox .tit span {
    display: inline-block;
    font-size: 2.5rem;
    margin-left: 1em;
    margin-top: 0.5em;
    padding-left: 60px;
    position: relative;
  }
  #story .storybox .tit span::before {
    content: "";
    display: block;
    height: 1px;
    width: 50px;
    background-color: #c7000b;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #story .storybox .textbox p {
    margin-bottom: 0.6em;
  }
  #story .storybox .textbox p:last-child {
    margin-bottom: 0;
  }
  #story .storybox .text-img {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  #story .storybox .text-img img {
    margin-left: 30px;
  }
  #story #kaori, #story #chinpi, #story #yakumitoshio {
    position: relative;
  }
  #story #kaori::before {
    content: "";
    display: block;
    background: url(../img/story_illust01.png) no-repeat center center;
    width: 412px;
    height: 158px;
    position: absolute;
    top: 20px;
    right: -326px;
  }
  #story #chinpi::before {
    content: "";
    display: block;
    background: url(../img/story_illust02.png) no-repeat center center;
    width: 368px;
    height: 140px;
    position: absolute;
    bottom: 90px;
    left: -290px;
  }
  #story #yakumitoshio::before {
    content: "";
    display: block;
    background: url(../img/story_illust01.png) no-repeat center center;
    width: 412px;
    height: 158px;
    position: absolute;
    top: 20px;
    right: -326px;
  }
  #story .toggle {
    display: none;
  }
  #story .story-label {
    display: flex;
    align-items: center;
    padding: 0.2em 2em;
    margin-top: 80px;
    color: #fff;
    background: #c7000b;
    border-radius: 50px;
  }
  #story .story-label b {
    font-size: 3.8rem;
    position: relative;
    font-weight: normal;
    margin: 0 1em 0 0.1em;
  }
  #story .story-label::before {
    content: "";
    display: block;
    width: 2.5em;
    height: 2.5em;
    background-size: 100% auto;
  }
  #story .story-label span {
    padding-left: 50px;
    position: relative;
  }
  #story .story-label span::before {
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #story .story-label::after {
    content: "";
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 8px);
    right: 40px;
    transform: rotate(135deg);
    transition: all 0.3s;
  }
  #story .story-label,
  #story .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  #story .content {
    height: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
  }
  #story .toggle:checked + .story-label + .content {
    height: auto;
    padding: 20px;
    transition: all 0.3s;
  }
  #story .toggle:checked + .story-label::after {
    transform: rotate(-45deg) !important;
  }
  #story .story-label.shichimi {
    background-color: #c7000b;
  }
  #story .story-label.shichimi::before {
    background: url(../img/story-shichimi.png) no-repeat center center;
  }
  #story .story-label.shio {
    background-color: #b1a459;
  }
  #story .story-label.shio::before {
    background: url(../img/story-shio.png) no-repeat center center;
  }
  /* 七角形ギャラリー */
  #gallery {
    padding: 15px 0 0;
  }
  #gallery .text {
    font-size: 2rem;
    text-align: center;
  }
  .gallery-container {
    height: 280px;
    margin-top: 1.5rem;
    position: relative;
  }
  .gallery-container::before {
    content: "";
    display: block;
    width: 1082px;
    height: 270px;
    background: url(../img/gallery-cloud-r.png) no-repeat left top;
    position: absolute;
    top: -90px;
    left: 50%;
    margin-left: 100px;
  }
  ul.list-gallery {
    display: flex;
    justify-content: center;
    width: 1390px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    z-index: 1;
  }
  ul.list-gallery li {
    width: 180px;
    height: 180px;
    margin-left: 26px;
    position: relative;
  }
  ul.list-gallery li:first-child {
    margin-left: 0;
  }
  ul.list-gallery li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) scale(1);
    transition: 1s ease;
  }
  /* 人力車 */
  .jinrikisha-container {
    height: 250px;
    position: relative;
  }
  .jinrikisha-container::before {
    content: "";
    display: block;
    width: 888px;
    height: 270px;
    background: url(../img/gallery-cloud-l.png) no-repeat left top;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: 100px;
  }
  /* カフェ */
  #cafe {
    padding: 10rem 0 6.5rem;
    line-height: 1.8;
    background-image: url(../img/bg_cafe.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #cafe .visual {
    background: url(../img/pc_sub05-1-photo.jpg) no-repeat center;
    background-size: cover;
  }
  #cafe .main-title {
    width: 576px;
    margin: 0 auto;
  }
  #cafe .flex-container {
    justify-content: space-between;
    align-items: center;
    margin-top: 5rem;
  }
  #cafe .cafe-title {
    width: 280px;
    font-size: 3.2rem;
    line-height: 1.4;
  }
  #cafe .cafe-text {
    width: 620px;
  }
  #cafe .osusume {
    font-family: tbchibirgothicplusk-pro, sans-serif;
    margin-top: 13rem;
    padding: 50px 0 40px;
    position: relative;
  }
  #cafe .osusume::before {
    content: "";
    display: block;
    width: 100%;
    height: 360px;
    background-image: url(../img/bg-cafe.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    bottom: 0;
  }
  #cafe .osusume .text {
    font-feature-settings: "palt" 1;
    padding: 0 280px 0 0;
    text-align: center;
    position: relative;
  }
  .cafe-menu {
    display: block;
    background-color: #fff;
    background-image: url(../img/cafe_line.png), url(../img/cafe_line.png);
    background-position: top center, bottom center;
    background-repeat: repeat-x, repeat-x;
    width: 1080px;
    margin: 80px auto;
    padding: 5rem 60px 6.5rem;
  }
  .cafe-menu .sub-title {
    font-size: 3.2rem;
    margin-bottom: 1em;
    text-align: center;
  }
  .cafe-menu .menu-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 0.8em;
    color: #28460a;
  }
  .cafe-menu .img-menu {
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .cafe-menu .img-menu img {
    display: block;
    margin-bottom: 0.5em;
  }
  .cafe-menu .text-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0.8em;
    width: 980px;
    margin: 0 auto 40px;
  }
  .cafe-menu .text-menu li {
    width: 47%;
    padding: 0.7em 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
  }
  .cafe-menu .text-menu li:nth-child(-n+2) {
    border-top: rgba(0, 0, 0, 0.2) solid 1px;
  }
  .cafe-menu .text-menu li small {
    padding-left: 1em;
  }
  .cafe-menu .text-menu li.text {
    display: block;
    font-size: 0.9em;
    border-bottom: 0;
    padding: 0.8em 0.5em;
    text-align: right;
  }
  .cafe-menu .text-menu.topping {
    margin-bottom: 20px;
  }
  .cafe-menu .check-text {
    display: block;
    width: 900px;
    margin: 0 auto;
    font-size: 15px;
  }
  /* 新着情報 */
  .news-title {
    font-size: 3.5rem;
  }
  #news .btn-red {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
  ul.list-news {
    margin-top: 3rem;
  }
  ul.list-news li {
    font-size: 1.6rem;
    padding: 0.5em 0;
  }
  ul.list-news li .date {
    display: table-cell;
    width: 6em;
  }
  ul.list-news li .text {
    display: table-cell;
    padding-left: 2em;
  }
  /* SNS */
  #sns {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sns-title {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  .insta_inner {
    width: 100%;
    height: 196px;
  }
  ul.list-sns {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  ul.list-sns li {
    padding: 20px;
  }
  ul.list-sns li a {
    display: block;
    width: 276px;
    padding: 10px;
    font-size: 1.8rem;
  }
  /* --------- バナーエリア --------- */
  #bannerArea {
    padding: 3rem 0;
  }
  .innerbox {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  /* スライダーstyle */
  #bannerArea .swiper-custom-parent {
    /* width: 1200px; */
    position: relative;
  }
  #bannerArea .swiper-container {
    width: 880px;
  }
  #bannerArea .swiper-wrapper {
    width: 100%;
  }
  /* サイドナビオンラインショップ */
  #sideOnlineshop {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    opacity: 0;
    transition: opacity 2.3s;
    z-index: 1;
  }
  #sideOnlineshop.visible {
    opacity: 1;
  }
  ul.list-onlineshop {
    width: 75px;
    background-color: #fff;
  }
  ul.list-onlineshop li img {
    width: 100%;
  }
  /*お問い合わせ*/
  #contact {
    display: block;
    width: 920px;
    margin: 0 auto;
    padding: 6em 0;
  }
  #contact, #contact:before, #contact:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  table.mailform {
    width: 100%;
  }
  table.mailform tr:nth-child(odd) {
    background: #f7f5f1;
  }
  table.mailform tr th, table.mailform tr td {
    border-bottom: #ddd solid 1px;
    padding: 1em 1em;
    font-size: 0.8em;
  }
  table.mailform tr th {
    position: relative;
    padding-left: 5em;
    text-align: left;
    width: 25%;
  }
  table.mailform tr th span.must {
    background: #c7000b;
    color: #fff;
    border-radius: 5px;
    font-weight: normal;
    display: inline-block;
    font-size: 0.8em;
    padding: 0.1em 0.3em;
    margin-right: 0.5em;
    position: absolute;
    left: 1em;
  }
  table.mailform tr td {
    width: 75%;
  }
  table.mailform tr td input {
    padding: 0.3em 0.3em;
    width: 100%;
  }
  table.mailform tr td input.w50 {
    width: 49.5%;
  }
  table.mailform tr td input.checkbox {
    width: auto;
  }
  table.mailform tr td input.post-code {
    width: 11em;
  }
  table.mailform tr td textarea {
    padding: 0.3em 0.3em;
    min-width: 100%;
    min-height: 150px;
  }
  table.mailform tr td select {
    padding: 0.3em 0.3em;
  }
  table.mailform tr td .link-red {
    color: #c7000b;
    margin-left: 0.5em;
  }
  table.mailform tr td .addressbox .a-box {
    margin-bottom: 1em;
  }
  table.mailform tr td .addressbox .a-box:last-child {
    margin-bottom: 0;
  }
  .mfp_buttons {
    margin-top: 2em;
    text-align: center;
  }
  .mfp_buttons button.submit {
    display: inline-block;
    width: 20vw;
    margin: 0 auto;
    background-color: #c7000b;
    color: #fff;
    letter-spacing: 0.08em;
    font-size: 1.1em;
    border: none;
    border-radius: 15px;
    padding: 0.8em 1em;
  }
  .mfp_buttons button.submit:hover {
    background-color: #9b0009;
  }
  .mfp_buttons button.reset-btn {
    display: table;
    width: 10vw;
    margin: 0 auto;
    background-color: #dbdbdb;
    letter-spacing: 0.08em;
    font-size: 0.9em;
    border: none;
    border-radius: 15px;
    padding: 0.8em 1em;
    margin-top: 1em;
  }
  .mfp_buttons button.reset-btn:hover {
    background-color: #727272;
  }
  #thanks {
    height: 90vh;
    padding-top: 15vh;
  }
  #thanks .base-width {
    border: #fff solid 1px;
    padding: 2em;
  }
  #thanks p {
    line-height: 2;
  }
  #thanks p em {
    display: block;
    font-size: 1.3em;
    color: #c7000b;
    font-weight: normal;
  }
  #thanks a {
    display: table;
    margin: 1.4em auto 0;
    border: #c7000b solid 1px;
    color: #c7000b;
    padding: 0.5em 3em;
    font-size: 0.9em;
    text-decoration: none;
  }
}
/* ==========================================
	ホバー
=========================================== */
@media (hover: hover) and (pointer: fine) {
  /*.shoplist-list .anchor.hovering::before {
    right: 0.7em;
  }*/
  ul.list-gallery li.hovering img {
    transform: translate(-50%, -50%) scale(1.8);
    z-index: 1;
  }
  ul.list-shichimi-ring li.hovering {
    opacity: 1;
  }
  #bannerArea .swiper-slide a:hover {
    opacity: 0.5;
  }
}