* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
  position: relative;
}

#wrapper img {
    width: 100%;
}

#wrapper .kokuchi {
    position: absolute;
    background: #ffe200;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    padding: 55px 0 0 8px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.8rem;
    right: 15px;
    top: 15px;
}

figcaption {
    text-align: center;
    font-size: 2.5rem;
    background: #263256;
    color: #fff;
    padding: 30px;
}

#footer {
  width: 90%;
  font-size: 13px;
  color: #666;
  text-align: center;
  display: block;
  padding: 1% 0;
  bottom: 0;
  /*border-top: dotted 1px #e687b2;*/
  margin: 0 4%;
  position: static;
}


@media (max-width: 768px) {
figcaption {
    text-align: center;
    font-size: 1.4rem;
    background: #263256;
    color: #fff;
    padding: 20px 10px;
}
#wrapper {
    position: relative;
    background: #00bebe;
    padding-top: 80px;
}
#wrapper .kokuchi {
position: absolute;
        background: #ffe200;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        padding: 25px 0 0 8px;
        box-sizing: border-box;
        text-align: center;
        font-size: 1.1rem;
        right: 5px;
        top: 10px;
}	
  #footer {
    margin-top: 2%;
    padding: 5% 0;
  }
}

.sp {display:none;}
.pc {display:block;}
@media (max-width: 659px){
.sp {display:block;}
.pc {display:none;}
}

/*@cookieポリシー追加@*/
.policy {
  display: inline-block;
}
.policy {
  margin-left: 0.5rem;
}
.policy a {
  text-decoration: underline !important;
}