@charset "UTF-8";
/*
Theme Name: BTALKS2
Theme URI: 
Description: 
Version: 1.0
Author: Morichika Design Studio
Author URI: https://morichikadesignstudio.com/
*/
.fugaz-one-regular {
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-2 {
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  padding: 0;
  margin: 0;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #363940;
  background: #d3d3d3;
  width: 100%;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 1px;
}
body.active {
  height: 100svh;
  overflow: hidden;
}

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

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 60px;
  box-sizing: border-box;
  background: #000000;
  position: relative;
  z-index: 9999;
  transition: background 0.3s, border-color 0.3s, padding 0.3s;
  position: fixed;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1400px) {
  .header {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.header--home {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
  border-bottom: 1px solid #fff;
}
.header--home .header__logo img {
  width: 119px;
  height: 85px;
}
@media screen and (max-width: 1280px) {
  .header--home .header__logo img {
    width: 78px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .header--home .header__logo img {
    width: 43px;
    height: auto;
  }
}
.header--fixed {
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  border-color: transparent;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.header--fixed .header__logo img {
  width: 78px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header--fixed .header__logo img {
    width: 43px;
    height: auto;
  }
}
.header__inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 1248px;
  gap: 28px;
}
@media screen and (max-width: 1080px) {
  .header__inner {
    gap: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .header__inner {
    justify-content: space-between;
  }
}
.header__logo {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9999;
}
.header__logo img {
  width: 78px;
  height: auto;
  transition: width 0.3s;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 43px;
    height: auto;
  }
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  border-left: 3px solid #fff;
  padding-left: 28px;
  flex: 1;
}
@media screen and (max-width: 1080px) {
  .header__nav {
    gap: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .header__nav {
    position: fixed;
    border: none;
    width: 100%;
    min-height: 100dvh;
    left: 0;
    top: 0;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    gap: 48px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .header__nav:after {
    content: "";
    width: 100%;
    min-height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: translateY(-130svh);
    transition: transform 0.3s;
  }
  .header__nav nav {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .header__nav .nav-header {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.3s, transform 0.3s;
    transition-delay: 0.2s;
  }
  .header__nav .link-list {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.3s, transform 0.3s;
    transition-delay: 0.3s;
  }
  .header__nav .privacy-policy-link {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.3s, transform 0.3s;
    transition-delay: 0.4s;
  }
  .header__nav.active {
    opacity: 1;
    pointer-events: inherit;
  }
  .header__nav.active:after {
    transform: translateY(0);
  }
  .header__nav.active .nav-header {
    opacity: 1;
    transform: translateY(0);
  }
  .header__nav.active .link-list {
    opacity: 1;
    transform: translateY(0);
  }
  .header__nav.active .privacy-policy-link {
    opacity: 1;
    transform: translateY(0);
  }
}
.header__nav .privacy-policy-link {
  display: none;
  font-size: 13px;
  line-height: 1.5em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .header__nav .privacy-policy-link {
    display: block;
  }
}
.header__nav .privacy-policy-link:link, .header__nav .privacy-policy-link:visited, .header__nav .privacy-policy-link:hover, .header__nav .privacy-policy-link:active {
  text-decoration: none;
  color: #fff;
}
.header__btn {
  width: 24px;
  height: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: none;
  z-index: 9999;
}
@media screen and (max-width: 1023px) {
  .header__btn {
    display: block;
  }
}
.header__btn:before {
  content: "";
  width: 30px;
  height: 4px;
  display: block;
  background: #fff;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 2px);
  transform: rotate(-15deg);
}
.header__btn span {
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header__btn span:before {
  content: "";
  width: 30px;
  height: 4px;
  display: block;
  background: #fff;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 12px);
  transform: rotate(-15deg);
  transition: transform 0.3s, top 0.3s;
}
.header__btn span:after {
  content: "";
  width: 30px;
  height: 4px;
  display: block;
  background: #fff;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% + 8px);
  transform: rotate(-15deg);
  transition: transform 0.3s, top 0.3s;
}
.header__btn.active:before {
  display: none;
}
.header__btn.active span:before {
  top: calc(50% - 2px);
  transform: rotate(25deg);
}
.header__btn.active span:after {
  top: calc(50% - 2px);
  transform: rotate(-25deg);
}

@keyframes slideInDown {
  from {
    transform: translateY(-100%); /* 自分の高さ分、上に隠れた状態から開始 */
  }
  to {
    transform: translateY(0); /* 元の位置に戻る */
  }
}
.nav-header {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 28px;
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 0;
  margin-right: auto;
  padding: 8px 0;
}
@media screen and (max-width: 1400px) {
  .nav-header {
    gap: 16px;
  }
}
@media screen and (max-width: 1180px) {
  .nav-header {
    font-size: 18px;
    line-height: 1em;
  }
}
@media screen and (max-width: 1023px) {
  .nav-header {
    flex-direction: column;
    align-items: center;
    padding: 0;
    font-size: 22px;
    line-height: 1em;
    gap: 28px;
    width: 100%;
  }
}
.nav-header li {
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .nav-header li {
    width: 100%;
  }
}
.nav-header li a {
  position: relative;
}
.nav-header li a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0px;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
@media screen and (max-width: 1024px) {
  .nav-header li a:after {
    display: none;
  }
}
@media (hover: hover) {
  .nav-header li a:hover:after {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 1023px) {
  .nav-header li a {
    display: block;
    text-align: center;
  }
}
.nav-header li a:link, .nav-header li a:visited {
  text-decoration: none;
  color: #fff;
}
.nav-header li a:hover, .nav-header li a:active {
  text-decoration: none;
  color: #fff;
}

.link-list {
  list-style: none;
  font-size: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  z-index: 2;
}
@media (hover: hover) {
  .link-list__item:hover img {
    transform: scale(1.2);
  }
}
.link-list__item img {
  transition: transform 0.3s;
}
.link-list__item--onlineshop {
  padding-left: 20px;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  transform: translateY(-3px);
}

.mv {
  width: 100%;
  height: 100svh;
  box-sizing: border-box;
  padding: 20px 40px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-left: 0;
    padding-right: 0;
  }
}
.mv:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(./img/bg-dot.svg);
  background-size: 4px auto;
  pointer-events: none;
}
.mv__title {
  font-weight: 800;
  font-size: 48px;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  position: relative;
  z-index: 10;
  color: #fff;
  margin: 0;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .mv__title {
    font-size: 36px;
    line-height: 1.5em;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 375px) {
  .mv__title {
    font-size: 28px;
    line-height: 1.5em;
    letter-spacing: 0.15em;
  }
}
.mv__title br {
  display: none;
}
@media screen and (max-width: 980px) {
  .mv__title br {
    display: inherit;
  }
}
.mv__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mv-slider {
  background: #000;
  opacity: 0;
  transition: opacity 0.3s;
}
.mv-slider.slick-initialized {
  opacity: 1;
}
.mv-slider__item {
  width: 100%;
  height: 100svh;
}
.mv-slider__item.add-animation img {
  animation: zoomOut 6s linear 0s normal both;
}
.mv-slider__item img {
  object-fit: cover;
  width: 100%;
  height: 100svh;
}
.mv-slider .slick-dots {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .mv-slider .slick-dots {
    width: 100%;
    right: 0;
    bottom: 30px;
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
.pickup {
  background: #e81b24;
  box-sizing: border-box;
  padding: 96px 15px;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1380px) {
  .pickup {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pickup {
    padding: 60px 15px;
    overflow: inherit;
  }
}
.pickup:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(./img/stripe-black.png);
  background-size: 153px auto;
  background-position: left top;
  z-index: 1;
  opacity: 0.1;
}
.pickup--articles {
  padding-top: 183px;
}
@media screen and (max-width: 768px) {
  .pickup--articles {
    padding-top: 114px;
  }
}
.pickup__inner {
  position: relative;
  z-index: 2;
  max-width: 1248px;
  width: 100%;
  box-sizing: border-box;
}

.sec-title {
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 1.5em;
  margin: 0 0 40px;
  padding: 18px 0 15px;
  color: #000000;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-title {
    font-size: 26px;
    line-height: 1.5em;
    margin-bottom: 60px;
  }
}
.sec-title + .sec-desc {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .sec-title + .sec-desc {
    margin-top: -40px;
  }
}
.sec-title span {
  display: inline-block;
  transform: rotate(-16deg);
}
.sec-title:after {
  content: "";
  width: 88px;
  height: 93px;
  position: absolute;
  left: calc(50% - 44px);
  top: 0;
  background: url(./img/sec-title-circle.svg) no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .sec-title:after {
    width: 58px;
    height: 71px;
    left: calc(50% - 29px);
  }
}
.sec-title--black {
  color: #fff;
}
.sec-title--black:after {
  background-image: url(./img/sec-title-circle-black.svg);
}
.sec-title--red {
  color: #fff;
}
.sec-title--red:after {
  background-image: url(./img/sec-title-circle.svg);
}

.sec-subtitle {
  text-align: center;
  font-size: 24px;
  line-height: 1.5em;
  font-family: "Fugaz One", "M PLUS 2", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background: #fff;
  display: inline-block;
  padding: 5px 10px 5px;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
  margin: 0;
  margin-left: 50%;
  transform: translateX(-50%);
}
.sec-subtitle:not(:last-child) {
  margin-bottom: 40px;
}
.sec-subtitle + .sec-desc {
  margin-top: -20px;
}
.sec-subtitle--jp {
  text-decoration: none;
  font-size: 32px;
  line-height: 1.5em;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .sec-subtitle--jp {
    width: 100%;
    font-size: 20px;
    line-height: 1.5em;
  }
}
.sec-subtitle--black {
  color: #000;
}

.sec-desc {
  border-top: 4px solid #fff;
  width: 100%;
  max-width: 450px;
  text-align: center;
  font-size: 26px;
  line-height: 1.5em;
  font-weight: 800;
  padding: 20px 0 0;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-desc {
    max-width: calc(100vw - 30px);
    font-size: 20px;
    line-height: 1.5em;
    border-top-width: 2px;
  }
}
.sec-desc:not(:last-child) {
  margin-bottom: 52px;
}
.sec-desc--gray {
  border-color: #d3d3d3;
}
.sec-desc--noborder {
  padding-top: 0;
  border: none;
}
.sec-desc + .post-list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec-desc + .post-list {
    margin-top: 20px;
  }
}

.pickup-post-list {
  width: 100%;
  box-sizing: border-box;
}
.pickup-post-list:not(:last-child) {
  margin-bottom: 40px;
}
.pickup-post-list__item {
  margin: 0 10px;
}
.pickup-post-list__item--side {
  margin: 0;
}
.pickup-post-list__item--side:not(:last-child) {
  margin-bottom: 8px;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.pickup-post {
  aspect-ratio: 9/16;
  width: 100%;
  height: auto;
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  box-sizing: border-box;
  padding: 16px;
}
@media (hover: hover) {
  .pickup-post:hover .pickup-post__image img {
    transform: scale(1.1);
  }
}
.pickup-post:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: linear-gradient(to bottom, transparent 50%, #000 100%);
  left: 0;
  top: 0;
  pointer-events: none;
}
.pickup-post--side {
  aspect-ratio: 4/3;
}
.pickup-post--side .pickup-post__image img {
  aspect-ratio: 4/3;
}
.pickup-post__title {
  font-size: 20px;
  line-height: 1.5em;
  color: #fff;
  border-bottom: 2px solid #e81b24;
  padding-bottom: 12px;
  margin: 0;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.pickup-post__title--side {
  font-size: 13px;
  line-height: 1.5em;
}
.pickup-post__title a:link, .pickup-post__title a:visited, .pickup-post__title a:hover, .pickup-post__title a:active {
  text-decoration: none;
  color: #fff;
}
.pickup-post__date {
  color: #fff;
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: right;
  pointer-events: none;
  position: relative;
  z-index: 3;
}
.pickup-post__label {
  background: #e81b24;
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 21px;
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  padding: 4px 12px 6px;
  letter-spacing: 1px;
  pointer-events: none;
  z-index: 3;
}
.pickup-post__label--pickup {
  background: #fff;
  color: #000;
}
.pickup-post__label--side {
  font-size: 10px;
  line-height: 1.5em;
  top: 13px;
}
.pickup-post__image {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pickup-post__image img {
  aspect-ratio: 9/16;
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

@media screen and (max-width: 1024px) {
  .slick-list {
    overflow: inherit;
  }
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-arrow {
  width: 30px;
  height: 44px;
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  position: absolute;
  top: calc(50% - 22px);
  z-index: 100;
  background: url(./img/arrow.svg) no-repeat;
  background-size: 24px auto;
  background-position: center center;
  cursor: pointer;
}
.slick-arrow.slick-next {
  right: -30px;
}
@media screen and (max-width: 768px) {
  .slick-arrow.slick-next {
    right: -15px;
  }
}
.slick-arrow.slick-prev {
  left: -30px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .slick-arrow.slick-prev {
    left: -15px;
  }
}
.slick-arrow--red {
  background-image: url(./img/arrow-red.svg);
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 11px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.slick-dots > li button {
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 0 10px rgb(0, 0, 0);
  outline: none;
  cursor: pointer;
}
.slick-dots > li.slick-active button {
  background: #e81b24;
}

.btn,
.wp-element-button {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: #000;
  padding: 20px 40px;
  font-family: "Fugaz One", "M PLUS 2", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 2px;
}
.btn:link, .btn:visited,
.wp-element-button:link,
.wp-element-button:visited {
  text-decoration: none;
  color: #fff;
}
.btn:hover, .btn:active,
.wp-element-button:hover,
.wp-element-button:active {
  text-decoration: none;
  color: #fff;
}
.btn:after,
.wp-element-button:after {
  content: "";
  width: 12px;
  height: 13px;
  background: url(./img/btn-arrow-red.svg) no-repeat;
  background-size: 100% auto;
  background-position: center top;
  display: block;
}
@media (hover: hover) {
  .btn:hover:after,
  .wp-element-button:hover:after {
    animation: arrow 0.6s ease-in-out;
  }
}
.btn--red,
.wp-element-button--red {
  background: #e81b24;
}
.btn--red:after,
.wp-element-button--red:after {
  background-image: url(./img/btn-arrow-white.svg);
}
.btn--white,
.wp-element-button--white {
  background: #fff;
}
.btn--white:link, .btn--white:visited, .btn--white:hover, .btn--white:active,
.wp-element-button--white:link,
.wp-element-button--white:visited,
.wp-element-button--white:hover,
.wp-element-button--white:active {
  color: #000;
}

@keyframes arrow {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(8px);
    opacity: 0;
  }
  51% {
    transform: translateX(-8px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.youtube {
  background: url(./img/bg-youtube.webp) no-repeat #000;
  background-size: cover;
  background-position: center top;
  padding: 96px 15px;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .youtube {
    padding: 60px 0;
  }
}
.youtube__inner {
  width: 100%;
  max-width: 1248px;
}

.youtube-list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .youtube-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .youtube-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.youtube-list:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .youtube-list:not(:last-child) {
    margin-bottom: 60px;
  }
}
.youtube-list__item iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.exclusive {
  box-sizing: border-box;
  padding: 96px 15px;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1380px) {
  .exclusive {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .exclusive {
    padding: 60px 12px;
  }
}
.exclusive:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(./img/stripe-black.png);
  background-size: 333px auto;
  background-position: left top;
  z-index: 1;
  opacity: 0.1;
}
.exclusive__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1248px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.exclusive-list {
  width: 100%;
  box-sizing: border-box;
}
.exclusive-list:not(:last-child) {
  margin-bottom: 64px;
}
.exclusive-list__item {
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  .exclusive-list .slick-next {
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .exclusive-list .slick-prev {
    left: -10px;
  }
}

.exclusive-post {
  display: flex !important;
  flex-direction: column;
  background: url(./img/bg-dot.svg) rgba(0, 0, 0, 0.65);
  background-size: 4px auto;
  color: #fff;
}
@media (hover: hover) {
  .exclusive-post:hover .exclusive-post__image a img {
    transform: scale(1.1);
  }
}
.exclusive-post__image {
  font-size: 0;
  line-height: 0;
  border-bottom: 3px solid #e81b24;
  overflow: hidden;
}
.exclusive-post__image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}
.exclusive-post__title {
  margin: 0;
  padding: 16px 16px 0;
  font-size: 16px;
  line-height: 1.5em;
}
.exclusive-post__title a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
}
.exclusive-post__title a:link, .exclusive-post__title a:visited, .exclusive-post__title a:hover, .exclusive-post__title a:active {
  text-decoration: none;
  color: #fff;
}
.exclusive-post__title a img {
  transform: translateY(6px);
}
.exclusive-post__desc {
  margin-top: auto;
  font-size: 11px;
  line-height: 1.5em;
  padding: 8px 16px 16px;
}

.note-plan {
  width: 100%;
  max-width: 1088px;
}
.note-plan:not(:last-child) {
  margin-bottom: 64px;
}
.note-plan__image {
  font-size: 0;
  line-height: 0;
  max-width: 553px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .note-plan__image {
    max-width: inherit;
    width: calc(100% + 24px);
    transform: translateX(-12px);
  }
  .note-plan__image img {
    transform: scale(1.1);
    transform-origin: left center;
  }
}
.note-plan__paid {
  color: #fff;
  max-width: 639px;
  box-sizing: border-box;
  width: 100%;
  padding: 68px 48px;
  font-size: 18px;
  line-height: 1.8em;
  margin-top: -272px;
  float: right;
  position: relative;
  z-index: 2;
  background: url(./img/bg-dot.svg) #333;
  background-size: 4px auto;
}
@media screen and (max-width: 768px) {
  .note-plan__paid {
    float: none;
    margin: -60px 0 0;
    box-sizing: border-box;
    padding: 30px;
    font-size: 16px;
    line-height: 1.8em;
  }
}
.note-plan__other {
  background: #fff;
  max-width: 587px;
  box-sizing: border-box;
  width: 100%;
  padding: 24px 36px 24px 143px;
  font-size: 18px;
  line-height: 1.8em;
  position: relative;
  z-index: 3;
  margin-top: 80px;
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  .note-plan__other {
    margin: 16px 0 0px;
    padding-left: 70px;
    font-size: 16px;
    line-height: 1.8em;
  }
}
.note-plan__other:before {
  content: "";
  width: 107px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #e81b24;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .note-plan__other:before {
    width: 34px;
  }
}
.note-plan__other:after {
  content: "";
  width: 107px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(./img/stripe-black.png);
  background-size: 90px auto;
  background-position: left top;
  z-index: 2;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .note-plan__other:after {
    width: 34px;
  }
}
.note-plan__other__title {
  margin: 0 0 16px;
  color: #e81b24;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .note-plan__other__title {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.note-plan__other ul {
  margin: 0;
  padding: 0 0 0 24px;
  font-weight: 500;
}

.marker {
  background: #fff; /* 背景色 */
  color: #000;
  padding: 4px 0;
  box-shadow: 8px 0 0 #fff, -8px 0 0 #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  position: relative;
  left: 8px;
  margin-right: 16px;
  line-height: 2.4em;
  font-weight: 800;
  display: inline;
}
.marker--black {
  background: #000;
  box-shadow: 8px 0 0 #000, -8px 0 0 #000;
  color: #fff;
  line-height: 1.8em;
}

.onlineshop {
  background: #fff;
  border-top: 8px solid #e81b24;
  border-bottom: 8px solid #e81b24;
  box-sizing: border-box;
  padding: 96px 15px;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1380px) {
  .onlineshop {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .onlineshop {
    padding: 60px 15px;
  }
}
.onlineshop__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1248px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.onlineshop-list {
  width: 100%;
  box-sizing: border-box;
}
.onlineshop-list:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .onlineshop-list:not(:last-child) {
    margin-bottom: 40px;
  }
}
.onlineshop-list__item {
  margin: 0 8px;
}

.onlineshop-post {
  position: relative;
}
@media (hover: hover) {
  .onlineshop-post:hover .onlineshop-post__image img {
    transform: scale(1.1);
  }
  .onlineshop-post:hover .onlineshop-post__desc {
    opacity: 1;
  }
}
.onlineshop-post__image {
  font-size: 0;
  line-height: 0;
  margin-bottom: 12px;
  overflow: hidden;
}
.onlineshop-post__image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform 0.3s;
}
.onlineshop-post__desc {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  background: rgba(232, 27, 36, 0.75);
  color: #fff;
  font-size: 13px;
  line-height: 1.5em;
  padding: 8px 0;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  opacity: 1;
  transition: opacity 0.3s;
  z-index: 10;
}
@media (hover: none) {
  .onlineshop-post__desc {
    opacity: 1;
  }
}
.onlineshop-post__desc > div {
  flex-shrink: 0;
  white-space: nowrap;
  min-width: 100%;
}
.onlineshop-post__desc > div:nth-child(odd) {
  animation: MoveLeft 24s -12s infinite linear;
}
.onlineshop-post__desc > div:nth-child(even) {
  animation: MoveLeft2 24s infinite linear;
}
.onlineshop-post__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}
.onlineshop-post__title a:link, .onlineshop-post__title a:visited {
  text-decoration: none;
  color: #000;
}
.onlineshop-post__title a:hover, .onlineshop-post__title a:active {
  text-decoration: none;
  color: #000;
}

@keyframes MoveLeft {
  0% {
    translate: 100%;
  }
  100% {
    translate: -100%;
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.sponsorship {
  box-sizing: border-box;
  padding: 96px 15px;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sponsorship {
    padding: 60px 15px;
  }
}
.sponsorship:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(./img/bg-dot.svg);
  background-size: 8px auto;
  pointer-events: none;
  opacity: 0.1;
}
.sponsorship__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1248px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
.sponsorship .sponsorship-season-title br {
  display: none;
}

.sponsorship-season-title.hide-season span {
  display: none;
}
.sponsorship-season-title.hide-season {
  margin-bottom: 20px;
}

.sponsor-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 538px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sponsor-list {
    gap: 20px;
  }
}
.sponsor-list:not(:last-child) {
  margin-bottom: 60px;
}
.sponsor-list + .btn-wrap {
  margin-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .sponsor-list + .btn-wrap {
    margin-bottom: 60px;
  }
}
.sponsor-list__item {
  max-width: 152px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
@media (hover: hover) {
  .sponsor-list__item a:hover img {
    transform: scale(1.1);
  }
}
.sponsor-list__item img {
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.3s;
}

.individual-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 24px;
  width: 100%;
  max-width: 558px;
}
.individual-list:not(:last-child) {
  margin-bottom: 60px;
}
.individual-list__item {
  font-weight: 800;
  color: #000;
}
.individual-list__item a {
  text-underline-offset: 3px;
}
.individual-list__item a:link, .individual-list__item a:visited {
  text-decoration: underline;
  color: #000;
}
.individual-list__item a:hover, .individual-list__item a:active {
  text-decoration: underline;
  color: #000;
}

.nav-footer {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 28px;
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 0;
}
@media screen and (max-width: 1080px) {
  .nav-footer {
    gap: 24px;
    font-size: 18px;
    line-height: 1em;
  }
}
@media screen and (max-width: 768px) {
  .nav-footer {
    flex-direction: column;
    justify-content: center;
    gap: 28px;
  }
}
.nav-footer li a {
  display: block;
  text-align: center;
  position: relative;
}
.nav-footer li a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
@media (hover: hover) {
  .nav-footer li a:hover:after {
    transform: scale(1, 1);
  }
}
.nav-footer li a:link, .nav-footer li a:visited {
  text-decoration: none;
  color: #fff;
}
.nav-footer li a:hover, .nav-footer li a:active {
  text-decoration: none;
  color: #fff;
}

.footer {
  background: #000;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 72px 15px;
  gap: 48px;
}
.footer nav {
  width: 100%;
}
.footer a:link, .footer a:visited {
  text-decoration: none;
  color: #fff;
}
.footer a:hover, .footer a:active {
  text-decoration: none;
  color: #fff;
}
.footer__logo {
  font-size: 0;
  line-height: 0;
}
.footer .privacy-policy-link {
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 600;
}
@media (hover: hover) {
  .footer .privacy-policy-link:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 769px) {
  .pc-hide {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-hide {
    display: none;
  }
}

.bnr-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bnr-list__item {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
@media (hover: hover) {
  .bnr-list__item:hover img {
    transform: scale(1.1);
  }
}
.bnr-list__item img {
  transition: transform 0.3s;
}

.contents {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .contents {
    flex-direction: column;
    align-items: center;
  }
}
.contents:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(./img/stripe-black.png);
  background-size: 333px auto;
  background-position: left top;
  z-index: 1;
  opacity: 0.1;
}
.contents .link-list {
  mix-blend-mode: difference;
}
@media screen and (max-width: 768px) {
  .contents .link-list {
    justify-content: center;
  }
}

.main {
  position: relative;
  z-index: 2;
  order: 2;
  background: #fff;
  padding-top: 183px;
  padding-left: 15px;
  padding-right: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .main {
    order: 1;
    width: 100%;
    padding-top: 114px;
    padding-bottom: 28px;
  }
}
.main article {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 860px;
}
.main--single {
  padding-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .main--single {
    padding-bottom: 60px;
  }
}
.main--articles {
  padding-top: 96px;
}
@media screen and (max-width: 1024px) {
  .main--articles {
    padding-top: 60px;
  }
}

.sub {
  position: relative;
  z-index: 2;
  order: 1;
  box-sizing: border-box;
  max-width: 345px;
  padding: 183px 35px 60px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 1024px) {
  .sub {
    order: 2;
    padding: 60px 15px;
    gap: 32px;
    max-width: 680px;
    width: 100%;
  }
}
.sub--articles {
  padding-top: 96px;
}

.sec--nomargin {
  margin-bottom: -28px !important;
}
.sec--sponsorshipmenu {
  position: relative;
  padding: 96px 30px 128px;
}
@media screen and (max-width: 768px) {
  .sec--sponsorshipmenu {
    padding: 60px 15px;
    margin-bottom: 12px !important;
  }
}
.sec--sponsorshipmenu:before {
  content: "";
  width: calc(100vw - 409px);
  height: 100%;
  position: absolute;
  left: calc(50% - (100vw - 409px) / 2);
  top: 0;
  background: url(./img/bg-dot.svg);
  background-size: 10px auto;
  pointer-events: none;
  border-radius: 20px;
  z-index: -1;
  opacity: 0.1;
}
@media screen and (max-width: 1024px) {
  .sec--sponsorshipmenu:before {
    width: calc(100vw - 30px);
    left: calc(50% - (100vw - 30px) / 2);
    border-radius: 12px;
  }
}
.sec--sponsorshipmenu:after {
  content: "";
  width: calc(100vw - 409px);
  height: 100%;
  position: absolute;
  left: calc(50% - (100vw - 409px) / 2);
  top: 0;
  background: #dbdbdb;
  background-size: 8px auto;
  pointer-events: none;
  border-radius: 20px;
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .sec--sponsorshipmenu:after {
    width: calc(100vw - 30px);
    left: calc(50% - (100vw - 30px) / 2);
    border-radius: 12px;
  }
}
.sec--sponsorshipmenu .wp-block-column p {
  margin: 0;
}
.sec--sponsorshipmenu .wp-block-column p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec--spreverse .wp-block-column:first-child {
    order: 2;
  }
}
.sec--sponsorshipimage {
  position: relative;
  padding: 128px 0 40px;
  box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .sec--sponsorshipimage {
    padding: 60px 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec--sponsorshipimage {
    margin-bottom: -48px !important;
  }
}
.sec--sponsorshipimage:after {
  content: "";
  width: calc(100vw - 340px);
  height: calc(100% + 27px);
  position: absolute;
  left: calc(50% - (100vw - 340px) / 2);
  top: 0;
  background: url(./img/sponsorshipimage-bg.webp) #000;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .sec--sponsorshipimage:after {
    width: 100vw;
    left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .sec--sponsorshipimage .sec--titlexl {
    margin-bottom: 60px;
  }
}
.sec--sponsorshipimage.wp-block-column {
  margin-bottom: 0;
}
.sec--sponsorshipimage .wp-block-columns {
  margin: 0;
}
.sec--sponsorshipimage .wp-block-columns:not(:last-child) {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .sec--sponsorshipimage .wp-block-columns {
    gap: 20px;
  }
  .sec--sponsorshipimage .wp-block-columns:not(:last-child) {
    margin-bottom: 40px;
  }
}
.sec--gray {
  position: relative;
  padding: 128px 0 128px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec--gray {
    padding: 60px 0;
  }
}
.sec--gray:before {
  content: "";
  width: calc(100vw - 340px);
  height: 100%;
  position: absolute;
  left: calc(50% - (100vw - 340px) / 2);
  top: 0;
  background: url(./img/bg-dot.svg);
  background-size: 8px auto;
  pointer-events: none;
  opacity: 0.1;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .sec--gray:before {
    width: 100vw;
    left: calc(50% - 50vw);
  }
}
.sec--gray:after {
  content: "";
  width: calc(100vw - 340px);
  height: 100%;
  position: absolute;
  left: calc(50% - (100vw - 340px) / 2);
  top: 0;
  background: #dbdbdb;
  pointer-events: none;
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .sec--gray:after {
    width: 100vw;
    left: calc(50% - 50vw);
  }
}
.sec--simplegray {
  position: relative;
  padding: 40px 0;
  box-sizing: border-box;
}
.sec--simplegray:after {
  content: "";
  width: calc(100vw - 340px);
  height: 100%;
  position: absolute;
  left: calc(50% - (100vw - 340px) / 2);
  top: 0;
  background: #f0f0f0;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .sec--simplegray:after {
    width: 100vw;
    left: calc(50% - 50vw);
  }
}
.sec--simplegrayxl {
  position: relative;
  padding: 128px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec--simplegrayxl {
    padding: 60px 0;
  }
}
.sec--simplegrayxl:after {
  content: "";
  width: calc(100vw - 340px);
  height: 100%;
  position: absolute;
  left: calc(50% - (100vw - 340px) / 2);
  top: 0;
  background: #f0f0f0;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .sec--simplegrayxl:after {
    width: 100vw;
    left: calc(50% - 50vw);
  }
}
.sec--simplegrayxl iframe {
  width: 100%;
  height: 1200px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec--simplegrayxl iframe {
    height: 1350px;
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }
}
.sec--smallblock {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
.sec--smallblock:not(:last-child) {
  margin-bottom: 48px;
}
.sec--smallblock p {
  font-size: 18px;
  line-height: 1.8em;
  margin: 0;
}
.sec--smallblock p:not(:last-child) {
  margin-bottom: 2em;
}
.sec--marginbottom {
  margin-bottom: 128px;
}
@media screen and (max-width: 768px) {
  .sec--marginbottom {
    margin-bottom: 60px;
  }
}
.sec--titlexl {
  font-weight: 800;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .sec--titlexl {
    font-size: 20px;
    line-height: 1.5em;
  }
}
.sec--titlem {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 32px;
}
@media screen and (max-width: 768px) {
  .sec--titlem {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.sec--titleborder {
  text-decoration: underline;
  color: #000;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.5em;
  text-transform: capitalize;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 8px;
  text-decoration-thickness: 4px;
  margin: 0 0 32px;
}
@media screen and (max-width: 768px) {
  .sec--titleborder {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 20px;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
}
.sec--titleborderwhite {
  text-decoration: underline;
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.5em;
  text-transform: capitalize;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 8px;
  text-decoration-thickness: 4px;
  margin: 0 0 32px;
}
@media screen and (max-width: 768px) {
  .sec--titleborderwhite {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 20px;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
}
.sec--titleen {
  color: #000;
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  margin: 0 0 56px;
}
@media screen and (max-width: 768px) {
  .sec--titleen {
    margin-bottom: 48px;
    font-size: 22px;
    line-height: 1.5em;
  }
}

.post-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 900px;
  padding-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .post-list {
    gap: 60px;
  }
}
.post {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .post {
    flex-direction: column;
    gap: 20px;
  }
}
@media (hover: hover) {
  .post:hover .post__image img {
    transform: scale(1.1);
  }
}
.post__image {
  font-size: 0;
  line-height: 0;
  width: 100%;
  max-width: 347px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .post__image {
    max-width: 100%;
  }
}
.post__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.3s;
}
.post__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .post__text {
    gap: 12px;
  }
}
.post__text > a {
  text-decoration: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .post__text > a {
    gap: 12px;
  }
}
.post__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 800;
  color: #000;
}
@media screen and (max-width: 768px) {
  .post__title {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.post__title--single {
  font-size: 40px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .post__title--single {
    font-size: 25px;
    line-height: 1.5em;
  }
}
.post__title a:link, .post__title a:visited {
  text-decoration: none;
  color: #000;
}
.post__title a:hover, .post__title a:active {
  text-decoration: none;
  color: #000;
}
.post__desc {
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .post__desc {
    font-size: 12px;
    line-height: 1.5em;
    display: none;
  }
}
.post__desc a:link, .post__desc a:visited {
  text-decoration: none;
  color: #000;
}
.post__desc a:hover, .post__desc a:active {
  text-decoration: none;
  color: #000;
}
.post__info {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
}
.post__tag {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: 1px;
}
.post__tag a {
  padding: 6px 16px;
  display: block;
  background: #000;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .post__tag a:hover {
    transform: scale(1.1);
  }
}
.post__tag a:link, .post__tag a:visited {
  text-decoration: none;
  color: #fff;
}
.post__tag a:hover, .post__tag a:active {
  text-decoration: none;
  color: #fff;
}
.post__header {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 46px;
}
.post__contents {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8em;
  margin-bottom: 46px;
}
.post__contents p {
  margin: 0;
}
.post__contents p:not(:last-child) {
  margin-bottom: 2.6em;
}
.post__contents .wp-block-image,
.post__contents .wp-block-embed,
.post__contents .wp-block-video,
.post__contents .wp-block-gallery,
.post__contents .wp-block-table,
.post__contents .wp-block-quote,
.post__contents .wp-block-file,
.post__contents .wp-block-code,
.post__contents .is-layout-flex {
  margin: 0;
}
.post__contents .wp-block-image:not(:last-child),
.post__contents .wp-block-embed:not(:last-child),
.post__contents .wp-block-video:not(:last-child),
.post__contents .wp-block-gallery:not(:last-child),
.post__contents .wp-block-table:not(:last-child),
.post__contents .wp-block-quote:not(:last-child),
.post__contents .wp-block-file:not(:last-child),
.post__contents .wp-block-code:not(:last-child),
.post__contents .is-layout-flex:not(:last-child) {
  margin-bottom: 2.6em;
}
.post__share {
  border-radius: 24px;
  border: 3px solid #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px 64px;
  gap: 40px;
  overflow: hidden;
  position: relative;
}
.post__share:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(./img/bg-dot.svg);
  background-size: 4px auto;
  pointer-events: none;
  opacity: 0.2;
}
.post__share__title {
  margin: 0;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-transform: capitalize;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 8px;
  text-decoration-thickness: 4px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .post__share__title {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.post__share ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .post__share ul {
    gap: 26px;
  }
}
@media screen and (max-width: 768px) {
  .post__share ul li:last-child {
    width: 100%;
    text-align: center;
  }
}
@media (hover: hover) {
  .post__share ul li:hover img,
  .post__share ul li:hover button {
    transform: scale(1.1);
  }
}
.post__share ul li img {
  transition: transform 0.3s;
}
.post__share button {
  background: #000;
  color: #fff;
  border: none;
  padding: 8px 16px;
  box-sizing: border-box;
  min-width: 180px;
  font-size: 13px;
  line-height: 1.5em;
  cursor: pointer;
  transition: transform 0.3s;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .wp-block-spacer {
    height: 60px !important;
  }
}

.wp-block-image:last-child {
  margin-bottom: 0;
}

.wp-block-columns {
  margin: 0;
}
.wp-block-columns:not(:last-child) {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .wp-block-columns {
    gap: 24px;
    margin: 0;
  }
  .wp-block-columns:not(:last-child) {
    margin-bottom: 48px;
  }
}

.wp-block-column p:first-child {
  margin-top: 0;
}
.wp-block-column p:last-child {
  margin-bottom: 0;
}

.wp-block-embed > div {
  font-size: 0;
  line-height: 0;
}
.wp-block-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.wp-block-table:not(:last-child) {
  margin-bottom: 40px;
}
.wp-block-table table {
  border: none;
  border-spacing: 0;
  margin: 0;
}
.wp-block-table table tr td {
  border-left: none;
  border-right: none;
  border-color: rgba(0, 0, 0, 0.1);
}

.wp-element-caption {
  text-align: center;
  font-size: smaller;
}
.wp-element-caption:last-child {
  margin-bottom: 8px;
}

.side-title {
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: center;
  text-transform: capitalize;
  color: #000;
  margin: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .side-title {
    font-size: 18px;
    line-height: 1.5em;
  }
}

.search-form {
  display: flex;
  gap: 10px;
}
.search-form label {
  flex: 1;
}
.search-form label input {
  width: 100%;
  border: 3px solid #000;
  box-sizing: border-box;
  height: 56px;
  display: flex;
  justify-content: flex-start;
  padding: 0 8px;
  font-size: 16px;
  line-height: 1.5em;
}
.search-form button {
  background: #000;
  border: none;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 800;
  font-size: 16px;
}

.side-tags {
  width: 100%;
}

.side-sponsorship {
  width: 100%;
}
.side-sponsorship .individual-list,
.side-sponsorship .sponsor-list {
  margin-bottom: 30px;
}
.side-sponsorship .btn-wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .side-sponsorship .btn-wrap {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .side-sponsorship .btn-wrap .btn {
    padding: 15px 15px;
  }
}
.side-sponsorship .sec-desc {
  border-top: none;
  padding-top: 0;
  margin-bottom: 20px;
}
.side-sponsorship .sponsor-list {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .side-sponsorship .sponsor-list {
    gap: 20px;
  }
}
.side-sponsorship .sponsor-list__item {
  max-width: 125px;
}

.side-archives > div {
  position: relative;
}
.side-archives > div:after {
  content: "";
  width: 14px;
  height: 12px;
  background: url(./img/pulldown.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 12px;
  top: calc(50% - 6px);
}
.side-archives select {
  width: 100%;
  border: 2px solid #000;
  font-size: 16px;
  line-height: 1.5em;
  padding: 8px 20px;
  font-weight: 600;
  box-sizing: border-box;
  -webkit-appearance: none;
  color: #000;
}
.side-archives select option {
  -webkit-appearance: none;
}

.tags-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: 1px;
  font-weight: 600;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tags-list a {
  padding: 12px 20px;
  display: block;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #000;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .tags-list a:hover {
    transform: scale(1.1);
  }
}
.tags-list a:link, .tags-list a:visited {
  text-decoration: none;
  color: #000;
}
.tags-list a:hover, .tags-list a:active {
  text-decoration: none;
  color: #000;
}
.tags-list__item.is-active a {
  background: #000;
  color: #fff;
}
.tags-list__item.is-active a:link, .tags-list__item.is-active a:visited {
  text-decoration: none;
  color: #fff;
}
.tags-list__item.is-active a:hover, .tags-list__item.is-active a:active {
  text-decoration: none;
  color: #fff;
}

.about-title {
  font-size: 40px;
  line-height: 1.5em;
  color: #000;
  font-weight: 800;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .about-title {
    font-size: 28px;
    line-height: 1.5em;
  }
}
