@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}
@media screen and (max-width: 1200px) {
}





.p-backMovie {
  position: fixed;
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
}
.c-video__embed {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  width: 180%;
  height: 180%;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 551px) {
  .c-video__embed {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    min-height: 985px;
    min-width: 985px;
    width: 985px;
    height: 985px;
  }
}

.p-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7) url("../images/line.png");
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0.7;
  transition: all 0.5s ease-out;
}
.p-cover.js-move {
  opacity: 0;
}
.p-cover.is-active {
  opacity: 0.7;
}


.c-sectionTitle {
  margin-bottom: 90px;
  line-height: 1.4;
  color: #FFF;
/*
  font-size: 19px;
  font-weight: 700;
*/
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 24px;
}
.c-sectionTitle.is-en {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 24px;
}
.c-sectionTitle span {
  font-size: 70%;
}

@media screen and (min-width: 551px) {
  .c-sectionTitle {
/*
    font-size: 30px;
*/
    font-size: 50px;
    margin-bottom: 90px;
  }
  .c-sectionTitle span {
  }
  .c-sectionTitle.is-en {
    font-size: 50px;
  }

}
.p-kv {
  position: relative;
  height: 100vh;
  transition: all 0.5s ease-out;
}
.p-kvInner {
/*
  height: calc(100vh - 58px);
*/
}

.p-kv__txt {
  font-family: 'Barlow Condensed', sans-serif;
  color: #000;
  width: 100%;
  text-align: center;
  opacity: 0;
  padding: 116vw 0 0 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  
}
body.is-start .p-kv__txt  {
  -webkit-animation: fadeInBottom 1.4s ease .9s 1 normal forwards;
  animation: fadeInBottom 1.4s ease .9s 1 normal forwards;
}
.p-kv__scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
}
.p-kv__scroll > span {
  
}
.p-kv__scroll > span > span {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 20px;
  -webkit-animation: arrow 2s ease 0s infinite normal forwards;
  animation: arrow 2s ease 0s infinite normal forwards;
}
.p-kv__scroll > span > span:before ,
.p-kv__scroll > span > span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.p-kv__scroll > span > span:before{
  width: 2px;
  height: 44px;
  background: #FFF;
}
.p-kv__scroll > span > span:after{
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@-webkit-keyframes arrow {
  0% {-webkit-transform: translate(0, 0px); transform: translate(0, 0px); }
  50% {-webkit-transform: translate(0, 10px); transform: translate(0, 10px); }
  100% {-webkit-transform: translate(0, 0); transform: translate(0, 0); }
}
@keyframes arrow {
  0% {-webkit-transform: translate(0, 0px); transform: translate(0, 0px); }
  50% {-webkit-transform: translate(0, 10px); transform: translate(0, 10px); }
  100% {-webkit-transform: translate(0, 0); transform: translate(0, 0); }
}

@media screen and (min-width: 551px) {
  .p-kv {
/*
    height: auto !important;
    min-height: 1018px;
*/
  }
/*
  .p-kv__txt {
    padding: 640px 0 0 0;
  }
  .p-kv__scroll {
    top: 947px;
    bottom: auto;
  }
*/
}
@media all and (max-width: 550px) and (max-height: 850px) {
/*
  .p-kv {
    height: auto !important;
    min-height: 860px;
  }
*/
}
@media screen and (min-width: 551px) {
}


.c-section {
  margin-bottom: 80px;
  padding-top: 40px;
}

.p-txt {
  font-size: 14px;
  line-height: 2;
  text-align: left;
}
.p-txt + .p-txt {
  margin-top: 2em;
}

.p-about {
  
}
.p-aboutContent {
  
}

.p-aboutContent__sign {
  font-size: 14px;
  line-height: 2;
  text-align: right;
  margin-top: 2em;
}
.p-flowList {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin: 2em 0;
}
.p-flowList li {
  position: relative;
}
.p-flowList li + li {
  margin-top: 20px;
}
.p-flowList li + li:before {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-top: 12px solid #FFF;
}


@media screen and (min-width: 551px) {
  .c-section {
    margin-bottom: 180px;
    padding-top: 140px;
  }

  .p-txt {
    font-size: 18px;
    line-height: 2;
  }
  .p-txt + .p-txt {
    margin-top: 2em;
  }

  .p-about {

  }
  .p-aboutContent {

  }

  .p-aboutContent__sign {
    font-size: 16px;
    line-height: 2;
    margin-top: 2em;
  }
  .p-flowList {
    font-size: 18px;
    line-height: 2;
    margin: 2em 0;
  }
  .p-flowList li {
    position: relative;
  }
  .p-flowList li + li {
    margin-top: 20px;
  }
  .p-flowList li + li:before {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    vertical-align: middle;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-top: 12px solid #FFF;
  }
}



.p-avatarsNum {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 90px;
}


.p-avatarsPrice {
  max-width: 800px;
  margin:  50px auto 0;
}
.p-avatarsNumInner {
  -webkit-perspective: 1000;
  perspective: 1000;
}

.p-avatarsNumInner span {
  display: inline-block;
  opacity: 0;
  -webkit-perspective: 1000;
  perspective: 1000;
/*
  width: 40px;
  height: 100px;
*/
}
.p-avatarsNum.is-move .p-avatarsNumInner span {
  -webkit-animation: num 2s linear 0.5s 1 normal forwards;
  animation: num 2s linear 0.5s 1 normal forwards;
}
.p-avatarsNum.is-move .p-avatarsNumInner span:nth-of-type(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.p-avatarsNum.is-move .p-avatarsNumInner span:nth-of-type(2) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.p-avatarsNum.is-move .p-avatarsNumInner span:nth-of-type(3) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.p-avatarsNum.is-move .p-avatarsNumInner span:nth-of-type(4) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.p-avatarsNum.is-move .p-avatarsNumInner span:nth-of-type(5) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.p-avatarsNum.is-move .p-avatarsNumInner span:nth-of-type(6) {
  -webkit-animation-delay: 2.0s;
  animation-delay: 2.0s;
}
/*
@-webkit-keyframes num {
  0% {-webkit-transform: rotateY(0deg);transform: rotateY(0deg); opacity: 1;}
  70% {-webkit-transform: rotateY(1080deg);transform: rotateY(1080deg);}
  100% {-webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 1;}
}
@keyframes num {
  0% {-webkit-transform: rotateY(0deg);transform: rotateY(0deg); opacity: 1;}
  70% {-webkit-transform: rotateY(1080deg);transform: rotateY(1080deg);}
  100% {-webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 1;}
}
*/
@-webkit-keyframes num {
  0% {-webkit-transform: rotateY(0deg);transform: rotateY(0deg); opacity: 1;}
  70% {-webkit-transform: rotateY(1080deg);transform: rotateY(1080deg);}
  100% {-webkit-transform: rotateY(360deg); transform: rotateY(360deg); opacity: 1;}
}
@keyframes num {
  0% {transform: rotateY(0deg); opacity: 1;}
  70% {transform: rotateY(1080deg);}
  100% {transform: rotateY(360deg); opacity: 1;}
}


.p-license {
  border: #FFF 1px solid;
  margin: 2em auto;
  max-width: 600px;
}
.p-licenseInner {
  padding: 20px 20px 15px;
}
.p-license__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
.p-licenseList {
  text-align: left;
}
.p-licenseList li {
  font-size: 14px;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
.p-licenseList li:before {
  content: '・';
}

@media screen and (min-width: 551px) {
  .p-license {
    border: #FFF 1px solid;
    margin: 2em auto;
    max-width: 600px;
  }
  .p-licenseInner {
    padding: 30px 30px 25px;
  }
  .p-license__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 13px;
  }
  .p-licenseList {
  }
  .p-licenseList li {
    font-size: 16px;
    line-height: 2;
  }
}



.p-introImg {
  margin: 50px auto 0;
  text-align: center;
  max-width: 800px;
}
.p-aboutImg {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}



.p-mindMapList {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-mindMapList__item {
  width: calc(50% - 5px);
  background: rgba(255,255,255,0.8);
  box-sizing: border-box;
  padding: 15px 15px 20px;
}
.p-mindMapList__item:nth-child(n + 3) {
  margin-top: 10px;
}
.p-mindMapList__itemHead {
  margin-bottom: 10px;
  color: #000;
}
.p-mindMapList__itemHeadMark {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
}
.p-mindMapList__itemHeadTitle {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  font-family: 'Barlow Condensed', sans-serif;
}
.p-mindMapList__itemImg {
  width: 80%;
  margin: 0 auto;
}
.p-mindMapList__itemBtn {
  margin-top: 10px;
}
.p-mindMapList__itemBtn .p-poemBtn {
  margin: 0px auto 0;
  width: 100%;
}
.p-mindMapList__itemBtn .p-poemBtn:before {
  background: #FFF;
}
.p-mindMapList__itemBtn .p-poemBtn:after {
  border-color: #000;
}
.p-mindMapList__itemBtn .p-poemBtn span {
  background: #000;
  color: #FFF;
}

@media screen and (min-width: 651px) {
  .p-mindMapList {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  .p-mindMapList__item {
    width: calc(33.3333% - 10px);
    padding: 25px 15px 20px;
  }
  .p-mindMapList__item:nth-child(n + 3) {
    margin-top: 0px;
  }
  .p-mindMapList__item:nth-child(n + 4) {
    margin-top: 15px;
  }
  .p-mindMapList__itemHead {
    margin-bottom: 10px;
  }
  .p-mindMapList__itemHeadMark {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 12px;
  }
  .p-mindMapList__itemHeadTitle {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
  }
  .p-mindMapList__itemImg {
    width: auto;
    max-width: 150px;
    margin: 0 auto;
  }
  .p-mindMapList__itemBtn {
    margin-top: 10px;
  }
  .p-mindMapList__itemBtn .p-poemBtn {
    margin: 0px auto 0;
    width: 100%;
  }
  .p-mindMapList__itemBtn .p-poemBtn:before {
    background: #FFF;
  }
  .p-mindMapList__itemBtn .p-poemBtn:after {
    border-color: #000;
  }
  .p-mindMapList__itemBtn .p-poemBtn span {
    background: #000;
    color: #FFF;
  }
}


.mfp-bg {
  z-index: 10420;
  background: #FFF;
/*
  background: #000;
*/
  opacity: 0.93;
}
.mfp-wrap {
  z-index: 10430;
}
.mfp-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.mfp-fade01.mfp-bg,
.mfp-fade02.mfp-bg {
	opacity: 0;
	transition: all 0.2s ease-out;
}
.mfp-fade01.mfp-bg.mfp-ready {
	opacity: 0.96;
}
.mfp-fade02.mfp-bg.mfp-ready {
	opacity: 0.96;
}
.mfp-fade01.mfp-bg.mfp-removing,
.mfp-fade02.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-close-btn-in .mfp-close {
  color: #FFF;
}
.mfp-close-btn-in .mfp-close {
  color: #FFF;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
}
.mfp-close:before ,
.mfp-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
  content: '';
}
.mfp-close:before {
  width: 36px;
  height: 1px;
}
.mfp-close:after {
  width: 1px;
  height: 36px;
}

/* mfp-content */
.mfp-fade01.mfp-wrap .mfp-content,
.mfp-fade02.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.2s ease-out;
}
.mfp-fade01.mfp-wrap.mfp-ready .mfp-content,
.mfp-fade02.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade01.mfp-wrap.mfp-removing .mfp-content,
.mfp-fade02.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.p-mindModalOuter {
  background: #FFF;
  display: none;
}
.p-mindModal {
  color: #000;
}
.p-mindModalInner {
  padding: 0 30px 50px;
}
.p-mindModalHead {
  text-align: center;
  padding: 50px 0 0 0;
  margin-bottom: 20px;
}
.p-mindModalHeadMark {
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 20px;
}
.p-mindModalHeadTitle {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}
.p-mindModalImg {
  max-width: 200px;
  margin: 0 auto;
}
.p-mindModalImg.is-big {
  max-width: 400px;
}
.p-mindModalContent {
  margin-top: 20px;
}
.p-mindModal__middleTitle {
  font-size: 16px;
  line-height: 1.3;
  left: 0;
  text-align: left;
  border-left: #000 solid 5px;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
}
* + .p-mindModal__middleTitle {
  margin-top: 40px;
}
.p-mindModal__txt {
  text-align: left;
  font-size: 14px;
  line-height: 2;
}
.p-mindModal__img {
  margin: 20px 0;
  text-align: center;
}

.p-mindModal .p-popPoem__closeBtn span {
  background: #000;
  color: #FFF;
}

@media screen and (min-width: 551px) {
  .p-mindModalOuter {
  }
  .p-mindModal {
  }
  .p-mindModalInner {
    padding: 0 50px 80px;
  }
  .p-mindModalHead {
    padding: 60px 0 0 0;
    margin-bottom: 20px;
  }
  .p-mindModalHeadMark {
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .p-mindModalHeadTitle {
    font-size: 32px;
    line-height: 1.5;
  }
  .p-mindModalImg {
    max-width: 300px;
  }
  .p-mindModalImg.is-big {
    max-width: 600px;
  }

  .p-mindModalContent {
    margin-top: 20px;
  }
  .p-mindModal__middleTitle {
    font-size: 18px;
    line-height: 1.3;
    border-left: #000 solid 5px;
    padding: 0 0 0 10px;
    margin-bottom: 10px;
  }
  * + .p-mindModal__middleTitle {
    margin-top: 50px;
  }
  .p-mindModal__txt {
    font-size: 16px;
    line-height: 2;
  }

  .p-mindModal .p-popPoem__closeBtn span {
    background: #000;
    color: #FFF;
  }

}







.p-kv2 {
  color: #FFF;
}
.p-kv2__txt {
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
}

.p-poem {
  margin-top: 75px;
}

.p-poemFrame {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  transition: all 0.5s ease-out;
}
.p-poemInner {
  text-align: left;
  font-size: 14px;
  line-height: 2;
}
.p-poem__title {
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.p-poem__txt {
}
.p-poem__sign {
  text-align: right;
  margin-top: 1em;
}

.p-poemBtn {
  margin: 50px auto 0;
  width: 200px;
  cursor: pointer;
  position: relative;
}
.p-poemBtn:before,
.p-poemBtn:after{
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.p-poemBtn:before{
  top: 0;
  bottom: 0;
  right: 10px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
}
.p-poemBtn:after{
  top: 0;
  bottom:0;
  right: 16px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-poemBtn span {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  color: #000;
  background: #FFF;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  padding: 10px;
  border-radius: 999px;
}
.p-poemBtn span:before {
  content: 'MORE';
}
.p-poem.is-open .p-poemFrame {
  height: auto;
}
.p-poem.is-open .p-poemBtn{
  margin-top: 30px;
}
.p-poem.is-open .p-poemBtn:after{
  top: 19px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.p-poem.is-open .p-poemBtn span:before {
  content: 'CLOSE';
}

body.is-poemOpen .p-kv {
  height: auto !important;
  padding-bottom: 150px;
}
@media screen and (min-width: 551px) {
  .p-kv2 {
  }
  .p-kv2__txt {
    font-size: 60px;
    line-height: 1.5;
  }

  .p-poem {
    margin-top: 100px;
  }

  .p-poemFrame {
    max-width: 550px;
    margin: 0 auto;
  }
  .p-poemInner {
    text-align: left;
    font-size: 18px;
    line-height: 2;
  }
  .p-poem__title {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  .p-poem__txt {
  }
  .p-poem__sign {
    text-align: right;
    margin-top: 1em;
  }
  .p-poemBtn {
    margin: 80px auto 0;
    max-width: 250px;
    width: 100%;
  }
  .p-poemBtn:before,
  .p-poemBtn:after{
  }
  .p-poemBtn:before{
    right: 10px;
    width: 16px;
    height: 16px;
  }
  .p-poemBtn:after{
    right: 16px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
  .p-poemBtn span {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    padding: 10px;
    border-radius: 999px;
  }
  .p-poemBtn span:before {
    content: 'MORE';
  }
  .p-poem.is-open .p-poemFrame {
    height: auto;
  }
  .p-poem.is-open .p-poemBtn{
    margin-top: 30px;
  }
  .p-poem.is-open .p-poemBtn:after{
    top: 19px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .p-poem.is-open .p-poemBtn span:before {
    content: 'CLOSE';
  }
}

.p-popPoemOuter {
  display: none;
}
.p-popPoemInner {
  padding: 60px 20px 60px 20px;
  text-align: left;
  font-size: 14px;
  line-height: 2;
}
.p-popPoem__title {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  color: #000;
}
.p-popPoem__txt {
  color: #000;
}
.p-popPoem__sign {
  text-align: right;
  margin-top: 2em;
}

@media screen and (min-width: 551px) {
  .p-popPoemInner {
    padding: 80px 50px 90px 50px;
    font-size: 18px;
  }
  .p-popPoem__title {
    font-size: 36px;
    margin-bottom: 50px;
    line-height: 1.5;
  }

}



.p-info {
  padding: 200px 0 200px 0;
}
.p-info__txt {
  font-family: 'Barlow Condensed', sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.5;
}
.p-popPoem__closeBtn {
  margin: 30px auto 0;
  width: 200px;
  cursor: pointer;
  position: relative;
}
.p-popPoem__closeBtn span {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  background: #000;
  color: #FFF;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  padding: 10px;
  border-radius: 999px;
}

@media screen and (max-width: 750px) {
  .p-info {
    padding: 0 0 100px 0;
  }
  .p-info__txt {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.5;
  }
  
}
@media screen and (min-width: 551px) {
  .p-popPoem__closeBtn {
    margin: 50px auto 0;
    width: 100%;
    max-width: 250px;
  }
  .p-popPoem__closeBtn span {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  .p-info {
    display: none;
  }
}

.p-letter {
/*
    padding: 60px 0 0px 0;
*/
}
.p-letter .c-sectionTitle {
  text-align: center;
}
.p-letter__txt {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 50px;
  font-family: 'Barlow Condensed', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}




.p-letterFormOuter {
  max-width: 600px;
  margin: 0 auto;
  background: rgba(255,255,255,0.7);
  padding: 30px;
  box-sizing: border-box;
}
.p-letterForm {
}
.p-letterForm__item {
}
.p-letterForm__item + .p-letterForm__item {
  margin-top: 15px;
}
.p-letterForm__itemTitle {
  font-family: 'Barlow Condensed', sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.p-letterForm__itemContent {
  width: 100%;
}
.p-letterForm__itemError {
  font-size: 14px;
  line-height: 1.5;
  margin: 7px 0 0 0;
  text-align: left;
  text-indent: -1em;
  padding: 0 0 0 1em;
  color: #000;
}
.p-letterForm__itemError:before {
  content: '※';
}
.p-letterForm__itemError + .p-letterForm__item {
  margin-top: 13px;
}
.p-letterForm input ,
.p-letterForm button {
  -webkit-appearance:none;
  outline: none;
}
.p-letterForm input[type=text] ,
.p-letterForm input[type=email] {
  border: #CCC 1px solid;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  padding: 0 15px;
  font-size: 16px;
  line-height: 40px;
}
.p-letterFormBtnOuter {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 90px;
}
.p-letterFormBtnOuter input[type=submit] ,
.p-letterFormBtnOuter button {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: #FFF;
  border: none;
  width: 200px;
  margin: 5px 10px;
  padding: 11px 10px 13px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 10px;
  background: #000 url("../images/arrow-r-wh.png") no-repeat right 15px center;
  background-size: 8px auto;
  transition: all 0.3s ease-out;
}
.p-letterFormBtnOuter input[type=submit]:hover ,
.p-letterFormBtnOuter button:hover {
  opacity: 0.7;
}
.p-letterFormBtnOuter input[name=btn_back] {
  background: #CCC url("../images/arrow-l-bl.png") no-repeat left 15px center;
  background-size: 8px auto;
  color: #000;
}
.p-letterForm__itemContentTxt {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  padding-top: 5px;
/*
  font-family: 'Barlow Condensed', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
}
.p-letterFormError {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #000;
}

.p-letter.p-letterThanks {
  margin-top: 120px;
}

@media screen and (min-width: 551px) {
  .p-letter__txt {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 50px;
  }

  .p-letterFormOuter {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
  }
  .p-letterForm {
  }
  .p-letterForm__item {
  }
  .p-letterForm__item + .p-letterForm__item {
    margin-top: 25px;
  }
  .p-letterForm__itemTitle {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .p-letterForm__itemContent {
    width: 100%;
  }
  .p-letterForm__itemError {
    font-size: 16px;
    line-height: 1.5;
    margin: 7px 0 0 0;
    text-indent: -1em;
    padding: 0 0 0 1em;
  }
  .p-letterForm__itemError + .p-letterForm__item {
    margin-top: 13px;
  }
  .p-letterForm input ,
  .p-letterForm button {
    -webkit-appearance:none;
    outline: none;
  }
  .p-letterForm input[type=text] ,
  .p-letterForm input[type=email] {
    border: #CCC 1px solid;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    padding: 0 15px;
    font-size: 16px;
    line-height: 40px;
  }
  .p-letterForm__itemContentTxt {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 5px;
  }
  .p-letterFormError {
    font-size: 18px;
    line-height: 1.5;
  }

  .p-letter.p-letterThanks {
    margin-top: 120px;
  }

}




.p-price {
  padding: 0 0 200px 0;
}
.p-pricePrice {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  color: #FFF;
  font-weight: 500;
}
.p-pricePrice__num {
  font-size: 180px;
  line-height: 1;
}
.p-pricePrice__tag {
  font-size: 90px;
  line-height: 1;
  padding: 0 0 12px 0;
  margin-left: 10px;
}

.p-priceGraph {
  max-width: 600px;
  margin: 100px auto 0;
}
@media screen and (max-width: 750px) {
  .p-price {
    padding: 0 0 150px 0;
  }
  .p-pricePrice {
  }
  .p-pricePrice__num {
    font-size: 90px;
    line-height: 1;
  }
  .p-pricePrice__tag {
    font-size: 45px;
    line-height: 1;
    padding: 0 0 6px 0;
    margin-left: 10px;
  }

  .p-priceGraph {
    max-width: 600px;
    margin: 80px auto 0;
  }
}


.p-loadmap {
  
}
.p-loadmap .c-sectionTitle {
}
.p-loadmapContents {
  
}
.p-loadmapSec {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.p-loadmapFrame {
  max-width: 800px;
  margin: 0 auto;
}
.p-loadmap__item {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-loadmap__item + .p-loadmap__item {
  margin-top: 20px;
}
.p-loadmap__itemTitle {
  width: 200px;
}
.p-loadmap__itemTitle span {
  display: block;
  background: rgba(255,255,255,0.9);
  padding: 15px;
  font-size: 26px;
  font-weight: bold;
  
}
.p-loadmap__itemContant {
  font-size: 26px;
  line-height: 1.5;
  color: #FFF;
  width: calc(100% - 200px);
  text-align: left;
  box-sizing: border-box;
  padding: 10px 0 10px 40px;
  font-weight: bold;
}

.p-loadmap__middleTitle {
  color: #FFF;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.p-loadmap__middleTitle span {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
.p-loadmap__middleTitle span:before ,
.p-loadmap__middleTitle span:after {
  content: '';
  display: block;
  height: 1px;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #FFF;
}
.p-loadmap__middleTitle span:before {
  left: -40px;
}
.p-loadmap__middleTitle span:after {
  right: -40px;
}

@media screen and (max-width: 750px) {
  .p-loadmap {

  }
  .p-loadmapSec {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .p-loadmapFrame {
  }
  .p-loadmap__item {
  }
  .p-loadmap__item + .p-loadmap__item {
    margin-top: 20px;
  }
  .p-loadmap__itemTitle {
    width: 120px;
  }
  .p-loadmap__itemTitle span {
    padding: 10px 10px;
    font-size: 16px;

  }
  .p-loadmap__itemContant {
    font-size: 16px;
    line-height: 1.5;
    width: calc(100% - 120px);
    padding: 5px 0 5px 20px;
  }

  .p-loadmap__middleTitle {
    color: #FFF;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .p-loadmap__middleTitle span {
    display: inline-block;
    position: relative;
    padding: 0 30px;
  }
  .p-loadmap__middleTitle span:before ,
  .p-loadmap__middleTitle span:after {
    height: 1px;
    width: 40px;
  }
  .p-loadmap__middleTitle span:before {
    left: -40px;
  }
  .p-loadmap__middleTitle span:after {
    right: -40px;
  }
}



.p-faq {
  margin-top: 200px;
}
.p-faq .c-sectionTitle {
  text-align: center;
}
.p-faqContents {
  
}
.p-faq__item {
  
}
.p-faq__item + .p-faq__item {
  margin-top: 30px;
}
.p-faq__itemQuestion {
  border: #CCC 1px solid;
  padding: 20px 60px 20px 110px;
  position: relative;
  cursor: pointer;
}
.p-faq__itemQuestion:before ,
.p-faq__itemQuestion:after {
  position: absolute;
  content: '';
  background: #FFF;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-faq__itemQuestion:before {
  right: 29px;
  width: 1px;
  height: 30px;
}
.p-faq__itemQuestion:after {
  right: 15px;
  width: 30px;
  height: 1px;
}
.p-faq__itemQuestion.is-open:before {
  opacity: 0;
}
.p-faq__itemQuestionTxt {
  color: #FFF;
  font-size: 20px;
  line-height: 1.7;
  text-align: left;
}
.p-faq__itemQuestionTxt:before {
  position: absolute;
  content: 'Q';
  font-family: 'Barlow Condensed', sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: 500;
  background: rgba(255,255,255,0.9);
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  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;
  box-sizing: border-box;
  padding: 0 0 5px 0;
}

.p-faq__itemAnswer {
  position: relative;
  background: rgba(255,255,255,0.1);
  padding: 20px 20px 20px 110px;
  display: none;
}
.p-faq__itemAnswer:before {
  position: absolute;
  content: 'A';
  font-family: 'Barlow Condensed', sans-serif;
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
  top: 14px;
  left: 0;
  width: 80px;
}
.p-faq__itemAnswer:after {
  position: absolute;
  content: '';
  background: #FFF;
  font-size: 40px;
  font-weight: 500;
  top: 35px;
  left: 60px;
  width: 30px;
  height: 1px;
}
.p-faq__itemAnswerTxt {
  text-align: left;
  font-size: 18px;
  line-height: 1.7;
  color: #FFF;
}


@media screen and (max-width: 750px) {
  .p-faq {
    margin-top: 150px;
  }
  .p-faq .c-sectionTitle {
  }
  .p-faqContents {

  }
  .p-faq__item {

  }
  .p-faq__item + .p-faq__item {
    margin-top: 25px;
  }
  .p-faq__itemQuestion {
    padding: 12px 48px 12px 56px;
  }
  .p-faq__itemQuestion:before ,
  .p-faq__itemQuestion:after {
  }
  .p-faq__itemQuestion:before {
    right: 25px;
    width: 1px;
    height: 20px;
  }
  .p-faq__itemQuestion:after {
    right: 15px;
    width: 20px;
    height: 1px;
  }
  .p-faq__itemQuestion.is-open:before {
    opacity: 0;
  }
  .p-faq__itemQuestionTxt {
    font-size: 16px;
    line-height: 1.7;
  }
  .p-faq__itemQuestionTxt:before {
    font-size: 30px;
    font-weight: 500;
    width: 40px;
    padding: 0 0 5px 0;
  }

  .p-faq__itemAnswer {
    padding: 15px 15px 15px 56px;
  }
  .p-faq__itemAnswer:before {
    font-size: 30px;
    top: 10px;
    width: 40px;
  }
  .p-faq__itemAnswer:after {
    font-size: 40px;
    font-weight: 500;
    top: 27px;
    left: 33px;
    width: 16px;
  }
  .p-faq__itemAnswerTxt {
    font-size: 16px;
    line-height: 1.7;
  }

}


a.c-btn {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  color: #000;
  border: none;
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  padding: 11px 10px 13px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 99px;
  background: #FFF url("../images/arrow-r-bl.png") no-repeat right 15px center;
  background-size: 8px auto;
  transition: all 0.3s ease-out;
  display: block;
}



.p-account {
    padding: 120px 0 0px 0;
}
.p-account .c-sectionTitle {
  text-align: center;
}
.p-account * + .c-sectionTitle {
  margin-top: 80px;
}
.p-account__txt {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 50px;
  font-family: 'Barlow Condensed', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}




.p-accountFormOuter {
  max-width: 600px;
  margin: 0 auto;
  background: rgba(255,255,255,0.15);
  padding: 30px 25px;
  box-sizing: border-box;
}
.p-accountForm {
}
.p-accountForm__item {
}
.p-accountForm__item + .p-accountForm__item {
  margin-top: 15px;
}
.p-accountForm__itemTitle {
  font-family: 'Barlow Condensed', sans-serif;
  color: #FFF;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.p-accountForm__itemContent {
  width: 100%;
}
.p-accountForm__itemContent .p-accountForm__txt {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  font-weight: bold;
  margin-bottom: 25px;
}
.p-accountForm__itemContent .p-accountForm__txt a {
  text-decoration: underline;
}
.p-accountForm__itemContent * + .p-accountForm__txt {
  margin-top: 30px;
}
.p-accountForm__itemError {
  font-size: 14px;
  line-height: 1.5;
  margin: 7px 0 0 0;
  text-align: left;
}
.p-accountForm__itemError + .p-accountForm__item {
  margin-top: 13px;
}
.p-accountForm input ,
.p-accountForm button {
  -webkit-appearance:none;
  outline: none;
}
.p-accountForm input[type=text] ,
.p-accountForm input[type=email] {
  border: #CCC 1px solid;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  padding: 0 15px;
  font-size: 16px;
  line-height: 38px;
}
.p-accountFormBtnOuter {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 90px;
}
.p-accountFormBtnOuter input[type=submit] ,
.p-accountFormBtnOuter button {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  line-height: 1;
  color: #000;
  border: none;
  max-width: 260px;
  width: 100%;
  margin: 5px 10px;
  padding: 11px 10px 13px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 500;
  border-radius: 99px;
  background: #FFF url("../images/arrow-r-bl.png") no-repeat right 15px center;
  background-size: 8px auto;
  transition: all 0.3s ease-out;
}
.p-accountFormBtnOuter input[type=submit]:hover ,
.p-accountFormBtnOuter button:hover {
  opacity: 0.7;
}
.p-accountFormBtnOuter input[name=btn_back] {
  background: #CCC url("../images/arrow-l-bl.png") no-repeat left 15px center;
  background-size: 8px auto;
  color: #000;
}
.p-accountFormBtnOuter input[type=submit].p-accountFormBtn--long ,
.p-accountFormBtnOuter button.p-accountFormBtn--long {
  width: 260px;
}
.p-accountFormBtnOuter button:disabled {
  opacity: 0.5;
  cursor: default;
}
.p-accountForm__itemContentTxt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  padding-top: 5px;
}
.p-accountFormError {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.p-accountForm__caution {
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
  margin-top: 8px;
}
.p-accountForm__caution a {
  text-decoration: underline;
}
.p-accountForm__txt {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  font-weight: bold;
}
.p-accountForm__txt.is-small {
  font-size: 90%;
}
.p-accountForm__txt + .p-accountForm__txt {
  margin-top: 10px;
}
.p-accountForm__txt + .p-accountForm {
  margin-top: 25px;
}
.p-accountForm__btnOuter {
  margin-top: 10px;
  padding-bottom: 10px;
}
* + .p-accountForm__btnOuter {
  margin-top: 30px;
}
.p-accountForm__btnOuter + .p-accountForm__btnOuter {
  margin-top: 5px;
}
.p-accountForm__itemContentPhone {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-accountForm__itemContentPhoneLang {
  width: 65px;
  margin-right: 10px;
  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;
  height: 40px;
  box-sizing: border-box;
  border: #CCC 1px solid;
  border-radius: 5px;
  background: #FFF;
}
.p-accountForm__itemContentPhoneLangMark {
  width: 15px;
  margin-right: 5px;
  line-height: 10px;
}
.p-accountForm__itemContentPhoneLangMark img {
  border: #CCC 1px solid;
  line-height: 1;
}
.p-accountForm__itemContentPhoneLangTxt {
  font-size: 16px;
  color: #000;
}
.p-accountForm__itemContentPhoneInput {
  width: calc(100% - 75px);
}

.p-accountForm__recaptcha {
  max-width: 260px;
  margin: 90px auto 0;
}

.p-accountInfo {
  max-width: 600px;
  margin: 0 auto 90px;
}

.p-accountInfo__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
}
* + .p-accountInfo__title {
  margin-top: 60px;
}
.p-accountInfo__txt {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}
.p-accountInfoCaution {
  margin-top: 30px;
  border: #FFF 1px solid;
  box-sizing: border-box;
  padding: 25px 25px 20px;
}
.p-accountInfoCaution__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
}
.p-accountInfoCaution__txt {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}


.p-accountForm__itemCheckOuter {
  
}
.p-accountForm__itemCheck {
  display: block;
  text-align: left;
  cursor: pointer;
}
.p-accountForm__itemCheck + .p-accountForm__itemCheck {
  margin-top: 5px;
}
.p-accountForm__itemCheck input {
  display: none;
}
.p-accountForm__itemCheck span {
  display: inline-block;
  padding: 0 0 0 30px;
  text-align: left;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
}
.p-accountForm__itemCheck span:before ,
.p-accountForm__itemCheck span:after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
}
.p-accountForm__itemCheck span:before {
  width: 18px;
  height: 18px;
  border: #FFF 2px solid;
  background: rgba(0,0,0,0.6);
  top: 3px;
  left: 0;
}
.p-accountForm__itemCheck span:after {
  width: 6px;
  height: 10px;
  border-bottom: #FFF 2px solid;
  border-right: #FFF 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
  left: 6px;
  opacity: 0;
}
.p-accountForm__itemCheck input:checked + span:after {
  opacity: 1;
}


.p-accountForm__num {
  background: #FFF;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  padding: 5px 10px 4px;
  margin-bottom: 15px;
}
.p-accountForm__item.is-buy {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-accountForm__item.is-buy .p-accountForm__itemTitle {
  width: 75px;
}
.p-accountForm__item.is-buy .p-accountForm__itemContent {
  width: calc(100% - 190px);
  margin: 0 15px 0 0;
}
.p-accountForm__item.is-buy .p-accountForm__itemBtn {
  width: 100px;
}
.p-accountForm__item.is-buy .p-accountForm__itemBtn .p-accountFormBtnOuter {
  margin: 0;
}
.p-accountForm__item.is-buy .p-accountFormBtnOuter button.p-accountFormBtn--long {
  width: 100%;
  margin: 0;
}

@media screen and (min-width: 551px) {
  
  .p-accountFormOuter {
    max-width: 600px;
    padding: 30px 25px;
  }
  .p-accountForm {
  }
  .p-accountForm__item {
  }
  .p-accountForm__item + .p-accountForm__item {
    margin-top: 15px;
  }
  .p-accountForm__itemTitle {
    font-family: 'Barlow Condensed', sans-serif;
    color: #FFF;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
  }
  .p-accountForm__itemContent {
    width: 100%;
  }
  .p-accountForm__itemError {
    font-size: 14px;
    line-height: 1.5;
    margin: 7px 0 0 0;
    text-align: left;
  }
  .p-accountForm__itemError + .p-accountForm__item {
    margin-top: 13px;
  }
  .p-accountForm input[type=text] ,
  .p-accountForm input[type=email] {
    height: 40px;
    width: 100%;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 38px;
  }
  .p-accountFormBtnOuter {
    margin-top: 90px;
  }
  .p-accountForm__itemContentTxt {
    font-size: 18px;
    line-height: 1.5;
    padding-top: 5px;
  }
  .p-accountFormError {
    font-size: 18px;
    line-height: 1.5;
  }
  .p-accountForm__caution {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .p-accountForm__caution a {
  }
  .p-accountForm__txt {
    font-size: 18px;
    line-height: 1.6;
  }
  .p-accountForm__txt.is-small {
    font-size: 90%;
  }
  .p-accountForm__txt + .p-accountForm__txt {
    margin-top: 10px;
  }
  .p-accountForm__txt + .p-accountForm {
    margin-top: 25px;
  }
  .p-accountForm__btnOuter {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  * + .p-accountForm__btnOuter {
    margin-top: 30px;
  }
  .p-accountForm__btnOuter + .p-accountForm__btnOuter {
    margin-top: 5px;
  }

  .p-accountForm__itemCheckOuter {

  }
  .p-accountForm__itemCheck {
  }
  .p-accountForm__itemCheck + .p-accountForm__itemCheck {
    margin-top: 9px;
  }
  .p-accountForm__itemCheck span {
    padding: 0 0 0 34px;
    font-size: 18px;
    line-height: 1.5;
  }
  .p-accountForm__itemCheck span:before ,
  .p-accountForm__itemCheck span:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
  }
  .p-accountForm__itemCheck span:before {
    width: 20px;
    height: 20px;
    border: #FFF 2px solid;
    top: 4px;
    left: 0;
  }
  .p-accountForm__itemCheck span:after {
    width: 8px;
    height: 12px;
    border-bottom: #FFF 2px solid;
    border-right: #FFF 2px solid;
    top: 6px;
    left: 6px;
  }

  
  .p-accountForm__num {
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    padding: 15px 10px 14px;
    margin-bottom: 25px;
  }
  .p-accountForm__item.is-buy {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .p-accountForm__item.is-buy .p-accountForm__itemTitle {
    width: 75px;
  }
  .p-accountForm__item.is-buy .p-accountForm__itemContent {
    width: calc(100% - 290px);
    margin: 0 15px 0 0;
  }
  .p-accountForm__item.is-buy .p-accountForm__itemBtn {
    width: 200px;
  }
  .p-accountForm__item.is-buy .p-accountForm__itemBtn .p-accountFormBtnOuter {
    margin: 0;
  }
  .p-accountForm__item.is-buy .p-accountFormBtnOuter button.p-accountFormBtn--long {
    width: 100%;
    margin: 0;
  }
  
  
  
  
  
  
  
  
  
  
  
  .p-accountInfo {
    max-width: 1000px;
    margin: 0 auto 90px;
  }

  .p-accountInfo__title {
    font-size: 40px;
    margin-bottom: 60px;
    line-height: 1.4;
  }
  * + .p-accountInfo__title {
    margin-top: 60px;
  }
  .p-accountInfo__txt {
    font-size: 18px;
    line-height: 1.4;
  }
  .p-accountInfoCaution {
    margin-top: 50px;
    border: #FFF 1px solid;
    padding: 25px 25px 20px;
  }
  .p-accountInfoCaution__title {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .p-accountInfoCaution__txt {
    font-size: 18px;
    line-height: 1.4;
  }
}


.p-term {
    padding: 120px 0 0px 0;
}
.p-term .c-sectionTitle {
  text-align: center;
}
.p-term * + .c-sectionTitle {
  margin-top: 80px;
}
.p-term__headLine {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.4;
  text-align: left;
}
* + .p-term__headLine {
  margin-top: 60px;
}
.p-term__update ,
.p-term__listDot ,
.p-term__listDot2 ,
.p-term__listEn ,
.p-term__txt {
/*
  font-family: 'Barlow Condensed', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.p-term__update {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  margin: 1.5em 0;
  text-align: left;
}
.p-term__txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin: 1.5em 0;
  text-align: left;
}
.p-term__listDot {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin: 1.5em 0;
  text-align: left;
}
.p-term__listDot > li {
  position: relative;
  padding: 0 0 0 14px;
}
.p-term__listDot > li:before {
  content: '';
  display: block;
  border-radius: 10px;
  width: 6px;
  height: 6px;
  background: #FFF;
  position: absolute;
  top: 8px;
  left: 0;
}
.p-term__listDot2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin: 1.5em 0;
  text-align: left;
}
.p-term__listDot2 > li {
  position: relative;
  padding: 0 0 0 14px;
}
.p-term__listDot2 > li:before {
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 10px;
  left: 0;
}

.p-term__listEn {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin: 1.5em 0 1.5em 1em;
  text-align: left;
}
.p-term__listEn > li {
  position: relative;
  list-style-type: lower-latin;
}


.p-term__txt a ,
.p-term__listDot > li a ,
.p-term__listDot2 > li a ,
.p-term__listEn > li a {
  text-decoration: underline;
}

@media screen and (min-width: 551px) {
  .p-term {
      padding: 140px 0 0px 0;
  }
  .p-term * + .c-sectionTitle {
    margin-top: 80px;
  }
  .p-term__headLine {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.4;
    text-align: left;
  }
  * + .p-term__headLine {
    margin-top: 80px;
  }
  .p-term__update {
    font-size: 16px;
    line-height: 1.5;
    margin: 1.5em 0;
  }
  .p-term__txt {
    font-size: 16px;
    line-height: 1.5;
    margin: 1.5em 0;
  }
  .p-term__listDot {
    font-size: 16px;
    line-height: 1.5;
    margin: 1.5em 0;
  }
  .p-term__listDot > li {
    padding: 0 0 0 14px;
  }
  .p-term__listDot > li:before {
    border-radius: 10px;
    width: 6px;
    height: 6px;
    top: 9px;
  }
  .p-term__listDot2 {
    font-size: 16px;
    line-height: 1.5;
    margin: 1.5em 0;
  }
  .p-term__listDot2 > li {
    padding: 0 0 0 14px;
  }
  .p-term__listDot2 > li:before {
    width: 8px;
    height: 2px;
    top: 11px;
  }

  .p-term__listEn {
    font-size: 16px;
    line-height: 1.5;
    margin: 1.5em 0 1.5em 1em;
  }
  .p-term__listEn > li {
  }


}



.p-gallery {
    padding: 120px 0 120px 0;
}
.p-gallery .c-sectionTitle {
  text-align: center;
}
.p-gallery * + .c-sectionTitle {
  margin-top: 80px;
}
.p-galleryContents {
  max-width: 1000px;
  margin: 0 auto;
}
.p-galleryImg img {
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 551px) {
  .p-gallery {
      padding: 140px 0 140px 0;
  }
  .p-gallery * + .c-sectionTitle {
    margin-top: 80px;
  }
}

.p-thanks {

}
.p-thanks__txt {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.p-item {
    padding: 120px 0 0px 0;
}
.p-item.p-item-no-header1 {
  padding-top: 60px;
  padding-bottom: 90px;
}
.p-item.p-item-no-header2 {
  padding-top: 40px;
  padding-bottom: 90px;
}
.p-item .c-sectionTitle {
  text-align: center;
}
.p-item * + .c-sectionTitle {
  margin-top: 80px;
}
.p-itemCountDown {
  
}
.p-itemCountDown__title {
  font-size: 22px;
  line-height: 1.4;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.p-itemCountDownArea {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  max-width: 200px;
  margin: 0 auto;
}
.p-itemCountDownArea__item {
/*
  width: calc(25% - 6px);
*/
  margin-left: 15px;
  position: relative;
  text-align: center;
}
.p-itemCountDownArea__item:before ,
.p-itemCountDownArea__item:after {
  content: '';
  width: 4px;
  height: 4px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  left: -9px;
}
.p-itemCountDownArea__item:before {
  top: 24px;
}
.p-itemCountDownArea__item:after {
  top: 32px;
}
.p-itemCountDownArea__item:nth-child(4n + 1) {
  margin-left: 0px;
}
.p-itemCountDownArea__item:nth-child(4n + 1):before ,
.p-itemCountDownArea__item:nth-child(4n + 1):after {
  display: none;
}
.p-itemCountDownArea__itemTag {
  font-size: 16px;
  line-height: 1;
  margin-top: 4px;
}
.p-itemCountDownArea__itemNum {
  font-size: 50px;
  line-height: 1;
}

.p-itemImg {
  margin-top: 50px;
}
.p-itemImg video {
  width: 100%;
}
.p-itemData {
  margin-top: 30px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
}
.p-itemContent {
  margin-top: 30px;
}
.p-item__txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin: 1.5em 0;
  text-align: left;
}
.p-item__txtList {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin: 1.5em 0;
  text-align: left;
}
.p-item__txtList > li {
  position: relative;
  padding: 0 0 0 14px;
}
.p-item__txtList > li:before {
  content: '';
  display: block;
  border-radius: 10px;
  width: 6px;
  height: 6px;
  background: #FFF;
  position: absolute;
  top: 8px;
  left: 0;
}

@media screen and (min-width: 551px) {
  .p-item {
      padding: 140px 0 0px 0;
  }
  .p-item.p-item-no-header1 {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .p-item.p-item-no-header2 {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .p-item * + .c-sectionTitle {
    margin-top: 80px;
  }
  .p-itemCountDown {

  }
  .p-itemCountDown__title {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .p-itemCountDownArea {
    font-weight: 500;
    max-width: none;
  }
  .p-itemCountDownArea__item {
    margin-left: 20px;
  }
  .p-itemCountDownArea__item:before ,
  .p-itemCountDownArea__item:after {
    width: 6px;
    height: 6px;
    left: -13px;
  }
  .p-itemCountDownArea__item:before {
    top: 30px;
  }
  .p-itemCountDownArea__item:after {
    top: 41px;
  }
  .p-itemCountDownArea__item:nth-child(4n + 1) {
    margin-left: 0px;
  }
  .p-itemCountDownArea__itemTag {
    font-size: 20px;
    line-height: 1;
    margin-top: 4px;
  }
  .p-itemCountDownArea__itemNum {
    font-size: 70px;
    line-height: 1;
  }

  .p-itemImg {
    margin: 50px auto 0;
    max-width: 600px;
  }
  .p-itemData {
    margin-top: 60px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 500;
  }
  .p-itemContent {
    margin-top: 60px;
  }
  .p-item__txt {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin: 1.5em 0;
    text-align: left;
  }
  .p-item__txtList {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin: 1.5em 0;
    text-align: left;
  }
  .p-item__txtList > li {
    position: relative;
    padding: 0 0 0 14px;
  }
  .p-item__txtList > li:before {
    content: '';
    display: block;
    border-radius: 10px;
    width: 6px;
    height: 6px;
    background: #FFF;
    position: absolute;
    top: 8px;
    left: 0;
  }
}

.p-itemHead {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-itemHead__item {
  width: 100px;
}
.p-itemHead__txt {
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.p-itemHead__item .p-itemImg {
  margin: 0;
}
.p-itemHead__txt .p-itemData {
  margin: 0;
  text-align: left;
}

@media screen and (min-width: 551px) {
  .p-itemHead {
    max-width: 600px;
    margin: 0 auto;
  }
  .p-itemHead__item {
    width: 150px;
  }
  .p-itemHead__txt {
    width: calc(100% - 150px);
    padding: 0 0 0 30px;
  }
  .p-itemHead__item .p-itemImg {
    margin: 0;
  }
  .p-itemHead__txt .p-itemData {
    margin: 0;
    text-align: left;
  }
}

.p-iconForm {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-iconForm__icon {
  width: 80px;
}
.p-iconForm__content {
  width: calc(100% - 80px);
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.p-iconForm__icon .p-itemImg {
  margin: 0;
}
.p-iconForm__selectOuter {
  display: block;
  position: relative;
}
.p-iconForm__selectOuter:before {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-top: 8px solid #000;
  cursor: pointer;
}
.p-iconForm__selectOuter select {
  -webkit-appearance:none;
  border: #CCC 1px solid;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  padding: 0 15px;
  font-size: 16px;
  line-height: 40px;
}
@media screen and (min-width: 551px) {
  .p-iconForm__icon {
    width: 120px;
  }
  .p-iconForm__content {
    width: calc(100% - 120px);
    padding: 0 0 0 30px;
  }
  .p-iconForm__icon .p-itemImg {
    margin: 0;
  }
  
  .p-iconForm__selectOuter {
  }
  .p-iconForm__selectOuter:before {
    top: 8px;
    right: 15px;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-top: 8px solid #000;
  }
  .p-iconForm__selectOuter select {
    height: 40px;
    width: 100%;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 40px;
  }
}


.p-itemContents.p-itemThanksContents .c-sectionTitle {
  margin-bottom: 36px;
}
.p-item__titlelowTxt {
  font-size: 16px;
  line-height: 1.6;
}
.p-item__titlelowCaution {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 20px;
}
.p-itemContent__txtlink {
  word-break: break-all;
  font-size: 16px;
  line-height: 1.75;
}
.p-itemContent__txtlink a {
  text-decoration: underline;
}
@media screen and (min-width: 551px) {
  .p-itemContents.p-itemThanksContents .c-sectionTitle {
    margin-bottom: 56px;
  }
  .p-item__titlelowTxt {
    font-size: 18px;
    line-height: 1.6;
  }
  .p-item__titlelowCaution {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 20px;
  }
  .p-itemContent__txtlink {
    font-size: 18px;
    line-height: 1.75;
  }
  .p-itemContent__txtlink a {
  }
}





.p-movieControl {
  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-movieControl__txt {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin-right: 15px;
}

.p-movieControlBtn {
  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-movieControl.is-on {
}
.p-movieControl .p-movieControlBtn.is-off {
  display: none;
}
.p-movieControl .p-movieControlBtn.is-on {
  display: block;
}
.p-movieControl.is-on .p-movieControlBtn.is-off {
  display: block;
}
.p-movieControl.is-on .p-movieControlBtn.is-on {
  display: none;
}


.p-revealEnd {
  
}
.p-revealEndFrame {
  background: rgba(255,255,255,0.15);
  box-sizing: border-box;
  padding: 40px 20px;
}
.p-revealEndInner {
  
}
.p-revealEnd__content {
}
.p-revealEnd__movie {
  margin-top: 40px;
}
.p-revealEnd__movie video {
  width: 100%;
}
.p-revealEnd__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.p-revealEnd__txt {
  font-size: 16px;
  line-height: 1.75;
}
.p-revealEnd__caution {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
}

.c-chase {
  width: 50px;
  height: 50px;
  position: relative;
  animation: chase 2.5s infinite linear both;
  margin: 0 auto;
}

.c-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: chase-dot 2.0s infinite ease-in-out both; 
}

.c-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #FFF;
  border-radius: 100%;
  animation: chase-dot-before 2.0s infinite ease-in-out both; 
}

.c-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.c-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.c-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.c-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.c-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.c-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.c-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.c-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.c-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.c-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.c-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.c-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes chase {
  100% { transform: rotate(360deg); } 
}

@keyframes chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}


.p-revealEnd__loading {
  margin: 30px 0 0 0;
}
.p-revealEnd__btnOuter {
  margin: 30px 0 0 0;
}
.p-revealEnd__btnOuter a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  line-height: 1;
  color: #000;
  border: none;
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  padding: 11px 10px 13px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 500;
  border-radius: 99px;
  background: #FFF url("../images/arrow-r-bl.png") no-repeat right 15px center;
  background-size: 8px auto;
  transition: all 0.3s ease-out;
  display: block;
}


@media screen and (min-width: 551px) {
  .p-revealEnd {

  }
  .p-revealEndFrame {
    padding: 40px 40px;
  }
  .p-revealEndInner {

  }
  .p-revealEnd__content {
  }
  .p-revealEnd__movie {
    margin-top: 40px;
  }
  .p-revealEnd__movie video {
    width: 100%;
  }
  .p-revealEnd__title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .p-revealEnd__txt {
    font-size: 18px;
    line-height: 1.75;
  }
  .p-revealEnd__caution {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
  }

  .c-chase {
    width: 60px;
    height: 60px;
  }

  .p-revealEnd__loading {
    margin: 40px 0 0 0;
  }
  .p-revealEnd__btnOuter {
    margin: 40px 0 0 0;
  }
  .p-revealEnd__btnOuter a {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    line-height: 1;
    color: #000;
    border: none;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    padding: 11px 10px 13px;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 500;
    border-radius: 99px;
    background: #FFF url("../images/arrow-r-bl.png") no-repeat right 15px center;
    background-size: 8px auto;
    transition: all 0.3s ease-out;
    display: block;
  }

}

@media screen and (min-width: 901px) {
  .p-revealEndFrame {
    padding: 40px 40px;
  }
  .p-revealEndInner {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .p-revealEnd__content {
    width: 48%;
  }
  .p-revealEnd__movie {
    margin-top: 0px;
    width: 48%;
  }
}



.js-action {
  opacity: 0;
}
.js-action.is-move {
  -webkit-animation: fadeInBottom 1.7s ease .4s 1 normal forwards;
  animation: fadeInBottom 1.7s ease .4s 1 normal forwards;
}

@-webkit-keyframes fadeInBottom {
  0% {-webkit-transform: translate(0, 20px); transform: translate(0, 20px); opacity: 0;}
  100% {-webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 1;}
}
@keyframes fadeInBottom {
  0% {-webkit-transform: translate(0, 20px); transform: translate(0, 20px); opacity: 0;}
  100% {-webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 1;}
}


.u-txtCenter {
  text-align: center !important;
}
