body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif!important;
  letter-spacing: 0.09em;
}

.pagetop {
  display: none!important;
}

.mainwh .slider {
  margin-top: 70px;
}

.ec-searchnavRole .ec-searchnavRole__infos {
  border-top: none;
}

.ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%!important;
}

.search-btn {
  padding: 5px;
  border: none!important;
  background: none!important;
}

.search-btn img {
  width: 20px;
}

.icon-with-text a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.icon-with-text a span {
  display: flex;
  width: 100%;
  text-align: center;
  font-size: 10px;
  justify-content: center;
  color: #0f0f0f;
}

main {
  overflow:hidden;
  padding-top: 0px;
}

h2,h3,h4,p {
  margin: 0;
  padding: 0;
  color: #0F0F0F;
  letter-spacing: 0.09em;
}

.slider {
  position: relative;
}

.slider img {
  width: 100%;
  display: block;
}

.slick-dots {
  bottom: -10px;
}

.slick-dots li {
  margin: 0 2px!important;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #DADADA;
  border: none;
  padding: 0;
}

.slick-dots li.slick-active button {
  background-color: #35A433!important;
}

.site-header {
  background-color: #F7F5EF!important;
  height: 70px;
  padding-top: 16px;
  box-sizing: border-box;
  position: fixed;
          z-index: 100;
          width: 100%;
}

.header-inner {
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-box {
  position: relative;
  border: 1.5px solid #0F0F0F!important;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 2px 10px 1px;
  background-color: white;
}

.search-box input {
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
}

.search-box .material-icons {
  color: #666;
  font-size: 20px;
  margin-left: 8px;
}

.icon-with-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  color: #0F0F0F!important;
}

.icon-with-text .material-icons {
  margin-bottom: 1px;
}

.icon-with-text span {
  letter-spacing: 0.05em;
}

.menu-button {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #0F0F0F!important;
  border-radius: 9999px;
  background-color: transparent;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  margin-left: 10px;
  width: 104px;
}

.menu-button .material-icons {
  font-size: 20px;
}

/* ロゴ */
.logo img {
  height: 40px;
}

.logoimg img {
  height: 22px;
  width: auto;
}

.logoimg {
  line-height: 0;
}

/* グローバルナビ */
.global-nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.global-nav a {
  text-decoration: none;
  color: #0F0F0F!important;
  font-weight: bold;
}

.slick-dots li button:before {
  font-size: 20px!important;
}

.slick-dots li button,
.slick-dots li.slick-active button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: #DADADA !important;
  border: none !important;
  padding: 0 !important;
}

.slick-dots li.slick-active button {
  background-color: #35A433 !important;
}

.slick-dots li button:before {
  display: none !important;
}

.material-icons img {
  width: 17px;
  height: 18px;
}

.material-icons2 img {
  width: auto;
  height: 20px;
}

.material-icons3 img {
  width: auto;
  height: 20px;
}

.slick-dots {
  bottom: -43px!important;
}

.menu-button {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #0F0F0F!important;
  border-radius: 9999px;
  background-color: transparent;
  padding: 8px 16px;
  cursor: pointer;
  font-weight: bold;
  z-index: 9999999;
  position: relative;
}

.menu-label {
  font-size: 14px;
}

.hamburger-lines {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.hamburger-lines span {
  display: block;
  width: 18px;
  height: 1.5px;
  background-color: #35A433;
}

.close-x span {
  background: #FFF!important;
}

.shirafu-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 80px;
  color: #0F0F0F;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  margin-right: calc(calc((100vw - 330px) / 12) + 30px)!important;
}

.shirafu-image {
  position: relative;
  height: clamp(300px, 40.97vw, 800px);
}

.image-caption {
  font-size: 14px;
  color: #909090;
  letter-spacing: 0.09em;
  padding-left: 10px;
  margin-top: 5px;
}

.shirafu-text {
  flex: 1;
}

.shirafu-text h2 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.09em;
  margin: 0;
  padding: 0;
}

.shirafu-text h3 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 50px;
}

.shirafu-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.09em;
  margin: 0;
  padding: 0;
}

.read-more {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.09em;
  color: #333;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  justify-content: center;
  display: flex;
}

.news_inner .pager .read-more {
  margin-top: 16px;
}


.arrow-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  line-height: 0;
  border: 1px solid #333;
  border-radius: 50%;
  font-size: 12px;
  transition: background-color 0.3s, color 0.3s;
}

.read-more:hover .arrow-circle {
  background-color: #35A433;
  color: #fff;
  border-color: #35A433;
}

.read-more:hover {
  border-color: #0F0F0F;
}

.shirafu-section {
  margin-right: calc(calc((100vw - 330px) / 12) + 30px)!important;
}

.shirafu-image img {
  width: clamp(300px, 40.97vw, 800px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 768px) {
  .shirafu-section {
    flex-direction: column;
    gap: 0;
    margin-top: 90px;
  }

  .shirafu-image {
    width: 100%;
  }

  .shirafu-text {
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 56px;
  }

  .shirafu-text h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .shirafu-text h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    font-weight: 400;
  }

  .shirafu-text p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: justify;
  }
}


/* レスポンシブ切替 */
@media (max-width: 768px) {
  .global-nav {
    display: none;
  }

  .image-caption {
    padding-left: 20px;
  }

  .shirafu-image img {
      width: 314px;
      height: 380px;
      object-fit: cover;
  }

  .hamburger {
    display: flex;
  }

  .slick-slide img {
      display: block;
      height: 450px;
      object-fit: cover;
  }

  .search-box {
    display: none;
  }

  .site-header {
    height: 64px;
    padding: 13.5px 0 0;
    position: fixed;
            z-index: 100;
            width: 100%;
  }

  html {
    padding: 0;
    margin: 0;
  }

  .header-inner {
    padding: 0 18px;
  }

  main {
    padding-top: 64px;
  }

  footer,.footer-links-bottom {
    border-bottom: none!important;
  }

  .logo {
      font-size: 18px;
      letter-spacing: 2px!important;
  }

  .header-actions {
      gap: 11px;
      margin-left: auto;
  }

  .image-caption {
      font-size: 10px;
      margin-top: 0px;
  }

  .read-more {
    font-size: 14px;
    letter-spacing: 0.09em;
    margin-top: 30px;
    float: right;
  }

  .box .read-more {
    padding-right: 20px;
    float: none;
  }

  .arrow-circle {
    width: 30px;
    height: 30px;
  }

}

.new_arrivals {
  width: 100%;
}

.scroll-wrapper {
  overflow-x:scroll;
}

.scroll-container {
  display: flex;
  gap: 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 10px 0;
  min-width: fit-content; /* スクロール範囲だけ伸ばす */
}

/* これが左の余白 */
.scroll-spacer {
  flex: 0 0 calc((100vw - 1080px) / 2 - 20px);
  height: 1px; /* 表示には関係ないので小さく */
  pointer-events: none;
}

/* 各スクロールアイテム */
.scroll-item {
  flex: 0 0 auto;
  width: 260px;
  scroll-snap-align: start;
}

.p-top-rankingItems-text h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px;
  line-height: 1.7;
  text-decoration: none;
}

.c-price {
  color: #696969!important;
}

.c-price-area p span {
  color: #696969;
  font-weight: 500;
}

.p-top-rankingItems-slide a {
  text-decoration: none;
}

.scroll-item img {
  width: 100%;
  height: auto;
}

.new_arrivals {
  margin-top: 100px;
  margin-bottom: 100px;
}

.new_arrivals h2,.category_list h2,.news h2,.insta h2,.thoughts h2,.payment h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 40px;
  letter-spacing: 0.09em;
}

.thoughts {
  padding-top: 80px;
}

.thoughts_content {
  display: flex;
  gap: 40px;
  max-width: 1080px;
  margin: 0 auto;
  align-items: center;
  border-top: solid 1px #CECECE;
  padding-top: 40px;
  padding-bottom: 40px;
}

.payment {
  padding-top: 80px;
  margin-bottom: 100px;
}

.payment_contents2 img {
  width: 100%;
}

.payment_contents {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  gap:80px;
}

.payment_contents2 h3 {
  font-weight: 500;
  font-size: 24px;
  margin: 0;
  padding: 0;
  padding-top: 0px;
  padding-bottom: 15px;
  text-align: center;
}

.payment_contents2 p {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  line-height: 1.6;
}

.border_bottom {
  border-bottom: solid 1px #CECECE;
}

.thoughts_left h2 {
  font-size: 26px;
  margin: 0;
  letter-spacing: 0.09em;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 30px;
  padding: 0;
  text-align: left;
}

.thoughts_left {
  max-width: 50%;
  min-width: 50%;
}

.thoughts_right img {
  width: 100%;
}

.thoughts_left p {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.09em;
}

.category_list {
  margin: 0 auto;
  padding-bottom: 100px;
  width: min(100%, 83.33vw); /* 1440px時 → 1200px (1200/1440 = 83.33%) */
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.box img {
  width: 100%;
  object-fit: cover;

  height: calc(12.5vw);
}

.category_list p {
  font-size: 16px;
  padding: 0;
  font-weight: 400;
  max-width: 840px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.09em;
}

.category_box {
  display: flex;
  gap: 30px;
  padding-top: 60px;

}

.box {
  flex: 1 1 calc(19.27vw);
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 24px;
  border: 1px solid #CECECE;
}

.box h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  padding-top: 22px;
}

.box p {
  font-weight: 400;
  font-size: 14px;
  padding: 20px;
  padding-bottom: 0;
}

.mt20 {
  margin-top: 20px!important;
}

.news {
  background: #F7F5EF;
  padding-top: 100px;
  padding-bottom: 100px;
}

.news_inner {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.news_ttl {
  text-align: left;
  display: inline-block;
}

.news_one {
  display: flex;
  gap: 30px;
  padding-bottom: 24px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.news_one data {
  color: #0F0F0F;
  font-size: 14px;
  letter-spacing: 0.09em;
  font-weight: 300;
}

.news_one a {
  color: #0F0F0F;
  font-size: 14px;
  letter-spacing: 0.09em;
  text-decoration: none;
}

.left {
  float: right;
}

.insta {
  padding-top: 100px;
  padding-bottom: 100px;
}

.insta_inner {
  display: flex;
  margin: 0 auto;
  gap: 30px;
  flex-wrap: wrap;
  width: min(100%, 83.33vw);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.insta_img {
  width: calc((100% - 120px) / 5);
}

.insta_img img {
  width: 100%;
}

.center {
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

.pager_insta {
  margin-top: 40px;
}

/* フッター */

.footer {
  font-family: sans-serif;
  color: #ffffff;
  background-color: #35a433;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  padding: 40px 0px 40px;
  gap: 60px;
  margin: 0 auto;
  width: min(100%, 83.33vw);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.logoimg img {
  height: 22px;
  width: auto;
}

.footer-logo img {
  height: 22px;
  width: auto;
}

.footer-logo.sp {
  display: none;
}

.footer-icons {
  display: flex;
  gap: 16px;
}

.footer-icons img {
  width: 32px;
  height: 32px;
}

.footer-right {
  display: flex;
  gap: 80px;
}

.footer-section h4 {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section li {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer-links-bottom {
  background-color: #35a433!important;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 40px;
  font-size: 14px;
  width: min(100%, 83.33vw);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-bottom: 40px;
}

.footer-links-bottom p {
  color: #fff;
}

.footer-bottom {
  background-color: #090909;
  text-align: center;
  padding: 12px 0;
  font-size: 14px;
}

.footer-bottom p {
  margin: 0;
  color: #fff;
  padding: 0;
}

li.footmini {
  font-size: 16px;
  font-weight: 300;
}

.sms_header {
  gap: 15px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  padding-top: 40px;
  align-items: center;
}

.sms_header img {
  height: 36px;
}

.sms_flex3 {
  font-size: 14px;
  margin-left: auto;
}

.about-section2 p {
  max-width: 840px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

.about-section2 p span {
  font-size: 12px;
}

.about-section {
  max-width: 1160px;
  margin: 0 auto;
}

.about_wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 720px;
  z-index: 0;
}

.about_fv_wrap {
  display: flex;
  position: absolute;
  top:0;
  right: 0;
  gap: 20px;
  z-index: -1;
}

.about_fv {
  position: relative;
  width: 320px;
  display: block;
}

.about_fv_item {
  width: 300px;
  height: 300px;
  left: 0;
  background-size: cover;
  position: absolute;
  display: block;
  background-image: url(../img/aboutfv01.png);
}

.about_fv_item1 {
  top: 30px;
}

.about_fv_item2 {
  top: 350px;
  background-image: url(../img/aboutfv02.png);
}

.about_fv_item2::after {
  display: none;
}

.about_fv_item3 {
  top: 30px;
  background-image: url(../img/aboutfv03.png);
}

.about_fv_item4 {
  top: 350px;
  background-image: url(../img/aboutfv04.png);
}

.about_fv_txt h2 {
  margin: 20px 0;
  font-size: 85px;
  font-weight: 500;
  line-height: 1.2;
}

.radius .ec-borderedDefs {
  margin-bottom: 0!important;
}

.about_fv_txt h3 {
  font-size: 20px;
  font-weight: 400;
}

.about_fv_txt p {
  font-weight: 300;
  font-size: 18px;
  margin: 0;
  padding: 0;
  margin-top: 55px;
  line-height: 1.7;
  padding-bottom: 20px;
}

.pazkuzu {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  padding-top: 100px;
  padding-bottom: 10px;
}

.pazkuzu a,.pazkuzu div {
  text-decoration: none;
  color: #0F0F0F;
  font-size: 14px;
  font-weight: 300;
}

.kaso_contents_ttl {
  max-width: 1080px;
  margin: 0 auto;
}

.kaso_contents_ttl h2 {
  font-weight: 500;
}

.kaso_contents_ttl h3 {
  font-weight: 500;
}

.thanks h3 , .thanks p {
  text-align: center;
}

.thanks h3 {
  padding-top: 60px;
  padding-bottom: 40px;
}

.thanks p {
  padding: 0;
  margin: 0;
}

.thanks {
  padding-bottom: 100px;
}

.privacy_box {
  padding-top: 60px;
  padding-bottom: 100px;
}

.company_box {
  padding-bottom: 80px;
}

.privacy_box table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  font-weight: 300;
}

.privacy_box table th {
 width: 22%;
 padding: 15px 0;
 background: #F7F5EE;
 border: solid 1px #8D8D8D;
 font-weight: 300;
 padding-left: 20px;
}

.privacy_box table td {
 padding: 15px;
 border: solid 1px #8D8D8D;
 font-weight: 300;
}

.contact_form {
  margin-bottom: 100px;
}

.ec-required {
  display: none;
}


.contact_form label {
  font-size: 16px;
}

.ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
    padding: 0px 6px;
    background-color: #fff;
    border-radius: 3px;
}

.ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
    display: block;
    padding: 0px 12px;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    border-radius: 3px;
}

.ec-zipInput {
    display: flex;
    align-items: center;
}

.ec-zipInput input {
    height: 36px;
}

.ec-select select {
    height: 26px;
    border: solid 1px #BFC2C7;
    line-height: 26px;
    font-size: 16px;
    padding: 0px 10px;
}

.ec-input {
    text-align: left;
    display: inline-block;
}

.ec-input input {
    width: 500px;
    margin: 0;
    height: 36px;
    border: solid 1px #BFC2C7;
}

.ec-telInput input {
    max-width: 12em;
    text-align: left;
}

.ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
    height: 40px;
}

input#contact_product_name, input#entry_company_name, input#customer_address_company_name, input#shopping_shipping_company_name {
    width: 500px !important;
    height: 36px !important;
}

.ec-input textarea {
    width: 520px;
    height: 320px;
    border: solid 1px #BFC2C7;
    border-radius: 5px;
}

.ec-borderedDefs dd {
    line-height: 3;
}

.ec-halfInput {
  display: flex;
}

.ec-zipInput span {
    display: inline-block;
    padding: 0 5px 0 3px;
    margin-left: 5px;
}

.ec-halfInput input[type=text] {
    margin-left: 15px;
}

input#contact_name_name01, input#contact_kana_kana01, input#contact_name_name02, input#contact_kana_kana02, input#entry_name_name01, input#entry_name_name02, input#entry_kana_kana01, input#entry_kana_kana02, input#shopping_shipping_name_name01, input#shopping_shipping_name_name02, input#shopping_shipping_kana_kana01, input#shopping_shipping_kana_kana02 {
    width: 220px;
    height: 36px;
}

.ec-halfInput input[type=text]:first-of-type, .ec-halfInput .ec-errorMessage:first-of-type {
    margin-left: 0;
}

.ec-halfInput input {
    border: #bfc2c7 solid 1px !important;
    line-height: 26px;
}

span.hissu {
  color: #CD3434;
}

.ec-para-normal {
  font-size: 16px;
  font-weight: 300;
  padding-top: 50px;
  padding-bottom: 20px;
}

.border_bottom_under p {
  font-weight: 300;
  line-height: 1.4;
}

.btn_contact {
  text-align: center;
  margin: 0 auto;
  padding-top: 60px;
}

.btn {
  background: #35a433;
  width: 380px;
  height: 42px;
  line-height: 26px;
  
  text-align: center;
  color: #fff;
  margin: 0 auto;
  font-size: 16px;
  border-radius: 100px;
}

.back {
  background: #A0A0A0!important;
}

.next {
  background: #35a433!important;
}

.btn_contact_flex {
  justify-content: center;
  display: flex;
  gap: 40px;
}

.btn_contact_flex .btn {
  margin: 0;
  line-height: 26px;
}

.ec-borderedDefs {
  border-bottom: 1px solid #8D8D8D!important;
}

.ec-borderedDefs dl {
    display: flex;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

.ec-borderedDefs dt {
    display: flex;
    width: 22%;
    background: #F7F5EE;
    border: 1px solid #8D8D8D;
    padding: 15px;
    border-right: none;
    font-weight: normal;
    margin: 0;
    gap: 10px;
    border-bottom: none;
}

.ec-borderedDefs dd {
    width: 78%;
    background: #fff;
    border: 1px solid #8D8D8D;
    box-sizing: border-box;
    padding: 15px;
    vertical-align: top;
    text-align: left;
    margin: 0;
    font-weight: normal;
    border-bottom: none;
}

.greet {
  padding-top: 80px;
}

.greet_inner {
    display: flex;
    font-weight: normal;
    gap: 80px;
    align-items: center;
}

.greet_txt h3 {
  font-size: 22px;
  font-weight: 500;
}

.greet_txt p {
  padding: 30px 0;
  line-height: 1.7;
  font-weight: 300;
}

.greet_txt h4 {
  font-size: 18px;
  text-align: right;
  font-weight: 300;
  line-height: 1.6;
}

.greet_img {
    min-width: 28%;
    max-width: 28%;
}

.greet_img img {
  width: 100%;
}

.shirafu-text .read-more {
  justify-content:flex-start;
}

@media (min-width: 768px) {
  .ec-borderedDefs dl {
      flex-wrap: nowrap;
  }


  .nav_right .logo {
    display: none;
  }
}

@media (max-width: 767px) {
  .privacy_box table {
    font-size: 14px;
  }

  .greet_inner {
    flex-wrap: wrap;
  }

  .greet_txt {
    width: 100%;
  }

  .greet_img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .greet {
    padding-top: 60px;
  }

  .greet_inner {
    gap: 40px;
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px 10px;
    gap: 40px;
  }

  .footer-left {
    align-items: center;
    gap: 10px;
  }

  .footer-logo {
    font-size: 18px;
  }

  .footer-logo.pc {
    display: none;
  }

  .footer-logo.sp {
    display: block;
  }

  .footer-right {
    flex-direction:row;
    align-items:flex-start;
    gap: 0px;
    margin-top: 0px;
    width: 100%;
  }

  .footer-section {
    width: 50%;
  }

  .footer {
    padding-bottom: 29px!important;
  }

  .footer-links-bottom {
    flex-direction: row;
    align-items: center;
    gap: 0px;
    padding: 0 0 0px 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-links-bottom p {
    width: 50%;
    font-size: 12px;
  }

  .footer-links-bottom p {
      width: 100%;
      font-size: 12px;
      text-align: center;
  }

  .footer-bottom p {
    font-size: 12px;
  }

  .close_btn {
    height: 36px;
  }

  .footer-section li {
    font-size: 16px;
  }

  li.footmini {
    font-size: 14px;
  }

  .pazkuzu {
    padding-top: 40px;
  }

  .privacy_box {
    padding-top: 40px;
  }


  .pazkuzu a,.pazkuzu div {
    font-size: 12px;
  }

  .kaso_contents_ttl h2 {
    font-size: 20px;
  }

  .kaso_contents {
    padding-left: 20px;
    padding-right: 20px;
  }

}

.menu-button {
  position: relative;
  z-index: 1100; /* navより上に */
  background: none;
  border: none;
  cursor: pointer;
}

.close_btn {
  background: #35A433!important;
  color: #fff!important;
  margin-left: auto;
  border-color: #35A433!important;
}

.hamburger-lines.close-x {
  position: relative;
  width: 18px;
  height: auto;
}

.hamburger-lines.close-x span {
  position: absolute;
  color: #fff!important;
}

.hamburger-lines.close-x span:first-child {
  transform: rotate(45deg);
}

.hamburger-lines.close-x span:last-child {
  transform: rotate(-45deg);
}


nav.drower_menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 380px;
	height: 100%;
	background-color: #F7F5EF;
	transition: all 0.2s;
	transform: translate(380px);
	z-index: 1000;
}
nav.drower_menu.open {
	transform: translate(0);
}
nav.drower_menu ul {
	margin: 0;
  padding-left: 0;
	list-style-type: none;
  padding-top: 20px;
}
nav.drower_menu ul li {
  padding-left: 40px;
}
nav.drower_menu ul li a {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #0F0F0F;
  line-height: 1.8;
  font-weight: 500;
  font-size: 20px;
}

.mini_menu li a {
  font-size: 14px!important;
  line-height: 2!important;
  font-weight: 400!important;
}

.nav-actions {
  display: flex;
  gap: 20px; /* ボタン間の余白 */
  padding: 16px 40px 20px;
}

p.privacy_txt {
  padding-bottom: 30px;
  font-weight: 300;
}

.pp_area {
  padding-bottom: 50px;
}

.pp_area:last-child {
  padding-bottom: 0;
}

.pp_area h3 {
  padding-bottom: 20px;
}

.pp_area p {
  font-weight: 300;
}

#login_mypage .ec-login, #shopping_login .ec-login {
  padding: 40px 13% 40px;
  margin-bottom: 10px !important;
}

.mypagelogin .ec-login {
  margin: 0;
  background: #F7F5EF;
}

.mypagelogin h2 {
    font-size: 20px;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

.ec-login .ec-login__input {
    margin-bottom: 40px;
}

.ec-input {
    text-align: left;
    display: inline-block;
}

.login_mail_form {
    margin-bottom: 30px;
}

.login_form {
    display: flex !important;
    align-items: center;
}

.ec-input span {
    display: block;
    font-size: 16px;
    margin-right: 10px;
    width: 200px;
    text-align: center;
}

#login_mypage .ec-checkbox, #shopping_login .ec-checkbox {
    padding-top: 10px;
}
.ec-checkbox {
  padding-left: 210px;
}

.ec-login__actions {
  text-align: center;
  margin: 0 auto;
}

.ec-login__link {
  padding-bottom: 60px;
}

.password_txt {
  font-weight: 300;
}

.password_txt a {
  color: #0F0F0F;
  font-weight: 300;
}

.mypage_login_link a {
  display: block;
  text-decoration: none;
}

.mypage_login_link {
  padding: 40px 13% 40px;
  background: #F7F5EF;
  text-align: center;
  margin: 0 auto;
}

.entry_txt {
  padding-left: 15px;
}

.ec-label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
}


.entry_box {
  color: #0F0F0F!important;
}
span.aka {
    color: #c2352c;
    font-size: 14px;
}

.entry_box table tr th div.entry_txt {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.entry_box table .ec-halfInput {
  align-items: center;
    gap: 10px;
}

.ec-halfInput span {
    display: flex;
    width: 40px;
    justify-content: center;
    text-align: center;
    font-size: 16px;
}

.entry_box table .ec-halfInput input[type=text] {
  margin-left: 0!important;
}

.entry_box table .ec-zipInput input {
    height: 36px!important;
}

.entry_box table .ec-select,
.entry_box table .ec-input {
  margin-top: 15px;
}

.password_area .ec-input {
  margin-top: 0!important;
}

.password_area .ec-input-pass {
  margin-top: 15px!important;
}

.ec-birth {
  display: flex;
  align-items: center;
}

.ec-birth select {
    height: 26px;
    width: 62px;
    background: #fff !important;
    border: solid 1px #BFC2C7;
}

.ec-birth span {
  padding-left: 10px;
  padding-right: 20px;
}

.ec-radio label {
  margin-right: 20px;
}

.ec-checkbox label a {
  color: #0F0F0F!important;
}

.ec-registerRole__actions .ec-checkbox {
  padding-left: 0;
  padding-bottom: 40px;
}

.ec-registerRole__actions {
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
}

p.agreement {
  font-weight: 500;
}

.agreement_box {
  padding: 40px 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.agreement_box p {
  font-weight: 300;
}

.agreement_box p span {
  font-weight: 500;
}

/**
 * 画像
 *------------------------------------*/
.c-img-box {
  line-height: 0;
}
.c-img-box-inner {
  overflow: hidden;
}
.c-img-box-inner:empty {
  display: none;
}
.c-img-box img {
  width: 100%;
}
a:hover .c-img-box img {
opacity: 0.8;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.c-img-box .appeal + img {
  display: none !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #35A433!important;
}

.swiper-button-next {
  background: #fff!important;
  width: 80px!important;
  height: 60px!important;
}

.swiper-button-prev {
  width: 80px!important;
  height: 60px!important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px!important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0!important;
}

.new_arrivals {
  position: relative;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


@media screen and (min-width: 1080px) {
    .swiper {
        transform: translate(calc((100vw - 330px) / 12 + 30px), 0);
    }
}

@media screen and (min-width: 767px) {
  .pc_none {
    display: none!important;
  }
}

span.tax {
  font-size: 12px;
}

.mainwh .slider div h3 {
  font-size: 28px;
  position: absolute;
  padding-bottom: 8px;
  color: #FFF;
  letter-spacing: 0.03em;
  font-weight: 500;
  top: 50%;
  left: 9%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.65);
}

@media screen and (max-width: 991px) {
  .mainwh .slider div h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .mainwh .slider div h3 {
    display: none;
  }
  .sm_none {
    display: none!important;
  }
  .mypagelogin h2 {
      font-size: 18px;
      padding-bottom: 20px;
      letter-spacing: 1px;
  }

  .agreement_box {
      padding: 30px 20px;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }

  #login_mypage .ec-login, #shopping_login .ec-login {
      padding: 30px 20px 40px;
      margin-bottom: 10px !important;
  }

  nav.drower_menu {
    width: 100%;
    transform: translate(100%);
  }

  .login_form {
    flex-wrap: wrap;
  }

  .ec-input span {
      display: block;
      font-size: 14px;
      margin-right: 0px;
      padding-bottom: 10px;
      width: 100%;
      text-align: left;
  }

  .ec-checkbox {
      padding-left: 0px;
  }

  .form-check-label {
    font-size: 14px;
  }

  .ec-input input {
    width: 100%;
  }

  .btn {
    width: 220px;
  }

  .password_txt {
    font-size: 12px;
  }

  .new_arrivals h2, .category_list h2, .news h2, .insta h2, .thoughts h2, .payment h2 {
    font-size: 22px;
  }

  .category_box {
    padding-top: 30px;
  }

  .category_list p {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }

  .payment_contents {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .payment {
      padding-top:60px;
      margin-bottom: 80px;
  }

  .payment_contents2 {
    width: 100%;
  }

  .box {
    margin-left: 40px;
    margin-right: 40px;
  }

  .box h3 {
    font-size: 18px;
    letter-spacing: 0.05em;
  }

  .privacy_box table,
  .privacy_box tbody,
  .privacy_box tr {
    display: block;
    width: 100%;
  }

  .privacy_box table th {
    width: 100%;
  }

  .privacy_box tr {
    margin: 0;
    padding: 0;
    border: none;
  }

  .privacy_box th,
  .privacy_box td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
  }

  /* 線のコントロール */
  .privacy_box th {
    background: #F7F5EE;
    border-top: 1px solid #8D8D8D;
    border-right: 1px solid #8D8D8D;
    border-left: 1px solid #8D8D8D;
    border-bottom: none; /* thの下線は消す */
  }

  .privacy_box td {
    border-bottom: 1px solid #8D8D8D;
    border-right: 1px solid #8D8D8D;
    border-left: 1px solid #8D8D8D;
    border-top: none; /* tdの上線は消す */
  }

  /* table全体の設定 */
  .privacy_box table {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
  }

  .privacy_box {
    overflow-x: hidden;
  }

  /* 線はすべて「下線」のみ付ける */
  .privacy_box th,
  .privacy_box td {
    border-bottom: 1px solid #8D8D8D!important;
    border-top: none!important;
  }

  /* 最後のセルの下線は消す（テーブルの終わりで線が2重になるのを防ぐ） */
  .privacy_box tr:last-child td {
    border-bottom: none!important;
  }

  .privacy_box tr:last-child th {
    border-bottom: solid 1px #8D8D8D!important;
  }

  .greet_txt h3 {
      font-size: 18px;
  }

  .greet_txt p {
      padding: 20px 0;
      font-size: 14px;
  }

  .greet_txt h4 {
      font-size: 16px;
  }

  .nav-actions {
    padding: 16px 20px 20px;
    align-items: center;
  }

  .nav-actions {
    gap: 12px!important;
  }

  nav.drower_menu ul li {
      padding-left: 20px;
  }

  .menu-button {
    margin-left: 0;
  }

  .category_box {
    flex-wrap: wrap;
  }

  .box {
    width: 100%;
  }

  .news_inner,.insta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news_one {
    gap: 20px;
  }

  .insta_img {
      width: calc((100% - 10px) / 2);
  }

  .nav-actions {
    margin-left:auto;
  }

  .nav_right {
    display: flex;
    align-items: center;
    height: 64px;
  }

  .nav_right .logo {
    padding-left: 20px;
  }

  .icon-with-text .material-icons {
      margin-bottom: 0px;
  }

  .scroll-item {
    width: 200px;
  }

  .center {
    float: none;
  }

  .about_fv_wrap {
    display: none;
  }

  .about_fv_txt {
    margin: 0 auto;
  }

  .about_fv_txt h2 {
      margin: 20px 0;
      font-size: 60px;
      font-weight: 500;
      text-align: center;
      line-height: 1.1;
      letter-spacing: 0.05em;
  }

  .about_fv_txt h3 {
    text-align: center;
    font-weight: 400;
  }

  .about_fv_txt p {
    margin: 0 auto;
    text-align: center;
  }

  .about_sp {
    margin: 40px 0;
  }

  .about_sp img {
    width: 100%;
  }

  .about-section2 p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .thoughts {
    padding-left: 20px;
    padding-right: 20px;
  }

  .thoughts_content {
    flex-wrap: wrap;
  }

  .thoughts_left {
      max-width: 100%;
      min-width: 100%;
  }

  .thoughts_right {
    max-width: 100%;
    min-width: 100%;
  }

  .new_arrivals h2, .category_list h2, .news h2, .insta h2, .thoughts h2, .payment h2 {
    padding-bottom: 30px;
    text-align: left;
    padding-left: 20px;
  }

  .thoughts_content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about_fv_txt p {
    font-weight: 400;
    font-size: 16px;
  }

  .thoughts_left h2 {
    font-weight: 400;
    margin-bottom: 0;
  }

  .payment_contents2 h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .payment_contents {
    gap: 40px;
  }

  .pp_area h3 {
    font-size: 18px;
  }

  .pp_area p {
    font-size: 14px;
  }

  p.privacy_txt {
    font-size: 14px;
  }

  .slider {
    height: calc(100vh - 64px);
  }

  .slick-slide img {
    height: calc(100vh - 64px);
    object-fit: cover;
  }

  .slick-dots {
      bottom: -40px !important;
  }

  .shirafu-image img {
    height: 100%;
  }

  .shirafu-image {
    height: 100%;
  }

  .shirafu-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .new_arrivals {
      margin-top: 60px;
      margin-bottom: 60px;
  }

  .swiper-controller {
    display: none;
  }

  .category_list {
    width: 100%;
  }

  .box {
    flex: auto;
  }

  .category_list p {
      padding-left: 20px;
      padding-right: 20px;
      font-size: 14px;
  }

  .box {
      margin-left: 20px;
      margin-right: 20px;
  }

  .shirafu-section {
    margin-right: 44px!important;
  }

  .swiper {
    transform: translate(20px, 0px);
  }

  .c-price-area {
    padding-top: 5px;
  }

  .box {
    padding-bottom: 20px;
  }

  .box img {
    width: 100%;
    aspect-ratio: 277.5 / 180;
    object-fit: cover;
    display: block;
    height: inherit;
  }

  .box h3 {
      padding-top: 20px;
  }

  .box p {
    padding-top: 20px;
  }

  .category_list {
    padding-bottom: 60px;
  }

  .news {
      padding-top: 60px;
      padding-bottom: 60px;
  }

  .news_one {
    padding-bottom: 30px;
  }

  .news_inner .pager .read-more {
    margin-top: 0;
  }

  .insta_img {
    line-height: 0;
  }

  .insta h2 {
    padding-left: 0;
  }

  .pager_insta {
    margin-top: 30px;
  }

  .pager_insta .read-more {
    margin-top: 0;
    float: none;
  }

  .insta {
      padding-top: 60px;
      padding-bottom: 60px;
  }

  .insta_inner {
    width: 100%;
    gap: 10px;
  }

  .mt20 {
    margin-top: 30px!important;
  }

  .logoimg img {
    height: 16px;
  }

  .footer-logo img {
    height: 16px;
  }

  .bgdark {
    background: #35a433;
  }

  .mainwh {
    background: #fff;
  }

}

.flex_center {
  display: flex;
  flex-wrap: wrap;
}

.flex_center ul {
  width: 100%;
}

.mini_menu {
  width: 100%;
}

.sms_header {
  width: 100%;
}

.nav_right {
  width: 100%;
}

.drower_menu {
  display: flex;
  flex-wrap: wrap;
}

.up {
  align-items: flex-start;
  width: 100%;
}

button {
  -webkit-tap-highlight-color: transparent;
}

.menu-button {
  color: #0F0F0F!important;
  -webkit-appearance: none!important;
}

.close_btn {
  color: #fff!important;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .swiper {
      transform: translate(60px, 0px);
  }

  .swiper-button-prev, .swiper-rtl .swiper-button-next {
      left: 0!important;
      right: auto;
  }

  .swiper-button-prev {
      width: 60px !important;
      height: 50px !important;
  }

  .swiper-button-next {
      width: 60px !important;
      height: 50px !important;
  }
}

.ec-cartRole .ec-cartRole__cart {
  margin: 0;
}

.ec-cartRole .ec-cartRole__actions {
  margin-right: 0;
}

.ec-cartRow__name a {
  color: #0f0f0f;
}

.ec-cartRow__sutbtotal {
  text-align: center;
}

.ec-cartHeader .ec-cartHeader__label {
  background: #F7F5EF;
}

.ec-progress {
  margin-bottom: 60px;
}

.ec-cartRole {
  color: #0f0f0f;
}

.ec-progress__item .ec-progress__label {
  color: #0f0f0f;
}

.ec-progress .is-complete .ec-progress__number {
  background: none;
}

.ec-progress .ec-progress__item:after {
  display: none;
}

.ec-progress .ec-progress__number {
  background: #A0A0A0;
  line-height: 28px;
  width: 60px;
  height: 30px;
  font-size: 14px;
  border-radius: 20px;
}

.ec-progress .is-complete .ec-progress__label {
  color: #35a433!important;
}

/* 背景画像での表示を無効化し、中の画像を表示させるための調整 */
.ec-progress .is-complete .ec-progress__number {
    background-image: none !important; /* 背景画像を消す */
    background-color: transparent !important;
    width: 120px;  /* 画像の表示サイズに合わせて調整 */
    height: auto;  /* 高さを自動に */
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ec-progress .is-complete .ec-progress__number img {
    display: block;
    max-width: 100%;
    width: 80px!important;
}

/* プログレスバー全体の設定 */
.ec-progress {
    display: flex;
    justify-content: center; /* 中央寄せ */
    align-items: flex-end;   /* これが重要！中身を「下揃え」にします */
    gap: 20px;               /* 各ステップ間の隙間（適宜調整） */
    list-style: none;
    padding: 0;
}

/* 各アイテム（画像＋テキスト）の設定 */
.ec-progress__item {
    display: flex;
    flex-direction: column;  /* 縦に並べる */
    align-items: center;     /* 左右の中央を揃える */
    text-align: center;
    width: 120px;            /* ステップ1の画像幅に合わせると綺麗です */
}

/* 数字の円（ステップ2以降）の微調整 */
.ec-progress:not(.is-complete) .ec-progress__number {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f5ef;
  margin-bottom: 10px;     /* ラベルとの間の余白 */
  color: #000;
}

.greenbtn {
  background: #35a433!important;
  line-height: 40px;
}

.graybtn {
  background: #A0A0A0!important;
  line-height: 40px;
}

.flex-center {
  justify-content: center;
}

/* ステップ1（画像）のコンテナ */
.ec-progress__item.is-complete .ec-progress__number {
    width: 120px;            /* 画像の横幅 */
    height: auto;
    margin-bottom: 5px;      /* ラベルとの間の余白（微調整） */
    background-color: none!important;
}

.news_btn a {
  background: #35a433 !important;
  width: 380px;
  height: 42px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  margin: 0 auto;
  font-size: 14px;
  border-radius: 100px;
  border: none !important;
}

.news_btn {
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
}

.news_btn a {
    font-size: 15px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif !important;
}

.news_one2 data {
    font-weight: 400;
}

.news_ttl {
  width: 100%;
}

.news_one2 p {
    text-align: justify;
    line-height: 1.6;
    padding-bottom: 40px;
}

.news_one2 p {
    line-height: 1.55;
    font-size: 15px;
}

.news_ttltop {
  max-width: 880px;
}

.news_body {
  font-size: 16px;
  font-weight: 500;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .news_body {
    font-size: 14px;
    font-weight: 500;
    padding-top: 20px;
  }

    .news_one2 data {
        padding-bottom: 40px;
        display: block;
        color: #0F0F0F;
        font-size: 12px;
        letter-spacing: 0.09em;
        font-weight: 300;
    }
}

@media (max-width: 767px) {
  .news_btn a {
        font-size: 13px;
    }
}

.kaso_contents_ttl h2 {
    font-weight: 500;
}
.news_one2 h2 {
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 1.7;
}

@media screen and (max-width: 767px) {
    .news_one2 h2 {
        font-size: 18px;
        padding-bottom: 10px;
        line-height: 1.6;
    }
}

@media (max-width: 767px) {
    .kaso_contents_ttl h2 {
        font-size: 20px;
    }
}
