@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#FFF;
  margin:0;
  padding:0;
  background:#000;
  background-size: 54px 27px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align:center;
  font-size:100%;
  -webkit-text-size-adjust: none;
  position:relative;
}


a:link,
a:visited,
a:hover,
a:active { color:#FFF;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity:0.7;
}

/*
html ----------------------------------------------------------*/


input ,
textarea {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}


/* body base
===============================================================*/

.l-wrap {
  position: relative;
  z-index: 10;
  padding-bottom: 0px;
}
.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 30px;
}

@media screen and (min-width: 551px) {
  .l-wrap {
/*
    padding-bottom: 200px;
*/
  }
  .l-inner {
    padding: 0 50px;
  }
}


.l-flow {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}
.p-header {
  padding: 13px 20px 15px;
  background: #000;
  position: relative;
}
.p-headerWrap {
  
}
.p-header__logo {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #FFF;
  font-weight: 500;
  position: relative;
  z-index: 10;
}
/*
.p-headerCover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5) url("../images/line2.png");
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0.7;
  transition: all 0.5s ease-out;
}
*/
/*
.p-headerCover.js-move {
  opacity: 0;
}
.p-headerCover.is-active {
  opacity: 0.7;
}
*/


.p-menuBtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 10;
}
.p-menuBtnInner {
  
}
.p-menuBtnInner,
.p-menuBtnInner span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.p-menuBtnInner {
  position: relative;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.p-menuBtnInner span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.p-menuBtnInner span:nth-of-type(1) {
  top: 0;
}
.p-menuBtnInner span:nth-of-type(2) {
  top: 11px;
}
.p-menuBtnInner span:nth-of-type(3) {
  bottom: 0;
}
.p-menuBtn.is-open .p-menuBtnInner span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}
.p-menuBtn.is-open .p-menuBtnInner span:nth-of-type(2) {
  opacity: 0;
}
.p-menuBtn.is-open .p-menuBtnInner span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}


@media screen and (min-width: 551px) {
  .p-header {
    padding: 13px 20px 15px;
  }
  .p-headerWrap {
  }
  .p-header__logo {
    font-size: 40px;
  }
}



.p-menuOuter {
  position: fixed;
  background: rgba(0,0,0,0.7);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.p-menu {
  height: 100vh;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-menuList {
  
}
.p-menuList__item {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
  font-family: 'Barlow Condensed', sans-serif;
  text-align: left;
}
.p-menuList__item + .p-menuList__item {
  margin-top: 20px;
}
.p-menuList__item a {
  display: inline-block;
  padding: 0 20px 0 0;
  position: relative;
}
.p-menuList__item a:before {
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*.p-footer {
  padding: 100px 50px 40px;
  background: #000;
  color: #FFF;
  position: relative;
  z-index: 100;
}
.p-footerWrap {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.p-footerInfo {
  width: 40%;
  text-align: left;
}
.p-footerInfo__logo {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}
.p-footerInfo__txt {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 30px;
}
.p-footerLinks {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 64px 0 0 0;
}
.p-footerLinkSns {
  margin-left: 30px;
}
.p-footerLinkSnsList {
}
.p-footerLinkSnsList li {
}
.p-footerLinkSnsList li + li {
  margin-top: 15px;
}
.p-footerLinkSnsList li a {
  color: #FFF;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
}
.p-footerLinkSnsList li a:before ,
.p-footerLinkSnsList li a:after {
  position: absolute;
  top: 4px;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.p-footerLinkSnsList li a:before{
  right: 3px;
  width: 7px;
  height: 1px;
  background: #FFF;
}
.p-footerLinkSnsList li a:after{
  right: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-footerLinkOther {
}
.p-footerLinkOtherList {
}
.p-footerLinkOtherList li {
  margin-right: 30px;
}
.p-footerLinkOtherList li + li {
  margin-top: 15px;
}
.p-footerLinkOtherList li a {
  color: #FFF;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
}
.p-footerLinkOtherList li a:before ,
.p-footerLinkOtherList li a:after {
  position: absolute;
  top: 4px;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.p-footerLinkOtherList li a:before{
  right: 3px;
  width: 7px;
  height: 1px;
  background: #FFF;
}
.p-footerLinkOtherList li a:after{
  right: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-footer__copy {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-footer {
    padding: 60px 30px 20px;
  }
  .p-footerWrap {
    display : block;
  }
  .p-footerInfo {
    width: 100%;
  }
  .p-footerInfo__logo {
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
  }
  .p-footerInfo__txt {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 17px;
  }
  .p-footerLinks {
    display : block;
    padding: 64px 0 0 0;
  }
  .p-footerLinkSns {
    margin-left: 0px;
  }
  .p-footerLinkSnsList {
  }
  .p-footerLinkSnsList li {
  }
  .p-footerLinkSnsList li + li {
    margin-top: 15px;
  }
  .p-footerLinkSnsList li a {
    font-size: 20px;
    display: block;
    padding: 10px 20px 13px 20px;
    border: #FFF 1px solid;
    text-align: center;
    border-radius: 9999px;
  }
  .p-footerLinkSnsList li a:before ,
  .p-footerLinkSnsList li a:after {
    top: 0px;
    bottom: 0;
  }
  .p-footerLinkSnsList li a:before{
    right: 13px;
    width: 7px;
    height: 1px;
  }
  .p-footerLinkSnsList li a:after{
    right: 13px;
    width: 6px;
    height: 6px;
  }
  .p-footerLinkOther {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-top: 40px;
  }
  .p-footerLinkOtherList {
  }
  .p-footerLinkOtherList li {
    margin-right: 0px;
  }
  .p-footerLinkOtherList li + li {
    margin-top: 15px;
  }
  .p-footerLinkOtherList li a {
    color: #FFF;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    position: relative;
    padding: 0 20px 0 0;
  }
  .p-footerLinkOtherList li a:before ,
  .p-footerLinkOtherList li a:after {
    position: absolute;
    top: 4px;
    bottom: 0;
    margin: auto;
    content: '';
    vertical-align: middle;
  }
  .p-footerLinkOtherList li a:before{
    right: 3px;
    width: 7px;
    height: 1px;
    background: #FFF;
  }
  .p-footerLinkOtherList li a:after{
    right: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .p-footer__copy {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 60px;
  }
}*/


/*.p-footer {
  position: relative;
  z-index: 100;
  padding: 90px 30px 50px;
}
.p-footerLinkSns {
  margin-left: 0px;
}
.p-footerLinkSnsList {
}
.p-footerLinkSnsList li {
}
.p-footerLinkSnsList li + li {
  margin-top: 15px;
}
.p-footerLinkSnsList li a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
}
.p-footerLinkSnsList li a:before ,
.p-footerLinkSnsList li a:after {
  position: absolute;
  top: 4px;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.p-footerLinkSnsList li a:before{
  right: 3px;
  width: 7px;
  height: 1px;
  background: #FFF;
}
.p-footerLinkSnsList li a:after{
  right: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-footerLinkOther {
}
.p-footer__copy {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 90px;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
}

@media screen and (max-width: 750px) {
  .p-footerLinkSns {
    margin-left: 0px;
  }
  .p-footerLinkSnsList {
  }
  .p-footerLinkSnsList li {
  }
  .p-footerLinkSnsList li + li {
    margin-top: 15px;
  }
  .p-footerLinkSnsList li a {
    font-size: 20px;
    display: block;
    padding: 10px 20px 13px 20px;
    border: #FFF 1px solid;
    text-align: center;
    border-radius: 9999px;
  }
  .p-footerLinkSnsList li a:before ,
  .p-footerLinkSnsList li a:after {
    top: 0px;
    bottom: 0;
  }
  .p-footerLinkSnsList li a:before{
    right: 13px;
    width: 7px;
    height: 1px;
  }
  .p-footerLinkSnsList li a:after{
    right: 13px;
    width: 6px;
    height: 6px;
  }
  .p-footer__copy {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 60px;
  }
}*/


.p-footer {
  position: relative;
  z-index: 100;
  padding: 90px 30px 50px;
}
.p-footer.is-flowBtn {
  padding-bottom: 114px;
}
.p-footerWrap {
/*
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
*/
}
.p-footerLinkSns {
}
.p-footerLinkSnsList {
}
.p-footerLinkSnsList li {
}
.p-footerLinkSnsList li + li {
  margin-top: 15px;
}
.p-footerLinkSnsList li a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  display: block;
  padding: 10px 20px 13px 20px;
  border: #FFF 1px solid;
  text-align: center;
  border-radius: 9999px;
  position: relative;
  font-weight: 500;
}
.p-footerLinkSnsList li a:before ,
.p-footerLinkSnsList li a:after {
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.p-footerLinkSnsList li a:before{
  right: 13px;
  width: 7px;
  height: 1px;
  background: #FFF;
}
.p-footerLinkSnsList li a:after{
  right: 13px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-footerLinkOther {
}
.p-footer__copy {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 60px;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
}

.p-footerLinkOther {
  margin-top: 60px;
}
.p-footerLinkOtherList {
  text-align: left;
}
.p-footerLinkOtherList > li {
  
}
.p-footerLinkOtherList > li + li {
  margin-top: 8px;
}
.p-footerLinkOtherList > li a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (min-width: 551px) {
  .p-footer {
    position: relative;
    z-index: 100;
    padding: 90px 50px 50px;
  }
  .p-footer.is-flowBtn {
    padding-bottom: 130px;
  }
  .p-footerLinks {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
/*
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
*/
  }
  .p-footerLinkSns {
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 12px;
  }
  .p-footerLinkSnsList {
  }
  .p-footerLinkSnsList li {
  }
  .p-footerLinkSnsList li + li {
    margin-top: 12px;
  }
  .p-footerLinkSnsList li a {
    font-size: 20px;
    display: inline-block;
    padding: 0;
    border: none;
    text-align: center;
    border-radius: 0;
  }
  .p-footerLinkSnsList li a:before ,
  .p-footerLinkSnsList li a:after {
    display: none;
  }
  .p-footerLinkOther {
  }
  .p-footerLinkOtherList {
    text-align: center;
  }
  .p-footer__copy {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 120px;
  }

  .p-footerLinkOther {
    margin-top: 0px;
  }
  .p-footerLinkOtherList {
  }
  .p-footerLinkOtherList > li {

  }
  .p-footerLinkOtherList > li + li {
    margin-top: 12px;
  }
  .p-footerLinkOtherList > li a {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
  }

}


.p-flowBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.8);
  padding: 10px 10px;
  z-index: 1000;
  box-sizing: border-box;
}
.p-flowBtnInner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.p-flowBtn a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  border-radius: 9999px;
  position: relative;
  font-weight: 500;
  width: calc(50% - 5px);
  height: 44px;
  background: #000;
  padding: 0 0 2px 0;
  box-sizing: border-box;
}
@media screen and (min-width: 551px) {
  .p-flowBtn {
    padding: 10px 30px;
  }
  .p-flowBtnInner {
    max-width: 830px;
    margin: 0 auto;
  }
  .p-flowBtn a {
    width: calc(50% - 15px);
    font-size: 30px;
    height: 60px;
    padding: 0 0 3px 0;
    margin: 0 auto;
  }
}




.load {
  overflow: hidden;
}
.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  z-index: 11000;
}
.p-loadingInner{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  animation: flush 1s linear 0s infinite;
}
.p-loading__circle{
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  border-left: 6px solid #fff;
  border-right: 6px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear 0s infinite;
}
.p-loading__txt{
  font-size: 20px;
  line-height: 1;
  font-family: 'Barlow Condensed', sans-serif;
}

@media screen and (min-width: 551px) {
  .p-loading__circle{
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-top: 8px solid #fff;
    border-bottom: 8px solid #fff;
    border-left: 8px solid #fff;
    border-right: 8px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear 0s infinite;
  }
  .p-loading__txt{
    font-size: 24px;
    line-height: 1;
  }
}

@-webkit-keyframes spin {
  0%{
    transform: rotate(0deg);
  }
  25%{
    transform: rotate(90deg);
  }
  50%{
    transform: rotate(180deg);
  }
  75%{
    transform: rotate(270deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0%{
    transform: rotate(0deg);
  }
  25%{
    transform: rotate(90deg);
  }
  50%{
    transform: rotate(180deg);
  }
  75%{
    transform: rotate(270deg);
  }
  100%{
    transform: rotate(360deg);
  }
}


.p-backMovieControl {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-backMovieControl__txt {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin-right: 15px;
}
.p-flowBtn + .p-backMovieControl {
  bottom: 74px;
}
.p-backMovieControlBtn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  border: #FFF 1px solid;
  border-radius: 10px;
  background: rgba(255,255,255,0.2);
}
.p-backMovieControl.is-on {
}
.p-backMovieControl .p-backMovieControlBtn.is-off {
  display: none;
}
.p-backMovieControl .p-backMovieControlBtn.is-on {
  display: block;
}
.p-backMovieControl.is-on .p-backMovieControlBtn.is-off {
  display: block;
}
.p-backMovieControl.is-on .p-backMovieControlBtn.is-on {
  display: none;
}

@media screen and (min-width: 551px) {
  .p-backMovieControl {
    bottom: 10px;
    right: 10px;
  }
  .p-flowBtn + .p-backMovieControl {
    bottom: 90px;
  }
}