@charset "UTF-8";

/* CSS Document */

/* --------------- ユニバーサルセレクタ --------------- */
* {
  margin: 0;
  padding: 0;
}

/* --------------- リンクの基本設定 --------------- */
.container_center a {
  outline: none;
  text-decoration: none;
}

.container_center a:hover,
a:active {
  color: #069 !important;
  text-decoration: underline !important;
}

.clear {
  clear: both;
}

.container_center hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

input[type='text'] {
  width: 60%;
  height: 30px;
  margin: 1% auto;
  padding: 0 2%;
  font-size: 16px;
}

input[type='number'] {
  width: 60%;
  height: 30px;
  margin: 1% auto;
  padding: 0 2%;
  font-size: 16px;
}

select {
  height: 30px;
  margin: 1% auto;
  font-size: 16px;
}

input[type='password'] {
  height: 30px;
  margin: 1% auto;
  padding: 0 2%;
}

/* --------------- 全体に関する設定 --------------- */
img,
a img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

ul,
ol {
  line-height: 2em;
  margin-bottom: 2em;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  font-size: 13px;
  line-height: 2em;
  margin-bottom: 2em;
}

strong {
  font-weight: bold;
}

h2 {
  font-size: 23px;
  line-height: 1.4em;
  margin-bottom: 1em;
}

h3 {
  padding: 1px 0 0 8px;
  font-size: 30px;
  line-height: 1em;
  border-left: 2px #991f1f solid;
  font-weight: normal;
  margin-bottom: 1.1em;
}

h4 {
  height: 7px;
  margin: 4px 0 20px;
  padding: 0 0 0 5px;
  font-size: 15px;
  line-height: 0.6em;
  border-left: 7px #991f1f solid;
}

/* --------------- 最低限の分岐 --------------- */
@media screen and (width <=768px) {
  .pc {
    display: none;
  }
}

@media screen and (width >=769px) {
  .sp {
    display: none;
  }
}

/* --------------- ワッパー --------------- */
#wrapper {
  overflow: hidden;
}

/* --------------- ヘッダー --------------- */
@media screen and (width >=769px) {
  #header {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 86px;
    margin: 0;
    padding: 0;
    background-color: #000;
  }

  .header_title {
    z-index: 9999;
    width: 100%;
    height: 48px;
    margin: auto;
    font-size: 16px;
    background-image: url('../img/header_bottom.png');
    background-repeat: repeat-x;
    font-weight: bold;
    margin-bottom: 8px;
    padding-top: 10px;
  }

  #header_search {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }

  #header_img {
    position: relative;
    z-index: 0;
    float: left;
    width: 322px;
    text-align: center;
    padding-right: 40px;
    padding-top: 24px;
  }

  #header_main {
    position: relative;
    float: right;
    width: 698px;
    text-align: right;
    padding-top: 0;
  }

  .header_category {
    width: 100%;
    height: 64px;
    font-size: 16px;
    color: #000;
    background-color: #c8c8c8;
    margin-top: 86px;
  }

  .header_category ul {
    width: 680px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 18px;
  }

  .header_category li {
    display: table-cell;
    width: 136px;
    text-align: center;
    list-style: none;
    margin-right: 5%;
  }

  .navi2 {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin-top: 36px;
    padding-top: 16px;
  }

  .navi2 li {
    display: inline-table;
    width: auto;
    margin-left: 4px;
    margin-top: -4px;
  }
}

@media screen and (width <=768px) {
  #header {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 68px;
    //margin: auto;
    background-color: #000;
  }

  #header_search {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  #header_img {
    position: relative;
    z-index: 0;
    float: left;
    width: 60%;
    text-align: center;
    padding-left: 1.2em;
    padding-top: 1.5em;
  }

  #header_main {
    position: relative;
    float: right;
    width: 25%;
    text-align: right;
    padding-right: 2%;
    padding-top: 0;
  }

  .header_category {
    width: 100%;
    font-size: 16px;
    color: #000;
    background-color: #c8c8c8;
  }

  .header_space {
    margin-top: 64px;
  }

  .navi2 {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    padding-top: 16px;
  }

  #sp_menu_list {
    position: relative;
    z-index: 9999;
    background-color: #c8c8c8;
    margin-top: 70px;
  }

  .sp_menu_item {
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #000;
    list-style: none;
  }

  .sp_menu_item2 {
    color: #fff !important;
    background-color: #000;
    border-bottom: 1px solid #fff !important;
  }

  .sp_menu_item p {
    display: inline-block;
    height: 12px;
    font-size: 16px !important;
    margin-bottom: 1em !important;
    vertical-align: middle;
  }

  .sp_menu_item2 p {
    color: #fff !important;
  }
}

.header_search_img {
  padding-top: 10px;
}

.input_text {
  position: absolute;
  top: 12px;
  right: 265px;
  width: 174px;
  height: 32px;
  font-size: 18px;
  color: #fff;
  text-align: left;
  overflow: hidden;
}

.input_text2 {
  position: absolute;
  top: 12px;
  right: 110px;
  width: 150px;
  height: 32px;
  font-size: 18px;
  color: #fff;
  text-align: left;
  overflow: hidden;
}

#contaner {
  color: #333 !important;
  margin-top: 64px !important;
}

#contaner a {
  color: #666;
}

#contaner a:hover {
  color: #069 !important;
}

#nav-content a {
  color: #069 !important;
}

/* --------------- コンテンツ --------------- */

.category_list li {
  height: 32px !important;
  border-bottom: 1px solid #dcdcdc !important;
  margin-top: 10px !important;
}

.category_list li:hover {
  background-color: #f8f8ff;
}

@media screen and (width >=769px) {
  @media screen and (width <=1280px) {
    #contaner {
      width: 100%;
    }
  }

  .content_main {
    width: 100%;
    margin: 8px auto;
    padding: 7px 15%;
    font-size: 16px;
    font-weight: normal;
    min-width: 641px;
  }

  .category_list {
    width: 100%;
    font-size: 16px !important;
    text-align: center;
  }

  #contaner {
    width: 1280px;
    margin: 0 auto;
    padding-top: 8px;
  }

  #contents {
    float: left;
    width: 640px;
    height: auto;
    padding: 5px;
    margin-left: 5px;
  }

  #container_b {
    float: left;
    width: 220px;
  }

  #container_right {
    float: left;
    width: 200px;
    margin-left: 15px;
  }

  .under {
    clear: both;
  }

  .container_tweet {
    width: 100%;
  }

  .container_center {
    width: 100%;
    height: auto;
    padding: 5px;
    //float:right;
    //margin-left: 5px;
  }

  .container_center_left {
    float: left;
    width: 230px;
    margin-left: 5px;
  }

  .container_char_center {
    float: left;
    width: 340px;
    height: auto;
    padding: 5px;
    margin-left: 5px;
  }

  .container_char_right {
    float: left;
    width: 420px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
  }

  .product_header_l1 {
    width: 77%;
    text-align: left;
    padding-left: 2%;
  }

  .product_header_l2 {
    width: 20%;
    text-align: right;
  }

  .content_meta {
    width: 100%;
    font-size: 16px;
    color: #000;
    margin-top: 15px;
    min-width: 641px;
  }

  .content_meta2 {
    float: right;
    width: 55%;
    font-size: 14px;
    color: #000;
  }

  .content_detail {
    height: 440px;
    line-height: 2em;
    margin-bottom: 32px;
    overflow-y: scroll;
  }
}

@media screen and (width <=768px) {
  .content_main {
    width: 100%;
    padding: 7px;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 16px;
    margin-top: 16px;
  }

  .category_list {
    float: left;
    width: 35%;
    font-size: 1.2em !important;
    text-align: center;
  }

  .category_list li {
    font-size: 0.8em !important;
  }

  #contaner {
    width: 100%;
    margin: 0 auto;
    padding-top: 24px;
  }

  #container_b {
    float: left;
    width: 220px;
  }

  #container_right {
    width: 95%;
    margin-left: 15px;
  }

  .under {
    clear: both;
  }

  .container_tweet {
    float: left;
    width: 58%;
    padding-left: 20px;
  }

  .container_center {
    width: 100%;
    height: auto;
    padding: 5px;
  }

  .container_center_left {
    width: 97%;
    margin-left: 3%;
  }

  .container_char_center {
    float: left;
    width: 340px;
    height: auto;
    padding: 5px;
    margin-left: 5px;
  }

  .container_char_right {
    float: left;
    width: 420px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
  }

  .product_header_l1 {
    display: none !important;
  }

  .product_header_l2 {
    width: 90%;
    text-align: right;
  }

  .content_meta {
    width: 100%;
    font-size: 1.1em;
    color: #000;
    margin-top: 15px;
  }

  .content_meta2 {
    width: 100%;
    font-size: 1.1em;
    color: #000;
    margin-top: 10px;
  }

  .content_detail {
    margin-bottom: 32px;
  }
}

.list_top li {
  display: inline-block;
  width: 180px;
  font-size: 14px;
  font-weight: bold;
}

.list_title li {
  font-size: 14px;
  font-weight: bold;
}

.list_title li::before {
  content: '▶ ';
}

.list_title li::after {
  content: url('../img/line_short.png');
}

.container_news {
  width: 800px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.list_news li {
  font-size: 14px;
  font-weight: bold;
}

.list_news_date {
  float: left;
  width: 20%;
}

.list_news_title {
  float: right;
  width: 80%;
}

.snsb {
  height: 20px;
  margin-bottom: 0 !important;
  overflow: hidden;
}

.snsb ul {
  font-size: 0;
}

.snsb li {
  width: 100px;
  margin-right: 8px;
}

.snsb iframe {
  margin: 0 !important;
}

.content_title {
  z-index: 9999;
  width: 100%;
  margin: auto;
  font-size: 1.25rem;
  color: #444;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.content_title_center {
  z-index: 9999;
  width: 100%;
  margin: auto;
  font-size: 1.25rem;
  color: #069;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.content_subtitle {
  width: 90%;
  margin: 5% auto 10%;
  padding: 5% 20%;
  line-height: 2em;
  border-bottom: 3px double #69c;
  border-top: 3px double #69c;
}

.blue {
  color: #069;
}
.comments {
  font-size: 80%;
  color: #666;
  line-height: 2em;
}
.asterisk {
  position: relative;
  line-height: 1.5em;
  margin-left: 0.7em;
  padding-left: 1.2em;
}
.asterisk::before {
  content: '※';
  position: absolute;
  top: 0.7em;
  left: 0;
  display: inline-block;
  margin: 0;
  box-sizing: border-box;
}

dl {
  display: flex;
  flex-wrap: wrap;
}
dt,
dd {
  padding: 2%;
}
dt {
  flex-basis: 98%;
  background: url('../img/pattern.png');
  margin-top: 2%;
}
dl.list1 dd {
  flex-basis: 98%;
  margin-right: 10%;
}
dl.list2 dd {
  flex-basis: 98%;
  margin-right: 5%;
}

.content_product_price {
  width: 100%;
  height: 120px;
  text-align: left;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 60px;
}

.content_product_price_info {
  font-size: 40px;
  color: red;
  margin-left: auto;
  margin-right: auto;
}

div.content_meta_date {
  color: #000;
}

div.content_meta_tag2 {
  color: #7d0000;
  text-align: right;
  //float: left;
}

.content_main {
  width: 100%;
  padding: 7px;
  font-size: 16px;
  //min-width: 641px;
  font-weight: normal;
  margin-bottom: 8px;
  margin-top: 8px;
}

.content_main ul {
  width: 100%;
}

.content_main li {
  display: inline-table;
  vertical-align: top;
}

.content_main_list {
  width: 100%;
  //border:4px solid #000;
  margin-bottom: 48px;
  margin-top: -4px;
  padding: 10px 24px;
}

.content_main_list select {
  margin: 1% auto;
  padding: 0 2%;
  min-height: 30px;
}

hr.content_footer_min {
  width: 100%;
  border-bottom: 1px dotted #666;
  margin-bottom: 8px;
  margin-top: 8px;
}

hr.content_footer {
  width: 100%;
  //min-width: 641px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 2%;
}

hr.content_end {
  width: 100%;
  height: 35px;
  background: url('../img/line_content.png') no-repeat;
  border: 0 none;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  min-width: 641px;
}

.content_main_list table td {
  height: 45px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.error_column {
  color: red !important;
}

ul.regist_buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 5% auto 0;
  text-align: center;
}

.regist_buttons li {
  flex-grow: 1;
  flex-basis: 46%;
  width: 50%;
  box-sizing: border-box;
}

.button_ok {
  width: 100%;
  padding: 2% 0;
  font-size: 1.4em;
  color: #fff;
  background-color: #069;
  font-weight: bold;
}

.button_else {
  width: 100%;
  padding: 2% 0;
  font-size: 1.4em;
  color: #333;
  background-color: #ccc;
  font-weight: bold;
}

.content_main tr:nth-child(even) {
  background: #f0f8ff;
}

.main_table tr:nth-child(odd) {
  background: #ffc0cb;
}

.content_main tr.unpaid_balance {
  color: red;
  background: #ffc;
}

.content_main_list tr:nth-child(even) {
  background: #f0f8ff;
}

// 以下は吹き出し
div.tipd_say {
  display: block;
  width: 100%;
  color: #000;
  list-style-type: none;
  margin-bottom: 20px;

  /* background-color: rgba(255,255,255,0.4); */

  /* padding:5px; */
}

.tipd_say_left {
  margin-right: auto;
}

.tipd_say_right {
  margin-left: auto;
}

.tipd_say_text {
  position: relative;
  padding: 7px 15px;
  color: #777;
  border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 5px;
  max-width: 60%; /* IE8以下とAndroid4.3以下用フォールバック */
  max-width: calc(100% - 130px);
  max-width: calc(100% - 130px);
  min-height: 36px;
}

.tipd_say_text_left {
  float: left;
  background: #ecf0f1;
  margin-left: 20px;
}

.tipd_say_text_right {
  float: right;
  background: #ffdab9;
  margin-right: 20px;
}

.tipd_say_text::after {
  content: ' ';
  position: absolute;
  top: 25px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-color: rgb(255 255 255 / 0%);
  border-width: 5px;
  margin-top: -5px;
  pointer-events: none;
}

.tipd_say_text_left::after {
  right: 100%;
  border-right-color: #ecf0f1;
}

.tipd_say_text_right::after {
  left: 100%;
  border-left-color: #ffdab9;
}

.tipd_say_img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border-radius: 10px;
  border-radius: 10px;
  background-size: cover;
}

.tipd_say_right {
  margin-left: auto;
}

.tipd_say_text {
  position: relative;
  z-index: 0;
  padding: 7px 15px;
  color: #777;
  border-radius: 8px;
  border-radius: 8px;
  border-radius: 8px;
  max-width: 60%; /* IE8以下とAndroid4.3以下用フォールバック */
  max-width: calc(100% - 130px);
  max-width: calc(100% - 130px);
  min-height: 36px;
}

.tipd_say_text_left {
  float: left;
  background: #ecf0f1;
  margin-left: 20px;
}

.tipd_say_text_right {
  float: right;
  background: #e2f1f1;
  margin-right: 20px;
}

.tipd_say_text::after {
  content: ' ';
  position: absolute;
  top: 25px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-color: rgb(255 255 255 / 0%);
  border-width: 5px;
  margin-top: -5px;
  pointer-events: none;
}

.tipd_say_text_left::after {
  right: 100%;
  border-right-color: #ecf0f1;
}

.tipd_say_text_right::after {
  left: 100%;
  border-left-color: #e2f1f1;
}

.tipd_say_img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border-radius: 10px;
  border-radius: 10px;
  background-size: cover;
}

.tipd_say_img_left {
  float: left;
}

.tipd_say_img_right {
  float: right;
}

.tipd_say_img_left_m {
  float: left;
}

.tipd_say_img_left_0 {
  float: left;
}

.tipd_say_img_right_0 {
  float: right;
}

.tipd_say_img_left_1 {
  float: left;
}

.tipd_say_img_right_1 {
  float: right;
}

.tipd_say_img_left_2 {
  float: left;
}

.tipd_say_img_right_2 {
  float: right;
}

.tipd_say_img_left_3 {
  float: left;
}

.tipd_say_img_right_3 {
  float: right;
}

.tipd_say_img_left_4 {
  float: left;
}

.tipd_say_img_right_4 {
  float: right;
}

.tipd_say_img_right_n {
  float: right;
}

.form_button {
  width: 100%;
  color: #fff;
  background-color: #7d0000;
  font-weight: bold;
}

#memo_box {
  width: 520px;
  height: 140px;
  font-size: 90%;
  font-size: 15px;
  color: #000;
  line-height: 16px;
  background-color: #fff;
  border: thin solid #eee;
}

#memo_box_s {
  width: 520px;
  height: 200px;
  color: #000;
  background-color: #fff;
  border: thin solid #eee;
  overflow: auto;
}

.hide_form {
  display: none;
}

.clearfix {
  height: 1px;
}

.clearfix::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  min-height: 1px;
  visibility: hidden;
}

.search_form_wrap {
  text-align: center;
  min-width: 240px;
}

#link_a {
  position: absolute;
  top: 485px;
  left: 180px;
}

#link_a2 {
  position: absolute;
  top: 822px;
  left: 6px;
}

#link_b {
  position: absolute;
  top: 485px;
  left: 400px;
}

#link_b2 {
  position: absolute;
  top: 822px;
  left: 485px;
}

#link_c2 {
  position: absolute;
  top: 822px;
  left: 247px;
}

#staff {
  font-size: 11px;
  line-height: 11px !important;
}

#ill_staff {
  font-size: 11px;
  text-align: right;
}

.notice_comic {
  width: 80%;
  height: 110px;
  padding: 10px;
  border-radius: 10px;
  border-radius: 10px;
  border-radius: 10px;
  line-height: 14px;
  background-color: #fff;
  border: solid 2px #7fcfe2;
}

.notice_comic-text {
  font-size: 14px;
  color: #000;
}

.notice_comic-staff {
  font-size: 11px;
  color: #000;
  line-height: 11px;
}

.notice_comic-icon {
  vertical-align: middle;
}

.notice_comic-text-alert {
  font-size: 14px;
  color: #00bfff;
}

.ec_header {
  width: 96px;
}

.ec_header li {
  display: inline-table;
  width: 44px;
}

.product_header li {
  display: inline-block;
  list-style: none;
}

.product_new_header {
  text-align: center;
  line-height: 16px;
}

.selectWrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.selectWrap::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  margin-top: -4px;
  transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
}

.product_new_header_select {
  position: relative;
  z-index: 1;
  width: 45%;
  height: 30px;
  padding: 0 40px 0 10px;
  background: transparent;
  appearance: none;
  appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

.product_new_header_select ::-ms-expand {
  display: none;
}

.product_new_list {
  width: 100%;
  padding: 0;
  letter-spacing: -0.4em;
}

.product_img {
  position: relative;
  width: 100%;
}

.product_category_under ul {
  padding: 0;
}

.pager {
  margin: 16px auto 32px;
  font-size: 14px;
  text-align: center;
}

.pager a {
  color: #fff !important;
}

.pager_inpage {
  width: 78px;
  padding: 0.5vw 1vw;
  font-size: 14px;
  color: #a4a4a4;
  border: 1px solid #a4a4a4;
  font-weight: bold;
  margin-left: 5px;
  margin-top: 1vw;
}

.button_page {
  padding: 0.5vw 1vw;
  font-size: 14px;
  color: #000;
  background: #a4a4a4;
  text-align: center;
  margin-left: 5px;
  margin-top: 1vw;
  text-decoration: none;
}

@media screen and (width >=769px) {
  .product_new_list li {
    display: inline-block;
    width: 32.99%;
    list-style: none;
    vertical-align: top;
  }

  .product_header {
    width: 100%;
    height: 32px;
    font-size: 16px;
    color: #282828 !important;
  }

  .product_header_name {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px;
    font-size: 20px;
    text-align: right;
    font-weight: bold;
    letter-spacing: 0;
  }

  .product_category_under li {
    display: inline-table;
    width: 49.95%;
    list-style: none;
  }

  .product_image {
    float: left;
    width: 48%;
    margin-right: 2%;
  }

  .product_detail {
    float: right;
    width: 50%;
    margin-bottom: 10px;
  }

  .product_content_list {
    width: 55%;
    line-height: 18px;
    padding-left: 2%;
  }

  .product_price_cart1 {
    margin: 2% 0 1%;
    font-size: 16px;
  }

  .product_price_cart2 {
    font-size: 26px;
    color: red;
  }

  .ec_login {
    width: 100%;
    margin: 0 auto;
    padding: 2%;
    border-radius: 5px;
    text-align: left;
    border: solid 1px #069;
  }

  .ec_login_td_list1 {
    width: 45%;
    margin: 0 auto;
    text-align: right;
    padding-right: 5%;
    vertical-align: middle;
  }

  .ec_login_td_list2 {
    width: 50%;
  }

  .calendar {
    width: 500px;
    margin: 60px auto;
  }

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

  .calendar a:hover {
    text-decoration: underline;
  }

  .calendar_header {
    margin-bottom: 15px;
  }

  #calendar_month {
    float: left;
    font-size: 20px;
    font-weight: bold; /* 仮 */
    margin-right: 8px;
  }

  #calendar_year {
    float: left;
    font-size: 20px;
    font-weight: bold; /* 仮 */
  }

  #calendar_button {
    float: right;
  }

  .calendar_button_today {
    padding: 5px;
    border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px;
    background-color: #e6e6e6;
    margin-right: 5px;
    outline: none;
  }

  .calendar_button_prev {
    padding: 5px 20px;
    border-radius: 5px 0 0 5px;
    border-radius: 0 5px 5px 0;
    border-radius: 5px;
    background-color: #e6e6e6;
    font-weight: bold; /* 仮 */
    margin-right: -5px;
    outline: none;
  }

  .calendar_button_next {
    padding: 5px 20px;
    border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border-radius: 5px;
    background-color: #e6e6e6;
    font-weight: bold; /* 仮 */
    margin-left: 0;
    outline: none;
  }

  .calendar_table {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
  }

  .calendar_table th {
    width: 14%;
    border: 1px solid #d8d8d8;
  }

  .calendar_table td {
    width: 14%;
    height: 60px;
    text-align: right;
    border: 1px solid #d8d8d8;
    vertical-align: top;
  }

  .calendar_table td p {
    margin: 2 0;
    font-size: 10px;
    color: #fff;
    background: #0489b1;
    border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px;
    text-align: left;
  }
}

@media screen and (width <=768px) {
  .product_title {
    font-size: 1.75em !important;
  }

  .product_new_list li {
    display: inline-block;
    width: 49.48%;
    //margin-left: 3%;
    border-bottom: 1px solid #dcdcdc !important;
    letter-spacing: 0;
    list-style: none;
    margin-bottom: 32px;
    vertical-align: top;
  }

  .content_subtitle {
    padding: 5%;
  }

  .product_image {
    width: 100%;
    margin-top: 16px;
  }

  .product_detail {
    width: 100%;
    margin-bottom: 10px;
  }

  .product_content_list {
    width: 55%;
    line-height: 18px;
    padding-left: 2%;
  }

  .product_header {
    width: 96%;
    height: 32px;
    font-size: 16px;
    color: #282828 !important;
    border-bottom: 1px solid #dcdcdc;
    margin-left: auto;
    margin-right: auto;
  }

  .ec_login {
    width: 100%;
    margin: 0 auto;
    padding: 2%;
    text-align: center;
  }

  .ec_login_td_list1 {
    display: block;
    width: 100%;
  }

  .ec_login_td_list2 {
    display: block;
    width: 100%;
  }

  .product_header_name {
    font-size: 0.9em;
    letter-spacing: 0;
  }

  .product_new_header_select {
    width: 40% !important;
  }

  .product_category_under li {
    width: 99%;
    list-style: none;
  }

  .product_price_cart1 {
    font-size: 0.85em;
  }

  .product_price_cart2 {
    font-size: 0.9em;
    color: red;
  }

  .calendar {
    width: 98%;
    margin: 5vw auto 0;
  }

  .calendar_header {
    margin-bottom: 3vw;
  }

  #calendar_month {
    float: left;
    font-size: 6vw;
    font-weight: bold; /* 仮 */
    margin-right: 2vw;
  }

  #calendar_year {
    float: left;
    font-size: 6vw;
    font-weight: bold; /* 仮 */
  }

  #calendar_button {
    float: right;
  }

  .calendar_button_today {
    padding: 2vw;
    border-radius: 2vw;
    border-radius: 2vw;
    border-radius: 2vw;
    background-color: #e6e6e6;
    margin-right: 2vw;
    outline: none;
  }

  .calendar_button_prev {
    padding: 2vw 6vw;
    border-radius: 2vw 0 0 2vw;
    border-radius: 0 2vw 2vw 0;
    border-radius: 2vw;
    background-color: #e6e6e6;
    font-weight: bold; /* 仮 */
    margin-right: -2vw;
    outline: none;
  }

  .calendar_button_next {
    padding: 2vw 6vw;
    border-radius: 0 2vw 2vw 0;
    border-radius: 0 2vw 2vw 0;
    border-radius: 2vw;
    background-color: #e6e6e6;
    font-weight: bold; /* 仮 */
    margin-left: 0;
    outline: none;
  }

  .calendar_table {
    width: 100%;
    font-size: 3.5vw;
    border-collapse: collapse;
  }

  .calendar_table th {
    width: 14%;
    border: 1px solid #d8d8d8;
  }

  .calendar_table td {
    width: 14%;
    height: 16vw;
    text-align: right;
    border: 1px solid #d8d8d8;
    vertical-align: top;
  }

  .calendar_table td p {
    margin: 2 0;
    font-size: 3vw;
    color: #fff;
    background: #0489b1;
    border-radius: 1vw;
    border-radius: 1vw;
    border-radius: 1vw;
    text-align: left;
  }

  .pager {
    width: 98%;
  }
}

.product_new_list img:hover {
  opacity: 0.5;
}

.product_new_price {
  font-size: 20px;
  color: #666;
  font-weight: bold;
}

.product_new_price_m {
  font-size: 13px;
  color: #666;
}

.product_image_list {
  width: 40%;
  margin-right: 2%;
}

.product_main_img {
  background-color: #fff;
  border: 1px solid #000;
  min-height: 280px;
  object-fit: contain;
}

.product_cart_list {
  width: 55%;
  line-height: 18px;
  padding-left: 2%;
}

.product_thumbnails {
  width: 60%;
  margin-bottom: 10px;
}

.product_title {
  font-size: 2.5vw;
  color: #000;
  line-height: 31px;
}

.product_price {
  font-size: 34px;
  color: #000;
}

.product_price2 {
  font-size: 14px;
  color: #000;
}

.product_price3 {
  font-size: 12px;
  color: #000;
  font-weight: none;
}

.product_price_cart3 {
  font-size: 12px;
}

.product_price_cart_address {
  font-size: 14px;
  color: blue;
}

.saler_name {
  font-size: 16px;
  color: #000;
  margin-top: 0;
}

.product_com p {
  display: inline-block;
  height: 12px;
  vertical-align: middle;
}

.product_com_anchr {
  margin-left: 8px;
}

.product_buy {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  margin-top: 18px;
}

.product_content {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 16px;
  margin-top: 16px;
}

.product_cart_in {
  opacity: 0.7;
}

.header_product_category {
  width: 100%;
  font-size: 16px;
  color: #000;
  text-align: center;
  background-color: #c8c8c8;
  font-weight: bold;
}

.ec_login input {
  height: 30px;
  margin: 2% auto;
  padding: 0 2%;
  font-size: 16px;
}

.no_cart_btn {
  display: inline-block;
  width: 95%;
  height: 48px;
  padding: 0.7em 0.5em;
  font-size: 12px;
  color: #000 !important;
  background: #a0a0a0;
  border-radius: 3px;
  text-align: center;
  border: solid 2px #000;
  text-decoration: none;
  transition: 0.4s;
}

.cart_btn {
  display: inline-block;
  width: 95%;
  padding: 1em 0.5em;
  color: #000 !important;
  background: #ff6347;
  border-radius: 3px;
  text-align: center;
  border: solid 2px #000;
  text-decoration: none;
  transition: 0.4s;
}

.cart_btn2 {
  display: inline-block;
  width: 95%;
  padding: 1em 0.5em;
  color: #fff !important;
  background: #ff69b4;
  border-radius: 3px;
  text-align: center;
  border: solid 2px #000;
  text-decoration: none;
  transition: 0.4s;
}

a.square_btn {
  display: block;
  width: 40%;
  margin: 1% auto;
  padding: 2% 0;
  color: white !important;
  background: #069;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  transition: 0.4s;

  /* aliceblue */
}

.cart_btn:hover {
  color: #fff;
  background: #f0ffff;
}

.cart_btn2:hover {
  color: gray;
  background: #f0ffff;
}

a.square_btn:hover {
  color: #fff;
  background: #cdf;
}

.product_footer li {
  width: 30%;
  text-align: center;
}

.product_footer li:hover {
  color: gray;
  background: #f0f0f0;
}

@media screen and (width <=480px) {
  a.square_btn {
    width: 100%;
    padding: 5% 0;
    font-size: 1em;
  }

  .content_detail {
    width: 85vw;
    height: 100vh;
    margin: auto;
    padding: 2%;
    border: 1px solid #ccc;
    overflow-y: scroll;
  }

  .content_main_list {
    padding: 1%;
  }

  .content_subtitle {
    width: 100%;
    padding: 5% 0;
  }

  .content_title {
    height: auto;
    font-size: 1em;
  }
}

/* --------------- ポップアップ --------------- */
.level1 {
  position: absolute;
  top: 67px;
  left: -9999px;
  width: 14px;
  margin: 0;
  padding: 0;
  clear: both;
  font-weight: normal;
}

.level1 li {
  top: 2px;
  display: block;
  width: 280px;
  height: 27px;
  color: #fff;
  background: url('../img/subnavi_bak.gif') top left no-repeat;
  line-height: 24px;
  font-weight: normal;
}

.level1 li a {
  top: 2px;
  display: block;
  width: 280px;
  height: 27px;
  color: #fff;
  background: url('../img/subnavi_bak.gif') top left no-repeat rgb(120 120 120 / 70%);
  line-height: 24px;
  font-weight: normal;
}

.level1 li a span {
  top: 2px;
  display: block;
  width: 280px;
  height: 27px;
  color: #fff;
  background: url('../img/subnavi_bak.gif') top left no-repeat rgb(120 120 120 / 70%);
  text-align: left;
  line-height: 24px;
  font-weight: normal;
}

.level1 li {
  border: solid #888;
  border-width: 0 0 1px;
}

.level1 li a span {
  padding: 2px 0 0 8px;
  text-indent: 8px;
}

.level1 li a:hover {
  background: url('../img/subnavi_bak_on.gif') top left no-repeat #474747;
}

.level1 li a:hover span {
  background: #666;
}

.level1 li.on li a,
.level1 li.on li a span {
  background: transparent;
}

.level1 li.sfhover li a,
.level1 li.sfhover li a span {
  background: transparent;
}

.level1 li.sfhover li a:hover {
  background: url('../img/subnavi_bak_on.gif') top left no-repeat #474747;
}

#enquete-content {
  font-size: 14px;
}

#enquete-content input[type='text'] {
  width: 100%;
}

#enquete-content textarea {
  width: 100%;
}

.required {
  color: red;
}

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

/* MYPAGE LOGIN */
.-login-content {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  width: 1050px;
  margin: auto;
}

@media screen and (width <=1050px) {
  .-login-content {
    width: 100%;
  }
}

.-login-ttl {
  font-size: 18px;
  color: #666;
  line-height: 36px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3.6px;
}

.-login-content_box {
  display: flex;
  flex-basis: 100%;
  align-items: flex-start;
  align-self: stretch;
  justify-content: space-between;
  gap: 30px;
}

@media screen and (width <=480px) {
  .-login-content_box {
    flex-wrap: wrap;
  }
}

.-login-inner {
  display: flex;
  flex-basis: 50%;
  align-items: flex-start;
  align-self: stretch;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;

  /* border: 2px solid #FFE0C1; */
  border: 2px solid #069;
}

@media screen and (width <=1050px) {
  .-login-inner {
    flex-basis: 100%;
  }
}

.-reg-inner {
  background: #fbfffb;
  border: 2px solid #c9ffe2;
}

.-login-inner-ttl {
  display: flex;
  align-items: center;
  gap: 15px;

  /* color: #CC5214;
	border-left: 5px solid #FFAF5F; */
  color: #069;
  background: none;
  border-left: 5px solid #08c;
  font-weight: 600;
  padding-left: 10px;
}

.-reg-ttl {
  color: #1ead8b;
  border-left: 5px solid #90ffc3;
}

.-login-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  border-radius: 4px;
}

.-login-area-item {
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  gap: 30px;
  padding: 15px;

  /* background: #FFFADC; */
  background: #f0f8ff;
  border-bottom: 3px solid #fff;
}

@media screen and (width <=1050px) {
  .-login-area-item {
    flex-wrap: wrap;
    gap: 0;
  }
}

.-login-area-item-cols-l {
  width: 30%;
  font-size: 14px;
  color: #333;
  text-align: right;
}

.-login-area-item-cols-r {
  display: flex;
  width: 70%;
}

@media screen and (width <=1050px) {
  .-login-area-item-cols-l,
  .-login-area-item-cols-r {
    flex-basis: 100%;
  }

  .-login-area-item-cols-l {
    text-align: left;
  }
}

.-login-area-item-cols-r input {
  width: 100%;
}

.-login-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  gap: 15px;
}

#contaner a.-login-btn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 370px;
  height: 70px;
  margin: auto;
  padding: 20px;
  color: #0075ff;
  background: #f0f8ff;
  border-radius: 6px;

  /* border: 1px solid #CC5214;
	background: #FFFADC; */
  border: 1px solid #069;
}

@media screen and (width <=1050px) {
  #contaner a.-login-btn {
    width: 100%;
    height: auto;
  }
}

#contaner a.-login-btn:hover {
  color: white !important;

  /* background: #CC5214; */
  background: #069;
}

#contaner a.-reg-btn {
  background: #eefff6;
  border: 1px solid #53d9b9;
}

#contaner a.-reg-btn:hover {
  color: white !important;
  background: #53d9b9;
}

.-re-pw-wrap {
  display: flex;
  flex-basis: 100%;
  justify-content: flex-end;
}

.-re-pw {
  font-size: 13px;
  color: #0075ff !important;
  line-height: 30.72px; /* 236.308% */
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.12px;
  text-decoration: underline !important;
}

.-err-msg {
  font-size: 13px;
  color: red;
  line-height: 16px;
}

.-img-wap {
  width: auto;
  margin: auto;
  padding: 30px 0;
}

@media screen and (width <=1050px) {
  .-img-wap img {
    max-width: 330px;
  }
}
