/***************************************** ���Z�b�g ***************************************/
* {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #444;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;

    /* font-family: YakuHanJP, YakuHanMP, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif; */
}

ul,
li {
    list-style: none;
}

li img {
    vertical-align: bottom;
}

img {
    border: 0px;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}



* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


html,
body {
    font-size: 100%;
}


/******************************************** �{�f�B *****************************************/
body {
    /*	background-color:#fcfcf3;	*/
    background-color: #000;
    min-width: 1000px;
}

.topBody {
    min-width: 1000px;
}

.contentsBody {
    /*
	background-image:url(/pc/img/bg.jpg);
	background-repeat:repeat;
*/
    min-width: 1000px;
}

.systemBody {
    background-image: url(/pc/img/contentsBg.jpg);
    background-repeat: repeat;
    min-width: 1000px;
}

.profileBody {
    background-color: #000;
}

.newfaceBody {
    background-image: url(/pc/img/contentsBg.jpg);
    background-repeat: repeat;
    min-width: 1000px;
}

.companionBody {
    background-image: url(/pc/img/contentsBg.jpg);
    background-repeat: repeat;
    background-position: 50% 0%;
    min-width: 1000px;
}

.blogBody {
    background-image: url(/pc/img/blogBg.jpg);
    background-repeat: repeat;
    background-position: 50% 0%;
    background-attachment: fixed;
    min-width: 1000px;
}

.gravureBody {
    min-width: 1000px;
    background-color: #000;
}

/******************************** jQuery *********************************/
.topFixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10000;
}

/*************************::::::::****************************************/

#headerWrap {
    border-bottom: 2px solid #444444;
    width: 100%;
    height: 100px;
    min-width: 1000px;
    z-index: 9999;
}

#header {
    position: relative;
}

#logo {
    position: absolute;
    top: 5px;
    left: 20px;
}



@media screen and (min-width: 1280px) and (max-width: 4000px) {
    .contentsTitle {
        position: relative;
        text-align: center;
        margin: 40px 0px 20px 0px;
        width: 1280px;
        left: 50%;
        margin-left: -640px;
    }

    .contentsTitle img {
        width: 100%;
    }
}

@media screen and (min-width: 0px) and (max-width: 1279px) {
    .contentsTitle {
        position: relative;
        text-align: center;
        margin: 40px 0px 20px 0px;
        width: 1000px;
        left: 50%;
        margin-left: -500px;
    }

    .contentsTitle img {
        width: 100%;
    }
}

#contentsTel {
    position: absolute;
    top: 20px;
    right: 10px;
}

#contentsTel img {
    width: 550px;
}

#headArea {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #444;
    background-color: #000;
    min-width: 1000px;
}

#headArea #headerBox {
    text-align: left;
}

#headArea .header_logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 340px;
    overflow: hidden;
}

#headArea .header_menu {
    position: absolute;
    right: 0px;
    margin-top: 45px;
}

#headArea .header_menu li {
    float: left;
    height: 50px;
    margin: 5px auto 0px auto;
    text-align: center;
    background: url(/pc/img/header_menu_line.png) left no-repeat;

}

#headArea .header_menu li img {}

#headArea .header_menu li a {
    display: block;
    position: relative;
}

#headArea .header_menu li.fb,
#headArea .header_menu li.fb:hover {
    background: none !important;
    margin: 0 0 25px 25px;
}

/* headArea_s */
#headArea.headArea_s {
    position: fixed;
    background-color: #000;
    height: 100px;
}

#headArea.headArea_s .header_logo {
    top: -2px;
    left: 5px;
}

#headArea.headArea_s .header_logo img {
    width: 53%;
}

#headArea.headArea_s .header_menu li {
    float: left;
}

#headArea.headArea_s .header_menu li img {}

#headArea.headArea_s .header_menu li.current {
    background: url(/pc/img/sample/header_menu_current_s.png) top center no-repeat;
}

#headArea.headArea_s .header_menu li.fb,
#headArea.headArea_s .header_menu li.fb:hover {
    background: none !important;
    margin: 0 0 25px 25px;
}

#menuContainer {
    position: relative;
    z-index: 9999;
}

#menuWrap {
    width: 100%;
    height: 50px;
    background-image: url(/pc/img/menu_bg.png);
    background-repeat: repeat;
    background-color: #000;
    border-bottom: 2px solid #444444;
    border-top: 2px solid #444444;
}

#menu {
    position: relative;
    max-width: 1280px;
    margin: 0px auto;
    top: 0px;
    right: 0px;
}

#menu ul {}

#menu li:first-child {}

#menu li:last-child {}

#menu li {
    position: relative;
    width: 12.5%;
    float: left;
    margin: 0px auto;
    text-align: center;
    background: url(/pc/img/header_menu_line.png) left no-repeat;
}

#menu li a {
    position: relative;
    display: block;
}

#menu li a img {}

.spacer {
    font-size: 6px;
    height: 6px;
}

.m_new {
    position: absolute;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    color: yellow;
    left: -10px;
    font-style: italic;
    transform: rotate(-11deg);
    margin-top: -5px;
}

.m_new2 {
    position: absolute;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: yellow;
    left: 0;
    font-style: italic;
    transform: rotate(-11deg);
    margin-top: -2px;
}

#wrap {
    position: relative;
    margin-top: 120px;
    min-height: 600px;
    z-index: 0;
}

#contents {
    /*    max-width: 1600px;*/
    min-width: 960px;
    margin: 0px auto;
    position: relative;
}

#contents h2 {
    width: 500px;
    margin: 0px auto;
}

#contentsMailmaga {
    color: #FFF;
    position: fixed;
    bottom: 40px;
    right: 5px;
    z-index: 9998;
}

#contentsMailmaga img {
    width: 140px;
    height: 135px;
}

#return_public {
    position: fixed;
    width: 180px;
    right: 100px;
    bottom: 10px;
    z-index: 9000;
}

#return_public input {
    background: #fafafa;
    border: none;
    border-bottom: 2px solid #e9e9e9;
    color: #666;
    font-size: 1em;
    transition: border-color 0.3s;
    width: 100%;
    padding: 20px 20px;
}

#return_public input:focus {
    border-bottom: 2px solid #c0c0c0;
    outline: none;
}

#return_public .memberOut {
    background: #f16272;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
    width: 100%;
}

#return_public .memberOut:hover {
    background: #ee3e52;
}

#loginNow {
    background-image: url(/pc/img/loginNow_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    padding: 40px 0px;
    text-align: center;
}

#loginNow p {
    color: #f60;
    font-size: 16px;
}

#loginNow b {
    font-family: arial;
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
    margin: 0px 8px;
}

/***********************�t�b�^�[*********************/
#footerWrap {
    position: relative;
    margin-top: 30px;
    padding-bottom: 20px;
    background-color: #191919;
}

#footerLeft {
    position: relative;
    width: 50%;
    float: left;
}

#footerLeft_container {
    margin: 134px 50px 0px 50px;
}

#footerLeft_container h1,
p {
    color: #e7201b;
}

#footerLeft_container hr {
    margin: 20px 0px 20px 0px;
}

#footerRight {
    position: relative;
    width: 50%;
    padding-top: 50px;
    margin-left: 50%;
}

#footerRight ul#footerMenu li {
    position: relative;
    color: #e7201b;
    text-align: left;
    border-bottom: 1px solid #333333;
    letter-spacing: 2px;
    vertical-align: top;
    width: 100%;
}


#footerRight ul#footerMenu li a {
    font-size: 18px;
    color: #e7201b;
    text-decoration: none;
    line-height: 14px;
    display: inline-block;
    line-height: 40px;
    padding: 0 0 0 10px;

}

#footerRight ul#footerMenu li a b {
    display: inline-block;
    font-size: inherit;
    color: inherit;
    padding: 0 0 0 10px;
    width: 160px;
    font-weight: normal;
    font-style: italic;
}

#footerRight ul#footerMenu li a:hover b {
    color: #fff;
}

#footerRight ul#footerMenu li span {
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 14px;
    color: inherit;
    font-style: italic;
}

#footerRight ul#footerMenu li a:hover span {
    color: #fff;
}

#footerRight ul.shopBanner {
    margin: 20px 0px 0px 0px;
}

#footerRight ul.shopBanner li {
    float: left;
    margin-bottom: 5px;
    text-align: center;
}

#footerRight ul.shopBanner li a {
    margin: 5px 5px 5px 0px;
}

#footerRight ul.shopBanner li a img {
    width: 220px;
    border: 1px solid #cccccc;
}

#footerBottomWrap {
    border-top: 1px solid #252525;
}

#footerBottom {
    position: relative;
    padding: 6px;
    text-align: left;
}

#footerBottom span {
    display: block;
    float: left;
    margin-right: 10px;
    display: none;
}

#footerBottom span img {
    width: 46px;
}

#copy {
    color: #eaeaea;
    font-size: 10px;
    line-height: 10px;
}

#footerBottom .link {
    font-size: 10px;
    line-height: 160%;
    color: #eaeaea;
}

#footerBottom .link a:hover {
    background: #fff;
    color: #e7201b;
}

#footerTel {
    width: 550px;
    margin: 20px auto;
}

img.footerLogo {
    width: 400px;
}

#fix-foot {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 9000;
    text-align: center;
    display: flex;
    align-items: center;
}

#fix-foot li {
    display: inline-block;
}

#fix-foot li a {
    display: block;
    margin: 0 5px;
}

#fix-foot li.reserve {
    text-align: right;
}

#fix-foot li.reserve a {
    background-color: #000;
    padding: 0 40px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 20px;
    transition: 0.3s ease;
    background-color: #C40000;
}

#fix-foot li.reserve a:hover {
    background-color: #E7201B;
}

#pageTop {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 0);
    z-index: 9001;
}

#pageTop li.pageTop {
    text-align: center;
}

#pageTop li.pageTop .pageTop-btn {
    display: inline-block;
    background-color: #000;
    position: relative;
    padding: 8px;
}

#pageTop li.pageTop .pageTop-btn img {
    height: 44px;
}