@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body {
  font-family: "Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-width: 1120px;
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: #595544;
  font-size: 15px;
}

a {
  color: #bf263b;
  text-decoration: none;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  background: url(../img/common/in/bg_ptn.gif) center top;
}

.header {
  width: 100%;
  height: 140px;
  padding: 14px;
  background: url(../img/common/header/bg_header.png) repeat-x center top;
}

.header .header_in {
  width: 980px;
  margin: 0 auto;
}

.header .header_in .logo {
  float: left;
}

.header .header_in .logo img {
  vertical-align: bottom;
}

.header .header_in .logo a {
  -webkit-transition: opacity .5s ease-out;
          transition: opacity .5s ease-out;
}

.header .header_in .logo a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

.header .header_in .head_right {
  width: 752px;
  float: right;
}

.header .header_in .head_right img {
  vertical-align: top;
}

.header .header_in .head_right .nav {
  margin-top: 15px;
  letter-spacing: -.4em;
}

.header .header_in .head_right .nav li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  margin: 0 25px 12px 0;
  vertical-align: middle;
}

.header .header_in .head_right .nav li:nth-child(7) {
  margin-right: 0;
}

.header .header_in .head_right .nav li.nav_none {
  height: 14px;
  overflow: hidden;
  opacity: .3;
  filter: alpha(opacity=30);
}

.header .header_in .head_right .nav li a {
  display: inline-block;
  height: 13px;
  overflow: hidden;
}

.header .header_in .head_right .nav li a:hover img {
  margin-top: -13px;
}

.header .header_in .head_right .nav li.head_sns_btn {
  height: 18px;
  margin: 0 0 17px 23px;
  vertical-align: middle;
  letter-spacing: -.4em;
  line-height: 1;
}

.header .header_in .head_right .nav li.head_sns_btn a {
  height: 18px;
  letter-spacing: normal;
  -webkit-transition: opacity .5s ease-out;
          transition: opacity .5s ease-out;
}

.header .header_in .head_right .nav li.head_sns_btn a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

.header .header_in .head_right .nav li.head_sns_btn a:hover img {
  margin-top: 0;
}

.header .header_in .head_right .nav li.head_sns_btn a:first-child {
  margin-right: 14px;
}

.header .header_in .head_right .head_news {
  position: relative;
  margin-top: 21px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.header .header_in .head_right .head_news ul {
  position: relative;
  width: 650px;
  height: 15px;
}

.header .header_in .head_right .head_news ul:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/common/header/item_news.png) no-repeat center center;
}

.header .header_in .head_right .head_news ul li {
  position: absolute;
  left: 20px;
  top: -1px;
  width: 100%;
  line-height: 1.2;
  display: box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  opacity: 0;
  filter: alpha(opacity=0);
}

.header .header_in .head_right .head_news ul li a {
  display: block;
  color: #595544;
  -webkit-transition: opacity .5s ease-out;
          transition: opacity .5s ease-out;
}

.header .header_in .head_right .head_news ul li a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

.header .header_in .head_right .head_news .news_more {
  position: absolute;
  right: 0;
  bottom: -2px;
  -webkit-transition: opacity .5s ease-out;
          transition: opacity .5s ease-out;
}

.header .header_in .head_right .head_news .news_more:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

.container {
  min-height: 800px;
  padding-bottom: 100px;
}

.container .page_title {
  position: relative;
  width: 100%;
  height: 200px;
  background: url(../img/common/in/bg_title.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center top;
  text-align: center;
}

.container .page_title .page_title_in {
  position: relative;
  width: 980px;
  padding: 64px 0;
  margin: 0 auto;
}

.container .page_title:after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 14px;
  background: url(../img/common/in/line_deco.png) repeat-x center top;
}

.container .page_title img {
  vertical-align: bottom;
}

.container .content {
  position: relative;
  width: 980px;
  margin: 100px auto 0;
}

.container .content:before {
  content: '';
  position: absolute;
  top: -300px;
  right: -274px;
  width: 630px;
  height: 460px;
}

.container .content .list_content {
  padding-top: 35px;
}

.container .content .list_content li {
  position: relative;
  width: 100%;
  margin: 0 0 90px;
  padding: 0 33px;
  background: url(../img/common/in/frame_repeat_980.png) repeat-y center bottom;
}

.container .content .list_content li:before {
  content: '';
  position: absolute;
  left: 0;
  top: -35px;
  display: block;
  width: 980px;
  height: 35px;
  background: url(../img/common/in/frame_head_980.png) no-repeat center bottom;
}

.container .content .list_content li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -35px;
  display: block;
  width: 980px;
  height: 35px;
  background: url(../img/common/in/frame_bottom_980.png) no-repeat center top;
}

.container .content .list_content li a {
  position: relative;
  display: block;
  color: #595544;
  z-index: 10;
  -webkit-transition: opacity .5s ease-out;
          transition: opacity .5s ease-out;
}

.container .content .list_content li a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

.container .content .list_content_min {
  padding-top: 35px;
  letter-spacing: -.4em;
}

.container .content .list_content_min li {
  position: relative;
  display: inline-block;
  width: 310px;
  margin: 0 25px 95px 0;
  padding: 0 25px;
  background: url(../img/common/in/frame_repeat_310.png) repeat-y center bottom;
  letter-spacing: normal;
  vertical-align: top;
}

.container .content .list_content_min li:before {
  content: '';
  position: absolute;
  left: 0;
  top: -35px;
  display: block;
  width: 310px;
  height: 35px;
  background: url(../img/common/in/frame_head_310.png) no-repeat center bottom;
}

.container .content .list_content_min li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -35px;
  display: block;
  width: 310px;
  height: 35px;
  background: url(../img/common/in/frame_bottom_310.png) no-repeat center top;
}

.container .content .list_content_min li:nth-child(3n) {
  margin-right: 0;
}

.container .content .list_content_min li a {
  position: relative;
  display: block;
  color: #595544;
  z-index: 10;
  -webkit-transition: opacity .5s ease-out;
          transition: opacity .5s ease-out;
}

.container .content .list_content_min li a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

.container .content .list_content_min li a .list_min_img {
  position: relative;
  top: -10px;
  width: 260px;
  height: 260px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.container .content .list_content_min li a .list_min_sale {
  font-size: 14px;
  line-height: 2;
  color: #595544;
}

.container .content .list_content_min li a .list_min_title {
  position: relative;
  top: 0;
  bottom: -10px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  color: #b39242;
  line-height: 1.3;
  font-weight: bold;
}

.container .content .list_content_detail_out {
  padding-top: 35px;
}

.container .content .list_content_detail {
  position: relative;
  width: 100%;
  margin: 0 0 90px;
  padding: 0 33px;
  background: url(../img/common/in/frame_repeat_980.png) repeat-y center bottom;
}

.container .content .list_content_detail:before {
  content: '';
  position: absolute;
  left: 0;
  top: -35px;
  display: block;
  width: 980px;
  height: 35px;
  background: url(../img/common/in/frame_head_980.png) no-repeat center bottom;
}

.container .content .list_content_detail:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -35px;
  display: block;
  width: 980px;
  height: 35px;
  background: url(../img/common/in/frame_bottom_980.png) no-repeat center top;
}

.container .content .list_content_detail .list_content_detail_in {
  position: relative;
  z-index: 10;
}

.container .content .list_content_detail .sns {
  margin-top: 20px;
}

.container .content .list_content_detail a {
  color: #bf263b;
  -webkit-transition: opacity .5s ease-out;
          transition: opacity .5s ease-out;
}

.container .content .list_content_detail a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

.container .content .list_pager {
  position: relative;
  width: 500px;
  height: 50px;
  margin: -5px auto 20px;
  text-align: center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.container .content .list_pager .prev {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity .5s ease-out;
          transition: opacity .5s ease-out;
}

.container .content .list_pager .prev:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

.container .content .list_pager .next {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity .5s ease-out;
          transition: opacity .5s ease-out;
}

.container .content .list_pager .next:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

.container .content .list_pager ul li {
  display: inline-block;
  margin: 0 8px;
  padding-top: 16px;
  font-size: 20px;
}

.container .content .list_pager ul li a {
  color: #595544;
  -webkit-transition: opacity .5s ease-out;
          transition: opacity .5s ease-out;
}

.container .content .list_pager ul li a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

.container .content .list_pager ul li.now_page {
  color: #bf263b;
}

.container .content_line {
  border: 0;
  border-bottom: 1px solid #595544;
  opacity: .2;
  filter: alpha(opacity=20);
}

.container.notfound {
  text-align: center;
}

.container.notfound .nf_txt {
  padding: 55px 0 35px;
  font-size: 16px;
}

.footer {
  width: 100%;
  background: url(../img/bg.gif) repeat center top;
  padding: 30px 0 30px;
  text-align: center;
}

footer::after {
  content: "";
  width: 100%;
  height: 6px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #BBA441;
  border-bottom: 1px solid #BBA441;
  z-index: 1;
}
.footer img {
  vertical-align: bottom;
}

.footer .foot_banner {
  width: 1000px;
  margin: 0 auto;
}

.footer .foot_banner li {
  display: inline-block;
  width: 230px;
  margin: 0 8px 16px;
}

.footer .foot_banner li img {
  width: 100%;
  border-radius: 3px;
}

.footer .foot_banner li a {
  -webkit-transition: opacity .5s ease-out;
          transition: opacity .5s ease-out;
}

.footer .foot_banner li a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

.l-footer__userdata {
  display: block;
  text-align: center;
  margin-top: 30px;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 12px;
}

.l-footer__userdata-link {
  color: #fff;
  text-decoration: underline;
}

.l-footer__userdata-link:hover {
  text-decoration: none;
}

.footer .copy {
  margin-top: 30px;
}

.btn_hover {
  -webkit-transition: opacity .5s ease-out;
          transition: opacity .5s ease-out;
  cursor: pointer;
}

.btn_hover:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}
