@charset "utf-8";
.ranking_list{
   margin-bottom:55px;
}

/*
.raku2_upcross a img{
   width:200px!important;
}
*/
/************************************************
 import css
************************************************ */
#news_area dl.newslist a:link,
a:visited {
    text-decoration: underline;
}

.logout_btn img {
    cursor: pointer;
}

.logout_btn img:hover {
    opacity: 0.5;
}

/*1.フェードインアニメーションの指定*/
.scrollanime {
    opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

/*2.上下の動きを指定*/
.updown {
    transform: translateY(-100px);
}

.downup {
    transform: translateY(100px);
}

/*3.左右の動きを指定*/
.sect02 {
    overflow: hidden;
}

/*横スクロールバーを隠す*/
.slide-right {
    transform: translateX(200px);
}

.slide-left {
    transform: translateX(-200px);
}

#about-name {
    margin-bottom: 30px;
}

a img:hover {
    opacity: 0.5;
}

#gloval_navi ul.tree2-outer {
    display: none;
}

div.listrightbloc h3 {
    white-space: normal !important;
    text-overflow: clip;
}

.displaynone {
    display: none;
}

#noshi,
#about-souryou,
#payment-method,
#main_column,
#gaiyou {
    padding-top: 138px !important;
    margin-top: -138px !important;
}

section.media p {
    margin-bottom: 15px;
    text-align: center
}

a.btn_more,
a.btn_more:link,
a.btn_more:visited,
a.btn_more:hover {
    color: #000;
    font-size: 16px;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
    border: 1px solid #A9ABAD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    background: #FFF;
    clear: both;
    margin: 10px auto;
    width: 200px;
}

.LC_Page_Index #container #main_column .block_outer {
    margin-bottom: 60px !important;
}

.width70 a img {
    width: 70px !important;
}

.width55 a img {
    width: 55px !important;
    margin-left: 5px;
}

/************************************************
header
************************************************ */

.sub_overflow {
    overflow: hidden;
}

.frame_outer {
    overflow: unset !important;
}

#header_height {
    height: 116px;
    top: 0;
    margin: 0;
    padding: 0;
    position: sticky;
    z-index: 999999;
    background-color: white;
}

#header {
    display: flex;
    justify-content: space-between;
}

#logo_area {
    float: none !important;
}

#logo_area img {
    max-height: 65px;
}

#logo_area a p {
    text-align: center;
    font-weight: 600;
    font-size: 90%;
    line-height: 1;
}

#header_login_area p.btn {
    margin: 0 auto !important;
}

#header_login_area .block_body p {
    text-align: center !important;
}

#header_utility {
    float: none !important;
}

#header_wrap {
    margin-top: 10px;
    margin-bottom: -25px;
    position: -webkit-sticky;
    /*Safari*/
    position: sticky;
    top: 0;
}

#gloval_navi {
    font-size: 14px;
    margin-top: 5px !important;
    background-color: black;
    border-bottom: none;
    color: white;
}

#gloval_navi ul {
    width: 100%;
    max-width: 1400px !important;
    justify-content: space-around !important;
}

#gloval_navi ul li a {
    padding: 15px 5px !important;
    white-space: nowrap;
}

#gloval_navi .header_catwrap ul.tree1-outer {
    background: black;
}

input.box140 {
    width: 140px;
    border-radius: 15px;
    margin-top: 9px;
}

.input-serch-btn {
    position: relative;
    left: -19px;
    top: 5px;
}

.header-right {
    display: flex;
    white-space: nowrap;
}

.header-right img {
    width: 30px;
}

.header-right div {
    margin: 0 10px;
}

.cart_btn a:before {
    content: none !important;
}

.cart_btn .quantity {
    left: 28px;
}

.right-text {
    line-height: 1.2;
}

.right-souryou {
    margin-top: 3px;
    font-size: 157%;
    width: 100%;
    font-weight: bold;
}

.right-text p strong {
    font-size: 135%;
    color: red;
    padding-left: 5px;
}

#gloval_navi ul li a,
#gloval_navi ul li a:link,
#gloval_navi ul li a:visited,
#gloval_navi ul li a:link:hover,
#gloval_navi ul li a[href]:hover {
    color: white;
}

.login_btn:before,
.logout_btn:before {
    content: none !important;
    color: white !important;
}

/*
.detail-btn {
    border-left: 1px solid white;
    padding-left: 20px;
}
*/

ul.ddmenu {
    margin: 0;
    padding: 0px;
    background: black;
    color: white;
}

ul.tree2-outer {
    position: absolute !important;
    width: 250px !important;
    background: black !important;
    z-index: 9999 !important;
    padding: 10px 30px;
}

ul.tree2-outer li {
    border-top: none !important;
    margin: 10px 0;
}

ul.tree2-outer li a p {
    float: left;
}

ul.tree2-outer li a div {
    float: right;
}

#main_slide_image .bx-wrapper .bx-viewport {
    height: auto !important;
}

#header-under {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

#header-under .header-official {
    background: black;
    color: #66ffe5;
    font-size: 10px;
    font-weight: bold;
}

#header-under .header-deliver {
    background: #f3f3f3;
    color: black;
    font-size: 12px;
}

#header-under .header-deliver strong {
    color: red;
}

/************************************************
 ranking
************************************************ */

#main_column .ranking_list p[class^="icon_rank-"] {
    left: -19px;
    width: 35px;
    height: 29px;
    padding-top: 6px;
    position: absolute;
    top: -20px;
}

#recommend_area,
#main_column .recommend_list,
#main_column .history_list {
    overflow: inherit !important;
    margin-bottom: 0 !important;
}

.rank_adjustment {}

.osusume_adjustment {}

.new_circle {
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    border: none;
    background: red;
    color: white;
    right: -15px;
    width: 35px;
    height: 29px;
    padding-top: 6px;
    position: absolute;
    top: -20px;
    margin: 5px 0 5px 0;
}

.recommend_list h2 {
    text-align: center;
}


.ranking_list h2 {
    text-align: center;
}

.notax {
    display: none !important;
}

.productContents h3 {
    font-size: 1em !important;
    font-weight: bold !important;
}

.price {
    font-weight: bold !important;
}

#main_column .ranking_list p.icon_rank-1 {
    border: none;
    background-color: rgba(0, 0, 0, .0) !important;
    background-image: url(https://ohtomo-s.co.jp/user_data/packages/raku2pc/img/icon/rank1.png);
    color: #fff !important;
    width: 40px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: contain;
}

#main_column .ranking_list p.icon_rank-2 {
    border: none;
    background-color: rgba(0, 0, 0, .0) !important;
    background-image: url(https://ohtomo-s.co.jp/user_data/packages/raku2pc/img/icon/rank2.png);
    color: #fff !important;
    width: 38px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
}

#main_column .ranking_list p.icon_rank-3 {
    border: none;
    background-color: rgba(0, 0, 0, .0) !important;
    background-image: url(https://ohtomo-s.co.jp/user_data/packages/raku2pc/img/icon/rank3.png);
    color: #fff !important;
    width: 36px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;

}

#main_column .ranking_list p.icon_rank-4,
#main_column .ranking_list p.icon_rank-5,
#main_column .ranking_list p.icon_rank-6,
#main_column .ranking_list p.icon_rank-7,
#main_column .ranking_list p.icon_rank-8,
#main_column .ranking_list p.icon_rank-9,
#main_column .ranking_list p.icon_rank-10,
#main_column .ranking_list p.icon_rank-11,
#main_column .ranking_list p.icon_rank-12,
#main_column .ranking_list p.icon_rank-13,
#main_column .ranking_list p.icon_rank-14 {
    border: none;
    background-color: rgba(0, 0, 0, .0) !important;
    background-image: url(https://ohtomo-s.co.jp/user_data/packages/raku2pc/img/icon/rank5.png);
    color: #fff !important;
    width: 35px;
    height: 29px;
    background-repeat: no-repeat;
    background-size: contain;
}



/************************************************
   topmain
************************************************ */
h2.toppage {
    font-family: "Copperplate Gothic", Verdana, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    line-height: 33px;
    border: none !important;
    font-size: 30px !important;
    text-align: center;
    margin-bottom: 30px;
    padding: 10px;
}

/************************************************
    footer
************************************************ */
#footer_wrap {
    border-top: none !important;
    background: #f2f2f2 !important;
}

.footer_sns {
    max-width: 800px;
    width: 100%;
    padding: 0;
    margin: 20px auto;
    text-align: center;
}

.footer_sns img {
    width: 120px;
    margin: 10px auto;
}

.footer_sns_inner {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.sns_container {
    width: auto;
    margin: auto 0;
    height: 30px;
    display: table;
}

.sns_container a img {
    float: left;
    margin: auto 0;
    height: auto;
    width: 32px;
}

.sns_container a p {
    font-size: 14px;
    text-align: left;
    margin: auto 0;
    line-height: 2.3;
    padding-left: 40px;
}

.logo_area {
    text-align: left !important;
}

.shop_info {
    float: left !important;
}

.footer_list {
    float: right !important;
}

.tel {
    text-align: left;
    margin-top: 30px;
}

.tel h4 {
    border-bottom: 1px solid black;
    display: inline-block;
}

.tel img {
    float: left;
    margin-top: 10px;
}

.tel strong {
    font-size: 26px;
    line-height: 2.1;
    margin-left: 5px;
    letter-spacing: 0.8px;
}

.tel p {
    margin-top: -14px;
    letter-spacing: 0.1px;
}

#footer .footer_list ul {
    background: none !important;
}

#footer .footer_list ul li {
    background: none !important;
    font-weight: 600;
    text-align: right !important;
}

#footer .footer_list ul li a:before {
    display: none;
}

#copyright {
    background: black !important;
    color: white !important;
}

#main_slide_image .bx-viewport ul.bxslider li {
    left: -600px;
}
/* 231031追加 */
#gloval_navi ul li div {
 padding: 0;
} 