html, body {
  color: #1f2121;
  overflow-x: hidden;
}
ul {
  list-style: none;     /* 黒丸を完全に消す */
  margin: 0!important;
  padding-inline-start: 0px;
}
.sub{
    margin: 8px 0 20px;
}
.sub li {
  display: flex;        /* アイコンとテキストを横並びにする */
  align-items: flex-start;
  font-size: 11px;
}
.sub ul li::before {
  content: "※";         /* マーカー文字 */
  margin-right: 2px;  /* 本文との間隔 */
  flex-shrink: 0;       /* 折り返し時に潰れないようにする */
}

h1 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 0 auto;
}
h1 span {
  font-size: 24px;
  margin: 0 2px;
}


/* highlight */
h1 .highlight {
  position: relative;
  display: inline-block;
  z-index: 0;
}
h1 .highlight::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 3px;
  width: 0;
  height: 26px;
  background: #1da183;
  z-index: -1;
  transition: width 0.8s cubic-bezier(.22,.9,.35,1);
}

/* highlight */
.highlight.green {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.highlight.green::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 8px;
  background: #BBE0D5;
  z-index: -1;
  transition: width 0.8s cubic-bezier(.22,.9,.35,1);
  transition-delay: 0.4s;
}

/* highlight */
.highlight.yellow {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.highlight.yellow::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 8px;
  background: #EFC941;
  z-index: -1;
  transition: width 0.8s cubic-bezier(.22,.9,.35,1);
  transition-delay: 0.4s;
}

/* 文字を前面に */
.highlight > * {
  position: relative;
  z-index: 1;           /* stacking context 内で文字を前面に */
}

/* ページロード時にマーカーを伸ばす */
.highlight.in-view::before {
  width: 100%;
}

/* モーション減少環境対応 */
@media (prefers-reduced-motion: reduce) {
  .highlight::before {
    transition: none;
    width: 100% !important;
  }
}


h1 .catch {
  display: block;
  line-height: 1;
  letter-spacing: -2px;   
}
h1 .font_yellow {
  font-size: 20px;
  margin: 0 2px 0 6px;
}
.coin500 {
  font-size: 36px;
  letter-spacing: 0.4px;
}

h2{
    font-size: 22px;
    font-weight: 500;
    margin: 0 auto;
    line-height: 1.4;
    font-family: 'Zen Maru Gothic', sans-serif;
}
.buy_title{
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    color: #1f2121;
    font-family: 'Zen Maru Gothic', sans-serif;
}
.buy_subtitle{
    font-size: 14px;
    font-weight: 500;
    margin: 10px auto;
    color: #ef874c;
}
.buy a{
  text-decoration: none;
  color: inherit;
  display: block;
}
.buy .underline_wide_img{
    margin:8px auto;
}
.buy{
    background: #fefad9;
    border-radius: 8px;
    margin: 40px 0 0 0;
    padding: 12px 20px;
    width: 300px;
}
.buy_btn{
    gap:8px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #1f2121;
    border-radius: 128px;
    flex-direction: row;
    height: auto;
    justify-content: center;
    margin: 16px 0px 16px 0px;
    padding: 10px 20px;
    width: 250px;
    font-size: 15px;
}

.pagetop2{
    margin: 60px auto 40px;
}
#scroll-to-top-btn{
    background: url(https://630hso4ag2.user-space.cdn.idcfcloud.net/image/moon/btn_scroll_to_top.svg) no-repeat scroll center center / 87px 88px;
    display: block;
    width: 87px;
    height: 88px;
    margin: 0 auto;
    cursor: pointer;
}

.btn{
    display: block;
    align-items: center;
    background: #5b64b2;
    border-radius: 128px;
    box-shadow: 2px 4px 0px rgba(0, 0, 0, 0.1);
    margin: 20px 0px 8px 0px;
    padding: 12px 20px;
    width: 280px;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Zen Maru Gothic', sans-serif;
    color:#f5eb8e;
}
.font_white{
    color: #FFFFFF;
}
.font_blue{
    color:#5b64b2;
}
.font_yellow{
    color:#f5eb8e;
}
.font_num{
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
}
.img_box{
    align-items: center;
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 4px;
    width: 280px;
    max-width: 100%;
}

.img_wrapper1, .img_wrapper2{
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.point1{
    position: absolute;
    top: 60px;
    left: -14px;
}
.point2{
    position: absolute;
    top: 48px;
    right: -14px;
}

.point{
    font-family: 'Zen Maru Gothic', sans-serif;
    display: flex;
    flex-direction: row;
    justify-items: center;
}



.point::before{
    content: '';
    display: inline-block;
    background: url(https://630hso4ag2.user-space.cdn.idcfcloud.net/image/moon/point_left.svg) no-repeat;
    width: 14px;
    height: 26px;
}
.point::after{
    content: '';
    display: inline-block;
    background: url(https://630hso4ag2.user-space.cdn.idcfcloud.net/image/moon/point_right.svg) no-repeat;
    width: 14px;
    height: 26px;
    margin-left: 4px;
}
.kirakira::before,
.kirakira::after {
    content: '';
    display: inline-block;
    background: url(img/kirakira.svg) no-repeat;
    width: 20px;
    height: 40px;
}
.kirakira img{
    width: 140px;
    padding:0 18px;
}

.underline_wide_img{
    background: url(https://630hso4ag2.user-space.cdn.idcfcloud.net/image/moon/underline_wide.svg) no-repeat;
    width: 227px;
    height: 8px;
    display: block;
    margin: 16px auto;
}


#title_back {
    background: linear-gradient(180deg, #64c2ac 0%, #e4f5f1 100%);
    background-image: url(img/background.webp);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    padding: 10px 0px 20px 0px;
    max-width: 780px;
    width: 100%;
}
.about{
    background: #e4f5f1;
    margin: 0 auto;
    max-width: 780px;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.area_white{
    background: #FFFFFF;
    margin: 0 auto;
    max-width: 780px;
    width: 100%;
    text-align: center;
    padding: 40px 0 16px;
}
.area_yellow{
    background: #fefad9;
    margin: 0 auto;
    max-width: 780px;
    width: 100%;
    text-align: center;
    padding: 40px 0;
}
.area_green{
    background: #e4f5f1;
    margin: 0 auto;
    max-width: 780px;
    width: 100%;
    text-align: center;
    padding: 40px 0 80px;
}
.prime_logo{
    margin: 0px 0px -8px 0px;
    width: 31px;
    z-index: 2;
    max-width: 100%;
}
.prime_title{
    align-items: center;
    background: #FFFFFF;
    border-radius: 128px;
    padding: 4px 12px;
    width: auto;
    z-index: 1;
}
.prime_font{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    font-family: 'Zen Maru Gothic', sans-serif;
}
.title_tag{
    background: #4D5396;
    border-radius: 10px;
    margin: -18px 0px 0px 0px;
    padding: 30px 12px 20px 12px;
    width: 335px;
    max-width: 100%;
    text-align: center;
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #FFFFFF;
}
.title_now{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin: 0px 0px 4px 0px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    letter-spacing: 1.2px;
}
.title_now::before{
    content: '';
    display: inline-block;
    background: url(img/wai_left.svg) no-repeat;
    width: 10px;
    height: 16px;
    margin-right: 6px;
}
.title_now::after{
    content: '';
    display: inline-block;
    background: url(img/wai_right.svg) no-repeat;
    width: 12px;
    height: 16px;
    margin-left: 2px;
}
.title_period{
    display: inline-flex;
    align-items: baseline;
    margin: 8px 0px 0px 0px;
    gap: 1px;
    font-size: 11px;
}
.period{
    color: #5b64b2;
    background: #FFFFFF;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    border-radius: 4px;
    margin: 0px 4px 0px 0px;
    padding: 0 2px 1px 4px;
}
.year{
    font-size: 12px;
    letter-spacing: 1.6px;
}
.day{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
}
.week{
    margin:0 3px 2px;
}
.title_coin{
    margin:-50px 0 0 0;
    width: 370px;
    display: flex;
    justify-content: space-between;
}
/* コインアニメ */
.coin_left,
.coin_right {
  opacity: 0;
  transform: translateY(30px); /* 下にずらす */
  animation: floatUp 0.8s ease-out forwards;
  animation-delay: 0.1s;
}

/* 下からふわっと */
@keyframes floatUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.how{
    background: #fefad9;
    border-radius: 8px;
    margin: 12px 0px;
    padding: 16px;
}

.pointgreen{
    margin-bottom: 8px;
}
.pointgreen img{
    width: 30px;
}
.pointgreen::before{
    content: '';
    display: inline-block;
    background: url(img/pointgreen_left.svg) no-repeat;
    width: 30px;
    height: 30px;
}
.pointgreen::after{
    content: '';
    display: inline-block;
    background: url(img/pointgreen_right.svg) no-repeat;
    width: 30px;
    height: 30px;
}

.tokuten_item h3{
    align-items: center;
    background-color: rgb(100 194 172 / 0.5);
    border-radius: 128px;
    margin: 8px 0px 8px 0px;
    padding: 4px;
    width: 140px;
    font-size: 14px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
}
.tokuten_item{
    background: #e4f5f1;
    border-radius: 8px;
    height: 200px;
    margin: 0;
    padding-top: 8px;
    width: 165px;
    position: relative;
}
.tokuten .imgarea{
    min-height: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tokuten_footer{
    align-items: center;
    background: #1f2121;
    border-radius: 0px 0px 8px 8px;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    padding: 6px 0px 8px 0px;
    width: 100%;
}
.text{
    font-size: 15px;
    padding-bottom: 20px;
}
.tokuten{
    margin: 20px 0;
    gap: 40px 8px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 600px;
    position: relative;
}
.fukidashi {
  background-image: url(img/fukidashi.svg); 
  width: 30px;
  height: 35px;
  background-size: cover;
  position: relative;
}
.tokuten .fukidashi {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.prime_link{
    margin: 0px 0px 20px 0px;
    text-align: right;
    font-size: 13px;
    width:90%;
    max-width: 660px;
}
.about_list{
    width: 100%;
    max-width:550px;
}
.about_list li{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    justify-content: space-between;
    margin: 0px 0px 0px 0px;
    width: 100%;
}

.about_list h3{
    border-bottom: 2px solid #5b64b2;
    color: #5b64b2;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    padding: 14px 12px 14px 0px;
    text-align: left;
    width: 100px;
    margin: 0;
}

.about_list li .list_text{
    border-bottom: 1px solid #5b64b2;
    flex: 1;
    flex-wrap: wrap;
    font-size: 13px;
    padding: 12px 0px;
    text-align: left;
    display: flex;
    align-content: center;
}
@media screen and (max-width: 767px) {
    .about_list{
        width: 90%;
    }

    .about_list li{
        flex-direction: column;
    }

    .about_list h3{
        border-bottom: 0px solid #5b64b2;
        color: #5b64b2;
        font-size: 14px;
        font-weight: 700;
        line-height: 2;
        padding: 14px 0 0 0;
        width: 100%;
    }

.about_list li .list_text{
    border-bottom: 1px solid #5b64b2;
    flex: 1;
    font-size: 13px;
    height: auto;
    line-height: 1.4;
    padding: 12px 0px;
    text-align: left;
    width: auto;
}

}
