@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  color: #fff;
  background: #fff;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body {
    overflow-x: hidden;
  }
}
img {
  width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

a img {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
a:hover img {
  opacity: 0.7;
}

.view_sp {
  display: none;
}

@media screen and (max-width: 750px) {
  body {
    padding-bottom: calc(150 / 800 * 100%);
  }
  .view_pc {
    display: none;
  }

  .view_sp {
    display: block;
  }
}

/*********ページフェードイン**************/
.page_fadein {
  opacity: 0;
  transition: 1s;
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.page_fadein.on {
  opacity: 1;
}

/*********ヘッダー**************/
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 30;
  -webkit-transition: all 600ms 0s ease;
  transition: all 600ms 0s ease;
  background: #000;
}

#top .header {
  background: rgba(000, 000, 000, 0.7);
}

.header .logo {
  width: 30%;
  max-width: 236px;
  max-width: 300px;
  margin-right: 3%;
}
.header .spHead {
  display: block;
}
.header .pcHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 96%;
  height: 80px;
  /*max-width: 1300px;*/
  margin: 0 auto;
}
.header .pcHead #headerNav {
  width: 80%;
  width: 100%;
  margin-right: 70px;
}
.header .pcHead #headerNav .navItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header .pcHead #headerNav .navItems .navItem {
  /*margin: 0 1.5%;*/
  margin: 0;
  border-left: 1px solid #ccc;
  padding: 0 15px;
  text-align: center;
  position: relative;
}

/*
.header .pcHead #headerNav .navItems .navItem.modelroom {
    display: none;
}
*/

.header .pcHead #headerNav .navItems .navItem.value::before,
.header .pcHead #headerNav .navItems .navItem.plan::before,
.header .pcHead #headerNav .navItems .navItem.redeve::before {
  content: "NEW";
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  color: #fff;
  background: #f20e0e;
  padding: 2px 6px 1px;
  font-size: 10px;
  line-height: 100%;
  font-weight: 700;
  z-index: 5;
  font-family: "Cormorant Garamond", serif;
}

.header .pcHead #headerNav .navItems .navItem a {
  font-size: 13px;
  font-size: min(1.3vw, 12px);
  color: #fff;
  position: relative;
}

.header .pcHead #headerNav .navItems .navItem a::after {
  opacity: 0;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: -0.8em;
  margin: auto;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.header .pcHead #headerNav .navItems .navItem a:hover::after {
  opacity: 1;
  left: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.header .pcHead #headerNav .navItems .navItem.current a::after {
  opacity: 1;
  left: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.header.fixed {
  background: rgba(255, 255, 255, 0.1);
}
#top .header.fixed {
  background: rgba(255, 255, 255, 0.1);
}
.head_b .header.fixed {
  background: rgba(000, 000, 000, 0.4);
}

/***HB-MENU***/
.menuBtn {
  cursor: pointer;
  position: fixed;
  z-index: 101;
  right: 1.5%;
  top: 24px;
  width: 60px;
  height: 50px;
  line-height: 0;
  text-align: center;
  z-index: 999;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.menuBtn span {
  display: block;
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background-color: #fff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.menuBtn span:nth-of-type(1) {
  top: 0;
}
.menuBtn span:nth-of-type(2) {
  top: 15px;
}
.menuBtn span:nth-of-type(3) {
  top: 30px;
}
.menuBtn.open span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
  background-color: #fff;
}
.menuBtn.open span:nth-of-type(2) {
  opacity: 0;
}
.menuBtn.open span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
  background-color: #fff;
}
.menuBtn p {
  font-size: 0.65rem;
  padding-top: 55px;
  color: #fff;
}

nav#mainNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_cv {
  width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popupMenu.open .nav_cv .request {
  display: block;
}

.nav_cv .request {
  width: 31%;
  max-width: 160px;
  line-height: 50px;
}

.nav_cv .request a {
  display: block;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding: 0px 15px;
  color: #fff;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  background: #78725e;
}

.nav_cv .reserve {
  width: 35%;
  max-width: 160px;
  height: 50px;
  margin-left: 3px;
}

.nav_cv .reserve a {
  display: block;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding: 5px 15px;
  line-height: 1.3;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  background: #838044;
}
.popupMenu .popupMenuIn .nav_cv .reserve a:hover {
  opacity: 0.7;
}

.nav_cv .login {
  width: 33%;
  max-width: 160px;
  height: 50px;
  margin-left: 3px;
}
.nav_cv .login a {
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #a38f00;
  color: #fff;
  text-align: center;
  padding: 10px 10px 10px 10px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  line-height: 1.3;
}

.nav_cv .login a {
  font-size: min(1.3vw, 12px);
  padding: 10px 5px;
}

.nav_cv .login a:hover {
  opacity: 0.8;
}

.header .pcHead #headerNav {
  width: 100%;
  margin-right: 45px;
}

.header .pcHead #headerNav .navItems .navItem {
  padding: 0 8px;
}

.header .pcHead #headerNav .navItems .navItem a {
  font-size: min(1.2vw, 11px);
}
.nav_cv .reserve a {
  font-size: min(1.2vw, 11px);
}

.menuBtn {
  width: 40px;
}
@media screen and (max-width: 1770px) {
  .header .pcHead #headerNav .navItems .navItem a {
    font-size: min(1.1vw, 11px);
  }
}

@media screen and (max-width: 1770px) {
  .header .logo {
    width: 25%;
    margin-right: 3%;
    position: absolute;
    top: 10px;
  }

  nav#mainNav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header .pcHead #headerNav .navItems {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1350px) {
  #headerNav {
    display: none;
  }

  .header .spHead {
    display: block;
  }

  .header .logo {
    width: 30%;
    margin-right: 3%;
    position: relative;
    top: inherit;
  }
}

@media screen and (max-width: 750px) {
  .header {
    height: 68px;
  }
  .header .logo {
    position: absolute;
    top: 17px;
    left: 5%;
    width: 55%;
    max-width: 300px;
  }
  .header .menuBtn {
    right: 4%;
    top: 23px;
    width: 50px;
    height: 32px;
  }
  .header .menuBtn span:nth-of-type(1) {
    top: 0;
  }
  .header .menuBtn span:nth-of-type(2) {
    top: 10px;
  }
  .header .menuBtn span:nth-of-type(3) {
    top: 20px;
  }
  .header .menuBtn.open span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .header .menuBtn.open span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}
.popupMenu {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  min-height: 100%;
  overflow-y: auto;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-overflow-scrolling: touch;
  z-index: 990;
}
.popupMenu.open {
  opacity: 1;
  visibility: visible;
}
.popupMenu .popupMenuIn {
  width: 100%;
  height: auto;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(33, 33, 33, 0.9);
}
.popupMenu .popupMenuIn #mainNav {
  max-width: 900px;
  width: 90%;
  padding-left: 2%;
  margin: 0 auto 50px;

  display: flex;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.popupMenu .popupMenuIn .navItems {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popupMenu .popupMenuIn .navItems > li {
  position: relative;
  width: 42%;
  margin: auto;
  border-bottom: 1px solid #646060;
}
.popupMenu .popupMenuIn .navItems:after {
  content: "";
  display: block;
  width: 42%;
  margin: auto;
  height: 0;
}
.popupMenu .popupMenuIn .navItems > li a {
  font-size: 14px;
  display: block;
  letter-spacing: 0.12em;
  color: #fff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  margin: 3vh 0;
  padding: 3px 0;
}

.popupMenu .popupMenuIn .navItems > li.login {
  border-bottom: none;
}

.popupMenu .popupMenuIn .navItems > li.login a {
  background: #b9886a;
  color: #fff;
  text-align: center;
  padding: 10px 10px 10px 10px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/*
.popupMenu .popupMenuIn .navItems > li.modelroom a {
    pointer-events: none;
    opacity: 0.3;
}
*/

.popupMenu .popupMenuIn .navItems > li.value::before,
.popupMenu .popupMenuIn .navItems > li.plan::before,
.popupMenu .popupMenuIn .navItems > li.redeve::before {
  content: "NEW";
  position: absolute;
  top: 10px;
  left: 18px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  color: #fff;
  background: #f20e0e;
  padding: 2px 6px 1px;
  font-size: 10px;
  line-height: 100%;
  font-weight: 700;
  z-index: 5;
  font-family: "Cormorant Garamond", serif;
}

.popupMenu .popupMenuIn .nav_cv {
  display: block;
  width: 28%;
  margin-top: 20px;
}
.popupMenu .popupMenuIn .nav_cv a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  letter-spacing: 0.3em;
  font-family: "YakuHanMPs_Noto", "Noto Serif JP", "A-OTF A1 Mincho Std", "A1 Mincho", "游明朝体", "Yu Mincho", serif;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.popupMenu .popupMenuIn .nav_cv .login a {
  letter-spacing: 0.1em;
}

.popupMenu .popupMenuIn .nav_cv .request {
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  line-height: initial;
}

.popupMenu .popupMenuIn .nav_cv .request a {
  background: rgb(129, 81, 80);
  background: linear-gradient(103deg, rgba(129, 81, 80, 1) 0%, rgba(182, 154, 153, 1) 50%, rgba(124, 73, 72, 1) 100%);
}
.popupMenu .popupMenuIn .nav_cv .request a:hover {
  opacity: 0.7;
}

.popupMenu .popupMenuIn .nav_cv .reserve {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.popupMenu .popupMenuIn .nav_cv .reserve a {
  letter-spacing: 0.1em;
  background: -moz-linear-gradient(left, #958039, #b09f63);
  background: -webkit-linear-gradient(left, #958039, #b09f63);
  background: linear-gradient(to right, #958039, #b09f63);

  background: rgb(149, 128, 57);
  background: linear-gradient(270deg, rgba(149, 128, 57, 1) 0%, rgba(151, 131, 61, 1) 0%, rgba(194, 174, 108, 1) 50%, rgba(151, 131, 61, 1) 100%);
}

.popupMenu .popupMenuIn .nav_cv .login {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.popupMenu .popupMenuIn .nav_cv .reserve a:hover,
.nav_cv .reserve a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .popupMenu .popupMenuIn .navItems {
    width: 100%;
  }

  .popupMenu .popupMenuIn #mainNav {
    display: block;
  }

  .popupMenu .popupMenuIn .nav_cv {
    display: block;
    width: 80%;
    margin-top: 20px;
    margin: 20px auto;
  }
}

/***SP用サイドボタン***/
.sp_side_cv {
  display: none;
}

@media screen and (max-width: 750px) {
  .sp_side_cv {
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 20;
    width: 40px;
    width: 45px;
    transition: opacity 0.4s ease-in-out 0s;
  }

  .sp_side_cv p.reserve {
    display: none;
  }

  #limitedpage .sp_side_cv {
    display: none;
  }
}

.sp_fix_menu {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp_fix_menu {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    z-index: 100;
    background: rgb(0 0 0 / 60%);
    padding: 5px 2% 5px;
  }
  .sp_fix_menu a {
    display: block;
    width: 23.4%;
  }
}

/***フッター***/
.footer {
  position: relative;
  z-index: 4;
  width: 100%;
  margin: 0 auto;
  padding-top: 5px;
  background: #000;
  color: #fff;
}
.footer #footerNav {
  /*display: none;*/
  margin-bottom: 60px;
}

.footer #footerNav .navItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer #footerNav .navItems .navItem {
  position: relative;
  width: calc(100% / 3);
  height: 202px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.footer #footerNav .navItems .navItem a {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 15px;
  letter-spacing: 0.15em;
  padding: 0 10%;
}
.footer #footerNav .navItems .navItem a::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.footer #footerNav .navItems .navItem a:hover::after {
  background: rgba(0, 0, 0, 0.35);
}
.footer #footerNav .navItems .navItem a span {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .footer #footerNav .navItems .navItem {
    width: calc(100% / 2);
    height: 84px;
  }
  .footer #footerNav .navItems .navItem a {
    font-size: 13px;
    letter-spacing: 0.15em;
    padding: 0 12%;
  }
}
.footer #footerNav .navItems .commingsoon::before {
  content: "COMMING SOON";
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.85);
  letter-spacing: 0.2em;
  font-style: italic;
  color: #999;
}
@media screen and (max-width: 750px) {
  .footer #footerNav .navItems .commingsoon::before {
    font-size: 12px;
  }
}
.footer #footerNav .navItems #footerNav_concept {
  background-image: url(../img/footer/footer_navImg01.jpg);
}
.footer #footerNav .navItems #footerNav_location {
  background-image: url(../img/footer/footer_navImg02.jpg);
}
.footer #footerNav .navItems #footerNav_design {
  background-image: url(../img/footer/footer_navImg03.jpg);
  background-position: left;
}
.footer #footerNav .navItems #footerNav_access {
  background-image: url(../img/footer/footer_navImg04.jpg);
}
.footer #footerNav .navItems #footerNav_plan {
  background-image: url(../img/footer/footer_navImg05.jpg);
}
.footer #footerNav .navItems #footerNav_brand {
  background-image: url(../img/footer/footer_navImg06.jpg);
  background-position: right;
}
.footer .entryBtn {
  width: 700px;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  margin: 0px auto 60px;
}

.footer .entryBtn .foot_cv_button {
  width: 49%;
  width: 55%;
  margin: 0;
}
.footer .entryBtn .foot_cv_button a {
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  padding: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: min(2.3vw, 20px);
  letter-spacing: 0.1em;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.footer .entryBtn .foot_cv_button a:hover {
  opacity: 0.8;
}

.footer .entryBtn .foot_cv_button a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
  top: 50%;
  right: 25px;
  background: url(../img/common/arrow.png);
  background-size: cover;
}

.footer .entryBtn .foot_cv_button.request a {
  background: rgb(129, 81, 80);
  background: linear-gradient(103deg, rgba(129, 81, 80, 1) 0%, rgba(182, 154, 153, 1) 50%, rgba(124, 73, 72, 1) 100%);
}

.footer .entryBtn .foot_cv_button.reserve {
  display: block;
}

.footer .entryBtn .foot_cv_button.reserve a {
  background: linear-gradient(270deg, rgba(149, 128, 57, 1) 0%, rgb(183 163 92) 0%, rgba(194, 174, 108, 1) 50%, rgb(149 133 79) 100%);
}

@media screen and (max-width: 750px) {
  .footer .entryBtn {
    width: 80%;
    margin: 0px auto 40px;
    display: block;
  }

  .footer .entryBtn .foot_cv_button {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .footer .entryBtn .foot_cv_button a {
    font-size: min(3.3vw, 23px);
    font-size: min(4.6vw, 28px);
  }
}
.footer .footerTel_wrapp {
  margin: 0 auto 60px;
}
.footer .footerTel_wrapp .footerTel {
  width: 392px;
  margin: 0 auto 20px;
}
.footer .footerTel_wrapp .footerTel a {
  pointer-events: none;
}
.footer .footerTel_wrapp .footerInfo {
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  /*margin-bottom: 20px;*/
}

.w_info {
  width: 90%;
  max-width: 550px;
  text-align: center;
  font-size: 15px;
  color: #ff0202;
  font-weight: 500;
  padding: 10px;
  margin: 0 auto;
  background: #fff;
  display: none;
}

.w_info span {
  display: none;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .footer .footerTel_wrapp {
    width: 90%;
    margin: 0 auto 40px;
  }
  .footer .footerTel_wrapp .footerTel {
    width: 100%;
  }
  .footer .footerTel_wrapp .footerInfo {
    font-size: 11px;
  }

  .w_info {
    font-size: 13px;
    text-align: left;
  }
}
.footer .footerSponsor {
  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;
  margin-bottom: 30px;
}
.footer .footerSponsor dl {
  text-align: center;
}
.footer .footerSponsor dt {
  font-size: 12px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.footer .footerSponsor #sponsor01 dd {
  width: 260px;
}

.foot_caution {
  font-size: 11px;
  text-align: center;
  margin: 0 auto 50px;
  padding: 0 20px;
  max-width: 1100px;
}

@media screen and (max-width: 750px) {
  .foot_caution {
    font-size: 11px;
    text-align: left;
    margin: 0 auto 50px;
    padding: 0 20px;
  }

  .footer .footerTel_wrapp .footerTel a {
    pointer-events: auto;
  }

  .footer .footerSponsor dl {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .footerSponsor dt {
    margin-bottom: 0;
  }
  .footer .footerSponsor #sponsor01 dt {
    width: 6em;
  }
  .footer .footerSponsor #sponsor01 dd {
    width: calc(100% - 7em);
  }
}
.footer .copyright {
  text-align: center;
  font-size: 11px;
  margin-top: 60px;
  padding: 40px 0;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 750px) {
  .footer .copyright {
    font-size: 10px;
    margin-top: 30px;
    padding: 25px 0;
  }
}

/***マウスストーカー
.cursor,
.follower {
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  cursor: none;
}
.cursor {
  width: 8px;
  height: 8px;
  background-color: #70808e;
  z-index: 1001;
  mix-blend-mode: exclusion;
}
.follower {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.1);
  transition: transform ease .1s;
  text-align: center;
  z-index: 1000;
}

.follower.is-active {
    transform: scale(2.4);
  }


.c-follower.is-blend {
   background-color: rgba(120, 130, 153, 0.4);
}



@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
    .cursor,
.follower {
opacity: 0;
}
.cursor {
opacity: 0;
}

}

@media only screen and (min-device-width: 897px) and (max-device-width: 1024px) and (orientation: landscape){
    .cursor,
.follower {
opacity: 0;
}
.cursor {
opacity: 0;
}
}

@media screen and (max-width: 750px) {
    .cursor,
.follower {
opacity: 0;
}
.cursor {
opacity: 0;
}
}
***/

/***下層ページ***/

.contents_wrapp.bg_wh {
  background: #fff;
  color: #000;
}

.under_contents_wr {
  position: relative;
  padding-top: 80px;
}

.page_title {
  background: #f9f9f9;
  text-align: center;
  padding: 35px 0;
  margin-bottom: 25px;
  color: #535353;
  font-family: "Cinzel", "Noto Serif JP", "A-OTF A1 Mincho Std", "A1 Mincho", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
}

@media (max-width: 750px) {
  .under_contents_wr {
    position: relative;
    padding-top: 68px;
  }
}
