@charset "UTF-8";

/* ----userCategory------------------------------------ */
.userCategory_inner {
  margin: 40px auto 0;
}
.userCategory_heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #333;
}
.userCategory_read {
  margin-bottom: 20px;
}
.userCategory_list {
  display: flex;
  flex-wrap: wrap;
}
.userCategory_item a {
  color: #333;
  text-decoration: none;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.userCategory_image {
  border: 2px solid #fff;
  border-radius: 3px;
}
.userCategory_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 2.8rem;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  text-shadow: 2px 2px 5px #fff,
  -2px 2px 5px #fff,
  2px -2px 5px #fff,
  -2px -2px 5px #fff;
  width: 80%;
}
.userCategory_text span {
  display: block;
  font-size: 1.8rem;
}

@media print,screen and (min-width: 768px) {
  .userCategory_inner {
    width: 1160px;
  }
  .userCategory_heading {
    margin-bottom: 20px;
    font-size: 3.6rem;
  }
  .userCategory_item {
    width: 280px;
    margin: 0 5px 10px;
  }
  .userCategory_item a {
    display: block;
    overflow: hidden;
    border-radius: 3px;
  }
    .userCategory_item a:hover {
    opacity: 0.8;
  }
  .userCategory_item a:before {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    border: 1px solid #cccccc;
    border-radius: 3px;
  }
  .userCategory_item a:hover:before {
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    border: 2px solid #0784E8;
  }
  
  
  .occupationBlock_2col_inner {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .occupationBlock_2col_banner{
    margin: 0 5px 10px;
    width: 570px;
  }
  .occupationBlock_2col_inner a {
    padding: 2px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
  }
  .occupationBlock_2col_inner a:hover {
    opacity: 0.8;
  }
  .occupationBlock_2col_inner a:before {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    border: 1px solid #cccccc;
    border-radius: 3px;
  }
  .occupationBlock_2col_inner a:hover:before {
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    border: 2px solid #0784E8;
  }
}

@media screen and (max-width: 767px) {
  .userCategory_inner {
    padding: 0 10px 0;
  }
  .userCategory_heading {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .userCategory_list {
    justify-content: space-between;
  }
  .userCategory_item {
    width: calc(50% - 4px);
  }
  .userCategory_item:nth-child(n+3) {
    margin-top: 18px;
  }
  .userCategory_item a {
    border: solid 1px #ccc;
    border-radius: 3px;
  }
	.userCategory_image {
		border: 1px solid #fff;
	}
  .userCategory_text {
    font-size: 2rem;
  }
	.userCategory_text span {
		font-size: 1.4rem;
	}
  
  
  .occupationBlock_2col_inner{
    text-align: center;
  }
  .occupationBlock_2col_banner {
    margin: 10px 0 0;
    border: solid 1px #ccc;
    border-radius: 3px;
    display: inline-block;
  }
	.occupationBlock_2col_banner a {
		border: 1px solid #fff;
		display: block;
	}
}



/* ----lineup03------------------------------------ */
.lineup03_tabList {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.55rem;
  font-weight: 500;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
.lineup03_tabItem {
  width: calc((100% - 42px)/7);
  text-align: center;
  display: flex;
}
.lineup03_tabItem > a{
  text-decoration: none;
  color: #333;
  flex-grow: 1;
  position: relative;
}
.lineup03_tabBtn{
  padding: 10px 0 15px;
  /*! position: relative; */
  /*! cursor: pointer; */
  /*! display: flex; */
  /*! justify-content: center; */
  /*! align-items: center; */
}
.lineup03_tabBtn figure{
  /*! display: block; */
}
.lineup03_tabBtn span{
  margin: 10px auto 0;
  display: block;
}
@media print,screen and (min-width: 768px) {
.lineup03_tabItem >a:hover::after{
  content: '';
  width: 100px;
  height: 3px;
  border-radius: 10px;
  display: inline-block;
  background-color: #5f6b78;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 50px);
}
.lineup03_tabItem.is-active .lineup03_tabBtn::after{
  content: '';
  width: 150px;
  height: 3px;
  border-radius: 10px;
  display: inline-block;
  background-color: #5f6b78;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 70px);
}
}
.lineup03_list{
  margin-top: 30px;
}
.lineup03_listChild {
 display: none;
}
.lineup03_listChild.is-active {
 display: block;
}
.lineup03_list a {
  display: block;
  text-decoration: none;
  color: #333;
}
.lineup03_itemBox{
  display: flex;
  flex-wrap: wrap;
}
.lineup03_itemBlock{
  width: 45.4%;
  margin-right: 0.6%;
}
.lineup03_itemFlex{
  width: 54%;
  display: flex;
  flex-wrap: wrap;
}
.lineup03_itemFlex .lineup03_item {
  width: 49.5%;
  height: 207px;
  background: #fff;
  border-radius: 3px;
}
.lineup03_itemFlex .lineup03_item:nth-of-type(2n) {
  margin-left: 1%;
}
.lineup03_itemFlex .lineup03_item:nth-of-type(n+3) {
  margin-top: 8px;
}
.lineup03_item > a {
  display: flex !important;
  flex-direction: column;
  justify-content: start;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.lineup03_item > a:before {
  position: absolute;pointer-events: none;top: 0;left: 0;content: "";display: block;height: calc(100% - 2px);width: calc(100% - 2px);/* border: 1px solid #ccc; */border-radius: 3px;z-index: 10;}
.lineup03_imageBox{
  position: relative;
  background: #f5f7fa;
  text-align: center;
  padding: 10px
}
.lineup03_itemBlock .lineup03_imageBox{
  height: 336px;
}
.lineup03_itemBlock .lineup03_image {
  height: 270px;
  margin-top: 20px;
}
.lineup03_itemFlex .lineup03_imageBox {
  height: 120px;
}
.lineup03_itemFlex .lineup03_image {
  height: 100px;
  margin-right: 40px;
}
.lineup03_label {
  position: absolute;
  bottom: 10px;
  right: 8px;
}
.lineup03_labelItem {
  display: block;
  padding: 2px 5px;
  border: solid 1px #ccc;
  background: #fff;
  text-align: center;
  font-size: 1.2rem;
}
.lineup03_labelItem + .lineup03_labelItem {
  margin-top: 3px;
}
.lineup03_info {
  padding: 5px 8px;
}
.lineup03_name {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}
.lineup03_type {
  margin-top: 2px;
  font-size: 1.2rem;
  letter-spacing: 0.08rem;
}
.lineup_num {
  font-size: 1.8rem;
}
.lineup03_price{
  margin-top: 5px;
}
.lineup03_listChild.periBox .lineup03_itemBox > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lineup03_peri{
  width: 280px;
  margin: 0 5px 10px;
}
.productLineupTable_noteBottom {
  margin-top: 10px;
  text-align: right;
  font-size: 1.1rem;
}
.productLineupTable_noteBottom + p{
  margin-top: 0;
}
.lineup03_Link{
  width: 650px;
  margin: 20px auto 0;
}
.lineup03_Link a {
  padding: 17px 30px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-size: 1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.lineup03_Link a:hover {
  background: #606a76;
  border: 1px solid #606a76;
  color: #fff;
}
.lineup03_Link a:after {
font-family: 'FontAwesome';
  content: "\f105";
  font-size: 3rem;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

/* ranking追加 */
.lineup_ranking_heading{
  margin-top: 60px;
}
.lineup_ranking_list a {
  display: block;
  text-decoration: none;
  color: #333;
}
.lineup_ranking_itemFlex01, .lineup_ranking_itemFlex02 {
  display: flex;
  justify-content: space-between;
}
.lineup_ranking_itemFlex01 .lineup03_item {
  width: calc((100% - 20px) / 3);
}
.lineup_ranking_itemFlex02{
 margin-top: 10px; 
}
.lineup_ranking_itemFlex02 .lineup03_item {
  width: calc((100% - 10px) / 2);
}
.lineup_ranking_itemFlex02 .lineup_ranking_itemBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lineup_ranking_itemFlex02 .lineup_ranking_itemBox .lineup03_imageBox,
.lineup_ranking_itemFlex02 .lineup_ranking_itemBox .lineup03_info{
  width: 50%;
}
.lineup_ranking_num {
  position: absolute;
  top: 10px;
  left: 0;
  font-family: 'Noto Sans JP', sans-serif;
}
.lineup_ranking_num p {
  background:#00a0e9;
  box-sizing:border-box;
  color:#fff;
  font-size:1.6rem;
  font-weight:600;
  display:inline-block;
  padding:4px 0 6px;
  position:relative;
  text-align:center
}
.lineup_ranking_num p::before {
  content:'';
  background-repeat:no-repeat;
  position:absolute;
  width:17px;
  height:14px;
  top:10px;
  left:10px;
  background-image:url(../../../other_contents/ui2012/icn_ranking02.svg);
}
.lineup_ranking_num span {
  margin:0;
  padding:0 20px 0 35px;
}
.lineup_ranking_num span::after {
  content:'';
  height:0;
  position:absolute;
  width:0;
  border-color:transparent #f5f7fa transparent transparent;
  border-style:solid;
  border-width:17px 10px 17px 0;
  right:0;
  top:0
}
.ranking_colorList {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  left: 8px;
}
.ranking_colorItem {
  padding: 3px;
  height: 26px;
}
.ranking_color {
  border-radius: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
}
  .ranking_color-black {
    background-color: #010101; }
  .ranking_color-white {
    background-color: #fff;
    border: solid 1px #cccccc; }
  .ranking_color-red {
    background-color: #e50112; }
  .ranking_color-blue {
    background-color: #497cbb; }
.lineup_ranking_itemFlex01 .lineup03_imageBox{
  height: 200px;
}
.lineup_ranking_itemFlex01 .lineup03_imageBox img {
  height: 180px;
  width: auto;
}
.lineup_ranking_itemFlex02 .lineup03_imageBox {
  height: 160px;
}
.lineup_ranking_itemFlex02 .lineup03_imageBox img {
  height: 140px;
  width: auto;
}



@media print,screen and (min-width: 768px) {
/*.lineup03_tabItem a:hover::after{
  content: '';
  width: 140px;
  height: 3px;
  border-radius: 10px;
  display: inline-block;
  background-color: #5f6b78;
  position: absolute;
  bottom: 3px;
  left: calc(50% - 70px);
}*/
.lineup03_tabItem.is-active a:hover{
  cursor: default;
}
.lineup03_item > a:hover:before {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  border: 2px solid #0784E8;
  z-index: 4;
}
.lineup03_Link a:hover {
  background: #606a76;
  border: 1px solid #606a76;
  color: #fff;
}
}

@media screen and (max-width: 767px) {
.lineup03_tabList {
  font-size: 1.6rem;
  width: 100%;
}
.lineup03_tabItem {
  width: calc((100% - 10px)/2);
  line-height:1;
  text-align: left;
}
.lineup03_tabBtn {
  /*! min-height: 100px; */
  justify-content: start;
  padding: 15px 10px;
  display: flex;
  align-items: center;
}
.lineup03_tabBtn figure {
  min-width: 32px;
}
.lineup03_tabBtn span {
  margin: 0 0 0 15px;
  display: block;
}
.lineup03_tabItem.is-active .lineup03_tabBtn::after{
  width: 80%;
  left: calc(50% - 40%);
  bottom: 10px;
}
.lineup03_list {
  margin-top: 10px;
}
.lineup03_itemBox{
  display: block;
}
.lineup03_itemBlock{
  width: 100%;
  margin-right: 0;
}
.lineup03_itemFlex{
  width: 100%;
}
.lineup03_itemFlex .lineup03_item {
  height: auto;
}
.lineup03_itemBlock .lineup03_imageBox{
  height: 120px;
}
.lineup03_itemBlock .lineup03_image {
  height: 100px;
  margin-top: 0;
}
.lineup03_itemFlex .lineup03_image {
  margin-right: 0;
}
.lineup03_itemFlex .lineup03_label {
  bottom: -15px;
  left: 5px;
}
.lineup03_itemFlex .lineup03_labelItem {
   display: inline-block;
   font-size: 1rem;
}
.lineup03_itemFlex .lineup03_labelItem + .lineup03_labelItem {
  margin: 0 0 0 3px;
}
.lineup03_itemFlex .lineup03_info {
  padding: 20px 5px 5px;
}
.lineup03_peri{
  width: calc(50% - 4px);
  margin: 0;
}
p.productLineupTable_noteBottom {
  text-align: left;
}
.lineup03_Link{
  width: 100%;
}
.lineup03_Link a {
  padding: 12px 10px;
  font-size: 1.6rem;
}
  
/* ranking追加 */

.lineup_ranking_itemFlex01 {
  display: block;
}
.lineup_ranking_itemFlex01 .lineup03_item {
  width: 100%;
}
  .lineup_ranking_itemFlex01 .lineup03_item + li{
    margin-top: 10px;
  }
.lineup_ranking_itemFlex02 .lineup_ranking_itemBox {
  display: block;
}
.lineup_ranking_itemFlex02 .lineup_ranking_itemBox .lineup03_imageBox,
.lineup_ranking_itemFlex02 .lineup_ranking_itemBox .lineup03_info{
  width: 100%;
}

.lineup_ranking_num p {
  font-size: 1.2rem;
  padding: 2px 0 4px;
}
.lineup_ranking_num p::before {
  width: 14px;
  height: 11px;
  top: 6px;
  left: 5px;
}
.lineup_ranking_num span {
  padding: 0px 10px 0 23px;
}
.lineup_ranking_num span::after {
  border-width: 12px 4px 12px 0;
}
.lineup_ranking_itemFlex01 .lineup03_imageBox{
  height: 130px;
}
.lineup_ranking_itemFlex01 .lineup03_imageBox img {
  height: 110px;
}
.lineup_ranking_itemFlex02 .lineup03_imageBox {
  height: 110px;
}
.lineup_ranking_itemFlex02 .lineup03_imageBox img {
  height: 90px;
}
}


/* ----lineup02------------------------------------ */
.lineup02_list {
  position: relative;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.lineup02_list a {
  display: block;
  text-decoration: none;
  color: #333;
}
.lineup02_listChild {
  width: 280px;
  margin: 0 5px 10px;
}
.lineup02_listChild > a {
  text-align: center;
  padding: 10px;
}
.lineup02_listChild > a:hover {
  opacity: 0.7;
}
.lineup02_listImage {
  height: 120px;
}
.lineup02_listTtl {
  margin-top: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}
.lineup02_listTtl span {
  display: block;
  font-size: 1.5rem;
}
.lineup02_itemBox {
  position: absolute;
  left: 0;
  top: 200px;
  z-index: 4;
  background: #eeeeee;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  padding: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.lineup02_itemBox ul{
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.lineup02_listChild:hover > .lineup02_itemBox {
  visibility: visible;
  opacity: 1;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}
.lineup02_itemBox::before {
  content: "";
  position: absolute;
  top: -40px;
  border: 20px solid transparent;
  border-bottom: 20px solid #eee;
  z-index: 2;
}
.lineup02_listChild:nth-of-type(1) .lineup02_itemBox:before {
  left: 11%;
}
.lineup02_listChild:nth-of-type(2) .lineup02_itemBox:before {
  left: 35%;
}
.lineup02_listChild:nth-of-type(3) .lineup02_itemBox:before {
  left: 60%;
}
.lineup02_listChild:nth-of-type(4) .lineup02_itemBox:before {
  left: 86%;
}
.lineup02_item {
  width: 278px;
  height: auto;
  background: #fff;
  border-radius: 3px;
}
.lineup02_item:nth-of-type(n+2) {
  margin-left: 9px;
}
.lineup02_item:nth-of-type(5) {
  margin-left: 0;
}
.lineup02_item:nth-of-type(n+5) {
  margin-top: 10px;
}
.lineup02_item > a {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  height: 100%;
}
.lineup02_item > a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.lineup02_item > a:before {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  content: "";
  display: block;
  border-radius: 3px;
  height: calc(100% - 1px);
  width: calc(100% - 1px);
  /*! border: 1px solid #fff; */
}
.lineup02_item > a:hover:before {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  border: 2px solid #0784E8;
  z-index: 4;
}
.lineup02_imageBox {
  position: relative;
  height: 120px;
  background: #f5f7fa;
  text-align: center;
  padding: 10px
}
.lineup02_image {
  height: 100px;
  margin-right: 40px;
}

.lineup02_DH1 .lineup02_image {
  margin-right: 70px;
}

.lineup02_label {
  position: absolute;
  bottom: 10px;
  right: 5px;
}
.lineup02_labelItem {
  display: block;
  padding: 2px 5px;
  border: solid 1px #ccc;
  background: #fff;
  text-align: center;
  font-size: 1.2rem;
}
.lineup02_labelItem + .lineup02_labelItem {
  margin-top: 3px;
}
.lineup02_info {
  padding: 10px 5px;
}
.lineup02_name {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.lineup02_type {
  font-size: 1.2rem;
  margin-top: 5px;
}
.lineup_num {
  font-size: 2rem;
}
.lineup02_2col {
  width: 565px;
}
.lineup02_2col > a {
  flex-direction: initial;
  height: 100%;
}
.lineup02_2col.lineup02_zero > a {
  background: #464646;
	color: #fff;
}
.lineup02_2col .lineup02_imageBox {
  height: auto;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lineup02_2col.lineup02_zero .lineup02_imageBox {
  background: #464646;
}
.lineup02_zero .lineup02_labelItem {
  background: #464646;
}
.lineup02_2col .lineup02_info {
  width: 55%;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .lineup02_item_sp:nth-of-type(n+2){
    margin-top: 10px;
  }
  .lineup02_item_sp a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    text-decoration: none;
    min-height: 110px;
    position: relative;
    padding: 5px 10px;
  }
  .lineup02_item_sp a:before {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    content: "";
    display: block;
    border-radius: 3px;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    border: 1px solid #ccc;
  }
  .lineup02_listImage_sp{
    max-width: 150px;
  }
  .lineup02_listTtl_sp{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .lineup02_listTtl_sp span {
    display: block;
    font-size: 1.5rem;
  }
}


/* ----keywordCategory------------------------------------ */
.keywordCategory_inner {
  margin: 40px auto 0;
}
.keywordCategory_heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #333;
}
.keywordCategory_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.keywordCategory_item {
  margin: 5px;
  text-align: center;
}
.keywordCategory_item a {
  padding: 6px 20px 8px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}

@media print,
screen and (min-width: 768px) {
  .keywordCategory_inner {
    width: 1160px;
  }
  .keywordCategory_heading {
    margin-bottom: 20px;
    font-size: 3.6rem;
  }
  .keywordCategory_item {
    /*! min-width: 180px; */
  }
  .keywordCategory_item a:hover {
    background: #232b35;
    border: 1px solid #232b35;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .keywordCategory_inner {
    padding: 0 10px 0;
  }
  .keywordCategory_heading {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .keywordCategory_item a {
    font-size: 1.4rem;
  }
}


