/*! modern-css-reset */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html, body {
  width: 100%;
}

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

body {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000;
  background-color: #fff;
  margin: 0;
}

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

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

.inner {
  max-width: calc(1180px + 10%);
  padding: 0 5%;
  margin: auto;
}

.inner2 {
  max-width: calc(1000px + 10%);
  padding: 0 5%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  main {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 60px;
  }
}

.page_fv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_fv {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .page_fv {
    height: 300px;
  }
}
.page_fv::before {
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.page_fv img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page_fv__ttl {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  line-height: 1.7;
  letter-spacing: 0.25em;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page_fv__ttl {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .page_fv__ttl {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 768px) {
  .page_wrap {
    margin: 100px 0 140px;
  }
}
@media screen and (max-width: 767px) {
  .page_wrap {
    margin: 80px 0;
  }
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: 400;
}

.ttl_cmn {
  line-height: 1.5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .ttl_cmn {
    font-size: 3.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ttl_cmn {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
.ttl_cmn:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #000;
  display: block;
  margin-left: 0.5em;
}

.ttl_cmn2 {
  font-size: 2.3rem;
  margin-bottom: 10px;
}

.ttl_cmn3 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ttl_cmn3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_cmn3 {
    font-size: 2.3rem;
  }
}

.btn {
  width: 100%;
  margin: auto;
  display: block;
  text-align: center;
  color: #B13F32;
  border: 1px solid #B13F32;
  border-radius: 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn {
    max-width: 295px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    max-width: 270px;
    padding: 10px 30px;
  }
}
.btn::after {
  position: absolute;
  content: "";
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
          mask-position: bottom right;
  background-color: #B13F32;
  height: 5px;
  bottom: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .btn::after {
    width: 30px;
    right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .btn::after {
    width: 20px;
    right: -12px;
  }
}
@media screen and (min-width: 768px) {
  .btn:hover::after {
    right: -20px;
  }
}

.link {
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.link:hover {
  opacity: 0.6;
}

.thmb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.thmb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.thmb_frame {
  border: 1px solid #A5A5A5;
}

.thmb_link:hover .thmb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.breadcrumbs {
  padding: 10px 0;
  background-color: #EDEDED;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 1.2rem;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin: 60px -10px -10px 0;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin: 40px -10px -10px 0;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 10px 10px 0;
  background: #fff;
  color: #B13F32;
  border: 1px solid #B13F32;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.wp-pagenavi a {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wp-pagenavi a:hover {
  opacity: 0.6;
}
.wp-pagenavi .current {
  background: #B13F32;
  color: #fff;
}

.list_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 200px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    font-size: 1.4rem;
  }
}
.list_pagination a {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.list_pagination a:hover {
  opacity: 0.6;
}
.list_pagination__item {
  width: 30px;
}
.list_pagination__item:nth-child(2) {
  width: 120px;
  text-align: center;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 2%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .header__ttl {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .header__ttl {
    max-width: 230px;
  }
}
.header__ttl a:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__ttl a:hover:hover {
  opacity: 0.6;
}
.header__r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3em;
}
@media screen and (max-width: 1340px) {
  .header__nav {
    display: none;
  }
}
.header__nav__item {
  cursor: pointer;
  position: relative;
}
.header__nav__item:not(:last-child) {
  margin-right: 2em;
}
.header__nav__item a {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__nav__item a:hover {
  opacity: 0.6;
}
.header__nav__item .drp_point {
  position: relative;
  padding-right: 5px;
}
.header__nav__item .drp_point::after {
  position: absolute;
  content: "";
  -webkit-mask: url(../img/common/icon_triangle.svg) no-repeat center/100%;
          mask: url(../img/common/icon_triangle.svg) no-repeat center/100%;
  background-color: #000;
  width: 4px;
  height: 8px;
  right: 0;
  top: 40%;
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
}
.header__nav__item__drp {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 1.4rem;
  white-space: nowrap;
  color: #fff;
  width: 160px;
  padding-top: 5px;
}
.header__nav__item__drp__item {
  background-color: rgba(0, 0, 0, 0.7);
}
.header__nav__item__drp__item:not(:last-child) {
  margin-bottom: 4px;
}
.header__nav__item__drp__item a {
  display: block;
  position: relative;
  padding: 5px 15px 5px 25px;
}
.header__nav__item__drp__item a::after {
  position: absolute;
  content: "";
  -webkit-mask: url(../img/common/icon_triangle.svg) no-repeat center/100%;
          mask: url(../img/common/icon_triangle.svg) no-repeat center/100%;
  background-color: #fff;
  width: 3px;
  height: 6px;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__lang {
  height: 100%;
  background-color: #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .header__lang {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .header__lang {
    width: 60px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .header__lang__img {
    width: 15px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 767px) {
  .header__lang__img {
    width: 12px;
    margin-right: 4px;
  }
}

.menu_trigger {
  height: 100%;
  background-color: #B13F32;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .menu_trigger {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .menu_trigger {
    width: 60px;
  }
}
.menu_trigger::before {
  position: absolute;
  content: "";
  background: url(../img/common/menu.svg) no-repeat center/cover;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .menu_trigger::before {
    width: 40px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .menu_trigger::before {
    width: 34px;
    height: 40px;
  }
}
.menu_trigger.active {
  background-color: #000;
}
.menu_trigger.active::before {
  background: url(../img/common/menu_close.svg) no-repeat center/cover;
}

.header__overlay {
  width: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow-y: scroll;
  color: #fff;
  z-index: -1;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .header__overlay {
    max-width: 1000px;
    background-color: #000;
  }
}
@media screen and (max-width: 767px) {
  .header__overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.header__overlay.active {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .header__overlay__mask {
    padding: 150px 85px;
  }
}
@media screen and (max-width: 767px) {
  .header__overlay__mask {
    padding: 60px 0;
    max-width: 270px;
    float: right;
    background-color: #000;
  }
}
@media screen and (min-width: 768px) {
  .header__overlay__cnt {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header__overlay__cnt {
    margin-bottom: 30px;
    padding: 0 30px;
  }
}
.header__overlay__cnt__txt:not(:last-child) {
  margin-bottom: 3px;
}
.header__overlay__instagram {
  display: block;
  width: 30px;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__overlay__instagram:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .header__overlay__instagram {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .header__overlay__instagram {
    margin-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .gnavi {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .gnavi {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .gnavi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .gnavi__list {
    border-top: 1px solid #6A6A6A;
  }
}
@media screen and (max-width: 767px) {
  .gnavi__list__item {
    border-bottom: 1px solid #6A6A6A;
  }
}
@media screen and (max-width: 767px) {
  .gnavi__list__item__link {
    padding: 10px 30px;
  }
}
@media screen and (min-width: 768px) {
  .gnavi__list__item__link:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .gnavi__list__item__link:not(:last-child) {
    border-bottom: 1px solid #6A6A6A;
  }
}
.gnavi__list__item__link.mark a {
  position: relative;
  padding-left: 12px;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gnavi__list__item__link.mark a:hover {
  opacity: 0.6;
}
.gnavi__list__item__link.mark a::before {
  position: absolute;
  content: "";
  background-color: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 8px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .gnavi__list__item__link.mark.cld {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 767px) {
  .gnavi__list__item__link.acd {
    position: relative;
    padding: 10px 40px;
  }
  .gnavi__list__item__link.acd::after {
    position: absolute;
    content: "";
    background-color: #fff;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 4px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
.gnavi__list__item__link.acd.active::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

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

.footer {
  position: relative;
  color: #fff;
  overflow: hidden;
  padding: 80px 0 30px;
}
.footer::before, .footer::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .footer::before {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    background: url(../img/common/bg_footer.jpg) no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .footer::before {
    -webkit-filter: blur(1px);
            filter: blur(1px);
    background: url(../img/common/bg_footer_sp.jpg) no-repeat center bottom/cover;
  }
}
.footer::after {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .footer::after {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .footer::after {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  .footer .inner {
    padding: 0 10%;
  }
}
.footer__logo {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    max-width: 400px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    max-width: 300px;
    margin: 0 auto 30px;
  }
}
.footer__cnt {
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
}
.footer__instagram {
  display: block;
  width: 30px;
  margin: auto;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 50px;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__instagram:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .footer .gnavi__list {
    max-width: 830px;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 767px) {
  .footer .gnavi__list {
    max-width: 300px;
    margin: 0 auto 50px;
  }
}
.footer__pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media screen and (min-width: 768px) {
  .footer__pr {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer__pr {
    max-width: 300px;
    margin: 0 auto 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .footer__pr__item {
    width: 19.3%;
  }
}
@media screen and (max-width: 767px) {
  .footer__pr__item {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .footer__pr__item:not(:nth-child(5n)) {
    margin: 0 0.875% 0.875% 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__pr__item:not(:last-child) {
    margin-bottom: 2%;
  }
}
.footer__pr__item a {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__pr__item a:hover {
  opacity: 0.6;
}
.footer__copy {
  text-align: center;
  font-size: 1.2rem;
  color: #A5A5A5;
}

@-webkit-keyframes mainvisual {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes mainvisual {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes fv {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes fv {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}