/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*レスポンシブ用*/
:root {
  --color-main: #c1bcbc;
  --color-mainLight: #e4dfdc;
  --color-bg: #f2f0ee;
  --color-txt: #3a3e41;
  --color-txtLight: #6c6f71;
  --color-white: #ffffff;
  --color-black: #3a3e41;
  --color-gray: #adb1b5;
  --color-lightgray: #dfdfdf;
}

:root {
  --font-main: "Zen Maru Gothic", sans-serif;
  --font-point: "Zen Kaku Gothic New", sans-serif;
}

:root {
  --weight-regular: 400;
  --weight-medium: 500;
}

:root {
  --container-width: 128.0rem;
  --container-side: 8.0rem;
  --content-width: 86.4rem;
  --content-side: 3.2rem;
  --post-width: 62.0rem;
}
@media only screen and (max-width: 1080px) {
  :root {
    --content-width: 72.0rem;
  }
}
@media only screen and (max-width: 768px) {
  :root {
    --container-width: 100%;
    --container-side: 1.6rem;
    --content-width: 56.0rem;
    --content-side: 1.6rem;
  }
}

:root {
  --header-height: 14.6rem;
  --header-side-width:24.0rem;
}
@media only screen and (max-width: 1080px) {
  :root {
    --header-height: 12.6rem;
    --header-side-width: 20.0rem;
  }
}
@media only screen and (max-width: 768px) {
  :root {
    --header-height: 8.0rem;
  }
}
@media only screen and (max-width: 576px) {
  :root {
    --header-height: 5.6rem;
  }
}

:root {
  --default-margin: 1.6rem;
  --margin-xs: calc(var(--default-margin) / 4);
  --margin-s: calc(var(--default-margin) / 2);
  --margin-m: var(--default-margin);
  --margin-l: calc(var(--default-margin) * 1.5);
  --margin-2l: calc(var(--default-margin) * 2);
  --margin-3l: calc(var(--default-margin) * 3);
  --margin-4l: calc(var(--default-margin) * 4);
  --margin-5l: calc(var(--default-margin) * 5);
  --margin-6l: calc(var(--default-margin) * 6);
}

:root {
  --hover-opacity: .32;
  --hover-shadow: 1px 1px 5px rgba(0,0,0,.3);
}

body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
div,
address,
iframe,
canvas,
hr,
textarea {
  display: block;
}

iframe {
  max-width: 100% !important;
}

img,
embed,
object,
video {
  max-width: 100%;
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address, em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

textarea {
  resize: vertical;
  overflow: hidden;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
}

input, button, select {
  vertical-align: middle;
  border-radius: 0;
  box-sizing: border-box;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  cursor: pointer;
  white-space: normal;
  outline: 0;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
}

button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

select::-ms-expand {
  display: none;
}

table {
  border-collapse: collapse;
}

*:before, *:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

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

html {
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

br {
  font-size: 0;
}

::-moz-selection {
  background: var(--color-lightgray);
  color: #FFFFFF;
}

::selection {
  background: var(--color-lightgray);
  color: #FFFFFF;
}

input::-moz-selection, textarea::-moz-selection {
  color: #DDDDDD;
}

input::selection, textarea::selection {
  color: #DDDDDD;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  padding: 0;
  scroll-behavior: smooth;
  /* レスポンシブフォント */
  /*
  @media screen and (min-width: 1023px) {
      font-size: .8vw;
  }

  @media screen and (min-width: 1281px) {
      font-size: .8vw;
  }

  @media screen and (min-width: 1401px) {
      font-size: .7vw;
  }

  @media screen and (min-width: 2001px) {
      font-size: 87.5%;
  }

  @include tab{
      font-size: 62.5%;
  }

  @include spl{
      font-size: 62.5%;
  }
  */
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  font-smooth: antialiased;
  line-height: 2;
  font-family: var(--font-main);
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  color: var(--color-txt);
  background-color: var(--color-bg);
}
body.is-fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.4rem;
}

input,
button,
select,
textarea {
  font-family: var(--font-main);
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus,
div:focus,
aside:focus {
  outline: none;
}

a {
  color: var(--color-txt);
  text-decoration: underline;
}

a.is-hover {
  text-decoration: none;
}

br.is-pcbr {
  display: block;
}

br.is-spbr {
  display: none;
}

br.is-tabbr {
  display: none;
}

br.is-spsbr {
  display: none;
}

@media screen and (max-width: 1023px) {
  br.is-pcbr {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  br.is-tabbr {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  br.is-spbr {
    display: block;
  }
}
@media screen and (max-width: 370px) {
  br.is-spsbr {
    display: block;
  }
}
/*レスポンシブ用*/
.l-container {
  max-width: var(--container-width);
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding-left: var(--container-side);
    padding-right: var(--container-side);
  }
}

.l-main {
  max-width: var(--content-width);
  width: 100%;
  min-height: 100vh;
  margin-inline: auto;
  padding-top: var(--header-height);
  padding-left: var(--content-side);
  padding-right: var(--content-side);
}

.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

/*レスポンシブ用*/
/*---------------------
ovalボタン
-----------------------*/
.c-btn__oval {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 1em;
  border: 1px solid var(--color-mainLight);
  border-radius: 9999px;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--color-txtLight);
  text-decoration: none;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-btn__oval {
    font-size: 1rem;
  }
}
.c-btn__oval span {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}

/*---------------------
moreボタン
-----------------------*/
.c-btn__more {
  display: flex;
  width: 4em;
  align-items: center;
  justify-content: center;
  padding: 0.8em 0;
  gap: 0.8em;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
}
.c-btn__more::before, .c-btn__more::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--color-main);
  opacity: 0.3;
  bottom: 0;
  left: 0;
}
.c-btn__more::after {
  width: 1px;
  opacity: 0;
  background-color: var(--color-main);
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.c-btn__more.is-hover::after {
  opacity: 1;
  width: 100%;
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}

.c-btn__more__txt {
  display: block;
  color: var(--color-txtLight);
  transform: translateX(0.72em);
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.is-hover .c-btn__more__txt {
  transform: translateX(0);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}

.c-btn__more__arrow {
  display: block;
  width: 0.64em;
  aspect-ratio: 1/1;
  margin-top: 0.2em;
  transform: translateX(-0.8em);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
  position: relative;
}
.is-hover .c-btn__more__arrow {
  transform: translateX(0);
  opacity: 1;
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
.c-btn__more__arrow::before, .c-btn__more__arrow::after {
  content: "";
  display: block;
  position: absolute;
}
.c-btn__more__arrow::before {
  width: 100%;
  height: 1px;
  background-color: var(--color-main);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-btn__more__arrow::after {
  width: 50%;
  aspect-ratio: 1/1;
  border: 1px solid var(--color-main);
  border-left: none;
  border-bottom: none;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 0;
}

/*---------------------------------------------------
iconボタン
-----------------------------------------------------*/
.c-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.c-btn__icon.is-hover {
  opacity: var(--hover-opacity);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
.c-btn__icon i {
  width: 1.6rem;
}
.c-btn__icon--search.is-active i {
  display: block;
  width: 0.8rem;
  aspect-ratio: 1/1;
  background-image: none;
  border: 1px solid var(--color-main);
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}

/*レスポンシブ用*/
.c-ttl__hline {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  font-family: var(--font-point);
  align-items: center;
}
.c-ttl__hline.is-page {
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .c-ttl__hline.is-page {
    font-size: 2.4rem;
  }
}
.c-ttl__hline.is-left {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-ttl__hline.is-left {
    text-align: center;
  }
}

/*---------------------
ふきだし付きタイトル
-----------------------*/
.c-ttl__balloon {
  display: flex;
  font-family: var(--font-point);
  gap: 0.8em;
}
.c-ttl__balloon::before, .c-ttl__balloon::after {
  content: "";
  display: block;
  width: 0.8em;
  aspect-ratio: 100/173;
  background-image: url(../img/balloon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-ttl__balloon::after {
  transform: scaleX(-1);
}

/*---------------------
集中線付きタイトル
-----------------------*/
.c-ttl__focus {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-start;
  padding-top: 0.32em;
  font-family: var(--font-point);
  position: relative;
}
.c-ttl__focus::after {
  content: "";
  display: block;
  width: 1.36em;
  aspect-ratio: 75/77;
  background-image: url(../img/focus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0.32em;
  transform: translateX(100%);
}

/*レスポンシブ用*/
.c-news {
  display: flex;
  gap: 1.875vw;
  align-items: start;
  text-decoration: none;
  padding: 1.2em 0;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
@media only screen and (max-width: 520px) {
  .c-news {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
}
.is-mv .c-news {
  padding: 0 0.8em 0.4em;
}
@media only screen and (max-width: 767px) {
  .is-mv .c-news {
    flex-direction: row;
  }
}
.c-news.is-hover {
  transform: translateX(4px);
  color: var(--color-txtLight);
  text-shadow: var(--hover-shadow);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
.is-mv .c-news.is-hover {
  transform: none;
}

.c-news__date {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 1.875vw;
  font-size: 1rem;
  font-family: var(--font-point);
  position: relative;
}
.c-news__date::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.6rem;
  background-color: var(--color-main);
  position: absolute;
  right: 0;
  top: 0.2em;
}
@media only screen and (max-width: 520px) {
  .c-news__date::after {
    height: 1.4rem;
    top: auto;
    bottom: 0.1em;
  }
}

.c-news__ttl {
  display: block;
  line-height: 1.6;
  font-size: 1.3rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-news__ttl {
    align-items: flex-start;
  }
}
.is-mv .c-news__ttl {
  width: 100%;
  color: var(--color-txtLight);
  font-family: var(--font-main);
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
}
.is-mv .c-news__ttl span {
  display: inline-block;
  animation: slide 30s infinite linear 1s both;
}

/*---------------------------------------------------
animation
-----------------------------------------------------*/
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*レスポンシブ用*/
/*---------------------
sns
-----------------------*/
.c-icon__sns {
  display: inline-block;
  width: 100%;
  aspect-ratio: 1/1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-repeat: no-repeat;
}
.c-icon__sns.is-hover {
  opacity: var(--hover-opacity);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
.c-icon__sns--x {
  background-image: url(../img/icon-x.svg);
}
.c-icon__sns--instagram {
  background-image: url(../img/icon-instagram.svg);
}
.c-icon__sns--facebook {
  background-image: url(../img/icon-facebook.svg);
}
.c-icon__sns--hatebu {
  background-image: url(../img/icon-hatebu.svg);
}
.c-icon__sns--line {
  background-image: url(../img/icon-line.svg);
}

/*---------------------
copy
-----------------------*/
.c-icon__copy {
  display: inline-block;
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url(../img/icon-copy.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-repeat: no-repeat;
}

/*---------------------
検索
-----------------------*/
.c-icon__search {
  display: inline-block;
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url(../img/icon-search.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-repeat: no-repeat;
}

/*レスポンシブ用*/
.c-logo {
  display: grid;
  text-decoration: none;
  gap: 0.8rem;
}

.c-logo__tagline {
  font-size: 1rem;
  text-align: center;
}
.c-logo__tagline.is-ss {
  font-size: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .c-logo__tagline.is-ss {
    font-size: 0.7rem;
  }
}
.c-logo__main {
  display: block;
  width: 100%;
  aspect-ratio: 776/320;
  background-image: url(../img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-repeat: no-repeat;
}

/*レスポンシブ用*/
.c-line__wave {
  display: block;
  width: 100%;
  height: 1rem;
  background-image: url(../img/line.svg);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: left center;
}

/*レスポンシブ用*/
/*---------------------
書いた人
-----------------------*/
.c-author {
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 1.2rem;
  grid-template-columns: 2.4rem auto;
  color: var(--color-txtLight);
}
@media only screen and (max-width: 767px) {
  .c-author {
    gap: 1rem;
    grid-template-columns: 2.2rem auto;
  }
}

.c-author__img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  border: 1px solid var(--color-mainLight);
}
.c-author__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-author__name {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1rem;
  line-height: 1;
}
.c-author__name::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.6rem;
  background-color: var(--color-mainLight);
}
@media only screen and (max-width: 767px) {
  .c-author__name::before {
    height: 1.4rem;
  }
}

/*レスポンシブ用*/
/*---------------------------------------------------
記事のカード
-----------------------------------------------------*/
.c-card__post {
  display: grid;
  gap: 1.6rem;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .c-card__post {
    gap: 0.8rem;
  }
}
@media only screen and (max-width: 374px) {
  .c-card__post {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
  }
}
.c-card__post.is-2col {
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
@media only screen and (max-width: 520px) {
  .c-card__post.is-2col {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}
.c-card__post.is-dl {
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-card__post.is-dl {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
@media only screen and (max-width: 520px) {
  .c-card__post.is-dl {
    grid-template-columns: 1fr 2fr;
  }
}
@media only screen and (max-width: 374px) {
  .c-card__post.is-dl {
    grid-template-columns: 1fr 1fr;
  }
}
.is-1st .c-card__post {
  grid-template-columns: 1fr;
  gap: 1.6rem;
  align-items: start;
}

.c-card__post__img__wrap {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  border-radius: max(1.2%, 2px);
  align-self: start;
}
@media only screen and (max-width: 767px) {
  .c-card__post__img__wrap {
    aspect-ratio: 1/1;
  }
}

.c-card__post__img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  border-radius: max(1.2%, 2px);
}
.c-card__post__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
@media only screen and (max-width: 767px) {
  .c-card__post__img {
    aspect-ratio: 1/1;
  }
}
.is-dl .c-card__post__img {
  width: 16rem;
}
@media only screen and (max-width: 1024px) {
  .is-dl .c-card__post__img {
    width: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .is-dl .c-card__post__img {
    width: 100%;
  }
}

.c-card__post__rank {
  display: block;
  width: 32%;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: -1px;
}
.is-1st .c-card__post__rank {
  background-image: url("../img/rank-01.svg");
}
.is-2nd .c-card__post__rank {
  background-image: url("../img/rank-02.svg");
}
.is-3rd .c-card__post__rank {
  background-image: url("../img/rank-03.svg");
}
@media only screen and (max-width: 767px) {
  .c-card__post__rank {
    max-width: 7.2rem;
    width: 50%;
  }
  .is-1st .c-card__post__rank {
    max-width: 12rem;
  }
}

.c-card__post__desc {
  display: grid;
  grid-template: "cat cat" auto "ttl ttl" 1fr "date author" max-content/auto 1fr;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.4rem;
}
.is-2col .c-card__post__desc {
  display: block;
  align-self: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .c-card__post__desc {
    display: block;
  }
}

.c-card__post__cat {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: cat;
  display: block;
  text-decoration: none;
  font-size: 1rem;
  font-family: var(--font-point);
  color: var(--color-txtLight);
}

.g-single__head__txt > .c-card__post__cat {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.c-card__post__ttl {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: ttl;
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0.8rem 0;
  height: 5.4em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-single__head__txt > .c-card__post__ttl {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
@media only screen and (max-width: 767px) {
  .c-card__post__ttl {
    font-size: 1.2rem;
    margin: 0.4rem 0 0.8rem;
  }
}
.is-2col .c-card__post__ttl {
  font-size: 1.3rem;
  margin: 0.8rem 0 0.4rem;
  height: 3.6em;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 767px) {
  .is-2col .c-card__post__ttl {
    height: 5.4em;
    -webkit-line-clamp: 3;
    margin: 0.4rem 0 0.8rem;
    font-size: 1.2rem;
  }
}
.is-dl .c-card__post__ttl {
  min-height: 0;
}
.g-list__3col .c-card__post__ttl, .g-list__2col .c-card__post__ttl {
  min-height: 3.6em;
}
@media only screen and (max-width: 767px) {
  .is-2nd .c-card__post__ttl, .is-3rd .c-card__post__ttl {
    min-height: 5.76rem;
  }
}

.c-card__post__date {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: date;
  font-size: 1rem;
  font-family: var(--font-point);
  line-height: 1;
  color: var(--color-txtLight);
}

.g-single__head__txt > .c-card__post__date {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.c-card__post__author {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: author;
  justify-self: end;
  margin-right: 0.4rem;
}

.g-single__head__txt > .c-card__post__author {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.is-2col .c-card__post__author {
  margin-right: 0;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .is-2col .c-card__post__author {
    margin-right: 0.4rem;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-card__post__author {
    margin-top: 1rem;
  }
}

/*レスポンシブ用*/
.c-gnav {
  height: 100%;
}

.c-gnav__list {
  display: flex;
  width: 100%;
  height: 100%;
}

.c-gnav__link {
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.2rem;
}
@media only screen and (max-width: 1027px) {
  .c-gnav__link {
    font-size: 1.12rem;
  }
}

.c-gnav__link__txt {
  line-height: 1.6;
  text-align: center;
}
.c-gnav__link__txt span {
  white-space: nowrap;
}

/*レスポンシブ用*/
.c-hamb {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
  color: var(--color-txtLight);
}

.c-hamb__txt {
  line-height: 1;
  width: 3em;
  text-align: center;
}

.c-hamb__line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  gap: 6px;
}
.c-hamb__line span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-main);
  transform-origin: center;
}
.is-open .c-hamb__line span:nth-child(1) {
  animation: openHambTop 0.52s cubic-bezier(0.26, 0.06, 0, 1) forwards;
}
.is-close .c-hamb__line span:nth-child(1) {
  animation: closeHambTop 0.52s cubic-bezier(0.18, 0.06, 0.23, 1) forwards;
}
.is-open .c-hamb__line span:nth-child(2) {
  animation: openHambBottom 0.52s cubic-bezier(0.26, 0.06, 0, 1) forwards;
}
.is-close .c-hamb__line span:nth-child(2) {
  animation: closeHambBottom 0.52s cubic-bezier(0.18, 0.06, 0.23, 1) forwards;
}

/*---------------------
ラインのアニメーション
-----------------------*/
@keyframes openHambTop {
  0% {
    transform: translateY(0) rotate(0);
  }
  30% {
    transform: translateY(3.5px) rotate(0);
  }
  100% {
    transform: translateY(3.5px) rotate(-35deg);
  }
}
@keyframes openHambBottom {
  0% {
    transform: translateY(0) rotate(0);
  }
  35% {
    transform: translateY(-3.5px) rotate(0);
  }
  100% {
    transform: translateY(-3.5px) rotate(35deg);
  }
}
@keyframes closeHambTop {
  0% {
    transform: translateY(3.5px) rotate(-35deg);
  }
  35% {
    transform: translateY(3.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes closeHambBottom {
  0% {
    transform: translateY(-3.5px) rotate(35deg);
  }
  30% {
    transform: translateY(-3.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
/*レスポンシブ用*/
.c-breadcrumb {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  color: var(--color-txtLight);
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 0 var(--container-side);
    gap: 0.8rem;
  }
}
.c-breadcrumb a {
  text-decoration: none;
  color: var(--color-txt);
  display: inline-block;
  padding-top: 0.6em;
  text-decoration: none;
  background-image: radial-gradient(transparent 0.8px, transparent 0.8px);
  background-size: 2.26ch 1.2em;
  background-position: left top;
  background-repeat: repeat-x;
  transform: translateY(-0.3em);
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.c-breadcrumb a.is-hover {
  opacity: 0.9;
  color: var(--color-txtLight);
  text-shadow: var(--hover-shadow);
  background-image: radial-gradient(var(--color-main) 0.8px, transparent 0.8px);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
.c-breadcrumb li {
  display: flex;
  gap: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
.c-breadcrumb li:not(:last-child)::after {
  content: ">";
  color: var(--color-txt);
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb li {
    gap: 0.8rem;
  }
}

/*レスポンシブ用*/
.c-list-item__sns {
  width: 2rem;
  padding: 0.2rem;
}

/*レスポンシブ用*/
.c-pagination {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.2rem;
  color: var(--color-txtLight);
}
.c-pagination span {
  display: inline-block;
  padding: 0.4em 0.8em;
  cursor: pointer;
}
.c-pagination span.current {
  color: var(--color-txt);
}

/*レスポンシブ用*/
.g-footer {
  width: 100%;
  padding: 5.6rem var(--container-side);
  font-size: 1.2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .g-footer {
    padding: 8rem var(--container-side);
  }
}
@media only screen and (max-width: 520px) {
  .g-footer {
    padding: 5.6rem var(--container-side);
  }
}
.g-footer::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  border-top: 1px solid var(--color-mainLight);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .g-footer__inner {
    max-width: 48.8rem;
    margin-inline: auto;
  }
}

.g-footer__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .g-footer__main {
    grid-template-columns: auto 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .g-footer__main {
    grid-template-columns: 1fr 1fr;
  }
}
.g-footer__main > *:first-child {
  padding-right: 6.4rem;
}
@media only screen and (max-width: 1024px) {
  .g-footer__main > *:first-child {
    padding-right: 0;
  }
}
.g-footer__main > *:last-child {
  padding-left: 6.4rem;
}
@media only screen and (max-width: 1024px) {
  .g-footer__main > *:last-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .g-footer__main {
    margin-inline: auto;
    margin-bottom: 0;
    grid-template-columns: 100%;
  }
}

/*---------------------------------------------------
サイト概要
-----------------------------------------------------*/
.g-footer__info__wrap {
  display: grid;
  gap: 6.4rem;
  grid-template-columns: 18rem 1fr;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .g-footer__info__wrap {
    gap: 4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .g-footer__info__wrap {
    gap: 6.4rem;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .g-footer__info__wrap {
    gap: 8rem;
    grid-template-columns: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .g-footer__info {
    margin-inline: auto;
  }
}

.g-footer__logo {
  max-width: 18rem;
  margin-inline: auto;
}

.g-footer__about {
  display: grid;
  gap: 1.6rem;
  text-align: center;
  font-size: 1.2rem;
}

.g-footer__sns {
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.2rem auto 0;
}

@media only screen and (max-width: 767px) {
  .g-footer__concept {
    width: 80%;
    margin-inline: auto;
    position: relative;
  }
  .g-footer__concept::before {
    content: "";
    display: block;
    width: 60%;
    height: 1rem;
    background-image: url(../img/line.svg);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: left center;
    position: absolute;
    top: -4rem;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/*---------------------
メニュー
-----------------------*/
.g-footer__nav {
  display: flex;
  gap: min(6.4rem, 5vw);
  width: -moz-fit-content;
  width: fit-content;
  border-left: 1px solid var(--color-mainLight);
}
@media only screen and (max-width: 1024px) {
  .g-footer__nav {
    width: 100%;
    border-left: none;
    border-top: 1px solid var(--color-mainLight);
    padding-left: 0;
    padding-top: 6.4rem;
    margin-top: 6.4rem;
    margin-inline: auto;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 520px) {
  .g-footer__nav {
    padding-top: 4rem;
    margin-top: 4rem;
  }
}

/*---------------------
infoメニュー
-----------------------*/
.g-footer__infonav {
  display: flex;
  margin-inline: auto;
  gap: 1.6rem;
}

.g-footer__infonav__link {
  text-decoration: none;
  display: inline-block;
  padding-top: 0.6em;
  text-decoration: none;
  background-image: radial-gradient(transparent 0.8px, transparent 0.8px);
  background-size: 2.26ch 1.2em;
  background-position: left top;
  background-repeat: repeat-x;
  transform: translateY(-0.3em);
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.g-footer__infonav__link.is-hover {
  opacity: 0.9;
  color: var(--color-txtLight);
  text-shadow: var(--hover-shadow);
  background-image: radial-gradient(var(--color-main) 0.8px, transparent 0.8px);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
@media only screen and (max-width: 1024px) {
  .g-footer__infonav__link {
    font-size: 1.2rem;
  }
}

/*---------------------
コピーライト
-----------------------*/
.g-footer__copy {
  margin-inline: auto;
  font-size: 1rem;
  font-family: var(--font-point);
  margin-top: 0.8rem;
}

/*レスポンシブ用*/
.g-header {
  width: 100vw;
  border-bottom: 1px solid var(--color-mainLight);
}
.g-header__free2 {
  grid-area: free2;
}

.g-header__bg {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  position: relative;
}
.g-header__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.g-header__main {
  display: grid;
  max-width: var(--container-width);
  height: var(--header-height);
  margin: 0 auto;
  grid-template: "logo tagline decor" 2fr "logo gnav icons" 1fr "logo gnav about" 1fr/var(--header-side-width) 1fr var(--header-side-width);
  border-left: 1px solid var(--color-mainLight);
  border-right: 1px solid var(--color-mainLight);
}
@media only screen and (max-width: 767px) {
  .g-header__main {
    grid-template: "tagline logo free2" 100%/1fr 1fr 1fr;
    border: none;
  }
  .g-header__free2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

.g-header__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--color-mainLight);
  border-right: 1px solid var(--color-mainLight);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .g-header__item {
    border: none;
  }
}
.g-header__item > * {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 1em;
}
.g-header__icons .g-header__item > * {
  padding: 0;
}
.g-header__item--logo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: logo;
  border-bottom: none;
}
.g-header__item--logo > * {
  padding: 0;
}
.is-scroll .g-header__item--logo {
  padding: 0.2em 1em;
}
@media only screen and (max-width: 767px) {
  .g-header__item--logo {
    width: 100%;
  }
}
.g-header__item--tagline {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: tagline;
  font-size: 1rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .is-top .g-header__item--tagline {
    display: none;
  }
}
.is-bottom .g-header__item--tagline {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is-bottom .g-header__item--tagline {
    display: flex;
    border-bottom: none;
    font-size: 0.72rem;
  }
}
.g-header__item--decor {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: decor;
  border-right: none;
  font-size: 1rem;
  overflow: hidden;
}
@media only screen and (max-width: 1027px) {
  .g-header__item--decor {
    font-size: 0.8rem;
  }
}
.g-header__item--gnav {
  width: 100%;
  border-bottom: none;
}
.is-form-active .g-header__item--sns {
  border-right: none;
}
.g-header__item--search {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  border-right: none;
}
.g-header__item--about {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: about;
  border-right: none;
  border-bottom: none;
}
.g-header__item--about a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .g-header__item.is-hidden-sp {
    display: none;
  }
}

/*---------------------
logo
-----------------------*/
.g-header__logo {
  width: 100%;
  height: 100%;
  margin: auto 0 0;
}
.g-header__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.is-scroll .g-header__logo a {
  max-width: 10rem;
}
.g-header__logo a .c-logo {
  width: 100%;
  max-width: 13.6rem;
}

/*---------------------
tagline
-----------------------*/
.g-header__free2 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .g-header__free2 {
    border-bottom: none;
    border-right: none;
    display: flex;
  }
}

/*---------------------
decor
-----------------------*/
/*---------------------
gnav
-----------------------*/
.g-header__gnav {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: gnav;
}
.g-header__gnav a {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .g-header__gnav {
    display: none;
  }
}

/*---------------------
icons
-----------------------*/
.g-header__icons {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: icons;
  display: grid;
  grid-template-columns: 1fr auto;
}
@media only screen and (max-width: 767px){
  .g-header__item--logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }
  .g-header__item--tagline {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media only screen and (max-width: 767px) {
  .g-header__icons {
    display: none;
  }
}

/*---------------------
sns
-----------------------*/
/*---------------------
search
-----------------------*/
.g-header__search__btn {
  width: calc(var(--header-height) / 4);
  position: relative;
  z-index: 1;
}
.g-header__search__btn--form {
  position: absolute;
  scale: 0.8;
  top: 40%;
  right: 0.8rem;
  transform: translateY(-50%);
  z-index: 0;
}
.is-form-active .g-header__search__btn--form {
  scale: 0.8;
}

.g-header__search__form {
  display: none;
  width: 0;
  position: relative;
  overflow: hidden;
}
.g-header__search__form.is-active {
  display: flex;
  align-items: center;
}
.g-header__search__form form {
  display: flex;
  align-items: center;
  width: 100%;
}
.g-header__search__form form input {
  display: block;
  width: 100%;
  margin-right: 1rem;
  padding: 0.4em 0.8em;
  height: 1.8em;
  overflow: hidden;
  background-color: var(--color-lightgray);
  border-radius: 9999px;
  font-size: 1.2rem;
  line-height: 1;
}

/*---------------------
about
-----------------------*/
/*レスポンシブ用*/
.g-menubar {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 5.6rem;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2001;
}
@media only screen and (max-width: 767px) {
  .g-menubar {
    display: flex;
  }
}

.g-menubar__bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  position: relative;
}
.g-menubar__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg);
  border-top: 1px solid var(--color-mainLight);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.is-open .g-menubar__bg {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
.is-open .g-menubar__bg::before {
  display: none;
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}

/*レスポンシブ用*/
.g-modalnav {
  display: none;
  grid-template-rows: 16rem auto 10rem;
  align-items: center;
  padding-bottom: 5.6rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--color-bg);
  z-index: 2000;
}
.g-modalnav.is-open {
  display: grid;
}

.g-modalnav__logo {
  max-width: 12.8rem;
  margin-left: 2.4rem;
}

.g-modalnav__content {
  padding-left: 50vw;
}

.g-modalnav__nav {
  align-self: end;
  margin-bottom: 3.2rem;
}

.g-modalnav__icons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.6rem;
}

.g-modalnav__search {
  display: flex;
  justify-content: flex-end;
}

.g-modalnav__search__icon {
  width: 1.6rem;
}

/*レスポンシブ用*/
.g-nav__footer {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  height: auto;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: var(--container-side);
}
@media only screen and (max-width: 1024px) {
  .g-nav__footer {
    margin-inline: auto;
  }
}
.g-nav__footer a {
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 0.2em;
  white-space: nowrap;
  display: inline-block;
  padding-top: 0.6em;
  text-decoration: none;
  background-image: radial-gradient(transparent 0.8px, transparent 0.8px);
  background-size: 2.26ch 1.2em;
  background-position: left top;
  background-repeat: repeat-x;
  transform: translateY(-0.3em);
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.g-nav__footer a.is-hover {
  opacity: 0.9;
  color: var(--color-txtLight);
  text-shadow: var(--hover-shadow);
  background-image: radial-gradient(var(--color-main) 0.8px, transparent 0.8px);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
@media only screen and (max-width: 1024px) {
  .g-nav__footer a {
    font-size: 1.2rem;
  }
}

.g-nav__footer__sub {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .g-nav__footer__sub {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .g-nav__footer__sub {
    flex-direction: row;
  }
}
@media only screen and (max-width: 520px) {
  .g-nav__footer__sub {
    flex-direction: column;
  }
}
.g-nav__footer__sub ul {
  padding-left: 2em;
}
.g-nav__footer__sub a {
  display: block;
  text-decoration: none;
  padding: 0.4em 0;
  font-size: 1.2rem;
  white-space: nowrap;
  display: inline-block;
  padding-top: 0.6em;
  text-decoration: none;
  background-image: radial-gradient(transparent 0.8px, transparent 0.8px);
  background-size: 2.26ch 1.2em;
  background-position: left top;
  background-repeat: repeat-x;
  transform: translateY(-0.3em);
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.g-nav__footer__sub a.is-hover {
  opacity: 0.9;
  color: var(--color-txtLight);
  text-shadow: var(--hover-shadow);
  background-image: radial-gradient(var(--color-main) 0.8px, transparent 0.8px);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
@media only screen and (max-width: 1024px) {
  .g-nav__footer__sub a {
    font-size: 1.1rem;
  }
}

/*レスポンシブ用*/
.g-follow {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.6rem;
  align-items: center;
  overflow: hidden;
}

.g-follow__message {
  font-size: 1.1rem;
  white-space: nowrap;
  margin-bottom: 0.48rem;
}

.g-follow__list {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}

.g-follow__list__item {
  width: 1.6rem;
}

/*レスポンシブ用*/
/*---------------------------------------------------
汎用リスト
-----------------------------------------------------*/
.g-list__3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.375vw;
}
@media only screen and (max-width: 520px) {
  .g-list__3col {
    grid-template-columns: 1fr 1fr;
    gap: 4.8rem 2.4rem;
  }
}
@media only screen and (max-width: 374px) {
  .g-list__3col {
    grid-template-columns: 100%;
  }
}
.g-list__3col a {
  height: 100%;
}

.g-list__2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.375vw;
}
@media only screen and (max-width: 520px) {
  .g-list__2col {
    gap: 4.8rem 2.4rem;
  }
}
.g-list__2col a {
  height: 100%;
}

/*---------------------
人気記事リスト
-----------------------*/
.g-list__rank {
  display: grid;
  grid-template-columns: 3fr 4fr;
  grid-template-rows: 1fr 1fr;
  gap: 4.375vw;
}
@media only screen and (max-width: 767px) {
  .g-list__rank {
    grid-template-columns: 3fr 4fr;
  }
}
@media only screen and (max-width: 520px) {
  .g-list__rank {
    max-width: 36rem;
    margin: 0 auto;
    gap: 5.6rem 2.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, auto);
  }
}

.g-list__rank__item.is-1st {
  grid-row: 1/span 2;
}
@media only screen and (max-width: 520px) {
  .g-list__rank__item.is-1st {
    grid-row: auto;
    grid-column: 1/span 2;
    max-width: 32rem;
    width: 100%;
    justify-self: center;
  }
}
.g-list__rank__item.is-2nd {
  align-self: start;
}
.g-list__rank__item.is-3rd {
  align-self: end;
}

/*---------------------
タグリスト
-----------------------*/
.g-list__tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem 2.8rem;
}
@media only screen and (max-width: 767px) {
  .g-list__tag {
    gap: 1.4rem 1.6rem;
  }
}

/*---------------------
記事リスト-home
-----------------------*/
.g-list__post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.375vw;
}
@media only screen and (max-width: 767px) {
  .g-list__post {
    grid-template-columns: 1fr 1fr;
    gap: 4.8rem 2.4rem;
  }
}

.g-list__post__item.is-4 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .g-list__post__item.is-4 {
    display: block;
  }
}

/*---------------------
dlリスト
-----------------------*/
.g-list__dl {
  display: grid;
  gap: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .g-list__dl {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
  }
}
@media only screen and (max-width: 520px) {
  .g-list__dl {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/*---------------------
お知らせリスト
-----------------------*/
/*---------------------
モーダルナビ
-----------------------*/
.g-list__modalnav__link {
  display: flex;
  align-items: center;
  height: 3.6em;
  text-decoration: none;
}

.g-list__modalcatnav {
  padding-left: 1.2rem;
  font-size: 1.2rem;
  overflow: hidden;
}
.g-list__modalcatnav a {
  display: block;
  text-decoration: none;
  padding: 0.2em 0;
}

/*レスポンシブ用*/
.g-page {
  padding: 3.2rem 0 10.4rem;
}
@media only screen and (max-width: 767px) {
  .g-page {
    padding: var(--container-side) 0 8rem;
  }
}
@media only screen and (max-width: 520px) {
  .g-page {
    padding: var(--container-side) 0 5.6rem;
  }
}

/*---------------------------------------------------
タイトル
-----------------------------------------------------*/
.g-page__ttl {
  margin-top: 6.4rem;
}

.g-page__ttl__txt {
  font-family: var(--font-point);
  font-size: 2.4rem;
}

/*---------------------------------------------------
コンテンツ
-----------------------------------------------------*/
.g-page__content {
  margin-top: 8.8rem;
}
.g-page__content h1 {
  font-size: 2.4rem;
}
.g-page__content h2 {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 8rem;
}
.g-page__content h3 {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 6rem;
}
.g-page__content h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 4rem;
}
.g-page__content .is-single h1 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: ttl;
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .g-page__content .is-single h1 {
    font-size: 1.8rem;
  }
}
.g-page__content > p {
  margin-top: 3.2rem;
}

/*レスポンシブ用*/
/*---------------------------------------------------
パンくず
-----------------------------------------------------*/
.g-archive__breadcrumb {
  display: flex;
  max-width: var(--container-width);
  justify-content: flex-end;
  margin-left: calc(50% - 640px);
  margin-right: calc(50% - 640px);
  padding-right: 3.2rem;
}
@media only screen and (max-width: 1280px) {
  .g-archive__breadcrumb {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-right: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .g-archive__breadcrumb {
    margin-left: auto;
    margin-right: calc(50% - 50vw);
    padding-right: 0.4rem;
  }
}

/*---------------------------------------------------
タイトル
-----------------------------------------------------*/
.g-archive__ttl {
  margin-top: 6.4rem;
}

.g-archive__ttl__txt {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  font-family: var(--font-point);
}

/*---------------------------------------------------
一覧
-----------------------------------------------------*/
.g-archive__posts {
  margin-top: 11.2rem;
}

.g-archive__newslist {
  max-width: 62rem;
  width: 100%;
  margin-inline: auto;
}

/*---------------------------------------------------
ページネーション
-----------------------------------------------------*/
.g-archive__pagination {
  margin-top: 11.2rem;
}

/*レスポンシブ用*/
.g-single {
  padding-bottom: 14.4rem;
}

/*---------------------------------------------------
main
-----------------------------------------------------*/
.g-single__main {
  max-width: 62rem;
  margin: 12rem auto 0;
}
@media only screen and (max-width: 767px) {
  .g-single__main {
    margin: 8rem auto 0;
  }
}
@media only screen and (max-width: 520px) {
  .g-single__main {
    margin: 7.2rem auto 0;
  }
}

/*---------------------------------------------------
head
-----------------------------------------------------*/
.g-single__head__txt {
  display: grid;
  grid-template: "cat cat" auto "ttl ttl" 1fr "date author" max-content/auto 1fr;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 9.6rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .g-single__head__txt {
    margin-bottom: 6.4rem;
  }
}

.g-single__cat {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: cat;
  display: block;
  text-decoration: none;
  font-size: 1.2rem;
  font-family: var(--font-point);
}

.g-single__head__txt > .g-single__cat {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
@media only screen and (max-width: 767px) {
  .g-single__cat {
    font-size: 1rem;
  }
}

.g-single__ttl {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: ttl;
  font-size: 2.2rem;
  font-family: var(--font-point);
  margin-bottom: 0.8rem;
}

.g-single__head__txt > .g-single__ttl {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
@media only screen and (max-width: 767px) {
  .g-single__ttl {
    font-size: 1.8rem;
  }
}

.g-single__date {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: date;
  font-size: 1.2rem;
  font-family: var(--font-point);
}

.g-single__head__txt > .g-single__date {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
@media only screen and (max-width: 767px) {
  .g-single__date {
    font-size: 1rem;
  }
}

.g-single__head__author {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: author;
  justify-self: end;
}

.g-single__head__txt > .g-single__head__author {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.g-single__eyecatch {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  border-radius: max(1.2%, 2px);
}
.g-single__eyecatch img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .g-single__eyecatch {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media only screen and (max-width: 520px) {
  .g-single__eyecatch {
    aspect-ratio: 1/1;
  }
}

/*---------------------------------------------------
content
-----------------------------------------------------*/
.g-single__content {
  margin-top: 8.8rem;
}
.g-single__content > p {
  margin: 2.4rem 0;
}
.g-single__content > p strong {
  font-weight: var(--weight-medium);
}
.g-single__content h2 {
  scroll-margin-top: 2.4rem;
}
.g-single__content h3 {
  scroll-margin-top: 2.4rem;
}

/*---------------------------------------------------
タグ一覧
-----------------------------------------------------*/
.g-single__tags {
  margin-top: 10.4rem;
  padding: 4.8rem 0;
}

/*---------------------------------------------------
シェアする
-----------------------------------------------------*/
.g-single__share {
  margin-top: 6.4rem;
  padding: 4.8rem 0;
}

.g-single__share__ttl {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
}

.g-single__share__list {
  display: flex;
  justify-content: center;
  gap: 5.6rem;
  margin: 4rem 0 2.4rem;
}
@media only screen and (max-width: 767px) {
  .g-single__share__list {
    gap: 4rem;
  }
}
@media only screen and (max-width: 520px) {
  .g-single__share__list {
    gap: 3.2rem;
  }
}

/*---------------------------------------------------
書いた人
-----------------------------------------------------*/
.g-single__author {
  margin-top: 8rem;
  border: 1px solid var(--color-mainLight);
  padding: 2.4rem 4.8rem;
}
@media only screen and (max-width: 767px) {
  .g-single__author {
    padding: 2.4rem 3.2rem;
  }
}

.g-single__author__ttl {
  color: var(--color-txtLight);
  font-family: var(--font-point);
}

.g-single__author__main {
  display: grid;
  grid-template: "img name" auto "img prof" auto/8rem 1fr;
  gap: 5.6rem;
  margin: 3.2rem 0;
}
@media only screen and (max-width: 1024px) {
  .g-single__author__main {
    grid-template-columns: 8rem 1fr;
    gap: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .g-single__author__main {
    grid-template: "img name" auto "prof prof" auto/6.4rem 1fr;
    gap: 1.6rem 3.2rem;
  }
}
.g-single__author__main picture {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: img;
}

.g-single__author__name {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: name;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .g-single__author__name {
    align-self: center;
  }
}

.g-single__author__prof {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: prof;
  font-size: 1.2rem;
  margin-top: 1.2rem;
}

@media only screen and (max-width: 767px){
  .g-single__author__main picture {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .g-single__author__name {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .g-single__author__prof {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

.g-single__author__sns__list {
  display: flex;
  gap: 1.6rem;
  justify-content: flex-end;
}

/*---------------------------------------------------
人気記事
-----------------------------------------------------*/
.g-single__hot {
  margin-top: 12.8rem;
}

.g-single__hot__list {
  padding: 3.2rem 0;
}

/*レスポンシブ用*/
.g-home {
  padding-bottom: 14.4rem;
}

/*---------------------------------------------------
各section
-----------------------------------------------------*/
.g-home__section {
  position: relative;
  margin: 14.4rem auto 0;
}
@media only screen and (max-width: 767px) {
  .g-home__section {
    margin: 11.2rem auto 0;
  }
}
.g-home__section.is-2col {
  display: grid;
  gap: 6.25vw;
  grid-template-columns: 7fr 8fr;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .g-home__section.is-2col {
    grid-template-columns: 100%;
    gap: 11.2rem;
  }
}

.g-home__section__main {
  padding: 4rem 0;
}
@media only screen and (max-width: 1024px) {
  .g-home__section__main {
    padding: 3.2rem 0;
  }
}

.g-home__section__ttl {
  display: flex;
  justify-content: center;
}

.g-home__section__more {
  display: flex;
  justify-content: flex-end;
}

/*レスポンシブ用*/
.g-home-mv {
  max-width: calc(var(--container-width));
  width: 100vw;
  margin-left: calc(50% - var(--container-width) / 2);
  margin-right: calc(50% - var(--container-width) / 2);
}
@media only screen and (max-width: 1280px) {
  .g-home-mv {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media only screen and (max-width: 767px) {
  .g-home-mv {
    max-width: 100vw;
  }
}
.g-home-mv__slider {
  grid-area: slider;
}
.g-home-mv__news {
  grid-area: news;
}
.g-home-mv__free {
  grid-area: free;
}

@media only screen and (max-width: 1027px) {
  .g-home-mv__inner {
    gap: 0 4rem;
  }
}

/*---------------------
スライダー
-----------------------*/
.g-home-mv__slider {
  width: 100%;
  min-height: 40rem;
  aspect-ratio: 1280/444;
  overflow: hidden;
  border-bottom: 1px solid var(--color-mainLight);
}
@media only screen and (max-width: 767px) {
  .g-home-mv__slider {
    min-height: 56rem;
    max-height: 64rem;
    height: calc(100dvh - var(--header-height) * 2 - 12rem);
  }
}
.g-home-mv__slider .swiper-wrapper,
.g-home-mv__slider .swiper-slide {
  height: 100%;
}

.g-home-mv__slider__buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6rem;
  padding-right: calc(var(--container-side) / 2);
}

.g-home-mv__slider__button {
  display: block;
  width: 1.6rem;
  height: 0.5px;
  background-color: var(--color-main);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .g-home-mv__slider__button {
    width: 1.2rem;
  }
}
.g-home-mv__slider__button::before {
  content: "";
  display: block;
  width: 0.48rem;
  aspect-ratio: 1/1;
  border: 1px solid var(--color-mainLight);
  border-left: none;
  border-bottom: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
.g-home-mv__slider__button--prev {
  scale: -1;
}

.g-home-mv__slider__pager {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 1.6rem;
  margin-top: 1.2rem;
  padding: 0.8em 1.2em;
  border: 1px solid var(--color-mainLight);
  border-radius: 9999px;
  font-size: 1rem;
  line-height: 1;
  color: var(--color-txtLight);
  text-decoration: none;
  overflow: hidden;
}

.g-home-mv__slider__txt {
  text-align: center;
}

/*---------------------
記事
-----------------------*/
.g-home-mv__pickup {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: 50% 1fr;
  text-decoration: none;
  align-items: stretch;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .g-home-mv__pickup {
    grid-template-columns: 100%;
    grid-template-rows: 60% 1fr;
    gap: 0;
  }
}

.g-home-mv__pickup__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--color-bg);
  position: relative;
  padding: 2.4rem 20%;
}
@media only screen and (max-width: 767px) {
  .g-home-mv__pickup__desc {
    order: 2;
    padding: 2.4rem calc(var(--container-side) + var(--content-side));
  }
}

.g-home-mv__pickup__inner {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .g-home-mv__pickup__inner {
    margin-top: 0;
  }
}

.g-home-mv__pickup__type {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  font-size: 1.2rem;
  font-family: var(--font-point);
}
@media only screen and (max-width: 767px) {
  .g-home-mv__pickup__type {
    font-size: 1rem;
  }
}

.g-home-mv__pickup__ttl {
  margin-top: 1em;
  font-size: 1.8rem;
  line-height: 1.8;
  height: 3.6em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .g-home-mv__pickup__ttl {
    margin-top: 0;
    font-size: 1.4rem;
  }
}

.g-home-mv__pickup__cat {
  font-size: 1.2rem;
  font-family: var(--font-point);
}
@media only screen and (max-width: 767px) {
  .g-home-mv__pickup__cat {
    font-size: 1rem;
  }
}

.g-home-mv__pickup__date {
  margin-top: 0.6em;
  font-family: var(--font-point);
}
@media only screen and (max-width: 767px) {
  .g-home-mv__pickup__date {
    margin-top: 2em;
  }
}

.g-home-mv__pickup__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.g-home-mv__pickup__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .g-home-mv__pickup__img {
    order: 1;
  }
}

/*---------------------
お知らせ
-----------------------*/
.g-home-mv__news {
  width: 40%;
  margin-inline: 6.4rem auto;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .g-home-mv__news {
    width: 100%;
    margin-inline: auto;
  }
}

/*レスポンシブ用*/
.g-home-tags {
  padding: 5.6rem 0;
}

.g-home-tags__ttl {
  display: flex;
  justify-content: center;
}

.g-home-tags__list {
  margin: 4.4rem 0 1.8rem;
}
@media only screen and (max-width: 767px) {
  .g-home-tags__list {
    margin: 3.2rem 0 1.4rem;
  }
}

/*レスポンシブ用*/
.g-home-news {
  max-width: 57.6rem;
}

.g-home-news__list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .g-home-news__list {
    width: 100%;
  }
}

/*レスポンシブ用*/
.g-home-about {
  max-width: 31.4rem;
  margin: 0 auto;
  padding: 5.6rem 0;
  display: grid;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .g-home-about {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .g-home-about {
    width: 90%;
  }
}

.g-home-about__main {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .g-home-about__main {
    width: 80%;
  }
}

.g-home-about__logo {
  display: flex;
  justify-content: center;
}
.g-home-about__logo > * {
  width: 100%;
  max-width: 16rem;
}

.g-home-about__concept {
  display: grid;
  gap: 1.6rem;
  padding: 3.6rem 0;
  text-align: center;
  font-size: 1.2rem;
}
@media only screen and (max-width: 1024px) {
  .g-home-about__concept {
    padding: 2.4rem 0;
  }
}

.g-home-about__more {
  display: flex;
  justify-content: center;
}

/*レスポンシブ用*/
@media only screen and (max-width: 767px) {
  .g-home-dl__ttl {
    margin-left: calc(-1 * var(--content-side));
  }
}

/*レスポンシブ用*/
.g-policy {
  counter-reset: h2 0;
}
.g-policy h2 {
  margin-top: 7.2rem;
  font-size: 1.8rem;
  text-align: center;
}
.g-policy h2 span {
  line-height: 3.2;
  padding: 0 0.8em 0 0.4em;
  background-image: linear-gradient(to bottom, transparent 50%, var(--color-mainLight) 50%);
}
.g-policy h2 span::before {
  counter-increment: h2;
  content: "0" counter(h2) ". ";
  margin-right: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .g-policy h2 {
    text-align: left;
  }
}
.g-policy h3 {
  font-size: 1.6rem;
  margin-top: 4.4rem;
}
.g-policy p, .g-policy ul, .g-policy dl {
  margin-top: 2.4rem;
  line-height: 1.8;
}
.g-policy p.g-policy__date, .g-policy ul.g-policy__date, .g-policy dl.g-policy__date {
  margin-top: 8rem;
  text-align: right;
}
.g-policy p:first-child {
  margin-top: 0;
}
.g-policy li::before {
  content: "・";
  margin-right: 0.8rem;
}
.g-policy dl {
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  grid-template-columns: auto auto;
  margin-inline: auto;
  justify-content: start;
  gap: 1.2rem 0;
}
.g-policy dt::after {
  content: ":";
  display: inline-block;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

.u-mat {
  padding: var(--margin-4l) 0;
  position: relative;
}
.u-mat > * {
  position: relative;
}
.u-mat::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .u-mat::before {
    margin-left: calc(var(--container-side) * -1);
    margin-right: calc(var(--container-side) * -1);
  }
}

.u-m__xs {
  margin: var(--margin-xs);
}

.u-m__s {
  margin: var(--margin-s);
}

.u-m__m {
  margin: var(--margin-m);
}

.u-m__l {
  margin: var(--margin-l);
}

.u-m__2l {
  margin: var(--margin-2l);
}

.u-m__3l {
  margin: var(--margin-3l);
}

.u-m__4l {
  margin: var(--margin-4l);
}

.u-m__5l {
  margin: var(--margin-5l);
}

.u-mt__xs {
  margin-top: var(--margin-xs);
}

.u-mt__s {
  margin-top: var(--margin-s);
}

.u-mt__m {
  margin-top: var(--margin-m);
}

.u-mt__l {
  margin-top: var(--margin-l);
}

.u-mt__2l {
  margin-top: var(--margin-2l);
}

.u-mt__3l {
  margin-top: var(--margin-3l);
}

.u-mt__4l {
  margin-top: var(--margin-4l);
}

.u-mt__5l {
  margin-top: var(--margin-5l);
}

.u-mb__xs {
  margin-bottom: var(--margin-xs);
}

.u-mb__s {
  margin-bottom: var(--margin-s);
}

.u-mb__m {
  margin-bottom: var(--margin-m);
}

.u-mb__l {
  margin-bottom: var(--margin-l);
}

.u-mb__2l {
  margin-bottom: var(--margin-2l);
}

.u-mb__3l {
  margin-bottom: var(--margin-3l);
}

.u-mb__4l {
  margin-bottom: var(--margin-4l);
}

.u-mb__5l {
  margin-bottom: var(--margin-5l);
}

.u-margin-ia {
  margin-inline: auto;
}

.u-p__xs {
  padding: var(--margin-xs);
}

.u-p__s {
  padding: var(--margin-s);
}

.u-p__m {
  padding: var(--margin-m);
}

.u-p__l {
  padding: var(--margin-l);
}

.u-p__2l {
  padding: var(--margin-2l);
}

.u-p__3l {
  padding: var(--margin-3l);
}

.u-p__4l {
  padding: var(--margin-4l);
}

.u-p__5l {
  padding: var(--margin-5l);
}

.u-pt__xs {
  padding-top: var(--margin-xs);
}

.u-pt__s {
  padding-top: var(--margin-s);
}

.u-pt__m {
  padding-top: var(--margin-m);
}

.u-pt__l {
  padding-top: var(--margin-l);
}

.u-pt__2l {
  padding-top: var(--margin-2l);
}

.u-pt__3l {
  padding-top: var(--margin-3l);
}

.u-pt__4l {
  padding-top: var(--margin-4l);
}

.u-pt__5l {
  padding-top: var(--margin-5l);
}

.u-pb__xs {
  padding-bottom: var(--margin-xs);
}

.u-pb__s {
  padding-bottom: var(--margin-s);
}

.u-pb__m {
  padding-bottom: var(--margin-m);
}

.u-pb__l {
  padding-bottom: var(--margin-l);
}

.u-pb__2l {
  padding-bottom: var(--margin-2l);
}

.u-pb__3l {
  padding-bottom: var(--margin-3l);
}

.u-pb__4l {
  padding-bottom: var(--margin-4l);
}

.u-pb__5l {
  padding-bottom: var(--margin-5l);
}

.u-fs__p10s10 {
  font-size: 1rem;
}

.u-fs__p10s11 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p10s12 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p10s13 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p10s14 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p10s15 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p10s16 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p10s17 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p10s18 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p10s19 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p10s20 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s20 {
    font-size: 2rem;
  }
}

.u-fs__p11s10 {
  font-size: 1.1rem;
}

.u-fs__p11s11 {
  font-size: 1.1rem;
}

.u-fs__p11s12 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p11s13 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p11s14 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p11s15 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p11s16 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p11s17 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p11s18 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p11s19 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p11s20 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s20 {
    font-size: 2rem;
  }
}

.u-fs__p12s10 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s10 {
    font-size: 1rem;
  }
}

.u-fs__p12s11 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p12s12 {
  font-size: 1.2rem;
}

.u-fs__p12s13 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p12s14 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p12s15 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p12s16 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p12s17 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p12s18 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p12s19 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p12s20 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s20 {
    font-size: 2rem;
  }
}

.u-fs__p13s10 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s10 {
    font-size: 1rem;
  }
}

.u-fs__p13s11 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p13s12 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p13s13 {
  font-size: 1.3rem;
}

.u-fs__p13s14 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p13s15 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p13s16 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p13s17 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p13s18 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p13s19 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p13s20 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s20 {
    font-size: 2rem;
  }
}

.u-fs__p14s10 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s10 {
    font-size: 1rem;
  }
}

.u-fs__p14s11 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p14s12 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p14s13 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p14s14 {
  font-size: 1.4rem;
}

.u-fs__p14s15 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p14s16 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p14s17 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p14s18 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p14s19 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p14s20 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s20 {
    font-size: 2rem;
  }
}

.u-fs__p15s10 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s10 {
    font-size: 1rem;
  }
}

.u-fs__p15s11 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p15s12 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p15s13 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p15s14 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p15s15 {
  font-size: 1.5rem;
}

.u-fs__p15s16 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p15s17 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p15s18 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p15s19 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p15s20 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s20 {
    font-size: 2rem;
  }
}

.u-fs__p16s10 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s10 {
    font-size: 1rem;
  }
}

.u-fs__p16s11 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p16s12 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p16s13 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p16s14 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p16s15 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p16s16 {
  font-size: 1.6rem;
}

.u-fs__p16s17 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p16s18 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p16s19 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p16s20 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s20 {
    font-size: 2rem;
  }
}

.u-fs__p17s10 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s10 {
    font-size: 1rem;
  }
}

.u-fs__p17s11 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p17s12 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p17s13 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p17s14 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p17s15 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p17s16 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p17s17 {
  font-size: 1.7rem;
}

.u-fs__p17s18 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p17s19 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p17s20 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s20 {
    font-size: 2rem;
  }
}

.u-fs__p18s10 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s10 {
    font-size: 1rem;
  }
}

.u-fs__p18s11 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p18s12 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p18s13 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p18s14 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p18s15 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p18s16 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p18s17 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p18s18 {
  font-size: 1.8rem;
}

.u-fs__p18s19 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p18s20 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s20 {
    font-size: 2rem;
  }
}

.u-fs__p19s10 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s10 {
    font-size: 1rem;
  }
}

.u-fs__p19s11 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p19s12 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p19s13 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p19s14 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p19s15 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p19s16 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p19s17 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p19s18 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p19s19 {
  font-size: 1.9rem;
}

.u-fs__p19s20 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s20 {
    font-size: 2rem;
  }
}

.u-fs__p20s10 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s10 {
    font-size: 1rem;
  }
}

.u-fs__p20s11 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p20s12 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p20s13 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p20s14 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p20s15 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p20s16 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p20s17 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p20s18 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p20s19 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p20s20 {
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .u-none__spl {
    display: none;
  }
}

.u-width__short {
  max-width: 45rem;
  width: 100%;
  margin-inline: auto;
}

.u-mark__hashtag {
  gap: 0.2em;
}
.u-mark__hashtag::before {
  content: "＃";
}

.u-hover__bg {
  position: relative;
  text-decoration: none;
}
.u-hover__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-main);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.u-hover__bg.is-hover {
  color: var(--color-txtLight);
  text-shadow: var(--hover-shadow);
}
.u-hover__bg.is-hover::before {
  opacity: 0.2;
}

.u-hover__card {
  position: relative;
  text-decoration: none;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.u-hover__card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.u-hover__card img {
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.u-hover__card.is-hover {
  color: var(--color-txtLight);
  text-shadow: var(--hover-shadow);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
.u-hover__card.is-hover::before {
  opacity: 0.2;
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
.u-hover__card.is-hover img {
  filter: blur(0.3px);
  transform: scale(1.05);
}

.u-hover__txt {
  text-decoration: none;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.u-hover__txt.is-hover {
  color: var(--color-txtLight);
  text-shadow: var(--hover-shadow);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}

@media screen and (min-width: 1282px) {
  .u-border__container {
    border-left: 1px solid var(--color-mainLight);
    border-right: 1px solid var(--color-mainLight);
  }
}

/*---------------------------------------------------
波線のセクション
-----------------------------------------------------*/
.u-section__wave {
  position: relative;
}
.u-section__wave::before, .u-section__wave::after {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background-image: url(../img/line.svg);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: left center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.u-section__wave::before {
  top: 0;
}
.u-section__wave::after {
  bottom: 0;
}

.u-zindx__up {
  position: relative;
  z-index: 1;
}

.js-modalnav__catlist {
  height: 0;
}
