@charset "UTF-8";
/**
 * style
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import url(import/reset.css);
@import url(import/util.css);
@import url(../font/flaticon.css);
/**
 * 2. html, body
 */
body {
  background-color: #fff;
  background-image: url(../imgs/space.gif);
  background-repeat: repeat-x;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: rotate(0.001deg);
  -webkit-text-size-adjust: 100%;
}
body.locked {
  height: 100%;
  overflow: hidden;
}

body.js-loaded .page {
  opacity: 1;
  pointer-events: auto;
}

.page {
  color: #000;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  opacity: 0;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  /* sans serif */
  font-family: "秀英角ゴシック金 M";
  overflow: hidden;
}

.wrap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.yaku-l {
  padding-left: 1em;
}

@media only screen and (max-width: 960px) {
  .wrap {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-l {
    padding-left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page {
    font-size: 14px;
    line-height: 1.75;
  }

  .sp-l {
    padding-left: 1em;
  }
}
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
a {
  color: #454545;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* img */
img {
  vertical-align: bottom;
}

@media only screen and (max-width: 960px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
input[type="button"], input[type="submit"], input[type="text"], input[type="email"], select, button, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}

/* heading */
.under-visual {
  position: relative;
  height: 36vw;
  margin-bottom: 100px;
  z-index: 5;
}
.under-visual:before {
  content: "";
  background: #f0ece9;
  width: calc(960px + 50vw - 480px);
  height: 36vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.under-visual .photo-wrap {
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: calc(960px + 50vw - 480px + 50px);
  height: 33.33vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.under-visual .wrap {
  padding-top: 130px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1240px) {
  .under-visual {
    height: 450px;
  }
  .under-visual:before {
    width: calc(100vw - 90px);
    height: 450px;
  }
  .under-visual .photo-wrap {
    width: calc(100vw - 90px);
    margin-left: 90px;
    height: 415px;
  }
  .under-visual .wrap {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .under-visual {
    height: 420px;
    margin-bottom: 60px;
  }
  .under-visual:before {
    width: 73.43%;
    height: 420px;
  }
  .under-visual .photo-wrap {
    width: 75%;
    height: 380px;
  }
  .under-visual .wrap {
    padding: 60px 10px 0;
  }
}

.u-h2 {
  width: 100%;
  color: #000;
  font-size: 7.4vw;
  line-height: 1;
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
  -moz-transform: rotate(90deg) translate(0, -100%);
  -ms-transform: rotate(90deg) translate(0, -100%);
  -webkit-transform: rotate(90deg) translate(0, -100%);
  transform: rotate(90deg) translate(0, -100%);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  left: calc(50vw - 480px - 50px);
  top: 13vw;
  z-index: 10;
  margin-left: -5vw;
}
.u-h2__in {
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1240px) {
  .u-h2 {
    font-size: 90px;
    left: 90px;
    top: 168px;
    margin-left: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .u-h2 {
    width: 380px;
    position: absolute;
    left: 25%;
    top: 10px;
    font-size: 60px;
    margin-left: -40px;
  }
  .u-h2__in {
    text-align: right;
    width: 380px;
  }
}

.u-h3 {
  margin-top: 40px;
  font-size: 80px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.075em;
  font-family: "Cormorant Garamond", serif;
  pointer-events: none;
}
.u-h3.is-big {
  font-size: 110px;
  letter-spacing: 0.05em;
}
.u-h3.is-big.vertical .u-h3__in {
  padding-left: 110px;
}
.u-h3.vertical {
  margin-top: 0;
  text-align: left;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  left: 0;
  top: 0;
}
.u-h3.vertical .u-h3__in {
  position: relative;
  padding-left: 130px;
  text-align: left;
}
.u-h3.vertical .u-h3__in:before {
  content: "";
  width: 0;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  top: 50%;
}
@media only screen and (max-width: 960px) {
  .u-h3.is-big {
    font-size: 110px;
    font-size: 11.45833vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-h3 {
    font-size: 50px;
  }
  .u-h3.is-big {
    font-size: 48px;
  }
  .u-h3.is-big.vertical .u-h3__in {
    padding-left: 0px;
  }
  .u-h3.vertical {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
  }
  .u-h3.vertical .u-h3__in {
    position: relative;
    padding-left: 0;
    padding-top: 80px;
    text-align: center;
  }
  .u-h3.vertical .u-h3__in:before {
    content: "";
    width: 1px;
    height: 0px;
    background: #333;
    position: absolute;
    left: 50%;
    top: 0;
  }
}

.u-h3-lead {
  margin-top: 40px;
  font-size: 18px;
  font-family: "リュウミン M-KL";
  letter-spacing: 0.3em;
}
.u-h3-lead.center {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .u-h3-lead {
    margin-top: 30px;
  }
}

.h-border {
  margin-top: 40px;
  color: #be272d;
  font-size: 20px;
  font-family: "リュウミン M-KL";
  border-bottom: 2px solid #be272d;
  margin-bottom: 20px;
  padding-bottom: 15px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .h-border {
    font-size: 15px;
    padding-bottom: 10px;
  }
}

.mainCopy {
  color: #000;
  margin-top: 100px;
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 0.3em;
  line-height: 1.5;
  font-family: "リュウミン M-KL";
}
.mainCopy.is-s {
  font-size: 25px;
  margin: 50px 0;
  line-height: 1.5;
}
.mainCopy .cap {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .mainCopy.is-s {
    font-size: 15px;
    margin: 30px 0 30px;
  }
}

.lead {
  color: #e6e6e6;
  margin-bottom: 20px;
  text-align: center;
  line-height: 2;
  font-size: 16px;
}

@media only screen and (max-width: 959px) {
  .mainCopy {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .mainCopy {
    margin-top: 50px;
    font-size: 22px;
    letter-spacing: 0.3em;
  }
  .mainCopy .cap {
    margin-top: 10px;
  }

  .lead {
    color: #e6e6e6;
    margin-bottom: 20px;
    text-align: center;
    font-size: 13px;
    line-height: 1.75;
  }
}
/* cap */
.cap, .caption {
  background: none;
  color: #e6e6e6;
  font-size: 10px;
  font-family: "秀英角ゴシック金 M";
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.cap {
  padding-top: 5px;
}
.cap.is-black {
  color: #000;
}
.cap.is-white {
  color: #FFF;
}
.cap.is-left {
  text-align: left;
}
.cap.is-right {
  text-align: right;
  padding-right: 5px;
}
.cap.is-center {
  text-align: center;
}
.cap.on-L {
  position: absolute;
  left: 6px;
  bottom: 6px;
}
.cap.on-R {
  position: absolute;
  right: 6px;
  bottom: 6px;
}
.cap.on-TL {
  position: absolute;
  left: 6px;
  top: 6px;
  padding-top: 0;
}
.cap.on-TR {
  position: absolute;
  right: 6px;
  top: 6px;
  padding-top: 0;
}
.cap.on-UR {
  position: absolute;
  right: 0px;
  top: -20px;
  padding-top: 0;
}
.cap.mb {
  margin-bottom: 5px;
}

@media only screen and (max-width: 960px) {
  .cap, .caption {
    font-size: 10px;
  }
}
/* altText */
.altText {
  display: none;
}

@media only screen and (max-width: 767px) {
  .toText {
    display: none;
  }

  .altText {
    display: inline;
  }
}
.js-loading {
  width: 100%;
  height: 3px;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 99999;
}

.js-loading .loading-in {
  background: #334458;
  width: 100%;
  height: 3px;
  moz-transform: scale(0, 1);
  moz-transform-origin: left top;
  webkit-transform: scale(0, 1);
  webkit-transform-origin: left top;
  transform: scale(0, 1);
  transform-origin: left top;
  position: relative;
}

.js-loading.js-progress .loading-in {
  moz-transform: scale(0.9, 1);
  moz-transition: -moz-transform 3000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  ms-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
  transition: transform 3000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  webkit-transform: scale(0.9, 1);
  webkit-transition: -webkit-transform 3000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.js-loading.js-complete .loading-in {
  moz-transform: scale(1, 1);
  moz-transition: -moz-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  webkit-transform: scale(1, 1);
  webkit-transition: -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* pc sp */
.pc {
  display: block;
}
.pc.tablet-off {
  display: block;
}

.tablet-on {
  display: none;
}

.tablet-off {
  display: none;
}

.sp {
  display: none;
}

.pc-in {
  display: inline-block;
}

.sp-in {
  display: none;
}

.pc-table {
  display: table;
}

.sp-table {
  display: none;
}

.only-pc {
  display: inline-block;
}

.only-tab {
  display: none;
}

@media only screen and (max-width: 1240px) {
  .only-pc {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .pc.tablet-off {
    display: none;
  }

  .sp.tablet-on {
    display: block;
  }

  .only-tab {
    display: inline-block;
  }

  .tablet-on {
    display: block;
  }

  br.tablet-on {
    display: inline-block;
  }

  .tablet-off {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .tablet-on {
    display: none;
  }

  br.tablet-on {
    display: none;
  }

  .tablet-off {
    display: none;
  }

  .sp {
    display: block;
  }
  .sp.tablet-on {
    display: block;
  }

  .pc-in {
    display: none;
  }

  .sp-in {
    display: inline-block;
  }

  .pc-table {
    display: none;
  }

  .only-tab {
    display: none;
  }

  .sp-table {
    display: table;
  }
}
/**
 * 4. Layout
 */
/* ===================================
HEADER
=================================== */
#gHeader {
  /*position: relative;*/
  /* PC時　header固定ナシ */
  position: fixed;
  /* PC時　header固定アリ */
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  z-index: 9999;
}
#gHeader:before {
  content: "";
  width: 100%;
  height: 120px;
  z-index: 0;
  position: absolute;
  left: 0;
  top: -10px;
  background: rgba(255, 255, 255, 0.9);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
#gHeader.is-black:before {
  top: 0;
  opacity: 1;
}

.headerInner {
  color: #333;
  position: relative;
  z-index: 2;
  padding: 12px;
}
.headerInner .wrap {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #gHeader {
    /*height: 54px;*/
    height: auto;
    position: static;
  }
  #gHeader:before {
    position: fixed;
    left: 0;
    top: 0;
    height: 54px;
    top: -10px;
    background: #fff;
    opacity: 0;
  }
  #gHeader.is-black:before {
    top: 0;
    opacity: 1;
  }

  .headerInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 54px;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: none;
    z-index: 9999;
  }

  .spHeaderFixed .headerInner {
    width: 100%;
    height: 54px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
}
/* hdrLogo */
.siteTitle {
  /*dont use <h1> selector*/
}
.siteTitle img {
  max-width: 200px;
}
.siteTitle img[src$=".svg"] {
  width: 100%;
}

@media only screen and (max-width: 850px) {
  .hdrLogo {
    max-width: 130px;
    margin-top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .hdrLogo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 160px;
    margin-top: 0;
    padding-left: 0px;
  }
  .hdrLogo .siteTitle {
    width: 100%;
  }
}
/* pNav */
#pNav {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  padding-top: 12px;
}
#pNav ul.pNav-txts {
  margin-right: 20px;
  float: left;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#pNav ul.pNav-txts li {
  margin-left:12px;
}
#pNav ul.pNav-txts li:first-child {
  margin-left: 0px;
}
#pNav ul.pNav-txts a {
  color: #fff;
  font-size: 14px;
  font-family: "リュウミン B-KL";
  line-height: 14px;
  position: relative;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#gHeader.is-black #pNav ul.pNav-txts a {
  color: #333;
}
#gHeader.is-black #pNav ul.pNav-txts a::after {
  background: #333;
}
#gHeader.is-black #pNav ul.pNav-txts a span:before, #gHeader.is-black #pNav ul.pNav-txts a span:after {
  background: #333;
}
#pNav ul.pNav-txts a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
#pNav ul.pNav-txts a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
#pNav ul.pNav-txts a span {
  display: inline-block;
  position: relative;
  padding-top: 2px;
  padding-left: 14px;
  padding-bottom: 4px;
}
#pNav ul.pNav-txts a span:before, #pNav ul.pNav-txts a span:after {
  content: "";
  background: #fff;
  position: absolute;
  width: 8px;
  height: 1px;
  left: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#pNav ul.pNav-txts a span:before {
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  top: 50%;
  margin-top: -4px;
}
#pNav ul.pNav-txts a span:after {
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  top: 50%;
  margin-top: 1px;
}
#pNav ul.pNav-btns {
  float: right;
  padding-right: 12px;
}
#pNav ul.pNav-btns li {
  margin-left: 10px;
}
#pNav ul.pNav-btns li:first-child {
  margin-left: 0px;
}
#pNav ul.pNav-btns a {
  display: block;
  text-align: center;
  background: #333;
  color: #FFF;
  width: auto;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  font-family: "リュウミン M-KL";
  line-height: 26px;
  box-sizing: border-box;
  position: relative;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#gHeader.is-black #pNav ul.pNav-btns a {
  background: #333;
}
#pNav ul.pNav-btns a span {
  position: relative;
  z-index: 2;
}
#pNav li {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
}
#pNav li a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#pNav li.req a:hover, #pNav li.res a:hover, #pNav li.entry a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  #pNav ul.pNav-txts {
    margin-right: 12px;
  }
  #pNav ul.pNav-txts li {
    margin-left: 5px;
  }
  #pNav ul.pNav-txts a {
    font-size: 12px;
  }
  #pNav ul.pNav-txts a span {
    padding-left: 10px;
  }
  #pNav ul.pNav-txts a span:before {
    width: 6px;
    margin-top: -3px;
  }
  #pNav ul.pNav-txts a span:after {
    width: 6px;
    margin-top: 0px;
  }
  #pNav ul.pNav-btns a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 960px) {
  #pNav {
    top: 0;
  }
  #pNav ul.pNav-txts {
    margin-right: 12px;
  }
  #pNav ul.pNav-txts li {
    margin-left: 10px;
  }
  #pNav ul.pNav-txts li:first-child {
    margin-left: 0px;
  }
  #pNav ul.pNav-txts a span {
    padding-left: 10px;
  }
  #pNav ul.pNav-btns a {
    font-size: 11px;
    line-height: 30px;
    padding: 0 6px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  #pNav {
    display: none;
  }
}
/* sNav */
#sNav {
  display: none;
}

/*.spHeaderFixed #sNav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}*/
@media only screen and (max-width: 767px) {
  #sNav {
    background: #FFF;
    display: block;
    width: 100%;
    height: 58px;
    height: calc(58px + constant(safe-area-inset-bottom));
    height: calc(58px + env(safe-area-inset-bottom));
    padding-right: 0;
    z-index: 1;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    border-top: 1px solid #000;
  }
  #sNav ul {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #sNav li {
       /* btn 6つ */
/*    width: 16.66%;*/
    /* btn 5つ */
    width: 25%;
    /* btn 4つ */
    /*width: 20%;*/
    /* btn 3つ */
    height: 58px;
    height: calc(58px + constant(safe-area-inset-bottom));
    height: calc(58px + env(safe-area-inset-bottom));
    text-align: center;
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    border-left: 1px solid #000;
  }
  #sNav li:first-child {
    border-left: none;
  }
  #sNav li a {
    color: #333;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 4px;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #sNav li a span {
    margin-bottom: 4px;
  }
  #sNav li a .text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    font-size: 10px;
    line-height: 1.2;
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    word-break: keep-all;
  }
  #sNav li.menu {
    position: relative;
  }
  #sNav li.menu.on .menu-bars:before {
    width: 17px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 10px;
    left: 2px;
  }
  #sNav li.menu.on .menu-bars:after {
    width: 17px;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 10px;
    left: 2px;
  }
  #sNav li.menu.on .menu-bars span {
    opacity: 0;
    width: 0;
  }
  #sNav li.menu a {
    position: relative;
    z-index: 2;
    display: block;
  }
  #sNav li.menu .menu-bars {
    display: block;
    height: 20px;
    width: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  #sNav li.menu .menu-bars:before, #sNav li.menu .menu-bars:after {
    content: "";
    display: block;
    background: #333;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #sNav li.menu .menu-bars:before {
    top: 4px;
  }
  #sNav li.menu .menu-bars:after {
    top: 16px;
  }
  #sNav li.menu .menu-bars span {
    display: block;
    background: #333;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #sNav li.menu .flaticon-cancel {
    display: none;
  }
  #sNav li.menu.on .flaticon-cancel {
    display: inline;
  }
  #sNav li.menu.on .flaticon-menu {
    display: none;
  }
  #sNav li.res .icon-res {
    display: inline-block;
    background: url(../imgs/reserve_b.svg) center no-repeat;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 20px;
    height: 20px;
  }
  #sNav li.req .icon-req {
    display: inline-block;
    background: url(../imgs/request_b.svg) center no-repeat;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 16px;
    height: 20px;
  }
  #sNav li.leaf .icon-leaf {
    display: inline-block;
    background: url(../imgs/leaf.svg) center no-repeat;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 16px;
    height: 20px;
  }
  #sNav li.yoyaku .icon-calendar {
    display: inline-block;
    background: url(../imgs/calendar.svg) center no-repeat;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 19px;
    height: 20px;
  }
}
/* ===================================
gNav
=================================== */
#gNav {
  position: relative;
  overflow: hidden;
  z-index: 2;
margin-top: 25px;
}
#gNav ul {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#gNav ul li {
  position: relative;
  margin-left: 24px;
}
#gNav ul li:first-child {
  margin-left: 0;
}
#gNav ul li.sp {
  display: none;
}
#gNav ul li a {
  display: block;
  color: #fff;
  padding: 16px 0 4px;
  font-family: "リュウミン B-KL";
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.15em;
  position: relative;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#gHeader.is-black #gNav ul li a {
  color: #333;
}
#gHeader.is-black #gNav ul li a::after {
  background: #333;
}
#gNav ul li a.is-coming {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
#gNav ul li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
#gNav ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
#gNav ul li.off a {
  pointer-events: none;
  opacity: 0.5;
}
/*#gNav ul li .new {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}*/

#gNav ul li .new {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: -4px;
    left: 0;
    box-sizing: border-box;
    background: #BE272D;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    padding: 0 .1rem;
    height: 18px;
    font-size: .8rem;
}

#gNav ul li .new span {
  display: inline-block;
  background: #BE272D;
  color: #fff;
  width: 80%;
  padding: 1px 0 2px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  font-size: 9px;
  text-transform: uppercase;
}



#gNav .gNav-sub {
  display: none;
}
#gNav ul li .coming {
  display: block;
  width: calc(100% - 24px);
  text-align: center;
  position: absolute;
  top: 0;
  left: 12px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  background-color: #a58a0f;
  padding: 2px 0px 1px;
  line-height: 1;
  font-size: 9px;
  text-transform: uppercase;
}

@media only screen and (max-width: 960px) {
  #gNav ul li {
    margin-left: 18px;
  }
  #gNav ul li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #gNav {
    left: 0;
    width: 100%;
    z-index: 9989;
    display: none;
    position: fixed;
    bottom: 57px;
    bottom: calc(57px + constant(safe-area-inset-bottom));
    bottom: calc(57px + env(safe-area-inset-bottom));
  }
  #gNav:before {
    display: none;
  }

  .spHeaderFixed #gNav {
    position: fixed;
  }

  #gNav .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #gNav .gNav-sub {
    display: block;
    background: #FFF;
    padding: 15px;
  }
  #gNav .gNav-sub .res-req {
    overflow: hidden;
  }
  #gNav .gNav-sub .res-req .req a {
    float: left;
    width: 49%;
    margin-left: 2%;
  }
  #gNav .gNav-sub .res-req .res a {
    float: left;
    width: 49%;
  }

  #gNav .gNav-sub div a {
    display: block;
    text-align: center;
    background: #333;
    color: #FFF;
    width: 100%;
    font-size: 14px;
    font-family: "リュウミン M-KL";
    line-height: 38px;
    height: 40px;
  }
  #gNav .gNav-sub div.leaf a {
    width: 100%;
    margin-top: 6px;
    color: #333;
    background: #fff;
    border: 0.5px solid;
  }

    #gNav .gNav-sub div.yoyaku a {
        margin-bottom: 6px;
    }

  #gNav ul {
    display: block;
    background: #fff;
    font-size: 0;
    letter-spacing: -0.4em;
    border-top: solid 1px #000;
  }
  #gNav ul li {
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 10px;
    margin-left: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
  }
  #gNav ul li:nth-of-type(odd) {
    border-right: 1px solid #000;
  }
  #gNav ul li.sp {
    display: inline-block;
  }
  #gNav ul li:before {
    display: none;
  }
  #gNav ul li a {
    color: #fff;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    line-height: 1.2;
  }
  #gNav ul li a:hover {
    background: none;
  }
  #gNav ul li a:before, #gNav ul li a:after {
    display: none;
  }
  #gNav ul li.off a {
    color: #8f99a3;
    opacity: 1;
  }
  #gNav ul li .new {
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    color: #fff;
    background-color: #BE272D;
    padding: 0px 10px 1px;
    line-height: 1;
    font-size: 9px;
  }
  #gNav ul li .new span {
    width: 100%;
  }
}
/* ===================================
CONTAINER
=================================== */
#mainContent {
  /*margin-bottom: 96px;*/
}

@media only screen and (max-width: 960px) {
  #mainContent {
    /*margin-bottom: 48px;*/
  }
}
/* ===================================
breadcrumb
=================================== */
.breadcrumb {
  line-height: 1;
}
.breadcrumb ul {
  font-size: 0;
  letter-spacing: -0.4em;
}
.breadcrumb li {
  display: inline-block;
  font-size: 12px;
  font-family: "リュウミン M-KL";
  color: #FFF;
  letter-spacing: 0.1em;
  margin-right: 7px;
}
.breadcrumb li a {
  color: #FFF;
  padding-right: 4px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumb li .gt {
  color: #333;
}

@media only screen and (max-width: 960px) {
  .breadcrumb {
    left: 380px;
  }
  .breadcrumb li {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    position: absolute;
    left: 10px;
    top: 430px;
    z-index: 1;
  }
  .breadcrumb li {
    font-size: 12px;
    color: #000;
    margin-right: 7px;
    margin-bottom: 5px;
  }
  .breadcrumb li a {
    color: #000;
  }
}
/* ===================================
col
=================================== */
.col-pc-half {
  display: flex;
  justify-content: space-between;
}
.col-pc-half .col {
  width: 47.91%;
}
.col-pc-half .col img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .col-pc-half {
    display: block;
  }
  .col-pc-half .col {
    width: 100%;
  }
}
/* ===================================
cvArea
=================================== */
.cvArea {
  display: flex;
  justify-content: space-between;
}
.cvArea .cv {
  width: 48.95833333%;
  margin-left: 2.08333333%;
}
.cvArea .cv:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 960px) {
  .cvArea {
    margin-bottom: 43px;
  }
  .cvArea .cv .txt {
    font-size: 14px;
  }
  .cvArea .cv .btn {
    line-height: 50px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cvArea {
    flex-direction: column;
  }
  .cvArea .cv {
    width: 100%;
    margin-left: 0;
  }
  .cvArea .cv:first-child {
    margin-bottom: 20px;
  }
}
/* ===================================
fNav
=================================== */
#fNav {
  background: #333;
}
#fNav a, #fNav span {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
}
#fNav .fnav-main {
  background: #333;
  color: #FFF;
  padding: 16px 0;
}
#fNav ul {
  text-align: center;
  font-size: 0;
  letter-spacing: -0.4em;
  line-height: 1;
}
#fNav ul li {
  display: inline-block;
  font-family: "リュウミン M-KL";
  position: relative;
  margin-left: 16px;
  padding-left: 16px;
  border-left: #FFF solid 1px;
}
#fNav ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
#fNav ul li:first-child:before {
  display: none;
}
#fNav ul li.on {
  pointer-events: none;
}
#fNav ul li.off {
  pointer-events: none;
}
#fNav ul li.off a {
  opacity: 0.5;
}
#fNav ul li.sp, #fNav ul li.sp-in {
  display: none;
}
#fNav ul li a {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1em;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#fNav ul li a:not(.is-coming):hover {
  opacity: 0.5;
}
#fNav ul li a.is-coming {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
#fNav ul li .new {
  display: block;
  width: calc(100% - 16px);
  text-align: center;
  position: absolute;
  top: -16px;
  left: 16px;
  background: #BE272D;
  color: #fff;
  font-family: "Cormorant Unicase", serif;
  font-weight: bold;
  line-height: 1;
  font-size: 9px;
  text-transform: uppercase;
}
#fNav ul li .new span {
  display: inline-block;
  background: #BE272D;
  color: #fff;
  width: 80%;
  padding: 2px 0 1px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  font-size: 9px;
  text-transform: uppercase;
}
#fNav ul li .coming {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: -32px;
  left: 0;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  background-color: #a58a0f;
  padding: 2px 0px 1px;
  line-height: 1;
  font-size: 9px;
  text-transform: uppercase;
}
#fNav .space {
  display: none;
}

@media only screen and (max-width: 960px) {
  #fNav ul li {
    padding-left: 10px;
    margin-left: 10px;
  }
  #fNav ul li:before {
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #fNav {
    margin-bottom: 0;
  }
  #fNav .fnav-main {
    padding: 0;
  }
  #fNav .fnav-sub {
    display: none;
  }
  #fNav .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #fNav ul {
    text-align: left;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    overflow: hidden;
  }
  #fNav ul li {
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: none;
    padding: 0;
    margin: 0;
    width: 50%;
    text-align: center;
    position: relative;
    float: left;
  }
  #fNav ul li:before {
    display: none;
  }
  #fNav ul li.pc {
    display: none;
  }
  #fNav ul li.sp {
    display: block;
  }
  #fNav ul li.sp-in {
    display: inline-block;
  }
  #fNav ul li a {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    line-height: 1.2;
  }
  #fNav ul li a:hover {
    text-decoration: none;
  }
  #fNav ul li .new {
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    color: #fff;
    background-color: #BE272D;
    padding: 1px 10px 1px;
    line-height: 1;
  }
  #fNav ul li .new span {
    width: 100%;
    padding: 0px 0 1px;
  }
  #fNav ul li a .coming {
    width: 75%;
    height: auto;
    display: block;
    position: absolute;
    text-align: center;
    top: 0;
    /*    right: 0;*/
    left: auto;
    color: #fff;
    background-color: #a58a0f;
    padding: 2px 3px 1px;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
  }
  #fNav .space {
    display: inline-block;
  }
}
/* ===================================
contactArea
=================================== */
#contactArea {
  background: #fff;
  color: #333;
  padding: 35px 0 0;
}
#contactArea a {
  color: #333;
}
#contactArea .contactInner {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  #contactArea {
    padding-top: 35px;
    padding-bottom: 16px;
  }
  #contactArea .contactInner {
    margin-bottom: 20px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  #contactArea {
    padding-top: 20px;
    padding-bottom: 0;
  }
  #contactArea .contactInner {
    margin-bottom: 5px;
  }
}

/* contact */
.contact {
  width: 46.87%;
}
.contact br.sp {
  display: none;
}
.contact .txt {
  font-size: 14px;
  font-family: "リュウミン M-KL";
  border-bottom: #e6e6e6 solid 1px;
}
.contact .tell {
  margin-top: 14px;
  line-height: 1;
  margin-bottom: 8px;
}
.contact .tell a {
  display: block;
  font-size: 48px;
  pointer-events: none;
  letter-spacing: 0;
  font-family: adobe-garamond-pro, serif;
  letter-spacing: 0.06em;
}
.contact .tell a span {
  font-family: "リュウミン M-KL";
}
.contact .tell a:before {
  content: "";
  display: inline-block;
  width: 47px;
  height: 39px;
  margin-right: 0.5em;
  background: transparent url(../imgs/icn-tell.svg) left bottom no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 7px;
}
.contact .txt02 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
}

@media only screen and (max-width: 960px) {
  .contact {
    width: 100%;
    margin-right: 0;
    border-right: none;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #B0B0B0;
  }
  .contact .txt {
    font-size: 14px;
  }
  .contact .tell {
    margin-top: 5px;
  }
  .contact .tell a {
    font-size: 40px;
    pointer-events: auto;
  }
  .contact .tell a:before {
    width: 36px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .contact .txt02 {
    display: inline-block;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .contact {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #B0B0B0;
  }
  .contact br.sp {
    display: inline;
  }
  .contact .txt {
    font-size: 12px;
    line-height: 1.4;
    border-bottom: none;
  }
  .contact .tell a {
    font-size: 37px;
  }
  .contact .txt02 {
    font-size: 12px;
    text-align: center;
  }
}
/* right */
.ftr-right {
  display: flex;
  justify-content: center;
  width: 46.87%;
}

@media only screen and (max-width: 960px) {
  .ftr-right {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .ftr-right {
    display: block;
  }
}
/* ftrLogo */
.ftrLogo {
  width: 100%;
  margin-right: 20px;
}
.ftrLogo .ftrLogo-set {
  margin-top: 14px;
}
.ftrLogo .ftrLogo-set li:first-child {
  margin-bottom: 15px;
}
.ftrLogo .txt {
  font-size: 13px;
  letter-spacing: 0;
  border-bottom: #e6e6e6 solid 1px;
  font-family: "リュウミン M-KL";
}
.ftrLogo .ftrLogo-one {
  position: relative;
  padding-top: 14px;
}
.ftrLogo .seller {
  font-family: "リュウミン M-KL";
  font-size: 10px;
  line-height: 1;
  position: absolute;
  left: 33px;
  top: 0;
}
.ftrLogo .logo1 {
  width: 100%;
  max-width: 134px;
}
.ftrLogo .logo2 {
  width: 100%;
  max-width: 294px;
}

@media only screen and (max-width: 960px) {
  .ftrLogo {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .ftrLogo .txt {
    font-size: 14px;
    margin-bottom: 11px;
  }
  .ftrLogo .ftrLogo-one .seller {
    text-align: center;
    width: 100%;
    font-size: 12px;
    margin-bottom: 8px;
    position: static;
  }
}
@media only screen and (max-width: 480px) {
  .ftrLogo {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .ftrLogo .txt {
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
    border-bottom: none;
  }
  .ftrLogo .ftrLogo-one {
    display: block;
    margin: 5px 0;
    padding-top: 0;
  }
  .ftrLogo .ftrLogo-one .seller {
    text-align: center;
    width: 100%;
    font-size: 12px;
    margin-bottom: 4px;
  }
  .ftrLogo .ftrLogo-one p {
    position: static;
    width: 100%;
    text-align: center;
  }
  .ftrLogo .ftrLogo-one .logo1 {
    width: 100%;
    max-width: 134px;
  }
  .ftrLogo .ftrLogo-one .logo2 {
    width: 100%;
    max-width: 294px;
  }
  .ftrLogo .ftrLogo-one img {
    width: 100%;
  }
}
/* club */
body:not(.smp) .club a:hover {
  opacity: 0.5;
}
.club a {
  display: flex;
  justify-content: center;
  border: 1px solid #B0B0B0;
  padding: 11px;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.club .img {
  width: 59px;
  margin-right: 16px;
}
.club .txt {
  width: 100px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
}

@media only screen and (max-width: 960px) {
  .club a {
    padding: 2%;
  }
  .club .txt {
    font-size: 11px;
  }
}
@media only screen and (max-width: 480px) {
  .club a {
    padding: 1.5%;
  }
  .club .img {
    width: 15%;
    margin-right: 3%;
  }
  .club .txt {
    width: 80%;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
/* ftrLink */
.ftrLink {
  text-align: center;
  padding: 10px 0 15px;
}
.ftrLink ul {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.ftrLink ul li {
  display: inline-block;
  margin: 0 10px;
}
.ftrLink ul li a {
  font-family: "秀英角ゴシック金 M";
  font-size: 12px;
  letter-spacing: 0;
  text-decoration: underline;
}

@media only screen and (max-width: 480px) {
  .ftrLink ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
  .ftrLink ul li a {
    display: block;
    padding-top: 5px;
  }
}
/* ===================================
copyright
=================================== */
.copyright {
  background: #f0ece9;
  font-size: 12px;
  color: #333;
  line-height: 1;
  padding-top: 24px;
  padding-bottom: 24px;
  letter-spacing: 0.05em;
  text-align: center;
}
.copyright .en {
  font-family: adobe-garamond-pro, serif;
}

@media only screen and (max-width: 480px) {
  .copyright {
    font-size: 10px;
  }
}
/* ===================================
under common
=================================== */
.bg-brown {
  background: #f0ece9;
}

body:not(.smp) #pagetop .btn-pagetop:hover .arr:before {
  width: 36px;
  left: -6px;
}
body:not(.smp) #pagetop .btn-pagetop:hover .arr:after {
  left: -7px;
}

#pagetop {
  display: none;
  position: fixed;
  right: 0px;
  bottom: 40px;
  z-index: 9979;
}
#pagetop .btn-pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  width: 224px;
  height: 60px;
  padding-left: 10px;
  font-family: "Cormorant Unicase", serif;
  font-size: 18px;
  letter-spacing: 0.15em;
  font-weight: bold;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: right top;
}
#pagetop .btn-pagetop .arr {
  display: inline-block;
  width: 36px;
  margin-right: 8px;
  position: relative;
}
#pagetop .btn-pagetop .arr:before, #pagetop .btn-pagetop .arr:after {
  content: "";
  background: #000;
  height: 1px;
  position: absolute;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pagetop .btn-pagetop .arr:before {
  width: 30px;
  left: 0;
  bottom: 0;
}
#pagetop .btn-pagetop .arr:after {
  width: 8px;
  left: 0px;
  bottom: 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  #pagetop {
    height: 0;
    right: 0px;
    bottom: 98px;
  }
  #pagetop .btn-pagetop {
    width: 126px;
    height: 40px;
    padding-left: 4px;
    font-size: 12px;
  }
  #pagetop .btn-pagetop .arr {
    display: inline-block;
    width: 22px;
    margin-right: 4px;
    position: relative;
  }
  #pagetop .btn-pagetop .arr:before {
    width: 22px;
    left: 0;
    bottom: 0;
  }
  #pagetop .btn-pagetop .arr:after {
    width: 6px;
    left: -1px;
    bottom: 2px;
  }
}

sup {
  font-size: 64%;
}

body:not(.smp) a:hover .photo-scale {
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  -webkit-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}

.photo-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.photo-wrap .photo-scale {
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.arrow {
  width: 30px;
  height: 7px;
  position: absolute;
  left: calc(100% - 40px);
  border-bottom: #000 solid 1px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body:not(.smp) a:hover .arrow, body:not(.smp) .arrow-wrap:hover .arrow {
  width: 40px;
}
body:not(.smp) a:hover .arrow.is-sml, body:not(.smp) .arrow-wrap:hover .arrow.is-sml {
  width: 21px;
}
.arrow.is-white {
  border-bottom: #fff solid 1px;
}
.arrow.is-white:after {
  background: #fff;
}
.arrow.is-sml {
  width: 16px;
  left: calc(100% - 21px);
}
.arrow.is-sml:after {
  width: 5px;
  bottom: -2px;
}
.arrow:after {
  content: "";
  background: #000;
  height: 1px;
  position: absolute;
  width: 8px;
  right: 0;
  bottom: -1px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  .arrow {
    width: 40px;
    right: 0;
  }
  .arrow:after {
    width: 6px;
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .arrow:after {
    right: -1px;
  }
}
.bottom-cap {
  padding: 0 0 40px;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .bottom-cap {
    padding: 0 0 15px;
  }

  .content-bg {
    padding-top: 50px;
  }
}
.bottom-btns {
  background: #e6e6e6;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.bottom-btns.is-single a {
  width: 468px;
}
.bottom-btns.is-single a .arr {
  left: calc(100% - 60px - 86px);
}
.bottom-btns .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  color: #FFF;
  height: 138px;
  width: 300px;
  margin: 0 10px;
  text-align: center;
  line-height: 1;
  position: relative;
  transition: opacity .3s ease;
}
.bottom-btns a:hover .arr {
  width: 45px;
}
.bottom-btns a .title {
  line-height: 1;
}
.bottom-btns a .title .en {
  font-size: 25px;
  letter-spacing: 0.2em;
  font-family: "Cormorant Unicase", serif;
  font-weight: bold;
}
.bottom-btns a .title .text {
  margin-top: 15px;
  font-family: "秀英角ゴシック金 M";
  font-size: 14px;
  letter-spacing: 0.05em;
}
.bottom-btns a .title .jp {
  margin-top: 25px;
  font-family: "リュウミン M-KL";
  font-size: 12px;
}
.bottom-btns a .arr {
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: calc(100% - 60px);
  bottom: 20px;
  transition: all .3s ease;
}
.bottom-btns a .arr:after {
  content: "";
  background: #fff;
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 1px;
  right: -1px;
  bottom: 5px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .bottom-btns {
    padding: 55px 0;
  }
  .bottom-btns.is-single a {
    width: 100%;
  }
  .bottom-btns.is-single a .arr {
    left: calc(100% - 60px);
  }
  .bottom-btns .wrap {
    display: block;
    padding: 0 10px;
  }
  .bottom-btns .wrap a {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .bottom-btns .wrap a:nth-of-type(1) {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .bottom-btns a .arr:after {
    bottom: 4px;
  }
}
.side-links {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0ece9;
  margin-top: 100px;
  padding: 25px 20px;
  border-bottom: 10px solid #fff;
  position: relative;
  z-index: 1;
}
.side-links li.empty {
  width: 300px;
  height: 60px;
  margin: 0 10px;
}
.side-links li:nth-of-type(1) a .arr {
  left: 20px;
}
.side-links li:nth-of-type(1) a .arr:after {
  left: -1px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.side-links li:nth-of-type(1) a:hover .arr {
  width: 45px;
  left: 15px;
}
.side-links li:nth-of-type(1) a:hover:before {
  left: 15px;
}
.side-links li:nth-of-type(1) a:hover:after {
  left: 13px;
}
.side-links li:nth-of-type(2) a .arr {
  left: calc(100% - 60px);
}
.side-links li:nth-of-type(2) a .arr:after {
  right: -1px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side-links li:nth-of-type(2) a:hover .arr {
  width: 45px;
}
.side-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  color: #FFF;
  width: 300px;
  height: 60px;
  margin: 0 10px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Cormorant Unicase", serif;
  text-align: center;
  line-height: 1;
  position: relative;
  transition: opacity .3s ease;
}
.side-links a:hover:before {
  width: 45px;
}
.side-links a .arr {
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 23px;
  transition: all .3s ease;
}
.side-links a .arr:after {
  content: "";
  background: #fff;
  position: absolute;
  bottom: 5px;
  z-index: 1;
  width: 15px;
  height: 1px;
}
@media only screen and (max-width: 767px) {
  .side-links {
    display: block;
    margin-top: 50px;
    padding: 30px 10px;
  }
  .side-links li.empty {
    display: none;
  }
  .side-links a {
    margin: 10px auto;
  }
}

.zoom-info {
  margin-bottom: 10px;
  text-align: center;
}
.zoom-info img {
  max-width: 260px !important;
}

.c-frame {
  background: rgba(0, 0, 0, 0.05);
  margin: 150px 0 200px;
  padding: 30px 20px 40px 20px;
  border: #C4C4C4 solid 1px;
  position: relative;
}
.c-frame:before {
  content: "";
  width: 100px;
  height: 1px;
  background: #1D63B2;
  position: absolute;
  left: calc(50% - 50px);
  top: -1px;
  z-index: 1;
}
.c-frame:after {
  content: "";
  width: 16px;
  height: 19px;
  background: url(../imgs/cs_effect.png) center no-repeat;
  position: absolute;
  left: calc(50% - 8px);
  top: -10px;
  z-index: 2;
}
.c-frame .cs-title {
  color: #193F6B;
  font-size: 18px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}
.c-frame .cs-title.jp {
  font-family: "リュウミン M-KL";
}

@media only screen and (max-width: 767px) {
  .c-frame {
    margin: 100px 0 100px;
    padding: 30px 10px 40px;
  }
}
.district {
  width: 100%;
  padding: 10px 20px;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .district {
    font-size: 10px;
    letter-spacing: 0;
  }
}
/* ===================================
Button Effects
=================================== */
.btn__box {
  position: relative;
  overflow: hidden;
}
.btn__box:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -webkit-animation: shine 4s infinite;
  animation: shine 4s infinite;
}

@-webkit-keyframes shine {
  0% {
    left: -75%;
  }
  30% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
@keyframes shine {
  0% {
    left: -75%;
  }
  30% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
/* ===================================
fot_bnr_Area 共通バナーエリア
=================================== */
.fot_bnr_Area-wrap {
  background: #FFF;
  padding: 40px 0;
}

.fot_bnr_Area {
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
}
.fot_bnr_Area p {
  margin-right: 2%;
}
.fot_bnr_Area p:last-child {
  margin-right: 0;
}
.fot_bnr_Area p a:hover img {
  opacity: .8;
}

.mutulal_bnr {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.mutulal_bnr a {
  width: 49%;
  display: block;
}
.mutulal_bnr a > img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .fot_bnr_Area-wrap {
    background: #FFF;
    padding: 30px 0 20px;
  }

  .fot_bnr_Area {
    flex-wrap: wrap;
    justify-content: center;
  }
  .fot_bnr_Area p {
    width: 48%;
    max-width: 220px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .fot_bnr_Area p:nth-of-type(odd) {
    margin-right: 3.33%;
  }

  .mutulal_bnr {
    margin-top: 30px;
    flex-direction: column;
  }
  .mutulal_bnr a {
    width: 100%;
    margin: 0 auto;
  }
  .mutulal_bnr a + a {
    margin-top: 15px;
  }
}
/* ===================================
slider
=================================== */
.slider-container {
  overflow: hidden;
  width: 100%;
  height: 800px;
  box-sizing: border-box;
  position: relative;
}
.slider-container .slides {
  position: relative;
  z-index: 2;
}
.slider-container .slides {
  width: 800px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 1s ease;
}
.slider-container .slides.slick-initialized {
  opacity: 1;
}
.slider-container .slides .slick-list {
  padding: 0 !important;
  overflow: visible;
}
.slider-container .slides .slick-list .slick-slide {
  margin: 0 10px;
}
.slider-container .slides .slick-list .slick-slide figure {
  box-sizing: border-box;
  border: 8px solid #FBF2EC;
}
.slider-container .slides img {
  width: 100%;
  display: block;
}
.slider-container .cap {
  color: #FFF;
  font-size: 11px;
  text-align: right;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .slider-container {
    height: auto;
    margin-top: 30px;
    padding-bottom: 10px;
    position: relative;
    box-sizing: border-box;
  }
  .slider-container:before {
    height: calc(27vw + 26px);
  }
  .slider-container .slides {
    width: 88%;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 1s ease;
  }
  .slider-container .slides.slick-initialized {
    opacity: 1;
  }
  .slider-container .slides .slick-list {
    padding: 0 !important;
    overflow: visible;
  }
  .slider-container .slides .slick-list .slick-slide {
    margin: 0 4px;
  }
  .slider-container .slides .slick-list .slick-slide figure {
    border: 4px solid #FBF2EC;
  }
  .slider-container .slides img {
    width: 100%;
    display: block;
  }
  .slider-container .cap {
    color: #FFF;
    font-size: 11px;
    text-align: right;
    line-height: 1;
  }
}

/* ===================================
effects
=================================== */
.hover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body:not(.smp) .hover:hover {
  opacity: 0.6;
}

.sp-infoicon {
  margin-top: 10px;
  text-align: center;
}
.sp-infoicon img {
  max-width: 180px;
}

.swipe-wrap {
  position: relative;
  height: 320px;
  margin-bottom: 50px;
  padding: 0;
}
.swipe-wrap .swipe-figure {
  height: 100%;
  overflow-x: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.swipe-wrap .swipe-figure .swipe-img {
  max-width: none;
  height: 100%;
}
.swipe-wrap .swipe-icon {
  position: absolute;
  left: 50%;
  bottom: -65px;
  z-index: 1;
  width: 60px;
  animation: horizontal 1s ease-in-out infinite alternate;
}
.swipe-wrap .swipe-icon img {
  max-width: 60px;
}
@keyframes horizontal {
  0% {
    transform: translate(-30%, -50%);
    -webkit-transform: translate(-30%, -50%);
  }
  100% {
    transform: translate(-70%, -50%);
    -webkit-transform: translate(-70%, -50%);
  }
}
.js-waypoint.c-h2 .c-h2__in:before {
  width: 0px;
  -moz-transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
  -webkit-transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
}
@media only screen and (max-width: 767px) {
  .js-waypoint.c-h2 .c-h2__in:before {
    width: 1px;
    height: 0px;
  }
}
.js-waypoint.c-h2.is-visible .c-h2__in:before {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .js-waypoint.c-h2.is-visible .c-h2__in:before {
    width: 1px;
    height: 60px;
  }
}
.js-waypoint.u-h3 .u-h3__in:before {
  width: 0px;
  -moz-transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
  -webkit-transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
}
@media only screen and (max-width: 767px) {
  .js-waypoint.u-h3 .u-h3__in:before {
    width: 1px;
    height: 0px;
  }
}
.js-waypoint.u-h3.is-visible .u-h3__in:before {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .js-waypoint.u-h3.is-visible .u-h3__in:before {
    width: 1px;
    height: 60px;
  }
}
.js-waypoint .fade-up {
  opacity: 0;
  -moz-transform: translate(0, 50px) scale(1.05, 1.05);
  -ms-transform: translate(0, 50px) scale(1.05, 1.05);
  -webkit-transform: translate(0, 50px) scale(1.05, 1.05);
  transform: translate(0, 50px) scale(1.05, 1.05);
  -moz-transition: opacity 1s linear, -moz-transform 1s cubic-bezier(0, 0.6, 0.2, 1);
  -o-transition: opacity 1s linear, -o-transform 1s cubic-bezier(0, 0.6, 0.2, 1);
  -webkit-transition: opacity 1s linear, -webkit-transform 1s cubic-bezier(0, 0.6, 0.2, 1);
  transition: opacity 1s linear, transform 1s cubic-bezier(0, 0.6, 0.2, 1);
}
.js-waypoint .effect-line {
  padding-top: 120px;
  position: relative;
}
.js-waypoint .effect-line:before {
  content: "";
  width: 1px;
  height: 0px;
  background: #333;
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
  -webkit-transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
}
@media only screen and (max-width: 767px) {
  .js-waypoint .effect-line {
    padding-top: 80px;
  }
}
.js-waypoint .effect-line-l {
  display: inline-block;
  padding-left: 110px;
  position: relative;
}
.js-waypoint .effect-line-l:before {
  content: "";
  width: 0px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  top: 0.5em;
  -moz-transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
  -webkit-transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
}
@media only screen and (max-width: 767px) {
  .js-waypoint .effect-line-l {
    padding-top: 80px;
    padding-left: 0px;
  }
  .js-waypoint .effect-line-l:before {
    width: 1px;
    height: 0;
    left: 50%;
    top: 0;
  }
}
.js-waypoint .split-item {
  display: inline-block;
  opacity: 0;
  -moz-transform: translate(1em, 0) scale(1.2, 1.2);
  -ms-transform: translate(1em, 0) scale(1.2, 1.2);
  -webkit-transform: translate(1em, 0) scale(1.2, 1.2);
  transform: translate(1em, 0) scale(1.2, 1.2);
  -moz-transition: opacity 1s linear, -moz-transform 1s cubic-bezier(0, 0.6, 0.2, 1);
  -o-transition: opacity 1s linear, -o-transform 1s cubic-bezier(0, 0.6, 0.2, 1);
  -webkit-transition: opacity 1s linear, -webkit-transform 1s cubic-bezier(0, 0.6, 0.2, 1);
  transition: opacity 1s linear, transform 1s cubic-bezier(0, 0.6, 0.2, 1);
}
.js-waypoint.is-visible .fade-up {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.js-waypoint.is-visible .effect-line:before {
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .js-waypoint.is-visible .effect-line:before {
    height: 60px;
  }
}
.js-waypoint.is-visible .effect-line-l:before {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .js-waypoint.is-visible .effect-line-l:before {
    width: 1px;
    height: 60px;
  }
}
.js-waypoint.is-visible .split-item {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.js-waypoint.t-text__in {
  opacity: 0;
  -moz-transform: translate(50px, 0) scale(1.1, 1.1);
  -ms-transform: translate(50px, 0) scale(1.1, 1.1);
  -webkit-transform: translate(50px, 0) scale(1.1, 1.1);
  transform: translate(50px, 0) scale(1.1, 1.1);
  -moz-transition: opacity 1s linear, -moz-transform 1s cubic-bezier(0, 0.6, 0.2, 1);
  -o-transition: opacity 1s linear, -o-transform 1s cubic-bezier(0, 0.6, 0.2, 1);
  -webkit-transition: opacity 1s linear, -webkit-transform 1s cubic-bezier(0, 0.6, 0.2, 1);
  transition: opacity 1s linear, transform 1s cubic-bezier(0, 0.6, 0.2, 1);
}
.js-waypoint.t-text__in.is-visible {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.js-waypoint.t-btn {
  opacity: 0;
  -moz-transform: translate(25px, 0) scale(1.1, 1.1);
  -ms-transform: translate(25px, 0) scale(1.1, 1.1);
  -webkit-transform: translate(25px, 0) scale(1.1, 1.1);
  transform: translate(25px, 0) scale(1.1, 1.1);
  -moz-transition: opacity 1s linear, -moz-transform 1s cubic-bezier(0, 0.6, 0.2, 1);
  -o-transition: opacity 1s linear, -o-transform 1s cubic-bezier(0, 0.6, 0.2, 1);
  -webkit-transition: opacity 1s linear, -webkit-transform 1s cubic-bezier(0, 0.6, 0.2, 1);
  transition: opacity 1s linear, transform 1s cubic-bezier(0, 0.6, 0.2, 1);
}
.js-waypoint.t-btn.is-visible {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.smp .js-waypoint .pc-split {
  opacity: 0;
  -moz-transform: translate(0, 50px) scale(1.05, 1.05);
  -ms-transform: translate(0, 50px) scale(1.05, 1.05);
  -webkit-transform: translate(0, 50px) scale(1.05, 1.05);
  transform: translate(0, 50px) scale(1.05, 1.05);
  -moz-transition: opacity 1s linear, -moz-transform 1s cubic-bezier(0, 0.6, 0.2, 1);
  -o-transition: opacity 1s linear, -o-transform 1s cubic-bezier(0, 0.6, 0.2, 1);
  -webkit-transition: opacity 1s linear, -webkit-transform 1s cubic-bezier(0, 0.6, 0.2, 1);
  transition: opacity 1s linear, transform 1s cubic-bezier(0, 0.6, 0.2, 1);
}
body.smp .js-waypoint.is-visible .pc-split {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* view_change */
.pc-view {display:block!important;}
.sp-view {display:none!important;}

a.appbnr{
margin:3rem auto 2rem;
padding-bottom:4rem;
width: 90%;
max-width: 960px;
}

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

}






/*限定ページ追加時　header*/

.nav-limited {
    color: #333;
    font-family: "リュウミン M-KL";
}

.nav-limited li{
    border: 0.5px solid #333;
    padding: 9px;
    margin-right: 10px;
    background: #fff;
}

