@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Serif+JP&display=swap");
@import url(common.css);
@import url(swiper.css);
@import url(article.css);
@import url(archive.css);
@import url(teams.css);
@import url(legal.css);
main h2.title small {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en-font, h2 {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
img {
  image-rendering: -webkit-optimize-contrast;
}

.article body,
.article p,
.article dl,
.article dt,
.article dd,
.article ol li {
  margin: unset;
  padding: unset;
  font-size: 1rem;
  list-style: none;
}
@media (min-width: 769px) {
  .article p {
    line-height: 2.2;
  }
}

::marker,
li::marker,
summary::-webkit-details-marker {
  display: none !important;
}

.ma-container li {
  display: block;
}

html {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 3vw;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 3.7vw;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  color: #000;
  line-height: 1.8;
  letter-spacing: 1px;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

figure,
dd {
  margin: 0;
}

nav {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

video {
  max-width: 100%;
}

iframe {
  width: 100%;
}

a {
  color: black;
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  color: unset;
}

.en-font {
  font-size: 120%;
}

.wrapper {
  position: relative;
}

.ma-header {
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;
}

.ma-container {
  width: 100%;
  margin: auto;
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .ma-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

h1.logo {
  width: 46vw;
  max-width: 180px;
  margin: 0;
  line-height: 1;
}
h1.logo a {
  line-height: 1;
}
@media (max-width: 768px) {
  h1.logo {
    position: absolute;
    left: 10px;
    top: 10px;
  }
}
@media (max-width: 375px) {
  h1.logo {
    width: 45vw;
  }
}

.btn_newsletter {
  position: fixed;
  right: 0;
  top: 16%;
  z-index: 100;
  writing-mode: vertical-rl;
  letter-spacing: 0;
}
.btn_newsletter a {
  border: 2px solid #b69857;
  border-right: none;
  color: #b69857;
  background-color: white;
  padding: 0.4em 0.6em 0.8em 0.6em;
  border-radius: 8px 0 0 8px;
  display: block;
  margin: auto;
}
.btn_newsletter a:hover {
  opacity: 1;
  background-color: #b69857;
  color: white;
}
@media (max-width: 768px) {
  .btn_newsletter a {
    padding: 0.5em;
    font-size: 1.2rem;
  }
}
.btn_newsletter .fas {
  text-orientation: upright;
}

#kvtext {
  color: white;
  font-size: 3.5rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-weight: 400;
  width: 100%;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
#kvtext small {
  font-size: 50%;
  display: block;
}
@media (max-width: 768px) {
  #kvtext {
    font-size: 2rem;
    top: 60%;
    line-height: 1.3;
  }
}

.mainimg {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.mainimg img {
  max-width: 170%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 980px) {
  .mainimg img {
    max-width: 212vw;
  }
}
@media (min-width: 1801px) {
  .mainimg {
    height: 25vw;
  }
}
@media (max-width: 768px) {
  .mainimg {
    height: 60vw;
  }
}

main {
  width: 100%;
  margin: 0 auto;
}
main h2.title {
  padding-bottom: 0.1em;
  margin-bottom: 48px;
  margin-top: 0;
  font-weight: 100;
  font-size: 60px;
  line-height: 1.4;
  color: #b69857;
  border-bottom: 1px solid #b69857;
}
@media (max-width: 768px) {
  main h2.title {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
main h2.title small {
  font-size: 20px;
  display: block;
  color: black;
  font-weight: 600;
}
@media (max-width: 768px) {
  main h2.title small {
    font-size: 1.3rem;
  }
}
main h2.title._center {
  text-align: center;
}
main h2.title._right {
  text-align: right;
}
main h2.title._bk {
  color: black;
}
main ._ul {
  position: relative;
  margin-bottom: 1em;
}
main ._ul:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 2em;
  border-bottom: #b69857 1px solid;
}
main h2.title_jp {
  font-size: 32px;
  font-weight: normal;
  position: relative;
  margin-bottom: 1.4em;
  letter-spacing: 0.1em;
}
main .sec-title {
  margin-bottom: 2rem;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 500;
}
main .sec-title small {
  padding-left: 1em;
  font-size: 60%;
}
@media (max-width: 768px) {
  main .sec-title {
    font-size: 1.6rem;
  }
}

.list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list {
  width: 48%;
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  color: #9c9c9c;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
.list h4 {
  margin: 10px 0;
  color: #666;
}
.list h4 a {
  color: #666;
}
.list p {
  margin: 0;
  font-size: 0.8em;
}

.ma-footer {
  position: relative;
  text-align: center;
  padding: 32px 16px 8px;
  background-color: white;
}
.ma-footer p {
  font-size: 80%;
}
.ma-footer small {
  font-size: 100%;
}
.ma-footer a {
  text-decoration: none;
}
.ma-footer .pr {
  display: block;
}
.ma-footer .mainNav {
  justify-content: center;
  margin: auto;
}
.ma-footer .logo {
  width: 210px;
  margin: 0 auto 2rem;
}
.ma-footer .logo a {
  line-height: 1;
}

.btn_foot_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px auto;
  gap: 32px;
  padding-bottom: 16px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .btn_foot_wrap {
    gap: 1rem;
    margin: 32px auto 1rem;
  }
}
.btn_foot_wrap .btn_head_contact a {
  padding: 0.8em 0.5em;
}

.material-symbols-sharp {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

@media (min-width: 769px) {
  .btn_head_contact {
    width: 120px;
  }
}
.btn_head_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 90%;
  line-height: 1;
  color: white;
  text-align: center;
  padding: 0.5em;
  background: linear-gradient(180deg, #af2020 10%, #7f1029 100%);
  transition: all 0.3s;
}
.btn_head_contact a:hover {
  background: linear-gradient(180deg, #af2020 100%, #7f1029 10%);
  box-shadow: 0 0 5px #af2020;
  opacity: 1;
  color: white;
}

.btn_side_lang {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_side_lang a {
  text-align: center;
}

.btn_gold {
  text-align: center;
  margin: 3rem auto;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  max-width: 400px;
  width: 70%;
}
@media (max-width: 768px) {
  .btn_gold {
    font-size: 1rem;
  }
}
.btn_gold._back a:after {
  content: none;
}
.btn_gold._back a:before {
  content: "\e5c4";
  font-family: "Material Symbols Outlined";
  position: absolute;
  left: 1em;
  font-weight: 100;
}
.btn_gold a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  padding: 1.4em 1em;
  border: 1px solid #b69857;
  z-index: 1;
  transition: 0.3s;
  position: relative;
  letter-spacing: 0.1em;
  background-color: transparent;
  color: #b69857;
}
.btn_gold a:after {
  content: "\e941";
  font-family: "Material Symbols Outlined";
  position: absolute;
  right: 1em;
  font-weight: 100;
}
.btn_gold a:hover {
  cursor: pointer;
  background-color: rgba(182, 152, 87, 0.6);
  color: white;
  opacity: 1;
}
.btn_gold:hover:after {
  background-color: rgba(182, 152, 87, 0.6);
}
.btn_gold:after {
  content: "";
  border: 1px solid #b69857;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: transform 0.2s;
  transform: translate(3px, 3px);
  z-index: 0;
}
.btn_gold input {
  display: inline-block;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  padding: 10px 40px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  background: #111;
  letter-spacing: 0.1em;
  color: #fff;
  transition: 0.3s;
}
.btn_gold input:hover {
  cursor: pointer;
  opacity: 0.6;
}

.ta1 {
  border-top: 1px solid #ccc;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 30px;
}
.ta1 caption {
  font-weight: bold;
  padding: 10px 5px;
  background: #666;
  color: #fff;
}
.ta1 tr {
  border-bottom: 1px solid #ccc;
}
.ta1 th,
.ta1 td {
  padding: 10px 5px;
  word-break: break-all;
}
.ta1 th {
  width: 30%;
  text-align: left;
  background: #f7f7f7;
}

.pagetop-show {
  display: block;
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.pagetop a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.3);
  width: 2em;
  line-height: 2em;
}
.pagetop a:hover {
  background: rgba(0, 0, 0, 0.8);
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.c {
  text-align: center !important;
}

.ws,
.wl {
  width: 95%;
  display: block;
}

.mb30 {
  margin-bottom: 30px !important;
}

.look {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  margin: 5px 0;
}

.ofx {
  overflow-x: hidden;
}

.bg_gray {
  padding-top: 1px;
  background: url(../images/bg_3.png) no-repeat bottom right fixed;
  background-color: #F7F7F7;
  animation: fadeinfv forwards 2s;
}
@media (max-width: 768px) {
  .bg_gray {
    background-size: 180% auto;
    background-position: bottom 0 right 0;
  }
}

.bg_left {
  background: white url(../images/bg_4.png) no-repeat top left fixed;
  padding-top: 0;
  padding-bottom: 1px;
}
@media (max-width: 768px) {
  .bg_left {
    background-size: contain;
    background-position: top -10% left 0;
  }
}

.content-top,
.content-bottom {
  margin: 0;
}