@charset "UTF-8";
/*! modern-css-reset */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  line-height: 1;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  line-height: 1;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*===================================
	共通レイアウト
=====================================*/
html,
body {
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.05em;
  color: #3d3d3d;
  background: #fff url(../img/common/bg.jpg) repeat top left;
  margin: 0;
}
body.pg-en {
  font-family: "EB Garamond", serif;
  line-height: 1.5;
}

main {
  position: relative;
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

.fix_btn {
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #70705b;
  color: #fff;
  padding: 0 30px;
  z-index: 10;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fix_btn:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1001px) {
  .fix_btn {
    width: 300px;
    height: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .fix_btn {
    width: 176px;
    height: 54px;
    line-height: 54px;
    font-size: 1.4rem;
  }
}
.fix_btn::before {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/arrow.svg) no-repeat center/100%;
  width: 5px;
  height: 8px;
}

.inner {
  width: 100%;
  max-width: calc(1200px + 10%);
  padding: 0 5%;
  margin: auto;
}

.inner2 {
  width: 100%;
  max-width: calc(800px + 10%);
  padding: 0 5%;
  margin: auto;
}

.btn {
  text-align: left;
  margin: auto;
  display: block;
  background-color: #1a1a1a;
  color: #fff;
  padding: 1.1em 2em;
  line-height: 1.5;
  position: relative;
  font-weight: 500;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1001px) {
  .btn {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .btn {
    max-width: 370px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    max-width: 280px;
  }
}
.btn::after {
  position: absolute;
  content: "";
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 9px;
  height: 14px;
  background-color: #fff;
}
.btn.inv {
  background-color: unset;
  border: 1px solid #fff;
}

.fade {
  opacity: 0;
}
.fade.animated {
  -webkit-animation: fade 2s forwards;
          animation: fade 2s forwards;
}

/*===================================
	ヘッダー
=====================================*/
.header {
  position: fixed;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  color: #fff;
  mix-blend-mode: difference;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .header {
    height: 82px;
    top: 25px;
    padding: 0 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 59px;
    top: 15px;
    padding: 0 5%;
  }
}
.header.top .header__c {
  opacity: 0;
}
.header.top .header__c a {
  pointer-events: none;
}
.header.top .header__r {
  opacity: 1;
}
.header.top .header__r a {
  pointer-events: auto;
}
.header.is-scrolled {
  top: 0;
}
@media screen and (min-width: 768px) {
  .header.is-scrolled .header__logo svg {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .header.is-scrolled .header__logo svg {
    width: 90px;
  }
}
.header.is-main.top .header__c {
  opacity: 1;
}
.header.is-main.top .header__c a {
  pointer-events: auto;
}
.header__l {
  line-height: 1;
  font-family: "EB Garamond", serif;
  position: relative;
}
.header__l.jp .header__lang__btn.lang_en {
  display: none;
}
.header__l.jp .header__lang_mask__btn.lang_jp {
  display: none;
}
.header__l.en .header__lang__btn.lang_jp {
  display: none;
}
.header__l.en .header__lang_mask__btn.lang_en {
  display: none;
}
.header__c {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__r {
  opacity: 0;
}
.header__r a {
  pointer-events: none;
}
.header__lang {
  position: relative;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}
.header__lang::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url(../img/common/icon_lang.svg);
          mask-image: url(../img/common/icon_lang.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 30px;
  height: 30px;
  background-color: currentColor;
}
.header__lang__btn {
  color: currentColor;
  position: relative;
  padding-right: 12px;
}
.header__lang__btn::after {
  position: absolute;
  content: "";
  right: 0;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 5px;
  height: 8px;
  background-color: currentColor;
}
.header__lang_mask {
  position: absolute;
  left: 40px;
  top: calc(100% + 10px);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header__lang_mask a {
  pointer-events: none;
}
.header__lang_mask.open {
  opacity: 1;
}
.header__lang_mask.open a {
  pointer-events: auto;
}
.header__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo svg {
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .header__logo svg {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo svg {
    width: 122px;
  }
}
.header__logo svg .st0 {
  fill: currentColor;
}
.header__cnt {
  display: block;
  border-radius: 50px;
  border: 1px solid currentColor;
  color: currentColor;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__cnt:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .header__cnt {
    position: relative;
    font-size: 1.5rem;
    width: 160px;
    height: 39px;
    line-height: 36px;
    padding: 0 27px;
  }
  .header__cnt::after {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-mask-image: url(../img/common/arrow.svg);
            mask-image: url(../img/common/arrow.svg);
    -webkit-mask-size: 100%;
            mask-size: 100%;
    width: 5px;
    height: 8px;
    background-color: currentColor;
  }
}
@media screen and (max-width: 767px) {
  .header__cnt {
    font-size: 1.1rem;
    width: 82px;
    height: 31px;
    line-height: 31px;
    text-align: center;
  }
}

/*===================================
	フッター
=====================================*/
.footer {
  background-color: #1a1a1a;
  color: #fff;
  padding: 70px 0;
  text-align: center;
}
.footer__logo {
  max-width: 238px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin: 0 auto 65px;
  }
}
.footer__op {
  margin-bottom: 1em;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1001px) {
  .footer__op {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .footer__op {
    font-size: 1.2rem;
  }
}
.footer__policy {
  font-weight: 600;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1000px) {
  .footer__policy {
    font-size: 1.2rem;
  }
}
.footer__policy a {
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__policy a:hover {
  opacity: 0.5;
}
.footer__copy {
  color: #999;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (min-width: 1001px) {
  .footer__copy {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .footer__copy {
    font-size: 1.2rem;
  }
}

/*===================================
	animation
=====================================*/
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}