@charset "utf-8";

/* ================ Reset ================ */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
small {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

/* ================ Common ================ */

[aria-hidden="true"] {
  display: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

a:active {}

a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

a:link {
  color: #f86d3f;
}

a:visited {
  color: #f86d3f;
}

.cfx:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cfx {
  display: inline-block;
}

* html .cfx {
  height: 1%;
}

.cfx {
  display: block;
}

.spOnly {
  display: none;
}

#loading {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  opacity: 1.0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.btnList {
  margin: 24px 0;
  text-align: right;
  list-style: none;
}

.btnList li {
  text-align: right;
}

a.btn {
  width: 160px;
  padding: 16px 0 12px;
  font-family: "heisei-maru-gothic-std";
  /*font-size: 12px;*/
  color: #fff;
  /*color: #68360a;*/
  display: inline-block;
  border: 2px solid #68360a;
  border-radius: 40px;
  text-align: center;
  background: url(/images/bg_common_arrow_on.png) 16px center no-repeat #68360a;
}

a.btn:hover {
  /*color: #fff;*/
  background: url(/images/bg_common_arrow_on.png) 24px center no-repeat #68360a;
}


/* ================ Structure ================ */

body {
  font: 14px/1.0 "kozuka-gothic-pro", 'YuGothic', 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'AxisStd-Regular', sans-serif;
  background: url(/images/bg_common_pattern.png) left top repeat;
  font-weight: 400;
}

h1,
h2,
h3,
h4 {
  color: #222;
}

/* ================ Header ================ */

#header {
  min-width: 1120px;
  background: url(/images/bg_home_headerline.png) left top repeat-x #fff;
  width: 100%;
  position: fixed;
  left: center;
  top: 0;
  z-index: 1019;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

#header .headerWrap {
  width: 1120px;
  height: 152px;
  margin: 0 auto 8px;
  position: relative;
}

#header .headerWrap h1 {
  position: absolute;
  left: 0;
  top: 16px;
}

#header .headerWrap .address {
  font-size: 12px;
  position: absolute;
  left: 270px;
  top: 32px;
  display: block;
}

#header .headerWrap .tel {
  position: absolute;
  right: 0;
  top: 24px;
  display: block;
}
#header .headerWrap .hours {
  position: absolute;
  right: 124px;
  top: 82px;
  display: block;
}
#header .headerWrap .calendar {
  position: absolute;
  right: 0;
  top: 82px;
  display: block;
}

#header .headerWrap .utilityMenu {
  list-style: none;
  position: absolute;
  left: 270px;
  top: 56px;
}

#header .headerWrap .utilityMenu li {
  margin: 0 8px 0 0;
  display: inline-block;
}

#header .headerWrap .utilityMenu li a {
  padding: 12px 40px 8px;
  font-family: "heisei-maru-gothic-std";
  font-size: 12px;
  /*color: #68360a;*/
  color: #fff;
  display: block;
  border: 2px solid #68360a;
  border-radius: 40px;
  text-align: center;
  background: url(/images/bg_common_arrow_on.png) 16px center no-repeat #68360a;
}

#header .headerWrap .utilityMenu li a:hover {
  /*color: #fff;*/
  background: url(/images/bg_common_arrow_on.png) 20px center no-repeat #68360a;
}

#header .headerWrap .contentMenu {
  /* position: absolute; */
  left: 0;
  bottom: 0;
  height: 40px;
}

#header .headerWrap .contentMenu li {
  /* width: 126px; */
  /* padding: 8px 0; */
  font-family: "heisei-maru-gothic-std";
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #dbced2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* position: relative; */
}

#header .headerWrap .contentMenu li:first-child {
  border-left: 1px solid #dbced2;
}

/* #header .headerWrap .contentMenu li:nth-of-type(2) {
	width: 144px;
}

#header .headerWrap .contentMenu li:nth-of-type(3),
#header .headerWrap .contentMenu li:nth-of-type(4) {
	width: 172px;
} */
#header .headerWrap .contentMenu li a {
  color: #68360a;
}

#header .headerWrap .contentMenu li a:hover {
  /* color: #88c509; */
  background: #fff8f2;
  opacity: 1;
  transition: all 0.2s ease;
}

#header .headerWrap .contentMenu li a.current {
  color: #68360a;
}

/* new pc menu --------------------*/
#header .headerWrap .contentMenu {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  top: 120px;
}

#header .headerWrap .contentMenu>li {
  float: left;
  width: 280px;
  height: 40px;
  line-height: 40px;
}

#header .headerWrap .contentMenu>li a {
  display: block;
  height: inherit;
}

.menu_second-level li:hover {
  background: #fff8f2;
}

/* floatクリア */
#header .headerWrap .contentMenu:before,
#header .headerWrap .contentMenu:after {
  content: " ";
  display: table;
}

#header .headerWrap .contentMenu:after {
  clear: both;
}

#header .headerWrap .contentMenu {
  *zoom: 1;
}

#header .headerWrap .contentMenu li.menu_mega {}

#header .headerWrap .contentMenu li.menu_mega:hover {
  background: #fff8f2;
}

#header .headerWrap .contentMenu li.menu_mega ul.menu_second-level {
  position: absolute;
  top: 40px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 2%;
  transition: all .2s ease;
  background: #fff8f2;
  height: 0;
  display: none;
}

#header .headerWrap .contentMenu li.menu_mega:hover ul.menu_second-level {
  height: auto;
  display: block;
  z-index: 1;
}

#header .headerWrap .contentMenu li.menu_mega ul.menu_second-level>li {
  width: 25%;
  border: none;
  float: left;
  text-align: left;
}

#header .headerWrap .contentMenu li.menu_mega ul.menu_second-level>li a {
  color: #68360a;
  padding: 0 10px;
}

#header .headerWrap .contentMenu li.menu_mega ul.menu_second-level>li a:hover {
  background: #fce6d2;
  opacity: 1;
}

/* #header .headerWrap .contentMenu li.menu_mega ul.menu_second-level > li:nth-child(3n+2) {
    margin: 0 1%;
} */

/* ================ Main ================ */

#main {
  width: 1120px;
  margin: 0 auto 40px;
}

#article {
  width: 860px;
  margin: 0 0 80px;
  color: #222;
  float: left;
}


/* ================ Bread List ================ */

.breadList {
  margin: 0 0 24px;
  list-style: none;
}

.breadList a {
  text-decoration: underline;
}

.breadList__menu {
  font-size: 12px;
  float: left;
  position: relative;
}

.breadList__menu:after {
  padding: 0 .6em;
  content: ">";
}

.breadList__menu:last-child:after {
  padding: 0;
  content: none;
}


/* ================ Aside Utility ================ */

#article .asideUtility {
  margin: 64px 0 0;
  padding: 64px 0 0;
  border-top: 1px solid #ddd;
}

/* #article .asideUtility img {
	margin: 0 0 24px;
} */

#article .asideUtility img.utility-bn {
  width: 100%;
  margin: 24px 0;
}

/* ================ Aside ================ */

#aside {
  width: 230px;
  margin: 0 0 80px;
  float: right;
}

#aside strong {
  margin: 0 0 8px;
  padding: 0 0 4px;
  font-family: "heisei-maru-gothic-std";
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .1em;
  border-bottom: 1px solid #68360a;
  display: block;
}

#aside .menuList,
#aside .brandList,
#aside .genreList {
  margin: 0 0 32px;
}

#aside .menuList ul,
#aside .brandList ul,
#aside .genreList ul,
#aside .bnList ul {
  list-style: none;
}

#aside .menuList ul li,
#aside .genreList ul li {
  margin: 0 0 8px;
}

#aside .menuList ul li:last-child,
#aside .brandList ul li:last-child,
#aside .genreList ul li:last-child {
  margin: 0 0;
}

#aside .brandList ul li,
#aside .genreList ul li {
  height: 48px;
  margin: 0 0 4px;
  padding: 0 0 4px;
  position: relative;
  border-bottom: 1px dotted #ccc;
  background: url(/images/bg_common_arrow.png) 96% center no-repeat;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#aside .brandList ul li:hover,
#aside .genreList ul li:hover {
  background: url(/images/bg_common_arrow.png) 100% center no-repeat;
}

#aside .brandList ul li a,
#aside .genreList ul li a {
  width: 230px;
  height: 48px;
  font-family: "heisei-maru-gothic-std";
  font-size: 15px;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
}

#aside .genreList ul li.small a {
  font-size: 13px;
}

#aside .brandList ul li a img,
#aside .genreList ul li a img {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #CCCCCC !important;
}

#aside .brandList ul li a span,
#aside .genreList ul li a span {
  height: 24px;
  /*font-weight: 700;*/
  position: absolute;
  display: block;
  margin: auto;
  left: 64px;
  top: 0;
  right: 0;
  bottom: 0;
}

#aside .genreList ul li a span {
  height: 8px;
}

#aside .brandList ul li a span span {
  margin: 4px 0 0 0 !important;
  height: inherit;
  position: static;
  display: block;
  margin: inherit;
  font-size: 10px;
  font-weight: 400;
  color: #bca970;
}

#aside .brandList>span {
  margin: 8px 0 0 0;
  /*padding: 16px 0 0 0;*/
  font-size: 12px;
  line-height: 1.6;
  /*border-top: 1px dashed #cbb099;*/
  display: block;
}

#aside .brandList>span a {
  color: #f86d3f;
  text-decoration: underline;
}

#aside .calendarList {
  margin: 0 0 24px;
}

#aside .calendarList .calendarWrap {
  margin: 0 0 8px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
}

#aside .calendarList .holiday {
  font-size: 12px;
  text-align: right;
}

#aside .calendarList .holiday span {
  color: #fcc;
}

#aside .calendarList .calendarWrap table {
  width: 218px !important;
  margin: 12px auto !important;
  border: 0px solid #ccc !important;
  border-radius: 8px !important;
  border-collapse: collapse !important;
}

#aside .calendarList .calendarWrap table tr:nth-of-type(1) td {
  font-size: 16px !important;
  color: #68360a !important;
}

#aside .calendarList .calendarWrap table tr:nth-of-type(2) {
  background: #fff !important;
}

#aside .calendarList .calendarWrap table tr:nth-of-type(2) td {
  width: 14.28% !important;
  padding: .6em 0 !important;
  font-size: 11px !important;
  font-weight: normal !important;
  color: #8fc323 !important;
  text-align: center !important;
  vertical-align: middle !important;
  border-bottom: 1px solid #8fc323 !important;
}

#aside .calendarList .calendarWrap table tr:nth-of-type(n+3) td {
  padding: .6em 0 !important;
  font-size: 12px !important;
  text-align: center !important;
  vertical-align: middle !important;
  border: 1px solid #fff !important;
}

#aside .bnList ul {
  display: flex;
  justify-content: center;
}

#aside .bnList.wp-aside ul {
  display: flex;
  margin-top: 24px;
  justify-content: center;
}

/* #aside .bnList li a img {
	border-radius: 8px;
} */

#aside .bnList li {
  width: 40px;
}

#aside .bnList li+li {
  margin-left: 20px;
}

#aside .bnList li a {
  /*width: 160px;*/
  /*margin: 0 auto;
	padding: 16px 0 12px;
	font-family: "heisei-maru-gothic-std";
	font-size: 14px;
	color: #3c5ca0;
	display: block;
	border: 2px solid #3c5ca0;
	border-radius: 40px;
	text-align: center;
	background: url(/images/bg_common_arrow2.png) 16px center no-repeat #fff;*/
}

#aside .bnList li a:hover {
  /*color: #fff;
	background: url(/images/bg_common_arrow_on.png) 24px center no-repeat #3c5ca0;*/
}

#aside .bnList li a img {
  width: 100%;
}

.common_linebnr {
  margin-bottom: 20px;
}

/* ================ anchorTop ================ */

.anchorTop {
  margin: 0 auto;
  clear: both;
}

.anchorTop a {
  width: 360px;
  margin: 0 auto;
  padding: 24px 20px 16px;
  font-family: "heisei-maru-gothic-std";
  font-size: 20px;
  color: #68360a;
  display: block;
  border: 2px solid #68360a;
  border-radius: 40px;
  text-align: center;
  background: url(/images/bg_common_anchor.png) 40px center no-repeat #fff;
}

.anchorTop a:hover {
  color: #fff;
  background: url(/images/bg_common_anchor_on.png) 40px center no-repeat #68360a;
}


/* ================ Footer ================ */

#footer {
  min-width: 1120px;
  padding: 40px 0 0;
  border-top: 1px solid #e0e0e0;
}

#footer .footerMenu {
  margin: 0 0 64px;
  text-align: center;
}

#footer .footerMenu li {
  padding: 0 16px;
  font-family: "heisei-maru-gothic-std";
  font-size: 12px;
  display: inline-block;
  border-right: 1px solid #68360a;
}

#footer .footerMenu li:last-child {
  border-right: none;
}

#footer .footerMenu li a {
  color: #68360a;
}

#footer .footerMenu li a:hover {
  color: #88c509;
}

#footer .footerData {
  width: 705px;
  height: 288px;
  margin: 0 auto 40px;
  position: relative;
  background: url(/images/bg_footer_data.png) left bottom no-repeat;
}

#footer .footerData div {
  font-size: 14px;
  color: #616161;
  line-height: 1.8;
  position: absolute;
  left: 230px;
  top: 0;
}

#footer .footerData div i {
  margin-right: 4px;
}

#footer .footerData div a {
  color: #88c509;
}

#footer .footerData div a:hover {
  color: #88c509;
}

#footer .footerData p {
  width: 624px;
  font-size: 12px;
  color: #616161;
  line-height: 1.6;
  position: absolute;
  left: 40px;
  top: 180px;
}

#footer .footerData p strong {
  margin-bottom: 8px;
  font-family: "heisei-maru-gothic-std";
  font-size: 14px;
  color: #68360a;
  display: block;
  white-space: nowrap;
}

#footer small {
  padding: 24px 0;
  font-size: 12px;
  color: #68360a;
  text-align: center;
  background: rgba(218, 212, 209, 0.5);
}


/* ================ #mainvisual ================ */

#mainvisual {
  width: 1120px;
  margin: 160px auto 0;
  position: relative;
}

#mainvisual ul {
  list-style: none;
}

#mainvisual .bx-wrapper {
  max-width: 100% !important;
  min-width: 1120px !important;
}

#mainvisual .bx-wrapper li {
  width: 100% !important;
}

#mainvisual img {
  width: 100% !important;
  height: auto !important;
}


/* ================ Main - Home ================ */

#mainvisualHome {
  width: 1120px;
  margin: 160px auto 0;
  position: relative;
}

#mainvisualHome img {
  width: 100% !important;
  height: 400px !important;
}

#mainvisualHome .bx-wrapper .bx-prev {
  width: 33px;
  height: 33px;
  margin: auto;
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  background: url(/images/bt_home_recentexample.png) left top no-repeat;
  background-size: 33px;
}

#mainvisualHome .bx-wrapper .bx-next {
  width: 33px;
  height: 33px;
  margin: auto;
  position: absolute;
  right: -16px;
  top: 0;
  bottom: 0;
  background: url(/images/bt_home_recentexample2.png) left top no-repeat;
  background-size: 33px;
}

.mainHome {
  padding: 24px 0 0 0;
}

.mainHome .recentGenre {
  margin: 0 0 16px;
}

.mainHome .recentGenre h2 {
  height: 32px;
  margin: 0 0 24px;
  padding: 16px 0 0 48px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .1em;
  background: url(/images/bg_home_genreheader.png) left top no-repeat;
  background-size: 40px;
  position: relative;
}

.mainHome .recentGenre h2 span {
  color: #8fc323;
}

.mainHome .recentGenre h2:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainHome .recentGenre .genreList {
  list-style: none;
}

.mainHome .recentGenre .genreList li {
  width: 215px;
  height: 340px;
  position: relative;
  text-align: center;
  float: left;
}

.mainHome .recentGenre .genreList li img {
  width: 220px;
  height: 220px;
  position: absolute;
  left: 0;
  top: 0;
}

.mainHome .recentGenre .genreList li:nth-of-type(2) img {
  left: -5px;
  top: 88px;
}

.mainHome .recentGenre .genreList li:nth-of-type(4) img {
  left: -5px;
  top: 88px;
}

.mainHome .recentGenre .genreList li span {
  width: 215px;
  font-family: "heisei-maru-gothic-std";
  font-size: 16px;
  position: absolute;
  text-align: center;
  display: block;
}

.mainHome .recentGenre .genreList li.small a {
  font-size: 13px;
}

.mainHome .recentGenre .genreList li:nth-of-type(1) span {
  top: 232px;
}

.mainHome .recentGenre .genreList li:nth-of-type(2) span {
  bottom: 0;
}

.mainHome .recentGenre .genreList li:nth-of-type(3) span {
  top: 232px;
}

.mainHome .recentGenre .genreList li:nth-of-type(4) span {
  bottom: 0;
}

.mainHome .recentGenre .genreList li:nth-of-type(1) span strong {
  font-weight: normal;
  color: #e44b4b;
}

.mainHome .recentGenre .genreList li:nth-of-type(2) span strong {
  font-weight: normal;
  color: #e36315;
}

.mainHome .recentGenre .genreList li:nth-of-type(3) span strong {
  font-weight: normal;
  color: #63acd5;
}

.mainHome .recentGenre .genreList li:nth-of-type(4) span strong {
  font-weight: normal;
  color: #a382cc;
}

.mainHome .recentExample {
  margin: 0 0 32px;
}

.mainHome .recentExample h2 {
  height: 32px;
  margin: 0 0 24px;
  padding: 16px 0 0 48px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .1em;
  background: url(/images/bg_home_exampleheader.png) left top no-repeat;
  background-size: 40px;
  position: relative;
}

.mainHome .recentExample h2 span {
  color: #e44b4b;
}

.mainHome .recentExample h2:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainHome .recentExample .read {
  margin: 0 0 16px;
  font-weight: 700;
}

.mainHome .recentExample #brandslider li {
  padding: 12px 0;
  background: #fff;
  border-radius: 8px;
  line-height: 1.4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #CCCCCC !important;
}

.mainHome .recentExample #brandslider li .new {
  padding: .8em 1em;
  font-size: 12px;
  color: #fff;
  line-height: 1px;
  position: absolute;
  left: 24px;
  top: 24px;
  background: #e44b4b;
  border-radius: 20px;
}

.mainHome .recentExample #brandslider li img {
  width: 240px;
  height: 180px;
  margin: 0 auto 16px;
  display: block;
}

.mainHome .recentExample #brandslider li .brandCategory {
  width: 240px;
  margin: 0 auto;
  margin: 0 auto 8px;
  font-size: 12px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
}

.mainHome .recentExample #brandslider li .itemName {
  width: 240px;
  margin: 0 auto 8px;
  /*color: #222;*/
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
}

.mainHome .recentExample #brandslider li .itemCondition {
  width: 240px;
  margin: 0 auto 8px;
  font-size: 12px;
  color: #666;
  display: block;
}

.mainHome .recentExample #brandslider li .itemPrice {
  width: 240px;
  margin: 0 auto;
  padding: .4em 0 .2em;
  color: #e44b4b;
  display: block;
  text-align: center;
  border: 2px solid #e44b4b;
}

.mainHome .recentExample #brandslider li .itemPrice strong {
  /*font-size: 16px;*/
}

.mainHome .recentExample .bx-wrapper {
  margin-bottom: 16px !important;
  position: relative;
}

.mainHome .recentExample .bx-wrapper .bx-prev {
  width: 33px;
  height: 33px;
  margin: auto;
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  background: url(/images/bt_home_recentexample.png) left top no-repeat;
  background-size: 33px;
}

.mainHome .recentExample .bx-wrapper .bx-next {
  width: 33px;
  height: 33px;
  margin: auto;
  position: absolute;
  right: -16px;
  top: 0;
  bottom: 0;
  background: url(/images/bt_home_recentexample2.png) left top no-repeat;
  background-size: 33px;
}

.mainHome .recentExample .btn {
  width: 360px;
  margin: 0 auto;
  padding: 16px 20px 8px;
  font-family: "heisei-maru-gothic-std";
  font-size: 16px;
  color: #fff;
  /*color: #68360a;*/
  display: block;
  border: 2px solid #68360a;
  border-radius: 40px;
  text-align: center;
  background: url(/images/bg_common_arrow3_on.png) 40px center no-repeat #68360a;
}

.mainHome .recentExample .btn:hover {
  /*color: #fff;*/
  background: url(/images/bg_common_arrow3_on.png) 60px center no-repeat #68360a;
}

.mainHome .recentBrand {
  margin: 0 0 32px;
}

.mainHome .recentBrand h2 {
  height: 32px;
  margin: 0 0 24px;
  padding: 16px 0 0 48px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .1em;
  background: url(/images/bg_home_brandheader.png) left top no-repeat;
  background-size: 40px;
  position: relative;
}

.brandList.cfx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brandList.cfx:after {
  content: "";
  display: none;
}

.mainHome .recentBrand h2.top_genre {
  margin-top: 32px;
}

.mainHome .recentBrand h2 span {
  color: #68360a;
}

.mainHome .recentBrand h2:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainHome .recentBrand .read {
  margin: 0 0 16px;
  font-weight: 700;
}

.mainHome .recentBrand .brandList {
  list-style: none;
}

.mainHome .recentBrand .brandList a {
  color: #000;
}

.mainHome .recentBrand .brandList li {
  width: 424px;
  height: 200px;
  margin: 12px 0 0;
  background: #fff;
  /* float: left; */
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.mainHome .recentBrand .brandList li:hover {
  border: 1px solid #8fc323;
}

.mainHome .recentBrand .brandList.genre li:hover {
  border: 1px solid #F9A5A5;
}

.mainHome .recentBrand .brandList li:nth-of-type(1),
.mainHome .recentBrand .brandList li:nth-of-type(2) {
  margin: 0;
}

.mainHome .recentBrand .brandList li:before {
  width: 311px;
  height: 3px;
  margin: auto;
  content: "";
  display: block;
  background: #8fc323;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.mainHome .recentBrand .brandList.genre li:before {
  width: 311px;
  height: 3px;
  margin: auto;
  content: "";
  display: block;
  background: #F9A5A5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.mainHome .recentBrand .brandList li:nth-of-type(2n) {
  /* float: right; */
}

.mainHome .recentBrand .brandList li:nth-of-type(2n+1) {
  clear: both;
}

.mainHome .recentBrand .brandList li img {
  width: 184px;
  height: 184px;
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 1;
}

.mainHome .recentBrand .brandList li .brandTxt {
  width: 228px;
  position: absolute;
  left: 16px;
  top: 24px;
  z-index: 2;
}

.mainHome .recentBrand .brandList li .brandTxt .name {
  margin: 0 0 8px;
  font-size: 20px;
  text-align: center;
  display: block;
  white-space: nowrap;
}

.mainHome .recentBrand .brandList li .brandTxt .nameEn {
  font-size: 11px;
  color: #bca970;
  text-align: center;
  display: block;
}

.mainHome .recentBrand .brandList li .brandTxt .catch {
  margin: 12px 0 0;
  padding: 12px 0 0;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
  border-top: 1px dashed #cbb099;
  display: block;
}

.mainHome .recentBrand .brandList li a.more {
  margin: 0 auto;
  padding: 8px 16px 4px 32px;
  font-family: "heisei-maru-gothic-std";
  font-size: 14px;
  /*color: #68360a;*/
  color: #fff;
  display: block;
  border: 2px solid #68360a;
  border-radius: 40px 0 0 40px;
  text-align: right;
  background: url(/images/bg_common_arrow_on.png) 16px center no-repeat #68360a;
  position: absolute;
  right: 0;
  bottom: 8px;
  z-index: 3;
}

.mainHome .recentBrand .brandList li:hover a.more {
  /*color: #fff;*/
  background: url(/images/bg_common_arrow_on.png) 20px center no-repeat #68360a;
  opacity: 1;
}

.mainHome .recentNews {
  position: relative;
}

.mainHome .recentNews h2 {
  height: 32px;
  margin: 0 0 24px;
  padding: 16px 0 0 48px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .1em;
  background: url(/images/bg_home_newsheader.png) left top no-repeat;
  background-size: 40px;
  position: relative;
}

.mainHome .recentNews h2 span {
  color: #e36315;
}

.mainHome .recentNews h2:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainHome .recentNews .newsList li {
  margin: 0 0 8px;
  border: 1px solid #ccc;
  background: url(/images/bg_home_newslist.png) 98% center no-repeat #fff;
  border-radius: 8px;
}

.mainHome .recentNews .newsList li .news_tmb {
  width: 100px;
  height: 100px;
  margin: 8px;
  float: left;
}

.mainHome .recentNews .newsList li .news_tmb img {
  width: 100px;
  height: 100px;
}

.mainHome .recentNews .newsList li .news_detail {
  width: 680px;
  margin: 16px 16px 16px 0;
  color: #000;
  float: left;
}

.mainHome .recentNews .newsList li .news_detail time {
  margin: 0 0 8px;
  /*font-style: italic;*/
  font-weight: bold;
  color: #8fc323;
  display: block;
}

.mainHome .recentNews .newsList li .news_detail h3 {
  margin: 0 0 8px;
  font-weight: 700;
  color: #f86d3f;
  text-decoration: underline;
}

.mainHome .recentNews .newsList li .news_detail p {
  line-height: 1.6;
}

.mainHome .recentNews .newsList li {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.mainHome .recentNews .newsList li:hover {
  background: url(/images/bg_home_newslist.png) 99% center no-repeat #fff;
  border: 1px solid #68360a;
}

.mainHome .recentNews .newsNav {
  list-style: none;
  position: absolute;
  right: 0;
  top: 0;
}

.mainHome .recentNews .newsNav li {
  margin: 0 0 0 8px;
  display: inline-block;
}

.mainHome .recentNews .newsNav li a {
  width: 160px;
  padding: 12px 0 8px;
  font-family: "heisei-maru-gothic-std";
  color: #fff;
  /*color: #68360a;*/
  display: block;
  border: 2px solid #68360a;
  border-radius: 40px;
  text-align: center;
  background: url(/images/bg_common_arrow_on.png) 16px center no-repeat #68360a;
}

.mainHome .recentNews .newsNav li a:hover {
  /*color: #fff;*/
  background: url(/images/bg_common_arrow_on.png) 24px center no-repeat #68360a;
}




/* ================ .mainPage ================ */

.mainPage {
  padding: 24px 0 0 0;
}

.mainPage h2 {
  margin: 0 0 2em;
}


/* ================ /mail_assess/ ================ */

.mainMailAssess {
  margin: 160px auto 40px !important;
}

.mainMailAssess .headLead {
  margin: 0;
  padding: 2em 0 0;
  text-align: center;
  position: relative;
}

.mainMailAssess .headLead div {
  font-size: .8em;
  position: absolute;
  left: 40px;
  bottom: 48px;
}

.mainMailAssess .secA,
.mainMailAssess .secB {
  margin: 0 24px 40px;
  position: relative;
}

.mainMailAssess #lead #flow {
  margin-left: 30px;
}

.mainMailAssess #lead #flow li {}

.mainMailAssess #lead #flow #btn {
  width: 283px;
  margin-right: 15px;
  float: right;
}

.mainMailAssess #lead #flow #btn li {
  width: 138px;
  float: left;
}

.mainMailAssess #lead #flow #btn li:first-child {
  margin-right: 7px;
}

.mainMailAssess #form_wrap table {
  width: 100%;
}

.mainMailAssess #form_wrap table tbody tr th {
  width: 160px;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  padding: 10px 7px;
  border-top: 1px dotted #C1BCBB;
  vertical-align: top;
}

.mainMailAssess #form_wrap table tbody tr td {
  font-size: 12px;
  padding: 10px 7px;
  border-top: 1px dotted #C1BCBB;
}

.mainMailAssess #form_wrap table tbody tr td p {
  font-size: 12px;
  padding: 0;
  margin-bottom: 10px;
}

.mainMailAssess #form_wrap table tbody tr td .example+p,
.mainMailAssess #form_wrap table tbody tr td .example.pcOnly {
  margin-bottom: 0;
}

.mainMailAssess #form_wrap .little_s {
  font-size: 11px;
}

.mainMailAssess #form_wrap table tbody tr #message {
  width: 100%;
  height: 100px;
}

.mainMailAssess #form_wrap .coution {
  color: #C00;
}

.mainMailAssess #form-submit {
  text-align: center;
  padding: 10px 0;
}

.mainMailAssess #form-submit input {
  font-weight: bold;
  padding: 5px;
  width: 140px;
  height: 60px;
}

.button.confirm ul li input,
.button.confirm ul li button {
  width: 140px;
  height: 60px;
}

.mainMailAssess #form_wrap .zeromail fieldset #confirm tr th {
  font-size: 12px;
  color: #666;
  padding: 7px 0;
  text-align: left;
  border-top: 1px dotted #CCC;
  width: 160px;
}

.mainMailAssess #form_wrap .zeromail fieldset #confirm tr td {
  font-size: 12px;
  color: #666;
  padding: 7px 0;
  border-top: 1px dotted #CCC;
}

.mainMailAssess #form_wrap table {
  margin-bottom: 30px;
}

.mainMailAssess #form_wrap .zeromail fieldset .button .wtn_copyright a {
  display: none;
}

.mainMailAssess #form_wrap .zeromail fieldset .button {
  text-align: center;
}

.mainMailAssess #form_wrap .zeromail fieldset .button #submit {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0 4px;
}

.mainMailAssess #form_wrap .zeromail fieldset .button #myreset {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0 4px;
}

.mainMailAssess #form_wrap #completion {
  width: 515px;
  margin: 0 auto;
}

.mainMailAssess #form_wrap #completion p {
  line-height: 1.8;
}

.mainMailAssess #form_wrap #completion .wtn_copyright a {
  display: none;
}

.mainMailAssess #form_wrap .box .box_detail {
  margin-top: 20px;
}

.mainMailAssess #form_wrap .box .box_detail:after {
  content: "";
  clear: both;
  display: block;
}

.mainMailAssess #form_wrap .box .box_radio {
  width: 80px;
  margin-right: 20px;
  float: left;
}

.mainMailAssess #form_wrap .box p {
  width: 200px;
  float: left;
  line-height: 1.6;
}

.mainMailAssess #form_wrap .box .box_name {
  font-size: 14px;
  font-weight: bold;
}

.mainMailAssess .box label {
  display: inline;
}

.mainMailAssess .box .regular-radio {
  display: none;
}

.mainMailAssess .box .regular-radio+label {
  width: 80px;
  height: 62px;
  display: inline-block;
  position: relative;
}

.mainMailAssess .box .regular-radio+label:after {
  content: '';
  width: 80px;
  height: 62px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.mainMailAssess .box .regular-radio+label.box_s {
  background: url(/images/form_box_s_off.png) no-repeat;
}

.mainMailAssess .box .regular-radio+label.box_s:active,
.regular-radio:checked+label.box_s:active {
  background: url(/images/form_box_s_on.png) no-repeat;
}

.mainMailAssess .box .regular-radio:checked+label.box_s {
  background: url(/images/form_box_s_on.png) no-repeat;
}

.mainMailAssess .box .regular-radio+label.box_m {
  background: url(/images/form_box_m_off.png) no-repeat;
}

.mainMailAssess .box .regular-radio+label.box_m:active,
.regular-radio:checked+label.box_m:active {
  background: url(/images/form_box_m_on.png) no-repeat;
}

.mainMailAssess .box .regular-radio:checked+label.box_m {
  background: url(/images/form_box_m_on.png) no-repeat;
}

.mainMailAssess .box .regular-radio+label.box_l {
  background: url(/images/form_box_l_off.png) no-repeat;
}

.mainMailAssess .box .regular-radio+label.box_l:active,
.regular-radio:checked+label.box_l:active {
  background: url(/images/form_box_l_on.png) no-repeat;
}

.mainMailAssess .box .regular-radio:checked+label.box_l {
  background: url(/images/form_box_l_on.png) no-repeat;
}

.mainMailAssess #form_wrap #form_inner form table tbody tr td .error {
  font-size: 12px;
  font-weight: bold;
  color: #C00;
  padding-top: 7px;
  padding-bottom: 7px;
}

.mainMailAssess #form_wrap #form_inner p .error {
  font-size: 14px;
  font-weight: bold;
  color: #C00;
}

.mainMailAssess #form_wrap #form_inner ul li {
  font-size: 13px;
  color: #C00;
  list-style: disc;
  margin-left: 60px;
  padding-bottom: 10px;
}

.mainMailAssess #form_wrap .form_title {
  font-weight: bold;
  color: #593516;
}

.mainMailAssess #form_wrap #form_inner .button .inline #submit {
  padding: 5px;
  font-weight: bold;
  display: inline-block;
}

.mainMailAssess #form_wrap #form_inner .button .inline #myreset {
  font-weight: bold;
  padding: 5px;
  display: inline-block;
}

.mainMailAssess #form_wrap #form_inner .button ul li {
  float: left;
  width: 150px;
  list-style-type: none;
}

.mainMailAssess #form_wrap #form_inner .button {
  padding-left: 135px;
  height: 60px;
}

.mainMailAssess #ssl_wrap {
  text-align: center;
}

.mainMailAssess #ssl_wrap img {
  padding-top: 5px;
  padding-bottom: 5px;
}

.mainMailAssess #form_wrap #form_inner .massage {
  font-size: 14px;
  font-weight: bold;
  color: #C00;
}

.mainMailAssess #form_wrap {
  position: relative;
}

.mainMailAssess #form_wrap:before {
  width: 860px;
  height: 100px;
  content: "";
  background: url(/images/bg_form_header.png) no-repeat center bottom;
  display: block;
  position: absolute;
  left: 0;
  top: -20px;
}

.mainMailAssess #form_wrap .form_title {
  background: url(/images/bg_form_body.png) repeat-y center 0;
  padding: 90px 0 20px 0 !important;
  text-align: center;
  color: #381d04 !important;
  font-size: 18px;
  border: none;
}

.mainMailAssess #form_wrap form {
  width: 515px;
  margin: 0 auto;
}

.mainMailAssess #form_wrap form table {
  margin-bottom: 0;
}

.mainMailAssess #form_wrap p {
  width: 515px;
  margin: 0 auto;
  font-size: 82%;
  line-height: 1.4;
}

.mainMailAssess #form_wrap table p {
  width: auto;
}

.mainMailAssess #form_inner {
  padding: 0 4em 100px;
  position: relative;
  background: url(/images/bg_form_body.png) repeat-y center 0;
}

.mainMailAssess #form_inner:after {
  width: 860px;
  height: 100px;
  content: "";
  background: url(/images/bg_form_footer.png) no-repeat center bottom;
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.mainMailAssess input:focus {
  background-color: #E6F0CE;
}

.mainMailAssess #form_wrap .example {
  color: #693;
  padding-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 5px;
}

h2.form_title {
  margin: 0;
}


/* ================ /inquiry/ ================ */

.mainInquiry {
  margin: 160px auto 40px !important;
}

.mainInquiry .secA,
.mainInquiry .secB {
  margin: 0 24px 40px;
  position: relative;
}

.mainInquiry table thead tr th {
  font-size: 14px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-align: left;
  color: #FFF;
  background-color: #807673;
}

.mainInquiry table tbody tr td {
  font-size: 12px;
  color: #554E4A;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #C1BCBB;
  padding-top: 10px;
  padding-right: 7px;
  padding-bottom: 10px;
  padding-left: 7px;
  vertical-align: middle;
}

.coution {
  color: #C00;
}

.mainInquiry #leadcopy p {
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
}


.mainInquiry table {
  width: 100%;
}

.mainInquiry #form-submit {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mainInquiry #form-submit input {
  font-weight: bold;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.mainInquiry form table {
  margin-top: 25px;
}

.mainInquiry #form_wrap .zeromail fieldset #confirm tr th {
  font-size: 12px;
  color: #666;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  width: 160px;
}

.mainInquiry #form_wrap table {
  margin-bottom: 30px;
}

.mainInquiry #form_wrap .zeromail fieldset .button .wtn_copyright a {
  display: none;
}

.mainInquiry #form_wrap .zeromail fieldset .button {
  text-align: center;
}

.mainInquiry #form_wrap .zeromail fieldset #confirm tr td {
  font-size: 12px;
  color: #666;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
}

.mainInquiry #form_wrap .zeromail fieldset .button #submit {
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-right: 4px;
  margin-left: 4px;
}

.mainInquiry #form_wrap .zeromail fieldset .button #myreset {
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-right: 4px;
  margin-left: 4px;
}

.mainInquiry #form_wrap #completion .wtn_copyright a {
  display: none;
}

.mainInquiry #form_wrap #form_inner .zeromail .message {
  font-size: 14px;
  font-weight: bold;
  color: #C00;
}

.mainInquiry #form_wrap #form_inner #checkwrap {
  padding-right: 30px;
  padding-left: 30px;
}

#ssl_wrap {
  text-align: center;
}

#ssl_wrap img {
  padding-top: 5px;
  padding-bottom: 5px;
}

#ssl_wrap_footer {
  text-align: center;
  margin-bottom: 20px;
  color: #616161;
}

#ssl_wrap_footer img {
  margin-bottom: 10px;
}

.mainInquiry #form_wrap {
  position: relative;
}

.mainInquiry #form_wrap:before {
  width: 860px;
  height: 100px;
  content: "";
  background: url(/images/bg_form_header.png) no-repeat center bottom;
  display: block;
  position: absolute;
  left: 0;
  top: -20px;
}

.mainInquiry #form_wrap .form_title {
  background: url(/images/bg_form_body.png) repeat-y center 0;
  padding: 90px 0 20px 0 !important;
  text-align: center;
  color: #381d04 !important;
  font-size: 18px;
  border: none;
}

.mainInquiry #form_inner {
  padding: 0 4em 100px;
  position: relative;
  background: url(/images/bg_form_body.png) repeat-y center 0;
}

.mainInquiry #form_inner:after {
  width: 860px;
  height: 100px;
  content: "";
  background: url(/images/bg_form_footer.png) no-repeat center bottom;
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
}


/* ================ /access/ ================ */

.mainAccess {
  margin: 160px auto 40px !important;
}

.mainAccess .secA {
  margin: 0 0 40px;
}

.mainAccess .secA .gmap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #ccc;
}

.mainAccess .secA .gmap iframe,
.mainAccess .secA .gmap object,
.mainAccess .secA .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainAccess .secA table {
  width: 100%;
}

.mainAccess .secA img {
  width: 100%;
  height: auto;
  margin: 0 0 8px;
}

.mainAccess .secA a {
  color: #F86D3F;
}

.mainAccess .secA table td {
  padding: 20px 0;
  color: #665B55;
  line-height: 1.8;
  vertical-align: top;
}

.mainAccess .secA table .car th,
.mainAccess .secA table .bus th,
.mainAccess .secA table .train th {
  padding: 24px 0 16px 40px;
  background-repeat: no-repeat;
  background-position: 0px 3px;
  color: #52453A;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.mainAccess .secA table tr:nth-of-type(1) th,
.mainAccess .secA table tr:nth-of-type(1) td,
.mainAccess .secA table tr:nth-of-type(2) th,
.mainAccess .secA table tr:nth-of-type(2) td {
  border-bottom: 1px dotted #ccc;
}

.mainAccess .secA table .car th {
  background: url(/access/images/access_icon01.png) left 10px no-repeat;
}

.mainAccess .secA table .bus th {
  background: url(/access/images/access_icon02.png) left 10px no-repeat;
}

.mainAccess .secA table .train th {
  background: url(/access/images/access_icon03.png) left 10px no-repeat;
}

.mainAccess .secA td strong {
  display: block;
  margin-bottom: 8px;
}


/* ================ /news/ ================ */

.mainNews {
  margin: 160px auto 40px !important;
}

.mainNews a {
  text-decoration: underline;
}

.mainNews #news_list {
  width: 860px;
  /*width: 460px;*/
  margin-bottom: 50px;
  /*float: left;*/
}

.mainNews #news_list dl {
  /*font-size: 14px;*/
  color: #77665B;
  border-top: 1px dotted #cccccc;
  overflow: hidden;
  zoom: 1;
}

.mainNews #news_list dl dt {
  /*font-size: 12px;*/
  float: left;
  clear: both;
  display: block;
  width: 75px;
  padding-top: 14px;
  padding-bottom: 0;
  padding-left: 10px;
}

.mainNews #news_list dl dd {
  border-bottom: 1px dotted #cccccc;
  padding: 13px 0 12px 105px;
}

.mainNews #news_list ul li time {
  margin-right: 15px;
  padding-left: 10px;
}

.mainNews #archive {}

.mainNews .secA h3,
.mainNews #archive h3,
.column h3 {
  color: #FFF;
  background-color: #78635A;
  padding: 6px 6px 3px 16px;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
}

.mainNews #archive ul li {
  margin: 0 1em 1em;
  display: inline-block;
}

.mainNews #blogwrap {
  /*margin-right: 15px;
	margin-left: 15px;*/
}

.mainNews #blogwrap h2 {
  font-size: 24px;
  color: #544130;
  font-weight: bold;
}

.mainNews #blogwrap .datawrap {
  font-size: 14px;
  color: #544130;
  padding-bottom: 10px;
}

.mainNews #blogwrap p {
  margin: 0 0 2em;
  line-height: 1.8;
}

.mainNews #blogwrap .btn.back {
  text-align: center;
}

.mainNews #blogwrap .btn.back a {
  width: 160px;
  padding: 16px 0 12px;
  font-family: "heisei-maru-gothic-std";
  font-size: 14px;
  color: #68360a;
  display: inline-block;
  border: 2px solid #68360a;
  border-radius: 40px;
  text-align: center;
  background: url(/images/bg_common_arrow.png) 16px center no-repeat #fff;
}

.mainNews #blogwrap .btn.back a:hover {
  color: #fff;
  background: url(/images/bg_common_arrow_on.png) 24px center no-repeat #68360a;
}


/* ================ /genre/ ================ */

/* new------------------------------- */
.mainGenre h2 {
  margin: 0 0 24px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .1em;
  position: relative;
}

.mainGenre h2:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainGenre h2+p {
  margin: 0 0 40px;
  line-height: 1.8;
}

.mainGenre .secA {
  margin: 0 0 40px;
  position: relative;
  transition: 0.3s all;
}

.mainGenre .secA h3:hover {
  opacity: 0.7;
}

.mainGenre .secA h3 {
  margin: 0 0 24px;
  padding: 20px 0 20px 120px;
  font-family: "heisei-maru-gothic-std";
  font-size: 22px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: .1em;
  position: relative;
  border: 2px solid #68360a;
  border-radius: 10px;
  color: #68360a;
}

.mainGenre .secA h3:before {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  background-image: url(../genre/images/genre_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  transition: 0.3s all;
}

.mainGenre .secA h3:hover:before {
  right: 15px;
}

/* nolink */
.mainGenre .secA a.nolink,
.mainGenre .secA .nolink h3 {
  pointer-events: none;
  opacity: 1;
}

.mainGenre .secA .nolink h3:before {
  background: none;
}

.mainGenre .secA:nth-of-type(1) h3 {
  background: url(/genre/images/type1.jpg) no-repeat;
  background-position: 20px 10px;
  background-size: 80px;
}

.mainGenre .secA:nth-of-type(2) h3 {
  background: url(/genre/images/type2.jpg) no-repeat;
  background-position: 20px 10px;
  background-size: 80px;
}

.mainGenre .secA:nth-of-type(3) h3 {
  background: url(/genre/images/type3.jpg) no-repeat;
  background-position: 20px 10px;
  background-size: 80px;
}

.mainGenre .secA:nth-of-type(4) h3 {
  background: url(/genre/images/type4.jpg) no-repeat;
  background-position: 20px 10px;
  background-size: 80px;
}

.mainGenre .secA:nth-of-type(5) h3 {
  background: url(/genre/images/type5.jpg) no-repeat;
  background-position: 20px 10px;
  background-size: 80px;
}

.mainGenre .secA:nth-of-type(6) h3 {
  background: url(/genre/images/type6.jpg) no-repeat;
  background-position: 20px 10px;
  background-size: 80px;
}

.mainGenre .secA:nth-of-type(7) h3 {
  background: url(/genre/images/type7.jpg) no-repeat;
  background-position: 20px 10px;
  background-size: 80px;
}

.mainGenre .secA:nth-of-type(8) h3 {
  background: url(/genre/images/type8.jpg) no-repeat;
  background-position: 20px 10px;
  background-size: 80px;
}

.mainGenre .secA p {
  margin: 0 0 1em;
  line-height: 1.8;
}

/* ================ /brand/ ================ */

.mainBrand .headLead {
  margin: 0 0 24px;
  padding: 0;
  text-align: center;
}

.brandPage {
  margin: 160px auto 40px !important;
}

.brandPage #Advice {
  margin-top: -157px;
  padding-top: 157px;
}

.mainBrand .secA,
.mainBrand .secB,
.mainBrand .secC,
.mainBrand .secD,
.mainBrand .secE {
  margin: 0 0 40px;
  position: relative;
}

.mainBrand .secA h3,
.mainBrand .secB h3 {
  margin: 0 0 24px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .1em;
  position: relative;
}

.mainBrand .secA h3:after,
.mainBrand .secB h3:after {
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainBrand .secA h3 .txtm {
  margin: 0 0 0 1em;
  font-size: 12px;
  /*	display: none;*/
}

.mainBrand .secA .brand_list_wrap {
  width: 202px;
  margin: 0 16px 24px 0;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.mainBrand .secA .brand_list_wrap:nth-of-type(4n) {
  margin: 0 0 24px;
}

.mainBrand .secA .brand_list_wrap:hover {
  opacity: .6;
}

.mainBrand .secA .brand_list_wrap a {
  color: #222 !important;
  text-decoration: none !important;
}

.mainBrand .secA .brand_list_wrap h4 {
  margin: 8px 0 4px;
  clear: both;
  font-size: 18px;
  font-weight: 400;
  /*color: #f86d3f;*/
}

.mainBrand .secA .brand_list_wrap h5 {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 400;
  color: #bca970;
}

.mainBrand .secA .brand_list_wrap p {
  /*color: #77665B;*/
  font-size: 12px;
  line-height: 1.6;
}

.mainBrand .secA .brand_list_wrap a {
  color: #f86d3f;
  text-decoration: underline;
}

.mainBrand .secA .brand_list_wrap a img {
  /*	width: 100%;
	height: auto;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #CCCCCC !important;*/
}

.mainBrand .secA .brand_list_wrap a img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}

.mainBrand .secA .brand_list_wrap a>div {
  width: 202px;
  height: 202px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
  background: #fff;
}

.mainBrand .secB h3 .txtm {
  margin: 0 0 0 1em;
  font-size: 12px;
  /*	display: none;*/
}

.mainBrand .secB {}

.mainBrand .secB h4 {
  margin: 0 0 8px;
  padding: .4em 1em .2em;
  font-weight: 400;
  color: #FFF;
  background-color: #5C3E27;
  border-radius: 4px;
}

.mainBrand .secB table tr td {
  font-size: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 50%;
  background-image: url(/brand/images/icon02.png);
  background-repeat: no-repeat;
  background-position: 5px 10px;
  padding-left: 15px;
  color: #5C3E27;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #B0A299;
}

.mainBrand .secB table {
  width: 100%;
  margin-bottom: 30px;
}

.mainBrand .secB table tr .nobg {
  background-image: none;
}

.mainBrand .secC {
  /*	margin: 0 24px 32px;*/
  margin: 0 0 32px;
}

.mainBrand .secC h3 {
  /* font-weight: bold;
	color: #593516;
	background-image: url(/brand/images/icon01.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: 0px 2px;
	padding-bottom: 16px; */
  margin: 40px 0 15px;
  font-family: "heisei-maru-gothic-std";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
}

.mainBrand .secC h3:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainBrand .secC p {
  margin: 0 0 2em;
  line-height: 1.8;
}

.mainBrand .secC .brand_type {
  margin: 0 0 24px;
}

.mainBrand .secC .brand_type figure {
  /*	width: 148px;*/
  width: 160px;
  float: left;
  margin-right: 15px;
}

.mainBrand .secC .brand_type figure img {
  width: 100%;
  height: auto;
}

.mainBrand .secC .brand_type figure figcaption {
  font-size: 14px;
  color: #593516;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.mainBrand .secC .brand_type .nomg {
  margin-right: 0px;
}

.mainBrand .secC .btn_adv {
  text-align: center;
  clear: both;
}

.mainBrand .secC .btn_adv a.btn {
  width: 345px;
}

.mainBrand .secD,
.mainJewelry .jisseki {
  letter-spacing: -.4em;
}

.mainBrand .secD h3,
.mainJewelry .jisseki h3 {
  color: #FFF;
  background-color: #78635A;
  padding: 6px 6px 3px 16px;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
}

.mainBrand .secD h3 {
  font-size: 20px;
  padding: 12px 6px 9px 16px;
  margin-top: 50px;
}

.mainBrand .secD .brand_list_wrap,
.mainJewelry .jisseki .brand_list_wrap {
  width: 159px;
  margin: 0 16px 24px 0;
  display: inline-block;
  vertical-align: top;
  letter-spacing: initial;
}

.mainBrand .secD .brand_list_wrap:nth-of-type(5n),
.mainJewelry .jisseki .brand_list_wrap:nth-of-type(5n) {
  margin-right: 0;
}

.mainBrand .secD .brand_list_wrap h4,
.mainJewelry .jisseki .brand_list_wrap h4 {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0px;
  display: block;
  word-break: break-all;
  padding-top: 10px;
  padding-left: 0px;
  overflow: hidden;
  height: 48px;
  letter-spacing: normal;
}

.mainBrand .secD .brand_list_wrap h5,
.mainJewelry .jisseki .brand_list_wrap h5 {
  font-size: 12px;
  color: #5C3E27;
}

.mainBrand .secD .brand_list_wrap p,
.mainJewelry .jisseki .brand_list_wrap p {
  font-size: 11px;
  padding-top: 0px;
  line-height: 14px;
  letter-spacing: normal;
}

.mainBrand .secD .brand_list_wrap p .price,
.mainJewelry .jisseki .brand_list_wrap p .price {
  font-size: 13px;
  font-weight: bold;
  color: #660000;
}

.mainBrand .secD .brand_list_wrap img,
.mainJewelry .jisseki .brand_list_wrap img {
  /*width: 159px;
	height: 159px;*/
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.mainBrand .secD .brand_list_wrap .new_icon,
.mainJewelry .jisseki .brand_list_wrap .new_icon {
  position: absolute;
  z-index: 3;
}

.mainBrand .secD .brand_list_wrap ul,
.mainJewelry .jisseki .brand_list_wrap ul {
  display: inline;
}

.mainBrand .secD .brand_list_wrap .post-categories a,
.mainJewelry .jisseki .brand_list_wrap .post-categories a {
  font-size: 12px;
}

.mainBrand .secD .brand_list_wrap,
.mainJewelry .jisseki .brand_list_wrap {
  font-size: 12px;
  color: #604C4E;
}

.mainBrand .secD .brand_list_wrap li,
.mainJewelry .jisseki .brand_list_wrap li {
  display: inline;
}

.mainBrand .secD .page-navi {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mainBrand .secD .page-navi .page-numbers {
  display: block;
  line-height: 32px;
  text-align: center;
  white-space: nowrap;
  width: 32px;
}

.mainBrand .secD .page-navi .page-numbers.current {
  background: #f86d3f;
  color: #fff;
}

.mainBrand .secD .page-navi .page-numbers.prev,
.mainBrand .secD .page-navi .page-numbers.next {
  width: auto;
}

.brand_mv {
  margin-bottom: 40px;
}

.brand_mv img {
  max-width: 860px;
  height: auto;
}

.mainBrand .secE {
  /* padding: 0 0 2em;
	background-color: #f7f4ed;
	border-radius: 8px;
	position: relative;
	border-radius: 8px 8px 0 0; */
}

.mainBrand #Brand-faq.secE {
  margin-top: 70px;
  margin-bottom: 60px;
}

.mainBrand #Brand-faq.secE h3 {
  margin-bottom: 30px;
}

.mainBrand .secE h3 {
  /* padding: 2em 2em 1em;
	font-weight: bold;
	color: #5E8904;
	background: #eee9da;
	border-radius: 8px 8px 0 0;
	position: relative; */
}

.mainBrand .secE .advice__img {
  /* width: 60px;
	position: absolute;
	right: 40px;
	bottom: 0;
	display: block; */
  /*	border: 4px solid #5E8904;*/
  /*	border-radius: 100px;*/
}

.mainBrand .secE h3 strong {
  /* margin: 0 0 8px;
	font-size: 32px;
	font-weight: bold;
	color: #5E8904;
	display: block; */
}

/* brand QA */
.mainBrand .secE h3 {
  margin-bottom: 45px;
}

.mainBrand .secE h3 img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.mainBrand .secE h3 span {
  color: #50351F;
  font-weight: 600;
  margin-bottom: 16px;
  margin-left: 10px;
  letter-spacing: 2px;
}

.mainBrand .secE .faq_wrap {
  margin: 30px 0 20px;
  padding: 0 0 25px;
  border-bottom: 1px dashed #bbb;
}

.mainBrand .secE .faq_wrap h4 {
  color: #76A01D;
  background-image: url(/brand/images/brand_q_icon.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  padding: 12px 0px 15px 55px;
  margin-bottom: 20px;
  margin-left: 2rem;
  font-size: 16px;
  font-weight: 600;
}

.mainBrand .secE .faq_wrap p {
  line-height: 1.8;
  background-image: url(/brand/images/brand_a_icon.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  padding-left: 55px;
}

/* brand Onepoint */
.mainBrand .secE.Advice h4 {
  margin: 0 0 0.5em 2em;
  font-size: 20px;
  font-weight: 500;
  color: #689D04;
  padding: 8px 0 10px 125px;
  background-image: url(/brand/images/point.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.mainBrand .secE.Advice p {
  line-height: 2.0;
  margin: 0 0 3em 3em;
}

.mainBrand #Brand-faq.secE p {
  margin: 15px 0 0 2rem;
}

.mainBrand .recentNews {
  margin: 0 0 40px;
  position: relative;
}

.mainBrand .recentNews h2 {
  height: 32px;
  margin: 0 0 24px;
  padding: 16px 0 0 48px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .1em;
  background: url(/images/bg_home_newsheader.png) left top no-repeat;
  background-size: 40px;
  position: relative;
}

.mainBrand .recentNews h2 span {
  color: #e36315;
}

.mainBrand .recentNews h2:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainBrand .recentNews .newsList li {
  margin: 0 0 8px;
  border: 1px solid #ccc;
  background: url(/images/bg_home_newslist.png) 98% center no-repeat #fff;
  border-radius: 8px;
}

.mainBrand .recentNews .newsList li .news_tmb {
  width: 100px;
  height: 100px;
  margin: 8px;
  float: left;
}

.mainBrand .recentNews .newsList li .news_tmb img {
  width: 100px;
  height: 100px;
}

.mainBrand .recentNews .newsList li .news_detail {
  width: 680px;
  margin: 16px 16px 16px 0;
  color: #000;
  float: left;
}

.mainBrand .recentNews .newsList li .news_detail time {
  margin: 0 0 8px;
  /*font-style: italic;*/
  font-weight: bold;
  color: #8fc323;
  display: block;
}

.mainBrand .recentNews .newsList li .news_detail h3 {
  margin: 0 0 8px;
  font-weight: 700;
  color: #f86d3f;
  text-decoration: underline;
}

.mainBrand .recentNews .newsList li .news_detail p {
  line-height: 1.6;
}

.mainBrand .recentNews .newsList li {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.mainBrand .recentNews .newsList li:hover {
  background: url(/images/bg_home_newslist.png) 99% center no-repeat #fff;
  border: 1px solid #68360a;
}

.mainBrand .recentNews .newsNav {
  list-style: none;
  position: absolute;
  right: 0;
  top: 0;
}

.mainBrand .recentNews .newsNav li {
  margin: 0 0 0 8px;
  display: inline-block;
}

.mainBrand .recentNews .newsNav li a {
  width: 160px;
  padding: 12px 0 8px;
  font-family: "heisei-maru-gothic-std";
  color: #fff;
  /*color: #68360a;*/
  display: block;
  border: 2px solid #68360a;
  border-radius: 40px;
  text-align: center;
  background: url(/images/bg_common_arrow_on.png) 16px center no-repeat #68360a;
}

.mainBrand .recentNews .newsNav li a:hover {
  /*color: #fff;*/
  background: url(/images/bg_common_arrow_on.png) 24px center no-repeat #68360a;
}

/* ================ /gold/ ================ */

.mainGold .secA,
.mainGold .secB,
.mainGold .secC,
.mainGold .secD,
.mainGold .secE,
.mainGold .secF,
.mainGold .secH{
  margin: 0 0 40px;
  position: relative;
}

.mainGold .secA p,
.mainGold .secB p,
.mainGold .secC p,
.mainGold .secD p,
.mainGold .secE p,
.mainGold .secF p,
.mainGold .secH p {
  line-height: 1.8;
}

.mainGold .secA h3,
.mainGold .secB h3,
.mainGold .secC h3,
.mainGold .secD h3,
.mainGold .secE h3,
.mainGold .secF h3,
.mainGold .secG h3,
.mainGold .secH h3 {
  margin: 0 0 24px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .1em;
  position: relative;
}
/* 改行調整 */
.mainGold .secA h3{
  letter-spacing: .08em;
}

.mainGold .secA h3 span {
  color: #e36315;
}

.mainGold .secA h3:after,
.mainGold .secB h3:after,
.mainGold .secC h3:after,
.mainGold .secD h3:after,
.mainGold .secE h3:after,
.mainGold .secF h3:after,
.mainGold .secH h3:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainGold .secA h3 {
  margin: 0 0 24px;
}

.mainGold .secB .acc {
  width: 285px;
  height: 120px;
  position: absolute;
  right: 40px;
  top: -56px;
}

.mainGold .secB .example {
  margin: 0 0 16px;
  list-style: none;
}

.mainGold .secB .example li {
  width: 208px;
  margin: 0 8px 0 0;
  padding: 12px 0;
  background: #fff;
  border-radius: 8px;
  float: left;
}

.mainGold .secB .example li:nth-of-type(4) {
  margin: 0 0 0 0;
}

.mainGold .secB .example li img {
  width: 185px;
  height: 185px;
  margin: 0 auto 16px;
  display: block;
}

.mainGold .secB .example li dt {
  width: 180px;
  height: 3em;
  margin: 0 auto 8px;
  font-size: 14px;
  color: #68360a;
  line-height: 1.4;
  display: block;
}

.mainGold .secB .example li dd {
  width: 180px;
  margin: 0 auto;
  padding: .8em 0;
  font-size: 14px;
  color: #e44b4b;
  display: block;
  text-align: center;
  border: 2px solid #e44b4b;
}

.mainGold .secB .example_day,
.mainGold .secB .notice {
  margin: 8px 0 0 0;
  color: #e44b4b;
  display: block;
}

.mainGold .secB .exp_link {
  margin: 24px 0 0 0;
  text-align: center;
  list-style: none;
}

.mainGold .secB .exp_link li {
  margin: 0 16px;
  display: inline-block;
}

.mainGold .secB .exp_link a.btn {
  width: 320px;
}

.mainGold .secB img.gold_secB_photo,
.mainJewelry .secD img.jeweiry_secD_photo,
.mainDiamond .secD img.diamond_secD_photo,
.main_watch .secA img.watch_secA_photo {
  display: block;
  margin: 24px auto 0;
  width: 390px;
}

.mainGold .secC {
  margin: 0 0 80px;
}

.mainGold .secC .sp_only{
  display:none;
}

.mainGold .secC p {
  margin: 0 0 2em;
}

.mainGold .secC .method {
  margin: 0 0 2em;
}

.mainGold .secC .case {
  position: relative;
}

.mainGold .secC .case .acc {
  position: absolute;
  right: 0;
  top: 40px;
}

.mainGold .secD p {
  margin: 0 0 2em;
}

.mainGold .secD p span {
  color: #e44b4b;
}

.mainGold .secE .gold_type{
  padding:0 10px;
  width:50%;
}

.mainGold .secE img{
  max-width: 100%;
}

.mainGold .secE figure img {
  /* float: left; */
}

.mainGold .secE figure img:nth-of-type(2) {
  /* float: right; */
}

.mainGold .secE ul {
  margin: 1em 0 0 0;
  list-style: none;
  padding:0 6px;
}

.mainGold .secE li {
  /* color: #e44b4b; */
  line-height: 1.6;
}

.mainGold .secF p {
  margin: 0 0 2em;
}

.mainGold .secF strong {
  margin: 0 0 1em;
  font-family: "heisei-maru-gothic-std";
  font-size: 20px;
  font-weight: normal;
  color: #e44b4b;
  display: block;
}

.mainGold .secF ul {
  list-style: none;
}

.mainGold .secF li {
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px solid #ccc;
}

.mainGold .secF li p {
  margin: 0 0 0;
}

.mainGold .secF li h4 {
  margin: 0 0 .2em;
  padding: 24px 0 16px 152px;
  font-size: 20px;
  font-weight: normal;
  color: #8fc323;
  background: url(/gold/images/ic_secf_point.png) left center no-repeat;
}

.mainGold .secH img{
  margin-left:30px;
}

.mainGold .gold_flexwarp{
  display: flex;
}




/* ================ /diamond/ ================ */

.mainDiamond .secA,
.mainDiamond .secB,
.mainDiamond .secC,
.mainDiamond .secD,
.mainDiamond .secF {
  margin: 0 0 40px;
  position: relative;
}

.mainDiamond .secF {
  margin: 0 0 64px;
}

.mainDiamond .secA h3,
.mainDiamond .secB h3,
.mainDiamond .secC h3,
.mainDiamond .secD h3,
.mainDiamond .secF h3 {
  margin: 0 0 24px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .1em;
  position: relative;
}

.mainDiamond .secA h3:after,
.mainDiamond .secB h3:after,
.mainDiamond .secC h3:after,
.mainDiamond .secD h3:after,
.mainDiamond .secF h3:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainDiamond .secA p,
.mainDiamond .secB p,
.mainDiamond .secC p,
.mainDiamond .secD p,
.mainDiamond .secF p {
  line-height: 1.8;
}

.mainDiamond .secA {
  margin: 0 0 64px;
}

.mainDiamond .secA h3 {
  margin: 0 0 24px;
}

.mainDiamond .secA p {
  margin: 0 0 32px;
}

.mainDiamond .secA div span {
  margin: 16px 0 0 0;
  color: #e44b4b;
  display: block;
}

.mainDiamond .secB {
  margin: 0 0 64px;
}

.mainDiamond .secB .example {
  margin: 0 0 16px;
  list-style: none;
}

.mainDiamond .secB .example li {
  width: 208px;
  margin: 0 8px 0 0;
  padding: 12px 0;
  background: #fff;
  border-radius: 8px;
  float: left;
}

.mainDiamond .secB .example li:nth-of-type(4) {
  margin: 0 0 0 0;
}

.mainDiamond .secB .example li img {
  width: 185px;
  height: 185px;
  margin: 0 auto 16px;
  display: block;
}

.mainDiamond .secB .example li dt {
  width: 180px;
  height: 3em;
  margin: 0 auto 8px;
  font-size: 14px;
  color: #68360a;
  line-height: 1.4;
  display: block;
}

.mainDiamond .secB .example li dd {
  width: 180px;
  margin: 0 auto;
  padding: .8em 0;
  font-size: 14px;
  color: #e44b4b;
  display: block;
  text-align: center;
  border: 2px solid #e44b4b;
}

.mainDiamond .secB .example li a,
.mainDiamond .secB .example li a img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.mainDiamond .secB .example li a:hover,
.mainDiamond .secB .example li a:hover img {
  opacity: .6;
}

.mainDiamond .secB .exp_link {
  margin: 24px 0 0 0;
  text-align: center;
  list-style: none;
}

.mainDiamond .secB .exp_link li {
  margin: 0 16px;
  display: inline-block;
}

.mainDiamond .secB .exp_link a.btn {
  width: 320px;
}

.mainDiamond .secC h3 {
  margin: 0 0 24px;
}

.mainDiamond .secC h4 {
  margin: 40px 0 16px;
}

.mainDiamond .secC p {
  margin: 0 0 16px;
}

.mainDiamond .secC span {
  color: #63acd5;
}

.mainDiamond .secC table {
  width: 100%;
  margin: 0 0 16px;
}

.mainDiamond .secC table th,
.mainDiamond .secC table td {
  width: 20%;
  padding: .4em 1em;
  text-align: center;
  border: 1px solid #d0d4d6;
}

.mainDiamond .secC table td {
  background: #fff;
}

.mainDiamond .secC table th:nth-of-type(1) {
  background: #acd8f0;
}

.mainDiamond .secC table th:nth-of-type(2) {
  background: #c2e2f4;
}

.mainDiamond .secC table th:nth-of-type(3) {
  background: #d6eefb;
}

.mainDiamond .secC table th:nth-of-type(4) {
  background: #dbe5ea;
}

.mainDiamond .secC table th:nth-of-type(5) {
  background: #d0d4d6;
}

.mainDiamond .secD h3 {
  height: 48px;
  margin: 0 0 24px;
  padding: 24px 0 0 80px;
  background: url(/diamond/images/bg_secd.png) left center no-repeat;
}


/* ================ /jewelry/ ================ */

.mainJewelry .secA,
.mainJewelry .secB,
.mainJewelry .secC,
.mainJewelry .secD,
.mainJewelry .secE {
  margin: 0 0 40px;
  position: relative;
}

.mainJewelry .secA h3,
.mainJewelry .secB h3,
.mainJewelry .secC h3,
.mainJewelry .secD h3,
.mainJewelry .secE h3 {
  margin: 0 0 24px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .1em;
  position: relative;
}

.mainJewelry .secA h3:after,
.mainJewelry .secB h3:after,
.mainJewelry .secC h3:after,
.mainJewelry .secD h3:after,
.mainJewelry .secE h3:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainJewelry .secA p,
.mainJewelry .secB p,
.mainJewelry .secC p,
.mainJewelry .secD p,
.mainJewelry .secE p {
  margin: 0 0 2em;
  line-height: 1.8;
}

.mainJewelry .secA div span {
  margin: 8px 0 0;
  text-align: right;
  display: block;
}

.mainJewelry .secB h3 {
  height: 48px;
  margin: 0 0 24px;
  padding: 24px 0 0 80px;
  background: url(/jewelry/images/bg_secb.png) left center no-repeat;
}

.mainJewelry .secB h3.long {
  padding-left: 68px;
}

.mainJewelry .secB .paraWrap {
  min-height: 100px;
  background: url(/jewelry/images/bg_secb2.png) left top no-repeat;
  background-size: 100px;
}

.mainJewelry .secB .paraWrap p {
  padding: 0 0 0 120px;
}

.mainJewelry .secC span,
.mainDiamond .secF span {
  margin: 16px 0 0 0;
  color: #e44b4b;
  display: block;
}

.mainJewelry .secC .exp_link {
  margin: 24px 0 0 0;
  text-align: center;
  list-style: none;
}

.mainJewelry .secC .exp_link li {
  margin: 0 16px;
  display: inline-block;
}

.mainJewelry .secC .exp_link a.btn {
  width: 320px;
}

.mainJewelry .secC ul.jwl_list,
.mainDiamond .secF ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mainJewelry .secC ul.jwl_list li,
.mainDiamond .secF ul li {
  width: 30%;
  list-style-type: none;
  height: 90px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 10px;
  position: relative;
  transition: 0.2s ease-in-out;
}

.mainJewelry .secC ul.jwl_list li:hover,
.mainDiamond .secF ul li:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 3px #ddd;
}

.mainJewelry .secC ul.jwl_list li a,
.mainDiamond .secF ul li a {
  height: inherit;
  display: block;
  position: relative;
}

.mainJewelry .secC ul.jwl_list li a img,
.mainDiamond .secF ul li a img {
  float: left;
  width: 115px;
  height: 90px;
}

.mainJewelry .secC ul.jwl_list li a span,
.mainDiamond .secF ul li a span {
  position: absolute;
  margin: 0;
  position: absolute;
  left: 125px;
  top: 50%;
  width: 143px;
  transform: translateY(-50%);
  line-height: initial;
  color: #222;
}

.mainJewelry .secC ul.jwl_list li a span small,
.mainDiamond .secF ul li a span small {
  font-size: 0.8em;
}

.mainJewelry .secC ul.jwl_list li a span.ft_small {
  font-size: 12px;
}

.mainJewelry .secC ul.jwl_list li a::after {
  content: ">";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
  color: #bbb;
  font-weight: 500;
  font-size: 1.2em;
}

.mainJewelry .secC ul.jwl_list li a:hover::after {
  right: 8px;
}

.mainJewelry .secC ul.jwl_list li a span br.sp_only,
.mainDiamond .secF ul li a span br.sp_only {
  display: none;
}

.mainJewelry .secD h4 {
  margin: 40px 0 16px;
}

.mainJewelry .secD span {
  margin: 16px 0 0 0;
  color: #e44b4b;
  display: block;
}

.mainJewelry .secD span a {
  color: #e44b4b;
  text-decoration: underline;
}

.mainJewelry .secD .paraWrap {
  min-height: 200px;
  background: url(/jewelry/images/bg_secd.png) right top no-repeat;
}

.mainJewelry .secD .paraWrap p {
  padding: 0 240px 0 0;
}

.mainJewelry .secD p:nth-of-type(2) {
  text-align: center;
}

.mainJewelry .secE h4 {
  margin: 40px 0 16px;
}

.mainJewelry .secE>img {
  margin: 0 0 24px;
}

.mainJewelry .secE .exp_link,
.mainJewelry .secC .exp_link {
  margin: 24px 0 12px 0;
  text-align: center;
  list-style: none;
}

.mainJewelry .secE .exp_link li,
.mainJewelry .secC .exp_link li {
  margin: 0 16px;
  display: inline-block;
}

.mainJewelry .secE .exp_link a.btn,
.mainJewelry .secC .exp_link a.btn {
  width: 400px;
}

.mainJewelry .secC .exp_link li a::after {
  content: "";
  ;
}

/*mainJewelry　宝石別ページ  */
.mainJewelry_single_wrap {
  display: flex;
}

.mainJewelry_single_wrap img {
  border-radius: 10px;
  height: auto;
  align-self: baseline;
}

.mainJewelry_single_wrap img.jw {
  margin-left: 20px;
  width: 24%;
}

.mainJewelry_single_wrap img.asses {
  margin-right: 20px;
  width: 25%;
}

.mainJewelry_single .secA,
.mainJewelry_single .secB {
  margin: 0 0 30px;
}

/* birthstone--------------- */
.birthstone_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.birthstone_list_box {
  width: calc(33.33% - 20px);
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  flex-direction: column;
  border: 1px solid #CBB099;
  border-radius: 10px;
  margin: 10px;
  background-color: #fff;
}

.mainJewelry .secB .birthstone_list_box p {
  text-align: center;
  margin: 0 0 25px 0;
  font-weight: 600;
  font-size: 1.3em;
  color: #68360a;
}

.birthstone_img {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.birthstone_img img {
  margin: 0 5px;
}

.birthstone_list_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.birthstone_list_box ul li {
  display: block;
  padding: 5px 10px 5px 25px;
  position: relative;
}

.birthstone_list_box ul li::before {
  content: "・";
  position: absolute;
  left: 10px;
  transition: right 0.3s ease;
}

.birthstone_list_box ul li a {
  position: relative;
  text-decoration: underline;
}

/* column------------------- */
ul.columnlist {
  list-style: none;
}

ul.columnlist li {
  border-bottom: 1px dotted #cccccc;
  padding: 13px 0 12px 1em;
  position: relative;
}

.columnlist li::before {
  content: "▶";
  position: absolute;
  left: 0;
  font-size: 0.7em;
  top: 50%;
  transform: translateY(-50%);
  color: #77665B;
}


/* ================ /example/ ================ */

.examplePage {
  margin: 160px auto 40px !important;
}

.mainExample h2 {
  position: relative;
}

.mainExample h2 span {
  font-size: 18px;
  color: #669933;
  position: absolute;
  left: 32px;
  bottom: 32px;
}

.mainExample .secA h3 {
  margin: 0 0 16px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .1em;
  position: relative;
}

.mainExample .secA h3:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainExample #bland_cat ul {
  margin: 0 0 40px;
}

.mainExample #bland_cat li {
  margin: 2px;
  display: inline-block;
}

.mainExample #bland_cat li a {
  padding: .6em .6em .3em 1.4em;
  font-size: 14px;
  /*	color: #fff;*/
  color: #68360a;
  /*	background: #7BAB1A;*/
  border-radius: 8px;
  display: block;
  border: 2px solid #68360a;
  position: relative;
}

.mainExample #bland_cat li a:before {
  width: 7px;
  height: 12px;
  margin: auto;
  content: "　";
  background: url(/images/bg_common_arrow.png) left center no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
}

.mainExample #bland_cat .current-cat a {
  color: #fff;
  background: #68360a;
}

.mainExample #bland_cat .current-cat a:before {
  background: url(/images/bg_common_arrow_on.png) left center no-repeat;
}

.mainExample #brand_list01>p {
  margin: 0 0 16px;
  line-height: 1.6;
}

.mainExample #brand_list01>p span {
  font-size: 13px;
  color: #666;
}

.mainExample #brand_list01 .brand_list_wrap {
  width: 202px;
  margin: 0 16px 24px 0;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.mainExample #brand_list01 .brand_list_wrap:nth-of-type(4n) {
  margin: 0 0 24px;
}

.mainExample #brand_list01 .brand_list_wrap:hover {
  opacity: .6;
}

.mainExample #brand_list01 .brand_list_wrap a {
  color: #222 !important;
  text-decoration: none !important;
}

.mainExample #brand_list01 .brand_list_wrap h4 {
  margin: 8px 0 4px;
  clear: both;
  font-size: 18px;
  font-weight: 400;
  /*color: #f86d3f;*/
}

.mainExample #brand_list01 .brand_list_wrap h5 {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 400;
  color: #bca970;
}

.mainExample #brand_list01 .brand_list_wrap p {
  /*color: #77665B;*/
  font-size: 12px;
  line-height: 1.6;
}

.mainExample #brand_list01 .brand_list_wrap a {
  color: #f86d3f;
  text-decoration: underline;
}

.mainExample #brand_list01 .brand_list_wrap a img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}

.mainExample #brand_list01 .brand_list_wrap a>div {
  width: 202px;
  height: 202px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
  background: #fff;
}


.mainExample.exampleCategory {}

.mainExample.exampleCategory h3 {
  color: #FFF;
  background-color: #78635A;
  padding: 6px 6px 3px 16px;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
}

.mainExample.exampleCategory .recentNews {
  margin: 0 0 40px;
  position: relative;
}

.mainExample.exampleCategory .recentNews h2 {
  height: 32px;
  margin: 0 0 24px;
  padding: 16px 0 0 48px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .1em;
  background: url(/images/bg_home_newsheader.png) left top no-repeat;
  background-size: 40px;
  position: relative;
}

.mainExample.exampleCategory .recentNews h2 span {
  color: #e36315;
  position: relative;
  left: inherit;
  bottom: inherit;
  font-size: inherit;
}

.mainExample.exampleCategory .recentNews h2:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainExample.exampleCategory .recentNews .newsList li {
  margin: 0 0 8px;
  border: 1px solid #ccc;
  background: url(/images/bg_home_newslist.png) 98% center no-repeat #fff;
  border-radius: 8px;
}

.mainExample.exampleCategory .recentNews .newsList li .news_tmb {
  width: 100px;
  height: 100px;
  margin: 8px;
  float: left;
}

.mainExample.exampleCategory .recentNews .newsList li .news_tmb img {
  width: 100px;
  height: 100px;
}

.mainExample.exampleCategory .recentNews .newsList li .news_detail {
  width: 680px;
  margin: 16px 16px 16px 0;
  color: #000;
  float: left;
}

.mainExample.exampleCategory .recentNews .newsList li .news_detail time {
  margin: 0 0 8px;
  /*font-style: italic;*/
  font-weight: bold;
  color: #8fc323;
  display: block;
}

.mainExample.exampleCategory .recentNews .newsList li .news_detail h3 {
  margin: 0 0 8px;
  font-weight: 700;
  color: #f86d3f;
  text-decoration: underline;

  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px;
  padding: 0;
}

.mainExample.exampleCategory .recentNews .newsList li .news_detail p {
  line-height: 1.6;
}

.mainExample.exampleCategory .recentNews .newsList li {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.mainExample.exampleCategory .recentNews .newsList li:hover {
  background: url(/images/bg_home_newslist.png) 99% center no-repeat #fff;
  border: 1px solid #68360a;
}

.mainExample.exampleCategory .recentNews .newsNav {
  list-style: none;
  position: absolute;
  right: 0;
  top: 0;
}

.mainExample.exampleCategory .recentNews .newsNav li {
  margin: 0 0 0 8px;
  display: inline-block;
}

.mainExample.exampleCategory .recentNews .newsNav li a {
  width: 160px;
  padding: 12px 0 8px;
  font-family: "heisei-maru-gothic-std";
  color: #fff;
  /*color: #68360a;*/
  display: block;
  border: 2px solid #68360a;
  border-radius: 40px;
  text-align: center;
  background: url(/images/bg_common_arrow_on.png) 16px center no-repeat #68360a;
}

.mainExample.exampleCategory .recentNews .newsNav li a:hover {
  /*color: #fff;*/
  background: url(/images/bg_common_arrow_on.png) 24px center no-repeat #68360a;
}

.mainExample #brand_exp .brand_list_wrap {
  width: 155px;
  margin: 0 16px 32px 0;
  display: inline-block;
  vertical-align: top;
}

.mainExample #brand_exp .brand_list_wrap:nth-of-type(5n) {
  margin-right: 0;
}

.mainExample #brand_exp .brand_list_wrap a {
  text-decoration: underline;
}

.mainExample #brand_exp .brand_list_wrap img {
  width: 155px;
  height: 155px;
  margin-bottom: 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #CCCCCC !important;
}

.mainExample #brand_exp .brand_list_wrap .new_icon img {
  width: inherit;
  height: inherit;
  margin-bottom: 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: none !important;
  position: absolute;
}

.mainExample #brand_exp .brand_list_wrap h4 {
  font-size: 12px;
  color: inherit;
  line-height: 15px;
  /*	padding-top: 10px;*/
  height: 48px;
}

.mainExample #brand_exp .page-navi {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mainExample #brand_exp .page-navi .page-numbers {
  display: block;
  line-height: 32px;
  text-align: center;
  white-space: nowrap;
  width: 32px;
}

.mainExample #brand_exp .page-navi .page-numbers.current {
  background: #f86d3f;
  color: #fff;
}

.mainExample #brand_exp .page-navi .page-numbers.prev,
.mainExample #brand_exp .page-navi .page-numbers.next {
  width: auto;
}

.mainExample #brand_exp .brand_list_wrap p {
  font-size: 11px;
  padding-top: 0px;
  line-height: 14px;
}

.mainExample #brand_exp .brand_list_wrap p .price {
  font-size: 13px;
  font-weight: bold;
  color: #660000;
}

.mainExample.exampleSingle .subTitle {
  color: #FFF;
  background-color: #78635A;
  padding: 6px 6px 3px 16px;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
}

.mainExample.exampleSingle .recentNews {
  margin: 0 0 40px;
  position: relative;
}

.mainExample.exampleSingle .recentNews h2 {
  height: 32px;
  margin: 0 0 24px;
  padding: 16px 0 0 48px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .1em;
  background: url(/images/bg_home_newsheader.png) left top no-repeat;
  background-size: 40px;
  position: relative;
}

.mainExample.exampleSingle .recentNews h2 span {
  color: #e36315;
  font-size: inherit;
  position: relative;
  left: inherit;
  bottom: inherit;
}

.mainExample.exampleSingle .recentNews h2:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainExample.exampleSingle .recentNews .newsList li {
  margin: 0 0 8px;
  border: 1px solid #ccc;
  background: url(/images/bg_home_newslist.png) 98% center no-repeat #fff;
  border-radius: 8px;
}

.mainExample.exampleSingle .recentNews .newsList li .news_tmb {
  width: 100px;
  height: 100px;
  margin: 8px;
  float: left;
}

.mainExample.exampleSingle .recentNews .newsList li .news_tmb img {
  width: 100px;
  height: 100px;
}

.mainExample.exampleSingle .recentNews .newsList li .news_detail {
  width: 680px;
  margin: 16px 16px 16px 0;
  color: #000;
  float: left;
}

.mainExample.exampleSingle .recentNews .newsList li .news_detail time {
  margin: 0 0 8px;
  /*font-style: italic;*/
  font-weight: bold;
  color: #8fc323;
  display: block;
}

.mainExample.exampleSingle .recentNews .newsList li .news_detail h3 {
  margin: 0 0 8px;
  font-weight: 700;
  color: #f86d3f;
  text-decoration: underline;
}

.mainExample.exampleSingle .recentNews .newsList li .news_detail p {
  line-height: 1.6;
}

.mainExample.exampleSingle .recentNews .newsList li {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.mainExample.exampleSingle .recentNews .newsList li:hover {
  background: url(/images/bg_home_newslist.png) 99% center no-repeat #fff;
  border: 1px solid #68360a;
}

.mainExample.exampleSingle .recentNews .newsNav {
  list-style: none;
  position: absolute;
  right: 0;
  top: 0;
}

.mainExample.exampleSingle .recentNews .newsNav li {
  margin: 0 0 0 8px;
  display: inline-block;
}

.mainExample.exampleSingle .recentNews .newsNav li a {
  width: 160px;
  padding: 12px 0 8px;
  font-family: "heisei-maru-gothic-std";
  color: #fff;
  /*color: #68360a;*/
  display: block;
  border: 2px solid #68360a;
  border-radius: 40px;
  text-align: center;
  background: url(/images/bg_common_arrow_on.png) 16px center no-repeat #68360a;
}

.mainExample.exampleSingle .recentNews .newsNav li a:hover {
  /*color: #fff;*/
  background: url(/images/bg_common_arrow_on.png) 24px center no-repeat #68360a;
}

.mainExample #brand_exp_detail {
  /*	padding-top: 32px;*/
}

.mainExample #brand_exp_detail #main_pic {
  width: 320px;
  margin: 0 0 40px;
  float: left;
}

.mainExample #brand_exp_detail #main_pic img {
  width: 320px;
  height: 240px;
  border: 4px solid #DFD9D0;
}

.mainExample #brand_exp_detail #exp_txt {
  width: 500px;
  margin: 0 0 40px;
  float: right;
}

.mainExample #brand_exp_detail #exp_txt h4 {
  font-size: 16px;
  font-weight: bold;
  color: #593516;
  padding-bottom: 5px;
  padding-top: 5px;
}

.mainExample #brand_exp_detail #exp_txt h5 {
  font-size: 14px;
  font-weight: bold;
  color: #593516;
  padding-top: 5px;
  padding-bottom: 15px;
}

.mainExample #brand_exp_detail #exp_txt table {
  width: 100%;
}

.mainExample #brand_exp_detail #exp_txt table tr td {
  font-size: 14px;
  color: #8E7E73;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #CCC;
}

.mainExample #brand_exp_detail #exp_txt table tr td strong {
  font-size: 16px;
}

.mainExample #brand_exp_detail #exp_txt table tr .coution {
  font-size: 12px;
  color: #941D1D;
}

.mainExample #brand_exp_detail #exp_txt p {
  font-size: 14px;
  line-height: 1.8;
  padding-top: 16px;
}


.mainExample #brand_exp_detail #tmb_wrap {
  clear: both;
}

.mainExample #brand_exp_detail #tmb_wrap h3 {
  color: #FFF;
  background-color: #78635A;
  padding: 6px 6px 3px 16px;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
}

.mainExample #brand_exp_detail #tmb_wrap ul {
  margin: 0 0 24px;
}

.mainExample #brand_exp_detail #tmb_wrap ul li {
  float: left;
  padding-right: 16px;
  font-size: 13px;
  line-height: 18px;
  color: #4E4242;
  width: 200px;
  list-style: none;
}

.mainExample #brand_exp_detail #tmb_wrap ul li:nth-of-type(4) {
  padding-right: 0;
}

.mainExample #brand_exp_detail #tmb_wrap ul li img {
  width: 100%;
  height: auto;
  border: 3px solid #DFD9D0;
  margin-bottom: 10px;
}

.mainExample #brand_exp_detail #tmb_wrap ul li:nth-of-type(4) img {
  margin: 8px 0 0;
  border: none;
}

.mainExample .staff_comment {
  margin: 0 0 40px;
  padding: 2em;
  background: url(/example_detail/images/fi_comment.png) 760px bottom no-repeat #f5f2ed;
  border-radius: 8px;

}

.mainExample .staff_comment h3 {
  margin: 0 0 24px;
  font-weight: bold;
  color: #db587a;
}

.mainExample .staff_comment h3 strong {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: bold;
  color: #db587a;
  display: block;
}

.mainExample .staff_comment p {
  width: 720px;
  line-height: 1.6;
}

.mainExample #brand_exp h2 {
  margin: 0 0 1em;
  padding: 0 0 .2em;
  font-size: 18px;
  color: #593516;
  border-bottom: 1px solid #593516;
}

.mainExample #brand_exp h3 {
  color: #FFF;
  background-color: #78635A;
  padding: 6px 6px 3px 16px;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
}

#brand_type figure {
  width: 115px;
  float: left;
  padding-right: 8px;
}

#brand_type figure figcaption {
  font-size: 10px;
  color: #593516;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

#brand_type .nomg {
  padding-right: 0px;
}

#brand_point {
  margin-right: 15px;
  margin-left: 15px;
  background-color: #f7f4ed;
  padding-bottom: 20px;
  clear: both;
}

#brand_point p {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 12px;
  line-height: 22px;
}

#brand_point h4 {
  margin-top: 17px;
  margin-left: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #50351F;
  padding-bottom: 10px;
  background-image: url(/brand/images/point.png);
  background-repeat: no-repeat;
  padding-left: 85px;
  background-position: 0px 0px;
  padding-top: 3px;
}

#brand_point h3 {
  background-image: url(/brand/images/advice_h3.png);
  background-repeat: no-repeat;
  height: 30px;
  padding-top: 70px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 133px;
  font-size: 14px;
  font-weight: bold;
  color: #5E8904;
}

#point_none {
  display: none;
}

.mainExample .brand_link {
  margin-bottom: 24px;
}

.mainExample .brand_link p {
  margin: 40px 0 .5em;
  font-size: 18px;
  font-weight: 700;
  color: #5E8904;
}

/*
.mainExample .brand_link h3 {
	margin: 0 0 32px;
	font-family: "heisei-maru-gothic-std";
	font-size: 32px;
	font-weight: normal;
	color: #000;
	line-height: 1.4;
	letter-spacing: .2em;
	position: relative;
}
*/

/*
.mainExample .brand_link h3:after {
	width: 860px;
	height: 2px;
	content: "";
	display: block;
	background: url(/images/bg_home_headerline.png) left top no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
}
*/

.mainExample .brand_link ul {
  margin: 0 0 40px;
}

.mainExample .brand_link ul li {
  margin: 2px;
  display: inline-block;
}

/*
.mainExample .brand_link ul li a {
	padding: .4em 1em .2em;
	font-size: 12px;
	color: #fff;
	background: #7BAB1A;
	border-radius: 8px;
	display: block;
}
*/

.mainExample .brand_link ul li a {
  padding: .4em 1em .2em;
  font-size: 15px;
  /*	color: #fff;*/
  /*	background: #7BAB1A;*/
  color: #593516;
  border-radius: 8px;
  display: block;
  text-decoration: underline;
  background: url(/images/bg_common_arrow.png) left center no-repeat;
}

@-moz-document url-prefix() {
  .mainExample #brand_exp .brand_list_wrap .brand_cat {
    font-size: 12px;
    /*letter-spacing: -1px*/
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .mainExample #brand_exp .brand_list_wrap .brand_cat {
    font-size: 12px;
    /*letter-spacing: -1px*/
  }
}


/* ================ /newly/ ================ */

.mainNewly {
  margin: 160px auto 40px !important;
}

.mainNewly .secA,
.mainNewly .secB {
  margin: 0 0 40px;
  position: relative;
}

.mainNewly .secA p,
.mainNewly .secB p {
  line-height: 1.8;
}

.mainNewly .secB h3 {
  font-size: 24px;
  font-weight: bold;
  color: #593516;
  padding-bottom: 8px;
  background-image: url(/newly/images/icon.png);
  padding-left: 32px;
  background-repeat: no-repeat;
  margin-bottom: 16px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #BBA495;
  margin-top: 40px;
  padding-top: 4px;
}

.mainNewly .secB p strong {
  color: #593516;
  background-color: #FDF4A6;
}

.mainNewly .secb__img_fl {
  width: 240px;
  height: auto;
  margin: 0 16px 16px 0;
  float: left;
}

.mainNewly .secb__img_fr {
  width: 240px;
  height: auto;
  margin: 0 0 16px 16px;
  float: right;
}

/* ================ /flow/ ================ */

.mainFlow {
  margin: 160px auto 40px !important;
}

.mainFlow .secA,
.mainFlow .secB,
.mainFlow .secC,
.mainFlow .secD {
  margin: 0 0 40px;
  line-height: 1.8;
  position: relative;
}

.mainFlow .secA {
  background-image: url(/flow/images/step01.png);
  background-repeat: no-repeat;
  background-position: 15px 0px;
  padding-left: 105px;
  margin-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
}

.mainFlow .secA h3 {
  font-size: 20px;
  color: #88B242;
  color: #698A33;
  padding-top: 7px;
  padding-bottom: 10px;
  font-weight: bold;
}

.mainFlow .secA p {
  width: 440px;
  float: left;
  clear: none;
}

.mainFlow .secA figure {
  float: right;
  width: 240px;
  padding-left: 15px;
  padding-bottom: 15px;
}

.mainFlow .secA figure img {
  border-radius: 8px;
}

.mainFlow .secB {
  background-image: url(/flow/images/step02.png);
  padding-left: 105px;
  background-repeat: no-repeat;
  background-position: 15px 0px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  margin-bottom: 30px;
}

.mainFlow .secB h3 {
  font-size: 20px;
  color: #698A33;
  padding-top: 7px;
  padding-bottom: 10px;
  font-weight: bold;
}

.mainFlow .secB figure {
  float: left;
  width: 240px;
}

.mainFlow .secB figure img {
  border-radius: 8px;
}

.mainFlow .secB p {
  margin: 0 0 16px;
}

.mainFlow .secB figure figcaption {
  font-size: 12px;
  color: #77665B;
  padding-top: 7px;
  padding-left: 5px;
  padding-bottom: 20px;
}

.mainFlow .secB .rightmg {
  padding-right: 20px;
}

.mainFlow .secC {
  clear: both;
  background-image: url(/flow/images/step03.png);
  background-repeat: no-repeat;
  background-position: 15px 0px;
  padding-left: 105px;
}

.mainFlow .secC h3 {
  font-size: 20px;
  color: #698A33;
  padding-top: 7px;
  padding-bottom: 10px;
  line-height: 20px;
  font-weight: bold;
}

.mainFlow .secC figure {
  float: right;
  width: 240px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.mainFlow .secC figure img {
  border-radius: 8px;
}

.mainFlow .secC p {
  width: 440px;
  float: left;
  clear: none;
}

.mainFlow .secD {
  font-size: 14px;
  line-height: 1.6;
  padding: 24px;
  background-color: #F2ECE3;
  border: 1px dotted #D9C4AA;
  /*	color: #766556;*/
}

.mainFlow .secD strong {
  margin: 0 0 8px;
  font-size: 16px;
  display: block;
}



/* ================ /feature/ ================ */

.mainFeature {
  margin: 160px auto 40px !important;
}

.mainFeature .secA,
.mainFeature .secB {
  margin: 0 0 40px;
  line-height: 1.8;
  position: relative;
}

.mainFeature .secB h3 {
  margin: 0 0 16px 0;
  padding: .2em 1em 0;
  background-color: #7BAB1A;
  border-radius: 10px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}

.mainFeature .secB .feature_txt {
  float: right;
  width: 680px;
}

.mainFeature .secB img {
  float: left;
  width: 140px;
  padding-right: 30px;
}

.mainFeature .secB .feature_txt p {
  margin-bottom: 30px;
  line-height: 1.8;
}

.mainFeature .secB .feature_pic {
  width: 139px;
  padding-left: 25px;
  padding-right: 25px;
  float: left;
}

.mainFeature .secB .feature_h {
  width: 431px;
  font-size: 14px;
  line-height: 25px;
  color: #78695C;
  padding-left: 20px;
  padding-bottom: 50px;
  float: left;
}

.mainFeature .secB .feature_h_5 {
  width: 431px;
  font-size: 14px;
  line-height: 25px;
  color: #78695C;
  padding-left: 209px;
  padding-bottom: 50px;
  float: left;
}


/* ================ /shop/ ================ */

.mainShop .secA,
.mainShop .secB {
  margin: 0 0 40px;
  position: relative;
}

.mainShop .secA h3,
.mainShop .secA figure,
.mainShop .secB h3,
.mainShop .secB figure {
  position: absolute;
}

.mainShop .secA .main_img,
.mainShop .secB .main_img {
  margin-bottom: 15px;
}

.mainShop .secA p,
.mainShop .secB p {
  padding: 0 5px;
  line-height: 1.8;
}

.mainShop .secA {
  /*	width: 610px;*/
  margin-bottom: 80px;
}

.mainShop .secA h3 {
  top: 15px;
  left: 20px;
}

.mainShop .secA .main_img,
.mainShop .secA p {
  /*	width: 340px;*/
  width: 580px;
  float: right;
  clear: right;
}

.mainShop .secA .main_img img {
  border-radius: 16px;
}


.mainShop .secA p {
  /*	width: 330px;*/
}

.mainShop .secA figure {
  top: 105px;
  left: 15px;
}

.mainShop .secB {
  /*	width: 610px;*/
  /*	margin: 0 0 0 226px;*/
}

.mainShop .secB h3 {
  top: 64px;
  left: 510px;
}

.mainShop .secB .main_img,
.mainShop .secB p {
  width: 560px;
  /*	margin-left: -15px;*/
}

.mainShop .secB .main_img img {
  border-radius: 16px;
}

.mainShop .secB .fig01 {
  /*	top:-55px;*/
  top: -5px;
  right: 0px;
}

.mainShop .secB .fig02 {
  /*	top:170px;*/
  top: 220px;
  right: 35px;
}

.shop_att {
  margin: 1em 0 0;
}

/* gallery */

.mainShop .secC {
  margin: 0 0 40px;
}

.mainShop .secC h3 {
  margin: 0 0 16px;
  padding: .4em 1em .2em;
  font-weight: 400;
  color: #FFF;
  background-color: #5C3E27;
  border-radius: 4px;
}

.mainShop .secC ul {
  overflow: hidden;
  zoom: 1;
  list-style: none;
}

.mainShop .secC ul li {
  width: 145px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.mainShop .secC ul li img {
  width: 100%;
  height: auto;
}

.mainShop .secC .gallery_movie {
  margin: 0 auto;
  width: 50%;
  height: auto;
}

.mainShop .secD {
  margin: 0 0 40px;
  padding: 0;
}

.mainShop .secD h3,
.mainShop .secG h3,
.mainShop .secH h3 {
  margin: 0 0 16px;
  padding: .4em 1em .2em;
  font-weight: 400;
  color: #FFF;
  background-color: #5C3E27;
  border-radius: 4px;
}

.mainShop .secD .shopdata_pic {
  float: left;
  width: 280px;
  padding-bottom: 20px;
}

.mainShop .secD .shopdata_pic img {
  width: 280px;
}

.mainShop .secD .shop_data_txt {
  width: 560px;
  float: right;
}

.mainShop .secD .shop_data_txt dl dt {
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
}

.mainShop .secD .shop_data_txt dl dd {
  padding: 8px 0;
  border-top: 1px dotted #CCC;
  line-height: 16px;
}

.mainShop .secE {
  margin: 0 0 40px;
  position: relative;
}

.mainShop .secE h3 {
  margin: 0 0 24px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  /*	letter-spacing: .1em;*/
  position: relative;
}

.mainShop .secE h3:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainShop .secE p {
  /*	margin: 0 0 40px;*/
  line-height: 1.8;
}

.mainShop .secF {
  margin: 0 0 40px;
  position: relative;
}

.mainShop .secG {
  margin: 0 0 40px;
  position: relative;
}

.mainShop .secG a {
  margin: 8px 0 0;
  font-size: 18px;
  display: block;
  text-align: right;
}

.mainShop .secH {
  position: relative;
}

.mainShop .secH table {
  width: 100%;
}

.mainShop .secH img {
  width: 100%;
  height: auto;
  margin: 0 0 8px;
}

.mainShop .secH a {
  color: #F86D3F;
}

.mainShop .secH table td {
  padding: 20px 0 16px;
  color: #665B55;
  line-height: 1.8;
  vertical-align: top;
}

.mainShop .secH table .car th,
.mainShop .secH table .bus th,
.mainShop .secH table .train th {
  padding: 24px 0 16px 40px;
  background-repeat: no-repeat;
  background-position: 0px 3px;
  color: #52453A;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.mainShop .secH table .car th {
  background: url(/access/images/access_icon01.png) left 10px no-repeat;
}

.mainShop .secH table .bus th {
  background: url(/access/images/access_icon02.png) left 10px no-repeat;
}

.mainShop .secH table .train th {
  background: url(/access/images/access_icon03.png) left 10px no-repeat;
}

.mainShop .secH td strong {
  display: block;
  margin-bottom: 8px;
}

.mainShop .secH table tr:nth-of-type(1) th,
.mainShop .secH table tr:nth-of-type(1) td,
.mainShop .secH table tr:nth-of-type(2) th,
.mainShop .secH table tr:nth-of-type(2) td {
  border-bottom: 1px dotted #ccc;
}



/* ================ /staff/ ================ */

.mainStaff .secA {
  margin: 0 0 40px;
  position: relative;
}

.mainStaff .secA .staff_pic {
  width: 188px;
  float: left;
}

.mainStaff .secA .staff_txt {
  width: 640px;
  float: right;
}

.mainStaff .secA .staff_txt h3 {
  margin-bottom: 28px;
  padding: 10px 0 0 5px;
}

.mainStaff .secA figure {
  position: absolute;
  top: 245px;
}

.mainStaff .secA table {
  width: 100%;
  border-bottom: 1px dotted #CCC;
}

.mainStaff .secA tr th,
.mainStaff .secA tr td {
  padding: 8px 5px;
  border-top: 1px dotted #CCC;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
}

.mainStaff .secA tr th {
  width: 100px;
  font-weight: bold;
  white-space: nowrap;
}

.mainStaff .secA tr th .marker {
  padding: 0 2px 1px 1px;
  background: -o-linear-gradient(transparent 50%, #f9e88d 0%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #f9e88d));
  background: linear-gradient(transparent 50%, #f9e88d 0%);
}

.mainStaff .secA .more_line td {
  padding-top: 0;
  padding-left: 8.3em;
  border-top: 0;
}


/* ================ /faq/ ================ */

.mainFaq {
  margin: 160px auto 40px !important;
}

.mainFaq .local_link {
  margin: 0 2em 2em;
  list-style: none;
}

.mainFaq .local_link li {
  font-size: 18px;
  line-height: 2;
}

.mainFaq .local_link li a {
  color: #F86D3F;
}

.mainFaq .secA {
  margin: 0 0 40px;
}

.mainFaq .secA:last-child {
  margin: 0;
}

.mainFaq .secA h3 {
  margin-bottom: 24px;
  padding-bottom: 8px;
  font-weight: bold;
  color: #fff;
  background-color: #78A817;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 16px;
  /*	margin-right: 16px;
	margin-left: 16px;*/
}

.mainFaq .secA .faq_wrap {
  margin-bottom: 32px;
  /*padding-right: 16px;
	padding-left: 16px;*/
}

.mainFaq .secA .faq_wrap h4 {
  /*font-size: 16px;*/
  font-weight: bold;
  color: #76A01D;
  background-image: url(/faq/images/q_icon.png);
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-top: 4px;
  padding-bottom: 16px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  margin-bottom: 16px;
}

.mainFaq .secA .faq_wrap p {
  line-height: 1.8;
  background-image: url(/faq/images/a_icon.png);
  background-repeat: no-repeat;
  padding-left: 40px;
}

.mainFaq .secA .faq_wrap .answer {
  padding-left: 100px;
  background-image: url(/faq/images/icona.png);
  background-repeat: no-repeat;
  background-position: 36px 2px;
  padding-bottom: 40px;
}


/* ================ /privacypolicy/ ================ */

.mainPrivacypolicy {
  margin: 160px auto 40px !important;
}

.mainPrivacypolicy .secA {
  margin: 0 0 2em;
  line-height: 1.8;
}

.mainPrivacypolicy .secA h4 {
  margin: 0 0 .5em;
  font-weight: bold;
  color: #593516;
}

.mainPrivacypolicy .secA ul {
  margin: 1em 0 0 2em;
}

.mainPrivacypolicy .secA a {
  color: #88c509;
}

/* ================ /sitemap/ ================ */

.mainSitemap {
  margin: 160px auto 40px !important;
}

.mainSitemap .secA {
  margin: 0 0 2em;
  line-height: 1.8;
}

.mainSitemap .secA h4 {
  margin: 0 0 .5em;
  font-weight: bold;
  color: #593516;
}

.mainSitemap .secA dl {}

.mainSitemap .secA dl dt {
  font-size: 18px;
  font-weight: 700;
}

.mainSitemap .secA dl dd {
  margin: 0 0 1em 2em;
  display: inline-block;
}

.mainSitemap .secA dl dd dl {
  margin: 1em 0 0;
}

.mainSitemap .secA dl dd dl dt {
  margin: 0 0 1em;
  font-size: 16px;
  font-weight: 700;
  color: #88c509;
  display: block;
}

.mainSitemap .secA dl dd dl dd {
  display: inline-block;
}

.mainSitemap .secA a {
  /*color: #88c509;*/
  text-decoration: underline;
}

.mainSitemap .secA a.heading {
  color: #88c509;
  text-decoration: underline;
}


/* ================ Lightbox.js ================ */


/* Preload images */

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: none;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/***********/

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: normal;
  line-height: 1em;
}

/*--- 金ぺージの追加CSS 20180724 ---*/


.mainGold .secG {
  margin: 0 0 40px;
  position: relative;
}

.mainGold .secG p {
  line-height: 1.8;
}

.mainGold .secG h3 {
  margin: 0 0 24px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .1em;
  position: relative;
}

.mainGold .secG h3 span {
  color: #e36315;
}

.mainGold .secG h3:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainGold .secG h3 {
  margin: 0 0 24px;
}



.mainGold .secG .faq_wrap {
  margin-bottom: 32px;
  /*padding-right: 16px;
	padding-left: 16px;*/
}

.mainGold .secG .faq_wrap h4 {
  /*font-size: 16px;*/
  font-weight: bold;
  color: #76A01D;
  background-image: url(/faq/images/q_icon.png);
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-top: 4px;
  padding-bottom: 16px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  margin-bottom: 16px;
}

.mainGold .secG .faq_wrap p {
  line-height: 1.8;
  background-image: url(/faq/images/a_icon.png);
  background-repeat: no-repeat;
  padding-left: 40px;
}

.mainGold .secG .faq_wrap .answer {
  padding-left: 100px;
  background-image: url(/faq/images/icona.png);
  background-repeat: no-repeat;
  background-position: 36px 2px;
  padding-bottom: 40px;
}

/*--- ダイヤモンドぺージの追加CSS 20180724 ---*/


.mainDiamond .secE {
  margin: 0 0 40px;
  position: relative;
}

.mainDiamond .secE h3 {
  margin: 0 0 24px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .1em;
  position: relative;
}

.mainDiamond .secE h3:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainDiamond .secE p {
  line-height: 1.8;
}

.mainDiamond .secE h3 {
  margin: 0 0 24px;
}

.mainDiamond .secE p {
  margin: 0 0 32px;
}

.mainDiamond .secE div span {
  margin: 16px 0 0 0;
  color: #e44b4b;
  display: block;
}

.mainDiamond .secE .faq_wrap {
  margin-bottom: 32px;
  /*padding-right: 16px;
	padding-left: 16px;*/
}

.mainDiamond .secE .faq_wrap h4 {
  /*font-size: 16px;*/
  font-weight: bold;
  color: #76A01D;
  background-image: url(/faq/images/q_icon.png);
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-top: 4px;
  padding-bottom: 16px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  margin-bottom: 16px;
}

.mainDiamond .secE .faq_wrap p {
  line-height: 1.8;
  background-image: url(/faq/images/a_icon.png);
  background-repeat: no-repeat;
  padding-left: 40px;
}

.mainDiamond .secE .faq_wrap .answer {
  padding-left: 100px;
  background-image: url(/faq/images/icona.png);
  background-repeat: no-repeat;
  background-position: 36px 2px;
  padding-bottom: 40px;
}




/*--- 共通部分追加　20180726 ---*/


.subpage_under img {
  margin: 0 0 24px;
  width: 860px;
}

.subpage_under {
  /*	background: #fff;*/
  list-style: none;
}

.subpage_under a {
  display: block;
  width: 860px;
}

.subpage_under a.low-bn {
  display: block;
  width: 100%;
}

.subpage_under li {
  width: 48%;
  margin: 5px 0 10px;
  display: inline-block;
  vertical-align: top;
}

.subpage_under li:before {
  width: 30vw;
  height: 3px;
  margin: auto;
  content: "";
  display: block;
  background: #8fc323;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.subpage_under li:nth-of-type(2n) {
  float: right;
}

.subpage_under li img {
  width: 90%;
  height: auto;
  margin: 8px auto;
  display: block;
}

/* ================ /coin/ ================ */

.mainCoin .secA,
.mainCoin .secB,
.mainCoin .secC,
.mainCoin .secD {
  margin: 0 0 40px;
  position: relative;
}

.mainCoin .secA h3,
.mainCoin .secB h3,
.mainCoin .secC h3,
.mainCoin .secD h3 {
  margin: 0 0 24px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .1em;
  position: relative;
}

.mainCoin .secA h3:after,
.mainCoin .secB h3:after,
.mainCoin .secC h3:after,
.mainCoin .secD h3:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainCoin .secA p,
.mainCoin .secB p,
.mainCoin .secC p,
.mainCoin .secD p {
  line-height: 1.8;
}

.mainCoin .secA {
  margin: 0 0 64px;
}

.mainCoin .secA h3 {
  margin: 0 0 24px;
}

.mainCoin .secA p {
  margin: 0 0 32px;
}

.mainCoin .secA div span {
  margin: 16px 0 0 0;
  color: #e44b4b;
  display: block;
}

.mainCoin .secB {
  margin: 0 0 64px;
}

.mainCoin .secB .example {
  margin: 0 0 16px;
  list-style: none;
}

.mainCoin .secB .example li {
  width: 208px;
  margin: 0 8px 0 0;
  padding: 12px 0;
  background: #fff;
  border-radius: 8px;
  float: left;
}

.mainCoin .secB .example li:nth-of-type(4) {
  margin: 0 0 0 0;
}

.mainCoin .secB .example li img {
  width: 185px;
  height: 185px;
  margin: 0 auto 16px;
  display: block;
}

.mainCoin .secB .example li dt {
  width: 180px;
  height: 3em;
  margin: 0 auto 8px;
  font-size: 14px;
  color: #68360a;
  line-height: 1.4;
  display: block;
}

.mainCoin .secB .example li dd {
  width: 180px;
  margin: 0 auto;
  padding: .8em 0;
  font-size: 14px;
  color: #e44b4b;
  display: block;
  text-align: center;
  border: 2px solid #e44b4b;
}

.mainCoin .secB .example li a,
.mainCoin .secB .example li a img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.mainCoin .secB .example li a:hover,
.mainCoin .secB .example li a:hover img {
  opacity: .6;
}

.mainCoin .secB .exp_link {
  margin: 24px 0 0 0;
  text-align: center;
  list-style: none;
}

.mainCoin .secB .exp_link li {
  margin: 0 16px;
  display: inline-block;
}

.mainCoin .secB .exp_link a.btn {
  width: 320px;
}

.mainCoin .secC h3 {
  margin: 0 0 24px;
}

.mainCoin .secC h4 {
  margin: 40px 0 16px;
}

.mainCoin .secC p {
  margin: 0 0 16px;
}

.mainCoin .secC span {
  color: #63acd5;
}

.mainCoin .secC table {
  width: 100%;
  margin: 0 0 16px;
}

.mainCoin .secC table th,
.mainCoin .secC table td {
  width: 20%;
  padding: .4em 1em;
  text-align: center;
  border: 1px solid #d0d4d6;
}

.mainCoin .secC table td {
  background: #fff;
}

.mainCoin .secC table th:nth-of-type(1) {
  background: #acd8f0;
}

.mainCoin .secC table th:nth-of-type(2) {
  background: #c2e2f4;
}

.mainCoin .secC table th:nth-of-type(3) {
  background: #d6eefb;
}

.mainCoin .secC table th:nth-of-type(4) {
  background: #dbe5ea;
}

.mainCoin .secC table th:nth-of-type(5) {
  background: #d0d4d6;
}

.mainCoin .secD h3 {
  height: 48px;
  margin: 0 0 24px;
  padding: 24px 0 0 80px;
  background: url(/diamond/images/bg_secd.png) left center no-repeat;
}

.mainCoin .sec-kaitori-coin {}

.mainCoin .sec-kaitori-coin .kaitori-coin-border {
  width: 860px;
  height: 32px;
  margin: 20px 0;
  border-radius: 5px;
  background: #78635a;
}

.mainCoin .sec-kaitori-coin .kaitori-coin-row {
  overflow: hidden;
}

.mainCoin .sec-kaitori-coin .kaitori-coin-overview {
  float: left;
  width: 288px;
  margin-bottom: 20px;
}

.mainCoin .sec-kaitori-coin .kaitori-coin-img {
  text-align: center;
}

.mainCoin .sec-kaitori-coin .kaitori-coin-table {
  width: 288px;
  margin-top: 20px;
  border-bottom: 1px dotted #8e7e73;
  border-collapse: collapse;
  color: #8e7e73;
}

.mainCoin .sec-kaitori-coin .kaitori-coin-table th {
  padding: 10px 5px 10px 0;
  border-top: 1px dotted #8e7e73;
  text-align: left;
}

.mainCoin .sec-kaitori-coin .kaitori-coin-table td {
  padding: 10px 0 10px 5px;
  border-top: 1px dotted #8e7e73;
  text-align: left;
}

.mainCoin .sec-kaitori-coin .kaitori-coin-detail {
  float: right;
  width: 500px;
  margin-bottom: 20px;
}

.mainCoin .sec-kaitori-coin .kaitori-coin-name-pc {
  margin: 15px 0 30px;
  color: #593516;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.mainCoin .sec-kaitori-coin .kaitori-coin-name-sp {
  display: none;
}

.mainCoin .sec-kaitori-coin .kaitori-coin-description {
  padding: 30px;
  border-radius: 10px;
  background: #f5f2ed;
}

.mainCoin .sec-kaitori-coin .kaitori-coin-feature {
  margin: 0 0 20px;
  color: #db587a;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.mainCoin .sec-kaitori-coin .kaitori-coin-description p {
  margin: 0;
}

.mainCoin .sec-kaitori-coin .red {
  color: #e44b4b;
}

.mainCoin .sec-uru-point {}

.mainCoin .sec-uru-point .point-box {
  border-bottom: 1px solid #e0e0e0;
}

.mainCoin .sec-uru-point .point-box h4 {
  overflow: hidden;
}

.mainCoin .sec-uru-point .point-box h4 img {
  float: left;
  margin-right: 20px;
}

.mainCoin .sec-uru-point .point-box h4 span {
  display: inline-block;
  float: left;
  margin-top: 10px;
  color: #8fc323;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5;
}

.mainCoin .sec-uru-point .point-box-description {
  padding: 20px;
}

/* ================ /404/ ================ */
.main404 {
  margin-top: 160px !important;
}

/* ================ /notis/ ================ */
.notice-txt {
  margin: 16px 0 0 0;
  color: #e44b4b;
}

/* ================ /gold/, /jewelry/ ================ */
.mainPage .recentNews {
  position: relative;
  margin: 0 0 40px;
}

.mainPage .recentNews h2 {
  height: 32px;
  margin: 0 0 24px;
  padding: 16px 0 0 48px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .1em;
  background: url(/images/bg_home_newsheader.png) left top no-repeat;
  background-size: 40px;
  position: relative;
}

.mainPage .recentNews h2 span {
  color: #e36315;
}

.mainPage .recentNews h2:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainPage .recentNews .newsList li {
  margin: 0 0 8px;
  border: 1px solid #ccc;
  background: url(/images/bg_home_newslist.png) 98% center no-repeat #fff;
  border-radius: 8px;
}

.mainPage .recentNews .newsList li .news_tmb {
  width: 100px;
  height: 100px;
  margin: 8px;
  float: left;
}

.mainPage .recentNews .newsList li .news_tmb img {
  width: 100px;
  height: 100px;
}

.mainPage .recentNews .newsList li .news_detail {
  width: 680px;
  margin: 16px 16px 16px 0;
  color: #000;
  float: left;
}

.mainPage .recentNews .newsList li .news_detail time {
  margin: 0 0 8px;
  /*font-style: italic;*/
  font-weight: bold;
  color: #8fc323;
  display: block;
}

.mainPage .recentNews .newsList li .news_detail h3 {
  margin: 0 0 8px;
  font-weight: 700;
  color: #f86d3f;
  text-decoration: underline;
}

.mainPage .recentNews .newsList li .news_detail p {
  line-height: 1.6;
}

.mainPage .recentNews .newsList li {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.mainPage .recentNews .newsList li:hover {
  background: url(/images/bg_home_newslist.png) 99% center no-repeat #fff;
  border: 1px solid #68360a;
}

.mainPage .recentNews .newsNav {
  list-style: none;
  position: absolute;
  right: 0;
  top: 0;
}

.mainPage .recentNews .newsNav li {
  margin: 0 0 0 8px;
  display: inline-block;
}

.mainPage .recentNews .newsNav li a {
  width: 160px;
  padding: 12px 0 8px;
  font-family: "heisei-maru-gothic-std";
  color: #fff;
  /*color: #68360a;*/
  display: block;
  border: 2px solid #68360a;
  border-radius: 40px;
  text-align: center;
  background: url(/images/bg_common_arrow_on.png) 16px center no-repeat #68360a;
}

.mainPage .recentNews .newsNav li a:hover {
  /*color: #fff;*/
  background: url(/images/bg_common_arrow_on.png) 24px center no-repeat #68360a;
}

/* 20200420追加 */
.emergency {
  color: #f00;
  line-height: 2em;
  background: #fff;
  border: 1px solid #f00;
  margin: 30px;
  padding: 10px 30px;
}

.emergency h2 {
  color: #f00;
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0;
}

/* -------------
 -----------------LINE --------------
 ---------------*/
.mainLine {
  margin: 160px auto 40px !important;
}

.mainLine section {
  margin: 0 0 40px;
}

.mainLine section h2 {
  margin: 0 0 24px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .1em;
  position: relative;
}

.mainLine section h2:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainLine h3 {
  margin: 0 0 18px;
  padding: .4em 1em .2em;
  font-weight: 400;
  color: #FFF;
  background-color: #5C3E27;
  border-radius: 4px;
  font-size: 18px;
}

.mainLine {
  line-height: 1.8;
}

.mainLine .secA ul {
  margin: 0 0 1.5em 0;
  list-style: none;
  line-height: 2.0;
}

.mainLine .secA ul li {
  padding: 0 0 0 2.5em;
  position: relative;
}

.mainLine .secA ul li:before,
.mainLine .secA ul li:after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mainLine .secA ul li:before {
  top: 0.3em;
  left: 0.2em;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(136, 178, 66, 0.5);
}

.mainLine .secA ul li:after {
  top: 0.5em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(147, 185, 83, 0.5);
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.mainLine .secA .text_area {
  float: left;
  width: 680px;
}

.mainLine .secA .text_area strong {
  font-size: 18px;
  color: #68360A;
  margin: 0 0 0.3em;
  display: inline-block;
}

.mainLine .secA img {
  float: right;
  width: 154px;
  border: 3px solid #fff;
  box-shadow: 0 0 5px #ccc;
}

.mainLine .secB .line_sponly,
.mainLine .secC .line_sponly {
  display: none;
}

.mainLine .secB .line_alert {
  margin-top: 15px;
}

.mainLine .secB .line_p-red {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #e44b4b;
}

.mainLine .secB .line_p-red span {
  text-decoration: underline;
}

.mainLine .secC img {
  margin: 10px auto;
}

@media screen and (min-width:768px) {
  .mainLine .secB .line_pconly a {
    pointer-events: none;
  }
}

.mainLine .secC .mb20 {
  margin: 0 0 20px;
}

.mainLine .secC .mt5 {
  margin: 5px 0 0;
}

.mainLine .secC .flow_box {
  padding: 1em 0 50px;
  background-image: url(../line/images/arrow.png);
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: 50px 40px;
}

.mainLine .secC .flow_box.flow3 {
  background-image: none;
}

.mainLine .secC .flow_box dl {
  margin: 0 0 1em;
  float: left;
  width: 600px;
}

.mainLine .secC .flow_box dt {
  font-weight: bold;
  font-size: 20px;
  color: #698A33;
  padding: 0 0 0 55px;
  margin: 0 0 0.8em;
  position: relative;
}

.mainLine .secC .flow_box dt:before {
  font-size: 3em;
  color: #C5CFAB;
  font-family: 'Goudy Bookletter 1911', Georgia, serif;
  font-style: italic;
  position: absolute;
  left: 5px;
  top: 0;
  top: 50%;
  transform: translateY(-58%);
}

.mainLine .secC .flow_box.flow1 dt:before {
  content: "1";
}

.mainLine .secC .flow_box.flow2 dt:before {
  content: "2";
}

.mainLine .secC .flow_box.flow3 dt:before {
  content: "3";
}

.mainLine .secC .flow_box ol {
  margin: 0 0 0 2em;
  line-height: 2.0;
}

.mainLine .secC .flow_box img {
  float: right;
  width: 240px;
  border-radius: 10px;
  box-shadow: 2px 2px 5px #ccc;
  border: 2px solid #CBB099;
}

.mainLine .secC .att_box p strong {
  font-size: 18px;
}

.mainLine #aside .brandList ul li a span,
.mainLine #aside .genreList ul li a span{
  line-height: 1;
}


/* ================ /mainOter_bag  20201206/ ================ */

.mainOter_bag .secA,
.mainOter_bag .secB,
.mainOter_bag .secC,
.mainOter_bag .secD,
.mainOter_bag .secE,
.mainOter_bag .secF {
  margin: 0 0 40px;
  position: relative;
}

.mainOter_bag .secA p,
.mainOter_bag .secB p,
.mainOter_bag .secC p,
.mainOter_bag .secD p,
.mainOter_bag .secE p,
.mainOter_bag .secF p {
  line-height: 1.8;
}

.mainOter_bag .secA h3,
.mainOter_bag .secB h3,
.mainOter_bag .secC h3,
.mainOter_bag .secD h3,
.mainOter_bag .secE h3,
.mainOter_bag .secF h3,
.mainOter_bag .secG h3 {
  margin: 0 0 24px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .1em;
  position: relative;
}

.mainOter_bag .secA h3:after,
.mainOter_bag .secD h3:after,
.mainOter_bag .secE h3:after,
.mainOter_bag .secF h3:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainOter_bag .secA h3 {
  margin: 0 0 24px;
}

.mainOter_bag .secA h3 span {
  color: #e36315;
}

.mainOter_bag .secB .bl_item {
  margin-bottom: 32px;
}


/* 買取事例 */
.mainOter_bag .secC {
  letter-spacing: -.4em;
}

.mainOter_bag .secC>h3 {
  color: #FFF;
  background-color: #78635A;
  padding: 6px 6px 3px 16px;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
}

.mainOter_bag .secC .brand_list_wrap {
  width: 159px;
  margin: 0 16px 24px 0;
  display: inline-block;
  vertical-align: top;
  letter-spacing: initial;
}

.mainOter_bag .secC .brand_list_wrap:nth-of-type(5n) {
  margin-right: 0;
}

.mainOter_bag .secC .brand_list_wrap h4 {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0px;
  display: block;
  word-break: break-all;
  padding-top: 10px;
  padding-left: 0px;
  overflow: hidden;
  height: 48px;
  letter-spacing: normal;
}

.mainOter_bag .secC .brand_list_wrap h5 {
  font-size: 12px;
  color: #5C3E27;
}

.mainOter_bag .secC .brand_list_wrap p {
  font-size: 11px;
  padding-top: 0px;
  line-height: 14px;
  letter-spacing: normal;
}

.mainOter_bag .secC .brand_list_wrap p .price {
  font-size: 13px;
  font-weight: bold;
  color: #660000;
}

.mainOter_bag .secC .brand_list_wrap img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.mainOter_bag .secC .brand_list_wrap .new_icon {
  position: absolute;
  z-index: 3;
}

.mainOter_bag .secC .brand_list_wrap ul {
  display: inline;
}

.mainOter_bag .secC .brand_list_wrap .post-categories a {
  font-size: 12px;
}

.mainOter_bag .secC .brand_list_wrap {
  font-size: 12px;
  color: #604C4E;
}

.mainOter_bag .secC .brand_list_wrap li {
  display: inline;
}

.mainOter_bag .secC h3 .txtm {
  margin: 0 0 0 1em;
  font-size: 12px;
  /*	display: none;*/
}

.mainOter_bag .secD {
  margin-top: 2em;
  letter-spacing: 0em;
}

.mainOter_bag .secD h4 {
  margin: 0 0 8px;
  padding: .4em 1em .2em;
  font-weight: 400;
  color: #FFF;
  background-color: #5C3E27;
  border-radius: 4px;
}

.mainOter_bag .secD h4 {
  margin: 0 0 8px;
  padding: .4em 1em .2em;
  font-weight: 400;
  color: #FFF;
  background-color: #5C3E27;
  border-radius: 4px;
}

.mainOter_bag .secD table tr td {
  font-size: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 50%;
  background-image: url(/brand/images/icon02.png);
  background-repeat: no-repeat;
  background-position: 5px 10px;
  padding-left: 15px;
  color: #5C3E27;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #B0A299;
}

.mainOter_bag .secD table {
  width: 100%;
  margin-bottom: 30px;
}

.mainOter_bag .secD table tr .nobg {
  background-image: none;
}

.bl_item_list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.bl_item_list .brand_list_wrap {
  width: 202px;
  margin: 0 17px 24px 0;
  /*display: inline-block;*/
  vertical-align: top;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.bl_item_list .brand_list_wrap:nth-child(4n) {
  margin: 0 0px 24px 0;
}

.bl_item_list .brand_list_wrap img {
  width: 200px;
  height: auto;
}

.bl_item_list .brand_list_wrap:nth-of-type(4n) {
  margin: 0 0 24px;
}


.bl_item_list .brand_list_wrap a {
  color: #222 !important;
  text-decoration: none !important;
}

.bl_item_list .brand_list_wrap h4 {
  margin: 4px 0 4px;
  clear: both;
  font-size: 12px !important;
  font-weight: 800;
  /*color: #f86d3f;*/
}

.bl_item_list .brand_list_wrap h5 {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 400;
  color: #bca970;
}

.bl_item_list .brand_list_wrap p {
  /*color: #77665B;*/
  font-size: 12px;
  line-height: 1.6;
}

.bl_item_list .brand_list_wrap a {
  color: #f86d3f !important;
  font-weight: bold;
  text-decoration: underline;
}

.bl_item_list .brand_list_wrap a img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
}

.bl_item_list .brand_list_wrap a>img {
  width: 202px;
  height: 202px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
  background: #fff;
  transition: all 0.4s;
}

.bl_item_list .brand_list_wrap a>img:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

.bl_item_list .brand_list_wrap>h4 {
  padding-top: 10px;
  font-size: 16px;
  color: #5C3E27;
}

.bl_item_list .brand_list_wrap p {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0px;
  display: block;
  word-break: break-all;
  padding-top: 10px;
  padding-left: 0px;
  overflow: hidden;
  height: 48px;
  letter-spacing: normal;
}

.bl_item_list .brand_list_wrap p a {
  color: #f86d3f;
}

.bl_item_list .brand_list_wrap h5 {
  font-size: 12px;
  color: #5C3E27;
}


.bl_item_list .brand_list_wrap p .price {
  font-size: 13px;
  font-weight: bold;
  color: #660000;
}

.bl_item_exp_link li {
  list-style-type: none;
  text-align: center;
}

.bl_item_exp_link li .btn {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

/* 20201209 シャネル・ヴィトン 買取ガイド--------------------- */
#guide {
  line-height: 1.6;
}

#guide img.ex_img {
  max-width: 245px;
  padding: 1em;
}

/* #guide h3{
	font-size: 28px;
  	color: #50351F;
  	font-weight: 500;
	position: relative;
	padding-right: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#guide h3::after {
	content: '';
    position: absolute;
    top: 50%;
    right: -21px;
    width: calc(100% - 12em);
    height: 1px;
    background-color: #50351F;
} */
#guide h3 {
  margin-bottom: 20px;
}

#guide h3 img {}

#guide strong {
  color: #689D04;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 15px;
  display: block;
}

#guide .teal_l {
  text-align: right;
}

#guide table {
  margin: 1em 0 1.5em;
  background: rgba(247, 244, 237, 0.7);
  border-radius: 10px;
}

#guide table th {
  padding: 1em 15px;
  font-size: 16px;
  color: #689D04;
  font-family: YuGothic, 'Yu Gothic', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#guide table td {
  padding: 1em;
}

#guide table td .fs12 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #689D04;
}

#guide .mb1 {
  margin: 0 0 1em;
}

.clear_fl {
  clear: both;
}


/* ================ /jewelry  20200107/ ================ */

.main_jewelry .secA,
.main_jewelry .secB,
.main_jewelry .secC,
.main_jewelry .secD,
.main_jewelry .secE,
.main_jewelry .secF {
  margin: 0 0 40px;
  position: relative;
}

.main_jewelry .secA p,
.main_jewelry .secB p,
.main_jewelry .secC p,
.main_jewelry .secD p,
.main_jewelry .secE p,
.main_jewelry .secF p {
  line-height: 1.8;
}

.main_jewelry .secA h3,
.main_jewelry .secB h3,
.main_jewelry .secC h3,
.main_jewelry .secD h3,
.main_jewelry .secE h3,
.main_jewelry .secF h3,
.main_jewelry .secG h3 {
  margin: 0 0 24px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .1em;
  position: relative;
}

.main_jewelry .secA h3:after,
.main_jewelry .secD h3:after,
.main_jewelry .secE h3:after,
.main_jewelry .secF h3:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.main_jewelry .secA h3 {
  margin: 0 0 24px;
}

.main_jewelry .secA h3 span {
  color: #e36315;
}

.main_jewelry .secB .bl_item {
  margin-bottom: 32px;
}


/* 買取事例 */
.main_jewelry .secC {
  letter-spacing: -.4em;
}

.main_jewelry .secC>h3 {
  color: #FFF;
  background-color: #78635A;
  padding: 6px 6px 3px 16px;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
}

.main_jewelry .secC .brand_list_wrap {
  width: 159px;
  margin: 0 16px 24px 0;
  display: inline-block;
  vertical-align: top;
  letter-spacing: initial;
}

.main_jewelry .secC .brand_list_wrap:nth-of-type(5n) {
  margin-right: 0;
}

.main_jewelry .secC .brand_list_wrap h4 {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0px;
  display: block;
  word-break: break-all;
  padding-top: 10px;
  padding-left: 0px;
  overflow: hidden;
  height: 48px;
  letter-spacing: normal;
}

.main_jewelry .secC .brand_list_wrap h5 {
  font-size: 12px;
  color: #5C3E27;
}

.main_jewelry .secC .brand_list_wrap p {
  font-size: 11px;
  padding-top: 0px;
  line-height: 14px;
  letter-spacing: normal;
}

.main_jewelry .secC .brand_list_wrap p .price {
  font-size: 13px;
  font-weight: bold;
  color: #660000;
}

.main_jewelry .secC .brand_list_wrap img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.main_jewelry .secC .brand_list_wrap .new_icon {
  position: absolute;
  z-index: 3;
}

.main_jewelry .secC .brand_list_wrap ul {
  display: inline;
}

.main_jewelry .secC .brand_list_wrap .post-categories a {
  font-size: 12px;
}

.main_jewelry .secC .brand_list_wrap {
  font-size: 12px;
  color: #604C4E;
}

.main_jewelry .secC .brand_list_wrap li {
  display: inline;
}

.main_jewelry .secC h3 .txtm {
  margin: 0 0 0 1em;
  font-size: 12px;
  /*	display: none;*/
}

.main_jewelry .secD {
  margin-top: 2em;
  letter-spacing: 0em;
}

.main_jewelry .secD h4 {
  margin: 0 0 8px;
  padding: .4em 1em .2em;
  font-weight: 400;
  color: #FFF;
  background-color: #5C3E27;
  border-radius: 4px;
}

.main_jewelry .secD h4 {
  margin: 0 0 8px;
  padding: .4em 1em .2em;
  font-weight: 400;
  color: #FFF;
  background-color: #5C3E27;
  border-radius: 4px;
}

.main_jewelry .secD table tr td {
  font-size: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 50%;
  background-image: url(/brand/images/icon02.png);
  background-repeat: no-repeat;
  background-position: 5px 10px;
  padding-left: 15px;
  color: #5C3E27;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #B0A299;
}

.main_jewelry .secD table {
  width: 100%;
  margin-bottom: 30px;
}

.main_jewelry .secD table tr .nobg {
  background-image: none;
}

.main_jewelry .secD h3 .txtm {
  margin: 0 0 0 1em;
  font-size: 12px;
  /*	display: none;*/
}

/* ================ /watch  20200107/ ================ */

.main_watch .secA,
.main_watch .secB,
.main_watch .secC,
.main_watch .secD,
.main_watch .secE,
.main_watch .secF {
  margin: 0 0 40px;
  position: relative;
}

.main_watch .secA p,
.main_watch .secB p,
.main_watch .secC p,
.main_watch .secD p,
.main_watch .secE p,
.main_watch .secF p {
  line-height: 1.8;
}

.main_watch .secA h3,
.main_watch .secB h3,
.main_watch .secC h3,
.main_watch .secD h3,
.main_watch .secF h3,
.main_watch .secG h3 {
  margin: 0 0 24px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .1em;
  position: relative;
}

.main_watch .secA h3:after,
.main_watch .secD h3:after,
.main_watch .secF h3:after {
  width: 860px;
  height: 2px;
  content: "";
  display: block;
  background: url(/images/bg_home_headerline.png) left top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.main_watch .secA h3 {
  margin: 0 0 24px;
}

.main_watch .secA h3 span {
  color: #e36315;
}

.main_watch .secA img.watch_secA_photo {
  width: 390px;
  height: auto;
  display: block;
  margin: 16px 0;
}

.main_watch .secE .bl_text {
  padding: 25px 20px 25px 20px;
  background: rgba(255, 255, 255, 0.3);
  /*box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);*/
  border: 1px #cccccc solid;
  margin-bottom: 50px;
}

.main_watch .secE .bl_text img {
  float: left;
  width: 200px;
  height: auto;
}

.main_watch .secE .bl_text p {
  margin-left: 230px;
}

.main_watch .secE .bl_text h4 {
  display: inline-block;
  margin: 12px 0 12px 30px;
  padding: 5px 10px;
  background-color: #e36315;
  color: #ffffff;
  font-size: 16px;
}

.main_watch .secE h3 {
  padding: 12px 15px 10px 15px;
  margin: 0 0 24px;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .1em;
  background-color: #68360a;
  color: #ffffff;
}

.main_watch .secE h3>span {
  color: #ffff00;
}



.main_watch .secB .bl_item {
  margin-bottom: 32px;
}


/* 買取事例 */
.main_watch .secC {
  letter-spacing: -.4em;
}

.main_watch .secC>h3 {
  color: #FFF;
  background-color: #78635A;
  padding: 6px 6px 3px 16px;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
}

.main_watch .secC .brand_list_wrap {
  width: 159px;
  margin: 0 16px 24px 0;
  display: inline-block;
  vertical-align: top;
  letter-spacing: initial;
}

.main_watch .secC .brand_list_wrap:nth-of-type(5n) {
  margin-right: 0;
}

.main_watch .secC .brand_list_wrap h4 {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0px;
  display: block;
  word-break: break-all;
  padding-top: 10px;
  padding-left: 0px;
  overflow: hidden;
  height: 48px;
  letter-spacing: normal;
}

.main_watch .secC .brand_list_wrap h5 {
  font-size: 12px;
  color: #5C3E27;
}

.main_watch .secC .brand_list_wrap p {
  font-size: 11px;
  padding-top: 0px;
  line-height: 14px;
  letter-spacing: normal;
}

.main_watch .secC .brand_list_wrap p .price {
  font-size: 13px;
  font-weight: bold;
  color: #660000;
}

.main_watch .secC .brand_list_wrap img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.main_watch .secC .brand_list_wrap .new_icon {
  position: absolute;
  z-index: 3;
}

.main_watch .secC .brand_list_wrap ul {
  display: inline;
}

.main_watch .secC .brand_list_wrap .post-categories a {
  font-size: 12px;
}

.main_watch .secC .brand_list_wrap {
  font-size: 12px;
  color: #604C4E;
}

.main_watch .secC .brand_list_wrap li {
  display: inline;
}

.main_watch .secC h3 .txtm {
  margin: 0 0 0 1em;
  font-size: 12px;
  /*	display: none;*/
}

.main_watch .secD {
  margin-top: 2em;
  letter-spacing: 0em;
}

.main_watch .secD h4 {
  margin: 0 0 8px;
  padding: .4em 1em .2em;
  font-weight: 400;
  color: #FFF;
  background-color: #5C3E27;
  border-radius: 4px;
}

.main_watch .secD h4 {
  margin: 0 0 8px;
  padding: .4em 1em .2em;
  font-weight: 400;
  color: #FFF;
  background-color: #5C3E27;
  border-radius: 4px;
}

.main_watch .secD table tr td {
  font-size: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 50%;
  background-image: url(/brand/images/icon02.png);
  background-repeat: no-repeat;
  background-position: 5px 10px;
  padding-left: 15px;
  color: #5C3E27;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #B0A299;
}

.main_watch .secD table {
  width: 100%;
  margin-bottom: 30px;
}

.main_watch .secD table tr .nobg {
  background-image: none;
}

.main_watch .secD h3 .txtm {
  margin: 0 0 0 1em;
  font-size: 12px;
  /*	display: none;*/
}

/* 20250328 営業日カレンダーへのリンク */
#calendar {
  margin-top: -180px !important;
  padding-top: 180px;
}

/* 20250328 アクセスページに店舗情報追加 */

.access-info {
  margin-top: 20px;
  line-height: 1.75;
}