@charset "UTF-8";
/*************************************************
 変数定義
**************************************************/
/*-------------------------------------------------
 タグ共通設定
-------------------------------------------------*/
html, body {
  height: 100%;
  color: #333333;
  font: 16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif; }

@media print {
  body {
    -webkit-print-color-adjust: exact; }
  a[href]:after {
    content: "" !important; }
  abbr[title]:after {
    content: "" !important; } }

a, a:hover, a:focus {
  color: #333333;
  text-decoration: none; }

figure {
  margin: 0; }

/*************************************************
 UI部品
*************************************************/
/*------------------------------------------------
 フォント
------------------------------------------------*/
.wv-font-sm2 {
  font-size: 12px; }

.wv-font-sm {
  font-size: 14px; }

.wv-font-lg {
  font-size: 18px; }

.wv-font-lg2 {
  font-size: 20px; }

.wv-font-lg3 {
  font-size: 24px; }

.wv-font-lg4 {
  font-size: 28px; }

.wv-font-lg5 {
  font-size: 32px; }

/*------------------------------------------------
 水平線
------------------------------------------------*/
.wv-hr1 {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff; }

.wv-hr1-lg {
  border-top: 2px solid #bbb;
  border-bottom: 2px solid #fff; }

.wv-hr2 {
  border-top: 3px double #bbb;
  border-bottom: 3px double #fff;
  margin: 10px 0; }

/*------------------------------------------------
 ボタン
------------------------------------------------*/
.btn-primary {
  background-color: #009FE3;
  border-color: #009FE3; }

.btn-outline-secondary {
  border-color: #009FE3; }

.width-half-center {
  width: 50%;
  margin-left: auto !important;
  margin-right: auto !important; }

.box-btnSns {
  padding-top: 15px; }
  .box-btnSns .btnSns {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
    @media screen and (max-width: 768px) {
      .box-btnSns .btnSns {
        margin-left: 0.2rem;
        margin-right: 0.2rem; } }
    .box-btnSns .btnSns img {
      max-height: 50px;
      max-width: 100%; }
      @media screen and (max-width: 768px) {
        .box-btnSns .btnSns img {
          height: 20px; } }

.linkSns img {
  width: 60px; }

/*------------------------------------------------
 フォーム
------------------------------------------------*/
input[type="radio"] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin-right: 0.5em; }

input[name="birthday"] {
  width: 120px;
  ime-mode: inactive; }

input[name="zip"] {
  width: 120px;
  ime-mode: inactive; }

/*------------------------------------------------
 ページャ
------------------------------------------------*/
.box-pager .wv-pager {
  margin: 5px;
  text-align: center;
  font-size: 14px; }
  .box-pager .wv-pager ul {
    margin: 0;
    padding: 0; }
    .box-pager .wv-pager ul li {
      display: inline-block; }
      .box-pager .wv-pager ul li a {
        background: #007FAF;
        color: #FFFFFF;
        border-radius: 5px;
        padding: 5px 10px; }
        .box-pager .wv-pager ul li a:hover, .box-pager .wv-pager ul li a:active, .box-pager .wv-pager ul li a:focus {
          opacity: 0.7;
          filter: alpha(opacity=70); }
      @media screen and (max-width: 768px) {
        .box-pager .wv-pager ul li {
          margin-left: 2px;
          margin-right: 2px; }
          .box-pager .wv-pager ul li a {
            font-size: 12px;
            padding: 5px 7px; } }
  .box-pager .wv-pager .status-active a {
    opacity: 0.7;
    filter: alpha(opacity=70); }
  .box-pager .wv-pager .summary {
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .box-pager .wv-pager .summary {
        display: none; } }

/*------------------------------------------------
 テーブル
------------------------------------------------*/
table.wv-table thead tr {
  border-left: dotted 1px #dfdfdf;
  border-right: dotted 1px #dfdfdf;
  border-bottom: dotted 1px #dfdfdf;
  background-color: #EEEEEE; }
  table.wv-table thead tr:first-child {
    border-top: dotted 1px #dfdfdf; }
  table.wv-table thead tr th {
    padding: 10px;
    text-align: center;
    text-shadow: 0 1px 0 #dfdfdf; }

table.wv-table tbody tr {
  border-left: dotted 1px #dfdfdf;
  border-right: dotted 1px #dfdfdf;
  border-bottom: dotted 1px #dfdfdf; }
  table.wv-table tbody tr:first-child {
    border-top: dotted 1px #dfdfdf; }
  table.wv-table tbody tr td {
    padding: 10px;
    text-align: left; }
    table.wv-table tbody tr td:first-child {
      background-color: #F5EDD1; }

/*------------------------------------------------
 定義リスト
------------------------------------------------*/
dl.wv-desc dt {
  background-color: #009FE3;
  border-top: solid 1px #dfdfdf;
  color: white;
  font-weight: normal;
  padding: 0.5rem; }
  dl.wv-desc dt:last-of-type {
    border-bottom: solid 1px #dfdfdf; }
  @media screen and (max-width: 768px) {
    dl.wv-desc dt {
      background-color: white;
      border: none;
      color: #333333;
      border-left: solid 5px #009FE3;
      font-weight: bold;
      margin-left: 8px;
      padding: .1rem .5rem; }
      dl.wv-desc dt:last-of-type {
        border: none;
        border-left: solid 5px #009FE3; } }

dl.wv-desc dd {
  margin-bottom: 0;
  border-top: solid 1px #dfdfdf;
  padding: 0.5rem; }
  dl.wv-desc dd:last-child {
    border-bottom: solid 1px #dfdfdf; }
  @media screen and (max-width: 768px) {
    dl.wv-desc dd {
      border: none; }
      dl.wv-desc dd:last-child {
        border: none; } }

dl.itemSpecDetail {
  width: 100%; }
  dl.itemSpecDetail dt {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-top: solid 1px #dfdfdf; }
    dl.itemSpecDetail dt.item-label {
      background-color: #00AFEC;
      color: white;
      font-size: 14px;
      font-weight: normal; }
    dl.itemSpecDetail dt:last-of-type {
      border-bottom: solid 1px #dfdfdf; }
  dl.itemSpecDetail dd {
    margin-bottom: 0;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-top: solid 1px #dfdfdf; }
    dl.itemSpecDetail dd.item-value {
      font-size: 14px;
      background-color: #FFFFFF; }
    dl.itemSpecDetail dd:last-child {
      border-bottom: solid 1px #dfdfdf; }

dl.itemSpecEval {
  width: 98%; }

/*------------------------------------------------
 リスト
------------------------------------------------*/
@media screen and (max-width: 768px) {
  .list-group-item {
    padding: 0.25rem 0.25rem; } }

ul.wv-ul-disc {
  list-style-type: disc; }

ul.wv-ul-none {
  list-style-type: none;
  margin-bottom: 10px;
  padding: 0; }

ul.wv-ul-custom {
  font-size: 16px;
  -webkit-padding-start: 20px; }
  ul.wv-ul-custom li {
    list-style: none;
    position: relative; }
    ul.wv-ul-custom li:before {
      font-family: "Font Awesome 5 Free";
      content: "\f0c8";
      font-weight: bold;
      font-style: normal;
      line-height: 1.5;
      color: #007FAF;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      left: -0.8em; }
  ul.wv-ul-custom > li:before {
    left: -1.2em;
    content: "\f0c8"; }
  ul.wv-ul-custom > li > ul > li:before {
    left: -0.8em;
    content: "\f0da"; }

ul.wv-ul-check {
  -webkit-padding-start: 30px; }
  ul.wv-ul-check > li {
    list-style: none;
    position: relative; }
    ul.wv-ul-check > li:before {
      font-family: "Font Awesome 5 Free";
      content: "\f05d";
      font-weight: bold;
      font-style: normal;
      font-size: 20px;
      line-height: 1.2;
      color: #007FAF;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      left: -1.0em; }

ol.wv-ol-parenthesis {
  list-style-type: none;
  padding: 0 0.5em; }
  ol.wv-ol-parenthesis > li {
    padding: 0 30px;
    counter-increment: cnt; }
    ol.wv-ol-parenthesis > li:before {
      position: absolute;
      left: 1.5rem;
      content: "(" counter(cnt) ") "; }

ol.wv-ol-circle {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em; }
  ol.wv-ol-circle li {
    position: relative;
    padding: 0.3em 0.3em 0.3em 30px; }
    ol.wv-ol-circle li:before {
      position: absolute;
      counter-increment: number;
      content: counter(number);
      display: inline-block;
      background: #009FE3;
      color: #FFFFFF;
      border-radius: 50%;
      left: 0;
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      /*
             top: 50%;
             -moz-transform: translateY(-50%);
             -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
             -ms-transform: translateY(-50%);
             transform: translateY(-50%);
             */ }

/*------------------------------------------------
 アイコンフォント
------------------------------------------------*/
/* 
 * 
 * 例
 *     <div class="wv-i i-info">テキスト</div> 
 *     <div class="wv-i i-search">テキスト</div> 
 */
.wv-i {
  list-style: none; }
  .wv-i:before {
    font-family: 'Font Awesome 5 Free';
    color: #007FAF;
    margin-right: 3px;
    font-weight: bold; }
  .wv-i.i-info:before {
    content: "\f05a"; }
  .wv-i.i-search:before {
    content: "\f002"; }
  .wv-i.i-hand:before {
    content: "\f0a4"; }
  .wv-i.i-question:before {
    content: "\f059"; }
  .wv-i.i-exclamation:before {
    content: "\f071"; }
  .wv-i.i-search-plus:before {
    content: "\f00e"; }

.toHelp {
  text-decoration: underline;
  font-weight: bold; }

i.fa-star {
  color: #f4f4f4; }

i.fa-star-half-alt {
  color: #ffe933; }

i.starYellow {
  color: #ffe933; }

/*------------------------------------------------
 見出し
------------------------------------------------*/
.title-page {
  padding: 10px;
  border-left: 6px solid #009FE3;
  font-size: 24px;
  text-shadow: 1px 1px 2px #333; }

.title-sub {
  margin: 5px 0 10px 0;
  padding: 3px 10px;
  border-left: 6px solid #009FE3;
  font-size: 20px;
  text-shadow: 1px 1px 2px #333; }

.title-line-left {
  border-left: solid 6px #009FE3;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  text-align: left; }

.title-line-left-sm {
  border-left: solid 6px #009FE3;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  text-align: left; }

/*------------------------------------------------
 タブ・メニュー
------------------------------------------------*/
.tabSort .nav .nav-item a.active, .tabSort .nav .nav-item a:hover {
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .tabSort {
    font-size: 12px; } }

.tabMyPage .nav .nav-item a {
  border: 1px solid #979797; }
  .tabMyPage .nav .nav-item a.active, .tabMyPage .nav .nav-item a:hover {
    font-weight: bold; }

@media screen and (max-width: 768px) {
  .tabMyPage {
    font-size: 10px; }
    .tabMyPage .nav-link {
      padding-left: 0;
      padding-right: 0; } }

/*------------------------------------------------
 モーダルダイアログ
------------------------------------------------*/
#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -100px;
  z-index: 1001;
  display: none; }

.wv-modal-back {
  position: fixed;
  z-index: 1000;
  height: 100%;
  width: 200%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  display: none; }

.boxUploadImgModal {
  width: 100%; }
  .boxUploadImgModal .uploadImgModal {
    display: none;
    position: fixed;
    top: 20px;
    z-index: 2000;
    width: 50%;
    background: #FFFFFF;
    padding: 10px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .boxUploadImgModal .uploadImgModal {
        width: 90%; } }
    .boxUploadImgModal .uploadImgModal img {
      max-width: 70%;
      height: auto; }
    .boxUploadImgModal .uploadImgModal input[name="uploadData"] {
      display: none; }
    .boxUploadImgModal .uploadImgModal #execUpload {
      display: none; }
    .boxUploadImgModal .uploadImgModal .editCaution {
      display: none; }

/*------------------------------------------------
 コンポーネント
------------------------------------------------*/
.img-circle {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 5px; }

.img-circle-lg {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 5px;
  height: 180px;
  width: 180px; }

.img-circle-sm {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 5px;
  height: 40px;
  width: 40px; }

.img-circle-ss {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 5px;
  height: 30px;
  width: 30px; }

.update-time {
  font-size: 12px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin: .3rem 0; }

/*
 *
 * 商品リスト
 *
 */
.itemList .card {
  display: block;
  height: 100%; }
  .itemList .card .box-img-thumbnail {
    position: relative; }
    .itemList .card .box-img-thumbnail .lblItemStatus {
      position: absolute;
      top: 0;
      left: 0;
      padding: .5rem;
      font-size: 20px;
      font-weight: bold;
      color: white;
      border-bottom-right-radius: 20px; }
      .itemList .card .box-img-thumbnail .lblItemStatus.new {
        background: #EC660B;
        opacity: 0.8;
        filter: alpha(opacity=80); }
  .itemList .card .card-body hr {
    margin-top: .2rem;
    margin-bottom: .2rem; }
  .itemList .card .card-body .card-brand {
    font-size: 12px; }
  .itemList .card .card-body .card-title {
    font-size: 18px;
    font-weight: bold;
    color: #00678E; }
    @media screen and (max-width: 768px) {
      .itemList .card .card-body .card-title {
        font-size: 14px; } }
  .itemList .card .card-body .card-recom {
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      .itemList .card .card-body .card-recom {
        font-size: 12px; } }
  .itemList .card .card-body .card-model {
    color: #00678E;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      .itemList .card .card-body .card-model {
        font-size: 10px; } }
  .itemList .card .card-body .card-text {
    font-size: 14px;
    margin-bottom: 2rem; }
  .itemList .card .card-body .card-time {
    position: absolute;
    bottom: 1px; }
    @media screen and (max-width: 768px) {
      .itemList .card .card-body .card-time {
        font-size: 10px; } }
  .itemList .card .card-category .card-category_Item {
    background: #FFB369;
    border-radius: 10px;
    padding: 0 8px;
    font-size: 12px; }
  @media screen and (max-width: 768px) {
    .itemList .card .card-qaProf {
      font-size: 10px; } }

.cateLargeList .cateLargeList__title {
  font-size: 28px; }

.cateLargeList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 10px;
  background: #FFFFFF; }
  .cateLargeList ul li.list-inline-item {
    margin-right: 3px;
    margin-left: 3px; }
  .cateLargeList ul li {
    width: 14%;
    text-align: center;
    font-size: 8px;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
    border-radius: 30px; }
    .cateLargeList ul li img {
      width: 100%; }
      .cateLargeList ul li img:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
    .cateLargeList ul li.active img {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .cateLargeList ul li .itemList__boxText {
      padding: 3px;
      margin-top: 5px; }
      .cateLargeList ul li .itemList__boxText .itemList__brand {
        font-size: 12px; }

.cateSmallList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left; }
  .cateSmallList ul li.list-inline-item {
    margin-right: 3px;
    margin-left: 3px; }
  .cateSmallList ul li {
    width: auto;
    text-align: center;
    font-size: 14px;
    margin-top: 2px;
    padding: 5px 2px;
    border-radius: 30px;
    background: rgba(0, 127, 175, 0.15); }
    @media screen and (max-width: 768px) {
      .cateSmallList ul li {
        font-size: 12px;
        width: auto; } }
    .cateSmallList ul li.active {
      background: rgba(0, 127, 175, 0.35); }

/*
 *
 * 施設リスト（メディアリスト）
 *
 */
ul.itemListMedia {
  padding: 10px;
  width: 100%; }
  ul.itemListMedia li {
    border-top: 1px dotted #c0c0c0;
    padding: 10px; }
    ul.itemListMedia li i.fa-crown {
      color: #e0a800;
      font-size: 20px; }
    ul.itemListMedia li img {
      width: 100px; }
    ul.itemListMedia li:last-child {
      border-bottom: 1px dotted #c0c0c0; }
    ul.itemListMedia li .rank-itemName {
      font-size: 20px; }

/*-------------------------------------------------
 バリデーション
-------------------------------------------------*/
.wvInvalid {
  background: #d9534f; }

.formErrorMessage {
  color: #d9534f;
  font-size: 14px;
  display: none; }

/*------------------------------------------------
 その他
------------------------------------------------*/
/*
    空白調整
    Bootstrap 空白ユーティリティ
 */
/*
    段落(<>p)の空白調整
    p の Bootstrap デフォルト値：margin-top: 0; margin-bottom: 1rem;
    上下が均等でなく下のみ割り振られているので、フォームのラベル等で利用する際に上下均等にする。
 */
p.mtb-even {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

/*
    表示調整
    Bootstrap 表示ユーティリティ
 */
/*
    垂直方向の余白調整（上下余白）
    用例：<div class="vspace10"></div>
 */
.vspace5 {
  height: 5px; }

.vspace10 {
  height: 10px; }

.vspace20 {
  height: 20px; }

.vspace30 {
  height: 30px; }

.vspace40 {
  height: 40px; }

.vspace50 {
  height: 50px; }

.vspace100 {
  height: 100px; }

.vspace150 {
  height: 150px; }

.vspace200 {
  height: 200px; }

.vspace300 {
  height: 300px; }

.wv-breadCrumb {
  margin-top: 5px;
  font-size: 12px; }

.breadcrumb {
  padding: .3rem .3rem;
  font-size: 12px;
  background: none; }

.mark-status-active {
  background-color: #EC660B;
  color: #FFFFFF;
  padding: 2px 5px;
  margin: 5px 5px;
  border-radius: 3px; }

.mark-require:before {
  background-color: #EC660B;
  color: #FFFFFF;
  padding: 2px 5px;
  margin: 5px 5px;
  border-radius: 3px;
  background-color: #C00C00;
  opacity: 0.7;
  filter: alpha(opacity=70);
  content: "必須";
  margin-left: 1px; }

.annotation {
  color: #333333;
  font-size: 14px; }
  .annotation a {
    font-weight: bold; }

.caution {
  color: #000040;
  font-size: 16px; }
  .caution a {
    font-weight: bold; }

.caution-lg {
  color: #000040;
  font-size: 18px; }
  .caution-lg a {
    font-weight: bold; }

.box-caution {
  color: #000040;
  font-size: 20px;
  padding: 20px; }
  .box-caution a {
    font-weight: bold; }

.box-caution-sm {
  color: #000040;
  font-size: 16px;
  padding: 20px; }
  .box-caution-sm a {
    font-weight: bold; }

.box-caution-ex {
  color: #000040;
  font-size: 16px;
  padding: 20px;
  background: #f0ad4e;
  border: 1px solid #333333;
  border-radius: 8px; }
  .box-caution-ex a {
    font-weight: bold; }

.arrow-box {
  position: absolute;
  display: none;
  padding: 10px;
  border-radius: 8px;
  background: #333333;
  color: white; }
  .arrow-box:after {
    position: absolute;
    bottom: 100%;
    left: 5%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: solid rgba(51, 51, 51, 0);
    border-bottom-color: #333333;
    border-width: 10px;
    pointer-events: none;
    content: " "; }

/*************************************************
 各画面
*************************************************/
/*-------------------------------------------------
 ヘッダー
-------------------------------------------------*/
header {
  background: white;
  color: #FFFFFF; }
  header a {
    color: #FFFFFF; }
  @media screen and (max-width: 768px) {
    header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 800;
      width: 100%; }
      header .btnHeaderRegistList {
        font-size: 14px; }
        header .btnHeaderRegistList img {
          width: 20px; }
      header .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } }
  header nav {
    background: #00678E; }
    @media screen and (max-width: 768px) {
      header nav {
        background: white;
        border-bottom: 1px solid #373737; } }
    header nav .navbar-brand {
      font-size: 15px;
      color: white !important; }
      header nav .navbar-brand img {
        width: 110px; }
    @media screen and (max-width: 768px) {
      header nav .navbar-nav li.nav-item {
        width: 100%;
        text-align: left !important; } }
  header .mainMenu {
    text-align: center; }
    header .mainMenu ul {
      margin-bottom: 0; }
      header .mainMenu ul li.menu1 {
        background: #9ED7F4; }
        header .mainMenu ul li.menu1::before {
          background: #9ED7F4; }
      header .mainMenu ul li.menu2 {
        background: #5CBFED; }
        header .mainMenu ul li.menu2::before {
          background: #5CBFED; }
      header .mainMenu ul li.menu3 {
        background: #00AFEC; }
        header .mainMenu ul li.menu3::before {
          background: #00AFEC; }
      header .mainMenu ul li.menu4 {
        background: #009FE5; }
        header .mainMenu ul li.menu4::before {
          background: #009FE5; }
      header .mainMenu ul li.list-inline-item:not(:last-child) {
        margin-right: 10px; }
      header .mainMenu ul li {
        position: relative;
        background: #009FE3;
        padding-top: 15px;
        padding-bottom: 5px;
        margin-right: 10px;
        border-top-right-radius: 10px;
        border-top-left-radius: 30px;
        text-shadow: 2px 1px black; }
        header .mainMenu ul li a {
          letter-spacing: 2px;
          padding: 5px 10px; }
        header .mainMenu ul li.active a {
          border-radius: 20px;
          text-shadow: 4px 2px 5px black; }
        header .mainMenu ul li::before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          -webkit-transform: scaleY(1) perspective(1.2em) rotateX(5deg);
                  transform: scaleY(1) perspective(1.2em) rotateX(5deg);
          -webkit-transform-origin: top right;
                  transform-origin: top right;
          border-radius: 8px 8px 0 0; }
  header .navbar-light .navbar-nav .nav-link {
    color: #FFFFFF; }
  @media screen and (max-width: 768px) {
    header {
      /* 背景色・角丸指定
        .spMainMenu::-webkit-scrollbar-track {
            border-radius: 10px;
            background: #f2f2f2;
        } */ }
      header .navbar-light .navbar-nav .nav-link {
        color: black; }
      header .spMainMenu {
        overflow-y: auto;
        max-height: 300px; }
        header .spMainMenu ul li {
          border-top: 1px dotted #373737; }
      header .spMainMenu::-webkit-scrollbar {
        width: 10px; }
      header .spMainMenu::-webkit-scrollbar-thumb {
        background-color: #A8A8A8; } }
  header .navbar {
    padding-top: .3rem;
    padding-bottom: 0; }
    header .navbar .navbar-toggler {
      background-color: white; }
    @media screen and (max-width: 768px) {
      header .navbar .navbar-toggler {
        background-color: #009FE3; } }
  header .hr-tabMenuBottom {
    height: 15px;
    background: #009FE3; }

@media screen and (max-width: 768px) {
  .headerSpace {
    height: 150px; } }

.btnHistoryBack {
  display: none; }

.btnHistoryBackNative {
  display: none;
  position: fixed;
  z-index: 998;
  top: 40px;
  left: 40px; }
  .btnHistoryBackNative a {
    display: block;
    background-color: #009FE3;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #333333; }
    .btnHistoryBackNative a p {
      font-size: 16px;
      padding-top: 10px;
      font-weight: bold; }
    .btnHistoryBackNative a i {
      margin-top: -10px;
      font-size: 30px; }

/*-------------------------------------------------
 フッター
-------------------------------------------------*/
#wrap-fix-footer {
  position: relative;
  height: auto !important;
  min-height: 100%; }

footer {
  background: #00678E;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 380px;
  color: #FFFFFF;
  font-size: 12px; }
  footer a {
    font-size: 12px;
    color: #FFFFFF; }
  @media screen and (max-width: 768px) {
    footer {
      height: 950px;
      font-size: 14px; }
      footer a {
        font-size: 14px;
        color: #FFFFFF; }
      footer .foooterMenuTitle {
        padding: 10px;
        background: #333333;
        margin-bottom: 0; }
      footer .list-group-item {
        background: none; }
      footer .copyright {
        font-size: 10px; } }

/*-------------------------------------------------
 メインエリア
-------------------------------------------------*/
#main {
  padding-bottom: 400px; }
  @media screen and (max-width: 768px) {
    #main {
      padding-bottom: 970px; } }

/*-------------------------------------------------
 デバッグ
-------------------------------------------------*/
#debug {
  font-size: 12px;
  background: #FFFFB4; }

.box-testInput {
  text-align: center;
  padding: 5px;
  background: #FFFFB4;
  margin: 10px 0; }
  .box-testInput .btn-test {
    background-color: #333333;
    color: #FFFFFF;
    text-align: center;
    line-height: 2.5;
    border-radius: 20px;
    padding: 5px 20px;
    margin: 5px auto; }
    .box-testInput .btn-test:hover {
      cursor: pointer;
      opacity: 0.8;
      filter: alpha(opacity=80); }
  .box-testInput .testInputVal {
    display: none; }

/*-------------------------------------------------
 メッセージ
-------------------------------------------------*/
.master-message {
  font-size: 20px;
  padding: 10px;
  opacity: 0.7; }

.master-message-debug {
  background: #FFFFB4;
  border-radius: 10px;
  padding: 10px; }

.master-message-error {
  background: #d9534f;
  border-radius: 10px;
  padding: 10px; }

.master-message-warning {
  background: #f0ad4e;
  border-radius: 10px;
  padding: 10px; }

.master-message-info {
  background: #5bc0de;
  border-radius: 10px;
  padding: 10px; }

.master-message-success {
  background: #5cb85c;
  border-radius: 10px;
  padding: 10px; }

.master-message-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 20px;
  width: 40%;
  min-height: 200px;
  background: #FFFFFF;
  z-index: 1100; }
  .master-message-dialog .dialog__wrap {
    width: 100%;
    height: 100%; }
    .master-message-dialog .dialog__wrap .dialog__head {
      height: 30px;
      background: black; }
    .master-message-dialog .dialog__wrap .dialog__btn_close {
      width: 50%;
      margin-left: auto;
      margin-right: auto; }
  @media screen and (max-width: 768px) {
    .master-message-dialog {
      width: 90%; } }

/*-------------------------------------------------
 ヘルプ
-------------------------------------------------*/
.help .title {
  font-size: 18px;
  margin-top: 15px; }

.help .question {
  font-size: 18px;
  margin-top: 15px; }
  .help .question i {
    padding-right: 3px; }

/*-------------------------------------------------
 トップ
-------------------------------------------------*/
/*
.top-banner {
    position: relative;
    color: $colorWhite;
    width: 100%;
    height: 450px;
    background: rgba(255, 255, 255, 0.5) url("../images/top/banner_top2.jpg") no-repeat;
    background-position: center /cover;
    .wrap-banner {
        background-color: rgba(255, 255, 255, 0.3);
        height: 100%;
        .text-inner {
            width: 1000px;
            padding: 20px 0 0 440px;
            text-align: left;
            margin: 0 auto;
        }
        .catch {
            font-size: 45px;
            text-shadow: 4px 2px 5px black;
        }
        .img-phone {
            position: absolute;
            top: 15px;
            left: 50%;
            margin-left: -490px;
        }
        .img-icon {
            position: absolute;
            top: 10%;
            left: 75%;
        }
    }
}
*/
.banner-top .slick-next {
  right: 5px; }

.banner-top .slick-prev {
  left: 5px;
  z-index: 10; }

.banner-top .slick-prev:before, .banner-top .slick-next:before {
  color: rgba(255, 255, 255, 0.9); }

.banner-top .slider-box .topSlider img {
  margin: auto;
  height: 100%;
  width: 100%; }

.movie-top .slick-next {
  right: 5px; }

.movie-top .slick-prev {
  left: 5px;
  z-index: 10; }

.movie-top .slick-prev:before, .movie-top .slick-next:before {
  color: rgba(255, 255, 255, 0.9); }

.movie-top .itemMovie {
  position: relative; }
  .movie-top .itemMovie figcaption {
    padding: 10px; }
  .movie-top .itemMovie .btnPlayMovie {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    /* X方向に-50%移動, Y方向に-50%移動 */ }
  .movie-top .itemMovie img.movie_thumb {
    width: 100%; }

hr.top-box-appDownload {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.box-appDownload {
  text-align: center; }
  .box-appDownload .catch {
    font-size: 25px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8); }
    @media screen and (max-width: 768px) {
      .box-appDownload .catch {
        font-size: 18px; } }
  .box-appDownload img {
    width: 30%; }

/*-------------------------------------------------
 商品一覧
-------------------------------------------------*/
.item-searchForm {
  padding: 10px 30px;
  background: #fafafa;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
  width: 100%;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .item-searchForm {
      padding: 10px 10px; } }
  .item-searchForm .brandList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left; }
    .item-searchForm .brandList ul li.list-inline-item {
      margin-right: 3px;
      margin-left: 3px; }
    .item-searchForm .brandList ul li {
      width: 18%; }
      @media screen and (max-width: 768px) {
        .item-searchForm .brandList ul li {
          width: auto; } }
  .item-searchForm .searchForm__price input {
    display: inline-block;
    max-width: 130px; }
  .item-searchForm .searchForm__keyword input {
    display: inline-block;
    max-width: 486px; }
  .item-searchForm .searchForm__btn .btn {
    font-size: 14px; }
  .item-searchForm .box-toggle {
    display: none; }
  .item-searchForm .btnClose, .item-searchForm .btnOpen {
    font-size: 24px;
    display: none; }
  .item-searchForm .showClosed, .item-searchForm .showOpened {
    display: none; }

/*-------------------------------------------------
 商品詳細
-------------------------------------------------*/
.itemSpec .imgMain img {
  width: 400px;
  max-width: 90%; }

.itemSpec .modalImgDlg {
  display: none; }

.itemSpec .imgThumb img {
  max-width: 100px; }

.itemSpec-SP .imgMain img {
  width: 100%; }

.itemSpec-SP .modalImgDlg {
  display: none; }

.itemSpec-SP .imgThumb {
  padding-top: 10px; }
  .itemSpec-SP .imgThumb img {
    width: 100%; }

.itemSpec-SP dl dt {
  padding-right: 5px;
  padding-left: 5px; }

.itemSpec-SP dl dd {
  padding-right: 5px;
  padding-left: 5px; }

.itemSpec-SP .itemSpecDetail {
  margin-left: 1px;
  margin-right: 1px; }

.btnAlertContact {
  font-size: 12px; }
  .btnAlertContact a {
    font-size: 12px; }
    @media screen and (max-width: 768px) {
      .btnAlertContact a {
        font-size: 10px; } }

.btnRef {
  font-size: 12px; }
  .btnRef a {
    font-size: 12px; }

.delReviewRef {
  background: #EEEEEE; }

.delQaAnswerRef {
  background: #EEEEEE; }

.itemSpec {
  border: 1px solid #222222;
  border-radius: 10px; }

/*-------------------------------------------------
 Q & A 一覧
-------------------------------------------------*/
.qaSearchForm {
  padding: 10px 30px;
  background: #fafafa;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .qaSearchForm {
      padding: 10px 10px; }
      .qaSearchForm ul {
        margin-bottom: 0; }
        .qaSearchForm ul li {
          line-height: 0.5; }
      .qaSearchForm .qaSearchForm__btn .btn {
        font-size: 14px; } }
  .qaSearchForm .qa-keyword input {
    display: inline-block;
    max-width: 486px; }

/*-------------------------------------------------
 質問詳細・回答一覧
-------------------------------------------------*/
.questionDetail {
  border: 1px solid #222222;
  border-radius: 10px;
  padding: 16px 16px; }
  @media screen and (max-width: 768px) {
    .questionDetail {
      padding: 10px 10px; }
      .questionDetail .btn {
        font-size: 14px; } }
  .questionDetail .qa-category {
    background: #FFB369;
    border-radius: 10px;
    padding: 0 8px;
    font-size: 12px; }
  .questionDetail .qa-detail {
    background: #c7eefa;
    border-radius: 10px; }
  .questionDetail .answerCnt {
    font-size: 14px; }

.itemReviewList .reviewHead {
  box-shadow: 0 2px 6px #EEEEEE;
  border-radius: 10px;
  margin: .5rem 0;
  padding: 1.5rem 3.5rem; }
  @media screen and (max-width: 768px) {
    .itemReviewList .reviewHead {
      padding: 1.0rem .5rem; }
      .itemReviewList .reviewHead .boxQaAnswerRef {
        min-width: 100px; } }

/*-------------------------------------------------
 プロフィール
-------------------------------------------------*/
.profileHeaderImg .imgProfileCover {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px; }
  @media screen and (max-width: 400px) {
    .profileHeaderImg .imgProfileCover {
      height: 300px; } }
  .profileHeaderImg .imgProfileCover .img-Cover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* X方向に-50%移動, Y方向に-50%移動 */
    width: 100%;
    height: auto; }
  .profileHeaderImg .imgProfileCover .btnChangeProfileCover {
    position: absolute;
    bottom: -10px;
    width: 100%;
    padding-right: 10px;
    font-size: 15px;
    color: #FFFFFF; }
    .profileHeaderImg .imgProfileCover .btnChangeProfileCover .openUploadImgModal {
      cursor: pointer;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 20px;
      padding: 5px 20px; }

.profileHeaderImg .boxImgProfileIcon {
  width: 150px;
  position: absolute;
  bottom: 20px;
  left: 5%; }
  .profileHeaderImg .boxImgProfileIcon .imgProfileIcon {
    position: relative; }
    .profileHeaderImg .boxImgProfileIcon .imgProfileIcon img {
      border-radius: 50%;
      height: 80px;
      width: 80px;
      margin: 5px;
      height: 120px;
      width: 120px;
      border: 5px solid #FFFFFF; }
    .profileHeaderImg .boxImgProfileIcon .imgProfileIcon .btnChangeProfileIcon {
      position: absolute;
      bottom: 20%;
      left: 10%;
      font-size: 12px;
      color: #FFFFFF;
      width: 100px; }
      .profileHeaderImg .boxImgProfileIcon .imgProfileIcon .btnChangeProfileIcon .openUploadImgModal {
        cursor: pointer;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 20px;
        padding: 5px 5px; }
    .profileHeaderImg .boxImgProfileIcon .imgProfileIcon .btnFollow {
      position: absolute;
      bottom: 20%;
      left: 10%;
      font-size: 12px;
      color: #FFFFFF;
      width: 100px; }
      .profileHeaderImg .boxImgProfileIcon .imgProfileIcon .btnFollow .confirmRegist {
        cursor: pointer;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 20px;
        padding: 5px 5px; }
        .profileHeaderImg .boxImgProfileIcon .imgProfileIcon .btnFollow .confirmRegist a {
          color: #FFFFFF;
          font-weight: bold; }

.profile-follow img {
  width: 80px; }
  @media screen and (max-width: 768px) {
    .profile-follow img {
      width: 50px; } }

.profile-follow .list-inline-item {
  position: relative; }

.profile-follow .profImgName {
  position: absolute;
  bottom: 0;
  left: 3px;
  font-size: 5px;
  color: #FFFFFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8); }

.prof-address .address {
  min-width: 60px; }

/*-------------------------------------------------
 広告
-------------------------------------------------*/
.ads-footer ul li {
  width: 20%; }

.ads-footer ul img {
  width: 100%; }

.ads-footer .list-inline-item:not(:last-child) {
  margin-right: 0.1rem; }

/*-------------------------------------------------
 ブランド一覧
-------------------------------------------------*/
.brand-index {
  background: #009FE3;
  padding: 10px 15px;
  line-height: 53px;
  border-radius: 10px;
  color: white; }

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


/*# sourceMappingURL=main.css.map*/