@charset "UTF-8";
/*============================================================================================================================================
*
* resetCss
*
============================================================================================================================================*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

body, html {
  width: 100%;
  height: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
a {
  text-decoration: none;
}

button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

img {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, div, a, input, section, ul, main, header, footer, textarea, form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
}

.linkIcon {
  cursor: pointer;
}


/*============================================================================================================
*
*
*
* ●●●●●●レイアウト関連●●●●●●
*
* 
*
========================================================================================================================================================================================================================*/
/*============================================================================
*
* PCとSPの表示切り替え   ブロック要素とインライン要素で記述が違います
*
============================================================================*/
.pc {
  display: block;
}

.pci {
  display: inline-block;
}

.sp {
  display: none;
}

.spi {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
  .spi {
    display: inline-block;
  }
  .pc {
    display: none;
  }
  .pci {
    display: none;
  }
}

/*============================================================================
*
* スマホ時のサイズ可変
*
============================================================================*/
@media screen and (max-width: 640px) {
  .swi {
    width: 100%;
    height: auto;
    max-height: auto;
  }
  .swi290 {
    width: 290px;
    height: auto;
    max-height: auto;
  }
}

@media screen and (max-width: 640px) and (max-width: 320px) {
  .swii {
    width: 100%;
    height: auto;
    max-height: auto;
  }
}

/*============================================================================
*
* ベース設定
*
============================================================================*/
section {
  padding: 70px 0 80px;
  position: relative;
}

.center {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 640px) {
  section {
    padding: 40px 0 50px;
  }
  .center {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .center.clear {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

/*==============================================================================================
*
*	
*
==============================================================================================*/
.autoFrame {
  position: relative !important;
  height: 0 !important;
  padding-top: 56.25% !important;
  overflow: hidden !important;
  z-index: 10;
}

.autoFrame iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/*==============================================================================================
*
*	
*
==============================================================================================*/
.setYoutube {
  position: relative;
}

.setYoutube .cover {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 15;
}

.setYoutube .iconWrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
}

.setYoutube .iconWrapper .icon {
  cursor: pointer;
  z-index: 100;
  position: relative;
}

.setYoutube .iconWrapper .circleBlock {
  position: absolute;
  top: 0px;
}

.setYoutube .iconWrapper .circleBlock div {
  width: 92px;
  height: 92px;
  border-radius: 92px;
  position: absolute;
  top: 0;
  left: 0;
}

.setYoutube .bg {
/*  background: white;
  background-size: cover;
  position: absolute;
  top: 5%;
  left: -2.5%;
  height: 90%;
  width: 105%;*/
}

@media screen and (max-width: 640px) {
  .setYoutube .autoFrame {
    width: 94%;
    margin: 0 auto;
  }
  .setYoutube .autoFrame.notBg {
    width: 100%;
  }
  .setYoutube .bg {
    left: -2%;
    width: 104%;
  }
}

/*==============================================================================================
*
*	
*
==============================================================================================*/
.kit-beat {
  position: relative;
}

.kit-beat img.kit-beat-light {
  position: absolute;
  left: 0;
  top: 0;
}

.kit-clipboardBtn {
  background: #4c9f30;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4c9f30 0%, #316c27 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#4c9f30), to(#316c27));
  background: linear-gradient(to bottom, #4c9f30 0%, #316c27 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  cursor: pointer;
  color: #FFFFFF;
  width: 124px;
  height: 32px;
  font-size: 12px;
  line-height: 30px;
  border-radius: 16px;
  text-align: center;
}

.kit-clipboardBtn:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ffee35;
  border-radius: 8px;
}

.kit-clipboardBtn span {
  display: inline-block;
  margin-left: 3px;
}

.kit-clipboardBtn.active {
  background: #c50000;
}

/*==============================================================================================
*
*	
*
==============================================================================================*/
.animateCounter {
  width: 100%;
  overflow: hidden;
}

.animateCounter .countDown {
  margin: 0 auto;
  position: relative;
  color: #FFFFFF;
  font-size: 37px;
}

.animateCounter .countDown .bg {
  pointer-events: none;
}

.animateCounter .countDown .text {
  position: absolute;
}

.animateCounter .countDown .text div {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.end {
  color: yellow;
  font-weight: 900;
  font-size: 44px;
  display: none;
  padding: 25px 0;
}

@media screen and (max-width: 640px) {
  .end {
    font-size: 27px;
  }
}


/*==============================================================================================
*
* footer
*
==============================================================================================*/
footer {
  background: #15155d;
  text-align: center;
  padding: 32px 0 10px 0;
  position: relative;
  z-index: 1000000;
  font-size: 13px;
  color: #dedede;
  z-index: 1000;
}

footer a {
  display: inline-block;
  color: #ffffff;
  margin-right: 25px;
}

footer a:last-child {
  margin-right: 0;
}

footer .copy {
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/*==============================================================================================================================================================================================
*
*
* 
* 
*
==============================================================================================================================================================================================*/
/*==============================================================================================================================================================================================
*
*
* 
* 
*
==============================================================================================================================================================================================*/
body, html {
  width: 100%;
  height: 100%;
  line-height: 1.8;
  font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial,Osaka,Sans-Serif;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 640px) {
  body, html {
    font-weight: 400;
    font-size: 14.5px;
  }
}

body.fixed {
  position: fixed;
}

/*======================================================================================================
*
*
* 
*
======================================================================================================*/
#Chaicer {
  position: fixed;
  right: 15px;
  bottom: 0px;
  z-index: 11;
  opacity: 0;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  #Chaicer {
    right: 6px;
    bottom: -5px;
  }
  #Chaicer img {
    width: 85px;
    height: auto;
  }
}

.fluffy {
  animation: fluffy1 3s ease infinite;
  z-index: 11;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

/*======================================================================================================
*
*
* 
*
======================================================================================================*/
header {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background: url(../images/headerbg.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  header {
    background: url(../images/headerbg.jpg) no-repeat center center;
    background-size: cover;
  }
}

header .titleBlock {
  text-align: left;
  position: absolute;
  left: 5%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  header .titleBlock {
    left: 0;
    padding: 0 15px;
    text-align: center;
  }
}

header .titleBlock .inner {
  margin: 0%;
}

header .titleBlock .inner .title {
  margin: 24px 0;
}

header .titleBlock .inner .Tcall {
  margin: 0 0 100px;
}

header .titleBlock .inner p {
  line-height: 1;
  font-size: 10.5px;
  opacity: 0.7;
  color: #FFFFFF;
  letter-spacing: 1px;
}

header .titleBlock .inner .copy, header .titleBlock .inner .title, header .titleBlock .Tcall, header .titleBlock .inner p {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  header .titleBlock .inner {
    margin-top: -1%;
    padding: 20px 0px;
  }
  header .titleBlock .inner .title {
    margin: 30px 0;
  }
  header .titleBlock .inner .copy {
    padding: 20px 4%;
  }
  header .titleBlock .inner .Tcall {
    margin: 0 0 60px;
    padding: 10 0 20px;
  }
  header .titleBlock .inner p {
    font-size: 8px;
  }
  header .titleBlock .campaign {
    padding: 0 0;
  }
}

header .scrollDown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  z-index: 5;
}

@media screen and (max-width: 640px) {
  header .scrollDown img {
    width: 125px;
    height: auto;
  }
}

header .Disclaimer {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 5;
}

header .bgCover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

header .bgCover.amiBg {
  background: url(../images/header_amiBg.png) rgba(0, 0, 0, 0.08);
  background-size: 4px 4px;
}

@media screen and (max-width: 640px) {
  header .bgCover.amiBg {
    background: url(../images/header_amiBg.png) rgba(0, 0, 0, 0.1);
    background-size: 2px 2px;
  }
}

header video {
  position: absolute;
  top: 0;
  left: 0;
}

@media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
  header video {
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-aspect-ratio: 16 / 9) {
  header video {
    height: 100%;
    left: 53%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/*======================================================================================================
*
*
* 
*
======================================================================================================*/
#WhiteSection {
  background: #FFFFFF;
  width: 100%;
  z-index: 1;
}

#WhiteSection .content {
  padding: 36px 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 80%;
  background: #FFFFFF;
  box-shadow: 4px 0px 6px rgba(0,0,0,.3), -4px 0px 6px rgba(0,0,0,.3);
  z-index: 2;
}

@media screen and (max-width: 640px) {
    #WhiteSection .content {
      padding: 0px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      width: 88%;
      background: #FFFFFF;
      box-shadow: 4px 0px 6px rgba(0,0,0,.3), -4px 0px 6px rgba(0,0,0,.3);
      z-index: 2;
    }
}

#WhiteSection .center {
  width: 60%;
  padding-bottom: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  #WhiteSection .center {
    text-align: center;
    padding: 32px 15px;
    padding-bottom: 3px;
    }
}

#WhiteSection .center .movie {
  margin: 30px 0;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  #WhiteSection .center .movie {
    margin: 22px 0;
    cursor: pointer;
  }
}

#WhiteSection .center .setYoutube .cover {
  background: url(../images/cta_movieImage.jpg) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

#WhiteSection .center .setYoutube .bg {
  background: #fff;
}

#WhiteSection .ctaButton {
  position: relative;
  cursor: pointer;

}

#WhiteSection .finger {
  position: absolute;
  bottom: 0px;
  right: -5%;
}

@media screen and (max-width: 640px) {
  #WhiteSection .finger {
      position: absolute;
      bottom: 0px;
      right:  0px;
  }
}

#WhiteSection p {
  margin: 1em 0;
}


/*======================================================================================================
*
*
* 
*
======================================================================================================*/
#DreamSection {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 64px 0px;
}

#DreamSection.addBg {
  background: url(../images/dreamBg.jpg) center center white;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  z-index: 99
}

@media screen and (max-width: 640px) {
  #DreamSection {
    text-align: left;
    padding: 0px;
    }
  #DreamSection.addBg {
    background: white;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 99;
  }
}


/*======================================================================================================
*
*
* 
*
======================================================================================================*/
#filmTop {
    text-align: left;
}

#filmTop.addBg {
  background: url(../images/filmTopBg.jpg) center center #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media screen and (max-width: 640px) {
  #filmTop {
    text-align: left;
    padding-left: 0px;
    }
  #filmTop.addBg {
    background: url(../images/filmTopBg.jpg) right -150px center #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}

#filmTop .content {
    padding-left: 64px;
}

#filmTop .amiBg {
  background: url(../images/header_amiBg.png) rgba(0, 0, 0, 0.05);
  background-size: 4px 4px;
}

@media screen and (max-width: 640px) {
  #filmTop .amiBg {
    background: url(../images/header_amiBg.png) rgba(0, 0, 0, 0.05);
    background-size: 2px 2px;
  }
}
/*======================================================================================================
*
*
* 
*
======================================================================================================*/
#TestimonialsSection {
    text-align: left;
}

#TestimonialsSection.addBg {
  background: url(../images/testimonialsTopBg.jpg) center center #fff;
  background-size: cover;
  background-repeat: no-repeat;
}

#TestimonialsSection .content {
    padding: 100px 64px;
}

@media screen and (max-width: 640px) {
  #TestimonialsSection {
    text-align: left;
    padding-left: 0px;
    }
  #TestimonialsSection .content {
    padding: 64px 0px;
  }
}

#TestimonialsSection .amiBg {
  background: url(../images/header_amiBg.png) rgba(0, 0, 0, 0.05);
  background-size: 4px 4px;
}

@media screen and (max-width: 640px) {
  #TestimonialsSection .amiBg {
    background: url(../images/header_amiBg.png) rgba(0, 0, 0, 0.05);
    background-size: 2px 2px;
  }
}


/*======================================================================================================
*
*
* 
*
======================================================================================================*/
#StorySection {
    padding: 48px 0px;
}

@media screen and (max-width: 640px) {
    #StorySection {
      padding: 0px;
  }
}

#StorySection.addBg {
  background: url(../images/StoryBg.jpg) top left #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 100;
}

@media screen and (max-width: 640px) {
  #StorySection.addBg {
      background: url(../images/StoryBg.jpg) center left #fff;
      background-size: contain;
      background-repeat: no-repeat;
      background-attachment: fixed;
      z-index: 100;
  }
}

#StorySection h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  #StorySection h2 {
    margin-bottom: 30px;
  }
}

#StorySection .center {
  width: 60%;
  padding-bottom: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  #StorySection .center {
    text-align: center;
    padding: 32px 15px;
    padding-bottom: 3px;
    }
}

#StorySection .profile_center {
  width: 60%;
  margin: 48px auto 0px;
  text-align: left;
  background-color: rgba(255,255,255,.7);
}

@media screen and (max-width: 640px) {
  #StorySection .profile_center {
    width: 100%;
    margin: 0px;
    text-align: left;
    background-color: rgba(255,255,255,.8);
    }
}

#StorySection .center .movie {
  margin: 30px 0;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  #StorySection .center .movie {
    margin: 22px 0;
    cursor: pointer;
  }
}

#StorySection .center .setYoutube .iconWrapper .circleBlock div {
  /*background: #e52632;
  background: #fff;*/
}

@media screen and (max-width: 640px) {
  #StorySection .center .setYoutube .iconWrapper {
    -webkit-transform: translate(-50%, -50%) scale(0.76);
    transform: translate(-50%, -50%) scale(0.76);
  }
}

#StorySection .center .setYoutube .cover {
  background: url(../images/cta_movieImage.jpg) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

#StorySection .center .setYoutube .bg {
  background: #fff;
}

#StorySection .ctaButton {
  position: relative;
  cursor: pointer;

}

#StorySection .finger {
  position: absolute;
  bottom: 0px;
  right: -5%;
}

@media screen and (max-width: 640px) {
  #StorySection .finger {
      position: absolute;
      bottom: 0px;
      right:  0px;
  }
}

#StorySection p {
  margin: 1em 0;
}



/*======================================================================================================
*
*
* 
*
======================================================================================================*/
#FixedBg {
  position: fixed;
  z-index: -3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#FixedBg.addBg {
  background: url(../images/StoryBg.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  #FixedBg.addBg {
    background: url(../images/StoryBg.jpg) no-repeat center center;
    background-size: cover;
  }
}

#WhatisSection {
  color: #FFFFFF;
  padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
  #WhatisSection {
    padding-bottom: 40px;
  }
}

#WhatisSection h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  #WhatisSection h2 {
    margin-bottom: 30px;
  }
}

#WhatisSection .image {
  margin-top: 25px;
}

@media screen and (max-width: 640px) {
  #WhatisSection .image {
    margin-top: 15px;
  }
}

/*======================================================================================================
*
*
* 
*
======================================================================================================*/
footer {
  z-index: 120;
}

@media screen and (max-width: 640px) {
  footer {
    z-index: 1000;
  }
}

/*======================================================================================================
*
*
* 
*
======================================================================================================*/
.lm_container .center {
  width: 836px;
  padding: 50px 0;
  position: relative;
}

.lm_container .lm_close {
  position: absolute;
  right: -20px;
  top: 18px;
}

@media screen and (max-width: 880px) {
    .lm_container .center {
      width: 90%;
      padding: 50px 0;
      position: relative;
    }
    
    .lm_container .lm_close {
      position: absolute;
      right: 5px;
      top: 18px;
    }
}
    
    

/*------------------------------------------------
	Form
-------------------------------------------------*/

.form_wrap {
	width: 100%;
	margin: auto;
	border: 10px solid #13d762;
	box-sizing: border-box;
	background-color: #FFFFFF;
}

.form_input {
	text-align: center;
	font-size: 1.7em;
	width: 80%;
	padding: 1.5em 0.5em;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:  2px solid #AEAEAE;
	background-color: #FFFFFF;
}

@media (max-width: 640px) {
.form_input {
	text-align: center;
	font-size: 1.0em;
	width: 80%;
	padding: 1.5em 0.5em;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:  1px solid #13d762;
	background-color: #FFFFFF;
}
}

.form_box select {
	width: auto;
	margin-bottom: 0.8em;
	box-sizing: border-box;
	padding: 0.3em 0.5em;
	border: 1px solid #13d762;
}

.form_box2 {
	width: 100%;
	box-sizing: border-box;
	padding: 1.0em 1.2em;
	border: 1px solid #13d762;
}

.form_txt {
	font-size: 0.9em;
}

.form_input2 {
	width: 70%;
	border: 1px solid #13d762;
	padding: 0.5em;
	font-size: 1.5em;
}


.form_input3 {
	width: 100%;
	border: 1px solid #13d762;
	padding: 0.5em;
	font-size: 0.8em;
	box-sizing: border-box;
	background-color: #FFFFFF;
}

.form_input4 {
	max-width: 100%;
	border: 1px solid #13d762;
	padding: 0.5em;
	font-size: 0.8em;
	box-sizing: border-box;
	background-color: #FFFFFF;
}


.mi {
	font-size: 1.2em;
	color: #13d762;
	width: 100%;
	margin-bottom: 1.5em !important;
	border-bottom: 2px solid #13d762;
	text-align: center;
}

.mi2 {
	font-size: 1.2em;
	color: #E00003;
	width: 100%;
	margin-bottom: 1.5em !important;
	border-bottom: 1px solid #E00003;
	text-align: center;
}

.mi3 {
	font-size: 1.2em;
	width: 100%;
	margin-bottom: 1.5em !important;
	border-top: 2px solid;
	border-bottom: 2px solid;
	padding: 0.3em;
	box-sizing: border-box;
}


.mi4 {
	font-size: 1.2em;
	width: 100%;
	margin-bottom: 0.4em !important;
	border-top: 2px solid;
	border-bottom: 2px solid #13d762;
	padding: 0.3em;
	box-sizing: border-box;
	color: #13d762;
}


.under_yellow { background-color: rgb(249, 255, 182); }


#area3 { background: rgba(0, 0, 0, 0) url('') repeat-y scroll center top; position: relative; width: 1024px; margin: 0px auto; padding: 0px; }
.area3_01 { width:460px; font-size: 17px; line-height: 1.7em; position: absolute; top: 793px; left: 385px; }
.area3_02 { width:460px; font-size: 17px; line-height: 1.7em; position: absolute; top: 1035px; left: 176px; }
.area3_03 { width:460px; font-size: 17px; line-height: 1.7em; position: absolute; top: 1277px; left: 383px; }
.area3_04 { width:460px; font-size: 17px; line-height: 1.7em; position: absolute; top: 1520px; left: 174px; }
.area3_05 { width:460px; font-size: 17px; line-height: 1.7em; position: absolute; top: 1761px; left: 383px; }
.area3_name01{ font-size: 17px; line-height: 1.7em; position: absolute; top: 936px; left: 154px;}
.area3_name02{ font-size: 17px; line-height: 1.7em; position: absolute; top: 1180px; left: 698px;}
.area3_name03{ font-size: 17px; line-height: 1.7em; position: absolute; top: 1420px; left: 154px;}
.area3_name04{ font-size: 17px; line-height: 1.7em; position: absolute; top: 1662px; left: 698px;}
.area3_name05{ font-size: 17px; line-height: 1.7em; position: absolute; top: 1905px; left: 154px;}

/*======================================================================================================
*
* SlideIn
* 
*
======================================================================================================*/

#wrap {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.slideConts {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.slideContsL {
  background-color: white;
  transform: translate(-800px, 0);
}
.slideContsR {
  background-color: white;
  transform: translate(-800px, 0); 
}
.slideContsY {
  background-color: white;
/*    transform: translateY(800px); */
}
.slideContsL.show {
  transform: translateX(0) !important;
  animation: SlideIn_L 1.6s 1;
}
.slideContsR.show {
  transform: translateX(0)!important;
  animation: SlideIn_R 1.6s 1;
}
.slideContsY.show {
  transform: translateY(0) !important;
  animation: SlideIn_Y 1.6s 1;
}

@keyframes SlideIn_R {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes SlideIn_L {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes SlideIn_Y {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateZ(60px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

/*======================================================================================================
*
*
* 
*
======================================================================================================*/
.fuwa {
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

@keyframes fuwa {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}

.bounce {
animation:
bounce 2s ease infinite normal 0s none running
;
-webkit-animation:
bounce 2s ease infinite normal 0s none running
;
-ms-animation:
bounce 2s ease infinite normal 0s none running
;
}
@keyframes bounce {
0%, 100%, 20%, 50%, 80% {
   transform: translateY(0px);
}
40% {
   transform: translateY(-30px);
}
60% {
   transform: translateY(-15px);
}
}
@-webkit-keyframes bounce {
0%, 100%, 20%, 50%, 80% {
   transform: translateY(0px);
}
40% {
   transform: translateY(-30px);
}
60% {
   transform: translateY(-15px);
}
}


#timer {
	color: #ffffff;
	padding: 0.5em 0;
	width: 100%;
	text-align: center;
	font-size: 3.0em;
	font-weight: bold;
	background-color: #13d762;
}

@media (max-width: 640px) {
#timer {
	color: #FFFfff;
	padding: 0.5em 0;
	width: 100%;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #13d762;
}
}

/* ぷるぷる */
@keyframes puru {
  0% {transform: rotate(3deg);}
  13% {transform: rotate(-3deg);}
  25% {transform: rotate(3deg);}
  33% {transform: rotate(-3deg);}
  34% {transform: rotate(0deg);}
  100% {transform: rotate(0deg);}
}


.puru-01 {
  animation: puru 1.5s infinite alternate;
}

.cdtbox {
	width: 100%;
	z-index: 10001;
   	position: fixed;
	top: 0;
	left: 0;
}

.CDT {
	height: 40px;
}

@media (max-width: 640px) {
.CDT {
	height: 25px;
}
}

.gallery {
  width: 100%;
  position:relative;
  margin-right: auto;
  margin-left: auto;
/*  background-color:rgba(255,255,255,0.6);
  background-repeat: repeat-x;*/
  z-index: 100;
}

@media (max-width: 640px) {
.gallery {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
/*  background-color:rgba(255,255,255,0.6);
  background-repeat: repeat-x;*/
  z-index: 100;
}
}

.gallery-cell {
  width: 90%;
  margin-right: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
/*  background: url(../images/film.png);
  background-size: contain;
  background-color:rgba(255,255,255,0.6);
  background-blend-mode:lighten;
  background-repeat: repeat-x;*/
}

@media (max-width: 640px) {
.gallery-cell {
  width: 90%;
  margin-right: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
/*  background: url(../images/film-sp.png);
  background-size: contain;
  background-color:rgba(255,255,255,0.6);
  background-blend-mode:lighten;
  background-repeat: no-repeat;*/
}}

.gallery_film {
  width: 100%;
  position:relative;
  margin-right: auto;
  margin-left: auto;
  background-color:rgba(255,255,255,0.6);
  background-repeat: repeat-x;
  z-index: 100;
}

@media (max-width: 640px) {
.gallery_film {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color:rgba(255,255,255,0.6);
  background-repeat: repeat-x;
  z-index: 100;
}
}

.gallery-cell_film {
  width: 90%;
  margin-right: 0px;
  padding-top: 40px;
  padding-bottom: 38px;
  background: url(../images/film.png);
  background-size: contain;
  background-color:rgba(255,255,255,0.6);
  background-blend-mode:lighten;
  background-repeat: repeat-x;
}

@media (max-width: 640px) {
.gallery-cell_film {
  width: 90%;
  margin-right: 0px;
  padding-top: 40px;
  padding-bottom: 13px;
  background: url(../images/film-sp.png);
  background-size: contain;
  background-color:rgba(255,255,255,0.6);
  background-blend-mode:lighten;
  background-repeat: no-repeat;
}}

