@charset "UTF-8";
/*---------------------------------------------
00. reset
---------------------------------------------*/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0;
   padding: 0; 
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

a {
  background-color: transparent;
  text-decoration: none;
  text-decoration: none;
  color: inherit; }

p{
margin:0;
padding:0;
}

img {
    border-style: none;
    vertical-align: bottom;
    width: 100%;
    height: auto; }

video{
    max-width: 100%;
}

li {
	text-decoration: none!important;
	list-style: none!important;
}
/*---------------------------------------------
common
---------------------------------------------*/
body{
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    line-height: 1.8;
    font-size: 1.4rem;
    letter-spacing: .05em;
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", atten-new, "Segoe UI", "游ゴシック Medium", "Yu Gothic Medium", YuGothic;
	color: #4a2c21;
	font-weight: 400;
    letter-spacing: 1.5px;
}

  @media screen and (max-width: 389px) {
      html {
          font-size: 61%;
      }
  }
  
  @media screen and (max-width: 720px) {
      html {
          font-size: 62.5%;
      }
  }
  
    @media screen and (min-width: 721px) {
      html {
          font-size: 70%;
      }
  }

.center {
	text-align: center;
}

.sp {
    display: block
}
.pc {
    display: none
}



@media screen and (min-width: 760px){

body {
    background: linear-gradient(44deg, #efcfcd, #ffdecd);
}

.lp_wrap {
        max-width: 500px;
        margin: auto;
        position: relative;
}

.sp {
    display: none;
}
.ipad {
    display: block;
}

}

@media screen and (min-width: 1025px){
.sp {
    display: none;
}
.ipad {
    display: none;
}
.pc {
    display: block;
}
}

@media screen and (min-width: 1024px) and (max-height: 768px){
.sp {
    display: none;
}
.ipad {
    display: none;
}
.pc {
    display: block;
}
}
/*---------------------------------------------
animation
---------------------------------------------*/
/*--------------スクロールアニメーション---------------*/
.scroll_up {
  transition: 1s ease-out;
  opacity: 0;
}
.scroll_up.on {
  opacity: 1.0;
}


.scroll_up2 {
  transition: 0.5s ease-out;
  transform: translateY(50px);
  opacity: 0;
}
.scroll_up2.on {
  transform: translateY(0);
  opacity: 1.0;
}

.timing01 {transition-delay: .1s;}
.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}
.timing04 {transition-delay: .6s;}
.timing05 {transition-delay: .8s;}
.timing06 {transition-delay: 2s;}
.timing07 {transition-delay: 1.4s;}
.timing08 {transition-delay: 1.6s;}

/*--------------スクロールアニメーション---------------*/

/*--------------fvのアニメーション---------------*/
/*-----------ロード時-------------*/

.lp_wrap{
  position:relative;
}

 .box{
  opacity: 0;
}

 .fadeUp {
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(30px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

 .fadeUp2 {
animation-name:fadeUpAnime2;
animation-duration:2s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime2{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* アニメーションスタートの遅延時間を決めるCSS*/

 .delay-time01{
animation-delay: 0s;
}
.delay-time02{
animation-delay: 0.5s;
}
 .delay-time03{
animation-delay: 3.5s;
}
 .delay-time04{
animation-delay: 3.7s;
}


/*--------------fvのアニメーション---------------*/



/*---------------------------------------------
layout
---------------------------------------------*/


/* ETVOS HEADER */
/* line 591, ../sass/css_18lp.scss */
#logo {
    height: 60px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	    z-index: 5;
    position: relative;
}

/* line 599, ../sass/css_18lp.scss */
#logo img {
    width: 120px;
    margin-top: 8px;
}

/* line 603, ../sass/css_18lp.scss */
#logo a {
display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width: 450px) {
  /* line 610, ../sass/css_18lp.scss */
  #logo img {
      width: 100px;
    padding-top: 0;
    margin-top: 0;
  }
}
/*////////////////*/
/* ETVOS FOOTER */
/* line 619, ../sass/css_18aw_lp.scss */
footer {
  padding-top: 40px !important;
  text-align: center !important;
background-color: #dcd6d8;!important;
   
}

/* line 625, ../sass/css_18aw_lp.scss */
footer a {
  color: #000!important;
}

/* line 629, ../sass/css_18aw_lp.scss */
footer a:link {
  color: #000!important;
}

/* line 633, ../sass/css_18aw_lp.scss */
footer a:visited {
  color: #000!important;
}

/* line 637, ../sass/css_18aw_lp.scss */
footer a:hover {
  color: #000!important;
}

/* line 641, ../sass/css_18aw_lp.scss */
footer a:active {
  color: #000!important;
}

/* line 645, ../sass/css_18aw_lp.scss */
footer .sns_area {
  width: auto;
  overflow: hidden;
  margin: 0 auto 20px auto;
  text-align: center;
}

/* line 652, ../sass/css_18aw_lp.scss */
footer .sns_area .twitter-btn {
  display: inline-block;
  width: 100px;
}

/* line 657, ../sass/css_18aw_lp.scss */
footer .sns_area .fb-share-button {
  display: inline-block;
  width: 100px;
}

footer .sns_area .line-share-button{
  display: inline-block;
  width: 100px;
}


/* line 662, ../sass/css_18aw_lp.scss */
footer .f_list {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.3rem;
    padding: 0;
}

/* line 669, ../sass/css_18aw_lp.scss */
footer .f_list li {
  display: -moz-inline-box;
  display: inline-block;
  padding-right: 10px;
}

@media screen and (max-width: 450px) {
  /* line 676, ../sass/css_18aw_lp.scss */
  footer .sns_area {
    width: auto;
    overflow: hidden;
    margin: 0 auto 20px auto;
    text-align: center;
  }

  /* line 684, ../sass/css_18aw_lp.scss */
  footer .sns_area .line-share-button {
    display: inline-block;
    width: 82px;
  }

  /* line 688, ../sass/css_18aw_lp.scss */
  footer .f_list {
    font-size: 1.2rem !important;
  }

  /* line 693, ../sass/css_18aw_lp.scss */
  #copyright {
    font-size: 0.5rem !important;
  }
}
/*////////////////*/




