@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%;
  height: 100%;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: #595544;
  font-size: 13px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

body.nav_now {
  overflow: hidden !important;
}

a {
  color: #bf263b;
  text-decoration: none;
}

.wrapper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: url(../img/common/bg_ptn.gif) center top;
}

.header {
  position: relative;
  width: 100%;
  z-index: 100;
}

.header img {
  max-width: 100%;
  vertical-align: top;
}

.header .header_in {
  position: relative;
  width: 100%;
  height: 80px;
  background: url(../img/common/header/bg_header.png) repeat-x center bottom;
  -webkit-background-size: cover;
          background-size: cover;
}

.header .header_in .logo {
  width: 56%;
  max-width: 250px;
  margin: 0 auto;
  padding: 19px 0 6.9%;
}

.header .header_in .btn_menu {
  position: absolute;
  right: 3%;
  top: 15%;
  width: 50px;
  height: 50px;
  -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out;
}

.header .header_in .btn_menu img {
  -webkit-transition: opacity .3s ease-out;
          transition: opacity .3s ease-out;
}

.header .header_in .btn_menu:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/header/btn_close.png) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .3s ease-out;
          transition: opacity .3s ease-out;
}

.header .header_in .btn_menu.close img {
  opacity: 0;
  filter: alpha(opacity=0);
}

.header .header_in .btn_menu.close:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.header .nav_box {
  position: absolute;
  left: 0;
  top: 79px;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_ptn.gif) center top;
  display: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.header .nav_box img {
  height: 13px;
}

.header .nav_box .nav:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 2%;
  background: url(../img/common/line_deco.png?170113) no-repeat center top;
  -webkit-background-size: contain;
          background-size: contain;
}

.header .nav_box .nav li {
  border-bottom: 1px solid rgba(89, 85, 68, 0.2);
}

.header .nav_box .nav li a {
  display: inline-block;
  width: 100%;
  padding: 5.3% 5%;
  background: url(../img/common/header/navi/arrow.png) no-repeat right 5% center;
  -webkit-background-size: 8px 11px;
          background-size: 8px 11px;
}

.header .nav_box .nav li p {
  width: 100%;
  padding: 5.3% 5%;
  -webkit-background-size: 8px 11px;
          background-size: 8px 11px;
  opacity: .4;
  filter: alpha(opacity=40);
}

.header .nav_box .nav li.head_sns_btn {
  text-align: center;
  vertical-align: middle;
  letter-spacing: -.4em;
  line-height: 1;
}

.header .nav_box .nav li.head_sns_btn a {
  display: inline-block;
  width: auto;
  padding: 7% 4%;
  letter-spacing: normal;
  background: none;
}

.header .nav_box .nav li.head_sns_btn a img {
  height: 27px;
}

.container {
  min-height: 500px;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 75px;
}

.container .page_title {
  position: relative;
  width: 100%;
  height: 110px;
  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: 100%;
  padding: 31px 0 32px;
  margin: 0 auto;
}

.container .page_title .page_title_in img {
  height: 47px;
}

.container .page_title:after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  padding-top: 7px;
  background: url(../img/common/line_deco.png?170113) repeat-x center top;
  -webkit-background-size: cover;
          background-size: cover;
}

.container .page_title img {
  vertical-align: bottom;
}

.container .content {
  position: relative;
  width: 100%;
  margin: 38px auto 0;
}

.container .content:before {
  content: '';
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 200px;
  -webkit-background-size: contain;
          background-size: contain;
}

.container .content .list_content {
  width: 90%;
  margin: 0 auto;
  padding-top: 22px;
}

.container .content .list_content li {
  position: relative;
  width: 100%;
  margin: 0 0 50px;
  padding: 0 6%;
  background: url(../img/common/in/frame_repeat_670.png) repeat-y center bottom;
  -webkit-background-size: contain;
          background-size: contain;
}

.container .content .list_content li:before {
  content: '';
  position: absolute;
  left: 0;
  top: -22px;
  display: block;
  width: 100%;
  min-height: 22px;
  padding-top: 10.5%;
  background: url(../img/common/in/frame_head_670.png) no-repeat center top;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container .content .list_content li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -22px;
  display: block;
  width: 100%;
  min-height: 22px;
  padding-top: 10.5%;
  background: url(../img/common/in/frame_bottom_670.png) no-repeat center bottom;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container .content .list_content li a {
  position: relative;
  display: block;
  color: #595544;
  z-index: 10;
}

.container .content .list_content_min {
  width: 89.6%;
  margin: 0 auto;
  padding-top: 25px;
  letter-spacing: -.4em;
}

.container .content .list_content_min img {
  max-width: 100%;
}

.container .content .list_content_min li {
  position: relative;
  display: inline-block;
  width: 48.8%;
  margin: 0 2.4% 60px 0;
  padding: 0 5%;
  background: url(../img/common/in/frame_repeat_325.png) repeat-y center bottom;
  -webkit-background-size: contain;
          background-size: contain;
  letter-spacing: normal;
  vertical-align: top;
}

.container .content .list_content_min li:before {
  content: '';
  position: absolute;
  left: 0;
  top: -27px;
  display: block;
  width: 100%;
  min-height: 27px;
  padding-top: 24%;
  background: url(../img/common/in/frame_head_325.png) no-repeat center bottom;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container .content .list_content_min li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -27px;
  display: block;
  width: 100%;
  min-height: 27px;
  padding-top: 24%;
  background: url(../img/common/in/frame_bottom_325.png) no-repeat center top;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container .content .list_content_min li:nth-child(2n) {
  margin-right: 0;
}

.container .content .list_content_min li a {
  position: relative;
  display: block;
  color: #595544;
  z-index: 10;
}

.container .content .list_content_min li .list_min_img {
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.container .content .list_content_min li .list_min_sale {
  margin-top: 10px;
  font-size: 12px;
  line-height: 2;
  color: #595544;
}

.container .content .list_content_min li .list_min_title {
  margin-top: 10px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 13px;
  color: #b39242;
  line-height: 1.2;
  font-weight: bold;
}

.container .content .list_content_detail_out {
  width: 90%;
  margin: 0 auto;
  padding-top: 22px;
}

.container .content .list_content_detail {
  position: relative;
  width: 100%;
  margin: 0 0 50px;
  padding: 0 6%;
  background: url(../img/common/in/frame_repeat_670.png) repeat-y center bottom;
  -webkit-background-size: contain;
          background-size: contain;
}

.container .content .list_content_detail:before {
  content: '';
  position: absolute;
  left: 0;
  top: -27px;
  display: block;
  width: 100%;
  min-height: 22px;
  padding-top: 10.5%;
  background: url(../img/common/in/frame_head_670.png) no-repeat center bottom;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container .content .list_content_detail:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -27px;
  display: block;
  width: 100%;
  min-height: 22px;
  padding-top: 10.5%;
  background: url(../img/common/in/frame_bottom_670.png) no-repeat center top;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.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;
}

.container .content .list_content_detail img {
  max-width: 100%;
  height: auto !important;
}

.container .content .list_pager {
  position: relative;
  width: 76%;
  height: 36px;
  margin: 0 auto;
  text-align: center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.container .content .list_pager img {
  max-width: 100%;
}

.container .content .list_pager .prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 46%;
}

.container .content .list_pager .next {
  position: absolute;
  right: 0;
  top: 0;
  width: 46%;
}

.container .content .list_pager .btn_index {
  width: 38%;
  margin: 0 auto;
}

.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;
}

.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 .content {
  margin-top: 0;
}

.container.notfound img {
  max-width: 100%;
}

.container.notfound .nf_txt {
  padding: 12% 0 8%;
  font-size: 16px;
}

.container.notfound .nf_btn {
  width: 28%;
  margin: 0 auto;
}

.footer {
  width: 100%;
  background:url(../img/bg.gif) center top repeat;
  padding: 11% 0 10.5%;
  text-align: center;
  position: relative;
}

footer::after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2px solid #BBA441;
  border-bottom: 1px solid #BBA441;
  z-index: 1;
}
.footer img {
  max-width: 100%;
  vertical-align: bottom;
}

.footer .foot_banner {
  width: 92%;
  margin: 0 auto;
}

.footer .foot_banner ul {
  width: 100%;
}

.footer .foot_banner li {
  width: 47%;
  margin: 0 1.5% 3%;
  float: left;
}

.footer .foot_banner li img {
  border-radius: 3px;
}

.l-footer__userdata {
  display: block;
  text-align: center;
  margin-top: 7.2%;
  font-size: 11px;
}

.l-footer__userdata-link {
  text-decoration: underline;
  color: #fff;
}

.footer .copy {
  width: 67%;
  margin: 7.2% auto 0;
}
