/* 20180423 add */

#top #about-fonder #fonder-achievement {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media screen and (min-width: 721px) {
    #top #about-fonder #fonder-achievement .frame {
        width: calc(100% / 3 - 20px);
    }
}
@media screen and (max-width: 720px) {
    #top #about-fonder #fonder-achievement .frame {
        width: 100%;
    }
    #top #about-fonder #fonder-achievement .frame:not(:first-child) {
        margin-top: 2em;
    }
    #top #about-fonder #fonder-achievement .frame:not(:last-child) {
        margin-bottom: 2em;
    }
    #top #about-fonder #fonder-achievement{
      display: none !important;
    }
}

/* 180425 add */

#soichirotakaoka {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media screen and (min-width: 721px) {
    #soichirotakaoka .frame {
        width: calc(100% / 3 - 20px);
    }
    #soichirotakaoka .flex {
      display: none !important;
    }
}
@media screen and (max-width: 720px) {
    #soichirotakaoka .frame {
        width: 100%;
    }
    #soichirotakaoka .frame:not(:first-child) {
        margin-top: 2em;
    }
    #soichirotakaoka .frame:not(:last-child) {
        margin-bottom: 2em;
    }
    #soichirotakaoka #st1{
      order: 2;
    }
    #soichirotakaoka #st2{
      order: 1
    }
    #soichirotakaoka #st3{
      order: 3
    }
    #soichirotakaoka #st_caption {
      font-size: 1.4rem;
    }
}

/* 180621 add */

.color-theme1 a{
  color: #15307C;
}

/* 20180626 add */

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}


/* 20180717 add */
@media screen and (min-width: 721px) {
  .media-title-innner-pc-none {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .media-title-innner-sp-none {
    display: none;
  }
}

.media-title-innner-width {
  max-width: 100%;
}

/* FAQ for Tokensale  */

#sales .process li p{
	font-size: 1.6rem;
}
@media screen and (max-width: 721px) {
	#sales .process li p{
		font-size: 1.2rem;
	}
	#sales .process li:last-child p{
		margin-bottom: 0;
	}
}

#sales .box2 {
    padding: 25px;
		border: none;
    /*border: 2px solid #64d2dd;*/
    /*font-family: TiemposTextWeb-Regular, Georgia, Times, serif;*/
    background-color:rgba(37,37,37,0.03) !important;
}

#sales .last{
  margin-bottom: 60px;
}

#sales .bg_white{
    background-color:#ffffff;
}

@media screen and (min-width: 721px){
  #sales h4.pc1{
    font-size: 2.0rem;
  }
  #sales .answer{
		display: inline-block;
		position: relative;
    left: -25px;
		font-weight: 600;
		font-style: italic;
		color: #fff;
		background-color: #15307C;
		padding: .5em 1em;
		font-size: 1.6rem;
	}
	#sales .answer_bottom p{
		margin-top: 25px;
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 721px){
  #sales h4.pc1{
    font-size: 1.6rem;
  }
	#sales .answer{
		display: inline-block;
		position: relative;
    left: -25px;
		font-weight: 600;
		font-style: italic;
		color: #fff;
		background-color: #15307C;
		padding: .5em 1em;
		font-size: 1.2rem;
	}
	#sales .answer_bottom p{
		margin-top: 25px;
		font-size: 1.2rem;
	}
}

#sales p.counter{
    margin-bottom:15px;
		padding-left:2.6em;
		text-indent:-2.6em;
}

#sales ul:not([class])>li:before{
  content:none;
}

#sales p.counter:before {
    margin-right: 10px;
    display: inline-block;
    min-width: 1.4em;
    text-align: center;
    color: #fff;
    background-color: #64D2DD;
    counter-increment: p-conter-number;
    content: counter(p-conter-number,decimal);
	padding: 2px 5px;

	text-indent:0em;
}

/* FAQのアニメーション部分  */

@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

@keyframes hidden{
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}


#sales .faq input {
  display: none;
}
#sales .faq dl{
	animation: hidden 0.6s linear 0s;
  display: none;
  height: 0;

}
#sales .faq input:checked ~ dl{
	display: inline;
	animation: show 0.6s linear 0s;
}

#sales h4.pc1 {
	padding-left:2.2em;
	text-indent:-2.2em;
}

#sales h4.pc1{
	background-image: none !important;
}

@keyframes rotateArea {
	from{
			transform:  rotateX(0deg);
	}
	to{
			transform:  rotateX(180deg);
	}

}


@keyframes rotateArea2 {
	from{
			transform:  rotateX(180deg);
	}
	to{
			transform:  rotateX(0deg);
	}

}

input:checked ~ label img.arrow{
		display: inline;
    animation: rotateArea 0.2s linear 0s 1;
		transform:  rotateX(180deg);
  }

input ~ label img.arrow{
			display: inline;
	    animation: rotateArea2 0.2s linear 0s 1;
			transform:  rotateX(0deg);
	  }

/* WP Ver4.0 */
@media screen and (min-width: 1217px){
  #top #firstview .firstview-graph {
    padding: 4em 4em 2em 4em;
  }
}


@media screen and (min-width: 721px){
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 720px){
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/* toast css */
.toast-info {
  background-color: #FFF;
  border: solid 1px #15307C;
}

.toast-title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: #15307C;
}

.toast-message {
  font-size: 1.5rem;
  color: #15307C;
}

.toast-close-button {
  color: #15307C;
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000;
}

.toast-message a {
  color: #15307C;
  text-decoration: underline;
  font-weight: bold;
}
.toast-message a:hover {
  color: #15307C;
  text-decoration: underline;
  font-weight: bold;
}

#toast-container > .toast-info {
  background-image: url("/common/images/info.svg") !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

#toast-container > div {
  width: 470px;
  opacity: 1;
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 30em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}

/* toast ここまで */

@media screen and (min-width: 721px){
  .ol-sales li:before{
    font-size: 2.1rem;
    font-weight: 500;
  }
  .ol-sales li{
    font-size: 1.6rem;
    text-align: left;
  }
}

.ol-sales li{
  font-size: 1.6rem;
  text-align: left;
}

h3{
  counter-reset: ol;
}

h3{
  counter-reset: p-conter-number;
}

#sales .caution {
  font-size: 1.2rem;
}

@media screen and (min-width: 721px){
  #sales .frame img{
    max-width: 70%;
  }

  #sales ul li{
    font-size: 1.6rem;
  }

  #sales p{
    margin-left: 1em;
  }
}

@media screen and (max-width: 720px){
  #sales .frame img{
    max-width: 95%;
  }

  #sales p{
    margin-left: 0.5em;
  }
}

.newsletter {
  width: 100%;
  height: 3.3em;
  color: #252525;
  padding: 1em;
  border: 1px solid rgba(37,37,37,0.3);
  font-family: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.newsletter_form{
  border-bottom:1px solid rgba(37,37,37,0.2);
  padding-bottom: 40px;
}

@media screen and (min-width: 721px){
  .newsletter_form{
    text-align: center;
  }
  .newsletter{
    width: 70%;
    margin: 0 auto;
  }
}

.mailbox {
  margin:0 auto;
  width: 0;
  height: 0;
  border: 150px solid transparent;
  border-top: 60px solid #fff;
  border-bottom: none;
}

#log {
  font-size: 1.6rem;
  color: #15307C;
  font-weight: bold;
}

.subscribe_button {
  padding: 0 70px;
  height: 3em;
  vertical-align: bottom;
  margin-left: 30px;
  background: #15307C;
  border: none;
  font-family: inherit;
  font-weight: 700;
  color: #FFF;
  border-radius: 25px;
  font-size: initial;
  margin-top: 20px;
}


.subscribe_arrow {
  width: 15px;
  height: 15px;
  position: relative;;
  vertical-align: baseline;
  left:7%;
  fill: #FFF;
}

.newsletter_area {
  text-align: center;
}

#newsletter_agree {
  margin-left: auto;
  margin-right: auto;
}

.sp{display: none;}

@media screen and (max-width:720px) {
    .pc{display: none;}
    .sp{display: block;}
}
@media screen and (min-width: 721px){
}
#header-menu #header-company{
    width: 550px;
}
#header-menu #header-company #header-company-address{
    display: flex;
   /*align-items: center;*/
}
#header-menu #header-company address{
    margin-right: 30px;
}
/*#header-menu #header-company p{
    font-size:1.0rem;
}
@media screen and (min-width: 1217px){
#header-menu #header-company p{
    font-size:1.75rem;
}
}*/
@media screen and (max-width: 720px){
  #header-logo{
    display: flex;
    width: calc(100% - 50px);
    align-items: center;
  }
  #header-logo a{
    display: block;
    margin-right: 5px;
    width: 45%;
    max-width: 135px;
    min-width: 135px;
  }
  #header-logo p{
    -webkit-text-size-adjust: none;
    font-size: 0.7rem;
    line-height: 1.4;
    color: #15307C;
  }

}

@media screen and (max-width: 1216px){
  #top #cta .button-area-jp {
    /* width: 100%; */
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
