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


/*-----------
product search
-----------*/

/* news */

.news_wrap {
  display: flex;
  justify-content: space-between;
}
.news {
  width: 510px;
  display: inline-block;
  margin-top: 36px;
}

.news_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 20px;
}

.news_head h3{
  font-size: 22px;
  border-left: 4px solid #000;
  line-height: 1.2;
  padding-left: 8px;
  font-weight: bold;
}

.news_head .btn_b{
  width: 120px;
  line-height: 40px;
  font-size: 15px;
}

.news dl {
  border-top: 1px solid #e4e4e4;
}

.news dl dt {
  display: flex;
  align-items: center;
  column-gap: 10px;
  line-height: 22px;
  padding-top: 13px;
  margin-bottom: 5px;
}

.news dl dt .date {
  font-weight: bold;
}

.news dl dt .label_gold {
  font-weight: bold;
  background-color: #aa9f71;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding: 0 7px;
}

.news dl dt .label_navy {
  font-weight: bold;
  background-color: #1b365d;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding: 0 7px;
}

.news dl dd {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 13px;
}

.news dl dd a {
  color: #000;
  text-decoration: none;
}


/*-----------
contents_box_parallel
-----------*/

.contents_box_parallel{
  display: flex;
  justify-content: space-between;
}

.contents_box.contents_box_parallel h2 {
  margin: 0 auto 30px;
}

.contents_box.contents_box_parallel h2 span {
  letter-spacing: -0.5px;
}

.contents_box_parallel > div{
  width: 530px;
}

.contents_box_parallel .select_area {
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}

.contents_box_parallel .select_area input[type="text"] {
  width: 100%;
  border-radius: 6px;
}

.contents_box_parallel .select_area .input_wrap {
  position: relative;
  width: 100%;
}

.contents_box_parallel .select_area .select_wrap {
  position: relative;
}

.contents_box_parallel .select_area select {
  width: 260px;
  border: 1px solid #919191;
  border-radius: 5px;
}

.contents_box_parallel .select_area button {
  width: 260px;
}

.contents_box_parallel .select_area button a {
  width: 260px;
  border-radius: 6px;
}

.search_list div{
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}

.search_list div a{
  width: 260px;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
}



/*-----------
product search
-----------*/

.product_search{
  position: relative;
  padding: 40px 0 80px;
}

.product_search_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 35px 0 35px 20px;
  justify-content: flex-start;
  border-bottom: 1px solid #e4e4e4;
}

.product_search_box:first-child {
  border-top: 1px solid #e4e4e4;
}

.product_search_box.brand_area {
  justify-content: center;
  font-size: 19px;
}

.product_search h4 {
  width: 164px;
  font-size: 18px;
  padding-left: 7px;
  border-left: 4px solid #000000;
  line-height: 1.2;
  font-weight: bold;
}



/* type=checkbox */

.product_search .brand_area .checkbox-blue_01 + label  {
  padding: 5px 50px 5px 26px;
}

.product_search .type_area .checkbox-blue_01 + label {
  padding: 5px 20px 5px 26px;
  margin-left: 40px;
}

.product_search .options_area .checkbox-blue_01 + label {
  padding: 5px 20px 5px 26px;
  margin-left: 124px;
}

.product_search .options_area .checkbox-blue_01:first-of-type + label {
  margin-left: 0;
}


/* type=radio */

.product_search_box input.radio-blue_01[type=radio] + label {
  padding: 7px 15px 5px 26px;
}

.product_search_box.number_area input.radio-blue_01[type=radio] + label {
  padding: 3px 20px 3px 26px;
}

.product_search .discontinue_area .radio-blue_01 + label {
  padding: 5px 20px 5px 26px;
  margin-left: 45px;
}

.product_search .discontinue_area .radio-blue_01:first-of-type + label {
  margin-left: 0;
}


.product_search .products_area .radio-blue_01 + label {
  padding: 5px 20px 5px 26px;
  margin-left: 87px;
}

.product_search .products_area.radio4 .radio-blue_01 + label {
  margin-left: 47px;
}

.product_search .products_area .radio-blue_01:first-of-type + label {
  margin-left: 0;
  width: 130px
}


/* type="number */

.number_area{
  align-items: flex-start;
}

.number_area h4 {
  margin-top: 4px;
}

.number_area .inner-block input[type="number"] {
  height: 34px;
  width: 76px;
  padding: 4px 4px 4px 8px;
  border-radius: 6px;
  background: #FFF;
  border: 1px solid #919191;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 5px;
  box-sizing: border-box;
}

.number_area .inner-block input[type="number"]:focus {
  outline: 0;
  border: 1px solid #007096;
  background: #f0f7f9;
}


/* options_area */

.options_category_list {
  display: none;
}

.options_category_list .options_category_list_inner {
  position: relative;
  padding: 30px 54px 30px 34px;
  margin: 10px 0 0 151px;
  background-color: #fff;
  border-radius: 10px;
}

.options_category_list .categories .checkbox-blue_01 + label {
  margin-left: 0;
}

.options_category_list .btn_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  transition: opacity 0.2s;
  backface-visibility: hidden;
}

.options_category_list .btn_close:hover {
  opacity: 0.7;
}

.options_category_list .btn_close::before,
.options_category_list .btn_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 2px;
  background-color: #000;
}

.options_category_list .btn_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.options_category_list .btn_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}


/*-----------
list_main_features
-----------*/

.list_main_features {
  padding-top: 10px;
  display: flex;
  align-items: flex-start;
  column-gap: 40px;
  row-gap: 40px;
  flex-wrap: wrap;
}

.list_main_features li {
  width: calc((100% - 120px) / 4);
}

.list_main_features li a {
  color: #000;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .list_main_features li a:hover {
    opacity: 0.5;
  }
}

.list_main_features li img {
  width: 100%;
}

.list_main_features li h3 {
  margin: 15px 0 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.list_main_features li p {
  line-height: 1.5;
}



/*-----------
list_web_catalog
-----------*/

.list_web_catalog {
  padding: 10px 0 0;
  display: flex;
  width: 990px;
  margin: 0 auto -20px;
  column-gap: 35px;
}

.list_web_catalog li {
  width: 170px;
}

.list_web_catalog li a {
  color: #000;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .list_web_catalog li a:hover {
    opacity: 0.5;
  }
}

.list_web_catalog li img {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.list_web_catalog li h3 {
  margin: 0 0 15px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.list_web_catalog li h3 span {
  letter-spacing: -0.5px;
}



/*-----------
lineup
-----------*/

.list_lineup {
  padding-top: 15px;
  display: flex;
  align-items: flex-start;
  row-gap: 40px;
  column-gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 70px;
}

.list_lineup li {
  width: calc((100% - 80px) / 3);
}

.list_lineup li a {
  color: #000;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .list_lineup li a:hover {
    opacity: 0.5;
  }
}

.list_lineup li img {
  width: 100%;
}

.list_lineup li h3 {
  margin: 15px 0 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.list_lineup li p {
  line-height: 1.5;
}


.list_bnr {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  margin-top: 60px;
}

.list_bnr li {
  width: 300px;
}

.list_bnr li img {
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .list_bnr a:hover {
    opacity: 0.5;
  }
}




/*-----------
list_pickup_contents
-----------*/

.read_product_search{
  text-align: center;
}

.list_pickup_contents {
  padding-top: 35px;
  display: flex;
  align-items: flex-start;
  column-gap: 40px;
  flex-wrap: wrap;
}

.list_pickup_contents li {
  width: calc((100% - 120px) / 4);
}

.list_pickup_contents li a {
  color: #000;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .list_pickup_contents li a:hover {
    opacity: 0.5;
  }
}

.list_pickup_contents li img {
  width: 100%;
}

.list_pickup_contents li h3 {
  margin: 15px 0 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.list_pickup_contents li p {
  line-height: 1.5;
}



/*-----------
helpful_info
-----------*/

.list_helpful_info {
  padding-top: 35px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 40px;
}

.list_helpful_info li {
  width: calc((100% - 80px) / 3);
}

.list_helpful_info li a.btn_b {
  width: 100%;
  font-size: 18px;
  line-height: 56px;
}




/*
SP
---------------------------------------------------------------------*/

@media only screen and ( max-width : 768px ) {
  
  

  /* news */

  .news_wrap {
    display: block;
    margin-top: -5%;
  }
  .news {
    width: 100%;
    display: inline-block;
    margin-top: 9%;
  }

  .news_head {
    padding-bottom: 6%;
  }

  .news_head h3{
    font-size: calc(100vw / ( 375 / 18 ));
    font-weight: bold;
  }

  .news_head .btn_b{
    width: 7em;
    line-height: 2.6;
    font-size: calc(100vw / ( 375 / 12 ));
  }

  .news dl {
    border-top: 1px solid #e4e4e4;
  }

  .news dl dt {
    display: flex;
    column-gap: 10px;
    line-height: 22px;
    padding: 3% 1.5% 0;
    margin-bottom: 1.5%;
  }

  .news dl dt .date {
    font-size: calc(100vw / ( 375 / 14 ));
  }

  .news dl dt .label_gold {
    font-size: calc(100vw / ( 375 / 11 ));
    line-height: 1.4;
    padding: 0 .5em;
  }

  .news dl dt .label_navy {
    font-size: calc(100vw / ( 375 / 11 ));
    line-height: 1.4;
    padding: 0 .5em;
  }

  .news dl dd {
    border-bottom: 1px solid #e4e4e4;
    font-size: calc(100vw / ( 375 / 14 ));
    padding: 0 1.5% 3%;
  }

  .news dl dd a {
    color: #000;
    text-decoration: none;
  }



  /*-----------
  contents_box_parallel
  -----------*/

  .contents_box_parallel {
    display: block;
  }

  .contents_box.contents_box_parallel h2 {
    text-align: center;
    margin: 0 auto 7%;
  }

  .contents_box.contents_box_parallel h2 span {
    display: block;
    line-height: 1.2;
    margin-bottom: 5px;
    letter-spacing: 0;
  }

  .contents_box_parallel > div{
    width: 100%;
  }

  .contents_box_parallel > div.search_words{
    margin-bottom: 13%;
  }

  .contents_box_parallel .select_area {
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
  }

  .contents_box_parallel .select_area input[type="text"] {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 0;
    height: 3.2em;
    line-height: 3.2;
  }

  .contents_box_parallel .select_area .input_wrap {
    position: relative;
    width: 100%;
  }

  .contents_box_parallel .select_area .input_wrap::before {
    top: 30%;
  }

  .contents_box_parallel .select_area .select_wrap {
    position: relative;
    width: calc(50% - 5px);
  }

  .contents_box_parallel .select_area .select_wrap::after {
    margin-top: -6px;
}

  .contents_box_parallel .select_area select {
    width: 100%;
    border: 1px solid #919191;
    border-radius: 5px;
    height: 3.2em;
    line-height: 3.2;
    margin-bottom: 0;
  }

  .contents_box_parallel .select_area button {
    width: calc(50% - 5px);
  }

  .contents_box_parallel .select_area button a {
    width: 100%;
    border-radius: 6px;
    height: 3.2em;
    line-height: 3.2;
  }

  .search_list div{
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
  }

  .search_list div a{
    width: calc(50% - 5px);
    font-size: calc(100vw / ( 375 / 15 )) !important;
    height: 3.2em;
    line-height: 3.2;
    height: auto;
    font-size: 18px;
  }


  /* product search */

  .product_search{
    padding: 6% 0 12%;
    letter-spacing: 0.2px;
  }

  .product_search_box {
    padding: 7% 2% 6%;
    align-items: flex-start;
  }

  .product_search_box.color_area {
    column-gap:4%;
  }

  .product_search_box label {
    font-size: calc(100vw / ( 375 / 14 ));
    width: 22%;
  }

  .product_search_box.brand_area {
    justify-content: flex-start;
    font-size: calc(100vw / ( 375 / 14 ));
  }

  .product_search h4 {
    width: 50%;
    font-size: calc(100vw / ( 375 / 18 ));
    box-sizing: border-box;
    margin:2% 0 4%;
  }

  .product_search .color_area h4 {
    width: 46%;
  }

  .number_area {
      padding-bottom: 8%;
  }

  .discontinue_area h4{
    width: 100%;
  }

  .options_area h4 {
    width: 100%;
  }

  .products_area h4 {
    width: 100%;
  }



  /* type=checkbox */

  .product_search .brand_area .checkbox-blue_01 + label  {
    padding: 5px 0 5px 26px;
    width: 50%;
    box-sizing: border-box;
  }

  .product_search .brand_area .checkbox-blue_01 + label.checkbox_l {
    width: 100%;
  }

  .product_search .type_area .checkbox-blue_01 + label {
    padding: 5px 20px 5px 26px;
    margin-left: 0;
    width: 50%;
    box-sizing: border-box;
  }

  .product_search .options_area .checkbox-blue_01 + label {
    padding: 5px 0 5px 6.4vw;
    margin-left: 0;
    width: 50%;
    box-sizing: border-box;
  }


  /* type=radio */

  .product_search_box input.radio-blue_01[type=radio] + label,
  .product_search_box.number_area input.radio-blue_01[type=radio] + label{
    padding: 5px 5px 5px 24px;
    width: 50%;
    box-sizing: border-box;
  }

  .product_search .discontinue_area .radio-blue_01 + label {
    padding: 5px 20px 5px 24px;
    margin-left: 0;
  }

  .product_search .products_area .radio-blue_01 + label,
  .product_search .products_area.radio4 .radio-blue_01 + label  {
    padding: 5px 0 5px 6.4vw;
    margin-left: 0;
    width: 50%;
    box-sizing: border-box;
  }

  .product_search .products_area .radio-blue_01:first-of-type + label {
    width: 50%;
  }



  /* type="number */

  .number_area .inner-block input[type="number"] {
    height: 34px;
    width: 33%;
    padding: 4px 8px;
    border-radius: 6px;
    background: #FFF;
    border: 1px solid #919191;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 5px;
    box-sizing: border-box;
  }

  .number_area .inner-block input[type="number"]:focus {
    outline: 0;
    border: 1px solid #007096;
    background: #f0f7f9;
  }


  /* options_area */

  .options_category_list .options_category_list_inner {
    padding: 6.5% 4.5%;
    margin: 8px 0 0 0;
    border-radius: 8px;
  }

  .options_category_list .categories .checkbox-blue_01 + label {
    width: auto;
    padding: 3px 3vw 3px 6.4vw;
    margin-left: 0;
  }

  .options_category_list .btn_close {
    top: 2px;
    right: 2px;
    width: 28px;
    height: 28px;
  }

  .options_category_list .btn_close:hover {
    opacity: 1;
  }

  .options_category_list .btn_close::before,
  .options_category_list .btn_close::after {
    width: 21px;
    height: 2px;
  }



  /*-----------
  list_main_features
  -----------*/

  .list_main_features {
    padding-top: 0;
    row-gap: 1.8em;
    column-gap: 0;
    justify-content: space-between;
  }

  .list_main_features li {
    width: 48.5%;
  }

  .list_main_features li img {
    width: 100%;
  }

  .list_main_features li h3 {
    font-size: calc(100vw / ( 375 / 15 ));
    margin: 10px 0 5px;
  }

  .list_main_features li p {
    font-size: calc(100vw / ( 375 / 12 ));
  }



  /*-----------
  list_web_catalog
  -----------*/

  .list_web_catalog {
    width: 100%;
    padding: 0;
    row-gap: 20px;
    column-gap: 3.2%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .list_web_catalog li {
    width: 31.2%;
  }

  .list_web_catalog li a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .list_web_catalog li h3 {
    font-size: calc(100vw / ( 375 / 11 ));
    margin: 10px 0 5px;
    flex-grow: 1;
  }

  .list_web_catalog li img {
    width: 100%;
    padding: 0;
  }



  /*-----------
  lineip
  -----------*/

  .list_lineup {
    padding-top: 0;
    margin-top: 7%;
    row-gap: 2em;
    column-gap: 0;
    padding-bottom: 12%;
    justify-content: space-between;
  }

  .list_lineup li {
    width: 48.5%;
  }

  .list_lineup li a:hover {
    opacity: 1;
  }

  .list_lineup li img {
    width: 100%;
  }

  .list_lineup li h3 {
    font-size: calc(100vw / ( 375 / 15 ));
    margin: 10px 0 5px;
  }

  .list_lineup li p {
    font-size: calc(100vw / ( 375 / 12 ));
  }
  

  .list_bnr {
    flex-direction: column;
    row-gap: 1.5em;
    margin-top: 12%;
  }

  .list_bnr li {
    width: 89.55%;
    margin: 0 auto;
    }



  /*-----------
  list_pickup_contents
  -----------*/


  .read_product_search{
    font-size: calc(100vw / ( 375 / 12 ));
  }

  .list_pickup_contents {
    padding-top: 8%;
    row-gap: 2em;
    column-gap: 0;
    justify-content: space-between;
  }

  .list_pickup_contents li {
    width: 48.5%;
  }

  .list_pickup_contents li img {
    width: 100%;
  }

  .list_pickup_contents li h3 {
    font-size: calc(100vw / ( 375 / 15 ));
    margin: 10px 0 5px;
  }

  .list_pickup_contents li p {
    font-size: calc(100vw / ( 375 / 12 ));
  }



  /*-----------
  helpful_info
  -----------*/

  .list_helpful_info {
    padding-top: 8%;
    flex-direction: column;
    row-gap: 1.3em;
  }

  .list_helpful_info li {
    width: 100%;
  }

  .list_helpful_info li a.btn_b {
    width: 100%;
    font-size: calc(100vw / ( 375 / 15 ));
    line-height: 3.5;
  }


}