/**
 * File: main.css
 * Usage: トップページのスタイルを定義します。
*/

.ly_fv {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 1);
  height: 100vh;
}

.ly_fv::before {
  pointer-events: none;
  content: '';
  position: absolute;
  z-index: -1;
  top: 0%;
  bottom: 10%;
  left: -25%;
  width: 150%;
}

.bl_fvCont {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 48px;
  z-index: 900;
  width: 100%;
}

.bl_fvMessage {
  padding-inline-start: 48px;
  margin-top: 60px;
}

.bl_fvMessage legend {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 700;
}

.bl_fvMessage legend span {
  display: block;
  width: 25px;
  height: 1px;
  background: #fff;
}

.bl_fvCont_ttl {
  letter-spacing: 0.1em;
  padding-bottom: 16px;
  font-size:clamp(1.75rem, 1.081rem + 2.75vw, 4.375rem);
  /* font-size: clamp(2.125rem, 1.4821rem + 3.2143vw, 4.375rem); */
  font-weight: 400;
  width: 100%;
}

.bl_fvContExp {
  display: flex;
  flex-wrap: wrap;
}

.bl_fv {
  position: relative;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}

.bl_fvBackground {
  position: relative;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  height: 100vh;
}

.bl_fvBackground picture{
  height: 100%;
  width: 100%;
}

.bl_fvBackground img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.bl_fvBackground .el_fvSlide2 img {
  object-position: 64.5% center;
}

.bl_fvBackground .el_fvSlide4 img {
  transform: scale(1.5);
}

.bl_fvCont_logo {
  display: flex;
  justify-content: center;
  width: 100%;
  max-height: 40vh;
}

.bl_fvDown {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  position: absolute;
  z-index: 300;
  bottom: 24px;
  left: 48px;
  font-size: 16px;
  font-weight: 400;
  color: var(--m_grey);
}

.el_fvGradient {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 126px;
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(246, 239, 231, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(246, 239, 231, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(246, 239, 231, 1) 100%
  );
}

.ly_line {
  padding: 25px 20px;
  color: var(--text_main);
}

.bl_line {
  padding: 24px 30px 22px 30px;
  background: #fff;
}

.bl_line h2 {
  padding-bottom: 8px;
  font-size: 34px;
  font-weight: 400;
}

.bl_lineMessage {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  font-family: 'NotoSansJp', sans-serif;
}

.bl_lineMessage span {
  font-size: 14px;
  font-weight: 700;
}

.bl_lineBtn {
  padding-inline: 40px;
  padding-block: 8px;
  display: block;
  width: fit-content;
  margin-top: 20px;
  background: #00b800;
  font-size: 16px;
  font-family: 'NotoSansJp', sans-serif;
  font-weight: 700;
  color: #fff;
}

.bl_lineBtn:hover,
.bl_lineBtn:focus {
  opacity: 0.8;
}

.ly_scrollTxt {
  pointer-events: none;
  padding-top: 55px;
  background: var(--bg_light);
}

@keyframes infiniteScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.ly_scrollTxt_container {
  overflow-x: hidden;
  width: 100%;
  position: relative;
  z-index: -1;
}
.ly_scrollTxt_container .horizontal-scrolling-items {
  display: flex;
  width: 2600px;
  animation-name: infiniteScroll;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  font-size: 40px;
}

.ly_scrollTxt_container .horizontal-scrolling-items__item {
  white-space: nowrap;
}

.ly_about {
  position: relative;
  overflow: hidden;
}

.bl_about {
  padding-inline: 30px;
  margin-top: -90px;
}

.bl_aboutImgs {
  pointer-events: none;
}

.bl_sectionTtl {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--text_heading);
}

.bl_aboutTxt {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
}

.bl_aboutTxt p {
  font-size: 18px;
  font-family: 'NotoSerifJp', serif;
}

.bl_aboutTxt p:last-child {
  font-size: 14px;
  font-family: 'NotoSansJp', sans-serif;
  line-height: 2;
}

.bl_sectionSubTtl {
  padding-top: 12px;
  font-size: clamp(1.75rem, 1.431rem + 1.31vw, 3rem);
  font-weight: 500;
}

.bl_aboutImgs_item {
  position: relative;
  z-index: 3;
}

.bl_aboutImgs_item img {
  object-fit: cover;
  width: auto;
  height: 100%;
}

.bl_aboutImgs_item1 {
  display: flex;
  justify-content: flex-end;
  top: 0;
  right: 0;
  width: 100%;
}

.bl_aboutImgs_item1 img {
  object-position: 15%;
  aspect-ratio: 1/1;
  width: 44vw;
}

.bl_aboutImgs_item2 {
  top: 0;
  left: 0;
  margin-top: -30vw;
}

.bl_aboutImgs_item2 .swiper-slide {
  height: auto;
}

.bl_aboutImgs_item2 .swiper-slide img {
  height: 100%;
  transform: none;
}

.bl_aboutImgs_item2 img {
  object-position: 15%;
  position: relative;
  width: 44vw;
}

.bl_aboutImgs_item3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 25vw;
}

.bl_aboutImgs_item3 img {
  object-position: 15%;
  position: relative;
  transform: translateY(-50%);
  width: 60%;
}

.bl_sectionHeading {
  color: var(--text_heading);
  font-family:'Noto serif',serif;
}

.bl_sectionHeading .bl_sectionTtl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.bl_sectionHeading h2 {
  font-size: clamp(1.5rem, -2.658rem + 17.06vw, 17.813rem);
}

.bl_sectionHeading span {
  display: block;
  width: 48px;
  height: 1px;
  background: var(--text_heading);
}

.bl_voice {
  padding-bottom: 64px;
}

.bl_voiceImg {
  overflow: hidden;
  height: 28.5vh;
  max-height: 700px;
}

.bl_voiceImg img {
  object-fit: cover;
  object-position: 10%;
  width: 100%;
  height: 100%;
}

.bl_voiceCont {
  margin-top: 80px;
}

.bl_voiceCont .bl_sectionHeading {
  padding-inline: 30px;
}

.bl_reviewList.swiper {
  padding-inline: 30px;
  padding-top: 32px;
}

.bl_reviewList_item {
  padding-block: 24px;
  padding-inline: 18px;
  max-width: 400px;
  min-height: 250px;
  background: #faf5f1;
  font-family: 'NotoSansJp', sans-serif;
}

.bl_reviewList_item_meta {
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}

.bl_reviewList_item_avatar {
  overflow: hidden;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.bl_reviewList_item_avatar img {
  height: 100%;
  object-fit: cover;
}

.bl_reviewList_item_meta_text {
  -webkit-text-stroke-width: 0.5px;
  padding-bottom: 20px;
  display: inline;
}

.bl_reviewList_item_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}

.bl_reviewList_item_meta_text > * {
  margin: 0;
  font-weight: 400;
}

.bl_reviewList_item_meta_text_about {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 13px;
}

.bl_reviewList_item_age,
.bl_reviewList_item_occupation {
  font-weight: 500;
}

.bl_reviewList_item_message {
  width: 100%;
}

.star-rating {
  --star-size: 12px;
  --rating: 0%;
  display: inline-block;
  position: relative;
  font-size: var(--star-size);
}

.stars {
  display: flex;
  position: relative;
}

.star {
  width: var(--star-size);
  height: var(--star-size);
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" fill="none" stroke="%23FBCD0A" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpolygon points="6 1 7.545 4.13 11 4.635 8.5 7.07 9.09 10.5 6 8.75 2.91 10.5 3.5 7.07 1 4.635 4.455 4.13 6 1"%3E%3C/polygon%3E%3C/svg%3E');
  background-size: contain;
}

.stars-filled {
  pointer-events: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--rating)) 0 0);
}

.stars-filled .star {
  width: var(--star-size);
  height: var(--star-size);
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" fill="%23FBCD0A" stroke="%23FBCD0A" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpolygon points="6 1 7.545 4.13 11 4.635 8.5 7.07 9.09 10.5 6 8.75 2.91 10.5 3.5 7.07 1 4.635 4.455 4.13 6 1"%3E%3C/polygon%3E%3C/svg%3E');
  background-size: contain;
}

.bl_reviewList_item_message {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  max-height: calc(19.5px * 2);
  font-size: 13px;
  line-height: 1.5;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.bl_reviewList_item_message.expanded {
  -webkit-line-clamp: initial;
  max-height: none;
  white-space: normal;
}

.bl_readMoreBtn {
  text-underline-offset: 2px;
  width: 100%;
  margin-top: 16px;
  height: 21px;
  cursor: pointer;
  font-size: 14px;
  color: var(--text_main);
  font-family: 'NotoSerifJp', serif;
  text-align: right;
  text-decoration: underline;
}

.bl_readMoreBtn.hide {
  display: none;
}

.ly_magazine,
.ly_news {
  background: #faf5f1;
}

.ly_magazine {
  padding-block: 80px;
}

.bl_magazine .bl_sectionHeading {
  position: relative;
  padding-top: 32px;
  padding-inline: 30px;
}

.bl_sectionHeading_popans {
  position: absolute;
  top: 0;
  left: 0;
}

.bl_magazineCont {
  margin-top: 32px;
}

.bl_magazinePoster {
  margin-bottom: 24px;
  width: 280px;
  height: 280px;
  border: 5px solid #fff;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: -moz-linear-gradient(
    135deg,
    rgba(255, 219, 74, 1) 0%,
    rgba(248, 240, 211, 1) 50%,
    rgba(248, 217, 217, 1) 100%
  );
  background: -webkit-linear-gradient(
    135deg,
    rgba(255, 219, 74, 1) 0%,
    rgba(248, 240, 211, 1) 50%,
    rgba(248, 217, 217, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(255, 219, 74, 1) 0%,
    rgba(248, 240, 211, 1) 50%,
    rgba(248, 217, 217, 1) 100%
  );
}

.bl_magazineSlogan {
  width: 280px;
  margin-inline: auto;
  font-family: 'NotoSerifJp', serif;
  font-size: 16px;
}

.bl_magazineItem,
.bl_magazineItem.swiper-slide {
  width: 298px;
}

.bl_magazineSwiper {
  padding-top: 64px;
  padding-inline: 30px;
}

.ly_magazineCont .bl_subpFV img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: bottom center;
}

.bl_magazineItem_img {
  display: block;
  width: 298px;
  height: 350px;
  overflow: hidden;
  position: relative;
  margin-bottom: 22px;
}

.bl_magazineItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bl_magazineItem_imgWhite {
  width: 32px;
  height: 100%;
  background: #fff;
  padding-top: 12px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.bl_magazineCategory {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  height: 28px;
  overflow: hidden;
}

.bl_magazineCategory_item {
  border-radius: 14px;
  border: 1px solid var(--text_heading);
  color: var(--text_heading);
  font-family: 'NotoSansJp', sans-serif;
  font-size: 12px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 12px;
}

.bl_magazineItem_date {
  font-size: 20px;
  padding-top: 16px;
  color: #808080;
}

.bl_news {
  font-family: 'NotoSansJp', sans-serif;
  padding-block: 100px;
  border-bottom: 1px solid #e6ddd3;
}

.bl_newsImg {
  display: flex;
  flex-direction: row;
  margin-inline-end: 30px;
  gap: 16px;
  width: 100%;
}

.bl_newsImg_container:first-child {
  width: 58%;
  overflow: hidden;
}

.bl_newsImg_container:first-child img {
  transform: scale(1.6);
  position: relative;
  left: 5vw;
}

.bl_newsImg_container:last-child {
  width: 36%;
}

.bl_newsImg_container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bl_newsCont {
  padding-inline: 30px;
}

.bl_newsCont_list {
  font-family: 'NotoSansJp', sans-serif;
}

.bl_newsCont_list_ul {
  padding-top: 24px;
}

.bl_newsList_item {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 23px;
  border-top: 1px solid #e6ddd3;
}

.bl_newsList_item:last-child {
  border-bottom: 1px solid #e6ddd3;
}

.bl_newsList_item_meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}

.bl_newsList_item_date {
  font-size: 20px;
  color: #808080;
}

.bl_newsList_item_cat {
  color: var(--text_heading);
}

.bl_newsList_item_title {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bl_newsCategories {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 16px;
}

.bl_newsCategories_item {
  color: var(--text_heading);
  border: 1px solid var(--text_heading);
  border-radius: 18px;
  height: 36px;
  padding-inline: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_newsCategories_item.bl_newsCategories_item_cur {
  color: #fff;
  background: var(--text_heading);
}

.ly_instagram {
  padding-top: 52px;
  padding-bottom: 102px;
  padding-inline: 30px;
}

.ly_instagram .el_btn {
  padding-inline: 0;
  gap: 0;
}

.ly_instagram .el_btn span:last-child {
  transform: rotate(0);
}

.bl_instagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.el_btn span:last-child {
  transform: rotate(-45deg);
  height: 56px;
  width: 56px;
}

.el_btn span:last-child svg line,
.el_btn span:last-child svg path {
  stroke: #ffffff;
}

#sb_instagram,
#sbi_images {
  padding-bottom: 0 !important;
}

.hp_pEnd30 {
  padding-inline-end: 30px;
}

@media screen and (width > 768px) {
  .bl_fv {
    color: var(--text_main);
    background: transparent;
  }

  .bl_fvCont_logo {
    display: none;
  }

  .bl_fvBackground .el_fvSlide1 img {
    object-position: center center;
  }

  /* .bl_fvBackground .el_fvSlide3 img {
    transform: scale(-1);
  } */

  .bl_fvCont {
    padding-inline-start: 60px;
    justify-content: center;
  }

  .bl_fvMessage {
    padding-inline-start: 0;
    margin-top: 0;
  }

  .bl_fvDown {
    position: static;
    padding-top: 80px;
  }

  .un_fvSubttl {
    font-size: 24px;
    padding-bottom: 16px;
  }

  .bl_fvMessage legend {
    font-size: 28px;
  }

  .bl_fvMessage legend span {
    width: 40px;
    background: var(--text_main);
  }

  .bl_fvNews_cont {
    position: absolute;
    bottom: 40px;
    z-index: 200;
  }

  .bl_fvNews {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'NotoSansJp', sans-serif;
  }

  .bl_fvNews > div {
    flex-shrink: 0;
  }

  .bl_fvNews span {
    display: block;
    width: 1px;
    height: 14px;
    background: #aaaaaa;
  }

  .bl_fvNews_item {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .bl_fvNews_date {
    font-size: 20px;
  }

  .bl_fvNews_title {
    text-decoration: underline;
    flex-shrink: 0;
  }

  .ly_line {
    position: fixed;
    padding: 0;
    z-index: 1000;
    right: 48px;
    bottom: 40px;
    width: 100%;
    max-width: 400px;
  }

  .bl_line {
    padding: 40px;
    position: relative;
  }

  .bl_lineMessage {
    font-size: 14px;
  }

  .bl_lineBtn {
    margin-top: 24px;
  }

  .bl_lineClose {
    position: absolute;
    top: 24px;
    right: 24px;
  }

  .ly_scrollTxt {
    padding-top: 120px;
  }

  .ly_about {
    padding-bottom: calc(20% + 120px);
  }

  .ly_about::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 100%;
    height: 120px;
    background: -moz-linear-gradient(
      0deg,
      rgba(250, 245, 241, 1) 0%,
      rgba(250, 245, 241, 0) 100%
    );
    background: -webkit-linear-gradient(
      0deg,
      rgba(250, 245, 241, 1) 0%,
      rgba(250, 245, 241, 0) 100%
    );
    background: linear-gradient(
      0deg,
      rgba(250, 245, 241, 1) 0%,
      rgba(250, 245, 241, 0) 100%
    );
  }

  .ly_about .hp_containerWidth {
    display: flex;
    flex-direction: row-reverse;
    gap: 7vw;
    margin-top: -126px;
  }

  .bl_about {
    margin-top: 56px;
    padding-inline: 0;
  }

  .bl_aboutImgs {
    margin-top: 0;
  }

  .bl_aboutImgs_item1 {
    position: absolute;
    right: 80px;
    bottom: calc(8vw + 120px);
    top: unset;
    width: 21.8vw;
    height: 15.6vw;
    max-width: 420px;
    max-height: 300px;
  }

  .bl_aboutImgs_item2 {
    margin-top: 0;
    max-height: 650px;
    max-width: 450px;
    height: 33vw;
    width: 23vw;
  }

  .bl_aboutImgs_item2 {
    overflow: visible;
  }

  .bl_aboutImgs_swiper-controls {
    display: flex !important;
    justify-content: center;
    gap: 16px;
    transform: translateY(24px);
    position: relative;
    z-index: 2;
  }

  .bl_aboutImgs_swiper-controls .swiper-button-prev,
  .bl_aboutImgs_swiper-controls .swiper-button-next {
    position: static;
    width: auto;
    margin-top: unset;
    pointer-events: all;
  }

  .bl_aboutImgs_swiper-controls .swiper-button-prev svg,
  .bl_aboutImgs_swiper-controls .swiper-button-next svg {
    width: 6px;
    height: 12px;
  }

  .bl_aboutImgs_swiper-controls .swiper-pagination-fraction,
  .bl_aboutImgs_swiper-controls .swiper-pause {
    display: flex;
    align-items: center;
    width: fit-content;
    position: static;
    pointer-events: all;
  }

  .bl_aboutImgs_item3 {
    position: absolute;
    right: 40%;
    bottom: 120px;
    transform: translateX(50%);
    top: unset;
    width: 19vw;
    height: 11.4vw;
    max-width: 380px;
    max-height: 220px;
  }

  .bl_aboutImgs_item3 img {
    width: 100%;
    transform: none;
  }

  .bl_sectionTtl {
    font-size: 24px;
  }

  .bl_sectionHeading h2 {
    font-size: clamp(3rem, 2.681rem + 1.31vw, 4.25rem);
    line-height: 1;
  }

  .bl_sectionSubTtl {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .bl_aboutTxt p:last-child {
    max-width: 360px;
  }

  .bl_aboutBtnCont .el_btn {
    width: fit-content;
    margin-top: 0px;
    padding-inline: 0px;
    justify-content: flex-start;
  }

  .ly_magazine {
    padding-top: 142px;
    padding-bottom: 80px;
  }

  .bl_voice {
    padding-bottom: 160px;
  }

  .bl_voiceImg {
    height: 36.4vw;
  }

  .bl_voiceCont {
    margin-top: 180px;
    position: relative;
  }

  .bl_voiceCont .bl_sectionHeading {
    padding-inline: 0;
  }

  .bl_voicetoAll {
    position: absolute;
    top: 0;
    right: 12vw;
    margin-top: 0;
    padding-inline: 0;
  }

  .bl_reviewList.swiper {
    padding-inline: 0;
  }

  .bl_reviewList .swiper-button-prev {
    left: unset;
  }

  .bl_reviewList .swiper-button-next {
    right: 0;
  }

  .bl_reviewList .swiper-button-next svg,
  .bl_reviewList .swiper-button-prev svg {
    width: auto;
    height: auto;
  }

  .bl_reviewList_item {
    min-height: 290px;
    padding: 32px 32px 29px 32px;
  }

  .bl_voiceCont.hp_containerWidth {
    max-width: 1630px;
    margin-inline-start: 15vw;
    margin-inline-end: 0;
  }

  .bl_reviewList_item_message {
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: calc(13px * 1.7 * 4);
    line-height: 1.7;
  }

  .bl_reviewList_item_meta_text {
    padding-bottom: 24px;
  }

  .bl_magazine {
    position: relative;
  }

  .bl_magazineAll {
    position: absolute;
    margin-top: 24px;
    top: 0;
    right: 12vw;
    padding-inline: 0;
  }

  .bl_magazineCont {
    display: flex;
    flex-direction: row;
    gap: 60px;
  }

  .bl_magazineSwiper {
    padding: 0;
    width: 100%;
    height: 100%;
  }

  .bl_magazineSwiper .swiper-button-next {
    right: 0;
    transform: translateY(-150%);
  }

  .bl_magazineSwiper .swiper-button-prev {
    left: 0;
    transform: translateY(-150%);
  }

  .bl_magazineItem,
  .bl_magazineItem.swiper-slide {
    width: 420px;
  }

  .bl_magazineItem_img {
    width: 100%;
    height: 420px;
  }

  .bl_magazine.hp_containerWidth {
    max-width: 1630px;
    margin-inline-start: 15vw;
    margin-inline-end: 0;
    padding-inline-end: 4.1vw;
  }

  .bl_magazineSwiper .swiper-button-next svg,
  .bl_magazineSwiper .swiper-button-prev svg {
    width: auto;
    height: auto;
  }

  .bl_news {
    border-bottom: 0;
  }

  .bl_newsImg {
    gap: 40px;
    max-height: 400px;
    width: 64.5vw;
  }

  .bl_newsImg_container:first-child {
    width: calc(64.5%);
  }

  .bl_newsImg_container:last-child {
    width: calc(32.3%);
  }

  .bl_newsImg_container:first-child img {
    transform: scale(1);
    left: 0;
  }

  .bl_newsCont .bl_sectionHeading {
    margin-bottom: 42px;
  }

  .bl_newsCategories {
    flex-direction: column;
    width: 30%;
  }

  .bl_newsCategories_item {
    max-width: 200px;
    width: max-content;
  }

  .bl_newsCont {
    display: flex;
    flex-direction: column;
    padding-inline: 0;
    position: relative;
  }

  .bl_newsCont .el_btn {
    justify-content: flex-start;
  }

  .bl_newsCont_list {
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    width: 100%;
  }

  .bl_newsCont_list_ul {
    padding-top: 0;
    width: 100%;
  }

  .bl_newsList_item {
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding-top: 35px;
    padding-bottom: 42px;
  }

  .bl_newsList_item_meta {
    width: 35%;
    gap: 44px;
  }

  .ly_instagram {
    position: relative;
    padding-top: 24px;
  }

  .bl_instagramLogoBg {
    background: url(../vector/sns-logo-bg.svg);
    background-size: contain;
    width: 280px;
    height: 180px;
    position: absolute;
    top: -70px;
    z-index: 1;
  }

  .bl_instagram img {
    position: relative;
    z-index: 2;
  }
}

@media screen and (width < 1320px) {
  .bl_newsList_item_meta {
    flex-direction: column;
    width: fit-content;
    align-items: start;
    gap: 0;
    padding-inline-end: 2vw;
  }

  .bl_newsCont_list {
    gap: 3vw;
  }
}

/* @media screen and (width > 1920px) {
  .bl_voiceCont.hp_containerWidth {
    margin-inline-start: auto;
    margin-inline-end: 0;
  }
} */


/*ローディング*/
/*
  Loading
*/

.bl_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  z-index: 1200;
}
.bl_loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.bl_loadingCircle {
  width: 120px;
  margin-bottom: 10px;
  opacity: 0;
  animation: loading 2s both;
}

@media screen and  (width > 768px) {
  .bl_loadingCircle{
    width: 200px;
  }
}

.bl_loadingCircle img{
  width:100%;
}

@keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
