@charset "UTF-8";
@font-face {
  font-family: "nexa_boldregular";
  src: url("../fonts/nexa_bold-webfont.woff2") format("woff2"), url("../fonts/nexa_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/noto_sans/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/noto_sans/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/noto_sans/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/caveat/Caveat-Bold.ttf") format("truetype");
}
.clearfix {
  display: block;
}
.clearfix:after, .clearfix:before {
  content: "";
  display: block;
  clear: both;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.arrow_bottom {
  position: relative;
}
.arrow_bottom:before, .arrow_bottom:after {
  content: "";
  width: 14px; /* 線の長さを指定 */
  height: 1.5px; /* 線の幅を指定 */
  border-radius: 2px; /* 線を角丸にする */
  display: inline-block;
  background: #00A5AD;
  position: absolute;
  margin: auto;
  top: 3px;
  bottom: 0;
}
.arrow_bottom:before {
  transform: rotate(45deg);
  right: 33px;
}
.arrow_bottom:after {
  transform: rotate(-45deg);
  right: 24px;
}

.orange_btn a, .orange_btn p, .orange_btn button, .orange_btn div, .white_btn a, .white_btn p, .white_btn button, .white_btn div {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  line-height: 44px !important;
  height: 44px;
  text-align: center;
}

.orange_btn {
  width: 50%;
}
.orange_btn a, .orange_btn p, .orange_btn button, .orange_btn div {
  color: #fff !important;
  background: #ec6427;
}
.orange_btn a {
  display: block;
}

.white_btn a, .white_btn p {
  background: transparent;
  border: 1px solid #5E5856;
}

.text_link {
  color: #00A5AD;
}

.into_cart {
  text-align: center;
}
.into_cart span {
  color: #EC6427;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.into_cart span::before {
  content: "";
  position: relative;
  background-image: url(/images/common/icon-cart.png);
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}

.slider_operation, .slider_page, .slider_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.slider_operation {
  gap: 24px;
  justify-content: flex-end;
  margin: 16px;
}
.slider_operation .slider_page {
  gap: 16px;
}
.slider_operation .slider_page p {
  color: rgba(25, 17, 13, 0.5);
}
.slider_operation .slider_page p:first-of-type {
  border-right: 1px solid rgba(25, 17, 13, 0.5);
  padding-right: 16px;
}
.slider_operation .slider_btn {
  gap: 14px;
}
.slider_operation .slider_btn .btn_on {
  cursor: pointer;
}
.slider_operation .slider_btn .btn_on path, .slider_operation .slider_btn .btn_on rect {
  stroke: #00A5AD;
}
.slider_operation .slider_btn div:last-of-type {
  transform: rotate(180deg);
}

.category {
  background: #EDE9E2;
  padding: 16px 16px 24px;
}
.category img {
  border-radius: 16px;
  margin-bottom: 24px;
}
.category .category_text {
  margin: 0 auto;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
.category .category_text p, .category .category_text h2, .category .category_text h3 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #79524D;
  text-align: center;
}
.category .category_text p {
  font-size: 16px;
  line-height: 24px !important;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.category .category_text p:after {
  content: "";
  display: block;
  width: 104%;
  height: 2px;
  background: #EC6427;
  border-radius: 2px;
}
.category .category_text h2, .category .category_text h3 {
  font-size: 24px;
  line-height: 36px;
}
.category .category_text .white_btn {
  width: 80%;
}

.nexa {
  font-family: "nexa_boldregular", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.shuei_go_l {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.shuei_go_b {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.jp_en_ttl {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.jp_en_ttl span {
  color: #EC6427;
  font-size: 16px;
  line-height: normal;
}

.flex_column {
  display: flex;
  flex-direction: column;
}
.flex_column_left {
  align-items: flex-start;
}
.flex_column_right {
  align-items: flex-end;
}
.flex_column_32 {
  gap: 32px;
}
.flex_column_16 {
  gap: 16px;
}

.flex_row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flex_row_top {
  align-items: flex-start;
}
.flex_row_32 {
  gap: 32px;
}
.flex_row_5 {
  gap: 5px !important;
}

.white-btn span,
.orange_btn span {
  font-weight: bold;
}

.orange_btn {
  width: 80.05698%;
}

.white-btn {
  margin: 0 auto;
}
.white-btn a {
  background: #FFF;
  height: auto !important;
  border-radius: 60px !important;
  line-height: 25px !important;
  padding: 12px;
}
.white-btn a span {
  line-height: 25px;
}

.video_wrap {
  font-size: 0;
}
.video_wrap video {
  width: 100%;
}