@charset "UTF-8";
/* ---------------------------------------*/
/* keyvisual */
/* ---------------------------------------*/
/* ---------------------------------------*/
/* pabe_lead */
/* ---------------------------------------*/
#page_lead {
  padding: 30px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page_lead span {
  display: inline-block;
  margin: -0.6em 0 0.3em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#page_lead span.right {
  padding-right: 0.4em;
}
#page_lead span.left {
  padding-left: 0.4em;
}

.page_lead-desc, .page_lead-desc--chpt-03, .page_lead-desc--chpt-02, .page_lead-desc--chpt-01 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.1em;
  padding: 30px;
  position: relative;
}
.page_lead-desc:before, .page_lead-desc--chpt-03:before, .page_lead-desc--chpt-02:before, .page_lead-desc--chpt-01:before {
  display: block;
  content: "";
  width: 30%;
  height: 64%;
  position: absolute;
  top: 0;
  right: 0;
}
.page_lead-desc:after, .page_lead-desc--chpt-03:after, .page_lead-desc--chpt-02:after, .page_lead-desc--chpt-01:after {
  display: block;
  content: "";
  width: 30%;
  height: 64%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page_lead-desc--chpt-01 {
  color: #393e85;
}
.page_lead-desc--chpt-01:before {
  border-top: solid 1.5px #393e85;
  border-right: solid 2px #393e85;
}
.page_lead-desc--chpt-01:after {
  border-bottom: solid 1.5px #393e85;
  border-left: solid 2px #393e85;
}

.page_lead-desc--chpt-02 {
  color: #8b0038;
}
.page_lead-desc--chpt-02:before {
  border-top: solid 1.5px #8b0038;
  border-right: solid 2px #8b0038;
}
.page_lead-desc--chpt-02:after {
  border-bottom: solid 1.5px #8b0038;
  border-left: solid 2px #8b0038;
}

.page_lead-desc--chpt-03 {
  color: #304041;
}
.page_lead-desc--chpt-03:before {
  border-top: solid 1.5px #304041;
  border-right: solid 1.5px #304041;
}
.page_lead-desc--chpt-03:after {
  border-bottom: solid 1.5px #304041;
  border-left: solid 1.5px #304041;
}

/* ---------------------------------------*/
/* product */
/* ---------------------------------------*/
#product {
  margin: 0 0 130px;
}

.product-list__item {
  margin: 0 0 55px;
}
.product-list__item:last-child {
  margin: 0;
}

.product-list--chpt-01 .product-list__item {
  padding: 22.6% 25px 0 !important;
  background: url(../img/250826/chpt-01_product_list_bg-01.webp) no-repeat top/100%;
}
.product-list--chpt-01 .product-list__item:nth-child(2) {
  padding: 28.5% 25px 0 !important;
  background: url(../img/250826/chpt-01_product_list_bg-02.webp) no-repeat top/100%;
}

.product-list--chpt-02 .product-list__item {
  padding: 22.6% 25px 0 !important;
  background: url(../img/250826/chpt-02_product_list_bg-02.webp) no-repeat top/100%;
}
.product-list--chpt-02 .product-list__item:first-child {
  padding: 43% 25px 0 !important;
  background: url(../img/250826/chpt-02_product_list_bg-01.webp) no-repeat top/100%;
}

.product-list--chpt-03 .product-list__item:nth-child(1) {
  padding: 95% 25px 0 !important;
  background: url(../img/250826/chpt-03_product_list_bg-01.webp) no-repeat top/100%;
}
.product-list--chpt-03 .product-list__item:nth-child(2) {
  padding: 59.7% 25px 0 !important;
  background: url(../img/250826/chpt-03_product_list_bg-02.webp) no-repeat top/100%;
}
.product-list--chpt-03 .product-list__item:nth-child(3) {
  padding: 22.4% 25px 0 !important;
  background: url(../img/250826/chpt-03_product_list_bg-03.webp) no-repeat top/100%;
}
.product-list--chpt-03 .product-list__item:nth-child(4), .product-list--chpt-03 .product-list__item:nth-child(5) {
  padding: 28.5% 25px 0 !important;
  background: url(../img/250826/chpt-03_product_list_bg-04.webp) no-repeat top/100%;
}

.procuct-list-kv {
  margin: 0 0 25px;
}

.product-list-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px;
}

.product-list-lead-desc {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.product-list-lead-desc span {
  display: inline-block;
  margin: -0.6em 0 0.3em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-list-lead-desc span.right {
  padding-right: 0.4em;
}
.product-list-lead-desc span.left {
  padding-left: 0.4em;
}

.product-content-list__item {
  margin: 0 0 50px;
}
.product-content-list__item:last-child {
  margin: 0;
}

.product-content-list-note {
  display: block;
  font-size: 1.1rem;
  line-height: 1.75;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.product-content-list-image {
  margin: 0 0 10px;
}

.product-content-list-desc {
  font-size: 1.1rem;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.1em;
  word-break: break-all;
  margin: 0 0 15px;
}

.product-content-list-name {
  font-size: 1.1rem;
  font-weight: normal;
  text-align: left;
}

.product-content-list-spec {
  font-size: 1.1rem;
  line-height: 1.59;
  text-align: left;
}

.product-list-lead-lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -20px 0 20px;
}

.product-list-lead-image {
  width: 55%;
}

.product-list-lead-text {
  width: 45%;
  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;
}

.product-list-lead-list {
  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: -20px 0 30px;
}

.product-list-lead-list__item {
  width: 49.5%;
  margin-bottom: 1%;
}
.product-list-lead-list__item.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-list-lead-list__item .product-list-lead-desc {
  margin-top: 25px;
  line-height: 1.4;
  text-orientation: mixed;
}

.product-list-label {
  margin: 35px 0 0;
  padding: 15px 15px 35px;
  position: relative;
  background: url(../img/250826/product_label_side.webp) repeat-y top/100%;
}
.product-list-label::before {
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 1262/169;
  background: url(../img/250826/product_label_top.webp) top/100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product-list-label::after {
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 1262/66;
  background: url(../img/250826/product_label_bottom.webp) top/100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 751px) {
  .product-list-label {
    padding: 15px 15px 40px;
  }
}

.product-list-label-subtitle {
  display: block;
  border-bottom: solid 1px;
  position: relative;
  font-size: 1.1rem;
  padding: 0 0 8px;
  margin: 0 0 15px;
}

.product-list-label-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  margin: 0 0 15px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}

.product-list-label-schedule {
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0 0 15px;
}

.product-list-label-schedule__item {
  position: relative;
  padding-left: 1.2em;
}
.product-list-label-schedule__item::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

.product-list-label-image {
  margin: 0 0 15px;
}

.product-list-label-desc {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: justify;
}

.product-list-label-note {
  display: block;
  font-size: 1.1rem;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin: 5px 0 0;
}

/* ---------------------------------------*/
/* gallery */
/* ---------------------------------------*/
#gallery {
  margin: 0 0 125px;
}

.gallery-wrapper {
  padding: 25px 25px 50px;
  background: #f7f5e8;
}

.gallery-content {
  background: #fff;
  padding: 30px;
}

.gallery-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 50px;
}

.gallery-lead-desc {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.2em;
  color: #393e85;
}
.gallery-lead-desc span {
  display: inline-block;
  margin: -0.6em 0 0.3em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gallery-lead-desc span.right {
  padding-right: 0.4em;
}
.gallery-lead-desc span.left {
  padding-left: 0.4em;
}

.gallery-list__item {
  padding: 0 0 35px;
  margin: 0 0 35px;
  border-bottom: solid 1px #000;
}
.gallery-list__item:first-child {
  padding-top: 35px;
  border-top: solid 1px #000;
}
.gallery-list__item:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.gallery-list-heading {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.46;
  letter-spacing: 0.2em;
  margin: 0 0 20px;
}

.gallery-list-image {
  margin: 0 0 20px;
}

.gallery-list-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px;
}

.gallery-list-lead__desc {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.gallery-list-lead__desc span {
  display: inline-block;
  margin: -0.6em 0 0.3em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gallery-list-lead__desc span.right {
  padding-right: 0.4em;
}
.gallery-list-lead__desc span.left {
  padding-left: 0.4em;
}

.gallery-list-desc {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}

.gallery-list-spec {
  font-size: 1.1rem;
  line-height: 1.59;
  text-align: justify;
}
.gallery-list-spec small {
  font-size: 1.1rem;
}