@charset 'UTF-8';
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400; 500;700;900&display=swap");
.scroll-prevent {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

body,
html {
  width: 100%;
}

body {
  scroll-behavior: smooth;
  min-width: 1300px;
  font-size: 1.4rem;
}

* {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP",
    sans-serif;
  font-size: 1.4rem;
}

a,
span {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

ul {
  list-style: none;
}

svg {
  width: 100%;
  height: auto;
}

img {
  display: block;
  max-width: 100%;
}

img.wp-post-image {
  max-width: 100%;
  height: auto !important;
}

div.wp-pagenavi {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

div.wp-pagenavi span.pages {
  display: none;
}

div.wp-pagenavi > a,
div.wp-pagenavi > span {
  display: flex;
  flex-direction: row;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

div.wp-pagenavi > span {
  color: #fff;
  background: #000;
}

div.wp-pagenavi > a {
  border: 1px solid #000;
}

div.wp-pagenavi > a.nextpostslink,
div.wp-pagenavi > a.previouspostslink {
  color: #fff;
  background: #000;
}

div.wrap76 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

div.wrap96 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

div.wrap1130 {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
}

div.wrap13 {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

div.wrap1040 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

header {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  padding: 50px 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

header.rec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

header * {
  font-family: Lato, sans-serif;
}

header article.logo {
  padding-left: calc(160 / 1920 * 100%);
}

header article.logo img {
  width: 128px;
}

header nav.global_pc {
  display: flex;
  flex-direction: row;
  max-width: 660px;
  margin-right: 150px;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-basis: 660px;
}

header nav.global_pc main.single {
  position: relative;
}

header nav.global_pc a {
  font-size: 1rem;
  font-weight: 900;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  transition: ease 0.3s all;
}

header nav.global_pc a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  transition: ease 0.2s all;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  background: #4d4d4d;
}

header nav.global_pc a:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

header nav.global_pc div.sub_nav_list {
  position: absolute;
  display: none;
  width: 190px;
  padding: 20px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  background: #fff;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
}

header nav.global_pc div.sub_nav_list p.small_title {
  margin-bottom: 10px;
}

header nav.global_pc div.sub_nav_list p.small_title:last-of-type {
  margin-bottom: 0;
}

section.menu_in_button {
  position: fixed;
  z-index: 10;
  top: 58px;
  right: 50px;
  width: 20px;
  height: 14px;
  cursor: pointer;
}

section.menu_in_button div.bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}

section.menu_in_button div.bar:first-of-type {
  top: 0;
}

section.menu_in_button div.bar:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.menu_in_button div.bar:last-of-type {
  top: calc(100% - 2px);
  width: 80%;
}

section.fixed_right {
  position: fixed;
  z-index: 5;
  top: calc(147 / 1080 * 100%);
  right: 48px;
  -webkit-transform: rotate(180deg) skew(0.0001deg);
  transform: rotate(180deg) skew(0.0001deg);
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

section.fixed_right p.text {
  font-family: Lato, sans-serif;
  letter-spacing: 0.13em;
}

section.fixed_right p.text a {
  transition: ease 0.3s all;
}

section.fixed_right p.text a:hover {
  color: #bc9b61;
}

section.megamenu {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: ease-in 0.5s all;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  opacity: 0;
  background: #fff;
}

section.megamenu.on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

section.megamenu.on article.inner_wrap nav.global main.single {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

section.megamenu div.flex {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}

section.megamenu article.close_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  cursor: pointer;
  background: #000;
  z-index: 1;
}

section.megamenu article.close_button div.bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background: #fff;
}

section.megamenu article.close_button div.bar:first-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

section.megamenu article.close_button div.bar:last-of-type {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

section.megamenu article.img_wrap {
  max-width: 430px;
  min-height: 100%;
  background: url(../images/menu_img.png) no-repeat;
  background-position: top center;
  background-size: cover;
  flex-basis: 430px;
}

section.megamenu article.inner_wrap {
  overflow-y: auto;
  max-width: 480px;
  height: 100%;
  margin-right: auto;
  margin-left: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  flex-basis: 480px;
}

section.megamenu article.inner_wrap::-webkit-scrollbar {
  width: 3px;
}

section.megamenu article.inner_wrap::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #fff;
}

section.megamenu article.inner_wrap::-webkit-scrollbar-track {
  background: #fff;
}

section.megamenu article.inner_wrap main.insta a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

section.megamenu article.inner_wrap main.insta span.text {
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

section.megamenu article.inner_wrap main.insta span.icon {
  font-size: 2rem;
  margin-left: 8px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

section.megamenu article.inner_wrap main.insta span.icon i {
  font-size: inherit;
}

section.megamenu article.inner_wrap nav.global {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  height: 680px;
  margin-top: 100px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  line-height: 1.4;
}

section.megamenu article.inner_wrap nav.global main.single {
  margin-top: 40px;
  transition: ease-in 0.3s all 0.7s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

section.megamenu article.inner_wrap nav.global p.big_title {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

section.megamenu article.inner_wrap nav.global p.big_title a {
  position: relative;
  display: inline-block;
  padding-left: 2px;
  transition: ease 0.3s all;
}

section.megamenu article.inner_wrap nav.global p.big_title a:hover {
  color: #bc9b61;
}

section.megamenu article.inner_wrap nav.global p.small_title {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  position: relative;
  margin-top: 14px;
  padding-left: 40px;
  letter-spacing: 0.1em;
}

section.megamenu article.inner_wrap nav.global p.small_title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
}

section.megamenu article.inner_wrap nav.global p.small_title a {
  transition: ease 0.3s all;
}

section.megamenu article.inner_wrap nav.global p.small_title a:hover {
  color: #bc9b61;
}

section.megamenu article.inner_wrap p.privacy {
  font-size: 1.2rem;
  margin-top: 60px;
  color: grey;
}

footer {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-top: 100px;
  padding: 30px 0;
  padding-right: 100px;
  padding-left: 100px;
  background: #000;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

footer article.pagetop {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
}

footer article.f_logo img {
  width: 106px;
}

footer article.footer_nav {
  display: flex;
  flex-direction: row;
  max-width: 360px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-basis: 360px;
}

footer article.footer_nav a {
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  color: #fff;
}

footer article.copy {
  font-size: 1.1rem;
  color: grey;
}

section.f_fix_nav {
  position: sticky;
  z-index: 9;
  bottom: 0;
  width: 100%;
}

section.f_fix_nav article.flex {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

section.f_fix_nav a {
  font-weight: 500;
  max-width: 50%;
  padding: 20px 8px;
  text-align: center;
  flex-basis: 50%;
}

section.f_fix_nav a:first-of-type {
  color: #fff;
  border: 2px solid #bc9b61;
  background: #bc9b61;
}

section.f_fix_nav a:last-of-type {
  color: #bc9b61;
  border: 2px solid #bc9b61;
  background: #fff;
}

@media only screen and (min-width: 767px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (min-width: 1365px) {
  section.megamenu article.inner_wrap nav.global main.single:nth-of-type(3n-2) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1366px) {
  .tab {
    display: none !important;
  }
}

@media only screen and (max-width: 1300px) {
  header {
    min-width: 1300px;
  }
  .pc2 {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1365px) {
  section.megamenu article.inner_wrap nav.global main.single:nth-of-type(3n-2) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1365px) and (min-width: 768px) {
}

@media all and (-ms-high-contrast: none) {
}

@media only screen and (max-width: 660px) {
  body {
    min-width: inherit;
    font-size: 1.2rem;
  }
  header {
    min-width: auto;
    padding: 20px 0 50px 0;
  }
  section.megamenu article.close_button {
    width: 80px;
    height: 80px;
  }
  section.megamenu article.inner_wrap {
    margin: 10px;
  }
  section.megamenu article.inner_wrap nav.global {
    display: flex;
    flex-direction: row;
    flex-direction: column;
    height: auto;
    margin-top: 0px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  section.megamenu article.img_wrap {
    display: none;
  }
  section.megamenu.on article.inner_wrap nav.global main.single {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    margin-top: 20px;
  }
  section.megamenu article.inner_wrap nav.global p.big_title {
    font-weight: 900;
  }
  section.megamenu article.inner_wrap nav.global p.small_title {
    font-size: 1.5rem;
  }
  section.megamenu article.inner_wrap nav.global p.small_title::before {
    top: 50%;
    left: 0;
    width: 10px;
    height: 1px;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #000;
  }
  section.menu_in_button {
    top: 28px;
    right: 20px;
  }
  section.fixed_right {
    top: 60px;
    right: 20px;
  }
}
