@charset "UTF-8";
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, font, 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, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  background: transparent;
  font-family: "Noto Serif JP", "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

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

html {
  font-size: 62.5%;
}

body {
  position: relative;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

address {
  font-style: normal;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:active {
  color: #000;
  text-decoration: none;
}

.clr {
  zoom: 1;
}

.clr:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.disnon {
  display: none;
}

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

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

body {
  width: 100%;
  height: 100%;
}

.w-1160 {
  max-width: 1260px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .w-1160 {
    padding: 0 20px;
  }
}

.fixed-btn {
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 999999;
  padding: 25px 60px;
  border-radius: 100px;
  background: #333;
  color:#fff !important;
  font-size: 16px;
  text-align: center;
  transition: .5s;
}
@media screen and (max-width: 767px) {
  .fixed-btn {
    right: 10px;
    padding: 15px 50px;
    font-size: 14px;
  }
}


.fixed-btn:hover {
  padding: 25px 60px;
  background: #fff;
  color:#333 !important;
  transition: .5s;
}

#wrapper {
  background-color: #f2f2e9;
  font-weight: 500;
  color: #333;
  min-width: 1040px;
  overflow: hidden;
  font-size: 1.4rem;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.1em;
  transition: 0.4s ease;
  /* header
  ----------------------------------------------*/
  /* nav
  ----------------------------------------------*/
  /* ナビオープン
  ----------------------------------------------*/
  /* mv
  ----------------------------------------------*/
  /* recommend
  ----------------------------------------------*/
  /* pagetop
  ----------------------------------------------*/
  /* fixed_bnr
  ----------------------------------------------*/
  /* footer
  ----------------------------------------------*/
}
@media screen and (max-width: 767px) {
  #wrapper {
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  #wrapper img {
    width: 100%;
    height: auto;
  }
}
#wrapper .inner {
  width: 1040px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #wrapper .inner {
    width: auto;
  }
}
#wrapper .text-link {
  color: #669ab4;
}
#wrapper .text-link span {
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  #wrapper .text-link:hover span {
    text-decoration: underline;
  }
}
#wrapper .text-link--blank .text-link__ico {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  position: relative;
  display: inline-block;
  top: 1px;
  width: 15px;
  height: 13px;
}
#wrapper .text-link--blank .text-link__ico svg {
  width: 15px;
  height: 13px;
  display: inline-block;
  vertical-align: top;
  fill: #669ab4;
}
#wrapper .btn {
  max-width: 340px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  #wrapper .btn {
    width: 95%;
    margin: 8.6666666667vw auto 0;
  }
}
#wrapper .btn a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 75px;
  border-radius: 60px;
  font-weight: 400;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #wrapper .btn a {
    height: 18.6666666667vw;
  }
}
#wrapper .btn a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  right: 10%;
  position: absolute;
}
#wrapper .btn span {
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  #wrapper .btn span {
    font-size: 4.2666666667vw;
  }
}
#wrapper .btn--blue a {
  background-color: #669ab4;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #wrapper .btn--blue a:hover {
    background-color: #39718c;
  }
}
#wrapper .btn--yellow a {
  background-color: #ebdf24;
  color: #231815;
  font-weight: 600;
  padding-right: 2%;
}
@media print, screen and (min-width: 768px) {
  #wrapper .btn--yellow a:hover {
    background-color: #dac428;
  }
}
#wrapper .btn--blank a::after {
  content: none;
}
#wrapper .btn--blank .btn__ico {
  position: absolute;
  top: 1px;
  width: 15px;
  height: 13px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #wrapper .btn--blank .btn__ico {
    right: 6.6666666667vw;
  }
}
#wrapper .btn--blank .btn__ico svg {
  width: 15px;
  height: 13px;
  fill: #fff;
}
#wrapper .header {
  mix-blend-mode: difference;
  position: fixed;
  padding: 50px 40px 0;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  opacity: 1;
  transition: all 0.5s;
  pointer-events: none;
}
#wrapper .header__logo {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 177px;
  height: 97px;
  z-index: 3;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  #wrapper .header__logo {
    width: 86px;
    height: 47px;
    top: 28px;
    left: 20px;
  }
}
#wrapper .header__logo svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#wrapper .header__menu {
  position: absolute;
  width: 32px;
  height: 24px;
  top: 40px;
  right: 40px;
  z-index: 3;
  pointer-events: auto;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  #wrapper .header__menu {
    transition: all 0.3s ease;
  }
  #wrapper .header__menu:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .header__menu {
    top: 28px;
    right: 20px;
  }
}
#wrapper .header__menu span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
#wrapper .header__menu span::before, #wrapper .header__menu span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.4s, top 0.4s, background-color 0.2s;
}
#wrapper .header__menu span::before {
  top: -11px;
}
#wrapper .header__menu span::after {
  top: 11px;
}
#wrapper .nav {
  position: fixed;
  width: 100%;
  z-index: 8;
  background: #b49f66;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  pointer-events: auto;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#wrapper .nav__inner {
  padding: 220px 0 70px;
}
@media print, screen and (min-width: 768px) {
  #wrapper .nav__inner {
    min-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .nav__inner {
    padding: 108px 0 135px;
  }
}
#wrapper .nav__flex {
  width: 100%;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  #wrapper .nav__flex {
    gap: 0;
  }
}
#wrapper .nav__flex:first-of-type {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  #wrapper .nav__flex:first-of-type {
    gap: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .nav__flex {
    flex-direction: column;
  }
}
#wrapper .nav__flex__unit {
  width: calc((100% - 160px) / 3);
}
@media screen and (max-width: 767px) {
  #wrapper .nav__flex__unit {
    width: 100%;
  }
}
#wrapper .nav__flex__unit .nav-title {
  position: relative;
  font-size: 32px;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #wrapper .nav__flex__unit .nav-title {
    font-size: 22px;
  }
}
#wrapper .nav__flex__unit .nav-title:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 70px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
#wrapper .nav__flex__unit .accordion {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
#wrapper .nav__flex__unit .accordion__btn {
  position: relative;
  background-color: transparent;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  padding: 20px 0;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.2em;
  color: #fff;
  font-family: "Noto Serif JP", "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  #wrapper .nav__flex__unit .accordion__btn {
    font-size: 16px;
    padding: 15px 0;
  }
}
/* #wrapper .nav__flex__unit .accordion__btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top;
  transition: transform 0.5s;
  right: 20px;
  top: 50%;
}
#wrapper .nav__flex__unit .accordion__btn:hover {
  cursor: pointer;
  opacity: 0.7;
} */
@media screen and (max-width: 767px) {
  #wrapper .nav__flex__unit .accordion__btn:hover {
    opacity: 1;
  }
}
#wrapper .nav__flex__unit .accordion__btn.active:after {
  transform: rotate(225deg) translateY(-50%);
}
#wrapper .nav__flex__unit .accordion__inner {
  display: flex;
  flex-wrap: wrap;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
#wrapper .nav__flex__unit .accordion__inner ul {
  padding: 0 0 30px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #wrapper .nav__flex__unit .accordion__inner ul {
    padding: 0 0 20px;
  }
}
#wrapper .nav__flex__unit .accordion__inner a {
  display: block;
  color: #fff;
  padding: 10px 0 10px 20px;
  transition: opacity 0.5s;
  position: relative;
  text-indent: -1.7em;
  padding-left: 3em;
  line-height: 1.8;
}
#wrapper .nav__flex__unit .accordion__inner a:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 18px;
  left: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
}
#wrapper .nav__flex__unit .accordion__inner a:hover {
  opacity: 0.7;
}
#wrapper .nav__flex__unit .accordion__inner a.view-all {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #wrapper .nav__flex__unit .accordion__inner a.view-all {
    margin-top: 20px;
  }
}
#wrapper .nav__flex__unit .link {
  position: relative;
  background-color: transparent;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  padding: 20px 0;
  line-height: 2;
  font-size: 18px;
  color: #fff;
  font-family: "Noto Serif JP", "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  #wrapper .nav__flex__unit .link {
    font-size: 16px;
    padding: 15px 0;
  }
}
#wrapper .nav__flex__unit .link:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  right: 25px;
  top: 45%;
}
#wrapper .nav__flex__unit .link:hover {
  cursor: pointer;
  opacity: 0.7;
}
#wrapper .nav__bnr {
  width: 436px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  #wrapper .nav__bnr {
    width: 81.3333333333vw;
    margin: 30px auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  #wrapper .nav__bnr a {
    transition: all 0.3s ease;
  }
  #wrapper .nav__bnr a:hover {
    opacity: 0.7;
  }
}
#wrapper .nav__bnr img {
  width: 100%;
}
#wrapper .nav__sns {
  display: flex;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  #wrapper .nav__sns {
    position: absolute;
    top: 37px;
    right: 103px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .nav__sns {
    margin: 28px 0 0;
    justify-content: center;
  }
}
#wrapper .nav__sns li {
  width: 29px;
}
@media screen and (max-width: 767px) {
  #wrapper .nav__sns li {
    width: 7.7333333333vw;
  }
}
#wrapper .nav__sns li + li {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #wrapper .nav__sns li + li {
    margin-left: 2.4vw;
  }
}
@media print, screen and (min-width: 768px) {
  #wrapper .nav__sns li a {
    transition: all 0.3s ease;
  }
  #wrapper .nav__sns li a:hover {
    opacity: 0.7;
  }
}
#wrapper .nav__sns li a img {
  width: 100%;
  height: auto;
}
#wrapper .header.is-open {
  mix-blend-mode: initial !important;
}
#wrapper .header.is-open .header__menu span {
  background-color: transparent;
}
#wrapper .header.is-open .header__menu span::before, #wrapper .header.is-open .header__menu span::after {
  background-color: #fff !important;
  top: 0;
}
#wrapper .header.is-open .header__menu span::before {
  transform: rotate(225deg);
}
#wrapper .header.is-open .header__menu span::after {
  transform: rotate(-225deg);
}
#wrapper .nav.is-open {
  opacity: 1;
  visibility: visible;
}
#wrapper .mv {
  width: 100%;
  max-width: 1920px;
  position: relative;
  z-index: 1;
  padding: 180px 40px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #wrapper .mv {
    padding: 100px 0 0;
  }
}
#wrapper .mv__inner {
  position: relative;
  z-index: 2;
  height: 768px;
}
@media screen and (max-width: 767px) {
  #wrapper .mv__inner {
    height: 141.3333333333vw;
  }
}
#wrapper .mv__scroll {
  position: absolute;
  right: -25px;
  height: 237px;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #wrapper .mv__scroll {
    width: 9px;
    height: 163px;
    right: 5.3333333333vw;
  }
}
#wrapper .mv__scroll::before, #wrapper .mv__scroll::after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
}
#wrapper .mv__scroll::before {
  height: 160px;
  background-color: #dadad4;
  bottom: 0;
  left: 4px;
}
@media screen and (max-width: 767px) {
  #wrapper .mv__scroll::before {
    background-color: rgba(255, 255, 255, 0.4);
    height: 90px;
  }
}
#wrapper .mv__scroll::after {
  height: 60px;
  background-color: #669ab4;
  position: absolute;
  left: 4px;
  animation: scroll-line 2s ease infinite;
  top: 77px;
}
@media screen and (max-width: 767px) {
  #wrapper .mv__scroll::after {
    background-color: #fff;
    height: 45px;
    top: 73px;
    animation: scroll-line-sp 2s ease infinite;
  }
}
#wrapper .mv__ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#wrapper .sec-recommend {
  padding: 100px 0;
  background-color: #fff;
}
#wrapper .sec-recommend__wrapper {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #wrapper .sec-recommend__wrapper {
    flex-direction: column;
  }
}
#wrapper .sec-recommend__head {
  flex: 1;
}
#wrapper .sec-recommend__head .sec-title {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 40px 0 30px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #wrapper .sec-recommend__head .sec-title {
    font-size: 24px;
    text-align: center;
    margin: 0 0 30px;
  }
}
#wrapper .sec-recommend__head .sec-text {
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #wrapper .sec-recommend__head .sec-text {
    text-align: center;
  }
}
#wrapper .sec-recommend__content {
  width: 100%;
  max-width: 860px;
}
@media screen and (max-width: 767px) {
  #wrapper .sec-recommend__content {
    min-width: auto;
  }
}
#wrapper .sec-recommend__content .link {
  transition: opacity 0.5s;
}
#wrapper .sec-recommend__content .link:hover {
  opacity: 0.7;
}
#wrapper .sec-recommend__content .link img {
  width: 100%;
}
#wrapper .sec-recommend__content .attn {
  text-align: center;
  margin-top: 15px;
  font-size: 12px;
  color: #747474;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #wrapper .sec-recommend__content .attn {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}
#wrapper .sec-recommend__content .page-list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 660px;
  gap: 40px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #wrapper .sec-recommend__content .page-list {
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .sec-recommend__content .page-list li {
    width: calc((100% - 80px) / 3);
  }
}
#wrapper .sec-recommend__content .page-list li a:hover img {
  transform: scale(1.1);
}
#wrapper .sec-recommend__content .page-list img {
  transition: transform 0.5s;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #wrapper .sec-recommend__content .page-list img {
    margin-bottom: 10px;
  }
}

#wrapper .footer {
  background-color: #f2f2e9;
  padding: 0 0 140px;
  text-align: center;
  position: relative;
  z-index: 5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  #wrapper .footer {
    padding: 0 0 90px;
  }
}
#wrapper .footer--wh {
  color: #fff;
}
#wrapper .footer--wh .tel-link {
  color: #fff;
}
#wrapper .footer--wh .footer__logo img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(2%) hue-rotate(205deg) brightness(118%) contrast(100%);
}
@media screen and (max-width: 767px) {
  .footer__logo img {
    display: block;
    width: 50%;
    padding: 50px 0 0;
    margin: auto 0;
  }
}
#wrapper .footer .footer-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
#wrapper .footer__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 50px 0 100px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #wrapper .footer__list {
    padding: 25px 0 50px;
  }
}
#wrapper .footer__list-item--big {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #wrapper .footer__list-item--big {
    margin-bottom: 6.6666666667vw;
    width: 100%;
  }
}
#wrapper .footer__list-item--small {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  #wrapper .footer__list-item--small {
    width: 43.2vw;
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #wrapper .footer__list-item a {
    transition: all 0.3s ease;
  }
  #wrapper .footer__list-item a:hover {
    opacity: 0.7;
  }
}
#wrapper .footer__logo {
  margin: 0 auto;
}
#wrapper .footer__logo img{
  width: 200px;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  #wrapper .footer__logo img{
    width: 100px;
    margin: 0 auto;
  }
}
#wrapper .footer__address {
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  #wrapper .footer__address {
    margin: 6vw 0 0;
  }
}
#wrapper .footer__address dt {
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #wrapper .footer__address dt {
    font-size: 4vw;
  }
}
#wrapper .footer__address dd {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #wrapper .footer__address dd {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#wrapper .footer__address dd .tel-link {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #wrapper .footer__address dd .tel-link {
    pointer-events: none;
  }
}
#wrapper .footer__sns {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #wrapper .footer__sns {
    margin: 6vw 0 0;
  }
}
#wrapper .footer__sns li {
  width: 43px;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  #wrapper .footer__sns li {
    width: 12.2666666667vw;
    margin: 0 3.3333333333vw;
  }
}
#wrapper .footer__sns li img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #wrapper .footer__sns li a {
    transition: all 0.3s ease;
  }
  #wrapper .footer__sns li a:hover {
    opacity: 0.7;
  }
}
#wrapper .footer__copyright {
  font-size: 1rem;
  margin: 40px 0 0;
  display: block;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #wrapper .footer__copyright {
    font-size: 2.6666666667vw;
    line-height: 1.8;
    margin: 8vw 0 0;
  }
}

/* modal
----------------------------------------------*/
.modal {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  display: none;
  overflow: hidden;
}
.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}
.modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: auto;
  max-width: 864px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .modal__inner {
    width: calc(100% - 10.66666vw);
  }
}
.modal__inner::after {
  content: "";
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  display: block;
}
.modal__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .ytPlayerWrap {
  width: calc(100vw - 30px);
  padding-top: 56.25%;
  position: relative;
  margin: 0 auto;
}
.modal .ytPlayerWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.modal__close svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
@media print, screen and (min-width: 768px) {
  .modal__close {
    transition: all 0.3s ease;
  }
  .modal__close:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .modal__close {
    width: 8vw;
    height: 8vw;
    top: -10.6666666667vw;
  }
}

/*animation*/
@keyframes scroll-line {
  0% {
    transform: translateY(0px);
  }
  50%, 100% {
    transform: translateY(200px);
  }
}
@keyframes scroll-line-sp {
  0% {
    transform: translateY(0px);
  }
  50%, 100% {
    transform: translateY(100px);
  }
}
.breadcrumb {
  margin-top: 90px;
  width: 100%;
  height: 50px;
  background: #e8e8dc;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    overflow-x: scroll;
    margin-top: 70px;
    height: 40px;
    padding-left: 5.3333333333vw;
  }
}
.breadcrumb__list {
  max-width: 1040px;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  word-break: keep-all;
  white-space: nowrap;
}
.breadcrumb__item {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #747474;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item {
    font-size: 11px;
  }
}
.breadcrumb__item:nth-child(n+2) {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item:nth-child(n+2) {
    padding-left: 15px;
  }
}
.breadcrumb__item:nth-child(n+2)::before {
  position: absolute;
  left: 8px;
  display: block;
  content: ">";
}
@media screen and (max-width: 767px) {
  .breadcrumb__item:nth-child(n+2)::before {
    left: 5px;
  }
}
.breadcrumb__anchor {
  position: relative;
}
.breadcrumb__anchor, .breadcrumb__anchor:visited, .breadcrumb__anchor:link {
  color: #747474;
}
.breadcrumb__anchor::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 1px;
  background: #747474;
  transition: all 0.3s ease;
}
.breadcrumb__anchor:hover::after {
  width: 100%;
}

.visual {
  margin-bottom: 60px;
 }
/*# sourceMappingURL=style.css.map */