@charset "utf-8";
html,body {
    
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;

  }
  
  /*全体のブロック*/
  #container{
    background-color: rgb(160, 165, 133);
    margin: 0 auto;
    width: 100%;
    max-width :430px;
    background-image: url(img/back.jpg);
    background-size: contain;
    text-align: left;
 
  }

  a {
    color: inherit;
    text-decoration: none;
  }
  
  a:hover {
    color: rgba(0, 157, 255, 0.65);
  }
  
  a:hover {
    color: rgba(0, 0, 0, .45);
  }
  
  .window,
  .box,
  ul,
  li {
    margin: 0;
    padding: 0;
    position: relative;
  }
  
  ul {
    font-family: 'Fjalla One', sans-serif;
    list-style-type: none;
    text-transform: uppercase;
  }
  
  li {
    display: inline-block;
  }
  
  img {
    display: block;
    width: 100%;
  }
  
  /*followの部分*/
  .btn {
    background:linear-gradient(rgb(95, 95, 235), pink);
    border: 2px solid rgba(0, 17, 131, 0.369);
    border-radius: 40px;
    color: rgba(255, 255, 255, 0.75);/*文字色*/
    display: block;
    font-size: 1em;
    font-weight: 400;
    height: 44px;
    letter-spacing: 5px;
    line-height: 42px;
    margin: 10px auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 60%;
  }
  
  .btn:hover {
    background: rgba(0,0,0,0.1);
    border: 1px solid rgba(156, 156, 156, 0.368);/*押した後の枠線の色*/
  }
  
  .overlay {
    background: #158 url(img/back.jpg) center no-repeat;
    background-size: cover;
    height: calc(100% + 40px);
    margin: -20px;
    position: relative;
    width: calc(100% + 40px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    filter: blur(10px);
  }
  
  
  /*ヘッダー*/
  .header {
    background: url(img/sticker.jpg);
    background-blend-mode:lighten;
    background-color:rgba(156, 146, 178, 0.537);
    color: #ffffff;
    height: 380px;/*高さ*/
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: inherit;
  }
  
  
/*アイコン周りの丸（太）*/
  .header img {
    border: 7px solid #100d01;
    border-radius: 100%;
    height: 140px;
    margin: 4em auto 2.5em;
    object-fit: cover;
    width: 140px;
  }
  
  .header h2 {
    display: inline-block;
    font-family: 'Quicksand', sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0 auto;
    padding: 0;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  }

  /*Japan*/
  .header h4 {
    color: rgba(255, 255, 255, 0.937);
    display: block;
    font-size: 15px;
    margin: 0 auto;
    padding: 5px 0 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
  }
  

  .footer {
    background: rgba(0, 0, 0, 0.75);
    bottom: auto;
    color: #FFF;
    left: 0;
    position: absolute;
    text-align: center;
    top: 380px;
    width: inherit;
  }
  /*フッターの数字*/
  .footer ul {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding: 20px 20px;
  }
  
  .footer li:first-child {
    border: 0;
  }
  
  .footer li {
    border-left: 2px solid rgba(255, 255, 255, .15);
    font-family: 'Quicksand', sans-serif;
    padding: 0 4px 0 6px;
    width: 100%;
  }
  
  .footer a span {
    color: #9CDFF5;
    display: inline-block;
    font-size: 26px;
    padding: 0 4px 0 0;
    vertical-align: middle;
     }


.top_btn_block{
   display:block;
}

#btn_area_1{
  width: 95%;
  margin: 10px auto;
  display: flex;
  align-items: flex-end;
}



.btncopy{
  padding: 5px;
  margin: 5px;
  border-top: 1px solid #000;
  font-family: "Noto Serif JP", serif;
  font-size: 0.85em;
  line-height:1.5em;
}

section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

img{
  object-fit: cover;
  display: block;
}


