@charset "utf-8";

.note-of-caution {
    color: #f00;
}

/* 画像
   ========================================================================== */
.header-logo {
    width: 40%;
}
.header-logo a {
    display: block;
    max-width: 200px;
    width: auto;
    height: 20px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/common/logo.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {
    .header-logo a {
        background-image: url(../img/common/logo2x.png);
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3),
       only screen and (   min--moz-device-pixel-ratio: 3),
       only screen and (        min-device-pixel-ratio: 3),
       only screen and (                min-resolution: 288dpi),
       only screen and (                min-resolution: 3dppx) {
    .header-logo a {
        background-image: url(../img/common/logo3x.png);
    }
}
@media screen and (min-width: 769px) {
    .header-logo {
        width: 30%;
    }
}

.followus-member__icon a,
.followus-app__item a {
    display: block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.followus-member__icon a {
    padding-top: 51.33%;
    background-image: url(../img/common/icon_signup.png);
}
.followus-app__item.ios a {
    padding-top: 33.33%;
    background-image: url(../img/common/btn_ios.png);
}
.followus-app__item.android a {
    padding-top: 28.88%;
    background-image: url(../img/common/btn_android.png);
}



/* ログイン状態での表示切替
   ========================================================================== */
/*
.login_status-checker {
    display: none;
}
.login_status-elm {
    display: none;
}
.login_status-checker + .login_status-elm {
    display: block;
}
*/
/*
.login_status-checker.login_status-checker-in {
}
.login_status-checker.login_status-checker-out {
}
.login_status-elm-in {
}
.login_status-elm-out {
}
.login_status-checker-in + .login_status-elm-in {
    display: inline-block;
}
.login_status-checker-out + .login_status-elm-out {
    display: inline-block;
}
*/

/* header */
/*
.login_status-checker + .header-utils__item.login_status-elm {
    display: inline-block;
}
*/


/* ブランド検索用
   ========================================================================== */
.suggest-container {
}
.suggest-container .suggest-keyword {
}
.suggest-container .suggest-results {
    position: relative;
    height: 0;
    overflow: hidden;
}
.suggest-container .suggest-list {
}
.suggest-container .suggest-list li {
}
.suggest-container .suggest-list.is-search li {
    display: none;
}
.suggest-container .suggest-list.is-search li.presentation {
    display: block;
}
.suggest-container .suggest-list .brand-name {
}
.suggest-container .suggest-list .brand-name-kana {
    display: none;
}

/* side */
#side-suggest-brand {
}

/* price
   ========================================================================== */
.item-price-box {
}
.item-price-box .item-exists-timeprice {
    display: none;
}

.item-price-box .item-exists-timesale {
}
.item-price-box .item-exists-discount {
}
.item-price-box .item-exists-memberrank {
}
.item-price-box .item-exists-familysale {
}

.item-price-box .item-price {
    display: block;
}
.item-price-box .item-timeprice {
    display: none;
}
.item-price-box .item-exists-timeprice + .item-price {
    display: none;
}
.item-price-box .item-exists-timeprice + .item-timeprice {
    display: block;
}

.item-price-box .item-timeprice-parts {
}
.item-price-box .item-timeprice-parts--timesale {
}
.item-price-box .item-timeprice-parts--discount {
}
.item-price-box .item-timeprice-parts--memberrank {
}
.item-price-box .item-timeprice-parts--familysale {
}

.item-price-box .item-exists-timeprice + .item-timeprice .item-timeprice-parts {
    display: none;
}
.item-price-box .item-exists-timesale + .item-timeprice .item-timeprice-parts--timesale {
    display: block;
}
.item-price-box .item-exists-discount + .item-timeprice .item-timeprice-parts--discount {
    display: block;
}
.item-price-box .item-exists-memberrank + .item-timeprice .item-timeprice-parts--memberrank {
    display: block;
}
.item-price-box .item-exists-familysale + .item-timeprice .item-timeprice-parts--familysale {
    display: block;
}

/* memberrank時にoff率を非表示に off率の計算がシステム上実装されていないため */
.item-price-box .item-exists-memberrank + .item-timeprice .product-price__discount,
.item-price-box .item-exists-memberrank + .item-timeprice .price__discount {
    display: none;
}
/* familysale時に通常のoff率を非表示に familysaleでは別のoff率を使用するため */
.item-price-box .item-exists-familysale + .item-timeprice .product-price__discount-basic,
.item-price-box .item-exists-familysale + .item-timeprice .price__discount-basic {
    display: none;
}


/* dev */
/*
.item-price-box .item-exists-timeprice + .item-timeprice .item-timeprice-parts {
    position: relative;
}
.item-price-box .item-timeprice .item-timeprice-parts::after {
    position: absolute;
    top: -0.5em;
    right: 0;
    font-size: 0.8em;
    color: rgba(0, 0, 200, 0.7);
}
.item-price-box .item-timeprice .item-timeprice-parts--timesale::after {
    content: 'timesale';
}
.item-price-box .item-timeprice .item-timeprice-parts--discount::after {
    content: 'discount';
}
.item-price-box .item-timeprice .item-timeprice-parts--memberrank::after {
    content: 'rank';
}
.item-price-box .item-timeprice .item-timeprice-parts--familysale::after {
    content: 'family';
}
*/





/* item_list search
   ========================================================================== */
#list-search-data {
    display: none;
}


/* item_detail
   ========================================================================== */
#item-property-detail .item-property-data {
    display: none;
}

/* apply.html
   ========================================================================== */
.page-contact {
}
.page-contact .page-title {
}
.page-contact .page-title em {
    display: block;
    word-break: normal;
}
.page-contact .page-title span {
    display: block;
    margin: .8em 0 0;
    word-break: normal;
    font-size: .8em;
}
.page-contact .page-section__body {
}
.page-contact .page-section__body .table--horizontal {
}
.page-contact .page-section__body .table--horizontal td .form-control input[type=text],
.page-contact .page-section__body .table--horizontal td .form-control textarea {
    max-width: 100%;
    width: 100%;
}

.page-contact .lottery-item {
}
.page-contact .lottery-item__images {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 40px;
}
.page-contact .lottery-item__images .owl-dot {
    width: 8vw;
    margin: 0 1.5vw;
    background: #ECEDED;
}
.page-contact .lottery-item__images .owl-dot.active {
    background: #000;
}
.page-contact .lottery-item__images .item__caption {
    margin: 0.8em;
    font-weight: bold;
    text-align: center;
}
.page-contact .lottery-item__info {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 60px;
}
.page-contact .lottery-item__info-row {
    text-align: center;
}
.page-contact .lottery-item__info-row + .lottery-item__info-row {
    padding: 1em 0 0;
}
.page-contact .lottery-item__title {
    line-height: 1.4;
    font-size: 24px;
    text-align: center;
    word-break: normal;
}
.page-contact .lottery-item__price {
    margin: .5em 0 0;
    text-align: right;
}
.page-contact .lottery-item__select {
    margin: 1em 1em 0;
    text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.page-contact .lottery-item__select--color {
}
.page-contact .lottery-item__select--size {
}
.page-contact .lottery-item__select dt {
    padding: 0.5em 0;
}
.page-contact .lottery-item__select dd {
}

.contact-cautions {
    margin: 40px 0 0;
    padding: 2em 1.5em;
    background: #e5e5e5;
}
.contact-cautions__body + .contact-cautions__header {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 2px solid #fff;
}
.contact-cautions__header {
}
.contact-cautions__title {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.contact-cautions__body {
    margin: 1.5em 0 0;
    line-height: 1.6;
    font-size: 13px;
}
.contact-cautions__body p:not(:last-child) {
    margin: 0 0 1em;
}
.contact-cautions__body .strong {
    font-weight: bold;
}
.contact-cautions__body .caution {
    color: #f00;
}
.page-contact .agree-check {
    display: block;
    margin: 0 0 2em;
    font-size: 13px;
}

@media screen and (min-width: 769px) {
    
    .page-contact .lottery-item {
        display: flex;
        max-width: 960px;
        margin: 0 auto 0;
    }
    .page-contact .lottery-item__images {
        width: 50%;
        height: auto;
        max-width: none;
    }
    .page-contact .lottery-item__images .owl-dots {
        margin: 0;
    }
    .page-contact .lottery-item__images .owl-dot {
        width: 35px;
        margin: 0 10px;
    }
    .page-contact .lottery-item__info {
        width: 50%;
        padding: 0 0 0 5%;
        max-width: none;
    }
    .page-contact .lottery-item__title {
        text-align: left;
    }
    .page-contact .lottery-item__price {
        text-align: left;
    }
    .page-contact .lottery-item__select {
        display: flex;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        justify-content: normal;
    }
    .page-contact .lottery-item__info-row {
        text-align: left;
    }
    .page-contact .lottery-item__info-row + .lottery-item__info-row {
        padding: 40px 0 0;
    }
}


/* topics
   ========================================================================== */
.page-topic-list .topic-list-item__category {
    display: inline-block;
}
.page-topic-list .topic-list-item__date {
    padding-left: 1em;
}
.page-topic-detail .topic-single__body img {
    height: auto;
}

/* ext/history.xhtml
   ========================================================================== */
.page-browsing_history {
}
.page-browsing_history .product-grid__item {
}
.page-browsing_history .product-grid__item:nth-of-type(2n+1) {
    clear: left;
}
@media screen and (min-width: 769px) {
    .page-browsing_history .product-grid__item:nth-of-type(2n+1) {
        clear: none;
    }
    .page-browsing_history .product-grid__item:nth-of-type(5n+1) {
        clear: left;
    }
}


/* ext/lottery.html
   ========================================================================== */
.page-lottery {
}

.page-lottery .page-section {
    padding-left: 0;
    padding-right: 0;
}
.page-lottery .page-title {
}
.page-lottery .page-title em {
    display: block;
    word-break: normal;
}
.page-lottery .page-title span {
    display: block;
    margin: .8em 0 0;
    word-break: normal;
    font-size: .8em;
}
.lottery-list {
}

.lottery-list__item {
    position: relative;
    padding: 30px 20px;
    width: 100%;
}
.lottery-list__item + .lottery-list__item {
    border-top: 1px solid #ccc;
}

.lottery-list__item-image {
    width: 40%;
    float: left;
}
.lottery-list__item-info {
    line-height: 1.4;
}
.lottery-list__item-info-main {
    width: 100%;
    padding: 3% 0 3% 40%;
}
.lottery-list__item-title {
    margin: 0 0 1.5em;
    padding: 0 20px;
    font-size: 22px;
    word-break: normal;
    line-height: 1.2;
}
.lottery-list__item-price {
    padding: 0 20px;
    font-size: 13px;
}
.lottery-list__item-price span {
    display: inline-block;
}
.lottery-list__item-price--val {
    font-size: 1.8em;
}
.lottery-list__item-info-sub {
    float: left;
    width: 100%;
}
.lottery-list__item-info-sub-inner {
}
.lottery-list__item-desc {
    width: 100%;
    padding: 20px 0;
    font-size: 13px;
}
.lottery-list__item-parts + .lottery-list__item-parts {
    margin: 1.5em 0 0;
}
.lottery-list__item-parts dt {
    margin: 0 0 0.3em;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
.lottery-list__item-parts dd {
    padding: 0 0 0 1em;
    display: inline-block;
}
.lottery-list__item-action {
    width: 100%;
    text-align: center;
}
.lottery-list__item-action .btn {
    width: 160px;
}
.btn-lottery-entry {
    border-color: #FFC454;
    background: #FFC454;
    color: #fff;
}
.btn-lottery-entry:hover {
    border-color: #FFC454;
    background: #FFC454;
    color: #fff;
    opacity: .7;
}
.btn-lottery-entry--disabled {
    cursor: default;
}
.btn-lottery-entry--disabled:hover {
}


.lottery-list__item--comingsoon {
}
.lottery-list__item--comingsoon::after {
    content: 'COMING SOON';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(150, 150, 150, 0.6);
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    
    color: #fff;
    font-family: "Open Sans Condensed", Osaka, arial, helvetica, sans-serif;
    word-break: normal;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: .05em;
}
.lottery-list__item--comingsoon .lottery-list__item-info-sub {
    display: none;
}


@media screen and (min-width: 769px) {
    .page-lottery .page-section {
        padding-left: 5%;
        padding-right: 5%;
    }
    .lottery-list__item {
        display: flex;
        flex-wrap: nowrap;
    }
    .lottery-list__item-image {
        float: none;
        width: 30%;
    }
    .lottery-list__item-info {
        width: 70%;
        display: flex;
        flex-wrap: wrap;
    }
    .lottery-list__item-info-main {
        padding-left: 0;
    }
    .lottery-list__item-title {
        margin: 0 0 .5em;
        font-size: 22px;
    }
    .lottery-list__item-info-sub {
        float: none;
        width: 100%;
    }
    .lottery-list__item-info-sub-inner {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }
    .lottery-list__item-desc {
        width: auto;
        flex: 1;
        padding: 0;
    }
    .lottery-list__item-parts {
        padding: 0 20px;
    }
    .lottery-list__item-parts + .lottery-list__item-parts {
        margin: 1.2em 0 0;
    }
    .lottery-list__item-parts dt {
    }
    .lottery-list__item-action {
        width: 160px;
        flex: 0 0 160px;
    }
    .lottery-list__item--comingsoon::after {
        font-size: 80px;
    }
}

.lottery-information {
    margin: 30px 0 0;
    padding: 30px 20px;
    background: #e5e5e5;
    line-height: 1.4;
}
.lottery-information__item {
}
.lottery-information__item + .lottery-information__item {
    margin: 1.5em 0 0;
}
.lottery-information__item-title {
    margin: 0 0 0.3em;
}
.lottery-information__item-description {
    padding: 0 0 0 1em;
}

.page-lottery .form-action__info {
    padding: 0 1em;
    line-height: 1.6;
}
.page-lottery .form-action__info span {
    display: inline-block;
}



/* common/messages.xhtml
   ext/social_provider.xhtml
   ========================================================================== */
#error {
    margin: 30px 0;
    padding: 20px;
    background: transparent;
}
#error table{
    margin: 10px auto !important;
}
#error td {
    padding: 0 10px;
}
#error .ico{
    width: 48px;
    text-align: center;
    vertical-align: top;
}
#error .content{
/*
    color: #C00;
*/
    font-size: 90%;
    font-weight: bold;
    line-height: 150%;
    vertical-align: middle;
}

/*  social_provider.xhtmlのエラー部分
-------------------------------------------------------------*/
#social_plus_error{width: 100%; padding: 10px 0px;}
#social_plus_error table{margin: 0px 0 10px; border: none !important; font-size: 85%;}
#social_plus_error td{padding: 10px; border: none !important;}
#social_plus_error .ico{width: 40px; vertical-align: top; text-align: center;}
#social_plus_error .content{padding: 5px; color: #C00; font-weight: bold; vertical-align: middle; line-height: 150%; float: none;}
#social_plus_error .buttonarea{margin: 10px; padding-top: 10px; border-top: #CCC 1px dashed; text-align: center;}
#social_plus_error ul{background: none;}
#social_plus_error li{float: none; font-size: 100%; border: 0px; padding: 0px; margin-right: 0px; margin-bottom: 0px; width: auto; line-height: 150%;}


/* ext/family_sale.html
   ========================================================================== */
.page-familysale {}
.page-familysale .page-section {
    padding-left: 0;
    padding-right: 0;
}
.page-section-familysale {
}
.page-section-familysale .page-section__header-hero {
    margin: 0 auto 30px;
    text-align: center;
}
.page-section-familysale .page-section__header-image {
}
.page-section-familysale .page-section__body {
    text-align: center;
}
.page-section-familysale .page-section__title {
    line-height: 1.6;
    border: none;
}
.page-section-familysale .page-section__title span {
    display: inline-block;
}
.page-section-familysale .page-section__description {
    padding-left: 5%;
    padding-right: 5%;
}

/*
.page-section-familysale .comingsoon {
    font-family: "Open Sans Condensed", Osaka, arial, helvetica, sans-serif;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: .05em;
    border: 3px solid #000;
    display: inline-block;
    padding: 0 1.2em;
    line-height: 1.8;
}
*/

/* freaksstore_family_sale_join.html
   ========================================================================== */
.page-login .page-section-login-familysale {
    padding-left: 0;
    padding-right: 0;
}
.page-section-login-familysale .page-section__header,
.page-section-login-familysale .page-section__body {
    padding-left: 5%;
    padding-right: 5%;
}
@media screen and (max-width: 768px) {
  .page-section-login-familysale .form-default.login-form .form-control-inline {
    display: block;
    margin-left: 160px;
    padding: 0 1px 0 0;
  }
}
@media screen and (min-width: 769px) {
    .page-section-login-familysale .login-form .login-form-label {
        letter-spacing: 0;
        margin-right: 6px;
    }

    .page-section-login-familysale .login-form .form-group {
      display: inline-block;
      text-align: left;
      vertical-align: top;
      padding: 0 1px 0 0;
    }
    .page-section-login-familysale .login-form .form-control-login-id input,
    .page-section-login-familysale .login-form .form-control-login-password input {
        max-width: 180px;
    }
    .page-section-login-familysale .login-form .form-group-login-password {
      margin-left: 2%;
    }
}
.page-section-login-familysale .page-section__footer-description li {
    margin: 0.5em 0 0;
}
