@charset "utf-8";


/* -- Link
   -------------------------------------------------------------------------------- */
a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  opacity: 0.7;
}
a.btn {
  font-weight: 600;
}
a.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 8px 0 rgba(50, 54, 72, 0.22);
  box-shadow: 0 2px 8px 0 rgba(50, 54, 72, 0.22);
}


/* -- Layout
   -------------------------------------------------------------------------------- */
html {
}
/* --
body {
  background: url(../img/head_img.jpg) no-repeat right 5.5rem / calc(100vw - 3rem) auto;
}
--- */
footer,
main > * {
  text-align: left;
  margin: auto;
  padding: 0 40px;
  box-sizing: border-box;
}
main {
  overflow: hidden;
  position: relative;
  
}
.sp {
  display: none;
}
.takumi {
  width: 100%;
  background-color: #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 6rem;
}
.takumi p {
  text-align: center;
  color: #008d3f;
  font-size: 1.6rem;
}
.takumi a {
  font-weight: bold;
  color: #008d3f;
}


/* -- Parts
   -------------------------------------------------------------------------------- */
main section h2 {
  font-size: 4rem;
  padding-left: 2rem;
  margin-bottom: 4rem;
  border-left: solid 2px #77c91f;
}
#pr h2,
#print h2 {
  text-align: center;
  padding: 0;
  border: none;
}
main section p {
  font-size: 1.4rem;
  line-height: 1.75;
}
main .img {
  display: block;
  margin-bottom: 2.5rem;
}
.trial {
  text-align: center;
  margin-top: 8rem;
}
.trial dt {
  font-size: 2rem;
}
.trial b {
  background: linear-gradient(transparent 80%, #20addb 60%);
}
.trial dd p {
  color: #222;
  font-size: 1.6rem;
}
.trial dd a {
  font-size: 2rem;
  color: #fff;
  background: #20addb;/*#1a73e8;*/
  display: block;
  width: 28.5rem;
  height: 6rem;
  padding: 1.6rem 0 2.2rem 1rem;
  border-radius: 3.2rem;
  margin: 2rem auto;
}

.trial2 dd a {
  background: #f6ab00;
  font-size: 1.8rem;
}
.trial3 {
  margin-bottom: 16rem;
}
.trial4 dd a {
  background: #24ba33;
}
.trial5 dd a {
  height: 5.2rem;
  font-size: 1.6rem;
  background: #24ba33;
  padding: 1.4rem 0 1rem 1rem;
}
.trial5 {
  margin-bottom: -2rem;
}
.trial6 dd a {
  font-size: 1.6rem;
  background: #24ba33;
  padding: 1.8rem 0 2rem 1rem;
  margin-top: -8rem;
}
.trial7 dd a {
  font-size: 1.8rem;
  background: #f6ab00;
  height: 5.2rem;
  padding-top: 1.3rem;
}
.trial7 {
  padding-bottom: 14rem;
}
.trial8 dd a {
  font-size: 1.8rem;
  height: 5.2rem;
  padding-top: 1.3rem;
}
.trial8 {
  padding-bottom: 6rem;
}



.btn-pagetop {
  width: 80px;
  height: 80px;
  padding: 0;
  position: fixed;
  right: 40px;
  bottom: 4.8rem;
  z-index: 9;
}
.btn-pagetop a {
  font-size: 0;
  background: #f6ab00;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  visibility: hidden;
  opacity: 0;
}
.btn-pagetop.appear a {
  visibility: visible;
  opacity: 1;
}
.btn-pagetop a::before,
.btn-pagetop a::after {
  content: "";
  display: block;
  position: absolute;
}
.btn-pagetop a::before {
  width: 0;
  height: 0;
  border-bottom: solid 8px #fff;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  top: 25px;
  left: 34px;
}
.btn-pagetop a::after {
  background: #fff;
  width: 1px;
  height: 25px;
  top: 30px;
  left: 39px;
}



/* -- Headerer
   -------------------------------------------------------------------------------- */
header {
  display: block;
  height: 11.5rem;
  width: calc(100% - 50px);
  margin: 0 auto;
  position: relative;
}
header > * {
  position: absolute;
}
header p {
  width: 6.5rem;
  right: 0;
  top: 2rem;
}
header h1 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #77c91f;
  left: 4rem;
  top: 5rem;
}
header nav {
  right: 0;
  bottom: 0;
  z-index: 1;
}

header nav ul:first-of-type {
  display: table;
}
header nav ul:first-of-type li {
  display: table-cell;
  width: 15rem;
  padding-left: 2rem;
}
header nav ul a.login {
  font-size: 1.4rem;
  line-height: 3.6rem;
  display: block;
  height: 3.6rem;
  border: solid 2px transparent;/*#f6ab00;*/
  border-radius: 2rem;
}
header nav ul a.regist {
  font-size: 1.4rem;
  line-height: 3.6rem;
  display: block;
  height: 3.6rem;
  border: solid 2px #000;
  border-radius: 2rem;
}
header nav a.login {
  color: #bebebe;/*#f6ab00;*/
  background: transparent;/*#fff;*/
}
header nav a.regist {
  color: #fff;
  background: #000;
}
header span {
  width: calc(50vw + 14.2rem);
  right: -50px;
  top: 5.5rem;
}
.breadcrumb{
  background-color: transparent;
  margin-left: 9.7vw;
  padding:25px 0 0;
  font-family:sans-serif;
}
.breadcrumb-list{
  font-size: 13px;
  margin-right:10px;
}
.breadcrumb-list a{
  color: #333;
}
.breadcrumb-list .-select{
  color:#F6AB00;
}
.breadcrumb-list:not(:last-child)::after{
  content: ">";
  margin-left:10px;
}




/* add 201810 */
/* ログイン、まずは無料体験ボタン
   header nav ul {
   position: relative;
   }
   header nav ul li.js-fixed {
   position: fixed;
   z-index: 10;
   right: 25px;
   top: 25px;
   }
   header nav ul li.js-absolute {
   position: absolute;
   z-index: 10;
   top: -42px;
   }
 */


/* -- Contents
   -------------------------------------------------------------------------------- */

/* -- common -- */
.in-block > *,
#pr .app > *,
#pr .contact > * {
  position: relative;
}
.in-block::before,
#pr::before,
#pr .app::before,
#pr .contact::before {
  content: "";
  background: #77c91f;
  display: block;
  width: 0;
  min-width: 1540px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
.in-block,#pr .app,#pr .app,#pr .contact:.is-show:before {
  width: calc(100% - 100px);
}
.in-block {
  padding-top: 8rem;
}
.in-block::before {
  height: 32rem;
  margin-top: -8rem;
}
.in-block h2 {
  color: #fff;
  border-left: solid 2px #fff;
}
.in-block .in-wrap {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 8rem 6rem;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.in-block section {
  width: 33.333%;
  padding: 0 2rem;
  box-sizing: border-box;
}
.in-block h3 {
  font-size: 2.4rem;
  line-height: 1.36;
  font-weight: 600;
  color: #58b310;
  margin: 3rem 0;
}
.in-block dl {
  text-align: center;
  margin-top: 4rem;
}
.in-block dt {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 0.6rem;
}
.in-block dt a {  
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #f6ab00;
  background: url(../img/icon_blank.png) no-repeat right center / 12px 10px;
  text-decoration: underline;
  padding-right: 18px;
}
.in-block dd {
  font-size: 1.2rem;
  margin-top: 1.4rem;
}
.line-block {
  margin-top: 0rem;
}
.line-block .line-wrap {
  display: flex;
  flex-flow: row wrap;
}
.line-block .line-wrap > * {
  text-align: center;
  width: 25%;
  padding: 2.8rem 2.2rem 3.8rem;
  margin: 0 0 2rem;
  border-left: solid 1px #c3f0d1;
  box-sizing: border-box;
}
.line-block .line-wrap > *:nth-child(4n) {
  border-right: solid 0 #c3f0d1;
}
.line-block .line-wrap > *:nth-child(1) {
  border-left: solid 0 #c3f0d1;
}
.line-block .line-wrap > *:nth-child(5) {
  border-left: solid 0 #c3f0d1;
}
.line-block .h2top{
  margin-top: 12rem;
}
.line-block h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #58b310;
  margin: 2rem 0;
}
.line-block i {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 600;
  color: #2464ba;
  display: inline-block;
  margin-bottom: 2.2rem;
  position: relative;
  　font-family: 'Raleway', sans-serif;
}
.line-block i::after {
  content: "";
  background: #2464ba;
  display: block;
  width: 4px;
  height: 2px;
  margin-left: -2px;
  position: absolute;
  left: 50%;
  bottom: -1rem;
}
.line-block p strong {
  font-size: 2rem;
  color: #777;
  line-height: 1;
}
.line-block .img a {
  display: block;
  position: relative;
}
.line-block li > a {
  display: none;
}
.line-block .img a::before {
  content: "";
  /*
	 background: rgba(36,186,51,0.8) url(../img/icon_modal.png) no-repeat center center;
   */
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;

}
.line-block .img a:hover,
.line-block .img a:hover::before {
  opacity: 1;
}
.line-block.line-block-template .line-wrap .img a:hover {
  transform: translateY(-6px);
  box-shadow: 0 2px 20px 0 rgba(36,186,51,0.5);
}
.line-block p + p {
  font-size: 1.4rem;
  margin-top: 2rem;
}
.note_r {
  font-size: 1.2rem;
  line-height: 1.1;
  color: #888;
  text-align: right;
  margin-top: 1.5rem;
}
.note {
  font-size: 1.2rem;
  line-height: 1.1;
  color: #888;
  text-align: left;
  margin-top: 1.5rem;
}
.note a {
  color: #fcc245;
  text-decoration: underline;
}

/* -- lead section -- */
#lead {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}
#lead h2 {
  color: #222;
  font-size: 5.8rem;
  line-height: 1.14;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.06em;
}
#lead > div p {
  color: #77c91f;
  line-height: 2.2;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
}
p.lead_top{
  font-size: 2rem;
}
p.lead_bottom{
  font-size: 2.2rem;
}
p.lead_top:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 120px;
  width: 16%;
  height: 1px;
  background-color: #77c91f;
}
#lead .trial {
  margin-top: 1.0rem;
  position: absolute;
  bottom: 5.5rem;
}
#lead .scroll {
  position: absolute;
  left: 0;
  bottom: 0;
}
#lead .scroll a {
  font-size: 0;
  background: url(../img/btn_scroll.png) no-repeat 1.6rem 0;
  display: block;
  height: 5.7rem;
  width: 3rem;
  padding-bottom: 5rem;
}
#lead .scroll a:hover {
  background-position: 1.6rem 1rem;
  opacity: 1;
}
#lead .scroll a::after {
  content: "";
  background: #77c91f;
  display: block;
  height: 4rem;
  width: 2px;
  position: absolute;
  left: 2rem;
  bottom: 0;
}

/* -- feature section -- */
#feature {
  padding-top: 20rem;
}
#feature h2 span {
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
#feature .note {
  float: right;
  margin-top: 35px;
}
#feature .note li {
  text-align: left;
}

/* -- service section -- */
#service .img {
  padding: 0 3.6rem;
}
#service section a {
  color: #fcc245;
  text-decoration: underline;
}

/* -- price section -- */
#price {
  margin: 16rem auto 7rem;
}
#price h2 span {
  font-size: 2.2rem;
  color: #333;
  margin-left: 1rem;
}
#price table {
  font-size: 1.4rem;
  width: 100%;
  border: solid 1px #76cf1c;
  box-sizing: border-box;
}
#price .col1 {
  width: 12.4%;
}
#price .col2 {
  width: 21%;
}
#price .col3 {
  width: 33.3%;
}
#price table th,
#price table tbody td:not(:first-of-type) {
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
#price table td {
  padding: 15px 20px;
  line-height: 1.6;
  border-left: solid 1px #c3f0d1;
  border-top: solid 1px #c3f0d1;
}
#price table thead th:not([rowspan]) {
  border-left: solid 1px #c3f0d1;
}
#price table thead td {
  text-align: center;
}
#price table tbody th,
#price table tbody th ~ td {
  border-top: solid 1px #76cf1c;
}
#price table thead th:not([colspan]) {
  color: #fff;
  font-size: 2rem;
  padding: 2rem 0;
}
#price table thead th:nth-child(2) {
  background: #85d628;
}
#price table thead th:nth-child(3) {
  background: #77c91f;
}
#price table thead tr:nth-child(3) td:nth-child(1) {
  background: #f2f2f2;
}
#price table thead tr:nth-child(3) td:nth-child(2) {
  background: #f0f9f0;
}
#price table tbody td:nth-of-type(2) {
  background: #fcfcfc;
}
#price table tbody td:nth-of-type(3),
#price table tbody td.trial-btn {
  background: #fbfefb;
}
#price table th .plan {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  margin: 10px 0 15px;
}
#price table th .price {
  font-size: 1.4rem;
  font-weight: 500;
}
#price table th .price i {
  font-size: 4rem;
  font-weight: 600;
  vertical-align: sub;
  display: inline-block;
  padding: 0 10px;
}
#price table th .price b {
  font-size: 2rem;
}
#price table thead tr:nth-child(2) td strong {
  color: #ff5949;
}
#price table thead tr:nth-child(3) dt {
  font-weight: 600;
  color: #24ba33;
  padding: 15px 0 10px;
}
#price table thead tr:nth-child(3) dd {
  font-size: 1.6rem;
  line-height: 1.75;
  padding-bottom: 5px;
}
#price table tbody td:nth-of-type(n+2) {
  color: #24ba33;
}
#price table tbody tr:last-child th {
  padding-right: 21%;
}
#price table td a {
  text-decoration: underline;
}

/* -- friend section -- */
#friend {
  margin: 0 auto 9rem;
}
#friend h3 {
  font-size: 2.0rem;
  font-weight: 600;
  color: #555;
  margin-left: 0.5rem;
  margin-bottom: 1.4rem;
}
#friend h3 b {
  font-size: 1.6rem;
}
#friend table {
  font-size: 1.4rem;
  width: 100%;
  border: solid 1px #76cf1c;
  box-sizing: border-box;
}
#friend .col1 {
  width: 50%;
}
#friend .col2 {
  width: 50%;
}
#friend table th {
  padding: 15px 15%;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  border-left: solid 1px #76cf1c;
  border-bottom: solid 1px #76cf1c;
}
#friend table td {
  line-height: 1.75;
  text-align: center;
  border-left: solid 1px #76cf1c;
}
#friend table tbody tr:nth-child(1) td {
  padding: 15px 20px 0;
  font-size: 1.8rem;
  font-weight: 600;
}
#friend table tbody tr:nth-child(2) td {
  padding: 10px 20px 0;
  font-size: 1.3rem;
}
#friend table tbody tr:nth-child(3) td {
  padding: 15px 20px;
  font-size: 2.0rem;
}
#friend .trial-btn {
  padding: 20px 0;
}
#friend .trial-btn a.btn {
  font-size: 1.6rem;
  color: #fff;
  background: #F6AB00;
  display: block;
  width: 22.5rem;
  height: 1.6rem;
  padding: 1.0rem 0 2.0rem;
  border-radius: 2.5rem;
  margin: 0 auto;
}
#friend .trial-btn span {
  font-size: 1.2rem;
  line-height: 1.66;
  color: #222;
  font-weight: 500;
  display: block;
}
#friend .trial-btn span a {
  color: #f6ab00;
  text-decoration: underline;
}

/* -- compare section -- */
#compare {
  margin: 0 auto 9rem;
}
#compare h3 {
  font-size: 2.0rem;
  font-weight: 600;
  color: #555;
  margin-left: 0.5rem;
  margin-bottom: 1.4rem;
}
#compare h3 b {
  font-size: 1.6rem;
}
#compare table {
  font-size: 1.4rem;
  width: 100%;
  border: solid 1px #bbb;
  box-sizing: border-box;
}
#compare .col1 {
  width: 15%;
}
#compare .col2 {
  width: 25%;
}
#compare .col3 {
  width: 20%;
  background-color: #ffffe0;
}
#compare .col4 {
  width: 20%;
}
#compare .col5 {
  width: 20%;
}
#compare table th,
#compare table tbody td:not(:first-of-type) {
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
#compare table td {
  padding: 15px 20px;
  line-height: 1.6;
  border-left: solid 1px #bbb;
  border-top: solid 1px #bbb;
}
#compare table thead th:not([rowspan]) {
  border-left: solid 1px #bbb;
}
#compare table thead th {
  text-align: center;
  padding-top: 15px;
}
#compare table thead td {
  text-align: center;
  padding: 15px 4%;
  border-top: none;
}
#compare table tbody th,
#compare table tbody th ~ td {
  border-top: solid 1px #aaa;
}
#compare table thead th:nth-child(2),
#compare table tbody td:nth-of-type(2) {
  color: #24ba33;
}
#compare table thead th:nth-child(3) a,
#compare table tbody td:nth-of-type(3) {
  color: #008d3f;
}
#compare table thead th:nth-child(4) a,
#compare table tbody td:nth-of-type(4) {
  color: #f08300;
}

/* -- spec section -- */
#spec {
  margin: 16rem auto 9rem;
}
#spec h2 span {
  font-size: 1.6rem;
  color: #888;
  margin-left: 1rem;
}
#spec table {
  font-size: 1.4rem;
  width: 100%;
  border: solid 1px #76cf1c;
  box-sizing: border-box;
}
#spec .col1 {
  width: 25%;
}
#spec .col2 {
  width: 75%;
}
#spec table th {
  padding: 15px 20px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  border-left: solid 1px #76cf1c;
  border-top: solid 1px #76cf1c;
}
#spec table td {
  padding: 15px 20px;
  line-height: 1.75;
  text-align: left;
  border-left: solid 1px #76cf1c;
  border-top: solid 1px #76cf1c;
}
#spec table td b {
  color: #ff0000;
}


/* -- case section -- */
#case.in-block p {
  font-size: 1.4rem;
  line-height: 2;
}

/* -- print section -- */
#print h2 {
  font-size: 4rem;
}
#print h2 b {
  font-size: 2.4rem;
  display: block;
  margin-bottom: 12px;
}

/* -- promotion section -- */
#pr {
  margin-top: 16rem;
  padding-top: 8.2rem;
}
#pr::before {
  height: 0.2rem;
  margin-top: -8.2rem;
}
#pr .logo {
  width: 23rem;
  margin: 0 auto 2rem;
}
#pr h2 {
  margin-bottom: -4rem;
}
#pr > div > * {
  position: relative;
}
#pr .app {
  color: #fff;
  height: 22rem;
  padding: 7.5rem 0 0 calc(50% - 29.5rem);
  margin-top: 8rem;
}
#pr .app::before {
  height: 29.5rem;
  margin-top: -7.5rem;
}
#pr .app p:first-child {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
#pr .app p:first-child::before {
  content: "";
  background: url(../img/app_img1.png) no-repeat 0 0 / 100% 100%;
  display: block;
  float: left;
  width: 17.7rem;
  height: 13.5rem;
  margin-right: 4rem;
}
#pr .app p:nth-child(2) {
  font-size: 1.4rem;
}
#pr .app p:nth-child(3) {
  width: 15.3rem;
  float: left;
  margin-top: 1.8rem;
}
#pr .contact {
  text-align: center;
  height: 24rem;
  padding: 7.5rem 0 0;
}
#pr .contact::before {
  background: #b3daf1;
  height: 31.5rem;
  margin-top: -7.5rem;
}
#pr .contact .mail {
  font-size: 2rem;
  color: #fff;
  background: #3764c5;
  display: inline-block;
  width: 34.8rem;
  height: 5rem;
  padding-top: 1.5rem;
  margin-top: 3rem;
}
#pr #targetID {
  font-size: 0;
  height: 0;
}
#pr .contact .note {
  text-align: center;
}

/* -- aside section online-- */
main aside .brother {
  text-align: center;
  height: 26rem;
  padding: 7.5rem 0 0;
}
main aside .brother > p {
  font-size: 2.0rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
main aside .brother ul{
  display: flex;
  margin-top: 3rem;
  margin-bottom: 3rem;
  justify-content: center;
}
main aside .brother ul li {
  margin-right: 2.0rem;
  margin-left: 2.0rem;
  width: 22%;
}
main aside .brother ul li a {
  display: block;
}
main aside .brother ul li:nth-child(1) a { color: #cc4444; }
main aside .brother ul li:nth-child(2) a { color: #0e6cbc; }
main aside .brother ul li:nth-child(3) a { color: #24ba33; }
main aside .brother ul li img {
  height: 13rem;
  width: auto;
}
main aside .brother ul li p {
  font-size: 1.4rem;
  text-align: left;
  display: inline-block;
  margin-top: 0;
}

/* -- products -- */
main aside {
  text-align: center;
  padding: 4rem 1rem 8.6rem;
}
main aside h2 {
  display: block;
  width: 21.1rem;
  margin: 0 auto 2rem;
}
main aside > p {
  font-size: 2rem;
  margin-top: 0rem;
}
main aside > p strong {
  font-size: 1.6rem;
  color: #444;
}

main aside > .package {
  font-size: 1.5rem;
  color: #999;
}

main aside ul {
  display: flex;
  margin-top: 6rem;
  margin-bottom: 3rem;
}
main aside ul li {
  font-size: 1.4rem;
  line-height: 1.43;
  width: 20%;
}
main aside ul li a {
  display: block;
}
main aside ul li:nth-child(1) a { color: #008d3f; }
main aside ul li:nth-child(2) a { color: #f08300; }
main aside ul li:nth-child(3) a { color: #20addb; }
main aside ul li:nth-child(4) a { color: #d6281f; }
main aside ul li:nth-child(5) a { color: #d82e8b; }
main aside ul li img {
  height: 13rem;
  width: auto;
}
main aside ul li p {
  text-align: center;
  display: inline-block;
}
/* nao
   main aside ul li p strong {
   padding-left: 0.5em;
   }
 */



/* -- Footer
   -------------------------------------------------------------------------------- */
footer {
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  height: 10rem;
  margin-bottom: 2rem;
}
footer::before {
  content: "";
  background: #fff;
  display: block;
  width: 100%;
  height: 14.8rem;
  position: absolute;
  left: 0;
}
footer nav,
footer small {
  padding-top: 7.5rem;
  position: relative;
}
footer nav {
  width: calc(100% - 14.5rem);
}
footer nav ul {
  display: table;
}
footer nav li {
  display: table-cell;
  padding-right: 2rem;
}
footer nav li a {
  color: #444;
}
footer nav li a:hover {
  text-decoration: underline;
}
footer small {
  color: #fff;
  width: 14.5rem;
  text-align: right;
}
.footer .pb-8 {
  font-size: 1.6rem;
}



/* -- Media query
   -------------------------------------------------------------------------------- */
@media screen and (min-width: 1540px) {
  html {
	font-size: 12.5px;
  }
  html,body {
	min-width: 1520px;
  }
  footer,
  main > * {
	width: 1400px;
  }
  .in-block::before,
  #pr .app::before,
  #pr .contact::before {
	min-width: 100%;
  }
  #lead {
	padding-left: 6%;
	padding-right: 6%;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1540px) {
  .in-block::before,
  #pr .app::before,
  #pr .contact::before {
	min-width: 100%;
  }
}
@media screen and (max-width: 1360px) {
  #lead .scroll {
	left: 0;
  }
}
@media screen and (min-width: 1540px) and (max-width: 1700px) {
  #lead .scroll {
	left: 0;
  }
}


/* -- animation 
   -------------------------------------------------------------------------------- */
.ef{
  visibility: hidden;
}
.is_visible{
  visibility: visible !important;
}


.txt_ani.is_visible{
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:.5s;
  animation-duration:.5s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-timing-function: ease-out-cubic;
  animation-timing-function: ease-out-cubic;
  -webkit-animation-name: txt_ani;
  animation-name: txt_ani;
}
@-webkit-keyframes txt_ani {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes txt_ani {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

.tri_ani.is_visible{
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:0.6s;
  animation-duration:0.6s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease-out-cubic;
  animation-timing-function: ease-out-cubic;
  -webkit-animation-name: tri_ani;
  animation-name: tri_ani;
}
@-webkit-keyframes tri_ani {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes tri_ani {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}


.box_ani.is_visible{
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:.5s;
  animation-duration:.5s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-timing-function: ease-out-cubic;
  animation-timing-function: ease-out-cubic;
  -webkit-animation-name: box_ani;
  animation-name: box_ani;
}

@-webkit-keyframes box_ani {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}


.box-item_ani.is_visible{
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-timing-function: ease-out-cubic;
  animation-timing-function: ease-out-cubic;
  -webkit-animation-name: box-item_ani;
  animation-name: box-item_ani;
}
@-webkit-keyframes box-item_ani {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes box-item_ani {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

.b-item_n01_ani{
  -webkit-animation-duration:.5s;
  animation-duration:.5s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.b-item_n02_ani{
  -webkit-animation-duration:.5s;
  animation-duration:.5s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.b-item_n03_ani{
  -webkit-animation-duration:.5s;
  animation-duration:.5s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@-webkit-keyframes box_ani {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}




.icon_ani.is_visible{
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:.5s;
  animation-duration:.5s;
  -webkit-animation-delay: 5;
  animation-delay: 5;
  -webkit-animation-timing-function: ease-out-cubic;
  animation-timing-function: ease-out-cubic;
  -webkit-animation-name: icon_ani;
  animation-name: icon_ani;
}
@-webkit-keyframes icon_ani {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes icon_ani {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
