/* Theme Name: custom */
*, *::before, *::after {
  box-sizing: border-box;
}

article, aside, footer, header, nav, section, figcaption, figure, main, canvas, time {
  display: block;
}

button, input, optgroup, select, textarea, figure {
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, p, blockquote, figure {
  margin: 0;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #221815;
  background-color: #fcfcfc;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 992px) {
  body {
    letter-spacing: 0.04em;
  }
}

body,
button {
  font-family: "Noto Sans JP", sans-serif;
}

.wrapper {
  overflow-x: hidden;
}

.bg-fixed {
  position: fixed;
  height: 100%;
}

.bg-nav {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.wrapper:has(.header-nav-btn.active) .bg-nav {
  opacity: 1;
  visibility: visible;
}

a,
button {
  color: inherit;
  transition: 0.4s;
  text-decoration: none;
}
a:hover,
button:hover {
  opacity: 0.7;
}

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

table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  border: 1px solid #221815;
}

.corners-top {
  background-image: linear-gradient(90deg, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(90deg, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(180deg, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(180deg, #e5e5e5 0%, #e5e5e5 100%);
  background-repeat: no-repeat;
  background-position: left top, right top, left top, right top;
  background-size: 50px 1px, 50px 1px, 1px 50px, 1px 50px;
}

.corners-bottom {
  background-image: linear-gradient(90deg, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(90deg, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(180deg, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(180deg, #e5e5e5 0%, #e5e5e5 100%);
  background-repeat: no-repeat;
  background-position: left bottom, right bottom, left bottom, right bottom;
  background-size: 50px 1px, 50px 1px, 1px 50px, 1px 50px;
}

.corners-both {
  background-image: linear-gradient(90deg, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(90deg, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(180deg, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(180deg, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(90deg, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(90deg, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(180deg, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(180deg, #e5e5e5 0%, #e5e5e5 100%);
  background-repeat: no-repeat;
  background-position: left top, right top, left top, right top, left bottom, right bottom, left bottom, right bottom;
  background-size: 50px 1px, 50px 1px, 1px 50px, 1px 50px, 50px 1px, 50px 1px, 1px 50px, 1px 50px;
}

.corners-bottom + .corners-top,
.corners-bottom + .corners-both,
.corners-both + .corners-top,
.corners-both + .corners-both {
  margin-top: -1px;
}

.corners-frame {
  width: calc(100% - 20px);
  padding: 30px 10px 40px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .corners-frame {
    width: calc(100% - 40px);
    padding: 55px 30px 80px;
  }
}

.header,
.header-inner {
  width: 100%;
  height: 55px;
}
.header {
  position: relative;
}
@media screen and (min-width: 992px) {
  .header,
  .header-inner {
    height: 90px;
  }
}

.header-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  padding-inline: 10px;
  padding-bottom: 10px;
}
.header-nav {
  position: fixed;
  top: 0;
  right: 10px;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .header-nav {
    right: 40px;
    top: 14.4px;
  }
}
@media screen and (min-width: 992px) {
  .header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    padding-inline: 40px;
  }
}

.header-logo {
  font-size: 0;
}

.header-gnav {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-gnav {
    display: flex;
    justify-content: flex-end;
    column-gap: 30px;
    list-style: none;
    padding-left: 0;
    padding-right: 90px;
  }
}

.header-nav-btn {
  display: grid;
  align-content: center;
  row-gap: 6px;
  width: 50px;
  aspect-ratio: 1;
  padding: 0;
  position: relative;
  z-index: 1;
  transition: 0.4s;
  cursor: pointer;
}
.header-nav-btn::before, .header-nav-btn::after,
.header-nav-btn i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e4001a;
}
.header-nav-btn::before, .header-nav-btn::after {
  content: "";
  transition: 0.4s;
}
.header-nav-btn.active {
  top: 10px;
  right: 10px;
}
.header-nav-btn.active::before, .header-nav-btn.active::after {
  content: "";
  position: absolute;
  top: 50%;
}
.header-nav-btn.active::before {
  transform: translateY(-50%) rotate(15deg);
}
.header-nav-btn.active::after {
  transform: translateY(-50%) rotate(-15deg);
}
.header-nav-btn.active i {
  background-color: transparent;
}

.header-menu {
  display: grid;
  justify-content: center;
  row-gap: 30px;
  width: calc(100% - 20px);
  background-color: #fcfcfc;
  padding: 40px 50px 80px;
  position: fixed;
  top: 10px;
  right: 10px;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
@media screen and (min-width: 992px) {
  .header-menu {
    align-items: center;
    grid-template-columns: 1fr auto auto;
    column-gap: 100px;
    width: calc(100% - 40px);
    padding: 60px 80px 80px;
    top: 20px;
    right: 20px;
  }
}
.header-menu.open {
  opacity: 1;
  visibility: visible;
}

.header-menu-logo {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .header-menu-logo {
    text-align: left;
  }
}
.header-menu-logo img {
  width: 114px;
}
@media screen and (min-width: 992px) {
  .header-menu-logo img {
    width: 300px;
  }
}

.header-menu-contact .contact-ttl {
  font-family: "Momo Trust Display", sans-serif;
  font-size: 43px;
  font-weight: normal;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .header-menu-contact .contact-ttl {
    font-size: 50px;
  }
}
.header-menu-contact .contact-btn {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 10px;
  width: 255px;
  min-height: 70px;
  color: #fcfcfc;
  background-color: #221815;
  padding: 15px 20px;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .header-menu-contact .contact-btn {
    width: 290px;
    min-height: 80px;
    font-size: 18px;
    padding: 15px 25px;
    margin-top: 12px;
  }
}
.header-menu-contact .contact-btn::before {
  content: "\f1df";
  font-family: "Material Icons";
  font-weight: bold;
}

.header-menu-list {
  display: grid;
  row-gap: 1em;
  font-family: "Momo Trust Display", sans-serif;
  font-size: 18px;
  font-weight: normal;
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  .header-menu-list {
    font-size: 20px;
  }
}
.header-menu-list li {
  padding-left: 1em;
  position: relative;
}
.header-menu-list li a::before {
  content: "\f1df";
  font-family: "Material Icons";
  font-size: 0.75em;
  font-weight: bold;
  line-height: 2.25;
  position: absolute;
  left: 0;
}

.header-side {
  display: grid;
  justify-items: end;
  row-gap: 10px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 5;
}
@media screen and (min-width: 992px) {
  .header-side {
    row-gap: 30px;
  }
}
.header-side .side-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3px;
  width: 30px;
  min-height: 100px;
  color: #fcfcfc;
  background-color: #221815;
  font-size: 10px;
  border-radius: 5px 0 0 5px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.header-side .side-btn:hover {
  background-color: #e4001a;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .header-side .side-btn {
    width: 50px;
    min-height: 160px;
    column-gap: 6px;
    font-size: 16px;
    border-radius: 10px 0 0 10px;
  }
}
.header-side .side-btn::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header-side .side-btn.side-btn-product::before {
  width: 15px;
  aspect-ratio: 1;
  background-image: url(img/icon-product.png);
}
@media screen and (min-width: 992px) {
  .header-side .side-btn.side-btn-product::before {
    width: 30px;
  }
}
.header-side .side-btn.side-btn-shop::before {
  width: 15px;
  aspect-ratio: 6/5;
  background-image: url(img/icon-shop.png);
}
@media screen and (min-width: 992px) {
  .header-side .side-btn.side-btn-shop::before {
    width: 24px;
  }
}
.header-side .side-btn.side-btn-ec {
  width: 35px;
  min-height: 110px;
  background-color: #e4001a;
  font-size: 11px;
}
.header-side .side-btn.side-btn-ec:hover {
  background-color: #221815;
}
@media screen and (min-width: 992px) {
  .header-side .side-btn.side-btn-ec {
    width: 60px;
    min-height: 180px;
    font-size: 16px;
  }
}
.header-side .side-btn.side-btn-ec::before {
  width: 19px;
  aspect-ratio: 38/33;
  background-image: url(img/icon-cart.png);
  margin-left: 4px;
}
@media screen and (min-width: 992px) {
  .header-side .side-btn.side-btn-ec::before {
    width: 38px;
  }
}

.top-mv .swiper {
  margin-block: 5px;
}
.top-mv .swiper-slide {
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .top-mv .swiper-slide {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "ja en" "img img";
  }
}
.top-mv .swiper-ja {
  display: grid;
  justify-items: start;
  align-content: start;
  row-gap: 4px;
  grid-area: ja;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.75;
}
@media screen and (min-width: 992px) {
  .top-mv .swiper-ja {
    font-size: 20px;
  }
}
.top-mv .swiper-ja mark {
  color: #fcfcfc;
  background-color: #221815;
  padding-inline: 1em;
}
.top-mv .swiper-image {
  height: 350px;
  grid-area: img;
}
@media screen and (min-width: 992px) {
  .top-mv .swiper-image {
    height: 700px;
  }
}
.top-mv .swiper-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-mv .swiper-en {
  grid-area: en;
  font-family: "Momo Trust Display", sans-serif;
  font-size: 43px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 0.9;
}
@media screen and (min-width: 992px) {
  .top-mv .swiper-en {
    font-size: 100px;
  }
}

.top-section {
  width: calc(100% - 20px);
  padding: 10px;
  margin-inline: auto;
}
.top-intro{
    text-align:left;
  }
@media screen and (min-width: 768px) {
  .top-section {
    width: calc(100% - 40px);
    padding: 20px;
  }
  .top-intro{
    text-align:center;
  }
}

.top-row {
  display: grid;
  row-gap: 24px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .top-row {
    grid-template-columns: 200px 1fr;
    column-gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .top-row {
    grid-template-columns: 410px 1fr;
    column-gap: 80px;
    max-width: 1260px;
    max-width: 1320px;
    padding-inline: 60px;
    margin-top: 70px;
    margin-inline: auto;
  }
}
.top-row .top-body {
  max-width: 650px;
}

.top-title {
  font-family: "Momo Trust Display", sans-serif;
  font-size: 43px;
  font-weight: normal;
  line-height: 0.9;
}
@media screen and (min-width: 992px) {
  .top-title {
    font-size: 100px;
  }
}

.top-link {
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .top-link {
    font-size: 16px;
    margin-top: 28px;
  }
}
.top-link a {
  display: inline-block;
  color: #e4001a;
  border-bottom: 1px solid;
  padding-bottom: 11px;
}
@media screen and (min-width: 992px) {
  .top-link a {
    padding-bottom: 15px;
  }
}
.top-link a::after {
  content: "\f1df";
  font-family: "Material Icons";
  font-size: 0.75em;
  font-weight: bold;
  margin-left: 1em;
}

.top-ttl {
  font-size: 21px;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .top-ttl {
    font-size: 28px;
  }
}
.top-ttl span {
  display: inline-block;
}

.top-txt {
  font-size: 15px;
  margin-top: 1em;
  line-height: 2;
}

.top-image {
  width: 100%;
  height: 250px;
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .top-image {
    height: 500px;
    margin-top: 35px;
  }
}
.top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .top-news .top-container {
    display: grid;
    justify-content: start;
    grid-template-columns: auto 1fr;
    column-gap: 50px;
  }
}
@media screen and (min-width: 992px) {
  .top-news .top-container {
    column-gap: 100px;
    max-width: 1320px;
    margin-inline: auto;
  }
}
.top-news .top-head {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .top-news .top-head {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .top-news .top-head {
    padding-left: 60px;
    margin-top: 40px;
  }
}
.top-news .top-body {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .top-news .top-body {
    margin-block: 60px;
  }
}
.top-news .post-loop {
  display: grid;
  row-gap: 20px;
}
.top-news .post-loop .post-link {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-areas: "cat date" "ttl ttl";
  gap: 5px 10px;
  background-color: #f0f0f0;
  padding: 25px 40px 20px 15px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .top-news .post-loop .post-link {
    row-gap: 2px;
    padding: 20px 60px 12px 40px;
  }
}
.top-news .post-loop .post-link::after {
  content: "\f1df";
  font-family: "Material Icons";
  font-size: 1.2em;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .top-news .post-loop .post-link::after {
    right: 20px;
  }
}
.top-news .post-loop .post-cat {
  grid-area: cat;
  color: #fcfcfc;
  background-color: #221815;
  font-size: 14px;
  text-align: center;
  line-height: 1.7142857143;
}
.top-news .post-loop .post-date {
  grid-area: date;
  font-size: 14px;
  line-height: 1.7142857143;
}
.top-news .post-loop .post-ttl {
  grid-area: ttl;
  font-size: 16px;
  line-height: 2;
}

.top-product .top-title {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .top-product .top-title {
    margin-top: 60px;
  }
}
.top-product .product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 15px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .top-product .product-list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .top-product .product-list {
    max-width: 1320px;
    margin-inline: auto;
  }
}
.top-product .product-item {
  padding-block: 20px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .top-product .product-item {
    padding-bottom: 0;
  }
}
.top-product .product-item::before, .top-product .product-item::after {
  content: "";
  width: 50px;
  height: calc(100% + 1px);
  position: absolute;
  bottom: -10px;
  pointer-events: none;
}
.top-product .product-item::before {
  background-image: linear-gradient(90deg, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(180deg, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(90deg, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(180deg, #e5e5e5 0%, #e5e5e5 100%);
  background-repeat: no-repeat;
  background-position: left top, left top, left bottom, left bottom;
  background-size: 50px 1px, 1px 50px, 50px 1px, 1px 50px;
  left: -8px;
}
.top-product .product-item::after {
  background-image: linear-gradient(90deg, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(180deg, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(90deg, #e5e5e5 0%, #e5e5e5 100%), linear-gradient(180deg, #e5e5e5 0%, #e5e5e5 100%);
  background-repeat: no-repeat;
  background-position: right top, right top, right bottom, right bottom;
  background-size: 50px 1px, 1px 50px, 50px 1px, 1px 50px;
  right: -8px;
}
.top-product .product-item:nth-of-type(odd)::before, .top-product .product-item:nth-of-type(even)::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .top-product .product-item::before, .top-product .product-item::after {
    bottom: -20px;
  }
  .top-product .product-item::before {
    left: -15.5px;
  }
  .top-product .product-item::after {
    right: -15.5px;
  }
  .top-product .product-item:nth-of-type(odd)::before, .top-product .product-item:nth-of-type(even)::after {
    content: "";
  }
  .top-product .product-item:nth-of-type(3n+1)::before, .top-product .product-item:nth-of-type(3n)::after {
    content: none;
  }
}
.top-product .product-logo {
  min-height: 60px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .top-product .product-logo {
    min-height: 120px;
  }
}
.top-product .product-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
}
@media screen and (min-width: 992px) {
  .top-product .product-logo img {
    transform: translate(-50%, -50%);
  }
}
.top-product .product-name {
  font-size: 18px;
  font-weight: 800;
  margin-top: 8px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .top-product .product-name {
    font-size: 24px;
    margin-top: 16px;
  }
}
.top-product .product-txt {
  font-size: 15px;
  padding-inline: 10px;
  margin-top: 4px;
  margin-top: 8px;
}
@media screen and (min-width: 992px) {
  .top-product .product-txt {
    padding-inline: 40px;
    margin-top: 12px;
    margin-top: 16px;
    line-height: 2;
  }
}

.breadcrumb {
  display: flex;
  justify-content: flex-end;
  color: #bbb;
  font-size: 10px;
  padding-inline: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .breadcrumb {
    padding-inline: 40px;
    margin-bottom: 20px;
  }
}

.smf-item__col--label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 8px;
}
.smf-item__col--label .smf-item__label {
  margin-right: 10px;
  font-size: 16px;
}
.smf-item__col--label .smf-item__description {
  margin-top: 0;
  background-color: #e4001a;
  color: #fcfcfc;
  font-size: 11px;
  border-radius: 2px;
  padding: 0 4px;
}

.smf-placeholder {
  font-size: 16px;
}

.smf-text-control__control,
.smf-textarea-control__control,
.smf-select-control__control {
  width: 100%;
  padding: 12px;
  font-size: 16px;
}

.smf-select-control__control {
  padding-right: 40px;
}

.smf-checkbox-control {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.smf-checkbox-control input {
  width: 24px;
  height: 24px;
}

.smf-radio-buttons-control__control .smf-label:not(:last-child),
.smf-checkboxes-control__control .smf-label:not(:last-child) {
  margin: 10px 30px 10px 0;
}

.smf-radio-button-control__control,
.smf-checkbox-control__control {
  margin-top: 0;
}

.smf-radio-button-control__label,
.smf-checkbox-control__label {
  font-size: 16px;
}

.smf-action .smf-button-control__control {
  display: block;
  margin-inline: auto;
  border: 1px solid #221815;
  background-image: none;
  background-color: #221815;
  color: #fcfcfc;
  transition: 0.4s;
}
.smf-action .smf-button-control__control:hover {
  opacity: 1;
  background-color: #fcfcfc;
  color: #221815;
}
.smf-action .smf-button-control__control[data-action=back] {
  background-color: #e5e5e5;
  color: #221815;
}
.smf-action .smf-button-control__control[data-action=back]:hover {
  background-color: #fcfcfc;
}

.p-country-name {
  display: none;
}

.smf-sending {
  display: none;
}

.reCAPTCHA,
.reCAPTCHA a {
  color: #e5e5e5;
}

.reCAPTCHA {
  text-align: center;
  font-size: 12px;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

@media screen and (min-width: 768px) {
  .smf-item__col--label {
    min-width: 280px;
    padding-top: 8px;
  }
  .snow-monkey-form[data-screen=confirm] .smf-placeholder {
    padding: 8px 0;
  }
}
.page-slug,
.category-title {
  font-family: "Momo Trust Display", sans-serif;
  font-size: 43px;
  font-weight: normal;
  line-height: 0.9;
}
@media screen and (min-width: 992px) {
  .page-slug,
  .category-title {
    max-width: 1300px;
    font-size: 100px;
    padding-inline: 50px;
    margin-inline: auto;
  }
}

.archive .post-loop {
  display: grid;
  row-gap: 25px;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .archive .post-loop {
    row-gap: 40px;
    max-width: 1300px;
    margin-top: 75px;
    margin-inline: auto;
  }
}
.archive .post-loop .post-wrap {
  position: relative;
}
.archive .post-loop .post-cat {
  width: 140px;
  color: #fcfcfc;
  background-color: #221815;
  font-size: 16px;
  text-align: center;
  line-height: 1.875;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.archive .post-loop .post-link {
  display: grid;
  row-gap: 10px;
  background-color: #f0f0f0;
  padding: 45px 40px 20px 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .archive .post-loop .post-link {
    padding-left: 40px;
    padding-right: 130px;
  }
}
@media screen and (min-width: 992px) {
  .archive .post-loop .post-link {
    align-items: center;
    grid-template-columns: 200px 1fr;
    grid-template-areas: "date ttl" "date txt";
    padding-top: 35px;
    padding-bottom: 45px;
  }
}
.archive .post-loop .post-link::after {
  content: "\f1df";
  font-family: "Material Icons";
  font-size: 1.2em;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .archive .post-loop .post-link::after {
    right: 40px;
  }
}
.archive .post-loop .post-date {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .archive .post-loop .post-date {
    grid-area: date;
  }
}
.archive .post-loop .post-ttl {
  font-size: 20px;
  font-weight: 800;
}
@media screen and (min-width: 992px) {
  .archive .post-loop .post-ttl {
    grid-area: ttl;
    font-size: 24px;
    line-height: 2;
  }
}
.archive .post-loop .post-txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .archive .post-loop .post-txt {
    grid-area: txt;
  }
}

.page:not(.home) .page-container,
.single .page-container {
  display: grid;
  row-gap: 50px;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .page:not(.home) .page-container,
  .single .page-container {
    grid-template-columns: 200px 1fr;
    grid-template-areas: "left right";
    margin-top: 70px;
  }
}
@media screen and (min-width: 992px) {
  .page:not(.home) .page-container,
  .single .page-container {
    grid-template-columns: 280px 1fr;
    max-width: 1300px;
    padding-inline: 50px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .page:not(.home) .category-side,
  .single .category-side {
    grid-area: left;
  }
}
.page:not(.home) .category-ttl,
.single .category-ttl {
  font-family: "Momo Trust Display", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.9;
}
@media screen and (min-width: 992px) {
  .page:not(.home) .category-ttl,
  .single .category-ttl {
    font-size: 30px;
  }
}
.page:not(.home) .category-list,
.single .category-list {
  display: grid;
  row-gap: 20px;
  color: #e4001a;
  list-style: none;
  padding-left: 0;
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .page:not(.home) .category-list,
  .single .category-list {
    row-gap: 22px;
    margin-top: 28px;
  }
}
.page:not(.home) .category-list li a,
.single .category-list li a {
  display: inline-block;
}
.page:not(.home) .category-list li a::before,
.single .category-list li a::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 1em;
  background-image: linear-gradient(0deg, #e4001a 0%, #e4001a 100%), linear-gradient(45deg, transparent 0%, transparent 35%, #e4001a 35%, #e4001a 65%, transparent 65%, transparent 100%), linear-gradient(-45deg, transparent 0%, transparent 35%, #e4001a 35%, #e4001a 65%, transparent 65%, transparent 100%);
  background-repeat: no-repeat;
  background-position: left center, right bottom calc(0.5em - 0.5px), right top calc(0.5em - 0.5px);
  background-size: calc(100% - 1px) 2px, 4px 4px, 4px 4px;
  margin-right: 0.75em;
  vertical-align: middle;
}
.page:not(.home) .category-list li.current a::before,
.single .category-list li.current a::before {
  width: 2em;
}

.page:not(.home) .page-title {
  font-size: 24px;
  font-weight: 900;
  margin-top: 24px;
  line-height: 0.9;
}
@media screen and (min-width: 992px) {
  .page:not(.home) .page-title {
    max-width: 1300px;
    font-size: 32px;
    padding-inline: 50px;
    margin-top: 32px;
    margin-inline: auto;
  }
}
.page:not(.home) .page-content {
  container-type: inline-size;
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .page:not(.home) .page-content {
    grid-area: right;
    padding-inline: 0;
  }
}

.single .page-wrap {
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .single .page-wrap {
    grid-area: right;
    padding-inline: 0;
  }
}
.single .page-category {
  width: 140px;
  color: #fcfcfc;
  background-color: #221815;
  font-size: 16px;
  margin-inline: auto;
  text-align: center;
  line-height: 1.875;
}
.single .page-date {
  font-size: 24px;
  font-weight: 300;
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .single .page-date {
    margin-top: 20px;
  }
}
.single .page-title {
  font-size: 20px;
  font-weight: 800;
  margin-top: 23px;
}
@media screen and (min-width: 992px) {
  .single .page-title {
    font-size: 24px;
    margin-top: 42px;
  }
}
.single .page-content {
  padding-top: 16px;
}
@media screen and (min-width: 992px) {
  .single .page-content {
    padding-top: 28px;
  }
}
.single .page-content > *:first-child {
  margin-top: 0;
}
.single .page-content p {
  font-size: 16px;
  margin-top: 2em;
  line-height: 2;
}
.single .page-content p a {
  border-bottom: 1px solid;
}
.single .page-content .wp-block-image {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single .page-content .wp-block-image {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .section-related .sec-container {
    display: grid;
    justify-content: start;
    grid-template-columns: 130px 1fr;
    column-gap: 50px;
  }
}
@media screen and (min-width: 992px) {
  .section-related .sec-container {
    grid-template-columns: 260px 1fr;
    column-gap: 100px;
    max-width: 1300px;
    margin-inline: auto;
    padding-inline: 20px;
  }
}
.section-related .sec-head {
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  .section-related .sec-head {
    margin-top: 15px;
  }
}
.section-related .sec-title {
  font-size: 24px;
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  .section-related .sec-title {
    font-size: 42px;
  }
}
.section-related .sec-link {
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .section-related .sec-link {
    font-size: 16px;
    margin-top: 24px;
  }
}
.section-related .sec-link a {
  display: inline-block;
  color: #e4001a;
  border-bottom: 1px solid;
  padding-bottom: 11px;
}
@media screen and (min-width: 992px) {
  .section-related .sec-link a {
    padding-bottom: 15px;
  }
}
.section-related .sec-link a::after {
  content: "\f1df";
  font-family: "Material Icons";
  font-size: 0.75em;
  font-weight: bold;
  margin-left: 1em;
}
.section-related .sec-body {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .section-related .sec-body {
    margin-top: 15px;
  }
}
@media screen and (min-width: 992px) {
  .section-related .sec-body {
    margin-top: 30px;
  }
}
.section-related .post-loop {
  display: grid;
  row-gap: 20px;
}
.section-related .post-loop .post-link {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-areas: "cat date" "ttl ttl";
  gap: 5px 10px;
  background-color: #f0f0f0;
  padding: 25px 40px 20px 15px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .section-related .post-loop .post-link {
    row-gap: 2px;
    padding: 20px 60px 12px 40px;
  }
}
.section-related .post-loop .post-link::after {
  content: "\f1df";
  font-family: "Material Icons";
  font-size: 1.2em;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .section-related .post-loop .post-link::after {
    right: 20px;
  }
}
.section-related .post-loop .post-cat {
  grid-area: cat;
  color: #fcfcfc;
  background-color: #221815;
  font-size: 14px;
  text-align: center;
  line-height: 1.7142857143;
}
.section-related .post-loop .post-date {
  grid-area: date;
  font-size: 14px;
  line-height: 1.7142857143;
}
.section-related .post-loop .post-ttl {
  grid-area: ttl;
  font-size: 16px;
  line-height: 2;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  color: #e4001a;
  font-family: "Momo Trust Display", sans-serif;
  font-size: 20px;
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination .num {
  width: 40px;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 1.75;
}
.pagination .num:hover {
  border-bottom-color: #e4001a;
  opacity: 1;
}
.pagination .current {
  border-bottom-color: #e4001a;
}
.pagination .arrow {
  width: 30px;
  text-align: center;
}
.pagination .arrow::before {
  font-family: "Material Icons";
  font-size: 0.8em;
  font-weight: bold;
}
.pagination .arrow.prev::before {
  content: "\f1e6";
}
.pagination .arrow.next::before {
  content: "\f1df";
}

.company tbody {
  display: grid;
  row-gap: 25px;
}
@media screen and (min-width: 576px) {
  .company tbody {
    display: table-row-group;
  }
}
.company tr {
  display: grid;
  row-gap: 2px;
}
@media screen and (min-width: 576px) {
  .company tr {
    display: table-row;
  }
  .company tr:not(:first-of-type) th, .company tr:not(:first-of-type) td {
    border-top: 20px solid #fcfcfc;
  }
}
.company th, .company td {
  display: block;
  font-size: 18px;
  border: none;
  padding: 12px 15px;
}
@media screen and (min-width: 576px) {
  .company th, .company td {
    display: table-cell;
    padding: 17px 40px;
    line-height: 2;
  }
}
.company th {
  color: #fcfcfc;
  background-color: #221815;
  font-weight: normal;
  text-align: left;
}
@media screen and (min-width: 576px) {
  .company th {
    width: 200px;
    text-align: center;
  }
}
.company td {
  background-color: #f0f0f0;
}
@media screen and (min-width: 576px) {
  .company td {
    border-left: 2px solid #fcfcfc;
  }
}
.company .cts-office {
  margin-top: 75px;
}
@media screen and (min-width: 992px) {
  .company .cts-office {
    margin-top: 160px;
  }
}
.company .cts-office .cts-title {
  font-family: "Momo Trust Display", sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 0.9;
}
@media screen and (min-width: 992px) {
  .company .cts-office .cts-title {
    font-size: 60px;
    padding-inline: 20px;
  }
}
.company .cts-office .cts-row {
  display: grid;
  row-gap: 22px;
  border-top: 1px solid #e6e6e6;
  padding-block: 30px;
}
@media screen and (min-width: 576px) {
  .company .cts-office .cts-row {
    align-items: center;
    grid-template-columns: 0.43fr 0.57fr 180px;
    column-gap: 20px;
    padding-block: 50px;
  }
}
.company .cts-office .cts-row:first-of-type {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .company .cts-office .cts-row:first-of-type {
    margin-top: 55px;
  }
}
.company .cts-office .cts-name {
  font-style: normal;
  font-size: 18px;
  text-align: center;
}
.company .cts-office .cts-addr {
  display: grid;
  row-gap: 14px;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
}
.company .cts-office .cts-img {
  text-align: center;
}

.philosophy .cts-catch {
  font-size: 20px;
  font-weight: bold;
}
@container (min-width: 768px) {
  .philosophy .cts-catch {
    line-height: 2;
  }
}
@container (min-width: 920px) {
  .philosophy .cts-catch {
    font-size: 24px;
  }
}
.philosophy .cts-catch span {
  display: inline-block;
}
.philosophy .cts-txt {
  font-size: 16px;
  margin-top: 2em;
  line-height: 2;
}
.philosophy .cts-title {
  font-size: 27px;
}
@media screen and (min-width: 992px) {
  .philosophy .cts-title {
    font-size: 36px;
  }
}
.philosophy .cts-title + .cts-txt {
  margin-top: 1em;
}
@media screen and (min-width: 992px) {
  .philosophy .cts-title + .cts-txt {
    margin-top: 2em;
  }
}
.philosophy .cts-image {
  padding: 5px;
  text-align: center;
}
@container (min-width: 768px) {
  .philosophy .cts-image {
    padding: 30px;
  }
}
.philosophy .cts-image img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
@container (min-width: 768px) {
  .philosophy .cts-image img {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  }
}
.philosophy .cts-row {
  display: grid;
  row-gap: 40px;
}
@container (min-width: 768px) {
  .philosophy .cts-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .philosophy .cts-row .cts-text {
    width: 41.3043478261%;
  }
  .philosophy .cts-row .cts-image {
    width: 55.4347826087%;
  }
  .philosophy .cts-row + .cts-txt {
    margin-top: 3.75em;
  }
}
.philosophy .cts-sec {
  margin-top: 80px;
}
@container (min-width: 768px) {
  .philosophy .cts-sec {
    margin-top: 120px;
  }
}

@media screen and (min-width: 576px) {
  .history table {
    border-collapse: separate;
    border-spacing: 0px 2px;
  }
}
.history tbody {
  display: grid;
  row-gap: 2px;
}
@media screen and (min-width: 576px) {
  .history tbody {
    display: table-row-group;
  }
}
.history tr {
  display: grid;
  grid-template-columns: 1fr 50px;
  grid-template-areas: "year month" "txt txt";
  gap: 2px;
}
@media screen and (min-width: 576px) {
  .history tr {
    display: table-row;
  }
}
.history tr:has(.year) {
  margin-top: 18px;
}
@media screen and (min-width: 576px) {
  .history tr:has(.year) {
    margin-top: 0;
  }
  .history tr:has(.year):not(:first-of-type) > * {
    border-top: 8px solid #fcfcfc;
  }
}
.history th, .history td {
  border: none;
}
.history th {
  color: #fcfcfc;
  background-color: #221815;
  font-size: 18px;
  font-weight: normal;
  padding-block: 6px;
  line-height: 2;
}
@media screen and (min-width: 576px) {
  .history th {
    padding-block: 17px;
  }
}
.history th.year {
  grid-area: year;
  padding-inline: 16px;
  text-align: left;
}
@media screen and (min-width: 576px) {
  .history th.year {
    width: 128px;
    text-align: center;
  }
}
.history th.month {
  grid-area: month;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .history th.month {
    width: 72px;
    border-left: 2px solid #fcfcfc;
  }
}
.history td {
  grid-area: txt;
  background-color: #f0f0f0;
  font-size: 16px;
  padding: 12px 15px;
  line-height: 2;
}
@media screen and (min-width: 576px) {
  .history td {
    border-left: 2px solid #fcfcfc;
    padding: 13px 40px;
  }
}

.footer {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .footer {
    margin-top: 100px;
  }
}

.footer-contact {
  display: grid;
  gap: 1px;
  color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .footer-contact {
    grid-template-areas: "title title" "box1 box2";
  }
}
@media screen and (min-width: 992px) {
  .footer-contact {
    grid-template-columns: 0.4285714286fr 0.2857142857fr 0.2857142857fr;
    grid-template-areas: "title box1 box2";
  }
}
.footer-contact .contact-title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  background-color: #232323;
  font-family: "Momo Trust Display", sans-serif;
  font-size: 43px;
  font-weight: normal;
  padding: 30px;
  text-align: center;
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .footer-contact .contact-title {
    grid-area: title;
  }
}
@media screen and (min-width: 992px) {
  .footer-contact .contact-title {
    font-size: 100px;
  }
}
.footer-contact .contact-box {
  background-color: #232323;
  padding: 45px 30px 50px;
}
@media screen and (min-width: 768px) {
  .footer-contact .contact-box:nth-of-type(1) {
    grid-area: box1;
  }
  .footer-contact .contact-box:nth-of-type(2) {
    grid-area: box2;
  }
}
@media screen and (min-width: 992px) {
  .footer-contact .contact-box {
    padding-top: 115px;
    padding-bottom: 120px;
  }
}
.footer-contact .contact-ttl {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer-contact .contact-ttl {
    font-size: 24px;
  }
}
.footer-contact .contact-frame {
  display: grid;
  justify-content: center;
  row-gap: 10px;
  background-image: linear-gradient(90deg, #848484 0%, #848484 100%), linear-gradient(90deg, #848484 0%, #848484 100%), linear-gradient(180deg, #848484 0%, #848484 100%), linear-gradient(180deg, #848484 0%, #848484 100%), linear-gradient(90deg, #848484 0%, #848484 100%), linear-gradient(90deg, #848484 0%, #848484 100%), linear-gradient(180deg, #848484 0%, #848484 100%), linear-gradient(180deg, #848484 0%, #848484 100%);
  background-repeat: no-repeat;
  background-position: left top, right top, left top, right top, left bottom, right bottom, left bottom, right bottom;
  background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px, 20px 1px, 20px 1px, 1px 20px, 1px 20px;
  padding: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .footer-contact .contact-frame {
    row-gap: 8px;
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
.footer-contact p {
  padding-inline: 18px;
  text-align: center;
}
.footer-contact p.contact-txt {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .footer-contact p.contact-txt {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
.footer-contact p.contact-tel {
  font-size: 18px;
  font-weight: 800;
  border-top: 1px solid #848484;
  padding-top: 10px;
  margin-top: 6px;
}
@media screen and (min-width: 992px) {
  .footer-contact p.contact-tel {
    font-size: 24px;
  }
}
.footer-contact .contact-btn {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 80px;
  background-color: #e4001a;
  padding: 15px;
  margin-top: 35px;
}
@media screen and (min-width: 992px) {
  .footer-contact .contact-btn {
    font-size: 18px;
    padding-inline: 10px;
    margin-top: 40px;
  }
}
.footer-contact .contact-btn::before {
  content: "";
}
.footer-contact .contact-btn::after {
  content: "\f1df";
  justify-self: end;
  font-family: "Material Icons";
  font-weight: bold;
}

.footer-nav {
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    padding-inline: 20px;
  }
}

.footer-row {
  display: grid;
  align-items: center;
  row-gap: 45px;
  padding-block: 50px;
  padding-bottom: 45px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .footer-row {
    grid-template-columns: 1fr auto;
  }
}
@media screen and (min-width: 992px) {
  .footer-row {
    padding: 114px 80px;
  }
}

.footer-logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    text-align: left;
  }
}
.footer-logo img {
  width: 150px;
}
@media screen and (min-width: 992px) {
  .footer-logo img {
    width: 300px;
  }
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
}
@media screen and (min-width: 768px) {
  .footer-menu {
    column-gap: 100px;
  }
}
.footer-menu ul {
  list-style: none;
  padding-left: 0;
}
.footer-menu .menu-main {
  display: grid;
  row-gap: 18px;
}
@media screen and (min-width: 768px) {
  .footer-menu .menu-main {
    row-gap: 24px;
  }
}
.footer-menu .menu-main > li {
  display: grid;
  align-content: start;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .footer-menu .menu-main > li {
    row-gap: 13px;
  }
}
.footer-menu .menu-main > li > a {
  font-family: "Momo Trust Display", sans-serif;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .footer-menu .menu-main > li > a {
    font-size: 20px;
  }
}
.footer-menu .menu-sub {
  display: grid;
  row-gap: 12px;
}
@media screen and (min-width: 768px) {
  .footer-menu .menu-sub {
    row-gap: 17px;
  }
}
.footer-menu .menu-sub > li > a {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .footer-menu .menu-sub > li > a {
    font-size: 16px;
  }
}
.footer-menu > ul > li {
  padding-left: 1.25em;
  position: relative;
}
.footer-menu > ul > li > a::before {
  content: "\f1df";
  font-family: "Material Icons";
  font-size: 0.75em;
  font-weight: bold;
  position: absolute;
  top: 6px;
  left: 0;
}

.footer-rights {
  display: grid;
  row-gap: 10px;
  font-size: 10px;
  padding: 24px 24px 26px;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .footer-rights {
    row-gap: 2px;
    font-size: 12px;
    padding: 45px 50px;
  }
}

.footer-copy {
  font-size: inherit;
}/*# sourceMappingURL=style.css.map */
