.allura {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
}

.lexend {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.cormorant {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

a:focus-visible {
  border-radius: 5px;
  outline: 3px solid #952429;
  outline-offset: 0;
}

@media print, screen and (min-width: 769px) {
  .header {
    height: 6.25rem;
  }
}
.header-contents {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 2.5rem;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .header-contents {
    margin: 0;
  }
}
.header-logo {
  display: block;
  max-width: 20rem;
  width: 100%;
}
@media print, screen and (max-width: 1024px) {
  .header-logo {
    margin-left: 1.25rem;
    max-width: 16.25rem;
  }
}
@media print, screen and (max-width: 768px) {
  .header-logo {
    position: fixed;
    top: 1.25rem;
    z-index: 999;
  }
}
.header-logo .usually,
.header-logo .different {
  display: none;
}
.header-logo .usually.show,
.header-logo .different.show {
  display: block;
}

.link-main {
  font-size: 0.625rem;
  height: 0;
  position: absolute;
  top: -624.9375rem;
  left: -624.9375rem;
  width: 0;
}

.hamburger {
  background-color: #952429;
  border-radius: 62.4375rem;
  display: block;
  height: 3.125rem;
  position: fixed;
  top: 0.9375rem;
  right: 1.25rem;
  width: 3.125rem;
  z-index: 999;
}
@media print, screen and (min-width: 769px) {
  .hamburger {
    display: none;
  }
}
.hamburger .line {
  background-color: #fff;
  display: block;
  height: 0.0625rem;
  position: relative;
  left: 0.9375rem;
  transition: transform 0.4s ease, background-color 0.4s ease;
  width: 1.25rem;
}
.hamburger .line:nth-of-type(2) {
  margin-top: 0.375rem;
}
.hamburger .line:nth-of-type(3) {
  margin-top: 0.375rem;
}
.hamburger.active .line:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0.4375rem;
}
.hamburger.active .line:nth-of-type(2) {
  background-color: transparent;
}
.hamburger.active .line:nth-of-type(3) {
  transform: rotate(-45deg);
  top: -0.4375rem;
}

#navi {
  display: none;
}
@media print, screen and (min-width: 769px) {
  #navi {
    display: block;
    position: relative;
    width: 100%;
  }
}
#navi.open {
  background-color: #952429;
  display: block;
  height: 100%;
  padding: 5rem 0 3.125rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media print, screen and (max-width: 768px) {
  #navi.open::before {
    content: "";
    display: block;
    height: 4.6875rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .navi-inr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1024px) {
  .navi-inr {
    margin-right: 1.25rem;
  }
}
@media print, screen and (max-width: 768px) {
  .navi-inr {
    height: 100%;
    margin: 0 auto;
    overflow-y: scroll;
    width: 80%;
  }
}
@media print, screen and (max-width: 768px) and (max-width: 375px) {
  .navi-inr {
    max-width: 15.9375rem;
  }
}

@media print, screen and (min-width: 769px) {
  .gnavi {
    display: flex;
  }
}
@media print, screen and (max-width: 768px) {
  .gnavi {
    margin-top: 0.625rem;
  }
}
.gnavi-list {
  margin-right: 1.875rem;
}
@media print, screen and (max-width: 768px) {
  .gnavi-list {
    margin-right: 0;
    margin-bottom: 1.5625rem;
  }
  .gnavi-list:last-child {
    margin-bottom: 2.5rem;
  }
}
.gnavi-list > a {
  color: #952429;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .gnavi-list > a::before {
    background-color: #952429;
    content: "";
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    height: 0.0625rem;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .gnavi-list > a::after {
    background-color: #952429;
    content: "";
    position: absolute;
    bottom: -0.6875rem;
    left: 0;
    height: 0.1875rem;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s ease;
    transition-delay: 0.25s;
    width: 100%;
  }
  .gnavi-list > a:hover::before {
    opacity: 1;
  }
  .gnavi-list > a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@media print, screen and (max-width: 768px) {
  .gnavi-list > a {
    color: #fff;
    font-size: calc(2rem / 2);
    line-height: 1;
  }
}
.gnavi-list > a .allura {
  display: block;
  font-size: calc(3.125rem / 2);
}
@media print, screen and (min-width: 769px) {
  .gnavi-list > a .allura {
    display: none;
  }
}
.gnavi-list > a .txt {
  display: inline-block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media print, screen and (max-width: 768px) {
  .gnavi-list > a .txt {
    border-bottom: 0.0625rem solid #fff;
    padding-top: 0;
  }
}
.gnavi-list.top-page {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .gnavi-list.top-page {
    display: block;
  }
}
.gnavi-btn {
  background-color: #952429;
  border-radius: 62.4375rem;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
  max-width: 7.375rem;
  padding: 0.625rem;
  transition: opacity 0.4s ease;
  width: 100%;
}
.gnavi-btn:hover {
  opacity: 0.5;
}
.gnavi-btn:focus-visible {
  border-radius: 62.4375rem;
  outline: 3px solid #fff;
  outline-offset: -5px;
}
@media print, screen and (max-width: 768px) {
  .gnavi-btn {
    display: none;
  }
}
.gnavi-privacy {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .gnavi-privacy {
    display: none;
  }
}
.gnavi-privacy a {
  color: #fff;
  font-weight: 400;
  font-size: 0.75rem;
}

@media print, screen and (min-width: 769px) {
  .price-ver .gnavi .gnavi-list:nth-of-type(4) a::before {
    opacity: 1;
  }
  .price-ver .gnavi .gnavi-list:nth-of-type(4) a::after {
    transform: none;
    width: 1.5625rem;
  }
}

.snslink-header {
  display: flex;
  justify-content: center;
  gap: calc(2.8125rem / 2);
  margin-top: calc(6.25rem / 2);
}
@media print, screen and (min-width: 769px) {
  .snslink-header {
    display: none;
  }
}
.snslink-header .snslink-list {
  width: calc(5rem / 2);
}

.section {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media print, screen and (max-width: 768px) {
  .section {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}

.inr {
  margin: 0 auto;
  max-width: calc(1000px + 2.5rem);
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  width: 100%;
}
.inr-wide {
  margin: 0 auto;
  max-width: 96rem;
  width: 100%;
}

.ttl01 {
  color: #952429;
  font-size: 0.875rem;
}
.ttl01 .allura {
  display: inline-block;
  font-size: 5rem;
  line-height: 5rem;
  margin-right: 1.25rem;
}
@media print, screen and (max-width: 500px) {
  .ttl01 .allura {
    font-size: 3.4375rem;
    line-height: 3.4375rem;
  }
}
.ttl01.center {
  margin-bottom: 3.125rem;
  position: relative;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .ttl01.center {
    margin-bottom: 1.875rem;
  }
}
.ttl01.center::before, .ttl01.center::after {
  content: "";
  display: block;
  background-color: #952429;
  height: 0.0625rem;
  position: absolute;
  top: calc(50% + 0.625rem);
  left: 0;
  width: 100%;
  z-index: -1;
}
@media print, screen and (max-width: 1024px) {
  .ttl01.center::before, .ttl01.center::after {
    top: calc(50% + 0.1875rem);
  }
}
.ttl01.center::after {
  height: 0.1875rem;
  margin-left: -27.9%;
  top: calc(50% + 0.5625rem);
  left: 50%;
  width: 55.8%;
}
@media print, screen and (max-width: 1024px) {
  .ttl01.center::after {
    margin-left: -35%;
    top: calc(50% + 0.125rem);
    width: 70%;
  }
}
.ttl01.center .allura {
  background-color: #fbf7f1;
  display: inline-block;
  line-height: 3.75rem;
  margin-right: 0;
  padding: 0 0.9375rem;
}
@media print, screen and (max-width: 1024px) {
  .ttl01.center .allura {
    line-height: 2.5rem;
  }
}
.ttl03 {
  color: #952429;
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
@media print, screen and (max-width: 768px) {
  .ttl03 {
    font-size: 1.125rem;
  }
}
.ttl03.border {
  border-bottom: 0.0625rem solid #952429;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 3.125rem;
  padding: 0.9375rem 0 0.625rem;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .ttl03.border {
    font-size: 1.25rem;
  }
}
.ttl03.border::before {
  content: "";
  display: block;
  background-color: #952429;
  height: 0.1875rem;
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 3.125rem;
}
.ttl04 {
  color: #952429;
  font-size: 1rem;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .ttl04 {
    font-size: 1.25rem;
  }
}
.ttl04::before {
  content: "";
  display: block;
  background-color: #952429;
  border-radius: 0.25rem;
  display: inline-block;
  height: 0.875rem;
  margin-right: 0.5rem;
  width: 0.875rem;
}

.btn {
  background-color: #952429;
  border-radius: 999px;
  color: #fff;
  display: block;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.375rem;
  margin-left: auto;
  max-width: 8.75rem;
  padding: 0.3125rem 1.25rem;
  position: relative;
  width: 100%;
}
.btn::before {
  content: "";
  display: block;
  background-color: #fff;
  height: 0.0625rem;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 2.125rem;
}
.btn::after {
  content: "";
  display: block;
  background-color: #fff;
  height: 0.1875rem;
  position: absolute;
  top: calc(50% - 0.0625rem);
  right: 2.75rem;
  transition: right 0.3s ease;
  width: 0.625rem;
}
@media print, screen and (max-width: 768px) {
  .btn::after {
    right: 1.25rem;
  }
}
.btn:focus-visible {
  border-radius: 62.4375rem;
  outline: 3px solid #fff;
  outline-offset: -5px;
}
@media print, screen and (min-width: 769px) {
  .btn:hover::after {
    right: 1.25rem;
  }
}

.table-basic {
  width: 100%;
}
.table-basic th {
  background-color: #952429;
  border-bottom: 0.0625rem solid #c98787;
  text-align: left;
}
.table-basic th div {
  color: #fff;
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1.25rem;
  position: relative;
  white-space: pre-line;
}
@media print, screen and (max-width: 768px) {
  .table-basic th div {
    font-size: 1rem;
  }
}
.table-basic th.thead-style {
  background-color: transparent;
  border: none;
  padding-right: 0.625rem;
  padding-bottom: 0.75rem;
  padding-left: 0.625rem;
  text-align: center;
}
.table-basic th.thead-style div {
  background-color: #fcd5d3;
  border-radius: 0.625rem;
  color: #952429;
  letter-spacing: 0.15em;
  padding: 0.8125rem;
}
.table-basic th.thead-style div::after {
  content: "";
  display: block;
  background-color: transparent;
  border-style: solid;
  border-right: 0.5625rem solid transparent;
  border-left: 0.5625rem solid transparent;
  border-top: 1rem solid #fcd5d3;
  border-bottom: 0;
  height: 0;
  margin-right: -0.5625rem;
  position: absolute;
  right: 50%;
  bottom: -0.625rem;
  width: 0;
}
.table-basic th.thead-style.deep div {
  background-color: #e5777c;
  color: #fff;
}
.table-basic th.thead-style.deep div::after {
  border-top-color: #e5777c;
}
.table-basic th.transparent {
  background-color: transparent;
  border: none;
}
.table-basic th.th-first {
  border-radius: 0.625rem 0 0 0;
}
.table-basic th.th-last {
  border-radius: 0 0 0 0.625rem;
  border-bottom: none;
}
.table-basic th.th-round {
  border-radius: 0.625rem 0 0 0.625rem;
  border-bottom: none;
}
.table-basic th.tategaki {
  width: 7.8125rem;
}
@media print, screen and (max-width: 768px) {
  .table-basic th.tategaki {
    width: 5rem;
  }
}
.table-basic th.tategaki div {
  display: flex;
  align-items: center;
  letter-spacing: 0.15em;
  text-align: justify;
  white-space: pre;
  writing-mode: vertical-rl;
  width: 100%;
}
.table-basic th.border-none {
  border-bottom: none;
}
.table-basic th.color-deep {
  background-color: #741b1d;
}
.table-basic td {
  background-color: #fff;
  border-bottom: 0.0625rem solid #c98787;
}
.table-basic td div {
  color: #952429;
  display: block;
  font-size: 1.125rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
  white-space: pre-line;
}
@media print, screen and (max-width: 768px) {
  .table-basic td div {
    font-size: 1rem;
  }
}
.table-basic td.td-first {
  border-radius: 0 0.625rem 0 0;
}
.table-basic td.td-last {
  border-radius: 0 0 0.625rem 0;
  border-bottom: none;
}
.table-basic td.td-round {
  border-radius: 0 0.625rem 0.625rem 0;
  border-bottom: none;
}
.table-basic td.border-none {
  border-bottom: none;
}
.table-basic td.border-left {
  border-left: 0.0625rem solid #c98787;
}
.table-basic caption {
  caption-side: bottom;
  font-size: 0.75rem;
  margin-top: 1.25rem;
  text-align: left;
}

@media print, screen and (min-width: 769px) {
  .table-scroll .swipehint {
    display: none;
  }
}
@media print, screen and (max-width: 768px) {
  .table-scroll {
    overflow-x: scroll;
    padding-bottom: 0.625rem;
    position: relative;
  }
  .table-scroll table {
    width: 53.125rem;
  }
  .table-scroll .swipehint {
    background-color: rgba(0, 0, 0, 0.6588235294);
    border-radius: 0.3125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    padding: 0.9375rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    visibility: hidden;
    width: 12.5rem;
    z-index: 1;
  }
  .table-scroll .swipehint::before {
    content: "";
    display: block;
    background-image: url(../img/icon-scrollhint.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 3.125rem;
    width: 3.125rem;
  }
  .table-scroll .swipehint-txt {
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    margin-top: 0.625rem;
  }
  .table-scroll .swipehint.show-swipehint {
    opacity: 1;
    visibility: visible;
  }
  .table-scroll .swipehint.hide-swipehint {
    opacity: 0;
    visibility: hidden;
  }
}

.table-vertop th div {
  background-color: #952429;
  border: none;
  color: #fff;
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.8125rem;
  position: relative;
  text-align: center;
  white-space: pre-line;
}
@media print, screen and (max-width: 768px) {
  .table-vertop th div {
    font-size: 1rem;
  }
}
.table-vertop th div::after {
  content: "";
  display: block;
  background-color: #c98787;
  height: 0.0625rem;
  position: absolute;
  right: 1.25rem;
  bottom: 0;
  width: calc(100% - 2.5rem);
}
.table-vertop th.thead-style div {
  background-color: #fcd5d3;
  border-radius: 0.625rem;
  color: #952429;
  letter-spacing: 0.15em;
}
.table-vertop th.thead-style div::after {
  content: "";
  display: block;
  background-color: transparent;
  border-style: solid;
  border-right: 0.5625rem solid transparent;
  border-left: 0.5625rem solid transparent;
  border-top: 1rem solid #fcd5d3;
  border-bottom: 0;
  height: 0;
  margin-right: -0.5625rem;
  position: absolute;
  right: 50%;
  bottom: -0.625rem;
  width: 0;
}
.table-vertop th.thead-style.deep div {
  background-color: #e5777c;
  color: #fff;
}
.table-vertop th.thead-style.deep div::after {
  border-top-color: #e5777c;
}
.table-vertop th.transparent div {
  background-color: transparent;
}
.table-vertop th.th-first div {
  border-radius: 0.625rem 0 0 0;
}
.table-vertop th.th-last div {
  border-radius: 0 0 0 0.625rem;
}
.table-vertop th.th-last div::after {
  display: none;
}
.table-vertop td div {
  background-color: #fff;
  border: none;
  color: #952429;
  display: block;
  font-size: 1.125rem;
  padding: 0.8125rem;
  position: relative;
  text-align: center;
  white-space: pre-line;
}
@media print, screen and (max-width: 768px) {
  .table-vertop td div {
    font-size: 1rem;
  }
}
.table-vertop td div::after {
  content: "";
  display: block;
  background-color: #c98787;
  height: 0.0625rem;
  position: absolute;
  right: 1.25rem;
  bottom: 0;
  width: calc(100% - 2.5rem);
}
.table-vertop td.td-first div {
  border-radius: 0.625rem 0.625rem 0 0;
}
.table-vertop td.td-last div {
  border-radius: 0 0 0.625rem 0.625rem;
}
.table-vertop td.td-last div::after {
  display: none;
}
.table-vertop .w20 {
  width: 13.125rem;
}
.table-vertop .w20 div {
  width: calc(100% - 0.625rem);
}
.table-vertop .w39 {
  width: 25rem;
}
.table-vertop .w39 div {
  width: calc(100% - 0.625rem);
}
.table-vertop .w39-nospace {
  width: 24.375rem;
}
.table-vertop .w39-nospace div {
  width: 100%;
}
.table-vertop th.w39 {
  padding-bottom: 0.75rem;
}
.table-vertop th.w39-nospace {
  padding-bottom: 0.75rem;
}
.table-vertop caption {
  caption-side: bottom;
  font-size: 0.75rem;
  margin-top: 1.25rem;
  text-align: left;
}

.bulleted-list li {
  padding-left: 0.625rem;
  position: relative;
}
.bulleted-list li::before {
  background-color: #3c3c3c;
  border-radius: 62.4375rem;
  content: "";
  display: inline-block;
  height: 0.25rem;
  position: absolute;
  top: 0.5625rem;
  left: 0;
  width: 0.25rem;
}
@media print, screen and (max-width: 768px) {
  .bulleted-list li::before {
    top: 0.625rem;
  }
}
.bulleted-list.color-main li::before {
  background-color: #952429;
}

.number-list {
  counter-reset: item;
}
.number-list li {
  padding-left: 1.0625rem;
  text-indent: -1.0625rem;
}
.number-list li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  text-align: right;
  width: 1.0625rem;
}

@media print, screen and (min-width: 769px) {
  .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .flexbox-left {
    width: 48%;
  }
}
.flexbox-right {
  margin-top: 1.875rem;
}
@media print, screen and (min-width: 769px) {
  .flexbox-right {
    margin-top: 0;
    width: 48%;
  }
}

.pagetop {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 3.125rem;
}
@media print, screen and (min-width: 769px) {
  .pagetop {
    margin-right: 3.125rem;
    transition: opacity 0.4s ease;
    width: 3.5rem;
  }
  .pagetop:hover {
    opacity: 0.5;
  }
}

.fade {
  opacity: 0;
  transition: 1.2s;
}
.fade.go {
  opacity: 1;
  transform: translateY(0) translateX(0);
}
.fade-up {
  opacity: 0;
  transition: 1.2s;
  transform: translateY(3.125rem);
}
.fade-up.go {
  opacity: 1;
  transform: translateY(0) translateX(0);
}
@media print, screen and (min-width: 769px) {
  .fade-up {
    transform: translateY(6.25rem);
  }
}
.fade-down {
  opacity: 0;
  transition: 1.2s;
  transform: translateY(-3.125rem);
}
.fade-down.go {
  opacity: 1;
  transform: translateY(0) translateX(0);
}
@media print, screen and (min-width: 769px) {
  .fade-down {
    transform: translateY(-6.25rem);
  }
}
.fade-left {
  opacity: 0;
  transition: 1.2s;
  transform: translateX(-3.125rem);
}
.fade-left.go {
  opacity: 1;
  transform: translateY(0) translateX(0);
}
@media print, screen and (min-width: 769px) {
  .fade-left {
    transform: translateX(-6.25rem);
  }
}
.fade-right {
  opacity: 0;
  transition: 1.2s;
  transform: translateX(3.125rem);
}
.fade-right.go {
  opacity: 1;
  transform: translateY(0) translateX(0);
}
@media print, screen and (min-width: 769px) {
  .fade-right {
    transform: translateX(6.25rem);
  }
}
.fade-top--right {
  opacity: 0;
  transition: 1.2s;
  transform: translateY(-1.25rem) translateX(1.25rem);
}
.fade-top--right.go {
  opacity: 1;
  transform: translateY(0) translateX(0);
}
@media print, screen and (min-width: 769px) {
  .fade-top--right {
    transform: translateY(-6.25rem) translateX(6.25rem);
  }
}
.fade-top--left {
  opacity: 0;
  transition: 1.2s;
  transform: translateY(-1.25rem) translateX(-1.25rem);
}
.fade-top--left.go {
  opacity: 1;
  transform: translateY(0) translateX(0);
}
@media print, screen and (min-width: 769px) {
  .fade-top--left {
    transform: translateY(-6.25rem) translateX(-6.25rem);
  }
}
.fade-bottom--right {
  opacity: 0;
  transition: 1.2s;
  transform: translateY(1.25rem) translateX(1.25rem);
}
.fade-bottom--right.go {
  opacity: 1;
  transform: translateY(0) translateX(0);
}
@media print, screen and (min-width: 769px) {
  .fade-bottom--right {
    transform: translateY(6.25rem) translateX(6.25rem);
  }
}
.fade-bottom--left {
  opacity: 0;
  transition: 1.2s;
  transform: translateY(1.25rem) translateX(-1.25rem);
}
.fade-bottom--left.go {
  opacity: 1;
  transform: translateY(0) translateX(0);
}
@media print, screen and (min-width: 769px) {
  .fade-bottom--left {
    transform: translateY(6.25rem) translateX(-6.25rem);
  }
}

.time-15 {
  transition: 1.5s;
}
.time-20 {
  transition: 2s;
}
.time-25 {
  transition: 2.5s;
}
.time-30 {
  transition: 3s;
}
.time-35 {
  transition: 3.5s;
}
.time-40 {
  transition: 4s;
}

.hide {
  opacity: 0;
  transition: 1s;
  visibility: hidden;
}
.hide.go {
  opacity: 1;
  visibility: visible;
}

.contact::before {
  content: "";
  display: block;
  background-image: repeating-linear-gradient(45deg, rgba(111, 0, 5, 0.2) 0px, rgba(111, 0, 5, 0.2) 0px, transparent 1px, transparent 40px), repeating-linear-gradient(-45deg, rgba(111, 0, 5, 0.2) 0px, rgba(111, 0, 5, 0.2) 0px, transparent 2px, transparent 40px);
  height: 6.25rem;
  margin-bottom: 3.75rem;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .contact::before {
    background-image: repeating-linear-gradient(45deg, rgba(111, 0, 5, 0.2) 0px, rgba(111, 0, 5, 0.2) 0px, transparent 1px, transparent 30px), repeating-linear-gradient(-45deg, rgba(111, 0, 5, 0.2) 0px, rgba(111, 0, 5, 0.2) 0px, transparent 2px, transparent 30px);
  }
}
@media print, screen and (min-width: 769px) {
  .contact::before {
    height: 12.5rem;
  }
}
.contact .ttl01 {
  margin-bottom: 1.875rem;
  position: relative;
}
.contact .ttl01::before {
  content: "";
  display: block;
  background-image: url(../img/icon-kamihikoki.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.875rem;
  position: absolute;
  top: 0;
  left: 15.9375rem;
  width: 2.5rem;
}
@media print, screen and (min-width: 500px) {
  .contact .ttl01::before {
    height: 3.0625rem;
    top: 0;
    left: 20rem;
    width: 4.375rem;
  }
}
.contact-link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}
@media print, screen and (max-width: 1024px) {
  .contact-link {
    flex-direction: column;
  }
}
.contact-link-list {
  width: 47%;
}
@media print, screen and (max-width: 1024px) {
  .contact-link-list {
    margin-right: auto;
    margin-left: auto;
    width: 28.125rem;
  }
}
@media print, screen and (max-width: 500px) {
  .contact-link-list {
    width: 18.75rem;
  }
}
.contact-link-list a {
  background-color: #fff;
  border-top: 0.0625rem solid #952429;
  border-bottom: 0.0625rem solid #952429;
  display: grid;
  align-items: center;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  gap: 0.9375rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  .contact-link-list a {
    min-height: 5.1875rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.contact-link-list a span {
  display: inline-block;
}
.contact-link-list.tel a {
  padding-right: 2.6875rem;
  padding-left: 2.6875rem;
}
@media print, screen and (max-width: 1024px) {
  .contact-link-list.tel a {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media print, screen and (max-width: 768px) {
  .contact-link-list.tel a {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.contact-link-list.tel a::before {
  content: "";
  display: block;
  background-image: url(../img/icon-tel.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 2.1875rem;
  width: 1.875rem;
}
@media print, screen and (min-width: 500px) {
  .contact-link-list.tel a::before {
    height: 3rem;
    width: 2.25rem;
  }
}
.contact-link-list.tel a span {
  font-size: 1.75rem;
}
@media print, screen and (min-width: 500px) {
  .contact-link-list.tel a span {
    font-size: 2.875rem;
  }
}
.contact-link-list.tel p {
  font-size: 0.75rem;
  margin-top: 0.3125rem;
  text-align: center;
}
@media print, screen and (min-width: 500px) {
  .contact-link-list.tel p {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}
@media print, screen and (max-width: 1024px) {
  .contact-link-list.mail {
    margin-top: 1.875rem;
  }
}
.contact-link-list.mail a {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media print, screen and (min-width: 500px) {
  .contact-link-list.mail a {
    padding-right: 1.5625rem;
    padding-left: 1.875rem;
  }
}
.contact-link-list.mail a::before {
  content: "";
  display: block;
  background-image: url(../img/icon-mail.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.375rem;
  width: 1.875rem;
}
@media print, screen and (min-width: 500px) {
  .contact-link-list.mail a::before {
    height: 1.75rem;
    width: 2.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .contact-link-list.mail a::after {
    content: "";
    display: block;
    background-color: #952429;
    height: 0.0625rem;
    position: absolute;
    top: 50%;
    right: 1.5625rem;
    width: 3.75rem;
  }
}
.contact-link-list.mail a span {
  font-size: 1.125rem;
  font-weight: 700;
}
@media print, screen and (min-width: 500px) {
  .contact-link-list.mail a span {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .contact-link-list.mail a span::after {
    content: "";
    display: block;
    background-color: #952429;
    height: 0.1875rem;
    position: absolute;
    top: calc(50% - 0.0625rem);
    right: 4.0625rem;
    transition: right 0.3s ease;
    width: 1.25rem;
  }
}
@media print, screen and (min-width: 769px) {
  .contact-link-list.mail a:hover span::after {
    right: 1.5625rem;
  }
}

.footer {
  margin-top: 1.25rem;
  padding-top: 2.6875rem;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .footer {
    text-align: center;
  }
}
.footer::before {
  content: "";
  display: block;
  background-image: repeating-linear-gradient(45deg, rgba(111, 0, 5, 0.2) 0px, rgba(111, 0, 5, 0.2) 0px, transparent 1px, transparent 40px), repeating-linear-gradient(-45deg, rgba(111, 0, 5, 0.2) 0px, rgba(111, 0, 5, 0.2) 0px, transparent 2px, transparent 40px);
  height: 2.6875rem;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .footer::before {
    background-image: repeating-linear-gradient(45deg, rgba(111, 0, 5, 0.2) 0px, rgba(111, 0, 5, 0.2) 0px, transparent 1px, transparent 30px), repeating-linear-gradient(-45deg, rgba(111, 0, 5, 0.2) 0px, rgba(111, 0, 5, 0.2) 0px, transparent 2px, transparent 30px);
  }
}
.footer a:focus-visible {
  border-radius: 5px;
  outline: 3px solid #fff;
  outline-offset: 0;
}
.footer-inr {
  background-color: #741b1d;
  color: #fff;
  padding: 3.125rem 2.8125rem;
}
@media print, screen and (max-width: 768px) {
  .footer-inr {
    padding: 1.5625rem 0.625rem;
  }
}
.footer a {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .footer-box01 {
    display: flex;
    justify-content: space-between;
  }
}
.footer-box01-left .footer-logo {
  display: block;
  width: 12.5rem;
}
@media print, screen and (max-width: 768px) {
  .footer-box01-left .footer-logo {
    margin: 0 auto;
    width: 9.375rem;
  }
}
.footer-box01-left .address {
  font-size: 0.75rem;
  margin-top: 0.9375rem;
}
@media print, screen and (max-width: 768px) {
  .footer-box01-left .address {
    margin-top: 1.25rem;
  }
}
.footer-box01-right .snslink {
  display: flex;
  gap: 1.25rem;
}
@media print, screen and (max-width: 768px) {
  .footer-box01-right .snslink {
    margin-top: 1.5625rem;
    justify-content: center;
  }
}
.footer-box01-right .snslink-list {
  width: 2.5rem;
}
@media print, screen and (max-width: 768px) {
  .footer-box01-right .snslink-list {
    width: 2.1875rem;
  }
}
.footer-box01-right .snslink-list a:focus-visible {
  opacity: 0.3;
}
@media print, screen and (min-width: 769px) {
  .footer-box01-right .snslink-list a {
    transition: opacity 0.4s ease;
  }
  .footer-box01-right .snslink-list a:hover {
    opacity: 0.5;
  }
}
.footer-box02 {
  margin-top: 3.75rem;
}
@media print, screen and (max-width: 768px) {
  .footer-box02 {
    margin-top: 1.5625rem;
  }
}
.footer-box02 .privacy {
  font-size: 0.75rem;
}
@media print, screen and (min-width: 769px) {
  .footer-box02 .privacy a:hover {
    text-decoration: underline;
  }
}
.footer-box02 .copyright {
  font-size: 0.875rem;
}
@media print, screen and (max-width: 768px) {
  .footer-box02 .copyright {
    font-size: 0.625rem;
    margin-top: 1.875rem;
  }
}
@media print, screen and (min-width: 769px) {
  .footer-box02 {
    display: flex;
    justify-content: space-between;
  }
}

.white {
  color: #fff;
}

@media print, screen and (max-width: 768px) {
  .pc-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

.bg-pattern {
  background-image: repeating-linear-gradient(45deg, rgba(111, 0, 5, 0.2) 0px, rgba(111, 0, 5, 0.2) 0px, transparent 1px, transparent 40px), repeating-linear-gradient(-45deg, rgba(111, 0, 5, 0.2) 0px, rgba(111, 0, 5, 0.2) 0px, transparent 2px, transparent 40px);
}
@media print, screen and (max-width: 768px) {
  .bg-pattern {
    background-image: repeating-linear-gradient(45deg, rgba(111, 0, 5, 0.2) 0px, rgba(111, 0, 5, 0.2) 0px, transparent 1px, transparent 30px), repeating-linear-gradient(-45deg, rgba(111, 0, 5, 0.2) 0px, rgba(111, 0, 5, 0.2) 0px, transparent 2px, transparent 30px);
  }
}

.no-webp .table-scroll .swipehint::before {
  background-image: url(../img/icon-scrollhint.png);
}
.no-webp .contact .ttl01::before {
  background-image: url(../img/icon-kamihikoki.png);
}
.no-webp .contact-link-list.tel a::before {
  background-image: url(../img/icon-tel.png);
}
.no-webp .contact-link-list.mail a::before {
  background-image: url(../img/icon-mail.png);
}
/*# sourceMappingURL=common-style.css.map */