@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;300;400&display=swap');
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@500&family=M+PLUS+Rounded+1c:wght@400;500&family=Noto+Sans+JP:wght@500;700&display=swap');

html,
body {
  font-family: 'Noto Sans JP', 'Lexend', sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #000;
  padding: 0 8px;
}

a {
  outline: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  display: block;
  z-index: 100;
}

a.h_img img {
  -webkit-transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
  text-decoration: none;
}

a.h_img:hover {
  opacity: .7;
}

.jraw24_content:hover>img,
.jraw24_content ul li:hover .image_wrap img {
  /* opacity: .7;
  filter: brightness(0.9); */
}

.jraw24 {
  width: 100%;
  overflow-x: hidden;
  margin: 0 0 15vw;
}

.jraw24 .kv_outer {
  position: relative;
  max-width: 1080px;
  margin: 0 auto 6rem;

  @media (min-width: 768px) {
    margin: auto;
  }
}

.jraw24 img {
  width: 100%;
}

.jraw24 h1 {
  width: 37%;
  height: auto;
  max-width: 400px;
  position: absolute;
  right: 2%;
  top: 42%;
}

.jraw24_topimg {
  position: relative;
}

.jraw24_topimg h2 {
  font-family: 'Lora', 'Lexend', sans-serif;
  color: #FFF;
  position: absolute;
  top: 5vw;
  left: 5vw;
  font-size: 1.7vw;
  line-height: 1.6;
}

.jraw24_lead span {
  font-size: 1.6vw;
}

.jraw24_box {
  width: 100%;
  margin: 0 auto;
}

.jraw24_credit {
  margin: 1rem 0 0 0;
  font-size: 1rem;
  line-height: 2;
  font-weight: bold;
}

.jraw24_link {
  font-size: 1rem;
  margin: 0.5rem 0 2rem;
  text-align: right;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-decoration: none;
}

.jraw24_content {
  position: relative;
}

.jraw26_content {
  width: 100%;
  max-width: 1480px;
  margin: 120px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0;
}

.grid {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 24px;
}

.grid>.jraw24_content {
  margin: 0;
}

.grid>.jraw24_content img {
  display: block;
  height: 100%;
  object-fit: cover;
}







.jraw24_content ul {
  /* width: 80%; */
  margin: 6rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;

  flex-wrap: wrap;

}

.jraw24_content ul li {
  position: relative;
  margin-bottom: 40px;
  display: block;
  align-self: flex-start;
}

.jraw24_content ul li .image_wrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.jraw24_content ul li .image_wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.jraw24_content ul li .image_wrap .h_img {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.jraw24_content ul li:hover .image_wrap .h_img {
  opacity: .7;
}

.jraw24_content ul li:nth-child(3n) {
  margin-top: 132px;
}

@media (max-width: 768px) {
  .jraw24_content ul li:nth-child(3n) {
    margin-top: 0px;
  }
}

.jraw24_content ul {
  width: auto;
  margin: 1rem 0;
}


.jraw24_content ul li {
  width: 48%;
  /* margin-bottom: 1rem; */
}

.jraw24_content .h_img {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.jraw24_content:hover>.h_img,
.jraw24_content ul li:hover .image_wrap .h_img {
  opacity: .7;
}

.h_img .inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
}

@media (min-width: 768px) {
  .h_img .inner {
    background: rgba(0, 0, 0, 0.7);
  }
}

.h_img.title_img .inner {
  display: none;
}

@media (min-width: 768px) {
  .h_img.title_img .inner {
    display: block;
  }
}

.jraw26_content .grid > .jraw24_content .h_img.title_img .inner,
.jraw26_content .grid > .jraw24_content .h_img .inner {
  display: none !important;
}

.jraw26_content .grid > .jraw24_content:hover > .h_img {
  opacity: 0;
}

.jraw26_content .grid > .jraw24_content:hover img {
  filter: brightness(0.5);
  transition: filter 0.4s ease-in-out;
}

.h_img .inner .text {
  position: relative;
  bottom: unset;
  left: unset;
  padding: 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-self: center;
  align-self: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .h_img .inner .text {
    position: absolute;
    bottom: 1rem;
    left: 0;
  }
}

.h_img .inner .text .num {
  color: #333;
  text-align: left;
  font-size: 2rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (min-width: 768px) {
  .h_img .inner .text .num {
    color: #fff;
    font-size: 0.7rem;
  }
}

.h_img .inner .text .btn {
  display: block;
  margin-left: 8px;
  padding: 0 0.2rem;
  font-size: 2rem;
  color: #333;
  border: 1px solid #333;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (min-width: 768px) {
  .jraw24_content .h_img .inner .text .btn {
    color: #fff;
    border: 1px solid #fff;
    font-size: 0.7rem;
  }
}

.h_img.coming_soon {
  /* pointer-events: none */
}

.popup~a {
  /* pointer-events: none; */
}

@media (min-width: 768px) {
  .popup~a {
    pointer-events: all;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.jraw24_item {
  width: 100%;
  max-width: 1000px;
  margin: 4rem auto 0;
  padding: 0;
}

.jraw26_item {
  /* width: 70%; */
  max-width: 980px;
  margin: 4rem auto 0;
  padding: 0;
}
 
.jraw26_item_right {
  width: 100%;
  max-width: 400px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: flex-start;
}
 
.jraw26_item_right img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
 
.preview-shell {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.preview-text {
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 0.5rem;
}
 
.preview-text .num {
  color: #333;
  font-size: 14px;
  margin-top: -16px;
  line-height: 1.5;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
 
.preview-text .btn {
  display: inline-block;
  width: fit-content;
  padding: 0.2rem 0.5rem;
  font-size: 0.9rem;
  color: #333;
  border: 1px solid #333;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
 
@media (min-width: 768px) {
  .jraw24_item {
    max-width: 588px;
  }
}

.jraw24_color {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}

.jraw24_photo {
  margin: 2rem auto 4rem;
}

.jraw24_slid {
  margin-left: auto;
  margin-right: auto;
}

.jraw24_slid .swiper-slide {
  width: 50%;
}


/*banner*/
.jraw24_banner {
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2rem;
}

.jraw24_banner a {
  text-decoration: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.jraw24_slid .swiper-wrapper li {
  margin-right: 0.2rem;
}

.jraw24_slid .swiper-wrapper li:last-child {
  margin-right: 0;
}

@media (max-width: 1200px) {

  html,
  body {
    font-size: 1.9vw;
  }

  header,
  footer,
  #pankuzu {
    width: 100%;
  }

  .jraw24_item {
    margin: 6vw auto 9rem;
  }

  .jraw24_color {
    padding: 0 0.5rem;
  }

  .jraw24_item8 .jraw24_color {
    padding-left: 69%;
  }
}


/* モーダルのスタイル */
.modal {
  display: block;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

@media (min-width: 768px) {
  .modal {
    display: none;
  }
}


/* モーダルの画像スタイル */
.modal-content {
  display: block;
  width: 100%;
}

/* モーダルの閉じるボタン */
#close {
  position: absolute;
  top: 2rem;
  right: 1rem;
  color: #333;
  font-size: 3rem;
  font-weight: normal;
  cursor: pointer;
  z-index: 10000;
}

#modal_img {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}


#modal_text {
  display: block;
  margin-top: 1rem;
}

.fade_box {
  transition: 1s ease-in;
  width: auto;
  height: auto;
  opacity: 0;
  padding: 0;
}

@media (max-width: 640px) {
  .swiper-container .fade_box {
    transition: unset;
    width: auto;
    height: auto;
    opacity: 1;
    padding: 0;
  }
}

.animation_block {
  /*枠を付けてアニメーションする場合は括る*/
  overflow: hidden;
}

/*その場でフェードイン*/
.fadein-now {
  animation-name: fade;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

@media (max-width: 640px) {
  .swiper-container .fadein-now {
    animation-name: none;
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-timing-function: unset;
    opacity: 1;
  }
}

.delay01 {
  animation-delay: 0.5s;
}

.delay02 {
  animation-delay: 1s;
}

.delay03 {
  animation-delay: 1.5s;
}

.delay04 {
  animation-delay: 2s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.jraw26_item_right {
  width: 40%;
}

.jraw26_item_right img {
  width: 100%;
  top: 0;
}

.jraw26_item_right p {
  font-size: 14px;
  margin-top: 0px;
  text-align: right;
}

a.all_item {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  color: #ffffff;
  background: #CFCED8;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.01em;
  /* 画像のような字間の広さを再現 */
  font-weight: 500;
}

@media (max-width: 768px) {
  .jraw26_item {
    width: 100%;
  }
  
  .jraw26_content {
    width: 100%;
    max-width: 1480px;
    margin: 120px auto;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding: 0;
  }

  .grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .jraw26_item_right{
    width: 70%;
    margin: 0 auto;
  }
}