@charset "UTF-8";
/*============================================================================================
      General
=============================================================================================*/
/*    Font
=====================================================*/
.g_font_serif {
  font-family: 'Noto Serif JP', serif !important;
}

/*    Hamberger Menu
=====================================================*/
/*-- Initial --*/
/*
.g_hmb {
	padding-top: 0.8vw;
	padding-left: 3vw;
	cursor: pointer;
	position: absolute;
	right: 4vw;
	z-index: 100;
}
.g_hmb img {
	width: 7.37vw;
	height: auto;
}
*/
/*
.g_hmb{
	width: 25px;
	height: 18px;
	margin: 0 auto;
	position: relative;
}
.g_hmb span{
	width: inherit;
	height: 2px;
	display: block;
	background: #3e3e3e;
	position: absolute;
	top: 20px;
	-webkit-transition: transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.g_hmb .g_hmb_top{
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}
.g_hmb .g_hmb_btm{
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}
.g_hmbTxt{
	position: absolute;
	bottom: 11px;
	left: 0;
	right: 0;
	color: #3e3e3e;
	font-size: 1.3rem;
	line-height: 1;
	text-align: center;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
*/
/*-- Opend --*/
/*
.g_hmbBox.js_open .g_hmb_mdl{
	background: rgba(255, 255, 255, 0);
}
.g_hmbBox.js_open .g_hmb_top{
	-webkit-transform: rotate(-45deg) translateY(0px);
	transform: rotate(-45deg) translateY(0px);
}
.g_hmbBox.js_open .g_hmb_btm{
	-webkit-transform: rotate(45deg) translateY(0px);
	transform: rotate(45deg) translateY(0px);
}
*/
/*    SP Mode
===========================*/
html.sp .g_hmbBox {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10001;
  background-color: rgba(229, 229, 229, 0.7);
}

html.sp .g_hmb {
  width: 37px;
  height: 30px;
}

html.sp .g_hmb span {
  height: 4px;
  top: 45px;
}

html.sp .g_hmb .g_hmb_top {
  -webkit-transform: translateY(-13px);
  transform: translateY(-13px);
}

html.sp .g_hmb .g_hmb_btm {
  -webkit-transform: translateY(13px);
  transform: translateY(13px);
}

html.sp .g_hmbTxt {
  bottom: 22px;
}

html.sp .g_hmbBox.js_open {
  position: fixed;
}

html.sp .g_hmbBox.js_open .g_hmb_mdl {
  background: rgba(255, 255, 255, 0);
}

html.sp .g_hmbBox.js_open .g_hmb_top {
  -webkit-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}

html.sp .g_hmbBox.js_open .g_hmb_btm {
  -webkit-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
}

/*    Section
=====================================================*/
.g_sec {
  /*	padding: 40px 0 40px;*/
  padding: 14vw 0 16vw;
}

.g_sec_2 {
  /*	padding: 40px 0 40px;*/
  padding: 14vw 0 6vw;
}

/*
.g_sec:last-of-type{
	padding-bottom: 60px;
}
.g_sec__green{
	background-color:  #79c24b;
}
*/
/*    Heading
=====================================================*/
.g_ttl {
  position: relative;
  padding-bottom: 1px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  margin: 4vw 0;
}

.g_ttl span {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  font-size: 1.8rem;
  font-weight: 600;
}

/*    Button - basic -
=====================================================*/
.g_btn {
  display: block;
  width: 48.8vw;
  height: 12.8vw;
  line-height: 12.8vw;
  border-radius: 5px;
  border-width: 1px;
  border-color: #93908d;
  border-style: solid;
  color: #312c27;
  font-size: 1.2rem;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0 auto;
}

.g_btn a {
  display: block;
  width: inherit;
  height: inherit;
  padding: inherit;
  position: relative;
}

.g_btn a::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid #93908d;
  border-bottom: 1px solid #93908d;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 6px);
  right: 4vw;
}

/*
.g_btn:hover{
	background-color: #fff;
	color: #d22892;
	border-color: #d22892;
}
*/
.g_btn__white {
  border-color: #fff;
  color: #fff;
}

/*    Mark
=====================================================*/
/*
.g_mark_before {
	vertical-align: -4px;
	margin-right: 2px;
}
.g_mark_after {
	vertical-align: -4px;
	margin-right: 2px;
}
*/
.g_mark_before,
.g_mark_after {
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
  font-size: 1.2rem;
  color: #808080;
  border: 1px solid #c9c9c9;
  text-align: center;
  line-height: 20px;
}

.g_mark_item {
  margin-left: 5px;
}

.g_mark_item:first-child {
  margin-left: 0;
}

.g_mark {
  border-width: 1px;
  border-color: #cbc0ba;
  border-style: solid;
  background-color: #715e53;
  display: inline-block;
  color: #eeea5b;
  font-size: 13px;
  line-height: 24px;
  padding: 0 12px 0 20px;
  position: relative;
}

.g_mark.mark_after {
  color: #c9e48d;
}

.g_mark::before {
  content: '';
  width: 12px;
  height: 21px;
  background: url(../img/top/img005.png) no-repeat top left;
  position: absolute;
  top: -5px;
  left: 5px;
}

.g_mark.mark_after::before {
  background: url(../img/top/img006.png) no-repeat top left;
}

/*    Decoration
=====================================================*/
.g_bold {
  font-weight: bold;
}

/*    Link mark
=====================================================*/
.g_link {
  position: relative;
  padding-right: 10px;
}

.g_link::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 4px);
  right: 0;
}

.g_link--down::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 4px);
  right: 0;
}

.g_link--up::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: calc(50% - 4px);
  right: 0;
}

/*    Entry
=====================================================*/
.g_entry {
  min-width: 1050px;
  max-width: 1050px;
  margin: 80px auto 0;
  padding: 75px;
  background-color: #fff;
}

.g_entry_ttl {
  font-size: 2.4rem;
  line-height: 1.2;
  margin: -3px auto;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}

.g_entry_group {
  margin: 25px auto 50px;
}

.g_entry_date {
  color: #686868;
  font-size: 1.2rem;
  line-height: 22px;
  margin-right: 15px;
}

.g_entry_label {
  width: auto;
  height: 22px;
  line-height: 22px;
  padding: 0 15px;
  background-color: #c3daf1;
  text-align: center;
  color: #3879b9;
  font-size: 1.2rem;
}

.g_entry_inr {
  width: 100%;
}

.g_entry_inr p {
  font-size: 1.4rem;
}

.g_entry_inr div {
  font-size: 1.4rem;
}

.g_entry_inr img {
  display: block;
  width: auto;
  max-width: 750px;
  line-height: 0;
}

.g_entry_inr img.aligncenter {
  margin: 0 auto;
}

.g_entry_inr img.alignleft {
  margin: 0 auto 0 0;
}

.g_entry_inr img.alignright {
  margin: 0 0 0 auto;
}

.g_entry_inr a {
  color: #1d459f;
  text-decoration: underline;
}

.g_entry_inr a:hover {
  text-decoration: none;
}

/*    Pagenation
=====================================================*/
.g_pgnate {
  text-align: center;
  margin-top: 60px;
}

.g_pgnate__mgb {
  margin-bottom: 120px;
}

.g_pgnateLst {
  text-align: inherit;
  margin-top: -10px;
}

.g_pgnateLst_li {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-width: 1px;
  border-color: #3879b9;
  border-style: solid;
  font-size: 1.4rem;
  margin-left: 15px;
  margin-top: 10px;
  text-align: center;
  color: #3879b9;
  /*-webkit-transition: all 0.2s;
	transition: all 0.2s;*/
}

.g_pgnateLst_li__back {
  width: auto;
  padding: 0 28px;
}

.g_pgnateLst_li__prev::before,
.g_pgnateLst_li__next::before {
  width: 8px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.g_pgnateLst_li__prev::before {
  background-image: url(../img/common/ic_pgn_prev.png);
}

.g_pgnateLst_li__next::before {
  background-image: url(../img/common/ic_pgn_next.png);
}

.g_pgnateLst_li__tprev,
.g_pgnateLst_li__tnext {
  width: auto;
}

.g_pgnateLst_li__tprev::before,
.g_pgnateLst_li__tnext::before {
  width: 25px;
  height: 8px;
  top: 0;
  bottom: 0;
}

.g_pgnateLst_li__tprev::before {
  background-image: url(../img/common/ic_pgn_prev.png);
  left: 10px;
}

.g_pgnateLst_li__tnext::before {
  background-image: url(../img/common/ic_pgn_next.png);
  right: 10px;
}

.g_pgnateLst_li__tprev {
  padding: 0 19px 0 52px;
}

.g_pgnateLst_li__tnext {
  padding: 0 52px 0 19px;
}

.g_pgnateLst_li a {
  display: block;
  width: auto;
  height: inherit;
  padding: inherit;
  -webkit-transition: none;
  transition: none;
}

.g_pgnateLst_li__back a {
  margin: 0 -28px;
}

.g_pgnateLst_li__tprev a {
  margin: 0 -19px 0 -52px;
}

.g_pgnateLst_li__tnext a {
  margin: 0 -52px 0 -19px;
}

/*-- hover --*/
.g_pgnateLst_li.u_crnt,
.g_pgnateLst_li:hover {
  color: #fff;
  background-color: #3879b9;
}

.g_pgnateLst_li__prev:hover::before,
.g_pgnateLst_li__tprev:hover::before {
  background-image: url(../img/common/ic_pgn_prev_ov.png);
  -ms-pointer-events: none;
  pointer-events: none;
}

.g_pgnateLst_li__next:hover::before,
.g_pgnateLst_li__tnext:hover::before {
  background-image: url(../img/common/ic_pgn_next_ov.png);
  -ms-pointer-events: none;
  pointer-events: none;
}

/*    Breadcrumb
=====================================================*/
.g_breadcrumb_lst {
  padding: 2vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.g_breadcrumb_lst_li {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-right: 8px;
}

/*  .g_breadcrumb_lst_li::before{
	content: '\003e';
	color: #b3aba3;
	padding-right: 1vw;
} */
.g_breadcrumb_lst_li a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.g_breadcrumb_lst_li:first-child::before {
  content: '';
  padding-right: 0;
}

/*    List
=====================================================*/
.g_no_data {
  font-size: 1.4rem;
  color: #000;
  padding: 20px 0;
  /*	text-align: center;*/
}

/*    Form Input
=====================================================*/
.g_text {
  /*
	width: 100%;
	height: 55px;
	padding: 8px 12px;
	font-size: 2rem;
	line-height: 55px;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius:10px;
	outline: none;
	-webkit-appearance : none;
*/
  display: block;
  width: 100%;
  /*  margin-top: 50px;*/
  padding: 16px 12px;
  border: none;
  border-radius: 10px;
  font-size: 2rem;
  /*  color: #a0a0a0;*/
  outline: none;
}

.g_text::-webkit-input-placeholder {
  color: #828282;
}

.g_text:-ms-input-placeholder {
  color: #828282;
}

.g_text::-ms-input-placeholder {
  color: #828282;
}

.g_text::placeholder {
  color: #828282;
}

.g_text::-webkit-input-placeholder {
  color: #828282;
}

.g_text::-ms-input-placeholder {
  color: #828282;
}

.g_text::-ms-input-placeholder {
  color: #828282;
}

.g_select {
  position: relative;
}

.g_select:before {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  content: "&#226;&#8211;&#188;";
  line-height: 10vw;
  /*	color: #fa7268;*/
  pointer-events: none;
  width: 10vw;
  /*	background-color: #fee3e1;*/
  text-align: center;
  border-radius: 10px;
}

.g_select select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none #fff;
  vertical-align: middle;
  font-size: 1.6rem;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 10vw;
  padding: 2.4vw;
  color: #000;
  width: 100%;
  line-height: 1;
  border-radius: 5px;
  border-width: 1px;
  border-color: #c7d0c5;
  border-style: solid;
  background-color: #ffffff;
}

.g_select select option {
  background-color: #fff;
  color: #000;
}

.g_select select::-ms-expand {
  display: none;
}

.g_select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.g_check input[type=checkbox] {
  display: none;
}

.g_check label {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3vw 1vw 3vw 6vw;
  border-radius: 5px;
  background-color: #f6f2ee;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1;
  color: #000;
  height: 100%;
}

.g_check label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 1vw;
  display: block;
  margin-top: -2vw;
  width: 3.5vw;
  height: 3.5vw;
  border-width: 1px;
  border-color: #e2dfdd;
  border-style: solid;
  background-color: #ffffff;
  border-radius: 2px;
  content: '';
}

.g_check label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 3vw;
  z-index: 10;
  display: block;
  margin-top: -3vw;
  width: 1.5vw;
  height: 3vw;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.g_check input[type=checkbox]:checked + label {
  background-color: #97b5a8;
  color: #fff;
  /*	font-weight: bold;*/
}

.g_check input[type=checkbox]:checked + label:before {
  opacity: 1;
}

.g_form_text {
  display: block;
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #a0a0a0;
  /*	border-radius: 5px;*/
  font-size: 1.6rem;
  /*	color: #000;*/
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.g_form_text::-webkit-input-placeholder,
.g_form_text::-webkit-input-placeholder,
.g_form_text::-ms-input-placeholder,
.g_form_text::-ms-input-placeholder {
  color: #828282;
}

.g_form_text::placeholder,
.g_form_text::-webkit-input-placeholder,
.g_form_text::-ms-input-placeholder,
.g_form_text::-ms-input-placeholder {
  color: #828282;
}

.g_form_textarea {
  width: 100%;
  height: 110px;
  padding: 10px 10px;
  border: 1px solid #a0a0a0;
  /*	border-radius: 5px;*/
  font-size: 1.6rem;
  /*	color: #000;*/
  outline: none;
  background-color: #fff;
}

.g_form_text--search {
  padding: 2px 5px;
  font-size: 1.6rem;
}

.g_form_check span.wpcf7-list-item {
  width: 40%;
  margin: 5px 10px 5px 0;
}

.g_form_radio span.wpcf7-list-item {
  margin: 5px 30px 5px 0;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  padding-top: 16px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #ec6f65 !important;
}

/*    Slick
=====================================================*/
.slick-dots li {
  width: 4vw;
  height: 4vw;
  margin: 0 0.5vw;
}

.slick-dots li button:before {
  color: #dddddd;
  font-size: 1.0rem;
  content: url(/img/icon/circle.png);
}

.slick-dots li.slick-active button:before {
  color: #b1b1b1;
}

/*    NaviSpMenu
=====================================================*/
#js_menu_nav {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0px 3px 4.9px 0.1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4.9px 0.1px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #fff;
}

#js_menu_nav.open {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/* &#227;&#402;&#161;&#227;&#402;&#8249;&#227;&#402;\&#227;&#402;&#188;&#229;&#129;&#337;&#65533;E&#65533;&#191;&#189;E&#65533;&#191;&#189;&#65533;&#191;&#189;E&#65533;&#191;&#189;&#227;&#8218;&#185;&#227;&#8218;&#175;&#227;&#402;&#173;&#227;&#402;&#188;&#227;&#402;&#171;&#227;&#65533;&#8226;&#227;&#65533;&#8250;&#227;&#8218;&#65533;E*/
#js_menu_nav {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.g_navi_close {
  display: none;
  width: 18.8vw;
  height: 18.8vw;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 50;
  cursor: pointer;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.g_navi_close.open {
  display: table;
}

.g_navi_close span::before,
.g_navi_close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 45%;
  left: 32%;
  width: 6vw;
  height: 1%;
  /*	margin: -8% 0 0 -26%;*/
  background: rgba(131, 126, 126, 0.7);
  z-index: 60;
}

.g_navi_close span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.g_navi_close span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.g_navi_close span {
  display: table-cell;
  font-size: 1.0rem;
  color: #fff;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 1vw;
}

/* &#232;&#402;&#338;&#230;&#8482;&#175;&#227;&#65533;&#175;&#229;&#8250;&#186;&#229;&#174;&#353;&#227;&#65533;&#8212;&#227;&#65533;&#166;&#227;&#8218;&#185;&#227;&#8218;&#175;&#227;&#402;&#173;&#227;&#402;&#188;&#227;&#402;&#171;&#227;&#65533;&#8226;&#227;&#65533;&#8250;&#227;&#65533;&#170;&#227;&#65533;&#65533;E*/
body.open {
  overflow: hidden;
}

/*    Modal Window
=====================================================*/
#js_search {
  width: 100vw;
  height: 100%;
  background-color: #ece7e2;
  -webkit-box-shadow: 0px -8px 11.2px 2.8px rgba(0, 0, 0, 0.4);
          box-shadow: 0px -8px 11.2px 2.8px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #fff;
}

#js_search.open {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/* &#227;&#402;&#161;&#227;&#402;&#8249;&#227;&#402;\&#227;&#402;&#188;&#229;&#129;&#337;&#65533;E&#65533;&#191;&#189;E&#65533;&#191;&#189;&#65533;&#191;&#189;E&#65533;&#191;&#189;&#227;&#8218;&#185;&#227;&#8218;&#175;&#227;&#402;&#173;&#227;&#402;&#188;&#227;&#402;&#171;&#227;&#65533;&#8226;&#227;&#65533;&#8250;&#227;&#8218;&#65533;E*/
#js_search {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.MdlSearch {
  position: relative;
}

.MdlSearch_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 12vw;
  height: 12vw;
  z-index: 50;
  cursor: pointer;
}

.MdlSearch_close span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.MdlSearch_close span::before,
.MdlSearch_close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  width: 6vw;
  height: 1%;
  border-bottom: 1px solid #fff;
  z-index: 60;
}

.MdlSearch_close span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.MdlSearch_close span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.MdlSearch_ttl {
  background-color: #a09284;
  font-size: 1.4rem;
  line-height: 12vw;
  padding: 0 4vw;
}

.MdlSearch_head {
  border-bottom: 1px solid #b3aba3;
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.MdlSearch_body {
  padding-top: 6vw;
  padding-bottom: 12vw;
}

.MdlSearch_main_tab {
  color: #4e896d;
  font-size: 1.3rem;
  text-align: center;
  background-color: #fff;
  height: 14.8vw;
  line-height: 14.8vw;
  border: 1px solid #d4cdc7;
  border-right: none;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.MdlSearch_main_tab:last-child {
  border-right: 1px solid #d4cdc7;
}

.MdlSearch_main_tab a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: underline;
}

.MdlSearch_main_tab.active {
  border-bottom: none;
  font-size: 1.4rem;
  font-weight: 600;
}

.MdlSearch_main_lst_addon {
  display: none;
}

.MdlSearch_main_lst_addon.open {
  display: block;
  -webkit-animation: fadeIn 1s linear 0s;
          animation: fadeIn 1s linear 0s;
}

.MdlSearch_main_item {
  padding: 3.5vw 2vw 3.5vw 2vw;
  border-width: 1px;
  border-color: #d4cdc7;
  border-style: solid;
  border-top: none;
  background-color: #ffffff;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
}

/*
.MdlSearch_main_item:first-child {
	border-top: 1px solid #d4cdc7;
}
*/
.MdlSearch_main_lst_addon .MdlSearch_main_item:first-child {
  border-top: none;
}

.MdlSearch_main_item .MdlSearch_main_link {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
  cursor: pointer;
}

.MdlSearch_main_item .MdlSearch_main_link::after {
  content: '';
  position: absolute;
  width: 3vw;
  height: 3vw;
  border-top: 1px solid #b3aba3;
  border-right: 1px solid #b3aba3;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 2vw;
}

.MdlSearch_main_item .MdlSearch_main_link.open::after {
  border: none;
}

.MdlSearch_main_item .MdlSearch_main_link.open .MdlSearch_main_val {
  display: none;
}

.MdlSearch_main_item .MdlSearch_main_link:hover {
  opacity: 1;
}

.MdlSearch_main_item .MdlSearch_main_link .MdlSearch_main_txt:hover {
  opacity: 1;
}

.MdlSearch_main_item_wrp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.MdlSearch_main_txt {
  color: #000;
  font-size: 1.4rem;
}

.MdlSearch_main_val {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 600;
  color: #82786e;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 4vw;
}

.MdlSearch_main_val.no_link {
  padding-right: 0;
  margin-top: 1rem;
}

.MdlSearch_main_val.selected {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: right;
  font-size: 1.2rem;
  color: #4e896d;
}

.MdlSearch_main_close {
  display: none;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: right;
  font-size: 1.2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 2vw;
  color: #b3aba3;
  font-weight: normal;
  text-decoration: underline;
}

.MdlSearch_main_item .MdlSearch_main_link.open .MdlSearch_main_close {
  display: inline-block;
}

.MdlSearch_main_box {
  display: none;
  padding: 3vw 0;
}

.MdlSearch_main_box.open {
  display: block;
}

.MdlSearch_main_link.open + .MdlSearch_main_box {
  display: block;
}

.MdlSearch_main_box > .checked_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.MdlSearch_price_select:before {
  content: "";
  line-height: 10vw;
  border-radius: 5px;
}

.MdlSearch_price_select select {
  font-size: 1.2rem;
  background-color: #f6f2ee;
  border: none;
  width: 27vw;
  height: 9.33vw;
  margin: -2.4vw 0;
  color: #82786e;
}

.MdlSearch_main_val p {
  color: #000000;
  font-size: 1.2rem;
}

.MdlSearch_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  margin-left: 2%;
  margin-bottom: 1.5vw;
}

.MdlSearch_item:nth-child(2n+1) {
  margin-left: 0;
}

.MdlSearch_link_more_wrp {
  text-align: center;
  padding: 5vw 0;
}

.MdlSearch_link_more {
  color: #4e896d;
  font-size: 1.4rem;
  text-decoration: underline;
}

.MdlSearch_filter_wrp {
  text-align: right;
  padding-top: 4vw;
}

.MdlSearch_filter {
  color: #4e896d;
  font-size: 1.2rem;
  text-decoration: underline;
  padding-right: 5vw;
}

.MdlSearch_filter::after {
  width: 1.5vw;
  height: 1.5vw;
  border-right: 1px solid #4e896d;
  border-bottom: 1px solid #4e896d;
  -webkit-transform: rotate(45deg) translateY(-70%);
          transform: rotate(45deg) translateY(-70%);
  top: 50%;
  right: 2.5vw;
}

.MdlSearch_filter.g_link--up::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: 2vw;
}

.MdlSearch_filter_close {
  display: none;
}

.MdlSearch_count_wrp {
  padding-top: 6vw;
  padding-bottom: 5vw;
  position: relative;
}

.MdlSearch_count_wrp::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-bottom: 1px solid #2b5744;
  border-right: 1px solid #2b5744;
  -webkit-transform: rotate(45deg) translateX(50%);
  transform: rotate(45deg) translateX(50%);
  bottom: 1vw;
  right: 50%;
}

.MdlSearch_count {
  text-align: center;
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.6;
}

.MdlSearch_count_txt {
  text-align: center;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1;
}

.MdlSearch_btn {
  margin: 4vw auto;
  width: 84vw;
  border-radius: 5px;
  background-color: #2b5744;
}

.MdlSearch_btn a {
  display: block;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 16vw;
}

.MdlSearch_clear_wrp {
  text-align: right;
  padding-top: 2vw;
}

.MdlSearch_clear {
  color: #000000;
  font-size: 1.3rem;
  text-decoration: underline;
}

/* &#227;&#8218;&#170;&#227;&#402;&#188;&#227;&#402;&#65533;&#239;&#191;&#189;E&#227;&#402;&#172;&#227;&#8218;&#164; */
#js_overlay {
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 35;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

#js_overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
  overflow: hidden;
}

/* &#228;&#184;&#166;&#227;&#65533;&#179;&#230;&#8250;&#191;&#227;&#65533;&#710;&#227;&#8218;&#166;&#227;&#8218;&#163;&#227;&#402;&#179;&#227;&#402;&#129;&#324;&#227;&#8218;&#166; */
#js_search_sort {
  width: 100vw;
  height: 57.07vw;
  background-color: #ece7e2;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 40;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: all .5s;
  transition: all .5s;
}

#js_search_sort.open {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.MdlSearchSort {
  position: relative;
  padding: 5vw 0 4vw;
}

.MdlSearchSort_close {
  position: absolute;
  top: 4vw;
  right: 1vw;
  color: #6c5a47;
  cursor: pointer;
}

.MdlSearchSort_ttl {
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 4vw;
}

.MdlSearchSort_box {
  background-color: #ffffff;
  padding: 2vw 5vw;
}

.MdlSearchSort_item {
  border-bottom: 1px solid #93908d;
  padding: 1vw 0;
}

.MdlSearchSort_item:last-child {
  border-bottom: none;
}

.MdlSearchSort_item input[type=radio] {
  display: none;
}

.MdlSearchSort_chk_lbl {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 7vw;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.4rem;
}

.MdlSearchSort_chk_lbl:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 1vw;
  display: block;
  margin-top: -2vw;
  width: 3.5vw;
  height: 3.5vw;
  /*
	border-width: 1px;
	border-color: #e2dfdd;
	border-style: solid;
	background-color: #ffffff;
	border-radius: 2px;
*/
  content: '';
}

.MdlSearchSort_chk_lbl:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 53%;
  left: 3vw;
  z-index: 10;
  display: block;
  margin-top: -2.5vw;
  width: 1.5vw;
  height: 3vw;
  border-right: 2px solid #459470;
  border-bottom: 2px solid #459470;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.MdlSearchSort_item input[type=radio]:checked + .MdlSearchSort_chk_lbl:before {
  opacity: 1;
}

/* &#227;&#402;&#8211;&#227;&#402;&#169;&#227;&#402;&#179;&#227;&#402;&#129;&#324;&#227;&#8218;&#166;&#227;&#8218;&#163;&#227;&#402;&#179;&#227;&#402;&#129;&#324;&#227;&#8218;&#166; */
#js_search_brand {
  width: 100vw;
  /*	height: 57.07vw;*/
  background-color: #ece7e2;
  position: fixed;
  top: 10vw;
  right: 0;
  z-index: 40;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: all .5s;
  transition: all .5s;
}

#js_search_brand.open {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.MdlSearchBrand {
  position: relative;
  padding: 3vw 0 4vw;
}

.MdlSearchBrand_close {
  position: absolute;
  top: 4vw;
  right: 1vw;
  color: #6c5a47;
  cursor: pointer;
}

.MdlSearchBrand_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 12vw;
  height: 12vw;
  z-index: 50;
  cursor: pointer;
}

.MdlSearchBrand_close span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.MdlSearchBrand_close span::before,
.MdlSearchBrand_close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  width: 6vw;
  height: 1%;
  border-bottom: 1px solid #6c5a47;
  z-index: 60;
}

.MdlSearchBrand_close span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.MdlSearchBrand_close span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.MdlSearchBrand_ttl {
  color: #6c5a47;
  font-size: 1.4rem;
  font-weight: 600;
}

.MdlSearchBrand_main {
  padding-top: 2vw;
}

.MdlSearchBrand_navi_item {
  width: 16.8vw;
  border-radius: 5px;
  border-width: 2px;
  border-color: #dcd2c8;
  border-style: solid;
  background-color: #ffffff;
  margin-left: 2vw;
  margin-bottom: 2vw;
}

.MdlSearchBrand_navi_item.active {
  border-width: 2px;
  border-color: transparent;
  border-style: solid;
  background-color: rgba(108, 90, 71, 0.4);
  color: #fff;
}

.MdlSearchBrand_navi_item:nth-child(5n+1) {
  margin-left: 0;
}

.MdlSearchBrand_navi_item a {
  display: block;
  line-height: 11.5vw;
  font-size: 1.4rem;
  text-align: center;
}

.MdlSearchBrand_box {
  border-width: 2px;
  border-color: #dcd2c8;
  border-style: solid;
  background-color: #ffffff;
  padding: 2vw;
  position: relative;
}

.MdlSearchBrand_lst_wrp {
  display: none;
}

.MdlSearchBrand_lst {
  max-height: 72vw;
  overflow: scroll;
  padding-bottom: 12vw;
}

.MdlSearchBrand_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  margin-left: 2%;
  margin-bottom: 1.5vw;
  /*	align-self: stretch;*/
}

.MdlSearchBrand_item:nth-child(2n+1) {
  margin-left: 0;
}

.MdlSearchBrand_btn_wrp {
  text-align: center;
  position: absolute;
  bottom: 26vw;
  left: 0px;
  width: 100%;
  height: 14vw;
  padding-top: 10vw;
  text-align: center;
  /*	line-height: 4vw;*/
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 70%);
  cursor: pointer;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

.MdlSearchBrand_btn {
  display: inline-block;
  height: 12vw;
  width: 46.67vw;
  border-radius: 5px;
  background-color: #2b5744;
  text-align: center;
}

.MdlSearchBrand_btn a {
  position: relative;
  display: block;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  line-height: 12vw;
}

.MdlSearchBrand_link_wrp {
  text-align: right;
  padding: 16vw 0 0;
}

.MdlSearchBrand_link {
  color: #000000;
  font-size: 1.3rem;
  text-decoration: underline;
}

/* &#227;&#402;&#8211;&#227;&#402;&#169;&#227;&#402;&#179;&#227;&#402;&#129;&#324;&#227;&#8218;&#166;&#227;&#8218;&#163;&#227;&#402;&#179;&#227;&#402;&#129;&#324;&#227;&#8218;&#166; */
/*
#js_brand_list {
	width: 100vw;
	height: 100%;
	background-color: #ece7e2;
	position: fixed;
	top: 10vw;
	right: 0;
	z-index: 40;
	transform: translateY(100vh);
	transition: all .5s;
}
#js_brand_list.open {
	transform: translateZ(0);
}
#js_brand_list {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
*/
#js_brand_list {
  width: 100vw;
  height: 100%;
  background-color: #ece7e2;
  -webkit-box-shadow: 0px -8px 11.2px 2.8px rgba(0, 0, 0, 0.4);
          box-shadow: 0px -8px 11.2px 2.8px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 10vw;
  right: 0;
  z-index: 40;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: all .5s;
  transition: all .5s;
  /*	color: #fff;*/
}

#js_brand_list.open {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/* &#227;&#402;&#161;&#227;&#402;&#8249;&#227;&#402;\&#227;&#402;&#188;&#229;&#129;&#337;&#65533;E&#65533;&#191;&#189;E&#65533;&#191;&#189;&#65533;&#191;&#189;E&#65533;&#191;&#189;&#227;&#8218;&#185;&#227;&#8218;&#175;&#227;&#402;&#173;&#227;&#402;&#188;&#227;&#402;&#171;&#227;&#65533;&#8226;&#227;&#65533;&#8250;&#227;&#8218;&#65533;E*/
#js_brand_list {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.MdlBrandList {
  position: relative;
}

.MdlBrandList_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 12vw;
  height: 12vw;
  z-index: 50;
  cursor: pointer;
}

.MdlBrandList_close span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.MdlBrandList_close span::before,
.MdlBrandList_close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  width: 6vw;
  height: 1%;
  border-bottom: 1px solid #fff;
  z-index: 60;
}

.MdlBrandList_close span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.MdlBrandList_close span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.MdlBrandList_ttl {
  background-color: #a09284;
  color: #fff;
  font-size: 1.4rem;
  line-height: 12vw;
  padding: 0 4vw;
}

.MdlBrandList_head {
  border-bottom: 1px solid #b3aba3;
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.MdlBrandList_main {
  padding-top: 3vw;
}

.MdlBrandList_navi_item {
  width: 16.8vw;
  border-radius: 5px;
  border-width: 2px;
  border-color: #dcd2c8;
  border-style: solid;
  background-color: #ffffff;
  margin-left: 2vw;
  margin-bottom: 2vw;
}

.MdlBrandList_navi_item.active {
  /*	border: none;*/
  background-color: #dcd2c8;
  color: #6e5c4a;
  font-weight: 600;
}

.MdlBrandList_navi_item:nth-child(5n+1) {
  margin-left: 0;
}

.MdlBrandList_navi_item a {
  display: block;
  line-height: 11.5vw;
  font-size: 1.4rem;
  text-align: center;
}

.MdlBrandList_wrp {
  padding: 5vw 0 20vw;
}

.MdlBrandList_brand_lbl {
  line-height: 7vw;
  border-radius: 5px;
  background-color: #dcd2c8;
  color: #6c5a47;
  font-size: 1.4rem;
  padding: 0 2vw;
  margin-bottom: 1vw;
}

.MdlBrandList_item {
  padding: 2vw 5vw 2vw 3vw;
  border-radius: 5px;
  border-width: 1px;
  border-color: #d4cdc7;
  border-style: solid;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 1vw;
}

.MdlBrandList_item a {
  display: block;
  position: relative;
  line-height: 1;
}

.MdlBrandList_item a::after {
  content: '';
  position: absolute;
  width: 3vw;
  height: 3vw;
  border-top: 1px solid #b3aba3;
  border-right: 1px solid #b3aba3;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: -2vw;
}

.MdlBrandList_nm {
  font-size: 1.4rem;
  line-height: 1;
}

.MdlBrandList_lbl {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  padding-top: 1vw;
}

/* &#227;&#402;&#162;&#227;&#402;&#65533;E&#65533;&#191;&#189;E&#65533;&#191;&#189;&#65533;&#191;&#189;E&#65533;&#191;&#189;&#227;&#8218;&#166;&#227;&#8218;&#163;&#227;&#402;&#179;&#227;&#402;&#129;&#324;&#227;&#8218;&#166; */
#js_search_model {
  width: 100vw;
  /*	height: 57.07vw;*/
  background-color: #ece7e2;
  position: fixed;
  top: 10vw;
  right: 0;
  z-index: 40;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: all .5s;
  transition: all .5s;
}

#js_search_model.open {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.MdlSearchModel {
  position: relative;
  padding: 3vw 0 4vw;
}

.MdlSearchModel_close {
  position: absolute;
  top: 4vw;
  right: 1vw;
  color: #6c5a47;
  cursor: pointer;
}

.MdlSearchModel_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 12vw;
  height: 12vw;
  z-index: 50;
  cursor: pointer;
}

.MdlSearchModel_close span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.MdlSearchModel_close span::before,
.MdlSearchModel_close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  width: 6vw;
  height: 1%;
  border-bottom: 1px solid #6c5a47;
  z-index: 60;
}

.MdlSearchModel_close span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.MdlSearchModel_close span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.MdlSearchModel_ttl {
  color: #6c5a47;
  font-size: 1.4rem;
  font-weight: 600;
}

.MdlSearchModel_main {
  padding-top: 2vw;
}

.MdlSearchModel_navi_item {
  width: 16.8vw;
  border-radius: 5px;
  border-width: 2px;
  border-color: #dcd2c8;
  border-style: solid;
  background-color: #ffffff;
  margin-left: 2vw;
  margin-bottom: 2vw;
}

.MdlSearchModel_navi_item.active {
  border-width: 2px;
  border-color: transparent;
  border-style: solid;
  background-color: rgba(108, 90, 71, 0.4);
  color: #fff;
}

.MdlSearchModel_navi_item:nth-child(5n+1) {
  margin-left: 0;
}

.MdlSearchModel_navi_item a {
  display: block;
  line-height: 11.5vw;
  font-size: 1.4rem;
  text-align: center;
}

.MdlSearchModel_box {
  border-width: 2px;
  border-color: #dcd2c8;
  border-style: solid;
  background-color: #ffffff;
  padding: 2vw;
  position: relative;
}

.MdlSearchModel_lst_wrp {
  display: none;
}

.MdlSearchModel_lst {
  max-height: 72vw;
  overflow: scroll;
  padding-bottom: 12vw;
}

.MdlSearchModel_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  margin-left: 2%;
  margin-bottom: 1.5vw;
}

.MdlSearchModel_item:nth-child(2n+1) {
  margin-left: 0;
}

.MdlSearchModel_btn_wrp {
  text-align: center;
  position: absolute;
  bottom: 26vw;
  left: 0px;
  width: 100%;
  height: 14vw;
  padding-top: 10vw;
  text-align: center;
  /*	line-height: 4vw;*/
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 70%);
  cursor: pointer;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

.MdlSearchModel_btn {
  display: inline-block;
  height: 12vw;
  width: 46.67vw;
  border-radius: 5px;
  background-color: #2b5744;
  text-align: center;
}

.MdlSearchModel_btn a {
  position: relative;
  display: block;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  line-height: 12vw;
}

.MdlSearchModel_link_wrp {
  text-align: right;
  padding: 16vw 0 0;
}

.MdlSearchModel_link {
  color: #000000;
  font-size: 1.3rem;
  text-decoration: underline;
}

/* &#227;&#402;&#8211;&#227;&#402;&#169;&#227;&#402;&#179;&#227;&#402;&#129;&#324;&#227;&#8218;&#166;&#227;&#8218;&#163;&#227;&#402;&#179;&#227;&#402;&#129;&#324;&#227;&#8218;&#166; */
/*
#js_model_list {
	width: 100vw;
	height: 100%;
	background-color: #ece7e2;
	position: fixed;
	top: 10vw;
	right: 0;
	z-index: 40;
	transform: translateY(100vh);
	transition: all .5s;
}
#js_model_list.open {
	transform: translateZ(0);
}
#js_model_list {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
*/
#js_model_list {
  width: 100vw;
  height: 100%;
  background-color: #ece7e2;
  -webkit-box-shadow: 0px -8px 11.2px 2.8px rgba(0, 0, 0, 0.4);
          box-shadow: 0px -8px 11.2px 2.8px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 10vw;
  right: 0;
  z-index: 40;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: all .5s;
  transition: all .5s;
  /*	color: #fff;*/
}

#js_model_list.open {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/* &#227;&#402;&#161;&#227;&#402;&#8249;&#227;&#402;\&#227;&#402;&#188;&#229;&#129;&#337;&#65533;E&#65533;&#191;&#189;E&#65533;&#191;&#189;&#65533;&#191;&#189;E&#65533;&#191;&#189;&#227;&#8218;&#185;&#227;&#8218;&#175;&#227;&#402;&#173;&#227;&#402;&#188;&#227;&#402;&#171;&#227;&#65533;&#8226;&#227;&#65533;&#8250;&#227;&#8218;&#65533;E*/
#js_model_list {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.MdlModelList {
  position: relative;
}

.MdlModelList_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 12vw;
  height: 12vw;
  z-index: 50;
  cursor: pointer;
}

.MdlModelList_close span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.MdlModelList_close span::before,
.MdlModelList_close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  width: 6vw;
  height: 1%;
  border-bottom: 1px solid #fff;
  z-index: 60;
}

.MdlModelList_close span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.MdlModelList_close span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.MdlModelList_ttl {
  background-color: #a09284;
  color: #fff;
  font-size: 1.4rem;
  line-height: 12vw;
  padding: 0 4vw;
}

.MdlModelList_head {
  border-bottom: 1px solid #b3aba3;
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.MdlModelList_main {
  padding-top: 3vw;
}

.MdlModelList_navi_item {
  width: 16.8vw;
  border-radius: 5px;
  border-width: 2px;
  border-color: #dcd2c8;
  border-style: solid;
  background-color: #ffffff;
  margin-left: 2vw;
  margin-bottom: 2vw;
}

.MdlModelList_navi_item.active {
  /*	border: none;*/
  background-color: #dcd2c8;
  color: #6e5c4a;
  font-weight: 600;
}

.MdlModelList_navi_item:nth-child(5n+1) {
  margin-left: 0;
}

.MdlModelList_navi_item a {
  display: block;
  line-height: 11.5vw;
  font-size: 1.4rem;
  text-align: center;
}

.MdlModelList_wrp {
  padding: 5vw 0 20vw;
}

.MdlModelList_model_lbl {
  line-height: 7vw;
  border-radius: 5px;
  background-color: #dcd2c8;
  color: #6c5a47;
  font-size: 1.4rem;
  padding: 0 2vw;
  margin-bottom: 1vw;
}

.MdlModelList_item {
  padding: 2vw 5vw 2vw 3vw;
  border-radius: 5px;
  border-width: 1px;
  border-color: #d4cdc7;
  border-style: solid;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 1vw;
}

.MdlModelList_item a {
  display: block;
  position: relative;
  line-height: 1;
}

.MdlModelList_item a::after {
  content: '';
  position: absolute;
  width: 3vw;
  height: 3vw;
  border-top: 1px solid #b3aba3;
  border-right: 1px solid #b3aba3;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: -2vw;
}

.MdlModelList_nm {
  font-size: 1.4rem;
  line-height: 1;
}

.MdlModelList_lbl {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  padding-top: 1vw;
}

/*    Pagination
=====================================================*/
.g_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*    justify-content: center;*/
  margin: 40px 0;
  position: relative;
  font-size: 1.4rem;
}

.g_pagination span,
.g_pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px;
  border: 1px solid #dddddd;
  background-color: #f7f7f7;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
}

/* &#227;&#402;&#353;&#239;&#191;&#189;E&#227;&#8218;&#184;&#231;&#8226;&#170;&#229;&#65533;&#183; */
.g_pagination .pager {
  width: 32px;
}

/* &#227;&#402;&#8250;&#227;&#402;&#65533;&#227;&#402;&#188;&#230;&#8482;&#65533;E& &#231;&#65533;&#190;&#229;&#339;&#129;N&#227;&#65533;&#174;&#227;&#402;&#353;&#239;&#191;&#189;E&#227;&#8218;&#184; */
.g_pagination a:hover,
.g_pagination .current {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

/* &#229;&#129;&#324;&#65533;&#227;&#65533;&#184; */
.g_pagination a.prev {
  margin-right: 4px;
}

/* &#230;&#172;&#161;&#227;&#65533;&#184; */
.g_pagination a.next {
  margin-left: 4px;
}

/* &#230;&#339;&#8364;&#229;&#710;&#65533;&#227;&#65533;&#184; */
/* &#230;&#339;&#8364;&#229;&#190;&#338;&#227;&#65533;&#184; */
/* Page x / y */
.g_pagination span.page_num {
  display: none;
}

/*    Contact Botton Box
=====================================================*/
.g_contact_box {
  width: 100%;
  background: url(../img/common/contact_bg.png);
  padding: 20px 40px;
  text-align: center;
  margin: 60px auto;
}

.g_contact_catch {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
}

.g_contact_lead {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
}

.g_contact_lead span {
  font-size: 2rem;
}

.g_contact_area {
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 1.4rem;
  color: #fff;
  padding: 0 10px;
  margin-bottom: 20px;
}

.g_contact_btn_lst {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.g_contact_aside {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}

/*    Product List
=====================================================*/
.g_ProductLst_lst {
  justify-content: space-between;
}

.g_ProductLst_item {
  display: flex;
  flex-direction: column;
  width: 49%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(27, 27, 27, 0.1);
          box-shadow: 0px 2px 2px 0px rgba(27, 27, 27, 0.1);
  margin-bottom: 2vw;
  padding: 8px;
}

.SearchLst .g_ProductLst_item,
.TopPickup .g_ProductLst_item {
  border-width: 1px;
  border-color: #ece7e2;
  border-style: solid;
}

.g_ProductLst_item_wrp {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}

.g_ProductLst_item_wrp a {
  display: block;
}

.g_ProductLst_item_img {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  margin-bottom: 8px;
}

.g_ProductLst_item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.g_ProductLst_lbl_lst {
  position: absolute;
  bottom: 10px;
  left: 0;
  line-height: 0;
}

.g_ProductLst_lbl img {
  width: 1.4vw;
  margin: 0 0.5vw;
  vertical-align: -1px;
}

.g_ProductLst_lbl span {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  padding: 4px;
  display: inline-block;
}

.g_ProductLst_watch_cat {
  font-size: 12px;
  line-height: 1.5;
}

.g_ProductLst_watch_nm {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}

.g_ProductLst_watch_model {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e7e7e7;
}

.g_ProductLst_watch_memo {
  font-size: 11px;
  line-height: 1.4;
}

.g_ProductLst_item_wrp a p:nth-child(1 of .g_ProductLst_watch_memo) {
  margin-top: 8px;
}

.g_ProductLst_item > .g_ProductLst_watch_memo {
  margin-top: 8px;
}

.g_ProductLst_watch_wrp {
  padding-top: 8px;
}

.g_ProductLst_watch_lbl {
  background-color: #e7e879;
  color: #595a01;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  width: 50%;
  text-align: center;
  white-space: nowrap;
}

.g_ProductLst_watch_lbl.new {
  background-color: #96cafd;
  color: #0051a0;
}

.g_ProductLst_watch_lbl.unused {
  background-color: #e2e2d0;
  color: #595a01;
}

.g_ProductLst_watch_lbl.used {
  background-color: #cdecc8;
  color: #0b5200;
}

.g_ProductLst_watch_no {
  font-size: 1rem;
  line-height: 1;
  width: 100%;
  padding: 16px 0 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e7e7e7;
}

.g_ProductLst_price_wrp {
  display: grid;
  grid-template-rows: auto 1fr;
}

.g_ProductLst_price {
  color: #ab0000;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  align-self: end;
}

.g_ProductLst_price_sn {
  display: block;
  text-align: right;
  color: #ab0000;
  font-size: 1.5rem;
  font-weight: 600;
}

.g_ProductLst_price_tx {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  margin-left: -0.5em;
}

.g_ProductLst_price_old {
  text-align: right;
  color: #ab0000;
  font-size: 1.1rem;
  line-height: 1.5;
  text-decoration: line-through;
  width: 100%;
}

.g_ProductLst_price_old span {
  font-size: 0.9rem;
}

.g_ProductLst_stock {
  text-align: right;
  font-size: 1.2rem;
  width: 100%;
}

/*    News List
=====================================================*/
.g_NewsLst_item {
  padding: 4vw 0 3vw;
  border-bottom: 1px dotted #a7a7a7;
  width: 100%;
}

.g_NewsLst_item:first-child {
  padding-top: 0;
}

.g_NewsLst_item a {
  display: block;
}

.g_NewsLst_item_wrp {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.g_NewsLst_img {
  line-height: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.g_NewsLst_img img {
  width: 21.33333333vw;
  /* height: 16vw; */
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

.g_NewsLst_txt {
  margin-left: 3vw;
}

.g_NewsLst_title {
  font-size: 1.4rem;
  line-height: 1.6;
}

.g_NewsLst_txt_wrp {
  line-height: 0.5;
  padding-bottom: 3vw;
}

.g_NewsLst_date {
  color: #545454;
  font-size: 1.2rem;
}

.g_NewsLst_lbl {
  color: #b82c2c;
  font-size: 1.1rem;
}

/*    Feature List
=====================================================*/
.g_Feature_main_lst {
  position: relative;
  top: -4vw;
}

.g_Feature_main_item {
  background-color: #ece7e2;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(27, 27, 27, 0.2);
          box-shadow: 0px 2px 2px 0px rgba(27, 27, 27, 0.2);
  margin-bottom: 1.5vw;
  padding: 4vw 0;
}

.g_Feature_main_ttl_wrp {
  position: relative;
  padding-bottom: 1px;
  border-bottom: 1px solid #3a6e58;
  border-top: 2px solid #3a6e58;
  width: 4vw;
  margin-bottom: 4vw;
}

.g_Feature_main_ttl {
  position: absolute;
  top: 0;
  left: 5vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #2b5744;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #ece7e2;
  white-space: nowrap;
}

.g_Feature_lst {
  margin: 0 4vw;
}

.g_Feature_item {
  padding: 2vw 5vw 2vw 1.5vw;
  border-width: 1px;
  border-color: #d4cdc7;
  border-style: solid;
  border-top: none;
  background-color: #ffffff;
  width: 100%;
}

.g_Feature_item:first-child {
  border-top: 1px solid #d4cdc7;
}

.g_Feature_item a {
  display: block;
  position: relative;
}

.g_Feature_item a::after {
  content: '';
  position: absolute;
  width: 3vw;
  height: 3vw;
  border-top: 1px solid #b3aba3;
  border-right: 1px solid #b3aba3;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: -2vw;
}

.g_Feature_item_wrp {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.g_Feature_img {
  line-height: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.g_Feature_img img {
  width: 15.47vw;
  height: 11.6vw;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

.g_Feature_txt {
  margin-left: 2vw;
}

.g_Feature_copy {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: -0.07em;
}

.g_Feature_txt {
  line-height: 1;
  /*	padding-bottom: 2vw;*/
}

.g_Feature_nm {
  font-size: 1.8rem;
  line-height: 1;
}

.g_Feature_lbl {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  padding-top: 1.6vw;
}

/*    Review List
=====================================================*/
.g_ReviewLst_item {
  border-width: 1px;
  border-color: #d4cdc7;
  border-style: solid;
  padding: 3vw;
  margin-bottom: 2.7vw;
}

.g_ReviewLst_info_wrp {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 2vw;
}

.g_ReviewLst_info {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.g_ReviewLst_nm {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
}

.g_ReviewLst_no {
  font-size: 1rem;
}

.g_ReviewLst_star {
  line-height: 0;
  margin-bottom: 2vw;
}

.g_ReviewLst_user,
.g_ReviewLst_date {
  font-size: 1rem;
  line-height: 1.6;
}

.g_ReviewLst_user span,
.g_ReviewLst_date span {
  color: #7d7d7d;
  font-weight: 600;
  display: inline-block;
  width: 18vw;
}

.g_ReviewLst_star img {
  width: 3.47vw;
}

.g_ReviewLst_img {
  width: 19.5vw;
  height: 19.5vw;
  line-height: 0;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 4vw;
}

.g_ReviewLst_img img {
  height: 19.5vw;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

.g_ReviewLst_cmnt_wrp {
  padding: 1vw 0 1vw;
}

.g_ReviewLst_cmnt_ttl {
  font-size: 1.2rem;
  font-weight: 600;
}

.g_ReviewLst_cmnt {
  font-size: 1.2rem;
  line-height: 1.7;
}

.g_ReviewLst_more_wrp {
  text-align: right;
  line-height: 1;
  padding-right: 2vw;
}

.g_ReviewLst_more {
  color: #4e896d;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: underline;
  padding-right: 3vw;
  white-space: nowrap;
  position: relative;
}

.g_ReviewLst_more::after {
  content: '';
  position: absolute;
  width: 1.5vw;
  height: 1.5vw;
  border-bottom: 1px solid #4e896d;
  border-right: 1px solid #4e896d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 1vw);
  right: 0;
}

.g_ReviewLst_btn_wrp {
  text-align: center;
  padding-top: 8vw;
}

.g_ReviewLst_btn {
  border-radius: 5px;
  background-color: #d3e0da;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 13.33vw;
  padding: 0 8vw;
  color: #312c27;
  font-size: 1.4rem;
}

.g_ReviewLst_btn img {
  width: 3.33vw;
  margin-right: 3vw;
}

#block_of_itemhistory {
  position: relative;
}

#block_of_itemhistory #itemHistoryButton {
  position: absolute;
  right: 10px;
  top: 0;
}

#block_of_itemhistory h2 {
  border-bottom: 2px solid #000;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
/*# sourceMappingURL=sp_general.css.map */

/* u-s&#129;f&#199;&#129;&#324;&#193; &#402;J&#402;Z&#402;b&#402;g */

.g_ProductLst_watch_type {
    background-color: #eeeeee;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    width: 50%;
    text-align: center;
    white-space: nowrap;
}

/* &#131;&#130;&#131;f&#131;&#139;&#131;&#137;&#131;&#147;&#131;L&#131;&#147;&#131;O */
#brand_lank .g_ProductLst_item_img {
  margin: 0 !important;
}

#brand_lank .g_ProductLst_lbl_lst {
  bottom: 0;
}

#brand_lank .g_ProductLst_item .sold_out {
  margin-top: 8px;
  margin-bottom: -8px;
}