﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&family=Zen+Maru+Gothic:wght@400;700&display=swap");


/* 231201追記 */
.pg_body {
  width: 75%;
}


/* 231201追記 end　*/

[class^=pg_] a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

a:hover {
  color: #D22D5C;
}

.is_Pc {
  display: block;
}

[data-browse-mode=S] .is_Pc {
  display: none;
}

.is_Sp {
  display: none;
}

[data-browse-mode=S] .is_Sp {
  display: block;
}

[data-browse-mode=S] .pane-main {
  padding: 15px 15px 0;
}

.pg_head {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
}

[data-browse-mode=S] .pg_head {
  margin-bottom: 25px;
  font-size: 20px;
}

.pg_img__top,
.pg_img__large {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 25px;
  /* aspect-ratio: 900/400; */
}

.pg_img__top img,
.pg_img__large img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

[data-browse-mode=S] .pg_img__top {
  margin-top: 25px;
  margin-bottom: 20px;
  /* aspect-ratio: 345/200; */
}

[data-browse-mode=S] .pg_img__large {
  margin-top: 25px;
  margin-bottom: 20px;
  /* aspect-ratio: 345/200; */
}

.pg_h3,
.pg_h3__bb {
  margin-top: 80px;
  font-size: 24px;
  font-weight: bold;
}

[data-browse-mode=S] .pg_h3 {
  margin-top: 30px;
  font-size: 20px;
}

[data-browse-mode=S] .pg_h3__bb {
  margin-top: 30px;
  font-size: 20px;
}

.pg_h3 {
  margin-bottom: 30px;
}

[data-browse-mode=S] .pg_h3 {
  margin-bottom: 20px;
}

.pg_h3__bb {
  padding-bottom: 0.75em;
  margin-bottom: 40px;
  border-bottom: 2px solid #E5E5E5;
}

[data-browse-mode=S] .pg_h3__bb {
  margin-bottom: 30px;
}

h4.pg_h4 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 25px;
  padding-block: 0.6em;
  padding-inline: 1em;
  font-size: 20px;
  font-weight: bold;
  background: #F4AFC3;
  color: #fff;
}

[data-browse-mode=S] h4.pg_h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 15px;
}

.pg_paragraph {
  margin-block: 25px;
  font-size: 15px;
}

[data-browse-mode=S] .pg_paragraph {
  margin-block: 20px;
  font-size: 14px;
}

.pg_goods {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

[data-browse-mode=S] .pg_goods {
  margin-top: 20px;
  margin-bottom: 60px;
  display: block;
}

.pg_goods_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
  gap: 10px;
  padding: 10px;
  border: 1px solid #E5E5E5;
}

[data-browse-mode=S] .pg_goods_item {
  margin-bottom: 15px;
}

.pg_goods_item_img {
  aspect-ratio: 1/1;
  width: 115px;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.pg_goods_item_img img {
  width: 100%;
  height: 100%;
}

[data-browse-mode=S] .pg_goods_item_img {
  width: 105px;
}

.pg_goods_item_misc {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5em;
  font-size: 14px;
}

[data-browse-mode=S] .pg_goods_item_misc {
  font-size: 13px;
}

.pg_goods_item_misc_title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.4;
}

[data-browse-mode=S] .pg_goods_item_misc_title {
  -webkit-line-clamp: 2;
}

.pg_goods_item_misc_price {
  font-weight: bold;
}

.pg_goods_item_misc_price .price {
  font-size: 16px;
}

.pg_goods_item_misc_price .tax {
  font-size: 12px;
}

[data-browse-mode=S] .pg_goods_item_misc_price .price {
  font-size: 15px;
}

[data-browse-mode=S] .pg_goods_item_misc_price .tax {
  font-size: 10px;
}

.pg_index {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-block: 40px;
  padding-inline: 30px;
  background: #F5F5F5;
}

[data-browse-mode=S] .pg_index {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px 15px;
}

h4.pg_index_head {
  font-size: 24px;
  font-weight: bold;
}

.pg_index_list__large {
  padding-left: 0.5em;
}

.pg_index_list__large .pg_index_list_item__large {
  margin-block: 30px;
}

.pg_index_list__large .pg_index_list_item__large:last-child {
  margin-bottom: 0;
}

.pg_index_list__large .pg_index_list_item__large a {
  font-size: 20px;
  font-weight: bold;
}

[data-browse-mode=S] .pg_index_list__large .pg_index_list_item__large {
  margin-block: 15px;
}

[data-browse-mode=S] .pg_index_list__large .pg_index_list_item__large:last-child {
  margin-bottom: 0;
}

[data-browse-mode=S] .pg_index_list__large .pg_index_list_item__large a {
  font-size: 16px;
  font-weight: bold;
}

.pg_index_list__small .pg_index_list_item__small {
  padding-left: 1em;
}

.pg_index_list__small .pg_index_list_item__small a {
  display: inline-block;
  padding-block: 0.25em;
  font-size: 16px;
  font-weight: normal;
}

.pg_index_list__small .pg_index_list_item__small a::before {
  content: "ー";
  display: inline-block;
  margin-right: 0.5em;
}

[data-browse-mode=S] .pg_index_list__small .pg_index_list_item__small {
  padding-left: 0;
}

[data-browse-mode=S] .pg_index_list__small .pg_index_list_item__small a {
  font-size: 14px;
  font-weight: normal;
}

.pg_linkBtn {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 280px;
  height: 50px;
  margin-block: 30px;
  margin-inline: auto;
  color: #fff;
  background: #D22D5C;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

[data-browse-mode=S] .pg_linkBtn {
  margin-top: 25px;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: normal;
}

.pg_box__lr {
  display: -ms-grid;
  display: grid;
  margin-block: 25px;
  -ms-grid-columns: 400px 470px;
  grid-template-columns: 400px 470px;
  gap: 30px;
}

.pg_box__lr+.pg_box__rl {
  margin-top: 40px;
}

[data-browse-mode=S] .pg_box__lr {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  gap: 15px;
}

[data-browse-mode=S] .pg_box__lr+.pg_box__rl {
  margin-top: 25px;
}

.pg_box__rl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 470px 400px;
  grid-template-columns: 470px 400px;
  gap: 30px;
}

.pg_box__rl+.pg_box__lr {
  margin-top: 40px;
}

[data-browse-mode=S] .pg_box__rl {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  gap: 15px;
}

[data-browse-mode=S] .pg_box__rl .pg_box_txt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

[data-browse-mode=S] .pg_box__rl .pg_box_img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

[data-browse-mode=S] .pg_box__rl+.pg_box__lr {
  margin-top: 25px;
}

.pg_box_img {
  aspect-ratio: 400/241;
  width: 400px;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.pg_box_img img {
  width: 100%;
  height: 100%;
}

[data-browse-mode=S] .pg_box_img {
  aspect-ratio: 345/200;
  width: 100%;
}

[data-browse-mode=S] .pg_box_img img {
  -o-object-fit: contain;
  object-fit: contain;
}

[data-browse-mode=S] .pg_box_txt {
  font-size: 14px;
}

.pg_note {
  position: relative;
  margin-top: 90px;
  margin-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 40px;
  padding-inline: 30px;
  border: 2px solid #D22D5C;
}

[data-browse-mode=S] .pg_note {
  padding-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  padding-inline: 10px;
}

.pg_note_ttl {
  width: 600px;
  height: 60px;
  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;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #D22D5C;
  border-radius: 30px;
  position: absolute;
  top: -30px;
  left: calc(50% - 300px);
}

[data-browse-mode=S] .pg_note_ttl {
  width: 304px;
  height: 54px;
  top: -27px;
  left: calc(50% - 152px);
  font-size: 16px;
}

.pg_note_txt {
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
}

[data-browse-mode=S] .pg_note_txt {
  font-size: 14px;
}

.pg_topic {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 15px;
}

[data-browse-mode=S] .pg_topic {
  margin-top: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.pg_topic_item_img {
  /* aspect-ratio: 96/61; */
  width: 288px;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.pg_topic_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

[data-browse-mode=S] .pg_topic_item_img {
  aspect-ratio: 167/107;
  width: 100%;
}

.pg_topic_item_date {
  margin-top: 0.5em;
  font-size: 12px;
}

.pg_topic_item_ttl {
  margin-top: 0.5em;
  font-size: 13px;
  font-weight: bold;
}

.pg_topic_item_note {
  margin-top: 0.5em;
  font-size: 14px;
}

[data-browse-mode=S] .pg_topic_item_note {
  font-size: 12px;
}

.pane-footer {
  margin-top: 100px;
}

/*# sourceMappingURL=pg_template.css.map */