@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: "Anta", sans-serif;
  --base-font-en02: "Poppins", sans-serif;
  --base-font-weight: 500;
  --base-txt-black: #1c1c1c;
}

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

/*
body.home {
  background-image: url('./../../images/design/design-index.jpg');
  background-repeat: no-repeat;
  background-position: center 605px;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}
@media all and (max-width: 640px){
  body.home {
    background-image: url('./../../images/design/design-index-sp.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: rgba(255,255,255,0.3);
    background-blend-mode: lighten;
  }
}*/
/*
body.home .boxLayoutBaseIn {
  min-height: 12500px;
}*/

.grecaptcha-badge {
  display: none;
}

#container {
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 640px){
  #container {
    /*overflow: hidden;*/
    padding-top: 15.2vw;
  }
}

/*
#main {
}

.boxContent {
}*/

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


/***** Header *****/
.boxHeader {
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1120px;
  height: 102px;
  /*background-color: rgba(255,0,0,0.3);*/
}
html.typeScroll .boxHeader {
  background-color: #191724;
}
@media all and (max-width: 640px){
  .boxHeader {
    position: absolute;
    min-width: auto;
    height: 15.2vw;
  }
  html.typeScroll .boxHeader {
    background-color: transparent;
  }
}

.boxHeader01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 102px;
}
@media all and (max-width: 640px){
  .boxHeader01 {
    height: 15.2vw;
  }
}

.boxHeader01L {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 2.4vw;
}
@media all and (max-width: 1220px){
  .boxHeader01L {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.boxHeader01L .logo01Header {
  width: 176px;
}
@media all and (max-width: 640px){
  .boxHeader01L .logo01Header {
    position: absolute;
    top: 3.0vw;
    left: 4vw;
    width: 31.2vw;
  }
}

.boxHeader01L .pHeader01 {
  margin-top: 0.1em;
  margin-left: 1.85vw;
  letter-spacing: 0.06em;
  font-size: 1.13rem;
  color: #fff;
}
@media all and (max-width: 1220px){
  .boxHeader01L .pHeader01 {
    margin-top: 0.5em;
  }
}
@media all and (max-width: 640px){
  .boxHeader01L .pHeader01 {
    margin-top: 2.6em;
    margin-left: 1.5vw;
    font-size: 0.62rem;
  }
}

.boxHeader01R {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 0.8vw;
}
@media all and (max-width: 640px){
  .boxHeader01R {
    display: none;
  }
}

.boxHeader01R .ulHeaderMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.boxHeader01R .ulHeaderMenu01 > li {
  position: relative;
  z-index: 2;
  margin-right: 4.1vw;
}
@media all and (max-width: 1460px){
  .boxHeader01R .ulHeaderMenu01 > li {
    margin-right: 1.5vw;
  }
  .boxHeader01R .ulHeaderMenu01 > li:last-child {
    margin-right: 1.7vw;
  }
}
@media all and (max-width: 1136px){
  .boxHeader01R .ulHeaderMenu01 > li {
    margin-right: 2.03em;/*2.5vw;*/
  }
  .boxHeader01R .ulHeaderMenu01 > li:last-child {
    margin-right: 2.03em;
  }
}

.boxHeader01R .ulHeaderMenu01 > li:after {
  content: '';
  position: absolute;
  bottom: -0.6em;
  left: 0;
  /*right: 0;*/
  width: 0;/*100%;*/
  height: 2px;
  margin: auto;
  border-radius: 0.49em;
  background: linear-gradient(to right, #7614be 0%, #ff9c05 100%);
  opacity: 0;
  transition: opacity 0.1s linear, width 0.3s linear;
}

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

.boxHeader01R .ulHeaderMenu01 > li a {
  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;
  font-weight: 700;
  color: #fff;
}
.boxHeader01R .ulHeaderMenu01 > li a:hover {
  opacity: 1;
}

.boxHeader01R .ulHeaderMenu01 > li a .txtEn {
  margin-bottom: 0.1em;
  letter-spacing: 0.06em;
  font-size: 1.43rem;
}

.boxHeader01R .ulHeaderMenu01 > li a .txtJa {
  letter-spacing: 0.05em;
}

.boxHeader01R .linkHeaderEntry {
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 210px;
  height: 70px;
  /*padding-top: 0.3em;*/
  padding-left: 1.5em;
  background: linear-gradient(45deg, #9240d6 0%, #fab828 100%);
  letter-spacing: 0.15em;
  font-family: var(--base-font-en);
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  color: #fff;
}
@media all and (max-width: 1460px){
  .boxHeader01R .linkHeaderEntry {
    width: 170px;
    padding-left: 1.8em;
  }
}
@media all and (max-width: 1136px){
  .boxHeader01R .linkHeaderEntry {
    width: 180px;
    padding-left: 1.8em;
  }
}

.boxHeader01R .linkHeaderEntry:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  display: block;
  width: 30px;
  height: 100%;
  background-color: rgba(255,255,255,0.6);/*#fff;*/
  transition: cubic-bezier(0.32, 0, 0.67, 0);
  opacity: 0;
}
.boxHeader01R .linkHeaderEntry:hover:before {
  animation: kiran 0.5s linear;
}

.boxHeader01R .linkHeaderEntry > span {
  position: relative;
}

.boxHeader01R .linkHeaderEntry > span:before {
  content: '';
  position: absolute;
  top: -0.2em;
  left: -2.3em;
  width: 1.5em;
  height: 1.8em;
  background-image: url('./../../images/common/header-icn-btn-entry01.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
@media all and (max-width: 1460px){
  .boxHeader01R .linkHeaderEntry > span:before {
    left: -1.9em;
  }
}


/*##### linkHeaderEntrySp #####*/
.linkHeaderEntrySp {
  display: none;
}
@media all and (max-width: 640px){
  .linkHeaderEntrySp {
    position: fixed;
    z-index: 1002;
    top: 0;
    right: 14.0vw;
    display: -webkit-flex;
    display: flex;
    /*display: none;*/
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 15.2vw;
    height: 15.2vw;
    padding-top: 0.55em;
    padding-right: 0.1em;
    background: linear-gradient(45deg, #9240d6 0%, #fab828 100%);
    font-family: var(--base-font-en);
    font-size: 0.81rem;
    font-style: italic;
    color: #fff;
  }
}

@media all and (max-width: 640px){
  .linkHeaderEntrySp:after {
    content: '';
    position: absolute;
    top: 2.1em;
    left: 0.4em;
    right: 0;
    width: 1.8em;
    height: 2.2em;
    margin: auto;
    background-image: url('./../../images/common/header-icn-btn-entry01.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
  }
}


/***** Hmb Menu *****/
.btnHmbMenu {
  display: none;
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 260px;
  cursor: pointer;
}
@media all and (max-width: 640px){
  .btnHmbMenu {
    top: 4vw;
    right: 4vw;
    width: 14vw;
    height: 15.2vw;
    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: 640px){
  .btnHmbMenu.typeCss01 {
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-flex;
    display: flex;
    /*display: none;*/
    width: 14vw;
    height: 15.2vw;
    background-color: #191724;
  }
}

@media all and (max-width: 640px){
  .btnHmbMenu.typeCss01:after {
    content: 'MENU';
    position: absolute;
    top: 4.05em;
    left: 50%;
    letter-spacing: 0.05em;
    font-family: var(--base-font-en);
    font-size: 0.55rem;
    transform: translateX(-40.5%);
    color: #fff;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn {
  position: relative;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
@media all and (max-width: 640px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn {
    top: -0.4em;
    left: 0.15em;
    width: 31%;
    height: 21%;
  }
}

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

.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;
}

.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: 640px){
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
    transform: translateY(2.6vw) rotate(-45deg);
    transform: translateY(0.36em) rotate(-45deg);
  }
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(3) {
    transform: translateY(-2.6vw) rotate(45deg);
    transform: translateY(-0.36em) rotate(45deg);
  }
}

.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);
  text-align: center;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxHmbMenu {
    padding: 15.2vw 0 5vw 0;
    text-align: left;
  }
}

@media all and (max-width: 640px){
  .ulHmbMenu01 {
    margin-bottom: 2.0em;
  }
}

.ulHmbMenu01 > li {
  padding: 1.0em 0;
  font-size: 1.5rem;
}
@media all and (max-width: 640px){
  .ulHmbMenu01 > li {
    width: 100%;
    padding: 3vw 5vw 3vw 10vw;
    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: 640px){
  .ulHmbMenu01 > li:not(:last-child):after {
    content: none;
  }
}

@media all and (max-width: 640px){
  .ulHmbMenu01 > li a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    letter-spacing: 0.1em;
  }
}

@media all and (max-width: 640px){
  .ulHmbMenu01 > li a .txtEn {
    margin-bottom: 0.1em;
    font-family: var(--base-font-en);
    font-size: 1.5rem;
  }
}

@media all and (max-width: 640px){
  .ulHmbMenu01 > li a .txtJa {
    font-size: 1.0rem;
  }
}

@media all and (max-width: 640px){
  .boxHmbMenu .linkEntry {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: linear-gradient(45deg, #9240d6 0%, #fab828 100%);
    width: 80%;
    height: 2.35em;
    margin: 0 auto;
    letter-spacing: 0.1em;
    font-family: var(--base-font-en);
    font-style: italic;
    font-size: 1.5rem;
    color: #fff;
  }
}

.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: 640px){
  .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: 640px){
  .boxHmbMenuSns a {
    margin: 0 0.5em;
  }
}

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



/*##### Mv #####*/
.boxMvWrap {
  position: relative;
  padding-top: 217px;
  background-color: #000;
  background-image: url('./../../images/base/base-mv.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxMvWrap {
    padding-top: 26.5%;
    /*
    background-image: url('./../../images/base/sp-base-mv-bg01.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;*/
    background-size: auto 100% ;
  }
}

.boxMv {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.ttlMv {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  /*font-family: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
  /*padding-top: 2.2em;*/
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  /*font-weight: 400;*/
  color: #fff;
}
@media all and (max-width: 640px){
  .ttlMv {
    /*padding-top: 0.5em;*/
  }
}

.ttlMv .ttlParent {
  margin-top: -1.9em;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-size: 1.75rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .ttlMv .ttlParent {
    font-size: 1.1rem;
  }
}

.ttlMv .ttlJa {
  letter-spacing: 0.2em;
  font-size: 3.0rem;
}
@media all and (max-width: 640px){
  .ttlMv .ttlJa {
    font-size: 1.4rem;
  }
}

.ttlMv .ttlEn {
  /*
  margin-right: 0.5em;
  line-height: 0.85;
  letter-spacing: normal;
  font-family: Jost, sans-serif;
  font-size: 8.0rem;*/
}
@media all and (max-width: 640px){
  .ttlMv .ttlEn {
    /*
    font-size: 2.5rem;*/
  }
}

.boxMvImg {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 60.7%;
  height: 466px;
}

.boxMvImg .imgMv {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  /*opacity: 0.7;*/
}



/*##### Footer #####*/
.boxFooter01 {
  min-height: 305px;
  padding-bottom: 4em;
  padding-top: 4.56em;
  background-color: #191724;
}
@media all and (max-width: 640px){
  .boxFooter01 {
    min-height: auto;
    padding-bottom: 2em;
    padding-top: 3em;
  }
}

.boxFooter01 .ttl01 {
  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-bottom: 1.87em;
}

.boxFooter01 .ttl01 .ttlLogo01 {
  margin-bottom: 0.6em;
}

.boxFooter01 .ttl01 .ttlLogo01 img {
  width: 200px;
}

.boxFooter01 .ttl01 .ttlSub01 {
  letter-spacing: normal;
  font-size: 1.22rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxFooter01 .ttl01 .ttlSub01 {
    font-size: 1.0rem;
  }
}

.boxFooter01 .boxSns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 2.05em;
}

.boxFooter01 .boxSns a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 0.44em;
  border-radius: 40px;
  background-color: #fff;
}
@media all and (max-width: 640px){
  .boxFooter01 .boxSns a {
    width: 10vw;
    height: 10vw;
    border-radius: 10vw;
  }
}

.boxFooter01 .boxSns .icnInstagram01 {
  width: 18px;
}
@media all and (max-width: 640px){
  .boxFooter01 .boxSns .icnInstagram01 {
    width: 4.5vw;
  }
}

.boxFooter01 .boxSns .icnMap01 {
  width: 25px;
}
@media all and (max-width: 640px){
  .boxFooter01 .boxSns .icnMap01 {
    width: 6.25vw;
  }
}

.boxFooter01 .boxLink {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 640px){
  .boxFooter01 .boxLink {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /*-webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;*/
  }
}

.boxFooter01 .boxLink a {
  position: relative;
  margin: 0 1.7em;
  letter-spacing: 0.08em;
  font-size: 1.13rem;
  font-weight: 700;
  color: #a8aaec;
  text-decoration: underline;
}
@media all and (max-width: 640px){
  .boxFooter01 .boxLink a {
    /*margin: 0.6em 0;*/
    margin: 0 1.5em 1.0em 1.5em;
    font-size: 0.88rem;
  }
}

.boxFooter01 .boxLink a:before {
  content: '';
  position: absolute;
  top: 0.3em;
  left: -1.5em;
  width: 15px;
  height: 14px;
  background-image: url('./../../images/base/base-icn-external-link01.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxFooter01 .boxLink a:before {
    top: 0.2em;
    width: 1.0em;
    height: 1.0em;
    background-size: 100% auto;
  }
}

.boxFooterLink01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 7em;
  padding-right: 0.8em;
  background-color: #fff;
}
@media all and (max-width: 640px){
  .boxFooterLink01 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: auto;
    padding: 0.8em 5% 1.0em 5%;
  }
}

.boxFooterLink01 a {
  position: relative;
  top: 0.05em;
  margin-right: 3.28%;
  letter-spacing: 0.04em;
  font-family: var(--base-font-en);
  font-size: 1.45rem;
}
.boxFooterLink01 a:last-child {
  margin-right: 0;
}
.boxFooterLink01 a.linkEntry01 {
  overflow: hidden;
  position: relative;
  top: -0.04em;
  left: 0.38em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: linear-gradient(45deg, #9240d6 0%, #fab828 100%);
  width: 172px;
  height: 2.35em;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxFooterLink01 a {
    margin: 0.35em 5% 0.35em 0;
    font-size: 1.2rem;
  }
  .boxFooterLink01 a.linkEntry01 {
    width: 5em;
    height: 1.6em;
  }
}



.boxFooterLink01 a.linkEntry01:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  display: block;
  width: 30px;
  height: 100%;
  background-color: rgba(255,255,255,0.6);
  transition: cubic-bezier(0.32, 0, 0.67, 0);
  opacity: 0;
}
.boxFooterLink01 a.linkEntry01:hover:before {
  animation: kiran 0.5s linear;
}


.boxFooterMap01 {
  height: 460px;
}
@media all and (max-width: 640px){
  .boxFooterMap01 {
    overflow: hidden;
    height: 70vw;
  }
}

.boxFooterMap01 iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(.5);
}
@media all and (max-width: 640px){
  .boxFooterMap01 iframe {
    position: relative;
    top: -50%;
    height: 200%;
  }
}

.boxCopyrightWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 3.9em;
  padding-top: 0.4em;
  background-color: #191724;
}
@media all and (max-width: 640px){
  .boxCopyrightWrap {
    height: 3.0em;
    padding-top: 0;
  }
}

.boxCopyright {
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 0.9rem;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxCopyright {
    letter-spacing: normal;
    font-size: 0.73rem;
  }
}

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


/*##### Base Page #####*/
.boxPageWrap {
  padding: 5.0em 0 8.0em 0;
}
@media all and (max-width: 640px){
  .boxPageWrap {
    padding: 2.0em 0 2.5em 0;
  }
}

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

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


/*##### Common Contents #####*/
