@charset "UTF-8";
/*
** 下層ページ共通レイアウト
---------------------------------------- */
.content_header {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content_header {
    padding-top: 109px;
  }
}
@media screen and (min-width: 769px) {
  .content_header {
    padding-top: 280px;
  }
}
@media screen and (min-width: 769px) {
  .content_header--jaonly {
    padding-top: 296px;
  }
}
.content_header--jaonly .content_title {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .content_header--jaonly .content_title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .content_header--jaonly .content_title {
    font-size: 3.2rem;
    margin-top: 0;
    display: flex;
    gap: 1em;
    justify-content: center;
  }
}
.content_title {
  color: #fff;
  display: block;
  text-align: center;
  letter-spacing: 0.07em;
  line-height: normal;
}
.content_title--en {
  font-family: "Marcellus", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .content_title--en {
    font-size: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .content_title--en {
    font-size: 9rem;
  }
}
.content_title--ja {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .content_title--ja {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .content_title--ja {
    font-size: 2.2rem;
    margin-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .content_body {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  .content_body {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/*
** 記事関連（共通）
---------------------------------------- */
.center {
  text-align: center;
}

.article {
  color: #fff;
  font-size: 1.6rem;
}
.article h2 {
  color: #b29068;
  border-left: 13px #b29068 solid;
  border-bottom: 1px solid #b29068;
  font-weight: 500;
  line-height: 1.46;
}
@media screen and (max-width: 768px) {
  .article h2 {
    font-size: 2.8rem;
    padding: 0 0 4px 12px;
    border-left-width: 8px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .article h2 {
    margin-bottom: 27px;
    margin-top: 60px;
    padding: 4px 0 8px 12px;
    font-size: 3.2rem;
  }
}
.article h2:first-child {
  margin-top: 0;
}
.article h3 {
  background-color: #d9d9d9;
  color: #161616;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .article h3 {
    margin: 34px 0 20px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 11px 8px;
  }
}
@media screen and (min-width: 769px) {
  .article h3 {
    font-size: 2.2rem;
    padding: 8px 12px;
    margin: 64px 0 19px;
    font-weight: 500;
  }
}
.article h3:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .article section {
    margin: 44px 0;
  }
}
@media screen and (min-width: 769px) {
  .article section {
    margin: 88px 0;
  }
}
.article section:first-child {
  margin-top: 0;
}
.article section:last-child {
  margin-bottom: 0;
}
.article p {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .article p {
    line-height: 1.875;
  }
}
@media screen and (min-width: 769px) {
  .article p {
    line-height: 2.25;
  }
}
.article p + p {
  margin-top: 2em;
}
.article ul {
  padding-left: 20px;
}
.article ul li {
  line-height: 2.25;
  list-style-type: disc;
  letter-spacing: 0.07em;
}
.article ul.notes {
  padding-left: 0;
}
.article ul.notes li {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
}

.article-media {
  display: flex;
}
@media screen and (max-width: 768px) {
  .article-media {
    flex-direction: column;
    margin: 67px 0 60px;
  }
}
@media screen and (min-width: 769px) {
  .article-media {
    gap: 40px 56px;
    margin: 110px 0;
  }
}
@media screen and (min-width: 769px) {
  .article-media--pc-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) {
  .article-media_image {
    width: 47.5%;
  }
}
.article-media_image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .article-media_content {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .article-media_content {
    flex: 1;
  }
}

@media screen and (min-width: 769px) {
  .article-image {
    margin: 110px 0 86px;
  }
}
.article-image img {
  margin-left: auto;
  margin-right: auto;
}

/*
** コラム関連
---------------------------------------- */
.column_list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .column_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .column_list {
    gap: 25px;
    margin-bottom: 48px;
  }
}
.column_item {
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .column_item {
    transition: transform 0.3s ease;
  }
  .column_item:hover figure img {
    transform: scale(1.05);
  }
}
.column_item a {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 769px) {
  .column_item a {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .column_item a {
    display: flex;
  }
}
.column_item figure {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .column_item figure {
    aspect-ratio: 154/120;
    width: 46.2462462462%;
  }
}
@media screen and (min-width: 769px) {
  .column_item figure {
    aspect-ratio: 320/230;
  }
}
.column_item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 768px) {
  .column_content {
    flex: 1;
    padding: 9px 13px 9px 12px;
  }
}
@media screen and (min-width: 769px) {
  .column_content {
    padding: 14px 20px 22px;
  }
}
.column_content time {
  display: block;
  color: #161616;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}
.column_content h2 {
  font-weight: 500;
  line-height: normal;
  color: #161616;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .column_content h2 {
    margin-top: 4px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 769px) {
  .column_content h2 {
    margin-top: 8px;
    letter-spacing: 0.07em;
  }
}

.column-hero {
  overflow: hidden;
  /* 非アクティブなスライドの表示 */
  /* アクティブなスライドの表示 */
}
@media screen and (max-width: 768px) {
  .column-hero {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .column-hero {
    margin-bottom: 150px;
  }
}
.column-hero_inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .column-hero_inner {
    max-width: 1280px;
  }
}
.column-hero_slides {
  overflow: visible;
}
.column-hero_slide {
  transition: transform 0.3s ease;
}
.column-hero_image {
  width: 100%;
  aspect-ratio: 680/480;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .column-hero_image {
    margin-bottom: 50px;
  }
}
.column-hero_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column-hero_content {
  background-color: #b29068;
  position: absolute;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .column-hero_content {
    padding: 9px 12px 20px 25px;
    max-width: calc(100% - 36px);
    left: 16px;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .column-hero_content {
    padding: 17px 28px 30px 22px;
    max-width: 490px;
    width: 90%;
    left: -1px;
    bottom: -1px;
  }
}
.column-hero_content::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .column-hero_content::before {
    left: 7px;
    bottom: 7px;
  }
}
@media screen and (min-width: 769px) {
  .column-hero_content::before {
    left: 5px;
    bottom: 5px;
  }
}
.column-hero_time {
  display: block;
  font-size: 14px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .column-hero_time {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 769px) {
  .column-hero_time {
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
.column-hero_title {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.07em;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .column-hero_title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .column-hero_title {
    font-size: 2.4rem;
  }
}
.column-hero_pagination {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .column-hero_pagination {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .column-hero_pagination {
    margin-top: 40px;
  }
}
.column-hero_pagination .swiper-pagination-bullet {
  background-color: #d9d9d9;
  opacity: 1;
  margin: 0 6px !important;
}
@media screen and (max-width: 768px) {
  .column-hero_pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 6px !important;
  }
}
@media screen and (min-width: 769px) {
  .column-hero_pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
.column-hero_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #a02e2e; /* ワインレッド色 */
}
.column-hero_button {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #161616;
  background-size: 13.73px auto;
  background-repeat: no-repeat;
  margin-top: -50px;
  background-position: center calc(50% - 1px);
}
@media screen and (min-width: 769px) {
  .column-hero_button {
    display: none;
  }
}
.column-hero_button::before, .column-hero_button::after {
  content: none;
}
.column-hero_button--prev {
  left: 6px;
  background-image: url(../images/pager_arrow_left.svg);
}
.column-hero_button--next {
  right: 6px;
  background-image: url(../images/pager_arrow_right.svg);
}
@media screen and (max-width: 768px) {
  .column-detail .content_body {
    padding-top: 67px;
  }
}
@media screen and (min-width: 769px) {
  .column-detail .content_body {
    padding-top: 70px;
  }
}
.column-detail_header {
  position: relative;
}
@media screen and (max-width: 768px) {
  .column-detail_header {
    margin-bottom: 55px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 769px) {
  .column-detail_header {
    margin-bottom: 77px;
  }
}
.column-detail_header-image img {
  width: 100%;
  height: auto;
}
.column-detail_header-content {
  background-color: #b29068;
}
@media screen and (max-width: 768px) {
  .column-detail_header-content {
    padding: 13px 16px 27px 25px;
    position: relative;
    width: calc(100% - 32px);
    margin-left: 12px;
    margin-top: -53px;
  }
}
@media screen and (min-width: 769px) {
  .column-detail_header-content {
    position: absolute;
    left: 0;
    bottom: 0;
    bottom: -2px;
    left: -2px;
    max-width: 777px;
    width: 80%;
    padding: 31px 44px 48px 35px;
  }
}
.column-detail_header-content::before {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .column-detail_header-content::before {
    left: 9px;
    bottom: 6px;
  }
}
@media screen and (min-width: 769px) {
  .column-detail_header-content::before {
    left: 8px;
    bottom: 8px;
  }
}
.column-detail_header-content time {
  color: #fff;
  display: block;
}
@media screen and (max-width: 768px) {
  .column-detail_header-content time {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 769px) {
  .column-detail_header-content time {
    font-size: 1.6rem;
    margin-bottom: 11px;
  }
}
.column-detail_header-content h1 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .column-detail_header-content h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .column-detail_header-content h1 {
    font-size: 3.2rem;
  }
}
.column-detail_content h2 {
  background-color: #b29068;
  color: #fff;
  border-bottom: 2px solid #fff;
  position: relative;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .column-detail_content h2 {
    font-size: 2.4rem;
    padding: 13px 0 12px 58px;
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .column-detail_content h2 {
    padding-left: 52px;
    font-size: 3.2rem;
    margin-top: 60px;
  }
}
.column-detail_content h2::before {
  content: "";
  background-image: url(../images/column-h2.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  position: absolute;
  display: block;
}
@media screen and (max-width: 768px) {
  .column-detail_content h2::before {
    width: 26px;
    height: 100px;
    left: 15px;
    bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .column-detail_content h2::before {
    width: 27px;
    height: 99px;
    bottom: 12px;
    left: 13px;
  }
}
.column-detail_content .column-tieup {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .column-detail_content .column-tieup {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 769px) {
  .column-detail_content .column-tieup {
    margin-bottom: 27px;
    gap: 20px;
  }
}
.column-detail_content .column-tieup_item {
  width: 220px;
}
.column-detail_content .column-tieup_item figcaption {
  text-align: center;
  letter-spacing: 0.07em;
  font-size: 1.6rem;
  margin-top: 6px;
}
.column-detail_content .column-credits {
  background-color: #d9d9d9;
  color: #161616;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .column-detail_content .column-credits {
    padding: 20px 15px 20px 20px;
    flex-direction: column;
    gap: 20px;
    margin: 35px 0 60px;
  }
}
@media screen and (min-width: 769px) {
  .column-detail_content .column-credits {
    padding: 30px 50px;
    margin: 60px 0 65px;
  }
}
.column-detail_content .column-credits_item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .column-detail_content .column-credits_item {
    gap: 16px;
  }
}
@media screen and (min-width: 769px) {
  .column-detail_content .column-credits_item {
    width: 50%;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .column-detail_content .column-credits_image {
    width: 89px;
    height: 89px;
  }
}
@media screen and (min-width: 769px) {
  .column-detail_content .column-credits_image {
    width: 108px;
    height: 108px;
  }
}
.column-detail_content .column-credits_profile {
  flex: 1;
}
.column-detail_content .column-credits_profile p {
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .column-detail_content .column-credits_profile p {
    font-size: 1.4rem;
  }
}
.column-detail_content .column-interview {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .column-detail_content .column-interview + .column-interview {
    padding-top: 55px;
  }
}
@media screen and (min-width: 769px) {
  .column-detail_content .column-interview + .column-interview {
    padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .column-detail_content .column-interview_item {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .column-detail_content .column-interview_item {
    margin-bottom: 44px;
  }
}
.column-detail_content .column-interview_item:last-child {
  margin-bottom: 0;
}
.column-detail_content .column-interview_question {
  margin-bottom: 30px;
}
.column-detail_content .column-interview_question p {
  font-weight: bold;
  color: #b29068;
}
.column-detail_content .column-interview_question p::before {
  content: "——";
}
.column-detail_content .column-interview_person {
  color: #b29068;
  margin-right: 1em;
  font-weight: 700;
}
.column-detail_content .column-image {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .column-detail_content .column-image {
    margin: 90px 0 30px;
  }
}
@media screen and (min-width: 769px) {
  .column-detail_content .column-image {
    margin: 70px 0 44px;
  }
}
.column-detail_content .column-image:first-child {
  margin-top: 0;
}
.column-detail_content .column-image:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .column-detail_content .column-image--multiple {
    grid-template-columns: repeat(2, 1fr);
    gap: 56px;
  }
}
.column-detail_content .column-image figure figcaption {
  line-height: 2.25;
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .column-detail_content .column-image figure figcaption {
    font-size: 1.4rem;
  }
}
.column-detail_content .column-writer {
  background-color: #d9d9d9;
  color: #161616;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .column-detail_content .column-writer {
    padding: 17px 25px 24px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .column-detail_content .column-writer {
    padding: 27px 45px 44px 35px;
    max-width: 682px;
    margin-top: 63px;
  }
}
.column-detail_content .column-writer_heading {
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .column-detail_content .column-writer_heading {
    text-align: center;
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 769px) {
  .column-detail_content .column-writer_heading {
    padding-left: 25px;
    margin-bottom: 12px;
  }
}
.column-detail_content .column-writer_content {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .column-detail_content .column-writer_content {
    flex-direction: column;
  }
}
.column-detail_content .column-writer_image {
  overflow: hidden;
  border-radius: 50%;
  width: 108px;
  height: 108px;
}
@media screen and (max-width: 768px) {
  .column-detail_content .column-writer_image {
    margin-left: auto;
    margin-right: auto;
  }
}
.column-detail_content .column-writer_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .column-detail_content .column-writer_profile {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .column-detail_content .column-writer_profile {
    padding-left: 24px;
    flex: 1;
  }
}
.column-detail_content .column-writer_name {
  font-weight: bold;
  font-weight: 700;
}
.column-detail_content .column-writer_description {
  margin-top: 0;
  line-height: 1.74;
  font-weight: 500;
  font-size: 1.4rem;
}
.column-detail_content .column-info {
  background-color: #d9d9d9;
  color: #161616;
}
@media screen and (max-width: 768px) {
  .column-detail_content .column-info {
    margin-top: 94px;
    padding: 31px 25px 34px;
  }
}
@media screen and (min-width: 769px) {
  .column-detail_content .column-info {
    display: flex;
    align-items: flex-start;
    padding: 43px 40px;
    margin-top: 63px;
  }
}
@media screen and (max-width: 768px) {
  .column-detail_content .column-info_content {
    margin-top: 17px;
  }
}
@media screen and (min-width: 769px) {
  .column-detail_content .column-info_content {
    flex: 1;
    padding-left: 44px;
  }
}
.column-detail_content .column-info_content p {
  line-height: 1.875;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .column-detail_content .column-info_content p {
    font-size: 1.4rem;
    line-height: 2.14;
  }
}
@media screen and (min-width: 769px) {
  .column-detail_content .column-info_image {
    width: 47%;
  }
}
.column-detail_content .column-info_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.column-latest {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .column-latest {
    margin: 0 -20px;
  }
}
.column-latest_slides {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .column-latest_slides {
    padding: 0 44px;
  }
}
@media screen and (min-width: 769px) {
  .column-latest_slides {
    padding: 0 18px;
  }
}
.column-latest a {
  color: #fff;
}
.column-latest_image {
  display: block;
  overflow: hidden;
  aspect-ratio: 17/13;
}
.column-latest_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .column-latest_content {
    margin-top: 18px;
  }
}
@media screen and (min-width: 769px) {
  .column-latest_content {
    margin-top: 19px;
  }
}
.column-latest_time {
  display: block;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 769px) {
  .column-latest_time {
    margin-bottom: 9px;
    font-size: 1.6rem;
  }
}
.column-latest_title {
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .column-latest_title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .column-latest_title {
    font-size: 2rem;
  }
}
.column-latest_button {
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #161616;
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: center calc(50% - 1px);
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .column-latest_button {
    margin-top: -40px;
  }
}
@media screen and (min-width: 769px) {
  .column-latest_button {
    margin-top: -50px;
  }
}
.column-latest_button::before, .column-latest_button::after {
  content: none;
}
.column-latest_button--prev {
  left: 6px;
  background-image: url(../images/pager_arrow_left.svg);
}
@media screen and (min-width: 769px) {
  .column-latest_button--prev {
    left: 0;
  }
}
.column-latest_button--next {
  right: 6px;
  background-image: url(../images/pager_arrow_right.svg);
}
@media screen and (min-width: 769px) {
  .column-latest_button--next {
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .column-latest + .more-button {
    margin-top: 80px;
  }
}

/*
** ニュース関連
---------------------------------------- */
.news_list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .news_list {
    margin-top: -50px;
  }
}
.news_item {
  border-bottom: 1px solid #8c8888;
  padding-bottom: 5px;
}
.news_link {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .news_link {
    padding: 20px 25px 20px 0;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .news_link {
    display: flex;
    padding: 20px 0 20px 20px;
  }
}
@media (hover: hover) {
  .news_link:hover {
    opacity: 0.75;
    color: #fff;
  }
  .news_link:hover .news_title {
    text-decoration: underline;
  }
}
.news_time {
  line-height: 1.875;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .news_time {
    margin-bottom: 2px;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .news_time {
    margin-right: 32px;
  }
}
.news_title {
  flex: 1;
  font-weight: 500;
  line-height: 1.875;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .news_title {
    line-height: 1.5;
  }
}

.news-pre-order {
  background: transparent;
  margin-top: 60px;
}

.news-detail .content_body {
  padding-top: 60px;
}
.news-detail_header {
  background-color: #e3eae0;
}
@media screen and (max-width: 768px) {
  .news-detail_header {
    padding: 13px 12px 22px 20px;
  }
}
@media screen and (min-width: 769px) {
  .news-detail_header {
    padding: 33px 25px 23px 35px;
  }
}
.news-detail_header time {
  display: block;
}
@media screen and (max-width: 768px) {
  .news-detail_header time {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 769px) {
  .news-detail_header time {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
}
.news-detail_header h1 {
  font-weight: 500;
  letter-spacing: 0.07em;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news-detail_header h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .news-detail_header h1 {
    font-size: 3.2rem;
  }
}
.news-detail_content {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .news-detail_content {
    padding-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .news-detail_content {
    padding-top: 52px;
  }
}

/*
** ポリシー関連
---------------------------------------- */
@media screen and (min-width: 769px) {
  .policy .content_body {
    padding-top: 40px;
  }
}
.policy_wrap {
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .policy_wrap {
    padding: 60px 0 28px;
  }
}
@media screen and (min-width: 769px) {
  .policy_wrap {
    padding: 116px 0 50px;
  }
}
.policy_article {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .policy_article section {
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .policy_article section {
    padding-left: 20px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 769px) {
  .policy_article section h2 {
    margin-left: -20px;
  }
}
.policy_article section:first-child {
  margin-top: 0;
}
.policy_article h2 {
  border-bottom: 3px solid #fff;
  position: relative;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .policy_article h2 {
    font-size: 2rem;
    padding-bottom: 11px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  .policy_article h2 {
    margin-bottom: 8px;
    font-size: 2.4rem;
    padding-bottom: 6px;
  }
}
.policy_article h2::after {
  content: "";
  width: 50%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background-color: #b29068;
}
.policy_article p {
  line-height: 2.25;
  line-break: strict;
}
.policy_article p + p {
  margin-top: 1.8rem;
}
.policy_article ul {
  list-style: none;
}
.policy_article ul li {
  line-height: 2.25;
  text-indent: -1em;
  padding-left: 1em;
  line-break: strict;
}
.policy_article a {
  color: #fff;
  text-decoration: underline;
}

/*
** ページャー（共通）
---------------------------------------- */
.pager {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .pager {
    margin-top: 47px;
  }
}
@media screen and (min-width: 769px) {
  .pager {
    margin-top: 50px;
  }
}
.pager_numbers {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 10px;
  justify-content: center;
  gap: 8px 0;
}
.pager_numbers li {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .pager_numbers li {
    margin: 0 8px;
  }
}
.pager_numbers a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
  font-size: 1.8rem;
}
.pager_numbers a.current {
  color: #b29068;
}
.pager_numbers a:hover {
  color: #b29068;
}
.pager_arrow {
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #161616;
  background-size: 15.73px auto;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  transform: translateY(1px);
  width: 22px;
  height: 22px;
  background-position: center calc(50% - 1px);
}
.pager_arrow--prev {
  background-image: url(../images/pager_arrow_left.svg);
}
.pager_arrow--next {
  background-image: url(../images/pager_arrow_right.svg);
}
.pager_arrow:hover {
  background-color: #b29068;
  color: #fff;
  border-color: #b29068;
}

.pager-single {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  gap: 60px;
}
.pager-single_item {
  width: 50%;
}
.pager-single_item--prev {
  text-align: right;
}
.pager-single_link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
}
@media (hover: hover) {
  .pager-single_link:hover {
    color: #fff;
  }
}
.pager-single_text {
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: normal;
  font-size: 1.6rem;
}
/*# sourceMappingURL=page.css.map */