@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

body {
  box-sizing: border-box;
  margin: 0 0 0 0;
  overflow-x: hidden;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  background-color: #000000;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 180%;
}
@media screen and (min-width: 801px) {
  body {
    line-height: 200%;
  }
}

main {
  margin: 0 auto;
  width: 100%;
  align-items: center;
}

section {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  align-self: center;
}
section.fw-section {
  max-width: 100%;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

a:hover {
  opacity: 0.7;
}

h1,
.h1-like {
  font-size: clamp(2.4rem, 6vw, 6rem);
  font-weight: 700;
  line-height: 140%;
}

h2,
.h2-like {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 140%;
}

h3,
.h3-like {
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  font-weight: 700;
  line-height: 160%;
}

h4,
.h4-like {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
}

ul {
  list-style-type: none;
}

.p-small {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}

.a-btn:link,
.a-btn:visited,
.a-btn:active,
.a-btn {
  border: 2px solid #A77F14;
  background-color: #ffffff;
  color: #A77F14;
  cursor: pointer;
  font-weight: 500;
  padding: 1em 2em;
}
.a-btn:link:hover,
.a-btn:visited:hover,
.a-btn:active:hover,
.a-btn:hover {
  opacity: 0.7;
}

.standard-btn {
  appearance: unset;
  -webkit-appearance: unset;
  border: 2px solid #A77F14;
  background-color: #ffffff;
  color: #A77F14;
  cursor: pointer;
  font-weight: 500;
  padding: 0.5em 1em;
}
.standard-btn:hover {
  opacity: 0.7;
}

.width1200 {
  width: 1200px;
  max-width: 96%;
  margin: auto;
}

.width1200-855 {
  width: 1200px;
  max-width: 85.5%;
  margin: auto;
}

.width1000 {
  width: 1000px;
  max-width: 96%;
  margin: auto;
}

.width1000-855 {
  width: 1000px;
  max-width: 85.5%;
  margin: auto;
}

.fx-center-self {
  align-self: center;
  justify-self: center;
}

.fx-center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fx-row {
  display: flex;
  flex-direction: row;
}

.fx-row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.fx-row-rev {
  display: flex;
  flex-direction: row-reverse;
}

.fx-col {
  display: flex;
  flex-direction: column;
}

.fx-col-rev {
  display: flex;
  flex-direction: column-reverse;
}

.fx-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fx-col-to-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 801px) {
  .fx-col-to-row {
    flex-direction: row;
  }
}

.block-break {
  display: inline-block;
}

.mtem-1 {
  margin-top: 1em;
}

.mtem-2 {
  margin-top: 2em;
}

.mbem-1 {
  margin-bottom: 1em;
}

.mbem-2 {
  margin-bottom: 2em;
}

.mlem-1 {
  margin-left: 1em;
}

.mlem-2 {
  margin-left: 2em;
}

.mrem-1 {
  margin-right: 1em;
}

.mrem-2 {
  margin-right: 2em;
}

.pem-1 {
  padding: 1em;
}

.pem-2 {
  padding: 2em;
}

.ptem-1 {
  padding-top: 1em;
}

.ptem-2 {
  padding-top: 2em;
}

.pbem-1 {
  padding-bottom: 1em;
}

.pbem-2 {
  padding-bottom: 2em;
}

.plem-1 {
  padding-left: 1em;
}

.plem-2 {
  padding-left: 2em;
}

.prem-1 {
  padding-right: 1em;
}

.prem-2 {
  padding-right: 2em;
}

.pvert-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.pvert-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.phor-1 {
  padding-left: 1em;
  padding-right: 1em;
}

.phor-2 {
  padding-left: 2em;
  padding-right: 2em;
}

@media screen and (max-width: 800px) {
  .no-sp {
    display: none;
  }

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

  .block-break-pc {
    display: inline-block;
  }

  .max-800 {
    display: none;
  }
}
.f-romaji-reg {
  font-family: "Josefin Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

.f-romaji-med {
  font-family: "Josefin Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

.f-romaji-b {
  font-family: "Josefin Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

.lh-100 {
  line-height: 100%;
}

.lh-140 {
  line-height: 140%;
}

.lh-160 {
  line-height: 160%;
}

.text-bold {
  font-weight: bold;
}

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

.text-justify {
  text-align: justify;
}

section.page-landing {
  width: 100%;
  max-width: 100%;
  background-color: #808080;
  padding: clamp(40px, 10vw, 100px) 0 clamp(60px, 12vw, 120px) 0;
}
section.page-landing .h1-group {
  width: 1000px;
  max-width: 85.5%;
  margin: 0 auto;
}

.hamburger {
  cursor: pointer;
  display: none;
  position: relative;
  width: 30px;
  height: 25px;
  z-index: 302;
  transform: rotate(0deg);
  transform-origin: bottom;
  transition: 0.5s ease-in-out;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #A77F14;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
.hamburger span:nth-child(2) {
  top: calc(50% - 1.5px);
  transform-origin: left center;
}
.hamburger span:nth-child(3) {
  top: calc(100% - 3px);
  transform-origin: left center;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.active-ham {
  position: fixed;
  top: 4vw;
  right: 4vw;
}
.hamburger.active-ham span {
  background: #ffffff;
}
.hamburger.active-ham span:nth-child(1) {
  transform: rotate(45deg);
  top: 0px;
  left: -10px;
}
.hamburger.active-ham span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.hamburger.active-ham span:nth-child(3) {
  transform: rotate(-45deg);
  top: 21px;
  left: -10px;
}

header {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  height: clamp(60px, 10vw, 110px);
  width: 100%;
  z-index: 401;
  box-sizing: border-box;
  color: #ffffff;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(45px, 9vw, 90px) 0 clamp(30px, 6vw, 60px);
  backdrop-filter: blur(10px);
}
header .header-container {
  display: block;
  width: clamp(120px, 20vw, 250px);
  height: fit-content;
}
header .header-container img {
  width: 100%;
}
header .nav-container {
  display: flex;
  justify-content: flex-end;
}
header .nav-container .nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .nav-container ul {
  list-style: none;
  text-transform: uppercase;
}
header .nav-container ul li {
  font-size: clamp(16px, 2vw, 18px);
  margin: auto 2em;
  font-weight: bold;
  line-height: 100%;
}
header .nav-container ul li a {
  position: relative;
  padding-bottom: 0.4em;
}
header .nav-container ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: #A77F14;
}
header .nav-container ul li a.active:after {
  width: 100%;
  transition: width 0.2s ease-in;
}
header .nav-container ul li.gold-btn {
  background-color: #A77F14;
  margin-right: 0;
}
header .nav-container ul li.gold-btn a {
  display: inline-block;
  padding: 0.5em 1.5em;
}
header .nav-container .hamburger {
  display: none;
}
@media screen and (max-width: 800px) {
  header.open-header {
    height: 100%;
  }
  header .nav-container {
    align-items: center;
  }
  header .nav-container .nav-menu {
    display: none;
  }
  header .nav-container .hamburger {
    display: block;
  }
  header .nav-container.open-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 400px;
    z-index: 300;
    animation: slidein 0.2s ease-in-out;
    background-color: #A77F14;
    color: #000000;
    border-left: 1px solid #A77F14;
  }
  header .nav-container.open-menu .nav-menu {
    font-family: "Josefin Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-evenly;
    justify-content: space-evenly;
    height: 100%;
    padding: 10vh 5%;
    z-index: 101;
  }
  header .nav-container.open-menu .nav-menu li {
    width: 48%;
    margin: 0;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    height: 2.5em;
    box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.2);
  }
  header .nav-container.open-menu .nav-menu li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  header .nav-container.open-menu .nav-menu li.gold-btn {
    background-color: unset;
  }
  header .nav-container.open-menu .nav-menu li.gold-btn a {
    padding: unset;
  }
  header .nav-container.open-menu .nav-menu::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(clamp(20px, 4vw, 50px) / 2);
    left: clamp(20px, 4vw, 50px);
    width: clamp(120px, 20vw, 250px);
    aspect-ratio: 1/1;
    z-index: 102;
  }
}
@media screen and (max-width: 600px) {
  header .nav-container.open-menu {
    max-width: unset;
  }
}

@keyframes slidein {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
footer {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  height: clamp(240px, 20vw, 300px);
  padding-bottom: 1.5em;
  background-color: #000000;
  color: #ffffff;
}
footer p {
  font-size: 14px;
}

/*# sourceMappingURL=main.css.map */
