@charset "utf-8";
/* CSS Document */
* {
  min-height: 0vw;
}
/*===============================================
●共通
===============================================*/
/* prettier-ignore */
#hanabyhince h1,h2,h3,h4,h5,p {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
/* prettier-ignore */
#hanabyhince ul,li,dl,dt,dd,figure {
    margin: 0;
    list-style: none;
    padding: 0;
  }
/* prettier-ignore */
#hanabyhince a:link,a:visited,a:hover,a:active,a:focus {
    text-decoration: none;
  }

#hanabyhince img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
}

/* ============= text関連 ============== */
#hanabyhince .lead-area .leadB {
  text-align: center;
  font-weight: 400;
  font-size: clamp(1.65rem, 2.4vw, 2.5rem);
  /* margin: 0 0 2rem; */
}
#hanabyhince .lead-area .leadB span {
  text-align: center;
  font-weight: 400;
  font-size: clamp(1rem, 1.5vw, 1.55rem);
  margin: 0 0 0.5rem;
  display: block;
}
#hanabyhince .lead-area .leadT {
  text-align: center;
  font-weight: 400;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.05em;
}
#hanabyhince .lead-area .leadT1 {
  text-align: center;
  font-weight: 600;
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  margin: 0.7rem 0 0;
}
#hanabyhince .lead-area .leadT span {
  margin: 5px 0 0;
  display: block;
  color: #fff;
  font-size: clamp(0.85rem, 2vw, 0.95rem);
}
#hanabyhince .cate-area ul li figcaption {
  font-size: clamp(0.85rem, 0.95vw, 1rem);
}
#hanabyhince .item-area .date {
  text-align: center;
  border: 1px solid #945660;
  padding: 2px 8px;
  box-sizing: border-box;
  width: 140px;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
}
#hanabyhince .item-area .name {
  text-align: left;
  font-size: clamp(1.1rem, 1.2vw, 1.3rem);
  font-weight: 700;
  line-height: 1.4;
}
#hanabyhince .item-area .name .sm {
  text-align: left;
  font-size: clamp(0.9rem, 4vw, 1.05rem);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  display: block;
}
#hanabyhince .item-area .name-sm {
  text-align: left;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
#hanabyhince .item-area .price {
  text-align: right;
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  font-weight: 500;
}
#hanabyhince .item-area .price-sm {
  text-align: right;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  font-weight: 600;
}
#hanabyhince .item-area .txt {
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  text-align: left;
  line-height: 1.6;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.05em;
}
#hanabyhince .item-area .txt span {
  font-size: clamp(0.78rem, 0.85vw, 0.83rem);
  text-align: left;
  line-height: 1.6;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.05em;
  display: block;
  margin: 0.2rem 0 0;
}
#hanabyhince .item-area .txt .note {
  font-size: clamp(0.78rem, 0.85vw, 0.83rem);
  text-align: left;
  line-height: 1.2;
  margin: 0.5rem 0 0;
}
#hanabyhince .item-wrap .others {
  width: 30%;
  background: #945660;
  color: #fff;
  border-radius: 50px;
  padding: 0.2rem;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  font-weight: 500;
  text-align: center;
}
#hanabyhince .ttl_h2 {
  text-align: center;
  font-size: clamp(1.3rem, 1.4vw, 1.8rem);
  position: relative;
  color: #fff;
  font-weight: 600;
  padding: 3rem 0;
  margin: 0 auto;
  font-family: 'graphie', sans-serif;
  will-change: transform;
}
#hanabyhince .ttl_h2 span {
  text-align: center;
  font-weight: 500;
  font-size: clamp(0.95rem, 1vw, 1.1rem);
  position: relative;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
#hanabyhince .ttl_h3 {
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
  position: relative;
  font-family: 'graphie', sans-serif;
}
#hanabyhince .brand .brand_h3 {
  font-weight: 600;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
  position: relative;
}
#hanabyhince .swiper-slide {
  font-size: clamp(0.8rem, 1.4vw, 1rem);
}
#hanabyhince .swiper_thumbs .swiper-slide .fif::before,
#hanabyhince #item04 .swiper_thumbs .swiper-slide .six::before {
  font-size: clamp(0.7rem, 1.3vw, 1rem);
}
/*===== ===== ===== ===== ===== ===== 
・KVスライダー再生ボタン
====== ===== ===== ===== ===== ===== */
#hanabyhince .kv .swiper {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#hanabyhince .kv .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hanabyhince .kv .btn {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  border: solid 2px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

#hanabyhince .kv .btn.stop::before,
#hanabyhince .kv .btn.stop::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 12px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

#hanabyhince .kv .btn.stop::before {
  left: 40%;
  transform: translateX(-50%);
}

#hanabyhince .kv .btn.stop::after {
  right: 40%;
  transform: translateX(50%);
}

#hanabyhince .kv .btn.play::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
  transition: all 0.3s ease-in-out;
  left: 55%;
  transform: translateX(-50%);
}

#hanabyhince .kv .play_button_wrap {
  text-align: center;
  padding: 0.4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ============= コンテンツエリア ============== */

/*===== loading ======*/
.c-loader-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: grid;
  place-items: center;
  pointer-events: none;
  background: #a45f5e;
}
.c-loader-bg .c-logo {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.c-loader-bg .c-logo img {
  width: 50%;
  height: auto;
}

/*===== sale ======*/
#hanabyhince .sale-area {
  background: #db0000;
  margin: 0 0 1rem;
  padding: 1rem 1rem 0.8rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  outline: 1px solid #fff;
  outline-offset: -10px;
  border: 1px solid #fff;
  font-family: 'Noto Sans JP', sans-serif;
}
#hanabyhince .sale-area .big {
  font-size: 1.3rem;
  background: #fff;
  border-radius: 50px;
  color: #db0000;
  padding: 0.2rem 1rem;
}
#hanabyhince .sale-area p {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 600;
}
#hanabyhince .sale-area dl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 1rem;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.05em;
}
#hanabyhince .sale-area dl::before,
#hanabyhince .sale-area dl::after {
  content: '';
  display: block;
  height: 1px;
  width: 30px;
  background: #fff;
  position: relative;
}
#hanabyhince .sale-area dl::before {
  left: -5px;
}
#hanabyhince .sale-area dl::after {
  right: -5px;
}
#hanabyhince .sale_box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#hanabyhince .sale_box .price span {
  position: relative;
  text-align: right;
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  font-weight: 500;
  position: relative;
}
#hanabyhince .sale_box .price span::after {
  content: '';
  display: block;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background: #db0000;
  width: 20px;
  height: 10px;
  position: absolute;
  top: 2rem;
  right: 2.5rem;
}
#hanabyhince .sale_box .sale_price {
  text-align: right;
  font-size: clamp(1.15rem, 2vw, 1.2rem);
  font-weight: 600;
  color: #db0000;
}
#hanabyhince .sale-area ul {
  display: flex;
  font-size: 0.8rem;
}
#hanabyhince .sale-area ul li::before {
  content: '\203b'; /* 「※」をUnicodeで指定 */
}

#hanabyhince {
  margin: 0 calc(50% - 50vw);
  width: calc(100vw - 0.7%);
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 99;
  font-family: 'graphie', 'Zen Kaku Gothic New', 'Zen Antique Soft', sans-serif;
}

/*======== bg ==========*/
div#contents {
  background: #a45f5e;
  width: 100%;
  min-height: 100vh;
  background-attachment: fixed;
  padding: 10px 0 2rem;
}

#hanabyhince .imgbox {
  max-width: 1200px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  z-index: 0;
  margin: 0 auto;
}
#hanabyhince section {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/*========= lead-area =========*/
#hanabyhince .text-area {
  background: #fff;
  color: #945660;
  width: 100%;
  font-family: 'Zen Antique Soft', sans-serif;
}
#hanabyhince .lead-area {
  position: relative;
  padding: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
#hanabyhince .lead-area .leadB .txt01 {
  margin: 0;
}
#hanabyhince .lead-area .leadB .txt02 {
  margin: 0 0 0.7rem;
}
/*========= category-area ==========*/
#hanabyhince .cate {
  max-width: 1200px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto 4rem;
}
#hanabyhince .cate .ttl_h2 {
  padding: 2rem 0 3rem;
}
#hanabyhince .cate .ttl_h2::before {
  content: '';
  display: block;
  position: absolute;
  top: 49%;
  left: 50%;
  margin: auto;
  border: 1.3px solid #fff;
  width: 90px;
  transform: translate(-50%, -50%);
}
#hanabyhince .cate .ttl_h2 span {
  display: block;
  padding: 0.5rem 0 0;
}
#hanabyhince .cate-area ul {
  display: grid;
  grid-template-columns: repeat(4, 23%);
  gap: 1rem;
  justify-content: center;
  justify-items: center;
  width: 80%;
  margin: 0 auto;
}
#hanabyhince .cate-area ul li a {
  display: block;
  background: #fff;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: hidden;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
}
#hanabyhince .cate-area ul li a img {
  height: auto;
  transition: transform 0.6s ease;
  width: 84%;
  margin: auto;
  position: relative;
  top: 1rem;
  left: 0;
  right: 0;
}
#hanabyhince .cate-area ul li a img:hover {
  transform: scale(1.1);
}
#hanabyhince .cate-area ul li figcaption {
  color: #fff;
  font-weight: bold;
  font-family: 'graphie', sans-serif;
  margin: 0.3rem 0 0;
}
/*=========== separate-area ==========*/
#hanabyhince .separate {
  overflow: hidden;
  height: 20vw;
}
/*=========== item-area ============*/
#hanabyhince .item .ttl_h2 {
  width: 100%;
  color: #653940;
  font-weight: 600;
  margin: 0 auto;
  padding: 3rem 0 1rem;
  text-align: center;
  font-family: 'graphie', sans-serif;
  will-change: transform;
}
#hanabyhince .item .ttl_h2::before {
  content: '';
  display: block;
  position: absolute;
  top: 65%;
  left: 50%;
  margin: auto;
  border: 1.3px solid #653940;
  width: 60px;
  transform: translate(-50%, -50%);
}
#hanabyhince .item .ttl_h2 span {
  display: block;
  padding: 0.5rem 0 0;
}
#hanabyhince .item {
  background:
    linear-gradient(to top, rgba(164, 95, 94, 0.2) 50%, rgba(164, 95, 94, 0.2) 50%),
    url('../images/bg.jpg') repeat;
  width: 100%;
  min-height: 100vh;
  background-attachment: fixed;
  background-size: 20%;
  background-position: center center;
}
#hanabyhince .item-area {
  max-width: 1200px;
  width: 100%;
  margin: 3rem auto 0;
  padding: 0 0 2%;
  box-sizing: border-box;
  color: #945660;
  position: relative;
}
#hanabyhince .item-area .item-wrap {
  display: flex;
  gap: 1rem;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
#hanabyhince .item-wrap sm {
  padding: 0.2rem 0 0;
}
#hanabyhince .item-area .item-wrap:nth-of-type(even) {
  flex-direction: row-reverse;
}
#hanabyhince .item-wrap .swiper_thumbs {
  position: absolute;
  bottom: 0;
  width: 27%;
  height: auto;
  cursor: pointer;
  margin: 1rem 1rem 2rem 0.5rem;
  padding: 2rem 1rem 1rem;
  box-sizing: border-box;
}
#hanabyhince .item-wrap .swiper_thumbs.for {
  width: 43%;
}
#hanabyhince .item-wrap .swiper_thumbs.thd {
  width: 36%;
}
#hanabyhince .item-wrap .swiper_thumbs.six {
  width: 50%;
}
#hanabyhince #item01 .swiper_thumbs,
#hanabyhince #item03 .swiper_thumbs,
#hanabyhince #item06 .swiper_thumbs,
#hanabyhince #item08 .swiper_thumbs,
#hanabyhince #item09 .swiper_thumbs {
  left: 50%;
}
#hanabyhince #item02 .swiper_thumbs,
#hanabyhince #item04 .swiper_thumbs,
#hanabyhince #item05 .swiper_thumbs,
#hanabyhince #item07 .swiper_thumbs {
  left: 0;
}
#hanabyhince .swiper_thumbs .swiper-slide.swiper-slide-thumb-active .fs,
#hanabyhince .swiper_thumbs .swiper-slide.swiper-slide-thumb-active .scd,
#hanabyhince .swiper_thumbs .swiper-slide.swiper-slide-thumb-active .thd,
#hanabyhince .swiper_thumbs .swiper-slide.swiper-slide-thumb-active .for,
#hanabyhince .swiper_thumbs .swiper-slide.swiper-slide-thumb-active .fif,
#hanabyhince .swiper_thumbs .swiper-slide.swiper-slide-thumb-active .six {
  outline: 1.5px solid #945660;
  outline-offset: 3px;
}
#hanabyhince .swiper-backface-hidden .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#hanabyhince .item-wrap .swiper_thumbs .swiper-slide > div {
  width: 60px;
  height: 60px;
  background: #ddd;
  border-radius: 50%;
}
#hanabyhince .swiper_thumbs .swiper-slide:first-child {
  display: none;
}
/*item01*/
#hanabyhince #item01 .swiper_thumbs .swiper-slide .fs {
  background: #f3cdb6;
}
#hanabyhince #item01 .swiper_thumbs .swiper-slide .scd {
  background: #d6bfc7;
}
/*item02*/
#hanabyhince #item02 .swiper_thumbs .swiper-slide .fs {
  background: #f0d0b4;
}
#hanabyhince #item02 .swiper_thumbs .swiper-slide .scd {
  background: #ebc8a2;
}
/*item03*/
#hanabyhince #item03 .swiper_thumbs .swiper-slide .fs {
  background: #cc6c67;
}
#hanabyhince #item03 .swiper_thumbs .swiper-slide .scd {
  background: #c94e58;
}
#hanabyhince #item03 .swiper_thumbs .swiper-slide .thd {
  background: #b65341;
}
#hanabyhince #item03 .swiper_thumbs .swiper-slide .for {
  background: #8d4a4a;
}
/*item04*/
#hanabyhince #item04 .swiper_thumbs .swiper-slide .fs {
  background: #d6726d;
}
#hanabyhince #item04 .swiper_thumbs .swiper-slide .scd {
  background: #d45e67;
}
#hanabyhince #item04 .swiper_thumbs .swiper-slide .thd {
  background: #8f424b;
}
#hanabyhince #item04 .swiper_thumbs .swiper-slide .for {
  background: #ad5d42;
}
#hanabyhince #item04 .swiper_thumbs .swiper-slide .fif {
  background: #d1705f;
}
#hanabyhince #item04 .swiper_thumbs .swiper-slide .six {
  background: #ad4833;
}
#hanabyhince #item08 .swiper_thumbs .swiper-slide .for::before {
  content: 'NEW';
  display: block;
  position: relative;
  top: -1.7rem;
  font-weight: 600;
}
/*item05*/
#hanabyhince #item05 .swiper_thumbs .swiper-slide .fs {
  background: #eb7a63;
}
#hanabyhince #item05 .swiper_thumbs .swiper-slide .scd {
  background: #f68797;
}
#hanabyhince #item05 .swiper_thumbs .swiper-slide .thd {
  background: #cb6051;
}
/*item06*/
#hanabyhince #item06 .swiper_thumbs .swiper-slide .fs {
  background: #e0d0c9;
}
#hanabyhince #item06 .swiper_thumbs .swiper-slide .scd {
  background: #e0cac6;
}
/*item07*/
#hanabyhince #item07 .swiper_thumbs .swiper-slide .fs {
  background: #d4907c;
}
#hanabyhince #item07 .swiper_thumbs .swiper-slide .scd {
  background: #c48586;
}
#hanabyhince #item07 .swiper_thumbs .swiper-slide .thd {
  background: #89a4b0;
}
/*item08*/
#hanabyhince #item08 .swiper_thumbs .swiper-slide .fs {
  background: #dea099;
}
#hanabyhince #item08 .swiper_thumbs .swiper-slide .scd {
  background: #d78d92;
}
#hanabyhince #item08 .swiper_thumbs .swiper-slide .thd {
  background: #af7d67;
}
#hanabyhince #item08 .swiper_thumbs .swiper-slide .for {
  background: #edc8c0;
}
/*item09*/
#hanabyhince #item09 .swiper_thumbs .swiper-slide .fs {
  background: #f78b97;
}

#hanabyhince .swiper-button-next:after,
#hanabyhince .swiper-rtl .swiper-button-prev:after,
#hanabyhince .swiper-button-prev:after,
#hanabyhince .swiper-rtl .swiper-button-next:after {
  background: rgba(0, 0, 0, 0.1);
  padding: 0.4rem 0.8rem;
  color: #fff;
  font-size: 2.3rem;
}
#hanabyhince .new {
  background: #c94e58;
  color: #fff;
  padding: 1rem;
  font-weight: 600;
  font-size: 1.3rem;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 4;
}

#hanabyhince .ttl_h3 {
  background: #945660;
  width: 90%;
  margin: 0 auto;
  padding: 0.3rem 1rem;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-family: 'graphie', sans-serif;
}
#hanabyhince .ttl_h3:nth-of-type(odd) {
  justify-content: flex-start;
  transform-origin: right;
  transform: scaleX(0);
  will-change: transform;
}
#hanabyhince .ttl_h3:nth-of-type(even) {
  justify-content: flex-end;
  transform-origin: left;
  transform: scaleX(0);
  will-change: transform;
}
#hanabyhince .item-area .item-wrap .container,
#hanabyhince .item-area .item-wrap .txt_box {
  width: calc(100% / 2);
}
#hanabyhince .item-area .item-wrap .txt_box {
  padding: 2rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-sizing: border-box;
}
#hanabyhince .item-area .item-wrap .txt_box.le {
  padding: 2rem 1rem 1rem 1.5rem;
}
/*===== pic-area ======*/
#hanabyhince .pic {
  background: #fff;
  margin: 5rem 0 0;
}
#hanabyhince .pic ul {
  display: flex;
}
/*===== brand-area ======*/
#hanabyhince .brand .ttl_h2 {
  color: #653940;
  font-weight: 600;
  padding: 3rem 0;
  margin: 0 auto;
  text-align: center;
  font-family: 'graphie', sans-serif;
}
#hanabyhince .brand .ttl_h2::before {
  content: '';
  display: block;
  position: absolute;
  top: 51%;
  left: 50%;
  margin: auto;
  border: 1.3px solid #653940;
  width: 90px;
  transform: translate(-50%, -50%);
}
#hanabyhince .brand .ttl_h2 span {
  display: block;
  padding: 0.5rem 0 0;
}
#hanabyhince .brand {
  background: url('../images/brand_bg.webp') no-repeat;
  width: 100%;
  min-height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  margin: 0 0 2rem;
}
#hanabyhince .brand .bg {
  width: 100%;
  min-height: 100%;
  background: url('../images/brand_bg.png') repeat;
  background-size: 20%;
  background-position: center center;
  margin: 0 auto;
}
#hanabyhince .brand .brand-txt {
  max-width: 900px;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 2rem 0;
  text-align: left;
  color: #653940;
  box-sizing: border-box;
  font-feature-settings: 'palt' 1;
}
#hanabyhince .brand .brand_h3 {
  margin: 0 0 0.7rem;
}
#hanabyhince .brand p {
  margin: 0 0 2rem;
  font-size: 1.1rem;
  line-height: 2;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.05em;
}
#hanabyhince .pbtn {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
}
#hanabyhince .pbtn ul {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
}
#hanabyhince .pbtn .ly-mod-def-list li:before {
  left: -7px;
  background: #fff;
}
#hanabyhince .brand .brand-btn {
  padding: 0 0 1.5rem;
}
#hanabyhince .brand .brand-btn dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
#hanabyhince .brand .brand-btn dl dd {
  width: calc(7% / 2);
}
/*===== aem ======*/
.ly-wrp-breadcrumb span,
.ly-wrp-breadcrumb a:after {
  color: #fff;
}
div#contents a:visited,
div#contents a:link {
  color: #fff;
}
div#contents a.ly-mod-btn {
  color: #0171a6 !important;
}

/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {
  /*===== common ======*/
  #hanabyhince .pc-none {
    display: none;
  }
  [id^='ac'] {
    margin-top: -95px;
    padding-top: 95px;
  }
}
/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width: 736px) {
  #hanabyhince .sp-none {
    display: none;
  }
  #hanabyhince {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  div#contents {
    background: #a45f5e;
    width: 100%;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: 5%, 10%;
    background-position: center center;
    position: relative;
    z-index: 0;
  }
  [id^='ac'] {
    margin-top: -54px;
    padding-top: 54px;
  }
  /*===== main-area ======*/
  #hanabyhince .imgbox {
    max-width: 100%;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    z-index: 0;
    margin: 0 auto;
  }
  /*===== lead-area ======*/
  #hanabyhince .text-area {
    background: #fff;
    color: #945660;
    width: 100%;
    font-family: 'Zen Antique Soft', sans-serif;
  }
  #hanabyhince .lead-area {
    position: relative;
    padding: 1rem 0.5rem 1.3rem;
  }
  #hanabyhince .lead-area .leadB .txt01 {
    margin: 0;
  }
  #hanabyhince .lead-area .leadB .txt02 {
    margin: 0 0 0.7rem;
  }
  #hanabyhince .lead-area .leadT {
    text-align: left;
  }
  /*===== category-area ======*/
  #hanabyhince .cate {
    max-width: 100%;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto 3rem;
  }
  #hanabyhince .cate .ttl_h2 {
    padding: 1.5rem 0;
  }
  #hanabyhince .cate .ttl_h2::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    border: 1.3px solid #fff;
    width: 90px;
    transform: translate(-50%, -50%);
  }
  #hanabyhince .cate .ttl_h2 span {
    display: block;
    padding: 0.5rem 0 0;
  }
  #hanabyhince .cate-area ul {
    display: grid;
    grid-template-columns: repeat(4, 23%);
    gap: 1rem;
    justify-content: center;
    justify-items: center;
    width: 90%;
    margin: 0 auto;
  }
  #hanabyhince .cate-area ul li a {
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    overflow: hidden;
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.3));
    will-change: filter;
  }
  #hanabyhince .cate-area ul li a img {
    height: auto;
    transition: transform 0.6s ease;
    width: 100%;
    box-sizing: border-box;
    padding: 0.2rem;
    top: 0;
  }
  #hanabyhince .cate-area ul li a img:hover {
    transform: scale(1.1);
  }
  #hanabyhince .cate-area ul li figcaption {
    color: #fff;
    font-weight: bold;
    font-family: 'graphie', sans-serif;
    font-size: 0.7rem;
    text-align: center;
    margin: 0.3rem 0 0;
  }
  /*===== separate-area ======*/
  #hanabyhince .separate {
    overflow: hidden;
    height: 20vw;
  }
  /*===== item-area ======*/
  #hanabyhince .item .ttl_h2 {
    color: #653940;
    font-weight: 600;
    padding: 1.5rem 0 0;
    margin: 0 auto;
    text-align: center;
    font-family: 'graphie', sans-serif;
  }
  #hanabyhince .item .ttl_h2::before {
    content: '';
    display: block;
    position: absolute;
    top: 70%;
    left: 50%;
    margin: auto;
    border: 1.3px solid #653940;
    width: 70px;
    transform: translate(-50%, -50%);
  }
  #hanabyhince .item .ttl_h2 span {
    display: block;
    padding: 0.5rem 0 0;
  }
  #hanabyhince .item {
    background:
      linear-gradient(to top, rgba(164, 95, 94, 0.2) 50%, rgba(164, 95, 94, 0.2) 50%),
      url('../images/bg.jpg') repeat;
    width: 100%;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: 60%;
    background-position: center center;
  }
  #hanabyhince .item-area {
    max-width: 100%;
    width: 100%;
    margin: 2rem auto 0;
    padding: 0 0 2%;
    box-sizing: border-box;
    color: #945660;
    position: relative;
  }
  #hanabyhince .item-area .item-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 90%;
    margin: 0 auto 2rem;
    background: #fff;
    position: relative;
  }
  #hanabyhince .item-area .item-wrap:nth-of-type(even) {
    flex-direction: column;
  }
  #hanabyhince .item-area .date {
    width: 100%;
    text-align: center;
  }
  #hanabyhince .item-wrap .others {
    width: 42%;
  }
  #hanabyhince .item-wrap sm {
    font-size: 0.9rem;
    padding: 0.3rem 0 0;
  }
  #hanabyhince .item-wrap .col-txt {
    font-size: 0.8rem;
  }
  #hanabyhince .item-wrap .swiper_thumbs {
    position: static;
    width: 40%;
    height: auto;
    cursor: pointer;
    text-align: center;
    padding: 1.5rem 0 0;
    margin: 0 auto;
  }
  #hanabyhince .item-wrap .swiper_thumbs.for {
    width: 80%;
    padding: 1.5rem 0 0;
  }
  #hanabyhince .item-wrap .swiper_thumbs.thd {
    width: 60%;
  }
  #hanabyhince .item-wrap .swiper_thumbs.six {
    width: 90%;
    padding: 1.5rem 0 0;
  }
  #hanabyhince #item01 .swiper_thumbs,
  #hanabyhince #item03 .swiper_thumbs,
  #hanabyhince #item05 .swiper_thumbs,
  #hanabyhince #item07 .swiper_thumbs {
    left: 0;
  }
  #hanabyhince #item02 .swiper_thumbs,
  #hanabyhince #item04 .swiper_thumbs,
  #hanabyhince #item06 .swiper_thumbs,
  #hanabyhince #item08 .swiper_thumbs {
    left: 0;
  }
  #hanabyhince .swiper_thumbs .swiper-slide.swiper-slide-thumb-active .fs,
  #hanabyhince .swiper_thumbs .swiper-slide.swiper-slide-thumb-active .scd,
  #hanabyhince .swiper_thumbs .swiper-slide.swiper-slide-thumb-active .thd,
  #hanabyhince .swiper_thumbs .swiper-slide.swiper-slide-thumb-active .for,
  #hanabyhince .swiper_thumbs .swiper-slide.swiper-slide-thumb-active .fif,
  #hanabyhince .swiper_thumbs .swiper-slide.swiper-slide-thumb-active .six {
    outline: 1.5px solid #945660;
    outline-offset: 3px;
  }
  #hanabyhince .swiper-backface-hidden .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #hanabyhince .item-wrap .swiper_thumbs .swiper-slide > div {
    width: 50px;
    height: 50px;
    background: #ddd;
    border-radius: 50%;
  }
  #hanabyhince .item-wrap .swiper_thumbs.six .swiper-slide > div {
    width: 40px;
    height: 40px;
  }
  #hanabyhince .swiper_thumbs .swiper-slide:first-child {
    display: none;
  }
  /*item01*/
  #hanabyhince #item01 .swiper_thumbs .swiper-slide .fs {
    background: #f3cdb6;
  }
  #hanabyhince #item01 .swiper_thumbs .swiper-slide .scd {
    background: #d6bfc7;
  }
  /*item02*/
  #hanabyhince #item02 .swiper_thumbs .swiper-slide .fs {
    background: #f0d0b4;
  }
  #hanabyhince #item02 .swiper_thumbs .swiper-slide .scd {
    background: #ebc8a2;
  }
  /*item03*/
  #hanabyhince #item03 .swiper_thumbs .swiper-slide .fs {
    background: #cc6c67;
  }
  #hanabyhince #item03 .swiper_thumbs .swiper-slide .scd {
    background: #c94e58;
  }
  #hanabyhince #item03 .swiper_thumbs .swiper-slide .thd {
    background: #b65341;
  }
  #hanabyhince #item03 .swiper_thumbs .swiper-slide .for {
    background: #8d4a4a;
  }
  /*item04*/
  #hanabyhince #item04 .swiper_thumbs .swiper-slide .fs {
    background: #d6726d;
  }
  #hanabyhince #item04 .swiper_thumbs .swiper-slide .scd {
    background: #d45e67;
  }
  #hanabyhince #item04 .swiper_thumbs .swiper-slide .thd {
    background: #8f424b;
  }
  #hanabyhince #item04 .swiper_thumbs .swiper-slide .for {
    background: #ad5d42;
  }
  #hanabyhince #item04 .swiper_thumbs .swiper-slide .fif {
    background: #d1705f;
  }
  #hanabyhince #item04 .swiper_thumbs .swiper-slide .six {
    background: #ad4833;
  }
  /*item05*/
  #hanabyhince #item05 .swiper_thumbs .swiper-slide .fs {
    background: #eb7a63;
  }
  #hanabyhince #item05 .swiper_thumbs .swiper-slide .scd {
    background: #f68797;
  }
  #hanabyhince #item05 .swiper_thumbs .swiper-slide .thd {
    background: #cb6051;
  }
  /*item06*/
  #hanabyhince #item06 .swiper_thumbs .swiper-slide .fs {
    background: #e0d0c9;
  }
  #hanabyhince #item06 .swiper_thumbs .swiper-slide .scd {
    background: #e0cac6;
  }
  /*item07*/
  #hanabyhince #item07 .swiper_thumbs .swiper-slide .fs {
    background: #d4907c;
  }
  #hanabyhince #item07 .swiper_thumbs .swiper-slide .scd {
    background: #c48586;
  }
  #hanabyhince #item07 .swiper_thumbs .swiper-slide .thd {
    background: #89a4b0;
  }
  /*item08*/
  #hanabyhince #item08 .swiper_thumbs .swiper-slide .fs {
    background: #dea099;
  }
  #hanabyhince #item08 .swiper_thumbs .swiper-slide .scd {
    background: #d78d92;
  }
  #hanabyhince #item08 .swiper_thumbs .swiper-slide .thd {
    background: #af7d67;
  }
  #hanabyhince #item08 .swiper_thumbs .swiper-slide .for {
    background: #edc8c0;
  }
  /*item09*/
  #hanabyhince #item09 .swiper_thumbs .swiper-slide .fs {
    background: #f78b97;
  }

  #hanabyhince .new {
    background: #c94e58;
    color: #fff;
    padding: 1rem;
    font-weight: 600;
    font-size: 1.05rem;
    width: 25px;
    height: 25px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 4;
  }

  #hanabyhince #item08 .swiper_thumbs .swiper-slide .for::before {
    content: 'NEW';
    display: block;
    font-size: 0.8rem;
    position: relative;
    top: -1.4rem;
    font-weight: 600;
  }

  #hanabyhince .swiper-button-next:after,
  #hanabyhince .swiper-rtl .swiper-button-prev:after,
  #hanabyhince .swiper-button-prev:after,
  #hanabyhince .swiper-rtl .swiper-button-next:after {
    background: rgba(0, 0, 0, 0.1);
    padding: 0.4rem 0.6rem;
    color: #fff;
    font-size: 1.2rem;
  }
  #hanabyhince .ttl_h3 {
    background: #945660;
    width: 90%;
    margin: 0 auto;
    padding: 0.3rem 1rem;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-family: 'graphie', sans-serif;
  }
  #hanabyhince .ttl_h3:nth-of-type(odd) {
    justify-content: flex-start;
    border-radius: 20px 0 0 0;
    transform-origin: right;
    transform: scaleX(0);
    will-change: transform;
  }
  #hanabyhince .ttl_h3:nth-of-type(even) {
    justify-content: flex-end;
    border-radius: 0 20px 0 0;
    transform-origin: left;
    transform: scaleX(0);
    will-change: transform;
  }
  #hanabyhince .item-area .item-wrap .container,
  #hanabyhince .item-area .item-wrap .txt_box {
    width: 100%;
  }
  #hanabyhince .item-area .item-wrap .txt_box {
    padding: 0 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    box-sizing: border-box;
  }
  #hanabyhince .item-area .item-wrap .txt_box.le {
    padding: 0 1rem 1rem;
  }
  /*===== pic-area ======*/
  #hanabyhince .pic {
    background: #fff;
    margin: 3rem 0 0;
  }
  #hanabyhince .pic ul {
    display: grid;
    grid-template-columns: repeat(4, 25%);
  }
  /*===== brand-area ======*/
  #hanabyhince .brand .ttl_h2 {
    color: #945660;
    font-weight: 600;
    padding: 2rem 0;
    margin: 0 auto;
    text-align: center;
    font-family: 'graphie', sans-serif;
  }
  #hanabyhince .brand .ttl_h2::before {
    content: '';
    display: block;
    position: absolute;
    top: 51%;
    left: 50%;
    margin: auto;
    border: 1.3px solid #945660;
    width: 90px;
    transform: translate(-50%, -50%);
  }
  #hanabyhince .brand .ttl_h2 span {
    display: block;
    padding: 0.5rem 0 0;
  }
  /*  #hanabyhince .brand {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    margin: 0 0 3rem;
  }
  #hanabyhince .brand .parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    clip: rect(auto, auto, auto, auto);
  }
  #hanabyhince .brand .parallax-bg .bg {
    background-image: url("../images/brand_bg_sp.jpg");
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
  }
  #hanabyhince .brand .parallax-bg .bg .bg01 {
    max-width: 100%;
    width: 100%;
    min-height: 100vh;
    background: url("../images/brand_bg.png")repeat;
    background-size: 20%;
    background-position: center center;
    margin: 0 auto;
  }*/
  #hanabyhince .brand .brand_h3 {
    margin: 0 0 0.7rem;
  }
  #hanabyhince .brand .brand-txt {
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: left;
    color: #945660;
    box-sizing: border-box;
    font-feature-settings: 'palt' 1;
  }
  #hanabyhince .brand .brand-txt p {
    margin: 0 0 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
  }
  #hanabyhince .pbtn {
    padding: 0 1rem;
  }
  #hanabyhince .pbtn ul {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
  }
  #hanabyhince .pbtn .ly-mod-def-list li:before {
    background: #fff;
  }
  #hanabyhince .brand {
    background: url('../images/brand_bg_sp.webp') no-repeat;
    width: 100%;
    height: 100%;
    /*  background-attachment: fixed;*/
    background-size: cover;
    background-position: center center;
    margin: 0 0 3rem;
  }
  #hanabyhince .brand .bg {
    max-width: 100%;
    width: 100%;
    height: 100%;
    background: url('../images/brand_bg.png') repeat;
    background-size: 20%;
    background-position: center center;
    margin: 0 auto;
  }
  #hanabyhince .brand .brand-btn {
    padding: 0 0 1.5rem;
  }
  #hanabyhince .brand .brand-btn dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
  }
  #hanabyhince .brand .brand-btn dl dd {
    width: calc(18% / 2);
  }
  /* ========== sale =========== */
  #hanabyhince .sale-area {
    outline-offset: -8px;
    margin: 0;
    border: none;
  }
  #hanabyhince .sale-area p {
    font-size: 1.15rem;
    align-items: baseline;
  }
  #hanabyhince .sale-area .big {
    font-size: 1.1rem;
  }
  #hanabyhince .sale-area ul {
    font-size: 0.7rem;
    flex-direction: column;
    font-feature-settings: 'palt' 1;
    letter-spacing: 0.05em;
  }
  #hanabyhince .sale_box .price span::after {
    width: 16px;
    height: 8px;
  }

  /*===== loading ======*/
  .c-loader-bg .c-logo img {
    width: 30%;
    height: auto;
  }
}
/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #hanabyhince .cate-area ul {
    width: 87%;
  }
}
@media screen and (min-width: 737px) and (max-width: 1023px) {
  #hanabyhince .lead-area {
    padding: 2rem;
  }
  #hanabyhince .cate .ttl_h2::before {
    top: 46%;
  }
  #hanabyhince .cate-area ul {
    width: 90%;
  }
  #hanabyhince .cate-area ul li a {
    width: 150px;
    height: 150px;
  }
  #hanabyhince .ttl_h2 {
    padding: 2rem 0 1rem;
  }
  #hanabyhince .item-area .item-wrap {
    width: 97%;
  }
  #hanabyhince .ttl_h3 {
    width: 97%;
  }
  #hanabyhince .item-area {
    max-width: 800px;
  }
  #hanabyhince .item-area .item-wrap .txt_box {
    padding: 1rem;
    gap: 0.7rem;
  }
  #hanabyhince .item-wrap .others {
    width: 40%;
  }
  #hanabyhince .item-wrap .swiper_thumbs {
    width: 30%;
    margin: 1rem;
    padding: 0.3rem 0 0;
  }
  #hanabyhince .item-wrap .swiper_thumbs .swiper-slide > div {
    width: 40px;
    height: 40px;
  }

  #hanabyhince #item01 .swiper_thumbs {
    left: 72%;
  }
  #hanabyhince #item02 .swiper_thumbs {
    left: 20%;
  }
  #hanabyhince .item-wrap .swiper_thumbs.for {
    width: 47%;
  }
  #hanabyhince .item-wrap .swiper_thumbs.thd {
    width: 38%;
  }
  #hanabyhince .swiper-button-next:after,
  #hanabyhince .swiper-rtl .swiper-button-prev:after,
  #hanabyhince .swiper-button-prev:after,
  #hanabyhince .swiper-rtl .swiper-button-next:after {
    padding: 0.4rem 0.6rem;
    font-size: 1.3rem;
  }
  #hanabyhince .item-area .item-wrap .txt_box.le {
    padding: 1rem 1rem 1rem 1.5rem;
  }
  #hanabyhince .brand {
    margin: 0 0 4rem;
  }
  #hanabyhince .item-wrap .swiper_thumbs.six {
    width: 46%;
    height: 31%;
    padding: 1.5rem 0 0;
  }
  #hanabyhince #item04 .swiper_thumbs .swiper-slide .fif::before,
  #hanabyhince #item04 .swiper_thumbs .swiper-slide .six::before {
    top: -1.1rem;
  }
}
