@charset "UTF-8";
/* color */
/* レイアウトサイズ */
/* エレメントポジション */
/* フォント */
/* 画像パス */
/* ------------------------------------------------------------
mixIn
------------------------------------------------------------*/
.bdBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dotLineL {
  border-left: 1px dotted #8b98a3;
}
.dotLineR {
  border-right: 1px dotted #8b98a3;
}
.dotLineH {
  border-top: 1px dotted #8b98a3;
}
.dotLineB {
  border-bottom: 1px dotted #8b98a3;
}
.innerStyle {
  width: 1280px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
}
.brandNameStyle .brandName {
  font-size: 16px;
  color: #545c63;
}
.listStyleSquare {
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.6;
}
.slideHeadHoverStyle dt:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.innerStyle .inner {
  padding: 30px;
  width: 960px;
  margin: auto;
}
.innerStyle .inner .title {
  font-size: 18px;
  padding-bottom: .5em;
  background: #f0f2f0;
  padding: 20px;
  margin-bottom: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.innerTitleStyle .inner {
  padding: 30px;
  width: 960px;
  margin: auto;
}
.innerTitleStyle .inner .title {
  font-weight: bold;
  font-size: 32px;
  color: #00ccb2;
  text-align: center;
  margin-bottom: 1em;
}
.inputStyle input[type="text"] {
  width: 100%;
  background: #fcfafa;
  padding: .5em;
  border: 2px solid #8b98a3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.textareaStyle textarea {
  width: 100%;
  background: #fcfafa;
  padding: .5em;
  border: 2px solid #8b98a3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inputTextStyle input,
.inputTextStyle textarea {
  width: 100%;
  background: #fcfafa;
  padding: .5em;
  border: 2px solid #8b98a3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inputTextStyle textarea {
  line-height: 1.4;
}
.contentStyle #contentsArea .inner {
  width: 960px;
  margin: auto;
}
.contentStyle #contentsArea .content {
  padding: 40px 0;
}
.contentStyle #contentsArea .content .title {
  font-weight: bold;
  font-size: 32px;
  color: #00ccb2;
  text-align: center;
  margin-bottom: 1em;
}
.contentStyle #contentsArea .content .text {
  line-height: 1.5;
  font-size: 15px;
}
.contentStyle #contentsArea .content .text p {
  margin-bottom: 1em;
}
.contentStyle #contentsArea .content:nth-child(odd) {
  background: white;
}
.contentStyle #contentsArea .content:nth-child(even) {
  background: #fcfafa;
}
.sendBackStyle .buttonArea {
  width: 750px;
  margin: auto;
  margin-top: 2em;
  position: relative;
}
.sendBackStyle .buttonArea .entry {
  margin: 0;
}
/* ------------------------------------------------------------
共通パーツ 
------------------------------------------------------------*/
* {
  box-sizing: content-box;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  color: #545c63;
}
a,
a:hover {
  color: #4da6df;
  outline: none;
}
#contentsArea {
  min-height: 220px;
}
.relative {
  position: relative;
}
/* コメント投稿 */
.product-comment dd .text {
  line-height: 1.4;
}
.product-comment dd .postBox {
  margin-top: 20px;
}
.product-comment dd .postBox .head {
  background: #3ba3a3;
  background: #3ba3a3 url("../images/icon-comment.png") no-repeat left center;
  color: white;
  padding: 1em;
  padding-left: 44px;
  font-size: 16px;
}
.product-comment dd .postBox .inputComment {
  border: 2px solid #3ba3a3;
  padding: 1em;
  padding-bottom: 44px;
  font-size: 16px;
  background: white;
  position: relative;
}
.product-comment dd .postBox .inputComment textarea {
  width: 460px;
  float: left;
  border: none;
  background: none;
}
.product-comment dd .postBox .inputComment .btnArea {
  float: right;
  width: 160px;
  padding-bottom: 20px;
}
.product-comment dd .postBox .inputComment .btnArea .btn-pic {
  width: 100%;
  margin-bottom: 1em;
}
.product-comment dd .postBox .inputComment .btnArea img {
  max-height: 120px;
  margin-bottom: 1em;
  height: auto;
}
.product-comment dd .postBox .inputComment .btn-green {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 160px;
  font-size: 16px;
}
/* タイムライン */
.history {
  /*
.dotLineH;
	padding-top: 20px;
*/
}
.history .historyArea {
  background: url("../images/historyBar.png") repeat-y;
}
.history .historyBox {
  margin-bottom: 30px;
}
.history .historyBox dt {
  /* margin-top: 24px; */
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #181818;
  font-size: 14px;
  color: white;
  border: 1px solid #e5e3e3;
  float: left;
}
.history .historyBox dd {
  float: left;
  position: relative;
  width: 640px;
  margin-left: 20px;
  background: white;
  border: 1px solid #e5e3e3;
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #545c63;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.history .historyBox dd .bg {
  position: absolute;
  left: -32px;
  top: 46px;
}
.history .historyBox dd .delete {
  margin-top: 1em;
  text-align: right;
}
.history .historyBox dd .btn-delete {
  width: auto;
  font-size: 12px;
}
.history .historyBox dd p {
  margin-bottom: 12px;
}
.history .historyBox dd img {
  max-width: 100%;
}
/* ボタン */
.btn {
  width: 100%;
  font-size: 18px;
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn:hover {
  opacity: 0.8;
  color: white;
}
.btn-ouen {
  background: #00ccb2;
}
.btn-buy {
  background: #f78c72;
}
.btn-orange {
  background: #f78c72;
}
.btn-facebook {
  background: #4264aa;
}
.btn-google {
  background: #e1604a;
}
.btn-twitter {
  background: #00acee;
}
.btn-next {
  background: #545c63;
}
.btn-save {
  background: #8b98a3;
}
.btn-preview {
  background: #68727a;
}
.btn-delete {
  background: #545c63;
}
.btn-back {
  background: #4da6df;
}
.btn-gray {
  background: #8b98a3;
}
.btn-black {
  background: #545c63;
}
.btn-green {
  background: #3ba3a3;
}
.btn-yellow {
  background: #f0b34a;
}
.btn-red {
  background: #f07a78;
}
.btn-pic {
  background: url("../images/icon-pic.png") no-repeat left center;
  color: #8b98a3;
  display: inline-block;
  width: auto;
  padding: .5em 0 .5em 44px;
  cursor: pointer;
  text-decoration: none !important;
  border: 1px dotted #8b98a3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-pic:hover {
  opacity: .8;
}
.btn-link {
  color: #4da6df;
  border: none;
  padding: 0;
  display: inline;
  width: auto;
  font-size: 16px;
}
.btn-link:hover {
  color: #4da6df;
  opacity: .8;
}
.btn--black-line {
  padding: 16px;
  display: inline-block;
  width: 240px;
  border: solid 1px #545c63;
  text-align: center;
  color: black;
  font-size: 18px;
  /* font-weight: bold; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.btn--black-line .glyphicon {
  position: absolute;
  font-size: 14px;
  top: 16px;
  right: 16px;
}
.btn--green-line {
  padding: 12px;
  display: inline-block;
  width: 100%;
  border: solid 1px #00ccb2;
  text-align: center;
  color: #00ccb2;
  background: none;
  font-size: 18px;
  /* font-weight: bold; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  line-height: 1.5;
}
.btn--black-line:hover {
  opacity: .8;
  text-decoration: none;
}
.entry {
  text-align: center;
  margin-top: 2em;
}
.entry p {
  font-size: 12px;
  margin-top: 1em;
  color: #8b98a3;
  line-height: 1.4;
}
.entry .btn {
  width: 320px;
  padding: .5em;
  margin-top: .5em;
}
.warningText {
  margin-bottom: 2em;
  color: #111;
}
.qBox {
  border-bottom: 1px dotted #8b98a3;
  color: #41474d;
  position: relative;
  background: #f5f7f5;
  padding: 24px;
  padding-bottom: 64px;
  margin-bottom: 120px;
  font-size: 16px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.qBox .sectionTitle {
  font-size: 22px;
  color: #008f7d;
  margin-bottom: 14px;
}
.qBox .sectionTitle .q {
  font-size: 15px;
  font-weight: bold;
  margin-right: 3px;
}
.qBox .warningList {
  margin-top: 1em;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.6;
  list-style-position: outside;
  font-size: 14px;
}
.qBox .inputVal {
  padding-left: 1.5em;
}
.qBox .inputVal .sub {
  border-top: 1px dotted #8b98a3;
  padding-top: 1em;
}
.qBox .inputVal .sub .leadText {
  font-size: 15px;
}
.qBox input[type="text"] {
  padding: .5em;
  width: 100%;
  border: 1px solid #8b98a3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.qBox textarea {
  width: 100%;
  border-color: #8b98a3;
  padding: 1em;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.qBox .leadText {
  line-height: 1.4;
  margin-bottom: 1em;
}
.qBox .btn-primary {
  width: 200px;
  font-size: 14px;
  margin-right: .5em;
  margin-bottom: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.qBox .warning {
  font-size: 12px;
  color: #545c63;
  margin-bottom: 1em;
}
.qBox .imgBox {
  width: 80px;
  height: 64px;
  overflow: hidden;
  border: solid 1px #8b98a3;
  float: left;
  margin-right: 1em;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.qBox .imgBox img {
  width: 100%;
}
.qBox .fileBox {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dotted #8b98a3;
}
.qBox .fileBox .subSectionTitle {
  float: left;
  margin-right: 1em;
  display: inline-block;
}
.qBox .fileBox .uploadInfo {
  float: left;
  width: 300px;
}
.qBox .fileBox .text {
  line-height: 1.6;
  margin-top: 1em;
}
.qBox .fileBoxProfile .imgBox {
  width: 64px;
  height: 64px;
}
.qBox .nextQ {
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 160px;
  text-align: center;
}
.qBox .nextQ p {
  font-size: 12px;
  margin-bottom: .5em;
}
.qBox .nextQ .btn {
  width: 100%;
  background: #545c63 url("../images/icon-next.png") no-repeat left center;
}
.qBox .nextQ .btn:hover {
  background-color: #6b767f;
  opacity: 1;
}
.qBox .imgBoxL img {
  width: 100%;
}
.qBox .inputProfile {
  margin-top: 10px;
  font-size: 14px;
  display: table;
  width: 100%;
  margin-bottom: 1em;
}
.qBox .inputProfile .btn {
  margin: 0;
}
.qBox .inputProfile dd {
  padding: 8px;
}
.qBox .inputProfile dl {
  display: table-row;
}
.qBox .inputProfile dt,
.qBox .inputProfile dd {
  display: table-cell;
}
.qBox .inputProfile dt {
  width: 170px;
}
.qBox .inputProfile dt,
.qBox .inputProfile dd {
  vertical-align: middle;
}
.qBox .inputProfile label {
  color: #545c63;
}
.qBox .inputProfile label .icon {
  margin-right: 8px;
}
.qBox .inputProfile label .icon img {
  width: 24px;
  vertical-align: middle;
}
.qBox.last .sectionTitle {
  font-size: 19px;
}
.topArea {
  padding: 64px;
  text-align: center;
  background: white;
}
.topArea .title {
  color: #f78c72;
  font-size: 32px;
  font-weight: bold;
}
.topArea .leadText {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.4;
}
.topArea .leadText .sub {
  font-size: 12px;
}
.inputArea {
  width: 960px;
  margin: auto;
}
.scrollFade {
  opacity: .2;
}
.socialLogin .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: .5em;
}
/* モーダルウィンドウ */
#glayLayer {
  display: none;
  background: rgba(84, 92, 99, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#glayLayer .modalBox {
  width: 360px;
  height: 200px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -240px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#glayLayer .modalBox .close {
  right: -12px;
  top: -12px;
  opacity: 1;
  position: absolute;
}
#glayLayer .modalBox .close:hover {
  opacity: .8;
}
#glayLayer .modalBox .modalHead {
  line-height: 1.4;
  font-size: 12px;
  margin-bottom: 1em;
}
#glayLayer .modalBox .section .btn-ouen {
  margin-bottom: 1em;
}
#glayLayer .modalBox .section .btn-link {
  color: #4da6df;
  border: none;
  padding: 0;
  display: inline;
  width: auto;
  font-size: 16px;
}
#glayLayer .loginModal {
  top: 20%;
  margin-left: -320px;
  width: 640px;
  height: auto;
}
#glayLayer .loginModal p {
  line-height: 1.4;
}
#glayLayer .loginModal .modalHead {
  background: url("../images/icon-ouen.png") no-repeat left center;
  font-size: 24px;
  line-height: 1.4;
  min-height: 26px;
  padding-left: 48px;
}
#glayLayer .loginModal #ouenmsg {
  margin-top: 16px;
  width: 100%;
  height: 160px;
  padding: 8px;
  border: solid 4px #00ccb2;
  line-height: 1.4;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#glayLayer .loginModal .checkArea {
  margin-bottom: 16px;
}
#glayLayer .loginModal .shareFb {
  color: #4264aa;
}
#glayLayer .loginModal .shareTw {
  color: #00acee;
}
#glayLayer .loginModal label {
  font-size: 16px;
  margin-right: 8px;
}
#glayLayer .loginModal label input {
  margin-right: 4px;
}
#glayLayer .loginModal .btnArea {
  margin-top: 24px;
  text-align: center;
}
#glayLayer .loginModal .btn {
  width: 320px;
}
/* モーダルウィンドウ */
.glayLayer {
  display: none;
  position: fixed;
  background: rgba(84, 92, 99, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.glayLayer .overLay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.glayLayer .modalBox {
  width: 360px;
  height: 200px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -240px;
  margin-top: -100px;
  padding: 40px;
  z-index: 1002;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.glayLayer .modalBox .ghost {
  padding: 8px;
  border: solid 1px #8b98a3;
}
.glayLayer .modalBox .tweet {
  border-color: #00acee;
}
.glayLayer .modalBox .close {
  right: -12px;
  top: -12px;
  opacity: 1;
  position: absolute;
}
.glayLayer .modalBox .close:hover {
  opacity: .8;
}
.glayLayer .modalBox .modalHead {
  line-height: 1.4;
  font-size: 12px;
  margin-bottom: 1em;
}
.glayLayer .modalBox .btn {
  margin-bottom: 1em;
}
.glayLayer .loginModal {
  top: 20%;
  margin-left: -320px;
  width: 640px;
  height: auto;
}
.glayLayer .loginModal p {
  line-height: 1.4;
}
.glayLayer .loginModal .modalHead {
  background: url("../images/icon-ouen.png") no-repeat left center;
  font-size: 24px;
  line-height: 1.4;
  min-height: 26px;
  padding-left: 48px;
}
.glayLayer .loginModal #ouenmsg {
  margin-top: 16px;
  width: 100%;
  height: 160px;
  padding: 8px;
  border: solid 4px #00ccb2;
  line-height: 1.4;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.glayLayer .loginModal .checkArea {
  margin-bottom: 16px;
}
.glayLayer .loginModal .shareFb {
  color: #4264aa;
}
.glayLayer .loginModal .shareTw {
  color: #00acee;
}
.glayLayer .loginModal label {
  font-size: 16px;
  margin-right: 8px;
}
.glayLayer .loginModal label input {
  margin-right: 4px;
}
.glayLayer .loginModal .btnArea {
  margin-top: 24px;
  text-align: center;
}
.glayLayer .loginModal .btn {
  width: 320px;
}
/* モーダルウィンドウ(非会員) */
#glayLayer.notLogin .modalBox {
  width: 960px;
  height: 640px;
  padding-left: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white url("../images/ouenAnimation.gif") no-repeat;
  margin-left: -480px;
  margin-top: -320px;
}
#glayLayer.notLogin .modalBox .section {
  padding: 0 32px;
  color: #111;
}
#glayLayer.notLogin .modalBox .section .modalHead {
  color: #f47258;
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
}
#glayLayer.notLogin .modalBox .section .textArea {
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 32px;
}
#glayLayer.notLogin .modalBox .section .textArea strong {
  color: #3ba3a3;
  font-size: 16px;
  font-weight: 600;
}
#glayLayer.notLogin .modalBox .section .textArea p {
  margin-bottom: 1.2em;
}
#glayLayer.notLogin .modalBox .section .btn-ouen {
  width: 400px;
  margin: auto;
  padding: 20px;
  display: block;
  margin-bottom: 32px;
  font-size: 24px;
}
#glayLayer.notLogin .modalBox .section .center {
  text-align: center;
}
#glayLayer.notLogin .modalBox .section .btn-link {
  color: #4da6df;
  border: none;
  padding: 0;
  display: inline;
  width: auto;
  font-size: 16px;
  text-decoration: none;
}
#glayLayer.notLogin .modalBox .section .login {
  text-align: center;
  font-size: 16px;
}
#glayLayer.notLogin .modalBox .section .login a {
  text-decoration: none;
}
/* ------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
#header {
  /*
background: @headerColor url( "@{path}header_bg.gif") repeat-x top;
	padding-top: 6px;
*/
  min-width: 1280px;
  /* border-bottom: solid 1px @grayColorLigthtPlus; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header .inner {
  width: 1280px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  padding-top: 4px;
  padding-bottom: 12px;
}
#header .inner .inner {
  padding: 30px;
  width: 960px;
  margin: auto;
}
#header .inner .inner .title {
  font-size: 18px;
  padding-bottom: .5em;
  background: #f0f2f0;
  padding: 20px;
  margin-bottom: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#header .inner .logoArea {
  display: inline-block;
  float: left;
  padding-top: 8px;
}
#header .inner .naviArea {
  display: inline-block;
  float: right;
  width: 960px;
}
#header .inner .naviArea .started-menu {
  float: left;
  padding-top: 12px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
#header .inner .naviArea .started-menu li {
  margin-right: 20px;
  font-size: 16px;
  /* position: relative;  */
}
#header .inner .naviArea .started-menu .drop-menu {
  visibility: hidden;
  position: absolute;
  z-index: 999;
  width: auto;
  min-width: 150px;
  /*
 padding-top: 10px;
        			 padding-bottom: 10px;
*/
}
#header .inner .naviArea .started-menu .drop-menu li {
  margin-right: 0;
}
#header .inner .naviArea .started-menu li:hover a {
  color: white;
}
#header .inner .naviArea .started-menu li:hover a .glyphicon {
  color: white;
}
#header .inner .naviArea .started-menu li:hover .drop-menu {
  visibility: visible;
  /* left: 0; */
  /*
 bottom: 0;
            			 left: 0;
*/
  background: rgba(0, 0, 0, 0.8);
}
#header .inner .naviArea .started-menu li:hover .drop-menu li {
  display: block;
  font-size: 13px;
  float: none;
}
#header .inner .naviArea .started-menu li:hover .drop-menu li a {
  display: block;
  color: white;
  padding: 10px;
  background: #181818;
  border: solid 1px black;
  border-left-width: 6px;
  border-right: none;
  border-bottom: none;
}
#header .inner .naviArea .started-menu li:hover .drop-menu li a:hover {
  opacity: .8;
  text-decoration: none;
}
#header .inner .naviArea .started-menu li:hover .w200 a {
  width: 200px;
}
#header .inner .naviArea .started-menu a {
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  text-decoration: none;
  padding-bottom: 6px;
}
#header .inner .naviArea .started-menu a .glyphicon {
  font-size: 12px;
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.5);
}
#header .inner .naviArea .right-menu {
  display: inline-block;
  float: right;
}
#header .inner .naviArea .right-menu .small-text {
  font-size: 12px;
}
#header .inner .naviArea nav ul {
  /*
.about a
					{
						background: url( "@{path}icon-about.png") no-repeat top center;
					}
					.patterner a
					{
						font-size: 9px;
						background: url( "@{path}icon-patterner.png") no-repeat top center;
					}
*/
  /*
.ecLink
					{
						a
						{
							background: url( "@{path}icon-login.png") no-repeat top center;
							color: @brandColor;
						}
						.mypage
						{
							background: url( "@{path}icon-mypage.png") no-repeat top center;
						}
					}
*/
  /*
.orner
					{
						background: @orangeColorLight;
						padding: 8px;
						border: none;
						a
						{
							background: url( "@{path}icon-orner-login-w.png") no-repeat top center;
							color: white;
						}
						.mypage
						{
							background: url( "@{path}icon-orner-mypage-w.png") no-repeat top center;
						}
						.logout
						{
							background: url( "@{path}icon-orner-logout-w.png") no-repeat top center;
						}
					}		
*/
}
#header .inner .naviArea nav ul li {
  display: inline-block;
  float: left;
  font-size: 14px;
  /* margin-right: 8px; */
}
#header .inner .naviArea nav ul .menu a {
  color: white;
  /*
padding-top: 30px;
							width: 96px;
							display: block;
*/
}
#header .inner .naviArea nav ul .slash {
  margin-left: 4px;
  margin-right: 4px;
  opacity: .5;
  font-size: 12px;
}
#header .inner .naviArea nav ul .about,
#header .inner .naviArea nav ul .patterner {
  padding-top: 12px;
}
#header .inner .naviArea nav ul .about a,
#header .inner .naviArea nav ul .patterner a {
  opacity: .8;
}
#header .inner .naviArea nav ul .loginLink {
  /* height: 124px; */
}
#header .inner .naviArea nav ul .loginLink .small {
  background: white;
  padding: 8px;
  text-align: left;
  line-height: 1.2;
  color: #545c63;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: block;
  margin-top: 8px;
}
#header .inner .naviArea nav ul .menu:hover {
  opacity: .9;
}
#header .inner .naviArea nav ul #loginMenu {
  position: relative;
  margin-left: 1em;
  /* margin-right: 1em; */
  z-index: 100;
}
#header .inner .naviArea nav ul #loginMenu .glyphicon {
  margin-left: 4px;
}
#header .inner .naviArea nav ul #loginMenu a {
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding: 10px;
  display: inline-block;
}
#header .inner .naviArea nav ul #loginMenu .login-list {
  display: none;
}
#header .inner .naviArea nav ul #loginMenu:hover {
  opacity: 1;
}
#header .inner .naviArea nav ul #loginMenu:hover .loginMenu__title {
  opacity: .8;
  text-decoration: none;
}
#header .inner .naviArea nav ul #loginMenu:hover .login-list {
  visibility: visible;
  overflow: visible;
  position: absolute;
  display: inline-block;
  bottom: -68px;
  right: 0;
  /*
 .orner
                            {
                                a 
                                {
                                    color: @orangeColor;
                                }
                                a:hover
                                {
                                    opacity: .8;
                                }
                            }
*/
}
#header .inner .naviArea nav ul #loginMenu:hover .login-list li {
  float: none;
}
#header .inner .naviArea nav ul #loginMenu:hover .login-list li a {
  color: white;
  padding: 10px;
  background: #181818;
  border: solid 1px black;
  border-left-width: 6px;
  border-right: none;
  border-bottom: none;
  display: inline-block;
  width: 200px;
}
#header .inner .naviArea nav ul #loginMenu:hover .login-list li a:hover {
  opacity: 1;
  text-decoration: none;
}
#header .inner .naviArea nav ul .entryLink {
  position: relative;
  z-index: 99;
}
#header .inner .naviArea nav ul .entryLink .started-menu {
  display: none;
}
#header .inner .naviArea nav ul .entryLink #link--make-started {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  display: inline-block;
  border: solid 1px rgba(255, 255, 255, 0.5);
  /* .radius(4px); */
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  /* font-weight: bold; */
  text-decoration: none;
  padding: 10px;
}
#header .inner .naviArea nav ul .entryLink:hover {
  /* background-color: fade(@orangeColorLight, 90%); */
}
#header .inner .naviArea nav ul .entryLink:hover #link--make-started {
  opacity: .8;
}
#header .inner .naviArea nav ul .entryLink:hover .started-menu {
  visibility: visible;
  overflow: visible;
  position: absolute;
  display: inline-block;
  bottom: -170px;
  left: 0;
}
#header .inner .naviArea nav ul .entryLink:hover .started-menu li {
  float: none;
}
#header .inner .naviArea nav ul .entryLink:hover .started-menu li a {
  color: white;
  padding: 10px;
  background: #181818;
  border: solid 1px black;
  border-left-width: 6px;
  border-right: none;
  border-bottom: none;
  display: inline-block;
  width: 160px;
}
#header .inner .naviArea nav ul .entryLink:hover .started-menu li a:hover {
  opacity: .8;
  text-decoration: none;
  /*
 color: @brandColor;
                                    border-left-color: @brandColor;
                                    background:black;
                                    text-decoration: none;
*/
}
#header .inner .naviArea nav ul .entryLink:hover .started-menu .orner a {
  color: #f47258;
}
#header .inner .naviArea nav ul .entryLink:hover .started-menu .orner a:hover {
  opacity: .8;
}
#header .inner .mypage-naviArea {
  width: auto;
}
/* --------------------
ブランドページ
--------------------*/
.LC_Page_Products_List {
  /*
	#header
	{
		background-image: none;
		border-top: solid 6px @brandColor;
		padding-top: 0;
	}
*/
}
/* ------------------------------------------------------------
カート
------------------------------------------------------------*/
#cart {
  position: fixed;
  display: block;
  right: 0;
  top: 107px;
  /* background: fade(#fafafa,84%) url( "@{path}icon-sales.png") no-repeat left center; */
  background: rgba(250, 250, 250, 0.84);
  border: solid 1px #e7ece8;
  height: 44px;
  line-height: 44px;
  padding-right: 20px;
  padding-left: 12px;
  font-family: Helvetica, Arial;
  font-weight: bold;
  z-index: 300;
  text-decoration: none;
  font-size: 16px;
  color: #545c63;
}
#cart .glyphicon {
  margin-right: 4px;
}
#cart:hover {
  opacity: .8;
}
/* backリンク & next ボタン */
.backNext {
  margin-top: 24px;
  text-align: center;
}
.backNext .btn {
  width: auto;
  padding: 8px;
  margin-left: 16px;
  margin-bottom: 0;
}
.backNext .back {
  display: inline-block;
}
/*****************************************
 モーダルレイアウト
 *****************************************/
#modalBox {
  display: none;
  width: 100%;
  height: 100%;
  min-width: 1280px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}
#modalBox .overLay {
  background: rgba(84, 92, 99, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#modalBox .ikaBox {
  background: white;
  position: absolute;
  width: 720px;
  left: 50%;
  top: 50%;
  margin-top: -180px;
  margin-left: -360px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-top: solid 16px #3ba3a3;
  /* 			border-bottom: solid 16px @greenColorDark; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#modalBox .ikaBox .modalHead {
  background: #f0f2f0;
  padding: 40px;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  border-bottom: solid 1px #e7ece8;
}
#modalBox .ikaBox .modalHead strong {
  font-size: 24px;
  margin: 0 4px;
  color: #f0b34a;
}
#modalBox .ikaBox .msgBox {
  padding: 40px 20px;
  background: url("../images/ikaStar.svg") no-repeat right center;
  font-size: 15px;
  line-height: 1.6;
  color: #111;
}
#modalBox .ikaBox .msgBox p {
  margin-bottom: 20px;
}
#modalBox .ikaBox .msgBox p strong,
#modalBox .ikaBox .msgBox p em {
  font-size: 18px;
  font-weight: bold;
}
#modalBox .ikaBox .msgBox p strong {
  color: #f07a78;
}
#modalBox .ikaBox .msgBox p em {
  color: #00ccb2;
}
/* モーダルClose */
.modalClose {
  right: -12px;
  top: -12px;
  opacity: 1;
  position: absolute;
}
.modalClose:hover {
  opacity: .8;
}
/* ------------------------------------------------------------
エラー表示
------------------------------------------------------------*/
.validationError,
.error-message {
  background: #fcdacc;
  padding-top: .5em;
  padding-bottom: .5em;
}
.validationError .errorMessage,
.validationError p,
.error-message {
  color: #ac676c;
}
#flashMessage {
  width: 100%;
  border: 1px solid #000;
  border-radius: 6px;
  padding: .8em;
  margin: 1em auto;
}
#flashMessage.alert-message {
  background: #d34842;
  border-color: #621e1a;
  color: #fff;
}
.error-input {
  background: #ffe8e8;
}
.attention {
  color: #d34842;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.4;
}
/* ------------------------------------------------------------
flexSlider
------------------------------------------------------------*/
.mypage .flexslider .slides {
  height: 336px;
  overflow: hidden;
}
/*-----------------------------------
新メニュー用 拡張 CSS
----------------------------------*/
/* ヘッダー */
#header {
  background: #181818;
  color: white;
  border-top: solid 2px black;
  padding-top: 0;
}
#header .site__lead__text {
  font-size: 10px;
  width: 1200px;
  margin: auto;
}
#header .site__lead__text a {
  font-size: 10px;
  color: #888;
}
#header .mypage-naviArea {
  padding-top: 12px;
}
#header .mypage-naviArea li {
  margin-right: 1em;
}
/*-----------------------------------
TOPページ新メニュー用 拡張 CSS
----------------------------------*/
body.front #footer {
  /* background: url("@{path}menu/small_lot-top.jpg") no-repeat left center; */
  background: #181818;
  background-size: cover;
  /*
 .gray-inner
		 {
    		 background: fade(@grayColorDark,50%);
		 }
*/
}
body.front #footer .footerMenu small {
  font-size: 10px;
}
body.front #footer .menuBox__content {
  margin-bottom: 1em;
}
body.front #footer .submit-area {
  margin-top: 1em
    		 ;
  text-align: right;
}
body.front #footer .newsArea .title {
  margin-bottom: 8px;
  color: #68727a;
}
body.front #footer .newsArea input[type="email"] {
  padding: 8px;
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.front #footer .newsArea input[type="submit"] {
  font-size: 14px;
  padding: 8px 1em;
  width: auto;
  background: transparent;
  border: solid 1px rgba(255, 255, 255, 0.5);
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.front #footer .newsArea .button:hover {
  opacity: 0.8;
}
body.front #footer .socialLink {
  margin-top: 10px;
  overflow: hidden;
}
body.front #footer .socialLink .blogLink {
  float: right;
  display: inline-block;
  line-height: 32px;
  padding-left: 8px;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.5);
}
body.front #footer .socialLink ul {
  overflow: hidden;
  float: left;
}
body.front #footer .socialLink li {
  float: left;
  width: 32px;
  text-indent: 0;
}
body.front #footer .socialLink li img {
  width: 32px;
}
body.front #footer .socialLink li:hover {
  opacity: 0.8;
}
.front #footer {
  min-width: 1280px;
  background: #d6ded8;
  padding: 20px 0;
  padding-bottom: 0;
}
.front #footer .inner {
  width: 960px;
  margin: auto;
  padding-bottom: 3em;
}
.front #footer .footerMenu {
  overflow: hidden;
  margin-bottom: 2em;
}
.front #footer .menuBox {
  width: 300px;
  margin-right: 30px;
  float: left;
}
.front #footer .menuBox .groopingText {
  font-size: 12px;
  color: rgba(240, 242, 240, 0.8);
  padding-bottom: 6px;
  padding-top: 6px;
  line-height: 1.4;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
}
.front #footer .menuBox li {
  text-indent: 4px;
  margin-bottom: 4px;
}
.front #footer .menuBox a {
  text-decoration: none;
  color: white;
  display: inline-block;
  padding: 4px 0;
}
.front #footer .menuBox a:hover {
  opacity: 0.8;
}
.front #footer .menuBox .accent {
  display: inline-block;
  text-indent: 0;
  margin-bottom: 8px;
}
.front #footer .menuBox .accent a {
  color: white;
  display: inline-block;
  padding: 8px;
  padding-top: 10px;
  padding-right: 20px;
  border-right: solid 8px #68727a;
}
.front #footer .menuBox .help a {
  background: #68727a url("../images/icon-about-white.png") no-repeat right center;
}
.front #footer .menuBox .contact a {
  background: #68727a url("../images/icon-mail-white.png") no-repeat right center;
  padding-right: 30px;
}
.front #footer .menuBox .contact:hover {
  opacity: 0.8;
}
.front #footer .menuBox:last-child {
  margin-right: 0;
}
.front #footer .col4 .menuBox {
  width: 225px;
  margin-right: 20px;
}
.front #footer .col4 .menuBox small {
  font-size: 10px;
}
.front #footer .col4 .menuBox-2x {
  width: 470px;
}
.front #footer .col4 .menuBox:last-child {
  margin-right: 0;
}
.front #footer .footerBottom {
  margin-top: 30px;
  padding: 20px 0;
  padding-bottom: 60px;
  border-top: solid 1px #c5d1c7;
  overflow: hidden;
}
.front #footer .footerBottom .fbLikeModule {
  width: 640px;
  float: left;
}
.front #footer .copyright {
  text-align: center;
  font-size: 10px;
  background: black;
  padding: 4px 0;
}
.contact-note {
  margin-top: 10px;
}
/* BS-50 */
.contentGrop {
  padding-top: 40px;
}
.contentGrop:nth-child(2n+1) {
  background: #f2f2f2 none repeat scroll 0% 0%;
  width: 100%;
}
.contentGrop:nth-child(2n) {
  background: #ececec none repeat scroll 0% 0%;
  width: 100%;
}
#brandList {
  padding-top: 0px;
  border-top: 2px solid black;
  background: transparent url(../images/small_lot-top.jpg) no-repeat scroll left center / cover;
  padding-bottom: 0px;
  border-bottom: medium none;
  text-align: center;
}
#brandList .section-header {
  text-align: center;
  margin-bottom: 1em;
}
#brandList .section-header .page-setcion-title {
  background: rgba(0, 0, 0, 0.64) none repeat scroll 0% 0%;
  color: white;
  text-align: center;
  padding: 16px 2em;
  font-size: 24px;
}
#brandList .gray-inner {
  padding-bottom: 2em;
}
#brandList .page-section {
  width: 1200px;
  margin: auto;
  padding-bottom: 2em;
}
#brandList .page-section .lead-section {
  color: white;
  line-height: 1.6;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: left;
  font-size: 14px;
}
.contentGrop .w720 {
  margin: 0 auto;
  width: 720px;
}
.entry {
  text-align: center;
  margin-top: 2em;
}
#brandList .page-section .entry a {
  border: 2px solid white;
  padding: 1em;
  display: inline-block;
  color: white;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
  text-decoration: none;
  font-size: 20px;
}
#contentWrap #main .contentGrop .content {
  width: 1200px;
}
.content {
  padding-bottom: 40px;
  margin: auto auto 40px;
  border-bottom: 1px dotted #8b98a3;
}
.content:last-child {
  border: medium none;
  margin-bottom: 0px;
}
.clear-fix:before,
.clear-fix:after {
  display: block;
  content: '';
  clear: both;
}
.contentGrop .three .brandBox {
  float: left;
  width: 380px;
  position: relative;
  padding-bottom: 64px;
  margin-right: 30px;
}
.contentGrop .three .brandBox:last-child {
  margin-right: 0px;
}
.content .catchCopy {
  font-family: YuGothic, "游ゴシック", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  text-indent: 5px;
}
.content .info .catchCopy {
  text-indent: 0;
}
.three .brandBox .picArea {
  height: 190px;
  overflow: hidden;
}
.three .brandBox .picArea img {
  max-width: 100%;
  vertical-align: bottom;
  display: block;
  margin: 0 auto;
}
.three .brandBox .info {
  padding: 16px;
}
a img {
  border: medium none;
}
.three .brandBox .info .catchCopy a {
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 1em;
  display: block;
  font-size: 18px;
}
#brand a {
  color: black;
}
.three .brandBox .info .concept {
  padding-top: 12px;
  font-size: 13px;
  line-height: 1.4;
  height: 80px;
  color: #68727a;
  overflow: hidden;
  box-sizing: border-box;
}
.three .brandBox .info .concept .inner-info {
  height: 100%;
  overflow: hidden;
}
.mediaList {
  min-width: 1280px;
  margin: 32px auto;
  padding-top: 32px;
  padding-bottom: 48px;
}
.mediaList .inner {
  width: 960px;
  margin: auto;
}
.mediaList .inner .sectionTitle {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
}
.mediaList .inner li {
  display: inline-block;
  margin-right: 16px;
}
.mediaList .inner .more {
  margin-top: 16px;
  display: none;
}
.mediaList .moreLink {
  margin-top: 16px;
  text-align: center;
}
.contentGrop .brandBox a {
  text-decoration: none;
}
.socialLinkArea .button-product:hover {
  opacity: 0.5;
  text-decoration: none;
}
.socialLinkArea .button-product a {
  text-decoration: none;
}
