/*---------------------------------------
  EC CUBE common
-----------------------------------------*/
.ec-layoutRole__contentTop .container,
.detail-pro .container {
  max-width: 1320px;
}

.ec-pager {
  list-style: none;
  list-style-type: none;
  margin: 3rem auto;
  padding: 1em 0;
  text-align: center;
  font-size: calc(10px + 2 * ((100vw - 320px) / 1120));
}

.ec-pager .ec-pager__item--active {
  background: #525263;
  color: #fff;
  border-radius: 10px;
}

.ec-pager .ec-pager__item:hover {
  border-radius: 10px;
}

.ec-pager .ec-pager__item,
.ec-pager .ec-pager__item--active {
  display: inline-block;
  min-width: 29px;
  padding: 0 3px 0 2px;
  text-align: center;
  position: relative;
}

.ec-pager .ec-pager__item a,
.ec-pager .ec-pager__item--active a {
  color: inherit;
  display: block;
  line-height: 1.8;
  padding: 5px 1em;
  text-decoration: none;
}

/*---------------------------------------
  EC CUBE Btn
-----------------------------------------*/
@media (min-width: 768px) {

  .ec-blockBtn--action,
  .ec-cartRole__action,
  .ec-blockBtn--cancel,
  .ec-rectHeading p,
  .ec-rectHeading-error p,
  .ec-agreement .agreement-link .agreement-Btn:disabled,
  .ec-agreement .agreement-link .agreement-Btn,
  .ec-inlineBtn,
  .mypage-login-Btn,
  .mypage-login-Btns,
  .shipping-Btn-action,
  .shipping-Btn-add,
  .shipping-Btn-rev,
  .shipping-Btn-back {
    width: 360px !important;
  }
}

.ec-blockBtn--action,
.ec-cartRole__action,
.ec-blockBtn--cancel,
.ec-rectHeading p,
.ec-rectHeading-error p,
.ec-agreement .agreement-link .agreement-Btn:disabled,
.ec-agreement .agreement-link .agreement-Btn,
.ec-inlineBtn,
.mypage-login-Btn,
.mypage-login-Btns,
.shipping-Btn-action,
.shipping-Btn-add,
.shipping-Btn-rev,
.shipping-Btn-back {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 2.5rem;
  padding: 1.5rem;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  font-weight: bold;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  transition: ease .2s;
  width: 100%;
}

.ec-cartRole__actions,
.shipping-Btn__actions {
  display: flex;
  flex-direction: column;
  row-gap: .5rem;
  width: 100%;
}

.ec-blockBtn--action,
.ec-cartRole__action,
.shipping-Btn-action {
  background: #000000;
  ;
  color: #fff;
  border: 2px solid #000000;
  ;
  height: 0;
  line-height: 0;
}

.ec-blockBtn--action:hover,
.ec-cartRole__action:hover,
.shipping-Btn-action:hover {
  color: #000000;
  ;
  background: #fff;
  border: 2px solid #000000;
  ;
}

.ec-blockBtn--cancel,
.shipping-Btn-back {
  background-color: #fff;
  color: #525263;
  border: 2px solid #c4c4c4;
  height: 0;
  line-height: 0;
}

.ec-blockBtn--cancel:hover,
.shipping-Btn-back:hover {
  color: #fff;
  background: #c4c4c4;
  border: 2px solid #c4c4c4;
}

.ec-cartTable .ec-blockBtn--action {
  display: none;
}

@media screen and (max-width: 768px) {
  .ec-cartTable .ec-blockBtn--action {
    display: block;
  }
}

/*---------------------------------------
  EC CUBE shipping-Btn
-----------------------------------------*/
.shipping-Btn-add,
.shipping-Btn-rev {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  background: #fff;
  color: #000000;
  ;
  border: 2px solid #000000;
  ;
  padding: 0.5rem;
}

.shipping-Btn-add p.Btn-read,
.shipping-Btn-rev p.Btn-read {
  font-size: calc(8px + 2 * ((100vw - 320px) / 670));
  padding: 0;
}

.shipping-Btn-add:hover,
.shipping-Btn-rev:hover {
  color: #fff;
  background: #000000;
  ;
  border: 2px solid #000000;
  ;
}

/*---------------------------------------
  EC CUBE VeriTrans
-----------------------------------------*/
button#vt4g_btn_token,
a#vt4g_btn_token_back {
  width: 350px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

/*---------------------------------------
  FD common
-----------------------------------------*/
html {
  scroll-behavior: smooth;
}

main#about {
  padding-top: calc(50px + 30 * ((100vw - 320px) / 1120));
  padding-bottom: calc(50px + 30 * ((100vw - 320px) / 1120));
}

header {
  z-index: 99;
  position: absolute;
}

.ecv-Wrap {
  margin: 1rem auto !important;
}

.ecv-header {
  /*margin-top: 0 !important;*/
}

.wrapper {
  display: grid;
  column-gap: 10px;
  row-gap: 1em;
}

input {
  font-family: 'Karla', 'Shippori Mincho', serif;
  color: #333;
  cursor: text;
  width: 100%;
  border: 1px solid #878787;
  border-radius: 8px;
  padding: 10px;
  display: block;
}

.form-control:disabled,
.form-control:read-only {
  background-color: #fff;
  color: #525263;
  opacity: 1;
}

img {
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: all 0.2s ease 0s;
  }
}

a img:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.indent {
  text-indent: -1rem;
  padding-left: 1rem;
}

.bl-primary,
.bl-secondary,
.bl-danger,
.bl-dark,
.bl-gray {
  position: relative;
  padding-left: .8em;
}

.bl-primary::before,
.bl-secondary::before,
.bl-danger::before,
.bl-dark::before,
.bl-gray::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
}

.bl-primary::before {
  background-color: #000000;
}

.bl-danger::before {
  background-color: #dc3545;
}

.bl-secondary::before {
  background-color: var(--color-secondary);
}

.bl-dark::before {
  background-color: black;
}

.bl-gray::before {
  background-color: #777777;
}

@media (max-width: 769px) {
  .fixed-bottom {
    position: initial;
  }
}

li {
  list-style: none;
}

.text-c-primary {
  color: #000000
}

.swiper-scrollbar-drag {
  background-color: #000000 !important;
}

.swiper-scrollbar {
  background-color: var(--color-secondary) !important;
}

/*---------------------------------------
  FD parts
-----------------------------------------*/
.sec-my {
  margin-top: calc(10px + 10 * ((100vw - 320px) / 670));
  margin-bottom: calc(40px + 10 * ((100vw - 320px) / 670));
}

.sec-my-s {
  margin-top: calc(10px + 10 * ((100vw - 320px) / 670));
  margin-bottom: calc(10px + 10 * ((100vw - 320px) / 670));
}

.container-in {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: calc(14px + 4 * ((100vw - 320px) / 670));
  margin-bottom: 2rem;
  padding: 0.25em 0.5em;
  border-left: solid 6px #202135;
}

.ttls {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  padding: 0.25em 0.5em;
  border-left: solid 3px #202135;
}

.ttll {
  display: flex;
  font-weight: bold;
  align-items: center;
  font-size: calc(14px + 4 * ((100vw - 320px) / 670));
  margin-bottom: 2rem;
  padding: 0.25em 0.5em;
  border-left: solid 6px #202135;
}

.img-r {
  border-radius: 1rem;
}

.ptxt {
  font-size: calc(10px + 2 * ((100vw - 320px) / 670));
}

.title-header,
.title-header-s {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .title-header-s {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-bottom: 2rem;
  }
}

.title-header .ttl,
.title-header-s .ttl {
  margin-bottom: 0;
}

.title-header-s .btn-all {
  position: absolute;
  right: 0;
  z-index: 2;
  text-align: right;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  border-radius: 2.5rem;
  padding: .5rem 1rem;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  background-color: #000000;
  ;
  color: #fff;
}

.title-header-s .btn-all:hover {
  background-color: rgb(0, 184, 76, .6);
  color: #333 !important;
}

.txt-diagonal {
  position: relative;
  display: inline-block;
  margin: .5em 0;
  padding: .5rem 1rem;
  color: #fff;
  font-size: 16px;
  background: #000000;
  ;
  left: 52%;
  text-align: center;
  border-radius: 1.5rem;
  transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}

.txt-diagonal:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -10px;
  border: 6px solid transparent;
  border-top: 10px solid #000000;
  ;
}

.txt-diagonal span {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.bg-gl {
  background-color: #f0f8ff;
}

/*---------------------------------------
  FD Section Title
-----------------------------------------*/
.section-title {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.section-title .sub-style {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #000000;
}

.section-title .sub-style::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-left: -100px;
  border: 1px solid #000000 !important;
}

.section-title .sub-style::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-bottom: 5px;
  margin-left: -50px;
  border: 1px solid #000000 !important;
}

.sub-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #000000;
}

.sub-title::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-right: -100px;
  border: 1px solid #000000 !important;
}

.sub-title::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-bottom: 8px;
  margin-right: -50px;
  border: 1px solid #000000 !important;
}

.section-title-sec {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.section-title-sec .sub-style {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #40ab41;
}

.section-title-sec .sub-style::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-left: -100px;
  border: 1px solid #40ab41 !important;
}

.section-title-sec .sub-style::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-bottom: 5px;
  margin-left: -50px;
  border: 1px solid #40ab41 !important;
}

.sub-title-sec {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #40ab41;
}

.sub-title-sec::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-right: -100px;
  border: 1px solid #40ab41 !important;
}

.sub-title-sec::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-bottom: 8px;
  margin-right: -50px;
  border: 1px solid #40ab41 !important;
}

/*---------------------------------------
  FD product-detail
-----------------------------------------*/
/*S no
.section-product {
  padding-top: calc(60px + 20 * ((100vw - 320px) / 1120));
  padding-bottom: calc(60px + 20 * ((100vw - 320px) / 1120));
}

.area-pro {
  flex-direction: column !important;
  height: 100% !important;
  display: flex !important;
  row-gap: 2rem;
  padding: 1rem;
}

.area-pro:nth-of-type(2)+.sticky-bt {
  position: static;
}

.area-pro:first-child {
  row-gap: 0rem !important;
  padding: 0;
}

.area-pro .swiper {
  width: 100%;
  height: 100%;
}
*/
/*
.detail-pro .swiper-button-next:after,
.detail-pro .swiper-button-prev:after {
  display: none;
}*/


/*pic-m*/

.pd_main {
  border: 1px solid #000;
  height: auto !important;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pd_main .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pd_main .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}


/*pic-t*/

.pd_thumb {
  box-sizing: border-box;
}

.pd_thumb .swiper-slide {
  width: 25%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  cursor: pointer;
  box-sizing: border-box;
}

.pd_thumb .swiper-slide img {
  box-sizing: border-box;
}

.pd_thumb .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #F84949;
  box-sizing: border-box;
}



/*area-pro-txt*/
/*S no
.pro-ttl {
  font-size: calc(20px + 2 * ((100vw - 320px) / 670));
  font-weight: bold;
}

.pro-sub {
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
}
*/

/*area-pro-rec*/
/*S no
.area-pro .area-pro-rec {

  align-items: center;
  justify-content: space-between;
}


@media (max-width: 767.98px) {
  .area-pro .area-pro-rec {
    flex-direction: column;
    row-gap: 1rem;
  }
}
*/

/*btn-fav*/
.fevbtn {
  display: flex;
  align-items: center;
}

.fevtxt {
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
}

.fav-on,
.fav-off {
  width: 100%;
  display: flex;
}
.fav-on form {
  width: 100%;
}
.fav-on .favorite,
.fav-off .favorite {
  width: 100%;
  height: 48px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 22px;
}
.btn-fav.fav-on {
  border: #dc3545 1px solid;
  padding: .5rem 1rem;
}

.btn-fav.fav-off {
  border: #000 1px solid;
  padding: .5rem 1rem;
}

.btn-fav.fav-on {
  border: #FF004E 1px solid;
  padding: .2rem 1rem .5rem;
  display: flex;
}


@media screen and (max-width: 768px) {
  .btn-fav.fav-on {
    padding: 0rem 1rem .4rem !important;
  }
}

.btn-fav.fa-sharp {
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
}

/*ttll */
/*S no
.ttll {
  display: flex;
  font-weight: bold;
  align-items: center;
  font-size: calc(14px + 4 * ((100vw - 320px) / 670));
  margin-bottom: 2rem;
}
*/
/*area-pro-features  area-pro-tbl*/
/*S no
.area-pro-features {
  margin-top: calc(40px + 10 * ((100vw - 320px) / 670));
  margin-bottom: calc(40px + 10 * ((100vw - 320px) / 670));
  padding: 0;
}
*/
/*area-pro-tbl*/
/*S no
.area-pro-tbl {
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
}

.area-pro-tbl:first-child {
  margin-bottom: 2rem;
}
*/

/*product detail */

.area-tbl .area-pro-tbl {
  column-count: 1;
  gap: 1rem;
}

@media (max-width: 767px) {
  .area-pro-tbl {
    padding: 0;
  }
}

/*
.glink {
  text-decoration: underline;
}
*/
/*
.area-pro-tbl .part {
  border-top: solid 1px #c4c4c4;
}

.area-pro-tbl .part dl {
  display: flex;
  border-bottom: solid 1px #c4c4c4;
  margin: 0;
}

.area-pro-tbl .part dl dt {
  min-width: 34%;
  background-color: #f5f5f5;
  flex-grow: 0;
  flex-shrink: 0;
  font-weight: bold;
  margin: 0;
  padding: .5rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .area-pro-tbl .part dl dt {
    min-width: 35%;
  }
}

.area-pro-tbl .part dl dd {
  flex-grow: 1;
  margin: 0;
  padding: .5rem;
  overflow-wrap: break-word;
}
*/
/*marks*/
.marks {
  background: #333;
  border-radius: 50%;
  width: 32px;
  height: 32px;

}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50%;
}

.btn.btn-primary {
  box-shadow: inset 0 0 0 0 #000000;
  color: #fff;
}

.btn.btn-primary:hover {
  box-shadow: inset 300px 0 0 0 #ffffff !important;
  color: #000000 !important;
}

.btn.btn-primary-l {
  color: #000000 !important;
  border: 1px solid #000000;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  margin-left: calc(1px + 1 * ((100vw - 320px) / 670));
  margin-right: calc(1px + 1 * ((100vw - 320px) / 670));
}

.btn.btn-primary-l:hover {
  box-shadow: inset 300px 0 0 0 #000000;
  border: 1px solid #000000;
  color: #fff !important;
}

.btn.btn-primary-l.active {
  box-shadow: inset 300px 0 0 0 #000000;
  background: #000000 !important;
  color: #fff !important;
  border: 1px solid #000000;
}

.btn.btn-light {
  box-shadow: inset 0 0 0 0 #000000;
}

.btn.btn-light:hover {
  box-shadow: inset 300px 0 0 0 #000000;
  color: #ffffff !important;
}

.btn-hover {
  transition: 0.5s;
}

.btn-hover:hover {
  color: var(--color-secondary) !important;
}

.btn.btn-secondary:hover {
  color: var(--color-secondary) !important;
}

.btn.btn-gray:hover {
  color: #777 !important;
}

.share {
  font-size: 1.2rem;
  padding-left: .3rem;
  color: #fff;
}

.icon-x:hover path {
  fill: #fff;
}

.icons {
  position: relative;
}

.balloon1 {
  display: none;
}

.balloon {
  position: absolute;
  left: 3rem;
  bottom: -0.5rem;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.balloon i,
.balloon button {
  font-size: 2rem;
  transition: 0.3s;
  display: inline;
}

.balloon a:hover {
  opacity: 0.6;
}

.arrow_box {
  position: relative;
  display: flex;
  align-items: center;
  padding: .5rem;
  bottom: -.2rem;
  column-gap: .5rem
}

@media screen and (max-width: 768px) {
  .arrow_box {
    position: relative;
    width: 200px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #c8c8c8;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    display: flex;
    align-items: center;
    padding: .5rem;
    left: -.5rem;
    bottom: -.2rem;
  }
}

.fadeInLeft {
  opacity: 0;
  transform: translateX(-100px);
  animation-name: fadeIn;
  animation-duration: .3s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {}

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/*.sticky-bt */
/*
#df_cart {
  display: none
}

.sticky-bt {
  position: -webkit-sticky;
  position: sticky;
  top: 66px;
  z-index: 99;
}

#sec_bt_cart {
  box-sizing: border-box;
  height: 48px;
  background: #fff;
}

#sec_bt_cart .default {
  display: flex;
  align-items: center;
flex-direction: row;
}

#sec_bt_cart .default .price span {
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0 4px 0 8px;
}

#sec_bt_cart {
  text-align: center;
  border: 1px solid #C8C8C8;
}

#sec_bt_cart .default .go-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  width: 100%;
  padding: 1rem;
  font-family: 'Shippori Mincho';
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
}

#sec_bt_cart .default .go-cart:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

#sec_bt_cart .default .go-cart.disabled,
#sec_bt_cart .default .go-cart.disabled:hover {
  background: gray;
  color: white;
  border: 1px solid gray;
}

#sec_bt_cart button {
  text-align: center;
  padding: 6px;
  border: none;
  background-color: initial;
}

#sec_bt_cart .btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: .5rem;
}

#sec_bt_cart .btns button.gocart {
  display: block;
  width: 50%;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  padding: 1rem;
  font-weight: bold;
}

#sec_bt_cart .btns button.gocart:hover {
  background: #fff;
  border-color: #c8c8c8;
}

.addition {
  display: none;
}

@media screen and (max-width: 768px) {

  #sec_bt_cart .default .go-cart,
  #sec_bt_cart .btns button.gocart {
    width: 50% !important;
    padding: .8rem !important;
    font-size: .8rem !important;
  }

  #sec_bt_cart .default p.price {
    font-size: .8rem;
  }

  #sec_bt_cart .default .price span {
    font-size: 1rem;
  }

  .sec_bt_cart_under {
    width: 47%;
    left: 26%;
    top: 0;
    position: relative;
  }
}
*/

#kifu_bnrs {
  margin: 5rem auto;
}

#kifu_bnrs .kifu_bnrs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  padding: 0
}

#kifu_bnrs .kifu_bnrs li {
  flex-basis: calc(24% - 0px);
}

@media screen and (max-width: 768px) {
  #kifu_bnrs {
    margin: 3rem auto;
  }

  #kifu_bnrs .kifu_bnrs {
    /*justify-content: flex-start;
    justify-content: center;*/
    justify-content: space-between;
  }

  #kifu_bnrs .kifu_bnrs li {
    flex-basis: calc(48% - 0px);
  }
}

#kifu_bnrs .kifu_bnrs a {
  display: block;
  overflow: hidden;
  border: 1px solid #C8C8C8;
  border-radius: 8px;
}

#kifu_bnrs .kifu_bnrs a:hover {
  opacity: .5;
}

/*---------------------------------------
  FD products-list
-----------------------------------------*/
/*
.card.service-item {
  box-shadow: var(--shadow);
  border-color: transparent;
}

.pro-list-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2rem;
}

.pro-list-header-read {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .pro-list-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 2rem;
  }

  .pro-list-header-read {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .pro-list-header .ttl {
    margin-left: 0rem;
  }

  .pro-list-counttxt {
    margin-left: 0rem !important;
    padding-top: 1rem;
  }
}

.pro-list-header .ttl {
  margin-bottom: 0rem;
}

.pro-list-counttxt {
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  font-weight: bold;
  margin-left: 3rem;
}

.pro-list-header .pro-list-pluginWrap {
  margin-left: auto;
}

.pro-list-header .selectWrap {
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}

.selectWrap {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.selectWrap select {
  font-size: .9rem;
  font-weight: bold;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 7px 15px;
  width: 140px;
  line-height: 24px;

}

.selectWrap::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5.5px;
  pointer-events: none;
}

.selectWrap select:focus {
  outline: none;
}

.selectWrap:hover select {
  display: block;
}
*/
/*---------------------------------------
  FD my-menu
-----------------------------------------*/

/*my-menu */

.navi-1st {
  margin: 0;
  border: #c8c8c8 1px solid;
  border-radius: 1rem;
  background-color: #fff;
  padding: 0;
}

.navi-1st li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1rem;
  border-bottom: 1px solid #c8c8c8;
}

.navi-1st li a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  transition: all 0.2s ease-in-out;
  right: 1.5rem;
  color: #c8c8c8;
  font-size: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.navi-1st li a {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  color: #505050;
}

@media screen and (max-width: 768px) {
  .navi-1st li a {
    font-size: calc(14px + 2 * ((100vw - 320px) / 670)) !important;
  }
}

.navi-1st li a:hover::after {
  right: 0;
}

.navi-1st li a:hover,
.navi-2nd li a:hover {
  text-decoration: underline #000000;
  ;
}

.navi-1st li:last-child,
.navi-2nd li:last-child {
  border-bottom: none;
}

.navi-2nd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: .7rem;
}

.navi-2nd li {
  padding: .3rem;
  align-items: center;
  width: 50%;
}

.navi-2nd li a {
  /*font-size: calc(10px + 2 * ((100vw - 320px) / 670));*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.mymenu-wrap {
  margin: 2rem auto;
  max-width: calc(1130px + (1rem * 2));
  width: 100%;
}

.c-area>:not(.c-area-s):first-child {
  margin-top: 0;
}

.c-area:not(:first-child)>.mymenu-wrap>:not(.c-area-s):first-child {
  margin-top: 0;
}

.mymenu-sec {
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .mymenu-sec {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .mymenu-sec .mm-sec-left {
    width: 100% !important;
  }
}

.mymenu-sec .mm-sec-left {
  width: 50%;
}

.mm-sec-member {
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, .125);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
}

.mm-sec-mem-ttl {
  font-size: calc(16px + 2 * ((100vw - 320px) / 670));
  font-weight: bold;
  background-color: #000000;
  ;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
}

.mm-sec-mem-body {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 1rem;
}

.mm-sec-mem-name {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 2rem;
}

.mm-sec-mem-name .mem-name {
  font-size: calc(18px + 2 * ((100vw - 320px) / 670));
  font-weight: bold;
}

.mm-sec-mem-name span {
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
}

.mm-sec-btn {
  width: 100%;
  padding: 0 1rem;
}

.mm-sec-btn--logout {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 2.5rem;
  background-color: #fff;
  padding: 1.5rem;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  color: #525263;
  font-weight: bold;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid #c4c4c4;
  white-space: nowrap;
  text-decoration: none;
  height: 0;
  line-height: 0;
}

.mm-sec-btn--logout:hover {
  color: #fff;
  background: #c4c4c4;
  border: 1px solid #c4c4c4;
}

.mm-sec-menu-body {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-around;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .mm-sec-menu-body {
    gap: 1rem;
  }

  .mm-sec-menu-body li {
    width: 100% !important;
  }
}

.mm-sec-menu-body li {
  width: calc((100% - (20px)) * 1 / 2);
  background-color: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, .125);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
  padding: 1rem 0;
}

.mm-sec-menu-body>li>a {
  display: flex;
}

.mm-sec-menuicon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: auto .3rem 0;
}

.mm-sec-menuicon i {
  font-size: calc(28px + 4 * ((100vw - 320px) / 670));
  color: #000000;
  ;
}

.mm-sec-menu-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #505050;
}

.mm-sec-menu-secttl {
  font-size: calc(14px + 2 * ((100vw - 320px) / 670));
  font-weight: bold;
  word-break: break-all;
}

.mm-sec-menu-sectxt {
  font-size: calc(8px + 2 * ((100vw - 320px) / 670));
  margin-bottom: 0;
  font-weight: normal;
}

@media screen and (max-width: 768px) {

  .mm-sec-menu-sectxt,
  .mgc-read,
  .mm-sec-mem-name span {
    font-size: calc(14px + 2 * ((100vw - 320px) / 670)) !important;
  }
}

.mm-sec-bnr {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  margin: 1rem 0;
  padding: 0;
}

.mm-sec-bnrbottom {
  display: flex;
  column-gap: 1rem;
}

.mm-sec-bnr a.bnr {
  width: 100%;
}

@media screen and (max-width: 768px) {

  .mm-sec-bnr,
  .mm-sec-bnr a.bnr {
    width: 100% !important;
  }

  .mm-sec-bnrbottom {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    padding: 0;
  }

  .mm-sec-bnr {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .mm-sec-bnrbottom {
    display: none !important;
  }
}

.mg-contents-Wrap {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  margin: 1rem 0;
  border: 2px solid #000000;
  ;
  border-radius: 1rem;
  row-gap: 1rem;
}

.mg-c-sec .ttls {
  font-size: calc(14px + 2 * ((100vw - 320px) / 670));
  font-weight: bold;
  justify-content: flex-start;
}

.mgc-read {
  padding: .51rem;
  font-size: calc(10px + 2 * ((100vw - 320px) / 670));
}

/*---------------------------------------
  FD help
-----------------------------------------*/
.BaseWrap {
  margin: 1rem auto;
  max-width: calc(1130px + (1rem * 2));
  width: 100%;
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  .BaseWrap {
    min-height: initial;
  }
}

.BaseWrap-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 2px solid #c4c4c4;
  border-bottom: 2px solid #c4c4c4;
  background-color: #f6f6f6;
  margin-bottom: 2rem;
  padding: 1rem 0;
}

.Bttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: calc(14px + 4 * ((100vw - 320px) / 670));
  padding-left: 1rem;
  word-break: keep-all;
}

.Bsttl {
  font-size: calc(10px + 2 * ((100vw - 320px) / 670));
  padding-left: 1rem;
}

.BaseWrap-detail-Wrap {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-bottom: 3rem;
}

.BaseWrap-detail-txt p {
  font-size: calc(14px + 2 * ((100vw - 320px) / 670));
}

/*tradelaw*/
.BaseWrap-tb {
  margin: 2rem 0;
  font-size: calc(14px + 2 * ((100vw - 320px) / 670));
}

.BaseWrap-tb dl {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 2px dotted #ccc;
  padding: 2rem 0;
}

.BaseWrap-tb dt {
  width: 200px;
}

.BaseWrap-tb dt label {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .BaseWrap-tb {
    margin: 1rem 0;
  }

  .BaseWrap-tb dl {
    display: block;
    padding: 1rem 0;
  }

  .BaseWrap-tb dt label {
    margin-bottom: .5rem;
  }
}

/*privacy*/
.BaseWrap-detail-txt p.dtxtb {
  font-weight: bold;
  margin: .5rem 0;
  font-size: calc(14px + 2*((100vw - 320px) / 670));
}

.indent {
  text-indent: -1rem;
  padding-left: 1rem;
}

/*faq-----------------*/

#faq .accordion {
  margin: 3em auto;
  /*max-width:60vw;*/
}

#faq .toggle {
  display: none;
}

#faq .option {
  position: relative;
  margin-bottom: 1em;
  font-size: calc(14px + 2*((100vw - 320px) / 670));
}

#faq .title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

#faq .title {
  border-radius: 12px;
  border: solid 1px #ccc;
  padding: 1em;
  display: block;
  font-weight: bold;
  box-shadow: 0px 0px 15px -7px rgb(0 0 0 / 60%);
}

#faq .title p {
  padding: 0 1rem;
  border-left: 4px solid #202135;
}

#faq .title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 40%;
  width: 2px;
  height: 0.75em;
  background-color: #202135;
  transition: all 0.3s;
}

#faq .title::after {
  transform: rotate(90deg);
}

#faq .content {
  max-height: 0;
  overflow: hidden;
}

#faq .content p,
.indentlist {
  margin: 0;
  padding: 1rem;
}

#faq .toggle:checked+.title+.content {
  max-height: 1500px;
  transition: all 1.5s;
}

#faq .toggle:checked+.title::before {
  transform: rotate(90deg) !important;
  /*transform:rotate(45deg)!important;*/
}


/*#faq .toggle:checked + .title::after{transform:rotate(135deg)!important;}*/

#faq .textt {
  font-size: 1.5rem;
  font-weight: bold;
  color: #6d9c00;
  text-decoration: underline;
}

#faq .textm {
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: underline;
}


#faq .faq-mttl {
  margin: 2rem 0 1rem;
  font-weight: bold;
  font-size: 1.2rem;
}


/*---------------------------------------
  FD news
-----------------------------------------*/

.newsWrap {
  margin: 0 auto;
  max-width: calc(1130px + (1rem * 2));
  width: 100%;
}

.news-list-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.news-detail-Wrap {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-bottom: 2rem;
}

.news-header-Wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.news-date {
  font-size: calc(14px + 2 * ((100vw - 320px) / 670));
}

.news-title {
  font-size: calc(16px + 2 * ((100vw - 320px) / 670));
}

.news-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

.news-image img {
  border-radius: 2.5rem;
  width: 100%;
}

.news-txt {
  font-size: calc(14px + 2 * ((100vw - 320px) / 670));
}

.non-n {
  text-align: center;
}

/*---------------------------------------
  col-15
-----------------------------------------*/
.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .col-15 {
    width: 20%;
    flex: 0 0 50%;
  }
}

@media (min-width: 768px) {
  .col-15 {
    width: 20%;
    flex: 0 0 33.33333%;
  }
}

@media (min-width: 992px) {
  .col-15 {
    width: 20%;
    flex: 0 0 33.33333%;
  }
}

@media (min-width: 1200px) {
  .col-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}



/*****************************************
  SITE ORG
******************************************/

/*----------------------------------------
  base
-----------------------------------------*/
body {
  background-color: #ffffff;
  font-family: 'Karla', 'Shippori Mincho', serif;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  width: 96%;
}

.row {
  margin-right: calc(.5 + 0 * var(--bs-gutter-x));
  margin-left: calc(.5 + 0 * var(--bs-gutter-x));
}

@media (max-width: 768px) {
  .row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  /*
  .row>* {
    padding-right: calc(var(--bs-gutter-x)* 0);
    padding-left: calc(var(--bs-gutter-x)* 0);
  }*/
}

.sec-gap {
  display: grid;
  margin-top: 2rem;
  grid-gap: 2rem;
}

.svh-sp {
  height: 100vh;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .sp {
    display: inline-flex;
  }
}

@media screen and (max-width: 767px),
(min-width: 993px) {
  .sp {
    display: none;
  }
}

/*---------------------------------------
  TYPOGRAPHY
-----------------------------------------*/
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Karla', 'Shippori Mincho', serif;
  font-weight: 600;
}


p {
  color: #000000;
  font-weight: 400;
}

ul li {
  color: #000000;
  font-weight: 400;
}

a,
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #808080;
}

b,
strong {
  font-weight: 700;
}

/*---------------------------------------
  SOCIAL ICON
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--color-secondary);
  border-radius: calc(20px + 20 * ((100vw - 320px) / 1120));
  color: #ffffff;
  font-size: var(--font-size-copyright);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background-color 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: #000000;
  color: #ffffff;
}

/*---------------------------------------
  CUSTOM BUTTON
-----------------------------------------*/
.custom-btn {
  background: var(--color-custom-btn-bg);
  border: 2px solid transparent;
  border-radius: calc(20px + 20 * ((100vw - 320px) / 1120));
  color: #ffffff;
  font-size: var(--font-size-btn);
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: var(--color-custom-btn-bg-hover);
  color: #ffffff;
}

.custom-btn-close {
  background: var(--color-custom-btn-cl);
  border: 2px solid transparent;
  border-radius: calc(20px + 20 * ((100vw - 320px) / 1120));
  color: #ffffff;
  font-size: var(--font-size-btn);
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn-close:hover {
  background: var(--color-custom-btn-cl-hover);
  color: #ffffff;
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--color-custom-btn-bg);
  color: var(--color-custom-btn-bg);
}

.custom-border-btn:hover {
  background: var(--color-custom-btn-bg);
  border-color: transparent;
  color: #ffffff;
}

.custom-btn-bg-white {
  border-color: #ffffff;
  color: #ffffff;
}



/*****************************************
  SABE SITE ORG
******************************************/
/*---------------------------------------
  Reset
-----------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*----------------------------------------
  base
-----------------------------------------*/

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background-color: #ffffff;
  font-family: 'Karla', 'Shippori Mincho', serif;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

img {
  width: 100%;
}

.section-wrap {
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0;
}

@media (max-width: 767px) {
  .section-wrap {
    max-width: none;
    padding: 0 20px;
  }
}


.row {
  margin: 0;
  padding: 0;
}

ul li {
  color: #000000;
  font-size: var(--font-size-p);
  font-weight: 400;
}

a,
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #808080;
}

a img:hover {
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}


.more-box:hover,
.linkbnr li:hover {
  opacity: 0.7;
}

b,
strong {
  font-weight: 700;
}

.btn {
  border-radius: 0;
}

.sec-gap {
  display: grid;
  margin-top: 2rem;
  grid-gap: 2rem;
}

.svh-sp {
  height: 100vh;
}

.anchor {
  scroll-margin-top: 110px;
}

/*---------------------------------------
  TYPOGRAPHY
-----------------------------------------*/
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Karla', 'Shippori Mincho', serif;
  font-weight: 600;
}

h1 {
  font-size: var(--font-size-h1);
  font-weight: 700;
}

h2 {
  font-size: var(--font-size-h2);
  font-weight: 700;
}

h3 {
  font-size: var(--font-size-h3);
}

h4 {
  font-size: var(--font-size-h4);
}

h5 {
  font-size: var(--font-size-h5);
}

h6 {
  color: #000000;
  font-size: var(--font-size-h6);
}

p {
  color: #000000;
  font-size: var(--font-size-p);
  font-weight: 400;
}


/*---------------------------------------
  header.twig

  NAVBAR
-----------------------------------------*/

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 999;
  padding-left: 90px;
  padding-right: 60px;
  background: transparent;
  transition: none !important;
  opacity: 0;
  pointer-events: none;
}

.navbar.scrolled {
  opacity: 1;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #000000;
}

.navbar:not(.scrolled) {
  pointer-events: none;
}

.header-wrap {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-name,
.brand-name:hover {
  display: flex;
  align-items: center;
  font-size: var(--font-size-h3);
  font-weight: 700;
}

a.brand-name:hover .sitelogo {
  filter: invert(100%) brightness(0.4);
  transition: filter 0.3s ease;
}

img.sitelogo {
  width: clamp(207.08px, calc(207.08px + (322.38 - 207.08) * ((100vw - 320px) / 1600)), 322.38px);
  height: auto;
  display: flex;
  transition: filter 0.3s ease;
}

.sitelogo {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.navbar.scrolled .sitelogo {
  opacity: 1;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: #ffffff;
  font-family: 'Karla', 'Shippori Mincho', serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #000000;
}

.navbar.scrolled .navbar-nav .nav-link {
  color: #000000;
}

.navbar.scrolled .navbar-nav .nav-link:hover,
.navbar.scrolled .navbar-nav a:hover,
.navbar.scrolled .navbar-nav a:hover span,
.navbar.scrolled .navbar-nav a:hover i {
  color: #808080 !important;
}

.navbar-nav.header-icon-fixed {
  display: flex;
  gap: 10px;
}

.navbar-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 16px;
  letter-spacing: 1px;
  width: 200px;
  height: 33.98px;
  line-height: 1;
  text-align: center;
  background: #000000;
  color: #ffffff;
  transition: all 0.3s ease;
}

.navbar-boxs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 16px;
  letter-spacing: 1px;
  width: 140px;
  height: 33.98px;
  line-height: 1;
  text-align: center;
  background: #000000;
  color: #ffffff;
  transition: all 0.3s ease;
}

.navbar-box img,
.navbar-boxs img,
.navbar-icon img {
  width: 16px;
  height: 16px;
  display: block;
}

.navbar-boxfd {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 16px;
  letter-spacing: 2.88px;
  width: 203.79px;
  height: 33.98px;
  line-height: 1;
  text-align: center;
  background: #000000;
  color: #ffffff;
  transition: all 0.3s ease;
}

.navbar-boxfd img {
  width: 16px;
  height: 16px;
  display: block;
}

.navbar-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #000000;
  color: #ffffff;
  border-radius: calc(20px + 20 * ((100vw - 320px) / 1120));
  transition: all 0.3s ease;
}

.navbar-icon .cart-badge {
  position: absolute;
  top: -9px;
  right: -7px;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F84949;
  color: #fff;
  border-radius: 50%;
  font-size: calc(10px + 1 * ((100vw - 320px) / 670));
  font-family: 'Karla' !important;
}
/*---------------------------------------
  NAVBAR - 991px-1440px ONLY
-----------------------------------------*/
@media screen and (min-width: 991px) and (max-width: 1440px) {
.navbar-nav .nav-link {
  font-size: 16px;
}
.navbar-box {
  font-size: 14px;
  width: 175px;
}

.navbar-boxs {
  font-size: 14px;
  width: 120px;
}
.navbar-expand-lg .navbar-nav .nav-link{
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav.header-icon-fixed{
  gap:6px;
}
}
/*---------------------------------------
  NAVBAR - SP ONLY
-----------------------------------------*/

@media screen and (max-width: 991px) {
  .navbar {
    height: 60px;
    padding: 0 20px;
    transition: none !important;
  }

  .navbar.scrolled {
    border-bottom: none;
  }

  .navbar-collapse {
    transition: none !important;
    height: 100vh !important;
    display: block !important;
    visibility: visible !important;
    background-color: rgba(255, 253, 235, 0.98) !important;
  }

  .collapse:not(.show) {
    display: none !important;
  }

  .collapse.show {
    display: block !important;
  }

  .navbar.menu-open {
    background-color: #fffdeb !important;
    border-bottom: none !important;
  }

  .navbar.menu-open .brand-name {
    display: none !important;
  }

  .header-wrap {
    justify-content: end;
    height: 60px;
  }

  .brand-name {
    margin-right: auto;
    order: 0;
  }

  .navbar-icon,
  .navbar-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
  }

  .navbar-toggler {
    padding: 0;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
  }

  .navbar-toggler:focus,
  .navbar-toggler:active {
    outline: none !important;
    box-shadow: none !important;
  }

  .navbar-icon {
    order: 1;
  }

  .navbar-toggler {
    order: 2;
  }

  .sitelogo {
    opacity: 1;
  }

  .navbar-toggler-img {
    width: 25px;
    height: 28px;
    transition: opacity 0.3s ease;
    opacity: 1;
  }

  .navbar-toggler-img.fade-out {
    opacity: 0;
  }

  .navbar-collapse {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: #fffdeb;
    padding: 39px 50px;
    overflow-y: auto;
    z-index: 998;
  }

  .navbar-nav-logo {
    display: flex;
    justify-content: center;
    top: 99px;
    left: 0;
  }

  .navbar-nav-logo img {
    width: 153.63px;
    height: 69.99px;
  }

  .rl-nav-link::after {
    content: none !important;
  }

  .rl-nav {
    min-width: 243.12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 51px;
  }

  .rl-nav li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .rl-nav li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 5.97px;
    height: 11.41px;
    background-image: url('../img/sabae/icon_sr.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .rl-navs {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding-top: 29px;
  }

  .rl-navs li {
    display: flex;
    align-items: center;
    font-weight: bold;
    letter-spacing: 2.4px;
    font-size: 13px;
  }

  .header-icon-fixed {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }

  .header-icon-fixed .navbar-icon {
    display: none;
  }

  .navbar-nav.header-icon-fixed {
    gap: 8px;
  }

  .header-icon-fixed .navbar-box {
    width: 190px;
    height: 34px;
    letter-spacing: 0;
  }

  .header-icon-fixed .navbar-boxs {
    width: 130px;
    height: 34px;
    letter-spacing: 0;
  }

  .header-icon-fixed .navbar-boxfd {
    width: 200px;
    height: 39.56px;
  }


  .navbar:not(.scrolled) .navbar-toggler {
    pointer-events: auto;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .navbar-nav .nav-link {
    font-size: 20px;
  }

}

/*---------------------------------------
  NAVBAR - TAB ONLY
-----------------------------------------*/


/*---------------------------------------
  section-hero
-----------------------------------------*/

.section-hero {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  background-color: #fffef7;
  overflow: hidden;
  z-index: 1;
}

.hero-inner {
  display: flex;
  width: 100%;
  height: 100%;
}

.hero-left {
  width: 520px;
  flex-shrink: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffef7;
  z-index: 2;
}

.hero-left img {
  width: clamp(208px, calc(208px + (265.7 - 208) * ((100vw - 320px) / 1600)), 265.7px);
  height: clamp(94.77px, calc(94.77px + (121.06 - 94.77) * ((100vw - 320px) / 1600)), 121.06px);
}

.hero-right {
  width: 1400px;
  position: relative;
}

.hero-right {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  height: 100%;
  position: relative;
  z-index: 1;
}

.hero-right>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-right .hero-icon-scroll {
  width: 70px;
  height: 44px;
}

.hero-icon-scroll {
  position: absolute;
  bottom: 50px;
  right: 70px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.4));
  pointer-events: none;
  z-index: 2
}

.topmenu {
  display: flex;
  flex-direction: column;
  opacity: 0;
  animation: fadeIn .3s ease-out .3s forwards;
}

.topmenulist {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: clamp(30px, calc(30px + 66 * ((100vw - 320px) / 1600)), 96px);
}

.vertical-menu {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  list-style: none;
  padding: 0;
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}


.vertical-menu a {
  color: #000;
  font-weight: bold;
  writing-mode: vertical-rl;
  display: inline-block;
  font-size: 23px;
  letter-spacing: .3rem;
  text-decoration: underline;
  text-underline-offset: 10px;
}

.vertical-menu a:hover {
  color: var(--color-link-hover);
}

.rl-nav-link {
  position: relative;
  display: inline-block;
  padding-right: 0.3rem;
}

.rl-nav-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.6px;
  height: 100%;
  background: var(--color-primary);
  transform-origin: center;
  transition: transform 0.4s ease;
}

.rl-nav-link:hover::after {
  transform: scaleY(0);
}

.navbar.scrolled .rl-nav-link:not(.sc-rnl)::after {
  display: none !important;
  content: none !important;
}

.navbar.scrolled .sc-rnl {
  position: relative;
  display: inline-block;
}

.navbar.scrolled .sc-rnl::after {
  content: "";
  position: absolute;
  bottom: 5px;
  height: 2px;
  width: 50%;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  top: auto;
  right: auto;
  background: var(--color-primary);
  opacity: 0;
  visibility: hidden;
}

.navbar.scrolled .sc-rnl:hover::after {
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
  visibility: visible;
}

.navbar.scrolled .rl-nav {
  padding-right: 16px;
  gap: 16px;
}

.topprodlist {
  margin-top: clamp(20px, calc(20px + 67 * ((100vw - 320px) / 1600)), 87px);
}

.btn-more-topmenu {
  display: flex;
  justify-content: flex-end;
  margin-top: 55px;
}

.topmenu .more-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 271.96px;
  height: 52px;
  font-size: 22px;
  letter-spacing: 2.64px;
  line-height: 34px;
  text-align: center;
  background: var(--color-black);
  color: var(--color-white);
  transition: color 0.3s ease;
}

.btn-more-topmenu .more-box img {
  width: 16.96px;
  height: 16.97px;
  display: block;
}



@media screen and (max-width: 1024px) {
  .hero-left {
    position: absolute;
    top: 109px;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: initial;
  }

  .toplogo {
    display: block;
  }

  .sitelogo-t {
    filter: brightness(0) invert(1);
  }

  .topmenulist,
  .btn-more-topmenu {
    display: none;
  }

  .hero-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-icon-scroll {
    width: 56px;
    height: 35px;
  }

  .hero-icon-scroll {
    position: absolute;
    bottom: 32px;
    left: auto;
    right: auto;
    transform: none;
  }



}


/*---------------------------------------
  footer.twig
  
  section-footer 
-----------------------------------------*/

.section-footer {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 2px solid #000000;
}

.footer-wrap {
  max-width: 1344px;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}


.footer-wrap1 {
  padding: 68px 0 20px 0;
  display: flex;
  flex-direction: row;
}

.toplogof {
  width: 256.8px;
  height: 117px;
  margin: 0;
  padding: 0;
}

.ad-wrapft {
  width: auto;
  height: 136px;
  margin-left: 58px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 6px;
  padding: 0;

}

.ad-wrapft .ad-t13 {
  font-size: clamp(12px, 2vw, 13px);
  letter-spacing: 1.3px;
  line-height: 18px;
}

.ad-wrapft .ad-t18 {
  font-size: clamp(16px, 2.5vw, 18px);
  letter-spacing: 1.8px;
  font-weight: 500;
}

.ad-wrapft .ad-t11 {
  font-size: clamp(10px, 1.8vw, 11px);
  letter-spacing: 1.1px;
  margin-top: 4px;
}

.topmenulist-wrap {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 1;
}

.topfmenulist {
  width: 213.19px;
  height: 184.22;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vertical-fmenu {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}

.vertical-fmenu a {
  font-weight: bold;
  writing-mode: vertical-rl;
  display: inline-block;
  font-size: 20px;
  letter-spacing: .3rem;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.vertical-fmenu a:hover {
  color: #808080;
}

.footer-wrap2 {
  padding: 0;
  margin: 0;
}

.footer-wrap2-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 25px;
}

.footer-wrap2-links .nav-link {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.16px;
}

.footer-wrap2-links .nav-link:hover {
  color: #808080;
  transition: color 0.3s ease;
}

.footer-wrap3 {
  width: 100%;
  margin: 0;
  padding: 60px 0 50px 0;
}

.f-linkbnr {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  box-sizing: border-box;
}

.f-linkbnr li {
  flex: 0 1 calc((100% - 20px * 3) / 4);
}

.f-linkbnr li a {
  display: block;
}

.f-linkbnr img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-wrap4 {
  width: 100%;
  margin: 0;
  padding-bottom: 63px;
}

.copyright-text {
  font-size: clamp(9px, 2.5vw, 10px);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.8px;
  color: #808080;
  font-family: 'Shippori Mincho', serif;
}

@media screen and (max-width: 1024px) {
  .footer-wrap {
    max-width: none;
    padding: 0 20px;
  }

  .topmenulist-wrap,
  .footer-wrap2 {
    display: none;
  }

  .footer-wrap1 {
    padding: 50px 16px 0;
    display: flex;
    flex-direction: column;
  }

  .toplogof {
    width: 153.63px;
    height: 69.99px;
    margin-bottom: 30px;
    padding: 0;
  }

  .ad-wrapft {
    width: auto;
    height: auto;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 6px;
    padding: 0;
  }

  .ad-wrapft .ad-t13 {
    letter-spacing: 1.2px;
    line-height: 18px;
  }

  .ad-wrapft .ad-t18 {
    letter-spacing: 1.6px;
    font-weight: 500;
  }

  .ad-wrapft .ad-t11 {
    letter-spacing: 0px;
    margin-top: 4px;
  }

  .footer-wrap3 {
    width: 100%;
    margin: 0;
    padding: 40px 0 30px 0;
  }

  .f-linkbnr {
    gap: 6px;
  }

  .f-linkbnr li {
    flex: 0 1 calc((100% - 6px) / 2);
  }

  .f-linkbnr li a {
    display: block;
  }

  .f-linkbnr img {
    display: block;
    width: 100%;
    height: auto;
  }

  .footer-wrap4 {
    padding-bottom: 50px;
  }

}


/*---------------------------------------
  Product/detail.twig

  section-Sprod 
-----------------------------------------*/

/*.section-Sprod
*/
.section-Sprod {
  background-color: #FFFDEB;
  width: 100%;
  padding: 160px 0;
  margin: 0 auto;
  position: relative;
  overflow: visible !important;
}

.Sprod-container {
  position: relative;
  display: flex;
  gap: 0 50px;
  align-items: flex-start;
  max-width: 1345px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.Sprod-ttlwrap {
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
}

.Sprod-ttl {
  font-family: 'Shippori Mincho';
  font-size: clamp(13px, 3vw, 25px);
  letter-spacing: 3px;
  line-height: clamp(20px, 4vw, 42px);
  font-weight: 700;
  padding: 0;
}

.Sprod-headwrap {
  flex: 1 1 60%;
  max-width: 845px;
}

.Sprod-head-left {
  width: 100%;
}

.Sprod-head-sticky {
  position: sticky;
  top: 0;
  right: 0;
  flex: 1 1 35%;
  max-width: 450px;
  align-self: flex-start;
  z-index: 10;
}

.Sprod-detailwrap {
  flex: 1 1 60%;
  max-width: 845px;
  margin-top: 36px;
}

.Sprod-head-cartbox {
  background-color: #fff;
  border: solid 2px #000;
  padding: 22px 28px;
  margin: 0 auto;
}

.price-wrap {
  display: flex;
  flex-direction: column;
  margin: 0;
}


.price-ttl {
  margin-bottom: 3px;
  font-family: 'Noto Sans JP';
  font-weight: 600;
  font-size: clamp(16px, 3vw, 21px);
  letter-spacing: 2.5px;
  line-height: clamp(20px, 3vw, 32px);
}

.price-prod {
  font-family: 'Karla' !important;
  color: #F84949;
  font-weight: 500;
  font-size: clamp(30px, 5vw, 44px);
  letter-spacing: clamp(1.36px, 1vw, 3.6px);
  line-height: clamp(16px, 4vw, 41px);
  margin-bottom: 0;
}

.price-yen {
  font-family: 'Noto Sans JP' !important;
  font-weight: 700;
  font-size: clamp(16px, 3vw, 24px);
  margin-left: 3px;
}

.icon_favorite {
  width: 19.39px;
  height: 16px;
  display: block;
  margin-right: 6px;
}

.fav-on span,
.fav-off span {
  font-family: 'Shippori Mincho';
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 3px;
}

/*
.icon_cart {
  width: 17.36px;
  height: 16.03px;
  display: block;
  margin-right: 6px;
}*/

.icon_cart {
  display: inline-block;
  width: 17.36px;
  height: 16.03px;
  display: block;
  margin-right: 6px;
  background-image: url('../img/sabae/icon_cart.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.go-cart:hover .icon_cart {
  background-image: url('../img/sabae/icon_cartB.svg');
}

#sec_bt_cart {
  box-sizing: border-box;
}

#sec_bt_cart .default {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 16px;
}

#sec_bt_cart .default .go-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  width: 100%;
  font-family: 'Shippori Mincho';
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 3px;
  height: 48px;
}

#sec_bt_cart .default .go-cart:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

#sec_bt_cart .default .go-cart.disabled,
#sec_bt_cart .default .go-cart.disabled:hover {
  background: gray;
  color: white;
  border: 1px solid gray;
}

#sec_bt_cart button {
  text-align: center;
  border: none;
  background-color: initial;
}

#sec_bt_cart .btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: .5rem;
}

#sec_bt_cart .btns button.gocart {
  display: block;
  width: 50%;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  font-family: 'Shippori Mincho';
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  height: 48px;
}

#sec_bt_cart .btns button.gocart:hover {
  background: #fff;
  border-color: #c8c8c8;
}

.addition {
  display: none;
}


.cartbox-txt {
  margin-top: 20px;
  font-family: 'Noto Sans JP';
  color: #F84949;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.4px;
  line-height: 23px;
}


.Sprod-detail-txt {
  width: 100%;
  margin: 0;
  padding: 0;
}

.Sprod-txt {
  font-family: 'Noto Sans JP';
  font-size: 15px;
  letter-spacing: 2.3px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 58px;
}

.Sprod-detail-box {
  max-width: 630px;
  padding: 25px 27px;
  background: #fff;
  border: 1px solid #000;
  margin: 20px 0;
  color: #000;
}

.Sprod-detail-box:last-child {
  margin-bottom: 0;
}

.Sprod-box-ttl {
  margin-bottom: 18px;
  font-family: 'Shippori Mincho';
  font-weight: 600;
  font-size: clamp(20px, 3.5vw, 27px);
  letter-spacing: 4.2px;
}

.part dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  font-family: 'Noto Sans JP';
  font-size: 15px;
  line-height: 28px;
}

.part dl:last-child {
  margin-bottom: 0;
}

.part dt {
  width: 100px;
  flex-shrink: 0;
  font-weight: 700;
  letter-spacing: 3px;
}

.part dd {
  margin: 0;
  width: calc(100% - 100px - 0em);
  padding-left: 0;
  letter-spacing: 2.2px;
}

.part dd+dd {
  margin-left: 100px;
  width: calc(100% - 100px - 0em);
}

.linkcate-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  width: calc(100% - 100px);
  padding-left: 0;
  letter-spacing: 2.2px;
  align-items: center;
}

.linkcateid {
  display: inline;
  white-space: nowrap;
}

.glink {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  color: #F84949;
}

.icon_arrow_p {
  width: 18.73px;
  height: 14.49px;
  display: inline-block;
}

.btn-more-tproducts {
  display: flex;
  margin-top: 55px;
}

.btn-more-tproducts .more-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 300px;
  height: 52px;
  font-size: 22px;
  letter-spacing: 2.64px;
  line-height: 34px;
  text-align: center;
  background: #000;
  color: #fff;
  transition: color 0.3s ease;
}

.btn-more-tproducts .more-box img {
  width: 16.96px;
  height: 16.97px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .section-Sprod {
    padding: 90px 16px;
  }

  .Sprod-container {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .Sprod-ttlwrap {
    margin-bottom: 20px;
  }

  .Sprod-ttl {}

  .Sprod-headwrap {
    flex-direction: column;
    max-width: 100%;
  }

  .Sprod-head-left {}

  .Sprod-head-left,
  .Sprod-head-sticky {
    width: 100%;
    max-width: 100%;
  }

  .Sprod-head-sticky {
    position: static !important;
    top: auto;
    margin-top: 20px;
  }

  .Sprod-detailwrap {
    margin-top: 20px;
  }

  .Sprod-head-cartbox {
    padding: 20px;
  }

  #sec_bt_cart .btns button.gocart {
    width: 80%;
  }


  .price-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0;
  }

  .price-ttl {
    margin-bottom: 0;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: clamp(16px, 3vw, 20px);
    letter-spacing: clamp(1.95px, 1vw, 1.92px);
    line-height: clamp(20px, 3vw, 32px);
  }

  .price-prod {}

  .Sprod-detail-box {
    padding: 16px;
    margin: 15px 0;
  }

  .Sprod-box-ttl {
    font-size: 22px;
    letter-spacing: 2px;
  }

  .part dl {
    flex-direction: column;
    font-size: 14px;
    line-height: 26px;
  }

  .part dt {
    width: 100%;
    margin-bottom: 0.2em;
  }

  .part dd {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .part dd+dd {
    margin-left: 0;
  }
  .btn-more-tproducts {
    margin-top: 40px;
  }

  .btn-more-tproducts .more-box {
    gap: 4px;
    width: 220px;
    height: 39.56px;
    font-size: 16px;
    letter-spacing: 1.92px;
    line-height: 25px;
  }

  .btn-more-tproducts .more-box img {
    width: 16.96px;
    height: 16.97px;
    display: block;
  }  
}

/*---------------------------------------
  Product/list.twig

  section-Sprod-list
-----------------------------------------*/

/*.section-Sprod-list
*/
.section-Sprodlist {
  background-color: #FFFDEB;
  width: 100%;
  padding: 160px 0;
  margin: 0 auto;
  position: relative;
  overflow: visible !important;
}

.Sprodlist-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  max-width: 1345px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .section-Sprodlist {
    padding: 90px 16px;
  }

  .Sprodlist-container {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}


/*.Sprodlist-ttl-wrap
*/

.Sprodlist-ttl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}

.Sprodlist-ttl {
  width: 402.01px;
  height: 83.07px;
  display: block;
}

.search-group {
  display: flex;
  gap: 34px;
}

.search-pull {
  display: flex;
  flex-direction: column;
  width: 252px;
  height: 42px;
}

.search-pull-ttl {
  display: inline-flex;
  align-items: center;
  height: 29px;
  padding-bottom: 14px;
}

.icon_price_range {
  width: 26.87px;
  height: 23.58px;
  display: block;
  margin-right: 6px;
}

.search-pull-ttl span {
  font-family: 'Shippori Mincho';
  font-weight: 700;
  font-size: clamp(16px, 3.5vw, 20px);
  letter-spacing: 1px;
    color: #000;
}

.search-pull-Wrap {
  position: relative;
  cursor: pointer;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.search-pull-Wrap select {
  font-family: 'Karla', 'Noto Sans JP';
  text-align: center;
  font-size: clamp(16px, 3.5vw, 24px);
  font-weight: 600;
  border: 2px solid #000;
  border-radius: 0 !important;
  cursor: pointer;
  color: #000 !important;
  height: 42px;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.search-pull-Wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #000;
  pointer-events: none;
}

.search-pull-Wrap select:focus {
  outline: none;
  border: 2px solid #000 !important;
  border-radius: 0 !important;
  background-color: #fff;
  color: #000 !important;
}

.search-pull-Wrap:hover select {
  display: block;
}

.search-keyw {
  display: flex;
  flex-direction: column;
  width: 320px;
}

.search-keyw-ttl {
  display: inline-flex;
  align-items: center;
  height: 29px;
  padding-bottom: 14px;
}

.icon_price_range {
  width: 26.87px;
  height: 23.58px;
  display: block;
  margin-right: 6px;
}

.search-keyw-ttl span {
  font-family: 'Shippori Mincho';
  font-weight: 700;
  font-size: clamp(16px, 3.5vw, 20px);
  letter-spacing: 1px;
    color: #000;
}

.search-keyw-seleWrap {
  position: relative;
  cursor: pointer;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.icon_search_keyword {
  width: 25.03px;
  height: 25.03px;
  display: block;
  margin-right: 6px;
}

.search-keyw-seleWrap {
  width: 100%;
  height: 100%;
}

.search-keyw-seleWrap input {
  font-family: 'Shippori Mincho';
  font-size: clamp(16px, 3.5vw, 18px);
  font-weight: 600;
  border: 2px solid #000;
  border-radius: 0 !important;
  cursor: pointer;
  color: #000 !important;
  height: 42px;
  width: 250px;
  padding-left: 6px;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1;
}

.search-keyw-seleWrap .search-form-1 {
  display: inline-flex;
}

.search-keyw-seleWrap button {
　font-family: 'Shippori Mincho';
  background-color: #000;
  width: 70px;
  height: 42px;
  color: #fff;
  border: 2px solid #000;
  font-size: 18px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
  .Sprodlist-ttl-wrap {
    display: block;
    width: 100%;
  }

  .Sprodlist-ttl {
    width: auto;
    height: 45px;
    margin-bottom: 16px;
  }

  .search-group {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    width: 100%;
  }

  .search-keyw-seleWrap input {
    width: 250px;
  }

  .search-keyw-seleWrap button {
    width: 70px;
  }

}

/* .pro-list-pluginWrap
*/

.pro-list-pluginWrap {
  display: flex;
  justify-content: flex-end;
  margin: 65px 0 35px;
}

.pro-list-pluginWrap .selectWrap {
  cursor: pointer;
  position: relative;
}

.pro-list-pluginWrap .selectWrap select {
  border: 2px solid #000;
  border-radius: 0 !important;
  cursor: pointer;
  color: #000 !important;
  height: 36px;
  width: 126px;
  padding: 0;
  font-family: 'Shippori Mincho';
  font-size: 16px;
  font-weight: 600;
  padding-right: 20px;
  text-align: center;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 3px;
}

.pro-list-pluginWrap .selectWrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  margin-top: 2;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #000;
  pointer-events: none;

}

@media screen and (max-width: 1024px) {
  .pro-list-pluginWrap {
    margin: 15px 0 15px;
  }

}

/*.Sproduct-container
*/

.Sproduct-container {
  position: relative;
  display: flex;
  max-width: 1345px;
  flex-wrap: wrap;
}
.Sproduct-containerbottom {
  position: relative;
  display: flex;
  max-width: 1345px;
  flex-wrap: wrap;
  margin: 0 auto;
}

/*
.Sproduct-item-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 21.66px;
  width: 100%;
}
*/
.articles-prod-detail {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

.prod-detail-pic-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #000;
}

.prod-detail-pic {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.articles-prod-detail:hover .prod-detail-pic {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

.prod-detail-txt {
  font-family: 'Shippori Mincho';
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 17px;
  letter-spacing: 2.6px;
  line-height: clamp(24px, 3vw, 28px);
}

.pd-price {
  font-family: 'Karla';
  color: #CB4940;
  text-align: right;
  font-weight: 500;
  font-size: clamp(24px, 2vw, 29px);
  letter-spacing: 1.8px;
  margin-top: auto;
}

.pd-price span {
  font-family: 'Noto Sans JP' !important;
  color: #CB4940;
  text-align: right;
  font-weight: bold;
  font-size: clamp(14px, 2vw, 17px);
  margin-top: auto;
  margin-right: 8px;
}

.articles-prod-detail-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.articles-prod-detail-link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {

  .Sproduct-item-wrap {
    gap: 15px;
  }

}



/*.sabae-pagination
*/
.sabae-pagination {
  width: 100%;
  max-width: 191.05px;
  margin: 150px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.sabae-pagination__link,
.sabae-pagination__prev,
.sabae-pagination__next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-family: 'Karla';
  font-weight: bold;
  text-decoration: none;
  color: #CCCCCC;
  transition: opacity 0.3s ease;
  min-width: 18px;
  height: 34px;

}

.sabae-pagination__link.active {
  color: #000;
}

.sabae-pagination__link:hover,
.sabae-pagination__prev:hover,
.sabae-pagination__next:hover {
  opacity: 0.9;
}

.sabae-pagination__prev img,
.sabae-pagination__next img {
  width: 10.72px;
  height: auto;
}

.sabae-pagination__prev {
  margin-right: 8px;
}

.sabae-pagination__next {
  margin-left: 8px;
}




/*---------------------------------------
  select_item.twig / rankingsale_block.twig

  section-Sprod-list
-----------------------------------------*/

/*.section-Sprodblock
*/
.section-Sprodblock {
  background-color: #FFF;
  width: 100%;
  padding-top: 80px;
  margin: 0 auto;
  position: relative;
  overflow: visible !important;
}

.section-Sprodblock {
  border-top: none;
}

.section-Sprodblock:first-of-type {
  border-top: 2px solid #000;
}

.section-Sprodblock:last-of-type {
  padding-bottom: 80px;
}

.Sprodlist-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  max-width: 1345px;
  margin: 0 auto;
}

.Sprodblock-ttl {
  margin-bottom: 18px;
  font-family: 'Shippori Mincho';
  font-weight: 600;
  font-size: clamp(20px, 3.5vw, 27px);
  letter-spacing: 4.2px;
}

@media screen and (max-width: 1024px) {
  .section-Sprodblock {
    padding: 90px 16px;
  }


  .section-Sprodblock:last-child {
    padding-bottom: 80px;
  }
}



/*


#sec_bt_cart .default .go-cart.disabled,
#sec_bt_cart .default .go-cart.disabled:hover {
  background: gray;
  color: white;
  border: 1px solid gray;
}

#sec_bt_cart button {
  text-align: center;
  padding: 6px;
  border: none;
  background-color: initial;
}

#sec_bt_cart .btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: .5rem;
}

#sec_bt_cart .btns button.gocart {
  display: block;
  width: 50%;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  padding: 1rem;
  font-weight: bold;
}

#sec_bt_cart .btns button.gocart:hover {
  background: #fff;
  border-color: #c8c8c8;
}

.addition {
  display: none;
}

@media screen and (max-width: 768px) {

  #sec_bt_cart .default .go-cart,
  #sec_bt_cart .btns button.gocart {
    width: 50% !important;
    padding: .8rem !important;
    font-size: .8rem !important;
  }

  #sec_bt_cart .default p.price {
    font-size: .8rem;
  }

  #sec_bt_cart .default .price span {
    font-size: 1rem;
  }

  .sec_bt_cart_under {
    width: 47%;
    left: 26%;
    top: 0;
    position: relative;
  }
}
*/