@charset "UTF-8";
html {
  font-size: 62.5%; }

body {
  font-family: 'ヒラギノ角ゴ ProN', 'HiraKakuProN', 'ヒラギノ角ゴ Pro', 'メイリオ', 'Meiryo UI', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  color: #333; }

img {
  width: auto;
  max-width: 100%; }

.pc {
  display: none !important; }

.sp {
  display: block !important; }

.ct-wrap {
  margin: 42px auto 0; }

@media screen and (min-width: 769px) {
  body {
    font-size: 1.4rem;
    min-width: 1145px; }
  .pc {
    display: block !important; }
  .sp {
    display: none !important; }
  .ct-wrap {
    margin: 60px auto 0; }
  #index .ct-wrap {
    margin: 82px auto 0; } }

.hd {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%; }

.hd-bar {
  background: #fff;
  height: 42px;
  position: relative; }

.hd-logo {
  width: 78px;
  position: absolute;
  top: 4px;
  left: 7px;
  padding-top: 4px; }
  .hd-logo a {
  display: inline-block;}
    .hd-logo a img {
      width: 100%; }
    .hd-logo p {
  display: inline-block;
font-weight:bold;}

.hd-bar-btn {
  /*width: 180px;*/
	width: 120px;
  height: 100%;
  position: absolute;
  top: 2px;
  right: 50px; }
  .hd-bar-btn .btn01,
  .hd-bar-btn .btn02,
  .hd-bar-btn .btn03 {
    display: inline-block; }
  .hd-bar-btn img {
    height: 38px; }
.open .hd-bar-btn {
  width: 180px;}

.tel-modal {
  display: none;
  position: fixed;
  top: 20vh;
  padding: 60px 0 40px;
  width: 90%;
  background: #fff;
  border: 3px #333 solid;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 120; }

.modal-close {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 40px;
  height: 40px;
  background: #e3e3e3; }
  .modal-close span {
    display: block;
    width: 100%;
    height: 100%; }
    .modal-close span:before, .modal-close span:after {
      content: '';
      display: block;
      width: 25px;
      height: 2px;
      background: #666;
      position: absolute;
      left: 50%;
      top: 50%; }
    .modal-close span:before {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg); }
    .modal-close span:after {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      transform: translateX(-50%) translateY(-50%) rotate(-45deg); }

.tel-modal__head {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }

.tel-modal__btn {
  margin-top: 15px; }
  .tel-modal__btn a {
    display: inline-block;
    width: 75%;
    box-sizing: border-box;
    padding: 10px 7%;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    background-image: linear-gradient(180deg, #a24e4e, #5f0e0e); }
    .tel-modal__btn a span {
      display: inline-block;
      position: relative;
      padding-left: 25px; }
      .tel-modal__btn a span:after {
        content: '';
        display: block;
        width: 18px;
        height: 31px;
        background-image: url("../images/hd-icon_tel-w.png");
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.tel-comment {
  width: 90%;
  margin: 10px auto 0; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  z-index: 110; }

.mn-trig-wrap {
  position: absolute;
  top: 0;
  right: 0;
  background: #e3e3e3;
  height: 42px; }
  .mn-trig-wrap .txt {
    position: relative;
    top: -2px;
    font-size: 11px;
    font-size: 0.9rem;
    line-height: 1;
    color: #666;
    text-align: center; }

.mn-trig {
  position: relative;
  height: 32px;
  width: 50px; }
  .mn-trig .bar {
    display: block;
    width: 20px;
    height: 2px;
    background: #666;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.4s ease; }
  .mn-trig:before, .mn-trig:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #666;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.4s ease; }
  .mn-trig:before {
    top: 30%; }
  .mn-trig:after {
    top: 70%; }
  .mn-trig.active .bar {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 65%; }
  .mn-trig.active:before {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    transform: translateX(-50%) translateY(-50%) rotate(135deg); }
  .mn-trig.active:after {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
    transform: translateX(-50%) translateY(-50%) rotate(-135deg); }

.hd-nav {
  width: 100%;
  font-size: 0;
  display: none;
  /*overflow: hidden;*/ }
  .hd-nav ul {
    border-top: 1px #bcbcbc solid; }
  .hd-nav li {
    text-align: center;
    width: 100%;
    background: #fff;
    display: inline-block;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    border-bottom: 1px #bcbcbc solid;
    vertical-align: top;background-color: #f3f3f3 }
    .hd-nav li:nth-child(2n+1) {
      /*border-right: 1px #bcbcbc solid;*/ }
    .hd-nav li a {
      display: block;
      padding: 15px 0; }
    .hd-nav li.sp {
      display: inline-block !important; }

.hd-btn-wrap {
  display: none;
  position: fixed;
  width: 100%;
  font-size: 0;
  bottom: 0; }
  .hd-btn-wrap .grad-btn__b,
  .hd-btn-wrap .grad-btn__r {
    float: right;
    width: 50%; }

.hd-btn {
  display: inline-block;
  width: 100%; }

@media screen and (min-width: 769px) {
  .hd {
    min-width: 1145px; }
  .hd-bar {
    height: 47px; }
  .hd-logo-wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%; }
  .hd-logo {
    width: 350px;
    top: 5px;
    left: 0;
    padding-top: 5px; }
  .hd-logo img{
    width: 80px!important;
	  height:auto;
	margin-right:10px;}
  .hd-logo p{
    font-size:18px;
	line-height:28px;}
  .tel-modal,
  .overlay {
    display: none; }
  .hd-bar-btn {
    width: 253px;
    /*right: 200px;*/
	right: 380px;
    padding: 8px 16px 0 0; }
  .open .hd-bar-btn {
    /*right: 380px;*/}
    .hd-bar-btn img {
      width: 100%;
      height: auto; }
    .hd-bar-btn a {
      /*PCリンク無効*/
      pointer-events: none; }
  .hd-btn-wrap {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    width: 380px; }
    .hd-btn-wrap .grad-btn__b a,
    .hd-btn-wrap .grad-btn__r a {
      font-size: 1.8rem;
      line-height: 47px;
      padding: 0; }
    .hd-btn-wrap .grad-btn__b,
    .hd-btn-wrap .grad-btn__r {
      float: right;
      width: 190px; }
  .hd-nav {
    display: block;
    background: #f3f3f3;
    text-align: center; }
    .hd-nav ul {
      border: none;
      width: 1200px;
      margin: 0 auto; }
    .hd-nav li {
      margin-left: 1px;
      width: 199px;
      border: none;
      background: none; }
    .hd-nav li.nav_new a {
        background:url("../images/common/nav_new.png") center left 17px no-repeat;}
      .hd-nav li:nth-child(2n+1) {
        border: none; }
      .hd-nav li a {
        display: block;
        padding: 0;
        line-height: 35px;
        position: relative; }
        .hd-nav li a:after {
          content: '';
          display: block;
          width: 1px;
          height: 13px;
          background: #919191;
          position: absolute;
          top: 50%;
          right: 100%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .hd-nav li a:hover {
          background-color: rgba(255, 255, 255, 0.7); }
      .hd-nav li:first-child a:after {
        content: none; } }

  #footer2 {
	background-color: #e2e2e2;
padding-bottom: 8VW;} 
@media screen and (min-width: 769px) {
  #footer {
    width: 100%;
    color: #666;
    padding: 0;
      background: #626262 url("../images/common/bg_footer3.gif") right top repeat-X; } 
  #footer2 {
    margin-top: 115px;
	padding-bottom: 0!important;} 
    #footer .inner960 {
      /*width: 1200px;
      margin: 0 auto; */}
  #footer-tel {
    overflow: hidden;
    color: #000;
    padding: 25px 0 38px;
    background-color: #c1c1c1; }
    #footer-tel p {
      font-size: 21px;
      text-align: center;
      margin: 0px auto 10px; }
      #footer-tel p span {
        display: block;
        font-weight: 400;
        font-size: 14px; }
    #footer-tel .tel {
      /*margin-bottom: 30px; */}
      #footer-tel .tel a {
        padding-left: 50px;
        background: url(../images/common/icon_fc.png) left center no-repeat;
        font-size: 32px;
        line-height: 31px;
        font-weight: bold;
        color: #000;
        /*リンク無効*/
        pointer-events: none; }
    #footer-tel .btn a {
      display: block;
      text-align: center;
      font-size: 18px;
      line-height: 35px;
      font-weight: bold;
      color: #fff;
      background: #626262 url(../images/common/icon_link.png) right 20px center no-repeat; }
    #footer-tel ul {
      width: 310px;
      margin: 0 auto; }
      #footer-tel ul ul li p {
        font-size: 10px;
        text-align: left; }
      #footer-tel ul li .title {
        margin-bottom: 5px; }
      #footer-tel ul li:last-child {
        margin-right: 0px; }
  #footer-middle {
    overflow: hidden;
    padding: 10px 0 7px; }
    #footer-middle ul li {
      float: left;
      padding-bottom: 6px; }
      #footer-middle ul li p {
        font-size: 11px;
        padding-top: 6px; }
      #footer-middle ul li:last-child {
        float: right; }
  #footer-bottom {
    overflow: hidden;
    font-size: 10px;
    color: #FFF;
    padding: 12px 0 22px;
    background-color: #000; }
  #footer-bottom ,
  #footer-middle{
	width: 1200px;
      margin: 0 auto;}
    #footer-bottom .footer-aux-primary {
      float: left; }
      #footer-bottom .footer-aux-primary li {
        float: left;
        margin-right: 2em; }
    #footer-bottom .footer-aux-secondary {
      float: right; }
      #footer-bottom .footer-aux-secondary li {
        float: left;
        margin-right: 2em; }
    #footer-bottom p {
      clear: both;
      text-align: right;
      font-size: 10px;
      padding-top: 5px; }
  #footer a {
    text-decoration: none; }
  #footer-bottom a:link, #footer-bottom a:visited, #footer-bottom a:hover, #footer-bottom a:active {
    color: #FFF; }
  #footer-sp {
    display: none; } }

@media screen and (max-width: 768px) {
  .ft-btn-wrap {
    padding: 0 36px;
    margin: 40px auto 40px;}
    .ft-btn-wrap .ft-btn {
      margin-bottom: 15px; }
	  .ft-btn-wrap .ft-btn .close_btn {
        padding: 20px 0;
        font-size: 16px; }
      .ft-btn-wrap .ft-btn a {
        padding: 20px 0;
        font-size: 16px; }
  #footer {
    width: 100%;
    /*height:280px;*/
    color: #666;
    padding: 0;
    background-color: #e2e2e2; }
    #footer .inner960 {
      width: 100%;
      margin: 0 auto;
      padding-top: 0px; }
  #footer-tel {
    color: #000;
    padding: 20px 0;
    width: 320px;
    margin: 0 auto; }
    #footer-tel p {
      font-size: 21px;
      text-align: center;
      margin: 0px auto 15px; }
      #footer-tel p span {
        display: block;
        font-size: 14px; }
    #footer-tel li {
      clear: both; }
      #footer-tel li .title {
        float: left;
        width: 28%;
        margin-left: 0%;
        font-size: 14px;
        line-height: 14px; }
      #footer-tel li .tel a {
        float: right;
        margin-top: 2px;
        padding-left: 33px;
        background: url(../images/common/icon_fc.png) left center no-repeat;
        background-size: 14%;
        font-size: 24px;
        line-height: 29px;
        font-weight: bold;
        color: #000;
        text-decoration: none; }
      #footer-tel li .btn {
        clear: both;
        padding-top: 15px; }
        #footer-tel li .btn a {
          display: block;
          text-align: center;
          font-size: 18px;
          line-height: 35px;
          font-weight: bold;
          color: #fff;
          background: #626262 url(../images/common/icon_link.png) right 20px center no-repeat; }
    #footer-tel ul li p {
      font-size: 10px;
      text-align: left;
      float: left;
      width: 96%; }
      #footer-tel li .address {
        clear:both;
        width: 100%;
        margin-top: 10px;
		  font-size: 14px; }
  #footer-middle {
    background-color: #FFF; }
    #footer-middle ul li p {
      width: 96%;
      margin: 5px auto 0;
      padding: 10px 0;
      font-size: 12px; }
    #footer-middle ul li:nth-child(2) {
      display: none; }
  #footer-bottom {
    height: 108px;
    font-size: 10px;
    color: #FFF;
    background: url(../images/common/bg_footer_sp.gif?v=1) center top no-repeat;
	  background-color: #000;
    background-size: 375px; 
	padding-bottom: 10VW;}
    #footer-bottom .footer-aux-primary,
    #footer-bottom .footer-aux-secondary {
      display: none; }
    #footer-bottom p {
      text-align: center;
      font-size: 10px;
      padding-top: 90px; } }

@media screen and (min-width: 769px) {
  .ft-btn-wrap {
    font-size: 0;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px; }
  .ft-btn-wrap p{
    font-size: 16px;
    margin-top: 10px; }
  .ft-btn {
    display: inline-block;
    width: 400px;
    margin: 0 20px; } 
    .hd-nav li:nth-child(7),
    .hd-nav li:nth-child(8) {
		display:none!important
	}
}
  .ft-btn-wrap p a{
    text-decoration: underline;}

.hd-nav li.new {
  position: relative; }
  .hd-nav li.new:after {
    width: 50px;
    content: 'NEW';
    background: #333;
    padding: 5px 5px;
    line-height: 1em;
    font-size: 17.6px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

@media only screen and (max-width: 768px) {
	
.hd-logo {
	width: calc(100% - 57px); }
    .hd-logo a img {
      width: 78px; }
    .hd-logo p {
	padding-left:1em;
        transform: translateY(-5px);/*上に移動*/}
  .hd-nav li.new {
    padding: 0 0 0 15px; }
    .hd-nav li.new:after {
      width: 32px;
      padding: 5px 0;
      right: inherit;
      margin: inherit;
      bottom: inherit;
      top: 50%;
      left: 8%; } 

    .hd-nav li:nth-child(1) {
      	background: url("../images/common/thumb01.jpg") left top no-repeat;
		background-size: contain;
		background-color: #f3f3f3;
	}
    .hd-nav li:nth-child(2) {
      	background: url("../images/common/thumb02.jpg") left top no-repeat;
		background-size: contain;
		background-color: #f3f3f3;
	}
    .hd-nav li:nth-child(3) {
      	background: url("../images/common/thumb04.jpg") left top no-repeat;
		background-size: contain;
		background-color: #f3f3f3;
	}
    .hd-nav li:nth-child(4) {
      	background: url("../images/common/thumb03.jpg") left top no-repeat;
		background-size: contain;
		background-color: #f3f3f3;
	}
    .hd-nav li:nth-child(5) {
      	background: url("../images/common/thumb05.jpg?v=1") left top no-repeat;
		background-size: contain;
		background-color: #f3f3f3;
	}
    .hd-nav li:nth-child(6) {
      	background: url("../images/common/thumb06.jpg?v=1") left top no-repeat;
		background-size: contain;
		background-color: #f3f3f3;
	}
    .hd-nav li:nth-child(7),
    .hd-nav li:nth-child(8) {
		width:50%;
		padding:5VW 2%;
		float:left;
	}
    .ban__fix {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 10000;
        background-color: #000;
    }
    .ban__fix li {
        float: left;
        width: 50%;
    }
    .ban__fix li:last-child {
        float: left;
        width: 50%;
    }
    .ban__fix li img{
      	width: 100%;
        height:auto;
    }
}

.hd-nav li.comming a {
	color:#aaa;
  pointer-events: none; }


/*フッター展示場ここから*/
@media screen and (min-width: 769px) {
	.tenjijo {
		width: 1080px;
		margin:0px auto;
		padding:40px 0;
        background:url("../images/common/present.png") right top 40px no-repeat;
		background-size: 115px;
	}
	.tenjijo ul {
		width:430px;
		height:220px;
		margin: 0 auto;
		padding-left:410px;
        background:url("../images/top/01.jpg") left top no-repeat;
		background-size: 360px;
	}
	.tenjijo ul li:nth-child(1){
		width:159px;
		height:91px;
	}
	.tenjijo ul li h2{
		font-size:23px;
	}
	.tenjijo ul li:nth-child(1) small{
		font-size:14px;
		line-height: 14px;
	}
	.tenjijo ul li:nth-child(2){
		width:270px;
		height:91px;
	}
	.tenjijo ul li:nth-child(2) .tel a{
		width:243px;
		font-size:34px;
		line-height: 36px;
	}
	.tenjijo ul li:nth-child(2) .tel a{
		pointer-events: none;
	}
	.tenjijo ul li:nth-child(2) .time{
		font-size:12px;
	}
	
	.tenjijo ul li:nth-child(5){
		width:142px;
	}
	.tenjijo ul li:nth-child(4){
		width:288px;
		line-height:46px;
	}
	.tenjijo ul li:nth-child(5) a{
		width:141px;
		line-height:46px;
	}
	
}
@media only screen and (max-width: 768px) {
	.tenjijo {
		width:100%;
		margin:0px auto;
		padding:40px 0;
        background:url("../images/common/present.png") right 1% top 70VW no-repeat;
		background-size: 110px;
	}
	.tenjijo ul {
		width:90%;
		height:220px;
		padding:60VW 5% 10VW;
        background:url("../images/top/01.jpg") center top no-repeat;
		background-size: 90%;
	}
	.tenjijo ul li:nth-child(1){
		width:100%;
	}
	.tenjijo ul li h2{
		font-size:24px;
	}
	.tenjijo ul li:nth-child(1) small{
		font-size:14px;
		line-height: 14px;
	}
	.tenjijo ul li:nth-child(2){
		width:100%;
		padding-bottom:5VW;
	}
	.tenjijo ul li:nth-child(2) .tel{
		width:243px;
		font-size:30px;
		line-height: 36px;
	}
	.tenjijo ul li:nth-child(2) .time{
		font-size:12px;
	}
	
	.tenjijo ul li:nth-child(4){
		width:55%;
		line-height:46px;
	}
	.tenjijo ul li:nth-child(5){
		width:45%;
	}
	.tenjijo ul li:nth-child(5) a{
		width:100%;
		line-height:46px;
	}
}

.tenjijo {
    color:#fff;
}
.tenjijo ul li h2{
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
}
.tenjijo ul li:nth-child(1) small{
    font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.tenjijo ul li:nth-child(2) .tel{
    background:url("../images/common/tel_bk.png") left center no-repeat;
    padding-left:43px;
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
}
.tenjijo ul li:nth-child(5) a{
    background:url("../images/common/reader_wh.gif") right 5px center no-repeat;
    background-color: #990000;
    text-align: center;
    color:#fff;
    display: block;
}
.tenjijo ul li:nth-child(1){
    float:left;
}
.tenjijo ul li:nth-child(2){
    float:left;
}
.tenjijo ul li:nth-child(3){
    float:left;
    width:100%;
    padding:13px 0;
    height:1em;
    line-height:1em;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    margin-bottom:20px;
}
.tenjijo ul li:nth-child(4){
    float:left;
}
.tenjijo ul li:nth-child(5){
    float:left;
}
.tenjijo ul li:nth-child(3) a.map{
    display:inline-block;
    height:16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #fff;
    text-align:center;
    color:#000;
    font-size:12px;
    line-height:16px;
    text-decoration: none;
    padding:2px 5px;
}
.bk {
	background-color: #000;
	width:100%;
}
/*フッター展示場ここまで*/


#banner,
#banner-sp{
  opacity: 1;/*レイト表示のキャンセル　161-162行目も同様*/
}
@media only screen and (max-width: 767px) {
	.ban__fix__inner div:first-child {
    	margin-right: 0%;
  	}
}
@media screen and (min-width: 737px) {
#PC------------------------{}
    .ban__fix {
    position: fixed;
        /*width: 360px;*/
        width: 270px;
        height: 215px;
        bottom: 50px;
        right: 50px;
        left:auto;
    display: block;
    z-index: 9999;
    }
    .ban__fix__inner {
        /*width: 360px;*/
        width: 270px;
    }
	.tenjijo_text .text04 .box .tel a {
    	pointer-events: none;
  	}
}


/*スクロールイベントここから*/
.delay01 {
  animation-delay: 0.0s;
}
.delay02 {
  animation-delay: 0.3s;
}
.delay03 {
  animation-delay: 0.6s;
}
.delay04 {
  /*transition-delay: .9s!important;
  -webkit-transition-delay: .9s!important;*/
  animation-delay: 0.9s;
}
.delay05 {
  animation-delay: 1.0s;
}


.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(50px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 右方向フェードイン */
.fadeLR{
animation-name:fadeLRAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLRAnime{
  from {
    opacity: 0;
  transform: translateX(-50px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 左方向フェードイン */
.fadeRL{
animation-name:fadeRLAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRLAnime{
  from {
    opacity: 0;
  transform: translateX(50px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

.fadeUpTrigger{
    opacity: 0;
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
}

/*スクロールイベントここまで*/