
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css');
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}
html {
  font-size: calc(100vw / 32);
}
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, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  letter-spacing: .06em;
  color: #222222;
  font-weight: normal;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  line-height: 2.2;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}


.Header{
  background: #F5EEE8;
  width: 100%;
  border-radius: 0 0 80px 80px;
  margin-bottom: 60px;
  display: table;
}
.HeaderInner{
  padding-bottom: 180px;
}
.Wrapper.HeaderInner img{
  width: auto;
}
.HeaderInner .img_person{
  position: absolute;
  bottom: -70px;
    left: 0;
    right: 0;
    z-index: 1;
}
.HeaderInner .img_coin{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100% !important;
}
.Header__title{
    z-index: 1;
    position: relative;
}
.Wrapper{
  max-width: 375px;
  margin: 0 auto;
  position: relative;
}
.Wrapper img{
    margin: 0 auto;
    display: block;
    padding-top: 36px;
    width: 100%;
}
.About__inner{
  padding: 0 24px;
}
.About__inner_text{
  margin: 0 8px;
  margin-bottom: 24px;
}
img.About__leadcopy{
  margin-bottom: 16px;
}
.About__contents::before {
    background: url(../images/bg_coin02.svg) no-repeat top left;
    width: 100%;
    height: 260px;
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
    top: 370px;
    left: 0px;
   background-size: contain;
}
.About__contents::after {
   background: url(../images/bg_coin03.svg) no-repeat bottom right;
    width: 100%;
    height: 80px;
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: -28px;
    right: 0;
   background-size: contain;
}
.About__inner_text{
  font-size: 1.5rem;
}
.About__inner_text .About__sub_text{
  font-size: 1rem;
  color: #777;
  margin-top: 8px;
}
img.About__contents_01{
  margin-top: 56px;
  padding-top: 0;
}
.About__buttonWrapper{
  line-height: 1;
}
.Button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #1e1e1e;
  border: 2px solid #1e1e1e;
  color: #ffffff;
  text-align: center;
  line-height: 2.4;
  cursor: pointer;
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
}
.Main{
  margin-bottom: 64px;
}

@media (min-width: 376px){
p{
  font-size: 14px;
}
.About__inner_text{
  font-size: 15px;
}
.About__inner_text .About__sub_text{
  font-size: 10px;
}
.Button {
  font-size: 16px;
}
}





.anim_yurayura{
  -webkit-animation: yurayura 3s ease-in-out infinite;
  animation: yurayura 3s ease-in-out infinite;
}

@-webkit-keyframes yurayura {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(3%);
    transform: translateY(3%)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes yurayura {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(3%);
    transform: translateY(3%)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.anim_yurayura2{
  -webkit-animation: yurayura 4s ease-in-out infinite;
  animation: yurayura 4s ease-in-out infinite;
}

@-webkit-keyframes yurayura {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(3%);
    transform: translateY(3%)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes yurayura {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(3%);
    transform: translateY(3%)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}