<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --main-color: #fff;
  --main-rgb: 255, 255, 255;
  --sub-color: #C3A483;
}

.jp_slide_img_overlay {
  max-width: 100%;
  text-align: center;
  overflow: visible;
  position: relative;
}

.bk_wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-image: url("/contents/img/lp_procover_series/back_img.jpg");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  max-width: initial;
  top: 0;
  z-index: -3;
}

#procover {
  width: 768px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  color: var(--main-color);
  background: rgba(53, 44, 38, 0.8);
  font-size: clamp(1rem, calc((28 / 768) * 100vw), 28px);
}

#procover button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: #000;
}

#procover button:hover {
  opacity: 0.7;
}

#procover a {
  color: var(--main-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}

#procover a:hover {
  opacity: 0.7;
}

#procover img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}

#procover .txt {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

#procover .lead {
  margin-right: auto;
  margin-left: auto;
}

#procover .small {
  font-size: clamp(1rem, calc((15 / 768) * 100vw), 15px);
  vertical-align: baseline;
  line-height: 1.6;
  text-align: left;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: normal;
}

#procover .caption {
  font-size: clamp(1rem, calc((12 / 768) * 100vw), 12px);
  line-height: 1.5;
  text-align: left;
  vertical-align: super;
  letter-spacing: normal;
}

#procover .fadein {
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

#procover .vid_contents {
  background-image: url("/photo/goodsimg/Loading_video.png");
  background-repeat: no-repeat;
  background-position: center;
}

#procover .tab_wrap01 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #000;
  z-index: 1;
}

#procover .tab_wrap01 .tab {
  background: #89735c;
  display: block;
  width: calc((100% - 1px)/3);
  height: 4em;
  margin: 1px 0;
  font-size: clamp(1rem, calc((21 / 768) * 100vw), 21px);
  line-height: 1.2;
  letter-spacing: 0.075px;
}

#procover .tab_wrap01 .tab:hover {
  background: var(--sub-color);
  opacity: 1;
}

#procover .tab_wrap01 .tab.active {
  background: var(--sub-color);
}

#procover .tab_contents {
  display: none;
  padding-bottom: clamp(1vw, calc((190/768) * 100vw), 190px);
}

#procover .tab_contents.active {
  display: block;
}

#procover .tab_wrap02 {
  margin-top: clamp(1vw, calc((154/768) * 100vw), 154px);
}

#procover .tab_wrap02 .tab {
  width: calc((698/768)*100%);
}

#procover .tab_wrap02 .tab img {
  width: 100%;
}

#procover .tab_wrap02 .tab + .tab {
  margin-top: clamp(1vw, calc((30/768) * 100vw), 30px);
}

#procover .tab_contents .lead_img {
  width: calc((625/768)*100%);
  margin-top: clamp(1vw, calc((90/768) * 100vw), 90px);
}

#procover .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-top: clamp(1vw, calc((44/768) * 100vw), 44px);
  width: calc((700/768)*100%);
  row-gap: 15px;
}

#procover .anchor_ttl {
  width: calc((437/768)*100%);
}

#procover .anchor_wrap {
  margin-top: clamp(1vw, calc((90/768) * 100vw), 90px);
}

#procover .anchor li {
  width: calc((346/700)*100%);
}

#procover .anchor .anchor_item02_05 {
  width: 100%;
}

#procover .lead {
  font-size: clamp(1rem, calc((30 / 768) * 100vw), 30px);
  line-height: 1.8;
  letter-spacing: 0.1px;
}

#procover .price {
  color: var(--main-color);
  font-size: clamp(1rem, calc((30 / 768) * 100vw), 30px);
}

#procover .price .unit {
  font-size: 0.7em;
}

#procover .cart_btn {
  font-size: clamp(1rem, calc((26 / 768) * 100vw), 26px);
  line-height: 1.9;
  letter-spacing: 0.05px;
  background: #9E8267;
  color: var(--main-color);
  width: calc((650/768)*100%);
  margin: 0 auto;
  margin-top: clamp(1vw, calc((40/768) * 100vw), 40px);
  padding: 1em 0;
}

#procover .cart_btn.closed {
  background: #938983;
}

#procover .modal_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -ms-touch-action: none;
      touch-action: none;
  color: #000;
}

#procover .modal_container.active {
  opacity: 1;
  visibility: visible;
}

#procover .modal_container::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh + 1px);
  width: 1px;
}

#procover .modal_container::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh + 1px);
  width: 1px;
}

#procover .modal_container::-webkit-scrollbar {
  display: none;
}

#procover .modal_container .price {
  color: #000;
}

#procover .modal_container a {
  color: #000;
}

#procover .modal_container .btn_wrap {
  margin-top: 5%;
}

#procover .modal_container .cart_btn {
  font-size: clamp(1rem, calc((26 / 768) * 100vw), 26px);
  width: calc((590/650)*100%);
  margin-top: 0;
}

#procover .modal_container .cart_btn + .cart_btn {
  margin-top: 15px;
}

#procover .modal_body {
  background: #fff;
  padding: 3em 0 5em;
  width: calc((650/768)*100%);
  margin-top: clamp(1vw, calc((100/768) * 100vw), 100px);
  max-width: 650px;
  position: relative;
}

#procover .modal_close {
  position: absolute;
  bottom: 2.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#procover .col21 {
  background: #EFD2B7;
}

#procover .col23 {
  background: #E2BD9C;
}

#procover .col25 {
  background: #D3A987;
}

#procover .movie_wrap {
  margin-top: clamp(1vw, calc((30/768) * 100vw), 30px);
}

#procover video {
  width: 100%;
}

#procover .sec_ttl {
  width: calc((595/768)*100%);
  padding-top: clamp(1vw, calc((180/768) * 100vw), 180px);
}

#procover .sec01_img02 {
  margin-top: clamp(1vw, calc((90/768) * 100vw), 90px);
  width: calc((729/768)*100%);
}

#procover .sec01 .lead {
  margin-top: clamp(1vw, calc((58/768) * 100vw), 58px);
}

#procover .sec01 img.lead {
  width: calc((562/768)*100%);
}

#procover .sec01 .lead02 {
  font-size: clamp(1rem, calc((26 / 768) * 100vw), 26px);
  letter-spacing: 0.2px;
}

#procover .sec01 .item_name {
  margin-top: -16%;
}

#procover .sec01 .small {
  color: #938983;
  font-size: clamp(1rem, calc((18 / 768) * 100vw), 18px);
  text-align: center;
  margin-top: clamp(1vw, calc((25/768) * 100vw), 25px);
}

#procover .sec01-inner__ttl {
  width: calc((398/768)*100%);
  margin: 0 auto;
  margin-top: clamp(1vw, calc((80/768) * 100vw), 80px);
  padding-top: clamp(1vw, calc((80/768) * 100vw), 80px);
  position: relative;
}

#procover .sec01-inner__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 27%;
  height: 1px;
  background: #C3A483;
}

#procover .sec01-inner__txt {
  font-size: clamp(1rem, calc((28 / 768) * 100vw), 28px);
  margin-top: clamp(1vw, calc((34/768) * 100vw), 34px);
}

#procover .sec01-inner__img {
  margin-top: clamp(1vw, calc((34/768) * 100vw), 34px);
}

#procover .tab_contents01 #item01_02 {
  background: var(--sub-color);
  padding-bottom: clamp(1vw, calc((140/768) * 100vw), 140px);
}

#procover .tab_contents01 #item01_02 .cart_btn {
  margin-top: clamp(1vw, calc((120/768) * 100vw), 120px);
}

#procover .tab_contents01 .sec02-inner {
  color: #000;
  margin: 0 auto;
  margin-top: clamp(1vw, calc((50/768) * 100vw), 50px);
  width: calc((650/768)*100%);
}

#procover .tab_contents01 .sec02-inner__ttl {
  font-size: clamp(1rem, calc((33 / 768) * 100vw), 33px);
  text-align: left;
  font-weight: bold;
  margin-top: clamp(1vw, calc((20/768) * 100vw), 20px);
}

#procover .tab_contents01 .sec02-inner .txt {
  line-height: 1.35;
}

#procover .tab_contents01 .sec02 .small {
  color: #000;
  font-size: clamp(1rem, calc((18 / 768) * 100vw), 18px);
  margin-top: clamp(1vw, calc((50/768) * 100vw), 50px);
  text-align: center;
  max-width: initial;
}

#procover .tab_contents01 .sec03 {
  padding-bottom: clamp(1vw, calc((120/768) * 100vw), 120px);
}

#procover .tab_contents01 .sec03-inner {
  padding-top: clamp(1vw, calc((100/768) * 100vw), 100px);
}

#procover .tab_contents01 .sec03-inner__ttl {
  width: calc((660/768)*100%);
  margin: 0 auto;
}

#procover .tab_contents01 .sec03-inner__ttl_img {
  margin-top: clamp(1vw, calc((24/768) * 100vw), 24px);
}

#procover .tab_contents01 .sec03-inner__ttl_img03 {
  width: calc((665/768)*100%);
}

#procover .tab_contents01 .sec03-inner__ttl .point_img {
  width: calc((142/768)*100%);
  margin-left: 0;
}

#procover .tab_contents01 .sec03-inner__img {
  margin-top: clamp(1vw, calc((50/768) * 100vw), 50px);
}

#procover .tab_contents01 .sec03-inner__img03 {
  width: calc((660/768)*100%);
}

#procover .tab_contents01 .sec03-inner__txt {
  margin: 0 auto;
  margin-top: clamp(1vw, calc((38/768) * 100vw), 38px);
  width: calc((660/768)*100%);
}

#procover .tab_contents01 .sec03-inner .small {
  font-size: clamp(1rem, calc((18 / 768) * 100vw), 18px);
  text-align: left;
  margin-left: 0;
  max-width: initial;
  width: calc((660/768)*100%);
  margin: 0 auto;
  margin-top: clamp(1vw, calc((18/768) * 100vw), 18px);
  color: #938983;
}

#procover .tab_contents01 .sec03-point02_notes {
  width: calc((660/768)*100%);
  margin: 0 auto;
  margin-top: clamp(1vw, calc((60/768) * 100vw), 60px);
  text-align: left;
}

#procover .tab_contents01 .sec03-point02_notes__ttl {
  color: var(--sub-color);
}

#procover .tab_contents01 .sec03-point02_notes_txt01 {
  color: var(--sub-color);
  margin-top: clamp(1vw, calc((30/768) * 100vw), 30px);
  display: inline-block;
  border: solid 1px var(--sub-color);
  border-radius: 768px;
  padding: 0 0.5em 0.1em;
}

#procover .tab_contents01 .sec03-point02_notes_txt02 {
  color: var(--sub-color);
}

#procover .tab_contents01 .sec03-point02_notestxt {
  font-size: clamp(1rem, calc((26 / 768) * 100vw), 26px);
}

#procover .tab_contents01 .sec03 .cart_btn {
  margin-top: clamp(1vw, calc((120/768) * 100vw), 120px);
}

#procover .tab_contents01 .sec04 {
  background: #000;
}

#procover .tab_contents01 .sec04__img {
  margin-top: clamp(1vw, calc((50/768) * 100vw), 50px);
}

#procover .tab_contents01 .sec04__txt {
  width: calc((660/768)*100%);
  margin: 0 auto;
  margin-top: clamp(1vw, calc((50/768) * 100vw), 50px);
}

#procover .tab_contents01 .sec04-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1em;
          column-gap: 1em;
}

#procover .tab_contents01 .sec04-inner_wrap {
  margin: 0 auto;
  margin-top: clamp(1vw, calc((64/768) * 100vw), 64px);
  width: calc((660/768)*100%);
}

#procover .tab_contents01 .sec04-inner__txt {
  font-size: clamp(1rem, calc((26 / 768) * 100vw), 26px);
}

#procover .tab_contents01 .sec04-inner__img {
  width: calc((251/768)*100%);
  max-width: 251px;
}

#procover .tab_contents01 .sec04-inner:last-child {
  margin-top: clamp(1vw, calc((10/768) * 100vw), 10px);
}

#procover .tab_contents01 .sec05 {
  background: #000;
  padding-bottom: clamp(1vw, calc((120/768) * 100vw), 120px);
}

#procover .tab_contents01 .sec05-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.3em;
          column-gap: 1.3em;
}

#procover .tab_contents01 .sec05-inner_wrap {
  margin: 0 auto;
  margin-top: clamp(1vw, calc((80/768) * 100vw), 80px);
  width: calc((660/768)*100%);
}

#procover .tab_contents01 .sec05-inner__img {
  width: calc((61/768)*100%);
  max-width: 61px;
}

#procover .tab_contents01 .sec05 .cart_btn {
  margin-top: clamp(1vw, calc((90/768) * 100vw), 90px);
}

#procover .tab_contents01 .sec05-inner + .sec05-inner {
  margin-top: clamp(1vw, calc((35/768) * 100vw), 35px);
}

#procover .tab_contents01 .sec06 {
  color: #000;
  background: #F6ECE2;
  padding-bottom: clamp(1vw, calc((120/768) * 100vw), 120px);
}

#procover .tab_contents01 .sec06__lead {
  margin-top: clamp(1vw, calc((60/768) * 100vw), 60px);
}

#procover .tab_contents01 .sec06__img {
  margin-top: clamp(1vw, calc((40/768) * 100vw), 40px);
}

#procover .tab_contents01 .sec06-list {
  font-size: clamp(1rem, calc((21 / 768) * 100vw), 21px);
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(1vw, calc((30/768) * 100vw), 30px);
}

#procover .tab_contents01 .sec06-bnr {
  margin: 0 auto;
  margin-top: clamp(1vw, calc((48/768) * 100vw), 48px);
  width: calc((691/768)*100%);
}

#procover .tab_contents01 .user_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc((30/768)*100%);
  margin-bottom: clamp(1vw, calc((50/768) * 100vw), 50px);
}

#procover .tab_contents01 .user_wrap .user_img {
  width: calc((141/768)*100%);
}

#procover .tab_contents01 .user_wrap .txt_wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#procover .tab_contents01 .user_name {
  text-align: right;
  padding-top: 1em;
}

#procover .tab_contents02 .lead_img01 {
  width: calc((335/768)*100%);
  margin-top: clamp(1vw, calc((50/768) * 100vw), 50px);
}

#procover .tab_contents02 .lead_img01_small {
  color: #938983;
  font-size: clamp(1rem, calc((18 / 768) * 100vw), 18px);
  text-align: center;
  margin-top: clamp(1vw, calc((10/768) * 100vw), 10px);
}

#procover .tab_contents02 .sec01 .item_name {
  margin-top: -11%;
}

#procover .tab_contents02 .sec01 .sec02_small {
  margin-top: 0;
}

#procover .tab_contents02 .sec02 {
  padding-bottom: clamp(1vw, calc((120/768) * 100vw), 120px);
}

#procover .tab_contents02 .sec02-inner {
  padding-top: clamp(1vw, calc((100/768) * 100vw), 100px);
}

#procover .tab_contents02 .sec02-inner__ttl {
  width: calc((660/768)*100%);
  margin: 0 auto;
}

#procover .tab_contents02 .sec02-inner__ttl_img {
  margin-top: clamp(1vw, calc((24/768) * 100vw), 24px);
}

#procover .tab_contents02 .sec02-inner__ttl_img03 {
  width: calc((665/768)*100%);
}

#procover .tab_contents02 .sec02-inner__ttl .point_img {
  width: calc((142/768)*100%);
  margin-left: 0;
}

#procover .tab_contents02 .sec02-inner__img {
  margin-top: clamp(1vw, calc((50/768) * 100vw), 50px);
}

#procover .tab_contents02 .sec02-inner__img03 {
  width: calc((660/768)*100%);
}

#procover .tab_contents02 .sec02-inner__txt {
  margin: 0 auto;
  margin-top: clamp(1vw, calc((38/768) * 100vw), 38px);
  width: calc((660/768)*100%);
}

#procover .tab_contents02 .sec02-inner .small {
  font-size: clamp(1rem, calc((18 / 768) * 100vw), 18px);
  text-align: left;
  margin-left: 0;
  max-width: initial;
  width: calc((660/768)*100%);
  margin: 0 auto;
  margin-top: clamp(1vw, calc((18/768) * 100vw), 18px);
  color: #938983;
}

#procover .tab_contents02 .sec02-inner .sec02_small {
  text-align: center;
}

#procover .tab_contents02 .sec02-point02_notes {
  width: calc((660/768)*100%);
  margin: 0 auto;
  margin-top: clamp(1vw, calc((60/768) * 100vw), 60px);
  text-align: left;
}

#procover .tab_contents02 .sec02-point02_notes__ttl {
  color: var(--sub-color);
}

#procover .tab_contents02 .sec02-point02_notes_txt01 {
  color: var(--sub-color);
  margin-top: clamp(1vw, calc((30/768) * 100vw), 30px);
  display: inline-block;
  border: solid 1px var(--sub-color);
  border-radius: 768px;
  padding: 0 0.5em 0.1em;
}

#procover .tab_contents02 .sec02-point02_notes_txt02 {
  color: var(--sub-color);
}

#procover .tab_contents02 .sec02-point02_notestxt {
  font-size: clamp(1rem, calc((26 / 768) * 100vw), 26px);
}

#procover .tab_contents02 .sec02-point04_img {
  width: calc((731/768)*100%);
}

#procover .tab_contents02 .sec02 .cart_btn {
  margin-top: clamp(1vw, calc((120/768) * 100vw), 120px);
}

#procover .tab_contents02 .sec03 {
  background: #000;
}

#procover .tab_contents02 .sec03__img {
  margin-top: clamp(1vw, calc((50/768) * 100vw), 50px);
}

#procover .tab_contents02 .sec03__txt {
  width: calc((660/768)*100%);
  margin: 0 auto;
  margin-top: clamp(1vw, calc((50/768) * 100vw), 50px);
}

#procover .tab_contents02 .sec03-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1em;
          column-gap: 1em;
}

#procover .tab_contents02 .sec03-inner_wrap {
  margin: 0 auto;
  margin-top: clamp(1vw, calc((64/768) * 100vw), 64px);
  width: calc((660/768)*100%);
}

#procover .tab_contents02 .sec03-inner__txt {
  font-size: clamp(1rem, calc((26 / 768) * 100vw), 26px);
}

#procover .tab_contents02 .sec03-inner__img {
  width: calc((251/768)*100%);
  max-width: 251px;
}

#procover .tab_contents02 .sec04 {
  background: #000;
  padding-bottom: clamp(1vw, calc((120/768) * 100vw), 120px);
}

#procover .tab_contents02 .sec04-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.3em;
          column-gap: 1.3em;
}

#procover .tab_contents02 .sec04-inner_wrap {
  margin: 0 auto;
  margin-top: clamp(1vw, calc((80/768) * 100vw), 80px);
  width: calc((660/768)*100%);
}

#procover .tab_contents02 .sec04-inner__img {
  width: calc((61/768)*100%);
  max-width: 61px;
}

#procover .tab_contents02 .sec04-inner__txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#procover .tab_contents02 .sec04 .cart_btn {
  margin-top: clamp(1vw, calc((90/768) * 100vw), 90px);
}

#procover .tab_contents02 .sec04-inner + .sec04-inner {
  margin-top: clamp(1vw, calc((35/768) * 100vw), 35px);
}

#procover .tab_contents02 .sec05 {
  color: #000;
  background: #F6ECE2;
}

#procover .tab_contents02 .sec05__lead {
  margin-top: clamp(1vw, calc((60/768) * 100vw), 60px);
}

#procover .tab_contents02 .sec05__img {
  margin-top: clamp(1vw, calc((40/768) * 100vw), 40px);
}

#procover .tab_contents02 .sec05-list {
  font-size: clamp(1rem, calc((21 / 768) * 100vw), 21px);
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(1vw, calc((30/768) * 100vw), 30px);
}

#procover .tab_contents02 .sec05-bnr {
  margin: 0 auto;
  margin-top: clamp(1vw, calc((48/768) * 100vw), 48px);
  width: calc((691/768)*100%);
}

#procover .tab_contents03 .sec01 .small {
  max-width: initial;
}

#procover .tab_contents03 .sec02 {
  padding-bottom: clamp(1vw, calc((120/768) * 100vw), 120px);
}

#procover .tab_contents03 .sec02-inner {
  padding-top: clamp(1vw, calc((100/768) * 100vw), 100px);
}

#procover .tab_contents03 .sec02-inner__ttl {
  width: calc((660/768)*100%);
  margin: 0 auto;
}

#procover .tab_contents03 .sec02-inner__ttl_img {
  margin-top: clamp(1vw, calc((24/768) * 100vw), 24px);
}

#procover .tab_contents03 .sec02-inner__ttl_img03 {
  width: calc((665/768)*100%);
}

#procover .tab_contents03 .sec02-inner__ttl .point_img {
  width: calc((142/768)*100%);
  margin-left: 0;
}

#procover .tab_contents03 .sec02-inner__img {
  margin-top: clamp(1vw, calc((50/768) * 100vw), 50px);
}

#procover .tab_contents03 .sec02-inner__txt {
  margin: 0 auto;
  margin-top: clamp(1vw, calc((38/768) * 100vw), 38px);
  width: calc((660/768)*100%);
}

#procover .tab_contents03 .sec02-inner .small {
  font-size: clamp(1rem, calc((18 / 768) * 100vw), 18px);
  text-align: left;
  margin-left: 0;
  max-width: initial;
  width: calc((660/768)*100%);
  margin: 0 auto;
  margin-top: clamp(1vw, calc((18/768) * 100vw), 18px);
  color: #938983;
}

#procover .tab_contents03 .sec02-inner .sec02_small {
  text-align: center;
}

#procover .tab_contents03 .sec02-point02_notes {
  width: calc((660/768)*100%);
  margin: 0 auto;
  margin-top: clamp(1vw, calc((60/768) * 100vw), 60px);
  text-align: left;
}

#procover .tab_contents03 .sec02-point02_notes__ttl {
  color: var(--sub-color);
}

#procover .tab_contents03 .sec02-point02_notes_txt01 {
  color: var(--sub-color);
  margin-top: clamp(1vw, calc((30/768) * 100vw), 30px);
  display: inline-block;
  border: solid 1px var(--sub-color);
  border-radius: 768px;
  padding: 0 0.5em 0.1em;
}

#procover .tab_contents03 .sec02-point02_notes_txt02 {
  color: var(--sub-color);
}

#procover .tab_contents03 .sec02-point02_notestxt {
  font-size: clamp(1rem, calc((26 / 768) * 100vw), 26px);
}

#procover .tab_contents03 .sec02-point03_img {
  width: calc((712/768)*100%);
}

#procover .tab_contents03 .sec02 .cart_btn {
  margin-top: clamp(1vw, calc((120/768) * 100vw), 120px);
}

#procover .tab_contents03 .sec02_point3_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: clamp(1rem, calc((26 / 768) * 100vw), 26px);
  color: #000;
  margin-top: clamp(1vw, calc((40/768) * 100vw), 40px);
  gap: 1px;
}

#procover .tab_contents03 .sec02_point3_txt {
  background: #8C7158;
  line-height: 1.3;
  padding: 0.2em 0;
}

#procover .tab_contents03 .sec02_point3_wrap02 {
  margin-top: clamp(1vw, calc((60/768) * 100vw), 60px);
}

#procover .tab_contents03 .sec02_point3_wrap02 .sec02_point3_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3em;
}

#procover .tab_contents03 .sec03 {
  background: #000;
}

#procover .tab_contents03 .sec03__img {
  margin-top: clamp(1vw, calc((50/768) * 100vw), 50px);
}

#procover .tab_contents03 .sec03__txt {
  width: calc((660/768)*100%);
  margin: 0 auto;
  margin-top: clamp(1vw, calc((50/768) * 100vw), 50px);
}

#procover .tab_contents03 .sec03-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1em;
          column-gap: 1em;
}

#procover .tab_contents03 .sec03-inner_wrap {
  margin: 0 auto;
  margin-top: clamp(1vw, calc((64/768) * 100vw), 64px);
  width: calc((660/768)*100%);
}

#procover .tab_contents03 .sec03-inner__txt {
  font-size: clamp(1rem, calc((26 / 768) * 100vw), 26px);
}

#procover .tab_contents03 .sec03-inner__img {
  width: calc((251/768)*100%);
  max-width: 251px;
}

#procover .tab_contents03 .sec04 {
  background: #000;
  padding-bottom: clamp(1vw, calc((120/768) * 100vw), 120px);
}

#procover .tab_contents03 .sec04-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.3em;
          column-gap: 1.3em;
}

#procover .tab_contents03 .sec04-inner_wrap {
  margin: 0 auto;
  margin-top: clamp(1vw, calc((80/768) * 100vw), 80px);
  width: calc((660/768)*100%);
}

#procover .tab_contents03 .sec04-inner__img {
  width: calc((61/768)*100%);
  max-width: 61px;
}

#procover .tab_contents03 .sec04-inner__txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#procover .tab_contents03 .sec04 .cart_btn {
  margin-top: clamp(1vw, calc((90/768) * 100vw), 90px);
}

#procover .tab_contents03 .sec04-inner + .sec04-inner {
  margin-top: clamp(1vw, calc((35/768) * 100vw), 35px);
}

#procover .tab_contents03 .sec05 {
  color: #000;
  background: #F6ECE2;
  padding-bottom: clamp(1vw, calc((120/768) * 100vw), 120px);
}

#procover .tab_contents03 .sec05__lead {
  margin-top: clamp(1vw, calc((60/768) * 100vw), 60px);
}

#procover .tab_contents03 .sec05__img {
  margin-top: clamp(1vw, calc((40/768) * 100vw), 40px);
}

#procover .tab_contents03 .sec05-list {
  font-size: clamp(1rem, calc((21 / 768) * 100vw), 21px);
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(1vw, calc((30/768) * 100vw), 30px);
}

#procover .tab_contents03 .sec05-bnr {
  margin: 0 auto;
  margin-top: clamp(1vw, calc((48/768) * 100vw), 48px);
  width: calc((691/768)*100%);
}

#procover .more_info {
  margin-top: clamp(1vw, calc((180/768) * 100vw), 180px);
}

#procover .more_info a {
  text-decoration: underline;
}

#procover .more_info__ttl img {
  width: calc((214/768)*100%);
}

#procover .more_info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48%;
}

#procover .more_info .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((678/768)*100%);
  margin: 0 auto;
  margin-top: clamp(1vw, calc((60/768) * 100vw), 60px);
  gap: 3%;
  row-gap: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#procover .more_info .item_name {
  margin-top: 4%;
  line-height: 1.3;
}

#procover .more_info .item .price {
  font-size: 1.3em;
}

#procover .more_info .item .price .unit {
  font-size: 65%;
}

#procover .more_info .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6% 6% 10%;
}

#procover .more_info .item .btn_detail {
  color: #fff;
  background: var(--main-color);
  font-size: clamp(1rem, calc((24 / 768) * 100vw), 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 6% 0;
  margin: 0 auto;
}

#procover .more_info .item .btn_detail:hover {
  text-decoration: none;
  color: #fff;
}

#procover .more_info .item .btn_detail .arrow {
  position: relative;
  margin-left: -2em;
}

#procover .more_info .item .btn_detail .arrow::after {
  content: "";
  position: absolute;
  top: 28%;
  right: -3em;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.7em;
  height: 0.7em;
  display: block;
}

#procover .top_btn {
  margin-top: clamp(1vw, calc((160/768) * 100vw), 160px);
}

#procover .top_btn a {
  color: var(--main-color);
  font-size: clamp(1rem, calc((24 / 768) * 100vw), 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((490/768)*100%);
  max-width: 80%;
  padding: 6% 0;
  margin: 0 auto;
  border: 1px solid var(--main-color);
}

#procover .top_btn a:hover {
  text-decoration: none;
  color: var(--main-color);
}

#procover .top_btn .arrow {
  position: relative;
  margin-left: -2em;
}

#procover .top_btn .arrow::after {
  content: "";
  position: absolute;
  top: 28%;
  right: -3em;
  border-right: 3px solid var(--main-color);
  border-top: 3px solid var(--main-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.7em;
  height: 0.7em;
  display: block;
}

@media screen and (max-width: 768px) {
  #procover button:hover {
    opacity: 1;
  }
  #procover button:active {
    opacity: 0.7;
  }
  #procover a:hover {
    opacity: 1;
    text-decoration: none;
  }
  #procover a:active {
    opacity: 1;
    text-decoration: underline;
  }
  #procover .tab_wrap01 .tab:active {
    background: var(--sub-color);
    opacity: 1;
  }
  #procover .star {
    margin-left: 0;
    max-width: calc((264/505)*100%);
  }
  #procover .more_info a {
    text-decoration: underline;
  }
}
/*# sourceMappingURL=lp_procover_series.css.map */</pre></body></html>