/*
* Nico Moji (Japanese) https://fonts.google.com/earlyaccess
*/
@font-face {
    font-family: 'Nico Moji';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/ea/nicomoji/v1/NicoMoji-Regular.eot);
    src: url(https://fonts.gstatic.com/ea/nicomoji/v1/NicoMoji-Regular.eot?#iefix) format('embedded-opentype'),
         url(https://fonts.gstatic.com/ea/nicomoji/v1/NicoMoji-Regular.woff2) format('woff2'),
         url(https://fonts.gstatic.com/ea/nicomoji/v1/NicoMoji-Regular.woff) format('woff'),
         url(https://fonts.gstatic.com/ea/nicomoji/v1/NicoMoji-Regular.ttf) format('truetype');
}

body {
    background: none;
    margin-top: 0;
}

.device-type-desktop .contents-box-note a.u-hide--pc {
    display: none;
}
.device-type-desktop .contents-box-note a.u-hide--sp {
    display: inline-block;
}
.device-type-mobile .contents-box-note a.u-hide--pc {
    display: inline-block;
}
.device-type-mobile .contents-box-note a.u-hide--sp {
    display: none;
}


/************************************************ 
* stoda add css 
*************************************************/

#mainContent {
    overflow: hidden;
}

.form_body {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
}

.form_body .formTable__row {
    display: flex;
    flex-direction: column;
}

form[action="regist_email_result.php"] {
    background-color: #f6f6f6;
}

.form_body .formTable {
    padding: 33px 30px 66px;
    background-color: #ffffff;
}

.form_body .formTable__input {
    display: block;
    margin: 10px auto 0px;
    max-width: 550px;
    width: 100%;
    height: 44px;
}

.formCaption {
    display: none;
}

.checkItem__input {
    width: 22px;
    height: 22px;
    margin: 0 25px 0 0;
    accent-color: #2a9fcc;
}

.form_body .formSubmitBox1 {
    margin-top: 40px;
    padding: 0 10px;
}

.form_body .checkItem__text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.submitBT {
    display: block;
    max-width: 500px;
    width: 100%;
    height: 72px;
    margin: 40px auto 0px;
    outline: 0;
    object-fit: contain;
    background-color: #dc094d;
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    line-height: 74px;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    appearance: none;
    border: none;
    border-radius: 36px;
}

.submitBT:disabled {
    cursor: default;
    opacity: 0.2;
    pointer-events: none;
}

.submitBT:hover {
    text-decoration: none;
}

.form_body .linkText {
    text-align: center;
    font-size: 12px;
    padding: 20px 0 20px;
}


/* regist_email_result.php */
.pageTitle {
    text-align: center;
    padding: 30px 0 60px 0;
    font-size: 34px;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: 1.4px;
    color: #222222;
}

.flowChart {
    max-width: 408px;
    width: 90%;
    margin: 0 auto 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.flowChart:before {
    content: '';
    width: calc(100% - 6px);
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background-color: #989898;
    display: block;
    position: absolute;
}

.flowChart__item {
    width: 21px;
    position: relative;
    z-index: 10;
    color: #989898;
    list-style-type: none;
}

.flowChart__item--done > .flowChart__circle {
    background-color: #1c51b5;
    border: 2px solid #1c51b5;
}

.flowChart__item--done > .flowChart__text {
    color: #1c51b5;
}

.flowChart__circle {
    width: 21px;
    height: 21px;
    border: 2px solid #989898;
    background-color: #fff;
    border-radius: 50%;
    display: block;
}

.flowChart__text {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    display: block;
    bottom: -1.8em;
    left: 50%;
    transform: translateX(-50%);
}

.mypageSection {
    padding: 20px 10px;
    background-color: #f6f6f6;
}

.mypageSection__text {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
}

.commonHeading {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
}

.formCaption2 {
    max-width: 770px;
    width: 100%;
    margin: 25px auto 0 auto;
    padding: 0 10px 23.4px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.73;
    letter-spacing: 0.6px;
    color: #222222;
}


/* regist_member.php */
.input_form {
    max-width: 980px;
    margin: 0 auto;
}

.regist .formTable__row {
    padding: 10px 0;
    display: flex;
    border-bottom: 1px solid #d8d8d8;
}

.regist .formTable__dt {
    line-height: 1.4;
    padding: 0.8em 1.2em;
    width: 214px;
    background-color: #ededed;
    display: flex;
}

.regist .formTable__dt_require {
    font-size: 14px;
    color: #E00000;
    font-weight: bold;
    padding: 2px 0 0 5px;
}

.regist .formTable__dt_require > span::before {
    content: "※必須";
}

.regist .formTable__dd {
    line-height: 1.4;
    padding: 0.2em 1.6em;
    width: calc(100% - 214px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.regist #LOGIN_MAIL1 .formTable__input {
    border: none;
}

.regist .formTable__input {
    appearance: none;
    font-size: 14px;
    padding: 0.8em 0.8em;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 0px;
    background-image: none;
    width: 100%;
    display: block;
}

.regist .formTable__Wrap { 
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#MEMBER_NAME1, #MEMBER_NAME2, #MEMBER_NAME_KANA1, #MEMBER_NAME_KANA2 {
    width: 45%;
}

.regist .formTable__Wrap:has(#PASSWORD1) { 
    flex-direction: column;
}

.regist .formTable__Wrap:has(#MEMBER_NAME1),
.regist .formTable__Wrap:has(#MEMBER_NAME_KANA1) { 
    justify-content: space-between;
    row-gap: 0.8em;
}

.regist .formTable__Wrap:has(#BIRTHDAY1),
.regist .formTable__Wrap:has(#ZIP_CODE1) {
    align-items: center;
    row-gap: 0.8em;
}

.regist .formTable__Wrap_text {
    margin: 1.5em 0px 0.5em 0px;
}

.regist .radioItem {
    display: inline-block;
    min-width: 7.5em;
    margin: 10px 0px;
}

.regist .radioItem__text {
    display: flex;
    align-items: center;
    line-height: 1.4;
}

.regist .radioItem__input {
    display: none;
}

.regist .radioItem__check {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
    margin-right: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.regist .radioItem__input:checked + .radioItem__check:after {
    content: '';
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background-color: #1c51b5;
    position: absolute;
}

.regist .formTable__select {
    font-size: 15px;
    padding: 0.6em 34px 0.6em 0.8em;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 0px;
    display: block;
    background-image: url(../img/select_arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
    appearance: none;
}

#BIRTHDAY1, #BIRTHDAY2, #BIRTHDAY3 {
display: flex;
align-items: center;
}

#BIRTHDAY1 > span, #BIRTHDAY2 > span, #BIRTHDAY3 > span {
margin: 0px 5px;
}

#ZIP_CODE1 {
    display: flex;
}

#ZIP_CODE1 > span {
    margin: 10px 0.6em;
}

.regist .formTable__postBT {
    display: none;
}

.regist .checkItem {
    margin: 10px 2em 10px 0px;
}

.regist .checkItem__input {
    display: none;
}

.regist .checkItem__check {
    width: 21px;
    height: 21px;
    border: 1px solid #d1d1d1;
    margin-right: 13px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.regist .checkItem__input:checked + .checkItem__check:after {
    content: '';
    width: 65%;
    height: 65%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    background-image: url(../img/ic_check.png);
}

.regist .checkItem__text {
    display: flex;
}

#FAVORITE_GENRE1, #LIKE_GENRE1, #FAVORITE_EVENT1 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.regist .submitBT {
    margin: 40px auto 80px;
}

.formError {
    color: #e00;
    margin-top: 10px;
    font-weight: bold;
}


/* regist_member_confirm.php */
.confirm_form {
    /*max-width: 980px;*/
    width: 100%;
    margin: 0 auto;
}

.formSubmitBox2 {
    margin: 40px auto 80px;
    max-width: 780px;
    display: flex;
    justify-content: space-between;
}

.formSubmitBox2__item {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}

.formSubmitBox2__item > .submitBT {
    width: 100%;
}

.formSubmitBox2__item > .submitBT--prev {
    border: solid 2px #1C51B5;
    background-color: #ffffff;
    color: #1C51B5;
}


/* regist_member_result.php */
.mypageSection__completeText {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
}


@media screen and (max-width: 800px) {
  
    #mainContent {
      /*padding-top: 50px;*/
    }
  
    .pageWrap {
      padding-top: 25px;
      /*padding-bottom: 25px;*/
    }

    .regist .formTable__row {
        flex-direction: column;
        border-bottom: 0px;
    }

    .regist .formTable__dt {
        width: 100%;
    }

    .regist .formTable__dd {
        padding: 0.8em 1.2em;
        width: 100%;
    }

    .regist #LOGIN_MAIL1 .formTable__input {
        padding-left: 0;
    }

    #MEMBER_NAME1, #MEMBER_NAME2, #MEMBER_NAME_KANA1, #MEMBER_NAME_KANA2 {
        width: 100%;
    }

    .formSubmitBox2 {
        flex-direction: column;
        margin: 0px auto 80px;
    }

    #BIRTHDAY3 {
        flex-basis: 100%;
    }

}



/************************************************ 
* PC
*************************************************/
@media screen and (min-width:1025px){
    
    /* footer */
    #mainFooter {
        font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","meiryo","メイリオ","ms pgothic","ms pゴシック","osaka",sans-serif,"TakaoPGothic","Sazanami Gothic";
        clear: both;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        background: #eee !important;
        box-shadow: 0 1px 2px -1px rgba(213,213,213,1) inset;
        border-top: 1px solid #e3e3e3;
    }
    
    #footer_inner {
        width: 960px;
        margin: 0 auto;
        overflow: hidden;
        padding: 30px 0;
        font-size: 11px;
        font-weight: 700
    }
    
    #mainFooter a:link,#mainFooter a:visited,#mainFooter a:active {
        color: #525252;
        text-decoration: none
    }
    
    #mainFooter a:hover {
        color: #09f;
        text-decoration: underline
    }
    
    #foot_upper {
        margin-bottom: 25px
    }
    
    #mainFooter .footer_L {
        float: left;
        width: 520px;
        margin: 0;
        padding: 0
    }
    
    #mainFooter .footer_R {
        float: right;
        width: 440px;
        padding: 0;
        text-align: left
    }
    
    .footer_list {
        margin-bottom: 22px
    }
    
    #footer_list_last {
        margin-bottom: 0
    }
    
    #mainFooter li {
        line-height: normal;
        width: 260px;
        float: left;
        font-size: 11px;
        color: #525252;
        margin-bottom: 22px
    }
    
    #mainFooter li a {
        font-size: 12px
    }
    
    #mainFooter .footer_R .foot_s_s_box {
        float: left;
        padding-left: 8px;
        width: 102px
    }
    
    #mainFooter .footer_R .foot_s_s_box p {
        font-size: 10px;
        line-height: 10px;
        color: #6c6c6c;
        font-family: "ＭＳ ゴシック","Osaka－等幅"
    }
    
    address {
        clear: both;
        text-align: center;
        width: 100%;
        padding: 5px 0;
        margin: 10px 0 0;
        background: #626262;
        color: #d2d2d2;
        font-size: 11px;
        font-style: normal
    }
    
    #mainFooter ul {
        list-style: none;
        padding: 0;
        display: block;
        height: 20px
    }
    
    #mainFooter ul a {
        font-size: 11px;
        padding: 0 10px;
        line-height: normal
    }
    
    #tv_asahi_cr {
        clear: both;
        /* display: block; */
        height: 31px;
        background: #333
    }
    
    #tv_asahi_cr address {
        width: 960px;
        margin: 0 auto;
        padding: 10px 0 0;
        text-align: right;
        background: #333;
        text-shadow: 1px 1px 0 rgba(0,0,0,1)
    }
    
    #menseki {
        width: 960px;
        margin: 0 auto 60px;
        padding-left: 7px;
        font-size: 10px;
        color: #525252
    }
    
    #foot_menseki {
        width: 960px;
        margin: 0 auto 5px;
        padding-left: 7px;
        font-size: 10px;
        color: #525252;
        line-height: 1.3;
        font-weight: 400
    }
    
    .menseki_mt {
        margin-top: 20px
    }
    
    #foot_copylight {
        clear: both;
        width: 960px;
        margin: 5px auto 15px
    }
    
    .foot_copylight_inner {
        padding: 10px;
        font-size: 10px;
        color: #525252;
        font-weight: 400;
        line-height: 1.3
    }
    
    #goTop {
        clear: both;
        padding: 10px 0;
        text-align: right;
        visibility: hidden
    }
    
    #btn-pgtop {
        visibility: hidden
    }
    
    #global_nav_space {
        height: 50px
    }

    /* utility class */
    .u-hide--pc {
        display: none;
    }
}



/************************************************ 
* SP
*************************************************/
@media screen and (max-width:1024px){
    
    /* #footer */
    footer {
        font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","meiryo","メイリオ","ms pgothic","ms pゴシック","osaka",sans-serif,"TakaoPGothic","Sazanami Gothic";
        width: auto;
        padding-top: 10px;
        background: #eee !important;
        text-shadow: -1px 1px 0 rgba(255,255,255,1)
    }
    
    #footer_top {
        padding: 0 8px;
        transition: all .3s ease;
    }
    
    #footer_top {
        border-bottom: 1px solid #fff
    }
    
    #footer_top ul {
        overflow: hidden
    }
    
    #footer_top ul li {
        float: left;
        width: 50%;
        text-align: center;
        margin-bottom: 10px;
        transition: all .3s ease;
    }
    
    #footer_top li a {
        display: block;
        text-align: center;
        padding: 12px 8px;
        font-size: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-decoration: none;
    }
    
    #footer_top a {
        color: #313131
    }
    
    #foot_upper {
        margin-bottom: 15px
    }
    
    .foot_menseki,.foot_copylight {
        color: #7c7c7c;
        font-size: 10px;
        text-align: left;
        line-height: 140%;
        padding: 2px;
        margin-top: 10px
    }
    
    #copylight_box {
        background: #313131;
        padding: 10px 0;
        text-align: center;
        color: #f1f1f1;
        font-style: normal;
        text-shadow: none
    }
    
    #footBtn {
        margin: 5px 8px
    }
    
    #advertisement_top {
        padding: 6px 0;
        box-shadow: 0 1px 3px rgba(0,0,0,.2) inset,0 -1px 3px rgba(0,0,0,.2) inset;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2) inset,0 -1px 3px rgba(0,0,0,.2) inset
    }
    
    #advertisement_top span {
        display: block;
        width: 320px;
        margin: 0 auto
    }
    
    #advertisement_top img {
        width: 320px;
        height: 50px
    }
    
    #advertisement_top a {
        display: block;
        margin: 0 auto;
        width: 320px
    }
    
    #advertisement_bottom {
        clear: both;
        padding: 10px 0;
        box-shadow: 0 1px 3px rgba(0,0,0,.2) inset,0 -1px 3px rgba(0,0,0,.2) inset;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2) inset,0 -1px 3px rgba(0,0,0,.2) inset;
        background: #f5f5f5
    }
    
    #advertisement_bottom img {
        width: 320px;
        height: 50px
    }
    
    #advertisement_bottom span {
        display: block;
        width: 320px;
        margin: 0 auto
    }
    
    #advertisement_bottom a {
        display: block;
        margin: 0 auto;
        width: 320px
    }
    
    #advertisement img {
        border: 2px solid #fff
    }
    
    .googlead {
        width: 320px;
        margin: 0 auto
    }
    
    .googlead2 {
        display: table;
        margin: 0 auto
    }
    
    #contents {
        clear: both;
        padding: 5px 8px;
        margin: 0 0 8px
    }
    
    #contents:after {
        content: ".";
        display: block;
        visibility: hidden;
        height: .1px;
        font-size: .1em;
        line-height: 0;
        clear: both
    }
    
    .ellipsis.multiline {
        overflow: hidden;
        white-space: normal
    }
    
    #recommend_area {
        margin: 12px 8px;
        background-color: #fff;
        -webkit-box-shadow: rgba(183,183,183,0.8) 0 2px 0 0;
        box-shadow: rgba(183,183,183,0.8) 0 2px 0 0;
        border-radius: 4px;
        border-top: 1px #d1d1d1 solid;
        border-left: 1px #d1d1d1 solid;
        border-right: 1px #d1d1d1 solid
    }
    
    .recommend_list {
        margin: 0 12px
    }
    
    .recommend_prg {
        margin: 0;
        border-bottom: 1px #ddd solid
    }
    
    li.recommend_prg:last-child {
        border: none!important
    }
    
    .recommend_prg a {
        display: block;
        height: 47px;
        padding-left: 0!important;
        padding-right: 0!important;
        position: relative
    }
    
    .recommend_prg img {
        pointer-events: none;
        width: auto!important;
        height: 47px;
        float: left
    }
    
    .recommend_img_prtct {
        position: absolute;
        z-index: 10;
        opacity: 0
    }
    
    .recommend_ttl {
        margin-bottom: 5px;
        padding: 15px 0 0 17px;
        background-color: #fff
    }
    
    .recommend_ttl_en {
        font-size: 18px;
        font-weight: 700;
        color: #b3b3b3;
        margin-bottom: 2px
    }
    
    .recommend_ttl_ja {
        font-size: 11px;
        font-weight: 700;
        color: #333
    }
    
    .recommend_prg_ttl {
        display: block;
        color: #333;
        padding: 3px 0 0 5px;
        line-height: 1.4;
        height: 47px;
        position: absolute;
        left: 90px;
        overflow: hidden
    }
    
    .ichioshi span.recommend_prg_ttl {
        background: url(../../images/pc/ichioshi.gif) no-repeat;
        background-position: 7px 0;
        padding-top: 14px
    }
    
    .external_link span.recommend_prg_ttl {
        background: url(../../images/pc/external_link.gif) no-repeat;
        background-position: 7px 0;
        padding-top: 14px
    }
    
    .last_prg {
        border: none!important;
        padding-bottom: 5px!important
    }
    
    .footer_R {
        overflow: hidden;
        max-width: 360px;
        margin: 10px auto
    }
    
    .foot_s_s_box {
        float: left;
        width: 22%;
        margin-right: 4%
    }
    
    .foot_s_s_box:last-child {
        margin-right: 0
    }
    
    .foot_s_s_box a {
        display: block
    }
    
    .foot_s_s_box img,#tvasahi_link img {
        width: 100%;
        height: 100%
    }
    
    #tvasahi_link a {
        padding: 0;
    }
    
    .rakuten_pt_wrap {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .rakuten_medal {
        display: none;
    }

    /* utility class */
    .u-hide--sp {
        display: none;
    }
}
