@charset "utf-8";

/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
/*
  font-family: 'Roboto', sans-serif;
  font-family: "Times New Roman",Times,serif;
*/


/**********************
ベース
**********************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: normal;
  font-family: "Hiragino Mincho ProN","游明朝",YuMincho,serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background-color: #d9d4cb;
  color: #231815;
/*
  font-family: Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,"Yu Gothic Medium",Meiryo,sans-serif;
  font-family: "Yu Gothic UI","Meiryo UI","Yu Gothic""メイリオ",sans-serif;
*/
}

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


@media all and (-ms-high-contrast:none) {
/* meiryo only IE */
  body {
  }
}

a {
  color: #734233 ;
  text-decoration: underline;
  transition:all 0.4s ease;
}

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

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

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




/* = Selected Text
----------------------------------------------- */
::selection {
  background: rgba(0, 144, 202, 0.5); /* Safari */
}

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


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

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

.relative {  position: relative !important; }

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

.textAlign-center {  text-align: center !important; }
.textAlign-right  {  text-align: right !important; }
.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; }

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

.l-top-xxsmall-p {  padding-top: 5px  !important; }
.l-top-xsmall-p  {  padding-top: 10px !important; }
.l-top-small-p   {  padding-top: 15px !important; }
.l-top-p         {  padding-top: 20px !important; }
.l-top-large-p   {  padding-top: 30px !important; }
.l-top-xlarge-p  {  padding-top: 50px !important; }
.l-top-xxlarge-p {  padding-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; }

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

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

}

/***********
column
************/

.l-firstColumn{
  width: 68%;
  float: left;
}

.l-secondColumn{
  width: 25%;
  float: right;
}

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

  .l-firstColumn{
    width: auto;
    float: none;
  }

  .l-secondColumn{
    width: auto;
    float: none;
  }

}

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

.l-wrapper{
  overflow: hidden;
  margin: 0 auto;
}

.l-container{
  opacity: 0;
  transform: translateY(0);
  transition: all 1s ease 0.1s;
}
.is-loaded .l-container{
  opacity: 1;
  transform: translateY(0px);
}

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

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

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

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

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

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

.l-block-first{
  padding-top: 260px;
}

.l-block-end{
  padding-bottom: 200px;
}

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

  .l-base {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

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

  .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-small:not(.l-base-noOffset){
    padding-left: 8%;
    padding-right: 8%;
  }

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

  .l-block-first{
    padding-top: 200px;
  }

  .l-block-end{
    padding-bottom: 100px;
  }

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

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

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

}


/***********
table
************/

.l-table-normal {
}

.l-table-normal th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 108%;
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
  opacity: 0.7;
  font-weight: normal;
  line-height: 1.7;
}

.l-table-normal td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 108%;
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  line-height: 1.7;
}

/*cell size*/

.l-cell-quarter {
  width: 25%;
}

.l-cell-trisect {
  width: 33.3%;
}

.l-cell-half {
  width: 50%;
}

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

  .l-table-normal{
  }
  .l-table-normal th{
    font-size: 100%;
    padding: 8px 8px;
    line-height: 1.7;
  }
  .l-table-normal td{
    font-size: 100%;
    padding: 8px 8px;
    line-height: 1.7;
  }

  /*スマホ時、縦組みになる*/
  .l-table-normal-sp,
  .l-table-normal-sp thead,
  .l-table-normal-sp tbody,
  .l-table-normal-sp tr,
  .l-table-normal-sp th,
  .l-table-normal-sp td {
    display: block;
    width: 100% !important;
    border: none;
  }
  .l-table-normal-sp th,
  .l-table-normal-sp td {
    border: none;
    font-size: 1.08rem;
  }
  .l-table-normal-sp thead th {
    text-align: center;
    padding: 5px 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .l-table-normal-sp tbody th {
    text-align: left;
    padding: 5px 8px;
    font-weight: bold;
  }
  .l-table-normal-sp tbody td {
    padding: 8px 0px 15px 0;
    font-size: 0.85rem;
  }

}

/**********************
module
**********************/


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

.contents{
  background-color: #ece9e3;
}


/***********
module-zoom
************/

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

}
.zoomHover img{
  transform:scale(1) ;
  transition:all 0.5s ease;
}
a:hover .zoomHover img{
  transform:scale(1.03) ;
  opacity: 0.8;
}

/***********
module-text
************/

.textMain{
  font-size: 108%;
  line-height: 2;
}

.text-small{
}

.text-large{
}

.text-accent{
  color: #f00;
}


.list-dot {}

.list-dot li {
  font-size: 108%;
  line-height: 2;
  margin-left: 1em;
}

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

.list-asterisk {}

.list-asterisk li {
  font-size: 108%;
  line-height: 2;
  margin-left: 1em;
}

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

.list-number {
  padding-left: 2em;
}

.list-number li {
  font-size: 108%;
  line-height: 2;
  list-style: decimal;
}

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

  .textMain{
    font-size: 100%;
    line-height: 1.7;
  }

  .list-dot {}

  .list-dot li {
    font-size: 100%;
    line-height: 1.7;
    margin-left: 1em;
  }

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

  .list-asterisk {}

  .list-asterisk li {
    font-size: 100%;
    line-height: 1.7;
    margin-left: 1em;
  }

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

  .list-number {
    padding-left: 2em;
  }

  .list-number li {
    font-size: 100%;
    line-height: 1.7;
    list-style: decimal;
  }

}

/***********
module-text
************/

.lead{
  text-align: center;
  font-size: 116%;
  line-height: 2;
  letter-spacing: 0.08em;
}

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

  .lead{
    font-size: 100%;
    line-height: 1.8;
  }
}

/***********
module-btn
************/

.linkWrap{
  padding: 20px 0 20px;
  text-align: center;
}

.btn {
  display: inline-block;
  width: auto;
  padding: 12px 40px 12px 40px;
  font-size: 124%;
  color: #000;
  text-decoration: none !important;
  border: 1px solid #000;
  transition: all 0.2s ease;
  position: relative;
}

.btn::after {
  font-family: 'Font Awesome 5 Free';
  font-size: inherit;
  font-weight: 900;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
  line-height: normal;
}

.btn:hover {
  background-color: #000;
  color: #fff;
}

.btn-small {
  font-size: 108%;
  padding: 8px 30px 8px 30px;
}

.btn-large {
  font-size: 154%;
  padding: 17px 40px 17px 40px;
}

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

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

  .btn {
    width: 100%;
    font-size: 108%;
    box-sizing: border-box;
    padding: 12px 0px 12px 0px;
    text-align: center;
  }

}

/***********
module-header
************/

.header {
  position: fixed;
  right: 0;
  top: 0;
  width: 40%;
  min-width: 520px;
  height: 56px;
  background-color: #fff;
  z-index: 999;
}

.header-logo {
  padding: 18px 0 0 80px;
}
.header-logo img {
  width: 160px;
  height: 20px;
}


.header-lang {
  position: fixed;
  left: 30px;
  top: 10px;
  z-index: 999;
}
.header-lang li {
}
.header-lang a {
  display: inline-block;
  font-size: 108%;
  color: #734233;
  padding: 10px;
  text-decoration: none;
  letter-spacing: 0.05em;
}


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

  .header {
    width: 100%;
    min-width: initial;
    min-width: auto;
    height: 50px;
    background-color: #ebe9e3;
  }

  .header-logo {
    padding: 14px 0 0 0;
    text-align: center;
  }
  .header-logo img {
    width: 120px;
    height: 15px;
    /*width: 200px;/* Update 2024-10-18 -> Delete 11-21*/
    /*height: 22px;*/
  }



  .header-lang {
    left: 10px;
    top: 5px;
  }
  .header-lang li {
  }
  .header-lang a {
    font-size: 13px;
    padding: 10px;
  }

}



/***********
module-headerLink
************/

.headerLink {
  position: fixed;
  right: 100px;
  top: 15px;
  z-index: 9999;
}
.headerLink li {
}
.headerLink li img {
  width: 26px;
  transition: 0.3s;
}
body.is-navi-open .headerLink li img{
  filter: brightness(1000%);
}

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

  .headerLink {
    right: 65px;
    top: 12px;
  }

}


/***********
module-mainVisual
************/

.mainVisual {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.mainVisual-img{
  width: 55%;
  height: 80vh;
  position: absolute;
  left: 5%;
  top: 56px;
}

.mainVisual-block {
  position: absolute;
  left: 60%;
  top: 50%;
  padding-left: 4vw;
  margin-top: -150px;
  z-index: 2;
}

.mainVisual-jpLead {
  font-size: 220%;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}
.mainVisual-jpLead span {
  display: inline-block;
  position: relative;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(20px);
  transition: all 1.5s ease;
  margin-bottom: 0.4em;
}
.mainVisual-jpLead span.is-offset {
  margin-bottom: 1.2em;
}
.mainVisual-jpLead span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #734233;
  position: absolute;
  left: 0;
  bottom: 0.12em;
  transform: scaleX(0);
  transform-origin: left top;
  transition: all 2s ease;
}

.mainVisual-lead {
  font-family: "Times New Roman",Times,serif;
  font-size: 170%;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.mainVisual-lead span {
  display: inline-block;
  position: relative;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(20px);
  transition: all 1.5s ease;
  margin-bottom: 0.8em;
}
.mainVisual-lead span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #734233;
  position: absolute;
  left: 0;
  bottom: 0.12em;
  transform: scaleX(0);
  transform-origin: left top;
  transition: all 2s ease;
}


.is-loaded .mainVisual-jpLead span,
.is-loaded .mainVisual-lead span{
  opacity: 1;
  transform: translateX(0px);
}
.mainVisual-jpLead span:nth-of-type(1) {  transition-delay: 0.0s;  }
.mainVisual-jpLead span:nth-of-type(2) {  transition-delay: 0.2s;  }
.mainVisual-jpLead span:nth-of-type(3) {  transition-delay: 0.4s;  }
.mainVisual-jpLead span:nth-of-type(4) {  transition-delay: 0.6s;  }
.mainVisual-jpLead span:nth-of-type(5) {  transition-delay: 0.8s;  }
.mainVisual-jpLead span:nth-of-type(6) {  transition-delay: 1.0s;  }
.mainVisual-lead span:nth-of-type(1) {  transition-delay: 0.6s;  }
.mainVisual-lead span:nth-of-type(2) {  transition-delay: 0.8s;  }
.mainVisual-lead span:nth-of-type(3) {  transition-delay: 1.0s;  }
.mainVisual-lead span:nth-of-type(4) {  transition-delay: 0.6s;  }
.mainVisual-lead span:nth-of-type(5) {  transition-delay: 0.8s;  }
.mainVisual-lead span:nth-of-type(6) {  transition-delay: 1.0s;  }


.is-loaded .mainVisual-jpLead span::before,
.is-loaded .mainVisual-lead span::before{
  transform: scaleX(1);
}
.mainVisual-jpLead span:nth-of-type(1)::before {  transition-delay: 0.4s;  }
.mainVisual-jpLead span:nth-of-type(2)::before {  transition-delay: 0.6s;  }
.mainVisual-jpLead span:nth-of-type(3)::before {  transition-delay: 0.8s;  }
.mainVisual-jpLead span:nth-of-type(4)::before {  transition-delay: 1.0s;  }
.mainVisual-jpLead span:nth-of-type(5)::before {  transition-delay: 1.2s;  }
.mainVisual-jpLead span:nth-of-type(6)::before {  transition-delay: 1.4s;  }
.mainVisual-lead span:nth-of-type(1)::before {  transition-delay: 1.0s;  }
.mainVisual-lead span:nth-of-type(2)::before {  transition-delay: 1.2s;  }
.mainVisual-lead span:nth-of-type(3)::before {  transition-delay: 1.4s;  }
.mainVisual-lead span:nth-of-type(4)::before {  transition-delay: 1.0s;  }
.mainVisual-lead span:nth-of-type(5)::before {  transition-delay: 1.2s;  }
.mainVisual-lead span:nth-of-type(6)::before {  transition-delay: 1.4s;  }


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

  .mainVisual {
    height: 100vh;
  }

  .mainVisual-img{
    width: 56%;
    height: 80vh;
    position: absolute;
    left: 0;
    top: 56px;
  }

  .mainVisual-block {
    left: auto;
    right: 8%;
    top: 50%;
    padding-left: 0;
    margin-top: -150px;
  }

  .mainVisual-jpLead {
    font-size: 2.5vw;
  }
  .mainVisual-lead {
    font-size: 1.5vw;
  }

}


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

  .mainVisual {
    height: 600px;
  }

  .mainVisual-img{
    width: 100%;
    height: 600px;
    position: absolute;
    left: 0%;
    top: 0;
  }

  .mainVisual-block {
    right: auto;
    left: 8%;
    top: 0%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0;
    margin-top: 0;
    z-index: 2;
    padding-top: 100px;
  }

  .mainVisual-jpLead {
    font-size: 170%;
  }
  .mainVisual-lead {
    font-size: 108%;
    line-height: 1.7;
  }

}

/***********
module-info
************/

.homeInfo {
  position: relative;
}
.homeInfo-block {
  width: 40%;
  min-width: 520px;
  height: 56px;
  position: absolute;
  bottom: 100%;
  right: 0;
  background-color: #b9b0a2;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.homeInfo-heading {
  width: 6em;
  font-weight: 400;
  font-size: 116%;
  font-family: "Times New Roman",Times,serif;
  letter-spacing: 0.1em;
}
.homeInfo .homeInfo-inner {
  flex: 1;
  padding-left: 2em;
}
.homeInfo-title {
  height: calc(1em * 1.5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.homeInfo-title a {
  color: #000;
  text-decoration: none;
}

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

  .homeInfo {
  }
  .homeInfo-block {
    width: auto;
    min-width: initial;
    height: auto;
    position: static;
    padding: 30px 5%;
    align-items: flex-start;
  }
  .homeInfo-heading {
    width: 4em;
    font-size: 100%;
  }
  .homeInfo .homeInfo-inner {
    padding-left: 1em;
  }
  .homeInfo-title {
    height: auto;
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
  }
  .homeInfo-title a {
    color: #000;
    text-decoration: none;
  }

}
/***********
module-navi
************/

.navi{
  position: fixed;
  width: 40%;
  min-width: 520px;
  height: 100vh;
  z-index: 9998;
  right: -30%;
  top: 0;
  opacity: 0;
  transition:all 0.5s ease;
  background-color: #34110a;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

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

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

.navi-trigger {
  position: fixed;
  right: 0;
  top: 0;
  width: 100px;
  height: 56px;
  z-index: 9999;
  cursor: pointer;
  background: none;
  background-color: transparent;
  border: none;
}
.navi-btn {
  display: block;
  position: relative;
  width: 100px;
  height: 56px;
  padding: 10px 20px;
  cursor: pointer;
  background: none;
  border: none;
  transition: all .4s;
}
.navi-btn span {
  display: inline-block;
  position: absolute;
  left: 36px;
  width: 26px;
  height: 2px;
  background-color: #734233;
  transition: all .4s;
}
.navi-btn span:nth-of-type(1) {
  top: 18px;
}
.navi-btn span:nth-of-type(2) {
  top: 26px;
}
.navi-btn span:nth-of-type(3) {
  top: 34px;
}

.is-navi-open .navi-btn span {
  background-color: #fff;
}

.navi-btn.is-active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

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

.navi-btn.is-active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}


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

  .navi{
    width: 280px;
    min-width: initial;
    min-width: auto;
    height: 100vh;
    right: -220px;
  }

  .navi-trigger {
    width: 80px;
    height: 50px;
    top: -2px;
  }
  .navi-btn {
    width: 80px;
    height: 50px;
  }

}


/*
lead
*/

.navi-lead{
  position: fixed;
  left: 60px;
  bottom: 80px;
  z-index: 9999;
  color: #fff;
  opacity: 0.7;
  line-height: 1.8;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease 0.3s;
}
.is-navi-open .navi-lead{
  visibility: visible;
  opacity: 1;
}

/*
navi inner
*/

.navi-logo {
  padding: 18px 0 0 80px;
}
.navi-logo img {
  width: 160px;
  height: 20px;
  opacity: 0;
  transition: all 1s ease 0.25s;
}

.is-navi-open .navi-logo img {
  opacity: 1;
}

.navi-block {
  height: 100%;
  padding: 15vh 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.navi-upper {
  display: flex;
}
.navi-lower {
  padding-bottom: 100px;
}


.navi-item {
  /* width: 50%; *//* Delete 2025-2-12 */
}

.navi-list {

}
.navi-list li {
  padding-bottom: 1em;
  opacity: 0;
  transform: translateY(5px);
  transition: all 1s ease ;
}

.is-navi-open .navi-list li {
  opacity: 1;
  transform: translateY(0);
}
.navi-list a {
  display: inline-block;
  color: #fff;
  font-size: 124%;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0.08em;
  padding: 0.2em 0;
  position: relative;
}
.navi-list a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 0.5s ease;
}
.navi-list a:hover::before {
  transform: scaleX(1);
}

.navi-list li.navi-list-offset{
  margin-top: 2em;
}

.navi-item-column{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.navi-item-icon{
  height: 0.8em;
  position: absolute;
  left: 100%;
  top: 0.5em;
  margin-left: 10px;
}

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

  .navi{
    overflow: auto;
  }

  .navi-logo {
    padding: 10px 0 0 30px;
  }
  .navi-logo img {
    width: 100px;
    height: 15px;
    /*width: 200px;/* Update 2024-10-18 -> Del 11-21 */
    /* height: 22px; */
  }

  .is-navi-open .navi-logo img {
    opacity: 1;
  }

  .navi-block {
    height: 100%;
    padding: 50px 0 0 30px;
    display: block;
  }

  .navi-upper {
    display: block;
  }
  .navi-lower {
    padding-bottom: 100px;
  }


  .navi-item {
    width: auto;
  }

  .navi-list {

  }
  .navi-list li {
    padding-bottom: 0.2em;
  }

  .is-navi-open .navi-list li {
    opacity: 1;
    transform: translateY(0);
  }
  .navi-list a {
    font-size: 14px;
    padding: 0.5em 0;
  }
  .navi-list a::before {
    display: none;
  }

  .navi-list li.navi-list-offset{
    margin-top: 2em;
  }

  .navi-item-column{
    display: block;
    margin-bottom: 2em;
  }


  .navi-item-icon{
    height: 0.8em;
    top: 0.9em;
  }

}


/***********
module-side
************/

.side-store{
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 999;
  mix-blend-mode: multiply;
}
.side-store a{
  color: #734233;
  display: inline-block;
  text-decoration: none;
  transform: rotate(90deg);
  transform-origin: right top;
}

.side-location{
  position: fixed;
  left: 20px;
  top: 50%;
  margin-top: -80px;
  z-index: 999;
  mix-blend-mode: multiply;
  pointer-events: none;
  transform: scale(1.3);
}

.side-location-block {
  position: relative;
  height: 140px;
  width: 20px;
  white-space: nowrap;
  text-align: center;
}
.side-location-block::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #231815;
}

.side-location-current {
  font-size: 10px;
  position: absolute;
  width: 100%;
  left: 0;
  top: -20px;
}
.side-location-top {
  font-size: 10px;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
}
.side-location-icon {
  display: block;
  width: 5px;
  height: 5px;
  margin-left: -2px;
  border-radius: 50%;
  background-color: #734233;
  position: absolute;
  left: 50%;
  top: 0;
  transition: all 0.5s ease;
}


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

  .side-store{
    top: 58%;
    right: 12px;
  }
  .side-store a{
    font-size: 70%;
    transform-origin: right top;
  }

  .side-location{
    left: 2px;
    top: 60%;
    margin-top: -50px;;
    transform: scale(1);
  }

  .side-location-block {
    height: 100px;
    width: 20px;
  }

  .side-location-current {
    font-size: 8px;
  }
  .side-location-top {
    font-size: 8px;
  }

}


/***********
module-homeIntro
************/

.homeIntro{
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 500px;
}

.homeIntro-img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.homeIntro-block {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -180px;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.homeIntro-title {
  font-size: 200%;
  line-height: 2.5;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
}
.homeIntro-lead {
  font-size: 131%;
  font-family: "Times New Roman",Times,serif;
  font-weight: normal;
  line-height: 1.8;
  padding-top: 50px;
  letter-spacing: 0.1em;
}

.homeIntro-link {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  z-index: 9;
  text-align: right;
}

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

  .homeIntro{
    height: 90vh;
    min-height: 500px;
  }

  .homeIntro-img{
  }

  .homeIntro-block {
    top: 50%;
    margin-top: -100px;
  }

  .homeIntro-title {
    font-size: 154%;
    line-height: 2.2;
  }
  .homeIntro-lead {
    font-size: 93%;
    padding-top: 30px;
  }

  .homeIntro-link {
  }

}


/***********
module-homeHeading
************/

.homeHeading {
  font-size: 116%;
  font-family: "Times New Roman",Times,serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #734233;
  padding-bottom: 60px;
}

.homeHeading-fix{
  position: absolute;
  z-index: 9;
  top: 40px;
  left: 50px;
}

.homeHeading-white{
  color: #fff;
}
.homeHeading-black{
  color: #231815;
}

.homeHeading-accent {
  padding-left: 1em;
  font-size: 139%;
}

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

  .homeHeading {
    font-size: 108%;
    padding-bottom: 40px;
  }

  .homeHeading-fix{
    top: 30px;
    left: 5%;
  }

  .homeHeading-accent {
    padding-left: 0.5em;
  }

}


/***********
module-homeProducts
************/

.homeProducts{
  padding: 80px 0 100px;
  background-color: #d8d3ca;
}

.homeProducts-list {
  display: flex;
  margin-left: -100px;
  justify-content: center;
  position: relative;
  left: 0;
  transform: translateX(150px);
  transition: all 1s ease;
}
.homeProducts-list li {
  width: 30vw;
  max-width: 500px;
  min-width: 320px;
  margin-left: 100px;
}
.homeProducts-list a {
  display: block;
  overflow: hidden;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.homeProducts-inner {
  transition: all 1s ease;
  position: relative;
}
.homeProducts-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
  transition: all 1s ease;
}

a:hover .homeProducts-inner {
  transform: scale(1.1);
}
a:hover .homeProducts-inner::before {
  opacity: 1;
}

.homeProducts-img {
  width: 100%;
  height: 600px;
}
.homeProducts-img .parallax-inner{
  transition: transform 1.5s ease !important;
}

.homeProducts-link {
  text-align: right;
  padding-top: 40px;
}

.homeProducts-title {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 10;
  text-align: center;
  font-size: 185%;
  font-family: "Times New Roman",Times,serif;
  font-weight: normal;
  font-weight: normal;
  white-space: nowrap;
  margin-top: -0.7em;
  letter-spacing: 0.05em;
}

/*
no02
*/

.homeProducts.-no02 {
  background-color: #e4e0da;
}
.homeProducts.-no02 .homeProducts-list {
  transform: translateX(250px);
}


/*
item



.homeProducts-item {
  display: flex;
  margin-left: -100px;
  justify-content: center;
  position: relative;
  left: 0;
  transform: translateX(150px);
  transition: all 1s ease;
}
.homeProducts-item li {
  width: 30vw;
  max-width: 500px;
  min-width: 320px;
  margin-left: 100px;
}
.homeProducts-item a {
  display: block;
  overflow: hidden;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.homeProducts-inner {
  transition: all 1s ease;
  position: relative;
}
.homeProducts-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
  transition: all 1s ease;
}

a:hover .homeProducts-inner {
  transform: scale(1.1);
}
a:hover .homeProducts-inner::before {
  opacity: 1;
}

.homeProducts-img {
  width: 100%;
  height: 600px;
}
.homeProducts-img .parallax-inner{
  transition: transform 1.5s ease !important;
}
*/


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

  .homeProducts{
    padding: 80px 0 100px;
  }

  .homeProducts-list {
    display: block;
    margin-left: 0;
    transform: translateX(0);
  }
  .homeProducts-list li {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
  }

  a:hover .homeProducts-inner {
    transform: scale(1);
  }
  a:hover .homeProducts-inner::before {
    opacity: 1;
  }

  .homeProducts-img {
    height: 85vmin;
  }

  .homeProducts-link {
    padding-top: 30px;
  }

  .homeProducts-title {
    font-size: 116%;
  }


  /*
  no02
  */

  .homeProducts.-no02 {
    background-color: #e4e0da;
  }
  .homeProducts.-no02 .homeProducts-list {
    transform: translateX(0);
  }

}

/***********
module-moreLink
************/


.wheelBtn {
  display: inline-block;
  position: relative;
  font-size: 124%;
  font-family: "Times New Roman",Times,serif;
  font-weight: normal;
  color: #734233;
  line-height: 1;
  text-align: left;
}

.wheelBtn::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: -20px;
  top: 0.35em;
  background-color: #734233;
  border-radius: 50%;
}
.wheelBtn span {
  display: inline-block;
  position: relative;
  height: 1em;
  overflow: hidden;
}
.wheelBtn span::before,
.wheelBtn span::after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transition: top 0.5s ease;
}

.wheelBtn span::before{
  top: 0;
}
.wheelBtn span::after {
  top: 100%;
}

.wheelBtn:hover span::before {
  top: -100%;
}
.wheelBtn:hover span::after {
  top: 0%;
}


.wheelBtn-white {
  color: #fff;
}
.wheelBtn-white::before {
  background-color: #fff;
}


.wheelBtn-more{
  width: 3em;
}
.wheelBtn-more::before,
.wheelBtn-more::after{
  content: "more";
}

.wheelBtn-attr{
}
.wheelBtn-attr::before,
.wheelBtn-attr::after{
  content: attr(data-text)"";
}

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

  .wheelBtn {
    font-size: 100%;
  }

}

/***********
module-homeFeature
************/

.homeFeature{
  background-color: #dcd9d0;
}


.homeFeature-section {
  display: flex;
  justify-content: space-between;
}
.homeFeature-section:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.homeFeature-block {
  width: 62%;
  padding: 100px ;
  display: flex;
  justify-content: flex-end;
}
.homeFeature-visual {
  width: 100%;
  max-width: 780px;
}
.homeFeature-img{
  height: 400px;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.homeFeature-inner {
  width: 38%;
  background-color: #734233;
  color: #fff;
  position: relative;
}
.homeFeature-inner > a{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.homeFeature-heading{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: "Times New Roman",Times,serif;
  font-weight: normal;
  padding: 20px 80px;
}
.homeFeature-heading-num {
  font-size: 300%;
  letter-spacing: 0.1em;
}
.homeFeature-heading-title {
  font-size: 164%;
  padding-top: 0.4em;
  line-height: 2;
}

.homeFeature-box {
  display: table;
  width: 100%;
  height: 100%;
}
.homeFeature-box-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.homeFeature-title {
  font-size: 200%;
  font-weight: normal;
  letter-spacing: 0.08em;
}
.homeFeature-text {
  font-size: 116%;
  line-height: 2;
  padding-top: 30px;
}


.homeFeature-link{
  position: absolute;
  right: 60px;
  bottom: 40px;
}

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


  .homeFeature{
    padding-bottom: 60px;
    background-color: #ece9e3
  }

  .homeFeature .homeHeading-fix{
    position: static;

  }
  .homeFeature-section {
    display: block;
    position: relative;
    padding:0 8% 20px;
  }
  .homeFeature-section:not(:last-child) {
    border-bottom: none;
  }
  .homeFeature-block {
    width: 100%;
    padding: 0 ;
  }
  .homeFeature-visual {
    width: 100%;
    max-width: 780px;
  }
  .homeFeature-img{
    height: 50vmin;
    width: 100%;
    background-position: center center;
    background-size: cover;
  }

  .homeFeature-inner {
    width: auto;
    position: static;
  }
  .homeFeature-inner > a{
  }

  .homeFeature-heading{
    position: static;
    padding: 20px 8% 25px;
    align-items: flex-end;
    line-height: 1;
  }
  .homeFeature-heading-num {
    font-size: 250%;
    position: absolute;
    left: 50%;
    margin-left: -0.5em;
    top: 22vmin;
  }
  .homeFeature-heading-title {
    display: block;
    width: 100%;
    font-size: 93%;
    padding-top: 0.4em;
    line-height: 1.4;
    text-align: center;
  }

  .homeFeature-box {
    display: block;
    padding-bottom: 60px;
  }
  .homeFeature-box-inner {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
  }
  .homeFeature-title {
    font-size: 154%;
    font-weight: normal;
    letter-spacing: 0.08em;
  }
  .homeFeature-text {
    font-size: 100%;
    line-height: 1.8;
    padding-top: 20px;
  }

  .homeFeature-link{
    position: absolute;
    right: 10%;
    bottom: 40px;
  }

}


/*
child
*/

.homeFeature-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Times New Roman",Times,serif;
  font-weight: normal;
  opacity: 0;
  transition:all 0.5s ease;
  z-index: 999;
}
.homeFeature-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #34110a;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right top;
  transition:all 0.5s ease;
}


.homeFeature-child-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -140px;
  padding: 0 100px 0 80px;
}
.homeFeature-child-num {
  display: inline-block;
  font-size: 300%;
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translateX(5px);
  transition:all 0.5s ease 0.2s;
}
.homeFeature-child-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 40px;
}
.homeFeature-child-title {
  flex: 1;
  font-size: 164%;
  padding-top: 0.4em;
  line-height: 2;
  opacity: 0;
  transform: translateX(5px);
  transition:all 0.5s ease 0.3s;
}

.homeFeature-child-link {
  width: 100px;
  position: relative;
  padding-bottom: 10px;
  opacity: 0;
  transition:all 0.5s ease 0.3s;
}
.homeFeature-arrow {
  display: inline-block;
  width: 80px;
  height: 10px;
  background: url(/wp/wp-content/themes/petari/img/icon/arrow01.png) no-repeat 0 0 / 80px 10px;
  opacity: 0.7;
}


a:hover .homeFeature-child{
  opacity: 1;
}
a:hover .homeFeature-child::before {
  opacity: 1;
  transform: scaleX(1);
}
a:hover .homeFeature-child-num,
a:hover .homeFeature-child-title {
  opacity: 1;
  transform: translateX(0);
}
a:hover .homeFeature-child-link{
  opacity: 1;
}
a:hover .homeFeature-arrow {
  animation: anim-homeFeature-arrow 0.5s ease forwards;
  animation-delay: 0.8s;
}
.homeFeature-child-inner:hover .homeFeature-child-link {
  animation: anim-homeFeature-arrow 0.6s ease forwards;
}


@keyframes anim-homeFeature-arrow {
  0% {transform: translateX(0);}
  50% {transform: translateX(6px); }
  100% {transform: translateX(0); }
}


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

  .homeFeature-child {
    display: none;
  }

}


/*
reverse
*/

.homeFeature-reverse{
  flex-direction: row-reverse;
}
.homeFeature-reverse .homeFeature-block {
  width: 62%;
  display: flex;
  justify-content: flex-start;
}
.homeFeature-reverse .homeFeature-child::before {
  transform-origin: left 0;
}

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

  .homeFeature-reverse{
  }
  .homeFeature-reverse .homeFeature-block {
    width: auto;
    display: block;
  }

}

/***********
module-homeRecipe
************/

.homeRecipe{
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 500px;
  overflow: hidden;
}

.homeRecipe-img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.homeRecipe-block {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.homeRecipe-title {
  display: inline-block;
  color: #734233;
  letter-spacing: 0.05em;
  background-color: #fff;
  text-decoration: none;
  padding: 15px 100px;
  font-size: 200%;
  font-family: "Times New Roman",Times,serif;
  font-weight: normal;
}
.homeRecipe-title:hover {
  background-color: #734233;
  color: #fff;
}

.homeRecipe-link {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  z-index: 9;
  text-align: right;
}

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

  .homeRecipe{
    height: 50vh;
    min-height: 300px;
  }

  .homeRecipe-block {
    top: 50%;
    margin-top: -30px;
  }

  .homeRecipe-title {
    padding: 10px 100px;
    font-size: 124%;
    font-family: "Times New Roman",Times,serif;
    font-weight: normal;
  }
}

/***********
module-homeNews
************/

.homeNews{
  padding: 80px 0 200px;
  background-color: #dedddd;
}
.homeNews-link{
  text-align: right;
  padding-top: 80px;
}

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

  .homeNews{
    padding: 60px 0 100px;
  }
  .homeNews-link{
    padding-top: 40px;
  }

}

/***********
module-newsList
************/

.newsList {
  border-top: 1px dashed #aaa;
}
.newsList li {
  border-bottom: 1px dashed #aaa;
}
.newsList a {
  display: flex;
  width: 100%;
  align-items: flex-start;
  color: #231815;
  text-decoration: none;
  padding: 20px 0;
}

.newsList-cat {
  display: inline-block;
  width: 140px;
  padding: 0 10px;
  background-color: #734233;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.7;
}
.newsList-time {
  display: inline-block;
  width: 10em;
  text-align: center;
  opacity: 0.7;
  line-height: 1.7;
}
.newsList-title {
  font-size: 116%;
  flex: 1;
  line-height: 1.5;
  transition: all 0.5s ease;
  text-decoration-color: transparent;
}
.newsList-title:hover {
  text-decoration: underline;
  text-decoration-color: #734233;
}

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

  .newsList {
  }
  .newsList li {
  }
  .newsList a {
    display: block;
    width: 100%;
    padding: 20px 0;
  }

  .newsList-cat {
    width: 120px;
    padding: 0 6px;
    font-size: 85%;
  }
  .newsList-time {
    font-size: 93%;
    width: auto;
    padding-left: 0.5em;
    vertical-align: top;
  }
  .newsList-title {
    font-size: 116%;
    flex: 1;
    line-height: 1.3;
    padding-top: 8px;
  }
  .newsList-title:hover {
    text-decoration: underline;
    text-decoration-color: #734233;
  }


}

/***********
module-footer
************/

.footer{
  background-color: #d9d4cb;
}

.footer-upper {
  padding:80px 0 20px;
  display: flex;
  justify-content: space-between;
}

.footer-logo {
}
.footer-logo img {
  width: 160px;
  height: 20px;
}
.footer-block {
  display: flex;
}


.footer-box {
  padding-left: 100px;
}
.footer-title {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 93%;
  opacity: 0.5;
  letter-spacing: 0.08em;
  padding-bottom: 20px;
}

.footer-link {
  padding-bottom: 25px;
}
.footer-link li {
  padding-bottom: 10px;
}
.footer-link a {
  display: inline-block;
  color: #734233;
  font-size: 116%;
  font-family: "Times New Roman",Times,serif;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0.05em;
  position: relative;
  transition: all 0.5s ease;
  text-decoration-color: transparent;
}
.footer-link a:hover {
  text-decoration: underline;
  text-decoration-color: #734233;
}

.footer-link a.footer-link-arrow::after {
  content: "";
  display: block;
  width: 24px;
  height: 20px;
  background: url(/wp/wp-content/themes/petari/img/icon/arrow.png) no-repeat center center / 100% auto;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 10px;
}
.footer-link a.footer-link-external::after {
  content: "";
  display: block;
  width: 24px;
  height: 20px;
  background: url(/wp/wp-content/themes/petari/img/icon/external.png) no-repeat center center / 100% auto;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 10px;
}


.footer-sns {
  display: flex;
  padding-bottom: 40px;
}
.footer-sns li {
  margin-right: 1.3em;
}
.footer-sns a {
  display: block;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8;
  background-color: #734233;
  color: #fff;
  border-radius: 50%;

  text-align: center;
  text-decoration: none;
}

.footer-sns a:hover {
  opacity: 0.8;
}



.footer-lower {
  padding: 0 0 40px;
/*  background-color: #c9c4bc;*/
}

.footer-lower-block {
  display: flex;
  justify-content: space-between;
}


.footer-copyright {
  display: block;
  white-space: nowrap;
  font-size: 85%;
  padding-top: 0.2em;
}
.footer-lower-link {
  display: flex;
}
.footer-lower-link li {
  padding-left: 80px;
}
.footer-lower-link a {
  text-decoration: none;
  color: #231815;
  font-size: 108%;
  font-family: "Times New Roman",Times,serif;
  font-weight: normal;
}



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

  .footer{
  }

  .footer-upper {
    padding:60px 0 0px;
    display: block;
  }

  .footer-logo {
    padding-bottom: 50px;
  }
  .footer-logo img {
    width: 120px;
    height: 20px;
    /*width: 200px;/* Update 2024-10-18 -> Del 11-21*/
    /* height: 22px; */
  }


  .footer-lower {
    padding: 0 0 60px;
    background-color: transparent;
    text-align: center;
  }

  .footer-lower-block {
    display: flex;
    justify-content: center;
  }



  .footer-block {
    display: block;
  }

  .footer-box {
    padding-left: 0;
  }
  .footer-title {
    font-size: 93%;
    padding-bottom: 10px;
  }

  .footer-link {
    padding-bottom: 25px;
  }
  .footer-link li {
    padding-bottom: 5px;
  }
  .footer-link a {
    font-size: 108%;
  }




  .footer-lower {
    text-align: left;
  }

  .footer-lower-block {
    display: block;
    justify-content: space-between;
  }


  .footer-copyright {
    font-size: 85%;
    padding-top: 40px;
    opacity: 0.5;
  }
  .footer-lower-link {
    display: block;
  }
  .footer-lower-link li {
    padding-left: 0;
    padding-bottom: 8px;
  }
  .footer-lower-link a {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 93%;
    opacity: 0.5;
    letter-spacing: 0.08em;
  }



}


/***********
module-curtain
************/

.curtain{
  width: 150%;
  height: 100vh;
  background-color: #fff;
  animation: curtain-animation 0.8s cubic-bezier(0.32, 0, 0.67, 0) forwards ;
  position: fixed;
  right: -20%;
  top: 0;
  z-index: 10000;
  transform-origin: left top;
}
@keyframes curtain-animation {
  0% {
    border-radius: 0 0 0 0;
  }
  100% {
    height: 0;
    border-radius: 0 0 100% 10%;
    transform: skewY(-10deg);
  }
}


/***********
module-pageHeading
************/

.pageHeading {
  text-align: center;
  position: relative;
  z-index: 2;
}
.pageHeading-title {
  width: 100%;
  font-family: "Times New Roman",Times,serif;
  font-weight: normal;
  font-size: 170%;
  padding-top: 120px;
  padding-bottom: 30px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(35, 24, 21, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.pageSubHeading{
  text-align: center;
  font-size: 124%;
  font-weight: normal;
  margin-top: -30px;
  margin-bottom: 120px;
  letter-spacing: 0.08em;
}


.pageHeading-white .pageHeading-title {
  color: #fff;
  border-color: #fff;
}

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

  .pageHeading {
  }
  .pageHeading-title {
    font-size: 139%;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .pageSubHeading{
    font-size: 100%;
    margin-top: -30px;
    margin-bottom: 80px;
  }

}


/***********
module-xxxxx
************/

/***********
module-xxxxx
************/

/***********
module-xxxxx
************/



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

.is-hide {
  display: none;
}

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

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

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

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

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


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

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

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

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

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

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

}
