@charset "Shift_JIS";
@import url('/new_design/js/slick/slick.css');
@import url('/new_design/js/slick/slick-theme.css');
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
html {
    font-family: serif;
}
body {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
table,
pre {
    margin: 0;
    padding: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
a {
    background: transparent;
}
a:focus {
    outline: none;
}
a:active,
a:hover {
    outline: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */
html {
    font-size: 100%;
}
p,
li,
dt,
dd,
th,
td,
pre {
    -ms-line-break: strict;
    line-break: strict;
    -ms-word-break: break-strict;
    word-break: break-strict;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    color: #000;
    background: #ff0;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace, serif;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: '\201C' '\201D' '\2018' '\2019';
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
/* .ie8 img {
   width: auto;
   height: auto;
} */
/* ==========================================================================
   Figures
   ========================================================================== */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0; /* 2 */
    border: 0; /* 1 */
}
button,
input,
select,
textarea {
    margin: 0; /* 3 */
    font-size: 100%; /* 2 */
    font-family: inherit; /* 1 */
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer; /* 3 */
    -webkit-appearance: button; /* 2 */
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
input[type='search'] {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
    -webkit-appearance: textfield; /* 1 */
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   new design
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    -webkit-font-smoothing: antialiased;
}
body {
    width: 100%;
    min-width: 1040px;
    margin: 0 auto;
    color: #000;
    font-weight: 300;
    font-size: 0.875em;
    font-family: 'osaka', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'EE EゴシチE', sans-serif;
    line-height: 1.6;
    word-wrap: break-word;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    line-height: 1.5;
}
a {
    color: #d66360;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:link,
a:visited,
a:active,
a:hover,
a:focus {
    outline: none;
}
a:hover {
    color: #ea8985;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover img {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: 'alpha(opacity=80)';
    filter: alpha(opacity=80);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    zoom: 1;
}
l,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -moz-user-select: none;
}
a img {
    overflow: hidden;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
hr {
    margin: 0;
    padding: 0;
    border: none;
}
.wrapwidth {
    position: relative;
    width: 1020px;
    margin: 0 auto;
    padding: 0 10px;
}

/* clearfix
---------------------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: '.';
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* loading
---------------------------------------------------------- */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    min-width: 1040px;
    height: 100%;
    color: #00a0e9;
    text-align: center;
    background: #fff;
}
.loading .loadingarea {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    margin: -150px 0 0 -225px;
}
#progressBar {
    width: 0;
    height: 2px;
    margin-bottom: 10px;
    background-color: #00a0e9;
}

/* header
---------------------------------------------------------- */
.header {
    position: fixed;
    top: 0;
    z-index: 9998;
    width: 100%;
    background: #fff;
    border-top: 10px solid #000;
}
.header .toparea {
    display: table;
    min-width: 1020px;
    max-width: 1170px;
    height: 55px;
    margin: 0 auto;
    padding: 15px 10px;
}
.header .toparea img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.header .toparea .logo {
    display: table-cell;
    width: 41.0256%;
    vertical-align: bottom;
}
.header .toparea .logo img {
    width: 93.5416%;
}
.header .toparea .btnarea {
    display: table-cell;
    width: 31.1965%;
    text-align: right;
    vertical-align: bottom;
}
.header .toparea .btnarea p {
    display: table-cell;
    vertical-align: bottom;
}
.header .toparea .btnarea .twitterbtn {
    width: 27%;
    padding-left: 3%;
}
.header .toparea .btnarea .instabtn {
    width: 36%;
    padding-left: 4%;
}
.header .toparea .btnarea .cartbtn {
    width: 12%;
    padding-left: 4%;
}

.header .searchformarea {
    display: table-cell;
    width: 27.7779%;
    vertical-align: bottom;
}
.searchformarea .searchform {
    display: table;
    width: 77.2307%;
    margin-left: 18%;
    overflow: hidden;
    background: #fff;
    border: 3px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 3px;
}
.searchformarea input[type='text'] {
    display: table-cell;
    width: 82%;
    height: 100%;
    margin: 0;
    padding: 7px 0;
    text-indent: 0.5em;
    vertical-align: middle;
    background: #fff;
    border: none;
}
.searchformarea input[type='text']:focus {
    border: none;
    outline: none;
}
.searchformarea .searchsubmit {
    display: inline-block;
    width: 13%;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    vertical-align: middle;
    background: url(https://www.poneycomb.tokyo/shop/item/poneycombtokyo/design/img01/search_icon_01.png) no-repeat center center;
    background-size: 28px 27px;
    border: none;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .gnavi {
    height: 66px;
    background: #000;
}
.header .gnavi ul.gnaviinner {
    position: relative;
    text-align: center;
}
.header .gnavi ul.gnaviinner > li {
    display: inline-block;
    padding: 12px 40px 0;
}
.header .gnavi ul.gnaviinner li .border a {
    padding-bottom: 6px;
    border-bottom: 4px solid #000;
    display: block;
}
.header .gnavi ul.gnaviinner li:hover .border a {
    border-bottom: 4px solid #00a0e9;
}
.header .gnavi ul.gnaviinner > li a:hover img {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)';
    filter: alpha(opacity=100);
}
.header .gnavi ul.gnaviinner li ul li a:hover img {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: 'alpha(opacity=80)';
    filter: alpha(opacity=80);
}

.meganav_bgbox {
    position: absolute;
    top: 66px;
    left: 50%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}
.meganav {
    position: absolute;
    top: 66px;
    left: 50%;
    z-index: 2;
    display: none;
    box-sizing: border-box;
    width: 1020px;
    margin: 0 0 0 -510px;
    padding: 30px 30px 50px;
    overflow: hidden;
    color: #fff;
    text-align: left;
}
.meganav ul li a {
    color: #fff;
    font-weight: bold;
    border: none;
}
.meganav_01 .ttl {
    margin: 0 0 10px 30px;
    font-weight: bold;
    font-size: 16px;
}
.meganav_01 ul {
    width: 924px;
    margin: 0 auto;
}
.meganav_01 ul:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: '.';
}
.meganav_01 ul li {
    float: left;
    width: 142px;
    margin: 0 6px 15px;
}
.meganav_01 ul li a {
    display: block;
    padding: 15px 0;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    background: #000;
}
.meganav_01 ul li a:hover {
    background: #00a0e9;
}

.meganavtopics ul {
    width: 960px;
    margin: 0 auto 20px;
}
.meganavtopics ul li {
    float: left;
    width: 200px;
    margin: 0 20px;
}
.meganavmypage ul {
    text-align: center;
}
.meganavmypage ul li {
    display: inline-block;
    margin-right: 30px;
}
.meganavmypage ul li:before {
    margin-right: 3px;
    color: #fff;
    font-size: 0.5em;
    vertical-align: middle;
    content: '\25B6\FE0E';
}
.meganavmypage ul li a {
    font-weight: bold;
}
.spacer {
    height: 161px;
}

/* footer
---------------------------------------------------------- */
.footer .btnarea {
    width: 980px;
    margin: 0 auto 80px;
}
.footer .btnarea .linebtn {
    float: left;
}
.footer .btnarea .mailmagazinebtn {
    float: right;
}
.footer .menu {
    padding: 30px 0 40px;
    text-align: center;
    border-top: 2px solid #000;
}
.footer .box {
    display: inline-block;
    width: 19.6%;
    margin: 0;
    text-align: left;
    vertical-align: top;
}
.footer .box .ttl {
    margin-bottom: 10px;
}
.footer .box ul li {
    margin: 0 0 5px 0;
}
.footer .box ul li:before {
    content: '\30FB';
}
.footer .box ul li a {
    color: #000;
}
.footer .box ul li a:hover {
    text-decoration: underline;
}
.footer .box .btn_area {
    margin: 50px 0 0;
}
.footer .box .btn_area a {
    display: block;
    margin-bottom: 10px;
}
.copyright {
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #000;
}
#pagetopbtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9995;
}
#pagetopbtn a {
    display: block;
    padding: 15px;
    color: #fff;
    font-size: 1.5em;
    line-height: 1;
    background: #003dff;
}
#pagetopbtn a:hover {
    color: #000;
    background: #fff000;
}

.tensocom {
    margin-bottom: 40px;
    text-align: center;
}

.snstimeline {
    margin-bottom: 40px;
}
.snstimeline .twittertimeline {
    float: left;
    width: 490px;
}
.snstimeline .instatimeline {
    float: right;
    width: 490px;
}
.snstimeline .ttl {
    margin-bottom: 20px;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    line-height: 1;
    text-align: center;
    background: #000;
}

/* container
---------------------------------------------------------- */
.btn01 a {
    display: block;
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    background: #000;
}
.btn01 a:hover {
    background: #00a0e9;
}
.btn02 {
    margin-top: 40px;
    text-align: center;
}
.btn02 a {
    display: inline-block;
    padding: 12px 30px;
    line-height: 1;
    text-align: center;
    background: #fff000;
}
.btn02 a:hover {
    background: #ff5500;
}
.title01 {
    margin-bottom: 40px;
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.9285em;
    line-height: 1;
    text-align: center;
    background: #000;
}
.title02 {
    margin-bottom: 30px;
    text-align: center;
}

.topslider {
    position: relative;
    width: 100%;
    min-width: 1020px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
}
.topslider ul,
.topslider ul li {
    display: inline;
    overflow: hidden;
}
.topslider ul li img {
    display: none;
    width: 100%;
}
.topslider_base {
    position: absolute;
    top: 0;
}
.topslider_wrap {
    position: absolute;
    top: 0;
    overflow: hidden;
}
.slider_prev,
.slider_next {
    position: absolute;
    top: 0;
    z-index: 100;
    overflow: hidden;
    cursor: pointer;
}
.slider_prev {
    background: #fff;
}
.slider_next {
    background: #fff;
}
.pagination {
    display: none;
}
.topslider ul:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: '.';
}
.topslider ul {
    display: inline-block;
    overflow: hidden;
}

.top_content .characterbtn {
    margin-bottom: 60px;
    padding-top: 10px;
}
.top_content .characterbtn ul {
    margin-left: -18px;
}
.top_content .characterbtn ul li {
    float: left;
    width: 155px;
    margin: 0 0 18px 18px;
}
.top_content .information {
/*    margin-bottom: 60px;*/
	margin-top: 40px;
    padding: 20px 20px 10px;
    border: 5px solid #000;
}
.top_content .information .ttl {
    margin-bottom: 15px;
}
.top_content .information dl {
    display: table;
    margin-bottom: 10px;
}
.top_content .information dl dt {
    display: table-cell;
    padding-right: 15px;
}
.top_content .information dl dd {
    display: table-cell;
}

/* --------------------------------------- */
/* ↓E 旧チEインのCSS ↓E */
/* --------------------------------------- */

/* ---------------------------------------*/
/* Reset Style */
/* ---------------------------------------*/
@namespace html url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix('http') {
    object,
    embed {
        outline: none !important;
    }
}

/* ---------------------------------------*/
/* Base */
/* ---------------------------------------*/

/* ---------------------------------------*/
/* Modules */
/* ---------------------------------------*/

/* ---------------------------------------*/
/* Styles */
/* ---------------------------------------*/

/* ---------------------------------------*/
/* Global */
/* ---------------------------------------*/

/* ==================================== */
/* レイアウトEチEー設宁E*/
/* ==================================== */
.layout_body {
    position: relative;
}

/* ==================================== */
/* ヘッダー設宁E*/
/* ==================================== */

/* プレビューモード非表示 */
#FS2_preview {
    display: none;
}

/* ==================================== */
/* ボディ設宁E*/
/* ==================================== */
.layout_table {
    position: relative;
    width: 1040px;
    margin: 30px auto 0;
    text-align: left;
}

/* ==================================== */
/* コンチEチEレーム設宁E*/
/* ==================================== */
.system_content {
    margin: 0 0 80px;
}

/* パンくず */
.pan {
    margin: 0 0 15px;
    padding: 0;
    font-size: 100%;
    background: none;
}

.pan a {
    font-weight: bold;
    text-decoration: underline;
}

/* ==================================== */
/* フッター設宁E*/
/* ==================================== */

/* フッターコンチEチE*/
.footer_content {
    padding: 40px 0;
    border-top: 2px solid #000;
}

.footer_content:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: '.';
}

/* フッターナビ */
.fnav {
    float: left;
    width: 640px;
}

.fnav:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: '.';
}

.fnav > li {
    float: left;
    width: 130px;
    margin: 0 30px 0 0;
}

.fnav .title {
    margin: 0 0 15px;
}

.fnav .second {
    font-size: 86%;
}

.fnav .second li:before {
    content: '・';
    position: absolute;
    margin: 0 0 0 -1em;
}

.fnav .second li {
    margin: 0 0 0.4em 1em;
}

.fnav .second li a:hover {
    text-decoration: underline;
}

/* バナーエリア */
.bannerarea {
    float: right;
    width: 376px;
}

.bannerarea .title {
    margin: 0 0 10px;
}

/* バナーリスチE*/
.list_footbanner {
    margin: 0 0 12px -8px;
}

.list_footbanner:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: '.';
}

.list_footbanner li {
    float: left;
    margin: 0 0 8px 8px;
}

/* SNSリスチE*/
.list_footsns {
    text-align: center;
}

.list_footsns li {
    display: inline-block;
    margin: 5px 8px;
}

/* ==================================== */
/* 汎用スタイル */
/* ==================================== */

/* ==================================== */
/* 汎用ブロチE */
/* ==================================== */
.block_content {
    clear: both;
    margin: 0 0 60px;
}

/* ピックアチEE */
.block_content.pickup {
    padding: 50px 42px;
    border: 6px solid #000;
}

/* ==================================== */
/* 汎用ラチEー */
/* ==================================== */
.wrapper_content {
    width: 720px;
    margin: 0 auto;
}

/* ==================================== */
/* 汎用タイトル */
/* ==================================== */
.pageTitle,
.ttl_content {
    height: 50px;
    margin: 40px 0;
    text-align: center;
}

.block_content.pickup .ttl_content {
    height: 82px;
    margin: 0 0 20px;
}

.pageTitle {
    text-indent: -9999px;
    border-bottom: none;
}

.FS2_body_Common_Information .pageTitle {
    height: auto;
    margin-bottom: 20px;
    font-size: 170%;
    text-indent: 0;
}

/* ==================================== */
/* 汎用アイチEリスチE*/
/* ==================================== */
.list_muitem {
    margin: 0 0 0 -10px;
    letter-spacing: -0.4em;
}

.list_muitem > li {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 0 10px 10px;
    letter-spacing: normal;
    vertical-align: top;
}

.list_muitem > li > a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.list_muitem a {
    color: inherit;
}

.list_muitem .image {
    margin: 0 0 0.5em;
}

.list_muitem .image img {
    width: 100%;
}

.list_muitem .price {
    font-weight: bold;
}

.list_muitem .date {
    margin: 0.3em 0;
    color: #878787;
    font-weight: bold;
    font-size: 86%;
}

.list_muitem .title {
    margin: 0.3em 0;
    font-weight: bold;
    font-size: 93%;
}

.list_muitem .shop {
    margin: 0.3em 0;
    color: #797979;
    font-size: 80%;
}

.list_muitem .price {
    font-weight: bold;
}

.list_muitem .rank {
    height: 40px;
    text-align: center;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

/* ==================================== */
/* 汎用アイチEリスチE2カラム */
/* ==================================== */
.list_muitem_2 {
    margin-left: -2%;
}

.list_muitem_2 > li {
    width: 48%;
    margin-bottom: 2%;
    margin-left: 2%;
}

/* ==================================== */
/* 汎用アイチEリスチE3カラム */
/* ==================================== */
.list_muitem_3 {
    margin-left: -2%;
}

.list_muitem_3 > li {
    width: 31.3%;
    margin-bottom: 2%;
    margin-left: 2%;
}

/* ==================================== */
/* 汎用アイチEリスチE4カラム */
/* ==================================== */
.list_muitem_4 {
    margin-left: -2%;
}

.list_muitem_4 > li {
    width: 23%;
    margin-bottom: 2%;
    margin-left: 2%;
}

/* ==================================== */
/* 汎用アイチEリスチE5カラム */
/* ==================================== */
.list_muitem_5 {
    margin-left: -2%;
}

.list_muitem_5 > li {
    width: 18%;
    margin-bottom: 2%;
    margin-left: 2%;
}

/* ==================================== */
/* 汎用アイチEリスチE8カラム */
/* ==================================== */
.list_muitem_8 {
    margin-left: -1%;
}

.list_muitem_8 > li {
    width: 11.5%;
    margin-bottom: 1%;
    margin-left: 1%;
}

/* ==================================== */
/* 汎用アイチEリスチE10カラム */
/* ==================================== */
.list_muitem_10 {
    margin-left: -1%;
}

.list_muitem_10 > li {
    width: 9%;
    margin-bottom: 1%;
    margin-left: 1%;
}

/* ==================================== */
/* 汎用アイチEリスチE*/
/* ==================================== */

/* ホバーアクション汎用リストスタイル */
.list_items li {
    position: relative;
}

.list_items li a {
    display: block;
}

.list_items li .wrapper_list_item {
    position: absolute;
    overflow: hidden;
}

.list_items li .wrapper_list_item .info {
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 108%;
}

/* NEW ARRIVALS */
.list_newarrivals {
    margin: 0 0 0 -16px;
    padding: 12px 0 0;
}

.list_newarrivals:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: '.';
}

.list_newarrivals li {
    top: -12px;
    float: left;
    width: 232px;
    height: 232px;
    margin: 0 0 36px 28px;
    background: url(../../img01/bg_diagonal.gif) repeat left top;
}

.list_newarrivals li .wrapper_list_item {
    top: -12px;
    left: -12px;
}

.list_newarrivals li .wrapper_list_item .image {
    width: 232px;
}

.list_newarrivals li .wrapper_list_item .image img {
    width: 100%;
}

.list_newarrivals li .wrapper_list_item .info {
    background: rgba(0, 60, 255, 0.85);
}

.list_newarrivals li .wrapper_list_item .info .inner {
    position: relative;
    top: 50%;
    margin: 0 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list_items li .wrapper_list_item .info .name {
    margin: 0.5em 0;
}

.list_items li .wrapper_list_item .info .price {
    margin: 0.5em 0;
}

/* PICK UP */
.list_pickup {
    letter-spacing: -0.4em;
}

.list_pickup:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: '.';
}

.list_pickup li {
    display: inline-block;
    width: 232px;
    height: 232px;
    letter-spacing: normal;
    vertical-align: top;
}

.list_pickup li .wrapper_list_item .image img {
    width: 100%;
}

.list_pickup li .wrapper_list_item .info {
    top: 50%;
    left: 50%;
    width: 190px;
    height: 190px;
    margin: -95px 0 0 -95px;
    background: rgba(109, 109, 109, 0.85);
}

.list_pickup li .wrapper_list_item .info .inner {
    position: relative;
    top: 50%;
    margin: 0 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ITEM RANKING */
.list_itemranking {
    position: relative;
    height: 559px;
}

.list_itemranking li {
    position: absolute;
    background: url(../../img01/bg_diagonal.gif) repeat left top;
}

.list_itemranking li.rank1,
.list_itemranking li.rank1 .wrapper_list_item {
    width: 456px;
    height: 456px;
}
.list_itemranking li.rank2,
.list_itemranking li.rank2 .wrapper_list_item {
    width: 224px;
    height: 224px;
}
.list_itemranking li.rank3,
.list_itemranking li.rank3 .wrapper_list_item {
    width: 224px;
    height: 224px;
}
.list_itemranking li.rank4,
.list_itemranking li.rank4 .wrapper_list_item {
    width: 224px;
    height: 224px;
}
.list_itemranking li.rank5,
.list_itemranking li.rank5 .wrapper_list_item {
    width: 224px;
    height: 224px;
}

.list_itemranking li.rank1 {
    top: 47px;
    left: 12px;
}
.list_itemranking li.rank2 {
    top: 12px;
    left: 531px;
}
.list_itemranking li.rank3 {
    top: 50px;
    right: 0;
}
.list_itemranking li.rank4 {
    top: 297px;
    left: 506px;
}
.list_itemranking li.rank5 {
    right: 26px;
    bottom: 0;
}

.list_itemranking li .wrapper_list_item {
    top: -12px;
    left: -12px;
}

.list_itemranking li .wrapper_list_item .image img {
    width: 100%;
}

.list_itemranking li .wrapper_list_item .info {
    background: rgba(0, 60, 255, 0.85);
}

.list_itemranking li .wrapper_list_item .info .name {
    margin: 55px 40px 3px;
}

.list_itemranking li .wrapper_list_item .info .price {
    margin: 0 40px 55px;
}

.list_itemranking li.rank1 .wrapper_list_item .info .name {
    margin: 180px 80px 3px;
}

.list_itemranking li.rank1 .wrapper_list_item .info .price {
    margin: 0 80px 180px;
}

.list_itemranking li .wrapper_list_item .num {
    position: absolute;
    top: 15px;
    left: 15px;
    font-weight: bold;
    font-size: 300%;
    line-height: 1;
}

.list_itemranking li.rank1 .wrapper_list_item .num {
    font-size: 400%;
}

.list_itemranking li a:hover .num {
    color: #fff;
}

/* CHARACTER */
.list_character {
    margin: 0 0 0 -26px;
}

.list_character:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: '.';
}

.list_character li {
    float: left;
    width: 184px;
    margin: 0 0 26px 26px;
    text-align: center;
}

.list_character li a {
    display: block;
    padding: 6px;
    color: #fff;
    background: #000;
}

.list_character li a:hover {
    color: #000;
    background: #fff000;
}

.list_character li .image {
    margin: 0 0 6px;
}

.list_character li a:hover .image img {
    opacity: 1 !important;
}

.list_character li .title {
    margin: 0.5em 0;
}

/* ==================================== */
/* 汎用ボタン */
/* ==================================== */
.wrap_btn_more {
    text-align: center;
}

.wrap_btn_more .btn_more {
    display: inline-block;
    background: #fff000;
}

.wrap_btn_more .btn_more a {
    display: block;
    padding: 12px 32px;
}

.wrap_btn_center {
    text-align: center;
}
.wrap_btn_right {
    text-align: right;
}

.btn_sytle_01 {
    display: inline-block;
    width: 264px;
    font-weight: bold;
    font-size: 108%;
    text-align: center;
}

.btn_sytle_01 a {
    display: block;
    padding: 0.7em 0;
    color: #000;
    background: #fff000;
}

.btn_sytle_01 a:after {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0 0 0.7em;
    background: url(../../img01/arrow_right.png) no-repeat center center;
    background-size: 12px;
    content: '';
}

.btn_sytle_01 a:hover {
    color: #000;
    opacity: 0.7;
}

/* ==================================== */
/* 汎用WPペEジャー */
/* ==================================== */
.wp-pagenavi {
    text-align: center;
}

.wp-pagenavi span.current {
    display: inline-block;
    min-width: 0.7em;
    padding: 0.6em 0.9em;
    font-weight: bold;
    text-align: center;
}

.wp-pagenavi span.extend {
    vertical-align: bottom;
    border: none;
}

.wp-pagenavi a.page {
    display: inline-block;
    min-width: 0.7em;
    padding: 0.6em 0.9em;
    text-align: center;
    text-decoration: underline;
}

.wp-pagenavi a.page:hover {
    text-decoration: none;
}

.wp-pagenavi a.first,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.last {
    display: inline-block;
    padding: 0.6em 1em;
    text-align: left;
    text-indent: -9999px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50%;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    width: 50px;
}

.wp-pagenavi a.first {
    background: url(../../img01/pager_first.png) no-repeat center center;
}
.wp-pagenavi a.previouspostslink {
    margin-right: 15px;
    background: url(../../img01/pager_prev.png) no-repeat center center;
}
.wp-pagenavi a.nextpostslink {
    margin-left: 15px;
    background: url(../../img01/pager_next.png) no-repeat center center;
}
.wp-pagenavi a.last {
    background: url(../../img01/pager_last.png) no-repeat center center;
}

.wp-pagenavi a.first:hover {
    background-image: url(../../img01/pager_first_on.png);
}
.wp-pagenavi a.previouspostslink:hover {
    background-image: url(../../img01/pager_prev_on.png);
}
.wp-pagenavi a.nextpostslink:hover {
    background-image: url(../../img01/pager_next_on.png);
}
.wp-pagenavi a.last:hover {
    background-image: url(../../img01/pager_last_on.png);
}

/* ==================================== */
/* パEチE宁E*/
/* ==================================== */

/* スタイリング */
.block_styling .list_muitem li {
    position: relative;
    overflow: hidden;
    background: #e6e6e6;
}

.block_styling .list_muitem_3 > li {
    height: 0;
    padding-bottom: 31.3%;
}

.block_styling .list_muitem_4 > li {
    height: 0;
    padding-bottom: 23%;
}

.block_styling .list_muitem .image {
    margin: 0;
}

.block_styling .info {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    filter: alpha(opacity=0);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.block_styling li:hover .info {
    top: 0;
}

.block_styling .info .date {
    margin: 50px 30px 0;
}

.block_styling .info .shop {
    margin: 0 30px;
    font-weight: bold;
}

.block_styling .info .text {
    margin: 0 30px 20px;
}

/* ==================================== */
/* 啁EペEジ共通設宁E*/
/* ==================================== */

/* ==================================== */
/* 啁E一覧ペEジ設宁E*/
/* ==================================== */

/* 一覧ペEジ上部 */
.group_maintext {
    margin: 45px 0;
    font-weight: bold;
    font-size: 240%;
    text-align: center;
}

.list_subgroup {
    padding: 20px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 129%;
    text-align: center;
    background: #00a0e9;
}

.list_subgroup a {
    color: inherit;
}

.list_subgroup a:hover,
.list_subgroup a:active {
    color: inherit;
    text-decoration: underline;
}

.list_subgroup > li {
    display: inline-block;
    margin: 10px 15px;
}

.list_subgroup > li:before {
    margin: 0 7px 0 0;
    font-size: 60%;
    vertical-align: middle;
    content: '\0025B6';
}

.FS2_GroupList .groupLayout {
    width: auto;
    padding: 20px 30px;
    color: #fff;
    font-size: 129%;
    text-align: center;
    background: #00a0e9;
}

.FS2_GroupList > br,
.FS2_GroupList .groupLayout > div > br {
    display: none;
}

.FS2_GroupList .groupLayout > div > .gl_Item {
    display: inline-block;
    float: none;
    width: auto;
    margin: 10px 15px;
    background: none;
}

.FS2_GroupList .groupLayout > div > .gl_Item .itemGroup {
    margin: 0;
    font-weight: bold;
}

.FS2_GroupList .groupLayout > div > .gl_Item .itemGroup:before {
    margin: 0 7px 0 0;
    font-size: 60%;
    vertical-align: middle;
    content: '\0025B6';
}

.FS2_GroupList .groupLayout > div > .gl_Item a {
    color: #fff;
}

.FS2_GroupList .groupLayout > div > .gl_Item a:hover {
    text-decoration: underline;
}

/* ソートメニュー */
.FS2_sort_menu_bg {
    margin-top: 30px;
    text-align: right;
}

#FS2_sort_menu {
    display: inline-block;
    padding: 0;
    background: #f3f3f3;
}

.FS2_sort_menu_bg li {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 93%;
    line-height: 32px;
    border: none;
}

.FS2_sort_menu_bg li:after {
    position: absolute;
    top: 50%;
    right: -2px;
    display: block;
    width: 1px;
    height: 1em;
    margin-top: -0.5em;
    background: #999;
    content: '';
}

.FS2_sort_menu_bg li:first-child:after,
.FS2_sort_menu_bg li:last-child:after {
    content: none;
}

.FS2_sort_menu_bg a {
    color: inherit;
    font-weight: normal;
    text-decoration: none;
}

.FS2_sort_menu_bg a:hover,
.FS2_sort_menu_bg a:active {
    text-decoration: underline;
}

.FS2_sort_menu_bg .FS2_sort_menu_title {
    padding: 0 10px 0 30px;
    color: #fff;
    font-weight: normal;
    background: #000 url(../../img01/ico_sort_menu.png) no-repeat 10px 50%;
}

/* ペEジャー */
.pager {
    margin: 20px 0 40px;
    padding: 0;
    text-align: right;
    border: none;
}

.pager:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: '.';
}

.pager a {
    color: inherit;
    text-decoration: underline;
}

/* 件数表示 */
.FS2_pager_text {
    float: left;
    padding: 0.4em 0 0;
    color: #000;
}

.FS2_pager_link,
.FS2_pager_stay {
    display: inline-block;
    min-width: 0.7em;
    padding: 0.6em 0.9em;
    text-align: center;
}

.FS2_pager_link {
    text-decoration: underline;
}

.FS2_pager_stay {
    font-weight: bold;
}

.FS2_pager_link_prev,
.FS2_pager_link_next,
.FS2_pager_link_first,
.FS2_pager_link_last {
    display: inline-block;
    padding: 0.6em 1em;
    text-align: left;
    text-indent: -9999px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50%;
}

.FS2_pager_link_next,
.FS2_pager_link_prev {
    width: 50px;
}

.FS2_pager_link_prev {
    margin-right: 15px;
    background-image: url(../../img01/pager_prev.png);
}
.FS2_pager_link_prev:hover {
    background-image: url(../../img01/pager_prev_on.png);
}
.FS2_pager_link_next {
    margin-left: 15px;
    background-image: url(../../img01/pager_next.png);
}
.FS2_pager_link_next:hover {
    background-image: url(../../img01/pager_next_on.png);
}
.FS2_pager_link_first {
    background-image: url(../../img01/pager_first.png);
}
.FS2_pager_link_first:hover {
    background-image: url(../../img01/pager_first_on.png);
}
.FS2_pager_link_last {
    background-image: url(../../img01/pager_last.png);
}
.FS2_pager_link_last:hover {
    background-image: url(../../img01/pager_last_on.png);
}

/* レイアウト設宁E*/
.groupLayout .alignItem_04 {
    margin: 0 0 0 -21px;
}

#FS2_itemlayout_IHL2 {
    width: 240px;
    margin: 0 0 40px 21px;
    padding: 0;
    background: none;
    border: none;
}

#FS2_itemlayout_IHL2 .FS2_thumbnail_container {
    position: relative;
}

#FS2_itemlayout_IHL2 .FS2_thumbnail_container a {
    position: relative;
    display: block;
    width: 240px;
}

#FS2_itemlayout_IHL2 .FS2_thumbnail_container a .on {
    z-index: 1;
    width: 100%;
    height: 100%;
}

/* バルーン非表示 */
#FS2_itemlayout_IHL2 .FS2_AdditionalImage_Balloon_Tip {
    display: none !important;
}

/* ズームボタン非表示 */
#FS2_itemlayout_IHL2 .FS2_AdditionalImageEnlargementSsize_Button {
    display: none;
}

/* 啁EブロチEセンタリングを左詰めに */
.itemCenter {
    text-align: left;
}

/* 啁E画像サムネイル */
.groupLayout .thumbnail {
    width: 100%;
}

/* アイチE吁E*/
.groupLayout .itemGroup {
    font-weight: normal;
    font-size: 100%;
}

/* アイキャチEアイコン */
.groupLayout .FS2_eye_catch_icon {
    margin-bottom: 0 !important;
}

.groupLayout .FS2_eye_catch_icon .catch,
.groupLayout .FS2_Preorder_icon img {
    width: 56px;
    margin: 0 4px 4px 0 !important;
}

.FS2_original_icons li {
    line-height: 1;
}

.FS2_original_icons li img {
    width: 56px;
}

/* 価格表示 */
.groupLayout .FS2_itemPrice_text {
    font-size: 93% !important;
}

.groupLayout .itemPrice {
    font-weight: normal;
}

/* ソールドアウト表示 */
#FS2_itemlayout_IHL2 .FS2_thumbnail_container.is_nostock a {
    opacity: 0.2;
}

.FS2_noStockText {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    margin: -0.5em;
    padding: 0;
    color: #d00;
    font-weight: bold;
    text-align: center;
    border: none;
}

/* グループリスチE*/
.FS2_GroupList .pager {
    display: none;
}

/* ==================================== */
/* 検索結果啁E一覧 */
/* ==================================== */
.FS2_body_Goods_GoodsSearchList .pageTitle {
    display: none;
}

.FS2_body_Goods_GoodsSearchList .pageTitle + br {
    display: none;
}

/* ==================================== */
/* 啁E詳細ペEジ設宁E*/
/* ==================================== */

/* サムネイル部刁E
   ------------------------------------ */
#FS2_itemlayout_IH1 .FS2_additional_image_container {
    width: 482px;
}

/* サムネイルタイトル */
.FS2_additional_image_container_title {
    display: none;
}

/* 吁EムネイルコンチE */
.FS2_additional_image_thumbnail_container {
    width: 112px;
    margin: 0 0 8px 8px;
    font-size: 75%;
    text-align: center;
    background: #003cff;
}

/* 吁Eムネイル画僁E*/
.FS2_additional_image_container_main img {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

/* ALTチEスト表示 */
.FS2_additional_image_container_main .FS2_ImgLabel {
    display: block;
    background: #fff;
}

/* サムネイルホバーアクション */
.FS2_AdditionalImage_switcher_thumbnail_selected {
    border: none;
    -khtml-opacity: 0.15;
    -moz-opacity: 0.15;
    opacity: 0.15;
    -ms-filter: 'alpha(opacity=15)';
    filter: alpha(opacity=15);
}

/* 啁E名、購入ボタンなど
   ------------------------------------ */
#FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container_left {
    width: auto;
}

/* 啁E吁E*/
.FS2_body_Goods_GoodsDetail .itemTitle {
    margin: 20px 0;
    font-size: 142%;
}

/* アイコン */
.FS2_body_Goods_GoodsDetail .FS2_eye_catch_icon,
.FS2_body_Goods_GoodsDetail .FS2_Preorder_icon {
    margin: 20px 0;
}

.FS2_body_Goods_GoodsDetail .FS2_eye_catch_icon .catch,
.FS2_body_Goods_GoodsDetail .FS2_Preorder_icon img {
    width: 56px;
    margin: 0 1px;
}

/* 啁E番号 */
.itemNumber {
    margin: 20px 0 10px;
    font-weight: bold;
}

/* 啁E価格 */
.FS2_body_Goods_GoodsDetail .FS2_itemPrice_area {
    margin: 10px 0 15px;
    font-weight: bold;
    font-size: 142%;
}

/* 購入ポイント表示 */
.FS2_point {
    margin: 15px 0;
    color: inherit;
    font-weight: bold;
    font-size: 100%;
    border: none;
}

/* 購入ボタン枠 */
.FS2_additional_image_tableVariation {
    margin: 45px 0;
}

/* 購入ボタンチEEブル */
.FS2_additional_image_tableVariation_table {
    width: 100%;
}

.FS2_additional_image_tableVariation_table th,
.FS2_additional_image_tableVariation_table td {
    padding: 12px 0;
    font-weight: bold;
    font-size: 114%;
    vertical-align: middle;
    border-bottom: 1px dotted #000;
}

.FS2_additional_image_tableVariation_table th {
    padding-left: 12px;
}

.FS2_additional_image_tableVariation_table td:last-child {
    text-align: right;
}

.FS2_additional_image_tableVariation_table td span {
    display: block;
    color: #777;
    text-align: center;
}

.FS2_additional_image_tableVariation_border th,
.FS2_additional_image_tableVariation_border td {
    padding-top: 12px;
    border-top: 4px solid #000;
}

.FS2_additional_image_tableVariation_border th {
    vertical-align: middle;
}

.FS2_additional_image_tableVariation_bg {
    background: inherit;
}

/* SNSボタン */
.FS2_TweetButton_area {
    margin: 20px 0;
}

.FS2_TweetButton_area .fb_reset {
    display: inline;
}

/* シスチE系ボタン */
.FS2_InquiryButton_area,
.FS2_WishListButton_area {
    margin: 10px 0;
}

/* メイン画僁E
   ------------------------------------ */
#FS2_itemlayout_IH1 .FS2_additional_image_btn_thumbnail_container {
    position: relative;
    width: 520px;
    margin: 0 0 82px;
}

#FS2_itemlayout_IH1 .FS2_additional_image_btn_thumbnail_container img {
    width: 100%;
}

#FS2_itemlayout_IH1 .FS2_thumbnail_container {
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
}

.FS2_additional_image_btn_container {
    position: absolute;
    right: 0;
    bottom: -32px;
    width: auto;
}

.FS2_additional_image_btn_container .FS2_additional_image_btn_next,
.FS2_additional_image_btn_container .FS2_additional_image_btn_prev {
    display: none;
}

.FS2_additional_image_detail_container.is_nostock img {
    opacity: 0.2;
}

/* 啁E説昁E
   ------------------------------------ */
#FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container_right {
    float: none;
    width: 520px;
}

.item_description p {
    margin: 2em 0;
}

.itemdata {
    width: 100%;
    border: 1px solid #adafb7;
}

.itemdata th,
.itemdata td {
    padding: 8px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #adafb7;
}

.itemdata th {
    background: #f5f6ff;
}

/* 拡大画像画面
   ------------------------------------ */
.FS2_additional_image_popup_container {
    width: 1042px;
    padding-bottom: 0;
}

.FS2_additional_image_popup_container .FS2_additional_image_container {
    width: 360px;
    text-align: left;
}

#FS2_additional_image_popup .FS2_thumbnail_container {
    width: auto;
    max-width: 650px;
}

#FS2_additional_image_popup .FS2_thumbnail_container img {
    max-width: 650px;
}

/* 啁EペEジ 下部コンチEチE
   ------------------------------------ */
/* 関連啁E */
#FS2_Recommend_List {
    margin: 30px 0 70px;
}

#FS2_Recommend_List:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: '.';
}

#FS2_Recommend_List > .CrossHead {
    height: 83px;
    margin: 30px 0;
    text-indent: -9999px;
    background: url(../../img01/ttl_related.png) no-repeat 50% 0;
    border: none;
}

.FS2_recommendgoods_table .FS2_itemlayout_td_Left {
    position: relative;
}

.FS2_recommendgoods_table .FS2_thumbnail_container {
    position: relative;
    text-align: center;
}

.FS2_recommendgoods_table .FS2_thumbnail_container {
    width: 224px;
}

.FS2_recommendgoods_table .FS2_thumbnail_container:before {
    position: absolute;
    top: 10px;
    left: -16px;
    z-index: 1;
    display: block;
    width: 60px;
    height: 2px;
    background: #000;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
}

.FS2_recommendgoods_table .FS2_thumbnail_container:after {
    position: absolute;
    top: 211px;
    right: -16px;
    z-index: 1;
    display: block;
    width: 60px;
    height: 2px;
    background: #000;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
}

.FS2_recommendgoods_table .FS2_thumbnail_container > a:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background: #003cff;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    filter: alpha(opacity=0);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    content: '';
}

#FS2_Recommend_itemlayout_B:hover .FS2_recommendgoods_table .FS2_thumbnail_container > a:after {
    -khtml-opacity: 0.85;
    -moz-opacity: 0.85;
    opacity: 0.85;
    -ms-filter: 'alpha(opacity=85)';
    filter: alpha(opacity=85);
}

#FS2_Recommend_itemlayout_B .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#FS2_Recommend_itemlayout_B:hover .thumbnail {
    -khtml-opacity: 0.15;
    -moz-opacity: 0.15;
    opacity: 0.15;
    -ms-filter: 'alpha(opacity=15)';
    filter: alpha(opacity=15);
}

#FS2_Recommend_List .itemTitle,
#FS2_Recommend_List .FS2_itemPrice_area {
    position: relative;
    margin: 80px 20px 0 20px;
    color: #fff;
    font-size: 100%;
    text-align: left;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    filter: alpha(opacity=0);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#FS2_Recommend_List .FS2_itemPrice_area {
    min-height: 82px;
    margin: 0 20px 20px 20px;
}

#FS2_Recommend_List .itemTitle a,
#FS2_Recommend_List .FS2_itemPrice_area .itemPrice {
    color: inherit;
}

#FS2_Recommend_itemlayout_B:hover .itemTitle,
#FS2_Recommend_itemlayout_B:hover .FS2_itemPrice_area {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)';
    filter: alpha(opacity=100);
}

.detail_relateditems {
    margin: 30px 0 70px;
}

.detail_relateditems > .title {
    margin: 30px 0;
    text-align: center;
}

.detail_relateditems .list_muitem > li {
    position: relative;
    text-align: center;
}

.detail_relateditems .list_muitem > li:before {
    position: absolute;
    top: 10px;
    left: -4px;
    display: block;
    width: 60px;
    height: 2px;
    background: #000;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
}

.detail_relateditems .list_muitem > li:after {
    position: absolute;
    right: -4px;
    bottom: 10px;
    display: block;
    width: 60px;
    height: 2px;
    background: #000;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
}

.detail_relateditems .list_muitem > li .image {
    margin: 0;
}

.detail_relateditems .list_muitem > li img {
    width: 90%;
}

/* おすすめ啁E */
.detail_recommend {
    margin: 30px 0 70px;
    padding: 30px 42px 50px;
    border: 6px solid #000;
}

.detail_recommend > .title {
    margin: 30px 0;
    text-align: center;
}

.detail_recommend .list_muitem {
    margin: 0;
    text-align: center;
}

.detail_recommend .list_muitem > li {
    margin: 0;
}

/* チェチEドアイチE */
.detail_checked {
    margin: 30px 0 70px;
}

.detail_checked > .title {
    margin: 30px 0;
    text-align: center;
}

.detail_checked .list_muitem {
    text-align: center;
}

.detail_checked .list_muitem > li {
    position: relative;
    text-align: left;
}

.detail_checked .list_muitem > li:before {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 0;
    display: block;
    width: 90%;
    height: 107px;
    background: url(../../img01/bg_diagonal.gif);
    content: '';
}

.detail_checked .list_muitem > li .image {
    margin: 0;
}

.detail_checked .list_muitem > li a {
    position: relative;
    z-index: 1;
    display: block;
    width: 90%;
    height: 90%;
    background: #003cff;
}

.detail_checked .list_muitem > li img:hover {
    opacity: 0.15;
}

/*=========================================================
スマEトフォンへ戻めE
=========================================================*/
.FS2_ReturnSP {
    padding: 30px 0;
    color: inherit;
    font-size: 200%;
    font-family: inherit;
    text-align: center;
    text-shadow: none;
    background: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.FS2_ReturnSP_Btn {
    width: auto;
    margin: 0;
    padding: 0;
    color: inherit;
    text-decoration: underline;
    text-shadow: none;
    background: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* ==================================== */
/* 吁EEージ設宁E- インチEクス */
/* ==================================== */

.indexbody .system_content {
    margin-bottom: 50px;
}

/* ロゴ画僁E*/
.toplogo {
    padding: 20px 0;
    text-align: center;
}

/* メイン部刁Eライダー */
.slide {
    position: relative;
    width: 1024px;
    margin: 0 auto;
}

.slide img {
    width: 100%;
    max-width: 1024px;
}

.slide .bx-prev,
.slide .bx-next {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 48px;
    height: 75px;
    margin: -37px 0 0;
    text-indent: -9999px;
    background-repeat: no-repeat;
}

.slide .bx-prev {
    left: -32px;
    background-image: url(../../img01/slide_prev.png);
}

.slide .bx-next {
    right: -32px;
    background-image: url(../../img01/slide_next.png);
}

.slide .bx-pager {
    position: absolute;
    right: 30px;
    bottom: 25px;
}

.slide .bx-pager-item {
    display: inline-block;
    margin: 0 5px;
}

.slide .bx-pager-link {
    display: block;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    background: url(../../img01/slide_off.png) no-repeat left top;
}

.slide .bx-pager-link:hover,
.slide .bx-pager-link.active {
    background: url(../../img01/slide_on.png) no-repeat left top;
}

/* トップナチE*/
.topnav {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    letter-spacing: -0.4em;
    text-align: center;
    background: #00a0e9;
}

.topnav > li {
    display: inline-block;
    letter-spacing: normal;
}

.topnav > li > a {
    height: 20px;
    padding: 34px 40px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
}
.topnav > li > a.btn_over2.on {
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    filter: alpha(opacity=0);
}
.topnav > li > a.btn_over2_on {
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    filter: alpha(opacity=0);
}
.topnav > li > a.btn_over2_on.on {
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)';
    filter: alpha(opacity=100);
}

/* ITEM */
.topnav > li.gnav_item > a {
    width: 66px;
}
.topnav > li.gnav_item > a.btn_over2 {
    background-image: url(../../img01/topnav_item.png);
}
.topnav > li.gnav_item > a.btn_over2_on {
    background-image: url(../../img01/topnav_item_on.png);
}
/* CHARACTER */
.topnav > li.gnav_character > a {
    width: 170px;
}
.topnav > li.gnav_character > a.btn_over2 {
    background-image: url(../../img01/topnav_character.png);
}
.topnav > li.gnav_character > a.btn_over2_on {
    background-image: url(../../img01/topnav_character_on.png);
}
/* TOPICS */
.topnav > li.gnav_topics > a {
    width: 103px;
}
.topnav > li.gnav_topics > a.btn_over2 {
    background-image: url(../../img01/topnav_topics.png);
}
.topnav > li.gnav_topics > a.btn_over2_on {
    background-image: url(../../img01/topnav_topics_on.png);
}
/* RANKING */
.topnav > li.gnav_ranking > a {
    width: 139px;
}
.topnav > li.gnav_ranking > a.btn_over2 {
    background-image: url(../../img01/topnav_ranking.png);
}
.topnav > li.gnav_ranking > a.btn_over2_on {
    background-image: url(../../img01/topnav_ranking_on.png);
}

.topnav > li > a.btn_over2_on:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 10px;
    height: 10px;
    background: #000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    content: '';
}

/* ITEM */
.topnav > li.gnav_item > a.btn_over2_on:after {
    margin-left: 0;
}
.topnav > li.gnav_item:hover > a.btn_over2_on:after {
    width: 73px;
    margin-left: -36px;
}
/* CHARACTER */
.topnav > li.gnav_character > a.btn_over2_on:after {
    margin-left: 0;
}
.topnav > li.gnav_character:hover > a.btn_over2_on:after {
    width: 118px;
    margin-left: -59px;
}
/* TOPICS */
.topnav > li.gnav_topics > a.btn_over2_on:after {
    margin-left: 0;
}
.topnav > li.gnav_topics:hover > a.btn_over2_on:after {
    width: 44px;
    margin-left: -22px;
}
/* RANKING */
.topnav > li.gnav_ranking > a.btn_over2_on:after {
    margin-left: 0;
}
.topnav > li.gnav_ranking:hover > a.btn_over2_on:after {
    width: 96px;
    margin-left: -48px;
}

/* メガナビ */
.topnav .meganav_bgbox,
.topnav .meganav {
    top: 88px;
}

/* 特雁Eリア */
.list_top_topics {
    margin: 50px 0 0 -20px;
}

.list_top_topics:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: '.';
}

.list_top_topics li {
    float: left;
    width: 328px;
    margin: 0 0 0 20px;
}

.list_top_topics li.image img {
    width: 100%;
}

.list_top_topics li.infoarea {
    width: 236px;
    height: 137px;
    padding: 25px 40px 0;
    border: 6px solid #000;
}

.ttl_infoarea {
    margin: 0 0 15px;
    text-align: center;
}

.list_infoarea dt {
    margin: 0 0 5px;
    font-weight: bold;
}

.list_infoarea dd {
    display: -webkit-box;
    height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3; /* 定行数 */
    line-clamp: 3;
    -webkit-box-orient: vertical; /* 域Eの子要素を、上から下へ垂直に積み重Eて表示 */
    box-orient: vertical;
}

.list_infoarea dd a:hover {
    text-decoration: underline;
}

/* 下部ボタンエリア */
.foot_buttons {
    margin: 0 0 0 -20px;
}

.foot_buttons:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: '.';
}

.foot_buttons > li {
    position: relative;
    float: left;
    width: 328px;
    margin: 0 0 0 20px;
}

.foot_buttons li .button {
    position: absolute;
}

.foot_buttons li ul.button {
    top: 173px;
    left: 0;
    width: 100%;
    letter-spacing: -0.4em;
    text-align: center;
}
.foot_buttons li ul.button li {
    display: inline-block;
    width: 132px;
    margin: 0 4px;
    letter-spacing: normal;
}
.foot_buttons li p.button {
    top: 173px;
    left: 50%;
    margin: 0 0 0 -80px;
}

/* ==================================== */
/* 吁EEージ設宁E- トピチEス */
/* ==================================== */

/* 一覧ペEジ */
.list_topics {
    margin: 0 0 0 -32px;
    letter-spacing: -0.4em;
}

.list_topics li {
    display: inline-block;
    width: 320px;
    margin: 0 0 32px 32px;
    letter-spacing: normal;
    vertical-align: top;
}

.list_topics li:first-child,
.list_topics li:nth-child(2) {
    width: 480px;
}

.list_topics li:nth-child(2) {
    margin-left: 64px;
}

.list_topics li .image {
    margin: 0 0 15px;
}

.list_topics li .image img {
    width: 100%;
}

.list_topics li .date,
.list_topics li .title {
    font-size: 115%;
}

.list_topics li .date {
    font-weight: bold;
}

.list_topics li .title {
    display: -webkit-box;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /* 定行数 */
    line-clamp: 2;
    -webkit-box-orient: vertical; /* 域Eの子要素を、上から下へ垂直に積み重Eて表示 */
    box-orient: vertical;
}

/* 詳細ペEジ */
.ttl_article {
    margin: 0 0 20px;
    padding: 0 40px 0;
    font-weight: bold;
    font-size: 157%;
}

.block_article {
    width: 944px;
    margin: 0 0 60px;
    padding: 10px 40px 60px;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}

.date_article {
    margin: 0 0 30px;
    color: #00a2e6;
    font-weight: bold;
    font-size: 114%;
    text-align: right;
}

.block_article p {
    margin: 1.5em 0;
}

.block_article a {
    color: #00a2e6;
    text-decoration: underline;
}

.block_article a:hover {
    color: #00a2e6;
    text-decoration: none;
}

.block_article p:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: '.';
}

.block_article img {
    max-width: 100%;
}

.block_article .alignleft {
    float: left;
}

.block_article .aligncenter {
    display: block;
    margin: 0 auto;
}

.block_article .alignright {
    float: right;
}

.btn_topics {
    margin: 0 0 100px;
    text-align: center;
}

.list_bnr_topics {
    margin: 0 0 0 -20px;
}

.list_bnr_topics:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: '.';
}

.list_bnr_topics li {
    float: left;
    width: 241px;
    margin: 0 0 0 20px;
}

.list_bnr_topics li img {
    width: 100%;
}

/* ==================================== */
/* 吁EEージ設宁E- ショチEEリスチE*/
/* ==================================== */
.list_shoplist li {
    margin: 0 0 50px;
}

.ttl_shoplist {
    margin: 0 0 40px;
    padding: 0 40px 20px;
    font-size: 158%;
    border-bottom: 4px solid #000;
}

.list_shoplist li .content {
    width: 944px;
    padding: 0 40px;
}

.list_shoplist li .content:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: '.';
}

.img_shoplist {
    float: left;
    width: 400px;
}

.img_shoplist img {
    width: 100%;
}

.list_shoplist li .content .detail {
    float: right;
    width: 514px;
}

.list_shoplist li .content .detail .list_detail dt {
    font-weight: bold;
}

.list_shoplist li .content .detail .list_detail dd {
    margin: 0 0 1em;
}

.list_shoplist li .content .detail .list_detail dd:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: '.';
}

.list_shoplist li .content .detail .list_detail dd .btn_map {
    float: right;
    margin: 0 0 1em 1em;
}

.list_shoplist li .content .detail .list_detail dd .btn_map img {
    width: 82px;
}

.list_shoplist li .content .detail .btn_tw {
    margin: 0 0 1em;
}

.list_shoplist li .content .detail .btn_tw img {
    width: 120px;
}

/* ==================================== */
/* 吁EEージ設宁E- ランキング一覧 */
/* ==================================== */
.list_ranking_menu {
    margin: 0 0 50px;
    padding: 1.2em 0;
    letter-spacing: -0.4em;
    text-align: center;
    background: #00a2e6;
}

.list_ranking_menu li {
    display: inline-block;
    width: 17%;
    padding: 0.2em 2%;
    font-size: 122%;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
}

.list_ranking_menu li a {
    padding: 0 0 0 18px;
    color: #fff;
    font-weight: bold;
    background: url(../../img01/arrow_right_wh.png) no-repeat left center;
}

.list_ranking_menu li a:hover {
    text-decoration: underline;
}

.block_ranking_cat {
    margin: 0 0 80px;
}

.block_ranking_cat .ttl_cat {
    margin: 0 0 45px;
    font-weight: bold;
    font-size: 200%;
    text-align: center;
}

.list_ranking_cat {
    position: relative;
    height: 236px;
    margin: 0 0 10px;
}

.list_ranking_cat li {
    position: absolute;
}

.list_ranking_cat li:nth-child(1) {
    top: 0;
    left: 4px;
    width: 236px;
}
.list_ranking_cat li:nth-child(2) {
    top: 37px;
    left: 260px;
    width: 184px;
}
.list_ranking_cat li:nth-child(3) {
    top: -5px;
    left: 464px;
    width: 184px;
}
.list_ranking_cat li:nth-child(4) {
    top: 36px;
    left: 668px;
    width: 168px;
}
.list_ranking_cat li:nth-child(5) {
    top: 8px;
    left: 856px;
    width: 168px;
}

.list_ranking_cat li img {
    width: 100%;
}

.list_ranking_cat li .wrap {
    position: relative;
}

.list_ranking_cat li .wrap_rank {
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 1;
}

.list_ranking_cat li .wrap_rank .rank {
    position: absolute;
    top: 0.2em;
    left: 0.2em;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.list_ranking_cat li .wrap_rank .bg_rank {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
}

.block_ranking_cat#ranking_all .list_ranking_cat li .wrap_rank .bg_rank {
    border-color: #ff6600 transparent transparent transparent;
}
.block_ranking_cat#ranking_tshirt .list_ranking_cat li .wrap_rank .bg_rank {
    border-color: #1d2088 transparent transparent transparent;
}
.block_ranking_cat#ranking_hoodie .list_ranking_cat li .wrap_rank .bg_rank {
    border-color: #00913a transparent transparent transparent;
}
.block_ranking_cat#ranking_sweat-shirt .list_ranking_cat li .wrap_rank .bg_rank {
    border-color: #00a0e9 transparent transparent transparent;
}
.block_ranking_cat#ranking_tote .list_ranking_cat li .wrap_rank .bg_rank {
    border-color: #601986 transparent transparent transparent;
}
.block_ranking_cat#ranking_backpack .list_ranking_cat li .wrap_rank .bg_rank {
    border-color: #ff75b6 transparent transparent transparent;
}
.block_ranking_cat#ranking_mirror .list_ranking_cat li .wrap_rank .bg_rank {
    border-color: #5ee650 transparent transparent transparent;
}
.block_ranking_cat#ranking_badge .list_ranking_cat li .wrap_rank .bg_rank {
    border-color: #f24e44 transparent transparent transparent;
}

.list_ranking_cat li:nth-child(1) .wrap_rank .rank {
    font-size: 240%;
}
.list_ranking_cat li:nth-child(2) .wrap_rank .rank {
    font-size: 180%;
}
.list_ranking_cat li:nth-child(3) .wrap_rank .rank {
    font-size: 180%;
}
.list_ranking_cat li:nth-child(4) .wrap_rank .rank {
    font-size: 150%;
}
.list_ranking_cat li:nth-child(5) .wrap_rank .rank {
    font-size: 150%;
}

.list_ranking_cat li:nth-child(1) .wrap_rank .bg_rank {
    border-width: 64px 64px 0 0;
}
.list_ranking_cat li:nth-child(2) .wrap_rank .bg_rank {
    border-width: 56px 56px 0 0;
}
.list_ranking_cat li:nth-child(3) .wrap_rank .bg_rank {
    border-width: 56px 56px 0 0;
}
.list_ranking_cat li:nth-child(4) .wrap_rank .bg_rank {
    border-width: 48px 48px 0 0;
}
.list_ranking_cat li:nth-child(5) .wrap_rank .bg_rank {
    border-width: 48px 48px 0 0;
}

/* ==================================== */
/* 吁EEージ設宁E- ご利用ガイチE*/
/* ==================================== */
.block_guide,
.block_qa {
    position: relative;
}

.btn_guideqa {
    position: absolute;
    top: 0;
    right: 0;
}

.list_guideqaindex {
    margin: 0 0 60px;
    letter-spacing: -0.4em;
}

.list_guideqaindex > li {
    display: inline-block;
    width: 278px;
    margin: 0 17px 17px 0;
    padding: 20px;
    letter-spacing: normal;
    vertical-align: top;
    border: 6px solid #000;
}

.list_guideqaindex > li:nth-child(3n) {
    margin-right: 0;
}

.list_guideqaindex > li .icon {
    margin: 0 0 10px;
    text-align: center;
}

.list_guideqaindex > li .ttl_guideqaindex {
    margin: 0 0 10px;
    font-size: 129%;
    text-align: center;
}

.list_guideqamenu li {
    margin: 0 0 0 1em;
    text-indent: -1em;
}

.list_guideqamenu li:before {
    content: '・';
}

.ttl_guideqacontent {
    margin: 0 0 30px;
    padding: 0.7em 80px;
    color: #fff;
    font-weight: bold;
    font-size: 124%;
    background-color: #1f2585;
    background-repeat: no-repeat;
    background-position: 40px center;
    background-size: 28px auto;
}

.block_guide .ttl_guideqacontent.block_1 {
    background-image: url(../../img01/ico_guide_01.png);
}
.block_guide .ttl_guideqacontent.block_2 {
    background-image: url(../../img01/ico_guide_02.png);
}
.block_guide .ttl_guideqacontent.block_3 {
    background-image: url(../../img01/ico_guide_03.png);
}
.block_guide .ttl_guideqacontent.block_4 {
    background-image: url(../../img01/ico_guide_04.png);
}
.block_guide .ttl_guideqacontent.block_5 {
    background-image: url(../../img01/ico_guide_05.png);
}
.block_guide .ttl_guideqacontent.block_6 {
    background-image: url(../../img01/ico_guide_06.png);
}

.block_qa .ttl_guideqacontent.block_1 {
    background-image: url(../../img01/ico_qa_01.png);
}
.block_qa .ttl_guideqacontent.block_2 {
    background-image: url(../../img01/ico_qa_02.png);
}
.block_qa .ttl_guideqacontent.block_3 {
    background-image: url(../../img01/ico_qa_03.png);
}
.block_qa .ttl_guideqacontent.block_4 {
    background-image: url(../../img01/ico_qa_04.png);
}
.block_qa .ttl_guideqacontent.block_5 {
    background-image: url(../../img01/ico_qa_05.png);
}

.list_guideqacontent {
    width: 944px;
    margin: 0 auto 5em;
}

.list_guideqacontent dt {
    margin: 0 0 1em;
    font-weight: bold;
    font-size: 124%;
}

.list_guideqacontent dd {
    margin: 0 0 3em;
}

.list_guideqacontent dd p {
    margin: 0 0 1.5em;
}

.block_qa .list_guideqacontent dt {
    padding: 0.4em 0 0.4em 44px;
    background: url(../../img01/ico_q.png) no-repeat left center;
    background-size: 30px auto;
}

/* ---------------------------------------*/
/* コンタクトEージ */
/* ---------------------------------------*/

.iframe_contact_form {
    height: 700px;
}

/* ==================================== */
/* ショチEングカートEマイペEジ等パーチE宁E*/
/* ==================================== */
.userTable_01 {
    border: none;
}

.userTable_01 th,
.userTable_01 td {
    border: none;
}

.userTable_01 th {
    padding: 1em;
    text-align: left;
    vertical-align: middle;
}

.userTable_01 th + th {
    padding: 1em 0;
}

.userTable_01 td {
    padding: 1em 1em 1em 1.5em;
    vertical-align: middle;
    border-right: none;
}

.userTable_01 td input[type='text'],
.userTable_01 td input[type='email'],
.userTable_01 td input[type='tel'],
.userTable_01 td input[type='password'] {
    margin: 0.4em;
    padding: 0.4em;
    font-size: 100%;
    background: #fff;
    border: 1px solid #d2d2d2;
}

.userTable_01 td input[type='text']:first-child,
.userTable_01 td input[type='email']:first-child,
.userTable_01 td input[type='tel']:first-child,
.userTable_01 td input[type='password']:first-child,
.userTable_01 td input#fs2_emailConfirmation,
.userTable_01 td input#fs2_passwordConfirmation {
    margin-left: 0;
}

.userTable_01 td select {
    width: 100px;
    margin: 0.4em;
    padding: 0.4em;
    font-size: 100%;
    background: #fff;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.userTable_01 td select:first-child {
    margin-left: 0;
}

.userTable_01 td #fs2_prefecture {
    width: 15em;
}

.userTable_01 tr:last-child th,
.userTable_01 tr:last-child td {
    border-bottom: none;
}

.userTable_02 th,
.userTable_02 td {
    padding: 1em;
}

/* ==================================== */
/* 吁EEージ設宁E- ショチEングカーチE*/
/* ==================================== */
.FS2_body_Cart_ShoppingCart .pageTitle,
.FS2_body_Cart_GuestLogin .pageTitle,
.FS2_body_Cart_DeliveryEdit .pageTitle,
.FS2_body_Cart_SettleEdit .pageTitle,
.FS2_body_Cart_OrderConfirm .pageTitle,
.FS2_body_Cart_OrderComplete .pageTitle {
    background: url(../../img01/ttl_shoppingcart.png) no-repeat center center;
}

.orderFlow {
    margin: 0 0 50px;
}

.FS2_body_Cart_ShoppingCart .CrossHead {
    display: none;
}

.FS2_body_Cart_ShoppingCart .cartTable {
    border-top: 4px solid #000;
    border-left: none;
}

.FS2_body_Cart_ShoppingCart .cartTable caption {
    display: none;
}

.FS2_body_Cart_ShoppingCart .cartTable th {
    box-sizing: border-box;
    padding: 0.9em 0.5em;
    color: #fff;
    font-weight: bold;
    background: #00a0e9;
    border-right: none;
}

.FS2_body_Cart_ShoppingCart .cartTable th.FS2_cartTableHeader_goodsName {
    width: 38%;
    padding-left: 40px;
}
.FS2_body_Cart_ShoppingCart .cartTable th.FS2_cartTableHeader_unitPrice {
    width: 12%;
}
.FS2_body_Cart_ShoppingCart .cartTable th.FS2_cartTableHeader_point {
    width: 12%;
}
.FS2_body_Cart_ShoppingCart .cartTable th.FS2_cartTableHeader_amount {
    width: 10%;
}
.FS2_body_Cart_ShoppingCart .cartTable th.FS2_cartTableHeader_subtotal {
    width: 10%;
}
.FS2_body_Cart_ShoppingCart .cartTable th.FS2_cartTableHeader_delete {
    width: 18%;
}

.FS2_body_Cart_ShoppingCart .cartTable td {
    padding: 0.9em 0.5em;
    text-align: left;
    vertical-align: middle;
    border-right: none;
    border-bottom: none;
}

.FS2_body_Cart_ShoppingCart .cartTable td.FS2_GoodsImage_td img {
    width: 140px;
}

.FS2_body_Cart_ShoppingCart .cartTable td.FS2_GoodsName_td {
    font-weight: bold;
}

.FS2_body_Cart_ShoppingCart .cartTable td.FS2_GoodsImage_td {
    padding-left: 40px;
}

.FS2_body_Cart_ShoppingCart .cartTable td.FS2_cartTable_delete {
    padding-right: 40px;
    text-align: right;
}

.FS2_body_Cart_ShoppingCart .cartTable td.FS2_cartTable_amount input {
    padding: 0.8em 0.2em;
    font-size: 100%;
    text-align: center;
}

#form {
    clear: both;
}

#form .itemRight {
    margin: 0 40px 35px 0;
}

.itemRight50 {
    width: 40%;
    margin: 0 40px 0 0;
}

.FS2_total_area .cartTable {
    margin: 0 0 45px;
}

.cartTable tr.summary th,
.cartTable tr.summary td {
    border-top: none;
}

.FS2_total_area .cartTable th {
    padding-left: 0;
    color: #000;
    font-weight: normal;
    text-align: left;
    background: none;
    border-bottom: 1px dotted #000;
}

.FS2_total_area .cartTable td {
    font-weight: bold;
    border-bottom: 1px dotted #000;
}

.FS2_bottom_btn_right_and_left_1 {
    padding: 0 95px 0 0;
}

.FS2_bottom_btn_right_and_left_2 {
    margin-top: 40px;
    padding: 0;
    text-align: center;
}

.FS2_bottom_btn_right_and_left_1 + .FS2_bottom_btn_right_and_left_2 {
    margin-top: 0;
    padding: 0 0 0 135px;
    text-align: left;
}

.FS2_body_Cart_DeliveryEdit .CrossHead,
.FS2_body_Cart_SettleEdit .CrossHead,
.FS2_body_Cart_OrderConfirm .CrossHead {
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.FS2_body_Cart_DeliveryEdit .CrossHead,
.FS2_body_Cart_SettleEdit .CrossHead,
.FS2_body_Cart_OrderConfirm .CrossHead {
    font-size: 130%;
    border-bottom: 4px solid #000;
}

.FS2_body_Cart_DeliveryEdit caption,
.FS2_body_Cart_SettleEdit caption,
.FS2_body_Cart_OrderConfirm caption {
    margin-bottom: 10px;
    background: none;
}

.FS2_body_Cart_DeliveryEdit .cartTable th,
.FS2_body_Cart_DeliveryEdit .cartTable td,
.FS2_body_Cart_SettleEdit .cartTable th,
.FS2_body_Cart_SettleEdit .cartTable td,
.FS2_body_Cart_OrderConfirm .cartTable th,
.FS2_body_Cart_OrderConfirm .cartTable td {
    padding: 8px;
}

.FS2_body_Cart_DeliveryEdit .itemRight50,
.FS2_body_Cart_SettleEdit .itemRight50,
.FS2_body_Cart_OrderConfirm .itemRight50 {
    margin-right: 0;
}

.FS2_body_Cart_DeliveryEdit .itemRight50 .cartTable,
.FS2_body_Cart_SettleEdit .itemRight50 .cartTable,
.FS2_body_Cart_OrderConfirm .itemRight50 .cartTable {
    margin-top: 30px;
    border-top: 4px solid #000;
    border-left: none;
}

.FS2_body_Cart_DeliveryEdit .itemRight50 .cartTable th,
.FS2_body_Cart_DeliveryEdit .itemRight50 .cartTable td,
.FS2_body_Cart_SettleEdit .itemRight50 .cartTable th,
.FS2_body_Cart_SettleEdit .itemRight50 .cartTable td,
.FS2_body_Cart_OrderConfirm .itemRight50 .cartTable th,
.FS2_body_Cart_OrderConfirm .itemRight50 .cartTable td {
    border-top: none;
    border-right: none;
    border-bottom: 1px dotted #000;
    border-left: none;
}

.FS2_body_Cart_DeliveryEdit .inputTableArea .userTable_01,
.FS2_body_Cart_SettleEdit .inputTableArea .userTable_01,
.FS2_body_Cart_OrderConfirm .inputTableArea .userTable_01 {
    margin: 20px 0 40px;
}

.FS2_body_Cart_ShoppingCart .inputTableArea,
.FS2_body_Cart_GuestLogin .inputTableArea,
.FS2_body_Cart_DeliveryEdit .inputTableArea,
.FS2_body_Cart_SettleEdit .inputTableArea,
.FS2_body_Cart_OrderConfirm .inputTableArea {
    margin: 30px 40px;
    padding: 30px 0;
}

.FS2_body_Cart_ShoppingCart .inputTableArea .userTable_01,
.FS2_body_Cart_OrderConfirm .inputTableArea .userTable_01 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.FS2_body_Cart_DeliveryEdit .inputTableArea .userTable_01 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.FS2_body_Cart_ShoppingCart .inputTableArea .userTable_01 th,
.FS2_body_Cart_DeliveryEdit .inputTableArea .userTable_01 th,
.FS2_body_Cart_OrderConfirm .inputTableArea .userTable_01 th {
    border-bottom: 1px solid #ddd;
}

.FS2_body_Cart_ShoppingCart .inputTableArea .userTable_01 td,
.FS2_body_Cart_DeliveryEdit .inputTableArea .userTable_01 td,
.FS2_body_Cart_OrderConfirm .inputTableArea .userTable_01 td {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.FS2_body_Cart_ShoppingCart .inputTableArea .userTable_01 tr:last-child th,
.FS2_body_Cart_GuestLogin .inputTableArea .userTable_01 tr:last-child th,
.FS2_body_Cart_DeliveryEdit .inputTableArea .userTable_01 tr:last-child th,
.FS2_body_Cart_OrderConfirm .inputTableArea .userTable_01 tr:last-child th,
.FS2_body_Cart_ShoppingCart .inputTableArea .userTable_01 tr:last-child td,
.FS2_body_Cart_GuestLogin .inputTableArea .userTable_01 tr:last-child td,
.FS2_body_Cart_DeliveryEdit .inputTableArea .userTable_01 tr:last-child td,
.FS2_body_Cart_OrderConfirm .inputTableArea .userTable_01 tr:last-child td {
    border-bottom: none;
}

.FS2_body_Cart_SettleEdit .inputTableArea .userTable_01 th,
.FS2_body_Cart_SettleEdit .inputTableArea .userTable_01 td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.FS2_body_Cart_SettleEdit .inputTableArea .userTable_01 td .userTable_02 th,
.FS2_body_Cart_SettleEdit .inputTableArea .userTable_01 td .userTable_02 td {
    border: 1px solid #ddd;
}

.FS2_body_Cart_SettleEdit .inputTableArea .userTable_01 td .userTable_02 th + th {
    padding: 1em;
}

/* ショチEングカート下部コメントパターン */
.block_lower_shoppingcart {
    padding: 30px 0 0;
}

.ttl_recommend_cv {
    width: 100%;
    margin: 0 0 50px;
    overflow: hidden;
    font-size: 172%;
    text-align: center;
}

.list_recommend_cv {
    margin: 0 0 0 -16px;
    padding: 12px 0 0;
}

.list_recommend_cv:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: '.';
}

.list_recommend_cv li {
    top: -12px;
    float: left;
    width: 232px;
    height: 232px;
    margin: 0 0 36px 28px;
    background: url(../../img01/bg_diagonal.gif) repeat left top;
}

.list_recommend_cv li .wrapper_list_item {
    top: -12px;
    left: -12px;
}

.list_recommend_cv li .wrapper_list_item .image {
    width: 232px;
}

.list_recommend_cv li .wrapper_list_item .image img {
    width: 100%;
}

.list_recommend_cv li .wrapper_list_item .info {
    background: rgba(0, 60, 255, 0.85);
}

.list_recommend_cv li .wrapper_list_item .info .inner {
    position: relative;
    top: 50%;
    margin: 0 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list_recommend_cv li .wrapper_list_item .info .name {
    margin: 0.5em 0;
}

.list_recommend_cv li .wrapper_list_item .info .price {
    margin: 0.5em 0;
}

/* ==================================== */
/* 吁EEージ設宁E- マイペEジ */
/* ==================================== */
.FS2_body_MyPage_MyPageTop .pageTitle {
    background: url(../../img01/ttl_mypage.png) no-repeat center center;
}

.FS2_mypage_top_table {
    display: block;
}

.FS2_mypage_top_table td {
    display: block;
    margin: 0 0 0 -17px;
}

.FS2_mypage_top_table td:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: '.';
}

.FS2_mypage_top_table td div {
    float: left;
    width: 330px;
    height: 160px;
    margin: 0 0 17px 17px;
}

.FS2_mypage_top_table td div .CrossHead {
    margin-top: 0;
    border: none;
}

.FS2_mypage_top_table td div .CrossHead a {
    display: block;
    width: 330px;
    height: 160px;
    text-indent: -9999px;
}

.FS2_mypage_container_LookOrderHistory .CrossHead a {
    background: url(../../img01/mypege_01.gif) no-repeat left top;
}
.FS2_mypage_container_AddressList .CrossHead a {
    background: url(../../img01/mypege_02.gif) no-repeat left top;
}
.FS2_mypage_container_PasswordEdit .CrossHead a {
    background: url(../../img01/mypege_03.gif) no-repeat left top;
}
.FS2_mypage_container_PointHistory .CrossHead a {
    background: url(../../img01/mypege_04.gif) no-repeat left top;
}
.FS2_mypage_container_EntryInfoEdit .CrossHead a {
    background: url(../../img01/mypege_07.gif) no-repeat left top;
}
.FS2_mypage_container_CreditCardList .CrossHead a {
    background: url(../../img01/mypege_00.gif) no-repeat left top;
}
.FS2_mypage_container_WishListHistory .CrossHead a {
    background: url(../../img01/mypege_05.gif) no-repeat left top;
}

.FS2_mypage_top_table td div p {
    display: none;
}

.FS2_body_MyPage_MyPageTop .btn_logout {
    text-align: right;
}

.FS2_body_MyPage_MyPageTop .btn_logout a {
    padding: 0 0 0 20px;
    text-decoration: underline;
    background: url(../../img01/arrow_right.png) no-repeat left center;
    background-size: 8px;
}

.FS2_body_MyPage_MyPageTop .btn_logout a:hover {
    text-decoration: none;
}

/* ==================================== */
/* 吁EEージ設宁E- 会員登録 */
/* ==================================== */

.FS2_body_Member_MemberEntryEdit .pageTitle,
.FS2_body_Member_MemberEntryConfirm .pageTitle {
    background: url(../../img01/ttl_member.png) no-repeat center top;
}

.FS2_body_Common_Information .FS2_upper_comment {
    margin-bottom: 50px;
}

.form_reg_flow {
    margin: 0 0 45px;
}

.form_reg_note {
    margin: 0 40px;
}

.FS2_body_Member_MemberEntryEdit input#submit + p,
.FS2_body_Member_MemberEntryConfirm .FS2_upper_comment + p {
    display: none;
}

.FS2_body_Member_MemberEntryEdit .inputTableArea,
.FS2_body_Member_MemberEntryConfirm .inputTableArea {
    margin: 30px 40px;
    padding: 30px 0;
    background: #f8f8f8;
}

.FS2_body_Member_MemberEntryEdit .userTable_01,
.FS2_body_Member_MemberEntryConfirm .userTable_01 {
    width: 720px;
    margin: 0 auto;
}

.FS2_body_Member_MemberEntryConfirm .FS2_bottom_btn_left_2 {
    text-align: center;
}

.FS2_body_Common_Information .FS2_bottom_btn_info {
    margin-top: 50px;
    text-align: center;
}

/* ==================================== */
/* 吁EEージ設宁E- ログイン */
/* ==================================== */

.login_upper_block {
    margin: 0 0 50px;
    letter-spacing: -0.4em;
}

.login_upper_block li {
    display: inline-block;
    margin: 0 32px 0 0;
    letter-spacing: normal;
}

.login_upper_block li:last-child {
    margin-right: 0;
}

.FS2_body_Login_Login .pageTitle,
.FS2_body_WishListLogin_Login .pageTitle {
    background: url(../../img01/ttl_login.png) no-repeat center top;
}

.FS2_login_layout_table_td_left .inputTableArea {
    border-top: 4px solid #000;
}

.FS2_login_layout_table {
    width: 944px;
    margin: 0 auto;
}

.FS2_login_layout_table a {
    color: #4699d8;
    text-decoration: underline;
}

.FS2_login_layout_table a:hover {
    text-decoration: none;
}

.FS2_login_layout_table_td_left {
    width: 440px;
    padding-right: 32px;
}

.FS2_login_layout_table_td_left .CrossHead {
    margin-right: 0;
    font-size: 120%;
    text-align: center;
    border-bottom: none;
}

.FS2_login_layout_table_td_left caption {
    padding: 0.8em 0;
}

.FS2_login_layout_table_td_left .inputTableArea {
    margin: 14px 0 0 0;
    padding: 0;
}

.FS2_login_layout_table_td_left .userTable_01 {
    background: none;
    border-bottom: none !important;
}

.FS2_login_layout_table_td_left .userTable_01 th {
    display: block;
    margin: 25px 0 5px;
    padding: 0;
    background: none;
    border: none;
}

.FS2_login_layout_table_td_left .userTable_01 td {
    display: block;
    padding: 0;
    border: none;
}

.FS2_login_layout_table_td_left .userTable_01 td input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0.8em 0.4em;
    border: 1px solid #9a9a9a;
}

.FS2_login_layout_table_td_left div[align^='right'] {
    margin: 0 0 30px;
    text-align: left;
}

.FS2_login_layout_table_td_left .userTable_01 caption {
    display: none;
}

.FS2_login_layout_table_td_left .FS2_holdEmailAddress {
    margin: 0.8em 0;
    font-size: 80%;
}

.FS2_login_layout_table_td_left .itemCenter {
    text-align: center;
}

.FS2_login_layout_table_td_right {
    position: relative;
    width: 440px;
    padding-left: 32px;
}

.FS2_login_layout_table_td_right .CrossHead {
    padding-bottom: 14px;
    font-size: 120%;
    text-align: center;
    border-bottom: 4px solid #000;
}

.FS2_login_layout_table_td_right .FS2_MemberRegistration_comment,
.FS2_login_layout_table_td_right .FS2_Login_comment_area {
    width: 280px;
    margin: 50px auto 0;
    text-align: center;
}

.FS2_login_layout_table_td_right .FS2_Login_btn_position {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* ==================================== */
/* 吁EEージ設宁E- メールマガジン */
/* ==================================== */

.FS2_body_MailMagazine_MailMagazineEntry form#entryForm .pageTitle {
    background: url(../../img01/ttl_mailmagazine.png) no-repeat center top;
}

.FS2_body_MailMagazine_MailMagazineEntry form#cancelForm .pageTitle {
    height: auto;
    margin-bottom: 20px;
    font-size: 170%;
    text-indent: 0;
}

.intro_mailmagazine {
    text-align: center;
}

.FS2_body_MailMagazine_MailMagazineEntry .inputTableArea {
    margin: 30px 40px;
    padding: 30px 0;
    background: #f8f8f8;
}

.FS2_body_MailMagazine_MailMagazineEntry .userTable_01 {
    width: 720px;
    margin: 0 auto;
}

.FS2_MailMagazineEntryMailFilter_container,
.FS2_MailMagazineCancelMailFilter_container {
    margin: 0 0 30px;
    font-size: 93%;
    text-align: center;
}

.FS2_body_MailMagazine_MailMagazineEntry form .itemCenter {
    text-align: center;
}

/* カートレコメンチE*/
.cart_lower_recommend_block {
    margin-top: 60px;
}

.cart_lower_recommend_block .ttl {
    margin-bottom: 35px;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
}

.cart_lower_recommend_block .ttl img {
    display: block;
    width: 296px;
    margin: 0 auto 10px;
}

.cart_lower_recommend_block ul li {
    float: left;
    width: 200px;
    margin-right: 10px;
    font-size: 12px;
}

.cart_lower_recommend_block ul li:nth-of-type(5n + 5) {
    margin-right: 0;
}

.cart_lower_recommend_block ul li img {
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
    overflow: hidden;
}

.cart_lower_recommend_block ul li .itemname {
    margin-bottom: 3px;
}

/* ==================================== */
/* 吁EEージ設宁E- ペEジタイトルをテキストで表示するペEジ */
/* ==================================== */

.FS2_body_Config_PrivacyPolicy .pageTitle,
.FS2_body_Config_BusinessDeal .pageTitle,
.FS2_body_WishList .pageTitle,
.FS2_body_MyPage_PointHistory .pageTitle,
.FS2_body_MyPage_OrderHistoryList .pageTitle,
.FS2_body_MyPage_AddressList .pageTitle,
.FS2_body_MyPage_EntryDetail .pageTitle,
.FS2_body_MyPage_PasswordEdit .pageTitle {
    font-size: 240%;
    text-indent: 0;
}

/*===================================================
*
*	Add Style CSS
*	Site
*
====================================================*/

/*  Category List
-----------------------------------*/
.FS2_body_Goods_poppins .layout_content .FS2_GroupList .groupLayout {
    width: auto;
    margin: 20px 0;
    margin-left: -20px;
    padding: 0;
    color: #eb5e52;
    font-size: 100%;
    letter-spacing: -0.45em;
    text-align: left;
    background: none;
}
.FS2_body_Goods_poppins .layout_content .FS2_GroupList .groupLayout > div > .gl_Item {
    display: inline-block;
    float: none;
    margin: 0 0 20px 20px;
    padding: 0;
}
.FS2_body_Goods_poppins .layout_content .FS2_GroupList .groupLayout > div > .gl_Item:nth-child(4n) {
    margin: 0 0 20px;
}
.FS2_body_Goods_poppins .layout_content .FS2_GroupList .groupLayout > div > .gl_Item a {
    display: block;
    width: 245px;
    padding: 10px 0;
    letter-spacing: normal;
    background-color: #eb5e52;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.FS2_body_Goods_poppins .layout_content .FS2_GroupList .groupLayout > div > .gl_Item a:hover {
    text-decoration: none;
    background-color: #0850a3;
}
.FS2_body_Goods_poppins .FS2_GroupList .groupLayout > div > .gl_Item .itemGroup::before {
    display: none;
}

/*  Category List SMP
-----------------------------------*/
body.FS2_body_Goods_poppins #FS2_groupList {
    display: none;
}
body.FS2_body_Goods_poppins .FS2_PageTitle {
    display: none !important;
}
body.FS2_body_Goods_poppins #acMenu {
    padding: 2.64vw;
    color: #fff;
    font-size: 4.2vw;
    background: #eb5e52 url(/assets/images/category/poppins/icon_open.png) no-repeat 98.5% center;
    background-size: 8.5vw;
    border-bottom: 1px solid #ba2b1f;
}
body.FS2_body_Goods_poppins .active {
    background: #eb5e52 url(/assets/images/category/poppins/icon_close.png) no-repeat 98.5% center !important;
    background-size: 8.5vw !important;
}
body.FS2_body_Goods_poppins .toggle-list {
    display: none;
}
body.FS2_body_Goods_poppins .toggle-list li {
    padding: 2.64vw;
    font-size: 4vw;
    background-color: #eb5e52;
    border-bottom: 1px solid #ba2b1f;
}
body.FS2_body_Goods_poppins .toggle-list li a {
    color: #fff;
}

/*  HOME BN-box
-----------------------------------*/
.bn-box {
    margin: 10px 10px 30px;
}
.bn-box-smp {
    margin: 20px 0 0;
}

/*  Topics Add Style
-----------------------------------*/
.topics--item__block {
    box-sizing: border-box;
    width: 1024px;
    margin: 0 0 20px;
    border: 5px solid #000;
}
.topics--item .inner {
    padding: 20px;
}
.topics--item .thumBlock {
    float: left;
    width: 30%;
}
.topics--item .thumBlock img {
    width: 100%;
    border: 5px solid #f5f5f5;
}
.topics--item .contentsBlock {
    float: right;
    width: 65.5%;
}
.topics--item .child--item__name {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 22px;
}
.topics--item .child--item {
    margin: 0 0 30px;
}
.topics--item .child--item:last-child {
    margin: 0;
}
.topics--item .child--item__freeSpace {
    margin: 0 0 15px;
}
.topics--item .child--item__price {
    font-weight: bold;
    font-size: 18px;
}
.topics--item .child--item__price em {
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
}
.topics--item .child--item__url {
    display: inline-block;
    margin: 10px 0 0;
    padding: 1.5px 20px;
    color: #fff;
    font-weight: bold;
    background-color: #00a2e6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.topics--item .child--item__url:hover {
    background-color: #000;
}
.topics--item__smp {
    margin: 0 0 10.26vw;
}
.topics--item__smp .topics--item__block {
    width: auto;
    margin: 0 0 4.68vw;
}
.topics--item__smp .inner {
    padding: 4.68vw;
}
.topics--item__smp .thumBlock {
    float: none;
    width: auto;
}
.topics--item__smp .contentsBlock {
    float: none;
    width: auto;
}
.topics--item__smp .child--item__name {
    margin: 0 0 1.33vw;
    font-weight: bold;
    font-size: 6.24vw;
}
.topics--item__smp .child--item {
    margin: 0 0 4.68vw;
}
.topics--item__smp .child--item:last-child {
    margin: 0;
}
.topics--item__smp .child--item__freeSpace {
    margin: 0 0 2.66vw;
}
.topics--item__smp .child--item__price {
    font-weight: bold;
    font-size: 4vw;
}
.topics--item__smp .child--item__price em {
    font-weight: normal;
    font-size: 3.8vw;
    font-style: normal;
}
.topics--item__smp .child--item__url {
    display: inline-block;
    margin: 1.33vw 0 0;
    padding: 0.56vw 2.66vw;
    color: #fff;
    font-weight: bold;
    background-color: #00a2e6;
}

/*  Top MailForm PC
-----------------------------------*/
.top--mailmaga {
    margin: 0 0 75px;
    background-color: #f7f7f7;
}
.top--mailmaga__inner {
    padding: 30px;
    text-align: center;
}
.top--mailmaga__headLine {
    margin: 0 0 35px;
    padding: 0;
}
.top--mailmaga__text {
    margin: 0 0 25px;
    font-weight: bold;
    font-size: 20px;
}
.top--mailmaga input[type='email'] {
    display: block;
    box-sizing: border-box;
    width: 620px;
    margin: 0 auto 20px;
    padding: 20px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border: 3px solid #000;
}
.top--mailmaga .top--mailmaga__submit {
    height: 70px;
    margin: 15px 0 25px;
    padding: 0 65px;
    font-weight: bold;
    font-weight: bold;
    font-size: 20px;
    line-height: 70px;
    text-align: center;
    background-color: #fff000;
    border: none;
}
.top--mailmaga__coution {
    margin: 0;
    padding: 0;
    color: #484848;
    font-size: 15px;
}

/*  Top MailForm SMP
-----------------------------------*/
.topSmp--mailmaga {
    margin: 0 0 8vw;
    background-color: #f7f7f7;
}
.topSmp--mailmaga__inner {
    padding: 4vw;
    text-align: center;
}
.topSmp--mailmaga__headLine {
    width: 81.33vw;
    margin: 0 0 5.33vw;
    padding: 0;
}
.topSmp--mailmaga__headLine img {
    width: 100%;
}
.topSmp--mailmaga__text {
    margin: 0 0 4vw;
    font-weight: bold;
    font-size: 3.46vw;
}
.topSmp--mailmaga input[type='email'] {
    display: block;
    box-sizing: border-box;
    width: 82.66vw;
    margin: 0 auto 2.66vw;
    padding: 2.66vw;
    font-size: 3.2vw;
    text-align: center;
    background-color: #fff;
    border: 3px solid #000;
}
.topSmp--mailmaga .topSmp--mailmaga__submit {
    width: 82.66vw;
    height: 10.66vw;
    margin: 3vw auto 3.66vw;
    font-weight: bold;
    font-size: 4.8vw;
    line-height: 10.66vw;
    text-align: center;
    background-color: #fff000;
    border: none;
}
.topSmp--mailmaga__coution {
    margin: 0;
    padding: 0;
    color: #484848;
    font-size: 3.2vw;
}


/* 20190131 追加 */
.top_main_slider .slider {
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.top_main_slider .slider.slick-initialized {
    height: auto;
    opacity: 1;
}

.top_main_slider {
    overflow: hidden;
}
.top_main_slider .slider {
    width: 1020px;
    min-width: 1020px;
    margin: 0 auto;
}
.top_main_slider .slider .slick-list {
    overflow: visible !important;
}
.top_main_slider .slider .slick-prev {
    left: -2040px;
    z-index: 10;
    width: 200%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
}
.top_main_slider .slider .slick-prev::before {
    display: none;
}
.top_main_slider .slider .slick-next {
    right: -2040px;
    z-index: 10;
    width: 200%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
}
.top_main_slider .slider .slick-next::before {
    display: none;
}

.top_content .bnr_area_01 {
    margin-bottom: 55px;
}
.top_content .bnr_area_01 ul {
    margin-bottom: 40px;
}
.top_content .bnr_area_01 ul li {
    position: relative;
    float: left;
    width: 500px;
    height: 266px;
    overflow: hidden;
}
.top_content .bnr_area_01 ul li::before {
    display: block;
    padding-top: 52%;
    content: '';
}
.top_content .bnr_area_01 ul li a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.top_content .bnr_area_01 ul li a img {
    width: 500px;
    height: 266px;
}
.top_content .bnr_area_01 ul li:nth-of-type(1) {
    margin-right: 5px;
}
.top_content .bnr_area_01 ul li {
    margin-left: 5px;
}
.top_content .bnr_area_01 .btn {
    text-align: center;
}

.top_content .bnr_area_02 {
    margin-bottom: 50px;
	padding-top: 40px;
}
.top_content .bnr_area_02 ul li {
    position: relative;
    float: left;
    width: 240px;
    height: 240px;
    margin-bottom: 26px;
}
.top_content .bnr_area_02 ul li a img {
    width: 100%;
    height: 100%;
}
/*.top_content .bnr_area_02 ul li:nth-of-type(odd) {
    margin-right: 26px;
}*/
.top_content .bnr_area_02 ul li {
    margin-right: 15px;
}
.top_content .bnr_area_02 .btn {
    text-align: center;
}

.top_content .item_area {
    margin-bottom: 70px;
}
.top_content .item_area .ttl {
    margin-bottom: 40px;
    text-align: center;
}
.top_content .item_area .btn {
	display: inline-block;
	text-align: center;
}

.top_content .item_area ul li {
    float: left;
    width: 240px;
    margin: 0 20px 30px 0;
}
.top_content .item_area ul li:nth-of-type(4n + 4) {
    margin-right: 0;
}
.top_content .item_area ul li .item_img {
    position: relative;
    width: 240px;
    height: 240px;
    margin-bottom: 15px;
    overflow: hidden;
}
.top_content .item_area ul li .item_img::before {
    display: block;
    padding-top: 100%;
    content: '';
}
.top_content .item_area ul li .item_img a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.top_content .item_area ul li .item_img a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.top_content .item_area ul li .item_name a {
    color: #000;
    font-weight: bold;
}
.top_content .item_area ul li .item_name a:hover {
    color: #999;
}
.top_content .item_area ul li .item_price {
    color: #9a9a9a;
}

.top_content .chara_bnr_area ul li {
    float: left;
    width: 332px;
    height: 205px;
    margin: 0 12px 20px 0;
}
.top_content .chara_bnr_area ul li:nth-of-type(3n + 3) {
    margin-right: 0;
}
/* zbgL[[h */
.top__hot-keyword{ 
	width: 100%; padding: 0; background-color: #000000; text-align: center; 
} 
.top__hot-keyword h2{
	padding: 17px 0 14px; font-size: 28px; font-weight: 300; color: #fff; letter-spacing: 0.05em; 
} 
.top__hot-keyword > ul{ 
	display: inline-block; 
} 
.top__hot-keyword .text{ 
	margin: 0 7px 26px; display: inline-block; 
} 
.top__hot-keyword .text a{ 
	padding: 8px 27px; border-radius: 20px; text-align: center; font-size: 14px; color: #000; background: #fff; display: block; text-decoration: none; 
} 
.top__hot-keyword .text a:hover{
	text-decoration: underline; opacity: .6; 
}