@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@700&display=swap");
.is-pc {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block !important;
  }
}

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

@media screen and (min-width: 768px) {
  .is-pc--inline {
    display: inline-block !important;
  }
}

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

@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #000;
}

@media (max-width: 375px) {
  html {
    font-size: 4.26667vw;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.45455vw;
  }
}

@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

aside {
  display: block;
}

table {
  border-collapse: collapse;
  border-radius: 20px;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

tr td:first-child, th:first-child {
  background-color: #f6f6ee;
  text-align: center;
  font-weight: bold;
}

tr:last-of-type td, th {
  border-bottom: 1px solid #BEC1CA;
}

th, td {
  border: 1px solid #BEC1CA;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

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

@media screen and (min-width: 768px) {
  .is-pc {
    display: block !important;
  }
}

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

@media screen and (min-width: 768px) {
  .is-pc--inline {
    display: inline-block !important;
  }
}

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

@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

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

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.l-footer {
  position: relative;
  color: #fff;
  background-color: #403999;
}

.l-footer__inner {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.l-footer__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}

.l-footer__logo {
  width: 20%;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
}

.l-footer__logo-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 12.24px;
  letter-spacing: 0.765rem;
}

.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0% 4%;
}

.l-footer__item {
  position: relative;
  white-space: nowrap;
}

.l-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0% 4%;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.l-footer__info-item {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  position: relative;
}

.l-footer__info-item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  right: -20%;
  opacity: 0.55;
}

.l-footer__info-item:last-of-type::after {
  display: none;
}

.l-footer__sns {
  margin: 50px 0 40px;
  margin: 3.125rem 0 2.5rem;
}

.l-footer__sns-title {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  opacity: 0.6;
}

.l-footer__sns-lists {
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.l-footer__sns-icon:first-of-type {
  margin-right: 25px;
  margin-right: 1.5625rem;
}

.l-footer__privacy-policy {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 15px;
  opacity: 0.6;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .l-footer__privacy-policy {
    bottom: 28px;
  }
}

.l-footer__copyright {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1,67;
  font-weight: normal;
  margin-top: 34.5px;
  margin-top: 2.15625rem;
  text-align: center;
}

/* =============================================
スマホ時の定義
============================================= */
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 61%;
  }
  .l-footer__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.625rem 1.25rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-footer__item {
    width: 46.5%;
    font-weight: normal;
  }
  .l-footer__info {
    margin-top: 1.75rem;
    gap: 0 8%;
  }
  .l-footer__info-item {
    font-size: 0.75rem;
  }
  .l-footer__copyright {
    font-size: 0.625rem;
  }
}

.l-header {
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  height: 138px;
  height: 8.625rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 15px;
  margin: 0 auto;
  -webkit-box-shadow: 2px 6px 6px 0 rgba(0, 0, 0, .05);
          box-shadow: 2px 6px 6px 0 rgba(0, 0, 0, .05);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.l-header__inner {
  padding-left: 40px;
  padding-left: 2.5rem;
  width: 88%;
}

.l-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header__logo {
  width: 17.5%;
  position: relative;
  margin-top: 13px;
  margin-top: 0.8125rem;
  display: block;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.l-header__logo img {
  position: absolute;
  width: 100%;
}

.l-header__sub-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}

.l-header__title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 12.24px;
  letter-spacing: 0.765rem;
  text-align: center;
  font-weight: bold;
}

.l-header__buy {
  background-color: #f49a34;
  width: 11.7%;
  padding: 20px 25px;
  padding: 1.25rem 1.5625rem;
  text-align: center;
  color: #fff;
  display: block;
}

.l-header__buy img {
  width: 50%;
  margin: 0 auto 6px;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header__buy-text {
  white-space: nowrap;
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5%;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-right: 40px;
  margin-right: 2.5rem;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.l-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  visibility: visible;
  color: #403999;
  white-space: nowrap;
}

.l-header__link {
  position: relative;
  padding: 10px 0;
  padding: 0.625rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__sns-icon {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
}

.l-header__nav {
  height: 72px;
  height: 4.5rem;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: rig;
      -ms-flex-pack: rig;
          justify-content: rig;
  top: 40px;
  top: 2.5rem;
  right: 12.5%;
  padding: 0 55px;
  padding: 0 3.4375rem;
  z-index: 100;
}

.l-header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 15px;
  height: 30px;
  height: 1.875rem;
  text-align: right;
}

.l-header__search .l-header__search-btn {
  margin: 0;
  padding: 4px 30px;
  padding: 4px 1.875rem;
}

.l-header__search-input {
  border: 1px solid #BEC1CA;
  padding: 8px;
  padding: 0.5rem;
}

.l-header__search-input::-webkit-input-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
}

.l-header__search-input::-moz-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
}

.l-header__search-input::-ms-input-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
}

.l-header__search-input::placeholder {
  font-size: 12px;
  font-size: 0.75rem;
}

.l-header__search-input--nav {
  border: 1px solid rgb(255, 255, 255);
  padding: 6px 20px;
  padding: 0.375rem 1.25rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  width: 100%;
  border-radius: 1.25rem;
  color: #fff;
  margin: 20px 0;
  margin: 1.25rem 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.l-header__search-input--nav::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

.l-header__search-input--nav::-moz-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

.l-header__search-input--nav::-ms-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

.l-header__search-input--nav::placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

.l-header__search-icon {
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.l-header__search-text {
  color: #fff;
  text-align: center;
}

.l-header__icon {
  margin-right: 5px;
  margin-right: 0.3125rem;
  color: #403999;
  font-size: 16px;
  font-size: 1rem;
}

.l-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 15px;
}

.l-header__sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}

.l-header__univ-logo {
  width: 90px;
  width: 5.625rem;
}

.l-header__search-input--nav {
  display: none;
}

.l-header__nav-bottom {
  padding: 15px 0 15px;
  padding: 0.9375rem 0 0.9375rem;
  border-bottom: 1px solid rgba(255, 255, 255, .27);
  display: none;
}

.l-header__nav-icons {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px 0;
  margin: 1rem 0;
  text-align: center;
}

.l-header__nav-icon {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 25px;
  margin-right: 1.5625rem;
}

.l-header__nav-icon:last-of-type {
  margin-right: 0;
}

.l-header__nav-btn {
  width: 100%;
  padding: 12.5px !important;
  padding: 0.78125rem !important;
  border-radius: 8px !important;
  display: none !important;
}

.l-header__buy-icon {
  max-width: 95px;
  max-width: 5.9375rem;
  margin: 0 auto;
}

.Search-form-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  gap: 0 0.625rem;
}

/* =============================================
ハンバーガーメニューの定義
============================================= */
.l-header__hamburger {
  width: 30px;
  width: 1.875rem;
  height: 16px;
  height: 1rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: none;
  position: fixed;
  top: 25px;
  top: 1.5625rem;
  left: 5%;
  z-index: 100;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .l-header__hamburger {
    display: block;
  }
}

.l-header__hamburger-bar {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  background-color: #403999;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.l-header__hamburger-bar:nth-child(1) {
  top: 0;
}

.l-header__hamburger-bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-header__hamburger-bar:nth-child(3) {
  top: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.l-header__hamburger-icon {
  color: #403999;
  position: relative;
  z-index: 10;
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #fff;
  border-radius: 0.3125rem;
  -webkit-transform: translate(50%, 20%);
          transform: translate(50%, 20%);
}

.l-header__hamburger.is-active {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.l-header__hamburger.is-active .l-header__hamburger-icon {
  display: none;
}

.l-header__hamburger.is-active .l-header__search-input--nav {
  display: block;
}

.l-header__hamburger.is-active .l-header__nav-bottom {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-header__hamburger.is-active .l-header__nav-icons {
  display: block;
}

.l-header__hamburger.is-active .l-header__nav-btn {
  display: block !important;
}

.l-header__hamburger.is-active span:nth-child(1) {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
  width: 70%;
  left: 10%;
  top: -20%;
  height: 4px;
  border-radius: 2px;
}

.l-header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.l-header__hamburger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-32px) rotate(45deg);
          transform: translateY(-32px) rotate(45deg);
  width: 70%;
  top: 180%;
  left: 10%;
  height: 4px;
  border-radius: 2px;
}

.l-header__list--bottom.is-active {
  display: block;
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

.l-header__list--bottom.is-active .l-header__search-input--nav {
  display: block;
}

.l-header__list--bottom.is-active .l-header__nav-bottom {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-header__list--bottom.is-active .l-header__nav-icons {
  display: block;
}

.l-header__list--bottom.is-active .l-header__nav-btn {
  display: block !important;
}

.l-header__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.l-header__nav-item:last-of-type {
  margin-bottom: 0;
}

.l-header__search-nav-icon {
  display: none;
}

.l-header__item--search {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-header.change-height {
    height: 3.75rem;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  .l-header.change-height .l-header__info {
    display: none;
  }
  .l-header.change-height .l-header__search {
    display: none;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  .l-header.change-height .l-header__buy-icon {
    display: none;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  .l-header.change-height .l-header__buy {
    padding: 0.25rem 1.5625rem;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  .l-header.change-height .l-header__buy-text {
    margin: revert-layer;
  }
  .l-header.change-height .l-header__list {
    gap: 0 3%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  .l-header.change-height .l-header__list--bottom {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .l-header.change-height .l-header__logo {
    width: 10.5%;
    margin-top: 0.5rem;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .l-header.change-height .l-header__logo {
    width: 14.5%;
  }
}

@media screen and (min-width: 768px) {
  .l-header.change-height .l-header__item--search {
    display: block;
  }
}

/* =============================================
スマホ時の定義
============================================= */
@media screen and (max-width: 767px) {
  .l-header {
    gap: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.375rem;
  }
  .l-header__inner {
    width: 100%;
    padding: 0;
  }
  .l-header__list {
    display: none;
  }
  .l-header__info {
    display: none;
  }
  .l-header__search {
    display: none;
  }
  .l-header__item {
    color: #fff;
    padding: 0 0.3125rem;
    border-top: 1px solid rgba(255, 255, 255, .27);
    position: relative;
  }
  .l-header__item::after {
    content: "";
    position: absolute;
    right: 0.3125rem;
    width: 0.5625rem;
    height: 0.5625rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header__item:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, .27);
  }
  .l-header__buy {
    width: 19.5%;
    padding: 15px 25px;
    right: 0;
    line-height: 1.27;
  }
  .l-header__buy-icon {
    display: none;
  }
  .l-header__top {
    height: 100%;
  }
  .l-header__logo {
    width: 35%;
    margin: auto;
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
  .l-header__logo img {
    position: relative;
    width: 70%;
  }
  .l-header__list--bottom {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 8%;
    margin: 0;
    display: block;
    background-color: #2D2C2C;
    -webkit-transform: translate(-100%, 0px);
            transform: translate(-100%, 0px);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  .l-header__link {
    font-size: 0.875rem;
  }
  .l-header__item-text {
    font-size: 0.875rem;
  }
  .l-header__icon {
    color: #fff;
  }
  .l-header__search-input--nav {
    display: block;
  }
  .l-header__nav-bottom {
    display: block;
  }
  .l-header__nav-icons {
    display: block;
  }
  .l-header.change-height {
    height: 3.125rem;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  .l-header.change-height .l-header__buy {
    padding: 0.25rem 1.5625rem;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  .l-header.change-height .l-header__hamburger {
    top: 1.0625rem;
  }
  .l-header__nav-btn {
    display: block !important;
  }
  .l-header__search-nav {
    position: relative;
  }
  .l-header__search-nav-icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0.9375rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
  }
}

@media screen and (max-width: 550px) {
  .l-header__logo {
    width: 45%;
  }
}

.l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 4%;
  max-width: 1200px;
  max-width: 75rem;
  margin: 0 auto;
}

.l-main__half {
  max-width: 790px;
  max-width: 49.375rem;
  width: 100%;
}

.l-main__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0  5%;
}

.l-main__inner {
  max-width: 1280px;
  max-width: 80rem;
  padding: 0 3.1%;
  margin: 0 auto;
  margin-bottom: 98px;
  margin-bottom: 6.125rem;
  padding-top: 138px;
  padding-top: 8.625rem;
}

/* =============================================
スマホ時の定義
============================================= */
@media screen and (max-width: 767px) {
  .l-main__wrapper {
    display: contents;
  }
  .l-main__inner {
    padding-top: 0;
  }
}

.l-sidebar {
  max-width: 350px;
  max-width: 21.875rem;
  width: 100%;
}

.l-sidebar__area {
  width: 100%;
}

.l-sidebar__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 9px;
  gap: 0 0.5625rem;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  position: relative;
}

.l-sidebar__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #403999;
}

.l-sidebar__title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}

.l-sidebar__icon {
  color: #403999;
  font-size: 32px;
  font-size: 2rem;
}

.l-sidebar__newspaper {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.l-sidebar__newspaper::before {
  content: "";
  display: block;
  padding-top: 131.71429%;
}

.l-sidebar__newspaper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.l-sidebar__banner {
  display: block;
  margin: 50px 0;
  margin: 3.125rem 0;
  position: relative;
  width: 100%;
}

.l-sidebar__banner::before {
  content: "";
  display: block;
  padding-top: 33.14286%;
}

.l-sidebar__banner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.l-sidebar__ranking-list {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.l-sidebar__item {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 9px;
  gap: 0 0.5625rem;
  padding: 5px 0 10px;
  padding: 0.3125rem 0 0.625rem;
  border-bottom: 1px solid #ccc;
}

.l-sidebar__item-num {
  font-size: 14px;
  font-size: 0.875rem;
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  line-height: 24px;
  line-height: 1.5rem;
  background-color: #d5d5d5;
  text-align: center;
}

.l-sidebar__item-num--top {
  background-color: #be8f21;
  color: #fff;
}

.l-sidebar__item-num--second {
  background-color: #8a8a8a;
  color: #fff;
}

.l-sidebar__item-num--third {
  background-color: #a15437;
  color: #fff;
}

.l-sidebar__item-text {
  font-size: 16px;
  font-size: 1rem;
  width: 90%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.l-sidebar__back-number {
  position: relative;
  border: 1px solid #CCCCCC;
  padding: 40px 20px 20px;
  padding: 2.5rem 1.25rem 1.25rem;
  margin-top: 18px;
  margin-top: 1.125rem;
  margin: 18px 0 50px;
  margin: 1.125rem 0 3.125rem;
}

.l-sidebar__back-title {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #403999;
  color: #fff;
  border-radius: 18px;
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
  white-space: nowrap;
  font-size: 18px;
  font-size: 1.125rem;
}

.l-sidebar__back-number-item {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  position: relative;
  display: block;
}

.l-sidebar__back-number-item:last-of-type {
  margin-bottom: 0;
}

.l-sidebar__back-number-item::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  left: 0;
  top: 3px;
  background-color: #403999;
}

.l-sidebar__back-number-item::after {
  content: "";
  position: absolute;
  left: 5px;
  left: 0.3125rem;
  top: 10px;
  top: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-top: 2px solid #fff;
  border-top: 0.125rem solid #fff;
  border-right: 2px solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* =============================================
スマホ時の定義
============================================= */
@media screen and (max-width: 767px) {
  .l-sidebar {
    max-width: none;
    margin-top: 1.875rem;
  }
  .l-sidebar__title {
    font-size: 1.125rem;
  }
  .l-sidebar__item-text {
    font-size: 0.875rem;
  }
  .l-sidebar__item-num {
    font-size: 0.875rem;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.125rem;
  }
  .l-sidebar__back-title {
    font-size: 1rem;
  }
}

.c-title {
  font-size: 26px;
  font-size: 1.625rem;
  background-color: #403999;
  padding: 15px 24px;
  padding: 0.9375rem 1.5rem;
  color: #fff;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.c-sub-title {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #a7a858;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.125rem;
    padding: 0.625rem 1.25rem;
    margin-bottom: 1.875rem;
  }
  .c-sub-title {
    font-size: 0.75rem;
  }
  .card__tags {
    display: block !important;
  }
}

.c-archive-head {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 0.83;
  font-weight: 500;
  margin: 0 auto 28px;
  margin: 0 auto 1.75rem;
}

.c-archive-head span {
  color: #d6ba00;
  padding-left: 40px;
  padding-left: 2.5rem;
}

.p-search .c-archive-head {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.c-archive--sub-head {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
}

.c-archive-head-detail {
  margin-bottom: 40px !important;
  margin-bottom: 2.5rem !important;
}

/* =============================================
スマホ時の定義
============================================= */
@media screen and (max-width: 767px) {
  .c-archive-head {
    font-size: 1.875rem;
    margin: 0 auto 2.1875rem;
  }
  .c-archive--sub-head {
    font-size: 1.375rem;
  }
  .p-search .c-archive-head {
    font-size: 2.5rem;
    margin-bottom: 2.3125rem;
  }
}

@media screen and (max-width: 600px) {
  .p-search .c-archive-head {
    font-size: 2.5rem;
    margin-bottom: 2.3125rem;
  }
}

.c-tag {
  background-color: #a7a858;
  padding: 0px 9px;
  padding: 0rem 0.5625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  border-radius: 20px;
  height: 24px;
  height: 1.5rem;
  white-space: nowrap;
  color: #fff;
}

.c-tag--green {
  background-color: #324d17;
  color: #fff;
}

.c-tag--white {
  background-color: #fff;
  color: #324d17;
  border: 1px solid #324d17;
}

/* =============================================
スマホ表示
============================================= */
@media screen and (max-width: 767px) {
  .c-tag {
    font-size: 1.25rem;
    padding: 0rem 0.5rem;
    font-size: 0.6875rem;
    height: 1.25rem;
    line-height: 1.5;
  }
}

.c-button {
  display: block;
  background-color: #403999;
  border-radius: 1.875rem;
  padding: 12px 45px;
  padding: 0.75rem 2.8125rem;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  white-space: nowrap;
  margin: 0 auto;
  font-weight: bold;
}

.c-button--white {
  background-color: #fff;
  color: #403999;
  border: 1px solid #403999;
}

.c-button--orange {
  background-color: #f49a34;
}

.c-button .l-header__icon {
  margin-right: 20px;
  margin-right: 1.25rem;
}

.c-button--large {
  height: 80px;
  height: 5rem;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 40px;
}

.c-button--swiper {
  padding: 9px 23px;
  padding: 9px 1.4375rem;
}

@media screen and (max-width: 767px) {
  .c-button {
    padding: 0.46875rem 1.875rem;
    font-size: 0.875rem;
  }
}

.c-button--link {
  padding-left: 10px;
  padding-left: 0.625rem;
}

.c-button__c-button__top-link {
  display: block;
}

.c-top-button {
  position: fixed;
  bottom: 150px;
  right: 5.2%;
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #D6BA00;
  z-index: 10;
}

.c-top-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 93%;
  height: 93%;
  border-radius: 50%;
  border: 1px solid #D6BA00;
  z-index: 1;
}

.c-top-button__pagetop {
  width: 70px;
  height: 70px;
  display: block;
  z-index: 50;
}

.c-top-button__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-top-button {
    bottom: 90px;
    right: 25px;
  }
  .c-top-button__pagetop {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.likeButton {
  position: absolute;
  top: 0;
  right: -30%;
  z-index: 10;
}

.likeButton .explosion {
  -webkit-transform-origin: 250px 250px;
          transform-origin: 250px 250px;
  transform-origin: 250px 250px;
  -webkit-transform: scale(0.02);
          transform: scale(0.02);
  transform: scale(0.02);
  stroke: #dd4688;
  fill: none;
  opacity: 0;
  stroke-width: 1;
  transform-origin: 250px 250px;
}

.likeButton .particleLayer {
  opacity: 0;
}

.likeButton .particleLayer circle {
  opacity: 0;
  -webkit-transform-origin: 250px 250px;
          transform-origin: 250px 250px;
  transform-origin: 250px 250px;
}

.likeButton .heart {
  fill: rgba(6, 6, 6, .24);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 250px 250px;
          transform-origin: 250px 250px;
  transform-origin: 250px 250px;
}

.likeButton.clicked .explosion {
  -webkit-animation: explosionAnime 600ms;
          animation: explosionAnime 600ms;
  animation: explosionAnime 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.likeButton.clicked .heart {
  -webkit-animation: heartAnime 600ms;
          animation: heartAnime 600ms;
  animation: heartAnime 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.likeButton.clicked .particleLayer {
  -webkit-animation: particleLayerAnime 600ms;
          animation: particleLayerAnime 600ms;
  animation: particleLayerAnime 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.likeButton.clicked .particleLayer circle:nth-child(1) {
  -webkit-animation: particleAnimate1 600ms;
          animation: particleAnimate1 600ms;
  animation: particleAnimate1 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.likeButton.clicked .particleLayer circle:nth-child(2) {
  -webkit-animation: particleAnimate2 600ms;
          animation: particleAnimate2 600ms;
  animation: particleAnimate2 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.likeButton.clicked .particleLayer circle:nth-child(3) {
  -webkit-animation: particleAnimate3 600ms;
          animation: particleAnimate3 600ms;
  animation: particleAnimate3 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.likeButton.clicked .particleLayer circle:nth-child(4) {
  -webkit-animation: particleAnimate4 600ms;
          animation: particleAnimate4 600ms;
  animation: particleAnimate4 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.likeButton.clicked .particleLayer circle:nth-child(5) {
  -webkit-animation: particleAnimate5 600ms;
          animation: particleAnimate5 600ms;
  animation: particleAnimate5 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.likeButton.clicked .particleLayer circle:nth-child(6) {
  -webkit-animation: particleAnimate6 600ms;
          animation: particleAnimate6 600ms;
  animation: particleAnimate6 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.likeButton.clicked .particleLayer circle:nth-child(7) {
  -webkit-animation: particleAnimate7 600ms;
          animation: particleAnimate7 600ms;
  animation: particleAnimate7 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.likeButton.clicked .particleLayer circle:nth-child(8) {
  -webkit-animation: particleAnimate8 600ms;
          animation: particleAnimate8 600ms;
  animation: particleAnimate8 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.likeButton.clicked .particleLayer circle:nth-child(9) {
  -webkit-animation: particleAnimate9 600ms;
          animation: particleAnimate9 600ms;
  animation: particleAnimate9 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.likeButton.clicked .particleLayer circle:nth-child(10) {
  -webkit-animation: particleAnimate10 600ms;
          animation: particleAnimate10 600ms;
  animation: particleAnimate10 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.likeButton.clicked .particleLayer circle:nth-child(11) {
  -webkit-animation: particleAnimate11 600ms;
          animation: particleAnimate11 600ms;
  animation: particleAnimate11 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.likeButton.clicked .particleLayer circle:nth-child(12) {
  -webkit-animation: particleAnimate12 600ms;
          animation: particleAnimate12 600ms;
  animation: particleAnimate12 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.likeButton.clicked .particleLayer circle:nth-child(13) {
  -webkit-animation: particleAnimate13 600ms;
          animation: particleAnimate13 600ms;
  animation: particleAnimate13 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.likeButton.clicked .particleLayer circle:nth-child(14) {
  -webkit-animation: particleAnimate14 600ms;
          animation: particleAnimate14 600ms;
  animation: particleAnimate14 600ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes explosionAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.01);
            transform: scale(0.01);
    transform: scale(0.01);
  }
  1% {
    opacity: 1;
    -webkit-transform: scale(0.01);
            transform: scale(0.01);
    transform: scale(0.01);
  }
  5% {
    stroke-width: 200;
  }
  20% {
    stroke-width: 300;
  }
  50% {
    stroke: #cc8ef5;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    transform: scale(1.1);
    stroke-width: 1;
  }
  50.1% {
    stroke-width: 0;
  }
  100% {
    stroke: #cc8ef5;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    transform: scale(1.1);
    stroke-width: 0;
  }
}

@keyframes explosionAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.01);
            transform: scale(0.01);
    transform: scale(0.01);
  }
  1% {
    opacity: 1;
    -webkit-transform: scale(0.01);
            transform: scale(0.01);
    transform: scale(0.01);
  }
  5% {
    stroke-width: 200;
  }
  20% {
    stroke-width: 300;
  }
  50% {
    stroke: #cc8ef5;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    transform: scale(1.1);
    stroke-width: 1;
  }
  50.1% {
    stroke-width: 0;
  }
  100% {
    stroke: #cc8ef5;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    transform: scale(1.1);
    stroke-width: 0;
  }
}

@keyframes explosionAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.01);
            transform: scale(0.01);
    transform: scale(0.01);
  }
  1% {
    opacity: 1;
    -webkit-transform: scale(0.01);
            transform: scale(0.01);
    transform: scale(0.01);
  }
  5% {
    stroke-width: 200;
  }
  20% {
    stroke-width: 300;
  }
  50% {
    stroke: #cc8ef5;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    transform: scale(1.1);
    stroke-width: 1;
  }
  50.1% {
    stroke-width: 0;
  }
  100% {
    stroke: #cc8ef5;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    transform: scale(1.1);
    stroke-width: 0;
  }
}

@-webkit-keyframes particleLayerAnime {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
}

@keyframes particleLayerAnime {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
}

@keyframes particleLayerAnime {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
}

@-webkit-keyframes particleAnimate1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-16px, -59px);
            transform: translate(-16px, -59px);
    transform: translate(-16px, -59px);
  }
  90% {
    -webkit-transform: translate(-16px, -59px);
            transform: translate(-16px, -59px);
    transform: translate(-16px, -59px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-16px, -59px);
            transform: translate(-16px, -59px);
    transform: translate(-16px, -59px);
  }
}

@keyframes particleAnimate1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-16px, -59px);
            transform: translate(-16px, -59px);
    transform: translate(-16px, -59px);
  }
  90% {
    -webkit-transform: translate(-16px, -59px);
            transform: translate(-16px, -59px);
    transform: translate(-16px, -59px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-16px, -59px);
            transform: translate(-16px, -59px);
    transform: translate(-16px, -59px);
  }
}

@keyframes particleAnimate1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-16px, -59px);
            transform: translate(-16px, -59px);
    transform: translate(-16px, -59px);
  }
  90% {
    -webkit-transform: translate(-16px, -59px);
            transform: translate(-16px, -59px);
    transform: translate(-16px, -59px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-16px, -59px);
            transform: translate(-16px, -59px);
    transform: translate(-16px, -59px);
  }
}

@-webkit-keyframes particleAnimate2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(41px, 43px);
            transform: translate(41px, 43px);
    transform: translate(41px, 43px);
  }
  90% {
    -webkit-transform: translate(41px, 43px);
            transform: translate(41px, 43px);
    transform: translate(41px, 43px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(41px, 43px);
            transform: translate(41px, 43px);
    transform: translate(41px, 43px);
  }
}

@keyframes particleAnimate2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(41px, 43px);
            transform: translate(41px, 43px);
    transform: translate(41px, 43px);
  }
  90% {
    -webkit-transform: translate(41px, 43px);
            transform: translate(41px, 43px);
    transform: translate(41px, 43px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(41px, 43px);
            transform: translate(41px, 43px);
    transform: translate(41px, 43px);
  }
}

@keyframes particleAnimate2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(41px, 43px);
            transform: translate(41px, 43px);
    transform: translate(41px, 43px);
  }
  90% {
    -webkit-transform: translate(41px, 43px);
            transform: translate(41px, 43px);
    transform: translate(41px, 43px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(41px, 43px);
            transform: translate(41px, 43px);
    transform: translate(41px, 43px);
  }
}

@-webkit-keyframes particleAnimate3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(50px, -48px);
            transform: translate(50px, -48px);
    transform: translate(50px, -48px);
  }
  90% {
    -webkit-transform: translate(50px, -48px);
            transform: translate(50px, -48px);
    transform: translate(50px, -48px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(50px, -48px);
            transform: translate(50px, -48px);
    transform: translate(50px, -48px);
  }
}

@keyframes particleAnimate3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(50px, -48px);
            transform: translate(50px, -48px);
    transform: translate(50px, -48px);
  }
  90% {
    -webkit-transform: translate(50px, -48px);
            transform: translate(50px, -48px);
    transform: translate(50px, -48px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(50px, -48px);
            transform: translate(50px, -48px);
    transform: translate(50px, -48px);
  }
}

@keyframes particleAnimate3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(50px, -48px);
            transform: translate(50px, -48px);
    transform: translate(50px, -48px);
  }
  90% {
    -webkit-transform: translate(50px, -48px);
            transform: translate(50px, -48px);
    transform: translate(50px, -48px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(50px, -48px);
            transform: translate(50px, -48px);
    transform: translate(50px, -48px);
  }
}

@-webkit-keyframes particleAnimate4 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-39px, 36px);
            transform: translate(-39px, 36px);
    transform: translate(-39px, 36px);
  }
  90% {
    -webkit-transform: translate(-39px, 36px);
            transform: translate(-39px, 36px);
    transform: translate(-39px, 36px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-39px, 36px);
            transform: translate(-39px, 36px);
    transform: translate(-39px, 36px);
  }
}

@keyframes particleAnimate4 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-39px, 36px);
            transform: translate(-39px, 36px);
    transform: translate(-39px, 36px);
  }
  90% {
    -webkit-transform: translate(-39px, 36px);
            transform: translate(-39px, 36px);
    transform: translate(-39px, 36px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-39px, 36px);
            transform: translate(-39px, 36px);
    transform: translate(-39px, 36px);
  }
}

@keyframes particleAnimate4 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-39px, 36px);
            transform: translate(-39px, 36px);
    transform: translate(-39px, 36px);
  }
  90% {
    -webkit-transform: translate(-39px, 36px);
            transform: translate(-39px, 36px);
    transform: translate(-39px, 36px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-39px, 36px);
            transform: translate(-39px, 36px);
    transform: translate(-39px, 36px);
  }
}

@-webkit-keyframes particleAnimate5 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-39px, 32px);
            transform: translate(-39px, 32px);
    transform: translate(-39px, 32px);
  }
  90% {
    -webkit-transform: translate(-39px, 32px);
            transform: translate(-39px, 32px);
    transform: translate(-39px, 32px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-39px, 32px);
            transform: translate(-39px, 32px);
    transform: translate(-39px, 32px);
  }
}

@keyframes particleAnimate5 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-39px, 32px);
            transform: translate(-39px, 32px);
    transform: translate(-39px, 32px);
  }
  90% {
    -webkit-transform: translate(-39px, 32px);
            transform: translate(-39px, 32px);
    transform: translate(-39px, 32px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-39px, 32px);
            transform: translate(-39px, 32px);
    transform: translate(-39px, 32px);
  }
}

@keyframes particleAnimate5 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-39px, 32px);
            transform: translate(-39px, 32px);
    transform: translate(-39px, 32px);
  }
  90% {
    -webkit-transform: translate(-39px, 32px);
            transform: translate(-39px, 32px);
    transform: translate(-39px, 32px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-39px, 32px);
            transform: translate(-39px, 32px);
    transform: translate(-39px, 32px);
  }
}

@-webkit-keyframes particleAnimate6 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(48px, 6px);
            transform: translate(48px, 6px);
    transform: translate(48px, 6px);
  }
  90% {
    -webkit-transform: translate(48px, 6px);
            transform: translate(48px, 6px);
    transform: translate(48px, 6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(48px, 6px);
            transform: translate(48px, 6px);
    transform: translate(48px, 6px);
  }
}

@keyframes particleAnimate6 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(48px, 6px);
            transform: translate(48px, 6px);
    transform: translate(48px, 6px);
  }
  90% {
    -webkit-transform: translate(48px, 6px);
            transform: translate(48px, 6px);
    transform: translate(48px, 6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(48px, 6px);
            transform: translate(48px, 6px);
    transform: translate(48px, 6px);
  }
}

@keyframes particleAnimate6 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(48px, 6px);
            transform: translate(48px, 6px);
    transform: translate(48px, 6px);
  }
  90% {
    -webkit-transform: translate(48px, 6px);
            transform: translate(48px, 6px);
    transform: translate(48px, 6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(48px, 6px);
            transform: translate(48px, 6px);
    transform: translate(48px, 6px);
  }
}

@-webkit-keyframes particleAnimate7 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-69px, -36px);
            transform: translate(-69px, -36px);
    transform: translate(-69px, -36px);
  }
  90% {
    -webkit-transform: translate(-69px, -36px);
            transform: translate(-69px, -36px);
    transform: translate(-69px, -36px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-69px, -36px);
            transform: translate(-69px, -36px);
    transform: translate(-69px, -36px);
  }
}

@keyframes particleAnimate7 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-69px, -36px);
            transform: translate(-69px, -36px);
    transform: translate(-69px, -36px);
  }
  90% {
    -webkit-transform: translate(-69px, -36px);
            transform: translate(-69px, -36px);
    transform: translate(-69px, -36px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-69px, -36px);
            transform: translate(-69px, -36px);
    transform: translate(-69px, -36px);
  }
}

@keyframes particleAnimate7 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-69px, -36px);
            transform: translate(-69px, -36px);
    transform: translate(-69px, -36px);
  }
  90% {
    -webkit-transform: translate(-69px, -36px);
            transform: translate(-69px, -36px);
    transform: translate(-69px, -36px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-69px, -36px);
            transform: translate(-69px, -36px);
    transform: translate(-69px, -36px);
  }
}

@-webkit-keyframes particleAnimate8 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-12px, -52px);
            transform: translate(-12px, -52px);
    transform: translate(-12px, -52px);
  }
  90% {
    -webkit-transform: translate(-12px, -52px);
            transform: translate(-12px, -52px);
    transform: translate(-12px, -52px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-12px, -52px);
            transform: translate(-12px, -52px);
    transform: translate(-12px, -52px);
  }
}

@keyframes particleAnimate8 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-12px, -52px);
            transform: translate(-12px, -52px);
    transform: translate(-12px, -52px);
  }
  90% {
    -webkit-transform: translate(-12px, -52px);
            transform: translate(-12px, -52px);
    transform: translate(-12px, -52px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-12px, -52px);
            transform: translate(-12px, -52px);
    transform: translate(-12px, -52px);
  }
}

@keyframes particleAnimate8 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-12px, -52px);
            transform: translate(-12px, -52px);
    transform: translate(-12px, -52px);
  }
  90% {
    -webkit-transform: translate(-12px, -52px);
            transform: translate(-12px, -52px);
    transform: translate(-12px, -52px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-12px, -52px);
            transform: translate(-12px, -52px);
    transform: translate(-12px, -52px);
  }
}

@-webkit-keyframes particleAnimate9 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-43px, -21px);
            transform: translate(-43px, -21px);
    transform: translate(-43px, -21px);
  }
  90% {
    -webkit-transform: translate(-43px, -21px);
            transform: translate(-43px, -21px);
    transform: translate(-43px, -21px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-43px, -21px);
            transform: translate(-43px, -21px);
    transform: translate(-43px, -21px);
  }
}

@keyframes particleAnimate9 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-43px, -21px);
            transform: translate(-43px, -21px);
    transform: translate(-43px, -21px);
  }
  90% {
    -webkit-transform: translate(-43px, -21px);
            transform: translate(-43px, -21px);
    transform: translate(-43px, -21px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-43px, -21px);
            transform: translate(-43px, -21px);
    transform: translate(-43px, -21px);
  }
}

@keyframes particleAnimate9 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-43px, -21px);
            transform: translate(-43px, -21px);
    transform: translate(-43px, -21px);
  }
  90% {
    -webkit-transform: translate(-43px, -21px);
            transform: translate(-43px, -21px);
    transform: translate(-43px, -21px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-43px, -21px);
            transform: translate(-43px, -21px);
    transform: translate(-43px, -21px);
  }
}

@-webkit-keyframes particleAnimate10 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-10px, 47px);
            transform: translate(-10px, 47px);
    transform: translate(-10px, 47px);
  }
  90% {
    -webkit-transform: translate(-10px, 47px);
            transform: translate(-10px, 47px);
    transform: translate(-10px, 47px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-10px, 47px);
            transform: translate(-10px, 47px);
    transform: translate(-10px, 47px);
  }
}

@keyframes particleAnimate10 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-10px, 47px);
            transform: translate(-10px, 47px);
    transform: translate(-10px, 47px);
  }
  90% {
    -webkit-transform: translate(-10px, 47px);
            transform: translate(-10px, 47px);
    transform: translate(-10px, 47px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-10px, 47px);
            transform: translate(-10px, 47px);
    transform: translate(-10px, 47px);
  }
}

@keyframes particleAnimate10 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-10px, 47px);
            transform: translate(-10px, 47px);
    transform: translate(-10px, 47px);
  }
  90% {
    -webkit-transform: translate(-10px, 47px);
            transform: translate(-10px, 47px);
    transform: translate(-10px, 47px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-10px, 47px);
            transform: translate(-10px, 47px);
    transform: translate(-10px, 47px);
  }
}

@-webkit-keyframes particleAnimate11 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(66px, -9px);
            transform: translate(66px, -9px);
    transform: translate(66px, -9px);
  }
  90% {
    -webkit-transform: translate(66px, -9px);
            transform: translate(66px, -9px);
    transform: translate(66px, -9px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(66px, -9px);
            transform: translate(66px, -9px);
    transform: translate(66px, -9px);
  }
}

@keyframes particleAnimate11 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(66px, -9px);
            transform: translate(66px, -9px);
    transform: translate(66px, -9px);
  }
  90% {
    -webkit-transform: translate(66px, -9px);
            transform: translate(66px, -9px);
    transform: translate(66px, -9px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(66px, -9px);
            transform: translate(66px, -9px);
    transform: translate(66px, -9px);
  }
}

@keyframes particleAnimate11 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(66px, -9px);
            transform: translate(66px, -9px);
    transform: translate(66px, -9px);
  }
  90% {
    -webkit-transform: translate(66px, -9px);
            transform: translate(66px, -9px);
    transform: translate(66px, -9px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(66px, -9px);
            transform: translate(66px, -9px);
    transform: translate(66px, -9px);
  }
}

@-webkit-keyframes particleAnimate12 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(40px, -45px);
            transform: translate(40px, -45px);
    transform: translate(40px, -45px);
  }
  90% {
    -webkit-transform: translate(40px, -45px);
            transform: translate(40px, -45px);
    transform: translate(40px, -45px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(40px, -45px);
            transform: translate(40px, -45px);
    transform: translate(40px, -45px);
  }
}

@keyframes particleAnimate12 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(40px, -45px);
            transform: translate(40px, -45px);
    transform: translate(40px, -45px);
  }
  90% {
    -webkit-transform: translate(40px, -45px);
            transform: translate(40px, -45px);
    transform: translate(40px, -45px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(40px, -45px);
            transform: translate(40px, -45px);
    transform: translate(40px, -45px);
  }
}

@keyframes particleAnimate12 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(40px, -45px);
            transform: translate(40px, -45px);
    transform: translate(40px, -45px);
  }
  90% {
    -webkit-transform: translate(40px, -45px);
            transform: translate(40px, -45px);
    transform: translate(40px, -45px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(40px, -45px);
            transform: translate(40px, -45px);
    transform: translate(40px, -45px);
  }
}

@-webkit-keyframes particleAnimate13 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(29px, 24px);
            transform: translate(29px, 24px);
    transform: translate(29px, 24px);
  }
  90% {
    -webkit-transform: translate(29px, 24px);
            transform: translate(29px, 24px);
    transform: translate(29px, 24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(29px, 24px);
            transform: translate(29px, 24px);
    transform: translate(29px, 24px);
  }
}

@keyframes particleAnimate13 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(29px, 24px);
            transform: translate(29px, 24px);
    transform: translate(29px, 24px);
  }
  90% {
    -webkit-transform: translate(29px, 24px);
            transform: translate(29px, 24px);
    transform: translate(29px, 24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(29px, 24px);
            transform: translate(29px, 24px);
    transform: translate(29px, 24px);
  }
}

@keyframes particleAnimate13 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(29px, 24px);
            transform: translate(29px, 24px);
    transform: translate(29px, 24px);
  }
  90% {
    -webkit-transform: translate(29px, 24px);
            transform: translate(29px, 24px);
    transform: translate(29px, 24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(29px, 24px);
            transform: translate(29px, 24px);
    transform: translate(29px, 24px);
  }
}

@-webkit-keyframes particleAnimate14 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-10px, 50px);
            transform: translate(-10px, 50px);
    transform: translate(-10px, 50px);
  }
  90% {
    -webkit-transform: translate(-10px, 50px);
            transform: translate(-10px, 50px);
    transform: translate(-10px, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-10px, 50px);
            transform: translate(-10px, 50px);
    transform: translate(-10px, 50px);
  }
}

@keyframes particleAnimate14 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-10px, 50px);
            transform: translate(-10px, 50px);
    transform: translate(-10px, 50px);
  }
  90% {
    -webkit-transform: translate(-10px, 50px);
            transform: translate(-10px, 50px);
    transform: translate(-10px, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-10px, 50px);
            transform: translate(-10px, 50px);
    transform: translate(-10px, 50px);
  }
}

@keyframes particleAnimate14 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-10px, 50px);
            transform: translate(-10px, 50px);
    transform: translate(-10px, 50px);
  }
  90% {
    -webkit-transform: translate(-10px, 50px);
            transform: translate(-10px, 50px);
    transform: translate(-10px, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-10px, 50px);
            transform: translate(-10px, 50px);
    transform: translate(-10px, 50px);
  }
}

@-webkit-keyframes heartAnime {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    transform: scale(0);
    fill: #E2264D;
  }
  39% {
    -webkit-transform: scale(0);
            transform: scale(0);
    transform: scale(0);
  }
  60% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  70% {
    -webkit-transform: scale(1, 1) translate(0%, -10%);
            transform: scale(1, 1) translate(0%, -10%);
    transform: scale(1, 1) translate(0%, -10%);
  }
  75% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  80% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
            transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
    fill: #E2264D;
  }
}

@keyframes heartAnime {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    transform: scale(0);
    fill: #E2264D;
  }
  39% {
    -webkit-transform: scale(0);
            transform: scale(0);
    transform: scale(0);
  }
  60% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  70% {
    -webkit-transform: scale(1, 1) translate(0%, -10%);
            transform: scale(1, 1) translate(0%, -10%);
    transform: scale(1, 1) translate(0%, -10%);
  }
  75% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  80% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
            transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
    fill: #E2264D;
  }
}

@keyframes heartAnime {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    transform: scale(0);
    fill: #E2264D;
  }
  39% {
    -webkit-transform: scale(0);
            transform: scale(0);
    transform: scale(0);
  }
  80% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
            transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
    fill: #E2264D;
  }
}

/*# sourceMappingURL=demo2_transition.css.map */
.c-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  gap: 0 0.9375rem;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.c-category__icon {
  color: #d6ba00;
}

.c-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.c-tab__left {
  width: 65%;
  text-align: left;
  border-right: 1px dashed #ccc;
}

.c-tab__left-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
  gap: 0.3125rem 0;
}

.c-tab__left-box {
  gap: 0 10px;
  gap: 0 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.c-tab__right {
  padding-left: 10px;
  padding-left: 0.625rem;
  width: 35%;
  text-align: left;
}

.c-tab__day {
  font-size: 12px;
  font-size: 0.75rem;
  width: 20%;
  padding: 13px 10px;
  padding: 0.8125rem 0.625rem;
  background-color: #a7a858;
  color: #fff;
}

.c-tab__description-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}

.c-tab__content-description {
  width: 100%;
  padding: 10px 3%;
  padding: 0.625rem 3%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-tab__top-title {
  font-size: 13px;
  font-size: 0.8125rem;
}

.c-tab__title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  line-height: 1.11;
}

.c-tab__text {
  text-align: left;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.c-tab__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #707070;
  overflow: hidden;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}

.c-tab__place {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999999;
  text-align: right;
}

.c-tab__textarea {
  width: 70%;
  padding: 18px 20px;
  padding: 1.125rem 1.25rem;
}

.c-tab__img {
  width: 38%;
  position: relative;
}

.c-tab__img::before {
  content: "";
  display: block;
  padding-top: 66%;
}

.c-tab__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.c-tab__more {
  display: block;
  color: #403999;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.c-tab__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-top: 0.625rem;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-tab__date {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999999;
}

.c-tab__vs-title {
  font-size: 18px;
  font-size: 1.125rem;
  height: 20px;
  height: 1.25rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: center;
  position: relative;
  display: grid;
  grid-template-columns: 1fr  35px  1fr;
  grid-template-areas: "area01 area-center area04";
}

.c-tab__vs-title::before {
  position: absolute;
  content: "vs";
  top: 50%;
  left: 50%;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-tab__vs-first {
  grid-area: area01;
  line-height: 1;
  text-align: right;
}

.c-tab__vs-second {
  grid-area: area04;
  line-height: 1;
  text-align: left;
}

.c-tab__result {
  font-size: 18px;
  font-size: 1.125rem;
  height: 20px;
  height: 1.25rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "area01 area02 area03 area04";
}

.c-tab__result::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 5px;
  height: 1px;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-tab__result::after {
  position: absolute;
  content: "結果";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
  font-size: 0.8125rem;
  color: #403999;
}

.c-tab__result-first {
  grid-area: area02;
  line-height: 1;
}

.c-tab__result-second {
  grid-area: area03;
  line-height: 1;
}

.c-tab__label {
  font-weight: bold;
  background: #F0EFF7;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  color: #403999;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, .1);
}

.c-tab__label {
  font-weight: bold;
  background: #F0EFF7;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  color: #403999;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, .1);
}

.c-tab__label:not(:last-of-type) {
  margin-right: 12px;
}

.tab-content {
  width: 100%;
  height: 0;
  background: #fff;
  overflow: hidden;
  opacity: 0;
}

/* アクティブなタブ */
.tab-switch:checked + .c-tab__label {
  background: #fff;
}

.tab-switch:checked + .c-tab__label + .tab-content {
  height: auto;
  overflow: auto;
  opacity: 1;
  -webkit-transition: .5s opacity;
  transition: .5s opacity;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
          box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-tab__label {
    font-size: 0.875rem;
  }
  .c-tab__text {
    font-size: 0.8125rem;
    line-height: 1.31;
  }
  .c-tab__textarea {
    width: 65%;
    padding: 0.3125rem 0.9375rem;
  }
  .c-tab__img {
    width: 35%;
  }
  .c-tab__contents {
    height: 6.875rem;
  }
  .c-tab__date {
    font-size: 0.75rem;
  }
  .c-tab__top-title {
    font-size: 0.75rem;
  }
  .c-tab__description-top {
    gap: 0 5px;
  }
  .c-tab__place {
    font-size: 0.75rem;
  }
  .c-tab__title {
    font-size: 1.125rem;
  }
  .c-tab__day {
    padding: 6px;
    font-size: 0.75rem;
  }
  .c-tab__result {
    margin-top: 5px;
  }
  .c-tab__result::after {
    font-size: 0.75rem;
  }
  .c-tab__vs-title {
    font-size: 1.125rem;
    margin-top: 4px;
  }
}

@media screen and (max-width: 550px) {
  .c-tab__textarea {
    width: 60%;
  }
  .c-tab__img {
    width: 40%;
  }
}

.p-index__title {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: bold;
  text-align: center;
}

.p-index__sub-title {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #a7a858;
  font-weight: 500;
}

.p-index__inner {
  max-width: 1200px;
  max-width: 75rem;
  padding: 60px 40px;
  padding: 3.75rem 2.5rem;
  margin: 0 auto;
}

.p-index-fv {
  background-image: url(../images/TOP/bg_main.png);
  height: 710px;
  height: 44.375rem;
}

.p-index-fv__inner {
  margin-top: 135px;
  margin-top: 8.4375rem;
  padding: 40px 6.25% 0;
  padding: 2.5rem 6.25% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-index-fv__left {
  width: 62.5%;
  max-width: 700px;
  max-width: 43.75rem;
  position: relative;
}

.p-index-fv__left-img {
  border-radius: 10px 10px 0 0;
}

.article-item__textarea {
  padding: 15px 30px;
  padding: 0.9375rem 1.875rem;
  background-color: #fff;
  border-radius: 0 0  10px 10px;
  min-height: 132px;
  min-height: 8.25rem;
  overflow: hidden;
}

.article-item__text {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.article-item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 7px;
  gap: 0 0.4375rem;
}

.article-item__day {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999999;
}

.p-index-fv__right {
  width: 35.8%;
  max-width: 400px;
  max-width: 25rem;
}

.p-index-fv__right-news {
  height: 38.5%;
  display: block;
  background-color: #fff;
  padding: 15px 15px;
  padding: 0.9375rem 0.9375rem;
  border-radius: 0.625rem;
}

.p-index-fv__right-btn {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 12px 25px;
}

.p-index-news {
  overflow: hidden;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  max-width: 400px;
  max-width: 25rem;
  height: 600px;
  height: 37.5rem;
}

.p-index-news__img {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.p-index-news__img::before {
  content: "";
  display: block;
  padding-top: 142%;
}

.p-index-news__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-index-news__title {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  padding: 9px 15px;
  padding: 0.5625rem 0.9375rem;
  width: 100%;
  background-color: #403999;
  border-radius: 1.875rem;
  color: #fff;
}

.p-index-news__day {
  text-align: center;
  padding: 8px 0;
  padding: 0.5rem 0;
}

.p-index-news__btn {
  width: 100%;
  background-color: #f49a34;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 12px 6%;
  padding: 0.75rem 6%;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.article-item__img {
  position: relative;
  max-height: 500px;
  max-height: 31.25rem;
}

.article-item__img::before {
  content: "";
  display: block;
  padding-top: 66.7%;
}

.article-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination {
  position: relative;
  width: 35% !important;
}

.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #403999;
  opacity: 1;
}

.swiper-button-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
  margin-top: 2.1875rem;
  width: 100%;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 60px;
  width: 3.75rem;
  position: relative;
  right: auto;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 60px;
  width: 3.75rem;
  position: relative;
  left: auto;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

/* =============================================
タブのセクション
============================================= */
.p-index-tabs {
  background-image: url(../images/TOP/bg_article@1.5x.png);
}

.p-index-tabs__title {
  text-align: center;
  font-size: 34px;
  font-size: 2.125rem;
}

.p-index-tabs__sub-title {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}

.p-index-tabs__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 120px 20px;
}

.p-index-tabs__item {
  width: 48.5%;
}

.p-index-tabs__button {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

/* =============================================
クラブ一覧セクション
============================================= */
.p-index-clubs__swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.p-index-clubs__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-index-clubs__slide {
  position: relative;
  width: 100%;
}

.p-index-clubs__slide::before {
  content: "";
  display: block;
  padding-top: 66.66667%;
}

.p-index-clubs__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-index-clubs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 43px;
  margin-top: 2.6875rem;
  gap: 15px 0;
}

.p-index-clubs__item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6px;
  position: relative;
  padding-left: 25px;
  padding-left: 1.5625rem;
}

.p-index-clubs__item::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  left: 0;
  top: 3px;
  top: 0.1875rem;
  background-color: #403999;
}

.p-index-clubs__item::after {
  content: "";
  position: absolute;
  left: 5.5px;
  left: 0.34375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  border-top: 2px solid #fff;
  border-top: 0.125rem solid #fff;
  border-right: 2px solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-index-clubs__text {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* =============================================
スマホ時の定義
============================================= */
@media screen and (max-width: 767px) {
  .p-index-fv {
    height: 100%;
  }
  .p-index__title {
    font-size: 1.5rem;
  }
  .p-index-fv__right {
    display: none;
  }
  .p-index-fv__left {
    width: 100%;
  }
  .p-index-fv__inner {
    margin-top: 4.375rem;
    padding: 1.25rem 4% 3.125rem;
  }
  .article-item__textarea {
    padding: 0.625rem 0.9375rem;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .article-item__text {
    font-size: 0.9375rem;
  }
  .p-index__inner {
    padding: 2.5rem 4% 0.9375rem;
  }
  .p-index-tabs__contents {
    gap: 0;
    display: block;
  }
  .p-index-tabs__item {
    width: 100%;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin-bottom: 4.0625rem;
  }
  .p-index-tabs__item:last-of-type {
    margin-bottom: 0;
  }
  .p-index-tabs__sub-title {
    font-size: 0.75rem;
    margin-bottom: 1.875rem;
  }
  .p-index-tabs__button {
    margin-top: 1.25rem;
  }
  .p-index-clubs {
    display: none;
  }
}

@media screen and (max-width: 1150px) {
  .p-index-news__title {
    font-size: 1.125rem;
  }
}

.p-page p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.76;
  margin: 30px 0 45px;
  margin: 1.875rem 0 2.8125rem;
  font-weight: 400;
}

.p-page a {
  color: #4850bb;
  line-height: 2;
}

.p-page-person {
  background-color: #f8f8f8;
  padding: 15px 25px;
  padding: 0.9375rem 1.5625rem;
}

.p-page-person__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  gap: 0 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-page-person__item p {
  margin: 0;
}

.p-page-person__item:first-of-type {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.p-page-person__item-img {
  width: 10%;
  position: relative;
  padding-top: 10%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.p-page-person__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-person__item-name {
  font-weight: bold;
}

.p-page-person__item-text {
  width: 89%;
}

@media screen and (max-width: 767px) {
  .p-page p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1.875rem 0 2.8125rem;
    font-weight: 400;
  }
  .p-page-person {
    background-color: #f8f8f8;
    padding: 0.9375rem;
  }
  .p-page-person__item p {
    margin: 0;
  }
  .p-page-person__item:first-of-type {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #BEC1CA;
  }
  .p-page-person__item-img {
    width: 20%;
    position: relative;
    padding-top: 20%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .p-page-person__item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-page-person__item-text {
    width: 78%;
  }
}

.p-single {
  font-size: 17px;
  font-size: 1.0625rem;
}

.p-single .swiper-button-controller {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-single p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.76;
  margin: 30px 0 45px;
  margin: 1.875rem 0 2.8125rem;
  font-weight: 400;
}

.p-single__top-img {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.p-single__top-img::before {
  content: "";
  display: block;
  padding-top: 66.58228%;
}

.p-single__top-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.p-single__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.33;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}

.p-single__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  gap: 0 0.625rem;
}

.p-single__day {
  font-size: 14px;
  font-size: 0.875rem;
  color: #999999;
}

.p-single__share-list {
  padding: 15px 0;
  padding: 0.9375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 15px;
  gap: 0 0.9375rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 30px 0;
  margin: 1.875rem 0;
}

.p-single__icon {
  font-size: 32px;
  font-size: 2rem;
}

.p-single__facebook {
  color: #403999;
}

.p-single__text:first-of-type {
  margin-top: 0;
}

.p-single__head {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-single__head::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background-color: #403999;
  left: 0;
}

.p-single__img {
  max-width: 400px;
  max-width: 25rem;
  margin: 0 auto;
}

.p-single__img--first {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}

.p-single .p-single__img:first-child {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}

.p-single__img-text {
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-top: 5px;
}

.p-single__comment-item {
  line-height: 1.76;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.p-single__comment-item:last-child {
  margin-bottom: 0;
}

.p-single__intro {
  font-weight: bold;
}

.p-single-relation {
  background-color: #f8f8f8;
}

.p-single-relation__wrapper {
  margin: 0 auto;
  padding: 45px 3% 60px;
  padding: 2.8125rem 3% 3.75rem;
}

.p-single-relation__item {
  display: block;
}

.card__img {
  position: relative;
  width: 100%;
}

.card__img::before {
  content: "";
  display: block;
  padding-top: 66.66667%;
}

.card__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 7px;
  gap: 0 0.4375rem;
}

.card__text {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  min-height: 72px;
  min-height: 4.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.card__day {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999999;
}

.card__detail {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}

.p-single-relation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  max-width: 75rem;
  margin: 0 auto;
  gap: 0 3.5%;
}

/* =============================================
スマホ時の定義
============================================= */
@media screen and (max-width: 767px) {
  .p-single p {
    font-size: 1rem;
    margin-bottom: 2.5rem;
    line-height: 1.5;
  }
  .p-single .l-main__inner {
    display: contents;
  }
  .p-single .l-main__half {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-single .p-single-relation {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-single .l-sidebar {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-single .swiper-button-controller {
    margin-top: 3.125rem;
  }
  .p-single__wrapper {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-single-relation__wrapper {
    padding: 1.25rem 4% 1.75rem;
  }
  .p-single__title {
    font-size: 1.4375rem;
  }
  .p-single__text {
    font-size: 1rem;
    margin: 1.125rem 0 2.8125rem;
  }
  .p-single__head {
    font-size: 1.25rem;
  }
  .p-single__share-list {
    margin: 1.875rem 0 3.125rem;
  }
  .p-single-relation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .p-single__img--first {
    margin-bottom: 3.75rem;
  }
  .p-single__img-text {
    font-size: 1rem;
  }
  .p-single__comment-item {
    margin-bottom: 1.875rem;
  }
  .card__text {
    font-size: 0.875rem;
    line-height: 1.7;
    margin-bottom: 0rem;
  }
  .card__detail {
    font-size: 0.75rem;
  }
  .p-single__share-item {
    font-size: 0.75rem;
  }
  .p-single__icon {
    font-size: 1.375rem;
  }
}

.p-archive__heading {
  font-size: 26px;
  font-size: 1.625rem;
  background-color: #403999;
  padding: 15px 24px;
  padding: 0.9375rem 1.5rem;
  color: #fff;
}

.p-archive .card__text {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.p-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 5%;
  gap: 2.5rem 5%;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-archive__item {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .p-archive__item {
    width: 47.5%;
  }
  .p-archive__heading {
    font-size: 1.125rem;
    padding: 0.625rem 1.25rem;
  }
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 16px auto 40px;
  margin: 1rem auto 2.5rem;
}

.breadcrumb li {
  padding: 0;
}

.breadcrumb li::before {
  display: none;
}

.breadcrumb li {
  display: inline;
  /*横に並ぶように*/
  list-style: none;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  position: relative;
}

.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  position: absolute;
  padding: 0 0.2em;
  right: 0;
  top: 0;
  color: #999999;
}

.breadcrumb li:last-child {
  padding: 0;
  margin: 0;
}

.breadcrumb li:last-child:after {
  content: '';
  display: none;
}

.breadcrumb li a {
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/* =============================================
  スマホ時の定義
  ============================================= */
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-top: 5.1875rem;
    margin-bottom: 1.375rem;
    margin-left: 0;
    margin-right: 0;
  }
  .breadcrumb li {
    font-size: 0.625rem;
    padding-right: 1.25rem;
  }
}

.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
  text-align: center;
  border: 1px solid #403999;
  margin-right: 10px;
  margin-right: 0.625rem;
  line-height: 2;
  color: #403999;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background-color: #324d17;
  color: #fff;
  opacity: 1;
}

.wp-pagenavi .current {
  background-color: #403999;
  color: #fff;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  margin-right: 0;
  border: none;
  font-weight: bold;
}

/* =============================================
スマホ時の定義
============================================= */
@media screen and (max-width: 767px) {
  .wp-pagenavi a {
    padding: 0.4375rem 0.875rem;
    font-size: 1.5rem;
    line-height: 1;
  }
}

@media screen and (max-width: 600px) {
  .wp-pagenavi a {
    padding: 0.5rem 0.625rem;
    font-size: 1rem;
  }
}

h2.wp-block-heading {
  position: relative;
  padding: 15px;
  padding: 0.9375rem;
  color: #403999;
  font-weight: bold;
  background-color: #f0eff7;
  border-top: 5px solid #403999;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

h3.wp-block-heading {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 50px 0 32px;
  margin: 3.125rem 0 2rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

h3.wp-block-heading::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background-color: #403999;
  left: 0;
}

h4.wp-block-heading {
  position: relative;
  font-size: 17px;
  font-size: 1.0625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin: 50px 0 20px;
  margin: 3.125rem 0 1.25rem;
  border-bottom: 2px solid #BEC1CA;
}

h4.wp-block-heading::before {
  content: "";
  position: absolute;
  width: 25%;
  height: 2px;
  background-color: #403999;
  bottom: -2px;
}

.wp-block-aioseo-table-of-contents {
  background-color: #f8f8f8;
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding: 15px 20px 20px 30px;
  padding: 0.9375rem 1.25rem 1.25rem 1.875rem;
}

.wp-block-aioseo-table-of-contents::before {
  display: block;
  content: '目次';
  padding: 0 45px 10px;
  font-weight: 600;
  font-size: 1.275em;
  border-bottom: 1px solid #BEC1CA;
}

.wp-block-aioseo-table-of-contents > ul {
  position: relative;
  margin-top: 0.5em;
}

.wp-block-aioseo-table-of-contents > ul::before {
  content: "\f03a";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  background-color: #403999;
  color: #fff;
  padding: 5px 7.5px;
  padding: 0.3125rem 0.46875rem;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: -48px;
  width: 31px;
  height: 31px;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .wp-block-aioseo-table-of-contents > ul::before {
    padding: 1.3% 1.8%;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .wp-block-aioseo-table-of-contents > ul::before {
    padding: 1.6% 2.3%;
  }
}

.wp-block-aioseo-table-of-contents ul > li {
  display: block;
  padding-bottom: 0.3em;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}

.wp-block-aioseo-table-of-contents ul > li strong {
  color: #403999;
}

.wp-block-aioseo-table-of-contents ul > li::before {
  content: "●";
  font-size: 0.5em;
  position: absolute;
  top: 2.5em;
  left: 0;
  font-size: 5px;
  font-size: 0.3125rem;
  font-weight: 400;
}

.wp-block-aioseo-table-of-contents ul > li a {
  display: inline-block;
  color: #000;
}

.wp-block-aioseo-table-of-contents ul > li > ul {
  padding-left: 1.2em;
  margin-bottom: 0;
}

.wp-block-aioseo-table-of-contents ul > li > ul > li {
  display: block;
  font-size: .875em;
}

.wp-block-aioseo-table-of-contents ul > li > ul > li::before {
  font-size: 1em;
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: .4em;
}

.wp-block-aioseo-table-of-contents ul > li > ul > li a {
  display: inline-block;
}

.wp-block-image {
  margin: 40px 0 50px;
  margin: 2.5rem 0 3.125rem;
}

.wp-block-image img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-image figcaption {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
