@charset "UTF-8";
/*** =====================
  common styles
    - base
      - reset
    - components
      - common
      - parts
    - utility
===================== ***/
/*** =============================
  - base
============================= ***/
/** ------------------------------
  - reset
------------------------------ **/
.w960 {
  width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and ( max-width:1024px) {
	.w960 {
	  width: 950px;
	  margin: 0 auto;
	  padding: 0 10px;
	}
}
/*** =============================
  - components
============================= ***/
/** ------------------------------
  - parts
------------------------------ **/
.l-main {
  width: 700px;
  float: right;
}
.l-sub {
  width: 220px;
  float: left;
}
.contentArea {
  min-width: 960px;
  background-color: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 90px;
  /* margin-bottom: -90px; */
  /* padding-bottom: 30px; */    
  /* margin-bottom: 90px; */
}

/** ------------------------------
  - common
------------------------------ **/
/** ------------------------------
  - topicPath
------------------------------ **/
.topicPath {
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and ( max-width:1024px) {
	.topicPath {
	  line-height: 1.3;
	  margin-bottom: 30px;
	  width: 100%;
	}
}

/* -------------------------------
  - header
------------------------------- */
.headerArea {
  /* padding: 10px 0 0; */
}
.logoIDC {
  /**
  margin-top: 1rem;  
  top: 50%;
  margin-top: -11px;
  left: 0;
  **/
}
.logoIS {
  margin-bottom: 2rem;
}
.logoIS_link_img {
  float: left;
}
.logoIS_txt {
  width: 84px;
  text-align: left;
  float: left;
  line-height: 1.5;
  margin-left: 20px;
  position: relative;
  top: 5px;
}
.logoIS_txt span {
  display: inline-block;
}

@media screen and (min-width: 768px) and ( max-width:1024px) {
	.logoIDC {
	  top: 50%;
	  margin-top: -11px;
	  left: 10px;
	}
}
@media screen and (min-width:768px){
	.logoIS_txt {
	    width: auto;
	}
    .logoIDC_link_img:first-child {
        display: inline-flex !important;
    }
}

/** ------------------------------
  - mainContent
------------------------------ **/
.mainContent_ttl {
  font-size: 18px;
  padding: 15px 0;
}
.wpp-no-data {
  padding:50px 0;
}
/* -------------------------------
  - panel
------------------------------- */
/* searchPanel */
.searchPanel {
  background-color: #fff;
  margin: 0 auto 20px;
  padding: 20px 20px 5px;
}
.searchPanel_ttl {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 10px 0;
  border-bottom: 1px dotted;
  border-top: 1px dotted;
}
.searchPanel_list {
  margin-bottom: 15px;
}
.searchPanel_link {
  position: relative;
  padding-left: 10px;
  display: inline-block;
}
.searchPanel_link:before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-left: 5px solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

/* selectedPanel */
.selectedPanel {
  margin-bottom: 20px;
}
.selectedPanel_ttl {
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 3px;
}
.selectedPanel_lists {
  border-top: 1px solid #e6002d;
  padding: 0 20px;
}
.selectedPanel_list {
  padding: 20px 0;
}
.selectedPanel_list-num {
  width: 24px;
  height: 24px;
  line-height: 25px;
  margin-right: 6px;
}
.selectedPanel-ranking .selectedPanel_list-txt {
  width: 145px;
}
.selectedPanel-pickup .selectedPanel_list-txt {
  width: 100px;
}

/* -------------------------------
  - bottomArea
------------------------------- */
.bottomArea {
  margin-bottom: 60px;
}
.bottomArea_btn {
  width: 310px;
  height: 150px;
  margin-right: 15px;
  cursor: pointer;
}
@media screen and (min-width: 768px) and ( max-width:1024px) {
	.bottomArea_btn {
	  width: 300px;
	  height: 150px;
	  margin-right: 15px;
	  cursor: pointer;
	}
}
.bottomArea_btn:last-child {
  margin-right: 0;
}
.bottomArea_txt {
  font-size: 24px;
}

/* -------------------------------
  - pagination
------------------------------- */
.pagination .paging li { 
  padding: 0 8px;
}
.pagination .pageLink { 
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/** ------------------------------
  - utils
------------------------------ **/
.u-visible-md {
  display: block !important;
}
.u-visible-sm {
  display: none !important;
}


/** ------------------------------
  - navigation
------------------------------ **/
.gnav {
    display: block;
    width: 100%;
    margin-top: 0.8em;
    background-color: #fff;
    position: relative;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    line-height: 1.5;
}

.gnav.fix {
    z-index: 90000;
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 0.25em 0 rgba(216, 216, 216, 0.1), -0.25em 0.25em 0.25em rgba(216, 216, 216, 0.2);
}

.gnav_lists {
    display: flex;
    display:-ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    webkit-justify-content: center; /* Safari */
    /* margin: 2px 0; */
    position: relative;
    /* border-bottom: #eee 1px solid; */
}

.gnav_lists a {
    color: #000;
    display: block;
    padding: 10px 25px;
}

.gnav_lists a:hover {
    background-color: #eee;
    text-decoration: none;
    transition: none;
}

.gnav_lists >li > a::after {
    /* color: #b6b6ab; */
    color: #e6002d;
    content: '\f107';
    font-family: FontAwesome;
    margin-left: .5em;
}

.megamenu {
    background: #fff;
    border-top: 1px solid #eee;
    max-height: 0;
    opacity: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    z-index: 999;
    box-shadow: 0.25em 0.25em 0.25em rgba(0, 0, 0, 0.1), -0.25em 0.25em 0.25em rgba(0, 0, 0, 0.1);
}

.gnav_list:hover > .megamenu {
    max-height: 9999px;
    opacity: 1;
    display: block;
    padding: 20px 0;
}

.megamenu-inner {
    width: 960px;
    margin: 0 auto;
}
 
.megamenu-inner > li {
    display: inline-block;
    width: 24.5%;
    padding: 0;
}

.megamenu-inner > li > a {
    padding: 10px 15px;
    color: #444;
    display: block;
}

.shop .megamenu-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.shop .megamenu-inner > li {
    display: inline-block;
    width: calc(24.5% - 2em);
    vertical-align: top;
}

.shop .megamenu-inner > li:not(:nth-child(4n+1)) {
    margin-left: 1em;
    padding-left: 1em;
    border-left: solid 1px #ccc;
}

.shop .megamenu-inner > li:nth-child(n+5) {
    margin-top: 2em;
}

.shop .megamenu-inner > li .area_name {
    font-size: 110%;
    font-weight: bold;
    padding: 0 0 1em 0;
}

.shop .megamenu-inner .shop_list_item > li {
    width: 100%;
    margin-top: 0.5em;
}

.shop .megamenu-inner .shop_list_item > li > a {
    padding: .35rem 0 .2rem;
}
