@charset "UTF-8";
body{
  margin: 0;
  padding: 0;
}

div#container{
  width: 360px;
  margin: 0 auto;
  background: #efefef;
  font-family : メイリオ, "ＭＳ Ｐゴシック", "ＭＳ ゴシック";
}

#pochi {
  width: 100px;
  height:80px;
  border-radius: 20px;
  font-size: 50px;
  line-height: 100px;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1px;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #0050ff;/*ボタン色*/
  color: #FFF;
  box-shadow:10px 10px 10px #777777;
  border-bottom: solid 5px #223868;
  border-right: solid 5px #223868;
}
#pochi:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow:none;
  border-bottom: none;/*線を消す*/
  border-right: none;/*線を消す*/
  margin-bottom: 13px;
}

div#ans{
  margin: 3px auto;
  width: 320px;
  min-height:550px;
  font-family: “トーキング”,Talking;
  font-size: 25px;
  padding: 10px;
  border:3px solid  #D1483E;
  background: white;
}
div.top{
  text-align: center;
  background: black;
}
div.top a{
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 40px;
  line-height: 40px;
  color:white;
  font-weight: bold;
  padding-top: 20px;
/* 影 */
  background: black;
  text-shadow: 1px 3px 0px #b2a98f,
             2px 6px 10px rgba(0,0,0,0.15),
             4px 12px 2px rgba(0,0,0,0.1),
             8px 24px 30px rgba(0,0,0,0.1);
}

p{
  font-size: 20px;
  line-height: 40px;
  font-family:“トーキング”,Talking;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
p.center{
  font-size: 20px;
  text-align: center;
}
div.center{
  text-align: center;
  font-size: 20px;
}
p.s{
  font-size: 17px;
  color: white;
  font-family: “シネマレター”,Cinema Letter;
  line-height: 1.8;
  letter-spacing:3px;
  padding: 30px 10px 30px 15px;
  text-align: left;
}
p.m{
  font-size: 20px;
  font-family: “トーキング”,Talking;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
div.cm{
  line-height : 30px;
  font-size: 18px;
  text-align: center;
  margin: 2px auto 2px;
}
table.link{
  width: 350px;
  margin: 2px auto;
  border-collapse: collapse;
  border: solid 2px;
  border-color: #c0c0c0;
  font-size: 18px;
  text-align: left;
}
table.link td.ue{
  border: solid 2px;
  border-color: #c0c0c0;
  background-color: #EEE8AA;
}
table.link td.sita{
  border: solid 2px;
  border-color: #c0c0c0;
  background-color: #99FF99;
}
table.link a{
  display: block;
  padding: 0.6em 1em;
  text-decoration: none;
}
footer{
  line-height : 30px;
  font-size: 18px;
  text-align: center;
  color: black;
  margin-bottom: 50px;
}
.cp_cssslider {
width: 360px;
height: 100px;
overflow: hidden;
margin: 2em auto;
}
.cp_slide_item {
width: 360px;
height: 100px;
float: left;
position: relative;
}
.cp_slidewrapper {
width: 500%;/* slideの枚数×100% */
position: relative;
left: 0;
animation: slider 20s infinite ease;/* スピード */
}
@-webkit-keyframes slider {
/* 100%を枚数で割った%に割り振る */
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
-webkit-transform: translateX(-360px);
transform: translateX(-360px);
}
40% {
-webkit-transform: translateX(-720px);
transform: translateX(-720px);
}
60% {
-webkit-transform: translateX(-1080px);
transform: translateX(-1080px);
}
80% {
-webkit-transform: translateX(-1440px);
transform: translateX(-1440px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slider {
/* 100%を枚数で割った%に割り振る */
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
-webkit-transform: translateX(-360px);
transform: translateX(-360px);
}
40% {
-webkit-transform: translateX(-720px);
transform: translateX(-720px);
}
60% {
-webkit-transform: translateX(-1080px);
transform: translateX(-1080px);
}
80% {
-webkit-transform: translateX(-1440px);
transform: translateX(-1440px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}

div.photo{
  position: relative;
}
div.photo p.m{
  position: absolute;
  color:white;
  top:0;
  left:0;
}
div.photo img{
  width: 100%;
}
div.black{
  margin: 5px auto;
  background-color: black;
  width: 350px;
  text-align: center;
}
span.font20px {
  font-size: 20px;

}
span.font30px{
  font-size: 30px;
    background-color: blue;
    color: white;
}
span.font50px {
  font-size: 50px;
}

/* 移動 */
.marquee {
  width: 100%;
  /* コンテナの幅 */
  overflow: hidden;
  /* はみ出た部分を隠す */
  white-space: nowrap;
  /* テキストを1行にする */
  box-sizing: border-box;
}

.marquee::after {
  content: '';
  /* 空の要素でスペースを確保 */
  display: inline-block;
  width: 100%;
}

.marquee {
  animation: marquee 10s linear infinite;
  /* アニメーション設定 */
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
    /* 右端から開始 */
  }

  100% {
    transform: translateX(-100%);
    /* 左端まで移動 */
  }
}

/* 縦移動 */
        /* コンテナのスタイル */
        .vertical-scroll-container {
          width: 340px;
          height: 250px;
            margin-left: auto;
              margin-right: auto;
          overflow: hidden;
          position: relative;
          /* background-color: #f0f0f0;
          border: 1px solid #ccc; */
        }
    
        /* 流れる文字のスタイル */
        .vertical-scroll-text {
          font-family: "HG行書体", "DF行書体", serif;
          
          position: absolute;
          top: 100%;
          width: 100%;
          text-align: center;
          animation: verticalScroll 10s linear infinite;
        }
    
        /* アニメーションの定義 */
        @keyframes verticalScroll {
          0% {
            top: -100%;
          }
    
          100% {
            top: 0%;
          }
        }

/* 縦移動終り */





/* ＳＮＳ */
/*---SNSシェアボタン---*/
/* ボタン上の文字 */
.fa-twitter:before, .fa-hatena:before, .fa-line:before, .fa-pocket:before
{
  font-family: helvetica neue,helvetica,arial,sans-serif;

  /* font-size:14px */
}
.fa-facebook:before {
  content: "f";
  font-family: Verdana;
  font-size:23px;
  /* font-weight: bold */
}
.fa-twitter:before {
  content: "twitter";
  font-size:23px;
}

.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
}
.fa-line:before {
  content: "Line";
  font-size:23px;
}
.fa-pocket:before {
  content: "pocket";
}

/* ボタン表示位置の調整 */
.button-area {
  text-align: center;
  overflow:hidden;
  /* clear:left; */
  margin-top:15px;
  margin-left: 8px;
  margin-bottom: 15px;
}

/* タイトルの表示設定 */
.button-area-title {
  text-align: center;
  padding:.7em;
}

/* ボタンブロックのデザイン */
.button-area li a {
  padding: 2px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 4px; 
}

/* SNSごとの背景色 */
.twitter a {
  background-color: #55acee;
}
.facebook a{
  background-color: #3b5998;
}
.hatena a{
  background-color: #008fde;
}
.line a{
  background-color: #1dcd00;
}
.pocket a{
  background-color: #ea5a6c;
}

/* リスト「・」の削除 */
.button-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ボタン幅と余白の設定 */
.button-area li {
  float: left;
  /* width: 19%; */
  width: 32%;
/* 追加 */
  line-height: 30px;
  margin: 0 .3%;

}

.button-area  ul:after {
  display: block;
  clear: both;
}

/* ボタンにカーソルを合わせた時の表示設定 */
.button-area li a:hover {
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
/* ＳＮＳボタンここまで */
div.policy{
  width: 320px;
  text-align: center;
  font-size: 20px;
  margin: 10px auto;
  padding: 10px;
  background-color: #3b5998;
  color: white;
}
div.policy a{
  font-size: 20px;
  color: white;
}
div#ans1{
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 60px;
  text-align: center;
  color: red;
}
div#ans2 {
  font-size: 20px;
  font-family: “トーキング”, Talking;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}