@charset "utf-8";

:root {
  --base-font-gothic: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-gothic02: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-min: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-min02: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-en: HelveticaNeue;/* w300 / w700 */
  --base-font-weight: 500;
  --base-txt-black: #555;
}

body {
  min-width: 1120px;
  min-height: 100%;
  background-color: #fff;
  font-family: var(--base-font-min);
  font-optical-sizing: auto;
  font-weight: var(--base-font-weight);
  color: var(--base-txt-black);
}
@media all and (max-width: 750px){
  body {
    min-width: 100%;
    padding-right: 0;
  }
}

/*
body.home {
  background-image: url('./../../images/design/design-index02.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}
*/
/*
body.home .boxLayoutBaseIn {
  min-height: 5685px;
}*/

/*
body.pageMainEn {
  background-image: url('./../../images/design/design-main-en.jpg');
  background-repeat: no-repeat;
  background-position: center 530px;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}*/

/*
body.pageMainEn .boxLayoutBaseIn {
  min-height: 15000px;
}*/

#container {
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 750px){
  #container {
    padding-top: 16.7vw;
  }
}

#main {
  min-height: 78vh;
}
@media all and (max-width: 750px){
  #main {
    min-height: auto;/*73vh;*/
  }
}

.boxContent {
}
@media all and (max-width: 750px){
  .boxContent {
  }
}

.boxLayoutBaseIn {
  /*padding-bottom: 7em;*/
}
@media all and (max-width: 750px){
  .boxLayoutBaseIn {
    /*padding-bottom: 2.5em;*/
  }
}


/***** Header *****/
.boxHeader {
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1120px;
  padding: 0 1.2%;
  /*background: linear-gradient(to bottom, #f5f6f1 30%, rgba(245, 246, 241, 0.5) 70%, rgba(255,255,255,0) 100%);*/
  background: linear-gradient(to bottom, #545454 0, rgba(255,255,255,0) 100%);
  /*background-color: #f5f6f1;*/
}
html.modeScroll .boxHeader {
  background: none;
  background-color: #f5f6f1;
}
@media all and (max-width: 750px){
  .boxHeader {
    min-width: auto;
    padding: 0;
    background: none;
    background-color: #f5f6f1;
  }
}

.boxHeader01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 126px;/*104px;*/
}
@media all and (max-width: 750px){
  .boxHeader01 {
    height: 16.7vw;
  }
}

.boxHeader01L {
  width: 190px;
}
@media all and (max-width: 750px){
  .boxHeader01L .logo01Header {
    position: absolute;
    top: 3.5vw;
    left: 4vw;
    width: 30vw;
  }
  body.pageGroupEn .boxHeader01L .logo01Header {
    top: 4.5vw;
    left: 3vw;
    width: 27vw;
  }
}

.boxHeader01R {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 190px);
  color: #fff;
}
html.modeScroll .boxHeader01R {
  color: inherit;
}
@media all and (max-width: 750px){
  .boxHeader01R {
    display: none;
  }
}

.boxHeader01R .boxHeaderMenu01 {
  position: relative;
  width: calc(100% - 252px);
  padding-right: 1.55%;
}
@media all and (max-width: 1470px){
  .boxHeader01R .boxHeaderMenu01 {
    width: calc(100% - 240px);
  }
}
@media all and (max-width: 1360px){
  .boxHeader01R .boxHeaderMenu01 {
    width: calc(100% - 210px);
  }
}
@media all and (max-width: 1230px){
  .boxHeader01R .boxHeaderMenu01 {
    width: calc(100% - 198px);
  }
}

.boxHeader01R .boxHeaderMenu01:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0.1em;
  right: 0;
  width: 1px;
  height: 106%;
  margin: auto;
  background-color: #fff;
}
html.modeScroll .boxHeader01R .boxHeaderMenu01:after {
  background-color: #c7c7c5;
}

.boxHeader01R .boxHeaderMenu0101 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.75em;
}

.boxHeader01R .ulHeaderMenu0101,
.boxHeader01R .ulHeaderMenu0102,
.boxHeader01R .ulHeaderMenuLang {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
.boxHeader01R .ulHeaderMenu0101 {
  position: relative;
  margin-right: 1.2em;
}

.boxHeader01R .ulHeaderMenu0101:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0.25em;
  right: -1.2em;
  width: 1px;
  height: 0.8em;
  margin: auto;
  background-color: #fff;
}
html.modeScroll .boxHeader01R .ulHeaderMenu0101:after {
  background-color: #c7c7c5;
}

.boxHeader01R .ulHeaderMenu0101 > li,
.boxHeader01R .ulHeaderMenuLang > li,
.boxHeader01R .ulHeaderMenu0102 > li {
  position: relative;
  z-index: 2;
  margin-left: 1.0em;
}
.boxHeader01R .ulHeaderMenu0101 > li {
  margin-left: 1.27em;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}
.boxHeader01R .ulHeaderMenuLang > li {
  margin-left: 1.33em;
  font-size: 1.1714rem;
}
body.pageMainEn .boxHeader01R .ulHeaderMenuLang > li,
body.pageGroupEn .boxHeader01R .ulHeaderMenuLang > li {
  letter-spacing: normal;
}
html.modeScroll .boxHeader01R .ulHeaderMenuLang > li {
  color: #b4766a;
}
.boxHeader01R .ulHeaderMenu0102 > li {
  margin-left: 1.8em;
  letter-spacing: 0.12em;
  font-size: 1.2rem;
}
body.pageMainEn .boxHeader01R .ulHeaderMenu0102 > li,
body.pageGroupEn .boxHeader01R .ulHeaderMenu0102 > li {
  letter-spacing: normal;
}
@media all and (max-width: 1470px){
  .boxHeader01R .ulHeaderMenu0102 > li {
    margin-left: 1.0em;
  }
}
@media all and (max-width: 1360px){
  .boxHeader01R .ulHeaderMenu0102 > li {
    margin-left: 0.8em;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
  }
  .boxHeader01R .ulHeaderMenu0101 > li {
    margin-left: 1.0em;
    letter-spacing: 0.08em;
    font-size: 1.0rem;
  }
  .boxHeader01R .ulHeaderMenuLang > li {
    margin-left: 1.0em;
    font-size: 1.0rem;
  }
}
@media all and (max-width: 1230px){
  .boxHeader01R .ulHeaderMenu0102 > li {
    letter-spacing: 0.06em;
    font-size: 1.05rem;
  }
  .boxHeader01R .ulHeaderMenu0101 > li {
    margin-left: 0.8em;
    letter-spacing: 0.06em;
  }
  .boxHeader01R .ulHeaderMenuLang > li {
    margin-left: 0.8em;
  }
}

.boxHeader01R .ulHeaderMenu0102 > li:hover:after,
.boxHeader01R .ulHeaderMenu0102 > li.current:after {
  content: '';
  position: absolute;
  z-index: 1023;
  bottom: -1.2em;
  left: 0;
  right: 0;
  width: 14px;
  margin: auto;
  background-image: url('./../../images/base/base-icn-deco01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 1 / 1;
}

.boxHeader01R .ulHeaderMenu01 > li:after {
  content: '';
  position: absolute;
  top: 1.56em;
  left: 0;
  right: 0;
  width: 0.49em;
  height: 0.49em;
  margin: auto;
  border-radius: 0.49em;
  background-color: #666;
  opacity: 0;
  transition: opacity 0.1s linear;
}

.boxHeader01R .ulHeaderMenu01 > li.current:after,
.boxHeader01R .ulHeaderMenu01 > li:hover:after {
  opacity: 1;
}

.boxHeader01R .ulHeaderMenu0102 > li.liHasSub .boxSubMenu,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenu {
  position: absolute;
  z-index: 1020;
  top: 1.0em;
  left: 50%;
  width: 260px;
  display: none;
  padding-top: 2.5em;
  transform: translateX(-50%);
}
.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenu {
  width: 320px;
}

.boxHeader01R .ulHeaderMenu0102 > li.liHasSub:hover .boxSubMenu,
.boxHeader01R .ulHeaderMenu0102 > li.liRoom:hover .boxSubMenu,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant:hover .boxSubMenu {
  display: block;
}

.boxHeader01R .ulHeaderMenu0102 > li.liHasSub .boxSubMenuIn,
.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn {
  position: relative;
  padding: 2.3em 0.7em 1.46em 0.7em;
  color: #fff;
  background-color: #998777;
}

.boxHeader01R .ulHeaderMenu0102 > li.liHasSub .boxSubMenuIn .ulHeaderMenu0102Sub > li,
.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .ulHeaderMenu0102Sub > li,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .ulHeaderMenu0102Sub > li {
  margin-bottom: 1.05em;
  padding-bottom: 0.8em;
  border-bottom: 1px #d6cfc9 solid;
}

.boxHeader01R .ulHeaderMenu0102 > li.liHasSub .boxSubMenuIn .ulHeaderMenu0102Sub > li:last-child,
.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .ulHeaderMenu0102Sub > li:last-child,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .ulHeaderMenu0102Sub > li:last-child {
  margin-bottom: 0;
}

.boxHeader01R .ulHeaderMenu0102 > li.liHasSub .boxSubMenuIn .ulHeaderMenu0102Sub > li a,
.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .ulHeaderMenu0102Sub > li a,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .ulHeaderMenu0102Sub > li a {
  position: relative;
  padding-left: 1.8em;
  letter-spacing: 0.09em;
  font-size: 1.25rem;
}

.boxHeader01R .ulHeaderMenu0102 > li.liHasSub .boxSubMenuIn .ulHeaderMenu0102Sub > li a:before,
.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .ulHeaderMenu0102Sub > li a:before,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .ulHeaderMenu0102Sub > li a:before,
.boxHeader01R .ulHeaderMenu0102 > li.liHasSub .boxSubMenuIn .ulHeaderMenu0102Sub > li a:after,
.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .ulHeaderMenu0102Sub > li a:after,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .ulHeaderMenu0102Sub > li a:after {
  content: '';
  position: absolute;
}

.boxHeader01R .ulHeaderMenu0102 > li.liHasSub .boxSubMenuIn .ulHeaderMenu0102Sub > li a:before,
.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .ulHeaderMenu0102Sub > li a:before,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .ulHeaderMenu0102Sub > li a:before {
  top: 0.05em;
  left: 0.44em;
  width: 1.05em;
  height: 1.05em;
  border-radius: 1.05em;
  background-color: #d6cfc9;
}

.boxHeader01R .ulHeaderMenu0102 > li.liHasSub .boxSubMenuIn .ulHeaderMenu0102Sub > li a:after,
.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .ulHeaderMenu0102Sub > li a:after,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .ulHeaderMenu0102Sub > li a:after {
  z-index: 2;
  top: 0.45em;
  left: 0.74em;
  width: 0.3em;
  height: 0.3em;
  border-top: 1px #998777 solid;
  border-right: 1px #998777 solid;
  transform: rotate(45deg);
}

/*
.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn {
  position: relative;
  height: calc(100% - 90px);
  min-height: 800px;
  padding-top: 36px;
  color: #555;
}

.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn:before,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn:before {
  content: '';
  position: absolute;
  top: 36px;
  left: -50%;
  width: 200%;
  height: 100%;
  background-color: rgb(245, 246, 241, 0.9);
}

.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .boxCont01LR,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .boxCont01LR {
  position: relative;
  index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .boxCont01LR.typeRoom {
  margin-top: 4.07em;
  margin-bottom: 1.35em;
}
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .boxCont01LR {
  margin-top: 4.07em;
}

.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .boxCont01L,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .boxCont01L {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 104px;
}

.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .boxCont01L .ttl01 > span,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .boxCont01L .ttl01 > span {
  position: relative;
  top: -0.1em;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  margin-right: 0.6em;
  line-height: 1.2;
  letter-spacing: 0.18em;
  font-size: 1.7rem;
}

.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .boxCont01L .boxLink a > span,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .boxCont01L .boxLink a > span {
  position: relative;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  padding-top: 2.45em;
  font-family: var(--base-font-gothic);
  font-size: 1.1rem;
}

.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .boxCont01L .boxLink a > span:before,
.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .boxCont01L .boxLink a > span:after,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .boxCont01L .boxLink a > span:before,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .boxCont01L .boxLink a > span:after {
  content: '';
  position: absolute;
}
.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .boxCont01L .boxLink a > span:before,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .boxCont01L .boxLink a > span:before {
  top: 0.11em;
  left: 0.05em;
  right: 0;
  width: 1.05em;
  height: 1.05em;
  margin: auto;
  border-radius: 1.05em;
  background-color: #c78e83;
}
.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .boxCont01L .boxLink a > span:after,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .boxCont01L .boxLink a > span:after {
  top: 0.5em;
  left: 0;
  right: 0;
  width: 0.3em;
  height: 0.3em;
  margin: auto;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  transform: rotate(45deg);
}

.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .boxCont01R,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .boxCont01R {
  width: calc(100% - 104px);
}

.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .boxCont01R .boxList,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .boxCont01R .boxList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .boxCont01R .boxListOne,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .boxCont01R .boxListOne {
  width: 22.9%;
  margin-right: calc((100% - 22.9% * 4) / 3);
  margin-bottom: 2.1em;
}

.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .boxCont01R .boxListOne:nth-child(4n),
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .boxCont01R .boxListOne:nth-child(4n) {
  margin-right: 0;
}

.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .boxCont01R .boxListOne .boxImg,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .boxCont01R .boxListOne .boxImg {
  aspect-ratio: 1 / 0.625;
}

.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .boxCont01R .boxListOne .boxImg img,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .boxCont01R .boxListOne .boxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .boxCont01R .boxListOne .boxTxt,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .boxCont01R .boxListOne .boxTxt {
  padding-top: 0.9em;
}

.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .boxCont01R .boxListOne .boxTxt .pList,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .boxCont01R .boxListOne .boxTxt .pList {
  letter-spacing: 0.24em;
}

.boxHeader01R .ulHeaderMenu0102 > li.liRoom .boxSubMenuIn .boxCont01R .boxListOne .boxTxt .pList .str2,
.boxHeader01R .ulHeaderMenu0102 > li.liRestaurant .boxSubMenuIn .boxCont01R .boxListOne .boxTxt .pList .str2 {
  letter-spacing: 0.6em;
}
*/

.boxHeader01R .ulHeaderMenu01In {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -0.5em;
  display: none;
  min-width: 130px;
  padding: 50px 0.5em 0.3em 0.8em;
  background-color: #fff;
  opacity: 0;
}

.boxHeader01R .ulHeaderMenu01 > li:hover .ulHeaderMenu01In {
  display: block;
  animation: baseAniFadein 0.3s linear normal forwards;
}

.boxHeader01R .ulHeaderMenu01In > li {
  margin-bottom: 0.5em;
  font-size: 0.95rem;
}

.boxHeader01R .boxHeaderMenu02 {
  width: 252px;
  padding-bottom: 0.25em;
}
@media all and (max-width: 1470px){
  .boxHeader01R .boxHeaderMenu02 {
    width: 240px;
  }
}
@media all and (max-width: 1360px){
  .boxHeader01R .boxHeaderMenu02 {
    width: 210px;
  }
}
@media all and (max-width: 1230px){
  .boxHeader01R .boxHeaderMenu02 {
    width: 198px;
  }
}

.boxHeader01R .boxHeaderMenu02 .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9%;
  letter-spacing: 0.05em;
  font-size: 1.1em;
}
@media all and (max-width: 1360px){
  .boxHeader01R .boxHeaderMenu02 .dl01 {
    padding-left: 8%;
    font-size: 1.0em;
  }
}
@media all and (max-width: 1230px){
  .boxHeader01R .boxHeaderMenu02 .dl01 {
    padding-left: 7%;
    font-size: 0.96em;
  }
}

.boxHeader01R .boxHeaderMenu02 .dl01 > dt {
  margin-bottom: 0.35em;
  padding-right: 0.1em;
}
body.pageMainEn .boxHeader01R .boxHeaderMenu02 .dl01 > dt,
body.pageGroupEn .boxHeader01R .boxHeaderMenu02 .dl01 > dt {
  letter-spacing: normal;
}
@media all and (max-width: 1230px){
  .boxHeader01R .boxHeaderMenu02 .dl01 > dt {
    font-size: 1.0rem;
  }
}

.boxHeader01R .boxHeaderMenu02 .dl01 > dd {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxHeader01R .boxHeaderMenu02 .dl01 > dd a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 7.0em;
  height: 2.35em;
  margin: 0 0.2em;
  padding-top: 0.2em;
  padding-left: 0.1em;
  background-color: rgba(255,255,255,0.2);
  border-radius: 0.3em;
  letter-spacing: 0.1em;
}
body.pageMainEn .boxHeader01R .boxHeaderMenu02 .dl01 > dd a,
body.pageGroupEn .boxHeader01R .boxHeaderMenu02 .dl01 > dd a {
  letter-spacing: normal;
}
body.pageMainKo .boxHeader01R .boxHeaderMenu02 .dl01 > dd a,
body.pageGroupKo .boxHeader01R .boxHeaderMenu02 .dl01 > dd a {
  letter-spacing: normal;
}
html.modeScroll .boxHeader01R .boxHeaderMenu02 .dl01 > dd a.link01 {
  background-color: #c78e83;
  color: #fff;
}
html.modeScroll .boxHeader01R .boxHeaderMenu02 .dl01 > dd a.link02 {
  background-color: #ab9d8f;
  color: #fff;
}
@media all and (max-width: 1360px){
  .boxHeader01R .boxHeaderMenu02 .dl01 > dd a {
    width: 6.7em;
    letter-spacing: 0.08em;
  }
}


/***** Hmb Menu *****/
.btnHmbMenu {
  display: none;
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 260px;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnHmbMenu {
    top: 4vw;
    right: 4vw;
    width: 10vw;
    display: block;
  }
}

.btnHmbMenu.typeCss01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #ddd;
}
@media all and (max-width: 1350px){
  .btnHmbMenu.typeCss01 {
    /*
    display: -webkit-flex;
    display: flex;*/
  }
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 {
    position: fixed;
    top: 4.3vw;
    right: 4.2vw;
    display: -webkit-flex;
    display: flex;
    width: 7.0vw;
    height: 4.9vw;
    background-color: transparent;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn {
  position: relative;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn {
    width: 100%;
    height: 100%;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
  transition: all .4s;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
    height: 0.26vw;
    border-radius: 0.26vw;
    background-color: #352a27;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(1) {
  top: 0;
}
.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(3) {
  bottom: 0;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(1) {
    width: 53%;
  }
  .btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(3) {
    left: auto;
    right: 0;
    width: 53%;
  }
}

.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
  transform: translateY(11.1px) rotate(-45deg);
}
.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(2) {
  opacity: 0;
}
.btnHmbMenu.typeCss01.statusOpen  .btnHmbMenuIn > span:nth-of-type(3) {
  transform: translateY(-11.1px) rotate(45deg);
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
    width: 100%;
    transform: translateY(2.3vw) rotate(-45deg);
    /*transform: translateY(calc(3.0vw - 0.8vw / 2)) rotate(-45deg);*/
  }
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(3) {
    width: 100%;
    transform: translateY(-2.3vw) rotate(45deg);
    /*transform: translateY(calc(-3.0vw + 0.8vw / 2)) rotate(45deg);*/
  }
}

@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .txtStr {
    position: absolute;
    left: 50%;
    bottom: -2.15em;
    font-size: 0.56rem;
    color: #352a27;
    transform: translateX(-50%);
  }
  .btnHmbMenu.typeCss01.statusOpen .txtStr {
    opacity: 0;
  }
  .btnHmbMenu.typeCss01 .txtStr.typeClose {
    opacity: 0;
  }
  .btnHmbMenu.typeCss01.statusOpen .txtStr.typeClose {
    opacity: 1;
  }
}

.boxHeaderSp01 {
  display: none;
}
@media all and (max-width: 750px){
  .boxHeaderSp01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media all and (max-width: 750px){
  .boxHeaderSp01 .linkSpSearch {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 28.8vw;
    height: 7.7vw;
    margin-right: 4.7vw;
    border-radius: 0.4em;
    background-color: #bb7467;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    color: #fff;
  }
  body.pageGroupEn .boxHeaderSp01 .linkSpSearch {
    width: 37vw;/*33.8vw;*/
    margin-right: 3.5vw;
    letter-spacing: normal;
    font-size: 0.7rem;
  }
}

@media all and (max-width: 750px){
  .boxHeaderSp01 .linkSpLang {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 8.4vw;
    height: 11.3vw;
    margin-right: 15.4vw;
    background-image: url('./../../images/base/base-icn-lang01.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    font-size: 0.56rem;
    color: #352a27;
  }
}

@media all and (max-width: 750px){
  .boxHeaderSp01 .linkSpLang .ulLinkSpLang {
    position: absolute;
    top: 112%;
    left: -4.6vw;/*0;*/
    display: none;
    width: 28vw;/*14vw;*/
    padding: 2.5em 2.0em;/*0.5em;*/
    background-color: #e9ebe0;
    color: #352a27;
  }
  body.pageGroupEn .boxHeaderSp01 .linkSpLang .ulLinkSpLang {
    left: -6vw;
    width: 29vw;
    padding: 2.5em 0.8em;
  }
  .boxHeaderSp01 .linkSpLang .ulLinkSpLang:hover {
    display: block;
  }
}

@media all and (max-width: 750px){
  .boxHeaderSp01 .linkSpLang .ulLinkSpLang > li {
    margin-bottom: 1.9em;/*0.5em;*/
    font-size: 0.7rem;
  }
  body.pageGroupEn .boxHeaderSp01 .linkSpLang .ulLinkSpLang > li {
    letter-spacing: normal;
  }
  .boxHeaderSp01 .linkSpLang .ulLinkSpLang > li:last-child {
    margin-bottom: 0;
  }
  body.pageGroupEn .boxHeaderSp01 .linkSpLang .ulLinkSpLang > li:last-child {
    margin-bottom: 0;
  }
}

.boxHmbMenu {
  display: none;
  overflow-y: auto;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 5% 0 5%;
  background-color: rgba(0,0,0,0.7);
  background-color: #e9eae0;
  text-align: center;
  /*color: #fff;*/
}
@media all and (max-width: 750px){
  .boxHmbMenu {
    padding: 16.7vw 0 0 0;/*16.7vw 0 5vw 0;*/
    text-align: left;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu01 {
    padding: 2.8em 6% 2.38em 6%;
    background-color: #fff;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu .boxIndexSearch01Wrap .boxHmbMenu01 .boxLink .ttl01 {
    margin-bottom: 0.39em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu01 .boxLink .p01 {
    margin-bottom: 1.6em;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: #555;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu01 .boxLink .linkBase03.type02 {
    min-height: 4.3em;
    padding-top: 0.6em;
    padding-left: 1.25em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu02 {
    padding: 2.7em 4.5% 1.0em 4.5%;
    background-color: #e9eae0;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu02InOne {
    margin-bottom: 1.0em;
    padding-bottom: 0.15em;
    border-bottom: 1px #d2d2d2 solid;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu02 .ttl01 {
    position: relative;
    margin-bottom: 0.9em;
    padding-left: 0.41em;
    letter-spacing: 0.1em;
    font-size: 1.05rem;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu02 .ttl01 .txtSmall {
    margin-right: -0.12em;
    font-size: 0.8rem;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu02 .ttl01 .icnAccordion,
  .boxHmbMenu02 .ttl01 .icnLink01 {
    position: absolute;
    top: -0.18em;
    right: 2.25em;
    width: 1.75em;
    height: 1.75em;
    border-radius: 1.75em;
    background-color: #fff;
  }
  .boxHmbMenu02 .ttl01 .icnLink01 {
    right: 0.04em;
    background-color: #c1c4a3;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu02 .ttl01 .icnAccordion:before {
    content: '＋';
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1.0;
    color: #ab9d8f;
    transform: translateX(-50%) translateY(-50%);
  }
  .boxHmbMenu02 .boxHmbMenu02InOne.boxAccordionWrap.statusOpen .ttl01 .icnAccordion:before {
    content: '－';
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu02 .ttl01 .icnLink01:before {
    content: '';
    position: absolute;
    top: 55%;
    left: 32%;
    width: 0.5em;
    height: 0.5em;
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
    line-height: 1.0;
    transform: rotate(45deg) translateX(-50%) translateY(-50%);
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu02 .boxUl01 {
    padding-bottom: 0.7em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu02 .ul01 > li {
    position: relative;
    margin-bottom: 0.31em;
    padding-left: 1.7em;
    letter-spacing: 0.13em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu02 .ul01 > li:before {
    content: '';
    position: absolute;
    top: 0.4em;
    left: 0.7em;
    width: 0.4em;
    height: 0.4em;
    margin: auto;
    border-radius: 0.4em;
    background-color: #d3d6b9;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu03 {
    padding: 1.0em 4.5%;
    background-color: #e9eae0;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu03 .ul02 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu03 .ul02 > li {
    width: 48%;
    margin-right: calc(100% - 48% * 2);
    margin-bottom: 1.0em;
    padding-bottom: 0.8em;
    padding-left: 0.4em;
    border-bottom: 1px #d2d2d2 solid;
    letter-spacing: 0.1em;
    font-size: 1.05rem;
  }
  .boxHmbMenu03 .ul02 > li:nth-child(2n) {
    margin-right: 0;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu04 {
    padding: 1.0em 4.5%;
    background-color: #e9eae0;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu04 .ulFooterMenu01 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu04 .ulFooterMenu01 > li {
    margin: 0 1.0em;
  }
  .boxHmbMenu04 .ulFooterMenu01 > li.liSns {
    margin-top: 1.5em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu05 {
    padding: 2em 4.5% 3em 4.5%;
    background-color: #e9eae0;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu05 .btnHmbMenuClose {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 64%;
    height: 3.2em;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9rem;
  }
}


.ulHmbMenu01 > li {
  padding: 1.0em 0;
  font-size: 1.5rem;
}
@media all and (max-width: 750px){
  .ulHmbMenu01 > li {
    width: 100%;
    padding: 3vw 0 3vw 4vw;
    font-size: 1.1rem;
  }
  .ulHmbMenu01 > li:first-child {
    padding-top: 7vw;
  }
}

.ulHmbMenu01 > li:not(:last-child):after {
  content: '-';
  margin: 0 0.8em;
}
@media all and (max-width: 750px){
  .ulHmbMenu01 > li:not(:last-child):after {
    content: none;
  }
}

.boxHmbMenuFixedBottom {
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.boxHmbMenuFixedBottom a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 17.5vw;
}


@media all and (max-width: 750px){
  .boxHmbMenuSns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 2em;
  }
}
@media all and (max-width: 750px){
  .boxHmbMenuSns a {
    margin: 0 0.5em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuSns a img {
    width: 9.5vw;
  }
}



/*##### Mv #####*/
.boxMvWrap {
  position: relative;
  padding-top: 890px;/*767px;*/
}
body.pageMorning .boxMvWrap,
body.pageKaisekiCuisine .boxMvWrap,
body.pageDinner .boxMvWrap,
body.pageLaunch .boxMvWrap {
  padding-top: 60.9%;/*52.5%;*//*1000px;*/
}
.boxMvWrap.typeMovie {
  padding-top: 1080px;/*1072px;*//*767px;*/
}
.boxMvWrap.typeShort {
  padding-top: 608px;/*527px;*/
}
@media all and (max-width: 750px){
  .boxMvWrap,
  body.pageMorning .boxMvWrap,
  body.pageKaisekiCuisine .boxMvWrap,
  body.pageDinner .boxMvWrap,
  body.pageLaunch .boxMvWrap,
  .boxMvWrap.typeMovie {
    padding-top: 0;/*37%;*/
  }
  .boxMvWrap.typeShort {
    padding-top: 0;/*27%;*/
  }
}

.boxMv {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;/*flex-end;*/
  align-items: flex-start;/*flex-end;*/
  width: 100%;
  height: 100%;
}
@media all and (max-width: 750px){
  .boxMv {
    position: relative;
    top: auto;
    left: auto;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
}

.ttlMv {
  position: absolute;
  top: 100%;
  left: 50%;/*0*/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;/*flex-end;*/
  justify-content: flex-start;/*flex-end;*/
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: calc(100% - 40px);/*100%;*//*14.15%;*/
  height: auto;/*100%;*/
  min-width: 1080px;
  max-width: 1200px;
  padding-top: 4.9em;/*3.9em;*/
  /*padding-right: 2.45%;
  padding-left: 2.45%;*/
  transform: translateX(-50%);
}
@media all and (max-width: 1450px){
  .ttlMv {
    /*width: 203px;*/
  }
}
@media all and (max-width: 750px){
  .ttlMv {
    position: relative;
    top: auto;
    left: auto;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-right: 0;
    padding-top: 1.0em;/*1.5em;*/
    padding-left: 5%;
    transform: none;
  }
}

.ttlJaParent {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.7em;
}
@media all and (max-width: 750px){
  .ttlJaParent {
    margin-bottom: 0.5em;
  }
}

.boxMv .boxMvMovie,
.boxMv .boxCsnkSliderFade01,
.boxMvImg {
  width: 100%;/*calc(100% - 14.15%);*/
}
.boxMv .boxMvMovie {
  position: relative;
}
.boxMvImg {
  height: 890px;/*767px;*/
}
.boxMvWrap.typeShort .boxMvImg {
  height: 608px;/*527px;*/
}
@media all and (max-width: 1450px){
  .boxMv .boxMvMovie,
  .boxMv .boxCsnkSliderFade01,
  .boxMvImg {
    /*width: calc(100% - 203px);*/
  }
}
@media all and (max-width: 750px){
  .boxMv .boxMvMovie,
  .boxMv .boxCsnkSliderFade01,
  .boxMvImg {
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }
  .boxMvImg {
    height: 46.5%;
  }
  .boxMvWrap.typeShort .boxMvImg {
    height: auto;/*100%;*/
  }
}

.boxMv .boxMvMovie {
  padding-top: 1080px;/*1072px;*//*767px;*/
}
.boxMv .boxCsnkSliderFade01 .ulFadeinSlide {
  padding-top: 890px;/*767px;*/
}
body.pageMorning .boxMv .boxCsnkSliderFade01 .ulFadeinSlide,
body.pageKaisekiCuisine .boxMv .boxCsnkSliderFade01 .ulFadeinSlide,
body.pageDinner .boxMv .boxCsnkSliderFade01 .ulFadeinSlide,
body.pageLaunch .boxMv .boxCsnkSliderFade01 .ulFadeinSlide {
  padding-top: 60.9%;/*52.5%;*//*1000px;*/
}
.boxMvWrap.typeShort .boxMv .boxMvMovie,
.boxMvWrap.typeShort .boxMv .boxCsnkSliderFade01 .ulFadeinSlide {
  padding-top: 608px;/*527px;*/
}
@media all and (max-width: 750px){
  .boxMv .boxMvMovie {
    padding-top: 56.3%;/*46.5%;*/
  }
  .boxMv .boxCsnkSliderFade01 .ulFadeinSlide {
    padding-top: 47.0%;/*46.5%;*/
  }
  body.pageMorning .boxMv .boxCsnkSliderFade01 .ulFadeinSlide,
  body.pageKaisekiCuisine .boxMv .boxCsnkSliderFade01 .ulFadeinSlide,
  body.pageDinner .boxMv .boxCsnkSliderFade01 .ulFadeinSlide,
  body.pageLaunch .boxMv .boxCsnkSliderFade01 .ulFadeinSlide {
    padding-top: 60.8%;
  }
  .boxMvWrap.typeShort .boxMv .boxMvMovie,
  .boxMvWrap.typeShort .boxMv .boxCsnkSliderFade01 .ulFadeinSlide {
    padding-top: 35%;
  }
}

.boxMv .boxMvMovie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxMv .boxCsnkSliderFade01 .ulFadeinSlideBtn {
  bottom: 2.0em;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 3.3em;
}
@media all and (max-width: 750px){
  .boxMv .boxCsnkSliderFade01 .ulFadeinSlideBtn {
    bottom: 0.5em;
    padding-right: 1.0em;
  }
}

.boxMv .boxCsnkSliderFade01 .ulFadeinSlideBtn > li {
  width: 1.22em;
  height: 1px;
  margin-right: 0.29em;
  margin-top: 0;
  background-color: rgba(255,255,255,0.5);
  box-shadow: none;
}
.boxMv .boxCsnkSliderFade01 .ulFadeinSlideBtn > li:first-child {
  margin-left: 0;
}
.boxMv .boxCsnkSliderFade01 .ulFadeinSlideBtn > li.current {
  width: 6.7em;
  background-color: #fff;
  box-shadow: none;
}
@media all and (max-width: 750px){
  .boxMv .boxCsnkSliderFade01 .ulFadeinSlideBtn > li {
    width: 1.0em;
  }
  .boxMv .boxCsnkSliderFade01 .ulFadeinSlideBtn > li.current {
    width: 3.0em;
  }
}

.boxMvImg .imgMv {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}


.ttlMv .ttlParent {
  position: relative;
  top: 0.1em;
  /*bottom: -0.7em;*/
  /*
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  */
  /*margin-left: -0.28em;*/
  margin-bottom: 0;/*1.8em;*/
  padding-left: 1.0em;
  letter-spacing: 0.15em;
  font-size: 1.7rem;
  font-weight: 400;
}
@media all and (max-width: 750px){
  .ttlMv .ttlParent {
    /*bottom: -0.3em;*/
    /*margin-right: 0;
    margin-left: -0.1em;*/
    font-size: 1.0rem;
  }
}

.ttlMv .ttlParent:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0.1em;
  left: 0.2em;
  width: 1px;
  height: 1.0em;
  margin: auto;
  background-color: #555;
  transform: skew(-20deg);
}

.ttlMv .ttlJa {
  position: relative;
  /*bottom: -0.4em;*/
  /*
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  */
  -webkit-align-self: flex-end;
  align-self: flex-end;
  margin-right: 0.3em;
  letter-spacing: 0.2em;/*0.46em;*/
  font-size: 2.4rem;
  font-weight: 500;
}
body.page404 .ttlMv .ttlJa {
  letter-spacing: 0.12em;
}
body.pageNews.term-lepo .ttlMv .ttlJa {
  letter-spacing: 0.22em;
}
body.pagePrivacyPolicy .ttlMv .ttlJa {
  letter-spacing: 0.22em;
}
@media all and (max-width: 750px){
  .ttlMv .ttlJa {
    /*bottom: -0.1em;*/
    margin-bottom: 0.2em;
    margin-right: 0.3em;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
  }
  body.pageHorizontal .ttlMv .ttlJa {
    letter-spacing: 0.1em;/*normal;*/
    font-size: 1.4em;/*1.0rem;*/
  }
}

.ttlMv .ttlEn {
  position: relative;
  top: 0.2em;
  left: 0.2em;
  /*bottom: -6.6em;*/
  /*
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;*/
  letter-spacing: 0.12em;
  color: #d0ccc9;
}
body.pageGroupEn .ttlMv .ttlEn,
body.pageGroupKo .ttlMv .ttlEn,
body.pageGroupZhTw .ttlMv .ttlEn {
  display: none;
}
@media all and (max-width: 750px){
  .ttlMv .ttlEn {
    /*bottom: -2.3em;*/
    /*padding-bottom: 2.0em;*/
    letter-spacing: normal;
    font-size: 0.8rem;
  }
}

/*
.ttlMv .ttlEn:before {
  content: '';
  position: absolute;
  top: -5.62em;
  left: 0.38em;
  width: 1px;
  height: 4.8em;
  background-color: #d0ccc9;
}
@media all and (max-width: 750px){
  .ttlMv .ttlEn:before {
    top: -2.0em;
    height: 1.3em;
  }
}
*/


/*##### Footer #####*/
.boxFooter {
  overflow: hidden;
  padding-top: 5.0em;
}
@media all and (max-width: 750px){
  .boxFooter {
    padding-top: 2.5em;
  }
}

.boxFooterInfoWrap {
  background-image: url('./../../images/common/footer-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxFooterInfoWrap {
    background-size: cover;
  }
}

.boxFooterInfo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 648px;
  padding-bottom: 1.07em;
}
@media all and (max-width: 750px){
  .boxFooterInfo {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    height: auto;
    min-height: 80vw;
    padding-top: 2.0em;
    padding-bottom: 1.07em;
  }
}

.boxFooterInfo .boxCont01FOne + .boxCont01FOne {
  margin-top: 3.3em;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxCont01FOne + .boxCont01FOne {
    margin-top: 2.0em;
  }
}

.boxFooterInfo .boxCont01FOne .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0.67em;
}

.boxFooterInfo .boxCont01FOne .ttl01 .ttlSub {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 3.57em;
  height: 1.4em;
  margin-right: 0.9em;
  padding-top: 0.25em;
  padding-left: 0.3em;
  border-radius: 0.2em;
  background-color: #515860;
  letter-spacing: 0.3em;
}
body.pageMainEn .boxFooterInfo .boxCont01FOne .ttl01 .ttlSub,
body.pageGroupEn .boxFooterInfo .boxCont01FOne .ttl01 .ttlSub {
  width: 8.0em;
  padding-left: 0;
  letter-spacing: normal;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxCont01FOne .ttl01 .ttlSub {
    font-size: 0.9rem;
  }
}

.boxFooterInfo .boxCont01FOne .ttl01 .ttlJa,
.boxFooterInfo .boxCont01FOne .ttl01 .ttlEn {
  font-size: 1.13rem;
}
.boxFooterInfo .boxCont01FOne .ttl01 .ttlJa {
  margin-right: 1.12em;
  letter-spacing: 0.13em;
}
.boxFooterInfo .boxCont01FOne .ttl01 .ttlEn {
  letter-spacing: 0.145em;
  color: #88919c;
}
body.pageMainEn .boxFooterInfo .boxCont01FOne .ttl01 .ttlEn,
body.pageGroupEn .boxFooterInfo .boxCont01FOne .ttl01 .ttlEn {
  letter-spacing: normal;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxCont01FOne .ttl01 .ttlJa,
  .boxFooterInfo .boxCont01FOne .ttl01 .ttlEn {
    font-size: 1.0rem;
  }
  .boxFooterInfo .boxCont01FOne .ttl01 .ttlJa {
    margin-right: 0.7em;
    letter-spacing: 0.1em;
  }
  .boxFooterInfo .boxCont01FOne .ttl01 .ttlEn {
    letter-spacing: 0.1em;
  }
}

.boxFooterInfo .boxAddressTel {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-left: 0.05em;
  font-size: 1.1rem;
  color: #ccc;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxAddressTel {
    padding-left: 0;
    font-size: 0.9rem;
  }
  body.pageMainEn .boxFooterInfo .boxAddressTel,
  body.pageGroupEn .boxFooterInfo .boxAddressTel {
    font-size: 0.85rem;
  }
}

.boxFooterInfo .boxAddress {
  position: relative;
  margin-right: 1.4em;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxAddress {
    width: 100%;
    margin-right: 0;
    line-height: 2.2;
  }
}

.boxFooterInfo .boxAddress:after {
  content: '';
  position: absolute;
  top: 0.14em;
  right: -0.77em;
  width: 1px;
  height: 0.9em;
  background-color: #ccc;
  transform: rotate(23deg);
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxAddress:after {
    content: none;
  }
}

.boxFooterInfo .boxAddress .txtZipcode {
  letter-spacing: 0.12em;
}

.boxFooterInfo .boxAddress .txtAddress {
  letter-spacing: 0.07em;
}
body.pageMainEn .boxFooterInfo .boxAddress .txtAddress,
body.pageGroupEn .boxFooterInfo .boxAddress .txtAddress {
  letter-spacing: normal;
}
@media all and (max-width: 750px){
  body.pageMainKo .boxFooterInfo .boxAddress .txtAddress,
  body.pageGroupKo .boxFooterInfo .boxAddress .txtAddress {
    letter-spacing: 0.03em;
  }
}

.boxFooterInfo .boxAddressTel .boxTelFax {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxFooterInfo .boxAddressTel .boxTelFax .dlTelFax {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  letter-spacing: 0.1em;
}
.boxFooterInfo .boxAddressTel .boxTelFax .dlTelFax:nth-child(1) {
  margin-right: 1.35em;
}
.boxFooterInfo .boxAddressTel .boxTelFax .dlTelFax:nth-child(2) {
  position: relative;
}
@media all and (max-width: 750px){
  body.pageMainEn .boxFooterInfo .boxAddressTel .boxTelFax .dlTelFax.typeTelOnly:nth-child(1),
  body.pageGroupEn .boxFooterInfo .boxAddressTel .boxTelFax .dlTelFax.typeTelOnly:nth-child(1) {
    margin-right: 0;
  }
}

.boxFooterInfo .boxAddressTel .boxTelFax .dlTelFax:nth-child(2):before {
  content: '';
  position: absolute;
  top: 0.14em;
  left: -0.7em;
  width: 1px;
  height: 0.9em;
  background-color: #ccc;
  transform: rotate(23deg);
}

.boxFooterInfo .boxAddressTel .boxTelFax .dlTelFax > dt {
  position: relative;
  margin-right: 0.76em;
  letter-spacing: 0.1em;
}
body.pageMainEn .boxFooterInfo .boxAddressTel .boxTelFax .dlTelFax > dt,
body.pageGroupEn .boxFooterInfo .boxAddressTel .boxTelFax .dlTelFax > dt {
  letter-spacing: normal;
}

.boxFooterInfo .boxAddressTel .boxTelFax .dlTelFax > dt:after {
  content: '：';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.69em;
  margin: auto;
  color: #ccc;
}

.boxFooterInfo .boxAddressTel .boxTelFax .dlTelFax > dd {
  letter-spacing: 0.1em;
}
body.pageMainEn .boxFooterInfo .boxAddressTel .boxTelFax .dlTelFax > dd,
body.pageGroupEn .boxFooterInfo .boxAddressTel .boxTelFax .dlTelFax > dd {
  letter-spacing: normal;
}

.boxFooterInfo .boxAddressTel .boxMap {
  width: 100%;
  margin-top: 0.25em;
}
@media all and (max-width: 750px){
  body.pageMainEn .boxFooterInfo .boxAddressTel .boxMap,
  body.pageGroupEn .boxFooterInfo .boxAddressTel .boxMap {
    width: auto;
    margin-top: 0;
    margin-left: 0.5em;
  }
}

.boxFooterInfo .boxAddressTel .boxMap a {
  letter-spacing: 0.08em;
  border-bottom: 1px #ccc solid;
}
body.pageMainEn .boxFooterInfo .boxAddressTel .boxMap a,
body.pageGroupEn .boxFooterInfo .boxAddressTel .boxMap a {
  letter-spacing: normal;
}

.boxFooterMenuWrap {
  padding-top: 7.0em;
  padding-bottom: 3.9em;
}
@media all and (max-width: 750px){
  .boxFooterMenuWrap {
    padding-top: 2.0em;
    padding-bottom: 2.0em;
  }
}

.boxFooterMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-left: 0.1em;
}
@media all and (max-width: 750px){
  .boxFooterMenu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media all and (max-width: 750px){
  .boxFooterMenuOne {
    margin-bottom: 0.7em;
  }
}

.boxFooterMenuOne.no01 {
  width: 15.54%;
}
.boxFooterMenuOne.no02 {
  width: 22.8%;
}
.boxFooterMenuOne.no03 {
  width: 17.0%;
}
.boxFooterMenuOne.no04 {
  width: 14.8%;
}
.boxFooterMenuOne.no05 {
  width: 16.6%;
}
.boxFooterMenuOne.no06 {
  width: calc(100% - (15.54% + 22.8% + 17.0% + 14.8% + 16.6%));
}
@media all and (max-width: 750px){
  .boxFooterMenuOne.no01 {
    width: 50%;
  }
  .boxFooterMenuOne.no02 {
    width: 50%;
  }
  .boxFooterMenuOne.no03 {
    width: 50%;
  }
  .boxFooterMenuOne.no04 {
    width: 50%;
    margin-bottom: 0;
  }
  .boxFooterMenuOne.no05 {
    width: 50%;
    margin-bottom: 0;
  }
  .boxFooterMenuOne.no06 {
    width: 50%;
  }
}

/*
@media all and (max-width: 750px){
  .boxFooterMenuOne.no07 .ulFooterMenu01 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
*/

.ulFooterMenu01 > li {
  margin-bottom: 1.03em;
  letter-spacing: 0.22em;
}
@media all and (max-width: 1230px){
  .ulFooterMenu01 > li {
    letter-spacing: 0.1em;
  }
}
@media all and (max-width: 750px){
  .ulFooterMenu01 > li {
    margin-bottom: 1.5em;
    letter-spacing: 0.12em;
  }
  /*
  .boxFooterMenuOne.no07 .ulFooterMenu01 > li {
    width: 50%;
  }*/
}

.ulFooterMenu01 > li .link01 {
  letter-spacing: normal;
}

.ulFooterMenu01 > li .linkExternal01 {
  position: relative;
  padding-left: 1.2em;
}

.ulFooterMenu01 > li .linkExternal01:before {
  content: '';
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 9px;
  background-image: url('./../../images/base/base-icn-external01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 1 / 1;
}

.ulFooterMenu01 > li .str2 {
  letter-spacing: 1.45em;
}

.ulFooterMenu01 > li.liEn {
  letter-spacing: 0.11em;
}

.ulFooterMenu01 > li.liSns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 1.75em;
}
@media all and (max-width: 750px){
  .ulFooterMenu01 > li.liSns {
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 0.5em;
  }
}

.ulFooterMenu01 > li.liSns .linkInstagram {
  margin-right: 0.87em;
}
.ulFooterMenu01 > li.liSns .linkFacebook {
  margin-right: 0.92em;
}

.ulFooterMenu01 > li.liSns .icnBaseInstagram02 {
  width: 1.3em;
}
.ulFooterMenu01 > li.liSns .icnBaseFacebook02 {
  width: 1.47em;
}
.ulFooterMenu01 > li.liSns .icnBaseYoutube02 {
  width: 1.3em;
}

.ulFooterMenu0101 {
  margin-top: 0.7em;
}

.ulFooterMenu0101 > li {
  margin-bottom: 0.65em;
  padding-left: 0.9em;
}
.ulFooterMenu0101 > li.typeShort {
  letter-spacing: normal;
}
@media all and (max-width: 1230px){
  .ulFooterMenu0101 > li.liEn {
    letter-spacing: normal;
  }
}

.ulFooterMenu0101 > li .str2 {
  letter-spacing: 1.3em;
}

.ulFooterMenu0101 > li {
  position: relative;
}

.ulFooterMenu0101 > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.28em;
  height: 1px;
  background-color: #555;
}


.boxFooterMenuEnWrap {
  padding: 3.0em 0;
}
@media all and (max-width: 750px){
  .boxFooterMenuEnWrap {
    padding: 1.5em 0;
  }
}

.boxFooterMenuEn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.ulFooterMenuEn01,
.ulFooterMenuEn02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.ulFooterMenuEn01 {
  margin-bottom: 1.5em;
}
@media all and (max-width: 750px){
  .ulFooterMenuEn01 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.45em;
    margin-bottom: 1.0em;
  }
  .boxHmbMenu .ulFooterMenuEn01 {
    /*-webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;*/
  }
}

.ulFooterMenuEn01 > li,
.ulFooterMenuEn02 > li {
  margin-right: 1.8em;
  letter-spacing: normal;
  font-size: 1.2rem;
}
.ulFooterMenuEn02 > li {
  position: relative;
  margin-right: 2.5em;
  font-size: 1.1rem;
}
.ulFooterMenuEn01 > li:last-child,
.ulFooterMenuEn02 > li:last-child {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .ulFooterMenuEn01 > li {
    margin-right: 0.9em;
    margin-bottom: 0.3em;
    font-size: 1.0rem;
  }
  .boxHmbMenu .ulFooterMenuEn01 > li {
    /*margin-bottom: 0.7em;
    letter-spacing: 0.05em;*/
  }
  .ulFooterMenuEn02 > li {
    font-size: 1.0rem;
  }
}

.ulFooterMenuEn02 > li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 0;
  right: -1.35em;
  width: 1px;
  height: 1.0em;
  background-color: #b4766a;
}
@media all and (max-width: 750px){
  .ulFooterMenuEn02 > li:not(:last-child):after {
    top: 0.1em;
  }
}

.ulFooterMenuEn02 > li a {
  color: #b4766a;
}

.boxFooterBn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 7.15em;
}
@media all and (max-width: 750px){
  .boxFooterBn {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 2.0em;
  }
}

.boxFooterBn a {
  margin-right: 2%;
}
.boxFooterBn a:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxFooterBn a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.2em;
  }
  .boxFooterBn a:nth-child(3n) {
    margin-bottom: 0;
  }
}

@media all and (max-width: 750px){
  .boxFooterBn a img {
    width: 100%;
  }
}

.boxCopyrightWrap {
  background-color: #998777;
}

.boxCopyright {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 4.98em;
}
@media all and (max-width: 750px){
  .boxCopyright {
    height: 3.0em;
  }
}

.boxCopyright > p {
  padding-top: 0.3em;
  text-align: center;
  letter-spacing: 0.094em;
  font-size: 0.9rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxCopyright > p {
    letter-spacing: normal;
    font-size: 0.73rem;
  }
}

@media all and (max-width: 750px){
  .boxCopyright > p .markCopy {
    font-family: Verdana, Roboto, "Droid Sans";
  }
}

.boxFooterMap iframe {
  width: 100%;
  height: 508px;
}
@media all and (max-width: 750px){
  .boxFooterMap iframe {
    height: 80vw;
  }
}


/*##### Base Page #####*/
.boxPageWrap {
  padding: 5.0em 0 0 0;
}
body.pageGroupEn .boxPageWrap,
body.pageGroupKo .boxPageWrap,
body.pageGroupZhTw .boxPageWrap {
  padding: 0;
}
@media all and (max-width: 750px){
  .boxPageWrap {
    padding: 2.0em 0 2.0em 0;
  }
  body.pageGroupEn .boxPageWrap,
  body.pageGroupKo .boxPageWrap,
  body.pageGroupZhTw .boxPageWrap {
    padding: 2.0em 0 0 0;
  }
}

.boxPage01 {
  padding-bottom: 4.8em;
}
@media all and (max-width: 750px){
  .boxPage01 {
    /*padding-top: 2.0em;*/
    padding-bottom: 0;/*2.5em;*/
  }
}

.ttlBasePageH1 {
  margin-bottom: 0.5em;
  letter-spacing: 0.03em;
  font-size: 2.57rem;
}
@media all and (max-width: 750px){
  .ttlBasePageH1 {
    font-size: 2.133rem;
  }
}


/*##### Common Contents #####*/
.boxCsNkPopup01Cont {
  width: 450px;
  background-color: #fff;
}
@media all and (max-width: 750px){
  .boxCsNkPopup01Cont {
    width: 85%;
  }
}

.boxCsNkPopup01Cont .ttl01 {
  position: relative;
  margin-bottom: 1.75em;
  padding-bottom: 0.8em;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 1.65rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxCsNkPopup01Cont .ttl01 {
    margin-bottom: 1.2em;
    font-size: 1.4rem;
  }
}

.boxCsNkPopup01Cont .ttl01:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 3.5em;
  height: 1px;
  margin: auto;
  background-color: #d0ccc9;
}

.boxCsNkPopup01Cont .linkBase03 {
  margin-right: auto;
  margin-left: auto;
  border-radius: 1.0em;
}
@media all and (max-width: 750px){
  .boxCsNkPopup01Cont .linkBase03 {
    border-radius: 0.6em;
  }
}

.boxCsNkPopup01Cont .btnCsNkPopupClose {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 2.0em;
  padding: 0.45em 2.5em 0.35em 2.5em;
  background-color: #ede9e6;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxCsNkPopup01Cont .btnCsNkPopupClose {
    margin-top: 0.5em;
    font-size: 0.9rem;
  }
}

.boxCsNkPopup01Cont .btnCsNkPopupClose > span {
  position: relative;
  padding-left: 1.4em;
  padding-right: 0.7em;
}

.boxCsNkPopup01Cont .btnCsNkPopupClose > span:before {
  content: '×';
  position: absolute;
  top: -0.1em;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 1.4rem;
}
@media all and (max-width: 750px){
  .boxCsNkPopup01Cont .btnCsNkPopupClose > span:before {
    font-size: 1.13rem;
  }
}