/* ============================================================= *

Mainvisual

* ============================================================= */
.p-mainvisual img {
  width: 100%;
}

/* ============================================================= *

News

* ============================================================= */
/* news-list
=============================== */
.p-news-list {
  border-top: 1px solid #fff;
}

.p-news-list__item {
  border-bottom: 1px solid #fff;
}

.p-news-list-link {
  display: flex;
  padding: 1.75em 0;
  transition: all .2s ease-out;
}

.p-news-list-link:hover {
  opacity: .6;
}

.p-news-list-link__head {
  flex-shrink: 0;
  margin-right: 2.85714em;
  padding-top: .1rem;
  font-weight: bold;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: .8;
}

.p-news-list-link__body {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
  font-size: 1.5rem;
}

/* ============================================================= *

News detail

* ============================================================= */
/* news
=============================== */
.p-news {
  display: flex;
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .p-news {
    flex-direction: column;
  }
}

.p-news__main {
  flex-grow: 1;
}

.p-news__sub {
  order: -1;
  flex-shrink: 0;
  width: 19.28571%;
  margin-right: 7.5%;
}

@media screen and (max-width: 767px) {
  .p-news__sub {
    order: 0;
    width: 100%;
    margin-top: 6rem;
    margin-right: 0;
  }
}

/* news-article
=============================== */
.p-news-article__head {
  margin-bottom: 4rem;
}

.p-news-article__body {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
  word-break: break-all;
}

.p-news-article__body a {
  text-decoration: underline;
}

.p-news-article__body a:hover {
  text-decoration: none;
}

.p-news-article__body .wp-block-image {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.p-news-article__title {
  padding: .8em 1.5em;
  background: #971818;
  word-break: break-all;
  font-weight: bold;
  font-size: 2rem;
}

.p-news-article__date {
  display: block;
  /* -0.375em for line-height offset */
  margin-top: .625em;
  margin-bottom: -.375em;
  font-size: 1.4rem;
}

/* news-pager
=============================== */
.p-news-pager {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}

.p-news-pager__item._prev {
  margin-right: auto;
}

.p-news-pager__item._next {
  margin-left: auto;
}

.p-news-pager__item a {
  position: relative;
  display: inline-block;
  margin-right: 1.8rem;
  padding-bottom: .375em;
  border-bottom: 1px solid;
  color: #fff;
}

.p-news-pager__item a:hover {
  border-bottom-color: rgba(229, 0, 18, 0);
}

.p-news-pager__item a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .6em;
  left: calc(100% + 1rem);
  display: block;
  width: .7rem;
  height: .7rem;
  margin: auto 0;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

.p-news-pager__item._prev a {
  margin-right: 0;
  margin-left: 1.8rem;
}

.p-news-pager__item._prev a:after {
  right: calc(100% + 1rem);
  left: auto;
  transform: rotate(-135deg);
}

/* news-nav
=============================== */
.p-news-nav__head {
  padding-bottom: .5625em;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

.p-news-nav-list {
  border-bottom: 1px solid #fff;
}

.p-news-nav-list__head {
  position: relative;
  overflow: visible;
  width: 100%;
  margin: 0;
  padding: 1.125em 0;
  outline: none;
  border: 0;
  border-radius: 0;
  background: none;
  color: #fff;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  transition: opacity .3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-news-nav-list__head:hover, .p-news-nav-list__head:active, .p-news-nav-list__head:focus {
  opacity: .7;
}

.p-news-nav-list__head:before, .p-news-nav-list__head:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 1.2rem;
  height: 2px;
  margin: auto 0;
  background: #fff;
}

.p-news-nav-list__head:after {
  transition: transform .3s ease;
  transform: rotate(90deg);
}

.p-news-nav-list__head.is-open:after {
  transform: rotate(0deg);
}

.p-news-nav-list__body {
  display: none;
  padding: 2em 0;
  border-top: 1px solid #fff;
}

.p-news-nav-list__item:not(:first-child) {
  margin-top: 2.25em;
}

.p-news-nav-link {
  text-decoration: none;
  font-size: 1.4rem;
}

.p-news-nav-link__head {
  display: block;
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: .625em;
}

.p-news-nav-link__body {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
  text-decoration: underline;
  word-break: break-all;
}

.p-news-nav-link:hover .p-news-nav-link__body {
  text-decoration: none;
}

/* ============================================================= *

Contact

* ============================================================= */
/* contact
=============================== */
.p-contact {
  display: block;
}

.p-contact__head {
  margin-bottom: 6.6rem;
}

.p-contact__foot {
  margin-top: 4.5rem;
}

.p-contact__foot .wpcf7-spinner {
  display: none;
}

.p-contact .wpcf7 form.invalid .wpcf7-response-output,
.p-contact .wpcf7 form.unaccepted .wpcf7-response-output,
.p-contact .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  text-align: center;
  color: #e50012;
}

.p-contact .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  text-align: center;
}

/* contact-field
=============================== */
.p-contact-field__item {
  display: flex;
  padding: 2.4rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, .13333);
}

@media screen and (max-width: 767px) {
  .p-contact-field__item {
    flex-direction: column;
  }
}

.p-contact-field__head {
  flex-shrink: 0;
  width: 13.75em;
  padding-right: 1em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-contact-field__head {
    width: 100%;
    margin-bottom: .25em;
  }
}

.p-contact-field__head em {
  display: inline-block;
  padding-left: .5em;
  color: #e50012;
  font-size: .875em;
}

.p-contact-field__body {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  width: 100%;
}

.p-contact-field__body .wpcf7-form-control-wrap {
  width: 100%;
}

.p-contact-field__body > *:not(:last-child) {
  margin-right: 2.25em;
}

/* contact-input
=============================== */
.p-contact-input {
  width: 100%;
  max-width: 100%;
  padding: .375em .5em;
  outline: none;
  border: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, .045);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-contact-input._short {
  width: 25em;
}

.p-contact-input:focus {
  background: rgba(0, 0, 0, .1);
}

/* contact-textarea
=============================== */
.p-contact-textarea {
  width: 100%;
  height: 21.25em;
  padding: .375em .5em;
  outline: none;
  border: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, .045);
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-contact-textarea:focus {
  background: rgba(0, 0, 0, .1);
}

/* contact-radio
=============================== */
.p-contact-radio {
  display: flex;
  align-items: center;
}

.p-contact-radio input {
  flex-shrink: 0;
  margin-right: .4em;
}

/* contact-checkbox
=============================== */
.p-contact-checkbox {
  display: flex;
  align-items: center;
}

.p-contact-checkbox input {
  display: block;
  flex-shrink: 0;
  margin-right: .4em;
}

/* contact-btn
=============================== */
.p-contact div.wpcf7cp-btns {
  margin-top: 4em;
  display: flex;
  justify-content: center;
  gap: 40px;
}

@media screen and (max-width: 560px) {
  .p-contact div.wpcf7cp-btns {
    gap: 20px;
  }
}

.p-contact .wpcf7cp-form-hide {
  display: none;
}

.p-contact div#wpcf7cpcnf {
  position: relative;
}

/* ============================================================= *

Privacy Policy

* ============================================================= */
/* privacy-block
=============================== */
.p-privacy-block:not(:first-child) {
  margin-top: 5rem;
}

.p-privacy-block__head {
  margin-bottom: 3rem;
}

/* privacy-list
=============================== */
.p-privacy-list {
  padding-left: 1.5em;
  list-style-type: decimal;
}

.p-privacy-list__item {
  list-style-position: outside;
  list-style-type: decimal;
}

.p-privacy-list__item + .p-privacy-list__item {
  margin-top: 4rem;
}

.p-privacy-list__item::marker {
  font-size: 1.375em;
}

.p-privacy-list__head {
  font-size: 1.375em;
  padding-bottom: 10px;
}

/* privacy-frame
=============================== */
.p-privacy-frame {
  padding: 3rem;
  background: #f6f6f6;
}

.p-privacy-frame:not(:first-child) {
  margin-top: 4.2rem;
}

/* privacy-sign
=============================== */
.p-privacy-sign {
  margin-top: 8rem;
  font-size: 0.875em;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 560px) {
  .p-privacy-sign {
    text-align: right;
  }
}


/* ============================================================= *

Company

* ============================================================= */
/* company-sign
=============================== */
.p-company-sign {
  font-size: 1.25em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 1.5625em;
}

.p-company-sign span {
  font-size: 1.5em;
  padding-left: .5em;
}

@media screen and (max-width: 560px) {
  .p-company-sign {
    font-size: 1em;
  }
}

.p-company-apply {
  text-align: center;
  font-size: 1.375em;
}

.p-company-apply a {
  text-decoration: underline;
}

.p-company-apply a:hover {
  text-decoration: none;
}

/* ============================================================= *

Store

* ============================================================= */
/* store-grid
=============================== */
.p-store-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 560px) {
  .p-store-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-store-grid__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
}

/* store-block
=============================== */
.p-store-block {
  display: flex;
  overflow: hidden;
  flex-flow: column;
}

.p-store-block__main {
  padding: 1.5em;
  margin-top: -.36667em;
  margin-bottom: -.36667em;
  font-size: .9375em;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media screen and (max-width: 560px) {
  .p-store-block__main {
    font-size: 1.2em;
  }
}

.p-store-block__head {
  font-size: 1.1875em;
  font-weight: 600;
  padding-bottom: .5em;
}

.p-store-block__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.p-store-block__comment {
  color: #006535;
  font-weight: 600;
  padding-top: 1em;
  text-align: justify;
}

/* store-caution
=============================== */
.p-store-caution {
  text-align: center;
  font-size: 0.875em;
  padding-top: 3.75em;
}