@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
/* 共通 */
#contents_wrap {
  font-family: "Zen Maru Gothic", serif;
  color: #000;
  margin-bottom: 100px;
}
#contents_wrap h1, #contents_wrap h2, #contents_wrap h3, #contents_wrap h4, #contents_wrap h5 {
  font-weight: inherit;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: unset;
}
#contents_wrap a {
  color: inherit;
}
#contents_wrap img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  #contents_wrap {
    margin-bottom: 80px;
  }
  #contents_wrap img {
    width: 100%;
    height: auto;
  }
}
/* PCSP表示切替 */
@media screen and (min-width: 769px) {
  #contents_wrap .sp_only_ {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #contents_wrap .pc_only_ {
    display: none;
  }
}
/* コンテンツ */
.contents_inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
/*mv*/
.catch_txt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
  margin: 25px auto 0;
}
@media screen and (max-width: 767px) {
  .catch_txt {
    font-size: calc(32 * (100vw / 750));
    line-height: 1.8125;
    margin: 29px 0 40px;
  }
}
/*navi*/
#contents_wrap .navi_area h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 25px auto 50px;
}
.navi_area ul {
  display: flex;
  justify-content: center;
  gap: 22px;
  max-width: 950px;
  margin: 0 auto;
}
.navi_area ul li {
  display: flex;
  justify-content: center;
  width: calc((100% - 44px)/3);
  height: 94px;
  background: #000;
  border-radius: 22px;
}
.navi_area ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 8px);
  height: 86px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  padding-bottom: 10px;
  background: #FFFCD1;
  border-radius: 19px;
  transition: all .3s;
  transform: translateY(2px);
}
.navi_area ul li a::before {
  position: absolute;
  bottom: 12px;
  left: calc(50% - 5px);
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: '';
}
.navi_area ul li a:hover {
  transform: translateY(6px);
}
@media screen and (max-width: 767px) {
  #contents_wrap .navi_area h2 {
    font-size: calc(48 * (100vw / 750));
    margin: calc(80 * (100vw / 750)) auto;
  }
  .navi_area ul {
    flex-wrap: wrap;
    gap: 10px 5px;
    width: 97%;
    margin: auto;
  }
  .navi_area ul li {
    width: calc((100% - 5px) / 2);
    height: 66px;
  }
  .navi_area ul li a {
    width: calc(100% - 6px);
    height: 62px;
    font-size: 18px;
    transform: translateY(1px);
  }
  .navi_area ul::after {
    content: '';
    width: 100%;
  }
  .navi_area ul li:first-child {
    width: 60%;
  }
  .navi_area ul li:nth-child(n+2) {
    order: 1;
  }
}
/*goods*/
.goods_area {
  margin: 54px auto 0;
}
#contents_wrap .goods_area h2 {
  position: relative;
  font-weight: 600;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 35px;
  padding: 12px 0;
  font-size: 24px;
  text-align: center;
  letter-spacing: 3px;
  background: #E884B3;
}
.goods_area_inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.goods_area .goods {
  padding: 0 40px;
}
.goods_area .goods+.goods {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #E884B3;
}
#contents_wrap .goods_ttl {
  margin: 0 0 30px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.goods_txt {
  font-size: 16px;
  text-align: center;
  line-height: 1.75;
  margin: 30px auto 40px;
}
.goods>.goods_img {
  margin: 0 -40px;
}
.goods_detail {
  display: flex;
}
.goods_detail.column {
  flex-direction: column;
}
.goods_detail.row2 > * {
  flex: 1;
}
.goods_detail.row3 {
  gap: 24px;
}
.goods_detail.row3 > * {
  flex: 1;
}
#contents_wrap .goods_detail.row3 .goods_detail_name h4 {
  margin-bottom: 18px;
}
#contents_wrap .goods_detail.row3 a.goods_detail_btn {
  margin: auto;
}
.goods>.goods_detail+.goods_detail {
  margin-top: 40px;
}
.goods_detail+.goods_txt {
  margin-top: 60px;
}
.goods_detail_txt {
  width: calc(100% - 350px - 35px);
  margin-left: 35px;
}
#contents_wrap .goods_detail_txt h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.goods_detail_point {
  font-size: 14px;
  line-height: 2;
}
.goods_detail_name {
  width: 100%;
  margin: 20px auto 0;
}
#contents_wrap .goods_detail_name h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 28px;
  padding-left: 10px;
  border-left: 5px solid #3E3A39;
}
#contents_wrap .goods_detail_name h4 span.h4_heading {
  display: block;
  margin-bottom: 6px;
  line-height: 1.25;
}
#contents_wrap .goods_detail_name h4 span.h4_color {
  font-size: 14px;
}
#contents_wrap .goods_detail_name h4 span.h4_price {
  display: inline-block;
  font-size: 22px;
  line-height: 1.8;
}
#contents_wrap .goods_detail_name h4 span.h4_tax {
  font-size: 12px;
}
#contents_wrap a.goods_detail_btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 270px;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  background: #F8CC00;
  border: 1px solid #000;
  border-radius: 30px;
}
#contents_wrap a.goods_detail_btn::before {
  content: "\025b6";
  position: absolute;
  top: calc(50% - 3px);
  left: 25px;
  transform: translateY(-50%);
  margin: auto;
  width: 12px;
  height: 12px;
  font-size: 12px;
  color: #000;
}
#contents_wrap a.goods_detail_btn:hover {
  opacity: 0.7;
}
#sec02 .goods:nth-child(2) .goods_detail.row2 .goods_img {
  flex: none;
  width: 288px;
  margin-right: 28px;
}
#sec02 .goods:nth-child(2) .goods_detail.row2 .goods_detail .goods_ttl {
  margin-bottom: 25px;
  text-align: left;
}
#sec02 .goods:nth-child(2) .goods_detail.row2 .goods_detail a+.goods_ttl {
  margin-top: 50px;
}
#sec02 .goods:nth-child(2) .goods_detail.row2 .goods_detail a {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  text-decoration: underline;
}
.bnr_link {
  display: block;
  margin: 128px auto 0;
}
@media screen and (max-width: 767px) {
  .goods_area {
    margin-top: 40px;
  }
  .goods_area .goods {
    margin: 0 calc(30 * (100vw / 750));
    padding: 0;
  }
  .goods_area .goods+.goods {
    margin-top: 30px;
    padding-top: 30px;
  }
  #contents_wrap .goods_area h2 {
    margin: 0 0 20px;
    padding: calc(25 * (100vw / 750)) 0;
    font-size: calc(36 * (100vw / 750));
  }
  #contents_wrap .goods_ttl {
    margin: 0 0 20px;
    font-size: calc(32 * (100vw / 750));
  }
  .goods_detail+.goods_txt {
    margin-top: calc(80 * (100vw / 750));
  }
  .goods_txt {
    font-size: calc(28 * (100vw / 750));
    line-height: 1.7;
    margin: calc(40 * (100vw / 750)) 0;
  }
  .goods>.goods_img {
    margin: 0 calc(-30 * (100vw / 750));
  }
  .goods>.goods_img+.goods_detail {
    margin-top: calc(60 * (100vw / 750));
  }
  .goods_detail {
    flex-direction: column;
    gap: 20px;
  }
  .goods_detail.row3 {
    gap: calc(60 * (100vw / 750));
  }
  .goods_detail_txt {
    width: 100%;
    margin: 0;
  }
  #contents_wrap .goods_detail_txt h3 {
    font-size: calc(32 * (100vw / 750));
    margin-bottom: calc(10 * (100vw / 750));
  }
  .goods_detail_point {
    font-size: calc(28 * (100vw / 750));
    line-height: 1.7;
  }
  .goods_detail_name {
    margin: 0;
  }
  #contents_wrap .goods_detail_name h4 {
    font-size: calc(32 * (100vw / 750));
    margin: calc(20 * (100vw / 750)) auto calc(40 * (100vw / 750));
    padding-left: calc(20 * (100vw / 750));
  }
  #contents_wrap .goods_detail_name h4 span.h4_color {
    font-size: calc(24 * (100vw / 750));
  }
  #contents_wrap .goods_detail_name h4 span.h4_price {
    font-size: calc(36 * (100vw / 750));
  }
  #contents_wrap .goods_detail_name h4 span.h4_tax {
    font-size: calc(20 * (100vw / 750));
  }
  #contents_wrap a.goods_detail_btn {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: calc(22 * (100vw / 750)) calc(20 * (100vw / 750));
    font-size: calc(36 * (100vw / 750));
  }
  #contents_wrap a.goods_detail_btn::before {
    top: calc(50% - 4px);
    left: calc(45 * (100vw / 750));
    width: calc(28 * (100vw / 750));
    height: calc(28 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
  }
  #sec02 .goods:nth-child(1) .goods_detail.row2 {
    flex-direction: column-reverse;
  }
  #sec02 .goods:nth-child(2) .goods_detail.row2 .goods_img {
    width: auto;
    margin: 0 calc(-30 * (100vw / 750));
  }
  #sec02 .goods:nth-child(2) .goods_detail.row2 .goods_detail {
    gap: 0;
  }
  #sec02 .goods:nth-child(2) .goods_detail.row2 .goods_detail .goods_ttl {
    margin-bottom: 10px;
    font-size: calc(31 * (100vw / 750));
  }
  #sec02 .goods:nth-child(2) .goods_detail.row2 .goods_detail a+.goods_ttl {
    margin-top: 30px;
  }
  #sec02 .goods:nth-child(2) .goods_detail.row2 .goods_detail a {
    font-size: calc(28 * (100vw / 750));
  }
  #sec02 .goods:nth-child(3) .goods_detail_point {
    text-align: center;
  }
  .bnr_link {
    margin: 40px calc(30 * (100vw / 750)) 0;
  }
}