@charset "UTF-8";

/*---------ボタン  ----------*/
#recommend_modal {
    display: block;
    left: 3px;
}

#mypage_recommend_modal {
    display: block;
    left: 3px;
}

.rec_banner_box {
    background: white;
    border: 3px solid #ddd;
    border-radius: 5px;
    display: none;
    position: relative;
    top: 5%;
    z-index: 998;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
}

.rec_banner_main_text{
    text-align: center;
    margin-top: 16px;
    font-size: 125%;
    display: none;
}

.rec_banner_main_text img{
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}

.rec_banner_next_button{
    background-color: #fa0;
    border-radius: 4px;
    text-align: center;
    height: 45px;
    width: 100%;
}

.mypage_rec_banner_next_button{
    background-color: #fa0;
    border-radius: 4px;
    text-align: center;
    height: 45px;
    width: 100%;
}

.rec_banner_next_button:hover{
    cursor: pointer;
}

.mypage_rec_banner_next_button:hover{
    cursor: pointer;
}

#slider_rec_banner{
    width: 254px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}

.rec_banner_img_layout{
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
    width: 600%;
    left: 0;
    will-change: transform;
    animation: slider 10s infinite;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}

.rec_banner_img{
    width: 257px;
    /*height: 344px;*/
    float: left;
    position: relative;
    margin-left: 1px;
    margin-right: 1px;
}

.rec_banner_button_text{
    color: black;
    font-size: 18px;
    padding-top: 10px;
}

.rec_banner_sub_layout{
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

.mypage_rec_banner_sub_layout{
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

.rec_banner_sub_layout span {
    margin-left: 5px;
}

.mypage_rec_banner_sub_layout span {
    margin-left: 5px;
}

.rec_banner_close_layout{
    position: absolute;
    width: 100%;
    height: 28px;
}

.mypage_rec_banner_close_layout{
    position: absolute;
    width: 100%;
    height: 28px;
}

.rec_banner_close_button{
    position: absolute;
    padding: 0;
    width: 28px;
    height: 28px;
    background: url("/static/images/profiles/mypage_icon_close_orange.png") no-repeat right;
}

.mypage_rec_banner_close_button{
    position: absolute;
    padding: 0;
    width: 28px;
    height: 28px;
    background: url("/static/images/profiles/mypage_icon_close_orange.png") no-repeat right;
}

.app_button {
    margin-right: 8px;
}
.app_button a{
    border-bottom: none;
}
.app_button img{
    width: 123px;
    height:45px;
}

.mypage_app_button {
    margin-right: 8px;
}
.mypage_app_button a{
    border-bottom: none;
}
.mypage_app_button img{
    width: 123px;
    height:45px;
}

.google-play-badge {
    margin-right: 8px;
}
.google-play-badge a{
    border-bottom: none;
}
.google-play-badge img{
    width: 151px;
    height:45px;
}
.btn_wrap {
    max-width: 254px;
    margin: 0 auto;
}
#recommend_modal .btn_wrap {
    text-align: center;
    display: flex;
}

#mypage_recommend_modal .btn_wrap {
    text-align: center;
    display: flex;
}

.rec_banner_inclusion_dialog {
    padding: 5px 40px;
}

.mypage_rec_banner_inclusion_dialog {
    padding: 5px 40px;
}

.rec_banner_overview{
    /*overflow-x: scroll;*/
    margin-bottom: -33px;
}

.mypage_rec_banner_overview{
    /*overflow-x: scroll;*/
    margin-bottom: -33px;
}

#recommend_slider ul{
    list-style: none;
    padding: 0;
    width: auto;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    margin: 0;
}

#mypage_recommend_slider ul{
    list-style: none;
    padding: 0;
    width: auto;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    margin: 0;
}

#recommend_slider ul li{
    width: 257px;
    float: left;
    display: inline;
    overflow: hidden;
}

#mypage_recommend_slider ul li{
    width: 257px;
    float: left;
    display: inline;
    overflow: hidden;
}

.slider_li_right_margin{
    margin-right: 2px;
}

.rec_banner_sub_layout span{
    cursor: pointer;
}

.mypage_rec_banner_sub_layout span{
    cursor: pointer;
}

.recommend_slider_layout{
    margin-top: 28px;
}