@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Marcellus&display=swap&subset=latin-ext");
/*------------------------------------------
【全体設定】
--------------------------------------------*/
/*****************************************************

    全ての要素をリセット
    各ブラウザの表示を統一するための設定です

*****************************************************/
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, p {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  text-align: left;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle;
}

.line {
  font-size: 1px;
  line-height: 1px;
}

/*--- default */
body {
  background: #fff;
  color: #333;
  font-size: 13px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  text-align: center;
  border-top: 5px solid #4d4d4d;
}

body td, body th {
  font-size: 13px;
}

table {
  border-collapse: collapse;
}

a {
  outline: none;
}

/*****************************************************

    基本設定、リンクカラーなど

*****************************************************/
#wrap {
  width: 100%;
  height: 100%;
}

#wrapper, #makebanner, #topImage {
  width: auto !important;
  min-width: 1200px;
  margin: 80px auto 0;
}

#makebanner td {
  vertical-align: top;
}

#wrapper {
  margin-top: 30px;
}

/* a:link {
    color:#1049A0;
    text-decoration:underline;
}

a:visited{
    color:#1049A0;
    text-decoration:underline;
}

a:hover{
    color:#345ECB;
    text-decoration: none;
}

a:active{
    color:#1049A0;
    text-decoration:underline;
} */
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clear {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clear {
  zoom: 1;
}

/* IE7 */
a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/*****************************************************

    ヘッダ #header

*****************************************************/
#headerWrap {
  width: 100%;
  background: #fff url(/images/original_design_default/samplesource/3/body_bg.png) repeat-x bottom;
  text-align: center;
  padding-bottom: 15px;
}

#header {
  width: 960px;
  position: relative;
  margin: 0 auto;
}

#head {
  margin-bottom: 10px;
  min-height: 75px;
  height: auto !important;
  height: 75px;
}

#header h1 {
  margin-top: 5px;
}

#h_logo {
  float: left;
  width: 360px;
  text-align: left;
}

#h_right {
  float: right;
  width: 600px;
}

/* サブナビゲーション */
#subNav {
  position: absolute;
  top: 5px;
  right: 0;
  text-align: right;
  height: 14px;
}

#subNav img {
  vertical-align: top;
}

#subNav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 4px;
  vertical-align: top;
}

#subNav .M_loginBtn {
  display: block;
  width: 55px;
  height: 14px;
  background: url(/images/original_design_default/samplesource/3/hNav01.png) no-repeat 0 0;
  text-indent: -9999em;
  text-align: left;
  overflow: hidden;
}

#subNav .M_logoutBtn {
  display: block;
  width: 67px;
  height: 14px;
  background: url(/images/original_design_default/samplesource/3/hNav01_out.png) no-repeat 0 0;
  text-indent: -9999em;
  text-align: left;
  float: left;
  overflow: hidden;
}

#subNav .M_loginBtn:hover,
#subNav .M_logoutBtn:hover {
  background-position: 0 -14px;
}

#subNav .M_helloMsg {
  float: left;
  font-size: 11px;
  margin-right: 5px;
  line-height: 14px;
}

#cart {
  position: absolute;
  top: 24px;
  right: 0;
}

/* 電話番号 */
#telnum, #M_basketTemp1 {
  float: right;
}

#telnum {
  padding: 0 10px;
}

#telnum p {
  margin: 4px auto 0;
}

#telnum em {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
}

/* 買い物カゴ */
#M_basketTemp1 .M_headItem {
  text-align: left;
}

/* グローバルナビゲーション */
#gNav {
  width: 960px;
  height: 50px;
}

#gNav li {
  float: left;
}

#gNav li a {
  display: block;
  width: 192px;
  height: 50px;
  text-indent: -9999em;
  overflow: hidden;
}

#gNav li#gNav01 a {
  background: url(/images/original_design_default/samplesource/3/gNav01.png) no-repeat top;
}

#gNav li#gNav02 a {
  background: url(/images/original_design_default/samplesource/3/gNav02.png) no-repeat top;
}

#gNav li#gNav03 a {
  background: url(/images/original_design_default/samplesource/3/gNav03.png) no-repeat top;
}

#gNav li#gNav04 a {
  background: url(/images/original_design_default/samplesource/3/gNav04.png) no-repeat top;
}

#gNav li#gNav05 a {
  background: url(/images/original_design_default/samplesource/3/gNav05.png) no-repeat top;
}

#gNav li#gNav01 a:hover, #gNav li#gNav02 a:hover, #gNav li#gNav03 a:hover, #gNav li#gNav04 a:hover, #gNav li#gNav05 a:hover {
  background-position: 0 -50px;
}

/*****************************************************

    左コンテンツ #leftContents

*****************************************************/
#leftContents {
  width: 180px;
}

#leftContents .section {
  margin-bottom: 20px;
}

#leftContents .inner {
  border: 1px solid #b2b2b2;
  border-top: none;
}

/* 検索input */
.inputWrap {
  padding: 10px;
}

.inputWrap img {
  float: left;
  _margin-left: 0;
}

.search_input {
  width: 128px;
  float: left;
  height: 20px;
  border: 1px solid #b2b2b2;
}

/* カテゴリーメニュー */
#l_category td {
  text-align: left;
}

/* 会員メニュー */
#l_member ul {
  text-align: right;
  margin-bottom: 5px;
}

#l_member li {
  display: inline;
  font-size: 11px;
  background: url(/images/original_design_default/samplesource/3/listIconR.png) no-repeat left;
  padding-left: 12px;
  margin-left: 2px;
}

#l_member li a {
  color: #333;
}

/* カレンダー */
#l_calendar table {
  margin-bottom: 5px;
  border-collapse: separate;
  border-spacing: 1px;
}

/* 中央揃え */
#l_owner, #l_banner {
  text-align: center;
}

#l_owner table {
  margin: 0 auto;
}

/* 投票 */
#l_poll img {
  margin: 0 2px;
}

#l_poll b {
  color: #333;
}

#l_poll input {
  margin-right: 5px;
}

#l_poll td {
  text-align: left;
}

#l_poll a img {
  display: none;
}

#l_poll a {
  display: block;
  height: 21px;
  float: left;
  margin-right: 4px;
}

#l_poll a#poll_b01 {
  width: 58px;
  background: url(/images/original_design_default/samplesource/3/poll_b01.png) no-repeat 0 0;
  margin-left: 28px;
}

#l_poll a#poll_b02 {
  width: 69px;
  background: url(/images/original_design_default/samplesource/3/poll_b02.png) no-repeat 0 0;
}

#l_poll a#poll_b01:hover, #l_poll a#poll_b02:hover {
  background-position: 0 -21px;
}

/* 掲示板 */
#l_board table {
  width: 100%;
}

#l_board td {
  text-align: left;
}

/* バナー */
.M_bannerList img {
  margin: 0 auto 8px;
  max-width: 100%;
}

/*****************************************************

    メインコンテンツ #rightContents

*****************************************************/
.rightContents {
  width: 888px;
}

.rightContents .section {
  margin-bottom: 30px;
}

/*----------------------------------------------------
    中央画面 #top
----------------------------------------------------*/
.r_left {
  float: left;
  width: 520px;
}

.r_right {
  float: right;
  width: 220px;
}

.titleMgn {
  margin-bottom: 10px;
}

#r_shopIntro {
  margin-bottom: 0;
}

/* 新着 */
#r_new .lims table {
  margin: 10px auto;
  width: 170px;
}

#r_new .lims table .woong td {
  text-align: left;
  font-weight: bold;
  padding-top: 5px;
}

#r_new .lims table .woong td a {
  font-weight: normal;
}

#r_new .lims table .woong td img {
  margin-left: 5px;
}

/* おすすめ */
#r_recommend .lims table {
  margin: 10px;
  width: 170px;
}

#r_recommend .lims table .woong td {
  text-align: left;
  font-weight: bold;
  padding-top: 5px;
}

#r_recommend .lims table .woong td a {
  font-weight: normal;
}

#r_recommend .lims table .woong td img {
  margin-left: 5px;
}

#r_recommend .lims table .woong td a b {
  font-weight: normal;
  font-size: 11px;
}

/* ランキング */
#r_ranking .rankList {
  float: left;
  width: 152px;
  position: relative;
}

#r_ranking em {
  display: block;
  text-indent: -9999em;
}

#r_ranking .rankImg {
  margin: 5px auto;
}

#r_ranking #rank1 em {
  background: url(/images/original_design_default/samplesource/3/rankIcon1.png) no-repeat center;
  width: 31px;
  height: 25px;
}

#r_ranking #rank2 em {
  background: url(/images/original_design_default/samplesource/3/rankIcon2.png) no-repeat center;
  width: 28px;
  height: 22px;
}

#r_ranking #rank3 em {
  background: url(/images/original_design_default/samplesource/3/rankIcon3.png) no-repeat center;
  width: 28px;
  height: 22px;
}

#r_ranking #rank4 em {
  background: url(/images/original_design_default/samplesource/3/rankIcon4.png) no-repeat center;
  width: 17px;
  height: 17px;
}

#r_ranking #rank5 em {
  background: url(/images/original_design_default/samplesource/3/rankIcon5.png) no-repeat center;
  width: 17px;
  height: 17px;
}

#r_ranking p {
  text-align: left;
}

#r_ranking .rankPrice {
  font-weight: bold;
}

/* レビュー */
#r_review #M_reviewView,
#r_review #M_reviewView table {
  width: 100%;
  margin: 0;
  text-align: left;
}

/* 最近チェックした商品 */
#r_recent #recent {
  margin-top: 10px;
}

#r_recent #recent .itemBox, #r_recent #recent .itemBox table {
  width: 130px;
}

#r_recent .name, #r_recent .price {
  text-align: left;
  margin: 5px 5px 0;
}

#r_recent .price {
  font-weight: bold;
}

#r_recent #recent .line {
  width: 0;
}

#r_recent #recent .line img {
  display: none;
}

/* お知らせ */
#top #r_news img {
  margin-bottom: 10px;
}

#top #r_news td.woong {
  padding: 2px 10px 2px 0;
  border-bottom: 1px dotted #b2b2b2;
  text-align: left;
}

/*----------------------------------------------------
    商品カテゴリーと商品詳細　共通
----------------------------------------------------*/
.pankuzu {
  text-align: left;
  /*     background:#e6e6e6;
    border:1px solid #c9c9c9; */
  line-height: 20px;
  margin-bottom: 10px;
}

.pankuzu a {
  padding: 0 5px;
  font-size: 11px;
  color: #333;
}

.pankuzu font {
  color: #333;
  font-size: 11px;
}

/*----------------------------------------------------
    商品カテゴリー #category 
----------------------------------------------------*/
/* カテゴリー */
#category h2, #search h2 {
  background: #004BB1;
  color: #FFF;
  font-size: 22px;
  margin-bottom: 40px;
  padding: .5em 1em;
}

/* 検索結果と並び替え */
#r_resultInfo {
  font-size: 11px;
  margin: 0 auto 10px;
}

.total {
  float: left;
}

.listSort {
  text-align: right;
}

.listSort li {
  display: inline;
}

/* カテゴリーリスト */
#category .innerList {
  overflow: hidden;
  _zoom: 1;
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
  text-align: left;
  margin-bottom: 60px;
}

#category .innerList li {
  vertical-align: top;
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  width: 25%;
  /* 商品数が4つなので100%÷4=25% */
  display: inline-block;
}

#category .innerBox {
  margin: 10px;
  text-align: center;
}

#category .detail {
  text-align: left;
}

#category .name {
  margin-bottom: 5px;
}

#category .imgWrap {
  text-align: center;
  margin-bottom: 5px;
}

#category .imgWrap img {
  max-width: 100%;
}

#category .price span {
  padding: 0 2px;
}

#category .price {
  font-weight: bold;
  color: #333;
}

#category .consumerPrice {
  font-size: 11px;
  color: #999;
  text-decoration: line-through;
}

#category .else {
  text-align: left;
}

#category .else li {
  float: none;
  width: auto;
  display: inline;
}

#category .M_lumpinput {
  text-align: right;
}

#category .matomegai {
  margin: 4px 0;
  display: inline-block;
}

#category .matomegai a {
  border: 1px solid #999;
  padding: 2px 5px;
  font-size: 11px;
  display: inline-block;
  border-radius: 2px;
  color: #999;
  text-decoration: none;
}

#category .matomegai a:hover {
  background: #999;
  color: #fff;
}

#category .content {
  margin: 14px auto;
  font-size: 11px;
}

#category .M_item-stock-smallstock {
  color: #D42222;
}

#category .btnWrap {
  margin: 10px auto 5px;
  padding: 5px 0;
  text-align: left;
}

#category .btnWrap img {
  margin-left: 5px;
}

#category .btnWrap .soldout {
  text-align: center;
  color: #cc0000;
}

/*----------------------------------------------------
    商品詳細 #detail
----------------------------------------------------*/
#itemLink {
  margin-bottom: 30px;
  font-size: 11px;
}

.item_prev {
  float: left;
  background: url(/images/original_design_default/samplesource/3/listIconL.png) no-repeat left;
  padding-left: 14px;
}

.item_next {
  float: right;
  background: url(/images/original_design_default/samplesource/3/listIconR.png) no-repeat right;
  padding-right: 14px;
}

#itemImg {
  float: left;
  width: 300px;
}

#itemInfo {
  float: right;
  width: 520px;
}

/* [INFO]タグ */
#detailInfo table {
  width: 100%;
  margin: 20px 0 10px;
}

#detailInfo table td {
  height: auto;
  text-align: left;
}

#itemInfo #detailInfo table font {
  color: #d42222;
}

#detailInfo table input {
  margin-right: 5px;
}

#detailInfo table img {
  vertical-align: auto;
  /* IE対策 */
}

#detailInfo #M_usualValue td {
  font-size: 26px;
  padding: 10px 0;
}

#wrapper #makebanner #detailInfo #M_usualValue,
#wrapper #makebanner #detailInfo #M_price2,
#wrapper #makebanner #detailInfo #M_taxview {
  border: none;
  width: auto;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

#detailInfo #M_usualValue {
  font-size: 15px;
  font-weight: bold;
}

#detailInfo #M_taxview {
  width: auto;
}

#detailInfo .M_quantity-table {
  margin: 20px 0;
}

#detailInfo .M_quantity-table input {
  padding: 5px;
}

/* 拡大画像ボタン */
#viewButton {
  text-align: right;
}

/* 商品名 */
#detail h2 {
  color: #004BB1;
  margin-bottom: 20px;
  font-size: 1.2em;
}

/* 商品詳細 */
#detail .detailTxt {
  border-top: 1px dotted #b2b2b2;
  border-bottom: 1px dotted #b2b2b2;
  padding: 10px 0;
  margin-bottom: 20px;
  text-align: left;
}

/* オプション表 */
#wrapper #detail .stockList input {
  border: 0;
}

#wrapper #detail .stockList td {
  text-align: center;
}

.M_inventory * {
  font-size: 13px;
}

.M_inventory table.stockList th, .M_inventory table.stockList td {
  padding: 6px !important;
}

.M_inventory span[class^="M_select-option"] {
  display: block;
  margin-top: 4px;
}

.M_inventory .M_select-option-soldout,
.M_inventory .M_select-option-smallstock {
  color: #D42222;
}

.M_inventory .M_select-option-soldout {
  margin-bottom: 4px;
}

.M_select-option-restock-btn:link,
.M_select-option-restock-btn:active,
.M_select-option-restock-btn:visited {
  display: inline-block;
  padding: 2px 24px;
  background: #333;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
}

.M_select-option-restock-btn:hover {
  background: #666;
}

/* メールリンク */
#r_contact {
  margin: 10px 0 10px -5px;
}

#r_contact li {
  float: left;
  margin-left: 5px;
}

/* SNS */
#r_sns {
  margin-top: 10px;
}

#r_sns li {
  float: left;
}

/* カートにいれるボタン */
#basketBtn {
  margin-top: 10px;
}

#basketBtn .btn-bl {
  display: block;
  width: 199px;
}

#basketBtn .soldout {
  text-align: center;
  color: #cc0000;
}

#itemInfo #basketBtn
.btn-bl {
  margin: 10px auto 0 0;
  font-size: 1.2em;
  width: 410px;
}

/* 追加商品説明文 */
#r_detailExt {
  margin-bottom: 0;
}

/* 追加商品画像 */
#r_addImg {
  margin-bottom: 0;
}

#r_addImg li {
  float: left;
  width: 33%;
  text-align: center;
  padding-bottom: 30px;
  line-height: 1.4;
}

#r_addImg li .inner {
  margin: 0 10px;
}

#r_addImg .addImg a {
  border: 1px solid #b2b2b2;
  padding: 5px;
  display: block;
}

#r_addImg li p {
  width: 100%;
  margin: 10px 5px 0;
}

/* レビュー */
#detail #r_review {
  margin-bottom: 40px;
}

#detail #r_review td {
  text-align: left;
}

#detail #r_review .imgLi input {
  border: none;
}

#detail #m_reviewView td {
  text-align: center;
}

/* 商品グループ */
#r_group {
  border-top: 1px dashed #B2B2B2;
  padding-top: 20px;
}

#r_group h3 {
  font-weight: bold;
  background: url(/images/original_design_default/samplesource/3/titleIcon.png) no-repeat left;
  padding-left: 20px;
}

#r_group #M_group {
  width: 100%;
  margin: 16px auto;
  border-collapse: collapse;
}

#r_group #M_group .itemBox, #r_group #M_group .itemBox table, #r_group #M_group td.itemImg {
  width: 170px;
}

#r_group #M_group .itemBox {
  vertical-align: top;
}

#r_group #M_group .name, #r_group #M_group .spe, #r_group #M_group .price {
  margin: 5px 5px 0;
  text-align: left;
}

#r_group #M_group .itemImg {
  text-align: center;
}

#r_group #M_group .line {
  width: 10px;
}

#r_group #M_group .line img {
  display: none;
}

#r_group #M_group .price {
  font-weight: bold;
}

/* 最近チェックした商品 */
#detail #r_recent {
  border-top: 1px dashed #b2b2b2;
  padding-top: 20px;
}

#detail #recent .itemBox, #detail #recent .itemBox table {
  width: 190px;
}

/*----------------------------------------------------
    商品検索 #search
----------------------------------------------------*/
#r_searchName {
  margin: 20px 0 20px;
}

#r_searchName font {
  color: #333;
  font-weight: bold;
}

#r_searchInput {
  background: #dedede;
  padding: 10px;
}

#r_searchInput table {
  width: 740px;
  background: #fff;
}

#r_searchInput .btnWrap {
  margin-top: 10px;
}

#r_searchInput th, #r_searchInput td {
  border: 1px solid #b2b2b2;
  padding: 6px 8px;
  text-align: left;
}

#r_searchInput th {
  background: #eee;
}

#r_searchInput #searchPrice input {
  width: 60px;
}

#r_searchList table,
#r_pager table {
  width: 100%;
}

.searchResult {
  font-size: 14px;
  margin-bottom: 20px;
  background: url(/images/original_design_default/samplesource/3/searchIcon.png) no-repeat left;
  padding-left: 20px;
}

#r_searchList .innerList {
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
  text-align: left;
}

#r_searchList .innerList li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  /* 文字間を通常に戻す */
}

#r_searchList .innerBox {
  margin: 10px;
}

#r_searchList .name {
  margin-bottom: 5px;
}

#r_searchList .imgWrap {
  text-align: center;
}

#r_searchList .price {
  font-weight: bold;
  color: #333;
}

#r_searchList .else {
  text-align: left;
}

#r_searchList .else li {
  float: none;
  width: auto;
  display: inline;
}

#r_searchList .btnWrap {
  margin: 10px auto 5px;
  padding: 5px 0;
  text-align: left;
}

#r_searchList .soldout {
  text-align: center;
  color: #cc0000;
}

#r_searchList .btnWrap .btn-bl {
  display: block;
  width: 199px;
}

/*----------------------------------------------------
    まとめ買い #matomegai
----------------------------------------------------*/
/* まとめ買いタイトル */
#matomegai h2 {
  font-size: 14px;
  margin-bottom: 20px;
  background: url(/images/original_design_default/samplesource/3/h2title.png) no-repeat center;
  line-height: 60px;
  height: 60px;
  padding-left: 20px;
}

/* カテゴリーリスト */
#matomegai .innerList {
  overflow: hidden;
  _zoom: 1;
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
  text-align: left;
}

#matomegai .innerList li {
  vertical-align: top;
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  width: 25%;
  /* 商品数が4つなので100%÷4=25% */
  display: inline-block;
}

#matomegai .innerBox {
  margin: 10px;
  text-align: center;
}

#matomegai .detail {
  text-align: left;
}

#matomegai .name {
  margin-bottom: 5px;
}

#matomegai .imgWrap {
  text-align: center;
  margin-bottom: 5px;
}

#matomegai .price span {
  padding: 0 2px;
}

#matomegai .price {
  font-weight: bold;
  color: #333;
}

#matomegai .consumerPrice {
  font-size: 11px;
  color: #999;
  text-decoration: line-through;
}

#matomegai .else {
  text-align: left;
}

#matomegai .else li {
  float: none;
  width: auto;
  display: inline;
}

#matomegai .M_lumpinput {
  text-align: right;
}

#matomegai .content {
  border-top: 1px dashed #b2b2b2;
  padding: 10px 0;
  margin: 10px auto;
  border-bottom: 1px dashed #b2b2b2;
  font-size: 11px;
}

#matomegai .btnWrap {
  margin: 10px auto 5px;
  background: #e6e6e6;
  padding: 5px 0;
  text-align: left;
}

#matomegai .btnWrap .soldout {
  text-align: center;
  color: #cc0000;
}

#matomegai .btnWrap a, #matomegai .wishlistBtn {
  display: inline-block;
  text-indent: -9999em;
}

#matomegai .btnWrap a {
  width: 77px;
  height: 18px;
  margin-left: 5px;
}

#matomegai .wishlistBtn {
  width: 147px;
  height: 22px;
}

#matomegai .cartBtn {
  background: url("/images/original_design_default/samplesource/3/r_c_basketBtn.png") no-repeat;
}

#matomegai .quickBtn {
  background: url("/images/original_design_default/samplesource/3/r_c_buyBtn.png") no-repeat;
}

#matomegai .wishlistBtn {
  background: url("/images/original_design_default/samplesource/3/r_wishlistBtn.png") no-repeat;
}

#matomegai .btnWrap a:hover, #matomegai .wishlistBtn:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/*----------------------------------------------------
    買い物カゴ #basket
----------------------------------------------------*/
#r_basket {
  margin-bottom: 60px;
}

#basketTable {
  width: 100%;
  margin: 30px 0;
}

#basketTable th, #basketTable td {
  text-align: center;
  border-bottom: 1px solid #b2b2b2;
  padding: 6px;
}

#basketTable th {
  border-top: 2px solid #b2b2b2;
  border-bottom: 1px dashed #b2b2b2;
  white-space: nowrap;
}

#basketTable .basketNum {
  width: 30px;
  padding: 0;
}

#basketTable .basketImg {
  width: 56px;
}

#basketTable .basketName {
  width: 400px;
  text-align: left;
}

#basketTable .basketMatomegai {
  margin-top: 4px;
  display: inline-block;
}

#basketTable .basketMatomegai a {
  border: 1px solid #999;
  padding: 2px 5px;
  font-size: 11px;
  display: inline-block;
  border-radius: 2px;
  color: #999;
  text-decoration: none;
}

#basketTable .basketMatomegai a:hover {
  background: #999;
  color: #fff;
}

.quantityWrap {
  display: table;
}

.quantityInput, .basketQunantity, .quantityAmend {
  display: table-cell;
  vertical-align: middle;
  padding: 0 2px;
}

#basketTable .basketQuantity td {
  border: none;
  padding: 0;
}

#basketTable .basketPoint {
  width: 70px;
}

#basketTable .basketPrice {
  width: 70px;
}

#basketTable .basketOption {
  text-align: left;
  margin-top: 4px;
}

#basketTable .basketHaisou {
  padding: 0;
}

#basketTable .carriageWrap {
  margin: 4px 0;
}

#basketTable .basketHaisou p {
  text-align: right;
}

#basketTable .basketHaisou .carriageMsg1 {
  color: #cc0000;
}

#basketTable .basketHaisou .carriageMsg2 {
  font-size: 11px;
}

#basketTable .basketBtns {
  width: 80px;
}

#basketTable .basketBtns img {
  margin-bottom: 2px;
}

#basketTable .basketTotal {
  text-align: right;
  background: #ebebeb;
  border-top: 3px solid #b2b2b2;
}

#basketTable .basketTotal em {
  font-weight: bold;
  font-size: 15px;
  color: #cc0000;
}

#basketTable .basketTotal a {
  text-decoration: underline;
  margin-left: 4px;
}

#basketTable .basketTotal a:hover {
  text-decoration: none;
}

#basketTable .totalWrap {
  width: 60%;
  margin: 0 0 0 auto;
}

#basketTable .totalItem {
  float: left;
  clear: left;
  width: 60%;
  text-align: right;
}

#basketTable .matomegaiWrap {
  margin-bottom: 4px;
}

#basketTable .basketEmpty p {
  text-align: center;
  margin: 10px auto;
}

#r_basket .btnWrap .btnBack {
  float: left;
  padding-top: 5px;
  margin-left: 10px;
}

#r_basket .btnWrap .btnOrder {
  float: right;
  margin-right: 10px;
}

/* Amazonボタン */
.amazonButtonWrap {
  margin-top: 10px;
}

.amazonButton {
  width: 205px;
}

/* お気に入りリスト */
#wishTable {
  width: 100%;
}

#wishTable th, #wishTable td {
  text-align: center;
  border-bottom: 1px solid #b2b2b2;
  padding: 6px;
}

#wishTable th {
  border-top: 2px solid #b2b2b2;
  border-bottom: 1px dashed #b2b2b2;
}

#wishTable .wishName {
  text-align: left;
  width: 240px;
}

#wishTable .wishQuantity input {
  margin-right: 4px;
}

/*----------------------------------------------------
    お知らせ #news
----------------------------------------------------*/
#r_news {
  margin-top: 30px;
}

#r_news #newsHead {
  text-align: left;
  border-bottom: 2px solid #b2b2b2;
  padding: 4px 0;
  font-size: 15px;
}

#r_news #newsHead span {
  margin-right: 10px;
  font-size: 11px;
  color: #999;
}

#r_news #newsContents {
  text-align: left;
  padding: 40px 20px;
  border-bottom: 1px dashed #b2b2b2;
  margin-bottom: 20px;
}

#r_news #newsAccess {
  text-align: right;
  font-size: 11px;
  color: #999;
  margin-top: 20px;
}

#r_news #newsNext {
  text-align: right;
  font-size: 11px;
  margin-bottom: 10px;
}

#r_news #newsList {
  margin-bottom: 20px;
}

#r_news #newsList .line {
  background: #fff;
}

#r_news #newsList .lims {
  border-bottom: 1px dashed #b2b2b2;
}

#r_news #newsListBtn {
  text-align: center;
}

/* ご利用ガイド */
#makebanner #guideMain {
  margin: 0 70px;
}

/*----------------------------------------------------
    カタログ #catalog
----------------------------------------------------*/
#catalog .ctlg_text {
  margin-top: 24px;
}

#r_catalog .catalogCart {
  text-align: right;
  margin: 8px 0;
}

/*****************************************************

    フッタ #footer

*****************************************************/
.pageTop {
  text-align: right;
  margin-top: 60px;
}

#footerWrap {
  width: 100%;
  background: #ccc;
  margin-top: 20px;
}

#footer {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 11px;
}

/* #f_nav{
    overflow:hidden;
    _zoom:1;
    float:left;
} */
#f_nav li {
  display: inline;
  padding: 0 1em 0 8px;
  background: url(/images/original_design_default/samplesource/3/footerDot.png) no-repeat left;
}

#f_nav li a:link, #f_nav li a:visited, #f_nav li a:active {
  text-decoration: none;
  color: #333;
}

#f_nav li a:hover {
  text-decoration: underline;
  color: #666;
}

/* #f_info{
    float:right;
    width:400px;
    text-align:right;
    color:#666;
}
#f_info a{
    color:#666;
} */
/*---------------------------------
reset
---------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, img,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 15px;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
}

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

body {
  line-height: 1.5em;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: inherit;
}

img {
  vertical-align: bottom;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

/* .bx-wrapper {
    border: none!important;
    box-shadow: none!important;
} */
/* @media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
} */
/* ß */
/* header  ---------------------------------- - */
@media screen and (min-width: 768px), print {
  #header {
    /* position: fixed; */
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  }
}

#header .inner {
  width: 100%;
  margin: 0 5%;
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  #header .inner {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 6px 0;
  }
}

#header .inner .logo-wrap {
  width: 30%;
  max-width: 240px;
}

#header .inner .logo-wrap span {
  font-size: .8em;
  padding-left: 0.5em;
  display: inline-block;
  font-weight: normal;
}

#header .inner .logo-wrap img {
  width: 100%;
}

#header .inner .sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .inner .sub-nav li:not(.btn-wrap) {
  font-size: 14px;
  padding: 0 0 0 2em;
  text-indent: -1em;
}

#header .inner .sub-nav li:not(.btn-wrap)::before {
  content: "・";
  color: #004BB1;
}

#header .inner .sub-nav li.btn-wrap {
  padding-left: 1em;
}

#header .inner .sub-nav li.btn-wrap a {
  width: 148px;
}

#header .inner .sub-nav li.btn-wrap.header-login-btn .M_helloMsg {
  display: none;
}

#header .inner .sub-nav li.btn-wrap.header-login-btn a {
  background: #004BB1;
  color: #FFF;
  text-align: center;
  padding: .5em 1em;
  display: inline-block;
  line-height: 1.4em;
  border-radius: 1.4em;
  text-decoration: none;
}

.gnav {
  background: #EAF1F6;
}

.gnav ul.gnav-lst {
  max-width: 1200px;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .gnav ul.gnav-lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.gnav ul.gnav-lst li {
  width: 100%;
  position: relative;
}

.gnav ul.gnav-lst li::after {
  content: "";
  width: 1px;
  height: 50px;
  background: #FFF;
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
}

.gnav ul.gnav-lst li a {
  position: relative;
  text-decoration: none;
  text-align: center;
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2em;
}

.gnav ul.gnav-lst li a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 3px 0;
}

.gnav ul.gnav-lst li a span img {
  width: 30px;
  height: 30px;
  display: block;
}

.gnav ul.gnav-lst li a:hover {
  background: #004BB1;
  color: #FFF;
}

@media all and (-ms-high-contrast: none) {
  .gnav ul.gnav-lst li a span {
    display: none;
  }
}

/* MainVisual
---------------------------------------------------------- */
.mainvisual-wrap {
  width: 100%;
  margin: 20px 0;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .mainvisual-wrap {
    text-align: center;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
    font-weight: 800;
    padding: 0;
    height: auto;
  }
}

/* footer  ---------------------------------- - */
#footerWrap {
  background: #FFF;
}

#footer {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  font-size: 11px;
}

#f_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2em auto;
}

#f_nav li {
  height: 40px;
}

#f_nav li + li {
  margin-left: 2em;
}

#f_nav li a {
  font-size: 14px;
  text-decoration: none;
}

#f_nav li a:hover {
  text-decoration: underline;
}

#f_info {
  background: #004BB1;
}

#f_info address {
  text-align: center;
  color: #FFF;
}

.footerLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2em auto;
}

.footerLogo img {
  max-width: 240px;
}

/*ec用*/
.ecFooter {
  background: #EAF1F6;
  padding: 0 0 3em;
  /*card list*/
}

.ecFooter .subPageHl {
  background: #004BB1;
  color: #fff;
  font-size: 1.2em;
  padding: 0.5em;
  margin-bottom: 1em;
}

.ecFooter .dl1column02 {
  max-width: 1000px;
  margin: 0 auto 3em;
  padding-left: 0.75rem;
}

.ecFooter .dl1column02 dt {
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: solid thin;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
}

.ecFooter .dl1column02 dt + dt {
  margin-top: 1em;
}

.ecFooter .dl1column02 dd {
  padding-left: 0.75em;
}

.ecFooter .cardList {
  margin-left: 0;
}

.ecFooter .cardList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ecFooter .cardList li {
  margin-left: 1rem;
  text-align: center;
}

.ecFooter .cardList li::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin-top: 0.25em;
}

.ecFooter .cardList .visa::after {
  background: url(https://gigaplus.makeshop.jp/nagasesuppon/images/pages/guide/logo_visa.gif) no-repeat center;
  background-size: contain;
}

.ecFooter .cardList .amex::after {
  background: url(https://gigaplus.makeshop.jp/nagasesuppon/images/pages/guide/logo_amex.gif) no-repeat center;
  background-size: contain;
}

.ecFooter .cardList .master::after {
  background: url(https://gigaplus.makeshop.jp/nagasesuppon/images/pages/guide/logo_mastercard.svg) no-repeat center;
  background-size: contain;
}

.ecFooter .cardList .jcb::after {
  background: url(https://gigaplus.makeshop.jp/nagasesuppon/images/pages/guide/logo_jcb.gif) no-repeat center;
  background-size: contain;
}

.ecFooter .cardList .diners::after {
  background: url(https://gigaplus.makeshop.jp/nagasesuppon/images/pages/guide/logo_diners.gif) no-repeat center;
  background-size: contain;
}

.ecFooter .cardList .rakuten::after {
  background: url(https://gigaplus.makeshop.jp/nagasesuppon/images/pages/guide/logo_rakuten.png) no-repeat center;
  background-size: contain;
}

.ecFooter_inner {
  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;
  margin: auto;
  max-width: 1200px;
}

.ecFooter .guideHl {
  width: 100%;
  background: #004BB1;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  padding: .8em 0;
  margin-bottom: 3em;
}

.ecFooter_inner div {
  width: 550px;
  text-align: left;
}

.ecFooter div + div {
  margin-left: 100px;
}

.ecFooter > div h2 + p {
  margin-bottom: 3em;
}

.ecFooter .cardList {
  width: 100%;
}

.ecFooter .cardList li::after {
  margin: auto;
  width: 50px;
  height: 50px;
}

.ecFooter .dl1column02 > dt {
  font-size: 1rem;
}

.ecFooter .dl1column02 > dd + dt {
  margin-top: 1em;
}

.hassou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hassou span {
  width: 8rem;
}

/*---------------------------------
side-nav
---------------------------------*/
.left-nav {
  word-wrap: break-word;
  width: 270px;
  margin-right: 40px;
}

.left-nav .side-contents {
  border: solid 1px #CDD6DD;
  margin-bottom: 40px;
}

.left-nav .side-contents .side-ttl {
  background: #004BB1;
  color: #FFF;
  text-align: center;
  padding: .8em;
}

.left-nav .side-contents .side-contents-inner {
  padding: 1em;
}

.left-nav .side-btn {
  margin-bottom: 10px;
}

.left-nav .side-btn a {
  width: 100%;
  line-height: 2em;
  border-radius: 2em;
  background: #004BB1;
  color: #FFF;
  text-align: center;
  padding: .5em 1em;
  display: inline-block;
  text-decoration: none;
}

.left-nav .side-btn.side-login-btn .M_helloMsg {
  text-align: center;
  margin-bottom: 10px;
}

.left-nav .side-link-list li a {
  display: block;
  padding: .3em .3em .3em 1.3em;
  text-indent: -1em;
}

.left-nav .side-link-list li a::before {
  content: "・";
  color: #004BB1;
}

.left-nav .free-dl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.left-nav .free-dl-box .free-dl-item {
  width: 100%;
  background: #EAF1F6;
  margin-bottom: 20px;
}

.left-nav .free-dl-box .free-dl-item:last-of-type {
  margin-bottom: 40px;
}

.left-nav .free-dl-box .free-dl-item a .free-dl-img {
  width: 100%;
  height: 120px;
  background-position: center;
  background-size: cover;
}

.left-nav .free-dl-box .free-dl-item a .free-dl-txt {
  padding: .3em 1em;
  position: relative;
}

.left-nav .free-dl-box .free-dl-item a .free-dl-txt::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #004BB1;
  border-right: solid 2px #004BB1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.left-nav .free-dl-box .free-dl-item a:hover {
  text-decoration: none;
}

.left-nav .free-dl-box .free-dl-item a:hover .free-dl-img {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.left-nav-title {
  margin-top: 10px;
}

.left-nav-title a {
  display: block;
  color: #004BB1;
  padding: 16px 0;
  font-weight: bold;
}

.left-nav-item a {
  display: block;
  padding: .3em .3em .3em 1.3em;
  text-indent: -1em;
}

.left-nav-item a::before {
  content: "・";
  color: #004BB1;
}

.side-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.side-search-box input#search {
  width: 100%;
}

.side-search-box a {
  background: #004BB1;
  text-align: center;
  padding: 5px;
  border-radius: 0 3px 3px 0;
}

.side-search-box a img {
  width: 26px;
}

#M_ctgList2 {
  margin-top: 40px;
}

#M_ctgList2 > .M_layer1 > li {
  background: none;
  padding-left: 0;
  margin-top: 14px;
}

#M_ctgList2 > .M_layer1 > li > a {
  color: #004BB1;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
}

#M_ctgList2 > .M_layer1 > li ul li {
  background: none;
  padding-left: 0;
  margin-bottom: 5px;
}

#M_ctgList2 > .M_layer1 > li ul li a {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

#M_ctgList2 > .M_layer1 > li ul li a::before {
  content: "・";
  color: #004BB1;
}

/*---------------------------------
base
---------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  scroll-behavior: smooth;
  color: #6E6E6E;
}

a {
  color: #6E6E6E;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  opacity: .7;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.main {
  width: 100%;
  margin: 0 auto;
}

.contents-section {
  max-width: 1200px;
  margin: 20px auto 100px;
}

.contents-heading {
  color: #004BB1;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-right: 10px;
  margin: 0 auto 24px;
  position: relative;
}

.contents-heading::before {
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  bottom: -.3em;
  background: #EAF1F6;
  position: absolute;
}

.contents-heading::after {
  content: attr(data-eng);
  display: inline-block;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
  color: #F39827;
}

.information-heading {
  margin-bottom: 0;
  font-size: 38px;
}

.cate-heading img {
  width: 260px;
  position: absolute;
  right: 0;
  top: 5px;
}

.contents-sub-hdg {
  background: #004BB1;
  color: #FFF;
  padding: .4em;
  margin: 0 auto 14px;
}

.heading-title {
  font-size: 24px;
  font-weight: normal;
  margin-right: 10px;
}

.heading-sub-title {
  font-family: 'Marcellus', serif;
  font-weight: 100;
}

.item-title-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 130px;
}

.item-title-wrap span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 14px;
}

.item-title {
  color: #6E6E6E;
  font-size: 32px;
  font-weight: 400;
}

.section-title {
  font-size: 20px;
  font-weight: bold;
  color: #6E6E6E;
  padding-left: 8px;
}

.contents-wrap p {
  line-height: 2.4em;
}

/*---------------------------------
button
---------------------------------*/
.btn-wrap {
  text-align: center;
}

.btn-wrap a {
  width: 360px;
}

.btn-bl {
  background: #004BB1;
  color: #FFF;
  text-align: center;
  padding: .5em 1em;
  display: inline-block;
  line-height: 1.4em;
  border-radius: 1.4em;
  text-decoration: none;
}

.btn-bl:hover {
  text-decoration: none;
}

.btn-wt {
  background: #FFF;
  border: #CDD6DD solid 2px;
  color: #004BB1;
  text-align: center;
  padding: .5em 1em;
  display: inline-block;
  line-height: 1.4em;
  border-radius: 1.4em;
  text-decoration: none;
}

.btn {
  position: relative;
  z-index: 2;
  background: #fff;
  color: #6E6E6E;
  border: 1px solid #6E6E6E;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  border-radius: 5px;
}

.btn {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}

.btn::before,
.btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.btn,
.btn::before,
.btn::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn:hover {
  background: #6E6E6E;
  color: #fff;
  text-decoration: none;
  opacity: .8;
}

.product-list-btn {
  width: 230px;
}

.mail-magazine-btn {
  width: 100%;
}

/*---------------------------------
cart-button
---------------------------------*/
.add-btn {
  background: #af4233;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 60%;
  border-radius: 3px;
  margin-bottom: 20px;
}

.add-btn:hover {
  background: #EB503C;
}

.outstock-btn {
  background: #989898;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 60%;
  border-radius: 3px;
  padding: 24px;
}

.outstock {
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  width: 100%;
}

.sold-btn {
  background: #adadad !important;
}

.sold-btn:hover {
  background: #989898 !important;
}

.cart-btn {
  display: inline-block;
  border-radius: 2px;
  width: 100%;
  padding: 24px;
}

.add-btn a {
  color: #fff;
  text-decoration: none;
}

.add-btn a:hover {
  opacity: 1;
}

.add-btn-right {
  width: 24%;
}

.cart-option-area {
  font-size: 12px;
  margin-top: 10px;
}

.cart-option-area span {
  display: block;
}

.sell-period-btn {
  background: #adadad !important;
}

.sell-period-btn p {
  color: #fff;
}

/*---------------------------------
top
---------------------------------*/
#top-wide-wrap {
  display: none;
  width: 100vw !important;
  min-width: 1200px !important;
  top: 0 !important;
  margin-bottom: 60px;
}

/*---------------------------------
information
---------------------------------*/
.top-info-wrap {
  max-width: 1200px;
  margin: auto;
}

.information-list-wrap {
  max-width: 1200px;
  background: #EAF1F6;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 80px;
  padding: 50px;
}

.information-list {
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: .8em 0;
  border-top: solid 1px #CDD6DD;
}

.information-list:last-of-type {
  border-bottom: solid 1px #CDD6DD;
}

.information-label {
  font-size: 14px;
  font-weight: 300;
  margin-right: 24px;
}

.information-contents {
  line-height: 1.2em;
}

.information-contents a:hover {
  text-decoration: underline;
}

/*---------------------------------
top-cate-wrap
---------------------------------*/
.top-cate-wrap {
  max-width: 1200px;
  margin: auto;
}

.top-cate-search {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.top-cate-search .top-cate-search-item {
  width: 32%;
  border: solid 1px #CDD6DD;
  padding: .5em;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-cate-search .top-cate-search-item .top-cate-img {
  width: 48%;
  height: 100%;
  min-height: 160px;
  background-size: cover;
  background-position: center;
}

.top-cate-search .top-cate-search-item .top-cate-txt {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-cate-search .top-cate-search-item .top-cate-txt .cate-name {
  color: #004BB1;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.top-cate-search .top-cate-search-item .top-cate-txt p {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.top-cate-search .top-cate-search-item .top-cate-txt .btn-more {
  line-height: 1em;
  width: 80%;
  margin: 0 0 0 auto;
}

/*---------------------------------
product-container
---------------------------------*/
.product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-contents-wrap {
  width: 888px !important;
}

.product-wrap {
  margin-bottom: 72px;
  min-width: 888px;
}

.product-list {
  width: 888px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.product-list-item {
  width: calc(100%/3 - 16px);
  min-width: 279px;
  margin: 0 24px 64px 0;
}

.product-list-item:nth-child(3n) {
  margin-right: 0;
}

.product-image-wrap {
  position: relative;
  width: auto;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 8px;
}

.product-image-wrap img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.product-image-wrap img:hover {
  opacity: .5;
}

.product-name-link {
  line-height: 1.6em;
}

.product-list-item a div:hover {
  opacity: .7;
}

.product-caption {
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 1.2em;
}

.product-price {
  display: block;
  text-align: center;
  color: #004BB1;
  font-size: 1.2em;
}

.product-discount {
  text-decoration: line-through;
}

.product-sale-price {
  color: #EB503C;
  font-weight: 500;
}

.sold-out {
  display: inline-block;
  font-size: 10px;
  font-weight: 100;
  background: #adadad;
  color: #fff;
  padding: 0 6px;
  border-radius: 2px;
  font-family: 'Marcellus', serif;
  margin-bottom: 5px;
}

/*---------------------------------
free-dl-wrap
---------------------------------*/
.a-img-wrap {
  overflow: hidden;
}

.free-dl-wrap .free-dl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.free-dl-wrap .free-dl-box .free-dl-item {
  width: 48%;
  background: #EAF1F6;
}

.free-dl-wrap .free-dl-box .free-dl-item a .free-dl-img {
  width: 100%;
  height: 220px;
  background-position: center;
  background-size: cover;
}

.free-dl-wrap .free-dl-box .free-dl-item a .free-dl-txt {
  padding: .5em 1em;
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
}

.free-dl-wrap .free-dl-box .free-dl-item a .free-dl-txt::after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: solid 4px #004BB1;
  border-right: solid 4px #004BB1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.free-dl-wrap .free-dl-box .free-dl-item a:hover {
  text-decoration: none;
}

.free-dl-wrap .free-dl-box .free-dl-item a:hover .free-dl-img {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/*---------------------------------
top-column-wrap
---------------------------------*/
.column-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.column-lst .column-item {
  width: calc(100%/3 - 16px);
  min-width: 279px;
  margin: 0 24px 40px 0;
  background: #EAF1F6;
}

.column-lst .column-item:nth-child(3n) {
  margin-right: 0;
}

.column-lst .column-item .column-img {
  position: relative;
}

.column-lst .column-item .column-img img {
  width: 100%;
}

.column-lst .column-item .column-img .day {
  position: absolute;
  display: inline-block;
  background: #EAF1F6;
  color: #004BB1;
  padding: .2em 1em;
  top: 0;
  left: 0;
}

.column-lst .column-item .column-cap {
  padding: 1em;
  font-size: .9em;
}

/*---------------------------------
top-bnr-lst
---------------------------------*/
.top-bnr-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-bnr-lst .top-bnr {
  width: calc(100%/3 - 16px);
  min-width: 279px;
  margin: 0 24px 20px 0;
  background: #EAF1F6;
}

.top-bnr-lst .top-bnr:nth-child(3n) {
  margin-right: 0;
}

.top-bnr-lst .top-bnr a img {
  width: 100%;
}

/*---------------------------------
category_list
---------------------------------*/
.category-image {
  position: relative;
}

.category-image img {
  margin-top: 78px;
  height: 222px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.category-image:before {
  content: "";
  background-color: #0000006b;
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  z-index: 1;
}

.category-title-wrap {
  width: 100%;
  position: absolute;
  top: 170px;
  z-index: 2;
}

.category-title {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  text-shadow: 0px 0px 3px #f7f7f7;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 8px;
}

/*---------------------------------
pager
---------------------------------*/
.pager {
  margin-bottom: 64px;
}

.pager ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #EBEBEB;
  width: 30px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #fff;
  background: #6E6E6E;
}

/*---------------------------------
detail
---------------------------------*/
/* .detail {
    margin-top: 200px;
    display: flex;
    justify-content: space-around;
} */
.detail-image {
  width: 630px;
  height: 100%;
}

.detail-image img {
  width: 100%;
}

.detail-right {
  padding-top: 40px;
  width: 40%;
  margin-left: 20px;
}

.product-name {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 24px;
}

.product-price-block {
  font-size: 40px;
}

.product-price-block small {
  font-size: 24px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input.productnum {
  font-size: 24px;
  color: #6E6E6E;
  width: 100px;
  height: 40px;
  float: left;
  text-align: right;
  padding: 0 5px;
}

div.button {
  float: left;
  width: 16px;
  padding-left: 16px;
}

.cart-add-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

input.spinner_up {
  margin-top: 3px;
  border: 0px;
  width: 13px;
  height: 13px;
  background: url("/view/images/template/6/up.png") no-repeat;
  cursor: pointer;
}

input.spinner_down {
  margin-top: 3px;
  border: 0px;
  width: 13px;
  height: 13px;
  background: url("/view/images/template/6/down.png") no-repeat;
  cursor: pointer;
}

.productnum-wrap {
  padding: 72px 0 40px;
}

.purchase-num {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.option-area {
  margin: -20px 0 60px;
}

.makeshop-option-wrap {
  margin: 8px 0;
}

.makeshop-option-label {
  font-size: 14px;
  margin-bottom: 6px;
}

.makeshop-option-select {
  padding: 10px;
  width: 60%;
}

.bg-section {
  background: #FCF8EC;
  padding: 100px 0;
}

.detail-description {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 16px;
}

.left-detail-description,
.right-detail-description {
  width: 50%;
}

.left-detail-description {
  margin-right: 140px;
}

.description-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}

.description-text {
  line-height: 2em;
}

.grid-multi-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.multi-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100%/3);
          flex: 1 0 calc(100%/3);
}

*::-ms-backdrop, .multi-image {
  width: 33.33%;
  /* IE11 */
}

.multi-image img {
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail-sold-out {
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  background: #adadad;
  color: #fff;
  padding: 6px;
  font-family: 'Marcellus', serif;
  margin-bottom: 5px;
  border-radius: 2px;
}

.detail-product-discount {
  font-size: 20px;
  margin-bottom: 16px;
  text-decoration: line-through;
}

.detail-product-sale-price {
  color: #EB503C;
  font-weight: 500;
  font-size: 38px;
}

.detail-product-sale-price small {
  font-size: 28px;
}

/*---------------------------------
cart
---------------------------------*/
.cart-title-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 130px;
}

.cart-title {
  font-size: 20px;
  font-family: 'Marcellus', serif;
  font-weight: bold;
  color: #6E6E6E;
  letter-spacing: .2em;
}

.cart {
  margin-top: 60px;
}

.cart-text-head {
  border-bottom: 1px dotted #6E6E6E;
  padding-bottom: 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-product {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #6E6E6E;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart .img-head {
  width: 20%;
}

.cart-product img {
  width: 160px;
}

.cart .name-head {
  width: 25%;
  padding-right: 40px;
  line-height: 1.4em;
}

.cart .qty-head {
  width: 15%;
}

.cart .price-head {
  width: 25%;
}

.cart .remove-head {
  width: 15%;
}

.cart-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 76%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart .img {
  width: 20%;
}

.cart .name {
  width: 25%;
  line-height: 1.4em;
}

.cart .qty {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart .price {
  width: 25%;
}

.cart .remove {
  width: 15%;
  padding-left: 14px;
}

.remove-sp {
  display: none;
}

/* .total {
    text-align: right;
    margin: 20px 0;
} */
.total-text {
  font-size: 18px;
}

.total-price {
  font-size: 32px;
  padding-left: 16px;
}

.total-text-small {
  font-size: 14px;
}

.continue-shopping {
  padding-right: 40px;
}

.payment-add-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quantity-notification {
  width: 44px;
  height: 44px;
  text-align: center;
}

.awesome a {
  cursor: pointer !important;
  text-align: center !important;
  display: inline-block;
  vertical-align: middle !important;
  color: #fff !important;
  width: 85px !important;
  height: 100% !important;
  background: #6E6E6E !important;
  font-size: 12px;
  margin-left: 6px;
  text-decoration: none;
  padding: 14px;
}

/*---------------------------------
news-list
---------------------------------*/
.contents-wrap {
  max-width: 960px;
  margin: 0 auto 80px;
}

.info-title-wrap {
  padding-top: 160px;
}

h2.info-title {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  line-height: 1.8em;
  width: 60%;
  margin: 0 auto -30px;
}

/*---------------------------------
guide
---------------------------------*/
.guide-section {
  margin-bottom: 64px;
}

.guide-section-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 24px;
  border-bottom: 1px solid #6E6E6E;
  padding-bottom: 12px;
}

/*---------------------------------
company
---------------------------------*/
.company-section img {
  margin-bottom: 20px;
  width: 100%;
}

/*---------------------------------
contract
---------------------------------*/
.contract-section {
  margin-bottom: 64px;
}

.contract-section-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 24px;
  border-bottom: 1px solid #6E6E6E;
  padding-bottom: 12px;
}

/*---------------------------------
policy
---------------------------------*/
.policy-section pre {
  line-height: 2.4em;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #6E6E6E;
  white-space: pre-wrap;
}

/*---------------------------------
responsive
---------------------------------*/
@media screen and (max-width: 768px) {
  /*---------------------------------
common
---------------------------------*/
  .main-visual {
    position: relative;
    margin-top: 53px;
  }
  .scroll-down a {
    background: url(/view/images/template/6/scroll-down.png) no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: auto;
  }
  #start-contents {
    margin-top: -70px;
    padding-top: 70px;
    position: relative;
  }
  span.cart-badge {
    top: -10px;
    right: -14px;
  }
  .header,
  .footer {
    width: 100%;
  }
  .top-bar {
    padding: 14px 2px;
    min-height: 54px;
  }
  .header-inner {
    padding: 0 10px;
  }
  .shop-logo {
    margin: 0;
    float: none;
    text-align: center;
  }
  .nav,
  .second-nav {
    display: none;
  }
  .side-bar {
    display: none;
  }
  .contents-section {
    margin: 50px auto 0;
  }
  .bx-wrapper .bx-pager {
    text-align: center !important;
    padding-left: 0;
  }
  /*------------------
    hamburger
    ------------------*/
  .wrapper {
    height: 100%;
    overflow-x: hidden;
    position: relative;
    display: block;
  }
  .sp-nav-wrap {
    display: block;
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5) !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .menu-trigger {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 13px;
    left: 16px;
    z-index: 100;
  }
  .menu-trigger span {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 80%;
    height: 4px;
    background-color: #6E6E6E;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .menu-trigger.active span {
    background-color: #6E6E6E;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 4px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 4px;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-4px) rotate(45deg);
            transform: translateY(-4px) rotate(45deg);
  }
  nav {
    width: 250px;
    height: 100%;
    padding-top: 100px;
    background: #fff !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transform: translate(-250px);
            transform: translate(-250px);
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  nav.open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    overflow: scroll;
    overflow-x: hidden;
    height: 100%;
  }
  nav li {
    color: #6E6E6E;
    text-align: left;
    font-family: 'Marcellus', serif;
    padding: 10px 20px;
  }
  .accordion-container {
    position: relative;
    width: 100%;
    cursor: pointer;
  }
  .accordion-container .article-title {
    display: block;
    position: relative;
    margin: 0;
    font-weight: normal;
    color: #6E6E6E;
    cursor: pointer;
  }
  .accordion-container .article-title:hover,
  .accordion-container .article-title:active,
  .accordion-container .content-entry.open .article-title {
    color: #6E6E6E;
  }
  .accordion-container .article-title:hover i:before,
  .accordion-container .article-title:hover i:active,
  .accordion-container .content-entry.open i {
    color: white;
  }
  .article-title {
    position: relative;
  }
  .article-title:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 10%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #6E6E6E;
    border-right: solid 2px #6E6E6E;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .article-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
  }
  .accordion-content {
    display: none;
    padding: 24px 6px 0;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .accordion-content p {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
  }
  .accordion-content a {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .accordion-container {
    margin: 0;
  }
  dl.search1 {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #aaa;
  }
  dl.search1 dt {
    padding: 12px 0px;
  }
  dl.search1 dt input {
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
  }
  dl.search1 dd {
    position: absolute;
    top: 0;
    right: 0;
  }
  dl.search1 dd button {
    display: block;
    padding: 10px;
    background: none;
    border: none;
  }
  dl.search1 dd button span {
    display: block;
    width: 20px;
    height: 20px;
    background: url("/view/images/template/6/search_icon.png") no-repeat scroll 0 0;
  }
  .search-link-sp {
    margin-bottom: 16px;
  }
  .sp-second-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 13px;
    right: 16px;
  }
  .cart-link {
    margin-left: 16px;
  }
  .slider li img {
    height: 50vh;
  }
  .footer-contents {
    width: 90%;
    padding: 30px 0;
    margin-top: 60px;
  }
  .footer-menu-container {
    display: block;
  }
  .footer-menu {
    margin-bottom: 60px;
  }
  .footer-menu:last-child {
    margin-bottom: 0;
  }
  .footer-menu-list-item {
    margin-bottom: 20px;
  }
  .sns-link-list {
    margin-top: 20px;
  }
  .sns-link img {
    width: 24px;
  }
  .product-contents-wrap {
    min-width: 100%;
  }
  .information-list-wrap {
    white-space: inherit;
  }
  .information-list {
    display: block;
    margin-bottom: 32px;
  }
  .information-label {
    margin: 0 0 12px 0;
  }
  .product-list-item {
    width: calc(100%/2 - 8px);
    min-width: 0;
    margin-right: 16px;
  }
  .product-list-item:nth-child(even) {
    margin-right: 0;
  }
  .product-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .product-list-item:nth-child(3) {
    margin-right: 16px;
  }
  /*------------------
    category_list
    ------------------*/
  .banner-image {
    background-position: center;
    height: 20vh;
  }
  .item-title-wrap span {
    padding-left: 8px;
  }
  .item-title {
    font-size: 28px;
    padding-left: 8px;
  }
  .category-image:before {
    height: 198px;
  }
  .category-image img {
    height: 145px;
    margin-top: 54px;
  }
  .category-title-wrap {
    top: 115px;
  }
  .category-title {
    font-size: 20px;
  }
  /*------------------
    detail
    ------------------*/
  .detail {
    margin-top: 130px;
    display: block;
  }
  .detail-image {
    width: 100%;
  }
  .detail-image img {
    width: 100%;
  }
  .detail-right {
    margin-left: 0;
    width: 100%;
  }
  .product-name {
    font-size: 24px;
  }
  .product-price-block {
    font-size: 32px;
  }
  .product-price-block small {
    font-size: 18px;
  }
  .productnum-wrap {
    padding: 32px 0 24px;
  }
  .add-btn {
    width: 100%;
  }
  .bg-section {
    margin-top: 60px;
    padding: 40px 0;
  }
  .detail-description {
    width: 100%;
    display: block;
  }
  .left-detail-description, .right-detail-description {
    width: 100%;
    margin-bottom: 48px;
  }
  .right-detail-description {
    margin-bottom: 0;
  }
  .grid-multi-image {
    display: block;
  }
  .outstock-btn {
    width: 100%;
  }
  .outstock {
    width: 100%;
  }
  /*------------------
    cart
    ------------------*/
  .cart-title {
    padding: 0 0 0 10px;
  }
  .cart-table {
    border-top: 1px dotted #6E6E6E;
  }
  .cart-text-head {
    display: none;
  }
  .cart .img {
    width: auto;
  }
  .cart .img img {
    padding-right: 16px;
  }
  .cart-item-text {
    display: block;
  }
  .cart-item-text div {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .cart .remove {
    display: none;
  }
  .remove-sp {
    display: block;
    text-align: right;
    text-decoration: underline;
  }
  .cart-add-btn {
    display: block;
    margin-bottom: 54px;
  }
  .continue-shopping {
    padding: 0;
    margin-top: 24px;
    text-align: center;
    text-decoration: underline;
  }
  .awesome {
    height: 44px !important;
  }
  .cart-product {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .payment-add-btn {
    display: block;
    margin-bottom: 48px;
  }
  /*---------------------------------
    news-list
    ---------------------------------*/
  .info-title-wrap {
    padding-top: 130px;
  }
  h2.info-title {
    font-size: 18px;
    line-height: 1.6em;
    width: 80%;
  }
}

/*---------------------------------
faq
---------------------------------*/
.faq_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  background: #EAF1F6;
  padding: 10px;
  margin-bottom: 80px;
}

.faq_category div.faq_category_item {
  width: 19%;
  margin: 0 1% 10px 0;
}

.faq_category div.faq_category_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border: 1px solid #b1b1b1;
  color: #004BB1;
  background: #FFF;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.faq_category div.faq_category_item a span {
  font-weight: bold;
}

.faq_category div.faq_category_item a:hover {
  background: #FFF;
}

.faq_category div.faq_category_item a::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #004BB1;
  border-right: 2px solid #004BB1;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.qna-block {
  margin-bottom: 30px;
}

.faq_item {
  margin: 10px 5px 0;
  border: solid 1px #EAF1F6;
  border-radius: 3px;
}

.faq_item .faq_q {
  font-weight: normal;
  font-size: 16px;
  position: relative;
  padding: 8px 10px 8px 40px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.faq_item .faq_q:hover {
  background: #B6D9FF;
}

.faq_item .faq_q::before {
  background: #004BB1;
  border-radius: 50%;
  color: #FFF;
  font-weight: bold;
  content: "Q";
  width: 26px;
  height: 26px;
  line-height: 22px;
  text-align: center;
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
}

.faq_item .faq_q span {
  display: block;
}

.faq_item .faq_q span::before {
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  content: '';
  display: block;
  border-top: 2px solid #004BB1;
  width: 20px;
  height: 0;
  right: 10px;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq_item .faq_q span::after {
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  content: '';
  display: block;
  border-top: 2px solid #004BB1;
  width: 20px;
  height: 0;
  right: 10px;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

.faq_item .faq_q.open {
  border-radius: 3px 3px 0 0;
  background: #EAF1F6;
}

.faq_item .faq_q.open span::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq_item .faq_a {
  display: none;
  margin-top: 4px;
  position: relative;
  padding: 5px 10px 10px 40px;
}

.faq_item .faq_a a {
  text-decoration: underline;
}

.faq_item .faq_a::before {
  font-size: 16px;
  background: #F39827;
  border-radius: 50%;
  color: #FFF;
  font-weight: bold;
  content: "A";
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
}

/*---------------------------------
format
---------------------------------*/
.format-DL .main-3item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.format-DL .main-3item-box .format-content {
  width: 170px;
  margin-bottom: 40px;
}

.format-DL .main-3item-box .format-content .img-box img {
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1px solid #ddd;
}

.format-DL .main-3item-box .format-content .format-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 45px;
}

.format-DL .form-btn_box {
  margin-top: 10px;
}

.format-DL .form-btn_box .btn-bl.form_btn {
  width: 100%;
}

/*---------------------------------
column
---------------------------------*/
.column_wrap {
  border: solid 1px #CDD6DD;
  padding: 40px;
}

.column_wrap img {
  max-width: 100%;
}

.column_wrap .column_img {
  text-align: center;
  margin-bottom: 40px;
}

.column_wrap .category {
  color: #CDD6DD;
  margin-bottom: 5px;
}

.column_wrap .title {
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 5px;
  line-height: 1.8;
}

.column_wrap .time {
  font-size: .8em;
  color: #666;
}

.column_wrap .txt_box {
  margin: 40px 0 20px;
}

.column_wrap .txt_box h4 {
  margin: 40px 0 20px;
  padding: 10px 0;
  font-size: 1.3em;
  font-weight: bold;
  border-top: 4px solid #004BB1;
  border-bottom: 4px solid #004BB1;
}

.column_wrap .txt_box h5 {
  margin: 20px 0;
  padding-left: 8px;
  font-weight: bold;
  border-left: 4px solid #004BB1;
}

.column_wrap .txt_box a {
  color: #004BB1;
  text-decoration: underline;
}

.column_wrap .txt_box img {
  display: inline-block;
  margin: 20px auto;
}

.column_wrap .youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.column_wrap .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */