@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&family=Zen+Maru+Gothic&display=swap");
/**
 * 変数
 */
/**
 * color
 * ---------------------------
 */
/**
 * コンテンツ幅
 * ---------------------------
 */
/**
 * font famiry
 * ---------------------------
 */
/*
common
---------------------------*/
body {
  position: relative;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #08091B;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}
@media (max-width: 330px) {
  body {
    font-size: 14px;
  }
}
body:has(header.open)::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 9, 27, 0.2);
  z-index: 99;
}

.mode_pc,
.mode_pc-900,
.mode_pc-1000,
.mode_pc-until-1000,
.mode_pc-until-1120 {
  display: none;
}

.mode_sp {
  display: block;
}

.mode_sp-900,
.mode_sp-until-350,
.mode_sp-until-1000,
.mode_sp-until-1120 {
  display: block;
}

.mode_pc-ib {
  display: initial;
}

.mode_sp-ib {
  display: inline-block;
}

@media (min-width: 350px) {
  .mode_sp-until-350 {
    display: none;
  }
}
@media (min-width: 769px) {
  .mode_sp {
    display: none;
  }
  .mode_sp-ib {
    display: initial;
  }
  .mode_pc {
    display: block;
  }
  .mode_pc-ib {
    display: inline-block;
  }
  .mode_pc-until-1000,
  .mode_pc-until-1120 {
    display: block;
  }
}
@media (min-width: 900px) {
  .mode_pc-900 {
    display: block;
  }
  .mode_sp-900 {
    display: none;
  }
}
@media (min-width: 1000px) {
  .mode_pc-1000 {
    display: block;
  }
  .mode_sp-until-1000,
  .mode_pc-until-1000 {
    display: none;
  }
}
@media (min-width: 1120px) {
  .mode_sp-until-1120,
  .mode_pc-until-1120 {
    display: none;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #08091B;
}

span {
  font-weight: inherit;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

a {
  color: inherit;
  letter-spacing: 0.1em;
  line-height: 1.6;
  cursor: pointer;
}

button {
  cursor: pointer;
}

strong {
  font-weight: 600;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.ib {
  display: inline-block;
  font-weight: inherit;
}

.mover {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  zoom: 1;
}
.mover:hover {
  opacity: 0.7;
}

.em {
  font-weight: 700;
}

@media (min-width: 769px) {
  .ib_pc {
    display: inline-block;
    font-weight: inherit;
  }
}
/*
main
---------------------------*/
main {
  padding-top: 48px;
}
@media (min-width: 769px) {
  main {
    padding-top: 80px;
  }
}

/*
pageTop
---------------------------*/
.pageTop {
  display: none;
}

/*
header
---------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background: #08091B;
  border-bottom: 1px solid #A2A2A2;
  z-index: 100;
}
header.open .menuBtnWrap .menu button {
  background: #08091B;
}
header.open .menuBtnWrap .menu button .line:nth-of-type(1) {
  top: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
header.open .menuBtnWrap .menu button .line:nth-of-type(2) {
  display: none;
}
header.open .menuBtnWrap .menu button .line:nth-of-type(3) {
  top: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
header.open .menuWrap {
  right: 0;
}
header .wrap {
  position: relative;
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11px 11px 12px 10px;
}
header .logo {
  width: 40%;
  max-width: 146px;
}
header .menuBtnWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 105;
}
header .menuBtnWrap .register {
  margin-right: 8px;
}
header .menuBtnWrap .register a {
  display: block;
  width: 80px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  background: #986D41;
  border-radius: 33px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
header .menuBtnWrap .register a:hover {
  background: #7b4712;
}
header .menuBtnWrap .menu button {
  position: relative;
  width: 60px;
  padding: 14px 0 13px;
  border: 1px solid #A2A2A2;
  border-radius: 30px;
}
header .menuBtnWrap .menu button .line {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 1px;
  background: #FFFFFF;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
header .menuBtnWrap .menu button .line:nth-of-type(1) {
  top: -10px;
}
header .menuBtnWrap .menu button .line:nth-of-type(3) {
  top: 9px;
}
header .menuWrap {
  position: absolute;
  top: 0;
  right: -100vw;
  width: 60%;
  min-width: 245px;
  max-width: 960px;
  height: 100vh;
  padding: 78px 0 5% 40px;
  background: #FFFFFF;
  border-radius: 20px 0 0 20px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
header .menuWrap .menuInner {
  height: 100%;
  padding-right: 40px;
  overflow-y: auto;
}
header .menuWrap .mainLink {
  margin-bottom: 32px;
}
header .menuWrap .mainLink ul + ul {
  margin-top: 32px;
}
header .menuWrap .mainLink ul li + li {
  margin-top: 32px;
}
header .menuWrap .mainLink ul li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .menuWrap .mainLink ul li a .jp {
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #08091B;
}
header .menuWrap .mainLink ul li a .en {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  font-family: "Libre Baskerville", serif;
  color: #08091B;
}
header .menuWrap .subLink {
  padding-top: 32px;
  border-top: 1px solid #D7D8D9;
}
header .menuWrap .subLink ul li {
  margin-top: 16px;
}
header .menuWrap .subLink ul li a {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #08091B;
}
header .menuWrap .subLink ul li a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  width: 7px;
  height: 1px;
  background: #08091B;
}
header .menuWrap .snsLink {
  margin-top: 34px;
}
header .menuWrap .snsLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header .menuWrap .snsLink ul li {
  margin-right: 24px;
}
header .menuWrap .snsLink ul li a {
  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;
  width: 34px;
  height: 34px;
  background: #D9D9D9;
  border-radius: 50%;
}
@media (min-width: 769px) {
  header {
    height: 80px;
  }
  header .inner {
    padding: 20px 21px 19px 20px;
  }
  header .logo {
    max-width: 239px;
  }
  header .menuBtnWrap .register {
    margin-right: 16px;
  }
  header .menuBtnWrap .register a {
    width: 200px;
    padding: 4px 5px 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
  }
  header .menuBtnWrap .menu button {
    width: 100px;
    padding: 21px 0;
    border-radius: 33px;
  }
  header .menuBtnWrap .menu button .line {
    width: 28px;
    height: 2px;
  }
  header .menuBtnWrap .menu button .line:nth-of-type(1) {
    top: -14px;
  }
  header .menuBtnWrap .menu button .line:nth-of-type(3) {
    top: 13px;
  }
  header .menuBtnWrap .menu button:hover {
    background: #FFFFFF;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  header .menuBtnWrap .menu button:hover .line {
    background: #08091B;
  }
  header .menuWrap {
    width: 75%;
    padding: 130px 0 50px 60px;
  }
  header .menuWrap .menuInner {
    padding-right: 60px;
  }
  header .menuWrap .mainLink {
    margin-bottom: 80px;
  }
  header .menuWrap .mainLink ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .menuWrap .mainLink ul + ul {
    margin-top: 80px;
  }
  header .menuWrap .mainLink ul li {
    width: 48%;
    max-width: 280px;
  }
  header .menuWrap .mainLink ul li + li {
    margin-top: 0;
    margin-left: 10px;
  }
  header .menuWrap .mainLink ul li a .jp {
    font-size: 22px;
  }
  header .menuWrap .mainLink ul li a .en {
    margin-top: 16px;
    font-size: 15px;
  }
  header .menuWrap .subLink {
    padding-top: 70px;
  }
  header .menuWrap .subLink ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .menuWrap .subLink ul li {
    margin-top: 10px;
    margin-right: 40px;
  }
  header .menuWrap .subLink ul li a {
    font-size: 13px;
  }
}
@media (min-width: 1000px) {
  header .menuWrap {
    padding: 130px 0 50px 80px;
  }
  header .menuWrap .menuInner {
    padding-right: 80px;
  }
}

/*
footer
---------------------------*/
footer .wrap {
  padding: 80px 0 18px;
  background: #08091B;
}
footer .inner {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
footer .menu .mainMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .menu .mainMenu .logo {
  width: 80%;
  max-width: 180px;
}
footer .menu .mainMenu .sns {
  margin-top: 32px;
}
footer .menu .mainMenu .sns .imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .menu .mainMenu .sns .imgWrap .content + .content {
  margin-left: 24px;
}
footer .menu .mainMenu .sns .imgWrap .content a {
  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;
  width: 35px;
  height: 35px;
  background: #D9D9D9;
  border-radius: 50%;
}
footer .menu .mainMenu .link {
  margin-top: 32px;
}
footer .menu .mainMenu .link a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #FFFFFF;
}
footer .menu .mainMenu .link a.tab {
  padding-right: 26px;
}
footer .menu .mainMenu .link a.tab::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  background: url("/img/common/icon-tab-brown.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
footer .menu .mainMenu .link a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 7px;
  height: 1px;
  background: #D9D9D9;
}
footer .menu .siteMenu {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding-top: 72px;
}
footer .menu .siteMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .menu .siteMenu ul li {
  width: calc((100% - 10px) / 2);
}
footer .menu .siteMenu ul li:nth-of-type(2n) {
  margin-left: 10px;
}
footer .menu .siteMenu ul li:nth-of-type(n+3) {
  margin-top: 16px;
}
footer .menu .siteMenu ul li a {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  font-size: min(3vw, 13px);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #FFFFFF;
}
footer .menu .siteMenu ul li a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  width: 7px;
  height: 1px;
  background: #D9D9D9;
}
footer .menu .siteMenu .btnLink {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin: 24px auto 0;
  border-radius: 33px;
  overflow: hidden;
  z-index: 1;
}
footer .menu .siteMenu .btnLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: -1;
}
footer .menu .siteMenu .btnLink:has(a:hover)::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
footer .menu .siteMenu .btnLink:has(a:hover) a {
  color: #08091B;
}
footer .menu .siteMenu .btnLink:has(a:hover) a::before {
  background: #08091B;
}
footer .menu .siteMenu .btnLink a {
  position: relative;
  display: block;
  width: 100%;
  padding: 3px 10px 6px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2.3;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 33px;
  z-index: 1;
}
footer .menu .siteMenu .btnLink a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 1px;
  background: #FFFFFF;
}
footer .menu .siteMenu .note {
  color: #ffffff;
  margin-top: 8px;
  font-size: 13px;
}
footer .copyright {
  margin-top: 78px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  color: #8C8C8C;
}
@media (min-width: 769px) {
  footer .wrap {
    padding: 121px 0 25px;
  }
  footer .inner {
    width: 95%;
  }
  footer .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .menu .mainMenu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 25%;
    min-width: 225px;
  }
  footer .menu .mainMenu .logo {
    width: 100%;
    max-width: 239px;
  }
  footer .menu .mainMenu .sns .imgWrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .menu .siteMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    width: 85%;
    max-width: initial;
    margin: 0;
    padding-top: 0;
    padding-left: 75px;
  }
  footer .menu .siteMenu ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 40px;
    margin-bottom: 32px;
  }
  footer .menu .siteMenu ul li:nth-of-type(2n) {
    margin-left: 0;
  }
  footer .menu .siteMenu ul li:nth-of-type(n+3) {
    margin-top: 0;
  }
  footer .menu .siteMenu ul li:last-of-type {
    margin-right: 0;
  }
  footer .menu .siteMenu ul li a {
    font-size: 14px;
  }
  footer .menu .siteMenu ul li a::before {
    top: 13px;
  }
  footer .menu .siteMenu .btnLink {
    margin: 37px 0 0;
  }
  footer .menu .siteMenu .btnLink a {
    margin: 0;
  }
  footer .copyright {
    margin-top: 64px;
    text-align: left;
  }
}

/*
pageTop
---------------------------*/
.pageTop {
  position: fixed;
  display: block;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 11;
}
.pageTop a {
  position: relative;
  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;
  width: 100%;
  height: 100%;
  background: #08091B;
  border: 1px solid #EDEDED;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.pageTop a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 9px;
  background: url("/img/common/icon-page_top-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.pageTop a:hover {
  background: #EDEDED;
  border: 1px solid #08091B;
}
.pageTop a:hover::before {
  background: url("/img/common/icon-page_top-black.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

/*
lowerMainVisual
---------------------------*/
#lowerMainVisual {
  background: url("/img/common/lower-mv-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 85%;
}
#lowerMainVisual .wrap {
  padding: 45px 30px;
}
#lowerMainVisual .inner {
  width: 100%;
}
#lowerMainVisual hgroup {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#lowerMainVisual hgroup h1 {
  font-size: min(7vw, 25px);
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
}
#lowerMainVisual hgroup p {
  margin-top: 15px;
  font-size: min(6vw, 20px);
  font-family: "Libre Baskerville", serif;
  line-height: 1.3;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 769px) {
  #lowerMainVisual {
    background-position-x: right;
  }
  #lowerMainVisual .wrap {
    padding: 77px 30px;
  }
  #lowerMainVisual hgroup h1 {
    font-size: min(4vw, 39px);
  }
  #lowerMainVisual hgroup p {
    margin-top: 24px;
    font-size: min(2.5vw, 24px);
  }
}/*# sourceMappingURL=common.css.map */