@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 {
  overflow-x: hidden;
}

body.fixed {
  position: fixed;
  inset: 0;
  width: 100%;
  overflow-y: scroll;
}

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

.grecaptcha-badge {
  bottom: 62px !important;
}

.to-top {
  position: fixed;
  inset: auto 10px 20px 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-pc {
  display: none !important;
}

.header-sp {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 70px;
  padding-inline: 28px;
  background-color: #fff;
  z-index: 1002;
}
.header-sp::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  width: 100%;
  height: 1px;
  background-color: var(--black);
  z-index: 1;
}
.header-sp__logo {
  display: flex;
  align-items: center;
  position: relative;
  width: 143px;
  margin-right: auto;
  z-index: 2;
}
.header-sp__logo .logo-link {
  display: block;
}
.header-sp__logo .logo-link img {
  width: 100%;
}
.header-sp__search {
  display: flex;
  align-items: center;
  position: relative;
  width: 22px;
  margin-left: auto;
  cursor: pointer;
  z-index: 2;
}
.header-sp__search span {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.header-sp .header-hamburger {
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  margin-left: 24px;
  cursor: pointer;
  z-index: 2;
}
.header-sp .header-hamburger__bars {
  display: flex;
  flex-direction: column;
  gap: 8.5px 0;
  padding-inline: 0 !important;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
}
.header-sp .header-hamburger__bar {
  width: 28px;
  height: 1.5px;
  background-color: var(--black);
  transition: transform 0.25s ease-in-out;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-origin: center center;
  will-change: transform;
}

.header-sp--fixed {
  position: fixed;
  inset: 0 0 auto 0;
  width: 100%;
  transform: translateY(-120%);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.header-sp--fixed.is-show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.nav-open .header-hamburger__bars {
  gap: 0;
}
.nav-open .header-hamburger__bar:first-child {
  transform: translate3d(0, 1px, 0) rotate(45deg);
}
.nav-open .header-hamburger__bar:nth-child(2) {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
.nav-open .header-hamburger__bar:nth-child(3) {
  opacity: 0;
}
.nav-open .header-hamburger__text {
  margin-top: 7px;
  padding-left: 0.25em;
}

.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: 36px;
}
.notification .notification-txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--black);
  text-align: center;
}

.nav-open .notification {
  display: none;
}

/******************************
サイドナビゲーション
******************************/
.header-nav {
  position: fixed;
  inset: 0 -120% auto 0;
  z-index: 1001;
  width: 0;
  min-height: var(--vh);
  min-height: 100dvh;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.25s linear;
  overflow-y: scroll;
}
.header-nav__header {
  position: fixed;
  inset: 0 0 auto 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s linear;
  z-index: 3;
}
.header-nav__inner {
  position: absolute;
  inset: 70px auto auto 0;
  width: 100%;
  padding: 28px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s linear;
  z-index: 2;
}
.header-nav__search form {
  width: 100%;
  position: relative;
}
.header-nav__search input[type=text] {
  width: 100%;
  padding: 7px 34px 7px 15px;
  border: 1px solid var(--black);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: var(--black);
  background-color: #fff;
}
.header-nav__search::placeholder, .header-nav__search::-moz-placeholder, .header-nav__search::-webkit-input-placeholder, .header-nav__search:-ms-input-placeholder {
  color: #999;
}
.header-nav__search button {
  display: block;
  position: absolute;
  right: 15px;
  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-nav__body {
  margin-top: 15px;
  background-color: #fff;
}
.header-nav .header-gnav__item {
  border-bottom: 1px solid var(--gray);
}
.header-nav .header-gnav__item .nav-link {
  padding-block: 15px 17px;
  font-family: "EB Garamond", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--black);
}
.header-nav .header-sub-nav {
  margin-top: 28px;
}
.header-nav .header-sub-nav__list {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.header-nav .header-sub-nav__item {
  line-height: 1;
}
.header-nav .header-sub-nav__item .nav-link {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--footer-link-color);
}
.header-nav__footer {
  margin-top: 50px;
}
.header-nav .nav-footer-sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
}
.header-nav .nav-footer-sns__item:nth-child(2) {
  width: 21px;
  height: 21px;
}
.header-nav .header-nav-copy {
  margin-top: 18px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #747474;
}

body.nav-open .header-nav {
  width: 100%;
  right: 0;
}
body.nav-open .header-nav__header {
  visibility: visible;
  opacity: 1;
}
body.nav-open .header-nav__inner {
  visibility: visible;
  opacity: 1;
}

/******************************
検索開閉部分
******************************/
.search-nav {
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  height: 70px;
  background-color: #fff;
  transform: translateY(-120%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.25s linear, opacity 0.25s var(--color-transition), visibility 0.25s var(--color-transition);
  z-index: 1003;
}
.search-nav__body {
  display: flex;
  justify-content: space-between;
  padding: 10px 24px;
}
.search-nav__search {
  flex: 0 0 calc(100% - 40px);
}
.search-nav__search form {
  width: 100%;
  position: relative;
}
.search-nav__search input[type=text] {
  width: 100%;
  padding: 17px 30px 15px 20px;
  border: 1px solid var(--light-gray);
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: var(--black);
  background-color: #fff;
}
.search-nav__search::placeholder, .search-nav__search::-moz-placeholder, .search-nav__search::-webkit-input-placeholder, .search-nav__search:-ms-input-placeholder {
  color: #999;
}
.search-nav__search button {
  display: block;
  position: absolute;
  right: 16px;
  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;
}
.search-nav__close {
  flex: 0 0 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}
.search-nav__close svg {
  width: 30px;
  height: 30px;
}

body.search-open .search-nav {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

/******************************
コンテンツ共通要素
******************************/
.cont {
  min-height: 50vh;
  margin: 0;
  padding-inline: 28px;
}

.ad-head + .cont {
  margin-top: 32px;
}

.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-head:has(.cont-tit__ja)::before {
  content: none;
}

.cont-tit {
  display: inline-block;
  padding-right: 20px;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
  color: var(--black);
  background-color: #fff;
}
.cont-tit:has(.cont-tit__num) {
  display: flex;
  align-items: baseline;
  gap: 0 8px;
  width: fit-content;
}
.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: 100%;
  padding-bottom: 8px;
  padding-right: 0;
  border-bottom: 2px solid var(--black);
  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);
}
.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.6875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--black);
}
.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: background-color 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: 800;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  transition: color 0.25s var(--color-transition);
}
.cont-btn .btn-link .cont-btn__arrow {
  position: relative;
  width: 23px;
  height: 5px;
}
.cont-btn .btn-link .cont-btn__arrow svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.cont-btn .btn-link .cont-btn__arrow svg path {
  transition: fill 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .cont-btn .btn-link:hover {
    background-color: #fff;
    opacity: 1;
  }
  .cont-btn .btn-link:hover .cont-btn__txt {
    color: var(--black);
  }
  .cont-btn .btn-link:hover .cont-btn__arrow path {
    fill: var(--black);
  }
}

/* 記事カード関連 */
.top-main-slider .img,
.main-articles-list .img,
.index-slider .img,
.index-articles-list .img,
.information-list .img,
.side-articles-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,
.side-articles-list .img img,
.articles-list .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.top-main-slider .date,
.main-articles-list .date,
.index-slider .date,
.index-articles-list .date,
.information-list .date,
.side-articles-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;
}
.top-main-slider .cate,
.main-articles-list .cate,
.index-slider .cate,
.index-articles-list .cate,
.information-list .cate,
.side-articles-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,
.side-articles-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,
.side-articles-list .tags,
.articles-list .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 12px;
}
.top-main-slider .tags a,
.main-articles-list .tags a,
.index-slider .tags a,
.index-articles-list .tags a,
.information-list .tags a,
.side-articles-list .tags a,
.articles-list .tags a {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray);
}

.cont.preview {
  border: solid #ff0 5px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

/******************************
左コンテンツ
******************************/
.cont-left {
  margin-top: 20px;
}

.brand-topics {
  width: 111.82%;
  background-color: var(--light-gray);
  margin-inline: -5.91%;
}
.brand-topics--top {
  padding-block: 80px;
}
.brand-topics--detail {
  margin-top: 74px;
  padding-block: 60px;
}
.brand-topics__title {
  position: relative;
  font-family: arial;
  font-size: 2.5rem;
  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: 100%;
  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: 100vw;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.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: 6px;
  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 {
  display: flex;
  flex-direction: column;
}

.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: 30px;
}
.banners .banner {
  transition: 0.3s;
  cursor: pointer;
}
.banners .banner + .banner {
  margin-top: 30px;
}
.banners .banner a {
  display: block;
  width: min(100%, 300px);
  margin-inline: auto;
}
@media (hover: hover) {
  .banners .banner:hover {
    opacity: 0.8;
  }
}

.cta-01 {
  margin-top: 134px;
  background-color: var(--black);
}
.cta-01__inner {
  width: min(100%, 1248px);
  margin-inline: auto;
  padding: 56px 5.333% 58px;
  color: #fff;
}
.cta-01__title {
  font-size: 1.625rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.cta-01__lead {
  margin-top: 24px;
  text-align: center;
}
.cta-01__lead span {
  display: inline-block;
  position: relative;
  padding-inline: 1.2rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
}
.cta-01__lead span::before {
  content: "";
  position: absolute;
  inset: 0 100% 0 auto;
  width: 20px;
  height: 1px;
  margin-block: auto;
  background-color: #fff;
}
.cta-01__lead span::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 100%;
  width: 20px;
  height: 1px;
  margin-block: auto;
  background-color: #fff;
}
.cta-01__txt {
  margin-top: 12px;
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 2;
  text-align: center;
}
.cta-01 .cta-01-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 0;
  margin-top: 20px;
}
.cta-01 .cta-01-btn__item {
  flex: 0 0 100%;
  max-width: 100%;
}
.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: 114px;
  background-color: var(--black);
  color: #fff;
}
.footer__inner {
  width: min(100%, 1240px);
  margin-inline: auto;
  padding: 38px 28px 34px;
}

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

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

.footer-logo {
  grid-area: logo;
  width: 178px;
}
.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-gnav {
  grid-area: gnav;
  margin-top: 32px;
}
.footer-gnav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 0;
  width: fit-content;
}
.footer-gnav__item {
  padding-right: 10px;
}
.footer-gnav__item:not(:first-child) {
  padding-left: 10px;
  border-left: 1px solid #fff;
}
.footer-gnav__item:nth-child(4), .footer-gnav__item:nth-child(7) {
  padding-left: 0;
  border-left: none;
}
@media (width > 386px) {
  .footer-gnav__item:nth-child(5) {
    padding-left: 0;
    border-left: none;
  }
  .footer-gnav__item:nth-child(4), .footer-gnav__item:nth-child(7) {
    padding-left: 10px;
    border-left: 1px solid #fff;
  }
}
@media (width > 486px) {
  .footer-gnav__item:nth-child(6) {
    padding-left: 0;
    border-left: none;
  }
  .footer-gnav__item:nth-child(5) {
    padding-left: 10px;
    border-left: 1px solid #fff;
  }
}
@media (width > 597px) {
  .footer-gnav__item:nth-child(7) {
    padding-left: 0;
    border-left: none;
  }
  .footer-gnav__item:nth-child(6) {
    padding-left: 10px;
    border-left: 1px solid #fff;
  }
}
@media (width > 695px) {
  .footer-gnav__item:nth-child(8) {
    padding-left: 0;
    border-left: none;
  }
  .footer-gnav__item:nth-child(7) {
    padding-left: 10px;
    border-left: 1px solid #fff;
  }
}
.footer-gnav__item .nav-link {
  display: block;
  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-link {
  grid-area: link;
  margin-top: 25px;
}
.footer-link__list {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.footer-link__list + .footer-link__list {
  margin-top: 16px;
}
.footer-link__item .link {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: var(--footer-link-color);
}
.footer-link__item:first-child .link {
  padding-left: 0;
  border-left: none;
}

.footer-sns {
  grid-area: sns;
  margin-top: 25px;
}
.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;
}

.footer-notice {
  grid-area: note;
  margin-top: 26px;
}
.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: 8px;
}
.footer-copy p {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--footer-link-color);
}

/******************************
パンくず
******************************/
body > .breadcrumb {
  padding-inline: 5.333%;
}

.breadcrumb {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  padding-bottom: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  width: max-content;
}
.breadcrumb__item {
  display: inline-block;
  position: relative;
  letter-spacing: 0.04em;
}
.breadcrumb__item:not(:last-of-type) {
  padding-right: 10px;
  margin-right: 10px;
}
.breadcrumb__item:not(:last-of-type)::after {
  content: "/";
  position: absolute;
  inset: calc(50% - 4px) -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;
  text-decoration: none;
  color: var(--black);
  vertical-align: middle;
}
.breadcrumb__item span {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: var(--gray);
  vertical-align: middle;
}
.breadcrumb.is-scroll-x {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  overflow-x: scroll;
  background-color: #f5f5f5;
  box-shadow: 0 0 0 100vmax #f5f5f5;
  clip-path: inset(0 -100vmax);
  -webkit-overflow-scrolling: touch;
}
.breadcrumb.is-scroll-x .breadcrumb__list {
  flex-wrap: nowrap;
}

.breadcrumb + .article-detail-follow {
  margin-top: 0;
}

.biz .breadcrumb__item a {
  color: var(--blue);
}

.tech .breadcrumb__item a {
  color: var(--green);
}

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

.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 .txt-box {
  width: 100%;
  padding: 18px 0 0;
  color: var(--black);
}
.articles-list__item .txt-box .tit {
  padding-top: 13px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.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__item {
  margin-top: 30px;
}
.articles-list_col2 .articles-list__item:first-child .item-link {
  display: block;
  width: 100%;
}
.articles-list_col2 .articles-list__item:first-child .txt-box {
  padding: 20px 0 0;
}
.articles-list_col2 .articles-list__item:first-child .txt-box .tit {
  padding-top: 13px;
}
.articles-list_col2 .articles-list__item:first-child .tags {
  margin-top: 10px;
}
.articles-list_col2 .articles-list__item:not(:first-child) .item-link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0 12px;
  position: relative;
  width: 100%;
}
.articles-list_col2 .articles-list__item:not(:first-child) .img {
  flex: 0 0 152px;
  max-width: 152px;
}
.articles-list_col2 .articles-list__item:not(:first-child) .txt-box {
  flex: auto;
  position: relative;
  padding: 0 0 22px;
}
.articles-list_col2 .articles-list__item:not(:first-child) .date {
  position: absolute;
  inset: auto auto 0 0;
}
.articles-list_col2 .articles-list__item:not(:first-child) .tit {
  min-height: 72px;
  padding-top: 9px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.articles-list_col2 .articles-list__item:not(:first-child) .tags {
  position: absolute;
  inset: 116px auto auto 164px;
  width: calc(100% - 164px);
  margin: 0;
}
.articles-list_col2 + .cont-btn {
  margin-top: 30px;
}
.articles-list_col3-4 .articles-list__item {
  margin-top: 30px;
}
.articles-list_col3-4 .articles-list__item:first-child .item-link {
  display: block;
  width: 100%;
}
.articles-list_col3-4 .articles-list__item:first-child .txt-box {
  padding-top: 0;
}
.articles-list_col3-4 .articles-list__item:first-child .txt-box .tit {
  padding-top: 13px;
}
.articles-list_col3-4 .articles-list__item:first-child .tags {
  margin-top: 10px;
}
.articles-list_col3-4 .articles-list__item:first-child .date {
  margin-top: 8px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #5c5c5c;
}
.articles-list_col3-4 .articles-list__item:not(:first-child) .item-link {
  display: flex;
  position: relative;
  width: 100%;
}
.articles-list_col3-4 .articles-list__item:not(:first-child) .item-link .img {
  flex: 0 0 100px;
  position: relative;
  max-width: 100px;
  width: 100px;
  background-color: #eee;
  aspect-ratio: 1/1;
  z-index: 0;
}
.articles-list_col3-4 .articles-list__item:not(:first-child) .item-link .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.articles-list_col3-4 .articles-list__item:not(:first-child) .item-link .txt-box {
  flex: auto;
  position: relative;
  padding: 0 0 0 16px;
}
.articles-list_col3-4 .articles-list__item:not(:first-child) .item-link .txt-box .tit {
  margin-top: calc((1em - 1lh) / 2);
  padding-top: 0;
  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;
}
.articles-list_col3-4 .articles-list__item:not(:first-child) .item-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: #5c5c5c;
}
.articles-list_col3-4 .articles-list__item:nth-of-type(n + 7) {
  display: none;
}

.section-top-main .articles-list {
  width: 100%;
}
.section-top-main .articles-list__item {
  position: relative;
}
.section-top-main .articles-list__item + .articles-list__item {
  margin-top: 30px;
}
.section-top-main .articles-list__item > a {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.section-top-main .articles-list__item > a .img {
  flex: 0 0 35.821%;
  max-width: 35.821%;
  margin-top: 18px;
}
.section-top-main .articles-list__item > a .txt-box {
  flex: auto;
  padding: 0 10px 0 0;
}

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

/******************************
ページャー
******************************/
.articles-list-pager {
  margin-top: 36px;
}
.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: color 0.25s var(--color-transition);
}
.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;
}
.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);
  transition: 0.25s var(--color-transition);
}
.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;
  transition: border-color 0.25s var(--color-transition);
}
.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::before, .articles-list-pager__item.next a:hover::before {
    background-color: #fff;
  }
  .articles-list-pager__item.prev a:hover::after, .articles-list-pager__item.next a:hover::after {
    border-color: var(--black);
  }
}

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

/*記事タイトル*/
.article-detail-head .article-tit {
  margin-top: 8px;
  font-size: 1.375rem;
  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: 36px;
  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: 30px;
  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 10.938% 28px;
  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 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: 13px auto auto 0;
  width: 9px;
  height: 12px;
  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;
  padding-left: 1.2rem;
  list-style: disc;
  list-style-position: outside;
}
.article-detail-txt ul li::marker {
  color: var(--detail-text-color);
}
.article-detail-txt ul li + li {
  margin-top: 0.3rem;
}
.article-detail-txt ol {
  margin-block: 28px;
  padding-left: 1.2rem;
  list-style: decimal;
  list-style-position: outside;
}
.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 ol li + li {
  margin-top: 0.3rem;
}
.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: 32px 10.938%;
  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;
}

/*h2,h3*/
.article-detail-txt strong {
  font-weight: 700;
}
.article-detail-txt h2 {
  position: relative;
  margin-block: 1.2rem 1.3rem;
  font-size: 1.375rem;
  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 -10px 0;
  width: 100%;
  height: 2px;
  margin-block: auto;
  background-color: var(--detail-text-color);
}
.article-detail-txt h3 {
  margin-block: 1.3rem 0.6rem;
  padding-left: 0.7rem;
  border-left: 2px solid var(--detail-text-color);
  font-size: 1.25rem;
  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: 14px auto 0;
  margin-inline: auto;
}
.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 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: 33px;
}
.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-speaker {
  margin-top: 74px;
}

/*下部広告*/
.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;
}

/*ローディング*/
.loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 246px;
}
.loading__txt {
  margin-top: 60px;
  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: 35px;
}
.article-gallery-img .img {
  width: 100%;
}
.article-gallery-img .img img {
  width: 100%;
  height: auto;
}
.article-gallery-img .caption {
  margin-top: 8px;
  font-size: 0.625rem;
  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: 16px;
}
.article-gallery-prev-next__btn {
  flex: 0 0 147px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 9px;
  width: 147px;
  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: 1rem;
  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: 30px auto;
}
.article-gallery-list__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.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-top: 30px;
}
.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: 15px 11px;
  padding-inline: 10px 10.9375%;
  border-bottom: 1px solid var(--gray);
}
.information-list__item .item-link::before {
  content: "";
  position: absolute;
  inset: 0 8px 0 auto;
  width: 8px;
  height: 8px;
  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: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: #5c5c5c;
}
.information-list__item .item-link .tit {
  margin-top: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (any-hover: hover) {
  .information-list__item .item-link:hover {
    opacity: 1;
  }
  .information-list__item .item-link:hover::before {
    right: 14px;
  }
}

/******************************
著者詳細
******************************/
.autherDetail {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}
.autherDetail .imgWrap {
  width: 120px;
  margin: 0 auto;
  vertical-align: top;
}
.autherDetail .imgWrap .img {
  padding-top: 100%;
  background: #eee;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}
.autherDetail .txtWrap {
  width: 90%;
  margin: 5px auto;
  vertical-align: top;
}
.autherDetail .txtWrap .lead {
  font-weight: 600;
  letter-spacing: 0.09em;
  font-size: 1rem;
}
.autherDetail .txtWrap .tit {
  font-weight: 600;
  letter-spacing: 0.09em;
  font-size: 2rem;
}
.autherDetail .txtWrap .txt {
  line-height: 30px;
  font-size: 1.2rem;
}
.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;
  width: 94px;
  font-size: 1rem;
  padding: 3px 10px;
}
.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;
  width: 94px;
  font-size: 1rem;
  padding: 3px 10px;
}

.tagList ul {
  overflow: hidden;
}
.tagList li {
  display: inline-block;
  margin: 0 5% 3% 0;
}
.tagList li a {
  color: #0086cb;
  font-size: 1.4rem;
}

.tagMenu ul {
  letter-spacing: -0.4em;
}
.tagMenu ul:after {
  content: "";
  display: block;
  clear: both;
}
.tagMenu li {
  font-size: 1.3rem;
  letter-spacing: normal;
  box-sizing: border-box;
  width: 50%;
  text-align: center;
  float: left;
  position: relative;
  padding-bottom: 20px;
}
.tagMenu li a {
  display: block;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  text-decoration: none;
  padding: 5px 10px;
}
.tagMenu li span {
  display: block;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  text-decoration: none;
  padding: 5px 10px;
}
.tagMenu li:nth-child(even) a {
  border-right: solid 1px #ccc;
}
.tagMenu li:nth-child(even) span {
  border-right: solid 1px #ccc;
}
.tagMenu li:nth-child(-n+2) a {
  border-top: solid 1px #ccc;
}
.tagMenu li:nth-child(-n+2) span {
  border-top: solid 1px #ccc;
}
.tagMenu li .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: -5px;
  right: 10px;
}
.tagMenu li .inlist span {
  padding-right: 20px;
}
.tagMenu li .inlistBox {
  opacity: 0;
  width: 100%;
  background: #dfdfdf;
  position: absolute;
  transition: all 0.3s ease;
  z-index: -1;
  padding: 15px 10px 15px;
  top: 100%;
  box-sizing: border-box;
}
.tagMenu li .inlistBox li {
  margin-left: 0;
  display: block;
  padding-bottom: 0;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  float: none;
  text-align: left;
}
.tagMenu li .inlistBox li + li {
  margin-top: 5px;
}
.tagMenu li .inlistBox li a {
  border: none;
}
.tagMenu li .inlistBox li:before {
  content: normal;
}
.tagMenu li li.menuOpen .inlistBox {
  opacity: 1;
  z-index: 1;
}

/******************************
バックナンバー
******************************/
.magazine-index__body {
  display: grid;
  gap: 12px 0;
  position: relative;
}
.magazine-index .img {
  width: min(100%, 480px);
  margin-inline: auto;
}
.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: 1.25rem;
  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: 14px;
}
.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.125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
.magazine-index .magazine-content-body__date .date-txt {
  font-size: 0.875rem;
  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;
  flex-direction: column;
  gap: 22px 0;
  width: 100%;
  margin-top: 28px;
}
.magazine-index .magazine-content-body-btn .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  position: relative;
  width: min(100%, 320px);
  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: 93px;
}
.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.125rem;
  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: 32px;
}
.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: 27px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #B7966E;
}
.about-magazine__txt {
  margin-top: 24px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.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: 30px;
}
.magazines-index-list__list {
  display: grid;
  gap: 30px 0;
}
.magazines-index-list__item {
  position: relative;
}
.magazines-index-list__item .item-link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  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: 21px;
}
.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;
  position: absolute;
  inset: 102px 0 auto auto;
  width: calc(50% - 10px);
}
.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: 10px;
  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: 0.875rem;
  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 {
  margin-bottom: 40px;
}
.magazinesDetail .imgWrap {
  width: 260px;
  margin: 0 auto;
}
.magazinesDetail .imgWrap .img {
  width: 100%;
  padding-top: 130%;
  background: #eee;
}
.magazinesDetail .txtWrap {
  margin-top: 20px;
}
.magazinesDetail .txtWrap .mazazine {
  font-weight: 600;
  color: #646464;
  font-size: 1.6rem;
}
.magazinesDetail .txtWrap .tit {
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-size: 2rem;
}
.magazinesDetail .txtWrap .txt {
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.53;
  letter-spacing: 0.12em;
  color: #444;
  font-size: 1.2rem;
}
.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;
  width: 100%;
  padding: 15px 0;
  font-size: 1.2rem;
  display: inline-block;
}
.magazinesDetail .btnWrap {
  overflow: hidden;
  margin-top: 30px;
}
.magazinesDetail .btnWrap .btnS {
  width: 49%;
  float: left;
}
.magazinesDetail .btnWrap .btnS + .btnS {
  float: right;
}
.magazinesDetail .contBtn {
  margin-top: 15px;
}
.magazinesDetail .contBtn a {
  border-radius: 5px;
  padding: 15px 0;
  font-size: 1.4rem;
}

.magazinesDetailList {
  font-family: Lato, sans-serif;
  overflow: hidden;
  margin-top: 20px;
}
.magazinesDetailList li {
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 1.5rem;
}
.magazinesDetailList li span {
  padding-right: 1em;
  color: #BBB;
  font-size: 13px;
}
.magazinesDetailList li + li {
  margin-top: 15px;
}
.magazinesDetailList .contBtn {
  margin: 0 auto;
  clear: both;
  width: 100%;
  padding-top: 40px;
}
.magazinesDetailList .contBtn a {
  border-radius: 5px;
  padding: 15px 0;
  font-size: 1.4rem;
}
.magazinesDetailList .left {
  width: 100%;
}
.magazinesDetailList .right {
  width: 100%;
}
.magazinesDetailList iframe {
  max-width: 100%;
  min-width: 0 !important;
}
.magazinesDetailList iframe[src*=youtube] {
  max-height: 300px;
  height: 48.438vw !important;
}
.magazinesDetailList img {
  max-width: 100%;
  height: auto;
}

.horoscope-index-link__list {
  display: grid;
  gap: 20px 0;
  margin-top: 42px;
}
.horoscope-index-link__item .item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding-inline: 20px;
  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%;
}

.horoscope-block {
  position: relative;
  margin-top: 65px;
  margin-inline: -28px;
  padding: 0 28px 50px;
  background-image: linear-gradient(to bottom, #fff 0, #fff 27px, var(--beige) 27px, var(--beige) 100%);
}
.horoscope-block + .horoscope-block {
  margin-top: 116px;
}
.horoscope-block__title {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: var(--black);
  white-space: nowrap;
}
.horoscope-block__txt {
  margin-top: 12px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.horoscope-block-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px 0;
  margin-top: 38px;
  padding: 30px 6.25% 20px;
  background-color: #fff;
}
.horoscope-block-content__img {
  position: relative;
  width: min(100%, 220px);
  aspect-ratio: 1/1;
}
.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(2, 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: 40px;
}
.horoscope-block-btn .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  position: relative;
  width: min(100%, 260px);
  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: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
}
.horoscope-flex-link__item .item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
}
.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: 17px 0;
}
.about-top .tit-en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.125rem;
  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: 37px;
}
.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: 32px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.about-top__txt + .about-top__txt {
  margin-top: 28px;
}
.about-top .about-top-btn {
  margin-top: 30px;
}
.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: 37px;
}
.about-index-link__list {
  display: grid;
  gap: 20px 0;
}
.about-index-link__item .item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding-inline: 20px;
  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%;
}

.about-message {
  margin-top: 95px;
}
.about-message .about-message-column {
  display: grid;
  gap: 24px 0;
  margin-top: 32px;
}
.about-message .about-message-column__img {
  display: flex;
  justify-content: center;
}
.about-message .about-message-column__img img {
  display: block;
  width: 58.823%;
  height: auto;
}
.about-message .about-message-column__txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.about-message .about-message-column__txt + .about-message-column__txt {
  margin-top: 28px;
}
.about-message .about-message-column__name {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px 0;
  margin-top: 20px;
}
.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;
  flex-direction: column-reverse;
  gap: 24px 0;
  margin-top: 32px;
}
.about-salon .about-salon-column + .about-salon-column {
  margin-top: 38px;
}
.about-salon .about-salon-column__img {
  display: flex;
  justify-content: center;
}
.about-salon .about-salon-column__img img {
  display: block;
  width: min(100%, 330px);
  height: auto;
  margin-inline: auto;
}
.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: 30px;
}
.about-salon .about-salon-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 36px;
}
.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;
}

.about-line {
  margin-top: 92px;
}
.about-line .about-line-column {
  display: flex;
  flex-direction: column;
  gap: 42px 0;
  margin-top: 28px;
}
.about-line .about-line-column .about-line-column__img {
  display: flex;
  justify-content: center;
}
.about-line .about-line-column .about-line-column__img img {
  display: block;
  width: min(100%, 240px);
  height: auto;
  margin-inline: 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: 18px;
  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.6;
  letter-spacing: 0.05em;
}

.about-tv {
  margin-top: 90px;
}
.about-tv .about-tv-movie {
  margin-block: 34px 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: 34px;
}
.about-tv .about-tv-content .tit {
  margin-top: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.333;
  letter-spacing: 0.05em;
}
.about-tv .about-tv-content .txt {
  margin-top: 6px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.about-tv .about-tv-content .list {
  margin-top: 28px;
}
.about-tv .about-tv-content .list li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

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

/******************************
お知らせ詳細
******************************/
.information-detail .information-detail-head .detail-tit {
  font-size: 1.375rem;
  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: 12px;
}
.information-detail .information-detail-txt {
  width: min(100%, 720px);
  margin-top: 26px;
  margin-inline: auto;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.information-detail .information-detail-txt * + * {
  margin-top: 24px;
}
.information-detail .information-detail-txt p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 36px;
}
.information-detail .information-detail-txt strong {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
}
.information-detail .information-detail-txt a {
  font-size: 1rem;
  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.3rem;
  font-size: 1.375rem;
  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 -10px 0;
  width: 100%;
  height: 2px;
  margin-block: auto;
  background-color: var(--detail-text-color);
}
.information-detail .information-detail-txt h3 {
  margin-block: 1.3rem 0.6rem;
  padding-left: 0.7rem;
  border-left: 2px solid var(--detail-text-color);
  font-size: 1.25rem;
  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;
  padding-left: 1.2rem;
  list-style: disc;
  list-style-position: outside;
}
.information-detail .information-detail-txt ul li::marker {
  color: var(--detail-text-color);
}
.information-detail .information-detail-txt ul li + li {
  margin-top: 0.3rem;
}
.information-detail .information-detail-txt ol {
  margin-block: 28px;
  padding-left: 1.2rem;
  list-style: decimal;
  list-style-position: outside;
}
.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 ol li + li {
  margin-top: 0.3rem;
}
.information-detail .information-detail-txt .caption,
.information-detail .information-detail-txt .meta {
  margin-top: 5px;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--gray);
}
.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: 32px 10.938%;
  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-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;
}
.article-wall-wrap.active {
  height: 300px;
  overflow: hidden;
  z-index: 1;
}
.article-wall-wrap.active::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0.5) 30%, #fff 55%);
  z-index: 1000;
}
.article-wall-wrap.active + * {
  margin-top: 0 !important;
}
.article-wall-wrap.wall-active {
  height: 620px;
  overflow: hidden;
  z-index: 1;
}
.article-wall-wrap.wall-active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0.5) 14%, #fff 28%);
  z-index: 1000;
}

.article-wall {
  display: block;
  position: absolute;
  inset: auto 0 0;
  width: 100%;
  max-width: 815px;
  margin: 0 auto;
  padding: 40px 8.333%;
  border: 3px solid #333;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #fff;
  z-index: 1002;
}
.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.375rem;
  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;
  text-align: left;
  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.wall-active + .article-detail-register {
  margin-top: 0 !important;
}

/* SP続きを読む */
.continue {
  width: 100%;
  position: absolute;
  bottom: 26px;
  z-index: 1001;
}
.continue .continue-btn .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 0 20px;
  width: min(100%, 520px);
  height: 50px;
  padding-inline: 20px;
  border: 1px solid var(--black);
  background-color: var(--black);
  transition: background-color 0.25s var(--color-transition);
}
.continue .continue-btn .btn-link .continue-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;
  transition: color 0.25s var(--color-transition);
}
.continue .continue-btn .btn-link .continue-btn__arrow {
  position: relative;
  width: 23px;
  height: 5px;
}
.continue .continue-btn .btn-link .continue-btn__arrow svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.continue .continue-btn .btn-link .continue-btn__arrow svg path {
  transition: fill 0.25s var(--color-transition);
}
@media (any-hover: hover) {
  .continue .continue-btn .btn-link:hover {
    background-color: #fff;
    opacity: 1;
  }
  .continue .continue-btn .btn-link:hover .continue-btn__txt {
    color: var(--black);
  }
}

.article-wall-wrap.wall-active .continue {
  display: none !important;
}

.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: 80%;
  margin: 50vh auto 0;
  padding: 40px 0 20px;
  background: #fff;
  text-align: center;
  position: relative;
  transform: translateY(-50%);
}
.byeBan a {
  color: #8DA2EA;
}

.byeBanClose {
  position: absolute;
  top: -45px;
  right: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: -45px;
  right: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.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);
  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);
  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;
  line-height: 1.5;
  margin-bottom: 15px;
}

.byeBanTxt {
  line-height: 1.6;
  color: #909090;
  width: 80%;
  font-size: 1.3rem;
  margin: 0 auto 10px;
  text-align: left;
}

.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: 80%;
}

/******************************
サイドバー
******************************/
.side-articles-list {
  margin-top: 27px;
}
.side-articles-list__list {
  display: block;
  width: 100%;
}
.side-articles-list__item {
  width: 100%;
}
.side-articles-list__item + .side-articles-list__item {
  margin-top: 30px;
}
.side-articles-list__item .article-link {
  display: flex;
  position: relative;
  width: 100%;
}
.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;
  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: #5c5c5c;
}

.section-ranking {
  margin-top: 50px;
  padding-block: 30px 44px;
  background-color: #F2F1EF;
  box-shadow: 0 0 0 100vmax #F2F1EF;
  clip-path: inset(0 -100vmax);
}
.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 {
  container-type: inline-size;
  position: relative;
  width: min(100%, 360px);
  margin-top: 64px;
  margin-inline: auto;
  padding: 48px 20px 40px;
  border-radius: 20px;
  background-color: var(--beige);
}
.section-side-horoscope .cont-btn {
  margin-top: 33px;
  margin-inline: auto;
}

.ad-side + .section-side-horoscope {
  margin-top: 14px;
}

.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: 35px auto auto 2px;
}
.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-related {
  margin-top: 30px;
}

/******************************
静的ページ
******************************/
.static-content__body h2 {
  position: relative;
  margin-block: 2rem 1.3rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: var(--detail-text-color);
  z-index: 0;
}
.static-content__body h2:first-child {
  margin-block: 1.2rem 1.3rem;
}
.static-content__body h2::before {
  content: "";
  position: absolute;
  inset: auto 0 -10px 0;
  width: 100%;
  height: 2px;
  margin-block: auto;
  background-color: var(--detail-text-color);
}
.static-content__body h3 {
  margin-block: 1.3rem 0.6rem;
  padding-left: 0.7rem;
  border-left: 2px solid var(--detail-text-color);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: var(--detail-text-color);
}
.static-content__body p {
  font-size: 1rem;
  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: 1rem;
  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: 1rem;
  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: 10px;
}
.static-content__body .company-list__item {
  display: grid;
  gap: 12px 0;
  border-bottom: 1px solid #cacaca;
  padding-block: 20px 20px;
}
.static-content__body .company-list__tit {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.static-content__body .company-list__txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

/******************************
記事広告一覧用
******************************/
.ad-head {
  margin-block: 24px 20px;
  margin-inline: auto;
  max-width: 320px;
}

.ad,
.ad-side {
  text-align: center;
  margin-block: 50px;
}
.ad.mt-80,
.ad-side.mt-80 {
  margin-top: 80px;
}
.ad:last-child,
.ad-side:last-child {
  margin-bottom: 0;
}

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

.article-detail-ad + .ad {
  margin-block: 48px 40px;
}

.articles-list__item + .ad {
  margin-block: 30px;
}

.magazines-index-list__item + .ad {
  margin-block: 0;
}

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

.apply-form {
  width: 100%;
  margin: 0 auto;
  max-width: 380px;
}
.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.75rem;
}
.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;
  text-align: center;
}
.apply-form .auth-sns-btn li {
  width: 100%;
  text-align: center;
  padding: 5px 0 0;
  display: inline-block;
}
.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 i {
  font-size: 24px;
  float: left;
  margin-top: 3px;
}
.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;
  resize: vertical;
}
.apply-form table.row1 th {
  width: 100%;
  padding-top: 20px;
  display: block;
}
.apply-form table.row1 td {
  width: 100%;
  padding-top: 10px;
  display: block;
}
.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 .apply-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 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;
}

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

.agree-box {
  padding: 30px 0 0;
}
.agree-box .agree-box-in {
  width: 100%;
  overflow-y: auto;
  height: 300px;
  font-size: 0.75rem;
  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-cont {
  padding: 0 15px;
}

/* Instagram埋め込みの調整（SP用） */
.instagram-media {
  width: 100% !important;          /* スマホでは画面幅 */
  max-width: 100% !important;      /* 画面幅を超えないように制限 */
  min-width: 250px !important;     /* スマホの極小画面を考慮 */
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Twitter/X 埋め込みの調整（SP用） */
.twitter-tweet {
  width: 100% !important;          /* スマホでは画面幅 */
  margin-left: auto !important;
  margin-right: auto !important;
}
