@charset "utf-8";
/* ===================================================================

 file name  :index.css
 style info :トップページ

=================================================================== */

/* =============================

	overwrite

=============================== */
#header .head-inner{background: transparent;}
#main{padding-top: 0; padding-bottom: 0;}




/* =================================== */

/*
#mv
---------------------------*/
#mv{
	position: relative;
  /*background: #e3e3e3;*/
}
#mv .mv-inner{
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 550px;
}
@media screen and (max-width: 767px) {
  #mv .mv-inner{
    height: auto;
    padding-bottom: 115%;
    min-height: auto;
  }
}
@media screen and ( min-aspect-ratio: 4/3 ) and (max-width: 767px){
  /*画面の比率が、「４：３」より横長*/
  #mv .mv-inner{
    padding-bottom: 70%;
  }
}


#mv.moved.animation-end *{
  transition: none !important;
}

#mv .notes{
  position: absolute;
  right: 0;
  top: calc(50% + 40px);
  transform: translateY(-50%);
  z-index: 2;
}
#mv .notes .ttl-wrap{
  font-size: 18rem;
}
#mv .notes .ttl-wrap span{
  display: block;
  white-space: nowrap;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: right;
  opacity: 0;
  transform: translateX(-10%);
  transition: all cubic-bezier(0.215, 0.610, 0.355, 1.000) 2s;
}
#mv .notes .ttl-wrap span:last-child{
  transition-delay: .15s;
  letter-spacing: -0.04em;
}
.pre-anim-start #mv .notes .ttl-wrap span{
  opacity: 1;
  transform: translateX(0);
}

#mv .notes .catch{
  margin: 1.5em 1em 2em 0;
  font-size: 3.6rem;
  line-height: 1.3;
  text-align: right;
  opacity: 0;
  transform: translateX(-10%);
  transition: all cubic-bezier(0.215, 0.610, 0.355, 1.000) 2s .3s;
}
.pre-anim-start #mv .notes .catch{
  opacity: 1;
  transform: translateX(0);
}

#mv .notes .btn-primary{
  margin-right: 13%;
  transition: all ease 1.5s .7s;
  opacity: 0;
  transform: translateY(-20%);
  font-weight: bold;
}
.pre-anim-start #mv .notes .btn-primary{
  opacity: 1;
  transform: translateY(0);
}


@media screen and (max-width: 1480px) {
  #mv .notes .ttl-wrap{
    font-size: 12vw;
  }
  #mv .notes .catch{
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 1200px) {
  #mv .notes .ttl-wrap{
    font-size: 15rem;
  }
  #mv .notes .catch{
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px){
  #mv .notes .btn-primary{
    margin-right: 50px;
  }
}
@media screen and (max-height: 960px) {
  #mv .notes .ttl-wrap{
    font-size: 18vh;
  }
  #mv .notes .catch{
    font-size: 3.5vh;
  }
}
@media screen and (max-height: 550px) {
  #mv .notes .ttl-wrap{
    font-size: 10rem;
  }
  #mv .notes .catch{
    font-size: 1.95rem;
  }
}
@media screen and (max-width: 767px) {
  #mv .notes{
    top: calc(50% + 20px);
  }
  #mv .notes .ttl-wrap{
    font-size: 12.9vw;
  }
  #mv .notes .catch{
    font-size: 3.2vw;
    margin-right: 15px;
  }
  #mv .notes .btn-primary{
    width: 50%;
    max-width: 100%;
    margin-right: 15px;
  }
  #mv .notes .btn-primary a{
    font-size: 2.2vw;
  }




  #mv .notes .ttl-wrap span{
    transition-duration: 1s;
  }
  #mv .notes .catch{
    transition-delay: .1s;
    transition-duration: 1s;
  }
  #mv .notes .btn-primary{
    transition-delay: .2s;
    transition-duration: 1s;
  }



}
@media screen and (max-width: 479px) {
  #mv .notes .catch{
    font-size: 1.3rem;
  }
  #mv .notes .btn-primary a{
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 320px) {
  #mv .notes .ttl-wrap{
    font-size: 4.2rem;
  }
}
@media screen and ( min-aspect-ratio: 4/3 ) and (max-width: 767px){
  /*画面の比率が、「４：３」より横長*/
  #mv .notes .ttl-wrap{
    font-size: 10vw;
  }
  #mv .notes .catch{
    font-size: 2.5vw;
  }
}



/* dマーク */
#mv .mark{
  max-width: 1010px;
  width: 68%;
  position: absolute;
  top: 45%;
  right: calc(-15%);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transform: translate(-10% , -62%);
  transition: all cubic-bezier(0.075, 1.115, 0.595, 1.000) 3s;
}
.pre-anim-start #mv .mark{
  opacity: 1;
  transform: translate(-10% , -40%);
}
@media screen and (max-width: 1620px) {
  #mv .mark{
    right: auto;
    right: -15%;
  }
}
@media screen and (max-width: 767px) {
  #mv .mark{
    right: -18%;
    width: 120%;
    top: 57%;
  }
}
@media screen and ( min-aspect-ratio: 4/3 ) and (max-width: 767px){
  #mv .mark{
    right: -10%;
    width: 70%;
  }
}



/* scroll */
#mv .scroll{
  position: absolute;
  right:60px;
  bottom: calc(-460px + 20%);
  padding-bottom: 460px;
  color: #20203f;
  font-style: italic;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  overflow: hidden;
}
#mv .scroll::before{
  content:'';
  width: 1px;
  height: calc(100% - 4em);
  background: #323255;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform-origin: center 0;
  transform: scaleY(0);
  animation: effect_rundown-anim 2s ease infinite;
}
@media screen and (max-height: 1050px) {
  #mv .scroll{
    bottom: calc(-460px + 10%);
  }
}
@media screen and (max-width: 991px){
  #mv .scroll{
    right:20px;
  }
}
@media screen and (max-height: 700px) {
  #mv .scroll{
    bottom: calc(-460px + 10%);
  }
}
@media screen and (max-width: 767px) {
  #mv .scroll{
    display: none;
  }
}
@-webkit-keyframes effect_rundown-anim {
  0% {
    transform: scaleY(0) translateY(0);
  }
  50% {
    transform: scaleY(1) translateY(0);
  }
  100% {
    transform: scaleY(1) translateY(100%);
  }
}
@keyframes effect_rundown-anim {
  0% {
    transform: scaleY(0) translateY(0);
  }
  50% {
    transform: scaleY(1) translateY(0);
  }
  100% {
    transform: scaleY(1) translateY(100%);
  }
}


/*
#news
---------------------------*/
#news{
    padding: 90px 15px 20px;
}
#news .ttl-upper-line{
    margin-bottom: 0.2em;
}
#news .ttl-upper-line span{
  display: inline-block;
  transition: all ease .3s;
  opacity: 0;
}
#news .ttl-upper-line::before{
  transform: scaleX(0) translateY(10px);
  transition: all ease .3s;
}
#news .ttl-upper-line span:nth-of-type(odd){ transform: translateY(-10px);}
#news .ttl-upper-line span:nth-of-type(even){ transform: translateY(10px);}
.pre-anim-start #news .ttl-upper-line.sc-show span{
  transform: translateY(0);
  opacity: 1;
}
.pre-anim-start #news .ttl-upper-line.sc-show::before{
  transform: scaleX(1) translateY(0);
}
#news dl{
    padding: 30px 40px;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    font-size: 1.6rem;
}
#news dl dt{
    float: left;
    padding: 8px 0;
    font-weight: 600;
}
#news dl dt.new::after{
    content: "NEW";
    display: inline-block;
    width: 75px;
    margin: 0 0 0 15px;
    text-align: center;
    color: #fff;
    background: #262644;
    font-size: 1.4rem;
}
#news dl dd{
    padding: 8px 0 8px 220px; 
}
#news dl dd.empty{
    padding: 0;
    text-align: center;
}
@media screen and (max-width: 767px){
    #news{
        padding: 50px 15px 10px;
    }
    #news .ttl-upper-line{
        margin-bottom: 0.5em;
    }
    #news dl{
        padding: 5% 8%;
        font-size: 1.4rem;
    }
    #news dl dt{
        float: none;
        padding: 5px 0;
    }
    #news dl dt.new::after{
        width: 60px;
        font-size: 1.2rem;
    }
    #news dl dd{
        padding: 8px 0; 
    }
}


/*
#pickup
---------------------------*/
/*#pickup{
  padding: 90px 0 110px;
}
#pickup .ttl-upper-line span{
  display: inline-block;
  transition: all ease .3s;
  opacity: 0;
}
#pickup .ttl-upper-line::before{
  transform: scaleX(0) translateY(10px);
  transition: all ease .3s;
}
#pickup .ttl-upper-line span:nth-of-type(odd){ transform: translateY(-10px);}
#pickup .ttl-upper-line span:nth-of-type(even){ transform: translateY(10px);}
.pre-anim-start #pickup .ttl-upper-line.sc-show span{
  transform: translateY(0);
  opacity: 1;
}
.pre-anim-start #pickup .ttl-upper-line.sc-show::before{
  transform: scaleX(1) translateY(0);
}*/

#pickup{
 background:#006895;
 padding: 80px 0 80px;	
}	
#pickup .bnr{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
#pickup .bnr a{
	transition: .3s;
}
#pickup .bnr a:hover{
	opacity: .8;
}
@media screen and (max-width: 767px) {
  #pickup{
    padding: 50px 0;
  }
}



/*
#pickupSlider
---------------------------*/
#pickupSlider{
  min-width: 1200px;
}
#pickupSlider .slide{
  padding: 40px 20px 0;
  transition: all ease .6s .2s;
}
#pickupSlider .slide.slick-current,
#pickupSlider .slide.is-active-next{
  padding-top: 0;
}
#pickupSlider .slide .inner{
  position: relative;
  overflow: hidden;
  background: #000;
}
#pickupSlider .slide .inner::after{
  content:'';
  background: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity ease .3s;
}
#pickupSlider .slide.slick-current .inner::after,
#pickupSlider .slide.is-active-next .inner::after{
  opacity: 0;
  pointer-events: none;
}
#pickupSlider .slide a{
  position: relative;
  display: block;
}
#pickupSlider .slide a img{
  transition: all ease .5s;
}
#pickupSlider .slide a:hover img{
  transform: scale(1.05);
  opacity: 0.8;
}
#pickupSlider .slide a .layer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  left:0;
  bottom:0;
  padding: 0.5em 15px;
  background: rgba(0,0,0,0.76);
  color: #FFF;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
}
#pickupSlider .slide a .layer div{
  width: calc(100% - 9.5em);
}
#pickupSlider .slide a .layer div h3{
  font-size: 2.6rem;
}
#pickupSlider .slide a .layer p{
  width: 9.2em;
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  text-align: right;
}
#pickupSlider .slide a .layer p::before{
  content:'';
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: 2px;
  width: 8px;
  height: 8px;
  border-top:1px solid #FFF;
  border-left:1px solid #FFF;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  #pickupSlider{
    min-width: 320px;
    margin-bottom: 20px;
  }
  #pickupSlider .slide{
    padding: 0;
    transition: all ease .6s;
  }
  #pickupSlider .slide .inner{
    margin: 0 10px;
  }
  #pickupSlider .slide a .layer{
    padding: 0.5em 6px;
    font-size: 1rem;
  }
  #pickupSlider .slide a .layer div h3{
    font-size: 1.3rem;
  }
  #pickupSlider .slide a .layer p::before{
    width: 4px;
    height: 4px;
  }


}

/* ui */
#pickupSlider .slick-dots{
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
#pickupSlider .slick-dots li{
  display: inline-block;
  position: relative;
  padding: 0;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  font-size: 0;
  line-height: 0;
}
#pickupSlider .slick-dots li button{
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#pickupSlider .slick-dots li button:before{
  content:'';
  background: #d1d1d1;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  transition: all ease .3s;
}
#pickupSlider .slick-dots li:hover button:before,
#pickupSlider .slick-dots li.slick-active button:before{
  background: #0094D5;
}
#pickupSlider .slick-arrow{
  width: 60px;
  height: 60px;
  background: #0094D5;
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  position: absolute;
  top: calc(50% - 30px);
  z-index: 333;
  transition: background ease .3s;
}
#pickupSlider .slick-prev {
  left: calc(50% - 670px);
}
#pickupSlider .slick-next {
  right: calc(50% - 670px);
  transform: rotate(180deg);
}
#pickupSlider .slick-arrow:hover{
  background: #000;
}
#pickupSlider .slick-arrow::before{
  content: '';
  border-right:2px solid #FFF;
  border-top:2px solid #FFF;
  position: absolute;
  width: 10px;
  height: 10px;
  left: calc(50% - 2px);
  top: calc(50% - 5px);
  transform: rotate(-135deg);
  transition: all ease .3s;
}
#pickupSlider .slick-arrow:hover::before{
  left: calc(50% - 10px);
}
@media screen and (max-width: 1340px) {
  #pickupSlider .slick-prev {
    left: 0;
  }
  #pickupSlider .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #pickupSlider .slick-dots{
    bottom: -20px;
  }
  #pickupSlider .slick-dots li{
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }
  #pickupSlider .slick-dots li button{
    width: 10px;
    height: 10px;
  }
  #pickupSlider .slick-dots li button:before{
    width: 5px;
    height: 5px;
    margin: -3px 0 0 -3px;
  }
  #pickupSlider .slick-arrow{
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  #pickupSlider .slick-arrow::before{
    border-width:1px;
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
  }
}


/*
#service
---------------------------*/
#service{
  padding: 90px 0;
}
#service .ttl-upper-line span{
  display: inline-block;
  transition: all ease .3s;
  opacity: 0;
}
#service .ttl-upper-line::before{
  transform: scaleX(0) translateY(10px);
  transition: all ease .3s;
}
#service .ttl-upper-line span:nth-of-type(odd){ transform: translateY(-10px);}
#service .ttl-upper-line span:nth-of-type(even){ transform: translateY(10px);}
.pre-anim-start #service .ttl-upper-line.sc-show span{
  transform: translateY(0);
  opacity: 1;
}
.pre-anim-start #service .ttl-upper-line.sc-show::before{
  transform: scaleX(1) translateY(0);
}

#service ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 80px;
}
#service ul li {
  width: 25%;
  padding: 0 3px 0 0;
}
#service ul li:nth-of-type(4){padding-right: 0;}
#service .anim-end li{
  transition:none !important;
}
#service ul li a {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  padding: 50px 15px 60px;
  color: #FFF;
  text-align: center;
  z-index: 1;
  text-decoration: none;
}
#service ul li a::before{
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background: rgba(0,0,0,0.6);
  z-index: -1;
  transition: all ease .3s;
  opacity: 0;
  transform: scale(0.5);
}
#service ul li a:hover::before{
  transform: scale(1);
  opacity: 1;
}
#service ul li.advertising a{background-image:url(../images/index/bg_advertising.jpg);}
#service ul li.creative a{background-image:url(../images/index/bg_creative.jpg);}
#service ul li.analysis a{background-image:url(../images/index/bg_analysis.jpg);}
#service ul li.ma a{background-image:url(../images/index/bg_ma.jpg);}
#service ul li a .svg-wrap{
  position: relative;
  width: 96px;
  padding-bottom: 84px;
  margin: 0 auto;
}
#service ul li a .svg-wrap .svg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill:#FFF;
}
#service ul li a figure{
  width:80px;
  text-align: center;
  margin: 0 auto;
}
#service ul li a h3 {
  position: relative;
  font-weight: bold;
  padding: 1em 0;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
#service ul li a .en {
  width: 120%;
  position: absolute;
  left:-0.1em;
  bottom:0;
  font-size: 5.7vw;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  color: rgba(255,255,255,0.14);
  letter-spacing: -0.05em;
  text-align: left;
  z-index: -2;
}
#service ul li:nth-of-type(even) a .en{
  right: -0.1em;
  left: auto;
  text-align: right;
}
#service ul li.ma a .en{letter-spacing: -0.1em;}
#service ul li a .btn {
  max-width: 200px;
  padding: 0.3em 5px;
  margin: 0 auto;
  position: relative;
  background: rgba(0,0,0,0.2);
  border: 1px solid #FFF;
  font-size: 1.6rem;
  transition: all ease .3s;
}
#service ul li a .btn::before{
  content:'';
  display: inline-block;
  position: relative;
  top: -0.1em;
  margin-right: 0.7em;
  width: 8px;
  height: 8px;
  border-top:1px solid #FFF;
  border-right:1px solid #FFF;
  transform:rotate(45deg);
}
#service ul li a:hover .btn{
  background: #FFF;
  color: #181818;
}
#service ul li a:hover .btn::before{
  border-color: #181818;
}
@media screen and (max-width: 1200px) {
  #service ul li a .en {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  #service{
    padding: 50px 0 9%;
  }
  #service ul {
    display: block;
    margin-bottom: 8%;
  }
  #service ul li {
    width: 100%;
    padding: 0 0 1px;
  }
  #service ul li a {
    padding: 6% 15px;
  }
  #service ul li a .svg-wrap{
    width: 54px;
    padding-bottom: 47px;
  }
  #service ul li a h3 {
    font-size: 1.9rem;
  }
  #service ul li a .en {
    font-size: 11.5vw;
  }
  #service ul li a .btn {
    width: 50%;
    font-size: 1.2rem;
  }
  #service ul li a .btn::before{
    width: 6px;
    height: 6px;
  }
}










/*
#blog
---------------------------*/
#blog {
  padding-top: 100px;
  padding-bottom: 100px;
}
#blog .ttl {
  position: relative;
  margin-bottom: 60px;
  border-bottom:4px solid #0094D5;
}
#blog .ttl h2 {
  padding: 0 0 0.3em;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3;
}
#blog .ttl h2 .sub{
  font-size: 2.2rem;
}
#blog .ttl h2 .en {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.3em;
  color: #323255;
}
#blog h3.ttl {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  color: #0094d5;
  border: none;font-weight: bold;
  margin-bottom: 40px;
  padding-left: 2em
}
#blog h3.ttl:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1em;
  height: 2px;
  left: 0;
  background-color: #0094d5;
}

#blog .ttl .btn-detail {
  max-width: 180px;
  position: absolute;
  right: 0;
  top: 0;
}
#blog .ttl .btn-detail a{
  font-size: 1.6rem;
}
#blog .blogSlider {
  margin: 0 -30px 70px;
}
#blog .blogSlider .slide article {
  padding: 0 30px;
}
#blog .blogSlider .slide article a{
  position: relative;
  display: block;
  color: #181818;
  text-decoration: none;
}
#blog .blogSlider .slide article a:hover{
  color: #bb260e;
}
#blog .blogSlider .slide article figure {
  overflow: hidden;
}
#blog .blogSlider .slide article figure img {
  transition: all ease .3s;
  width: 100%;
}
#blog .blogSlider .slide article a:hover figure img {
  transform: scale(1.1);
}
#blog .blogSlider .slide article header {
  font-size: 1.4rem;
}
#blog .blogSlider .slide article header time {
  display: block;
  color: #a2a2a2;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0.6em 0 0.2em;
}
#blog .blogSlider .slide article header h3 {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.8rem;
}
#blog .blogSlider .slide article header .cat{
  padding: 0.2em 5px;
  min-width: 90px;
  position: absolute;
  top: 0;
  right: 0;
  background: #444;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
}
#blog .blogSlider .slide article header .cat.cat-adv {background: #374d8b;}
#blog .blogSlider .slide article header .cat.cat-cre{background: #2889b1;}
#blog .blogSlider .slide article header .cat.cat-ma{ background: #d2b324;}
#blog .blogSlider .slide article header .cat.cat-ana {background: #2c926d;}
#blog .blogSlider .slide article header .cat.cat-oth {background: #ce681f}
#blog .blogSlider .slide article header .cat.cat-rpa {background: #c24040;}
#blog .blogSlider .slide article header .cat.cat-2line{
  font-size: 1.2rem;
  line-height: 1;
}
#blog .blogSlider .slide article p {
  font-size: 1.4rem;
  color: #181818;
}
@media screen and (max-width: 767px) {
  #blog {
    padding-top: 50px;
    padding-bottom: 10%;
  }
  #blog .ttl {
    margin-bottom: 30px;
    border-width:2px;
  }
  #blog .ttl h2 {
    font-size: 2.4rem;
  }
  #blog .ttl h2 .sub{
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  #blog .ttl h2 .en {
    font-size: 1.4rem;
  }
  #blog .ttl .btn-detail {
   max-width: 120px;
   top:0.4em;
  }
  #blog .ttl .btn-detail a{
    font-size: 1rem;
  }
  #blog .blogSlider {
    padding: 0 30px;
    margin: 0 auto 7%;
    position: relative;
  }
  #blog .blogSlider .slide article {
    padding: 0 10px;
  }

  #blog .blogSlider .slide article header {
    font-size: 1.2rem;
  }
  #blog .blogSlider .slide article header h3 {
    font-size: 1.3rem;
  }
  #blog .blogSlider .slide article header .cat{
    font-size: 1.2rem;
  }
  #blog .blogSlider .slide article header .cat.cat-2line{
    font-size: 1rem;
  }
  #blog .blogSlider .slide article p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 485px) {
  #blog .ttl h2 {
    font-size: 2rem;
  }
  #blog .ttl h2 .sub{
    display: block;
    font-size:1.3rem;
  }
  #blog .ttl .btn-detail {
    top: 1em;
    width: 100px;
  }
}

/*
 * js slickプラグイン用
 *----------------------------------------------------------- */
#blog .blogSlider .slick-arrow{
  display: block;
  position: absolute;
  top: 30%;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
#blog .blogSlider .slick-arrow::before,
#blog .blogSlider .slick-arrow::after{
  content:'';
  position: absolute;
  top: calc(50% - 5px);
  right: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-right:1px solid #7c7c7c;
  border-top:1px solid #7c7c7c;
  transform: rotate(45deg);
}
#blog .blogSlider .slick-prev{
  left: 0;
  transform: rotate(-180deg);
}
#blog .blogSlider .slick-next{
  right: 0;
}
@media screen and (max-width: 479px) {
  #blog .blogSlider .slick-arrow{
    top: 30%;
  }
}





.content-links {
  background: #f4f4f4 url(../images/index/bg_particle.png) no-repeat 50% 50% fixed;
  padding: 150px 40px 200px 0;
}
.content-links section {
  position: relative;
  width: 47.34%;
  z-index: 1;
  float: left;
  opacity: 0;
  transition: all ease .8s;
}
.content-links section:nth-of-type(even){margin-top: 100px; float: right;}
.pre-anim-start .content-links section.sc-show{
  opacity: 1;
}
.content-links section::after{
  content:'';
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transform-origin: right center;
  transition: all ease .8s;
}
.pre-anim-start .content-links section.sc-show::after{
  transform: scaleX(0);
}
.content-links section a{
  display: block;
  position: relative;
  color: #FFF;
}
.content-links section a figure {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.content-links section a figure::before{
  content:'';
  background: rgba(255,255,255,0.4);
  width: 200%;
  height: 150%;
  position: absolute;
  left: 150%;
  top: 0;
  transition: all cubic-bezier(0.730, 0.315, 0.250, 1.000) .5s;
  transform: skewX(-45deg);
  z-index: 1;
}
.content-links section a:hover figure::before{
  left:-60%;
}
.content-links section a figure img {
  transition:all ease .3s;
  transform: scale(1);
}
.content-links section a:hover figure img {
  transform: scale(1.1);
}
.content-links section a .notes {
  position: absolute;
  right: -40px;
  bottom: 40px;
  width: 43.82%;
  padding: 25px 5px 30px 35px;
  background: #006895;
  overflow: hidden;
  z-index: 1;
  transform: translateX(-10%);
  opacity: 0;
  transition: all ease .5s .5s;
}
.pre-anim-start .content-links section.sc-show a .notes{
  transform: translateX(0);
  opacity: 1;
}
.content-links section a .notes::before{
  content:'';
  background: #0094D5;
  width: 200%;
  height: 150%;
  position: absolute;
  left: 103%;
  top: 0;
  transition: all cubic-bezier(0.730, 0.315, 0.250, 1.000) .5s;
  transform: skewX(-45deg);
  z-index: -1;
}
.content-links section a:hover .notes::before{
  left: -50%;
}
.content-links section a .notes h3 {
  font-size: 3.6rem;
  font-weight: bold;
}
.content-links section a .notes p {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  .content-links section a .notes h3 {
    font-size: 3.1rem;
  }
  .content-links section a .notes p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .content-links {
    background-attachment: scroll;
    padding: 8% 20px 120px;
    display: block;
  }
  .content-links section {
    width: 100%;
  }
  .content-links section:nth-of-type(even){margin-top: 8%;}

  .content-links section a .notes {
    right: -20px;
    bottom: 20px;
    width: 58.2%;
    padding: 14px 16px;
  }
  .content-links section a .notes h3 {
    font-size: 1.8rem;
  }
  .content-links section a .notes p {
    font-size: 1rem;
  }
}




/*20240322 TOPリニューアル */


#header .head-inner{background: #fff}

#mv .mv-inner{height: auto;min-height: 720px}
#mv .mv-inner .text{position: absolute;left: 10%;top: 17%;z-index: 2}
#mv .mv-inner .text p{letter-spacing: 0.1em}
#mv .mv-inner .text .ttl{font-weight: bold;font-size: 1.3em;background: url("../images/index/new/mv_line.png") no-repeat 0 bottom; padding-bottom: 1.5em;}
#mv .mv-inner .text .big{font-weight: bold;font-size: 4.0em;}
#mv .mv-inner .text .big span.red{color:#F20061;font-size: 1.2em ;letter-spacing: 0.01em}
#mv .mv-inner .text .big span.blue{color:#0094D5;font-size: 1.2em;letter-spacing: 0.01em}
#mv .mv-inner .text .catch{margin: 1em 0 3em;font-size: 14px}
#mv .mv-inner .text .btn-primary{margin-bottom: 10px;}

@media (max-width: 767px) { 
#mv .mv-inner{min-height: 850px}
#mv .mv-inner .text{left: 0 ;top: 8%; padding: 0 10%}
#mv .mv-inner .text .ttl{font-size: 1em;padding-bottom: 2em;text-align: center;margin-bottom: 1em}
#mv .mv-inner .text .big{font-size: 2.8em;margin-left: 0.5em;line-height: 1.5em}
#mv .mv-inner .text .catch{text-align: center;margin: 0 0 20px 0}
#mv .mv-inner  .mv_btn{position: absolute;top: 75%;background-color: rgba( 255, 255, 255, 0.75 );padding: 2em 5em;z-index: 2;
    left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);width: 100%;}
.pre-anim-start #mv .mark{transform: translate(-10%, -28%);}
}


h2.ttl-upper-line{text-align: center;font-weight: bold;font-size: 2.3em;margin:0 0 60px 0; color: #333;padding-top: 1.5em}
h2.ttl-upper-line::before{background: #727272}
h2.ttl-upper-line.noline{padding-top: 0;}
h2.ttl-upper-line.noline::before{background: none}
h2.ttl-upper-line span{color: #0094d5}

.top_2303 .flex_card{display: flex;justify-content: space-between;column-gap: 2em;margin-bottom: 60px}
.top_2303 .flex_card .box{background: #fff;border-radius: 10px; padding: 3%;width: 33.3%}
.top_2303 .flex_card .box h3{text-align: center;font-size: 1.5em;font-weight: bold;margin-bottom: 1.5em}
.top_2303 .flex_card .box .img{width: 70%; margin: 0 auto 2em}
.top_2303 .flex_card .box .text{font-weight: bold}
.top_2303 .flex_card .box .text span{color:#006895;background: #ffe056}
@media (max-width: 767px) { 
.top_2303 .flex_card{display: block;}
.top_2303 .flex_card .box{width: 100%;margin-bottom: 8%;padding:8% 5%}
.top_2303 .flex_card .box h3{font-size: 1.6em;}
.top_2303 .flex_card .box .text{font-size: 1.3em;line-height: 1.8}
}

.top_2303 .sec-inner-1200{padding: 90px 0}

.top_2303.review_area .flex_review{display: block;padding: 1em}
.top_2303.review_area .slick-track {display: flex;}
.top_2303.review_area .slick-slide {height: auto !important;background: #fff;padding: 3em;border-radius: 20px;width: 100%;margin: 1em}
.top_2303.review_area .flex_review .box h3{color: #0094d5; font-weight: bold;font-size: 2em;background: url("../images/index/new/ico_review.png") no-repeat 0 0;padding-left: 50px;margin-bottom: 5px; line-height: 1.5}
.top_2303.review_area .flex_review .box .name{font-size: 14px; color: #a2a2a2;padding-left: 50px;margin-bottom: 30px}
.top_2303.review_area .flex_review .box .text{font-size: 16px}
.top_2303.review_area .flex_review .box .text span{color: #006895; background-color: #ffe056;font-weight: bold}

#service.top_2303 .sec-inner-1200{padding: 10px 0 0 0 }

@media (max-width: 767px) { 
h2.ttl-upper-line{font-size: 1.6em;margin:0 0 40px 0;padding-top: 1.0em}
.top_2303 .sec-inner-1200{padding: 40px 0}
.btn-primary.w60{width: 60%}

.top_2303.review_area .slick-list{width: 90%;margin: 0 auto}
.top_2303.review_area .slick-slide {padding: 1.8em;margin: 0 1em;height: auto !important;}
.top_2303.review_area .flex_review .box h3{padding-left: 35px;font-size: 1.5em;background: url("../images/index/new/ico_review.png") no-repeat 0 0;
background-size: 20px;}
.top_2303.review_area .flex_review .box .name{padding-left: 35px}
.top_2303.review_area .flex_review .box .text{line-height: 1.7}
.top_2303.review_area .reviewSlider .slick-prev{left: 5px; z-index: 1}
.top_2303.review_area .reviewSlider .slick-next{right: 5px}

#service.top_2303 ul.flex_service_sp{display: flex;flex-wrap: wrap;justify-content: space-between;column-gap: 1%}
#service.top_2303 ul.flex_service_sp li{width: 49%;margin-bottom: 1%}
#service.top_2303 ul li a h3{font-size: 1.2em}
#service.top_2303 ul li a{padding: 6% 0}
#service.top_2303 ul li a .btn{width: 70%}
#service.top_2303 .sec-inner-1200{padding: 0 5%}

 }

/*
 * review_area js slickプラグイン用
 *----------------------------------------------------------- */
.review_area .reviewSlider .slick-arrow{
  display: block;
  position: absolute;
  top: 46%;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.review_area .reviewSlider .slick-prev{
  background: url("../images/index/new/arrow-prev.png") no-repeat 0 0;left:  -80px;
}
.review_area .reviewSlider .slick-next{
  background: url("../images/index/new/arrow-next.png") no-repeat 0 0;right: -80px;	
}
@media screen and (max-width: 479px) {
  .review_area .reviewSliderr .slick-arrow{
    top: 30%;
  }
}

/*
 * 20240327 renewal parts
 *----------------------------------------------------------- */
 /*flex_case*/
.top_2303 .flex_case{display: flex;justify-content: space-between;column-gap: 2em}
.top_2303 .flex_case .box{width: 50%; background: #fff;border-radius: 20px;padding:3em 4em;position: relative}
.top_2303 .flex_case .box .flex_ttl{margin-bottom: 2em;display: flex;align-items: center}
.top_2303 .flex_case .box .flex_ttl p{font-size: 32px; font-weight: bold;text-align: center;color: #727272;line-height: 1.2;padding-right: 1.2em;margin-right: 1.2em;border-right: 1px solid #727272}
.top_2303 .flex_case .box .flex_ttl p span{display: block;font-size: 12px}
.top_2303 .flex_case .box .flex_ttl h3{font-size: 1.6em;font-weight: bold;}
.top_2303 .flex_case .box h4{background: #727272;text-align: center;color: #fff;font-size: 1.2em;padding: 0.5em;margin-bottom: 2em}
.top_2303 .flex_case .box h4 span{font-weight: bold}
.top_2303 .flex_case .box .flex_comment{display: flex;column-gap: 1em;}
.top_2303 .flex_case .box .flex_comment .icon{width: 20%}
.top_2303 .flex_case .box .flex_comment .text{width: 54%;position: relative}
.top_2303 .flex_case .box .flex_comment .text .comment{border: 2px solid #727272;padding: 0.5em 1em;border-radius: 10px;display: inline-block;background: #f8f9fa;font-weight: bold}
.top_2303 .flex_case .box .flex_comment.part2{justify-content: flex-end;align-items: flex-end}
.top_2303 .flex_case .box .flex_comment.part2 .text{text-align: right;}
.top_2303 .flex_case .box .flex_comment.part2 .text .comment{text-align: left;}
.top_2303 .flex_case .box .flex_comment.part2.mt1{margin-top: -3.5em}
.top_2303 .flex_case .box .flex_comment.part2.mt2{margin-top: -1.5em}
.top_2303 .flex_case .box .flex_comment.part2.mt3{margin-top: -5em;margin-bottom: 4.3em}
.top_2303 .flex_case .box .flex_comment.part1 .text .comment::before{content: url("../images/index/new/parts/fuki_black.png");position: absolute;left: -13px}
.top_2303 .flex_case .box .flex_comment.part2 .text .comment::before{content: url("../images/index/new/parts/fuki_black2.png");position: absolute;right: -13px;bottom:0;}
.top_2303 .flex_case .box .next{position: absolute; left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);bottom:-100px;}
.top_2303 .pb100{padding-bottom: 100px}
@media (max-width: 767px) { 
	.top_2303 .flex_case{display: block;}
	.top_2303 .flex_case .box{width: 100%;padding: 8%;margin-bottom: 8%}
	.top_2303 .flex_case .box .flex_ttl p{font-size: 24px;padding-right: 0.5em;margin-right: 0.5em}
	.top_2303 .flex_case .box .flex_ttl h3{font-size: 1.3em}
	.top_2303 .flex_case .box .flex_comment {column-gap: 1.5em}
	.top_2303 .flex_case .box .flex_comment.part2.mt1,
	.top_2303 .flex_case .box .flex_comment.part2.mt2,
	.top_2303 .flex_case .box .flex_comment.part2.mt3{margin-top: 0}
	.top_2303 .flex_case .box .flex_comment{margin-bottom: 1em}
	.top_2303 .flex_case .box .flex_comment .text{width: 70%}
	.top_2303 .flex_case .box .flex_comment .text .comment{display: block;padding: 1.5em 1em;}
	.top_2303 .pb100{padding-bottom: 20px !important}
 }

/*.web_area*/
.top_2303 .web_area .bg-f4f4f4{padding: 8% 8% 4% 8%}
.top_2303 .web_area h3{text-align: center;margin: 0 auto;color: #FFF;font-weight: bold;font-size: 1.6em;background: #0094d5;border-radius: 50px;padding: 0.4em 4em;max-width: 410px;position: relative;top: 1.3em}
.top_2303 .web_area h3:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width:16px;
    border-bottom-width:16px;
    border-left-width:16px;
    border-right-width:16px;
    margin-left: -16px;
    border-top-color:#0094d5;
    top:100%;
    left:50%;
}

.top_2303 .web_area .box h4{background: #727272;text-align: center;color: #fff;font-size: 1.3em;padding: 0.7em 0;margin-bottom: 0em;font-weight: bold}
.top_2303 .web_area .box.plan h4{background: #0094d5}
.top_2303 .web_area .box .white{background: #fff;padding: 4%}
.top_2303 .web_area .box .white .flex_web{display: flex;justify-content: space-between;column-gap: 2em}
.top_2303 .web_area .box .white .flex_web .img{width: 55%}
.top_2303 .web_area .box .white .flex_web .img .small{font-size: 12px; color: #222d32;margin-top: 10px}
.top_2303 .web_area .box .white .flex_web .text{background: #f4f4f4;padding: 2%;width: 45%}
.top_2303 .web_area .box.plan .white .flex_web .text{background: #edf5f8}
.top_2303 .web_area .box .white .flex_web .text .flex_comment{display: flex;justify-content: space-between;column-gap: 1em}
.top_2303 .web_area .box .white .flex_web .text .flex_comment .icon{width: 26%}
.top_2303 .web_area .box .white .flex_web .text .flex_comment .text{width: 74%;position: relative}
.top_2303 .web_area .box .white .flex_web .text .flex_comment .text .comment{border: 3px solid #727272;padding: 1em;border-radius: 10px;background: #fff;font-weight: bold;font-size: 1.2em;line-height: 1.4}
.top_2303 .web_area .box.plan .white .flex_web .text .flex_comment .text .comment{border: 3px solid #0094d5;padding: 1em;border-radius: 10px;background: #fff;font-weight: bold;font-size: 1.2em;line-height: 1.4}
.top_2303 .web_area .box .white .flex_web .text .flex_comment .text .comment span{color:#f30468;}
.top_2303 .web_area .box .white .flex_web .text .flex_comment .text .comment::before{content: url("../images/index/new/parts/fuki_black.png");position: absolute;left: -5px}
.top_2303 .web_area .box.plan .white .flex_web .text .flex_comment .text .comment::before{content: url("../images/index/new/parts/fuki_blue.png");position: absolute;left: -5px}
.top_2303 .web_area .box .white .flex_web .text .answer p{font-weight: bold; text-align: center;font-size: 1.4em;position: relative;margin-top: 1.5em;padding: 5%}
.top_2303 .web_area .box .white .flex_web .text .answer p::before{content: url("../images/index/new/parts/bk_come_b.png") ;position: absolute;left: 0;top:0;}
.top_2303 .web_area .box .white .flex_web .text .answer p::after{content: url("../images/index/new/parts/bk_come_a.png");position: absolute;right: 0;bottom: -10px;}
.top_2303 .web_area .box.plan .white .flex_web .text .answer p::before{content: url("../images/index/new/parts/bk_come_bb.png") ;position: absolute;left: 0;top:0;}
.top_2303 .web_area .box.plan .white .flex_web .text .answer p::after{content: url("../images/index/new/parts/bk_come_ab.png");position: absolute;right: 0;bottom: -10px;}

.top_2303 .web_area .box .white .flex_web.seo{align-items: center;}
.top_2303 .web_area .box .white .flex_web.seo .text .flex_comment{align-items: center}
.top_2303 .web_area .box .white .flex_web.seo .text .flex_comment .icon{width: 17%;}
.top_2303 .web_area .box .white .flex_web.seo .text .flex_comment .text{width: 83%;position: relative}
.top_2303 .web_area .box .white .flex_web.seo .caption{width: 40%}
.top_2303 .web_area .box .white .flex_web.seo .text{width: 60%}
.top_2303 .web_area .box  .flex_web.seo .caption p.read{border: 2px solid #333;width: 100% !important;text-align: center;font-weight: bold;font-size: 1.3em;padding: 1em;background: #f4f4f4;}
.top_2303 .web_area .box.plan .flex_web.seo .caption p.read{background:#f8f9fa;margin-bottom: 20px }
.top_2303 .web_area .box.plan .flex_web.seo .caption{position: relative;}
.top_2303 .web_area .box.plan .flex_web.seo .caption .x{position: absolute;top: 30%;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);}
.top_2303 .web_area .box .white .flex_web.seo  .text .flex_comment .text .comment::before{content: url("../images/index/new/parts/fuki_black.png");position: absolute;left: -2px}
.top_2303 .web_area .box.plan .white .flex_web.seo  .text .flex_comment .text .comment::before{content: url("../images/index/new/parts/fuki_blue.png");position: absolute;left: -2px}

.top_2303 .web_area .box .white h5{text-align: center;margin: 2em 0;font-weight: bold;font-size: 1.5em;position: relative;padding: 0 55px;}
.top_2303 .web_area .box .white h5:before, .top_2303 .web_area .box .white h5:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 285px;
  height: 1px;
  background-color: black;
}
.top_2303 .web_area .box .white h5:before {left:0;}
.top_2303 .web_area .box .white h5:after {right: 0;}
.top_2303 .web_area .box .white h5 img{vertical-align:middle;margin: 0 1em}
.top_2303 .web_area .box .white h5 span{}
.top_2303 .web_area .box .white .flex_comment.blue{display: flex;justify-content: space-between;column-gap: 1em;width: 80%;margin: 0 auto;align-items: center;}
.top_2303 .web_area .box .white .flex_comment.blue .icon{width: 12%}
.top_2303 .web_area .box .white .flex_comment.blue .text{position: relative;width: 88%}
.top_2303 .web_area .box .white .flex_comment.blue .text .comment{border: 3px solid #0094d5;padding: 1em 2em;border-radius: 10px;background: #fff;font-weight: bold;font-size: 1.2em;line-height: 1.5}
.top_2303 .web_area .box .white .flex_comment.blue .text .comment::before{content: url("../images/index/new/parts/fuki_blue.png");position: absolute;left: -12px}
.top_2303 .web_area .box .white .flex_comment.blue .text .comment span{color:#006895;background: #ffe056}

@media (max-width: 767px) { 
.top_2303 .web_area .bg-f4f4f4{padding: 15% 8% 4% 8%}
.top_2303 .web_area h3{max-width: 250px;padding:0.4em 0em;}
.top_2303 .web_area h3:after{border-top-width: 10px;border-left-width: 10px;border-right-width: 10px;margin-left: -10px;}
.top_2303 .web_area .box .white .flex_web .text .flex_comment{column-gap: 1.5em}
.top_2303 .web_area .box .white .flex_web{display: block;}
.top_2303 .web_area .box .white .flex_web .img{width: 100%;margin:4% 0 8%;}
.top_2303 .web_area .box .white .flex_web .text{width: 100%;padding: 5%}
.top_2303 .web_area .box .white .flex_web .text .text{padding: 0}
.top_2303 .web_area .box .white .flex_web .text .answer p{margin-top: 4%;font-size: 1.2em;padding: 5% 0}
.top_2303 .web_area .box.plan .white .flex_web .text .flex_comment .text .comment,
.top_2303 .web_area .box .white .flex_web .text .flex_comment .text .comment{padding: 6%}
.top_2303 .web_area .box .white h5{font-size: 1.3em;padding: 0}
.top_2303 .web_area .box .white h5 img{margin: 0 0.5em}
.top_2303 .web_area .box .white h5:before, .top_2303 .web_area .box .white h5:after{width: 30px}
.top_2303 .web_area .box .white .flex_comment.blue{width: 100%;column-gap: 1.5em;align-items: flex-start}
.top_2303 .web_area .box .white .flex_comment.blue .icon{width: 25%}
.top_2303 .web_area .box .white .flex_comment.blue .text{width: 75%}
.top_2303 .web_area .box .white .flex_comment.blue .text .comment{padding: 6%}
.top_2303 .web_area .box .white .flex_web.seo{display: block;}
.top_2303 .web_area .box .white .flex_web.seo .caption{width: 100%;margin: 4% 0 8%}
.top_2303 .web_area .box .white .flex_web.seo .text{width: 100%}
.top_2303 .web_area .box .white .flex_web.seo .text .flex_comment{align-items: flex-start}
.top_2303 .web_area .box .white .flex_web.seo .text .flex_comment .icon{width: 26%}
.top_2303 .web_area .box .white .flex_web.seo .text .flex_comment .text{width: 74%}

.top_2303 .web_area .box .white .flex_web .text .flex_comment .text .comment::before,
.top_2303 .web_area .box .white .flex_web.seo .text .flex_comment .text .comment::before,
.top_2303 .web_area .box.plan .white .flex_web.seo .text .flex_comment .text .comment::before{left: -11px}
.top_2303 .web_area .box.plan .white .flex_web .text .flex_comment .text .comment::before{left: -12px}
}

/*
 * 20240616 news bnr
 *----------------------------------------------------------- */
#newsBnr a {
  width: 300px;
  height: 180px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}

#newsBnr {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}

#newsBnr.hidden {
  z-index: -9999;
}

#newsBnr.hidden>*{
  opacity: 0;
  visibility: hidden;
}

#newsBnr .close-btn {
  position: fixed;
  top: 0;
  right: -0;
  z-index: 4;
  width: 30px;
  height: 30px;
  background: #333;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  transition: .3s;
}

#newsBnr .close-btn:hover {
  cursor: pointer;
  opacity: .8;
}

#newsBnr img.sp {
  display: none;
}


/*　上に上がる動き　*/

#newsBnr.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(191px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/*　下に下がる動き　*/

#newsBnr.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(191px);
  }
}

@media (max-width: 767px) {
  #newsBnr img.pc {
    display: none;
  }
  #newsBnr img.sp {
    display: block;
    width: 100%;
    height: auto;
  }
  #newsBnr a {
    width: 100%;
    height: auto;
  }
  #newsBnr {
    left: 0;
    bottom: 0;
    width: 85%;
  }
  #newsBnr .close-btn {
    width: 25px;
    height: 25px;
  }
}
