@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}
body {
  font-size: 62.5%;
}
body, table, input, textarea, select, option {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block;
}
a:link {
  color: #868585;
  text-decoration: underline;
}
a:visited {
  color: #868585;
  text-decoration: underline;
}
a:hover {
  color: #868585;
  text-decoration: none;
}
a:active {
  color: #868585;
  text-decoration: none;
}
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}
.taCenter {
  text-align: center !important;
}
.taRight {
  text-align: right !important;
}
/* フォントの大きさ（プラス） */
.fsP1 {
  font-size: 1.08em !important;
}
.fsP2 {
  font-size: 1.16em !important;
}
.fsP3 {
  font-size: 1.24em !important;
}
.fsP4 {
  font-size: 1.32em !important;
}
.fsP5 {
  font-size: 1.4em !important;
}
/* フォントの大きさ（マイナス） */
.fsM1 {
  font-size: 0.92em !important;
}
.fsM2 {
  font-size: 0.84em !important;
}
.fsM3 {
  font-size: 0.76em !important;
}
.fsM4 {
  font-size: 0.68em !important;
}
.fsM5 {
  font-size: 0.6em !important;
}
/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}
.fwBold {
  font-weight: bold !important;
}
/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
  zoom: 1;
}
* + html .clearfix {
  zoom: 1;
}
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.floatL {
  float: left !important;
}
.floatR {
  float: right !important;
}
img {
  vertical-align: top;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  text-align: center;
  line-height: 1.5;
  color: #868686;
  background-color: #fff;
  -webkit-text-size-adjust: none;
}
#container {
  text-align: left;
}
#main {
  margin: 0 auto 116px;
  width: 1020px;
}
* html #main {
  zoom: 1;
}
* + html #main {
  zoom: 1;
}
#main:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
  padding: 17px 0 22px;
  margin: 0 auto;
  width: 1024px;
}
#header .hBox {
  float: left;
  width: 540px;
}
#header .hBox h1 {
  margin-bottom: 17px;
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: -1px;
}
#header .hBox .logo a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .hRBox {
  float: right;
  width: 480px;
}
#header .hRBox .hNavi {
  margin-bottom: 19px;
  text-align: right;
}
#header .hRBox .hNavi li {
  margin-left: 10px;
  display: inline;
  text-align: right;
  font-size: 1.3em;
  font-weight: bold;
}
#header .hRBox .hNavi li a {
  padding-left: 10px;
  text-decoration: none;
  display: inline-block;
  background: url(../img/icon01.gif) no-repeat left 3px;
}
#header .hRBox .hNavi li a:hover {
  text-decoration: underline;
}
#header .hRBox .hLink {
  width: 386px;
  float: right;
}
#header .hRBox .hLink li {
  padding-left: 10px;
  float: left;
}
#header .hRBox .hLink li:first-child {
  padding: 0;
}
/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
  margin-bottom: 15px;
  background: #EA6177;
}
#gNavi ul {
  margin: 0 auto;
  width: 1024px;
}
#gNavi ul li {
  float: left;
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
  margin-bottom: 50px;
}
#pagePath li {
  font-size: 1.4em;
  display: inline;
}
#pagePath li a {
  color: #E25A6F;
}
#pagePath li .separate {
  margin-left: 10px;
  margin-right: 3px;
}
/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
  width: 775px;
  float: left;
}
/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
  margin-top: 5px;
  width: 200px;
  float: right;
}
#sideBar .txtImg {
  padding: 19px 0 13px;
  text-align: center;
  border-top: 1px solid #EDE0E3;
  border-bottom: 1px solid #EDE0E3;
}
#sideBar .sNavi {
  margin-bottom: 19px;
}
#sideBar .sNavi li {
  width: 200px;
}
#sideBar .sNavi li a {
  padding: 8px 8px 6px 30px;
  display: block;
  font-size: 1.2em;
  text-decoration: none;
  border-bottom: 1px solid #F2E0E5;
  background: url(../img/icon07.gif) no-repeat 12px 10px;
}
#sideBar .sNavi li a:hover {
  color: #FFF;
  background-color: #F88FA0;
  text-decoration: none;
  border-bottom: 1px solid #F3E3E7;
  background: #F88FA0 url(../img/icon06.gif) no-repeat 12px 10px;
}
#sideBar .txtImg01 {
  padding-bottom: 8px;
  border-bottom: 1px solid #F3E3E7;
  text-align: center;
}
#sideBar .sLink {
  margin-bottom: 20px;
}
#sideBar .banner li {
  margin-top: 20px;
}
#sideBar .banner .liStyle {
  margin-top: 10px;
}
#sideBar .sLinkUl {
  margin-bottom: 20px;
}
#sideBar .sLinkUl li {
  margin-top: 10px;
}
#sideBar .banner li:first-child, #sideBar .sLinkUl li:first-child {
  margin-top: 0;
}
#sideBar .sLink a:hover img, #sideBar .banner li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* 20170221 cholley */
#sideBar .sNaviCholley {
  margin-bottom: 20px;
}
#sideBar ul.sNaviCholley li {
  padding: 8px 8px 6px 30px;
  display: block;
  font-size: 1.2em;
  text-decoration: none;
  border-bottom: 1px solid #f2e0e5;
  background: url(../img/icon07.gif) no-repeat 12px 10px;
}
/* 20170221 cholley  end*/
/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.pageTop a {
  display: block;
  background: url(../img/TOPbutton01.gif) no-repeat center;
  width: 51px;
  height: 51px;
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.pageTop a:hover {
  background: url(../img/TOPbutton02.gif) no-repeat center;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
  padding-top: 50px;
  border-top: 5px solid #EA6177;
  background-color: #FFF7F9;
}
#footer .fBox {
  margin: 0 auto 65px;
  width: 1036px;
}
#footer .fLogo {
  margin: 0 auto 10px;
  width: 1002px;
}
#footer .fBox .lBox {
  padding-left: 17px;
  float: left;
  width: 490px;
}
#footer .fBox .rBox {
  float: right;
  width: 488px;
}
#footer .fBox .ttl {
  margin-bottom: 18px;
  padding-bottom: 6px;
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 1px solid #BAB0A8;
}
#footer .fBox .lBox dt {
  padding: 0 0 6px 12px;
  color: #e25a6f;
  font-weight: bold;
  font-size: 1.25em;
  background: url(../img/icon05.gif) no-repeat left 3px;
}
#footer .fBox .lBox dd {
  padding-bottom: 9px;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 2.2;
}
#footer .fBox .lBox dl img {
  display: none;
}
#footer .fBox .lBox dd a {
  margin-right: 13px;
  text-decoration: none;
}
#footer .fBox .lBox dd a:hover {
  text-decoration: underline;
}
#footer .fBox .lBox .spNavi {
  display: none;
}
#footer .fBox .lBox .fNavi {
  padding-top: 15px;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 2;
  border-top: 1px solid #BAB0A8;
}
#footer .fBox .lBox .fNavi li {
  width: 170px;
  float: left;
}
#footer .fBox .lBox .fNavi .navi01 {
  width: 150px;
}
#footer .fBox .lBox .fNavi li a {
  text-decoration: none;
}
#footer .fBox .lBox .fNavi li a:hover {
  text-decoration: underline;
}
#footer .fBox .rBox .ttl {
  margin-bottom: 31px;
}
#footer .fBox .rBox .fLink {
  margin-bottom: 31px;
}
#footer .fBox .rBox .fLinkUl li {
  padding-left: 27px;
  float: left;
}
#footer .fBox .rBox .fLinkUl li:first-child {
  padding: 0;
}
#footer a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#footer .fInner {
  padding: 10px 0 55px;
  background-color: #EA6177;
}
#footer .fInner .subBox {
  width: 1024px;
  margin: 0 auto;
  color: #fff;
}
#footer .fInner .subBox .copyright {
  font-size: 1.25em;
  font-weight: bold;
  float: left;
  width: 520px;
  margin-top: 4px;
}
#footer .fInner .subBox ul {
  margin-top: 4px;
  float: right;
  width: 500px;
  text-align: right;
}
#footer .fInner .subBox ul li {
  margin-left: 20px;
  display: inline;
  font-size: 1.25em;
  font-weight: bold;
}
#footer .fInner .subBox ul li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#footer .fInner .subBox ul li a:hover {
  text-decoration: underline;
}
#footer ul.fLinkUl {
  margin-bottom: 30px;
}
/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
#main .comInner {
  padding: 0 0 19px 10px;
  border-bottom: 1px solid #EDE0E3;
}
#main .comInner .photoBox {
  margin-top: 3px;
  float: left;
}
#main .comInner .textBox {
  float: right;
  width: 529px;
}
#main .comInner .textBox .title {
  margin-bottom: 38px;
}
#main .comInner .textBox .subBox .lBox {
  float: left;
  width: 245px;
}
#main .comInner .textBox .subBox .rBox {
  float: right;
  width: 260px;
}
#main .comInner .textBox .subBox .ttl {
  margin-bottom: 0 !important;
  text-align: center;
}
#main .comInner .textBox .subBox p {
  margin-bottom: 5px !important;
  font-size: 1.6em;
  color: #555;
  text-align: center;
}
/*20160523追加*/
p.aprice {
  font-size: 12px !important;
}
p.aprice2 {
  font-size: 1.4em !important;
}
#main .comInner .textBox .subBox .rBox p {
  color: #b9012d;
}
#main .comInner .textBox .subBox p span {
  font-size: 1.2em;
  letter-spacing: -1px;
}
#main .comInner .textBox .subBox p span span {
  font-size: 1.5em;
  letter-spacing: -2px;
}
#main .comInner .textBox .subBox .link a {
  margin: 0 auto;
  padding: 7px 0;
  display: block;
  width: 240px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 1.55em;
  background-color: #F8B500;
  border-radius: 2px;
  position: relative;
  behavior: url(common/js/pie.htc);
}
#main .comInner .textBox .subBox .link a:hover {
  background-color: #FACB4C;
}
#main .comInner .textBox .subBox .rBox .link a {
  background-color: #92C314;
}
#main .comInner .textBox .subBox .rBox .link a:hover {
  background-color: #B2D55A;
}
#main .comInner .textBox .subBox .lBox p.note {
  margin-top: 8px;
  font-size: 1.2em;
  text-align: center;
  color: #4d4d4d;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#main .comInner .textBox .subBox .rBox p.note {
  margin-top: 8px;
  font-size: 1.2em;
  text-align: center;
  color: #4d4d4d;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
/*------------------------------------------------------------
	comTabPanel
------------------------------------------------------------*/
#main .comTabPanel {
  margin: 0 0 0 9px;
}
#main .comTabPanel .tabUl li {
  float: left;
  padding-left: 5px;
}
#main .comTabPanel .tabUl li:first-child {
  padding: 0;
}
#main .comTabPanel .tabUl li a {
  display: block;
  width: 147px;
  padding: 7px 0 4px;
  font-size: 1.5em;
  color: #e25a6f;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #EA6177;
  text-align: center;
  border-bottom: none;
}
/* 20160127追加 */
#main .comTabPanel .tabUl li div.off {
  display: block;
  width: 147px;
  padding: 7px 0 4px;
  font-size: 1.5em;
  color: #868686;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #4d4d4d;
  text-align: center;
  border-bottom: none;
}
#main .comTabPanel .tabUl li.on a, #main .comTabPanel .tabUl li a:hover {
  color: #fff;
  background: #EA6177;
}
#main .comTabPanel .tabBox {
  padding-top: 30px;
  border-top: 6px solid #EA6177;
}
#main .comTabPanel .tabBox .subBox {
  margin-bottom: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid #EDE0E3;
}
#main .comTabPanel .tabBox .title {
  margin-bottom: 15px;
  font-size: 3em;
  font-weight: bold;
  color: #ea6177;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#main .comTabPanel .tabBox .ttl {
  margin-bottom: 10px;
  font-size: 2.15em;
  font-weight: bold;
  color: #ea6177;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#main .comTabPanel .tabBox p {
  font-size: 1.4em;
  color: #4d4d4d;
  line-height: 1.75;
}
#main .comTabPanel .tabBox h3 {
  margin-bottom: 23px;
  padding-left: 13px;
  font-size: 3em;
  border-left: 7px solid #176ce3;
  color: #176ce3;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#main .comTabPanel .tabBox .txtList {
  font-size: 1.2em;
  color: #4d4d4d;
  line-height: 1.7;
}
#main .comTabPanel .tabBox .txtList a {
  color: #e25a6f;
}
/*------------------------------------------------------------
	purchaseBox
------------------------------------------------------------*/
#main .purchaseBox {
  padding: 31px 37px 26px 89px;
  margin: 0 2px 60px 18px;
  position: relative;
  background-color: #FCF1F3;
}
#main .purchaseBox .img {
  position: absolute;
  left: -15px;
  top: -14px;
}
#main .purchaseBox .inner .photoBox {
  margin-top: 5px;
  float: right;
}
#main .purchaseBox .inner .textBox {
  float: left;
  width: 462px;
}
#main .purchaseBox .inner .textBox .ttl {
  margin-bottom: 17px;
}
#main .purchaseBox .inner .textBox .arrow {
  margin-bottom: 9px;
  text-align: center;
}
#main .purchaseBox .inner .textBox p {
  margin-bottom: 10px;
  color: #b9012d;
  font-size: 1.5em;
  line-height: 1.2;
}
#main .purchaseBox .inner .textBox p span {
  margin-left: 8px;
  font-size: 1.8em;
}
#main .purchaseBox .inner .textBox p img {
  vertical-align: middle;
}
#main .purchaseBox .inner .textBox .link {
  margin-left: -4px;
}
/*------------------------------------------------------------
	purchaseBox02
------------------------------------------------------------*/
#main .purchaseBox02 {
  padding: 31px 37px 26px 89px;
  margin: 0 2px 60px 18px;
  position: relative;
  background-color: #FCF1F3;
}
#main .purchaseBox02 .img {
  position: absolute;
  left: -15px;
  top: -14px;
}
#main .purchaseBox02 .inner .photoBox {
  margin-top: 5px;
  float: right;
}
#main .purchaseBox02 .inner .textBox {
  float: left;
  width: 462px;
}
#main .purchaseBox02 .inner .textBox .ttl {
  margin-bottom: 17px;
}
#main .purchaseBox02 .inner .textBox .arrow {
  margin-bottom: 9px;
  text-align: center;
}
#main .purchaseBox02 .inner .textBox p span {
  margin-left: 8px;
  font-size: 1.8em;
}
#main .purchaseBox02 .inner .textBox p img {
  vertical-align: middle;
}
#main .purchaseBox02 .inner .textBox .link {
  margin-left: -4px;
}
#main .purchaseBox02 .inner .textBox p {
  margin-bottom: 10px;
  color: #b9012d;
  font-size: 1.5em;
  line-height: 1.2;
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#main .comTable {
  width: 100%;
  border-collapse: collapse;
}
#main .comTable th, #main .comTable td {
  padding: 18px 18px 14px;
  font-size: 1.45em;
  text-align: left;
  vertical-align: top;
  line-height: 1.75;
  border: 2px solid #FFF;
  background-color: #FEF0F4;
}
#main .comTable th {
  width: 30%;
  color: #FEFEFE;
  background-color: #F88FA0;
}
/*------------------------------------------------------------
	comPhotoUl
------------------------------------------------------------*/
#main .comPhotoUl {
  margin: 0 -49px 0 8px;
  overflow: hidden;
  zoom: 1;
  width: 824px;
}
#main .comPhotoUl li {
  margin-right: 42px;
  float: left;
  width: 230px;
}
#main .comPhotoUl li span {
  margin-bottom: 10px;
  display: block;
  font-size: 1.85em;
}
/*------------------------------------------------------------
	ttlBox
------------------------------------------------------------*/
#main .ttlBox {
  margin-bottom: 50px;
  padding: 0 50px 34px;
  border: 1px solid #EA6177;
  border-top: none;
}
#main .ttlBox .comTtl {
  padding: 1px 0;
  margin: 0 -50px 35px;
  text-align: center;
  font-weight: bold;
  color: #FFF !important;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.3em !important;
  background-color: #EA6177;
}
/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
#main .comTextList {
  margin: 0 auto 21px;
  width: 514px;
}
#main .comTextList li {
  padding: 4px 0;
  margin-top: 10px;
  text-align: center;
  color: #176ce3;
  font-size: 1.6em;
  background-color: #FBF0F1;
}
#main .comTextList li:first-child {
  margin: 0;
}
/*------------------------------------------------------------
	comLinkUl
------------------------------------------------------------*/
#main .comLinkUl li {
  margin: 0 8px 8px 0; /* 20160125 追加 */
  float: left;
  font-size: 1.3em; /* 20160115 追加 */
  padding: 12px 10px 9px; /* 20160115 追加 */
  display: block; /* 20160115 追加 */
  color: #0150c6; /* 20160115 追加 */
  min-width: 80px; /* 20160115 追加 */
  text-align: center; /* 20160115 追加 */
  border-radius: 4px; /* 20160115 追加 */
  border: 1px solid #0150c6; /* 20160115 追加 */
  position: relative; /* 20160115 追加 */
  behavior: url(common/js/pie.htc); /* 20160115 追加 */
}
#main .comLinkUl li a {
  /*
	padding: 12px 10px 9px;
	display: block;
	color: #e25a6f;
	min-width: 80px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #E46579;
	position: relative;
	behavior: url(common/js/pie.htc);
*/
}
#main .comLinkUl li a:hover {
  text-decoration: underline;
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
#main .comLinkBox {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #EDE0E3;
}
#main .comLinkList li {
  width: 125px;
  float: left;
}
#main .comLinkList li a {
  padding: 2px;
  display: block;
  text-decoration: none;
  background-color: #EA6177;
}
#main .comLinkList li a .txt {
  padding: 8px 0 15px;
  display: table;
  width: 100%;
  min-height: 38px;
  color: #FFF;
  text-decoration: underline;
  background: url(../img/icon08.png) no-repeat center bottom;
}
#main .comLinkList li a .txt span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  font-size: 1.5em;
  line-height: 1.3;
}
#main .comLinkList li a:hover {
  background-color: #FF879F;
}
#main .comLinkList li a:hover span {
  text-decoration: none;
}
#main .comLinkList li a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
/* 20160205追加 */
#footer .fBox .pagerTop {
  display: none;
}
/* 20160217追加 */
.menuBox {
  display: none;
}
.sp {
  display: none !important;
}
#main .comTabPanel .spLink, #main .comTabPanel .spComLink, #main .comTabPanel .spComLinkOther {
  display: none;
}
@media all and (min-width: 0px) and (max-width: 736px) {
  /*------------------------------------------------------------
		レイアウト
	------------------------------------------------------------*/
  body {
    text-align: center;
    -webkit-text-size-adjust: none;
  }
  #main {
    margin: 0 auto 25px;
    width: auto;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .imgInit {
    width: auto !important;
  }
  /*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
  #header {
    padding: 5px 5px 15px 10px;
    width: auto;
  }
  #header .hBox, #header .hRBox {
    float: none;
    width: auto;
  }
  #header .hBox h1 {
    margin-bottom: 20px;
    /*		font-size: 8px;*/
    font-size: 12px;
  }
  #header .hBox .logo {
    width: 40%;
    background: url(../img/sp_logo.gif) no-repeat center top;
    background-size: auto 100%;
  }
  #header .hBox .logo a {
    display: block;
  }
  #header .hBox .logo img {
    visibility: hidden;
    width: 100%;
  }
  #header .hRBox .hNavi {
    display: none;
  }
  #header .hRBox .hLink {
    margin-top: -10.5%;
    width: 34.5%;
    float: right;
  }
  #header .hRBox .hLink li {
    padding: 0;
    margin-right: 5%;
    width: 45%;
  }
  #header .hRBox .hLink li:last-child {
    margin-right: 0;
  }
  #header .hRBox .hLink li a {
    display: block;
  }
  #header .hRBox .hLink li img {
    visibility: hidden;
    width: 100%;
  }
  #header .hRBox .hLink li:nth-child(2n-1) {
    display: none;
  }
  #header .hRBox .hLink .liList01 a {
    background: url(../img/sp_link01.gif) no-repeat center top;
    background-size: 100% auto;
  }
  #header .hRBox .hLink .liList02 a {
    background: url(../img/sp_link02.gif) no-repeat center top;
    background-size: 100% auto;
  }
  /*------------------------------------------------------------
		グローバルナビ
	------------------------------------------------------------*/
  #gNavi {
    display: none;
  }
  /*------------------------------------------------------------
		menuBox
	------------------------------------------------------------*/
  .menuBox {
    display: block;
    position: relative;
    z-index: 500;
  }
  .menuBox .menuUl li {
    width: 25%;
    float: left;
    border-right: 1px solid #FFF;
    box-sizing: border-box;
  }
  .menuBox img {
    width: 100%;
  }
  .menuBox .subMenuBox {
    padding: 15px 1% 0;
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 100;
    width: 98%;
    background: url(../img/menu_bg.png) repeat center top #fff;
  }
  .menuBox .subMenuBox .title {
    margin: 0 6% 10px;
    text-align: center;
  }
  .menuBox .subMenuBox .title img {
    width: 50%;
  }
  .menuBox .subMenuBox ul {
    margin-bottom: 10px;
    border-top: 1px solid #F7E7EB;
  }
  .menuBox .subMenuBox ul:last-child {
    margin-bottom: 0;
  }
  .menuBox .subMenuBox li a {
    padding: 10px 5px 10px 20px;
    display: block;
    font-size: 13px;
    text-decoration: none;
    background: url(../img/sp_icon02.png) no-repeat 10px 14px;
    background-size: 7px auto;
    border-bottom: 1px solid #F7E7EB;
  }
  .menuBox .subMenuBox li a:hover {
    color: #FFF;
    background: #F88FA0 url(../img/sp_icon01.png) no-repeat 10px 14px;
    background-size: 7px auto;
  }
  .menuBox .subMenuBox .close li a {
    padding: 10px 5px 10px 20px;
    display: block;
    font-size: 13px;
    text-decoration: none;
    background: #DCDCDC;
    background-size: 7px auto;
    border-bottom: 1px solid #F7E7EB;
    text-align: center;
  }
  .menuBox .subMenuBox .close li a:hover {
    color: #868585;
    background: #DCDCDC;
    background-size: 7px auto;
    text-align: center;
  }
  /* 20160425 end */
  /* 20170221 cholley */
  li.menuCholley {
    padding: 10px 5px 10px 20px;
    display: block;
    font-size: 13px;
    border-bottom: 1px solid #f7e7eb;
    background: url(../img/sp_icon02.png) no-repeat 10px 14px;
    background-size: 7px auto;
    text-decoration: none;
  }
  /* 20170221 cholley end */
  /*------------------------------------------------------------
		サイドバー
	------------------------------------------------------------*/
  #sideBar {
    display: none;
  }
  /*------------------------------------------------------------
		コンテンツ
	------------------------------------------------------------*/
  #conts {
    width: auto;
    float: none;
  }
  /*------------------------------------------------------------
		pageTop
	------------------------------------------------------------*/
  .pageTop {
    display: none !important;
  }
  /*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
  #footer {
    padding: 0;
    overflow: hidden;
    zoom: 1;
    border-top: none;
    background: none;
  }
  #footer .fBox {
    margin: 0 auto 20px;
    width: auto;
  }
  #footer .fBox .pagerTop {
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
  #footer .fBox .pagerTop img {
    /*	width: 31px; del 20160407 */
    width: 12%;
  }
  #footer .fLogo {
    display: none;
  }
  #footer .fBox .lBox {
    padding-left: 0;
    float: none;
    width: auto;
  }
  #footer .fBox .rBox {
    margin-bottom: 10px;
    padding: 20px;
    float: none;
    width: auto;
    background-color: #FFF0F5;
  }
  #footer .fBox .ttl {
    margin-bottom: 0;
    padding: 3px 0;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    border-bottom: none;
    background-color: #EB6178;
  }
  #footer .fBox .lBox dl {
    width: 50%;
    float: left;
    position: relative;
    border-bottom: 1px solid #F5DEE4;
  }
  #footer .fBox .lBox dl:first-child dt {
    border-right: 1px solid #EEE1E4;
  }
  #footer .fBox .lBox dt {
    padding: 10px 10px;
    color: #e25a6f;
    font-weight: bold;
    font-size: 10px;
    background: #FFF7FA url(../img/sp_icon04.gif) no-repeat 96% center;
    background-size: 14px auto;
  }
  #footer .fBox .lBox dl img {
    display: inline-block;
    vertical-align: middle;
  }
  #footer .fBox .lBox dd {
    padding: 0;
    width: 100%;
    background: url(../img/menu_bg.png) repeat center top;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  #footer .fBox .lBox dd.on {
    display: block;
    opacity: 1;
    height: auto;
  }
  #footer .fBox .lBox dd img {
    margin: 10px auto 0;
    padding: 0 0 10px;
    display: block;
    width: 88%;
  }
  #footer .fBox .lBox dd a {
    margin: 0;
    padding: 2px 5px 2px 20px;
    display: block;
    font-size: 10px;
    text-decoration: none;
    background: url(../img/sp_icon02.png) no-repeat 10px center;
    background-size: 7px auto;
    border-top: 1px solid #F7E7EB;
  }
  #footer .fBox .lBox dd a:hover {
    color: #FFF;
    text-decoration: none;
    background: #F88FA0 url(../img/sp_icon01.png) no-repeat 10px center;
    background-size: 7px auto;
  }
  #footer .fBox .lBox dd br {
    display: none;
  }
  #footer .fBox .lBox .fNavi {
    display: none;
  }
  #footer .fBox .lBox .spNavi {
    margin-top: 15px;
    display: block;
    border-top: 1px solid #DADADA;
  }
  #footer .fBox .lBox .spNavi li {
    width: 50%;
    float: left;
  }
  #footer .fBox .lBox .spNavi li:last-child {
    width: 100%;
  }
  #footer .fBox .lBox .spNavi li:last-child a {
    color: #ea6177;
  }
  #footer .fBox .lBox .spNavi li:last-child a img {
    margin-right: 10px;
  }
  #footer .fBox .lBox .spNavi li a {
    padding: 10px 5px 10px 30px;
    display: block;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #DADADA;
  }
  #footer .fBox .lBox .spNavi li:nth-child(2n) a {
    padding-left: 20px;
    border-left: 1px solid #DADADA;
  }
  #footer .fBox .lBox .spNavi li a:before {
    margin-top: -6px;
    width: 7px;
    height: 12px;
    background: url(../img/sp_icon06.gif) no-repeat left top;
    background-size: 7px auto;
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
  }
  #footer .fBox .lBox .spNavi li:last-child a:before {
    background: url(../img/sp_icon07.gif)no-repeat left top;
    background-size: 7px auto;
  }
  #footer .fBox .rBox .ttl {
    display: none;
  }
  #footer .fBox .rBox img {
    width: 100%;
    height: auto;
  }
  #footer .fBox .rBox .fLink {
    margin-bottom: 15px;
  }
  #footer .fBox .rBox .fLinkUl li {
    width: 47.5%;
    padding-left: 5%;
    float: left;
  }
  #footer .fBox .rBox .fLinkUl li:first-child {
    padding: 0;
  }
  #footer a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #footer .fInner {
    padding: 0;
    background: none;
  }
  #footer .fInner .subBox {
    width: auto;
  }
  #footer .fInner .subBox .copyright {
    font-size: 9px;
    float: none;
    width: auto;
    margin-top: 4px;
    padding: 5px 0;
    text-align: center;
    background-color: #EA6177;
  }
  #footer .fInner .subBox ul {
    margin: 0 0 15px;
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer .fInner .subBox ul li {
    margin: 0 10px;
    font-size: 10px;
  }
  #footer .fInner .subBox ul li:last-child {
    display: none;
  }
  #footer .fInner .subBox ul li a {
    color: #4d4d4d;
  }
  /*------------------------------------------------------------
		パンクズリスト
	------------------------------------------------------------*/
  #pagePath {
    margin: 10px 10px 25px !important;
  }
  #pagePath li {
    font-size: 12px;
  }
  #pagePath li .separate {
    margin: 0 2px 0 5px;
  }
  /*------------------------------------------------------------
		comLinkUl
	------------------------------------------------------------*/
  #main .comLinkUl {
    margin-top: -4px;
  }
  #main .comLinkUl li {
    margin: 4px 3px 0 0;
    padding: 5px 3px;
    font-size: 8px;
    min-width: 13%;
  }
  /*------------------------------------------------------------
		comInner
	------------------------------------------------------------*/
  #main .comInner {
    padding: 0 !important;
    border: none !important;
  }
  #main .comInner .photoBox {
    margin: 0 13px 0 0;
    width: 30%;
  }
  #main .comInner .photoBox img {
    max-width: 100%;
    max-height: 200px;
  }
  #main .comInner .textBox {
    float: none;
    width: auto;
  }
  #main .comInner .textBox .subBox {
    padding: 7px 0;
    clear: both;
  }
  #main .comInner .textBox .subBox .lBox {
    margin-bottom: 10px;
    float: none;
    width: auto;
    text-align: center;
  }
  #main .comInner .textBox .subBox .ttl img {
    width: 45%;
  }
  #main .comInner .textBox .subBox p {
    margin-bottom: 3px !important;
    font-size: 12px;
    color: #f88c00;
    line-height: 1.2;
  }
  #main .comInner .textBox .subBox p span {
    margin-left: 10px;
    font-size: 11px;
    color: #555;
  }
  #conts .comInner .textBox .subBox p .txt {
    margin: 0;
    font-size: 12px !important;
  }
  #main .comInner .textBox .subBox .link {
    margin: 0 auto;
    width: 73%;
  }
  #main .comInner .textBox .subBox .link a {
    padding: 5px 0;
    font-size: 12px;
    width: 100%;
    font-weight: normal;
  }
  #main .comInner .textBox .subBox .lBox .link {
    padding-bottom: 14px;
    border-bottom: 1px solid #C5CBD1;
  }
  #main .comInner .textBox .subBox p.note {
    display: none;
  }
  #main .comInner .textBox .subBox .rBox {
    float: none;
    width: auto;
  }
  #main .comInner .textBox .subBox .rBox .ttl img {
    width: 50%;
  }
  #main .comInner .textBox .subBox .rBox p {
    color: #7fb100;
  }
  #main .comInner .textBox .subBox .rBox p span {
    color: #b9012d;
  }
  p.aprice2 {
    font-size: 1.8em !important;
  }
  /*------------------------------------------------------------
		purchaseBox
	------------------------------------------------------------*/
  #main .purchaseBox {
    padding: 13px 28px !important;
    margin: 0 0 17px !important;
  }
  #conts .purchaseBox .inner .photoBox {
    display: none;
  }
  #conts .purchaseBox .inner .vitadx_photoBox {
    display: none;
  }
  #main .purchaseBox .img {
    left: 0%;
    top: -3%;
    width: 15%;
  }
  #main .purchaseBox#cou .img {
    left: 0%;
    top: -7%;
    width: 15%;
  }
  #main .purchaseBox02 .img {
    left: 0%;
    top: -3%;
    width: 15%;
  }
  #main .purchaseBox .img img {
    width: 100%;
  }
  #main .purchaseBox02 .img img {
    width: 100%;
  }
  #main .purchaseBox .inner .textBox {
    float: none;
    width: auto;
    text-align: center;
  }
  #main .purchaseBox .inner .vitadx_ttl img {
    width: 100%;
  }
  #main .purchaseBox .inner .textBox p img {
    width: 100%;
  }
  #main .purchaseBox .inner .textBox .link img {
    width: 100%;
  }
  #main .purchaseBox .inner .textBox .ttl {
    margin-bottom: 2px !important;
  }
  /*------------------------------------------------------------
		comTabPanel
	------------------------------------------------------------*/
  #main .comTabPanel {
    margin-bottom: 20px !important;
  }
  #main .comTabPanel .tabUl {
    display: none;
  }
  #main .comTabPanel .spComLink, #main .comTabPanel .spComLinkOther {
    margin-bottom: 1px;
    padding: 12px 30px;
    font-size: 1.5em;
    color: #fff;
    display: block;
    position: relative;
    background: #EC6880 url(../../img/face_cream/sp_link_bg.gif) repeat-x left bottom;
    background-size: 4px 33px;
  }
  #main .comTabPanel .spComLinkOther a {
    color: #fff;
    text-decoration: none;
    display: block;
  }
  #main .comTabPanel .spComLink a.openBtn {
    margin-top: -6px;
    position: absolute;
    right: 10%;
    top: 50%;
    display: inline-block;
    background: url(../img/sp_icon09.png) no-repeat left top;
    background-size: 12px 12px;
  }
  #main .comTabPanel .spComLink.on a.openBtn img {
    visibility: hidden;
  }
  #main .comTabPanel .tabBox {
    margin: 15px 8px 20px;
    border-top: none;
    padding-top: 0 !important;
  }
  #main .comTabPanel .tabBox h3 {
    margin-bottom: 10px;
    padding-left: 5px;
    color: #176ce3;
    line-height: 1.3;
    font-size: initial !important;
    font-weight: bold;
    border: none;
    border-left: 4px solid #176ce3;
  }
  #main .comTabPanel .tabBox p {}
  #main .comTabPanel .tabBox .ttl {
    margin-bottom: 3px;
    font-size: 1.5em;
  }
  #main .comTabPanel .tabBox .text02 {
    font-size: 1.5em !important;
  }
  #main .comTabPanel .tabBox .subBox {
    margin-bottom: 10px;
    padding-bottom: 14px;
  }
  /*------------------------------------------------------------
		comPhotoUl
	------------------------------------------------------------*/
  #main .comPhotoUl {
    margin: -10px 20px 20px !important;
    width: inherit !important;
    text-align: center;
  }
  #main .comPhotoUl li {
    margin: 10px 0 0 !important;
    width: auto !important;
    float: none !important;
  }
  #main .comPhotoUl li img {
    width: 60%;
  }
  #main .comPhotoUl li span {
    margin-bottom: 5px;
    font-size: 1.5em;
    text-align: left;
    margin-left: 20%;
  }
  /*------------------------------------------------------------
		ttlBox
	------------------------------------------------------------*/
  #main .ttlBox .comTtl {
    font-weight: normal;
    font-size: 1.5em !important;
  }
  #main .ttlBox .comTextList {
    width: auto !important;
  }
  #main .ttlBox .comTextList li {
    padding: 2px 0;
    color: #e25a6f;
  }
  /*------------------------------------------------------------
		spLink
	------------------------------------------------------------*/
  #main .comTabPanel .tabBox .spLink {
    padding-top: 15px;
    display: block;
    font-size: 11px;
    text-align: right;
  }
  #main .comTabPanel .spLink a {
    color: #ea6177;
    text-decoration: none;
  }
  /*------------------------------------------------------------
		btmLinkUl
	------------------------------------------------------------*/
  .btmLinkUl {
    padding-top: 40px;
  }
  .btmLinkUl li {
    padding-top: 15px;
    text-align: center;
  }
  .btmLinkUl li:nth-child(5), .btmLinkUl li:nth-child(6) {
    padding-top: 6px;
  }
  .btmLinkUl li img {
    width: 62%;
  }
}
/*------------------------------------------------------------
	ショップページ /shoplist/
------------------------------------------------------------*/
#shoplist h2 {
  margin-bottom: 58px;
}
#shoplist .shopBox {}
#shoplist p {
  margin-bottom: 28px;
  font-size: 1.4em;
}
#shoplist .textLink {
  margin-bottom: 20px;
}
#shoplist .textLink01 {
  margin-bottom: 45px;
}
#shoplist .textLink li {
  font-size: 1.4em;
  display: inline;
}
#shoplist .textLink li a {
  color: #e25a6f;
}
#shoplist h3 {
  margin-bottom: 10px;
  color: #e25a6f;
  font-size: 1.4em;
}
#shoplist .comTable {
  margin-bottom: 42px;
}
#shoplist .comTable td {
  padding: 5px 15px 3px;
  font-size: 1.35em;
  width: 33.3%;
  letter-spacing: -1px;
  line-height: 1.55;
  border: 4px solid #fff;
}
#shoplist .comTable .trStyle td {
  background-color: #fff;
}
#shoplist .link {
  margin-bottom: 36px;
  text-align: right;
}
#shoplist .link a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
@media all and (min-width: 0px) and (max-width: 736px) {
  #shoplist {
    width: 100%;
  }
  #shoplist h2 {
    padding-top: 5px;
    margin: 0 6px 12px !important;
  }
  #shoplist h2 img {
    width: 100%;
  }
  #shoplist .shopBox {
    width: 100%;
  }
  #shoplist .shopBox div {
    margin: 0 10px 10px;
  }
  #shoplist p {
    width: 100%;
  }
  #shoplist .textLink {
    margin: 0 10px;
  }
  #shoplist .textLink01 {
    margin-bottom: 15px;
  }
  #shoplist .textLink li {
    font-size: 1.4em;
    display: inline;
  }
  #shoplist .textLink li a {
    color: #e25a6f;
  }
  #shoplist h3 {
    margin: 0 10px;
    color: #e25a6f;
    font-size: 1.4em;
  }
  #shoplist .comTable {
    width: 100%;
    margin-bottom: 15px;
  }
  #shoplist .comTable td {
    padding: 5px 3px 3px;
    font-size: 1.35em;
    width: 33.3%;
    letter-spacing: -1px;
    line-height: 1.55;
    border: 2px solid #fff;
  }
  #shoplist .comTable .trStyle td {
    background-color: #fff;
  }
  #shoplist .link {
    margin-bottom: 36px;
    text-align: right;
  }
  #shoplist .link a:hover img {
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
}
/*soldout対応*/
#main .comInner .textBox .subBox .link span.soldout {
  background-color: #c3c3c3;
  margin: 0 auto;
  padding: 7px 0;
  display: block;
  width: 240px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 1.55em;
  border-radius: 2px;
  letter-spacing: 2px;
}
.soldout_txt {
  color: red;
  font-size: 16px;
  margin: 15px auto 0;
}
@media all and (min-width: 0px) and (max-width: 736px) {
  #conts .comInner .textBox .subBox p.soldout {
    background: #c3c3c3;
  }
  .soldout_txt {
    font-size: 14px;
    margin: 60px auto 20px;
    width: 85vw;
  }
}