@charset "UTF-8";

/*------------------------------
 不要コンテンツ非表示・フル幅表示対応
------------------------------*/

.modal-dialog {
  width: 900px !important;
}
.modal-body {
  max-height: calc(90vh - 100px);
  overflow-y: scroll;
}
.modal-footer {
  padding-top: 10px;
  background: #fff;
}

#jrappd {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS Mincho", serif;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.pane-contents .pane-left-menu {
  display: none;
}

.shop_logo {
  text-align: center;
}

.block-goods-detail {
  width: 1000px;
  margin: auto;
}


/* mainVisual-------------*/
#jrappd .mainVisual {
  width: 100%;
  height: 520px;
  background-color: #242a2a;
  margin: 0 auto 0;
  box-sizing: border-box;
}

#jrappd .mainVisual h1 {
  margin: 0;
  font-size: 0px;
}

#jrappd .mainVisual__inner {
  background-image: url(/img/S001/item/jrappd/header_mv.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px auto;
  height: 520px;
}
#jrappd .mainVisual__inner._100 {
  background-image: url(/img/S001/item/jrappd/100/header_mv100.jpg);
}


/*** INTRO ***/
.block_intro {
  background: linear-gradient(90deg, #311f0a 0%, #7a5e25 25%, #a88736 50%, #7a5e25 75%, #311f0a 100%);
  text-align: center;
  padding: 45px 0;
}

.block_intro h2 {
  color: #FFFFFF;
  font-size: 30px;
  margin: 0px 0 20px;
  ;
  padding: 0px;
  display: inline-block;
  border-bottom: rgba(205, 189, 125, 0.3) 1px solid;
}

.block_intro p {
  color: #FFFFFF;
  font-size: 20px;
  margin: 0px;
  padding: 0px 0 20px;
}

.btn_detail a {
  color: #FFFFFF;
  font-size: 19px;
  display: inline-block;
  width: 500px;
  padding: 10px;
  background-color: rgba(233, 219, 160, 0.2);
  border: rgba(201, 170, 110, 0.4) solid 1px;
}

/*** INTRO DETAIL ***/
.block_intro_detail {
  background-image: url(/img/S001/item/jrappd/intro_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 70px;
}

.block_intro_detail .block_imgs {
  display: flex;
  justify-content: space-between;
  width: 959px;
  gap: 35px;
  margin: 0 auto 30px;
}

.block_intro_detail .block_imgs img {
  width: calc((100% - 35px) / 2);
  height: auto;
  object-fit: contain;
}

.block_intro_detail p {
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
}

/**GOLD BG ***/
.block_goldbg {
  background-color: #242a2a;
  padding: 90px 0 80px;
}

.block_gold {
  border: #BE9524 2px solid;
  width: 1300px;
  margin: 0 auto;
  padding: 40px;
  margin-bottom: 80px;
}

.block_gold .h_gold {
  font-size: 35px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 30px;
}

.block_gold .h_gold::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background: url(/img/S001/item/jrappd/gold_h.png) no-repeat center / 100% auto;
  z-index: -2;
}

.block_gold .h_gold span {
  background-color: #242a2a;
  padding: 0 15px;
  position: relative;
  z-index: -1;
}

.block_imgtext {
  display: flex;
  align-items: center;
  gap: 30px;
}

.block_imgtext img {
  width: 639px;
  height: auto;
  flex-shrink: 0;
}

.block_imgtext .i_text {
  flex: 1;
}

.block_imgtext .price {
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.block_imgtext .price span {
  font-size: 20px;
  font-weight: normal;
}

.block_imgtext p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

.item01_d02 {
  margin-top: 40px;
  margin-bottom: 50px;
}

.block_gold p {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.9;
  padding-bottom: 25px;
}

/*** MODAL ***/
.h_detailimg {
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
}

.gallery-container {
  width: 1142px;
  margin: 0 auto;
  padding: 20px 0;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}

.thumb-item {
  position: relative;
  width: 210px;
  height: 210px;
  cursor: pointer;
  background-color: #fff;
  overflow: hidden;
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scope-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 18px;
  height: 19px;
  background-image: url('/img/S001/item/jrappd/scope.png');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.gallery-note {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 2147483647;
  justify-content: center;
  align-items: center;
}

.modal-content {
  position: relative;
  z-index: 2147483647;
}

.modal-content img {
  display: block;
  max-width: 90%;
  max-height: 90vh;
  opacity: 1 !important;
}

.modal-close {
  position: absolute;
  top: -40px;
  right: -40px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
}

/*** DETAIL INFO ***/
.custom-table-container {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.custom-table-row {
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
}

.custom-table-label {
  flex: 0 0 175px;
  width: 175px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 35px;
  display: flex;
  align-items: flex-start;
}

.custom-table-content {
  flex: 1;
  margin-left: 40px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 35px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  align-items: flex-start;
}

.custom-table-content ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-table-content ul+ul {
  margin-top: 15px;
}

.custom-table-content li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
  margin-bottom: 4px;
}

.custom-table-content .min li {
  font-size: 15px;
}

.atten {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 15px;
}

.btn_buy a {
  background: linear-gradient(to right, #614725 0%, #614725 35%, #7e6011 50%, #614725 65%, #614725 100%);
  border: #af8a2a solid 1px;
  display: block;
  width: 782px;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
  padding: 20px;
  font-size: 28px;
  margin-bottom: 10px;
}

.text_buy {
  font-size: 24px !important;
  text-align: center;
  color: #FFFFFF;
}

.text_buy span {
  color: #DABB66;
}

/*** BG IMAGE ***/
.bg_image {
  background-color: #242a2a;
  background-image: url('/img/S001/item/jrappd/bg_image.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 3722 / 600;
  margin: 0;
}
.bg_image._100 {
  background-image: url('/img/S001/item/jrappd/100/bg_image100.jpg');
}
/*** RELATED ITEM ***/
.block_normalbg {
  background-color: #242a2a;
}

.block_normalbg .normalbg_inner {
  width: 1100px;
  margin: 0 auto;
  padding-top: 70px;
}

.block_normalbg .h_gold2 {
  font-size: 35px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 30px;
}

.block_normalbg .h_gold2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background: url(/img/S001/item/jrappd/gold_h.png) no-repeat center / 100% auto;
  z-index: -2;
}

.block_normalbg .h_gold2 span {
  background-color: #242a2a;
  padding: 0 15px;
  position: relative;
  z-index: -1;
}

.block_normalbg h6 {
  color: #FFFFFF;
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}

.related_item {
  margin-bottom: 40px;
}

.btn_buymin a {
  background: linear-gradient(to right, #614725 0%, #614725 35%, #7e6011 50%, #614725 65%, #614725 100%);
  border: #af8a2a solid 1px;
  display: block;
  width: 552px;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
  padding: 10px;
  font-size: 27px;
  margin-bottom: 60px;
}

.btn_buymin:nth-of-type(2) a {
  margin-bottom: 140px;
}

.add_min {
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 60px;
}

.product-layout-container {
  width: 890px;
  margin: 0 auto;
  padding-bottom: 70px;
}

.product-heading {
  color: #DABB66;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}

.product-grid {
  display: flex;
  justify-content: space-between;

}

.product-item {
  width: 400px;
}

.product-img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  display: block;
}

.product-caption {
  font-size: 22px;
  color: #fff;
  margin-top: 15px;
  text-align: left;
}

/*** NEXT ITEMS ***/
.block_nextitem {
  background-color: #B1B1B1;
  padding: 40px;
  text-align: center;
}

.block_nextitem h4 {
  font-size: 26px;
  color: #A80E0E;
  display: inline-block;
  border-bottom: 1px solid #A80E0E;
  margin-bottom: 20px;
}

.block_nextitem ul {
  width: 1000px;
  text-align: left;
  margin: auto;
  font-size: 15px;
}

.block_nextitem ul li {
  padding-bottom: 5px;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-sPARTNER;
}

/*** PARTNER ***/
.block_partner {
  background-color: #242a2a;
  padding: 0 15px;
  padding: 100px 0;
}

.block_partner .partner_inner {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.partner_image {
  flex: 0 0 542px;
}

.partner_image img {
  width: 100%;
  height: auto;
  display: block;
}

.textpartner {
  flex: 1;
}

.textpartner h4 {
  border-left: 3px solid #fff;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.4;
  color: #FFFFFF;
}

.textpartner p {
  color: #FFFFFF;
  font-size: 17px;
  line-height: 1.6;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-sPARTNER;

}



  #jrappd .contentWrapper .pc {
    display: block;
  }

  #jrappd .contentWrapper .sp {
    display: none;
  }
/*------------------------------------------------------------------------------------------
 SP（スマートフォン）
------------------------------------------------------------------------------------------*/
@media screen and (max-width: 776px) {
.modal-dialog {
  width: 100vw !important;
}
.modal-body {
  max-height: 80vh;
}
.block-goods-detail {
  width: 90%;
  margin: auto;
}

  
  #jrappd .only_pc {
    display: none;
  }

  #jrappd .contentWrapper .pc {
    display: none;
  }

  #jrappd .contentWrapper .sp {
    display: block;
  }

  #jrappd .contentInner {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #jrappd .mainVisual {
    width: 100%;
    height: 670px;
    background-color: #242a2a;
    margin: 0 auto 60px;
    box-sizing: border-box;
  }

  #jrappd .mainsubtitle {
    background-color: #FFFFFF;
  }

  /* mainVisual-------------*/
  #jrappd .mainVisual {
    width: 100%;
    height: 112vw;
    background-color: #242a2a;
    margin: 0 auto 0;
    box-sizing: border-box;
  }

  #jrappd .mainVisual h1 {
    margin: 0;
    font-size: 0px;
  }

  #jrappd .mainVisual__inner {
    background-image: url(/img/S001/item/jrappd/header_mv_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 110vw;
  }
  #jrappd .mainVisual__inner._100 {
    background-image: url(/img/S001/item/jrappd/100/header_mv_sp.jpg);
  }
  /*** INTRO ***/
  .block_intro {
    background: linear-gradient(90deg, #311f0a 0%, #7a5e25 25%, #a88736 50%, #7a5e25 75%, #311f0a 100%);
    text-align: center;
    padding: 21px 0;
  }

  .block_intro h2 {
    font-size: 7vw;
    letter-spacing:0.1em;
    margin: 0px 0 20px;
    padding: 0px;
    display: inline-block;
    border-bottom: rgba(205, 189, 125, 0.3) 1px solid;
    background-color:transparent;
  }

  .block_intro p {
    color: #FFFFFF;
    font-size: 3.6vw;
    margin: 0px;
    padding: 0px 19px 20px;
  }

  .btn_detail a {
    color: #FFFFFF;
    font-size: 3.5vw;
    display: inline-block;
    width: 90%;
    padding: 10px;
    background-color: rgba(233, 219, 160, 0.2);
    border: rgba(201, 170, 110, 0.4) solid 1px;
    text-decoration:none;
  }

  /*** INTRO DETAIL ***/
  .block_intro_detail {
    background-image: url(/img/S001/item/jrappd/intro_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0 7%;
  }

  .block_intro_detail .block_imgs {
    display: block;
    justify-content: space-between;
    width: 100%;
    /* gap: 35px; */
    margin: 0px auto 5%;
    text-align:center;
  }

  .block_intro_detail .block_imgs img {
    width: 84%;
    height: auto;
    object-fit: contain;
    margin-left: 8%;
    margin-bottom:10px;
  }

  .block_intro_detail p {
    color: #FFFFFF;
    font-size: 3.5vw;
    text-align: left;
    padding: 0 8%;
  }

  /**GOLD BG ***/
  .block_goldbg {
    background-color: #242a2a;
    padding: 5% 0 30px;
  }

  .block_gold {
    border: #BE9524 2px solid;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 30px;
  }

  .block_gold .h_gold {
    font-size: 5vw;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 0px;
  }

  .block_gold .h_gold::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 101%;
    height: 100%;
    background: url(/img/S001/item/jrappd/gold_h_sp.png) no-repeat center / 100% auto;
    z-index: -2;
  }

  .block_gold .h_gold span {
    background-color: #242a2a;
    padding: 0 0px;
    position: relative;
    z-index: -1;
  }
    .block_gold .h_gold span em {
      font-style:normal;
      /* display:block; */
  }

  .block_imgtext {
    display: block;
    align-items: center;
    gap: 30px;
  }

  .block_imgtext img {
    width: 639px;
    height: auto;
    flex-shrink: 0;
  }

  .block_imgtext .i_text {
    flex: 1;
  }

  .block_imgtext .price {
    font-size: 10vw;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align:center;
  }

  .block_imgtext .price span {
    font-size: 3.5vw;
    font-weight: normal;
  }

  .block_imgtext p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
  }

  .item01_d02 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .block_gold p {
    color: #FFFFFF;
    font-size: 3.8vw;
    line-height: 1.7;
    padding-bottom: 0;
  }

  /*** MODAL ***/
  .h_detailimg {
    font-size: 5vw;
    color: #FFFFFF;
    text-align: center;
    margin-top:30px;
    padding-bottom:10px;
  }

  .gallery-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
  }

  .gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .thumb-item {
    position: relative;
    width: 47%;
    height: auto;
    cursor: pointer;
    background-color: #fff;
    overflow: hidden;
  }

  .thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .scope-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-image: url('/img/S001/item/jrappd/scope.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
  }

  .gallery-note {
    color: #fff;
    font-size: 3vw !important;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 2147483647;
    justify-content: center;
    align-items: center;
  }

  .modal-content {
    position: relative;
    z-index: 2147483647;
  }

  .modal-content img {
    display: block;
    max-width: 90%;
    max-height: 90vh;
    opacity: 1 !important;
  }

  .modal-close {
    position: absolute;
    top: -40px;
    right: -40px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
  }

  /*** DETAIL INFO ***/
  .custom-table-container {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .partner_inner {
    flex-direction: column;
    padding: 0 20px;
  }

  .partner_image {
    flex: 0 0 auto;
    width: 100%;
  }

  .custom-table-row {
    display: block;
    align-items: stretch;
    margin-bottom: 20px;
    border-top: 2px solid #fff;
  }

  .custom-table-label {
    flex: 0 0 175px;
    width: 100%;
    font-size: 3.6vw;
    font-weight: bold;
    color: #fff;
    border-top: none;
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 10px;
    display: block;
    align-items: flex-start;
  }

  .custom-table-content {
    flex: none;
    margin-left: 0px;
    font-size: 3.6vw;
    font-weight: normal;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }

  .custom-table-content ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .custom-table-content ul+ul {
    margin-top: 15px;
  }

  .custom-table-content li {
    position: relative;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6;
    margin-bottom: 0px;
  }

  .custom-table-content .min li {
    font-size: 3vw;
  }

  .atten {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: 3vw;
  }

  .btn_buy a {
    background: linear-gradient(to right, #614725 0%, #614725 35%, #7e6011 50%, #614725 65%, #614725 100%);
    border: #af8a2a solid 1px;
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
    font-size: 4.5vw;
    margin-bottom: 10px;
    text-decoration:none;
  }

  .text_buy {
    font-size: 3.5vw!important;
    text-align: center;
    color: #FFFFFF;
  }

  .text_buy span {
    color: #DABB66;
  }

  /*** BG IMAGE ***/
  .bg_image {
    background-color: #242a2a;
    background-image: url('/img/S001/item/jrappd/bg_image_sp.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 750 / 568;
    margin: 0;
  }
  .bg_image._100 {
    background-image: url('/img/S001/item/jrappd/100/bg_image100_sp.jpg');
  }
  /*** RELATED ITEM ***/
  .block_normalbg {
    background-color: #242a2a;
  }

  .block_normalbg .normalbg_inner {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
  }

  .block_normalbg .h_gold2 {
    font-size: 35px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 10px;
  }

  .block_normalbg .h_gold2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background: url(/img/S001/item/jrappd/gold_h_sp.png) no-repeat center / 90% auto;
    z-index: -2;
  }

  .block_normalbg .h_gold2 span {
    background-color: #242a2a;
    padding: 0px 10px;
    position: relative;
    z-index: -1;
    font-size: 6vw;
  }

  .block_normalbg h6 {
    color: #FFFFFF;
    text-align: center;
    font-size: 5vw;
    margin-bottom: 10px;
  }

  .related_item {
    margin-bottom: 15px;
    width:90%;
    margin-left:5%;
  }

  .btn_buymin a {
    background: linear-gradient(to right, #614725 0%, #614725 35%, #7e6011 50%, #614725 65%, #614725 100%);
    border: #af8a2a solid 1px;
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
    font-size: 4.5vw;
    margin-bottom: 30px;
  }

  .btn_buymin:nth-of-type(2) a {
    margin-bottom: 30px;
  }

  .add_min {
    text-align: center;
    color: #FFFFFF;
    font-size: 4vw;
    margin-bottom: 30px;
    padding:0 5%;
  }

  .product-layout-container {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .product-heading {
    color: #DABB66;
    font-size: 5vw;
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: center;
    background-color: transparent;
  }

.product-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.product-item {
  width: 43%;
}

.product-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

  .product-caption {
    font-size: 4vw;
    color: #fff;
    margin-top: 10px;
    text-align: left;
  }

  /*** NEXT ITEMS ***/
  .block_nextitem {
    background-color: #B1B1B1;
    padding: 20px;
    text-align: center;
  }

  .block_nextitem h4 {
    font-size: 5vw;
    color: #A80E0E;
    display: inline-block;
    border-bottom: 1px solid #A80E0E;
    margin-bottom: 20px;
  }

  .block_nextitem ul {
    width: 100%;
    text-align: left;
    margin: auto;
    font-size: 3vw;
  }

  .block_nextitem ul li {
    padding-bottom: 5px;
    font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-sPARTNER;
    padding-left: 1em;
    text-indent: -1em;
  }

  /*** PARTNER ***/
  .block_partner {
    background-color: #242a2a;
    padding: 0 15px;
    padding: 20px 0;
  }

  .block_partner .partner_inner {
    width: 100%;
    margin: auto;
    display: block;
    align-items: flex-start;
    gap: 60px;
  }

  .partner_image {
    flex: 0 0 542px;
  }

  .partner_image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .textpartner {
    flex: 1;
  }

  .textpartner h4 {
    margin-top:15px;
    border-left: 3px solid #fff;
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.4;
    color: #FFFFFF;
  }

  .textpartner p {
    color: #FFFFFF;
    font-size: 3.5vw;
    line-height: 1.6;
    font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-sPARTNER;
  }

}


@media (max-width: 1142px) {
  .gallery-container {
    width: 100%;
    padding: 0 0px;
  }

  .gallery-grid {
    justify-content: center;
  }
}