@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansJP-DemiLight.woff2") format("woff2"), url("../font/NotoSansJP-DemiLight.woff") format("woff"), url("../font/NotoSansJP-DemiLight.otf") format("opentype"); }
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff"), url("../font/NotoSansJP-Regular.otf") format("opentype"); }
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2"), url("../font/NotoSansJP-Medium.woff") format("woff"), url("../font/NotoSansJP-Medium.otf") format("opentype"); }
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff"), url("../font/NotoSansJP-Bold.otf") format("opentype"); }
:root {
  --fontR: "roboto", sans-serif;
  --fontF: "freight-big-pro", serif;
  --fontN: "Noto Sans JP", sans-serif; }

/* =================================
共通
================================= */
html {
  height: 100%; }

body {
  display: none;
  height: 100%;
  color: #242424;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "freight-big-pro", serif;
  overflow-wrap: anywhere;
  /*英文折り返し対策*/
  word-break: normal;
  /*英文折り返し対策*/
  text-size-adjust: none; }

.container {
  padding-top: 90px; }

img {
  width: 100%;
  height: auto;
  display: block; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    opacity: .5;
    transition: all .2s ease-in; }

.relative_wrap {
  position: relative;
  z-index: 0; }

.smp {
  display: none; }

.inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto; }

.btn {
  font-size: 16px;
  font-family: var(--fontR);
  line-height: 1.7;
  border: 1px solid #686868;
  display: inline-block;
  padding: 12px 30px;
  background: #fff; }
  .btn:hover {
    color: #fff;
    background: #686868; }

.bg_fixed {
  position: absolute;
  inset: 0;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  z-index: -1;
  /*&:before{
  	content: "";
  	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100svh;
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: cover;
  }*/ }
  .bg_fixed:before {
    content: "";
    position: fixed;
    inset: 0;
    height: var(--vvh, 100vh);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translateZ(0);
    will-change: transform; }

.dl_common dt {
  margin-bottom: 15px;
  font-size: 50px;
  font-family: var(--fontF); }
  .dl_common dt span {
    font-style: italic; }
.dl_common .txt {
  line-height: 1.7;
  font-weight: 300;
  font-family: var(--fontR);
  margin-bottom: 35px; }

.bg {
  background: url("../images/common/bg.jpg") no-repeat center/cover; }

/*.anime, .anime_t, .anime_b, .anime_l, .anime_r {
	opacity: 0;
	&.is-animated{
		opacity: 1;
		transform: translate(0, 0);
		transition: all .8s;
	}
}
.anime_t {
	transform: translate(0, -35px);
}
.anime_b {
	transform: translate(0, 35px);
}
.anime_l {
	transform: translate(-35px, 0);
}
.anime_r {
	transform: translate(35px, 0);
}*/
.anime, .anime_t, .anime_b, .anime_l, .anime_r {
  opacity: 0;
  transition: opacity .8s, transform .8s;
  transition-delay: var(--delay, 0s); }
  .anime.is-animated, .anime_t.is-animated, .anime_b.is-animated, .anime_l.is-animated, .anime_r.is-animated {
    opacity: 1;
    transform: translate(0, 0); }

.anime_t {
  transform: translate(0, -35px); }

.anime_b {
  transform: translate(0, 35px); }

.anime_l {
  transform: translate(-35px, 0); }

.anime_r {
  transform: translate(35px, 0); }

@media screen and (max-width: 768px) {
  .container {
    padding-top: 100px; }

  .pc {
    display: none; }

  .smp {
    display: inherit; }

  .btn {
    font-size: 14px;
    padding: 10px 30px; }

  .dl_common dt {
    font-size: 28px; }
  .dl_common .txt {
    margin-bottom: 25px; }

  .bg.bg_smp {
    background-image: url("../images/common/bg_smp.jpg"); }

  .anime_t {
    transform: translate(0, -20px); }

  .anime_b {
    transform: translate(0, 20px); }

  .anime_l {
    transform: translate(-20px, 0); }

  .anime_r {
    transform: translate(20px, 0); } }
/* =================================
ヘッダー
================================= */
.shadow {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999; }

.header {
  position: fixed;
  top: 0;
  z-index: 9999;
  padding: 0 5%;
  box-sizing: border-box;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .5s;
  background: #fff; }
  .header.hide {
    z-index: -1;
    transform: translateY(-160%); }
  .header h1 {
    width: 15%;
    max-width: 162px; }
  .header .header_sitemap {
    width: 83%;
    max-width: 1040px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header .main_ul {
    width: 78%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-family: var(--fontF);
    font-weight: 500;
    text-align: left;
    line-height: 1.7; }
    .header .main_ul > li {
      height: 100%;
      display: flex;
      align-items: center; }
    .header .main_ul a {
      display: block; }
  .header .sub_ul {
    padding: 20px 25px;
    background: #EEECE9;
    position: absolute;
    top: 90px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 200px;
    font-size: 16px;
    line-height: 1.7; }
    .header .sub_ul li {
      margin-bottom: 5px; }
      .header .sub_ul li:last-of-type {
        margin-bottom: 0; }
  .header .ico_whatsapp {
    max-width: 25px; }
  .header .sns_area {
    display: none;
    text-align: center;
    font-family: var(--fontR); }
    .header .sns_area dt {
      margin-bottom: 8px; }
    .header .sns_area dd {
      margin: 0 3px;
      display: inline-block; }
    .header .sns_area a {
      display: block; }
    .header .sns_area img {
      max-width: 27px;
      display: inline; }
  .header .language_wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: calc(5% + 85px);
    line-height: 1.7; }
  .header .btn_fade_toggle {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--fontF);
    border-bottom: 1px solid #242424;
    padding: 0 5px 0;
    cursor: pointer; }
    .header .btn_fade_toggle:hover {
      text-decoration: none;
      opacity: .5;
      transition: all .2s ease-in; }
  .header .box_fade {
    position: absolute;
    top: 90px;
    background: #EEECE9;
    width: 134px;
    display: none;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .25s ease, opacity .25s ease;
    will-change: transform, opacity;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--fontN); }
    .header .box_fade.is-open {
      opacity: 1;
      transform: scaleY(1); }
    .header .box_fade.is-closing {
      transform-origin: top; }
    .header .box_fade li {
      border-bottom: 1px solid #ada6a5;
      padding: 6px 10px;
      text-align: center; }
      .header .box_fade li:last-of-type {
        border-bottom: 0; }
  .header .smp_menu {
    display: none;
    cursor: pointer; }
    .header .smp_menu i {
      width: 30px;
      height: 8px;
      display: block;
      position: relative;
      margin: 0 auto; }
    .header .smp_menu span {
      transition: all 0.3s;
      width: 100%;
      height: 1px;
      background: #242424;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto; }
      .header .smp_menu span.top {
        top: 0; }
      .header .smp_menu span.bottom {
        bottom: 0; }
    .header .smp_menu.open .top {
      transform: rotate(-30deg);
      bottom: 0; }
    .header .smp_menu.open .bottom {
      transform: rotate(30deg);
      top: 0; }

@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: 100px;
    padding: 0 5%; }
    .header h1 {
      width: 100%; }
    .header .smp_menu {
      display: inherit; }
    .header .header_sitemap {
      flex-direction: column;
      justify-content: flex-start;
      background: #E2DCD1;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: -1;
      padding: 100px 5% 50px;
      box-sizing: border-box;
      width: 100%;
      height: 100vh;
      overflow-y: scroll;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity .25s ease, visibility .25s ease; }
      .header .header_sitemap.open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto; }
    .header .main_ul {
      width: 100%;
      font-size: 22px;
      text-align: left;
      flex-direction: column;
      row-gap: 5px;
      height: auto;
      padding: 0 30px 15px;
      margin-bottom: 25px;
      border-bottom: 1px solid #242424; }
      .header .main_ul li {
        display: block; }
    .header .sub_ul {
      border-left: 1px solid #565656;
      padding: 0 0 0 15px;
      font-size: 20px;
      line-height: 1.4;
      background: 0;
      position: static;
      width: 100%; }
    .header .ico_whatsapp {
      max-width: 40px;
      margin-bottom: 32px; }
    .header .sns_area {
      display: block; }
    .header .language_wrap {
      position: fixed;
      top: 32px;
      right: 19%;
      height: auto; }
    .header .box_fade {
      top: 40px; } }
/* =================================
フッター
================================= */
footer {
  position: sticky;
  top: 100vh;
  background: #fff;
  margin-top: 75px;
  padding: 60px 0 0;
  border-top: 1px solid #D6D3D2; }
  footer .inner {
    max-width: 815px; }
  footer .flex_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    column-gap: 10%; }
  footer .box01 {
    margin-left: 0;
    margin-right: auto;
    width: 100%;
    max-width: 285px;
    text-align: center; }
  footer .logo {
    display: inline-block; }
    footer .logo img {
      max-width: 225px;
      margin: 0 auto; }
  footer .sns_area {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    padding-top: 18px;
    margin-top: 15px;
    border-top: 1px solid #948b89; }
    footer .sns_area dt {
      margin-right: 20px;
      font-family: var(--fontR); }
    footer .sns_area dd {
      max-width: 28px; }
  footer .box02, footer .box03 {
    line-height: 1.1;
    font-family: var(--fontF); }
    footer .box02 li, footer .box03 li {
      margin-bottom: 16px; }
      footer .box02 li:last-of-type, footer .box03 li:last-of-type {
        margin-bottom: 0; }
  footer .sub_ul {
    border-left: 1px solid #565656;
    padding-left: 15px;
    margin-left: 8px;
    margin-top: 12px;
    color: #565656;
    line-height: 1.6; }
    footer .sub_ul li {
      margin-bottom: 8px; }
      footer .sub_ul li:last-of-type {
        margin-bottom: 0; }
  footer .copy {
    padding: 45px 0 40px;
    text-align: center;
    display: block;
    font-size: 10px;
    font-family: var(--fontR); }

@media print, screen and (max-width: 768px) {
  footer {
    margin-top: 80px; }
    footer .flex_wrap {
      flex-direction: column; }
    footer .box01 {
      margin: 0 auto 30px;
      max-width: none; }
    footer .logo img {
      max-width: 205px; }
    footer .box02, footer .box03 {
      width: 100%;
      text-align: center;
      font-size: 18px; }
      footer .box02 li, footer .box03 li {
        margin-bottom: 15px; }
      footer .box02 a, footer .box03 a {
        display: block; }
    footer .box02 li:last-of-type {
      margin-bottom: 15px; }
    footer .sns_area {
      position: absolute;
      width: 90%;
      max-width: 265px;
      left: 0;
      right: 0;
      bottom: -100px;
      margin: auto;
      display: block;
      text-align: center; }
      footer .sns_area dt {
        margin-right: 0;
        margin-bottom: 10px; }
      footer .sns_area dd {
        display: inline-block; }
    footer .sub_ul {
      border-left: 0;
      padding-left: 0;
      margin-left: 0;
      margin-top: 5px;
      font-size: 16px; }
      footer .sub_ul li {
        margin-bottom: 4px; }
    footer .copy {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -190px;
      margin: auto;
      padding: 0 0 35px;
      width: 90%; } }
/* =================================
ヘッダー＆フッター共通
================================= */
.header .sub_ul, footer .sub_ul {
  color: #565656; }

@media print, screen and (max-width: 768px) {
  .header li:has(.sub_ul) > a span, footer li:has(.sub_ul) > a span {
    position: relative;
    padding-right: 20px; }
    .header li:has(.sub_ul) > a span:before, footer li:has(.sub_ul) > a span:before {
      content: "";
      position: absolute;
      top: 8px;
      right: 0;
      bottom: 0;
      display: inline-block;
      width: 6px;
      height: 6px;
      border-right: 1px solid #242424;
      border-bottom: 1px solid #242424;
      transform: rotate(45deg);
      transition: transform .2s ease; }
  .header li:has(.sub_ul).is_open a span:before, footer li:has(.sub_ul).is_open a span:before {
    top: 12px;
    transform: rotate(-135deg); }
  .header .sub_ul, footer .sub_ul {
    display: none;
    visibility: visible !important;
    opacity: 1 !important; } }
