@charset "UTF-8";

/*デフォルトスタイルを無効---------------------------------*/
input:not([type=radio]):not([type=checkbox]),
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media print, screen and (min-width: 1024px) {
  input:not([type=radio]):not([type=checkbox]),
  button,
  textarea,
  select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}


/**
 * テキストエリア
 */
textarea {
  font-family : inherit;
  font-size : 100%;
}

/* ご利用規約エリア */
div.kiyaku_div {
  padding: 0.45rem 1rem;
  border: solid 1px #ccc;
  overflow: auto;
  width: 100%;
  height: 700px;
}

/* ご利用規約文言 */
div.kiyaku_div p {
  text-align: left;
  padding: 10px;
}

/* ご利用規約文言 */
div.kiyaku_div .list_indent{
  display: inline-block;
  margin-left: 1.5em;
}

/* ご利用規約末尾 */
div.kiyaku_div .kiyaku_end {
  text-align: right;
  padding: 10px;
}

/* ご利用規約末尾文言 */
div.kiyaku_end p {
  display: inline-block;
  text-align: left;
}


/**
 * テーブル属性追加
 */
table.sheet_basic tr td .attention {
  white-space: nowrap;
  font-size: 0.8em;
}

table.sheet_basic tr th span.txt_required {
  font-size: 1.2rem;
  color: #cb2e2e;
  vertical-align: top;
  margin-left: 6px;
}

.sp_table span.txt_required {
  font-size: 1.2rem;
  color: #cb2e2e;
  vertical-align: top;
  margin-left: 6px;
}

/**
 * 通知メッセージ用
 */
.information_message {
  position: relative;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #2e2ecb;
  background: rgba(46, 46, 203, 0.1);
}

.information_message span {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  font-weight: bold;
  color: #2e2ecb;
  background: rgba(46, 46, 203, 0.1);
}

.information_message span::after {
  position: absolute;
  left: 30px;
  top: -20px;
  width: 0;
  height: 0;
  content: "";
  border: solid 10px transparent;
  border-bottom: solid 10px rgba(46, 46, 203, 0.1);
}

/**
 * 通知メッセージ用(吹き出し型)
 */
.information_balloon {
  position: relative;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #2e2ecb;
  background: rgba(46, 46, 203, 0.1);
}

.information_balloon::after {
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 0;
  height: 0;
  margin-left: -15px;
  content: "";
  border: solid 15px transparent;
  border-top: solid 15px rgba(46, 46, 203, 0.1);
}

.information_balloon span {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  font-weight: bold;
  color: #2e2ecb;
  background: rgba(46, 46, 203, 0.1);
}

.information_balloon span::after {
  position: absolute;
  left: 30px;
  top: -20px;
  width: 0;
  height: 0;
  content: "";
  border: solid 10px transparent;
  border-bottom: solid 10px rgba(46, 46, 203, 0.1);
}


/**
 * テーブル関連
 */
.list_data_table {
  width: 100%;
  border-collapse: collapse;
}

.list_data_table.regist_credit {
  margin: 24px 0 32px;
}

.list_data_table tr {
  display: block;
  border: 1px solid #9ba6a3;
  border-bottom: none;
  margin-bottom: 16px;
}

.list_data_table tr > td {
  border-bottom: none;
  padding: 0;
  display: block;
}

.list_data_table tr.sp_none {
  display: none;
}

.list_data_table tr:last-child {
  margin-bottom: 0;
}

.list_data_table td img {
  max-height: 65px;
  width: auto;
}

.list_data_table {
  border-bottom: 1px solid #9ba6a3;
  border-right: none;
}
.list_data_table tr {
  display: table-row;
}
.list_data_table tr.sp_none {
  display: table-row;
}
.list_data_table tr > th {
  display: table-cell;
  padding: 16px;
  background: #f1efee;
  border-right: 1px solid #9ba6a3;
}
.list_data_table tr > td {
  display: table-cell;
  padding: 16px;
  border-right: 1px solid #9ba6a3;
}


/** 罫線なしテーブル */
.noborder_table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}

.noborder_table tr > th {
  border: none;
  /* background: #f1efee; */
  padding: 10px;
  display: block;
  text-align: left;
}

.noborder_table tr > td {
  border: none;
  padding: 10px;
  display: block;
}

.noborder_table.table_color01 {
  border-bottom: none;
}

.noborder_table.table_color01 tr > th {
  border: none;
  background: rgba(217, 169, 128, 0.2);
}

.noborder_table.table_color01 tr > td {
  border: none;
}

@media print, screen and (min-width: 768px) {
  .noborder_table tr > th,
  .noborder_table tr > td {
    display: table-cell;
    padding: 16px;
  }

  .noborder_table tr > th {
    background: none;
    text-align: center;
  }
}



/**
 * 画像上への優待ポイント表示
 */
div.preferential_point {
  margin-bottom: 30px;
  position: relative;
}

div.preferential_point p {
  position: absolute;
  color: rgb(215, 3, 3);
  font-weight: bold;
  font-size: 6vw;
  top: 59%;
  left: 65%;
}

div.preferential_point p span{
  font-size: 3vw;
}

@media print, screen and (min-width: 768px) {
  div.preferential_point p {
    font-size: 42px;
    top: 59%;
  }

  div.preferential_point p span {
    font-size: 28px;
  }
}

/**
 * 入力フォーム関連
 */
input[type="checkbox"].form_input {
  margin-right: 4px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}


table.input_form {
  width: 100%;
  margin: 24px 0 32px;
  border-left: 1px solid #9ba6a3;
  border-top: 1px solid #9ba6a3;
}

table.input_form tr th {
  display: block;
  padding: 12px;
  border-right: 1px solid #9ba6a3;
  border-bottom: 1px solid #9ba6a3;
  background: #f1efee;
  line-height: 150%;
  text-align: left;
  font-size: 1.6rem;
  font-weight: normal;
}

table.input_form tr td {
  display: block;
  padding: 12px;
  border-right: 1px solid #9ba6a3;
  border-bottom: 1px solid #9ba6a3;
  text-align: left;
  background: #fff;
  font-size: 1.6rem;
}

table.input_form tr td.td_child {
  border-bottom: 1px dotted #9ba6a3;
}

.input_form p + input {
  margin-top: 6px;
}

table.input_form tr td .attention {
  white-space: nowrap;
  font-size: 0.8em;
}

table.input_form tr th span.txt_required {
  font-size: 1.2rem;
  color: #cb2e2e;
  vertical-align: top;
  margin-left: 6px;
}

@media print, screen and (min-width: 768px) {
  .input_form {
    margin: 24px 0 48px;
  }
}

.input_form {
  /*
    .dropdown {
        display: inline-block;
        position: relative;

        select {
            padding: 12px 40px 12px 16px;
        }

        &::after {
            @include icon_font;
            content: "\e64b";
            color: $tx_color01;
            font-weight: bold;
            font-size: 0.8em;
            position: absolute;
            right: 8px;
            top:50%;
            margin: auto 0 auto auto;
            transform: translateY(-48%);
            pointer-events: none;
        }
    }
    */
}

.input_form .field {
  padding: 12px 10px;
  font-size: 1.6rem;
  border-radius: 3px;
  background: #f1efee;
  border: none;
}

.input_form input[type="text"],
.input_form input[type="tel"] .input_form input[type="password"] {
  padding: 12px 10px;
  font-size: 1.6rem;
  border-radius: 3px;
  background: #f1efee;
  border: none;
}

.input_form textarea {
  padding: 12px 10px;
  font-size: 1.6rem;
  border-radius: 3px;
  background: #f1efee;
  border: none;
}

.input_form select {
  padding: 12px 10px;
  font-size: 1.6rem;
  border-radius: 3px;
  background: #f1efee;
  border: none;
}

.input_form select:focus {
  padding: 12px 10px;
  font-size: 1.6rem;
  border-radius: 3px;
  background: #f1efee;
  border: none;
}

.input_form select.dropdown {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.input_form label {
  white-space: nowrap;
}

.input_form label + label {
  margin-left: 16px;
}

.input_form label input[type=radio] {
  margin-right: 4px;
}

@media print, screen and (min-width: 768px) {
  table.input_form {
    border-collapse: separate;
  }
  table.input_form tr th {
    display: table-cell;
    border-right: 1px dotted #9ba6a3;
    width: 32%;
    padding: 16px;
  }
  table.input_form tr td {
    display: table-cell;
    padding: 16px;
  }
  table.input_form tr td.td_child {
    border-right: 1px dotted #9ba6a3;
    border-bottom: 1px solid #9ba6a3;
    width: 20%;
  }
  /*入力例の文字装飾*/
  ::-webkit-input-placeholder,
  ::-moz-placeholder,
  :-ms-input-placeholder {
    color: #666;
  }
}


/**
 * テーブル内設定
 */
table tr td .attention {
  white-space: nowrap;
  font-size: 0.8em;
}

table tr th span.txt_required {
  font-size: 1.2rem;
  color: #cb2e2e;
  vertical-align: top;
  margin-left: 6px;
}

#order_id_area {
	margin-bottom: 20px;
	padding: 10px;
	border: solid 1px #023894;
	background-color: #e8fafa;
	font-weight: bold;
	font-size: 200%;
	text-align: center;
	line-height: 50px;
}


/**
 * エラーページ
 */
@media print, screen and (min-width: 768px) {
  .error_page_contents{
    min-height: 250px;
  }
}


/**
 * パーツ
 */
.max_480 {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

/**
 * 商品詳細ページ
 */

.detail_status_icon_sp {
  margin-bottom: 16px;
}

@media print, screen and (min-width: 1024px) {
  .detail_status_icon_sp {
    margin-bottom: 0px;
  }
}

/**
 * キャンペーン
 */

 .detail_btn_wrap .detail_btn.cart_btn button[type="button"] {
  background: #d0823c;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 12px 0;
  color: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 3px 0 #BFBFBF;
  width: 100%;
  cursor: pointer;
}

.detail_btn_wrap .detail_btn.cart_btn button[type="button"]:hover {
  background: #D9A980;
}

.detail_btn_wrap .detail_btn.cart_btn button[type="button"]:active {
  background: #D9A980;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  box-shadow: 0 0 0 #BFBFBF;
}

.detail_btn_wrap .detail_btn.cart_btn.inactive_btn button[type="button"] {
  cursor: initial;
  pointer-events: none;
  background: rgba(88, 85, 83, 0.2);
  color: rgba(88, 85, 83, 0.5);
}

.campaign_confirm_title {
  color: #D9A980;
  font-size: 2.4rem;
  margin-top: 10px;
}

.campaign_confirm_message {
  text-align: center;
  color: #cb2e2e;
  margin-top: 40px;
  margin-bottom: 15px;
}

/**
 * 文字強調
 */
.tx_emp {
  font-weight: bold;
}

/* モーダル コンテンツエリア */
#modal-main {
  display: none;
  padding: 1.5em ;
  position:fixed;
  overflow-y:scroll;
  height: 70%;
  top: 10%;
  left: 0;
  right: 0;
  z-index: 999999;
  width: 90%;
  margin: auto;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  text-align: left;
}
/* モーダル 背景エリア */
#modal-bg {
	display:none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index: 999998;
}

@media print, screen and (min-width: 1024px) {
  /* モーダル コンテンツエリア */
  #modal-main {
    height: 500px;
    width: 750px;
    margin:1.5em auto 0;
  }
}


/* お問い合わせのテキストエリア */
#contact textarea {
  width: 100%;
}


/* 品切れ表示 */
.out_of_stock_message {
  margin-top: 16px;
  padding: 6px 8px;
  color: #cb2e2e;
  background: rgba(203, 46, 46, 0.1);
  font-size: 1.4rem;
  line-height: 1.4;
}


/**
 * よくあるご質問ページ
 */
dl.faq {
  text-align: left;
}

dl.faq dd {
  margin-bottom: 3rem;
}


dl.faq dt {
  color: #d0823c;
  font-size: 2rem;
}

dl.faq dt div.ques,
dl.faq dd div.ans {
  float: left;
}

dl.faq dt div.moji,
dl.faq dd div.moji {
  margin-left:4rem;
}

dl.faq dt.sm, 
dl.faq dd.sm
{
  color: #000;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 1024px){
  dl.faq dt.sm, 
  dl.faq dd.sm
  {
    font-size: 1.6rem;
  }
}


@media print, screen and (min-width: 768px) {
  .faq_contents .anchor {
    top: -105px;
  }
}
@media print, screen and (min-width: 1200px) {
  .faq_contents .anchor {
    top: -125px;
  }
}



/**
 * サイトマップページ
 */
.sitemap_list ul li{
  line-height: 4rem;
}


/**
 * 属性上書き
 */

/** 商品一覧並び順等 */
.item_number_conditions .select_box select {
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
  .item_number_conditions .select_box {
    width: auto;
  }
  .item_number_conditions .select_box.select_box {
    margin-left: 2rem;
  }
}


/** ページネーション */
.pagenavi li{
  margin-bottom: 0.5rem;
}


/** ヘッダ検索エリアカテゴリ */
.h_category_area select {
  font-size: 16px;
}

/** パンくずリスト */
.pankuzu_wrap ol li {
  line-height: 2rem;
}


/*-----------------------------------*/
/*form入力エリアサイズ*/
.box60 {
  width: 80px;
}

.input_min_w_170{
  min-width: 170px;
}

.double_btn.wide_height_button li.two_line_button {
  line-height: 25px;
}

.double_btn.wide_height_button li.one_line_button {
  line-height: 50px;
}

/*dl dl_without_num*/
.dl_without_num {
  text-align: left;
}

.dl_without_num > dt {
  font-weight: bold;
  position: relative;
  padding: 0 0 0 0em;
}

.dl_without_num > dd {
  margin-top: 8px;
  padding: 0 0 0 1em;
}

.dl_without_num > dd + dt {
  margin-top: 16px;
}

/* フッタ―1画像で1行のバナー */
.footer_bnr .wide_img {
  max-width:90vw;
  margin-top: 1.0rem;
}

/* 入力内容のご確認 */
.confirm_guide_area{
  margin-top: 40px;
  margin-bottom: 40px;
}

.confirm_guide_area .guide_box{
  border: 1px solid #000;
  font-size: 150%;
}

.confirm_guide_area .guide_box .guide_info{
  padding: 2rem 2rem 1rem;
  font-size: 1.6rem;
}
.confirm_guide_area .guide_box .guide_info table{
  width: 100%;
}
.confirm_guide_area .guide_box .guide_info table td{
  width: 50%;
}
