@charset "utf-8";
/* CSS Document */

body {
	color: #ffffff;
	font-family: "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	 -webkit-touch-callout:none; /* リンク長押しのポップアップを無効化 */
     -webkit-user-select:none; /* テキスト長押しの選択ボックスを無効化 */
}

img {
  pointer-events: none;
} 




.wrapper{
    border: none;
    background-size: 50px 50px;
}

.main_item_wrap{
  max-width: 640px;
  margin: 0 auto;
}




/* 　　ヘッダー 　　*/
header {
    background: #fff;
    width: 100%;
    z-index: 999;
}
header img {
    padding: 8px 10px;
    width: auto;
    height: 25px;
}

.header_icon {
    display: flex;
    justify-content: space-between;
}

.icon_img img{
    padding: 1px;
    height: 35px;
}




/* 各画像を画面幅いっぱいに広げる（ヘッダーのロゴだけ例外） */
.contents-img img{
    width:100%;
    height:auto;
}


/* 追尾ボタン */
.tracking-btn {
    display: block;
    font-weight: bold;
    color: #fff;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    position: fixed;
    text-decoration: none;
    width: 100px;
    height: 70px;
    padding-top: 30px;
    line-height: 1;
    border-radius: 300px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    overflow: hidden;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);
    right: 10px;
    bottom: 10px;
    font-size: 22px;
    text-shadow: 0 -1px 1px rgba(7, 0, 2, 0.4);
    z-index: 9999;
}



/* 「無料で読める」ボタン */

.btn_wrap{
    position: relative;
    top: 0px;
    height: 150px;
}
.induction-btn{
    color: #fff;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    max-height: 120px;
    display: block;
    border-radius: 300px;
    text-shadow: 0 -1px 1px rgba(7, 0, 2, 0.4);
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 22%;
    z-index: 99;
    animation: induction 1s infinite steps(2, start) alternate;

}
.induction-btn-shadow{
    width: 90%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    max-height: 120px;
    top: 50px;
    display: block;
    border-radius: 300px;
    background-color: #9e7a15;
    position: absolute;
    top:2%;
    right: 0;
    left: 0;
    bottom: 22%;
    z-index: 88;
}
.induction-text{
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    margin: auto;
}
.induction-text strong{
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    font-size: 42px;
}

.btnWrap_firstview{
    padding: 1px 0 10px 0;
}
.btn_join--1{
    width: 95%;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    border-bottom: solid 3px #d99720;
    position: relative;
}
.btn_join--2{
    width: 95%;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    border-bottom: solid 3px #236f70;
    position: relative;
    margin: 16px;
}
.jump span{
    animation: jump 0.3s ease-in;
    position: relative;
}
@keyframes jump {
    0% {top: 0}
    50% {top:-17px}
    100%{top: 0}
}
.btnText--1{
    line-height: 80px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.btnText--2{
    line-height: 60px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.btnText--1::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 5%;
    top: 40%;
}
.btnText--2::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 5%;
    top: 40%;
}

.btn_details{
    background-image: linear-gradient(to top, #51bbca 0%, #7be3f2 100%);
    width: 95%;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    border-bottom: solid 3px #51bbca;
    position: relative;
}

.btnWrap_footer{
    padding: 10px 0 10px 0;
}

.cloud-line img{
    width: 100%;
    margin-top: -1px;
}

@media (max-width: 400px) {
    .btnText--1::after {
        display: none;
    }
    .btnText--2::after {
        display: none;
    }
}


@media (max-width: 360px) {
    .btn_wrap{
        position: relative;
        top: 0px;
        height: 140px;
    }
    .induction-text{
    font-size: 7.8vw;
    line-height: 1.2;
    }
    .induction-text strong{
        font-size: 8.2vw;
    }
    .induction-btn{
        height: 90%;
    }
    .induction-btn-shadow{
        height: 90%;
    }
}



@keyframes induction {
    0% {transform:translate(0, -15px);}
    100% {transform:translate(0, 0px);}
}



.conversion-wrap{
    background-color: #fff;
}

/* ボタンを包むコンテナ */
.multi-btn-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 15px 10px;
    max-width: 640px;
    margin: 0 auto;
}

/* 1. 全ボタン共通のベースデザイン */
.multi-btn {
    width: calc(50% - 10px);
    min-width: 140px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 300px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.1s;
    white-space: nowrap;
    
    /* 【改善点：模様を薄く】不透明度を 0.15 → 0.08 まで下げてさりげなく */
    background-image: 
        linear-gradient(45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.08) 75%, rgba(255, 255, 255, 0.08)), 
        linear-gradient(-45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.08) 75%, rgba(255, 255, 255, 0.08));
    background-size: 14px 14px;
    
    border-bottom: solid 3px rgba(0, 0, 0, 0.15); 

    /* 【改善点：文字の位置調整】
       左寄せを解消するため左パディングを増やし(10→14px)、右を減らしました。
       また、上寄りを解消するため padding-top をわずかに追加しています。 */
    padding-top: 2px;     
    padding-left: 14px;   
    padding-right: 38px;  

    /* 文字設定 */
    color: #ffffff !important;
    font-size: 14px;
    letter-spacing: 0px; 
}

/* 2. 各ショップのカラー指定 */
.multi-btn.btn-c { background-color: #ffa300; } /* comipo */
.multi-btn.btn-s { background-color: #ea5505; } /* シーモア */
.multi-btn.btn-k { background-color: #2075c4; } /* Kindle */
.multi-btn.btn-l { background-color: #00dc64; } /* LINEマンガ */
.multi-btn.btn-p { background-color: #616161; } /* ピッコマ (グレー維持) */

/* 3. ★ 個別微調整 ★ */
.multi-btn.btn-s {
    font-size: 11.5px;
    letter-spacing: -0.4px;
}

/* 4. 共通パーツ（右端の矢印・クリック時） */
.multi-btn::after {
    content: "▶"; 
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 10px;
    background-color: rgba(255, 255, 255, 0.25);
    z-index: 1;
}

.multi-btn:active {
    transform: translateY(2px);
    border-bottom: none;
}

.credit{
    font-size:14px;
    text-align:right;
    padding: 10px 10px 0px 0px;
}


/* footer */
.terms{
    padding-top: 15px;
}
.terms-block1{
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
}
.terms a{
    font-size: 11px;
    color: #000000;
}
.terms---1:after{
    content: "|";
    display: inline-block;
    margin: 0 2px;
}
.terms---3:after{
    content: "|";
    display: inline-block;
    margin: 0 2px;
}

.copyright{
    padding: 15px 0;
    text-align: center;
    color: #000000;
    font-size: 11px;
    line-height: 1.2;
}


.media-wrap{
    padding: 0 1% 2% 1%;
    width: 98%;
    margin: 0 auto;
}




/* サポートメニュー */

.support_menuList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #ccc;    /* ← 一番上の線 */
  border-bottom: 1px solid #ccc; /* ← 一番下の線 */
}
.support_menuList li {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 12px;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;   /* 下線（各項目） */
  border-right: 1px solid #ccc;    /* 真ん中の縦線 */
}
/* 偶数番目（右列）→ 縦線いらない（端だから） */
.support_menuList li:nth-child(even) {
  border-right: none;
}

.support_menuList li a {
  display: block;
  text-decoration: none;
  color: #333;
  width: 100%;
}

.support_menuList li a::after {
  content: "▶";
  float: right;
  color: #ccc;
}


@media screen and (max-width: 480px) {
  .support_menuList li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .support_menuList li:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 481px) {
  .support_menuList li:nth-last-child(1),
  .support_menuList li:nth-last-child(2) {
    border-bottom: none;
  }
}

/* ページの先頭へ */
.top_scroll{
    text-align: right;
    padding: 20px 10px 20px 0;
    color: #333333;
}



