@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
:root {
  --ts20240119_font1: "Noto Serif JP", serif;
  --tS20240119_font2: "Josefin Sans", sans-serif;
  --tS20240119_color1: #333333;
  --ts20240119_color2: #fffaf3;
}

::-moz-selection {
  background: rgb(66, 80, 160);
  color: #fff;
}

::selection {
  background: rgb(66, 80, 160);
  color: #fff;
}

.sa {
  opacity: 0;
  transition: all 1.2s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa-lr {
  transform: translate(-80px, 0);
}

.sa-rl {
  transform: translate(80px, 0);
}

.sa-up {
  transform: translate(0, 40px);
}

.sa-down {
  transform: translate(0, -80px);
}

.sa-scaleUp {
  transform: scale(0.7);
}

.sa-scaleDown {
  transform: scale(1.5);
}

.sa-rotateL {
  transform: rotate(180deg);
}

.sa-rotateR {
  transform: rotate(-180deg);
}

.slideinLeft {
  animation: slideinLeft 1.2s;
}

@keyframes slideinLeft {
  0% {
    transform: translateX(-80px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.fade1 {
  animation-name: fade1;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

.delay-5 {
  transition-delay: 0.5s;
}

.delay-6 {
  transition-delay: 0.6s;
}

.delay-7 {
  transition-delay: 0.7s;
}

.delay-8 {
  transition-delay: 0.8s;
}

.delay-9 {
  transition-delay: 0.9s;
}

.delay-10 {
  transition-delay: 1s;
}

.delay-11 {
  transition-delay: 1.1s;
}

.delay-12 {
  transition-delay: 1.2s;
}

.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-wrap:before {
  background: var(--ts20240119_color2);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.animate-img-wrap:before {
  animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
#contents20241115 {
  width: 100%;
  background: var(--ts20240119_color2);
  color: var(--tS20240119_color1);
  font-family: "Montserrat", Futura, "Century Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
}
#contents20241115 img {
  width: 100%;
  display: block;
}
#contents20241115 a {
  text-decoration: none;
}
#contents20241115 ul.slick-dots {
  margin: 12px 0 0 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
#contents20241115 ul.slick-dots li button {
  background: #fff;
  border: none;
  transition: 0.4x;
  width: 20px;
  height: 4px;
  text-indent: -9999px;
}
#contents20241115 ul.slick-dots li.slick-active button {
  background-color: #6e4121;
}

.contents20241115_intro {
  width: 100%;
  max-width: 1040px;
  margin: auto;
}
.contents20241115_intro .lead_area {
  margin-top: 32px;
  background: #fff;
  padding-block: 32px;
  font-size: 16px;
}
@media (max-width: 640px) {
  .contents20241115_intro .lead_area {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .contents20241115_intro .lead_area {
    margin-top: 24px;
    padding-block: 24px;
  }
}
.contents20241115_intro .lead_area p {
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: "Montserrat", Futura, "Century Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
}
@media (max-width: 640px) {
  .contents20241115_intro .lead_area p {
    font-size: 13px;
    padding: 0 12px;
  }
}
.contents20241115_intro .lead_area p + p {
  margin-top: 32px;
}
@media (max-width: 640px) {
  .contents20241115_intro .lead_area p + p {
    margin-top: 24px;
  }
}

.contents20241115_main {
  width: 100%;
  padding-block: 32px;
}
.contents20241115_main .contents20241115_style1 {
  margin-top: 32px;
}
@media (max-width: 640px) {
  .contents20241115_main .contents20241115_style1 {
    margin-top: 32px;
  }
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_style_item {
  position: relative;
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_style_item .item_img {
  margin-left: auto;
  max-width: 43vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_style_item .item_img {
    max-width: 66vw;
  }
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_style_item .item_img img {
  aspect-ratio: 4/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_style_item .center_box {
  max-width: 36vw;
  margin-inline: auto;
  margin-top: -25vw;
  aspect-ratio: 54/43;
  background-image: linear-gradient(90deg, rgba(190, 160, 116, 0.2), rgba(218, 201, 175, 0.2) 50%);
}
@media (max-width: 640px) {
  .contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_style_item .center_box {
    margin-top: -20vw;
    max-width: 60vw;
    aspect-ratio: 2/1;
  }
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_style_item .item_slide {
  max-width: 39vw;
  margin-top: -37vw;
  margin-left: 6vw;
  padding-inline: 26px;
}
@media (max-width: 1080px) {
  .contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_style_item .item_slide {
    max-width: 42vw;
    margin-left: 3vw;
  }
}
@media (max-width: 640px) {
  .contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_style_item .item_slide {
    max-width: 70vw;
    margin-top: -60px;
    position: relative;
    z-index: 2;
    padding-inline: 0;
  }
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_style_item .item_slide .this_slidebtn {
  height: 32px;
  aspect-ratio: 1/2;
  position: absolute;
  inset: 0;
  top: calc(50% - 16px);
  z-index: 3;
}
@media (max-width: 640px) {
  .contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_style_item .item_slide .this_slidebtn {
    height: 24px;
  }
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_style_item .item_slide .this_slidebtn :hover {
  cursor: pointer;
  opacity: 0.8;
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_style_item .item_slide .this_slidebtn.btn_l {
  left: -24px;
  rotate: -180deg;
}
@media (max-width: 640px) {
  .contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_style_item .item_slide .this_slidebtn.btn_l {
    left: 0;
  }
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_style_item .item_slide .this_slidebtn.btn_r {
  left: calc(100% + 10px);
}
@media (max-width: 640px) {
  .contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_style_item .item_slide .this_slidebtn.btn_r {
    left: calc(100% - 12px);
  }
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_style_item .item_slide .slick-dots {
  bottom: -30px !important;
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_style_item .item_slide .slick-dots li {
  width: 16px !important;
  height: 16px !important;
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_style_item .item_slide .slick-dots li button::before {
  width: 8px !important;
  height: 8px !important;
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_style_item .bottom_box {
  width: 37vw;
  aspect-ratio: 258/61;
  background-image: linear-gradient(90deg, rgba(86, 35, 0, 0.2) 10%, rgba(237, 227, 211, 0.2) 90%);
  position: absolute;
  top: 30vw;
  right: 0;
  z-index: 1;
}
@media (max-width: 640px) {
  .contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_style_item .bottom_box {
    width: 36vw;
    aspect-ratio: 1;
    top: unset;
    bottom: -10vw;
  }
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area div.credit_line {
  position: relative;
  z-index: 1;
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area div.credit_line::after {
  content: "";
  display: block;
  height: 0;
  width: 1px;
  background: var(--tS20240119_color1);
  position: absolute;
  right: 5%;
  top: -10px;
  bottom: 0;
  animation: line 0.1s ease-in-out 0.3s 1 normal forwards;
}
@media (max-width: 640px) {
  .contents20241115_main .contents20241115_style1 .contents20241115_style_area div.credit_line::after {
    top: -30px;
  }
}
@keyframes line {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit {
  margin-top: -33vw;
  padding-top: 4.5vw;
  padding-bottom: 16.5vw;
  font-size: 16px;
}
@media (max-width: 640px) {
  .contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit {
    font-size: 14px;
    margin-top: -12vw;
  }
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .credit_num {
  font-size: 12vw;
  padding-right: 9vw;
  text-align: right;
}
@media (max-width: 640px) {
  .contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .credit_num {
    font-size: 60px;
  }
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .credit-data {
  width: 50vw;
  margin-top: -3vw;
  padding-right: 19vw;
  margin-left: auto;
}
@media (max-width: 1080px) {
  .contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .credit-data {
    width: 52vw;
    padding-right: 13vw;
  }
}
@media (max-width: 640px) {
  .contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .credit-data {
    width: 90vw;
    margin-top: -1vw;
  }
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .credit_box {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 8px;
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .credit_box tr {
  width: 100%;
  border-bottom: 1px solid #beb6a9;
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .credit_box .credit_plice th {
  text-align: right;
  text-decoration: line-through;
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .credit_box .credit_sale {
  text-align: right;
  font-weight: bold;
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .credit_box .credit_sale td {
  color: #fc0000;
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .credit_box th {
  width: 80%;
  border-bottom: 1px solid #beb6a9;
  vertical-align: middle;
  padding: 14px 0;
  line-height: 1;
  font-weight: 500;
  text-align: left;
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .credit_box td {
  width: 80px;
  vertical-align: middle;
  padding: 14px 0;
  padding-left: 10px;
  line-height: 1;
  font-weight: 500;
  display: block;
  margin-left: auto;
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .credit_box td .credit-btn {
  font-size: 14px;
  color: var(--tS20240119_color1);
  border: 1px solid var(--tS20240119_color1);
  width: 60px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: 0.4s;
  background: linear-gradient(90deg, #333 0%, #333 50%, transparent 50%, transparent 100%);
  background-size: 200% auto;
  background-position: 100%;
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .credit_box td .credit-btn:hover {
  background-position: 0%;
  color: #fff !important;
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .credit-text {
  text-align: right;
  font-size: 14px;
}
@media (max-width: 640px) {
  .contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .credit-text {
    font-size: 12px;
  }
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .sale_text {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .sale_text {
    flex-wrap: wrap;
  }
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .sale_text span {
  display: inline-block;
  margin: 0 4px;
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .sale_text span.d_text {
  font-weight: 700;
  color: #c00000;
  margin-right: 12px;
}
@media (max-width: 1300px) {
  .contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .sale_text span.d_text {
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
  }
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .sale_text span.nprice {
  text-decoration: line-through;
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .sale_text span.salep {
  font-weight: 700;
  font-size: 120%;
  color: #c00000;
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .credit-allitems a {
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
  color: var(--tS20240119_color1);
  font-weight: bold;
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .credit-allitems a::before {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--tS20240119_color1);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s;
}
.contents20241115_main .contents20241115_style1 .contents20241115_style_area .contents20241115_credit .credit-allitems a:hover::before {
  animation-name: line_link;
  animation-duration: 0.5s;
}
@keyframes line_link {
  30% {
    left: 100%;
    width: 0;
  }
  40% {
    width: 0;
    left: 0;
  }
  100% {
    left: 0;
    width: 100%;
  }
}

.contents20241115_style2 {
  margin-top: 32px;
}
@media (max-width: 640px) {
  .contents20241115_style2 {
    margin-top: 32px;
  }
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_style_item {
  position: relative;
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_style_item .item_img {
  max-width: 43vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .contents20241115_style2 .contents20241115_style_area .contents20241115_style_item .item_img {
    max-width: 66vw;
  }
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_style_item .item_img img {
  aspect-ratio: 4/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_style_item .center_box {
  max-width: 36vw;
  margin-inline: auto;
  margin-top: -25vw;
  aspect-ratio: 54/43;
  background-image: linear-gradient(270deg, rgba(190, 160, 116, 0.3), rgba(218, 201, 175, 0.2) 50%);
}
@media (max-width: 640px) {
  .contents20241115_style2 .contents20241115_style_area .contents20241115_style_item .center_box {
    margin-top: -20vw;
    max-width: 60vw;
    aspect-ratio: 2/1;
  }
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_style_item .item_slide {
  max-width: 39vw;
  margin-top: -37vw;
  margin-right: 6vw;
  margin-left: auto;
  padding-inline: 26px;
}
@media (max-width: 1080px) {
  .contents20241115_style2 .contents20241115_style_area .contents20241115_style_item .item_slide {
    max-width: 42vw;
    margin-right: 3vw;
    margin-top: -4vw;
  }
}
@media (max-width: 640px) {
  .contents20241115_style2 .contents20241115_style_area .contents20241115_style_item .item_slide {
    max-width: 70vw;
    margin-top: -60px;
    position: relative;
    z-index: 2;
    padding-inline: 0;
  }
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_style_item .item_slide .this_slidebtn {
  height: 32px;
  aspect-ratio: 1/2;
  position: absolute;
  inset: 0;
  top: calc(50% - 16px);
  z-index: 3;
}
@media (max-width: 640px) {
  .contents20241115_style2 .contents20241115_style_area .contents20241115_style_item .item_slide .this_slidebtn {
    height: 24px;
  }
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_style_item .item_slide .this_slidebtn :hover {
  cursor: pointer;
  opacity: 0.8;
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_style_item .item_slide .this_slidebtn.btn_l {
  left: -24px;
  rotate: -180deg;
}
@media (max-width: 640px) {
  .contents20241115_style2 .contents20241115_style_area .contents20241115_style_item .item_slide .this_slidebtn.btn_l {
    left: 0;
  }
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_style_item .item_slide .this_slidebtn.btn_r {
  left: calc(100% + 10px);
}
@media (max-width: 640px) {
  .contents20241115_style2 .contents20241115_style_area .contents20241115_style_item .item_slide .this_slidebtn.btn_r {
    left: calc(100% - 12px);
  }
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_style_item .item_slide .slick-dots {
  bottom: -30px !important;
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_style_item .item_slide .slick-dots li {
  width: 16px !important;
  height: 16px !important;
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_style_item .item_slide .slick-dots li button::before {
  width: 8px !important;
  height: 8px !important;
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_style_item .bottom_box {
  width: 37vw;
  aspect-ratio: 258/61;
  background-image: linear-gradient(90deg, rgba(237, 227, 211, 0.2) 10%, rgba(86, 35, 0, 0.2) 90%);
  position: absolute;
  top: 30vw;
  left: 0;
  z-index: 1;
}
@media (max-width: 640px) {
  .contents20241115_style2 .contents20241115_style_area .contents20241115_style_item .bottom_box {
    width: 36vw;
    aspect-ratio: 1;
    top: unset;
    bottom: -10vw;
  }
}
.contents20241115_style2 .contents20241115_style_area div.credit_line {
  position: relative;
  z-index: 1;
}
.contents20241115_style2 .contents20241115_style_area div.credit_line::after {
  content: "";
  display: block;
  height: 0;
  width: 1px;
  background: var(--tS20240119_color1);
  position: absolute;
  left: 5%;
  top: -10px;
  bottom: 0;
  animation: line 0.1s ease-in-out 0.3s 1 normal forwards;
}
@media (max-width: 640px) {
  .contents20241115_style2 .contents20241115_style_area div.credit_line::after {
    top: -30px;
  }
}
@keyframes line {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_credit {
  margin-top: -33vw;
  padding-top: 4.5vw;
  padding-bottom: 16.5vw;
  font-size: 16px;
}
@media (max-width: 640px) {
  .contents20241115_style2 .contents20241115_style_area .contents20241115_credit {
    margin-top: -12vw;
    font-size: 14px;
  }
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit_num {
  font-size: 12vw;
  padding-left: 9vw;
  text-align: left;
}
@media (max-width: 640px) {
  .contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit_num {
    font-size: 60px;
  }
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data {
  width: 50vw;
  margin-top: -3vw;
  padding-left: 19vw;
}
@media (max-width: 1080px) {
  .contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data {
    width: 52vw;
    padding-left: 13vw;
  }
}
@media (max-width: 640px) {
  .contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data {
    width: 90vw;
    margin-top: -1vw;
  }
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data .credit_box {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 8px;
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data .credit_box tr {
  width: 100%;
  border-bottom: 1px solid #beb6a9;
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data .credit_box .credit_plice th {
  text-align: right;
  text-decoration: line-through;
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data .credit_box .credit_sale {
  text-align: right;
  font-weight: bold;
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data .credit_box .credit_sale td {
  color: #fc0000;
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data .credit_box th {
  width: 80%;
  border-bottom: 1px solid #beb6a9;
  vertical-align: middle;
  padding: 14px 0;
  line-height: 1;
  font-weight: 500;
  text-align: left;
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data .credit_box td {
  width: 80px;
  vertical-align: middle;
  padding: 14px 0;
  padding-left: 10px;
  line-height: 1;
  font-weight: 500;
  display: block;
  margin-left: auto;
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data .credit_box td .credit-btn {
  font-size: 14px;
  color: var(--tS20240119_color1);
  border: 1px solid var(--tS20240119_color1);
  width: 60px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: 0.4s;
  background: linear-gradient(90deg, #333 0%, #333 50%, transparent 50%, transparent 100%);
  background-size: 200% auto;
  background-position: 100%;
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data .credit_box td .credit-btn:hover {
  background-position: 0%;
  color: #fff !important;
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data .credit-text {
  text-align: right;
  font-size: 14px;
}
@media (max-width: 640px) {
  .contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data .credit-text {
    font-size: 12px;
  }
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data .sale_text {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data .sale_text {
    flex-wrap: wrap;
  }
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data .sale_text span {
  display: inline-block;
  margin: 0 4px;
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data .sale_text span.d_text {
  font-weight: 700;
  color: #c00000;
  margin-right: 12px;
}
@media (max-width: 1300px) {
  .contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data .sale_text span.d_text {
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
  }
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data .sale_text span.nprice {
  text-decoration: line-through;
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data .sale_text span.salep {
  font-weight: 700;
  font-size: 120%;
  color: #c00000;
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data .credit-allitems a {
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
  color: var(--tS20240119_color1);
  font-weight: bold;
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data .credit-allitems a::before {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--tS20240119_color1);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s;
}
.contents20241115_style2 .contents20241115_style_area .contents20241115_credit .credit-data .credit-allitems a:hover::before {
  animation-name: line_link;
  animation-duration: 0.5s;
}
@keyframes line_link {
  30% {
    left: 100%;
    width: 0;
  }
  40% {
    width: 0;
    left: 0;
  }
  100% {
    left: 0;
    width: 100%;
  }
}

.lastlink {
  width: 100%;
  margin-top: 32px;
}
@media (max-width: 640px) {
  .lastlink {
    margin-top: 24px;
    padding: 0 48px;
  }
}
.lastlink a {
  text-align: center;
  display: block;
  width: 30%;
  margin: auto;
  background-color: var(--tS20240119_color1);
  color: #fff;
  padding: 24px;
  line-height: 1;
  border-radius: 5px;
  letter-spacing: 0.05em;
  font-family: var(--ts20240119_font2);
  font-weight: 700;
  margin-bottom: 24px;
  transition: ease-in-out 0.4s;
  border: 2px solid var(--tS20240119_color1);
}
@media (max-width: 1080px) {
  .lastlink a {
    width: 40%;
  }
}
@media (max-width: 640px) {
  .lastlink a {
    width: 100%;
    padding: 16px;
    font-size: 3.25vw;
  }
}
.lastlink a:hover {
  background-color: transparent;
  color: var(--tS20240119_color1);
}

div.contents20241115_slide div:nth-child(1) {
  margin-bottom: 64px;
  padding-right: 48px;
}
@media (max-width: 640px) {
  div.contents20241115_slide div:nth-child(1) {
    margin-bottom: 48px;
  }
}
div.contents20241115_slide div:nth-child(2) {
  padding-left: 48px;
}

div.cart_btn {
  width: 100%;
  text-align: center;
}
div.cart_btn button {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Courier New", Courier, monospace;
}
div.cart_btn button:hover {
  opacity: 0.5;
}

.page_top {
  position: fixed;
  width: 12px;
  right: 25px;
  bottom: 20px;
  z-index: 10;
}

div.coupon_fix {
  z-index: 3;
}

div.contents20241115_credit input {
  display: none;
}
div.contents20241115_credit div.cart_btn {
  display: none;
}/*# sourceMappingURL=20250321_2buy.css.map */