@charset "UTF-8";
body {
  font-size: 0.16rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #1a1a1a;
  background-color: #fff;
}

body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.14rem;
    min-width: 320px;
  }
}

.wrapper {
  overflow: hidden;
}

.wrapper:not(.top_page) {
  background-repeat: repeat;
  background-color: #fff;
  background-image: url(../img/cmn/cmn_bg.webp);
}

.container {
  max-width: 12rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 0.3rem);
  }
}

.container_min {
  max-width: 10.8rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container_min {
    width: calc(100% - 0.3rem);
  }
}

.container_max {
  max-width: 13.6rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container_max {
    width: calc(100% - 0.3rem);
  }
}

a {
  color: #000;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sponly {
    display: none !important;
  }
}

.objectfit {
  width: 100%;
  height: 100%;
}

.objectfit.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.objectfit.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.cmn_header {
  padding: 0 1.6rem;
}

.cmn_header .logo {
  width: 2.4rem;
  position: absolute;
  top: 0;
  left: calc(50% - 1.2rem);
  z-index: 10;
  background-color: #f5c51d;
}

.cmn_header .logo img {
  width: 100%;
}

.cmn_header .nav {
  width: 100%;
  height: 0.56rem;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  mix-blend-mode: difference;
}

.cmn_header .nav.active {
  mix-blend-mode: normal;
}

.cmn_header .translate {
  position: fixed;
  z-index: 1001;
  top: 0.3rem;
  right: 1.6rem;
}

.cmn_header .translate img {
  width: 0.24rem !important;
  opacity: 1 !important;
}

.cmn_header .translate .gtranslate_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.2rem;
}

.cmn_header .ig {
  position: absolute;
  bottom: 0;
  right: 1rem;
}

.cmn_header .ig img {
  width: 0.3rem;
}

.cmn_header .global {
  width: 100%;
  height: 100vh;
  padding: 0.7rem 0 0.5rem;
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #f5c51d;
}

.cmn_header .g_logo {
  text-align: center;
}

.cmn_header .g_logo img {
  width: 2.4rem;
}

.cmn_header .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cmn_header nav {
  margin: 0.4rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.8rem;
}

.cmn_header .lists li {
  width: 100%;
  font-size: 0.24rem;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
}

.cmn_header .lists li:not(:first-of-type) {
  margin-top: 0.45rem;
}

.cmn_header .hamburger {
  position: absolute;
  bottom: 0.05rem;
  right: 0.4rem;
  width: 0.4rem;
  height: 0.2rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  cursor: pointer;
}

.cmn_header .hamburger span {
  width: 100%;
  height: 1px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  background-color: #fff;
}

.cmn_header .hamburger span:nth-of-type(1) {
  top: 0;
}

.cmn_header .hamburger span:nth-of-type(2) {
  top: 0.1rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cmn_header .hamburger span:nth-of-type(3) {
  bottom: 0;
}

.cmn_header .hamburger.active span:nth-child(1) {
  top: 0.1rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cmn_header .hamburger.active span:nth-child(3) {
  top: 0.1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cmn_header .hamburger.active span:nth-child(2) {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .cmn_header {
    padding: 0;
  }
  .cmn_header .logo {
    width: 1.5rem;
    left: calc(50% - 0.75rem);
  }
  .cmn_header .nav {
    width: 100%;
    height: 0.56rem;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
  }
  .cmn_header .translate {
    position: static;
    margin: 0.35rem auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .cmn_header .translate img {
    width: 0.24rem !important;
  }
  .cmn_header .translate .gtranslate_wrapper {
    gap: 0 0.1rem;
  }
  .cmn_header .ig {
    position: absolute;
    bottom: 0;
    right: 1rem;
  }
  .cmn_header .ig img {
    width: 0.3rem;
  }
  .cmn_header .global {
    width: 100%;
    height: 100vh;
    padding: 0.7rem 0 0.5rem;
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    background-color: #f5c51d;
  }
  .cmn_header .g_logo {
    position: static;
    text-align: center;
  }
  .cmn_header .g_logo img {
    width: 1.5rem;
  }
  .cmn_header .inner {
    width: 100%;
    padding: 0.5rem 0;
    overflow: auto;
    height: 100%;
  }
  .cmn_header nav {
    gap: 0 0.3rem;
    margin-top: 0.4rem;
  }
  .cmn_header .lists li {
    width: 100%;
    font-size: 0.18rem;
    font-weight: 900;
    font-family: "Zen Old Mincho", serif;
  }
  .cmn_header .lists li:not(:first-of-type) {
    margin-top: 0.45rem;
  }
  .cmn_header .ig_sp {
    margin-top: 0.4rem;
    text-align: center;
  }
  .cmn_header .ig_sp img {
    width: 0.3rem;
  }
  .cmn_header .hamburger {
    bottom: 0.2rem;
    right: 0.15rem;
    width: 0.4rem;
    height: 0.2rem;
  }
  .cmn_header .hamburger span {
    width: 100%;
    height: 1px;
    position: absolute;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    background-color: #fff;
  }
  .cmn_header .hamburger span:nth-of-type(1) {
    top: 0;
  }
  .cmn_header .hamburger span:nth-of-type(2) {
    top: 0.1rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .cmn_header .hamburger span:nth-of-type(3) {
    bottom: 0;
  }
  .cmn_header .hamburger.active span:nth-child(1) {
    top: 0.1rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .cmn_header .hamburger.active span:nth-child(3) {
    top: 0.1rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .cmn_header .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
}

.cmn_footer {
  position: relative;
  text-align: center;
  z-index: 1;
  background-color: #000;
}

.cmn_footer .container {
  padding: 1.45rem 0 0.4rem;
  position: relative;
  z-index: 1;
}

.cmn_footer .logo {
  position: absolute;
  top: -1px;
  left: 0;
}

.cmn_footer .logo img {
  width: 1.4rem;
}

.cmn_footer .img {
  position: absolute;
  z-index: -1;
  top: -0.4rem;
  right: -2.2rem;
}

.cmn_footer .img img {
  width: 7.88rem;
}

.cmn_footer .img::before {
  content: "";
  width: 14.4rem;
  height: 7.68rem;
  position: absolute;
  top: 0.4rem;
  left: -3.6rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/top/yuge02.png);
}

.cmn_footer .lists01 {
  width: 8rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cmn_footer .lists01 dt,
.cmn_footer .lists01 dd {
  text-align: left;
  font-size: 0.14rem;
  line-height: 2;
  color: #fff;
}

.cmn_footer .lists01 dt {
  width: 1rem;
}

.cmn_footer .lists01 dd {
  width: calc(100% - 1rem);
}

.cmn_footer .lists02 {
  margin-top: 2.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.25rem;
}

.cmn_footer .lists02 li a {
  font-size: 0.14rem;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}

.cmn_footer .ig_btn {
  margin-top: 0.8rem;
}

.cmn_footer .ig_btn img {
  width: 0.3rem;
}

.cmn_footer small {
  margin-top: 0.44rem;
  display: block;
  font-size: 0.12rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cmn_footer .container {
    padding: 0 0 0.6rem;
  }
  .cmn_footer .logo {
    margin: -1px 0 3.15rem;
    position: static;
  }
  .cmn_footer .logo img {
    width: 0.8rem;
  }
  .cmn_footer .img {
    top: 1.78rem;
    right: -0.15rem;
    width: calc(100vw + 0.3rem);
    margin: 0 calc(50% - 50vw);
  }
  .cmn_footer .img img {
    width: 100%;
  }
  .cmn_footer .img::before {
    width: 7.62rem;
    height: 5.38rem;
    top: -1.3rem;
    left: calc(50% - 2.81rem);
  }
  .cmn_footer .lists01 {
    width: 100%;
  }
  .cmn_footer .lists01 dt {
    width: 0.8rem;
  }
  .cmn_footer .lists01 dd {
    width: calc(100% - 0.8rem);
  }
  .cmn_footer .lists02 {
    margin-top: 0.6rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.32rem 0;
  }
  .cmn_footer .lists02 li {
    width: 100%;
  }
  .cmn_footer .lists02 li a {
    font-size: 0.16rem;
  }
  .cmn_footer .ig_btn {
    margin-top: 0.65rem;
  }
  .cmn_footer small {
    margin-top: 0.63rem;
  }
}

.cmn_contact {
  height: 5.85rem;
  text-align: center;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/cmn/contact_bg.webp);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cmn_contact .btn a {
  width: 6rem;
  line-height: 1.15rem;
  display: block;
  margin: 0.45rem auto 0;
  text-align: center;
  font-size: 0.4rem;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.06em;
  color: #fff;
  border: 0.02rem solid #fff;
}

@media screen and (min-width: 768px) {
  .cmn_contact .btn a {
    pointer-events: none;
  }
}

.cmn_contact .btn .num {
  padding-left: 0.65rem;
  display: inline-block;
  position: relative;
}

.cmn_contact .btn .num::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: calc(50% - 0.2rem);
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cmn/tel_icon.svg);
}

.cmn_contact .txt {
  margin-top: 0.15rem;
  font-size: 0.14rem;
  line-height: 1.45;
  color: #fff;
}

.cmn_contact .txt .small {
  font-size: 0.12rem;
}

@media screen and (max-width: 767px) {
  .cmn_contact {
    height: 5.4rem;
    background-image: url(../img/cmn/contact_bg_sp.webp);
  }
  .cmn_contact .btn a {
    width: 3.6rem;
    line-height: 1rem;
    margin: 0.4rem auto 0;
    font-size: 0.32rem;
  }
  .cmn_contact .btn .num {
    padding-left: 0.4rem;
  }
  .cmn_contact .btn .num::before {
    width: 0.3rem;
    height: 0.3rem;
    top: calc(50% - 0.15rem);
  }
  .cmn_contact .txt {
    margin-top: 0.15rem;
    font-size: 0.14rem;
    line-height: 1.45;
    color: #fff;
  }
  .cmn_contact .txt .small {
    font-size: 0.12rem;
  }
}

.cmn_map {
  position: relative;
  z-index: 1;
  background-color: #000;
}

.cmn_map iframe {
  width: 100%;
  height: 4.8rem;
}

@media screen and (max-width: 767px) {
  .cmn_map iframe {
    height: 5.2rem;
  }
}

.noentry {
  margin-top: 2em;
  text-align: center;
}

/* --------------------------------------------------------------
   Module_Element
-------------------------------------------------------------- */
.mod_tit {
  font-size: 0.32rem;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.06em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mod_tit {
    font-size: 0.24rem;
  }
}

.mod_under_mv {
  margin-top: 0;
  padding: 3.05rem 0 0;
  position: relative;
  text-align: center;
  z-index: 5;
  background-repeat: repeat;
  background-color: #fff;
  background-image: url(../img/cmn/cmn_bg.webp);
}

.mod_under_mv .img {
  width: 15.2rem;
  position: absolute;
  top: -1.65rem;
  left: -0.85rem;
}

.mod_under_mv .cat img {
  width: auto;
  height: 3rem;
}

.mod_under_mv .tit {
  position: relative;
  z-index: 1;
  margin-top: 0.37rem;
  font-size: 0.32rem;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 767px) {
  .mod_under_mv {
    padding: 2rem 0 0;
  }
  .mod_under_mv .img {
    width: 4.3rem;
    position: absolute;
    top: -0.4rem;
    left: -0.4rem;
  }
  .mod_under_mv .cat img {
    height: 1.6rem;
  }
  .mod_under_mv .tit {
    margin-top: 0.26rem;
    font-size: 0.24rem;
  }
}

.mod_news_lists {
  border-top: 0.02rem solid #fff;
}

.mod_news_lists li {
  border-bottom: 0.02rem solid #fff;
}

.mod_news_lists a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.44rem 0 0.37rem;
  color: #fff;
  position: relative;
  line-height: 1.5;
}

.mod_news_lists a::before, .mod_news_lists a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0.3rem;
  width: 0.1rem;
  height: 0.02rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}

.mod_news_lists a::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_news_lists a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .mod_news_lists a:hover::before, .mod_news_lists a:hover::after {
    right: 0.2rem;
  }
}

.mod_news_lists .date {
  width: 1.6rem;
  padding: 0 0.2rem;
}

.mod_news_lists .tit {
  width: calc(100% - 1.6rem);
  padding-right: 1rem;
}

@media screen and (max-width: 767px) {
  .mod_news_lists a {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0.3rem 0 0.3rem;
    line-height: 1.71;
  }
  .mod_news_lists a::before, .mod_news_lists a::after {
    right: 0;
  }
  .mod_news_lists .date {
    width: 100%;
    padding: 0;
  }
  .mod_news_lists .tit {
    width: 100%;
    padding-right: 0.4rem;
  }
}

.wp-pagenavi {
  margin-top: 0.78rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.5rem;
}

.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .extend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.05rem;
}

.wp-pagenavi a {
  background-color: #fff;
  color: #2a2a2a;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .wp-pagenavi a:hover {
    opacity: 0.7;
  }
  .wp-pagenavi a:hover {
    background-color: #f5c51d;
    opacity: 1;
    color: #fff;
  }
}

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  padding: 0.13rem 0.25rem 0.13rem;
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  width: 0.6rem;
  margin: 0 0.05rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover {
    background-color: #f5c51d;
    border: 1px solid #f5c51d;
    opacity: 1;
    color: #fff;
  }
}

.wp-pagenavi .current {
  font-size: 0.14rem;
  color: #fff;
  background-color: #f5c51d;
  border: 1px solid #f5c51d;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 0.4rem;
    height: 0.3rem;
  }
  .wp-pagenavi a,
  .wp-pagenavi .current,
  .wp-pagenavi .extend {
    width: 0.3rem;
    height: 100%;
    margin: 0 0.02rem;
  }
  .wp-pagenavi a {
    font-size: 0.12rem;
  }
  .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
    padding: 0.09rem 0.12rem 0.1rem;
    margin: 0 0.025rem;
    font-size: 0.1rem;
    width: 0.3rem;
  }
  .wp-pagenavi .extend {
    font-size: 0.12rem;
    font-weight: bold;
    border: 1px solid #d1d1d1;
    margin: 0 0.05rem;
    font-size: 0.18rem;
    font-weight: bold;
  }
  .wp-pagenavi .current {
    font-size: 0.12rem;
    font-weight: bold;
    border: 1px solid #ddd;
  }
}

.post_content {
  margin-top: 0.65rem;
}

@media screen and (max-width: 767px) {
  .post_content {
    margin-top: 0.325rem;
  }
}

.post_content h1 {
  font-size: 0.22rem;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h2 {
  font-size: 0.2rem;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h3 {
  font-size: 0.18rem;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h4 {
  font-size: 0.17rem;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h5 {
  font-size: 0.16rem;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h6 {
  font-size: 0.15rem;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content p {
  margin: 0 0 2.3em;
  line-height: 2.5;
}

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

.post_content img.alignleft {
  float: left;
  display: block;
  margin: 0 1em 1em 0;
}

.post_content img.alignright {
  float: right;
  display: block;
  margin: 0 0 1em 1em;
}

.post_content img.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

.post_content a {
  color: #d2202a;
  text-decoration: underline;
}

.post_content em {
  font-style: italic;
}

.post_content blockquote {
  background: #f1f1f1;
  padding: 1em;
  margin: 1em auto;
}

.post_content blockquote p {
  margin-bottom: 0;
}

.post_content blockquote p ~ p {
  margin-top: 1em;
}

.post_content ul,
.post_content ol {
  margin: 1em 0 1em 1em;
}

.post_content ul li {
  list-style: outside disc;
}

.post_content ol li {
  list-style: outside decimal;
}

.post_content iframe {
  max-width: 100% !important;
}

/* ブロックエディタ対応版 */
.post_content,
.post_content .wp-block-post-content {
  font-size: 0.16rem;
  line-height: 2.5;
}

/* 見出し */
.post_content h1,
.post_content .wp-block-heading h1 {
  font-size: 0.22rem;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h2,
.post_content .wp-block-heading h2 {
  font-size: 0.2rem;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

/* 以降 h3〜h6 同様 */
/* 段落 */
.post_content p,
.post_content .wp-block-paragraph {
  margin: 0 0 2.3em;
  line-height: 2.5;
}

/* 画像 */
.post_content img,
.post_content .wp-block-image img {
  max-width: 100%;
  height: auto;
  margin: 0 0 1em;
}

/* 引用 */
.post_content blockquote,
.post_content .wp-block-quote {
  background: #f1f1f1;
  padding: 1em;
  margin: 1em auto;
}

.post_content blockquote p,
.post_content .wp-block-quote p {
  margin-bottom: 0;
}

/* error
--------------------------------------------------------------*/
.error_page .mod_under_mv {
  padding: 4.45rem 0 0.9rem;
}

.error_page .mod_under_mv .tit {
  margin-top: 0;
  font-size: 0.48rem;
}

@media screen and (max-width: 767px) {
  .error_page .mod_under_mv {
    padding: 2.25rem 0 0;
  }
  .error_page .mod_under_mv .tit {
    margin-top: 0;
    font-size: 0.32rem;
  }
}

.error_page .error {
  padding: 0 0 2.2rem;
  text-align: center;
  position: relative;
  z-index: 11;
}

.error_page .error .txt {
  line-height: 2.5;
}

.error_page .error .btn a {
  width: 4rem;
  line-height: 0.76rem;
  margin: 0.45rem auto 0;
  text-align: center;
  display: block;
  border: 0.02rem solid #000;
  position: relative;
  background-color: #fff;
}

.error_page .error .btn a::before, .error_page .error .btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0.17rem;
  width: 0.1rem;
  height: 0.02rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #000;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}

.error_page .error .btn a::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.error_page .error .btn a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .error_page .error {
    padding: 0.3rem 0 1.6rem;
  }
  .error_page .error .btn a {
    width: 2.8rem;
    line-height: 0.56rem;
    font-size: 0.16rem;
    margin: 0.4rem auto 0;
  }
  .error_page .error .btn a::before, .error_page .error .btn a::after {
    right: 0.1rem;
  }
}

/* TOP
--------------------------------------------------------------*/
.top_page {
  background-color: #000;
}

.top_page .top_mv {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/top/mv_bg_deco.png);
}

.top_page .top_mv .before_wrap {
  width: 100%;
  height: 100vh;
  position: relative;
}

.top_page .top_mv .cat_wrap {
  width: 100%;
  height: 6.8rem;
  position: absolute;
  top: calc(50% - 3.1rem);
}

.top_page .top_mv .cat_wrap .cat {
  width: 3.6rem;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top_page .top_mv .cat_wrap .cat img {
  width: 100%;
}

.top_page .top_mv .cat_wrap .cat01 {
  left: 1.85rem;
}

.top_page .top_mv .cat_wrap .cat02 {
  right: -1.7rem;
}

.top_page .top_mv .img {
  max-height: 6.8rem;
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top_page .top_mv .img img {
  height: 100%;
}

.top_page .top_mv .yuge {
  position: fixed;
  top: 0;
  left: 0;
}

.top_page .top_mv .yuge01 img {
  width: 100%;
  height: 100vh;
}

.top_page .top_mv .yuge02 {
  top: 0;
  left: 0;
  z-index: 1;
}

.top_page .top_mv .yuge02.show {
  opacity: 0.7 !important;
}

.top_page .top_mv .after {
  height: 120vh;
  min-height: 12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.top_page .top_mv .after .cat img {
  width: 13.6rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .top_page .top_mv {
    padding-bottom: 2rem;
  }
  .top_page .top_mv .before_wrap {
    padding: 1.5rem 0;
    height: auto;
  }
  .top_page .top_mv .cat_wrap {
    width: 100%;
    height: auto;
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_page .top_mv .cat_wrap .cat {
    width: 5.6rem;
    position: static;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
  }
  .top_page .top_mv .cat_wrap .cat img {
    width: 100%;
  }
  .top_page .top_mv .cat_wrap .cat01 {
    left: 1.85rem;
  }
  .top_page .top_mv .cat_wrap .cat02 {
    right: -1.7rem;
  }
  .top_page .top_mv .img_wrap {
    margin: -1rem -0.4rem;
    position: relative;
    z-index: 1;
  }
  .top_page .top_mv .img {
    max-height: none;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .top_page .top_mv .yuge {
    position: absolute;
    top: 0;
    left: 0;
  }
  .top_page .top_mv .yuge01 img {
    width: 100vw;
    height: 130vh;
  }
  .top_page .top_mv .yuge02 {
    top: 0;
    left: 0;
    z-index: 1;
  }
  .top_page .top_mv .after {
    margin-top: -2.2rem;
    height: auto;
    min-height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
  }
  .top_page .top_mv .after .cat {
    -webkit-transition-delay: 1.5s !important;
            transition-delay: 1.5s !important;
  }
  .top_page .top_mv .after .cat img {
    width: 13.6rem;
  }
}

@media screen and (max-width: 767px) {
  .top_page .top_mv {
    padding-bottom: 0.4rem;
  }
  .top_page .top_mv .before_wrap {
    padding: 1.5rem 0 0;
    height: auto;
  }
  .top_page .top_mv .cat_wrap {
    padding: 0 0.13rem;
    width: 100%;
    height: auto;
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_page .top_mv .cat_wrap .cat {
    width: 1.65rem;
    position: static;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
  }
  .top_page .top_mv .cat_wrap .cat img {
    width: 100%;
  }
  .top_page .top_mv .cat_wrap .cat01 {
    left: 1.85rem;
  }
  .top_page .top_mv .cat_wrap .cat02 {
    right: -1.7rem;
  }
  .top_page .top_mv .img_wrap {
    margin: -0.2rem -0.14rem;
    position: relative;
    z-index: 1;
  }
  .top_page .top_mv .img {
    max-height: none;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .top_page .top_mv .yuge {
    position: absolute;
    top: 0;
    left: 0;
  }
  .top_page .top_mv .yuge01 img {
    width: 100vw;
    height: 190vh;
  }
  .top_page .top_mv .yuge02 {
    top: 0;
    left: 0;
    z-index: 1;
  }
  .top_page .top_mv .after {
    margin-top: -0.5rem;
    height: auto;
    min-height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
  }
  .top_page .top_mv .after .cat {
    -webkit-transition-delay: 1.5s !important;
            transition-delay: 1.5s !important;
  }
  .top_page .top_mv .after .cat img {
    width: 3.6rem;
  }
}

.top_page .fixed_img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_page .fixed_img .img {
  width: 7.885rem;
}

.top_page .fixed_img .yuge01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.top_page .fixed_img .yuge01 img {
  width: 100vw;
}

.top_page .fixed_img .yuge02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.top_page .fixed_img .yuge02 img {
  width: 10.4rem;
}

.top_page .mv {
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/top/mv_bg_deco.png);
}

.top_page .mv .before,
.top_page .mv .after {
  position: relative;
}

.top_page .mv .before {
  padding: 3.7rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_page .mv .before .cat {
  bottom: 0.1rem;
}

.top_page .mv .before .cat img {
  width: 3.6rem;
}

.top_page .mv .before .cat.cat01 {
  left: 0.1rem;
}

.top_page .mv .before .cat.cat02 {
  right: 0.1rem;
}

.top_page .mv .after {
  padding: 3rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .top_page .mv .after .cat {
    opacity: 1 !important;
  }
}

.top_page .mv .after .cat img {
  width: 13.6rem;
}

@media screen and (max-width: 767px) {
  .top_page .mv {
    margin-top: -2.35rem;
    height: 100svh;
    position: relative;
  }
  .top_page .mv .before {
    height: auto;
    position: static;
  }
  .top_page .mv .before .cat {
    bottom: 62%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top_page .mv .before .cat img {
    width: 1.25rem;
  }
  .top_page .mv .before .cat.cat01 {
    left: 0.1rem;
  }
  .top_page .mv .before .cat.cat02 {
    right: 0.1rem;
  }
  .top_page .mv .after {
    height: 100%;
    display: block;
    position: static;
  }
  .top_page .mv .after .cat {
    position: absolute;
    z-index: 2;
    bottom: 0;
    top: 78%;
    left: calc(50% - 1.8rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top_page .mv .after .cat img {
    width: 3.6rem;
  }
}

.top_page .about {
  padding: 1.55rem 0 2.1rem;
  position: relative;
  z-index: 1;
  background-repeat: repeat;
  background-color: #fff;
  background-image: url(../img/cmn/cmn_bg.webp);
}

.top_page .about::after {
  content: "";
  width: 7.2rem;
  height: 3.435rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/top/about_img.webp);
}

.top_page .about .tit {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
}

.top_page .about .txt {
  font-size: 0.18rem;
  line-height: 2.5;
}

.top_page .about .txt.txt01 {
  margin-top: 1.1rem;
}

.top_page .about .txt.txt02 {
  margin-top: 0.4rem;
}

.top_page .about .cat {
  margin-top: 0.6rem;
  font-size: 0.48rem;
  line-height: 1.75;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
}

.top_page .about .cat .strong {
  color: #e00414;
}

@media screen and (max-width: 767px) {
  .top_page .about {
    padding: 0.8rem 0 2.22rem;
  }
  .top_page .about::after {
    width: 100%;
    height: 1.85rem;
  }
  .top_page .about .tit {
    font-size: 0.32rem;
    line-height: 1.5;
  }
  .top_page .about .txt {
    font-size: 0.16rem;
    line-height: 2;
  }
  .top_page .about .txt.txt01 {
    margin-top: 0.55rem;
  }
  .top_page .about .txt.txt02 {
    margin-top: 0.28rem;
  }
  .top_page .about .cat {
    margin-top: 0.3rem;
    font-size: 0.24rem;
    line-height: 2;
  }
}

.top_page .news {
  padding: 1.65rem 0 1.6rem;
  background-color: #e00414;
  position: relative;
  z-index: 1;
}

.top_page .news .mod_tit {
  text-align: center;
}

.top_page .news .mod_news_lists {
  margin-top: 0.65rem;
}

.top_page .news .btn a {
  width: 4rem;
  line-height: 0.77rem;
  margin: 0.6rem auto 0;
  text-align: center;
  display: block;
  color: #fff;
  border: 0.02rem solid #fff;
  position: relative;
}

.top_page .news .btn a::before, .top_page .news .btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0.17rem;
  width: 0.1rem;
  height: 0.02rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}

.top_page .news .btn a::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top_page .news .btn a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top_page .news #sbi_images {
  padding: 1.2rem 0 0 !important;
}

.top_page .news .ig_btn a {
  width: 6rem;
  margin: 0.6rem auto 0;
  display: block;
  text-align: center;
  padding: 0.3rem 0;
  color: #fff;
  border: 0.02rem solid #fff;
}

.top_page .news .ig_btn .txt {
  display: block;
}

.top_page .news .ig_btn .txt {
  font-size: 0.24rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  font-family: "Zen Old Mincho", serif;
}

.top_page .news .ig_btn .add {
  display: inline-block;
  margin-top: 0.13rem;
  padding-left: 0.4rem;
  position: relative;
}

.top_page .news .ig_btn .add::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: calc(50% - 0.15rem);
  left: 0;
  mix-blend-mode: normal;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cmn/ig_icon.svg);
}

.top_page .news .noentry {
  margin-top: 3em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top_page .news {
    padding: 0.86rem 0 0.8rem;
  }
  .top_page .news .mod_news_lists {
    margin-top: 0.63rem;
  }
  .top_page .news .btn a {
    width: 2.8rem;
    line-height: 0.56rem;
    font-size: 0.16rem;
    margin: 0.4rem auto 0;
  }
  .top_page .news .btn a::before, .top_page .news .btn a::after {
    right: 0.1rem;
  }
  .top_page .news #sbi_images {
    padding: 0.6rem 0 0 !important;
  }
  .top_page .news .ig_btn a {
    width: 100%;
    margin: 0.4rem auto 0;
    padding: 0.34rem 0;
  }
  .top_page .news .ig_btn .txt {
    font-size: 0.2rem;
  }
  .top_page .news .ig_btn .add {
    margin-top: 0.14rem;
    padding-left: 0.4rem;
  }
}

.top_page .review {
  padding: 1rem 0;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .top_page .review {
    padding: 0.6rem 0 0.3rem;
  }
}

.top_page .intro {
  position: relative;
  z-index: 1;
  background-color: #f5c51d;
}

.top_page .intro .item_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top_page .intro .item {
  width: calc(100% / 4);
  padding: 1rem 0.3rem;
  text-align: center;
}

.top_page .intro .item:not(:first-of-type) {
  border-left: 0.02rem solid #000;
}

.top_page .intro .cat img {
  width: auto;
  height: 1.45rem;
}

.top_page .intro .img {
  margin-top: 0.6rem;
}

.top_page .intro .img img {
  width: 3rem;
  height: 3rem;
}

.top_page .intro .tit {
  margin-top: 0.4rem;
  font-size: 0.32rem;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
}

.top_page .intro .wrap {
  min-height: 2.1rem;
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_page .intro .txt {
  line-height: 1.75;
}

.top_page .intro .btn a {
  width: 100%;
  line-height: 0.6rem;
  display: block;
  text-align: center;
  border: 0.02rem solid #000;
  background-color: #fff;
  position: relative;
}

.top_page .intro .btn a::before, .top_page .intro .btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0.44rem;
  width: 0.1rem;
  height: 0.02rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #000;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}

.top_page .intro .btn a::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top_page .intro .btn a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .top_page .intro .item_wrap {
    display: block;
  }
  .top_page .intro .item {
    width: 100%;
    padding: 0.8rem 0.45rem;
  }
  .top_page .intro .item:not(:first-of-type) {
    border-left: none;
    border-top: 0.02rem solid #000;
  }
  .top_page .intro .cat img {
    height: 1.7rem;
  }
  .top_page .intro .tit {
    margin-top: 0.4rem;
  }
  .top_page .intro .wrap {
    min-height: 2.1rem;
    margin-top: 0.2rem;
  }
  .top_page .intro .txt {
    line-height: 1.75;
  }
  .top_page .intro .btn a {
    width: 2.8rem;
    line-height: 0.57rem;
    margin: 0 auto;
  }
  .top_page .intro .btn a::before, .top_page .intro .btn a::after {
    right: 0.1rem;
  }
}

/* 大起のこだわり
--------------------------------------------------------------*/
.commitment_page .commitment {
  padding: 1.75rem 0 2.15rem;
}

.commitment_page .commitment .tit {
  text-align: center;
  font-size: 0.48rem;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
}

.commitment_page .commitment .wrap {
  margin-top: 1.9rem;
}

.commitment_page .commitment .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.commitment_page .commitment .item:not(:first-of-type) {
  margin-top: 1.6rem;
}

.commitment_page .commitment .item:nth-of-type(odd) .txt {
  padding-right: 0.8rem;
}

.commitment_page .commitment .item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.commitment_page .commitment .item:nth-of-type(even) .txt {
  padding-left: 0.8rem;
}

.commitment_page .commitment .img {
  width: 6rem;
}

.commitment_page .commitment .img img {
  width: 100%;
  border-radius: 50%;
}

.commitment_page .commitment .txt {
  width: 6.8rem;
  position: relative;
}

.commitment_page .commitment .item_tit {
  font-size: 0.4rem;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
}

.commitment_page .commitment .desc {
  font-size: 0.18rem;
  margin-top: 2em;
  line-height: 2.5;
}

.commitment_page .commitment .deco {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.commitment_page .commitment .deco img {
  width: 100%;
}

.commitment_page .commitment .deco.deco01 {
  left: 43%;
  width: 4.675rem;
}

.commitment_page .commitment .deco.deco02 {
  left: 57%;
  width: 4.59rem;
}

.commitment_page .commitment .deco.deco03 {
  left: 46%;
  width: 4.21rem;
}

@media screen and (max-width: 767px) {
  .commitment_page .commitment {
    padding: 0.875rem 0 1.6rem;
  }
  .commitment_page .commitment .tit {
    text-align: center;
    font-size: 0.28rem;
    line-height: 1.5;
  }
  .commitment_page .commitment .wrap {
    margin-top: 1rem;
  }
  .commitment_page .commitment .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.4rem 0;
  }
  .commitment_page .commitment .item:not(:first-of-type) {
    margin-top: 1.2rem;
  }
  .commitment_page .commitment .item:nth-of-type(odd) .txt {
    padding-right: 0;
  }
  .commitment_page .commitment .item:nth-of-type(even) {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
  }
  .commitment_page .commitment .item:nth-of-type(even) .txt {
    padding-left: 0;
  }
  .commitment_page .commitment .img {
    width: 100%;
  }
  .commitment_page .commitment .txt {
    width: 100%;
  }
  .commitment_page .commitment .item_tit {
    font-size: 0.32rem;
    text-align: center;
  }
  .commitment_page .commitment .desc {
    font-size: 0.16rem;
    margin-top: 0.4rem;
  }
  .commitment_page .commitment .deco {
    top: 60%;
  }
  .commitment_page .commitment .deco.deco01 {
    left: 50%;
    width: 2.3375rem;
  }
  .commitment_page .commitment .deco.deco02 {
    left: 50%;
    width: 2.295rem;
  }
  .commitment_page .commitment .deco.deco03 {
    left: 50%;
    width: 2.105rem;
  }
}

/* 大起のこだわり
--------------------------------------------------------------*/
.menu_page .menu {
  padding: 1.6rem 0 0;
}

.menu_page .menu .txt {
  text-align: center;
  font-size: 0.24rem;
  font-weight: 900;
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
}

.menu_page .menu .notes {
  margin-top: 1em;
  text-align: center;
}

.menu_page .menu .content {
  padding: 0 0 2.2rem;
  margin-top: 1.5rem;
  color: #fff;
  background-color: #d2202a;
}

.menu_page .menu .main .main_tit {
  padding: 0.7rem 0;
  text-align: center;
  font-size: 0.48rem;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
  border-bottom: 2px solid #fff;
}

.menu_page .menu .main .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

.menu_page .menu .main .lists::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.menu_page .menu .main .lists li {
  width: calc(100% / 3);
  padding: 0.64rem 0.5rem 0.55rem;
  text-align: center;
  border-bottom: 2px solid #fff;
}

.menu_page .menu .main .lists li:not(:nth-of-type(3n)) {
  border-right: 2px solid #fff;
}

.menu_page .menu .main .lists .list_tit {
  font-size: 0.32rem;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
}

.menu_page .menu .main .lists .img {
  width: 3.8rem;
  height: 3.8rem;
  margin-top: 0.45rem;
}

.menu_page .menu .main .lists .wrap {
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.3rem;
}

.menu_page .menu .main .lists .price {
  font-size: 0.24rem;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
}

.menu_page .menu .main .lists .price .strong {
  font-size: 0.32rem;
}

.menu_page .menu .main .lists .desc {
  margin-top: 0.24rem;
  line-height: 1.75;
}

.menu_page .menu .other {
  padding-top: 0.64rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu_page .menu .sub {
  width: 6.4rem;
}

.menu_page .menu .sub .sub_tit {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
}

.menu_page .menu .sub .lists {
  margin-top: 0.45rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid #fff;
}

.menu_page .menu .sub .lists dt,
.menu_page .menu .sub .lists dd {
  padding-top: 0.34rem;
  padding-bottom: 0.34rem;
  font-family: "Zen Old Mincho", serif;
  border-bottom: 2px solid #fff;
}

.menu_page .menu .sub .lists dt {
  width: 5rem;
  font-size: 0.24rem;
  padding-left: 0.4rem;
}

.menu_page .menu .sub .lists dt .opt {
  margin-top: 0.1rem;
  display: block;
  font-size: 0.16rem;
  font-family: "Noto Sans JP", sans-serif;
}

.menu_page .menu .sub .lists dd {
  font-size: 0.16rem;
  text-align: right;
  padding-right: 0.4rem;
  width: calc(100% - 5rem);
}

.menu_page .menu .sub .lists dd .strong {
  font-size: 0.24rem;
}

@media screen and (max-width: 767px) {
  .menu_page .menu {
    padding: 0.8rem 0 0;
  }
  .menu_page .menu .txt {
    padding: 0 0.1rem;
    font-size: 0.16rem;
  }
  .menu_page .menu .content {
    padding: 0 0 1.6rem;
    margin-top: 0.8rem;
  }
  .menu_page .menu .main .main_tit {
    padding: 0.35rem 0;
    font-size: 0.32rem;
    border-top: none;
  }
  .menu_page .menu .main .lists li {
    width: 100%;
    padding: 0.8rem 0.25rem;
  }
  .menu_page .menu .main .lists li:not(:nth-of-type(3n)) {
    border-right: none;
  }
  .menu_page .menu .main .lists li:last-of-type {
    border-bottom: none;
  }
  .menu_page .menu .main .lists .list_tit {
    font-size: 0.24rem;
  }
  .menu_page .menu .main .lists .img {
    width: 3.4rem;
    height: 3.4rem;
    margin-top: 0.2rem;
  }
  .menu_page .menu .main .lists .wrap {
    margin-top: 0.125rem;
    gap: 0 0.3rem;
  }
  .menu_page .menu .main .lists .price {
    font-size: 0.18rem;
  }
  .menu_page .menu .main .lists .price .strong {
    font-size: 0.24rem;
  }
  .menu_page .menu .main .lists .desc {
    margin-top: 0.2rem;
  }
  .menu_page .menu .other {
    padding-top: 0.4rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-top: none;
    gap: 0.4rem 0;
  }
  .menu_page .menu .sub {
    width: 100%;
  }
  .menu_page .menu .sub .sub_tit {
    font-size: 0.2rem;
  }
  .menu_page .menu .sub .lists {
    margin: 0.25rem 0.2rem 0;
  }
  .menu_page .menu .sub .lists dt,
  .menu_page .menu .sub .lists dd {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }
  .menu_page .menu .sub .lists dt {
    width: 2.6rem;
    font-size: 0.18rem;
    padding-left: 0.1rem;
  }
  .menu_page .menu .sub .lists dt .opt {
    margin-top: 0.1rem;
    font-size: 0.1rem;
  }
  .menu_page .menu .sub .lists dd {
    font-size: 0.14rem;
    padding-right: 0.1rem;
    width: calc(100% - 2.6rem);
  }
  .menu_page .menu .sub .lists dd .strong {
    font-size: 0.18rem;
  }
}

/* 店舗案内
--------------------------------------------------------------*/
.company_page .mod_under_mv {
  padding: 4.35rem 0 1.6rem;
}

@media screen and (max-width: 767px) {
  .company_page .mod_under_mv {
    padding: 2rem 0 0;
  }
}

.company_page .company {
  padding: 1.75rem 0 2.2rem;
  position: relative;
}

.company_page .company .fixed_img {
  width: 50%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.company_page .company .fixed_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  opacity: 0;
}

.company_page .company .fixed_img .img1 {
  opacity: 1;
}

.company_page .company .fixed_img.active .img1 {
  opacity: 0;
}

.company_page .company .fixed_img.active .img2 {
  opacity: 1;
}

.company_page .company .content {
  width: 50%;
  margin-left: auto;
  padding: 0 0.8rem 0 0.6rem;
}

.company_page .company .tit {
  font-size: 0.4rem;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
}

.company_page .company .greeting .txt {
  margin-top: 0.77rem;
}

.company_page .company .greeting .desc {
  line-height: 2.5;
}

.company_page .company .greeting .desc:not(:first-of-type) {
  margin-top: 2.5em;
}

.company_page .company .greeting .sign {
  margin-top: 0.55rem;
  text-align: right;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
}

.company_page .company .greeting .sign .name {
  margin-left: 0.2rem;
  font-size: 0.24rem;
}

.company_page .company .summary {
  margin-top: 1.7rem;
}

.company_page .company .summary .lists {
  margin-top: 0.88rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 0.02rem solid #000;
}

.company_page .company .summary .lists dt,
.company_page .company .summary .lists dd {
  padding-top: 0.39rem;
  padding-bottom: 0.39rem;
  line-height: 1.5;
  border-bottom: 0.02rem solid #000;
}

.company_page .company .summary .lists dt {
  width: 1.2rem;
  padding-left: 0.2rem;
}

.company_page .company .summary .lists dd {
  width: calc(100% - 1.2rem);
}

.company_page .company .summary .lists .child_lists li {
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}

.company_page .company .summary .lists .child_lists li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #1a1a1a;
}

@media screen and (max-width: 767px) {
  .company_page .company {
    padding: 0.875rem 0 1.6rem;
  }
  .company_page .company .fixed_img {
    width: 100%;
    height: 100vw;
    margin-top: 0.4rem;
    position: static;
  }
  .company_page .company .fixed_img img {
    position: static;
    opacity: 1;
  }
  .company_page .company .content {
    width: 100%;
    padding: 0 0.2rem 0 0.2rem;
  }
  .company_page .company .tit {
    font-size: 0.32rem;
  }
  .company_page .company .greeting .txt {
    margin-top: 0.35rem;
  }
  .company_page .company .greeting .desc:not(:first-of-type) {
    margin-top: 2em;
  }
  .company_page .company .greeting .sign {
    margin-top: 0.25rem;
  }
  .company_page .company .greeting .sign .name {
    margin-left: 0.2rem;
    font-size: 0.24rem;
  }
  .company_page .company .summary {
    margin-top: 1.2rem;
  }
  .company_page .company .summary .lists {
    margin-top: 0.4rem;
  }
  .company_page .company .summary .lists dt,
  .company_page .company .summary .lists dd {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .company_page .company .summary .lists dt {
    width: 0.85rem;
    padding-left: 0;
  }
  .company_page .company .summary .lists dd {
    width: calc(100% - 0.85rem);
  }
}

/* お知らせ一覧
--------------------------------------------------------------*/
.news_page .mod_under_mv {
  padding: 4.45rem 0 0.9rem;
}

.news_page .mod_under_mv .tit {
  margin-top: 0;
  font-size: 0.48rem;
}

@media screen and (max-width: 767px) {
  .news_page .mod_under_mv {
    padding: 2.25rem 0 0.3rem;
  }
  .news_page .mod_under_mv .tit {
    margin-top: 0;
    font-size: 0.32rem;
  }
}

.news_page .news {
  padding: 1.55rem 0 2.2rem;
  position: relative;
  z-index: 11;
  background-color: #d2202a;
}

.news_page .news .noentry {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .news_page .news {
    padding: 0.78rem 0 1.1rem;
  }
}

/* お知らせ詳細
--------------------------------------------------------------*/
.news_detail_page .mod_under_mv {
  padding: 4.6rem 0 0;
}

@media screen and (max-width: 767px) {
  .news_detail_page .mod_under_mv {
    padding: 1.6rem 0 0.3rem;
  }
}

.news_detail_page .news {
  width: 8rem;
  margin: 0 auto;
  position: relative;
  z-index: 11;
  padding: 1rem 0 2.2rem;
}

.news_detail_page .news .tit {
  margin-top: 0.05rem;
  font-size: 0.32rem;
  font-weight: 900;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}

.news_detail_page .news .btn a {
  width: 4rem;
  line-height: 0.76rem;
  margin: 0.7rem auto 0;
  text-align: center;
  display: block;
  border: 0.02rem solid #000;
  position: relative;
  background-color: #fff;
}

.news_detail_page .news .btn a::before, .news_detail_page .news .btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0.17rem;
  width: 0.1rem;
  height: 0.02rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #000;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}

.news_detail_page .news .btn a::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.news_detail_page .news .btn a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .news_detail_page .news {
    width: calc(100% - 0.3rem);
    padding: 0 0 1.1rem;
  }
  .news_detail_page .news .tit {
    font-size: 0.24rem;
  }
  .news_detail_page .news .btn a {
    width: 2.8rem;
    line-height: 0.56rem;
    font-size: 0.16rem;
    margin: 0.4rem auto 0;
  }
  .news_detail_page .news .btn a::before, .news_detail_page .news .btn a::after {
    right: 0.1rem;
  }
}

/* プライバシーポリシー
--------------------------------------------------------------*/
.privacy_page .mod_under_mv {
  padding: 4.5rem 0 0;
}

.privacy_page .mod_under_mv .tit {
  margin-top: 0;
  font-size: 0.48rem;
}

@media screen and (max-width: 767px) {
  .privacy_page .mod_under_mv {
    padding: 2.25rem 0 0;
  }
  .privacy_page .mod_under_mv .tit {
    margin-top: 0;
    font-size: 0.32rem;
  }
}

.privacy_page .privacy {
  width: 8rem;
  margin: 0 auto;
  padding: 0.85rem 0 2.2rem;
  position: relative;
  z-index: 11;
}

.privacy_page .privacy .tit {
  font-size: 0.32rem;
  font-weight: 900;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}

.privacy_page .privacy .tit:not(:first-of-type) {
  margin-top: 0.55rem;
}

.privacy_page .privacy .txt {
  margin-top: 0.25rem;
  line-height: 2;
}

.privacy_page .privacy .lists li {
  padding-left: 1em;
  position: relative;
  line-height: 2;
}

.privacy_page .privacy .lists li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #1a1a1a;
}

@media screen and (max-width: 767px) {
  .privacy_page .privacy {
    width: calc(100% - 0.3rem);
    padding: 0.425rem 0 1.6rem;
  }
  .privacy_page .privacy .tit {
    font-size: 0.24rem;
  }
  .privacy_page .privacy .tit:not(:first-of-type) {
    margin-top: 0.3rem;
  }
  .privacy_page .privacy .txt {
    margin-top: 0.125rem;
  }
}

/* 店舗案内
--------------------------------------------------------------*/
.recruit_page .mod_under_mv {
  padding: 4.35rem 0 1.6rem;
}

@media screen and (max-width: 767px) {
  .recruit_page .mod_under_mv {
    padding: 2rem 0 0;
  }
}

.recruit_page .recruit {
  padding: 1.75rem 0 2.2rem;
}

.recruit_page .recruit .fixed_img {
  width: 50%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.recruit_page .recruit .content {
  width: 50%;
  margin-left: auto;
  padding: 0 0.8rem 0 0.6rem;
}

.recruit_page .recruit .tit {
  font-size: 0.4rem;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
}

.recruit_page .recruit .summary .lists {
  margin-top: 0.88rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 0.02rem solid #000;
}

.recruit_page .recruit .summary .lists dt,
.recruit_page .recruit .summary .lists dd {
  padding-top: 0.39rem;
  padding-bottom: 0.39rem;
  line-height: 1.5;
  border-bottom: 0.02rem solid #000;
}

.recruit_page .recruit .summary .lists dt {
  width: 1.2rem;
  padding-left: 0.2rem;
}

.recruit_page .recruit .summary .lists dd {
  width: calc(100% - 1.2rem);
}

.recruit_page .recruit .summary .lists .child_lists li {
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}

.recruit_page .recruit .summary .lists .child_lists li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #1a1a1a;
}

.recruit_page .recruit .summary .notes {
  margin-top: 0.6rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
}

.recruit_page .recruit .summary .notes a {
  color: #d1222a;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .recruit_page .recruit {
    padding: 0.875rem 0 1.6rem;
  }
  .recruit_page .recruit .fixed_img {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    position: static;
  }
  .recruit_page .recruit .content {
    width: 100%;
    padding: 0 0.2rem 0 0.2rem;
  }
  .recruit_page .recruit .tit {
    font-size: 0.28rem;
  }
  .recruit_page .recruit .summary .lists {
    margin-top: 0.4rem;
  }
  .recruit_page .recruit .summary .lists dt,
  .recruit_page .recruit .summary .lists dd {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .recruit_page .recruit .summary .lists dt {
    width: 0.85rem;
    padding-left: 0;
  }
  .recruit_page .recruit .summary .lists dd {
    width: calc(100% - 0.85rem);
  }
  .recruit_page .recruit .summary .notes {
    margin-top: 0.3rem;
    font-size: 0.2rem;
  }
}

.recruit_page .noentry {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 767px) {
  .recruit_page .noentry {
    margin-top: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */