﻿@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-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;
}