@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #3c3c3c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
a {
  transition: color 0.5s;
}
a:hover {
  color: #0b9970;
}

.btn--hover {
  transition: opacity 0.5s;
}
.btn--hover:hover {
  opacity: 0.7;
}

.link__txt-g {
  color: #0b9970;
  text-decoration: underline;
  font-weight: 700;
}
.link__txt-g:hover {
  color: #faac24;
  text-decoration: none;
}

.txt--ac {
  text-align: center !important;
}

.txt--ar {
  text-align: right !important;
}

.txt--al {
  text-align: left !important;
}

.txt--line-h {
  font-size: 1.5rem;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .txt--line-h {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1360px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1280px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1280px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.heading--main {
  font-family: "Potta One", system-ui;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 3.2rem;
  color: #2d4b37;
  white-space: nowrap;
}
.heading--main strong {
  letter-spacing: normal;
  font-weight: 400;
  font-size: 4.2rem;
  color: #0b9970;
}
.heading--main span {
  position: relative;
}
.heading--main span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.heading--main-w {
  color: #fff;
}
.heading--main-w strong {
  color: #fff;
}
.heading--main-dg {
  color: #2d4b37;
}
.heading--main-dg strong {
  color: #2d4b37;
}
.heading--style-1 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: normal;
}
.heading--style-2 {
  font-family: "Potta One", system-ui;
  font-size: 2.4rem;
  font-weight: 400;
  color: #2d4b37;
  letter-spacing: normal;
}
.heading--style-3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.458;
  color: #0b9970;
  letter-spacing: normal;
}
.heading--style-3-w {
  color: #fff;
}
.heading--lower-main {
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  font-family: "Potta One", system-ui;
  letter-spacing: normal;
  text-align: center;
  white-space: nowrap;
  font-size: 4.8rem;
  font-weight: 400;
  color: #2d4b37;
}

.lower-mv {
  position: relative;
  height: 528px;
  background: url(../img/components/title/lower-main.jpg) no-repeat center top/cover;
}

@media only screen and (max-width: 767px) {
  .heading--main {
    font-size: 1.8rem;
  }
  .heading--main strong {
    font-size: 2.8rem;
  }
  .heading--main span::before {
    width: 5px;
    height: 5px;
  }
  .heading--style-1 {
    font-size: 1.8rem;
  }
  .heading--style-2 {
    font-size: 2.2rem;
  }
  .heading--style-3 {
    font-size: 1.8rem;
  }
  .heading--lower-main {
    bottom: -30px;
    font-size: 3rem;
  }
  .lower-mv {
    height: 27.51vw;
  }
}
.btn__radius {
  z-index: 1;
  position: relative;
  max-width: 380px;
  margin: 0 auto;
}
.btn__radius a {
  position: relative;
  display: block;
  padding: 15px 5px;
  background: #fcfaf2;
  border: 3px solid #2d4b37;
  border-radius: 30px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #2d4b37;
  transition: all 0.5s;
}
.btn__radius a::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/components/btn/ico-arrow.png) no-repeat left top/100% auto;
  transition: all 0.5s;
}
.btn__radius a:hover {
  background: #2d4b37;
  color: #fcfaf2;
}
.btn__radius a:hover::after {
  background-image: url(../img/components/btn/ico-arrow_w.png);
}
.btn__radius-s {
  width: 48.65%;
  margin: 0;
}
.btn__radius-l {
  max-width: 800px;
}
.btn__radius-l a {
  padding: 25px 5px;
  border-radius: 40px;
  font-size: 1.8rem;
}
.btn__txt-link a {
  position: relative;
  padding-right: 35px;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all 0.5s;
}
.btn__txt-link a::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/components/btn/ico-arrow.png) no-repeat left top/100% auto;
  transition: all 0.5s;
}
.btn__txt-link a:hover {
  color: #0b9970;
}
.btn__txt-link a:hover::after {
  background-image: url(../img/components/btn/ico-arrow_g.png);
}
.btn__txt-link-bottom a::after {
  transform: translateY(-50%) rotate(90deg);
}

.btn__list {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .btn__radius-s a {
    padding: 10px 2px;
    font-size: 1.3rem;
  }
  .btn__radius-s a::after {
    right: 8px;
    width: 13px;
    height: 13px;
  }
  .btn__radius-l a {
    padding: 15px 5px;
    font-size: 1.5rem;
  }
  .btn__radius-l a::after {
    right: 10px;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #0b9970;
  background-color: #0b9970;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.pc-header {
  z-index: 1;
  position: relative;
  background: #fcfaf2;
}
.pc-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  padding: 15px 30px 25px;
}
.pc-header__logo {
  width: 18.94%;
  line-height: 1;
}
.pc-header__nav {
  display: flex;
}
.pc-header__list {
  display: flex;
  align-items: center;
  margin-right: 135px;
}
.pc-header__list li {
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
}
.pc-header__list li a {
  display: block;
  padding: 0 13px;
  text-align: center;
  font-weight: 700;
}
.pc-header__list li a img {
  display: block;
  margin: 0 auto 7px;
}
.pc-header__list li.btn__contact {
  position: absolute;
  top: 0;
  right: 0;
}
.pc-header__list li.btn__contact a {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .sp-header__inner {
    padding: 10px 10px;
  }
  .sp-header__logo {
    width: 30%;
    max-width: 120px;
    line-height: 1;
  }
}
.footer-action {
  display: none;
  height: 500px;
  background: #D9D9D9;
}

.footer-bar {
  padding: 75px 0 70px;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  position: relative;
  align-items: flex-start;
}
.footer-bar__wrapper--top::after {
  z-index: 1;
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 137px;
  height: 101px;
  background: url(../img/layout/footer/ico-okome.png) no-repeat left top/100% auto;
}
.footer-bar__wrapper--bottom {
  flex-direction: row-reverse;
  border-top: 1px solid #b5bab8;
  padding-top: 10px;
  margin-top: 50px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.footer-bar__logo {
  margin-bottom: 20px;
}
.footer-bar__address {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 95px;
  width: 755px;
}
.footer-bar__item a {
  font-size: 1.5rem;
  font-weight: 700;
}
.footer-bar__copyright {
  font-size: 1.5rem;
  font-weight: 500;
  color: #898989;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #898989;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    height: 250px;
  }
  .footer-bar {
    overflow: hidden;
    padding: 50px 0 10px;
  }
  .footer-bar__wrapper--top::after {
    content: none;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
  }
  .footer-bar__contents {
    display: block;
    width: 100%;
    text-align: center;
  }
  .footer-bar__logo {
    display: block;
    width: 170px;
    margin: 0 auto 15px;
  }
  .footer-bar__address {
    font-size: 1.3rem;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.1rem;
  }
  .footer-bar__links {
    display: none;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #0b9970;
  border-radius: 8px;
  cursor: pointer;
  z-index: 999;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__inner {
  padding: 10px 10px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 30%;
  max-width: 120px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.drawer-mail, .drawer-shop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: #0b9970;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 20px;
}
.drawer-mail .icon, .drawer-shop .icon {
  width: 50px;
}
.drawer-mail i, .drawer-mail span, .drawer-shop i, .drawer-shop span {
  color: #ffffff;
}
.drawer-mail span, .drawer-shop span {
  font-size: 1.8rem;
  font-weight: 500;
}

.drawer-shop {
  background: linear-gradient(90deg, rgb(229, 184, 75) 0%, rgb(250, 172, 36) 100%);
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #000000;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
}

.drawer-sns {
  margin-bottom: 20px;
}
.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 30px;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-mv {
  position: relative;
}
.top-mv__img {
  width: 100%;
}
.top-mv__img img {
  width: 100%;
}
.top-mv__catch {
  z-index: 1;
  position: absolute;
  top: 47%;
  left: 4%;
  transform: translateY(-50%);
  font-family: "Potta One", system-ui;
  color: #fff;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.top-mv__catch::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 255px;
  right: -85px;
  width: 142px;
  height: 155px;
  background: url(../img/pages/top/mv/ico-okome.png) no-repeat left top/100% auto;
}
.top-mv__catch span {
  display: block;
  line-height: 1;
  font-weight: 400;
  font-size: clamp(2.6rem, 0.6rem + 4.17vw, 5.6rem);
}
.top-mv__catch strong {
  display: block;
  margin: 0 15px;
  line-height: 1;
  font-weight: 400;
  font-size: clamp(5.7rem, 5.033rem + 1.39vw, 6.7rem);
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .top-mv__catch {
    top: 2.608vw;
    left: 39.765vw;
    transform: none;
    text-shadow: 0 0 3px #000;
  }
  .top-mv__catch::before {
    top: 2.608vw;
    right: auto;
    left: -14.993vw;
    width: 13.038vw;
    height: 14.211vw;
  }
  .top-mv__catch span {
    font-size: 3.651vw;
  }
  .top-mv__catch strong {
    margin: 0 1.956vw;
    font-size: 4.563vw;
  }
}
.top-about {
  overflow: hidden;
  margin-top: -10px;
  padding: 0 0 95px;
}
.top-about__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.top-about__img {
  position: relative;
  width: 54.44%;
  margin: 0 0 -70px -5.09%;
}
.top-about__img::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: -360px;
  bottom: -200px;
  width: 874px;
  height: 897px;
  background: url(../img/pages/top/about/bg-img-left.png) no-repeat left top/100% auto;
}
.top-about__img img {
  width: 100%;
}
.top-about__txt {
  position: relative;
  width: 50%;
  padding-left: 2.78%;
}
.top-about__txt::before {
  z-index: -1;
  content: "";
  position: absolute;
  right: -390px;
  bottom: -70px;
  width: 373px;
  height: 665px;
  background: url(../img/pages/top/about/bg-img-right.png) no-repeat left bottom/100% auto;
}
.top-about__title {
  margin-bottom: 30px;
}
.top-about__note {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .top-about {
    margin-top: 0;
    padding: 20px 0;
  }
  .top-about__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .top-about__img {
    order: 2;
    width: 100%;
    margin: 40px 0 0;
    text-align: right;
  }
  .top-about__img::before {
    top: -6.519vw;
    left: -22.164vw;
    bottom: auto;
    width: 91.265vw;
    height: 93.611vw;
  }
  .top-about__img img {
    width: 70%;
  }
  .top-about__txt {
    order: 1;
    width: 100%;
    padding-left: 0;
  }
  .top-about__txt::before {
    right: -2.608vw;
    bottom: 0;
    width: 39.113vw;
    max-width: 240px;
    height: 69.752vw;
  }
  .top-about__title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.top-movie {
  padding: 80px 0;
  background: #fcfaf2;
}
.top-movie__title {
  text-align: center;
  margin-bottom: 30px;
}
.top-movie__list {
  display: flex;
  gap: 30px;
}
.top-movie__item {
  width: 340px;
  aspect-ratio: 9/16;
}
.top-movie__item iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .top-movie {
    padding: 50px 0;
  }
  .top-movie__title {
    margin-bottom: 30px;
  }
  .top-movie__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 3%;
  }
  .top-movie__item {
    width: 48.5%;
  }
}
.top-commitment {
  overflow: hidden;
  position: relative;
  padding: 85px 0 100px;
  background: #0b9970;
}
.top-commitment__inner {
  position: relative;
}
.top-commitment__inner::before {
  content: "";
  position: absolute;
  left: -421px;
  bottom: -90px;
  width: 401px;
  height: 551px;
  background: url(../img/pages/top/commitment/bg-img-left.png) no-repeat left top/100% auto;
}
.top-commitment__inner::after {
  content: "";
  position: absolute;
  right: -421px;
  bottom: -90px;
  width: 401px;
  height: 556px;
  background: url(../img/pages/top/commitment/bg-img-right.png) no-repeat left top/100% auto;
}
.top-commitment__title {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.top-commitment__title::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 165px;
  width: 213px;
  height: 217px;
  background: url(../img/pages/top/commitment/ico-okome.png) no-repeat left top/100% auto;
}
.top-commitment__group {
  z-index: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13.5px 50px;
}
.top-commitment__card {
  position: relative;
  width: calc(25% - 27px);
  margin: 0 13.5px;
  padding: 20px 20px 25px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
}
.top-commitment__card::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 3px;
  background: #2d4b37;
}
.top-commitment__img {
  margin-bottom: 15px;
}
.top-commitment__ttl {
  margin-bottom: 10px;
}
.top-commitment__ttl strong {
  color: #0b9970;
}
.top-commitment__txt {
  font-size: 1.4rem;
  line-height: 1.785;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .top-commitment {
    padding: 30px 0 40px;
  }
  .top-commitment__inner::before {
    left: -50px;
    bottom: -40px;
    width: 39.113vw;
    height: 54.237vw;
  }
  .top-commitment__inner::after {
    right: -50px;
    bottom: -40px;
    width: 39.113vw;
    height: 54.237vw;
  }
  .top-commitment__title {
    margin-bottom: 60px;
  }
  .top-commitment__title::after {
    top: 45px;
    right: 50%;
    transform: translateX(50%);
    width: 90px;
    height: 88px;
  }
  .top-commitment__group {
    margin: 0 auto 10px;
  }
  .top-commitment__card {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.top-product {
  overflow: hidden;
  position: relative;
  padding: 150px 0 120px;
  background: #fcfaf2;
}
.top-product::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: calc(50% + 45px);
  height: calc(100% - 200px);
  border-radius: 0 30px 30px 0;
  background: #fff;
}
.top-product__col {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.top-product__col + .top-product__col {
  margin-top: 65px;
}
.top-product__img {
  width: 485px;
  margin-right: 40px;
}
.top-product__txt {
  width: calc(100% - 525px);
  margin-top: -15px;
}
.top-product__title {
  position: relative;
  margin-bottom: 10px;
}
.top-product__title img {
  position: absolute;
  bottom: 5px;
  margin-left: 10px;
}
.top-product__note {
  margin-bottom: 55px;
}
.top-product .btn__radius a {
  background: transparent;
}
.top-product .btn__radius a:hover {
  background: #2d4b37;
}

@media only screen and (max-width: 767px) {
  .top-product {
    padding: 40px 0;
  }
  .top-product::before {
    content: none;
  }
  .top-product__col {
    display: block;
  }
  .top-product__col + .top-product__col {
    margin-top: 65px;
  }
  .top-product__col {
    background: #fff;
    border-radius: 8px;
  }
  .top-product__col + .top-product__col {
    margin-top: 20px;
  }
  .top-product__img {
    width: 100%;
    margin-right: 0;
  }
  .top-product__txt {
    width: 100%;
    margin-top: 0;
    padding: 0 20px 25px;
  }
  .top-product__title {
    margin-bottom: 10px;
    text-align: center;
  }
  .top-product__title img {
    display: none;
  }
  .top-product__note {
    margin-bottom: 25px;
  }
}
.top-guide {
  padding: 85px 0 65px;
  background-image: url(../img/pages/top/guide/bg_2.png), url(../img/pages/top/guide/bg_1.jpg);
  background-repeat: no-repeat, repeat-x;
  background-position: center bottom, left top;
  background-size: 100% auto, auto 100%;
}
.top-guide__title {
  margin-bottom: 40px;
  text-align: center;
}
.top-guide__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.top-guide__card {
  position: relative;
  width: calc(50% - 40px);
  margin: 0 20px;
  padding: 0 30px 55px;
  background: #fcfaf2;
  border-radius: 8px;
  text-align: center;
}
.top-guide__img {
  margin: 0 -30px 30px;
}
.top-guide__ttl {
  margin-bottom: 10px;
}
.top-guide__ttl strong {
  color: #0b9970;
}
.top-guide__txt {
  text-align: left;
}
.top-guide__button {
  z-index: 1;
  position: absolute;
  right: 30px;
  bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .top-guide {
    padding: 30px 0;
  }
  .top-guide__title {
    margin-bottom: 15px;
  }
  .top-guide__group {
    margin: 0;
  }
  .top-guide__card {
    width: 100%;
    margin: 0;
    padding: 0 20px 55px;
  }
  .top-guide__card + .top-guide__card {
    margin-top: 20px;
  }
  .top-guide__img {
    margin: 0 -20px 30px;
  }
  .top-guide__ttl {
    margin-bottom: 10px;
  }
  .top-guide__button {
    right: 20px;
    bottom: 20px;
  }
}
.top-column {
  padding: 50px 0;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 40px;
}
.top-column__list {
  display: flex;
  gap: 2%;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.top-column__item .link:hover {
  opacity: 0.6;
}
.top-column__item .img {
  width: 100%;
  margin-bottom: 15px;
  aspect-ratio: 400/245;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border-radius: 10px;
}
.top-column__item .title {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.388;
  border-bottom: 1px solid #b5bab8;
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__item .caption {
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.428;
  color: #898989;
}
.top-column__item .time {
  color: #0b9970;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: right;
}
.top-column__button {
  position: absolute;
  top: 30px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 30px 0 40px;
  }
  .top-column__title {
    margin-bottom: 20px;
    text-align: center;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .top-column__item {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }
  .top-column__item .link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .top-column__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .top-column__item .caption {
    font-size: 1.3rem;
  }
  .top-column__item .time {
    font-size: 1.4rem;
  }
  .top-column__button {
    position: static;
    text-align: center;
  }
}
.top-news {
  overflow: hidden;
  position: relative;
}
.top-news::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #fcfaf2;
}
.top-news__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 70px 100px 80px;
  background: #fcfaf2;
  border-radius: 8px 0 0 8px;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 795px;
  margin-top: -25px;
}
.top-news__item .link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #b5bab8;
  padding: 30px 0;
}
.top-news__item .link::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/components/btn/ico-arrow.png) no-repeat left top/100% auto;
}
.top-news__item .wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 95%;
}
.top-news__item .time {
  color: #0b9970;
  font-size: 1.4rem;
  line-height: 1;
}
.top-news__item .title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.top-news__button {
  position: absolute;
  left: 100px;
  bottom: 75px;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 30px 0 40px;
    background: #fcfaf2;
  }
  .top-news::after {
    content: none;
  }
  .top-news__inner {
    justify-content: flex-start;
    flex-direction: column;
    padding: 0;
    background: none;
  }
  .top-news__title {
    margin-bottom: 20px;
    text-align: center;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  .top-news__item .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
  }
  .top-news__item .wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 90%;
  }
  .top-news__item .time {
    font-size: 1.5rem;
  }
  .top-news__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .top-news__button {
    position: static;
    text-align: center;
  }
}
.commitment-producer {
  overflow: hidden;
  padding: 130px 0 95px;
}
.commitment-producer__inner {
  position: relative;
}
.commitment-producer__inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: -393px;
  bottom: 113px;
  width: 343px;
  height: 477px;
  background: url(../img/pages/commitment/producer/bg-img-left.png) no-repeat left top/100% auto;
}
.commitment-producer__inner::after {
  z-index: -1;
  content: "";
  position: absolute;
  right: -390px;
  bottom: -45px;
  width: 373px;
  height: 665px;
  background: url(../img/pages/commitment/producer/bg-img-right.png) no-repeat left top/100% auto;
}
.commitment-producer__wrap {
  display: flex;
  flex-wrap: wrap;
}
.commitment-producer__img {
  width: 345px;
  margin-right: 40px;
}
.commitment-producer__txt {
  width: calc(100% - 385px);
  margin-top: -15px;
}
.commitment-producer__title {
  margin-bottom: 30px;
}
.commitment-producer__ttl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b5bab8;
}

@media only screen and (max-width: 767px) {
  .commitment-producer {
    padding: 60px 0 40px;
  }
  .commitment-producer__inner::before {
    top: 28.683vw;
    left: -18.253vw;
    bottom: auto;
    width: 44.72vw;
    height: 62.19vw;
  }
  .commitment-producer__inner::after {
    right: -9.126vw;
    bottom: 0;
    width: 48.631vw;
    height: 86.701vw;
  }
  .commitment-producer__img {
    width: 60%;
    margin: 0 auto 20px;
  }
  .commitment-producer__txt {
    width: 100%;
    margin-top: 0;
  }
  .commitment-producer__title {
    margin-bottom: 10px;
    text-align: center;
  }
  .commitment-producer__ttl {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.commitment-point {
  overflow: hidden;
  position: relative;
  padding: 85px 0 100px;
  background: #0b9970;
}
.commitment-point__inner {
  position: relative;
}
.commitment-point__inner::before {
  content: "";
  position: absolute;
  left: -421px;
  bottom: -80px;
  width: 401px;
  height: 551px;
  background: url(../img/pages/commitment/point/bg-img-left.png) no-repeat left top/100% auto;
}
.commitment-point__inner::after {
  content: "";
  position: absolute;
  right: -421px;
  bottom: -80px;
  width: 401px;
  height: 556px;
  background: url(../img/pages/commitment/point/bg-img-right.png) no-repeat left top/100% auto;
}
.commitment-point__title {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.commitment-point__title::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 65px;
  width: 213px;
  height: 217px;
  background: url(../img/pages/commitment/point/ico-okome.png) no-repeat left top/100% auto;
}
.commitment-point__group {
  z-index: 1;
  position: relative;
}
.commitment-point__column {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  background: #fcfaf2;
  border-radius: 8px;
}
.commitment-point__column + .commitment-point__column {
  margin-top: 30px;
}
.commitment-point__column::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: 3px;
  background: #2d4b37;
}
.commitment-point__txt {
  width: calc(100% - 500px);
  margin-top: -8px;
}
.commitment-point__ttl {
  margin-bottom: 22px;
  padding-bottom: 13px;
  border-bottom: 1px solid #b5bab8;
}
.commitment-point__note {
  font-size: 1.5rem;
  line-height: 1.866;
}
.commitment-point__img {
  width: 470px;
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .commitment-point {
    padding: 30px 0 50px;
  }
  .commitment-point__inner::before {
    left: -50px;
    bottom: -40px;
    width: 39.113vw;
    height: 54.237vw;
  }
  .commitment-point__inner::after {
    right: -50px;
    bottom: -40px;
    width: 39.113vw;
    height: 54.237vw;
  }
  .commitment-point__title {
    margin-bottom: 60px;
  }
  .commitment-point__title::after {
    top: 45px;
    right: 50%;
    transform: translateX(50%);
    width: 90px;
    height: 88px;
  }
  .commitment-point__column {
    padding: 20px;
  }
  .commitment-point__column + .commitment-point__column {
    margin-top: 20px;
  }
  .commitment-point__column::before {
    width: calc(100% - 40px);
  }
  .commitment-point__txt {
    order: 2;
    width: 100%;
    margin-top: 15px;
  }
  .commitment-point__ttl {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .commitment-point__img {
    order: 1;
    width: 100%;
    margin-left: 0;
  }
}
.okome-about {
  overflow: hidden;
  padding: 115px 0 100px;
}
.okome-about__inner {
  position: relative;
}
.okome-about__inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: -393px;
  bottom: -243px;
  width: 343px;
  height: 477px;
  background: url(../img/pages/okome/about/bg-img-left.png) no-repeat left top/100% auto;
}
.okome-about__inner::after {
  z-index: -1;
  content: "";
  position: absolute;
  right: -390px;
  bottom: -400px;
  width: 373px;
  height: 665px;
  background: url(../img/pages/okome/about/bg-img-right.png) no-repeat left top/100% auto;
}
.okome-about__wrap {
  display: flex;
  flex-wrap: wrap;
}
.okome-about__title {
  width: 380px;
}
.okome-about__title strong {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
.okome-about__title strong::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 41px;
  height: 90px;
  background: url(../img/pages/okome/about/ico-okome.png) no-repeat left top/100% auto;
}
.okome-about__txt {
  width: calc(100% - 380px);
}

@media only screen and (max-width: 767px) {
  .okome-about {
    padding: 60px 0 40px;
  }
  .okome-about__inner::before {
    top: 18.683vw;
    left: -18.253vw;
    bottom: auto;
    width: 44.72vw;
    height: 62.19vw;
  }
  .okome-about__inner::after {
    right: -24.126vw;
    bottom: 0;
    width: 48.631vw;
    height: 86.701vw;
  }
  .okome-about__title {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .okome-about__title strong {
    padding-left: 30px;
  }
  .okome-about__title strong::before {
    top: -20px;
    width: 30px;
    height: 66px;
  }
  .okome-about__txt {
    width: 100%;
  }
}
.okome-feature {
  overflow: hidden;
  position: relative;
  padding: 85px 0 100px;
  background: #0b9970;
}
.okome-feature__inner {
  position: relative;
}
.okome-feature__inner::before {
  content: "";
  position: absolute;
  left: -421px;
  bottom: -80px;
  width: 401px;
  height: 551px;
  background: url(../img/pages/okome/feature/bg-img-left.png) no-repeat left top/100% auto;
}
.okome-feature__inner::after {
  content: "";
  position: absolute;
  right: -421px;
  bottom: -80px;
  width: 401px;
  height: 556px;
  background: url(../img/pages/okome/feature/bg-img-right.png) no-repeat left top/100% auto;
}
.okome-feature__title {
  margin-bottom: 40px;
  text-align: center;
}
.okome-feature__group {
  z-index: 1;
  position: relative;
  margin-bottom: 75px;
}
.okome-feature__column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -420px;
}
.okome-feature__column + .okome-feature__column {
  margin-top: 60px;
}
.okome-feature__img {
  position: relative;
  width: 924px;
  margin-right: 25px;
}
.okome-feature__img > img {
  width: 100%;
}
.okome-feature__img .ico {
  z-index: 1;
  position: absolute;
  right: -25px;
  bottom: -12px;
}
.okome-feature__txt {
  width: calc(100% - 949px);
}
.okome-feature__ttl {
  margin-bottom: 22px;
  padding-bottom: 13px;
  border-bottom: 1px solid #b5bab8;
}
.okome-feature__note {
  font-size: 1.5rem;
  line-height: 1.866;
  font-weight: 600;
  color: #fff;
}
.okome-feature__column-center {
  display: block;
  margin: 0 auto;
}
.okome-feature__column-center .okome-feature__img {
  width: 100%;
  margin: 0 0 33px;
}
.okome-feature__column-center .okome-feature__img .ico {
  right: auto;
  left: 10px;
  bottom: -25px;
}
.okome-feature__column-center .okome-feature__txt {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.okome-feature__column-center .okome-feature__txt .okome-feature__ttl {
  width: 290px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.okome-feature__column-center .okome-feature__txt .okome-feature__note {
  width: calc(100% - 290px);
}
.okome-feature__column-reverse {
  flex-direction: row-reverse;
  margin: 0 -420px 0 0;
}
.okome-feature__column-reverse .okome-feature__img {
  margin: 0 0 0 25px;
}
.okome-feature__column-reverse .okome-feature__img .ico {
  right: auto;
  left: -25px;
  bottom: -25px;
}

@media only screen and (max-width: 767px) {
  .okome-feature {
    padding: 30px 0 40px;
  }
  .okome-feature__inner::before {
    left: -50px;
    bottom: -40px;
    width: 39.113vw;
    height: 54.237vw;
  }
  .okome-feature__inner::after {
    right: -50px;
    bottom: -40px;
    width: 39.113vw;
    height: 54.237vw;
  }
  .okome-feature__title {
    margin-bottom: 20px;
  }
  .okome-feature__group {
    margin-bottom: 30px;
  }
  .okome-feature__column {
    display: block;
    margin: 0 !important;
  }
  .okome-feature__column + .okome-feature__column {
    margin-top: 40px !important;
  }
  .okome-feature__img {
    width: 100%;
    margin: 0 0 15px !important;
  }
  .okome-feature__img .ico {
    right: -10px !important;
    left: auto !important;
    bottom: -10px !important;
    width: 90px;
  }
  .okome-feature__txt {
    width: 100% !important;
  }
  .okome-feature__ttl {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
  }
  .okome-feature__note {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .okome-feature__column-center .okome-feature__img .ico {
    right: -45px !important;
    width: 120px;
  }
  .okome-feature__column-center .okome-feature__txt .okome-feature__ttl {
    width: 100%;
    border-bottom: 1px solid #b5bab8;
  }
  .okome-feature__column-center .okome-feature__txt .okome-feature__note {
    width: 100%;
  }
}
.omochi-about {
  overflow: hidden;
  padding: 115px 0 100px;
}
.omochi-about__inner {
  position: relative;
}
.omochi-about__inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: -393px;
  bottom: -243px;
  width: 343px;
  height: 477px;
  background: url(../img/pages/omochi/about/bg-img-left.png) no-repeat left top/100% auto;
}
.omochi-about__inner::after {
  z-index: -1;
  content: "";
  position: absolute;
  right: -390px;
  bottom: -400px;
  width: 373px;
  height: 665px;
  background: url(../img/pages/omochi/about/bg-img-right.png) no-repeat left top/100% auto;
}
.omochi-about__wrap {
  display: flex;
  flex-wrap: wrap;
}
.omochi-about__title {
  width: 520px;
}
.omochi-about__title strong {
  position: relative;
  display: inline-block;
  padding-left: 75px;
}
.omochi-about__title strong::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 60px;
  height: 66px;
  background: url(../img/pages/omochi/about/ico-omochi.png) no-repeat left top/100% auto;
}
.omochi-about__txt {
  width: calc(100% - 520px);
}

@media only screen and (max-width: 767px) {
  .omochi-about {
    padding: 60px 0 40px;
  }
  .omochi-about__inner::before {
    top: 18.683vw;
    left: -18.253vw;
    bottom: auto;
    width: 44.72vw;
    height: 62.19vw;
  }
  .omochi-about__inner::after {
    right: -24.126vw;
    bottom: 0;
    width: 48.631vw;
    height: 86.701vw;
  }
  .omochi-about__title {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .omochi-about__title strong {
    padding-left: 55px;
  }
  .omochi-about__title strong::before {
    top: 20px;
    width: 50px;
    height: 55px;
  }
  .omochi-about__txt {
    width: 100%;
  }
}
.omochi-feature {
  overflow: hidden;
  padding: 85px 0 100px;
  background: #fcfaf2;
}
.omochi-feature__inner {
  position: relative;
}
.omochi-feature__inner::before {
  content: "";
  position: absolute;
  left: -421px;
  bottom: -80px;
  width: 401px;
  height: 551px;
  background: url(../img/pages/omochi/feature/bg-img-left.png) no-repeat left top/100% auto;
}
.omochi-feature__inner::after {
  content: "";
  position: absolute;
  right: -421px;
  bottom: -80px;
  width: 401px;
  height: 556px;
  background: url(../img/pages/omochi/feature/bg-img-right.png) no-repeat left top/100% auto;
}
.omochi-feature__title {
  margin-bottom: 40px;
  text-align: center;
}
.omochi-feature__group {
  z-index: 1;
  position: relative;
  margin-bottom: 75px;
}
.omochi-feature__column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -420px;
}
.omochi-feature__column + .omochi-feature__column {
  margin-top: 70px;
}
.omochi-feature__img {
  position: relative;
  width: 900px;
  margin-right: 50px;
}
.omochi-feature__img > img {
  width: 100%;
}
.omochi-feature__img .ico {
  z-index: 1;
  position: absolute;
  right: -25px;
  bottom: -20px;
}
.omochi-feature__txt {
  width: calc(100% - 950px);
}
.omochi-feature__ttl {
  margin-bottom: 22px;
  padding-bottom: 13px;
  border-bottom: 1px solid #b5bab8;
}
.omochi-feature__note {
  font-size: 1.5rem;
  line-height: 1.866;
  font-weight: 600;
}
.omochi-feature__column-center {
  display: block;
  margin: 0 auto;
}
.omochi-feature__column-center .omochi-feature__img {
  width: 100%;
  margin: 0 0 33px;
}
.omochi-feature__column-center .omochi-feature__img .ico {
  right: auto;
  left: 35px;
  bottom: -25px;
}
.omochi-feature__column-center .omochi-feature__txt {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.omochi-feature__column-center .omochi-feature__txt .omochi-feature__ttl {
  width: 290px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.omochi-feature__column-center .omochi-feature__txt .omochi-feature__note {
  width: calc(100% - 290px);
}
.omochi-feature__column-reverse {
  flex-direction: row-reverse;
  margin: 0 -420px 0 0;
}
.omochi-feature__column-reverse .omochi-feature__img {
  margin: 0 0 0 50px;
}
.omochi-feature__column-reverse .omochi-feature__img .ico {
  right: auto;
  left: -25px;
  bottom: -25px;
}

@media only screen and (max-width: 767px) {
  .omochi-feature {
    padding: 30px 0 40px;
  }
  .omochi-feature__inner::before {
    left: -50px;
    bottom: -40px;
    width: 39.113vw;
    height: 54.237vw;
  }
  .omochi-feature__inner::after {
    right: -50px;
    bottom: -40px;
    width: 39.113vw;
    height: 54.237vw;
  }
  .omochi-feature__title {
    margin-bottom: 20px;
  }
  .omochi-feature__group {
    margin-bottom: 30px;
  }
  .omochi-feature__column {
    display: block;
    margin: 0 !important;
  }
  .omochi-feature__column + .omochi-feature__column {
    margin-top: 40px !important;
  }
  .omochi-feature__img {
    width: 100%;
    margin: 0 0 15px !important;
  }
  .omochi-feature__img .ico {
    right: -10px !important;
    left: auto !important;
    bottom: -10px !important;
    width: 90px;
  }
  .omochi-feature__txt {
    width: 100% !important;
  }
  .omochi-feature__ttl {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
  }
  .omochi-feature__note {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .omochi-feature__column-center .omochi-feature__img .ico {
    right: -45px !important;
    width: 120px;
  }
  .omochi-feature__column-center .omochi-feature__txt .omochi-feature__ttl {
    width: 100%;
    border-bottom: 1px solid #b5bab8;
  }
  .omochi-feature__column-center .omochi-feature__txt .omochi-feature__note {
    width: 100%;
  }
}
.guide-contents {
  overflow: hidden;
  padding: 245px 0 100px;
}
.guide-contents__inner {
  position: relative;
}
.guide-contents__inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: -393px;
  bottom: -145px;
  width: 343px;
  height: 477px;
  background: url(../img/pages/guide/contents/bg-img-left.png) no-repeat left top/100% auto;
}
.guide-contents__inner::after {
  z-index: -1;
  content: "";
  position: absolute;
  right: -390px;
  bottom: -300px;
  width: 373px;
  height: 665px;
  background: url(../img/pages/guide/contents/bg-img-right.png) no-repeat left top/100% auto;
}
.guide-contents__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guide-contents__item {
  position: relative;
  width: 520px;
  padding: 30px 0 35px;
  background: #fcfaf2;
  border-radius: 8px;
  text-align: center;
}
.guide-contents__img {
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
}
.guide-contents__ttl {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .guide-contents {
    padding: 80px 0 40px;
  }
  .guide-contents__inner::before, .guide-contents__inner::after {
    content: none;
  }
  .guide-contents__item {
    width: 100%;
    padding: 50px 0 25px;
  }
  .guide-contents__item + .guide-contents__item {
    margin-top: 50px;
  }
  .guide-contents__img {
    top: -40px;
    width: 30%;
  }
  .guide-contents__ttl {
    margin-bottom: 10px;
  }
}
.guide-flow {
  overflow: hidden;
  position: relative;
  padding: 85px 0 100px;
  background: #0b9970;
}
.guide-flow__inner {
  position: relative;
}
.guide-flow__inner::before {
  content: "";
  position: absolute;
  left: -421px;
  bottom: -80px;
  width: 401px;
  height: 551px;
  background: url(../img/pages/guide/flow/bg-img-left.png) no-repeat left top/100% auto;
}
.guide-flow__inner::after {
  content: "";
  position: absolute;
  right: -421px;
  bottom: -80px;
  width: 401px;
  height: 556px;
  background: url(../img/pages/guide/flow/bg-img-right.png) no-repeat left top/100% auto;
}
.guide-flow__title {
  margin-bottom: 40px;
  text-align: center;
}
.guide-flow__group {
  z-index: 1;
  position: relative;
}
.guide-flow__column {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  background: #fcfaf2;
  border-radius: 8px;
}
.guide-flow__column + .guide-flow__column {
  margin-top: 75px;
}
.guide-flow__column + .guide-flow__column::after {
  content: "";
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 15px solid #fcfaf2;
  border-bottom: 0;
}
.guide-flow__column::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: 3px;
  background: #2d4b37;
}
.guide-flow__img {
  width: 340px;
  margin-right: 30px;
}
.guide-flow__txt {
  width: calc(100% - 370px);
  margin-top: -8px;
}
.guide-flow__ttl {
  margin-bottom: 22px;
  padding-bottom: 13px;
  border-bottom: 1px solid #b5bab8;
}
.guide-flow__note {
  font-size: 1.5rem;
  line-height: 1.866;
}

@media only screen and (max-width: 767px) {
  .guide-flow {
    padding: 30px 0 50px;
  }
  .guide-flow__inner::before {
    left: -50px;
    bottom: -40px;
    width: 39.113vw;
    height: 54.237vw;
  }
  .guide-flow__inner::after {
    right: -50px;
    bottom: -40px;
    width: 39.113vw;
    height: 54.237vw;
  }
  .guide-flow__title {
    margin-bottom: 20px;
  }
  .guide-flow__title::after {
    top: 45px;
    right: 50%;
    transform: translateX(50%);
    width: 90px;
    height: 88px;
  }
  .guide-flow__column {
    padding: 20px;
  }
  .guide-flow__column + .guide-flow__column {
    margin-top: 45px;
  }
  .guide-flow__column + .guide-flow__column::after {
    top: -30px;
  }
  .guide-flow__column::before {
    width: calc(100% - 40px);
  }
  .guide-flow__img {
    width: 100%;
    margin-right: 0;
  }
  .guide-flow__txt {
    width: 100%;
    margin-top: 15px;
  }
  .guide-flow__ttl {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .guide-flow__note {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.guide-faq {
  padding: 50px 0 90px;
  background: #fcfaf2;
}
.guide-faq__title {
  margin-bottom: 30px;
}
.guide-faq__nav {
  margin-bottom: 50px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 8px;
}
.guide-faq__list {
  display: flex;
  flex-wrap: wrap;
}
.guide-faq__list .item {
  width: 25%;
  margin: 15px 0;
  padding: 0 20px;
  border-right: 1px solid #b5bab8;
}
.guide-faq__list .item:nth-child(4n) {
  border-right: none;
}
.guide-faq__list .item a {
  display: block;
  padding-right: 20px;
}
.guide-faq__group {
  display: flex;
  flex-wrap: wrap;
}
.guide-faq__group + .guide-faq__group {
  margin-top: 85px;
}
.guide-faq__group + .guide-faq__group .guide-faq__wrap {
  position: relative;
}
.guide-faq__group + .guide-faq__group .guide-faq__wrap::before {
  content: "";
  position: absolute;
  top: -43px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b5bab8;
}
.guide-faq__ttl {
  width: 355px;
  margin-top: -5px;
  padding-right: 20px;
}
.guide-faq__wrap {
  width: calc(100% - 355px);
}
.guide-faq__item .item-q {
  position: relative;
  margin-bottom: 8px;
  padding-left: 40px;
  font-size: 1.8rem;
  line-height: 1.555;
  font-weight: 700;
}
.guide-faq__item .item-q::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/pages/guide/faq/ico-q.png) no-repeat left top/100% auto;
}
.guide-faq__item .item-a {
  padding-left: 40px;
  font-size: 1.5rem;
  line-height: 1.866;
}
.guide-faq__item + .guide-faq__item {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .guide-faq {
    padding: 30px 0;
  }
  .guide-faq__title {
    margin-bottom: 20px;
    text-align: center;
  }
  .guide-faq__nav {
    margin-bottom: 0;
    padding: 10px;
  }
  .guide-faq__list .item {
    width: 50%;
    margin: 10px 0;
    padding: 0 10px;
  }
  .guide-faq__list .item:nth-child(even) {
    border-right: none;
  }
  .guide-faq__list .item a {
    font-size: 1.35rem;
  }
  .guide-faq__list .item a::after {
    width: 13px;
    height: 13px;
  }
  .guide-faq__group {
    padding: 30px 0;
  }
  .guide-faq__group + .guide-faq__group {
    margin-top: 0;
    border-top: #b5bab8 1px solid;
  }
  .guide-faq__group + .guide-faq__group .guide-faq__wrap::before {
    content: none;
  }
  .guide-faq__ttl {
    width: 100%;
    margin: 0 0 15px;
    padding-right: 0;
  }
  .guide-faq__wrap {
    width: 100%;
  }
  .guide-faq__item .item-q {
    margin-bottom: 5px;
    padding-left: 30px;
    font-size: 1.5rem;
  }
  .guide-faq__item .item-q::before {
    width: 20px;
    height: 20px;
  }
  .guide-faq__item .item-a {
    padding-left: 30px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .guide-faq__item + .guide-faq__item {
    margin-top: 20px;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #0b9970;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #ffffff;
  font-size: 1.4rem;
  background: #0b9970;
  padding: 2px 10px;
}
.blog-single__title {
  color: #000000;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: flex-end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */