@charset "UTF-8";

/*
Theme Name:   しゃりんかん
Description:  
Author:       SHIN Inc.
Author URI:   http://www.shin-inc.jp/
Version:      1.0
Template:     archetype4
*/

/* Normalize
--------------------------------*/

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

*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

html,
body,
div,
header,
footer,
main,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: clip;
  background: #000;
  color: #fff;
}

a {
  color: inherit;
  transition: 0.3s;
}

a:before,
a:after {
  text-align: inherit;
  text-decoration: inherit;
}

abbr {
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: 0.8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  min-height: 1px;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}

header p,
footer p {
  margin: 0;
}

main p {
  line-height: 2;
  font-size: 0.875rem;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

td ul {
  margin-top: 0;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0;
}

dd + dt {
  margin-top: 1em;
}

section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 1rem 0.5rem;
  border: 0;
  border-bottom: 1px solid #B5B8BA;
  font-weight: 500;
  font-size: 0.875em;
  text-align: left;
}

th {
  white-space: nowrap;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  transition: 0.3s;
}

button,
[type=submit],
[type=button],
[type=reset] {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  text-shadow: none;
}

[type=text],
[type=tel],
[type=email],
[type=url],
[type=search],
[type=number],
[type=date],
[type=password],
textarea,
select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

[type=text]:focus,
[type=tel]:focus,
[type=email]:focus,
[type=url]:focus,
[type=search]:focus,
[type=number]:focus,
[type=date]:focus,
[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

[type=radio],
[type=checkbox] {
  vertical-align: baseline;
}

button,
[type=submit],
[type=button],
[type=reset],
[type=radio],
[type=checkbox] {
  cursor: pointer;
}

[disabled] {
  opacity: 0.3;
  cursor: default;
}

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

legend {
  width: 100%;
}

/* Icon
--------------------------------*/

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?cvxez6");
  src: url("fonts/icomoon.eot?cvxez6#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?cvxez6") format("truetype"), url("fonts/icomoon.woff?cvxez6") format("woff"), url("fonts/icomoon.svg?cvxez6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow3:before {
  content: "\e907";
}

.icon-arrow:before {
  content: "\e900";
}

.icon-tel:before {
  content: "\e901";
}

.icon-map:before {
  content: "\e902";
}

.icon-external:before {
  content: "\e903";
}

.icon-line:before {
  content: "\e904";
}

.icon-arrow2:before {
  content: "\e905";
}

.icon-battery:before {
  content: "\e906";
}

/* Extends
--------------------------------*/

.post:first-child,
.widget:first-child,
.paragraph:first-child {
  margin-top: 0;
}

.post:last-child,
.widget:last-child,
.paragraph:last-child {
  margin-bottom: 0;
}

.site-content,
.site-footer-content,
.site-header-content {
  max-width: 1152px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

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

.wpcf7-submit,
.btn {
  display: block;
  width: fit-content;
  max-width: 100%;
  line-height: 1.7143;
  box-shadow: none;
  margin: 0 auto;
  padding: 0.857143em 1.5em;
  border: 0;
  border-radius: 0.286em;
  background: var(--bg-color, #000);
  color: var(--color, #fff);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

.product-area,
.rental-area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-block: 0;
  padding-block: 5rem 3rem;
  background: no-repeat 50% 0 #000;
  background-size: cover;
  color: #fff;
}

/* Heading
--------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  font-weight: 700;
}

h2 {
  margin: 0 0 1.5rem;
  text-align: center;
  font-size: 1.5rem;
}

h2:has(+ .account) {
  margin-bottom: 0;
}

h2:has(.fa-brands) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625em;
}

h2:has(.fa-brands):after {
  width: 1em;
  content: "";
}

h2 .fa-brands {
  width: 1em;
}

h2:lang(en),
h2.en {
  font-weight: 700;
  font-style: italic;
  font-family: "Poppins", sans-serif;
}

h2[data-en] {
  margin-bottom: 2rem;
  color: #999;
  font-weight: 500;
  font-size: 0.8125rem;
}

h2[data-en] .en {
  display: block;
  color: #000;
  font-weight: 700;
  font-size: 1.8462em;
}

h2[data-en]:lang(en) {
  color: inherit;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.8462em;
}

h2[data-en-after] {
  font-weight: 500;
  font-size: 0.875rem;
  text-align: left;
}

h2[data-en-after] .en {
  display: block;
  font-size: 3rem;
}

h2[data-en-after]:lang(en) {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 3rem;
}

h2 .en:lang(en) {
  display: none !important;
}

h2 .supplement:lang(en) {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-style: normal;
  font-size: 0.5em;
}

h3 {
  margin-bottom: 1em;
  font-size: 1.25rem;
}

h3[data-en-after] {
  margin-bottom: 1em;
  font-size: 1.5rem;
}

h3[data-en-after] .en {
  display: block;
  color: #8b9093;
  font-size: 0.5em;
}

h3[data-en-after]:lang(en) {
  font-weight: 700;
  font-style: italic;
  font-family: "Poppins", sans-serif;
}

h3 .en:lang(en) {
  display: none !important;
}

/* Site Width
--------------------------------*/

.site:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8em;
  z-index: 998;
  background: rgba(0, 0, 0, 0.5);
  font-size: min(16px, 3.721vw);
  content: "";
}

/* Common
--------------------------------*/

.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  min-width: 19.286em;
  transition-property: opacity;
}

.btn:before {
  width: 1.07143em;
  content: "";
}

.btn:after {
  position: relative;
  top: 0.05em;
  font: 1.07143em/1 icomoon;
  content: "\e900";
}

.btn--w {
  --bg-color: #fff;
  --color: #000;
}

.btn--back,
.btn--rental {
  --bg-color: #C21714;
  --color: #fff;
}

.btn:hover,
.btn:focus {
  opacity: 0.75;
}

.image {
  text-align: center;
}

.tagline {
  margin: 0 0 1rem;
  line-height: 2;
  font-weight: 700;
  font-size: 1.25rem;
}

.link {
  margin-top: 2rem;
  text-align: center;
}

.note {
  line-height: 1.6667;
  margin: 1.334em 0;
  font-size: 0.75em;
}

.note:has(+ .insurance-detail) {
  text-align: center;
}

.en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.fa-brands {
  font: var(--fa-font-brands) !important;
}

.paragraph {
  margin: 1em 0;
}

.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-text:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.screen-reader-text:before,
.screen-reader-text:after {
  content: none;
}

.break:before {
  white-space: pre;
  content: "\a";
}

/* Header
--------------------------------*/

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
}

.site-header-content {
  display: grid;
  grid-template-areas: "translate title nav";
  grid-template-columns: 1fr 13.75em 1fr;
  align-items: flex-start;
  padding-top: 3.25em;
  padding-bottom: 1.1875em;
  font-weight: 500;
  font-size: min(16px, 3.721vw);
}

.site-title {
  position: relative;
  z-index: 100002;
  grid-area: title;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.site-title a {
  display: block;
  text-decoration: none;
}

.site-title span {
  display: block;
  width: fit-content;
  line-height: 1.286;
  margin: 0.286em auto 0;
  padding: 0 1.14286em 0.14286em 1.14286em;
  border: 1px solid;
  font-weight: 600;
  font-size: 0.875em;
}

.language-selector {
  position: relative;
  z-index: 100003;
  grid-area: translate;
  margin: 0;
}

.language-selector__current {
  display: flex;
  -webkit-appearance: none;
  appearance: none;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  background: transparent;
  color: inherit;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  text-decoration: underline;
}

.language-selector__list {
  display: none;
  position: absolute;
  list-style: none;
  top: 100%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  border-radius: 0.25rem;
  background: rgba(20, 30, 37, 0.9);
  transition: opacity 0.3s;
}

.language-selector__list a {
  display: block;
  padding: 0.25rem 0.75rem;
  text-decoration: none;
  white-space: nowrap;
}

.language-selector__list a:hover,
.language-selector__list a:focus {
  background: rgba(255, 255, 255, 0.1);
}

.no-js .language-selector__list {
  display: block;
}

.language-selector__list.is-open {
  opacity: 1;
}

.global-nav {
  grid-area: nav;
  margin-left: auto;
}

.global-nav-content {
  display: none;
}

.no-js .global-nav-content {
  display: block;
  transition: none;
}

.global-nav__inner {
  margin: 8em auto 0;
  padding: 0 3.125vw;
}

.global-nav__list {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  gap: 1.5em;
  margin-bottom: 2em;
}

.global-nav__link {
  display: block;
  position: relative;
  padding: 0 0.75em;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
}

.global-nav__link::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  border-top: 1px solid;
  transition: width 0.3s;
  content: "";
}

.global-nav__link:hover::after,
.global-nav__link:focus::after {
  width: 100%;
}

.head-rental {
  display: none;
}

.global-nav .head-rental {
  display: block;
  border-top: 1px solid #b5b8ba;
  padding: 1.5em 3.125vw 0;
}

.head-rental .btn {
  --bg-color: #fff;
  --color: #000;
  width: 100%;
  min-width: 0;
}

.head-tokusho {
  line-height: 1;
  margin-bottom: 1.5em;
  padding: 1.5em 3.125vw;
  border-bottom: 1px solid #b5b8ba;
}

.head-tokusho a {
  text-decoration: none;
}

.head-tokusho a:before {
  margin-right: 0.3em;
  font-family: icomoon;
  font-weight: 400;
  content: "\e900";
}

.language-list {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  margin-bottom: 2em;
}

.language-list__link {
  font-size: 0.75em;
  text-decoration: none;
}

.menu-button {
  grid-area: button;
  position: relative;
  z-index: 100002;
  width: 2.75em;
  background: transparent;
  color: inherit;
}

.menu-icon {
  display: block;
  max-width: 100%;
}

.menu-icon__bar {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: 0.5s;
  fill: currentColor;
}

.menu-icon__bar:first-child {
  -webkit-transform: translateY(-5.87px);
  transform: translateY(-5.87px);
}

.menu-icon__bar:nth-child(2) {
  -webkit-transform: translateY(5.87px);
  transform: translateY(5.87px);
}

[aria-expanded=true] .menu-icon__bar {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

[aria-expanded=true] .menu-icon__bar:first-child {
  -webkit-transform: translateY(0) rotate(15deg);
  transform: translateY(0) rotate(15deg);
}

[aria-expanded=true] .menu-icon__bar:nth-child(2) {
  -webkit-transform: translateY(0) rotate(-15deg);
  transform: translateY(0) rotate(-15deg);
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000;
  width: 100%;
  height: 0;
  overflow: auto;
  background: #000;
  color: #fff;
  transition: height 0.3s;
}

.drawer[aria-hidden=false] {
  height: 100vh;
}

.hero {
  position: relative;
  z-index: 1000;
  height: 100vh;
  height: 100svh;
  min-height: 390px;
  overflow: hidden;
  background: #000;
  color: #fff;
  font-size: min(16px, 3.721vw);
}

.hero > button {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.hero > button.is-active {
  height: 100%;
}

.hero__text {
  position: absolute;
  top: min(50% - 4.875em, 10.5625em);
  right: 0;
  left: 0;
  z-index: 10;
  width: fit-content;
  max-width: 26.2em;
  line-height: 1.5;
  opacity: 0;
  margin: auto;
  transition: opacity 0.3s;
  font-weight: 700;
  text-align: right;
  pointer-events: none;
}

.hero__text > p {
  opacity: 0.8;
  margin: 0;
  transform: rotate(-5.93deg);
  transition: clip-path 0.5s;
  clip-path: rect(0% 0% 100% 0%);
}

.hero__text > p.en {
  line-height: 1.05;
  font-weight: 700;
  font-size: 3.9375em;
  text-align: center;
}

.hero__text > p:nth-child(2):lang(en) {
  font-size: 0.675em;
}

.no-js .hero__text {
  opacity: 1;
  transition: none;
  clip-path: none;
}

[data-loaded=true] .hero__text {
  opacity: 1;
}

[data-loaded=true] .hero__text > p {
  clip-path: rect(0% 100% 100% 0%);
}

.hero__link {
  display: flex;
  position: absolute;
  list-style: none;
  right: 0;
  bottom: 4.5em;
  left: 0;
  z-index: 100;
  justify-content: center;
  gap: 1em;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  pointer-events: none;
}

.hero__link a {
  display: flex;
  align-items: center;
  gap: 1.14286em;
  line-height: 3.14286;
  padding: 0 1.14286em;
  border-radius: 0.286em;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 0.875em;
  text-decoration: none;
  pointer-events: auto;
}

.hero__link a:after {
  font: 1em/1 icomoon;
  content: "\e905";
}

.head-slider {
  height: 100%;
}

.head-slider__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}

.head-slider__item.is-active {
  z-index: 1;
  opacity: 1;
}

.head-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.head-slider .is-active img,
.head-slider .is-prev img {
  animation: zoom 8s linear;
}

.head-slider .splide__pagination {
  position: absolute;
  right: 0;
  left: 0;
  bottom: min(2.709%, 1.5rem);
  z-index: 90;
}

@keyframes zoom {
  100% {
    transform: scale(1.2);
  }
}

.loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 6rem;
  height: 6rem;
  margin: auto;
  border: solid 0.75rem #fff;
  border-right-color: transparent;
  border-radius: 50%;
  transition: opacity 0.5s;
  animation: rotate 1s linear infinite;
}

[data-loaded=true] .loader {
  opacity: 0;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.play-button {
  position: absolute;
  top: -1.875em;
  left: -1.875em;
  z-index: 500;
  width: 3.75em;
  height: 3.75em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  color: #ebeced;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
}

.play-button.is-visible {
  opacity: 1;
}

.play-button::before,
.play-button__icon,
.play-button__text {
  opacity: 0.8;
  transform: translate(var(--x, 0), var(--y, 0));
  transition: transform 0.24s ease-out;
}

.play-button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transition-duration: 0.26s;
  content: "";
}

.play-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.play-button__icon svg {
  display: block;
  width: 23.334%;
  height: auto;
}

.play-button__icon path {
  fill: currentColor;
}

.play-button__text {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0.364em -0.25em;
  transition-duration: 0.295s;
  font: italic 600 0.6875em/1 "Poppins", sans-serif;
  white-space: nowrap;
}

.play-button.is-previsible::before,
.play-button.is-previsible .play-button__icon,
.play-button.is-previsible .play-button__text {
  transition: none;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.85);
  transition: 0.3s;
}

.overlay.is-active {
  z-index: 99999;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

.head-movie {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - 2em);
  max-width: 1080px;
  aspect-ratio: 16/9;
  opacity: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  transition: 0.3s;
  pointer-events: none;
}

.head-movie[aria-hidden=false] {
  z-index: 100000;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

.head-movie > iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.close-button {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 10;
  width: 2em;
  height: 2em;
  line-height: 1.334;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

/* Footer
--------------------------------*/

.site-footer {
  padding-bottom: 0.5em;
  font-weight: 500;
}

.site-footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 1em min(1.5em, 5.5814vw);
  padding-block: 2.5em;
}

.foot-nav {
  display: grid;
  grid-template-rows: subgrid;
  grid-column: 1;
  grid-row: 1/span 2;
  align-items: start;
}

.foot-nav__heading {
  grid-row: 1;
  font-style: normal;
  font-size: 0.9375em;
  text-transform: uppercase;
}

.foot-nav__list {
  display: flex;
  list-style: none;
  grid-row: 2;
  flex-direction: column;
  gap: 1em;
  line-height: 1.4;
  margin: 0 0 0 0.5em;
  padding: 0;
}

.foot-nav__item:first-child {
  text-transform: uppercase;
}

.foot-nav__item:first-child:lang(en) {
  text-transform: none;
}

.foot-nav__link {
  display: inline-block;
  position: relative;
  font-size: 0.875em;
  text-decoration: none;
}

.foot-nav__link:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  margin-top: 0.25em;
  border-top: 1px solid;
  transition: width 0.3s;
  content: "";
}

.foot-nav__link:hover:after,
.foot-nav__link:focus:after {
  width: 100%;
}

.organization {
  grid-column: 2;
  grid-row: 2;
  font-size: 0.8125em;
}

.organization__name {
  margin-bottom: 1.7143em;
  font-weight: 700;
  font-size: 1.077em;
}

.organization__note {
  margin-top: 1em;
}

.organization__link {
  margin-top: 1.8462em;
}

.follow-us {
  display: flex;
  list-style: none;
  gap: 1em;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0;
}

.site-footer .follow-us {
  grid-column: 1/-1;
  grid-row: 3;
}

.follow-us__link {
  display: block;
  padding: 0.3334em;
  border: 1px solid;
  border-radius: 50%;
  font-size: 1.5em;
  text-align: center;
  text-decoration: none;
}

.follow-us__link:before {
  display: block;
  width: 1em;
  font: var(--fa-font-brands);
  content: "\f16d";
}

.follow-us__link[href*="line.me"]:before {
  font-family: icomoon;
  content: "\e904";
}

.copyright {
  font-size: 10px;
  text-align: center;
}

/* Site Content
--------------------------------*/

.site-content-wrap {
  overflow: clip;
  padding-top: 2.5rem;
  padding-bottom: 6rem;
  background: #fff;
  color: #141E25;
}

.home .site-content-wrap,
.page-rental .site-content-wrap,
.page-product .site-content-wrap {
  padding-bottom: 0;
}

.no-posts {
  font-weight: 700;
  text-align: center;
}

/* 404
--------------------------------*/

.search-form {
  display: flex;
  max-width: 400px;
}

.search-form__field[type=search] {
  flex: 1;
  border-radius: 0;
}

.search-form__submit {
  flex: 0 0 4em;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}

/* Sidebar
--------------------------------*/

/* Breadcrumbs
--------------------------------*/

.breadcrumbs {
  overflow: auto;
  margin: 0.5rem 0;
  font-size: 0.875em;
}

.breadcrumbs > ol {
  display: flex;
}

.breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
}

.breadcrumbs li:first-child {
  text-transform: uppercase;
}

.breadcrumbs li + li:before {
  margin: 0 0.3em;
  content: ">";
}

/* Home
--------------------------------*/

.introduction__tagline {
  line-height: 1.5;
  font-weight: 700;
  font-size: min(2em, 7.4418604651vw);
}

.introduction__tagline svg {
  width: auto;
  height: 0.625em;
}

.introduction__image {
  position: relative;
  overflow: hidden;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 1em;
  container-type: inline-size;
}

.introduction__image .en {
  position: absolute;
  top: 0;
  right: 0.208334em;
  line-height: 1.375;
  transform: rotate(-5.93deg);
  transform-origin: 100% 0;
  color: #fff;
  font-weight: 700;
  font-size: 11.628cqi;
}

.introduction__image img {
  width: 100%;
}

.product-area {
  padding-top: 9em;
  background-image: url(images/bg_product.jpg);
}

.page .product-area {
  padding-top: 6em;
  padding-bottom: 8em;
}

.product-area:has([data-en-after="Mountain bike"]) {
  background-image: url(images/bg_product_mountain_bike.jpg);
}

.product-area:has([data-en-after="Closs bike"]) {
  background-image: url(images/bg_product_closs_bike.jpg);
}

.product-area:has([data-en-after="Triathlon bike"]) {
  background-image: url(images/bg_product_triathlon.jpg);
}

.product-area:has([data-en-after=E-bike]) {
  background-image: url(images/bg_product_ebike.jpg);
}

.product-area:has([data-en-after="Kids bike"]) {
  background-image: url(images/bg_product_kids_bike.jpg);
}

.rental-area {
  padding-bottom: 12.25em;
  background-image: url(images/bg_rental.jpg);
  background-position-y: 100%;
  background-color: #005ca8;
}

.rental-introduction-wrap {
  max-width: 24.75em;
  overflow: hidden;
  margin: 0 calc(50% - 50vw) 0 auto;
  border-radius: 0.375em 0 0 0.375em;
  transition: clip-path 0.8s;
  clip-path: polygon(0% 0%, 0% 0, 0% 0%);
}

.rental-introduction-wrap.is-visible {
  clip-path: polygon(0% 0%, 200% 0%, 0% 200%);
}

.rental-introduction {
  margin: 0;
  background: url(images/bg_rental01.jpg) no-repeat center/cover #000;
  color: #fff;
}

.rental-introduction:nth-child(2) {
  background-image: url(images/bg_rental02.jpg);
}

.rental-introduction:nth-child(3) {
  background-image: url(images/bg_rental03.jpg);
}

.rental-introduction__link {
  display: block;
  display: grid;
  position: relative;
  z-index: 0;
  grid-template-columns: 16.5em 1fr;
  grid-template-rows: 1fr auto auto;
  min-height: 18em;
  padding: 0 0 1.5em 1.5em;
  text-decoration: none;
}

.rental-introduction__link:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333 100%);
  transition: opacity 0.3s;
  content: "";
}

.rental-introduction__link[href]:after {
  position: absolute;
  right: 0.8em;
  bottom: 1.6em;
  background: #000;
  font: 0.9375em/1 icomoon;
  content: "\e905";
}

.rental-introduction__link[href]:hover:before,
.rental-introduction__link[href]:focus:before {
  opacity: 0.8;
}

.rental-introduction__link h3 {
  grid-column: 1;
  grid-row: 2;
  margin: 0 0 1em;
  font-size: 1.5rem;
}

.rental-introduction__link h3 .en {
  display: block;
  margin-bottom: 0.5em;
  font-size: 0.45em;
  text-transform: uppercase;
}

.rental-introduction__link p {
  grid-column: 1;
  grid-row: 3;
  margin: 0;
  font-size: 0.75em;
}

.shop-info-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.shop-info {
  margin: 0;
  padding: min(4.6512vw, 1.25em);
  border: 1px solid #8b9093;
}

.shop-info--another {
  display: grid;
  grid-template-areas: "name image" "content image" "link link";
  grid-template-columns: 1fr 5.75em;
  gap: 0 0.5em;
}

.shop-info__image {
  grid-area: image;
  margin-bottom: 0.75em;
}

.shop-info--another .shop-info__image {
  margin: 0;
  aspect-ratio: 1/1;
}

.shop-info__content {
  grid-area: content;
  font-size: 0.875em;
}

.shop-info--another .shop-info__content {
  line-height: 1.42;
  font-size: 0.75em;
}

.shop-info__name {
  grid-area: name;
  margin: 0 0 0.5em;
  font-size: 1rem;
}

.shop-info__name a {
  display: inline-flex;
  align-items: center;
  gap: 0.667em;
  text-decoration: none;
}

.shop-info__name a:after {
  font: 0.9375em/1 icomoon;
  content: "\e900";
}

.shop-info__tel {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}

.shop-info__link {
  display: flex;
  grid-area: link;
  gap: 0.5em;
  margin-top: 1.25em;
}

.shop-info__link .btn {
  flex: 1;
  gap: 0;
  min-width: 0;
  padding: 0.5em 0.57143em;
  border: 1px solid #bebebe;
  font-size: min(0.875rem, 3.256vw);
}

.shop-info__link .btn::before {
  width: 1em;
  font: 1.7143em/1 icomoon;
  content: "\e901";
}

.shop-info__link [href*=maps]::before {
  content: "\e902";
}

.inner {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-block: 2.5em;
  background: #ebeced;
}

.pickup {
  list-style: none;
  margin: 0;
  padding: 0.625em min(30px, 6.977vw);
  background: #fff;
}

.pickup__item {
  border-bottom: 1px solid #e7e7e7;
}

.pickup__link {
  display: block;
  display: grid;
  grid-template-columns: 1fr 5.625em;
  align-items: center;
  gap: 1em;
  padding: 0.375em 0;
  text-decoration: none;
}

.pickup__title {
  display: flex;
  align-items: center;
  gap: 0.7143em;
  line-height: 1.5;
  font-size: 0.875em;
}

.pickup__title:before {
  font: 1em/1 icomoon;
  content: "\e903";
}

.pickup__image {
  background: #ccc;
  aspect-ratio: 90/62;
}

.account {
  margin-bottom: 3rem;
  color: #999;
  font-size: 0.8125em;
  text-align: center;
}

.instagram-wrap {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

#sb_instagram #sbi_images {
  padding: 0;
}

/* Page
--------------------------------*/

.page-head-wrap {
  position: relative;
  z-index: 1000;
  height: 313.9535vw;
  max-height: 1350px;
  padding-bottom: 15em;
  background: url(images/bg_header_rental.jpg) no-repeat 50% 100%/cover;
}

.page-header {
  display: flex;
  position: relative;
  z-index: 1000;
  height: calc(70.2326vw + 8em);
  max-height: 430px;
  padding: 0 3.125vw 3rem;
  background: url(images/bg_header.jpg) no-repeat 50%/cover;
}

.page-header--shop {
  background-image: url(images/bg_header_shop.jpg);
}

.page-header--product {
  background-image: url(images/bg_header_product.jpg);
}

.page-header--customers_bike {
  background-image: url(images/bg_header_customers_bike.jpg);
}

.page-header--rental {
  background: none;
}

.page-header--post,
.page-header--booking {
  z-index: 0;
  height: calc(35.349vw + 8em);
  max-height: 280px;
  padding-bottom: 2rem;
  border-bottom: 1px solid #b5b8ba;
  background: #fff;
  color: #000;
}

.page-title {
  line-height: 2;
  margin-top: auto;
  font-weight: 500;
  font-size: min(14px, 3.2558139535vw);
  text-indent: 0.357143em;
}

.page-title .en {
  display: block;
  line-height: 1.25;
  font-size: 3.4286em;
  text-indent: 0;
}

.page-title .en:lang(en) {
  display: none;
}

.page-title:lang(en) {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: min(48px, 11.1627906977vw);
  text-indent: 0;
}

.page-head-content {
  font-weight: 700;
  font-size: min(16px, 3.7209302326vw);
  text-align: center;
}

.page-head-tagline {
  width: fit-content;
  line-height: 2;
  opacity: 0;
  margin: 0 auto 2.5em;
  font-size: 1.5em;
  letter-spacing: 0.012em;
  clip-path: rect(0% 0% 100% 0%);
  transition: opacity 0.9s, clip-path 1s;
}

.is-visible .page-head-tagline {
  opacity: 1;
  clip-path: rect(0% 100% 100% 0%);
}

.no-js .page-head-tagline {
  opacity: 1;
  clip-path: none;
  transition: none;
}

.page-head-text {
  opacity: 0;
  line-height: 2.25;
  transform: translateY(1em);
  transition: 2s 1s;
  transition-property: opacity transform;
  letter-spacing: 0.0175em;
}

.page-head-text p {
  margin-top: 2.25em;
}

.is-visible .page-head-text {
  opacity: 1;
  transform: translateY(0);
}

.no-js .page-head-text {
  opacity: 1;
  transform: none;
  transition: none;
}

.photo-gallery-container {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-block: 2.5rem;
  container-type: inline-size;
}

.photo-gallery {
  margin: 0;
  padding-bottom: 6.05cqi;
}

.photo-gallery__item img {
  width: 100%;
}

.photo-gallery-thumbnail {
  position: absolute !important;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 79.0697674419%;
  margin: 0 auto;
}

.photo-gallery-thumbnail .splide__arrows {
  position: static;
  margin: 0;
}

.photo-gallery-thumbnail .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.photo-gallery-thumbnail .splide__arrow--prev {
  right: 100%;
  margin-right: 0.5em;
}

.photo-gallery-thumbnail .splide__arrow--next {
  left: 100%;
  margin-left: 0.5em;
}

.photo-gallery-thumbnail__item {
  width: 11.6279069767cqi;
  border: 0.4651162791cqi solid rgba(255, 255, 255, 0.5);
  background: #000;
  aspect-ratio: 1/1;
  cursor: pointer;
}

.photo-gallery-thumbnail__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.photo-gallery-thumbnail__item.is-active {
  border-color: #fff;
}

.photo-gallery-thumbnail__item.is-active img {
  opacity: 1;
}

.guide-map {
  margin: 2em 0;
  border: 0.1875em solid #ebeced;
  background: #fff;
  aspect-ratio: 3/2;
}

.guide-map > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.leaflet-touch .leaflet-bar {
  display: flex;
  gap: 0.5em;
  margin: 0 0.5em 0.75em 0;
  border: 0;
  font-size: 1rem;
}

.leaflet-touch .leaflet-bar a {
  width: 1.875em;
  height: 1.875em;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
}

.leaflet-touch .leaflet-bar a.leaflet-disabled {
  opacity: 0.5;
}

.leaflet-touch .leaflet-bar svg {
  display: block;
  width: 100%;
}

.map {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  aspect-ratio: 16/9;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.greeting__image {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-bottom: 1em;
}

.greeting__image img {
  width: 100%;
}

.greeting__author {
  position: absolute;
  top: 0;
  left: 1em;
  padding: 1em 1.5em;
  border-radius: 0 0 0.5em 0.5em;
  background: #fff;
}

.greeting__post {
  font-size: 0.75em;
}

.greeting__name {
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.25em;
}

.greeting__name .en {
  display: block;
  line-height: 1;
  font-size: 0.55em;
  color: #8b9093;
}

.greeting__name .en:lang(en) {
  display: none;
}

.greeting__profile {
  margin-top: 2em;
  padding: 1em;
  border: 1px dashed;
  border-radius: 0.5em;
}

.greeting__profile > p {
  line-height: 1.667;
  font-size: 0.75em;
}

.product-introduction {
  margin-bottom: 3rem;
}

.delivery-info {
  display: grid;
  grid-template-areas: "heading heading" "text image" "area area";
  grid-template-columns: 1fr 4.875em;
  gap: 0 1.5em;
  margin: 2em 0 0;
  padding: 0.5em 0.625em 0.75em;
  border: 1px dashed;
  border-radius: 0.5em;
}

.delivery-info__heading {
  grid-area: heading;
  margin: 0 0 0.75em;
  font-size: 1em;
  text-align: center;
}

.delivery-info__text {
  grid-area: text;
}

.delivery-info__image {
  grid-area: image;
}

.delivery-info__area {
  grid-area: area;
  margin-top: 0.375em;
  padding: 0.25em 1em;
  background: #ebeced;
}

.delivery-info p {
  line-height: 1.667;
  font-size: 0.75em;
}

.rentalbox {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-block: 1.75em;
  background: url(images/bg_rentalbox.jpg) no-repeat 50%/cover #000;
  color: #fff;
  text-align: center;
}

.rentalbox p {
  line-height: 1.5;
  margin: 1.667em 0;
  font-size: 0.75rem;
}

.rentalbox__heading {
  line-height: 1.143;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}

.rental-lineup-text .icon-battery {
  vertical-align: bottom;
  margin-right: 0.23077em;
  font-size: 1.86em;
}

.product-list {
  width: min(296px, 68.84vw);
  opacity: 0;
  margin: 4em 0 2em;
  transform: translateY(10%);
  transition: opacity 0.5s, transform 0.8s;
}

.product-list.is-visible {
  opacity: 1;
  transform: none;
}

.no-js .product-list {
  opacity: 1;
  transform: none;
  transition: none;
}

.product-list .splide__track {
  overflow: visible;
}

.product-list__item {
  display: flex;
  flex-direction: column;
  container-type: inline-size;
}

.product-list__head {
  display: block;
  position: relative;
  background: #000;
  color: #fff;
  text-decoration: none;
}

.product-list__head .icon-battery {
  position: absolute;
  top: 0.385em;
  right: 0.6154em;
  font-size: 1.625em;
}

.product-list__image {
  aspect-ratio: 1/1;
}

.product-list__name {
  position: absolute;
  bottom: 0.5em;
  z-index: 1;
  width: 100%;
  padding: 0 0.75em;
  font: italic 600 8.1081cqi/1.25 "Poppins", sans-serif;
}

.product-list__content {
  display: grid;
  grid-template-rows: repeat(2, auto) 1fr repeat(2, auto);
  flex: 1 auto;
  margin: 1.5em 0 1.875em;
  font-size: 5.40541cqi;
}

.product-list__tagline {
  font-weight: 700;
  font-size: 1em;
}

.product-list__text {
  color: #464d53;
}

.product-list__text p {
  line-height: 1.667;
  margin: 0;
  font-size: 0.75em;
}

.product-list__spec {
  min-height: 8.8334em;
  line-height: 1.667;
  padding: 0.667em;
  border-radius: 0.334em;
  background: #ebeced;
  font-size: 0.75em;
}

.product-list__link {
  padding: 0.75em 0;
  border-style: solid;
  border-width: 1px 0;
  font-size: 5.40541cqi;
}

.product-list__link .btn {
  --bg-color: #C21714;
  min-width: 10.286em;
  padding-block: 0.286em;
  font-size: 0.875em;
}

.rental-cost {
  display: flex;
  align-items: center;
  gap: 0.5em;
  line-height: 1.5;
}

.rental-cost > span {
  font-weight: 700;
  font-size: 1.5em;
}

.rental-cost > span:nth-child(-n+2) {
  font-family: "Poppins", sans-serif;
  font-style: italic;
}

.rental-cost > span:first-child {
  font-size: 2.5em;
}

.rental-cost > span:nth-child(2) {
  font-size: 3em;
}

.product-spec-list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5em;
  margin: 1em 0;
}

.product-spec-list__item {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: subgrid;
  align-items: center;
}

.product-spec-list__item > dt {
  padding: 0 0.667em;
  background: #000;
  color: #fff;
  font: italic 600 0.75em/1.8334 "Poppins", sans-serif;
  text-transform: uppercase;
}

.star-rating {
  display: flex;
  gap: 0.25em;
}

.insurance-detail {
  margin-bottom: 2em;
  padding: 0.5em 0.625em 0.75em;
  border: 1px dashed;
  border-radius: 0.5em;
}

.insurance-detail > figcaption {
  margin: 0 0 0.5em;
  font-size: 1em;
  text-align: center;
}

.insurance-detail-list {
  width: min-content;
  margin: 0 auto;
}

.insurance-detail-list__item {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1em;
}

.insurance-detail-list__item > dt {
  text-indent: -1em;
}

.insurance-detail-list__item > dt:before {
  content: "■";
}

.insurance-detail-list__item > dd {
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
}

.insurance-detail-list__item > dd:before {
  content: "…";
}

.gear-list__item {
  display: grid;
  grid-template-areas: "content image";
  grid-template-columns: 1fr 9em;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid #464d53;
  font-size: min(1rem, 3.7201vw);
}

.gear-list__item:first-child {
  border-top: 1px solid #464d53;
}

.gear-list__image {
  grid-area: image;
}

.gear-list__content {
  grid-area: content;
  padding: 0.75em 0.625em 0.5em 0.625em;
}

.gear-list__type {
  color: #8b9093;
  font: italic 600 0.68em/1.5 "Poppins", sans-serif;
}

.gear-list__name {
  margin: 0;
  font-size: 1em;
}

.gear-list .rental-cost {
  line-height: 1.4;
  font-size: 0.6667em;
}

.gear-list p {
  line-height: 1.667;
  margin: 0;
  font-size: 0.75em;
}

.photo-slider {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 2em;
}

.photo-slider__item {
  width: 91.1765vw;
}

.model-course-map {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  text-align: center;
}

.model-course-map img {
  width: 100%;
  max-width: 40em;
}

.model-course-wrap {
  margin-top: 3rem;
}

.model-course.even h3 {
  text-align: right;
}

.model-course--extra {
  margin: 1.5rem 0;
}

.model-course__distance {
  margin-bottom: 1.5em;
}

.model-course__image-wrap {
  position: relative;
  width: 83.721vw;
  max-width: 360px;
  margin-left: calc(50% - 50vw);
  margin-bottom: 2em;
  padding-bottom: min(27px, 6.28vw);
  container-type: inline-size;
}

.even .model-course__image-wrap {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}

.model-course__image {
  position: relative;
  grid-area: image;
  overflow: hidden;
  border-radius: 0 0.5em 0.5em 0;
  font-size: 4.445cqi;
}

.even .model-course__image {
  border-radius: 0.5em 0 0 0.5em;
}

.model-course--extra .model-course__image {
  position: static;
  border-radius: 0;
  font-size: 1em;
}

.model-course--extra .model-course__image img {
  height: 100%;
  object-fit: cover;
}

.model-course__num {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.8334em;
  border-radius: 0 0 0 0.334em;
  background: #141E25;
  color: #fff;
  font: italic 600 1.5em/1.8334 "Poppins", sans-serif;
  text-align: center;
}

.even .model-course__num,
.model-course--extra .model-course__num {
  right: auto;
  left: 0;
  border-radius: 0 0 0.334em 0;
}

.model-course__illust {
  position: absolute;
  right: max(-70px, -16.279vw);
  bottom: 0;
  height: 56.7442vw;
  max-height: 244px;
  margin: 0 min(8px, 1.8605vw);
  opacity: 0;
  transform: translateX(-15%);
  transition: ease-out 0.5s;
  transition-property: opacity, transform;
}

.model-course__illust img {
  width: auto;
  height: 100%;
}

.even .model-course__illust {
  right: auto;
  left: max(-70px, -16.279vw);
  transform: translateX(15%);
}

.is-visible .model-course__illust {
  opacity: 1;
  transform: translateX(0);
}

.no-js .model-course__illust {
  opacity: 1;
  transform: none;
  transition: none;
}

.model-course__inner {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 9em;
  grid-template-areas: "content image";
  overflow: hidden;
  border: 1px solid #464d53;
  border-radius: 0.5em;
}

#model-course1 .model-course__content:after {
  display: block;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: url(/assets/images/model_course_illust01_2.png) no-repeat 50%/contain;
  aspect-ratio: 430/228;
  content: "";
}

.model-course--extra .model-course__content {
  grid-area: content;
  padding: 0.5em 1em;
}

.model-course--extra .model-course__content h3 {
  margin-left: 1.7em;
}

.model-course--extra .model-course__content p {
  line-height: 1.6667;
  font-size: 0.75em;
}

.model-course__tagline {
  line-height: 1.4;
  margin: 0;
  font-weight: 700;
  font-size: 1.25rem;
}

.gourmet-gallery picture {
  opacity: 0;
  transition: opacity 0.5s, clip-path 0.8s;
  clip-path: circle(0%);
}

.gourmet-gallery picture:nth-child(2) {
  transition-delay: 0.1s;
}

.gourmet-gallery picture:nth-child(3) {
  transition-delay: 0.2s;
}

.gourmet-gallery.is-visible picture {
  opacity: 1;
  clip-path: circle(100%);
}

.no-js .gourmet-gallery picture {
  opacity: 1;
  clip-path: none;
  transition: none;
}

.step-list {
  counter-reset: step;
}

.step {
  display: grid;
  position: relative;
  grid-template-columns: 3.25em 1fr;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "num heading" ". content" "link link";
  padding-top: 1em;
  counter-increment: step;
}

.step:before {
  grid-area: num;
  padding-left: 0.0625em;
  font: italic 600 2em/1.125 "Poppins", sans-serif;
  content: "0" counter(step);
}

.step:nth-child(n+10):before {
  content: counter(step);
}

.step:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.6875em;
  background: url(images/step_line.svgz) no-repeat 0 0/auto 100%;
  content: "";
}

.step__heading {
  grid-area: heading;
  line-height: 1.5;
  margin: 0 0 1em;
  font-size: 1.5em;
}

.step__content {
  grid-area: content;
}

.step__link {
  grid-area: link;
  margin-top: 2em;
}

.step-note {
  display: grid;
  grid-template-areas: "heading heading" "image content";
  grid-template-columns: 4.0625em 1fr;
  gap: 0.5em 1em;
  padding: 0.5em 0.875em 1em;
  border: 1px dashed;
  border-radius: 0.5em;
}

.step-note__heading {
  grid-area: heading;
  margin: 0;
  color: #C21714;
  font-size: 1rem;
  text-align: center;
}

.step-note__image {
  grid-area: image;
}

.step-note__content {
  grid-area: content;
}

.step-note__content > p {
  line-height: 1.6667;
  font-size: 0.75em;
}

.faq-list__item {
  overflow: hidden;
  border-top: 1px solid #b5b8ba;
  background: #ebeced;
}

.faq-list__item > dt {
  margin: 0;
  padding: 0;
}

.faq-list__question {
  display: grid;
  grid-template-areas: "icon label indicator";
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75em;
  width: 100%;
  padding: 1em 1.25em 1em 1em;
  text-align: left;
  cursor: pointer;
}

.faq-list__icon {
  display: block;
  grid-area: icon;
  width: 1.3913044em;
  border-radius: 0.174em;
  background: #141E25;
  color: #fff;
  font: italic 600 1.4375em/1.3913044 "Poppins", sans-serif;
  text-align: center;
}

.faq-list__label {
  grid-area: label;
  line-height: 1.43;
  font-weight: 500;
  font-size: 0.875em;
}

.faq-list__answer {
  margin: 0 1em 1em;
  padding: 1em;
  border-radius: 0.25em;
  background: #fff;
}

.oc-indicator {
  grid-area: indicator;
}

.oc-indicator:before {
  font: italic 600 1.4375em/1.3913044 "Poppins", sans-serif;
  content: "+";
}

[aria-expanded=true] .oc-indicator:before {
  content: "-";
}

/* Archive
--------------------------------*/

.category-selector {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-bottom: 1.25em;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #b5b8ba;
}

.category-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 0.5em;
  margin: 0;
  padding: 0;
}

.category-list__item--home {
  text-transform: uppercase;
}

.category-list__item a {
  display: block;
  line-height: 1.45455;
  padding: 0.18182em 0.7273em;
  border-radius: 2em;
  background: #333;
  color: #fff;
  font-size: 0.6875em;
  text-decoration: none;
}

.category-list__item a[aria-current=page] {
  background: #C21714;
}

.tag-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 0 0.5rem;
  margin: 0;
  padding: 0;
}

.tag-list__item {
  line-height: 1.8;
  font-weight: 500;
  font-size: 0.6875em;
}

.tag-list__item a:before {
  content: "#";
}

.term-title {
  margin: 0 0 1.5em;
  font-size: 1rem;
  text-align: left;
}

.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-list__item {
  border: solid #b5b8ba;
  border-width: 0 0 1px;
}

.post-list__item:first-child {
  border-top-width: 1px;
}

.post-list__link {
  display: grid;
  grid-template-columns: 7.5em 1fr;
  align-items: center;
  gap: 0 min(2.5em, 24%);
  padding-right: 1em;
  text-decoration: none;
}

.post-list__thumbnail {
  aspect-ratio: 3/2;
}

.post-list__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-list__title {
  overflow: hidden;
  color: #8b9093;
  font-weight: 500;
  font-size: 0.8125em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em 0.5em;
  font-size: 1rem;
}

.post-grid__link {
  display: block;
  line-height: 1.4;
  text-decoration: none;
}

.post-grid__thumbnail {
  overflow: hidden;
  aspect-ratio: 3/2;
  margin-bottom: 0.3125em;
}

.post-grid__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.post-grid__link:hover .post-grid__thumbnail img,
.post-grid__link:focus .post-grid__thumbnail img {
  transform: scale(1.1);
}

.post-grid__date {
  display: block;
  color: #C21714;
  font-size: 0.75em;
}

.post-grid__title {
  font-size: 0.8125em;
}

.bike-category-selector {
  overflow: auto;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-bottom: 2.5em;
  border-bottom: 1px solid #b5b8ba;
}

.bike-category-list {
  display: flex;
  list-style: none;
  gap: 1em;
  margin: 0;
  padding: 0;
}

.bike-category-list__item a {
  display: block;
  text-decoration: none;
}

.bike-category-list__name {
  line-height: 1.45455;
  padding: 0.18182em 0.7273em;
  border-radius: 2em;
  background: #333;
  color: #fff;
  font-size: 0.6875em;
  text-align: center;
  white-space: nowrap;
}

[aria-current=page] .bike-category-list__name {
  background: #C21714;
}

.bike-category-list__image {
  width: 6.25em;
  line-height: 0;
  margin: 0 auto;
}

.bike-category-list__item--home .bike-category-list__image {
  width: 1.25em;
}

.bike-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1em;
  font-size: 1rem;
}

.bike-grid__item {
  display: contents;
}

.bike-grid__link {
  display: block;
  display: grid;
  grid-row: span 5;
  grid-template-rows: subgrid;
  gap: 0;
  height: 100%;
  line-height: 1.4;
  margin-top: 2em;
  background: #fff;
  text-decoration: none;
}

.bike-grid__item:nth-child(-n+2) .bike-grid__link {
  margin-top: 0;
}

.bike-grid__thumbnail {
  overflow: hidden;
  aspect-ratio: 3/2;
}

.bike-grid__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.bike-grid__link:hover .bike-grid__thumbnail img,
.bike-grid__link:focus .bike-grid__thumbnail img {
  transform: scale(1.1);
}

.bike-grid__content {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  padding: 1em 0.5em;
  border: solid #ebeced;
  border-width: 0 1px 1px;
}

.bike-grid__title {
  line-height: 1.5;
  color: #111;
  font-weight: 600;
}

.bike-grid__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  margin-top: 0.5em;
}

.bike-grid__categories span {
  line-height: 1.455;
  padding: 0.18182em 0.545455em;
  border-radius: 2em;
  background: #333;
  color: #fff;
  font-size: 0.6875em;
}

.bike-grid__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.5em;
  margin-top: 0.5em;
  color: #111;
  font-size: 0.6875em;
}

.bike-grid .btn {
  grid-row: -1;
  align-self: self-end;
  width: 100%;
  max-width: 10em;
  min-width: 0;
  line-height: 1.143;
  padding: 0.5rem;
  margin-top: 2rem;
  border: 1px solid #bebebe;
}

.bike-grid .btn:hover {
  opacity: 1;
}

.back-link,
.other-posts-area {
  margin-top: 4rem;
}

/* Post
--------------------------------*/

.post {
  margin: 4rem 0;
}

.entry-header {
  margin-bottom: 3em;
}

.entry-footer {
  margin-top: 3em;
}

.entry-title {
  line-height: 1.1667;
  margin: 0 0 0.6667em;
  padding: 0;
  font-size: 1.5rem;
  text-align: left;
}

.entry-title > a {
  text-decoration: none;
}

.entry-title > a:hover,
.entry-title > a:focus {
  text-decoration: underline;
}

.customers_bike .entry-title {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-bottom: 0.334em;
  padding-block: 0.5em;
  border-bottom: 1px solid #b5b8ba;
  font-size: 2rem;
}

.entry-meta {
  display: grid;
  grid-template-areas: "date category";
  grid-template-columns: auto 1fr;
  gap: 0.5em;
}

.entry-date {
  display: block;
  grid-area: date;
  line-height: 1.6667;
  color: #8b9093;
  font-size: 0.75em;
}

.post-categories {
  grid-area: category;
}

.post-tags {
  padding: 0.625rem 1.5rem;
  border: 1px dashed #b5b8ba;
}

.entry-content {
  font-weight: 500;
}

.attachment .entry-content {
  text-align: center;
}

.entry-content strong {
  color: inherit;
}

.entry-content em {
  color: inherit;
  font-style: italic;
  font-weight: inherit;
}

.read-more {
  text-align: right;
}

/*** Wordpress Native Classes ***/

.wp-caption {
  max-width: 100%;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  margin: 1em auto;
  text-align: center;
}

.aligncenter {
  clear: both;
}

.alignnone {
  clear: both;
  vertical-align: baseline;
}

.gallery {
  display: grid;
  clear: both;
  gap: 0.5em;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-block: 1.5em;
  container-type: inline-size;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

div.wpcf7 {
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
}

.contact-message {
  margin: 0 auto 4em;
}

.field {
  margin-bottom: 1.5em;
}

.field__label {
  display: flex;
  align-items: flex-start;
  gap: 0.3em;
  margin-bottom: 0.25em;
}

.required,
.optional {
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0 0.5em;
  border: 1px solid #141E25;
  border-radius: 0.3em;
  background: #141E25;
  color: #fff;
  font-size: 0.75em;
}

.optional {
  border-color: #999;
  background: #fff;
  color: #999;
}

.acceptance {
  margin: 2.5em 0;
  text-align: center;
}

.acceptance > label {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  font-size: 0.875em;
  cursor: pointer;
}

.acceptance .wpcf7-form-control-wrap {
  display: inline-block;
  line-height: 0;
}

.acceptance input {
  vertical-align: top;
}

.submit {
  display: grid;
  grid-template-areas: ". btn spinner";
  grid-template-columns: 24px 1fr 24px;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

label[for],
.wpcf7-list-item > label {
  cursor: pointer;
}

.wpcf7-submit {
  grid-area: btn;
  width: 100%;
  min-width: 0;
  font-size: 0.875em;
}

.wpcf7-spinner {
  grid-area: spinner;
  margin: 0;
}

.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
  background: #fcc;
}

.wpcf7-textarea {
  width: 100%;
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance span {
  display: inline;
  position: static;
  margin: 0;
}

.wpcf7-response-output {
  text-align: center;
}

.recaptcha-note {
  width: fit-content;
  margin: 2rem auto;
  color: #999;
}

.recaptcha-note > p {
  font-size: 0.75em;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* Page Navigation
--------------------------------*/

.navigation {
  margin: 4rem auto 0;
  text-align: center;
}

.post-navigation .nav-links {
  display: grid;
  grid-template-areas: "next prev";
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5em;
}

.post-navigation a {
  display: block;
  text-decoration: none;
}

.nav-next {
  grid-area: next;
  margin-right: auto;
}

.nav-next > a:before {
  font-family: FontAwesome;
  content: "\f104";
}

.nav-previous {
  grid-area: prev;
  margin-left: auto;
}

.nav-previous > a:after {
  font-family: FontAwesome;
  content: "\f105";
}

.page-numbers {
  display: block;
  min-width: 2.286em;
  line-height: 1.7143;
  padding: 0.286em;
  border-radius: 50%;
  font-size: 0.875rem;
  text-decoration: none;
}

.page-numbers:before {
  display: inline-block;
  vertical-align: bottom;
  font-family: icomoon;
}

.page-numbers:hover,
.page-numbers:focus {
  box-shadow: 0 0 0 1px currentColor inset;
}

.page-numbers.current {
  box-shadow: none;
  background: #141E25;
  color: #fff;
}

.page-numbers.prev:before {
  transform: rotate(180deg);
  content: "\e907";
}

.page-numbers.next:before {
  content: "\e907";
}

/* Social
--------------------------------*/

.share-buttons {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}

.share-buttons__item {
  flex: 0 0 auto;
  margin: 0 4px;
}

.share-buttons__link {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  text-decoration: none;
}

.share-buttons__link:before {
  display: block;
  font: 20px/2.4 FontAwesome, sans-serif;
  content: "\e911";
  speak: none;
}

.share-buttons__link.facebook {
  background-color: #3b5998;
}

.share-buttons__link.twitter {
  background-color: #1da1f3;
}

.share-buttons__link.googleplus {
  background-color: #dd4b39;
}

.share-buttons__link.tumblr {
  background-color: #36465d;
}

.share-buttons__link.pocket {
  background-color: #ef4056;
}

.share-buttons__link.hatena {
  background-color: #00a5de;
}

.share-buttons__link.line {
  background-color: #00c300;
}

.share-buttons__title {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.share-buttons__title:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.share-buttons__link.facebook:before {
  content: "\f09a";
}

.share-buttons__link.twitter:before {
  content: "\f099";
}

.share-buttons__link.googleplus:before {
  content: "\f0d5";
}

.share-buttons__link.tumblr:before {
  content: "\f173";
}

.share-buttons__link.pocket:before {
  content: "\f265";
}

.share-buttons__link.hatena:before {
  content: "B!";
  font-family: Verdana, sans-serif;
  font-weight: 700;
}

.share-buttons__link.line:before {
  content: "\f3c0";
}

/* Extra
--------------------------------*/

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  list-style: none;
  margin: 0;
  padding: 0;
}

.skip-link a {
  display: block;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  border-radius: 0 0 0.5em 0;
  background: #fff;
  transition: none;
  color: rgb(0, 81, 255);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.skip-link a:focus {
  height: auto;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 16px 24px;
}

.splide__arrows {
  display: flex;
  position: absolute;
  right: 0;
  gap: 0.5em;
  bottom: 100%;
  margin-bottom: 0.5em;
}

.splide__arrow {
  width: 1.5rem;
  height: 1.5rem;
  background: #000;
  color: #fff;
}

.splide__arrow svg {
  display: block;
  width: 100%;
  height: auto;
}

.splide__arrow path {
  fill: currentColor;
}

.splide__arrow--prev svg {
  transform: rotate(180deg);
}

.splide__pagination {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 0.5625rem;
  margin: 0;
  padding: 0;
}

.splide__pagination__page {
  display: block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #D9D9D9;
  border-radius: 50%;
}

.splide__pagination__page.is-active {
  background: #000;
}

/* Media Queries
--------------------------------*/

@media print, screen and (min-width: 601px) {
  .admin-bar .drawer {
    top: 46px;
  }
}

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

  section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  th,
  td {
    font-size: 1em;
  }

  .product-area,
  .rental-area {
    padding-block: 8rem 5rem;
  }

  h2 {
    font-size: 1.8438rem;
  }

  h2[data-en] {
    font-size: 1rem;
  }

  .site:before {
    height: 5.5em;
    font-size: 1rem;
  }

  .tagline {
    margin-bottom: 2rem;
    font-size: 2rem;
    text-align: center;
  }

  .link {
    margin-top: 3rem;
  }

  .site-header-content {
    grid-template-areas: "translate title rental nav";
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 2.375em;
    padding-block: 1.25em;
    font-size: 1rem;
  }

  .site-title {
    margin-right: auto;
  }

  .site-title a {
    display: flex;
    align-items: center;
    gap: 1.625em;
  }

  .site-title span {
    margin: 0;
  }

  .global-nav__inner {
    max-width: 25rem;
    padding: 0;
  }

  .global-nav__list {
    display: flex;
    justify-content: flex-start;
    text-align: center;
  }

  .global-nav__item {
    flex: 1 100%;
  }

  .global-nav__link::after {
    right: 0;
    margin: auto;
  }

  .head-rental {
    display: block;
    position: relative;
    z-index: 100002;
    grid-area: rental;
  }

  .global-nav .head-rental {
    display: none;
  }

  .head-rental .btn {
    width: 12.6em;
    justify-content: center;
  }

  .head-rental .btn:before {
    content: none;
  }

  .head-rental .btn:lang(en) {
    width: 15em;
  }

  .head-tokusho {
    padding-inline: 0;
    border-top: 1px solid #b5b8ba;
    text-align: center;
  }

  .hero {
    height: 56.25vw;
    font-size: 1.1111111111vw;
  }

  .hero__text {
    top: 0;
    bottom: 2em;
    height: fit-content;
    max-width: 28.73em;
    line-height: 1;
    font-size: 2.3125em;
  }

  .hero__text > p.en {
    line-height: 0.92875;
    font-size: 4.32433em;
  }

  .hero__text > p:nth-child(2):lang(en) {
    font-size: 0.7432em;
  }

  .head-slider .splide__pagination {
    bottom: 1.5rem;
  }

  .site-footer {
    padding-bottom: 1em;
  }

  .site-footer-content {
    max-width: 1152px;
    padding-block: 3em;
  }

  .foot-nav__heading {
    font-size: 1em;
  }

  .foot-nav__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
  }

  .foot-nav__item:has([href*="/law/"]) {
    grid-column: span 2;
  }

  .foot-nav__link {
    font-size: 1em;
  }

  .organization {
    display: grid;
    grid-row: 1/4;
    grid-template-areas: "name name" "address note" "link link";
    grid-template-columns: 49% 1fr;
    grid-template-rows: auto 1fr auto;
    gap: 0 2em;
    font-size: 0.9375em;
  }

  .organization__name {
    grid-area: name;
    margin-bottom: 1em;
    font-size: 1.0667em;
  }

  .organization__address {
    grid-area: address;
  }

  .organization__note {
    grid-area: note;
    margin-top: auto;
  }

  .organization__link {
    grid-area: link;
    margin-top: 1.6em;
  }

  .site-footer .follow-us {
    grid-column: 1;
    justify-content: flex-start;
    margin-top: 0;
  }

  .site-content-wrap {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }

  .introduction {
    display: grid;
    grid-template-columns: 1fr 40.741%;
    gap: 8em;
  }

  .introduction__image {
    margin: 0;
  }

  .product-area {
    background-image: url(images/bg_product@pc.jpg);
  }

  .page .product-area {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .product-area:has([data-en-after="Mountain bike"]) {
    background-image: url(images/bg_product_mountain_bike@pc.jpg);
  }

  .product-area:has([data-en-after="Closs bike"]) {
    background-image: url(images/bg_product_closs_bike@pc.jpg);
  }

  .product-area:has([data-en-after="Triathlon bike"]) {
    background-image: url(images/bg_product_triathlon@pc.jpg);
  }

  .product-area:has([data-en-after=E-bike]) {
    background-image: url(images/bg_product_ebike@pc.jpg);
  }

  .product-area:has([data-en-after="Kids bike"]) {
    background-image: url(images/bg_product_kids_bike@pc.jpg);
  }

  .rental-area {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), transparent 50%), url(images/bg_rental@pc.jpg);
    background-position-y: 0, 100%;
  }

  .rental-introduction-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: none;
    margin: 3em 0 0;
    border-radius: 0.5em;
  }

  .rental-introduction__link p {
    font-size: 0.875em;
  }

  .shop-info-wrap {
    display: grid;
    grid-template-columns: 67.4074074074% 1fr;
    gap: 1.5rem;
  }

  .shop-info {
    display: grid;
    grid-template-columns: 20.5em 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "image name" "image content" "image link";
    gap: 0 1.5em;
  }

  .shop-info--another {
    grid-template-columns: 5.75em 1fr;
    grid-template-areas: "name name" "image content" "link link";
    gap: 0 0.625em;
  }

  .shop-info__image {
    margin: 0;
  }

  .shop-info__link {
    margin-top: auto;
  }

  .pickup {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 1.5em;
  }

  .page-head-wrap {
    height: 144.0972222222vw;
    max-height: 1660px;
    background-image: url(images/bg_header_rental@pc.jpg);
  }

  .page-header {
    height: 46.875vw;
    max-height: 600px;
    padding-inline: min(74px, 5.78125vw);
    background-image: url(images/bg_header@pc.jpg);
  }

  .page-header--shop {
    background-image: url(images/bg_header_shop@pc.jpg);
  }

  .page-header--product {
    background-image: url(images/bg_header_product@pc.jpg);
  }

  .page-header--customers_bike {
    background-image: url(images/bg_header_customers_bike@pc.jpg);
  }

  .page-header--rental {
    background: none;
  }

  .page-header--post,
  .page-header--booking {
    height: 15rem;
    background-image: none;
  }

  .page-title {
    font-size: 0.875rem;
  }

  .page-title:lang(en) {
    font-size: 3rem;
  }

  .page-head-content {
    font-size: 1rem;
  }

  .photo-gallery-container {
    margin: 2.5rem 0;
  }

  .photo-gallery {
    padding-bottom: 3rem;
  }

  .photo-gallery-thumbnail {
    width: 55rem;
  }

  .photo-gallery-thumbnail__item {
    width: 8rem;
    border-width: 0.25rem;
  }

  .map {
    margin: 0;
  }

  .greeting {
    display: grid;
    grid-template-columns: 26.875em 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "image message" "image profile";
    align-items: start;
    gap: 0 3em;
  }

  .greeting__image {
    grid-area: image;
    margin: 0;
  }

  .greeting__message {
    grid-area: message;
  }

  .greeting__profile {
    grid-area: profile;
  }

  .product-introduction {
    display: grid;
    grid-template-columns: 1fr 39.815%;
    gap: 3em;
    margin-bottom: 5rem;
  }

  .delivery-info {
    margin: 0;
  }

  .rentalbox {
    padding-block: 4em;
    background-image: url(images/bg_rentalbox@pc.jpg);
  }

  .rentalbox p {
    font-size: 1em;
  }

  .rentalbox__heading {
    font-size: 1.125em;
  }

  .product-list {
    width: 85.1852%;
    margin-bottom: 3em;
  }

  .insurance-detail {
    width: 48.889%;
    margin-inline: auto;
  }

  .gear-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.5em;
  }

  .gear-list__item {
    flex: 1;
    font-size: 1rem;
  }

  .gear-list__item:nth-child(2) {
    border-top: 1px solid #464d53;
  }

  .photo-slider {
    margin-top: 3em;
  }

  .photo-slider__item {
    width: 25rem;
  }

  .model-course-map {
    margin: 3em 0 0;
  }

  .model-course-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 3em;
    margin-top: 5rem;
  }

  .model-course {
    display: grid;
    grid-column: span 2;
    grid-template-areas: "distance distance" "heading heading" "image content";
    grid-template-columns: 33.3334% 1fr;
    align-items: start;
    gap: 0 6em;
    margin: 0;
  }

  .model-course + .model-course:not(.model-course--extra) {
    margin-top: -2em;
  }

  .model-course.even {
    grid-template-areas: "distance distance" "heading heading" "content image";
    grid-template-columns: 1fr 33.3334%;
  }

  .model-course--extra {
    display: block;
    grid-column: span 1;
    margin-top: 2.5rem;
  }

  .model-course h3 {
    grid-area: heading;
    margin-top: 0;
  }

  .model-course__distance {
    grid-area: distance;
  }

  .even .model-course__distance {
    margin-left: auto;
  }

  .model-course__image-wrap {
    grid-area: image;
    margin-left: 0;
    margin-bottom: 0;
  }

  .even .model-course__image-wrap {
    margin-right: 0;
  }

  .model-course__image,
  .even .model-course__image {
    border-radius: 0.5em;
  }

  .model-course__content {
    grid-area: content;
  }

  .model-course__content-image {
    margin: 0;
  }

  #model-course1 .model-course__content:after {
    content: none;
  }

  .model-course-other {
    grid-column: span 2;
    margin: 3em 0;
  }

  .step-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4em 3em;
  }

  .step {
    margin: 0;
  }

  .faq-list {
    font-size: 1.143em;
  }

  .faq-list__question {
    gap: 1em;
    padding-left: 1.25em;
  }

  .faq-list__answer {
    margin-inline: 1.25em;
    font-size: 0.875em;
  }

  .faq-list__answer > p {
    font-size: 1em;
  }

  .category-selector {
    margin-inline: 0;
    padding-inline: 0;
  }

  .category-list__item a {
    font-size: 0.8125em;
  }

  .tag-list__item {
    font-size: 0.8125em;
  }

  .post-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .post-list__item:nth-child(-n+3) {
    border-top-width: 1px;
  }

  .post-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .bike-category-selector {
    margin-inline: 0;
    padding-inline: 0;
  }

  .bike-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .bike-grid__item:nth-child(-n+4) .bike-grid__link {
    margin-top: 0;
  }

  .back-link,
  .other-posts-area {
    margin-top: 6rem;
  }

  .entry-header {
    margin-bottom: 4em;
  }

  .entry-footer {
    margin-top: 4em;
  }

  .entry-meta {
    gap: 0.75em;
  }

  .entry-date {
    font-size: 0.875em;
  }

  .post-tags {
    padding-block: 0.75rem;
  }

  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }

  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }

  .gallery {
    gap: 1em;
    margin: 2em 0;
  }

  .contact-message {
    width: fit-content;
    font-size: 16px;
  }

  .contact-message p {
    font-size: 0.875em;
  }

  .field {
    display: flex;
    gap: 1.5em;
  }

  .field__label {
    flex: 0 0 12em;
    justify-content: flex-end;
    margin: 0;
    padding: 3px 8px;
  }

  .field__control {
    flex: 1;
  }

  .submit {
    grid-template-columns: 24px auto 24px;
    gap: 1.5em;
  }

  .wpcf7-submit {
    width: auto;
    min-width: 20em;
  }
}

@media print and (pointer: coarse), screen and (pointer: coarse) and (min-width: 768px) {
  .play-button {
    top: 32.75em;
    bottom: auto;
    font-size: 1.25vw;
  }
}

@media print, screen and (min-width: 783px) {
  .admin-bar .site:before {
    top: 32px;
  }

  .admin-bar .site-header {
    top: 32px;
  }

  .admin-bar .drawer {
    top: 32px;
  }
}

@media print, screen and (min-width: 1152px) {
  html {
    font-size: 16px;
  }

  a[href^="tel:"] {
    text-decoration: inherit;
  }

  .site-content,
  .site-footer-content,
  .site-header-content {
    padding-right: 36px;
    padding-left: 36px;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header-content {
    padding-top: 62px;
  }

  .admin-bar .hero {
    height: calc(100svh - 46px);
  }
}

@media screen and (max-width: 767px) {
  body.drawer-open {
    overflow: hidden;
  }

  .break-sp:before {
    white-space: pre;
    content: "\a";
  }

  .head-rental .btn {
    line-height: 1.5;
    padding-block: 0.75em;
    border-radius: 0.25em;
    font-size: 1em;
  }

  .introduction {
    margin-bottom: 0;
  }

  .page-head-content .space {
    display: block;
    height: 0;
    overflow: hidden;
  }

  .wpcf7-text {
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .hero {
    height: 56.25vw;
    min-height: 0;
    font-size: 2.0833vw;
  }

  .hero__link {
    bottom: 2em;
  }
}

@media screen and (pointer: coarse) and (max-width: 767px) and (orientation: landscape) {
  .play-button {
    bottom: 6em;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .site:before {
    height: calc(8em + 46px);
  }

  .admin-bar .global-nav__inner {
    margin-top: calc(8em + 46px);
  }
}

@media (pointer: coarse) {
  .play-button {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0.5em;
    top: auto;
    right: 0;
    bottom: 8.75em;
    left: 0;
    width: fit-content;
    height: auto;
    margin: 0 auto;
    padding: 0 0.25em 0.25em;
    border-bottom: 1px solid rgba(235, 236, 237, 0.8);
    font-size: 1em;
  }

  .is-active > .play-button {
    opacity: 1;
  }

  .play-button__icon,
  .play-button__text {
    transform: none;
    transition: none;
  }

  .play-button::before {
    content: none;
  }

  .play-button__icon {
    display: block;
    width: 0.875em;
  }

  .play-button__icon svg {
    width: 100%;
  }

  .play-button__text {
    position: static;
    margin: 0;
    font-size: 1em;
  }
}

@media screen and (min-aspect-ratio: 16/9) {
  .head-movie {
    width: auto;
    height: calc(100% - 4rem);
  }
}

@media print {
  body {
    min-width: 1152px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}