img {
  width: 100%; }

.read-more {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: right; }


.section-consept {
  background: #E2DEDB;
  background-image: url("../images/common/sora_bread.svg");
  background-position: center;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  padding: 100px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .section-consept__lead {
    max-width: 500px;
    margin: 0 auto;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center; }
  .section-consept h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 3.0rem;
    font-weight: 400;
    margin-bottom: 50px; }
  .section-consept p {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 20px; }

@media (min-width: 769px) {
  .section-consept {
    padding-top: 100px;
    height: fit-content;
    background-size: 300px; }
    .section-consept__lead {
      max-width: 800px; }
    .section-consept h2 {
      margin: 20px auto 50px;
      text-align: center; }
    .section-consept p {
      font-size: 1.6rem;
      margin-bottom: 20px; } }
.section-cavasiba {
  background: #E2DEDB; }
  .section-cavasiba__wrapper {
    max-height: 80%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0; }
  .section-cavasiba video {
    width: 100vw; }
  .section-cavasiba__link {
    width: 80%;
    max-width: 80%;
    /*margin: -20px 0 0;*/
    padding: 0; }
  .section-cavasiba a {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid #FFF;
    display: inline-block;
    color: #53545D;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2em;
    padding: 30px;
    margin-top: 30px;
    text-align: left;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1); }
    .section-cavasiba a:hover {
      background: #53545D;
      color: #FFF;
      box-shadow: none; }
    .section-cavasiba a .title {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 15px; }
    .section-cavasiba a .description {
      text-align: left;
      margin-bottom: 15px; }
    .section-cavasiba a h2 {
      font-family: 'Josefin Sans', sans-serif;
      font-size: 3.0rem;
      font-weight: 400;
      margin-bottom: 15px; }

@media (min-width: 769px) {
  .section-cavasiba__wrapper {
    flex: none;
    flex-direction: row;
    display: flex;
    margin: 0;
    flex-wrap: nowrap;
    height: auto;
    justify-content: flex-start;
    width: 90%;
    max-width: 1040px;
    padding: 0;
    overflow-y: visible;
    overflow-x: visible;
    align-items: center;
    align-content: center; }
  .section-cavasiba__link {
    align-items: center;
    align-content: center;
    width: 30%;
    max-width: 30%;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    margin: 0 0 0 -60px;
    transition-duration: 1000ms; }
  .section-cavasiba video {
    margin: 0 0 150px;
    align-items: center;
    align-content: center;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 70%;
    max-width: 70%;
    height: auto;
    justify-content: center;
    padding: 0; }
  .section-cavasiba a {
    width: 330px;
    display: inline-block;
    color: #53545D;
    font-size: 1.4rem;
    padding: 30px;
    margin: 0; } }
.section-access {
  background: #F5F5F5; }
  .section-access:before {
    content: "";
    display: block;
    background-image: url("../images/common/beige.png");
    background-size: 100% 100%;
    height: 100px; }
  .section-access h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 3.0rem;
    font-weight: 400;
    margin: 50px auto; }
  .section-access iframe {
    width: 100vw;
    height: 230px;
    margin-bottom: 50px; }
  .section-access address {
    display: inline-block;
    font-style: normal; }
    .section-access address .address {
      font-size: 1.4rem;
      text-align: left;
      margin: 0 auto 30px;
      width: fit-content; }
    .section-access address .business-hours {
      margin: 30px auto;
      font-size: 1.2rem;
      display: flex;
      flex-direction: column;
      align-items: center;
    line-height: 2.5rem;}
      .section-access address .business-hours span{
        background: linear-gradient(transparent 80%, #FAC59D 80%); 
        width: fit-content;}
    .section-access address a {
      font-size: 2.4rem;
      text-decoration: none;
      color: #53545D;
      display: block; }
      .section-access address a:before {
        content: "";
        display: inline-block;
        background-image: url("../images/common/phone.svg");
        width: 24px;
        height: 24px;
        margin-right: 5px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle; }
  .section-access .parking {
    font-size: 1.4rem;
    margin-bottom: 30px; }
  .section-access img {
    margin-bottom: 50px;
    margin-top: 10px; }

@media (min-width: 769px) {
  .section-access {
    margin: 0 auto; }
    .section-access:before {
      background-size: 30% 100%; }
    .section-access__wrapper {
      display: flex;
      flex-direction: row;
      align-items: center;
      max-width: 800px;
      margin: 0 auto; }
    .section-access h2 {
      text-align: left;
      max-width: 800px; }
    .section-access iframe {
      flex: 2;
      height: 450px;
      margin: 0 auto; }
    .section-access address {
      display: inline-block;
      flex: 1;
      font-style: normal;
      margin-left: 30px; }
      .section-access address .address {
        margin: 0 0 30px; }
      .section-access address .business-hours {
        margin: 10px 0px 0px 0px;
        align-items: flex-start;
      width: fit-content;}
        .section-access address a {
        font-size: 2.6rem;
        text-decoration: none;
        text-align: left;
        color: #53545D;
        display: block; }
        .section-access address a:before {
          content: "";
          display: inline-block;
          background-image: url("../images/common/phone.svg");
          width: 26px;
          height: 26px;
          margin-right: 5px;
          background-size: contain;
          background-repeat: no-repeat;
          vertical-align: middle; }
    .section-access .parking {
      text-align: left; }
    .section-access img {
      width: 80%;
      margin-bottom: 0;
      display: block; } }
.section-items {
  padding-bottom: 20px;
  background: #E2DEDB; }
  .section-items:before {
    content: "";
    display: block;
    background-image: url("../images/common/white.png");
    background-size: 100% 100%;
    height: 100px; }
  .section-items__attention {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 50px; }
  .section-items h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 3.0rem;
    font-weight: 400;
    margin: 50px auto 10px; }
  .section-items .type {
    font-size: 1.8rem;
    margin-bottom: 20px; }
  .section-items ul {
   /*
  margin:0 30px;*/
    width: 70%;
    margin: 0 auto; }
  .section-items li {
    margin-bottom: 30px; }
    .section-items li a {
      text-decoration: none;
      color: #FFF; }
    .section-items li p {
      font-size: 1.6rem;
      text-align: left; }
    .section-items li img {
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1); }
  .section-items__description {
    font-size: 1.4rem; }

@media (min-width: 768px) {
  .section-items:before {
    background-size: 30% 100%; }
  .section-items__attention {
    text-align: left;
    margin: 0 15px 50px; }
  .section-items h2 {
    text-align: left;
    max-width: 700px;
    margin: 0 15px 10px; }
  .section-items .type {
    text-align: left;
    max-width: 700px;
    margin: 0 15px 10px; }
  .section-items .heard-bread, .section-items .etc-bread, .section-items .baked-sweets {
    max-width: 700px;
    margin: 0 auto; }
  .section-items ul {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto; }
  .section-items li {
    margin: 0 15px 30px;
    width: calc(610px/3); }
    .section-items li p {
      font-size: 1.4rem;
      text-align: left; }
  .section-items__description {
    width: 80%;
    margin: 0 auto; }

  .popup-image {
    width: 60%;
    margin: 0 auto 10px;
    display: block; } }
.section-shop {
  padding-bottom: 70px;
  background: #F5F5F5; }
  .section-shop:before {
    content: "";
    display: block;
    background-image: url("../images/common/beige.png");
    background-size: 100% 100%;
    height: 100px; }
  .section-shop h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 3.0rem;
    font-weight: 400;
    margin: 50px auto; }
  .section-shop__description {
    font-size: 1.6rem;
    text-align: left;
    margin: 0 30px 30px; }
  .section-shop a {
    /*display: inline-block;*/
    text-decoration: none;
    color: #53545D; }
    .section-shop a:hover {
      opacity: 1; }
@keyframes scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(calc(-250px * 8)); } }
  .section-shop .section_shop__slider {
    background: #FFF;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    height: 240px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .section-shop .section_shop__slider p {
      font-size: 1.2rem; }
    .section-shop .section_shop__slider::after {
      right: 0;
      top: 0;
      transform: rotateZ(180deg); }
    .section-shop .section_shop__slider::before {
      left: 0;
      top: 0; }
    .section-shop .section_shop__slider .slide-track {
      animation: scroll 30s linear infinite;
      display: flex;
      width: calc(250px * 16); }
    .section-shop .section_shop__slider .slide {
      height: 240px;
      width: 250px; }
  .section-shop figure.hover-parent {
    width: 250px;
    height: 240px;
    position: relative;
    overflow: hidden; }
    .section-shop figure.hover-parent figcaption.hover-mask {
      width: 250px;
      height: 240px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      color: rgba(255, 255, 255, 0.7);
      font-family: 'Josefin Sans', sans-serif;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
      text-align: center;
      justify-content: center;
      align-content: center;
      padding: 30px; }
      .section-shop figure.hover-parent figcaption.hover-mask img {
        width: 50px;
        opacity: .7; }
    .section-shop figure.hover-parent:hover .hover-mask {
      opacity: 1;
      transition: all 0.6s ease; }

@media (min-width: 769px) {
  .section-shop {
    margin: 0 auto;
    padding-bottom: 100px; }
    .section-shop:before {
      background-size: 30% 100%; }
    .section-shop h2 {
      text-align: left;
      max-width: 800px; }
    .section-shop__description {
      max-width: 800px;
      margin: 0 auto 50px; } }
.section-bread {
  position: relative;
  height: 200px;
  width: 100%;
  background-image: url("../images/top/showcase.webp");
  background-image: image-set(url("../images/top/showcase.webp") 1x, url("../images/top/showcase@2x.webp") 2x);
  background-image: -webkit-image-set(url("../images/top/showcase.webp") 1x, url("../images/top/showcase@2x.webp") 2x);
  /*z-index: -1;*/
  background-size: cover;
  background-position: center; }
  .section-bread h2 {
    white-space: nowrap; }
  .section-bread a {
    padding: 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #53545D;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    height: fit-content;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid #FFF; }
    .section-bread a:hover {
      background: #53545D;
      color: #FFF;
      box-shadow: none; }
      .section-bread a:hover .ruled-line {
        background: white; }

@media (min-width: 769px) {
  .section-bread {
    height: 400px; }
    .section-bread a {
      padding: 30px;
      font-size: 2.6rem; } }
.section-reviews {
  background-color: #F5F5F5;
  margin: 0 auto;
  padding-bottom: 70px;
  background-image: url("../images/top/review01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /*&__background{
    display:none;
    &.active{
      display: block;
    }
    &::before{
    -webkit-overflow-scrolling: auto;
    content: "";
    position:fixed;
    top:0;
    left:0;
    background-image:url("../images/top/review01.webp");
    background-repeat: no-repeat;
    background-size:contain;
    -webkit-background-size:contain;
    background-position:center;
    width:100%;
    height:100vh;
  }
  }*/ }
  .section-reviews h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 3.0rem;
    font-weight: 400;
    margin: 0 auto 10px;
    padding-top: 100px; }
  .section-reviews__description {
    font-size: 1.2rem;
    margin-bottom: 60px; }
  .section-reviews h3 {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: solid 1px;
    border-top: solid 1px;
    width: 100%;
    text-align: left; }
  .section-reviews img {
    width: 90%;
    margin: 0 auto; }
  .section-reviews .happyCustomer {
    margin: 0 auto; }
  .section-reviews ul li {
    list-style: none;
    font-size: 1.4rem;
    text-align: left; }
  .section-reviews li p:before {
    content: url("../images/top/check-solid.svg");
    display: inline-block;
    width: 1.6rem;
    padding-right: 10px; }
  .section-reviews .review-wrap {
    max-width: 500px;
    margin: 0 auto; }
  .section-reviews .review-box {
    width: 90%;
    margin: 0 auto 60px; }
    .section-reviews .review-box ul {
      padding-top: 10px; }
  .section-reviews .message-filter {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    height: fit-content;
    border: 1px solid #FFF;
    padding: 20px;
    margin: 20px; }
  .section-reviews .review-box {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid #FFF;
    padding: 20px; }
  .section-reviews .message-box {
    margin: 20px; }
    .section-reviews .message-box .message {
      margin: 10px;
      text-align: left; }
    .section-reviews .message-box span {
      font-size: 1.4rem;
      text-align: left;
      padding-bottom: 3px;
      border-bottom: solid thin; }
    .section-reviews .message-box p {
      font-size: 1.4rem;
      text-align: left;
      margin-top: 20px; }

@media (min-width: 769px) {
  .section-reviews {
    position: relative;
    text-align: left;
    margin: 0 auto;
    background-image: url("../images/top/review01.webp");
    background-image: image-set(url("../images/top/review01.webp") 1x, url("../images/top/review01@2x.webp") 2x);
    background-image: -webkit-image-set(url("../images/top/review01.webp") 1x, url("../images/top/review01@2x.webp") 2x);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: center; }
    .section-reviews__description {
      margin: 0 auto 30px;
      padding: 0 30px;
      max-width: 900px; }
    .section-reviews h2 {
      text-align: left;
      padding: 100px 30px 0;
      max-width: 900px; }
    .section-reviews h3 {
      margin: 0 auto;
      text-align: center; }
    .section-reviews img.pc-hid {
      display: none; }
    .section-reviews__content-wrapper {
      display: flex;
      justify-content: space-between;
      max-width: 900px;
      margin: 0 auto; }
    .section-reviews .message-filter {
      /*background: rgba(255,255,255,0.6);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      height:fit-content;
      border:1px solid $white;
      padding: 20px;*/
      margin: 0; }
    .section-reviews ul li {
      list-style: none;
      font-size: 1.4rem;
      text-align: left; }
    /* .section-reviews .review-box {
      background: rgba(255,255,255,0.6);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      border:1px solid $white;
      padding: 20px; } */
    .section-reviews .message-box {
      width: 390px; }
      .section-reviews .message-box .message {
        height: fit-content; }
      .section-reviews .message-box span {
        text-align: left; } }
.section-qanda {
  margin: 0 auto;
  padding-bottom: 30px;
  background: #E2DEDB; }
  .section-qanda:before {
    content: "";
    display: block;
    background-image: url("../images/common/white.png");
    background-size: 100% 100%;
    height: 100px; }
  .section-qanda h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 3.0rem;
    font-weight: 400;
    margin: 50px auto; }
  .section-qanda .question {
    position: relative;
    padding: 10px 20px;
    text-align: left;
    border-bottom: solid thin;
    border-top: solid thin;
    margin: 0 auto;
    width: 90%;
    max-width: 800px; }
  .section-qanda ul {
    font-size: 1.4rem;
    max-width: 800px;
    margin: 0 auto; }
    .section-qanda ul p {
      margin: 0 auto 20px;
      text-align: left;
      font-size: 1.2rem;
      padding: 20px 30px;
      width: 90%; }

@media (min-width: 769px) {
  .section-qanda:before {
    background-size: 30% 100%; }
  .section-qanda .question {
    text-align: center; } }
