@charset "utf-8";

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2) format("woff2"), url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff) format("woff"), url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format("opentype");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2) format("woff2"), url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff) format("woff"), url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format("opentype");
}

/*==============================
    基本設定
==============================*/
body {
  color: #444444;
  font: 400 16px/1.8 "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  position: relative;
  word-break: break-all;
  min-width: 1400px;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 0;
    margin-block-start: -46px;
  }
}

body *,
body *::before,
body *::after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

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

th {
  font-weight: normal;
  text-align: left;
}

/*font layout*/
.fBold {
  font-weight: bold;
}

.fBold900 {
  font-weight: 900;
}

.fGothic {
  font-family: "YakuHanJP_Narrow", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.fRoboto {
  font-family: "Roboto", sans-serif;
}

.fSen {
  font-family: "Sen", sans-serif;
}

.fSerif {
  font-family: "YakuHanMP_Noto", "Noto Serif Japanese", serif;
}

.fGr {
  color: #00a9c9;
}

.fRed {
  color: #ed113a;
}

.fYl {
  color: #ced237;
}

/*rollover*/
.ro a:hover,
a.ro:hover,
a .ro:hover,
.cursorPointer:hover {
  opacity: 0.8;
}

.ro a,
a.ro,
a .ro,
.cursorPointer {
  transition: opacity 0.2s ease-out;
}

.cursorPointer {
  cursor: pointer;
}

/*rollover(brightnessによる変化)*/
.cursorPointer.brt:hover,
.brt a:hover,
a.brt:hover,
a .brt:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.cursorPointer.brt:hover,
.brt a,
a.brt,
a .brt {
  transition: filter 0.2s ease-out;
}

/*ro無効化*/
.cursorPointer.no_ro:hover,
.ro .no_ro a:hover,
.ro a.no_ro:hover,
.ro .no_ro .cursorPointer:hover,
.ro .cursorPointer.no_ro:hover {
  opacity: 1;
}

/* 電話リンクの無効化 */
a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}

a {
  color: inherit;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

/* container */
#container {
  overflow: hidden;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-top: 68px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #container {
    padding-top: 60px;
  }

  #mainBox {
    position: relative;
  }
}

/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.spOnly,
.brSpMin,
.brSp,
.imgSp {
  display: none;
}

.img100 {
  width: 100%;
  height: auto;
}

.contentsHide {
  display: none !important;
}

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

  .spNone,
  .brPc,
  .imgPc {
    display: none;
  }

  .spOnly {
    display: block;
  }

  .brSp,
  .imgSp {
    display: inline;
  }

  .imgR {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 360px) {
  .brSpMin {
    display: inline;
  }
}

/*-----------------------------------------------
    imgCover
-----------------------------------------------*/
/* imgCover */
.imgCover,
.imgCont {
  position: relative;
}

.imgCover img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.imgCont img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
/* jsHide */
.jsHide {
  opacity: 0;
  transition: opacity 3.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.jsHide.jsShow {
  opacity: 1;
}

/* jsHideImg */
.jsHideImg,
.ro a.jsHideImg {
  filter: blur(20px) brightness(4);
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1), filter 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: center top;
}

.jsHideImg.jsShow,
.ro a.jsHideImg.jsShow {
  filter: blur(0) brightness(1);
  transform: translateY(0);
  opacity: 1;
}

/* jsHideChar */
.jsHideChar {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.jsHideChar.jsShow {
  animation: jsHideCharAnimation 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s normal forwards;
}

@keyframes jsHideCharAnimation {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }

  to {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}

/*-----------------------------------------------
    wrapper
-----------------------------------------------*/
.wrapper1460 {
  width: 1460px;
  margin: 0 auto;
  max-width: calc(100% - 40px);
}

.wrapper1280 {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  max-width: calc(100% - 40px);
}

.wrapper1020 {
  width: calc(100% - 40px);
  max-width: 1020px;
  margin: 0 auto;
}

.wrapper1000 {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}

.wrapper900 {
  width: 900px;
  margin: 0 auto;
}

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

  .wrapper1020,
  .wrapper1000,
  .wrapper1280,
  .wrapper1460 {
    width: 100%;
    max-width: none;
  }

  .wrapper900 {
    width: 100%;
  }

  .wrapperSp355 {
    width: 94.67%;
    margin: 0 auto;
  }

  .wrapperSp {
    width: 92%;
    margin: 0 auto;
  }
}

/*-----------------------------------------------
    共通パーツ
-----------------------------------------------*/
/* cmnTit */
.cmnTitCenter {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cmnTitCenter {
    font-size: 16px;
  }
}

.cmnTitRomanCenter {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cmnTitRomanCenter {
    font-size: 16px;
  }
}

.cmnTitRomanLeft {
  font-size: 26px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .cmnTitRomanLeft {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

/* cmnBtnMore */
.cmnBtnMore .btn {
  display: flex;
  text-align: center;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #182033;
  width: 400px;
  margin: 0 auto;
  padding: 33px 0 34px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
}

.cmnBtnMore .btn::after {
  content: "";
  background: url(../img/common/arrowWhite.png) left top / 6px no-repeat;
  width: 6px;
  height: 7px;
  display: block;
  margin: 0 0 0 10px;
}

.cmnBtnMore.is-white .btn {
  color: #182033;
  background-color: #fff;
  border: solid 1px #182033;
}

.cmnBtnMore.is-white .btn::after {
  background: url(../img/common/iconPagerArrow02.gif) left top / 6px no-repeat;
}

.cmnBtnMore.is-white2 .btn {
  color: #45555e;
  background-color: #fff;
  border: solid 1px #45555e;
}

.cmnBtnMore.is-white2 .btn::after {
  background: url(../img/common/arrowNavy.png) left top / 6px no-repeat;
}

.cmnBtnMore.is-gray .btn {
  background-color: #45555e;
}

.cmnBtnMore.is-yellow .btn {
  background-color: #fedf00;
  color: #000;
}

.cmnBtnMore.is-yellow .btn::after {
  background: url(../img/common/arrowBlack.png) left top / 6px no-repeat;
}

.cmnBtnMore.arrow-right .btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto 0;
}

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

  .cmnBtnMore .btn,
  .cmnBtnMore.is-white .btn {
    position: relative;
    font-size: 15px;
    width: 100%;
    padding: 23px 0 22px;
  }
}

/* cmnBtnMoreS */
.cmnBtnMoreS .btn {
  display: flex;
  text-align: center;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 260px;
  margin: 0 auto;
  padding: 20px 0;
  color: #fff;
  background-color: #000;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
}

.cmnBtnMoreS .btn::after {
  content: "";
  background: url(../img/common/arrowWhite.png) left top / 6px no-repeat;
  width: 6px;
  height: 7px;
  display: block;
  margin: 0 0 0 10px;
}

.cmnBtnMoreS.is-white .btn {
  color: #000;
  background-color: #fff;
  border: solid 1px #000;
}

.cmnBtnMoreS.is-white .btn::after {
  background: url(../img/common/iconPagerArrow02.gif) left top / 6px no-repeat;
}

@media only screen and (max-width: 767px) {
  .cmnBtnMoreS .btn {
    position: relative;
    font-size: 15px;
    width: 100%;
    padding: 23px 0 22px;
  }
}

/* secCmnError */
.secCmnError {
  font-size: 16px;
  text-align: center;
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  .secCmnError {
    font-size: 12px;
    line-height: 1.4;
    padding: 30px 0;
  }
}

/* secCmnIndexPager */
.secCmnIndexPager {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.secCmnIndexPager .boxList {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.secCmnIndexPager .btn {
  min-width: 50px;
  height: 50px;
  text-align: center;
  background-color: rgb(255, 255, 255);
}

.secCmnIndexPager .btnPrev .inner {
  position: relative;
}

.secCmnIndexPager .btnPrev .inner:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 40%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(225deg);
  margin-top: -5px;
}

.secCmnIndexPager .btnNext .inner {
  position: relative;
}

.secCmnIndexPager .btnNext .inner::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 40%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin-top: -5px;
}

.secCmnIndexPager a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
}

.secCmnIndexPager .btn {
  margin: -1px 0 0 -1px;
}

.secCmnIndexPager .btn+.btn {
  margin-left: 10px;
}

.secCmnIndexPager .on {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: none;
  background-color: #182033;
  color: #fff;
}

.secCmnIndexPager .btn.dots {
  border: 0;
  background: transparent;
  display: block;
  height: 30px;
  padding: 7px 0;
  font-size: 16px;
  color: #000;
  box-shadow: none;
}

.secCmnIndexPager .inner {
  font-size: 16px;
  color: inherit;
  text-decoration: none;
}

.secCmnIndexPager .btnPrev,
.secCmnIndexPager .btnNext {
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-color: #d9d9d9;
  box-shadow: inset 0px -5px 0px 0px rgba(1, 1, 1, 0.05);
  flex-shrink: 0;
}

.secCmnIndexPager .btnPrev {
  margin-right: 20px;
}

.secCmnIndexPager .btnNext {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .secCmnIndexPager {
    margin-top: 30px;
  }

  .secCmnIndexPager .btnPrev,
  .secCmnIndexPager .btnNext {
    display: none;
  }

  .secCmnIndexPager .btn {
    min-width: 35px;
    width: 35px;
    height: 35px;
  }

  .secCmnIndexPager .inner {
    font-size: 12px;
  }
}

@media only screen and (max-width: 374px) {
  .secCmnIndexPager .btn.dots {
    margin: 0 -4px;
  }
}

/* cmnContact */
.cmnContact {
  margin-top: 200px;
}

.page-top-index .cmnContact {
  margin-top: 280px;
}

.cmnContact .boxTit {
  text-align: center;
}

.cmnContact .boxTit .subtit {
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.cmnContact .boxTit .tit {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  padding-top: 9px;
}

.cmnContact .linklist {
  display: flex;
  margin-top: 54px;
}

.cmnContact .linklist .item {
  width: 25%;
  border-right: 1px solid #dfdfdf;
}

.cmnContact .linklist .item:last-child {
  width: 25%;
  border-right: none;
}

.cmnContact .linklist .item a {
  display: block;
  text-decoration: none;
  background: #f8f7f6;
  color: #0e0e0e;
  opacity: 1;
}

.cmnContact .linklist .item .imgbox {
  width: 100%;
  height: 14.584vw;
  min-height: 208px;
  overflow: hidden;
  position: relative;
  display: block;
}

.cmnContact .linklist .item:last-child .imgbox {
  height: 14.584vw;
}

.cmnContact .linklist .item .imgbox img {
  transition: 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.cmnContact .linklist .item a:hover .imgbox img {
  transform: scale(1.1);
}

.cmnContact .linklist .item .txtbox {
  position: relative;
  padding-top: 125px;
  padding-bottom: 120px;
}

.cmnContact .linklist .item .txtbox .Iconbox {
  position: absolute;
  top: calc(0% - 35px);
  left: calc(50% - 35px);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ffffff;
  overflow: hidden;
}

.cmnContact .linklist .item .txtbox .Iconbox::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.2s ease-out;
}

.cmnContact .linklist .item a:hover .txtbox .Iconbox::before {
  opacity: 0.6;
}

.cmnContact .linklist.lazyloaded .item:nth-child(1) .txtbox .Iconbox::before {
  background: url(../img/index/imgContacticon01.gif) center center no-repeat #ffffff;
  background-size: 30px auto;
}

.cmnContact .linklist.lazyloaded .item:nth-child(2) .txtbox .Iconbox::before {
  background: url(../img/index/imgContacticon02.gif) center center no-repeat #ffffff;
  background-size: 23px auto;
}

.cmnContact .linklist.lazyloaded .item:nth-child(3) .txtbox .Iconbox::before {
  background: url(../img/index/imgContacticon03.gif) center center no-repeat #ffffff;
  background-size: 30px auto;
}

.cmnContact .linklist.lazyloaded .item:nth-child(4) .txtbox .Iconbox::before {
  background: url(../img/index/imgContacticon04.gif) center center no-repeat #ffffff;
  background-size: 28px auto;
}

.cmnContact .linklist .item .txtbox .inbox {
  text-align: center;
  transition: opacity 0.2s ease-out;
}

.cmnContact .linklist .item a:hover .txtbox .inbox {
  opacity: 0.6;
}

.cmnContact .linklist .item .txtbox .inbox .sub {
  font-size: 20px;
  line-height: 1;
}

.cmnContact .linklist .item .txtbox .inbox .tit {
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  padding-top: 31px;
}

.cmnContact .linklist .item .txtbox .inbox .btnbox {
  width: 120px;
  position: relative;
  margin: 0 auto;
  text-align: left;
  margin-top: 47px;
  padding-bottom: 15px;
}

.cmnContact .linklist .item .txtbox .inbox .btnbox::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

.cmnContact .linklist .item .txtbox .inbox .btnbox span {
  display: block;
  position: relative;
}

.cmnContact .linklist .item .txtbox .inbox .btnbox span::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 3.5px);
  width: 6px;
  height: 7px;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 30% 50%);
  background: #000000;
  transition: 0.3s;
}

.cmnContact .linklist .item a:hover .txtbox .inbox .btnbox span::after {
  right: -4px;
}

@media only screen and (max-width: 767px) {
  .cmnContact {
    margin-top: 120px;
  }

  .page-top-index .cmnContact {
    margin-top: 68px;
  }

  .cmnContact .boxTit .tit {
    font-size: 12px;
    padding-top: 3px;
  }

  .cmnContact .linklist {
    flex-wrap: wrap;
    margin-top: 27px;
    padding: 39px 4% 50px;
    background: #f8f7f6;
  }

  .cmnContact .linklist .item {
    width: 49.278%;
    margin-right: 1.444%;
    border-right: none;
  }

  .cmnContact .linklist .item:nth-child(n + 3) {
    margin-top: 21px;
  }

  .cmnContact .linklist .item:last-child,
  .cmnContact .linklist .item:nth-child(2n) {
    width: 49.278%;
    margin-right: 0;
  }

  .cmnContact .linklist .item a {
    background: none;
  }

  .cmnContact .linklist .item .imgbox {
    height: 26.4vw;
    min-height: 0;
  }

  .cmnContact .linklist .item:last-child .imgbox {
    height: 26.4vw;
  }

  .cmnContact .linklist .item .txtbox {
    padding-top: 28px;
    padding-bottom: 20px;
  }

  .cmnContact .linklist .item .txtbox .Iconbox {
    top: calc(0% - 18px);
    left: calc(50% - 18px);
    width: 36px;
    height: 36px;
  }

  .cmnContact .linklist.lazyloaded .item:nth-child(1) .txtbox .Iconbox::before {
    background-size: 23px auto;
  }

  .cmnContact .linklist.lazyloaded .item:nth-child(2) .txtbox .Iconbox::before {
    background-size: 17px auto;
  }

  .cmnContact .linklist.lazyloaded .item:nth-child(3) .txtbox .Iconbox::before {
    background-size: 22px auto;
  }

  .cmnContact .linklist.lazyloaded .item:nth-child(4) .txtbox .Iconbox::before {
    background-size: 21px auto;
  }

  .cmnContact .linklist .item .txtbox .inbox {
    text-align: center;
  }

  .cmnContact .linklist .item .txtbox .inbox .sub {
    font-size: 16px;
  }

  .cmnContact .linklist .item .txtbox .inbox .tit {
    font-size: 11px;
    line-height: 1.45;
    padding-top: 9px;
  }

  .cmnContact .linklist .item .txtbox .inbox .btnbox {
    width: 66px;
    margin-top: 19px;
    padding-bottom: 6px;
  }
}

.cmnContact .boxTel {
  text-align: center;
  padding: 75px 0 85px;
}

.cmnContact .boxTel .tit {
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
}

.cmnContact .boxTel .num {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 10px;
  color: #000;
}

.cmnContact .boxTel .time {
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  padding-top: 13px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .cmnContact .boxTel {
    text-align: center;
    padding: 50px 0;
  }

  .cmnContact .boxTel .tit {
    font-size: 12px;
  }

  .cmnContact .boxTel .num {
    font-size: 26px;
    letter-spacing: 0px;
    margin-top: 9px;
  }

  .cmnContact .boxTel .time {
    font-size: 11px;
    padding-top: 8px;
    letter-spacing: 0px;
  }
}

/* secCmnIndexTit */
.secCmnIndexTit {
  height: 750px;
  padding-top: 70px;
  background: url(../img/common/tp.gif) center top no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  position: relative;
}

.secCmnIndexTit::after {
  content: "";
  width: 1px;
  height: 100px;
  background: #efefef;
  position: absolute;
  bottom: -50px;
  left: calc(50% - 0.5px);
}

.secCmnIndexTit .titEng {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 2px;
}

.secCmnIndexTit .titJpn {
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .secCmnIndexTit {
    height: 93.334vw;
    background-size: cover;
    padding-top: 26px;
  }

  .secCmnIndexTit::after {
    height: 40px;
    bottom: -20px;
  }

  .secCmnIndexTit .titEng {
    font-size: 30px;
    letter-spacing: 1px;
  }

  .secCmnIndexTit .titJpn {
    font-size: 12px;
    margin-top: 7px;
  }
}

/* secCmnDetailsTit */
.secCmnDetailsTit {
  font-size: 40px;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 250px;
}

@media only screen and (max-width: 767px) {
  .secCmnDetailsTit {
    font-size: 20px;
    margin-top: 100px;
  }
}

/* secCmnWorksList */
.secCmnWorksList {
  margin-top: 150px;
}

.secCmnWorksList .worksList {
  display: flex;
  flex-wrap: wrap;
}

.secCmnWorksList .worksItem {
  width: calc(100% / 3);
}

.secCmnWorksList .worksItem:nth-child(n + 4) {
  margin-top: 95px;
}

.secCmnWorksList .worksInner {
  display: block;
  text-decoration: none;
  color: #1f1f1f;
}

.secCmnWorksList .imgBox {
  position: relative;
  overflow: hidden;
}

.secCmnWorksList .imgBox::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.502);
  opacity: 0;
}

.secCmnWorksList .img {
  width: 100%;
  height: 0;
  padding-top: 67.96875%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.secCmnWorksList .hoverTxt {
  font-size: 15px;
  letter-spacing: 0.5px;
  padding-right: 18px;
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(-120%);
  z-index: 10;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
}

.secCmnWorksList .subTxt {
  position: relative;
}

.secCmnWorksList .subTxt::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 15px;
  right: -20px;
  top: calc(50% - 7px);
}

.secCmnWorksList .subTxt.lazyloaded::after {
  background: url(../img/works/iconWorksImg.png) center top / cover;
}

.secCmnWorksList .txtBox {
  padding: 38px 33px 0;
  transition: opacity 0.2s ease-out;
}

.secCmnWorksList .worksInner:hover .txtBox {
  opacity: 0.6;
}

.secCmnWorksList .tit {
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.secCmnWorksList .mainTit {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
}

.secCmnWorksList .txt {
  font-size: 12px;
  line-height: 1.5;
  color: #787878;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 13px;
}

.secCmnWorksList .worksInner:hover {
  opacity: 1;
}

.secCmnWorksList .worksInner:hover .imgBox::after {
  opacity: 1;
}

.secCmnWorksList .worksInner:hover .img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.secCmnWorksList .worksInner:hover .img img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.secCmnWorksList .worksInner:hover .hoverTxt {
  opacity: 1;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .secCmnWorksList {
    margin-top: 60px;
  }

  .secCmnWorksList .worksItem {
    width: 50%;
  }

  .secCmnWorksList .worksItem:nth-child(n + 4) {
    margin-top: 37px;
  }

  .secCmnWorksList .worksItem:nth-child(n + 3) {
    margin-top: 37px;
  }

  .secCmnWorksList .img {
    padding-top: 68.086%;
  }

  .secCmnWorksList .txtBox {
    padding: 15px 14px 0;
  }

  .secCmnWorksList .tit {
    font-size: 11px;
  }

  .secCmnWorksList .mainTit {
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: 1px;
    white-space: normal;
    text-overflow: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 60px;
    margin-top: 9px;
  }

  .secCmnWorksList .txt {
    font-size: 10px;
    margin-top: 7px;
  }
}

/* cmnIconEvent */
.cmnIconEvent {
  width: 110px;
  height: 24px;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cmnIconEvent.bg01 {
  background: #868273;
}

.cmnIconEvent.bg02 {
  background: #4a4a4a;
}

@media only screen and (max-width: 767px) {
  .cmnIconEvent {
    width: 100%;
    height: 22px;
    font-size: 10px;
  }
}

/* secCmnEventList */
.secCmnEventList {
  margin-top: 150px;
}

.secCmnEventList .eventList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.secCmnEventList .eventItem {
  width: 30.895%;
  margin-right: 3.6575%;
}

.secCmnEventList .eventItem:nth-child(3n),
.secCmnEventList .eventItem:last-child {
  margin-right: 0;
}

.secCmnEventList .eventItem:nth-child(n + 4) {
  margin-top: 77px;
}

.secCmnEventList .eventInner {
  display: block;
  text-decoration: none;
  color: #1f1f1f;
}

.secCmnEventList .imgBox {
  position: relative;
  overflow: hidden;
}

.secCmnEventList .imgBox::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.502);
  opacity: 0;
}

.secCmnEventList .img {
  width: 100%;
  height: 0;
  padding-top: 73.685%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.secCmnEventList .hoverTxt {
  font-size: 15px;
  letter-spacing: 0.5px;
  padding-right: 18px;
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(-120%);
  z-index: 10;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
}

.secCmnEventList .subTxt {
  position: relative;
}

.secCmnEventList .subTxt::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 15px;
  right: -20px;
  top: calc(50% - 7px);
}

.secCmnEventList .subTxt.lazyloaded::after {
  background: url(../img/works/iconWorksImg.png) center top / cover;
}

.secCmnEventList .txtBox {
  padding: 25px 0 0;
  transition: opacity 0.2s ease-out;
}

.secCmnEventList .eventInner:hover .txtBox {
  opacity: 0.6;
}

.secCmnEventList .mainTit {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 16px;
}

.secCmnEventList .tit {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 12px;
}

.secCmnEventList .txt {
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}

.secCmnEventList .endBox,
.secDetailsTop .endBox {
  display: flex;
  align-items: center;
}

.secCmnEventList .endTit,
.secDetailsTop .endTit {
  font-size: 13px;
  margin-left: 10px;
}

.secCmnEventList .endTxt {
  font-size: 14px;
  line-height: 1.85;
  margin-top: 9px;
}

.secCmnEventList .eventInner:hover {
  opacity: 1;
}

.secCmnEventList .eventInner:hover .imgBox::after {
  opacity: 1;
}

.secCmnEventList .eventInner:hover .img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.secCmnEventList .eventInner:hover .img img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.secCmnEventList .eventInner:hover .hoverTxt {
  opacity: 1;
  transform: translateY(-50%);
}

.secCmnEventList .img.end {
  filter: grayscale(100%);
}

@media only screen and (max-width: 767px) {
  .secCmnEventList {
    margin-top: 60px;
  }

  .secCmnEventList .eventItem {
    width: 48.696%;
    margin-right: 2.608%;
  }

  .secCmnEventList .eventItem:nth-child(3n) {
    margin-right: 2.608%;
  }

  .secCmnEventList .eventItem:nth-child(2n) {
    margin-right: 0;
  }

  .secCmnEventList .eventItem:nth-child(n + 4) {
    margin-top: 28px;
  }

  .secCmnEventList .eventItem:nth-child(n + 3) {
    margin-top: 28px;
  }

  .secCmnEventList .img {
    padding-top: 73.81%;
  }

  .secCmnEventList .txtBox {
    padding: 0;
  }

  .secCmnEventList .mainTit {
    font-size: 15px;
    line-height: 1.4;
    white-space: normal;
    text-overflow: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 42px;
    margin-top: 14px;
  }

  .secCmnEventList .tit {
    font-size: 11px;
    margin-top: 2px;
  }

  .secCmnEventList .txt {
    font-size: 11px;
    margin-top: 1px;
  }

  .secCmnEventList .endBox {
    display: block;
    align-items: center;
  }

  .secCmnEventList .endTit {
    display: none;
  }

  .secCmnEventList .endTxt {
    font-size: 10px;
    line-height: 1.3;
    margin-top: 4px;
    text-align: center;
  }

  .secDetailsTop .endTit {
    font-size: 12px;
  }
}

/* animViewMore */
.animViewMore .imgBox {
  position: relative;
  overflow: hidden;
}

.animViewMore .imgBox::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.502);
  opacity: 0;
}

.animViewMore .img {
  width: 100%;
  height: 0;
  padding-top: 73.685%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.animViewMore .hoverTxt {
  font-size: 15px;
  letter-spacing: 0.5px;
  padding-right: 18px;
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(-120%);
  z-index: 10;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
}

.animViewMore:hover {
  opacity: 1;
}

.animViewMore:hover .imgBox::after {
  opacity: 1;
}

.animViewMore:hover .img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.animViewMore:hover .img img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.animViewMore:hover .hoverTxt {
  opacity: 1;
  transform: translateY(-50%);
}

/* animThumb */
.animThumb {
  cursor: pointer;
}

.animThumb .imgBox {
  position: relative;
  overflow: hidden;
}

.animThumb .img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}

.animThumb .img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.502);
  opacity: 0;
}

.animThumb .borderBox::before,
.animThumb .borderBox::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 0;
  height: 1px;
  transition: all 0.2s linear;
  z-index: 10;
}

.animThumb .borderBox::before {
  right: 5px;
  bottom: 5px;
}

.animThumb .borderBox::after {
  left: 5px;
  top: 5px;
}

.animThumb .imgBox {
  display: block;
}

.animThumb .imgBox::before,
.animThumb .imgBox::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 0;
  transition: all 0.1s linear;
  z-index: 10;
}

.animThumb .imgBox::before {
  left: 5px;
  bottom: 5px;
}

.animThumb .imgBox::after {
  right: 5px;
  top: 5px;
}

.animThumb.swiper-slide-thumb-active {
  opacity: 1;
}

.animThumb.swiper-slide-thumb-active .img::after {
  opacity: 1;
}

.animThumb.swiper-slide-thumb-active .borderBox::before,
.animThumb.swiper-slide-thumb-active .borderBox::after {
  width: calc(100% - 10px);
}

.animThumb.swiper-slide-thumb-active .borderBox::after {
  transition-delay: 0s;
  /*すぐ線を出現させる*/
}

.animThumb.swiper-slide-thumb-active .borderBox::before {
  transition-delay: 0.3s;
  /*線の出現を0.3秒遅らせる*/
}

.animThumb.swiper-slide-thumb-active .imgBox::before,
.animThumb.swiper-slide-thumb-active .imgBox::after {
  height: calc(100% - 10px);
}

.animThumb.swiper-slide-thumb-active .imgBox::before {
  transition-delay: 0.5s;
  /*線の出現を0.5秒遅らせる*/
}

.animThumb.swiper-slide-thumb-active .imgBox::after {
  transition-delay: 0.2s;
  /*線の出現を0.2秒遅らせる*/
}

@media only screen and (max-width: 767px) {
  .animThumb .borderBox::before {
    right: 2px;
    bottom: 2px;
  }

  .animThumb .borderBox::after {
    left: 2px;
    top: 2px;
  }

  .animThumb .imgBox::before {
    left: 2px;
    bottom: 2px;
  }

  .animThumb .imgBox::after {
    right: 2px;
    top: 2px;
  }

  .animThumb.swiper-slide-thumb-active .borderBox::before,
  .animThumb.swiper-slide-thumb-active .borderBox::after {
    width: calc(100% - 4px);
  }

  .animThumb.swiper-slide-thumb-active .imgBox::before,
  .animThumb.swiper-slide-thumb-active .imgBox::after {
    height: calc(100% - 4px);
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
  min-width: 1400px;
  transition: 0.5s;
  background-color: #fff;
}

#header .inner:not(.line) {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-right: 100px;
}

#header .inner .logo {
  display: block;
}

#header .inner .logo a span {
  display: grid;
  place-items: center;
}

@media only screen and (max-width: 767px) {
  #header .inner .logo img {
    width: 180px;
  }

  #header .inner .logo span {
    font-size: 14px;
  }
}

#header .inner .rightbox {
  padding-top: 2px;
  display: flex;
  align-items: center;
  height: 100%;
}

#header .inner .rightbox .linklist {
  display: flex;
}

#header .inner .rightbox .linklist.imgLinkList {
  height: 100%;
}

#header .inner .rightbox .linklist li {
  padding-right: 19px;
  margin-right: 19px;
  position: relative;
  transition: 0s;
  border-right: 1px solid #003a57;
}

#header .inner .rightbox .linklist.imgLinkList li,
#header .inner .rightbox .linklist li:last-child {
  border-right: none;
}

#header .inner .rightbox .linklist li:last-child {
  padding-right: 0;
}

#header .inner .rightbox .linklist.imgLinkList li {
  padding-right: 0;
  margin-right: 0;
  text-align: center;
  width: 100px;
  height: 102%;
  margin-top: -2px;
}

/* #header.scroll .inner .rightbox .linklist li{
    padding-right: 36px;
} */
#header .inner .rightbox .linklist li a,
#header .inner .rightbox .linklist li .hoverItem .cursorPointer {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1px;
  padding: 28px 0;
  color: #003a57;
  text-decoration: none;
  position: relative;
  transition: 0.5s;
  display: inline;
}

#header .inner .rightbox .linklist li .hoverItem {
  padding: 42px 0px;
  display: inline;
}

#header .inner .rightbox .linklist.imgLinkList li a {
  letter-spacing: 0;
  position: relative;
  text-align: center;
  width: 100px;
  height: 100%;
  display: block;
  /*
  display: flex;
  justify-content: center;
  align-items: flex-start;
  */
  border-left: solid 1px #003a57;
  font-size: 12px;
  font-weight: bold;
  padding: 25px 0 0;
}

#header .inner .rightbox .linklist.imgLinkList li a .imgLinkList_wrap {
  display: flex;
  flex-direction: column;
}

#header .inner .rightbox .linklist.imgLinkList li a .imgLinkList_wrap img {
  width: 40%;
}

#header .inner .rightbox .linklist.imgLinkList li a .imgLinkList_wrap .txt {
  padding-block-start: 5px;
  font-size: 13px;
}

/* #header .inner .rightbox .linklist.imgLinkList li:last-child a{
    background-color: #f2df3d;
}

#header .inner .rightbox .linklist.imgLinkList li a::before {
  position: absolute;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  display: block;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-image: url(../img/common/imgHeaderBtn01.png);
}
*/

/* #header .inner .rightbox .linklist.imgLinkList li:last-child a::before{
    background-image: url(../img/common/imgHeaderBtn02.png);
} */
#header .hoverItem {
  position: relative;
}

#header .subList {
  position: absolute;
  opacity: 0;
  z-index: -1;
  background: rgba(19, 24, 39, 0.8);
  width: 100%;
  bottom: 0;
  left: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  height: 0;
  pointer-events: none;
}

#header.hoverOn_estate .subList_estate,
#header.hoverOn_land .subList_land {
  opacity: 1;
  z-index: 0;
  bottom: -100px;
  height: 100px;
  padding: 10px;
  pointer-events: auto;
}

#header .subList li {
  margin-right: 19px;
  position: relative;
  transition: 0s;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  width: 16%;
  max-width: 280px;
}

#header .subList li:first-child {
  width: auto;
  margin-right: 30px;
}

#header .subList li:last-child {
  margin-right: 0;
}

#header .subList a {
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00a9c9;
  color: #fff;
}

#header.hoverOn_estate .subList_estate li a,
#header.hoverOn_land .subList_land li a {
  height: 50px;
}

#header .subList a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

#header.naviOpen {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #header {
    /* position: absolute; */
    /* position: relative; */
    width: 100vw;
    height: 60px;
    /* top: 0;
        left: 0; */
    z-index: 100;
    min-width: 0;
  }

  #header .inner:not(.line) {
    width: 100%;
    padding: 0;
    padding-left: 3%;
    padding-right: 50px;
  }

  #header .inner .logo {}

  #header .inner .logo .iconBox {
    width: 47px;
    margin-right: 10px;
  }

  #header .inner .logo .titIcon {
    width: 70%;
    /*
    width: 74.46%;
    */
    height: auto;
  }

  #header .inner .ReserveIcon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 60px;
    padding: 5px;
    background-color: #fff;
    border-left: solid 1px #003a57;
  }

  #header .inner .ReserveIcon img {
    display: block;
    margin: 5px auto -5px;
    width: 50%;
  }

  #header .inner .ReserveIcon .txt {
    display: grid;
    place-items: center;
    font-size: 9px;
    font-weight: bold;
  }

  #header .inner .rightbox {
    display: none;
  }
}

#header .boxSubList {
  display: none;
  width: 240px;
  z-index: 999;
  position: absolute;
  top: 34px;
  left: -8px;
  padding-top: 20px;
}

#header .inner .rightbox .active .boxSubList {
  display: block;
}

#header .inner .rightbox .boxSubList .subItem {
  border-bottom: 1px solid #e5e6e7;
  background: #fff;
  padding: 0;
}

#header .inner .rightbox .boxSubList .subItem a {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 30px;
  padding: 9px 19px 10px;
}

#header .inner .rightbox .subItem+.subItem {
  border-top: 1px solid #cecece;
}

@media screen and (min-width: 768px) {
  #header .inner .ReserveIcon {
    display: none;
  }
}

/*-----------------------------------------------
    btnNavi
-----------------------------------------------*/
.btnNavi {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 30px;
  right: 0;
  z-index: 9999;
}

.btnNavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  width: 100px;
  height: 100%;
  color: #fff;
  margin: 0 0 0 auto;
  background-color: #00a9c9;
}

.btnNavi .menu {
  margin-top: 10px;
  font-size: 10px;
}

.btnNavi .border {
  width: 20px;
  height: 21px;
  position: relative;
}

.btnNavi .border::before,
.btnNavi .border::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
}

.btnNavi .border .inner {
  background-color: #fff;
  width: 100%;
  height: 1px;
  display: inline-block;
}

.btnNavi.loaded .border::before,
.btnNavi.loaded .border::after {
  transition: all 0.4s ease-out;
}

.btnNavi .border::before {
  top: 10px;
}

.btnNavi .border::after {
  bottom: 0;
}

.btnNavi.naviOpen .border::before,
.btnNavi.naviOpen .border::after,
.btnNavi.naviOpen.scroll .border::before,
.btnNavi.naviOpen.scroll .border::after {
  background: #fff;
}

.btnNavi.naviOpen .border {
  height: 7px;
}

.btnNavi.naviOpen .border::before {
  top: 0;
  transform: translateY(4px) rotate(-17deg);
}

.btnNavi.naviOpen .border::after {
  transform: translateY(-2px) rotate(17deg);
}

.btnNavi.naviOpen .border .inner {
  background-color: transparent;
}

/* @media only screen and (max-width:1420px){
    .btnNavi{
        right: auto;
        left: calc(1400px - 60px);
    }
} */
.header-black .btnNavi:not(.naviOpen):not(.scroll) .border::before,
.header-black .btnNavi:not(.naviOpen):not(.scroll) .border::after {
  background: #1f1f1f;
}

@media only screen and (max-width: 767px) {
  .btnNavi {
    width: 50px;
    height: 50px;
    position: fixed;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    transition: 0.5s;
  }

  .btnNavi.scroll {
    background: #666666;
  }

  .btnNavi.naviOpen {
    background: none;
  }

  .btnNavi a {
    width: 50px;
    height: 60px;
  }

  .btnNavi .menu {
    margin-top: 5px;
    font-size: 9px;
  }

  .btnNavi .border {
    height: 15px;
    width: 16px;
  }

  .btnNavi .border .inner {
    background-color: #fff;
    width: 100%;
    height: 1px;
    display: inline-block;
  }

  .btnNavi .border::before,
  .btnNavi .border::after {
    width: 16px;
  }

  .btnNavi .border::before {
    top: 7px;
  }

  .btnNavi.naviOpen .border::before {
    transform: translateY(3px) rotate(-17deg);
  }

  .btnNavi.naviOpen .border::after {
    transform: translateY(-3px) rotate(17deg);
  }
}

/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz {
  padding: 19px 0;
  background: #fff;
}

#pnkz li {
  display: inline;
  font-size: 12px;
  line-height: 1.5;
  color: #101010;
}

#pnkz li::after {
  content: "/";
  margin: 0 4px;
}

#pnkz li:last-child::after {
  display: none;
}

#pnkz a,
#pnkz span {
  color: #00a9c9;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #pnkz {
    position: static;
    /* bottom: 0;
        left: 0; */
    padding: 11px 0;
    width: 100%;
  }

  #pnkz .boxList {
    white-space: nowrap;
    overflow-y: scroll;
  }

  #pnkz li {
    font-size: 11px;
  }

  #pnkz li::after {
    margin: 0 5px;
  }
}

/*-----------------------------------------------
    footer
-----------------------------------------------*/
.cmnTitBox .engTit {
  position: relative;
  display: inline-block;
}

.cmnTitBox .engTit::after {
  position: absolute;
  content: "";
  margin: auto;
  display: block;
  bottom: 0;
  right: -8px;
  width: 6px;
  height: 2px;
  background: #9ad320;
}

.cmnTitBox .engTit.noLine::after {
  display: none;
}

.cmnTitBox .jpTit {
  font-size: 28px;
}

@media only screen and (max-width: 767px) {
  .cmnTitBox .engTit {
    height: auto;
  }

  .cmnTitBox .engTit::after {
    right: -10px;
    width: 8px;
  }

  .cmnTitBox .jpTit {
    font-size: 21px;
    margin-top: 8px;
  }
}

#footer {
  margin-top: 1px;
  color: #fff;
}

#footer.tenjijyo {
  margin-top: 0;
}

#footer .bgFooter {
  position: relative;
  background-color: #00a9c9;
  padding: 100px 0;
}

#footer .topFooter {
  text-align: center;
}

#footer .bgFooter::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_02.png) repeat center / 350px;
  mix-blend-mode: multiply;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}

#footer .topFooter .imgFooterTit {
  margin: 25px auto 40px;
}

#footer .topFooter .footerTxtBox {
  position: relative;
  text-align: center;
  margin: 20px 0;
  padding: 0 50px;
}

#footer .topFooter .footerTxtBox .imgBox {
  position: absolute;
  top: -150px;
  right: -140px;
}

#footer .topFooter .footerTit {
  font-size: 28px;
  font-weight: bold;
}

#footer .topFooter .footerTxt {
  font-size: 16px;
  margin: 25px 0 0;
}

#footer .topFooter .footerInfo {
  font-size: 16px;
  line-height: 34px;
}

#footer .topFooter .btnList {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

#footer .topFooter .btnList .pageBtn {
  margin: 0;
}

#footer .topFooter .btnList .pageBtn.btnTel {
  display: none;
}

#footer .topFooter .btnList .pageBtn.btnShop {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}

#footer .topFooter .btnList .pageBtn.btnReserve {
  background-color: #fff;
  color: #00a9c9;
  margin-left: 49px;
  display: none;
}

#footer .aBack {
  display: none;
}

@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 0;
  }

  #footer .bgFooter {
    padding: 50px 0 110px;
  }

  #footer .bgFooter .cmnTitBox .engTit {
    width: 171px;
  }

  #footer .bgFooter .cmnTitBox .jpTit {
    font-size: 15px;
    margin-top: 15px;
  }

  #footer .topFooter .imgFooterTit {
    margin: 15px auto 19px;
  }

  #footer .topFooter .footerTxtBox {
    position: relative;
    text-align: left;
    margin: 23px auto 0;
    padding: 0;
  }

  #footer .topFooter .footerTxtBox .imgBox {
    width: 193px;
    height: auto;
    top: -70px;
    right: -4.5%;
  }

  #footer .topFooter .footerTit {
    font-size: 13px;
  }

  #footer .topFooter .footerInfo {
    font-size: 10px;
    line-height: 17px;
    margin-top: 8px;
  }

  #footer .topFooter .btnList {
    flex-direction: column;
    margin-top: 20px;
    position: relative;
    z-index: 1;
  }

  #footer .topFooter .btnList .pageBtn {
    margin-bottom: 20px;
    height: 44px;
    border-radius: 22px;
    font-size: 13px;
    text-align: center;
    line-height: 1.3;
  }

  #footer .topFooter .btnList .pageBtn.btnTel {
    display: flex;
    background-color: #182033;
    border: 1px solid #464d5c;
    border-radius: 5px;
    height: 60px;
  }

  #footer .topFooter .btnList .pageBtn.btnTel .telImg {
    width: 236px;
    height: auto;
  }

  #footer .topFooter .btnList .pageBtn.btnReserve {
    margin-left: 0;
    display: flex;
  }

  #footer .aBack {
    position: relative;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ccc;
    color: #000;
    font-size: 15px;
  }

  #footer .aBack::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 25px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-135deg);
  }
}

/* menuList */
#footer .secFooterInfo+.menuList {
  margin-top: 50px;
}

#footer .menuList {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

#footer.tenjijyo .menuList {
  margin-top: -30px;
}

#footer .itemMain {
  width: 22.65625%;
  width: calc(100% / 4);
  margin-right: 3.125%;
}

/* #footer .itemMain.w30{
    width: 30%;
}
#footer .itemMain.w15{
    width: 15%;
} */
#footer .itemMain:last-child {
  margin-right: 0;
}

#footer .itemTit {
  font-size: 16px;
  padding-bottom: 29px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  letter-spacing: 1.5px;
  color: #fff;
}

.isDesktopIpad #footer .itemTit {
  font-size: 12px;
}

#footer .boxSubList {
  margin-top: 29px;
}

#footer .boxSubList+.boxSubList {
  margin-top: 18px;
}

#footer .subCover:nth-child(n + 2) {
  margin-top: 18px;
}

#footer .linkSub {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.75px;
  display: inline-block;
  white-space: nowrap;
  padding-left: 16px;
  position: relative;
}

#footer .linkSub::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  top: 10px;
  background: #fff;
}

#footer .boxDouble {
  display: flex;
  justify-content: space-between;
}

#footer .boxDouble .boxSubList {
  width: 100%;
}

#footer .boxDouble .boxSubList+.boxSubList {
  margin-top: 29px;
}

#footer .boxDouble .boxSubList .linkSub {
  white-space: normal;
  line-height: 1.3;
}

#footer .boxDouble .boxSubList .linkSub.linkSubBtn {
  border-bottom: none;
  padding-bottom: 0;
  min-height: auto;
  height: auto;
}

#footer .boxDoubleMin {
  margin: 0 0 0 20px;
}

#footer .boxDoubleMin .boxSubList {
  margin-top: 15px;
}

#footer .boxDoubleMin .subCover:nth-child(n + 2) {
  margin-top: 10px;
}

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

  /* menuList */
  #footer .menuList {
    margin-top: 45px;
  }

  #footer.tenjijyo .menuList {
    margin-top: -10px;
  }

  #footer .secFooterInfo+.menuList {
    margin-top: 50px;
  }

  #footer .menuList {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #footer .itemMain {
    width: 100% !important;
    margin-right: 0;
  }

  #footer .itemMain:nth-child(n + 2) {
    margin-top: 12px;
  }

  #footer .itemMain.itemHalf {
    width: 47.83%;
  }

  #footer .itemTit {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 0 0 20px;
    position: relative;
    width: 100%;
  }

  #footer .boxSubList {
    margin-top: 19px;
    padding-bottom: 27px;
    width: auto !important;
  }

  #footer .itemMain.itemHalf .boxSubList {
    width: 100%;
  }

  #footer .boxSubList+.boxSubList {
    margin-top: 19px;
  }

  #footer .boxDouble .boxSubList {
    padding-bottom: 17px;
  }

  #footer .boxDouble .boxSubList+.boxSubList {
    margin-top: 0;
  }

  #footer .subCover:nth-child(n + 2) {
    margin-top: 18px;
  }

  #footer .linkSub {
    padding-left: 15px;
    position: relative;
  }

  /* secTelList */
  .secTelList {
    display: none;
  }

  #footer .boxDouble {
    flex-direction: column;
  }

  #footer .boxDouble .boxSubList .linkSub.linkSubBtn {
    font-size: 12px;
  }

  #footer .boxDoubleMin {
    margin: 0 0 0 20px;
  }

  #footer .boxDoubleMin .boxSubList {
    margin-top: 15px;
    padding: 0;
  }

  #footer .boxDoubleMin .subCover:nth-child(n + 2) {
    margin-top: 10px;
  }
}

#footer .footerUnderBox {
  margin-top: 30px;
  text-align: center;
}

#footer .uinderAddress {
  font-size: 11px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 3px;
}

#footer .snsList {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

#footer .snsItem {
  background: #fff;
  border-radius: 50%;
  margin-right: 20px;
}

#footer .snsItem:last-child {
  margin-right: 0;
}

#footer .snsLink {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
}

#footer .subLinkBox {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

#footer .subLinkList {
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .subItem {
  position: relative;
}

#footer .subItem::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  right: 0;
  top: 8px;
  background: #fff;
}

#footer .subLinkList:last-child .subItem:last-child::after {
  display: none;
}

#footer .subInner {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  letter-spacing: 2px;
}

#footer .subInner.sitemap {
  letter-spacing: normal;
}

@media only screen and (max-width: 767px) {
  #footer .footerUnderBox {
    margin-top: 53px;
  }

  #footer .footerLogo {
    display: block;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }

  #footer .uinderAddress {
    margin-top: 25px;
    letter-spacing: 1.5px;
  }

  #footer .snsList {
    margin-top: 20px;
  }

  #footer .snsItem {
    margin-right: 15px;
  }

  #footer .snsLink {
    width: 30px;
    height: 30px;
  }

  #footer .snsLink img {
    width: 15px;
    height: auto;
  }

  #footer .subLinkBox {
    margin-top: 30px;
  }

  #footer .subItem {
    position: relative;
  }

  #footer .subItem::after {
    height: 11px;
    top: 1px;
  }

  #footer .subInner {
    font-size: 11px;
    padding: 0 15px;
    letter-spacing: 1px;
  }

  #footer .subInner.sitemap {
    letter-spacing: normal;
  }
}

@media only screen and (max-width: 340px) {
  #footer .subInner {
    padding: 0 10px;
  }
}

/* フッターデザインvol2 */
.footerVol2 #footer .topFooter .btnList .pageBtn.btnReserve {
  display: flex;
}

.footerVol2 footer .footerBnr,
.footerVol2 #footer .topFooter .btnList .pageBtn.btnReserve .txt {
  display: none;
}

.footerVol2 #footer .topFooter .btnList .pageBtn.btnShop {
  background-color: #fff;
  color: #00a9c9;
}

/*-----------------------------------------------
    fNaviTop
-----------------------------------------------*/
#fNaviTop {
  position: fixed;
  right: 0;
  bottom: -10px;
  /* transform: translateY(120%); */
  transition: all 0.2s ease-out;
  z-index: 9999;
  padding-right: 85px;
}

#fNaviTop.jsShow {
  bottom: 70px;
}

#fNaviTop .topCircle {
  display: block;
  width: 54px;
  height: 54px;
  background-color: rgba(19, 24, 39, 1);
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: 10px;
  box-shadow: 0 0 10px rgba(54, 53, 53, 0.3);
}

#fNaviTop .topCircle::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  top: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  /* #fNaviTop{
        display: none;
    } */
}

/* copy */
#copy {
  font-size: 10px;
  text-align: center;
  margin-top: 25px;
  color: #fff;
  letter-spacing: 0.5px;
}

#copy .fCopy {
  font-family: Verdana, "Droid Sans";
}

@media only screen and (max-width: 767px) {
  #copy {
    font-size: 10px;
    margin-top: 50px;
  }
}

/*-----------------------------------------------
    fNavi
-----------------------------------------------*/
#fNavi {
  display: none;
}

@media only screen and (max-width: 767px) {
  #fNavi {
    display: none !important;
  }

  #fNavi {
    width: 100vw;
    height: 45px;
    background: #868273;
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 999;
  }

  .no-fnav #fNavi {
    display: none;
  }

  #fNavi .linklist {
    display: flex;
    height: 100%;
  }

  #fNavi .linklist li {
    width: calc(100% / 3);
    border-right: 1px solid #fff;
  }

  #fNavi .linklist li a {
    text-decoration: none;
    color: #fff;
    display: block;
    height: 100%;
  }

  #fNavi .linklist li:last-child {
    border: none;
  }

  #fNavi.on {
    bottom: 0;
    transform: none;
    -webkit-transform: none;
  }

  #fNavi .linklist li a .inbox {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

  #fNavi .linklist li a .inbox .txt {
    font-size: 11px;
    line-height: 13px;
    text-align: left;
    position: relative;
    padding-left: 25px;
  }

  #fNavi .linklist li a .inbox .txt::after {
    content: "";
    position: absolute;
    left: 0;
  }

  #fNavi .linklist li:nth-child(1) a .inbox .txt::after {
    top: calc(50% - 6.5px);
    width: 19px;
    height: 13px;
    background: url(../img/common/imgfNav01.png) center center no-repeat;
    background-size: contain;
  }

  #fNavi .linklist li:nth-child(2) a .inbox .txt {
    padding-left: 17px;
  }

  #fNavi .linklist li:nth-child(2) a .inbox .txt::after {
    top: calc(50% - 8.5px);
    width: 14px;
    height: 17px;
    background: url(../img/common/imgfNav02.png) center center no-repeat;
    background-size: contain;
  }

  #fNavi .linklist li:nth-child(3) a .inbox .txt {
    padding-left: 25px;
    letter-spacing: -1px;
  }

  #fNavi .linklist li:nth-child(3) a .inbox .txt::after {
    top: calc(50% - 9px);
    width: 22px;
    height: 18px;
    background: url(../img/common/imgfNav03.png) center center no-repeat;
    background-size: contain;
  }
}

@media only screen and (max-width: 340px) {
  #fNavi .linklist li a .inbox .txt {
    font-size: 10px;
  }
}

/*-----------------------------------------------
    fade
-----------------------------------------------*/
#fade {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  background-color: #ffffff;
  z-index: 100;
}

/*-----------------------------------------------
    overlay
-----------------------------------------------*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: -1;
}

#overlay.is-active {
  animation: fadeAnimationIn 0.5s ease-in-out forwards;
}

@keyframes fadeAnimationIn {
  0% {
    opacity: 0;
    z-index: -1;
  }

  1% {
    opacity: 0;
    z-index: 999;
  }

  100% {
    opacity: 1;
    z-index: 999;
  }
}

/*-----------------------------------------------
    menu
-----------------------------------------------*/
#menu {
  background: #00a9c9;
  display: none;
  position: relative;
  z-index: 9998;
  width: 100%;
  min-width: 1400px;
  overflow: hidden;
  margin: 0 0 0 auto;
  min-height: 100vh;
  padding: 100px 0;
}

#menu::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_02.png) repeat center / 350px;
  mix-blend-mode: multiply;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}

#menu .menuList {
  display: flex;
  justify-content: space-between;
}

#menu .itemMain {
  width: 22.65625%;
  width: calc(100% / 4);
  margin-right: 3.125%;
}

/* #menu .itemMain.w15{
    width: 15%;
}
#menu .itemMain.w30{
    width: 30%;
} */
#menu .itemMain:last-child {
  margin-right: 0;
}

#menu .itemTit {
  font-size: 20px;
  line-height: 1.6;
  padding-bottom: 14px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  letter-spacing: 1.5px;
  color: #fff;
  height: 79px;
  display: flex;
  align-items: flex-end;
}

#menu .boxSubList {
  margin-top: 20px;
}

#menu .subCover:nth-child(n + 2) {
  margin-top: 34px;
}

#menu .linkSub {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.75px;
  display: inline-block;
  /* white-space: nowrap; */
  padding-left: 16px;
  position: relative;
  line-height: 1.3;
  min-height: 42px;
  display: flex;
  align-items: center;
}

#menu .linkSubBtn.itemTit {
  border-bottom: none;
  padding-bottom: 0;
  min-height: auto;
  height: auto;
}

#menu .linkSub::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

#menu .snsList,
#menu .linkList {
  display: flex;
  margin-top: 100px;
}

#menu .snsItem {
  background: #fff;
  border-radius: 50%;
  margin-right: 20px;
}

#menu .snsItem:last-child {
  margin-right: 0;
}

#menu .snsLink {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
}

#menu .subLinkBox {
  display: flex;
  margin-top: 50px;
}

#menu .subLinkList {
  display: flex;
}

#menu .subItem {
  position: relative;
}

#menu .subItem::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  right: 0;
  top: 8px;
  background: #fff;
}

#menu .subLinkList:last-child .subItem:last-child::after {
  display: none;
}

#menu .subInner {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  letter-spacing: 2px;
}

#menu .subLinkList:first-child .subItem:first-child .subInner {
  padding-left: 0;
}

#menu .subInner.sitemap {
  letter-spacing: normal;
}

#menu .boxDouble {
  display: flex;
  justify-content: space-between;
}

#menu .boxDouble .boxSubList {
  width: 100%;
}

#menu .linkList {
  display: none;
  justify-content: center;
  margin: 27px auto 65px;
}

#menu .linkList .linkItem {
  width: 45.07%;
}

#menu .linkList .linkItem+.linkItem {
  margin-left: 9px;
}

#menu .boxDoubleMin {
  position: relative;
  opacity: 0;
  transition: 0.3s;
  margin: 0 0 0 30px;
  z-index: -1;
  height: 0;
}

#menu .linkSubBtn:hover+.boxDoubleMin,
#menu .boxDoubleMin:hover {
  opacity: 1;
  z-index: 0;
  height: auto;
}

#menu .boxDoubleMin .subCover:nth-child(n + 2) {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  #menu {
    padding: 20px 0 70px;
    min-width: 0;
  }

  #menu .menuList {
    display: block;
  }

  #menu .itemMain {
    width: 100% !important;
    margin-right: 0;
  }

  #menu .itemTit {
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 13px;
    letter-spacing: 1px;
    height: auto;
    display: block;
    padding: 15px 4%;
    position: relative;
  }

  #menu .itemTit::before,
  #menu .itemTit::after {
    position: absolute;
    content: "";
    background: #fff;
  }

  #menu .itemTit::before {
    width: 15px;
    height: 1px;
    right: 15px;
    top: calc(50% - 0.5px);
  }

  #menu .itemTit::after {
    width: 1px;
    height: 15px;
    right: 22px;
    top: calc(50% - 7.5px);
  }

  #menu .itemTit.linkSubBtn::after {
    bottom: auto;
    left: auto;
  }

  #menu .itemTit.on::after {
    display: none;
  }

  #menu .boxSubList,
  #menu .boxDouble {
    margin-top: 0;
    display: none;
  }

  #menu .boxDouble .boxSubList {
    display: block;
    width: 100%;
  }

  #menu .subCover {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }

  #menu .subCoverBn {
    border-bottom: none;
  }

  #menu .subCover:nth-child(n + 2) {
    margin-top: 0;
  }

  #menu .linkSub {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.75px;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    padding: 19px 8% 20px;
    width: 100%;
    min-height: auto;
  }

  #menu .linkSubBtn.itemTit {
    padding: 19px 8% 20px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }

  #menu .boxDoubleMin {
    opacity: 1;
    margin: 0;
    z-index: 0;
    height: auto;
    transition: none;
  }

  #menu .boxDoubleMin .linkSub {
    padding: 19px 18% 20px;
  }

  #menu .linkSub:not(.linkSubBtn):after {
    display: none;
  }

  /* snsList */
  #menu .snsList {
    margin-top: 40px;
    justify-content: center;
  }

  #menu .subLinkBox {
    margin-top: 50px;
  }

  /* subLinkList */
  #menu .subLinkBox {
    display: block;
    margin-top: 39px;
  }

  #menu .subLinkList {
    justify-content: center;
  }

  #menu .subLinkList:nth-child(2) {
    margin-top: 15px;
  }

  #menu .subItem {
    position: relative;
  }

  #menu .subItem::after {
    height: 14px;
    top: 8px;
  }

  #menu .subItem:last-child::after {
    display: none;
  }

  #menu .subInner {
    font-size: 14px;
    padding: 0 20px;
    letter-spacing: 1.5px;
  }

  #menu .subInner.sitemap {
    letter-spacing: normal;
  }

  #menu .subItem:first-child .subInner {
    padding-left: 0;
  }

  #menu .subItem:last-child .subInner {
    padding-right: 0;
  }

  /* btnClose */
  #menu .btnClose {
    width: 285px;
    height: 44px;
    border: solid 1px #fff;
    font-size: 13px;
    color: #fff;
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
  }

  #menu .iconClose {
    position: relative;
    padding-left: 20px;
  }

  #menu .iconClose::before,
  #menu .iconClose::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 1px;
    background: #fff;
    top: 6px;
    left: 0;
  }

  #menu .iconClose::before {
    transform: rotate(-45deg);
  }

  #menu .iconClose::after {
    transform: rotate(45deg);
  }

  #menu .linkList {
    display: flex;
  }
}

@media only screen and (max-width: 360px) {
  #menu .subInner {
    padding: 0 7px;
  }
}

/*-----------------------------------------------
    pageBtn
-----------------------------------------------*/
.pageBtn {
  position: relative;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  font-size: 14px;
}

.pageBtn span,
.pageBtn.nextArrow span {
  display: inline-block;
  position: relative;
}

.pageBtn span.pcTxt {
  font-size: 20px;
}

.pageBtn::before,
.pageBtn.nextArrow span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #00a9c9;
  border-right: 1px solid #00a9c9;
  transform: rotate(45deg);
  margin: auto;
}

.pageBtn.fWh::before,
.pageBtn.nextArrow.fWh span::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.pageBtn.nextArrow span::before {
  right: -18px;
}

.pageBtn.nextArrow::before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pageBtn {
    width: 100%;
    height: 36px;
    border-radius: 18px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  }

  .pageBtn span.pcTxt {
    font-size: 15px;
  }

  .pageBtn::before {
    width: 6px;
    height: 6px;
  }
}

/* secNoListData */
.secNoListData {
  text-align: center;
  padding: 150px 0;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 1px;
}

.secNoListData:only-child {
  width: 100%;
}

.secNoListData.fWhite {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .secNoListData {
    padding: 100px 0;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}

/* hoverZoom */
.hoverZoom {
  overflow: hidden;
}

.hoverZoom img:not(.noZoom) {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hoverZoom:hover img:not(.noZoom) {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* secCmnTit */
.secCmnTit {
  height: 350px;
  display: flex;
  align-items: center;
  background: url(../img/estate/bgCmnTit.jpg) center top no-repeat;
}

.secCmnTit .wrapper {
  padding-top: 28px;
}

.secCmnTit .titEng {
  position: relative;
  display: inline-block;
}

.secCmnTit .titEng::after {
  position: absolute;
  content: "";
  margin: auto;
  display: block;
  bottom: 0;
  right: -18px;
  width: 12px;
  height: 3px;
  background: #9ad320;
}

.secCmnTit .titEng.noLine::after {
  display: none;
}

.secCmnTit .titJpn {
  font-size: 28px;
  letter-spacing: 2px;
  margin: 25px 0 0;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .secCmnTit {
    height: 140px;
    background: url(../img/estate/bgCmnTitSp.jpg) center top / cover no-repeat;
  }

  .secCmnTit .wrapper {
    padding-top: 0;
    display: flex;
    flex-direction: column;
  }

  .secCmnTit .titEng {
    text-align: center;
    margin: 0 auto 15px;
  }

  .secCmnTit .titEng img {
    width: auto;
    height: 22px;
  }

  .secCmnTit .titEng::after {}

  .secCmnTit .titJpn {
    font-size: 15px;
    margin: 0 0 0 -1px;
    letter-spacing: 1px;
    text-align: center;
    left: 0;
  }
}

@media only screen and (max-width: 374px) {
  .secCmnTit .titJpn {
    font-size: 17px;
  }
}

@media only screen and (max-width: 359px) {
  .secCmnTit .titJpn {
    font-size: 15px;
  }
}

/* secCounter */
.secCounter .numTxt {
  font-size: 70px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.secCounter .bgAbu {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 90px;
  z-index: 1;
}

.secCounter .bgAbu::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #444444;
  border-radius: 6px;
  top: 0;
  left: 0;
  z-index: -2;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

.secCounter .bgAbu::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  left: 0;
  top: 50%;
  z-index: -1;
}

.secCounter .memberArea {
  position: relative;
  margin-top: 17px;
  width: 100%;
  height: 430px;
  display: flex;
  align-items: flex-end;
}

.secCounter .memberArea .imgBox {
  position: absolute;
  top: 0;
  left: 0;
}

.secCounter .memberArea .aLink {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ced237;
  position: relative;
  padding: 0 13px 0 29px;
  border-radius: 0 0 3px 3px;
}

.secCounter .memberArea .counterBox {
  display: flex;
  align-items: flex-end;
}

.secCounter .memberArea .nmberBox {
  width: 148px;
}

.secCounter .memberArea .numTxt {
  font-size: 44px;
}

.secCounter .memberArea .bgAbu {
  width: 47px;
  height: 57px;
}

.secCounter .memberArea .countTxt {
  font-size: 18px;
  margin: 0 0 8px 3px;
}

.secCounter .memberArea .linkTxt {
  position: relative;
  background-color: #fff;
  width: 200px;
  height: 43px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 21px;
  font-size: 18px;
  padding: 0 34px 0 14px;
}

.secCounter .memberArea .linkTxt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #151c2d;
  border-right: 2px solid #151c2d;
  transform: rotate(45deg);
  margin: auto;
}

.secCounter .memberArea .linkTxt .iconFree {
  width: 52px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e91565;
  border-radius: 5px;
  color: #fff;
}

.secCounter .memberArea .linkTxt .memberTxt {
  line-height: 20px;
  text-align: center;
}

/* secMember */
.secMember {
  margin-top: 168px;
  padding: 87px 0 100px;
}

.secMember.secCounter {
  margin-top: 0;
  padding: 180px 0 100px;
}

.secMember.secCounter .numberArea {
  display: flex;
  justify-content: center;
  margin: 50px auto;
}

.secMember.secCounter .estateNum {
  width: 33.594%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-radius: 3px;
}

.secMember.secCounter .estateNum+.estateNum {
  margin-left: 10px;
}

.secMember.secCounter .estateNum.nowBox {
  background-color: #ced237;
}

.secMember.secCounter .estateNum.beforeBox {
  background-color: #e1e4da;
}

.secMember.secCounter .numTit {
  font-size: 17px;
  line-height: 28px;
}

.secMember.secCounter .nmberBox {
  width: 235px;
}

.secMember.lazyloaded {
  background: url(../img/index/bgMember.jpg) center top / cover;
}

.secMember .titBox {
  color: #fff;
  text-align: center;
  position: relative;
}

.secMember .titBox .titMin {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1.25px;
  margin-top: 17px;
}

.secMember .titBox .titMid {
  display: inline-block;
  font-size: 72px;
  color: #ced237;
  border: 3px solid #ced237;
  font-weight: bold;
  padding: 22px 33px;
  margin: 15px 0;
}

.secMember .titBox .titMinBtm {
  font-size: 21px;
  margin-top: 25px;
}

.secMember .titBox .titMinBtm .num {
  font-size: 27px;
  color: #ced237;
  display: inline-block;
  margin: 0 3px;
  font-weight: bold;
}

.secMember .titBox .tit {
  font-size: 32px;
  line-height: 60px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-top: 5px;
}

.secMember .titBox .tit .minTit {
  font-size: 58px;
  display: inline-block;
  margin-top: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}

.secMember .meritList {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.secMember .meritList.txtOn {
  margin-top: 100px;
}

.secMember .meritList .item {
  position: relative;
  width: 29.688%;
  border-radius: 3px;
}

.secMember .meritList .item .itemImgTit {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
}

.secMember .meritList .item .itemTit {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #ed113a;
  letter-spacing: 1px;
}

.secMember .meritList .item .imgBox {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 3px 3px;
}

.secMember .meritList .item .imgBox img {
  border-radius: 3px;
}

.secMember .underTit {
  margin-top: 50px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background-color: #ed113a;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

.secMember .btnList {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.secMember .btnList li {
  width: 48.438%;
}

.secMember .btnList li a {
  width: 100%;
  height: 120px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 17px;
  flex-direction: column;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

.secMember .btnList li .pageBtn::before {
  right: 50px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #182033;
  border-right: 2px solid #182033;
}

.secMember .btnList li .pageBtn.btnGallery::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  left: 73px;
  width: 80px;
  height: 80px;
  background-image: url(../img/index/btnIcon01.gif);
}

.secMember .btnList li .pageBtn.btnMember {
  background-color: #ced237;
}

.secMember .btnList li .pageBtn span:not(.pcTxt) {
  display: inline-block;
}

.secMember .btnList li .pageBtn span+span {
  font-size: 28px;
  margin-top: 10px;
}

/* 230712 */
.secMember .leftbox {
  text-align: left;
  display: none;
}

.secMember .leftbox .imgtit {}

.secMember .rightbox {
  /* width: 601px;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    right: -6px; */
}

@media only screen and (max-width: 767px) {
  .secMember {
    margin-top: 50px;
    padding: 30px 0 40px;
  }

  .secMember.secCounter {
    margin-top: 0;
    padding: 30px 0;
  }

  .secMember.secCounter .numberArea {
    display: flex;
    justify-content: center;
    margin: 20px auto 15px;
  }

  .secMember.secCounter .estateNum {
    width: 48.12%;
    display: flex;
    flex-direction: column;
    padding: 10px 15px 15px;
    border-radius: 3px;
  }

  .secMember.secCounter .estateNum+.estateNum {
    margin-left: 10px;
  }

  .secMember.secCounter .estateNum.nowBox {
    background-color: #ced237;
  }

  .secMember.secCounter .estateNum.beforeBox {
    background-color: #e1e4da;
  }

  .secMember.secCounter .numTit {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 10px;
  }

  .secMember.secCounter .nmberBox {
    width: 100%;
  }

  .secMember.secCounter .bgAbu {
    width: 30.89%;
  }

  .secMember.lazyloaded {
    background: url(../img/index/bgMemberSp.jpg) center top / cover;
  }

  .secMember .titBox .titMin {
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 12px;
  }

  .secMember .titBox .titMid {
    font-size: 30px;
    border: 2px solid #ced237;
    padding: 9px 14px;
    margin: 12px 0;
  }

  .secMember .titBox .titMinBtm {
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.5;
  }

  .secMember .titBox .titMinBtm .num {
    font-size: 20px;
  }

  .secMember .titBox .tit {
    font-size: 20px;
    line-height: 1.45;
    margin-top: 10px;
  }

  .secMember .titBox .tit .minTit {
    font-size: 22px;
    padding: 10px 0;
    letter-spacing: 0;
  }

  .secMember .meritList {
    flex-direction: column;
    margin-top: 30px;
  }

  .secMember .meritList.txtOn {
    margin-top: 20px;
  }

  .secMember .meritList .item {
    width: 100%;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
  }

  .secMember .meritList .item+.item {
    margin-top: 9px;
  }

  .secMember .meritList .item .txtBox {
    width: 43.48%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ed113a;
  }

  .secMember .meritList .item .itemImgTit {
    position: static;
    width: 50px;
    height: auto;
    margin: 0 auto 10px;
  }

  .secMember .meritList .item .itemTit {
    height: auto;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
  }

  .secMember .meritList .item .imgBox {
    width: calc(100% - 43.47%);
    border-radius: 0 5px 5px 0;
    padding: 0;
  }

  .secMember .meritList .item .imgBox img {
    border-radius: 0 5px 5px 0;
  }

  .secMember .underTit {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    height: 80px;
    border-radius: 5px;
    padding: 0 30px;
  }

  .secMember .btnList {
    flex-direction: column;
    margin-top: 30px;
  }

  .secMember .btnList li {
    width: 100%;
  }

  .secMember .btnList li+li {
    margin-top: 15px;
  }

  .secMember .btnList li a {
    height: 80px;
    border-radius: 40px;
    font-size: 12px;
  }

  .secMember .btnList li .pageBtn::before {
    right: 20px;
  }

  .secMember .btnList li .pageBtn.btnGallery::after {
    left: 4.5vw;
    width: 40px;
    height: 40px;
  }

  .secMember .btnList li .pageBtn span+span {
    font-size: 19px;
    margin-top: 5px;
  }

  /* 230712 */
  .secMember .leftbox {
    display: none;
    text-align: center;
  }

  .secMember .leftbox .imgtit {
    width: 168px;
    margin: 0 auto 0 28%;
  }

  .secMember .rightbox {
    width: 100%;
    position: static;
    padding-bottom: 0;
    margin-top: 20px;
  }
}

/* secHalrBnr */
.secHalrBnr {
  margin-top: 100px;
}

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

.secHalrBnr .inner .bnrHarf {
  width: calc(50% - 1px);
}

.secHalrBnr .inner .bnrHarf a {
  display: block;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .secHalrBnr {
    margin-top: 50px;
  }

  .secHalrBnr .inner {
    display: flex;
  }

  .secHalrBnr .inner .bnrHarf {
    width: calc(50% - 0.5px);
  }

  .secHalrBnr .inner .bnrHarf a {
    display: block;
    text-decoration: none;
  }
}

/* secSinglebnr */
.secSinglebnr {
  margin-top: 80px;
  margin-bottom: 80px;
}

.secSinglebnr a {
  text-decoration: none;
  display: block;
}

@media only screen and (max-width: 767px) {
  .secSinglebnr {
    margin-top: 20px;
    margin-bottom: 58px;
  }

  .secSinglebnr a {}
}

/* 年末年始の挨拶スタイル */
#yearChangeMessagePc {
  display: none;
}

#yearChangeMessageSp {
  width: 90%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 25px 15px;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  margin: -20px auto 20px;
  font-size: 15px;
  line-height: 1.4;
}

#yearChangeMessageSp span {
  color: #182033;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#yearChangeMessageSp b {
  text-decoration: underline;
}

#yearChangeMessageSp small {
  font-size: 12px;
}

@media only screen and (min-width: 767px) {
  #yearChangeMessageSp {
    display: none;
  }

  #yearChangeMessagePc {
    width: 90%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 25px 15px;
    position: relative;
    box-sizing: border-box;
    display: block;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
  }

  #yearChangeMessagePc span {
    color: #182033;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  #yearChangeMessagePc b {
    text-decoration: underline;
  }

  #yearChangeMessagePc small {
    font-size: 14px;
  }
}

.btnInner.no_tap,
.btnSendCo.no_tap,
.btnSendCoBack.no_tap {
  opacity: 0.3 !important;
  pointer-events: none !important;
  transition: none !important;
}

.btnInner.no_tap {
  background: url(../img/common/iconLoader.png) center center / 32px auto no-repeat !important;
  font-size: 0 !important;
}

.secForm .pageBtn.no_tap {
  background-color: #65ad2f !important;
}

.secForm .pageBtn.no_tap.btnBack {
  background-color: #969696 !important;
}

/*==============================
  # Add NH(2024/04/29)
==============================*/
.header__linklist--wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .header__linklist--wrap {
    flex-direction: column;
    align-items: center;
  }

  .header__linklist--wrap img {
    display: grid;
    place-items: center;
    margin: 40px auto 0;
  }
}

.footer__linklist--wrap img {
  margin: 40px 0 -35px;
}

@media only screen and (max-width: 767px) {
  .footer__linklist--wrap img {
    margin: 40px 0 -10px;
  }
}

/*==============================
  # Add NH(2024/07/5)
==============================*/
.common_gift h2 {
  font-size: 20px;
  font-weight: bold;
  margin-block: 30px;
}

@media only screen and (max-width: 767px) {
  .common_gift h2 {
    font-size: 16px;
  }
}

.common_gift img {
  width: 100%;
  margin-block-end: 30px;
}


/* [footer] jsAccordion処理
===================================================== */
@media screen and (max-width: 767px) {
  .jsAccordion_footer {
    position: relative;
    transition-duration: 0.2s;

    &::before {
      content: "＋";
      position: absolute;
      right: 20px;
      transform: rotate(90deg);
      transition: transform 0.4s;
    }

    &.is-open::before {
      content: "－";
      transform: rotate(180deg);
      transition: transform 0.4s;
    }
  }

  .jsAccordion_footerNavigation {
    display: none;
  }
}