@charset "UTF-8";
body {
  background: var(--base-color);
  color: var(--text-color);
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.1em;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

h1 {
  font-size: 2em;
  margin: 0;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.5em;
  }
}

h2, h3, h4, h5, h6 {
  margin: 2.5rem 0 1rem;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

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

a, input, select, button {
  color: inherit;
}
@media (hover: hover) {
  a, input, select, button {
    transition: all 0.3s ease-in-out;
  }
}

a:hover {
  opacity: 1;
}

p > a {
  color: #3c5c70;
  text-decoration: underline;
}

button {
  cursor: pointer;
}

dd {
  margin: 0;
}

.block {
  display: block;
}

.shop-spec th {
  width: 160px;
}

.fix-link {
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: bold;
}

.box-anchor__item h2 {
  font-weight: bold;
  font-size: 1.5em;
}

@media (hover: hover) {
  .poster:hover,
  .info-list-type2 li a:hover {
    filter: brightness(150%);
  }
}

@media (min-width: 768px) {
  .download-list {
    justify-content: center;
    gap: 1em;
  }
}

.page-numbers {
  font-size: 0.75em;
}

.sect-space .contents-wrap {
  margin: 0;
}

@media (min-width: 768px) {
  .contents-intro img {
    max-width: 50%;
  }
}
.btn-reset {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: inherit;
  background: none;
}
@media (hover: hover) {
  .btn-reset {
    transition: 0.3s ease-in all;
  }
}

.head {
  --_head-theme-color: var(--text-color);
  color: var(--_head-theme-color);
  background: var(--base-color);
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.head:before, .head:after {
  content: "";
  background: #111;
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  transform: scaleY(0);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.head:before {
  top: 0;
  transform-origin: top;
}
.head:after {
  bottom: 0;
  transform-origin: bottom;
}
.head__trigger {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.head__trigger--bar {
  display: block;
  width: 30px;
  height: 1px;
  background: var(--base-color);
  mix-blend-mode: difference;
  margin-bottom: 11px;
  transform-origin: top left;
  transition: 0.5s;
}
.head__trigger--bar:last-child {
  margin-bottom: 0;
}
.head__trigger.active span:first-child {
  transform: rotate(38deg) scaleX(1.3);
}
.head__trigger.active span:nth-child(2) {
  transform: scaleX(0);
}
.head__trigger.active span:last-child {
  transform: rotate(-38deg) scaleX(1.3);
}
.head__logo {
  position: relative;
  display: block;
  overflow: hidden;
}
.head__logo--box {
  display: block;
}
.head__logo--type {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  fill: var(--_head-theme-color);
}
@media (hover: hover) {
  .head__logo:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -150px;
    opacity: 0.6;
    position: absolute;
    top: -63px;
    transform: rotate(41deg);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100px;
    z-index: 1;
  }
  .head__logo:hover:after {
    left: 120%;
    transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.head__menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--base-color);
  overflow: auto;
  z-index: -1;
}
.head__menu.show {
  display: block;
  color: var(--text-color);
}
@media (min-width: 1100px) {
  .head {
    padding: 1em 2em;
    margin: 0 0 0.5em;
  }
  .head__trigger {
    display: none;
  }
  .head__menu {
    overflow: initial;
    background: transparent;
    display: block;
    position: static;
    width: auto;
    height: auto;
    z-index: 0;
  }
  .head.white .menu-icon {
    stroke: #fff;
  }
}
@media (hover: hover) {
  .head:hover {
    --_head-theme-color: #fff;
  }
  .head:hover:before, .head:hover:after {
    transform: scaleY(1);
  }
  .head:hover .menu-icon {
    stroke: #fff;
  }
}
.head.white {
  background: transparent;
  --_head-theme-color: #fff;
}

.head-search {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 60px;
  left: 0;
  display: flex;
  justify-content: center;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 15px;
  top: 46px;
  transition: 0.3s;
  transform: translateX(-3000px);
}
.head-search.open {
  transform: translateX(0);
}
.head-search__box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.head-search__box--input {
  padding: 5px;
  border: none;
  flex: 1;
  border-radius: 0px;
}
@media (min-width: 1100px) {
  .head-search {
    top: 83px;
  }
}

.head-search form {
  max-width: 750px;
  width: calc(100% - 40px);
}

.head-search__box--submit {
  width: 100px;
  border: none;
  padding: 5px;
  background: #C50018;
  color: #fff;
  text-align: center;
}

.search-close {
  background: transparent;
  border: none;
  color: #fff;
  width: 30px;
}

.head-menu {
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 4em 0 10em;
  text-align: center;
}
.head-menu.mobile {
  flex-direction: row;
  padding: 0;
  gap: 1em;
  margin: 0 1em 0 auto;
}
@media (hover: hover) {
  .head-menu:hover {
    color: #333;
  }
  .head-menu:hover .head-menu__switch--current,
  .head-menu:hover .head-menu__switch--change {
    border-color: #333;
    color: #111;
    background: #333;
  }
  .head-menu:hover .head-menu__switch--change {
    background: #555;
  }
  .head-menu:hover .head-menu__switch--change:hover {
    background-color: #fff;
  }
  .head-menu:hover .menu-icon {
    stroke: #333;
  }
}
.head-menu__item {
  display: block;
  width: 100%;
  font-family: "Vollkorn SC", serif;
}
@media (hover: hover) {
  .head-menu__item:hover .head-menu__item--link {
    color: transparent;
    z-index: 2;
  }
  .head-menu__item:hover .head-menu__item--link:after {
    opacity: 1;
  }
}
.head-menu__item--link {
  background: transparent;
  border: none;
  padding: 0.75em;
  display: flex;
  position: relative;
}
.head-menu__item--link:after {
  content: "+";
  display: inline-block;
  margin-left: 10px;
  transition: 0.3s;
}
.head-menu__item--link.open {
  text-align: left;
  background: #555;
  color: #fff;
  padding-bottom: 0;
}
.head-menu__item--link.open:after {
  content: "-";
  transform: scaleX(2);
}
.head-menu__icon {
  display: block;
  width: 100%;
  font-family: "Vollkorn SC", serif;
}
@media (hover: hover) {
  .head-menu__icon:hover .head-menu__icon--button {
    color: transparent;
    z-index: 2;
  }
  .head-menu__icon:hover .head-menu__icon--button:after {
    opacity: 1;
  }
}
.head-menu__icon--button {
  background: transparent;
  border: none;
  place-content: center;
  padding: 0.75em;
  display: flex;
  gap: 0.05em;
  position: relative;
}
.head-menu__switch {
  display: flex;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  margin-top: 1em;
}
.head-menu__switch--current {
  background: var(--text-color);
  color: var(--base-color);
  border: 1px solid var(--_head-theme-color);
  padding: 0 1.5em;
}
.head-menu__switch--change {
  background: var(--base-color);
  color: var(--text-color);
  border: 1px solid var(--_head-theme-color);
  padding: 0 1.5em;
}
@media (min-width: 1100px) {
  .head-menu {
    flex-direction: row;
    padding: 0;
    text-align: left;
    font-size: 13px;
  }
  .head-menu__item {
    padding: 0;
  }
  .head-menu__item--link {
    position: relative;
  }
  .head-menu__item--link:after {
    cursor: pointer;
    font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    content: attr(title);
    position: absolute;
    display: grid;
    place-content: center;
    font-weight: 600;
    background: var(--theme-color);
    line-height: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    margin: 0;
    color: #fff;
    padding: 6px;
    white-space: nowrap;
    transform: translate(-50%, -50%);
  }
  .head-menu__item--link.open {
    color: transparent;
    background: transparent;
    z-index: 2;
  }
  .head-menu__item--link.open:after {
    content: attr(title);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .head-menu__icon--button {
    position: relative;
  }
  .head-menu__icon--button:after {
    cursor: pointer;
    font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    content: attr(title);
    position: absolute;
    display: grid;
    place-content: center;
    font-weight: 600;
    background: var(--theme-color);
    line-height: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    margin: 0;
    color: #fff;
    padding: 6px;
    white-space: nowrap;
    transform: translate(-50%, -50%);
  }
  .head-menu__icon--button.open {
    color: transparent;
    background: transparent;
    z-index: 2;
  }
  .head-menu__icon--button.open:after {
    content: attr(title);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .head-menu__switch {
    margin: 0 0 0 1em;
  }
  .head-menu.mobile {
    display: none;
  }
}
@media (min-width: 1260px) {
  .head-menu {
    font-size: 1em;
  }
}

@media (min-width: 1100px) {
  .search-sp, .cart-sp {
    display: none;
  }
}
@media (max-width: 1100px) {
  .search-pc, .cart-sp {
    display: none;
  }
  .search-sp {
    display: block;
    position: fixed;
    right: 53px;
    top: 10px;
    background: transparent;
    border: none;
  }
  .white .search-sp svg, .white .cart-sp svg {
    stroke: #fff;
  }
  .cart-sp {
    display: block;
    position: fixed;
    background: transparent;
    border: none;
    right: 90px;
    top: 0px;
  }
}
.menu-icon {
  stroke: var(--text-color);
  fill: none;
  stroke-width: 1.25em;
}
.bread-micro {
  padding: 60px 1rem 0;
  margin: 0 0 1rem;
  display: flex;
  font-size: 10px;
  white-space: nowrap;
  gap: 0.5em;
  overflow: auto;
}
.bread-micro::-webkit-scrollbar {
  display: none;
}
.bread-micro.white {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.bread-micro li {
  display: block;
}
.bread-micro li:after {
  content: "|";
  color: #bababa;
  margin-left: 0.5em;
}
.bread-micro li:last-child::after {
  display: none;
}
.bread-micro a {
  color: #bababa;
}
@media (min-width: 1100px) {
  .bread-micro {
    padding: 90px 2rem 0;
    margin-bottom: 3rem;
    font-size: 0.75em;
  }
}

@media (min-width: 1100px) {
  .product-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
    padding: 0 2em;
    max-width: 1264px;
    margin: 0 auto;
    align-items: flex-start;
  }
  .product-container__left {
    width: calc(65% - 40px);
  }
  .product-container__right {
    width: 35%;
    position: sticky;
    top: 85px;
  }
}

.product-slide .swiper-slide {
  text-align: center;
}
.product-slide img {
  width: 100%;
  vertical-align: top;
}

.product-slide-note {
  background: rgba(0, 0, 0, 0.75);
  padding: 0.2em 0.5em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  opacity: 0.5;
}
.product-slide-note__text {
  color: #fff;
  margin: 0;
  text-align: left;
}

.swiper-thumbs {
  cursor: pointer;
}

.product-spec {
  padding: 0 1em;
  margin: 40px 0;
}
.product-spec__genre {
  display: inline-block;
  background: var(--theme-color);
  color: #fff;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 0.25em 0.25em 0.25em 0.5em;
}
.product-spec__name {
  font-size: 1.5em;
  line-height: 1.5;
  margin: 0.5em 0;
}
.product-spec__type {
  padding: 0 0 1em;
  margin: 1em 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid #ddd;
}
.product-spec__type--item {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  border: 1px solid #ddd;
  line-height: 1.25;
  padding: 0.25em 0.75em;
  border-radius: 1em;
  font-weight: bold;
  color: #666;
  word-break: break-all;
}
.product-spec__price {
  font-size: 1.75em;
  padding-top: 1rem;
}
.product-spec__button {
  margin-top: 1.5em;
  border-top: 1px solid #ddd;
}
@media (max-width: 1099px) {
  .product-spec__button {
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 2;
    padding: 0 1em;
  }
}
@media (min-width: 640px) {
  .product-spec__genre {
    font-size: 1.5em;
  }
  .product-spec__name {
    font-size: 1.75em;
  }
  .product-spec__price {
    font-size: 2em;
  }
  .product-spec__button button {
    font-size: 1.25em;
  }
}
@media (min-width: 1100px) {
  .product-spec {
    padding: 0;
    margin: 0;
  }
}

.product-terms {
  display: flex;
  font-size: 0.75em;
  padding: 0;
  justify-content: center;
}
.product-terms__item {
  display: block;
  padding: 0 0.5em;
  border-left: 1px solid #ddd;
}
.product-terms__item:first-child {
  border: none;
}
.product-terms__item--link {
  display: block;
}
@media (hover: hover) {
  .product-terms__item--link {
    opacity: 0.5;
  }
}

@media (min-width: 1100px) {
  .shopify-buy-frame--product {
    max-width: 500px;
  }
}

.has-image.shopify-buy__layout-vertical.shopify-buy__product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #eee;
}

.shopify-buy__product-img-wrapper {
  order: 2;
  width: 80px;
}

.shopify-buy__product__variant-img {
  display: block;
}

.shopify-buy__product__price {
  order: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  place-content: center;
  width: 100%;
  background: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 0.1em;
}
@media (min-width: 640px) {
  .shopify-buy__product__price {
    font-size: 3.5em;
  }
}

.shopify-buy__product__actual-price {
  display: block;
}
.shopify-buy__product__actual-price::first-letter {
  font-size: 0.6em;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
.shopify-buy__product__actual-price:after {
  content: "(税込)";
  font-size: 0.35em;
  font-weight: 400;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}

.shopify-buy__btn-wrapper {
  order: 4;
  padding: 20px 12px;
  width: 100%;
  background: #fff;
}
@media (min-width: 640px) {
  .shopify-buy__btn-wrapper {
    padding: 20px;
  }
}

.shopify-buy__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--button-color);
  border: none;
  color: #fff;
  gap: 5px;
  padding: 1em;
  border-radius: 2em;
  width: 100%;
  font-size: 1.25em;
}
.shopify-buy__btn:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../img/icon-cart-wh.svg") no-repeat center/cover;
}
@media (hover: hover) {
  .shopify-buy__btn:hover {
    background: var(--theme-color);
  }
}
.shopify-buy__btn.shopify-buy__btn-disabled {
  background: #ddd;
}

.shopify-buy__layout-vertical .shopify-buy__product__variant-selectors {
  order: 3;
  border: none;
  display: inline-block;
  width: 100%;
  flex: 1;
  padding-left: 1em;
}

.shopify-buy__product__variant-selectors {
  text-align: left;
}

.shopify-buy__option-select-wrapper {
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: bottom;
}

.shopify-buy__option-select__select {
  font-size: inherit;
  padding: 1em 1em 1em 0;
  padding-right: 32px;
  border: 0;
  width: 100%;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.shopify-buy__select-icon {
  cursor: pointer;
  display: block;
  fill: #798c9c;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  pointer-events: none;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.visuallyhidden {
  display: none;
}

.price {
  font-weight: 600;
  margin: 0;
  display: inline-flex;
  align-items: baseline;
}
.price__num {
  font-size: 1.75em;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
}
.price__tax {
  font-size: 0.5em;
  font-weight: normal;
}

.product-contents strong {
  border: none;
}
.product-contents .about {
  padding: 0;
  text-align: left;
}
.product-contents .parts {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.product-contents td a {
  color: #3c5c70;
  text-decoration: underline;
}
@media (hover: hover) {
  .product-contents td a:hover {
    opacity: 0.6;
  }
}

.race-detail__left,
.product-contents,
.article-contents {
  padding: 0 1em;
}
.race-detail__left__title,
.product-contents__title,
.article-contents__title {
  font-size: 1.5em;
}
.race-detail__left aside, .race-detail__left blockquote,
.product-contents aside,
.product-contents blockquote,
.article-contents aside,
.article-contents blockquote {
  background: #eee;
  color: #555;
  padding: 0.5em 1.5em;
  margin: 1em 0;
}
.race-detail__left aside h3, .race-detail__left blockquote h3,
.product-contents aside h3,
.product-contents blockquote h3,
.article-contents aside h3,
.article-contents blockquote h3 {
  margin: 1rem 0;
}
.race-detail__left section,
.product-contents section,
.article-contents section {
  margin: 3em 0;
}
.race-detail__left table,
.product-contents table,
.article-contents table {
  width: 100%;
  border-collapse: collapse;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.race-detail__left table th, .race-detail__left table td,
.product-contents table th,
.product-contents table td,
.article-contents table th,
.article-contents table td {
  border: 1px solid #ddd;
  padding: 1em;
}
@media (min-width: 1100px) {
  .race-detail__left,
  .product-contents,
  .article-contents {
    padding: 0;
  }
  .race-detail__left.cta,
  .product-contents.cta,
  .article-contents.cta {
    padding: 0 2em;
    max-width: 1264px;
    margin: 0 auto;
  }
}

.icons {
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 0;
}
.icons__item {
  position: relative;
  list-style: none;
  z-index: 1;
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.icons__item--tooltip {
  position: absolute;
  display: none;
  font-size: 10px;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  text-align: center;
  line-height: 1.3em;
  background: #cccccc;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0;
}
.icons__item--tooltip:before {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-bottom: 5px solid #cccccc;
  content: "";
}
@media (min-width: 640px) {
  .icons {
    gap: 15px;
    justify-content: left;
  }
  .icons__item:nth-child(1) .icons__item--tooltip {
    left: 0;
  }
  .icons__item:nth-child(1) .icons__item--tooltip:before {
    left: 25px;
  }
  .icons__item:nth-child(2) .icons__item--tooltip {
    left: 50%;
    transform: translateX(-50%);
  }
  .icons__item:nth-child(2) .icons__item--tooltip:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .icons__item:nth-child(3) .icons__item--tooltip {
    right: 0;
  }
  .icons__item:nth-child(3) .icons__item--tooltip:before {
    right: 25px;
  }
  .icons__item--tooltip {
    left: auto;
    transform: translateX(0);
  }
  .icons__item--tooltip:before {
    left: auto;
    transform: translateX(0);
  }
}

.notice {
  background: #F2B35D;
  color: var(--base-color);
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 2.25em;
  position: relative;
}
.notice:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../img/icon-notice.svg") no-repeat center/cover;
  position: absolute;
  top: 0.75em;
  left: 0.75em;
}

.scroll-table {
  overflow-x: auto;
  white-space: nowrap;
}
@media (min-width: 1264px) {
  .scroll-table.pc-disable {
    white-space: wrap;
  }
}

.attention-scroll {
  text-decoration: underline;
  font-size: 0.8em;
  margin-left: 0.4em;
}

@media (hover: hover) {
  a.recommend-card:hover {
    box-shadow: var(--shadow-value);
    border-color: transparent;
    transform: translate(-1px, -1px);
  }
}

.recommend-card {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 1em 0;
}
.recommend-card__image {
  display: block;
  object-fit: cover;
  width: 100%;
}
.recommend-card__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1em;
}
.recommend-card__box--name {
  color: #767676;
  margin: 0;
  font-weight: bold;
}
.recommend-card__box--price {
  font-size: 0.75em;
}
.recommend-card__link {
  display: block;
  text-align: center;
  text-decoration: underline;
  opacity: 0.5;
}
.recommend-card .shopify-buy__product__actual-price {
  font-size: 1em;
}
.recommend-card .shopify-buy__product__price {
  font-size: 2em;
}
.recommend-card .shopify-buy__btn {
  padding: 0.5em 1em;
}
.recommend-card .shopify-buy__btn-wrapper {
  padding: 10px 0;
}
@media (min-width: 640px) {
  .recommend-card {
    display: flex;
  }
  .recommend-card__image {
    width: calc(100% - 280px);
  }
  .recommend-card__box {
    flex: 1;
  }
}

@media (max-width: 639px) {
  .variation-table {
    display: flex;
    flex-direction: column;
  }
}

.variation-box-left {
  display: flex;
  align-items: center;
  padding: 0.5em;
  gap: 0.5em;
}

.variation-box-right:empty {
  display: none;
}
@media (max-width: 639px) {
  .variation-box-right {
    margin-top: -1px;
    margin-bottom: 0.5em;
  }
}

.product-contents table td.variation-box-right {
  padding-top: 0.75em;
  min-width: 200px;
}

.variation-box__image {
  height: 100px;
  width: auto;
}
.variation-box__name {
  Margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}
.variation-box__num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.8em;
  color: #bbbbbb;
  font-weight: bold;
  word-break: break-all;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
}
.variation-box__stock {
  font-size: 0.8em;
}
.variation-box__weight {
  display: flex;
  border: solid 1px #ddd;
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 0.75em;
}
.variation-box__weight--left {
  border-right: solid 1px #ddd;
  padding: 0.5em 0.75em;
  min-width: 160px;
}
.variation-box__weight--right {
  padding: 0.5em 0.75em;
}

.product-contents table th.variation-table__title {
  padding: 0;
}

.pdf-link {
  display: flex;
  align-items: center;
  color: var(--theme-color);
  border: 1px solid #ddd;
  margin: 1em 0;
  border-radius: 6px;
  padding: 1em;
  font-weight: 600;
  gap: 1em;
}
@media (hover: hover) {
  .pdf-link:hover {
    box-shadow: var(--shadow-value);
    border-color: transparent;
    transform: translate(-1px, -1px);
  }
}
.pdf-link:before {
  content: "";
  display: block;
  width: 1.65em;
  height: 2em;
  background: url("../img/icon-pdf.svg") no-repeat center/cover;
}
@media (min-width: 640px) {
  .pdf-link {
    font-size: 1.5em;
  }
}

.default-container, .free-space .wp-block-columns {
  padding: 0 1em;
}
@media (min-width: 1100px) {
  .default-container, .free-space .wp-block-columns {
    padding: 0 2em;
    max-width: 1264px;
    margin: 0 auto;
  }
}

.sect-space {
  padding: 0 1em;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .sect-space {
    padding: 0 2em;
    max-width: 1264px;
    margin: 100px auto 0;
  }
}

.mobile-pd {
  padding: 0 20px;
}
@media (min-width: 640px) {
  .mobile-pd {
    padding: 0 40px;
  }
}
@media (min-width: 1100px) {
  .mobile-pd {
    padding: 0;
  }
}

.same-height {
  width: auto !important;
  height: 100%;
}

.search-area {
  background-color: var(--base-color);
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}
.search-area__title {
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  background: var(--theme-color);
  margin: 0;
  padding: 0.25em 1em;
}
.search-area__box {
  width: 100%;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.search-area__box:last-of-type {
  border: none;
}
.search-area__box--select {
  color: #aaa;
  cursor: pointer;
  width: 100%;
  padding: 1em;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
}
@media (hover: hover) {
  .search-area__box--select:hover {
    box-shadow: var(--shadow-value);
    border-color: transparent;
    transform: translate(-1px, -1px);
  }
}
.search-area__box--select.hide {
  opacity: 0;
  pointer-events: none;
}
.search-area__submit {
  padding: 0.5em 0;
  text-align: center;
  width: 100%;
  border-radius: 0;
  border: none;
  background: var(--theme-color);
  color: #fff;
}
.search-area__submit:disabled {
  background: #9DA1AA;
}
@media (min-width: 640px) {
  .search-area {
    display: flex;
  }
  .search-area__title {
    text-align: center;
    width: 25%;
    padding: 1em 0;
  }
  .search-area__box {
    width: 25%;
    border-bottom: none;
  }
  .search-area__box:after {
    content: "";
    display: block;
    width: 1px;
    height: 60%;
    position: absolute;
    top: 20%;
    right: 0;
    background: #ddd;
  }
  .search-area__box:last-of-type:after {
    content: none;
  }
  .search-area__box--select {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .search-area__submit {
    width: 25%;
    padding: 1.25em 0;
  }
}
@media (min-width: 1100px) {
  .search-area__title {
    font-size: 1.25em;
    padding: 1.25em 0;
  }
  .search-area__submit {
    font-size: 1.25em;
  }
}

.search-loader,
.search-loader:before,
.search-loader:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  animation-fill-mode: both;
  animation: load7 1s infinite ease-in-out;
}

.search-loader {
  color: #aaa;
  font-size: 10px;
  margin: 0 auto;
  position: absolute;
  top: calc(50% - 30px);
  left: 50px;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
  display: none;
}
.search-loader.show {
  display: block;
}

.search-loader:before,
.search-loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.search-loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.search-loader:after {
  left: 3.5em;
}

@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.filter-container {
  position: relative;
  margin: 30px 0;
}

.result-num {
  position: absolute;
  right: 10px;
  margin: 0;
  font-size: 2em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.result-num__text {
  font-size: 0.5em;
  font-weight: 400;
  margin-left: 0.1em;
}

.product-order__select {
  position: relative;
}
.product-order__select--icon {
  display: block;
  fill: var(--theme-color);
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 2px;
  left: 14px;
}
.product-order__select--btn {
  border: none;
  appearance: none;
  margin-top: 15px;
  padding-left: 39px;
  padding-right: 10px;
  color: var(--theme-color);
  background: transparent;
}
@media (min-width: 640px) {
  .product-order {
    position: absolute;
    top: 0;
    right: 140px;
  }
  .product-order__select--btn {
    margin-top: 0;
    padding-top: 10px;
  }
}
@media (hover: hover) {
  .product-order__select--btn {
    cursor: pointer;
    z-index: 1;
    position: relative;
    background: transparent;
  }
}

.filter {
  display: inline-block;
}
.filter__button {
  background-color: var(--base-color);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 10px 1em;
  appearance: none;
  border-radius: 3em;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 1;
}
@media (hover: hover) {
  .filter__button:hover {
    box-shadow: var(--shadow-value);
    border-color: transparent;
    transform: translate(-1px, -1px);
  }
}
.filter__wrap {
  width: 100%;
  position: relative;
  z-index: 0;
}
.filter__wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.filter__wrap.wait:before {
  z-index: 2;
}
.filter.show {
  display: block;
}
.filter.show .filter__button {
  border-radius: 4px 4px 0 0;
  border-bottom-color: var(--base-color);
  position: relative;
}
.filter.show .filter__button::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: var(--base-color);
}
.filter.show .filter__wrap {
  display: block;
  border: 1px solid #ddd;
  border-radius: 0 4px 4px 4px;
}
@media (min-width: 1100px) {
  .filter__button {
    padding: 10px 2em;
  }
  .filter.show .filter__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 0;
    padding: 1em;
  }
}

.filter-area {
  width: 100%;
  border-top: 1px solid #ddd;
  display: block;
}
.filter-area:first-child {
  border: none;
}
.filter-area.disabled label {
  pointer-events: none;
  opacity: 0.2;
}
.filter-area__category {
  padding: 0.5em 1em;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  gap: 0.5em;
}
.filter-area__category--image {
  width: 60px;
  height: 45px;
}
.filter-area__category--en {
  font-family: "Vollkorn SC", serif;
  font-weight: 600;
  position: absolute;
  top: 1em;
  right: 1em;
  opacity: 0.2;
}
.filter-area__category--ja {
  font-size: 0.75em;
}
.filter-area__category--check {
  display: none;
}
.filter-area.hide {
  display: none;
}
.filter-area.show {
  border: none;
}
@media (min-width: 1100px) {
  .filter-area {
    width: 16.6666666667%;
    border-top: none;
    border-left: 1px solid #ddd;
  }
  .filter-area:nth-child(6n-5) {
    border: none;
  }
  .filter-area__category {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
  .filter-area__category--image {
    width: 160px;
    height: 120px;
  }
  .filter-area__category--en {
    position: static;
    opacity: 1;
  }
}

.filter-column {
  border-top: 1px solid #ddd;
  display: none;
  padding: 1em;
}
.filter-column__label {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 2px 1em;
  border-radius: 3em;
  font-size: 14px;
  margin: 0 5px 10px 0;
  font-family: "Barlow Condensed", sans-serif;
}
@media (hover: hover) {
  .filter-column__label {
    transition: all 0.3s ease-in-out;
  }
  .filter-column__label:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
  }
}
.filter-column__label.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.filter-column__check {
  display: none;
}
.filter-column__check:checked + .filter-column__label {
  background: var(--theme-color);
  color: var(--base-color);
  border-color: var(--base-color);
}
.filter-column.show {
  display: block;
}
@media (min-width: 1100px) {
  .filter-column {
    flex-direction: column;
    border-top: none;
    border-left: 1px solid #ddd;
  }
  .filter-column__label {
    display: table;
  }
}

.term-container {
  display: none;
}
.term-container.show {
  display: block;
}

.product-list {
  padding: 0;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.product-list__item {
  display: block;
  width: calc(50% - 0.25em);
  position: relative;
}
@media (min-width: 640px) {
  .product-list {
    gap: 1em;
  }
  .product-list__item {
    width: calc(33.33% - 0.67em);
  }
}
@media (min-width: 1100px) {
  .product-list__item {
    width: calc(25% - 0.75em);
  }
  .product-list__item.point-item {
    width: calc(33.33% - 0.67em);
  }
}

.feature-list {
  padding: 0;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.feature-list__item {
  position: relative;
  display: block;
  width: calc(50% - 0.25em);
}
.feature-list__item a {
  border: none;
}
@media (min-width: 1100px) {
  .feature-list {
    margin: 60px 0;
    gap: 3em;
  }
  .feature-list__item {
    width: calc(25% - 2.25em);
  }
}

.informations {
  padding: 0;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.informations__item {
  display: block;
  width: calc(50% - 0.25em);
}
.informations__item a {
  border: none;
}
@media (min-width: 640px) {
  .informations__item {
    width: calc(33.33% - 0.67em);
  }
}
@media (min-width: 1100px) {
  .informations {
    margin: 60px 0;
    gap: 3em;
  }
  .informations__item {
    width: calc(25% - 0.75em);
  }
}
.informations.archive .feature-list__item:first-child {
  width: 100%;
}
@media (min-width: 1100px) {
  .informations.archive {
    gap: 1em;
    position: relative;
    padding-left: 30%;
  }
  .informations.archive .feature-list__item {
    width: calc(25% - 0.75em);
  }
  .informations.archive .feature-list__item:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(30% - 1em);
  }
  .informations.archive .feature-list__item:first-child .card__wrap {
    font-size: 1.25em;
    padding: 1em 1em;
    gap: 1em;
  }
  .informations.archive .feature-list__item:first-child .card__name {
    font-size: 1em;
    letter-spacing: 0.1em;
  }
  .informations.archive .card__wrap {
    padding: 0em 0.5em 0em;
  }
  .informations.archive .card__name {
    font-size: 0.75em;
    letter-spacing: 1px;
  }
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
@media (hover: hover) {
  .card:hover {
    box-shadow: var(--shadow-value);
    border-color: transparent;
    transform: translate(-1px, -1px);
  }
}
.card__image {
  display: block;
  aspect-ratio: 286/215;
  object-fit: cover;
}
.card__wrap {
  padding: 0.5em 0.5em 1em;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card__type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  gap: 10px;
}
.card__type--category {
  display: inline-block;
  background: var(--theme-color);
  color: #fff;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 0.25em 0.25em 0.25em 0.5em;
  font-size: 10px;
}
.card__type--date, .card__type--vehicle {
  font-size: 0.75em;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  word-break: break-all;
}
.card__name {
  font-size: 0.75em;
  line-height: 1.5;
  color: #777;
  font-weight: 600;
  margin: 0.5em 0;
}
.card__hash {
  font-size: 10px;
  color: #bbb;
  font-weight: 600;
  margin: 0;
}
.card__hash--item {
  display: inline-block;
}
.card__hash--item:before {
  content: "#";
}
.card__price {
  font-size: 0.75em;
  margin: auto 0 0;
  padding-top: 0.5em;
}
.card__sticky {
  position: absolute;
  top: -6px;
  right: -5px;
  z-index: 1;
  fill: var(--theme-color);
  width: 1.5em;
  height: 1.5em;
}
@media (min-width: 640px) {
  .card__wrap {
    padding: 1em 1em 1.25em;
  }
  .card__type--category {
    font-size: 0.75em;
  }
  .card__type--date, .card__type--vehicle {
    font-size: 0.875em;
  }
  .card__name {
    font-size: 0.875em;
  }
  .card__price {
    font-size: 0.875em;
  }
}

.child-wrap {
  display: none;
  gap: 2em;
  font-size: 14px;
  background: #555;
  color: #fff;
  width: 100%;
  padding: 1em 0;
  text-align: left;
  z-index: -1;
}
.child-wrap.show {
  display: block;
  z-index: 3;
}
@media (min-width: 1100px) {
  .child-wrap {
    justify-content: flex-end;
    background: #111;
    position: absolute;
    left: 0;
    top: 65px;
    padding: 2em 2em 4em;
  }
  .child-wrap.show {
    display: flex;
  }
}

.child-menu__parent {
  padding: 0 1em;
  position: relative;
}
.child-menu__parent:after {
  content: "+";
  display: inline-block;
  margin-left: 10px;
  transition: 0.3s;
}
.child-menu__child {
  margin: 0;
  visibility: hidden;
  transform: scaleY(0);
  height: 0;
}
@media (min-width: 1100px) {
  .child-menu {
    width: 33.33%;
    margin-bottom: 2em;
  }
  .child-menu__parent {
    padding: 0 0 0.5em;
    border-bottom: 1px dotted;
  }
  .child-menu__parent:after {
    content: none;
  }
  .child-menu__child {
    visibility: visible;
    transform: scaleY(1);
    height: auto;
  }
}

@media (max-width: 1099px) {
  .child-menu.open .child-menu__parent {
    text-align: left;
  }
  .child-menu.open .child-menu__parent:after {
    content: "-";
    transform: scaleX(2);
  }
  .child-menu.open .child-menu__child {
    visibility: visible;
    transform: scaleY(1);
    height: auto;
    background: #333;
    padding: 0.5em 1em 1.5em;
    margin-top: 1em;
  }
}

.child-list {
  padding: 0;
  margin: 0.5em 0 0;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
.child-list__item {
  display: block;
}
.child-list__item--link {
  display: block;
  padding: 0.5em 0;
}
@media (hover: hover) {
  .child-list__item--link {
    position: relative;
    z-index: 0;
  }
  .child-list__item--link:before {
    background: var(--theme-color);
    content: "";
    position: absolute;
    display: block;
    width: calc(100% + 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: -5px;
    opacity: 0;
    z-index: -1;
  }
  .child-list__item--link:hover:before {
    opacity: 1;
  }
}

.sub-links {
  margin: 0;
  padding: 0 1em;
}
.sub-links__item {
  display: block;
}
@media (min-width: 1100px) {
  .sub-links {
    padding: 0;
    display: flex;
    gap: 2em;
    position: absolute;
    bottom: 2em;
    right: 2em;
  }
}

.product-navi {
  background: #555;
  color: #fff;
  padding: 0.05px 0 2em;
}
.product-navi__title {
  text-align: center;
  font-family: "Vollkorn SC", serif;
  font-weight: 400;
  font-size: 1.25em;
}

.product-category {
  padding: 0;
  margin: 3.25em 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 3.25em auto 0;
  gap: 1em 0;
  /*
  @media(min-width:640px){
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      max-width: 700px;
      margin: 3.25em auto 0;
      gap: 1em 0;
  }
  */
}
.product-category__item {
  display: block;
  width: 20%;
}
@media (max-width: 1100px) {
  .product-category__item {
    width: auto;
  }
}
@media (min-width: 1100px) {
  .product-category {
    max-width: 1230px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.product-link {
  padding: 0.5em 1em;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  /*gap: 0.5em;*/
  flex-direction: column;
  padding: 0 0 1em;
  gap: 0;
  /*
  @media(min-width:640px){
      flex-direction: column;
      padding: 0 0 1em;
      gap: 0;
      &__image{
          width: 160px;
          height: 120px;
      }
      &__en{
          position: static;
          opacity: 1;
      }
      &__ja{
          font-size: .75em;
      }
  }*/
}
@media (hover: hover) {
  .product-link:hover {
    box-shadow: var(--shadow-value);
    border-color: transparent;
    transform: translate(-1px, -1px);
  }
}
.product-link__image {
  /*
  width: 60px;
  height: 45px;
  */
  width: 160px;
  height: 120px;
}
.product-link__en {
  font-family: "Vollkorn SC", serif;
  font-weight: 600;
  /*position: absolute;
  opacity: .2;*/
  top: 1em;
  right: 1em;
  position: static;
  opacity: 1;
}
.product-link__ja {
  font-size: 0.75em;
}

.page-end {
  margin-top: 60px;
}
@media (min-width: 640px) {
  .page-end {
    margin-top: 120px;
  }
}

.foot {
  color: #fff;
  background: #111;
  text-align: center;
  padding: 2em 1em;
}
.foot__logo {
  position: relative;
  display: inline-block;
}
.foot__logo--box {
  display: inline-block;
}
.foot__logo--type {
  fill: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.foot__menu {
  display: flex;
  flex-direction: column;
  gap: 2em;
  text-align: left;
  margin: 2em auto;
  letter-spacing: 0;
}
.foot__menu--parent {
  font-family: "Vollkorn SC", serif;
  color: #555;
}
.foot__menu--child {
  margin: 0;
  font-size: 0.75em;
  border-left: 1px solid #555;
  padding-left: 1em;
}
.foot__bottom {
  font-family: "Vollkorn SC", serif;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.5;
}
.foot__bottom--left {
  display: flex;
  gap: 1em;
  padding: 0;
  margin: 0 0 2em;
}
@media (min-width: 640px) {
  .foot {
    padding: 2em;
  }
  .foot__menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
  }
  .foot__menu--item {
    width: calc(50% - 1em);
  }
  .foot__menu--child {
    border-left: none;
    padding-left: 0;
  }
  .foot__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3em auto 0;
  }
  .foot__bottom--left {
    margin: 0;
  }
}
@media (min-width: 1100px) {
  .foot {
    padding: 2em;
  }
  .foot__menu {
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 1200px;
  }
  .foot__menu--item {
    width: calc(20% - 2em);
  }
}

.sns-item {
  display: block;
}
.sns-item__link {
  display: block;
}
.sns-item__link--icon {
  display: block;
  fill: var(--base-color);
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .sns-item__link:hover .blog {
    fill: var(--theme-color);
  }
  .sns-item__link:hover .fb {
    fill: #1877f2;
  }
  .sns-item__link:hover .x {
    fill: #aaa;
  }
  .sns-item__link:hover .ig {
    fill: #CF2E92;
  }
  .sns-item__link:hover .yt {
    fill: #DA1725;
  }
}

.low-fv {
  background: #333;
  padding: 2em 1em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100vw;
  max-height: 500px;
  position: relative;
  z-index: 0;
}
.low-fv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}
.low-fv__title {
  font-size: 1em;
  text-align: center;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}
.low-fv__title:before {
  content: "";
  display: block;
  background: #ddd;
  width: 1px;
  height: 2.5em;
}
.low-fv__title:after {
  content: attr(title);
  font-family: "Vollkorn SC", serif;
  font-size: 1.5em;
  display: block;
  line-height: 1.5;
  order: -1;
}
.low-fv__title-en {
  font-family: "Vollkorn SC", serif;
  font-weight: 400;
  font-size: 1.5em;
}
@media (min-width: 640px) {
  .low-fv__title:before {
    height: 4.5em;
  }
  .low-fv__title:after {
    font-size: 2.25em;
  }
  .low-fv__title-en {
    font-size: 2.25em;
  }
}

.red-arrow {
  display: block;
  text-align: center;
  background: var(--theme-color);
  border: 2px solid var(--theme-color);
  color: #fff;
  width: 260px;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
  margin-right: 50px;
  padding: 5px;
  font-size: 1.25em;
  letter-spacing: 0.2em;
  font-weight: 600;
}
.red-arrow:after {
  content: "";
  position: absolute;
  right: -50px;
  top: 15px;
  display: block;
  width: 80px;
  height: 4px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: skewX(45deg);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 640px) {
  .red-arrow {
    font-size: 1.75em;
    line-height: 1;
    font-weight: 400;
  }
}
@media (hover: hover) {
  .red-arrow:hover {
    color: var(--theme-color);
    background: transparent;
  }
  .red-arrow:hover:after {
    border-color: var(--theme-color);
    right: -60px;
    width: 90px;
  }
}

.red-ghost {
  display: block;
  text-align: center;
  color: var(--theme-color);
  border: 2px solid;
  width: 260px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  position: relative;
  margin-right: 50px;
  padding: 5px;
}
.red-ghost:after {
  content: "";
  position: absolute;
  right: -50px;
  top: 15px;
  display: block;
  width: 80px;
  height: 4px;
  border-right: 2px solid var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
  transform: skewX(45deg);
  transition: all 0.3s ease-in-out;
}
.red-ghost.rev {
  margin-right: 0;
  margin-left: 50px;
}
.red-ghost.rev:after {
  right: auto;
  left: -50px;
  transform: skewX(-45deg) scaleX(-1);
}
.red-ghost.disable {
  opacity: 0.2;
  pointer-events: none;
}
@media (hover: hover) {
  .red-ghost:hover {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
  }
  .red-ghost:hover:after {
    mix-blend-mode: multiply;
    right: -60px;
    width: 90px;
  }
  .red-ghost.rev:hover:after {
    right: 0;
    left: -60px;
  }
}

.prev-next {
  display: flex;
  justify-content: center;
  margin: 2em 0;
  flex-wrap: wrap;
  gap: 1em;
}
@media (min-width: 1100px) {
  .prev-next {
    justify-content: space-between;
  }
}

.en-title {
  font-size: 1.25em;
  font-family: "Vollkorn SC";
  font-weight: 400;
  margin-top: 0;
}
.en-title.center {
  text-align: center;
}
@media (min-width: 640px) {
  .en-title {
    font-size: 2.25em;
  }
}

@media (min-width: 1100px) {
  .title-side-button {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.tab-wrap {
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2em;
}
@media (min-width: 1100px) {
  .tab-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
  }
}

.tab-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.5em;
  gap: 0.5em;
  flex: 1;
}
.tab-list__item {
  display: block;
}
.tab-list__item--button {
  background: transparent;
  border: 1px solid #ddd;
  padding: 0 1em;
  border-radius: 2em;
  display: block;
}
.tab-list__item--button.active {
  color: #fff;
  background: var(--theme-color);
  pointer-events: none;
}
@media (hover: hover) {
  .tab-list__item--button {
    transition: all 0.3s ease-in-out;
  }
  .tab-list__item--button:not(.active):hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
    background: #fff;
  }
}

.category-link {
  background: transparent;
  border: 1px solid #ddd;
  padding: 0 1em;
  border-radius: 2em;
  display: block;
}
.category-link.active {
  color: #fff;
  background: var(--category-color);
  pointer-events: none;
}
@media (hover: hover) {
  .category-link {
    transition: all 0.3s ease-in-out;
  }
  .category-link:not(.active):hover {
    color: var(--category-color);
    border-color: var(--category-color);
    background: #fff;
  }
}

.tab-display {
  margin-top: 30px;
}
@media (min-width: 1100px) {
  .tab-display {
    margin-top: 60px;
  }
}

.title-era {
  font-size: 48px;
  font-family: "Vollkorn SC";
  font-weight: 400;
  letter-spacing: 0.1em;
  max-width: 1220px;
  margin: 40px auto 0;
  color: #bababa;
  padding: 0 10px;
}

.date-period {
  font-size: 1.06em;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #bababa;
  letter-spacing: 0.14em;
  line-height: 1.17;
}

.icon-definition {
  font-size: 0.87em;
  display: flex;
  align-items: center;
  gap: 0.75em;
  margin: 0.37em 0 0;
}
.icon-definition__i {
  height: 1.22em;
  width: 1.22em;
}
.icon-definition__i--content {
  height: 100%;
  width: 100%;
}
.icon-definition__d {
  position: relative;
  margin: 0;
  padding-right: 3em;
  flex: 1;
  display: flex;
  align-items: center;
}
.icon-definition__d--image {
  width: 1.72em;
}

.results {
  display: flex;
  gap: 0.25em 1em;
  line-height: 1.5;
  flex-wrap: wrap;
}
.results__box {
  display: flex;
  margin: 0;
  gap: 0.5em;
}
.results__box--title {
  background: var(--text-color);
  color: var(--base-color);
  opacity: 0.25;
  padding: 0.25em 1em;
  display: grid;
  place-content: center;
}
.results__box--text {
  display: grid;
  place-content: center;
}

.en-definition {
  display: flex;
  align-items: center;
  gap: 0.75em;
  margin: 0.37em 0 0;
}
.en-definition__en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}
.en-definition__d {
  font-size: 0.75em;
  letter-spacing: 0.04em;
  margin: 0;
}
.race-info {
  font-size: 14px;
  max-width: 1220px;
  margin: 5px auto 0;
  padding: 0 10px;
}
@media (min-width: 640px) {
  .race-info {
    font-size: 16px;
  }
}

.race-info-list {
  position: relative;
  display: block;
  margin-top: 10px;
}
.race-info-list.hide {
  display: none;
}
.race-info-list:first-child {
  margin-top: 0;
}
.race-info-list__anchor {
  display: flex;
  flex-direction: column-reverse;
  transition: 0.5s;
  border: solid 1px #ddd;
  border-radius: 0.37em;
  overflow: hidden;
}
@media (hover: hover) {
  .race-info-list__anchor:hover {
    box-shadow: var(--shadow-value);
    border-color: transparent;
    transform: translate(-1px, -1px);
  }
}
.race-info-list__anchor--wrap:nth-child(1) {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 61.8%;
  overflow: hidden;
}
.race-info-list__anchor--wrap:nth-child(2) {
  width: 100%;
  padding: 0.8em 2%;
}
@media (min-width: 640px) {
  .race-info-list {
    margin-top: 2.5em;
  }
  .race-info-list__anchor {
    flex-direction: row;
    min-height: 194px;
  }
  .race-info-list__anchor--wrap:nth-child(1) {
    width: 292px;
    padding-top: 0;
    height: auto;
  }
  .race-info-list__anchor--wrap:nth-child(2) {
    width: calc(100% - 292px);
    padding: 1em 2%;
  }
}

.race-info--title {
  margin: 0.5em 0;
  padding-right: 1.6em;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .race-info--title {
    font-size: 1.25em;
  }
}

.badge {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  width: 5em;
  height: 5em;
}
.badge__triangle {
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0, 100% 100%, 0 0%);
  border-top-right-radius: 0.37em;
}
.badge__label {
  position: absolute;
  top: 35%;
  right: 35%;
  font-size: 0.87em;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  transform: translate(50%, -50%) rotate(45deg);
}

.badge-mfj {
  background: #CB000B;
}

.badge-fim {
  background: #00468d;
}

.badge-other {
  background: #000;
}

.layer-img__upper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s ease-in-out 0s;
  object-fit: cover;
  display: block;
}
.layer-img__low {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.layer-img__low--content {
  width: 102%;
  height: 102%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  backdrop-filter: blur(1px);
  filter: blur(3px) brightness(0.5);
  transform: translate3d(-50%, -50%, 0);
  display: block;
}
@media (min-width: 640px) {
  .layer-img__upper {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    object-fit: contain;
  }
}

.table-staff {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-top: 30px;
}
@media (min-width: 640px) {
  .table-staff {
    margin-top: 50px;
  }
}

.table-staff-inner__heading {
  font-weight: 300;
  letter-spacing: 0;
  padding: 0.96em 1.2em;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: #ccc;
  width: 7em;
  color: #fff;
}
.table-staff-inner__data {
  font-weight: 300;
  letter-spacing: 0;
  padding: 0.96em 1.2em;
  border-bottom: 1px solid;
  border-color: #ccc;
  color: #fff;
}
@media (min-width: 640px) {
  .table-staff-inner__data {
    padding: 0.96em 2.6em;
  }
}
.table-staff-inner:last-child .table-staff-inner__heading,
.table-staff-inner:last-child .table-staff-inner__data {
  border-bottom: none;
}
@media (min-width: 640px) {
  .table-staff-inner__heading {
    width: 6em;
  }
}
@media (max-width: 639px) {
  .table-staff-inner:first-child .table-staff-inner__heading,
  .table-staff-inner:first-child .table-staff-inner__data {
    padding-top: 0.2em;
  }
}

.img-modal {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
  padding: 0;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 640px) {
  .img-modal {
    gap: 60px;
  }
}

.img-modal-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.img-modal-list__category {
  display: inline-block;
  background: var(--theme-color);
  color: #fff;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 0.25em 0.25em 0.25em 0.5em;
  margin: 0;
  padding: 1em;
  font-size: 13px;
  font-weight: 400;
}
.img-modal-list__title {
  letter-spacing: 0.1em;
  line-height: 1.125;
  margin: 7px 0 auto;
  font-size: 16px;
  font-weight: 600;
}
.img-modal-list__image {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  margin-top: 10px;
  width: 100%;
  height: 100%;
  display: block;
}
.img-modal-list__image:before, .img-modal-list__image:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 17px;
  height: 17px;
  box-sizing: border-box;
}
.img-modal-list__image:before {
  border: solid 1px var(--theme-color);
  border-radius: 50%;
}
.img-modal-list__image:after {
  clip-path: polygon(4.5px 8px, 8px 8px, 8px 4.5px, 9px 4.5px, 9px 8px, 12.5px 8px, 12.5px 9px, 9px 9px, 9px 12.5px, 8px 12.5px, 8px 9px, 4.5px 9px);
  background: var(--theme-color);
}
.img-modal-list__image--content {
  width: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 640px) {
  .img-modal-list__category {
    font-size: 14px;
  }
  .img-modal-list__title {
    font-size: 40px;
    line-height: 1.5;
    margin: 10px 0 auto;
  }
  .img-modal-list__image:before, .img-modal-list__image:after {
    width: 56px;
    height: 56px;
  }
  .img-modal-list__image:after {
    clip-path: polygon(13px 27.5px, 27.5px 27.5px, 27.5px 13px, 28.5px 13px, 28.5px 27.5px, 43px 27.5px, 43px 28.5px, 28.5px 28.5px, 28.5px 43px, 27.5px 43px, 27.5px 28.5px, 13px 28.5px);
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}

.modal.open {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

.modal-bg {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  appearance: none;
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.img-and-sentence {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}
.img-and-sentence__close {
  position: fixed;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  display: block;
  width: 70px;
  height: 70px;
}
.img-and-sentence__close:before, .img-and-sentence__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 46px;
  background: #fff;
}
.img-and-sentence__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.img-and-sentence__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.img-and-sentence__image {
  padding: 82px 18px 0;
}
.img-and-sentence__image--item {
  display: block;
}
.img-and-sentence__sentence {
  padding: 20px 14px 80px;
  /* スクロールバー非表示 */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.img-and-sentence__sentence::-webkit-scrollbar {
  display: none;
}
.img-and-sentence__sentence--category {
  display: inline-block;
  background: var(--theme-color);
  color: #fff;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 0.25em 0.25em 0.25em 0.5em;
  margin: 0;
  padding: 1em;
}
.img-and-sentence__sentence--title01 {
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 10px 0 0;
  font-family: inherit;
  font-size: 40px;
  color: #fff;
}
.img-and-sentence__sentence--text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
  margin: 14px 0 0;
}
@media (min-width: 640px) {
  .img-and-sentence {
    display: flex;
    height: 100vh;
  }
  .img-and-sentence__image {
    padding: 0;
    max-width: 50%;
    width: 570px;
    overflow: hidden;
  }
  .img-and-sentence__image--item {
    object-fit: cover;
    object-position: top center;
  }
  .img-and-sentence__sentence {
    min-width: 50%;
    width: calc(100% - 570px);
    overflow-y: scroll;
    padding: 30px 30px 80px;
  }
}
@media (max-width: 639px) {
  .img-and-sentence.director .img-and-sentence__close:before, .img-and-sentence.director .img-and-sentence__close:after {
    background-color: #000;
  }
  .img-and-sentence.director .img-and-sentence__image {
    padding: 0;
  }
}

.sns-inside-table {
  display: inline-block;
  margin: 10px 20px 0 0;
}
.sns-inside-table__icon {
  width: 25px;
  height: 25px;
  fill: #fff;
}
.sns-inside-table__icon:last-child {
  margin-right: 0;
}

.chronology-wrap .en-title {
  font-size: 36px;
  letter-spacing: 0.1em;
  margin: 20px 0 0;
}
.chronology-wrap.white, .chronology-wrap.white * {
  color: #fff;
}
.chronology-wrap.white:before, .chronology-wrap.white *:before {
  border-color: #fff;
}
.chronology-wrap.white:after, .chronology-wrap.white *:after {
  background: #fff;
}
@media (min-width: 640px) {
  .chronology-wrap .en-title {
    margin: 80px 0 0;
  }
}

.chronology {
  position: relative;
  padding: 5px 0 0;
  margin: 10px 0 0 10px;
}
.chronology__item {
  position: relative;
  padding-left: 66px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  list-style-type: none;
  display: flex;
  gap: 1em;
}
.chronology__item--time {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--theme-color);
}
.chronology__item:before, .chronology__item:after {
  position: absolute;
  top: 0.8em;
  content: "";
  display: block;
}
.chronology__item:before {
  width: 55px;
  border-bottom: 1px solid var(--theme-color);
  position: absolute;
  left: 0;
  margin: 2px 0;
}
.chronology__item:after {
  width: 5px;
  height: 5px;
  background: var(--theme-color);
  border-radius: 50%;
  left: 54px;
}
.chronology__item:last-child {
  margin-bottom: 0;
}
.chronology:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: var(--theme-color);
}
@media (min-width: 640px) {
  .chronology__item br {
    display: none;
  }
}

/*サムネイルのスタイル*/
.carousel-thumb {
  margin-top: 16px;
  overflow: hidden;
  height: 106px;
  object-fit: cover;
}
.carousel-thumb__inner--item {
  opacity: 0.2;
  transition: opacity 0.5s;
  object-fit: cover;
  width: 159px !important;
}
.carousel-thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.machine-detail {
  margin-top: 32px;
}

.table-machine {
  border-collapse: collapse;
  overflow-x: scroll;
}
@media (min-width: 640px) {
  .table-machine {
    width: 100%;
    max-width: 1232px;
    overflow-x: hidden;
  }
}

.table-machine-inner__heading, .table-machine-inner__data {
  border: solid 1px #ccc;
  padding: 11px 10px;
}
.table-machine-inner__heading {
  /*width: 236px;*/
}

.video {
  position: relative;
  margin-top: 40px;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1100px) {
  .video {
    margin-top: 120px;
  }
}

/******/
.home-slide__wrap {
  position: relative;
}
.home-slide__wrap--image {
  background: center/cover;
  height: 100vw;
  max-height: 90vh;
  display: block;
  position: relative;
}
.home-slide__wrap--image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.15);
}
@media (min-height: 1100px) {
  .home-slide__wrap--image {
    max-height: 70vw;
  }
}
@media (min-width: 1000px) {
  .home-slide__wrap--image {
    max-height: 50vw;
  }
}

.fv-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.fv-link__en {
  color: #fff;
  text-shadow: 1.5px 1px 1.5px rgb(0, 0, 0);
  font-family: "Vollkorn SC", serif;
  font-size: 1.5em;
  margin: 0;
}
.fv-link__jp {
  color: #fff;
  text-shadow: 1.5px 1px 1.5px rgb(0, 0, 0);
  margin: 0;
}
.fv-link__jp:before {
  content: "";
  width: 32px;
  border-bottom: 2px solid #fff;
  box-shadow: 1.5px 1px 1.5px rgb(0, 0, 0);
  vertical-align: super;
  margin-right: 10px;
  display: inline-block;
}
.fv-link__button {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .fv-link {
    bottom: 150px;
    left: 40px;
  }
  .fv-link__en {
    font-size: 2.25em;
  }
}

.home-movie {
  width: 100%;
  position: relative;
  height: 100vw;
  max-height: 90vh;
  position: relative;
}
.home-movie:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.15);
}
.home-movie__item {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-movie__button {
  color: var(--theme-color);
  background: transparent;
  font-size: 1.75em;
  line-height: 1;
  border: 2px solid var(--theme-color);
  width: 260px;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
  margin-right: 50px;
  padding: 5px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media (min-width: 640px) {
  .home-movie__button {
    bottom: 150px;
    left: 40px;
  }
}
@media (hover: hover) {
  .home-movie__button:hover {
    color: #fff;
    background: var(--theme-color);
  }
}
@media (min-height: 1100px) {
  .home-movie {
    max-height: 70vw;
  }
}
@media (min-width: 1000px) {
  .home-movie {
    max-height: 50vw;
  }
}

.modal-movie {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  place-content: center;
  z-index: 2;
}
.modal-movie.show {
  display: grid;
}
.modal-movie__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: none;
  background: rgba(0, 0, 0, 0.85);
}
.modal-movie__close--button {
  position: absolute;
  right: 30px;
  top: 30px;
  display: inline-block;
  background: var(--theme-color);
  color: #fff;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 0.25em 0.25em 0.25em 0.5em;
}

.sub-container {
  transform: translateX(-400px);
  transition: 0.6s ease-in-out;
}

.swiper-slide-active .sub-container {
  transform: translateX(0);
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: 100%;
}

.home-search {
  padding: 0 1em;
  z-index: 1;
  position: relative;
}
.home-search__title {
  font-size: 1.25em;
}
@media (min-width: 640px) {
  .home-search {
    padding: 0 2em;
    max-width: 1264px;
    margin: -7.5em auto 0;
  }
  .home-search__title {
    position: relative;
    color: #fff;
    text-shadow: 1.5px 1px 1.5px rgb(0, 0, 0);
  }
}

.home-cat {
  background: #555;
  color: #fff;
  padding: 100px 0 60px;
  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
}
.home-cat__container {
  max-width: 1200px;
  margin: 0 auto;
}

.home-banner {
  display: block;
  position: relative;
}
.home-banner__image {
  display: block;
  width: 100%;
  transition: 0.3s ease-in;
}
.home-banner__button {
  letter-spacing: 0.1em;
  max-width: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
@media (hover: hover) {
  .home-banner:hover .home-banner__image {
    filter: brightness(0.5);
  }
  .home-banner:hover .red-arrow {
    color: var(--theme-color);
    background: transparent;
  }
  .home-banner:hover .red-arrow:after {
    border-color: var(--theme-color);
    right: -60px;
    width: 90px;
  }
}

.loop-wrap {
  overflow: hidden;
}
.loop-wrap .widget_block {
  display: inline-block;
  padding: 10px 5px;
}
.loop-wrap .widget_block figure {
  margin: 0;
}
.loop-wrap .widget_block img {
  display: block;
  height: 70px;
  width: auto;
  max-width: auto;
}
@media (min-width: 640px) {
  .loop-wrap .widget_block img {
    height: 120px;
  }
}
@media (hover: hover) {
  .loop-wrap .widget_block a:hover {
    opacity: 0.7;
  }
}

.loop-area {
  margin: 100px 0 0;
  white-space: nowrap;
  display: flex;
  width: 9999px;
}
@media (hover: hover) {
  .loop-area:hover .loop-list {
    animation-play-state: paused;
  }
}

.loop-list {
  padding: 0;
  margin: 0;
  display: flex;
  white-space: nowrap;
}
.loop-list__item {
  display: inline-block;
  padding: 10px 5px;
}
.loop-list__item--image {
  display: block;
  height: 150px;
}
@media (min-width: 640px) {
  .loop-list__item--image {
    height: 250px;
  }
}
@media (min-width: 2500px) {
  .loop-list__item--image {
    height: 350px;
  }
}

.loop1 {
  animation: loop 50s -25s linear infinite;
}

.loop2 {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.more-trigger {
  display: inline-block;
  background: var(--theme-color);
  color: #fff;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 0.25em 0.25em 0.25em 0.5em;
  border: 1px solid var(--theme-color);
  margin: 0 auto;
  padding: 0.5em 1.5em;
  border-radius: 3em;
  font-size: 1.25em;
}
@media (hover: hover) {
  .more-trigger:hover {
    color: var(--theme-color);
    background: transparent;
  }
}

.special {
  background: center/cover;
  height: 150vw;
  max-height: 90vh;
  display: block;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 1em;
  z-index: 0;
}
.special:before, .special:after {
  background: rgba(0, 0, 0, 0.25);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.special:before {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 100%);
}
.special__en {
  font-family: "Vollkorn SC";
  font-weight: 400;
}
.special__en:after {
  background: #fff;
  content: "";
  margin: 0 auto;
  display: block;
  width: 1px;
  height: 50px;
  z-index: -1;
}
.special__en--child1 {
  display: block;
  display: inline-block;
  background: var(--theme-color);
  color: #fff;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 0.25em 0.25em 0.25em 0.5em;
  margin-bottom: 2em;
}
.special__en--child2 {
  display: block;
  display: inline-block;
  background: var(--theme-color);
  color: #fff;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 0.25em 0.25em 0.25em 0.5em;
}
.special__jp {
  margin: 0 0 1.5em;
  font-size: 1.75em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: center;
}
.special__jp--child {
  display: block;
  display: inline-block;
  background: var(--theme-color);
  color: #fff;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 0.25em 0.25em 0.25em 0.5em;
}
.special__caption {
  text-align: justify;
}
.special__caption br {
  display: none;
}
@media (min-width: 640px) {
  .special {
    min-height: 700px;
  }
  .special__en {
    font-size: 2.25em;
  }
  .special__en:after {
    height: 120px;
  }
  .special__jp {
    font-size: 3em;
  }
  .special__caption {
    text-align: center;
  }
  .special__caption br {
    display: block;
  }
}
@media (min-height: 1100px) {
  .special {
    max-height: 70vw;
  }
}

.special-about {
  margin-top: -1px;
  background: #000;
  padding: 0.5em 0 8em;
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
  color: #fff;
  position: relative;
  z-index: 1;
}
.special-about__container {
  padding: 0 1em;
  text-align: justify;
}
.special-about__container--link {
  margin-top: 2em;
}
.special-about__image {
  background: center bottom/contain no-repeat;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.special-about__image:after {
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 95%, rgb(0, 0, 0) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 1100px) {
  .special-about {
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
  }
  .special-about__container {
    padding: 0 30% 0 2em;
    max-width: 1264px;
    margin: 0 auto;
  }
  .special-about__image {
    background: center bottom/cover;
    width: 50%;
    opacity: 1;
  }
}

.triangle-bottom {
  position: relative;
}
.triangle-bottom:after {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
  background: var(--theme-color);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 1100px) {
  .triangle-bottom:after {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
  }
}

.variation-card {
  margin: 2em 0;
}
.variation-card__image {
  display: block;
}
.variation-card__box--label {
  display: inline-block;
  background: var(--theme-color);
  color: #fff;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 0.25em 0.25em 0.25em 0.5em;
}
.variation-card__box--head {
  margin-top: 0.5rem;
}
.variation-card__box--caption {
  text-align: justify;
}
@media (min-width: 640px) {
  .variation-card {
    display: flex;
    gap: 1em;
    align-items: flex-start;
  }
  .variation-card__image {
    width: 50%;
    max-width: 580px;
  }
  .variation-card__box {
    flex: 1;
  }
}

.step-button {
  border: none;
  background: transparent;
  position: absolute;
  top: 200px;
  opacity: 0.5;
  z-index: 1;
}
.step-button.next {
  right: -1em;
}
.step-button.prev {
  left: -1em;
}
.step-button__icon {
  width: 50px;
}
@media (min-width: 640px) {
  .step-button {
    top: 50%;
    transform: translateY(-50%);
  }
}

.accent-head span,
.accent-head strong,
.accent-head b {
  color: var(--theme-color);
}
@media (min-width: 640px) {
  .accent-head {
    font-size: 3em;
  }
}

/**productページのindex**/
.index-sect {
  margin-top: 80px;
  padding: 1em 1em 3em;
  background: rgba(0, 0, 0, 0.05);
}
.index-sect__inner {
  margin-top: 0;
}
.index-sect + .bottom-reset {
  margin-top: 0;
}
@media (min-width: 640px) {
  .index-sect {
    padding: 3em 1em;
  }
  .index-sect__inner {
    display: flex;
    align-items: center;
    gap: 6em;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .index-sect__inner {
    padding: 0;
  }
}

.indexlist-title {
  padding: 1.25em 0;
  margin: 0;
}
@media (min-width: 640px) {
  .indexlist-title {
    font-size: 1.25em;
  }
}

.indexlist-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin: 0 1em;
}
@media (min-width: 640px) {
  .indexlist-wrap {
    gap: 8em;
    margin: 0;
  }
}

.index-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.index-list__item--anchor {
  font-size: 11px;
  letter-spacing: 0;
}

/**More Features**/
.boxlist-title {
  color: #fff;
  padding: 1.25em 0;
  background: #000;
  margin: 0;
}

.box-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 10px;
  background: #000;
}
@media (min-width: 640px) {
  .box-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.box-list__item {
  overflow: hidden;
  /* margin-bottom:20px;*/
}
.box-list__item:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1;
  -webkit-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  transform: scaleX(0);
}
@media (min-width: 640px) {
  .box-list__item {
    position: relative;
    width: 50%;
    /*padding: 0 15px 25px;*/
  }
}
@media (min-width: 1100px) {
  .box-list__item {
    position: relative;
    width: 25%;
  }
}
.box-list__link {
  display: block;
  color: #fff;
  padding: 8em 10px 10px;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .box-list__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 14.1vw;
    position: relative;
    z-index: 0;
    padding: 10px;
  }
}
@media (min-width: 640px) {
  .box-list__link:hover {
    color: #000;
    opacity: 1;
    /*-webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-box-pack: center;
    justify-content: center;*/
  }
}
@media (min-width: 640px) {
  .box-list__link:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
}
@media (min-width: 640px) {
  .box-list__link:after {
    content: "";
    display: block;
    width: 100%;
    height: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: linear-gradient(transparent, #000);
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}
.box-list__ttl {
  font-size: 1em;
  margin: 0;
}
@media (min-width: 640px) {
  .box-list__ttl {
    width: 100%;
  }
}
.box-list__txt {
  font-size: 12px;
}

@media (min-width: 640px) {
  .box-list__link:hover:after {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@media (min-width: 640px) {
  .box-list__link:hover:before {
    transform: scale(1);
  }
}

.bottom-reset {
  margin: 60px 0 -60px;
}
@media (min-width: 640px) {
  .bottom-reset {
    margin: 120px 0 -120px;
  }
}

.head-sns {
  display: flex;
  gap: 10px;
  margin-right: 5%;
}

.button-radio {
  display: none;
}
.button-radio:checked + label {
  background: var(--theme-color);
  color: var(--base-color);
  border-color: var(--base-color);
}

.btn-favorite {
  display: none;
}
.btn-favorite:checked + label span {
  background: #eab124;
  color: var(--base-color);
  border-color: var(--base-color);
}
.btn-favorite__label {
  z-index: 1;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.btn-favorite__label__tool {
  display: none;
  font-size: 10px;
  position: absolute;
  top: 38px;
  right: -17px;
  width: 130px;
  text-align: center;
  line-height: 1.2em;
  background: #cccccc;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0;
}
.btn-favorite__label__tool:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 79%;
  margin-left: -15px;
  border: 5px solid transparent;
  border-bottom: 5px solid #cccccc;
}
.btn-favorite__label__star {
  width: 20px;
  display: block;
  height: 20px;
  text-align: center;
  margin: 10px;
  background: #cccccc;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
@media (hover: hover) {
  .btn-favorite__label:hover .btn-favorite__label__tool {
    display: block;
  }
}

.btns {
  margin: 1em 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.btns__item {
  width: calc((100% - 10px) / 2);
  list-style: none;
}
.btns__item--anchor {
  position: relative;
  width: 100%;
  border: solid 2px var(--theme-color);
  background: var(--theme-color);
  padding: 8px;
  color: #fff;
  font-family: "Vollkorn SC";
  display: block;
}
.btns__item--anchor.small {
  font-size: 0.8em;
  padding: calc(8px + 0.2em) 0;
}
.btns__item--anchor:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 15px;
  display: block;
  width: 30px;
  height: 4px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: skewX(45deg);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 640px) {
  .btns {
    margin: 2em 0 0;
  }
  .btns__item {
    width: calc((100% - 20px) / 3);
  }
  .btns__item--anchor {
    text-align: center;
  }
  .btns__item--anchor:after {
    right: 25px;
    width: 40px;
  }
}
@media (hover: hover) {
  .btns__item--anchor:hover {
    background: #fff;
    color: var(--theme-color);
  }
  .btns__item--anchor:hover:after {
    right: 15px;
    width: 50px;
    border-color: var(--theme-color);
  }
}

.kana-size {
  font-size: 0.8em;
}

.team-list {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding: 0 2em;
}
.team-list__item--image {
  display: block;
}
@media (min-width: 640px) {
  .team-list {
    flex-direction: row;
  }
}
@media (min-width: 1100px) {
  .team-list {
    gap: 60px;
  }
}

.logo-link {
  padding: 60px 0;
  background: #F7F7F7;
  display: block;
  text-align: center;
  margin: 32px auto 0;
  max-width: 1200px;
}
.logo-link__upper {
  position: relative;
  display: inline-block;
}
.logo-link__upper--image {
  display: inline-block;
  width: 320px;
  max-width: 100%;
}
.logo-link__upper--type {
  fill: #000;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.logo-link__text {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
  color: var(--theme-color);
  text-align: center;
  margin: 0;
}
@media (min-width: 640px) {
  .logo-link__text {
    font-size: 44px;
  }
}

.btn-follow {
  margin: 50px 1em 0;
  display: block;
}
.btn-follow__image {
  display: block;
}
.btn-follow__text {
  position: relative;
  background: var(--theme-color);
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  text-align: left;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0.15em 0.4em;
  border: 2px solid var(--theme-color);
  transition: all 0.3s ease-in-out;
}
.btn-follow__text:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  display: block;
  width: 100px;
  height: 4px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: skewX(45deg);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 640px) {
  .btn-follow {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 350px;
    z-index: 2;
  }
  .btn-follow__text:after {
    right: 20px;
    width: 90px;
  }
}
@media (hover: hover) {
  .btn-follow:hover .btn-follow__text {
    background: #fff;
    color: var(--theme-color);
  }
  .btn-follow:hover .btn-follow__text:after {
    right: 10px;
    width: 100px;
    border-color: var(--theme-color);
  }
}

.special-info-box.contents-area h2 {
  border: none;
  padding-left: 0;
}
@media (min-width: 1000px) {
  .special-info-box {
    margin-top: 70px;
  }
  .special-info-box.contents-area h2 {
    margin-top: 0;
  }
}

.kitparts-itembox {
  position: relative;
  overflow: hidden;
}
.kitparts-itembox h3 {
  font-size: 1.25em;
  font-family: "Vollkorn SC";
  font-weight: 400;
  margin-top: 0;
}
.kitparts-itembox h3.center {
  text-align: center;
}
@media (min-width: 640px) {
  .kitparts-itembox h3 {
    font-size: 2.25em;
  }
}
.kitparts-itembox .red-ghost {
  display: none;
}
.kitparts-itembox .lineup ul li p {
  padding: 1em 0.5em;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .kitparts-itembox .sect-space {
    display: flex;
    gap: 1em;
    align-items: flex-start;
  }
  .kitparts-itembox .lineup {
    padding-top: 0;
  }
  .kitparts-itembox .lineup h2 {
    font-size: 40px;
  }
  .kitparts-itembox .lineup ul {
    margin-top: 1.5em;
  }
  .kitparts-itembox .lineup ul li p {
    padding: 0.5em;
  }
  .kitparts-itembox .kitparts-lineup {
    margin-bottom: 0;
  }
  .kitparts-itembox .kitparts-lineup .lineup__four li {
    width: 50% !important;
  }
}
@media (min-width: 1100px) {
  .kitparts-itembox {
    padding: 0 2em;
    max-width: 1264px;
    margin: 100px auto 0;
    min-height: unset;
  }
  .kitparts-itembox .sect-space {
    margin: 0 auto;
  }
}
@media (hover: hover) {
  .kitparts-itembox .lineup ul a:hover {
    opacity: 1;
    background: #000;
    color: #fff;
  }
}

/*

.sect-space{
    padding: 0 1em;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
    @media(min-width:1100px){
        padding: 0 2em;
        max-width: 1264px;
        margin: 100px auto 0;
    }
}

*/
.special-engine__item-wrap {
  padding: 0 1em;
  margin: 0 auto;
}
.special-engine__box {
  position: relative;
  padding: 80vw 0 20px;
}
.special-engine__box:before {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}
.special-engine__box > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .special-engine__box {
    padding: 80vw 0;
  }
}
.special-engine__txt {
  color: #fff;
  font-size: 16px;
  padding-bottom: 40px;
}
.special-engine h2 {
  width: 90%;
  margin: 0 auto;
  color: #fff;
}
@media (min-width: 1200px) {
  .special-engine h2 {
    width: 1200px;
  }
}
.special-engine__small-ttl.red {
  color: var(--theme-color);
}
@media (min-width: 768px) {
  .special-engine__box {
    padding: 175px 0 50px;
  }
  .special-engine__flex-box {
    width: 100%;
    display: flex;
    justify-content: end;
  }
  .special-engine__item02 {
    width: 420px;
    max-width: 100%;
  }
  .special-engine__small-ttl {
    font-size: 1.75em;
  }
}
@media (min-width: 1100px) {
  .special-engine__item-wrap {
    padding: 0 2em;
    max-width: 1264px;
  }
}
.special-engine__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-left: 0;
  margin: 0;
}
.special-engine__list li {
  display: table;
  height: 136px;
  width: calc(50% - 4px);
  position: relative;
}
@media (min-width: 768px) {
  .special-engine__list li {
    width: 48%;
    list-style: none;
    display: table;
    position: relative;
    overflow: hidden;
  }
}
.special-engine__list a {
  z-index: 1;
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgb(0, 0, 0));
}
@media (min-width: 768px) {
  .special-engine__list a:hover {
    /*filter: grayscale(100%);*/
    border: 5px solid #c50018;
  }
}
.special-engine__list img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  z-index: 0;
  height: 100%;
}

.cross-polygon {
  position: relative;
}
.cross-polygon:before, .cross-polygon:after {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 90px;
  content: "";
  z-index: 1;
}
.cross-polygon:before {
  background: var(--theme-color);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 50%);
}
.cross-polygon:after {
  background: #000;
  clip-path: polygon(0 0, 100% 0%, 100% 0, 0% 100%);
}
@media (min-width: 768px) {
  .cross-polygon:before, .cross-polygon:after {
    height: 150px;
  }
}

.polygon-padd {
  padding-top: 90px !important;
}
@media (min-width: 768px) {
  .polygon-padd {
    padding-top: 150px !important;
  }
}

.special-box__camshaft {
  background: url("../img/engine_bgcamshaft_sp.png") no-repeat;
  background-position-y: top;
  background-position-x: center;
  background-size: cover;
}
.special-box__carburetor {
  background: url("../img/engine_bgcarburetor_sp.png") no-repeat;
  background-position-y: top;
  background-position-x: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .special-box__camshaft {
    background-image: url("../img/engine_bgcamshaft.png");
    background-position-y: 30%;
  }
  .special-box__carburetor {
    background-image: url("../img/engine_bgcab.png");
  }
}

.special-list__other {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 20px 0 40px;
  justify-content: space-between;
}
.special-list__other li {
  color: #fff;
  font-size: 14px;
}
.special-list__other a {
  border-bottom: 1px solid;
}
.special-list__other a:hover {
  border-bottom: 1px solid #c50018;
}
@media (min-width: 768px) {
  .special-list__other {
    margin: 40px 0;
  }
}

@media (min-width: 768px) {
  .race-detail {
    padding: 0 2em;
  }
}

.race-detail-country {
  margin-right: 10px;
  margin-bottom: -4px;
}

.race-detail-aside .sns-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.race-detail-aside .sns-item li {
  display: block;
  margin: 0 0.5em;
}
.race-detail-aside .sns-item svg {
  fill: #000;
}
.race-detail-aside .sns-item a:hover svg.facebook {
  fill: #1877f2;
}
.race-detail-aside .sns-item a:hover svg.instagram {
  fill: #D93177;
}
.race-detail-aside .top__menu--sns li svg {
  filter: none;
}

.sidebar-banner, .slidebar-sponsor {
  list-style: none;
  padding: 0;
}

.slidebar-sponsor {
  padding: 0 30px;
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.slidebar-sponsor__half {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47%;
  height: 75px;
}

.block-modal {
  padding: 0.5em;
}
.block-modal::backdrop {
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.block-modal__close {
  position: fixed;
  top: 0;
  right: 0;
  font-size: 3em;
  line-height: 1;
  color: #fff;
}
.block-modal__contents img {
  display: block;
}

.wp-block-gallery:before {
  content: "Photo Gallery";
  display: block;
  width: 100%;
  font-family: "Vollkorn SC", serif;
  font-weight: 400;
  font-size: 1.25em;
}

.sponsors_a__anchor, .sponsors_b__anchor, .sponsors_c__anchor {
  padding: 1em;
}
.sponsors_a__anchor--image, .sponsors_b__anchor--image, .sponsors_c__anchor--image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sponsors_a {
  width: 100% !important;
}
@media (min-width: 1250px) {
  .sponsors_a {
    width: 50% !important;
  }
}

.sponsors_b {
  width: 100% !important;
}
@media (min-width: 1250px) {
  .sponsors_b {
    width: 33.33% !important;
  }
}

.sponsors_c {
  width: 50% !important;
}
@media (min-width: 1250px) {
  .sponsors_c {
    width: 25% !important;
  }
}

.guide-list__linkwrap li {
  line-height: 1.3em;
}
.guide-list__linkwrap li a {
  font-size: 15px;
}

.prev-table {
  box-sizing: border-box;
  text-align: left;
  border-collapse: collapse;
}
.prev-table tr th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 1em;
}
.prev-table tr td {
  border-bottom: 1px solid #ddd;
  padding: 1em;
}
.prev-table tr:last-child th, .prev-table tr:last-child td {
  border-bottom: none;
}

.prev-setting-table {
  box-sizing: border-box;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}
.prev-setting-table tr th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 1em;
}
.prev-setting-table tr td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 1em;
}
.prev-setting-table tr:last-child th, .prev-setting-table tr:last-child td {
  border-bottom: none;
}

.info-specialbox {
  border: 1px solid #dddddd;
  padding: 20px;
}
.info-specialbox__link:hover {
  text-decoration: underline;
}
.info-specialbox__ttl {
  font-size: 1em;
  margin: 0;
}
.info-specialbox__link div {
  font-size: 0.875em;
  display: flex;
  align-items: baseline;
}
.info-specialbox__link div time {
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  word-break: break-all;
}
.info-specialbox__link div p {
  margin-left: 20px;
  line-height: 1.5;
  color: #777;
  font-weight: 600;
  margin-left: 20px;
  flex: 1;
}

.about-list li p {
  margin: 0.5em 0 1em;
  max-height: 3.5em;
  overflow: hidden;
}

.feature-model {
  padding: 0;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.feature-model__item {
  display: block;
  width: 50%;
}
.feature-model a {
  border: none;
}
@media (min-width: 1100px) {
  .feature-model {
    margin: 60px 0;
  }
  .feature-model__item {
    width: 25%;
  }
}

.bottom-offset {
  margin-bottom: -60px;
}
@media (min-width: 640px) {
  .bottom-offset {
    margin-bottom: -120px;
  }
}

.contact-list {
  width: calc(100% + 15px);
  padding: 0;
  margin: 0 0 60px;
  display: flex;
  flex-wrap: wrap;
}
.contact-list__item {
  display: block;
  width: calc(50% - 15px);
  margin-right: 15px;
  background: #eee;
  padding: 10px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.contact-list__item--title {
  flex: 1;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  font-weight: bold;
}
.contact-list__item--country {
  margin-top: 10px;
}
.contact-list__item--country:before {
  font-size: 12px;
  font-weight: bold;
  content: attr(title);
  display: block;
  opacity: 0.5;
  line-height: 1;
  margin-bottom: 5px;
}
.contact-list__item--wrap {
  display: flex;
  margin-top: 10px;
  min-height: 30px;
}
.contact-list__item--wrap a {
  display: block;
}
.contact-list__item--wrap .tel {
  height: 24px;
}
.contact-list__item--wrap svg {
  height: 20px;
  display: block;
  margin-right: 15px;
}
.contact-list__item--wrap svg.facebook {
  width: 10px;
}
.contact-list__item--wrap svg.twitter {
  width: 25px;
}
.contact-list__item--wrap svg.instagram {
  width: 20px;
}
.contact-list__item--wrap svg.youtube {
  width: 30px;
}
@media (min-width: 1050px) {
  .contact-list__item {
    width: calc(33.33% - 15px);
    margin-right: 15px;
    padding: 30px;
  }
  .contact-list__item--title {
    font-size: 24px;
  }
  .contact-list__item--country {
    margin-top: 20px;
  }
  .contact-list__item--wrap {
    margin-top: 20px;
  }
  .contact-list__item--wrap .tel {
    height: 34px;
  }
  .contact-list__item--wrap svg {
    height: 30px;
  }
  .contact-list__item--wrap svg.facebook {
    width: 20px;
  }
  .contact-list__item--wrap svg.twitter {
    width: 50px;
  }
  .contact-list__item--wrap svg.instagram {
    width: 40px;
  }
  .contact-list__item--wrap svg.youtube {
    width: 60px;
  }
}

.contact-country {
  display: inline-block;
  height: 30px;
  width: auto;
}
@media (min-width: 1050px) {
  .contact-country {
    height: 50px;
    margin-right: 15px;
  }
}

.contact-link {
  display: block;
  width: 40px;
  margin-right: 15px;
}

.contact-tab {
  margin: 20px 0;
}
.contact-tab__label {
  cursor: pointer;
}
.contact-tab__label--check {
  display: none;
}
.contact-tab__label--check:checked + .contact-tab__label--name {
  background: #333;
  color: #fff;
}
.contact-tab__label--name {
  font-size: 12px;
  line-height: 1;
  padding: 5px;
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0 5px 5px 0;
}
@media (hover: hover) {
  .contact-tab__label--name {
    transition: 0.3s;
  }
  .contact-tab__label--name:hover {
    background: #333;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .contact-tab__label--name {
    font-size: 16px;
    padding: 5px 10px;
  }
}

.distribution-note {
  display: block;
  font-size: 0.5em;
  opacity: 0.5;
  margin-top: 5px;
}

.meter-list li:before {
  content: "";
}

.meter-list li:first-child:before {
  content: "A";
}

.small-fsize {
  font-size: 0.8em;
}

.smooth-swiper {
  margin-top: 60px;
}
.smooth-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.smooth-swiper figure {
  margin-bottom: 0;
}
@media (min-width: 1100px) {
  .smooth-swiper.frontpage {
    margin-top: 0;
  }
}

.button__buy:before, .request-button:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/icon-cart-wh.svg) no-repeat center/cover;
}

.button__buy, .request-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--button-color);
  border: none;
  color: #fff;
  gap: 5px;
  padding: 1em;
  border-radius: 2em;
  width: 100%;
  font-size: 1.25em;
}

.button__soldout:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/icon-cart-wh.svg) no-repeat center/cover;
}

.button__soldout {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ddd;
  border: none;
  color: #fff;
  gap: 5px;
  padding: 1em;
  border-radius: 2em;
  width: 100%;
  font-size: 1.25em;
}

.item-select {
  display: flex;
  height: 60px;
  margin-bottom: 20px;
}

.item-select select {
  width: 100%;
  background: #eeeeee;
  border: none;
  padding: 15px;
  padding-right: 30px;
  appearance: none;
  min-height: 60px;
}

.item-select figure img {
  max-width: 80px;
}

.item-select__box {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.item-select__box svg {
  position: absolute;
  top: 30px;
  right: 10px;
}

@media (hover: hover) {
  .button__buy:hover, .request-button:hover {
    background: #c50018;
  }
}
@media screen and (max-width: 768px) {
  .pricefix_sp {
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    left: 0;
    bottom: 0;
    z-index: 3;
    opacity: 0;
    transform: translateY(100px);
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  @keyframes fadeIn {
    100% {
      opacity: 1;
      transform: translate(0);
    }
  }
}
.accept-cookie-wrap {
  transition: 0.6s ease-in-out;
}
.accept-cookie-wrap.hide {
  opacity: 0;
  visibility: hidden;
}
.accept-cookie-wrap.hide * {
  z-index: -1;
}

.block-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.25);
  z-index: 3;
}

.accept-cookie {
  opacity: 0;
  animation: fadeBottom 0.5s ease-in 0s forwards;
  font-size: 12px;
  position: fixed;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 1em;
  border-top: 1px solid #ddd;
}
.accept-cookie__left--head {
  font-size: 1.25em;
  margin: 10px 0 0;
}
.accept-cookie__right--button {
  display: block;
  background: var(--theme-color);
  border: 2px solid var(--theme-color);
  color: #fff;
  max-width: 450px;
  margin: 1em auto;
  font-size: 1rem;
  font-weight: bold;
  width: 80%;
  padding: 0.5em;
  border-radius: 6px;
}
@media (hover: hover) {
  .accept-cookie__right--button:hover {
    color: var(--theme-color);
    background: transparent;
  }
}
.accept-cookie__right--lang {
  text-align: center;
}
@media (min-width: 1050px) {
  .accept-cookie {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5em;
    padding: 2.5em;
    font-size: 14px;
  }
  .accept-cookie__left {
    max-width: calc(100% - 470px);
  }
  .accept-cookie__right {
    width: 450px;
  }
  .accept-cookie__right--button {
    width: 100%;
    padding: 20px;
    margin: 0;
  }
}

@keyframes fadeBottom {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-category__item.break-after {
  clear: both;
  width: 100%;
  display: inline-block;
}

.label-block {
  font-weight: bold;
  display: block;
  margin-top: 10px;
}

.input-block {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px 10px;
}

.request-button {
  margin-top: 20px;
}
.request-button:before {
  content: none;
}

.confirm-table {
  word-break: break-all;
}
@media (max-width: 639px) {
  .confirm-table {
    display: block;
  }
  .confirm-table * {
    display: block;
  }
  .confirm-table th {
    margin-top: 1em;
  }
}

.point-caption {
  margin-top: 40px;
}
.point-caption h2:first-child {
  margin-top: 0;
}
.point-caption strong {
  border: none;
}
.point-caption ol {
  background: #ffe2af;
  color: #4b575a;
  padding: 2em 2em 2em 4em;
}
.point-caption li {
  margin-bottom: 1em;
}

.single-search {
  margin-block: 2em;
}
.single-search__title {
  font-weight: bold;
}
.single-search__form {
  display: flex;
  gap: 0.5em;
}
.single-search__form--input {
  flex: 1;
  padding: 1em 1em;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.single-search__form--input::placeholder {
  color: rgb(170, 170, 170);
}
.single-search__form--submit {
  padding: 0 1em;
  border: none;
  border-radius: 6px;
  background: var(--theme-color);
  color: white;
  font-size: 1.25em;
}
.single-search__form--submit:disabled {
  background: #9DA1AA;
}
@media (min-width: 1100px) {
  .single-search {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2em;
  }
  .single-search__title {
    width: 300px;
  }
  .single-search__form {
    flex: 1;
  }
  .single-search__form--submit {
    padding: 0 2em;
  }
}

.result-area {
  margin-block: 2em;
}

