@charset "UTF-8";

#header {
  margin-bottom: 0;
}
#footer {
  margin-top: 0;
}
div.wrapper_ {
  position: relative;
  z-index: 25;
}

.common_inner {
  width: 1200px;
  margin: 0 auto;
}
.common_ttl {
  margin: 0 auto;
  width: 1200px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
.common_ttl:after {
  content:"";
  width: 60px;
  height: 3px;
  border-radius: 2px;
  background: #052FC3;
  position: absolute;
  bottom:-20px;
  left: 50%;
  transform: translateX(-50%)
}

/* MV */
.mv {
  min-width: 1200px;
}
.mv_wrapper {
  position: relative;
}
.mv_image {
  width: 100%;
}
.mv_image img {
  width: 100%;
  min-height: 435px;
  object-fit: cover;
}
.mv_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
}
.mv_desc {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
}
.mv_desc span {
  font-size: 20px;
}
.mv_txt_img {
  max-width: 715px;
  margin: 35px auto;
}
.mv_ttl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.6;
}




/* anchor */
.anchor {
  padding-bottom: 20px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.anchor_list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
a.anchor_item {
  width: calc(100% / 5);
  font-size: 18px;
  font-weight: bold;
  color: #212121;
  text-decoration: none;
  text-align: center;
  position: relative;
  line-height: 1.5;
  display: flex;
  min-height: 54px;
  justify-content: center;
  align-items: center;
}
a.anchor_item:before {
  content:"";
  width: 2px;
  height: 65px;
  background: #E6E6E6;
  position: absolute;
  top: 0;
  right: 0;
}
a.anchor_item:last-of-type:before {
  content: none;
}
a.anchor_item:after {
  content:"";
  background: url(/img/feature/nec/icon_arrow.png) no-repeat;
  width: 16px;
  height: 10px;
  background-size: cover;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%)
}



.fixed_menu {
  position: fixed;
  right: -1px;
  z-index: 30;
  top: calc(100% - 450px);
}
.fixed_menu_btn {
  width: 50px;
  height: 44px;
  background: #052FC3;
  margin: 0 0 0 auto;
  position: relative;
  border-radius: 9px 0 0 0;
}
.fixed_menu_btn:after {
  content:"";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  transition: 0.3s
}
.is-open .fixed_menu_btn:after {
  transform: translate(-50%, -10%) rotate(-135deg);
}
.fixed_menu_list {
  background: #fff;
  border: 1px solid #052FC3;
  padding: 24px 10px 23px;
  border-radius: 9px 0 0 9px;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: 0.3s;
}
.is-open .fixed_menu_list {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}
a.fixed_menu_item {
  border-bottom: 1px solid #D4D4D4;
  text-decoration: none;
  color: #333333;
  padding: 8px 30px 8px 5px;
  display: block;
  color: #333333;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
a.fixed_menu_item:after {
  content:"";
  width: 6px;
  height: 6px;
  border-right: 1px solid #052FC3;
  border-bottom: 1px solid #052FC3;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

/* info */
.info {
  padding-top: 70px;
  padding-bottom: 120px;
}
.info > p {
  width: 970px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.4;
}



.bg_image {
  background: url(/img/feature/nec/img_merit_bk.jpg) no-repeat;
  padding: 77px 0;
  background-size: 1920px 1420px;
  object-fit: cover;
}
@media screen and (min-width: 1921px) {
  .bg_image {
    background-size: 100%;
  }
}

.merit {
  padding-bottom: 60px;
}
.merit_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 65px;
}

.merit_item {
  width: calc((100% - 30px) / 2);
  border: 2px solid #0E40C7;
  background: #fff;
  border-radius: 15px;
  position: relative;
  padding: 40px 50px 30px;

}
.merit_item:before {
  content:"";
  background: #fff;
  width: 80px;
  height: 2px;
  position: absolute;
  left: 20px;
  top: -2px;
}
.merit_item_num {
  color: #052FC3;
  font-weight: bold;
  font-family: Haettenschweiler, sans-serif;
  font-size: 68px;
  letter-spacing: 0.05em;
  line-height: 1;
  position: absolute;
  top: -40px;
  left: 35px;
}
.merit_item_txt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #212121;
}
.merit_item_txt .md {
  font-size: 22px;
}
.merit_item_txt .lg {
  font-size: 32px;
}
.merit_item_txt .-fc_blue {
  color: #052FC3;
}
.merit_item_img {
  width: 424px;
  margin: 20px auto 15px
}
.merit_item_img img {
  width: 100%;
  height: auto;
}

.merit_flow {
  margin: 40px 20px 40px 40px;
  position: relative
}
.merit_flow:before {
  content:"";
  height: calc(100% - 10px);
  width: 1px;
  background: #052FC3;
  position: absolute;
  top: 6px;
  left: 6px;
  transform: translateX(-50%);
}
.merit_flow_item {
  font-size: 20px;
  font-weight: bold;
}
.merit_flow_item + .merit_flow_item {
  margin-top: 35px;
}
.merit_flow_item:before {
  content:"";
  width: 12px;
  height: 12px;
  background: #052FC3;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.merit_flow_item span {
  display: block;
  font-size: 0.7em;
  margin-left: 20px;
}
.merit_register_btn a {
  width: 205px;
  height: 36px;
  display: block;
  margin: 0 auto;
  background: #052FC3;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  gap: 6px;
  
}
.merit_register_btn a:after {
  content:"";
  background: url(/img/feature/nec/icon_target.png) no-repeat;
  width: 21px;
  height: 16px;
}



.select {
  padding-top: 60px;
}
.select_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 65px;
}
.select_item.-table {
  width: 65%;
}
.select_item_table_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.select_table {
  width: 100%;
  text-align: center;
  border: 1px solid #284B66;
  border-radius: 20px;
  border-collapse: separate;
}
.select_table tr:first-of-type th:first-of-type {
  min-width: 160px;
  width: 160px;
}
.select_table th {
  background: #F1F8FF;
  min-width: 199px;
  width: calc((100% - 160px) / 3);
  text-align: center;
  padding: 22px 6px;
  font-size: 16px;
  font-weight: bold;
  border-bottom:  1px solid #284B66;
  border-right: 1px solid #284B66;
}
.select_table th:first-of-type {
  border-radius: 20px 0 0 0;
}
.select_table th:last-of-type {
  border-radius: 0 20px 0 0;
  border-right: 0;
}
.select_table td {
  padding: 20px 6px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #284B66;
  border-right: 1px solid #284B66;
  background: #fff;
}
.select_table tr:last-of-type td {
  border-bottom: 0;
}
.select_table tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 20px;
}
.select_table tr:last-of-type td:last-of-type {
  border-radius: 0 0 20px 0;
}
.select_table td:last-of-type {
  border-right: none;
}

.select_item.-txt {
  width: 35%;
  background: #fff;
  border: 1px solid #284B66;
  padding: 42px 30px 50px 30px;
  border-radius: 10px;
  margin-top: 28px;
}
.select_item_txt_ttl {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
}
.select_item ul {
  padding-bottom: 40px;
}
.select_item li {
  font-size: 20px;
  font-weight: bold;
}
.select_item li + li {
  margin-top: 20px;
}
.select_item li:before {
  content:"";
  background: url(/img/feature/nec/icon_check.png);
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.select_more_btn a {
  width: 255px;
  height: 36px;
  display: block;
  margin: 0 auto;
  background: #052FC3;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  gap: 6px;
}
.select_more_btn a:after {
  content:"";
  background: url(/img/feature/nec/icon_target.png) no-repeat;
  width: 21px;
  height: 16px;
}



.limited {
  padding-top: 100px;
  padding-bottom: 80px;
  position:relative;
}
.limited:before {
  content:"";
  width: 20%;
  min-width: 300px;
  background: url(/img/feature/nec/img_bk-top-right.png) no-repeat;
  background-size: cover;
  aspect-ratio: 444 / 562;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.3;
}
.limited:after {
  content:"";
  width: 20%;
  min-width: 200px;
  background: url(/img/feature/nec/img_bk-mid-left.png) no-repeat;
  background-size: cover;
  aspect-ratio: 398 /1065;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0.2;
  z-index: 20
}
.limited_inner {
  width: 870px;
  margin-top: 60px;
  min-height: 460px;
}



.list {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sort {
  margin-top: 80px;
  
}
.sort_ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
  position: relative;
}
.sort_ttl:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid #052FC3;
  border-bottom: 3px solid #052FC3;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-radius: 2px;
  transition: 0.3s;
}
.sort_ttl:has(+ .is-hidden):after {
  transform: translateY(-50%) rotate(-135deg);
}

.sort_inner {
  background: #F0FAFF;
  border-radius: 10px;
  padding: 60px 144px 60px 170px;
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
  transition: 0.3s;
}
.sort_inner.is-hidden {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  padding: 0px 144px 0px 170px;
}
.sort_block {
  display: flex;
}
.sort_block + .sort_block {
  margin-top: 40px;
}
.sort_block_ttl {
  font-size: 22px;
  font-weight: bold;
  width: 200px;
}
.sort_block_list {
  width: calc(100% - 200px);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
a.sort_block_item {
  width: calc((100% - 24px) / 3);
  height: 57px;
  background: #fff;
  border: 1px solid #D4D4D4;
  font-size: 16px;
  border-radius: 8px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  color: #212121;
  font-weight: bold;
}
a.sort_block_item.selected_ {
  border-color: #284B66;
  background-color: #F0FAFF;
}

.sort_reset {
  text-align: right;
  margin-top: 20px;
}
.sort_reset a {
  color: #212121;
  font-size: 17px;
  font-weight: bold;
}


#goods_class_filter_ {
  display: none;
}
.recommend_template_frame_[data-tagscode="20251210_seo_new-items"] {
  display: none;
}
div.recommend_template_frame_ {
  border-top: 0;
}



.ranking {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative
}
.ranking:before {
  content:"";
  width: 25%;
  min-width: 300px;
  background: url(/img/feature/nec/img_bk-bottom-left.png) no-repeat;
  background-size: cover;
  aspect-ratio: 378 / 549;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.3;
}
.ranking:after {
  content:"";
  width: 20%;
  min-width: 200px;
  background: url(/img/feature/nec/img_bk-mid-right.png) no-repeat;
  background-size: cover;
  aspect-ratio: 398 /1065;
  position: absolute;
  right: 0;
  top: -100%;
  opacity: 0.2;
  z-index: 20
}
.ranking .common_ttl {
  /* width: 940px; */
  /* margin: 0 0 0 auto; */
}



.faq {
  background: #F8F8F8;
  padding: 80px 0;
  line-height: 1.5
}
.faq_inner {
  padding-top: 80px;
  width: 1100px;
  margin: 0 auto;
}

.faq_block {
  margin-bottom: 10px;
  overflow: hidden;
}
.faq_question {
  position: relative;
  padding: 18px 80px 18px 60px;
  cursor: pointer;
  transition: background-color 0.3s;
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #212121;
}
.faq_question::before,
.faq_question::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #052FC3;
  transition: 0.3s;
}
.faq_question::after {
  transform: rotate(90deg);
}
.faq_block.open .faq_question::after {
  opacity: 0;
  transform: rotate(0deg);
}
.faq_question p {
  position: relative;
}
.faq_question p:before {
  content: "Q.";
  margin-right: 10px;
  position: absolute;
  left: -2em;
}
.faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
  padding: 0 80px 0 60px;
  color: #212121;
  font-size: 16px;  
  font-weight: bold;
}
.faq_block.open .faq_answer {
  max-height: 500px;
  opacity: 1;
  padding: 18px 80px 30px 60px;
}
.faq_answer p {
  position: relative;
}
.faq_answer p:before {
  content: "A.";
  margin-right: 10px;
  color: #052FC3;
  position: absolute;
  left: -2em;
}

h2.recommend_template_title_ {
    display: none;
}
