/** Shopify CDN: Minification failed

Line 794:0 Unexpected "}"

**/
/* top */
.index-section {
  padding: 0;
}

.main-content {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .site-header.logo--center {
    position: relative;
  }
}
h1 {
  padding: 10px 20px;
  background: #857A7A;
  margin: 0;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  h1 {
    padding: 8px 20px;
    background: #857A7A;
    font-size: 12px;
    color: #fff;
  }
}
h2 {
  text-align: center;
  padding: 60px 0 1em;
  font-size: 24px;
      font-weight: 300;
  color: #232F3E;
  text-transform: none;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  line-height: 1em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  h2 {
    padding: 30px 0 0;
  }
}
h2 span {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Noto Serif JP', serif;
}

h2.font_jp {
  font-size: 20px;
  font-weight: 700;
}

h2 img {
  width: 50%;
}

@media screen and (min-width: 768px) {
  h2 {
    margin: 40px 0 10px;
    font-size: 30px;
  }
  h2.font_jp {
    font-size: 28px;
  }
  h2 img {
    width: auto;
  }
}

h3 {
  font-size: 24px;
  text-transform: none;
  margin: 20px;
  font-family: 'Noto Serif JP', serif;
}
h3 span{
  font-size: 14px;
  margin-left:20px;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 30px;
    margin: 15px 0 15px max(calc((100% - 1200px) /2 ),50px);
  }
}

.lead {
  text-align: center;
  margin: 0px 15px 15px;
}
@media screen and (max-width: 767px) {
  .lead {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .lead {
    font-size: 18px;
    margin: 0 15px 40px;
  }
}
.block_fv .section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.block_fv .section#page1 {
  background-image: url(/cdn/shop/files/pc_top1_231010.jpg?v=1696917639);
}

.block_fv .section#page2 {
  background-image: url(/cdn/shop/files/pc_top2_230320.jpg?v=1679295085);
}

.block_fv .section#page3 {
  background-image: url(/cdn/shop/files/pc_top3_230320.jpg?v=1679295085);
}

.block_fv .section:nth-of-type(-n + 3)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.block_fv .section:nth-of-type(-n + 3) p {
  color: #fff;
  font-size: 4.44444vw;
  text-align: center;
  position: relative;
  z-index: 10;
}

.block_fv .section .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  height: 100%;
}

.block_fv .section .inner p {
  color: #000 !important;
  font-family: "Klee One", cursive;
}

@media screen and (max-width: 767px) {
  .block_fv .section .icon_scroll {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .block_fv .section .icon_scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 25px);
    z-index: 999;
    opacity: 0.7;
    -webkit-animation: icon_scroll_bound 2s ease infinite;
    animation: icon_scroll_bound 2s ease infinite;
  }
  .block_fv .section .icon_scroll:after {
    content: "\f0dd";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  }
}

@-webkit-keyframes icon_scroll_bound {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 10px;
  }
}

@keyframes icon_scroll_bound {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .block_fv {
    padding-top: 0 !important;
    position: relative;
  }
  .block_fv .section {
    position: relative;
  }
  .box_fv_container .swiper-pagination-bullet {
    background: #000000;
  }
  .box_fv_container .swiper-pagination-bullet-active {
    background: #ffffff;
  }
  .box_fv_thumb_container {
    margin: 10px auto 0;
    width: 80%;
  }
  .box_fv_thumb_container .swiper-slide {
    opacity: 0.5;
  }
  .box_fv_thumb_container .swiper-slide-thumb-active {
    opacity: 1;
  }

  .block_fv .btn_swiper {
  }
  .block_fv .btn_next,
  .block_fv .btn_prev {
    color: #e0aea9;
    font-size: 36px;
    position: absolute;
    bottom: -4.5%;
    z-index: 999;
    display:none;
  }
  .block_fv .btn_next {
    right: 10px;
  }
  .block_fv .btn_prev {
    left: 10px;
  }
}

@media screen and (min-width: 768px) {
  html {
    padding-bottom: 0 !important;
  }
  .site-header {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .page-width {
    max-width: none;
    width: 100%;
  }
  .block_fv .section {
    width: 100%;
  }

  .block_fv .section#page1 .inner,
  .block_fv .section#page3 .inner,
  .block_fv .section#page5 .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block_fv .section#page1 .inner p,
  .block_fv .section#page3 .inner p,
  .block_fv .section#page5 .inner p {
    font-size: 20px;
  }
  .block_fv .section#page2 .inner,
  .block_fv .section#page4 .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .block_fv .section#page2 .inner p,
  .block_fv .section#page4 .inner p {
    font-size: 20px;
  }
  .block_fv .section#page2 .inner p:last-of-type,
  .block_fv .section#page4 .inner p:last-of-type {
    padding-bottom: 50px;
  }
  .block_fv .section:nth-of-type(n + 6)::after {
    display: none;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .block_fv .section article {
    margin: 0 auto;
    max-width: 1260px;
  }
}

.block_list_item > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .block_list_item > ul {
    margin: 0 auto;
    width: 500px;
  }
}

.block_list_item > ul li {
  text-align: center;
  padding: 1.38888vw;
  width: calc(100% / 5);
}

@media screen and (min-width: 768px) {
  .block_list_item > ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
  }
}

.block_list_item > ul li svg {
  display: block;
  margin: 0 auto 1.38888vw;
}

@media screen and (min-width: 768px) {
  .block_list_item > ul li svg {
    margin: 0 0 10px;
  }
}

.block_list_item > ul li span {
  font-weight: 500;
}

.block_list_item > ul li.active {
  background: #e0aea9;
  color: #fff;
}

.block_list_item > ul li.active svg path {
  fill: #fff;
}

.block_list_item .block_list_items_wrapper {
  position: relative;
}

@media screen and (max-width: 767px) {
  .block_list_item .block_list_items_wrapper {
    height: 125vw;
  }
  .block_list_item .block_list_items_wrapper li:nth-last-of-type(-n + 2) {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .block_list_item .block_list_items_wrapper {
    height: 760px;
  }
}

.block_list_item .block_list_item_wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block_list_item .block_list_item_wrapper .grid--view-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.block_list_item .block_list_item_wrapper .grid--view-items .grid__item {
  padding: 1.38888vw;
  width: calc(100% / 3);
}

@media screen and (min-width: 768px) {
  .block_list_item .block_list_item_wrapper .grid--view-items .grid__item {
    padding: 5px;
    width: calc(100% / 4);
  }
}

.block_list_item .block_list_item_wrapper .grid--view-items .grid__item .grid-view-item {
  margin: 4.16666vw auto 0;
}

@media screen and (min-width: 768px) {
  .block_list_item .block_list_item_wrapper .grid--view-items .grid__item .grid-view-item {
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .block_list_item .block_list_item_wrapper .grid--view-items .grid__item .img {
    padding-top: 30.55555vw;
    width: 30.55555vw;
  }
}

@media screen and (max-width: 767px) {
  .block_list_item .block_list_item_wrapper .grid--view-items .grid__item .img img {
    height: 30.55555vw;
  }
}

.block_list_item .block_list_item_wrapper .grid--view-items .grid__item .text {
  font-weight: 300;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .block_list_item .block_list_item_wrapper .grid--view-items .grid__item .text {
    padding: 0.5em 0.5em 0;
  }
}

.block_list_item_move .products__sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 10px;
  width: calc(100% - 20px);
}

@media screen and (min-width: 768px) {
  .block_list_item_move .products__sort {
    width: 450px;
    margin: 0 auto 30px;
  }
}

.block_list_item_move .products__sort li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 0 0;
  width: calc(100% / 5);
  cursor: pointer;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .block_list_item_move .products__sort li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    margin: 0 8px;
  }
}

.block_list_item_move .products__sort li svg {
  display: block;
  margin: 0 auto 1.38888vw;
}

@media screen and (max-width: 767px) {
  .block_list_item_move .products__sort li svg {
    width: auto;
    height: 55px;
  }
}

@media screen and (min-width: 768px) {
  .block_list_item_move .products__sort li svg {
    margin: 0 0 10px;
  }
}

.block_list_item_move .products__sort li.active {
  background: #e0aea9;
  color: #fff;
  cursor: default;
}

.block_list_item_move .products__sort li.active svg {
  color: #fff;
}

.block_list_item_move .products__sort li.active svg path,
.block_list_item_move .products__sort li.active svg text {
  fill: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.block_list_item_move .products__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.block_list_item_move .products__wrap::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .block_list_item_move .products__wrap {
    padding: 1.38888vw;
  }
}

.block_list_item_move .product.grid__item {
  padding: 1.38888vw;
  width: 32.4055555vw;
  width: calc((100% - 2.777777778vw) / 3);
  /*height: 66vw;*/
}

@media screen and (min-width: 768px) {
  .block_list_item_move .product.grid__item {
    padding: 0 15px;
    width: calc(100% / 5);
    height: 350px;
  }
}

.block_list_item_move .product.grid__item .grid-view-item {
  margin: 0;
  padding: 0;
}

.block_list_item_move .product.grid__item .grid-view-item a{
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .block_list_item_move .product.grid__item .img {
    padding-top: calc(31.61111vw - 1.38888vw);
    width: 100%;
  }
}

.block_list_item_move .product.grid__item .img img {
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .block_list_item_move .product.grid__item .img img {
    height: 32.4055555vw;
  }
}

.block_list_item_move .product.grid__item .text {
  margin-top: 5px;
  height: 4.5em;
}

@media screen and (min-width: 768px) {
  .block_list_item_move .product.grid__item .text {
    padding: 0.5em 0.5em 0;
    font-weight: 500;
    font-size: 16px;
  }
}

.block_about{
  padding: 0px 0 50px 0;
  margin: -10px 0 0 0;
}
.block_about .image{
}
.block_about .text{
  margin:0 20px;
}
.block_about .color-transfer{
  background:#FAF7ED;
  padding:15px;
  margin-top:30px;
  border-radius:5px;
}
.block_about .color-transfer h3{
  font-weight:500;
  font-size:16px;
  text-align:center;
  margin: 0 10px 10px;
}
.block_about .color-transfer p{
  font-size:12px;
}
 .block_about .color-transfer .btn_common{
  margin-top:40px;
}
@media screen and (min-width: 768px) {
.block_about{
  display:flex;
  flex-wrap:wrap;
  width: 1200px;
  margin: 50px auto 50px;
}
  .block_about h2{
  width: 100%;
}
  .block_about .image{
  width:40%;
}
.block_about .text{
  width:55%;
  line-height: 2em;
  padding:0 3em;
}
 .block_about .color-transfer .btn_common{
  margin-top:20px;
}
  
.block_about .text h2{
  margin:0 auto 20px;
  padding: 20px 0 10px;
}
}


.block_gift{
  display:flex;
  flex-wrap:wrap;
}
.block_gift h2{
  width:100%;
}
.block_gift .gift_block{
  display:flex;
  flex-wrap: wrap;
}
.block_gift .gift_block .block{
  width:50%;
  padding: 0 5px 30px 5px;
}
.block_gift .gift_block .block h3{
font-size: 18px;
    text-transform: none;
    margin: 10px 0;
}
.block_gift .image{
  order:1;
}
.block_gift .text{
  margin:0 20px;
  order:2;
}
@media screen and (min-width: 768px) {
.block_gift{
  display:flex;
  width: 1200px;
  margin: 0 auto;
}
.block_gift .image{
  width:40%;
  order:2;
  margin-top:100px;
}
.block_gift .text{
  width:60%;
  order:1;
  margin:0;
}
.block_gift .text h2{
  margin:0 auto 20px;
  padding: 0px 0 10px;
}
.block_gift .gift_block{
  display:flex;
}
.block_gift .gift_block .block{
  width: 25%;
  padding: 0 10px;
}
  .block_gift .text h3{
  font-size: 16px;
    margin: 0;
}
  .block_gift a img{
  width:400px;
}
}
}

.block_insta {
  padding: 10px 15px;
}
.block_contents {
background: #EEEEEE;
    padding: 0 0 40px;
}
.block_qa dl {
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 20px);
}
@media screen and (min-width: 768px) {
  .block_qa dl {
    margin: 30px auto;
  }
}
.block_qa dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin: 0;
  padding: 2.77777vw 8.33333vw 2.77777vw 2.77777vw;
  background: #b9c6ce;
  border-radius: 5px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .block_qa dl dt {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 50px 10px 40px;
    min-height: 60px;
    font-size: 18px;
  }
}

.block_qa dl dt:after {
  content: "\f067";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin: 0 2.77777vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .block_qa dl dt:after {
    font-size: 20px;
    margin: 0 10px;
  }
}

.block_qa dl dt.open {
  border-radius: 5px 5px 0 0;
}

.block_qa dl dt.open:after {
  content: "\f068";
}

.block_qa dl dt:nth-of-type(n + 2) {
  margin-top: 10px;
}

.block_qa dl dd {
  display: none;
  margin: 0;
  padding: 15px;
  border: 1px solid #b9c6ce;
  border-top: none;
  border-radius: 0 0 5px 5px;
  position: relative;
  line-height: 1.7em;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .block_qa dl dd {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px 20px 40px;
    font-size: 16px;
  }
}

.index_header {
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .index_header {
    margin-top: -60px;
  }
}

/*#pp-nav {
  @include sp {
    display: none;
  }
  li {
    display: block;
    position: fixed;
    bottom: 100px;
    right: 100px;
    &:nth-last-of-type(n + 2) {
      display: none;
    }
    .pp-tooltip {
      display: block;
    }
  }
}*/
@media screen and (max-width: 767px) {
  #menu {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #menu {
    position: fixed;
    bottom: 25px;
    right: 30px;
    z-index: 999;
  }
  #menu li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    width: 180px;
    background: rgb(185 198 206);
    border: 1px solid #fff;
  }
  #menu li.active {
    opacity: 0;
    visibility: hidden;
  }
  #menu li:nth-last-of-type(n + 2) {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

section.layout_giftservice {
  max-width: 1200px;
  margin: auto;
}
section.layout_giftservice div.wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


section.layout_giftservice div.block p {
margin: 10px 5px 0;
    text-align: left;
    font-size: 12px;
}
section.layout_giftservice div.block p.img {
  margin: 0;
}
section.layout_giftservice div.block table {
  font-size: 12px;
}
section.layout_giftservice div.block table th {
  padding: 0 5px;
  width: 35%;
}
section.layout_giftservice div.block table td {
  padding: 0 5px;
  width: 65%;
}

@media screen and (max-width: 767px) {
  section.layout_giftservice div.wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  section.layout_giftservice div.block {
    width: calc(50% - 30px);
    margin: 10px 0;
  }
  section.layout_giftservice div.block h3 {
    font-size: 16px;
    margin: 10px 0;
        text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .block_contents .scene {
    padding: 0;
  }
}

.block_contents .scene h3 {
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  max-width: 1000px;
  border-radius: 100px;
  margin: 0 auto 20px;
  color: #92afc1;
  background: #fffdeb;
}
@media screen and (max-width: 767px) {
  .block_contents .scene h3 {
    text-align: left;
    padding: 10px 20px;
    margin: 30px auto;
    font-size: 18px;
    width: 90%;
    border-radius: 5px;
  }
}
.block_contents .scene ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
  padding: 0;
  list-style: none;
  justify-content: space-between;

}

.block_contents .scene ul li {
  text-align: center;
  background: #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #857A7A;
  box-shadow: 0 0 15px -5px #777;
  padding: 3px 3px 10px 3px;
}
.block_contents .scene ul li:hover {
  opacity: 0.7;
}

.block_contents .scene ul li img {
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 767px) {
  .block_contents .scene ul li {
    width: calc((100% - 30px) / 3);
    font-size: 12px;
  }
  .block_contents .scene ul li:nth-of-type(1),.block_contents .scene ul li:nth-of-type(2) {
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .block_contents .scene ul {
    justify-content: center;
  }
  .block_contents .scene ul li {
    width: calc((100% / 5) - 30px);
    max-width: 240px;
    margin: 10px;
  }
  .block_contents .scene ul li span{
    display: block;
    padding: 5px 0 10px;
  }
}
.block_case h2 {
  font-size: 20px;
    line-height: 26px;
}
.block_case .scene ul {
  display:flex;
  justify-content: center;
  margin: 0 20px;
}
.block_case .scene ul li span {
  font-size: 14px;
  width: 100%;
      text-align: left;
}

.block_case .scene ul li a {
  text-decoration: none;
  color: #232f3e;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .block_case .scene ul li span {
    font-size: 18px;
  }
}

.block_fv_products .text {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .block_fv_products .text {
    padding: 20px;
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  .block_fv_products .text {
    text-align: center;
    font-size: 14px;
  }
}

.block_fv_products .text p {
  font-size: 14px;
  line-height: 2em;
  margin: 0 20px 15px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .block_fv_products .text p {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .block_fv_products .text .btn_common {
    width: 350px;
    margin: 50px auto 0;
  }
}

.block_fv_products {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .block_fv_products {
    margin-top: 60px;
    display: flex;
    align-items: center;
  }
  .block_fv_products div {
    width: 60%;
  }

  .block_fv_products p.image {
    width: 40%;
  }
}
.block_fv_products p.image img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .block_fv_products p.image {
    padding: 0px 10%;
  }
  .block_fv_products ul {
    padding: 0 15px 0 0;
    width: calc(100% + 65px);
    overflow-x: auto;
    margin-left: -80px;
  }
}

@media screen and (min-width: 768px) {
  .block_fv_products ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .block_fv_products ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30vw;
    -ms-flex: 0 0 30vw;
    flex: 0 0 30vw;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .block_fv_products ul li {
    width: 200px;
    margin-right: 20px;
  }
  .block_fv_products ul li:nth-of-type(n + 2) {
    margin-left: 15px;
  }
}

.block_fv_products ul li img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .block_fv_products ul li img {
    height: 30vw;
    border-radius: 10px;
  }
}

@media screen and (min-width: 768px) {
  .block_fv_products ul li img {
    height: 140px;
  }
}

@media screen and (min-width: 768px) {
  .block_fv_products .btn {
    font-size: 20px;
    border-radius: 40px;
    margin-top: 50px;
    width: 300px;
    box-shadow: 0 0 16px -5px #0003;
  }
}

@media screen and (min-width: 768px) {
  .header_index {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

/**
* レアーレが選ばれる理由 22/05/20～
*/
.block_reason {
  text-align: center;
  padding:0 0 40px;
  max-width: none !important;
}
.block_reason h3{
  margin: 50px auto 20px;
  text-align:left;
  width: 1200px;
}

@media screen and (max-width: 767px) {
  .block_reason {
    margin-top: 10px;
    padding:0 0 40px;
  }
  .block_reason h3{
  width: calc(100% - 20px);
  margin: 40px 20px 20px;
}
  .block_reason h3:nth-child(1){
  margin: 20px 20px 20px;
}
}
.block_reason h2.text_only {
  display: inline-block;
  color: #fff;
  font-size: clamp(12px, 4.1025641vw, 18px);
  font-weight: 500;
  text-align: center;
  margin: 0 auto clamp(15px, 6.41025641vw, 30px);
  padding: 0.5em 1em;
  background-color: #e0aea9;
  border-radius: 3em;
}
.block_reason .list_item_reason {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 1.28205128vw;
}
.block_reason .list_item_reason li {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 clamp(2px, 1.28205128vw, 15px);
  padding: clamp(5px, 2.56410256vw, 30px) 0 clamp(10px, 3.84615385vw, 35px);
  width: calc(50% - 2.56410256vw);
  max-width: 270px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .block_reason .list_item_reason li:nth-of-type(n + 3) {
    margin-top: 3.84615385vw;
  }
}
@media screen and (min-width: 768px) {
  .block_reason h2{
    margin:0;
  }
  .block_reason h3:first-of-type{
  margin: 0 auto 20px;
}
  .block_reason .list_item_reason li {
    width: calc(25% - 2.56410256vw);
    border-radius: 20px;
  }
}
.block_reason .list_item_reason li span:first-of-type {
  margin-bottom: clamp(10px, 3.84615385vw, 25px);
  height: 19.4871795vw;
  max-height: 72px;
}
@media screen and (max-width: 767px) {
  .block_reason .list_item_reason li span:first-of-type {
    max-height: 50px;
  }
}
.block_reason .list_item_reason li span:first-of-type img {
  width: auto;
  height: 100%;
}
.block_reason .list_item_reason li span:last-of-type {
  color: #c98657;
  font-size: clamp(12px, 3.58974359vw, 18px);
}
@media screen and (min-width: 768px) {
  .block_reason .list_item_reason li span:last-of-type {
    font-size: clamp(11px, 1.43229167vw, 18px);
  }
}

.block_reason .list_item_reason + p {
  font-size: 20px;
  margin-top: 25px;
}
.block_reason .list_item_reason + p + p {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .block_reason .list_item_reason + p + p {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .block_reason .list_item_reason + p {
    font-size: 26px;
    margin-top: 50px;
  }
  .block_reason .list_item_reason + p + p {
    font-size: 18px;
    line-height: 1.7;
  }
}

.block_bnr {
  text-align: center;
  padding: 0;
}


  .block_bnr ul{
    display: flex;
    flex-wrap: wrap;
        justify-content: space-around;
    margin: 0 20px;
  }
  .block_bnr ul li{
    width: 30%;
    display: flex;
  }
    .block_bnr ul li a{
justify-content: center;
    width: 100%;
    border: 1px solid #857A7A;
      color:#857A7A;
    border-radius: 20px;
    height: 30px;
    display: flex;
    align-items: center;
      margin: 0 0 10px 0;
      font-size: 14px;
    }
.block_bnr ul li a:hover {
  opacity: 0.7;
}
.block_reason .scroll_content{
  display: flex;
  height: 165px;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .block_bnr h2{
  padding: 0;
}
  .block_bnr ul{
    width:1200px;
    margin: 0 auto;
    justify-content: center;
  }
  .block_bnr ul li{
    width: 120px;
  }
  .block_bnr ul li a{
    width: 120px;
    margin:10px;
    height: 40px;
  }
}
.block_reason .scroll_content li{
 width: 150px;
  margin: 0 0 0 20px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
.block_reason .scroll_content{
  width: 100%;
  max-width:1200px;
  height: 200px;
  margin: auto;
}
  .block_reason .scroll_content li{
 width: 180px;
}
}
.block_list{
background: url(/cdn/shop/files/top_border.jpg?v=1702977585)no-repeat;
    background-size: 100%;
    background-color: #eee;
  padding:20px 0 40px 0;
}
.block_list h3{
  margin: 50px 20px 20px;
}
.block_list .scroll_content{
  display: flex;
  width: 100%;
  height: 270px;
}
.block_list .scroll_content li{
 width: 60%;
  margin: 0 0 20px 20px;
  flex-shrink: 0;
  border-radius: 5px;
    background: #fff;
  box-shadow: 0 0 15px -5px #777;
}
@media screen and (min-width: 768px) {
.block_list h2{
  padding: 60px 0 0em;
}
.block_list h3{
  margin: 50px auto 20px;
  width: 1200px;
}
.block_list .scroll_content{
  width: 100%;
  max-width: 1200px;
  height: 290px;
  margin: auto;
}
}
@media screen and (max-width: 767px) {
.block_list .scroll_content{
overflow-x: scroll;
    overflow-y: hidden;
}
}
.block_list .scroll_content li{
 width: 200px;
 height: 260px;
  border: 1px solid #857A7A;
}
.block_list .scroll_content li .text{
padding:0 10px;
  font-size:13px;
}
.block_list .scroll_content li .price{
padding:0 10px;
  text-align:right;
  align-items: end;
}
.block_list .scroll_content li img{
 border-radius: 5px 5px 0 0;
  width: 200px;
  height: 180px;
  object-fit: cover;
}
.block_ranking{
    background-size: 100%;
  padding:20px 0 40px 0;
}
.block_ranking h3{
  margin: 50px 20px 20px;
}
.block_ranking .scroll_content{
  display: flex;
  width: 100%;
  height: 280px;
}
.block_ranking .scroll_content li{
  position: relative;
 width: 60%;
  margin: 0 0 0 20px;
  flex-shrink: 0;
  border-radius: 5px;
    background: #fff;
      border: 1px solid #857A7A;
}
.block_ranking .scroll_content li span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: white;
  background: #857a7a;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.block_ranking .scroll_content li span:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #857a7a;
  border-radius: 5px 0 0 5px;
}
.block_ranking .scroll_content li span:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #5b4f4f;
  border-radius: 5px 0 0 5px;
}
@media screen and (min-width: 768px) {
.block_ranking h2{
  padding: 0 0 20px 0;
}
.block_ranking h3{
  margin: 50px auto 20px;
  width: 1200px;
}
.block_ranking .scroll_content{
  width: 100%;
  max-width: 1200px;
  height: 280px;
  margin: auto;
  justify-content: space-around;
}
}
@media screen and (max-width: 767px) {
.block_ranking .scroll_content{
overflow-x: scroll;
    overflow-y: hidden;
}
}
.block_ranking .scroll_content li{
 width: 200px;
 height: 260px;
  box-shadow: 0px 0px 15px -5px #777777;
}
.block_ranking .scroll_content li .text{
padding:0 10px;
font-size:13px;
}
.block_ranking .scroll_content li .price{
padding:0 10px;
  text-align:right;
  align-items: end;
}
.block_ranking .scroll_content li img{
 border-radius: 5px 5px 0 0;
  width: 200px;
  height: 180px;
  object-fit: cover;
}
  .block_case h2 span{
    font-size:14px;
  }
  .block_case p.lead{
    text-align:center;
  }
  .block_case ul li{
    border: 1px solid #857A7A;
    box-shadow: 0 0 15px -5px #777;
    margin: 0 20px;
    border-radius: 5px;
    width: 100%;
  }
  .block_case ul li a{
    display: flex;
  }
  .block_case ul li a span.case_ttl{
    font-size: 12px;
    width: 370px;
    margin:5px 10px;
    text-align: center;
  }
  .block_case ul li a span.case_ttl .shopname{
    font-size: 18px;
    font-weight:bold;
  }
  .block_case ul li a span.caseimg{
    width: 180px;
    line-height: 0;
  }
  @media screen and (min-width: 768px){
.block_case ul li {
    width: 480px;
}
.block_case ul li a span.case_ttl {
    font-size: 16px;
    width: 370px;
  display: block;
} 
    .block_case ul li a span.case_ttl .shopname {
    font-size: 20px;
}
  }
.scroll{
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (min-width: 768px){
::-webkit-scrollbar {
width: 16px;
height: 5px;
}
::-webkit-scrollbar-track {
background-color: #fff;
border-radius: 100px;
}
::-webkit-scrollbar-thumb {
background: #eee;
border-radius: 100px;
width: 80px;
height: 6px;
}
}
.block_quality ul {
  display: flex;
  padding: 0 0 15px 0;
  margin: 0;
  list-style: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.block_quality li {
  flex: 0 0 auto;
  margin-left:20px;
  scroll-snap-align: start;
}

.block_quality img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
}

/* デスクトップ時：画像を中央寄せで横並び */
@media screen and (min-width: 769px) {
  .block_quality ul {
    justify-content: center;
    overflow-x: visible;
  }
  .block_quality img {
  max-width: 350px;
}
}