@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

td, th {
  padding: 0;
}

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img, input {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  text-align: left;
}

q:after, q:before {
  content: "";
}

abbr, acronym {
  border: 0;
}

a, img {
  vertical-align: top;
  display: inline-block;
}

:root {
  --black: #1c1c1c;
  --gray: #b3b3b3;
  --light-gray: #ddd;
  --blue: #0096ff;
  --beige: #f2e9dc;
  --footer-link-color: #a2a2a2;
  --detail-text-color: #b7966e;
  --color-transition: cubic-bezier(0.847, 0.541, 0.302, 0.882);
}

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
input {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  text-align: left;
}

img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  min-inline-size: 0;
}

html {
  font-size: 16px;
  color-scheme: light !important;
}

body {
  width: 100%;
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--black);
  overflow-wrap: anywhere;
  word-break: normal;
  text-autospace: normal;
  line-break: strict;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: normal;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a,
input {
  outline: none;
  color: var(--black);
  text-decoration: none;
}

a {
  text-decoration: none;
  -webkit-user-select: none;
          user-select: none;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
}
a img {
  transition: opacity 0.2s;
}

.min {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.js-copy-link {
  position: relative;
}
.js-copy-link.js-copy-complete {
  pointer-events: none;
}
.js-copy-link.js-copy-complete::before {
  content: "URLをコピーしました";
  position: absolute;
  inset: 30px 0 auto auto;
  width: max-content;
  margin: auto;
  padding: 3px 8px 4px;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-size: 0.8125rem;
  font-weight: 700;
  background-color: #fff;
  color: #757575;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 0;
  animation: copy_complete 0.8s linear 0.1s 1;
}

@keyframes copy_complete {
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/******************************
PR記事一覧用
******************************/
.prSection .articlesList .img,
.sidePrSection .sideArticlesList .img {
  background-color: #e7f2fd;
}

.prSection .articlesList .tit,
.sidePrSection .sideArticlesList .tit {
  color: #8DA2EA;
}

.prSection .articlesList .prTxt,
.sidePrSection .sideArticlesList .prTxt {
  text-align: right;
  color: #999;
  font-size: 1.1rem;
  letter-spacing: 0.12rem;
  margin-top: 10px;
}

.prSection .articlesList .prTxt {
  margin-top: -30px;
}

/* 404ページ */
.errorCont {
  padding: 80px 15px;
  text-align: center;
}

.errorContTit {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}

.errorContNumber {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.errorContTxt {
  margin-top: 23px;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.errorContBtn {
  margin-top: 40px;
  text-align: center;
}

.errorContBtn a {
  width: 100%;
  max-width: 350px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  background: #000;
  display: inline-block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* Arrows
トップページ共通*/
.slick-prev,
.slick-next {
  height: 47px;
  width: 47px;
  padding: 0;
  border-radius: 50%;
  background-color: var(--black);
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    height: 34px;
    width: 34px;
  }
}
.slick-prev::before,
.slick-next::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 1px solid #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .slick-prev::before,
  .slick-next::before {
    width: 8.65px;
    height: 8.65px;
  }
}

.slick-prev:before {
  left: 4px;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
}

.slick-next:before {
  right: 4px;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 1.1 !important;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 8px;
  width: 8px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Dots
トップページ共通 */
.slick-dots {
  bottom: -44px;
  display: flex;
  justify-content: center;
  gap: 0 8px;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: -30px;
  }
}
.slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
}
.slick-dots li button {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  background-color: #d4d4d4;
}
.slick-dots li button:before {
  content: none;
}
.slick-dots li.slick-active button {
  background-color: #000;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .index-slider-wrap .slick-dots {
    bottom: -44px;
  }
}

/******************************
共通
******************************/
body {
  min-width: 1200px;
}

.pc-none {
  display: none !important;
}

.narrow {
  font-family: "Arial Narrow", "Franklin Gothic Medium", sans-serif;
}

.to-top {
  position: fixed;
  inset: auto 20px 30px auto;
  width: 50px;
  height: 50px;
}
.to-top a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background-color: #cdcdcd;
  border-radius: 50%;
}
.to-top a svg {
  width: 19px;
  height: 11px;
}

/******************************
ヘッダー
******************************/
.header-sp {
  display: none !important;
}

.headerSpacer {
  height: var(--headerInitialH, 0px);
}

.header-pc {
  position: fixed;
  inset: 0 0 auto;
  background-color: #fff;
  z-index: 1000;
}
.header-pc:not(.header-pc--fixed):has(.notification) {
  margin-bottom: 40px;
}
.header-pc__top {
  width: 100%;
  height: 113px;
  padding-bottom: 7px;
  background-color: #fff;
}
.header-pc__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: min(100%, 1240px);
  padding-inline: 20px;
  height: 100%;
  margin-inline: auto;
}
.header-pc__sns .header-sns-list {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.header-pc__sns .header-sns-list__item:nth-child(2) {
  width: 21px;
  height: 21px;
}
.header-pc__sns .header-sns-list .sns-link {
  display: block;
  transition: opacity 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .header-pc__sns .header-sns-list .sns-link:hover {
    opacity: 0.75;
  }
}
.header-pc__logo {
  position: absolute;
  inset: 0;
  width: 355px;
  height: 52px;
  margin: auto;
}
.header-pc__logo .logo-link {
  display: block;
  transition: opacity 0.25s var(--color-transition);
}
.header-pc__logo .logo-link img {
  width: 100%;
}
@media (any-hover: hover) {
  .header-pc__logo .logo-link:hover {
    opacity: 0.75;
  }
}
.header-pc__search {
  width: 220px;
  height: 32px;
}
.header-pc__search form {
  width: 100%;
  height: 100%;
  position: relative;
}
.header-pc__search input[type=text] {
  width: 100%;
  padding: 6px 30px 8px 12px;
  border: 1px solid #5e5e5e;
  font-size: 0.75rem;
}
.header-pc__search input[type=text]::placeholder, .header-pc__search input[type=text]::-webkit-input-placeholder {
  color: #b4b4b4;
}
.header-pc__search button {
  display: block;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  cursor: pointer;
}
.header-pc__btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 10px;
  margin-left: auto;
}

.header-pc__bottom {
  display: flex;
  justify-content: center;
  height: 70px;
  padding-top: 22px;
  border-bottom: 1px solid var(--black);
  background-color: #fff;
}
.header-pc__bottom .gnav__list {
  display: flex;
  justify-content: center;
  gap: 0 5%;
  position: relative;
  width: 1200px;
  margin-block: 0;
  margin-inline: auto;
}
.header-pc__bottom .gnav__item {
  position: relative;
  height: 40px;
  z-index: 2;
}
.header-pc__bottom .gnav__item > .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 0;
  font-family: "EB Garamond", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.header-pc__bottom .gnav__item > .nav-link::before {
  content: "";
  position: absolute;
  inset: auto -16px 0;
  width: 0;
  height: 2px;
  background-color: var(--black);
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .header-pc__bottom .gnav__item > .nav-link:hover {
    opacity: 1;
  }
  .header-pc__bottom .gnav__item > .nav-link:hover::before {
    width: calc(100% + 32px);
  }
}
.header-pc__bottom .gnav__item.has-child {
  padding-right: 14px;
}
.header-pc__bottom .gnav__item.has-child > .nav-link::after {
  content: "";
  position: absolute;
  inset: 0 -14px 3px auto;
  width: 7px;
  height: 7px;
  margin: auto 0;
  border-bottom: 1px solid var(--gray);
  border-right: 1px solid var(--gray);
  transform: rotate(45deg);
  transition: transform 0.2s;
  pointer-events: none;
}
.header-pc__bottom .gnav__item.has-child.menu-open .nav-link::before {
  width: calc(100% + 32px);
}
.header-pc__bottom .gnav .gnav-child {
  display: none;
  position: absolute;
  inset: 100% auto auto -24px;
  width: 176px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.header-pc__bottom .gnav .gnav-child__item {
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
}
.header-pc__bottom .gnav .gnav-child__item .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  color: var(--black);
}
@media (hover: hover) {
  .header-pc__bottom .gnav .gnav-child__item .nav-link:hover {
    background-color: var(--gray);
    color: #fff;
  }
}
.header-pc__bottom .gnav .gnav-wide-child {
  display: none;
  position: absolute;
  inset: 100% auto auto -24px;
  width: 956px;
  padding: 17px 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.header-pc__bottom .gnav .gnav-wide-child__title {
  padding-inline: 20px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--green);
}
.header-pc__bottom .gnav .gnav-wide-child__list {
  display: flex;
  flex-direction: column;
  margin-top: 14px;
}
.header-pc__bottom .gnav .gnav-wide-child__item {
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.2;
}
.header-pc__bottom .gnav .gnav-wide-child__item .nav-link {
  display: block;
  padding: 14px 20px;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}
@media (hover: hover) {
  .header-pc__bottom .gnav .gnav-wide-child__item .nav-link:hover {
    color: #fff;
    background-color: var(--green);
  }
}
.header-pc__bottom .gnav__item.menu-open > .nav-link::after {
  inset: 5px -20px 0 auto;
  transform: rotate(-135deg);
}
.header-pc__bottom .gnav__item.menu-open .gnav-child,
.header-pc__bottom .gnav__item.menu-open .gnav-wide-child {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header-pc__bottom .gnav__item.menu-open .gnav-wide-child {
  display: flex !important;
}

.notification {
  position: absolute;
  inset: 100% 0 auto;
  background-color: #FFE96E;
}
.notification__inner {
  width: min(100%, 1240px);
  margin-inline: auto;
  padding-block: 11px 9px;
  padding-inline: 20px;
}
.notification .notification-txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--black);
  text-align: center;
}

/*固定時*/
.header_sp_fixed {
  display: none !important;
}

.header-pc--fixed {
  display: none;
  width: 100%;
  min-width: 960px;
  position: fixed;
  top: -120%;
  transition: 0.15s ease;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
.header-pc--fixed.is-show {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.header-pc--fixed .header-pc__logo {
  position: relative;
  inset: auto;
  margin: 0;
}
.header-pc--fixed .header-pc__top {
  height: 100px;
  padding-bottom: 0;
}
.header-pc--fixed .header-pc__bottom {
  align-items: flex-start;
  height: 50px;
  margin: 0 auto;
}

/******************************
サイドナビゲーション
******************************/
.header-nav {
  display: none !important;
}

.search-nav {
  display: none !important;
}

/******************************
コンテンツ共通要素
******************************/
.cont {
  display: flex;
  min-height: 50vh;
  width: min(100%, 1248px);
  margin-inline: auto;
  padding: 50px 24px 0;
}
.cont_noflex {
  display: block;
}
.cont.pb-80 {
  padding-bottom: 80px;
}
.cont.ias-item {
  padding-top: 30px !important;
}

.top-main ~ .cont {
  padding-top: 143px;
}

.cont-tit-head {
  position: relative;
  z-index: 0;
}
.cont-tit-head::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 1px;
  margin-block: auto;
  background-color: var(--black);
  z-index: -1;
}

.cont-tit {
  display: inline-block;
  padding-right: 20px;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 1;
  color: var(--black);
  background-color: #fff;
}
.cont-tit:has(.cont-tit__num), .cont-tit:has(.cont-tit__arrow) {
  display: flex;
  align-items: center;
  gap: 0 16px;
  width: fit-content;
}
.cont-tit:has(.cont-tit__ja) {
  display: flex;
  align-items: center;
  gap: 0 14px;
  width: fit-content;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}
.cont-tit__num {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}
.cont-tit__arrow {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--black);
  transition: transform 0.25s ease-in-out, opacity 0.25s var(--color-transition);
}
.cont-tit__arrow::before {
  content: "";
  position: absolute;
  inset: 0 2px 0 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 2;
  transform: rotate(45deg);
}
.cont-tit__ja {
  font-family: "Noto Sans JP", Hiragino Kaku Gothic ProN, Hiragino Sans, メイリオ, Meiryo, ＭＳ Ｐゴシック, Arial, Helvetica, Verdana, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--black);
}
.cont-tit .tit-link {
  transition: opacity 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .cont-tit .tit-link:hover {
    opacity: 0.75;
  }
  .cont-tit .tit-link:hover + .cont-tit__arrow {
    transform: translateX(5px);
    opacity: 0.75;
  }
}
.cont-tit + .articles-list {
  margin-top: 16px;
}

.cont-tit-head--static .cont-tit {
  font-family: "Noto Sans JP", Hiragino Kaku Gothic ProN, Hiragino Sans, メイリオ, Meiryo, ＭＳ Ｐゴシック, Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: 0.06em;
}

.cont-btn {
  width: fit-content;
}
.cont-btn .btn-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 160px;
  height: 40px;
  padding-inline: 20px;
  border: 1px solid var(--black);
  background-color: var(--black);
  transition: opacity 0.25s var(--color-transition);
}
.cont-btn .btn-link .cont-btn__txt {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}
.cont-btn .btn-link .cont-btn__arrow {
  position: relative;
  width: 23px;
  height: 5px;
  transition: transform 0.25s ease-in-out;
}
.cont-btn .btn-link .cont-btn__arrow svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .cont-btn .btn-link:hover {
    opacity: 0.75;
  }
  .cont-btn .btn-link:hover .cont-btn__arrow {
    transform: translateX(5px);
  }
}

.contTxt {
  line-height: 2.15;
  color: #444;
  font-size: 1.4rem;
}
.contTxt .lead {
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.65;
  display: block;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.contTable {
  width: 100%;
  margin: 30px auto 0;
}
.contTable table {
  width: 100%;
}
.contTable th {
  border: 1px solid #eee;
  font-weight: 600;
  vertical-align: middle;
  background: #f7f7f7;
  width: 20%;
  padding: 22px 0;
  font-size: 1.3rem;
  text-align: center;
}
.contTable td {
  border: 1px solid #eee;
  font-size: 1.2rem;
  text-align: left;
  vertical-align: middle;
  padding: 22px 18px;
}
.contTable td iframe {
  width: 100% !important;
  width: 100% !important;
}

.cont.preview {
  border: solid #ff0 8px;
  padding: 30px;
  margin-top: 30px;
}

.contIndentList li {
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}

/* 記事カード関連 */
.top-main-slider .img,
.main-articles-list .img,
.index-slider .img,
.index-articles-list .img,
.information-list .img,
.articles-list .img {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  z-index: 0;
}
.top-main-slider .img img,
.main-articles-list .img img,
.index-slider .img img,
.index-articles-list .img img,
.information-list .img img,
.articles-list .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top-main-slider .date,
.main-articles-list .date,
.index-slider .date,
.index-articles-list .date,
.information-list .date,
.articles-list .date {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
}
.top-main-slider .cate,
.main-articles-list .cate,
.index-slider .cate,
.index-articles-list .cate,
.information-list .cate,
.articles-list .cate {
  display: grid;
  place-items: center;
  min-width: 50px;
  height: 18px;
  padding-inline: 5px;
  border: 1px solid #B7966E;
  border-radius: 5px;
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  color: #B7966E;
}
.top-main-slider .pr,
.main-articles-list .pr,
.index-slider .pr,
.index-articles-list .pr,
.information-list .pr,
.articles-list .pr {
  display: grid;
  place-items: center;
  width: 30px;
  height: 18px;
  border-radius: 5px;
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  line-height: 1;
  background-color: var(--gray);
  color: #fff;
}
.top-main-slider .tags,
.main-articles-list .tags,
.index-slider .tags,
.index-articles-list .tags,
.information-list .tags,
.articles-list .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.top-main-slider .tags a,
.main-articles-list .tags a,
.index-slider .tags a,
.index-articles-list .tags a,
.information-list .tags a,
.articles-list .tags a {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  color: var(--gray);
  transition: opacity 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .top-main-slider .tags a:hover,
  .main-articles-list .tags a:hover,
  .index-slider .tags a:hover,
  .index-articles-list .tags a:hover,
  .information-list .tags a:hover,
  .articles-list .tags a:hover {
    opacity: 0.75;
  }
}

/******************************
左コンテンツ
******************************/
.cont-left {
  flex: 0 0 70.833%;
  max-width: 850px;
  width: 70.833%;
}

.speaker-list {
  margin-top: 22px;
}
.speaker-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.speaker-list__item {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.speaker-list__item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 122px;
  padding-inline: 20px;
  border: 1px solid var(--light-gray);
  border-radius: 2px;
  transition: 0.2s;
}
@media (hover: hover) {
  .speaker-list__item a:hover {
    opacity: 0.7;
  }
  .speaker-list__item a:hover:has(.btn-follow:hover) {
    opacity: 1;
  }
}
.speaker-list__item .img {
  flex: 0 0 80px;
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 14px;
  border-radius: 50%;
  overflow: hidden;
}
.speaker-list__item .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.speaker-list__item .txt-box {
  margin-right: 0.8rem;
  padding-block: 20px;
}
.speaker-list__item .txt-box .tit {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}
.speaker-list__item .txt-box .subtit {
  margin-top: 9px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: var(--gray);
}
.speaker-list__item .txt-box .lead {
  margin-top: 10px;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.25;
}
.speaker-list__item .btn-follow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  width: 100px;
  min-width: 100px;
  height: 40px;
  margin-left: auto;
  border: 1px solid var(--gray);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: var(--gray);
  background-color: #fff;
  transition: 0.2s ease-in-out;
}
.speaker-list__item .btn-follow span {
  font-size: 110%;
  font-weight: 800;
}
@media (hover: hover) {
  .speaker-list__item .btn-follow:hover {
    color: #fff !important;
    background-color: var(--gray);
  }
}

.brand-topics {
  width: 100%;
  background-color: var(--light-gray);
}
.brand-topics--top {
  padding-block: 80px;
}
.brand-topics--detail {
  margin-top: 60px;
  padding-block: 60px;
}
.brand-topics__title {
  position: relative;
  font-family: arial;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--gray);
}
.brand-topics .brand-topics-slider-wrap {
  position: relative;
  width: min(85%, 1200px);
  margin-top: 50px;
  margin-bottom: 34px;
  margin-inline: auto;
}
.brand-topics .brand-topics-slider-wrap .slick-arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  inset: 50% 0 auto 50%;
  width: calc(100% + 120px);
  transform: translate(-50%, -50%);
}
.brand-topics .brand-topics-slider__item {
  position: relative;
  padding-inline: 10px;
}
.brand-topics .brand-topics-slider__item > a:hover {
  opacity: 0.7;
}
.brand-topics .brand-topics-slider__item > a .img {
  position: relative;
  background-color: #eee;
  aspect-ratio: 16/9;
  overflow: hidden;
  z-index: 0;
}
.brand-topics .brand-topics-slider__item > a .img img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  z-index: 1;
}
.brand-topics .brand-topics-slider__item > a .img .pr {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0 auto auto 0;
  width: 24px;
  height: 16px;
  font-family: var(--font-narrow);
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  background-color: var(--black);
}
.brand-topics .brand-topics-slider__item > a .txt-box {
  width: 100%;
  padding-block: 12px;
}
.brand-topics .brand-topics-slider__item > a .date {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: var(--gray);
}
.brand-topics .brand-topics-slider__item > a .tit {
  margin-top: 10px;
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/******************************
右コンテンツ
******************************/
.cont-right {
  flex: 0 0 29.167%;
  max-width: 350px;
  width: 29.167%;
  padding-left: 4.166%;
}

.side-tit-head {
  padding-bottom: 8px;
  border-bottom: 2px solid var(--black);
}

.side-tit {
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  font-weight: 400;
}

.banners {
  margin-top: 35px;
}
.banners .banner {
  transition: 0.3s;
  cursor: pointer;
}
.banners .banner + .banner {
  margin-top: 30px;
}
@media (hover: hover) {
  .banners .banner:hover {
    opacity: 0.8;
  }
}

.cta-01 {
  margin-top: 80px;
  background-color: var(--black);
}
.cta-01__inner {
  width: min(100%, 1248px);
  margin-inline: auto;
  padding: 50px 24px 54px;
  color: #fff;
}
.cta-01__title {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
.cta-01__lead {
  margin-top: 30px;
  text-align: center;
}
.cta-01__lead span {
  display: inline-block;
  position: relative;
  padding-inline: 1.2rem;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}
.cta-01__lead span::before {
  content: "";
  position: absolute;
  inset: 0 100% 0 auto;
  width: 110px;
  height: 1px;
  margin-block: auto;
  background-color: #fff;
}
.cta-01__lead span::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 100%;
  width: 110px;
  height: 1px;
  margin-block: auto;
  background-color: #fff;
}
.cta-01__txt {
  margin-top: 15px;
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
}
.cta-01 .cta-01-btn {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  margin-top: 26px;
}
.cta-01 .cta-01-btn__item {
  flex: 0 0 400px;
  max-width: 400px;
}
.cta-01 .cta-01-btn__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 48px;
  margin-inline: auto;
  padding-inline: 10px;
  border: 1px solid var(--light-gray);
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  color: #666;
  background-color: #fff;
  transition: 0.2s;
}
.cta-01 .cta-01-btn__item a::before {
  content: "";
  position: absolute;
  inset: 0 20px 0 auto;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--gray);
  border-right: 1px solid var(--gray);
  transform: rotate(45deg);
  transition: 0.2s;
}
@media (hover: hover) {
  .cta-01 .cta-01-btn__item a:hover {
    color: #fff;
    background-color: var(--gray);
    opacity: 1;
  }
  .cta-01 .cta-01-btn__item a:hover::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.cta-01 .cta-01-btn__item:first-of-type a {
  border: 1px solid var(--gray);
  color: #fff;
  background-color: var(--gray);
}
.cta-01 .cta-01-btn__item:first-of-type a::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (hover: hover) {
  .cta-01 .cta-01-btn__item:first-of-type a:hover {
    color: var(--gray);
    background-color: #fff;
  }
  .cta-01 .cta-01-btn__item:first-of-type a:hover::before {
    border-top: 1px solid var(--gray);
    border-right: 1px solid var(--gray);
  }
}
.cta-01 .cta-01-btn__item:nth-of-type(2) a {
  color: var(--black);
  background-color: #fff;
}
.cta-01 .cta-01-btn__item:nth-of-type(2) a::before {
  border-top: 1px solid var(--gray);
  border-right: 1px solid var(--gray);
}
@media (hover: hover) {
  .cta-01 .cta-01-btn__item:nth-of-type(2) a:hover {
    border: 1px solid var(--gray);
    color: #fff;
    background-color: var(--gray);
  }
  .cta-01 .cta-01-btn__item:nth-of-type(2) a:hover::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.cta-01 + .footer {
  margin-top: 0;
}

.biz .cta-01 .cta-01-btn__item:first-of-type a {
  border: 1px solid var(--blue);
  background-color: var(--blue);
}
.biz .cta-01 .cta-01-btn__item:first-of-type a a::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (hover: hover) {
  .biz .cta-01 .cta-01-btn__item:first-of-type a:hover {
    border: 1px solid #fff;
    color: var(--blue);
    background-color: #fff;
  }
  .biz .cta-01 .cta-01-btn__item:first-of-type a:hover::before {
    border-top: 1px solid var(--blue);
    border-right: 1px solid var(--blue);
  }
}
.biz .cta-01 .cta-01-btn__item:nth-of-type(2) a::before {
  border-top: 1px solid var(--blue);
  border-right: 1px solid var(--blue);
}
@media (hover: hover) {
  .biz .cta-01 .cta-01-btn__item:nth-of-type(2) a:hover {
    border: 1px solid var(--blue);
    background-color: var(--blue);
  }
  .biz .cta-01 .cta-01-btn__item:nth-of-type(2) a:hover::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.tech .cta-01 .cta-01-btn__item:first-of-type a {
  border: 1px solid var(--green);
  background-color: var(--green);
}
.tech .cta-01 .cta-01-btn__item:first-of-type a a::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (hover: hover) {
  .tech .cta-01 .cta-01-btn__item:first-of-type a:hover {
    border: 1px solid #fff;
    color: var(--green);
    background-color: #fff;
  }
  .tech .cta-01 .cta-01-btn__item:first-of-type a:hover::before {
    border-top: 1px solid var(--green);
    border-right: 1px solid var(--green);
  }
}
.tech .cta-01 .cta-01-btn__item:nth-of-type(2) a::before {
  border-top: 1px solid var(--green);
  border-right: 1px solid var(--green);
}
@media (hover: hover) {
  .tech .cta-01 .cta-01-btn__item:nth-of-type(2) a:hover {
    border: 1px solid var(--green);
    background-color: var(--green);
  }
  .tech .cta-01 .cta-01-btn__item:nth-of-type(2) a:hover::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

/******************************
フッター
******************************/
.footer {
  margin-top: 134px;
  background-color: var(--black);
  color: #fff;
}
.footer__inner {
  width: min(100%, 1240px);
  margin-inline: auto;
  padding: 40px 20px 46px;
}

.top-main ~ .footer {
  margin-top: 134px;
}

.footer-content {
  display: grid;
  grid-template-areas: "logo gnav gnav" "link link sns" "link link sns" "note note note" "copy copy copy";
}

.footer-logo {
  grid-area: logo;
  margin-bottom: 40px;
}
.footer-logo .logo-link {
  transition: opacity 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .footer-logo .logo-link:hover {
    opacity: 0.75;
  }
}

.footer-gnav {
  grid-area: gnav;
  display: flex;
  justify-content: flex-end;
}
.footer-gnav__list {
  display: flex;
  align-items: center;
  gap: 0 40px;
  width: fit-content;
  height: 36px;
}
.footer-gnav__item .nav-link {
  display: block;
  position: relative;
  font-family: "EB Garamond", serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #fff;
}
.footer-gnav__item .nav-link::after {
  content: "";
  position: absolute;
  inset: auto 0 -5px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .footer-gnav__item .nav-link:hover::after {
    width: 100%;
  }
}

.footer-link {
  grid-area: link;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  padding-top: 7px;
}
.footer-link__list {
  display: flex;
  align-items: center;
}
.footer-link__item .link {
  display: block;
  padding-inline: 20px;
  border-left: 1px solid var(--footer-link-color);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: var(--footer-link-color);
  transition: opacity 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .footer-link__item .link:hover {
    opacity: 0.75;
  }
}
.footer-link__item:first-child .link {
  padding-left: 0;
  border-left: none;
}

.footer-sns {
  grid-area: sns;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer-sns__list {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.footer-sns__item:nth-child(2) {
  width: 21px;
  height: 21px;
}
.footer-sns__item .sns-link {
  display: block;
  transition: opacity 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .footer-sns__item .sns-link:hover {
    opacity: 0.75;
  }
}

.footer-notice {
  grid-area: note;
  margin-top: 36px;
}
.footer-notice p {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--footer-link-color);
}

.footer-copy {
  grid-area: copy;
  margin-top: 10px;
}
.footer-copy p {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--footer-link-color);
}

/******************************
パンくず
******************************/
.breadcrumb {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb__item {
  display: inline;
  position: relative;
  padding-bottom: 4px;
}
.breadcrumb__item:not(:last-of-type) {
  display: inline-block;
  padding-right: 12px;
  margin-right: 12px;
}
.breadcrumb__item:not(:last-of-type)::after {
  content: "/";
  position: absolute;
  inset: calc(50% - 6px) -2px 0 auto;
  margin: auto 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
  color: var(--gray);
}
.breadcrumb__item a {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  color: var(--black);
  text-decoration: none;
  vertical-align: middle;
  transition: color 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .breadcrumb__item a:hover {
    color: var(--gray);
  }
}
.breadcrumb__item span {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  color: var(--gray);
  vertical-align: middle;
}
.breadcrumb.is-scroll-x {
  margin-bottom: 0.5rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  white-space: nowrap;
  overflow-x: scroll;
  background-color: #f5f5f5;
  -webkit-overflow-scrolling: touch;
}
.breadcrumb.is-scroll-x .breadcrumb__list {
  flex-wrap: nowrap;
}
.breadcrumb.is-scroll-x::-webkit-scrollbar {
  height: 10px;
}
.breadcrumb.is-scroll-x::-webkit-scrollbar-thumb {
  background: #dfdfdf;
  border-radius: 5px;
}
.breadcrumb.is-scroll-x::-webkit-scrollbar-track {
  background: #fafafa;
  border-radius: 5px;
}

/******************************
記事一覧
******************************/
.cont-tit-head + .articles-list {
  margin-top: 20px;
}

.section-articles-list {
  margin-top: 25px;
  padding-bottom: 30px;
}

.articles-list {
  width: 100%;
}
.articles-list__list {
  list-style: none;
}
.articles-list__item {
  position: relative;
}
.articles-list__item .item-link {
  transition: opacity 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .articles-list__item .item-link:hover {
    opacity: 0.75;
  }
}
.articles-list__item .txt-box {
  width: 100%;
  padding: 18px 0 0;
  color: var(--black);
}
.articles-list__item .txt-box .tit {
  padding-top: 13px;
}
.articles-list__item .meta {
  display: flex;
  width: 100%;
}
.articles-list__item .meta .pr {
  margin-left: 12px;
}
.articles-list__item .meta .date {
  margin-left: auto;
}
.articles-list__item .tags {
  margin-top: 19px;
}
.articles-list_col2 .articles-list__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 35px 20px;
}
.articles-list_col2 .articles-list__item .item-link {
  width: 100%;
}
.articles-list_col2 .articles-list__item .img {
  width: 100%;
}
.articles-list_col2 .articles-list__item .txt-box {
  width: 100%;
}
.articles-list_col2 .articles-list__item .tit {
  min-height: 61px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.articles-list_col2 + .cont-btn {
  margin-top: 40px;
}
.articles-list_col3-4 .articles-list__list {
  display: flex;
  flex-wrap: wrap;
}
.articles-list_col3-4 .articles-list__item {
  display: block;
}
.articles-list_col3-4 .articles-list__item:nth-child(-n+3) {
  flex: 0 0 calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
  margin-bottom: 30px;
}
.articles-list_col3-4 .articles-list__item:nth-child(2), .articles-list_col3-4 .articles-list__item:nth-child(3) {
  margin-left: 20px;
}
.articles-list_col3-4 .articles-list__item:nth-child(n+4) {
  flex: 0 0 calc((100% - 60px) / 4);
  max-width: calc((100% - 60px) / 4);
}
.articles-list_col3-4 .articles-list__item:nth-child(n+4) .tit {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.articles-list_col3-4 .articles-list__item:nth-child(5), .articles-list_col3-4 .articles-list__item:nth-child(6), .articles-list_col3-4 .articles-list__item:nth-child(7) {
  margin-left: 20px;
}
.articles-list_col3-4 .articles-list__item > a {
  width: 100%;
}
.articles-list_col3-4 .articles-list__item .img {
  width: 100%;
}
.articles-list_col3-4 .articles-list__item .txt-box {
  width: 100%;
  padding: 12px 0 0 0;
}
.articles-list_col3-4 .articles-list__item .date {
  margin-top: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: var(--gray);
}
.articles-list_col3-4 .articles-list__item .tit {
  padding-top: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.articles-none-txt {
  margin-top: 30px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.5;
}

/******************************
ページャー
******************************/
.articles-list-pager {
  margin-top: 48px;
}
.articles-list-pager__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1px;
}
.articles-list-pager__item a {
  display: block;
  position: relative;
  text-align: center;
  transition: opacity 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .articles-list-pager__item a:hover {
    opacity: 0.75;
  }
}
.articles-list-pager__item.active a {
  color: var(--gray);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.articles-list-pager__item.prev a, .articles-list-pager__item.next a {
  position: relative;
  color: #fff;
  border: none !important;
  background-color: transparent !important;
}
.articles-list-pager__item a {
  min-width: 34px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.05em;
  transition: opacity 0.25s var(--color-transition);
}
.articles-list-pager__item.prev a::before, .articles-list-pager__item.next a::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto;
  margin: auto;
  width: 34px;
  height: 34px;
  border: 1px solid var(--black);
  border-radius: 50%;
  background-color: var(--black);
}
.articles-list-pager__item.prev a::before {
  right: 12px;
}
.articles-list-pager__item.next a::before {
  left: 11px;
}
.articles-list-pager__item.prev a::after, .articles-list-pager__item.next a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.articles-list-pager__item.prev a::after {
  right: 21px;
  transform: rotate(-135deg);
}
.articles-list-pager__item.next a::after {
  left: 21px;
  transform: rotate(45deg);
}
@media (any-hover: hover) {
  .articles-list-pager__item.prev a:hover, .articles-list-pager__item.next a:hover {
    opacity: 0.75;
  }
}

/******************************
詳細ページ
******************************/
.article-detail {
  position: relative;
}

/*記事タイトル*/
.article-detail-head .article-tit {
  margin-top: 8px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: var(--black);
}
.article-detail-head .meta {
  display: flex;
  align-items: center;
  gap: 0 12px;
  margin-top: 14px;
}
.article-detail-head .meta .date {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
}
.article-detail-head .meta .cate {
  display: grid;
  place-items: center;
  min-width: 50px;
  height: 18px;
  padding-inline: 5px;
  border: 1px solid var(--detail-text-color);
  border-radius: 5px;
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  color: var(--detail-text-color);
}
.article-detail-head .meta .pr {
  display: grid;
  place-items: center;
  width: 30px;
  height: 18px;
  border-radius: 5px;
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  line-height: 1;
  background-color: var(--gray);
  color: #fff;
}
.article-detail-head .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}
.article-detail-head .tags a {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  color: var(--gray);
  transition: opacity 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .article-detail-head .tags a:hover {
    opacity: 0.75;
  }
}
.article-detail-head .sponsored {
  margin-top: 2px;
}
.article-detail-head .sponsored span {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  color: #5c5c5c;
}
.article-detail-head__bottom {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 8px;
}
.article-detail-head .sns-icons {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin-left: auto;
}
.article-detail-head .sns-icons__tit {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
}
.article-detail-head .sns-icons .sns-list {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.article-detail-head .sns-icons .sns-list__item:nth-child(2) {
  width: 21px;
  height: 21px;
}
.article-detail-head .sns-icons .sns-list .sns-link {
  display: block;
  transition: opacity 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .article-detail-head .sns-icons .sns-list .sns-link:hover {
    opacity: 0.75;
  }
}

/*記事メイン画像*/
.article-detail-img {
  width: min(100%, 600px);
  margin-top: 48px;
  margin-inline: auto;
}
.article-detail-img .img {
  width: 100%;
}
.article-detail-img .img img {
  width: 100%;
  height: auto;
}
.article-detail-img .caption {
  margin-top: 13px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: var(--gray);
}
.article-detail-img .gallery-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.article-detail-img .gallery-btn .btn-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 192px;
  height: 40px;
  padding-inline: 20px;
  border: 1px solid var(--black);
  background-color: var(--black);
  transition: opacity 0.25s var(--color-transition);
}
.article-detail-img .gallery-btn .btn-link .gallery-btn__txt {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}
.article-detail-img .gallery-btn .btn-link .gallery-btn__arrow {
  position: relative;
  width: 23px;
  height: 5px;
  transition: transform 0.25s ease-in-out;
}
.article-detail-img .gallery-btn .btn-link .gallery-btn__arrow svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .article-detail-img .gallery-btn .btn-link:hover {
    opacity: 0.75;
  }
  .article-detail-img .gallery-btn .btn-link:hover .gallery-btn__arrow {
    transform: translateX(5px);
  }
}

.detail {
  width: min(100%, 720px);
  margin-inline: auto;
}

/*リード文*/
.article-lead-txt {
  margin-top: 48px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

/*目次*/
.article-detail-txt .article-index {
  width: 100%;
  margin-block: 34px 30px;
  padding: 30px 5%;
  background-color: #F9F4EC;
}
.article-detail-txt .article-index__title {
  position: relative;
  z-index: 0;
}
.article-detail-txt .article-index__title span {
  display: inline-block;
  padding-right: 0.5em;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1;
  color: var(--detail-text-color);
  background-color: #F9F4EC;
}
.article-detail-txt .article-index__title::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 1px;
  margin-block: auto;
  background-color: var(--detail-text-color);
  z-index: -1;
}
.article-detail-txt .article-index__content {
  margin-top: 12px;
}
.article-detail-txt .article-index__content a {
  transition: opacity 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .article-detail-txt .article-index__content a:hover {
    opacity: 0.75;
  }
}
.article-detail-txt .article-index__content h2 {
  position: relative;
  margin: 0;
  margin-block: 0;
  padding-block: 6px;
  padding-left: 20px;
  font-size: 1rem;
  line-height: 1.5;
}
.article-detail-txt .article-index__content h2::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 9px;
  height: 12px;
  margin-block: auto;
  background-color: var(--detail-text-color);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transition: transform 0.25s ease-in-out;
}
.article-detail-txt .article-index__content h2:has(+ h3)::before {
  transform: rotate(90deg);
}
.article-detail-txt .article-index__content h2 a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: #5c5c5c;
}
.article-detail-txt .article-index__content h3 {
  margin: 0;
  margin-block: 0;
  padding-block: 6px;
  padding-left: 1.9em;
  border: none;
  font-size: 1rem;
  line-height: 1.5;
  text-indent: -0.7em;
}
.article-detail-txt .article-index__content h3 a {
  display: inline;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: #5c5c5c;
}

/*記事詳細*/
.article-detail-txt {
  margin-top: 30px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  word-break: break-all;
}
.article-detail-txt::after {
  content: "";
  display: block;
  clear: both;
}
.article-detail-txt p {
  margin-bottom: 36px;
}
.article-detail-txt iframe {
  display: block;
  width: min(100%, 600px);
  margin-block: 28px;
  margin-inline: auto;
}
.article-detail-txt iframe[src*=youtube] {
  aspect-ratio: 16/9;
}
.article-detail-txt img {
  display: block;
  max-width: 100%;
  margin-inline: auto;
  height: auto;
}
.article-detail-txt ul {
  margin-block: 28px;
  list-style: disc;
  list-style-position: inside;
}
.article-detail-txt ul li {
  line-height: 2;
}
.article-detail-txt ul li::marker {
  color: var(--detail-text-color);
}
.article-detail-txt ol {
  margin-block: 28px;
  list-style: decimal;
  list-style-position: inside;
}
.article-detail-txt ol li {
  line-height: 2;
}
.article-detail-txt ol li::marker {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--detail-text-color);
}
.article-detail-txt a {
  color: #76C1B8;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.article-detail-txt .caption,
.article-detail-txt .meta {
  margin-top: 5px;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--gray);
}
.article-detail-txt hr {
  margin-block: 28px 36px;
  border-top: 1px solid var(--black);
  border-bottom: none;
  overflow: hidden;
}
.article-detail-txt blockquote {
  position: relative;
  margin-block: 1.75rem;
  padding: 34px 13%;
  border-top: 1px solid #F2E9DC;
  border-bottom: 1px solid #F2E9DC;
}
.article-detail-txt blockquote .quote-top {
  position: absolute;
  inset: -12px auto auto 0;
}
.article-detail-txt blockquote .quote-bottom {
  position: absolute;
  inset: auto 0 -20px auto;
}
.article-detail-txt blockquote h2 {
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.333;
}
.article-detail-txt blockquote p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.article-detail-txt blockquote cite {
  display: block;
  margin-top: 8px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.75;
  font-style: normal;
}
.article-detail-txt .ad {
  margin: 0 25px 25px 0;
  float: left;
  clear: both;
}
.article-detail-txt div[class^=ad] {
  clear: both;
}
.article-detail-txt .lead {
  display: block;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.article-detail-txt figure {
  display: block;
  width: auto;
  margin-block: 20px;
  margin-inline: auto;
  clear: both;
}
.article-detail-txt figcaption {
  margin-top: 5px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: var(--gray);
}

/*h2,h3*/
.article-detail-txt strong {
  font-weight: 700;
}
.article-detail-txt h2 {
  position: relative;
  margin-block: 1.2rem 1.2rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: var(--detail-text-color);
  z-index: 0;
}
.article-detail-txt h2::before {
  content: "";
  position: absolute;
  inset: auto 0 -4px 0;
  width: 100%;
  height: 2px;
  margin-block: auto;
  background-color: var(--detail-text-color);
}
.article-detail-txt h3 {
  margin-block: 1.2rem 0.8rem;
  padding-left: 0.7rem;
  border-left: 2px solid var(--detail-text-color);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: var(--detail-text-color);
}

/*記事内画像*/
.article-detail-txt figure {
  display: block;
  width: fit-content;
  max-width: min(100%, 600px);
  margin-block: 28px;
  margin-inline: auto;
}
.article-detail-txt figure img {
  display: block;
}
.article-detail-txt figure figcaption {
  margin-top: 5px;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--gray);
}

.article-detail-txt .profile {
  margin-top: 35px;
  padding: 20px;
  border-top: 1px solid #F2E9DC;
  border-bottom: 1px solid #F2E9DC;
}
.article-detail-txt .profile__tit {
  margin-block: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--gray);
}
.article-detail-txt .profile__tit::before {
  content: none;
}
.article-detail-txt .profile__name {
  margin: 24px 0 0;
  padding: 0;
  border: none;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: var(--black);
}
.article-detail-txt .profile__img {
  position: relative;
  width: 200px;
  aspect-ratio: 200/217;
  margin: 18px auto 0;
}
.article-detail-txt .profile__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.article-detail-txt .profile__txt {
  margin-top: 16px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.article-detail-txt .profile__txt ul,
.article-detail-txt .profile__txt ol {
  margin-block: 14px;
}
.article-detail-txt .profile hr {
  margin-block: 14px;
}

/*写真*/
.article-detail-photographer {
  margin-top: 30px;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--gray);
}

/*次ページボタン*/
.article-detail-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.article-detail-btn-wrap .article-detail-btn {
  width: min(100%, 520px);
  min-height: 50px;
  margin: 0 auto;
}
.article-detail-btn-wrap .article-detail-btn .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  position: relative;
  width: 100%;
  height: 100%;
  padding-inline: 20px;
  border: 1px solid var(--black);
  background-color: var(--black);
  transition: opacity 0.25s var(--color-transition);
}
.article-detail-btn-wrap .article-detail-btn .btn-link .article-detail-btn__txt {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}
.article-detail-btn-wrap .article-detail-btn .btn-link .article-detail-btn__arrow {
  position: relative;
  width: 23px;
  height: 5px;
  transition: transform 0.25s ease-in-out;
}
.article-detail-btn-wrap .article-detail-btn .btn-link .article-detail-btn__arrow svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .article-detail-btn-wrap .article-detail-btn .btn-link:hover {
    opacity: 0.75;
  }
  .article-detail-btn-wrap .article-detail-btn .btn-link:hover .article-detail-btn__arrow {
    transform: translateX(5px);
  }
}
.article-detail-btn-wrap + .articles-list-pager {
  margin-top: 35px;
}

/*記事タグ*/
.article-detail-tag {
  display: flex;
  align-items: center;
  gap: 0 13px;
  margin-top: 30px;
}
.article-detail-tag__tit {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black);
}
.article-detail-tag__list {
  display: flex;
  align-items: center;
  gap: 0 14px;
  margin: 0;
  padding: 0;
}
.article-detail-tag__item a {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  color: var(--gray);
  text-decoration: none;
  transition: opacity 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .article-detail-tag__item a:hover {
    opacity: 0.75;
  }
}

/*下部広告*/
.article-detail-ad {
  display: flex;
  justify-content: center;
  gap: 0 50px;
  margin-top: 85px;
}

/*おすすめの記事*/
.section-related {
  margin-top: 46px;
}
.section-related .articles-list {
  margin-top: 30px;
}
.section-related + .article-detail-ad {
  margin-top: 46px;
}
.section-related + .article-detail-ad + .section-related {
  margin-top: 58px;
}

/* SP続きを読む */
.continue {
  display: none !important;
}

/*ローディング*/
.loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 246px;
}
.loading__txt {
  margin-top: 12px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--gray);
}

.ring-loader {
  position: relative;
  width: 45px;
  height: 45px;
  border: 3px solid #f1eae2;
  border-radius: 50%;
}

.ring-loader::after {
  content: "";
  position: absolute;
  inset: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 3px solid transparent;
  border-top-color: #b7966e;
  border-radius: 50%;
  animation: ring-rotate 1s linear infinite;
}

@keyframes ring-rotate {
  to {
    transform: rotate(360deg);
  }
}
/******************************
写真一覧ページ
******************************/
.article-gallery ~ .article-detail-ad {
  margin-top: 50px !important;
}

.article-gallery-img {
  margin-top: 52px;
}
.article-gallery-img .img {
  width: 100%;
}
.article-gallery-img .img img {
  width: 100%;
  height: auto;
}
.article-gallery-img .caption {
  margin-top: 14px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #b3b3b3;
}

.article-gallery-prev-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
}
.article-gallery-prev-next__btn {
  flex: 0 0 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  width: 170px;
  height: 40px;
  border: 1px solid var(--black);
  background-color: var(--black);
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: opacity 0.25s var(--color-transition);
}
.article-gallery-prev-next__btn .txt {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.article-gallery-prev-next__btn .arrow-prev,
.article-gallery-prev-next__btn .arrow-next {
  position: relative;
  width: 23px;
  height: 5px;
  transition: transform 0.25s var(--color-transition);
}
.article-gallery-prev-next__btn .arrow-prev svg,
.article-gallery-prev-next__btn .arrow-next svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (hover: hover) {
  .article-gallery-prev-next__btn:hover {
    opacity: 0.7;
  }
  .article-gallery-prev-next__btn:hover .arrow-prev {
    transform: translateX(-5px);
  }
  .article-gallery-prev-next__btn:hover .arrow-next {
    transform: translateX(5px);
  }
}

.article-gallery-list {
  margin: 50px auto;
}
.article-gallery-list__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.article-gallery-list__item {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.article-gallery-list__item .item-link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: opacity 0.25s var(--color-transition);
}
.article-gallery-list__item .item-link.active {
  opacity: 0.75;
}
.article-gallery-list__item .item-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (any-hover: hover) {
  .article-gallery-list__item .item-link:hover {
    opacity: 0.75;
  }
}

.article-gallery-btn {
  width: min(100%, 650px);
  height: 50px;
  margin-inline: auto;
  margin-block: 50px;
}
.article-gallery-btn .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--black);
  background-color: var(--black);
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: opacity 0.25s var(--color-transition);
}
.article-gallery-btn .btn-link .txt {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.article-gallery-btn .btn-link .arrow {
  position: relative;
  width: 23px;
  height: 5px;
  transition: transform 0.25s var(--color-transition);
}
.article-gallery-btn .btn-link .arrow svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (hover: hover) {
  .article-gallery-btn .btn-link:hover {
    opacity: 0.75;
  }
  .article-gallery-btn .btn-link:hover .arrow {
    transform: translateX(5px);
  }
}

/******************************
お知らせリスト
******************************/
.information-list__item .item-link {
  position: relative;
  width: 100%;
  padding-block: 26px 22px;
  padding-right: 10.892%;
  border-bottom: 1px solid var(--gray);
  transition: opacity 0.25s var(--color-transition);
}
.information-list__item .item-link::before {
  content: "";
  position: absolute;
  inset: 0 20px 0 auto;
  width: 14px;
  height: 14px;
  margin-block: auto;
  border-top: 1px solid #5c5c5c;
  border-right: 1px solid #5c5c5c;
  transform: rotate(45deg);
  transition: right 0.25s ease-in-out;
}
.information-list__item .item-link .date {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #5c5c5c;
}
.information-list__item .item-link .tit {
  margin-top: 6px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (any-hover: hover) {
  .information-list__item .item-link:hover {
    opacity: 0.75;
  }
  .information-list__item .item-link:hover::before {
    right: 14px;
  }
}

/******************************
著者詳細
******************************/
.autherDetail {
  display: table;
  margin-bottom: 25px;
}
.autherDetail .imgWrap {
  width: 170px;
  display: table-cell;
}
.autherDetail .imgWrap .img {
  padding-top: 100%;
  background: #eee;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}
.autherDetail .txtWrap {
  padding: 0 0 20px 20px;
  vertical-align: middle;
  display: table-cell;
}
.autherDetail .txtWrap .lead {
  font-weight: 600;
  letter-spacing: 0.09em;
  font-size: 1.2rem;
}
.autherDetail .txtWrap .tit {
  font-weight: 600;
  letter-spacing: 0.09em;
  font-size: 2.4rem;
}
.autherDetail .txtWrap .txt {
  line-height: 30px;
  margin-top: 10px;
  font-size: 1.4rem;
}
.autherDetail .txtWrap .btn {
  margin-top: 15px;
}
.autherDetail .txtWrap .btn a {
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: #323232;
  border-radius: 3px;
  display: inline-block;
  transition: all 0.1s linear;
  font-size: 1.2rem;
  padding: 3px 10px;
  cursor: pointer;
}
.autherDetail .txtWrap .btn a:hover {
  background: #666;
}
.autherDetail .txtWrap .btn span {
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: #323232;
  border-radius: 3px;
  display: inline-block;
  transition: all 0.1s linear;
  font-size: 1.2rem;
  padding: 3px 10px;
  cursor: pointer;
}
.autherDetail .txtWrap .btn span:hover {
  background: #666;
}

.tagList ul {
  overflow: hidden;
}
.tagList li {
  width: 19%;
  float: left;
  margin: 0 1.25% 5% 0;
}
.tagList li a {
  color: #0086cb;
  font-size: 1.3rem;
}
.tagList li:nth-child(5n) {
  margin-right: 0;
}

.tagMenu {
  padding-bottom: 10px;
}
.tagMenu ul {
  letter-spacing: -0.4em;
}
.tagMenu li {
  font-size: 1.3rem;
  letter-spacing: normal;
  display: inline-block;
  padding-bottom: 10px;
}
.tagMenu li a {
  text-decoration: none;
}
.tagMenu li + li {
  position: relative;
  margin-left: 15px;
}
.tagMenu li + li:before {
  content: "/";
  margin-right: 10px;
}
.tagMenu li:hover .inlistBox {
  opacity: 1;
  z-index: 1;
}
.tagMenu .inlist {
  padding-right: 15px;
}
.tagMenu .inlist:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transition: all 0.3s ease;
  transition: all 0.2s ease;
  top: -16px;
  right: -1px;
}
.tagMenu .inlistBox {
  opacity: 0;
  width: 100%;
  background: #dfdfdf;
  position: absolute;
  transition: all 0.3s ease;
  z-index: -1;
  padding: 20px;
  z-index: 1;
  border-radius: 10px;
  top: 32px;
}
.tagMenu .inlistBox li {
  margin-left: 0;
  display: block;
  padding-bottom: 0;
}
.tagMenu .inlistBox li + li {
  margin-top: 5px;
}
.tagMenu .inlistBox li a:hover {
  text-decoration: underline;
}
.tagMenu .inlistBox li:before {
  content: normal;
}
.tagMenu .inlistBox:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #dfdfdf transparent;
  top: -10px;
  left: 20px;
}

.continue {
  display: none;
}

/******************************
バックナンバー
******************************/
.magazine-index__body {
  display: grid;
  grid-template-columns: 381px 1fr;
  gap: 0 5.875%;
  position: relative;
}
.magazine-index .img .img-link {
  display: block;
  position: relative;
  aspect-ratio: 381/487;
  overflow: hidden;
  transition: opacity 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .magazine-index .img .img-link:hover {
    opacity: 0.75;
  }
}
.magazine-index .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.magazine-index .magazine-content-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.magazine-index .magazine-content-body__tit {
  width: fit-content;
  margin-inline: auto;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.magazine-index .magazine-content-body__date {
  display: flex;
  align-items: center;
  gap: 0 6px;
  position: relative;
  margin-top: 45px;
}
.magazine-index .magazine-content-body__date::before {
  content: "";
  position: absolute;
  inset: auto -10px -6px;
  width: calc(100% + 20px);
  height: 2px;
  background-color: #B7966E;
}
.magazine-index .magazine-content-body__date .date {
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
.magazine-index .magazine-content-body__date .date-txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.magazine-index .magazine-content-body__date .date-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 20px;
  border-radius: 4px;
  background-color: #B7966E;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
.magazine-index .magazine-content-body__btns {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin-top: 57px;
}
.magazine-index .magazine-content-body-btn .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  position: relative;
  width: 200px;
  height: 40px;
  margin-inline: auto;
  padding-inline: 20px;
  border: 1px solid var(--black);
  background-color: var(--black);
  transition: opacity 0.25s var(--color-transition);
}
.magazine-index .magazine-content-body-btn__txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}
.magazine-index .magazine-content-body-btn__arrow {
  position: relative;
  width: 23px;
  height: 5px;
  transition: transform 0.25s ease-in-out;
}
.magazine-index .magazine-content-body-btn__arrow svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.magazine-index .magazine-content-body-btn--white .btn-link {
  background-color: #fff;
}
.magazine-index .magazine-content-body-btn--white .magazine-content-body-btn__txt {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  color: var(--black);
}
@media (any-hover: hover) {
  .magazine-index .magazine-content-body-btn .btn-link:hover {
    opacity: 0.75;
  }
  .magazine-index .magazine-content-body-btn .btn-link:hover .magazine-content-body-btn__arrow {
    transform: translateX(5px);
  }
}

.about-magazine {
  margin-top: 91px;
}
.about-magazine__tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px 0;
}
.about-magazine .tit-en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.about-magazine .tit-ja {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.about-magazine__content {
  margin-top: 34px;
}
.about-magazine__img {
  display: flex;
  justify-content: center;
  position: relative;
  width: min(100%, 647px);
  margin-inline: auto;
}
.about-magazine__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-magazine__lead {
  margin-top: 24px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #B7966E;
}
.about-magazine__txt {
  margin-top: 20px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.about-magazine .about-magazine-btn {
  margin-top: 30px;
}
.about-magazine .about-magazine-btn .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  position: relative;
  width: min(100%, 520px);
  height: 50px;
  margin-inline: auto;
  padding-inline: 20px;
  border: 1px solid var(--black);
  background-color: var(--black);
  transition: opacity 0.25s var(--color-transition);
}
.about-magazine .about-magazine-btn .about-magazine-btn__txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
}
.about-magazine .about-magazine-btn .about-magazine-btn__arrow {
  position: relative;
  width: 23px;
  height: 5px;
  transition: transform 0.25s ease-in-out;
}
.about-magazine .about-magazine-btn .about-magazine-btn__arrow svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .about-magazine .about-magazine-btn:hover {
    opacity: 0.75;
  }
  .about-magazine .about-magazine-btn:hover .about-magazine-btn__arrow {
    transform: translateX(5px);
  }
}

.magazines-index {
  margin-top: 93px;
}

.magazines-index-list {
  margin-top: 44px;
}
.magazines-index-list__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 18px;
}
.magazines-index-list__item .item-link {
  display: block;
  transition: opacity 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .magazines-index-list__item .item-link:hover {
    opacity: 0.75;
  }
}
.magazines-index-list__item .item-link .img {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 200/256;
  overflow: hidden;
}
.magazines-index-list__item .item-link .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.magazines-index-list__item .item-link .txt-box {
  padding-top: 10px;
}
.magazines-index-list__item .item-link .date {
  display: flex;
  align-items: center;
  gap: 0 4px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
.magazines-index-list__item .item-link .date span {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
.magazines-index-list__item .item-link .tit {
  height: 48px;
  margin-top: 4px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.magazines-index-list__btns {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  margin-top: 6px;
}
.magazines-index-list .magazines-list-btn .btn-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 30px;
  padding-inline: 20px;
  border: 1px solid var(--black);
  background-color: var(--black);
  transition: opacity 0.25s var(--color-transition);
}
.magazines-index-list .magazines-list-btn__txt {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}
.magazines-index-list .magazines-list-btn__arrow {
  position: relative;
  width: 23px;
  height: 5px;
  transition: transform 0.25s ease-in-out;
}
.magazines-index-list .magazines-list-btn__arrow svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.magazines-index-list .magazines-list-btn--white .btn-link {
  background-color: #fff;
}
.magazines-index-list .magazines-list-btn--white .magazines-list-btn__txt {
  color: var(--black);
}
@media (any-hover: hover) {
  .magazines-index-list .magazines-list-btn .btn-link:hover {
    opacity: 0.75;
  }
  .magazines-index-list .magazines-list-btn .btn-link:hover .magazines-list-btn__arrow {
    transform: translateX(5px);
  }
}

/******************************
誌面目次
******************************/
.magazinesDetail {
  width: 100%;
  padding-bottom: 40px;
  display: table;
}
.magazinesDetail .imgWrap {
  width: 270px;
  display: table-cell;
}
.magazinesDetail .imgWrap .img {
  width: 100%;
  padding-top: 130%;
  background: #eee;
}
.magazinesDetail .txtWrap {
  padding: 20px 0 20px 30px;
  vertical-align: middle;
  display: table-cell;
}
.magazinesDetail .txtWrap .mazazine {
  font-weight: 600;
  color: #646464;
  font-size: 1.8rem;
}
.magazinesDetail .txtWrap .tit {
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
}
.magazinesDetail .txtWrap .txt {
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.53;
  letter-spacing: 0.12em;
  color: #444;
  font-size: 1.3rem;
}
.magazinesDetail .txtWrap .btnS a {
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #646464;
  text-align: center;
  text-decoration: none;
  background: #F7F7F7;
  border-radius: 5px;
  transition: all 0.1s linear;
  padding: 20px 0;
  font-size: 1.4rem;
  display: block;
}
.magazinesDetail .txtWrap .btnS a:hover {
  background: #323232;
  color: #FFF;
}
.magazinesDetail .btnWrap {
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}
.magazinesDetail .btnWrap .btnS {
  width: 48%;
  margin: 3px 5px;
}
.magazinesDetail .contBtn {
  margin-top: 15px;
}
.magazinesDetail .contBtn a {
  border-radius: 5px;
  padding: 18px 0;
  font-size: 1.6rem;
}

.magazinesDetailList {
  font-family: Lato, sans-serif;
  overflow: hidden;
  width: 100%;
}
.magazinesDetailList li {
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 1.7rem;
}
.magazinesDetailList li span {
  padding-right: 1em;
  color: #BBB;
  font-size: 15px;
}
.magazinesDetailList li + li {
  margin-top: 25px;
}
.magazinesDetailList .contBtn {
  margin: 0 auto;
  clear: both;
  width: 65%;
  padding-top: 80px;
}
.magazinesDetailList .contBtn a {
  border-radius: 5px;
  padding: 18px 0;
  font-size: 1.6rem;
}
.magazinesDetailList .left {
  width: 48%;
  float: left;
}
.magazinesDetailList .right {
  width: 48%;
  float: right;
}
.magazinesDetailList img {
  max-width: 100%;
  height: auto;
}

.horoscope-index-link__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  margin-top: 39px;
}
.horoscope-index-link__item .item-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px 0;
  padding-block: 19px 13px;
  border: 1px solid var(--black);
  background-color: var(--black);
  transition: opacity 0.25s var(--color-transition);
}
.horoscope-index-link__txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}
.horoscope-index-link__arrow {
  position: relative;
  width: 5px;
  height: 13px;
  transition: transform 0.25s ease-in-out;
}
.horoscope-index-link__arrow svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .horoscope-index-link__item .item-link:hover {
    opacity: 0.75;
  }
  .horoscope-index-link__item .item-link:hover .horoscope-index-link__arrow {
    transform: translateY(5px);
  }
}

.horoscope-block {
  container-type: inline-size;
  position: relative;
  margin-top: 65px;
  padding: 38px 7.05% 60px;
  border-radius: 20px;
  background-color: var(--beige);
}
.horoscope-block ~ .horoscope-block {
  margin-top: 116px;
}
.horoscope-block__title {
  position: absolute;
  inset: -24px auto auto 50%;
  transform: translateX(-50%);
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: var(--black);
  white-space: nowrap;
}
.horoscope-block__txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.horoscope-block-content {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 0 6.153%;
  margin-top: 38px;
  padding: 40px 5.479% 48px;
  background-color: #fff;
}
.horoscope-block-content__img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.horoscope-block-content__img .img-link {
  display: block;
  transition: opacity 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .horoscope-block-content__img .img-link:hover {
    opacity: 0.75;
  }
}
.horoscope-block-content__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.horoscope-block-content__body .tit {
  font-size: 1.125rem;
  font-weight: 500;
}
.horoscope-block-content__body .txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.horoscope-block-content-btn {
  margin-top: 16px;
}
.horoscope-block-content-btn .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  position: relative;
  width: 100%;
  height: 40px;
  padding-inline: 20px;
  border: 1px solid var(--black);
  background-color: var(--black);
  transition: opacity 0.25s var(--color-transition);
}
.horoscope-block-content-btn .btn-link .horoscope-block-content-btn__txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}
.horoscope-block-content-btn .btn-link .horoscope-block-content-btn__arrow {
  position: relative;
  width: 23px;
  height: 5px;
  transition: transform 0.25s ease-in-out;
}
.horoscope-block-content-btn .btn-link .horoscope-block-content-btn__arrow svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .horoscope-block-content-btn .btn-link:hover {
    opacity: 0.75;
  }
  .horoscope-block-content-btn .btn-link:hover .horoscope-block-content-btn__arrow {
    transform: translateX(5px);
  }
}

.horoscope-block-link {
  margin-top: 40px;
}
.horoscope-block-link__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 18px;
}
.horoscope-block-link__item .item-link {
  display: block;
  transition: opacity 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .horoscope-block-link__item .item-link:hover {
    opacity: 0.75;
  }
}
.horoscope-block-link__item .item-link .img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.horoscope-block-link__item .item-link .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.horoscope-block-link__item .item-link .txt-box {
  padding-top: 17px;
}
.horoscope-block-link__item .item-link .txt-box .tit {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.horoscope-block-link__item .item-link .txt-box .txt {
  margin-top: 10px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.horoscope-block-btn {
  margin-top: 38px;
}
.horoscope-block-btn .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  position: relative;
  width: min(100%, 520px);
  height: 50px;
  margin-inline: auto;
  padding-inline: 20px;
  border: 1px solid var(--black);
  background-color: var(--black);
  transition: opacity 0.25s var(--color-transition);
}
.horoscope-block-btn__txt {
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}
.horoscope-block-btn__arrow {
  position: relative;
  width: 23px;
  height: 5px;
  transition: transform 0.25s ease-in-out;
}
.horoscope-block-btn__arrow svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .horoscope-block-btn .btn-link:hover {
    opacity: 0.75;
  }
  .horoscope-block-btn .btn-link:hover .horoscope-block-btn__arrow {
    transform: translateX(5px);
  }
}

.horoscope-flex-link {
  margin-top: 40px;
}
.horoscope-flex-link__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 26px 20px;
}
.horoscope-flex-link__item {
  flex: 0 0 calc((100% - 80px) / 5);
}
.horoscope-flex-link__item .item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
  transition: opacity 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .horoscope-flex-link__item .item-link:hover {
    opacity: 0.75;
  }
}
.horoscope-flex-link__item .item-link .tit {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.about-top__tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px 0;
}
.about-top .tit-en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.about-top .tit-ja {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.about-top__content {
  margin-top: 50px;
}
.about-top__img {
  display: flex;
  justify-content: center;
  position: relative;
  width: min(100%, 647px);
  margin-inline: auto;
}
.about-top__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-top__txt {
  margin-top: 42px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.about-top__txt + .about-top__txt {
  margin-top: 30px;
}
.about-top .about-top-btn {
  margin-top: 96px;
}
.about-top .about-top-btn .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  position: relative;
  width: min(100%, 350px);
  height: 50px;
  margin-inline: auto;
  padding-inline: 20px;
  border: 1px solid var(--black);
  background-color: #fff;
  transition: opacity 0.25s var(--color-transition);
}
.about-top .about-top-btn .about-top-btn__txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: var(--black);
}
.about-top .about-top-btn .about-top-btn__arrow {
  position: relative;
  width: 23px;
  height: 5px;
  transition: transform 0.25s ease-in-out;
}
.about-top .about-top-btn .about-top-btn__arrow svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .about-top .about-top-btn:hover {
    opacity: 0.75;
  }
  .about-top .about-top-btn:hover .about-top-btn__arrow {
    transform: translateX(5px);
  }
}

.about-index-link {
  margin-top: 50px;
}
.about-index-link__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}
.about-index-link__item .item-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px 0;
  padding-block: 19px 13px;
  border: 1px solid var(--black);
  background-color: var(--black);
  transition: opacity 0.25s var(--color-transition);
}
.about-index-link__txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}
.about-index-link__arrow {
  position: relative;
  width: 5px;
  height: 13px;
  transition: transform 0.25s ease-in-out;
}
.about-index-link__arrow svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .about-index-link__item .item-link:hover {
    opacity: 0.75;
  }
  .about-index-link__item .item-link:hover .about-index-link__arrow {
    transform: translateY(5px);
  }
}

.about-message {
  margin-top: 98px;
}
.about-message .about-message-column {
  display: grid;
  grid-template-columns: 1fr 1.353fr;
  gap: 0 5.869%;
  margin-top: 32px;
}
.about-message .about-message-column__txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.about-message .about-message-column__txt + .about-message-column__txt {
  margin-top: 30px;
}
.about-message .about-message-column__name {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 10px;
  margin-top: 26px;
}
.about-message .about-message-column__name .txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.about-salon {
  margin-top: 92px;
}
.about-salon .about-salon-column {
  display: flex;
  align-items: center;
  gap: 0 5.869%;
  margin-top: 32px;
}
.about-salon .about-salon-column .about-salon-column__content {
  flex: 1 1 auto;
}
.about-salon .about-salon-column .about-salon-column__img {
  flex: 0 0 270px;
}
.about-salon .about-salon-column--reverse {
  flex-direction: row-reverse;
}
.about-salon .about-salon-large-txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.about-salon .about-salon-large-txt + .about-salon-large-txt {
  margin-top: 22px;
}
.about-salon .about-salon-tit {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.about-salon .about-salon-txt {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.about-salon .about-salon-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-decoration: underline;
  color: #76C1B8;
}
@media (any-hover: hover) {
  .about-salon .about-salon-link:hover {
    text-decoration: none;
  }
}
.about-salon .about-salon-txt-box {
  margin-top: 44px;
}
.about-salon .about-salon-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 44px;
}
.about-salon .about-salon-btn {
  width: 100%;
}
.about-salon .about-salon-btn .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  position: relative;
  width: min(100%, 400px);
  height: 40px;
  margin-inline: auto;
  padding-inline: 20px;
  border: 1px solid var(--black);
  background-color: var(--black);
  transition: opacity 0.25s var(--color-transition);
}
.about-salon .about-salon-btn__txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
}
.about-salon .about-salon-btn__arrow {
  position: relative;
  width: 23px;
  height: 5px;
  transition: transform 0.25s ease-in-out;
}
.about-salon .about-salon-btn__arrow svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .about-salon .about-salon-btn:hover {
    opacity: 0.75;
  }
  .about-salon .about-salon-btn:hover .about-salon-btn__arrow {
    transform: translateX(5px);
  }
}
.about-salon .about-salon-btn-notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px 0;
  margin-top: 20px;
  text-align: center;
}
.about-salon .about-salon-btn-notice .txt {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
.about-salon .about-salon-btn-notice .link {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: underline;
  color: #76C1B8;
}
@media (any-hover: hover) {
  .about-salon .about-salon-btn-notice .link:hover {
    text-decoration: none;
  }
}

.about-line {
  margin-top: 92px;
}
.about-line .about-line-column {
  display: flex;
  align-items: center;
  gap: 0 5.869%;
  margin-top: 44px;
}
.about-line .about-line-column .about-line-column__img {
  flex: 0 0 240px;
}
.about-line .about-line-column .about-line-column__content {
  flex: 1 1 auto;
}
.about-line .about-line-column .about-line-large-txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.about-line .about-line-column .about-line-tit {
  margin-top: 16px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.about-line .about-line-column .about-line-txt {
  margin-top: 2px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.about-tv {
  margin-top: 95px;
}
.about-tv .about-tv-movie {
  margin-block: 46px 20px;
}
.about-tv .about-tv-movie__inner {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.about-tv .about-tv-movie__inner iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.about-tv .about-tv-movie .caption {
  display: inline-block;
  margin-top: 11px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
.about-tv .about-tv-content {
  margin-top: 46px;
}
.about-tv .about-tv-content .tit {
  margin-top: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.333;
  letter-spacing: 0.05em;
}
.about-tv .about-tv-content .txt {
  margin-top: 4px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.about-tv .about-tv-content .list {
  margin-top: 30px;
}
.about-tv .about-tv-content .list li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/******************************
お知らせ一覧
******************************/
.information-list-content .information-list {
  margin-top: 42px;
}
.information-list-content .information-list__item .tit {
  margin-top: 12px;
}

/******************************
お知らせ詳細
******************************/
.information-detail .information-detail-head .detail-tit {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.information-detail .information-detail-head .detail-date {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #5c5c5c;
  margin-top: 8px;
}
.information-detail .information-detail-txt {
  width: min(100%, 720px);
  margin-top: 44px;
  margin-inline: auto;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.information-detail .information-detail-txt * + * {
  margin-top: 26px;
}
.information-detail .information-detail-txt p {
  margin-bottom: 36px;
  font-size: 1.125rem;
  font-weight: 400;
}
.information-detail .information-detail-txt strong {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
}
.information-detail .information-detail-txt a {
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  color: #76C1B8;
}
@media (any-hover: hover) {
  .information-detail .information-detail-txt a:hover {
    text-decoration: none;
  }
}
.information-detail .information-detail-txt h2 {
  position: relative;
  margin-block: 1.2rem 1.2rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: var(--detail-text-color);
  z-index: 0;
}
.information-detail .information-detail-txt h2::before {
  content: "";
  position: absolute;
  inset: auto 0 -4px 0;
  width: 100%;
  height: 2px;
  margin-block: auto;
  background-color: var(--detail-text-color);
}
.information-detail .information-detail-txt h3 {
  margin-block: 1.2rem 0.8rem;
  padding-left: 0.7rem;
  border-left: 2px solid var(--detail-text-color);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: var(--detail-text-color);
}
.information-detail .information-detail-txt iframe {
  display: block;
  width: min(100%, 600px);
  margin-block: 28px;
  margin-inline: auto;
}
.information-detail .information-detail-txt iframe[src*=youtube] {
  aspect-ratio: 16/9;
}
.information-detail .information-detail-txt img {
  display: block;
  max-width: 100%;
  margin-inline: auto;
  height: auto;
}
.information-detail .information-detail-txt ul {
  margin-block: 28px;
  list-style: disc;
  list-style-position: inside;
}
.information-detail .information-detail-txt ul li {
  line-height: 2;
}
.information-detail .information-detail-txt ul li::marker {
  color: var(--detail-text-color);
}
.information-detail .information-detail-txt ol {
  margin-block: 28px;
  list-style: decimal;
  list-style-position: inside;
}
.information-detail .information-detail-txt ol li {
  line-height: 2;
}
.information-detail .information-detail-txt ol li::marker {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--detail-text-color);
}
.information-detail .information-detail-txt hr {
  margin-block: 28px 36px;
  border-top: 1px solid var(--black);
  border-bottom: none;
  overflow: hidden;
}
.information-detail .information-detail-txt blockquote {
  position: relative;
  margin-block: 1.75rem;
  padding: 34px 13%;
  border-top: 1px solid #F2E9DC;
  border-bottom: 1px solid #F2E9DC;
}
.information-detail .information-detail-txt blockquote .quote-top {
  position: absolute;
  inset: -12px auto auto 0;
}
.information-detail .information-detail-txt blockquote .quote-bottom {
  position: absolute;
  inset: auto 0 -20px auto;
}
.information-detail .information-detail-txt blockquote h2 {
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.333;
}
.information-detail .information-detail-txt blockquote p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.information-detail .information-detail-txt blockquote cite {
  display: block;
  margin-top: 8px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.75;
  font-style: normal;
}
.information-detail .information-detail-txt .ad {
  margin: 0 25px 25px 0;
  float: left;
  clear: both;
}
.information-detail .information-detail-btn {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.information-detail .information-detail-btn .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  position: relative;
  width: min(100%, 520px);
  height: 50px;
  padding-inline: 20px;
  border: 1px solid var(--black);
  background-color: var(--black);
  transition: opacity 0.25s var(--color-transition);
}
.information-detail .information-detail-btn .btn-link .information-detail-btn__txt {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
}
.information-detail .information-detail-btn .btn-link .information-detail-btn__arrow {
  position: relative;
  width: 23px;
  height: 5px;
  transition: transform 0.25s ease-in-out;
}
.information-detail .information-detail-btn .btn-link .information-detail-btn__arrow svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .information-detail .information-detail-btn .btn-link:hover {
    opacity: 0.75;
  }
  .information-detail .information-detail-btn .btn-link:hover .information-detail-btn__arrow {
    transform: translateX(5px);
  }
}

/******************************
閲覧制限
メモ：デフォルトは非表示として、表示/非表示はjs制御してる
******************************/
.article-wall-wrap {
  position: relative;
  margin-top: 1rem;
  z-index: 1;
}
.article-wall-wrap.active, .article-wall-wrap.wall-active {
  height: 760px;
  overflow: hidden;
}
.article-wall-wrap.active::before, .article-wall-wrap.wall-active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.88) 20%, #fff 60%, #fff);
  z-index: 1000;
}
.article-wall-wrap.active + *, .article-wall-wrap.wall-active + * {
  margin-top: 0 !important;
}

.article-wall {
  display: block;
  position: absolute;
  inset: auto 0 0;
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  padding: 54px 8.333%;
  border: 3px solid #333;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  background-color: #fff;
  z-index: 1001;
}
.article-wall a {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.6;
  color: #666;
  text-decoration: none;
}
.article-wall__tit {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #222;
}
.article-wall__txt {
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #222;
}
.article-wall__txt + .article-wall__txt {
  margin-top: 1.5rem;
}
.article-wall__btn {
  margin-top: 2rem;
}
.article-wall__btn ul {
  overflow: hidden;
}
.article-wall__btn li {
  width: 100%;
  margin-bottom: 8px;
}
.article-wall__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
  border: 1px solid #666;
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #666;
  transition: 0.2s;
}
.article-wall__btn a::after {
  content: "";
  position: absolute;
  inset: 0 20px 0 auto;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.2s;
}
.article-wall__btn a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  margin: auto 0;
}
.article-wall__btn a.btn {
  background-color: #373737;
  color: #fff;
}
.article-wall__btn a.btn-facebook {
  background-color: #385c8e;
  color: #fff;
}
.article-wall__btn a.btn-facebook img {
  color: #fff;
}
.article-wall__link {
  margin-top: 1rem;
}

.article-wall-wrap:not(.active) .article-wall {
  display: none;
}

/******************************
グッバイバナー
******************************/
.byeBanWrap {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.byeBan {
  margin: 50vh auto 0;
  background: #fff;
  text-align: center;
  position: relative;
  transform: translateY(-50%);
  width: 545px;
  padding: 80px 0 50px;
}
.byeBan a {
  color: #8DA2EA;
}

.byeBanClose {
  position: absolute;
  top: -45px;
  right: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.byeBanClose:hover {
  opacity: 0.5;
}
.byeBanClose:before {
  content: "";
  display: block;
  background: #fff;
  width: 36px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.byeBanClose:after {
  content: "";
  display: block;
  background: #fff;
  width: 36px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.byeBanTit {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #909090;
  margin-bottom: 25px;
}

.byeBanTxt {
  line-height: 1.6;
  color: #909090;
  margin-bottom: 10px;
}

.byeBanBtn {
  margin: 30px 0 20px;
}
.byeBanBtn a {
  padding: 12px 0;
  margin: 0 auto;
  background: #E7F2FD;
  border: solid 1px #79ADFF;
  -webkit-text-decoration: nonei;
  text-decoration: nonei;
  width: 380px;
}

/******************************
サイドバー
******************************/
.side-articles-list {
  margin-top: 18px;
}
.side-articles-list__list {
  display: block;
  width: 100%;
}
.side-articles-list__item {
  width: 100%;
}
.side-articles-list__item + .side-articles-list__item {
  margin-top: 22px;
}
.side-articles-list__item .article-link {
  display: flex;
  position: relative;
  width: 100%;
  transition: opacity 0.25s var(--color-transition);
}
.side-articles-list__item .article-link .img {
  flex: 0 0 100px;
  position: relative;
  max-width: 100px;
  width: 100px;
  background-color: #eee;
  aspect-ratio: 1/1;
  z-index: 0;
}
.side-articles-list__item .article-link .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.side-articles-list__item .article-link .txt-box {
  flex: auto;
  position: relative;
  padding-left: 16px;
}
.side-articles-list__item .article-link .txt-box .tit {
  margin-top: calc((1em - 1lh) / 2);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: var(--black);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.side-articles-list__item .article-link .txt-box .date {
  position: absolute;
  inset: auto auto 0 16px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: var(--gray);
}
@media (any-hover: hover) {
  .side-articles-list__item .article-link:hover {
    opacity: 0.75;
  }
}

.section-ranking:not(:first-child) {
  margin-top: 50px;
}
.section-ranking .side-articles-list .side-articles-list__item .article-link {
  position: relative;
  z-index: 0;
}
.section-ranking .side-articles-list .side-articles-list__item .article-link::before {
  content: "";
  display: flex;
  justify-content: center;
  position: absolute;
  inset: -14px auto auto 0;
  width: 26px;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: var(--black);
  z-index: 2;
}
.section-ranking .side-articles-list .side-articles-list__item .article-link .img::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 40px;
  height: 40px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background-color: #E9C7A9;
  z-index: 1;
}
.section-ranking .side-articles-list .side-articles-list__item:first-of-type .article-link::before {
  content: "1";
}
.section-ranking .side-articles-list .side-articles-list__item:nth-of-type(2) .article-link::before {
  content: "2";
}
.section-ranking .side-articles-list .side-articles-list__item:nth-of-type(3) .article-link::before {
  content: "3";
}
.section-ranking .side-articles-list .side-articles-list__item:nth-of-type(4) .article-link::before {
  content: "4";
}
.section-ranking .side-articles-list .side-articles-list__item:nth-of-type(5) .article-link::before {
  content: "5";
}

.section-side-horoscope:not(:first-child) {
  margin-top: 78px;
}
.section-side-horoscope .cont-btn {
  margin-top: 30px;
}

.section-side-horoscope {
  container-type: inline-size;
  position: relative;
  margin-top: 78px;
  padding: 48px 20px 40px;
  border-radius: 20px;
  background-color: var(--beige);
}
.section-side-horoscope .cont-btn {
  margin-top: 33px;
  margin-inline: auto;
}

.section-side-horoscope-head {
  position: absolute;
  inset: -20px 0 auto 0;
  width: fit-content;
  margin-inline: auto;
}
.section-side-horoscope-head__tit {
  font-family: "EB Garamond", serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

.section-side-horoscope-list {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.section-side-horoscope-list__item {
  position: relative;
  padding: 20px 20px 0;
  background-color: #fff;
  z-index: 0;
}
.section-side-horoscope-list__item::before {
  content: "";
  position: absolute;
  inset: -10px auto auto -10px;
  width: 130px;
  height: 94px;
  background-color: #FFFCE5;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}
.section-side-horoscope-list__item .card-link {
  padding-bottom: 18px;
  transition: opacity 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .section-side-horoscope-list__item .card-link:hover {
    opacity: 0.75;
  }
}
.section-side-horoscope-list__item .tit {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-side-horoscope-list__author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px 0;
  position: absolute;
  inset: 34px auto auto -24px;
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  transform: rotate(-36deg);
  transform-origin: left top;
  z-index: 2;
}
.section-side-horoscope-list__author.section-side-horoscope-list__author--fujishima {
  inset: 36px auto auto 1px;
}
.section-side-horoscope-list__author.section-side-horoscope-list__author--hirolina {
  inset: 46px auto auto -13px;
}
.section-side-horoscope-list__author.section-side-horoscope-list__author--evelourdes {
  inset: 40px auto auto -1px;
}
.section-side-horoscope-list__author .author-txt {
  white-space: nowrap;
  overflow: hidden;
}
.section-side-horoscope-list__author .author-txt--first {
  max-width: 86px;
}
.section-side-horoscope-list__author .author-txt--last {
  max-width: 116px;
}

.section-side-related:not(:first-child) {
  margin-top: 48px;
}
.section-side-related + .ad-side {
  margin-top: 60px;
}

/******************************
静的ページ
******************************/
/*共通*/
.static-content__body h2 {
  position: relative;
  margin-block: 2rem 1.2rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: var(--detail-text-color);
  z-index: 0;
}
.static-content__body h2::before {
  content: "";
  position: absolute;
  inset: auto 0 -4px 0;
  width: 100%;
  height: 2px;
  margin-block: auto;
  background-color: var(--detail-text-color);
}
.static-content__body h3 {
  margin-block: 1.2rem 0.8rem;
  padding-left: 0.7rem;
  border-left: 2px solid var(--detail-text-color);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: var(--detail-text-color);
}
.static-content__body p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.static-content__body p + p {
  margin-top: 24px;
}
.static-content__body ul {
  padding-left: 16px;
  list-style: disc;
  list-style-position: outside;
}
.static-content__body ul li {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.static-content__body ul li + li {
  margin-top: 4px;
}
.static-content__body ul li::marker {
  color: var(--detail-text-color);
}
.static-content__body a {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  color: #76C1B8;
}
.static-content__body .company-list {
  margin-top: 32px;
}
.static-content__body .company-list__item {
  display: grid;
  grid-template-columns: 1fr 3.953fr;
  border-bottom: 1px solid #cacaca;
  padding-block: 18px 14px;
}
.static-content__body .company-list__tit {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.static-content__body .company-list__txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/******************************
記事広告一覧用
******************************/
.ad-head_top {
  background-color: #fff;
}

.ad-sp {
  display: none !important;
}

.ad-side:not(:first-child) {
  margin-top: 60px;
}

.ad-side {
  text-align: center;
}
.ad-side a {
  display: block;
  margin: 0 auto;
}
.ad-side * {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ad-side iframe {
  max-width: 100%;
  object-fit: contain;
}
.ad-side img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}
.ad-side + section {
  margin-top: 30px;
}
.ad-side_bg-gray {
  max-width: 350px;
  padding: 16px 25px 25px;
  background-color: #f1f1f1;
}
.ad-side_bg-gray .ad-side__tit {
  margin-bottom: 5px;
  font-family: "Helvetica", "Leelawadee UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #656565;
}
.ad-side #google_image_div {
  text-align: center;
}

.ad-gallery {
  width: fit-content;
  margin-top: 50px;
  margin-inline: auto;
}

/******************************
お問い合わせ
******************************/
.apply-sec {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.apply-form {
  width: 100%;
  margin: 0 auto;
}
.apply-form .tit {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
}
.apply-form .sub {
  margin-top: 10px;
  letter-spacing: 0.12em;
  text-align: center;
  font-size: 0.8125rem;
}
.apply-form .sub a {
  text-decoration: underline;
}
.apply-form .notice {
  margin-top: 20px;
  font-size: 0.8125rem;
  text-align: center;
}
.apply-form .notice a {
  text-decoration: underline;
}
.apply-form .line-txt {
  margin-top: 20px;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-align: center;
  background: linear-gradient(#fff 0%, #fff 49%, #DDD 50%, #DDD 51%, #fff 52%, #fff 100%);
}
.apply-form .line-txt p {
  padding: 0 1em;
  background: #FFF;
  display: inline-block;
}
.apply-form .auth-sns-btn {
  margin-top: 20px;
}
.apply-form .auth-sns-btn li {
  width: 100%;
  text-align: center;
  padding: 11px 0 0;
}
.apply-form .auth-sns-btn li a {
  font-size: 0.8125rem;
  display: block;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #323232;
  padding: 10px;
}
.apply-form .auth-sns-btn li a:hover {
  opacity: 0.8;
}
.apply-form .auth-sns-btn li a i {
  font-size: 24px;
  float: left;
}
.apply-form .auth-sns-btn li a span {
  display: block;
  padding-top: 2px;
}
.apply-form .auth-sns-btn li.facebook a {
  background: #385c8e;
}
.apply-form .auth-sns-btn li.google a {
  background: #f34a38;
}
.apply-form table {
  width: 100%;
}
.apply-form table th {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  font-weight: normal;
}
.apply-form table td {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  font-weight: normal;
}
.apply-form table td input[type=text],
.apply-form table td input[type=password],
.apply-form table td input[type=email] {
  width: 100%;
  width: 100%;
  padding: 18px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  border: none;
  background: #F1F1F1;
}
.apply-form table td select {
  width: 100%;
}
.apply-form table td textarea {
  width: 100%;
  padding: 18px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  border: none;
  background: #F1F1F1;
  box-sizing: border-box;
  resize: vertical;
}
.apply-form table.row1 th {
  width: 38%;
  vertical-align: middle;
}
.apply-form table.row1 td {
  width: 62%;
  padding: 5px 0;
}
.apply-form table.row2 th {
  width: 100%;
  padding-top: 20px;
  display: block;
}
.apply-form table.row2 td {
  width: 100%;
  padding-top: 10px;
  display: block;
}
.apply-form .auth-form-submit {
  margin-top: 45px;
}

.apply-form-radio input {
  display: none;
}
.apply-form-radio input:checked + span:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #666;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
.apply-form-radio label {
  padding-right: 20px;
}
.apply-form-radio span {
  padding-left: 30px;
  position: relative;
}
.apply-form-radio span:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.apply-form-checkbox input {
  display: none;
}
.apply-form-checkbox input:checked + span:after {
  content: "";
  width: 18px;
  height: 7px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  top: -2px;
  left: 5px;
  transform: rotate(-45deg);
}
.apply-form-checkbox label {
  padding: 0 20px 15px 0;
  display: inline-block;
}
.apply-form-checkbox span {
  padding-left: 30px;
  position: relative;
}
.apply-form-checkbox span:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.apply-form-select {
  width: 100%;
  background: #F1F1F1;
  position: relative;
  display: inline-block;
}
.apply-form-select:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  transform: rotate(135deg);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
}
.apply-form-select select {
  width: 100%;
  margin: 0;
  padding: 15px 18px;
  border: none;
  background: transparent;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
          appearance: none;
}
.apply-form-select select::-ms-expand {
  display: none;
}

.apply-form-submit {
  margin-top: 20px;
}
.apply-form-submit input {
  width: 100%;
  text-decoration: none;
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #323232;
  padding: 15px 0 13px;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: relative;
}
.apply-form-submit input:before {
  position: absolute;
  top: 0;
  right: 20%;
  opacity: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: all 0.4s ease;
}
.apply-form-submit input:hover {
  background: #666;
}
.apply-form-submit input:hover:before {
  right: 30px;
  opacity: 1;
}
.apply-form-submit a {
  width: 100%;
  text-decoration: none;
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #323232;
  padding: 15px 0 13px;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: relative;
}
.apply-form-submit a + a {
  margin-top: 10px;
  margin-top: 10px;
}
.apply-form-submit a:before {
  position: absolute;
  top: 0;
  right: 20%;
  opacity: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: all 0.4s ease;
}
.apply-form-submit a:hover {
  background: #666;
}
.apply-form-submit a:hover:before {
  right: 30px;
  opacity: 1;
}

.agree-box-tit {
  font-size: 0.875rem;
  font-weight: 600;
  padding-bottom: 5px;
}

.agree-box {
  padding: 30px 0;
}
.agree-box .agreeBoxIn {
  width: 100%;
  overflow-y: auto;
  height: 300px;
  font-size: 1.2rem;
  border: solid 1px #D9D9D9;
  padding: 10px 20px;
  box-sizing: border-box;
}
.agree-box .checkbox {
  margin-top: 20px;
  text-align: center;
  font-size: 0.875rem;
}

.apply-form.sizeM {
  max-width: 600px;
  padding: 30px;
  border-radius: 20px;
}
.apply-form.sizeS {
  max-width: 400px;
  padding: 30px;
  border-radius: 20px;
}

/* Instagram埋め込みの調整（PC用） */
.instagram-media {
  width: 540px !important;         /* PCでは540pxに固定 */
  max-width: 540px !important;
  min-width: 326px !important;
  margin-left: auto !important;    /* 中央寄せ */
  margin-right: auto !important;   /* 中央寄せ */
  display: block !important;       /* margin: auto を効かせるため */
}

/* Twitter/X 埋め込みの調整（PC用） */
.twitter-tweet {
  margin-left: auto !important;    /* 中央寄せ */
  margin-right: auto !important;   /* 中央寄せ */
  /* Twitterはデフォルトで横幅が決まるため width 指定は不要だが、中央寄せには margin: auto が必須 */
}
