﻿@charset "UTF-8";

/* ----トップページ本文---- */
.top-main {
    width: 1176px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

/* スライド */
.top-slide {
    width: 860px;
}

.top-slide .top-slide--slider {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.top-slide .top-slide--slider>ul>li {
    width: 860px;
    height: 325px;
    overflow: hidden;
}

.top-slide .top-slide--slider>ul>li+li {
    display: none;
}

.top-slide .top-slide--slider .bx-controls-direction a {
    position: absolute;
    top: calc(50% - 24px);
    z-index: 10;
    background: #ffffff;
    overflow: hidden;
    text-indent: -9999em;
    text-align: left;
    white-space: nowrap;
    width: 48px;
    height: 48px;
    border-radius: 100%;
}

.top-slide .top-slide--slider .bx-controls-direction .bx-prev {
    left: -24px;
}

.top-slide .top-slide--slider .bx-controls-direction .bx-prev:before {
    display: block;
    content: '';
    position: absolute;
    right: 8px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-right: solid 1px #333333;
    border-top: solid 1px #333333;
    transform: rotate(-135deg);
}

.top-slide .top-slide--slider .bx-controls-direction .bx-next {
    right: -24px;
}

.top-slide .top-slide--slider .bx-controls-direction .bx-next:before {
    display: block;
    content: '';
    position: absolute;
    left: 8px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-left: solid 1px #333333;
    border-bottom: solid 1px #333333;
    transform: rotate(-135deg);
}

.top-slide .top-slide--tn {
    margin: 12px 0 0;
    display: flex;
    align-items: baseline;
}

.top-slide .top-slide--tn dl {
    display: flex;
    flex-flow: column-reverse;
}

.top-slide .top-slide--tn dl+dl {
    margin-left: 15px;
}

dl.top-slide__secondlife {
    position: relative;
}

dl.top-slide__secondlife dt {
    padding-left: 0;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.top-slide .top-slide--tn dl dt {
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    padding: 9px 0 0 10px;
}

.top-slide .top-slide--tn dl dd ul {
    display: flex;
}

.top-slide .top-slide--tn dl dd ul li {
    margin: 0 0 0 10px;
}

.top-slide .top-slide--tn dl dd ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 153px;
    height: 101px;
}

.top-slide .top-slide--tn dl dd ul li a:before {
    display: block;
    content: '';
    position: absolute;
    left: calc(50% - 6px);
    bottom: 100%;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 0 6px;
    border-color: transparent transparent #ec7a00 transparent;
    transition: all 0.2s;
}

.top-slide .top-slide--tn dl dd ul li a:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    border: solid 1px #cccccc;
    border-radius: 4px;
    transition: all 0.2s;
}

.top-slide .top-slide--tn dl dd ul li a.st__current:after {
    border-width: 5px;
    border-color: #ec7a00 !important;
}

.top-slide .top-slide--tn dl dd ul li a.st__current img {
    opacity: 1.0 !important;
}

.top-slide .top-slide--tn dl dd ul li a.st__current:before {
    border-width: 0 6px 12px 6px;
}

.top-slide .top-slide--tn dl.top-slide__info dt {
    color: #ff8565;
}

.top-slide .top-slide--tn dl.top-slide__info dd li a:after {
    border-color: #ff8565;
}

.top-slide .top-slide--tn dl.top-slide__secondlife dt {
    color: #68d383;
}

.top-slide .top-slide--tn dl.top-slide__secondlife dd ul li a:after {
    border-color: #68d383;
}

.top-slide .top-slide--tn dl.top-slide__beginner dt {
    color: #ffad58;
}

.top-slide .top-slide--tn dl.top-slide__beginner dd ul li a:after {
    border-color: #ffad58;
}

/* ユーザステータス */
.user-status {
    width: 295px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 30%);
    padding: 20px 18px 10px;
    text-align: center;
}

/* ログイン前 */
.user-status .user-name {
    margin: 0;
}

.user-status .user-login {
    margin: 8px 0 0;
}

.user-status .user-login>a {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: #f47719;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none !important;
    margin: 0 0 3px;
    padding: 32px 0 28px;
}

.user-status .user-login>a:hover {
    opacity: 0.7;
}

.user-status .user-login>a span:first-child {
    font-size: 16px;
}

.user-status .user-login>a span:first-child:before {
    display: inline-block;
    content: '';
    width: 45px;
    height: 36px;
    background: url(../../img/usr/top/ico_st_mypage.png) 0 center no-repeat;
    vertical-align: middle;
}

.user-status .user-login>a span:last-child {
    margin: 4px 0 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
}

.user-status .user-login .user-askpass a {
    color: #1a73e6;
    text-decoration: underline;
}

.user-status .user-login .user-askpass a:hover {
    text-decoration: none;
}

.user-status .user-entry {
    margin: 10px 0 0;
}

.user-status .user-entry>a {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: #dee8f3;
    border: solid 1px #5a8ac1;
    color: #5a8ac1;
    border-radius: 8px;
    text-decoration: none !important;
    margin: 0 0 3px;
    padding: 22px 0 20px;
}

.user-status .user-entry>a:hover {
    opacity: 0.7;
}

.user-status .user-entry>a span:first-child {
    font-size: 16px;
}

.user-status .user-entry>a span:first-child:before {
    display: inline-block;
    content: '';
    width: 46px;
    height: 34px;
    background: url(../../img/usr/top/ico_st_entry.png) 0 center no-repeat;
    vertical-align: middle;
}

.user-status .user-entry>a span:last-child {
    margin: 4px 0 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
}

.user-status .user-entry-etc {
    margin: 14px 0 0;
}

.user-status .user-entry-etc>p {
    font-size: 12px;
}

.user-status .user-entry-etc>a {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: #5a8ac1;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none !important;
    margin: 3px 0 0;
    padding: 18px 0;
    font-size: 16px;
    font-weight: bold;
}

.user-status .user-entry-etc>a:hover {
    opacity: 0.7;
}

/* ログイン後 */
.user-status .user-info {
    position: relative;
    margin: 0 0 12px;
    padding: 38px 0 0;
    text-align: left;
}

.user-status .user-info .user-name {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.user-status .user-info .user-userrank {
    position: absolute;
    right: 0;
    top: 0;
}

.user-status .user-info .user-userrank>span:not(:empty) {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 1px 10px 0;
    min-width: 120px;
    height: 30px;
    border-radius: 30px;
    background: #8f4a30;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.0;
    font-weight: bold;
}

.user-status .user-info .user-userrank.user-userrank-silver>span:not(:empty) {
    background: #666677;
}

.user-status .user-info .user-userrank.user-userrank-gold>span:not(:empty) {
    background: #c29d23;
}

.user-status .user-info .user-userrank.user-userrank-platinum>span:not(:empty) {
    background: #4070ff;
}

.user-status .user-info .user-userrank.user-userrank-etc>span:not(:empty) {
    background: #d0111b;
}

.user-status .user-point {
    text-align: left;
}

.user-status .user-point .user-point-header {
    border-bottom: solid 1px #d50822;
}

.user-status .user-point .user-point-header .user-point-title {
    margin: 0 0 12px;
    padding: 0 0 0 42px;
    background: url(../../img/usr/top/ico_st_point.png) 10px 0 no-repeat;
    line-height: 25px;
}

.user-status .user-point .user-point-header .user-point-num {
    text-align: right;
    margin: 0 0 5px;
}

.user-status .user-point .user-point-header .user-point-num .point-num {
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    color: #d50822;
}

.user-status .user-link {
    margin: 26px 0 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.user-status .user-link a {
    color: #1a73e6;
    text-decoration: underline;
}

.user-status .user-link a:hover {
    text-decoration: none;
}

.periodical-item {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.periodical-item .periodical-item-photo {
    width: 60px;
    margin: 18px 0 0;
}

.periodical-item .periodical-item-txt {
    width: calc(100% - 60px);
    margin: 18px 0 0;
    font-size: 16px;
    line-height: 1.4;
}

.periodical-item .periodical-item-txt .periodical-item-date {
    margin-bottom: 15px;
    font-weight: bold;
}

.periodical-link {
    width: 100%;
}

.periodical-link a {
    margin-top: 12px;
    width: 258px;
    height: 48px;
}

/* イベント */
.block-top-event {
    width: 1176px;
    margin: 80px auto 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block-top-event--unit {
    width: 100%;
}

/* イベント：バナーイベント */
.block-top-event--unit.unit-bnr {
    width: 580px;
    margin-bottom: 75px;
}

.block-top-event--unit .block-top-event--image {
    margin: 0 0 25px;
}

.block-top-event--unit .block-top-event--image a,
.block-top-event--unit .block-top-event--image img {
    display: block;
}

.block-top-event--unit .block-top-event--image h3 {
    margin: 0 0 21px;
    font-size: 20px;
    font-weight: bold;
}

.block-top-event--unit.unit-bnr p {
    color: #666;
}

/* ランキング：トップページ：イベント */
.page-top .block-top-event--header {
    justify-content: center;
}

.page-top .block-top-event--header:before,
.page-top .block-top-event--header:after {
    content: none;
}

.page-top .block-top-event--unit .block-top-event--freespace2 {
    display: block;
}

.block-top-event .block-ranking-r--goods-name {
    font-size: 15px;
}

/* リニューアルのお知らせ */
.top-news {
    position: relative;
    width: 1176px;
    margin: 0 auto 88px;
    padding: 24px 28px;
    background: #fff3ea;
    position: relative;
}

.top-news>dl {
    display: flex;
    align-items: stretch;
    align-items: center;
}

.top-news>dl:before {
    display: block;
    content: '';
    position: absolute;
    left: 388px;
    top: 24px;
    bottom: 24px;
    width: 1px;
    background: #cccccc;
}

.top-news>dl dt {
    width: 360px;
    min-width: 360px;
    white-space: nowrap;
    font-size: 22px;
    font-weight: bold;
    color: #f36800;
    padding: 0 0 0 46px;
    background: url(../../img/usr/top/ico_info.png) 0 0 no-repeat;
}

.top-news>dl dd {
    display: flex;
    align-items: center;
    padding: 0 0 1em 35px;
}

.top-news>a {
    position: absolute;
    right: 28px;
    bottom: 14px;
    color: #1a73e6;
    text-decoration: underline;
    padding: 0 1em 0 0;
}

.top-news>a:hover {
    text-decoration: none;
}

.top-news>a:after {
    display: block;
    content: '';
    position: absolute;
    right: 3px;
    top: calc(50% - 5px);
    width: 8px;
    height: 8px;
    border-left: solid 1px #1a73e6;
    border-bottom: solid 1px #1a73e6;
    border-right: none;
    border-top: none;
    transform: rotate(-135deg);
}

/* PR */
.top-pr {
    margin: 0 0 80px;
    padding: 0 0 124px;
    position: relative;
    min-width: 1176px;
    max-width: 100%;
    overflow: hidden;
}

.top-pr:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: #ffca96 url(../../img/usr/top/bg_topbn_b.png) left bottom repeat-x;
}

.top-pr ul {
    position: relative;
    z-index: 10;
    width: 840px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.top-pr ul li {
    width: 400px;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.top-pr ul:before {
    display: block;
    content: '';
    position: absolute;
    left: calc(50% - 718px);
    bottom: -28px;
    width: 273px;
    height: 260px;
    background: #ffca96 url(../../img/usr/top/bg_topbn_l.png) 0 0 no-repeat;
}

.top-pr ul:after {
    display: block;
    content: '';
    position: absolute;
    left: calc(50% + 442px);
    bottom: -28px;
    width: 315px;
    height: 260px;
    background: #ffca96 url(../../img/usr/top/bg_topbn_r.png) 0 0 no-repeat;
}

/* ラインナップ */
.top-bn {
    width: 1116px;
    margin: 0 auto 100px;
}

.top-bn h2 {
    margin: 0 0 0;
    padding: 0 0 0;
    text-align: center;
    font-size: 34px;
    line-height: 1.0;
    font-weight: bold;
}

.top-bn ul {
    width: 1116px;
    display: flex;
    flex-flow: wrap;
    align-content: stretch;
}

.top-bn ul li {
    width: 264px;
    margin: 58px 0 0 20px;
    text-align: center;
}

.top-bn ul li:nth-child(4n+4) {
    margin-left: 0;
}

.top-bn ul li a {
    position: relative;
    display: block;
    height: 100%;
    text-decoration: none !important;
}

.top-bn ul li dt {
    margin: 18px 0 10px;
    font-size: 18px;
    line-height: 1.4;
    color: #1a73e6;
    text-decoration: underline;
}

.top-bn ul li dd {
    font-size: 15px;
    line-height: 1.4;
}

.top-bn ul li a:hover dt {
    text-decoration: none;
}

.top-bn ul li:nth-child(-n+3) {
    margin-left: 33px;
    width: 350px;
}

.top-bn ul li:nth-child(1) {
    margin-left: 0;
}

.top-bn ul li:nth-child(-n+3) a {
    padding-bottom: 65px;
}

.top-bn ul li:nth-child(-n+3) dt {
    margin: 20px 0 14px;
    font-size: 20px;
}

.top-bn ul li:nth-child(-n+3) dd {
    font-size: 18px;
}

.top-bn ul li:nth-child(-n+3) .btn-dydo-orange {
    position: absolute;
    left: 45px;
    bottom: 0;
}

.top-bn ul li:nth-child(-n+3) a:hover .btn-dydo-orange {
    background: #ec7a00;
    color: #ffffff;
}

.top-bn ul li:nth-child(-n+3) a:hover .btn-dydo-orange:before {
    border-color: #ffffff;
}

/* バナー */
.top-bn-box {
    width: 1116px;
    margin: 0 auto 100px;
}

.top-bn-box .title {
    width: 1176px;
    margin: 0 auto;
    border-top: none;
    padding: 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.top-bn-box figure {
    margin-top: 35px;
    text-align: center;
}

.top-bn-box figure img {
    width: 1050px;
    height: auto;
}

/* ここ晴れ */
.top-coco {
    position: relative;
    width: 1050px;
    margin: 0 auto 120px;
    padding: 0 0 45px;
}

.top-coco:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 112px;
    background: #fff3ea;
    border-radius: 0 0 20px 20px;
}

.top-coco h2 {
    margin: 0 0 12px;
    padding-bottom: 0;
}

.top-coco p {
    line-height: 1.6;
    text-align: center;
}

.top-coco ul {
    position: relative;
    z-index: 10;
    width: 868px;
    margin: 42px auto 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.top-coco ul li {
    width: 420px;
    margin: 0 0 30px;
}

/* お買いものガイド */
.shoppingguide {
    width: 100%;
    margin-top: 100px;
    padding: 50px 60px;
    background-color: #f7f7f7;
}

.shoppingguide h2 {
    margin: 0 0 0;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.shoppingguide-contents {
    width: 1096px;
    margin: 48px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.shoppingguide-box {
    width: 500px;
    margin: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}

.shoppingguide-box:nth-child(n+3) {
    margin-top: 60px;
}

.shoppingguide-contents .shoppingguide-box+p {
    margin-top: 30px;
}

.shoppingguide-box.shipping,
.shoppingguide-box.payment {
    margin-top: 0;
}

.shoppingguide-contents h3 {
    margin: 0 0 24px;
    padding: 0 0 5px;
    border-bottom: 1px solid #333;
    display: flex;
    align-items: center;
}

.shoppingguide-contents h3 span {
    display: block;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
}

.shoppingguide-contents h3:before {
    content: '';
    display: block;
    width: 48px;
    height: 34px;
}

.shoppingguide-contents .shipping h3:before {
    width: 58px;
    background: url(../../img/usr/top/ico_guide_shipping.png) left center no-repeat;
    background-size: auto 32px;
}

.shoppingguide-contents .payment h3:before {
    width: 54px;
    background: url(../../img/usr/top/ico_guide_payment.png) left center no-repeat;
    background-size: auto 32px;
}

.shoppingguide-contents .returns-exchanges h3:before {
    background: url(../../img/usr/top/ico_guide_returns_exchanges.png) left center no-repeat;
    background-size: auto 32px;
}

.shoppingguide-contents .faq h3:before {
    background: url(../../img/usr/top/ico_guide_faq.png) left center no-repeat;
    background-size: auto 32px;
}

.shoppingguide-contents .privacy h3:before {
    background: url(../../img/usr/top/ico_guide_privacy.png) left center no-repeat;
    background-size: auto 32px;
}

.shoppingguide-contents .periodical h3:before {
    background: url(../../img/usr/top/ico_guide_periodical.png) left center no-repeat;
    background-size: auto 32px;
}

.shoppingguide-contents .pointstage h3:before {
    background: url(../../img/usr/top/ico_guide_pointstage.png) left center no-repeat;
    background-size: auto 32px;
}

.shoppingguide-box-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shoppingguide-box-body .txt-wapper dl dt {
    margin-top: 14px;
    font-weight: bold;
}

.shoppingguide-box-body .txt-wapper dl dt:before {
    content: '■';
}

.shoppingguide-box-body .txt-wapper dl dd img {
    margin-top: 4px;
}

.shoppingguide-box-body .txt-wapper p span {
    font-size: 22px;
    font-weight: bold;
    color: #d0111b;
}

.shoppingguide-box-body .detail-link {
    margin: 0;
    padding: 8px 0 0;
    text-align: right;
}

.shoppingguide-box-body .detail-link a {
    position: relative;
    display: inline-block;
    padding: 0 1.0em 0 0;
    white-space: nowrap;
    color: #1a73e6;
    text-decoration: underline;
}

.shoppingguide-box-body .detail-link a:after {
    display: block;
    content: '';
    position: absolute;
    right: 3px;
    top: calc(50% - 5px);
    width: 8px;
    height: 8px;
    border-left: solid 1px #1a73e6;
    border-bottom: solid 1px #1a73e6;
    border-right: none;
    border-top: none;
    transform: rotate(-135deg);
}

.shoppingguide-box-body .detail-link a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.shoppingguide>p {
    text-align: right;
    padding-top: 2em;
}

/* 注文・お問い合わせについて */
.ordersinquiries {
    width: 1176px;
    margin: 0 auto;
    padding: 50px 0;
}

.ordersinquiries h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
}

.ordersinquiries>p {
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.0;
    text-align: center;
}

.ordersinquiries-contents {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.ordersinquiries-contents .ordersinquiries-unit {
    width: 400px;
    margin: 0 20px;
}

.ordersinquiries-unit h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.ordersinquiries-box {
    /* min-height: 124px; */
    min-height: 160px;
    margin-top: 10px;
    border: 1px solid #f47719;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.ordersinquiries-contents a.ordersinquiries-box:hover {
    text-decoration: none;
    opacity: 0.7;
}

.ordersinquiries-box div {
    padding: 0 0 0 40px;
    display: inline-flex;
    flex-flow: column;
    align-items: flex-start;
    line-height: 1.4;
}

.ordersinquiries-box .tel-num {
    position: relative;
}

.ordersinquiries-box .tel-num:before {
    position: absolute;
    top: 3px;
    left: -38px;
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    margin-right: 0;
    background: url(../../img/usr/common/ico_ordersinquiries_tel.png) center center no-repeat;
    background-size: auto;
}

.ordersinquiries-box .tel-num span {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    color: #f47719;
}

.ordersinquiries-box .tel-time {
    margin-top: 4px;
    font-size: 16px;
}

.ordersinquiries-box .tel-note {
    font-size: 14px;
}

.ordersinquiries-contents .net .ordersinquiries-box {
    background-color: #f47719;
    color: #fff;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.ordersinquiries-contents .net .ordersinquiries-box:before {
    position: relative;
    top: -2px;
    content: '';
    display: block;
    width: 34px;
    height: 24px;
    margin-right: 11px;
    background: url(../../img/usr/common/ico_ordersinquiries_mail.png) center center no-repeat;
    background-size: auto;
}

.ordersinquiries-contents .net .ordersinquiries-box span {
    font-size: 24px;
    font-weight: bold;
}

.top-recommend .recommend-list ul li {
    position: relative;
    margin-top: 1em;
}

.item-catch {
    font-size: 0.8em;
    line-height: 1.2;
    background: #dcf0be;
    display: inline-block;
    margin: 0 auto;
    border-radius: 1em;
    padding: 4px 1em 2px;
}

/* 外部サイトリンクバナー */
.ordersinquiries.websitebn {
    padding: 0 0 40px 0;
}

.ordersinquiries.websitebn .ordersinquiries-contents {
    margin-top: 0;
}

/* お知らせ */
/* 重要なお知らせ */
.top-notice {
    width: 1176px;
    margin: auto;
    padding: 2em 0 0;
}

.top-notice li {
    margin-top: 1em;
    padding-left: 2em;
}

.top-notice li:first-child {
    margin-top: 0;
    background: url(../../img/usr/common/ico_notice.png) top left no-repeat;
    background-size: 1em 1em;
}

.top-notice,
.top-notice a {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
}