@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
260206 リニューアル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
関数
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
変数
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
汎用的なスタイル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
* {
  font-feature-settings: "palt";
}

.opacity {
  transition: all 0.4s;
}
.opacity:hover {
  opacity: 0.8;
}

.c-ttl {
  margin-bottom: 26.88px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    margin-bottom: 15px;
  }
}
.c-ttl .en {
  font-size: 44.8px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-ttl .en {
    font-size: 25px;
  }
}
.c-ttl .ja {
  font-size: 21.504px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 4.48px;
}
@media screen and (max-width: 767px) {
  .c-ttl .ja {
    font-size: 12px;
    margin-top: 2.5px;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
商品一覧
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.intro {
  background: #f4f4f4;
  padding: 42.112px 0;
}
@media screen and (max-width: 767px) {
  .intro {
    padding: 23.5px 0;
  }
}
.intro__ttl {
  max-width: 556.416px;
  margin: 0 auto 19.712px;
}
@media screen and (max-width: 767px) {
  .intro__ttl {
    max-width: 310.5px;
    margin: 0 auto 11px;
  }
}
.intro__txt {
  font-size: 21.504px;
  font-weight: 700;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  margin: 0 auto 22.4px;
  padding: 5.376px 0;
  letter-spacing: 0.04em;
  max-width: 494.592px;
}
@media screen and (max-width: 767px) {
  .intro__txt {
    font-size: 12px;
    margin: 0 auto 12.5px;
    padding: 3px 0;
    max-width: 276px;
  }
}
.intro__btn {
  font-size: 21.504px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 9999px;
  margin: 0 auto;
  max-width: 494.592px;
  height: 48.384px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro__btn {
    font-size: 12px;
    max-width: 276px;
    height: 27px;
  }
}
.intro__btn:after {
  content: "";
  border: solid #000000;
  border-width: 0 1px 1px 0;
  padding: 3.584px;
  position: absolute;
  right: 15.232px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .intro__btn:after {
    padding: 2px;
    right: 8.5px;
  }
}

.new {
  padding: 58.24px 0 67.2px;
}
@media screen and (max-width: 767px) {
  .new {
    padding: 32.5px 0 37.5px;
  }
}
.new .product__list {
  margin-bottom: 0;
}
.new .product__item.w100 {
  margin-top: 0;
}

.category {
  padding: 58.24px 35.84px 67.2px;
  background: #f4f4f4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .category {
    padding: 32.5px 20px 37.5px;
  }
}
.category:after {
  content: "";
  border: 15.68px solid transparent;
  border-top: 20.608px solid #f4f4f4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .category:after {
    border: 8.75px solid transparent;
    border-top: 11.5px solid #f4f4f4;
  }
}
.category__list li {
  margin-bottom: 15.232px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .category__list li {
    margin-bottom: 8.5px;
  }
}
.category__list li:last-child {
  margin-bottom: 0;
}
.category__list li a {
  display: flex;
  align-items: center;
  position: relative;
  height: 121.856px;
  padding: 0 44.8px 0 26.88px;
}
@media screen and (max-width: 767px) {
  .category__list li a {
    height: 68px;
    padding: 0 25px 0 15px;
  }
}
.category__list li a:after {
  content: "";
  background: url(../images/ico_arrow.svg) no-repeat center center/100%;
  width: 24.192px;
  height: 24.192px;
  position: absolute;
  right: 34.048px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .category__list li a:after {
    width: 13.5px;
    height: 13.5px;
    right: 19px;
  }
}
.category__list li a .img {
  width: 116.48px;
}
@media screen and (max-width: 767px) {
  .category__list li a .img {
    width: 65px;
  }
}
.category__list li a .txt {
  font-size: 26.88px;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: calc(100% - 116.48px);
  padding-left: 22.4px;
}
@media screen and (max-width: 767px) {
  .category__list li a .txt {
    font-size: 15px;
    width: calc(100% - 65px);
    padding-left: 12.5px;
  }
}

.product {
  padding: 67.2px 0 0;
}
@media screen and (max-width: 767px) {
  .product {
    padding: 37.5px 0 0;
  }
}
.product__link {
  display: flex;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 67.2px;
}
@media screen and (max-width: 767px) {
  .product__link {
    margin-bottom: 37.5px;
  }
}
.product__link li {
  width: 50%;
}
.product__link li:first-child {
  border-right: 1px solid #e5e5e5;
}
.product__link li a {
  font-size: 25.088px;
  font-weight: 700;
  letter-spacing: 0.14em;
  height: 92.288px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product__link li a {
    font-size: 14px;
    height: 51.5px;
  }
}
.product__link li a:after {
  content: "";
  background: url(../images/ico_arrow.svg) no-repeat center center/100%;
  width: 24.192px;
  height: 24.192px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  .product__link li a:after {
    width: 13.5px;
    height: 13.5px;
  }
}
.product__ttl {
  font-size: 28.672px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #000;
  text-align: center;
  padding: 7px;
  margin-bottom: 26.88px;
}
@media screen and (max-width: 767px) {
  .product__ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.product__list {
  display: flex;
  flex-wrap: wrap;
  gap: 67.2px 26.88px;
  margin-bottom: 67.2px;
}
@media screen and (max-width: 767px) {
  .product__list {
    gap: 37.5px 15px;
    margin-bottom: 37.5px;
  }
}
.product__item {
  width: calc(50% - 13.44px);
}
@media screen and (max-width: 767px) {
  .product__item {
    width: calc(50% - 7.5px);
  }
}
.product__item:nth-child(2n-1) .in {
  padding-left: 22.4px;
}
@media screen and (max-width: 767px) {
  .product__item:nth-child(2n-1) .in {
    padding-left: 12.5px;
  }
}
.product__item:nth-child(2n) .in {
  padding-right: 22.4px;
}
@media screen and (max-width: 767px) {
  .product__item:nth-child(2n) .in {
    padding-right: 12.5px;
  }
}
.product__item:nth-child(2n) .in .btn {
  margin-left: auto;
}
.product__item.w100 {
  width: 100%;
  max-width: 465.92px;
  margin: 44.8px auto 0;
}
@media screen and (max-width: 767px) {
  .product__item.w100 {
    max-width: 260px;
    margin: 25px auto 0;
  }
}
.product__item.w100 .in {
  padding: 0;
}
.product__item.w100 .name {
  font-size: 32.256px;
}
@media screen and (max-width: 767px) {
  .product__item.w100 .name {
    font-size: 18px;
  }
}
.product__item.w100 .price01 {
  font-size: 21.504px;
}
@media screen and (max-width: 767px) {
  .product__item.w100 .price01 {
    font-size: 12px;
  }
}
.product__item.w100 .price01 span {
  font-size: 25.088px;
}
@media screen and (max-width: 767px) {
  .product__item.w100 .price01 span {
    font-size: 14px;
  }
}
.product__item.w100 .txt02 {
  margin-bottom: 0;
  display: inline-block;
}
.product__item.w100 .price02 {
  display: inline-block;
  margin-left: 8.96px;
}
@media screen and (max-width: 767px) {
  .product__item.w100 .price02 {
    margin-left: 5px;
  }
}
.product__item.w100 .btn {
  font-size: 25.088px;
  max-width: 332.416px;
  height: 51.072px;
  margin: 31.36px auto 0;
}
@media screen and (max-width: 767px) {
  .product__item.w100 .btn {
    font-size: 14px;
    max-width: 185.5px;
    height: 28.5px;
    margin: 17.5px auto 0;
  }
}
.product__item .img {
  margin-bottom: 22.4px;
}
@media screen and (max-width: 767px) {
  .product__item .img {
    margin-bottom: 12.5px;
  }
}
.product__item .name {
  font-size: 25.088px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 16.128px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .product__item .name {
    font-size: 14px;
    margin-bottom: 9px;
  }
}
.product__item .txt01 {
  font-size: 19.712px;
  color: #6b6b6b;
  letter-spacing: 0.06em;
  margin-bottom: 13.44px;
  line-height: 1.2545454545;
}
@media screen and (max-width: 767px) {
  .product__item .txt01 {
    font-size: 11px;
    margin-bottom: 7.5px;
  }
}
.product__item .txt01 small {
  font-size: 17.92px;
  letter-spacing: 0.06em;
  margin-top: 16.128px;
  display: block;
}
@media screen and (max-width: 767px) {
  .product__item .txt01 small {
    font-size: 10px;
    margin-top: 9px;
  }
}
.product__item .price01 {
  font-size: 17.92px;
  color: #878787;
  letter-spacing: 0.06em;
  display: inline-block;
  position: relative;
  margin-bottom: 7.168px;
}
@media screen and (max-width: 767px) {
  .product__item .price01 {
    font-size: 10px;
    margin-bottom: 4px;
  }
}
.product__item .price01:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ff0000;
  position: absolute;
  left: 0;
  top: 50%;
}
.product__item .price01 span {
  font-size: 21.504px;
  font-family: "Jost", sans-serif;
  display: inline-block;
  margin-left: 4.48px;
}
@media screen and (max-width: 767px) {
  .product__item .price01 span {
    font-size: 12px;
    margin-left: 2.5px;
  }
}
.product__item .txt02 {
  font-size: 21.504px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin-bottom: 4.48px;
}
@media screen and (max-width: 767px) {
  .product__item .txt02 {
    font-size: 12px;
    margin-bottom: 2.5px;
  }
}
.product__item .price02 {
  font-size: 21.504px;
  color: #ff0000;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .product__item .price02 {
    font-size: 12px;
  }
}
.product__item .price02 span {
  font-size: 32.256px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .product__item .price02 span {
    font-size: 18px;
  }
}
.product__item .price03 {
  font-size: 21.504px;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product__item .price03 {
    font-size: 12px;
  }
}
.product__item .price03 span {
  font-size: 32.256px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-left: 4.48px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .product__item .price03 span {
    font-size: 18px;
    margin-left: 2.5px;
  }
}
.product__item .btn {
  font-size: 21.504px;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  border-radius: 9999px;
  margin: 22.4px 0 0;
  max-width: 277.76px;
  height: 42.112px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product__item .btn {
    font-size: 12px;
    margin: 12.5px auto 0;
    max-width: 155px;
    height: 23.5px;
  }
}
.product__item .btn:after {
  content: "";
  border: solid #000000;
  border-width: 0 1px 1px 0;
  padding: 3.584px;
  position: absolute;
  right: 15.232px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .product__item .btn:after {
    padding: 2px;
    right: 8.5px;
  }
}

.cycle {
  padding: 58.24px 35.84px 0;
}
@media screen and (max-width: 767px) {
  .cycle {
    padding: 32.5px 20px 0;
  }
}
.cycle__ttl {
  font-size: 34.048px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 35.84px;
}
@media screen and (max-width: 767px) {
  .cycle__ttl {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
.cycle__list {
  margin-bottom: 53.76px;
}
@media screen and (max-width: 767px) {
  .cycle__list {
    margin-bottom: 30px;
  }
}
.cycle__list:last-of-type {
  margin-bottom: 0;
}
.cycle__stl {
  font-size: 23.296px;
  color: #fff;
  font-weight: 700;
  background: #000;
  text-align: center;
  padding: 4.48px;
  margin-bottom: 22.4px;
}
@media screen and (max-width: 767px) {
  .cycle__stl {
    font-size: 13px;
    padding: 2.5px;
    margin-bottom: 12.5px;
  }
}
.cycle__item {
  border-bottom: 1px solid #d6d6d6;
  padding: 0 35.84px 28.672px;
  margin: 0 -35.84px 28.672px;
}
@media screen and (max-width: 767px) {
  .cycle__item {
    padding: 0 20px 16px;
    margin: 0 -20px 16px;
  }
}
.cycle__item:last-child {
  margin-bottom: 0;
}
.cycle__item .txt {
  font-size: 19.712px;
  letter-spacing: 0.06em;
  line-height: 1.2545454545;
  margin-bottom: 31.36px;
}
@media screen and (max-width: 767px) {
  .cycle__item .txt {
    font-size: 11px;
    margin-bottom: 17.5px;
  }
}
.cycle__item .txt strong {
  color: #ff0000;
}
.cycle__item .txt.mt02 {
  margin-bottom: 16.128px;
}
@media screen and (max-width: 767px) {
  .cycle__item .txt.mt02 {
    margin-bottom: 9px;
  }
}

.foot-btn {
  padding: 67.2px 35.84px 89.6px;
}
@media screen and (max-width: 767px) {
  .foot-btn {
    padding: 37.5px 20px 50px;
  }
}
.foot-btn a {
  font-size: 26.88px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding: 26.88px 44.8px 26.88px 0;
}
@media screen and (max-width: 767px) {
  .foot-btn a {
    font-size: 15px;
    padding: 15px 25px 15px 0;
  }
}
.foot-btn a:after {
  content: "";
  background: url(../images/ico_arrow.svg) no-repeat center center/100%;
  width: 24.192px;
  height: 24.192px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .foot-btn a:after {
    width: 13.5px;
    height: 13.5px;
  }
}

.foot-link {
  padding: 35.84px 67.2px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .foot-link {
    padding: 20px 37.5px;
  }
}
.foot-link ul {
  display: flex;
  flex-wrap: wrap;
  gap: 26.88px 0;
}
@media screen and (max-width: 767px) {
  .foot-link ul {
    gap: 15px 0;
  }
}
.foot-link ul li {
  width: 60%;
}
.foot-link ul li:nth-child(2n) {
  width: 40%;
}
.foot-link ul li a {
  font-size: 17.92px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .foot-link ul li a {
    font-size: 10px;
  }
}

.copyright {
  font-size: 14.336px;
  color: #878787;
  text-align: center;
  padding: 19.712px 0;
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 8px;
    padding: 11px 0;
  }
}

.floating {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 42rem;
  transition: all 0.4s;
}
.floating a {
  width: calc(50% - 3.584px);
}
@media screen and (max-width: 767px) {
  .floating a {
    width: calc(50% - 2px);
  }
}
.floating.hidden {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .gotop {
    bottom: 80px !important;
    right: 10px !important;
  }
}/*# sourceMappingURL=custom.css.map */