@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lexend:wght@100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
/*!
Theme Name: loro.1.0
Theme URI: http://ace-union.net
Version: 1.0
Author: AceUnionDesign co.,ltd
*/
/*!
*** based on ***
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

/* HTML5 display-role reset for older browsers */
address, article, aside, figure, figcaption, footer,
header, hgroup, hr, legend, main, menu, nav, section, summary {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Adjust border color as needed */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* Added global box-sizing reset */
*,
::before,
::after {
  box-sizing: border-box;
}

/* Cancel webkit text-size adjustment */
body {
  -webkit-text-size-adjust: 100%;
}

/* Reset button default styles */
button {
  display: inline-block;
  padding: 0;
  background: none;
  border: none;
}

/* Adjust small tag default size */
small {
  font-size: 75%;
}

/* Hide hidden elements */
[hidden] {
  display: none;
}

/* Remove mark default background */
mark {
  background: none;
}

/* Normalize em tag to non-italic */
em {
  font-style: normal;
}

/* Set input opacity to visible */
input {
  opacity: 1;
}

/* Align images to bottom */
img {
  vertical-align: bottom;
}

/* Normalize address font style */
address {
  font-style: normal;
}

.u_courgette {
  font-family: "Courgette", serif;
  font-weight: 400;
  font-style: normal;
}

.u_lexend {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.u_josefin-sans {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

button {
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #bbb;
}
input:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}

.sp-only {
  display: block;
}
@media only screen and (min-width: 768px) {
  .sp-only {
    display: none;
    visibility: hidden;
  }
}

.pc-only {
  display: none;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .pc-only {
    display: block;
    visibility: visible;
  }
}

.al-right {
  text-align: right;
}

.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

.strong {
  font-weight: bold;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
@media only screen and (min-width: 768px) {
  html {
    scroll-padding-top: 0;
  }
}

body {
  position: relative;
  margin: 0;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 2.35;
  background: #ffffff;
  color: #000;
  font-size: 0.875rem;
  overflow-x: hidden;
  letter-spacing: 0.05em;
  overscroll-behavior: none;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.33vw;
    line-height: 2.35;
  }
}
body strong {
  font-weight: bold;
}
body a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease-in;
}
body a:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s ease-in;
}

button,
input,
select,
option,
textarea,
label {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.header {
  display: flex;
  flex-direction: column;
  padding: 0px 24px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .header {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px 2.34vw;
    background: none;
    gap: 0.78vw;
  }
}
@media only screen and (min-width: 1024px) {
  .header {
    padding: 30px 6.25vw;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
@media only screen and (min-width: 768px) {
  .header__inner {
    display: block;
    min-height: auto;
  }
}
.header__logo img {
  width: 12.5vw;
  max-width: 80px;
  min-width: 60px;
}
@media only screen and (min-width: 768px) {
  .header__logo img {
    max-width: 120px;
  }
}
.header__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  text-align: center;
  overflow-y: auto;
  max-height: 100vh;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .header__nav {
    display: block;
    position: static;
    background-color: transparent;
    height: auto;
    max-height: none;
    overflow-y: visible;
    padding-top: 0;
  }
}
.header__nav-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .header__nav-list {
    flex-direction: row;
    align-items: center;
    gap: 2.73vw;
    justify-content: flex-end;
    min-height: auto;
    padding: 0;
  }
}
.header__nav-link {
  text-decoration: none;
  color: #fff;
  font-size: 1.125rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  .header__nav-link {
    font-size: clamp(12px, 1.33vw, 17px);
    color: #000;
  }
}
.header__nav-link:hover {
  opacity: 1;
  color: #2995eb;
}
.header__nav-link--store {
  max-width: 240px;
  background: #2995eb;
  color: #fff;
  border-radius: 3px;
  padding: 15px 20px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .header__nav-link--store {
    padding: 0.78vw 1.56vw;
  }
}
.header__nav-link--store:hover {
  opacity: 0.7;
  color: #fff;
}

.menu-icon {
  width: 30px;
  cursor: pointer;
  z-index: 1001;
  right: 10px;
  top: 10px;
}
@media only screen and (min-width: 768px) {
  .menu-icon {
    display: none;
  }
}
.menu-icon .bar {
  width: 100%;
  height: 2px;
  background-color: #000;
  margin: 6px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.menu-icon.open .bar {
  background-color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.menu-icon.open .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-icon.open .bar:nth-child(2) {
  opacity: 0;
}
.menu-icon.open .bar:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

body.fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
}
body.fixed .header__nav {
  display: block;
}

.footer {
  background-color: #262626;
  color: #fff;
  padding: 60px 24px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 9.38vw 0 6.25vw;
  }
}
.footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
  position: relative;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .footer a {
    padding-left: 1.56vw;
  }
}
.footer a:hover {
  color: #2995eb;
}
.footer a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: solid #fff;
  border-width: 0 1px 1px 0;
  padding: 3px;
  display: inline-block;
  transform: translateY(-50%) rotate(315deg);
  transition: border-color 0.3s;
}
@media only screen and (min-width: 768px) {
  .footer a::before {
    border-width: 0 0.08vw 0.08vw 0;
    padding: 0.23vw;
  }
}
.footer a:hover::before {
  border-color: #2995eb;
}
.footer__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .footer__content {
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    max-width: 84.38vw;
    gap: 0 3.13vw;
  }
}
.footer__logo {
  display: flex;
  flex-direction: column;
  gap: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .footer__logo {
    grid-row: 1/1;
    grid-column: 1/2;
  }
}
.footer__logo img {
  width: 12.5vw;
  max-width: 80px;
  min-width: 60px;
}
@media only screen and (min-width: 768px) {
  .footer__logo img {
    width: 9.38vw;
    max-width: none;
  }
}
.footer__logo a {
  display: inline-block;
  padding: 0;
}
.footer__logo a::before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer__links {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
.footer__section {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .footer__section {
    margin-bottom: 4.69vw;
  }
}
.footer__external {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 2.5rem 0rem;
}
@media only screen and (min-width: 768px) {
  .footer__external {
    grid-template-columns: 1fr 1fr;
    padding: 0;
    border-top: none;
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) {
  .footer__external .footer__title {
    padding-left: 1.56vw;
  }
}
@media only screen and (min-width: 768px) {
  .footer__external .footer__channel,
.footer__external .footer__store {
    border-left: 1px solid #fff;
    padding: 0 3.13vw;
    border-bottom: none;
  }
}
.footer__title {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .footer__title {
    font-size: 1.33vw;
    margin-bottom: 2.34vw;
  }
}
.footer__title--line {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.footer__title--line::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}
.footer__title--line span {
  display: inline-block;
}
.footer__title--line a {
  position: relative;
  display: block;
  padding-right: 30px;
}
.footer__shop-list, .footer__media-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  font-size: 12px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .footer__shop-list, .footer__media-list {
    gap: 3.13vw 3.91vw;
    font-size: 1.09vw;
    margin-top: 3.13vw;
  }
}
.footer__shop-list:first-of-type, .footer__media-list:first-of-type {
  margin-top: 0;
}
.footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .footer__list {
    gap: 3.13vw 4.53vw;
    font-size: 1.09vw;
  }
}
.footer__shop-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 10px;
}
@media only screen and (min-width: 768px) {
  .footer__shop-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 10px;
  }
}
.footer__media-list {
  flex-direction: column;
  margin-bottom: 0;
}
.footer__media-list img {
  width: auto;
  height: 22px;
}
.footer__media-list a {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .footer__info {
    margin-top: 10.94vw;
    grid-row: 1/1;
    grid-column: 1/2;
  }
}
.footer__info li {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .footer__info li {
    margin-top: 3.13vw;
  }
}
.footer__info li:first-child {
  margin-top: 0;
}
.footer__info li a {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .footer__info li a {
    font-size: 1.33vw;
  }
}
.footer__copyright {
  font-size: 10px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 1.02vw;
    grid-row: 2/3;
    grid-column: 1/2;
    display: flex;
    align-items: flex-end;
    height: 100%;
    margin-top: 0;
  }
}

.button-wrap {
  display: flex;
  width: 100%;
}
.button-wrap--left {
  justify-content: flex-start;
}
.button-wrap--center {
  justify-content: center;
}
.button-wrap--right {
  justify-content: flex-end;
}
.button-wrap--margin-small {
  margin-top: 1em;
}
.button-wrap--margin-medium {
  margin-top: 2em;
}
.button-wrap--margin-large {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .button-wrap--margin-large {
    margin-top: 5rem;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 9999px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 15px 20px;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .button {
    width: auto;
    min-width: 290px;
  }
}
@media only screen and (min-width: 768px) {
  .button {
    min-width: 22.66vw;
    padding: 1.56vw;
  }
}
.button:hover {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}
.button span {
  flex-grow: 1;
  text-align: center;
  padding: 0 10px;
  flex-basis: 0;
}
.button::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: url("images/btn_arrow.svg") no-repeat center center;
  background-size: cover;
}
.button::before img {
  width: 100%;
  height: 100%;
}
.button--left {
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .button--left {
    justify-content: flex-start;
  }
}
.button--center {
  justify-content: center;
}
.button--right {
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .button--right {
    justify-content: flex-end;
  }
}

.breadcrumbs__list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs__list {
    justify-content: flex-end;
  }
}
.breadcrumbs li {
  padding-left: 10px;
  font-weight: 500;
  line-height: normal;
  position: relative;
  padding: 0 8px 0 24px;
  font-size: 0.875rem;
  white-space: nowrap;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs li {
    font-size: 1.09vw;
    padding: 0 8px 0 1.88vw;
  }
}
.breadcrumbs li a {
  color: #000;
}
.breadcrumbs li::before {
  position: absolute;
  content: "＞";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.breadcrumbs li:first-child::before {
  display: none;
}
.breadcrumbs li.home {
  padding: 0 !important;
  width: 20px;
  height: 18px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs li.home {
    width: 1.56vw;
    height: 1.41vw;
  }
}
.breadcrumbs li:last-child {
  color: #000;
  padding-right: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

input[type=password],
input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  font-size: 1rem;
  padding: 12px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  input[type=password],
input[type=text],
input[type=email],
input[type=tel],
textarea {
    font-size: 12px;
  }
}
input[type=password]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #bfbfbf;
}
input[type=password]::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #bfbfbf;
}

.btn-form {
  text-align: center;
  width: 100%;
  max-width: 330px;
  margin-inline: auto;
}
.btn-form__link {
  width: 100%;
  position: relative;
  display: inline-block;
  background: #00b6be;
  border-radius: 9999px;
  font-weight: 500;
  color: #fff;
  font-size: 0.875rem;
  padding: 20px 35px;
}
@media only screen and (min-width: 768px) {
  .btn-form__link {
    padding: 20px 35px;
    font-size: 1rem;
  }
}
.btn-form__link::after {
  position: absolute;
  content: "";
  display: block;
  background: url("images/icon_btn_arrow.png") no-repeat right top;
  background-size: 5px 8px;
  width: 5px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.btn-form__link:hover {
  opacity: 0.7;
}

.page-header {
  position: relative;
  width: 100%;
  padding: 40px 24px 0;
  background: #fff;
  text-align: left;
  margin-top: 70px;
}
@media only screen and (min-width: 768px) {
  .page-header {
    padding: 1.56vw 2.34vw 0 11.72vw;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .page-header {
    padding: 1.56vw 6.25vw 0 11.72vw;
  }
}
.page-header__content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .page-header__content {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
}
.page-header__title-wrap {
  display: flex;
  flex-direction: column;
}
.page-header__title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .page-header__title {
    font-size: 4.69vw;
  }
}
.page-header__highlight {
  color: #2995eb;
}
.page-header__subtitle {
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 8px;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .page-header__subtitle {
    font-size: 3.13vw;
  }
}

.u-container {
  margin-inline: auto;
  padding: 0 24px;
}
@media only screen and (min-width: 768px) {
  .u-container {
    max-width: 76.56vw;
    padding: 0;
  }
}

.content-section {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .content-section {
    padding: 7.81vw 0;
  }
}
.content-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  gap: 40px;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (min-width: 768px) {
  .content-section__inner {
    flex-direction: row;
    gap: 6.25vw;
    padding: 0 0 0 11.72vw;
  }
}
@media only screen and (min-width: 768px) {
  .content-section__text {
    flex: 1;
    max-width: 36.72vw;
  }
}
.content-section__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .content-section__title {
    font-size: 2.11vw;
  }
}
.content-section__description:not(:last-child) {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .content-section__description:not(:last-child) {
    margin-bottom: 1.56vw;
  }
}
@media only screen and (min-width: 768px) {
  .content-section__image {
    flex: 1;
  }
}
.content-section__youtube {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-section__youtube {
    flex: 1;
  }
}
.content-section__youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 560/315;
}
.content-section__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-title {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  font-size: 1.5rem;
  margin-bottom: 3.125rem;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-title {
    font-size: 2.5vw;
    margin-bottom: 7.81vw;
    gap: 3.125rem;
    align-items: center;
    text-align: center;
  }
}
.section-title::after {
  content: "";
  display: block;
  background: #000;
  width: 30px;
  height: 2px;
}
@media only screen and (min-width: 768px) {
  .section-title::after {
    width: 3.91vw;
  }
}
.section-title--white {
  color: #fff;
}
.section-title--white::after {
  background: #fff;
}

.tel a {
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .tel a {
    pointer-events: none;
  }
}

.main-visual {
  height: 100%;
  overflow: hidden;
  margin-top: 70px;
}
@media only screen and (min-width: 768px) {
  .main-visual {
    height: 46.56vw;
    margin-top: 0;
  }
}
.main-visual__swiper {
  width: 100%;
  height: 100%;
}
.main-visual__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 640/580;
}
@media only screen and (min-width: 768px) {
  .main-visual__image {
    height: 100%;
    aspect-ratio: 1280/596;
  }
}

.scroll-text {
  display: none;
}
@media only screen and (min-width: 768px) {
  .scroll-text {
    display: block;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-family: "Lexend", sans-serif;
    margin: 0 auto;
    z-index: 10;
    font-size: 1.09vw;
  }
}

.arrow {
  margin: 0 auto;
  display: block;
  background: url("images/btn_arrow.svg") no-repeat center center;
  background-size: cover;
  width: 0.7vw;
  height: 0.47vw;
  -webkit-animation: bounce 1.5s infinite;
          animation: bounce 1.5s infinite;
}

@-webkit-keyframes fadeIn {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(10px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(10px);
  }
}
.lead {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .lead {
    padding: 7.81vw 0;
  }
}
.lead__title {
  font-size: 1.875rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .lead__title {
    font-size: 4.69vw;
  }
}
.lead__description {
  line-height: 2.35;
  text-align: left;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .lead__description {
    font-size: 1.33vw;
    margin-top: 3.13vw;
  }
}
.lead__description--jp {
  display: inline-block;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .lead__description--jp {
    margin-top: 1.56vw;
    font-size: 1.33vw;
  }
}
.lead__description--jp:first-child {
  margin-top: 0;
}
.lead__description--en {
  display: inline-block;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .lead__description--en {
    margin-top: 1.56vw;
    font-size: 1.25vw;
  }
}
.lead__description--en:first-child {
  margin-top: 0;
}
.lead__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 40px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .lead__actions {
    flex-direction: row;
    margin-top: 5.47vw;
    gap: 1em;
  }
}
.lead__image {
  max-width: 250px;
}
@media only screen and (min-width: 768px) {
  .lead__image {
    max-width: 19.53vw;
  }
}

.brands {
  color: #fff;
  background: url("images/brand_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .brands {
    padding: 9.38vw 0 6.25vw;
  }
}
.brands__content {
  text-align: center;
}
.brands__title {
  color: #fff;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .brands__title {
    line-height: normal;
    font-size: 4.69vw;
    margin-bottom: 3.91vw;
  }
}
.brands__title .highlight {
  color: #2995eb;
}
.brands__info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .brands__info {
    grid-template-columns: auto 1fr;
    gap: 3.13vw;
    margin-bottom: 3.91vw;
  }
}
.brands__subtitle {
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .brands__subtitle {
    font-size: 1.56vw;
  }
}
.brands__subtitle::after {
  content: "";
  display: block;
  background: #fff;
  width: 30px;
  height: 1px;
}
@media only screen and (min-width: 768px) {
  .brands__subtitle::after {
    width: 3.91vw;
  }
}
.brands__description {
  line-height: 2.35;
}
@media only screen and (min-width: 768px) {
  .brands__description {
    font-size: 1.33vw;
  }
}
.brands__logos {
  background: rgba(255, 255, 255, 0.8);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 1.5625rem;
  padding: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .brands__logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.91vw;
    padding: 0 3.13vw;
  }
}
.brands__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .brands__button-wrap {
    margin-top: 6.25vw;
    justify-content: flex-end;
  }
}

.news {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .news {
    padding: 9.38vw 0;
  }
}
.news__item {
  position: relative;
}
.news__link {
  display: block;
}
.news__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news__title {
  font-weight: bold;
  text-align: left;
  line-height: normal;
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .news__title {
    font-size: 4.69vw;
    margin-bottom: 3.13vw;
  }
}
.news__title .highlight {
  color: #2995eb;
}
.news__subtitle {
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .news__subtitle {
    font-size: 1.56vw;
    margin-bottom: 3.91vw;
  }
}
.news__subtitle::after {
  content: "";
  display: block;
  background: #000;
  width: 30px;
  height: 1px;
}
@media only screen and (min-width: 768px) {
  .news__subtitle::after {
    width: 3.91vw;
  }
}
.news__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .news__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 7.81vw 3.13vw;
    margin-bottom: 6.25vw;
  }
}
.news__image {
  width: 100%;
  aspect-ratio: 300/172;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .news__image {
    margin-bottom: 1.56vw;
  }
}
.news__info {
  text-align: left;
}
.news__date {
  line-height: normal;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .news__date {
    font-size: 1.09vw;
  }
}
.news__category {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.news__category a {
  color: #fff;
  background: #000;
  margin: 10px 0;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1.2;
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .news__category a {
    font-size: 1.09vw;
    margin: 0.78vw 0;
  }
}
.news__category a:hover {
  color: #fff;
}
.news__headline {
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .news__headline {
    font-size: 1.33vw;
    margin-bottom: 0.78vw;
  }
}
.news__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.news__tag {
  padding: 5px 10px;
  line-height: 1.2;
  border: 1px solid #000;
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .news__tag {
    font-size: 1.09vw;
  }
}
.news__button-wrap {
  margin-top: 3.13vw;
  display: flex;
  justify-content: center;
}

.junction {
  padding: 60px 0;
  background: url("images/junction_bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .junction {
    padding: 9.38vw 0 6.25vw;
  }
}
.junction__title {
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .junction__title {
    font-size: 4.69vw;
    margin-bottom: 3.91vw;
    line-height: normal;
  }
}
.junction__title .highlight {
  color: #2995eb;
}
.junction__description {
  line-height: 2.35;
  color: #fff;
  text-align: left;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .junction__description {
    font-size: 1.33vw;
    margin-bottom: 3.13vw;
  }
}
.junction__description--jp {
  font-feature-settings: "palt";
  display: inline-block;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .junction__description--jp {
    font-size: 1.33vw;
    margin-top: 1.56vw;
  }
}
.junction__description--jp:first-child {
  margin-top: 0;
}
.junction__description--en {
  display: inline-block;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .junction__description--en {
    font-size: 1.25vw;
    margin-top: 1.56vw;
  }
}
.junction__description--en:first-child {
  margin-top: 0;
}
.junction__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .junction__button-wrap {
    margin-top: 6.25vw;
    justify-content: flex-start;
  }
}

.bicycles {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .bicycles {
    padding: 9.38vw 0 9.38vw;
  }
}
.bicycles__title {
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .bicycles__title {
    line-height: normal;
    font-size: 4.69vw;
    margin-bottom: 3.91vw;
  }
}
.bicycles__title .highlight {
  color: #2995eb;
}
.bicycles__description {
  line-height: 2.35;
  text-align: left;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .bicycles__description {
    font-size: 1.33vw;
    margin-bottom: 2.34vw;
  }
}
.bicycles__description--jp {
  display: inline-block;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .bicycles__description--jp {
    margin-top: 1.56vw;
    font-size: 1.33vw;
  }
}
.bicycles__description--jp:first-child {
  margin-top: 0;
}
.bicycles__description--en {
  display: inline-block;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .bicycles__description--en {
    margin-top: 1.56vw;
    font-size: 1.25vw;
  }
}
.bicycles__description--en:first-child {
  margin-top: 0;
}
.bicycles__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .bicycles__button-wrap {
    margin-top: 6.25vw;
    justify-content: flex-end;
  }
}
.bicycles__gallery {
  overflow: hidden;
  width: 100%;
  margin-top: 2.1875rem;
}
@media only screen and (min-width: 768px) {
  .bicycles__gallery {
    margin-top: 5.47vw;
  }
}
.bicycles__gallery-inner {
  display: flex;
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite;
}
@media only screen and (min-width: 768px) {
  .bicycles__gallery-inner {
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
  }
}
.bicycles__gallery-image {
  width: 60%;
  height: auto;
  flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .bicycles__gallery-image {
    width: 25%;
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.rentacycles {
  padding: 60px 0;
  background: url("images/rentacycles_bg.jpg") no-repeat center center;
  background-size: cover;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .rentacycles {
    padding: 9.38vw 0;
  }
}
.rentacycles__info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .rentacycles__info {
    grid-template-columns: auto 1fr;
    gap: 7.03vw;
    margin-bottom: 4.69vw;
  }
}
.rentacycles__title {
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .rentacycles__title {
    line-height: normal;
    font-size: 4.69vw;
    margin-bottom: 3.13vw;
  }
}
.rentacycles__title .highlight {
  color: #fff;
}
.rentacycles__subtitle {
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .rentacycles__subtitle {
    font-size: 1.56vw;
  }
}
.rentacycles__subtitle::after {
  content: "";
  display: block;
  background: #000;
  width: 30px;
  height: 1px;
}
@media only screen and (min-width: 768px) {
  .rentacycles__subtitle::after {
    width: 3.91vw;
  }
}
.rentacycles__description {
  line-height: 2.35;
}
@media only screen and (min-width: 768px) {
  .rentacycles__description {
    font-size: 1.33vw;
  }
}
.rentacycles__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .rentacycles__button-wrap {
    margin-top: 6.25vw;
    justify-content: flex-start;
  }
}

.store {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .store {
    padding: 9.38vw 0;
  }
}
.store.colored {
  background: #f2f2f2;
}
.store__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .store__layout {
    grid-template-columns: 1fr 36.64vw;
    gap: 3.13vw;
  }
}
.store__title {
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .store__title {
    font-size: 4.69vw;
    margin-bottom: 4.69vw;
  }
}
.store__title .highlight {
  color: #2995eb;
}
.store__subtitle {
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .store__subtitle {
    font-size: 1.56vw;
    margin-bottom: 4.69vw;
  }
}
.store__subtitle::after {
  content: "";
  display: block;
  background: #000;
  width: 30px;
  height: 1px;
}
@media only screen and (min-width: 768px) {
  .store__subtitle::after {
    width: 3.91vw;
  }
}
.store__description {
  line-height: 1.8;
  margin-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .store__description {
    font-size: 1.33vw;
    margin-top: 4.69vw;
  }
}
.store__description:first-of-type {
  margin-top: 0;
}
.store__brands {
  line-height: 1.75;
  display: block;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .store__brands {
    font-size: 1.56vw;
  }
}
.store__image {
  width: 100%;
}
.store__image img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.info {
  color: #fff;
}
.info__content {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .info__content {
    flex-direction: row;
  }
}
.info__section {
  flex: 1;
  padding: 60px 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .info__section {
    padding: 7.81vw 3.91vw;
    display: flex;
    flex-direction: column;
  }
}
.info__section--recruit {
  background-image: url("images/recruit_bg.jpg");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
.info__section--contact {
  background-image: url("images/contact_bg.jpg");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
.info__title {
  font-weight: bold;
  line-height: normal;
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .info__title {
    font-size: 4.69vw;
    margin-bottom: 3.91vw;
  }
}
.info__subtitle {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .info__subtitle {
    font-size: 1.56vw;
    margin-bottom: 3.13vw;
  }
}
.info__description {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .info__description {
    font-size: 1.25vw;
    margin-bottom: 30px;
  }
}
.info__stores {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .info__stores {
    font-size: 1.56vw;
    margin-bottom: 1.56vw;
  }
}
.info__locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .info__locations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.17vw;
    margin-bottom: 6.25vw;
    font-size: 1.33vw;
  }
}
.info__location {
  padding: 8px 20px;
  border-radius: 9999px;
  font-size: 14px;
  border: 1px solid #fff;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .info__location {
    font-size: 1.09vw;
  }
}
.info__button-wrap {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .info__button-wrap {
    margin-top: auto;
  }
}

.shop-list {
  padding: 60px 0;
  background: #f2f2f2;
}
@media only screen and (min-width: 768px) {
  .shop-list {
    padding: 7.81vw 0;
  }
}
.shop-list.bg-white {
  background: #fff;
}
.shop-list__link {
  width: 100%;
}
.shop-list__title {
  font-weight: bold;
  text-align: left;
  line-height: normal;
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .shop-list__title {
    font-size: 4.69vw;
    margin-bottom: 3.91vw;
  }
}
.shop-list__title .highlight {
  color: #2995eb;
}
.shop-list__subtitle {
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  gap: 1.25rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .shop-list__subtitle {
    font-size: 1.56vw;
    margin-bottom: 4.69vw;
  }
}
.shop-list__subtitle::after {
  content: "";
  display: block;
  background: #000;
  width: 30px;
  height: 1px;
}
@media only screen and (min-width: 768px) {
  .shop-list__subtitle::after {
    width: 3.91vw;
  }
}
.shop-list__shops {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem 1.25rem;
  margin-top: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .shop-list__shops {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4.3vw 3.13vw;
    margin-top: 9.38vw;
  }
}
.shop-list__shops:first-of-type {
  margin-top: 0;
}
.shop-list__shop {
  text-align: left;
}
.shop-list__shop-image {
  width: 100%;
  aspect-ratio: 260/180;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.shop-list__shop-name {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 1.25rem;
  gap: 0.625rem;
  margin-top: 0.625rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .shop-list__shop-name {
    font-size: 1.56vw;
    margin-top: 0.78vw;
    gap: 0.78vw;
  }
}
.shop-list__shop-name:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #d4322d;
  border-radius: 50%;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .shop-list__shop-name:before {
    width: 0.78vw;
    height: 0.78vw;
    margin-top: 0.78vw;
  }
}
.shop-list__shops--kansai .shop-list__shop-name:before {
  background: #22ac73;
}
.shop-list__shop-address {
  margin-top: 0.625rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .shop-list__shop-address {
    font-size: 1.09vw;
    margin-top: 0.78vw;
  }
}
.shop-list__shop--area {
  position: relative;
  height: 37.5vw;
}
@media only screen and (min-width: 768px) {
  .shop-list__shop--area {
    height: 16.41vw;
  }
}
.shop-list__shop--area img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  aspect-ratio: 1/1;
  margin-bottom: 0;
  width: 37.5vw;
  height: 37.5vw;
}
@media only screen and (min-width: 768px) {
  .shop-list__shop--area img {
    max-width: 14.06vw;
    max-height: 14.06vw;
  }
}
.shop-list__shop--area .shop-list__shop-name {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  font-size: 5.31vw;
  display: block;
}
@media only screen and (min-width: 768px) {
  .shop-list__shop--area .shop-list__shop-name {
    font-size: 1.56vw;
  }
}
.shop-list__shop--area .shop-list__shop-name:before {
  display: none;
}

.slowspot-info, .l-r-layouts {
  padding: 60px 0;
  background-color: #f2f2f2;
}
@media only screen and (min-width: 768px) {
  .slowspot-info, .l-r-layouts {
    padding: 9.38vw 0;
  }
}
.slowspot-info__inner, .l-r-layouts__inner {
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (min-width: 768px) {
  .slowspot-info__inner, .l-r-layouts__inner {
    padding: 0;
  }
}
.slowspot-info__title, .l-r-layouts__title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .slowspot-info__title, .l-r-layouts__title {
    font-size: 2.5vw;
    margin-bottom: 4.69vw;
  }
}
.slowspot-info__content, .l-r-layouts__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .slowspot-info__content, .l-r-layouts__content {
    flex-direction: row-reverse;
    align-items: center;
    gap: 6.25vw;
    padding-right: 11.72vw;
  }
}
@media only screen and (min-width: 768px) {
  .slowspot-info__image, .l-r-layouts__image {
    flex: 1;
  }
}
.slowspot-info__img, .l-r-layouts__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .slowspot-info__text, .l-r-layouts__text {
    flex: 1;
    max-width: 36.72vw;
    letter-spacing: normal;
  }
}
.slowspot-info__heading, .numberTitle, .l-r-layouts__heading {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.2;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .slowspot-info__heading, .numberTitle, .l-r-layouts__heading {
    font-size: 1.88vw;
    padding-left: 2.19vw;
    margin-bottom: 3.91vw;
  }
}
.slowspot-info__heading::before, .numberTitle::before, .l-r-layouts__heading::before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 100%;
  border-radius: 1px;
  background: #2995eb;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .slowspot-info__heading::before, .numberTitle::before, .l-r-layouts__heading::before {
    width: 0.63vw;
  }
}
.slowspot-info__description:not(:last-child), .l-r-layouts__description:not(:last-child) {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .slowspot-info__description:not(:last-child), .l-r-layouts__description:not(:last-child) {
    margin-bottom: 1.56vw;
  }
}
.slowspot-info__detail, .recruit-info__detail {
  margin-top: 40px;
  text-align: left;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .slowspot-info__detail, .recruit-info__detail {
    margin-top: 7.81vw;
    max-width: 76.56vw;
  }
}
.slowspot-info__text-block:not(:last-child), .recruit-info__text-block:not(:last-child) {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .slowspot-info__text-block:not(:last-child), .recruit-info__text-block:not(:last-child) {
    margin-bottom: 1.56vw;
  }
}
.slowspot-info__gallery, .recruit-info__gallery {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 20px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .slowspot-info__gallery, .recruit-info__gallery {
    max-width: 76.56vw;
    gap: 2.34vw;
    margin-top: 3.13vw;
  }
}
.slowspot-info__gallery-item, .recruit-info__gallery-item {
  flex: 1;
}

.shop-info {
  padding: 60px 0;
  background: url("images/nihonbashi_shpinfo_bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
}
.page-setagaya .shop-info {
  background: url("images/setagaya_shopinfo.jpg") no-repeat center center;
  background-size: cover;
}
.page-yokohama .shop-info {
  background: url("images/yokohama_shopinfo.jpg") no-repeat center center;
  background-size: cover;
}
.page-osaka .shop-info {
  background: url("images/osaka_shopinfo.jpg") no-repeat center center;
  background-size: cover;
}
.page-kyoto .shop-info {
  background: url("images/kyoto_shopinfo.jpg") no-repeat center center;
  background-size: cover;
}
.page-fukuoka .shop-info {
  background: url("images/fukuoka_shopinfo.jpg") no-repeat center center;
  background-size: cover;
}
.page-access .shop-info, .page-onomichi .shop-info {
  background: url("images/onomichi_shopinfo.jpg") no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .shop-info {
    padding: 9.38vw 0 6.25vw;
  }
}
.shop-info.about-company {
  background-image: url("images/about_info_bg.jpg");
}
.shop-info__details {
  display: flex;
  flex-direction: column;
}
.shop-info .dotList {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.25em;
}
.shop-info .dotList a {
  text-decoration: underline;
}
.shop-info__item {
  display: grid;
  grid-template-columns: 1fr;
  padding: 24px 0;
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 768px) {
  .shop-info__item {
    grid-template-columns: 15.63vw 1fr;
    gap: 1.56vw;
    padding: 2.34vw 0;
  }
}
.shop-info__item:first-child {
  border-top: 1px solid #ccc;
}
.shop-info__label {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .shop-info__label {
    font-size: 1.41vw;
  }
}
.shop-info__value {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .shop-info__value {
    flex: 1;
  }
}
.shop-info__value a {
  color: #fff;
}
.shop-info__value a:hover {
  color: #fff;
}
.shop-info__access {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.shop-info__heading {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-left: 4px solid #2995eb;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .shop-info__heading {
    font-size: 1.56vw;
  }
}
.shop-info__description {
  line-height: 1.8;
  color: #fff;
}
.shop-info__map {
  margin-top: 20px;
  overflow: hidden;
}

.shop-sns {
  padding: 60px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .shop-sns {
    padding: 9.38vw 0;
  }
}
.shop-sns__description {
  margin-bottom: 45px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .shop-sns__description {
    text-align: center;
    margin-bottom: 4.69vw;
  }
}
.shop-sns__list {
  display: flex;
  justify-content: center;
  gap: 40px 30px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .shop-sns__list {
    gap: 7.03vw;
  }
}
.shop-sns__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
.shop-sns__item:hover {
  opacity: 0.7;
}
.shop-sns__icon {
  width: 62px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .shop-sns__icon {
    width: 6.41vw;
  }
}
.shop-sns__name {
  margin-top: 15px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .shop-sns__name {
    font-size: 1.25vw;
    margin-top: 1.56vw;
  }
}

.l-r-layouts {
  background: none;
}
@media only screen and (min-width: 768px) {
  .l-r-layouts__content:nth-child(even) {
    padding-right: 0;
    flex-direction: row;
    padding-left: 11.72vw;
  }
}
.l-r-layouts__content:not(:first-child) {
  margin-top: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .l-r-layouts__content:not(:first-child) {
    margin-top: 8.98vw;
  }
}
.l-r-layouts__heading {
  letter-spacing: 0;
  padding-left: 1.5rem;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .l-r-layouts__heading {
    padding-left: 1.88vw;
    margin-top: 5.47vw;
  }
}
.l-r-layouts__heading::before {
  width: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .l-r-layouts__heading::before {
    width: 0.63vw;
  }
}
.l-r-layouts__heading .colored {
  color: #2995eb;
  padding-right: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .l-r-layouts__heading .colored {
    padding-right: 1.88vw;
  }
}
.anchorLink {
  display: block;
  position: relative;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 0.625rem;
  border: #ccc 1px solid;
  padding: 1em;
  padding-right: 3.75rem;
  font-size: 1.0625rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .anchorLink {
    max-width: 46.88vw;
    margin-bottom: 0.78vw;
    padding-right: 4.69vw;
    font-size: 1.33vw;
  }
}
.anchorLink::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url("images/btn_arrow.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.dot-list__item {
  font-weight: 500;
  padding-left: 1.25em;
  position: relative;
  letter-spacing: 0;
  line-height: 1.5;
  padding-block: 0.25em;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 768px) {
  .dot-list__item {
    font-size: 1.33vw;
  }
}
.dot-list__item::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  background: #000;
  border-radius: 100%;
  position: absolute;
  top: 0.65em;
  left: 0;
}

.pagenation {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  grid-column: 1/3;
  gap: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .pagenation {
    gap: 0.78vw;
  }
}
.pagenation .previouspostslink,
.pagenation .nextpostslink {
  width: 2.3125rem;
  height: 2.3125rem;
  padding-top: 2.3125rem;
  font-size: 1.0625rem;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
}
@media only screen and (min-width: 768px) {
  .pagenation .previouspostslink,
.pagenation .nextpostslink {
    font-size: 1.33vw;
    padding-top: 2.89vw;
    width: 2.89vw;
    height: 2.89vw;
  }
}
.pagenation .previouspostslink::before,
.pagenation .nextpostslink::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-right: #000 1px solid;
  border-bottom: #000 1px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pagenation .previouspostslink[inert]::before,
.pagenation .nextpostslink[inert]::before {
  border-color: #ccc;
}
.pagenation .previouspostslink::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.pagenation ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .pagenation ul {
    gap: 0.78vw;
  }
}
.pagenation ul li a,
.pagenation ul li span {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 2.3125rem;
  height: 2.3125rem;
  font-size: 1.0625rem;
  border-radius: 100%;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .pagenation ul li a,
.pagenation ul li span {
    font-size: 1.33vw;
    width: 2.89vw;
    height: 2.89vw;
  }
}
.pagenation ul li a.current,
.pagenation ul li span.current {
  background: #2995eb;
  color: #fff;
}
.pagenation ul li a.dots,
.pagenation ul li span.dots {
  padding-inline: 0;
}

.contentsTitle {
  font-weight: 700;
  text-align: center;
  line-height: normal;
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .contentsTitle {
    font-size: 4.69vw;
    margin-bottom: 3.91vw;
  }
}
.contentsTitle .highlight {
  color: #2995eb;
}
.contentsTitle--sub {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin-top: -2.5rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .contentsTitle--sub {
    font-size: 1.56vw;
    margin-top: -3.13vw;
    margin-bottom: 4.69vw;
  }
}

.numberTitle {
  letter-spacing: 0;
  padding-left: 1.25rem;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .numberTitle {
    padding-left: 1.88vw;
    margin-top: 5.47vw;
  }
}
.numberTitle::before {
  width: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .numberTitle::before {
    width: 0.63vw;
  }
}
.numberTitle .colored {
  color: #2995eb;
  padding-right: 0.5em;
}
@media only screen and (min-width: 768px) {
  .numberTitle .colored {
    padding-right: 1.88vw;
  }
}

.about-info {
  background-color: #f2f2f2;
}
.about-info__inner {
  margin: 0 auto;
  padding: 3.75rem 1.5rem;
}
@media only screen and (min-width: 768px) {
  .about-info__inner {
    padding: 7.81vw 0;
  }
}
.about-info__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .about-info__content {
    flex-direction: row-reverse;
    align-items: stretch;
    gap: 9%;
  }
}
@media only screen and (min-width: 768px) {
  .about-info__content:nth-child(odd) {
    flex-direction: row;
  }
}
.about-info__content + .about-info__content {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .about-info__content + .about-info__content {
    margin-top: 6.25vw;
  }
}
.about-info__image {
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .about-info__image {
    width: 32%;
  }
}
.about-info__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .about-info__text {
    width: 59%;
    letter-spacing: normal;
  }
}
.about-info__heading {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .about-info__heading {
    font-size: 1.88vw;
    padding-left: 2.19vw;
    margin-bottom: 3.91vw;
  }
}
.about-info__heading::before {
  position: absolute;
  display: block;
  content: "";
  width: 0.5rem;
  height: 100%;
  border-radius: 1px;
  background: #2995eb;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .about-info__heading::before {
    width: 0.63vw;
  }
}
.about-info__heading .num {
  color: #2995eb;
}
@media only screen and (min-width: 768px) {
  .about-info__description {
    font-weight: 500;
    font-size: 1.33vw;
  }
}
.about-info__description:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .about-info__description:not(:last-child) {
    margin-bottom: 1.56vw;
  }
}

.brand-info__inner {
  padding-bottom: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .brand-info__inner {
    padding-bottom: 7.81vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.brand-info__content {
  padding-bottom: 3.125rem;
}
@media only screen and (min-width: 768px) {
  .brand-info__content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 7.81vw;
  }
}
.brand-info__content:not(:first-child) {
  border-top: #ccc 1px solid;
  padding-top: 3.125rem;
}
@media only screen and (min-width: 768px) {
  .brand-info__content:not(:first-child) {
    border-top: none;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .brand-info__content:nth-child(odd) {
    padding-right: 4.69vw;
    border-right: #ccc 1px solid;
  }
}
@media only screen and (min-width: 768px) {
  .brand-info__content:nth-child(even) {
    padding-left: 4.69vw;
  }
}
.brand-info__content:nth-child(n+3) {
  padding-top: 3.125rem;
  border-top: #ccc 1px solid;
}
@media only screen and (min-width: 768px) {
  .brand-info__content:nth-child(n+3) {
    padding-top: 7.81vw;
  }
}
@media only screen and (min-width: 768px) {
  .brand-info__content:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
}
.brand-info__image {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .brand-info__image {
    width: 83%;
  }
}
.brand-info__text {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .brand-info__text {
    padding-bottom: 4.69vw;
  }
}
.brand-info__heading {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .brand-info__heading {
    font-size: 1.88vw;
    padding-left: 2.19vw;
    margin-bottom: 3.91vw;
  }
}
.brand-info__heading::before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  border-radius: 1px;
  background: #2995eb;
  top: 0;
  left: 0;
  width: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .brand-info__heading::before {
    width: 0.63vw;
  }
}
.brand-info__actions {
  margin-top: auto;
  text-align: center;
  width: 100%;
}

.telList {
  background-color: #f2f2f2;
  padding: 3.75rem 0rem;
}
@media only screen and (min-width: 768px) {
  .telList {
    padding: 7.81vw 0;
  }
}
.telList__inner {
  margin: 0 auto;
  padding: 0rem 1.5rem;
}
@media only screen and (min-width: 768px) {
  .telList__inner {
    padding: 0;
  }
}
.telList__item {
  border-bottom: #ccc 1px solid;
  padding-block: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .telList__item {
    font-size: 1.33vw;
    padding-block: 3.13vw;
  }
}
.telList__item:first-child {
  border-top: #ccc 1px solid;
}
.telList__heading {
  font-weight: bold;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 768px) {
  .telList__heading {
    font-size: 1.33vw;
  }
}
.telList .button {
  margin-top: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .telList .button {
    padding: 1.17vw 1.56vw;
    margin-top: 0.78vw;
  }
}

.contact {
  padding: 3.75rem 0rem;
}
@media only screen and (min-width: 768px) {
  .contact {
    padding: 9.38vw 0;
  }
}
.contact.colored {
  background: #f5f5f5;
}
.contact__inner {
  margin: 0 auto;
  padding: 0rem 1.5rem;
}
@media only screen and (min-width: 768px) {
  .contact__inner {
    padding: 0;
  }
}
.contact__table {
  width: 100%;
}
.contact__table tr {
  border-bottom: #ccc 1px solid;
}
.contact__table tr:first-child {
  border-top: #ccc 1px solid;
}
.contact__table th,
.contact__table td {
  text-align: left;
  vertical-align: top;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 768px) {
  .contact__table th,
.contact__table td {
    font-size: 1.33vw;
  }
}
.contact__table th {
  font-weight: 700;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  padding-block: 1.25rem 0.625rem;
}
@media only screen and (min-width: 768px) {
  .contact__table th {
    padding-block: 3.13vw;
    padding-right: 3.13vw;
  }
}
.contact__table th .notes {
  display: block;
  line-height: 1.5;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .contact__table th .notes {
    font-size: 1.09vw;
  }
}
.contact__table th .required {
  background: #2995eb;
  color: #fff;
  line-height: 1;
  font-size: 0.9375rem;
  padding: 0.25em 0.75em;
  white-space: nowrap;
  margin-top: 0.5em;
}
@media only screen and (min-width: 768px) {
  .contact__table th .required {
    font-size: 1.17vw;
  }
}
.contact__table td {
  display: block;
  width: 100%;
  -webkit-padding-after: 1.25rem;
          padding-block-end: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .contact__table td {
    width: 72%;
    display: table-cell;
    padding-block: 3.13vw;
  }
}
.contact .wpcf7-list-item {
  margin: 0;
}
.contact .wpcf7-spinner {
  display: none;
}
.contact .form-radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3125rem 1.875rem;
}
.contact .form-radio .wpcf7-list-item label {
  position: relative;
  cursor: pointer;
  padding-left: 1.375rem;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .contact .form-radio .wpcf7-list-item label {
    font-size: 12px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .contact .form-radio .wpcf7-list-item label {
    padding-left: 1.72vw;
  }
}
@media screen and (min-width: 993px) {
  .contact .form-radio .wpcf7-list-item label {
    font-size: 1.33vw;
  }
}
.contact .form-radio .wpcf7-list-item label input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.contact .form-radio .wpcf7-list-item label::before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .contact .form-radio .wpcf7-list-item label::before {
    width: 1.41vw;
    height: 1.41vw;
  }
}
.contact .form-radio .wpcf7-list-item label:has(:checked)::after {
  content: "";
  display: block;
  border-radius: 100%;
  background: #262626;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  left: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .contact .form-radio .wpcf7-list-item label:has(:checked)::after {
    width: 0.78vw;
    height: 0.78vw;
    left: 0.31vw;
  }
}
.contact__terms {
  text-align: center;
  -webkit-padding-before: 2.5rem;
          padding-block-start: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .contact__terms {
    -webkit-padding-before: 3.13vw;
            padding-block-start: 3.13vw;
  }
}
.contact__terms a {
  text-decoration: underline;
}
.contact__terms label {
  font-size: 1.0625rem;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  padding-left: 1.75rem;
}
@media only screen and (min-width: 768px) {
  .contact__terms label {
    font-size: 1.33vw;
    padding-left: 2.19vw;
  }
}
.contact__terms label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.contact__terms label::before {
  content: "";
  display: block;
  border: 1px solid #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .contact__terms label::before {
    width: 1.41vw;
    height: 1.41vw;
  }
}
.contact__terms label:has(:checked)::after {
  content: "";
  display: block;
  border-left: 3px solid #262626;
  border-bottom: 3px solid #262626;
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  transform: rotate(-47.5deg);
  width: 1.125rem;
  height: 0.5rem;
  left: 0.125rem;
}
@media only screen and (min-width: 768px) {
  .contact__terms label:has(:checked)::after {
    width: 1.41vw;
    height: 0.63vw;
    left: 0.16vw;
    border-width: 0.23vw;
  }
}
.contact .form-btn {
  text-align: center;
  -webkit-padding-before: 2.5rem;
          padding-block-start: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .contact .form-btn {
    -webkit-padding-before: 4.69vw;
            padding-block-start: 4.69vw;
  }
}
.contact .form-btn__inner {
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .contact .form-btn__inner {
    width: auto;
    width: 290px;
  }
}
@media only screen and (min-width: 768px) {
  .contact .form-btn__inner {
    width: 22.66vw;
  }
}
.contact .form-btn__inner::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url("images/btn_arrow.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .contact .form-btn__inner::before {
    left: 1.72vw;
  }
}
.contact .form-btn__inner::before img {
  width: 100%;
  height: 100%;
}
.contact .form-btn input {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 9999px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 15px 20px;
  cursor: pointer;
  font-size: 1.0625rem;
  font-weight: 500;
}
@media only screen and (min-width: 640px) {
  .contact .form-btn input {
    width: auto;
    min-width: 290px;
  }
}
@media only screen and (min-width: 768px) {
  .contact .form-btn input {
    font-size: 1.33vw;
    min-width: 22.66vw;
    padding: 1.56vw;
  }
}
.contact .form-btn input:hover {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
  opacity: 0.7;
  transition: 0.3s;
}
.contact .form-btn input:disabled {
  opacity: 0.5;
  box-shadow: none;
  border: 1px solid #ccc;
}
.contact .form-btn input:disabled:hover {
  opacity: 0.5;
}

.recruitHead {
  background: url("images/recruit_head.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  margin-top: 2.5rem;
  padding-block: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .recruitHead {
    text-align: center;
    margin-top: 3.13vw;
    padding-block: 7.81vw;
  }
}
.recruitHead__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .recruitHead__title {
    font-size: 2.11vw;
  }
}
.recruitHead__description {
  font-weight: 500;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 768px) {
  .recruitHead__description {
    line-height: 2.3;
    font-size: 1.33vw;
    margin-top: 3.13vw;
  }
}

.recruit-info {
  padding-block: 3.75rem;
  background: #f2f2f2;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .recruit-info {
    padding: 9.38vw 0;
  }
}
.recruit-info__inner {
  margin: 0 auto;
  padding-inline: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .recruit-info__inner {
    padding: 0;
  }
}
.recruit-info .shop-info__heading {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  border-left: 8px solid #2995eb;
  padding-left: 15px;
  line-height: 1.25;
  margin-top: 3.125rem;
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 768px) {
  .recruit-info .shop-info__heading {
    font-size: 1.88vw;
    margin-top: 7.81vw;
    margin-bottom: 3.91vw;
  }
}
.recruit-info .shop-info__label {
  color: #000;
}
.recruit-info .shop-info__value {
  color: #000;
}
.recruit-info .shop-info__value P + P {
  margin-top: 20px;
}
.recruit-info .shop-info__value a {
  color: #000;
  text-decoration: underline;
}
.recruit-info .shop-info__value a:hover {
  text-decoration: none;
}
.recruit-info .shop-info__value ul li {
  margin-left: 20px;
}
.recruit-info__detail {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .recruit-info__detail {
    margin-top: 3.13vw;
  }
}
.recruit-info__no-entry {
  text-align: center;
}
.recruit-info .button-wrap {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .recruit-info .button-wrap {
    margin-top: 6.25vw;
  }
}
.recruit-info .button-wrap a {
  font-size: 1.0625rem;
}
@media only screen and (min-width: 768px) {
  .recruit-info .button-wrap a {
    font-size: 1.33vw;
  }
}

.news.page-news {
  padding-top: 4.375rem;
}
@media only screen and (min-width: 768px) {
  .news.page-news {
    padding-top: 5.47vw;
  }
}
@media only screen and (min-width: 768px) {
  .news.page-news .news__content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.news.page-news .news__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 1.25rem;
}
@media only screen and (min-width: 768px) {
  .news.page-news .news__list {
    width: 62.5%;
    gap: 7.81vw 2.73vw;
  }
}
.news.page-news .news__image {
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .news.page-news .news__image {
    margin-bottom: 1.56vw;
  }
}
.news.page-news .news__aside {
  padding-top: 2.1875rem;
}
@media only screen and (min-width: 768px) {
  .news.page-news .news__aside {
    width: 28.5%;
    padding-top: 0;
  }
}
.news.page-news .news__aside__title {
  font-size: 1.5rem;
  color: #000;
  border-bottom: #2995eb 1px solid;
  line-height: 1;
  padding-bottom: 0.3em;
  letter-spacing: 0;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .news.page-news .news__aside__title {
    font-size: 1.88vw;
    margin-bottom: 2.34vw;
  }
}
.news.page-news .news__aside__title.shoplist {
  padding-left: 2em;
  background: url("images/icon_bike.svg") left top no-repeat;
  background-size: 1.5em auto;
}
@media only screen and (min-width: 768px) {
  .news.page-news .news__aside__title.shoplist {
    padding-left: 3.13vw;
    background-size: 2.34vw auto;
  }
}
.news.page-news .news__aside__title.category {
  margin-top: 3.75rem;
  padding-left: 1.6em;
  background: url("images/icon_pen.svg") left top no-repeat;
  background-size: 1.2em auto;
}
@media only screen and (min-width: 768px) {
  .news.page-news .news__aside__title.category {
    margin-top: 4.69vw;
    padding-left: 2.66vw;
    background-size: 1.88vw auto;
  }
}

.ranking {
  padding: 3.75rem 0rem 8.75rem;
  background-color: #f2f2f2;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .ranking {
    padding: 9.38vw 0 15.63vw;
  }
}
.ranking__inner {
  margin: 0 auto;
  padding: 0rem 1.5rem;
}
@media only screen and (min-width: 768px) {
  .ranking__inner {
    padding: 0;
  }
}
.ranking .swiper {
  overflow: visible;
  padding: 0;
}
.ranking .swiper-slide {
  opacity: 0.3;
  transition: opacity 0.4s ease;
}
.ranking .swiper-slide.swiper-slide-visible {
  opacity: 1;
}
.ranking .swiper-slide .news__item {
  background: #fff;
  padding: 1.25rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  .ranking .swiper-slide .news__item {
    padding: 1.56vw;
  }
}
.ranking .swiper-button-next, .ranking .swiper-button-prev {
  top: auto;
  margin-top: 0;
  left: 0;
  right: auto;
  bottom: -4.375rem;
  width: 3.125rem;
  height: 3.125rem;
  overflow: hidden;
  padding-top: 3.125rem;
  background: #2995eb url("images/icon_arrow.svg") center center no-repeat;
  background-size: 1.5em auto;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  .ranking .swiper-button-next, .ranking .swiper-button-prev {
    bottom: -5.47vw;
    width: 3.91vw;
    height: 3.91vw;
    padding-top: 3.91vw;
    background-size: 1.56vw auto;
  }
}
.ranking .swiper-button-next.swiper-button-disabled, .ranking .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: #ccc;
}
.ranking .swiper-button-next::after, .ranking .swiper-button-prev::after {
  content: "";
  font-family: sans-serif;
}
.ranking .swiper-button-prev {
  transform: scale(-1, 1);
}
.ranking .swiper-button-next {
  left: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .ranking .swiper-button-next {
    left: 4.69vw;
  }
}

/* シングル */
.news.single-news {
  padding-top: 2.1875rem;
}
@media only screen and (min-width: 768px) {
  .news.single-news {
    padding-top: 5.47vw;
  }
}
.news.single-news .news__date {
  font-size: 1.0625rem;
  margin-top: 1.25rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .news.single-news .news__date {
    font-size: 1.33vw;
    margin-top: 3.13vw;
  }
}
.news.single-news .news__title {
  font-size: 1.5rem;
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .news.single-news .news__title {
    font-size: 2.5vw;
    margin-top: 3.13vw;
    padding-bottom: 3.28vw;
  }
}
.news.single-news .news__title::after {
  content: "";
  width: 3.125rem;
  height: 0.125rem;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .news.single-news .news__title::after {
    width: 3.91vw;
    height: 0.16vw;
  }
}
@media only screen and (min-width: 768px) {
  .news.single-news .news__content {
    font-size: 1.33vw;
    font-weight: 500;
    line-height: 2.35;
  }
}
.news.single-news .news__content img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.news.single-news .news__content img.alignright {
  display: block;
  margin: 0 0 0 auto !important;
}
.news.single-news .news__content img.alignleft {
  display: block;
  margin: 0 auto 0 0 !important;
}
.news.single-news .news__content img.aligncenter {
  display: block;
  margin: 0 auto !important;
}
.news.single-news .news__content .aligncenter {
  margin: 0 auto;
}
.news.single-news .news__content em {
  font-style: italic;
}
.news.single-news .news__content a {
  color: #000;
  text-decoration: underline;
  display: inline-block;
}
.news.single-news .news__content a:hover {
  text-decoration: none;
}
.news.single-news .news__content ol {
  list-style-type: decimal;
  margin-top: 30px;
  margin-left: 20px;
}
.news.single-news .news__content ol[type=a] {
  list-style-type: lower-alpha;
}
.news.single-news .news__content ol[type=A] {
  list-style-type: upper-alpha;
}
.news.single-news .news__content ol[type=i] {
  list-style-type: lower-roman;
}
.news.single-news .news__content ol[type=I] {
  list-style-type: upper-roman;
}
.news.single-news .news__content ul {
  margin-top: 30px;
  list-style: disc;
  margin-left: 20px;
}
.news.single-news .news__content ul li {
  position: relative;
}
.news.single-news .news__content > * {
  margin-block: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .news.single-news .news__content > * {
    margin-block: 1.17vw;
  }
}
.news.single-news .news__content h3 {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.66;
  position: relative;
  margin-block: 2.5rem;
  padding-left: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .news.single-news .news__content h3 {
    font-size: 1.88vw;
    padding-left: 1.88vw;
    margin-block: 3.13vw;
  }
}
.news.single-news .news__content h3::before {
  content: "";
  width: 0.5rem;
  height: calc(100% - 0.25em);
  background: #2995eb;
  position: absolute;
  top: 0.125em;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .news.single-news .news__content h3::before {
    width: 0.63vw;
  }
}
.news.single-news .news__content .lead {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.51;
  margin-block: 2.5rem;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .news.single-news .news__content .lead {
    font-size: 2.11vw;
    margin-block: 3.13vw;
  }
}
.news.single-news .news__content__img {
  width: 100%;
  height: auto;
  margin-block: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .news.single-news .news__content__img {
    margin-block: 3.13vw;
  }
}
.news.single-news .news__content blockquote {
  background: url("images/icon_quart_bottom.svg") right 1.5em bottom 1.5em no-repeat, #f2f2f2 url("images/icon_quart_top.svg") left 1.5em top 1.5em no-repeat;
  background-size: 0.5em auto;
  border-radius: 10px;
  padding: 2.5rem;
  margin-block: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .news.single-news .news__content blockquote {
    padding: 6.25vw;
    background-position: right 3em bottom 3.5em, left 3em top 3.5em;
    background-size: 0.5em auto;
    margin-block: 3.13vw;
  }
}
.news.single-news .news__content a:not(.button) {
  color: #2995eb;
  text-decoration: underline;
  font-weight: 700;
}
.news.single-news .news__content table {
  width: 100%;
  border-collapse: collapse;
}
.news.single-news .news__content table th,
.news.single-news .news__content table td {
  border: #ccc 1px solid;
  padding: 0.5em 1em;
  display: block;
}
@media only screen and (min-width: 768px) {
  .news.single-news .news__content table th,
.news.single-news .news__content table td {
    display: table-cell;
    padding: 1em 1.5em;
  }
}
.news.single-news .news__content table th {
  background: #2995eb;
  color: #fff;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .news.single-news .news__content table th {
    width: 20%;
    text-align: center;
  }
}
.news.single-news .news__content .eyecatch {
  width: 100%;
  height: auto;
  margin-block: 0;
}
.news.single-news .news__content .single-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 9999px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
  text-decoration: none !important;
  transition: all 0.3s ease;
  letter-spacing: normal;
  line-height: 1.5;
  color: #000 !important;
  padding: 15px 20px;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .news.single-news .news__content .single-btn {
    width: auto;
    min-width: 290px;
  }
}
@media only screen and (min-width: 768px) {
  .news.single-news .news__content .single-btn {
    min-width: 22.66vw;
    padding: 1.56vw;
  }
}
.news.single-news .news__content .single-btn:hover {
  color: #000;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}
.news.single-news .news__content .single-btn span {
  flex-grow: 1;
  text-align: center;
  padding: 0 10px;
  font-weight: normal;
}
.news.single-news .news__content .single-btn::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: url("images/btn_arrow.svg") no-repeat center center;
  background-size: cover;
}
.news.single-news .news__content .single-btn::before img {
  width: 100%;
  height: 100%;
}
.news.single-news .authorShop {
  margin-top: 3.125rem;
}
@media only screen and (min-width: 768px) {
  .news.single-news .authorShop {
    margin-top: 7.81vw;
  }
}
.news.single-news .authorShop__title {
  background: #f2f2f2;
  border-radius: 10px 10px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.25rem;
  padding-left: 3.125rem;
  position: relative;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .news.single-news .authorShop__title {
    font-size: 1.88vw;
    padding: 1.56vw 3.91vw;
    padding-left: 7.03vw;
  }
}
.news.single-news .authorShop__title::before {
  content: "";
  width: 1.5625rem;
  height: 1.5625rem;
  background: url("images/icon_bike.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .news.single-news .authorShop__title::before {
    left: 3.91vw;
    width: 2.34vw;
    height: 2.34vw;
  }
}
.news.single-news .authorShop__content {
  background: #f2f2f2;
  border-radius: 0 10px 10px 10px;
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.125rem;
}
@media only screen and (min-width: 768px) {
  .news.single-news .authorShop__content {
    grid-template-columns: 300fr 530fr;
    padding: 3.91vw;
    gap: 3.91vw;
  }
}
.news.single-news .authorShop__sns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.25rem;
  gap: 1.5625rem;
}
@media only screen and (min-width: 768px) {
  .news.single-news .authorShop__sns {
    gap: 2.34vw;
    margin-top: 3.13vw;
  }
}
.news.single-news .authorShop__sns__item {
  width: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .news.single-news .authorShop__sns__item {
    width: 3.13vw;
  }
}
@media only screen and (min-width: 768px) {
  .news.single-news .authorShop__textArea {
    font-weight: 500;
    line-height: 2.35;
    font-size: 1.33vw;
  }
}
.news.single-news .authorShop__textArea p {
  margin-top: 1em;
}
.news.single-news .authorShop__name {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.66;
  position: relative;
  padding-left: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .news.single-news .authorShop__name {
    font-size: 1.88vw;
    padding-left: 1.88vw;
  }
}
.news.single-news .authorShop__name::before {
  content: "";
  width: 0.5rem;
  height: calc(100% - 0.5em);
  background: #2995eb;
  position: absolute;
  top: 0.25em;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .news.single-news .authorShop__name::before {
    width: 0.63vw;
  }
}
.news.single-news .authorShop__img a {
  width: 100%;
}
.news.single-news .footNav {
  margin-top: 3.125rem;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .news.single-news .footNav {
    margin-top: 7.81vw;
    font-size: 1.33vw;
  }
}
.news.single-news .footNav__next a {
  position: relative;
  padding-left: 1.25em;
}
.news.single-news .footNav__next a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% - 1px)) rotate(135deg);
  pointer-events: none;
}
.news.single-news .footNav__prev {
  margin-top: 1em;
}
.news.single-news .footNav__prev a {
  position: relative;
  padding-right: 1.25em;
}
.news.single-news .footNav__prev a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(calc(-50% + 1px)) rotate(-45deg);
  pointer-events: none;
}
.news.single-news .footNav .button {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .news.single-news .footNav .button {
    margin-top: 6.25vw;
  }
}

/* ここまで */
.policy {
  margin-block: 2.5rem 3.75rem;
  line-height: 1.66;
}
@media only screen and (min-width: 768px) {
  .policy {
    margin-block: 4.69vw 7.81vw;
    font-weight: 500;
    line-height: 2.35;
    font-size: 1.33vw;
  }
}
.policy p {
  margin-block: 0.75em;
}
.policy a {
  color: #2995eb;
  text-decoration: underline;
}
.policy__title {
  margin-top: 1.875rem;
  margin-bottom: 1em;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.66;
  position: relative;
  padding-left: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .policy__title {
    margin-top: 4.69vw;
    font-size: 1.88vw;
    padding-left: 1.88vw;
  }
}
.policy__title::before {
  content: "";
  width: 0.5rem;
  height: calc(100% - 0.5em);
  background: #2995eb;
  position: absolute;
  top: 0.25em;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .policy__title::before {
    width: 0.63vw;
  }
}
.policy__subtitle {
  font-weight: 700;
  margin-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .policy__subtitle {
    margin-top: 2.34vw;
  }
}
.policy__subtitle span {
  color: #2995eb;
}
.policy__noNumList {
  list-style: none;
  margin-block: 0.75em;
  padding: 0 0 0 2.25em;
  text-indent: -2.75em;
}
.policy__numList {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0.75em 0 0.75em 1.25em;
  padding: 0;
}

.rent-a-cycles .page-header__subtitle {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .rent-a-cycles .page-header__subtitle {
    font-size: 1.88vw;
    margin-bottom: 0.63vw;
  }
}
.rent-a-cycles .page-header__highlight {
  color: #00aa28;
}
.rent-a-cycles .button::before {
  background-image: url("images/btn_arrow_rentacycle.svg");
}
.rent-a-cycles .news.colored {
  background: #f2fbf4;
}

.rentacycleHead {
  background: url("images/rentacycle_bg.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  margin-top: 2.5rem;
  padding-block: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .rentacycleHead {
    text-align: center;
    margin-top: 3.13vw;
    padding-block: 9.38vw;
  }
}
.rentacycleHead__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .rentacycleHead__title {
    font-size: 4.69vw;
  }
}
.rentacycleHead__lead {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  margin-block: 1.5625rem;
}
@media only screen and (min-width: 768px) {
  .rentacycleHead__lead {
    font-size: 2.11vw;
    margin-block: 3.91vw;
  }
}
.rentacycleHead__description {
  margin-block: 1.25rem 2.5rem;
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 768px) {
  .rentacycleHead__description {
    font-size: 1.33vw;
    font-weight: 500;
    margin-block: 3.13vw;
  }
}

.rentacycleBody__detail {
  margin-top: 2.5rem;
  text-align: left;
  margin-inline: auto;
  padding: 0 24px;
}
@media only screen and (min-width: 768px) {
  .rentacycleBody__detail {
    padding: 0;
    margin-top: 7.03vw;
    max-width: 76.56vw;
  }
}
.rentacycleBody__detail .button-wrap {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .rentacycleBody__detail .button-wrap {
    margin-top: 4.69vw;
  }
}

.rentacycle-info {
  padding-block: 3.75rem;
  background: #f2fbf4;
}
@media only screen and (min-width: 768px) {
  .rentacycle-info {
    padding-block: 7.81vw;
  }
}
.rentacycle-info .button-wrap {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .rentacycle-info .button-wrap {
    margin-top: 4.69vw;
  }
}

.rentacycleList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 3.5%;
  row-gap: 1.25rem;
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .rentacycleList {
    justify-content: center;
    -webkit-margin-before: 4.69vw;
            margin-block-start: 4.69vw;
    row-gap: 2.34vw;
  }
}
.rentacycleList__item {
  width: 48.25%;
  row-gap: 2.34vw;
}
@media only screen and (min-width: 768px) {
  .rentacycleList__item {
    width: 31%;
  }
}
.rentacycleList__img figcaption {
  margin-top: 0.5em;
  line-height: 1.23;
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .rentacycleList__img figcaption {
    font-size: 1.33vw;
    font-weight: 500;
  }
}

.faq {
  padding-block: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .faq {
    padding-block: 7.81vw;
  }
}
.faq.page-faq {
  padding-block: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .faq.page-faq {
    padding-block: 6.25vw 7.81vw;
  }
}
.faq__list {
  border-top: #ccc 1px solid;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .faq__list {
    margin-bottom: 3.13vw;
  }
}
.faq__item {
  border-bottom: #ccc 1px solid;
}
.faq__q {
  padding: 1.5em 0;
  padding-left: 3.4375rem;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .faq__q {
    padding: 2em 0;
    font-size: 1.33vw;
    padding-left: 4.3vw;
  }
}
.faq__q::before {
  content: "Q";
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #00aa28;
  border-radius: 100%;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .faq__q::before {
    font-size: 1.56vw;
    width: 3.13vw;
    height: 3.13vw;
  }
}
.faq summary.faq__q {
  cursor: pointer;
  display: block;
  list-style: none;
}
.faq summary.faq__q .faq__q__inner {
  position: relative;
  display: block;
  padding-right: 2.25rem;
}
@media only screen and (min-width: 768px) {
  .faq summary.faq__q .faq__q__inner {
    padding-right: 2.81vw;
  }
}
.faq summary.faq__q .faq__q__inner::before, .faq summary.faq__q .faq__q__inner::after {
  content: "";
  width: 1rem;
  height: 0.125rem;
  background: #999999;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .faq summary.faq__q .faq__q__inner::before, .faq summary.faq__q .faq__q__inner::after {
    width: 1.25vw;
    height: 0.16vw;
  }
}
.faq summary.faq__q .faq__q__inner::after {
  transform: translateY(-50%) rotate(270deg);
  transition: transform 0.4s ease;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq details.faq__item[open] .faq__q__inner::after {
  transform: translateY(-50%) rotate(0deg);
}
@media only screen and (min-width: 768px) {
  .faq__a {
    padding-left: 4.69vw;
  }
}
.faq__a a {
  text-decoration: underline;
}
.faq__inner {
  background: #f2f2f2;
  margin-bottom: 2em;
  padding: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .faq__inner {
    padding: 2.34vw;
    font-size: 1.33vw;
    font-weight: 500;
  }
}
.faq .button-wrap {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .faq .button-wrap {
    margin-top: 4.69vw;
  }
}

.rentacycleContact {
  background: url("images/rentacycle_bg.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  padding-block: 3.75rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .rentacycleContact {
    text-align: center;
    padding-block: 9.38vw;
  }
}
.rentacycleContact__title {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .rentacycleContact__title {
    font-size: 2.11vw;
    -webkit-margin-after: 3.91vw;
            margin-block-end: 3.91vw;
  }
}
.rentacycleContact__description {
  line-height: 2.3;
  margin-block: 1.25rem;
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 768px) {
  .rentacycleContact__description {
    font-size: 1.33vw;
    font-weight: 500;
    margin-block: 3.13vw 6.25vw;
  }
}
.rentacycleContact .button-wrap + .button-wrap {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .rentacycleContact .button-wrap + .button-wrap {
    -webkit-margin-before: 1.56vw;
            margin-block-start: 1.56vw;
  }
}

.rentacycleContents, .lb-bike {
  align-items: flex-start;
}
.rentacycleContents:not(:last-child), .lb-bike:not(:last-child) {
  margin-bottom: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .rentacycleContents:not(:last-child), .lb-bike:not(:last-child) {
    margin-bottom: 9.38vw;
    padding-bottom: 9.38vw;
  }
}
.rentacycleContents:not(:last-child)::after, .lb-bike:not(:last-child)::after {
  content: "";
  width: calc(100% - 48px);
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .rentacycleContents:not(:last-child)::after, .lb-bike:not(:last-child)::after {
    width: 100%;
    max-width: 76.56vw;
  }
}
@media only screen and (min-width: 768px) {
  .rentacycleContents:nth-child(even), .lb-bike:nth-child(even) {
    flex-direction: row-reverse;
    padding-inline: 0 11.72vw;
  }
}
.rentacycleContents .content-section__title, .lb-bike .content-section__title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .rentacycleContents .content-section__title, .lb-bike .content-section__title {
    font-size: 1.88vw;
    padding-left: 2.19vw;
    margin-top: 5.47vw;
    margin-bottom: 3.91vw;
  }
}
.rentacycleContents .content-section__title::before, .lb-bike .content-section__title::before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  border-radius: 1px;
  background: #00aa28;
  top: 0;
  left: 0;
  width: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .rentacycleContents .content-section__title::before, .lb-bike .content-section__title::before {
    width: 0.63vw;
  }
}

.threeimg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .threeimg {
    gap: 2.34vw;
  }
}
.threeimg .content-section__img:nth-child(1) {
  grid-column: 1/3;
}

.rentacycle-menu {
  padding-block: 3.75rem;
  background: #f2fbf4;
}
@media only screen and (min-width: 768px) {
  .rentacycle-menu {
    padding-block: 7.81vw;
  }
}
.rentacycle-menu__title {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}
.rentacycle-menu__title--sub {
  display: block;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .rentacycle-menu__title--sub {
    font-size: 1.88vw;
  }
}
.rentacycle-menu__title--main {
  display: block;
  font-size: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .rentacycle-menu__title--main {
    font-size: 4.69vw;
  }
}
.rentacycle-menu__highlight {
  color: #00aa28;
}
.rentacycle-menu__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .rentacycle-menu__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.34vw;
    margin-top: 3.13vw;
  }
}
@media only screen and (min-width: 768px) {
  .rentacycle-menu__list.triple {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .rentacycle-menu__list.triple .rentacycle-menu__item a img {
    height: auto;
    -o-object-fit: none;
       object-fit: none;
    aspect-ratio: auto;
  }
}
.rentacycle-menu__item a {
  display: block;
  position: relative;
}
.rentacycle-menu__item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 475/250;
}
.rentacycle-menu__name {
  display: block;
  background: rgba(0, 170, 40, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.75em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .rentacycle-menu__name {
    font-size: 1.88vw;
  }
}

.rentacyclePrice {
  padding-block: 0rem 3.75rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .rentacyclePrice {
    padding-bottom: 7.81vw;
  }
}
.rentacyclePrice__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.66;
  margin-top: 2.5rem;
  padding-left: 1.25rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .rentacyclePrice__title {
    font-size: 1.88vw;
    padding-left: 2.19vw;
    margin-top: 5.47vw;
  }
}
.rentacyclePrice__title::before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  border-radius: 1px;
  background: #00aa28;
  top: 0;
  left: 0;
  width: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .rentacyclePrice__title::before {
    width: 0.63vw;
  }
}
.rentacyclePrice__target {
  font-weight: 700;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .rentacyclePrice__target {
    font-size: 1.33vw;
    margin-top: 3.13vw;
  }
}
.rentacyclePrice__table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 800px;
}
@media only screen and (min-width: 768px) {
  .rentacyclePrice__table {
    width: 100%;
  }
}
.rentacyclePrice__table thead th {
  border: #ccc 1px solid;
  vertical-align: middle;
  text-align: center;
  background: #00aa28;
  color: #fff;
  line-height: 1.25;
  font-weight: 700;
  padding: 1em 0.25em;
  letter-spacing: 0;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .rentacyclePrice__table thead th {
    font-size: 1.33vw;
    white-space: normal;
  }
}
.rentacyclePrice__table thead th .small {
  display: block;
}
@media only screen and (min-width: 768px) {
  .rentacyclePrice__table thead th .small {
    font-size: 1.09vw;
  }
}
.rentacyclePrice__table tbody th,
.rentacyclePrice__table tbody td {
  border: #ccc 1px solid;
  vertical-align: middle;
  text-align: center;
  line-height: 1.25;
  padding: 1em 0.25em;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .rentacyclePrice__table tbody th,
.rentacyclePrice__table tbody td {
    font-size: 1.33vw;
  }
}
.rentacyclePrice__table tbody th {
  background: #00aa28;
  color: #fff;
  font-weight: 700;
}
.rentacyclePrice__table--optionPrice {
  width: 100%;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .rentacyclePrice__table--optionPrice {
    width: 33.33%;
    margin-top: 3.13vw;
  }
}
.rentacyclePrice__table--assurance {
  width: 100%;
  margin-top: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .rentacyclePrice__table--assurance {
    margin-top: 2.34vw;
  }
}
.rentacyclePrice__table--assurance tbody th {
  width: 25%;
}
@media only screen and (min-width: 768px) {
  .rentacyclePrice__table--assurance tbody th {
    width: 16%;
  }
}
.rentacyclePrice__table--assurance tbody td {
  text-align: left;
  padding: 1em;
  line-height: 1.66;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .rentacyclePrice__table--assurance tbody td {
    padding: 1.5em;
    line-height: 2.35;
  }
}
.rentacyclePrice__table__wrap {
  overflow: auto;
}
.rentacyclePrice__table__notes {
  margin-top: 0.5em;
}
@media only screen and (min-width: 768px) {
  .rentacyclePrice__table__notes {
    font-weight: 500;
    font-size: 1.09vw;
  }
}
.rentacyclePrice__table__notes--right {
  text-align: right;
}
.rentacyclePrice__notes {
  margin-top: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .rentacyclePrice__notes {
    font-size: 1.33vw;
    font-weight: 500;
    margin-top: 1.56vw;
  }
}
.rentacyclePrice__text {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .rentacyclePrice__text {
    font-size: 1.33vw;
    font-weight: 500;
    margin-top: 3.13vw;
  }
}
.rentacyclePrice__noticeArea {
  background: url("images/rentacyclePrice_noticeArea_bg.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  padding-block: 3.75rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .rentacyclePrice__noticeArea {
    text-align: center;
    padding-block: 7.81vw;
  }
}
.rentacyclePrice__noticeArea .section-title {
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 768px) {
  .rentacyclePrice__noticeArea .section-title {
    margin-bottom: 3.91vw;
  }
}
.rentacyclePrice__noticeArea .section-title::after {
  background: #fff;
}
.rentacyclePrice__noticeArea__description {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 768px) {
  .rentacyclePrice__noticeArea__description {
    font-size: 1.33vw;
    font-weight: 500;
    -webkit-margin-before: 3.13vw;
            margin-block-start: 3.13vw;
  }
}

.rent-a-cycles-lb .page-header__highlight {
  color: #aa41dc;
}
.rent-a-cycles-lb .button::before {
  background-image: url("images/btn_arrow_lb.svg");
}
.rent-a-cycles-lb .news.colored {
  background: #fbf5fd;
}
.rent-a-cycles-lb .news.colored .button-wrap {
  gap: 1.25rem;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .rent-a-cycles-lb .news.colored .button-wrap {
    gap: 1.56vw;
    flex-direction: row;
  }
}

.lbHead {
  background: url("images/lb_head.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  margin-top: 2.5rem;
  padding-block: 3.75rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .lbHead {
    text-align: center;
    margin-top: 2.34vw;
    padding-block: 9.38vw;
  }
}
.lbHead__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .lbHead__title {
    font-size: 4.69vw;
  }
}
.lbHead__highlight {
  color: #aa41dc;
}
.lbHead__lead {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  margin-block: 1.5625rem;
}
@media only screen and (min-width: 768px) {
  .lbHead__lead {
    font-size: 2.11vw;
    margin-block: 3.91vw;
  }
}
.lbHead__description {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .lbHead__description {
    font-size: 1.33vw;
    font-weight: 500;
    -webkit-margin-before: 3.13vw;
            margin-block-start: 3.13vw;
  }
}

.lb-info {
  padding: 3.75rem 0rem;
}
@media only screen and (min-width: 768px) {
  .lb-info {
    padding: 7.81vw 0;
  }
}
.lb-info__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .lb-info__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.25vw;
  }
}
@media only screen and (min-width: 768px) {
  .lb-info__item {
    font-size: 1.33vw;
    font-weight: 500;
    /* display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column; */
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 8;
    gap: 0;
  }
}
.lb-info__shopName {
  font-size: 1.25rem;
  font-weight: 700;
  margin-block: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .lb-info__shopName {
    font-size: 2.11vw;
    margin-block: 1.56vw;
  }
}
.lb-info__heading {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
  position: relative;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .lb-info__heading {
    font-size: 1.88vw;
    padding-left: 2.19vw;
    margin-top: 4.69vw;
    margin-bottom: 3.13vw;
  }
}
.lb-info__heading::before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  border-radius: 1px;
  background: #aa41dc;
  top: 0;
  left: 0;
  width: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .lb-info__heading::before {
    width: 0.63vw;
  }
}
.lb-info__sns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.125rem;
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .lb-info__sns {
    gap: 2.81vw;
    margin-top: 3.13vw;
    padding-bottom: 3.13vw;
  }
}
.lb-info__sns__item {
  width: 2.8125rem;
}
@media only screen and (min-width: 768px) {
  .lb-info__sns__item {
    width: 3.52vw;
  }
}
.lb-info .shop-info__item {
  grid-template-columns: 1fr;
  gap: 0;
}
.lb-info .shop-info__label {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .lb-info .shop-info__label {
    font-size: 1.33vw;
  }
}
.lb-info .shop-info__value {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .lb-info .shop-info__value {
    font-size: 1.33vw;
  }
}
.lb-info .shop-info__value a {
  color: #000;
}
.lb-info .shop-info__value .button {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .lb-info .shop-info__value .button {
    margin-top: 1.56vw;
    padding-block: 1.17vw;
  }
}
.lb-info.lb-info-about {
  background: #fbf5fd;
}
.lb-info.lb-info-about .section-title {
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .lb-info.lb-info-about .section-title {
    font-size: 2.11vw;
    margin-bottom: 6.25vw;
  }
}
.lb-info.lb-info-about .section-title::after {
  display: none;
}
.lb-info.lb-info-about .lb-info__list {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .lb-info.lb-info-about .lb-info__item {
    grid-template-rows: auto;
  }
}
.lb-info.lb-info-about .lb-info__shopName {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-block: 1.875rem 1.25rem;
  padding-left: 1.25rem;
  position: relative;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .lb-info.lb-info-about .lb-info__shopName {
    font-size: 1.88vw;
    padding-left: 2.19vw;
    margin-block: 3.91vw 3.13vw;
  }
}
.lb-info.lb-info-about .lb-info__shopName::before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  border-radius: 1px;
  background: #aa41dc;
  top: 0;
  left: 0;
  width: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .lb-info.lb-info-about .lb-info__shopName::before {
    width: 0.63vw;
  }
}
.lb-info.lb-info-about .button {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .lb-info.lb-info-about .button {
    margin-top: 1.56vw;
    padding-block: 1.17vw;
  }
}

.lbFoot {
  background: url("images/lb_foot.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  padding-block: 3.75rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .lbFoot {
    text-align: center;
    padding-block: 9.38vw;
  }
}
.lbFoot__title {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .lbFoot__title {
    font-size: 2.11vw;
    -webkit-margin-after: 3.91vw;
            margin-block-end: 3.91vw;
  }
}
.lbFoot__description {
  line-height: 2.3;
  margin-block: 1.25rem;
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 768px) {
  .lbFoot__description {
    font-size: 1.33vw;
    font-weight: 500;
    margin-block: 3.13vw 6.25vw;
  }
}
.lbFoot .button-wrap + .button-wrap {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .lbFoot .button-wrap + .button-wrap {
    -webkit-margin-before: 1.56vw;
            margin-block-start: 1.56vw;
  }
}

.lb-menu {
  padding: 3.75rem 0rem;
  background: #fbf5fd;
}
@media only screen and (min-width: 768px) {
  .lb-menu {
    padding: 9.38vw 0;
  }
}
.lb-menu__list {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .lb-menu__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.13vw;
  }
}
@media only screen and (min-width: 768px) {
  .lb-menu__item {
    font-size: 1.33vw;
    font-weight: 500;
    line-height: 2.35;
  }
}
.lb-menu__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
  position: relative;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .lb-menu__title {
    font-size: 1.88vw;
    padding-left: 2.19vw;
    margin-top: 3.13vw;
    margin-bottom: 1.56vw;
  }
}
.lb-menu__title::before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  border-radius: 1px;
  background: #aa41dc;
  top: 0;
  left: 0;
  width: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .lb-menu__title::before {
    width: 0.63vw;
  }
}

@media only screen and (min-width: 768px) {
  .lb-bike:nth-child(even) {
    flex-direction: row;
    padding-inline: 11.72vw 0;
  }
}
@media only screen and (min-width: 768px) {
  .lb-bike:nth-child(odd) {
    flex-direction: row-reverse;
    padding-inline: 0 11.72vw;
  }
}
.lb-bike .content-section__title::before {
  background-color: #aa41dc;
}

.page-header + .content-section {
  padding-block: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .page-header + .content-section {
    padding-block: 4.69vw 9.38vw;
  }
}
/*# sourceMappingURL=style.css.map */