@charset "UTF-8";
@font-face {
  font-family: "NotoJP";
  src: url("../fonts/NotoRegular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "NotoJP";
  src: url("../fonts/NotoMedium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "NotoJP";
  src: url("../fonts/NotoBold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-LightOblique.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Book.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-BookOblique.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Roman.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Oblique.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-MediumOblique.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Heavy.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-HeavyOblique.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Black.ttf") format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-BlackOblique.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/*
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,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: 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;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  position: relative;
}

html {
  background-color: white;
  font-size: calc(100vw / 375 * 100);
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(calc(100vw / 1456 * 100), 100px);
    scroll-padding-top: 150px;
  }
}

strong {
  font-weight: 700;
}

a {
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

img {
  display: inline-block;
}

ul {
  list-style: none;
}

body {
  font-weight: 500;
  color: white;
  font-family: "NotoJP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 150%;
  letter-spacing: 0.015em;
  position: relative;
  will-change: top;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
body * {
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  max-width: 100%;
  font-weight: inherit;
  color: inherit;
}

section {
  position: relative;
}

::-moz-selection {
  background: #F00000;
  color: white;
}

::selection {
  background: #F00000;
  color: white;
}

::-moz-selection {
  background: #F00000;
  color: white;
}

#breadcrumb {
  padding-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  #breadcrumb {
    padding-top: 0.2rem;
  }
}

/* TOP PAGE */
#top-fv {
  position: relative;
  width: 100%;
  aspect-ratio: 750/1400;
}
@media screen and (min-width: 768px) {
  #top-fv {
    aspect-ratio: 2600/1600;
  }
}
#top-fv .l-list {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.36rem;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (min-width: 768px) {
  #top-fv .l-list {
    display: none;
    width: -moz-fit-content;
    width: fit-content;
    height: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
#top-fv .l-list::-webkit-scrollbar {
  display: none;
}
#top-fv .l-list__container {
  max-width: unset;
  display: flex;
  gap: 0rem;
  counter-reset: count 0;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  box-sizing: padding-box;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #top-fv .l-list__container {
    gap: 0.76rem;
    padding-left: unset;
    padding-right: unset;
  }
}
#top-fv .l-list__container a {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  counter-increment: count 1;
  display: flex;
  gap: 0.05rem;
  transition: 0.3s;
  padding: 0.06rem 0.07rem 0;
  font-family: "Avenir", sans-serif;
  font-size: 0.1rem;
  line-height: 0.1rem;
  font-weight: 900;
  white-space: nowrap;
  flex: none;
  text-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.5);
  transform: scale(0.8);
  transform-origin: bottom left;
}
@media screen and (min-width: 768px) {
  #top-fv .l-list__container a {
    font-size: 0.12rem;
    padding-top: unset;
    padding-left: 0.37rem;
    padding-right: 0.37rem;
    align-items: center;
    gap: 0.2rem;
    transform: unset;
    transform-origin: unset;
  }
}
#top-fv .l-list__container a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
#top-fv .l-list__container a::before {
  content: "0" counter(count);
}
#top-fv #top-fv-slider {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#top-fv #top-fv-slider .swiper-wrapper {
  height: 100%;
}
#top-fv #top-fv-slider .swiper-slide {
  height: 100%;
}
#top-fv #top-fv-slider .swiper-slide .l-slider--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-fv #top-fv-slider .swiper-slide:hover {
  opacity: 1;
}
#top-fv #top-fv-slider .swiper-button-next {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.03rem);
  width: 0.3rem;
  height: 0.5rem;
}
@media screen and (min-width: 768px) {
  #top-fv #top-fv-slider .swiper-button-next {
    width: 0.5rem;
    height: 0.7rem;
  }
}
#top-fv #top-fv-slider .swiper-button-next::after {
  font-size: 0.14rem;
}
@media screen and (min-width: 768px) {
  #top-fv #top-fv-slider .swiper-button-next::after {
    font-size: 0.24rem;
  }
}
#top-fv #top-fv-slider .swiper-button-prev {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.03rem);
}
@media screen and (min-width: 768px) {
  #top-fv #top-fv-slider .swiper-button-prev {
    width: 0.5rem;
    height: 1rem;
  }
}
#top-fv #top-fv-slider .swiper-button-prev::after {
  font-size: 0.14rem;
}
@media screen and (min-width: 768px) {
  #top-fv #top-fv-slider .swiper-button-prev::after {
    font-size: 0.24rem;
  }
}
#top-fv #top-fv-slider1 {
  background-image: url("../img/top/fv.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top-fv #top-fv-slider1 {
    background-image: url("../img/top/fv_pc.webp");
  }
}
#top-fv #top-fv-slider1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(74, 74, 74, 0.31);
}
#top-fv #top-fv-slider1 .u-width--335-1300 {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
#top-fv #top-fv-slider1 .l-container {
  position: relative;
  z-index: 2;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 1.1rem;
}
@media screen and (min-width: 768px) {
  #top-fv #top-fv-slider1 .l-container {
    padding-top: unset;
    padding-bottom: 0.9rem;
  }
}
#top-fv #top-fv-slider1 .l-container .l-catch {
  position: relative;
  left: -0.13rem;
  bottom: -0.03rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 3.24rem;
  height: 0.56rem;
}
@media screen and (min-width: 768px) {
  #top-fv #top-fv-slider1 .l-container .l-catch {
    width: 7.99rem;
    height: 1.38rem;
    left: -0.32rem;
    bottom: 0;
  }
}
#top-fv #top-fv-slider1 .l-container h2 {
  width: 1.2rem;
  height: 0.1582rem;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #top-fv #top-fv-slider1 .l-container h2 {
    width: 2.1rem;
    height: 0.2779rem;
  }
}
#top-fv #top-fv-slider1 .l-container h2 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#top-main {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-main section {
    order: 2;
  }
}

#top-magazine {
  padding-bottom: 0.85rem;
}
@media screen and (min-width: 768px) {
  #top-magazine {
    padding-bottom: 2.16rem;
  }
}
#top-magazine .p-heading-direction {
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #top-magazine .p-heading-direction {
    margin-bottom: 0.31rem;
  }
}
#top-magazine .l-slider {
  position: relative;
}

#top-information {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #top-information {
    padding-top: 0.72rem;
    padding-bottom: 1.17rem;
  }
}
@media screen and (min-width: 768px) {
  #top-information .l-container {
    display: flex;
    gap: 0.57rem;
  }
}
#top-information .p-heading-direction {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #top-information .p-heading-direction {
    margin-bottom: 0.22rem;
    flex-direction: column;
    gap: 0.32rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #top-information .p-heading-direction .c-btn--red {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #top-information .p-information-simple {
    margin-top: 0.19rem;
  }
}
#top-information .l-slider {
  position: relative;
}
#top-information .l-slider__button {
  position: absolute;
  right: 0;
  bottom: -0.13rem;
  transform: translateY(100%);
  display: flex;
  gap: 0.21rem;
}
#top-information .l-slider__button .swiper-button-disabled {
  opacity: 0.3;
}

#top-category {
  padding-top: 0.5rem;
  padding-bottom: 0.84rem;
}
@media screen and (min-width: 768px) {
  #top-category {
    padding-top: unset;
    padding-bottom: 1.24rem;
  }
}
#top-category .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  #top-category .l-container {
    gap: unset;
    flex-direction: row;
    justify-content: space-between;
  }
}
#top-category .l-slider {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  #top-category .l-slider {
    right: -0.65rem;
    width: 8.55rem;
    flex: none;
  }
}
#top-category .l-slider .c-slider-scrollbar {
  --color: #707070;
}
@media screen and (min-width: 768px) {
  #top-category .l-slider .c-slider-scrollbar {
    --width: 7.32rem;
    --bottom: -0.45rem;
  }
}

#top-helmets {
  padding-bottom: 0.63rem;
}
@media screen and (min-width: 768px) {
  #top-helmets {
    padding-bottom: 1rem;
  }
}
#top-helmets .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.47rem;
}
@media screen and (min-width: 768px) {
  #top-helmets .l-container {
    gap: 0.57rem;
  }
}
#top-helmets .swiper {
  overflow-y: initial;
  position: relative;
}
#top-helmets .swiper::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 0.02rem;
  background-color: #F00000;
}
@media screen and (min-width: 768px) {
  #top-helmets .swiper::before {
    height: 0.05rem;
  }
}
#top-helmets .swiper-wrapper {
  transition-timing-function: linear;
}
#top-helmets .p-heading-direction {
  padding-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #top-helmets .p-heading-direction {
    padding-bottom: 0.36rem;
  }
}

#top-gear {
  padding-bottom: 0.61rem;
}
@media screen and (min-width: 768px) {
  #top-gear {
    padding-bottom: 0.9rem;
  }
}
#top-gear .p-heading-direction {
  margin-bottom: 0.41rem;
}
@media screen and (min-width: 768px) {
  #top-gear .p-heading-direction {
    margin-bottom: 0.07rem;
  }
}

#top-accessories {
  margin-bottom: 0.78rem;
}
@media screen and (min-width: 768px) {
  #top-accessories {
    margin-bottom: 1.01rem;
  }
}
#top-accessories .p-heading-direction {
  margin-bottom: 0.14rem;
}
@media screen and (min-width: 768px) {
  #top-accessories .p-heading-direction {
    margin-bottom: 0.57rem;
  }
}
@media screen and (min-width: 768px) {
  #top-accessories .p-accessories-list {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

#top-message, #brand-top {
  padding-top: 0.41rem;
  padding-bottom: 0.69rem;
  background-image: url("../img/top/message.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top-message, #brand-top {
    padding-top: 1.55rem;
    padding-bottom: 1.46rem;
  }
}
#top-message::before, #brand-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(74, 74, 74, 0.31);
}
#top-message .l-container, #brand-top .l-container {
  position: relative;
  z-index: 2;
  padding-left: 0.13rem;
}
@media screen and (min-width: 768px) {
  #top-message .l-container, #brand-top .l-container {
    padding-left: unset;
  }
}
#top-message .l-heading, #brand-top .l-heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #top-message .l-heading, #brand-top .l-heading {
    margin-bottom: unset;
  }
}
#top-message .l-heading span, #brand-top .l-heading span {
  margin-bottom: 0;
  font-size: 0.18rem;
  line-height: 0.24rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #top-message .l-heading span, #brand-top .l-heading span {
    font-size: 0.27rem;
    line-height: 0.36rem;
    margin-bottom: -0.36rem;
  }
}
#top-message .l-heading img, #brand-top .l-heading img {
  width: 3.09rem;
  height: 0.53rem;
  display: block;
  position: relative;
  left: -0.13rem;
}
@media screen and (min-width: 768px) {
  #top-message .l-heading img, #brand-top .l-heading img {
    width: 11.22rem;
    height: 1.93rem;
    left: -0.5rem;
  }
}
#top-message .l-desc, #brand-top .l-desc {
  font-size: 0.13rem;
  line-height: 0.24rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-feature-settings: "palt" 1;
  font-family: YakuHanJP, "NotoJP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
@media screen and (min-width: 768px) {
  #top-message .l-desc, #brand-top .l-desc {
    font-size: 0.21rem;
    line-height: 0.39rem;
    letter-spacing: 0.15em;
    font-weight: 400;
  }
}

#top-direction {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-direction::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.6vw;
    background-color: black;
  }
  #top-direction::after {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.6vw;
    background-color: black;
  }
}
#top-direction .l-container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #top-direction .l-container {
    flex-direction: row;
  }
}
#top-direction .l-wrapper {
  position: relative;
  width: 100%;
  height: 2.11rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  display: flex;
  flex-direction: column;
}
#top-direction .l-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(74, 74, 74, 0.31);
}
#top-direction .l-wrapper .c-btn--round {
  width: -moz-fit-content;
  width: fit-content;
  height: 0.32rem;
  padding-left: 0.23rem;
  padding-right: 0.15rem;
  font-family: "Avenir", sans-serif;
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 700;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #top-direction .l-wrapper .c-btn--round {
    padding-left: 0.15rem;
    padding-right: 0.16rem;
    justify-content: space-between;
    width: 1.25rem;
    height: 0.42rem;
    font-size: 0.12rem;
    line-height: 0.16rem;
    gap: 0;
    margin-left: unset;
  }
}
#top-direction .l-wrapper .c-btn--round::after {
  margin-right: unset;
  flex: none;
  width: 0.2395rem;
  height: 0.0801rem;
  background-image: url("../img/common/arrow_right_long.svg");
}
#top-direction .l-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  #top-direction .l-content {
    flex-direction: column;
    gap: 0.21rem;
    align-items: flex-start;
  }
}
#top-direction .l-heading {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
}
@media screen and (min-width: 768px) {
  #top-direction .l-heading {
    gap: unset;
  }
}
#top-direction .l-heading strong {
  font-family: "Avenir", sans-serif;
  font-size: 0.25rem;
  line-height: 0.34rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #top-direction .l-heading strong {
    font-size: 0.49rem;
    line-height: 0.65rem;
  }
}
#top-direction .l-heading small {
  font-size: 0.13rem;
  line-height: 0.22rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  #top-direction .l-heading small {
    font-size: 0.16rem;
    line-height: 0.22rem;
    font-weight: 500;
  }
}
#top-direction #brand {
  padding-bottom: 0.49rem;
  background-image: url("../img/top/brand_movie.webp");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  #top-direction #brand {
    padding-bottom: 7vw;
    width: 66.458vw;
    height: 37.361vw;
    padding-left: 4.861vw;
  }
  #top-direction #brand .c-btn--round {
    padding-left: 0.23rem;
  }
}
#top-direction #brand::before {
  content: "";
  display: none;
}
#top-direction #dealers {
  padding-bottom: 0.76rem;
  background-image: url("../img/top/dealers.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: flex-end;
  justify-content: flex-end;
  background-position: 100% 50%;
}
@media screen and (min-width: 768px) {
  #top-direction #dealers {
    padding-bottom: 7vw;
    padding-left: 0.42rem;
    width: unset;
    height: unset;
    flex-grow: 1;
    background-image: url("../img/top/dealers_pc.webp");
  }
}
@media screen and (min-width: 768px) {
  [data-template="index.php"] .p-footer {
    padding-top: 1.78rem;
  }
}

#top-banner {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #top-banner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
#top-banner .l-banner {
  padding-left: 0.17rem;
  padding-right: 0.17rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  #top-banner .l-banner {
    flex-direction: row;
    padding-left: unset;
    padding-right: unset;
    justify-content: space-between;
    gap: 0.8rem;
  }
}
#top-banner .l-banner--large {
  border: 1px solid white;
  width: 100%;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  #top-banner .l-banner--large {
    width: 100%;
    height: 2.7rem;
  }
}
#top-banner .l-banner--large img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#top-banner .l-banner--small {
  display: block;
  width: 100%;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  #top-banner .l-banner--small {
    width: 5.4rem;
    height: 1.8rem;
  }
}
#top-banner .l-banner--small img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* PRODUCT ARCHIVE */
#helmets-top {
  padding-top: 0.36rem;
  padding-bottom: 0.72rem;
  border-bottom: 0.02rem solid #F00000;
}
@media screen and (min-width: 768px) {
  #helmets-top {
    padding-top: 0.47rem;
    padding-bottom: 0.55rem;
    border-width: 0.1rem;
  }
}

#helmets-archive {
  padding-top: 0.34rem;
  padding-bottom: 0.98rem;
}
@media screen and (min-width: 768px) {
  #helmets-archive {
    padding-top: 0.9rem;
  }
}
#helmets-archive .p-category {
  gap: 0.17rem 0.15rem;
  margin-bottom: 0.41rem;
}
#helmets-archive .p-category__wrapper {
  font-size: 0.13rem;
  line-height: 0.17rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
#helmets-archive .p-category__wrapper::after {
  border-width: 0.02rem;
  border-color: transparent;
}
#helmets-archive .p-category__wrapper:hover::after {
  border-color: #F00000;
  width: 100%;
}

#product-archive {
  padding-top: 0.29rem;
  padding-bottom: 0.99rem;
}
@media screen and (min-width: 768px) {
  #product-archive {
    padding-top: 0.71rem;
    padding-bottom: 0.72rem;
  }
}

#parts-archive-top {
  padding-top: 0.18rem;
  padding-bottom: 0.26rem;
}
@media screen and (min-width: 768px) {
  #parts-archive-top {
    padding-top: 0.13rem;
    padding-bottom: 0.81rem;
  }
}
#parts-archive-top .l-image {
  width: 100%;
  height: 2.42rem;
  margin: 0 auto 0.3rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) {
  #parts-archive-top .l-image {
    height: 3.51rem;
    margin-bottom: 0.39rem;
  }
}
#parts-archive-top .l-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#parts-archive-top .l-strong {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  font-family: "Avenir", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 0.3rem;
  line-height: 0.4rem;
}
@media screen and (min-width: 768px) {
  #parts-archive-top .l-strong {
    font-size: 0.7rem;
    line-height: 0.96rem;
    font-weight: 900;
  }
}

#parts-archive {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #parts-archive {
    padding-bottom: 1.12rem;
  }
}

/* PRODUCT SINGLE */
#product-top {
  padding-top: 0.21rem;
  padding-bottom: 0.57rem;
  border-bottom: 0.02rem solid #F00000;
}
@media screen and (min-width: 768px) {
  #product-top {
    padding-top: 0.52rem;
    padding-bottom: 1rem;
    border-width: 0.1rem;
  }
}
#product-top .l-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #product-top .l-container {
    display: flex;
    gap: 0.45rem;
  }
}
#product-top .l-slider {
  margin-bottom: 0.43rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  #product-top .l-slider {
    display: flex;
    gap: 0.55rem;
    margin-bottom: unset;
  }
}
#product-top .l-slider__slide {
  background-color: white;
  position: relative;
  margin: 0;
  flex: none;
}
#product-top .l-slider__slide img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
#product-top .l-slider__thumb {
  display: none;
}
@media screen and (min-width: 768px) {
  #product-top .l-slider__thumb {
    display: block;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
  }
  #product-top .l-slider__thumb::before {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 2;
    top: -0.01rem;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  #product-top .l-slider__thumb::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 2;
    bottom: -0.01rem;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
}
@media screen and (min-width: 768px) {
  #product-top .l-slider__thumb--slider {
    flex: none;
    width: 1.5rem;
    max-height: 5.7rem;
  }
  #product-top .l-slider__thumb--slider .l-slider__slide {
    width: 100%;
    height: 1.35rem;
    transition: 0.3s;
    cursor: pointer;
  }
  #product-top .l-slider__thumb--slider .l-slider__slide img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #product-top .l-slider__thumb--slider .l-slider__slide:nth-last-of-type(1) {
    margin-bottom: 0 !important;
  }
  #product-top .l-slider__thumb--slider .swiper-slide-thumb-active img {
    filter: brightness(1);
  }
}
#product-top .l-slider__main {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
#product-top .l-slider__main--slider {
  position: relative;
  background-color: white;
  width: 100%;
  height: 2.11rem;
}
@media screen and (min-width: 768px) {
  #product-top .l-slider__main--slider {
    width: 6.5rem;
    height: 5.7rem;
  }
}
#product-top .l-slider__main .l-slider__slide {
  width: 100%;
  height: 100%;
}
#product-top .l-slider__main .l-slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  #product-top .l-slider__main .l-slider__slide img {
    width: 100%;
  }
}
#product-top .l-slider__main .swiper-button-prev {
  left: 0;
  transform: translateX(-50%) scaleX(-1);
  width: 0.27rem;
  height: 0.27rem;
}
@media screen and (min-width: 768px) {
  #product-top .l-slider__main .swiper-button-prev {
    width: 0.41rem;
    height: 0.41rem;
  }
}
#product-top .l-slider__main .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/common/arrow_right_red.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#product-top .l-slider__main .swiper-button-next {
  right: 0;
  transform: translateX(50%);
  width: 0.27rem;
  height: 0.27rem;
}
@media screen and (min-width: 768px) {
  #product-top .l-slider__main .swiper-button-next {
    width: 0.41rem;
    height: 0.41rem;
  }
}
#product-top .l-slider__main .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/common/arrow_right_red.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#product-top .l-slider__main .swiper-pagination {
  width: 100%;
  height: 0.03rem;
  display: flex;
  gap: 0.08rem;
  align-items: center;
  bottom: -0.15rem;
}
@media screen and (min-width: 768px) {
  #product-top .l-slider__main .swiper-pagination {
    display: none;
  }
}
#product-top .l-slider__main .swiper-pagination-bullet {
  width: unset;
  height: 1px;
  flex-grow: 1;
  border-radius: 0;
  margin: 0;
  background-color: #707070;
  opacity: 1;
}
#product-top .l-slider__main .swiper-pagination-bullet-active {
  height: 100%;
  background-color: #F00000;
}
#product-top .l-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #product-top .l-info {
    padding-top: 0.21rem;
    max-width: 4.1rem;
  }
}
#product-top .l-info__brand {
  font-family: "Avenir", sans-serif;
  line-height: 0.2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 0.05rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #product-top .l-info__brand {
    font-size: 0.3rem;
    line-height: 0.4rem;
    font-weight: 700;
  }
}
#product-top .l-info__name {
  font-family: "Avenir", sans-serif, "NotoJP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.21rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 0.16rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #product-top .l-info__name {
    font-size: 0.24rem;
    line-height: 0.32rem;
    margin-top: 0.17rem;
    margin-bottom: 0.34rem;
  }
}
#product-top .l-info__name span {
  padding-left: 0.15em;
}
#product-top .l-info__name strong {
  font-size: 0.22rem;
  line-height: 0.3rem;
}
@media screen and (min-width: 768px) {
  #product-top .l-info__name strong {
    font-size: 0.36rem;
    line-height: 0.55rem;
    margin-top: -0.07rem;
  }
}
#product-top .l-info .p-color {
  margin-bottom: 0.15rem;
}
#product-top .l-info__dd {
  display: flex;
  flex-direction: column;
  gap: 0.17rem;
  padding-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #product-top .l-info__dd {
    padding-bottom: 0.28rem;
    gap: 0rem;
  }
  #product-top .l-info__dd:has(sup) {
    border-bottom: 1px solid white;
    margin-bottom: 0.15rem;
  }
}
#product-top .l-info__dd--info {
  flex-direction: column;
  margin-bottom: 0.05rem 0.18rem;
  flex-wrap: wrap;
  opacity: 0;
  display: none;
  transition: 0.3s;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  #product-top .l-info__dd--info {
    flex-direction: row;
    align-items: baseline;
    gap: 0.06rem 0.14rem;
  }
  #product-top .l-info__dd--info span {
    display: none;
  }
}
#product-top .l-info__dd--info i {
  font-weight: 700;
}
#product-top .l-info__dd--info i sup {
  display: none;
}
@media screen and (min-width: 768px) {
  #product-top .l-info__dd--info i sup {
    display: inline-block;
    margin-bottom: 0.07rem;
  }
}
@media screen and (min-width: 768px) {
  #product-top .l-info__dd--info sup {
    margin-bottom: 0.07rem;
  }
}
#product-top .l-info__dd--info strong {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #product-top .l-info__dd--info strong {
    font-size: 0.14rem;
    letter-spacing: -0.2em;
    margin-bottom: 0.07rem;
  }
}
#product-top .l-info__dd--info strong,
#product-top .l-info__dd--info i {
  font-style: normal;
  font-family: "Avenir", sans-serif;
  font-size: 0.15rem;
  line-height: 0.2rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: flex;
  gap: 0.5em;
}
@media screen and (min-width: 768px) {
  #product-top .l-info__dd--info strong,
  #product-top .l-info__dd--info i {
    flex-direction: column;
    gap: 0;
    font-size: 0.2rem;
    line-height: 0.27rem;
  }
  #product-top .l-info__dd--info strong:has(sup),
  #product-top .l-info__dd--info i:has(sup) {
    min-width: 1.14rem;
    font-size: 0.14rem;
    line-height: 0.21rem;
    letter-spacing: -0.05em;
  }
}
#product-top .l-info__dd--info b {
  font-weight: 400;
  display: flex;
  gap: 0.5em;
}
@media screen and (min-width: 768px) {
  #product-top .l-info__dd--info b {
    flex-direction: column;
    gap: 0;
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
  #product-top .l-info__dd--info b:has(sup) {
    margin-left: auto;
    font-size: 0.16rem;
    line-height: 0.21rem;
    width: 1rem;
    flex-grow: 1;
  }
}
#product-top .l-info__dd--info sup {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #product-top .l-info__dd--info sup {
    font-weight: 700;
    font-size: 0.13rem;
    line-height: 0.18rem;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 768px) {
  #product-top .l-info__dd--info:not(:nth-of-type(1)) sup {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #product-top .l-info__dd--info:nth-of-type(1) {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #product-top .l-info__dd--info:nth-of-type(1) span {
    display: none;
  }
}
#product-top .l-info__dd--info--active {
  opacity: 1 !important;
  display: flex !important;
}
#product-top .l-info__dd--info--active span {
  display: block !important;
}
#product-top .l-info__link {
  margin-top: 0.2rem;
  display: flex;
  gap: 0.12rem;
}
@media screen and (min-width: 768px) {
  #product-top .l-info__link {
    margin-top: 0.27rem;
    gap: 0.3rem;
  }
}
#product-top .l-info__link .c-btn--external {
  width: 1.65rem;
  height: 0.33rem;
  font-size: 0.12rem;
  line-height: 0.16rem;
  letter-spacing: 0.015em;
  gap: 0.18rem;
  border: 0.015rem solid #F00000;
}
@media screen and (min-width: 768px) {
  #product-top .l-info__link .c-btn--external {
    gap: 0.2rem;
    width: 2.15rem;
    height: 0.41rem;
    font-size: 0.16rem;
    line-height: 0.21rem;
  }
}
#product-top .l-info__link .c-btn--faq {
  width: 1.13rem;
  height: 0.33rem;
}
@media screen and (min-width: 768px) {
  #product-top .l-info__link .c-btn--faq {
    width: 1.4rem;
    height: 0.41rem;
  }
}
#product-top .l-info__message {
  display: block;
  font-size: 0.12rem;
  line-height: 0.2rem;
  font-weight: 400;
  margin-bottom: 0.17rem;
}
@media screen and (min-width: 768px) {
  #product-top .l-info__message {
    font-size: 0.12rem;
    line-height: 0.2rem;
    font-weight: 400;
    margin-bottom: 0.28rem;
  }
}
#product-top .l-info__caution {
  display: block;
  font-size: 0.1rem;
  line-height: 0.16rem;
  font-weight: 400;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #product-top .l-info__caution {
    margin-bottom: 0.2rem;
  }
}
#product-top .l-info__option {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#product-top .l-info__option a {
  color: #F00000;
  text-decoration: underline;
}
#product-top .l-info__option dl {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
#product-top .l-info__option dt {
  display: block;
  font-size: 0.12rem;
  line-height: 0.15rem;
  letter-spacing: 0.02em;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #product-top .l-info__option dt {
    font-size: 0.13rem;
    line-height: 0.2rem;
  }
}
#product-top .l-info__option dd {
  font-size: 0.12rem;
  line-height: 0.2rem;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  #product-top .l-info__option dd {
    font-size: 0.13rem;
    line-height: 0.2rem;
  }
}

#product-content {
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #product-content {
    padding-top: 0.99rem;
    padding-bottom: 1.42rem;
  }
}

#product-append {
  padding-top: 0.5rem;
  padding-bottom: 0.88rem;
  border-top: 0.02rem solid #F00000;
}
@media screen and (min-width: 768px) {
  #product-append {
    border-width: 0.1rem;
    padding-top: 1rem;
    padding-bottom: 0.98rem;
  }
}
#product-append .l-heading {
  display: flex;
  align-items: center;
  gap: 0 0.1rem;
  margin-bottom: 0.21rem;
  flex-wrap: wrap;
  width: 80%;
}
@media screen and (min-width: 768px) {
  #product-append .l-heading {
    margin-bottom: 0.22rem;
    gap: 0 0.2rem;
  }
}
#product-append .l-heading strong {
  font-family: "Avenir", sans-serif;
  font-size: 0.23rem;
  line-height: 0.3rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  #product-append .l-heading strong {
    font-size: 0.35rem;
    line-height: 0.46rem;
    font-weight: 700;
  }
}
#product-append .l-heading small {
  font-size: 0.1rem;
  line-height: 0.13rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #product-append .l-heading small {
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
}
#product-append .l-video {
  width: 100%;
  position: relative;
  margin-bottom: 0.44rem;
}
@media screen and (min-width: 768px) {
  #product-append .l-video {
    margin-bottom: 1rem;
  }
}
#product-append .l-video__container {
  width: 100%;
}
#product-append .l-video__wrapper {
  width: 100%;
}
#product-append .l-video__slide {
  width: 1.55rem;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  align-items: center;
  text-align: center;
  font-size: 0.12rem;
  line-height: 0.15rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #product-append .l-video__slide {
    width: 2.54rem;
    gap: 0.09rem;
    font-size: 0.17rem;
    line-height: 0.24rem;
    font-weight: 700;
  }
}
#product-append .l-video__slide img {
  display: block;
  width: 100%;
  height: 0.87rem;
}
@media screen and (min-width: 768px) {
  #product-append .l-video__slide img {
    height: 1.43rem;
  }
}
#product-append .l-video__scrollbar {
  background-color: #E6E6E6;
  width: 75%;
  left: 50%;
  bottom: -0.18rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #product-append .l-video__scrollbar {
    display: none;
  }
}
#product-append .l-desc {
  font-size: 0.1rem;
  line-height: 0.13rem;
  transform: scale(0.9);
  transform-origin: top left;
  margin-bottom: 0.2rem;
  width: 111%;
  max-width: unset;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #product-append .l-desc {
    transform: unset;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 0.76rem;
    font-size: 0.13rem;
    line-height: 0.2rem;
  }
}
#product-append .l-desc--bottom {
  margin-top: 0.3rem;
  font-size: 0.1rem;
  font-weight: 300;
  line-height: 0.14rem;
}
@media screen and (min-width: 768px) {
  #product-append .l-desc--bottom {
    margin-top: 0.47rem;
    font-size: 0.15rem;
    line-height: 0.2rem;
  }
}

/* WEB MAGAZINE */
#magazine-top {
  padding-top: 0.15rem;
  padding-bottom: 0.3rem;
  border-bottom: 0.02rem solid #F00000;
}
@media screen and (min-width: 768px) {
  #magazine-top {
    padding-top: 0.58rem;
    padding-bottom: 0.6rem;
    border-width: 0.1rem;
  }
}
#magazine-top .l-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#magazine-top .l-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.44rem;
}
@media screen and (min-width: 768px) {
  #magazine-top .l-heading {
    flex: none;
    margin: unset;
  }
}
#magazine-top .l-heading strong {
  font-size: 0.3rem;
  line-height: 0.4rem;
  font-weight: 900;
  font-style: italic;
  font-family: "Avenir", sans-serif;
}
@media screen and (min-width: 768px) {
  #magazine-top .l-heading strong {
    font-size: 0.63rem;
    line-height: 0.83rem;
    font-weight: 700;
    font-style: normal;
  }
}
#magazine-top .l-heading small {
  font-size: 0.13rem;
  line-height: 0.17rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-top: -0.02rem;
}
@media screen and (min-width: 768px) {
  #magazine-top .l-heading small {
    font-size: 0.18rem;
    line-height: 0.24rem;
    margin-top: unset;
  }
}
#magazine-top .l-figure {
  position: relative;
  width: 2.89rem;
  height: 1.91rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #magazine-top .l-figure {
    width: 6.91rem;
    height: 5.1rem;
  }
}
#magazine-top .l-figure img {
  display: block;
  width: 1.41rem;
  height: 0.87rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #magazine-top .l-figure img {
    width: 3.69rem;
    height: 2.28rem;
  }
}
#magazine-top .l-figure #top1 {
  top: 0;
  left: 0.59rem;
}
@media screen and (min-width: 768px) {
  #magazine-top .l-figure #top1 {
    left: 0.94rem;
  }
}
#magazine-top .l-figure #top2 {
  bottom: 0.37rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  #magazine-top .l-figure #top2 {
    bottom: 0.84rem;
  }
}
#magazine-top .l-figure #top3 {
  left: 0.15rem;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  #magazine-top .l-figure #top3 {
    left: unset;
  }
}

#magazine-archive {
  padding-top: 0.28rem;
  padding-bottom: 0.29rem;
}
@media screen and (min-width: 768px) {
  #magazine-archive {
    padding-top: 0.55rem;
    padding-bottom: 0.4rem;
  }
}
#magazine-archive .p-category {
  margin-bottom: 0.3rem;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  #magazine-archive .p-category {
    gap: 0.32rem;
    margin-bottom: 0.82rem;
  }
}
#magazine-archive .p-category__wrapper {
  padding: unset;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  #magazine-archive .p-category__wrapper {
    padding-left: 0.2em;
    padding-right: 0.2em;
    font-size: 0.22rem;
  }
}
#magazine-archive .p-category__wrapper::after {
  border-width: 0.03rem;
}
@media screen and (min-width: 768px) {
  #magazine-archive .p-category__wrapper::after {
    border-width: 0.05rem;
    border-color: transparent;
  }
}
#magazine-archive .p-magazine-list {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #magazine-archive .p-magazine-list {
    margin-bottom: 0.7rem;
  }
}
#magazine-archive .c-btn--read-more {
  margin: auto;
}
#magazine-archive #list-switch {
  display: none;
}
#magazine-archive #list-switch ~ .p-magazine-list .p-magazine-list__wrapper:nth-of-type(n+7) {
  display: none;
}
#magazine-archive #list-switch:checked ~ .p-magazine-list .p-magazine-list__wrapper:nth-of-type(n+7) {
  display: flex;
}
#magazine-archive #list-switch:checked ~ .c-btn--read-more {
  display: none;
}

#magazine-article {
  padding-top: 0.3rem;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #magazine-article {
    padding-top: 0.9rem;
    padding-bottom: 0.6rem;
  }
}
#magazine-article .p-magazine {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #magazine-article .p-magazine {
    margin-bottom: 1rem;
  }
}
#magazine-article .p-magazine__header {
  padding-bottom: 0.1rem;
  width: 100%;
  border-bottom: 1px solid white;
}
@media screen and (min-width: 768px) {
  #magazine-article .p-magazine__header {
    padding-bottom: 0.21rem;
  }
}
#magazine-article .p-magazine__date {
  font-family: "Avenir", sans-serif;
  font-size: 0.15rem;
  line-height: 0.2rem;
  font-weight: 700;
  margin-bottom: 0.09rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #magazine-article .p-magazine__date {
    font-size: 0.23rem;
    line-height: 0.3rem;
  }
}
#magazine-article .p-magazine__title {
  font-size: 0.15rem;
  line-height: 0.21rem;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 768px) {
  #magazine-article .p-magazine__title {
    font-size: 0.28rem;
    line-height: 0.39rem;
  }
}
#magazine-article .p-magazine__content {
  width: 100%;
  padding-top: 0.2rem;
  font-size: 0.12rem;
  line-height: 0.3rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #magazine-article .p-magazine__content {
    font-size: 0.17rem;
    line-height: 0.35rem;
    font-weight: 600;
  }
}

/* INFORMATION */
#info-top {
  padding-top: 0.31rem;
  padding-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #info-top {
    padding-top: 0.77rem;
    padding-bottom: 0.61rem;
  }
}

#info-archive {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #info-archive {
    padding-bottom: 0.6rem;
  }
}

#info-article {
  padding-top: 0.44rem;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #info-article {
    padding-top: 0.46rem;
    padding-bottom: 0.6rem;
  }
}

/* GUIDE */
#guide-top {
  padding-top: 0.37rem;
  padding-bottom: 0.4rem;
  width: 100%;
  border-bottom: 0.02rem solid #F00000;
}
@media screen and (min-width: 768px) {
  #guide-top {
    padding-top: 0.72rem;
    padding-bottom: 0.8rem;
    border-width: 0.1rem;
  }
}
#guide-top .l-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.18rem;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 0.16rem;
  letter-spacing: 0.015em;
}
@media screen and (min-width: 768px) {
  #guide-top .l-list {
    flex-direction: row;
    justify-content: center;
    gap: 0.7rem;
    font-size: 0.24rem;
    line-height: 0.33rem;
  }
}
#guide-top .l-list--current::after {
  border-color: #F00000 !important;
}
#guide-top .l-list a {
  position: relative;
  padding-left: 0.2em;
  padding-right: 0.2em;
  padding-bottom: 0.2em;
}
#guide-top .l-list a:hover::after {
  width: 0rem;
}
#guide-top .l-list a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  transform: translateX(-50%);
  transition: 0.3s;
  border-bottom: 1px solid #898888;
}
@media screen and (min-width: 768px) {
  #guide-top .l-list a::after {
    border-width: 1px;
  }
}

#guide-size {
  padding-top: 0.3rem;
  padding-bottom: 0.9rem;
}
@media screen and (min-width: 768px) {
  #guide-size {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
#guide-size .l-container {
  display: flex;
  align-items: flex-end;
  gap: 0.2rem;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #guide-size .l-container {
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.95rem;
  }
}
#guide-size .l-container .l-text h3 {
  margin-bottom: 0.11rem;
}
@media screen and (min-width: 768px) {
  #guide-size .l-container .l-text h3 {
    margin-bottom: 0.28rem;
  }
}
#guide-size .l-container .l-text p {
  font-size: 0.12rem;
  font-weight: 600;
  line-height: 0.2rem;
}
@media screen and (min-width: 768px) {
  #guide-size .l-container .l-text p {
    font-size: 0.2rem;
    line-height: 0.28rem;
    letter-spacing: 0.015em;
    font-weight: 300;
  }
}
#guide-size .l-container .l-figure {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 1.32rem;
  height: 1.56rem;
}
@media screen and (min-width: 768px) {
  #guide-size .l-container .l-figure {
    width: 2.72rem;
    height: 3.15rem;
  }
}
#guide-size .l-container .l-figure img {
  width: 0.93rem;
  height: 1.21rem;
}
@media screen and (min-width: 768px) {
  #guide-size .l-container .l-figure img {
    width: 1.91rem;
    height: 2.49rem;
  }
}
#guide-size .l-heading {
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
  font-family: "Avenir", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #guide-size .l-heading {
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}
#guide-size .l-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #B5B5B5;
}
@media screen and (min-width: 768px) {
  #guide-size .l-table {
    margin: auto;
    width: 8rem;
  }
}
#guide-size .l-table__wrapper {
  height: 0.26rem;
  padding-right: 0.22rem;
  font-size: 0.12rem;
  line-height: 0.16rem;
  letter-spacing: 0.015em;
  font-weight: 600;
  font-family: "Avenir", sans-serif;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #B5B5B5;
}
@media screen and (min-width: 768px) {
  #guide-size .l-table__wrapper {
    font-size: 0.25rem;
    line-height: 0.33rem;
    padding-right: 0.98rem;
    height: 0.45rem;
  }
}
#guide-size .l-table__wrapper h3 {
  text-align: center;
  width: 1.2rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  #guide-size .l-table__wrapper h3 {
    width: 2.8rem;
  }
}
#guide-size .l-table__wrapper span {
  width: 0.6rem;
  text-align: center;
  flex: none;
}
@media screen and (min-width: 768px) {
  #guide-size .l-table__wrapper span {
    width: 2.3rem;
  }
}
#guide-size .l-table__wrapper small {
  flex-grow: 1;
  text-align: right;
}

#guide-choose {
  padding-top: 0.26rem;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #guide-choose {
    padding-top: 0.8rem;
    padding-bottom: 1rem;
  }
}
#guide-choose .l-top {
  padding-bottom: 0.72rem;
}
@media screen and (min-width: 768px) {
  #guide-choose .l-top {
    padding-bottom: 1.16rem;
  }
}
#guide-choose .l-top h3 {
  margin-bottom: 0.18rem;
}
@media screen and (min-width: 768px) {
  #guide-choose .l-top h3 {
    margin-bottom: 0.28rem;
  }
}
#guide-choose .l-top p {
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #guide-choose .l-top p {
    font-size: 0.2rem;
    line-height: 0.28rem;
    font-weight: 300;
  }
}
#guide-choose .l-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.2rem;
  counter-reset: major 0;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #guide-choose .l-container {
    gap: 1rem;
    margin-bottom: 1.11rem;
  }
}
#guide-choose .l-container .l-wrapper {
  counter-increment: major 1;
  counter-reset: minor 0;
  display: flex;
  flex-direction: column;
  gap: 0.21rem;
}
@media screen and (min-width: 768px) {
  #guide-choose .l-container .l-wrapper {
    gap: unset;
    flex-direction: row;
  }
}
#guide-choose .l-container .l-subject {
  font-size: 0.17rem;
  line-height: 0.24rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #guide-choose .l-container .l-subject {
    width: 50%;
    font-size: 0.25rem;
    line-height: 0.34rem;
  }
}
#guide-choose .l-container .l-subject h4 {
  position: relative;
  padding-left: 0.2rem;
}
#guide-choose .l-container .l-subject h4::before {
  content: counter(major) ".";
  position: absolute;
  transform: translateX(-0.2rem);
}
@media screen and (min-width: 768px) {
  #guide-choose .l-container .l-subject h4::before {
    transform: translateX(-0.4rem);
  }
}
#guide-choose .l-container .l-content {
  display: flex;
  flex-direction: column;
  gap: 0.31rem;
}
@media screen and (min-width: 768px) {
  #guide-choose .l-container .l-content {
    width: 50%;
  }
}
#guide-choose .l-container .l-content .l-desc {
  counter-increment: minor 1;
  padding-left: 0.22rem;
  font-size: 0.12rem;
  line-height: 0.15rem;
  letter-spacing: 0.02em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #guide-choose .l-container .l-content .l-desc {
    padding-left: 0.4rem;
    font-size: 0.19rem;
    line-height: 0.26rem;
    letter-spacing: 0.04em;
  }
}
#guide-choose .l-container .l-content .l-desc::before {
  content: counter(major) "." counter(minor);
  position: absolute;
  transform: translateX(-0.23rem);
}
@media screen and (min-width: 768px) {
  #guide-choose .l-container .l-content .l-desc::before {
    transform: translateX(-0.4rem);
  }
}
#guide-choose .l-container .l-figure {
  display: flex;
  justify-content: space-between;
  padding-left: 0.2rem;
  margin: 0;
  margin-top: 0.1rem;
}
@media screen and (min-width: 768px) {
  #guide-choose .l-container .l-figure {
    padding-left: 0.4rem;
    margin-top: 0.5rem;
  }
}
#guide-choose .l-container .l-figure img {
  display: block;
}
#guide-choose .l-append {
  font-weight: 600;
  font-size: 0.12rem;
  line-height: 0.2rem;
  letter-spacing: 0.04em;
  width: 100%;
  margin-bottom: 0.69rem;
}
@media screen and (min-width: 768px) {
  #guide-choose .l-append {
    font-weight: 700;
    font-size: 0.2rem;
    line-height: 0.28rem;
    padding-left: 0.15rem;
    margin-bottom: 1.22rem;
  }
}
#guide-choose .l-box {
  width: 100%;
  border: 1px solid white;
  padding: 0.13rem 0.15rem 0.47rem;
}
@media screen and (min-width: 768px) {
  #guide-choose .l-box {
    padding: 0.22rem 0.5rem 0.82rem;
  }
}
#guide-choose .l-box h4 {
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.04;
  font-weight: 700;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  #guide-choose .l-box h4 {
    font-size: 0.2rem;
    line-height: 0.28rem;
    margin-bottom: 0.2rem;
  }
}
#guide-choose .l-box__container {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
}
@media screen and (min-width: 768px) {
  #guide-choose .l-box__container {
    gap: 0.76rem;
  }
}
#guide-choose .l-box__flex {
  display: flex;
  flex-direction: column;
  gap: 0.27rem;
}
@media screen and (min-width: 768px) {
  #guide-choose .l-box__flex {
    flex-direction: row;
    gap: 0.45rem;
  }
}
#guide-choose .l-box__content {
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #guide-choose .l-box__content {
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
}
#guide-choose .l-box__figure {
  width: 100%;
  height: 0.99rem;
  margin: 0;
  flex: none;
}
@media screen and (min-width: 768px) {
  #guide-choose .l-box__figure {
    width: 4.36rem;
    height: 1.63rem;
  }
}
#guide-choose .l-box__figure img {
  display: block;
  width: 100%;
  height: 100%;
}
#guide-choose #img1 {
  width: 1.43rem;
  height: 1.3rem;
}
@media screen and (min-width: 768px) {
  #guide-choose #img1 {
    width: 1.85rem;
    height: 1.67rem;
  }
}
#guide-choose #img2 {
  width: 1.04rem;
  height: 0.97rem;
}
@media screen and (min-width: 768px) {
  #guide-choose #img2 {
    width: 2.03rem;
    height: 1.91rem;
  }
}
#guide-choose #img3 {
  width: 1.41rem;
  height: 0.96rem;
}
@media screen and (min-width: 768px) {
  #guide-choose #img3 {
    width: 2.77rem;
    height: 1.89rem;
  }
}

#guide-safety {
  padding-top: 0.3rem;
  padding-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
  #guide-safety {
    padding-top: 0.8rem;
    padding-bottom: 1.82rem;
  }
}
#guide-safety h3 {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #guide-safety h3 {
    margin-bottom: 1rem;
  }
}
#guide-safety .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #guide-safety .l-container {
    gap: 1.8rem;
  }
}
#guide-safety .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #guide-safety .l-container .l-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
#guide-safety .l-container .l-wrapper .l-subject {
  font-size: 0.15rem;
  line-height: 0.21rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #guide-safety .l-container .l-wrapper .l-subject {
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
}
#guide-safety .l-container .l-wrapper .l-content {
  font-size: 0.1rem;
  line-height: 0.13rem;
  letter-spacing: 0.04em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #guide-safety .l-container .l-wrapper .l-content {
    width: 6.1rem;
    flex: none;
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
}

/* BRAND */
#brand-top {
  padding-top: unset;
}
#brand-top #breadcrumb {
  position: relative;
  color: white;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #brand-top #breadcrumb {
    font-size: 0.22rem;
    margin-bottom: 0.21rem;
  }
}
#brand-top #breadcrumb * {
  color: inherit;
  font-size: inherit;
}

#brand-heading {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#brand-heading .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #brand-heading .l-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
#brand-heading .l-heading {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #brand-heading .l-heading {
    align-items: flex-start;
  }
}
#brand-heading .l-heading strong {
  font-family: "Avenir", sans-serif;
  font-style: italic;
  font-size: 0.3rem;
  font-weight: 900;
  line-height: 0.4rem;
}
@media screen and (min-width: 768px) {
  #brand-heading .l-heading strong {
    font-size: 0.8rem;
    line-height: 1.09rem;
  }
}
#brand-heading .l-heading small {
  margin-top: -0.03rem;
  font-size: 0.13rem;
  font-weight: 600;
  line-height: 0.17rem;
}
@media screen and (min-width: 768px) {
  #brand-heading .l-heading small {
    font-size: 0.18rem;
    line-height: 0.24rem;
    font-weight: 700;
    margin-top: -0.12rem;
  }
}
#brand-heading .l-banner {
  width: 100%;
  height: 1.66rem;
  display: block;
  flex: none;
}
@media screen and (min-width: 768px) {
  #brand-heading .l-banner {
    width: 5.33rem;
    height: 3rem;
  }
}
#brand-heading .l-banner img {
  display: block;
  width: 100%;
  height: 100%;
}

#brand-fv {
  display: block;
  margin: auto;
  margin-top: 0.29rem;
  margin-bottom: 0.3rem;
  width: 2.95rem;
  height: 1.68rem;
  background-image: url("../img/brand/fv.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #brand-fv {
    margin-top: 0.97rem;
    margin-bottom: 0.81rem;
    width: 100%;
    height: 8.23rem;
  }
}

#brand-overview {
  width: 100%;
  padding-bottom: 0.31rem;
  border-bottom: 0.02rem solid #F00000;
}
@media screen and (min-width: 768px) {
  #brand-overview {
    padding-bottom: 0.8rem;
    border-width: 0.1rem;
  }
}
#brand-overview h3 {
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #brand-overview h3 {
    margin-bottom: 0.8rem;
  }
}
#brand-overview sup {
  display: inline-block;
  transform: scale(0.7);
  width: 0.8em;
}
#brand-overview .l-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.2rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #brand-overview .l-table {
    margin-bottom: 0.8rem;
    width: 9.2rem;
    gap: 0.5rem;
  }
}
#brand-overview .l-table div {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #brand-overview .l-table div {
    flex-direction: row;
    justify-content: space-between;
  }
}
#brand-overview .l-table div:nth-of-type(2n) {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #brand-overview .l-table div:nth-of-type(2n) {
    margin-bottom: unset;
  }
}
#brand-overview .l-table div:nth-last-of-type(1) {
  margin-bottom: unset;
}
#brand-overview .l-table dt {
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  #brand-overview .l-table dt {
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
}
#brand-overview .l-table dd {
  letter-spacing: 0.08em;
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #brand-overview .l-table dd {
    font-size: 0.18rem;
    line-height: 0.25rem;
    width: 7rem;
    flex: none;
  }
}
#brand-overview .l-table dd small {
  display: block;
  font-size: 0.1rem;
  line-height: 0.13rem;
  margin-top: 0.32rem;
}
@media screen and (min-width: 768px) {
  #brand-overview .l-table dd small {
    margin-top: 0.46rem;
    font-size: 0.15rem;
    line-height: 0.21rem;
  }
}
#brand-overview .l-desc {
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  #brand-overview .l-desc {
    font-size: 0.2rem;
    line-height: 0.28rem;
  }
}
#brand-overview .l-desc small {
  display: block;
  font-size: 0.1rem;
  line-height: 0.13rem;
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  #brand-overview .l-desc small {
    font-size: 0.15rem;
    line-height: 0.21rem;
    margin-top: 0.8rem;
  }
}

#brand-content {
  padding-top: 0.3rem;
  padding-bottom: 0.87rem;
}
@media screen and (min-width: 768px) {
  #brand-content {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
#brand-content .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #brand-content .l-container {
    gap: 0.8rem;
  }
}
#brand-content .l-container sup {
  display: inline-block;
  transform: scale(0.7);
  width: 0.8em;
}
#brand-content .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  #brand-content .l-container .l-wrapper {
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
  }
  #brand-content .l-container .l-wrapper:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
#brand-content .l-container .l-figure {
  width: 100%;
  height: 2.95rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #brand-content .l-container .l-figure {
    width: 5rem;
    height: 5rem;
    flex: none;
  }
}
#brand-content .l-container .l-figure img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #brand-content .l-container .l-text {
    flex-grow: 1;
  }
}
#brand-content .l-container .l-text h4 {
  font-family: "Avenir", sans-serif;
  font-size: 0.2rem;
  line-height: 0.27rem;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  #brand-content .l-container .l-text h4 {
    font-size: 0.55rem;
    line-height: 0.75rem;
    margin-bottom: 0.3rem;
  }
}
#brand-content .l-container .l-text p {
  font-size: 0.12rem;
  line-height: 0.16rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #brand-content .l-container .l-text p {
    font-size: 0.15rem;
    line-height: 0.21rem;
  }
}
#brand-content .l-container .l-text small {
  display: block;
  font-size: 0.1rem;
  line-height: 0.13rem;
  font-weight: 600;
  margin-top: 0.87rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  #brand-content .l-container .l-text small {
    font-size: 0.13rem;
    line-height: 0.18rem;
    margin-top: 0.83rem;
  }
}

/* DEALERS */
#dealers-top {
  margin-top: 0.49rem;
  margin-bottom: 0.7rem;
  border-top: 1px solid #A7A7A7;
  border-bottom: 1px solid #A7A7A7;
  padding: 0.17rem 0.2rem 0.37rem;
}
@media screen and (min-width: 768px) {
  #dealers-top {
    margin-top: 0.57rem;
    margin-bottom: 1rem;
    padding-top: 0.39rem;
    padding-bottom: 0.39rem;
  }
}
#dealers-top .l-container {
  display: flex;
  flex-direction: column;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  gap: 0.08rem;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #dealers-top .l-container {
    flex-direction: row;
    padding: 0;
  }
}
#dealers-top .l-container h3 {
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #dealers-top .l-container h3 {
    font-size: 0.22rem;
    line-height: 0.3rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
#dealers-top .l-container p {
  font-size: 0.12rem;
  line-height: 0.2rem;
  letter-spacing: 0.06em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #dealers-top .l-container p {
    font-size: 0.17rem;
    line-height: 0.24rem;
    padding-bottom: 1.5em;
  }
}

#dealers-list {
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #dealers-list {
    padding-bottom: 0.6rem;
  }
}

/* CONTACT */
#contact-top {
  padding-top: 0.29rem;
  padding-bottom: 0.48rem;
}
@media screen and (min-width: 768px) {
  #contact-top {
    padding-top: 0.77rem;
    padding-bottom: 0.78rem;
  }
}
#contact-top .l-desc {
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 0.12rem;
  line-height: 0.16rem;
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  #contact-top .l-desc {
    font-size: 0.16rem;
    line-height: 0.22rem;
    margin-bottom: 2.09rem;
  }
}
#contact-top .l-org {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  text-align: center;
}
#contact-top .l-org strong {
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 0.2rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  #contact-top .l-org strong {
    font-size: 0.25rem;
    line-height: 0.35rem;
  }
}
#contact-top .l-org span {
  font-size: 0.12rem;
  line-height: 0.16rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #contact-top .l-org span {
    font-size: 0.2rem;
    line-height: 0.27rem;
  }
}
#contact-top .l-org i {
  font-size: 0.1rem;
  line-height: 0.13rem;
  letter-spacing: 0.04em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #contact-top .l-org i {
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
}

#contact-form {
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #contact-form {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #contact-form .l-container {
    display: flex;
    justify-content: space-between;
  }
}
#contact-form .l-message {
  padding-top: 0.37rem;
  text-align: center;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  #contact-form .l-message {
    padding-top: unset;
    padding-left: unset;
    padding-right: 3rem;
    width: 8.55rem;
  }
}
#contact-form .l-message h3 {
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0.028em;
  margin-bottom: 0.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #contact-form .l-message h3 {
    font-size: 0.26rem;
    line-height: 0.35rem;
    margin-bottom: 0.33rem;
  }
}
#contact-form .l-message p {
  font-size: 0.14rem;
  line-height: 0.26rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #contact-form .l-message p {
    font-size: 0.16rem;
    line-height: 0.28rem;
    margin-bottom: 0.75rem;
  }
}
#contact-form .l-message .c-btn--next {
  margin: auto;
  padding-left: 0.32rem;
  width: 0.96rem;
  height: 0.3rem;
}
@media screen and (min-width: 768px) {
  #contact-form .l-message .c-btn--next {
    width: 1.89rem;
    height: 0.59rem;
    padding-left: 0.66rem;
  }
}
#contact-form h2 {
  padding-bottom: 0.08rem;
  border-bottom: 1px solid white;
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #contact-form h2 {
    gap: 0.72rem;
    justify-content: flex-start;
    margin-bottom: 0.4rem;
  }
}
#contact-form h2 strong {
  font-size: 0.15rem;
  font-weight: 700;
  line-height: 0.2rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  #contact-form h2 strong {
    font-size: 0.25rem;
    line-height: 0.33rem;
  }
}
#contact-form h2 small {
  font-size: 0.1rem;
  line-height: 0.13rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  #contact-form h2 small {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
#contact-form .p-form {
  padding-top: 0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  #contact-form .p-form {
    padding-top: unset;
    padding-left: unset;
    padding-right: unset;
  }
}

[data-template*=confirm] #contact-form {
  padding-top: 0.27rem;
}
@media screen and (min-width: 768px) {
  [data-template*=confirm] #contact-form {
    padding-top: 0.92rem;
  }
}

[data-template*=complete] #contact-form {
  padding-top: 0.27rem;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  [data-template*=complete] #contact-form {
    padding-top: 0.92rem;
    padding-bottom: 2.19rem;
  }
}

/* CONTACT FOR NEW PRODUCT */
#contact-for-new-product-top {
  padding-top: 0.23rem;
  padding-bottom: 0.43rem;
}
@media screen and (min-width: 768px) {
  #contact-for-new-product-top {
    padding-top: 0.2rem;
    padding-bottom: 0.78rem;
  }
}
#contact-for-new-product-top .c-page-header {
  margin-bottom: 0.19rem;
}
@media screen and (min-width: 768px) {
  #contact-for-new-product-top .c-page-header {
    margin-bottom: 0.32rem;
  }
}
@media screen and (min-width: 768px) {
  #contact-for-new-product-top .c-page-header strong {
    font-size: 0.48rem;
    line-height: 0.66rem;
  }
}
#contact-for-new-product-top .l-catch {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.056em;
  margin-bottom: 0.36rem;
}
@media screen and (min-width: 768px) {
  #contact-for-new-product-top .l-catch {
    font-size: 0.2rem;
    line-height: 0.28rem;
    letter-spacing: 0.08em;
    margin-bottom: 0.55rem;
  }
}
#contact-for-new-product-top .l-catch a {
  text-decoration: underline;
}
#contact-for-new-product-top .l-desc {
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 0.12rem;
  line-height: 0.16rem;
  margin-bottom: 1.84rem;
}
@media screen and (min-width: 768px) {
  #contact-for-new-product-top .l-desc {
    font-size: 0.16rem;
    line-height: 0.22rem;
    margin-bottom: 1.16rem;
  }
}
#contact-for-new-product-top .l-org {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  text-align: center;
}
#contact-for-new-product-top .l-org strong {
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 0.2rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  #contact-for-new-product-top .l-org strong {
    font-size: 0.25rem;
    line-height: 0.35rem;
  }
}
#contact-for-new-product-top .l-org span {
  font-size: 0.12rem;
  line-height: 0.16rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #contact-for-new-product-top .l-org span {
    font-size: 0.2rem;
    line-height: 0.27rem;
  }
}
#contact-for-new-product-top .l-org i {
  font-size: 0.1rem;
  line-height: 0.13rem;
  letter-spacing: 0.04em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #contact-for-new-product-top .l-org i {
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
}

#contact-for-new-product-form {
  padding-top: 0.23rem;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #contact-for-new-product-form {
    padding-top: 0.2rem;
    padding-bottom: 1rem;
  }
}
#contact-for-new-product-form .c-page-header {
  margin-bottom: 0.27rem;
}
@media screen and (min-width: 768px) {
  #contact-for-new-product-form .c-page-header {
    margin-bottom: 0.52rem;
  }
}
@media screen and (min-width: 768px) {
  #contact-for-new-product-form .c-page-header strong {
    font-size: 0.48rem;
    line-height: 0.66rem;
  }
}
@media screen and (min-width: 768px) {
  #contact-for-new-product-form .l-container {
    display: flex;
    justify-content: space-between;
  }
}
#contact-for-new-product-form .l-message {
  padding-top: 0.37rem;
  text-align: center;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  #contact-for-new-product-form .l-message {
    padding-top: unset;
    padding-left: unset;
    padding-right: 3rem;
    width: 8.55rem;
  }
}
#contact-for-new-product-form .l-message h3 {
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0.028em;
  margin-bottom: 0.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #contact-for-new-product-form .l-message h3 {
    font-size: 0.26rem;
    line-height: 0.35rem;
    margin-bottom: 0.33rem;
  }
}
#contact-for-new-product-form .l-message p {
  font-size: 0.14rem;
  line-height: 0.26rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #contact-for-new-product-form .l-message p {
    font-size: 0.16rem;
    line-height: 0.28rem;
    margin-bottom: 0.75rem;
  }
}
#contact-for-new-product-form .l-message .c-btn--next {
  margin: auto;
  padding-left: 0.32rem;
  width: 0.96rem;
  height: 0.3rem;
}
@media screen and (min-width: 768px) {
  #contact-for-new-product-form .l-message .c-btn--next {
    width: 1.89rem;
    height: 0.59rem;
    padding-left: 0.66rem;
  }
}
#contact-for-new-product-form h2 {
  padding-bottom: 0.08rem;
  border-bottom: 1px solid white;
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #contact-for-new-product-form h2 {
    gap: 0.72rem;
    justify-content: flex-start;
    margin-bottom: 0.4rem;
  }
}
#contact-for-new-product-form h2 strong {
  font-size: 0.15rem;
  font-weight: 700;
  line-height: 0.2rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  #contact-for-new-product-form h2 strong {
    font-size: 0.25rem;
    line-height: 0.33rem;
  }
}
#contact-for-new-product-form h2 small {
  font-size: 0.1rem;
  line-height: 0.13rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  #contact-for-new-product-form h2 small {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
#contact-for-new-product-form .p-form {
  padding-top: 0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  #contact-for-new-product-form .p-form {
    padding-top: unset;
    padding-left: unset;
    padding-right: unset;
  }
}

/* PRIVACY POLICY */
#privacy-policy {
  padding-top: 0.29rem;
  padding-bottom: 0.8rem;
  letter-spacing: 0.08em;
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #privacy-policy {
    padding-top: 0.77rem;
    padding-bottom: 0.86rem;
    font-size: 0.17rem;
    line-height: 0.24rem;
  }
}
#privacy-policy pre {
  white-space: pre-wrap;
  margin-bottom: 2.97rem;
}
@media screen and (min-width: 768px) {
  #privacy-policy pre {
    margin-bottom: 2.87rem;
  }
}
#privacy-policy .l-desc {
  text-align: right;
}

/* HEADS UP */
#heads-up {
  padding-top: 0.28rem;
  padding-bottom: 0.39rem;
}
@media screen and (min-width: 768px) {
  #heads-up {
    padding-top: 0.67rem;
    padding-bottom: 0.24rem;
  }
}
#heads-up .l-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  #heads-up .l-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#heads-up .l-list dt {
  width: 100%;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-bottom: 0.1rem;
  display: flex;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  #heads-up .l-list dt {
    min-width: 3.2rem;
    width: unset;
    font-size: 0.17rem;
    line-height: 0.24rem;
  }
}
#heads-up .l-list dt::before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: white;
  display: inline-flex;
  margin-top: 0.3em;
}
#heads-up .l-list dd {
  width: 100%;
  font-size: 0.12rem;
}
@media screen and (min-width: 768px) {
  #heads-up .l-list dd {
    width: 7.9rem;
    font-size: 0.17rem;
    line-height: 0.24rem;
  }
}
#heads-up .l-list dd p {
  display: block;
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 768px) {
  #heads-up .l-list dd p {
    margin-bottom: 0.76rem;
  }
}
#heads-up .l-figure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.14rem;
  margin-bottom: 0.19rem;
}
@media screen and (min-width: 768px) {
  #heads-up .l-figure {
    gap: 0.36rem;
    margin-bottom: 0.8rem;
  }
}
#heads-up .l-figure img {
  flex-grow: 1;
  display: block;
  flex: auto;
  height: auto;
}
#heads-up .l-figure img:nth-of-type(1) {
  width: 0.93rem;
}
@media screen and (min-width: 768px) {
  #heads-up .l-figure img:nth-of-type(1) {
    width: 2.51rem;
  }
}
#heads-up .l-figure img:nth-of-type(2) {
  width: 1.88rem;
}
@media screen and (min-width: 768px) {
  #heads-up .l-figure img:nth-of-type(2) {
    width: 5.06rem;
  }
}

/* OLD MODELS */
#old-models {
  padding-top: 0.38rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #old-models {
    padding-top: 0.67rem;
    padding-bottom: 1rem;
  }
}
#old-models .l-desc {
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #old-models .l-desc {
    font-size: 0.2rem;
    line-height: 0.29rem;
    text-align: center;
    margin-bottom: 0.8rem;
  }
}
#old-models .l-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #old-models .l-container {
    margin: auto;
    width: 4.84rem;
  }
}
#old-models .l-container ul {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  #old-models .l-container ul {
    gap: 0.4rem;
  }
}
@media screen and (min-width: 768px) {
  #old-models .l-container li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.2rem;
  }
}
#old-models .l-container li h2 {
  display: none;
}
@media screen and (min-width: 768px) {
  #old-models .l-container li h2 {
    display: block;
    position: relative;
    padding-left: 0.35rem;
    font-size: 0.3rem;
    line-height: 0.35rem;
    font-weight: 700;
    padding-bottom: 0.05rem;
  }
  #old-models .l-container li h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.1rem;
    height: 100%;
    background-color: white;
  }
}

/* PARTS ARCHIVE */
#parts-archive {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
#parts-archive .p-accessories-list {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
#parts-archive .p-accessories-list__separate {
  display: none;
}

/* Q&A */
#faq-index {
  padding-top: 0.69rem;
  padding-bottom: 0.7rem;
}
@media screen and (min-width: 768px) {
  #faq-index {
    padding-top: 0.96rem;
    padding-bottom: 1.01rem;
  }
}
#faq-index .l-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.15rem;
  line-height: 0.2rem;
  letter-spacing: 0.015em;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  gap: 0.2rem 0.3rem;
}
@media screen and (min-width: 768px) {
  #faq-index .l-container {
    font-size: 0.23rem;
    line-height: 0.31rem;
    gap: 0.4rem 0.8rem;
    width: 8.5rem;
    margin: auto;
  }
}
#faq-index .l-container .l-wrapper {
  display: block;
  width: calc(50% - 0.2rem);
}
@media screen and (min-width: 768px) {
  #faq-index .l-container .l-wrapper {
    width: -moz-fit-content;
    width: fit-content;
  }
}

#faq-content {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #faq-content {
    padding-bottom: 0.7rem;
  }
}

/* INSTRUCTION */
#instruction-content {
  padding-top: 0.51rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #instruction-content {
    padding-top: 0.62rem;
    padding-bottom: 1rem;
  }
}
#instruction-content .c-heading--separate {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #instruction-content .c-heading--separate {
    margin-bottom: 0.51rem;
  }
}
#instruction-content .l-link {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  justify-content: center;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #instruction-content .l-link {
    gap: 0.4rem;
    margin-bottom: 1.01rem;
  }
}
#instruction-content .l-link li {
  display: block;
}
#instruction-content .l-link a {
  display: block;
  border: 1px solid white;
  padding: 0.09rem 0.16rem 0.11rem;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0.015em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #instruction-content .l-link a {
    font-size: 0.22rem;
    line-height: 0.32rem;
    padding: 0.07rem 0.22rem 0.11rem;
  }
}
#instruction-content .l-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #instruction-content .l-container {
    width: 4.84rem;
    margin: auto;
  }
}
#instruction-content .l-container ul {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 100%;
}
#instruction-content #size {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #instruction-content #size {
    padding-bottom: 1rem;
  }
}
#instruction-content #instruction {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #instruction-content #instruction {
    padding-bottom: 0.85rem;
  }
}

#cheek-pads-top {
  padding-top: 0.32rem;
  padding-bottom: 1.1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #cheek-pads-top {
    padding-top: 0.4rem;
    padding-bottom: 1rem;
  }
}
#cheek-pads-top h2 {
  font-size: 0.12rem;
  line-height: 0.16rem;
  letter-spacing: 0.056em;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #cheek-pads-top h2 {
    font-size: 0.2rem;
    line-height: 0.42rem;
    letter-spacing: 0.02em;
    margin-bottom: 0.5rem;
  }
}
#cheek-pads-top p {
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.056em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #cheek-pads-top p {
    font-size: 0.22rem;
    line-height: 0.42rem;
    letter-spacing: 0.02em;
  }
}

#cheek-pads-content {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  #cheek-pads-content {
    padding-bottom: 1rem;
  }
}
#cheek-pads-content .l-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  #cheek-pads-content .l-container {
    gap: 0.8rem;
  }
}
#cheek-pads-content .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  #cheek-pads-content .l-wrapper {
    flex-direction: row;
    gap: 0.81rem;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #cheek-pads-content .l-wrapper:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
#cheek-pads-content .l-photo {
  display: block;
  flex: none;
}
#cheek-pads-content .l-photo img {
  display: block;
  width: 100%;
  height: 2.06rem;
  margin-bottom: 0.08rem;
}
@media screen and (min-width: 768px) {
  #cheek-pads-content .l-photo img {
    width: 4.62rem;
    height: 3.23rem;
  }
}
#cheek-pads-content .l-photo figcaption {
  font-size: 0.12rem;
  line-height: 0.14rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  display: flex;
  gap: 0.1rem;
}
#cheek-pads-content .l-photo figcaption::before {
  content: "";
  position: relative;
  top: 0.02rem;
  width: 0.12rem;
  height: 0.12rem;
  background-image: url("../img/common/tri_white_up.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (min-width: 768px) {
  #cheek-pads-content .l-photo figcaption {
    display: none;
  }
}
#cheek-pads-content .l-text {
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0.056em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #cheek-pads-content .l-text {
    width: 4rem;
    font-size: 0.18rem;
    line-height: 0.36rem;
    letter-spacing: 0.08em;
  }
}
#cheek-pads-content .l-text p {
  display: block;
}
@media screen and (min-width: 768px) {
  #cheek-pads-content .l-text p {
    margin-bottom: 0.3rem;
  }
}
#cheek-pads-content .l-text--caption {
  display: none;
}
@media screen and (min-width: 768px) {
  #cheek-pads-content .l-text--caption {
    position: relative;
    display: flex;
    width: 3.92rem;
    font-size: 0.16rem;
    line-height: 0.26rem;
    letter-spacing: 0.08em;
    font-weight: 500;
    padding-top: 0.07rem;
    padding-bottom: 0.08rem;
    border: 1px solid white;
  }
  #cheek-pads-content .l-text--caption::before {
    content: "";
    position: absolute;
  }
}
#cheek-pads-content .l-text--caption--left {
  padding-left: 0.41rem;
  padding-right: 0.41rem;
}
#cheek-pads-content .l-text--caption--left::before {
  content: "";
  top: 0.14rem;
  left: 0.2rem;
  width: 0.13rem;
  height: 0.12rem;
  background-image: url("../img/common/tri_white_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
#cheek-pads-content .l-text--caption--right {
  padding-top: 0.13rem;
  padding-left: 0.41rem;
  padding-right: 0.41rem;
  padding-bottom: 0.14rem;
}
#cheek-pads-content .l-text--caption--right::before {
  content: "";
  top: 0.2rem;
  right: 0.21rem;
  width: 0.13rem;
  height: 0.12rem;
  background-image: url("../img/common/tri_white_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#cheek-pads-content .l-text--caption--star {
  display: block;
  margin-top: 1em;
  display: flex;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  #cheek-pads-content .l-text--caption--star {
    padding-top: 0.11rem;
    padding-left: 0.22rem;
    padding-right: 0.19rem;
    padding-bottom: 0.12rem;
  }
}
#cheek-pads-content .l-text--caption--star::before {
  content: "★";
  flex: none;
}
@media screen and (min-width: 768px) {
  #cheek-pads-content .l-text--caption--star::before {
    position: relative;
  }
}

#production-top {
  padding-top: 0.26rem;
  padding-bottom: 0.55rem;
}
@media screen and (min-width: 768px) {
  #production-top {
    padding-top: 0.51rem;
    padding-bottom: 1.12rem;
  }
}
#production-top .l-desc {
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.056em;
  font-weight: 700;
  width: 2.7rem;
  margin: auto;
  margin-bottom: 0.46rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #production-top .l-desc {
    font-size: 0.22rem;
    line-height: 0.42rem;
    margin-bottom: 0.61rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#production-top .l-link {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #production-top .l-link {
    gap: 1rem;
  }
}
#production-top .l-link li {
  display: block;
}
#production-top .l-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0.015em;
  font-weight: 500;
  width: 1.4rem;
  height: 0.4rem;
  text-align: center;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  #production-top .l-link a {
    width: 2rem;
    height: 0.5rem;
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}

#production-content {
  width: 100%;
  overflow-x: hidden;
}
#production-content .c-heading--separate {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #production-content .c-heading--separate {
    margin-bottom: 0.31rem;
  }
}
#production-content .c-heading--separate span {
  font-size: 0.29rem;
  line-height: 0.4rem;
  letter-spacing: 0.0105em;
}
#production-content .c-heading--separate strong {
  font-size: 0.25rem;
  line-height: 0.35rem;
  letter-spacing: 0.0105em;
}
#production-content .l-title {
  text-align: center;
  font-size: 0.32rem;
  line-height: 0.44rem;
  letter-spacing: 0.0105em;
  font-weight: 700;
  margin-bottom: 0.46rem;
}
@media screen and (min-width: 768px) {
  #production-content .l-title {
    margin-bottom: 1rem;
    font-size: 0.46rem;
    line-height: 0.66rem;
    letter-spacing: 0.015em;
  }
}

#production-quality {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #production-quality {
    padding-bottom: 2.55rem;
  }
}

#production-line {
  padding-bottom: 1rem;
}
#production-line .p-2column {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #production-line .p-2column {
    margin-bottom: 2rem;
  }
}
#production-line .c-btn--red {
  width: 2.8rem;
  height: 0.67rem;
  justify-content: center;
  font-size: 0.18rem;
  line-height: 0.25rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #production-line .c-btn--red {
    width: 3.64rem;
    height: 0.67rem;
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
}
#production-line .c-btn--red::after {
  content: none;
}

#wpadminbar {
  display: none;
}
@media screen and (min-width: 768px) {
  #wpadminbar {
    display: flex;
  }
}

.p-body {
  background-color: black;
  /*
  background-image: url('../img/common/bg.jpg');
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  */
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.p-body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background-image: url("../img/common/bg.webp");
  background-size: 26.19rem 30.73rem;
  background-position: top;
  opacity: 0.3;
}

.p-main {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  [data-template="index.php"] .p-header__nav__sns {
    display: flex;
  }
  [data-template="index.php"] .p-header__nav ul {
    justify-content: flex-start;
  }
  [data-template="index.php"] .p-header {
    background-color: transparent;
    height: 1.06rem;
  }
  [data-template="index.php"] .p-header__logo {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  [data-template="index.php"] .p-header--space {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  [data-current*="/products_cat/helmets/"] .p-header a[href*="/products_cat/helmets"] {
    border-bottom: 0.01rem solid white;
  }
  [data-current*="/products_cat/helmets/"] .p-header a[href*="/products_cat/helmets"] strong::after {
    right: 0.15rem;
  }
}

@media screen and (min-width: 768px) {
  [data-current*="/product"] .p-header a[href*="/products_cat/helmets"] {
    border-bottom: 0.01rem solid white;
  }
  [data-current*="/product"] .p-header a[href*="/products_cat/helmets"] strong::after {
    right: 0.15rem;
  }
}

@media screen and (min-width: 768px) {
  [data-current*="/dealers"] .p-header a[href*="/dealers"] {
    border-bottom: 0.01rem solid white;
  }
}

@media screen and (min-width: 768px) {
  [data-current*="/brand"] .p-header a[href*="/brand"] {
    border-bottom: 0.01rem solid white;
  }
}

@media screen and (min-width: 768px) {
  [data-current*="/contact"] .p-header a[href*="/contact"] {
    border-bottom: 0.01rem solid white;
  }
}

@media screen and (min-width: 768px) {
  [data-current*="/faq"] .p-header a[href*="/faq"] {
    border-bottom: 0.01rem solid white;
  }
}

@media screen and (min-width: 768px) {
  [data-current*="/information"] .p-header a[href*="/information"] {
    border-bottom: 0.01rem solid white;
  }
}

@media screen and (min-width: 768px) {
  [data-current*="/magazine"] .p-header a[href*="/magazine"] {
    border-bottom: 0.01rem solid white;
  }
}

.p-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 0.71rem;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #F00000;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 0.86rem;
  }
}
.p-header--space {
  height: 0.71rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header--space {
    height: 0.86rem;
  }
}
@media screen and (min-width: 768px) {
  .p-header--active {
    background-color: #F00000 !important;
    height: 0.86rem !important;
  }
  .p-header--active .p-header__logo {
    justify-content: center !important;
  }
}
.p-header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    background-color: #F00000;
    align-items: flex-start;
    justify-content: center;
    gap: 0.03rem;
    height: 100%;
    padding-top: 0.08rem;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    padding-bottom: 0.08rem;
  }
}
.p-header__logo h1 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.p-header__logo h2 {
  text-align: center;
  font-size: 0.14rem;
  line-height: 0.18rem;
}
.p-header__logo img {
  width: 1.62rem;
  height: 0.31rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-header__container {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 0.2rem;
  padding-bottom: 0.11rem;
}
@media screen and (min-width: 768px) {
  .p-header__container {
    display: flex;
    width: 13rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
    align-items: flex-end;
    padding-right: unset;
    padding-bottom: unset;
    box-shadow: unset;
  }
}
.p-header__nav {
  position: fixed;
  z-index: 10;
  top: 0.71rem;
  right: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateX(100%);
  transition: 0.3s;
  padding-top: 0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.37rem;
  overflow: scroll;
  display: flex;
  color: black;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    position: relative;
    flex-grow: 1;
    transform: unset;
    top: unset;
    right: unset;
    width: unset;
    height: unset;
    padding-top: unset;
    padding-left: 0.31rem;
    padding-right: unset;
    padding-bottom: 0.25rem;
    background-color: unset;
    overflow: unset;
    color: white;
  }
}
.p-header__nav__container {
  display: flex;
  flex-direction: column;
  flex: auto;
  max-height: unset;
}
@media screen and (min-width: 768px) {
  .p-header__nav__container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-header__nav__sns {
  display: flex;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav__sns {
    gap: 0.3rem;
  }
}
.p-header__nav__sns > * {
  display: block;
  width: 0.21rem;
  height: 0.21rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-header__nav__sns > * {
    width: 0.18rem;
    height: 0.18rem;
  }
}
.p-header__nav__sns [href*="instagram.com"] {
  background-image: url("../img/common/icon_instagram_black.svg");
}
.p-header__nav__sns [href*="facebook.com"] {
  background-image: url("../img/common/icon_facebook_black.svg");
}
.p-header__nav__sns [href*="twitter.com"] {
  background-image: url("../img/common/icon_twitter_black.svg");
}
.p-header__nav__sns [href*="youtube.com"] {
  background-image: url("../img/common/icon_youtube_black.svg");
}
@media screen and (min-width: 768px) {
  .p-header__nav__sns {
    display: none;
  }
  .p-header__nav__sns [href*="instagram.com"] {
    background-image: url("../img/common/icon_instagram.svg");
  }
  .p-header__nav__sns [href*="facebook.com"] {
    background-image: url("../img/common/icon_facebook.svg");
  }
  .p-header__nav__sns [href*="twitter.com"] {
    background-image: url("../img/common/icon_twitter.svg");
  }
  .p-header__nav__sns [href*="youtube.com"] {
    background-image: url("../img/common/icon_youtube.svg");
  }
}
.p-header__nav ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  float: left;
  gap: 0.41rem;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav ul {
    flex-direction: row;
    margin-bottom: unset;
    gap: 0.2rem;
    align-items: center;
    justify-content: flex-end;
  }
}
.p-header__nav ul li {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-header__nav ul li {
    width: unset;
  }
}
.p-header__nav ul li a,
.p-header__nav ul li div {
  display: flex;
  align-items: baseline;
  gap: 0.05rem;
}
.p-header__nav ul li strong {
  font-family: "Avenir", sans-serif;
  font-size: 0.16rem;
  line-height: 0.21rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-header__nav ul li strong {
    font-size: 0.17rem;
    font-weight: 400;
    line-height: 0.24rem;
    margin-bottom: 0.07rem;
  }
}
.p-header__nav ul li span {
  font-family: "Avenir", sans-serif;
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-header__nav ul li span {
    font-weight: 400;
    font-size: 0.13rem;
    line-height: 0.17rem;
  }
}
.p-header__nav ul li small {
  font-family: "NotoJP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.1rem;
  line-height: 0.14rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-header__nav ul li small {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-header__nav ul .p-header__nav__dropdown strong {
    position: relative;
    font-weight: 400;
    font-size: 0.17rem;
    line-height: 0.23rem;
    padding-bottom: 0.06rem;
    padding-right: 0.36rem;
    white-space: nowrap;
    margin-bottom: unset;
  }
  .p-header__nav ul .p-header__nav__dropdown strong::after {
    content: "";
    position: absolute;
    top: 0.08rem;
    right: 0.15rem;
    width: 0.0737rem;
    height: 0.0439rem;
    background-image: url("../img/common/arrow_bottom.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.p-header__nav ul .p-header__nav__dropdown:hover .p-header__nav__dropdown--children {
  height: -moz-fit-content !important;
  height: fit-content !important;
  opacity: 1;
}
.p-header__nav ul .p-header__nav__dropdown--children {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav ul .p-header__nav__dropdown--children {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.85);
    max-width: unset;
    width: 1.78rem;
    height: 0;
    position: absolute;
    bottom: 1px;
    left: 0;
    transform: translateY(100%);
    overflow: hidden;
    transition: 0.3s;
    opacity: 0;
  }
}
.p-header__nav ul .p-header__nav__dropdown--children:hover {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.p-header__nav ul .p-header__nav__dropdown--children a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 0.43rem;
  padding: 0.1rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  font-family: "Avenir", sans-serif;
  font-size: 0.17rem;
  line-height: 0.24rem;
  letter-spacing: 0.015em;
  font-weight: 400;
  text-align: left;
  color: black;
}
.p-header__nav ul .p-header__nav__dropdown--children:hover {
  max-height: auto;
}
.p-header__nav--box {
  position: absolute;
  z-index: 99;
  left: 0.2rem;
  bottom: 0.28rem;
  width: 0.32rem;
  height: 0.14rem;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box {
    display: none;
  }
}
.p-header__nav--box--check {
  display: none;
}
.p-header__nav--box--check:checked ~ .p-header__container .p-header__nav {
  transform: translateY(0);
}
.p-header__nav--box--check:checked ~ .p-header__container .p-header__nav--box .p-header__nav--box--line:nth-of-type(1) {
  transform: translateY(-50%) rotate(30deg);
}
.p-header__nav--box--check:checked ~ .p-header__container .p-header__nav--box .p-header__nav--box--line:nth-of-type(2) {
  opacity: 0;
}
.p-header__nav--box--check:checked ~ .p-header__container .p-header__nav--box .p-header__nav--box--line:nth-of-type(3) {
  width: 100%;
  transform: translateY(-50%) rotate(-30deg);
}
.p-header__nav--box--line {
  position: absolute;
  z-index: 1;
  top: 50%;
  transition: 0.3s;
  width: 100%;
  height: 1px;
  background-color: white;
}
.p-header__nav--box--line:nth-of-type(1) {
  transform: translateY(calc(-0.07rem - 50%));
}
.p-header__nav--box--line:nth-of-type(2) {
  transform: translateY(-50%);
}
.p-header__nav--box--line:nth-of-type(3) {
  width: 0.15rem;
  transform: translateY(calc(0.07rem - 50%));
}

.p-footer {
  position: relative;
  z-index: 100;
  background-color: black;
  padding: 0.3rem 0.2rem 0;
  width: 100%;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 1rem 0 0;
  }
}
.p-footer__container {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    display: flex;
    width: 13rem;
    margin: auto;
    gap: 1.52rem;
    margin-bottom: 1.31rem;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 3rem;
    flex: none;
  }
  .p-footer__info .c-btn--arrow--circle {
    font-size: 0.14rem;
    line-height: 0.16rem;
    padding-left: 0.19rem;
    padding-right: 0.13rem;
    gap: 0;
    width: 100%;
    justify-content: space-between;
  }
}
.p-footer__logo {
  display: block;
  width: 1.69rem;
  height: 0.33rem;
  margin: 0 auto 0.49rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 2.2576rem;
    height: 0.4389rem;
    margin: 0;
  }
}
.p-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-footer__sns {
  display: flex;
  gap: 0.33rem;
  margin-bottom: 0.13rem;
}
@media screen and (min-width: 768px) {
  .p-footer__sns {
    margin-bottom: 0.51rem;
  }
}
.p-footer__sns a {
  width: 0.2058rem;
  height: 0.2058rem;
}
@media screen and (min-width: 768px) {
  .p-footer__sns a {
    width: 0.3619rem;
    height: 0.3619rem;
  }
}
.p-footer__sns a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.19rem;
  margin-bottom: 0.48rem;
}
@media screen and (min-width: 768px) {
  .p-footer__menu {
    flex-direction: row;
    margin-bottom: unset;
  }
}
.p-footer__menu--main, .p-footer__menu--main--pc-simple {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-footer__menu--main--simple {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__menu--main--simple {
    gap: 0.24rem;
    padding-left: 0.5rem;
    flex: none;
    border-left: 1px solid white;
    width: unset;
  }
}
.p-footer__menu--main--simple .c-btn--arrow--circle {
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.2rem;
  justify-content: flex-end;
  padding-left: 0.14rem;
  padding-right: 0.13rem;
  gap: unset;
}
.p-footer__menu--main--simple .c-btn--arrow--circle span {
  display: block;
  margin: auto;
}
.p-footer__menu--strong {
  display: flex;
  flex-direction: column;
  gap: 0.19rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__menu--strong {
    gap: 0.24rem;
  }
}
.p-footer__menu--strong li {
  width: 100%;
  padding-left: 0.03rem;
  padding-bottom: 0.02rem;
  border-bottom: 1px solid white;
  font-size: 0.14rem;
  line-height: 0.19rem;
  font-weight: 700;
  letter-spacing: 0.015em;
}
@media screen and (min-width: 768px) {
  .p-footer__menu--strong li {
    font-size: 0.15rem;
    line-height: 0.21rem;
    letter-spacing: 0.015em;
    font-weight: 500;
    padding: 0;
    border: unset;
  }
}
.p-footer__menu--small {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  font-size: 0.1rem;
  line-height: 0.14rem;
  letter-spacing: 0.015em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-footer__menu--small {
    font-size: 0.15rem;
    line-height: 0.21rem;
    letter-spacing: 0.015em;
    font-weight: 500;
    gap: 0.24rem;
  }
}
.p-footer__menu--title {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__menu--title {
    display: block;
    font-size: 0.17rem;
    line-height: 0.24rem;
    min-height: 0.24rem;
    font-weight: 700;
    letter-spacing: 0.015em;
    margin-bottom: 0.19rem;
  }
}
.p-footer__menu--sub {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}
.p-footer__menu--switch {
  display: none;
}
.p-footer__menu--switch:checked ~ .p-footer__menu--content .p-footer__menu--button::after {
  transform: rotate(-180deg);
}
.p-footer__menu--switch:checked ~ .p-footer__menu--content .p-footer__menu--list {
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 0.15rem;
  padding-bottom: 0.18rem;
  opacity: 1;
}
.p-footer__menu--content {
  width: 100%;
  padding-left: 0.03rem;
  padding-right: 0.08rem;
  padding-bottom: 0.02rem;
  border-bottom: 1px solid white;
}
@media screen and (min-width: 768px) {
  .p-footer__menu--content {
    border-bottom: unset;
    padding-left: 0.05rem;
    padding-bottom: unset;
    padding-right: unset;
  }
}
.p-footer__menu--button {
  width: 100%;
  height: 0.23rem;
  line-height: 0.2rem;
  letter-spacing: 0.015em;
  font-size: 0.14rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-footer__menu--button {
    margin-bottom: 0.13rem;
    cursor: initial;
    pointer-events: none;
  }
  .p-footer__menu--button::after {
    content: none;
    display: none;
  }
}
.p-footer__menu--button::after {
  content: "";
  width: 0.13rem;
  height: 0.068rem;
  background-image: url("../img/common/arrow_bottom_thin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.p-footer__menu--list {
  height: 0;
  overflow: hidden;
  font-size: 0.14rem;
  line-height: 0.19rem;
  letter-spacing: 0.015em;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-footer__menu--list {
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1;
    gap: 0.1rem;
  }
}
.p-footer__menu--list li {
  display: flex;
  align-items: center;
  gap: 0.12rem;
}
.p-footer__menu--list li::before {
  content: "";
  width: 0.08rem;
  height: 0.01rem;
  background-color: white;
}
.p-footer__copyright {
  width: 100%;
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
  border-top: 1px solid white;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    width: 13rem;
    margin: auto;
    padding-top: 0.11rem;
    padding-bottom: 0.31rem;
  }
}
.p-footer__copyright small {
  display: block;
  font-size: 0.1rem;
  line-height: 0.14rem;
  letter-spacing: 0.015em;
  font-family: "Avenir", sans-serif;
  font-weight: 500;
  margin-right: auto;
  transform: scale(0.8);
  transform-origin: center right;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright small {
    transform: unset;
    font-weight: 900;
  }
}

.p-banner {
  position: fixed;
  z-index: 10;
  bottom: 0.1rem;
  right: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  transform: translateX(50%);
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-banner {
    bottom: 0.2rem;
    right: 0.2rem;
    transform: unset;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    gap: 0.2rem;
  }
}
.p-banner a {
  display: block;
  width: 1.78rem;
  height: 0.67rem;
  border-radius: 0.1rem;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-banner a {
    width: 3.2rem;
    height: 1.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
  }
}

/*
.p-footer {
    position: relative;
    z-index: 2;
    background-color: transparent;
    color: white;
    padding-top: f.px(30);
    padding-left: f.px(20);
    padding-right: f.px(20);
    width: f.px(M);
    background-color: black;

    @include m.mq(pc) {
        padding-top: f.px(253);
        padding-left: f.px(n);
        padding-right: f.px(n);
    }

    &__container {
        padding-left: f.px(20);
        padding-right: f.px(20);
        padding-bottom: f.px(10);
        border-bottom: 1px solid white;

        @include m.mq(pc) {
            padding-left: f.px(53);
            padding-right: f.px(53);
            padding-bottom: f.px(30);
            width: f.px(1300);
            margin: auto;
        }
    }

    &__top {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        @include m.mq(pc) {
            justify-content: space-between;
            margin-bottom: f.px(n);
        }
    }

    &__logo {
        display: block;
        margin: auto;
        margin-bottom: f.px(50);
        width: fit-content;

        @include m.mq(pc) {
            margin: unset;
        }

        img {
            display: block;
            @include m.size(169, 33);

            @include m.mq(pc) {
                @include m.size(239, 47);
            }
        }
    }

    &__nav {
        margin-bottom: f.px(51);
        width: f.px(M);

        @include m.mq(pc) {
            margin-bottom: f.px(n);
            width: f.px(164);
        }

        ul {
            display: flex;
            flex-direction: column;
            gap: f.px(21);
            width: f.px(M);
            font-family: v.$en-font;

            @include m.mq(pc) {
                gap: f.px(41);
            }

            span {
                font-size: f.px(10);
                line-height: f.px(13);
                font-weight: 700;

                @include m.mq(pc) {
                    font-size: f.px(13);
                    line-height: f.px(17);
                }
            }

            li {
                font-size: f.px(14);
                line-height: f.px(19);
                font-weight: 700;
                width: f.px(M);

                @include m.mq(pc) {
                    font-size: f.px(17);
                    line-height: f.px(23);
                }

                a {
                    position: relative;
                    width: f.px(M);
                    display: block;
                    border-bottom: 1px solid white;

                    &::after {
                        position: absolute;
                        top: 40%;
                        right: f.px(19);
                        transform: translateY(-50%);
                        content: '';
                        @include m.size(6.66, 3.33);
                        background-image: url('../img/common/arrow_bottom.svg');
                        background-size: contain;
                        background-repeat: no-repeat;

                        @include m.mq(pc) {
                            right: 0;
                        }
                    }
                }
            }
        }

        &--sub {
            display: flex;
            justify-content: space-between;
            margin-bottom: f.px(74);
            width: fit-content;
            padding-right: f.px(30);

            @include m.mq(pc) {
                flex-wrap: wrap;
                gap: f.px(43);
                margin-bottom: f.px(n);
                padding-right: f.px(n);
                width: f.px(200);
            }

            ul {
                font-size: f.px(10);
                font-weight: 300;
                line-height: f.px(13);
                display: flex;
                flex-direction: column;
                gap: f.px(13);
                width: fit-content;

                @include m.mq(pc) {
                    font-size: f.px(15);
                    line-height: f.px(20);
                    gap: f.px(20);
                    min-width: f.px(204);
                }
            }

            .c-btn--arrow--circle {
                justify-self: flex-end;
                margin-left: auto;
                margin-right: f.px(50);
                @include m.size(309, 50);
            }
        }
    }

    &__button {
        display: none;

        @include m.mq(pc) {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: f.px(20);
            width: fit-content;
            margin: f.px(-5) f.px(0) f.px(27) auto;
            min-height: f.px(50);

            .c-btn--arrow--circle {
                padding-left: f.px(30);
                padding-right: f.px(15);
            }
        }
    }

    &__sns {
        display: flex;
        gap: f.px(32);

        @include m.mq(pc) {
            gap: f.px(55);
        }

        >* {
            @include m.size(21, 21);
            display: block;
            background-size: contain;
            background-repeat: no-repeat;

            @include m.mq(pc) {
                @include m.size(35, 35);
            }
        }

        [href*='instagram.com'] {
            background-image: url('../img/common/icon_instagram.svg');
        }

        [href*='facebook.com'] {
            background-image: url('../img/common/icon_facebook.svg');
        }

        [href*='twitter.com'] {
            background-image: url('../img/common/icon_twitter.svg');
        }

        [href*='youtube.com'] {
            background-image: url('../img/common/icon_youtube.svg');
        }
    }

    &__copyright {
        padding-top: f.px(10);
        height: f.px(49);

        @include m.mq(pc) {
            padding-top: f.px(11);
            height: f.px(60);
            width: f.px(1300);
            margin: auto;
        }

        span {
            transform: scale(0.8);
            text-align: right;
            display: block;
            transform-origin: top right;
            font-size: f.px(10);
            line-height: f.px(14);
            font-family: v.$en-font;
            font-weight: 600;

            @include m.mq(pc) {
                transform: unset;
                font-weight: 900;
            }
        }
    }
}

*/
.p-progress {
  display: flex;
  position: relative;
  gap: 0.2rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-progress {
    flex-direction: column;
    gap: 0.3rem;
  }
}
.p-progress::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 1px solid white;
}
@media screen and (min-width: 768px) {
  .p-progress::before {
    top: 0;
    left: 50%;
    border-bottom: unset;
    border-left: 1px solid white;
    width: 0rem;
    height: 100%;
  }
}
.p-progress__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  width: 1.04rem;
  height: 0.4rem;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  line-height: 0.19rem;
  font-weight: 600;
  letter-spacing: 0.028em;
  border: 1px solid white;
  color: white;
  background-color: black;
}
@media screen and (min-width: 768px) {
  .p-progress__wrapper {
    width: 1.54rem;
    height: 0.59rem;
    font-size: 0.18rem;
    line-height: 0.24rem;
    letter-spacing: 0.04em;
  }
}
.p-progress__wrapper[progress=input] {
  background-color: white;
  color: black;
}

[data-template*=confirm] .p-progress__wrapper[progress=confirm] {
  color: black;
  background-color: white;
}
[data-template*=confirm] .p-progress__wrapper[progress=input] {
  color: white;
  background-color: black;
}

[data-template*=complete] .p-progress__wrapper[progress=complete] {
  color: black;
  background-color: white;
}
[data-template*=complete] .p-progress__wrapper[progress=input] {
  color: white;
  background-color: black;
}

.p-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.26rem;
  font-size: 0.12rem;
  line-height: 0.17rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form {
    gap: 0.3rem;
    font-size: 0.15rem;
    line-height: 0.21rem;
  }
}
.p-form a {
  text-decoration: underline;
}
.p-form .mwform-checkbox-field {
  display: flex;
}
.p-form .mwform-checkbox-field .mwform-checkbox-field-text {
  display: none;
}
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=datepicker],
.p-form select,
.p-form textarea {
  width: 100%;
  min-height: 0.35rem;
  padding-top: 0.06rem;
  padding-left: 0.11rem;
  padding-right: 0.11rem;
  padding-bottom: 0.06rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  background-color: transparent;
  border-radius: 0.1rem;
  border: 1px solid white;
  outline: unset;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-form input[type=text],
  .p-form input[type=email],
  .p-form input[type=datepicker],
  .p-form select,
  .p-form textarea {
    font-size: 0.15rem;
  }
}
.p-form input[type=text]::-moz-placeholder, .p-form input[type=email]::-moz-placeholder, .p-form input[type=datepicker]::-moz-placeholder, .p-form select::-moz-placeholder, .p-form textarea::-moz-placeholder {
  color: #6C6A6A;
}
.p-form input[type=text]::placeholder,
.p-form input[type=email]::placeholder,
.p-form input[type=datepicker]::placeholder,
.p-form select::placeholder,
.p-form textarea::placeholder {
  color: #6C6A6A;
}
.p-form input:-webkit-autofill {
  background-color: transparent;
}
.p-form input:autofill {
  background-color: transparent;
}
.p-form textarea {
  min-height: 1.71rem;
}
.p-form input[type=file] {
  display: none !important;
}
.p-form select option {
  background-color: black;
}
.p-form__2column {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-form__2column {
    flex-direction: row;
    justify-content: space-between;
  }
  .p-form__2column .p-form__item {
    width: 3.9rem;
  }
}
.p-form__hor {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
}
.p-form__hor * {
  margin-left: unset !important;
}
@media screen and (min-width: 768px) {
  .p-form__hor {
    padding-left: 0.1rem;
    gap: 0.3rem;
  }
}
.p-form__hor .error {
  width: 100%;
}
.p-form__flex {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-form__flex {
    gap: 0.2rem;
  }
}
.p-form__flex--elm {
  display: flex;
  flex-wrap: wrap;
  gap: 0.05rem 0.2rem;
  align-items: center;
}
.p-form__flex span:first-child {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__flex span:first-child {
    width: 3rem;
    text-align: right;
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
.p-form__flex input[type=text] {
  width: 2.6rem;
}
.p-form__file {
  display: flex;
  flex-direction: column;
  font-size: 0.12rem;
  letter-spacing: 0.04em;
  line-height: 0.16rem;
}
.p-form__file:not(:nth-last-of-type(1)) {
  margin-bottom: 0.1rem;
}
.p-form__file label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.09rem;
  width: 100%;
  border-radius: 0.06rem;
  border: 1px solid white;
  padding: 0.08rem 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-form__file label {
    gap: 0.05rem 0.27rem;
    padding: 0.09rem 0.2rem;
    flex-wrap: nowrap;
  }
}
.p-form__file label:not(:nth-last-of-type(1)) {
  margin-bottom: 0.1rem;
}
.p-form__file label .mwform-file-delete {
  display: none;
}
.p-form__file label .error {
  width: 100%;
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.p-form__file strong {
  cursor: pointer;
  width: 1.08rem;
  height: 0.19rem;
  border-radius: 0.04rem;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-form__file strong {
    width: 1.65rem;
    height: 0.3rem;
    font-size: 0.16rem;
  }
}
.p-form__file--name, .p-form__file .mw-wp-form_file {
  flex-grow: 1;
  word-break: break-all;
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__file--name, .p-form__file .mw-wp-form_file {
    text-align: left;
    width: 2.4rem;
    font-size: 0.18rem;
    line-height: 0.24rem;
  }
}
.p-form__file .mw-wp-form_file ~ .p-form__file--name, .p-form__file .mw-wp-form_file ~ .mw-wp-form_file {
  display: none;
}
.p-form__item {
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-form__item {
    flex-direction: row;
    justify-content: flex-end;
    gap: 0.74rem;
  }
}
.p-form__item dt {
  font-size: 0.14rem;
  line-height: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-form__item dt {
    font-size: 0.2rem;
    line-height: 0.29rem;
    padding-left: 0.1rem;
    text-align: right;
    padding-top: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  .p-form__item dd {
    width: 4.82rem;
  }
}
.p-form__item .error {
  order: 100;
}
.p-form__item--caution {
  color: #F00000;
  padding-top: 0.05rem;
  font-size: 0.11rem;
  line-height: 0.16rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-form__item--caution {
    padding: 0;
    font-size: 0.14rem;
    line-height: 0.25rem;
  }
}
.p-form__item--required dt span::after {
  content: "*";
}
.p-form__item--required dt i {
  padding-left: 0.5em;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-form__item--half {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.21rem;
  }
  .p-form__item--half input {
    width: 3.9rem !important;
  }
  .p-form__item--half .error {
    width: 100%;
  }
}
.p-form__item--agreement {
  margin-top: -0.25rem;
  margin-bottom: 0.2rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-form__item--agreement {
    margin-top: -0.03rem;
    margin-bottom: 0.19rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-form__item--agreement dt {
  display: none;
}
.p-form__item--agreement dd {
  display: flex;
  flex-wrap: wrap;
}
.p-form__item--agreement dd .error {
  width: 100%;
}
.p-form__desc {
  margin-top: 0.07rem;
  margin-bottom: 0.05rem;
  font-size: 0.1rem;
  line-height: 0.14rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-form__desc {
    margin-bottom: 0.2rem;
    font-size: 0.13rem;
    line-height: 0.2rem;
  }
}
.p-form__desc strong {
  font-weight: 400;
  font-family: "Avenir", sans-serif;
}
.p-form__desc i {
  font-style: normal;
  display: inline-block;
}
.p-form__btn {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-form__btn {
    justify-content: flex-end;
    gap: 0.2rem;
  }
}
.p-form__btn [name=submitConfirm] {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-form__btn [name=submitConfirm] {
    margin-right: unset;
  }
}
.p-form__btn [for=customer-back],
.p-form__btn [for=customer-submit] {
  display: none;
}
.p-form__hidden {
  display: none;
}

.mw_wp_form_confirm .p-form__item--caution {
  display: none;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .p-form__item dt {
    padding-top: unset;
  }
}
.mw_wp_form_confirm .p-form__item dd {
  font-size: 0.14rem;
  line-height: 0.18rem;
  padding-left: 0.065rem;
  font-family: "Avenir", sans-serif, "NotoJP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .p-form__item dd {
    padding-left: unset;
    padding-top: 0.05rem;
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
.mw_wp_form_confirm .p-form__item--agreement {
  margin-top: unset;
  margin-bottom: unset;
}
.mw_wp_form_confirm .p-form__item--agreement dt {
  display: block;
}
.mw_wp_form_confirm .p-form__item--agreement span,
.mw_wp_form_confirm .p-form__item--agreement label {
  display: none;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .p-form__2column {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.mw_wp_form_confirm .p-form__flex--elm span {
  width: -moz-fit-content;
  width: fit-content;
}
.mw_wp_form_confirm .p-form__file {
  margin-bottom: 0.15rem;
}
.mw_wp_form_confirm .p-form__file label {
  border: none;
  padding: 0;
  font-size: 0.15rem;
  line-height: 0.16rem;
}
.mw_wp_form_confirm .p-form__file label strong {
  display: none;
}
.mw_wp_form_confirm .p-form__file label small {
  display: none;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .p-form__btn {
    margin-top: 0.6rem;
    gap: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .p-form__btn [for=customer-back],
  .mw_wp_form_confirm .p-form__btn [for=customer-submit] {
    width: 1.89rem;
    height: 0.59rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}

.p-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-accordion {
    gap: 0.3rem;
  }
}
.p-accordion__switch {
  display: none;
}
.p-accordion__switch:checked ~ .p-accordion__child {
  height: auto;
  opacity: 1;
  padding-top: 0.19rem;
}
@media screen and (min-width: 768px) {
  .p-accordion__switch:checked ~ .p-accordion__child {
    padding-top: 0.42rem;
  }
}
.p-accordion__switch:checked ~ .p-accordion__parent::after {
  transform: translateY(-50%) rotate(90deg);
}
.p-accordion__wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.p-accordion__parent {
  position: relative;
  width: 100%;
  height: 0.23rem;
  display: flex;
  align-items: center;
  padding-left: 0.25rem;
  color: white;
  font-size: 0.14rem;
  line-height: 0.19rem;
  font-weight: 900;
  font-style: italic;
  background-color: #F00000;
  cursor: pointer;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-accordion__parent {
    height: 0.46rem;
    padding-left: 0.4rem;
    font-size: 0.25rem;
    line-height: 0.34rem;
  }
}
.p-accordion__parent::after {
  display: block;
  content: "";
  position: absolute;
  right: 0.25rem;
  top: 50%;
  width: 0.1012rem;
  height: 0.1742rem;
  transform: translateY(-50%);
  transition: 0.3s;
  background-image: url("../img/common/arrow_8x16_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-accordion__parent::after {
    right: 0.26rem;
    width: 0.1698rem;
    height: 0.3112rem;
    background-image: url("../img/common/arrow_15x30_right.svg");
  }
}
.p-accordion__child {
  height: 0;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
}
.p-accordion__link {
  display: flex;
  flex-direction: column;
  gap: 0.19rem;
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 700;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.27rem;
}
@media screen and (min-width: 768px) {
  .p-accordion__link {
    padding-left: unset;
    padding-right: unset;
    padding-bottom: 0.84rem;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 0.16rem;
    line-height: 0.22rem;
    gap: 0.8rem 0;
  }
}
.p-accordion__link a {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-accordion__link a {
    width: 33.33%;
  }
}
.p-accordion__link a::after {
  content: "";
  background-image: url("../img/common/arrow_simple_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.0561rem;
  height: 0.1122rem;
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .p-accordion__link a::after {
    width: 0.0949rem;
    height: 0.1898rem;
  }
}
@media screen and (min-width: 768px) {
  .p-accordion__store {
    padding-bottom: 0.6rem;
  }
}
.p-accordion__local {
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  border-bottom: 1px solid white;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-accordion__local {
    margin-bottom: 0.3rem;
    padding-bottom: 0.29rem;
    padding-left: 0.5rem;
    flex-direction: row;
  }
}
.p-accordion__local:nth-last-of-type(1) {
  margin-bottom: unset;
  padding-bottom: unset;
  border-bottom: unset;
}
.p-accordion__local h4 {
  font-size: 0.16rem;
  line-height: 0.22rem;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-accordion__local h4 {
    font-size: 0.18rem;
    line-height: 0.25rem;
    width: 1.36rem;
  }
}
.p-accordion__local ul {
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-accordion__local ul {
    gap: 0.3rem;
  }
}
.p-accordion__local ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.1rem;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-accordion__local ul li {
    gap: 0.1rem unset;
  }
}
.p-accordion__local--name {
  font-size: 0.14rem;
  line-height: 0.3rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin-bottom: 0.09rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-accordion__local--name {
    font-size: 0.18rem;
    line-height: 0.3rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0.6rem;
    margin-bottom: unset;
  }
}
.p-accordion__local--tel {
  font-family: "Avenir", sans-serif;
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-accordion__local--tel {
    font-size: 0.16rem;
    line-height: 0.22rem;
    margin-right: 0.3rem;
  }
}
.p-accordion__local--zip {
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-accordion__local--zip {
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
}

.p-magazine-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-magazine-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.p-magazine-list__wrapper {
  flex: none;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-magazine-list__wrapper {
    width: 3.78rem;
  }
}
.p-magazine-list__info {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-magazine-list__info {
    margin-bottom: 0.03rem;
  }
}
.p-magazine-list__date {
  font-family: "Avenir", sans-serif;
  font-size: 0.15rem;
  line-height: 0.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-magazine-list__date {
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
}
.p-magazine-list__category {
  height: 0.15rem;
  font-size: 0.1rem;
  line-height: 0.14rem;
  font-weight: 600;
  padding-left: 0.02rem;
  padding-right: 0.02rem;
  padding-bottom: 0.1em;
  border: 1px solid white;
}
@media screen and (min-width: 768px) {
  .p-magazine-list__category {
    font-size: 0.17rem;
    line-height: 0.17rem;
    padding-left: 0.05rem;
    padding-right: 0.05rem;
    height: 0.21rem;
  }
}
.p-magazine-list__thumb {
  position: relative;
  width: 100%;
  height: 2.06rem;
  margin-bottom: 0.09rem;
}
@media screen and (min-width: 768px) {
  .p-magazine-list__thumb {
    height: 2.33rem;
    margin-bottom: 0.15rem;
  }
}
.p-magazine-list__thumb::after {
  content: "記事を読む";
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  border: 1px solid white;
  height: 0.21rem;
  font-size: 0.15rem;
  line-height: 0.2rem;
  font-weight: 300;
  padding-left: 0.08rem;
  padding-right: 0.08rem;
  padding-bottom: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-magazine-list__thumb::after {
    display: none;
  }
}
.p-magazine-list__thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-magazine-list__title {
  width: 100%;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-magazine-list__title {
    font-size: 0.16rem;
    line-height: 0.22rem;
    letter-spacing: 0.015em;
  }
}
.p-magazine-list__content {
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 300;
}

.p-information-list {
  display: flex;
  flex-direction: column;
}
.p-information-list__wrapper {
  position: relative;
  display: flex;
  gap: 0.1rem;
  align-items: center;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid white;
}
@media screen and (min-width: 768px) {
  .p-information-list__wrapper {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    gap: 0.4rem;
  }
}
.p-information-list__thumb {
  display: block;
  margin: 0;
  width: 1.2rem;
  height: 0.83rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-information-list__thumb {
    width: 2.05rem;
    height: 1.39rem;
  }
}
.p-information-list__thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-information-list__text {
    width: 5.33rem;
  }
}
.p-information-list__title {
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 0.25rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-information-list__title {
    font-size: 0.22rem;
    line-height: 0.3rem;
    margin-bottom: 0.12rem;
  }
}
.p-information-list__info {
  display: flex;
  align-items: baseline;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-information-list__info {
    gap: 0.15rem;
    margin-bottom: 0.2rem;
  }
}
.p-information-list__date {
  font-family: "Avenir", sans-serif;
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-information-list__date {
    font-size: 0.18rem;
    line-height: 0.24rem;
  }
}
.p-information-list__category {
  font-family: "Avenir", sans-serif;
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 400;
  border: 1px solid white;
  padding-left: 0.02rem;
  padding-right: 0.02rem;
}
@media screen and (min-width: 768px) {
  .p-information-list__category {
    font-size: 0.16rem;
    line-height: 0.21rem;
  }
}
.p-information-list__content {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-information-list__content {
    display: block;
    font-size: 0.15rem;
    line-height: 0.2rem;
    font-weight: 400;
  }
}
.p-information-list__button {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-information-list__button {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0.3rem;
    right: 0;
    gap: 0.31rem;
    font-size: 0.15rem;
    line-height: 0.2rem;
    font-weight: 400;
  }
  .p-information-list__button::after {
    display: block;
    content: "";
    background-image: url("../img/common/arrow_simple_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 0.0926rem;
    height: 0.1853rem;
  }
}
.p-information-list__pagination {
  padding-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-information-list__pagination {
    padding-top: 0.5rem;
  }
}
.p-information-list__pagination .pagination {
  font-family: "Avenir", sans-serif;
  font-size: 0.12rem;
  line-height: 0.15rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-information-list__pagination .pagination {
    font-size: 0.17rem;
    line-height: 0.23rem;
  }
}
.p-information-list__pagination .pagination ul.page-numbers {
  display: flex;
  gap: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-information-list__pagination .pagination ul.page-numbers {
    gap: 0.29rem;
  }
}
.p-information-list__pagination .pagination ul.page-numbers li {
  width: 0.16rem;
  height: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-information-list__pagination .pagination ul.page-numbers li {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.p-information-list__pagination .pagination ul.page-numbers li span {
  width: 100%;
  height: 100%;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-information-list__pagination .pagination ul.page-numbers li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-information-list__pagination .pagination ul.page-numbers li .dots {
  border: unset;
}
.p-information-list__pagination .pagination .prev.page-numbers {
  background-image: url("../img/common/arrow_simple_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.0524rem;
  height: 0.1048rem;
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .p-information-list__pagination .pagination .prev.page-numbers {
    width: 0.0981rem;
    height: 0.1963rem;
  }
}
.p-information-list__pagination .pagination .next.page-numbers {
  background-image: url("../img/common/arrow_simple_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.0524rem;
  height: 0.1048rem;
}
@media screen and (min-width: 768px) {
  .p-information-list__pagination .pagination .next.page-numbers {
    width: 0.0981rem;
    height: 0.1963rem;
  }
}

.p-information__header {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  margin-bottom: 0.14rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-information__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.16rem;
    margin-bottom: unset;
    border-bottom: 1px solid white;
  }
}
.p-information__title {
  font-size: 0.17rem;
  line-height: 0.22rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-information__title {
    font-size: 0.25rem;
    line-height: 0.33rem;
    max-width: 70%;
  }
}
.p-information__info {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  font-family: "Avenir", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-information__info {
    gap: 0.15rem;
  }
}
.p-information__date {
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-information__date {
    font-size: 0.18rem;
    line-height: 0.24rem;
  }
}
.p-information__category {
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 400;
  border: 1px solid white;
  padding-left: 0.03rem;
  padding-right: 0.03rem;
}
@media screen and (min-width: 768px) {
  .p-information__category {
    font-size: 0.16rem;
    line-height: 0.21rem;
  }
}
.p-information__top {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: 100%;
  border-bottom: 1px solid white;
}
@media screen and (min-width: 768px) {
  .p-information__top {
    flex-direction: row;
    gap: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.p-information__thumb {
  width: 100%;
  height: 2.3rem;
  margin: 0;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-information__thumb {
    width: 4.86rem;
    height: 4.06rem;
  }
}
.p-information__thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-information__desc {
  padding-bottom: 0.2rem;
  font-size: 0.12rem;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  .p-information__desc {
    flex-grow: 1;
    padding-bottom: unset;
    font-size: 0.17rem;
    line-height: 140%;
  }
}
.p-information__content {
  padding-top: 0.2rem;
  padding-bottom: 0.5rem;
  font-size: 0.12rem;
  font-weight: 600;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  .p-information__content {
    padding-top: 0.5rem;
    font-size: 0.17rem;
    line-height: 140%;
    padding-bottom: 3.52rem;
  }
}

.p-article-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.19rem;
}
@media screen and (min-width: 768px) {
  .p-article-button {
    gap: 0.9rem;
  }
}
.p-article-button [end] {
  opacity: 0.7;
  pointer-events: none;
}
.p-article-button__next, .p-article-button__prev {
  font-family: "Avenir", sans-serif;
  flex: none;
  font-size: 0.1rem;
  display: flex;
  align-items: center;
  gap: 0.07rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-article-button__next, .p-article-button__prev {
    gap: 0.1rem;
    font-size: 0.17rem;
    line-height: 0.23rem;
  }
}
.p-article-button__next span, .p-article-button__prev span {
  transform: scale(0.9);
}
@media screen and (min-width: 768px) {
  .p-article-button__next span, .p-article-button__prev span {
    transform: unset;
  }
}
.p-article-button__next::after, .p-article-button__prev::after {
  content: "";
  width: 0.189rem;
  height: 0.0754rem;
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-article-button__next::after, .p-article-button__prev::after {
    width: 0.32rem;
    height: 0.1277rem;
  }
}
.p-article-button__prev {
  flex-direction: row-reverse;
}
.p-article-button__prev::after {
  content: "";
  transform: scaleX(-1);
}

.p-category {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.35rem;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 0.16rem;
  letter-spacing: 0.015em;
}
@media screen and (min-width: 768px) {
  .p-category {
    flex-direction: row;
    justify-content: center;
    gap: 0.3rem 0.7rem;
    font-size: 0.24rem;
    line-height: 0.33rem;
  }
}
.p-category [data-current-category]::after {
  border-color: #F00000 !important;
}
.p-category a {
  position: relative;
  padding-left: 0.2em;
  padding-right: 0.2em;
  padding-bottom: 0.2em;
  text-transform: uppercase;
}
.p-category a:hover::after {
  width: 0rem;
}
.p-category a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  transform: translateX(-50%);
  transition: 0.3s;
  border-bottom: 1px solid #898888;
}
@media screen and (min-width: 768px) {
  .p-category a::after {
    border-width: 1px;
  }
}

.p-product-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-product-content {
    gap: 1.2rem;
  }
}
.p-product-content__wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-product-content__wrapper {
    display: flex;
    gap: 0.43rem;
  }
}
.p-product-content__image {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: unset;
  width: 100vw;
  height: 1.5rem;
  margin: 0;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-product-content__image {
    display: none;
    transform: unset;
    left: unset;
    width: 100%;
    max-width: unset;
    height: calc((100% - 1.11rem * (var(--num) - 1)) / var(--num));
    max-height: 4.83rem;
  }
}
.p-product-content__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-product-content__image--container {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-product-content__image--container {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0.2rem;
    display: flex;
    flex-direction: column;
    gap: 1.11rem;
    width: 3.07rem;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-product-content__image--container .p-product-content__image {
    display: block;
    margin: 0;
  }
  .p-product-content__image--container .p-product-content__image:nth-of-type(2n + 1) {
    left: 0.8rem;
  }
}
.p-product-content__title {
  display: flex;
  align-items: baseline;
  gap: 0.1rem;
  margin-bottom: 0.11rem;
}
@media screen and (min-width: 768px) {
  .p-product-content__title {
    min-width: 3.13rem;
    width: 3.13rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: unset;
  }
}
.p-product-content__title strong {
  font-family: "Avenir", sans-serif;
  font-size: 0.23rem;
  line-height: 0.3rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-product-content__title strong {
    font-size: 0.45rem;
    line-height: 0.6rem;
  }
}
.p-product-content__title small {
  font-size: 0.1rem;
  letter-spacing: 0.06em;
  line-height: 0.14rem;
}
@media screen and (min-width: 768px) {
  .p-product-content__title small {
    font-size: 0.16rem;
    line-height: 0.21rem;
    margin-top: -0.03rem;
  }
}
.p-product-content__content {
  font-size: 0.12rem;
  line-height: 0.16rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-product-content__content {
    font-size: 0.14rem;
    line-height: 0.2rem;
    max-width: 5.5rem;
  }
  .p-product-content__content p {
    width: 4.65rem;
  }
}
.p-product-content__icon {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.37rem;
  margin: 0.76rem 0 0 !important;
}
@media screen and (min-width: 768px) {
  .p-product-content__icon {
    margin: 0.3rem 0 0 !important;
    width: 6rem;
    gap: 0.07rem 0.51rem;
  }
}
.p-product-content__icon--wrapper {
  width: 0.73rem;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .p-product-content__icon--wrapper {
    width: 1rem;
  }
}
.p-product-content__icon--wrapper img {
  display: block;
  width: 100%;
  height: 0.64rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 !important;
}
.p-product-content__icon--wrapper figcaption {
  font-family: "Avenir", sans-serif;
  font-size: 0.1rem;
  line-height: 0.14rem;
  transform: scale(0.8);
  transform-origin: top center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-product-content__icon--wrapper figcaption {
    transform: unset;
  }
}

.p-color {
  display: flex;
  align-items: center;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-color::before {
    content: "color";
    font-family: "Avenir", sans-serif;
    font-size: 0.15rem;
    line-height: 0.2rem;
    font-weight: 400;
  }
}
.p-color:not(:has(.p-color__elm)) {
  display: none;
}
.p-color__container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.05rem;
}
.p-color__elm {
  display: flex;
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}
.p-color__elm:active::before {
  opacity: 1;
  width: 115%;
  height: 115%;
  border-color: white;
}
.p-color__elm:hover::before {
  opacity: 1;
  width: 115%;
  height: 115%;
  border-color: white;
}
.p-color__elm::before {
  content: "";
  opacity: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition: 0.3s;
}
.p-color__elm--left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color_left);
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-color__elm--right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: var(--color_right);
  overflow: hidden;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.p-parts {
  display: flex;
  flex-direction: column;
  gap: 0.47rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-parts {
    padding-left: 0.4rem;
    gap: 0.56rem;
  }
}
.p-parts__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-parts__wrapper {
    gap: 0.47rem;
    flex-direction: row;
  }
}
.p-parts__left {
  flex: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-parts__left {
    width: 7.7rem;
  }
}
.p-parts__name {
  font-size: 0.14rem;
  line-height: 0.19rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin-bottom: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-parts__name {
    font-size: 0.2rem;
    line-height: 0.27rem;
    letter-spacing: 0.01em;
    font-weight: 700;
    margin-bottom: 0.36rem;
  }
}
.p-parts__table {
  width: 100%;
}
.p-parts__table thead {
  border-bottom: 1px solid #707070;
}
.p-parts__table thead th {
  text-align: left;
  font-size: 0.1rem;
  font-weight: 400;
  line-height: 0.14rem;
  padding-bottom: 0.04rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-parts__table thead th {
    font-size: 0.15rem;
    line-height: 0.2rem;
    letter-spacing: 0.01em;
    padding-right: 1em;
    padding-top: 0.08rem;
    padding-bottom: 0.08rem;
  }
}
.p-parts__table thead th:nth-of-type(1) {
  width: 0.92rem;
}
@media screen and (min-width: 768px) {
  .p-parts__table thead th:nth-of-type(1) {
    width: 2.45rem;
    padding-left: 0.5em;
  }
}
.p-parts__table thead th:nth-of-type(2) {
  width: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-parts__table thead th:nth-of-type(2) {
    width: 2.33rem;
  }
}
.p-parts__table thead th:nth-of-type(3) {
  width: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-parts__table thead th:nth-of-type(3) {
    width: 1.86rem;
  }
}
.p-parts__table thead th:nth-of-type(4) {
  width: 0.45rem;
}
@media screen and (min-width: 768px) {
  .p-parts__table thead th:nth-of-type(4) {
    width: 0.95rem;
  }
}
.p-parts__table thead th span {
  display: inline-flex;
  align-items: baseline;
  transform: scale(0.9);
  transform-origin: left center;
  max-width: 111%;
  width: 111%;
}
@media screen and (min-width: 768px) {
  .p-parts__table thead th span {
    transform: unset;
    width: 100%;
    max-width: 100%;
  }
}
.p-parts__table thead th small {
  display: inline-block;
  transform: scale(0.8);
  transform-origin: left center;
}
@media screen and (min-width: 768px) {
  .p-parts__table thead th small {
    transform: unset;
  }
}
.p-parts__table tbody tr:nth-of-type(n+2) td {
  padding-left: unset;
}
.p-parts__table tbody td {
  text-align: left;
  font-size: 0.1rem;
  line-height: 0.13rem;
  font-weight: 400;
  padding-top: 0.03rem;
  padding-bottom: 0.03rem;
}
@media screen and (min-width: 768px) {
  .p-parts__table tbody td {
    font-size: 0.15rem;
    line-height: 0.2rem;
    letter-spacing: 0.01em;
    padding-right: 1em;
    padding-top: 0.08rem;
    padding-bottom: 0.08rem;
  }
}
@media screen and (min-width: 768px) {
  .p-parts__table tbody td:nth-of-type(1) {
    padding-left: 0.5em;
  }
}
.p-parts__table tbody td span {
  display: inline-flex;
  align-items: baseline;
  transform: scale(0.9);
  transform-origin: left center;
  max-width: 111%;
  width: 111%;
}
@media screen and (min-width: 768px) {
  .p-parts__table tbody td span {
    transform: unset;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-parts__right {
    width: 4.42rem;
  }
}
.p-parts__direction {
  position: relative;
  width: 100%;
  height: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.11rem;
  line-height: 0.15rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  border: 1px solid white;
  padding-bottom: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-parts__direction {
    font-size: 0.16rem;
    line-height: 0.21rem;
    height: 0.44rem;
  }
}
.p-parts__direction::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 66%;
  transform: translateY(-50%);
  width: 0.0456rem;
  height: 0.0813rem;
  background-image: url("../img/common/arrow_simple_bold_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-parts__direction::after {
    width: 0.06rem;
    height: 0.11rem;
  }
}
.p-parts__info {
  width: 100%;
  padding: 0.1rem;
  border: 1px solid white;
  border-bottom: unset;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-parts__info {
    padding: 0.15rem;
  }
}
.p-parts__info--top {
  display: flex;
  align-items: center;
  gap: 0.13rem;
}
@media screen and (min-width: 768px) {
  .p-parts__info--top {
    gap: 0.2rem;
  }
}
.p-parts__info--slider {
  width: 1.58rem;
  height: 1.41rem;
  background-color: white;
  position: relative;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-parts__info--slider {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-parts__info--slider--container {
  width: 100%;
  height: 100%;
}
.p-parts__info--slider--wrapper {
  width: 100%;
  height: 100%;
}
.p-parts__info--slider--slide {
  width: 100%;
  height: 100%;
  padding: 0.2rem;
}
.p-parts__info--slider--slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-parts__info--slider .swiper-button-prev {
  left: 0;
  transform: translateX(-40%) scaleX(-1);
  width: 0.2rem;
  height: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-parts__info--slider .swiper-button-prev {
    width: 0.27rem;
    height: 0.27rem;
  }
}
.p-parts__info--slider .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/common/arrow_right_red.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-parts__info--slider .swiper-button-next {
  right: 0;
  transform: translateX(40%);
  width: 0.2rem;
  height: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-parts__info--slider .swiper-button-next {
    width: 0.27rem;
    height: 0.27rem;
  }
}
.p-parts__info--slider .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/common/arrow_right_red.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-parts__info--brand {
  font-family: "Avenir", sans-serif;
  font-size: 0.1rem;
  line-height: 0.13rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-parts__info--brand {
    font-size: 0.12rem;
    line-height: 0.16rem;
    font-weight: 700;
  }
}
.p-parts__info--name {
  font-family: "Avenir", sans-serif, "NotoJP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 0.15rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-parts__info--name {
    font-size: 0.21rem;
    line-height: 0.22rem;
    margin-top: unset;
    margin-bottom: 0.04rem;
  }
}
.p-parts__info--option {
  font-size: 0.12rem;
  display: flex;
  flex-direction: column;
  gap: 0.03rem;
}
.p-parts__info--option dl {
  margin-bottom: 0.05rem;
}
.p-parts__info--option dl dt {
  font-weight: 700;
}
.p-parts__info--option dl dd {
  font-weight: 400;
}
.p-parts__info--color {
  margin-bottom: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-parts__info--color {
    margin-bottom: 0.07rem;
  }
  .p-parts__info--color .p-color__elm {
    width: 0.14rem;
    height: 0.14rem;
  }
}
.p-parts__info--dd {
  display: flex;
  flex-direction: column;
  margin-top: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-parts__info--dd {
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.04rem;
    margin-bottom: 0.17rem;
  }
}
.p-parts__info--dd strong,
.p-parts__info--dd i {
  font-family: "Avenir", sans-serif;
  font-size: 0.1rem;
  line-height: 0.14rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: YakuHanJP, "NotoJP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-parts__info--dd strong,
  .p-parts__info--dd i {
    font-size: 0.14rem;
    line-height: 0.16rem;
  }
}
.p-parts__info--dd span {
  font-size: 0.12rem;
  line-height: 0.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-parts__info--dd span {
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
}
.p-parts__info--message {
  display: block;
  font-size: 0.12rem;
  line-height: 0.2rem;
  font-weight: 400;
  margin-bottom: 0.17rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-parts__info--message {
    text-align: left;
    font-size: 0.12rem;
    line-height: 0.18rem;
    font-weight: 400;
    margin-bottom: 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-parts__info--message br {
    display: none;
  }
}
.p-parts__info--caution {
  display: block;
  font-size: 0.1rem;
  line-height: 0.16rem;
  font-weight: 400;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  .p-parts__info--caution {
    margin-bottom: 0.2rem;
  }
}
.p-parts__info--subject {
  display: block;
  font-size: 0.12rem;
  line-height: 0.15rem;
  letter-spacing: 0.02em;
  font-weight: 900;
  margin-bottom: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-parts__info--subject {
    font-size: 0.12rem;
    line-height: 0.15rem;
    margin-bottom: 0.05rem;
  }
}
.p-parts__info--content {
  font-size: 0.1rem;
  line-height: 0.14rem;
  letter-spacing: 0.01em;
  margin-bottom: 0.15rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-parts__info--content {
    font-size: 0.1rem;
    line-height: 0.13rem;
    margin-bottom: 0.39rem;
  }
}

.p-category-slider {
  position: relative;
  opacity: 0;
  transition: 0.5s;
  max-height: 3.35rem;
}
@media screen and (min-width: 768px) {
  .p-category-slider {
    max-height: 3.4rem;
  }
}
.p-category-slider--ready {
  opacity: 1;
}
.p-category-slider__container {
  position: relative;
}
.p-category-slider__slide.swiper-slide {
  width: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.03rem;
}
@media screen and (min-width: 768px) {
  .p-category-slider__slide.swiper-slide {
    gap: 0.1rem;
    width: 2.53rem;
  }
}
.p-category-slider__image {
  position: relative;
  --margin: 0.05rem;
  width: 100%;
  height: 1.15rem;
}
@media screen and (min-width: 768px) {
  .p-category-slider__image {
    --margin: 0.1rem;
    width: 100%;
    height: 2.53rem;
  }
}
.p-category-slider__image:hover {
  opacity: 1;
}
.p-category-slider__image:hover img {
  filter: brightness(0.3);
}
.p-category-slider__image:hover span {
  opacity: 1;
}
.p-category-slider__image span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - var(--margin) * 2);
  height: calc(100% - var(--margin) * 2);
  border: 1px solid white;
  font-family: "Avenir", sans-serif;
  font-size: 0.1rem;
  line-height: 0.14rem;
  font-weight: 700;
  letter-spacing: 0;
  transition: 0.5s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-category-slider__image span {
    font-size: 0.22rem;
    line-height: 0.28rem;
  }
}
.p-category-slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.p-category-slider__name {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
@media screen and (min-width: 768px) {
  .p-category-slider__name {
    gap: 0.04rem;
  }
}
.p-category-slider__name strong {
  font-family: "Avenir", sans-serif;
  font-size: 0.12rem;
  line-height: 0.16rem;
  letter-spacing: 0;
  font-weight: 700;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .p-category-slider__name strong {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
}
.p-category-slider__name span {
  font-size: 0.1rem;
  line-height: 0.14rem;
  font-weight: 400;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .p-category-slider__name span {
    font-weight: 600;
    font-size: 0.15rem;
    line-height: 0.2rem;
    letter-spacing: 0.015em;
  }
}

.p-slider-scrollbar {
  --color: #F00000;
  --bottom: -0.28rem;
}
@media screen and (min-width: 768px) {
  .p-slider-scrollbar {
    display: none;
  }
}
.p-slider-scrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 80%;
  left: 50%;
  bottom: var(--bottom);
  transform: translate(-50%, 100%);
  background-color: #E6E6E6;
}
@media screen and (min-width: 768px) {
  .p-slider-scrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
    display: none;
  }
}
.p-slider-scrollbar .swiper-scrollbar-drag {
  background: var(--color) !important;
}

.p-category-detail {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-category-detail {
    display: flex;
  }
}
.p-category-detail__nav {
  position: relative;
  font-family: "Avenir", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 700;
}
.p-category-detail__nav--container {
  position: sticky;
  top: 2rem;
  left: 0;
  width: 1.7rem;
}
.p-category-detail__nav--wrapper {
  width: 100%;
  padding-top: 0.12rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid white;
}
.p-category-detail__nav--top {
  cursor: pointer;
  width: 100%;
  display: flex;
  gap: 0.13rem;
  align-items: flex-end;
}
.p-category-detail__nav--top::before {
  content: "";
  display: block;
  width: 0.1001rem;
  height: 0.0571rem;
  background-image: url("../img/common/arrow_bottom_middle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0.07rem;
  transition: 0.3s;
}
.p-category-detail__nav--bottom {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  width: 100%;
  height: 0rem;
  transition: 0.3s;
  opacity: 0;
}
.p-category-detail__nav--bottom li {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.p-category-detail__nav--bottom li:hover::before {
  background-color: white;
}
.p-category-detail__nav--bottom li::before {
  content: "";
  flex: none;
  width: 0.24rem;
  height: 0.24rem;
  border: 1px solid white;
  transition: 0.3s;
}
.p-category-detail__nav--switch {
  display: none;
}
.p-category-detail__nav--switch:checked ~ .p-category-detail__nav--top::before {
  transform: rotate(180deg);
}
.p-category-detail__nav--switch:checked ~ .p-category-detail__nav--bottom {
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  padding-top: 0.15rem;
}
.p-category-detail__main {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.58rem;
}
@media screen and (min-width: 768px) {
  .p-category-detail__main {
    gap: 0.78rem;
    width: 10.6rem;
    margin-left: auto;
  }
}
.p-category-detail__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-category-detail__wrapper .c-heading--italic {
  margin-bottom: 0.31rem;
}
@media screen and (min-width: 768px) {
  .p-category-detail__wrapper .c-heading--italic {
    margin-bottom: 0.32rem;
  }
}
.p-category-detail__item {
  display: block;
  width: 100%;
  padding-left: 0.08rem;
  padding-right: 0.08rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-category-detail__item {
    width: 3.2rem;
  }
}
.p-category-detail__item-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.28rem;
}
@media screen and (min-width: 768px) {
  .p-category-detail__item-list {
    gap: 0.5rem 0.48rem;
    flex-direction: row;
  }
}
.p-category-detail__item--image {
  width: 100%;
  height: 2.5rem;
  padding-top: 0.14rem;
  padding-bottom: 0.14rem;
  background-color: white;
  margin-bottom: 0.04rem;
}
@media screen and (min-width: 768px) {
  .p-category-detail__item--image {
    height: 2.5rem;
    margin-bottom: 0.1rem;
  }
}
.p-category-detail__item--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-category-detail__item--info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.09rem;
  border-bottom: 1px solid white;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-category-detail__item--info {
    flex-direction: column;
    padding-bottom: 0.12rem;
    gap: unset;
  }
}
@media screen and (min-width: 768px) {
  .p-category-detail__item--info .p-color {
    align-self: flex-end;
  }
  .p-category-detail__item--info .p-color::before {
    content: "";
  }
}
.p-category-detail__item--name {
  width: 100%;
  font-family: "Avenir", sans-serif;
  font-size: 0.22rem;
  line-height: 0.3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-category-detail__item--name {
    font-size: 0.26rem;
    line-height: 0.34rem;
  }
}
.p-category-detail__item--price {
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  .p-category-detail__item--price {
    font-size: 0.14rem;
    line-height: 0.19rem;
    margin-bottom: 0.08rem;
  }
}
.p-category-detail__item--desc {
  padding-top: 0.09rem;
  width: 100%;
  font-size: 0.14rem;
  line-height: 0.22rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-category-detail__item--desc {
    font-size: 0.15rem;
    line-height: 0.25rem;
  }
}

.p-product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.29rem 0.4rem;
  padding-left: 0.07rem;
  padding-right: 0.07rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-product-list {
    padding-left: unset;
    padding-right: unset;
    gap: 0.72rem;
  }
}
.p-product-list__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  align-items: center;
  width: 1.19rem;
}
@media screen and (min-width: 768px) {
  .p-product-list__wrapper {
    width: 1.57rem;
    gap: 0.2rem;
  }
}
.p-product-list__image {
  width: 100%;
  height: 1.19rem;
}
@media screen and (min-width: 768px) {
  .p-product-list__image {
    height: 1.57rem;
  }
}
.p-product-list__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-product-list__info {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-product-list__info {
    gap: 0.08rem;
  }
}
.p-product-list__name {
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  font-size: 0.12rem;
  line-height: 0.14rem;
  letter-spacing: 0.03em;
  text-align: center;
  transform: scale(1.2);
}
.p-product-list__name span {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-product-list__name {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-product-list__price {
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 200;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-list__price {
    font-size: 0.14rem;
    line-height: 0.19rem;
  }
}

.p-heading-direction {
  display: flex;
  flex-direction: column;
  gap: 0.11rem;
}
@media screen and (min-width: 768px) {
  .p-heading-direction {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.7rem 0.51rem;
  }
  .p-heading-direction a {
    margin-top: 0.22rem;
  }
}

.p-information-simple {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-information-simple {
    flex-grow: 1;
  }
}
.p-information-simple__wrapper {
  display: flex;
  gap: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-information-simple__wrapper {
    width: 100%;
    gap: 0.18rem;
    position: relative;
    align-items: center;
  }
  .p-information-simple__wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.01rem;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.88) 45%, transparent 100%);
  }
}
.p-information-simple__thumb {
  flex: none;
  width: 1.26rem;
  height: 0.85rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-information-simple__thumb {
    width: 1.7rem;
    height: 1.15rem;
  }
}
.p-information-simple__thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-information-simple__info {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.02rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .p-information-simple__info {
    padding-bottom: 0.16rem;
    justify-content: flex-start;
    border-bottom: unset;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
  }
}
.p-information-simple__title {
  font-size: 0.15rem;
  line-height: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-information-simple__title {
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
}
.p-information-simple__date {
  font-family: "Avenir", sans-serif;
  font-size: 0.14rem;
  line-height: 0.25rem;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-information-simple__date {
    font-size: 0.14rem;
    line-height: 0.19rem;
  }
}

.p-magazine-slider {
  display: flex;
  gap: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-magazine-slider {
    gap: 1rem;
  }
}
.p-magazine-slider__wrapper {
  flex: none;
  width: 1.98rem;
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
}
@media screen and (min-width: 768px) {
  .p-magazine-slider__wrapper {
    width: 4.6rem;
    gap: 0.18rem;
  }
}
.p-magazine-slider__thumb {
  width: 100%;
  height: 1.22rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-magazine-slider__thumb {
    height: 2.83rem;
  }
}
.p-magazine-slider__thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-magazine-slider__info {
  padding-right: 0.1rem;
  width: 100%;
  min-height: 1.14rem;
  display: flex;
  flex-direction: column;
}
.p-magazine-slider__title {
  font-size: 0.14rem;
  line-height: 0.17rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-magazine-slider__title {
    font-size: 0.2rem;
    line-height: 0.28rem;
    font-weight: 700;
  }
}
.p-magazine-slider__description {
  font-size: 0.12rem;
  line-height: 0.15rem;
  font-weight: 400;
  margin-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  .p-magazine-slider__description {
    font-size: 0.12rem;
    line-height: 0.16rem;
    font-weight: 300;
    margin-bottom: 0.15rem;
  }
}
.p-magazine-slider .c-btn--simple {
  justify-self: flex-end;
}

.p-category-slider-top__slide {
  position: relative;
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) {
  .p-category-slider-top__slide {
    width: 2.65rem;
    height: 2.65rem;
  }
}
.p-category-slider-top__slide:hover {
  opacity: 1;
}
.p-category-slider-top__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.p-category-slider-top__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.65;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
}
.p-category-slider-top__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-category-slider-top__name {
  position: absolute;
  left: 0.06rem;
  bottom: 0.05rem;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-category-slider-top__name {
    left: 0.1rem;
    bottom: 0.08rem;
    max-width: 1.85rem;
    gap: unset;
  }
}
.p-category-slider-top__name strong {
  font-family: "Avenir", sans-serif;
  font-size: 0.12rem;
  line-height: 0.13rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-category-slider-top__name strong {
    font-size: 0.22rem;
    line-height: 0.25rem;
  }
}
.p-category-slider-top__name span {
  margin-top: -0.04rem;
  font-size: 0.1rem;
  line-height: 0.12rem;
  font-weight: 700;
  transform: scale(0.9);
  transform-origin: left top;
}
@media screen and (min-width: 768px) {
  .p-category-slider-top__name span {
    font-size: 0.15rem;
    line-height: 0.2rem;
    margin-top: unset;
    transform: unset;
  }
}
.p-category-slider-top__items {
  position: absolute;
  top: 0.05rem;
  right: 0.05rem;
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  font-size: 0.1rem;
  line-height: 0.11rem;
  transform: scale(0.8);
  transform-origin: top right;
  display: flex;
  align-items: baseline;
  gap: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-category-slider-top__items {
    top: unset;
    right: 0.1rem;
    bottom: 0.1rem;
    font-size: 0.15rem;
    line-height: 0.2rem;
    font-weight: 700;
  }
}
.p-category-slider-top__items::after {
  content: "ITEMS";
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-category-slider-top__items::after {
    font-size: 0.13rem;
    font-weight: 600;
    line-height: 0.18rem;
  }
}

.p-slider {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.3s;
}
.p-slider--ready {
  opacity: 1;
}

.p-lineup__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 0.98rem;
  height: 0.98rem;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-lineup__wrapper {
    width: 2rem;
    height: 2rem;
  }
}
.p-lineup__name {
  position: absolute;
  top: 0;
  left: 50%;
  padding-bottom: 0.15rem;
  box-sizing: content-box;
  height: -moz-fit-content;
  height: fit-content;
  transform: translate(-50%, -100%);
  font-family: "Avenir", sans-serif, "NotoJP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  text-align: center;
  font-size: 0.13rem;
  line-height: 0.18rem;
  font-weight: 600;
  color: #D5D2D2;
  margin-bottom: 0;
  max-width: unset;
  width: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__name {
    font-size: 0.27rem;
    line-height: 0.36rem;
    width: 2.3rem;
  }
}
.p-lineup__image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.p-lineup__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-lineup__description {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding-top: 0.12rem;
  transform: translate(-50%, 100%);
  max-width: 1.2rem;
  font-size: 0.1rem;
  line-height: 0.18rem;
  font-weight: 400;
  text-align: center;
  max-width: unset;
  width: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__description {
    padding-top: 0.17rem;
    font-size: 0.13rem;
    line-height: 0.2rem;
    width: 2.3rem;
  }
}

.p-gear-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-gear-list {
    justify-content: center;
    gap: 1rem;
  }
}
.p-gear-list__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  width: 1.05rem;
}
@media screen and (min-width: 768px) {
  .p-gear-list__wrapper {
    width: 2.5rem;
    gap: 0.02rem;
  }
}
.p-gear-list__image {
  width: 100%;
  height: 1.05rem;
}
@media screen and (min-width: 768px) {
  .p-gear-list__image {
    width: 100%;
    height: 2.5rem;
  }
}
.p-gear-list__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-gear-list__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #D5D2D2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-gear-list__name {
    gap: 0.08rem;
  }
}
.p-gear-list__name strong {
  font-family: "Avenir", sans-serif;
  font-size: 0.13rem;
  line-height: 0.18rem;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-gear-list__name strong {
    font-size: 0.24rem;
    line-height: 0.33rem;
  }
}
.p-gear-list__name span {
  font-size: 0.1rem;
  line-height: 0.13rem;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-gear-list__name span {
    font-size: 0.14rem;
    line-height: 0.19rem;
  }
}

.p-accessories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-accessories-list {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-accessories-list {
    justify-content: flex-start;
    gap: 0.47rem 0.7rem;
  }
}
.p-accessories-list__separate {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-accessories-list__separate {
    display: block;
    width: 100%;
    height: 0.02rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  }
}
.p-accessories-list__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1rem;
  gap: 0.04rem;
}
@media screen and (min-width: 768px) {
  .p-accessories-list__wrapper {
    width: 1.8rem;
  }
}
.p-accessories-list__image {
  width: 100%;
  height: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-accessories-list__image {
    width: 100%;
    height: 1.5rem;
  }
}
.p-accessories-list__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-accessories-list__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #D5D2D2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-accessories-list__name {
    gap: 0.08rem;
  }
}
.p-accessories-list__name budoux-ja {
  min-height: 2.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.11rem;
  line-height: 0.14rem;
  letter-spacing: 0.0105em;
  font-weight: 400;
}
.p-accessories-list__name budoux-ja span {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-accessories-list__name budoux-ja {
    font-size: 0.14rem;
    line-height: 0.19rem;
  }
}

.p-faq {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.p-faq__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-faq__title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.29rem;
  background-color: #F00000;
  padding-left: 0.2rem;
  font-size: 0.17rem;
  line-height: 0.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-faq__title {
    height: 0.55rem;
    font-size: 0.3rem;
    line-height: 0.44rem;
  }
}
.p-faq__element {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.25rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-faq__element {
    padding-left: 0.46rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.p-faq__element:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid #707070;
}
.p-faq__element a {
  color: #F00000;
  text-decoration: underline;
}
.p-faq__element strong,
.p-faq__element b {
  color: #F00000;
  font-weight: 700;
}
.p-faq__switch {
  display: none;
}
.p-faq__switch:checked ~ .p-faq__question {
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-faq__switch:checked ~ .p-faq__question {
    margin-bottom: 0.25rem;
  }
}
.p-faq__switch:checked ~ .p-faq__question .p-faq__question--mark::after {
  transform: scaleY(0);
}
.p-faq__switch:checked ~ .p-faq__answer {
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
}
.p-faq__question {
  position: relative;
  width: 100%;
  padding-left: 0.26rem;
  padding-right: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
  font-weight: 700;
  margin-top: 0.3rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-faq__question {
    margin-top: 0.5rem;
    font-size: 0.23rem;
    line-height: 0.3rem;
    letter-spacing: 0.03em;
    cursor: pointer;
    padding-left: 0.35rem;
  }
}
.p-faq__question::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Avenir", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-faq__question::before {
    top: 0.04rem;
    font-size: 0.23rem;
    line-height: 0.3rem;
  }
}
.p-faq__question--mark {
  position: absolute;
  top: 0.04rem;
  right: 0;
  transform: translateX(100%);
  content: "";
  width: 0.1rem;
  height: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-faq__question--mark {
    width: 0.2rem;
    height: 0.2rem;
  }
}
.p-faq__question--mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.01rem;
  transform: translateY(-50%);
  background-color: white;
}
.p-faq__question--mark::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 0.01rem;
  height: 100%;
  transform: translateX(-50%);
  background-color: white;
  transition: 0.3s;
}
.p-faq__answer {
  position: relative;
  width: 100%;
  padding-left: 0.26rem;
  padding-right: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
  font-weight: 700;
  transition: 0.3s;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-faq__answer {
    font-size: 0.23rem;
    line-height: 0.4rem;
    letter-spacing: 0.03em;
    padding-left: 0.35rem;
  }
}
.p-faq__answer::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Avenir", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-faq__answer::before {
    top: 0.1rem;
    font-size: 0.23rem;
    line-height: 0.3rem;
    letter-spacing: 0.03em;
  }
}

.p-2column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-2column {
    gap: 1.5rem;
  }
}
.p-2column__wrapper, .p-2column__wrapper--reverse {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-2column__wrapper, .p-2column__wrapper--reverse {
    flex-direction: row;
    align-items: center;
    gap: 1.31rem;
  }
}
@media screen and (min-width: 768px) {
  .p-2column__wrapper--reverse {
    flex-direction: row-reverse;
  }
  .p-2column__wrapper--reverse .p-2column__image--large .p-2column__image--large--target {
    left: 0;
    right: unset;
    transform: unset;
  }
  .p-2column__wrapper--reverse .p-2column__image--pc-large .p-2column__image--large--target {
    left: 0;
    transform: unset;
  }
}
.p-2column__image {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-2column__image {
    width: 5rem;
  }
}
.p-2column__image img {
  display: block;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .p-2column__image img {
    height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-2column__image--large {
    left: unset;
    max-width: 100%;
    transform: unset;
    width: 5rem;
  }
}
.p-2column__image--large .p-2column__image--large--target {
  height: 2.36rem;
  position: relative;
  left: 50%;
  max-width: unset;
  width: 100vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-2column__image--large .p-2column__image--large--target {
    width: 7rem;
    height: 4.9rem;
    max-width: unset;
    position: relative;
    left: 100%;
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px) {
  .p-2column__image--pc-large .p-2column__image--large--target {
    width: 7rem;
    height: 4.9rem;
    max-width: unset;
    position: relative;
    left: 100%;
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px) {
  .p-2column__text {
    width: 4rem;
    flex: none;
  }
}
.p-2column__text--title {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-2column__text--title {
    gap: 0.31rem;
    margin-bottom: 0.4rem;
  }
}
.p-2column__text--title span {
  font-size: 0.23rem;
  line-height: 0.32rem;
  letter-spacing: 0.0105em;
  font-weight: 700;
  font-style: italic;
  font-family: "Avenir", sans-serif;
  color: #F00000;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-2column__text--title span {
    font-size: 0.33rem;
    line-height: 0.45rem;
    letter-spacing: 0.015em;
  }
}
.p-2column__text--title strong {
  font-size: 0.32rem;
  line-height: 0.46rem;
  letter-spacing: 0.0105em;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-2column__text--title strong {
    font-size: 0.46rem;
    line-height: 0.66rem;
    letter-spacing: 0.015em;
  }
}
.p-2column__text--content {
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0.056em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-2column__text--content {
    font-size: 0.15rem;
    line-height: 0.32rem;
    letter-spacing: 0.08em;
  }
}

.c-btn, .c-btn--faq, .c-btn--internal, .c-btn--download, .c-btn--red, .c-btn--back, .c-btn--arrow--circle, .c-btn--arrow, .c-btn--read-more, .c-btn--external, .c-btn--round, .c-btn--simple {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-btn--simple {
  padding-left: 0.14rem;
  padding-right: 0.14rem;
  height: 0.2rem;
  padding-bottom: 0.2em;
  font-size: 0.1rem;
  line-height: 0.12rem;
  font-weight: 600;
  border: 1px solid white;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-btn--simple {
    font-size: 0.12rem;
    line-height: 0.16rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    height: 0.29rem;
  }
}
.c-btn--round {
  border-radius: 0.5rem;
  border: 1px solid white;
  justify-content: space-between;
  font-size: 0.1rem;
  line-height: 0.13rem;
  font-weight: 700;
  width: 1.0583rem;
  height: 0.193rem;
  padding-bottom: 0.02rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
@media screen and (min-width: 768px) {
  .c-btn--round {
    width: 1.29rem;
    height: 0.39rem;
    gap: 0.2rem;
    font-weight: 900;
    padding-bottom: 0.03rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.c-btn--round::after {
  content: "";
  width: 0.1453rem;
  height: 0.0777rem;
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn--external {
  width: 2.3rem;
  height: 0.33rem;
  gap: 0.18rem;
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 400;
  border-radius: 0.1rem;
  border: 1px solid #F00000;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-btn--external {
    width: 2.84rem;
    height: 0.41rem;
    font-size: 0.16rem;
    line-height: 0.21rem;
  }
}
.c-btn--external::after {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  background-image: url("../img/common/icon_external_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-btn--external::after {
    width: 0.14rem;
    height: 0.14rem;
  }
}
.c-btn--read-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.12rem;
  gap: 0.07rem;
  font-size: 0.13rem;
  line-height: 0.18rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-btn--read-more {
    width: 1.84rem;
    height: 0.53rem;
    border: 1px solid white;
    font-size: 0.2rem;
    line-height: 0.28rem;
    padding-bottom: 0.2em;
  }
}
.c-btn--read-more::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1232rem;
  background-image: url("../img/common/arrow_bottom_wide.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .c-btn--read-more::before {
    content: unset;
  }
}
.c-btn--arrow--circle {
  background-color: white;
  color: black;
  height: 0.5rem;
  border-radius: 0.1rem;
  gap: 0.23rem;
}
.c-btn--arrow--circle::after {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  background-image: url("../img/common/arrow_right_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn--next, .c-btn--prev {
  background-color: #F00000;
  display: flex;
  align-items: center;
  padding-left: 0.11rem;
  padding-right: 0.11rem;
  color: white;
  letter-spacing: 0.08em;
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 700;
  background-image: url("../img/common/arrow_simple_right.svg");
  background-size: 0.0677rem 0.1354rem;
  background-repeat: no-repeat;
  background-position: 90% 0.08rem;
  padding-bottom: 0.4em;
  width: 1.14rem;
  height: 0.3rem;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-btn--next, .c-btn--prev {
    font-size: 0.22rem;
    line-height: 0.3rem;
    padding-left: 0.59rem;
    padding-right: 0.59rem;
    width: 2.5rem;
    height: 0.59rem;
    background-position: 85% 0.175rem;
    background-size: 0.1173rem 0.2347rem;
  }
}
.c-btn--next:hover, .c-btn--prev:hover {
  opacity: 0.7;
}
.c-btn--prev {
  justify-content: flex-end;
  background-image: url("../img/common/arrow_simple_left.svg");
  background-position: 10% 0.08rem;
}
@media screen and (min-width: 768px) {
  .c-btn--prev {
    background-position: 15% 0.175rem;
  }
}
.c-btn--back {
  background-color: #F00000;
  color: white;
  width: 1.85rem;
  height: 0.32rem;
  gap: 0.1rem;
  padding-right: 0.2rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-btn--back {
    width: 3.16rem;
    height: 0.45rem;
    gap: 0.25rem;
    padding-right: 0.4rem;
  }
}
.c-btn--back::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
  background-image: url("../img/common/arrow_bottom_back.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.1121rem;
  height: 0.0631rem;
}
@media screen and (min-width: 768px) {
  .c-btn--back::after {
    width: 0.1379rem;
    height: 0.0831rem;
    right: 0.32rem;
  }
}
.c-btn--back strong {
  font-family: "Avenir", sans-serif;
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-btn--back strong {
    font-size: 0.16rem;
    line-height: 0.21rem;
  }
}
.c-btn--back span {
  font-size: 0.1rem;
  line-height: 0.14rem;
  font-weight: 700;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-btn--back span {
    font-size: 0.14rem;
    line-height: 0.19rem;
  }
}
.c-btn--red {
  background-color: #F00000;
  color: white;
  padding-left: 0.08rem;
  padding-right: 0.08rem;
  gap: 0.15rem;
  height: 0.26rem;
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  font-size: 0.13rem;
  line-height: 0.18rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-btn--red {
    height: 0.43rem;
    padding-left: 0.19rem;
    padding-right: 0.17rem;
    gap: 0.08rem;
    font-size: 0.15rem;
    line-height: 0.2rem;
    font-weight: 700;
  }
}
.c-btn--red::after {
  content: "";
  width: 0.0724rem;
  height: 0.1448rem;
  background-image: url("../img/common/arrow_right_red_button.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-btn--red::after {
    width: 0.1109rem;
    height: 0.1934rem;
  }
}
.c-btn--slider, .c-btn--slider--next, .c-btn--slider--prev {
  width: 0.1365rem;
  height: 0.2306rem;
  display: block;
  background-image: url("../img/common/arrow_right_slider.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
  cursor: pointer;
}
.c-btn--slider:hover, .c-btn--slider--next:hover, .c-btn--slider--prev:hover {
  opacity: 0.7;
}
.c-btn--slider--prev {
  transform: scaleX(-1);
}
.c-btn--download {
  border-radius: 0.5rem;
  width: 100%;
  height: 0.45rem;
  background-color: #F00000;
  font-size: 0.16rem;
  line-height: 0.22rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-right: 0.42rem;
  text-align: right;
  white-space: nowrap;
  justify-content: space-between;
  padding-left: 0.22rem;
  padding-right: 0.21rem;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-btn--download {
    width: 100%;
    height: 0.49rem;
    font-size: 0.25rem;
    font-weight: 700;
    line-height: 0.34rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.c-btn--download::after {
  content: "";
  width: 0.14rem;
  height: 0.13rem;
  background-image: url("../img/common/icon_external_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0.16rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-btn--download::after {
    width: 0.25rem;
    height: 0.23rem;
    right: 0.4rem;
  }
}
.c-btn--internal {
  width: 100%;
  min-height: 0.45rem;
  border-radius: 0.5rem;
  border: 0.015rem solid #F00000;
  padding: 0.12rem 0.21rem 0.12rem 0.3rem;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-btn--internal {
    padding: 0.08rem 0.5rem 0.1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-btn--internal:has(small) {
    padding-top: 0.13rem;
    padding-bottom: 0.14rem;
  }
}
.c-btn--internal::after {
  content: "";
  width: 0.13rem;
  height: 0.12rem;
  background-image: url("../img/common/icon_tri_red.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-btn--internal::after {
    width: 0.21rem;
    height: 0.19rem;
  }
}
.c-btn--internal span {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 0.02rem;
}
.c-btn--internal span strong {
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-btn--internal span strong {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
}
.c-btn--internal span small {
  font-size: 0.12rem;
  line-height: 0.16rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: -0.02rem;
}
@media screen and (min-width: 768px) {
  .c-btn--internal span small {
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
}
.c-btn--faq {
  border-radius: 0.08rem;
  gap: 0.15rem;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-left: 1em;
  background-color: #F00000;
  padding-bottom: 0.2em;
}
.c-btn--faq::after {
  content: "";
  width: 0.0753rem;
  height: 0.1rem;
  background-image: url("../img/common/arrow_right_8x10_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.c-page-header {
  padding-top: 0.15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-page-header {
    padding-top: 0rem;
  }
}
.c-page-header span {
  font-size: 0.3rem;
  line-height: 0.34rem;
  letter-spacing: 0.015em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-page-header span {
    font-size: 0.54rem;
    line-height: 0.72rem;
  }
}
.c-page-header strong {
  font-family: "Avenir", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 0.3rem;
  line-height: 0.4rem;
}
@media screen and (min-width: 768px) {
  .c-page-header strong {
    font-weight: 900;
    font-size: 0.8rem;
    line-height: 1.09rem;
  }
}
.c-page-header small {
  font-size: 0.13rem;
  line-height: 0.18rem;
  font-weight: 600;
  margin-top: -0.02rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .c-page-header small {
    font-size: 0.18rem;
    line-height: 0.24rem;
    margin-top: -0.12rem;
  }
}

.c-heading--simple {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.1rem;
}
@media screen and (min-width: 768px) {
  .c-heading--simple {
    gap: 0.21rem;
    align-items: baseline;
  }
}
.c-heading--simple strong {
  font-size: 0.23rem;
  font-weight: 700;
  line-height: 0.3rem;
  letter-spacing: 0.03em;
  font-family: "Avenir", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-heading--simple strong {
    font-size: 0.65rem;
    line-height: 0.89rem;
    font-weight: 900;
    letter-spacing: 0.015em;
    font-style: italic;
  }
}
.c-heading--simple small {
  font-size: 0.1rem;
  line-height: 0.13rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-heading--simple small {
    font-size: 0.18rem;
    line-height: 0.25rem;
    letter-spacing: 0.08em;
  }
}
.c-heading--italic, .c-heading--italic--vert {
  display: flex;
  gap: 0.11rem;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .c-heading--italic, .c-heading--italic--vert {
    gap: 0.31rem;
    margin-bottom: 0.3rem;
  }
}
.c-heading--italic strong, .c-heading--italic--vert strong {
  font-family: "Avenir", sans-serif;
  font-size: 0.25rem;
  line-height: 0.33rem;
  font-weight: 700;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .c-heading--italic strong, .c-heading--italic--vert strong {
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
}
.c-heading--italic small, .c-heading--italic--vert small {
  font-size: 0.1rem;
  line-height: 0.14rem;
  font-weight: 700;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-heading--italic small, .c-heading--italic--vert small {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
}
.c-heading--italic--vert {
  margin-bottom: unset;
}
@media screen and (min-width: 768px) {
  .c-heading--italic--vert {
    flex-direction: column;
    gap: 0rem;
  }
  .c-heading--italic--vert small {
    margin-top: -0.04rem;
  }
}
.c-heading--separate {
  display: flex;
  align-items: center;
  gap: 0 0.1rem;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-heading--separate {
    gap: 0.21rem;
  }
}
.c-heading--separate span {
  order: 1;
  font-family: "Avenir", sans-serif;
  font-size: 0.25rem;
  line-height: 0.34rem;
  letter-spacing: 0.0105em;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-heading--separate span {
    font-size: 0.42rem;
    line-height: 0.56rem;
  }
}
.c-heading--separate strong {
  order: 3;
  font-size: 0.19rem;
  line-height: 0.27rem;
  letter-spacing: 0.0105em;
  font-weight: 700;
  display: block;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-heading--separate strong {
    font-size: 0.35rem;
    line-height: 0.51rem;
  }
}
.c-heading--separate::before {
  content: "";
  order: 2;
  width: 0.03rem;
  height: 0.24rem;
  background-color: #F00000;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-heading--separate::before {
    width: 0.05rem;
    height: 0.39rem;
  }
}

.c-link {
  background-color: black;
  /* 背景色 */
  background-image: linear-gradient(to bottom, transparent calc(100% - 1px), white calc(100% - 1px), white 100%);
  padding-left: 0.2em;
}
.c-link::after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 0.08rem;
  background-image: url("../img/common/icon_link.svg");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  margin-right: 0.02rem;
}
@media screen and (min-width: 768px) {
  .c-link::after {
    width: 0.14rem;
    height: 0.11rem;
    margin-right: 0.03rem;
  }
}

.c-slider-scrollbar {
  --color: #F00000;
  --width: 2.5rem;
  --bottom: -0.33rem;
  --height: 0.04rem;
  background: #E6E6E6 !important;
  position: absolute;
  width: var(--width) !important;
  height: var(--height) !important;
  left: 50% !important;
  bottom: var(--bottom) !important;
  transform: translateX(-50%) !important;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .c-slider-scrollbar {
    --width: 8rem;
    --height: 0.07rem;
    --bottom: -0.8rem;
    height: 0.07rem !important;
  }
}
.c-slider-scrollbar .swiper-scrollbar-drag {
  height: 102%;
  background-color: var(--color) !important;
}

.u-width, .u-width--335-700, .u-width--335-900, .u-width--335-950, .u-width--295-870, .u-width--295-980, .u-width--295-1030, .u-width--295-1020, .u-width--295-1040, .u-width--295-1140, .u-width--335-1200, .u-width--335-1140, .u-width--295-1300, .u-width--335-1180, .u-width--295-1380, .u-width--335-1300 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .u-width, .u-width--335-700, .u-width--335-900, .u-width--335-950, .u-width--295-870, .u-width--295-980, .u-width--295-1030, .u-width--295-1020, .u-width--295-1040, .u-width--295-1140, .u-width--335-1200, .u-width--335-1140, .u-width--295-1300, .u-width--335-1180, .u-width--295-1380, .u-width--335-1300 {
    padding: 0;
    width: 13rem;
    padding-left: unset;
    padding-right: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
.u-width--295-1380 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
@media screen and (min-width: 768px) {
  .u-width--295-1380 {
    width: 13rem;
    padding-left: unset;
    padding-right: unset;
  }
}
.u-width--335-1180 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .u-width--335-1180 {
    width: 11.8rem;
    padding-left: unset;
    padding-right: unset;
  }
}
.u-width--295-1300 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
@media screen and (min-width: 768px) {
  .u-width--295-1300 {
    width: 13.8rem;
    padding-left: unset;
    padding-right: unset;
  }
}
.u-width--335-1140 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .u-width--335-1140 {
    width: 11.4rem;
    padding-left: unset;
    padding-right: unset;
  }
}
.u-width--335-1200 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .u-width--335-1200 {
    width: 12rem;
    padding-left: unset;
    padding-right: unset;
  }
}
.u-width--295-1140 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
@media screen and (min-width: 768px) {
  .u-width--295-1140 {
    width: 11.4rem;
    padding-left: unset;
    padding-right: unset;
  }
}
.u-width--295-1040 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
@media screen and (min-width: 768px) {
  .u-width--295-1040 {
    width: 10.4rem;
    padding-left: unset;
    padding-right: unset;
  }
}
.u-width--295-1020 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
@media screen and (min-width: 768px) {
  .u-width--295-1020 {
    width: 10.2rem;
    padding-left: unset;
    padding-right: unset;
  }
}
.u-width--295-1030 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
@media screen and (min-width: 768px) {
  .u-width--295-1030 {
    width: 10.3rem;
    padding-left: unset;
    padding-right: unset;
  }
}
.u-width--295-980 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
@media screen and (min-width: 768px) {
  .u-width--295-980 {
    width: 9.8rem;
    padding-left: unset;
    padding-right: unset;
  }
}
.u-width--295-870 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
@media screen and (min-width: 768px) {
  .u-width--295-870 {
    width: 8.7rem;
    padding-left: unset;
    padding-right: unset;
  }
}
.u-width--335-950 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .u-width--335-950 {
    width: 9.5rem;
    padding-left: unset;
    padding-right: unset;
  }
}
.u-width--335-900 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .u-width--335-900 {
    width: 9rem;
    padding-left: unset;
    padding-right: unset;
  }
}
.u-width--335-700 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .u-width--335-700 {
    width: 7rem;
    padding-left: unset;
    padding-right: unset;
  }
}

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

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.u-article {
  flex-grow: 1;
}
.u-article > * {
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .u-article > * {
    margin-bottom: 0.2rem;
  }
}
.u-article > *:first-child(1) {
  margin-top: unset !important;
}
.u-article .inner {
  margin-bottom: 2.97rem;
}
@media screen and (min-width: 768px) {
  .u-article .inner {
    margin-bottom: 2.82rem;
  }
}
.u-article .inner > * {
  margin-bottom: 2em;
}
.u-article .inner > *:first-child(1) {
  margin-top: unset !important;
}
.u-article .inner li {
  margin-bottom: 1em;
}
.u-article .inner li:nth-last-of-type(1) {
  margin-bottom: unset;
}
.u-article h1,
.u-article h2,
.u-article h3,
.u-article h4,
.u-article h5,
.u-article h6 {
  font-weight: 700;
  line-height: 150%;
}
.u-article h1 {
  font-size: 2em;
}
.u-article h2 {
  font-size: 1.7em;
}
.u-article h3 {
  font-size: 1.5em;
}
.u-article h4 {
  font-size: 1.35em;
}
.u-article h5 {
  font-size: 1.2em;
}
.u-article h6 {
  font-size: 1.1em;
}
.u-article img {
  display: block;
  margin: 0.3rem auto;
}
.u-article iframe[src*=youtube] {
  display: block;
  height: 50vw;
}
@media screen and (min-width: 768px) {
  .u-article iframe[src*=youtube] {
    height: unset;
    width: 6.4rem;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 16/9;
  }
}
.u-article b,
.u-article strong {
  font-weight: 700;
}
.u-article div,
.u-article figure {
  margin: 0.3rem auto;
}
.u-article div figcaption,
.u-article figure figcaption {
  text-align: center;
}
.u-article a {
  text-decoration: underline;
}

.js-fade, .js-fade--zoomout, .js-fade--right, .js-fade--left, .js-fade--up {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  pointer-events: none;
}
.js-fade *, .js-fade--zoomout *, .js-fade--right *, .js-fade--left *, .js-fade--up * {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.js-fade--up {
  opacity: 0;
  transform: translateY(0.5rem);
}
.js-fade--up--active {
  animation-name: fade-up;
}
.js-fade--left {
  opacity: 0;
  transform: translateX(0.5rem);
}
.js-fade--left--active {
  animation-name: fade-left;
}
.js-fade--right {
  opacity: 0;
  transform: translateX(-0.5rem);
}
.js-fade--right--active {
  animation-name: fade-right;
}
.js-fade--zoomout {
  overflow: hidden;
  transition: 1s;
  background-size: 110%;
}
.js-fade--zoomout img {
  transform: scale(1.2);
  transition: inherit;
  transition: 1;
}
.js-fade--zoomout--active {
  background-size: 110%;
}
.js-fade--zoomout--active img {
  transform: scale(1);
}

@keyframes fade-up {
  0% {
    transform: translateY(0.5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(0.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(-0.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
  }
}
.js-hover--zoomin {
  overflow: hidden;
}
.js-hover--zoomin img {
  transition: 1s;
}
.js-hover--zoomin:hover img {
  transform: scale(1.1);
}

.js-banner {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(0.5rem);
  pointer-events: none;
  transition-delay: 0.5s;
}
.js-banner--active {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */