@charset "utf-8";

/*
Theme Name: Palette Project Web site
Description:
Version: 1.0
Author: LLC JIRIKI
Author URI: https://www.jiriki.co.jp/
*/
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  font-weight: 500;
  font-family:
    Hiragino Sans,
    "ヒラギノ角ゴシック",
    Hiragino Kaku Gothic ProN,
    "ヒラギノ角ゴ ProN W3",
    Roboto,
    "Droid Sans",
    YuGothic,
    "游ゴシック",
    Meiryo,
    "メイリオ";
  scroll-behavior: smooth;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@font-face {
  src: url("./fonts/Quicksand-Bold.woff") format("woff");
  font-style: normal;
  font-family: "Quicksand";
  font-display: swap;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

.clearfix {
  position: relative;
}

.clearfix::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}

a {
  transition: all 0.5s;
}

p {
  letter-spacing: 0.1em;
}

ul li {
  list-style: none;
}

section, div {
  position: relative;
}

h1, h2, h3, h4, h5 {
  position: relative;
  font-family:
    Hiragino Sans,
    "ヒラギノ角ゴシック",
    Hiragino Kaku Gothic ProN,
    "ヒラギノ角ゴ ProN W3",
    Roboto,
    "Droid Sans",
    YuGothic,
    "游ゴシック",
    Meiryo,
    "メイリオ";
  letter-spacing: 0.1em;
}

.text-center {
  position: relative;
  z-index: 8;
  text-align: center;
}

.text-center img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.fadein, .case {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transition: all 1s;
  -webkit-transition: all 1s;
}

.fadein.scrollin, .case.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}


/* RESET ---------------------------------------------------------------- */
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box
}

* {
  margin: 0
}

html, body {
  height: 100%
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%
}

input, button, textarea, select {
  font: inherit
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word
}

#root, #__next {
  isolation: isolate
}


/* WPBASE ---------------------------------------------------------------- */
.wpcf7 {
  max-width: 500px;
  margin: 0 auto;
}

.contents .wpcf7 p {
  margin-bottom: 2em;
}

.wpcf7 .ck {
  padding: 2px 4px;
  border-radius: 8px;
  background: #FF4646;
  color: #fff;
  font-weight: 500;
  font-size: 0.8rem;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
  width: 100%;
  padding: 8px;
  border: none;
  border-radius: 10px;
  background: #FAFAFA;
}

::placeholder {
  color: #C4C4C4;
  font-weight: 500;
}

.wpcf7 textarea {
  width: 100%;
  padding: 8px;
  border: none;
  border-radius: 10px;
  background: #FAFAFA;
}

.wpcf7 label {
  font-weight: 700;
}

.wpcf7-form-control-wrap {
  top: 10px;
}

.wpcf7 input[type="submit"] {
  display: block;
  position: relative;
  z-index: 98;
  width: 300px;
  height: 60px;
  margin: 60px auto;
  padding: 16px 60px;
  border: 1px solid #FE66B2;
  border-radius: 30px;
  background: #FE66B2;
  color: #fff;
  font-weight: 600;
  font-size: 1.3rem;
  text-decoration: none;
  text-align: center;
}

.wpcf7 input[type="submit"]::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 240px;
  height: 100%;
  background: url(img/lazer-right.gif) no-repeat;
  background-size: cover;
  content: '';
}

.wpcf7-form.invalid input {
  background: #FFD9D9;
}

.wpcf7-not-valid-tip {
  display: inline-block !important;
  margin-top: 4px;
  padding: 4px;
  background: #FF1919;
  color: #fff !important;
  font-size: 0.8rem;
}


/* Pagenumber ---------------------------------------------------------------- */
.page-btn-area {
  max-width: 500px;
  margin: 40px auto;
}

#category .page-btn-area {
  padding-bottom: 156px;
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

ul.page-numbers li {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #CACACA;
  border-radius: 50px;
  box-sizing: border-box;
  background: #fff;
  color: #CACACA;
  font-family: 'Proba Pro';
  text-align: center;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.08));
}

ul.page-numbers li a, ul.page-numbers li span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 7px;
  border-radius: 50px;
}

ul.page-numbers li a:hover {
  background: #FE66B2;
  color: #fff;
  text-decoration: none;
}

.page-numbers.current {
  background: #FE66B2;
  color: #fff;
  filter: unset;
}

.next.page-numbers, .prev.page-numbers {
  position: relative;
}

.next.page-numbers::before {
  display: block;
  position: absolute;
  top: 11px;
  right: 8px;
  transform: rotate(270deg);
  width: 0;
  height: 0;
  border-width: 16.5px 9.5px 0 9.5px;
  border-style: solid;
  border-color: #CACACA transparent transparent transparent;
  content: '';
  transition: all 0.5s;
}

.prev.page-numbers::before {
  display: block;
  position: absolute;
  top: 11px;
  right: 12px;
  transform: rotate(90deg);
  width: 0;
  height: 0;
  border-width: 16.5px 9.5px 0 9.5px;
  border-style: solid;
  border-color: #CACACA transparent transparent transparent;
  content: '';
  transition: all 0.5s;
}

.next.page-numbers::before:hover, .prev.page-numbers::before:hover {
  color: #fff;
}


/* BREAD ---------------------------------------------------------------- */
.breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 100px;
}

.breadcrumb ul {
  display: flex;
  padding: 0;
}

.breadcrumb ul li {
  position: relative;
  margin-right: 22px;
}

.breadcrumb ul li a::after {
  position: absolute;
  top: 6px;
  right: -8px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  content: '';
}

.breadcrumb ul li a {
  display: block;
  margin-right: 10px;
  color: #333;
  text-decoration: none;
}

.breadcrumb ul li a:hover {
  color: #FE57DB;
}


/* HEADER ---------------------------------------------------------------- */
/* Global Menu */
header {
  position: relative;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}

header .inner_1320 {
  display: grid;
  grid-template-columns: 260px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  max-width: 1370px;
  margin: 0 auto;
  padding: 10px 0 10px;
}

header ul.menu {
  position: relative;
}

header ul>li {
  display: inline-block;
  position: relative;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

header ul>li>a {
  display: block;
  padding: 15px 30px;
  color: #555;
  font-weight: 700;
  font-size: 1.25rem;
  /*size 20px相当*/
  font-family: "Quicksand";
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

header ul>li>a>span {
  display: block;
  font-size: 0.5rem;
}

header ul>li:hover>a {
  color: #FE66B2;
}

/* Submenu */
header ul li ul {
  position: absolute;
  top: 80px;
  left: 30px;
  width: 200px;
  padding: 4px 0 4px 0;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  background: #fff;
}

header ul li ul li {
  display: block;
  line-height: 1.5em;
}

header ul li ul li a {
  color: #444;
  font-weight: 500;
  font-size: 0.8rem;
  text-decoration: none;
  text-align: left;
}

header ul li ul li a:hover {
  background-color: #fff;
}

header ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s;
}

@media screen and (min-width: 1024px) {
  header ul li:hover ul {
    visibility: visible;
    opacity: 1;
  }
}


/* wrapprER ---------------------------------------------------------------- */
#wrapper {
  position: relative;
}

#wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: url(img/bg/kv-bottom-color.jpg) repeat-x;
  background-size: cover;
  content: '';
}


/* KV ---------------------------------------------------------------- */
#kv {
  width: 100%;
  /*min-height: 780px;*/
  padding-top: 80px;
  background: url(img/bg/kv-bg.jpg) no-repeat;
  background-size: cover;
}

.member-img {
  position: relative;
  z-index: 88;
  max-width: 1480px;
  margin: 0 auto;
}

.main-lead {
  position: absolute;
  top: 78%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.delay-3s {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.delay-5s {
  animation: fadeIn-5 5s ease 0s 1 normal;
  -webkit-animation: fadeIn-5 5s ease 0s 1 normal;
}

@keyframes fadeIn-5 {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn-5 {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

/* 点滅 */
.blinking {
  -webkit-animation: blink 1.5s ease-in-out 3 alternate;
  -moz-animation: blink 1.5s ease-in-out 3 alternate;
  animation: blink 1.5s ease-in-out 3 alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.area {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1480px;
  height: 100vh;
  margin: 0 auto;
  background: transparent;
  transform: translate(-50%, 0%);
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.circles li {
  display: block;
  opacity: .5;
  list-style: none;
  position: absolute;
  bottom: -150px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  animation: animate 25s linear infinite;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 70px;
  height: 71px;
  background-image: url(img/unions/kaname-Union-club.png);
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  background-image: url(img/unions/hanon-Union-club.png);
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 14px;
  background-image: url(img/unions/kaname-Union-star.png);
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 79px;
  height: 79px;
  background-image: url(img/unions/hanon-Union-star.png);
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 81%;
  width: 20px;
  height: 20px;
  /*  background-image: url(img/unions/kohane-Union-club.png); */
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 70px;
  height: 70px;
  /*  background-image: url(img/unions/kohane-Union-club.png); */
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 100px;
  height: 91px;
  background-image: url(img/unions/rona-Union-heart.png);
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 23px;
  background-image: url(img/unions/kyouka-Union-club.png);
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  /* background-image: url(img/unions/kohane-Union-dia.png); */
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 108px;
  /* background-image: url(img/unions/kohane-Union-dia.png); */
  animation-delay: 2s;
  animation-duration: 24s;
}

.circles li:nth-child(11) {
  left: 5%;
  width: 80px;
  height: 80px;
  /*  background-image: url(img/unions/kohane-Union-circle.png); */
  animation-delay: 10s;
}

.circles li:nth-child(12) {
  left: 3%;
  width: 20px;
  height: 20px;
  background-image: url(img/unions/kyouka-Union-club.png);
  animation-delay: 4s;
  animation-duration: 14s;
}

.circles li:nth-child(13) {
  left: 16%;
  width: 20px;
  height: 14px;
  background-image: url(img/unions/clara-Union-dia.png);
  animation-delay: 8s;
}

.circles li:nth-child(14) {
  left: 20%;
  width: 60px;
  height: 60px;
  background-image: url(img/unions/hanon-Union-star.png);
  animation-delay: 2s;
  animation-duration: 13s;
}

.circles li:nth-child(15) {
  left: 1%;
  width: 150px;
  height: 108px;
  background-image: url(img/unions/clara-Union-dia.png);
  animation-delay: 5s;
  animation-duration: 20s;
}

@keyframes animate {
  0% {
    opacity: 0.7;
    transform: translateY(0) rotate(0deg);
    border-radius: 0;
  }

  100% {
    opacity: 0;
    transform: translateY(-1000px) rotate(720deg);
    border-radius: 50%;
  }
}


/* 共通 ---------------------------------------------------------------- */
.inner_1480 {
  max-width: 1480px;
  margin: 0 auto;
  padding: 60px 0;
}

.inner_1140 {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 0;
}

.section-h2 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-items: center;
  align-items: center;
  justify-content: center;
  gap: 0 0.75em;
  margin: 0 auto 70px;
  color: #675F77;
  font-weight: 700;
  font-size: 3.7rem;
  /*size 60px相当*/
  line-height: 1.25;
  font-family: "Quicksand";
}

.section-h2::before, .section-h2::after {
  display: block;
  grid-row: span 2;
  width: 110px;
  height: 24px;
  background: url(img/title-left.png) no-repeat;
  background-size: contain;
  content: '';
}

.section-h2::after {
  background-image: url(img/title-right.png);
}

.section-h2 span {
  order: 4;
  font-size: 1.5rem;
}


/* btn tag 共通 ---------------------------------------------------------------- */
.c-tag .tag a {
  display: block;
  padding: 7px 8px;
  border-radius: 4px;
  color: #fff !important;
  font-size: 0.5rem !important;
}

.c-tag .tag a:hover {
  opacity: 0.8;
  color: #fff !important;
  text-decoration: none !important;
}

.c-tag span {
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
  margin-bottom: 10px;
}

.c-tag a.all {
  background: #C4c4c4;
}

.c-tag a.news {
  background: #4FC0EC;
}

.c-tag a.goods {
  background: #4FC0EC;
}

.c-tag a.others, .c-tag a.etc {
  background: #02BC3F;
}

.c-tag a.live-event {
  background: #FA7D09;
}

.c-tag a.performance-information {
  background: #FE57DB;
}

.c-tag a.music {
  background: #8833FF;
}

.c-tag a.online-live {
  background: #8833FF;
}

.c-tag a.offline-live {
  background: #FE57DB;
}

.c-tag a.event {
  background: #4FC0EC;
}

.c-tag a.etc {
  display: none;
}

.live-event .c-tag a.others {
  display: none !important;
}

.live-event .c-tag a.etc {
  display: inline !important;
}

.btn {
  display: block;
  position: relative;
  z-index: 98;
  width: 300px;
  height: 60px;
  margin: 60px auto;
  padding: 16px 60px;
  border: 1px solid #333;
  border-radius: 30px;
  background: #6698FE;
  color: #fff;
  font-weight: 600;
  font-size: 1.3rem;
  text-decoration: none;
  text-align: center;
}

.btn-pink {
  border: 1px solid #FE66B2;
  background: #fff;
  color: #FE66B2;
}

.in-btn-pink {
  border: 1px solid #FE66B2;
  background: #FE66B2;
  color: #fff;
}

.btn-blue {
  border: 1px solid #6698FE;
  background: #fff;
  color: #6698FE;
}

.arrow::before {
  position: absolute;
  top: 23px;
  right: 65px;
  width: 16px;
  height: 16px;
  border-top: solid 2px #6698FE;
  border-right: solid 2px #6698FE;
  content: '';
}

.arrow.arrow-right::before {
  transform: rotate(45deg);
}

.arrow.btn-pink::before {
  border-top: solid 2px #FE66B2;
  border-right: solid 2px #FE66B2;
}

.arrow.in-btn-pink::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.arrow.btn-blue::before {
  border-top: solid 2px #6698FE;
  border-right: solid 2px #6698FE;
}

.btn-pink:hover {
  background: #FE66B2;
  color: #fff;
}

.in-btn-pink:hover {
  background: #fff;
  color: #FE66B2;
}

.btn-blue:hover {
  background: #6698FE;
  color: #fff;
}

.arrow.btn-pink:hover::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.arrow.btn-pink:hover span {
  color: #fff;
}

.arrow.in-btn-pink:hover::before {
  border-top: solid 2px #FE66B2;
  border-right: solid 2px #FE66B2;
}

.arrow.btn-blue:hover::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}


/* NEWS-AREA ---------------------------------------------------------------- */
#news-area {
  width: 100%;
}

#news-area .inner_1480 {
  padding-top: 140px;
}

.news-list {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.news-list .list-single {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.news-list .list-single {
  padding: 24px 40px;
  border-top: 1px solid #c4c4c4;
}

.news-list .list-single:last-child {
  border-bottom: 1px solid #c4c4c4;
}

.news-list .list-single a {
  color: #333;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
}

.news-list .list-single a:hover {
  opacity: 0.8;
  color: #FE57DB;
  text-decoration: underline;
}

.list-single .list-title {
  display: flex;
  align-items: center;
  padding-left: 32px;
  border-left: 1px solid #c4c4c4;
}

.list-single .list-title .c-tag {
  margin-right: 32px;
}

#news-area .list-single .list-title .c-tag {
  display: flex;
}

#news-area .list-single .list-title .c-tag .tag:nth-child(+2) {
  display: none;
}


/* LIVE-AREA ---------------------------------------------------------------- */
#live-area {
  position: relative;
  z-index: 5;
  background: #000D3B;
}

#live-area::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 60px;
  background: url(img/bg/live-area-top-bg.png) 50% 0 repeat-x;
  background-size: contain;
  content: '';
}

#live-area::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 424px;
  background: url(img/bg/live-area-bottom-bg.png) 50% 100% no-repeat;
  background-size: contain;
  content: '';
}


#live-area .inner_1480 {
  position: relative;
  max-width: 1480px;
  background: #000D3B;
}

#live-area .spot-light::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 240px;
  height: 100%;
  background: url(img/lazer-left.gif) no-repeat;
  background-size: cover;
  content: '';
}

#live-area .spot-light::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 240px;
  height: 100%;
  background: url(img/lazer-right.gif) no-repeat;
  background-size: cover;
  content: '';
}

#live-area .section-h2 {
  color: #fff;
}

.live-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.live-news .col-list {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  /* ボーダー */
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 5px 12px rgb(255 241 230 / 50%);
  /* 薄い影 */
  background-color: rgba(255, 255, 255, 0.1);
  /* 背景色 */
  -webkit-backdrop-filter: blur(20px);
  /* ぼかしエフェクト */
  backdrop-filter: blur(20px);
}

.live-news .col-list, .live-news .col-list a {
  position: relative;
  z-index: 99;
  color: #fff;
  text-decoration: none;
}

.live-news .col-list .thumbnail {
  margin-bottom: 20px;
}

.live-news .col-list .thumbnail:hover {
  opacity: 0.8;
}

.live-news .col-list img {
  width: 100%;
  height: auto;
  aspect-ratio: 32/18;
  object-fit: cover;
}

.live-news .col-list .c-tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.live-news .col-list .c-tag a {
  display: inline;
}


/* ABOUT-AREA ---------------------------------------------------------------- */
#about-area .inner_1140, #about-area .inner_1480 {
  padding-bottom: 0;
}

#about-area .container+.inner_1480 {
  padding-top: 0;
}

/*swiper*/
/* コンテナー */
.container {
  margin: 0 auto;
}

/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.infinite-slider .swiper-slide {
  width: auto !important;
  height: 320px !important;
  /* 高さを指定 */
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}

#about-area .about-text {
  max-width: 700px;
  margin: 60px auto 0;
  color: #675F77;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}

#about-area .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 140px;
  padding: 0;
}

#about-area .flex li:first-child {
  margin-right: 60px;
}

#about-area .flex li a {
  padding: 16px 0;
  font-size: 1.25rem;
}

#about-area .flex li a span {
  position: relative;
  left: -10px;
}

#about-area .arrow::before {
  top: 20px;
  right: 28px;
}


/* YOUTUBE-AREA ---------------------------------------------------------------- */
#youtube-area {
  width: 100%;
  height: 516px;
  background: url(img/bg/youtube-bg_new.png) no-repeat;
  background-size: cover;
}

#youtube-area .inner_1480 {
  max-width: 1480px;
  margin: 0 auto;
}

.section-h2-left {
  position: relative;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 3.7rem;
  /*size 60px相当*/
  font-family: "Quicksand";
}

#youtube-area p {
  color: #fff;
}

.youtube-icon {
  position: relative;
}

.youtube-icon::before {
  display: block;
  position: absolute;
  top: 10px;
  left: 65px;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: url(img/youtube-btn.png) no-repeat;
  background-size: contain;
  content: '';
}

.youtube-icon a {
  padding: 18px 0 0 120px;
  font-size: 1rem;
  text-align: left;
}

#youtube-area .btn.square {
  width: 450px;
  margin: 60px 0 0;
  border-radius: 8px;
}

#youtube-area .arrow::before {
  width: 14px;
  height: 14px;
}

.youtube-iframe {
  position: absolute;
  top: 80px;
  right: 0;
  width: 630px;
}

.yt-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yt-wrapper {
  position: relative;
  padding-top: 56.25%;
}

#fixed-youtube {
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 96;
  width: 220px;
}

#fixed-youtube .youtube-area {
  position: relative;
  padding-top: 56.25%;
}

#fixed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* TW-AREA ---------------------------------------------------------------- */
#tw-area {
  height: 560px;
  background: #fff url(img/bg/tw-area-bg.png);
  background-size: cover;
}

#tw-area .grid-2col {
  display: grid;
  grid-template-columns: 1fr 630px;
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}

.twitter-card {
  top: -124px;
  height: 400px;
  overflow: auto;
}

#tw-area .section-h2-left {
  color: #333;
}

#tw-area .btn.square {
  width: 450px;
  margin: 60px 0 0;
  border-radius: 8px;
}

#tw-area .arrow::before {
  right: 54px;
  width: 14px;
  height: 14px;
}

.tw-icon {
  position: relative;
}

.tw-icon::before {
  display: block;
  position: absolute;
  top: 10px;
  left: 49px;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: url(img/tw-btn.png) no-repeat;
  background-size: contain;
  content: '';
}

.tw-icon a {
  padding: 6px 0 0 100px;
  font-size: 1rem;
  text-align: left;
}

.tw-icon span {
  display: block;
  color: #999;
  font-weight: 500;
}


/* GOODS-AREA ---------------------------------------------------------------- */
#goods-area .grid-2col {
  display: grid;
  grid-template-columns: 630px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}

#goods-area .grid-2col h3 {
  margin-bottom: 32px;
  padding-top: 100px;
  color: #675F77;
}

#goods-area .grid-2col p {
  margin-bottom: 60px;
  color: #675F77;
  font-size: 0.9rem;
}

#goods-area .btn.left {
  margin: 0;
  padding: 18px 60px;
  font-size: 1rem;
}

#goods-area .btn.left.arrow::before {
  right: 47px;
  width: 14px;
  height: 14px;
}


/* FOOTER ---------------------------------------------------------------- */
footer::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 88;
  width: 100%;
  aspect-ratio: 740/41;
  background: url(img/bg/page-bottom-bg.jpg) 50% 0 no-repeat;
  background-size: cover;
  content: '';
}

footer {
  position: relative;
  z-index: 98;
  background: url(img/bg/footer.jpg);
  background-size: cover;
}

footer .inner_1480 {
  max-width: 1480px;
  margin: 0 auto;
}

footer h1 {
  margin: 0 auto;
  padding: 80px 0 40px;
  text-align: center;
}

footer h1 img {
  margin: 0 auto;
}

footer a {
  color: #333;
  font-weight: 700;
  font-size: 1.2rem;
  font-family: "Quicksand";
  text-decoration: none;
}

footer a:hover {
  color: #FE66B2;
}

footer ul {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  padding: 0;
}

footer ul li {
  margin-right: 40px;
}

footer ul li:last-child {
  margin-right: 0;
}

footer ul li a:hover {
  opacity: 0.8;
}

.ft-menu-sub li {
  width: 270px;
  margin-right: 0;
  padding: 0 24px;
  border-left: 1px solid #555;
  text-align: center;
}

.ft-menu-sub li:last-child {
  border-right: 1px solid #555;
}

.ft-menu-sub li a {
  font-size: 0.9rem;
}

.ft-sns a {
  display: block;
  padding: 20px;
}

.ft-sns a:hover {
  opacity: 0.8;
}

.ft-sns .tw {
  background: url(img/tw-btn.png) no-repeat center center;
  background-size: 32px;
}

.ft-sns .youtube {
  background: url(img/youtube-btn.png) no-repeat center center;
  background-size: 32px;
}

.ft-sns .insta {
  background: url(img/insta-btn.png) no-repeat center center;
  background-size: 32px;
}

.copy-center {
  background: #fff;
  padding: 30px 0;
  text-align: center;
}


/* SIGLE ---------------------------------------------------------------- */
#single-page::before, #page::before, #category::before, #tag::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 88;
  width: 100%;
  aspect-ratio: 740/41;
  background: url(img/bg/news-single-top-bg.png) 50% 0 no-repeat;
  background-size: cover;
  content: '';
}

.post .inner_1140 {
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 0;
}

.post .bg-pink {
  margin-bottom: 40px;
  padding: 60px 164px;
  box-shadow: inset 25.7px -25.7px 25.7px rgba(255, 215, 235, 0.1), inset -25.7px 25.7px 25.7px rgba(255, 255, 255, 0.1);
  background: rgba(255, 215, 235, 0.1);
  backdrop-filter: blur(51.4px);
}

.post .Headline {
  margin: 32px 0;
  font-size: 2rem;
}

.post-info {
  display: flex;
  align-items: center;
}

.post-info a {
  text-decoration: none;
}

.post-info .c-tag {
  display: flex;
  margin-left: 32px;
}

#single-page .contents h2 {
  margin-top: 20px;
  margin-bottom: 24px;
  padding: 8px 30px;
  border-radius: 18px;
  background: linear-gradient(90deg, #FFEBD9 0%, #FFD9D9 14.58%, #FED8F6 30.73%, #FFD9FF 45.31%, #E9D9FF 57.81%, #D9E2FF 71.35%, #D9FFF1 83.85%, #D9FFE5 100%);
  font-size: 1.25rem;
}

#single-page .contents h2:first-child {
  margin-top: 0;
}

#single-page .contents h3 {
  margin-top: 20px;
  margin-bottom: 24px;
}

.contents p {
  margin-bottom: 1em;
}

.contents p a {
  color: #FE57DB;
}

.contents p a:hover {
  opacity: 0.8;
}

#single-page .contents ul {
  margin: 20px 0;
}

#single-page .contents ul li {
  list-style: disc;
}

#single-page .contents figcaption {
  display: block;
  margin: 10px auto 0;
  font-size: 0.8rem;
  text-align: center;
}

#single-page .contents .wp-block-image {
  margin: 20px 0;
}

.pre-next-post {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  margin: 0 auto;
}

.pre-next-post p {
  width: 340px;
  padding: 0 40px;
  text-overflow: ellipsis;
}

.pre-next-post a {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.live-event .pre-next-post a {
  color: #fff;
}

.pre-next-post a:hover {
  opacity: 0.9;
  color: #FE57DB;
}

.pre-next-post p:first-child {
  border-right: 1px solid #cacaca;
}

.pre-circle {
  width: 40px;
  height: 40px;
  background: url(img/pre.png) no-repeat;
  background-size: contain;
}

.next-circle {
  width: 40px;
  height: 40px;
  background: url(img/pre-hover.png) no-repeat;
  background-position: right;
  background-size: contain;
}

.div-title-h2 {
  margin-bottom: 24px;
  padding-left: 20px;
  color: #333;
  font-size: 1.2rem;
}

.recommend {
  margin: 40px auto;
}

.div-title-h2::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 8888;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fE57DB;
  color: #FE57DB;
  content: '';
}

.recommend-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

.recommend-list a {
  color: #333;
  font-size: 1rem;
  text-decoration: none;
}

.live-event .recommend-list a {
  color: #fff;
}

.recommend-list .recommend-list-single {
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  width: 48%;
  margin-bottom: 16px;
}

.recommend-list .recommend-list-single .thumbnail img {
  width: 140px;
  height: 79px;
  object-fit: cover;
}

.recommend-list .recommend-list-single .thumbnail:hover {
  opacity: 0.8;
}

.live-event .cat-list {
  padding-bottom: 200px;
}

.category-list {
  padding: 0;
}

.category-list {
  display: flex;
  justify-content: center;
}

.category-list li {
  margin-right: 10px;
}

.category-list li:last-child {
  margin-right: 0;
}

.category-list a {
  text-decoration: none;
}


/* PAGE ---------------------------------------------------------------- */
.page .inner_1140 {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 0;
}

.page .bg-white {
  padding: 60px 164px;
  margin-bottom: 40px;
  background: rgba(238, 233, 233, 0.1);
  box-shadow: inset 25.7px -25.7px 25.7px rgba(255, 215, 235, 0.1), inset -25.7px 25.7px 25.7px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(51.4px);
}

.page .Headline {
  margin: 32px 0;
  font-size: 2rem;
}

.page .page-title-h2 {
  /* = section-h2 */
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-items: center;
  align-items: center;
  justify-content: center;
  gap: 0 0.75em;
  margin: 0 auto 70px;
  color: #675F77;
  font-weight: 700;
  font-size: 3.7rem;
  /*size 60px相当*/
  line-height: 1.25;
  font-family: "Quicksand";
}

.page-title-h2::before, .page-title-h2::after {
  display: block;
  grid-row: span 2;
  width: 110px;
  height: 24px;
  background: url(img/title-left.png) no-repeat;
  background-size: contain;
  content: '';
}

.page-title-h2::after {
  background-image: url(img/title-right.png);
}

.page-title-h2 span {
  order: 4;
  font-size: 1.2rem;
  /* 差分 */
}


/* FAQ ---------------------------------------------------------------- */
.faq-column dl {
  margin-bottom: 30px;
}

.faq-column .faq-q {
  position: relative;
  height: 60px;
  margin-bottom: 20px;
  padding: 20px 0 0 75px;
  background: #F4F7FE url(img/faq-q.png) no-repeat;
  background-position: 18px 10px;
  background-size: 40px;
  font-weight: 700;
  cursor: pointer;
}

.faq-column .faq-q.twice {
  padding: 8px 98px 0 75px;
}

.faq-column .faq-q::after {
  display: block;
  position: absolute;
  top: 22px;
  right: 18px;
  transform: rotate(180deg);
  width: 0;
  height: 0;
  border-width: 16.5px 9.5px 0 9.5px;
  border-style: solid;
  border-color: #6bb3ff transparent transparent transparent;
  content: '';
  transition: all 0.5s;
}

.faq-column .faq-q.off::after {
  transform: rotate(0deg);
}

.faq-column .faq-q.on::after {
  transform: rotate(180deg);
}

.faq-column .faq-a {
  position: relative;
  min-height: 80px;
  margin-bottom: 30px;
  padding: 20px 0 0 75px;
  background: url(img/faq-a.png) no-repeat;
  background-position: 18px 10px;
  background-size: 40px;
  transition: all 0.5s;
}

.faq-column a {
  color: #fE57DB;
}

.faq-q.off+.faq-a {
  display: none;
}

.faq-q.on+.faq-a {
  display: block;
}


/* MEMBER member-multiple(全員) ---------------------------------------------------------------- */
/* .flex-center {
  justify-content: center;
}
*/
.member-flex {
  max-width: calc(350px * 2.75);
  margin: 50px auto;
}

.member-flex.narrow {
  max-width: calc(350px * 2);
}

.member-flex h2 img {
  width: 360px;
}

.member-list {
  margin: 0 auto;
  padding: 0;
}

.member-list .member-page {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 0;
}

.member-list .member-page li {
  position: relative;
  margin: auto;
}

.member-list .member-page a {
  display: block;
  color: #333;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.member-list .member-page a span {
  display: block;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 180px;
  padding: 8px 10px;
  border: 2px solid #FE66B2;
  border-radius: 50px;
  background: #fff;
  color: #FE66B2;
  text-align: center;
}

.member-list .member-page a:hover {
  opacity: 0.8;
}

.member-list .member-page a img {
  max-width: none;
  width: auto;
  height: 600px;
  margin: auto;
}


/* MEMBER member-single(個別) ---------------------------------------------------------------- */
.member-single {
  overflow: hidden;
}

.member-single .circles li:nth-child(1) {
  background-image: url(img/unions/base-Union-club.svg);
}

.member-single .circles li:nth-child(2) {
  background-image: url(img/unions/base-Union-club.svg);
}

.member-single .circles li:nth-child(3) {
  background-image: url(img/unions/base-Union-star.svg);
}

.member-single .circles li:nth-child(4) {
  background-image: url(img/unions/base-Union-dia.svg);
}

.member-single .circles li:nth-child(5) {
  background-image: url(img/unions/base-Union-club.svg);
}

.member-single .circles li:nth-child(6) {
  background-image: url(img/unions/base-Union-club.svg);
}

.member-single .circles li:nth-child(7) {
  background-image: url(img/unions/base-Union-heart.svg);
}

.member-single .circles li:nth-child(8) {
  background-image: url(img/unions/base-Union-club.svg);
}

.member-single .circles li:nth-child(9) {
  background-image: url(img/unions/base-Union-dia.svg);
}

.member-single .circles li:nth-child(10) {
  background-image: url(img/unions/base-Union-star.svg);
}

.member-single .circles li:nth-child(11) {
  background-image: url(img/unions/base-Union-circle.svg);
}

.member-single .circles li:nth-child(12) {
  background-image: url(img/unions/base-Union-club.svg);
}

.member-single .circles li:nth-child(13) {
  background-image: url(img/unions/base-Union-dia.svg);
}

.member-single .circles li:nth-child(14) {
  background-image: url(img/unions/base-Union-star.svg);
}

.member-single .circles li:nth-child(15) {
  background-image: url(img/unions/base-Union-dia.svg);
}

.member-single .inner_1140 .main-area {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-template-rows: 1fr;
}

.border-bg {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}

.border-bg .borde-top {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-15deg);
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  font-family: 'Quicksand';
}

.border-bg .borde-top::before {
  display: inline-block;
  width: 0.75em;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.border-bg .borde-bottom {
  position: absolute;
  top: 76px;
  left: -150%;
  transform: rotate(-15deg);
  width: 400%;
  height: 480px;
  border-width: 40px 0;
  border-style: solid;
  border-color: #000;
}

/* .member-name {
  display: flex;
  align-items: center;
} */

.character-img {
  position: relative;
}

.character-img .case-img {
  display: none;
  width: auto;
  /* max-width: 392px; */
  height: 700px;
  /* aspect-ratio: 14/25; */
  margin: 0 auto;
  transition: all 0.5s;
}

.character-img .case-img.on {
  display: block;
}

.change-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  cursor: pointer;
  transition: all 0.5s;
}

.change-btn:hover {
  opacity: 0.8;
}

.change-btn:active {
  width: 100px;
}

.profile {
  width: 50vw;
  max-width: 520px;
  padding: 40px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
}

p.small-name {
  padding: 0 20px 10px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1;
  font-family: "Quicksand";
}

.profile h2 {
  padding: 0 20px 32px;
  border-bottom: 1px solid;
  font-size: 3rem;
  line-height: 1;
}

.voice {
  position: relative;
  top: -3px;
  margin-left: 10px;
  background-position: center center;
  background-size: 40px;
  background-repeat: no-repeat;
}

.voice a {
  display: block;
  padding: 20px;
}

.voice a:hover {
  opacity: 0.8;
}

.member-single dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 24px 19px;
  width: 100%;
  padding: 32px 20px;
  border-bottom: 1px solid;
}

.member-single dt {
  font-weight: 700;
}

.member-single dt::before {
  display: inline-block;
  width: 16px;
  aspect-ratio: 1/1;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  content: "";
}

.member-single dd {
  color: #333;
}

.m-txt {
  padding: 32px 0;
  border-bottom: 1px solid;
}

.ft-sns.member-sns {
  display: flex;
  justify-content: flex-start;
  padding: 32px 22px 0;
}

.ft-sns.member-sns a {
  padding: 16px;
}

.ft-sns.member-sns li~li {
  margin-left: 24px;
}

/* member color -------------------------------- */
.member-single .circles li {
  filter: invert(61%) sepia(48%) saturate(2752%) hue-rotate(296deg) brightness(101%) contrast(103%);
}

.member-single .border-bg,
.member-single p.small-name,
.member-single .profile h2,
.member-single dt {
  color: #FE66B2;
}

.member-single .border-bg .borde-bottom,
.member-single .profile h2,
.member-single dl,
.member-single .m-txt {
  border-color: #FE66B2;
}

/* rona ---------------- */
.case69.member-single .circles li {
  filter: invert(34%) sepia(71%) saturate(3785%) hue-rotate(220deg) brightness(106%) contrast(97%);
}

.case69 .border-bg,
.case69 p.small-name,
.case69 .profile h2,
.case69.member-single dt {
  color: #416EFB;
}

.case69 .border-bg .borde-bottom,
.case69 .profile h2,
.case69.member-single dl,
.case69 .m-txt {
  border-color: #416EFB;
}

.case69 .border-bg .borde-top::before,
.case69 dt::before {
  background-image: url(img/member/rona-ico.svg);
}

.case69 .voice {
  background-image: url(img/member/rona-voice.png);
}

.case69 .member-link .rona {
  display: none;
}

/* kotoha ---------------- */
.case90.member-single .circles li {
  filter: invert(88%) sepia(13%) saturate(7261%) hue-rotate(232deg) brightness(104%) contrast(103%);
}

.case90 .border-bg,
.case90 p.small-name,
.case90 .profile h2,
.case90.member-single dt {
  color: #FF99FF;
}

.case90 .border-bg .borde-bottom,
.case90 .profile h2,
.case90.member-single dl,
.case90 .m-txt {
  border-color: #FF99FF;
}

.case90 .border-bg .borde-top::before,
.case90 dt::before {
  background-image: url(img/member/kotoha-ico.svg);
}

.case90 .voice {
  background-image: url(img/member/kotoha-voice.png);
}

.case90 .member-link .kotoha {
  display: none;
}

/* kyouka ---------------- */
.case95.member-single .circles li {
  filter: invert(19%) sepia(72%) saturate(5922%) hue-rotate(353deg) brightness(102%) contrast(101%);
}

.case95 .border-bg,
.case95 p.small-name,
.case95 .profile h2,
.case95.member-single dt {
  color: #FF1919;
}

.case95 .border-bg .borde-bottom,
.case95 .profile h2,
.case95.member-single dl,
.case95 .m-txt {
  border-color: #FF1919;
}

.case95 .border-bg .borde-top::before,
.case95 dt::before {
  background-image: url(img/member/kyouka-ico.svg);
}

.case95 .voice {
  background-image: url(img/member/kyouka-voice.png);
}

.case95 .member-link .kyouka {
  display: none;
}

/* hanon ---------------- */
.case106.member-single .circles li {
  filter: invert(73%) sepia(45%) saturate(2200%) hue-rotate(166deg) brightness(100%) contrast(86%);
}

.case106 .border-bg,
.case106 p.small-name,
.case106 .profile h2,
.case106.member-single dt {
  color: #4FC0EC;
}

.case106 .border-bg .borde-bottom,
.case106 .profile h2,
.case106.member-single dl,
.case106 .m-txt {
  border-color: #4FC0EC;
}

.case106 .border-bg .borde-top::before,
.case106 dt::before {
  background-image: url(img/member/hanon-ico.svg);
}

.case106 .voice {
  background-image: url(img/member/hanon-voice.png);
}

.case106 .member-link .hanon {
  display: none;
}

/* kaname ---------------- */
.case111.member-single .circles li {
  filter: invert(44%) sepia(87%) saturate(3070%) hue-rotate(117deg) brightness(105%) contrast(98%);
}

.case111 .border-bg,
.case111 p.small-name,
.case111 .profile h2,
.case111.member-single dt {
  color: #02BC3F;
}

.case111 .border-bg .borde-bottom,
.case111 .profile h2,
.case111.member-single dl,
.case111 .m-txt {
  border-color: #02BC3F;
}

.case111 .border-bg .borde-top::before,
.case111 dt::before {
  background-image: url(img/member/kaname-ico.svg);
}

.case111 .voice {
  background-image: url(img/member/kaname-voice.png);
}

.case111 .member-link .kaname {
  display: none;
}

/* clara ---------------- */
.case116.member-single .circles li {
  filter: invert(61%) sepia(99%) saturate(2934%) hue-rotate(355deg) brightness(98%) contrast(100%);
}

.case116 .border-bg,
.case116 p.small-name,
.case116 .profile h2,
.case116.member-single dt {
  color: #FA7D09;
}

.case116 .border-bg .borde-bottom,
.case116 .profile h2,
.case116.member-single dl,
.case116 .m-txt {
  border-color: #FA7D09;
}

.case116 .border-bg .borde-top::before,
.case116 dt::before {
  background-image: url(img/member/clara-ico.svg);
}

.case116 .voice {
  background-image: url(img/member/clara-voice.png);
}

.case116 .member-link .clara {
  display: none;
}

/* ayumu ---------------- */
.case121.member-single .circles li {
  filter: invert(23%) sepia(77%) saturate(3330%) hue-rotate(255deg) brightness(102%) contrast(112%);
}

.case121 .border-bg,
.case121 p.small-name,
.case121 .profile h2,
.case121.member-single dt {
  color: #8833FF;
}

.case121 .border-bg .borde-bottom,
.case121 .profile h2,
.case121.member-single dl,
.case121 .m-txt {
  border-color: #8833FF;
}

.case121 .border-bg .borde-top::before,
.case121 dt::before {
  background-image: url(img/member/ayumu-ico.svg);
}

.case121 .voice {
  background-image: url(img/member/ayumu-voice.png);
}

.case121 .member-link .ayumu {
  display: none;
}

/* /member color -------------------------------- */

/* trainee color -------------------------------- */
/* ao ---------------- */
.Ao.member-single .circles li {
  filter: invert(44%) sepia(36%) saturate(1557%) hue-rotate(156deg) brightness(91%) contrast(106%);
}

.Ao .border-bg,
.Ao p.small-name,
.Ao .profile h2,
.Ao.member-single dt {
  color: #008DBD;
}

.Ao .border-bg .borde-bottom,
.Ao .profile h2,
.Ao.member-single dl,
.Ao .m-txt {
  border-color: #008DBD;
}

.Ao .border-bg .borde-top::before,
.Ao dt::before {
  display: none;
}

.Ao .member-link .ao {
  display: none;
}

/* koko ---------------- */
.Koko.member-single .circles li {
  filter: invert(61%) sepia(85%) saturate(1621%) hue-rotate(0deg) brightness(103%) contrast(102%);
}

.Koko .border-bg,
.Koko p.small-name,
.Koko .profile h2,
.Koko.member-single dt {
  color: #FFA500;
}

.Koko .border-bg .borde-bottom,
.Koko .profile h2,
.Koko.member-single dl,
.Koko .m-txt {
  border-color: #FFA500;
}

.Koko .border-bg .borde-top::before,
.Koko dt::before {
  display: none;
}

.Koko .member-link .koko {
  display: none;
}

/* mahalo ---------------- */
/* color: #58FBE4; */
.Mahalo.member-single .circles li {
  filter: invert(100%) sepia(50%) saturate(2993%) hue-rotate(83deg) brightness(109%) contrast(94%);
}

.Mahalo .border-bg,
.Mahalo .profile h2 {
  color: #2DF8D2;
}

/* 小さい文字 */
.Mahalo p.small-name,
.Mahalo.member-single dt {
  color: #10E0CB;
}

.Mahalo .border-bg .borde-bottom,
.Mahalo .profile h2,
.Mahalo.member-single dl,
.Mahalo .m-txt {
  border-color: #2DF8D2;
}

.Mahalo .border-bg .borde-top::before,
.Mahalo dt::before {
  display: none;
}

.Mahalo .member-link .mahalo {
  display: none;
}

/* anela ---------------- */
.Anela.member-single .circles li {
  filter: invert(55%) sepia(35%) saturate(1269%) hue-rotate(293deg) brightness(101%) contrast(88%);
}

.Anela .border-bg,
.Anela p.small-name,
.Anela .profile h2,
.Anela.member-single dt {
  color: #F067A6;
}

.Anela .border-bg .borde-bottom,
.Anela .profile h2,
.Anela.member-single dl,
.Anela .m-txt {
  border-color: #F067A6;
}

.Anela .border-bg .borde-top::before,
.Anela dt::before {
  display: none;
}

.Anela .member-link .anela {
  display: none;
}

/* naru ---------------- */
.Naru.member-single .circles li {
  filter: invert(14%) sepia(98%) saturate(5733%) hue-rotate(337deg) brightness(82%) contrast(108%);
}

.Naru .border-bg,
.Naru p.small-name,
.Naru .profile h2,
.Naru.member-single dt {
  color: #D7003A;
}

.Naru .border-bg .borde-bottom,
.Naru .profile h2,
.Naru.member-single dl,
.Naru .m-txt {
  border-color: #D7003A;
}

.Naru .border-bg .borde-top::before,
.Naru dt::before {
  display: none;
}

.Naru .member-link .naru {
  display: none;
}

/* momona ---------------- */
/* color: #F4E511; */
.Momona.member-single .circles li {
  filter: invert(89%) sepia(93%) saturate(6348%) hue-rotate(343deg) brightness(91%) contrast(106%);
}

.Momona .border-bg,
.Momona .profile h2 {
  color: #EED909;
}

/* 小さい文字 */
.Momona p.small-name,
.Momona.member-single dt {
  color: #D0C10D;
}

.Momona .border-bg .borde-bottom,
.Momona .profile h2,
.Momona.member-single dl,
.Momona .m-txt {
  border-color: #EED909;
}

.Momona .border-bg .borde-top::before,
.Momona dt::before {
  display: none;
}

.Momona .member-link .momona {
  display: none;
}

/* gabu ---------------- */
.Gabu.member-single .circles li {
  filter: invert(14%) sepia(98%) saturate(5733%) hue-rotate(337deg) brightness(82%) contrast(108%);
}

.Gabu .border-bg,
.Gabu p.small-name,
.Gabu .profile h2,
.Gabu.member-single dt {
  color: #c68ef6;
}

.Gabu .border-bg .borde-bottom,
.Gabu .profile h2,
.Gabu.member-single dl,
.Gabu .m-txt {
  border-color: #c68ef6;
}

.Gabu .border-bg .borde-top::before,
.Gabu dt::before {
  display: none;
}

.Gabu .member-link .gabu {
  display: none;
}

/* ruka ---------------- */
.Ruka.member-single .circles li {
  filter: invert(14%) sepia(98%) saturate(5733%) hue-rotate(337deg) brightness(82%) contrast(108%);
}

.Ruka .border-bg,
.Ruka p.small-name,
.Ruka .profile h2,
.Ruka.member-single dt {
  color: #fd8b99;
}

.Ruka .border-bg .borde-bottom,
.Ruka .profile h2,
.Ruka.member-single dl,
.Ruka .m-txt {
  border-color: #fd8b99;
}

.Ruka .border-bg .borde-top::before,
.Ruka dt::before {
  display: none;
}

.Ruka .member-link .ruka {
  display: none;
}

/* rime ---------------- */
.Rime.member-single .circles li {
  filter: invert(14%) sepia(98%) saturate(5733%) hue-rotate(337deg) brightness(82%) contrast(108%);
}

.Rime .border-bg,
.Rime p.small-name,
.Rime .profile h2,
.Rime.member-single dt {
  color: #ffbfff;
}

.Rime .border-bg .borde-bottom,
.Rime .profile h2,
.Rime.member-single dl,
.Rime .m-txt {
  border-color: #ffbfff;
}

.Rime .border-bg .borde-top::before,
.Rime dt::before {
  display: none;
}

.Rime .member-link .rime {
  display: none;
}

/* /member color -------------------------------- */

.member-single:not(.trainee) .member-link-wrap.trainee {
  display: none;
}

.member-single.trainee .member-link-wrap:not(.trainee),
.member-single.trainee .group-link-wrap {
  display: none;
}

.member-link-wrap,
.group-link-wrap {
  max-width: calc(182px * 6);
  /* 改行用 */
  margin: 80px auto 0;
  overflow-x: auto;
  text-align: center;
}

.member-link,
.group-link {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
}

.member-link li,
.group-link li {
  padding: 0 16px;
}

.member-link a {
  display: block;
  width: 150px;
  padding: 160px 0 0;
  background: 50% 0/contain no-repeat;
  color: #333;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s;
}

.group-link a {
  display: block;
  height: 150px;
  aspect-ratio: 338/294;
  background: 50% 0/contain no-repeat;
  transition: all 0.5s;
}

.member-link a:hover,
.group-link a:hover {
  opacity: 0.8;
  color: #fE57DB;
}

.page-template-page-member-single .member-link .rona a {
  background-image: url(img/member/rona-mini.png);
}

.page-template-page-member-single .member-link .kotoha a {
  background-image: url(img/member/kotoha-mini.png);
}

.page-template-page-member-single .member-link .kyouka a {
  background-image: url(img/member/kyouka-mini.png);
}

.page-template-page-member-single .member-link .ayumu a {
  background-image: url(img/member/ayumu-mini.png);
}

.page-template-page-member-single .member-link .clara a {
  background-image: url(img/member/clara-mini.png);
}

.page-template-page-member-single .member-link .kaname a {
  background-image: url(img/member/kaname-mini.png);
}

.page-template-page-member-single .member-link .hanon a {
  background-image: url(img/member/hanon-mini.png);
}

.group-link .altimate-group a {
  background-image: url(img/member/altimate-group.png);
}

.group-link .regalilia-group a {
  background-image: url(img/member/regalilia-group.png);
}

.group-link .sputrip-group a {
  aspect-ratio: 414/294;
  background-image: url(img/member/sputrip-group.png);
}

/* 研修生 */
.page-template-page-trainee-single .member-link .ao a {
  background-image: url(img/trainee/ao-mini.png);
}

.page-template-page-trainee-single .member-link .anela a {
  background-image: url(img/trainee/anela-mini.png);
}

.page-template-page-trainee-single .member-link .mahalo a {
  background-image: url(img/trainee/mahalo-mini.png);
}

.page-template-page-trainee-single .member-link .koko a {
  background-image: url(img/trainee/koko-mini.png);
}

.page-template-page-trainee-single .member-link .momona a {
  background-image: url(img/trainee/momona-mini.png);
}

.page-template-page-trainee-single .member-link .naru a {
  background-image: url(img/trainee/naru-mini.png);
}

.page-template-page-trainee-single .member-link .gabu a {
  background-image: url(img/trainee/gabu-mini.png);
}

.page-template-page-trainee-single .member-link .ruka a {
  background-image: url(img/trainee/ruka-mini.png);
}

.page-template-page-trainee-single .member-link .rime a {
  background-image: url(img/trainee/rime-mini.png);
}


/* ARCHIVES ---------------------------------------------------------------- */
.archives .archives-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding: 0;
}

.topic-list {
  width: 30%;
  margin-bottom: 32px;
  padding: 20px;
  box-shadow: inset 25.7px -25.7px 25.7px rgba(255, 215, 235, 0.1), inset -25.7px 25.7px 25.7px rgba(255, 255, 255, 0.1);
  box-shadow: 0 5px 12px rgba(252, 199, 239, 0.5);
  background: rgba(255, 215, 235, 0.1);
  backdrop-filter: blur(51.4px);
}

.topic-list .thumbnail {
  margin-bottom: 18px;
}

.topic-list .thumbnail:hover {
  opacity: 0.8;
}

.topic-list .thumbnail img {
  width: 320px;
  height: 180px;
  object-fit: cover;
}

.topic-list .c-tag .tag a {
  display: inline;
  text-decoration: none;
}

.topic-list .c-tag .tag a:hover {
  opacity: 0.8;
}

.topic-list .list-title {
  line-height: 120%;
}

.topic-list .list-title a {
  color: #333;
  font-size: 1.2rem;
  text-decoration: none;
}

.topic-list .list-title a:hover {
  color: #FE66B2;
}

.topic-list .c-tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

p.sc-time {
  margin: 8px 0;
  font-size: 0.8rem;
}

#category .section-h2 {
  margin-bottom: 40px;
}

.live-wide::before {
  left: -80px;
}

.live-wide::after {
  right: -70px
}

.live-event #page-wrapper {
  background: #000D3B;
  color: #fff;
}

.live-event #page-wrapper .breadcrumb a {
  color: #fff;
}

.live-event #page-wrapper .breadcrumb a::after {
  color: #fff;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.live-event #page-wrapper h2, .live-event #page-wrapper .archives-list a {
  color: #fff;
}

.live-event+footer::before {
  background: none;
}

#category.live-event::before, #single-page.live-event::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 60px;
  background: url(img/bg/live-area-top-bg.png) 50% 0 repeat-x;
  background-size: contain;
  content: '';
}

#category .inner_1140 {
  z-index: 9;
}

.live-event #page-wrapper::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 424px;
  background: url(img/bg/live-area-bottom-bg.png) 50% 100% no-repeat;
  background-size: contain;
  content: '';
}

#category .category-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 890px;
  margin: 50px auto;
  padding: 0;
}

.category-btn li {
  height: 118px;
  margin-right: 10px;
  overflow: hidden;
}

.category-btn li:last-child {
  margin-right: 0;
}

.category-btn li a {
  display: block;
  padding: 67px;
  transition: all 0.5s;
}

.category-btn .all-btn a {
  background: center / contain no-repeat url(img/btn/all-btn.png),
    center / 0 no-repeat url(img/btn/hover-all-btn.png);
}

.category-btn .live-event-btn a {
  background: center / contain no-repeat url(img/btn/live-event-btn.png),
    center / 0 no-repeat url(img/btn/hover-live-event-btn.png);
}

.category-btn .performance-information-btn a {
  background: center / contain no-repeat url(img/btn/performance-information-btn.png),
    center / 0 no-repeat url(img/btn/hover-performance-information-btn.png);
}

.category-btn .music-btn a {
  background: center / contain no-repeat url(img/btn/music-btn.png),
    center / 0 no-repeat url(img/btn/hover-music-btn.png);
}

.category-btn .goods-btn a {
  background: center / contain no-repeat url(img/btn/goods-btn.png),
    center / 0 no-repeat url(img/btn/hover-goods-btn.png);
}

.category-btn .etc-btn a {
  background: center / contain no-repeat url(img/btn/etc-btn.png),
    center / 0 no-repeat url(img/btn/hover-etc-btn.png);
}

.live-event .category-btn .all-btn a {
  background: center / contain no-repeat url(img/btn/L-all-btn.png),
    center / 0 no-repeat url(img/btn/hover-all-btn.png);
}

.category-btn .offline-btn a {
  background: center / contain no-repeat url(img/btn/L-offline-btn.png),
    center / 0 no-repeat url(img/btn/hover-L-offline-btn.png);
}

.category-btn .online-btn a {
  background: center / contain no-repeat url(img/btn/L-online-btn.png),
    center / 0 no-repeat url(img/btn/hover-L-online-btn.png);
}

.category-btn .event-btn a {
  background: center / contain no-repeat url(img/btn/L-event-btn.png),
    center / 0 no-repeat url(img/btn/hover-L-event-btn.png);
}

.live-event .category-btn .etc-btn a {
  background: center / contain no-repeat url(img/btn/L-etc-btn.png),
    center / 0 no-repeat url(img/btn/hover-etc-btn.png);
}

.category-btn .all-btn a:hover, .category-btn .live-event-btn a:hover, .category-btn .performance-information-btn a:hover, .category-btn .music-btn a:hover, .category-btn .goods-btn a:hover, .category-btn .etc-btn a:hover, .category-btn .offline-btn a:hover, .category-btn .online-btn a:hover, .category-btn .event-btn a:hover {
  background-size: 0, contain;
}


/* ABOUT ---------------------------------------------------------------- */
.about-lead {
  font-size: 1rem;
  text-align: center;
}

#about-slider {
  margin-top: 100px;
}

.about-page .container {
  padding: 20px;
  background: #000;
}

.about-page .swiper-slide {
  margin-right: 20px;
}

.about-page .container.transform {
  position: absolute;
  top: -140px;
  transform: rotate(356deg);
}

.about-page .swiper.slider1 .swiper-slide {
  height: 200px !important;
}

.history-wrapper::after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 1240px;
  height: 100%;
  background: url(img/about/history-border-3.svg) 50% 0/contain repeat-y;
  content: "";
}

.history {
  z-index: 2;
  margin-top: 130px;
  background: linear-gradient(180deg, #FFF, transparent 20%);
}

.history::before {
  display: block;
  position: absolute;
  top: 80px;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 835px;
  min-width: 245px;
  aspect-ratio: 835/264;
  background: url(img/about/History.svg) 0 0/contain no-repeat;
  content: '';
}

.history-border-2 {
  background: linear-gradient(90deg, #FFEBD9 0%, #FFD9D9 14.58%, #FED8F6 30.73%, #FFD9FF 45.31%, #E9D9FF 57.81%, #D9E2FF 71.35%, #D9FFF1 83.85%, #D9FFE5 100%);
}

.history-border-2::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 200vh;
  background: linear-gradient(180deg, #f8f8f8 0%, transparent 100%);
  content: '';
}

.history-main-title {
  z-index: 8;
  margin-bottom: 36px;
  color: #675F77;
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 100%;
  font-family: 'Quicksand';
  letter-spacing: 0.04em;
  text-align: center;
}

.box-img, .box-text {
  position: relative;
  z-index: 8;
}

.year-block {
  z-index: 98;
  margin-top: 80px;
}

.flex-block {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.flex-block.reverse {
  flex-direction: row-reverse;
}

.y-d {
  display: flex;
  min-width: 620px;
  margin: 0 auto;
}

.y-d.no-flex {
  display: block;
}

.y-d h5 {
  display: block;
  position: absolute;
  top: 100px;
  left: 55px;
  z-index: -1;
  padding: 12px;
  background: linear-gradient(90deg, #8833FF 15.9%, #416EFB 78.34%);
  color: #fff;
  font-size: 1.3rem;
}

.y-d.news::before {
  position: absolute;
  top: -20px;
  left: 300px;
  z-index: 3;
  width: 170px;
  height: 80px;
  background: url(img/about/News.svg) no-repeat;
  background-size: contain;
  content: '';
}

.y-d.live::before {
  position: absolute;
  top: -20px;
  left: 300px;
  z-index: 3;
  width: 170px;
  height: 80px;
  background: url(img/about/Live.svg) no-repeat;
  background-size: contain;
  content: '';
}

.y-d.event::before {
  position: absolute;
  top: -20px;
  left: 300px;
  z-index: 3;
  width: 220px;
  height: 80px;
  background: url(img/about/Event.svg) no-repeat;
  background-size: contain;
  content: '';
}

.y-d.release::before {
  position: absolute;
  top: -40px;
  left: 300px;
  z-index: 3;
  width: 300px;
  height: 120px;
  background: url(img/about/Release.svg) no-repeat;
  background-size: contain;
  content: '';
}

.y-d p {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 120px;
  height: 120px;
  padding: 28px 34px;
  background: url(img/about/month-bg.png) no-repeat;
  background-size: contain;
  color: #FE66B2;
  font-weight: 700;
  font-size: 2.3rem;
  font-family: 'Quicksand';
}

.year2018.year-block .inner-text.pt20 {
  padding-top: 80px;
}

.year2018.year-block .y-d h5 {
  padding-left: 75px;
}

.year2019 .y-d p {
  color: #8833FF;
}

.year2020 .y-d p {
  color: #416EFB;
}

.year2021 .y-d p {
  color: #59CDFB;
}

.y-d p.twice {
  padding: 28px 10px 0 24px;
  font-size: 2rem;
  letter-spacing: 0;
}

.y-d p span {
  font-size: 0.8rem;
}

.y-d h4 {
  background: linear-gradient(90deg, #FE66B2 15.9%, #8833FF 78.34%);
  color: #fff;
  margin-top: 30px;
  margin-left: 54px;
  padding: 8px 40px;
  padding-left: 76px;
  font-size: 2rem;
}

.year2019 .y-d h4 {
  background: linear-gradient(90deg, #8833FF 15.9%, #416EFB 78.34%);
}

.year2020 .y-d h4 {
  background: linear-gradient(90deg, #416EFB 15.9%, #4FC0EC 78.34%);
}

.year2021 .y-d h4 {
  background: linear-gradient(90deg, #59CDFB 15.9%, #26FAAC 78.34%);
}

.year2022 .y-d h4 {
  background: linear-gradient(90deg, #20ECA1 15.9%, #7BDAFF 46.47%, #FF99FF 78.34%);
}

.y-d h4 span {
  font-size: 0.7rem;
}

.inner-text {
  padding: 56px 60px;
}

.inner-text p {
  margin-bottom: 24px;
}

.year2019 .font-just {
  padding-left: 56px;
  font-size: 1.8rem;
}

.year2019 .two-line {
  height: 84px;
  margin-top: 16px;
}

.font-just.two-line span {
  font-size: 1.3rem;
}

.year2019 .y-d h5 {
  padding: 10px 60px;
}

.year2019 .two-line+h5 {
  top: 114px;
}

.year2020 .two-line {
  padding-left: 70px;
  font-size: 1.8rem;
}

.year2020 .two-line span {
  font-size: 1.1rem;
}

.year2020 .two-line+h5 {
  top: 100px;
  padding: 10px 66px;
  font-size: 1.8rem;
}

.year2021 .two-line.small {
  font-size: 1.4rem;
}

.year2021 .big, .year2022 .big {
  font-size: 2rem;
}

.year2020 .y-d h5 {
  background: linear-gradient(90deg, #416EFB 15.9%, #4FC0EC 78.34%);
}

.year2021 .y-d h5 {
  padding: 10px 76px;
  background: linear-gradient(90deg, #59CDFB 15.9%, #26FAAC 78.34%);
}

.year2022 .y-d h5 {
  padding: 10px 76px;
  background: linear-gradient(90deg, #20ECA1 15.9%, #7BDAFF 46.47%, #FF99FF 78.34%);
}

.year2022 .center-block .y-d {
  top: 40px;
  left: 50px;
}

.center-block.members {
  z-index: 9;
  padding: 200px;
  background: url(img/about/member-all-bg.jpg) no-repeat;
  background-size: cover;
}

.center-block.members::before,
.center-block.members::after {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: 80px;
  content: "";
}

.center-block.members::before {
  top: -80px;
  background: linear-gradient(0deg, #FFF 0%, transparent 100%);
}

.center-block.members::after {
  bottom: -80px;
  background: linear-gradient(180deg, #f8f8f8 0%, transparent 100%);
}

.center-block .innee_1100 {
  max-width: 1100px;
  margin: 0 auto;
}

.center-block.members .innee_1100::after {
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 186px;
  background: url(img/about/dai.png) no-repeat;
  background-size: contain;
  content: '';
}

.center-block.members .y-d h4.font-just {
  height: 44px;
}

.center-block .y-d {
  max-width: 620px;
  margin: 0 auto;
}

.center-block.members .y-d h4 {
  height: 64px;
  margin-top: 19px;
  padding-left: 76px;
  background: linear-gradient(90deg, #8833FF 15.9%, #416EFB 78.34%);
}

.center-block p.text-center {
  margin-top: 20px;
}

.center-block .y-d.news::before {
  top: -51px;
  left: 434px;
  width: 204px;
  height: 122px;
}

.history-center {
  z-index: 9;
}

.live-coming {
  z-index: 99;
  margin: 20px auto 0;
  padding: 40px 0;
  background: linear-gradient(0deg, #FFF 0%, transparent 80%);
}

.live-coming .btn {
  width: 520px;
}

.z-index9 {
  position: relative;
  z-index: 9;
}

.display-block {
  display: block;
}

.mb100 {
  margin-bottom: 100px;
}

.pt50 {
  padding-top: 50px;
}

.pt100 {
  padding-top: 100px;
}

.w500 {
  width: 500px;
}

.w510 {
  width: 510px;
}

.w620 {
  width: 620px;
}

.w666 {
  width: 666px;
}

.w770 {
  width: 770px;
}


@media screen and (max-width: 1024px) {
  .news-list, .inner_1140, .page .inner_1140, .breadcrumb {
    max-width: 920px;
  }

  #tw-area .grid-2col {
    grid-template-columns: 1fr 440px;
  }

  #goods-area .grid-2col {
    grid-template-columns: 470px 1fr;
  }

  footer a {
    font-size: 1rem;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}
