<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*------------------------------------------------------------
全体
------------------------------------------------------------*/

body {
  color: #494141;
  min-width: 1000px;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Helvetica Neue", Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

a img,
input[type="submit"] {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

a img:hover,
input[type="submit"]:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: pointer;
}

/*---英数字用---*/

/*@font-face {
font-family: 'Prata';
src: url(/fonts/prata-regular-webfont.woff2)format('woff2'),
url(/fonts/prata-regular-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;

}

.prata{
font-family: 'Prata', serif;
}
*/

/*ブランドロゴ表示用*/

.brand {
  display: block;
  text-align: center;
}

.brand span {
  display: none;
}

.brand_1010_:before,
.brand_1020_:before,
.brand_1030_:before,
.brand_1040_:before,
.brand_1090_:before,
.brand_1080_:before {
  content: " ";
  display: block;
  width: 100%;
  height: 25px;
  margin-bottom: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*デジャヴュ*/

.brand_1010_:before {
  background-image: url(/images/common/logo_dejavu.png);
}

/*オペラ*/

.brand_1020_:before {
  background-image: url(/images/common/logo_opera.png);
}

/*アイプチ*/

.brand_1030_:before {
  background-image: url(/images/common/logo_eyeputti.png);
}

/*ナチュリエ*/

.brand_1040_:before {
  background-image: url(/images/common/logo_naturie.png);
}

/*ミア*/

.brand_1090_:before {
  background-image: url(/images/common/logo_mia.png);
}

/*マイラッシュ*/

.brand_1080_:before {
  background-image: url(/images/common/logo_mylash.png);
}

#inner_contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h2.pagetitle {
  color: #494141;
  font-family: "Prata", serif;
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 1em;
  font-weight: normal;
}

/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/

#box_top {
  width: 960px;
  margin: 0 auto;
  position: relative;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

#box_top h1 {
  margin: 26px 0 23px;
  text-align: center;
}

#box_top h1 a {
  padding: 1em;
}

/*ロゴ横・サブナビゲーション*/

#navi_sub {
  position: absolute;
  top: 22.73%;
  right: 14px;
  text-align: right;
}

#navi_sub li,
#navi_sub li a {
  display: table-cell;
  vertical-align: middle;
  color: #d10050;
  font-size: 16px;
  letter-spacing: -0.2em;
}

#mypage a,
#login a,
#logout a {
  margin-top: 8px;
}

#mypage:after {
  content: "/";
  display: table-cell;
  color: #d10050;
  padding: 0 10px;
  font-size: 14px;
}

#fav span,
#cart span {
  color: #fff;
  font-size: 0;
}

#fav span:before {
  /*お気に入りアイコン→お気に入りページリンクの場合*/
  content: url(/images/common/icon_fav.png);
  margin-left: 22px;
}

#fav_check form label:hover {
  /*お気に入りアイコン→お気に入り機能の場合(チェックボックスで表示切替)*/
  cursor: pointer;
}

#fav_check form input[type="checkbox"] {
  visibility: hidden;
  height: 0;
}

#fav_check form input[type="checkbox"] ~ label {
  width: 24px;
  height: 22px;
  display: block;
  font-size: 0;
  background: url(/images/common/icon_fav.png);
  margin-left: 22px;
}

#fav_check form input[type="checkbox"]:checked ~ label {
  width: 24px;
  height: 22px;
  display: block;
  font-size: 0;
  background: url(/images/common/icon_fav_on.png);
  margin-left: 22px;
}

#cart {
  position: relative;
}

#cart &gt; a &gt; span:before {
  content: url(/images/common/icon_cart.png);
  margin-left: 18px;
}

#navi_sub li#cart span#count {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: -4px;
  right: -12px;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  font-family: "Prata", serif;
  letter-spacing: 0;
  text-align: center;
  background: #d10050;
  border-radius: 9px;
}

/*メインナビゲーション*/

#nav {
  width: 100%;
  text-align: center;
  background: #d10050;
  /*border-top:1px solid #e880a8;
    border-bottom:1px solid #e880a8;*/
  margin-bottom: 20px;
}

#nav ul {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  position: relative;
}

#nav &gt; ul &gt; li {
  display: inline-block;
}

#nav &gt; ul &gt; li a {
  display: block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 17px 0;
  border-top: 1px solid #d10050;
  border-bottom: 1px solid #d10050;
}

#nav &gt; ul &gt; li a:hover {
  display: block;
  color: #d10050;
  background: #fff;
  border-left: 0;
  border-right: 0;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#nav &gt; ul &gt; li a span {
  display: block;
  padding: 2px 48.5px;
}

#nav &gt; ul &gt; li:nth-child(odd) a span {
  border-left: 1px solid #e880a8;
  border-right: 1px solid #e880a8;
}

#nav &gt; ul &gt; li:nth-child(odd):hover a span {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#nav &gt; ul &gt; li a span {
  display: block;
}

#nav &gt; ul &gt; li a span {
  background-position: center center;
  background-repeat: no-repeat;
}

#nav &gt; ul &gt; li.brand a + ul {
  position: absolute;
  z-index: 100;
  top: 61px;
  left: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  width: 721px;
  height: 0;
  overflow: hidden;
  border-top: 1px solid #d10050;
  border-bottom: 2px solid #ebebeb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font-size: 0;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #nav &gt; ul &gt; li.brand a + ul {
    top: 61px;
  }
}

/*@media all and (-ms-high-contrast: none) {
#nav &gt; ul &gt; li.brand a + ul{
top:79px;
}
}

_:-ms-lang(x), _::-webkit-meter-bar,#nav &gt; ul &gt; li.brand a + ul{
top:79px;
}*/

#nav &gt; ul &gt; li.brand:hover a + ul,
#nav &gt; ul &gt; li.brand a + ul:hover {
  visibility: visible;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  height: auto;
  overflow: inherit;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: left;
}

#nav &gt; ul &gt; li.brand a + ul li {
  display: inline-block;
  width: 32.95%;
  border-top: 2px solid #ebebeb;
  border-right: 2px solid #ebebeb;
  text-align: center;
}

#nav &gt; ul &gt; li.brand a + ul li:nth-child(3) {
  border-bottom: 2px solid #ebebeb;
  margin: 0 0 -2px;
}

#nav &gt; ul &gt; li.brand a + ul li:nth-child(3n + 1) {
  border-left: 2px solid #ebebeb;
}

#nav &gt; ul &gt; li.brand a + ul li a {
  display: block;
  margin: 4px;
  border: 1px solid #fff;
}

#nav &gt; ul &gt; li.brand a + ul li a:hover {
  border: 1px solid #e880a8;
}

#nav &gt; ul &gt; li.brand a + ul li.noLink a:hover {
  border: 1px solid #fff;
  cursor: default;
}

#nav &gt; ul &gt; li.brand a + ul li.noLink a:hover img {
  cursor: default;
}

#nav &gt; ul &gt; li.brand a + ul li a:hover img {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}

/*検索窓*/

#nav form {
  width: 210px;
  display: inline-block;
  margin-left: 30px;
  border: 1px solid #cbc7c7;
  border-radius: 16px;
  background: #fff;
  font-size: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#nav form input {
  border: 0;
  color: #d10050;
}

:placeholder-shown {
  color: #d10050;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */

::-webkit-input-placeholder {
  color: #d10050;
}

/* Firefox 18- */

:-moz-placeholder {
}

/* Firefox 19+ */

::-moz-placeholder {
  color: #d10050;
}

/* IE 10+ */

:-ms-input-placeholder {
  color: #d10050;
}

#nav form input[type="image"] {
  margin-bottom: -3px;
  padding: 0 12px 0 14px;
}

#nav form input[type="text"] {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  letter-spacing: 0.05em;
  width: 70.5%;
}

/*------------------------------------------------------------
フッター
------------------------------------------------------------*/

/* トピックス */

#topics {
  background: #f4f4f4;
  margin-bottom: 75px;
  padding: 59px 0;
}

#topics h2 {
  font-family: "Prata", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: lighter;
  text-align: center;
}

#topics h2 span {
  width: 850px;
  display: block;
  margin: 0 auto;
  padding-bottom: 41px;
  border-bottom: 1px solid #e7e7e7;
}

#topics dl {
  width: 850px;
  margin: 0 auto 40px auto;
}

#topics dl:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

#topics dl dt,
#topics dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  border-bottom: 1px solid #e7e7e7;
  vertical-align: middle;
  line-height: 20px;
  padding: 19px 0;
}

#topics dl dt {
  width: 260px;
}

.topics_date {
  font-family: "Prata", serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-right: 26px;
  margin-left: 40px;
}

.topics_brand {
  display: inline-block;
  width: 90px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  background: #4e4e4e;
}

#topics dl dd {
  width: 590px;
}

#topics dl dd span {
  display: block;
  width: 40em;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -o-text-overflow: "..";
  text-overflow: "..";
  margin-right: 40px;
}

#topics dl dd:after {
  clear: both;
}

.topics_more {
  width: 150px;
  display: block;
  position: relative;
  margin: 0 auto;
  color: #000;
  font-family: "Prata", serif;
  font-size: 11px;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
}

.topics_more:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background: #4e4e4e;
  color: #fff;
}

/*カスタマーナビ*/

#navi_customer {
  width: 960px;
  margin: 0 auto 60px auto;
}

#navi_customer ul {
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#navi_customer ul li {
  width: 33%;
  display: inline-block;
}

#navi_customer ul li:nth-child(even) {
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

#navi_customer ul li a,
#navi_customer ul li img,
#navi_customer ul li span {
  display: block;
  text-align: center;
  font-size: 11px;
}

#navi_customer ul li a {
  padding-bottom: 13px;
}

#navi_customer ul li img {
  height: 40px;
  margin: 0 auto 30px auto;
}

#navi_customer ul li .name {
  font-family: "Prata", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: lighter;
  margin-bottom: 15px;
}

.brSp {
  display: none;
}

/*トップへ戻るリンク*/

#totop {
  margin: 0 auto 40px auto;
  border-bottom: 1px solid #f4f4f4;
}

#totop a {
  width: 960px;
  display: block;
  color: #fff;
  font-size: 0;
  text-align: center;
  margin: 0 auto 40px auto;
}

#totop a:after {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #232323;
  border-right: 3px solid #232323;
  /*color:#232323;
    font-size:24px;*/
  font-family: "flexslider-icon";
  form: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 auto;
}

/*ブランドリスト*/

#list_brand ul {
  width: 960px;
  margin: 0 auto 30px auto;
  font-size: 0;
  text-align: center;
}

#list_brand ul li {
  display: inline-block;
  margin: 0 24px;
}

#list_brand ul li span {
  display: none;
}

/*会社情報*/

#info_footer {
  background: #f4f4f4;
  font-size: 0;
  padding: 60px 0;
}

#info_footer_box {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}

#info_footer_box:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
}

#info_company {
  width: 450px;
  display: inline-table;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
}

#info_company dt {
  margin-bottom: 45px;
}

#info_company dd {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

#info_company dt + dd {
  font-size: 14px;
  margin-bottom: 20px;
}

.navi_footer {
  width: 156px;
  display: inline-table;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
  margin-left: 80px;
}

.navi_footer dt {
  font-size: 16px;
  font-family: "Prata", serif;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
}

.navi_footer dd {
  line-height: 28px;
}

#copy {
  color: #000;
  font-family: "Prata", serif;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 60px;
  text-align: center;
}

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

/*エラー*/

.error_ {
  font-weight: normal !important;
  color: #d10051;
  margin: 0 auto 20px;
  font-size: 12px;
  text-align: left !important;
  max-width: 960px;
}

/*パンくず*/

.navitopicpath2_,
#breadcrumb {
  width: 960px;
  padding: 0 20px;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 30px;
  text-align: left;
}

.navitopicpath2_ a,
#breadcrumb li {
  display: inline-block;
  font-size: 13px;
  margin-right: 1em;
  line-height: 40px;
}

.navitopicpath2_ a:before,
#breadcrumb li:before {
  content: " ";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1.25px solid #c7c7c7;
  border-right: 1.25px solid #c7c7c7;
  form: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 1em;
}

.navitopicpath2_ a:first-child:before,
#breadcrumb li:first-child:before {
  content: "";
  width: 0;
  height: 0;
  margin-right: 0;
}

#inner_contents {
  position: relative;
  margin: 0 auto;
}

.common_headline1_ {
  color: #494141;
  font-family: "Prata", serif;
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: normal;
}

/*ボタン*/

.submit_ input,
.submit_ a {
  display: block;
  background-color: #d10050;
  width: 160px;
  height: 40px;
  position: relative;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  margin: 0 auto;
  /*
    margin-bottom: 100px;*/
  margin-top: 40px;
  color: #ffffff;
  border-width: 0;
  border-style: outset;
  border-color: none;
  -o-border-image: initial;
  border-image: initial;
}

.submit_ input:hover,
.submit_ a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background: #efefef !important;
  color: #000;
}

/*ボタン*/

.submit_ a {
  background-color: #959595;
}

p.message_ {
  font-size: 12px;
  text-align: center;
}

p.message_ img {
  vertical-align: middle;
}

div.freepage_narrow_ {
  padding: 0 60px;
}

div.freepage_ .box_ {
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}

.freeBox_ .fontColor_ {
  font-size: 17px;
  color: #d20050;
  margin: 0 0 5px 0;
}

/* 3.04追加 */

.freeHead_ {
  line-height: 1.9;
  font-size: 12px;
  padding: 13px 12px;
  margin-bottom: 40px;
}

/* 見出し */

.free_headline1_ {
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.free_headline1_ span {
  font-size: 16px;
}

.freeBox_ {
  line-height: 1.9;
  margin-bottom: 10px;
  overflow: hidden;
}

.freeBox_ p {
  margin: 0 0 1.4em 0;
  font-size: 12px !important;
}

/* リスト */

.freeBox_ ul {
  padding-left: 1em;
  text-indent: -1em;
  margin: 10px 0 20px 0;
  font-size: 12px;
}

/* ボックス背景 */

.boxColor_ {
  padding: 20px;
  background: #f5f5f5;
}

/*------------------------------------------------------------
フォーム共通
------------------------------------------------------------*/

input,
select,
textarea {
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  /*-webkit-appearance : none;*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.formdetail_ {
  border-top: 1px solid #e0e0e0;
  width: 850px;
  margin: 0 auto;
  text-align: left;
  letter-spacing: 0.1em;
}

.formdetail_ tr {
  height: 100px;
  border-bottom: 1px solid #e0e0e0;
  display: inline-table;
  width: 850px;
}

.formdetail_ td {
  font-size: 13px;
}

.formdetail_ th {
  text-align: right;
  text-align: right;
  width: 240px;
  padding-right: 20px;
}

.formdetail_ input[type="text"],
.formdetail_ input[type="password"],
.formdetail_ select {
  border: 1px solid #c0c0c0;
  width: 500px;
  height: 40px;
  margin: 20px 0;
}

.formdetail_ input,
.formdetail_ select,
.formdetail_ textarea {
  font-size: 13px;
}

.formdetail_ textarea {
  padding: 1em;
  line-height: 150%;
}

.formdetail_ input {
  margin-right: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 1em;
}

.formdetail_ select {
  text-indent: 0.3em;
}

/*フォーム初期値*/

.formdetail_ :placeholder-shown {
  color: #000000;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */

.formdetail_ ::-webkit-input-placeholder {
  color: #000000;
}

/* Firefox 18- */

.formdetail_ :-moz-placeholder {
}

/* Firefox 19+ */

.formdetail_ ::-moz-placeholder {
  color: #000000;
}

/* IE 10+ */

.formdetail_ :-ms-input-placeholder {
  color: #000000;
}

/*必須画像削除　※に置換*/

.formdetail_ img {
  display: none;
}

.small_ {
  display: none;
  font-size: 12px;
}

.formdetail_ th:after {
  content: "※";
  color: #d10051;
  margin-left: 0.5em;
}

/*ボタン*/

.submit_ {
  margin-bottom: 100px;
  margin-top: 40px;
}

/*IE フォーム対策*/

.formdetail_ td select::-ms-expand,
.formdetail_ select::-ms-expand {
  display: none;
}

.formList td {
  font-size: 0;
}

/*------------------------------------------------------------
メールマガジン
------------------------------------------------------------*/

.mail_ th {
  width: 235px;
  padding-right: 45px;
  font-weight: normal;
}

/*中見出し*/

.mail_ .common_headline2_ {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 48px;
  font-weight: normal !important;
  background: #f9f9f9;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 40px;
}

/*メールマガジンご登録の方は、下記フォームにご記入のうえ送信してください。※は入力必須項目です。*/

.mail_ p {
  text-align: center;
  font-size: 12px;
}

.mail_com {
  margin-top: 2.5em;
  margin-bottom: 2.5em !important;
}

.mail_com span {
  color: #d10050;
}

.mail_com br {
  display: none;
}

.mail_com br:nth-last-of-type(2) {
  display: block;
}

/*登録内容を変更する場合は解除後、再登録をお願いいたします。利用規約、個人情報保護方針をお読みいただき、 同意のうえボタンをクリックしてください。*/

form:first-of-type .mail_com {
  font-weight: 600;
}

/*メールマガジンご登録の方は、下記フォームにご記入のうえ送信してください。※は入力必須項目です。*/

.mail_com a {
  color: #d10050;
  text-decoration: underline;
}

/*利用規約*/

.mail_ .agreebody_ {
  width: 850px !important;
  height: 300px;
  overflow: auto;
  border: 1px solid #ccc !important;
  margin-bottom: 100px !important;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*規約内容*/

.mail_ .freeBox_ p {
  text-align: left;
  width: 100%;
  line-height: 200%;
}

.mail_ .freeBox_ ul {
  padding-left: 1em;
  text-indent: -1em;
  margin: 10px 0 20px 0;
}

.mail_ .freeBox_:first-child {
}

.mail_ p.free_headline1_ {
  font-size: 16px;
  line-height: 300%;
  border-bottom: 1px solid #7f7f7f;
  font-weight: normal !important;
  margin-top: 2em;
  margin-bottom: 1em;
}

.mail_ #memberpolicy {
  width: 750px;
  margin: 0 auto;
}

/*メールマガジン登録*/

/*配信希望別*/

.message_ tr:nth-of-type(4) input {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}

.message_ tr:nth-of-type(4) td {
  line-height: 200%;
}

.message_ tr:nth-of-type(4) label {
  display: inline-block;
  width: 110px;
}

/*都道府県*/

.message_ tr:nth-of-type(3) th:after {
  content: "　";
}

.message_ tr:nth-of-type(3) td select {
  width: 240px;
  margin-right: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 1em;
}

.message_ tr:nth-of-type(3)::after {
  content: " ";
  display: block;
  float: right;
  width: 10px;
  height: 10px;
  border-top: 1px solid #d10050;
  border-right: 1px solid #d10050;
  cursor: pointer;
  color: #d10050;
  font-size: 0;
  form: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 39px;
  position: relative;
  left: -340px;
}

/*登録・解除ボタン*/

.mail_ form:last-child .submit_ input {
  background-color: #959595;
}

/*------------------------------------------------------------
会員登録
------------------------------------------------------------*/

.centertext_.message_ {
  padding: 20px 0;
}

.customer_ {
  color: #000;
}

.customer_ tr {
  height: 80px;
}

.customer_ th {
  width: 230px;
  padding-right: 50px;
  font-weight: normal;
}

/*注意書き*/

.customer_ p.message_ {
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 13px;
}

/*会員情報登録・修正を行います。※マークの箇所は、必ず入力してください。*/

/*..customer_ p.message_:first-of-type{margin-top: 0;}
customer_ p.message_:first-of-type br { display: none;
}*/

/*氏名・カナ*/

table.customer_ .checktype_name input,
table.customer_ .checktype_kana input {
  float: left;
  width: 240px;
  margin-right: 20px;
}

table.customer_ .checktype_name,
table.customer_ .checktype_kana {
  font-size: 0;
}

/*氏名・カナ*/

table.customer_:first-of-type tr:nth-of-type(1) td input,
table.customer_:first-of-type tr:nth-of-type(2) td input {
  float: left;
  width: 300px;
  margin-right: 20px;
}

/*メールアドレス*/

table.customer_:first-of-type tr:nth-of-type(3) td {
  font-weight: 600;
}

table.customer_:first-of-type tr:nth-of-type(3) th:after {
  content: "　";
}

/*連絡先電話番号*/

table.customer_ .checktype_tel input {
  width: 300px;
}

/*郵便番号*/

table.customer_ .checktype_zip input {
  width: 250px;
}

/*都道府県*/

.customer_ .checktype_pref select {
  width: 200px;
  margin-right: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 1em;
}

.customer_ tr:nth-of-type(6)::after {
  content: " ";
  display: block;
  float: right;
  width: 10px;
  height: 10px;
  border-top: 1px solid #d10050;
  border-right: 1px solid #d10050;
  cursor: pointer;
  color: #d10050;
  font-size: 0;
  form: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 29px;
  position: relative;
  left: -380px;
}

/*住所３(マンション名等)*/

table.customer_:first-of-type tr:nth-of-type(9) th:after {
  content: "　";
}

/*会社名*/

table.customer_:first-of-type tr:nth-of-type(10) th:after {
  content: "　";
}

/*部署名*/

table.customer_:first-of-type tr:nth-of-type(11) th:after {
  content: "　";
}

/*性別*/

table.customer_:nth-of-type(2) tr:nth-of-type(1) td select {
  width: 200px;
  margin-right: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 1em;
}

table.customer_:nth-of-type(2) tr:nth-of-type(1):after {
  content: " ";
  display: block;
  float: right;
  width: 10px;
  height: 10px;
  border-top: 1px solid #d10050;
  border-right: 1px solid #d10050;
  cursor: pointer;
  color: #d10050;
  font-size: 0;
  form: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 29px;
  position: relative;
  left: -380px;
}

/*生年月日*/

.checktype_date select {
  width: 100px;
  margin-right: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 1em;
  background-image: url(/images/customer/arrow.gif);
  background-repeat: no-repeat;
  background-position: 80% center;
  background-size: 16px;
}

.checktype_date select:nth-of-type(1) {
  width: 150px;
  background-position: 90% center;
}

/*職業*/

table.customer_:nth-of-type(2) tr:nth-of-type(3) th:after {
  content: "　";
}

table.customer_:nth-of-type(2) tr:nth-of-type(3) td select {
  width: 300px;
  margin-right: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 1em;
}

table.customer_:nth-of-type(2) tr:nth-of-type(3)::after {
  content: " ";
  display: block;
  float: right;
  width: 10px;
  height: 10px;
  border-top: 1px solid #d10050;
  border-right: 1px solid #d10050;
  cursor: pointer;
  color: #d10050;
  font-size: 0;
  form: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 29px;
  position: relative;
  left: -280px;
}

/*配信希望種別(複数選択可能)*/

table.customer_:nth-of-type(3) tr:nth-of-type(2) label {
  margin-right: 1em;
}

/*当店発行のメールマガジン ラジオボタン*/

table.customer_:nth-of-type(3) tr:nth-of-type(1) td input[type="radio"] {
  display: inline-block;
  margin-right: 6px;
}

table.customer_:nth-of-type(3) tr:nth-of-type(1) td input[type="radio"] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 13px;
  line-height: 30px;
  cursor: pointer;
}

@media (min-width: 1px) {
  table.customer_:nth-of-type(3) tr:nth-of-type(1) td input[type="radio"] {
    position: relative;
    display: none;
    margin: 0;
  }
  table.customer_:nth-of-type(3) tr:nth-of-type(1) td input[type="radio"] + label {
    padding: 0 0 0 26px;
  }
  table.customer_:nth-of-type(3) tr:nth-of-type(1) td input[type="radio"] + label::before {
    content: "";
    position: absolute;
    top: 55%;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    background: #fff;
  }
  table.customer_:nth-of-type(3) tr:nth-of-type(1) td input[type="radio"] + label::before {
    border: 1px solid #ccc;
    border-radius: 30px;
  }
  table.customer_:nth-of-type(3) tr:nth-of-type(1) td input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    top: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  table.customer_:nth-of-type(3) tr:nth-of-type(1) td input[type="radio"]:checked + label::after {
    left: 3px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    background: #d10050;
    border-radius: 8px;
  }
}

/*パスワード*/

table.customer_:nth-of-type(4) tr span.small_ {
  display: inline;
  color: #7f7f7f;
}

table.customer_:nth-of-type(4) tr:nth-of-type(1) input {
  margin-top: 15px;
  width: 250px;
}

table.customer_:nth-of-type(4) tr:nth-of-type(1) span.small_ {
  display: block;
  line-height: 180%;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*パスワード確認*/

table.customer_:nth-of-type(4) tr:nth-of-type(2) input {
  width: 250px;
}

/*利用規約、個人情報保護方針をお読みいただき、 同意のうえボタンをクリックしてください。*/

.customer_ p.mail_com {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
}

/*入力内容を確認する。*/

.customer_ .submit_ input {
  width: 160px;
}

/*------------------------------------------------------------
会員メール送信完了
------------------------------------------------------------*/

.customer_ p.message_ {
  color: #d10051;
}

.customer_ .submit_ a {
  width: 160px;
  background-color: #959595;
}

/*------------------------------------------------------------
会員アドレス帳
------------------------------------------------------------*/

/*住所３(マンション名等)*/

table.custdest_:first-of-type tr:nth-of-type(9) th:after {
  content: "　";
}

/*会社名*/

table.custdest_:first-of-type tr:nth-of-type(10) th:after,
table.customerconfirm_:first-of-type tr:nth-of-type(7) th:after {
  content: "　";
}

/*部署名*/

table.custdest_:first-of-type tr:nth-of-type(11) th:after,
table.customerconfirm_:first-of-type tr:nth-of-type(8) th:after {
  content: "　";
}

/* 住所(確認画面) */

table.customerconfirm_ tr:nth-of-type(6)::after {
  display: none;
}

/*------------------------------------------------------------
お問い合わせ
------------------------------------------------------------*/

.contact_ {
  margin-top: 35px;
  margin-bottom: 35px;
}

/*当店へのご要望は、下記フォームにご記入のうえ送信してください。 ※は入力必須項目です。 */

.contact_ p.message_ {
  text-align: center;
  font-size: 12px;
  color: #000000;
}

.contact_ p.message_ br {
  display: none;
}

.contact_ p.message_ span {
  color: #d10050;
}

.contact_ p.message_ a {
  text-decoration: underline;
  color: #d10050;
}

.contact_ th {
  width: 235px;
  padding-right: 45px;
  font-weight: normal !important;
}

/*件名*/

.contact_ tr:nth-of-type(1)::after {
  content: " ";
  display: block;
  float: right;
  width: 10px;
  height: 10px;
  border-top: 1px solid #d10050;
  border-right: 1px solid #d10050;
  cursor: pointer;
  color: #d10050;
  font-size: 0;
  form: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 39px;
  position: relative;
  left: -80px;
}

/*オーダーＩＤ*/

.contact_ tr:nth-of-type(2) th:after {
  content: "　";
}

/*お名前*/

.contact_ tr:nth-of-type(3) td input {
  float: left;
  width: 260px;
  margin-right: 20px;
}

/*電話番号*/

.contact_ tr:nth-of-type(4) td input {
  width: 300px;
}

/*お問い合わせ内容*/

.contact_ tr textarea {
  width: 500px;
  height: 300px;
  border: 1px solid #c0c0c0;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact_ tr:nth-of-type(7) th {
  vertical-align: top;
  padding-top: 2em;
}

/*入力内容を確認するボタン*/

/*.contact_ .submit_ a{background-color: #d10050; border-radius: 3px; width: 260px; font-size: 13px;}*/

/*------------------------------------------------------------
お問い合わせ履歴一覧
------------------------------------------------------------*/

.customer_status_ ul {
  width: 850px;
  margin: 0 auto;
  margin-top: 30px;
}

.customer_status_ li {
  border-top: 1px solid #e0e0e0;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 35px;
  padding-bottom: 30px;
}

.customer_status_ li:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}

.customer_status_ .contact_date {
  font-family: "Prata", serif;
  font-size: 12px;
}

.customer_status_ .contact_number {
  display: inline-table;
  line-height: 150%;
  font-size: 12px;
  margin-left: 2em;
}

.customer_status_ li a {
  color: #d10050;
  font-size: 16px;
  margin-top: 0.5em;
  font-weight: 500;
  text-decoration: underline;
  width: 100%;
  display: block;
}

/*送信ボタン*/

.contactlist_ .submit_ input {
  background-color: #959595;
}

/*------------------------------------------------------------
お問い合わせ履歴詳細
------------------------------------------------------------*/

.contact_detail:last-of-type:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.contact_detail li p {
  margin-top: 1.9em;
  padding-top: 1.9em;
  font-size: 13px;
  width: 750px;
  padding-left: 50px;
  padding-right: 50px;
  border-top: 1px solid #e0e0e0;
}

.contact_detail form {
  text-align: center;
}

/*テキストエリア*/

.contact_detail textarea {
  border: 1px solid #c0c0c0;
  font-size: 0.9em;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 750px;
  height: 200px;
  margin: 0 auto;
  line-height: 150%;
}

/*ボタン*/

.contact_detail .submit_ {
  margin: 0 auto;
  width: 480px;
}

.contact_detail .submit_ input {
  float: left;
  width: 230px;
}

.contact_detail .submit_ input:first-of-type {
  background: #959595;
  margin-right: 20px;
}

/*お問い合わせ内容*/

p.contact_comment {
  width: 750px;
  font-size: 13px;
  line-height: 180%;
  font-weight: 500;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #e0e0e0;
  letter-spacing: 0.1em;
}

/*引き続きご質問、ご回答等ございましたらこちらよりお問い合わせください。*/

.contact_detail p.message_ {
  font-weight: 600;
  text-align: center;
  line-height: 600%;
}

.contact_detail p.message_ br {
  display: none;
}

/*------------------------------------------------------------
製品検索
------------------------------------------------------------*/

.search_ th {
  width: 180px;
  padding-right: 40px;
}

.search_ th:after {
  content: "";
  margin-left: 0em;
}

/*ブランド検索*/

#search_brand select {
  text-indent: 1em;
}

#search_brand td:after {
  content: " ";
  display: block;
  float: right;
  width: 10px;
  height: 10px;
  border-top: 1px solid #d10050;
  border-right: 1px solid #d10050;
  cursor: pointer;
  color: #d10050;
  font-size: 0;
  form: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -46px;
  margin-right: 140px;
}

/*価格検索*/

#search_price input {
  width: 150px;
}

#search_price {
  width: 850px;
}

/*ジャンル検索*/

#search_genre {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

#search_genre th {
  line-height: 150%;
}

.genre_ input {
  width: auto;
  height: auto;
  text-indent: 0.5em;
}

.genre_ {
  width: 570px;
  font-weight: 600;
}

.genre_ .genre_depth_2 {
  display: inline;
}

/*チェックボックスの装飾*/

.formdetail_ input[type="checkbox"] {
  display: none;
}

.formdetail_ input[type="checkbox"] + label:before,
.formdetail_ input[type="checkbox"]:checked + label:before {
  content: " ";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}

.formdetail_ input[type="checkbox"] + label:before {
  background-image: url(/images/customer/bg_check.png);
}

.formdetail_ input[type="checkbox"]:checked + label:before {
  background-image: url(/images/customer/bg_checked.png);
}

.genre_label {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 2em;
  line-height: 200%;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*　MAKE UP SKIN CARE BASEMAKE OTHER装飾*/

.genre_depth_1 input[type="checkbox"] + label:before,
.genre_depth_1 input[type="checkbox"]:checked + label:before {
  display: none;
}

.genre_depth_1 {
  color: #d10050;
  font-family: "Prata", "Sawarabi Mincho", serif;
  margin-top: 20px;
  margin-bottom: 10px;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  width: 100%;
  padding-right: 164px;
}

.genre_depth_1:first-of-type {
  margin-top: 0px;
  border-top: 0px;
}

.genre_depth_1 label:before,
.genre_depth_1 label:after {
  display: none;
}

/* --------------------------------------------------------------------
マイメニュー　レイアウトカスタム
-------------------------------------------------------------------- */

div.customer_status_ {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px 10px 10px;
  /*border-bottom: 1px dotted #CCC;*/
}

.loginname_ {
  padding: 10px 35px;
  margin-bottom: 20px;
  font-weight: bold;
  border-left: 5px solid #c02952;
  font-size: 1.1em;
}

div.pagenation {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px 10px 10px;
  text-align: right;
}

div.pagenation .current {
  text-align: center;
  color: #d10050;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 0.9em;
}

div.pagenation a {
  text-align: center;
  color: #000;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 0.9em;
}

div.pagenation a:hover {
}

.customer_ div.mymenu_ {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

.customer_ div.mymenu_item_ {
  width: 400px;
  min-height: 65px;
  background: url(/images/customer/mypage_arrow.gif) right center no-repeat;
  float: left;
  padding: 15px 20px;
  margin: 0 20px;
}

.customer_ div.mymenu_item_ .img_ {
  float: left;
  margin-right: 20px;
}

.customer_ div.mymenu_item_ .img_ img {
  width: 50px;
  height: auto;
}

.customer_ div.mymenu_item_ .desc_ {
  margin: 0;
}

.customer_ .mymenu_item_ h2 {
  border: none;
  margin: 0;
  font-size: 0.9em;
}

.customer_ .mymenu_item_ h2 a {
  text-decoration: none;
}

.customer_ div.mymenu_item_ p {
  font-size: 11px;
  padding: 0 20px 0 0;
  margin: 0 0 0 5px;
}

.customer_ p {
  font-size: 13px;
  line-height: 1.7;
}

/* --------------------------------------------------------------------
マイページ　購入履歴
-------------------------------------------------------------------- */

.hiddenEnter_ {
  width: 0;
  height: 0;
}

div.customer_ .method_addr_ {
  margin-bottom: 10px;
  padding-left: 10px;
}

div.customer_ .destgoodslist_ {
  margin-bottom: 20px;
}

table.history_ {
  width: 960px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-bottom: 20px;
}

table.history_ td {
  padding: 0 20px;
}

table.history_ th {
  font-weight: bold;
  padding: 10px;
  white-space: nowrap;
  background-color: #fcfcfc;
  border: 1px solid #ccc;
}

table.history_ td.order_dt_ {
  white-space: nowrap;
}

table.history_ td.order_detail_ ul {
  margin-bottom: 5px;
}

table.history_ td.order_detail_ ul li {
  margin-left: 2em;
  list-style: square;
}

table.history_ td.order_detail_ p.order_again_ {
  padding: 5px;
  text-align: right;
  font-weight: bold;
}

table.history_ td.total_ {
  text-align: center;
  font-size: 14px;
}

ul.historydetail_ {
  margin: 50px auto 80px;
  text-align: center;
}

ul.historydetail_ li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
  width: 300px;
}

ul.historydetail_ li a {
  display: block;
  border: 1px solid #c02952;
  border-radius: 6px;
  background: #fff;
  padding: 15px 0;
  color: #c02952;
}

ul.historydetail_ li a:hover {
  background: #c02952;
  color: #fff;
}

table.history_ td,
table.history_ td.order_dt_ {
  border: 1px solid #ccc;
  padding: 20px;
}

.order_detail_ .name2_,
.order_again_ a {
  font-size: 10px;
}

.order_again_ {
  text-align: center !important;
  margin-top: 10px;
}

.order_again_ a {
  background: rgba(214, 12, 77, 1);
  color: #fff;
  padding: 10px;
}

.formlist_.history_ th {
  width: auto !important;
}

.formlist_.history_ .order_dt_ {
  width: 200px;
}

.formlist_.history_ .order_dt_ {
  width: 100px;
}

.formlist_.history_ .order_detail_ {
  width: 300px;
}

.formlist_.history_ .total_ {
  width: 80px;
}

.formlist_.history_ .method_ {
  width: 80px;
}

.formlist_.history_ .status_ {
  width: 200px;
}

/* --------------------------------------------------------------------
マイページ　カード情報確認
-------------------------------------------------------------------- */

.cardedit_info_ .common_headline2_ {
  margin-bottom: 10px;
  padding: 8px 8px 8px 20px;
  font-size: 14px;
  font-weight: bold;
}

div.cardedit_ {
  width: 960px;
  margin: 0 auto;
}

div.cardedit_ table th {
  width: 16em;
}

/* 現在の登録内容 */

div.cardedit_info_ {
  margin-bottom: 20px;
}

/**/

td.card_ label {
  margin: 0 20px 0 5px;
}

/* --------------------------------------------------------------------
ブランドページ
-------------------------------------------------------------------- */

.brandLink {
  width: 960px;
  position: relative;
  margin: 0 auto;
}

#tobrand {
  width: 240px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -68px;
}

#tobrand a {
  color: #d10050;
  display: block;
  line-height: 40px;
  background: #e9e9e9;
  border-radius: 4px;
  text-align: center;
}

#tobrand a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background: #d10050;
  color: #e9e9e9;
}

#tobrand:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
}

#inner_contents hr {
  border: 0;
  margin: 0 0 10px 0;
  padding: 0;
}

/*ブランド別カテゴリページ---------------------------------------*/

.hdrW {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

/*ブランドイメージ画像*/

h2#box_image {
  display: block;
  margin-bottom: 40px;
}

/*カテゴリ別商品一覧*/

.list_category h3 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: normal;
  text-align: center;
  line-height: 48px;
  background: #f9f9f9;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 60px;
}

.list_category ul {
  /*display:block;*/
  width: 960px;
  text-align: center;
  margin: 0 auto 60px auto;
  font-size: 0;
}

.list_category li {
  position: relative;
  vertical-align: top;
  width: 33%;
  display: inline-block;
  font-size: 14px;
  padding-bottom: 41px;
  margin-bottom: 60px;
}

.list_category li a {
  display: block;
  color: #574d51;
}

.list_category li img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 32px;
}

.list_category li a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.list_category li span {
  display: block;
  text-align: center;
}

.list_category li .brand {
  display: none;
}

.list_category li .item_type {
  color: #574d51;
  font-size: 11px;
  margin-bottom: 6px;
}

.list_category li .item_name {
  color: #574d51;
  font-size: 14px;
  margin-bottom: 6px;
  margin-right: 2em;
  margin-left: 2em;
}

.list_category li .item_price {
  margin-bottom: 1em;
}

.list_category li .item_more {
  width: 120px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  margin: 0 auto;
  color: #fff;
  border: 1px solid #d10050;
  font-size: 0.8em;
  line-height: 40px;
  letter-spacing: 0.15em;
  background-color: #d10050;
  border-radius: 3px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.list_category li a:hover .item_more {
  color: #d10050;
  background-color: #fff;
}

.list_category {
  margin: 0 auto;
}

.navisort_ {
  width: 960px;
  margin: 20px auto;
}

.list_category .navisort_ dt {
  /*width: 960px;*/
  float: left;
  text-align: center;
  font-size: 0.9em;
}

.list_category .navisort_ dd {
  /*width: 960px;*/
  float: left;
  text-align: center;
}

.list_category .navisort_ dd a {
  margin: 0 5px;
  padding: 7px 15px;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  border-radius: 3px;
  font-size: 0.9em;
}

.list_category .navisort_ dd a:hover {
  background: #c02952;
  border: 1px solid #c02952;
  color: #fff;
}

.list_category .navisort_ .navisort_now_ {
  font-weight: bold;
  padding-left: 20px;
}

navisort_now_
/*ブランド別トピックス*/

.topics_dejavu span.topics_brand,
.topics_opera span.topics_brand,
.topics_eyeputti span.topics_brand,
.topics_naturie span.topics_brand,
.topics_mia span.topics_brand,
.topics_mylash span.topics_brand,
.topics_dejavu a.topics_more,
.topics_opera a.topics_more,
.topics_eyeputti a.topics_more,
.topics_naturie a.topics_more,
.topics_mia a.topics_more,
.topics_mylash a.topics_more {
  display: none;
}

.topics_dejavu dt,
.topics_opera dt,
.topics_eyeputti dt,
.topics_naturie dt,
.topics_mia dt,
.topics_dejavu dt {
  width: 160px !important;
}

.topics_dejavu dd,
.topics_opera dd,
.topics_eyeputti dd,
.topics_naturie dd,
.topics_mia dd,
.topics_mylash dd {
  width: 690px !important;
}

.topics_dejavu dd span,
.topics_opera dd span,
.topics_eyeputti dd span,
.topics_naturie dd span,
.topics_mia dd span,
.topics_mylash dd span {
  width: 45em !important;
}

/*商品ページ---------------------------------------*/

.goodsdetail_ {
  width: 960px;
  margin: 0 auto;
}

#productSlider_,
.goodsspec_ {
  width: 470px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

/*商品画像*/

#productSlider_ img {
  width: 100%;
}

.product_detail_ ul {
  width: 470px;
  height: 470px;
  margin: 0 auto 30px auto;
  overflow: hidden;
}

.product_detail_ ul li {
  width: 100%;
}

/*商品画像矢印*/

#detail_arr {
  width: 110%;
  position: absolute;
  top: 235px;
  left: -5%;
}

#detail_arr a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  background: #d10050;
  border-radius: 15px;
  margin: -20px 0 0;
  position: absolute;
  z-index: 10;
  overflow: visible;
  cursor: pointer;
  color: #d10050;
  font-size: 0;
}

#detail_arr a.prev {
  left: 0;
  form: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#detail_arr a.next {
  right: 0;
  text-align: right;
  form: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#detail_arr a span:before {
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  content: " ";
}

#detail_arr a.prev span:before {
  margin-top: 12px;
  margin-left: 9px;
}

#detail_arr a.next span:before {
  margin-top: 12px;
  margin-left: 9px;
}

/*商品画像サムネイル*/

.product_detail_thumbs_ {
  width: 100%;
  text-align: center;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product_detail_thumbs_ li {
  width: 50px;
  display: inline-block;
  border: 1px solid #e7e7e6;
  border-radius: 3px;
  margin: 0 10px;
}

.product_detail_thumbs_ li.thumb_selected {
  border: 1px solid #d10050;
}

.product_detail_thumbs_ li a {
  display: block;
}

/*カート周辺*/

h1.goods_name_ {
  font-size: 15px;
  text-align: left;
  font-weight: normal !important;
}

h1.goods_name_ span {
  display: block;
  font-size: 23px;
  line-height: 2;
  margin-bottom: 0.75em;
}

.goodsspec_ &gt; * {
  margin-left: 70px;
  text-align: left;
}

.goods_name_caption {
  font-size: 13px;
  margin-bottom: 20px;
}

/*価格*/

#regularPrice {
  margin-bottom: 40px;
}

#regularPrice dt {
  display: none;
}

#regularPrice dd {
  font-size: 26px;
}

#regularPrice dd span {
  font-size: 13px;
}

/*フォーム周辺*/

.selectbox_ {
  margin-bottom: 40px;
}

.selectbox_ &gt; div {
  position: relative;
  border: 1px solid #d10050;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 0 0 0 30px;
  height: 60px;
  line-height: 60px;
}

.selectbox_ p {
  width: 15%;
  color: #d10050;
  float: left;
}

.selectbox_ .inner {
  display: none;
}

.selectbox_ select {
  width: 70%;
  margin-left: 40px;
  border: none;
}

.custom-selectbox select::-ms-expand {
  display: none;
}

.custom-selectbox select {
  line-height: 60px;
  height: 60px;
  background: #fff;
  font-size: 14px;
}

.custom-selectbox:after {
  position: absolute;
  right: 4%;
  top: 4.5%;
  content: " ";
  display: block;
  float: right;
  width: 10px;
  height: 10px;
  border-top: 1px solid #d10050;
  border-right: 1px solid #d10050;
  cursor: pointer;
  color: #d10050;
  font-size: 0;
  float: right;
  form: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 20px;
  margin-right: 8px;
}

#select_quantities_ {
  font-size: 14px;
  font-weight: normal;
}

/*ボタン*/

.btn_cart_ input,
.option_buttons_ li.favorite_btn_ a {
  display: block;
  color: #fff;
  width: 260px;
  font-size: 15px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 6px;
  border-width: 0;
  border-style: outset;
  border-color: none;
  -o-border-image: initial;
  border-image: initial;
  margin-bottom: 20px;
}

.btn_cart_ input {
  background: #d10050;
}

.option_buttons_ li.favorite_btn_ a {
  background: #959595;
}

.btn_cart_ input:hover,
.option_buttons_ li.favorite_btn_ a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background: #efefef;
  color: #000;
}

/*商品説明*/

#box_info_item {
  border-top: 1px solid #eeeced;
  margin-top: 60px;
  text-align: center;
}

#box_info_item .imgBlk {
  max-width: 900px;
  margin: 0 auto;
}

#box_info_item .imgBlk img {
  width: 100%;
}

#box_info_item h2 {
  width: 750px;
  color: #d10050;
  font-size: 24px;
  font-weight: normal !important;
  line-height: 1;
  border-bottom: 1px solid #ed99b9;
  margin: 100px auto 40px auto;
  padding-bottom: 20px;
}

#box_info_item p.txtBlk {
  line-height: 2;
  margin: 0 auto 20px;
  font-size: 1rem;
}

#box_info_item .detailImg {
  margin: 0 auto;
  max-width: 460px;
}

#box_info_item .detailImg img {
  width: 100%;
}

#box_info_item .commentBlk {
  max-width: 750px;
  margin: 4rem auto;
}

#box_info_item .commentBlk p {
  text-align: left;
}
#box_info_item .movie {
  max-width: 650px;
  margin: 0 auto;
}
#box_info_item .movie p {
  text-align: left;
  line-height: 1;
  margin: 10px 0 0;
}

/*カラーチャート*/

.colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1020px;
  margin: 0 auto;
}

.colors li {
  /*! display:inline-block; */
  /*! margin:30px; */
  width: calc(100% / 4);
  margin: 0 0px 40px;
}
.colors.column-3 li {
  width: calc(100% / 3);
}

/*追加！*/

.mb40 {
  margin-bottom: 40px;
}

.pBrown:before,
.khBlack:before,
.blBrown:before,
.nBlack:before,
.gBrown:before,
.wBrown:before,
.mBrown:before,
.lBrown:before,
.dBrown:before,
.sGlay:before,
.pBlack:before,
.brdBlack:before,
.nBrown:before,
.mcBrown:before,
.rBlack:before,
.medBrown:before,
.kBrown:before,
.ashBrown:before,
.mBlack:before,
.bBrown:before,
.kBlack:before,
.beBrown:before,
.pinkBrown:before,
.cB:before,
.cB2:before,
.aO:before,
.Ab:before,
.copperb:before,
.dP::before,
.cN::before,
.pP::before,
.realBk::before,
.dBrown::before,
.nBrown::before,
.roseB::before,
.bo::before,
.pinkC::before,
.burgundyB::before,
.bf::before,
.mg::before,
.ashT::before,
.peachPink::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: 0 auto 10px;
}

.blBrown:before {
  /*ブラックブラウン*/
  background: #442d00;
}

.pBlack:before {
  /*ピュアブラック*/
  background: #000000;
}

.nBrown:before {
  /*ナチュラルブラウン*/
  background: #735440;
}

.lBrown:before {
  /*ライトブラウン*/
  background: #916f2e;
}

.dBrown:before {
  /*ダークブラウン*/
  background: #580b0b;
}

.sGlay:before {
  /*ソフトグレー*/
  background: #6c624b;
}

.nBlack:before {
  /*ネイビーブラック*/
  background: #000031;
}

.gBrown:before {
  /*グレイッシュブラウン*/
  background: #443f22;
}

.wBrown:before {
  /*ウォームブラウン*/
  background: #a5614c;
}

.mBrown:before {
  /*モーヴブラウン*/
  background: #6e414e;
}

.brdBlack:before {
  /*ボルドーブラック*/
  background: #54041c;
}

.pBrown:before {
  /*ピュアブラウン*/
  background: #8a532f;
}

.khBlack:before {
  /*カーキブラック*/
  background: #525334;
}

.mcBrown:before {
  /*モカブラウン*/
  background: #663f39;
}

.rBlack:before {
  /*ブラック リアルブラック ディープブラック*/
  background: #231f20;
}

.kBrown:before {
  /*カシスブラウン*/
  background: #6f324d;
}

.medBrown:before {
  /*ミディアムブラウン*/
  background: #713d1a;
}

.ashBrown:before {
  /*アッシュブラウン*/
  background: #936845;
}

.mBlack:before {
  /*モーブブラック*/
  background: rgba(59, 54, 93, 1);
}

.kBlack:before {
  /*カシスブラック*/
  background: rgba(106, 48, 83, 1);
}

.bBrown:before {
  /*ビターブラウン*/
  background: #6c4d39;
}

.beBrown:before {
  /*ベージュブラウン*/
  background: #ce9c5b;
}

.cB:before {
  /*クランベリーボルドー*/
  background: #a31548;
}
.cB2:before {
  /*キャメルブラウン*/
  background: #8b652e;
}

.Ab:before {
  /*アーモンドブラウン*/
  background: #73361b;
}

.pinkBrown:before {
  /*ピンクブラウン*/
  background: #a46a53;
}
.aO:before {
  /*アッシュオリーブ*/
  background: #a1977d;
}
.copperb::before {
  /*コッパーブラウン*/
  background: #c4421e;
}
.dP::before {
  /*ダスティーピンク*/
  background: #da9898;
}
.cN::before {
  /*クリアネイビー*/
  background: #0c2582;
}
.pP::before {
  /*プラムパープル*/
  background: #ae6689;
}
.realBk::before {
  /*リアルブラック*/
  background: #231f20;
}
.dBrown::before {
  /*ダークブラウン*/
  background: #580b0b;
}
.nBrown::before {
  /*ナチュラルブラウン*/
  background: #735440;
}
.roseB::before {
  /*ローズボルドー*/
  background: #8d2b46;
}
.peachPink::before {
  /*ピーチピンク*/
  background: #eb8f7a;
}
.bo::before {
  /*ベイクドオレンジ*/
  background: #c86a46;
}
.pinkC::before {
  /*ピンクカヌレ*/
  background: #b75a4a;
}
.burgundyB::before {
  /*バーガンディブラウン*/
  background: #be1034;
}
.bf::before {
  /*ブラウニーフィグ*/
  background: #b84e3d;
}
.mg::before {
  /*ミスティグリーン*/
  background: #387765;
}
.ashT::before {
  /*アッシュトープ*/
  background: #a18a6b;
}
/*ポイント*/

.point_green li {
  width: 120px;
  height: 120px;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  background: #b4dc32;
  border-radius: 60px;
}

.point_green li span {
  display: block;
  height: 100%;
  letter-spacing: -0.05em;
  padding: 32% 0;
}

/*説明用テキスト*/

#box_info_item &gt; p,
#box_info_item &gt; dl {
  width: 650px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

.item_caption {
  font-size: 21px;
  margin-bottom: 1em;
}

.ast {
  font-size: 70%;
  vertical-align: text-top;
}

.item_chara dt {
  color: #d10050;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.75em;
}

.item_chara dt:before {
  content: "\0025c6";
  margin-right: 0.5em;
}

.item_chara dd {
  margin-bottom: 2.5em;
}

.item_chara dd img {
  width: auto;
  margin: 0.5em auto;
}

/*成分*/

#item_component {
  width: 750px;
  text-align: left;
  margin: 100px auto 60px;
  border: 1px solid #e7e7e7;
  padding: 50px 0;
}

#item_component h3 {
  position: relative;
  color: #d10050;
  font-size: 20px;
  font-weight: bold;
  margin: 0 50px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#item_component h3:hover {
  cursor: pointer;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}

#item_component h3 .arrowSet {
  position: absolute;
  right: 0;
  top: 1px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#item_component h3.open .arrowSet {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#item_component dl {
  margin: 0 50px;
  display: none;
}

#item_component dl dt {
  font-size: 16px;
  margin: 1em 0;
}

#item_component dl dd {
  line-height: 1.8;
  margin-bottom: 30px;
}

/*ページ下部フォーム*/

div.bottom .selectbox_ &gt; div {
  width: 360px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

div.bottom .btn_cart_ {
  text-align: center;
}

div.bottom .btn_cart_ input {
  display: block;
  width: 260px;
  margin: 0 auto 100px auto;
}

/*------------------------------------------------------------
トピックスページ
------------------------------------------------------------*/

.date_ {
  font-family: "Prata", serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-right: 26px;
  margin-left: 40px;
}

.cat_new_,
.cat_info_ {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  background: #4e4e4e;
}

.post_ .date_ {
  margin-right: 20px;
  margin-left: 50px;
  display: inline-block;
}

.post_title_ h1 {
  font-size: 20px;
  color: #d10050;
  margin-top: 0.5em;
  margin-bottom: 25px;
  padding-left: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.post_ {
  line-height: 180%;
  width: 850px;
  margin: 0 auto;
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
}

.post_ .post_contents_ {
  font-size: 13px;
  width: 750px;
  padding-left: 50px;
  padding-right: 50px;
  border-top: 1px solid #e7e7e7;
  margin-bottom: 65px;
  padding-top: 25px;
}

.post_ a {
  text-decoration: underline;
  color: #d10050;
}

.post_ img {
  width: 300px;
  margin: 0 auto;
  display: block;
  border: 1px solid #e7e7e7;
  margin-bottom: 2em;
}

.cat_info_ {
  line-height: 200%;
}

/*------------------------------------------------------------
トピックス 個別ページ
------------------------------------------------------------*/

#post_list {
  background: #959595;
  font-size: 13px;
  width: 220px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  margin-bottom: 100px;
}

#post_list a {
  display: block;
  text-align: center;
  width: 100%;
  color: #ffffff;
}

/*------------------------------------------------------------
会社概要 ページ
------------------------------------------------------------*/

table#company_table {
  border-collapse: collapse;
  width: 550px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table#company_table tr {
  height: 75px;
}

table#company_table th {
  background-color: #f9f9f9;
  width: 200px;
  padding-right: 40px;
  font-size: 14px;
  text-align: right;
  border: 1px solid #e0e0e0;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table#company_table td {
  font-size: 13px;
  border: 1px solid #e0e0e0;
  font-weight: normal;
  padding-left: 40px;
}

table#company_table td br {
  display: none;
}

#company_btn {
  margin-top: 40px;
  margin-bottom: 100px;
  font-size: 0.9em;
  width: 260px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
}

#company_btn a {
  background: #d10050;
  display: block;
  text-align: center;
  line-height: 350%;
  width: 100%;
  color: #ffffff;
}

#company_btn a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background: #efefef;
  color: #000;
}

.pagetitle_sub {
  color: #494141;
  font-family: "Prata", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
  font-weight: normal;
}

/*マップ*/

#map_canvas {
  display: block;
  text-align: center;
  margin: 0 auto 45px;
}

.map_fnts16 {
  font-size: 1.2em;
  margin-bottom: 25px;
  text-align: center;
}

.map_fnts12 {
  text-align: center;
  line-height: 1.8;
}

/*------------------------------------------------------------
特定商取引法 ページ
------------------------------------------------------------*/

table#law_table {
  border-collapse: collapse;
  width: 860px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table#law_table tr {
  height: 75px;
}

table#law_table th {
  background-color: #f9f9f9;
  width: 300px;
  padding-right: 40px;
  font-size: 14px;
  text-align: right;
  border: 1px solid #e0e0e0;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table#law_table td {
  font-size: 13px;
  border: 1px solid #e0e0e0;
  font-weight: normal;
  padding: 20px 40px;
}

table#law_table td br {
  display: none;
}

.pagetitle_sub {
  color: #494141;
  font-family: "Prata", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
}

/*------------------------------------------------------------
会員規約 ページ
------------------------------------------------------------*/

#memberpolicy {
  width: 860px;
  margin: 40px auto;
}

/*------------------------------------------------------------
プライバシーポリシー ページ
------------------------------------------------------------*/

#pp {
  width: 860px;
  margin: 40px auto;
}

/*------------------------------------------------------------
サイトポリシー ページ
------------------------------------------------------------*/

#sitepolicy {
  width: 860px;
  margin: 40px auto;
}

/* --------------------------------------------------------------------
よくあるご質問
-------------------------------------------------------------------- */

.faq_Frame_ {
  width: 860px;
  margin: 50px auto 40px;
  font-size: 13px;
  line-height: 1.7;
}

.qa_title01_ {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin: 0 0 1.4em 0;
  font-size: 16px;
  font-weight: normal;
}

.faq_Frame_ dt {
  font-size: 14px;
  line-height: 1.7;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}

.faq_Frame_ dt:hover {
}

.faq_Frame_ dd {
  line-height: 1.7;
  color: #333;
  padding: 20px 0 40px;
  font-size: 12px;
}

/*------------------------------------------------------------
ショッピングガイド ページ
------------------------------------------------------------*/

#s_guide {
  width: 860px;
  margin: 80px auto;
  font-size: 14px;
}

#s_guide .freeBox_ {
  margin-bottom: 30px;
}

#s_guide ul {
  margin-top: 0;
}

.contactBox_ {
  font-size: 14px;
  background: #fafafa;
  padding: 10px;
  margin: 20px 0;
}

.contactBox_ .inner {
  overflow: hidden;
  padding: 15px 10px;
}

.contactBox_ .l {
  padding: 0 30px;
  float: left;
}

.contactBox_ .r {
  padding: 0 30px;
  float: right;
}

.contactBox_ .l p {
  margin: 0;
}

.contactBox_ .infName_ {
  background: url(/images/pages/list_icon02.png) left center no-repeat;
  padding-left: 15px;
  margin-bottom: 5px;
}

.contactBox_ a {
  color: #fff;
  background: #000;
  font-size: 12px;
  text-align: center;
  padding: 7px 0;
  width: 290px;
  text-decoration: none;
  display: block;
  margin-top: 15px;
}

.contactBox_ a:hover {
  color: #fff;
  background: #333;
  width: 290px;
  text-decoration: none;
  display: block;
}

.secureseal_ {
  width: 120px;
  height: 100px;
  display: block;
  float: left;
  padding: 0 40px 0 0;
}

/*------------------------------------------------------------
買い物かご・各ステップページ
------------------------------------------------------------*/

.common_div_ {
  margin: 0 auto 40px;
  width: 1024px;
}

.order_flow_ {
  width: 870px;
  margin: 0 auto 40px;
  padding-top: 20px;
}

/*買い物かご空*/

.info_ {
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto;
  width: 800px;
  color: #d20050;
  padding: 10px 0 10px 70px;
  text-align: left;
}

.info_ span {
  display: block;
}

.info_ span.info_message_ {
  margin: 20px 0 0 !important;
}

/*買い物かごフォーム内パーツ関連*/

.cartlist_ td.qty_ select::-ms-expand,
.method_box_ select::-ms-expand {
  display: none;
}

input.calc_,
input.hiddenEnter_ {
  width: 0px;
  height: 0px;
}

.cartlist_ td.button_ input[type="submit"] {
  display: block;
  width: 60px;
  margin: 0 10px;
  color: #fff;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  background: #d10050;
  text-align: center;
  border-radius: 6px;
  border-width: 0;
  border-style: outset;
  border-color: none;
  -o-border-image: initial;
  border-image: initial;
}

.cartlist_ td.qty_ select {
  width: 80px;
  display: block;
  font-size: 120%;
  height: 35px;
  line-height: 35px;
  border: 1px solid #c0c0c0;
  text-align: center;
  padding: 0 0.5em;
  background: url(/images/cart_order/bg_select.gif) top right no-repeat;
  background-size: contain;
}

@-moz-document url-prefix() {
  .cartlist_ td.qty_ select {
    text-align: left;
  }
}

.cartlist_ .submit_ {
  text-align: center;
  margin-bottom: 100px;
}

.cartlist_ .submit_ input[type="submit"],
.cartlist_ .submit_ a {
  display: inline-block;
  width: 160px;
  margin: 0 10px;
  color: #fff;
  font-size: 15px;
  line-height: 60px;
  text-align: center;
  border-radius: 6px;
  border-width: 0;
  border-style: outset;
  border-color: none;
  -o-border-image: initial;
  border-image: initial;
}

.cartlist_ .submit_ input[type="submit"] {
  background: #d10050;
}

.cartlist_ .submit_ a {
}

.cartlist_ td.button_ input[type="submit"]:hover,
.cartlist_ .submit_ input[type="submit"]:hover,
.cartlist_ .submit_ a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background: #efefef;
  color: #000;
}

/*買い物かごフォーム内レイアウト関連*/

table.cartlist_ {
  width: 860px;
  margin: 0 auto;
  display: block;
  border-top: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
  table-layout: fixed;
}

.cartlist_ tr {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}

.cartlist_ tr:after {
  content: " ";
  clear: both;
  display: block;
  visibility: hidden;
}

.cartlist_ tr td {
  padding: 20px 0;
}

.cartlist_ .img_ {
  width: 186px;
}

.cartlist_ .img_ img {
  width: 150px;
}

.cartlist_ .name_ {
  width: 380px;
}

.cartlist_ .name_ .name2_ {
  display: none;
}

.cartlist_ .money_ {
  width: 90px;
  white-space: nowrap;
  text-align: right;
}

.cartlist_ .money_ .price_ {
  margin: 0 1em;
}

.cartlist_ .qty_ {
  width: 100px;
}

.cartlist_ .qty_ input {
  height: 30px;
  padding: 0 15px;
  text-align: center;
  font-size: 12px;
}

.cartlist_ td.button_ {
  width: 60px;
}

.sum_ {
  width: 850px;
  margin: 40px auto 0 auto;
  line-height: 116px;
  background: #f9f9f9;
}

.sum_:after {
  content: " ";
  clear: both;
  display: block;
  visibility: hidden;
}

.sum_ p {
  float: left;
}

.sum_ #postage_comment {
  width: 435px;
  margin-left: 45px;
  font-weight: bolder;
}

.sum_ .money_ {
  width: 200px;
  color: #d10050;
  font-size: 20px;
  font-weight: bolder;
}

.sum_ .money_ span:before {
  content: "\005c0f\008a08";
  color: #221815;
  font-size: 14px;
  margin-right: 1em;
}

.sum_ .button_ {
  width: 120px;
  padding-top: 40px;
}

.sum_ .button_ input[type="submit"] {
  display: block;
  width: 120px;
  margin: 0 10px;
  color: #fff;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  background: url(/images/cart_order/icon_reload.png) 24% center #d10050 no-repeat;
  text-align: center;
  border-radius: 6px;
  border-width: 0;
  border-style: outset;
  border-color: none;
  -o-border-image: initial;
  border-image: initial;
}

[name="card_m"] {
  width: 50px !important;
  margin-right: 10px !important;
}

[name="card_y"] {
  width: 50px !important;
  margin-right: 10px !important;
}

[name="security_code"] {
  width: 100px !important;
}

[name="card_method"] {
  width: 100px !important;
}

[name="card_divide"] {
  width: 100px !important;
}

[name="savecard"] {
  width: 100px !important;
}

/* ----------------------------------------------- STEP2 ----*/

.method_host_ {
  position: relative;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 13px;
  margin-bottom: 20px;
}

.method_host_:after {
  content: " ";
  clear: both;
  display: block;
  visibility: hidden;
}

.method_host_ h2 {
  position: absolute;
  float: left;
  top: 36%;
  font-size: 14px;
}

/*住所３(マンション名等)*/

table.method_host_:first-of-type tr:nth-of-type(10) th:after,
table.method_:first-of-type tr:nth-of-type(8) th:after {
  content: "　";
}

/*会社名*/

table.method_host_:first-of-type tr:nth-of-type(11) th:after,
table.method_:first-of-type tr:nth-of-type(9) th:after {
  content: "　";
}

/*部署名*/

table.method_host_:first-of-type tr:nth-of-type(12) th:after,
table.method_:first-of-type tr:nth-of-type(10) th:after {
  content: "　";
}

.host_info_ {
  width: 700px;
  margin-left: 150px;
  padding: 41px 0;
  line-height: 2;
}

.host_info_ address {
  font-style: normal;
  font-weight: bolder;
}

#method_date h3 {
  width: 150px;
  position: absolute;
  float: left;
  top: 43%;
  font-size: 14px;
}

#method_pay h3 {
  width: 150px;
  position: absolute;
  float: left;
  top: 36%;
  font-size: 14px;
}

.common_headline2_ {
  padding: 13px 20px;
  font-size: 1.1rem;
  background: #f9f9f9;
  font-weight: normal !important;
  text-align: center;
}

.method_address_ {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 40px;
  font-size: 13px;
}

.method_address_:after {
  content: " ";
  clear: both;
  display: block;
  visibility: hidden;
}

.method_address_ h2 {
  font-size: 14px;
  padding: 13px 20px;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-bottom: none;
}

.method_addr_ {
  padding: 13px 20px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.addresslist_ {
  width: 700px;
  margin-left: 150px;
  line-height: 2;
}

.addresslist_ address {
  font-style: normal;
  font-weight: bolder;
}

.address_item_ {
  position: relative;
  padding: 26px 0;
  border-bottom: 1px solid #e0e0e0;
}

.address_item_ .address_title_,
.address_item_ address {
  margin-left: 50px;
}

.address_change_ {
  position: absolute;
  width: 170px;
  top: 50%;
  right: 0;
}

.address_change_ input[type="submit"] {
  display: block;
  width: 170px;
  color: #fff;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  background: #d10050;
  text-align: center;
  border-radius: 6px;
  border-width: 0;
  border-style: outset;
  border-color: none;
  -o-border-image: initial;
  border-image: initial;
}

.address_bottom_ {
  padding: 40px 0;
}

.address_bottom_ input[type="submit"] {
  display: block;
  width: 260px;
  color: #fff;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  background: #959595;
  text-align: center;
  border-radius: 6px;
  border-width: 0;
  border-style: outset;
  border-color: none;
  -o-border-image: initial;
  border-image: initial;
}

/*ラジオボタン*/

#frmSales input[type="radio"],
.card_ input[type="radio"],
.method_box_content_ input[type="radio"] {
  display: inline-block;
  margin-right: 6px;
}

#frmSales input[type="radio"] + label,
.card_ input[type="radio"] + label,
.method_box_content_ input[type="radio"] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 13px;
  line-height: 30px;
  cursor: pointer;
}

@media (min-width: 1px) {
  #frmSales input[type="radio"],
  .card_ input[type="radio"],
  .method_box_content_ input[type="radio"] {
    position: relative;
    display: none;
    margin: 0;
  }
  #frmSales input[type="radio"] + label,
  .card_ input[type="radio"] + label,
  .method_box_content_ input[type="radio"] + label {
    padding: 0 0 0 16px;
    margin-left: 5px;
  }
  #frmSales input[type="radio"] + label::before,
  .card_ input[type="radio"] + label::before,
  .method_box_content_ input[type="radio"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    background: #fff;
  }
  #frmSales input[type="radio"] + label::before,
  .card_ input[type="radio"] + label::before,
  .method_box_content_ input[type="radio"] + label::before {
    border: 1px solid #ccc;
    border-radius: 30px;
  }
  #frmSales input[type="radio"] + label::after,
  .card_ input[type="radio"]:checked + label::after,
  .method_box_content_ input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  #frmSales input[type="radio"]:checked + label::after,
  .card_ input[type="radio"]:checked + label::after,
  .method_box_content_ input[type="radio"]:checked + label::after {
    left: 3px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    background: #d10050;
    border-radius: 8px;
  }
}

.address_title_ input[type="radio"] + label {
  position: static;
}

.address_title_ input[type="radio"] + label::before {
  position: absolute;
  top: 45%;
  left: 0;
}

.address_title_ input[type="radio"] + label strong {
  margin-left: -2.25em;
}

.address_title_ input[type="radio"]:checked + label::after {
  margin-top: -14px;
}

.method_box_ input[type="radio"] + label::before {
  margin-right: 8px;
  margin-bottom: -3px;
}

#frmSales &gt; P {
  margin: 20px 0;
}

.formdetailcard_ {
  margin-bottom: 20px;
}

.formdetailcard_ &gt; tbody &gt; tr &gt; th {
  width: 200px;
  background-color: #f9f9f9;
  height: 50px;
}

.formdetailcard_ &gt; tbody &gt; tr &gt; td {
  padding-left: 10px;
}

#newcard input,
select {
  height: 30px;
  padding-left: 5px;
}

.formdetailcard_ input,
select {
  height: 30px;
  padding-left: 5px;
}

/*購入商品リスト*/

.destgoodslist_ {
  width: 100%;
  border-collapse: collapse;
  padding-bottom: 39px;
  font-size: 13px;
}

.destgoodslist_ th {
  background: #f9f9f9;
}

.destgoodslist_ th,
.destgoodslist_ td {
  text-align: left;
  border: 1px solid #e0e0e0;
  padding: 13px 20px;
}

/*配送・支払方法選択*/

.method_box_ {
  position: relative;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: -1px;
  padding: 30px 0;
  line-height: 1.6;
  font-weight: bolder;
  font-size: 13px;
}

.method_box_ h2 {
  position: absolute;
  float: left;
  top: 19%;
  font-size: 14px;
}

.method_box_content_ {
  margin-left: 150px;
  font-size: 13px;
}

.method_box_content_ dt,
.method_box_content_ dd {
  display: inline-block;
  margin-right: 20px;
}

.method_box_content_ dd:last-child {
  margin-right: 0;
}

.method_box_content_ label {
  margin-right: 20px;
}

.method_box_ select {
  width: 230px;
  font-size: 13px;
  font-weight: bolder;
  background: url(/images/cart_order/arr_select.png) 92% center no-repeat;
  height: 45px;
  padding: 0 15px;
  margin-bottom: 40px;
  border: 1px solid #c0c0c0;
}

.method_box_ .small_ {
  display: inline;
  font-size: 88%;
  font-weight: normal;
}

/* ----------------------------------------------- STEP3 ----*/

.spandual_ {
  margin-bottom: inherit;
  padding-bottom: 30px;
  border: 0;
}

.top_comment_ {
  text-align: center;
}

.spandual_ h2 {
  font-size: 14px;
  font-weight: bolder;
  margin-bottom: 30px;
  position: inherit;
  float: inherit;
  top: inherit;
}

.spandual_ table {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 auto 20px;
  border: 0;
  font-size: 13px;
}

.spandual_ table tr {
  border: 0;
  height: auto;
}

.spandual_ table tr:after {
  display: none;
}

.spandual_ table th {
  background: #f9f9f9;
  text-align: left;
}

.spandual_ table th:after {
  display: none;
}

.spandual_ table th,
.spandual_ table td {
  border: 1px solid #e0e0e0;
  padding: 13px;
  height: auto;
}

table.goodslist_ .goods_ {
  width: 190px;
  text-align: left;
}

table.goodslist_ .name_ {
  width: 430px;
}

table.goodslist_ .qty_ {
  width: 100px;
}

table.goodslist_ .amt_ {
  width: 130px;
}

.leftfloat_ table th,
.leftfloat_ table td {
  width: 50%;
}

.rightfloat_ table tr {
  margin-top: -1px;
}

.rightfloat_ table th,
.rightfloat_ table td {
  width: 280px;
}

.rightfloat_ .small_ {
  display: block;
  font-size: 86%;
  font-weight: normal;
  margin-bottom: 20px;
}

.spandual_ .destgoodslist_ {
  padding: 0;
}

.dest_goodsname_ {
  width: 500px;
}

.dest_qty_ {
  width: 148px;
}

.dest_comment_ {
  width: 198px;
}

.image_button_ {
	width: auto !important;
	height: 60px !important;
	background-color: transparent !important;
}

hr.hidden_ {
  display: none;
}

.formsubmit_ {
  text-align: center;
  font-size: 13px;
  line-height: 2;
}

.formsubmit_ strong {
  color: #d10050;
  font-weight: normal;
}

/* ----------------------------------------------- STEP4 ----*/

.thanks_ {
  text-align: center;
  font-size: 24px;
  margin-bottom: 27px;
}

.thanks_ h2 {
  color: #d10050;
  font-family: "Prata", serif;
  font-size: 30px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}

.thanks_ p {
  line-height: 1.8;
}

.thanks_ strong {
  font-weight: normal;
}

.thanks_txt p {
  text-align: center;
  font-size: 12px;
  line-height: 2.4;
}

.cartlist_ .back a {
  font-size: 13px;
  line-height: 40px;
  height: 40px;
}

/* ----------------------------------------------- ログイン画面----*/

.loginform_ .form_text_ {
  padding: 20px;
}

.login_ {
  margin-bottom: 100px;
}

.loginform_ {
  width: 960px;
  margin: 0 auto 20px;
}

.loginform_ .uid_,
.loginform_ .pwd_ {
  width: 30%;
  text-align: right;
  padding-right: 20px;
  margin-bottom: 20px;
}

.loginform_ .login_pwd_,
.loginform_ .login_uid_mail_ {
  width: 80%;
  line-height: 2;
  padding: 5px;
  font-size: 14px;
  margin-bottom: 20px;
}

.loginform_ .inputimage_ input {
  font-size: 0.9em;
  width: 160px;
  margin: 0 auto;
  border-radius: 3px;
  background: #d10050;
  display: block;
  text-align: center;
  line-height: 350%;
  color: #ffffff;
}

.loginform_ .inputimage_ input:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background: #efefef;
  color: #000;
}

.loginform_ .askpass_ {
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
}

/*------------------------------------------------------------
アンケート
------------------------------------------------------------*/

.questionnaire_box_ {
}

.questionnaire_box_ .desc_ {
  margin: auto;
  padding-top: 10px;
  width: 850px;
}

.questionnaire_box_content_ {
  margin: auto;
  padding: 20px;
  width: 850px;
}

.questionnaire_box_ input[type="text"] {
  border: 1px solid #c0c0c0;
  width: 500px;
  height: 40px;
  margin: 20px 0;
}

.questionnaire_box_ select {
  font-size: 13px;
  font-weight: bolder;
  background: url(/images/cart_order/arr_select.png) 92% center no-repeat;
  height: 45px;
  padding: 0 15px;
  margin-bottom: 40px;
  border: 1px solid #c0c0c0;
}

.questionnaire_box_ input[type="checkbox"] {
  display: none;
  padding-left: 2px;
}

.questionnaire_box_ input[type="checkbox"] + label:before,
.questionnaire_box_ input[type="checkbox"]:checked + label:before {
  content: " ";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}

.questionnaire_box_ input[type="checkbox"] + label:before {
  background-image: url(/images/customer/bg_check.png);
}

.questionnaire_box_ input[type="checkbox"]:checked + label:before {
  background-image: url(/images/customer/bg_checked.png);
}

.questionnaire_box_ input[type="radio"] {
  display: inline-block;
  margin-right: 6px;
}

.questionnaire_box_ input[type="radio"] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 13px;
  line-height: 30px;
  cursor: pointer;
}

@media (min-width: 1px) {
  .questionnaire_box_ input[type="radio"] {
    position: relative;
    display: none;
    margin: 0;
  }
  .questionnaire_box_ input[type="radio"] + label {
    padding: 0 0 0 26px;
  }
  .questionnaire_box_ input[type="radio"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    background: #fff;
  }
  .questionnaire_box_ input[type="radio"] + label::before {
    border: 1px solid #ccc;
    border-radius: 30px;
  }
  .questionnaire_box_ input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .questionnaire_box_ input[type="radio"]:checked + label::after {
    left: 3px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    background: #d10050;
    border-radius: 8px;
  }
}

.questionnaire_box_ h2.common_headline2_ {
  text-align: left;
  padding: 10px 180px;
  border: none;
}

.questionnaire_box_ img.must_ {
  vertical-align: middle;
}

.questionnaire_box_ .sub_require_ {
  width: 850px;
  margin: auto;
}

.questionnaire_box_ table {
  border: none;
}

.questionnaire_box_ tr {
  border: none;
}

.questionnaire_box_ th {
  display: none;
}

.questionnaire_confirm_ th::after {
  content: "" !important;
}

.questionnaire_confirm_ img {
  padding-left: 10px;
  display: block !important;
}

.questionnaire_confirm_ th {
  text-align: left !important;
  padding: 10px !important;
  width: 300px !important;
}

/* --------------------------------------------------------------------
フォーム　必須項目キャプション
-------------------------------------------------------------------- */

.fAssist_reqCap {
  position: fixed;
  left: 15px;
  top: 25px;
  border: solid 2px #333333;
  background: #666666;
  padding: 8px 10px 8px 15px;
  border-radius: 3px;
  color: #ffffff;
}

.fAssist_reqCap span {
  color: #ffaaaa;
  font-weight: bold;
}

.fAssist_reqCap02 {
  padding: 8px 16px 8px 20px;
  border: 3px solid #004130 !important;
  background: #ffffff;
  color: #333333;
  font-weight: bold;
}

.fAssist_reqCap02 span {
  display: inline-block;
  margin: 0 5px;
  color: #ffaaaa;
  font-size: 20px;
}

#method_date {
  position: relative;
}

.date_detail_spec_comment {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 5px;
  border-radius: 5px;
  background: #777777;
  color: #ffffff;
}

.date_detail_spec_comment:after {
  position: absolute;
  left: 18px;
  bottom: -10px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #777777 transparent transparent transparent;
}

.inputTextForm_comment {
  position: relative;
  width: 100%;
  height: 0;
  display: inline-block;
  vertical-align: top;
}

.inputTextForm_comment &gt; p {
  position: absolute;
  left: 0;
  bottom: 13px;
  padding: 5px 5px;
  border-radius: 5px;
  background: #777777;
  color: #ffffff;
  white-space: nowrap;
}

.inputTextForm_comment &gt; p:after {
  position: absolute;
  left: 18px;
  bottom: -9px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #777777 transparent transparent transparent;
}

.classrequired {
  background: rgb(255, 221, 221) !important;
}

.mailAddOptionList_ {
  position: relative;
  display: block;
  width: 0;
  height: 0;
}

.mailAddOptionList_ ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  top: -1px;
  border: solid 1px #cccccc;
  background: #ffffff;
  border-radius: 3px;
}

.mailAddOptionList_ ul li {
  display: block;
  padding: 3px 8px;
  cursor: pointer;
}

.mailAddOptionList_ ul li.selected_,
.mailAddOptionList_ ul li:hover {
  background: #eee;
}

/* --------------------------------------------------------------------
フォーム　EFO
-------------------------------------------------------------------- */

.formdetail_.customer_ td .efo_icon_ {
  margin-top: 3px;
  width: 34px;
  margin-right: 10px;
  vertical-align: top;
}

img[id^="isErrorIcon_s_"] {
  vertical-align: middle;
  width: 30px;
}

/* ==================================================
popupArea
================================================== */

.popup {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.popup.popOn {
  z-index: 10000;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.popup .popupClose {
  position: relative;
  cursor: pointer;
  margin: 1rem auto 0 5%;
  text-align: center;
  color: #c41948;
}

.popup .popupClose::before,
.popup .popupClose::after {
  content: "";
  height: 2px;
  width: 30px;
  display: block;
  background: #c41948;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  right: 6em;
  margin: 0 auto;
}

.popup .popupClose::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup .popupSet {
  background: #ffffff;
  padding: 20px 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-height: 85vh;
  overflow-y: auto;
  max-width: 800px;
}

.popup .popupSet h2 {
  margin: 0 auto 20px;
}

.popup .popupSet .btnSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
  margin: 40px auto;
}

.popup .popupSet .btnSet li {
  width: 46%;
  margin: 0 2%;
}

.popup .popupSet .attentionTxt {
  text-align: left;
}

@media screen and (min-width: 641px) {
  .popup .popupSet {
    padding: 50px;
  }
  .popup .popupSet .attentionTxt {
    text-align: center;
  }
  .popup .popupSet .btnSet {
    width: 80%;
    margin: 40px auto;
  }
  .popup .popupSet .btnSet li {
    width: 40%;
  }
}

@media screen and (min-width: 961px) {
  .prdPopup .prdPopupSet {
    padding: 80px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.popupSet {
  max-width: 720px;
  overflow: hidden;
}

.popupSet dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  max-height: 60vh;
  overflow: scroll;
  padding: 0 0 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow-x: hidden;
}

/*Award*/

dl.awardSet dt {
  width: 15%;
  margin: 0 5% 0 0;
  max-width: 60px;
}

dl.awardSet dt img {
  width: 100%;
}

dl.awardSet dd {
  width: 80%;
  text-align: left;
  padding: 0 5% 0 0;
}

dl.awardSet dt:not(:last-of-type) {
  margin: 0 5% 20px 0;
}

dl.awardSet dd:not(:last-of-type) {
  margin: 0 0 20px 0;
}

dl.awardSet dt h4 {
  margin: 0 0 10px;
}

/*成分表*/

dl.componentSet {
  padding: 0 2rem 0 0;
  text-align: left;
}

dl.componentSet dt {
  margin: 0;
}

dl.componentSet dd:not(:last-of-type) {
  margin: 0 0 3rem;
}

@media screen and (min-width: 961px) {
  dl.awardSet dt:not(:last-of-type) {
    margin: 0 5% 30px 0;
  }
  dl.awardSet dd:not(:last-of-type) {
    margin: 0 0 30px 0;
  }
}

.awardBtn .popupBtn {
  display: inline-block;
  cursor: pointer;
}

.awardBtn .arrowImg {
  width: 120px;
  margin: 0 auto 20px;
}

.awardBtn .arrowImg img {
  width: 100%;
}

.awardBtn p.attention {
  border-bottom: 1px solid;
  display: inline-block;
  color: #d10050;
}

/* 会員登録注記 */
.entry_notice_ {
	color: #7f7f7f;
  transform: translateY(-10px);
}
.entry_notice_bold_ {
	font-weight: 700;
}</pre></body></html>