html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
address {
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
svg {
  max-width: 100%;
  height: auto;
  fill: currentcolor;
  vertical-align: bottom;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}
@font-face {
  font-family: "Fugaz One";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/fugazone/v10/rax_HiWKp9EAITukFsl8AxhfsUjQ8Q.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
html *,
html *:before,
html *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  height: 100%;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
body.is-drawerActive {
  overflow: hidden;
}
.wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.wrapper02 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
[lang="en"] {
  font-weight: 400;
}
a {
  color: #000;
}
main {
  padding-top: 100px;
}
@media screen and (max-width: 1150px) {
  main {
    padding-top: 71px;
  }
}
.c-button {
  width: 344px;
  margin: 0 auto;
  font-size: 30px;
  font-family: "Dela Gothic One";
  font-weight: 100;
  border-radius: 50px;
  position: relative;
  opacity: 1;
  -webkit-animation-name: none !important;
  animation-name: none !important;
}
.c-button.--contact {
  opacity: 1;
  margin: 0;
}
.p-support .c-button {
  width: 409px;
}
.p-support .c-button span {
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .c-button.--contact {
    margin: 0 auto;
  }
  .p-support .c-button {
    width: 257px;
  }
  .p-support .c-button span {
    padding: 19px 0;
  }
}
.c-button.--roe {
  margin-top: 31px;
  font-size: 23px;
}
.c-button.--roe span {
  padding: 4px 0 10px;
}
@media screen and (min-width: 768px) {
  .c-button.--roe {
    margin-top: 39px;
    font-size: 27px;
  }
  .c-button.--roe span {
    padding: 26px 0 28px;
  }
}
.c-button a {
  -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 768px) {
  .c-button:hover a {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
  }
  .c-button:hover span {
    -webkit-animation: bounce 0.5s ease-in-out 0s 1 alternate;
    animation: bounce 0.5s ease-in-out 0s 1 alternate;
  }
}
.c-button.--product {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .c-button.--product {
    margin-bottom: 45px;
  }
}
.c-button.scrollIn {
  opacity: 1;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 257px;
    font-size: 23px;
  }
}
.c-button a {
  color: #ffffff;
  text-align: center;
  display: block;
  font-style: italic;
}
.c-button a span {
  background: #ed1c24;
  display: block;
  padding: 27px 0;
  position: relative;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .c-button a span {
    padding: 19px 0;
  }
}
.c-button a span::before,
.c-button a span::after {
  content: "";
  width: 13px;
  height: 5px;
  display: inline-block;
  border-radius: 5px;
  background: #000000;
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .c-button a span::before,
  .c-button a span::after {
    width: 10px;
    height: 3px;
    right: 15px;
  }
}
.c-button a span::before {
  top: calc(50% - 3px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-button a span::before {
    top: calc(50% - 3px);
  }
}
.c-button a span::after {
  bottom: calc(50% - 7px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-button a span::after {
    bottom: calc(50% - 5px);
  }
}
.c-card {
  position: relative;
}
.c-card a {
  display: block;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .c-card .c-card-inner {
    display: block;
    width: 75%;
    height: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-clip: center center;
    -webkit-filter: blur(30px) brightness(170%);
    filter: blur(30px) brightness(170%);
  }
}
.c-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.17188%;
  padding: 0 10px;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-cards {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    bottom: 6;
  }
}
@media screen and (max-width: 555px) {
  .c-cards.--newsA .c-card {
    max-width: 350px;
    padding: 10px 10px 2px;
    margin-bottom: 0;
    margin-right: 1%;
  }
  .c-cards.--newsA .c-card__thum img {
    height: 235px;
    border-top-right-radius: calc(9rem - 1px);
    border-top-left-radius: calc(9rem - 1px);
  }
  .c-cards.--newsA .c-card__textArea {
    height: 149px;
    border-bottom-right-radius: calc(10rem - 1px);
    border-bottom-left-radius: calc(10rem - 1px);
  }
  .c-cards.--newsA .c-card__textArea-text {
    padding: 20px 14px 0;
    font-size: 16px;
  }
  .c-cards.--newsA .c-card__textArea-date {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 325px) {
  .c-cards.--newsA .c-card__thum img {
    height: 205px;
    border-top-right-radius: 130px;
    border-top-left-radius: 130px;
  }
  .c-cards.--newsA .c-card__textArea {
    border-bottom-right-radius: 130px;
    border-bottom-left-radius: 130px;
  }
}
.c-card {
  width: 32.10938%;
  margin-right: 1.17188%;
  margin-bottom: 20px;
  border-radius: calc(11rem - 1px);
  opacity: 1;
  position: relative;
}
.c-card.scrollIn {
  opacity: 1;
}
@media screen and (max-width: 1050px) {
  .c-card {
    width: 48.8%;
  }
}
@media screen and (max-width: 767px) {
  .c-card {
    max-width: 270px;
    width: 100%;
    margin-right: 1.17188%;
    margin-bottom: 10px;
  }
}
.c-card__thum {
  position: relative;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-card__thum-text {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #4c4c4c;
  color: #000;
  padding: 5px 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c-card__thum-text {
    font-size: 10px;
    padding: 3px 5px;
  }
}
.c-card__thum img {
  border-top-right-radius: calc(11rem - 1px);
  border-top-left-radius: calc(11rem - 1px);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: 277px;
  height: 21.64062vw;
}
@media screen and (max-width: 1050px) {
  .c-card__thum img {
    height: 31.64062vw;
    max-height: 327px;
  }
}
@media screen and (max-width: 767px) {
  .c-card__thum img {
    height: 179px;
    border-top-right-radius: calc(7.5rem - 1px);
    border-top-left-radius: calc(7.5rem - 1px);
  }
}
.c-card__textArea {
  text-align: center;
  background: #ffffff;
  height: 175px;
  border-bottom-right-radius: calc(11rem - 1px);
  border-bottom-left-radius: calc(11rem - 1px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card__textArea {
    height: 115px;
    border-bottom-right-radius: calc(7rem - 1px);
    border-bottom-left-radius: calc(7rem - 1px);
  }
}
.c-card__textArea-text {
  font-size: 19px;
  font-weight: 900;
  line-height: 1.5;
  padding: 25px 24px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .c-card__textArea-text {
    font-size: 14px;
    padding: 12px 15px 0;
  }
}
.c-card__textArea-date {
  position: absolute;
  font-size: 16px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #1b9af7;
  font-family: "Maven Pro";
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .c-card__textArea-date {
    font-size: 11px;
    bottom: 5px;
  }
}
.c-card:hover .c-card__thum {
  -webkit-transform: translateY(0px) rotate(-5deg);
  transform: translateY(0px) rotate(-5deg);
}
@media screen and (max-width: 767px) {
  .c-card:hover .c-card__thum {
    -webkit-transform: none;
    transform: none;
  }
}
.c-card__thum-text--red {
  background: #ec1d23;
  color: #fff;
}
.c-card__thum-text--yellow {
  background: #ffe93b;
}
.c-card__thum-text--pink {
  background: #ff7ae9;
}
.c-card__thum-text--blue {
  background: #29cdfb;
}
.c-card__thum-text--green {
  background: #7aff8d;
}
.c-card__thum-text--orange {
  background: #ff8547;
}
.c-card__thum-text--gray {
  background: #cbcbcb;
}
.c-card__thum-text--purple {
  background: #9b85ff;
}
.c-card__thum {
  background-size: cover;
  background-position: center top;
  border-top-right-radius: calc(11rem - 1px);
  border-top-left-radius: calc(11rem - 1px);
}
@media screen and (max-width: 767px) {
  .c-card__thum {
    border-top-right-radius: calc(7rem - 1px);
    border-top-left-radius: calc(7rem - 1px);
  }
}
.c-card__thum img {
  opacity: 0;
}
.c-sns {
  padding: 20px;
}
.c-sns.__search {
  margin-top: 90px;
}
.c-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-sns__item {
  width: 60px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-sns__item {
    width: 40px;
    margin-right: 7px;
  }
}
.c-sns__item:last-child {
  margin-right: 0;
}
.c-sns__item:hover a img {
  -webkit-animation: bounce 0.5s ease-in-out 0s 1 alternate;
  animation: bounce 0.5s ease-in-out 0s 1 alternate;
}
.c-sideNav {
  min-width: 250px;
  margin-top: 8px;
  width: 250px;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.15));
}
.c-sideNav.--oem02 {
  margin-top: 0;
}
.c-sideNav.--sale {
  margin-top: 0;
}
.recruit .c-sideNav__title.--cate01.--contact.on a {
  color: #000000 !important;
}
.c-sideNav__title {
  font-size: 19px;
  padding: 18px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  background: #15ffaf;
}
.c-sideNav__title span {
  padding-right: 15px;
}
.c-sideNav__title span img {
  width: 30px;
}
.recruit .c-sideNav__title.--recruit a {
  color: #ed1c24;
}
.recruit .c-sideNav__title.--recruit.is-active a {
  color: #ed1c24;
}
.c-sideNav__title.--cate01 {
  background: #15ffaf;
  border-top-left-radius: 10px;
}
@media screen and (min-width: 1400px) {
  .c-sideNav__title.--cate01 {
    border-top-right-radius: 10px;
  }
}
.c-sideNav__title.--cate02 {
  background: #ff7ce8;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 21px 18px;
}
.c-sideNav__title.is-active {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.c-sideNav__title.--cate02.is-active {
  border-radius: 0;
}
.c-sideNav__title.--cate03 {
  background: #28cdfb;
  border-bottom-left-radius: 10px;
}
@media screen and (min-width: 1400px) {
  .c-sideNav__title.--cate03 {
    border-bottom-right-radius: 10px;
  }
}
.c-sideNav__title.--cate03.is-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.c-sideNav__title.--cate03.is-active
  .c-sideNav__list.is-open:last-child
  .c-sideNav__list
  .cat-item {
  border-bottom: none;
}
.c-sideNav__arrow {
  position: relative;
}
.c-sideNav__arrow::before,
.c-sideNav__arrow::after {
  content: "";
  width: 10px;
  height: 3px;
  display: inline-block;
  border-radius: 5px;
  background: #000000;
  position: absolute;
  right: 14px;
}
@media screen and (max-width: 767px) {
  .c-sideNav__arrow::before,
  .c-sideNav__arrow::after {
    width: 10px;
    height: 3px;
    right: 15px;
  }
}
.c-sideNav__arrow::before {
  top: calc(50% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-sideNav__arrow::after {
  bottom: calc(50% - 4px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-sideNav__arrow.is-active::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: calc(50% - 2px);
  right: 9px;
}
.c-sideNav__arrow.is-active::after {
  -webkit-transform: rotate(230deg);
  transform: rotate(230deg);
  bottom: calc(50% - 1px);
  right: 14px;
}
.c-sideNav__arrow--noarr:before,
.c-sideNav__arrow--noarr:after {
  display: none !important;
}
.c-sideNav__list {
  height: 0;
  line-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-sideNav__list.is-open {
  height: auto;
  line-height: 1;
  opacity: 1;
  background: #000000;
}
.c-sideNav__list.year .cat-list {
  background: #ffffff;
}
.cat-list {
  background: #fff;
}
.cat-list:last-child {
  border-radius: 0 0 10px 10px;
}
.c-sideNav__list.year .cat-list:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.c-sideNav__list.year .cat-item {
  padding: 0;
  background: none;
}
.c-sideNav__list.year a {
  display: block;
  padding: 18px 10px 18px 20px;
}
.c-sideNav__list .cat-item {
  border-bottom: 1px solid #e5e5e5;
  /*  background: #ffffff; */
  width: 100%;
  padding: 18px 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
}
.c-contents.--arcvive .c-sideNav__list,
.c-contents.--series .c-sideNav__list {
  background: #fff;
}
.c-sideNav__list .cat-item:hover {
  opacity: 0.9;
}
.c-sideNav__list .cat-item:hover::before,
.c-sideNav__list .cat-item:hover::after {
  background-color: #ed1c24;
}
.c-sideNav__list .cat-item:hover a {
  color: #ed1c24;
}
.c-sideNav__list .cat-item a {
  position: relative;
}
.c-sideNav__list .cat-item a:hover {
  color: #ed1c24;
}
.c-sideNav__list .cat-item::before,
.c-sideNav__list .cat-item::after {
  content: "";
  width: 7px;
  height: 2px;
  display: inline-block;
  border-radius: 5px;
  background: #000000;
  position: absolute;
  right: 10px;
}
.c-sideNav__list .cat-item::before:hover,
.c-sideNav__list .cat-item::after:hover {
  background: #ed1c24;
}
.c-sideNav__list .cat-item::before {
  top: calc(50% - 3px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-sideNav__list .cat-item::after {
  bottom: calc(50% - 3px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-sideNav__list .cat-item.active a::before,
.c-sideNav__list .cat-item.active a::after {
  background-color: #ed1c24;
}
.c-sideNav__list .cat-item.active a::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: calc(50% - 2px);
}
.c-sideNav__list .cat-item.active a::after {
  -webkit-transform: rotate(230deg);
  transform: rotate(230deg);
  bottom: calc(50% - 0px);
  right: 14px;
}
.c-sideNav__list .cat-item.active .children a::before,
.c-sideNav__list .cat-item.active .children a::after {
  content: none;
}
.c-sideNav__list .cat-item.year::before,
.c-sideNav__list .cat-item.year::after {
  display: none;
}
.c-sideNav__list .cat-item.hasnochild {
  padding: 0;
}
.c-sideNav__list .cat-item.hasnochild a {
  display: block;
  padding: 18px 10px 18px 30px;
}
.c-sideNav__list .cat-item.hasnochild::before,
.c-sideNav__list .cat-item.hasnochild::after {
  display: none;
}
.c-sideNav__list .children {
  display: none;
}
.c-sideNav__list .children .cat-item {
  font-size: 12px;
  padding: 0;
  color: #000000;
}
.c-sideNav__list .children .cat-item:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.c-sideNav__list .children .cat-item:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.c-sideNav__list .children .cat-item::before,
.c-sideNav__list .children .cat-item::after {
  opacity: 0;
}
.c-sideNav__list .children a {
  display: block;
  line-height: 1.4;
  padding: 18px 10px 18px 30px;
}
.c-sideNav.--other .c-sideNav__title {
  font-size: 14px;
}
.c-sideNav.--contact .c-sideNav__arrow::before,
.c-sideNav.--contact .c-sideNav__arrow::after {
  opacity: 1;
}
.c-sideNav.--contact .on a {
  color: #ed1c24 !important;
}
.c-sideNav.--contact .c-sideNav__category:last-child .c-sideNav__title {
  border-bottom-left-radius: 10px;
}
@media screen and (min-width: 1400px) {
  .c-sideNav.--contact .c-sideNav__category:last-child .c-sideNav__title {
    border-bottom-right-radius: 10px;
  }
}
.c-sideNav.--contact .c-sideNav__title {
  padding: 0;
  font-size: 14px;
}
.c-sideNav.--contact .c-sideNav__title .on {
  color: #ed1c24;
}
.c-sideNav.--contact .c-sideNav__title a {
  padding: 18px 18px 16px;
  display: block;
  width: 100%;
}
.c-sideNav.--contact .c-sideNav__title a:hover {
  color: #ed1c24;
}
.c-sideNav .cat-list.active:not(.cur_active) .cat-item::before,
.c-sideNav .cat-list.active:not(.cur_active) .cat-item::after {
  background-color: red;
}
.c-sideNav .cat-list.active:not(.cur_active) .cat-item::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: calc(50% - 2px);
  right: 8px;
}
.c-sideNav .cat-list.active:not(.cur_active) .cat-item::after {
  -webkit-transform: rotate(230deg);
  transform: rotate(230deg);
  bottom: calc(50% - 0px);
  right: 12px;
}
.c-sideNav .cat-list.active .cat-item::before,
.c-sideNav .cat-list.active .cat-item::after {
  background-color: red;
}
.c-sideNav .cat-list.active .children a::before,
.c-sideNav .cat-list.active .children a::after {
  content: none;
  line-height: 1.3;
}
.c-sideNav .cat-list.active > .cat-item a:not(.cat-item-gc) {
  color: red;
}
.c-sideNav .c-sideNav__category:last-child .c-sideNav__list {
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 1400px) {
  .c-sideNav .c-sideNav__category:last-child .c-sideNav__list {
    border-bottom-right-radius: 10px;
  }
}
.c-sideNav--2 {
  -webkit-filter: none;
  filter: none;
}
.c-sideNav--2 .c-sideNav__category:last-child .c-sideNav__title {
  border-bottom: none;
}
.c-sideNav--2 .c-sideNav__category:last-child .c-sideNav__title.is-active {
  border-bottom: 1px solid #e5e5e5;
}
.c-sideNav--2 .c-sideNav__title {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.c-sideNav--2 .c-sideNav__title:hover {
  color: #ed1c24;
}
.c-sideNav--2 .c-sideNav__title:hover.c-sideNav__arrow::before,
.c-sideNav--2 .c-sideNav__title:hover.c-sideNav__arrow::after {
  background: #ed1c24;
}
.c-sideNav--2 .c-sideNav__title.is-active a {
  color: #ed1c24;
}
.c-sideNav--2 .c-sideNav__title.--cate03 {
  border-radius: 0 0 0 10px;
  -webkit-transition: border-radius 0.1s;
  transition: border-radius 0.1s;
}
@media screen and (min-width: 1400px) {
  .c-sideNav--2 .c-sideNav__title.--cate03 {
    border-bottom-right-radius: 10px;
  }
}
.c-sideNav--2 .c-sideNav__title.is-active.--cate03 {
  border-radius: 0;
}
.c-sideNav--2 .c-sideNav__arrow::before,
.c-sideNav--2 .c-sideNav__arrow::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-sideNav--2 .c-sideNav__list {
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: transparent;
}
.c-sideNav--2 .c-sideNav__list .cat-item {
  padding: 16px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-sideNav--2 .c-sideNav__list .cat-item.--small {
  height: 0;
  padding: 0;
  line-height: 0;
  overflow: hidden;
}
.c-sideNav--2 .c-sideNav__list .cat-item.--small:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.c-sideNav--2 .c-sideNav__list .cat-item.--small::before,
.c-sideNav--2 .c-sideNav__list .cat-item.--small::after {
  content: none;
}
.c-sideNav--2 .c-sideNav__list .cat-item.--small a {
  font-size: 12px;
  padding: 15px 10px 15px 30px;
  display: block;
}
.c-sideNav--2 .c-sideNav__list.is-open {
  height: auto;
  background: #000000;
}
.c-sideNav--2 .c-sideNav__list.is-open .cat-item.--small {
  height: auto;
  line-height: 1;
}
.c-sideNav--2 .c-sideNav__arrow.is-active::before,
.c-sideNav--2 .c-sideNav__arrow.is-active::after {
  background: #ed1c24;
}
.c-sideNav__category:first-child .c-sideNav__title {
  border-top-left-radius: 10px;
}
.c-sideNav__category:first-child .c-sideNav__title {
  border-top-right-radius: 10px;
}
.c-sideNav--2
  .c-sideNav__category:not(:first-child):not(:last-child)
  .c-sideNav__title {
  border-radius: 0;
}

.c-related.--oem02
  + .c-contents
  .c-sideNav__category:last-child
  .c-sideNav__title {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.c-related.--oem02
  + .c-contents
  .c-sideNav__category:last-child
  .cat-list:last-child,
.c-related.--oem02
  + .c-contents
  .c-sideNav__category:last-child
  .cat-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 1400px) {
  .company_c-sideNav.c-sideNav {
    width: 240px;
    min-width: 240px;
    position: relative;
    margin-right: 10px;
  }
  .p-faq .c-sideNav {
    width: 240px;
    min-width: 240px;
    position: relative;
    margin-right: 10px;
  }
  .p-support .c-sideNav {
    width: 240px;
    min-width: 240px;
    position: relative;
    margin-top: 0;
  }
}
.company_c-sideNav .cat-item a.selected {
  color: #ed1c24;
}
@media screen and (min-width: 768px) {
  .c-sideNav_wrap {
    -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 0 0 0 10px;
    overflow: hidden;
  }
}
.c-sideNav_wrap {
  border-bottom-right-radius: 10px;
}
*:focus {
  outline: none;
}
.c-related {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .c-related {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-related {
    padding: 10px;
  }
}
.c-related.--top {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 1150px) {
  .c-related.--top {
    top: 80px;
  }
}
.c-related.--arcvive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-related.--arcvive {
    margin-bottom: 34px;
  }
}
.c-related.--search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .c-related.--search {
    margin-bottom: 88px;
  }
}
.c-related.--series {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .c-related.--series {
    margin-bottom: 34px;
  }
}
.c-related.--new {
  max-width: 100%;
  background-color: rgba(247, 247, 247, 0.6);
}
.c-related.--newsS {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-related.--newsS {
    margin-bottom: 45px;
  }
}
.c-related.--oem {
  margin: 1px auto 43px;
}
@media screen and (max-width: 767px) {
  .c-related.--oem {
    margin: 0 auto 34px;
  }
}
.c-related.--oem02 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .c-related.--oem02 {
    margin-bottom: 34px;
  }
}
.c-related.--saleS {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .c-related.--saleS {
    margin-bottom: 34px;
  }
}
.breadcrumb {
  background: #fffc00;
  padding: 10px 10px 10px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 35px;
}
.breadcrumb a {
  color: #00acee;
}
.breadcrumb a:hover {
  color: #ec1c24;
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb__item {
  padding-right: 25px;
  position: relative;
  font-size: 14px;
}
.breadcrumb__item::before {
  content: "＞";
  position: absolute;
  font-size: 10px;
  top: 2px;
  right: 7px;
  color: #000000;
}
.breadcrumb__item img {
  width: 15px;
  margin-right: 5px;
  vertical-align: baseline;
}
.breadcrumb__item:first-child {
  color: #3db7db;
}
.breadcrumb__item:last-child {
  padding-right: 0;
}
.breadcrumb__item:last-child::before {
  content: "";
}
.search-form {
  position: relative;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}
.search-form::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../../assets/img/serch-icon.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  top: 12px;
  left: 15px;
}
.search-submit {
  display: none;
}
.search-field {
  width: 240px;
  padding: 11px 15px 11px 40px;
  border: 2px solid #adacaa;
  border-radius: 30px;
  font-size: 15px;
}
.breadcrumbs {
  background: #fffc00;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  border-radius: 10px;
  padding: 0 14px 2px 9px;
  white-space: nowrap;
  overflow-x: scroll;
}
.breadcrumbs a {
  color: #00acee;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumbs a:hover {
  color: #ed1c24;
  text-decoration: underline;
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-top: 10px;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    margin-right: 55px;
  }
  .breadcrumbs.breadcrumbs02 {
    margin-right: 0;
  }
  .breadcrumbs::-webkit-scrollbar {
    display: none;
  }
}
.breadcrumbs .breadcrumb-icon {
  padding-left: 18px;
  padding: 0 22px 0 24px;
  position: relative;
}
.breadcrumbs .breadcrumb-icon::before {
  content: "";
  position: absolute;
  background-image: url(../img/home-icon.svg);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  top: 4px;
  left: 3px;
}
.breadcrumbs .breadcrumb-icon::after {
  content: "";
  position: absolute;
  background-image: url(../img/arrow02.svg);
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
  top: 6px;
  right: 8px;
}
.breadcrumbs .taxonomy,
.breadcrumbs .post {
  position: relative;
  padding-right: 20px;
}
.breadcrumbs .taxonomy::after,
.breadcrumbs .post::after {
  content: "";
  position: absolute;
  background-image: url(../img/arrow02.svg);
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
  top: 6px;
  right: 7px;
}
.breadcrumbs .current-item {
  padding-right: 0;
}
.breadcrumbs .current-item::after {
  display: none;
}
.c-contents {
  max-width: 1400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-contents.--arcvive,
.c-contents.--series {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-contents.--arcvive,
  .c-contents.--series {
    padding-left: 0;
  }
}
.c-contents.--privacy {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-contents.--newsArchive {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }
}
.c-shop {
  width: 67.75%;
}
.c-shop__head {
  position: relative;
  background: #ffe93b;
  padding: 22px 40px;
  border-top-right-radius: calc(0.8rem - 1px);
  border-top-left-radius: calc(0.8rem - 1px);
}
@media screen and (max-width: 767px) {
  .c-shop__head {
    padding: 22px 10px 22px 17px;
  }
}
.c-shop__title {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .c-shop__title {
    font-size: 20px;
  }
}
.c-shop__body {
  padding: 0 40px 40px;
  background: #ffffff;
  height: 795px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .c-shop__body {
    padding: 0 15px 40px;
  }
}
.c-shop__detail {
  border-bottom: 1px dotted #e0e0e0;
  padding: 40px 0;
}
.c-shop__detail-title {
  font-size: 40px;
  font-weight: 100;
  font-family: "Dela Gothic One";
}
.c-shop__list {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .c-shop__list {
    margin-top: 27px;
  }
}
.c-shop__updated {
  color: rgba(15, 15, 15, 0.4);
  font-size: 12px;
  line-height: 1.8;
  margin-left: 1em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-shop__updated {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
}
.c-shop__item {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-shop__item {
    margin-top: 30px;
  }
}
.c-shop__item-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-shop__item-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-shop__item-address dt {
  max-width: 261px;
  width: 100%;
  margin-right: 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-shop__item-address dt {
    margin-bottom: 10px;
  }
}
.c-shop__item-address p a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-shop__item-address p a:hover {
  color: #ed1c24;
}
.c-shop__item-address dd {
  max-width: 422px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 400;
  margin-right: 10px;
}
@media screen and (max-width: 919px) {
  .c-shop__item-address dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-shop__item-address dd span {
  margin-right: 15px;
  display: block;
  white-space: nowrap;
}
.c-shop__item-address dd:last-child {
  max-width: 103px;
  letter-spacing: 0;
  margin-right: 0;
}
.c-shop-nav-product {
  position: absolute;
  top: 9px;
  right: 8px;
  width: 160px;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-shop-nav-product {
    top: 20px;
  }
}
.c-shop-nav-product .c-shop-nav {
  border-radius: 10px;
  -webkit-filter: none;
  filter: none;
}
@media screen and (max-width: 919px) {
  .c-shop-nav-product .c-shop-nav__item {
    height: 48px;
  }
}
.c-shop-nav-product .c-shop-nav__item:first-child {
  border-radius: 10px 10px 0 0;
}
.c-shop-nav-product .c-shop-nav__item:last-child {
  border-radius: 0 0 10px 10px;
}
.c-shop-nav-product .c-shop-nav__item:after {
  right: 14px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.c-shop-nav-product .c-shop-nav__item[aria-selected="false"] {
  display: none;
}
.c-shop-nav-product[aria-expanded="false"]
  .c-shop-nav__item
  + .c-shop-nav__item {
  border-top: none;
}
.c-shop-nav-product[aria-expanded="true"] .c-shop-nav {
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.15));
}
.c-shop-nav-product[aria-expanded="true"] .c-shop-nav__item {
  display: block !important;
}
.c-shop-nav-product[aria-expanded="true"] .c-shop-nav__item:after {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-shop-nav-product[aria-expanded="true"]
  .c-shop-nav__item
  + .c-shop-nav__item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.c-productDetail {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.c-productDetail__lead {
  font-size: 16px;
  font-weight: 900;
  color: #00acee;
  line-height: 140%;
}
.c-productDetail__lead a {
  color: #00acee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-productDetail__lead a:hover {
  color: #ed1c24;
}
@media screen and (max-width: 919px) {
  .c-productDetail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .c-productDetail {
    padding: 0 10px;
  }
}
.c-productDetail__thum {
  width: 57.97%;
  margin-right: 0.72%;
}
@media screen and (max-width: 919px) {
  .c-productDetail__thum {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.c-productDetail__thum img {
  width: 100%;
  max-height: 952px;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-productDetail__desc {
  width: 41.3%;
  border-radius: 10px;
}
@media screen and (max-width: 919px) {
  .c-productDetail__desc {
    width: 100%;
    margin-bottom: 0;
  }
}
.c-productDetail__content {
  margin-bottom: 10px;
  background: #ffffff;
  padding: 40px 40px;
  border-radius: 10px;
  max-height: 601px;
  overflow-y: auto;
}
@media screen and (max-width: 919px) {
  .c-productDetail__content {
    padding: 44px 15px 32px;
    height: auto;
    min-height: 110px;
    max-height: 100%;
  }
}
.c-productDetail__title {
  margin-bottom: 28px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-productDetail__title {
    font-size: 32px;
  }
}
.c-productDetail__text {
  line-height: 200%;
  margin-bottom: 30px;
}
.c-productDetail__text h2 {
  font-size: 24px;
  color: #ed1c24;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .c-productDetail__text h2 {
    margin-bottom: 13px;
  }
}
.c-productDetail__text p {
  font-size: 16px;
  padding-bottom: 32px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: -0.007em;
}
.c-productDetail__text h3 {
  font-size: 24px;
  color: #ed1c24;
  line-height: 1.3;
  margin-bottom: 30px;
}
.c-productDetail__detail {
  background: #ededed;
  padding: 40px 38px;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 919px) {
  .c-productDetail__detail {
    padding: 38px;
  }
}
.c-productDetail__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  font-size: 14px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-productDetail__detail-item:last-child {
  margin-bottom: 0;
}
.c-productDetail__detail-item dt {
  min-width: 58px;
  margin-right: 11px;
}
.c-productDetail__detail-item dd {
  font-weight: 400;
  line-height: 1.3;
  margin-top: -2px;
}
.c-productDetail__detail-link {
  margin-bottom: 0;
}
.c-productDetail__detail-link p {
  min-width: 56px;
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  .c-productDetail__detail-link p {
    min-width: 55px;
  }
}
.c-productDetail__detail-link li {
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 15px;
  margin-top: -5px;
}
.c-productDetail__detail-link li a {
  color: #00acee;
  border-bottom: 1px solid #00acee;
  padding-bottom: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-productDetail__detail-link li a:hover {
  color: #ed1c24;
  border-bottom: 1px solid #ed1c24;
}
.c-productDetail__pick {
  background: #ffe93b;
  padding: 0 0 0 40px;
  border-radius: 10px;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .c-productDetail__pick {
    padding: 0 0 0 40px;
  }
}
.c-productDetail__pick-list {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-productDetail__pick-item {
  font-size: 16px;
  line-height: 1.5;
  padding-right: 25px;
  white-space: nowrap;
}
.c-productDetail__pick-item::-webkit-scrollbar {
  display: none;
}
.c-productDetail__pick-item span {
  display: inline-block;
}
.c-productDetail__pick-title {
  font-size: 12px;
  color: #e0cd34;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.c-productDetail__pickup {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-productDetail__pickup {
    margin-bottom: 0;
  }
}
.c-productDetail__pickup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 919px) {
  .c-productDetail__pickup-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-productDetail__pickup-item {
  width: 49.64%;
  margin-right: 0.72%;
  position: relative;
  margin-bottom: 0.72%;
  background: #ffffff;
  text-align: center;
  border-radius: 10px;
  height: 100%;
}
.c-productDetail__pickup-item::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
@media screen and (max-width: 919px) {
  .c-productDetail__pickup-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.c-productDetail__pickup-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
  width: 80%;
  height: 80%;
  padding: 20px;
}
.c-productDetail__pickup-item:nth-child(even) {
  margin-right: 0;
}
.c-productDetail__pickup-item--large {
  width: 100%;
  height: calc(100vw - 20px);
  margin-right: 0;
  margin-left: 0;
}
.c-productDetail__pickup-item--large img {
  height: 100%;
}
.c-productDetail__pickup-text {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 20px;
  padding-right: 20px;
  line-height: 1.25;
  text-align: left;
}
@media screen and (max-width: 919px) {
  .c-productDetail__pickup-text {
    font-size: 16px;
  }
}
.c-productDetail__pickup.--oem {
  padding-bottom: 82px;
}
@media screen and (max-width: 767px) {
  .c-productDetail__pickup.--oem {
    padding-bottom: 71px;
  }
}
@media screen and (min-width: 768px) {
  .c-productDetail__large-item {
    width: 100% !important;
  }
}
.c-productDetail__pick {
  height: 84px;
}
@media screen and (max-width: 767px) {
  .c-productDetail__pick {
    height: 80px;
  }
}
.c-productDetail__pick .c-productDetail__pick-list {
  opacity: 0;
}
.c-productDetail__pick[ready="true"] .c-productDetail__pick-list {
  opacity: 1;
}
.c-productDetail__pick[br="2"] .c-productDetail__pick-item {
  font-size: 14px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-productDetail__pick[br="3"] .c-productDetail__pick-item {
  font-size: 14px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-productBox {
  width: 80.58%;
  margin-right: 1.44%;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .c-productBox {
    width: 95%;
    margin: 0 auto;
  }
}
.c-productBox__area {
  margin-bottom: 95px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-productBox__area {
    margin-bottom: 40px;
  }
}
.c-productBox__head {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-productBox__head {
    background-image: url(../img/head-bk.png);
    height: 100%;
    width: 100%;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
  }
  .c-productBox__head::before {
    height: 95%;
    width: 1px;
    background: #d6cdc8;
    position: absolute;
    right: 53px;
    bottom: 0;
    content: "";
  }
}
.c-productBox__head .pc {
  display: block;
  width: 100%;
}
.c-productBox__head .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-productBox__head .pc {
    display: none;
  }
  .c-productBox__head .sp {
    display: block;
    width: 100%;
  }
}
.c-productBox__head-icon {
  max-width: 80px;
  width: 5.71429vw;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-productBox__head-title {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ed1c24;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-productBox__head-title {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
    padding: 40px 20px 20px;
    border-bottom: 3px solid #d4ccc7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-productBox__head-title::before {
    content: "";
    position: absolute;
    background-image: url(../img/head-deco.png);
    width: 140px;
    height: 11px;
    top: auto;
    left: 50%;
    bottom: 10%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .c-productBox__head-title::after {
    content: "";
    position: absolute;
    background-image: url(../img/head-deco02.png);
    width: 22px;
    height: 22px;
    right: 15px;
    bottom: 16px;
    opacity: 0.8;
  }
}
.c-productBox__head-title dt {
  font-size: 3.14286vw;
  font-family: "Dela Gothic One";
  font-weight: 100;
  margin-bottom: 5px;
  font-style: italic;
  font-family: "Fugaz One", "Dela Gothic One";
}
@media screen and (min-width: 1300px) {
  .c-productBox__head-title dt {
    font-size: 44px;
  }
}
@media screen and (min-width: 1400px) {
  .c-productBox__head-title dt {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .c-productBox__head-title dt {
    font-size: 44px;
  }
}
@media screen and (max-width: 330px) {
  .c-productBox__head-title dt {
    font-size: 32px;
  }
}
.c-productBox__head-title dd {
  font-size: 1.14286vw;
  font-family: "Fugaz One";
  position: relative;
}
@media screen and (min-width: 1400px) {
  .c-productBox__head-title dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-productBox__head-title dd {
    font-size: 16px;
  }
}
.c-productBox__head-title h2 {
  font-size: 3.14286vw;
  font-family: "Dela Gothic One";
  font-weight: 100;
  font-style: italic;
  position: relative;
  font-family: "Fugaz One", "Dela Gothic One";
}
@media screen and (min-width: 1400px) {
  .c-productBox__head-title h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .c-productBox__head-title h2 {
    font-size: 11.73333vw;
    line-height: 1;
  }
}
.c-productBox__head-title .--en {
  font-family: "Fugaz One";
}
.c-productBox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-productBox__item {
  width: 25%;
  position: relative;
  z-index: 1;
}
.c-productBox__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/parts04.png);
  z-index: 1;
  opacity: 0.9;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-productBox__item::before {
    opacity: 0;
  }
}
.c-productBox__item img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 919px) {
  .c-productBox__item {
    width: 50%;
  }
}
.c-productBox__item:not(.c-productBox__item--dummy):not(:hover)
  .c-productBox__parts-circle
  img {
  animation: crotation32 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s 1 reverse !important;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.c-productBox__item:not(.c-productBox__item--dummy):hover
  a:focus
  .c-productBox__parts-circle
  img {
  -webkit-animation: crotation4 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s 1
    alternate !important;
  animation: crotation4 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s 1 alternate !important;
  -webkit-animation-fill-mode: forwards !important;
  animation-fill-mode: forwards !important;
}
.c-productBox__item:not(.c-productBox__item--dummy):hover:not(
    .c-productBox__item--dummy
  )
  a:active
  .c-productBox__parts-circle
  img {
  -webkit-animation: crotation4 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s 1
    alternate !important;
  animation: crotation4 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s 1 alternate !important;
  -webkit-animation-fill-mode: forwards !important;
  animation-fill-mode: forwards !important;
}
.c-productBox__item:not(.c-productBox__item--dummy):hover
  .c-productBox__parts-circle
  img {
  -webkit-animation: crotation2 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0s 1
    alternate;
  animation: crotation2 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0s 1 alternate;
  -webkit-animation: crotation3 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s 1
    alternate !important;
  animation: crotation3 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s 1 alternate !important;
  -webkit-animation-fill-mode: forwards !important;
  animation-fill-mode: forwards !important;
}
.c-productBox__item:not(.c-productBox__item--dummy):hover
  .c-productBox__thum::before {
  opacity: 0.4;
}
.c-productBox__item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  cursor: pointer;
  position: relative;
}
.c-productBox__item--dummy a {
  pointer-events: none;
}
.c-productBox__thum {
  padding: 5px 6px;
  background: #aaa;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#aaa),
    color-stop(8%, rgba(35, 34, 34, 0.85)),
    color-stop(92%, rgba(35, 34, 34, 0.85)),
    to(#aaa)
  );
  background: linear-gradient(
    0deg,
    #aaa 0%,
    rgba(35, 34, 34, 0.85) 8%,
    rgba(35, 34, 34, 0.85) 92%,
    #aaa 100%
  );
  position: relative;
  z-index: 0;
}
.c-productBox__thum::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  opacity: 0;
  background: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-productBox__thum::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 35px;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/parts04.png);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 1;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .c-productBox__thum::after {
    opacity: 0;
  }
}
.c-productBox__thum img {
  height: 21.58571vw;
  max-height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 919px) {
  .c-productBox__thum img {
    max-height: 358px;
    height: 38.58571vw;
  }
}
@media screen and (max-width: 767px) {
  .c-productBox__thum img {
    max-height: 100%;
    height: 53vw;
  }
}
.c-productBox__parts {
  position: relative;
}
.c-productBox__parts-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 21.43%;
}
.c-productBox__parts-circle img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-productBox__foot-pc {
  display: block;
}
@media screen and (max-width: 919px) {
  .c-productBox__foot-pc {
    display: none;
  }
}
.c-productBox__foot-sp {
  display: none;
}
@media screen and (max-width: 919px) {
  .c-productBox__foot-sp {
    display: block;
  }
}
.c-productBox__foot img {
  width: 100%;
}
.c-productBox .c-button {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes crotation2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  12% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  20% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }
  28% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  58% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes crotation2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  12% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  20% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }
  28% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  58% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes crotation3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  36% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }
  84% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  100% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
}
@keyframes crotation3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  36% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }
  84% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  100% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
}
@-webkit-keyframes crotation32 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  36% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }
  84% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  100% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
}
@keyframes crotation32 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  36% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }
  84% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  100% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
}
@-webkit-keyframes crotation4 {
  0% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes crotation4 {
  0% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 919px) {
  .p-productArchive .c-productBox__list .c-productBox__item:nth-child(4),
  .p-productArchive .c-productBox__list .c-productBox__item:nth-child(5),
  .p-productArchive .c-productBox__list .c-productBox__item:nth-child(6),
  .p-productArchive .c-productBox__list .c-productBox__item:nth-child(7) {
    display: none;
  }
  .tax-product_category
    .c-productBox__item--dummy
    + .c-productBox__item--dummy {
    display: none;
  }
}
.c-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 151px;
  margin: 0 auto;
}
.c-share__item {
  margin-right: 5px;
}
.c-share__item:last-child {
  margin-right: 0;
}
.c-share__item a {
  color: #ffffff;
}
.c-mv {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.c-mv__inner {
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .c-mv__inner {
    padding: 0;
  }
}
.c-mv__inner iframe {
  width: 100%;
  height: 460px;
  border-radius: 10px;
}
.c-mv__img img {
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-mv__img img {
    border-radius: 0;
  }
}
.c-mv__title {
  position: absolute;
  left: 40px;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-mv__title.--shop {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .c-mv__title {
    left: 20px;
    bottom: 20px;
  }
}
.c-mv__main-title {
  margin-right: 18px;
  position: relative;
  padding-right: 18px;
}
.c-mv__main-title.--faq {
  width: 233px;
  margin-right: 22px;
}
@media screen and (max-width: 767px) {
  .c-mv__main-title.--faq {
    width: 175px;
    margin-right: 19px;
  }
}
.c-mv__main-title.--news {
  width: 174px;
}
@media screen and (max-width: 767px) {
  .c-mv__main-title.--news {
    width: 134px;
  }
}
.c-mv__main-title.--shop {
  width: 194px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .c-mv__main-title.--shop {
    width: 146px;
    margin-right: 15px;
  }
}
.c-mv__main-title.--company {
  width: 157px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .c-mv__main-title.--company {
    width: 117px;
    margin-right: 18px;
  }
}
.c-mv__main-title.--contribution {
  width: 257px;
  margin-right: 42px;
}
.c-mv__main-title.--contribution::after {
  right: -12px;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .c-mv__main-title.--contribution::after {
    right: -3px;
  }
}
@media screen and (max-width: 767px) {
  .c-mv__main-title.--contribution {
    width: 193px;
    margin-right: 18px;
  }
}
.c-mv__main-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 28px;
  background-color: #000000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-mv__sub-title {
  font-size: 21px;
  font-family: "Fugaz One";
}
@media screen and (max-width: 767px) {
  .c-mv__sub-title {
    font-size: 15px;
  }
}
.c-mv__fcWhite {
  color: #fff;
}
.c-mv__fcWhite .c-mv__main-title::after {
  background-color: #fff;
}
.page-head-container {
  padding: 0 37px 60px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-head-container {
    padding: 0 20px 40px;
  }
}
.page-head {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.page-head__inner {
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .page-head__inner {
    padding: 0;
  }
}
.page-head__inner iframe {
  width: 100%;
  height: 460px;
  border-radius: 10px;
}
.page-head__img img {
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-head__img img {
    border-radius: 0;
  }
}
.page-head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-head__title {
    left: 20px;
    bottom: 20px;
  }
}
.page-head__title img {
  width: 100%;
}
.page-head__main-title {
  margin-right: 18px;
  position: relative;
  padding-right: 18px;
}
.page-head__main-title.--img {
  height: 33px;
}
.page-head__main-title.--img img {
  width: auto;
  height: 100%;
}
.page-head__main-title.--img.--kanji {
  height: 37px;
}
.page-head__main-title.--release {
  width: 307px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .page-head__main-title.--release {
    width: 188px;
    margin-right: 15px;
  }
  .page-head__main-title.--img {
    height: 24.5px;
  }
  .page-head__main-title.--img.--kanji {
    height: 27px;
  }
}
.page-head__main-title.--release:after {
  top: calc(50% + 3px);
  right: -5px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .page-head__main-title.--release:after {
    top: 50%;
  }
}
.page-head__main-title.--news {
  width: 174px;
}
@media screen and (max-width: 767px) {
  .page-head__main-title.--news {
    width: 134px;
  }
}
.page-head__main-title.--company {
  width: 157px;
}
@media screen and (max-width: 767px) {
  .page-head__main-title.--company {
    width: 117px;
  }
}
.page-head__main-title.--faq {
  width: 233px;
}
@media screen and (max-width: 767px) {
  .page-head__main-title.--faq {
    width: 175px;
  }
  .page-head__main-title.--release {
    width: 180px;
    margin-right: 19px;
  }
  .page-head__main-title.--release:after {
    right: 0;
  }
}
.page-head__main-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 28px;
  background-color: #000000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-head__sub-title {
  font-size: 21px;
  font-family: "Fugaz One";
}
@media screen and (max-width: 767px) {
  .page-head__sub-title {
    font-size: 15px;
  }
}
.page-head__sub-title-txt {
  font-size: 21px;
  font-family: "Fugaz One";
}
@media screen and (max-width: 767px) {
  .page-head__sub-title-txt.--release {
    font-size: 18px;
  }
}
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #ed1c24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #aa151a;
  height: 100px;
  -webkit-box-shadow: 1px -2px 12px -1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 1px -2px 12px -1px rgba(0, 0, 0, 0.15) inset;
}
@media screen and (max-width: 1150px) {
  .p-header {
    height: 80px;
    overflow: hidden;
  }
}
.p-header__logo {
  position: relative;
  z-index: 1;
  max-width: 322px;
  width: 100%;
  height: 103px;
  border-right: 1px solid #aa151a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -3px;
}
@media screen and (max-width: 1150px) {
  .p-header__logo {
    max-width: 100%;
  }
}
@media screen and (max-width: 1150px) {
  .p-header__logo {
    height: 83px;
    padding-left: 25px;
    margin-top: -3px;
    border: none;
  }
}
.p-header__logo::before {
  content: "";
  background-image: url(../../assets/img/header_deco02.png);
  background-size: contain;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  right: -13px;
}
@media screen and (max-width: 1150px) {
  .p-header__logo::before {
    background-image: url(../../assets/img/header_deco_left.png);
    width: 11px;
    height: 24px;
    right: 0;
  }
}
.p-header__logo::after {
  content: "";
  background-image: url(../../assets/img/header_deco.png);
  background-size: contain;
  width: 12px;
  height: 23px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}
@media screen and (max-width: 1150px) {
  .p-header__logo::after {
    width: 12px;
    height: 24px;
  }
}
.p-header__logo h1 {
  max-width: 188px;
  max-width: 100%;
  width: 100%;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.p-header__logo h1 a {
  display: block;
  font-size: 0;
  text-align: left;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.p-header__logo h1 a:hover {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}
.p-header__logo h1 a img {
  display: inline-block;
  height: 50px;
  width: auto;
}
@media screen and (max-width: 1150px) {
  .p-header__logo h1 a img {
    height: 35px;
  }
}
@media screen and (min-width: 768px) {
  .p-header__logo h1:hover a img {
    -webkit-animation: bounce 0.6s ease-in-out 0s 1 alternate;
    animation: bounce 0.6s ease-in-out 0s 1 alternate;
  }
}
@media screen and (max-width: 1150px) {
  .p-header__logo h1 {
    max-width: 153px;
  }
}
@-webkit-keyframes nrotation2 {
  0% {
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
  }
  40% {
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes nrotation2 {
  0% {
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
  }
  40% {
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.p-header__slide-box {
  position: relative;
  top: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
@media screen and (max-width: 1150px) {
  .p-header__slide-box {
    max-width: 100%;
    height: 163px;
    border-right: 1px solid #aa151a;
  }
}
.p-header__slide-box::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 1px;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ff545b;
}
.p-header-category {
  position: relative;
  width: 100%;
  max-width: 295px;
  height: 80px;
  background-color: #ed1c24;
  border-top: 1px solid #aa151a;
}
@media screen and (max-width: 1150px) {
  .p-header-category {
    max-width: 100%;
  }
}
@media screen and (max-width: 1150px) {
  .p-header-category {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.p-header-category::before {
  content: "";
  background-image: url(../../assets/img/header_deco.png);
  background-size: contain;
  width: 12px;
  height: 23px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-header-category::before {
    width: 12px;
    height: 24px;
  }
}
.p-header-category::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ff545b;
}
.p-header-category__back {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 87px;
  height: 80px;
  border-right: 1px solid #aa151a;
}
.p-header-category__back::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 1px;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ff545b;
}
.p-header-category__back::after {
  content: "";
  background-image: url(../../assets/img/header_deco_left.png);
  background-size: contain;
  width: 11px;
  height: 24px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.p-header-category__title {
  position: relative;
  width: 100%;
}
.p-header-category__title::after {
  content: "";
  background-image: url(../../assets/img/header_deco_left.png);
  background-size: contain;
  width: 11px;
  height: 24px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 1px;
}
.p-header-category__title img {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 4px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85px;
}
.p-header-category__text {
  display: block;
  width: 35px;
  margin: 28px auto 0;
}
.p-header-category__text:before {
  display: block;
  content: "";
  width: 17px;
  height: 26px;
  background: url(../../assets/img/modoru_arrow.svg) center/contain no-repeat;
  position: absolute;
  top: 16px;
  left: calc(50% - 3px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-sideNav--header {
  position: fixed;
  top: 80px;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 100;
  width: 100vw;
  height: calc(100vh - 200px);
  background: #fff;
  padding-bottom: 155px;
  overflow-y: auto;
  -webkit-transition: opacity 0s, -webkit-transform 0.3s;
  transition: opacity 0s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0s;
  transition: transform 0.3s, opacity 0s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
}
.c-sideNav--header .c-sideNav__title {
  border-radius: 0px !important;
  padding: 18px 18px 20px;
  font-weight: 900;
}
.c-sideNav--header .c-sideNav__arrow.is-active::before {
  bottom: calc(50% - 1px);
  right: 17px;
}
.c-sideNav--header .c-sideNav__arrow.is-active::after {
  bottom: calc(50% - 2px);
  right: 23px;
}
.c-sideNav--header .cat-item:before,
.c-sideNav--header .cat-item:after {
  right: 17px;
}
.c-sideNav--header .cat-list.active .cat-item:before {
  top: calc(50% - 1px);
  right: 15px;
}
.c-sideNav--header .cat-list.active .cat-item:after {
  bottom: calc(50% - 1px);
  right: 19px;
}
.c-sideNav--header .c-sideNav__list .cat-item {
  padding: 18px 10px 18px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-sideNav--header .c-sideNav__list .children .cat-item {
  padding: 0;
}
.c-sideNav--header .c-sideNav__list .children .cat-item a {
  padding: 14px 10px 14px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-sideNav--header .cat-item.year {
  padding: 0;
}
.c-sideNav--header .c-sideNav__list.is-open {
  background: transparent;
}
@media screen and (max-width: 1150px) {
  .p-header:not([slide-in="none"]) .p-header__slide-box {
    top: -82px;
  }
  .p-header:not([slide-in="none"]) .c-sideNav--header {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0s, -webkit-transform 0.3s;
    transition: opacity 0s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0s;
    transition: transform 0.3s, opacity 0s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
  }
  .p-header:not([slide-in="none"]) .p-spNav {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .p-header[slide-in="capsule"] .c-sideNav--header[category="capsule"],
  .p-header[slide-in="sales"] .c-sideNav--header[category="sales"],
  .p-header[slide-in="oem"] .c-sideNav--header[category="oem"] {
    opacity: 1;
    pointer-events: auto;
  }
}
.p-footer {
  background: #333333;
  width: 100%;
  color: #ffffff;
  padding: 39px 44px 20px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 49px 20px 15px;
  }
}
.p-footer__logo {
  width: 190px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 140px;
    margin: 0 auto 21px;
  }
}
.p-footer__right {
  width: 185px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__right {
    margin: 0 auto 32px;
    width: 141px;
  }
}
.p-footer__list {
  font-style: italic;
  font-weight: 800;
}
.p-footer__list a {
  color: #ffffff;
  display: block;
}
.p-footer__list.-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer__list.-left span {
  line-height: normal;
}
.p-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.p-footer__item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-footer__item:hover a {
  display: block;
  color: #ed1c24;
}
.p-footer__item span {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-footer__item {
    margin-bottom: 7px;
  }
}
.p-footer__item-deco {
  font-family: "Fugaz One";
  margin-right: 18px;
  font-style: initial;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-footer__item-deco {
    font-size: 12px;
    margin-right: 15px;
  }
}
.p-footer__item-tel {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-footer__item-tel {
    font-size: 10px;
  }
}
.p-footer__item-text {
  font-size: 14px;
  line-height: 1.6;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .p-footer__item-text {
    font-size: 10px;
  }
}
.p-footer__item.-left {
  font-size: 18px;
  margin-right: 28px;
}
.p-footer__item.-left:last-child {
  margin-right: 0;
}
.p-footer__nav {
  margin-bottom: 20px;
  margin-top: -11px;
}
.p-footer__copy {
  font-size: 12px;
  color: #858585;
  font-family: "Maven Pro";
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    text-align: center;
    font-size: 10px;
  }
}
.p-footer .c-sns {
  width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-footer .c-sns {
    width: 223px;
  }
}
.p-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.p-nav::before {
  content: "";
  background-image: url(../../assets/img/header_deco03.png);
  background-size: contain;
  width: 12px;
  height: 24px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1150px) {
  .p-nav {
    display: none;
  }
}
.p-nav__item {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 101%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #aa151a;
}
.p-nav__item:hover {
  background: #ffffff;
}
.p-nav__item:hover .p-nav__item-children {
  visibility: visible;
  opacity: 1;
}
.p-nav__item:hover::before {
  background-color: #ffffff;
  opacity: 0;
}
.p-nav__item::before {
  position: absolute;
  left: 1px;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ff545b;
}
.p-nav__item-children {
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: -3px 0px 14px -6px rgba(0, 0, 0, 0.4);
  box-shadow: -3px 0px 14px -6px rgba(0, 0, 0, 0.4);
}
.p-nav__item-children:hover .p-nav__item {
  background: #ffffff;
}
.p-nav__item-children li {
  border-bottom: 1px solid #ededed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-nav__item-children li:hover {
  background: #ed1c24;
}
.p-nav__item-children li:hover a {
  color: #ffffff;
}
.p-nav__item-children li:last-child {
  border-bottom: none;
}
.p-nav__item-children li a {
  text-align: left;
  display: block;
  padding: 20px;
}
.p-nav__item-children .p-nav__item-link {
  width: 300px;
}
.p-nav__item-children .p-nav__item-link:nth-child(2n + 1) {
  border-right: 1px solid #ededed;
}
.p-nav__item-children .p-nav__item-link dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-nav__item-children .p-nav__item-link dl a {
  padding: 0;
}
.p-nav__item-children .p-nav__item-link dl dt {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
.p-nav__item-children .p-nav__item-link dl dt img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-nav__item-children.--new {
  width: 200px;
}
.p-nav__item-children.--new li a {
  padding: 16px 19px 18px;
}
.p-nav__item-children.--contact {
  width: 200px;
  position: absolute;
  right: 0;
}
.p-nav__item-children.--sale {
  width: 300px;
}
.p-nav__item-children.--sale a {
  padding: 0;
}
.p-nav__item-children.--product {
  z-index: 0;
  width: 615px;
  position: absolute;
  left: -202px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 440px;
  overflow-y: scroll;
}
.p-nav__item-children.--product a {
  padding: 0;
}
.p-nav__item-children.--product .p-nav__item-link {
  width: 49.5%;
}
.p-nav__item-children.--product .p-nav__item-link dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-nav__item-children.--product .p-nav__item-link dl a {
  padding: 0;
}
.p-nav__item-children.--product .p-nav__item-link dl dt {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
.p-nav__item-children.--product .p-nav__item-link dl dt img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-nav__item .home {
  width: 30px;
}
.p-nav__item .product {
  width: 28px;
}
.p-nav__item .webshop {
  width: 42px;
  margin-left: 19px;
}
.p-nav__item .capsule {
  width: 26px;
}
.p-nav__item .sales {
  width: 27px;
}
.p-nav__item .oem {
  width: 40px;
}
.p-nav__item .news {
  width: 32px;
}
.p-nav__item .shop {
  width: 28px;
}
.p-nav__item .pressrelease {
  width: 43px;
}
.p-nav__item .contact {
  width: 29px;
}
.p-nav__text {
  margin-top: 10px;
  font-weight: 100;
  font-size: 15px;
  font-family: "Dela Gothic One";
  font-style: italic;
}
.p-nav__text .nav-img01 {
  width: 40px;
}
.p-nav__text .nav-img02 {
  width: 73px;
  width: auto;
  height: 23px;
  margin-bottom: -2px;
}
.p-nav__text .nav-img03 {
  width: 82px;
  width: auto;
  height: 11px;
}
.p-nav__text .nav-img04 {
  width: auto;
  height: 23px;
  margin-bottom: -11.5px;
}
.p-nav__text .nav-img05 {
  width: 47px;
  width: auto;
  height: 10.5px;
}
.p-nav__text .nav-img06 {
  width: 53px;
  width: auto;
  height: 11px;
}
.p-nav__text .nav-img07 {
  width: 69px;
  width: auto;
  height: 11px;
}
.p-nav__text .nav-img08 {
  width: 76px;
  width: auto;
  height: 11px;
}
.p-nav__text .nav-img09 {
  width: 47px;
  width: auto;
  height: 11px;
}
.p-nav__item[aria-selected="true"] {
  background-image: url(../../assets/img/hover-deco.png);
}
.p-nav__item[aria-selected="true"]::before {
  background-color: #ffffff;
  opacity: 0;
}
.p-nav__item[aria-selected="true"]:hover {
  background: none;
  background-image: url(../../assets/img/hover-deco.png);
}
.p-nav__item[aria-selected="true"] .nav-txt-white {
  display: block;
}
.p-nav__item[aria-selected="true"] .nav-txt-black {
  display: none;
}
.p-nav__item[aria-selected="true"] .p-nav__text.-small.-black {
  display: none;
  margin: 0;
}
.p-nav__item[aria-selected="false"] .nav-txt-white {
  display: none;
}
.p-nav__item[aria-selected="false"] .nav-txt-black {
  display: block;
}
.p-nav__item[aria-selected="false"] .p-nav__text.-small.-white {
  display: none;
  margin: 0;
}
.p-nav__item-children {
  pointer-events: none;
}
.p-nav__item:hover .p-nav__item-children {
  pointer-events: auto;
}
body {
  width: 100%;
  background-repeat: repeat;
  background-position: top 94px left 0;
  background-size: 1980px auto;
}
@media screen and (max-width: 767px) {
  body {
    background-size: 748px auto;
    background-position: top 74px left 0;
  }
}
body:not(.home) {
  background-size: 1485px auto;
}
@media screen and (max-width: 767px) {
  body:not(.home) {
    background-size: 561px auto;
    background-position: top 74px left 0;
  }
}
body.bg-newitem {
  background-image: url(../../../../uploads/bg/newitem/bg_1.png);
}
body.bg-top-00 {
  background-image: url("../../../../uploads/bg/top/bg_00.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-00 {
    background-image: url("../../../../uploads/bg/top_sp/bg_00.png");
  }
}
body.bg-top-01 {
  background-image: url("../../../../uploads/bg/top/bg_01.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-01 {
    background-image: url("../../../../uploads/bg/top_sp/bg_01.png");
  }
}
body.bg-top-02 {
  background-image: url("../../../../uploads/bg/top/bg_02.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-02 {
    background-image: url("../../../../uploads/bg/top_sp/bg_02.png");
  }
}
body.bg-top-03 {
  background-image: url("../../../../uploads/bg/top/bg_03.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-03 {
    background-image: url("../../../../uploads/bg/top_sp/bg_03.png");
  }
}
body.bg-top-04 {
  background-image: url("../../../../uploads/bg/top/bg_04.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-04 {
    background-image: url("../../../../uploads/bg/top_sp/bg_04.png");
  }
}
body.bg-top-05 {
  background-image: url("../../../../uploads/bg/top/bg_05.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-05 {
    background-image: url("../../../../uploads/bg/top_sp/bg_05.png");
  }
}
body.bg-top-06 {
  background-image: url("../../../../uploads/bg/top/bg_06.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-06 {
    background-image: url("../../../../uploads/bg/top_sp/bg_06.png");
  }
}
body.bg-top-07 {
  background-image: url("../../../../uploads/bg/top/bg_07.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-07 {
    background-image: url("../../../../uploads/bg/top_sp/bg_07.png");
  }
}
body.bg-top-08 {
  background-image: url("../../../../uploads/bg/top/bg_08.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-08 {
    background-image: url("../../../../uploads/bg/top_sp/bg_08.png");
  }
}
body.bg-top-09 {
  background-image: url("../../../../uploads/bg/top/bg_09.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-09 {
    background-image: url("../../../../uploads/bg/top_sp/bg_09.png");
  }
}
body.bg-top-10 {
  background-image: url("../../../../uploads/bg/top/bg_10.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-10 {
    background-image: url("../../../../uploads/bg/top_sp/bg_10.png");
  }
}
body.bg-top-11 {
  background-image: url("../../../../uploads/bg/top/bg_11.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-11 {
    background-image: url("../../../../uploads/bg/top_sp/bg_11.png");
  }
}
body.bg-top-12 {
  background-image: url("../../../../uploads/bg/top/bg_12.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-12 {
    background-image: url("../../../../uploads/bg/top_sp/bg_12.png");
  }
}
body.bg-top-13 {
  background-image: url("../../../../uploads/bg/top/bg_13.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-13 {
    background-image: url("../../../../uploads/bg/top_sp/bg_13.png");
  }
}
body.bg-top-14 {
  background-image: url("../../../../uploads/bg/top/bg_14.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-14 {
    background-image: url("../../../../uploads/bg/top_sp/bg_14.png");
  }
}
body.bg-top-15 {
  background-image: url("../../../../uploads/bg/top/bg_15.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-15 {
    background-image: url("../../../../uploads/bg/top_sp/bg_15.png");
  }
}
body.bg-top-16 {
  background-image: url("../../../../uploads/bg/top/bg_16.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-16 {
    background-image: url("../../../../uploads/bg/top_sp/bg_16.png");
  }
}
body.bg-top-17 {
  background-image: url("../../../../uploads/bg/top/bg_17.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-17 {
    background-image: url("../../../../uploads/bg/top_sp/bg_17.png");
  }
}
body.bg-top-18 {
  background-image: url("../../../../uploads/bg/top/bg_18.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-18 {
    background-image: url("../../../../uploads/bg/top_sp/bg_18.png");
  }
}
body.bg-top-19 {
  background-image: url("../../../../uploads/bg/top/bg_19.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-19 {
    background-image: url("../../../../uploads/bg/top_sp/bg_19.png");
  }
}
body.bg-top-20 {
  background-image: url("../../../../uploads/bg/top/bg_20.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-20 {
    background-image: url("../../../../uploads/bg/top_sp/bg_20.png");
  }
}
body.bg-top-21 {
  background-image: url("../../../../uploads/bg/top/bg_21.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-21 {
    background-image: url("../../../../uploads/bg/top_sp/bg_21.png");
  }
}
body.bg-top-22 {
  background-image: url("../../../../uploads/bg/top/bg_22.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-22 {
    background-image: url("../../../../uploads/bg/top_sp/bg_22.png");
  }
}
body.bg-top-23 {
  background-image: url("../../../../uploads/bg/top/bg_23.png");
}
@media screen and (max-width: 767px) {
  body.bg-top-23 {
    background-image: url("../../../../uploads/bg/top_sp/bg_23.png");
  }
}
.p-background__contents {
  background-color: rgba(247, 247, 247, 0.6);
}
.p-hamburger {
  display: none;
}
@media screen and (max-width: 1150px) {
  .p-hamburger {
    display: block;
    position: relative;
    width: 80px;
    height: 83px;
    padding: 0;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-hamburger {
    border-left: 1px solid #ff545b;
  }
}
@media screen and (max-width: 375px) {
  .p-hamburger {
    border-left: 0;
  }
}
.p-hamburger::before {
  content: "";
  background-image: url(../../assets/img/header_deco.png);
  background-size: contain;
  width: 12px;
  height: 24px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.p-hamburger__body {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 45px;
  margin: auto;
}
.p-hamburger__line {
  position: absolute;
  top: 13px;
  left: 50%;
  z-index: 1;
  display: block;
  width: 32px;
  height: 4px;
  background-color: #000;
  border-radius: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-hamburger__line::before,
.p-hamburger__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #000;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 10px;
}
.p-hamburger__line::before {
  margin-top: -11px;
}
.p-hamburger__line::after {
  margin-top: 11px;
}
.p-hamburger__line.-shadow {
  z-index: 0;
  top: 15px;
  left: calc(50% + 3px);
  background-color: #fff;
}
.p-hamburger__line.-shadow::before {
  background-color: #fff;
}
.p-hamburger__line.-shadow::after {
  background-color: #fff;
}
.p-hamburger__text {
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 45px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
.is-drawerActive .p-hamburger__line {
  background-color: transparent;
  top: 9px;
  left: calc(50% + 6px);
}
.is-drawerActive .p-hamburger__line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is-drawerActive .p-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-drawerActive .p-hamburger__line.-shadow {
  top: 11px;
  left: calc(50% + 9px);
}
.is-drawerActive .p-hamburger__text {
  bottom: 1px;
}
.p-hero {
  background: #fff;
  position: relative;
  height: calc(100vh - 100px);
  height: 845px;
  height: 740px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-hero {
    height: calc(78.5vh - 100px);
    height: 425px;
  }
}
.p-hero__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60.71429vw;
  color: #ed1c24;
}
@media screen and (max-width: 767px) {
  .p-hero__logo {
    width: 90.66667vw;
  }
}
.p-hero__logo .st0 {
  color: #ed1c24;
}
#bgcanv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
.p-product {
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-product {
    margin-bottom: 20px;
    position: relative;
  }
  .p-product .swiper-button-prev,
  .p-product .swiper-button-next {
    top: 60%;
  }
}
.p-product__title {
  font-size: 180px;
  color: #ed1c24;
  font-family: "Dela Gothic One";
  font-weight: 100;
  text-align: center;
  font-style: italic;
  margin-bottom: 10px;
  opacity: 1;
}
.p-product__title.scrollIn {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-product__title {
    font-size: 16.66667vw;
  }
}
@media screen and (max-width: 479px) {
  .p-product__title {
    font-size: 62px;
  }
}
.p-product__read {
  font-size: 67px;
  text-align: center;
  font-family: "Fugaz One";
  font-weight: 100;
  color: #ed1c24;
  opacity: 1;
}
.p-product__read.scrollIn {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-product__read {
    font-size: 6.13333vw;
  }
}
@media screen and (max-width: 479px) {
  .p-product__read {
    font-size: 23px;
  }
}
.p-product__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-product__body {
    display: none;
  }
}
.p-product_textArea {
  margin-top: 20px;
  background: #ffffff;
}
.p-product_title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: left;
}
.p-product_text {
  font-size: 14px;
  line-height: 1.4;
}
.p-product .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
}
@media screen and (max-width: 919px) {
  .p-product .swiper-wrapper {
    -webkit-transition-timing-function: cubic-bezier(
      0.19,
      1,
      0.22,
      1
    ) !important;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
  }
}
.p-product .swiper-container02 {
  margin-top: 26px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-product .swiper-container02 {
    margin-top: 15px;
  }
}
.p-product .swiper-container02 figure {
  position: relative;
}
.p-product .swiper-container02 figure:after {
  display: block;
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.p-product .swiper-container02 img {
  width: 100%;
}
.p-product .swiper-button-prev,
.p-product .swiper-button-next {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-product .swiper-button-prev,
  .p-product .swiper-button-next {
    display: block;
  }
}
.p-product .swiper-button-prev,
.p-product .swiper-button-next {
  background-image: url(../../assets/img/arrow.svg);
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-product .swiper-button-prev::after,
.p-product .swiper-button-next::after {
  content: "";
}
@media screen and (max-width: 767px) {
  .p-product .swiper-button-prev,
  .p-product .swiper-button-next {
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (max-width: 479px) {
  .p-product .swiper-button-prev,
  .p-product .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.p-product .swiper-button-prev,
.p-product .swiper-container-rtl .swiper-button-next {
  left: 2.4% !important;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-product .swiper-button-prev,
  .p-product .swiper-container-rtl .swiper-button-next {
    left: 9% !important;
  }
}
.p-product .swiper-button-next,
.p-product .swiper-container-rtl .swiper-button-prev {
  right: 2.4% !important;
}
@media screen and (max-width: 767px) {
  .p-product .swiper-button-next,
  .p-product .swiper-container-rtl .swiper-button-prev {
    right: 10% !important;
  }
}
.swiper-container02 .swiper-slide:hover figure:after {
  opacity: 0.3;
}
.p-pick {
  background-color: rgba(247, 247, 247, 0.6);
  padding: 100px 0 45px;
}
@media screen and (max-width: 767px) {
  .p-pick {
    padding: 25px 0 45px;
  }
}
.p-calendar-wrap {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-calendar-wrap {
    overflow-x: scroll;
  }
}
.p-calendar {
  width: 952px;
  max-width: 100vw;
  margin: 0 auto;
  background: #eae9e3;
  border-radius: 6px;
  -webkit-box-shadow: -3px 3px 12px -9px #383838;
  box-shadow: -3px 3px 12px -9px #383838;
}
@media screen and (max-width: 900px) {
  .p-calendar {
    width: 100vw;
    border-radius: 3px;
  }
}
.p-calendar-header {
  position: relative;
  padding: 24px 28px 20px;
}
.p-calendar-header:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../../assets/img/hole.png) center/contain no-repeat;
  position: absolute;
  left: calc(50% - 5px);
  top: 21px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .p-calendar-header {
    padding: 24px 28px 8px;
  }
  .p-calendar-header:after {
    width: 6px;
    height: 6px;
    left: calc(50% - 3px);
    top: 12px;
  }
}
.p-calendar-header__title {
  margin-top: 24px;
  text-align: center;
}
.p-calendar-header__title img {
  width: 333px;
}
@media screen and (max-width: 900px) {
  .p-calendar-header__title {
    margin-top: 31px;
  }
  .p-calendar-header__title img {
    width: 200px;
  }
}
.p-calendar-header__updated {
  font-family: "Noto Sans JP";
  color: #000;
  font-size: 14px;
  position: absolute;
  top: 24px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-calendar-header__updated {
    font-size: 11px;
    top: 22px;
  }
}
.p-calendar-header-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 24px;
  left: 28px;
}
@media screen and (max-width: 767px) {
  .p-calendar-header-date {
    top: 14px;
    left: 21px;
  }
}
.p-calendar-header-date span {
  display: block;
  font-family: "Monoton", cursive;
  font-weight: 400;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff,
    -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff,
    0px -1px 1px #fff;
}
.p-calendar-header-date__r {
  margin-top: 9px;
  margin-left: 17px;
}
.p-calendar-header-date__month {
  font-size: 70px;
}
.p-calendar-header-date__eng {
  font-size: 26px;
}
.p-calendar-header-date__year {
  font-size: 22px;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .p-calendar-header-date__r {
    margin-top: 3px;
    margin-left: 10px;
  }
  .p-calendar-header-date__month {
    font-size: 37px;
  }
  .p-calendar-header-date__eng {
    font-size: 13.5px;
  }
  .p-calendar-header-date__year {
    font-size: 11.4px;
    margin-top: 3px;
  }
}
.p-calendar-contents {
  padding: 10px;
}
.calendar-swiper {
  position: relative;
  overflow: hidden;
}
.calendar-swiper .swiper-button-prev,
.calendar-swiper .swiper-button-next {
  background-image: url(../../assets/img/arrow.svg);
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}
.calendar-swiper .swiper-button-prev::after,
.calendar-swiper .swiper-button-next::after {
  content: "";
}
@media screen and (max-width: 919px) {
  .calendar-swiper .swiper-button-prev,
  .calendar-swiper .swiper-button-next {
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (max-width: 479px) {
  .calendar-swiper .swiper-button-prev,
  .calendar-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.calendar-swiper .swiper-button-prev[aria-disabled="true"],
.calendar-swiper .swiper-button-next[aria-disabled="true"] {
  display: none;
}
.calendar-swiper .swiper-button-next {
  right: calc((100vw - 952px) / 2 - 10px);
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1120px) {
  .calendar-swiper .swiper-button-next {
    top: 110px;
    right: 10px;
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 1120px) and (min-width: 953px) {
  .calendar-swiper .swiper-button-next {
    right: calc((100vw - 952px) / 2 + 10px);
  }
}
.calendar-swiper .swiper-button-prev {
  left: calc((100vw - 952px) / 2 - 10px);
  -webkit-transform: translate(-100%, -50%) rotate(180deg);
  transform: translate(-100%, -50%) rotate(180deg);
}
@media screen and (max-width: 1120px) {
  .calendar-swiper .swiper-button-prev {
    top: 110px;
    left: auto;
    right: 20px;
    -webkit-transform: translate(-100%, 0) rotate(180deg);
    transform: translate(-100%, 0) rotate(180deg);
  }
}
@media screen and (max-width: 1120px) and (min-width: 952px) {
  .calendar-swiper .swiper-button-prev {
    right: calc((100vw - 952px) / 2 + 20px);
  }
}
.fc .fc-toolbar.fc-header-toolbar {
  display: none;
}
.fc .fc-daygrid-body {
  width: auto !important;
  border: 4px solid #000;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .fc .fc-daygrid-body {
    border: 2px solid #000;
  }
}
.fc-scrollgrid-sync-table {
  width: 100% !important;
}
.fc-theme-standard .fc-scrollgrid {
  border: none !important;
  table-layout: fixed;
  width: 100%;
}
.fc-col-header-cell.fc-day {
  font-family: "Monoton", cursive;
  font-weight: 400;
  font-size: 18px;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff,
    -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff,
    0px -1px 1px #fff;
  border: none !important;
  padding-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .fc-col-header-cell.fc-day {
    font-size: 10.8px;
    padding-bottom: 6px;
  }
}
.fc-col-header-cell.fc-day-sun .fc-col-header-cell-cushion {
  color: #ed1c24;
}
.fc-daygrid-day.fc-day-sun .fc-daygrid-day-number {
  color: #ed1c24;
}
.fc-daygrid-day {
  height: 119px;
  border: 2px solid #000 !important;
}
@media screen and (max-width: 767px) {
  .fc-daygrid-day {
    height: 72px;
    border: 2px solid #000 !important;
  }
}
.fc .fc-daygrid-day-top {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fc .fc-daygrid-day-number {
  font-size: 18px;
  padding: 6px;
}
@media screen and (max-width: 767px) {
  .fc .fc-daygrid-day-number {
    font-size: 10px;
    padding: 6px;
  }
}
.fc .fc-daygrid-day-events {
  margin-top: 8px !important;
}
@media screen and (max-width: 767px) {
  .fc .fc-daygrid-day-events {
    margin: 2px 0 8px !important;
  }
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: transparent !important;
}
.fc .fc-event-time {
  display: none;
}
.fc-event-title-container {
  padding: 9px 7px;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .fc-event-title-container {
    padding: 5px;
    font-size: 10px;
  }
}
.fc-event {
  cursor: default !important;
}
@media screen and (max-width: 767px) {
  .fc-daygrid-event {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .fc-event-title-container {
    overflow-x: scroll;
  }
}
.fc-event-title {
  white-space: pre-wrap;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .fc-event-title {
    white-space: inherit;
    max-width: initial !important;
  }
}
.fc-h-event.event-event {
  border: #ed1c24;
  background-color: #ed1c24;
}
.fc-h-event.event-release {
  border: #00acee;
  background-color: #00acee;
}
.fc-h-event.event-media {
  border: #ffe93b;
  background-color: #ffe93b;
}
.fc-h-event.event-media .fc-event-title {
  color: #000;
}
.fc-h-event.event-others {
  border: #a8a8a8;
  background-color: #a8a8a8;
}
.p-calendar-wrap {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-calendar-wrap {
    max-width: 100vw;
    overflow-x: scroll;
  }
}
#calendar,
#calendar02 {
  padding-top: 100px;
  margin-top: -100px;
}
.p-news {
  width: 100%;
  background-color: rgba(21, 255, 175, 0.5);
  padding: 60px 0 70px;
  overflow: hidden;
  position: relative;
}
.p-news.--newsS {
  padding: 68px 0 53px;
}
@media screen and (max-width: 767px) {
  .p-news.--newsS {
    padding: 75px 0 53px;
  }
}
.p-news.--newsS .p-news__title {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 30px 0 0;
  }
}
.p-news__area {
  position: relative;
  z-index: 2;
}
.p-news__area .wrapper {
  max-width: 1300px;
  width: 100%;
}
.p-news__area-deco {
  position: absolute;
  top: -40px;
  left: 90px;
  -webkit-animation: star-anim 4s 0s infinite;
  animation: star-anim 4s 0s infinite;
}
@media screen and (max-width: 767px) {
  .p-news__area-deco {
    top: 0;
    left: 0;
  }
}
.p-news__area-deco.--deco02 {
  top: -80px;
  left: auto;
  right: 100px;
  -webkit-animation: star-anim 4s 2s infinite;
  animation: star-anim 4s 2s infinite;
}
@media screen and (max-width: 767px) {
  .p-news__area-deco.--deco02 {
    top: -150px;
    left: auto;
    right: -270px;
  }
}
.p-news__area-deco.--deco03 {
  top: 470px;
  left: 590px;
  right: auto;
  -webkit-animation: star-anim 4s 0s infinite;
  animation: star-anim 4s 0s infinite;
}
@media screen and (max-width: 767px) {
  .p-news__area-deco.--deco03 {
    left: 0;
  }
}
.p-news__area-deco.--deco04 {
  top: 470px;
  left: 910px;
  right: auto;
  -webkit-animation: star-anim 4s 2s infinite;
  animation: star-anim 4s 2s infinite;
}
@media screen and (max-width: 767px) {
  .p-news__area-deco.--deco04 {
    display: none;
  }
}
.p-news__area-deco.--deco05 {
  top: auto;
  left: auto;
  right: 50px;
  bottom: 40px;
  -webkit-animation: star-anim 4s 0s infinite;
  animation: star-anim 4s 0s infinite;
}
@media screen and (max-width: 767px) {
  .p-news__area-deco.--deco05 {
    bottom: 360px;
    right: 0;
  }
}
.p-news__title {
  font-size: 60px;
  font-family: "Dela Gothic One";
  text-align: center;
  margin-bottom: 10px;
  font-weight: 100;
  opacity: 1;
  font-style: italic;
}
.p-news__title.scrollIn {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    font-size: 9.33333vw;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 479px) {
  .p-news__title {
    font-size: 35px;
  }
}
.p-news__read {
  font-size: 22px;
  font-family: "Fugaz One";
  text-align: center;
  margin-bottom: 40px;
  opacity: 1;
}
.p-news__read.scrollIn {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-news__read {
    font-size: 3.6vw;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 479px) {
  .p-news__read {
    font-size: 14px;
  }
}
.p-news.--single {
  margin-bottom: 100px;
}
.p-news__deco {
  font-size: 425px;
  font-family: "Patua One";
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 370px;
  color: #ffffff;
  left: -60px;
  opacity: 0.3;
}
.p-news__deco.--deco02 {
  left: auto;
  right: -65px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p-news .c-cards {
  position: relative;
  z-index: 1;
}
@-webkit-keyframes star-anim {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes star-anim {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-info {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 30px;
}
@media screen and (max-width: 919px) {
  .p-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 35px;
  }
}
.p-info__item {
  width: 28.13%;
  opacity: 1;
}
.p-info__item.scrollIn {
  opacity: 1;
}
@media screen and (max-width: 919px) {
  .p-info__item {
    margin-bottom: 15px;
    width: 100%;
  }
}
.p-info__item.-instagrm {
  background: #fff;
  border-radius: 12px 12px 10px 10px;
}
.p-info__item.-pickup {
  width: 42.19%;
}
@media screen and (max-width: 919px) {
  .p-info__item.-pickup {
    width: 100%;
  }
}
.p-info__item.-pickup .c-button {
  width: 188px;
  font-size: 18px;
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .p-info__item.-pickup .c-button {
    width: 213px;
    margin-top: 0;
  }
}
.p-info__item.-pickup .c-button span {
  padding: 10px 0 13px;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-info__item.-pickup .c-button span {
    padding: 18px 0;
  }
}
.p-info__item.-pickup .c-button span::before {
  width: 25px;
  height: 16px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background: none;
  background-image: url(../../assets/img/pick-deco.png);
  background-repeat: no-repeat;
  right: 8px;
  top: 13px;
}
@media screen and (max-width: 767px) {
  .p-info__item.-pickup .c-button span::before {
    top: calc(50% - 3px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000000;
    width: 9px;
    height: 2px;
    right: 10px;
  }
}
.p-info__item.-pickup .c-button span::after {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-info__item.-pickup .c-button span::after {
    opacity: 1;
    bottom: calc(50% - 4px);
    width: 9px;
    height: 2px;
    right: 10px;
  }
}
.p-info__head {
  color: #ffffff;
  border-top-right-radius: calc(0.8rem - 1px);
  border-top-left-radius: calc(0.8rem - 1px);
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .p-info__head {
    font-size: 17px;
    border-top-right-radius: calc(0.5rem - 1px);
    border-top-left-radius: calc(0.5rem - 1px);
  }
}
.p-info__head.-pickup {
  font-size: 22px;
  font-weight: 700;
  background: #f668e4;
  padding: 20px 27px;
}
@media screen and (max-width: 767px) {
  .p-info__head.-pickup {
    font-size: 15px;
    padding: 13px 20px;
  }
}
.p-info__head.-pickup span {
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .p-info__head.-pickup span {
    margin-right: 3px;
  }
}
.p-info__head.-pickup h2 {
  font-weight: 900;
}
.p-info__head.-twitter {
  background: #00acee;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .p-info__head.-twitter {
    padding: 13px 20px;
  }
}
.p-info__head.-instagrm {
  background: linear-gradient(
    -295deg,
    #8d36d3 0%,
    #4f64c8 16%,
    #c4348e 42%,
    #e2683d 73%,
    #feb832 100%
  );
  padding: 19px 32px 18px;
}
@media screen and (max-width: 767px) {
  .p-info__head.-instagrm {
    padding: 12px 20px;
  }
}
.p-info__head.-instagrm h2 {
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-info__head.-instagrm img {
    width: 23px;
    margin-top: -3px;
  }
}
.p-info__title.-sns {
  font-family: "Maven Pro";
  font-weight: 600;
}
.p-info__title span {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-info__title span {
    margin-right: 5px;
  }
}
.p-info__title span img {
  width: 28px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-info__title span img {
    width: 20px;
  }
}
.p-info__title span .--info {
  vertical-align: sub;
}
.p-info__body {
  background: #ffffff;
  padding: 30px 15px 20px;
  border-bottom-right-radius: calc(0.8rem - 1px);
  border-bottom-left-radius: calc(0.8rem - 1px);
  min-height: 359px;
}
@media screen and (max-width: 767px) {
  .p-info__body {
    padding: 21px 14px 20px;
    min-height: auto;
  }
}
.p-info__list {
  margin-bottom: 10px;
}
.p-info__textArea {
  padding: 12px 0 10px;
  border-bottom: 1px dotted #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-info__textArea a:hover .p-info__text {
  color: #ed1c24;
  border-bottom: 1px solid #ed1c24;
}
@media screen and (max-width: 767px) {
  .p-info__textArea {
    padding: 12px 0 5px;
  }
}
.p-info__textArea:first-child {
  padding-top: 0;
}
.p-info__textArea:last-child {
  border: none;
}
.p-info__date {
  font-family: "Maven Pro";
  font-size: 16px;
  min-width: 90px;
  margin-right: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-info__date {
    font-size: 10px;
    min-width: 50px;
    margin-right: 15px;
  }
}
.p-info__text {
  font-size: 16px;
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  margin-top: -3px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-info__text {
    font-size: 10px;
  }
}
.p-info.wrapper {
  max-width: 1300px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-info.wrapper {
    width: 92%;
    padding: 0;
  }
}
.p-info iframe {
  height: 361px !important;
}
@media screen and (max-width: 767px) {
  .p-info iframe {
    height: 66vw !important;
  }
}
.sb_instagram_header {
  display: none;
}
#sbi_images {
  border-radius: 0 0 10px 10px;
}
#sbi_load {
  display: none;
}
#sb_instagram {
  padding-bottom: 0 !important;
}
.p-social {
  position: relative;
  background-color: rgba(247, 247, 247, 0.6);
  padding: 65px 0 0;
}
@media screen and (max-width: 767px) {
  .p-social {
    padding: 30px 0 0;
  }
}
.p-social__title {
  font-size: 60px;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Dela Gothic One";
  font-weight: 100;
  font-style: italic;
  opacity: 1;
}
.p-social__title.scrollIn {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-social__title {
    font-size: 9.33333vw;
  }
}
@media screen and (max-width: 479px) {
  .p-social__title {
    font-size: 36px;
    margin-bottom: 7px;
  }
}
.p-social__read {
  font-size: 22px;
  text-align: center;
  font-family: "Fugaz One";
  margin-bottom: 40px;
  opacity: 1;
}
.p-social__read.scrollIn {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-social__read {
    font-size: 3.6vw;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  .p-social__read {
    font-size: 13px;
  }
}
.p-social__Area {
  position: relative;
  margin-bottom: 160px;
  opacity: 1;
}
.p-social__Area.scrollIn {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-social__Area {
    margin-bottom: 40px;
  }
}
.p-social__body {
  background: #ffe93b;
  max-width: 1008px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-social__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 17px 20px 55px;
    width: 92%;
    border-radius: 10px;
  }
}
.p-social__thum {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .p-social__thum {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.p-social__thum img {
  border-radius: 10px;
  width: 100%;
}
.p-social__txtArea-title {
  font-size: 45px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 900;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .p-social__txtArea-title {
    font-size: 27px;
    margin-bottom: 11px;
  }
}
.p-social__txtArea-text {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-social__txtArea-text {
    font-size: 14px;
    letter-spacing: -0.02em;
  }
}
.p-social .c-button {
  margin-top: -43px;
}
.p-social__deco {
  text-align: center;
  opacity: 1;
}
.p-social__deco.scrollIn {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-social__deco img {
    max-width: 250px;
    width: 53.33333vw;
  }
}
.p-social .c-sns {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 0;
}
.p-slider {
  width: 100%;
}
.p-slider img {
  width: 100%;
}
.p-slider .swiper-button-prev,
.p-slider .swiper-button-next {
  background-image: url(../../assets/img/arrow.svg);
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-slider .swiper-button-prev::after,
.p-slider .swiper-button-next::after {
  content: "";
}
@media screen and (max-width: 919px) {
  .p-slider .swiper-button-prev,
  .p-slider .swiper-button-next {
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (max-width: 479px) {
  .p-slider .swiper-button-prev,
  .p-slider .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.p-slider .swiper-button-next,
.p-slider .swiper-container-rtl .swiper-button-prev {
  right: 11.4%;
}
@media screen and (min-width: 1400px) {
  .p-slider .swiper-button-next,
  .p-slider .swiper-container-rtl .swiper-button-prev {
    right: 2.4%;
  }
}
@media screen and (max-width: 919px) {
  .p-slider .swiper-button-next,
  .p-slider .swiper-container-rtl .swiper-button-prev {
    right: 0.4%;
  }
}
.p-slider .swiper-button-prev,
.p-slider .swiper-container-rtl .swiper-button-next {
  left: 11.4%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 1400px) {
  .p-slider .swiper-button-prev,
  .p-slider .swiper-container-rtl .swiper-button-next {
    left: 2.4%;
  }
}
@media screen and (max-width: 919px) {
  .p-slider .swiper-button-prev,
  .p-slider .swiper-container-rtl .swiper-button-next {
    left: 0.4%;
  }
}
.p-slider .swiper-pagination-bullet-active {
  background: #ed1c24;
}
.p-slider .swiper-pagination-bullet {
  opacity: 1;
}
.p-slider .swiper-pagination-fraction,
.p-slider .swiper-pagination-custom,
.p-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  background: #ffffff;
  padding: 3px 17px 9px 11px;
  position: absolute;
  box-sizing: border-box;
  right: 0;
  bottom: 0;
  left: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top-left-radius: 10px;
}
@media screen and (max-width: 919px) {
  .p-slider .swiper-pagination-fraction,
  .p-slider .swiper-pagination-custom,
  .p-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    width: 55px;
    padding: 0px 7px 5px;
    border-top-left-radius: 10px;
  }
}
@media screen and (max-width: 919px) {
  .p-slider .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
}
@media screen and (max-width: 919px) {
  .p-slider
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 3px;
  }
}
.p-slider .swiper-slide {
  position: relative;
  width: 71.42857%;
  max-width: 1000px;
  padding-top: 40.14286%;
}
@media screen and (min-width: 1400px) {
  .p-slider .swiper-slide {
    padding-top: 562px;
  }
}
@media screen and (max-width: 919px) {
  .p-slider .swiper-slide {
    width: 92%;
    padding-top: 52%;
  }
}
.p-slider .swiper-slide img,
.p-slider .swiper-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-slider .swiper-slide:hover .p-slider__shadow::before {
  opacity: 0.4;
}
.p-slider
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 2px;
}
.p-slider .swiper-pagination-fraction,
.p-slider .swiper-pagination-custom,
.p-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
}
.p-slider__shadow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-productNew .p-pick {
  padding: 17px 0;
}
@media screen and (max-width: 767px) {
  .p-productNew .p-pick {
    padding: 14px 0 40px;
  }
}
.p-productNew .p-news {
  padding: 68px 0 57px;
}
@media screen and (max-width: 767px) {
  .p-productNew .p-news {
    padding: 30px 0 0;
  }
}
.p-productNew .p-news__title {
  font-weight: 100;
  font-style: italic;
  margin-bottom: 4px;
}
.p-productNew .p-news__read {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .p-productNew .p-news__read {
    margin-bottom: 0;
  }
}
.p-productNew .p-info {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-productNew .p-info {
    margin-top: 25px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.p-productNew .p-info__body {
  min-height: auto;
  padding: 30px 15px 15px;
}
.p-productNew .p-info .wrapper {
  max-width: 1120px;
}
.p-productNew .p-info__item.-pickup {
  width: 100%;
}
.p-productNew .p-product__title,
.p-productNew .p-product__read {
  opacity: 1;
}
.p-productNew .p-calendar {
  margin: 0 auto 68px;
}
@media screen and (max-width: 767px) {
  .p-productNew .p-calendar {
    margin: 0 auto 15px;
  }
}
.p-productNew__gacha {
  padding-top: 70px;
  position: relative;
  background-color: rgba(247, 247, 247, 0.6);
}
.p-productNew__gacha figure {
  opacity: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-productNew__gacha figure {
    max-width: 250px;
    width: 53.33333vw;
    margin: 0 auto;
  }
}
.p-productNew__gacha figure.scrollIn {
  opacity: 1;
}
.p-productNew__gacha .c-sns {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 0;
}
.p-productNew__box {
  max-width: 1120px;
  width: 100%;
  margin: -28px auto 0;
}
@media screen and (max-width: 767px) {
  .p-productNew__box {
    margin: -2% auto 0;
  }
}
.p-productNew .c-productBox__area {
  padding: 0 10px;
}
.p-productNew .c-productBox__thum img {
  height: 28.58571vw;
}
@media screen and (max-width: 919px) {
  .p-productNew .c-productBox__thum img {
    max-height: 442px;
    height: 57.58571vw;
  }
}
.p-productShingle__info {
  padding: 0 10px;
  margin-bottom: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-productShingle__info .p-info__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-productShingle__info .p-info__title span {
    margin-right: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-productShingle__info .p-info__title span img {
    width: 28px;
  }
}
.p-productShingle__info .p-info__head.-twitter {
  padding: 18px 30px 22px;
}
.p-productShingle__info .c-button {
  width: 512px;
  background: #00fc88;
}
@media screen and (max-width: 919px) {
  .p-productShingle__info .c-button {
    max-width: 351px;
    width: 100%;
    font-size: 20px;
  }
}
.p-productShingle__info .c-button a {
  color: #000000;
}
.p-productShingle__info .c-button::before,
.p-productShingle__info .c-button::after {
  content: "";
  width: 12px;
  height: 4px;
  right: 18px;
}
@media screen and (max-width: 767px) {
  .p-productShingle__info .c-button::before,
  .p-productShingle__info .c-button::after {
    width: 10px;
    height: 3px;
    right: 15px;
  }
}
.p-productShingle__info .c-button::before {
  top: calc(50% - 3px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-productShingle__info .c-button::before {
    top: calc(50% - 3px);
  }
}
.p-productShingle__info .c-button::after {
  bottom: calc(50% - 8px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-productShingle__info .c-button::after {
    bottom: calc(50% - 6px);
  }
}
.p-productShingle__infoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
@media screen and (max-width: 919px) {
  .p-productShingle__infoArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.p-productShingle__infoArea .c-shop {
  margin-right: 0.72%;
}
@media screen and (max-width: 919px) {
  .p-productShingle__infoArea .c-shop {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-productShingle__infoArea .c-shop__body {
  height: 790px;
  padding: 0 10px 40px 40px;
}
@media screen and (max-width: 919px) {
  .p-productShingle__infoArea .c-shop__body {
    height: 415px;
    padding: 0 18px 40px 18px;
  }
}
.p-productShingle__infoArea .c-shop__detail {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .p-productShingle__infoArea .c-shop__detail {
    padding: 36px 0;
  }
}
.p-productShingle__infoArea .c-shop__detail-title {
  font-style: italic;
}
.p-productShingle__infoArea .c-shop__item {
  margin-top: 29px;
}
@media screen and (max-width: 767px) {
  .p-productShingle__infoArea .c-shop .c-shop__list {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-productShingle__infoArea .c-shop .c-shop__item {
    margin-top: 20px;
  }
  .p-productShingle__infoArea .c-shop .c-shop__item:first-child {
    margin-top: 29px;
  }
}
.p-productShingle__infoArea .c-shop .c-shop__item-address dd:last-child {
  line-height: 2;
}
.p-productShingle__infoArea .p-info__item {
  width: 31.52%;
}
@media screen and (max-width: 919px) {
  .p-productShingle__infoArea .p-info__item {
    width: 100%;
  }
}
.p-productShingle__note {
  background: #ededed;
  padding: 40px;
  margin-bottom: 20px;
  line-height: 1.8;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-productShingle__note {
    padding: 32px 21px;
    line-height: 2;
  }
}
.p-productShingle__note-item {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 3px;
}
.p-productShingle__note-item:last-child {
  margin-bottom: 0;
}
.p-productShingle__note-item.red {
  color: #ed1c24;
  margin-bottom: 20px;
}
.p-productShingle__archive {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}
.p-productShingle__archive .p-productArchive__area {
  margin-bottom: 55px;
}
.p-productShingle__archive .c-productBox__thum img {
  max-height: 319px;
  height: 27.5vw;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 919px) {
  .p-productShingle__archive .c-productBox__thum img {
    max-height: none;
    height: 55.6vw;
  }
}
.p-productShingle__archive .c-productBox__area {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-productShingle__archive .c-productBox__area {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}
.p-productShingle__archive .c-button {
  width: 23%;
  position: absolute;
  right: 1%;
  bottom: 19%;
  font-size: 2.14286vw;
}
.p-productShingle__archive .c-button::before,
.p-productShingle__archive .c-button::after {
  width: 14px;
  height: 4px;
  right: 15px;
}
.p-productShingle__archive .c-button::before {
  top: calc(50% - 4px);
}
.p-productShingle__archive .c-button::after {
  bottom: calc(50% - 7px);
}
@media screen and (min-width: 1400px) {
  .p-productShingle__archive .c-button {
    font-size: 30px;
  }
}
@media screen and (max-width: 919px) {
  .p-productShingle__archive .c-button {
    bottom: 11%;
    right: 2.5%;
    font-size: 30px;
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-productShingle__archive .c-button {
    font-size: 20px;
  }
  .p-productShingle__archive .c-button::before,
  .p-productShingle__archive .c-button::after {
    width: 6px;
    height: 2px;
    right: 15px;
  }
  .p-productShingle__archive .c-button::before {
    top: calc(50% - 3px);
  }
  .p-productShingle__archive .c-button::after {
    bottom: calc(50% - 3px);
  }
  .p-productShingle__archive .c-button a {
    padding: 18px 0;
  }
}
@media screen and (max-width: 330px) {
  .p-productShingle__archive .c-button::before,
  .p-productShingle__archive .c-button::after {
    opacity: 0;
  }
}
.p-productShingle__archive .c-button a {
  padding: 24px 12px 25px 0;
}
.diagonal-line {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.p-productSeries {
  width: 80.58%;
  margin-right: 1.44%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-productSeries {
    width: 95%;
    margin: 0 auto;
  }
}
.p-productSeries__detail {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-productSeries__detail:last-child {
    margin-bottom: 40px;
  }
}
.p-productSeries .c-productDetail__pickup-text {
  font-size: 16px;
}
.p-productSeries .c-productBox {
  width: 100%;
  margin-bottom: 0;
}
.p-productSeries .c-productBox__area {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-productSeries .c-productBox__area {
    margin-bottom: 82px;
  }
}
.p-productSeries .c-productBox__thum img {
  max-height: 318px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 22.5vw;
}
@media screen and (max-width: 919px) {
  .p-productSeries .c-productBox__thum img {
    max-height: 359px;
    height: 39.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-productSeries .c-productBox__thum img {
    max-height: 411px;
    height: 52.5vw;
  }
}
.p-productSeries .c-productDetail {
  padding: 0;
}
.p-productSeries .c-productDetail__content_ {
  padding: 33px 30px 0;
  height: 527px;
}
@media screen and (max-width: 767px) {
  .p-productSeries .c-productDetail__content_ {
    padding: 37px 15px 0;
    height: auto;
  }
}
.p-productSeries .c-productDetail__title {
  font-size: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-productSeries .c-productDetail__title {
    font-size: 40px;
    margin-bottom: 35px;
  }
}
.p-productSeries .c-productDetail__text h2 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-productSeries .c-productDetail__text h2 {
    font-size: 24px;
  }
}
.p-productSeries .c-productDetail__text p {
  font-size: 13px;
  padding-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .p-productSeries .c-productDetail__text p {
    font-size: 16px;
    padding-bottom: 33px;
  }
}
.p-productSeries .c-productDetail__detail {
  padding: 33px 30px 22px;
}
@media screen and (max-width: 767px) {
  .p-productSeries .c-productDetail__detail {
    padding: 43px 29px 24px 39px;
  }
}
.p-productSeries .c-productDetail__detail-item {
  font-size: 11.5px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-productSeries .c-productDetail__detail-item {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
.p-productSeries .c-productDetail__detail-item dt {
  min-width: 46px;
}
@media screen and (max-width: 767px) {
  .p-productSeries .c-productDetail__detail-item dt {
    min-width: 56px;
  }
}
.p-productSeries .c-productDetail__pick {
  padding: 22px 30px;
}
@media screen and (max-width: 767px) {
  .p-productSeries .c-productDetail__pick {
    padding: 22px 30px 23px 38px;
  }
}
.p-productSeries .c-productDetail__pick-item {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-productSeries .c-productDetail__pick-item {
    font-size: 15px;
  }
}
.p-productSeries .c-productDetail__pick-title {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .p-productSeries .c-productDetail__pick-title {
    font-size: 12px;
    font-weight: 900;
  }
}
.p-productSeries .c-productDetail__pickup {
  padding: 0;
  position: relative;
}
.p-productSeries .c-productDetail__thum img {
  max-height: 780px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 919px) {
  .p-productSeries .c-productDetail__thum img {
    max-height: none;
    height: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .p-productSeries .c-productDetail__thum img {
    min-height: 780px;
  }
}
.p-productSeries .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-productSeries .swiper-wrapper {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
.p-productSeries .swiper-slide {
  -ms-flex-negative: inherit;
  flex-shrink: inherit;
  width: 49.5%;
  margin-bottom: 10px;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}
.p-productSeries .swiper-slide:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-productSeries .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.p-productSeries .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-productSeries .swiper-slide p {
  position: absolute;
  left: 18px;
  top: 16px;
}
.p-productSeries .swiper-button-prev,
.p-productSeries .swiper-button-next {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-productSeries .swiper-button-prev,
  .p-productSeries .swiper-button-next {
    display: block;
  }
}
.p-productSeries .swiper-button-prev,
.p-productSeries .swiper-button-next {
  background-image: url(../../assets/img/arrow.svg);
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-productSeries .swiper-button-prev::after,
.p-productSeries .swiper-button-next::after {
  content: "";
}
@media screen and (max-width: 919px) {
  .p-productSeries .swiper-button-prev,
  .p-productSeries .swiper-button-next {
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (max-width: 479px) {
  .p-productSeries .swiper-button-prev,
  .p-productSeries .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.p-productSeries .swiper-button-prev,
.p-productSeries .swiper-container-rtl .swiper-button-next {
  left: 2.4% !important;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 919px) {
  .p-productSeries .swiper-button-prev,
  .p-productSeries .swiper-container-rtl .swiper-button-next {
    left: 0.4% !important;
  }
}
.p-productSeries .swiper-pagination-bullet-active {
  background: #ed1c24;
}
.p-productSeries .swiper-pagination-fraction,
.p-productSeries .swiper-pagination-custom,
.p-productSeries .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 18px;
}
@media screen and (max-width: 767px) {
  .p-productSeries .swiper-slide p {
    left: 20px;
    top: 19px;
  }
}
.p-newsSingle {
  max-width: 890px;
  padding: 0 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .p-newsSingle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-newsSingle__detail {
  width: 100%;
  margin-right: 0.83%;
  background: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__detail {
    width: 100%;
  }
}
.p-newsSingle__headArea {
  border-bottom: 2px solid #e6e6e6;
}
.p-newsSingle__head {
  padding: 60px 40px 36px;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__head {
    padding: 40px 15px 39px;
  }
}
.p-newsSingle__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__date {
    margin-bottom: 27px;
  }
}
.p-newsSingle__date dt {
  font-size: 20px;
  margin-right: 20px;
  color: #8dccfb;
}
.p-newsSingle__date dd {
  font-size: 18px;
  font-family: "Maven Pro";
}
.p-newsSingle__titleArea .c-share {
  margin: 0 0 5px 40px;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__titleArea .c-share {
    margin: 0;
  }
}
.p-newsSingle__title {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__title {
    font-size: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
}
.p-newsSingle__body {
  padding: 40px 0 60px;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__body {
    padding: 40px 0 40px;
  }
}
.p-newsSingle__body .alignright {
  float: right;
}
.p-newsSingle__body .alignleft {
  float: left;
}
.p-newsSingle__body .aligncenter {
  display: block;
  margin: 0 auto 10px;
}
.p-newsSingle__body .wp-caption-text {
  font-size: 12px;
  padding: 0 40px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__body .wp-caption-text {
    padding: 0 20px;
  }
}
.p-newsSingle__body figure {
  width: 100% !important;
}
.p-newsSingle__body img {
  text-align: center;
  margin-bottom: 10px;
  height: auto;
  display: block;
  padding: 0 40px;
  max-width: calc(100% - 80px);
}
.p-newsSingle__body img.size-medium {
  max-width: calc(100% - 300px);
}
.p-newsSingle__body img.size-small {
  max-width: calc(100% - 600px);
}
@media screen and (max-width: 767px) {
  .p-newsSingle__body img {
    padding: 0 15px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: calc(100% - 30px);
  }
  .p-newsSingle__body img.size-medium {
    max-width: calc(100% - 100px);
  }
  .p-newsSingle__body img.size-small {
    max-width: calc(100% - 200px);
  }
}
.p-newsSingle__body p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 21px;
  padding: 0 40px;
}
.p-newsSingle__body p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__body p {
    margin-bottom: 28px;
    font-size: 14px;
    padding: 0 15px;
  }
  .p-newsSingle__body p:last-child {
    margin-bottom: 0;
  }
}
.p-newsSingle__body h2 {
  font-size: 32px;
  padding: 16px 40px 18px 37px;
  background-image: url(../../assets/img/deco.png);
  margin-bottom: 36px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__body h2 {
    font-size: 24px;
    padding: 16px 15px 11px 15px;
    margin-top: 20px;
  }
}
.p-newsSingle__body ul {
  margin-bottom: 41px;
  font-weight: 400;
  font-size: 18px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__body ul {
    font-size: 14px;
    padding: 0 17px;
    margin-bottom: 37px;
  }
}
.p-newsSingle__body ul li {
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__body ul li {
    line-height: 1.4;
  }
}
.p-newsSingle__body a {
  color: #0baf77;
  font-size: 18px;
  padding-bottom: 3px;
  border-bottom: 1px solid #0baf77;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-newsSingle__body a:hover {
  color: #ed1c24;
  border-bottom: 1px solid #ed1c24;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__body a {
    font-size: 14px;
  }
}
.p-newsSingle__body .caption {
  font-size: 12px;
  text-align: right;
  display: block;
}
.p-newsSingle__foot {
  border-top: 2px solid #e6e6e6;
  padding: 20px 0 60px;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__foot {
    padding: 20px 0 40px;
  }
}
.p-newsSingle__side {
  width: 310px;
  background: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__side {
    display: none;
  }
}
.p-newsSingle__side-title {
  font-family: "Fugaz One";
  font-size: 28px;
  margin: 30px 0 44px 20px;
}
.p-newsSingle__side-item {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.p-newsSingle__side-item:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.p-newsSingle__side-item:last-child {
  margin-bottom: 5px;
}
.p-newsSingle__side-item:last-child {
  border-bottom: 0;
}
.p-newsSingle__side-item a {
  padding: 0 20px;
  display: block;
}
.p-newsSingle__side-item figure {
  margin-bottom: 10px;
  overflow: hidden;
}
.p-newsSingle__side-item figure img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 151px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-newsSingle__side-item dl dt {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.p-newsSingle__side-item dl dd {
  font-size: 14px;
  font-family: "Maven Pro";
  font-weight: 100;
  color: #707070;
}
.p-newsSingle__archive {
  padding-bottom: 100px;
  background-color: rgba(247, 247, 247, 0.1);
}
@media screen and (max-width: 767px) {
  .p-newsSingle__archive {
    padding-bottom: 79px;
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__archive .c-card__thum {
    border-top-right-radius: calc(9rem - 1px);
    border-top-left-radius: calc(9rem - 1px);
  }
}
@media screen and (max-width: 330px) {
  .p-newsSingle__archive .c-card__thum {
    border-top-right-radius: calc(8rem - 1px);
    border-top-left-radius: calc(8rem - 1px);
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle .c-share.--foot {
    margin: 20px 0 0;
    padding-left: 15px;
  }
}
.p-newsSingle .p-news {
  padding: 68px 0 70px;
}
.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.no_map_sign {
  display: none;
}
.flag_no_map .p-productShingle__info {
  display: none;
}
.p-nomap_area {
  display: none;
}
.flag_no_map .p-nomap_area {
  margin: 100px auto;
  display: block;
}
.p-newsArchive {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-newsArchive__mv {
  margin-bottom: 40px;
}
.p-newsArchive__cateList {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__cateList {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    margin: 0 auto 40px;
    padding: 0 20px;
    overflow-x: auto;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p-newsArchive__cateList::-webkit-scrollbar {
    display: none;
  }
}
.p-newsArchive__cateList li {
  max-width: 140px;
  width: 100%;
  background: #15ffaf;
  margin-right: 5px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  color: #000000;
  font-weight: 800;
}
.p-newsArchive__cateList li:hover {
  background: #000000;
}
.p-newsArchive__cateList li:hover a {
  color: #15ffaf;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__cateList li {
    min-width: 140px;
  }
}
.p-newsArchive__cateList li a {
  display: block;
}
.p-newsArchive__cateList li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__cateList li:last-child {
    position: relative;
  }
  .p-newsArchive__cateList li:last-child::after {
    content: "";
    width: 30px;
    position: absolute;
    background: transparent;
    height: 30px;
    top: 0;
    right: -31px;
  }
}
.p-newsArchive__cateList .current-cat {
  background: #000 !important;
}
.p-newsArchive__cateList .current-cat a {
  color: #15ffaf;
}
.p-newsArchive .navigation.pagination {
  text-align: center;
}
.p-newsArchive .nav-links {
  background: #fffc00;
  display: inline-block;
  font-size: 20px;
  font-family: "Maven Pro";
  padding: 22px 100px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .p-newsArchive .nav-links {
    padding: 10px 0;
    border-radius: 0;
    width: 100%;
    margin-bottom: 80px;
  }
}
.p-newsArchive .c-cards {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .p-newsArchive .c-cards {
    margin-bottom: 60px;
  }
}
.p-newsArchive__info {
  position: relative;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto 40px;
  overflow: hidden;
  text-align: center;
  background: #ffffff;
  padding: 24px 0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__info {
    width: 95%;
    padding: 21px 0;
  }
}
.p-newsArchive__info-text {
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 17px;
  font-size: 19px;
  padding: 0 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__info-text {
    -webkit-line-clamp: 3;
    padding: 0 17px;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.p-newsArchive__info-date {
  text-align: center;
  font-size: 16px;
  font-family: "Maven Pro";
  font-weight: 800;
  color: #1b95e0;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__info-date {
    position: absolute;
    top: auto;
    left: auto;
    bottom: -16px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.p-newsArchive__info .swiper-button-prev,
.p-newsArchive__info .swiper-button-next {
  background-image: url(../../assets/img/info-arrow.svg);
  width: 12px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-newsArchive__info .swiper-button-prev::after,
.p-newsArchive__info .swiper-button-next::after {
  content: "";
}
.p-newsArchive__info .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 38px;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__info .swiper-button-prev {
    left: 17px;
  }
}
.p-newsArchive__info .swiper-button-next {
  right: 51px;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__info .swiper-button-next {
    right: 17px;
  }
}
.p-newsArchive__info .swiper-slide {
  position: static;
}
.p-newsArchive__info .swiper-button-prev,
.p-newsArchive__info .swiper-button-next {
  top: 60%;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__info .swiper-button-prev,
  .p-newsArchive__info .swiper-button-next {
    top: auto;
    bottom: 8%;
  }
}
.p-newsArchive .swiper-button-prev.swiper-button-disabled,
.p-newsArchive .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.post-type-archive-post .on {
  background: #000000;
}
.post-type-archive-post .on a {
  color: #15ffaf;
}
.p-newsArchive__cateList .c-date-select {
  position: relative;
  width: 139px;
  height: 40px;
  background: #fffc00;
  padding: 0;
  z-index: 5;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.p-newsArchive__cateList .c-date-select__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-newsArchive__cateList .c-date-select__list {
  top: 0;
  left: 0;
  width: 100%;
  background: #fffc00;
  border-radius: 4px;
}
.p-newsArchive__cateList .c-date-select__option {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  font-size: 15px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 1;
  width: 100%;
  height: 100%;
  background: none;
  text-align: left;
}
.p-newsArchive__cateList .c-date-select__option:hover {
  color: #ed1c24;
}
.p-newsArchive__cateList .c-date-select .--date {
  color: #ed1c24;
}
.p-newsArchive__cateList .c-date-select__list {
  height: 40px;
  overflow: hidden;
}
.p-newsArchive__cateList .c-date-select__option {
  display: none;
}
.p-newsArchive__cateList .c-date-select__option[aria-selected="true"] {
  display: block;
  color: #ed1c24;
  padding: 12px 0 12px 13px;
  pointer-events: none;
}
.p-newsArchive__cateList .c-date-select__option[aria-selected="true"]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 6px;
  height: 10px;
  background: url(../img/arrow-right_red.svg) center/contain no-repeat;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .p-newsArchive__cateList .c-date-select__option[aria-selected="true"]:after {
    right: 17px;
  }
}
.p-newsArchive__cateList .c-date-select__list[aria-expanded="true"] {
  height: auto;
  max-height: 300px;
  overflow: auto;
}
.p-newsArchive__cateList
  .c-date-select__list[aria-expanded="true"]
  .c-date-select__option {
  display: block;
  padding: 12px 0 12px 13px;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__cateList
    .c-date-select__list[aria-expanded="true"]
    .c-date-select__option {
    display: none;
    padding: 0;
  }
}
.p-newsArchive__cateList
  .c-date-select__list[aria-expanded="true"]
  .c-date-select__option:after {
  display: none;
}
.p-newsArchive__cateList
  .c-date-select__list[aria-expanded="true"]
  .c-date-select__option
  + .c-date-select__option {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .c-date-select-modal {
    padding: 0 10px;
  }
  .c-date-select-modal .c-date-select__list {
    height: auto;
    max-height: 400px;
    overflow: scroll;
  }
  .c-date-select-modal .c-date-select__list .c-date-select__option {
    display: block;
    padding: 12px 0 12px 13px;
    color: #ed1c24;
  }
  .c-date-select-modal .c-date-select__list .c-date-select__option:after {
    display: none;
  }
  .c-date-select-modal
    .c-date-select__list
    .c-date-select__option
    + .c-date-select__option {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
  }
  .c-date-select-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 999;
  }
  .c-date-select-modal[aria-hidden="true"] {
    height: 0;
    overflow: hidden;
    z-index: -999;
    pointer-events: none;
  }
  .c-date-select-modal .c-date-select__option {
    display: block !important;
  }
  .c-date-select-modal .c-date-select__option:after {
    display: none;
  }
  .c-date-select-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 120vh;
    max-height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 998;
  }
  .c-date-select-modal-overlay[aria-hidden="true"] {
    height: 0;
    overflow: hidden;
    z-index: -999;
    pointer-events: none;
  }
}
.p-faq .c-related {
  margin-bottom: 34px;
}
.p-faq__mv {
  margin-bottom: 40px;
}
.p-faq .c-sideNav {
  margin-top: 0;
}
.p-faq__contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  margin: 0 auto 100px;
  margin-right: 1.43%;
}
@media screen and (min-width: 768px) {
  .p-faq .c-related {
    margin-bottom: 50px;
  }
  .p-faq__contents.p-faq__contents--support {
    margin: 0 auto 74px;
    margin-right: 1.43%;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__contents {
    margin: 0 auto 70px;
    padding: 0 10px;
  }
}
.p-faq__list {
  margin-bottom: 10px;
}
.p-faq__item + .p-faq__item {
  margin-top: 10px;
}
.p-faq__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 32px 32px 32px 28px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
}
.p-faq__term:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-faq__term:hover .p-faq__button img {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .p-faq__term:hover .p-faq__button img {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__term {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
  }
}
.p-faq__term:hover {
  cursor: pointer;
}
.p-faq__term.is-active {
  padding: 32px 32px 32px 28px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__term.is-active {
    padding: 20px 20px 20px 20px;
  }
}
.p-faq__term.is-active .p-faq__button img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-faq__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 2;
  font-size: 20px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-faq__text {
    font-size: 18px;
    line-height: 1.8;
  }
}
.p-faq__text.--answer {
  padding-top: 30px;
  font-weight: 400;
  border-top: 1px dashed #dbdbdb;
}
@media screen and (max-width: 767px) {
  .p-faq__text.--answer {
    font-size: 14px;
    padding-top: 21px;
  }
}
.p-faq__text.--answer a {
  cursor: pointer;
  border-bottom: 1px solid #ed1c24;
}
.p-faq__icon.--question {
  width: 46px;
  margin-right: 19px;
}
@media screen and (max-width: 767px) {
  .p-faq__icon.--question {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-faq__icon.--question img {
    width: 36px;
  }
}
.p-faq__icon.--answer {
  width: 49px;
  margin-top: 36px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-faq__icon.--answer {
    display: none;
  }
}
.p-faq__button {
  width: 32px;
  margin-left: 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-faq__button img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-faq__button {
    position: absolute;
    right: 8px;
  }
  .p-faq__button img {
    width: 25px;
  }
}
.p-faq__desc {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
  padding: 0 32px 0 28px;
  height: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__desc {
    padding: 0 20px 0 20px;
  }
}
.p-faq__desc.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  height: auto;
  padding: 0 32px 32px 28px;
}
@media screen and (max-width: 767px) {
  .p-faq__desc.is-open {
    padding: 0 20px 22px 20px;
  }
}
.p-faq__content {
  background: #ffffff;
  padding: 91px 27px 120px 26px;
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  .p-faq__content {
    padding: 43px 46px 68px 54px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__content {
    padding: 43px 46px 68px 54px;
  }
}
.p-faq__content-inner {
  max-width: 1015px;
  margin: 0 auto;
}
.p-faq__content-text {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 70px;
}
@media screen and (max-width: 919px) {
  .p-faq__content-text {
    text-align: left;
  }
}
.p-faq__content-list {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .p-faq__content-list {
    padding: 37px 0 0;
  }
}
.p-faq__content-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
.p-faq__content-box.--contact {
  max-width: 409px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .p-faq__content-box.--contact {
  }
}
@media screen and (max-width: 767px) {
  .p-faq__content-box.--contact {
    max-width: 344px;
  }
}
.p-faq__content-box.--tel {
  max-width: 331px;
  width: 100%;
  margin-left: auto;
  margin-right: 26px;
}
@media screen and (max-width: 1080px) {
  .p-faq__content-box.--tel {
    margin-right: auto;
  }
}
.p-faq__content-item {
  border-right: 1px dotted #d6d6d6;
}
@media screen and (max-width: 1080px) {
  .p-faq__content-item {
    margin: 0 auto;
    border-right: 0;
    border-bottom: 1px dotted #d6d6d6;
    width: 100%;
  }
  .p-faq__content-item:last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__content-item {
    width: 100%;
    margin-bottom: 7px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #d6d6d6;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__content-item:first-child p {
    margin: 59px 0 19px;
  }
}
.p-faq__content-item:last-child {
  border-right: none;
}
.p-faq__content-item:last-child p {
  margin: 37px 0 33px;
}
@media screen and (max-width: 1080px) {
  .p-faq__content-item:last-child p {
    margin: 37px 0 33px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__content-item:last-child p {
    margin: 37px 0 12px;
  }
}
@media screen and (max-width: 919px) {
  .p-faq__content-item:last-child {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-faq__content-item figure {
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
  height: 105px;
}
@media screen and (max-width: 919px) {
  .p-faq__content-item figure {
    height: auto;
  }
}
.p-faq__content-item .tel {
  max-width: 88px;
}
.p-faq__content-item p {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin: 57px 0 20px;
}
@media screen and (max-width: 767px) {
  .p-faq__content-item p {
    margin: 59px 0 12px;
    font-size: 20px;
  }
}
.p-faq__content-buttonArea {
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-faq__content-button {
  width: 193px;
  background: #ed1c24;
  text-align: center;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-faq__content-button {
    width: 48%;
  }
}
.p-faq__content-button a {
  color: #ffffff;
  display: block;
  padding: 20px 0;
}
.p-faq__content-tel {
  text-align: center;
  margin-top: -12px;
}
@media screen and (max-width: 919px) {
  .p-faq__content-tel {
    margin-top: 0;
  }
}
.p-faq__content-tel dt {
  font-size: 49px;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-faq__content-tel dt {
    font-size: 40px;
  }
}
.p-faq__content-tel dd {
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__content-tel dd {
    font-size: 11px;
  }
}
.p-faq .p-social__read {
  margin-bottom: 49px;
}
@media screen and (max-width: 1080px) {
  .p-faq .p-social__read {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-faq .p-social__read {
    margin-bottom: -5px;
  }
}
.p-faq .p-social__title {
  margin-bottom: 7px;
}
.p-faq .c-mv__main-title::after {
  opacity: 0;
}
.p-support .c-related {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .p-support .c-related {
    margin-bottom: 60px;
  }
}
.p-support .p-faq__title {
  font-size: 60px;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Dela Gothic One";
  font-weight: 100;
  font-style: italic;
  opacity: 1;
}
.p-support .p-faq__title.scrollIn {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-support .p-faq__title {
    font-size: 9.33333vw;
  }
}
@media screen and (max-width: 479px) {
  .p-support .p-faq__title {
    font-size: 36px;
    margin-bottom: 7px;
    margin-left: -15px;
  }
}
.p-support .p-faq__read {
  font-size: 22px;
  text-align: center;
  font-family: "Fugaz One";
  margin-bottom: 88px;
  opacity: 1;
}
.p-support .p-faq__read.scrollIn {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-support .p-faq__read {
    font-size: 3.6vw;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  .p-support .p-faq__read {
    font-size: 13px;
    margin-left: -9px;
  }
}
.p-contact {
  position: relative;
  font-family: "Noto Sans JP";
  width: 80%;
  margin-right: 1.42857%;
  margin-bottom: 100px;
  font-weight: 400;
  color: #0f0f0f;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact {
    width: auto;
    margin: 26px 10px 82px;
  }
}
.p-contact:before {
  content: "";
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#a8a8a8),
      color-stop(50%, #a8a8a8),
      color-stop(50%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0))
    )
    0% 0%;
  background: linear-gradient(
      to right,
      #a8a8a8,
      #a8a8a8 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0) 100%
    )
    0% 0%;
  background-size: 4px 2px;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 163px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-contact:before {
    width: 100%;
    bottom: 161px;
  }
}
.p-contact__inner {
  max-width: 630px;
  margin: 0 auto;
  padding: 74px 20px 42px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 40px 15px;
    overflow: hidden;
  }
}
.p-contact__head {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-contact__head {
    margin-bottom: 82px;
  }
}
.p-contact__title {
  margin-bottom: 24px;
  font-size: 45px;
  line-height: 1.25;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    margin-bottom: 35px;
    line-height: 1.35;
    font-size: 30px;
  }
}
.p-contact__bef {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  background: #ed1c24;
  color: #fff;
  padding: 4px 12px 5px;
  margin-top: -3px;
  margin-bottom: 8px;
}
.p-contact__intro {
  line-height: 1.71429;
  font-size: 14px;
}
.p-contact__intro a {
  color: #00acee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact__intro a:hover {
  border-bottom: 1px solid #00acee;
}
.p-contact__intro .red {
  color: #ed1c24;
}
.p-contact__intro .red:hover {
  border-bottom: 1px solid #ed1c24;
}
.p-contact__intro p + p {
  margin-top: 24px;
}
.p-contact__intro .red {
  color: #ed1c24;
}
.p-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-contact__item {
    display: block;
  }
}
.p-contact__item + .p-contact__item {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .p-contact__item + .p-contact__item {
    margin-top: 32px;
  }
}
.p-contact__item--i-sel {
  position: relative;
  padding-bottom: 38px;
  margin-bottom: 36px;
}
.p-contact__item--i-sel:before {
  content: "";
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#a8a8a8),
      color-stop(50%, #a8a8a8),
      color-stop(50%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0))
    )
    0% 0%;
  background: linear-gradient(
      to right,
      #a8a8a8,
      #a8a8a8 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0) 100%
    )
    0% 0%;
  background-size: 4px 2px;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-contact__item .form-short {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .p-contact__item .form-short {
    display: inline-block;
    max-width: 154px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__item .form-short--pd {
    display: block;
    max-width: 100%;
  }
}
.p-contact__item .form-number {
  max-width: 71px;
}
.p-contact__item.-head {
  margin-bottom: 42px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #ebebeb;
}
@media screen and (max-width: 767px) {
  .p-contact__item.-head {
    margin-bottom: 45px;
  }
}
.p-contact__item.--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
@media screen and (max-width: 767px) {
  .p-contact__item.--col2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.p-contact__item.--left {
  width: 53.1746%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-contact__item.--left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 47.67802%;
    margin-right: 6.5px;
  }
}
.p-contact__item.--left + p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-contact__item.--left input {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .p-contact__item.--left input {
    width: 100%;
  }
}
.p-contact__item.--right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact__item.--right {
    width: 47.67802%;
    margin-left: 6.5px;
  }
}
.p-contact__item.--right + p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-contact__item.--right input {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__item.--right input {
    width: 100%;
  }
}
.p-contact__item.--textarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-contact__item.--textarea .p-contact__term {
  margin-top: 20px;
}
.p-contact__item p {
  position: relative;
}
.p-contact__item .mwform-file-delete {
  display: none;
}
.p-contact__item .p-contact__delete {
  visibility: hidden;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.p-contact__imgs {
  width: 100%;
}
.p-contact__img {
  position: relative;
  display: block;
}
.p-contact__img + .p-contact__img {
  margin-top: 8px;
}

.p-contact__item .sup {
  display: block;
  text-align: right;
  font-size: 12px;
  color: rgba(15, 15, 15, 0.4);
  font-weight: 400;
  line-height: 1.2;
  /* white-space: nowrap; */
}
.p-contact__item .sup-input {
  display: block;
  text-align: left;
  margin-top: 6px;
}
.p-contact__img + .sup-input {
  margin-top: 20px;
}
.p-contact__item a.sup-input {
  text-decoration: underline;
}
.p-contact__item a.sup-input:hover {
  opacity: 0.7;
}
.p-contact__item .sup-photo {
  font-size: 20px;
  font-weight: bold;
  color: #28cdfb;
}
.p-contact__item .sup-inline {
  display: block;
  text-align: left;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact__item .sup-inline {
    display: inline-block;
    max-width: calc(100% - 164px);
    white-space: wrap;
  }
}
.p-contact input,
.p-contact textarea {
  width: 100%;
  max-height: 100%;
  resize: none;
  padding: 15.5px 20px;
  color: #0f0f0f;
  border: 1px solid #ebebeb;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-contact input,
  .p-contact textarea {
    width: 100%;
  }
}
.p-contact input::-webkit-input-placeholder,
.p-contact textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.p-contact input:-ms-input-placeholder,
.p-contact textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.p-contact input::-ms-input-placeholder,
.p-contact textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.p-contact input::placeholder,
.p-contact textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.p-contact input:focus,
.p-contact textarea:focus,
.p-contact select:focus {
  border-color: #00acee;
}
.p-contact textarea {
  width: 100%;
  height: 160px;
}
@media screen and (max-width: 767px) {
  .p-contact textarea {
    height: 128px;
  }
}
.p-contact textarea.inq {
  height: 280px;
}
@media screen and (max-width: 767px) {
  .p-contact textarea.inq {
    height: 224px;
  }
}
.p-contact__select {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact__select {
    width: auto;
  }
}
.p-contact__select::before,
.p-contact__select::after {
  content: "";
  width: 8px;
  height: 2px;
  display: inline-block;
  border-radius: 5px;
  background: #000000;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-contact__select::before,
  .p-contact__select::after {
    width: 7px;
    height: 2px;
    right: 18px;
  }
}
.p-contact__select::before {
  right: 18px;
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-contact__select::before {
    top: calc(50% + 1px);
  }
}
.p-contact__select::after {
  right: 14px;
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-contact__select::after {
    bottom: calc(50% - 3px);
  }
}
.p-contact__select select {
  width: 100%;
  padding: 18px 20px;
  color: #0f0f0f;
  font-size: 14px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact__select select {
    padding: 14px 40px 14px 20px;
    text-overflow: ellipsis;
  }
}
.p-contact__select select:focus-visible,
.p-contact__select select:active,
.p-contact__select select:focus {
  border: 1px solid #00acee;
  outline: #00acee;
}
.p-contact__term {
  width: 136px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 20px;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  color: #0f0f0f;
}
@media screen and (max-width: 767px) {
  .p-contact__term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    text-align: left;
  }
}
.p-contact__term label {
  display: block;
  font-size: 14px;
  line-height: 1.28;
}
@media screen and (max-width: 767px) {
  .p-contact__term label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.p-contact__term .sup {
  display: block;
  text-align: right;
  font-size: 12px;
  color: rgba(15, 15, 15, 0.4);
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__term .sup {
    text-align: left;
    margin-left: 10px;
    line-height: 1.5;
  }
}
.p-contact__term .sup-req {
  color: #ed1c24;
}
@media screen and (max-width: 767px) {
  .p-contact__term.--col1 {
    width: 100%;
    margin-bottom: 12px;
    text-align: left;
  }
}
.p-contact__term.--col1 + p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-contact--roe-confirm .p-contact__term.--col1 + p {
  flex: none;
}
@media screen and (max-width: 767px) {
  .p-contact__term.--type1 {
    width: 100%;
    text-align: left;
  }
}
.p-contact__term.--type2 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 0 20px 0 25px;
}
@media screen and (max-width: 767px) {
  .p-contact__term.--type2 {
    padding-left: 0;
    padding-right: 0;
  }
  .p-contact__term.--type2 label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-contact__term.--type3 {
  width: 90px;
}
.p-contact__term span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  color: #9f9f9f;
}
@media screen and (max-width: 767px) {
  .p-contact__term span {
    display: inline-block;
    margin-top: 0;
  }
}
.p-contact__send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-top: 63px;
  padding-top: 18px;
  margin-left: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-contact__send {
    margin: 44px 0 0;
    padding-top: 38px;
  }
}
.p-contact__send--inq {
  margin-top: 73px;
}
.p-contact__send button,
.p-contact__send .backtop-button {
  position: relative;
  display: inline-block;
  margin: 0 10px;
}
.p-contact__send button::after,
.p-contact__send .backtop-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 12px;
  height: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/arrow02.svg) no-repeat center;
  background-size: contain;
}
.p-contact__send .back-button {
  background: #e5e5e5;
  color: #000;
}
.p-contact__send .back-button-wrap {
  display: none;
}
.p-contact__send .back-button-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  width: 12px;
  height: 19px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  background: url(../img/arrow02.svg) no-repeat center;
  background-size: contain;
}
.p-contact__send input,
.p-contact__send button,
.p-contact__send .backtop-button {
  cursor: pointer;
  width: 240px;
  height: 80px;
  font-size: 30px;
  font-weight: 100;
  color: #fff;
  line-height: 1;
  border-radius: 40px;
  background-color: #ed1c24;
  font-family: "Dela Gothic One";
}
.p-contact__send button {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-contact__send .backtop-button {
  line-height: 78px;
}
.p-contact .no-spin::-webkit-inner-spin-button,
.p-contact .no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
.p-contact-notice {
  font-family: "Noto Sans JP";
  margin-top: -33px;
}
.p-contact-notice + .p-contact-notice {
  margin-top: 54px;
}
.p-contact-notice__title {
  font-size: 28px;
  font-weight: 900;
  height: 1.42;
  color: #ed1c24;
}
@media screen and (max-width: 767px) {
  .p-contact-notice__title {
    font-size: 24px;
  }
}
.p-contact-notice-list {
  list-style: none;
  margin-top: 20px;
}
.p-contact-notice-list__item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.p-contact-notice-list__item:before {
  position: relative;
  top: -2px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 14px;
  background-color: #000;
}
.p-contact-notice-list__item + .p-contact-notice-list__item {
  margin-top: 1px;
}
.p-contact-notice-list__item .red {
  text-indent: 0;
  position: relative;
  color: #ed1c24;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-contact-notice-list__item .red .red {
    display: inline-block;
  }
}
/*
@media screen and (max-width: 767px) {
  .p-contact-notice-list__item .red .red:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ed1c24;
    position: absolute;
    bottom: 2px;
    left: 0;
  }
}
.p-contact-notice-list__item .red:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ed1c24;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-notice-list__item .red:after {
    display: none;
  }
}
*/
.p-contact-main {
  position: relative;
  margin-top: 49px;
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact-main {
    margin-top: 43px;
    padding-top: 34px;
  }
}
.p-contact-main:before {
  content: "";
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#a8a8a8),
      color-stop(50%, #a8a8a8),
      color-stop(50%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0))
    )
    0% 0%;
  background: linear-gradient(
      to right,
      #a8a8a8,
      #a8a8a8 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0) 100%
    )
    0% 0%;
  background-size: 4px 2px;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-contact-main--inq {
  margin-top: -61px;
}
.p-contact-main--inq:before {
  display: none;
}
.p-contact-group {
  margin-top: 8px;
}
.p-contact-group + .p-contact-group {
  margin-top: 78px;
}
.p-contact-group__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  padding: 0 14.1%;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .p-contact-group__title {
    padding: 0;
    margin-bottom: 36px;
  }
}
.p-contact-group__title:before {
  content: "";
  background: #ed1c24;
  width: 24px;
  height: 2px;
  display: inline-block;
  margin-top: 1px;
  margin-right: 22px;
}
.p-contact-group__box {
  background: #fafafa;
  border: 1px solid #dfdfdf;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  padding: 38px 43px 0 0;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-contact-group__box {
    padding: 27px 16px 0;
    margin-top: -5px;
  }
}
.p-contact-group__box-wrap + .p-contact-group__box-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-contact-group__box-wrap + .p-contact-group__box-wrap {
    margin-top: 20px;
  }
}
.p-contact-box-btn {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background: transparent;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-contact-box-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}
.p-contact-box-btn span:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.p-contact-box-btn--del {
  height: 49px;
  border-top: 1px solid #dfdfdf;
}
.p-contact-box-btn--del span {
  color: #ed1c24;
}
.p-contact-box-btn--del span:before {
  background: url(../../assets/img/form_cancel.svg) center/contain no-repeat;
}
.p-contact-box-btn--add {
  height: 80px;
}
.p-contact-box-btn--add span {
  color: #28cdfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}
.p-contact-box-btn--add span:before {
  background: url(../../assets/img/form_add.svg) center/contain no-repeat;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.p-contact-box-btn--add {
  background: #fafafa;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  height: 80px;
  margin-top: 20px;
}
.p-contact-box-btn--add span {
  color: #28cdfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}
.p-contact-box-btn--add span:before {
  background: url(../../assets/img/form_add.svg) center/contain no-repeat;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.p-contact-group__foot {
  background: #fafafa;
  border: 1px solid #dfdfdf;
  border-radius: 0 0 10px 10px;
  padding-top: 41px;
}
.p-contact-group__box-wrap[aria-disabled="true"] .p-contact-group__box {
  display: none;
}
.p-contact-group__box-wrap[aria-disabled="false"] .p-contact-group__foot {
  border-top: none;
}
.p-contact-group__box-wrap[aria-disabled="false"]
  .p-contact-group__foot
  .p-contact-box-btn--add {
  display: none;
}
.p-contact-group__box-wrap[aria-disabled="true"] .p-contact-group__foot {
  padding-top: 0;
  border-radius: 10px;
}
.p-contact-group__box-wrap[aria-disabled="true"]
  .p-contact-group__foot
  .p-contact-box-btn--del {
  /*  display: none; */
}
.p-contact-group__box-wrap[aria-disabled="true"]
  .p-contact-group__foot
  .p-contact-box-btn--add {
  border-radius: 10px;
}
.p-contact-group__box-wrap[aria-disabled="true"] {
  display: none;
}
.p-contact__caution {
  position: relative;
  width: calc(100% - 136px);
  border-radius: 8px;
  background-color: #fde8e9;
  color: #000;
  font-size: 14px;
  line-height: 2.5;
  font-weight: bold;
  padding: 6px 16px 6.5px 33px;
  margin: 3px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contact__caution {
    width: 100%;
    padding: 11px 16px 6.5px 39px;
    line-height: 1.5;
  }
}
.p-contact__caution:before {
  content: "\203b";
  color: #ed1c24;
  position: absolute;
  top: 5px;
  left: 16px;
}
@media screen and (max-width: 767px) {
  .p-contact__caution:before {
    top: 10px;
    left: 17px;
  }
}
.p-contact__caution--inq {
  line-height: 1.42;
  padding: 13px 16px 19px 38px;
}
.p-contact__caution--inq:before {
  top: 12px;
}
.p-contact-group__num {
  display: none;
}
.wpcf7-response-output {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-contact--confirm:before {
    bottom: 258px;
  }
}
.p-contact--confirm .p-contact__select:before,
.p-contact--confirm .p-contact__select:after {
  display: none;
}
.p-contact--confirm .sup {
  display: none;
}
.p-contact--confirm .p-contact__item.--textarea p {
  word-break: break-all;
}
.p-contact--confirm .p-contact__item.--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.p-contact--confirm .p-contact__item.--textarea .p-contact__term {
  margin-top: 0;
}
.p-contact--confirm .p-contact__head {
  margin-bottom: 0;
}
.p-contact--confirm .p-contact-main {
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 48px;
  background: #fafafa;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}
.p-contact--confirm .p-contact-main:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-contact--confirm .p-contact-main {
    padding: 32px 30px 48px;
  }
}
.p-contact--confirm .p-contact-group__title {
  margin-bottom: 17px;
}
.p-contact--confirm .p-contact-group__num {
  display: block;
  font-size: 18px;
  font-weight: 900;
  padding-left: 134px;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .p-contact--confirm .p-contact-group__num {
    padding-left: 0;
    text-align: center;
  }
}
.p-contact--confirm .p-contact-group + .p-contact-group {
  margin-top: 70px;
}
.p-contact--confirm .p-contact__caution {
  display: none;
}
.p-contact--confirm .p-contact-group__box {
  background: transparent;
  border: none;
  padding-top: 0;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .p-contact--confirm .p-contact-group__box {
    padding: 0;
  }
}
.p-contact--confirm .p-contact-group__foot,
.p-contact--confirm .p-contact-box-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-contact--confirm .p-contact__send {
    display: block;
  }
}
.p-contact--confirm .back-button-wrap {
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-contact--confirm .back-button-wrap {
    width: 240px;
    margin: 0 auto 20px;
  }
}
.p-contact--complete {
  margin-bottom: 138px;
}
.p-contact--complete:before {
  display: none;
}
.p-contact--complete .p-contact__head {
  margin-bottom: 58px;
}
.p-contact--complete .p-contact__title {
  margin-bottom: 29px;
}
.p-contact--complete .p-contact-main:before {
  display: none;
}
.p-contact--complete .p-contact__send {
  margin-top: 58px;
}
.p-contact--inq-confirm .p-contact__term {
  width: 165px;
}
.p-contact--inq-confirm .p-contact__term.--type3 {
  width: 90px;
}
.button-wrap:hover button,
.button-wrap:hover .backtop-button {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
  -webkit-animation: bounce 0.5s ease-in-out 0s 1 alternate;
  animation: bounce 0.5s ease-in-out 0s 1 alternate;
}
.button-wrap:hover.back-button-wrap {
  -webkit-animation: bounce 0.5s ease-in-out 0s 1 alternate;
  animation: bounce 0.5s ease-in-out 0s 1 alternate;
}
.p-contact__error {
  display: none;
  font-size: 12px;
  color: #ed1c24;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
.p-contact-group > .p-contact__error {
  padding: 0 14.1%;
}
@media screen and (max-width: 767px) {
  .p-contact-group > .p-contact__error {
    padding: 0;
    margin: -20px 0 20px;
  }
}
.p-contact__item[has-error="1"] .p-contact__error[error="1"] {
  display: block;
}
.p-contact__item[has-error="2"] .p-contact__error[error="2"] {
  display: block;
}
.p-contact-group[has-error="1"] > .p-contact__error[error="1"] {
  display: block;
}
.p-contact-main[btn-hide="add"] .p-contact-box-btn--add {
  opacity: 0;
  pointer-events: none;
}
#contact-tel {
  margin-top: -380px;
  padding-top: 380px;
}
@media screen and (max-width: 767px) {
  #contact-tel {
    margin-top: 0;
    padding-top: 0;
  }
}
.p-privacy {
  width: 80%;
  margin-bottom: 100px;
  font-weight: 400;
  color: #0f0f0f;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    width: auto;
    margin: 0 10px 80px;
  }
}
.p-privacy__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 90px 30px 80px;
}
@media screen and (max-width: 767px) {
  .p-privacy__inner {
    padding: 40px 16px;
  }
}
.p-privacy__head {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-privacy__head {
    margin-bottom: 55px;
  }
}
.p-privacy__title {
  font-size: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-privacy__title {
    line-height: 1.2;
  }
}
.p-privacy__text {
  font-size: 13px;
  line-height: 1.8;
}
.p-privacy__item {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-privacy__item {
    margin-bottom: 40px;
  }
}
.p-privacy__item-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-privacy__item-title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.p-privacy__item-text {
  font-size: 13px;
  line-height: 1.8;
}
.p-privacy__info {
  font-size: 13px;
  margin-left: 10px;
}
.p-privacy__info-list {
  margin-top: 15px;
}
.p-privacy__info-item {
  margin-bottom: 8px;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
.p-privacy__info-item span {
  padding-right: 15px;
}
.p-sales__contents {
  width: 81.88%;
  max-width: 1130px;
  margin: 0 auto 100px;
  margin-right: 0.72%;
  border-radius: 10px;
}
@media screen and (max-width: 1150px) {
  .p-sales__contents {
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-sales__contents {
    margin: 0 auto 80px;
  }
}
.p-sales__mv {
  max-width: 1130px;
  margin-bottom: 10px;
}
.p-sales__img img {
  width: 100%;
  border-radius: 10px;
}
.p-sales__main {
  max-width: 1130px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 919px) {
  .p-sales__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-sales__details {
  width: 49.5%;
  max-width: 560px;
}
@media screen and (max-width: 919px) {
  .p-sales__details {
    width: 100%;
    max-width: 100%;
  }
}
.p-sales__thum {
  width: 49.5%;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  min-height: 560px;
  overflow: hidden;
}
@media screen and (max-width: 919px) {
  .p-sales__thum {
    width: 100%;
    min-height: 0;
  }
}
.p-sales__thum img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 919px) {
  .p-sales__thum img {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.p-sales__thum .swiper-slide p {
  position: absolute;
  left: 16px;
  top: 13px;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .p-sales__thum .swiper-slide p {
    left: 20px;
    top: 17px;
  }
}
.p-sales .c-productDetail__content {
  padding: 30px;
  height: 303px;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .p-sales .c-productDetail__content {
    padding: 50px 15px 28px;
    height: auto;
  }
}
.p-sales .c-productDetail__text p {
  padding-bottom: 0;
}
.p-sales .c-productDetail__title {
  margin-bottom: 20px;
  font-weight: 900;
}
.p-sales .c-productDetail__title dt {
  font-size: 32px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-sales .c-productDetail__title dt {
    font-size: 24px;
    margin-bottom: 38px;
  }
}
.p-sales .c-productDetail__title dd {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-sales .c-productDetail__title dd {
    line-height: 1.3;
  }
}
.p-sales .c-productDetail__text {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-sales .c-productDetail__text {
    font-size: 16px;
  }
}
.p-sales .c-productDetail__text h2 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-sales .c-productDetail__text h2 {
    font-size: 24px;
    margin-bottom: 23px;
  }
}
.p-sales .c-productDetail__text p {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-sales .c-productDetail__text p {
    line-height: 2;
  }
}
.p-sales .c-productDetail__detail {
  padding: 36px 30px 23px;
}
@media screen and (max-width: 767px) {
  .p-sales .c-productDetail__detail {
    padding: 42px 21px 25px 39px;
  }
}
.p-sales .c-productDetail__detail-item {
  font-size: 12px;
  margin-bottom: 14px;
}
.p-sales .c-productDetail__detail-item dt {
  min-width: 44px;
}
@media screen and (max-width: 767px) {
  .p-sales .c-productDetail__detail-item dt {
    margin-right: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-sales .c-productDetail__detail-item dd {
    font-size: 14px;
  }
}
.p-sales .c-productDetail__detail-link {
  margin-bottom: 0;
}
.p-sales .c-productDetail__detail-link p {
  min-width: 42px;
}
@media screen and (max-width: 767px) {
  .p-sales .c-productDetail__detail-link p {
    min-width: 53px;
  }
}
.p-sales .c-productDetail__pick {
  padding: 25px 0 25px 30px;
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 919px) {
  .p-sales .c-productDetail__pick {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.p-sales .c-productDetail__pick-list {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-sales .c-productDetail__pick-list {
    font-size: 16px;
    padding-left: 8px;
  }
}
.p-sales .c-productDetail__pick-item {
  white-space: nowrap;
  overflow-x: scroll;
}
.p-sales .c-productDetail__pick-item::-webkit-scrollbar {
  display: none;
}
.p-sales .c-productDetail__pick-title {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .p-sales .c-productDetail__pick-title {
    font-size: 12px;
  }
}
.p-sales .swiper-button-prev,
.p-sales .swiper-button-next {
  background-image: url(../../assets/img/arrow.svg);
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-sales .swiper-button-prev::after,
.p-sales .swiper-button-next::after {
  content: "";
}
@media screen and (max-width: 919px) {
  .p-sales .swiper-button-prev,
  .p-sales .swiper-button-next {
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (max-width: 479px) {
  .p-sales .swiper-button-prev,
  .p-sales .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.p-sales .swiper-button-prev,
.p-sales .swiper-container-rtl .swiper-button-next {
  left: 1% !important;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 919px) {
  .p-sales .swiper-button-prev,
  .p-sales .swiper-container-rtl .swiper-button-next {
    left: 0.4% !important;
  }
}
.p-sales .swiper-pagination-bullet-active {
  background: #ed1c24;
}
.p-sales .swiper-slide {
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-sales .c-sideNav {
  display: block;
}
@media screen and (max-width: 1150px) {
  .p-sales .c-sideNav {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  .p-sales .c-contents.--arcvive,
  .p-sales .c-contents.--series {
    padding: 0;
  }
}
.p-shop__mv {
  margin-bottom: 66px;
}
@media screen and (max-width: 767px) {
  .p-shop__mv {
    margin-bottom: 76px;
  }
}
.p-shop__contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-shop__contents {
    margin: 10px 10px 72px;
  }
}
.p-shop__number {
  font-size: 24px;
  font-family: "Dela Gothic One";
  background-image: url(../../assets/img/shop-deco.png);
  min-width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-shop__number {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-shop__number span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff,
    -1px -1px 0px #fff, 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff,
    0px -1px 0px #fff;
  padding-right: 4px;
}
.p-shop__number--dig2 {
  font-size: 16px;
  padding-right: 0;
}
.p-shop .c-shop {
  width: 100%;
}
.p-shop .c-shop__detail {
  background: #ffffff;
  margin-bottom: 10px;
  border-bottom: none;
  padding: 50px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-shop .c-shop__detail {
    padding: 36px 16px;
  }
}
.p-shop .c-shop__detail-title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shop .c-shop__item {
    margin-top: 23px;
    position: relative;
    padding-left: 54px;
  }
}
.p-shop .c-shop__item-address {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-shop .c-shop__item-address {
    display: block;
  }
}
.p-shop .c-shop__item-address dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-shop .c-shop__item-address dt {
    width: 100%;
  }
}
.p-shop .c-shop__item-address dd {
  max-width: 100%;
  width: 50%;
}
.p-shop .c-shop__item-address dd:last-child {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .p-shop .c-shop__item-address dd {
    width: 100% !important;
    margin-top: 3px;
  }
}
.p-shop-container {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-shop-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-shop__map {
  width: 100%;
  height: 460px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-shop__map {
    height: 375px;
  }
}
.p-shop-map-marker {
  font-size: 16px;
  font-family: "Dela Gothic One";
  background-image: url(../../assets/img/capsule.png);
  width: 37px;
  height: 40px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: relative;
}
.p-shop-map-marker span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff,
    -1px -1px 0px #fff, 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff,
    0px -1px 0px #fff;
}
.p-shop-map-marker-wrap {
  pointer-events: none;
}
.c-shop-nav-wrap {
  position: relative;
  margin-top: 0;
  margin-right: 10px;
  -webkit-filter: none;
  filter: none;
}
@media screen and (max-width: 767px) {
  .c-shop-nav-wrap {
    width: 100%;
    padding: 0 10px;
    margin-right: 0;
  }
  .c-shop-nav-modal > .c-shop-nav-wrap {
    padding: 120px 10px;
  }
  .c-shop-nav-modal .c-sideNav__category {
    pointer-events: auto;
  }
}
.c-shop-nav {
  background: #fff;
  width: 100%;
  border-radius: 10px 0 0 10px;
}
@media screen and (min-width: 1400px) {
  .c-shop-nav {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-shop-nav {
    border-radius: 10px;
    width: 100%;
    max-height: 80vh;
  }
}
.c-shop-nav__item {
  display: block;
  position: relative;
  height: 50px;
  padding: 0 21px;
  font-size: 14px;
  font-family: "Noto Sans JP";
  color: #000;
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-shop-nav__item {
    padding: 0 16px;
  }
}
.c-shop-nav__item a {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-shop-nav__item[aria-selected="false"] {
    display: none;
  }
}
.c-shop-nav__item[aria-selected="true"] {
  color: #ed1c24;
  pointer-events: none;
}
.c-shop-nav__item:first-child {
  border-radius: 10px 0 0 0;
}
.c-shop-nav__item:last-child {
  border-radius: 0 0 0 10px;
}
@media screen and (min-width: 1400px) {
  .c-shop-nav__item:hover {
    background: #ed1c24 !important;
    color: #fff !important;
  }
  .c-shop-nav__item:hover:after {
    background: url(../img/arrow-right_white.svg) center/contain no-repeat !important;
  }
}
.c-shop-nav__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 6px;
  height: 10px;
  background: url(../img/arrow-right.svg) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .c-shop-nav__item:after {
    right: 17px;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
.c-shop-nav__item[aria-selected="true"]:after {
  background: url(../img/arrow-right_red.svg) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .c-shop-modal-open-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .c-shop-nav-modal {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100vh;
    overflow: scroll;
    pointer-events: none;
    z-index: 999;
  }
  .c-shop-nav-modal[aria-hidden="true"] {
    height: 0;
    overflow: hidden;
    z-index: -999;
    pointer-events: none;
  }
  .c-shop-nav-modal .c-shop-nav {
    overflow-y: scroll;
  }
  .c-shop-nav-modal .c-shop-nav__item {
    display: block !important;
  }
  .c-shop-nav-modal .c-shop-nav__item:after {
    display: none;
  }
  .c-shop-nav-modal .c-shop-nav__item + .c-shop-nav__item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .c-shop-nav-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 120vh;
    max-height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 998;
  }
  .c-shop-nav-modal-overlay[aria-hidden="true"] {
    height: 0;
    overflow: hidden;
    z-index: -999;
    pointer-events: none;
  }
}
.c-shop__detail {
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.1s, 0.1s;
  transition-delay: 0.1s, 0.1s;
}
.c-shop__detail[aria-hidden="true"] {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0s, -webkit-transform 0s ease-in-out;
  transition: opacity 0s, -webkit-transform 0s ease-in-out;
  transition: transform 0s ease-in-out, opacity 0s;
  transition: transform 0s ease-in-out, opacity 0s,
    -webkit-transform 0s ease-in-out;
}
.c-shop-about {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.c-shop-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 10px;
  border-radius: 10px;
  background: #fff;
  padding: 40px;
  font-family: "Noto Sans JP";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-shop-about__inner {
    display: block;
    padding: 40px 15px;
  }
}
.c-shop-about__title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 20px;
}
.c-shop-about__contents {
  font-size: 12px;
  font-weight: 400;
  color: #808080;
  line-height: 1.667;
  max-width: 960px;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .c-shop-about__contents {
    margin-top: 15px;
  }
}
.c-shop-about__contents p + p {
  margin-top: 1.6em;
}
.c-shop-about__contents .red {
  position: relative;
  color: #ed1c24;
  border-bottom: 1px solid #ed1c24;
}
@media screen and (max-width: 767px) {
  .c-shop-about__contents .red .red {
    display: inline-block;
  }
}
.p-outline .c-related {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-outline .c-related {
    margin-bottom: 30px;
  }
}
.p-outline__mv {
  margin-bottom: 60px;
}
.p-outline__contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto 100px;
  margin-right: 1.43%;
}
@media screen and (max-width: 767px) {
  .p-outline__contents {
    margin: 0 auto 80px;
    padding: 0 10px;
  }
}
.p-outline__title {
  text-align: center;
  margin: 12px 0 50px;
}
.p-outline__title-main {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-outline__title-main {
    width: 100%;
    max-width: 281px;
  }
  .p-outline__title-main img {
    width: 100%;
  }
}
.p-outline__title-sub {
  margin-top: 18px;
  font-size: 23px;
  font-family: "Fugaz One";
}
@media screen and (max-width: 767px) {
  .p-outline__title-sub {
    font-size: 20px;
  }
}
.p-outline__catch {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-outline__catch {
    margin-bottom: 23px;
    text-align: center;
    border-radius: 10px;
    background: #ed1c24;
  }
}
#company-about,
#company-summary,
#company-history,
#company-recruit {
  padding-top: 110px;
  margin-top: -110px;
}
.p-summary {
  padding: 80px 6.69643% 80px 6.69643%;
  border-radius: 10px;
  background-color: #fff;
}
.p-summary.--history {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-summary {
    padding: 40px 4.50704%;
  }
}
.p-summary + .p-summary {
  margin-top: 10px;
}
.p-summary__title {
  margin-bottom: 80px;
  text-align: center;
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .p-summary__title {
    margin-bottom: 45px;
  }
}
.p-summary__title-main {
  font-weight: 100;
  font-size: 60px;
  font-family: "Dela Gothic One";
}
@media screen and (max-width: 767px) {
  .p-summary__title-main {
    font-size: 40px;
  }
}
.p-summary__title-sub {
  margin-top: 10px;
  font-family: "Fugaz One";
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .p-summary__title-sub {
    font-size: 20px;
  }
}
.p-summary__list {
  border-top: 1px dashed #dbdbdb;
  border-bottom: 1px dashed #dbdbdb;
}
.p-summary__list-wrap {
  overflow: hidden;
  margin-top: 40px;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.p-summary__list-wrap:not(.is-open) {
  opacity: 1;
  height: 0 !important;
  margin-top: 0;
}
.p-summary__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 18px 0;
  line-height: 2.22222;
}
@media screen and (max-width: 767px) {
  .p-summary__item {
    padding: 15px 0;
    line-height: 1.71429;
  }
}
.p-summary__item + .p-summary__item {
  border-top: 1px dashed #dbdbdb;
}
.p-summary__item--omission {
  width: 100%;
  padding: 38px 0 39px;
  text-align: center;
  background-color: #e5e5e5;
}
.p-summary__item--omission p {
  color: #ed1c24;
  font-size: 18px;
}
.p-summary__term {
  width: 235px;
  font-size: 18px;
  font-weight: 900;
  color: #ed1c24;
}
@media screen and (max-width: 767px) {
  .p-summary__term {
    width: 31.25%;
    font-size: 14px;
  }
}
.p-summary__term.--history {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .p-summary__term.--history {
    width: 70px;
  }
}
.p-summary__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-summary__desc {
    font-size: 14px;
  }
}
.p-summary__desc span {
  display: inline-block;
  min-width: 70px;
  color: #ed1c24;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-summary__desc span {
    min-width: 50px;
  }
}
.p-summary__desc.--col {
  padding: 18px 0;
}
.p-summary__desc.--col:first-child {
  padding-top: 0;
}
.p-summary__desc.--col:last-child {
  padding-bottom: 0;
}
.p-summary__desc.--col + .p-summary__desc.--col {
  border-top: 1px dashed #dbdbdb;
}
.p-summary__desc.--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0;
}
.p-summary__desc.--col2:first-child {
  padding-top: 0;
}
.p-summary__desc.--col2:last-child {
  padding-bottom: 0;
}
.p-summary__desc.--col2 + .p-summary__desc.--col2 {
  border-top: 1px dashed #dbdbdb;
}
.p-summary__plus {
  width: 32px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-summary__plus {
    width: 24px;
  }
}
.is-active .p-summary__plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-summary__button {
  padding-top: 40px;
  border-top: 1px dashed #dbdbdb;
}
.p-summary__button .c-button {
  width: 240px;
}
.p-summary__button .c-button a {
  padding: 25px 0;
}
.p-summary__recruit + .p-summary__recruit {
  margin-top: 20px;
}
.p-summary__recruit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 34px 40px 35px 40px;
  background-color: #ffffff;
  background-image: radial-gradient(#dbdbdb 16%, transparent 20%),
    radial-gradient(#dbdbdb 16%, transparent 20%);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
  cursor: pointer;
}
.p-summary__recruit-item:hover .p-summary__plus {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.p-summary__recruit-item.is-active:hover .p-summary__plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-summary__recruit-item {
    width: 100%;
    margin: 0;
    padding: 20px 16px;
  }
}
.p-summary__recruit-text {
  font-size: 32px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-summary__recruit-text {
    font-size: 20px;
  }
}
.p-summary__none {
  padding: 1em 0;
  font-size: 24px;
  text-align: center;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .p-summary__none {
    font-size: 20px;
  }
}
#recruit {
  margin-top: -100px;
  padding-top: 100px;
}
.p-oem__contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto 50px;
  margin-right: 1.43%;
}
@media screen and (max-width: 767px) {
  .p-oem__contents {
    margin: 0 10px 40px;
  }
}
.p-oem__list {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-oem__list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-oem__list a {
  position: relative;
}
.p-oem__list a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  opacity: 0;
  background: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  border-radius: 10px;
}
.p-oem__list a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.p-oem__list a:hover::before {
  opacity: 0.4;
}
.p-oem__item {
  max-height: 435px;
  min-height: 25.07143vw;
  background: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 1400px) {
  .p-oem__item {
    min-height: 435px;
  }
}
@media screen and (max-width: 767px) {
  .p-oem__item {
    min-height: 54.07143vw;
  }
}
.p-oem__item img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.p-oem .c-sns {
  padding: 20px ​20px 20px;
}
.p-oem .navigation.pagination {
  text-align: center;
}
.p-oem .nav-links {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fffc00;
  display: inline-block;
  font-size: 20px;
  font-family: "Maven Pro";
  padding: 22px 100px;
  border-radius: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-oem .nav-links {
    padding: 10px 10px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 80px;
  }
}
.p-omeS__contents {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-omeS__contents {
    display: block;
    margin: 0 0 10px;
    padding: 0 10px;
  }
}
.p-omeS__contents .c-productDetail__desc {
  width: 41.3%;
}
@media screen and (max-width: 767px) {
  .p-omeS__contents .c-productDetail__desc {
    width: 100%;
  }
}
.p-omeS__contents .c-productDetail__content {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .p-omeS__contents .c-productDetail__content {
    padding: 30px 15px 32px;
    height: auto;
  }
}
.p-omeS__contents .c-productDetail__detail {
  padding: 44px 38px 34px;
}
@media screen and (max-width: 767px) {
  .p-omeS__contents .c-productDetail__detail {
    min-height: auto;
    padding: 44px 38px 35px;
  }
}
.p-omeS__contents .c-productDetail__title {
  line-height: 1.3;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .p-omeS__contents .c-productDetail__title {
    line-height: 1.4;
    margin-bottom: 16px;
  }
}
.p-omeS__contents .c-productDetail__detail-item {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-omeS__contents .c-productDetail__detail-item {
    margin-bottom: 12px;
  }
}
.p-omeS__contents .c-productDetail__detail-item dt {
  min-width: 60px;
}
@media screen and (max-width: 767px) {
  .p-omeS__contents .c-productDetail__detail-item dt {
    min-width: 58px;
  }
}
@media screen and (max-width: 767px) {
  .p-omeS__contents .c-productDetail__detail-item dd {
    line-height: 1.2;
  }
}
.p-omeS__contents .c-productDetail__detail-link {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-omeS__contents .c-productDetail__detail-link {
    margin-bottom: 0;
  }
}
.p-omeS__img {
  width: 57.9%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-omeS__img {
    width: 100%;
    margin: 0 0 10px;
  }
}
.p-omeS__img img {
  max-height: 951px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-omeS__right {
  width: 49.29825%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-omeS__right {
    width: 100%;
  }
}
.p-omeS__title {
  margin-bottom: 10px;
  padding: 20px 30px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.33333;
  border-radius: 10px;
  background-color: #fff;
}
.p-omeS__slider {
  position: relative;
  z-index: 1;
  height: 580px;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-omeS__slider {
    width: 100%;
    min-height: 0;
    height: auto;
  }
}
.p-omeS__slider .swiper-button-prev,
.p-omeS__slider .swiper-button-next {
  background-image: url(../../assets/img/arrow.svg);
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-omeS__slider .swiper-button-prev::after,
.p-omeS__slider .swiper-button-next::after {
  content: "";
}
@media screen and (max-width: 919px) {
  .p-omeS__slider .swiper-button-prev,
  .p-omeS__slider .swiper-button-next {
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (max-width: 479px) {
  .p-omeS__slider .swiper-button-prev,
  .p-omeS__slider .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.p-omeS__slider .swiper-button-prev,
.p-omeS__slider .swiper-container-rtl .swiper-button-next {
  left: 2.4% !important;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 919px) {
  .p-omeS__slider .swiper-button-prev,
  .p-omeS__slider .swiper-container-rtl .swiper-button-next {
    left: 0.4% !important;
  }
}
.p-omeS__slider .swiper-pagination-bullet-active {
  background: #ed1c24;
}
.p-omeS__slider img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-omeS__slider img {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    padding: 25px;
  }
}
.p-omeS__slider .swiper-slide p {
  position: absolute;
  top: 18px;
  left: 18px;
}
.p-omeS__name {
  padding: 15px 18px;
  text-align: left;
}
.page-numbers {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 10px 15px;
  color: #000;
  line-height: 1;
  font-weight: bold;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    padding: 10px 8px;
  }
}
.page-numbers[href]:hover,
.page-numbers.current {
  color: #ffffff;
  background: #000000;
  padding: 10px 15px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .page-numbers[href]:hover,
  .page-numbers.current {
    padding: 10px 12px;
  }
}
.page-numbers.prev,
.page-numbers.next {
  padding: 10px;
  position: relative;
  width: 42.45px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .page-numbers.prev,
  .page-numbers.next {
    width: 24px;
  }
}
.page-numbers.prev:hover,
.page-numbers.next:hover {
  background-color: #fffc00;
}
.page-numbers.prev:before,
.page-numbers.prev:after,
.page-numbers.next:before,
.page-numbers.next:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-numbers.prev:before,
.page-numbers.next:before {
  background-color: #000;
}
.page-numbers.prev:after,
.page-numbers.next:after {
  background-color: #fffc00;
}
.page-numbers.prev:hover:before,
.page-numbers.next:hover:before {
  background-color: #b5b5b5;
}
.page-numbers.prev:before,
.page-numbers.prev:after {
  right: 0;
}
.page-numbers.prev:before {
  left: 4px;
}
.page-numbers.prev:after {
  left: 12px;
}
.page-numbers.next:before,
.page-numbers.next:after {
  left: 0;
}
.page-numbers.next:before {
  right: 4px;
}
.page-numbers.next:after {
  right: 12px;
}
.page-numbers + .page-numbers {
  margin-left: 0.125em;
}
@media screen and (max-width: 767px) {
  .page-numbers + .page-numbers {
    margin-left: 1px;
  }
}
@media screen and (min-width: 768px) {
  .page-numbers + .page-numbers {
    margin-left: 0.25em;
  }
}
.p-productArchive .c-button {
  width: 23%;
  position: absolute;
  right: 1%;
  bottom: 19%;
  z-index: 2;
  font-size: 2.14286vw;
}
.p-productArchive .c-button::before,
.p-productArchive .c-button::after {
  width: 12px;
  height: 4px;
  right: 15px;
}
.p-productArchive .c-button::before {
  top: calc(50% - 4px);
}
.p-productArchive .c-button::after {
  bottom: calc(50% - 6px);
}
@media screen and (min-width: 1400px) {
  .p-productArchive .c-button {
    font-size: 30px;
  }
}
@media screen and (max-width: 919px) {
  .p-productArchive .c-button {
    bottom: 0%;
    padding-bottom: 34.5%;
    right: 2.5%;
    font-size: 30px;
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-productArchive .c-button {
    font-size: 20px;
  }
  .p-productArchive .c-button::before,
  .p-productArchive .c-button::after {
    width: 6px;
    height: 2px;
    right: 15px;
  }
  .p-productArchive .c-button::before {
    top: calc(50% - 3px);
  }
  .p-productArchive .c-button::after {
    bottom: calc(50% - 3px);
  }
  .p-productArchive .c-button a {
    padding: 18px 0;
  }
}
@media screen and (max-width: 330px) {
  .p-productArchive .c-button::before,
  .p-productArchive .c-button::after {
    opacity: 0;
    display: none;
  }
}
@media screen and (max-width: 330px) {
  .p-productArchive .c-button a span::before,
  .p-productArchive .c-button a span::after {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-productArchive .c-button a span::before,
  .p-productArchive .c-button a span::after {
    right: 10px;
  }
}
.p-productArchive .c-button a span::before {
  top: calc(50% - 4px);
}
.c-shop-nav-wrap--prod .c-shop-nav__item {
  height: 70px;
}
.c-shop-nav-wrap--prod .c-shop-nav__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 10px;
  height: 16px;
  background: url(../img/arrow-right.svg) center/contain no-repeat;
}
.c-shop-nav-wrap--prod .c-shop-nav__item a {
  display: block;
  font-size: 19px;
  font-weight: 900;
  line-height: 68px;
}
.c-shop-nav-wrap--prod-top {
  margin-top: 0;
  margin-bottom: 40px;
}
.c-shop-nav-wrap--prod-top:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 47px;
  height: 42px;
  background: url(../img/cat_icon.png) center/contain no-repeat;
}
.c-shop-nav-wrap--prod-top a {
  padding-left: 54px;
}
.c-shop-nav-wrap--prod-tax {
  margin-top: 1px;
  margin-bottom: 40px;
}
.c-shop-nav-wrap--prod-tax .c-shop-nav__item:after {
  background: url(../img/arrow-right_red.svg) center/contain no-repeat;
}
.c-shop-nav-wrap--prod-tax .c-shop-nav__item a {
  color: #ed1c24;
}
.c-shop-nav-wrap--oem {
  margin-top: 0;
}
.c-products-cat-button {
  background: #fffc00;
}
.press-release {
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 37px 185px;
}
@media screen and (max-width: 767px) {
  .press-release {
    padding: 0 10px 80px;
    margin-top: 34px;
  }
}
.pr-age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px 44px;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .pr-age {
    gap: 12px 12px;
  }
}
.pr-age__item {
  font-size: 28px;
  color: #fff;
  line-height: 24px;
  height: 37px;
  padding: 5px 11px 5px 14px;
  border-radius: 13px;
  background: #dc000c;
  font-family: "Maven Pro", "Noto Sans JP";
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 767px) {
  .pr-age__item {
    font-size: 15px;
    line-height: 21px;
    height: 28px;
    padding: 3px 10px;
    min-width: 69.77px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .pr-age__item:hover {
    opacity: 0.7;
  }
}
.pr-age__item .age-year {
  font-size: 0.8em;
}
.pr-main {
  margin-top: 20px;
  background: #fff;
  padding: 40px 25px 60px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .pr-main {
    padding: 20px 15px 40px;
  }
}
.p-re-row + .p-re-row {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .p-re-row + .p-re-row {
    margin-top: 28px;
  }
}
.p-re-row-head {
  position: relative;
  border-bottom: 2px solid #dc000c;
  cursor: pointer;
}
.p-re-row-head:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 7px;
  right: 0px;
  background: url("../../assets/img/arrow_red.svg") center/contain no-repeat;
  width: 38px;
  height: 38px;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-re-row-head:after {
    width: 22px;
    height: 22px;
    right: 0;
  }
}
.p-re-row-head__title {
  position: relative;
  display: inline-block;
  font-size: 37px;
  color: #fff;
  line-height: 32px;
  letter-spacing: 0.05em;
  height: 45.5px;
  padding: 5px 12px 5px 11px;
  background: #dc000c;
}
@media screen and (max-width: 767px) {
  .p-re-row-head__title {
    font-size: 24px;
    color: #fff;
    line-height: 28px;
    height: 40px;
  }
}
.p-re-row-head__title:after {
  display: block;
  content: "";
  background: #dc000c;
  position: absolute;
  bottom: -1.1px;
  right: 0.4px;
  width: 55px;
  height: 47px;
  background: url("../../assets/img/triangle_red.svg") center/contain no-repeat;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-re-row-head__title:after {
    width: 48px;
    height: 42px;
    right: 0.4px;
  }
}
.p-re-row-head__title .age-year {
  font-size: 0.95em;
}
.p-re-row-contents {
  padding: 37px 11px 0;
}
@media screen and (max-width: 767px) {
  .p-re-row-contents {
    padding: 28px 10px 0;
  }
}
.p-re-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 72px;
}
@media screen and (max-width: 767px) {
  .p-re-item {
    display: block;
    min-height: 138px;
  }
}
.p-re-item + .p-re-item {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .p-re-item + .p-re-item {
    margin-top: 20px;
  }
}
.p-re-item__date {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  min-width: 191px;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .p-re-item__date {
    font-size: 20px;
  }
}
.p-re-item__img {
  width: 72px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-re-item__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .p-re-item__title {
    font-size: 16px;
  }
}
.p-re-item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 35px;
}
@media screen and (max-width: 767px) {
  .p-re-item dd {
    gap: 0 20px;
    margin-top: 16px;
  }
}
.p-re-row-head[aria-expand="true"]:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p-re-row-contents[aria-hidden="true"] {
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
}
.p-re-row-contents[aria-hidden="false"] {
  height: auto;
  opacity: 1;
  overflow: visible;
  -webkit-transition: opacity 0.4s, height 0s;
  transition: opacity 0.4s, height 0s;
  -webkit-transition-delay: 0s, 0.4s;
  transition-delay: 0s, 0.4s;
}
@media screen and (min-width: 768px) {
  .p-re-row-head[aria-expand="false"]:hover {
    opacity: 0.7;
  }
}
.p-spNav {
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: fixed;
  z-index: 100;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 155px;
  background-color: #ed1c24;
  border-top: 1px solid #ad151a;
}
@media screen and (min-width: 1151px) {
  .p-spNav {
    display: none !important;
  }
}
@media screen and (max-width: 1150px) {
  .p-spNav {
    top: 78px;
  }
}
.p-spNav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ff545b;
}
.p-spNav__item {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 64px;
  padding: 0 10px;
}
.p-spNav__item + .p-spNav__item {
  border-top: 1px solid #ad151a;
}
.p-spNav__item + .p-spNav__item::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ff545b;
}
.p-spNav__item--col2 {
  position: relative;
  z-index: 1;
  width: 50%;
  height: 65px;
  padding: 0 10px;
  border-top: 1px solid #ad151a;
}
.p-spNav__item--col2::before,
.p-spNav__item--col2::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ff545b;
}
.p-spNav__item--col2::before {
  top: 0;
}
.p-spNav__item--col2::after {
  bottom: -2px;
}
.p-spNav__item--col2.has-cat {
  width: 60.26667%;
}
.p-spNav__item--col2.category {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 19px;
}
.p-spNav__item--col2.oem {
  border-bottom: 1px solid #ad151a;
}
.p-spNav__item--col2.oem + .category {
  border-bottom: 1px solid #ad151a;
}
.p-spNav__item--nl {
  border-bottom: none;
}
.p-spNav__item--nl:after {
  display: none;
}
.p-spNav__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-spNav__icon {
  width: 48px;
  margin-right: 11px;
  margin-top: -4px;
  text-align: center;
}
.p-spNav__icon img {
  width: 30px;
}
.p-spNav__text img {
  width: auto;
}
.p-spNav__text .spNav-home {
  height: 15px;
}
.p-spNav__text .spNav-product {
  height: 18px;
}
.p-spNav__text .spNav-capsule {
  height: 16.4px;
}
.p-spNav__text .spNav-category {
  height: 16px;
}
.p-spNav__text .spNav-sales {
  height: 17px;
}
.p-spNav__text .spNav-oem {
  height: 19px;
}
.p-spNav__text .spNav-sonota {
  height: 17px;
}
.p-spNav__text .spNav-news {
  height: 15px;
  height: 16px;
}
.p-spNav__text .spNav-release {
  height: 15.7899px;
  height: 16px;
}
.p-spNav__text .spNav-shop {
  height: 16.7px;
}
.p-spNav__text .spNav-contact {
  height: 17px;
}
.p-spNav__text .spNav-about {
  height: 13px;
}
.p-spNav__text .spNav-que {
  height: 13px;
}
.p-spNav__text .spNav-roe {
  height: 13px;
}
.p-spNav__text .spNav-prer {
  height: 12px;
}
.p-spNav__text .spNav-priv {
  height: 12px;
}
.p-spNav__text.-small {
  margin: auto;
  line-height: 0;
}
.p-spNav__arrow {
  position: absolute;
  z-index: 1;
  right: 8px;
  top: 50%;
  width: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-spNav__line::before,
.p-spNav__line::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
}
.p-spNav__line::before {
  right: 0;
  background-color: #ad151a;
}
.p-spNav__line::after {
  right: 1px;
  background-color: #ff545b;
}
.is-drawerActive .p-spNav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.p-spNav .roe-img {
  width: 106px;
}
.p-spNav__item.webshop .p-spNav__icon img {
  width: 38px;
  margin-left: 9px;
  margin-top: 2px;
}
.p-spNav__item.capsule .p-spNav__icon img {
  width: 26px;
}
.p-spNav__item.sales .p-spNav__icon img {
  width: 29px;
}
.p-spNav__item.oem .p-spNav__icon img {
  width: 40px;
}
.p-spNav__item.pressrelease .p-spNav__icon img {
  width: 38px;
  margin-top: 4px;
}
.p-spNav__item.news .p-spNav__icon img {
  width: 32px;
}
.c-notfound {
  font-family: "Noto Sans JP";
  text-align: center;
  padding: 25px 20px 66px;
}
@media screen and (max-width: 767px) {
  .c-notfound {
    padding: 45px 30px 105px;
  }
}
.c-notfound__h1 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-notfound__h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.c-notfound__h1 span {
  display: inline-block;
}
.c-notfound__h2 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 2;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-notfound__h2 {
    font-size: 16px;
    margin-top: 27px;
  }
}
.notfoundArea {
  height: 100%;
}
.error404 .c-sns {
  background-color: rgba(247, 247, 247, 0.6);
}
@media screen and (max-width: 767px) {
  .error404 .c-sns {
    background-color: transparent;
  }
}
.p-search {
  max-width: 1400px;
  padding: 0 10px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-search__titleArea {
  text-align: center;
}
.p-search__title {
  font-size: 60px;
  font-family: "Dela Gothic One";
  font-weight: 100;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .p-search__title {
    font-size: 40px;
  }
}
.p-search__read {
  font-size: 22px;
  font-family: "Fugaz One";
  margin-top: 3px;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .p-search__read {
    font-size: 20px;
    margin-top: 7px;
  }
}
.p-search__commit {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-search__commit {
    font-size: 16px;
  }
}
.p-search__commit span {
  font-weight: 600;
}
.p-search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.71942%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 39px;
}
@media screen and (max-width: 767px) {
  .p-search__list {
    margin-right: -2.8169%;
  }
}
.p-search__item {
  width: 19.28058%;
  margin-right: 0.71942%;
  margin-bottom: 10px;
}
.p-search__item img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-search__item {
    width: 47.04225%;
    margin-right: 2.8169%;
  }
}
@media screen and (max-width: 767px) {
  .p-search__bottom {
    padding-top: 72px;
  }
}
.p-search .navigation.pagination {
  text-align: center;
}
.p-search .nav-links {
  background: #fffc00;
  display: inline-block;
  font-size: 20px;
  font-family: "Maven Pro";
  padding: 22px 100px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .p-search .nav-links {
    padding: 10px 10px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 80px;
  }
}
#search-wrap {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 10px;
}
#search-wrap.is-open #search-text {
  border: 2px solid #28cdfb;
}
#search-text {
  -webkit-appearance: none;
  width: 44px;
  height: 44px;
  padding: 20px;
  border: none;
  background: #fff url("../../assets/img/serch-icon.svg") no-repeat 12px center;
  background-size: 18px 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: none;
  cursor: pointer;
  border: 2px solid #adacaa;
  border-radius: 30px;
}
.search-close {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 12px;
  height: 12px;
  padding: 10px;
  background: url("../../assets/img/cancel.svg") center/12px no-repeat;
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
}
#search-wrap.is-open #search-text {
  width: 500px;
  padding: 19px 0 20px 43px;
}
@media screen and (max-width: 767px) {
  #search-wrap.is-open #search-text {
    max-width: calc(100vw - 20px);
  }
}
#search-wrap.is-open .search-close {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.p-contribution__area {
  background: #ffffff;
  border-radius: 10px;
  max-width: 1280px;
  width: 95%;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 93px 0 98px;
}
@media screen and (max-width: 919px) {
  .p-contribution__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0 49px;
  }
}
.p-contribution__box {
  width: 50%;
}
@media screen and (max-width: 919px) {
  .p-contribution__box {
    width: 90%;
    margin: 0 auto;
  }
  .p-contribution__box:first-child {
    padding-bottom: 53px;
  }
  .p-contribution__box:last-child {
    padding-top: 29px;
  }
}
.p-contribution__box:first-child {
  border-right: 1px dotted #d5d5d5;
}
@media screen and (max-width: 919px) {
  .p-contribution__box:first-child {
    border-right: 0px dotted #d5d5d5;
    border-bottom: 1px dotted #d5d5d5;
  }
}
.p-contribution__item {
  max-width: 494px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 919px) {
  .p-contribution__item {
    max-width: 100%;
    width: 100%;
    padding: 0 8px;
  }
}
.p-contribution__item figure {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .p-contribution__item figure {
    margin-bottom: 66px;
  }
}
.p-contribution__item-img01 {
  max-width: 161px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contribution__item-img01 {
    max-width: 144px;
  }
}
.p-contribution__item-img02 {
  max-width: 203px;
  width: 100%;
  margin: 0 auto;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .p-contribution__item-img02 {
    margin-bottom: 57px !important;
  }
}
.p-contribution__item dl dt {
  font-size: 32px;
  text-align: center;
  margin-bottom: 29px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .p-contribution__item dl dt {
    text-align: left;
    margin-bottom: 21px;
    line-height: 1.3;
  }
}
.p-contribution__item dl dd {
  font-size: 18px;
  line-height: 2;
}
@media screen and (min-width: 1050px) {
  .br-pc {
    display: inline-block;
    white-space: nowrap;
  }
}
.isPc {
  display: none;
}
@media screen and (min-width: 768px) {
  .isPc {
    display: block;
  }
}
.isSp {
  display: block;
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none !important;
  }
}
.notfound {
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 50%;
  font-size: 30px;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 920px) {
  .notfound {
    top: 50%;
    font-size: 50px;
  }
}
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}
