@charset "utf-8";
/* CSS Document */

/* SP_HEADER CSS */
/* ============================================ */
/*   ボタンタグ設定   */
button.btn_menu {
	display: block;
	background: none;
	border: none;
	padding: 0;
	width: 42px;
	color: #333;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: fixed;
	top: 5px;
	right: 20px;
	z-index: 1001;
	text-align: center;
	outline: none;
}
/*   ハンバーガーボタン3本線   */
/*button.btn_menu div.back_color {
	background: #000;
	padding: 20% 30%;
	width: 100%;
	color: #333;
}*/
button.btn_menu span.bar {
	display: block;
	height: 2px;
	background-color: #333;
	margin: 10px 0;
	transition: all 0.2s;
	transform-origin: 0 0;
}
span.bar.bar2 {
	margin: 8px 0;
}
button.btn_menu .close {
	letter-spacing: 0.01em;
	display: none;
	font-size: 0.5em;
	margin: 8px 0 0;
}
button.btn_menu .menu {
	display: block;
	font-size: 0.5em;
	margin: 8px 0 0;
}
/*  メニューアクティブ時  */
button.btn_menu.active span.bar {
	width: 49px;
}
button.btn_menu.active .bar1 {
	transform: rotate(30deg);
}
button.btn_menu.active .bar2 {
	opacity: 0;
}
button.btn_menu.active .bar3 {
	transform: rotate(-30deg);
}
button.btn_menu.active .menu {
	display: none;
}
button.btn_menu.active .close {
	display: block;
}

.bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background-color: rgba(51,51,51,0.5);
	display: none;
}

#PCinfo {
  background: #fff;
}
#PCinfo iframe {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}



/* SP版 表示用 */
/* ============================================ */
@media screen and (max-width: 767px) {

/*----- SP_HEADER CSS -----*/
div#SP_header {
	position: fixed;
	top: 0;
	left: 0;
	height: 65px;
	width: 100%;
	background: #fff;
	margin: 0 0 5%;
	box-shadow: 0px 0px 5px 1px #ccc;
}
#SP_header img.spLogo {
	width: 150px;
	position: relative;
	top: 10%;
	left: 5%;
}
div#SP_footer {
	width: 100%;
	margin: 10% auto 0;
	text-align: center;
	padding: 8% 0;
	border-top: 0.5px solid;
	background: #333;
	color: #fff;
}
div#SP_footer p.copy {
	font-size: .7em;
	margin: 3% auto 0;
}

#SP_header a {
    width: 30%;
    display: block;
    position: absolute;
    top: 15%;
    left: 2%;
}
#SP_header {
    z-index: 99998 !important;
}
#SP_header button {
    z-index: 99999 !important;
}
#SP_header nav {
    z-index: 99997 !important;
}


/*----- Accordion Style -----*/
.pc_none article {
	width: 312px;
	height: 100%;
	transition: all 0.2s;
	transform: translate(312px);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99990;
	background-color: #FFF;
	overflow: scroll;
}
.pc_none article.scrollbar_none::-webkit-scrollbar{
	display: none;
}
.pc_none article.open {
	transform: translate(0); 
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.Item { position:relative; }

.Accordion input[type='checkbox'],
.Accordion input[type='radio'] {
	width:100%;
	display:block;
	position:absolute;
	opacity:0;
	height:35px;
	top:0;
	left:0;
	border:none;
	border-radius:0;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}

.Accordion {
	width:100%;
    margin: 25% 0 0 0 !important;
}

.AccordionItem {
	line-height:35px;
	height:35px;
	padding:0 5px;
	display:block;
/*	background: #86A4B3;*/
/*	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);*/
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	cursor:pointer;
	margin-top:-1px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}

.AccordionPanel {
	height:0px;
/*	border:1px solid #888;*/
	border-top:none;
	transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	overflow:auto; margin-top:-1px; }

.AccordionPanel div { padding:10px; }

.Accordion input:checked + label .AccordionPanel {
    height: auto;
/*    padding: 10px;*/
    box-sizing: border-box;
}
.Accordion iframe {
    display: block;
    width: 95%;
    height: 2850px;
	margin: 5% auto 0; 
}
/*.pc_none article.open iframe {
	margin: 5% auto 0; 
}*/

/*----- .AccordionPanel内指定 ------*/
.AccordionPanel ul li a {
    padding: 3%;
    display: block;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: left;
    background: #a9c3d0;
}
/*.AccordionItem h3 {
    color: #fff;
    background: #86A4B3;
}*/

.Accordion label::after {
    position: absolute;
    top: 18px;
    right: 5%;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.Accordion input:checked + label::after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.AccordionPanel ul li:first-child a {
    border-top: 1px solid #fff;
}


/*.pc_none article.open .Accordion .searchArea {
    background: #86A4B3;
    padding: 0;
}*/
.Accordion input[name="brand_search_button"] {
    width: 50px;
    height: 35px;
    border: 2px solid #fff;
    box-sizing: border-box;
}
.pc_none article.open {
    border-left: 1px solid #eee;
}
header .pc_none article.open ul li {
    display: block !important;
    padding: 0 !important;
    text-align: left;
}
.pc_none article.open .Accordion .Item {
    border-bottom: 1px solid #666 !important;
}
.pc_none article.open .AccordionItem h3 {
    background: #fff !important;
    color: #666 !important;
    border-bottom: 1px solid #666 !important;
text-align: left;
}
.pc_none article.open .AccordionItem h3 img {
    width: 50px;
    vertical-align: middle;
    margin: 0 3%;
}
.pc_none article.open .AccordionItem {
	height: auto !important;
	padding:0 !important;
	background: #fff !important;
}
.pc_none article.open .Accordion label::after {
    top: 22px !important;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
}
.pc_none article.open .Accordion .AccordionPanel ul {
    border-bottom: 1px solid #666;
    background: #eee;
}

article.scrollbar_none.open li a {
    background: #eee;
    color: #000;
}

.Accordion input[name="brand_search_button"] {
    margin: 0 0 0 1%;
}
}



/* SLIDER CSS */
/* ============================================ */
iframe.header_slider {
    display: block;
    width: 1px;
    min-width: 100%;
    *width: 100%;
}




/* ADD CSS */
/* ============================================ */
/* ---- ###### ---- */
img {
    width: 100%;
}
.article {
    margin-bottom: 8%;
}

header {
    background: #fff;
    border-bottom: 1px solid #ccc;
}
/*iframe {
    width: 100%;
}*/
header iframe.pc_header {
    width: 1200px;
    margin: 0 auto;
}

main {
    background: #fff;
}

#SPinfo .information iframe {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}

#MainContents {
/*    width: 95%;*/
    width: 1200px;
    margin: 2% auto;
    padding: 1%;
}

.contentsWrap {
/*    width: 1200px;*/
    margin-top: 4%;
}
.contentsWrap #SIDE {
/*    width: 23%;*/
    width: 275px;
    margin: 0 auto 0 1%;
}
.contentsWrap #SIDE iframe {
    width: 100%;
}
.contentsWrap #CONTENTS {
/*    width: 77%;*/
    width: 800px;
    margin: 0 auto;
}

footer {
    background: #fff;
}
footer iframe.pc_footer {
    width: 1200px;
/*    max-width: 1100px;*/
/*    height: 480px;*/
    margin: 0 auto;
}


#CONTENTS h2.top_h2_title {
    font-size: 1.6em;
}
#SLIDER {
    background: #fff;
}

/* #Float */
#Float {
    position: fixed;
    right: 0;
    top: 15%;
    z-index: 999;
  width: 120px;
}
#Float li + li {
  margin-top: 25px;
}


/* .eventArea */
.eventArea {
    background: #fff;
    padding: 2% 0;
}
.eventArea iframe {
    width: 1200px;
/*    height: 670px;*/
    height: 500px;
    margin: 0 auto;
    display: block;
}


@media screen and (max-width: 767px) {
main {
    margin: 65px auto 0;
}
#MainContents,
.contentsWrap,
.contentsWrap #CONTENTS {
    width: 100%;
}

/**/
ul#Slider {
    padding: 5% 0 3%;
}
#SPinfo {
    margin: 0 auto;
    padding: 20% 0 1%;
    background: #fff;
}
.information {
    margin: 0 auto;
}

/* #Float */
#Float {
    display: none;
}

/* .eventArea */
.eventArea iframe {
    width: 95%;
/*    height: 1250px;*/
    height: 600px;
    margin: 0 auto;
}
}

/* --- */
#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 1;
}
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

#SP_Footer footer #footer {
    width: 100%;
}


header iframe.pc_header {
    height: 420px;
}
iframe.header_slider {
    width: 100%;
    height: 490px;
    padding: 1% 0;
    background: #fff;
}
#SIDE .sp_sidenavi {
    height: 17800px;
}
iframe.footer_about {
    width: 100%;
    margin: 5% auto 0;
}

@media screen and (max-width: 767px) {
iframe.header_slider {
    width: 100%;
}
/*iframe.footer_about {
    height: 345px;
}*/
}

footer {
    border-top: 1px solid #ccc;
}
/*footer iframe.pc_footer {
    height: 780px;
}*/


/* ---- #CONTENTS ---- */
#CONTENTS h2.top_h2_title {
    margin: 0 0 2%;
    padding: 10px 0;
    overflow: hidden;
    font-size: 2.1em;
    font-weight: 900;
    text-align: center;
}
#CONTENTS h2.top_h2_title span.sub {
    text-align: center;
    font-size: .6em;
    position: relative;
    display: inline-block;
    padding: 0 55px;
}
span.sub:before,
span.sub:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
}
span.sub:before {
    left: 0;
}
span.sub:after {
    right: 0;
}

#CONTENTS div.new_wrap {
    height: 580px;
    padding: 2%;
}
#CONTENTS #Arrival li {
    width: calc(100% / 4 - 15px);
    margin: 0 1% 3%;
}
#CONTENTS #Arrival li:nth-child(n+41) {
  display: none;
}


@media screen and (max-width: 767px) {
#CONTENTS div.new_wrap {
    height: 420px;
}

#CONTENTS #Arrival li {
    width: calc(100% / 3 - 15px);
}
}
@media screen and (max-width: 486px) {
#CONTENTS #Arrival li {
    width: calc(100% / 3 - 9px);
}
}



#Topics li a,
#Hof li .brand,
#Hof li .name,
.item_ranking .txtArea .brand,
.item_ranking .txtArea .name {
    font-family: sans-serif;
}

/*-- #Topics --*/
#Topics li {
    width: calc(100% / 3 - 2%);
    margin: 0 1% 3%;
}
#Topics li:nth-child(-n+6) {
    width: calc(100% / 2 - 2%);
}
#Topics li:nth-child(-n+2) {
    width: calc(100%);
}
#Topics li .name {
    margin: 1.5% auto 0;
}
#Topics li:nth-child(n+7) {
    display: none;
}

@media screen and (max-width: 767px) {
#Topics li {
    width: calc(100% / 2 - 4%);
    margin: 0 2% 4%;
}
#Topics li:nth-child(-n+6) {
    width: calc(100% / 2 - 4%);
}
#Topics li:nth-child(-n+2) {
    width: calc(100%);
}
/*#Topics li:nth-child(n+11) {
    display: block;
}*/
#Topics li .name {
    margin: 1% auto 0;
    font-size: 1.2rem;
}
}

/*-- #Hof --*/
#Hof {
    justify-content: space-between;
}
#Hof li {
    width: calc(100% / 3 - 4%);
    margin: 0 auto 3%;
}
#Hof li .txtArea {
    margin: 4% auto 0;
}
#Hof li .txtArea .brand {
    margin: 0 auto 1%;
    font-weight: 900;
}
#Hof li .name.abbr {
    -webkit-line-clamp: 2;
}
#Hof li a .imgArea {
    border: 5px solid #9f8856;
}

@media screen and (max-width: 767px) {
#Hof li {
    width: calc(100% / 2 - 2%);
}
#Hof li .txtArea p {
    font-size: 1.2rem;
}
}

/*-- .ranking_area --*/
.ranking_area .conttl {
    padding: 2%;
}
.ranking_area div#hof ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

/*タブ切り替え全体のスタイル*/
.tab_box .btn_area {
	margin:0 10px;
	display: -webkit-box;
	display: flex;
}
.tab_box .tab_btn {
    width: calc(100%/1);
	padding: 8px 0;
	color: #333;
	background: #f5f7f8;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
}
.tab_box .tab_btn + .tab_btn {
	margin-left: 8px;
}
.tab_box .tab_btn:hover {
	background-color: #dce1e4;
}
.tab_box .tab_btn.active {
    background: #414D70;
    color:#fff;
}
.tab_box .panel_area {
    border: solid 1px #e3ebf3;
    padding: 4% 2%;
}
.tab_box .tab_panel {
    display:none;
}
.tab_box .tab_panel.active {
    display:block;
}

@media screen and (max-width: 767px) {
.tab_box .panel_area {
    padding: 3%;
}
.tab_panel > div {
    margin: 0 auto 7%;
    padding: 2%;
    border: 1px solid #eee;
}
div.tab_box div.tab_panel h3.title {
    margin: 0 auto 3%;
}
}

div.tab_box div.tab_panel h3.title {
    margin: 0 auto;
    padding: 0.5% 0;
    background-color: #999;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
div.tab_box div.tab_panel ul.item_ranking li a img {
	width: 100%;
	overflow: hidden;
}
div.tab_box div.tab_panel ul.item_ranking li div.catch_area p.name {
	font-size: 1.3rem;
	font-weight: bold;
    line-height: 1.65;
}


/* .item_ranking */
.item_ranking {
    display: flex;
    justify-content: space-between;
    margin: 2% auto 0;
    border: 0;
}
.item_ranking li {
    position: relative;
    counter-increment: ranking;
    width: calc(100% / 5 - 1.5%);
}
.item_ranking li:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #c3c3c3;
}
.item_ranking li:first-child:before {
	border-left: 4em solid #d9b340;
}
.item_ranking li:nth-child(2):before {
	border-left: 4em solid #afafaf;
}
.item_ranking li:nth-child(3):before {
	border-left: 4em solid #c78080;
}
.item_ranking li:after {
    display: block;
    content: counter(ranking);
    z-index: 101;
    position: absolute;
    top: 3px;
    left: 8px;
    color: #fff;
    font-size: 1.4em;
    font-family: 'Poppins', sans-serif;
}

.item_ranking .txtArea {
    margin: 4% auto 0;
}
.item_ranking .txtArea .brand {
    margin: 0 auto 1%;
    font-weight: 900;
}
.item_ranking .txtArea .name.abbr {
    -webkit-line-clamp: 2;
    height: 3em;
}
.item_ranking .txtArea .price {
    margin-top: 1em;
    text-align: right;
}
.item_ranking .txtArea .price span {
    display: none;
}
.item_ranking .txtArea .price:before {
    content: "\0a5";
    margin: 0 2% 0 0;
}

.tab_panel > div {
    margin: 0 auto 7%;
}
.tab_panel > div:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
.item_ranking {
    display: block;
}
.item_ranking li {
    width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.item_ranking li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
    border-bottom: none;
}
.item_ranking li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item_ranking li a .imgArea {
    width: 30%;
}
.item_ranking li a .txtArea {
    width: 65%;
    margin: 0 auto;
}
.item_ranking .txtArea p {
    font-size: 1.2rem;
}
.item_ranking .txtArea .price {
    text-align: left;
}
.item_ranking li:before {
	border-right: 5em solid #c3c3c3;
}
.item_ranking li:before,
.item_ranking li:first-child:before,
.item_ranking li:nth-child(2):before,
.item_ranking li:nth-child(3):before {
    border-left: unset;
}
.item_ranking li:first-child:before {
	border-right: 5em solid #d9b340;
}
.item_ranking li:nth-child(2):before {
	border-right: 5em solid #afafaf;
}
.item_ranking li:nth-child(3):before {
	border-right: 5em solid #c78080;
}
.item_ranking li:before {
	top: unset;
	left: unset;
	bottom: 10px;
	right: 0;
    border-bottom: unset;
	border-top: 5em solid transparent;
}
.item_ranking li:after {
    top: unset;
    left: unset;
    right: 11px;
    bottom: 18px;
}
}


/* #PickItem */
#PickItem li {
    float: left;
    width: calc(100% / 5 - 2%);
    margin: 0 1% 2%;
}
#PickItem li .txtArea,
li:nth-child(n+42) {
    display: none;
}
#PickItem li:nth-child(12),
#PickItem li:nth-child(24) {
    float: right;
}
#PickItem li:nth-child(32) {
    float: left;
}
#PickItem li:first-child,
#PickItem li:nth-child(12),
#PickItem li:nth-child(35) {
    width: calc(60% - 2%);
}
#PickItem li:nth-child(2),
#PickItem li:nth-child(5),
#PickItem li:nth-child(19),
#PickItem li:nth-child(24),
#PickItem li:nth-child(28) {
    width: calc(40% - 2%);
}

@media screen and (max-width: 767px) {
li:nth-child(n+25) {
    display: none;
}
#PickItem {
    padding: 3%;
}
#PickItem li {
    float: left;
    width: calc(100% / 3 - 2%);
}
#PickItem li:nth-child(n+3) {
    float: right;
}
#PickItem li:nth-child(n+12) {
    float: left;
}
#PickItem li:nth-child(n+21) {
    float: right;
}
#PickItem li:nth-child(12),
#PickItem li:nth-child(24) {
    float: left;
}
#PickItem li:nth-child(32) {
    float: left;
}

#PickItem li:nth-child(12),
#PickItem li:nth-child(35) {
    width: calc(100% / 3 - 2%);
}
#PickItem li:nth-child(2),
#PickItem li:nth-child(5),
#PickItem li:nth-child(24),
#PickItem li:nth-child(28) {
    width: calc(100% / 3 - 2%);
}
#PickItem li:first-child,
#PickItem li:nth-child(19) {
    width: calc(200% / 3 - 2%);
}
#PickItem li:nth-child(10) {
    width: calc(200% / 3 - 2%);
    float: right;
}
}


/* .brand_li */
ul.brand_li li {
    float: left;
    width: calc(100% / 8);
    margin: 0;
}
ul.brand_li li a {
    padding: 5px;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    margin: 5px;
    display: block;
    border: 1px solid #eee;
}
ul.brand_li li:hover {
    position: relative;
    top: 1px;
    opacity: 0.7;
}
ul.brand_li li a p {
    display: none;
}


/* .topBrand_area */
@media screen and (max-width: 640px) {
.topBrand_area {
    display: none;
}
}


/* GoqSystem Area */
@media screen and (max-width: 640px) {
.goq_review_area,
.goq_rank_area {
    display: none;
}
}


/* #TopicsBrand */
ul#TopicsBrand {
    display: flex;
    flex-wrap: wrap;
}
ul#TopicsBrand li:nth-child(n+7) {
    display: none;
}
ul#TopicsBrand li {
    width: calc(100% / 2 - 2%);
    height: auto;
    margin: 0 1% 4%;
    padding: 2%;
    vertical-align: top;
    border: 1px solid #eee;
}
ul#TopicsBrand li h4 {
    text-align: center;
    margin: 3% auto 2%;
    font-size: 1.4rem;
}
ul#TopicsBrand li:first-child .new_icon:before {
    content: "NEW";
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    background: #bf0000;
    padding: 0 5%;
    color: #fff;
    transform: rotate(-5deg);
    font-size: 1.2rem;
}
ul#TopicsBrand li h4 span {
    display: block;
    margin: 2% auto 0;
    font-size: 1.2rem;
}
ul#TopicsBrand li h4 span:after {
    background: rgba(159, 136, 86, .2);
    height: 5px;
    content: "";
    width: 50%;
    display: block;
    position: relative;
    top: 5px;
    margin: 0 auto;
}
ul#TopicsBrand li p {
    display: block;
    margin: 0 auto;
    padding: 1vw;
    background: #fff;
    font-family: sans-serif;
    text-align: left;
    line-height: 2.1em;
}

@media screen and (max-width: 767px) {
ul#TopicsBrand li {
    width: calc(100% / 1 - 2%);
}
ul#TopicsBrand li p {
    padding: 3vw 2vw;
    font-size: 1.2rem;
}
}


/* .mallEventBnr */
.mallEventBnr {
    background: #fff;
    padding: 3% 0;
}
.mallEventBnr a {
    display: block;
    max-width: 900px;
    margin: 0 auto;
}
.mallEventBnr img {
    width: auto;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
.mallEventBnr {
    padding: 5% 0;
}
.mallEventBnr a {
    max-width: 100%;
}
.mallEventBnr img {
    width: 80%;
}

#PCinfo iframe {
  height: 55px;
}
}



/* .more_btn */
a.more_btn {
  display: block;
  width: 230px;
  margin: 3% auto 0;
  padding: 13px 0;
  background: #fff;
  border: 1px solid #56443b;
  font-size: 1.4rem;
  text-align: center;
}
a.more_btn:after {
  content: ">";
  margin-left: 1em;
}


@media screen and (max-width: 767px) {
a.more_btn {
  width: 200px;
  padding: 2%;
  font-size: 1.2rem;
  letter-spacing: .01rem;
}
}
