@charset "UTF-8";
/* -------------------------------------------------------
reset
------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@700&display=swap");
@import url("https://use.typekit.net/caq2das.css");
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;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

select {
  border: none;
  outline: none;
}

@font-face {
  font-family: "Nobel Book";
  font-style: normal;
  font-weight: normal;
  src: local("Nobel Book"), url("/files/css/fonts/Nobel Book.woff") format("woff");
}
html, body {
  font-size: 62.5%;
  overflow-x: hidden;
  background: #fff;
}

a {
  color: #52392B;
  text-decoration: none;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #52392B;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 18px;
    font-size: 1.8em;
  }
}

p {
  letter-spacing: 0.07em;
}

.preload * {
  transition: none !important;
}

.mgnB20 {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .mgnB20 {
    margin-bottom: 20px;
  }
}

.mgnB30 {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .mgnB30 {
    margin-bottom: 30px;
  }
}

.mgnB40 {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .mgnB40 {
    margin-bottom: 40px;
  }
}

.mgnB120 {
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  .mgnB120 {
    margin-bottom: 120px;
  }
}

.pc {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}

.pc01 {
  display: none !important;
}
@media screen and (min-width: 481px) {
  .pc01 {
    display: block !important;
  }
}

.pc02 {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .pc02 {
    display: block !important;
  }
}

.sp {
  display: block !important;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

.sp01 {
  display: block !important;
}
@media screen and (min-width: 481px) {
  .sp01 {
    display: none !important;
  }
}

.sp02 {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  .sp02 {
    display: none !important;
  }
}

.flex01 {
  display: block;
}
@media screen and (min-width: 481px) {
  .flex01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.secIn {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

.secIn02 {
  width: 100%;
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 30px;
}

h2 {
  font-family: "Bodoni Moda", serif;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: 0.06em;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  h2 {
    margin-bottom: 50px;
    font-size: 4.4rem;
    text-align: left;
  }
}
h2 .inn {
  position: relative;
}
h2 .inn::before {
  content: attr(data-sub);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  font-family: "Bodoni Moda", serif;
  font-size: 8.2rem;
  font-weight: bold;
  color: #F4F1EC;
}
@media screen and (min-width: 769px) {
  h2 .inn::before {
    content: none;
  }
}
h2 .h2sub {
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  margin-top: 10px;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  h2 .h2sub {
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
    font-size: 2rem;
  }
}

h3 {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  border-bottom: 1px solid #52392B;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  h3 {
    display: block;
    font-size: 4rem;
    margin-bottom: 40px;
    border-bottom: 2px solid #52392B;
  }
}

h4 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  h4 {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
}

#content {
  position: relative;
  z-index: 200;
}
#content img {
  width: 45px;
}
@media screen and (min-width: 769px) {
  #content img {
    width: 90px;
  }
}

#topBtn {
  position: fixed;
  bottom: 65px;
  right: 15px;
}
@media screen and (min-width: 1025px) {
  #topBtn {
    bottom: 64px;
    right: 30px;
  }
}
#topBtn:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
}

.mv {
  position: relative;
  margin-bottom: 70px;
  margin-top: 85px;
  height: 18vh;
  margin-left: 30px;
}
@media screen and (min-width: 769px) {
  .mv {
    margin-bottom: 120px;
    margin-top: 0;
    margin-left: 0;
    height: 51vh;
  }
}
.mv .mvTxt {
  display: flex;
  align-items: baseline;
  gap: 5px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .mv .mvTxt {
    gap: 20px;
    top: calc(50% + 45px);
    left: 5%;
  }
}
.mv .mvTxt h2 {
  font-size: 3.2rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 1025px) {
  .mv .mvTxt h2 {
    font-size: 8rem;
    margin-bottom: 20px;
  }
}
.mv .mvTxt p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  letter-spacing: normal;
}
@media screen and (min-width: 1025px) {
  .mv .mvTxt p {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}

.bg-wrap, .inn {
  display: block;
}

.bg-wrap {
  opacity: 0;
}

.bg-wrap + .bg-wrap {
  margin-top: 10px;
}

.bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.h202.is-text .bg-wrap {
  opacity: 1;
}

.h202.is-text .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition-delay: 0.3s;
}

.mvBg {
  width: 100%;
  height: 100%;
  background: #EBE9E5;
  transition: all 1s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: left top; /*左上基点*/
}
@media screen and (min-width: 481px) {
  .mvBg {
    width: 82%;
  }
}

.mvBg.is-bg {
  transform: scale(1, 1);
}

.fadeUp {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.btn01 {
  text-align: right;
}
.btn01 a {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: baseline;
  font-family: "Nobel Book";
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .btn01 a:hover {
    transform: translateX(10px);
  }
}
.btn01 a span {
  display: inline-block;
  margin-left: 5px;
}
.btn01 a img {
  width: 63px !important;
}
.btn01 a .arrow_icon {
  fill: #52392B;
  position: absolute;
  right: -15px;
  top: -5px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}
.btn01 a .arrow_icon .arrow_icon_circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}

.btn01 a:hover .arrow_icon_circle {
  stroke-dashoffset: 0;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  font-family: "Bodoni Moda", serif;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media screen and (min-width: 1025px) {
  .header {
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}

.header_inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .header_inner {
    justify-content: flex-end;
  }
}
.header_inner .header_right {
  display: flex;
}

.logo {
  padding: 0 15px;
  transition: all 0.8s ease;
  z-index: 300;
}
@media screen and (min-width: 1025px) {
  .logo {
    padding: 30px 3%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.title {
  height: 43px;
  transition: all 0.8s ease;
}
@media screen and (min-width: 1025px) {
  .title {
    height: 85px;
  }
}
.title a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.title a span {
  font-size: 1.2rem;
  font-weight: normal;
}
@media screen and (min-width: 1025px) {
  .title a span {
    font-size: 1.3rem;
  }
}
.title a img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (min-width: 1025px) {
  .title a img {
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  .title a:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 1025px) {
  .logo.isSmall {
    padding: 20px 40px;
  }
  .logo.isSmall .title {
    height: 47px !important;
  }
}

.nav {
  width: 100%;
}

.btnContact {
  z-index: 300;
}
.btnContact a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 24px;
  font-family: nobel, sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  color: #fff;
  background: #7AC0C5;
  border: 1px solid #7AC0C5;
  font-size: 1.6rem;
  letter-spacing: 2px;
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  .btnContact a {
    font-size: 2.2rem;
    padding: 0 50px;
    height: 90px;
  }
  .btnContact a:hover {
    color: #7AC0C5;
    background: #fff;
  }
}

.nav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 100px 0 120px;
  background: #fff;
  transition: all 0.6s;
  z-index: 200;
  overflow-y: auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .nav {
    position: relative;
    right: inherit;
    width: auto;
    height: auto;
    padding: 0;
    overflow: hidden;
    background: none;
    display: block;
  }
}

.hamburger {
  position: relative;
  width: 65px; /* クリックしやすい幅 */
  height: 65px; /* クリックしやすい高さ */
  cursor: pointer;
  z-index: 300;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}

.nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1025px) {
  .nav_list {
    display: flex;
    align-items: center;
  }
}

.nav_item {
  text-align: left;
  padding: 0 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .nav_item {
    text-align: center;
    margin-right: 2vw;
    margin-bottom: 0;
  }
}

.nav_item a {
  display: block;
  text-decoration: none;
  color: #52392B;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .nav_item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    font-size: 2.2rem;
  }
}
.nav_item a span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 10px;
}
@media screen and (min-width: 1025px) {
  .nav_item a span {
    font-size: 1.6rem;
  }
}

.hamburger_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 22px;
  height: 1px;
  background-color: #52392B;
  transition: all 0.6s;
  margin: 0 auto;
}

.hamburger_border_top {
  top: 28px;
}

.hamburger_border_bottom {
  top: 36px;
}

.black_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .nav {
  right: 0;
}

.nav-open .black_bg {
  opacity: 0.8;
  visibility: visible;
}

.nav-open .hamburger_border_top {
  transform: rotate(45deg);
  top: 32.5px;
}

.nav-open .hamburger_border_center {
  width: 0;
  left: 50%;
}

.nav-open .hamburger_border_bottom {
  transform: rotate(-45deg);
  top: 32.5px;
}

@media only screen and (min-width: 1025px) {
  .header_inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .nav_list li {
    display: inline-block;
    text-align: right;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .nav_list li a {
    color: #52392B;
    font-weight: 600;
  }
  .nav_list li a span {
    display: none;
  }
  .color {
    width: 100%;
    transition: all 0.5s;
  }
  .color:hover {
    text-shadow: 0 0 4px #73716D;
    color: transparent;
  }
} /* pc */
.snsSp {
  display: flex;
  margin: 30px 0 0 20px;
}
@media screen and (min-width: 1025px) {
  .snsSp {
    display: none;
  }
}
.snsSp li {
  margin-right: 20px;
}
.snsSp li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.snsSp li a img {
  display: block;
  width: 100%;
}

#footer {
  border-top: 1px solid #E8E8E8;
}
#footer a {
  transition: 0.5s !important;
}
@media screen and (min-width: 1025px) {
  #footer a:hover {
    opacity: 0.5;
  }
}
#footer .secIn {
  position: relative;
  display: block;
  padding: 30px;
}
@media screen and (min-width: 481px) {
  #footer .secIn {
    padding: 50px 30px;
  }
}
@media screen and (min-width: 1025px) {
  #footer .secIn {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 70px 30px 100px;
  }
}
#footer .secIn .footerIn {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #footer .secIn .footerIn {
    display: flex;
    align-items: flex-end;
    text-align: left;
  }
}
#footer .secIn .footerIn .footerLogo {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 1025px) {
  #footer .secIn .footerIn .footerLogo {
    margin: 0 70px 0 0;
  }
}
#footer .secIn .footerIn .footerLogo img {
  width: 250px;
}
#footer .secIn .footerIn .footerTxt {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
#footer .secIn .footerIn .footerTxt .footerTxtAdd {
  margin-bottom: 20px;
}
#footer .secIn .footerLink {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px;
}
@media screen and (min-width: 1025px) {
  #footer .secIn .footerLink {
    justify-content: flex-end;
    margin: 0px;
  }
}
#footer .secIn .footerLink li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
#footer .secIn .footerLink li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .catImg03 {
  position: absolute;
  bottom: 0;
  left: -7%;
}
#footer .copy {
  text-align: center;
  color: #fff;
  padding: 20px 30px;
  background: #52392B;
  font-size: 1.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}
