@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Noto+Serif+JP:400,700&display=swap&subset=japanese");
@-webkit-keyframes icon-wobble-horizontal {
  16.65% {
    transform: translateX(6px);
  }
  33.3% {
    transform: translateX(-5px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes shooting-star {
  0% {
    transform: scaleY(0);
    transform-origin: top center;
  }
  30% {
    transform: scaleY(1);
    transform-origin: top center;
  }
  31% {
    transform: scaleY(1);
    transform-origin: bottom center;
  }
  60% {
    transform: scaleY(0);
    transform-origin: bottom center;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom center;
  }
}

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

html {
  overflow: auto;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  text-size-adjust: 100%;
}

@media all and (min-width: 769px) {
  body {
    min-width: 1160px;
  }
}

a {
  transition: .3s;
}

main {
  display: block;
}

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

input[type="text"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0;
}

input[type="button"],
input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  padding: 0;
}

textarea {
  outline: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.l-extraNav {
  background-color: #A8050E;
  padding-bottom: 20px;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .l-extraNav {
    padding-bottom: 25px;
    padding-top: 5px;
  }
}

.l-extraNav__list {
  display: flex;
  flex-wrap: wrap;
}

.l-extraNav__list li {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .l-extraNav__list li {
    margin-right: 3em;
    margin-top: 20px;
  }
}

@media all and (min-width: 769px) {
  .l-extraNav__list li + li {
    margin-left: 2em;
  }
}

.l-extraNav__list li a {
  color: #FFF;
  font-size: 15px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .l-extraNav__list li a {
    text-decoration: underline;
  }
}

@media all and (min-width: 769px) {
  .l-extraNav__list li a:hover {
    text-decoration: underline;
  }
}

.l-footer {
  background-color: #FFF;
  padding-bottom: 30px;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.l-footer__container {
  position: relative;
}

.l-footer__copyright {
  font-size: 12px;
  line-height: 1.5;
}

.l-footer__note {
  font-size: 12px;
  line-height: 1.5;
}

.l-footer__note a {
  color: #222;
}

.l-footer__note a:hover {
  color: #15801D;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .l-footer__logo {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .l-footer__logo {
    margin-top: 15px;
    text-align: center;
  }
}

.l-footer__logo img {
  width: 122px;
}

@media screen and (max-width: 768px) {
  .l-gnav {
    -ms-overflow-style: none;
    display: none;
    height: calc(100vh - 121px);
    overflow-y: auto;
    padding-bottom: 50px;
  }
}

@media all and (min-width: 769px) {
  .l-gnav {
    display: block !important;
    width: 220px;
  }
}

.l-gnav__mainList > li {
  border-bottom: 1px solid #E5E5E5;
}

@media all and (min-width: 769px) {
  .l-gnav__mainList > li {
    height: 60px;
  }
}

.l-gnav__mainList > li > a {
  align-items: center;
  color: #222;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 59px;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
}

.l-gnav__mainList > li > a::before {
  color: #A8050E;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  margin-top: 1px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}

@media all and (min-width: 769px) {
  .l-gnav__mainList > li > a:hover {
    background-color: #FBF2F2;
  }
}

@media screen and (max-width: 768px) {
  .l-gnav__mainList > li > a.-active::before {
    content: "\f068" !important;
  }
}

@media all and (min-width: 769px) {
  .l-gnav__hasChild:hover .l-gnav__child {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
}

@media all and (min-width: 769px) {
  .l-gnav__hasChild:hover > a::before {
    content: "\f061" !important;
  }
}

.l-gnav__hasChild > a::before {
  content: "\f0c9" !important;
}

.l-gnav__child {
  background-color: #FBF2F2;
}

@media screen and (max-width: 768px) {
  .l-gnav__child {
    display: none;
  }
}

@media all and (min-width: 769px) {
  .l-gnav__child {
    display: block !important;
    height: 100%;
    left: 220px;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50px);
    transition: .3s;
    visibility: hidden;
    width: 240px;
  }
}

@media all and (min-width: 769px) {
  .l-gnav__child:before {
    background-color: #FBF2F2;
    content: '';
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media all and (min-width: 769px) {
  .l-gnav__subList {
    -ms-overflow-style: none;
    height: 100vh;
    overflow-y: auto;
    padding-top: 45px;
  }
}

.l-gnav__subList li {
  position: relative;
}

@media all and (min-width: 769px) {
  .l-gnav__subList li {
    border-bottom: 1px solid #EECDCE;
  }
}

@media all and (min-width: 769px) {
  .l-gnav__subList li:first-child {
    border-top: 1px solid #EECDCE;
  }
}

@media screen and (max-width: 768px) {
  .l-gnav__subList li + li {
    border-top: 1px solid #EECDCE;
  }
}

.l-gnav__subList li.-lower {
  margin-left: 20px;
}

.l-gnav__subList li.-lower a {
  font-weight: 400;
  padding-left: 10px;
}

.l-gnav__subList li.-indent {
  margin-left: 40px;
}

.l-gnav__subList li.-indent a {
  font-weight: 400;
  padding-left: 10px;
}

.l-gnav__subList li a {
  align-items: center;
  color: #222;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 55px;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .l-gnav__subList li a {
    height: 59px;
  }
}

@media all and (min-width: 769px) {
  .l-gnav__subList li a:hover {
    background-color: #FFF;
  }
}

@media all and (min-width: 769px) {
  .l-gnav__subList li a:hover::before {
    right: 15px;
  }
}

.l-gnav__subList li a::before {
  color: #A8050E;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  margin-top: 1px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}

@media all and (min-width: 769px) {
  .l-gnav__subList li a::before {
    transition: .3s;
  }
}

.l-gnav__subList li a.-external::before {
  color: #15801D;
  content: "\f24d";
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .l-gnav__relatedList {
    display: flex;
    flex-wrap: wrap;
  }
}

@media all and (min-width: 769px) {
  .l-gnav__relatedList {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .l-gnav__relatedList li {
    border-bottom: 1px solid #E5E5E5;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .l-gnav__relatedList li.-full {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media all and (min-width: 769px) {
  .l-gnav__relatedList li + li {
    border-top: 1px solid #E5E5E5;
  }
}

@media screen and (max-width: 768px) {
  .l-gnav__relatedList li:nth-child(2n+2) {
    border-left: 1px solid #E5E5E5;
  }
}

.l-gnav__relatedList li a {
  align-items: center;
  color: #222;
  display: flex;
  font-size: 15px;
  font-weight: 300;
  height: 47px;
  position: relative;
  text-decoration: none;
}

.l-gnav__relatedList li a:hover {
  color: #15801D;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .l-gnav__relatedList li a {
    height: 59px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-gnav__relatedList li a::before {
  color: #15801D;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  margin-top: 1px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}

@media screen and (max-width: 768px) {
  .l-gnav__relatedList li a::before {
    right: 20px;
  }
}

@media all and (min-width: 769px) {
  .l-gnav__relatedList li a:hover i {
    color: #15801D;
  }
}

.l-gnav__relatedList li a.-external::before {
  content: "\f24d";
  font-weight: 400;
}

.l-gnav__relatedList li a i {
  color: #848484;
  font-size: 14px;
  margin-right: 8px;
}

.l-gnav__snsList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .l-gnav__close {
    align-items: center;
    border: 1px solid #A8050E;
    border-radius: 4px;
    color: #A8050E;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 300px;
  }
}

.l-header {
  background-color: #A8050E;
  height: 100px;
}

@media screen and (max-width: 768px) {
  .l-header {
    border-bottom: 1px solid #A8050E;
    height: 121px;
    width: 100%;
  }
}

@media all and (min-width: 769px) {
  .l-header {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .l-header.-compact {
    display: flex;
    flex-wrap: wrap;
    height: 51px;
  }
}

@media screen and (max-width: 768px) {
  .l-header.-compact .l-header__logo {
    flex-basis: 34.933%;
    height: 50px;
    max-width: 34.933%;
  }
}

@media screen and (max-width: 768px) {
  .l-header.-compact .l-header__logo img {
    width: 90px;
  }
}

@media screen and (max-width: 768px) {
  .l-header.-compact .l-header__toolbar {
    flex-basis: calc(100% - 34.933%);
    max-width: calc(100% - 34.933%);
  }
}

@media screen and (max-width: 768px) {
  .l-header.-compact .l-header__mainList > li a {
    height: 50px;
    transition: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-header.-compact .l-header__mainList > li a div p span {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .l-header.-compact .l-header__mainList > li a div p i {
    bottom: 0;
    left: 50%;
    margin-left: 0;
    position: absolute;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .l-header.-compact .l-header__subList {
    left: auto;
    right: -50px;
    top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__logo {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-header__logo img {
    width: 110px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__toolbar {
    background-color: #FFF;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .l-header__mainList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-header__mainList > li {
    flex-basis: 25%;
    max-width: 25%;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .l-header__mainList > li + li {
    border-left: 1px solid #A8050E;
  }
}

@media screen and (max-width: 768px) {
  .l-header__mainList > li > a {
    align-items: center;
    background-color: #FFF;
    color: #A8050E;
    display: flex;
    flex-wrap: wrap;
    height: 60px;
    justify-content: center;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: 0;
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .l-header__mainList > li > a.-active:not(.l-header__trigger)::before {
    background-color: #FFF;
    bottom: -1px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .l-header__mainList > li > a div {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-header__mainList > li > a div > i {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__mainList > li > a div p {
    font-size: 12px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__mainList > li > a div p i {
    margin-left: 3px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__trigger.-active {
    background-color: #A8050E;
    color: #FFF;
  }
}

@media screen and (max-width: 768px) {
  .l-header__subList {
    background-color: #FFF;
    border: 1px solid #A8050E;
    border-radius: 0 0 4px 4px / 0 0 4px 4px;
    box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.05);
    display: none;
    left: -1px;
    position: absolute;
    top: 60px;
    width: 168px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__subList li:nth-child(even) a {
    background-color: #FBF2F3;
  }
}

@media screen and (max-width: 768px) {
  .l-header__subList li:last-child a {
    border-radius: 0 0 4px 4px / 0 0 4px 4px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__subList li a {
    align-items: center;
    color: #4E4E4E;
    display: flex;
    font-size: 16px;
    height: 46px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
  }
}

.l-main {
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 121px;
    transition: .2s;
  }
}

@media all and (min-width: 769px) {
  .l-main {
    /*
    max-width: $wrap_max_width - $l_side_width;
    min-width: $wrap_min_width - $l_side_width;
*/
  }
}

@media all and (min-width: 769px) {
  .l-main::before {
    background: linear-gradient(to right, #000, #FFF);
    content: '';
    height: 100%;
    left: 0;
    opacity: .06;
    position: absolute;
    top: 0;
    width: 6px;
    z-index: -1;
  }
}

@media screen and (max-width: 768px) {
  .l-main.-compact {
    padding-top: 51px;
  }
}

@media all and (min-width: 769px) {
  .l-main__inner {
    padding-top: 55px;
  }
}

.l-pickup {
  background-color: #A8050E;
  padding-bottom: 40px;
  padding-top: 40px;
}

.l-pickup__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-pickup__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-pickup__carousel {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 850px;
}

@media screen and (min-width: 1280px) {
  .l-pickup__carousel {
    width: 870px;
  }
}

.l-pickup__carousel .swiper-wrapper .swiper-slide {
  width: 270px;
}

.l-pickup__arrow {
  align-items: center;
  background-color: #A8050E;
  cursor: pointer;
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 2;
}

@media screen and (min-width: 1280px) {
  .l-pickup__arrow {
    width: 35px;
  }
}

.l-pickup__arrow.-prev {
  justify-content: flex-start;
  left: -45px;
}

@media screen and (min-width: 1280px) {
  .l-pickup__arrow.-prev {
    left: -35px;
  }
}

.l-pickup__arrow.-prev svg {
  margin-left: 19px;
}

@media screen and (min-width: 1280px) {
  .l-pickup__arrow.-prev svg {
    margin-left: 0;
  }
}

.l-pickup__arrow.-next {
  justify-content: flex-end;
  right: -45px;
}

@media screen and (min-width: 1280px) {
  .l-pickup__arrow.-next {
    right: -35px;
  }
}

.l-pickup__arrow.-next svg {
  margin-right: 19px;
}

@media screen and (min-width: 1280px) {
  .l-pickup__arrow.-next svg {
    margin-right: 0;
  }
}

.l-side {
  background-color: #FFF;
  left: 0;
  position: fixed;
  top: 0;
  width: 220px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .l-side {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .l-side {
    /*
    left: 50% !important;
    transform: translateX(-640px);
*/
  }
}

@media all and (min-width: 769px) {
  .l-side__inner {
    -ms-overflow-style: none;
    height: 100vh;
    overflow-y: auto;
  }
}

.l-sitemap {
  background-color: #950008;
}

/*
.l-sitemap__container {

  @media all and (min-width: 769px) {
    padding-left: $gutter;
    padding-right: $gutter;
  }
}
*/
.l-sitemap__line {
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  height: 1px;
  margin: 0;
}

@media all and (min-width: 769px) {
  .l-sitemap__top {
    display: flex;
    padding-bottom: 30px;
    padding-top: 40px;
  }
}

@media all and (min-width: 769px) {
  .l-sitemap__top > * + * {
    margin-left: 50px;
  }
}

@media all and (min-width: 769px) {
  .l-sitemap__middle {
    display: flex;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

@media all and (min-width: 769px) {
  .l-sitemap__middle > * + * {
    margin-left: 60px;
  }
}

@media screen and (min-width: 1280px) {
  .l-sitemap__middle > * + * {
    margin-left: 90px;
  }
}

@media all and (min-width: 769px) {
  .l-sitemap__bottom {
    display: flex;
    padding-bottom: 60px;
    padding-top: 40px;
  }
}

@media all and (min-width: 769px) {
  .l-sitemap__bottom > * {
    max-width: 420px;
  }
}

@media all and (min-width: 769px) {
  .l-sitemap__bottom > * + * {
    margin-left: 90px;
  }
}

@media screen and (max-width: 768px) {
  .l-sitemap__mainList > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .l-sitemap__mainList > li.-last {
    border-bottom: none;
  }
}

.l-sitemap__mainList > li > a {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .l-sitemap__mainList > li > a {
    align-items: center;
    display: flex;
    font-weight: 500;
    height: 60px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .l-sitemap__mainList > li > a::before {
    color: #FFF;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 12px;
  }
}

@media all and (min-width: 769px) {
  .l-sitemap__mainList > li > a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .l-sitemap__trigger::before {
    content: "\f0c9" !important;
  }
}

@media screen and (max-width: 768px) {
  .l-sitemap__trigger.-active::before {
    content: "\f068" !important;
  }
}

@media screen and (max-width: 768px) {
  .l-sitemap__subList {
    display: none;
    padding-left: 20px;
  }
}

@media all and (min-width: 769px) {
  .l-sitemap__subList {
    display: block !important;
    margin-left: 10px;
    margin-top: 25px;
  }
}

@media all and (min-width: 769px) {
  .l-sitemap__subList.-horizontal {
    display: flex !important;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: 6px;
  }
}

@media all and (min-width: 769px) {
  .l-sitemap__subList.-horizontal li {
    margin-left: 30px;
    margin-top: 19px;
  }
}

@media all and (min-width: 769px) {
  .l-sitemap__subList .l-sitemap__subList {
    margin-top: 19px;
  }
}

@media all and (min-width: 769px) {
  .l-sitemap__subList li {
    position: relative;
  }
}

@media all and (min-width: 769px) {
  .l-sitemap__subList li::before {
    color: #FFF;
    content: '- ';
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .l-sitemap__subList li + li {
    border-top: 1px solid rgba(238, 205, 206, 0.3);
  }
}

@media all and (min-width: 769px) {
  .l-sitemap__subList li + li {
    margin-top: 19px;
  }
}

.l-sitemap__subList li a {
  color: #FFF;
  font-size: 15px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .l-sitemap__subList li a {
    align-items: center;
    background-color: #830007;
    display: flex;
    font-size: 16px;
    height: 60px;
    padding-left: 20px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .l-sitemap__subList li a::before {
    color: #FFF;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 12px;
  }
}

@media all and (min-width: 769px) {
  .l-sitemap__subList li a:hover {
    text-decoration: underline;
  }
}

.l-sitemap__subList li a i {
  font-size: 12px;
  margin-left: 9px;
}

@media all and (min-width: 769px) {
  .l-sitemap__subList li.-indent {
    margin-left: 10px;
  }
}

@media all and (min-width: 769px) {
  .l-sitemap__relatedList li + li {
    margin-top: 30px;
  }
}

.l-sitemap__relatedList li a {
  color: #FFF;
  font-size: 15px;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .l-sitemap__relatedList li a:hover {
    text-decoration: underline;
  }
}

.l-sitemap__relatedList li a i {
  font-size: 12px;
  margin-left: 9px;
}

.l-toolbar {
  background-color: #FFF;
  border-bottom: 1px solid #E5E5E5;
  position: fixed;
  right: 0;
  top: 0;
  width: calc(100% - 220px);
  z-index: 99;
}

@media all and (min-width: 769px) {
  .l-toolbar {
    transition: .2s;
  }
}

.l-toolbar.-index {
  background-color: transparent;
  border-bottom: none;
}

.l-toolbar.-index .l-toolbar__mainList > li > a {
  color: #FFF;
}

.l-toolbar.-index .l-toolbar__mainList > li > a i + span {
  color: #FFF;
}

.l-toolbar.-index .l-toolbar__mainList > li > a span + i {
  color: #FFF;
}

.l-toolbar.-notification {
  position: absolute;
  top: auto;
}

.l-toolbar__mainList {
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
}

.l-toolbar__mainList > li {
  position: relative;
}

.l-toolbar__mainList > li + li {
  margin-left: 25px;
}

.l-toolbar__mainList > li > a {
  align-items: center;
  color: #7A7A7A;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 55px;
  text-decoration: none;
}

.l-toolbar__mainList > li > a i + span {
  color: #7A7A7A;
  margin-left: 6px;
}

.l-toolbar__mainList > li > a span + i {
  color: #A6A6A6;
  margin-left: 8px;
}

.l-toolbar__hasChild:hover .l-toolbar__child {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.l-toolbar__child {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 55px;
  transform: translateY(-50px);
  transition: .3s;
  visibility: hidden;
  width: 120px;
  z-index: 3;
}

.l-toolbar__subList {
  background-color: #FFF;
  border: 1px solid #A8050E;
  border-radius: 4px;
  box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.05);
  margin-top: 5px;
}

.l-toolbar__subList li:nth-child(even) a {
  background-color: #FBF2F3;
}

.l-toolbar__subList li:last-child a {
  border-radius: 0 0 4px 4px / 0 0 4px 4px;
}

.l-toolbar__subList li a {
  align-items: center;
  color: #4E4E4E;
  display: flex;
  font-size: 15px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .l-toolbar__subList li a:hover {
    opacity: .8;
  }
}

@media all and (min-width: 769px) {
  .l-wrap {
    margin-left: auto;
    margin-right: auto;
    min-width: 1160px;
    padding-left: 220px;
  }
}

.p-about {
  padding-bottom: 80px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-about {
    padding-bottom: 50px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .p-about__sec.-intro {
    padding-bottom: 50px;
  }
}

.p-about__sec.-history {
  background-image: url(/asset/img/about/bg-history.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

@media all and (min-width: 769px) {
  .p-about__sec.-history {
    margin-top: -85px;
  }
}

@media screen and (max-width: 768px) {
  .p-about__sec.-history {
    background-image: url(/asset/img/about/bg-history-sp.jpg);
    padding-top: 45px;
  }
}

.p-about__sec.-related {
  padding-top: 65px;
}

@media screen and (max-width: 768px) {
  .p-about__sec.-related {
    padding-top: 50px;
  }
}

@media all and (min-width: 769px) {
  .p-about__multiCols {
    display: flex;
    justify-content: space-between;
  }
}

@media all and (min-width: 769px) {
  .p-about__multiCols.-reverse {
    flex-direction: row-reverse;
  }
}

@media all and (min-width: 769px) {
  .p-about__colBody {
    flex-basis: 544px;
    max-width: 544px;
  }
}

@media all and (min-width: 769px) {
  .p-about__colBody.-intro {
    margin-left: 20px;
    padding-top: 35px;
  }
}

@media all and (min-width: 769px) {
  .p-about__colBody.-history {
    margin-right: 20px;
    padding-top: 145px;
  }
}

@media all and (min-width: 769px) {
  .p-about__colImg {
    flex-basis: 320px;
    max-width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .p-about__colImg {
    margin-top: 30px;
  }
}

@media all and (min-width: 769px) {
  .p-about__colImg.-history {
    margin-top: -40px;
  }
}

.p-about__colImg img {
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
  vertical-align: bottom;
}

.p-about__heading {
  color: #A8050E;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
  text-align: left;
}

.p-about__heading::before {
  background-color: #A8050E;
  bottom: -35px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}

.p-about__txt {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .p-about__txt {
    margin-top: 65px;
  }
}

.p-about__btn {
  margin-top: 35px;
}

@media all and (min-width: 769px) {
  .p-about__btn {
    width: 270px;
  }
}

@media all and (min-width: 769px) {
  .p-about__list {
    display: flex;
    justify-content: space-between;
  }
}

@media all and (min-width: 769px) {
  .p-about__list li {
    flex-basis: 298px;
    max-width: 298px;
  }
}

@media screen and (max-width: 768px) {
  .p-about__list li + li {
    margin-top: 30px;
  }
}

.p-aboutSummary {
  background-color: #FFF;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  display: block;
  height: 100%;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .p-aboutSummary:hover {
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.1);
  }
}

@media all and (min-width: 769px) {
  .p-aboutSummary:hover .p-aboutSummary__heading {
    color: #15801D;
    text-decoration: none;
  }
}

@media all and (min-width: 769px) {
  .p-aboutSummary:hover .p-aboutSummary__txt {
    color: #15801D;
    text-decoration: none;
  }
}

.p-aboutSummary__img img {
  border-radius: 4px 4px 0 0 / 4px 4px 0 0;
}

.p-aboutSummary__body {
  padding: 25px 20px;
}

.p-aboutSummary__heading {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.p-aboutSummary__heading i {
  margin-left: 7px;
}

.p-aboutSummary__txt {
  color: #222;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 25px;
  text-decoration: none;
}

.p-chyuuto {
  padding-bottom: 100px;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .p-chyuuto {
    padding-bottom: 35px;
    padding-top: 45px;
  }
}

.p-chyuuto__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.p-company {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-company {
    padding-top: 50px;
  }
}

.p-company__sec.-odd {
  background-color: #F3F3F3;
  margin-bottom: 45px;
  margin-top: 40px;
  padding-bottom: 40px;
  padding-top: 35px;
}

@media screen and (max-width: 768px) {
  .p-company__sec.-odd {
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

@media all and (min-width: 769px) {
  .p-company__multiCols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media all and (min-width: 769px) {
  .p-company__multiCols.-reverse {
    flex-direction: row-reverse;
  }
}

@media all and (min-width: 769px) {
  .p-company__colLeft {
    flex-basis: 455px;
    max-width: 455px;
  }
}

@media all and (min-width: 769px) {
  .p-company__colRight {
    flex-basis: 455px;
    max-width: 455px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .p-company__colRight {
    margin-top: 25px;
  }
}

.p-company__txt {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 20px;
}

@media all and (min-width: 769px) {
  .p-company__toDetail {
    bottom: 30px;
    left: 0;
    position: absolute;
  }
}

@media screen and (max-width: 768px) {
  .p-company__toDetail {
    margin-top: 30px;
  }
}

@media all and (min-width: 769px) {
  .p-company__btn {
    width: 270px;
  }
}

.p-companyPressrelease {
  background-color: #FBF2F2;
  margin-top: 80px;
  padding-bottom: 80px;
  padding-top: 55px;
}

@media screen and (max-width: 768px) {
  .p-companyPressrelease {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

.p-companyPressrelease__inner {
  background-color: #FFF;
  margin-top: 40px;
  padding: 35px 20px 40px 20px;
}

@media screen and (max-width: 768px) {
  .p-companyPressrelease__inner {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.p-companyPressrelease__list {
  border-bottom: 3px solid #E5E5E5;
}

.p-companyPressrelease__list li {
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.p-companyPressrelease__list li + li {
  border-top: 3px solid #E5E5E5;
  padding-top: 25px;
}

.p-companyPressrelease__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 300px;
}

@media screen and (max-width: 768px) {
  .p-companyPressrelease__btn {
    margin-top: 30px;
  }
}

.p-contact {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-contact {
    padding-top: 45px;
  }
}

.p-contact__txt {
  font-size: 16px;
  line-height: 1.75;
}

.p-contact__txt a {
  color: #15801D;
}

.p-contact__txt a:hover {
  color: #15801D;
  text-decoration: none;
}

.mw_wp_form_input .p-contact__input .p-contact__select {
  position: relative;
  width: 280px;
}

@media screen and (max-width: 768px) {
  .mw_wp_form_input .p-contact__input .p-contact__select {
    width: 100%;
  }
}

.mw_wp_form_input .p-contact__input .p-contact__select::before {
  background-color: #E8E8E8;
  background-image: url(/asset/img/c/to-other-archive/caret-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  border: 1px solid #D3D3D3;
  border-radius: 0 4px 4px 0 / 0 4px 4px 0;
  content: '';
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: -1;
}

.mw_wp_form_input .p-contact__input .p-contact__select select {
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  padding-left: 15px;
  width: 100%;
}

.mw_wp_form_input .p-contact__input .p-contact__back {
  display: none;
}

@media all and (min-width: 769px) {
  .mw_wp_form_input .p-contact__input .p-contact__submit {
    bottom: 60px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .mw_wp_form_input .p-contact__input .p-contact__submit {
    margin-top: 40px;
  }
}

.mw_wp_form_input .p-contact__input .p-contact__submit input[type="submit"] {
  color: #A8050E;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  width: 100%;
}

.mw_wp_form_confirm .p-contact__input .p-contact__form {
  border-bottom: 3px solid #E5E5E5;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .mw_wp_form_confirm .p-contact__input .p-contact__form {
    padding-bottom: 25px;
  }
}

.mw_wp_form_confirm .p-contact__input .p-contact__form div + div {
  border-top: 1px dashed #E5E5E5;
  margin-top: 20px;
  padding-top: 20px;
}

.mw_wp_form_confirm .p-contact__input .p-contact__required {
  display: none;
}

.mw_wp_form_confirm .p-contact__input .p-contactAgree {
  display: none;
}

@media all and (min-width: 769px) {
  .mw_wp_form_confirm .p-contact__input .p-contact__back {
    bottom: 60px;
    left: 0;
    position: absolute;
  }
}

@media screen and (max-width: 768px) {
  .mw_wp_form_confirm .p-contact__input .p-contact__back {
    margin-top: 40px;
  }
}

.mw_wp_form_confirm .p-contact__input .p-contact__submit {
  background-color: #A8050E;
  color: #FFF;
}

@media all and (min-width: 769px) {
  .mw_wp_form_confirm .p-contact__input .p-contact__submit {
    bottom: 60px;
    position: absolute;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .mw_wp_form_confirm .p-contact__input .p-contact__submit {
    margin-top: 40px;
  }
}

@media all and (min-width: 769px) {
  .mw_wp_form_confirm .p-contact__input .p-contact__submit:hover {
    background-color: #B9373E;
  }
}

.mw_wp_form_confirm .p-contact__input .p-contact__submit input[type="submit"] {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  width: 100%;
}

.p-contact__input {
  border-top: 3px solid #E5E5E5;
  margin-top: 40px;
  padding-bottom: 170px;
  padding-top: 30px;
}

@media all and (min-width: 769px) {
  .p-contact__input {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .p-contact__input {
    margin-top: 35px;
    padding-bottom: 50px;
    padding-top: 40px;
  }
}

.p-contact__form div + div {
  margin-top: 40px;
}

.p-contact__form dt {
  font-size: 18px;
  font-weight: 500;
}

.p-contact__form dt .error {
  color: #DE2C00;
  display: inline;
  font-size: 18px;
  font-weight: 500;
  padding-left: 24px;
  position: relative;
}

@media all and (min-width: 769px) {
  .p-contact__form dt .error {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-contact__form dt .error {
    display: block;
    margin-top: 10px;
  }
}

.p-contact__form dt .error::before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.p-contact__form dd {
  margin-top: 15px;
}

.p-contact__form dd input[type="text"] {
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  font-size: 16px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.p-contact__form dd input[type="text"]:hover {
  border-color: #7A7A7A;
}

.p-contact__form dd input[type="text"]:focus {
  border-color: #15801D;
}

.p-contact__form dd textarea {
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  font-size: 16px;
  height: 300px;
  padding: 20px;
  width: 100%;
}

.p-contact__form dd textarea:hover {
  border-color: #7A7A7A;
}

.p-contact__form dd textarea:focus {
  border-color: #15801D;
}

.p-contact__required {
  align-items: center;
  background-color: #DE2C00;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  height: 24px;
  justify-content: center;
  margin-right: 10px;
  width: 48px;
}

.p-contact__back {
  align-items: center;
  background-color: #FFF;
  border: 1px solid #A8050E;
  border-radius: 4px;
  display: flex;
  height: 60px;
  justify-content: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

@media all and (min-width: 769px) {
  .p-contact__back:hover {
    background-color: #F6E5E6;
  }
}

@media all and (min-width: 769px) {
  .p-contact__back {
    width: 240px;
  }
}

.p-contact__back input[type="submit"] {
  color: #A8050E;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  width: 100%;
}

@media all and (min-width: 769px) {
  .p-contact__submit {
    width: 300px;
  }
}

.p-contact__reply {
  border-top: 3px solid #E5E5E5;
  margin-top: 40px;
  padding-bottom: 35px;
  padding-top: 35px;
}

.p-contact__heading {
  font-size: 18px;
  font-weight: 500;
}

.p-contact__note {
  margin-top: 15px;
}

.p-contact__note > li {
  font-size: 16px;
  line-height: 1.75;
  padding-left: 1em;
  position: relative;
}

.p-contact__note > li::before {
  content: '※';
  left: 0;
  position: absolute;
  top: 0;
}

.p-contactAgree {
  background-color: #F8F6E5;
  margin-top: 40px;
  padding-bottom: 30px;
  padding-top: 25px;
}

.p-contactAgree__txt {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

.p-contactAgree__txt a {
  color: #15801D;
}

.p-contactAgree__txt a:hover {
  color: #15801D;
  text-decoration: none;
}

.p-contactAgree__checkbox {
  margin-top: 30px;
  text-align: center;
}

.p-contactAgree__checkbox input[type=checkbox] {
  display: none;
}

.p-contactAgree__checkbox input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  left: 3px;
  position: absolute;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-contactAgree__checkbox input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
    font-size: 18px;
  }
}

.p-contactAgree__checkbox .mwform-checkbox-field-text {
  font-size: 18px;
  font-weight: 500;
  padding-left: 36px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-contactAgree__checkbox .mwform-checkbox-field-text {
    font-size: 16px;
  }
}

.p-contactAgree__checkbox .mwform-checkbox-field-text::before {
  background-color: #FFF;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  content: '';
  height: 26px;
  left: 0;
  position: absolute;
  top: 0;
  width: 26px;
}

@media screen and (max-width: 768px) {
  .p-contactAgree__checkbox .mwform-checkbox-field-text::before {
    height: 24px;
    width: 24px;
  }
}

.p-customer {
  padding-bottom: 80px;
  padding-top: 65px;
}

@media screen and (max-width: 768px) {
  .p-customer {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

@media all and (min-width: 769px) {
  .p-customer__inPageList {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-customer__inPageList li {
  border-left: 1px solid #A8050E;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .p-customer__inPageList li {
    border-right: 1px solid #A8050E;
    width: 226px;
  }
}

@media screen and (max-width: 768px) {
  .p-customer__inPageList li + li {
    margin-top: 20px;
  }
}

.p-customer__inPageList li:last-child {
  border-right: 1px solid #A8050E;
}

.p-customer__inPageList li a {
  color: #A8050E;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .p-customer__inPageList li a:hover {
    color: #15801D;
    text-decoration: underline;
  }
}

.p-customer__inPageList li a i {
  font-size: 12px;
  margin-right: 6px;
}

.p-customer__sec {
  margin-top: 60px;
}

.p-customer__multiCols {
  margin-top: 30px;
}

@media all and (min-width: 769px) {
  .p-customer__multiCols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media all and (min-width: 769px) {
  .p-customre__col {
    flex-basis: 460px;
    max-width: 460px;
  }
}

@media screen and (max-width: 768px) {
  .p-customre__col + .p-customre__col {
    margin-top: 30px;
  }
}

.p-customer__txt {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
  margin-top: 30px;
}

.p-customer__txt a {
  color: #15801D;
}

.p-customer__txt a:hover {
  color: #15801D;
  text-decoration: none;
}

.p-customerContact {
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-customerContact {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-customerContact + .p-customerContact {
  margin-top: 40px;
}

.p-customerContact__heading span {
  display: block;
  font-size: 18px;
}

.p-customerContact__inner {
  box-shadow: none !important;
  padding-bottom: 35px;
}

@media all and (min-width: 769px) {
  .p-customerContact__inner {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-customerContact__inner.-half {
  padding-top: 35px;
}

@media all and (min-width: 769px) {
  .p-customerContact__inner.-half {
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .p-customerContact__inner.-half {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-customerContact__inner.-full {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 40px;
}

@media all and (min-width: 769px) {
  .p-customerContact__inner.-full {
    width: 850px;
  }
}

@media screen and (max-width: 768px) {
  .p-customerContact__inner.-full {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-customerContact__phoneNumber {
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-customerContact__phoneNumber {
    font-size: 32px;
  }
}

.p-customerContact__phoneNumber + .p-rentalContact__txt {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-customerContact__phoneNumber + .p-rentalContact__txt {
    margin-top: 10px;
  }
}

.p-customerContact__phoneNumber + .p-customerContact__btn {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-customerContact__phoneNumber + .p-customerContact__btn {
    margin-top: 25px;
  }
}

.p-customerContact__phoneNumber i {
  margin-right: 10px;
}

.p-customerContact__label {
  align-items: center;
  background-color: #F4F4F4;
  border-radius: 13px;
  display: flex;
  font-size: 16px;
  height: 26px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 200px;
}

.p-customerContact__label + .p-customerContact__phoneNumber {
  margin-top: 20px;
}

.p-customerContact__time {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-customerContact__time {
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-customerContact__time span {
  font-weight: 500;
}

.p-customerContact__address {
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-customerContact__address {
    font-size: 12px;
  }
}

.p-customerContact__heading2nd {
  font-size: 18px;
  font-weight: 500;
}

.p-customerContact__note {
  margin-top: 15px;
}

.p-customerContact__note + .p-customerContact__heading2nd {
  margin-top: 25px;
}

.p-customerContact__note > li {
  font-size: 16px;
  line-height: 1.75;
  padding-left: 1em;
  position: relative;
}

.p-customerContact__note > li::before {
  content: '※';
  left: 0;
  position: absolute;
  top: 0;
}

.p-customerContact__btn {
  align-items: center;
  background-color: #FFF;
  border: 1px solid #A8050E;
  border-radius: 4px;
  color: #A8050E;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: .2s;
}

@media all and (min-width: 769px) {
  .p-customerContact__btn {
    width: 300px;
  }
}

@media all and (min-width: 769px) {
  .p-customerContact__btn:hover {
    background-color: #F6E5E6;
  }
}

.p-customerContact__btn + .p-customerContact__heading2nd {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-customerContact__btn + .p-customerContact__heading2nd {
    margin-top: 25px;
  }
}

.p-customerContact__btn i {
  margin-left: 10px;
}

.p-csr {
  padding-bottom: 115px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-csr {
    padding-bottom: 45px;
    padding-top: 50px;
  }
}

.p-csr__multiCols {
  margin-top: 30px;
}

@media all and (min-width: 769px) {
  .p-csr__multiCols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media all and (min-width: 769px) {
  .p-csr__colLeft {
    flex-basis: 460px;
    max-width: 460px;
  }
}

@media all and (min-width: 769px) {
  .p-csr__colRight {
    flex-basis: 450px;
    max-width: 450px;
  }
}

@media screen and (max-width: 768px) {
  .p-csr__colRight {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .p-csr__sec {
    margin-top: 40px;
  }
}

.p-csr__sec + .p-csr__sec {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-csr__sec + .p-csr__sec {
    margin-top: 35px;
  }
}

.p-csr__heading + .p-csr__txt {
  margin-top: 25px;
}

.p-csr__txt {
  font-size: 16px;
  line-height: 1.75;
}

.p-csr__list {
  margin-top: -5px;
}

@media all and (min-width: 769px) {
  .p-csr__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .p-csr__list {
    margin-top: -10px;
  }
}

.p-csr__list li {
  margin-top: 45px;
}

@media all and (min-width: 769px) {
  .p-csr__list li {
    flex-basis: 300px;
    max-width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .p-csr__list li {
    margin-top: 35px;
  }
}

.p-csrItem__img {
  margin-top: 20px;
}

.p-csrItem__txt {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 25px;
}

.p-factory {
  padding-bottom: 80px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-factory {
    padding-bottom: 50px;
    padding-top: 45px;
  }
}

.p-factory__lead {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

.p-factory__inPageList {
  margin-top: 60px;
}

@media all and (min-width: 769px) {
  .p-factory__inPageList {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .p-factory__inPageList {
    margin-top: 40px;
  }
}

.p-factory__inPageList li {
  border-left: 1px solid #A8050E;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .p-factory__inPageList li {
    border-right: 1px solid #A8050E;
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .p-factory__inPageList li + li {
    margin-top: 20px;
  }
}

.p-factory__inPageList li:last-child {
  border-right: 1px solid #A8050E;
}

.p-factory__inPageList li a {
  color: #A8050E;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .p-factory__inPageList li a:hover {
    color: #15801D;
    text-decoration: underline;
  }
}

.p-factory__inPageList li a i {
  font-size: 12px;
  margin-right: 6px;
}

.p-factory__sec {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-factory__sec {
    margin-top: 50px;
  }
}

.p-factory__sec + .p-factory__sec {
  margin-top: 55px;
}

.p-factory__txt {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 25px;
}

.p-factory__gallery {
  margin-top: -5px;
}

@media all and (min-width: 769px) {
  .p-factory__gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .p-factory__gallery {
    margin-top: 30px;
  }
}

@media all and (min-width: 769px) {
  .p-factory__gallery li {
    flex-basis: 460px;
    margin-top: 40px;
    max-width: 460px;
  }
}

@media screen and (max-width: 768px) {
  .p-factory__gallery li + li {
    margin-top: 20px;
  }
}

.p-factory__cap {
  font-size: 18px;
  font-weight: 500;
  margin-top: 25px;
  text-align: center;
}

@media all and (min-width: 769px) {
  .p-factory__cap {
    margin-top: 20px;
  }
}

.p-factory__heading2nd {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-factory__heading2nd {
    margin-top: 40px;
  }
}

.p-factory__spec {
  margin-top: 40px;
}

.p-factory__map {
  margin-top: 30px;
}

.p-factory__map iframe {
  width: 940px;
}

@media all and (min-width: 769px) {
  .p-factory__map iframe {
    height: 500px;
    width: 940px;
  }
}

@media screen and (max-width: 768px) {
  .p-factory__map iframe {
    height: 374px;
    width: 100%;
  }
}

.p-factoryReservation {
  background-color: #F8F6E5;
  border-radius: 4px;
  margin-top: 35px;
  padding-bottom: 40px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-factoryReservation {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-factoryReservation__btn {
  align-items: center;
  background-color: #FFF;
  border: 1px solid #15801D;
  border-radius: 4px;
  color: #15801D;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: .2s;
}

@media all and (min-width: 769px) {
  .p-factoryReservation__btn {
    width: 315px;
  }
}

@media all and (min-width: 769px) {
  .p-factoryReservation__btn:hover {
    background-color: #E7F2E8;
  }
}

.p-factoryReservation__btn i {
  margin-left: 10px;
}

.p-factoryReservation__txt {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 35px;
  text-align: center;
}

.p-history {
  background-image: url(/asset/img/history/bg.jpg);
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 60px;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-history {
    background-image: url(/asset/img/history/bg-sp.jpg);
    padding-bottom: 45px;
    padding-top: 50px;
  }
}

.p-history__lead {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-history__lead {
    margin-top: 45px;
  }
}

.p-history__thumbIndex {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

@media all and (min-width: 769px) {
  .p-history__thumbIndex {
    width: 818px;
  }
}

@media screen and (max-width: 768px) {
  .p-history__thumbIndex {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 45px;
    max-width: 335px;
  }
}

.p-history__thumbIndex li {
  align-items: center;
  background-color: #FFF;
  border: 1px solid #A8050E;
  border-radius: 4px;
  color: #A8050E;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  height: 58px;
  justify-content: center;
  position: relative;
  text-align: center;
}

@media all and (min-width: 769px) {
  .p-history__thumbIndex li {
    flex-basis: 191px;
    max-width: 191px;
  }
}

@media screen and (max-width: 768px) {
  .p-history__thumbIndex li {
    flex-basis: calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
  }
}

.p-history__thumbIndex li::before {
  bottom: 4px;
  color: #A8050E;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-history__thumbIndex li + li {
  }
}

.p-history__thumbIndex li.-active {
  background-color: #A8050E;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .p-history__thumbIndex li.-active {
    flex-basis: calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
  }
}

.p-history__thumbIndex li.-active::before {
  color: #FFF;
}

@media all and (min-width: 769px) {
  .p-history__thumbIndex li br {
    display: none;
  }
}

.p-historyAdjacent {
  margin-top: 50px;
  position: relative;
}

@media all and (min-width: 769px) {
  .p-historyAdjacent {
    margin-left: auto;
    margin-right: auto;
    width: 435px;
  }
}

@media screen and (max-width: 768px) {
  .p-historyAdjacent {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-historyAdjacent__list {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-historyAdjacent__list li {
  display: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.p-historyAdjacent__list li.-active {
  display: block;
}

.p-historyAdjacent__arrow {
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-historyAdjacent__arrow.-prev {
  left: 0;
}

.p-historyAdjacent__arrow.-next {
  right: 0;
}

.p-historyProgress {
  margin-top: 85px;
}

@media screen and (max-width: 768px) {
  .p-historyProgress {
    margin-top: 70px;
    position: absolute;
    top: -65px;
  }
}

@media all and (min-width: 769px) {
  .p-historyProgress__list {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .p-historyProgress__list {
    padding-bottom: 100px;
  }
}

.p-historyProgress__list.-first-period {
  position: relative;
}

.p-historyProgress__list.-first-period::before {
  content: '';
  position: absolute;
}

@media all and (min-width: 769px) {
  .p-historyProgress__list.-first-period::before {
    border-bottom: 2px dashed #222;
    height: 1px;
    right: 0;
    top: -31px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-historyProgress__list.-first-period::before {
    border-left: 2px dashed #222;
    bottom: 0;
    height: 100px;
    left: 5px;
    width: 2px;
  }
}

@media screen and (max-width: 768px) {
  .p-historyProgress__list.-first-period li {
    height: 170px;
  }
}

@media all and (min-width: 769px) {
  .p-historyProgress__list.-first-period li::after {
    left: -140px;
    width: 170px;
  }
}

@media screen and (max-width: 768px) {
  .p-historyProgress__list.-first-period li::after {
    height: 170px;
    top: -170px;
  }
}

.p-historyProgress__list.-second-period {
  position: relative;
}

.p-historyProgress__list.-second-period::before {
  content: '';
  position: absolute;
}

@media all and (min-width: 769px) {
  .p-historyProgress__list.-second-period::before {
    border-bottom: 2px dashed #222;
    height: 1px;
    right: 0;
    top: -31px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-historyProgress__list.-second-period::before {
    border-left: 2px dashed #222;
    bottom: 0;
    height: 100px;
    left: 5px;
    width: 2px;
  }
}

@media screen and (max-width: 768px) {
  .p-historyProgress__list.-second-period li {
    height: 78px;
  }
}

@media all and (min-width: 769px) {
  .p-historyProgress__list.-second-period li::after {
    left: -46px;
    width: 78px;
  }
}

@media screen and (max-width: 768px) {
  .p-historyProgress__list.-second-period li::after {
    height: 78px;
    top: -78px;
  }
}

.p-historyProgress__list.-third-period {
  position: relative;
}

.p-historyProgress__list.-third-period::before {
  content: '';
  position: absolute;
}

@media all and (min-width: 769px) {
  .p-historyProgress__list.-third-period::before {
    border-bottom: 2px dashed #222;
    height: 1px;
    right: 0;
    top: -31px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-historyProgress__list.-third-period::before {
    border-left: 2px dashed #222;
    bottom: 0;
    height: 100px;
    left: 5px;
    width: 2px;
  }
}

@media screen and (max-width: 768px) {
  .p-historyProgress__list.-third-period li {
    height: 96px;
  }
}

@media all and (min-width: 769px) {
  .p-historyProgress__list.-third-period li::after {
    left: -46px;
    width: 86px;
  }
}

@media screen and (max-width: 768px) {
  .p-historyProgress__list.-third-period li::after {
    height: 96px;
    top: -96px;
  }
}

.p-historyProgress__list.-fourth-period {
  position: relative;
}

.p-historyProgress__list.-fourth-period::before {
  content: '';
  position: absolute;
}

@media all and (min-width: 769px) {
  .p-historyProgress__list.-fourth-period::before {
    /* border-bottom: 2px dashed #222;
    height: 1px;
    right: 0;
    top: -31px;
    width: 30px; */
  }
}

@media screen and (max-width: 768px) {
  .p-historyProgress__list.-fourth-period::before {
    /* border-left: 2px dashed #222;
    bottom: 0;
    height: 100px;
    left: 5px;
    width: 2px; */
  }
}

@media screen and (max-width: 768px) {
  .p-historyProgress__list.-fourth-period li {
    height: 283px;
  }
}

@media all and (min-width: 769px) {
  .p-historyProgress__list.-fourth-period li::after {
    left: -255px;
    width: 290px;
  }
}

@media screen and (max-width: 768px) {
  .p-historyProgress__list.-fourth-period li::after {
    height: 283px;
    top: -283px;
  }
}

.p-historyProgress__list li {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

@media all and (min-width: 769px) {
  .p-historyProgress__list li {
    text-align: center;
  }
}

.p-historyProgress__list li::before {
  background-color: #222;
  border-radius: 50%;
  content: '';
  height: 13px;
  position: absolute;
  width: 13px;
  z-index: 1;
}

@media all and (min-width: 769px) {
  .p-historyProgress__list li::before {
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
  }
}

.p-historyProgress__list li::after {
  background-color: #222;
  content: '';
  height: 2px;
  position: absolute;
  width: 100%;
}

@media all and (min-width: 769px) {
  .p-historyProgress__list li::after {
    top: -30px;
  }
}

@media screen and (max-width: 768px) {
  .p-historyProgress__list li::after {
    left: 6px;
    width: 2px;
  }
}

.p-historyProgress__list li:first-child::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .p-historyProgress__list li:last-child {
    height: auto;
  }
}

.p-historyProgress__list li.-active {
  color: #A8050E;
}

.p-historyProgress__list li.-active::before {
  background-color: #A8050E;
  height: 17px;
  width: 17px;
}

@media all and (min-width: 769px) {
  .p-historyProgress__list li.-active::before {
    top: -37px;
  }
}

@media screen and (max-width: 768px) {
  .p-historyProgress__list li.-active::before {
    left: -2px;
  }
}

.p-historyProgress__list li.-active::after {
  background-color: #A8050E;
}

.p-historyProgress__list li span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
}

.p-historySwitchContent {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .p-historySwitchContent {
    margin-top: 70px;
  }
}

.p-historySwitchContent__inner {
  display: none;
  position: relative;
}

.p-historySwitchContent__inner.-active {
  display: block;
}

.p-historySwitchContent__panel {
  background-color: #FFF;
  border-radius: 4px;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
  height: 582px;
  padding: 30px 25px 30px 40px;
}

@media screen and (max-width: 768px) {
  .p-historySwitchContent__panel {
    height: 1160px;
    margin-left: 30px;
    padding: 35px 20px 0 20px;
  }
}

.p-historySwitchContent__body {
  display: none;
  position: relative;
}

@media all and (min-width: 769px) {
  .p-historySwitchContent__body {
    padding-left: 410px;
  }
}

.p-historySwitchContent__body.-active {
  display: block;
}

.p-historySwitchContent__heading {
  color: #A8050E;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-historySwitchContent__heading {
    font-size: 20px;
    line-height: 1.5;
  }
}

.p-historySwitchContent__heading::before {
  background-color: #A8050E;
  bottom: -35px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}

.p-historySwitchContent__year {
  font-size: 18px;
  font-weight: 500;
  margin-top: 75px;
}

@media screen and (max-width: 768px) {
  .p-historySwitchContent__year {
    margin-top: 70px;
  }
}

@media all and (min-width: 769px) {
  .p-historySwitchContent__gallery {
    left: 0;
    position: absolute;
    top: 0;
    width: 380px;
  }
}

@media screen and (max-width: 768px) {
  .p-historySwitchContent__gallery {
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .p-historySwitchContent__gallery li {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .p-historySwitchContent__gallery li img {
  }
}

.p-historySwitchContent__gallery li + li {
  margin-top: 20px;
}

.p-historySwitchContent__txt {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-historySwitchContent__txt {
    margin-top: 25px;
  }
}

.p-historySwitchContent__txt + .p-historySwitchContent__txt {
  margin-top: 28px;
}

.p-hyo {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-hyo {
    padding-top: 40px;
  }
}

.p-hyo__lead {
  margin-top: 45px;
}

.p-hyo__sec {
  margin-top: 40px;
}

.p-hyo__multiCols {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-hyo__multiCols {
    margin-top: 30px;
  }
}

@media all and (min-width: 769px) {
  .p-hyo__multiCols {
    display: flex;
    flex-wrap: wrap;
  }
}

@media all and (min-width: 769px) {
  .p-hyo__multiCols.-reverse {
    flex-direction: row-reverse;
  }
}

.p-hyo__multiCols + .p-hyo__multiCols {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-hyo__multiCols + .p-hyo__multiCols {
    margin-top: 35px;
  }
}

@media all and (min-width: 769px) {
  .p-hyo__col {
    flex-basis: 470px;
    max-width: 470px;
    position: relative;
  }
}

@media all and (min-width: 769px) {
  .p-hyo__col.-left {
    padding-left: 30px;
    padding-right: 40px;
  }
}

@media all and (min-width: 769px) {
  .p-hyo__col.-right {
    padding-left: 30px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-hyo__col + .p-hyo__col {
    margin-top: 25px;
  }
}

.p-hyo__heading3rd {
  align-items: center;
  background-color: #A8050E;
  color: #fff;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bold;
  height: 60px;
}

@media all and (min-width: 769px) {
  .p-hyo__heading3rd {
    position: absolute;
    top: -20px;
    width: 490px;
  }
}

@media screen and (max-width: 768px) {
  .p-hyo__heading3rd {
    margin-bottom: 20px;
    padding-left: 40px;
  }
}

@media all and (min-width: 769px) {
  .p-hyo__heading3rd.-left {
    left: -470px;
    padding-left: 30px;
  }
}

@media all and (min-width: 769px) {
  .p-hyo__heading3rd.-right {
    left: 450px;
    padding-left: 40px;
  }
}

.p-hyo__year {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

@media all and (min-width: 769px) {
  .p-hyo__year {
    margin-top: 70px;
  }
}

.p-hyo__txt {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 25px;
}

.p-hyoLimited {
  background-color: #FBF2F2;
  margin-top: 80px;
  padding-bottom: 80px;
  padding-top: 55px;
}

@media screen and (max-width: 768px) {
  .p-hyoLimited {
    height: 100%;
    margin-top: 50px;
    padding-bottom: 50px;
    padding-top: 35px;
  }
}

.p-hyoLimited__txt {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 25px;
}

.p-hyoLimited__carousel {
  margin-top: 40px;
  position: relative;
}

.p-hyoLimited__arrow {
  color: #7A7A7A;
  cursor: pointer;
  font-size: 24px;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.p-hyoLimited__arrow.-prev {
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-hyoLimited__arrow.-prev {
    left: -8px;
  }
}

.p-hyoLimited__arrow.-next {
  right: 0;
}

@media screen and (max-width: 768px) {
  .p-hyoLimited__arrow.-next {
    right: -8px;
  }
}

.p-hyoLimitedItem {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

@media all and (min-width: 769px) {
  .p-hyoLimitedItem {
    margin-left: auto;
    margin-right: auto;
    width: 850px;
  }
}

@media screen and (max-width: 768px) {
  .p-hyoLimitedItem {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-hyoLimitedItem__year {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin-left: 18px;
  margin-top: 15px;
}

.p-hyoLimitedItem__multiCols {
  margin-top: 20px;
}

@media all and (min-width: 769px) {
  .p-hyoLimitedItem__multiCols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media all and (min-width: 769px) {
  .p-hyoLimitedItem__colLeft {
    flex-basis: 380px;
    max-width: 380px;
  }
}

@media all and (min-width: 769px) {
  .p-hyoLimitedItem__colRight {
    flex-basis: 390px;
    max-width: 390px;
  }
}

@media screen and (max-width: 768px) {
  .p-hyoLimitedItem__colRight {
    margin-top: 25px;
  }
}

.p-hyoLimitedItem__txt {
  font-size: 16px;
  line-height: 1.75;
}

.p-indexFeature {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-indexFeature {
    padding-top: 45px;
  }
}

.p-indexFeature__heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-indexFeature__heading {
    font-size: 26px;
  }
}

.p-indexFeature__heading::before {
  background-color: #A8050E;
  bottom: -25px;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 60px;
}

.p-indexFeature__heading + * {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-indexFeature__heading + * {
    margin-top: 50px;
  }
}

.p-indexFeature__txt {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .p-indexFeature__txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (min-width: 769px) {
  .p-indexFeature__txt {
    text-align: center;
  }
}

.p-indexFeature__txt + .p-indexFeature__txt {
  margin-top: 28px;
}

.p-indexHero {
  background-image: url(../img/index/hero.jpg);
  background-position: center center;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-indexHero {
    background-image: url(../img/index/hero-sp.jpg);
    height: calc(100vh - 121px);
  }
}

.p-indexHero__slogan {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  left: 50%;
  letter-spacing: .06em;
  position: absolute;
  text-align: center;
  top: 130px;
  transform: translateX(-50%);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-indexHero__slogan {
    line-height: 1.5;
    top: 75px;
  }
}

.p-indexHero__slogan img {
  display: block;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 295px;
}

@media screen and (max-width: 768px) {
  .p-indexHero__slogan img {
    margin-bottom: 20px;
    width: 210px;
  }
}

.p-indexHero__toNext {
  bottom: 25px;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  left: 50%;
  position: absolute;
  text-decoration: none;
  transform: translateX(-50%);
}

.p-indexHero__toNext::before {
  background-color: rgba(255, 255, 255, 0.4);
  bottom: 25px;
  content: '';
  height: 90px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
}

.p-indexHero__toNext::after {
  -webkit-animation: shooting-star  3s ease infinite both;
  animation: shooting-star  3s ease infinite both;
  background-color: #FFF;
  bottom: 25px;
  content: '';
  height: 90px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
}

.p-indexNotification {
  background: linear-gradient(#E7380D, #A8050E);
  padding: 50px 40px;
}

@media screen and (max-width: 768px) {
  .p-indexNotification {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-indexNotification__heading {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .06em;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-indexNotification__heading {
    font-size: 28px;
  }
}

.p-indexNotification__heading::before {
  background-color: #FFF;
  bottom: -15px;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 60px;
}

.p-indexNotification__heading.-index {
  font-size: 28px;
}

.p-indexNotification__inner {
  background-color: #FFF;
  border-radius: 4px;
  margin-top: 40px;
  padding: 25px 20px;
}

@media screen and (max-width: 768px) {
  .p-indexNotification__inner {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

.p-indexNotification__list li {
  color: #DE2C00;
  font-size: 16px;
  line-height: 1.75;
}

.p-indexNotification__list li + li {
  border-top: 1px solid #E5E5E5;
  margin-top: 20px;
  padding-top: 15px;
}

.p-indexNotification__list li a {
  color: #DE2C00;
}

.p-indexNotification__list li a:hover {
  color: #15801D;
  text-decoration: none;
}

.p-indexNotification__date {
  color: #4E4E4E;
  font-size: 14px;
}

.p-indexProduct {
  margin-bottom: 75px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-indexProduct {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .p-indexProductItem {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (min-width: 769px) {
  .p-indexProductItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 769px) {
  .p-indexProductItem.-reverse {
    flex-direction: row-reverse;
  }
}

.p-indexProductItem + .p-indexProductItem {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-indexProductItem + .p-indexProductItem {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .p-indexProductItem__img {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media all and (min-width: 769px) {
  .p-indexProductItem__img {
    flex-basis: 470px;
    max-width: 470px;
  }
}

@media screen and (max-width: 768px) {
  .p-indexProductItem__body {
    margin-top: 25px;
  }
}

@media all and (min-width: 769px) {
  .p-indexProductItem__body {
    flex-basis: 450px;
    max-width: 450px;
  }
}

@media all and (min-width: 769px) {
  .p-indexProductItem__body.-left {
    margin-right: 20px;
  }
}

@media all and (min-width: 769px) {
  .p-indexProductItem__body.-right {
    margin-left: 20px;
  }
}

.p-indexProductItem__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .06em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-indexProductItem__heading {
    font-size: 22px;
  }
}

.p-indexProductItem__heading::before {
  background-color: #A8050E;
  bottom: -15px;
  content: '';
  height: 1px;
  position: absolute;
  width: calc(100% + 60px);
}

@media all and (min-width: 769px) {
  .p-indexProductItem__heading.-left {
    padding-left: 40px;
  }
}

.p-indexProductItem__heading.-left::before {
  left: -60px;
}

.p-indexProductItem__heading.-right::before {
  left: 0;
}

.p-indexProductItem__txt {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-indexProductItem__txt {
    margin-top: 30px;
  }
}

@media all and (min-width: 769px) {
  .p-indexProductItem__txt.-left {
    padding-left: 40px;
  }
}

@media all and (min-width: 769px) {
  .p-indexProductItem__txt.-right {
    padding-right: 50px;
  }
}

.p-indexProductItem__btn {
  margin-top: 40px;
}

@media all and (min-width: 769px) {
  .p-indexProductItem__btn {
    margin-top: 25px;
    width: 270px;
  }
}

@media all and (min-width: 769px) {
  .p-indexProductItem__btn.-left {
    margin-left: 40px;
  }
}

.p-latestInfo {
  overflow: hidden;
  padding-bottom: 80px;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-latestInfo {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.p-latestInfo.-index {
  background-color: #FBF2F2;
}

.p-latestInfo__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .06em;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-latestInfo__heading {
    font-size: 28px;
  }
}

.p-latestInfo__heading::before {
  background-color: #A8050E;
  bottom: -15px;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 60px;
}

.p-latestInfo__heading.-index {
  font-size: 28px;
}

.p-latestInfo__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  width: 300px;
}

@media screen and (max-width: 768px) {
  .p-latestInfo__btn {
    margin-top: 40px;
  }
}

.p-latestInfoCarousel {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  position: relative;
}

.p-latestInfoCarousel::before {
  background-color: #FFF;
  content: '';
  height: calc(100% + 10px);
  left: 0;
  position: absolute;
  top: -5px;
  width: 20px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-latestInfoCarousel::before {
    width: 30px;
  }
}

@media all and (min-width: 769px) {
  .p-latestInfoCarousel::before {
    width: calc((100% - 860px) / 2);
  }
}

@media all and (min-width: 769px) {
  .p-latestInfoCarousel::after {
    background-color: #FFF;
    content: '';
    height: calc(100% + 10px);
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 2;
  }
}

@media all and (min-width: 769px) {
  .p-latestInfoCarousel::after {
    width: calc((100% - (860px + 30px)) / 2);
  }
}

@media screen and (min-width: 1280px) {
  .p-latestInfoCarousel::after {
    width: calc((100% - (860px + 35px)) / 2);
  }
}

.p-latestInfoCarousel.-index::before {
  background-color: #FBF2F2;
}

.p-latestInfoCarousel.-index::after {
  background-color: #FBF2F2;
}

.p-latestInfoCarousel .swiper-container {
  height: 100%;
  overflow: inherit;
}

.p-latestInfoCarousel .swiper-container .swiper-slide {
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-latestInfoCarousel .swiper-container .swiper-slide {
    width: 72vw;
  }
}

.p-latestInfoCarousel__inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-latestInfoCarousel__inner {
    padding-left: 40px;
  }
}

@media all and (min-width: 769px) {
  .p-latestInfoCarousel__inner {
    width: 860px;
  }
}

.p-latestInfoCarousel__arrow {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.p-latestInfoCarousel__arrow.-prev {
  left: -25px;
}

@media screen and (min-width: 1280px) {
  .p-latestInfoCarousel__arrow.-prev {
    left: -40px;
  }
}

.p-latestInfoCarousel__arrow.-next {
  right: -25px;
}

@media screen and (min-width: 1280px) {
  .p-latestInfoCarousel__arrow.-next {
    right: -40px;
  }
}

.p-latestInfoCarousel__dot {
  align-items: center;
  bottom: -45px;
  display: flex;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 99;
}

.p-latestInfoCarousel__dot .swiper-pagination-bullet {
  background-color: #EECDCE;
  height: 8px;
  opacity: 1;
  outline: none;
  width: 8px;
}

.p-latestInfoCarousel__dot .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 20px;
}

.p-latestInfoCarousel__dot .swiper-pagination-bullet-active {
  background-color: #FFF;
  border: 1px solid #A8050E;
  height: 18px;
  position: relative;
  width: 18px;
}

.p-latestInfoCarousel__dot .swiper-pagination-bullet-active::before {
  background-color: #A8050E;
  border-radius: 50%;
  content: '';
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
}

.p-news {
  padding-bottom: 80px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-news {
    padding-bottom: 50px;
    padding-top: 40px;
  }
}

.p-news__header {
  border-bottom: 3px solid #E5E5E5;
  padding-bottom: 25px;
}

.p-news__meta {
  align-items: center;
  display: flex;
}

.p-news__date {
  color: #7A7A7A;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .p-news__date {
    font-size: 14px;
  }
}

.p-news__tag {
  margin-left: 10px;
}

.p-news__ttl {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.125;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-news__ttl {
    font-size: 26px;
    line-height: 1.5;
  }
}

.p-news__body {
  border-bottom: 3px solid #E5E5E5;
  margin-top: 40px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .p-news__body {
    margin-top: 20px;
  }
}

.p-news__body h2 + p {
  margin-top: 40px;
}

.p-news__body h3 + p {
  margin-top: 25px;
}

.p-news__body h4 + p {
  margin-top: 25px;
}

.p-news__body p {
  font-size: 16px;
  line-height: 1.75;
}

.p-news__body p + h3 {
  margin-top: 50px;
}

.p-news__body p + h4 {
  margin-top: 60px;
}

.p-news__body p + p {
  margin-top: 20px;
}

.p-news__body ul {
  margin-top: 35px;
}

.p-news__body ul.-itemize li {
  padding-left: 1em;
  position: relative;
}

.p-news__body ul.-itemize li::before {
  content: '・';
  left: 0;
  position: absolute;
  top: 0;
}

.p-news__body ul.-note li {
  padding-left: 1em;
  position: relative;
}

.p-news__body ul.-note li::before {
  content: '※';
  left: 0;
  position: absolute;
  top: 0;
}

.p-news__body ul li {
  font-size: 16px;
  line-height: 1.75;
}

.p-news__body ol {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 35px;
}

.p-news__body ol li {
  font-size: 16px;
  line-height: 1.75;
}

.p-news__body a {
  color: #15801D;
}

.p-news__body a:hover {
  color: #15801D;
  text-decoration: none;
}

.p-news__body table {
  margin-top: 50px;
}

.p-news__body table th {
  width: auto;
}

.p-news__body table td {
  width: auto;
}

.p-news__body > figure {
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}

@media all and (min-width: 769px) {
  .p-news__body > figure {
    width: 760px;
  }
}

.p-news__body figcaption {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 25px;
}

.p-news__body .fa-file-pdf {
  color: #A8050E;
}

.p-news__body .fa-external-link-alt {
  color: #15801D;
}

.p-news__body .wp-block-columns {
  margin-bottom: 0 !important;
  margin-top: 55px;
}

@media all and (min-width: 769px) {
  .p-news__body .wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-news__body .wp-block-columns .wp-block-column {
  flex-basis: 460px;
  margin-left: 0 !important;
  max-width: 460px;
}

@media screen and (max-width: 768px) {
  .p-news__body .wp-block-columns .wp-block-column + .wp-block-column {
    margin-top: 55px;
  }
}

.p-news__btn {
  align-items: center;
  background-color: #FFF;
  border: 1px solid #A8050E;
  border-radius: 4px;
  color: #A8050E;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  text-decoration: none;
  transition: .2s;
}

@media all and (min-width: 769px) {
  .p-news__btn {
    width: 274px;
  }
}

@media screen and (max-width: 768px) {
  .p-news__btn {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media all and (min-width: 769px) {
  .p-news__btn:hover {
    background-color: #F6E5E6;
  }
}

.p-newsIndex {
  padding-bottom: 80px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-newsIndex {
    padding-bottom: 50px;
    padding-top: 40px;
  }
}

.p-newsIndex__list {
  margin-top: 10px;
}

@media all and (min-width: 769px) {
  .p-newsIndex__list {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .p-newsIndex__list {
    margin-top: 40px;
  }
}

.p-newsIndex__list li {
  margin-top: 30px;
}

@media all and (min-width: 769px) {
  .p-newsIndex__list li {
    flex-basis: 298px;
    max-width: 298px;
  }
}

@media all and (min-width: 769px) {
  .p-newsIndex__list li:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media all and (min-width: 769px) {
  .p-newsIndex__list li + li {
    margin-left: 23px;
  }
}

@media screen and (max-width: 768px) {
  .p-newsIndex__list li + li {
    margin-top: 30px;
  }
}

.p-newsIndex__pager {
  margin-top: 40px;
}

.p-notFound {
  padding-bottom: 75px;
  padding-top: 145px;
}

@media screen and (max-width: 768px) {
  .p-notFound {
    padding-bottom: 40px;
    padding-top: 55px;
  }
}

.p-notFound__heading {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.p-notFound__txt {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-notFound__txt {
    margin-top: 50px;
  }
}

.p-notFound__txt a {
  color: #15801D;
}

.p-notFound__txt a:hover {
  color: #15801D;
  text-decoration: none;
}

.p-notification {
  background-color: #FFF;
  padding-bottom: 25px;
  padding-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-notification {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-notification__list th {
  color: #DE2C00;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.555;
  vertical-align: middle;
}

@media all and (min-width: 769px) {
  .p-notification__list th {
    text-align: center;
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .p-notification__list th {
    display: block;
    padding-bottom: 15px;
  }
}

.p-notification__list td {
  color: #DE2C00;
  font-size: 16px;
  line-height: 1.75;
}

@media all and (min-width: 769px) {
  .p-notification__list td {
    border-left: 1px solid #E5E5E5;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .p-notification__list td {
    border-top: 1px solid #E5E5E5;
    display: block;
    padding-top: 10px;
  }
}

.p-notification__list td p + p {
  margin-top: 10px;
}

.p-notification__list td a {
  color: #DE2C00;
}

.p-notification__list td a:hover {
  color: #15801D;
  text-decoration: none;
}

.p-notification__date {
  color: #4E4E4E;
}

.p-overview {
  padding-bottom: 70px;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-overview {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.p-overview__heading + .p-overview__spec {
  margin-top: 30px;
}

.p-overviewPhilosophy {
  background-color: #F8F6E5;
  margin-bottom: 60px;
  margin-top: 60px;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .p-overviewPhilosophy {
    margin: 40px -20px 50px -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-overviewPhilosophy__inner {
  background-color: #FFF;
  border-radius: 4px;
  padding-bottom: 60px;
  padding-top: 45px;
}

@media screen and (max-width: 768px) {
  .p-overviewPhilosophy__inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.p-overviewPhilosophy__heading + .p-overviewPhilosophy__txt {
  margin-top: 40px;
}

.p-overviewPhilosophy__txt {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-overviewPhilosophy__txt {
    font-size: 16px;
    line-height: 1.75;
  }
}

.p-overviewPhilosophy__txt + .p-overviewPhilosophy__txt {
  margin-top: 27px;
}

@media screen and (max-width: 768px) {
  .p-overviewPhilosophy__txt + .p-overviewPhilosophy__txt {
    margin-top: 28px;
  }
}

.p-overviewPhilosophy__txt span {
  font-weight: 700;
}

.p-pressrelease {
  padding-bottom: 80px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-pressrelease {
    padding-bottom: 50px;
    padding-top: 40px;
  }
}

.p-pressrelease__list {
  border-top: 3px solid #E5E5E5;
  margin-top: 40px;
}

.p-pressrelease__list li {
  border-bottom: 3px solid #E5E5E5;
  padding-bottom: 30px;
  padding-top: 35px;
}

@media screen and (max-width: 768px) {
  .p-pressrelease__list li {
    padding-top: 30px;
  }
}

.p-pressrelease__pager {
  margin-top: 40px;
}

.p-product {
  padding-bottom: 75px;
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  .p-product {
    padding-bottom: 45px;
    padding-top: 40px;
  }
}

.p-product__name {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.p-product__tag {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.p-product__label {
  align-items: center;
  border-radius: 4px;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  padding-left: 10px;
  padding-right: 10px;
}

.p-product__label + .p-product__label {
  margin-left: 10px;
}

.p-product__label.-new {
  background-color: #cd696e;
}

.p-product__label.-limited-time {
  background-color: #72b377;
}

.p-product__label.-reservation {
  background-color: #ed8062;
}

.p-product__label.-exclusive {
  background-color: #749f94;
}

.p-product__label.-renewal {
  background-color: #d4cb66;
}

.p-product__notification {
  border: 1px solid #DE2C00;
  border-radius: 4px;
  margin-top: 40px;
  padding: 25px 40px;
}

@media screen and (max-width: 768px) {
  .p-product__notification {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-product__gallery {
  margin-top: 40px;
}

.p-product__txt {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .p-product__txt {
    margin-top: 45px;
  }
}

@media all and (min-width: 769px) {
  .p-product__txt {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.p-product__spec {
  border: 1px solid #E5E5E5;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
  margin-top: 45px;
  table-layout: fixed;
  width: 100%;
}

.p-product__spec > tbody > tr:first-child th {
  border-radius: 4px 0 0 0;
}

@media screen and (max-width: 768px) {
  .p-product__spec > tbody > tr:first-child th {
    border-radius: 4px 4px 0 0;
  }
}

.p-product__spec > tbody > tr:last-child th {
  border-bottom: none;
  border-radius: 0 0 0 4px;
}

@media screen and (max-width: 768px) {
  .p-product__spec > tbody > tr:last-child th {
    border-radius: 0;
  }
}

.p-product__spec > tbody > tr:last-child td {
  border-bottom: none;
}

.p-product__spec > tbody > tr > th {
  background-color: #A8050E;
  border-bottom: 1px solid #E5E5E5;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  padding: 24px 30px;
  text-align: left;
  vertical-align: middle;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .p-product__spec > tbody > tr > th {
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
  }
}

.p-product__spec > tbody > tr > td {
  border-bottom: 1px solid #E5E5E5;
  font-size: 16px;
  line-height: 1.75;
  padding: 24px 30px;
  width: calc(100% - $spec_table_th_width);
}

@media screen and (max-width: 768px) {
  .p-product__spec > tbody > tr > td {
    display: block;
    width: 100%;
  }
}

@media all and (min-width: 769px) {
  .p-product__spec > tbody > tr > td {
    border-left: 1px solid #E5E5E5;
  }
}

.p-product__price tbody tr td {
  font-size: 16px;
  line-height: 1.75;
}

.p-product__price tbody tr td + td {
  padding-left: 20px;
  text-align: right;
}

.p-product__freeArea {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-product__freeArea {
    margin-top: 40px;
  }
}

.p-product__freeArea h1 + * {
  margin-top: 15px;
}

.p-product__freeArea h2 + * {
  margin-top: 15px;
}

.p-product__freeArea h3 + * {
  margin-top: 15px;
}

.p-product__freeArea p {
  font-size: 16px;
  line-height: 1.75;
}

.p-product__freeArea strong {
  font-weight: 700;
}

.p-product__freeArea a {
  color: #15801D;
}

.p-product__freeArea a:hover {
  color: #15801D;
  text-decoration: none;
}

.p-product__freeArea div + * {
  margin-top: 15px;
}

.p-product__freeArea table + * {
  margin-top: 15px;
}

.p-product__note {
  margin-top: 50px;
}

@media all and (min-width: 769px) {
  .p-product__note {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.p-product__note > li {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}

.p-product__note > li::before {
  content: '※';
  left: 0;
  position: absolute;
  top: 0;
}

.p-product__toDeliveryAreaGuide {
  color: #15801D;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 10px;
  vertical-align: middle;
}

.p-product__toDeliveryAreaGuide a {
  color: #15801D;
}

.p-product__toDeliveryAreaGuide a:hover {
  color: #15801D;
  text-decoration: none;
}

.p-product__toDeliveryAreaGuide i {
  font-size: 12px;
}

.p-productCarousel__main .swiper-slide {
  display: flex;
}

@media all and (min-width: 769px) {
  .p-productCarousel__main .swiper-slide div {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.p-productCarousel__bottom {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  position: relative;
}

@media all and (min-width: 769px) {
  .p-productCarousel__bottom {
    width: 760px;
  }
}

@media screen and (max-width: 768px) {
  .p-productCarousel__bottom {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.p-productCarousel__thumb .swiper-slide {
  display: flex;
}

@media all and (min-width: 769px) {
  .p-productCarousel__thumb .swiper-slide div {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

@media all and (min-width: 769px) {
  .p-productCarousel__thumb .swiper-slide div + div {
    margin-left: 20px;
  }
}

.p-productCarousel__thumb .swiper-slide div img {
  border-radius: 4px;
  vertical-align: bottom;
}

.p-productCarousel__thumb .swiper-slide-thumb-active div {
  position: relative;
}

.p-productCarousel__thumb .swiper-slide-thumb-active div::before {
  border: 1px solid #15801D;
  border-radius: 4px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-productCarousel__arrow {
  color: #7A7A7A;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-productCarousel__arrow.-prev {
  left: -35px;
}

@media screen and (max-width: 768px) {
  .p-productCarousel__arrow.-prev {
    left: 0;
  }
}

.p-productCarousel__arrow.-next {
  right: -35px;
}

@media screen and (max-width: 768px) {
  .p-productCarousel__arrow.-next {
    right: 0;
  }
}

.p-productIndex {
  padding-bottom: 80px;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-productIndex {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.p-productList {
  display: flex;
  flex-wrap: wrap;
  margin-top: -50px;
}

@media screen and (max-width: 768px) {
  .p-productList {
    margin-top: -40px;
  }
}

.p-productList li {
  flex-basis: 300px;
  margin-top: 50px;
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .p-productList li {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .p-productList li {
    flex-basis: calc(50% - 7px);
    max-width: calc(50% - 7px);
  }
}

@media all and (min-width: 769px) {
  .p-productList li {
    margin-left: 20px;
  }
}

@media all and (min-width: 769px) {
  .p-productList li:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-productList li:nth-child(2n+2) {
    margin-left: 14px;
  }
}

.p-productTmb {
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .p-productTmb:hover .p-productTmb__img {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
  }
}

@media all and (min-width: 769px) {
  .p-productTmb:hover .p-productTmb__catName {
    color: #15801D;
    text-decoration: none;
  }
}

@media all and (min-width: 769px) {
  .p-productTmb:hover .p-productTmb__productName {
    color: #15801D;
    text-decoration: none;
  }
}

.p-productTmb__img {
  border-radius: 4px;
  position: relative;
  transition: .3s;
}

.p-productTmb__img::before {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}

.p-productTmb__img img {
  border-radius: 4px;
  vertical-align: bottom;
}

.p-productTmb__body {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-productTmb__body {
    margin-top: 15px;
  }
}

.p-productTmb__catName {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.555;
  text-align: center;
}

.p-productTmb__announcement {
  color: #DE2C00;
  font-size: 18px;
  line-height: 1.555;
}

.p-productTmb__productName {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.555;
}

.p-productTmb__tag {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .p-productTmb__tag {
    margin-top: 5px;
  }
}

@media all and (min-width: 769px) {
  .p-productTmb__tag {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-productTmb__label {
  margin-top: 10px;
}

@media all and (min-width: 769px) {
  .p-productTmb__label {
    margin-right: 10px;
  }
}

.p-productTmb__price {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-productTmb__price {
    margin-top: 20px;
  }
}

.p-productTmb__price tbody tr td {
  color: #222;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .p-productTmb__price tbody tr td {
    display: block;
  }
}

@media all and (min-width: 769px) {
  .p-productTmb__price tbody tr td + td {
    padding-left: 30px;
    text-align: right;
  }
}

.p-rental {
  padding-bottom: 80px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-rental {
    padding-bottom: 50px;
    padding-top: 45px;
  }
}

.p-rental__sec {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-rental__sec {
    margin-top: 35px;
  }
}

.p-rental__sec + .p-rental__sec {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .p-rental__sec + .p-rental__sec {
    margin-top: 45px;
  }
}

.p-rental__heading + .p-rental__spec {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-rental__heading + .p-rental__spec {
    margin-top: 30px;
  }
}

@media all and (min-width: 769px) {
  .p-rental__gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .p-rental__gallery {
    margin-top: 30px;
  }
}

.p-rental__gallery li {
  margin-top: 20px;
}

@media all and (min-width: 769px) {
  .p-rental__gallery li {
    flex-basis: 460px;
    max-width: 460px;
  }
}

@media screen and (max-width: 768px) {
  .p-rental__gallery li + li {
    margin-top: 20px;
  }
}

.p-rental__txt {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 20px;
}

.p-rental__map {
  margin-top: 30px;
}

.p-rental__map iframe {
  height: 500px;
  width: 940px;
}

@media screen and (max-width: 768px) {
  .p-rental__map iframe {
    height: 374px;
    width: 100%;
  }
}

.p-rentalAccess__heading {
  font-size: 18px;
  font-weight: 500;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .p-rentalAccess__heading {
    margin-top: 35px;
  }
}

.p-rentalAccess__map {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-rentalAccess__map {
    margin-top: 15px;
  }
}

.p-rentalAccess__map iframe {
  height: 500px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-rentalAccess__map iframe {
    height: 328px;
  }
}

.p-rentalContact {
  margin-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-rentalContact {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-rentalContact__inner {
  padding-bottom: 40px;
  padding-top: 35px;
}

@media all and (min-width: 769px) {
  .p-rentalContact__inner {
    margin-left: auto;
    margin-right: auto;
    width: 850px;
  }
}

@media all and (min-width: 769px) {
  .p-rentalContact__multiCols {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

@media all and (min-width: 769px) {
  .p-rentalContact__col {
    flex-basis: 345px;
    max-width: 345px;
  }
}

@media screen and (max-width: 768px) {
  .p-rentalContact__col + .p-rentalContact__col {
    margin-top: 25px;
  }
}

.p-rentalContact__phoneNumber {
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-rentalContact__phoneNumber {
    font-size: 32px;
  }
}

.p-rentalContact__phoneNumber + .p-rentalContact__txt {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-rentalContact__phoneNumber + .p-rentalContact__txt {
    margin-top: 10px;
  }
}

.p-rentalContact__phoneNumber i {
  margin-right: 10px;
}

.p-rentalContact__btn {
  align-items: center;
  background-color: #FFF;
  border: 1px solid #A8050E;
  border-radius: 4px;
  color: #A8050E;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
  transition: .2s;
}

@media all and (min-width: 769px) {
  .p-rentalContact__btn {
    width: 274px;
  }
}

@media screen and (max-width: 768px) {
  .p-rentalContact__btn {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media all and (min-width: 769px) {
  .p-rentalContact__btn:hover {
    background-color: #F6E5E6;
  }
}

.p-rentalContact__btn i {
  margin-left: 10px;
}

.p-rentalContact__txt {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-rentalContact__txt {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .p-rentalContact__txt + .p-rentalContact__txt {
    margin-top: 10px;
  }
}

.p-rentalDoc__heading {
  font-size: 18px;
  font-weight: 500;
}

.p-rentalDoc__itemize {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-rentalDoc__itemize {
    margin-top: 15px;
  }
}

.p-rentalDoc__itemize + .p-rentalDoc__heading {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .p-rentalDoc__itemize + .p-rentalDoc__heading {
    margin-top: 25px;
  }
}

.p-rentalDoc__itemize li {
  font-size: 16px;
  line-height: 1.75;
  padding-left: 1em;
  position: relative;
}

.p-rentalDoc__itemize li::before {
  content: '・';
  left: 0;
  position: absolute;
  top: 0;
}

.p-rentalIndex {
  padding-bottom: 85px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-rentalIndex {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.p-rentalIndex__lead {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

.p-rentalIndex__sec {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-rentalIndex__sec {
    margin-top: 35px;
  }
}

.p-rentalIndex__sec + .p-rentalIndex__sec {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .p-rentalIndex__sec + .p-rentalIndex__sec {
    margin-top: 45px;
  }
}

.p-rentalIndex__multiCols {
  margin-top: 30px;
}

@media all and (min-width: 769px) {
  .p-rentalIndex__multiCols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-rentalIndex__multiCols + .p-rentalIndex__multiCols {
  margin-top: 40px;
}

@media all and (min-width: 769px) {
  .p-rentalIndex__colLeft {
    flex-basis: 455px;
    max-width: 455px;
  }
}

@media all and (min-width: 769px) {
  .p-rentalIndex__colRight {
    flex-basis: 455px;
    max-width: 455px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .p-rentalIndex__colRight {
    margin-top: 25px;
  }
}

.p-rentalIndex__txt {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 20px;
}

@media all and (min-width: 769px) {
  .p-rentalIndex__toDetail {
    bottom: 30px;
    left: 0;
    position: absolute;
  }
}

@media screen and (max-width: 768px) {
  .p-rentalIndex__toDetail {
    margin-top: 20px;
  }
}

@media all and (min-width: 769px) {
  .p-rentalIndex__btn {
    width: 270px;
  }
}

.p-rentalPrice__txt {
  font-size: 16px;
  line-height: 1.75;
}

.p-rentalPrice__txt + .p-rentalPrice__heading {
  margin-top: 35px;
}

.p-rentalPrice__heading {
  font-size: 18px;
  font-weight: 500;
}

.p-rentalPrice__room {
  border: 1px solid #E5E5E5;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
  margin-top: 25px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-rentalPrice__room + .p-rentalPrice__heading {
    margin-top: 45px;
  }
}

@media all and (min-width: 769px) {
  .p-rentalPrice__room {
    table-layout: fixed;
  }
  .p-rentalPrice__room + .p-rentalPrice__heading {
    margin-top: 55px;
  }
  .p-rentalPrice__room > tbody > tr:first-child th:first-child {
    border-radius: 4px 0 0 0;
  }
  .p-rentalPrice__room > tbody > tr:first-child th:last-child {
    border-radius: 0 4px 0 0;
  }
  .p-rentalPrice__room > tbody > tr:last-child td {
    border-bottom: none;
  }
  .p-rentalPrice__room > tbody > tr > th {
    background-color: #A8050E;
    border-bottom: 1px solid #E5E5E5;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 78px;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
  }
  .p-rentalPrice__room > tbody > tr > th.-border {
    border-left: 1px solid #E5E5E5;
  }
  .p-rentalPrice__room > tbody > tr > th.-thin {
    height: 80px;
  }
  .p-rentalPrice__room > tbody > tr > th.-wide {
    height: 40px;
  }
  .p-rentalPrice__room > tbody > tr > th + th {
    border-left: 1px solid #E5E5E5;
  }
  .p-rentalPrice__room > tbody > tr > td {
    border-bottom: 1px solid #E5E5E5;
    font-size: 16px;
    height: 78px;
    line-height: 1.75;
    text-align: center;
    vertical-align: middle;
  }
  .p-rentalPrice__room > tbody > tr > td + td {
    border-left: 1px solid #E5E5E5;
  }
}

@media screen and (max-width: 768px) {
  .p-rentalPrice__room {
    margin-top: 15px;
  }
  .p-rentalPrice__room > tbody > tr:first-child th {
    border-radius: 4px 0 0 0;
  }
  .p-rentalPrice__room > tbody > tr:last-child th {
    border-bottom: none;
  }
  .p-rentalPrice__room > tbody > tr:last-child td {
    border-bottom: none;
  }
  .p-rentalPrice__room > tbody > tr > th {
    background-color: #A8050E;
    border-bottom: 1px solid #E5E5E5;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 58px;
    line-height: 1.125;
    text-align: center;
    vertical-align: middle;
  }
  .p-rentalPrice__room > tbody > tr > th.-thin {
    border-right: 1px solid #E5E5E5;
    width: 70px;
  }
  .p-rentalPrice__room > tbody > tr > th.-wide {
    width: 99px;
  }
  .p-rentalPrice__room > tbody > tr > th.-bottomLeft {
    border-bottom: none;
    border-radius: 0 0 0 4px;
  }
  .p-rentalPrice__room > tbody > tr > th span {
    font-size: 12px;
  }
  .p-rentalPrice__room > tbody > tr > td {
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    font-size: 16px;
    height: 58px;
    line-height: 1.75;
    text-align: center;
    vertical-align: middle;
  }
}

.p-rentalPrice__equipment {
  border: 1px solid #E5E5E5;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
  margin-top: 25px;
  table-layout: fixed;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-rentalPrice__equipment {
    margin-top: 15px;
  }
}

.p-rentalPrice__equipment + .p-rentalPrice__heading {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .p-rentalPrice__equipment + .p-rentalPrice__heading {
    margin-top: 35px;
  }
}

.p-rentalPrice__equipment > tbody > tr:first-child th:first-child {
  border-radius: 4px 0 0 0;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .p-rentalPrice__equipment > tbody > tr:first-child th:first-child {
    width: 168px;
  }
}

.p-rentalPrice__equipment > tbody > tr:first-child th:last-child {
  border-radius: 0 4px 0 0;
}

@media all and (min-width: 769px) {
  .p-rentalPrice__equipment > tbody > tr:first-child th:last-child {
    width: 620px;
  }
}

.p-rentalPrice__equipment > tbody > tr:last-child td {
  border-bottom: none;
}

.p-rentalPrice__equipment > tbody > tr > th {
  background-color: #A8050E;
  border-bottom: 1px solid #E5E5E5;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 78px;
  line-height: 1.75;
  text-align: left;
  vertical-align: middle;
}

@media all and (min-width: 769px) {
  .p-rentalPrice__equipment > tbody > tr > th {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-rentalPrice__equipment > tbody > tr > th {
    height: 58px;
    text-align: center;
  }
}

.p-rentalPrice__equipment > tbody > tr > th + th {
  border-left: 1px solid #E5E5E5;
}

.p-rentalPrice__equipment > tbody > tr > td {
  border-bottom: 1px solid #E5E5E5;
  font-size: 16px;
  height: 78px;
  line-height: 1.75;
  vertical-align: middle;
}

@media all and (min-width: 769px) {
  .p-rentalPrice__equipment > tbody > tr > td {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-rentalPrice__equipment > tbody > tr > td {
    height: 58px;
    text-align: center;
  }
}

.p-rentalPrice__equipment > tbody > tr > td + td {
  border-left: 1px solid #E5E5E5;
}

.p-rentalSwitchContent {
  background-color: #FDF2F2;
  margin-top: 40px;
  padding-bottom: 75px;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-rentalSwitchContent {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.p-rentalSwitchContent__thumbIndex {
  display: flex;
  justify-content: space-between;
}

.p-rentalSwitchContent__thumbIndex li {
  align-items: center;
  background-color: #A6A6A6;
  color: #FFF;
  cursor: pointer;
  display: flex;
  flex-basis: 310px;
  font-size: 18px;
  height: 60px;
  justify-content: center;
  max-width: 310px;
}

.p-rentalSwitchContent__thumbIndex li.-active {
  background-color: #A8050E;
  position: relative;
}

.p-rentalSwitchContent__thumbIndex li.-active::before {
  border-bottom: 12px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #A8050E;
  bottom: -24px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

@media screen and (max-width: 768px) {
  .p-rentalSwitchContent__select {
    background-color: #FFF;
    border: 1px solid #A8050E;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    padding-top: 58px;
    position: absolute;
    width: calc(100% - (40px));
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .p-rentalSwitchContent__select li {
    background-color: #FFF;
    border-bottom: 1px solid #A8050E;
    display: none;
    font-size: 18px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-rentalSwitchContent__select li.-active {
    background-color: #A8050E;
    border-top: none;
    color: #FFF;
    display: block !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.p-rentalSwitchContent__select li.-active::before {
  background-color: #FFF;
  background-image: url(/asset/img/just1/caret-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  border: 1px solid #A8050E;
  border-radius: 0 4px 0 0;
  content: '';
  height: 60px;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 58px;
}

.p-rentalSwitchContent__select li + li {
  /*
      @media screen and (max-width: 768px) {
        border-top: 1px solid $main_color;
      }
*/
  /*
      &.-active {

        &::before {
          height: 59px;
        }
      }
*/
}

@media screen and (max-width: 768px) {
  .p-rentalSwitchContent__select li div {
    align-items: center;
    display: flex;
    height: 58px;
  }
}

.p-rentalSwitchContent__panel {
  background-color: #FFF;
  margin-top: 1px;
  padding: 55px 60px 50px 60px;
}

@media screen and (max-width: 768px) {
  .p-rentalSwitchContent__panel {
    padding: 89px 20px;
  }
}

.p-rentalSwitchContent__body {
  display: none;
}

.p-rentalSwitchContent__body.-active {
  display: block;
}

.p-recruit {
  padding-bottom: 80px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-recruit {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

@media all and (min-width: 769px) {
  .p-recruit__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media all and (min-width: 769px) {
  .p-recruit__list li {
    flex-basis: 300px;
    max-width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .p-recruit__list li + li {
    margin-top: 50px;
  }
}

@media all and (min-width: 769px) {
  .p-recruitSummary {
    height: 100%;
    padding-bottom: 80px;
    position: relative;
  }
}

.p-recruitSummary__img {
  margin-top: 20px;
}

.p-recruitSummary__status {
  align-items: center;
  background-color: #DCE8FF;
  color: #568FEE;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 70px;
  justify-content: center;
  line-height: 1.125;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
}

@media all and (min-width: 769px) {
  .p-recruitSummary__status {
    width: 300px;
  }
}

.p-recruitSummary__status.-disable {
  background-color: #EEE;
  color: #7A7A7A;
}

.p-recruitSummary__txt {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .p-recruitSummary__txt {
    margin-top: 24px;
  }
}

@media all and (min-width: 769px) {
  .p-recruitSummary__toDetail {
    bottom: 0;
    position: absolute;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-recruitSummary__toDetail {
    margin-top: 30px;
  }
}

.p-recruitSummary__btn {
  align-items: center;
  background-color: #A8050E;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #FFF;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

@media all and (min-width: 769px) {
  .p-recruitSummary__btn {
    margin-left: auto;
    margin-right: auto;
    width: 270px;
  }
}

@media all and (min-width: 769px) {
  .p-recruitSummary__btn:hover {
    background-color: #B9373E;
  }
}

.p-recruitSummary__btn i {
  font-size: 18px;
  margin-left: 10px;
}

.p-sdgs {
  padding-bottom: 90px;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-sdgs {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.p-sdgs__lead {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

.p-sdgs__sec {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-sdgs__sec {
    margin-top: 40px;
  }
}

.p-sdgs__sec + .p-sdgs__sec {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .p-sdgs__sec + .p-sdgs__sec {
    margin-top: 40px;
  }
}

.p-sdgs__multiCols {
  margin-top: 30px;
}

@media all and (min-width: 769px) {
  .p-sdgs__multiCols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media all and (min-width: 769px) {
  .p-sdgs__colLeft {
    flex-basis: 460px;
    max-width: 460px;
  }
}

@media all and (min-width: 769px) {
  .p-sdgs__colRight {
    flex-basis: 450px;
    max-width: 450px;
  }
}

@media screen and (max-width: 768px) {
  .p-sdgs__colRight {
    margin-top: 25px;
  }
}

.p-sdgs__txt {
  font-size: 16px;
  line-height: 1.75;
}

.p-sdgs__txt + .p-sdgs__txt {
  margin-top: 28px;
}

.p-sdgs__gallery {
  margin-top: 30px;
}

@media all and (min-width: 769px) {
  .p-sdgs__gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-sdgs__gallery + .p-sdgs__txt {
  margin-top: 25px;
}

@media all and (min-width: 769px) {
  .p-sdgs__gallery li {
    flex-basis: 460px;
    max-width: 460px;
  }
}

@media screen and (max-width: 768px) {
  .p-sdgs__gallery li + li {
    margin-top: 20px;
  }
}

.p-shinen {
  padding-bottom: 80px;
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  .p-shinen {
    padding-bottom: 55px;
    padding-top: 50px;
  }
}

.p-shinen__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.p-shinen__itemize {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .p-shinen__itemize {
    margin-top: 25px;
  }
}

.p-shinen__itemize li {
  font-size: 16px;
  line-height: 1.75;
  padding-left: 1em;
  position: relative;
}

.p-shinen__itemize li::before {
  content: '・';
  left: 0;
  position: absolute;
  top: 0;
}

.p-shinen__itemize li i {
  color: #15801D;
}

.p-shinen__itemize li a {
  color: #15801D;
}

.p-shinen__itemize li a:hover {
  color: #15801D;
  text-decoration: none;
}

.p-shinen__note li {
  font-size: 16px;
  line-height: 1.75;
  padding-left: 1em;
  position: relative;
}

.p-shinen__note li::before {
  content: '※';
  left: 0;
  position: absolute;
  top: 0;
}

.p-shinen__heading {
  margin-top: 60px;
}

.p-shinen__inPageList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-shinen__inPageList {
    margin-top: 40px;
  }
}

.p-shinen__inPageList li {
  border-left: 1px solid #A8050E;
  flex-basis: 115px;
  margin-top: 20px;
  max-width: 115px;
  padding-left: 20px;
  vertical-align: middle;
}

.p-shinen__inPageList li:nth-child(8) {
  border-right: 1px solid #A8050E;
}

@media screen and (max-width: 768px) {
  .p-shinen__inPageList li:nth-child(even) {
    border-right: 1px solid #A8050E;
  }
}

.p-shinen__inPageList li:last-child {
  border-right: 1px solid #A8050E;
}

.p-shinen__inPageList li a {
  color: #A8050E;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .p-shinen__inPageList li a:hover {
    color: #15801D;
    text-decoration: underline;
  }
}

.p-shinen__inPageList li a i {
  font-size: 12px;
  margin-right: 6px;
}

.p-shinen__sec {
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .p-shinen__sec {
    margin-top: 35px;
  }
}

.p-shinen__sec + .p-shinen__sec {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-shinen__sec + .p-shinen__sec {
    margin-top: 35px;
  }
}

.p-shinen__spec {
  border: 1px solid #E5E5E5;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
  margin-top: 30px;
  table-layout: fixed;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-shinen__spec {
    margin-top: 20px;
  }
}

.p-shinen__spec > tbody > tr:first-child th {
  border-radius: 4px 0 0 0;
}

@media screen and (max-width: 768px) {
  .p-shinen__spec > tbody > tr:first-child th {
    border-radius: 4px 4px 0 0;
  }
}

.p-shinen__spec > tbody > tr:last-child th {
  border-bottom: none;
  border-radius: 0 0 0 4px;
}

@media screen and (max-width: 768px) {
  .p-shinen__spec > tbody > tr:last-child th {
    border-radius: 0;
  }
}

.p-shinen__spec > tbody > tr:last-child td {
  border-bottom: none;
}

.p-shinen__spec > tbody > tr > th {
  background-color: #F4F4F4;
  border-bottom: 1px solid #E5E5E5;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  vertical-align: middle;
  width: 585px;
}

@media all and (min-width: 769px) {
  .p-shinen__spec > tbody > tr > th {
    border-left: 1px solid #E5E5E5;
    height: 78px;
  }
}

@media screen and (max-width: 768px) {
  .p-shinen__spec > tbody > tr > th {
    display: block;
    padding-bottom: 25px;
    padding-top: 25px;
    width: 100%;
  }
}

.p-shinen__spec > tbody > tr > td {
  border-bottom: 1px solid #E5E5E5;
  text-align: center;
  vertical-align: middle;
}

@media all and (min-width: 769px) {
  .p-shinen__spec > tbody > tr > td {
    border-left: 1px solid #E5E5E5;
  }
}

@media screen and (max-width: 768px) {
  .p-shinen__spec > tbody > tr > td {
    display: block;
    width: 100%;
  }
}

.p-shinen__spec > tbody > tr > td table {
  table-layout: fixed;
  width: 100%;
}

.p-shinen__spec > tbody > tr > td table td {
  font-size: 16px;
  line-height: 1.75;
}

@media all and (min-width: 769px) {
  .p-shinen__spec > tbody > tr > td table td {
    height: 78px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 768px) {
  .p-shinen__spec > tbody > tr > td table td {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

.p-shinen__spec > tbody > tr > td table td.-floor {
  border-right: 1px solid #E5E5E5;
  width: 151px;
}

@media screen and (max-width: 768px) {
  .p-shinen__spec > tbody > tr > td table td.-floor {
    width: 140px;
  }
}

.p-shinen__date {
  font-size: 16px;
  margin-top: 20px;
  text-align: right;
}

.p-shop {
  padding-bottom: 50px;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .p-shop {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.p-shop__name {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.p-shop__tag {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.p-shop__label {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  padding-left: 10px;
  padding-right: 10px;
}

.p-shop__label + .p-shop__label {
  margin-left: 10px;
}

.p-shop__label.-only-part {
  background-color: #fdf2ef;
  color: #ed8062;
}

.p-shop__label.-consignment-sale {
  background-color: #f8f6e4;
  color: #b8a900;
}

.p-shop__map {
  margin-top: 40px;
}

.p-shop__map iframe {
  height: 500px;
  width: 940px;
}

@media screen and (max-width: 768px) {
  .p-shop__map iframe {
    height: 350px;
    width: 100%;
  }
}

.p-shop__spec {
  border: 1px solid #E5E5E5;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
  margin-top: 50px;
  table-layout: fixed;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-shop__spec {
    margin-top: 40px;
  }
}

.p-shop__spec > tbody > tr:first-child th {
  border-radius: 4px 0 0 0;
}

@media screen and (max-width: 768px) {
  .p-shop__spec > tbody > tr:first-child th {
    border-radius: 4px 4px 0 0;
  }
}

.p-shop__spec > tbody > tr:last-child th {
  border-bottom: none;
  border-radius: 0 0 0 4px;
}

@media screen and (max-width: 768px) {
  .p-shop__spec > tbody > tr:last-child th {
    border-radius: 0;
  }
}

.p-shop__spec > tbody > tr:last-child td {
  border-bottom: none;
}

.p-shop__spec > tbody > tr > th {
  background-color: #A8050E;
  border-bottom: 1px solid #E5E5E5;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  padding: 24px 30px;
  text-align: left;
  vertical-align: middle;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .p-shop__spec > tbody > tr > th {
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
  }
}

.p-shop__spec > tbody > tr > td {
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  font-size: 16px;
  line-height: 1.75;
  padding: 24px 30px;
  width: calc(100% - $spec_table_th_width);
}

@media screen and (max-width: 768px) {
  .p-shop__spec > tbody > tr > td {
    display: block;
    width: 100%;
  }
}

@media all and (min-width: 769px) {
  .p-shop__spec > tbody > tr > td {
    border-left: 1px solid #E5E5E5;
  }
}

.p-shop__freeArea {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-shop__freeArea {
    margin-top: 40px;
  }
}

.p-shop__freeArea h1 + * {
  margin-top: 15px;
}

.p-shop__freeArea h2 + * {
  margin-top: 15px;
}

.p-shop__freeArea h3 + * {
  margin-top: 15px;
}

.p-shop__freeArea p {
  font-size: 16px;
  line-height: 1.75;
}

.p-shop__freeArea p + * {
  margin-top: 15px;
}

.p-shop__freeArea strong {
  font-weight: 700;
}

.p-shop__freeArea a {
  color: #15801D;
}

.p-shop__freeArea a:hover {
  color: #15801D;
  text-decoration: none;
}

.p-shop__freeArea div + * {
  margin-top: 15px;
}

.p-shop__freeArea table + * {
  margin-top: 15px;
}

.p-shop__freeShipping {
  background-color: #f8f6e5;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 50px;
  padding: 25px 30px;
}

@media screen and (max-width: 768px) {
  .p-shop__freeShipping {
    margin-top: 40px;
  }
}

.p-shop__freeShipping a {
  color: #15801D;
}

.p-shop__freeShipping a:hover {
  color: #15801D;
  text-decoration: none;
}

.p-shop__freeShipping i {
  color: #ff2116;
}

.p-shopIndex {
  padding-bottom: 105px;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-shopIndex {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.p-shopIndex.-pref {
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .p-shopIndex.-pref {
    padding-top: 0;
  }
}

.p-shopIndex__heading {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  text-align: center;
}

.p-shopIndex__heading::before {
  background-color: #A8050E;
  bottom: -15px;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}

.p-shopIndex__inPageList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.p-shopIndex__inPageList li {
  border-left: 1px solid #A8050E;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 30px;
  vertical-align: middle;
}

.p-shopIndex__inPageList li:last-child {
  border-right: 1px solid #A8050E;
}

.p-shopIndex__inPageList li a {
  color: #A8050E;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .p-shopIndex__inPageList li a:hover {
    color: #15801D;
    text-decoration: underline;
  }
}

.p-shopIndex__inPageList li a i {
  font-size: 12px;
  margin-right: 6px;
}

.p-shopIndex__areaList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-shopIndex__areaList {
    justify-content: space-between;
  }
}

.p-shopIndex__areaList li {
  flex-basis: 178px;
  margin-bottom: 20px;
  max-width: 178px;
}

@media screen and (max-width: 768px) {
  .p-shopIndex__areaList li {
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}

@media all and (min-width: 769px) {
  .p-shopIndex__areaList li {
    margin-left: 12px;
  }
}

.p-shopIndex__areaList li:nth-child(5n+1) {
  margin-left: 0;
}

@media all and (min-width: 769px) {
  .p-shopIndex__summaryList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-shopIndex__summaryList li {
  margin-top: 30px;
}

@media all and (min-width: 769px) {
  .p-shopIndex__summaryList li {
    flex-basis: 455px;
    max-width: 455px;
  }
}

.p-shopIndex__toAllShop {
  margin-top: 45px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-shopIndex__toAllShop {
    margin-top: 40px;
  }
}

.p-shopIndex__toAllShop a {
  color: #A8050E;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .p-shopIndex__toAllShop a:hover::before {
    transform: scale(1);
  }
}

@media all and (min-width: 769px) {
  .p-shopIndex__toAllShop a::before {
    background-color: #A8050E;
    bottom: -7px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: left;
    transition: .3s;
    width: 100%;
  }
}

.p-shopIndex__toAllShop a i {
  font-size: 10px;
  margin-left: 8px;
}

.p-shopIndexSec {
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .p-shopIndexSec {
    margin-top: 14px;
    padding-top: 51px;
  }
}

.p-shopIndexSec.-searchResult {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-shopIndexSec.-searchResult {
    margin-top: 50px;
  }
}

.p-shopIndexSec__heading {
  border-bottom: 1px solid #A8050E;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .p-shopIndexSec__heading {
    margin-top: -51px;
    padding-top: 51px;
  }
}

.p-shopLocation {
  padding-bottom: 70px;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .p-shopLocation {
    padding-bottom: 50px;
    padding-top: 40px;
  }
}

.p-shopLocation__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.p-shopLocation__multiCols {
  margin-top: 50px;
}

@media all and (min-width: 769px) {
  .p-shopLocation__multiCols {
    display: flex;
    justify-content: space-between;
  }
}

@media all and (min-width: 769px) {
  .p-shopLocation__colLeft {
    flex-basis: 485px;
    max-width: 485px;
  }
}

@media all and (min-width: 769px) {
  .p-shopLocation__colRight {
    flex-basis: 455px;
    max-width: 455px;
  }
}

@media screen and (max-width: 768px) {
  .p-shopLocation__colRight {
    margin-top: 15px;
  }
}

.p-shopLocation__gmap {
  height: 554px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-shopLocation__gmap {
    height: 374px;
  }
}

.p-shopLocation__legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.p-shopLocation__legend li {
  font-size: 16px;
}

.p-shopLocation__legend li + li {
  margin-left: 20px;
}

.p-shopLocation__legend li i {
  margin-right: 8px;
}

.p-shopLocation__legend li i.-only-part {
  color: #B9373E;
}

.p-shopLocation__legend li i.-consignment-sale {
  color: #b8a900;
}

.p-shopLocationCarousel {
  position: relative;
}

@media all and (min-width: 769px) {
  .p-shopLocationCarousel {
    height: 554px;
  }
}

@media screen and (max-width: 768px) {
  .p-shopLocationCarousel {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (min-width: 769px) {
  .p-shopLocationCarousel::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 20%, #fff 100%);
    bottom: 0;
    content: '';
    height: 90px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
  }
}

@media all and (min-width: 769px) {
  .p-shopLocationCarousel::after {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 20%, #fff 100%);
    content: '';
    height: 90px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
  }
}

.p-shopLocationCarousel .swiper-container {
  height: 100%;
}

@media all and (min-width: 769px) {
  .p-shopLocationCarousel .swiper-container {
    padding-left: 17px;
  }
}

.p-shopLocationCarousel .swiper-slide-active > a {
  border-color: transparent;
  position: relative;
}

.p-shopLocationCarousel .swiper-slide-active > a:before {
  border: 2px solid #15801D;
  border-radius: 4px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media all and (min-width: 769px) {
  .p-shopLocationCarousel .swiper-slide-active > a:after {
    border-bottom: 13px solid transparent;
    border-left: 17px solid transparent;
    border-right: 17px solid #15801D;
    border-top: 13px solid transparent;
    content: '';
    height: 0;
    left: -34px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
  }
}

.p-shopLocationCarousel__noResult {
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  z-index: 99;
}

@media all and (min-width: 769px) {
  .p-shopLocationCarousel__noResult {
    padding-left: 17px;
  }
}

@media all and (min-width: 769px) {
  .p-shopLocationCarousel__one {
    padding-left: 17px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
}

.p-shopLocationCarousel__one > a {
  border-color: transparent;
  position: relative;
}

.p-shopLocationCarousel__one > a:before {
  border: 2px solid #15801D;
  border-radius: 4px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media all and (min-width: 769px) {
  .p-shopLocationCarousel__one > a:after {
    border-bottom: 13px solid transparent;
    border-left: 17px solid transparent;
    border-right: 17px solid #15801D;
    border-top: 13px solid transparent;
    content: '';
    height: 0;
    left: -34px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
  }
}

.p-shopLocationCarousel__arrow {
  color: #7A7A7A;
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  z-index: 99;
}

@media all and (min-width: 769px) {
  .p-shopLocationCarousel__arrow {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .p-shopLocationCarousel__arrow {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media all and (min-width: 769px) {
  .p-shopLocationCarousel__arrow.-prev {
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-shopLocationCarousel__arrow.-prev {
    left: 0;
  }
}

@media all and (min-width: 769px) {
  .p-shopLocationCarousel__arrow.-next {
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-shopLocationCarousel__arrow.-next {
    right: 0;
  }
}

@media all and (min-width: 769px) {
  .p-shopSearch {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .p-shopSearch {
    background-color: #A8050E;
    padding-bottom: 10px;
    padding-top: 50px;
  }
}

@media all and (min-width: 769px) {
  .p-shopSearch::before {
    background-color: #A8050E;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: -1;
  }
}

@media all and (min-width: 769px) {
  .p-shopSearch::after {
    background-color: #FBF2F2;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: -1;
  }
}

.p-shopSearch.-reSearch {
  background-color: #FBF2F2;
  padding-top: 55px;
}

@media all and (min-width: 769px) {
  .p-shopSearch.-reSearch {
    height: 469px;
  }
}

@media all and (min-width: 769px) {
  .p-shopSearch__multiCols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media all and (min-width: 769px) {
  .p-shopSearch__colLeft {
    flex-basis: 310px;
    max-width: 310px;
    padding-top: 60px;
  }
}

.p-shopSearch__colRight {
  background-color: #FBF2F2;
}

@media all and (min-width: 769px) {
  .p-shopSearch__colRight {
    flex-basis: 630px;
    max-width: 630px;
    padding-bottom: 50px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .p-shopSearch__colRight {
    border-radius: 4px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 35px;
    padding: 30px 20px 25px 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
  .p-shopSearch__header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .p-shopSearch__header {
    margin-left: auto;
    padding-right: 50px;
  }
}

.p-shopSearch__heading {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 12px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-shopSearch__heading {
    text-align: center;
  }
}

.p-shopSearch__heading::before {
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}

@media screen and (max-width: 768px) {
  .p-shopSearch__heading::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-shopSearch__reSearchHeading {
  border-bottom: 1px solid #A8050E;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}

.p-shopSearch__txt {
  color: #FFF;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 35px;
}

.p-shopSearch__body {
  background-color: #FBF2F2;
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
  .p-shopSearch__body {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .p-shopSearch__body {
    margin-right: auto;
    padding-left: 60px;
  }
}

.p-shopSearch__body.-reSearch {
  flex-basis: 100%;
  max-width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-shopSearch__body.-reSearch {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
  }
}

@media all and (min-width: 769px) {
  .p-shopSearch__body.-reSearch {
    padding-left: 0;
    position: relative;
  }
}

.p-shopSearch__mapBtn {
  align-items: center;
  background-color: #FFF;
  border: 1px solid #15801D;
  border-radius: 4px;
  color: #15801D;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: .2s;
  width: 490px;
}

@media screen and (max-width: 768px) {
  .p-shopSearch__mapBtn {
    width: 100%;
  }
}

@media all and (min-width: 769px) {
  .p-shopSearch__mapBtn:hover {
    background-color: #E7F2E8;
  }
}

.p-shopSearch__mapBtn i {
  margin-right: 10px;
}

.p-shopSearch__keyword {
  display: flex;
  max-width: 420px;
}

.p-shopSearch__keyword input[type="text"] {
  border: 1px solid #D3D3D3;
  border-radius: 4px 0 0 4px / 4px 0 0 4px;
  border-right: none;
  flex-basis: calc(100% - 80px);
  font-size: 16px;
  height: 50px;
  max-width: calc(100% - 80px);
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  .p-shopSearch__keyword input[type="text"] {
    flex-basis: calc(100% - 70px);
    max-width: calc(100% - 70px);
  }
}

.p-shopSearch__keyword input[type="text"]:hover {
  border-color: #7A7A7A;
}

.p-shopSearch__keyword input[type="text"]:focus {
  border-color: #15801D;
}

.p-shopSearch__keyword input[type="submit"] {
  background-color: #A8050E;
  border-radius: 0 4px 4px 0 / 0 4px 4px 0;
  color: #FFF;
  flex-basis: 80px;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  max-width: 80px;
}

@media screen and (max-width: 768px) {
  .p-shopSearch__keyword input[type="submit"] {
    flex-basis: 70px;
    max-width: 70px;
  }
}

.p-shopSearch__areaList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -12px;
}

@media screen and (max-width: 768px) {
  .p-shopSearch__areaList {
    justify-content: space-between;
    margin-bottom: -10px;
  }
}

.p-shopSearch__areaList li {
  flex-basis: 162px;
  margin-bottom: 12px;
  max-width: 162px;
}

@media screen and (max-width: 768px) {
  .p-shopSearch__areaList li {
    flex-basis: calc(50% - 5px);
    margin-bottom: 10px;
    max-width: calc(50% - 5px);
  }
}

@media all and (min-width: 769px) {
  .p-shopSearch__areaList li {
    margin-left: 12px;
  }
}

.p-shopSearch__areaList li:nth-child(3n+1) {
  margin-left: 0;
}

@media all and (min-width: 769px) {
  .p-shopSearch__area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-shopSearch__area select {
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  font-size: 16px;
  height: 50px;
  padding-left: 20px;
  width: 100%;
}

.p-shopSearch__area input[type="button"] {
  background-color: #A8050E;
  border-radius: 4px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .p-shopSearch__area input[type="button"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 200px;
  }
}

@media all and (min-width: 769px) {
  .p-shopSearch__area input[type="button"] {
    flex-basis: 210px;
    max-width: 210px;
  }
}

@media all and (min-width: 769px) {
  .p-shopSearch__area input[type="button"].-absolute {
    bottom: 30px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 210px;
  }
}

@media all and (min-width: 769px) {
  .p-shopSearch__railway {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-shopSearch__railway select {
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  font-size: 16px;
  height: 50px;
  padding-left: 20px;
  width: 100%;
}

.p-shopSearch__railway input[type="button"] {
  background-color: #A8050E;
  border-radius: 4px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .p-shopSearch__railway input[type="button"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 200px;
  }
}

@media all and (min-width: 769px) {
  .p-shopSearch__railway input[type="button"] {
    flex-basis: 200px;
    max-width: 200px;
  }
}

@media all and (min-width: 769px) {
  .p-shopSearch__railway input[type="button"].-absolute {
    bottom: 30px;
    flex-basis: 210px;
    left: 50%;
    max-width: 210px;
    position: absolute;
    transform: translateX(-50%);
    width: 210px;
  }
}

.p-shopSearch__select {
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-shopSearch__select {
    width: 100%;
  }
}

@media all and (min-width: 769px) {
  .p-shopSearch__select {
    flex-basis: 300px;
    max-width: 300px;
  }
}

.p-shopSearch__select::before {
  color: #A6A6A6;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.p-shopSearch__select + .p-shopSearch__select {
  margin-top: 10px;
}

.p-shopSearch__toAllShop {
  margin-top: 60px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-shopSearch__toAllShop {
    margin-top: 30px;
  }
}

@media all and (min-width: 769px) {
  .p-shopSearch__toAllShop.-absolute {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
}

.p-shopSearch__toAllShop + .p-shopSearch__toAllShop {
  margin-top: 30px;
}

.p-shopSearch__toAllShop a {
  color: #A8050E;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .p-shopSearch__toAllShop a:hover::before {
    transform: scale(1);
  }
}

@media all and (min-width: 769px) {
  .p-shopSearch__toAllShop a::before {
    background-color: #A8050E;
    bottom: -7px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: left;
    transition: .3s;
    width: 100%;
  }
}

.p-shopSearch__toAllShop a i {
  font-size: 10px;
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .p-shopSearch__toAllShop a.-shinen {
    margin-right: 14px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .p-shopSearch__toAllShop a.-shinen i {
    margin-left: 0;
    position: absolute;
    right: -14px;
    top: 15px;
  }
}

.p-shopSearch__freeShipping {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 30px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-shopSearch__freeShipping {
    line-height: 1.428;
    margin-top: 25px;
    position: relative;
  }
}

.p-shopSearch__freeShipping a {
  color: #15801D;
}

.p-shopSearch__freeShipping a:hover {
  color: #15801D;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .p-shopSearch__freeShipping a {
    display: inline-block;
    margin-right: 14px;
  }
}

.p-shopSearch__freeShipping i {
  color: #ff2116;
}

@media screen and (max-width: 768px) {
  .p-shopSearch__freeShipping i {
    bottom: 2px;
    margin-left: 0;
    position: absolute;
    right: 0;
  }
}

.p-shopSearch__spacer {
  margin-top: -55px;
  padding-top: calc(55px + 40px);
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-shopSearch__spacer {
    margin-top: -51px;
    padding-top: calc(51px + 40px);
  }
}

.p-shopSearchPanel {
  background-color: #FFF;
  border-radius: 4px;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .p-shopSearchPanel {
    padding: 25px 20px 20px 20px;
  }
}

.p-shopSearchPanel.-transparent {
  background-color: transparent;
  margin-bottom: 50px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .p-shopSearchPanel.-transparent {
    margin-bottom: 30px;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-shopSearchPanel.-map {
    margin-bottom: 20px;
    margin-top: 25px !important;
    padding: 0;
  }
}

@media all and (min-width: 769px) {
  .p-shopSearchPanel.-map {
    left: 0;
    margin-top: 0 !important;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    top: 65px;
    width: 340px;
  }
}

@media all and (min-width: 769px) {
  .p-shopSearchPanel.-keyword {
    left: 0;
    margin-top: 0 !important;
    position: absolute;
    top: 196px;
    width: 340px;
  }
}

.p-shopSearchPanel.-area {
  position: relative;
}

@media all and (min-width: 769px) {
  .p-shopSearchPanel.-area {
    height: 286px;
    left: 370px;
    margin-top: 0 !important;
    position: absolute;
    top: 65px;
    width: 270px;
  }
}

.p-shopSearchPanel.-railway {
  position: relative;
}

@media all and (min-width: 769px) {
  .p-shopSearchPanel.-railway {
    height: 286px;
    margin-top: 0 !important;
    position: absolute;
    right: 0;
    top: 65px;
    width: 270px;
  }
}

.p-shopSearchPanel + .p-shopSearchPanel {
  margin-top: 20px;
}

.p-shopSearchPanel__heading {
  border-left: 3px solid #A8050E;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .p-shopSearchPanel__heading {
    font-weight: 500;
  }
}

.p-shopSearchPanel__heading + * {
  margin-top: 25px;
}

.p-shopSummary {
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
  transition: .3s;
}

.p-shopSummary.-location {
  border: 1px solid #E5E5E5;
  box-shadow: none;
}

@media all and (min-width: 769px) {
  .p-shopSummary:hover {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
  }
}

@media all and (min-width: 769px) {
  .p-shopSummary:hover .p-shopSummary__toDetail span::before {
    transform: scale(1);
  }
}

.p-shopSummary__header {
  border-bottom: 1px solid #E5E5E5;
  padding: 30px;
}

.p-shopSummary__name {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 28px;
  position: relative;
}

.p-shopSummary__name i {
  color: #A8050E;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 4px;
}

.p-shopSummary__name i.-consignment-sale {
  color: #b8a900;
}

.p-shopSummary__tag {
  display: flex;
  margin-top: 15px;
  padding-left: 30px;
}

.p-shopSummary__label {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.p-shopSummary__label.-only-part {
  background-color: #fdf2ef;
  color: #ed8062;
}

.p-shopSummary__label.-consignment-sale {
  background-color: #f8f6e4;
  color: #b8a900;
}

.p-shopSummary__body {
  padding: 30px 30px 30px 40px;
  position: relative;
}

@media all and (min-width: 769px) {
  .p-shopSummary__body {
    padding-bottom: 82px;
  }
}

@media screen and (max-width: 768px) {
  .p-shopSummary__body {
    padding-bottom: 0;
  }
}

.p-shopSummary__spec div {
  position: relative;
}

.p-shopSummary__spec div + div {
  margin-top: 15px;
}

.p-shopSummary__spec dt {
  color: #4E4E4E;
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
}

.p-shopSummary__spec dd {
  color: #4E4E4E;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 5em;
}

.p-shopSummary__spec dd p {
  color: #7A7A7A;
  font-size: 14px;
}

.p-shopSummary__toDetail {
  margin-top: 35px;
  text-align: right;
}

@media all and (min-width: 769px) {
  .p-shopSummary__toDetail {
    bottom: 30px;
    margin-top: 0;
    position: absolute;
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-shopSummary__toDetail {
    margin-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
  }
}

.p-shopSummary__toDetail span {
  color: #A8050E;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .p-shopSummary__toDetail span:hover::before {
    transform: scale(1);
  }
}

@media all and (min-width: 769px) {
  .p-shopSummary__toDetail span::before {
    background-color: #A8050E;
    bottom: -10px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: left;
    transition: .3s;
    width: 100%;
  }
}

.p-shopSummary__toDetail span i {
  font-size: 12px;
  margin-left: 10px;
}

.p-sitemap {
  padding-bottom: 80px;
  padding-top: 65px;
}

@media screen and (max-width: 768px) {
  .p-sitemap {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.p-sitemap__mainList + .p-sitemap__mainList {
  border-top: 1px dashed #E5E5E5;
  margin-top: 30px;
  padding-top: 30px;
}

.p-sitemap__mainList > li > a {
  color: #222;
  font-size: 16px;
}

.p-sitemap__mainList > li > a:hover {
  color: #15801D;
  text-decoration: none;
}

.p-sitemap__subList {
  margin-left: 20px;
}

@media all and (min-width: 769px) {
  .p-sitemap__subList {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-sitemap__subList li {
  margin-top: 20px;
}

@media all and (min-width: 769px) {
  .p-sitemap__subList li {
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .p-sitemap__subList li {
    margin-top: 30px;
  }
}

.p-sitemap__subList li::before {
  color: #222;
  content: '- ';
  font-size: 16px;
}

.p-sitemap__subList li a {
  color: #222;
  font-size: 16px;
  padding-left: 4px;
}

.p-sitemap__subList li a:hover {
  color: #15801D;
  text-decoration: none;
}

.p-sitemap__subList li a i {
  color: #15801D;
  padding-left: 4px;
}

.p-sitemap__relatedListList {
  border-top: 1px dashed #E5E5E5;
  margin-top: 30px;
  padding-top: 10px;
}

@media all and (min-width: 769px) {
  .p-sitemap__relatedListList {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-sitemap__relatedListList > li {
  margin-top: 20px;
}

@media all and (min-width: 769px) {
  .p-sitemap__relatedListList > li {
    flex-basis: 25%;
    max-width: 25%;
  }
}

.p-sitemap__relatedListList > li > a {
  color: #222;
  font-size: 16px;
}

.p-sitemap__relatedListList > li > a:hover {
  color: #15801D;
  text-decoration: none;
}

.p-sitemap__relatedListList > li > a i {
  color: #15801D;
  padding-left: 4px;
}

.c-breadcrumb {
  display: flex;
  left: 60px;
  position: absolute;
  top: 80px;
}

.c-breadcrumb.-white li {
  color: #FFF;
}

.c-breadcrumb.-white li + li::before {
  color: rgba(255, 255, 255, 0.6);
}

.c-breadcrumb.-white li a {
  color: #FFF;
}

.c-breadcrumb.-black li {
  color: #000;
}

.c-breadcrumb.-black li + li::before {
  color: rgba(0, 0, 0, 0.6);
}

.c-breadcrumb.-black li a {
  color: #000;
}

.c-breadcrumb li {
  font-size: 12px;
}

.c-breadcrumb li + li {
  margin-left: 25px;
  position: relative;
}

.c-breadcrumb li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  left: -15px;
  position: absolute;
  text-align: center;
  top: 1px;
}

@media all and (min-width: 769px) {
  .c-breadcrumb li a:hover {
    text-decoration: none;
  }
}

.c-btn01 {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

.c-btn01::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  right: 10px;
  text-align: center;
}

@media all and (min-width: 769px) {
  .c-btn01:hover::before {
    -webkit-animation-duration: 1.4s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: icon-wobble-horizontal;
    -webkit-animation-timing-function: ease-in-out;
    animation-duration: 1.4s;
    animation-iteration-count: 1;
    animation-name: icon-wobble-horizontal;
    animation-timing-function: ease-in-out;
  }
}

.c-btn01.-fillRed {
  background-color: #A8050E;
  color: #FFF;
}

@media all and (min-width: 769px) {
  .c-btn01.-fillRed:hover {
    background-color: #B9373E;
  }
}

.c-btn01.-borderRed {
  background-color: #FFF;
  border-color: #A8050E;
  color: #A8050E;
}

@media all and (min-width: 769px) {
  .c-btn01.-borderRed:hover {
    background-color: #F6E5E6;
  }
}

.c-btn02 {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

.c-btn02::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 12px;
}

@media all and (min-width: 769px) {
  .c-btn02:hover::before {
    -webkit-animation-duration: 1.4s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: icon-wobble-horizontal;
    -webkit-animation-timing-function: ease-in-out;
    animation-duration: 1.4s;
    animation-iteration-count: 1;
    animation-name: icon-wobble-horizontal;
    animation-timing-function: ease-in-out;
  }
}

.c-btn02.-fillRed {
  background-color: #A8050E;
  color: #FFF;
}

@media all and (min-width: 769px) {
  .c-btn02.-fillRed:hover {
    background-color: #B9373E;
  }
}

.c-btn02.-borderRed {
  background-color: #FFF;
  border-color: #A8050E;
  color: #A8050E;
}

@media all and (min-width: 769px) {
  .c-btn02.-borderRed:hover {
    background-color: #F6E5E6;
  }
}

.c-btn02.-external::before {
  content: "\f35d";
}

@media all and (min-width: 769px) {
  .c-container {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
  }
}

@media screen and (max-width: 768px) {
  .c-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-doc {
  padding-bottom: 75px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .c-doc {
    padding-bottom: 50px;
    padding-top: 45px;
  }
}

.c-doc__heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.c-doc__heading + .c-doc__txt {
  margin-top: 15px;
}

.c-doc__heading + .c-doc__itemize {
  margin-top: 15px;
}

.c-doc__txt {
  font-size: 16px;
  line-height: 1.75;
}

.c-doc__txt + .c-doc__txt {
  margin-top: 15px;
}

.c-doc__txt + .c-doc__heading {
  margin-top: 40px;
}

.c-doc__itemize + .c-doc__heading {
  margin-top: 40px;
}

.c-doc__itemize + .c-doc__txt {
  margin-top: 15px;
}

.c-doc__itemize li {
  font-size: 16px;
  line-height: 1.75;
  padding-left: 1em;
  position: relative;
}

.c-doc__itemize li::before {
  content: '・';
  left: 0;
  position: absolute;
  top: 0;
}

.c-heading01, .p-news__body h2, .p-product__freeArea h1, .p-shop__freeArea h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
  text-align: center;
}

.c-heading01::before, .p-news__body h2::before, .p-product__freeArea h1::before, .p-shop__freeArea h1::before {
  background-color: #A8050E;
  bottom: -15px;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}

.c-heading02, .p-news__body h3, .p-product__freeArea h2, .p-shop__freeArea h2 {
  border-bottom: 1px solid #A8050E;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 10px;
}

.c-heading03, .p-news__body h4, .p-product__freeArea h3, .p-shop__freeArea h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
}

.c-heading03::before, .p-news__body h4::before, .p-product__freeArea h3::before, .p-shop__freeArea h3::before {
  background-color: #A8050E;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 3.5px;
  width: 3px;
}

.c-label {
  align-items: center;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  padding-left: 10px;
  padding-right: 10px;
}

.c-label.-new {
  background-color: #cd696e;
}

.c-label.-limited-time {
  background-color: #72b377;
}

.c-label.-reservation {
  background-color: #ed8062;
}

.c-label.-exclusive {
  background-color: #749f94;
}

.c-label.-renewal {
  background-color: #d4cb66;
}

.c-label.-shop {
  background-color: #E3F1E4;
  color: #72B377;
}

.c-label.-product {
  background-color: #FCEED5;
  color: #E8A539;
}

.c-label.-product {
  background-color: #FCEED5;
  color: #E8A539;
}

.c-label.-important-news {
  background-color: #FEE6DE;
  color: #ED8062;
}

.c-label.-event {
  background-color: #DDF0FB;
  color: #5DB3E0;
}

.c-label.-campaign {
  background-color: #F6EBFD;
  color: #CE9BE8;
}

.c-lead {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

.c-pageHero {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 300px;
  justify-content: center;
}

.c-pageHero.-news {
  background-image: url(/asset/img/c/page-hero/news.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-news {
    background-image: url(/asset/img/c/page-hero/news-sp.jpg);
  }
}

.c-pageHero.-product {
  background-image: url(/asset/img/c/page-hero/product.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-product {
    background-image: url(/asset/img/c/page-hero/product-sp.jpg);
  }
}

.c-pageHero.-shiumai {
  background-image: url(/asset/img/c/page-hero/shiumai.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-shiumai {
    background-image: url(/asset/img/c/page-hero/shiumai-sp.jpg);
  }
}

.c-pageHero.-obento {
  background-image: url(/asset/img/c/page-hero/obento.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-obento {
    background-image: url(/asset/img/c/page-hero/obento-sp.jpg);
  }
}

.c-pageHero.-catalog {
  background-image: url(/asset/img/c/page-hero/catalog.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-catalog {
    background-image: url(/asset/img/c/page-hero/catalog-sp.jpg);
  }
}

.c-pageHero.-gift {
  background-image: url(/asset/img/c/page-hero/gift.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-gift {
    background-image: url(/asset/img/c/page-hero/gift-sp.jpg);
  }
}

.c-pageHero.-nikuman {
  background-image: url(/asset/img/c/page-hero/nikuman.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-nikuman {
    background-image: url(/asset/img/c/page-hero/nikuman-sp.jpg);
  }
}

.c-pageHero.-geppei {
  background-image: url(/asset/img/c/page-hero/geppei.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-geppei {
    background-image: url(/asset/img/c/page-hero/geppei-sp.jpg);
  }
}

.c-pageHero.-retort {
  background-image: url(/asset/img/c/page-hero/retort.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-retort {
    background-image: url(/asset/img/c/page-hero/retort-sp.jpg);
  }
}

.c-pageHero.-namamen {
  background-image: url(/asset/img/c/page-hero/namamen.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-namamen {
    background-image: url(/asset/img/c/page-hero/namamen-sp.jpg);
  }
}

.c-pageHero.-appetizer {
  background-image: url(/asset/img/c/page-hero/appetizer.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-appetizer {
    background-image: url(/asset/img/c/page-hero/appetizer-sp.jpg);
  }
}

.c-pageHero.-dumpling {
  background-image: url(/asset/img/c/page-hero/dumpling.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-dumpling {
    background-image: url(/asset/img/c/page-hero/dumpling-sp.jpg);
  }
}

.c-pageHero.-seasoning {
  background-image: url(/asset/img/c/page-hero/seasoning.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-seasoning {
    background-image: url(/asset/img/c/page-hero/seasoning-sp.jpg);
  }
}

.c-pageHero.-goods {
  background-image: url(/asset/img/c/page-hero/goods.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-goods {
    background-image: url(/asset/img/c/page-hero/goods-sp.jpg);
  }
}

.c-pageHero.-gift_certificate {
  background-image: url(/asset/img/c/page-hero/gift-certificate.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-gift_certificate {
    background-image: url(/asset/img/c/page-hero/gift-certificate-sp.jpg);
  }
}

.c-pageHero.-shop01 {
  background-image: url(/asset/img/c/page-hero/shop-01.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-shop01 {
    background-image: url(/asset/img/c/page-hero/shop-01-sp.jpg);
  }
}

.c-pageHero.-shop02 {
  background-image: url(/asset/img/c/page-hero/shop-02.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-shop02 {
    background-image: url(/asset/img/c/page-hero/shop-02-sp.jpg);
  }
}

.c-pageHero.-shop03 {
  background-image: url(/asset/img/c/page-hero/shop-03.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-shop03 {
    background-image: url(/asset/img/c/page-hero/shop-03-sp.jpg);
  }
}

.c-pageHero.-shop04 {
  background-image: url(/asset/img/c/page-hero/shop-04.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-shop04 {
    background-image: url(/asset/img/c/page-hero/shop-04-sp.jpg);
  }
}

.c-pageHero.-company {
  background-image: url(/asset/img/c/page-hero/company.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-company {
    background-image: url(/asset/img/c/page-hero/company-sp.jpg);
  }
}

.c-pageHero.-history {
  background-image: url(/asset/img/c/page-hero/history.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-history {
    background-image: url(/asset/img/c/page-hero/history-sp.jpg);
  }
}

.c-pageHero.-rental {
  background-image: url(/asset/img/c/page-hero/rental.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-rental {
    background-image: url(/asset/img/c/page-hero/rental-sp.jpg);
  }
}

.c-pageHero.-hyo {
  background-image: url(/asset/img/c/page-hero/hyo.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-hyo {
    background-image: url(/asset/img/c/page-hero/hyo-sp.jpg);
  }
}

.c-pageHero.-factory {
  background-image: url(/asset/img/c/page-hero/factory.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-factory {
    background-image: url(/asset/img/c/page-hero/factory-sp.jpg);
  }
}

.c-pageHero.-recruit {
  background-image: url(/asset/img/c/page-hero/recruit.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-recruit {
    background-image: url(/asset/img/c/page-hero/recruit-sp.jpg);
  }
}

.c-pageHero.-doc {
  background-image: url(/asset/img/c/page-hero/doc.jpg);
}

@media screen and (max-width: 768px) {
  .c-pageHero.-doc {
    background-image: url(/asset/img/c/page-hero/doc-sp.jpg);
  }
}

.c-pageHero__icon {
  color: #FFF;
  font-size: 32px;
  text-align: center;
}

.c-pageHero__icon + * {
  margin-top: 16px;
}

.c-pageHero__ttl {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.c-pageHero__ttl + * {
  margin-top: 15px;
}

.c-pageHero__txt {
  color: #FFF;
  font-size: 18px;
  text-align: center;
}

.c-pager .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .c-pager .wp-pagenavi {
    justify-content: space-between;
  }
}

.c-pager .wp-pagenavi a,
.c-pager .wp-pagenavi span {
  align-items: center;
  background-color: #E8E8E8;
  border-radius: 4px;
  color: #222;
  display: flex;
  flex-basis: 36px;
  font-size: 16px;
  height: 42px;
  justify-content: center;
  max-width: 36px;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .c-pager .wp-pagenavi a,
  .c-pager .wp-pagenavi span {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .c-pager .wp-pagenavi a,
  .c-pager .wp-pagenavi span {
    flex-basis: 42px;
    font-size: 18px;
    height: 49px;
    max-width: 42px;
  }
}

.c-pager .wp-pagenavi a.current,
.c-pager .wp-pagenavi span.current {
  background-color: #7A7A7A;
  color: #FFF;
}

.c-panel {
  background-color: #F8F6E5;
  border-radius: 4px;
  padding-top: 40px;
}

.c-panel__inner {
  background-color: #FFF;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  margin-top: 35px;
}

.c-pressreleaseSummary a {
  color: #222;
  font-size: 16px;
  line-height: 1.75;
}

.c-pressreleaseSummary a:hover {
  color: #15801D;
  text-decoration: none;
}

.c-pressreleaseSummary i {
  color: #FF2116;
  font-size: 16px;
  margin-left: 10px;
}

.c-pressreleaseSummary__date {
  color: #7A7A7A;
  font-size: 14px;
  margin-bottom: 15px;
}

.c-reShopSearch {
  background-color: #FBF2F2;
  padding-bottom: 60px;
  padding-top: 55px;
}

@media all and (min-width: 769px) {
  .c-reShopSearch {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .c-reShopSearch {
    padding-bottom: 50px;
    padding-top: 45px;
  }
}

.c-scrollTable {
  overflow: auto;
  white-space: nowrap;
}

.c-scrollTable::-webkit-scrollbar {
  height: 5px;
}

.c-scrollTable::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.c-scrollTable::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.c-scrollTable table {
  border: 1px solid #E5E5E5;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.c-scrollTable table th {
  background-color: #A8050E;
  border: 1px solid #E5E5E5;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  padding: 16px;
  text-align: left;
  vertical-align: middle;
}

.c-scrollTable table td {
  border: 1px solid #E5E5E5;
  font-size: 16px;
  line-height: 1.75;
  padding: 16px;
  width: calc(100% - $spec_table_th_width);
}

.c-specTable, .p-news__body table {
  border: 1px solid #E5E5E5;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

.c-specTable > tbody > tr:first-child th, .p-news__body table > tbody > tr:first-child th {
  border-radius: 4px 0 0 0;
}

@media screen and (max-width: 768px) {
  .c-specTable > tbody > tr:first-child th, .p-news__body table > tbody > tr:first-child th {
    border-radius: 4px 4px 0 0;
  }
}

.c-specTable > tbody > tr:last-child th, .p-news__body table > tbody > tr:last-child th {
  border-bottom: none;
  border-radius: 0 0 0 4px;
}

@media screen and (max-width: 768px) {
  .c-specTable > tbody > tr:last-child th, .p-news__body table > tbody > tr:last-child th {
    border-radius: 0;
  }
}

.c-specTable > tbody > tr:last-child td, .p-news__body table > tbody > tr:last-child td {
  border-bottom: none;
}

.c-specTable > tbody > tr > th, .p-news__body table > tbody > tr > th {
  background-color: #A8050E;
  border-bottom: 1px solid #E5E5E5;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  padding: 24px 30px;
  text-align: left;
  vertical-align: middle;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .c-specTable > tbody > tr > th, .p-news__body table > tbody > tr > th {
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
  }
}

.c-specTable > tbody > tr > td, .p-news__body table > tbody > tr > td {
  border-bottom: 1px solid #E5E5E5;
  font-size: 16px;
  line-height: 1.75;
  padding: 24px 30px;
  width: calc(100% - $spec_table_th_width);
}

@media screen and (max-width: 768px) {
  .c-specTable > tbody > tr > td, .p-news__body table > tbody > tr > td {
    display: block;
    width: 100%;
  }
}

@media all and (min-width: 769px) {
  .c-specTable > tbody > tr > td, .p-news__body table > tbody > tr > td {
    border-left: 1px solid #E5E5E5;
  }
}

* + .c-specTable__heading {
  margin-top: 20px;
}

.c-specTable__heading {
  font-size: 18px;
  font-weight: 500;
}

.c-specTable__heading + * {
  margin-top: 15px;
}

.c-specTable__itemize > li {
  padding-left: 1em;
  position: relative;
}

.c-specTable__itemize > li::before {
  content: '・';
  left: 0;
  position: absolute;
  top: 0;
}

.c-specTable__note > li {
  position: relative;
}

@media all and (min-width: 769px) {
  .c-specTable__note > li {
    padding-left: 1em;
  }
}

.c-specTable__note > li::before {
  content: '※';
}

@media all and (min-width: 769px) {
  .c-specTable__note > li::before {
    left: 0;
    position: absolute;
    top: 0;
  }
}

.c-specTable__emphasis {
  font-weight: 500;
}

.c-summary {
  background-color: #FFF;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  display: block;
  height: 100%;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .c-summary:hover {
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.1);
  }
}

@media all and (min-width: 769px) {
  .c-summary:hover .c-summary__txt {
    color: #15801D;
    text-decoration: none;
  }
}

.c-summary__img img {
  vertical-align: bottom;
}

.c-summary__body {
  padding: 20px 15px;
}

.c-summary__date {
  color: #7A7A7A;
  font-size: 14px;
}

.c-summary__tag {
  display: flex;
  margin-top: 15px;
}

.c-summary__txt {
  color: #222;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 15px;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .c-toOtherArchive {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.c-toOtherArchive__item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media all and (min-width: 769px) {
  .c-toOtherArchive__item {
    flex-basis: 337px;
    max-width: 337px;
  }
}

@media all and (min-width: 769px) {
  .c-toOtherArchive__item + .c-toOtherArchive__item {
    margin-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .c-toOtherArchive__item + .c-toOtherArchive__item {
    margin-top: 30px;
  }
}

.c-toOtherArchive__item label {
  flex-basis: 55px;
  font-size: 18px;
  max-width: 55px;
}

.c-toOtherArchive__select {
  flex-basis: 280px;
  max-width: 280px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-toOtherArchive__select {
    flex-basis: calc(100% - 55px);
    max-width: calc(100% - 55px);
  }
}

.c-toOtherArchive__select::before {
  background-color: #E8E8E8;
  background-image: url(/asset/img/c/to-other-archive/caret-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  border: 1px solid #D3D3D3;
  border-radius: 0 4px 4px 0 / 0 4px 4px 0;
  content: '';
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: -1;
}

.c-toOtherArchive__select select {
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  padding-left: 15px;
  width: 100%;
}

.c-toHome__inner {
  border-top: 3px solid #E5E5E5;
  padding-bottom: 80px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .c-toHome__inner {
    padding-bottom: 50px;
    padding-top: 40px;
  }
}

.c-toHome__btn {
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 769px) {
  .c-toHome__btn {
    width: 240px;
  }
}

.c-txt {
  font-size: 16px;
  line-height: 1.75;
}

@media all and (min-width: 769px) {
  .u-d-n-pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-d-n-sp {
    display: none !important;
  }
}

.u-ta-c {
  text-align: center !important;
}

.u-w-100 {
  width: 100% !important;
}
