@charset "utf-8";
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 {
  display: block;
}
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;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
object, embed {
  vertical-align: middle;
}
legend {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
img, abbr, acronym, fieldset {
  border: 0 none;
}
img {
  vertical-align: middle;
}
ul li {
  list-style-type: none;
}
/*----------------------------------------------------
  共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
  overflow-y: scroll;
}
input, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
/* for IE6 */
* html body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
/* リンク
----------------------------------------------------*/
a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
/* 汎用
----------------------------------------------------*/
/* clear clerfix */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.content:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.content, .clearfix {
  zoom: 1;/* for IE5.5 - IE7 */
}
/*box-sizing */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
  font-size: 14px;
  background: #f2e7e2;
  line-height: 25.2px;
}
/*----------------------------------------------------
  各ページスタイル
----------------------------------------------------*/

/* 共通
-----------------------------------------------------------------------------------------------*/

#contents:after, #contents_low:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
a.trance:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}


/*----------------------------------------------------
  PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
#index p, #category p, #page p {
    margin: 10px 20px;
}    
.sp {
  display: none!important;
}
#contents {
  margin: 20px auto;
  max-width: 1000px;
  width: 100%;
}
#index, #category, #page {
  float: left;
  max-width: 720px;
  width: 72%;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 3%;
  color: #444444;
}
#side {
  float: right;
  max-width: 240px;
  width: 26%;
}
.inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
/* header */
#header .mainArea {
  background: url(img/head_bg.png) no-repeat center bottom #fff;
  text-align: center;
  padding: 25px 0;
  text-align: center;
}
#header .mainArea .sitename {
  box-sizing: border-box;
  font-size: 28px;
  color: #333333;
  max-width: 513px;
  min-height: 69px;
  width: 100%;
  line-height: 1.2;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: url(img/head_sitename.png) no-repeat center;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}
#header .mainArea .sitename a {
  text-decoration: none;
  color: #333333;
}
#header .mainArea .sitename a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}
#header .mainArea .txt {
  font-size: 12px;
  color: #333333;
}
/* nav */
#header nav {
  background-color: #cd698f;
}
#header nav ul {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
#header nav ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  position: relative;
}
#header nav ul li:after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 1px;
  height: 70%;
  border-right: dashed 1px #fff;
}
#header nav ul li:first-child:before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 1px;
  height: 70%;
  border-left: dashed 1px #fff;
}
#header nav ul li a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  padding: 15px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 70px;
}
#header nav ul li a:hover {
  background-color: #c0aa7a;
}
/* mv-wrap */
.mv-wrap {
  background-color: #f4e5ea;
  position: relative;
  min-height: 400px;
  display: flex;
  margin-bottom: 55px;
}
.mv-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(img/mv_l.png) no-repeat top left;
  background-size: auto 100%;
  top: 0;
  left: 0;
}
.mv-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(img/mv_r.png) no-repeat top right;
  background-size: auto 100%;
  top: 0;
  right: 0;
}
.mv-wrap .mv-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  
  background-size: auto 100%;
  box-sizing: border-box;
  padding: 60px 5%;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mv-wrap .mv-inner .mv {
  width: 100%;
  max-width: 521px;
  background: url(img/mv_flame_bg.png) repeat-y top left;
  background-size: 100% auto;
  padding: 0 60px;
  position: relative;
}
.mv-wrap .mv-inner .mv:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  background: url(img/mv_flame_t.png) no-repeat top left;
  background-size: 100% auto;
  top: -40px;
  left: 0;
}
.mv-wrap .mv-inner .mv:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  background: url(img/mv_flame_b.png) no-repeat top left;
  background-size: 100% auto;
  bottom: -40px;
  left: 0;
}
.mv-wrap .mv-inner .mv .mv-title h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dashed 2px #d4b6b0;
}
/* pankuzu */
#pankuzu {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  padding: 20px 0 0;
}
/* side */
#side .side_freespace {
  background: url(img/side_freespace.png) repeat-y top left;
  background-size: 100% auto;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
#side .side_freespace:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/side_freespace_t.png) no-repeat top left;
  background-size: 100% auto;
  width: 100%;
  height: 228px;
}
#side .side_freespace:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(img/side_freespace_b.png) no-repeat bottom left;
  background-size: 100% auto;
  width: 100%;
  height: 227px;
}
#side .side_freespace img {
  max-width: 100%;
}
#side .side_freespace dl {
  position: relative;
  z-index: 2;
  padding: 45px 15% 30px;
}
#side .side_freespace dl:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background: url(img/side_freespace_ribon_t.png) no-repeat top left;
  background-size: 100% auto;
  width: 108px;
  height: 108px;
}
#side .side_freespace dl:after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: -7px;
  background: url(img/side_freespace_ribon_b.png) no-repeat top left;
  background-size: 100% auto;
  width: 71px;
  height: 71px;
}
#side .side_freespace dl dt a {
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #5a4067;
  line-height: 1.4;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: block;
  border-bottom: double 4px #cfa972;
}
#side .side_freespace dl dt a:hover {
  color: #c5a456;
}
#side .side_freespace dl dd p {
  margin: 10px 0;
}
#side .side_freespace .btn {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border: solid 2px #5a4067;
  text-align: center;
  padding: 10px 30px 8px 10px;
  display: block;
  margin-top: 15px;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#955d9a), to(#6a336f));
  background: -webkit-linear-gradient(top, #955d9a, #6a336f);
  background: -moz-linear-gradient(top, #955d9a, #6a336f);
  background: -o-linear-gradient(top, #955d9a, #6a336f);
  background: linear-gradient(to bottom, #955d9a, #6a336f);
}
#side .side_freespace .btn:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 13px;
  height: 13px;
  background: url(img/arr_white.png) no-repeat center;
  background-size: 100% auto;
  margin-top: -6.5px;
}
#side .side_freespace .btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#c7b387), to(#a98d5a));
  background: -webkit-linear-gradient(top, #c7b387, #a98d5a);
  background: -moz-linear-gradient(top, #c7b387, #a98d5a);
  background: -o-linear-gradient(top, #c7b387, #a98d5a);
  background: linear-gradient(to bottom, #c7b387, #a98d5a);
  border: solid 2px #b28850;
}
#side .category_list {
  max-width: 240px;
  width: 100%;
  margin: 30px auto;
}
#side .category_list .ttl a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background-color: #cd698f;
  text-decoration: none;
  padding: 20px;
}
#side .category_list .ttl a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}
#side .category_list ul {
  margin: 0;
}
#side .category_list ul li {
  margin: 0;
  padding: 0;
  background: #fff;
  border-top: dashed 1px #cd698f;
}
#side .category_list ul li:first-child {
  border-top: none;
}
#side .category_list ul li a {
  display: block;
  padding: 20px 50px 20px 20px;
  text-decoration: none;
  color: #030303;
  background: url(img/side_arr.png) no-repeat right 25px center;
}
#side .category_list ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}
#side .category_list ul li.sub_cat_top a {
        background-color: #FFF5F2;
}
/* footer */
#footer {
  background-color: #e6cdcc;
  margin-top: 130px;
}
#footer .inner {
  position: relative;
  padding: 30px 0;
}
#footer .inner .pagetop.pc {
  display: block;
  position: absolute;
  top: -120px;
  right: 0;
  width: 100px;
  height: 100px;
  background: url(img/pagetop_hover.png) no-repeat center;
  background-size: 100% auto;
}
#footer .inner .pagetop img {
  max-width: 100%;
}
#footer .inner .pagetop:hover img {
  display: none;
}
#footer .inner .category_list .ttl {
  background: url(img/foot_ttl.png) no-repeat bottom right;
}
#footer .inner .category_list .ttl a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  padding: 15px 25px;
  color: #5a4067;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  background: url(img/foot_arr_01.png) no-repeat left center;
  background-size: 13px auto;
}
#footer .inner .category_list .ttl:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}
#footer .inner .category_list ul {
  display: flex;
  flex-wrap: wrap;
}
#footer .inner .category_list ul li {
  width: 20%;
}
#footer .inner .category_list ul li a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 15px 15px 15px 40px;
  background: url(img/foot_arr_02.png) no-repeat left 15px center;
  background-size: 13px auto;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 100%;
}
#footer .inner .category_list ul li a:hover {
  text-decoration: underline;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}
#footer .inner .sitemap_link {
  text-align: right;
  margin: 30px 0;
  padding-right: 80px;
}
#footer .inner .sitemap_link a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-left: 40px;
  background: url(img/foot_arr_02.png) no-repeat left 15px center;
  background-size: 16px auto;
  color: #333333;
  font-weight: bold;
  box-sizing: border-box;
  font-size: 12px;
}
#footer .inner .sitemap_link:hover {
  text-decoration: none;
}
#footer .inner .disclaimer {
  background-color: #ddaab7;
  padding: 15px 20px;
  color: #ffffff;
  font-size: 12px;
}
#footer .copy {
  background-color: #cd698f;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  padding: 3px;
}
#footer .copy a {
  color: #ffffff;
  text-decoration: none;
}
#footer .copy a:hover {
  text-decoration: underline;
}
/* parts home */
#index h2 {
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333333;
  font-size: 30px;
  padding: 30px 50px 28px;
  background: url(img/h2_bg.png) repeat-y top left;
  position: relative;
  text-align: center;
}
#index h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/h2_t.png) no-repeat top 5px left;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
}
#index h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(img/h2_b.png) no-repeat bottom 5px left;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
}
#index h3 {
  margin: 40px 0 20px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333333;
  font-size: 28px;
  border-bottom: solid 3px #b09559;
  border-top: solid 3px #b09559;
  padding: 20px 20px 18px;
  position: relative;
}
#index h3:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b09559;
}
#index h3:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b09559;
}
#index h4 {
  margin: 40px 0 20px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333333;
  font-size: 24px;
  background: url(img/h4_bg.png) no-repeat bottom left #fff5f2;
  padding: 15px 15px 13px 45px;
}
#index h5 {
  margin: 40px 0 20px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #cb5181;
  font-size: 20px;
  padding: 0 15px 15px;
  background: url(img/h5_bg.png) no-repeat bottom left;
}
/* parts lower */
#category h1, #page h1 {
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333333;
  font-size: 30px;
  padding: 30px 50px 28px;
  background: url(img/h2_bg.png) repeat-y top left;
  position: relative;
  text-align: center;
}
#category h1:before, #page h1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/h2_t.png) no-repeat top 5px left;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
}
#category h1:after, #page h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(img/h2_b.png) no-repeat bottom 5px left;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
}
#category h2, #page h2 {
  margin: 40px 0 20px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333333;
  font-size: 28px;
  border-bottom: solid 3px #b09559;
  border-top: solid 3px #b09559;
  padding: 20px 20px 18px;
  position: relative;
}
#category h2:before, #page h2:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b09559;
}
#category h2:after, #page h2:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b09559;
}
#category h3, #page h3 {
  margin: 40px 0 20px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333333;
  font-size: 24px;
  background: url(img/h4_bg.png) no-repeat bottom left #fff5f2;
  padding: 15px 15px 13px 45px;
}
#category h4, #page h4 {
  margin: 40px 0 20px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #cb5181;
  font-size: 20px;
  padding: 0 15px 15px;
  background: url(img/h5_bg.png) no-repeat bottom left;
}
/* parts all */
#contents ul {
  margin: 40px 0;
}
#contents ul > li {
  padding-left: 30px;
  margin-bottom: 5px;
  background: url(img/ul.png) no-repeat top 5px left;
  background-size: 22px auto;
}
#contents ol {
  counter-reset: li;
  list-style: none;
  margin: 40px 0;
}
#contents ol > li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
  counter-reset: section;
  list-style-type: none;
}
#contents ol > li:before {
  content: "0"counter(li);
  counter-increment: li;
  position: absolute;
  left: 4px;
  top: 0;
  font-weight: bold;
  font-size: 15px;
  color: #cb5181;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#contents .rank, #contents .recommend {
  margin: 40px 0 20px 45px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333333;
  font-size: 28px;
  padding: 15px 15px 13px 60px;
  position: relative;
        box-shadow: 0 0 0 1px #bc8c52, 0 0 0 3px #fff, 0 0 0 6px #bc8c52;
}
#contents .rank:before, #contents .recommend:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -45px;
  width: 88px;
  height: 95px;
  margin-top: -44px;
}
#contents .rank.rank1:before {
  background: url(img/rank1.png) no-repeat center;
  background-size: 88px auto;
}
#contents .rank.rank2:before {
  background: url(img/rank2.png) no-repeat center;
  background-size: 88px auto;
}
#contents .rank.rank3:before {
  background: url(img/rank3.png) no-repeat center;
  background-size: 88px auto;
}
#contents .rank.rank4:before {
  background: url(img/rank4.png) no-repeat center;
  background-size: 88px auto;
}
#contents .rank.rank5:before {
  background: url(img/rank5.png) no-repeat center;
  background-size: 88px auto;
}
#contents .recommend:before {
  background: url(img/recommend.png) no-repeat center;
  background-size: 80px auto;
}
#contents p span {
  font-weight: bold;
  color: #cb5181;
  font-size: 18px;
}
#contents .table-layout {
  margin: 40px 0;
}
#contents .table-layout table {
  width: 100%;
  table-layout: fixed;
}
#contents .table-layout table tr th, #contents .table-layout table tr td {
  text-align: center;
  word-break: break-all;
  vertical-align: middle;
  padding: 20px;
  border: solid 1px #8957a1;
  color: #333333;
}
#contents .table-layout table tr th {
  background-color: #dcd0e7;
  font-size: 16px;
  font-weight: bold;
}
#contents .float-wrap p {
        margin: 10px 0px;
}
#contents .float-wrap a {
  margin: 40px 0;
}
#contents .float-wrap .fl {
  float: left;
  margin-right: 20px;
}
#contents .float-wrap .fr {
  float: right;
  margin-left: 20px;
}
#contents .float-wrap .float-img {
        max-width: 240px;
  margin-top: 5px;
  margin-bottom: 10px;
}
#contents .float-wrap .float-img .flame {
  max-width: 240px;
  box-sizing: border-box;
  border: solid 2px #cb789c;
}
#contents .float-wrap .float-img .flame img {
  max-width: 100%;
}
#contents .float-wrap .float-img .caption {
  font-size: 10px;
  text-align: center;
  color: #999999;
  margin: 10px 0;
  line-height: 1.4;
        word-wrap: break-word;
}
#contents .btn-internal a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  padding: 20px 45px 18px 20px;
  display: block;
  margin: 40px auto;
  max-width: 320px;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ae9257), to(#845a28));
  background: -webkit-linear-gradient(top, #ae9257, #845a28);
  background: -moz-linear-gradient(top, #ae9257, #845a28);
  background: -o-linear-gradient(top, #ae9257, #845a28);
  background: linear-gradient(to bottom, #ae9257, #845a28);
}
#contents .btn-internal a:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url(img/arr_white.png) no-repeat center;
  background-size: 100% auto;
  margin-top: -8px;
}
#contents .btn-internal a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#7b7b7b), to(#595959));
  background: -webkit-linear-gradient(top, #7b7b7b, #595959);
  background: -moz-linear-gradient(top, #7b7b7b, #595959);
  background: -o-linear-gradient(top, #7b7b7b, #595959);
  background: linear-gradient(to bottom, #7b7b7b, #595959);
}
#contents .btn-internal a:hover:before {
  background: url(img/arr_white.png) no-repeat center;
  background-size: 100% auto;
}
#contents .btn-web a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border: solid 2px #a40035;
  text-align: center;
  padding: 20px 45px 18px 20px;
  display: block;
  margin: 40px auto;
  max-width: 320px;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#dc5a86), to(#c62f58));
  background: -webkit-linear-gradient(top, #dc5a86, #c62f58);
  background: -moz-linear-gradient(top, #dc5a86, #c62f58);
  background: -o-linear-gradient(top, #dc5a86, #c62f58);
  background: linear-gradient(to bottom, #dc5a86, #c62f58);
}
#contents .btn-web a:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url(img/arr_white.png) no-repeat center;
  background-size: 100% auto;
  margin-top: -8px;
}
#contents .btn-web a:hover {
  border: solid 2px #004986;
  background: -webkit-gradient(linear, left top, left bottom, from(#468ecc), to(#3876c1));
  background: -webkit-linear-gradient(top, #468ecc, #3876c1);
  background: -moz-linear-gradient(top, #468ecc, #3876c1);
  background: -o-linear-gradient(top, #468ecc, #3876c1);
  background: linear-gradient(to bottom, #468ecc, #3876c1);
}
#contents .btn-web a:hover:before {
  background: url(img/arr_white.png) no-repeat center;
  background-size: 100% auto;
}
#contents .btn-link {
  overflow: hidden;
  margin: 40px 0;
}
#contents .btn-link a {
  font-size: 14px;
  float: right;
  display: block;
  color: #515181;
  font-weight: bold;
  position: relative;
  padding-left: 23px;
  background: url(img/arr_purple.png) no-repeat left center;
  background-size: 16px auto;
}
#contents .btn-link:hover {
  text-decoration: none;
}
#contents .box-wrap {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}
#contents .box-wrap:after {
  display: none;
}
#contents .box-wrap .box {
  width: 49%;
  box-sizing: border-box;
  position: relative;
  margin: 10px 0;
  display: flex;
  flex-flow: column;
  padding: 20px 25px;
  background: url(img/box_bg.png) repeat-y top left;
  background-size: 100% auto;
  position: relative;
}
#contents .box-wrap .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 111px;
  background: url(img/box_t.png) no-repeat top left;
  background-size: 100% auto;
}
#contents .box-wrap .box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 111px;
  background: url(img/box_b.png) no-repeat bottom left;
  background-size: 100% auto;
}
#contents .box-wrap .box:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}
#contents .box-wrap .box .box-head {
  z-index: 2;
  position: relative;
}
#contents .box-wrap .box .box-head a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 35px 10px 0;
  margin-bottom: 5px;
  color: #333333;
  background: url(img/arr_brown.png) no-repeat center right 3px;
  background-size: 16px auto;
  border-bottom: solid 3px #c0aa7a;

}
#contents .box-wrap .box .box-body {
  position: relative;
  color: #333333;
  z-index: 2;
}
#contents .box-wrap .box .box-body p {
        margin: 10px 0px;    
}
#contents .box-wrap .box .permalink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#contents .frame-wrap {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}
#contents .frame-wrap .frame {
  width: 32%;
  box-sizing: border-box;
  background: url(img/frame_bg.png) no-repeat center;
  background-size: cover;
  padding: 10px 3% 10px;
  border: solid 1px #f1abd1;
}
#contents .frame-wrap .frame p {
        margin: 10px 0px;
}
#contents .frame-wrap .frame .frame-head {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #cb5181;
  padding-bottom: 15px;
  margin-bottom: 15px;
  background: url(img/frame_icn.png) no-repeat bottom center;
  background-size: 117px auto;
}
#contents .frame-wrap .frame .frame-body {
  color: #333333;
}
}

/*----------------------------------------------------
  SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
html {
  font-size: 3.2vw;
}
body {
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #333;
  line-height: 1.8;
  background-color: #fff;
}
#index p, #category p, #page p {
        margin: 10px 15px;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
img {
  max-width: 100%;
}
#contents {
  margin: 30px auto;
  width: 100%;
}
#index, #category, #page {
  padding: 0 3%;
}
.inner {
  padding: 0 3%;
}
.pc {
  display: none!important;
}
/* header */
#header .mainArea {
  background: url(img/head_bg_sp.png) no-repeat center bottom #fff;
  background-size: cover;
  text-align: center;
  padding: 0 6.5rem 0 3%;
}
#header .mainArea .inner {
  background: url(img/head_sitename_sp.png) no-repeat center;
  background-size: 100% auto;
  padding: 1rem 3rem;
}
#header .mainArea .sitename {
  box-sizing: border-box;
  font-size: 1.8rem;
  color: #333333;
  width: 100%;
  line-height: 1.2;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 0.5rem;
}
#header .mainArea .sitename a {
  text-decoration: none;
  color: #333333;
}
#header .mainArea .txt {
  font-size: 1rem;
  color: #333333;
}
/* nav */
#header .sp-nav .nav-btn {
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  background: url(img/gnav_icn_off.png) no-repeat center;
  background-size: cover;
}
#header .sp-nav.open .nav-btn img {
  display: none;
}
#header .sp-nav .nav-wrap {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
        position: absolute;
  z-index: 5;
}
#header .sp-nav.open .nav-wrap {
  display: block;
}
#header .sp-nav .nav-wrap .category_list {
  background-color: #fff;
}
#header .sp-nav .category_list .ttl a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 2rem;
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  color: #755a77;
  background-color: #e6cdcc;
  text-align: center;
        border-bottom: solid 2px #5a4067;
}
#header .sp-nav .category_list ul li a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  padding: 1.5rem 5rem 1.3rem 2rem;
  text-decoration: none;
  font-weight: bold;
  color: #5a4067;
  font-size: 1.6rem;
  background: url(img/foot_arr_01.png) no-repeat right 2.5rem center #fff;
  background-size: 1rem auto;
  border-bottom: solid 1px #5a4067;
}
#header .sp-nav .category_list ul li.sub_cat_top a {
  background: url(img/foot_arr_01.png) no-repeat right 2.5rem center #FFF5F2;
  background-size: 1rem auto;
  border-bottom: solid 1px #5a4067;
}
#header .sp-nav .nav-close {
  background-color: #cd698f;
  padding: 2rem 1.5rem 1.8rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}
#header .sp-nav .nav-close:before, .sp-nav .nav-close:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10rem;
  width: 2rem;
  height: 2px;
  margin-left: 0;
  background: #fff;
}
.sp-nav .nav-close:before {
  transform: rotate(45deg);
}
.sp-nav .nav-close:after {
  transform: rotate(-45deg);
}
#pankuzu {
  border-top: solid 3px #cd698f;
  font-size: 1.4rem;
  padding: 1rem 3% 0;
}
/* mv-wrap */
.mv-wrap .mv-inner {
  border: solid 6px #d4b6b0;
  outline: solid 2px #d4b6b0;
  outline-offset: -1.5rem;
  padding: 3rem;
}
.mv-wrap .mv-inner .mv .mv-title h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.2;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: dashed 2px #d4b6b0;
}
/* side */
#side {
  padding: 0 3%;
  margin: 4rem 0 2rem;
}
#side .side_freespace {
  background: url(img/side_freespace_sp.png) repeat-y top left;
  background-size: 100% auto;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
#side .side_freespace:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/side_freespace_t_sp.png) no-repeat top left;
  background-size: 100% auto;
  width: 100%;
  height: 28rem;
  max-height: 50%;
}
#side .side_freespace:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(img/side_freespace_b_sp.png) no-repeat bottom left;
  background-size: 100% auto;
  width: 100%;
  height: 28rem;
  max-height: 50%;
}
#side .side_freespace img {
  max-width: 100%;
}
#side .side_freespace dl {
  position: relative;
  z-index: 2;
  padding: 3rem;
}
#side .side_freespace dl:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  background: url(img/side_freespace_ribon_t.png) no-repeat top left;
  background-size: 100% auto;
  width: 6rem;
  height: 6rem;
}
#side .side_freespace dl:after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: -6px;
  background: url(img/side_freespace_ribon_b.png) no-repeat top left;
  background-size: 100% auto;
  width: 6rem;
  height: 6rem;
}
#side .side_freespace dl dt a {
  text-decoration: none;
        font-size: 1.9rem;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #5a4067;
  line-height: 1.4;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  display: block;
  border-bottom: double 4px #cfa972;
}
#side .side_freespace dl dt a:hover {
  color: #c5a456;
}
#side .side_freespace dl dd p {
  margin: 1rem 0;
}
#side .side_freespace .btn {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border: solid 2px #5a4067;
  text-align: center;
  padding: 1.5rem 4rem 1.3rem 2rem;
  display: block;
  margin-top: 1.5rem;
  position: relative;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#955d9a), to(#6a336f));
  background: -webkit-linear-gradient(top, #955d9a, #6a336f);
  background: -moz-linear-gradient(top, #955d9a, #6a336f);
  background: -o-linear-gradient(top, #955d9a, #6a336f);
  background: linear-gradient(to bottom, #955d9a, #6a336f);
}
#side .side_freespace .btn:before {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 1rem;
  height: 1rem;
        margin-top: -0.5rem;
  background: url(img/arr_white.png) no-repeat center;
  background-size: 100% auto;
}
/* footer */
#footer {
  background-color: #e6cdcc;
}
#footer .pagetop {
  display: block;
  text-align: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
        width: 7rem;
        height: 7rem;
  box-sizing: border-box;
  z-index: 3;
}
#footer .inner {
  padding: 0;
}
#footer .sitename a {
  text-decoration: none;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #cd698f;
  display: block;
  padding: 2rem 1rem 1.8rem;
  text-align: center;
  border-bottom: solid 2px #5a4067;        
}
#footer .category_list .ttl a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  padding: 1.5rem 5rem 1.3rem 2rem;
  text-decoration: none;
  font-weight: bold;
  color: #5a4067;
  font-size: 1.6rem;
  background: url(img/foot_arr_01.png) no-repeat right 2.5rem center #e6cdcc;
  background-size: 1rem auto;
        border-bottom: solid 2px #5a4067;
}
#footer .category_list ul li a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  padding: 1.5rem 5rem 1.3rem 2rem;
  text-decoration: none;
  font-weight: bold;
  color: #333333;
  background: url(img/foot_arr_02.png) no-repeat right 2.5rem center #fff;
        background-size: 1rem auto;
        border-bottom: solid 1px #92788f;
}
#footer .category_list ul li.sub_cat_top a {
  background: url(img/foot_arr_02.png) no-repeat right 2.5rem center #FFF5F2;
        background-size: 1rem auto;
}
#footer .inner .disclaimer {
  background-color: #ddaab7;
  padding: 1.5rem;
  color: #ffffff;
  font-size: 1.3rem;
  margin: 1rem 3%;
}
#footer .copy {
  background-color: #cd698f;
  text-align: center;
  font-size: 1.2rem;
  color: #ffffff;
  padding: 0.5rem;
}
#footer .copy a {
  color: #ffffff;
}
/* parts home */
#index h2 {
  margin: 0 0 1rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333333;
  font-size: 2.1rem;
  padding: 2.5rem 1.5rem 2.2rem;
  background: url(img/h2_bg.png) repeat-y top left;
  position: relative;
  text-align: center;
}
#index h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/h2_t_sp.png) no-repeat top 5px left;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
}
#index h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(img/h2_b_sp.png) no-repeat bottom 5px left;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
}
#index h3 {
  margin: 2rem 0 1rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333333;
  font-size: 2rem;
  border-bottom: solid 3px #b09559;
  border-top: solid 3px #b09559;
  padding: 1.5rem 1rem 1.2rem;
  position: relative;
}
#index h3:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b09559;
}
#index h3:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b09559;
}
#index h4 {
  margin: 2rem 0 1rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333333;
  font-size: 1.8rem;
  background: url(img/h4_bg.png) no-repeat bottom left #fff5f2;
  background-size: auto 3rem;
  padding: 1.5rem 1.5rem 1.2rem 3rem;
}
#index h5 {
  margin: 2rem 0 1rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #cb5181;
  font-size: 1.7rem;
  padding: 0 1rem 1.5rem;
  background: url(img/h5_bg.png) no-repeat bottom left;
}
/* parts lower */
#category h1, #page h1 {
  margin: 0 0 1rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333333;
  font-size: 2.1rem;
  padding: 2.5rem 1.5rem 2.2rem;
  background: url(img/h2_bg.png) repeat-y top left;
  position: relative;
  text-align: center;
}
#category h1:before, #page h1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/h2_t_sp.png) no-repeat top 5px left;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
}
#category h1:after, #page h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(img/h2_b_sp.png) no-repeat bottom 5px left;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
}
#category h2, #page h2 {
  margin: 2rem 0 1rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333333;
  font-size: 2rem;
  border-bottom: solid 3px #b09559;
  border-top: solid 3px #b09559;
  padding: 1.5rem 1rem 1.2rem;
  position: relative;
}
#category h2:before, #page h2:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b09559;
}
#category h2:after, #page h2:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b09559;
}
#category h3, #page h3 {
  margin: 2rem 0 1rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333333;
  font-size: 1.8rem;
  background: url(img/h4_bg.png) no-repeat bottom left #fff5f2;
  background-size: auto 3rem;
  padding: 1.5rem 1.5rem 1.2rem 3rem;
}
#category h4, #page h4 {
  margin: 2rem 0 1rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #cb5181;
  font-size: 1.7rem;
  padding: 0 1rem 1.5rem;
  background: url(img/h5_bg.png) no-repeat bottom left;
}
#contents ul {
  margin: 2rem 0;
}
#contents ul > li {
  padding-left: 3rem;
  margin-bottom: 5px;
  position: relative;
  background: url(img/ul.png) no-repeat top 0.4rem left 0.2rem;
  background-size: 2rem auto;
}
#contents ol {
  counter-reset: li;
  list-style: none;
  margin: 2rem 0;
}
#contents ol > li {
  padding-left: 3rem;
  position: relative;
  margin-bottom: 5px;
}
#contents ol > li:before {
  content: "0"counter(li);
  counter-increment: li;
  position: absolute;
  left: 0.4rem;
  top: 0;
  font-weight: bold;
  font-size: 1.6rem;
  color: #cb5181;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
}
#contents .rank, #contents .recommend {
        margin: 3rem 0 1.5rem 3.5rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333333;
  font-size: 2rem;
  padding: 1.5rem 1.5rem 1.2rem 4rem;
  border: solid 2px #bc8c52;
  position: relative;
  outline: solid 1px #bc8c52;
  outline-offset: -5px;
}
#contents .rank:before, #contents .recommend:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3.5rem;
  width: 7rem;
  height: 9rem;
  margin-top: -4.5rem;
}
#contents .rank.rank1:before {
  background: url(img/rank1.png) no-repeat center;
  background-size: 100% auto;
}
#contents .rank.rank2:before {
  background: url(img/rank2.png) no-repeat center;
  background-size: 100% auto;
}
#contents .rank.rank3:before {
  background: url(img/rank3.png) no-repeat center;
  background-size: 100% auto;
}
#contents .rank.rank4:before {
  background: url(img/rank4.png) no-repeat center;
  background-size: 100% auto;
}
#contents .rank.rank5:before {
  background: url(img/rank5.png) no-repeat center;
  background-size: 100% auto;
}
#contents .recommend:before {
  background: url(img/recommend.png) no-repeat center;
  background-size: 100% auto;
  width: 6rem;
  left: -3rem;
}
#contents p span {
  font-weight: bold;
  color: #cb5181;
  font-size: 1.9rem;
}
#contents .table-layout {
  overflow-x: scroll;
  margin: 2rem 0;
}
#contents .table-layout::-webkit-scrollbar {
 height:10px;
}
#contents .table-layout::-webkit-scrollbar-track {
 background:#F1F1F1;
}
#contents .table-layout::-webkit-scrollbar-thumb {
 background:#C1C1C1;
}
#contents .table-layout table {
  margin-bottom: 1rem;
}
#contents .table-layout table tr th, #contents .table-layout table tr td {
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  border: solid 1px #8957a1;
  color: #333333;
}
#contents .table-layout table tr th {
  background-color: #dcd0e7;
  font-size: 16px;
  font-weight: bold;
}
#contents .table-layout table tr td {
  font-size: 14px;
}
#contents .float-wrap {
  margin: 2rem 0;
}
#contents .float-wrap .float-img {
  margin-bottom: 1rem;
}
#contents .float-wrap .float-img .flame {
  border: solid 2px #cb789c;
}
#contents .float-wrap .float-img .flame img {
  max-width: 100%;
  text-align: center;
}
#contents .float-wrap .float-img .caption {
        font-size: 12px;
  text-align: center;
  color: #999999;
  margin: 1rem 0;
  line-height: 1.4;
        word-wrap: break-word;
}
#contents .btn-internal,
#contents .btn-web,
#contents .btn-tel,
#contents .btn-link {
        margin: 10px 0px;
}


#contents .btn-internal a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
        padding: 1.5rem 5rem 1.5rem 2rem;
  display: block;
        margin: 2rem 1rem;
  position: relative;
  text-decoration: none;
        font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#ae9257), to(#845a28));
  background: -webkit-linear-gradient(top, #ae9257, #845a28);
  background: -moz-linear-gradient(top, #ae9257, #845a28);
  background: -o-linear-gradient(top, #ae9257, #845a28);
  background: linear-gradient(to bottom, #ae9257, #845a28);
}
#contents .btn-internal a:before {
  content: "";
  position: absolute;
  right: 2.5rem;
  top: 50%;
        width: 1rem;
        height: 1rem;
        margin-top: -0.6rem;
  background: url(img/arr_white.png) no-repeat center;
  background-size: 100% auto;
}
#contents .btn-web a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
        padding: 1.5rem 5rem 1.5rem 2rem;
  display: block;
  border: solid 2px #a40035;
        margin: 2rem 1rem;
  position: relative;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#dc5a86), to(#c62f58));
  background: -webkit-linear-gradient(top, #dc5a86, #c62f58);
  background: -moz-linear-gradient(top, #dc5a86, #c62f58);
  background: -o-linear-gradient(top, #dc5a86, #c62f58);
  background: linear-gradient(to bottom, #dc5a86, #c62f58);
}
#contents .btn-web a:before {
  content: "";
  position: absolute;
  right: 2.5rem;
  top: 50%;
        width: 1rem;
        height: 1rem;
        margin-top: -0.6rem;
  background: url(img/arr_white.png) no-repeat center;
  background-size: 100% auto;
}
#contents .btn-tel a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  padding: 1.5rem 5rem 1.5rem;
  display: block;
        margin: 2rem 1rem;
  position: relative;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#31af6b), to(#237e4d));
  background: -webkit-linear-gradient(top, #31af6b, #237e4d);
  background: -moz-linear-gradient(top, #31af6b, #237e4d);
  background: -o-linear-gradient(top, #31af6b, #237e4d);
  background: linear-gradient(to bottom, #31af6b, #237e4d);
}
#contents .btn-tel a:before {
  content: "";
  position: absolute;
  right: 2.5rem;
  top: 50%;
        width: 1rem;
        height: 1rem;
        margin-top: -0.6rem;
  background: url(img/arr_white.png) no-repeat center;
  background-size: 100% auto;
}
#contents .btn-tel a:after {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  height: 3.8rem;
  width: 3rem;
  background: url(img/tel.png) no-repeat center;
  background-size: auto 100%;
  margin-top: -1.9rem;
}
#contents .btn-link a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border: solid 2px #6d6d95;
  text-align: center;
        padding: 1.5rem 5rem 1.5rem 2rem;
  display: block;
        margin: 2rem 1rem;
  position: relative;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #6d6d95;
  border-radius: 10px;
}
#contents .btn-link a:before {
        content: "";
        position: absolute;
        right: 2.5rem;
        top: 50%;
        width: 1rem;
        height: 1rem;
        margin-top: -0.6rem;
        background: url(img/arr_purple.png) no-repeat center;
        background-size: 100% auto;
}
#contents .box-wrap {
  margin: 2rem 0;
}
#contents .box-wrap p {
        margin: 10px 0px;
}
#contents .box-wrap:after {
  display: none;
}
#contents .box-wrap .box {
  margin: 2rem 0;
  padding: 2rem;
        background: url(img/sp_b.png) repeat-y top left;
  background-size: 100% auto;
  position: relative;
}
#contents .box-wrap .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 14rem;
  max-height: 50%;
        background: url(img/sp_a.png) no-repeat top left;
        background-color: #fff;
  background-size: 100% auto;
}
#contents .box-wrap .box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14rem;
  max-height: 50%;
        background: url(img/sp_c.png) no-repeat bottom left;
        background-color: #fff;
  background-size: 100% auto;
}
#contents .box-wrap .box .box-head {
  z-index: 2;
  position: relative;
}
#contents .box-wrap .box .box-head a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 2.5rem 1rem 0;
  margin-bottom: 1.5rem;
  color: #333333;
  background: url(img/arr_brown.png) no-repeat right 0.5rem center;
        background-size: 1rem auto;
  border-bottom: solid 3px #c0aa7a;
}
#contents .box-wrap .box .box-body {
  position: relative;
  color: #333333;
  z-index: 2;
}
#contents .box-wrap .box .box-body .in_link_btn {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: url(img/arr_white.png) no-repeat right 2.5rem center #94704c;
        background-size: 1rem auto;
  text-align: center;
  padding: 1.5rem 5rem 1.3rem 2rem;
  display: block;
  margin: 1rem auto;
  position: relative;
  text-decoration: none;
        font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
}
#contents .frame-wrap {
  margin: 2rem 0;
}
#contents .frame-wrap .frame {
  margin: 2rem 0;
  box-sizing: border-box;
  background: url(img/frame_bg.png) no-repeat center;
  background-size: cover;
  padding: 0.5rem 1.5rem;
  border: solid 1px #f1abd1;
}
#contents .frame-wrap .frame p {
        margin: 10px 0px;
}
#contents .frame-wrap .frame .frame-head {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  color: #cb5181;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  background: url(img/frame_icn.png) no-repeat bottom center;
  background-size: 14rem auto;
}
#contents .frame-wrap .frame .frame-body {
  color: #333333;
}
}
