@charset "utf-8";
body{
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color: #444;
    /* background: linear-gradient(25deg, #F7C8CE, #FBDB65, #F99FC9, #C1A7E2, #D8C7D9, #e06287); */
    /* font-weight: 500; */
}
.flex{
  display: flex;
}
* {
  box-sizing: border-box;
}
img{
  margin:0px auto;
  display: block;
}
.date{
  margin-left: auto;
}


@media screen and ( min-width:800px ){
  .headp{font-size: 12px;
    color: #aaa;}
    .stg img{display: inline;}
    .stg{width: 850px;
      margin: 0 auto;}
    .stgbox{border-bottom: 1px solid #f0f0f0;}
.toph2{margin: 0;
  border-bottom: initial;
  display: inline;
  padding: 0;
  color: #333;
    
    background: initial;
  background: initial;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;}

/* スライダーここから */
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
.slick-list{
  overflow: visible;
}
/* スライダーここまで */




/* タグセクションここから */
.section{
  width: 800px;
  margin: 0 -10px auto;
  position: relative;
}
.hashtag{
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  margin: 20px auto;
}
.hashtag::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07c";/*アイコン種類*/
  color: #494949; /*アイコン色*/
  padding: 5px;
}
.tag{
  color: rgb(255, 94, 0);
  display: inline-block;
  padding: 2px 8px;
  margin: 2px;
  font-family: 'Kiwi Maru';
}
.tag-box{
  margin: 0 auto;
  width: 80%;
}
/* タグセクションここまで */


/* 目次セクションここから */
.mokuji-box {
  position: relative;
  width: 60%;
  margin: 0 auto;
  margin: 2em 0;
  padding: 25px 10px 7px;
  border: solid 2px #FFC107;
}
.mokuji-box .mokuji-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #FFC107;
  color: #ffffff;
  font-weight: bold;
}
.mokuji {
  margin: 0; 
  padding: 0;
}
/* 目次セクションここまで */



/* UL/LIここから */
.order-container {
  width: 60%;
  margin: 30px auto;
}
.order .orderInner {
  font-size: 20px;
  font-weight: bold;
  color: #244ed3;
  opacity: 0;
  margin: 5px;
  border-left: solid 6px #5b82ff;/*左側の線*/
  border-bottom: solid 2px #dadada;/*下に灰色線*/
  background: #f6f9ff;
  line-height: 1;
  padding: 0.5em;
}

.isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}
.isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient( 109.6deg,  rgba(156,252,248,1) 11.2%, rgba(110,123,251,1) 91.1% ); */
}
@keyframes play {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(-100%);
  }
}
/* UL/LIここまで */




/* 文字装飾ここから */
.blink {
  animation: blinkAnime 0.7s infinite alternate;
}
@keyframes blinkAnime{
   0% { color: #ff0000 }
 100% { color: #0077ff }
}
.underline{
  background:linear-gradient(transparent 50%, #FFFF00 0%);
  font-size: 19px;
  font-weight: bold;
}
.bigspan{  text-decoration:underline;
  text-decoration-color:#008cff;
  font-weight: bold;
  color:#008cff;
}
.bigspan2{
    text-decoration: underline 2px;
    text-decoration-color: #e5ff00;
    font-weight: bold;
    color: #008cff;
}
.brownspan{
  font-weight:bold;
  color: #965409;
}
.redspan{
  font-weight:bold;
  color: #ff0000;
}
.redspan2{
  text-decoration: underline 2px;
  text-decoration-color: #008cff;
  font-weight: bold;
  color: #008cff;
}
.yellowspan{    
  font-weight:bold;
  color: #fff200;
}
.superspan{ font-weight: bold;
  color: rgb(255, 202, 27);
  font-size:32px;
  text-align: center;
  margin:0 auto ;
}
.smallspan{
  font-size: 13px;
}
.patsun {
  animation: patsun 2s infinite;
}
@keyframes patsun {
  0% {
      transform: rotateZ(0deg);
  }
  22% {
      transform: rotateZ(0deg);
  }
  24% {
      transform: translate(-2px, -10px) rotateZ(-18deg) scale(0.8, 1.3);
  }
  26% {
      transform: rotateZ(0deg) scale(1, 1.1);
  }
  28% {
      transform: translate(0px, -2px) rotateZ(-2deg);
  }
  30% {
      transform: rotateZ(0deg);
  }
  32% {
      transform: translate(0px, -2px) rotateZ(-2deg);
  }
  33% {
      transform: rotateZ(0deg);
  }
  34% {
      transform: translate(0px, -2px) rotateZ(-2deg);
  }
  35% {
      transform: rotateZ(0deg);
  }
  36% {
      transform: translate(0px, -2px) rotateZ(-2deg);
  }
  37% {
      transform: rotateZ(0deg);
  }
  38% {
      transform: translate(0px, -2px) rotateZ(-2deg);
  }
  39% {
      transform: rotateZ(0deg);
  }
  100% {
      transform: rotateZ(0deg);
  }
}
.fuwafuwa {
  animation: fuwafuwa 1s infinite ease-in-out .8s alternate;
  transition: 1.5s ease-in-out;
  margin-top: 15px;
}

@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-3deg);
  }
  50% {
    transform:translate(0, -5px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(3deg);
  }
}
.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,240,58) 50%);
  background-repeat: repeat-x;
    background-size: 200% 0.8em;
    background-position: 0 0.5em;
    transition: all 2s ease;
    font-weight: bold;
}
.marker-animation.active {
  background-position: -100% 0.5em;
}
.fuchidori {
  color: rgb(255, 18, 223);
}
/* 文字装飾ここまで */



/* ヘッダーここから */
.top{border-bottom: solid #52c2d0 15px!important;
  border-bottom: solid #666 .5px;
  font-family: Eb Garamond;
}
h1{
  flex-direction: column;
  text-align: center;
  line-height: 40px;
  margin-bottom: 10px;
}
header{
  width:100%;
  background-color: #0084ff;
  height:40px;
  color:#fff;
  text-align: center;
  font-size: 20px;
  letter-spacing: 5px;
  box-shadow: 6px 3px 10px rgba(0,0,0,0.4);
}
.headerp{padding:0;margin:0;}
.headerp{padding:0;margin:0;}
/* ヘッダーここまで */


/* 本文ここから */
.main-left{
  width: 800px;
  margin:0px auto;
  padding:10px;
  background-color: #fff;
  /* font-size: 1.6rem; */
  line-height: 1.85;
}
.text{
  width: 70%;
  margin: 1.5em auto 1.5em;font-size: 18px;
}
.text2{
  width: 80%;
  margin:10px auto;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 40px;
}
h2 {
  padding: 1rem 2rem;
  border-bottom: 6px double #003968;
  background: #cae7ff;
  color: #003968;
}

h3{
  border-bottom: 3px solid rgb(255, 94, 0);
  padding-bottom: 12px;
  font-size: 22px;
  line-height: 28px;
  margin: 30px auto 15px;
  font-weight: 700;
  color: rgb(255, 94, 0);
}

h4 {
  width: 95%;
  position: relative;
  border-top: solid 2px #4eaeff;
  border-bottom: solid 2px #4eaeff;
  background: #f6fbff;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em auto 0.5em;
  font-size: 20px;
}
h4:after {
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ POINT';
  background: #4eaeff;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
} 

h5 {width: 500px;
  color: #fff;
  background-color: #4eaeff;
  position: relative;
  overflow: hidden;
  padding: 0.3rem 0.3rem 0.3rem 0.3rem;
  border-bottom: 2px solid #4eaeff;
  font-size: 16px;
  color: #fff;
  margin: 0 auto 0;
}

b{
  color: #fe27de;
}
.interview{
  margin-bottom: 30px;
}
.zaiko{
    font-size: 13px;
    text-align: center;
}
/* 本文ここまで */





/* 使用方法ここから */
  .howtobox{
    border: 2px solid #ff87ae;
    border-radius: 5px;
    position: relative;
    margin: 20px auto;
    width: 70%;
  }
  .howtobox h4{
    position: absolute;
    right: 0;
    left: 0;
    top: -2em;
    margin-left: 1em;
  }
  .howtobox .ttl{
    padding: 6px 2.5em;
    background: #ff87ae;
    color: #FFF;
    border-radius: 5px;
}
  .howtobox .naka{
    padding: 2.2em 0.5em 0.5em;
  }
.naka img{
  margin: 10px auto;
}
/* 使用方法ここまで */


.hadep{    font-weight: bold;
  text-align: center;
  font-size: 31px;
  color: #ff0000;
  background-color: #d3f2ff;
  width: fit-content;
  display: block;
  margin: auto;}

.hametop{width: 100%;}
.hame0{margin:0px auto ;filter:initial;}
.hame{width:80%;margin:30px auto;}
.hame2{width:300px;margin:10px auto;}
.hame3{width:250px;margin:10px auto;}
.frame{    width: 500px;
  border: 2px solid #4eaeff;
  margin: 0px auto 10px;
  padding: 10px 0;
  }
.spimg{display: none;}
.boxblack{border: 2px solid #222;
  width: 600px;
  margin: 0 auto;
  padding: 20px;}
.border{padding-top: 6px;}
/* 画像系ここまで */



/* ボタンここから */
.btn{
  width: initial;
   margin: initial; 
   padding: initial; 
  float: initial;
  font-size: initial; 
   background: initial; 
  text-decoration: initial;
  width: 586px;
  height: 117px;
  margin:15px auto;
}
.btn img{transition: all 0.3s ease 0s;width: 100%;}
.btn img:hover{padding-top:4px;}
/* ボタンここまで */



/* フッターここから */
footer{
  width:100%;
  background-color:#494949;
  height:60px;
  color:#fff;
  text-align: center;
  font-size: 20px;
  letter-spacing: 5px;
  box-shadow: 6px 3px 10px rgba(0,0,0,0.4);
  line-height: initial!important;
}
/* フッターここまで */


}


@media screen and ( max-width:799px ){
  .hadep{    font-weight: bold;
    text-align: center;
    font-size: 22px;
    color: #ff0000;
    background-color: #d3f2ff;
    width: fit-content;
    display: block;
    margin: auto;}
  
  .hametop{width: 100%;}
  .headp{font-size: 10px;
    color: #aaa;}
    .stg img{display: inline;}
    .stg{width: 100%;
      margin: 0 auto;}
    .stgbox{border-bottom: 1px solid #f0f0f0;}
.toph2{margin: 0;
  border-bottom: initial;
  display: inline;
  padding: 0;
  color: #333;
  font-size: 20px;
    
    background: initial;
  background: initial;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;}
  /* スライダーここから */
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
.slick-list{
  overflow: visible;
}
/* スライダーここまで */



/* タグセクションここから */
.section{
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.hashtag{
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto;
  font-size: 9px;
}
.hashtag::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07c";/*アイコン種類*/
  color: #494949; /*アイコン色*/
  padding: 5px;
}
.tag{
  color: rgb(255, 94, 0);
  display: inline-block;
  padding: 2px 0px;
  margin: 2px 0px;
  font-family: 'Kiwi Maru';
  font-size: 12px;
}
.tag-box{
  margin: 0 auto 10px;
  width: 92%;
}
.date{
  margin-left: auto;
  font-size: 12px;
}
/* タグセクションここまで */




/* 目次セクションここから */
.mokuji-box {
  position: relative;
  width: 60%;
  margin: 0 auto;
  margin: 2em 0;
  padding: 25px 10px 7px;
  border: solid 2px #FFC107;
}
.mokuji-box .mokuji-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #FFC107;
  color: #ffffff;
  font-weight: bold;
}
.mokuji {
  margin: 0; 
  padding: 0;
}
/* 目次セクションここまで */



/* UL/LIここから */
.order-container {
  width: 90%;
  margin: 15px auto;
  overflow: hidden;
}
.order .orderInner {
  font-size: 18px;
  font-weight: bold;
  color: #244ed3;
  opacity: 0;
  margin: 5px;
  border-left: solid 6px #5b82ff;
  border-bottom: solid 2px #dadada;
  background: #f6f9ff;
  line-height: 1;
  padding: 0.3em;
}

.isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}
.isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient( 109.6deg,  rgba(156,252,248,1) 11.2%, rgba(110,123,251,1) 91.1% ); */
}

@keyframes play {
  from {
    transform: translateX(100%);
  }
  
  to {
    transform: translateX(0);
  }
}

@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(-100%);
  }
}
/* UL/LIここまで */





/* 文字装飾ここから */
.blink {
  animation: blinkAnime 0.7s infinite alternate;
}
@keyframes blinkAnime{
   0% { color: #ff00bb }
 100% { color: #00afff }
}
.underline{
  background:linear-gradient(transparent 50%, #FFFF00 0%);
  font-size: 19px;
  font-weight: bold;
}
.bigspan{  text-decoration:underline;
  text-decoration-color:#008cff;
  font-weight: bold;
  color:#008cff;
}
.bigspan2{
    text-decoration: underline 2px;
    text-decoration-color: #e5ff00;
    font-weight: bold;
    color: #008cff;
}
.brownspan{
  font-weight:bold;
  color: #965409;
  font-size: 16px;
}
.redspan{
  font-weight:bold;
  color: #ff0000;
}
.redspan2{
  text-decoration: underline 2px;
  text-decoration-color: #008cff;
  font-weight: bold;
  color: #008cff;
}
.yellowspan{    
  font-weight:bold;
  color: #fff200;
}
.superspan{
  font-weight: bold;
  color: rgb(255, 202, 27);
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
}
.smallspan{
  font-size: 10px;
}
.fuwafuwa {
  animation: fuwafuwa 1s infinite ease-in-out .8s alternate;
  transition: 1.5s ease-in-out;
  margin-top: 15px;
}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-3deg);
  }
  50% {
    transform:translate(0, -5px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(3deg);
  }
}
.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,240,58) 50%);
  background-repeat: repeat-x;
    background-size: 200% 0.8em;
    background-position: 0 0.5em;
    transition: all 2s ease;
    font-weight: bold;
}
.marker-animation.active {
  background-position: -100% 0.5em;
}
.patsun {
  animation: patsun 2s infinite;
}
@keyframes patsun {
  0% {
      transform: rotateZ(0deg);
  }
  22% {
      transform: rotateZ(0deg);
  }
  24% {
      transform: translate(-2px, -10px) rotateZ(-18deg) scale(0.8, 1.3);
  }
  26% {
      transform: rotateZ(0deg) scale(1, 1.1);
  }
  28% {
      transform: translate(0px, -2px) rotateZ(-2deg);
  }
  30% {
      transform: rotateZ(0deg);
  }
  32% {
      transform: translate(0px, -2px) rotateZ(-2deg);
  }
  33% {
      transform: rotateZ(0deg);
  }
  34% {
      transform: translate(0px, -2px) rotateZ(-2deg);
  }
  35% {
      transform: rotateZ(0deg);
  }
  36% {
      transform: translate(0px, -2px) rotateZ(-2deg);
  }
  37% {
      transform: rotateZ(0deg);
  }
  38% {
      transform: translate(0px, -2px) rotateZ(-2deg);
  }
  39% {
      transform: rotateZ(0deg);
  }
  100% {
      transform: rotateZ(0deg);
  }
}
.fuchidori {
  color: rgb(255, 18, 223);
}
/* 文字装飾ここまで */




/* ヘッダーここから */
.top{
  border-bottom: solid #52c2d0 15px!important;

  font-family: Eb Garamond;
}
h1{
  flex-direction: column;
  line-height: 26px;
  font-size: 16px;
  text-align: center;
  font-weight:bold;
  margin-bottom: -3px;
}
header{
  width:100%;
  background-color: #0084ff;
  height:40px;
  color:#fff;
  text-align: center;
  font-size: 20px;
  letter-spacing: 5px;
  box-shadow: 6px 3px 10px rgba(0,0,0,0.4);
}
.headerp{
  padding:0;
  margin:0;
  text-align: center;
}
/* ヘッダーここまで */



/* 本文ここから */
.main-left{
  width: 100%;
  background-color: #FFF;
  padding: 5px 5px;
  margin: 0px auto;
}
.text{
  width: 90%;
  margin: 1.2em auto 1.2em;
  font-size: 14px;
}
.text2{
  width: 92%;
  letter-spacing: 0.03em;
  margin: 0 auto;
  font-size: 17px;
  line-height: 36px;
}
h2 {
  padding: 0.2rem 1rem;
  border-bottom: 6px double #003968;
  background: #cae7ff;
  color: #003968;
}
 
  .interview-container {
    width: 92%;
    margin: 0 auto;
  }
  /* .interview-container strong{
  font-size: 14px;
  } */
  h3{
    border-bottom: 2px solid rgb(255, 94, 0);
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 28px;
    margin: 30px auto 15px;
    font-weight: 700;
    color: rgb(255, 94, 0);
    letter-spacing: 0.03em;
  }

  h4 {
    font-size: 18px;
        width: 95%;
    position: relative;
    border-top: solid 2px #4eaeff;
    border-bottom: solid 2px #4eaeff;
    background: #f6fbff;
    line-height: 1.4;
    padding: 0.4em 0.5em;
    margin: 2em auto 0.5em;
  }
  
  h4:after {
    position: absolute;
    font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
    font-weight: 900;
    content: '\f0a7\ POINT';
    background: #4eaeff;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  h5 {width: 98%;
    color: #fff;
    background-color: #4eaeff;
    margin: 0 auto 0px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    padding: 0.3rem 0.2rem 0.3rem 0.2rem;
    border-bottom: 2px solid #4eaeff;
  }

  b{
    color: #fe27de;
    font-size: 14px;
  }
  .interview{
    margin-bottom: 30px;
    /* width: 92%; */
    font-size: 14px;
  }
.zaiko{
    font-size: 13px;
    text-align: center;
}
.topp{
  font-size: 4vw;
  margin: 0;
}
.topimg{
  position: relative;
  padding: 0!important;
  width: 100%;
}
/* 本文ここまで */



/* 使用方法ここから */
.howtobox{
  border: 2px solid #ff87ae;
  border-radius: 5px;
  position: relative;
  margin: 20px auto;
  width: 100%;
}
  .howtobox h4{
    position: absolute;
    right: 0;
    left: 0;
    top: -2em;
    margin-left: 1em;
  }
  .howtobox .ttl{
    padding: 6px 2.5em;
    background: #ff87ae;
    color: #FFF;
    border-radius: 5px;
}
  .howtobox .naka{
    padding: 2.2em 0.5em 0.5em;
  }
.naka img{
  margin: 10px auto;
}
/* 使用方法ここまで */



/* 画像系ここから */
.frame{
  width: 98%;
  border: 2px solid #4eaeff;
  margin: 0 auto;
  margin-bottom: 8px;
  padding: 8px;
}
.frame img{width: 95%!important;margin:0 auto 15px;}
.hame0{width: 100%;margin:0px auto;filter:initial;}
.hame{width: 92%;margin:5px auto;filter:initial;}
.hame2{width: 72%;margin:5px auto;filter:initial;}
.hame3{width: 38%;margin:5px auto;filter:initial;}
figure {
    margin: 1em 10px;
}
.pcimg{display: none;}
.boxblack{border: 2px solid #222;
  width: 600px;
  margin: 0 auto;
  padding: 20px;}
.border{padding-top: 6px;}
img{max-width:100%;}
/* 画像系ここまで */


/* ボタンここから */
.btn{
  width: initial;
  margin: initial; 
  padding: initial; 
  float: initial;
  font-size: initial; 
  background: initial; 
  text-decoration: initial;
  width: 94%;
  margin: 0px auto;
  padding: 10px 0;
}
.btn img{
  width: 100%;
}
/* ボタンここまで */


/* フッターここから */
footer{
  width:100%;
  background-color:#494949;
  height:27px;color:#fff;
  line-height: initial!important;
}
/* フッターここまで */



}






html {
scroll-behavior: smooth;
}
.ssss{opacity:0!important;transition: 1.0s ;}



