@charset "UTF-8";
body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  display: block;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:hover,
a:focus,
a:active {
  color: #fff;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0;
  padding: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* PCでの表示（デフォルト） */
.is-sp {
  display: none; /* is-spクラスはPCでは非表示 */
}

.is-pc {
  display: block; /* is-pcクラスはPCでは表示 */
}

/* スマホでの表示（画面幅が767px以下の場合） */
@media screen and (max-width: 767px) {
  .is-sp {
    display: block; /* is-spクラスをスマホで表示 */
  }
  .is-pc {
    display: none; /* is-pcクラスをスマホで非表示 */
  }
}
.ttl_eng {
  font-family: "Bodoni Moda", serif;
}

.page_link {
  margin-top: 4.1667vw;
  text-align: center;
}
.page_link a {
  width: 19.6875vw;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  background: #8C7029;
  color: #fff;
  line-height: 1.8;
  padding: 1.0416666667vw 0;
  text-decoration: none;
  border: 2px solid #8C7029;
  position: relative;
  z-index: 1;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .page_link a {
    font-size: 16px;
    width: 60vw;
    padding: 2.5% 0;
  }
}
.page_link a:after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.page_link a:hover {
  color: #8C7029;
}
.page_link a:hover:after {
  transform: scale(1, 1);
}

/*================================================
  ヘッダー
=================================================*/
.site-header {
  background: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .site-header {
    padding: 2.5% 5%;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    width: 20%;
    z-index: 9999;
    justify-content: end;
    background: transparent;
  }
}
.site-header .header_logo {
  padding-left: 1vw;
}
.site-header .header_logo img {
  height: 75px;
  width: auto;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .site-header .header_logo {
    display: none;
  }
}
.site-header .hamburger-button {
  display: none;
  position: relative;
  z-index: 1000;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-right: 15px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.site-header .hamburger-button .hamburger-button__line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
}
.site-header .hamburger-button.is-active .hamburger-button__line:nth-of-type(1) {
  transform: translateY(8px) rotate(45deg);
}
.site-header .hamburger-button.is-active .hamburger-button__line:nth-of-type(2) {
  opacity: 0;
}
.site-header .hamburger-button.is-active .hamburger-button__line:nth-of-type(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.site-header .main-navigation .header_nav {
  display: flex;
  justify-content: flex-end;
}
.site-header .main-navigation .header_nav li {
  width: 148px;
  height: 110px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .main-navigation .header_nav li#header_contact_btn {
  background: #8C7029;
}
.site-header .main-navigation .header_nav li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.9722222222vw;
  transition: background-color 0.3s;
  letter-spacing: 0.1em;
}
.site-header .main-navigation .header_nav li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1024px) {
  .site-header .hamburger-button {
    display: block;
  }
  .site-header .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
  }
  .site-header .main-navigation.is-active {
    visibility: visible;
    opacity: 1;
  }
  .site-header .main-navigation .header_nav {
    flex-direction: column;
    align-items: center;
  }
  .site-header .main-navigation .header_nav li {
    width: 100%;
    height: auto;
    margin: 20px 0;
    background: none;
  }
  .site-header .main-navigation .header_nav li#header_contact_btn {
    background: transparent;
  }
  .site-header .main-navigation .header_nav li#header_contact_btn a {
    border: 1px solid #8C7029;
    padding: 10px 40px;
    border-radius: 5px;
  }
  .site-header .main-navigation .header_nav li a {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
  }
  .site-header .main-navigation .header_nav li a:hover {
    background-color: transparent;
  }
}

.fv {
  position: relative;
}
.fv > img {
  height: calc(100vh - 110px);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.fv .fv_logo {
  width: 255px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fv .fv_logo img {
  filter: drop-shadow(0 0 4px rgb(0, 0, 1));
}
@media screen and (max-width: 767px) {
  .fv .fv_logo {
    width: 40%;
  }
}

.top_concept {
  background: url("images/concept_bg.jpg") no-repeat 100% 100%;
  background-size: cover;
  padding: 4.1666666667vw 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top_concept {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .top_concept {
    padding: 15% 0 10%;
  }
}
.top_concept_contents {
  width: 76.597vw;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_concept_contents {
    width: 100%;
    padding: 0 5%;
  }
}
.top_concept_contents .ttl {
  display: flex;
  align-items: end;
  margin: 0;
  line-height: 1;
}
.top_concept_contents .ttl_eng {
  color: #8C7029;
  font-size: 60px;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top_concept_contents .ttl_eng {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .top_concept_contents .ttl_eng {
    font-size: 28px;
  }
}
.top_concept_contents .ttl_eng .big {
  font-size: 1.5em;
}
.top_concept_contents .ttl_jp {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  top: -1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top_concept_contents .ttl_jp {
    font-size: 16px;
    top: -0.5em;
  }
}
@media screen and (max-width: 767px) {
  .top_concept_contents .ttl_jp {
    font-size: 14px;
    top: -0.5em;
  }
}
.top_concept_inner {
  margin-top: 5.555vw;
  padding: 0 4.166vw;
}
@media screen and (max-width: 767px) {
  .top_concept_inner {
    margin-top: 10%;
  }
}
.top_concept_inner p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top_concept_inner p {
    font-size: 16px;
    line-height: 2;
  }
}

.top_salon {
  background: url("images/private_bg.jpg") no-repeat 100% 100%;
  background-size: cover;
  padding: 4.1666666667vw 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top_salon {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .top_salon {
    padding: 15% 0 10%;
  }
}
.top_salon_contents {
  width: 76.597vw;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_salon_contents {
    width: 100%;
    padding: 0 5%;
  }
}
.top_salon_contents .ttl {
  display: flex;
  align-items: end;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_salon_contents .ttl {
    flex-wrap: wrap;
  }
}
.top_salon_contents .ttl_eng {
  color: #8C7029;
  font-size: 60px;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top_salon_contents .ttl_eng {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .top_salon_contents .ttl_eng {
    font-size: 28px;
    width: 100%;
  }
}
.top_salon_contents .ttl_eng .big {
  font-size: 1.5em;
}
.top_salon_contents .ttl_jp {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  top: -1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top_salon_contents .ttl_jp {
    font-size: 16px;
    top: -0.5em;
  }
}
@media screen and (max-width: 767px) {
  .top_salon_contents .ttl_jp {
    font-size: 14px;
    top: 0;
    width: 100%;
  }
}
.top_salon_inner {
  display: flex;
  flex-direction: column;
  gap: 4.1666666667vw 0;
  margin-top: 5.555vw;
}
@media screen and (max-width: 767px) {
  .top_salon_inner {
    margin-top: 10%;
    gap: 8.32vw 0;
  }
}
.top_salon_inner_content {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top_salon_inner_content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .top_salon_inner_content {
    flex-wrap: wrap;
  }
}
.top_salon_inner_content figure {
  margin: 0;
  width: 66.1818%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top_salon_inner_content figure {
    width: 100%;
    margin-bottom: 2.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .top_salon_inner_content figure {
    width: 100%;
    margin-bottom: 2.1666666667vw;
  }
}
.top_salon_inner_content_text {
  margin: 0;
  width: 32%;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top_salon_inner_content_text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top_salon_inner_content_text {
    margin-top: 5%;
    width: 100%;
    font-size: 16px;
  }
}
.top_salon_inner_content_text h3 {
  margin: 0;
}
.top_salon_inner_content:nth-child(even) figure {
  order: 2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top_salon_inner_content:nth-child(even) figure {
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_salon_inner_content:nth-child(even) figure {
    order: 0;
  }
}

.cta {
  background: #560008;
  padding: 3.6979166667vw 0;
}
.cta_contact {
  text-align: center;
}
.cta_contact a {
  overflow: hidden;
  display: block;
  width: 19.6875vw;
  margin: 0 auto;
  color: #fff;
  background: #8C7029;
  border: 2px solid #8C7029;
  line-height: 1.8;
  padding: 1.0416666667vw 0;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.1em;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cta_contact a {
    font-size: 16px;
    width: 60vw;
    padding: 2.5% 0;
  }
}
.cta_contact a:after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.cta_contact a:hover {
  color: #8C7029;
}
.cta_contact a:hover:after {
  transform: scale(1, 1);
}

.top_topics {
  background: #1F3F37;
  background-size: cover;
  padding: 4.1666666667vw 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top_topics {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .top_topics {
    padding: 15% 0 10%;
  }
}
.top_topics_contents {
  width: 76.597vw;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_topics_contents {
    width: 100%;
    padding: 0 5%;
  }
}
.top_topics_contents .ttl {
  display: flex;
  align-items: end;
  margin: 0;
  line-height: 1;
}
.top_topics_contents .ttl_eng {
  color: #8C7029;
  font-size: 60px;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top_topics_contents .ttl_eng {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .top_topics_contents .ttl_eng {
    font-size: 28px;
  }
}
.top_topics_contents .ttl_eng .big {
  font-size: 1.5em;
}
.top_topics_contents .ttl_jp {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  top: -1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top_topics_contents .ttl_jp {
    font-size: 16px;
    top: -0.5em;
  }
}
@media screen and (max-width: 767px) {
  .top_topics_contents .ttl_jp {
    font-size: 14px;
    top: -0.5em;
  }
}
.top_topics_inner {
  margin-top: 4.1667vw;
}
@media screen and (max-width: 767px) {
  .top_topics_inner {
    margin-top: 10%;
  }
}
.top_topics_inner_item {
  border-top: 1px solid #fff;
  display: flex;
  padding: 0.8333333333vw 0;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .top_topics_inner_item {
    flex-wrap: wrap;
    padding: 5% 5%;
  }
}
.top_topics_inner_item_time {
  width: 9.375vw;
  border-right: 1px solid #fff;
  text-align: center;
  padding: 0.625vw 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top_topics_inner_item_time {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .top_topics_inner_item_time {
    border-right: none;
    width: 35%;
    font-size: 14px;
    text-align: left;
  }
}
.top_topics_inner_item_cat {
  width: 15.9090909091vw;
  border-right: 1px solid #fff;
  text-align: center;
  padding: 0.625vw 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top_topics_inner_item_cat {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .top_topics_inner_item_cat {
    border-right: none;
    width: 65%;
    font-size: 14px;
    text-align: left;
  }
}
.top_topics_inner_item_title {
  width: 63.6363636364vw;
  padding: 0.625vw 0 0.625vw 2em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top_topics_inner_item_title {
    width: 55%;
    overflow: hidden; /* 溢れた部分を隠す */
    text-overflow: ellipsis; /* 溢れた部分を「...」にする */
    white-space: nowrap; /* 1行で表示 */
  }
}
@media screen and (max-width: 767px) {
  .top_topics_inner_item_title {
    font-size: 14px;
    width: 100%;
    overflow: hidden; /* 溢れた部分を隠す */
    text-overflow: ellipsis; /* 溢れた部分を「...」にする */
    white-space: nowrap; /* 1行で表示 */
    padding: 0;
  }
}
.top_topics_inner .top_topics_more {
  margin-top: 4.1667vw;
  text-align: center;
}
.top_topics_inner .top_topics_more a {
  overflow: hidden;
  display: inline-block;
  color: #fff;
  line-height: 1.8;
  padding: 1.0416666667vw 6.5625vw;
  text-decoration: none;
  border: 2px solid #8C7029;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_topics_inner .top_topics_more a {
    font-size: 16px;
    width: 60vw;
    padding: 2.5% 0;
  }
}
.top_topics_inner .top_topics_more a:after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.top_topics_inner .top_topics_more a:hover {
  color: #8C7029;
}
.top_topics_inner .top_topics_more a:hover:after {
  transform: scale(1, 1);
}

.instagram {
  background: #560008;
  background-size: cover;
  padding: 4.1666666667vw 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .instagram {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .instagram {
    padding: 15% 0 10%;
  }
}
.instagram_contents {
  width: 76.597vw;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .instagram_contents {
    width: 100%;
    padding: 0 5%;
  }
}
.instagram_more {
  margin-top: 4.1667vw;
  text-align: center;
}

.instagram_more a {
  overflow: hidden;
  display: inline-block;
  color: #fff;
  line-height: 1.8;
  padding: 1.0416666667vw 6.5625vw;
  text-decoration: none;
  border: 2px solid #8c7029;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .instagram_more a {
    font-size: 16px;
    width: 60vw;
    padding: 2.5% 0;
  }
}
.instagram_more a:after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.instagram_more a:hover {
  color: #8c7029;
}

.instagram_more a:hover:after {
  transform: scale(1, 1);
}

footer {
  background: #000000;
  padding: 4.1666666667vw 0;
}
footer .footer_sns {
  width: 76.597vw;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .footer_sns {
    width: 100%;
    padding: 0 5%;
  }
}
footer .footer_sns ul {
  margin: 0;
  padding: 0;
}
footer .footer_sns ul li {
  display: flex;
  justify-content: end;
  list-style-type: none;
}
footer .footer_access {
  width: 76.597vw;
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .footer_access {
    width: 100%;
    padding: 0 5%;
  }
}
footer .footer_access dl dt {
  font-weight: 500;
  font-size: 16px;
}
footer .footer_access dl dd {
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  footer .footer_access dl dd {
    line-height: 2;
    font-size: 14px;
  }
}

.page_common {
  background: #000;
}
.page_common .page_header {
  padding: 4.1666666667vw 0;
}
@media screen and (max-width: 767px) {
  .page_common .page_header {
    padding: 10% 0;
  }
}
.page_common .page_header.page_header_about {
  background: url("images/page_about_fv.jpg") no-repeat 100% 100%;
  background-size: cover;
}
.page_common .page_header.page_header_system {
  background: url("images/page_system_fv.jpg") no-repeat 100% 100%;
  background-size: cover;
}
.page_common .page_header.page_header_topics {
  background: url("images/page_single_fv.jpg") no-repeat 100% 100%;
  background-size: cover;
}
.page_common .page_header.page_header_access {
  background: url("images/page_access_fv.jpg") no-repeat 100% 100%;
  background-size: cover;
}
.page_common .page_header h1 {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page_common .page_header h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .page_common .page_header h1 {
    font-size: 22px;
  }
}
.page_common .page_main {
  width: 76.597vw;
  max-width: 1100px;
  margin: 0 auto;
  padding: 4.1666666667vw 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page_common .page_main {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .page_common .page_main {
    padding: 10% 5%;
    width: 100%;
  }
}
.page_common .page_main .ttl {
  display: flex;
  align-items: end;
  margin: 0 0 4.1666666667vw 0;
  line-height: 1;
}
.page_common .page_main .ttl_eng {
  color: #8C7029;
  font-size: 60px;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page_common .page_main .ttl_eng {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .page_common .page_main .ttl_eng {
    font-size: 28px;
  }
}
.page_common .page_main .ttl_eng .big {
  font-size: 1.5em;
}
.page_common .page_main .ttl_jp {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  top: -1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page_common .page_main .ttl_jp {
    font-size: 16px;
    top: -0.5em;
  }
}
@media screen and (max-width: 767px) {
  .page_common .page_main .ttl_jp {
    font-size: 14px;
    top: -0.5em;
  }
}
.page_common.page_about .page_main_contents {
  margin-top: 5.555vw;
  padding: 0 4.166vw;
}
.page_common.page_about .page_main_contents p {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page_common.page_about .page_main_contents p {
    font-size: 16px;
    line-height: 2;
  }
}
.page_common.page_system {
  color: #fff;
}
.page_common.page_system .system_main .page_main_contents {
  margin-top: 5.555vw;
  padding: 0 4.166vw;
}
.page_common.page_system .system_main .page_main_contents .visual_row {
  display: flex;
  justify-content: space-between;
  max-width: 760px;
  margin: 0 auto 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .page_common.page_system .system_main .page_main_contents .visual_row {
    max-width: 100%;
  }
}
.page_common.page_system .system_main .page_main_contents .visual_row img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page_common.page_system .system_main .page_main_contents .visual_row img {
    width: 49%;
  }
}
.page_common.page_system .system_main .page_main_contents p {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .page_common.page_system .system_main .page_main_contents p {
    font-size: 16px;
  }
}
.page_common.page_system .system_private .page_main_contents {
  margin-top: 5.555vw;
  padding: 0 4.166vw;
}
.page_common.page_system .system_private .page_main_contents .ttl {
  margin-bottom: 0;
}
.page_common.page_system .system_private .page_main_contents p {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}
.page_common.page_system .system_private .page_main_contents figure {
  margin-bottom: 4.1666666667vw;
}
.page_common.page_system table {
  border-collapse: collapse;
}
.page_common.page_system table tr {
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}
.page_common.page_system table tr th, .page_common.page_system table tr td {
  padding: 2em 0;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page_common.page_system table tr th, .page_common.page_system table tr td {
    padding: 5% 0;
  }
}
.page_common.page_system table tr th {
  text-align: left;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .page_common.page_system table tr th {
    padding-left: 5%;
    font-size: 14px;
  }
}
.page_common.page_system table tr td {
  text-align: right;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .page_common.page_system table tr td {
    padding-right: 5%;
    font-size: 14px;
  }
}
.page_common.page_access .page_main_contents {
  margin-top: 5.555vw;
  padding: 0 4.166vw;
}
.page_common.page_access .page_main_contents dl {
  margin-bottom: 4.1666666667vw;
}
.page_common.page_access .page_main_contents dl dt {
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .page_common.page_access .page_main_contents dl dt {
    font-size: 16px;
  }
}
.page_common.page_access .page_main_contents dl dd {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page_common.page_access .page_main_contents dl dd {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .page_common.page_access .page_main_contents dl dd iframe {
    height: 200px;
  }
}

.single article {
  width: 76.597vw;
  max-width: 1100px;
  margin: 0 auto;
  padding: 4.1666666667vw 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .single article {
    padding: 10% 5%;
    width: 100%;
  }
}
.single article .entry-header {
  margin-bottom: 4.1666666667vw;
}
.single article .entry-title {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .single article .entry-title {
    font-size: 20px;
  }
}
.single article .entry-content p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .single article .entry-content p {
    font-size: 16px;
  }
}
.single .nav-links {
  width: 76.597vw;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .single .nav-links {
    padding: 10% 5%;
    width: 100%;
  }
}
.single .nav-links a {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .single .nav-links a {
    font-size: 14px;
  }
}

.fade-in {
  opacity: 0;
  /* 少し下から表示されるように */
  transform: translateY(20px);
  /* アニメーションの時間と変化の速度を指定 */
  transition: opacity 1s ease, transform 1s ease;
}

/* 画面内に入ったときに付与されるクラス */
.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */