@charset "utf-8";
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, small, strong, b, dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
ul li {
  list-style: none;
}
a {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  vertical-align: baseline;
}
a:hover {
  opacity: 0.7;
}
table {
  border-spacing: 0;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
body {
  font-size: 15px;
  font-family: -apple-system, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  min-width: 1330px;
  width: 100%;
  background-color: #ffffff;
}
.inner {
  width: 1080px;
  margin: 0 auto;
}
/* ===================================================================================
  header
=================================================================================== */
#header {
  display: flex;
  width: 100%;
  height: 400px;
  margin: 0;
  padding: 0;
}
.bg-slider {
  background-position: center center;
  margin: 0;
  width: 100%;
  height: 400px;
  background-size: cover;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2000;
}
.home-content {
  text-align: center;
  margin-top: 110px;
}
.niji-title {
  width: 600px;
  margin-bottom: 10px;
}
.primary_header {
  width: 100%;
  max-width: 1380px;
  height: 80px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
}
.menu {
  width: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.menu ul {
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}
.menu ul li {
  padding: 0 0.8em;
  border-bottom: none;
}
.top_btn a {
  max-width: 250px;
  padding: 12px 30px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  background: #171C61;
  border-radius: 9999px;
  border-bottom: 2px solid #AB9980;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}
.top_btn a:hover {
  color: #171C61;
  background: #ffffff;
  border-bottom: 2px solid #AB9980;
  opacity: 0.83;
  transform: translateY(1px);
}
/* ===================================================================================
  footer
=================================================================================== */
.footer {
  background-image: url("../img/footerbg.png");
  background-position: top;
  background-repeat: repeat-x;
  background-color: #fafaf9;
}
.footer .info .info_list {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 50px;
  color: #171c61;
}
.footer .info .info_list div {
  width: 328px;
}
.footer .info .info_list div h3 {
  font-size: 18px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: solid 1px #171c61;
}
.footer .info .info_list div .text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.footer .info .info_list div p.more a {
  font-size: 14px;
  font-weight: bold;
  color: #171c61;
}
.copy {
  color: #171c61;
  font-size: 13px;
  text-align: center;
  padding: 20px 0;
  background: #fafaf9;
  border-top: 0.4px solid #171c61;
}
.mt30 {
  margin-top: 30px;
}
h2.f_item_title {
  position: relative;
  display: block;
  width: max-content;
  padding: 0 55px;
  margin: 30px auto 0;
  font-size: 20px;
}
h2.f_item_title:before, h2.f_item_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
h2.f_item_title:before {
  left: 0;
}
h2.f_item_title:after {
  right: 0;
}

/* ===================================================================================
  maim_slider
=================================================================================== */
.slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-image: url("../img/bg.png");
  background-repeat: repeat;
  line-height: 0;
  padding-bottom: 10px;
}
.slick-slide {
  margin: 10px 10px 20px;
  padding: 0;
}
.slick-slide img {
  width: 200px;
  height: auto;
  display: block;
  border-radius: 10px !important;
  box-sizing: border-box;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
  border: #ffffff solid 6px;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
/* ============================================= Side Navigation */

.search_container {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  display: block;
  padding: 2px 8px 3px 10px;
  border-radius: 20px;
  height: 2.4em;
  width: 200px;
  overflow: hidden;
  margin: 16px auto;
}

.search_container input[type="text"]{
  border: none;
  height: 2.0em;
  font-weight: normal;
　font-size: 16px;
  color: #000000;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2em;
  height: 2.6em;
  right: 0;
  top: -10px;
  outline : none;
}
/* ===================================================================================
  left
=================================================================================== */
.sidebar, .side_bn {
  width: 200px;
}
.side_bn img {
  width: 200px;
  margin-bottom: 10px;
}
.sidebar h2 img {
  margin-top: 10px;
}
.sidebar .left_nav {
  margin-bottom: 20px;
}
.sidebar .left_nav > li {
  background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.sidebar .left_nav > li > .ac-label::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.sidebar .left_nav > li > .ac-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.3;
  padding: 7px 0;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
.sidebar .left_nav > li:nth-child(1) > .ac-label::before {
  background: url("../img/left_cate_icon00.png")no-repeat center/100%;
}
.sidebar .left_nav > li:nth-child(2) > .ac-label::before {
  background: url("../img/left_cate_icon01.png")no-repeat center/100%;
}
.sidebar .left_nav > li:nth-child(3) > .ac-label::before {
  background: url("../img/left_cate_icon02.png")no-repeat center/100%;
}
.sidebar .left_nav > li:nth-child(4) > .ac-label::before {
  background: url("../img/left_cate_icon03.png")no-repeat center/100%;
}
.sidebar .left_nav > li:nth-child(5) > .ac-label::before {
  background: url("../img/left_cate_icon04.png")no-repeat center/100%;
}
.sidebar .left_nav > li:nth-child(6) > .ac-label::before {
  background: url("../img/left_cate_icon05.png")no-repeat center/100%;
}
.sidebar .left_nav > li:nth-child(7) > .ac-label::before {
  background: url("../img/left_cate_icon06.png")no-repeat center/100%;
}
.sidebar .left_nav > li:nth-child(8) > .ac-label::before {
  background: url("../img/left_cate_icon07.png")no-repeat center/100%;
}
.sidebar .left_nav > li:nth-child(9) > .ac-label::before {
  background: url("../img/left_cate_icon08.png")no-repeat center/100%;
}
.sidebar .left_nav > li:nth-child(10) > .ac-label::before {
  background: url("../img/left_cate_icon09.png")no-repeat center/100%;
}
.sidebar .left_nav > li:nth-child(11) > .ac-label::before {
  background: url("https://www.rakuten.ne.jp/gold/nipponmarche/img/left_cate_icon11.png")no-repeat center/100%;
}
.sidebar .left_nav > li:nth-child(12) > .ac-label::before {
  background: url("https://www.rakuten.ne.jp/gold/nipponmarche/img/left_cate_icon10.png")no-repeat center/100%;
}
.sidebar .left_nav > li:nth-child(13) > .ac-label::before {
  background: url("../img/left_cate_icon12.png")no-repeat center/100%;
}
.sidebar .left_nav > li:nth-child(14) > .ac-label::before {
  background: url("../img/left_cate_icon13.png")no-repeat center/100%;
}
.sidebar .left_nav > li > .ac-label::after, .sidebar .left_nav > li > p a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #f04245;
  border-right: 1px solid #f04245;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
}
.sidebar .left_nav02 {
  margin-bottom: 20px;
}
.sidebar .left_nav02 > li {
  background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.sidebar .left_nav02 > li > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.3;
  padding: 7px 0;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
.sidebar .left_nav02 > li > a::before {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  margin-right: 12px;
}
.sidebar .left_nav02 > li > a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #f04245;
  border-right: 1px solid #f04245;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
}
/* フッター上部アイコンカスタマイズ */
#cats {
  padding: 20px 0 50px;
}
#cats, #cats *, #cats :after, #cats :before {
  transition: .3s;
  box-sizing: border-box
}
#cats .all-content {
  max-width: 1080px;
  margin: 0 auto;
}
#cats ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
  z-index: 10
}
#cats li {
  padding: 0;
  flex-basis: calc(100% / 7);
  max-width: calc(100% / 7);
  line-height: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative
}
#cats li div {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
#cats li div:after, #cats li div:before {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 80%;
  top: 10px;
  background: #C3C3C3;
}
#cats li div:before {
  left: -1px
}
#cats li div:after {
  right: -1px
}
#cats a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 9% 4%;
  justify-content: center;
  align-items: center;
  color: #2563b0;
  line-height: 0
}
#cats span {
  display: block;
  text-align: center
}
#cats img {
  display: inline-block;
  max-width: 120px;
  transform: scale(1) rotate(0)
}
#cats a:hover img {
  opacity: 0.8;
}
/* メイン上部バナーカスタマイズ */
#wrapper {
  width: 100%;
  background-image: url("../img/main_bg.png");
  background-repeat: repeat-x;
  background-position: top;
}
.bg-contents {
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 50px;
  background: #ffffff;
  background-image: url("../img/main_bg.png");
  background-repeat: repeat-x;
  background-position: top;
}
/*--バナー--*/

.banner {
  width: 100%;
  max-width: 1080px;
  column-gap: 8px;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0;
  list-style: none;
  justify-content: center;
}
.bn_item {
  width: calc(50% - 4px);
  margin: 4px 0;
}
.bn_item img {
  width: 100%;
}
.bn_item:hover {
  opacity: 0.8;
}
