@charset "UTF-8";
/**
 * NTT PC
 */
@import url(../fonts/style.css);
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@300;500;600&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP&family=Lato&display=swap");
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css + original reset css*/
html {
  font-size: 62.5%;
  /* 10px */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  line-height: 100%;
  margin: 0;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-weight: normal;
  font-size: 100%;
}

button,
input,
select,
textarea {
  margin: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

div {
  line-height: 1;
}

iframe {
  border: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
}

/*	text	*/
p,
blockquote {
  margin: 0;
}

address {
  font-style: normal;
}

/*	list	*/
ol,
ul,
dl,
dt,
dd {
  margin: 0;
  font-weight: 400;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

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

th,
td {
  padding: 0;
  text-align: left;
}

th {
  font-weight: normal;
}

/*	embed	*/
img {
  vertical-align: bottom;
  border: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

figure {
  margin: 0;
  padding: 0;
}

/*	semantics	*/
ruby,
rt,
mark,
menu {
  margin: 0;
  padding: 0;
}

small {
  font-size: 100%;
}

em,
cite,
dfn,
i {
  font-style: normal;
}

strong,
b {
  font-weight: normal;
}

ins,
del {
  text-decoration: none;
}

q {
  quotes: none;
}

sup,
sub {
  vertical-align: baseline;
}

ruby,
rt,
mark {
  line-height: 100%;
}

mark {
  background: none;
}

form {
  margin: 0;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 100%;
  font-size: 1.6rem;
}

select {
  line-height: 100%;
  font-weight: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

main {
  display: block;
}

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1230px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #1A1A1A;
  background: #fff;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  /* デザインに合わせて変更する */
}

p,
blockquote,
address,
small,
dt,
dd,
li,
th,
td,
td,
span {
  line-height: 1.8;
  /* デザインに合わせて変更する */
}

strong {
  font-weight: 500;
}

a:hover {
  text-decoration: none;
  color: #222;
  /* デザインに合わせて変更する */
}

figure img,
figure svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767px) {
  main {
    margin-top: 56px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.map-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 350px;
  position: relative;
}

.map-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .map-wrapper {
    padding-bottom: 350px;
  }
}

a[href*="tel:"]:hover {
  color: #fff;
}

@media (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.l-footer {
  position: relative;
  margin-top: 150px;
  padding-top: 100px;
  padding-bottom: 70px;
  font-size: 1.4rem;
  color: #fff;
  background: #877067;
}

.l-footer__text {
  line-height: 2;
}

.l-footer__text:nth-child(2) {
  margin-top: 16px;
}

.l-footer__item:not(:first-child) {
  margin-top: 12px;
}

.l-footer__item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-footer__item a:hover {
  opacity: 0.7;
  color: #fff;
}

.l-footer__banner {
  display: block;
  width: 200px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-footer__banner--pc {
  margin-top: 38px;
  margin-right: -15px;
}

.l-footer__banner--sp {
  display: none;
  margin-top: 30px;
  padding-left: 15px;
}

.l-footer__banner:hover {
  opacity: 0.7;
}

.l-footer__banner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer__copy {
  display: block;
  margin-top: 50px;
  font-size: 1.0rem;
  text-align: center;
}

@media (max-width: 991px) {
  .l-footer__list.list02 {
    padding-left: 5px;
  }
  .l-footer__item {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .l-footer {
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 38px;
    font-size: 1.2rem;
  }
  .l-footer__list {
    margin-top: 36px;
  }
  .l-footer__item {
    font-size: 1.2rem;
  }
  .l-footer__item:not(:first-child) {
    margin-top: 16px;
  }
}

@media (max-width: 575px) {
  .l-footer__banner--pc {
    display: none;
  }
  .l-footer__banner--sp {
    display: block;
  }
  .l-footer__copy {
    margin-top: 40px;
  }
}

/*========= ナビゲーションのためのCSS ===============*/
.l-header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 100;
  background: #fff;
  overflow: hidden;
  /*ナビゲーション*/
  /*リストのレイアウト設定*/
  /*========= ボタンのためのCSS ===============*/
}

@media (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 56px;
  }
}

.l-header__wrap {
  position: relative;
  height: 100%;
  margin-top: 54px;
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .l-header__wrap {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.l-header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .l-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

.l-header__logoWrap {
  width: 105px;
  height: 94px;
  margin: auto;
}

.l-header__logoWrap a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__logoWrap a:hover {
  opacity: 0.7;
}

@media (max-width: 991px) {
  .l-header__logoWrap {
    width: calc(105px * 0.85);
    height: calc(94px * 0.85);
    margin: auto;
  }
}

@media (max-width: 767px) {
  .l-header__logoWrap {
    width: 44px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .l-header__nav {
    position: relative;
    top: calc(56px + 20px + 20px);
    left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(100vh - 56px - 40px - 9vh);
    width: calc(100% - 40px);
    opacity: 0;
    background: #fff;
    z-index: -100;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
  .l-header__nav.panelactive {
    position: fixed;
    top: calc(56px + 20px);
    opacity: 1;
    z-index: 999;
  }
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 94px;
}

@media (max-width: 767px) {
  .l-header__list {
    display: block;
    height: auto;
  }
}

.l-header__item {
  list-style: none;
  color: #222;
  text-align: center;
  font-family: 'Cormorant', serif;
  font-size: 1.6rem;
  margin-left: 20px;
  margin-right: 20px;
}

.l-header__item a {
  color: #333;
  display: block;
  padding: 10px 30px;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__item a:hover {
  opacity: 0.7;
}

.l-header__item:nth-child(3) {
  margin-right: 155px;
}

.l-header__item:nth-child(4) {
  margin-left: 155px;
}

@media screen and (max-width: 1300px) {
  .l-header__item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .l-header__item a {
    padding: 10px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__item a:hover {
    opacity: 0.7;
  }
  .l-header__item:nth-child(3) {
    margin-right: 120px;
  }
  .l-header__item:nth-child(4) {
    margin-left: 120px;
  }
}

@media (max-width: 991px) {
  .l-header__item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .l-header__item a {
    padding: 10px 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__item a:hover {
    opacity: 0.7;
  }
  .l-header__item:nth-child(3) {
    margin-right: 80px;
  }
  .l-header__item:nth-child(4) {
    margin-left: 80px;
  }
}

@media (max-width: 767px) {
  .l-header__item {
    margin-right: 0;
    margin-left: 0;
  }
  .l-header__item:not(:first-child) {
    margin-top: 0;
  }
  .l-header__item:nth-child(3) {
    margin-right: 0;
  }
  .l-header__item:nth-child(4) {
    margin-left: 0;
  }
}

.l-header__openbtn {
  display: none;
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 0;
  right: 0;
  cursor: pointer;
  width: 48px;
  height: 56px;
}

.l-header__openbtn span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 1px;
  border-radius: 0;
  background-color: #877067;
  width: 20px;
}

.l-header__openbtn span:nth-of-type(1) {
  top: 20px;
}

.l-header__openbtn span:nth-of-type(2) {
  top: 28px;
}

.l-header__openbtn span:nth-of-type(3) {
  top: 36px;
}

.l-header__openbtn.is-active span:nth-of-type(1) {
  top: 20px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.l-header__openbtn.is-active span:nth-of-type(2) {
  opacity: 0;
}

.l-header__openbtn.is-active span:nth-of-type(3) {
  top: 32px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

@media (max-width: 767px) {
  .l-header__openbtn {
    display: block;
  }
}

.l-header__shopBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 48px;
  color: #fff;
  font-size: 1.4rem;
  background: #877067;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__shopBtn:hover {
  color: #fff;
  opacity: 0.7;
}

.l-header__shopBtn.pc {
  position: absolute;
  top: 0;
  right: 0;
}

.l-header__shopBtn.sp {
  display: none;
}

@media (max-width: 767px) {
  .l-header__shopBtn.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .l-header__shopBtn.pc {
    display: none;
  }
}

.l-header__snsList {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .l-header__snsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}

.l-header__snsItem {
  margin-right: 16px;
  margin-left: 16px;
}

.l-header__snsItem:first-child {
  margin-left: 0;
}

.l-header__snsItem:nth-child(4) {
  margin-right: 0;
}

#js-cover {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

#js-cover.is-active {
  opacity: 1;
  z-index: 90;
}

.l-main {
  padding-bottom: 100px;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .l-main {
    padding-bottom: 60px;
    font-size: 1.4rem;
  }
}

.l-main p + p {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .l-main p + p {
    margin-top: 10px;
  }
}

.l-main img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-sec {
  padding-top: 100px;
}

.l-sec:first-child {
  padding-top: 70px;
}

@media (max-width: 767px) {
  .l-sec {
    padding-top: 60px;
  }
  .l-sec:first-child {
    padding-top: 60px;
  }
}

.l-sec--low {
  padding-top: 70px;
}

@media (max-width: 767px) {
  .l-sec--low {
    padding-top: 60px;
  }
}

.l-sec--privacy {
  padding-top: 58px;
}

.l-sec--privacy:first-child {
  padding-top: 0;
}

.l-sec--privacy p {
  font-size: 1.5rem;
  line-height: 2;
}

@media (max-width: 767px) {
  .l-sec--privacy {
    padding-top: 40px;
  }
  .l-sec--privacy p {
    font-size: 1.4rem;
  }
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  margin-bottom: 40px;
  font-size: 1.2rem;
}

.c-breadcrumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.c-breadcrumb__list {
  vertical-align: middle;
  padding-left: 10px;
}

.c-breadcrumb__list img {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

.c-breadcrumb__list--current {
  color: #999999;
}

@media (max-width: 767px) {
  .c-breadcrumb {
    margin-bottom: 26px;
  }
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 340px;
  height: 80px;
  margin: 55px auto 0;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  background: #877067;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-button:hover {
  color: #fff;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .c-button {
    height: 60px;
    margin-top: 40px;
    font-size: 1.6rem;
  }
}

.c-viewmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  vertical-align: middle;
  text-align: center;
  word-break: keep-all;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-viewmore svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-viewmore:hover {
  opacity: 0.7;
}

.c-viewmore img {
  display: inline-block;
  height: 22px;
  margin-left: 18px;
}

@media (max-width: 767px) {
  .c-viewmore img {
    margin-left: 8px;
  }
}

.c-pagettl__bg {
  width: 90%;
  height: 260px;
  margin-left: auto;
  margin-right: auto;
}

.c-pagettl__bg img {
  -o-object-fit: cover;
     object-fit: cover;
}

.c-pagettl__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 80%;
  max-width: 1230px;
  margin-top: -90px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 56px;
  padding-bottom: 90px;
  color: #3A1408;
  text-align: center;
  background: #fff;
  z-index: 1;
}

.c-pagettl__text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 1px;
  height: 60px;
  background: #B9A69F;
}

.c-pagettl__ja {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
}

.c-pagettl__en {
  font-family: 'Cormorant', serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.3;
}

.c-pagettl + * {
  margin-top: 78px;
}

@media (max-width: 767px) {
  .c-pagettl__bg {
    width: 100%;
    height: 230px;
  }
  .c-pagettl__text {
    width: calc(100% - 50px);
    margin-top: -60px;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 35px;
    padding-bottom: 64px;
  }
  .c-pagettl__text::after {
    height: 40px;
  }
  .c-pagettl__ja {
    font-size: 1.2rem;
  }
  .c-pagettl__en {
    font-size: 3.2rem;
  }
  .c-pagettl + * {
    margin-top: 60px;
  }
}

.c-snsBar {
  position: fixed;
  top: 122px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
  padding: 22px 2px;
  background: #F5F2F1;
  z-index: 10000;
}

.c-snsBar a {
  display: block;
  margin: 5px 0;
  padding: 5px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-snsBar a img {
  display: block;
}

.c-snsBar a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .c-snsBar {
    top: inherit;
    bottom: 0;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 4px;
    background: rgba(245, 242, 241, 0.75);
  }
  .c-snsBar a {
    padding: 5px 12px;
  }
  .c-snsBar a img {
    height: 26px;
  }
}

.c-top-ttl {
  font-family: 'Cormorant', serif;
  font-weight: 300;
  line-height: 1;
}

.c-top-ttl--news {
  font-size: 5.2rem;
  font-weight: 500;
  color: #3A1408;
}

@media (max-width: 767px) {
  .c-top-ttl--news {
    font-size: 3.0rem;
  }
}

.c-top-ttl--concept {
  font-size: 10.9rem;
  color: #E8E1DD;
}

@media (max-width: 767px) {
  .c-top-ttl--concept {
    text-align: center;
    font-size: 6.5rem;
    opacity: 0.7;
  }
}

@media (max-width: 575px) {
  .c-top-ttl--concept {
    text-align: left;
  }
}

.c-top-ttl--menu {
  font-size: 36.4rem;
  text-align: center;
  color: #F5F2F1;
  opacity: 0.56;
}

.c-top-ttl--menu + * {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .c-top-ttl--menu {
    font-size: 11.7rem;
  }
  .c-top-ttl--menu + * {
    margin-top: 40px;
  }
}

.c-top-ttl--gallery {
  font-size: 5.2rem;
  font-weight: 500;
  color: #3A1408;
}

@media (max-width: 767px) {
  .c-top-ttl--gallery {
    font-size: 3.6rem;
    text-align: left;
  }
}

.c-top-ttl--movie {
  font-size: 5.2rem;
  font-weight: 500;
  color: #3A1408;
  text-align: center;
}

@media (max-width: 767px) {
  .c-top-ttl--movie {
    font-size: 3.6rem;
    text-align: left;
  }
}

.c-top-menuttl {
  position: relative;
  padding-bottom: 48px;
  color: #3A1408;
  text-align: center;
}

.c-top-menuttl__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.c-top-menuttl + * {
  margin-top: 64px;
}

.c-top-menuttl__main {
  font-size: 3.8rem;
  font-family: 'Cormorant', serif;
  line-height: 1;
}

.c-top-menuttl__sub {
  margin-top: 10px;
  font-size: 1.2rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 1;
}

.c-top-menuttl::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 1px;
  height: 30px;
  margin-top: 18px;
  background: #B9A69F;
}

@media (max-width: 767px) {
  .c-top-menuttl {
    padding-bottom: 38px;
  }
  .c-top-menuttl + * {
    margin-top: 20px;
  }
  .c-top-menuttl__main {
    font-size: 2.8rem;
  }
  .c-top-menuttl__sub {
    margin-top: 6px;
    font-size: 1rem;
  }
  .c-top-menuttl::after {
    margin-top: 8px;
  }
}

.c-top-menu-subttl {
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .c-top-menu-subttl {
    margin-top: 6px;
    font-size: 1.6rem;
  }
}

.c-bannerTtl {
  padding: 9px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  background: #F5F2F1;
}

.c-bannerTtl + * {
  margin-top: 16px;
}

.c-bannerTtl:not(:first-child) {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .c-bannerTtl {
    font-size: 1.6rem;
  }
}

.p-accessInfo {
  font-size: 1.5rem;
}

.p-accessInfo__logo {
  width: 82px;
  margin-left: auto;
  margin-right: auto;
}

.p-accessInfo__companyName {
  margin-top: 26px;
  text-align: center;
}

.p-accessInfo__address {
  margin-top: 10px;
  text-align: center;
}

.p-accessInfo__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.p-accessInfo__contactWrapper {
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .p-accessInfo {
    font-size: 1.3rem;
  }
  .p-accessInfo__contactWrapper {
    width: 156px;
    margin-left: 0;
    margin-right: 0;
  }
  .p-accessInfo__contactWrapper:first-child {
    margin-right: 20px;
  }
}

@media screen and (max-width: 370px) {
  .p-accessInfo__contact {
    display: block;
    text-align: center;
  }
  .p-accessInfo__contactWrapper {
    display: inline-block;
    text-align: left;
  }
  .p-accessInfo__contactWrapper p {
    display: inline-block;
    text-align: left;
  }
  .p-accessInfo__contactWrapper:first-child {
    margin-right: 0;
  }
}

.p-accessMap {
  margin-top: 50px;
  padding-left: 0;
  padding-right: 0;
}

.p-accessMap iframe {
  height: 500px;
}

@media (max-width: 767px) {
  .p-accessMap {
    margin-top: 28px;
  }
  .p-accessMap iframe {
    height: 280px;
  }
}

.p-accessStation {
  margin-top: 78px;
}

.p-accessStation__ttl {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: 0.05em;
  color: #3A1408;
}

.p-accessStation__box {
  height: 100%;
  padding: 35px 35px 40px;
  background: #F5F2F1;
}

.p-accessStation__subttl {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.p-accessStation__time {
  margin-top: 30px;
  font-weight: 500;
}

.p-accessStation__tag {
  padding: 2px 6px;
  color: #fff;
  font-size: 1.4rem;
  background: #877067;
}

.p-accessStation__text {
  margin-top: 14px;
  font-size: 1.5rem;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .p-accessStation {
    margin-top: 50px;
  }
  .p-accessStation__ttl {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
  .p-accessStation__wrap {
    margin-top: 20px;
  }
  .p-accessStation__box {
    padding: 26px 20px;
  }
  .p-accessStation__subttl {
    font-size: 1.6rem;
  }
  .p-accessStation__time {
    margin-top: 26px;
    font-size: 1.6rem;
  }
  .p-accessStation__text {
    margin-top: 14px;
    font-size: 1.3rem;
  }
}

#mfp_overlay .p-contact__lead {
  display: none;
}

.p-contact .c-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-contact .c-dl:last-of-type .c-dl__ddInner,
.p-contact .c-dl:last-of-type .c-dl__dtInner {
  border-bottom: 1px solid #d5d5d5;
}

.p-contact .c-dl:first-of-type {
  margin-top: 56px;
}

.p-contact .c-dl__dt {
  max-width: 216px;
}

.p-contact .c-dl__dtInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-right: -15px;
  padding: 20px 0 20px 10px;
  color: #666;
  font-size: 1.5rem;
  font-weight: 500;
  border-top: 1px solid #d5d5d5;
}

.p-contact .c-dl__ddInner {
  display: block;
  margin-left: -15px;
  padding: 20px;
  border-top: 1px solid #d5d5d5;
}

.p-contact__form {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #bbb;
}

.p-contact__form--small {
  max-width: 460px;
}

.p-contact__policy {
  margin-top: 55px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-contact__policy {
    margin-top: 30px;
    text-align: left;
  }
}

.p-contact__policyCheck {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: -2px;
}

.p-contact__policyLink {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-contact__policyLink:hover {
  text-decoration: underline;
  opacity: 0.7;
}

@media (max-width: 1199px) {
  .p-contact .c-dl__dtInner {
    padding-left: 12px;
    font-size: 1.5rem;
    margin-right: -30px;
  }
  .p-contact .c-dl__ddInner {
    padding-left: 30px;
  }
  .p-contact__required {
    margin-right: 8px;
    padding: 1px 8px 3px;
  }
}

@media (max-width: 991px) {
  .p-contact .c-dl:first-of-type {
    margin-top: 30px;
  }
  .p-contact .c-dl__dt:not(:first-of-type) {
    margin-top: 16px;
  }
  .p-contact .c-dl__dtInner {
    padding: 16px 0 8px;
    font-size: 1.5rem;
    margin-right: -30px;
    background: none;
    border-top: none;
  }
  .p-contact .c-dl__dtInner:last-of-type {
    border-bottom: none;
  }
  .p-contact .c-dl__ddInner {
    margin-left: 0;
    padding-left: 0;
    border-top: none;
    padding: 0;
  }
  .p-contact .c-dl__ddInner:last-of-type {
    border-bottom: none;
  }
  .p-contact__form {
    font-size: 1.5rem;
    padding: 10px 14px;
  }
  .p-contact__required {
    margin-right: 8px;
    padding: 1px 8px 3px;
  }
  .p-contact__mailConfirm {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .p-contact .c-dl:not(:first-of-type) {
    margin-top: 30px;
  }
  .p-contact .c-dl__dt {
    max-width: inherit;
  }
  .p-contact .c-dl__dt:not(:first-of-type) {
    margin-top: 12px;
  }
  .p-contact .c-dl__dt:last-of-type .c-dl__dtInner {
    border: none;
  }
  .p-contact .c-dl__dtInner {
    margin-right: 0;
    padding: 6px 10px;
    font-size: 1.4rem;
    border: none;
    background: #f3f3f3;
  }
  .p-contact .c-dl__dd {
    margin-top: 10px;
  }
  .p-contact .c-dl__ddInner {
    margin-left: 0;
    padding: 0;
    border: none;
  }
  .p-contact .c-dl__dd:last-of-type .c-dl__ddInner {
    border: none;
  }
  .p-contact__form {
    padding: 6px 10px;
  }
  .p-contact__form--small {
    max-width: inherit;
  }
}

.p-gallery__item:nth-child(n+5) {
  margin-top: 50px;
}

.p-gallery__image {
  display: inline-block;
  aspect-ratio: 285 / 176;
}

.p-gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-gallery__caption {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .p-gallery {
    margin-top: 40px;
  }
  .p-gallery__list {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-gallery__item {
    padding-left: 8px;
    padding-right: 8px;
  }
  .p-gallery__item:nth-child(n+3) {
    margin-top: 20px;
  }
  .p-gallery__caption {
    font-size: 1.2rem;
  }
}

.p-movie .p-gallery__item:nth-child(n+4) {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .p-movie .p-gallery__item:nth-child(n+4) {
    margin-top: 20px;
  }
}

.p-menubox {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 7.8%;
  padding-right: 7.8%;
  background: #F5F2F1;
}

.p-menubox:not(:first-of-type) {
  margin-top: 60px;
}

.p-menubox__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  color: #3A1408;
  text-align: center;
}

.p-menubox__en {
  font-family: 'Cormorant', serif;
  font-size: 3.6rem;
  font-weight: 500;
}

.p-menubox__ja {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2rem;
}

.p-menubox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 38px;
}

.p-menubox__image {
  width: calc((100% - 44px) * 0.42);
  margin-right: 44px;
}

.p-menubox__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-menubox__price {
  width: calc(100% - ((100% - 44px) * 0.42) - 44px);
}

.p-menubox__pricelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  font-weight: 500;
  border-top: 1px solid #B9A69F;
}

.p-menubox__pricehead {
  width: calc(100% - 5em);
  padding: 8px 10px;
  border-bottom: 1px solid #B9A69F;
}

.p-menubox__pricedata {
  width: 5em;
  padding: 8px 10px 8px 0;
  border-bottom: 1px solid #B9A69F;
  text-align: right;
}

.p-menubox__pricecap {
  display: block;
  font-size: 1.2rem;
  color: #666;
  letter-spacing: 0;
}

.p-menubox__subttl {
  margin-top: 36px;
  padding: 6px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: #877067;
}

.p-menubox__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-menubox__subinner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc((100% - 30px) / 2);
}

.p-menubox__subinner:first-of-type {
  margin-right: 30px;
}

.p-menubox__listwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-menubox__subhead {
  width: calc(100% - 5em);
  padding: 8px 10px;
  border-bottom: 1px solid #B9A69F;
}

.p-menubox__subdata {
  width: 5em;
  padding: 8px 10px 8px 0;
  text-align: right;
  border-bottom: 1px solid #B9A69F;
}

@media (max-width: 991px) {
  .p-menubox {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-menubox__image {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-menubox__price {
    width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .p-menubox__subinner {
    width: 100%;
  }
  .p-menubox__subinner:first-of-type {
    margin-right: 0;
  }
}

.p-nailist {
  margin-top: 72px;
}

.p-nailist.takei {
  margin-top: 100px;
}

.p-nailist__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
  color: #3A1408;
}

.p-nailist__head + * {
  margin-top: 40px;
}

.p-nailist__name {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.2rem;
  letter-spacing: 0.3em;
  color: #3A1408;
}

.p-nailist__en {
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  color: #B9A69F;
  letter-spacing: 0.2em;
}

.p-nailist__position {
  font-family: 'Noto Serif JP', serif;
}

.p-nailist__lead {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
}

.p-nailist__information {
  margin-top: 66px;
}

.p-nailist__information-content:not(:first-child) {
  margin-top: 40px;
}

.p-nailist__infoitem {
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 767px) {
  .p-nailist {
    margin-top: 60px;
  }
  .p-nailist__name {
    font-size: 2.4rem;
  }
  .p-nailist__en {
    font-size: 1.1rem;
  }
  .p-nailist__lead {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
  }
  .p-nailist__lead + .p-nailist__lead {
    margin-top: 7px;
  }
  .p-nailist__information {
    margin-top: 40px;
  }
  .p-nailist__information-content:first-child {
    margin-top: 40px;
  }
  .p-nailist__infottl {
    margin-top: 40px;
  }
  .p-nailist__image {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 305 / 349;
  }
  .p-nailist__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

.p-top-mainvsl {
  position: relative;
}

.p-top-mainvsl::before {
  content: "";
  position: absolute;
  top: 36%;
  right: 0;
  width: 66vw;
  height: 29vw;
  max-height: 560px;
  background: #E3D6D1;
}

.p-top-mainvsl__imageWrapper {
  position: relative;
  width: 80%;
  max-width: 1600px;
  margin: auto;
}

.p-top-mainvsl__image {
  background: #fff;
}

.p-top-mainvsl__textArea {
  position: absolute;
  top: 40%;
  left: -100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  width: 100%;
  max-width: 494px;
}

.p-top-mainvsl__textWrapper {
  position: relative;
  padding: 50px 50px;
}

.p-top-mainvsl__textWrapper::after {
  display: none;
  content: "";
  position: absolute;
  top: -50px;
  left: 8px;
  width: 200px;
  height: 86px;
  background: url(/assets/img/top/img_mainvsl_catch_spring.svg) no-repeat center center/contain;
  z-index: 1;
}

.p-top-mainvsl__mainText {
  font-family: 'Cormorant', serif;
  font-size: 2.8rem;
  font-weight: 500;
  color: #956464;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-top-mainvsl__subtext {
  margin-top: 18px;
  font-size: 1.4rem;
  color: #666;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-top-mainvsl .slick-dots {
  bottom: 16px;
}

@media (max-width: 991px) {
  .p-top-mainvsl__textArea {
    max-width: 430px;
    left: -80px;
  }
  .p-top-mainvsl__textWrapper {
    display: inline-block;
    padding: 40px;
  }
  .p-top-mainvsl__mainText {
    font-size: 2.4rem;
  }
  .p-top-mainvsl__subtext {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .p-top-mainvsl::before {
    top: inherit;
    bottom: -30px;
    width: 81vw;
    height: 350px;
  }
  .p-top-mainvsl__imageWrapper {
    width: 100%;
  }
  .p-top-mainvsl__image {
    height: 300px;
  }
  .p-top-mainvsl__image img {
    display: block;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-top-mainvsl__textArea {
    position: relative;
    top: inherit;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 85%;
    margin-top: -60px;
    margin-left: 0;
    z-index: 10;
  }
  .p-top-mainvsl__textWrapper {
    padding: 26px 24px 26px 30px;
  }
  .p-top-mainvsl__mainText {
    font-size: 1.9rem;
  }
  .p-top-mainvsl__subtext {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .p-top-mainvsl .slick-dots {
    bottom: 10px;
  }
}

.p-top-news {
  margin-top: calc(6vw + 130px);
}

.p-top-news .p-top-news__ttlarea {
  margin-right: 75px;
}

.p-top-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-top-news__item:not(:first-child) {
  margin-top: 32px;
}

.p-top-news__date {
  width: 135px;
  font-size: 1.4rem;
  color: #999999;
  letter-spacing: 0.1em;
}

.p-top-news__ttl {
  width: calc(100% - 135px);
  color: #666;
  font-size: 1.4rem;
}

.p-top-news__ttl a {
  text-decoration: underline;
}

.p-top-news__ttl a:hover {
  color: #666;
  opacity: .8;
}

@media (max-width: 991px) {
  .p-top-news .p-top-news__ttlarea {
    margin-right: 60px;
  }
}

@media (max-width: 767px) {
  .p-top-news {
    margin-top: 94px;
  }
  .p-top-news__list {
    margin-top: 16px;
  }
  .p-top-news__item:not(:first-child) {
    margin-top: 14px;
  }
  .p-top-news__date {
    width: 100%;
    font-size: 1.2rem;
  }
  .p-top-news__ttl {
    width: 100%;
    margin-top: 2px;
    line-height: 1.6;
  }
}

.p-top-concept {
  margin-top: 192px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(87%, #F5F2F1), color-stop(87%, #fff));
  background: linear-gradient(to bottom, #F5F2F1 87%, #fff 87% 100%);
}

.p-top-concept__image {
  position: relative;
  max-width: 465px;
  margin-top: -72px;
  padding-left: 0;
  padding-right: 0;
}

.p-top-concept__image img {
  -o-object-position: top;
     object-position: top;
}

.p-top-concept__textarea {
  position: relative;
  margin-left: -52px;
  margin-top: -60px;
  padding-bottom: 70px;
}

.p-top-concept__text {
  margin-top: 30px;
  padding-left: 160px;
  color: #666666;
  line-height: 2.75;
  letter-spacing: 0.05em;
}

.p-top-concept__text:last-of-type {
  margin-bottom: 60px;
}

.p-top-concept__spimage {
  display: none;
}

@media (max-width: 1199px) {
  .p-top-concept__text {
    padding-left: 130px;
  }
}

@media (max-width: 991px) {
  .p-top-concept__textarea {
    margin-left: -80px;
  }
  .p-top-concept__text {
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .p-top-concept {
    margin-top: 100px;
    padding-bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #F5F2F1), color-stop(88%, transparent));
    background: linear-gradient(to bottom, #F5F2F1 88%, transparent 88% 100%);
  }
  .p-top-concept__image {
    display: none;
  }
  .p-top-concept__textarea {
    position: inherit;
    margin: 0;
    margin-top: -35px;
    padding-bottom: 0;
  }
  .p-top-concept__text {
    margin-top: 10px;
    padding-left: 0;
    text-align: center;
  }
  .p-top-concept__text:last-of-type {
    margin-bottom: 30px;
  }
  .p-top-concept__spimage {
    display: block;
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .p-top-concept__text {
    text-align: left;
  }
}

.p-top-menu {
  margin-top: -60px;
}

.p-top-menu__flowttl {
  overflow: hidden;
}

.p-top-menu__flowttl ul {
  margin: 0;
  padding-left: 100%;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation: flowing 300s linear infinite;
          animation: flowing 300s linear infinite;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}

.p-top-menu__flowttl h2,
.p-top-menu__flowttl p {
  display: inline;
  margin: 0 80px 0 0;
  line-height: 1.2;
}

@-webkit-keyframes flowing {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes flowing {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.p-top-menu__content {
  margin-top: -260px;
}

.p-top-menu__list--1 {
  margin-top: 20px;
}

.p-top-menu__list--1 .p-top-menu__image {
  border: 1px solid #DBDBDB;
}

.p-top-menu__list--2 {
  margin-top: 86px;
}

.p-top-menu__list--2 .p-top-menu__item {
  margin-top: 30px;
}

.p-top-menu__item {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.p-top-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .p-top-menu {
    margin-top: 0;
  }
  .p-top-menu .c-top-ttl--menu {
    margin-top: -22px;
    text-align: center;
  }
  .p-top-menu__flowttl ul {
    -webkit-animation: flowing 200s linear infinite;
            animation: flowing 200s linear infinite;
  }
  .p-top-menu__content {
    margin-top: -66px;
  }
  .p-top-menu__list--1 .p-top-menu__item:not(:first-of-type) {
    margin-top: 40px;
  }
  .p-top-menu__list--2 {
    margin-top: 52px;
  }
}

.p-top-gallery {
  width: 100%;
  margin-top: 118px;
  padding-top: 112px;
  padding-bottom: 94px;
  background: #F5F2F1;
  overflow: hidden;
}

.p-top-gallery__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-gallery__text {
  margin-right: 80px;
}

.p-top-gallery__slideWrap {
  overflow: hidden;
}

.p-top-gallery__slide {
  position: relative;
  width: 70vw;
}

.p-top-gallery__list {
  width: 100%;
}

.p-top-gallery__item {
  padding-right: 1.875vw;
}

.p-top-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-gallery .slick-list {
  position: relative;
  padding-right: 18vw;
}

.p-top-gallery .slick-arrow {
  position: absolute;
  bottom: -36px;
  cursor: pointer;
}

.p-top-gallery .slick-arrow.slick-nav_next {
  right: calc(18vw + 1.875vw);
}

.p-top-gallery .slick-arrow.slick-nav_prev {
  right: calc(18vw + 1.875vw + 30px);
}

.p-top-gallery__indicator {
  position: absolute;
  bottom: -30px;
  left: 0;
  display: block;
  width: 44vw;
  height: 1px;
  background-color: #E3D6D1;
}

.p-top-gallery__bar {
  background-color: #877067;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.01, 0.45, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.01, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0.01, 0.45, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0.01, 0.45, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0.01, 0.45, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scaleX(0.2);
          transform: scaleX(0.2);
}

.item02.slick-current .p-top-gallery__bar {
  -webkit-transform: scaleX(0.4);
          transform: scaleX(0.4);
}

.p-top-gallery__caption {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.p-top-gallery .c-viewmore {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-top-gallery .c-viewmore.pc {
  margin-top: 44px;
}

.p-top-gallery .c-viewmore.sp {
  display: none;
}

@media (max-width: 991px) {
  .p-top-gallery__indicator {
    width: 42vw;
  }
}

@media (max-width: 767px) {
  .p-top-gallery {
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 60px;
    overflow: inherit;
  }
  .p-top-gallery .c-top-ttl--gallery {
    margin-top: -22px;
  }
  .p-top-gallery__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-gallery__text {
    width: 100%;
  }
  .p-top-gallery__slide {
    width: 100%;
  }
  .p-top-gallery__slideInner {
    width: calc(50% + 50vw);
  }
  .p-top-gallery__list {
    margin-top: 10px;
  }
  .p-top-gallery__item {
    margin-top: 30px;
  }
  .p-top-gallery .slick-slider {
    position: static;
  }
  .p-top-gallery .slick-list {
    padding-right: 23vw;
  }
  .p-top-gallery .slick-arrow {
    bottom: -66px;
  }
  .p-top-gallery .slick-arrow.slick-nav_next {
    right: 0;
  }
  .p-top-gallery .slick-arrow.slick-nav_prev {
    right: 30px;
  }
  .p-top-gallery__indicator {
    margin-top: 20px;
    width: 100%;
  }
  .p-top-gallery .c-viewmore.pc {
    display: none;
  }
  .p-top-gallery .c-viewmore.sp {
    margin-top: 80px;
    display: block;
  }
}

@media (max-width: 575px) {
  .p-top-gallery .slick-arrow {
    bottom: -66px;
  }
  .p-top-gallery .slick-arrow.slick-nav_next {
    right: 0;
  }
  .p-top-gallery .slick-arrow.slick-nav_prev {
    right: 30px;
  }
}

.p-top-movie {
  padding-top: 134px;
}

.p-top-movie__movie-ttl {
  margin-top: 12px;
  line-height: 1.4;
}

.p-top-movie__list {
  margin-top: 50px;
}

.p-top-movie .map-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.p-top-movie .map-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .p-top-movie .map-wrapper {
    padding-bottom: 56.25%;
  }
}

@media (max-width: 767px) {
  .p-top-movie {
    padding-top: 72px;
  }
  .p-top-movie__movie-ttl {
    font-size: 1.2rem;
  }
  .p-top-movie__list {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-top-movie__item {
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.p-alert {
  position: relative;
  padding: 46px 120px 56px;
  width: 90%;
  max-width: 900px;
  margin: 78px auto 0;
  color: #666;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  background: #fff;
  z-index: 50;
}

.p-alert__ttl {
  font-size: 2.0rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-alert__text {
  margin-top: 20px;
  padding-bottom: 40px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #E3D6D1;
}

.p-alert__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 495px;
  margin: 40px auto 0;
  font-size: 1.4rem;
}

.p-alert__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}

.p-alert__list dt,
.p-alert__list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-alert__list dt:not(:first-of-type),
.p-alert__list dd:not(:first-of-type) {
  margin-top: 20px;
}

.p-alert__list.list01 dt {
  width: 50px;
}

.p-alert__list.list01 dd {
  width: calc(100% - 50px);
}

.p-alert__list.list02 dt {
  width: 40px;
}

.p-alert__list.list02 dd {
  width: calc(100% - 40px);
}

@media (max-width: 1199px) {
  .p-alert {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media (max-width: 991px) {
  .p-alert {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .p-alert {
    width: auto;
    margin-top: 32px;
    padding: 26px 30px;
  }
  .p-alert__ttl {
    font-size: 1.6rem;
  }
  .p-alert__text {
    padding-bottom: 16px;
    margin-top: 16px;
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: left;
  }
  .p-alert__text p + p {
    margin-top: 10px;
  }
  .p-alert__contact {
    margin-top: 16px;
    font-size: 1.1rem;
  }
  .p-alert__list dt:not(:first-of-type),
  .p-alert__list dd:not(:first-of-type) {
    margin-top: 16px;
  }
  .p-alert__list.list01 dt {
    width: 40px;
  }
  .p-alert__list.list02 dt {
    width: 30px;
  }
  .p-alert__icon {
    width: 20px;
    height: 20px;
  }
}

.p-top [data-aos="fade-up"] {
  opacity: 0;
  -webkit-transition: .6s;
  transition: .6s;
}

.p-top [data-aos="fade-up"].aos-animate {
  opacity: 1;
}

.u-alL {
  text-align: left !important;
}

.u-alC {
  text-align: center !important;
}

.u-alR {
  text-align: right !important;
}

@media (max-width: 768px) {
  .u-alLsp {
    text-align: left !important;
  }
  .u-alCsp {
    text-align: center !important;
  }
  .u-alRsp {
    text-align: right !important;
  }
}

/* 互換性 */
.u-valT {
  vertical-align: top !important;
}

.u-valM {
  vertical-align: middle !important;
}

.u-valB {
  vertical-align: bottom !important;
}

@media (max-width: 768px) {
  .u-valTsp {
    vertical-align: top !important;
  }
  .u-valMsp {
    vertical-align: middle !important;
  }
  .u-valBsp {
    vertical-align: bottom !important;
  }
}

/* こちらを使う */
.u-vaT {
  vertical-align: top !important;
}

.u-vaM {
  vertical-align: middle !important;
}

.u-vaB {
  vertical-align: bottom !important;
}

@media (max-width: 768px) {
  .u-vaTsp {
    vertical-align: top !important;
  }
  .u-vaMsp {
    vertical-align: middle !important;
  }
  .u-vaBsp {
    vertical-align: bottom !important;
  }
}

.zoomIn img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn a:hover img {
  /*hoverした時の変化*/
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  /*拡大の値を変更したい場合はこの数値を変更*/
}

.mask {
  display: block;
  line-height: 0;
  /*行の高さを0にする*/
  overflow: hidden;
  /*拡大してはみ出る要素を隠す*/
}

#js-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 1s;
  -webkit-transition: all 2s;
  transition: all 2s;
  z-index: 100000000;
}

#js-loading.active {
  opacity: 0;
  visibility: hidden;
  z-index: -10;
}

.u-bg-gray {
  background-color: #f3f3f3;
}

.u-bg-orange {
  background: #fe643a;
}

.u-spbr {
  display: none;
}

@media (max-width: 768px) {
  .u-spbr {
    display: block;
  }
}

@media (max-width: 768px) {
  .u-pcbr {
    display: none;
  }
}

.u-color-orange {
  color: #fe643a;
}

.u-color-red {
  color: #e9090e;
}

.u-color-white {
  color: #fff;
}

.u-linkText {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.u-linkText:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

@media (max-width: 768px) {
  .u-mt0sp {
    margin-top: 0px !important;
  }
  .u-ml0sp {
    margin-left: 0px !important;
  }
  .u-mr0sp {
    margin-right: 0px !important;
  }
  .u-mb0sp {
    margin-bottom: 0px !important;
  }
  .u-mt5sp {
    margin-top: 5px !important;
  }
  .u-ml5sp {
    margin-left: 5px !important;
  }
  .u-mr5sp {
    margin-right: 5px !important;
  }
  .u-mb5sp {
    margin-bottom: 5px !important;
  }
  .u-mt10sp {
    margin-top: 10px !important;
  }
  .u-ml10sp {
    margin-left: 10px !important;
  }
  .u-mr10sp {
    margin-right: 10px !important;
  }
  .u-mb10sp {
    margin-bottom: 10px !important;
  }
  .u-mt15sp {
    margin-top: 15px !important;
  }
  .u-ml15sp {
    margin-left: 15px !important;
  }
  .u-mr15sp {
    margin-right: 15px !important;
  }
  .u-mb15sp {
    margin-bottom: 15px !important;
  }
  .u-mt20sp {
    margin-top: 20px !important;
  }
  .u-ml20sp {
    margin-left: 20px !important;
  }
  .u-mr20sp {
    margin-right: 20px !important;
  }
  .u-mb20sp {
    margin-bottom: 20px !important;
  }
  .u-mt25sp {
    margin-top: 25px !important;
  }
  .u-ml25sp {
    margin-left: 25px !important;
  }
  .u-mr25sp {
    margin-right: 25px !important;
  }
  .u-mb25sp {
    margin-bottom: 25px !important;
  }
  .u-mt30sp {
    margin-top: 30px !important;
  }
  .u-ml30sp {
    margin-left: 30px !important;
  }
  .u-mr30sp {
    margin-right: 30px !important;
  }
  .u-mb30sp {
    margin-bottom: 30px !important;
  }
  .u-mt35sp {
    margin-top: 35px !important;
  }
  .u-ml35sp {
    margin-left: 35px !important;
  }
  .u-mr35sp {
    margin-right: 35px !important;
  }
  .u-mb35sp {
    margin-bottom: 35px !important;
  }
  .u-mt40sp {
    margin-top: 40px !important;
  }
  .u-ml40sp {
    margin-left: 40px !important;
  }
  .u-mr40sp {
    margin-right: 40px !important;
  }
  .u-mb40sp {
    margin-bottom: 40px !important;
  }
  .u-mt45sp {
    margin-top: 45px !important;
  }
  .u-ml45sp {
    margin-left: 45px !important;
  }
  .u-mr45sp {
    margin-right: 45px !important;
  }
  .u-mb45sp {
    margin-bottom: 45px !important;
  }
  .u-mt50sp {
    margin-top: 50px !important;
  }
  .u-ml50sp {
    margin-left: 50px !important;
  }
  .u-mr50sp {
    margin-right: 50px !important;
  }
  .u-mb50sp {
    margin-bottom: 50px !important;
  }
  .u-mt55sp {
    margin-top: 55px !important;
  }
  .u-ml55sp {
    margin-left: 55px !important;
  }
  .u-mr55sp {
    margin-right: 55px !important;
  }
  .u-mb55sp {
    margin-bottom: 55px !important;
  }
  .u-mt60sp {
    margin-top: 60px !important;
  }
  .u-ml60sp {
    margin-left: 60px !important;
  }
  .u-mr60sp {
    margin-right: 60px !important;
  }
  .u-mb60sp {
    margin-bottom: 60px !important;
  }
  .u-mt65sp {
    margin-top: 65px !important;
  }
  .u-ml65sp {
    margin-left: 65px !important;
  }
  .u-mr65sp {
    margin-right: 65px !important;
  }
  .u-mb65sp {
    margin-bottom: 65px !important;
  }
  .u-mt70sp {
    margin-top: 70px !important;
  }
  .u-ml70sp {
    margin-left: 70px !important;
  }
  .u-mr70sp {
    margin-right: 70px !important;
  }
  .u-mb70sp {
    margin-bottom: 70px !important;
  }
  .u-mt75sp {
    margin-top: 75px !important;
  }
  .u-ml75sp {
    margin-left: 75px !important;
  }
  .u-mr75sp {
    margin-right: 75px !important;
  }
  .u-mb75sp {
    margin-bottom: 75px !important;
  }
  .u-mt80sp {
    margin-top: 80px !important;
  }
  .u-ml80sp {
    margin-left: 80px !important;
  }
  .u-mr80sp {
    margin-right: 80px !important;
  }
  .u-mb80sp {
    margin-bottom: 80px !important;
  }
  .u-mt85sp {
    margin-top: 85px !important;
  }
  .u-ml85sp {
    margin-left: 85px !important;
  }
  .u-mr85sp {
    margin-right: 85px !important;
  }
  .u-mb85sp {
    margin-bottom: 85px !important;
  }
  .u-mt90sp {
    margin-top: 90px !important;
  }
  .u-ml90sp {
    margin-left: 90px !important;
  }
  .u-mr90sp {
    margin-right: 90px !important;
  }
  .u-mb90sp {
    margin-bottom: 90px !important;
  }
  .u-mt95sp {
    margin-top: 95px !important;
  }
  .u-ml95sp {
    margin-left: 95px !important;
  }
  .u-mr95sp {
    margin-right: 95px !important;
  }
  .u-mb95sp {
    margin-bottom: 95px !important;
  }
  .u-mt100sp {
    margin-top: 100px !important;
  }
  .u-ml100sp {
    margin-left: 100px !important;
  }
  .u-mr100sp {
    margin-right: 100px !important;
  }
  .u-mb100sp {
    margin-bottom: 100px !important;
  }
}

/* 互換性　*/
.u-fz80p {
  font-size: 80%;
}

.u-fz90p {
  font-size: 90%;
}

.u-fz100p {
  font-size: 100%;
}

.u-fz110p {
  font-size: 110%;
}

.u-fz120p {
  font-size: 120%;
}

.u-fz130p {
  font-size: 130%;
}

.u-fz140p {
  font-size: 140%;
}

.u-fz150p {
  font-size: 150%;
}

/* こちらを使う */
.u-fz80 {
  font-size: 80%;
}

.u-fz90 {
  font-size: 90%;
}

.u-fz100 {
  font-size: 100%;
}

.u-fz110 {
  font-size: 110%;
}

.u-fz120 {
  font-size: 120%;
}

.u-fz130 {
  font-size: 130%;
}

.u-fz140 {
  font-size: 140%;
}

.u-fz150 {
  font-size: 150%;
}

.u-fz14rem {
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .u-fz80sp {
    font-size: 80% !important;
  }
  .u-fz90sp {
    font-size: 90% !important;
  }
  .u-fz100sp {
    font-size: 100% !important;
  }
  .u-fz110sp {
    font-size: 110% !important;
  }
  .u-fz120sp {
    font-size: 120% !important;
  }
  .u-fz130sp {
    font-size: 130% !important;
  }
  .u-fz140sp {
    font-size: 140% !important;
  }
  .u-fz150sp {
    font-size: 150% !important;
  }
}

.u-wb {
  word-break: break-all;
  word-wrap: break-word;
}

.u-w0 {
  width: 0%;
}

.u-w5 {
  width: 5%;
}

.u-w10 {
  width: 10%;
}

.u-w15 {
  width: 15%;
}

.u-w20 {
  width: 20%;
}

.u-w25 {
  width: 25%;
}

.u-w30 {
  width: 30%;
}

.u-w35 {
  width: 35%;
}

.u-w40 {
  width: 40%;
}

.u-w45 {
  width: 45%;
}

.u-w50 {
  width: 50%;
}

.u-w55 {
  width: 55%;
}

.u-w60 {
  width: 60%;
}

.u-w65 {
  width: 65%;
}

.u-w70 {
  width: 70%;
}

.u-w75 {
  width: 75%;
}

.u-w80 {
  width: 80%;
}

.u-w85 {
  width: 85%;
}

.u-w90 {
  width: 90%;
}

.u-w95 {
  width: 95%;
}

.u-w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .u-w0sp {
    width: 0%;
  }
  .u-w5sp {
    width: 5%;
  }
  .u-w10sp {
    width: 10%;
  }
  .u-w15sp {
    width: 15%;
  }
  .u-w20sp {
    width: 20%;
  }
  .u-w25sp {
    width: 25%;
  }
  .u-w30sp {
    width: 30%;
  }
  .u-w35sp {
    width: 35%;
  }
  .u-w40sp {
    width: 40%;
  }
  .u-w45sp {
    width: 45%;
  }
  .u-w50sp {
    width: 50%;
  }
  .u-w55sp {
    width: 55%;
  }
  .u-w60sp {
    width: 60%;
  }
  .u-w65sp {
    width: 65%;
  }
  .u-w70sp {
    width: 70%;
  }
  .u-w75sp {
    width: 75%;
  }
  .u-w80sp {
    width: 80%;
  }
  .u-w85sp {
    width: 85%;
  }
  .u-w90sp {
    width: 90%;
  }
  .u-w95sp {
    width: 95%;
  }
  .u-w100sp {
    width: 100%;
  }
}

.u-fz0p {
  font-size: 0%;
}

.u-fz5p {
  font-size: 5%;
}

.u-fz10p {
  font-size: 10%;
}

.u-fz15p {
  font-size: 15%;
}

.u-fz20p {
  font-size: 20%;
}

.u-fz25p {
  font-size: 25%;
}

.u-fz30p {
  font-size: 30%;
}

.u-fz35p {
  font-size: 35%;
}

.u-fz40p {
  font-size: 40%;
}

.u-fz45p {
  font-size: 45%;
}

.u-fz50p {
  font-size: 50%;
}

.u-fz55p {
  font-size: 55%;
}

.u-fz60p {
  font-size: 60%;
}

.u-fz65p {
  font-size: 65%;
}

.u-fz70p {
  font-size: 70%;
}

.u-fz75p {
  font-size: 75%;
}

.u-fz80p {
  font-size: 80%;
}

.u-fz85p {
  font-size: 85%;
}

.u-fz90p {
  font-size: 90%;
}

.u-fz95p {
  font-size: 95%;
}

.u-fz100p {
  font-size: 100%;
}

.u-wauto {
  width: auto;
}

@media (max-width: 768px) {
  .u-wautosp {
    width: auto;
  }
}
