@charset "utf-8";

/* Table Of Contents
---------------------------------------------------------------------------- 
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */

@import url(./css.css);

/*General Elements
---------------------------------------------------------------------------- */
.l-pageBody {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* font-size: 12px; */
  font-size: 12px;
  line-height: 1.5;
  text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  max-height: 999999px;
  color: #333;
  min-width: 1200px;
}
.mac body {
  /* font-size: 11px; */
  font-size: 15px;
}
a {
  text-decoration: underline;
  color: #353535;
  outline: none;
  overflow-wrap: break-word;
  /*word-break: break-all;*/
}
a:hover {
  text-decoration: none;
}
a.redline {
  text-decoration: underline;
  color: #ff0000 !important;
  outline: none;
  overflow-wrap: break-word;
  /*word-break: break-all;*/
}
a.redline:hover {
  text-decoration: none;
}

.l-webfont-style {
  font-family: "Cinzel", serif;
}

p,
span,
dt,
dd,
th,
td,
li,
h1,
h2,
h3,
div {
  max-height: 999999px;
  background-image: url(../../images/common/spacer.gif);
}

/*-----------------------*/
/*.boxShadow {
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}*/
.boxShadow {
  box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.14);
  -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.14);
  -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.14);
  -o-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.14);
  -ms-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.14);
}
/*-----------------------*/

.pc {
  display: block;
}
.sp {
  display: none;
}
.pcBr {
  display: inline;
}
.spBr {
  display: none;
}

.l-h1-warp {
  display: none;
}

/* SP */
@media screen and (max-width: 768px) {
  body {
    min-width: 100vw;
  }

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: inline;
  }
}

/*.test {
	opacity: 0;
}*/

/*l-header
---------------------------------------------------------------------------- */

.l-header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #101010;
  z-index: 1000;
  /*border-bottom:1px solid #ffffff;*/
}

.l-headerin-wrap {
  max-width: 1580px;
  min-width: 1200px;
  margin: 0px auto;
}

.l-headerin {
  padding: 8px 10px 0px 25px;
}
.l-headerin .l-header-logp {
  /*	margin-left:33%;*/
  width: 100%;
  padding-top: 9px;
  padding-bottom: 16px;
  text-align: center;
}

.headerLogoImg {
  display: inline-block;
  width: 450px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: -15px;
  margin-top: 2px;
}
.l-headerin .l-header-logp2 {
  float: right;
  margin-top: -50px;
  padding-top: 9px;
  padding-bottom: 16px;
}

/* SP */
@media screen and (max-width: 768px) {
  .l-header {
    width: 100vw;
    height: 90px;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #101010;
    z-index: 1000;
  }

  .l-headerin-wrap {
    max-width: none;
    min-width: inherit;
    margin: 0px auto;
  }

  .l-headerin {
    padding: 8px 10px 0px 25px;
  }
  .l-headerin .l-header-logp {
    margin-left: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    position: absolute;
    top: 30px;
    /*left: 100px;*/
  }
  .headerLogoImg {
    display: inline-block;
    width: 70%;
    margin: 0 auto;
  }
  .l-headerin .l-header-logp2 {
    float: none;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: absolute;
    top: 30px;
    right: 95px;
  }
}

/*-------------*/

.l-headerin .l-search {
  float: left;
}
.l-headerin .l-search .l-search-text01 {
  vertical-align: middle;
  font-size: 12px;
  line-height: 14px;
  height: 26px;
  padding: 0px 20px;
  border: none;
  background-color: #f1f1f1;
  -moz-border-radius: 13px 0px 0px 13px;
  -webkit-border-radius: 13px 0px 0px 13px;
  -o-border-radius: 13px 0px 0px 13px;
  -ms-border-radius: 13px 0px 0px 13px;
  border-radius: 13px 0px 0px 13px;
}
.l-headerin .l-search .l-search-submit01 {
  vertical-align: middle;
  margin-left: -10px;
  cursor: pointer;
  border: none;
  font-size: 0px;
  line-height: 0px;
  text-indent: -999999px;
  background-image: url(../../images/common/header_search_icon01.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 38px;
  height: 26px;
  -moz-border-radius: 0px 13px 13px 0px;
  -webkit-border-radius: 0px 13px 13px 0px;
  -o-border-radius: 0px 13px 13px 0px;
  -ms-border-radius: 0px 13px 13px 0px;
  border-radius: 0px 13px 13px 0px;
}
.l-search-btn {
  margin-top: 3px;
  float: left;
  background-image: url(../../images/common/header_search_btn_close.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 41px;
  height: 41px;
}
.l-search-btn.open img {
  display: none;
}
.l-search-cont {
  margin: 3px 0 0 10px;
  float: left;
  width: 0px;
  overflow: hidden;
}

/* PC */
@media screen and (min-width: 769px) {
  .l-search-cont {
    display: block !important;
  }

  .l-headerin .l-gNav ul.l-gNav-cont01 {
    display: none !important;
    padding-right: 20px;
  }

}

.l-search-contIn {
  padding-top: 8px;
  width: 230px;
}

/* SP */
@media screen and (max-width: 768px) {
  .l-headerin .l-search {
    float: right;
  }
  .l-headerin .l-search .l-search-text01 {
    vertical-align: middle;
    font-size: 24px;
    line-height: 14px;
    color: #cfcfcf;
    height: 48px;
    width: 420px;
    padding: 0px 20px 0px 50px;
    margin-bottom: 50px;
    border-bottom: 2px solid #cfcfcf;
    background-color: inherit;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-image: url(../../images/common/sp_header_search_icon.png);
    background-repeat: no-repeat;
    background-position: 10px center;
  }
  .l-headerin .l-search .l-search-submit01 {
    vertical-align: middle;
    margin-left: -10px;
    cursor: pointer;
    border: 1px solid #cfcfcf;
    font-size: 26px;
    line-height: 26px;
    color: #cfcfcf;
    text-indent: inherit;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: inherit;
    width: 290px;
    height: 56px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
  }
  .l-search-btn-sp {
    float: right;
    background-image: url(../../images/common/sp_header_search_btn_close.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 70px;
    height: 70px;
  }
  .l-search-btn-sp.open img {
    display: none;
  }

  .l-search-cont {
    margin: 0;
    display: none;
    float: none;
    width: 100% !important;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 90px;
    padding: 40px 0px 75px 0px;
    background-color: #101010;
    text-align: center;
    color: #cfcfcf;
  }
  .l-search-contIn {
    padding-top: 0px;
    width: auto;
  }
}

/*-------------------------*/

.l-headerin .l-gNav {
  float: left;
}
.l-headerin .l-gNav ul {
  display: table;
}
.l-headerin .l-gNav li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-image: url(../../images/common/header_navi_line.png);
  background-repeat: no-repeat;
  background-position: right center;
}

  .l-headerin .l-gNav li.l-gNav-last {
  padding-top: 0px;
  background-image: none;
}
/*.l-headerin .l-gNav li.l-gNav-last a {
	padding: 0px 1px;
}*/

.l-headerin .l-gNav li a {
  display: table-cell;
  vertical-align: middle;
  height: 45px;
  color: #a7a7a7;
  font-size: 12px;
  line-height: 14px;
  padding: 0px 20px;
  text-decoration: none;
}
a:hover {
  color: #a7a7a7;
  text-decoration: none;
}
.l-headerin .l-gNav li a span.l-span01 {
  font-family: "Cinzel", serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.l-headerin .l-gNav li a span.l-span02 {
  font-size: 12px;
}

/* SP */
@media screen and (max-width: 768px) {
  .l-headerin .l-gNav {
    float: none;
  }
  .l-headerin .l-gNav ul {
    display: table;
  }
  .l-headerin .l-gNav ul.l-gNav-cont01 {
    display: none;
    width: 100%;
    overflow: scroll;
    position: absolute;
    left: 0px;
    top: 40px;
    padding: 45px 0px 55px 0px;
    background-color: #101010;
    text-align: center;
    color: #cfcfcf;
	height: calc(110vh)
  }

  .l-headerin .l-gNav li {
    display: block;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right center;
  }
  .l-headerin .l-gNav li.l-gNav-last {
    background-image: none;
  }
  .l-headerin .l-gNav li a {
    display: block;
    width: 430px;/*200px;*/
    margin: 0px auto;
    vertical-align: middle;
    height: auto;
    color: #a7a7a7;
    font-size: 12px;
    line-height: 14px;
    padding: 30px 0px;
    text-decoration: none;
    border-bottom: 3px solid #3e3e3e;
    word-break: normal;
  }
  a:hover {
    color: #a7a7a7;
    text-decoration: none;
  }
  .l-headerin .l-gNav li a span.l-span01 {
    font-family: "Cinzel", serif;
    color: #ffffff;
    font-size: 26px;
    line-height: 28px;
    font-weight: bold;
  }
  .l-headerin .l-gNav li a span.l-span02 {
    display: none;
  }
  li.l-gNav-menuHeader {
    background: #222;
    font-size: 28px;
	width: 420px;
	margin: 1.0rem auto;
	padding: 20px 0;
	color: #fff;
  }
  li.l-gNav-menuHeader a {
	width: 100%;
	height: 100%;
    font-size: 28px !important;
	border: none !important;
	padding: 10px 0 !important;
	margin: 0 !important;
	color: #fff !important;
}

  .spNone {
    display: none !important;
  }

  .l-menu-btn-sp {
    margin-left: -20px;
    float: left;
    background-image: url(../../images/common/sp_header_menu_btn_white_close.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 70px;
    height: 70px;
    z-index: 10000;
    position: relative;
  }
  .l-menu-btn-sp.open img {
    display: none;
  }
}

/* l-pageBody
---------------------------------------------------------------------------- */

.l-pageBody {
  padding-top: 60px;
}

/* SP */
@media screen and (max-width: 768px) {
  .l-pageBody {
    padding-top: 90px;
  }
}

/* l-topicPath
---------------------------------------------------------------------------- */

.l-topicPath {
  width: 1000px;
  /*width: 75%;*/
  margin: 3px auto 0;
  padding: 14px 0px;
  font-size: 12px;
  line-height: 14px;
}
.l-topicPath li {
  display: inline;
}
.l-topicPath li a {
}

/* SP */
@media screen and (max-width: 768px) {
  .l-content {
    /*margin-top: -60px;*/
  }
  .l-topicPath {
    display: none;
  }
}

.l-footer-navi .l-topicPath {
  /* width: 1000px; */
  width: 75%;
  margin: 0px auto;
  padding: 14px 0px;
  font-size: 12px;
  line-height: 14px;
}

.l-footer-navi .l-topicPath li {
  display: inline;
}

.l-footer-navi .l-topicPath li a {
}

/* SP */
@media screen and (max-width: 768px) {
  .l-footer-navi .l-content {
    /*margin-top: -60px;*/
  }
  .l-footer-navi .l-topicPath {
    font-size: 21px;
    line-height: 31px;
    display: block;
  }
}

/* l-content
---------------------------------------------------------------------------- */
.l-content {
}

.l-mainvisual-in01 {
  width: 1000px;
  margin: 0px auto;
  text-align: center;
}
.l-mainvisual-in01 h2 {
  color: #ffffff;
  padding-top: 62px;
}
.l-mainvisual-tit01 {
  font-size: 33px;
  line-height: 33px;
  display: block;
  padding-bottom: 20px;
}
.l-mainvisual-tit02 {
  font-size: 15px;
  line-height: 15px;
  display: block;
}

.l-cont-wrap-700 {
  width: 700px;
  margin: 0px auto;
}
.l-cont-wrap-870 {
  width: 870px;
  margin: 0px auto;
}

.l-cont-wrap-1000 {
  width: 1000px;
  margin: 0px auto;
}
.l-cont-wrap-1000_2 {
  margin: -5px auto 50px auto;
  padding: 20px;
  text-align: left;
  width: 94%;
  border: 1px solid #000000;
}
.l-cont-wrap-1000_3 {
  margin: -75px 0 50px 0;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  width: 380px;
  border: 1px solid #000000;
}
.l-cont-wrap-1000_4 {
  margin: -85px 0 50px 0;
  padding: 10px 50px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  width: 900px;
  border: 1px solid #000000;
}
.l-cont-wrap-1000_4 li {
  margin: 10px;
}
.l-cont-wrap-1000_5 {
  margin: -85px 0 120px 0;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  width: 1000px;
  border: 1px solid #000000;
}
.l-cont-wrap-1000_5 h3 {
  font-weight: bold;
  font-size: 1.3em;
}
.l-cont-wrap-1000_5 li {
  margin: 10px;
}

/*----------------------------*/

.p-top-btn01 {
  position: relative;
  width: 221px;
  height: 40px;
  margin: 0px auto;
  background-image: url(../images/top_cont_btn_bg01.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.p-top-btn01 img {
  display: none;
}
.p-top-btn01 a span {
  font-family: "Cinzel", serif;
  font-size: 13px;
  line-height: 13px;
  color: #383838;
  display: block;
  width: 220px;
  text-align: center;
  padding: 14px 0px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.p-top-btn01 a:hover span {
  color: #ffffff;
}
.p-top-btn02 {
  position: relative;
  width: 221px;
  height: 70px;
  margin: 0px auto;
  background-image: url(../../images/top_cont_btn_bg02.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.p-top-btn02 img {
  display: none;
}
.p-top-btn02 a span {
  font-family: "Cinzel", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  line-height: 23px;
  color: #383838;
  display: block;
  width: 220px;
  text-align: center;
  padding: 14px 0px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.p-top-btn02 a:hover span {
  color: #ffffff;
}

/* SP */
@media screen and (max-width: 768px) {
  .l-mainvisual-in01 {
    width: auto;
    margin: 0px auto;
    text-align: center;
  }
  .l-mainvisual-in01 h2 {
    color: #ffffff;
    padding-top: 76px;
  }
  .l-mainvisual-tit01 {
    font-size: 48px;
    line-height: 48px;
    display: block;
    padding-bottom: 22px;
  }
  .l-mainvisual-tit02 {
    font-size: 24px;
    line-height: 24px;
    display: block;
  }

  .l-cont-wrap-870 {
    width: auto;
    margin: 0px auto;
  }

  .l-cont-wrap-1000 {
    width: auto;
    margin: 0px auto;
  }
  .l-cont-wrap-1000_2 {
    font-size: 24px;
    line-height: 34px;
    width: auto;
  }
  .l-cont-wrap-1000_3 {
    margin: 0 auto 30px auto;
    font-size: 24px;
    width: 60%;
  }
  .l-cont-wrap-1000_4 {
    margin: -20px auto 30px auto;
    font-size: 24px;
    width: 80%;
  }
  .l-cont-wrap-1000_4 li {
    margin: 20px;
  }
  .l-cont-wrap-1000_5 {
    margin: -20px auto 50px auto;
    font-size: 24px;
    width: 90%;
  }
  .l-cont-wrap-1000_5 h3 {
    font-weight: bold;
    font-size: 1.3em;
  }
  .l-cont-wrap-1000_5 li {
    margin: 20px;
  }

  /*----------------------------*/

  .p-top-btn01 {
    position: relative;
    width: 360px;
    height: 70px;
    margin: 0px auto;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
  }
  .p-top-btn01 a {
    display: inline-block;
    width: 360px;
    height: 70px;
    border: 1px solid #898989;
    text-decoration: none;
  }
  .p-top-btn01 img {
    display: none;
  }
  .p-top-btn01 a span {
    font-family: "Cinzel", serif;
    font-size: 21px;
    line-height: 21px;
    color: #383838;
    display: block;
    width: auto;
    text-align: center;
    padding: 25px 0px 0px 0px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p-top-btn01 a:hover span {
    color: #383838;
  }
  .p-top-btn02 {
    position: relative;
    width: 360px;
    height: 110px;
    margin: 0px auto;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
  }
  .p-top-btn02 a {
    display: inline-block;
    width: 360px;
    height: 110px;
    border: 1px solid #898989;
    text-decoration: none;
  }
  .p-top-btn02 img {
    display: none;
  }
  .p-top-btn02 a span {
    font-family: "Cinzel", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 21px;
    line-height: 31px;
    color: #383838;
    display: block;
    width: auto;
    text-align: center;
    padding: 25px 0px 0px 0px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .p-top-btn02 a:hover span {
    color: #383838;
  }
}

/* l-sidebar
---------------------------------------------------------------------------- */
.l-sidebar {
}
/* l-footer
---------------------------------------------------------------------------- */

.l-pagetop {
  position: fixed;
  /*right: 40px;*/
  bottom: 290px;

  left: 50%;
  margin-left: 739px;

  /*left: 0px;
	width: 100%;
	text-align: center;*/
}
.l-pagetop .l-pagetop-pc-in {
  /*text-align: right;
	max-width: 1580px;
	margin: 0 auto;*/
}
.l-pagetop .l-pagetop-pc-in img {
  /*margin-right: 10px;*/
}

/* PC */
@media screen and (min-width: 769px) {
  .l-pagetop-sp {
    display: none !important;
  }
}

.l-footer-sns-pc {
  display: table;
  padding-top: 28px;
}
.l-footer-sns-pc li {
  display: table-cell;
  padding-right: 13px;
}

.l-footer {
  background-color: #101010;
}

.l-footer a {
  text-decoration: none;
}
.l-footer a:hover {
  text-decoration: underline;
}

.l-footer-navi01-wrap {
  width: 1120px;
  margin: 0px auto;
  padding-top: 46px;
  padding-bottom: 10px;
}
.l-footer-navi01-in01 {
  width: 1060px;
  display: table;
}
.l-navi-wrap01 {
  display: table-cell;
  width: 25%;
  /*padding-right: 30px;*/
  vertical-align: top;
  white-space: nowrap;
  /*border:1px solid #ff0000;*/
}
.l-navi-wrap01 dt {
  background-image: url(../../images/common/footer_navi_ar01.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0px 0px 0px 20px;
  font-size: 14px;
  line-height: 21px;
}
.l-navi-wrap01 dt a {
  color: #e4e4e4;
}
.l-navi-wrap01 dd {
  padding: 0px 0px 0px 20px;
  font-size: 13px;
  line-height: 21px;
}
.l-navi-wrap01 dd li {
  padding-bottom: 10px;
}
.l-navi-wrap01 dd li .l-navi-ul02 li {
  padding-bottom: 0px;
  padding-left: 14px;
}

.l-navi-wrap01 dd a {
  color: #aeaeae;
}

.l-navi-ul01 {
  background-color: #2f2f2f;
  padding: 0 10px;
  white-space: nowrap;
  border: 1px solid #666666;
}
.l-navi-ul01 li.l-li01 {
  background-image: url(../../images/common/footer_navi_icon01.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 4px 0px 4px 24px;
}
.l-navi-ul01 li.l-li02 {
  background-image: url(../../images/common/footer_navi_icon02.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 4px 0px 4px 24px;
}
.l-navi-ul01 li.l-li03 {
  background-image: url(../../images/common/footer_navi_icon03.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 4px 0px 4px 24px;
}
.l-navi-ul01 a {
  color: #d8d8d8;
  font-size: 13px;
  line-height: 28px;
}
p.l-li01_in {
  color: #d8d8d8;
  font-size: 13px;
  line-height: 28px;
}

.l-footer-bottom-wrap {
  background-color: #212121;
}
.l-footer-bottom {
  width: 1120px;
  margin: 0px auto;
  padding: 10px 0px;
}

.l-footer-bottom-navi {
  margin: 20px 0 15px 0;
  text-align: center;
}

.l-copyright {
  font-size: 12px;
  line-height: 28px;
  color: #aeaeae;
  text-align: center;
}

/* SP */
@media screen and (max-width: 768px) {
  .l-pagetop {
    display: none !important;
  }

  .l-pagetop-sp-wrap {
    position: absolute;
    right: 10px;
    /*bottom: 642px;*/
    top: 5px;
    width: 82px;
    height: 82px;
  }

  .l-pagetop-sp {
    position: relative;
    right: 0px;
    bottom: 0px;
  }
  .l-pagetop-sp.fixed {
    position: fixed;
    right: 10px;
    bottom: 100px;
  }

  .l-footer-sns {
    padding-top: 55px;
  }
  .l-footer-sns ul {
    display: table;
    width: 500px;
    margin: 0px auto;
  }
  .l-footer-sns li {
    display: table-cell;
    vertical-align: top;
    text-align: center;
  }

  .l-footer {
    background-color: #101010;
    position: relative;
  }

  .l-footer a {
    text-decoration: none;
  }
  .l-footer a:hover {
    text-decoration: underline;
  }

  .l-footer-navi01-wrap {
    width: auto;
    margin: 0px auto;
    padding-top: 46px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-footer-navi01-in01 {
    width: auto;
    display: block;
  }
  .l-navi-wrap01 {
    display: block;
    width: 100%;
    padding-right: 0px;
    vertical-align: top;
    padding-bottom: 50px;
    white-space: nowrap;
  }
  .l-navi-wrap01 dt {
    background-image: none;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0px 0px 0px 0px;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
  }
  .l-navi-wrap01 dt a {
    color: #e4e4e4;
  }
  .l-navi-wrap01 dd {
    padding: 0px 0px 0px 20px;
    font-size: 13px;
    line-height: 21px;
    display: none;
  }
  .l-navi-wrap01 dd li {
    padding-bottom: 10px;
  }
  .l-navi-wrap01 dd li .l-navi-ul02 li {
    padding-bottom: 0px;
    padding-left: 14px;
  }

  .l-navi-wrap01 dd a {
    color: #aeaeae;
  }

  .l-navi-ul01 {
    background-color: inherit;
    /*padding: 36px 0px 0px 0px;
		border-top: 2px solid #727272;
		width: 100%;*/
    text-align: center;
    white-space: nowrap;
    padding: 20px;
  }
  .l-navi-ul01 li.l-li01 {
    background-image: url(../../images/common/sp_footer_navi_icon01.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 4px 28px 4px 34px;
    display: inline-block;
  }
  .l-navi-ul01 li.l-li02 {
    background-image: url(../../images/common/sp_footer_navi_icon02.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 4px 28px 4px 34px;
    display: inline-block;
  }
  .l-navi-ul01 li.l-li03 {
    background-image: url(../../images/common/sp_footer_navi_icon03.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 4px 0px 4px 34px;
    display: inline-block;
  }
  .l-navi-ul01 a {
    color: #d8d8d8;
    font-size: 26px;
    line-height: 28px;
  }
  p.l-li01_in {
    color: #d8d8d8;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .l-footer-bottom-wrap {
    background-color: #212121;
  }
  .l-footer-bottom {
    width: auto;
    margin: 0px auto;
    padding: 28px 0px 32px 0px;
    text-align: center;
  }

  .l-footer-bottom-navi {
    float: none;
    padding-bottom: 34px;
  }
  .l-footer-bottom-navi img {
    width: 20%;
  }
  .l-footer-bottom-navi li {
    font-size: 22px;
    line-height: 28px;
    color: #aeaeae;
    float: none;
    display: inline-block;
  }
  .l-footer-bottom-navi li a {
    color: #aeaeae;
  }

  .l-copyright {
    font-size: 18px;
    line-height: 28px;
    color: #aeaeae;
    float: none;
  }
}

/* main-visual
---------------------------------------------------------------------------- */
.main-visual {
  text-align: center;
  position: relative;
  overflow: hidden;
  max-height: 1080px;
}
@media (max-width: 768px) {
  .main-visual {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  #bg-video {
    width: 200vw;
    margin-left: -50vw;
  }
}
.main-visual .maint_itle {
  width: 40%;
}
@media (max-width: 768px) {
  .main-visual .maint_itle {
    width: 70%;
    margin-top: 3em;
  }
}
.main-visual .overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.4);
}
.main-visual video {
  margin: 0 auto;
  z-index: 1;
  width: 100%;
}

/*Lang-switch
---------------------------------------------------------------------------- */

div.langChange {
  display: block;
  position: absolute;
  top: 72px;
  /*width:75%;*/
  min-width: 1000px;
  pointer-events: none;
  margin: 0 auto;
}
div.langChange a {
  display: block;
  border: solid 1px #696969;
  padding-top: 1px;
  height: 14px;
  border-radius: 6px;
  top: 70px;
  right: 10px;
  text-align: center;
  margin: auto 0px auto auto;
  text-decoration: none;
  width: 56px;
  pointer-events: all;
  color: #696969;
  font-size: 10px;
  line-height: 14px;
}
div.langChange a:hover {
  background-color: #696969;
  border-color: #fff;
  color: #fff;
}

div.langChange-sp {
  display: none;
}

/* SP */
@media screen and (max-width: 768px) {
  div.langChange {
    display: none;
  }
  div.langChange-sp {
    z-index: -1;
    display: block;
    height: 1.5rem;
  }
  div.langChange-sp a {
    display: block;
    width: 92px;
    height: 28px;
    border-radius: 10px;
    border: solid 2px #696969;
    margin: 10px;
    padding: 0 2px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    right: 0.5rem;
    text-decoration: none;
    color: #696969;
    line-height: 30px;
  }
  div.langChange-sp a:active {
    background-color: #696969;
    border-color: #fff;
    color: #fff;
  }
}
