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

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

.pci {
  display: inline-block;
}

.sp {
  display: none;
}

.spi {
  display: none;
}

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

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

@media screen and (max-width: 768px) 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: 768px) {
  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: 768px) {
  .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: 768px) {
  .end {
    font-size: 27px;
  }
}


/*==============================================================================================
*
* footer
*
==============================================================================================*/
footer {
  background: #0a1129;
  text-align: center;
  padding: 40px 0;
  position: relative;
  z-index: 1000000;
  font-size: 13px;
  color: #5b5f70;
  z-index: 1000;
}

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

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

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

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

/*==============================================================================================================================================================================================
*
*
* 
* 
*
==============================================================================================================================================================================================*/
/*==============================================================================================================================================================================================
*
*
* 
* 
*
==============================================================================================================================================================================================*/
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: 768px) {
  body, html {
    font-weight: 400;
    font-size: 14.5px;
  }
}

body.fixed {
  position: fixed;
}

/*======================================================================================================
*
*
* 
*
======================================================================================================*/
#StartAnimate {
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #01e9bd 0%, #0069bc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#01e9bd), to(#0069bc));
  background: linear-gradient(to right, #01e9bd 0%, #0069bc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center;
}

#StartAnimate .first {
  margin-bottom: 40px;
}

#StartAnimate .first img {
  margin: 4.7px;
  opacity: 0;
}

#StartAnimate .second img {
  margin: 3px;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #StartAnimate .wrapper {
    width: 100%;
  }
  #StartAnimate .first {
    margin-bottom: 35px;
  }
  #StartAnimate span {
    display: block;
    margin-bottom: 13px;
  }
  #StartAnimate span:last-child {
    margin-bottom: 0;
  }
  #StartAnimate span img {
    height: auto;
    margin: 0.5% !important;
  }
}

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

@media screen and (max-width: 768px) {
  #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) }
}

/*======================================================================================================
*
*
* 
*
======================================================================================================*/
#MenuBlock {
  width: 100%;
  height: 100%;
  background: rgba(57, 158, 1, 0.9);
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100111100;
  color: #FFFFFF;
  display: none;
}

#MenuBlock .wrapper {
  opacity: 0;
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center;
}

#MenuBlock .logo {
  position: absolute;
  left: 25px;
  top: 25px;
}

@media screen and (max-width: 768px) {
  #MenuBlock .logo {
    left: 15px;
    top: 15px;
  }
}

#MenuBlock .close {
  position: absolute;
  right: 25px;
  top: 25px;
  font-weight: 100;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #MenuBlock .close {
    right: 15px;
    top: 15px;
  }
}

#MenuBlock ul {
  text-align: center;
}

#MenuBlock ul li {
  font-size: 17px;
  margin-bottom: 20px;
  cursor: pointer;
}

#MenuBlock ul li:last-child {
  margin-bottom: 0;
}

#MenuBlock ul li.cta {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 200px;
  height: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center;
}

@media screen and (max-width: 768px) {
  #MenuBlock ul li {
    font-size: 15.5px;
    margin-bottom: 17px;
  }
}

/*======================================================================================================
*
*
* 
*
======================================================================================================*/
#Navi {
  opacity: 0;
  position: fixed;
  right: 0px;
  top: 0px;
  padding: 25px;
  cursor: pointer;
  z-index: 1000000;
}

#Navi span {
  display: block;
  margin-bottom: 5px;
  width: 18px;
  height: 1px;
  background: #9e9e9e;
}

#Navi span:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #Navi {
    padding: 15px;
  }
}

/*======================================================================================================
*
*
* 
*
======================================================================================================*/
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: 768px) {
  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: 768px) {
  header .titleBlock {
    left: 0;
    padding: 0 15px;
    text-align: center;
  }
}

header .titleBlock .inner {
  margin-top: 4%;
}

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

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 .inner p {
  opacity: 0;
}

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

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: 2;
}

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

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: 768px) {
  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%);
  }
}

/*======================================================================================================
*
*
* 
*
======================================================================================================*/
#OverViewSection {
  padding-bottom: 40px;
  background: #FFFFFF;
}

#OverViewSection h2 {
  width: 100%;
}

#OverViewSection h2.addBg {
  /*background: url(../images/overview_titleBg1-pc.gif) no-repeat;
  background-size: 1102px auto;
  background-position-x: right;
  background-position-y: 35px;*/
}

@media screen and (max-width: 768px) {
  #OverViewSection h2.addBg {
    background: none;
  }
}

#OverViewSection .center {
  /*margin-top: 38px;*/
    margin-top: 0px;
}

@media screen and (max-width: 768px) {
  #OverViewSection .center {
    margin-top: 10px;
  }
}

#OverViewSection .skill {
  padding-top: 45px;
  width: 100%;
  padding-bottom: 50px;
}

#OverViewSection .skill.addBg {
  /*background: url(../images/overview_titleBg2-pc.png) no-repeat;
  background-size: 983px auto;
  background-position-x: center;
  background-position-y: bottom;*/
}

@media screen and (max-width: 768px) {
  #OverViewSection .skill.addBg {
    background: none;
  }
}

@media screen and (max-width: 768px) {
  #OverViewSection .skill {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}

/*======================================================================================================
*
*
* 
*
======================================================================================================*/
#Between img {
  width: 100%;
  height: auto;
}

/*======================================================================================================
*
*
* 
*
======================================================================================================*/
@media screen and (max-width: 768px) {
  #RecommendSection {
    padding-top: 0;
  }
}

#RecommendSection.addBg {
  /*background: url(../images/recommend_titleBg-pc.png) no-repeat top right #FFFFFF;
  background-size: 1161px auto;*/
}

@media screen and (max-width: 768px) {
  #RecommendSection.addBg {
    background: #FFFFFF;
  }
}

#RecommendSection h2 {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #RecommendSection h2 {
    margin-bottom: 20px;
  }
}

/*======================================================================================================
*
*
* 
*
======================================================================================================*/
@media screen and (max-width: 768px) {
  #StorySection {
    padding-top: 0;
    padding-bottom: 25px;
  }
}

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

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

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

@media screen and (max-width: 768px) {
  #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: 768px) {
  #StorySection .center {
    text-align: center;
    padding: 32px 15px;
    padding-bottom: 3px;
    }
}

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

@media screen and (max-width: 768px) {
  .ctaSection .center .movie {
    margin: 22px 0;
  }
}

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

@media screen and (max-width: 768px) {
  #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;
}

#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: 768px) {
  #StorySection .finger {
      position: absolute;
      bottom: 0px;
      right:  0px;
  }
}



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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  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: 768px) {
.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;}


.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: 768px) {
#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: 768px) {
.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: 768px) {
.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: 768px) {
.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;
}}

}