  @charset "utf-8";

/* CSS Document */

/***********
base
************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: normal;
  font-family: '貂ｸ繧ｴ繧ｷ繝�け Medium', 'Yu Gothic Medium','貂ｸ繧ｴ繧ｷ繝�け菴�', YuGothic, '貂ｸ繧ｴ繧ｷ繝�け', 'Yu Gothic', sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background-color: #f8f6ed;
  /* color: #1285c5; */
  color: #8C7355;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.is-menu-open {
  overflow: hidden;
}
h1,h2,h3,h4,h5,h6,strong,th{
  font-family: '貂ｸ繧ｴ繧ｷ繝�け菴�', YuGothic,  '貂ｸ繧ｴ繧ｷ繝�け', 'Yu Gothic', sans-serif;
}

@media screen and (max-width:1280px) {
  body{
    font-size: 12px;
  }
}
@media screen and (max-width:834px) {
  body{
    font-size:calc(9px + 0.7vmin);
    -webkit-tap-highlight-color:transparent;
  }
}
@media screen and (max-width:520px) {
  body{
    font-size:calc(9px + 1vmin);
    -webkit-tap-highlight-color:transparent;
  }
}


@media all and (-ms-high-contrast:none) {
/* meiryo only IE */
  body {
    font-family: Meiryo,sans-serif;
  }
}

a {
  /* color: #1285c5; */
  color: #8C7355;
  font-weight: normal;
  text-decoration: underline;
  transition:all 0.2s ease;
}

a:visited{}
a:hover,
a:active {
  text-decoration: none;
}

img {
  /* width: auto; */
  max-width: 100%;
  height: auto;
}

::selection {
  background: rgba(0, 144, 202, 0.5); /* Safari */
}
::-moz-selection {
  background: rgba(0, 144, 202, 0.5); /* Firefox */
}

@media screen and (min-width:835px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/***********************
layout
************************/

/***********
wp
************/

.right,.alignright {  float: right !important; }
.left,.alignleft  {  float: left !important; }
.aligncenter  { display: block; margin-left:auto; margin-right:auto; }

/***********
common
************/

.l-relative {  position: relative !important; }

.l-textAlign-center {  text-align: center !important; }
.l-textAlign-right  {  text-align: right !important; }
.l-textAlign-left   {  text-align: left !important; }

.l-bottom-xxsmall {  margin-bottom: 5px  !important; }
.l-bottom-xsmall  {  margin-bottom: 10px !important; }
.l-bottom-small   {  margin-bottom: 15px !important; }
.l-bottom         {  margin-bottom: 20px !important; }
.l-bottom-large   {  margin-bottom: 30px !important; }
.l-bottom-xlarge  {  margin-bottom: 50px !important; }
.l-bottom-xxlarge {  margin-bottom: 80px !important; }

.l-top-xxsmall {  margin-top: 5px  !important; }
.l-top-xsmall  {  margin-top: 10px !important; }
.l-top-small   {  margin-top: 15px !important; }
.l-top         {  margin-top: 20px !important; }
.l-top-large   {  margin-top: 30px !important; }
.l-top-xlarge  {  margin-top: 50px !important; }
.l-top-xxlarge {  margin-top: 80px !important; }

@media screen and (max-width:834px) {

  .l-bottom-xxsmall {  margin-bottom: 5px  !important; }
  .l-bottom-xsmall  {  margin-bottom: 7px !important; }
  .l-bottom-small   {  margin-bottom: 10px !important; }
  .l-bottom         {  margin-bottom: 15px !important; }
  .l-bottom-large   {  margin-bottom: 20px !important; }
  .l-bottom-xlarge  {  margin-bottom: 30px !important; }
  .l-bottom-xxlarge {  margin-bottom: 40px !important; }

  .l-top-xxsmall {  margin-top: 5px  !important; }
  .l-top-xsmall  {  margin-top: 7px !important; }
  .l-top-small   {  margin-top: 10px !important; }
  .l-top         {  margin-top: 15px !important; }
  .l-top-large   {  margin-top: 20px !important; }
  .l-top-xlarge  {  margin-top: 30px !important; }
  .l-top-xxlarge {  margin-top: 40px !important; }

}

/***********
layout
************/

.l-wrapper{
}
.l-contents{
}
.l-contents.is-offset{
  padding-top: 80px;
}

@media screen and (max-width:834px) {

  .l-contents.is-offset{
    padding-top: 50px;
  }

}

/***********
base
************/

.l-base {
  width: auto;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-wide {
  width: auto;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-xwide {
  width: auto;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-xxwide {
  width: auto;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-small {
  width: auto;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.l-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.l-block-small {
  padding-top: 60px;
  padding-bottom: 60px;
}
.l-block-large {
  padding-top: 150px;
  padding-bottom: 150px;
}

.l-block-top {
  padding-top: 100px;
}
.l-block-top-small {
  padding-top: 60px;
}
.l-block-top-large {
  padding-top: 150px;
}

.l-block-bottom {
  padding-bottom: 100px;
}
.l-block-bottom-small {
  padding-bottom: 60px;
}
.l-block-bottom-large {
  padding-bottom: 150px;
}

@media screen and (max-width:834px) {

  .l-base ,
  .l-base-wide ,
  .l-base-xwide ,
  .l-base-xxwide ,
  .l-base-small {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base:not(.l-base-noOffset),
  .l-base-wide:not(.l-base-noOffset),
  .l-base-xwide:not(.l-base-noOffset),
  .l-base-xxwide:not(.l-base-noOffset),
  .l-base-small:not(.l-base-noOffset){
    padding-left: 5%;
    padding-right: 5%;
  }

  .l-base-wide .l-base,
  .l-base-wide .l-base-small,
  .l-base .l-base-small {
    padding-left: 0;
    padding-right: 0;
  }

  .l-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .l-block-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .l-block-top {
    padding-top: 50px;
  }

  .l-block-top-large {
    padding-top: 80px;
  }

  .l-block-bottom {
    padding-bottom: 50px;
  }

  .l-block-bottom-large {
    padding-bottom: 80px;
  }


  .l-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .l-block-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-block-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .l-block-top {
    padding-top: 50px;
  }
  .l-block-top-small {
    padding-top: 30px;
  }
  .l-block-top-large {
    padding-top: 80px;
  }

  .l-block-bottom {
    padding-bottom: 50px;
  }
  .l-block-bottom-small {
    padding-bottom: 30px;
  }
  .l-block-bottom-large {
    padding-bottom: 80px;
  }

}

/***********
zoom
************/

.l-zoomHover{
  overflow: hidden;
  z-index: 2;
  position: relative;

}
.l-zoomHover img{
  transform:scale(1) ;
  transition:all 2s ease;
}
a:hover .l-zoomHover img:hover{
  transform:scale(1.1) ;
  transition:all 0.2s ease;
}

/***********
l-hoverLine
************/


.l-hoverLine {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  padding-bottom: 0.2rem;
  transition: 0s;
}
body.is-pc .l-hoverLine:hover {
  /* border-bottom-color: #1285c5; */
  border-bottom-color:#8C7355;
}

body.is-pc .l-hoverLine.is-white:hover {
  border-bottom-color: #fff;
}


/***********
fontColor
************/

.l-fontColor-red {
  color: #e00;
}

.l-fontColor-blue {
  /* color: #1285c5; */
  color: #8C7355;
}

/***********
text
************/

.l-textMain{
  font-size: 116%;
  line-height: 2;
}
.l-textLead{
  font-size: 116%;
  line-height: 2;
  text-align: center;
}

.l-textxSmall{
  font-size: 85%;
}

.l-bold {
  font-weight: 600;
  font-family: '貂ｸ繧ｴ繧ｷ繝�け菴�', YuGothic, '貂ｸ繧ｴ繧ｷ繝�け', 'Yu Gothic', sans-serif;
}

.l-list-dot {}
.l-list-dot li {
  margin-left: 1em;
}
.l-list-dot li::before {
  content: "繝ｻ";
  margin-left: -1em;
}

.l-list-asterisk {}

.l-list-asterisk li {
  margin-left: 1em;
}
.l-list-asterisk li::before {
  content: "窶ｻ";
  margin-left: -1em;
}

.l-list-number {
  padding-left: 2em;
}
.l-list-number li {
  list-style: decimal;
}

@media screen and (max-width:834px) {

  .l-textMain,
  .l-textLead{
    font-size: 93%;
    line-height: 1.8;
  }
}

@media screen and (max-width:520px) {
  .l-textLead{
    text-align: left;
  }
}

/***********
linkWrap
************/

.l-linkWrap{
  padding: 20px 0 20px;
  text-align: center;
}
.l-linkWrap.is-left{
  text-align: left;
}
.l-linkWrap.is-right{
  text-align: right;
}

@media screen and (max-width:834px) {

  .l-linkWrap.is-left ,
  .l-linkWrap.is-right{
    text-align: center;
  }

}

/***********
btn
************/

.l-btn {
  display: inline-block;
  width: auto;
  min-width: 15em;
  padding: 1em 3em;
  font-size: 116%;
  font-weight: 600;
  font-family: '貂ｸ繧ｴ繧ｷ繝�け菴�', YuGothic, '貂ｸ繧ｴ繧ｷ繝�け', 'Yu Gothic', sans-serif;
  text-decoration: none !important;
  text-align: center;
  border-radius: 100vw;
  background-color: #fff;
  border: 1.5px solid #8C7355;
  color: inherit;
  position: relative;
}
/* .l-btn::after {
  content: "";
  display: block;
  width: 1.6em;
  height: 0.8em;
  background: url(../../img/icon/arrow.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 1.2em;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.4s;
} */
body.is-pc .l-btn:hover {
  border-style: dashed;
}
body.is-pc .l-btn:hover::after {
  opacity: 1;
  right: 0.8em;
}


.l-btn.is-blue {
  background-color: #8C7355;
  color: #fff;
}
body.is-pc .l-btn.is-blue:hover {
  background-color: #fff;
  /* color: #1285c5; */
  color: #8C7355;
  border-style: dashed;
}

.l-btn-block {
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-align: center;
}

@media screen and (max-width:834px) {

  .l-btn {
    min-width: 15em;
    padding: 1.2em 3em;
    font-size: 100%;
    border-width: 1px;
  }

}

/***********
header
************/

.l-header {
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transition: 0.2s;
}
.l-header::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f8f6ed;
/*  pointer-events: none;*/
}

.l-header-inner {
  height: 100%;
  position: relative;
  z-index: 2;
}

.l-header-logo {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2vw;
  width: 160px;
}


/*
home
*/

body.home .l-header {
  opacity: 0;
  pointer-events: none;
}

/*
inner
*/

body:not(.home) .l-header::before{
    border-bottom: 1px solid #8C7355;
}

/*
fixed
*/

body.is-fixed .l-header {
  height: 50px;
}



@media screen and (max-width:834px) {

  .l-header {
    height: 55px;
  }
  .l-header::before {
    border-bottom: 1px solid #8C7355;
  }

  .l-header-logo {
    padding-left: 5vw;
    padding-top: 4px;
  }


  /*
  home
  */

  body.home .l-header {
    opacity: 1;
    pointer-events:auto;
  }

  /*
  fixed
  */

  body.is-fixed .l-header {
    height: 55px;
  }

}



/***********
navi
************/

.l-navi {
  height: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 2vw;
  position: sticky;
  top: 0;
  right: 0;
  z-index: 990;
  transition: 0.2s;
}


.l-navi-list {
  display: flex;
}

.l-navi-list li {
  padding-left: 3em;
}

.l-navi-list a {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-size: 124%;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: inherit;
  padding: 0.3em 0;
  text-decoration: none;
  position: relative;
}


.l-navi-list a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #d2c996; 
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.l-navi-list a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}



.l-navi-flip {
  display: inline-flex;
  line-height: 1.5;
  position: relative;
}
.l-navi-flip > span{
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
.l-navi-flip > span::after{
  content: attr(data-text)"";
  position: absolute;
  left: 50%;
  top: 0%;
  font-size: 1.08rem;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0;
  font-family: '貂ｸ繧ｴ繧ｷ繝�け菴�', YuGothic, '貂ｸ繧ｴ繧ｷ繝�け', 'Yu Gothic', sans-serif;
  line-height: 1.6;
  white-space: nowrap;
  transform: translate(-50%,0%);
  color: transparent;
  transition: 0.3s;
}

body.is-pc a:hover .l-navi-flip > span  {
  color: transparent;
}
body.is-pc a:hover .l-navi-flip > span::after {
  color: #d2b71d;
}


.l-navi-list li.is-accent {
}
.l-navi-list li.is-accent a {
  background: #fff;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 1px solid #8C7355;
  border-radius: 10em;
}
.l-navi-list li.is-accent a::after{
  display: none !important;
}
body.is-pc .l-navi-list li.is-accent a:hover {
  background-color: #8C7355;
}
body.is-pc .l-navi-list li.is-accent a:hover span::after {
  color: #fff;
  padding-top: 0.15em;
  transition: 0s;
}



.l-navi-sns {
  display: flex;
  padding-left: 3em;
}
.l-navi-sns li {
  padding-left: 1em;
}
.l-navi-sns a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 85%;
  width: 1.8em;
  height: 1.8em;
  background-color: #8C7355;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
}

/*
fixed
*/

body.is-fixed .l-navi {
  height: 50px;
}

/*
inner
*/

body:not(.home) .l-navi{
  position: fixed;
  right: 0;
  z-index: 999;
}

@media screen and (max-width:1280px) {

  .l-navi-list li {
    padding-left: 2em;
  }

  .l-navi-flip > span::after{
    font-size: 0.85rem;
    line-height: 2.2;
  }
}

/***********
footer
************/

.l-footer {
  background-color: #8C7355;
  color: #fff;
  position: relative;
  z-index: 9;
  padding: 5em 4vw;
}

.l-footer-container {
  display: flex;
  flex-wrap: wrap;
}


.l-footer-info {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-footer-logo {
}
.l-footer-logo svg {
  width: 200px;
  height: 40px;
  fill : #fff;
}

.l-footer-sns {
  display: flex;
  margin-top: -2em;
}
.l-footer-sns li {
  padding-right: 1em;
}
.l-footer-sns a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 1.8em;
  height: 1.8em;
  font-size: 100%;
  background-color: #fff;
  color: #8C7355;
  border-radius: 50%;
  text-decoration: none;
}


.l-footer-block{
  flex: 1;
}
.l-footer-block:not(:last-child) {
}
.l-footer-title {
  font-family: futura-pt, sans-serif;
  font-size: 200%;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 0.5em;
}


.l-footer-data {
  display: flex;
  font-size: 108%;
  line-height: 2;
}
.l-footer-data dt {
  width: 5em;
  white-space: nowrap;
}
.l-footer-data dd {
}
.l-footer-address {
  font-style: normal;
  font-size: 108%;
  line-height: 2;
  padding-bottom: 2em;
}

.l-footer-text {
  font-size: 108%;
  line-height: 2;
}
.l-footer-item:not(:last-child) {
  padding-bottom: 2.5em;
}


.l-footer-link {
}
.l-footer-link li:not(:last-child) {
  padding-bottom: 1.8em;
}
.l-footer-link a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.l-footer-link small {
  display: block;
  font-family: futura-pt, sans-serif;
  font-size: 200%;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.l-footer-link span {
  display: block;
  font-size: 93%;
  font-feature-settings: "palt";
}
body.is-pc .l-footer-link a[href]:hover {
  opacity: 0.7;
}


.l-footer-link-box {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.l-footer-link-child {
  display: flex;
  padding-left: 1.5em;
}
.l-footer-link-child a {
  margin-right: 0.5em;
  display: inline-block;
  border: 1px solid #fff;
  padding: 0.6em 1em;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}


.l-footer-copyright {
  display: block;
  padding-top: 3em;
  display: block;
  font-family: futura-pt, sans-serif;
  font-size: 100%;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 0.5em;
}

@media screen and (max-width:1280px) {


  .l-footer-link-child {
    padding-left: 0;
    padding-top: 0.5em;
  }
  .l-footer-link-box {
    display: block;
  }
}

@media screen and (max-width:834px) {

  .l-footer {
    padding: 3em 5vw 5em;
  }

  .l-footer-container {
    display: block;
  }


  .l-footer-info {
    display: block;
  }
  .l-footer-logo {
    padding-bottom: 2em;
  }
  .l-footer-logo svg {
    width: 160px;
    height: 40px;
  }

  .l-footer-sns {
    display: flex;
    margin-top: 4em;
  }

  .l-footer-title {
    font-size: 139%;
  }


  .l-footer-data {
    font-size: 93%;
    line-height: 1.8;
  }
  .l-footer-data dt {
    width: 6em;
  }
  .l-footer-data dd {
  }
  .l-footer-address {
    font-size: 93%;
    line-height: 1.8;
    padding-bottom: 1em;
  }

  .l-footer-text {
    font-size: 93%;
    line-height: 1.8;
  }


  .l-footer-item {
    padding-top: 2.5em;
  }
  .l-footer-item:not(:last-child) {
    padding-bottom: 0;
  }

  .l-footer-link {
    padding-top: 3em;
  }
  .l-footer-link li:not(:last-child) {
    padding-bottom: 1.5em;
  }
  .l-footer-link a {
  }
  .l-footer-link small {
    font-size: 139%;
  }
  .l-footer-link span {
    font-size: 85%;
  }


  .l-footer-copyright {
    padding-top: 0;
    font-size: 85%;
    text-align: right;
    margin-top: -1em;
  }

}

@media screen and (max-width:520px) {

  .l-footer-link-box {
    display: block;
    white-space: normal;
  }
  .l-footer-link-child {
    display: block;
    padding-left: 0;
  }
  .l-footer-link-child a {
    min-width: 51vw;
    text-align: center;
    margin-bottom: 5px;
  }

}

/***********
fixedCopy
************/

.l-fixedCopy {
  position: fixed;
  left: 100%;
  top: 120px;
  z-index: 999;
  pointer-events: none;
}
.l-fixedCopy-text {
  font-size: 124%;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transform-origin: left top;
  transform: translate(-10px) rotate(90deg);
}


@media screen and (max-width:834px) {

  .l-fixedCopy {
    top: 80px;
  }
  .l-fixedCopy-text {
    font-size: 85%;
    transform: translate(-1px) rotate(90deg);
  }

}


/***********
menu
************/

@media screen and (max-width:834px) {

  .l-menu{
    position: fixed;
    width: 95vw;
    max-width: 400px;
    height: 100vh;
    z-index: 9998;
    right: -400px;
    top: 0;
    transition:all 0.5s ease;
    background-color: #c4ba9d;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .is-menu-open .l-menu{
    opacity: 1;
    right: 0;
  }

  .l-menu-close{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: -1;
  }
  .is-menu-open .l-menu-close{
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    z-index: 9990;
  }

  .l-menu-trigger {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    background: none;
    border: none;
    background-color: transparent;
  }
  .l-menu-btn {
    display: block;
    position: relative;
    width: 60px;
    height: 55px;
    cursor: pointer;
    background: none;
    border: none;
    transition: all 0.3s;
    -webkit-tap-highlight-color:transparent;
  }
  .l-menu-btn span {
    display: inline-block;
    position: absolute;
    left: 25%;
    top: 24px;
    width: 50%;
    height: 2px;
    background-color: #8C7355;
    transition: 0.3s;
    transition: top 0.3s ease 0.3s ,transform 0.1s ease 0s ,background 0.3s ease 0s ;
  }
  .l-menu-btn span::before,
  .l-menu-btn span::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #8C7355;
    position: absolute;
    left: 0;
    transition: 0.3s;
    transition: top 0.3s ease 0.3s ,transform 0.1s ease 0s ,background 0.3s ease 0s ;
  }

  .l-menu-btn span::before {
    top: -7px;
  }
  .l-menu-btn span::after {
    top: 7px;
  }

  .l-menu-btn.is-active span {
    background-color: transparent;
    transition: 0s;
  }

  .l-menu-btn.is-active span::before {
    top: 0;
    transform:  rotate(-45deg);
    transition: top 0.3s ease ,transform 0.3s ease 0.5s  ;
    background-color: #fff;
  }
  .l-menu-btn.is-active span::after {
    top: 0;
    transform: rotate(45deg);
    transition: top 0.3s ease ,transform 0.3s ease 0.5s  ;
    background-color: #fff;
  }

}


/***********
movie
************/


.l-menu-block {
  padding: 0 0 100px 30px;
  opacity: 0;
  transform: translateX(50px);
}
body.is-menu-open .l-menu-block {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s ease 0.4s;
}
.l-menu-logo {
  padding-top: 12px;
  padding-bottom: 30px;
}
.l-menu-logo svg {
  width: 150px;
  height: 30px;
  fill: #fff;
}


.l-menu-list {
}
.l-menu-list li {
}
.l-menu-list a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding: 0.3em 0;
  white-space: nowrap;
}

.l-menu-list a small{
  display: inline-block;
  width: 7em;
  font-family: futura-pt, sans-serif;
  font-size: 170%;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.l-menu-list a span{
  position: relative;
  display: inline-block;
  padding-left: 1.8em;
  font-size: 93%;
}
.l-menu-list a span::before{
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  position: absolute;
  left: 0;
  top: 48%;
  background-color: #fff;
  opacity: 0.7;
}




.l-menu-sub {
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.l-menu-sub li {
}
.l-menu-sub a {
  display: inline-block;
  font-size: 93%;
  opacity: 0.7;
  color: #fff;
  padding: 0.4em 0;
  text-decoration: none;
}


.l-menu-sns {
  display: flex;
  padding-top: 2em;
}
.l-menu-sns li {
  padding-right: 1em;
}
.l-menu-sns a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 2em;
  height: 2em;
  background-color: #fff;
  color: #8C7355;
  border-radius: 50%;
  text-decoration: none;
  font-size: 108%;
}


/***********
title
************/

.l-title{
}
.l-subTitle{
}
.l-minTitle{
  font-size: 139%;
  letter-spacing: 0.05em;
  padding-bottom: 1.5em;
}

@media screen and (max-width:834px) {

  .l-minTitle{
    font-size: 124%;
  }
}


/***********
line
************/

.l-line-top{
  position: relative;
}
.l-line-top::before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #8C7355;
  z-index: 9;
  transform: scaleX(0);
  transition: 2s;
  transition-delay: 0.2s;
}
.l-line-top.is-show::before{
  transform: scaleX(1);
}



.l-line-right{
  position: relative;
}
.l-line-right:not(:last-child)::after{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #8C7355;
  z-index: 9;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 1.5s linear;
  transition-delay: 0.2s;
}
.is-show .l-line-right::after{
  transform: scaleY(1);
}

.l-line-right:nth-child(1)::before{ transition-delay: 0.3s ;}
.l-line-right:nth-child(2)::before{ transition-delay: 0.6s ;}
.l-line-right:nth-child(3)::before{ transition-delay: 0.9s ;}
.l-line-right:nth-child(4)::before{ transition-delay: 1.2s ;}


@media screen and (max-width:1024px) {

  .l-line-top-tb{
    position: relative;
  }
  .l-line-top-tb::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #8C7355;
    z-index: 9;
    transform: scaleX(0);
    transition: 2s;
    transition-delay: 0.2s;
  }
  .l-line-top-tb.is-show::before{
    transform: scaleX(1);
  }
}


@media screen and (max-width:834px) {

  .l-line-top-sp{
    position: relative;
  }
  .l-line-top-sp::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #8C7355;
    z-index: 9;
    transform: scaleX(0);
    transition: 2s;
    transition-delay: 0.2s;
  }
  .l-line-top-sp.is-show::before{
    transform: scaleX(1);
  }

  .l-line-bottom-sp{
    position: relative;
  }
  .l-line-bottom-sp::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #8C7355;
    z-index: 9;
    transform: scaleX(0);
    transition: 2s;
    transition-delay: 0.2s;
  }
  .l-line-bottom-sp.is-show::before{
    transform: scaleX(1);
  }
}


@media screen and (max-width:520px) {

  .l-line-top-spSmall{
    position: relative;
  }
  .l-line-top-spSmall::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #8C7355;
    z-index: 9;
    transform: scaleX(0);
    transition: 2s;
    transition-delay: 0.2s;
  }
  .l-line-top-spSmall.is-show::before{
    transform: scaleX(1);
  }
}


/***********
xxxxx
************/


/***********
slick common
************/

.slick-slide li {
  vertical-align: bottom;
}

/***********
status
************/

.is-hide {
  display: none;
}
.is-readerHide {
  clip: rect(1px, 1px, 1px, 1px);
}

.is-inlineBlock{
  display: inline-block;
}

.is-out{
  position: absolute;
  left: -9999999px;
}

.is-pc-hide {
  display: none;
}

.is-pc-inline ,
.pc-br {
  display: inline;
}

.is-sp-inline ,
.sp-br {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}

.is-step > *{
  opacity: 0;
  transition: opacity 1.2s ease;
}
.is-step.is-show > *{
  opacity: 1;
}

@media screen and (max-width:834px) {

  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-inline ,
  .sp-br {
    display: inline;
  }

  .is-pc-inline ,
  .pc-br {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

  .is-spGothic {
    font-family: '貂ｸ繧ｴ繧ｷ繝�け Medium', 'Yu Gothic Medium','貂ｸ繧ｴ繧ｷ繝�け菴�', YuGothic, '貂ｸ繧ｴ繧ｷ繝�け', 'Yu Gothic', sans-serif;
  }


}