﻿/*------------------------------*/
/* product */
/*------------------------------*/
.pro_body {
  padding: min(15vw,60px) 0 0;
  background-color: #faf7f3;
  overflow: hidden;
}
@media screen and (min-width: 768px){
  .pro_body {
    padding: 0;
  }
}

.pro_fv {
  width: 100%;
  height: auto;
  position: relative;
}
.pro_fv_thumbs {
  width: 100%;
  position: absolute;
  bottom: 7px;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
.pro_fv_thumbs .swiper {
  width: 100%;
}
.pro_fv_thumbs .swiper-wrapper {
  justify-content: center;
}
.pro_fv_thumbs .swiper-slide {
  width: min(12vw, 48px);
  height: min(12vw, 48px);
  border-radius: 10px;
  cursor: pointer;
}
.pro_fv_thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.pro_fv_thumbs .swiper-slide-thumb-active {
  border: 1px solid var(--c-white);
}
/* 画像のドラッグ選択を防止 */
.swiper img { 
  user-select: none;
  -webkit-user-drag: none;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.pro_content {
  padding: min(8.75vw, 35px) min(7.5vw, 30px) min(21vw, 84px);
}
.pro_content_catch {
  width: fit-content;
  padding: 0 min(8.25vw, 33px);
  margin: 0 auto min(4.25vw, 17px);
  position: relative;
}
.pro_content_catch::before,
.pro_content_catch::after {
  content: "";
  position: absolute;
  background-color: var(--c-font);
  width: 2px;
  height: 100%;
  bottom: 0;
  left: min(2.5vw, 10px);
  rotate: -30deg;
}
.pro_content_catch::after {
  left: auto;
  right: min(2.5vw, 10px);
  rotate: 30deg;
}
.pro_content_catch h1 {
  font-weight: 700;
  font-size: min(6.25vw, 25px);
  line-height: 1.5;
  letter-spacing: 0.068em;
  color: var(--c-font);
}
.pro_content_otoku {
  max-width: 340px;
  margin: 0 auto min(8.5vw, 34px);
}
.pro_content_links {
  max-width: 340px;
  margin: 0 auto min(6vw, 24px);
}
.pro_content_links_row {
  width: 100%;
  display: flex;
  gap: min(3vw, 12px);
  margin: 0 0 min(4.25vw, 17px);
}
.pro_content_links_column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: min(4.25vw, 17px);
}

.pro_content_links_cell {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
}
.pro_content_links_cell_head {
  width: 100%;
  height: min(18.25vw, 73px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EB5E40;
  border-radius: 18px 18px 0px 0px;
}
.pro_content_links_cell_head p {
  font-weight: 700;
  font-size: min(3.75vw, 15px);
  line-height: 1.44;
  letter-spacing: 0.06em;
  color: var(--c-white);
}
.pro_content_links_cell_head p strong {
  font-size: min(9vw, 36px);
  line-height: 1;
}
.pro_content_links_cell_head p span {
  font-size: min(5vw, 20px);
  line-height: 1;
}
.pro_content_links_cell_inner {
  padding: min(6vw, 24px) min(2vw, 8px) min(5.25vw, 21px) min(2.5vw, 10px);
  background-color: var(--c-white);
  border-radius: 0 0 18px 18px;
  border-right: 2px solid #eb5f4066;
  border-bottom: 2px solid #eb5f4066;
  border-left: 2px solid #eb5f4066;
}
.pro_content_links_cell_img {
  width: calc(100% - 7px);
  height: min(41.75vw, 167px);
  margin: 0 0 min(2vw, 8px) auto;
}
.pro_content_links_cell_img img {
  object-fit: contain;
}
.pro_content_links_cell_btn {
  width: 100%;
  height: min(11vw, 44px);
  display: flex;
  align-items: center;
  padding: 2px min(2vw, 8px) 0;
  border-radius: 10px;
  position: relative;
  background-color: var(--c-primary);
  transition: all 0.5s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.pro_content_links_cell_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: min(2.5vw, 10px);
  translate: 0 -50%;
  width: min(2vw, 8px);
  height: min(2vw, 8px);
  border-top: 1px solid var(--c-white);
  border-right: 1px solid var(--c-white);
  rotate: 45deg;
}
.pro_content_links_cell_btn p {
  font-size: min(3.5vw, 14px);
  line-height: 1.22;
  letter-spacing: 0.04em;
  color: var(--c-white);
}
@media screen and (min-width: 768px){
  .pro_content_links_cell_btn:hover {
    opacity: 0.5;
  }
}

.pro_content_links_cell-muryo {
  position: relative;
}
.pro_content_links_cell-muryo::after {
  content: "";
  position: absolute;
  background: url(https://saji-megumi.jp/Theme/Common/assets/img/sj-product/pro_muryo_band.svg) center center no-repeat;
  background-size: 100%;
  width: min(20.75vw, 83px);
  height: min(20.75vw, 83px);
  top: -3px;
  right: -3px;
}

.pro_content_links_cell-small {
  flex-direction: row;
  height: min(20.25vw, 81px);
}
.pro_content_links_cell-small .pro_content_links_cell_head {
  height: 100%;
  flex: 0 1 min(24.5vw, 98px);
  border-radius: 18px 0 0 18px;
}
.pro_content_links_cell-small .pro_content_links_cell_head p {
  font-weight: 700;
  font-size: min(3.75vw, 15px);
  line-height: 1.39;
  letter-spacing: 0.09em;
  text-align: center;
}
.pro_content_links_cell-small .pro_content_links_cell_head p span {
  font-weight: 500;
  font-size: min(5vw, 20px);
  line-height: 1.5;
}
.pro_content_links_cell-small .pro_content_links_cell_inner {
  flex: 1 1 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2px;
  padding: min(3vw, 12px);
  border-radius: 0 18px 18px 0;
  border-top: 2px solid #eb5f4066;
  border-right: 2px solid #eb5f4066;
  border-bottom: 2px solid #eb5f4066;
  border-left: none;
}
.pro_content_links_cell-small .pro_content_links_cell_img {
  flex: 0 1 min(30.5vw, 122px);
  height: auto;
  margin: 0;
  margin: 0 0 -4px;
}
.pro_content_links_cell-small .pro_content_links_cell_btn {
  flex: 0 1 min(22.5vw, 90px);
  height: 100%;
}
.pro_content_links_cell-small .pro_content_links_cell_btn p {
  text-align: center;
}

.pro_content_notes {
  margin: 0 0 min(11.25vw, 45px);
}
.pro_content_notes small {
  display: block;
  font-weight: 400;
  font-size: min(3.25vw, 13px);
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 0.02em;
  color: var(--c-txt);
}

.pro_content_detail {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: min(4.5vw, 18px);
}
.pro_content_detail .js-details {
  width: 100%;
  height: auto;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  border-bottom: 1px solid var(--c-black);
}
.pro_content_detail .js-details summary.js-summary {
  display: block;
}
.pro_content_detail .js-details .summary_inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(9vw, 36px);
  padding: 0 min(2.75vw, 11px) min(4.5vw, 18px) 0;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}

.pro_content_detail .js-details .mark,
.pro_content_detail .js-details .arrow {
  width: min(2vw, 8px);
  height: min(2vw, 8px);
  flex: 0 1 min(2vw, 8px);
  display: block;
  position: relative;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.pro_content_detail .js-details .mark::before,
.pro_content_detail .js-details .mark::after {
  content: "";
  position: absolute;
  width: min(2vw, 8px);
  height: 1px;
  background-color: var(--c-black);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.pro_content_detail .js-details .mark::after {
  rotate: 90deg;
}
.pro_content_detail .js-details .arrow::after {
  content: "";
  display: block;
  width: min(1.5vw, 6px);
  height: min(1.5vw, 6px);
  border-top: 1px solid var(--c-black);
  border-right: 1px solid var(--c-black);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: 45deg;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.pro_content_detail .js-details summary {
  list-style: none;
}
.pro_content_detail .js-details summary::-webkit-details-marker {
  display: none;
}
.pro_content_detail .js-details .content_inner {
  padding: 0 0 min(4.5vw, 18px);
}
/* opened state */
.pro_content_detail .js-details.is-opened .summary_inner {
  padding: 0 min(2.75vw, 11px) min(3vw, 12px) 0;
}
.pro_content_detail .js-details.is-opened .mark::after {
  rotate: 180deg !important;
}
.pro_content_detail .js-details.is-opened .arrow::after {
  rotate: 135deg !important;
}
.pro_content_detail .js-details:last-of-type {
  border-bottom: 0;
}

.pro_content_que {
  flex: 1 1 0;
}
.pro_content_que p {
  font-weight: 500;
  font-size: min(3.25vw, 13px);
  line-height: 1.5;
  letter-spacing: -0.022em;
}
.pro_content_ans p {
  font-size: min(3.25vw, 13px);
  line-height: 1.5;
  letter-spacing: -0.022em;
  display: block;
  margin: 5px 0 min(5vw, 20px);
}
.pro_content_ans_head {
  width: 100%;
  height: min(7vw, 28px);
  display: flex;
  align-items: center;
  padding: 0 min(3.5vw, 14px);
  background-color: #dddddd;
  margin: 0 0 5px;
}
.pro_content_ans_head p {
  margin: 0;
}
.pro_content_ans ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pro_content_ans ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 min(3vw, 12px) 4px min(2vw, 8px);
  border-bottom: 1px dotted #9B9B9B;
}
.pro_content_ans ul li.none {
  border-bottom: none;
}
.pro_content_ans ul li:last-of-type {
  border-bottom: none;
}
.pro_content_ans ul li p {
  margin: 0;
}
.pro_content_ans small {
  font-weight: 350;
  font-size: min(3.25vw, 13px);
  line-height: 1.5;
  letter-spacing: -0.022em;
  text-align: justify;
  display: block;
}
  
.pro_content_sbsc {
  padding: min(30.75vw, 123px) 0 0;
  position: relative;
}
.pro_content_sbsc_head {
  padding: 0 7px 0 min(6.5vw, 26px);
  margin: 0 0 min(5.5vw, 22px);
}
.pro_content_sbsc_head p {
  font-weight: 400;
  font-size: min(3.25vw, 13px);
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.pro_content_sbsc_catch {
  font-weight: 300;
  font-size: min(7vw, 28px);
  line-height: 1.69;
  text-align: center;
  letter-spacing: 0.14em;
  color: var(--c-font);
}
.pro_content_sbsc_grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: min(1.75vw, 7px) min(2vw, 8px);
  position: relative;
  z-index: 1;
}
.pro_content_sbsc_cell {
  width: 100%;
  height: min(39vw, 156px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(131.79deg, #F2634D 4.36%, #EEA836 95.82%);
  border-radius: 18px;
}
.pro_content_sbsc_inner {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pro_content_sbsc_mark-01,
.pro_content_sbsc_mark-03,
.pro_content_sbsc_mark-05,
.pro_content_sbsc_mark-06 {
  margin: 0 0 min(2.5vw, 10px);
}
.pro_content_sbsc_mark-02 {
  margin: 0 0 min(3.25vw, 13px);
}
.pro_content_sbsc_mark-04 {
  margin: 0 0 5px;
}
.pro_content_sbsc_mark-01,
.pro_content_sbsc_mark-02,
.pro_content_sbsc_mark-03 {
  width: min(12.25vw, 49px);
  height: min(12.25vw, 49px);
}
.pro_content_sbsc_txt p {
  font-weight: 700;
  font-size: min(4vw, 16px);
  line-height: 1.32;
  text-align: center;
  letter-spacing: -0.022em;
  color: var(--c-white);
}
.pro_content_sbsc_txt a {
  font-weight: 400;
  font-size: min(2.5vw, 10px);
  line-height: 1.47;
  letter-spacing: -0.022em;
  display: inline-block;
  position: relative;
}
.pro_content_sbsc_txt a::after {
  content: "";
  display: block;
  width: min(1.5vw, 6px);
  height: min(1.5vw, 6px);
  border-top: 1px solid var(--c-white);
  border-right: 1px solid var(--c-white);
  position: absolute;
  top: 50%;
  right: -8px;
  translate: 0 -50%;
  rotate: 45deg;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.pro_content_sbsc_txt small {
  font-weight: 400;
  font-size: 7px;
  line-height: 1.47;
  letter-spacing: -0.022em;
  display: block;
  margin: 6px 0 0;
}
.pro_content_sbsc::before {
  content: "";
  position: absolute;
  background: url(https://saji-megumi.jp/Theme/Common/assets/img/sj-product/pro_gentei_band.svg) center center no-repeat;
  width: min(66.75vw, 267px);
  height: min(16.75vw, 67px);
  top: min(14.25vw, 57px);
  left: -76px;
}

.pro_content_sbsc_illust-01 {
  width: min(18vw, 72px);
  height: min(18vw, 72px);
  position: absolute;
  top: min(48vw, 192px);
  right: -40px;
  rotate: -60deg;
}
.pro_content_sbsc_illust-02 {
  width: min(18.75vw, 75px);
  height: min(17.75vw, 71px);
  position: absolute;
  top: min(127.5vw, 510px);
  left: -58px;
  rotate: -152deg;
}
.pro_content_sbsc_illust-03 {
  width: min(17vw, 68px);
  height: min(17vw, 68px);
  position: absolute;
  top: min(172.5vw, 690px);
  right: -45px;
  rotate: 45deg;
}

.pro_kodawari {
  width: 100%;
  display: block;
  padding: min(20.75vw, 83px) min(7.5vw, 30px) min(6.25vw, 25px);
  background-color: #FFF3DD;
  overflow: hidden;
}
.pro_kodawari_ttl {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto min(7.75vw, 31px);
}
.pro_kodawari_ttl_en {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: min(4.75vw, 19px);
  line-height: 1.5;
  letter-spacing: 0.11em;
}
.pro_kodawari_ttl_jp {
  font-size: min(8.25vw, 33px);
  line-height: 1.5;
  letter-spacing: 0.11em;
  text-align: center;
}
.pro_kodawari_ttl_jp span {
  color: var(--c-font);
}
.pro_kodawari_visual {
  margin: 0 0 min(7.5vw, 30px);
}
.pro_kodawari_visual p {
  font-size: min(3.25vw, 13px);
  line-height: 2.31;
  text-align: justify;
  letter-spacing: -0.022em;
}
.pro_kodawari_visual_thumb {
  position: relative;
  margin: 0 0 min(7.75vw, 31px);
}
.pro_kodawari_visual_catch {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: absolute;
  bottom: -25px;
  left: 0;
}
@media screen and (min-width: 768px){
  .pro_kodawari_visual_catch {
    bottom: -25px;
  }
}
.pro_kodawari_visual_catch p {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: var(--c-font);
  display: block;
  width: fit-content;
  padding: 4px 8px 5px;
  background-color: var(--c-white);
}
.pro_kodawari_visual_illust {
  width: min(23.25vw, 93px);
  height: min(23.25vw, 93px);
  position: absolute;
  top: 4px;
  right: 4px;
  rotate: 45deg;
}
.pro_kodawari_liner {
  width: 100%;
  height: min(15.25vw, 61px);
  position: relative;
}
.pro_kodawari_liner::after {
  content: "";
  position: absolute;
  background-color: var(--c-txt);
  width: 1px;
  height: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.pro_kodawari_point {
  margin: min(5.5vw, 22px) 0 0;
  position: relative;
}
.pro_kodawari_point_catch {
  font-weight: 500;
  font-size: min(5.5vw, 22px);
  line-height: 1;
  text-align: center;
  letter-spacing: 0.17em;
  display: block;
  margin: 0 auto min(2.75vw, 11px);
}
.pro_kodawari_point_catch span {
  font-size: min(10.25vw, 41px);
}
.pro_kodawari_point_column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: min(6.5vw, 26px);
}
.pro_kodawari_point_item {
  padding: min(7.5vw, 30px) min(7.5vw, 30px) min(7vw, 28px);
  background-color: var(--c-white);
  border-radius: 30px;
}
.pro_kodawari_point_item_catch {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: min(5vw, 20px);
  line-height: 1.69;
  letter-spacing: -0.01em;
  text-align: center;
  width: fit-content;
  text-decoration-style: dotted;
  margin: 0 auto min(5vw, 20px);
  position: relative;
}
.pro_kodawari_point_item_catch span {
  font-size: min(10vw, 40px);
  line-height: 1.15;
}
.pro_kodawari_point_item_catch::after {
  content: "";
  position: absolute;
  background: url(https://saji-megumi.jp/Theme/Common/assets/img/sj-product/pro-dotted.svg) center center no-repeat;
  width: min(25.25vw, 101px);
  height: 2px;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.pro_kodawari_point_item_img {
  width: 100%;
  height: 54.5vw;
  border-radius: 30px;
  margin: 0 0 min(5.5vw, 22px);
}
@media screen and (min-width: 768px){
  .pro_kodawari_point_item_img {
    height: min(54.5vw, 218px);
  }
}
.pro_kodawari_point_item_img img {
  border-radius: 30px;
}
.pro_kodawari_point_item_ttl {
  font-size: min(5vw, 20px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  display: block;
  margin: 0 0 min(2vw, 8px);
}
.pro_kodawari_point_item_txt p {
  font-weight: 400;
  font-size: min(3.25vw, 13px);
  line-height: 2;
  text-align: justify;
}
.pro_kodawari_point_item_txt a {
  text-decoration: underline;
}
.pro_kodawari_point_item_txt small {
  font-weight: 300;
  font-size: min(2.5vw, 10px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: justify;
  display: block;
  position: relative;
  padding: 0 0 0 min(3vw, 12px);
}
.pro_kodawari_point_item_txt small::before {
  content: "※";
  position: absolute;
  font-weight: 300;
  font-size: min(2.5vw, 10px);
  top: 0;
  left: 0;
}

.pro_kodawari_point_item-last {
  padding: min(7.5vw, 30px) min(2.5vw, 10px) min(7vw, 28px);
}
.pro_kodawari_point_item-last .pro_kodawari_point_item_img {
  width: calc(100% - 40px);
  margin: 0 auto min(5.5vw, 22px);
}
.pro_kodawari_point_item-last .pro_kodawari_point_item_ttl {
  width: calc(100% - 40px);
  margin: 0 auto min(2vw, 8px);
}
.pro_kodawari_point_item-last .pro_kodawari_point_item_txt {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.pro_kodawari_point_comment {
  width: 100%;
  padding: min(6.25vw, 25px) min(3.5vw, 14px) min(6.25vw, 25px) min(2.5vw, 10px);
  background-color: #F8F9FF;
  margin: min(5.5vw, 22px) 0 0;
}
.pro_kodawari_point_comment_head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 min(5vw, 20px);
}
.pro_kodawari_point_comment_img {
  width: min(28.75vw, 115px);
  height: min(28.75vw, 115px);
  flex: 0 1 min(28.75vw, 115px);
}
.pro_kodawari_point_comment_name {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 0;
}
.pro_kodawari_point_comment_name p {
  font-weight: 400;
  font-size: min(3.25vw, 13px);
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.pro_kodawari_point_comment_name span {
  font-weight: 500;
  font-size: min(6vw, 24px);
  line-height: 1;
  margin: 0 4px 0 0;
}
.pro_kodawari_point_comment_txt p {
  font-size: min(3.25vw, 13px);
  line-height: 2.44;
  text-align: justify;
  letter-spacing: -0.022em;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 10px;
}
.saji01 {
  width: min(51.5vw, 206px);
  height: min(36vw, 144px);
  position: absolute;
  top: min(155vw, 620px);
  right: -30px;
  rotate: -2deg;
  pointer-events: none;
}

.pro_ing,
.pro_ing_visual {
  width: 100%;
  display: block;
  position: relative;
}
.pro_ing {
  overflow: hidden;
}
.pro_ing_head {
  width: 100%;
  text-align: center;
  position: absolute;
  top: min(22vw, 88px);
  left: 50%;
  translate: -50% 0;
}
.pro_ing_ttl {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 4px;
}
.pro_ing_ttl_en {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: min(4.75vw, 19px);
  line-height: 1.5;
  letter-spacing: 0.11em;
  text-align: center;
  color: var(--c-white);
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
.pro_ing_ttl_jp {
  font-size: min(8.25vw, 33px);
  line-height: 1.5;
  letter-spacing: 0.11em;
  text-align: center;
  color: var(--c-white);
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
}
.pro_ing_ttl_jp span {
  color: var(--c-font);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.pro_ing_head p {
  font-size: min(3.25vw, 13px);
  line-height: 1.87;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--c-white);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.pro_ing_content {
  position: relative;
  margin: -62.5vw 0 0;
  background: #EEA836;
  background: linear-gradient(0deg,rgba(238, 168, 54, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 768px){
  .pro_ing_content {
    margin: -250px 0 0;
  }
}
.pro_ing_content::before,
.pro_ing_content::after {
  content: "";
  position: absolute;
  background-color: var(--c-white);
  width: min(217vw, 868px);
  height: min(217vw, 868px);
  border-radius: 9999px;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.pro_ing_content::after {
  top: auto;
  bottom: 0;
}
.pro_ing_inner {
  padding: min(20vw, 80px) min(7.5vw, 30px) min(27vw, 108px);
  position: relative;
  z-index: 1;
}
.pro_ing_item-saji {
  margin: 0 0 min(30vw, 120px);
}
.pro_ing_item_head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto min(4.25vw, 17px);
}
.pro_ing_item_catch {
  width: min(32.25vw, 129px);
  height: min(11.5vw, 46px);
  display: block;
  margin: 0 auto min(4vw, 16px);
}
.pro_ing_item_head span {
  font-size: min(4vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  display: block;
  margin: 0 auto min(3vw, 12px);
}
.pro_ing_item_ttl {
  font-weight: 400;
  font-size: min(7vw, 28px);
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.14em;
}
.pro_ing_item_txt {
  margin: 0 0 min(8vw, 32px);
}
.pro_ing_item_txt p {
  font-size: min(3.25vw, 13px);
  line-height: 2.04;
  text-align: justify;
  letter-spacing: 0.03em;
}
.pro_ing_item_txt a {
  text-decoration: underline !important;
}
.pro_ing_item_list {
  max-width: 480px;
  margin: 0 auto;
}
.pro_ing_item_pdf {
  font-size: min(2.5vw, 10px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  display: block;
  width: fit-content;
  position: relative;
  padding: 0 0 0 min(3vw, 12px);
  margin: -4px 0 0 auto;
}
.pro_ing_item_pdf::before {
  content: "※";
  position: absolute;
  font-weight: 300;
  font-size: min(2.5vw, 10px);
  top: 0;
  left: 0;
}
.pro_ing_item_pdf a {
  text-decoration: underline !important;
}

.pro_ing_item-honey .pro_ing_item_catch {
  width: min(44.25vw, 177px);
  height: min(13.65vw, 54.6px);
}
.pro_ing_item_gallery {
  max-width: 540px;
  margin: 0 auto;
}
.pro_ing_item_img {
  width: min(56.5vw, 226px);
  height: min(69vw, 276px);
  border-radius: 18px;
  margin: 0 auto min(7.5vw, 30px) 0;
  position: relative;
}
.pro_ing_item_img img {
  border-radius: 18px;
}
.pro_ing_item_img-last {
  width: min(55.25vw, 221px);
  height: min(54.75vw, 219px);
  margin: 0 0 0 auto;
}
.honey01 {
  width: min(30.75vw, 123px);
  height: min(40.25vw, 161px);
  position: absolute;
  bottom: min(10vw, 40px);
  left: 0px;
  translate: 0 100%;
  z-index: -1;
}
.honey02 {
  width: min(50.75vw, 203px);
  height: min(76.25vw, 305PX);
  position: absolute;
  bottom: min(80vw, 320px);
  right: -16px;
}

.pro_howto {
  width: 100%;
  display: block;
  background-color: #EEA836;
  padding: min(21.75vw, 87px) min(6vw, 24px) min(28.25vw, 113px);
}
.pro_howto_ttl {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--c-white);
  margin: 0 auto min(5.5vw, 22px);
}
.pro_howto_ttl_en {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: min(4.75vw, 19px);
  line-height: 1.5;
  letter-spacing: 0.11em;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
.pro_howto_ttl_jp {
  font-size: min(7vw, 28px);
  line-height: 1.69;
  text-align: center;
  letter-spacing: 0.14em;
}
.pro_howto_column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: min(7vw, 28px);
}
.pro_howto_item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: min(5.75vw, 23px);
}
.pro_howto_mark {
  width: min(26vw, 104px);
  height: min(26vw, 104px);
  flex: 0 1 min(26vw, 104px);
  border-radius: 9999px;
}
.pro_howto_txtArea {
  flex: 1 1 0;
  color: var(--c-white);
}
.pro_howto_catch {
  font-weight: 400;
  font-size: min(5.5vw, 22px);
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.pro_howto_txtArea p {
  font-size: min(3.25vw, 13px);
  line-height: 1.61;
  letter-spacing: -0.022em;
  text-align: justify;
}