@charset "utf-8";

:root {
  --base-font-gothic: fot-tsukuardgothic-std, sans-serif;
  --base-font-gothic02: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-gothic03: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-min: 'Shippori Mincho B1', serif;
  --base-font-min02: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-min03: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-en: HelveticaNeue;/* w300 / w700 */
  --base-font-weight: 500;
  --base-txt-black: #59493f;
  --base-txt-blue: #3493db;
  --base-txt-pink: #e96087;
  --base-txt-red: #e43a6a;
}

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: 750px){
  body {
    min-width: 100%;
    padding-right: 0;
  }
}

#container {
  position: relative;
  overflow: hidden;
  padding-top: 132px;
}
@media all and (max-width: 750px){
  #container {
    /*overflow: hidden;*/
    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;
  background-color: rgba(255,255,255,0.7);
}
@media all and (max-width: 750px){
  html.statusMenuOpen .boxHeader {
    background-color: #fff;
  }
}

.boxHeader01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 132px;
  padding: 0.2em 1.3% 0 1%;
}

@media all and (max-width: 750px){
  .boxHeader01 {
    height: 16.7vw;
  }
}

.boxHeader01L {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.boxHeader0101L {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media all and (max-width: 1290px){
  .boxHeader01L{
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media all and (max-width: 750px){
  .boxHeader01L {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.boxHeader01L .boxHeaderLogo01,
.boxHeader0101L .boxHeaderLogo01{
  margin-left: 0.26vw;
  letter-spacing: 0.1em;
  font-weight: 700;
  width:445px; margin-top: 0.2em;
}


/*@media all and (max-width: 1290px){
  .boxHeader01L .boxHeaderLogo01 {
    margin-left: 5.55em;
    margin-top: 1.0em;
  }
}*/
@media all and (max-width: 750px){
  .boxHeader01L .boxHeaderLogo01{
    position: absolute;
    top: 4%;
    left: 0;
    margin-top: 0;
    margin-left: 0.5vw;
    transform: translateY(-50%);
    font-size: 0.65rem;
  }
	.boxHeader0101L .boxHeaderLogo01{
    position: absolute;
    top: 4%;
    left: 0;
    margin-top: 0;
    margin-left: 0.5vw;
    transform: translateY(-50%);
    font-size: 0.65rem;
  }
}

@media all and (max-width: 750px){
  .boxHeader01L .logo01Header {
    position: absolute;
    top: 3.0vw;
    left: 4vw;
    width: 48vw;
  }
  .boxHeader0101L .logo01Header {
    position: absolute;
    top: 5.0vw;
    left: 3vw;
    width: 48vw;
  }
}

.boxHeader0101L .pHeader01 {
  margin-left: 0.7vw;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media all and (max-width: 1290px){
  .boxHeader0101L .pHeader01 {
    margin-left: 0.7vw;
   /* margin-top: 1.0em;*/
  }
}
@media all and (max-width: 750px){
  .boxHeader0101L .pHeader01 {
    position: absolute;
    top: 3.2vw;
    left: 2.5vw;
    margin-top: 0;
    margin-left: 0.5vw;
    transform: translateY(-50%);
    font-size: 0.65rem;
  }
}

.boxHeader01R {
  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-end;
  align-items: flex-end;
  height: 100%;
}
.boxHeader0101R {
  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-end;
  align-items: flex-end;
  height: 100%;
}
@media all and (max-width: 750px){
  .boxHeader01R,
	.boxHeader0101R{
    display: none;
  }
}

.boxHeader01R .boxHeaderTop {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 1.37em;
  padding-top: 1.1em;
}

.boxHeader0101R .boxHeaderTop {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 1.37em;
  padding-top: 1.0em;
}

.boxHeader01R .boxHeaderTop {
	height:1.8vw; /*.linkBaseTelno非表示用*/
}

.boxHeader01R .boxHeaderTop .linkBaseTelno,
.boxHeader0101R .boxHeaderTop .linkBaseTelno{
  position: relative;
  /*top: -0.07em;*/
  padding-left: 1.08em;
  letter-spacing: 0.04em;
  font-size: 1.97rem;
  font-weight: 700;
  color: #0072ba;
}

.boxHeader01R .boxHeaderTop .linkBaseTelno:before,
.boxHeader0101R .boxHeaderTop .linkBaseTelno:before {
  content: '';
  position: absolute;
 top: 0.06em;
    bottom: 0;
    left: 0;
	/*top: 50%;
	transform:translatey(-50%);
  left: 0;*/
  width: 0.8em;
  height:1.2em;
  background-image: url('./../../images/base/base-icn-tel01.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}

.boxHeader01R .boxHeaderTop .linkHeaderContact,
.boxHeader0101R .boxHeaderTop .linkHeaderContact {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 266px;/*580px;*//*376px;*//*520px;*//*452px;*/
  height: 50px;
  margin-left: 1.3vw;
	padding-left:1.3vw;
	font-size:1.21rem;
  border-radius: 50px;
  background-color: #0072ba;
  color: #fff;
	font-weight:700;
}
.boxHeader01R .boxHeaderTop .linkHeaderContact:before,
.boxHeader0101R .boxHeaderTop .linkHeaderContact:before{
  content: '';
  position: absolute;
  top: 50%;
	transform:translatey(-50%);
  left: 1.85em;
  width: 30px;
  height: 30px;
  background-image: url('./../../images/base/base-icon-webreserve.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
.boxHeader01R .boxHeaderTop .linkHeaderContact span,
.boxHeader0101R .boxHeaderTop .linkHeaderContact span{
	font-size:1.3rem;
}
@media all and (max-width: 1350px){
  .boxHeader01R .boxHeaderTop .linkHeaderContact,
	.boxHeader0101R .boxHeaderTop .linkHeaderContact{
    /*width: 452px;*/
  }
}

.boxHeader01R .boxHeaderTop .linkHeaderContact .br01 {
  display: none;
}
@media all and (max-width: 1350px){
  .boxHeader01R .boxHeaderTop .linkHeaderContact .br01 {
    display: inline;
  }
}


.boxHeader01R .boxHeaderTop .linkHeaderContact .txt01 {
  position: relative;
  margin-right: 2.7em;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
}
@media all and (max-width: 1350px){
  .boxHeader01R .boxHeaderTop .linkHeaderContact .txt01 {
    text-align: center;
  }
}

.boxHeader01R .boxHeaderTop .linkHeaderContact .txt01:after {
  content: '';
  position: absolute;
  top: 0.1em;
  bottom: 0;
  right: -2.2em;
  width: 1.8em;
  height: 1px;
  margin: auto;
  background-color: #fff;
  transform: rotate(-55deg);
}

.boxHeader01R .boxHeaderTop .linkHeaderContact .txt02 {
  letter-spacing: 0.15em;
  font-size: 1.3rem;
}

.boxHeader01R .boxHeaderBottom,
.boxHeader0101R .boxHeaderBottom{
  padding-right: 0.8vw;
}
@media all and (max-width: 1430px){
  .boxHeader01R .boxHeaderBottom,
	.boxHeader0101R .boxHeaderBottom{
    padding-right: 0.4vw;
  }
}

.boxHeader01R .ulHeaderMenu01,
.boxHeader0101R .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,
.boxHeader0101R .ulHeaderMenu01 > li{
  position: relative;
  z-index: 2;
  margin-left: 2.82vw;
  letter-spacing: 0.07em;
  font-size: 1.2rem;
  font-weight: 700;
}
@media all and (max-width: 1430px){
  .boxHeader01R .ulHeaderMenu01 > li,
	.boxHeader0101R .ulHeaderMenu01 > li{
    margin-left: 1.0em;/*1.5vw;*/
  }
}

.boxHeader01R .ulHeaderMenu01 > li:after,
.boxHeader0101R .ulHeaderMenu01 > li:after{
  content: '';
  position: absolute;
  top: 2.5em;
  left: 0;
  right: 0;
  width: 19px;
  height: 19px;
  background-image: url('./../../images/base/base-icn-heart.svg');
  margin: auto;
  /*border-radius: 0.49em;
  background-color: #11bedc;*/
  opacity: 0;
  transition: opacity 0.1s linear;
}

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

.boxHeader01R .ulHeaderMenu01In,
.boxHeader0101R .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,
.boxHeader0101R .ulHeaderMenu01 > li:hover .ulHeaderMenu01In{
  display: block;
  animation: baseAniFadein 0.3s linear normal forwards;
}

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



/***** 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;
  transition: transform 0.3s linear;
}
@media all and (max-width: 1350px){
  .btnHmbMenu.typeCss01 {
    /*
    display: -webkit-flex;
    display: flex;*/
  }
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 {
    position: fixed;
    top: 5vw;
    right: 4vw;
    display: -webkit-flex;
    display: flex;
    width: 8.5vw;
    height: 6vw;
    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: #0072ba;
  border-radius: 3px;
  transition: all .4s;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
    height: 0.5vw;
    border-radius: 0.5vw;
  }
}

.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 {
 /* transform: rotate(90deg);*/
}


.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) {
    transform: translateY(2.8vw) rotate(-45deg);
    transform: translateY(calc(3.0vw - 0.8vw / 2)) rotate(-45deg);
  }
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(3) {
    transform: translateY(-2.8vw) rotate(45deg);
    transform: translateY(calc(-3.0vw + 0.8vw / 2)) 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: #EEF3F6;/*rgba(0,0,0,0.7);*/
  text-align: center;
  color: #003670;
}
@media all and (max-width: 750px){
  .boxHmbMenu {
    padding: 16.7vw 0 5vw 0;
    text-align: left;
  }
}

.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;
    font-weight: 700;
  }
  .ulHmbMenu01 > li:first-child {
    padding-top: 7vw;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu01 > li a {
    padding-left: 1.5em;
    background-image: url('./../../images/base/base-icn-point-blue.svg');
    background-repeat: no-repeat;
    background-position: left top 0.3em;
    background-size: 0.6em auto;
  }
}

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

@media all and (max-width: 750px){
  .boxHmbMenuContact {
    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-top: 2em;
    margin-bottom: 1.0em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuContact .linkBaseTelno {
    position: relative;
    -webkit-align-self: center;
    align-self: center;
    margin-right: 0.68em;
    margin-bottom: 1.0em;
    padding-left: 1.0em;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    font-weight: 700;
    color: #345f8d;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuContact .linkBaseTelno:before {
    content: '';
    position: absolute;
    top: 0.18em;
    bottom: 0;
    left: 0;
    width: 4.5vw;
    height: 6vw;
    background-image: url('./../../images/base/base-icn-tel01.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuContact .linkHmbMenuContact {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 90%;
    height: 20vw;
    margin-left: auto;
    margin-right: auto;
    /*border-radius: 15vw;
    background-color: #11bedc;*/
    color: #fff;
  }
	
  .boxHmbMenuContact .boxDl01{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 85%;
  height: 54px;
  margin-top: 1.0em;
  margin-bottom: 1.0em;
 margin-left: 1.0em;
  border-radius: 10px;
  background-color: #fff;
	}
	
.boxHmbMenuContact .boxDl01 .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
   font-size: 1.0rem;
}
.boxHmbMenuContact .boxDl01 .dl01 > dt {
  margin-right: 0.8em;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: var(--base-txt-blue);
}

}

@media all and (max-width: 750px){
  .boxHmbMenuContact .linkHmbMenuContact .txt01 {
    position: relative;
    margin-right: 2.7em;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 0.9rem;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuContact .linkHmbMenuContact .txt01:after {
    content: '';
    position: absolute;
    top: 0.1em;
    bottom: 0;
    right: -2.2em;
    width: 1.8em;
    height: 1px;
    margin: auto;
    background-color: #fff;
    transform: rotate(-55deg);
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuContact .linkHmbMenuContact .txt02 {
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
}



.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: 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: 750px){
  .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: 750px){
  .ttlMv {
    /*padding-top: 0.5em;*/
  }
}

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

.ttlMv .ttlJa {
  letter-spacing: 0.2em;
  font-size: 3.0rem;
  color: #0068b7;
}
@media all and (max-width: 750px){
  .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;
  font-family: var(--base-font-min);*/
  color: #003670;
}
@media all and (max-width: 750px){
  .ttlMv .ttlEn {
    /**/
    font-size: 0.7rem;
  }
}

.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 #####*/
.boxFooter {
  padding-bottom: 5.8em;
  background-color: #f4fafe;
  background-image: url('./../../images/base/base-bg-footer.png');
  background-repeat:no-repeat;
  background-position: center top 5.8em;
  background-size:100% auto;
}
@media all and (max-width: 750px){
  .boxFooter {
   background-position: center top  9.8em;
	  background-size:160% auto;
	  padding-bottom: 2.0em;
  }
}

.boxFooterMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  /*-webkit-align-items: center;
  align-items: center;*/
  min-height: 100px;
  /*border-top: 1px #bac4ce solid;
  border-bottom: 1px #bac4ce solid;*/
  background-color: #fff;
}

.ulFooterMenu01 {
  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: 750px){
  .ulFooterMenu01 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 1.0em 0 1.5em 1.0em;
  }
}

.ulFooterMenu01 > li {
  margin: 0 0.96em;
  letter-spacing: -0.01em;
  font-size: 1.3rem;
  color: #0072ba;/*#003670;*/
}
@media all and (max-width: 750px){
  .ulFooterMenu01 > li {
    width: 50%;
    margin: 0;
    margin-bottom: 0.5em;
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}

.boxFooterInfo {
  /*padding-top: 6.2em;*/
  text-align: center;
}
@media all and (max-width: 750px){
  .boxFooterInfo {
   /* padding-top: 3.0em;*/
  }
}

.boxFooterInfo .boxLogo {
  margin-bottom: 1.0em;
  /*padding-right: 1.9em;*/
}

.boxFooterInfo .boxLogo img {
    width: 238px;
	height:auto;
  }

@media all and (max-width: 750px){
  .boxFooterInfo .boxLogo img {
    width: 46.3vw;
	height:auto;
  }
}

.boxFooterInfo .boxTelAddress {
  display: -webkit-flex;
  display: flex;
	flex-direction:column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 6.1em;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxTelAddress {
    -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: 3.0em;
  }
}

.boxFooterInfo .boxTelAddress .linkBaseTelno {
  position: relative;
  margin-top: 1.5em;
  padding-left: 1.15em;
  letter-spacing: 0.03em;
  font-size: 1.97rem;
  font-weight: 700;
  color: #345f8d;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxTelAddress .linkBaseTelno {
    -webkit-align-self: center;
    align-self: center;
    margin-right: 0.68em;
    margin-bottom: 0.7em;
    padding-left: 1.0em;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
  }
}

.boxFooterInfo .boxTelAddress .linkBaseTelno:before {
  content: '';
  position: absolute;
  top: 0.06em;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 30px;
  background-image: url('./../../images/base/base-icn-tel01.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto  100%;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxTelAddress .linkBaseTelno:before {
    top: 0.18em;
    width: 4.5vw;
    height: 6vw;
  }
}

.boxFooterInfo .boxTelAddress .txtZipcode {
  position: relative;
  top: 0.04em;
  margin-right: 0.3em;
  font-size: 1.285rem;
  color: #003670;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxTelAddress .txtZipcode {
    margin-bottom: 0.2em;
    font-size: 0.9rem;
  }
}

.boxFooterInfo .boxTelAddress .txtAddress {
  position: relative;
  top: 0.04em;
  letter-spacing: 0.06em;
  font-size: 1.285rem;
  color: #003670;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxTelAddress .txtAddress {
    text-align: left;
    line-height: 1.6;
    font-size: 0.9rem;
  }
}

.boxFooterInfo .pFooter01 {
  margin-bottom: 3.0em;
  letter-spacing: 0.08em;
  font-size: 1.07rem;
  color: #003670;
}
@media all and (max-width: 750px){
  .boxFooterInfo .pFooter01 {
    margin-bottom: 2.0em;
    font-size: 0.8rem;
  }
}

.boxCopyright {
  text-align: center;
  letter-spacing: 0.09em;
  font-size: 0.857rem;
  font-family:var(--base-font-gothic03);
  color: #003670;
}
@media all and (max-width: 750px){
  .boxCopyright {
    letter-spacing: normal;
    font-size: 0.73rem;
  }
}

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


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

.boxPage01 {
  padding-bottom: 4.8em;
}
@media all and (max-width: 750px){
  .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: 750px){
  .ttlBasePageH1 {
    font-size: 2.133rem;
  }
}

.timerHidden{ display: none;}
.timerVisible{ display: block;}

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