@charset "UTF-8";

@media screen and (min-width: 768px) {
  .forSP {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .forPC {
    display: none !important;
  }
}


.lineup-btnSet {
  display: flex;
  justify-content: space-between;
}


.section-btn {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  text-indent: 10%;
  font-weight: bold;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  color: #231815;
}

@media screen and (min-width: 768px) {
  select {
    font-size: 1rem;
  }
}

.select_box {
  position: relative;
  display: block;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e6 100%);
  background-size: 2vmin 100%;
  border: 1px solid #000;
  border-radius: 10px;
  box-sizing: border-box;
  margin-right: 10px;
  width: 30%;
}

.select_box:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 1em;
  height: 1em;
  margin-top: -0.6rem;
  background: url(../images/select_arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.product-add {
  line-height: 0;
  width: 65%;
}


body.is-modal-open {
  overflow: hidden;
}

/* ====================
     PC + SP
==================== */
body {
  font-family: "Noto Sans JP", serif, Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #231815;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
}

#container {
  max-width: 640px;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 30px 0 30px rgba(35, 24, 21, 0.2);
}
#container .lp_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}
#container .lp_bg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

#container .wrapper .fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 0.8s;
}
#container .wrapper .fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
#container .wrapper h1,
#container .wrapper h2,
#container .wrapper h3,
#container .wrapper h4,
#container .wrapper h5 {
  margin: 0;
}
#container .wrapper p,
#container .wrapper figure,
#container .wrapper dl,
#container .wrapper dt,
#container .wrapper dd,
#container .wrapper ul,
#container .wrapper li,
#container .wrapper div,
#container .wrapper a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}
#container .wrapper figure {
  line-height: 1;
}
#container .wrapper img {
  width: 100%;
  height: auto;
}
#container .wrapper ul {
  list-style-type: none;
}
#container .wrapper a {
  transition: all 0.3s;
}
#container .wrapper {
  /* lp_btn */
}
#container .wrapper .lp_btn a {
  display: block;
  width: 95%;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 1em 0;
  border: 4px solid #c9142c;
  border-radius: 100px;
  background: #c9142c;
  font-size: clamp(16px, 3.4vw, 30px);
  line-height: 1;
  font-weight: bold;
  position: relative;
}
#container .wrapper .fadein.scrollin .bound {
  animation: bounceScale 1.5s ease-out forwards;
}
@keyframes bounceScale {
  0% {
    opacity: 1;
    transform: scale(0.8);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  80% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
#container .wrapper {
  /* 1カラム */
}
#container .wrapper .lp_box01 {
  padding: 20px 7% 0;
}
#container .wrapper {
  /* btn_area */
}
#container .wrapper .btn_area {
  padding: 0 7%;
  position: relative;
  z-index: 10;
}
#container .wrapper .btn_area .btn_area_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 4.5%;
}
#container .wrapper .btn_area .btn_area_list li a:hover {
  opacity: 0.8;
}
#container .wrapper {
  /* 2カラム */
}
#container .wrapper .lp_box02 {
  padding-top: 20px;
}
#container .wrapper {
  /* 3カラム */
}
#container .wrapper .pink_bg {
  background: url(../images/lp_bg01.jpg) top center no-repeat;
  background-size: cover;
  padding: 130px 7%;
  position: relative;
}
#container .wrapper .pink_bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  background: url(../images/white_bg01.png) bottom center no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: 1;
}
#container .wrapper .pink_bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  background: url(../images/white_bg02.png) top center no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#container .wrapper .lp_box03 .lp_box03_inner .lp_box03_tit {
  color: #5f4624;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
  font-size: clamp(22px, 2.4vw, 30px);
}
#container .wrapper .lp_box03 .lp_box03_inner .aside_tit {
  display: grid;
  grid-template-columns: 23% 60%;
  justify-content: center;
  gap: 0 3%;
  align-items: center;
}
#container .wrapper .lp_box03 .lp_box03_inner .aside_tit .lp_box03_txt {
  color: #5f4624;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 700;
}
#container .wrapper .lp_box03 .lp_box03_inner .aside_tit .lp_box03_txt .yellow {
  display: inline-block;
  line-height: 1.1;
  background: linear-gradient(180deg, transparent 0%, transparent 82%, #fff462 82%, #fff462 100%);
}
#container .wrapper .lp_box03 .lp_box03_inner .aside_tit .lp_box03_txt .yellow span {
  font-size: clamp(32px, 3.6vw, 50px);
  font-family: "Noto Serif JP", serif;
}
#container .wrapper .lp_box03 .lp_box03_inner .lp_box03_pic {
  width: 80%;
  margin: 0 auto 20px;
}
#container .wrapper .lp_box03 .lp_box03_inner .lp_box03_content {
  padding: 10px 5% 30px;
  background: #fff;
  margin-bottom: 25px;
}
#container .wrapper .lp_box03 .lp_box03_inner .lp_box03_content:last-of-type {
  margin-bottom: 0;
}
#container .wrapper .lp_box03 .lp_box03_inner .lp_box03_content .tit {
  width: 122%;
  transform: translateX(-70px);
  margin-bottom: 20px;
}
#container .wrapper .lp_box03 .lp_box03_inner .lp_box03_content .price {
  margin-bottom: 10px;
}
#container .wrapper {
  /* btn */
}
#container .wrapper .btn a {
  display: block;
  width: 300px;
  text-decoration: none;
  color: #f07882;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto;
  line-height: 70px;
  padding: 0 0 0 25px;
  border-radius: 100px;
  border: 2px solid #f07882;
  background: #fef3f0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
}
#container .wrapper .btn a::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/btn_icon.svg) no-repeat;
  background-size: cover;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#container .wrapper .btn a:hover {
  opacity: 0.8;
}
#container .wrapper {
  /* 4カラム */
}
#container .wrapper .lp_box04 {
  position: relative;
  text-align: center;
  padding: 0 7%;
  text-align: center;
  padding-top: 100px;
  margin-top: -100px;
}
#container .wrapper .lp_box04 .lp_box04_icon01 {
  position: absolute;
  left: 0;
  top: -20px;
  width: 35%;
  z-index: 2;
}
#container .wrapper .lp_box04 .lp_box04_icon02 {
  position: absolute;
  right: 0;
  top: 100px;
  width: 50%;
  z-index: 2;
}
#container .wrapper .lp_box04 .lp_box04_tit {
  color: #5f4624;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(22px, 2.8vw, 38px);
  font-weight: 700;
  margin-bottom: 60px;
}
#container .wrapper .lp_box04 .lp_box04_tit .yellow {
  display: inline-block;
  line-height: 1.1;
  background: linear-gradient(180deg, transparent 0%, transparent 82%, #fff462 82%, #fff462 100%);
}
#container .wrapper .lp_box04 .lp_box04_content {
  padding: 50px 7%;
  position: relative;
  background: url(../images/lp_bg02.jpg) top center no-repeat;
  background-size: cover;
  margin-bottom: 25px;
}
#container .wrapper .lp_box04 .lp_box04_content:last-of-type {
  margin-bottom: 0;
}
#container .wrapper .lp_box04 .lp_box04_content::after {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #efcdc2;
  left: 50%;
  top: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
#container .wrapper .lp_box04 .lp_box04_content .tit {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
  font-size: clamp(22px, 2.2vw, 28px);
}
#container .wrapper .lp_box04 .lp_box04_content figure {
  width: 75%;
  margin: 0 auto 30px;
}
#container .wrapper .lp_box04 .lp_box04_content .txt {
  text-align: justify;
  font-size: clamp(16px, 1.6vw, 19px);
}
#container .wrapper {
  /* 5カラム */
}
#container .wrapper .lp_box05.pink_bg {
  background: url(../images/lp_bg04.jpg) top center no-repeat;
  background-size: cover;
  padding: 120px 7%;
}
#container .wrapper .lp_box05 .lp_box05_box {
  padding: 20px 7%;
  position: relative;
  background: #fff;
  background-size: cover;
  margin-bottom: 25px;
}
#container .wrapper .lp_box05 .lp_box05_box:first-of-type .item {
  width: 76%;
  margin: 0;
}
#container .wrapper .lp_box05 .lp_box05_box:nth-of-type(2) .item {
  width: 80%;
}
#container .wrapper .lp_box05 .lp_box05_box:nth-of-type(4) .item {
  width: 70%;
}
#container .wrapper .lp_box05 .lp_box05_box:last-of-type {
  margin-bottom: 0;
}
#container .wrapper .lp_box05 .lp_box05_box::after {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #efcdc2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
#container .wrapper .lp_box05 .lp_box05_box .aside_tit {
  width: 128%;
  transform: translateX(-90px);
  margin-bottom: 10px;
  z-index: 10;
  position: relative;
}
#container .wrapper .lp_box05 .lp_box05_box .tit {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  color: #5f4624;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
  font-size: clamp(20px, 2.2vw, 26px);
}
#container .wrapper .lp_box05 .lp_box05_box .tit .en {
  font-size: clamp(26px, 2.6vw, 34px);
}
#container .wrapper .lp_box05 .lp_box05_box .tit .small {
  font-size: clamp(16px, 1.6vw, 20px);
}
#container .wrapper .lp_box05 .lp_box05_box .item {
  margin: 0 auto;
}
#container .wrapper .lp_box05 .lp_box05_box dl dt {
  text-align: center;
  background: #5f4624;
  padding: 8px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(16px, 1.6vw, 22px);
  margin-bottom: 8px;
}
#container .wrapper .lp_box05 .lp_box05_box dl dd {
  font-size: clamp(14px, 1.6vw, 20px);
  line-height: 1.5;
  margin-bottom: 10px;
}
#container .wrapper .lp_box05 .lp_box05_box .info_btn {
  margin-bottom: 35px;
  background: #727272;
  padding: 8px 0;
  line-height: 1;
  padding-left: 20px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(12px, 1.6vw, 20px);
  position: relative;
  transition: all 0.3s;
  position: relative;
}
#container .wrapper .lp_box05 .lp_box05_box .info_btn::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/btn_icon04.svg) no-repeat;
  background-size: cover;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#container .wrapper .lp_box05 .lp_box05_box .info_btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
#container .wrapper .lp_box05 .lp_box05_box .time {
  margin-bottom: 20px;
}
#container .wrapper .lp_box05 .lp_box05_box .price {
  width: 90%;
  margin: 0 auto 20px;
  position: relative;
}
#container .wrapper .lp_box05 .lp_box05_box .price::after {
  position: absolute;
  content: "";
  width: 118px;
  height: 108px;
  background: url(../images/lp_txt_icon02.png) no-repeat;
  background-size: contain;
  right: -100px;
  top: -32px;
  z-index: 10;
}
#container .wrapper .lp_box05 .lp_box05_box .price .price_txt {
  font-size: clamp(0.8px, 2.8vw, 20px);
}
#container .wrapper .lp_box05 .lp_box05_box .info {
  position: relative;
  width: 92%;
  margin: 0 auto 10px;
  padding-left: 20px;
  font-size: clamp(12px, 1.6vw, 18px);
  letter-spacing: 0;
}
#container .wrapper .lp_box05 .lp_box05_box .info::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #f07882;
  border-radius: 50%;
  left: 0;
  top: 6px;
}
#container .wrapper .lp_box05 .lp_box05_box .info:last-of-type {
  margin-bottom: 20px;
}
#container .wrapper .lp_box05 .lp_box05_box .cart_btn {
  width: 100%;
  margin: 0 auto;
}
#container .wrapper .lp_box05 .lp_box05_box .bottom_list {
  transform: translateX(-20px);
}
#container .wrapper .lp_box05 .lp_box05_box .bottom_list li {
  letter-spacing: 0.02em;
}
#container .wrapper .lp_box05 .lp_box05_box .lineup-btnSet select {
  cursor: pointer;
}
#container .wrapper .lp_box05 .lp_box05_box .product-add .cart_btn {
  cursor: pointer;
}
#container .wrapper {
  /* 6カラム */
}
#container .wrapper .pink {
  color: #f07882;
}
#container .wrapper .lp_box06 {
  margin-top: -50px;
  z-index: 2;
  position: relative;
  margin-bottom: 60px;
}
#container .wrapper .lp_box06 .lp_box06_txt {
  text-align: center;
  padding: 0 7%;
  margin-top: -6%;
}
#container .wrapper .lp_box06 .lp_box06_txt .txt_inner {
  padding-bottom: 60px;
  border-bottom: 2px dashed #ccc;
}
#container .wrapper .lp_box06 .lp_box06_txt .txt_inner p {
  font-family: "Noto Serif JP", serif;
  line-height: 2.2;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: clamp(16px, 1.8vw, 22px);
}
#container .wrapper .lp_box06 .lp_box06_txt .txt_inner p span {
  font-size: clamp(20px, 2.4vw, 28px);
}
#container .wrapper {
  /* ７カラム */
}
#container .wrapper .lp_box07 {
  position: relative;
  padding: 120px 7% 60px;
  background: url(../images/lp_bg03.png) top center no-repeat;
  background-size: cover;
}
#container .wrapper .lp_box07::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  background: url(../images/white_bg01.png) bottom center no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: 1;
}
#container .wrapper .lp_box07 .lp_box07_content {
  margin-bottom: 30px;
}
#container .wrapper .lp_box07 .lp_box07_content:last-of-type {
  margin-bottom: 0;
}
#container .wrapper .lp_box07 .lp_box07_content dt {
  color: #5e3118;
  font-size: clamp(18px, 1.8vw, 25px);
  margin-bottom: 3px;
}
#container .wrapper .lp_box07 .lp_box07_content dd {
  color: #5e3118;
  font-size: clamp(14px, 1.5vw, 19px);
}
#container .wrapper .modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
#container .wrapper .modal .product_info_tit {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: clamp(20px, 3.4vw, 32px);
  padding-bottom: 25px;
  margin-bottom: 25px;
  color: #5e3118;
  border-bottom: 5px solid #5e3118;
}
#container .wrapper .modal .product_info_content {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #5e3118;
}
#container .wrapper .modal .product_info_content.b_top {
  border-top: 1px solid #5e3118;
  padding-top: 30px;
  margin-top: 30px;
}
#container .wrapper .modal .product_info_content .product_info_content_tit {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: clamp(15px, 3.2vw, 28px);
  margin-bottom: 20px;
  color: #5e3118;
}
#container .wrapper .modal .product_info_content dl {
  margin-bottom: 20px;
}
#container .wrapper .modal .product_info_content dl dt {
  font-size: clamp(8px, 2.8vw, 24px);
  color: #5e3118;
  line-height: 1.2;
  margin-bottom: 5px;
}
#container .wrapper .modal .product_info_content dl dd {
  font-size: clamp(10px, 2.6vw, 20px);
}
#container .wrapper .modal .product_info_content dl dd .bt_txt {
  display: inline-block;
  padding-top: 10px;
  border-top: 1px solid #5e3118;
  margin-top: 10px;
  width: 100%;
}
#container .wrapper .modal .product_info_content dl dd .small {
  display: inline-block;
  padding-top: 10px;
  font-size: clamp(10px, 2.4vw, 18px);
}
#container .wrapper .modal .product_info_content .bottom_txt {
  font-size: clamp(10px, 2.4vw, 18px);
}
#container .wrapper .modal .product_time_info .product_time_info_tit {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: clamp(14px, 3.2vw, 28px);
  margin-bottom: 20px;
  color: #5e3118;
}
#container .wrapper .modal .product_time_info dl dt {
  font-size: clamp(12px, 2.8vw, 22px);
  line-height: 1.2;
  margin-bottom: 20px;
}
#container .wrapper .modal .product_time_info dl dd {
  font-size: clamp(10px, 2.4vw, 18px);
}
#container .wrapper .modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
#container .wrapper .modal_inner_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 850px;
  background: #fff;
  border: 2px solid #000;
  padding: 2px 0;
}
#container .wrapper .modal_inner {
  width: 100%;
  max-height: 80vh;
  margin: 0 auto;
  padding: 30px;
  overflow-y: auto;
}
#container .wrapper .modal_close {
  position: absolute;
  top: -80px;
  right: 0;
  font-size: 56px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

/* ====================
	 PC
==================== */
/* ====================
	 SP
==================== */
@media screen and (max-width: 767px) {
  #container {
    box-shadow: none;
  }
  #container .wrapper .modal .product_info_tit {
    font-size: clamp(14px, 3.6vw, 32px);
    padding-bottom: 1.2em;
    margin-bottom: 1.2em;
    border-bottom: 3px solid #5e3118;
  }
  #container .wrapper .modal_inner_box {
    width: calc(100% - 40px);
  }
  #container .wrapper .modal_inner {
    padding: 20px;
    max-height: 70vh;
  }
  #container .wrapper .modal_close {
    position: absolute;
    top: -60px;
    font-size: 60px;
    font-size: 40px;
  }
  #container .wrapper {
    /* 1カラム */
    /* 3カラム */
  }
  #container .wrapper .pink_bg {
    padding: 90px 7%;
  }
  #container .wrapper .pink_bg::after {
    height: 50px;
  }
  #container .wrapper .pink_bg::before {
    height: 50px;
  }
  #container .wrapper .lp_box03 .lp_box03_inner .lp_box03_tit {
    margin-bottom: 20px;
    font-size: clamp(18px, 4.4vw, 22px);
  }
  #container .wrapper .lp_box03 .lp_box03_inner .aside_tit {
    grid-template-columns: 25% 65%;
  }
  #container .wrapper .lp_box03 .lp_box03_inner .aside_tit .lp_box03_txt {
    font-size: clamp(22px, 6.4vw, 32px);
  }
  #container .wrapper .lp_box03 .lp_box03_inner .lp_box03_pic {
    width: 90%;
  }
  #container .wrapper .lp_box03 .lp_box03_inner .lp_box03_content {
    padding: 10px 20px 30px;
    margin-bottom: 20px;
  }
  #container .wrapper .lp_box03 .lp_box03_inner .lp_box03_content .tit {
    width: 126%;
    transform: translateX(-15%);
    margin-bottom: 10px;
  }
  #container .wrapper .lp_box03 .lp_box03_inner .lp_box03_content .price {
    margin-bottom: 5px;
  }
  #container .wrapper {
    /* btn */
  }
  #container .wrapper .btn a {
    width: 210px;
    line-height: 45px;
    padding: 0 0 0 20px;
    font-size: 14px;
  }
  #container .wrapper .btn a::after {
    width: 20px;
    height: 20px;
    right: 10px;
  }
  #container .wrapper {
    /* 4カラム */
  }
  #container .wrapper .lp_box04 {
    padding-top: 60px;
    margin-top: -60px;
  }
  #container .wrapper .lp_box04 .lp_box04_icon01 {
    top: -10px;
  }
  #container .wrapper .lp_box04 .lp_box04_icon02 {
    top: 60px;
  }
  #container .wrapper .lp_box04 .lp_box04_tit {
    font-size: clamp(22px, 2.8vw, 36px);
    margin-bottom: 30px;
  }
  #container .wrapper .lp_box04 .lp_box04_content {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  #container .wrapper .lp_box04 .lp_box04_content::after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  #container .wrapper .lp_box04 .lp_box04_content .tit {
    margin-bottom: 20px;
    font-size: clamp(18px, 4vw, 22px);
  }
  #container .wrapper .lp_box04 .lp_box04_content figure {
    width: 80%;
    margin: 0 auto 20px;
  }
  #container .wrapper .lp_box04 .lp_box04_content .txt {
    font-size: 14px;
  }
  #container .wrapper {
    /* 5カラム */
  }
  #container .wrapper .lp_box05.pink_bg {
    background: url(../images/lp_bg04.jpg) top center no-repeat;
    background-size: cover;
    padding: 80px 7%;
  }
  #container .wrapper .lp_box05 .lp_box05_box {
    padding: 10px 30px 20px;
    margin-bottom: 20px;
  }
  #container .wrapper .lp_box05 .lp_box05_box::after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  #container .wrapper .lp_box05 .lp_box05_box .aside_tit {
    width: 136%;
    transform: translateX(-18%);
    margin-bottom: 0;
  }
  #container .wrapper .lp_box05 .lp_box05_box .tit {
    margin-bottom: 10px;
    font-size: clamp(16px, 4.4vw, 22px);
  }
  #container .wrapper .lp_box05 .lp_box05_box .tit .en {
    font-size: clamp(22px, 6vw, 30px);
  }
  #container .wrapper .lp_box05 .lp_box05_box .tit .small {
    font-size: clamp(12px, 3.2vw, 16px);
  }
  #container .wrapper .lp_box05 .lp_box05_box dl dt {
    padding: 4px;
    font-size: clamp(14px, 3.2vw, 16px);
    margin-bottom: 5px;
  }
  #container .wrapper .lp_box05 .lp_box05_box .info_btn {
    margin-bottom: 25px;
    padding-left: 5px;
    font-size: clamp(10px, 3vw, 16px);
  }
  #container .wrapper .lp_box05 .lp_box05_box .info_btn::after {
    width: 12px;
    height: 12px;
  }
  #container .wrapper .lp_box05 .lp_box05_box .info_btn:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  #container .wrapper .lp_box05 .lp_box05_box .time {
    margin-bottom: 10px;
  }
  #container .wrapper .lp_box05 .lp_box05_box .price {
    margin: 0 auto 10px;
  }
  #container .wrapper .lp_box05 .lp_box05_box .price::after {
    width: 70px;
    height: 60px;
    right: -65px;
    top: -20px;
    z-index: 10;
  }
  #container .wrapper .lp_box05 .lp_box05_box .info {
    padding-left: 10px;
    font-size: 12px;
    width: 100%;
  }
  #container .wrapper .lp_box05 .lp_box05_box .info::after {
    width: 10px;
    height: 10px;
    top: 6px;
  }
  #container .wrapper .lp_box05 .lp_box05_box .cart_btn {
    width: 100%;
    margin: 0 auto;
  }
  #container .wrapper .lp_box05 .lp_box05_box .bottom_list {
    transform: translateX(-20px);
    width: 120%;
  }
  #container .wrapper .lp_box05 .lp_box05_box .bottom_list li {
    font-size: clamp(10px, 2vw, 14px);
    letter-spacing: 0;
  }
  #container .wrapper {
    /* 6カラム */
  }
  #container .wrapper .lp_box06 {
    margin-bottom: 30px;
  }
  #container .wrapper .lp_box06 .lp_box06_txt .txt_inner {
    padding-bottom: 30px;
  }
  #container .wrapper .lp_box06 .lp_box06_txt .txt_inner p {
    font-size: clamp(14px, 3.6vw, 20px);
  }
  #container .wrapper .lp_box06 .lp_box06_txt .txt_inner p span {
    font-size: clamp(16px, 4vw, 24px);
  }
  #container .wrapper {
    /* ７カラム */
  }
  #container .wrapper .lp_box07 {
    padding: 80px 7% 40px;
  }
  #container .wrapper .lp_box07::after {
    height: 50px;
  }
  #container .wrapper .lp_box07 .lp_box07_content {
    margin-bottom: 20px;
  }
  #container .wrapper .lp_box07 .lp_box07_content dt {
    font-size: clamp(16px, 3.6vw, 20px);
  }
  #container .wrapper .lp_box07 .lp_box07_content dd {
    font-size: clamp(12px, 2.6vw, 15px);
  }
}/*# sourceMappingURL=style.css.map */