@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;900&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}

input,
button,
textarea,
select {
  resize: none;
  font: inherit;
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}

button {
  display: inline-block;
  border: none;
  background-color: unset;
  cursor: pointer;
  transition: opacity 0.3s;
}

* {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #514327;
}

body.open {
  overflow: hidden;
}

.is_sp {
  display: none !important;
}

.flex {
  display: flex;
}

.flex_col {
  flex-direction: column;
}

.flex_r {
  flex-direction: row-reverse;
}

.po_re {
  position: relative;
}

.po_ab {
  position: absolute;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 768px) {
  .is_pc {
    display: none !important;
  }
  .is_sp {
    display: block !important;
  }
  .flex_sp_col {
    flex-direction: column;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  color: inherit;
  transition: 0.3s;
}

html {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

input,
button,
textarea,
select {
  resize: none;
  font: inherit;
  outline: none;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover,
a:focus {
  transition: 0.3s;
}

button {
  display: inline-block;
  max-width: 100%;
  border: none;
  background-color: unset;
  cursor: pointer;
  transition: 0.3s;
}

.p-kariyushi {
  /* pc */
  /* sp */
}
.p-kariyushi * {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体",
    "Yu Mincho Demibold", "游明朝体 Demibold", "Yu Mincho Light",
    "游明朝体 Light", serif;
  font-weight: 600;
}
.p-kariyushi .l-inner {
  max-width: 1000px;
  margin: auto;
}
.p-kariyushi header {
  position: absolute;
  top: 40px;
  left: 182px;
}
.p-kariyushi header h1 a img {
  width: 240px;
}
.p-kariyushi .tv-cm {
  position: relative;
  padding-top: 150px;
}
.p-kariyushi .tv-cm .tv-cm-bg {
  position: absolute;
  top: 0;
  z-index: -1;
  max-height: unset;
}
.p-kariyushi .tv-cm h2 {
  font-size: 50px;
  text-align: center;
}
.p-kariyushi .tv-cm h2 .f-small {
  font-size: 40px;
}
.p-kariyushi .tv-cm p {
  line-height: 2;
  text-align: center;
  margin-top: 40px;
}
.p-kariyushi .tv-cm .cm-box {
  position: relative;
  margin: auto;
  margin-top: 48px;
  width: 768px;
  height: 432px;
}
.p-kariyushi .tv-cm .cm-box iframe {
  width: 768px;
  height: 432px;
}
.p-kariyushi .tv-cm .cm-box::after {
  content: "";
  position: absolute;
  width: 768px;
  height: 432px;
  background: #000;
  opacity: 0.2;
  left: 0;
  top: 0;
  pointer-events: none;
}
.p-kariyushi .tv-cm h3 {
  font-size: 30px;
  text-align: center;
  margin-top: 30px;
}
.p-kariyushi .section02 {
  background: url(../assets/img/back-img-pc.png) no-repeat;
  background-size: 100vw 100%;
  background-position-x: center;
  background-position-y: top;
  margin-top: 120px;
  padding-bottom: 38vw;
}
.p-kariyushi .section02 .merchandise {
  padding-top: 120px;
}
.p-kariyushi .section02 .merchandise img {
  max-width: 816px;
  display: block;
  margin: auto;
}
.p-kariyushi .section02 .commitment {
  margin-top: 246px;
}
.p-kariyushi .section02 .commitment h2 {
  font-size: 46px;
  color: #fff;
  text-align: center;
}
.p-kariyushi .section02 .commitment .flex-box {
  display: flex;
  margin-top: 40px;
  gap: 40px;
}
.p-kariyushi .section02 .commitment .flex-box .commitment-text > h2 {
  line-height: 1;
  letter-spacing: -0.4rem;
}
.p-kariyushi .section02 .commitment .flex-box .commitment-text > h2 .f-small {
  font-size: 40px;
}
.p-kariyushi .section02 .commitment .flex-box .commitment-text p {
  color: #fff;
  font-weight: 700;
  line-height: 1.875;
  max-width: 480px;
  margin-top: 20px;
}
.p-kariyushi .section02 .commitment .flex-box .commitment-text div {
  margin-top: 30px;
  position: relative;
}
.p-kariyushi .section02 .commitment .flex-box .commitment-text div h3 {
  font-size: 28px;
  color: #fff;
}
.p-kariyushi .section02 .commitment .flex-box .commitment-text div h3 span {
  font-size: 20px;
}
.p-kariyushi .section02 .commitment .flex-box .commitment-text div h4 {
  position: absolute;
  bottom: -18px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 28px;
}
.p-kariyushi .section02 .commitment .flex-box img {
  max-width: 480px;
  height: 100%;
}
.p-kariyushi .section02 .osusume {
  margin-top: 160px;
}
.p-kariyushi .section02 .osusume h2 {
  color: #fff;
  text-align: center;
  font-size: 50px;
}
.p-kariyushi .section02 .osusume h2 .f-small {
  font-size: 40px;
}
.p-kariyushi .section02 .osusume .osusume-box {
  display: flex;
  margin-top: 40px;
}
.p-kariyushi .section02 .osusume .osusume-box div {
  width: 100%;
  background: #fff;
  padding: 40px 40px 60px;
}
.p-kariyushi .section02 .osusume .osusume-box div h4 {
  color: #33b6ff;
  padding: 10px 20px;
  border: solid 1px #33b6ff;
  font-size: 20px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.p-kariyushi .section02 .osusume .osusume-box div h3 {
  line-height: 1;
  margin-top: 18px;
  font-size: 30px;
}
.p-kariyushi .section02 .osusume .osusume-box div p {
  margin-top: 20px;
}
.p-kariyushi .section02 .osusume .osusume-box img {
  width: 474px;
}
.p-kariyushi .cart-area {
  margin-top: 100px;
}
.p-kariyushi .cart-area .l-inner > h2 {
  font-size: 38px;
  text-align: center;
}
.p-kariyushi .cart-area .l-inner > h2 .f-small {
  font-size: 32px;
}
.p-kariyushi .cart-area .l-inner > h2 .f-medium {
  font-size: 40px;
}
.p-kariyushi .cart-area .l-inner > h2 .f-big {
  font-size: 50px;
}
.p-kariyushi .cart-area .cart-contents-wrap {
  display: flex;
  gap: 4px;
  margin-top: 40px;
}
.p-kariyushi .cart-area .cart-contents-wrap .cart-contents {
  width: 100%;
  background: #fff7e3;
  height: 575px;
  position: relative;
}
.p-kariyushi .cart-area .cart-contents-wrap .cart-contents .cart-inner {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 246px;
  margin: auto;
  display: block;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.p-kariyushi
  .cart-area
  .cart-contents-wrap
  .cart-contents
  .cart-inner
  .product-img {
  width: 237px;
}
.p-kariyushi
  .cart-area
  .cart-contents-wrap
  .cart-contents
  .cart-inner
  .product-wrap {
  margin-top: -30px;
}
.p-kariyushi
  .cart-area
  .cart-contents-wrap
  .cart-contents
  .cart-inner
  .product-wrap
  .product-price {
  display: flex;
  align-items: center;
  font-size: 17px;
  white-space: nowrap;
}
.p-kariyushi
  .cart-area
  .cart-contents-wrap
  .cart-contents
  .cart-inner
  .product-wrap
  .product-price
  span {
  font-size: 28px;
  margin-left: 14px;
}
.p-kariyushi
  .cart-area
  .cart-contents-wrap
  .cart-contents
  .cart-inner
  .cartjs_product_table
  table {
  width: 100% !important;
}
.p-kariyushi
  .cart-area
  .cart-contents-wrap
  .cart-contents
  .cart-inner
  .cartjs_product_table
  table
  th {
  font-weight: 600 !important;
}
.p-kariyushi
  .cart-area
  .cart-contents-wrap
  .cart-contents
  .cart-inner
  .cartjs_product_table
  table
  td {
  margin-left: 20px;
  display: block;
}
.p-kariyushi
  .cart-area
  .cart-contents-wrap
  .cart-contents
  .cart-inner
  .cartjs_product_table
  table
  td::after {
  content: "個";
  display: inline-block !important;
}
.p-kariyushi
  .cart-area
  .cart-contents-wrap
  .cart-contents
  .cart-inner
  .cartjs_product_num
  input {
  width: 150px !important;
  border: solid 1px #d3d3d3;
  border-radius: 5px;
  text-align: center;
}
.p-kariyushi
  .cart-area
  .cart-contents-wrap
  .cart-contents
  .cart-inner
  .cartjs_cart_in
  input {
  width: 100% !important;
  margin-bottom: 0 !important;
  background-color: #61c3d7;
  box-shadow: inset 0 -3px 0px rgba(0, 0, 0, 0.16);
}
.p-kariyushi
  .cart-area
  .cart-contents-wrap
  .cart-contents
  .cart-inner
  .cartjs_box {
  padding-bottom: 0 !important;
}
.p-kariyushi
  .cart-area
  .cart-contents-wrap
  .cart-contents
  .cart-inner
  .cartjs_sales_price {
  display: none;
}
.p-kariyushi footer {
  margin-top: 200px;
}
.p-kariyushi footer .l-inner {
  margin-top: 60px;
}
.p-kariyushi footer .l-inner h2 {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.p-kariyushi footer .l-inner h2::before,
.p-kariyushi footer .l-inner h2::after {
  background-color: #000; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 2px; /* 線の高さ */
  width: 30px; /* 線の長さ */
  margin-top: 20px;
}
.p-kariyushi footer .l-inner h2::before {
  margin-right: 20px; /* 文字との余白 */
  transform: rotate(65deg); /* 傾ける */
}
.p-kariyushi footer .l-inner h2::after {
  margin-left: 20px; /* 文字との余白 */
  transform: rotate(-65deg); /* 傾ける */
}
.p-kariyushi footer .l-inner .sns {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
.p-kariyushi footer .l-inner .sns img {
  width: 40px;
}
.p-kariyushi footer .l-inner .footer-btn {
  margin-top: 40px;
}
.p-kariyushi footer .l-inner .footer-btn a {
  display: block;
  width: 340px;
  line-height: 80px;
  background: #c1a462;
  margin: 0 auto 60px auto;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  color: #fff;
}
.p-kariyushi footer .l-inner .footer-btn a span {
  font-size: 20px;
}
.p-kariyushi footer .l-inner .footer-btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.p-kariyushi footer .l-inner .flb_sb {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.p-kariyushi footer .l-inner .flb_sb p {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "YuGothic UI", sans-serif;
  font-weight: 700;
  line-height: 2;
  font-size: 14px;
}
.p-kariyushi footer .l-inner .flb_sb li {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "YuGothic UI", sans-serif;
  font-weight: 700;
  line-height: 2;
  font-size: 14px;
}
.p-kariyushi footer .l-inner .footer-bottom {
  margin-top: 80px;
  padding-bottom: 20px;
}
.p-kariyushi footer .l-inner .footer-bottom .footer-copy {
  font-size: 12px;
  text-align: center;
}
.p-kariyushi fixed-cart-btn {
  position: fixed;
  top: 450px;
  right: 0;
  z-index: 1;
  transition: 0.4s;
}
.p-kariyushi fixed-cart-btn .cartjs_cart_in::before {
  background: unset;
}
.p-kariyushi .fixed-cart-btn a img {
  width: 170px;
}
.p-kariyushi .fixed-cart-btn:hover {
  opacity: 0.8;
}
.p-kariyushi .fixed-cart-btn a {
  display: block;
}
.p-kariyushi .fixed-cart-btn .cartjs_product_table {
  display: none;
}
.p-kariyushi .cartjs_product_img {
  display: none;
}
.p-kariyushi .cartjs_sk_link_other {
  display: none;
}
.p-kariyushi .cartjs_cart_in input {
  color: #fff !important;
  background-color: #61c3d7 !important;
  border-radius: 6px !important;
  font-size: 17px !important;
  padding-left: 20px;
  width: 60% !important;
}
.p-kariyushi .fixed-cart-btn {
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1;
  transition: 0.4s;
}
.p-kariyushi .fixed-cart-btn .cartjs_cart_in::before {
  display: none !important;
}
.p-kariyushi .fixed-cart-btn input {
  background-color: transparent !important;
  background: url(../assets/img/banner_pc.png) no-repeat;
  background-position: center;
  background-size: contain;
  width: 170px !important;
  height: 244px !important;
  border-style: none !important;
  cursor: pointer !important;
  /* Hide text on input */
  text-indent: -999em !important; /* Hide the text, works in most modern browsers */
}
.p-kariyushi .fixed-cart-btn .cartjs_dtl_tbl {
  display: none;
}
.p-kariyushi .fixed-cart-btn .cartjs_block {
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .p-kariyushi .fixed-cart-btn {
    top: unset;
    bottom: 0;
    left: 0;
    transition: none;
    width: 100%;
  }
  .p-kariyushi .fixed-cart-btn .cartjs_box {
    padding: 0 !important;
  }
  .p-kariyushi .fixed-cart-btn input[type="submit"] {
    background-color: transparent !important;
    background: url(../assets/img/banner_sp.png) no-repeat center center/cover !important;
    width: 100% !important;
    border-style: none !important;
    cursor: pointer !important;
    /* Hide text on input */
    text-indent: -999em !important; /* Hide the text, works in most modern browsers */
    margin-bottom: 0 !important;
    border-radius: unset !important;
  }
}
.p-kariyushi .cartjs_cart_in {
  text-align: left !important;
  margin-top: 10px !important;
  position: relative;
}
.p-kariyushi .cartjs_cart_in input {
  padding-left: 30px !important;
}
.p-kariyushi .cartjs_cart_in::before {
  position: absolute !important;
  content: "" !important;
  display: inline-block !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 45px !important;
  background: url(../assets/img/cart-icon.png) no-repeat center center/contain !important;
  width: 18px !important;
  height: 18px !important;
}

@media screen and (max-width: 768px) {
  .p-kariyushi {
    /* pc */
    /* sp */
  }
  .p-kariyushi .l-inner {
    padding: 0 20px;
  }
  .p-kariyushi header {
    top: 20px;
    left: 20px;
  }
  .p-kariyushi header h1 a img {
    width: 160px;
  }
  .p-kariyushi .tv-cm {
    padding-top: 100px;
  }
  .p-kariyushi .tv-cm h2 {
    font-size: 26px;
    font-weight: 800;
  }
  .p-kariyushi .tv-cm h2 .f-small {
    font-size: 26px;
  }
  .p-kariyushi .tv-cm p {
    line-height: 2;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    width: 315px;
  }
  .p-kariyushi .tv-cm .cm-box {
    margin: auto;
    margin-top: 60px;
    width: calc(100% - 40px);
    height: auto;
  }
  .p-kariyushi .tv-cm .cm-box iframe {
    width: 100%;
    height: 69vw;
  }
  .p-kariyushi .tv-cm .cm-box::after {
    content: "";
    width: 100%;
    height: 69vw;
    pointer-events: none;
  }
  .p-kariyushi .tv-cm h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .p-kariyushi .section02 {
    background: url(../assets/img/back-img-sp.png) no-repeat;
    background-size: 100vw 100%;
    background-position-x: center;
    background-position-y: -13px;
    margin-top: 120px;
    padding-bottom: 360px;
  }
  .p-kariyushi .section02 .merchandise {
    padding-top: 0px;
  }
  .p-kariyushi .section02 .merchandise img {
    max-width: 816px;
    width: 77vw;
    display: block;
    margin: auto;
  }
  .p-kariyushi .section02 .commitment {
    margin-top: 200px;
  }
  .p-kariyushi .section02 .commitment h2 {
    font-size: 26px;
    white-space: nowrap;
  }
  .p-kariyushi .section02 .commitment .flex-box {
    display: block;
  }
  .p-kariyushi .section02 .commitment .flex-box .commitment-text h2 {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: unset;
  }
  .p-kariyushi .section02 .commitment .flex-box .commitment-text h2 .f-small {
    font-size: 26px;
  }
  .p-kariyushi .section02 .commitment .flex-box .commitment-text p {
    margin-top: 40px;
  }
  .p-kariyushi .section02 .commitment .flex-box img {
    width: 100%;
    margin-top: 40px;
  }
  .p-kariyushi .section02 .osusume h2 {
    font-size: 26px;
    font-weight: 800;
  }
  .p-kariyushi .section02 .osusume h2 .f-small {
    font-size: 26px;
  }
  .p-kariyushi .section02 .osusume .osusume-box {
    display: block;
  }
  .p-kariyushi .section02 .osusume .osusume-box div {
    width: 100%;
    background: #fff;
    padding: 40px 20px 60px;
  }
  .p-kariyushi .section02 .osusume .osusume-box div h4 {
    padding: 10px 20px;
    font-size: 16px;
  }
  .p-kariyushi .section02 .osusume .osusume-box div h3 {
    margin-top: 18px;
    font-size: 20px;
  }
  .p-kariyushi .section02 .osusume .osusume-box div p {
    margin-top: 20px;
  }
  .p-kariyushi .section02 .osusume .osusume-box img {
    width: 100%;
  }
  .p-kariyushi .cart-area {
    margin-top: 60px;
  }
  .p-kariyushi .cart-area .l-inner > h2 {
    font-size: 26px;
    text-align: center;
    font-weight: 800;
  }
  .p-kariyushi .cart-area .l-inner > h2 span {
    font-weight: 800;
  }
  .p-kariyushi .cart-area .l-inner > h2 .f-small {
    font-size: 26px;
  }
  .p-kariyushi .cart-area .l-inner > h2 .f-medium {
    font-size: 26px;
  }
  .p-kariyushi .cart-area .l-inner > h2 .f-big {
    font-size: 26px;
  }
  .p-kariyushi .cart-area .cart-contents-wrap {
    display: block;
    margin-top: 40px;
  }
  .p-kariyushi .cart-area .cart-contents-wrap .cart-contents {
    width: 100%;
    background: #fff7e3;
    height: 600px;
    position: relative;
    margin-top: 40px;
  }
  .p-kariyushi .cart-area .cart-contents-wrap .cart-contents .cart-inner {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 246px;
    margin: auto;
    display: block;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .p-kariyushi
    .cart-area
    .cart-contents-wrap
    .cart-contents
    .cart-inner
    .product-img {
    margin: auto;
  }
  .p-kariyushi
    .cart-area
    .cart-contents-wrap
    .cart-contents
    .cart-inner
    .product-wrap {
    margin-top: -25px;
    margin-bottom: 10px;
  }
  .p-kariyushi
    .cart-area
    .cart-contents-wrap
    .cart-contents
    .cart-inner
    .product-wrap
    .product-price {
    font-size: 17px;
  }
  .p-kariyushi
    .cart-area
    .cart-contents-wrap
    .cart-contents
    .cart-inner
    .product-wrap
    .product-price
    span {
    font-size: 28px;
    margin-left: 30px;
  }
  .p-kariyushi
    .cart-area
    .cart-contents-wrap
    .cart-contents
    .cart-inner
    .cartjs_product_table
    table {
    width: 100% !important;
  }
  .p-kariyushi
    .cart-area
    .cart-contents-wrap
    .cart-contents
    .cart-inner
    .cartjs_product_table
    table
    td {
    margin-left: 20px;
    display: block;
  }
  .p-kariyushi
    .cart-area
    .cart-contents-wrap
    .cart-contents
    .cart-inner
    .cartjs_product_table
    table
    td::after {
    content: "個";
    display: inline-block !important;
  }
  .p-kariyushi
    .cart-area
    .cart-contents-wrap
    .cart-contents
    .cart-inner
    .cartjs_product_num
    input {
    width: 150px !important;
    border: solid 1px #d3d3d3;
    border-radius: 5px;
    text-align: center;
  }
  .p-kariyushi
    .cart-area
    .cart-contents-wrap
    .cart-contents
    .cart-inner
    .cartjs_cart_in
    input {
    width: 100% !important;
    margin-bottom: 0 !important;
    background-color: #61c3d7;
    box-shadow: inset 0 -3px 0px rgba(0, 0, 0, 0.16);
  }
  .p-kariyushi
    .cart-area
    .cart-contents-wrap
    .cart-contents
    .cart-inner
    .cartjs_box {
    padding-bottom: 0 !important;
    width: 260px;
  }
  .p-kariyushi
    .cart-area
    .cart-contents-wrap
    .cart-contents
    .cart-inner
    .cartjs_box
    .cartjs_block {
    padding: 0 !important;
  }
  .p-kariyushi
    .cart-area
    .cart-contents-wrap
    .cart-contents
    .cart-inner
    .cartjs_box
    .cartjs_buy
    input {
    width: 100% !important;
    box-shadow: none !important;
    background: #61c3d7 !important;
    box-shadow: inset 0 -3px 0px rgba(0, 0, 0, 0.16) !important;
    height: 60px;
    border: none !important;
    text-shadow: none !important;
    border-radius: 6px !important;
  }
  .p-kariyushi
    .cart-area
    .cart-contents-wrap
    .cart-contents
    .cart-inner
    .cartjs_box
    .cartjs_header
    p {
    display: none;
  }
  .p-kariyushi .cart-area .cart-contents-wrap .cart-contents .cartjs_buy {
    text-align: left !important;
    margin-top: 10px !important;
    position: relative;
  }
  .p-kariyushi .cart-area .cart-contents-wrap .cart-contents .cartjs_buy input {
    padding-left: 30px !important;
  }
  .p-kariyushi
    .cart-area
    .cart-contents-wrap
    .cart-contents
    .cartjs_buy::before {
    position: absolute !important;
    content: "" !important;
    display: inline-block !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 45px !important;
    background: url(../assets/img/cart-icon.png) no-repeat center center/contain !important;
    width: 18px !important;
    height: 18px !important;
  }
  .p-kariyushi .cart-area .cartjs_dtl_tbl th {
    background: none !important;
    padding: 0 !important;
  }
  .p-kariyushi .cart-area .cartjs_dtl_tbl .cartjs_quantity {
    width: 70% !important;
    padding: 0 !important;
  }
  .p-kariyushi .cart-area .cartjs_dtl_tbl .cartjs_quantity input {
    height: 40px;
  }
  .p-kariyushi .cart-area .cartjs_dtl_tbl .cartjs_quantity::after {
    content: "個";
    display: inline-block !important;
  }
  .p-kariyushi footer {
    margin-top: 200px;
    padding-bottom: 100px;
  }
  .p-kariyushi footer .l-inner {
    margin-top: 60px;
  }
  .p-kariyushi footer .l-inner h2 {
    font-size: 20px;
    text-align: center;
  }
  .p-kariyushi footer .l-inner h2::before,
  .p-kariyushi footer .l-inner h2::after {
    background-color: #000; /* 線の色 */
    border-radius: 5px; /* 線の両端を丸く */
    content: "";
    height: 1px; /* 線の高さ */
    width: 20px; /* 線の長さ */
    margin-top: 15px;
  }
  .p-kariyushi footer .l-inner h2::before {
    margin-right: 10px;
  }
  .p-kariyushi footer .l-inner h2::after {
    margin-left: 10px;
  }
  .p-kariyushi footer .l-inner .sns {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 40px;
  }
  .p-kariyushi footer .l-inner .sns img {
    width: 40px;
  }
  .p-kariyushi footer .l-inner .footer-btn {
    margin-top: 40px;
  }
  .p-kariyushi footer .l-inner .footer-btn a {
    display: block;
    width: 100%;
    line-height: 80px;
    background: #c1a462;
    margin: 0 auto 60px auto;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    color: #fff;
  }
  .p-kariyushi footer .l-inner .footer-btn a span {
    font-size: 20px;
  }
  .p-kariyushi footer .l-inner .footer-btn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  .p-kariyushi footer .l-inner .flb_sb {
    display: block;
    justify-content: space-between;
    margin-top: 80px;
  }
  .p-kariyushi footer .l-inner .flb_sb .txt {
    margin-bottom: 40px;
  }
  .p-kariyushi footer .l-inner .flb_sb p {
    font-family: "Yu Gothic", "YuGothic", "游ゴシック", "YuGothic UI",
      sans-serif;
    font-weight: 500;
    line-height: 2;
    font-size: 14px;
  }
  .p-kariyushi footer .l-inner .flb_sb li {
    font-family: "Yu Gothic", "YuGothic", "游ゴシック", "YuGothic UI",
      sans-serif;
    font-weight: 500;
    line-height: 2;
    font-size: 14px;
  }
  .p-kariyushi footer .l-inner .footer-bottom {
    margin-top: 80px;
    padding-bottom: 20px;
  }
  .p-kariyushi footer .l-inner .footer-bottom .footer-copy {
    font-size: 10px;
    text-align: center;
  }
  .p-kariyushi .fixed-cart-btn {
    position: fixed;
    right: 0;
    z-index: 1;
    transition: 0.4s;
  }
  .p-kariyushi .fixed-cart-btn .cartjs_header {
    border: none !important;
  }
  .p-kariyushi .fixed-cart-btn .cartjs_buy input {
    background: url(../assets/img/banner_sp.png);
  }
  .p-kariyushi .fixed-cart-btn:hover {
    opacity: 0.8;
  }
  .p-kariyushi .fixed-cart-btn a {
    display: block;
  }
  .p-kariyushi .fixed-cart-btn .cartjs_product_table {
    display: none;
  }
  .p-kariyushi .cartjs_product_img {
    display: none;
  }
  .p-kariyushi .cartjs_sk_link_other {
    display: none;
  }
  .p-kariyushi cartjs_cart_in::before {
    display: none;
  }
  .p-kariyushi .cartjs_cart_in input {
    color: #fff !important;
    background-color: #000 !important;
    border-radius: unset !important;
    font-size: 20px !important;
    width: 60% !important;
  }
  .p-kariyushi #swipe_image {
    display: none;
  }
  .p-kariyushi .cartjs_link_regal {
    display: none;
  }
  .p-kariyushi .fixed-cart-btn {
    width: 100%;
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 1;
    transition: 0.4s;
  }
  .p-kariyushi .cartjs_box {
    border: none !important;
  }
  .p-kariyushi .fixed-cart-btn input {
    background-color: transparent !important;
    background: url(../assets/img/banner_pc.png) no-repeat;
    background-position: center;
    background-size: contain;
    width: 170px !important;
    height: 244px !important;
    border-style: none !important;
    cursor: pointer !important;
    /* Hide text on input */
    text-indent: -999em !important; /* Hide the text, works in most modern browsers */
    height: 13vw !important;
  }
  .p-kariyushi .fixed-cart-btn .cartjs_dtl_tbl {
    display: none;
  }
  .p-kariyushi .fixed-cart-btn .cartjs_block {
    padding: 0 !important;
  }
  .p-kariyushi .cartjs_cart_in {
    text-align: left !important;
    margin-top: 10px !important;
    position: relative;
  }
  .p-kariyushi .fixed-cart-btn a img {
    width: 100%;
  }
} /*# sourceMappingURL=style.css.map */
