@charset "utf-8";

/* Define
--------------------------------------*/
:root {
  --maincolor: #000;
  --hovercolor: #3ba1bc;
  --bordercolor : #eeeeee;
  --swiper-theme-color: #fff !important;
}

/* Reset
--------------------------------------*/
html {
  color: #000;
  background: #FFF
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0
}

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

fieldset,
img {
  border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal
}

ol,
ul {
  list-style: none
}

caption,
th {
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

q:before,
q:after {
  content: ''
}

abbr,
acronym {
  border: 0;
  font-variant: normal
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%
}

legend {
  color: #000
}

#yui3-css-stamp.cssreset {
  display: none
}

/* ----------------------------------------------------------------------------
  COMMON
----------------------------------------------------------------------------*/

html {
  background: #fff;
  scroll-behavior: smooth;
  scroll-padding-top: 58px;
  position: relative;
  word-break: break-all;
}

body {
  font-family: 'Noto Sans JP', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  position: relative;
}

body.active {
  overflow-y: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

p {
  word-break: break-all;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  text-align: -internal-center;
}

td {
  display: table-cell;
  vertical-align: inherit;
}

strong {
  font-weight: bold;
}

@font-face {
  font-family: 'optima';
  src: url(../font/OPTIMA.TTF);
}

@font-face {
  font-family: 'optimaM';
  src: url(../font/Optima Medium.ttf);
}

@font-face {
  font-family: 'optimaB';
  src: url(../font/OPTIMA_B.TTF);
}

/* Font */
.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.exbold {
  font-weight: 900;
}

.inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.onlySp {
  display: none !important;
}

.exceptSp {
  display: block !important;
}

.none {
  display: none !important;
}

.hr {
  margin: 40px auto;
  border-bottom: 1px solid #000;
}

.fade_up {
  transform: translateY(30px);
  transition: all ease .4s;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -webkit-transition: all ease .4s;
  perspective: 1000;
}

.fade_up.scrolled {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.fade_left {
  transform: translateX(30px);
  transition: all ease .4s;
  -webkit-transform: translateX(-30px);
  -webkit-transition: all ease .4s;
  opacity: 0;
}

.fade_left.scrolled {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.centering {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hidden {
  display: none;
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 40px;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.grayscale {
  border:0; 
  filter:grayscale(100%);
  -webkit-filter:grayscale(100%)
}

/* topBtn */
#topBtn.active {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

#topBtn {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  position: fixed;
  z-index: 100;
  right: 1.5%;
  bottom: 20px;
  padding: 2px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#topBtn a {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-sizing: border-box;
  transform: rotate(-90deg);
  transition: all ease .4s;
  -webkit-transform: rotate(-90deg);
  -webkit-transition: all ease .4s;
  background: #1b1b1b;
}

#topBtn a:hover {
  opacity: .8;
}

/* popup */
.lum-lightbox-image-wrapper img {
  width: 70% !important;
  max-height: 70vh !important;
  object-fit: contain;
  margin: 0 auto;
}

.lum-gallery-button {
  display: none !important;
}


/* slick */

.slick-dots li button:before {
  font-size: 40px !important;
}

.slick-dots {
  bottom: 25px !important;
}

.slick-dots li button:before {
  color: #fff !important;
}

.slick-dots li.slick-active button:before {
  color: #fff !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}




/* ----------------------------------------------------------------------------
  ORIGINAL
----------------------------------------------------------------------------*/



/* HEADER
--------------------------------------*/

#header {
      position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 260px;
    height: 100vh;
    z-index: 1000;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    /* min-height: 66px; */
    background: #fff;
    /* background: #f6f6f6; */
    /* background: #f2ede4; */
}

/* #header.active {
  background: rgba(0, 0, 0, .8);
  min-height: 56px;
} */

.h__logo {
      position: absolute;
    left: 30px;
    top: 20vh;
    z-index: 1;
    transition: all ease .4s;
    font-family: 'optima';
    font-weight: lighter;
    letter-spacing: .13em;
    font-size: 1.3rem;
    color: #fff;
}

.h__logo a {
  color: #000;
}

.h__logo img {
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

.h__menu {
  position: absolute;
  top: 28vh;
  left: 30px;
}

.h__menu a {
      font-size: .9rem;
    color: #000;
    letter-spacing: .13em;
    line-height: 280%;
    font-weight: 300;
}

.h__logo img:hover {
  opacity: .7;
}

.h__box {
  width: 90%;
  position: relative;
    margin: 0 auto;
    height: 100%;
}

.h__btn {
      position: absolute;
    bottom: 6vh;
    left: 0;
    right: 0;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  z-index: 1000;
}

.h__btn img {
  max-width: 22px;
  transition: all ease .4s;
}

.h__btn img:hover {
  opacity: .7;
}

.h__btn li:last-child a {
      display: block;
    font-family: 'optima';
    font-weight: lighter;
    letter-spacing: .18em;
    font-size: .8rem;
    color: #000;
    border: 1px solid #000;
    padding: 10px 30px;
    box-sizing: border-box;
    transition: all ease .4s;
}

.h__btn li:last-child a:hover {
  opacity: .7;
}


/* mv
--------------------------------------*/

#mv {
  position: relative;
  height: 100vh;
}

#mv img {
      display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* FOOTER
--------------------------------------*/

.footer__copy {
  font-family: 'optima';
  color: #fff;
  background: var(--maincolor);
  font-size: .8rem;
  font-weight: lighter;
  letter-spacing: .1em;
  padding: 6px 0;
  text-align: center;
}



/* COMMON
--------------------------------------*/

.cmn__ttl {
  color: #000;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: .1em;
  font-family: 'optima';
  margin-bottom: 4px;
  text-align: center;
}

.cmn__sub{
      width: 100%;
    font-family: 'optima';
    color: #000;
    font-size: .8rem;
    line-height: 2;
    letter-spacing: .04em;
    text-align: center;
    margin-bottom: 60px;
}


/* CONCEPT
--------------------------------------*/
#concept {
  position: relative;
  overflow: hidden;
}

.concept__box {
  width: 90%;
  margin: 0 auto;
  padding: 160px 0;
}

.concept__ttl {
  color: #000;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: .1em;
  font-family: 'optima';
  margin-bottom: 20px;
  text-align: center;
}

.concept__ttl span {
  display: block;
  font-size: 1.1rem;
  letter-spacing: .1em;
}

.concept__desc {
  width: 100%;
  font-family: 'optima';
  color: #000;
  font-size: .8rem;
  line-height: 2;
  letter-spacing: .04em;
  text-align: center;
  margin-bottom: 20px;
  word-break: keep-all;
}


/* ABOUT
--------------------------------------*/

#about {
  background: #f8f8f8;
  padding: 180px 0 240px;
}

.about__box {
  width: 90%;
  margin: 0 auto;
  padding: 80px 0 50px;
}

.about__ttl {
  color: #000;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: .1em;
  font-family: 'optima';
  margin-bottom: 20px;
  text-align: center;
  word-break: keep-all;
}

.about__ttl span {
  display: block;
  font-size: 1.1rem;
  letter-spacing: .1em;
}

.about__desc {
  width: 100%;
  font-family: 'optima';
  color: #000;
  font-size: .8rem;
  line-height: 2;
  letter-spacing: .04em;
  text-align: center;
  margin-bottom: 10px;
  word-break: keep-all;
}

.about__desc b {
  letter-spacing: .01em;
}

.about__img {
  margin-top: 70px;
  padding-bottom: 140px;
}

.about__box2 {
  width: 90%;
  margin: 30px auto 140px;
}

.about__box2:last-child {
  margin: 30px auto 10px;
}

.about__fx1 {
  width: 48%;
}

.about__fx2 {
  width: 44%;
}

.about__fx2 img {
      width: 100%;
    aspect-ratio: 5 / 3.7;
    object-fit: cover;
}

.about__subttl {
  color: #000;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: .1em;
  font-family: 'optima';
  margin-bottom: 10px;
  text-align: right;
  word-break: keep-all;
}

.about__sub {
      width: 100%;
    font-family: 'optima';
    color: #000;
    font-size: .8rem;
    line-height: 2;
    letter-spacing: .04em;
    margin-bottom: 20px;
}

.about__box2 .about__desc {
  text-align: right;
  word-break: break-all;
}

.about__box2:nth-child(2n-1) {
  flex-direction: row-reverse;
}

.about__box2:nth-child(2n-1) .about__subttl {
  text-align: left;
}

.about__box2:nth-child(2n-1) .about__desc {
  text-align: left;
}



/* MEDIA
--------------------------------------*/

#media {
  background: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 100px;
}

.media__box {
  width: 90%;
  margin: 0 auto;
  padding: 80px 0 50px;
}





/* CONTACT
--------------------------------------*/

#contact {
  background: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 100px;
}

.contact__area {
  width: 90%;
  margin: 0 auto;
  padding: 80px 0 50px;
}

.contact__box {
  width: 90%;
  margin: 0 auto;
}

.contact__ttl {
  color: #000;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: .1em;
  font-family: 'optima';
  margin-bottom: 20px;
  text-align: center;
}

.contact__ttl span {
  display: block;
  font-size: 1.1rem;
  letter-spacing: .1em;
}

.contact__desc {
  width: 100%;
  font-family: 'optima';
  color: #000;
  font-size: .8rem;
  line-height: 2;
  letter-spacing: .04em;
  text-align: center;
  margin-bottom: 20px;
}

.contact__desc a {
  color: #ccc;
  transition: all ease .4s;
}

.contact__desc a:hover {
  opacity: .7;
}

#galleryBtn a {
  font-family: 'optima';
  font-weight: lighter;
  letter-spacing: .2em;
  font-size: .9rem;
  position: fixed;
  color: #fff;
  border: 1px solid #b0b0b0;
  border-right: none;
  background-color: #222222;
  text-align: center;
  padding: 10px 10px 20px;
  z-index: 1;
  top: 80vh;
  right: 0px;
  padding: 20px 10px 20px 50px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  border-radius: 4px;
  cursor: pointer;
}

#galleryBtn a:hover {
  opacity: .7;
}

#galleryBtn a img {
  display: inline-block;
  width: 20px;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}


/* PAGE
--------------------------------------*/


#video-area {
  position: absolute;
  z-index: -1;
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  /* width: 177.77777778vh;  */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

#video-area2 {
  position: absolute;
  z-index: -1;
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#video2 {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

#popupContents {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  visibility: hidden;
  transition: .3s linear;
  transform: scale(.2);
  color: #fff;
  padding: 7%;
  box-sizing: border-box;
  overflow: scroll;
}

#popupContents.popupActive {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 1000;
}

#closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition: all ease .4s;
}

#popupContents i:hover {
  transform: scale(1.1);
}

#popupContents {
  background: rgba(0, 0, 0, .7);
  background-size: 60%;
  background-position: center;
}


#popupContents h3 {
  color: #000;
  text-align: center;
  font-size: 1rem;
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6875rem;
  letter-spacing: .09375rem;
}

#popupContents .box {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  overflow-y: scroll;
  width: 88%;
  max-height: 84vh;
  background-color: #efede6;
  margin: 100px auto;
  padding: 20px;
  color: #666;
  box-sizing: border-box;
  z-index: 1002;
}

#popupContents #bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  z-index: 1001;
}

#popupContents .desc {
  height: 100%;
  overflow-y: scroll;
}

#popupContents p {
  text-align: center;
  letter-spacing: .1em;
  line-height: 2;
  font-size: 1.1rem;
  margin-bottom: 4%;
}

.booking .btn {
  font-family: 'optima';
  font-weight: lighter;
  letter-spacing: .18em;
  font-size: .9rem;
  color: #666;
  border: 1px solid #666;
  padding: 12px 80px;
  box-sizing: border-box;
  transition: all ease .4s;
  margin: 40px auto 20px;
  display: block;
  width: 30%;
  text-align: center;
}

.booking .btn:hover {
  cursor: pointer;
  opacity: .7;
}

.subheadline {
  text-align: center;
}

.social {
  overflow: hidden;
  margin-left: 8px;
  margin-bottom: -10px;
  display: inline-block;
}

.social a {
  display: inline-block;
  margin-right: 6px;
}

.social img {
  width: 22px;
}

#gallery {
  background: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 100px;
}

.galleryBox {
  margin-top: 40px;
  margin-bottom: 40px;
}

.gallery__area {
  width: 90%;
  margin: 0 auto;
  padding: 80px 0 50px;
}

.galleryBox li {
  overflow: hidden;
  margin-bottom: 4px;
}

.galleryBox li:nth-child(10n+1) {
  width: 24%;
  -webkit-flex-basis: 24%;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  box-sizing: border-box;
}

.galleryBox li:nth-child(10n+2) {
  width: 19%;
  -webkit-flex-basis: 19%;
  -ms-flex-preferred-size: 19%;
  flex-basis: 19%;
  box-sizing: border-box;
}

.galleryBox li:nth-child(10n+3) {
  width: 28%;
  -webkit-flex-basis: 14%;
  -ms-flex-preferred-size: 14%;
  flex-basis: 14%;
  box-sizing: border-box;
}

.galleryBox li:nth-child(10n+4) {
  width: 19%;
  -webkit-flex-basis: 23%;
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
  box-sizing: border-box;
}

.galleryBox li:nth-child(10n+5) {
  width: 18%;
  -webkit-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
  box-sizing: border-box;
}

.galleryBox li:nth-child(10n+6) {
  width: 18%;
  -webkit-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
  box-sizing: border-box;
}

.galleryBox li:nth-child(10n+7) {
  width: 22%;
  -webkit-flex-basis: 22%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  box-sizing: border-box;
}

.galleryBox li:nth-child(10n+8) {
  width: 20%;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  box-sizing: border-box;
}

.galleryBox li:nth-child(10n+9) {
  width: 18%;
  -webkit-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
  box-sizing: border-box;
}

.galleryBox li:nth-child(10n) {
  width: 20%;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  box-sizing: border-box;
}

.galleryBox li img {
  height: 220px;
  object-fit: cover;
  transition: all ease .4s;
  width: 100%;
}

.galleryBox li img:hover {
  transform: scale(1.1);
}


#blog {
  padding: 120px 0 120px;
  background: #f8f8f8;
}

.blog__ttl {
      color: #000;
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: .1em;
    font-family: 'optima';
    margin-bottom: 20px;
    text-align: center;
}

.blog__desc{
      width: 100%;
    font-family: 'optima';
    color: #000;
    font-size: .8rem;
    line-height: 2;
    letter-spacing: .04em;
    text-align: center;
    margin-bottom: 60px;
}

.blog__box2 {
  width: 80%;
  margin: 0 auto;
  justify-content: start;
  gap: 3%;
}

.blog__sigle {
    width: 100%;
    margin-bottom: 60px;
}

.blog__sigle a {
  transition: all ease .4s;
}

.blog__sigle a:hover {
  opacity: .6;
}

.blog__img img {
    height: auto;
    width: 100%;
    aspect-ratio:5 / 2.4;
    object-fit: cover;
}

.blog__subttl{
        font-family: 'optima';
    font-weight: bold;
    margin-bottom: 6px;
    line-height: 180%;
    letter-spacing: .03em;
    font-size: .9rem;
}

.blog__date {
      width: 100%;
    font-family: 'optima';
    color: #000;
    font-size: .8rem;
    line-height: 2;
    letter-spacing: .04em;
    margin-top: 10px;
}

.seemore {
  text-align: right;
  font-family: 'optima';
  font-weight: lighter;
  transition: all ease .4s;
}

.seemore.v2 {
  text-align: center;
  margin-top: 30px;
}

.seemore:hover {
  opacity: .5;
}

.page .h__logo {
  color: #000;
}

.page #header .hRight li:last-child a {
  color: #656565;
}

.page #header.active .h__logo {
  color: #fff;
}

.page #header.active .hRight li:last-child a {
  color: #fff;
}

.page {
  margin-top: 80px;
}

.bread {
  margin-bottom: 140px;
}

.bread__box {
      padding: 30px 0px;
    box-sizing: border-box;
    width: 97%;
    margin: 0 auto;
}

.bread__box ul {
    display: flex;
    justify-content: start;
    align-items: center;
}

.bread__box ul li {
  margin-right: 10px;
  font-family: 'optima';
  color: #000;
  font-size: .9rem;
  letter-spacing: .03em;
  font-weight: lighter;
  position: relative;
}

.bread__box ul li a {
  font-family: 'optima';
  color: #000;
  letter-spacing: .03em;
  font-weight: lighter;
}

.bread__box ul li::after {
  content: '>';
  display: inline-block;
  margin-left: 10px;
}

.bread__box ul li:last-child:after {
  display: none;
}

/* About */
.page-about {
  padding-bottom: 120px;
}

.page-about .box2 {
  width: 90%;
  margin: 30px auto 140px;
}

.page-about .box2 .fx1 {
  width: 50%;
}

.page-about .box2 .fx2 {
  width: 36%;
}

.page-about .box2 .fx2 img {
      width: 100%;
    aspect-ratio: 3.7 / 5;
    object-fit: cover;
}

.page-about .h3Ttl {
  color: #000;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: .1em;
  font-family: 'optima';
  margin-bottom: 20px;
  text-align: right;
}

.page-about .box2 .desc {
  text-align: right;
  word-break: break-all;
}

.page-about .box2:nth-child(2n-1) {
  flex-direction: row-reverse;
}

.page-about .box2:nth-child(2n-1) .h3Ttl {
  text-align: left;
}

.page-about .box2:nth-child(2n-1) .desc {
  text-align: left;
}

.page-about .desc {
  width: 100%;
  font-family: 'optima';
  color: #000;
  font-size: .8rem;
  line-height: 2;
  letter-spacing: .04em;
  text-align: center;
  margin-bottom: 10px;
  word-break: keep-all;
}

.page-about .desc b {
  letter-spacing: .01em;
  text-decoration: underline;
}


/* Class */
.page-class {
  padding-bottom: 120px;
}

.page-class .box2 {
  width: 90%;
  margin: 30px auto 80px;
}

.page-class .box2 .fx1 {
  width: 50%;
}

.page-class .box2 .fx2 {
  width: 40%;
}

.page-class .box2 .fx2 img {
      width: 100%;
    aspect-ratio:5 / 3.7;
    object-fit: cover;
}

.page-class .h3Ttl {
  color: #000;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: .1em;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 400;
}

.page-class .box2 .desc {
  text-align: left;
  word-break: break-all;
}

.page-class .box2 .desc a {
      display: block;
    width: 50%;
    text-align: center;
    border: 1px solid #000;
    padding: 6px 0;
    box-sizing: border-box;
    margin-top: 20px;
    transition: all ease .4s;
}

.page-class .box2 .desc a:hover {
  opacity: .6;
}

.page-class .desc {
  width: 100%;
  font-family: 'optima';
  color: #000;
  font-size: .8rem;
  line-height: 2;
  letter-spacing: .04em;
  text-align: center;
  margin-bottom: 10px;
  word-break: keep-all;
}

.page-class .desc b {
  letter-spacing: .01em;
}

.page-class.v2 .box2 .fx2 {
  width: 66%;
  margin: 0 auto 40px;
}

.page-class.v2 .box2 .fx1 {
  width: 66%;
  margin: 0 auto;
  text-align: center;
}

.page-class.v2 .h3Ttl {
  text-align: center;
}

.page-class.v2 .box2 .desc {
  text-align: center;
  margin-bottom: 30px;
}

.page-class.v2 .box2 .fx2 img {
  aspect-ratio: 5 / 3.4;
}

.page-class.v2 .box2 .desc a {
  margin: 0 auto;
}

.page #blog {
  padding:0px 0 180px;
}

.page #blog .inner {
  width: 66%;
}

#blog.single .blog__ttl {
  text-align: ;
  margin-bottom: 4px;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: .05em;
}

#blog.single .blog__desc {
  text-align: ;
  letter-spacing: .1em;
  margin-bottom: 30px;
}

.blog__contents img {
  margin: 36px 0;
}

.blog__box {
    margin: 0 auto 80px;
    width: 90%;
}

.user {
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.user__img {
  width: 100px;
}

.user__img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.user__info {
  width: calc(100% - 140px);
  font-family: 'optima';
  color: #000;
  font-size: .8rem;
  line-height: 2;
}

.user__name {
      font-weight: bold;
    font-size: 1rem;
    letter-spacing: .05em;
}

.user__desc {
  color: #555;
  margin-bottom: 4px;
}

.user__sns li {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

.user__sns li img {
  opacity: .5;
  transition: all ease .4s;
}

.user__sns li img:hover {
  opacity: 1;
}

.user__sns {
 justify-content: flex-start;
}


#page-contact {
  padding: 80px 0 120px;
}

#page-contact .h2Ttl {
      color: #000;
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: .1em;
    font-family: 'optima';
    margin-bottom: 20px;
    text-align: center;
}

#page-contact .desc {
      width: 100%;
    font-family: 'optima';
    color: #000;
    font-size: .8rem;
    line-height: 2;
    letter-spacing: .04em;
    text-align: center;
    margin-bottom: 60px;
}

#page-contact .contact__box {
max-width: 640px;
    margin: 0 auto 120px;
    width: 80%;
}

.arrow {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  position: relative;
  width: .6em;
  height: .6em;
  margin-top: -3px;
  margin-left: 10px;
  transform: translateX(0%) rotate(45deg);
}

#topBtn .arrow {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.arrow.ver2 {
  width: .4em;
  height: .4em;
}

.arrow::before,
.arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.page #header {
  background: rgba(0, 0, 0, .9);
  border-bottom: 1px solid var(--bordercolor);
}

#burger .toggle {
  display: block;
  position: relative;
  width: 1.3rem;
  height: 1.2rem;
}

#burger .toggle i {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  cursor: pointer;
}

.show #burger .toggle i {
  background-color: #000;
}

#burger .toggle i:nth-child(1) {
  top: 0;
}

#burger .toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

#burger .toggle i:nth-child(3) {
  bottom: 0;
}

.show .toggle i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
  -webkit-transform: translateY(10px) rotate(-45deg);
}

.show .toggle i:nth-child(2) {
  opacity: 0;
}

.show .toggle i:nth-child(3) {
  transform: translateY(-8px) rotate(45deg);
  -webkit-transform: translateY(-8px) rotate(45deg);
}

#menu {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: all ease .6s;
  -webkit-transition: all ease .6s;
  opacity: 0;
  visibility: hidden;
  background: rgb(0 0 0 / 80%);
  transform: translateX(-100%);
  z-index: 10000;
}

.menu__logo {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}

.show #menu ul .menu__logo a {
font-family: 'optima';
    font-weight: lighter;
    letter-spacing: .1em;
    font-size: 1.4rem;
    text-align: center;
}

.menu__box {
  width: 30vw;
  max-width: 300px;
  height: 100vh;
  background: #fff;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(0%);
  transition: all ease .6s;
  -webkit-transition: all ease .6s;
  transition-delay: .1s;
  transform: translateX(-100%);
  height: 100vh;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}

.show .menu__box {
  width: 30vw;
  max-width: 300px;
  height: 100vh;
  background: #fff;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

.show #menu {
  opacity: 1;
  visibility: visible;
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(0%);
}

#menu ul {
  display: none;
}

.show #menu ul {
  display: block;
  box-sizing: border-box;
  width: 80%;
}

.show #menu ul li a {
  display: block;
      font-family: 'optima';
    font-weight: lighter;
    letter-spacing: .1em;
    font-size: 1rem;
    text-align: center;
    padding: 12px 0;
        border-bottom: 1px solid #f1f1f1;
    color: #666666;
}

.show #menu ul a small {
  display: block;
      font-family: 'optima';
    font-weight: lighter;
    letter-spacing: .1em;
    font-size: .6rem;
    text-align: center;
}

.manu__sns {
      width: 30%;
    margin: 40px auto 0;
}

.menu__icon {
  width: 20px;
  height: auto;
  object-fit: contain;
  opacity: .6;

}


.ac_area {
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.ac_area.active {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.ac_btn {
  cursor: pointer;
}

.ac_btn.active {
  display: none;
}

.twocolum {
  margin-left: 260px;
}

.h__sns {
        width: 25%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    bottom: 4vh;
    left: 30px;
}

.h__sns li {
  width: 40%;
}

.media__list::after {
  content: '';
  display: block;
  width: 32%;
}

.media__single {
    background: #fff;
    margin-bottom: 10px;
    padding: 20px;
}


#blog .media__single {
    background: #fff;
    margin-bottom: 20px;
    width: 32%;
}

#blog .media__single img {
  aspect-ratio: 5 / 3.5;
  object-fit: cover;
  margin-bottom: 6px;
}

.media__single a {
  display: block;
    box-sizing: border-box;
}

.media__cat {
      font-family: 'optima';
    color: #ffffff;
    font-size: .7rem;
    line-height: 2;
    letter-spacing: .04em;
    font-weight: bold;
    background: #000;
    display: inline-block;
    padding: 0px 20px;
    border-radius: 20px;
    margin-bottom: 5px;
}

.media__ttl {
      font-family: 'optima';
    color: #000;
    font-size: .8rem;
    line-height: 2;
    letter-spacing: .04em;
}

.contact__box {
      background: #fff;
    padding: 80px;
    box-sizing: border-box;
}

.cmn__txt {
      width: 100%;
    font-family: 'optima';
    color: #000;
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: .04em;
    margin-bottom: 10px;
    word-break: keep-all;
}

.cmn__txt input {
  width: 100%;
    border: none;
    background: #f9f9f9;
    padding: 10px;
    box-sizing: border-box;
}

.cmn__txt textarea {
  width: 100%;
    border: none;
    background: #f9f9f9;
    padding: 10px;
    box-sizing: border-box;
}

.wpcf7-list-item-label {
   width: 100%;
    font-family: 'optima';
    color: #000;
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: .04em;
    margin-bottom: 10px;
    word-break: keep-all;
    margin-left: 6px;
}

.wpcf7-submit {
        width: 100%;
    font-family: 'optima';
    color: #ffffff;
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: .04em;
    margin-bottom: 10px;
    word-break: keep-all;
    margin-top: 10px;
    border: none;
    padding: 10px;
    background: #000000;
    cursor: pointer;
    transition: all ease .4s;
}

.wpcf7-submit:hover {
  opacity: .7;
}

.lum-lightbox {
  left: 260px;
}

/* recapcha */
.grecaptcha-badge {
visibility: hidden;
}

.page-contact .grecaptcha-badge {
visibility: visible;
}