﻿@charset "UTF-8";

.rightmenuframe_ {
  display: none;
}
div.leftmenuframe_ {
  padding-top: 0;
  position: fixed;
  top: 0;
  right: 0;
  background: #FFF;
  padding: 50px 20px;
  width: 340px;
  height: 100%;
  z-index: 9999;
  display: none;
  overflow-y: auto;
}
div.leftmenuframe_.open-ham {
  display: block;
}
div.leftmenuframe_ .ham_close_btn {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
div.leftmenuframe_ .ham_close_btn span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  background: #333333;
}
div.leftmenuframe_ .ham_close_btn span:first-child {
  transform: rotate(45deg);
}
div.leftmenuframe_ .ham_close_btn span:last-child {
  transform: rotate(315deg);
}
.block-header-menu--menu {
  position: relative;
  transition:.3s;
}
.block-header-menu--menu:hover,
.block-header-menu--menu:hover::before {
  opacity: .7;
}
.block-header-menu--menu::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 2px;
  background: #005CAC;
  transition: .3s;
}
.block-header-menu--menu a {
  position: relative;
}
.block-header-menu--menu a::before,
.block-header-menu--menu a::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 2px;
  background: #005CAC;
  transition: .3s;
}
.block-header-menu--menu a::after {
  top: 17px;
}
.body-ele-ham-bk {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
}
.body-ele-ham-bk.show-bk {
  display: block;
}
div.wrapper_ {
  width: 100%;
}
div.container_ div.contents_ {
  display: block;
  width: 100%;
}
div.container_ div.contents_ div.mainframe_ {
  width: 1200px;
  margin: 0 auto;
}

.block-top-body {
  width: 100%;
}
.block-top-news {
  padding: 11px 0;
  background: rgba(230, 50, 38, .05);
}
.block-top-news ul {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.block-top-news li {
  margin: 3px 0;
}
.block-top-news li a,
.block-top-news li span {
  color: #E63226;
  padding: 0 0 0 32px;
  background: url(../img/usr/common/icon_caution.png) no-repeat left center;
}
.block-top-news li a {
  text-decoration: underline;
}
.block-top-news li a:hover {
  text-decoration: none;
}
.block-top-slider {
  margin: 10px 0 0;
}
.block-top-slider .swiper-slide {
  opacity: 0;
  transition: opacity .3s ease;
}
.block-top-slider .swiper-initialized .swiper-slide {
  opacity: 1;
}
.block-top-slider .swiper-slide img {
  width: 100%;
}
.block-top-slider .swiper-pagination {
  position: static;
  margin: 16px 0 0;
}
.block-top-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #D3D0C8;
  margin: 0 10px !important;
  opacity: 1;
}
.block-top-slider .swiper-pagination-bullet-active {
  background: #005BAC;
}
.block-top-slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  left: 10px;
  background: url(../img/usr/common/prev.png);
}
.block-top-slider .swiper-button-next {
  width: 40px;
  height: 40px;
  right: 10px;
  background: url(../img/usr/common/next.png);
}
.block-top-slider .swiper-button-prev:after,
.block-top-slider .swiper-button-next:after {
  display: none;
}
.block-top-inner {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.block-top-tag {
  display: flex;
  margin: 0 0 40px;
}
.block-top-tag--title {
  color: #005BAC;
  font-size: 18px;
  font-weight: bold;
  margin: 5px 14px 0 0;
}
.block-top-tag ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}
.block-top-tag a {
  display: block;
  border: 1px solid #EBE9E2;
  background: #FCFBF9;
  border-radius: 30px;
  font-size: 13px;
  padding: 6px 16px;
}
.block-top-tag a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-top-tag a:before {
  content: '#';
  color: #005BAC;
}
.block-top-features {
  background: #FBFBF9;
  padding: 50px 40px 40px;
  margin: 0 0 80px;
}
.block-top-features--items {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin: 0 0 40px;
}
.block-top-features--item {
  width: 254px;
}
.block-top-features--item a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-top-features--item p {
  margin: 15px 0 0;
}
.block-top-business-type {
  margin: 0 0 80px;
}
.block-top-business-type--items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 16px;
}
.block-top-business-type--item {
  width: 280px;
}
.block-top-business-type--item a {
  position: relative;
  display: block;
}
.block-top-business-type--item a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-top-business-type--item p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
}
.block-top-brand {
  background: #FBFBF9;
  padding: 50px 40px 40px;
  margin: 80px 0;
}
.block-top-brand--items {
  display: flex;
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #D3D0C8;
}
.block-top-brand--items:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.block-top-brand--item {
  border-right: 1px solid #D3D0C8;
}
.block-top-brand--item a {
  display: block;
  width: 218px;
  height: 172px;
  text-align: center;
  padding: 0 24px;
}
.block-top-brand--item a:hover {
  text-decoration: none;
  opacity: .7;
}
.block-top-brand--item figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
}
.block-top-brand--item figure img {
  max-width: 100%;
  max-height: 100%;
}
.block-top-brand--items:nth-of-type(1) .block-top-brand--item:nth-child(2) figure img {
  width: 160px;
}
.block-top-brand--items:nth-of-type(1) .block-top-brand--item:nth-child(3) figure img {
  width: 160px;
}
.block-top-brand--items:nth-of-type(1) .block-top-brand--item:nth-child(4) figure img {
  width: 86px;
}
.block-top-brand--items:nth-of-type(1) .block-top-brand--item:nth-child(5) figure img {
  width: 150px;
}
.block-top-brand--items:nth-of-type(2) .block-top-brand--item:nth-child(1) figure img {
  width: 160px;
}
.block-top-brand--items:nth-of-type(2) .block-top-brand--item:nth-child(3) figure img {
  width: 140px;
}
.block-top-brand--item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
}
.block-top-category--items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
}
.block-top-category--item {
  position: relative;
  width: 280px;
}
.block-top-category--item a:hover {
  text-decoration: none;
  opacity: .7;
}
.block-top-category--item h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
.topiclist_ {
  margin: 80px 0 0;
}
.event_ .block-common-title:not(:first-child) {
  margin-top: 80px;
}
.event_ .block-common-btn-more {
  margin-top: 40px;
}
.event_ input + .goods_:not(.show),
.event_ input + .goods_ + .block-common-btn-more:not(.show) {
  display: none;
}
.StyleP_Line_ {
  gap: 32px;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ {
  gap: 40px;
}
.StyleP_Item_ {
  width: 208px;
}
.block-top-event-slider + .goods_ {
  position: relative;
  width: 1248px !important;
  padding: 0 40px;
  margin: 0 -40px;
}
.block-top-event-slider + .goods_ .StyleP_Frame_ {
  overflow: hidden;
}
.block-top-event-slider + .goods_ .swiper-initialized .StyleP_Line_ {
  flex-wrap: nowrap;
  gap: 0;
}
.block-top-event-slider + .goods_ .StyleP_Item_ {
  flex-shrink: 0;
}
.block-top-event-slider + .goods_ .swiper-button-prev {
  left: 0;
}
.block-top-event-slider + .goods_ .swiper-button-next {
  right: 0;
}
.block-top-inner .event_ .goods_ {
  width: 1200px !important;
}
.block-top-inner .event_ .goods_ .StyleR_Line_ {
  gap:40px;
}

/* silver tag start */
#silveregg-recommender {
  margin: 80px auto 0;
  position: relative;
}
#silveregg-recommender .dv_set_carousel_container {
  overflow: unset;
  scroll-snap-type: none;
}
#silveregg-recommender .dv_set_block {
  width: 1200px;
  margin: 0 auto;
  position: unset;
  overflow: visible;
}
#silveregg-recommender .swiper-container {
  overflow: hidden;
}
#silveregg-recommender .swiper-slide {
  width: calc(1072px / 5) !important;
  margin-right: 0;
}
#silveregg-recommender .swiper-slide .dv_set_img {
  height: calc(1072px / 5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#silveregg-recommender .swiper-slide .dv_set_img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#silveregg-recommender .swiper-slide .dv_set_title {
  margin-top: 10px;
}
#silveregg-recommender .swiper-slide .dv_set_description,
#silveregg-recommender .swiper-slide .dv_set_price {
  display: none !important;
}

/* silver tag end */

.block-top-whole {
  position: relative;
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto 60px;
  padding: 33px 28px 26px 39px;
  border: 1px solid #2D5AA8;
  border-radius: 10px;
}
.block-top-whole *,
.block-top-whole *::before,
.block-top-whole *::after {
  box-sizing: border-box;
}
.block-top-whole--head {
  position: absolute;
  top: -18px;
  left: 50%;
  margin: 0;
  padding: 0 16px;
  background: #FFF;
  text-align: center;
  transform: translate(-50%, -50%);
}
.block-top-whole--title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  margin: 0;
  color: #2D5AA8;
  font-size: 30px;
  font-weight: bold;
}
.block-top-whole .is-accent {
  color: #E50012;
}
.block-top-whole--title .is-accent {
  font-size: 40px;
  font-weight: bold;
  line-height: 58px;
  -webkit-text-emphasis: filled dot #F3D83B;
  text-emphasis: filled dot #F3D83B;
}
.block-top-whole--lead {
  margin: 0 0 33px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}
.block-top-whole .block-top-whole--brand {
  color: #004EFF;
  text-decoration: underline;
}
.block-top-whole--items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-top-whole--item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.5px;
  width: 260px;
  height: 137px;
  background: url(../img/usr/top/whole_block_bg.png) no-repeat center / 260px 137px;
}
.block-top-whole--item-icon {
  flex-shrink: 0;
  width: 57px;
  height: 57px;
}
.block-top-whole--item-text {
  margin: 0;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}
.block-top-whole--item:nth-child(2) .block-top-whole--item-text,
.block-top-whole--item:nth-child(3) .block-top-whole--item-text {
  line-height: 26px;
}
.block-top-whole .fz14 { font-size: 14px; }
.block-top-whole .fz16 { font-size: 16px; }
.block-top-whole .fz20 { font-size: 20px; }
.block-top-whole .fz26 { font-size: 26px; }
.block-top-whole .is-marker {
  color: #2D5AA8;
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(#F6DB3C, #F6DB3C) no-repeat;
  background-size: 100% 7px;
  background-position: 0 90%;
}
.block-top-whole .is-marker-v2 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(#F6DB3C, #F6DB3C) no-repeat;
  background-size: 100% 7px;
  background-position: 0 90%;
}
.block-top-whole--off {
  display: inline-block;
  width: auto;
  height: 52px;
  margin-top: -8px;
  vertical-align: middle;
}
.block-top-whole--cta {
  width: 300px;
}
.block-top-whole--balloon {
  position: relative;
  width: 300px;
  margin: -11px auto 0;
  padding: 7px 10px;
  border: 1px solid #2D5AA8;
  border-radius: 14px;
  background: #FAF6B0;
  color: #2D5AA8;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  z-index: 2;
}
.block-top-whole--balloon::before,
.block-top-whole--balloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  transform: translateX(-50%);
}
.block-top-whole--balloon::before {
  border-width: 9px 8px 0 8px;
  border-color: #2D5AA8 transparent transparent transparent;
}
.block-top-whole--balloon::after {
  margin-top: -1px;
  border-width: 8px 7px 0 7px;
  border-color: #FAF6B0 transparent transparent transparent;
}
.block-top-whole .block-top-whole--btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  border-radius: 5px;
  background: #2D5AA8;
  color: #F3D83B;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  height: 92px;
  margin-top: -11px;
  z-index: 1;
}
.block-top-whole--btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #F3D83B;
  border-right: 2px solid #F3D83B;
  transform: translateY(-50%) rotate(45deg);
}
.block-top-whole--btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.block-top-whole--note {
  margin: 13px 0 0;
  color: #333;
  font-size: 13px;
  text-align: center;
}
.block-top-whole--note a {
  color: #004EFF;
  text-decoration: underline;
}