@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

img {
  display: block;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

*,
*:after,
*:before {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*メディアクエリー
---------------------------------------------*/
/*カラー
---------------------------------------------*/
.gr {
  color: #1F7137;
}
.wh {
  color: #fff;
}
.bg_gr {
  background-color: #1F7137;
}

/*変数
---------------------------------------------*/
.jp {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.eg1 {
  font-family: Questrial, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.eg2 {
  font-family: Source Serif Pro, serif;
  font-weight: 400;
  font-style: normal;
}


/* コンテンツ
---------------------------------------------*/
html {
  visibility: hidden;
  height: 100%;
  margin: 0 auto;
}

html.loading-delay,
html.wf-active {
  visibility: visible;
}

body {
  font-family: "dnp-shuei-gothic-gin-std", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  font-style: normal;
  scroll-snap-type: y mandatory;
  margin: 0 auto;
  height: 100%;
}
@media screen and (min-width: 970px) {
  body {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 970px) {
  body {
    font-size: 12px;
    line-height: 18px;
  }
}

img {
  width: 100%;
  vertical-align: top;
}

a {
  /* text-decoration: none; */
  color: #000;
}

@media screen and (min-width: 970px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 970px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 970px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 970px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 970px) {
  .w80pc {
    width: 80%;
  }
}

@media screen and (min-width: 970px) {
  .w70pc {
    width: 70%;
  }
}

@media screen and (min-width: 970px) {
  .w60pc {
    width: 60%;
  }
}

@media screen and (min-width: 970px) {
  .w40pc {
    width: 40%;
  }
}

@media screen and (max-width: 970px) {
  .w100sp {
    width: 100%;
  }
}

@media screen and (max-width: 970px) {
  .w90sp {
    width: 90%;
  }
}

@media screen and (max-width: 970px) {
  .w80sp {
    width: 80%;
  }
}

@media screen and (max-width: 970px) {
  .w70sp {
    width: 70%;
  }
}

@media screen and (max-width: 970px) {
  .w65sp {
    width: 65%;
  }
}

@media screen and (max-width: 970px) {
  .w60sp {
    width: 60%;
  }
}

@media screen and (max-width: 970px) {
  .w50sp {
    width: 50%;
  }
}

.mla {
  margin-left: auto;
}

.ma {
  margin: 0 auto;
}

.mra {
  margin-right: auto;
}

@media screen and (max-width: 970px) {
  .mt40 {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 970px) {
  .mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (min-width: 970px) {
  .mt100 {
    margin-top: 100px !important;
  }
}

.animated {
  animation-duration: 0.8s;
}

/* #lemage::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url("../images/back.jpg");
  background-size: cover;
} */

#lemage {
  margin: 0 auto;
  /* Animations */
  /* ---------------------------------------------------
  プロフィール
    --------------------------------------------------- */
  /* ---------------------------------------------------
  レコメンドアイテム
    --------------------------------------------------- */
  /* ---------------------------------------------------
  アーカイブ
    --------------------------------------------------- */
  /* ---------------------------------------------------
  navyアーカイブ
    --------------------------------------------------- */
  /* ---------------------------------------------------
  ボタン
  --------------------------------------------------- */
  /* ---------------------------------------------------
  フッター
  --------------------------------------------------- */
}
@media screen and (min-width: 970px) {
  #lemage {
    width: 100%;
  }
}
@media screen and (max-width: 970px) {
  #lemage {
    width: 100%;
  }
}
 #mainarea {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 970px) {
   #mainarea {
    width: 100%;
  }
}
.mainimg {
  height: 100vh;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (min-width: 970px) {
   .mainimg {
    /* width: 100%;
    height: auto;
    margin: 0 auto; */
    background-image: url(../images/pc_top.jpg);
    /* height: 100vh; */
    /* margin: 0 auto; */
    /* background-size: contain; */
    background-position: top center;
    /* background-repeat: no-repeat; */
  }

}
@media screen and (max-width: 969px) {
   .mainimg {
    /* width: 100%; */
    /* height: auto; */
    background-image: url(../images/sp_top.jpg);
    background-position: top 0% right 20%  ;
  }
}
.mainimg img {
  height: 100vh;
  width: auto;
}
 .main_title {
  position: absolute;
  /* text-align: center; */
  width: 100%;
}
@media screen and (max-width: 970px) {
   .main_title {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
}
@media screen and (min-width: 970px) {
   .main_title {
    top: 50%;
    left: 23%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
}

 .main_title h1 {
  width: 60%;
  margin: auto;
  animation-delay: 0.8s;
  display: block;
  /* border-bottom: 1px solid #000; */
  
}
@media screen and (min-width: 970px) {
   .main_title h1 {
    width: 434px;

    
  }
}
@media screen and (max-width: 970px) {
   .main_title h1 {
    font-size: 13px;
    line-height: 1;
  }
}

@media screen and (max-width: 970px) {
   .main_title h1 span {
    font-size: 18px;
  }
}
 .main_title p {
  width: 60%;
  margin: 10px auto 0;
  /* line-height: 2; */
  animation-delay: 1s;
}
@media screen and (min-width: 970px) {
   .main_title p {
    width: 434px;
  }
}
 .scroll_bar {
  position: absolute;
  bottom: -7%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  z-index: 100;
}
@media screen and (min-width: 970px) {
   .scroll_bar {
    bottom: -4%;
    height: 70px;
  }
}
 .scroll_bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1F7137;
  animation: bar_anim_y 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 318px 317px;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 318px 317px;
  }
}
@keyframes bar_anim_y {
  0% {
    transform: translateY(-100%);
  }
  30% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
 #main_read {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 970px) {
   #main_read {
    text-align: center;
    /* padding-top: 70px; */
  }
}
@media screen and (max-width: 970px) {
   #main_read {
    width: 100%;
    /* padding-top: 70px; */
  }
}
@media screen and (max-width: 970px) {
   #main_read li {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 970px) {
   #inner {
    margin: 0 auto;
  }
}
@media screen and (max-width: 970px) {
   #inner {
    width: 100%;
  }
}

 @media screen and (min-width: 970px) {
   .top_img img {
    /* max-width: 1040px;
    margin: auto; */
  }
 }
 /* .img_title {
  position: absolute;
  width: 180px;
  top: 26%;
  right: -32%;
  z-index: 10;
  font-size: 40px;
  line-height: 1;
  transform: rotate(90deg);
} */

/* @media screen and (min-width: 970px) {
   .img_title {
    top: -11%;
    left: -5%;
    font-size: 80px;
  }
} */

 .img_text {
  font-size: 10px;
  margin-top: 18px;
}
@media screen and (min-width: 970px) {
   .img_text {
    font-size: 13px;
    line-height: 2;
    text-align: center;
    margin: 40px auto 60px;
  }
}
/* ---------------------------------------------------
credit
--------------------------------------------------- */
 .credit_box {
  margin-top: 40px;
}

 .credit {
  position: absolute;
  bottom: 15%;
}
.credit p {
  line-height: 2;
}
 .left_credit p {
  font-size: 10px;
  line-height: 1.5;
}
 .credit .buy_btn {
  font-size: 9px;
  border: 1px solid ;
  padding: 0 12px;
  transition: .2s all;
}
 .credit .buy_btn:hover {
  background: #000;
  color: #fff;
}
 .credit .brand {
  color: #BCB7B7;
}
@media screen and (min-width: 970px) {
   .left_credit p {
    font-size: 12px;
    line-height: 1.5;
  }

   .credit .buy_btn {
    font-size: 11px;
  }
}
.slide-in {
	  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;
}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

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

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

/* ---------------------------------------------------
box
--------------------------------------------------- */
 .fade_img {
  width: 49.5%;
  overflow: hidden;
}
 .fade_img img {
  width: 100%;
}
.img_wrap {
  position: relative;
  width: 68%;
  height: 100vh;
  margin: auto;
}
/* .img_wrap .img {
  position: absolute;
  top: 22%;
} */

.box1 {
  position: relative;
  background-color: #F8F8BF;
}
.box1 .img_wrap .img {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.box1 .img_title {
  position: absolute;
  width: 180px;
  top: 21%;
  right: -35%;
  z-index: 10;
  font-size: 40px;
  line-height: 1;
  transform: rotate(90deg);
}
.box1 .credit {
  bottom: 10%;
}

.box2 {
  margin-top: 200px;
  /* margin-bottom: 200px; */
}
.box2 .first_img {
  width: 75%;
  margin-left: auto;
  margin-right: 7%;
}
.box2 .second_img {
  width: 40%;
  margin-top: -6%;
}
.box2 .img_credit {
  display: flex;
  align-items: flex-end;
}
.flex_credit {
  position: initial;
  /* margin-left: 7%; */
}
.box2 .flex_credit {
  margin-left: 7%;
  left: 19%;
}
#block03 {
  height: 100vh;
  overflow: hidden;
  margin-bottom: 100px;
}
.box3 .credit {
  text-align: right;
  bottom: 7%;
  right: 6%;
}
.side-scroll {
  margin-bottom: 100px;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}
.side-scroll-list {
  white-space: nowrap;
  font-size: 0;
  margin-top: 100px;
}
.side-scroll-list li {
  width: 300px;
  display: inline-block;
}
.box4 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.box4 .first_img {
  width: 60%;
  margin-left: auto;
}
.box4 .second_img {
  width: 56%;
  margin-top: 25%;
  margin-left: 6%;
}
.box4 .credit {
  position: initial;
  margin-top: 10%;
  margin-left: 6%;
}
.box5 {
  position: relative;
  margin-bottom: 150px;
}
.box5 .credit {
  right: 4%;
  bottom: 4%;
}
#block06 {
  position: relative;
}

.box7 {
  position: relative;
  margin-top: 300px;
  height: 100vh;
}

.box7 .img_wrap2 {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.box7 .first_img {
  margin-bottom: 4px;
}
.box7 .credit {
  right: 32%;
  bottom: 14%;
}
.box8 {
  position: relative;
  margin-top: 150px;
  margin-bottom: 150px;
}
.box8 .first_img {
  width: 54%;
  margin: auto;
  margin-bottom: 150px;
}
.box8 .second_img {
  width: 80%;
  margin-left: auto;
  margin-right: 5%;
  margin-bottom: 10%;
}
.box8 .third_img {
  width: 60%;
}
.box8 .credit {
  /* right: initial; */
  left: 67%;
  bottom: 0;
}
@media screen and (min-width: 751px) {
  .box_wrap {
    /* max-width: 1000px; */
  }
  .box1 .img_wrap {
    width: 26%;
    max-height: 700px;
  }
  .box1 .img_wrap .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    max-height: 80%;
    width: auto;
  }
  .box1 .img_title {
    width: 400px;
    top: 31%;
    left: initial;
    right: -53%;
  }
  .box1 .credit {
    text-align: right;
    bottom: 10%;
    left: -46%;
  }

  /* .side-scroll-pc {
    margin-bottom: 100px;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
  }

  .side-scroll-list {
    white-space: nowrap;
    font-size: 0;
    margin-top: 0;
    width: 500px;
  }

  .side-scroll-list li {
    width: 500px;
    display: inline-block;
  } */

  .side-scroll-pc-list {
    display: flex;
    width: 100%;
  }

  .box2 {
    margin-bottom: 200px;
  }
  .box2 .first_img {
    width: 40%;
    margin-right: 9%;
  }
  .box2 .img_credit {
    flex-direction: row-reverse;
  }
  .box2 .second_img {
    width: 30%;
    margin-top: -14%;
    margin-right: 45%;
  }
  .box2 .flex_credit {
    text-align: right;
    margin-right: 3%;
  }
  .box3 {
    position: relative;
  }
  .box3 .credit {
    position: absolute;
    right: 3%;
    bottom: 4%;
  }
  .box4 {
    position: relative;
    margin-top: 300px;
  }
  .box4 .first_img {
    width: 35%;
    margin-right: 13%;
  }
  .box4 .second_img {
    width: 35%;
    margin-top: -12%;
    margin-left: 19%;
  }
  .box4 .credit {
    position: absolute;
    text-align: right;
    left: 1%;
    bottom: -.5%;
  }
  .box5 {
    margin-top: 400px;
    margin-bottom: 400px;
  }
  .box7 {
    margin-top: 400px;
  }
  .box7 .flex {
    display: flex;
  }
  .box7 .img_wrap2
   {
    width: 30%;
    left: 36%;
  }
  .box7 .first_img {
    margin-bottom: 0;
    margin-right: 4px;
  }
  .box7 .credit {
    bottom: 13%;
    right: 19%;
  }
  .box8 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .box8 .first_img {
    width: 30%;
    margin-right: 43%;
  }
  .box8 .second_img {
    width: 33%;
  }
  .box8 .third_img {
    width: 32%;
    margin-left: 23%;
    margin-top: -17%;
  }
  .box8 .credit {
    text-align: right;
    left: 13%;
    bottom: -0.5%;
  }
}


@media screen and (min-width: 751px) {
  #block06 {
    /* padding: 100px 0; */
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 750px) {
  #block06 {
    /* padding: 150px 0!important; */
  }
}

#block06 ul {
  width: 500px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 750px) {
  #block06 ul {
    width: 80%;
    margin-top: 100px;
  }
}

#block06 ul::before {
  content: "";
  display: block;
  padding-top: calc(1800 / 1500 * 100%);
}

#block06 ul li {
  position: absolute;
  top: 0;
  left: 0;
  /* opacity: 0; */
  -webkit-transition: .5s;
  transition: .5s;
}

#block06 .credit {
  text-align: right;
  bottom: -60%;
  right: 10%;
}

#block06 ul li.active {
  /* opacity: 1; */
}

#block06 .img_title {
  position: absolute;
  width: 180px;
  top: 26%;
  top: initial;
  /* right: -32%; */
  right: initial;
  left: -14%;
  bottom: 13%;
  z-index: 10;
  font-size: 40px;
  line-height: 1;
  transform: rotate(90deg);
}
@media screen and (min-width: 751px) {
  #block06 ul {
    width: 33%;
    margin-top: 0;
  }
  #block06 .img_title {
    width: 23%;
    bottom: initial;
    transform: rotate(0deg);
    left: 18.5%;
    top: 44%;
  }
  #block06 .credit {
    text-align: left;
    bottom: -24%;
    right: 23%;
  }
}




@media screen and (min-width: 970px) {
   .boxinto {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 970px) {
   .box {
    padding: 120px 0;
  }
}
@media screen and (max-width: 970px) {
   .box {
    padding: 100px 0;
  }
   .box .box_txt {
    width: 80%;
    margin: 30px auto;
  }
}
 .box .img_top {
  margin-top: 70px !important;
}
@media screen and (min-width: 970px) {
   .box .img_top {
    margin-top: 100px !important;
  }
}
 .box h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 17px;
}
@media screen and (min-width: 970px) {
   .box h2 {
    font-size: 22px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 970px) {
   .box .box_txt {
    width: 90%;
    text-align: center;
    font-size: 13px;
    margin: 30px auto;

  }
}
 .box .img_posi {
  position: relative;
}
@media screen and (min-width: 970px) {
   .box .img_posi {
    height: 600px;
  }
}
@media screen and (max-width: 970px) {
   .box .img_posi {
    height: 400px;
    width: 90%;
    margin: 0 auto;
  }
}
 .box .img_posi .itemin {
  position: absolute;
}
@media screen and (min-width: 970px) {
   .box .img_posi .itemin {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 970px) {
   .box .img_posi .itemin {
    width: 55%;
  }
}
 .box .img_posi .itemin:nth-child(2) {
  bottom: 0;
  right: 30px;
}
@media screen and (max-width: 970px) {
   .box .img_posi .itemin:nth-child(2) {
    right: 0;
  }
}
 .box .img_posi2 {
  position: relative;
}
@media screen and (min-width: 970px) {
   .box .img_posi2 {
    height: 700px;
  }
}
@media screen and (max-width: 970px) {
   .box .img_posi2 {
    height: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
 .box .img_posi2 .itemin {
  position: absolute;
  width: calc(100% / 2);
}
 .box .img_posi2 .itemin:nth-child(1) {
  top: 0;
  left: 100px;
}
@media screen and (max-width: 970px) {
   .box .img_posi2 .itemin:nth-child(1) {
    left: 50px;
  }
}
 .box .img_posi2 .itemin:nth-child(2) {
  bottom: 0;
  right: 0;
}
 .box .credit {
  text-align: center;
  line-height: 1.8;
}
 .box .credit .price {
  text-decoration: underline;
}
 .box .credit .itemname {
  color: #A7A7A7;
}
 .box_wrap .credit .soon {
  pointer-events: none;
}
 

 h3 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 970px) {
   h3 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 970px) {
   .parallax-bg {
    padding: 15%;
  }
}


 .btnarea {
  background-color: #fff;
  padding-top: 40px;
  margin-bottom: 80px;
}
 .sf {
  text-align: center;
  padding-bottom: 10px;
}
 #btn {
  text-align: center;
  margin: 0 auto;
  font-size: 13px;
}
@media screen and (min-width: 970px) {
   #btn {
    width: 400px;
  }
}
@media screen and (max-width: 970px) {
   #btn {
    width: 90%;
  }
}

 #btn a {
  border: 1px solid #000;
  margin-bottom: 30px;
  padding: 17px 0;
  transition: .2s all;
}
 #btn a:hover {
  background: #000;
  color: #fff;
}
.footer {
  position: relative;
  z-index: 100;
  background: #1f7137;
  text-align: center;
  padding: 95px 0 40px; }
  .footer__text {
    width: 80%;
    margin: auto;
    font-size: 13px;
    color: #1f7137;
    background: white;
    padding: 19px 20px; }
    .footer__text a {
      text-decoration: none;
      color: #1f7137;
    }
    @media screen and (min-width: 767px) {
      .footer__text {
        width: 30%;
        font-size: 15px; } }
  .footer__imgText {
    width: 65%;
    margin: 62px auto 0; }
    @media screen and (min-width: 767px) {
      .footer__imgText {
        width: 25%; } }
  .footer__img {
    width: 100%; }
  .footer__copy {
    color: #fff;
    margin-top: 12px;
    font-size: 9px;
    font-weight: bold; }
 a.credit_first {
  margin: 10px auto;
}
 #to_top {
  position: fixed;
  bottom: 75px;
  right: 15px;
  z-index: 100;
}
@media screen and (max-width: 970px) {
   #to_top {
    right: 15px;
    width: 15px;
    height: 15px;
  }
}
 #to_top span:first-child {
  width: 15px;
  height: 15px;
  display: flex;
}
 #to_top span:first-child img {
  width: 100%;
}
@media screen and (max-width: 970px) {
   #to_top span:first-child img {
    max-width: 15px;
  }
}
@media screen and (min-width: 970px) {
   #to_top span:first-child img {
    max-width: 25px;
  }
}

/* ANIMATION
--------------------------------------*/
