<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&amp;family=Noto+Sans+JP&amp;family=Playfair+Display&amp;family=Zen+Old+Mincho:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;family=Zen+Maru+Gothic:wght@500;700&amp;display=swap");
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: #fff;
  color: #333333;
  font-size: 0.9rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  overflow-x: hidden;
  position: relative;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}
body.no-scroll, body .js-loading {
  width: 100%;
  position: fixed;
}
@media screen and (min-width: 375px) {
  body {
    font-size: 1rem;
  }
}

main {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 123px;
  }
}
main.mt-0 {
  margin-top: 0;
}

section {
  position: relative;
}
section.bt {
  border-top: 1px solid #DFDFDF;
}
section.bg {
  background-color: #FFF1E1;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
a:hover {
  outline-width: 0;
  text-decoration: none;
  opacity: 0.8;
}

img {
  max-width: 100%;
  border-style: none;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}
img.w100 {
  width: 100%;
  display: block;
}
img.fit {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 576px) {
  .disp_xs {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .disp_tab {
    display: none !important;
  }
  .disp_pc {
    display: none !important;
  }
  .disp_notsp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .disp_sp {
    display: none !important;
  }
  .disp_pc {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .disp_sp {
    display: none !important;
  }
  .disp_tab {
    display: none !important;
  }
  .disp_notpc {
    display: none !important;
  }
}

.en {
  font-family: "Playfair Display", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.serif {
  font-family: "Zen Old Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.js-collapse {
  cursor: pointer;
}

/*------------------------------------------------------
  common class
-------------------------------------------------------*/
.inner {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1100px;
  }
}

.btn {
  background-color: #fff;
  border: 1px solid #FF7A00;
  color: #FF7A00;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn:hover {
  background-color: #FF7A00;
  color: #fff;
  opacity: 1;
}
.btn--main {
  background-color: #FF7A00;
  color: #fff;
}
.btn--main:hover {
  background-color: #fff;
  color: #FF7A00;
}

/*------------------------------------------------------
  animation
-------------------------------------------------------*/
.animation {
  transition: 0.5s;
}
.animation.fade, .animation .fade {
  opacity: 0;
}
.animation.fade.on, .animation.on .fade {
  opacity: 1;
}

a.animation.on:hover {
  opacity: 0.8;
}

/*------------------------------------------------------
    header
-------------------------------------------------------*/
.header {
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  transition: background-color 0.5s ease;
}
@media screen and (min-width: 1024px) {
  .header {
    height: 123px;
    padding: 30px 0;
  }
}
.header__logoBlk {
  display: flex;
  align-items: center;
}
.header__sitelogo {
  width: 98px;
  color: #333333;
  position: relative;
  z-index: 1;
}
.header__sitelogo a {
  display: flex;
  align-items: center;
}
.header__sitelogo svg {
  width: 98px;
  height: 36px;
  display: block;
}
@media screen and (min-width: 768px) {
  .header__sitelogo {
    width: 130px;
  }
  .header__sitelogo svg {
    width: 130px;
    height: 48px;
  }
}
.header__inner {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header__inner {
    width: calc(100% - 40px);
    max-width: 1360px;
    padding: 0 0 0 21px;
  }
}
.header__navWrap {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  color: #FF7A00;
  display: block;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s;
  pointer-events: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header__navWrap::-webkit-scrollbar {
  display: none;
}
.header__navWrap.visible {
  opacity: 1;
  pointer-events: auto;
}
.header__navWrap &gt; .inner {
  max-width: 273px;
  padding-top: 120px;
}
@media screen and (min-width: 768px) {
  .header__navWrap {
    background-color: rgba(46, 46, 46, 0.9);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 65px;
  }
  .header__navWrap &gt; .inner {
    display: contents;
  }
}
@media screen and (min-width: 1024px) {
  .header__navWrap {
    grid-gap: 325px;
  }
}
.header__gnav {
  padding: 0 19px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 18px 11px;
}
.header__gnav li:nth-child(2) {
  grid-row: 2;
}
.header__gnav li:nth-child(3) {
  grid-row: 3;
}
.header__gnav li:nth-child(4) {
  grid-row: 4;
}
.header__gnav li:nth-child(5) {
  grid-row: 5;
}
.header__gnav li:nth-child(6) {
  grid-row: 6;
}
.header__gnav a {
  color: #FF7A00;
  font-size: 14px;
  font-family: "Playfair Display", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.3571;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .header__gnav {
    padding: 20px 0 0 47px;
    grid-gap: 40px 105px;
  }
  .header__gnav a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
}
.header__btnsWrap {
  width: 100%;
  max-width: 273px;
  margin: 66px auto 0;
}
.header__btnsWrap .btnList {
  width: 100%;
  display: grid;
  grid-gap: 16px;
}
.header__btnsWrap .btnList__btn {
  width: 100%;
  height: 56px;
}
@media screen and (min-width: 768px) {
  .header__btnsWrap {
    max-width: 345px;
    padding: 40px 20px 0 5px;
    margin: 0;
  }
  .header__btnsWrap .ttl {
    width: 100%;
    margin-bottom: 46px;
    color: #fff;
    font-size: 46px;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: center;
  }
  .header__btnsWrap .btnList {
    grid-gap: 20px;
  }
  .header__btnsWrap .btnList__btn {
    height: 80px;
  }
}
.header__spToggler {
  width: 36px;
  height: 36px;
  padding: 0;
  margin: auto 0;
  border: 1px solid #333333;
  border-radius: 50%;
  line-height: 1;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 4px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.header__spToggler:focus {
  outline: 0;
  box-shadow: none;
}
.header__spToggler span {
  width: 21px;
  height: 2px;
  margin: 0 auto;
  background: #333333;
  display: block;
  transition: 0.5s;
}
.header__spToggler.open span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.header__spToggler.open span + span {
  transform: rotate(-45deg);
}
.header__spToggler.open span + span + span {
  transform: scale(0);
}
@media screen and (min-width: 768px) {
  .header__spToggler {
    width: 44px;
    height: 44px;
  }
  .header__spToggler span {
    width: 25px;
  }
}
.header__btn {
  width: 297px;
  height: 50px;
  margin: 0 27px 0 auto;
  border-color: #333333;
  color: #333333;
}
.header.transparent {
  background-color: transparent;
}
.header.transparent .header__spToggler {
  border-color: #fff;
}
.header.transparent .header__spToggler span {
  background-color: #fff;
}
.header.transparent .header__sitelogo {
  color: #fff;
}
.header.transparent .header__btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.header.default {
  background-color: #fff;
}
.header.default .header__spToggler {
  border-color: #333333;
}
.header.default .header__spToggler span {
  background-color: #333333;
}
.header.default .header__sitelogo {
  color: #333333;
}
.header.default .header__btn {
  background-color: #fff;
  border-color: #333333;
  color: #333333;
}
.header.open .header__spToggler {
  border-color: #FF7A00;
}
.header.open .header__spToggler span {
  background-color: #FF7A00;
}
.header.open .header__sitelogo {
  color: #FF7A00;
}
@media screen and (min-width: 768px) {
  .header.open .header__spToggler {
    border-color: #fff;
  }
  .header.open .header__spToggler span {
    background-color: #fff;
  }
  .header.open .header__sitelogo {
    color: #fff;
  }
}

/*------------------------------------------------------
    footer
-------------------------------------------------------*/
.footer {
  width: 100%;
  background: url(../img/footer_bg-sp.jpg) center/cover no-repeat;
  color: #fff;
}
.footer__inner {
  padding: 57px 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 63px;
}
.footer__logoBlk {
  width: 86px;
}
.footer__txtBlk {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 50px;
}
.footer__nav {
  display: contents;
}
.footer__menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 22px 19px;
}
.footer__menu a {
  font-size: 14px;
}
.footer__submenu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
}
.footer__submenu a {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: underline;
}
.footer__submenu a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .footer {
    background-image: url(../img/footer_bg-pc.jpg);
  }
  .footer__inner {
    padding: 118px 0;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer__logoBlk {
    width: 130px;
    flex-shrink: 0;
  }
  .footer__txtBlk {
    width: 400px;
    padding-top: 22px;
    grid-gap: 74px;
  }
  .footer__menu {
    grid-gap: 22px 20px;
  }
  .footer__submenu {
    justify-content: flex-end;
  }
}</pre></body></html>