@charset "UTF-8";
/*
Theme Name: 
Theme URI: 
Description: 
Author: 
Version: 1.0.0
*/
/* -----------------------------------------------------------
    変数
----------------------------------------------------------- */
/* -----------------------------------------------------------
    body
----------------------------------------------------------- */
html, body {
  position: relative;
}

html {
  font-size: 62.5%;
  font-size: calc(100vw / 128);
}

html body {
  font-size: 1.1rem;
}

@media not all and (min-width: 769px) {
  html {
    font-size: calc(100vw / 39);
  }
}

body {
  font-family: 'Noto Serif JP','dnp-shuei-gothic-kin-std', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.03rem;
  color: #000;
  background-color: #EDECE7;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* -----------------------------------------------------------
    汎用
----------------------------------------------------------- */
.font--regular {
  font-weight: 400;
}

.font--demi {
  font-weight: 600;
}

.font--bold {
  font-weight: 700;
}

a,
a:link,
a:visited {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover,
a:active,
a:focus {
  opacity: .4;
}

@media not all and (min-width: 769px) {
  a:hover,
  a:active,
  a:focus {
    opacity: 1;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.br--pc {
  display: block;
}

.br--sp {
  display: none;
}

@media not all and (min-width: 769px) {
  .br--pc {
    display: none;
  }
  .br--sp {
    display: block;
  }
}

/* -----------------------------------------------------------
    HEADER
----------------------------------------------------------- */
.header {
  position: relative;
}

.header .header-inner {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding: 1.5625vw 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.header .header-inner.js-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header .header-inner[data-active="false"] .js-scroll-change {
  color: #000;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-filter: invert(93%) sepia(9%) saturate(388%) hue-rotate(4deg) brightness(112%) contrast(84%);
          filter: invert(93%) sepia(9%) saturate(388%) hue-rotate(4deg) brightness(112%) contrast(84%);
}

.header .header-inner[data-active="true"] .js-scroll-change {
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-filter: invert(15%) sepia(4%) saturate(6890%) hue-rotate(184deg) brightness(90%) contrast(88%);
          filter: invert(15%) sepia(4%) saturate(6890%) hue-rotate(184deg) brightness(90%) contrast(88%);
}

.header__logo {
  width: 30%;
  padding: 0 1.5625vw;
}

.header__gnav--pc {
  width: 50vw;
  position: relative;
}

.header__gnav--sp {
  display: none;
}

.header .gnav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}

.header .gnav__item:not(:first-child) {
  margin-left: 4.6875vw;
}

.header__mark {
  position: absolute;
  right: 1.5625vw;
  top: 0;
  width: 3vw;
  height: 3vw;
  background-image: url(img/logo/symbol.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}

.header__btn {
  display: none;
}

@media not all and (min-width: 769px) {
  .header .header-inner {
    padding: 5.12vw 4.35vw;
    background: none;
  }
  .header__logo {
    width: 60%;
    padding: 0;
  }
  .header__gnav--pc {
    display: none;
  }
  .header__gnav--sp {
    display: block;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #EDECE7;
    padding: 5.12vw 4.35vw;
    z-index: 200;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  .header__gnav.js-burger-open {
    visibility: visible;
    opacity: 1;
  }
  .header .gnav {
    color: #080808;
  }
  .header .gnav__list {
    display: block;
  }
  .header .gnav__list--main {
    font-size: 2.9rem;
    line-height: 1;
  }
  .header .gnav__list--sub {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: calc(var(--vh, 1vh) * 4);
  }
  .header .gnav__item:not(:first-child) {
    margin-top: calc(var(--vh, 1vh) * 1.8);
    margin-left: 0;
  }
  .header__mail {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5.12vw 4.35vw;
  }
  .header__mail dt {
    font-size: 1.4rem;
  }
  .header__mail dd {
    font-size: 1.9rem;
    margin-top: calc(var(--vh, 1vh) * 1);
  }
  .header__mail a {
    text-decoration: underline;
  }
  .header__btn {
    display: block;
    position: relative;
    font-size: 1.5rem;
    z-index: 300;
  }
  .header__btn .btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header__btn .btn--open {
    visibility: visible;
    opacity: 1;
  }
  .header__btn .btn--close {
    visibility: hidden;
    opacity: 0;
    color: #080808;
  }
  .header__btn.js-burger-open .btn--open {
    visibility: hidden;
    opacity: 0;
  }
  .header__btn.js-burger-open .btn--close {
    visibility: visible;
    opacity: 1;
  }
}

/* -----------------------------------------------------------
    HERO
----------------------------------------------------------- */
.hero .hero-inner {
  color: #EDECE7;
  background-color: #080808;
  font-size: 1.6rem;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}

.hero__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero__container--main {
  position: absolute;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  padding-left: 1.5625vw;
}

.hero__container--sub {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 1.25vw;
  left: 0;
  padding: 0 1.5625vw;
}

.hero__box {
  width: 50vw;
}

.hero__box--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13.5%;
}

.hero__box--mark {
  text-align: right;
}

.hero__subtitle:first-child {
  margin-top: -4%;
  line-height: 1.5;
}

.hero__subtitle:last-child {
  margin-left: 22.65vw;
}

.hero .slide__list {
  width: 100%;
  height: 32.96875vw;
}

.hero .slide__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  vertical-align: baseline;
}

.hero .slide .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.78125vw;
}

.hero .slide .slick-dots li {
  background-color: #585858;
  width: 1.5625vw;
  height: 1px;
}

.hero .slide .slick-dots li.slick-active {
  background-color: #EBE9E1;
}

.hero .slide .slick-dots li:not(:first-child) {
  margin-left: 0.5vw;
}

.hero .slide .slick-dots li button {
  opacity: 0;
}

.ie .hero .slide {
  background-image: url(../img/img/1_hero/slide1_ie.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.ie .hero .slide__list {
  visibility: hidden;
}

@media not all and (min-width: 769px) {
  .hero__container--main {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: auto;
    right: 0;
    padding-left: 0;
    width: 60.41%;
  }
  .hero__container--sub {
    bottom: 5.12vw;
    padding: 0 5.12vw;
    width: 100%;
  }
  .hero__box {
    width: auto;
  }
  .hero__box--text {
    display: none;
  }
  .hero__box--img {
    width: 100%;
  }
  .hero__box--caption {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .hero__box--mark {
    -webkit-filter: invert(93%) sepia(9%) saturate(388%) hue-rotate(4deg) brightness(112%) contrast(84%);
            filter: invert(93%) sepia(9%) saturate(388%) hue-rotate(4deg) brightness(112%) contrast(84%);
    background-image: url(img/logo/symbol.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: inherit;
  }
  .hero__box--mark span {
    visibility: hidden;
  }
  .hero .slide__list {
    height: 92vw;
  }
}

/* -----------------------------------------------------------
    ABOUT
----------------------------------------------------------- */
.about .about-inner {
  padding: 10vh 11.875vw 0;
  position: relative;
}

.about__container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  padding-top: 17vh;
}

.about__text {
  width: 40vw;
  position: relative;
}

.about__title {
  font-size: 1.4rem;
  line-height: 1.4;
  position: absolute;
  left: 0;
  top: 37%;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.about__title.sm-hide {
  -webkit-animation: blur-out 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: blur-out 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.about__title-large {
  font-size: 7.5rem;
  display: block;
}

.about__body {
  width: 36vw;
  padding-top: 18%;
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.about__body.sm-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.about__body-en {
  font-size: 1.3rem;
  line-height: 1.6;
}

.about__body-jp {
  font-weight: 600;
  line-height: 2;
  margin-top: 3vw;
}

.about__img {
  width: 28vw;
  height: 45.15625vw;
}

@media not all and (min-width: 769px) {
  .about .about-inner {
    padding: calc(var(--vh, 1vh) * 4) 0 0 4.35vw;
  }
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
  .about__text {
    margin-top: calc(var(--vh, 1vh) * 12);
    width: 100%;
    z-index: 10;
  }
  .about__title {
    top: 0;
  }
  .about__title-large {
    font-size: 3.4rem;
    padding-top: calc(var(--vh, 1vh) * 30);
  }
  .about__body {
    width: 95%;
    padding-top: calc(var(--vh, 1vh) * 16);
    letter-spacing: -0.01rem;
  }
  .about__body-jp {
    margin-top: 5vw;
  }
  .about__img {
    width: 52vw;
    height: 83.84vw;
    position: absolute;
    right: 0;
    top: calc(var(--vh, 1vh) * 28);
    z-index: 1;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  .about__img.sm-hide {
    -webkit-animation: blur-out 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
            animation: blur-out 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  }
}

/* -----------------------------------------------------------
    MENU
----------------------------------------------------------- */
.menu .menu-inner {
  padding: 27vh 2.5vw 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu__title {
  font-size: 3.7rem;
}

.menu__body {
  width: 68.75vw;
}

.menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu__item {
  width: 32.38%;
}

.menu__name {
  font-size: 1.2rem;
  margin-top: 0.8vw;
}

.menu .menu-other {
  margin-top: 8vw;
}

.menu .menu-other__title {
  font-size: 1.6rem;
  line-height: 2;
  border-bottom: 1px solid #000;
}

.menu .menu-other__contents {
  width: 100%;
  min-height: 15.6vh;
  padding: 0.5vw 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu .menu-other__contents:not(:first-child) {
  border-top: 1px solid #D9D9D9;
}

.menu .menu-other__name {
  width: 84%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu .menu-other__name h4 {
  width: 48%;
  font-size: 2.9rem;
  font-weight: 600;
}

.menu .menu-other__name p {
  width: 52%;
  margin-top: 0.4vw;
  font-size: 1.6rem;
  font-weight: 600;
}

.menu .menu-other__detail {
  width: 13.6%;
  font-size: 1.6rem;
  font-weight: 600;
}

.menu .menu-other__detail dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.4vw;
}

.menu .menu-other__note {
  color: #9B9A91;
}

@media not all and (min-width: 769px) {
  .menu .menu-inner {
    padding: calc(var(--vh, 1vh) * 14) 4.35vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__title {
    font-size: 1.9rem;
  }
  .menu__body {
    width: 100%;
    margin-top: 1vw;
  }
  .menu__item {
    width: 48%;
  }
  .menu__item:nth-of-type(2) {
    display: none;
  }
  .menu__name {
    font-size: 1.1rem;
    margin-top: 2.5vw;
  }
  .menu .menu-other {
    margin-top: 18.5vw;
  }
  .menu .menu-other__title {
    font-size: 1.3rem;
  }
  .menu .menu-other__contents {
    min-height: calc(var(--vh, 1vh) * 11);
    padding: 1.5vw 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu .menu-other__name {
    width: 75%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu .menu-other__name h4 {
    width: 100%;
    font-size: 1.8rem;
  }
  .menu .menu-other__name p {
    width: 100%;
    font-size: 1.1rem;
  }
  .menu .menu-other__detail {
    width: 24%;
    font-size: 1.4rem;
  }
  .menu .menu-other__note {
    font-size: 1rem;
    margin-top: 2vw;
  }
}

/* -----------------------------------------------------------
    SHOP
----------------------------------------------------------- */
.shop {
  padding-top: 27vh;
}

.shop .shop-inner {
  position: relative;
}

.shop__title {
  font-size: 3.3rem;
  position: absolute;
  top: 0;
  left: 2.5vw;
}

.shop__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.shop__caption {
  width: 20%;
  margin-left: 2.5vw;
  margin-bottom: 2vw;
  font-size: 1.4rem;
}

.shop__list {
  width: 70.15625%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.shop__name {
  margin-top: 0.5vw;
  font-size: 1.4rem;
}

.shop__link {
  margin-top: 11vh;
  text-align: center;
}

.shop__link-btn {
  width: 40vw;
  display: inline-block;
  padding: 1.3vw 0 1.2vw 0;
  font-size: 2rem;
  background-color: #a467b9;
}

.shop__link-btn:link, .shop__link-btn:visited {
  color: #EDECE7;
}

.shop__link-caption {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 3.5vh;
}

@media not all and (min-width: 769px) {
  .shop {
    padding-top: 0;
  }
  .shop .shop-inner {
    padding: calc(var(--vh, 1vh) * 14) 4.35vw 0;
  }
  .shop__title {
    font-size: 1.9rem;
    position: relative;
    top: auto;
    left: auto;
  }
  .shop__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .shop__caption {
    width: 65%;
    margin: 8vw 0 0 0;
    font-size: 1.2rem;
  }
  .shop__list {
    width: 100%;
    margin-top: 3vw;
  }
  .shop__name {
    margin-top: 1.5vw;
    font-size: 1.1rem;
  }
  .shop__link {
    margin-top: calc(var(--vh, 1vh) * 5);
  }
  .shop__link-btn {
    width: 100%;
    padding: 5vw 0 4vw 0;
    font-size: 1.8rem;
  }
  .shop__link-caption {
    font-size: 1.1rem;
    line-height: 1.95;
    margin-top: calc(var(--vh, 1vh) * 4);
  }
}

/* -----------------------------------------------------------
    LOCATION
----------------------------------------------------------- */

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 


/* 横幅を指定するための要素 */
.map-wrap {
  max-width: 80%; /* ここに横幅を指定 */
}
 
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
 

.location .location-inner {
  margin-top: 47vh;
}

.location__title {
  font-size: 1.8rem;
  margin-top: 8.2vh;
  padding-left: 1.5625vw;
}

.location__body {
  margin-top: 4.5vh;
  padding-left: 1.5625vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.location__address {
  width: 25vw;
  font-size: 1rem;
  line-height: 1.9;
}

.location__caption {
  font-size: 1.3rem;
  line-height: 1.6;
}

.location .location-nav {
  font-size: 1.4rem;
  margin-top: 3.5vh;
}

.location .location-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.location .location-nav__list:not(:first-child) {
  margin-top: 1vw;
}

.location .location-nav__item:not(:first-child) {
  margin-left: 2vw;
}

@media not all and (min-width: 769px) {
  .location .location-inner {
    margin-top: calc(var(--vh, 1vh) * 22);
  }
  .location__title {
    font-size: 1.8rem;
    margin-top: calc(var(--vh, 1vh) * 6);
    padding-left: 4.35vw;
  }
  .location__body {
    margin-top: calc(var(--vh, 1vh) * 3);
    padding-left: 4.35vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .location__address {
    width: 100%;
    font-size: 1.1rem;
  }
  .location__caption {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-top: calc(var(--vh, 1vh) * 2.5);
  }
  .location .location-nav {
    font-size: 1.5rem;
    margin-top: calc(var(--vh, 1vh) * 4.5);
  }
  .location .location-nav__list:not(:first-child) {
    margin-top: calc(var(--vh, 1vh) * 2.3);
  }
  .location .location-nav__item:not(:first-child) {
    margin-left: 6vw;
  }
}

/* -----------------------------------------------------------
    FOOTER
----------------------------------------------------------- */
.footer .footer-inner {
  width: 100%;
  margin-top: 11vh;
  padding: 0 1.5625vw 1.5625vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.3rem;
}

.footer__mail {
  width: 25vw;
}

.footer__mail dt {
  font-size: 1.1rem;
  line-height: 2;
}

.footer__mail a {
  text-decoration: underline;
}

.footer__address {
  width: 48vw;
}

.footer__copyright {
  width: 24vw;
  text-align: right;
}

@media not all and (min-width: 769px) {
  .footer .footer-inner {
    width: 100%;
    margin-top: calc(var(--vh, 1vh) * 4.5);
    padding: 0 4.35vw 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__mail {
    width: 100%;
  }
  .footer__mail dd {
    font-size: 1.5rem;
  }
  .footer__address {
    display: none;
  }
  .footer__copyright {
    width: 100%;
    margin-top: calc(var(--vh, 1vh) * 11.5);
    text-align: center;
    font-size: 1.3rem;
  }
}

/* -----------------------------------------------------------
    PARALLAX ANIMATION
----------------------------------------------------------- */
.parallax {
  overflow: hidden;
}

.parallax__inner {
  position: relative;
  background-repeat: no-repeat;
}

.about .parallax {
  height: 100%;
}

.about .parallax__inner {
  height: 110%;
  top: 0;
  background-image: url(img/img/2_concept/concept_full_2x.jpg);
  background-position: top 100% center;
  background-size: cover;
}

.location .parallax {
  height: 35vw;
}

.location .parallax__inner {
  overflow-x: hidden;
  height: 200%;
  top: 0;
  background-image: url(img/img/5_info/info_full_2x.jpg);
  background-position: top -400% right;
  background-size: 100% auto;
}

@media not all and (min-width: 769px) {
  .about .parallax__inner {
    background-image: url(img/img/2_concept/sp_concept_2x.jpg);
    background-position: inherit;
    background-size: contain;
  }
  .location .parallax {
    height: 42.82vw;
  }
  .location .parallax__inner {
    height: 100%;
    background-image: url(img/img/5_info/sp_info_2x.jpg);
    background-position: inherit;
    background-size: contain;
  }
}

/* -----------------------------------------------------------
    SCROLL ANIMATION
----------------------------------------------------------- */
/* 下からふわっと */
.fadein-up {
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
}

.fadein-up.is-animation {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}

/* 左から右 */
.slide-left {
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
  opacity: 0;
}

.slide-left.is-animation {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}

/* ぼかしからイン */
.focus-in {
  -webkit-filter: blur(12px);
          filter: blur(12px);
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
}

.focus-in.is-animation {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 1s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.focus-in-wrap:nth-child(1) .focus-in {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.focus-in-wrap:nth-child(2) .focus-in {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.focus-in-wrap:nth-child(3) .focus-in {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

/* ぼかしてアウト */
@-webkit-keyframes blur-out {
  0% {
    -webkit-filter: blur(0.01);
            filter: blur(0.01);
  }
  100% {
    -webkit-filter: blur(12px) opacity(0%);
            filter: blur(12px) opacity(0%);
  }
}
@keyframes blur-out {
  0% {
    -webkit-filter: blur(0.01);
            filter: blur(0.01);
  }
  100% {
    -webkit-filter: blur(12px) opacity(0%);
            filter: blur(12px) opacity(0%);
  }
}

/* 点滅 */
.flashing {
  opacity: 1;
  -webkit-animation: flash 4s linear infinite;
          animation: flash 4s linear infinite;
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* -----------------------------------------------------------
    OPENING ANIMATION
----------------------------------------------------------- */
.opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #080808;
  z-index: 10000;
}

/*問い合わせフォームスタイル 2023/8/29 */

#contact h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  transform: scaleY(.95);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
}

/* 全幅指定 */
.full-width {
  margin: 0 calc(50% - 50vw);
  padding: 5em calc(50vw - 50%);
}
/* pタグの余白を削除 */
.wpcf7-form p {
  margin-bottom: 0;
}
/* 背景色（お好きな色に） */
section.contact {
  background-color: #EDF7EF;
}
/*  フォームの幅（自由に変えてOK） */
.contactForm {
  max-width: 700px;
  margin: 0 auto;
}
/* 各項目の下部余白 */
.contact_item {
  margin-bottom: 2.5rem;
}
/* 項目名 */
.label {
  display: block;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: .6rem;
  font-weight: bold;
}
/* 必須タグと任意タグ共通のスタイル */
.label_tag {
  font-size: 1.5rem;
  color: #ffffff;
  border-radius: .3rem;
  margin-right: 1rem;
  padding: 5px 10px;
}
/* 必須タグ */
.label_must {
  background-color: #a467b9;
}
/* 任意タグ */
.label_option {
  background-color: #888988;
}
/* 名前やメールアドレスなどユーザーが入力する箇所 */
.inputs {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"],input[type="email"] {
  border: solid 1px #707070;
  padding: .5rem;
  font-size: 1.8rem;
}
/* お問い合わせ内容を入力する箇所 */
textarea.form-control {
  border: solid 1px #707070;
  padding: .5rem;
  height: 207px;
  font-size: 1.8rem;
}
/* ボタン */
.btnArea {
  text-align: center;
}
input[type="submit"]{
  background: #a467b9;
  border: 2px solid #ffffff;
  width: 280px;
  color: #ffffff;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: .5em;
  text-indent: .5em;
  font-weight: bold;
  padding: 1.4rem 0;
  margin-top: 2rem;
  cursor: pointer;
  border-radius: .3rem;
  transition: all .3s;
  
}
/* ボタンにホバーした時 */
input[type="submit"]:hover {
  color: #a467b9;
  background-color: #ffffff;
  border-color: #a467b9;
}
/* ローダー */
.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
}
/* モバイル版 */
@media screen and (max-width: 480px) {
  .contact_item {
      margin-bottom: 1.6rem;
  }
  .label {
      font-size: 1.5rem;
      margin-bottom: .4rem;
  }
  .label_tag {
      font-size: 1.1rem;
  }
  input[type="text"],input[type="email"] {
      padding: .4rem;
      font-size: 1.5rem;
  }
  textarea {
      padding: .4rem;
      font-size: 1.5rem;
  }
  input[type="submit"]{
      font-size: 1.5rem;
  }
}
