@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
    font-family: 'Noto Sans Japanese', sans-serif;
}

nav {
    margin: 25px 0 15px 0;
}

#cont01-container #cont01 {
    margin: 60px auto;
    padding: 0 0 40px 0;
    width: 960px;
}

h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 200;
    position: relative;
    line-height: 1.4;
}

.lottery-prize-flex h3 {
    font-size: 20px;
    color: #d32f2f;
    margin: 10px 0;
    border-bottom: 2px solid;
    padding-bottom: 5px;
}

h4 {
    font-size: 20px;
    margin: 30px 0 5px;
    font-weight: 500;
    letter-spacing: 1px;
}

h4:before {
    display: none !important;
}

.flexwrap {
    display: flex;
}

p.text {
    font-size: 16px;
    line-height: 1.75;
}

span.star {
    position: relative;
    padding-left: 28px;
}

span.star:before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 24px;
    /*画像の幅*/
    height: 22px;
    /*画像の高さ*/
    background-image: url(../images//cyclestation/star.jpg);
    background-size: contain;
    position: absolute;
    left: 0px;
}

.translator {
    position: relative;
}

.translator .gtranslate_wrapper {
    position: absolute;
    top: 10px;
    right: 0;
}

.translator .gt_selector {
    border: 1px solid #292929;
    padding: 5px 5px 5px 10px;
}

a.textlink {
    color: #2D5BB4;
    text-decoration: underline;
}

.linkbtn a {
    margin: 20px auto;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    background: #0D1B36;
    display: block;
    color: #fff;
    font-size: 16px;
    border-radius: 70px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.7;
    letter-spacing: 2px;
}

.linkbtn a:hover {
    background: #566073;
    text-decoration: none;
}


.cyclenews-sub p.title {
    font-size: 15px;
}

/*hero*/
section#hero img {
    width: 100%;
    max-width: 690px;
}

/* --- 見出しの梅アイコン調整 --- */
#lottery_sp h2 {
    color: #d32f2f;
    font-size: 20px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    /* 縦中央 */
    justify-content: center;
    /* 横中央 */
    gap: 10px;
    /* アイコンとの距離 */
}

#lottery_sp h2::before,
#lottery_sp h2::after {
    content: "";
    display: block;
    width: 24px;
    /* スマホ用に少し小さく */
    height: 24px;
    background: url(../images/lottery-icon.png) no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

/* --- コンテンツ装飾 --- */
.campaign-label {
    background: #d32f2f;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 10px;
}

.lottery-text-box {
    text-align: left;
    background: #fdfaf5;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
    border: 1px solid #eee;
    margin: 15px 0;
}

.red-bold {
    color: #d32f2f;
    font-weight: bold;
}

/* ボタン本体：img02のような赤枠・白背景スタイル */
#draw-btn {
    background-color: #ffffff;
    /* 白背景 */
    color: #d32f2f;
    /* 赤色テキスト */
    font-size: 1.4rem;
    font-weight: bold;
    /* 太字 */
    padding: 15px 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
    width: 100%;

    /* 二重の赤枠で和風のフレームを表現 */
    border: 4px double #d32f2f;
    /* img02のような二重線の枠 */
    border-radius: 8px;
    /* 角を少し丸める */

    /* わずかな影で紙のような質感を出す */
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
}

/* マウスホバー時：色が反転してアクティブな印象に */
#draw-btn:hover {
    background-color: #d32f2f;
    /* 背景を赤に */
    color: #ffffff;
    /* 文字を白に */
    border-style: solid;
    /* 枠線を実線に */
}

/* クリック時：ボタンが少しへこむ演出 */
#draw-btn:active {
    transform: scale(0.98);
    box-shadow: none;
}

/* 無効時（抽選中など） */
#draw-btn:disabled {
    background-color: #f5f5f5;
    color: #cccccc;
    border-color: #cccccc;
    cursor: not-allowed;
    transform: none;
}


#draw-btn:active {
    transform: translateY(2px);
    box-shadow: none;
}

/* --- 結果表示 --- */
#result {
    min-height: 50px;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
}

.win-text {
    color: #d32f2f;
    font-size: 18px;
    line-height: 1.4;
}

.win-instruction {
    background: #fff8f8;
    border: 2px solid #d32f2f;
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
}

.prize-sp-list {
    text-align: left;
    list-style: none;
    padding: 0 15px;
}

.prize-sp-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.prize-sp-list li strong {
    color: #d32f2f;
}

.lottery-prize-flex .item img {
    width: 100%;
}

.lottery-prize-flex .item p {
    font-weight: 600;
    margin: 0 0 10px;
}

.lottery-intro-section {
    text-align: center;
}


.lottery-prize-flex .item p {
    font-weight: 600;
    color: steelblue;
    font-size: 16px;
}

.lottery-prize-flex h3 {
    font-size: 22px;
    color: #d32f2f;
    border-bottom: 2px solid;
    margin-bottom: 10px;
}

.lottery-prize-flex .item img {
    max-width: 350px;
    width: 100%;
}

strong.red {
    font-size: 18px;
    color: #d32f2f;
}

p.date {
    font-size: 16px;
    margin: 0 0 40px;
    color: steelblue;
    font-weight: 600;
    line-height: 1.5;
}