@charset "utf-8";

/*------------------------
          base
-----------------------*/
body,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form {
  margin: 0;
  padding: 0;
}

body {
  color: #444;
  font-size: 62.5%;
  /*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  text-align: center;

}

*,
*::before,
*::after {
  box-sizing: border-box;
}

p {
  line-height: 150%;
  font-size: 14px;
}

hr {
  margin-top: 10px;
  margin-bottom: 20px;
}

a:link {
  color: #172A88;
  text-decoration: none;
}

a:visited {
  color: #172A88;
  text-decoration: none;
}

a:hover,
a:active {
  color: #e66f8e;
}

img {
  border: none;
}

li img {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

svg {
  fill: currentColor;
}

body iframe {
  height: 0;
}

#youtube #channel {
  width: 210px;
  height: 118px;
  margin-bottom: 18px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#youtube #channel img {
  width: 208px;
  height: 116px;
}

#youtube #channel ul li {
  list-style: none;
}

#youtube iframe {
  height: 118px;
  display: block;
  margin-bottom: 18px;
}

#wrap {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

ul.bxslider {
  height: 300px;
  overflow-y: hidden;
}

.fb_iframe_widget {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.bx-viewport {
  height: 305px !important;
  overflow-y: hidden !important;
}

/*------------------------
          header
-----------------------*/
#header li {
  list-style-type: none;
}

#header .info {
  width: 920px;
  margin: 0 auto;
  margin-bottom: 15px;
}

#header {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}

#header .callBox {
  float: right;
  /*width: 380px;*/
  text-align: right;
  padding-top: 30px;
}

#header .callBox p {
  font-size: 14px;
  font-family: 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4';
  font-weight: bold;
  color: #202784;
}

#header .callBox p.num {
  color: #e66f8e;
  margin-top: 7px;
}

#header .callBox span.ico {
  vertical-align: middle;
  margin-right: 5px;
}

#header .callBox span {
  font-size: 28px;
  padding-left: 4px;
}

#header h1 {
  width: 185px;
  float: left;
}

/*------------------------
          gNav
-----------------------*/
#gNavi {
  width: 920px;
  margin: 0 auto;
  clear: both;
}

#gNavi ul {
  font-size: 0;
  margin-bottom: 7px;
}

#gNavi ul li {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 8px;
  width: 296px;
  height: 35px;
  overflow: hidden;
  /*text-indent: -9999px;*/
}

#gNavi ul li:nth-child(3n) {
  margin-right: 0;
}

#gNavi ul li a {
  width: 296px;
  height: 35px;
  display: block;
}

#gNavi ul li.top01 {
  background: url(../images/common/btn_nav_top.png) no-repeat center top;
}

#gNavi ul li.item_02 {
  background: url(../images/common/btn_nav_item.png) no-repeat center top;
}

#gNavi ul li.first03 {
  background: url(../images/common/btn_nav_first.png) no-repeat center top;
}

#gNavi ul li.faq_koo04 {
  background: url(../images/common/btn_nav_faq_koo.png) no-repeat center top;
}

#gNavi ul li.howto_faq05 {
  background: url(../images/common/btn_nav_howto_faq.png) no-repeat center top;
}

#gNavi ul li.news_mira06 {
  background: url(../images/common/btn_nav_news_miracle.png) no-repeat center top;
}

#gNavi ul li.periodic_ex07 {
  background: url(../images/common/btn_nav_periodic_explanation.png) no-repeat center top;
}

#gNavi ul li.contact08 {
  background: url(../images/common/btn_nav_contact.png) no-repeat center top;
}

#gNavi ul li.voice09 {
  background: url(../images/common/btn_nav_customer_voice.png) no-repeat center top;
}

#gNavi ul li a img:hover,
#headerLink ul li a img:hover {
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#main {
  width: 920px;
  margin: 0 auto;
  clear: both;
}

/* @end */

/* @group contents */
#contents {
  float: right;
  width: 710px;
}

#breadCrumb {
  /*margin-bottom: 30px;*/
  width: 360px;
  overflow: hidden;
  float: left;
}

ul#breadCrumb li {
  list-style: none;
  display: inline;
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
}

ul#breadCrumb li span.spChar {
  margin: 0 0.25em;
}

ul#breadCrumb li a.current_page:hover {
  color: #444;
  cursor: default;
}

.pageTitle {
  padding-bottom: 20px;
}

/*------------------------
          gNav下のリンク
-----------------------*/
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

#headerLink {
  background-color: #294357;
  height: 42px;
  padding: 6px 0;
}

.headerLinkInner {
  width: 920px;
  margin: 0 auto;
}

#headerLink ul {

  font-size: 0;
  padding: 0;
}

#headerLink ul li {
  /*text-indent: -9999;*/
  display: inline-block;
  width: 116px;
  height: 30px;
  margin-right: 20px;
  background-position: center top;
  background-repeat: no-repeat;
}

#headerLink ul li a {
  /*text-indent: -9999;*/
  display: inline-block;
  width: 116px;
  height: 30px;
  margin-right: 20px;
}

#headerLink ul li:last-child {
  margin-right: 0;
}

#headerLink ul li.my_acount {
  background-image: url(../images/common/my_acount.png);
}

#headerLink ul li.my_acount a:hover {
  background-image: url(../images/common/my_acount.png);
}

#headerLink ul li.log_in {
  background-image: url(../images/common/log_in.png);
}

#headerLink ul li.log_in a:hover {
  background-image: url(../images/common/log_in.png);
}

#headerLink ul li.log_out {
  background-image: url(../images/common/log_out.png);
}

#headerLink ul li.log_out a:hover {
  background-image: url(../images/common/log_out.png);
}

#headerLink ul li.view_cart {
  background-image: url(../images/common/view_cart.png);
}

#headerLink ul li.view_cart a:hover {
  background-image: url(../images/common/view_cart.png);
}

/*------------------------
         カスタム検索
-----------------------*/
.serch {
  width: 920px;
  margin: 0 auto 30px auto;
}

.serch_narrow {
  width: 710px;
  margin: 0 auto 30px auto;
}

.serch_inner {
  width: 320px;
  margin: 0 0 0 auto;
}

.serch_inner .fessWrapper {
  padding: 0;
}

.serch_inner input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2px 4px;
  border: 1px solid #bebebe;
  border-radius: 2px;
  outline: none;
  background: none;
  height: 28px;
  width: 240px;
  margin-right: 5px;
}

.serch_inner input[type="text"]:focus {
  border-color: #e3a6b6;
}

.serch_inner input::placeholder {
  color: #1b1b1b;
  font-size: 12px;
}

.serch_inner button[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: #e66f8e;
  color: #fff;
  letter-spacing: 0.2em;
  height: 34px;
  width: 65px;
  border-radius: 2px;
}

.serch_inner button[type="submit"]:hover {
  background: #d96784;
}

#contents .pagination > .active > a,
#contents .pagination > .active > a:focus,
#contents .pagination > .active > a:hover,
#contents .pagination > .active > span,
#contents .pagination > .active > span:focus,
#contents .pagination > .active > span:hover {
  background-color: #e66f8e;
  border-color: #e66f8e;
  color: #fff;
}

#contents .pagination > li > a,
#contents .pagination > li > span {
  color: #e66f8e;
}

#contents .pagination > .disabled > span,
#contents .pagination > .disabled > span:focus,
#contents .pagination > .disabled > span:hover,
#contents .pagination > .disabled > a,
#contents .pagination > .disabled > a:focus,
#contents .pagination > .disabled > a:hover {
  color: #e66f8e;
}

#contents .pagination > li > a:focus,
#contents .pagination > li > a:hover,
#contents .pagination > li > span:focus,
#contents .pagination > li > span:hover {
  background-color: #ebcfd6;
  border-color: #ebcfd6;
}

/*------------------------
         ログイン画面
-----------------------*/
#loginPanel {
  width: 185px;
  height: 305px;
  padding: 10px;
  margin-bottom: 0px;
  background: url(../images/common/side_userpanel.png) left top no-repeat;
}

#loginPanel h2 {
  margin-bottom: 0;
}

#loginPanel p {
  margin-top: 0px;
  color: #fff;
  font-size: 1.2em;
}

#loginPanel p.login_ttl {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #fff;
}

#loginPanel p.loginId input,
#loginPanel p.passwd input {
  width: 165px;
  margin-top: 5px;
  margin-bottom: 15px;
}

#loginPanel p.passwd input {
  margin-bottom: 25px;
}

#loginPanel p.submit {
  text-align: center;
  margin-bottom: 30px;
}

/*------------------------
     
     Sidenavi-商品ラインナップ-

-----------------------*/
#sideNavi {
  margin-bottom: 30px;
}

#sideNavi_new {
  margin-bottom: 20px;
}

#sideNavi ul li {
  margin-bottom: 10px;
  list-style-type: none;
}

#sideMenu {
  width: 185px;
  float: left;
  margin-bottom: 40px;
}

#sideMenu .products {
  margin-bottom: 30px;
}

#sideMenu li {
  list-style-type: none;
  margin-bottom: 10px;
}

#sideMenu .products li a:hover img,
#sideMenu .products li a:active img {
  border: 1px solid #e66f8e;
  margin: -1px;
}

#sideMenu h2 {
  padding-bottom: 5px;
  border-bottom: #e66f8e 3px solid;
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 10px;
  color: #294357;
  font-weight: 100;
}

#sideMenu h2 span {
  letter-spacing: 0.2em;
  color: #e66f8e;
  font-weight: 600;
  margin-right: 1em;
  font-size: 11px;
}

#calendar ul {
  margin-bottom: 0.5em;
}

#calendar ul li {
  border-left: 1em solid;
  padding-left: 0.3em;
  margin-bottom: 5px;
  line-height: 1em;
}

#calendar ul li.pink {
  border-left-color: #ffccff;
}

#calendar ul li.blue {
  border-left-color: #99ccff;
}

#calendar ul li.orange {
  border-left-color: #ffc56c;
}

#calendar p {
  text-align: justify;
}

#products {
  margin-bottom: 30px;
}

#products li a:hover img,
#products li a:active img {
  border: 1px solid #e66f8e;
  margin: -1px;
}

/*------------------------
     
     ランキング

-----------------------*/
#ranking {
  margin-bottom: 30px;
}

#ranking h2 {
  padding-bottom: 5px;
  border-bottom: #e66f8e 3px solid;
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 10px;
  color: #294357;
  font-weight: 100;
}

#ranking h2 span {
  letter-spacing: 0.2em;
  color: #e66f8e;
  font-weight: 600;
  margin-right: 1em;
  font-size: 11px;
}

#ranking .rankItem {
  clear: both;
  border-bottom: 1px dashed #CCC;
  padding-bottom: 15px;
}

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

#ranking .rankItem {
  display: inline-block;
}

/* Hide from IE-mac \*/
*html #ranking .rankItem {
  height: 1%;
}

#ranking .rankItem {
  display: block;
}

/* End hide form IE-mac */

#ranking .rankItem .img {
  border: 1px solid #CCC;
  float: right;
  margin-top: 15px;
}

#ranking .rankItem .itemName {
  color: #DA6B89;
  font-size: 1.4em;
  text-align: left !important;
}

#ranking .rankItem a {
  color: #DA6B89;
}

#ranking .rankItem p {
  font-size: 1.2em;
}

/*------------------------
     
     footer

-----------------------*/
#footer {
  clear: both;
  text-align: center;
  background-color: #2B4458;
  padding: 10px;
}

#footer .footInfo {
  width: 720px;
  margin: 0 auto;
  padding: 20px 0 30px 0;
}

.footInfo a {
  padding: 0;
}

.logo {
  float: left;
  margin: 10px 0;
}

.fdial {
  float: right;
  margin: 10px 0;
}

.socialSns {
  float: left;
  width: 254px;
  height: 99px;
  padding: 0 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 43px;
}

.socialSns h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin: 10px 0 5px 0;
}

.socialSns ul {
  width: 230px;
  letter-spacing: -1em;
}

.socialSns ul li {
  display: inline-block;
  letter-spacing: normal;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.socialSns ul li:last-child {
  margin-right: 0px;
}

.socialSns ul li a {
  width: 50px;
  height: 50px;
  padding: 0;
}

.socialSns ul li a svg:hover {
  fill: #fff;
  opacity: 0.7;
}

#footNavi {
  width: 720px;
  margin: 0 auto;
  font-size: 13px;
  margin-bottom: 20px;

}

#footNavi2 {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-direction: row;
  justify-content: space-between;
  width: 720px;
  margin: 0 auto;
  font-size: 13px;
  margin-bottom: 20px;
}

.fBox {
  /*
	width: 180px;
    float: left;
*/
}

.fBox ul {
  text-align: left;
}

.fBox ul li {
  list-style-type: none;
  margin-bottom: 2px;
}

.fBox ul.detailList {
  margin: 6px 0 0 6px;
}

.fBox ul.detailList li {
  font-size: 11px;
}

#footer p {
  margin-top: 10px;
  font-size: 1.2em;
}

#footer a {
  color: #fff;
  /*padding: 0 5px;*/
}

#footer a:hover {
  text-decoration: none;
  color: #e66f8e;
  transition: 0.2s;
}

#footer address {
  font-size: 1.2em;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #CE6D8A;
}

.pagetop {
  text-align: right;
  margin-bottom: 30px;
}

.copyright {
  color: #CE6D8A;
}

/* レイアウト */
.mrb20 {
  margin-bottom: 20px;
}

.w100 {
  width: 100%;
  height: auto;
}

/* スライドエフェクト */
ul.bxslider li a:hover {
  opacity: 0.8;
}

/* left_greeting */
#left_greeting {
  width: 184px;
  height: 370px;
  background-color: #e66f8e;
  position: relative;
  margin-bottom: 30px;
  background-image: url(../images/common/left_greeting.jpg?190902);
  background-repeat: no-repeat;
  background-size: 182px 213px;
  background-position: 1px 6px;
  border-radius: 2px;
}

.left_greeting_topclm {
  position: absolute;
  left: 1px;
  top: 135px;
  background-image: url(../images/common/l_g_h3_bgi.png);
  background-repeat: no-repeat;
  background-size: 182px auto;
  width: 182px;
  height: 85px;
}

.left_greeting_topclm h3 {
  color: #c7637d;
  text-shadow: 1px 1px 1px #FFF, -1px -1px 1px #FFF, -1px 1px 1px #FFF, 1px -1px 1px #FFF, 0px 1px 1px #FFF, 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #FFF;
  padding: 38px 0 6px 9px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.left_greeting_btmclm {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 182px;
  height: 151px;
  padding: 10px;
}

.left_greeting_btmclm p {
  font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
  color: #fff;
  font-feature-settings: "palt"1;
}

.left_greeting_btmclm p.status {
  font-size: 10px;
  line-height: 135%;
  margin-bottom: 3px;
}

.left_greeting_btmclm p.name {
  font-size: 14px;
  text-align: right;
  margin-bottom: 10px;
}

.left_greeting_btmclm p.name span {
  letter-spacing: 4px;
}

.left_greeting_btmclm a img {
  width: 162px;
  height: 38px;
}

.left_greeting_btmclm a {
  background-image: url(../images/common/l_g_button_on.png);
  background-size: 162px 38px;
  background-repeat: no-repeat;
  display: block;
}

.left_greeting_btmclm a img:hover {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* @end */

/* ClearFix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hide from IE-mac \*/
*html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide form IE-mac */
