﻿@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  background-color: #FFFFFF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",'Lato', sans-serif;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/*drawer-nav menu(横に出るサーチメニュー)*/
.menu-block {
  box-sizing: border-box;
}

.navi-menu-title-list {
  margin: 0;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 0 4px 4px;
  letter-spacing: 0.8px;
  border-bottom: 1px #222 solid;
  line-height: 2.5rem
}

.navi-menu-list {
  width: 100%;
  line-height: 2;
  margin-left: 0;
  box-sizing: border-box;
}

  .navi-menu-list dd a {
    display: block;
    font-size: 13px;
    box-sizing: border-box;
    letter-spacing: 0.8px;
    border-bottom: 1px solid #F0F0F0;
    padding: 8px 0 8px 16px;
  }

/*drawer-nav menu(横に出るサーチメニュー)終わり*/

.page-top {
  position: fixed;
  right: 1%;
  bottom: 10px;
  font-size: 77%;
  z-index: 777;
}

  .page-top a {
    text-decoration: none;
    color: #f00;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
  }

    .page-top a:hover {
      text-decoration: none;
    }

.pop-up {
  width: 15%;
  position: absolute;
  display: block;
  top: -20px;
  left: 0.3%;
}

.pop-banner {
  margin: 0 auto;
  width: 70%;
  margin-top: 50px;
}

.container {
  width: 70%;
  margin: 0 auto;
}

.header {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: black;
  height: 130px;
  overflow: auto;
}

.logo {
  margin-top: -5px;
  position: absolute;
  width: 300px;
}

.cart-count {
  display: inline-block;
  position: relative;
  bottom: 9px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: white;
  background: #d55890;
  height: 18px;
  width: 18px;
  border-radius: 50%;
}

@media screen and (max-width:768px) {
  .logo {
    position: absolute;
    width: 180px;
  }
}

@media screen and (min-width:768px) {
  .logo {
    position: absolute;
    width: 300px;
  }
}

.h1-title {
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  width: 300px;
  float: left;
  padding-left: 35px;
}

@media screen and (max-width:768px) {
  .h1-title {
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 8px;
    width: 150px;
    float: left;
    padding-left: 15px;
    text-align: center;
  }
}

.member {
  float: right;
  padding: 0;
  display: inline-block;
  margin-right: 10px;
}

  .member ul {
    float: left;
    display: block;
  }

  .member li {
    float: left;
    padding-right: 30px;
  }

  .member ul li:last-child {
    padding: 0;
  }

.member-layout {
  position: relative;
}

.member ul li a {
  font-size: 16px;
  line-height: 34px;
  font-family: "Myriad Pro";
  color: #fff;
}

.member_wrap {
  float: right;
}

a {
  color: #000;
  text-decoration: none;
}

.member ul li.join a {
  position: relative;
  font-weight: bold;
  text-decoration: underline;
}

.join-point {
  display: block;
  width: 60px;
  height: 23px;
  top: -15px;
  left: -7px;
  position: absolute;
  text-align: center;
  background: url(join_2.gif)no-repeat;
}

.top_sns {
  text-align: right;
  padding-top: 55px;
  padding-right: 3px;
  padding-bottom: 10px;
}

.top_sns a {
  margin-right: 5px;
}

.top_sns a img {
  width: 30px;
}

.seo-p {
  border: 1px solid #000000;
  padding: 1.5rem;
  line-height: 1.5;
  background-color: #FFF;
  font-size: 18px;
  box-shadow: 5px 5px 0 #000;
  text-align: center;
}

@media screen and (max-width:768px) {
  .seo-p {
    border: 1px solid #000000;
    padding: 0.5rem;
    line-height: 1.2;
    background-color: #FFF;
    font-size: 12px;
    box-shadow: 5px 5px 0 #000;
    text-align: center;
  }
}

@media screen and (min-width:768px) {
  .seo-p {
    border: 1px solid #000000;
    padding: 1.5rem;
    line-height: 1.5;
    background-color: #FFF;
    font-size: 18px;
    box-shadow: 5px 5px 0 #000;
    text-align: center;
  }
}

.index-title {
  text-align: center;
  padding: 30px 0;
  font-size: 26px;
  background-color: #f7f7f7;
  margin: 20px 0;
}

.p-color {
  color: #F00;
}

.series-banner {
  width: 100%;
  margin: 10px auto;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width:768px) {
  .series-banner {
    width: 500px;
    margin: 10px auto;
    overflow: hidden;
    position: relative;
  }
}

.line-frined {
  width: 100%;
  margin: 50px auto;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width:768px) {
  .line-frined {
    width: 500px;
    margin: 50px auto;
    overflow: hidden;
    position: relative;
  }
}

.series-box {
  margin-left: -10px;
  margin-right: -10px;
}

.series {
  width: 50%;
  float: left;
}

.left-box,
.right-box {
  height: 100%;
  margin: 0 10px;
}

.box-tit {
  height: 30px;
  margin: 0 10px;
  background-color: #222;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.focus-left-box,
.focus-center-box {
  width: 48%;
  float: left;
}

.focus-left-box {
  margin-right: 2%;
}

.focus-center-box {
  margin-bottom: 2%;
  margin-right: 0;
}

.pick-up {
  width: 25%;
  float: left;
}

.pick-tit {
  font-size: 16px;
  font-weight: lighter;
  color: #F00;
}

.pick-txt {
  font-size: 12px;
  font-weight: lighter;
}

.instagram-element {
  border-top: 1px solid #222;
  margin-top: 50px;
  text-align: center;
  width: 70%;
}

  .instagram-element h2 {
    font-size: 26px;
    font-weight: 700;
    padding: 20px 0 20px;
  }

    .instagram-element h2 span {
      font-size: 14px;
      font-weight: normal;
      margin-left: 10px;
      width: 70%;
    }

.instagram-thumnail {
  overflow: hidden;
}

  .instagram-thumnail ul {
    display: table;
    margin: 0 auto;
  }

  .instagram-thumnail li {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 13.7%;
    list-style: none;
    margin: 0 0 0.5% 0.5%;
  }

.follow-btn img {
  margin-top: 40px;
}

.footer {
  width: 70%;
  text-align: center;
  position: relative;
  font-size: 13px;
  bottom: 0px;
  padding: 150px 0 50px 0;
  background: #fff;
}

.ft-menu {
  font-size: 0;
  line-height: 0;
}

  .ft-menu li {
    margin-right: 2%;
    text-align: left;
    vertical-align: top;
    width: 25%;
    max-width: 200px;
    font-size: 13px;
    display: inline-block;
  }

.footer .ft-menu div {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px;
  color: #222;
}

.footer .ft-menu p {
  color: #222;
  line-height: 18px;
  padding-bottom: 5px;
}

.footer-ico {
  margin-top: 40px;
  margin-bottom: 30px;
}

  .footer-ico li {
    /*margin-right: 30px;
    display: inline-block;*/
    margin-right: 0.7%;
    display: inline-block;
  }

    .footer-ico li a {
      padding-bottom: 5px;
    }

.sns-ico {
  margin-right: 0.7%;
  width: 5%;
}

.sns-title {
  width: 38%;
}

.footer-logo {
  margin-top: 30px;
}

.footer-shopping {
  width: 100%;
  background-color: #ddd;
  font-size: 13px;
}

.shopping-guide {
  width: 70%;
}

.guide {
  width: 100%;
}

  .guide p {
    font-size: 24px;
    margin: 0 auto 20px;
    letter-spacing: .1rem;
    border-bottom: 1px #222 solid;
    padding-top: 20px;
    font-weight: bold;
  }

.guid-block {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-content: stretch;
  -webkit-align-content: stretch;
}

  .guid-block .box {
    background: #FFF;
    margin-bottom: 16px;
    float: left;
    padding: 10px;
  }

@media screen and (min-width:768px) {
  .guid-block .box {
    width: 29.5%;
  }
}

@media screen and (max-width:930px) {
  .guid-block .box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.guid-block .box h2 {
  border-bottom: 1px solid #111;
  margin-bottom: 1rem;
  font-size: 16px;
}

.guid-block .box p {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.8px;
}

@media screen and (max-width:768px) {
  .guid-block .box p {
    font-size: 12px;
    line-height: 1.2;
  }
}

.guid-block a {
  text-decoration: underline;
}

.title-hacks {
  margin-left: 25px;
  font-size: 12px;
}

.li-breadcrumb {
  display: inline-block;
}

.li-breadcrumb-symbol {
  display: inline-block;
}

.li-breadcrumb-symbol::before {
  content: " > "
}

.product {
  margin-top: 30px;
  /*padding-bottom: 70px;
  border-bottom: 1px solid #222;*/
  overflow: hidden;
}

.product-img {
  float: left;
  width: 65%;
  text-align: center;
}

.product-info {
  float: right;
  width: 30%;
}

  .product-info h2 {
    font-size: 15px !important;
  }

.product-info-explain {
  font-size: 13px;
  line-height: 24px;
  float: left;
  margin-bottom: 10px;
  margin: 15px 0 !important;
}

table {
  width: 100%;
  table-layout: fixed;
  border: 0 none;
  border-spacing: 0;
  border-collapse: collapse;
}

  table caption {
    display: none;
  }

th, td {
  border: 0;
  line-height: 18px;
}

.product-info table th {
  width: 100px;
  padding: 1px 0px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #222;
}

.product-info table td {
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  padding: 8px 0px;
}

  .product-info table td span {
    font-size: 10px;
  }

.product-option {
  background: #fff;
  padding: 0 0 5px 0;
  margin: 0;
}

  .product-option table td {
    text-align: left;
    vertical-align: middle;
    padding: 4px 10px 4px 0;
    ;
  }

    .product-option table td select {
      width: 300px;
    }

select {
  max-width: 100%;
  height: 30px;
  margin: 0;
  padding-left: 5px;
  color: #353535;
  font-weight: inherit;
  border: 1px solid #ddd;
  background: #fff url(img/option_bt.jpg) no-repeat right center;
  background-size: 32px 27px;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.product-total {
  margin: 0;
}

  .product-total tfoot tr {
    border-top: 1px solid #ddd;
  }

  .product-total tfoot td {
    font-size: 11px;
    line-height: 16px;
    background: #fff;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
  }

  .product-total tfoot p {
    margin: 0;
  }

input[type="number"] {
  width: 70px;
  height: 29px;
  margin: 0 5px 0 0;
  border: 1px solid #ddd;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.product-total tfoot img {
  vertical-align: middle;
}

.product-total tfoot tr td.right {
  padding: 0;
  text-align: right;
}

.product-total tfoot td span {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.buy-botton-area {
  margin: 50px auto 0;
}

  .buy-botton-area a.buy-botton {
    width: 100%;
  }

    .buy-botton-area a.buy-botton span {
      background: #222;
      border: 1px solid #222;
      color: #FFF;
      font-size: 16px;
      text-align: center;
      display: block;
      border-radius: 2px;
      line-height: 40px;
      letter-spacing: 0;
      font-weight: bold;
    }

.fav-botton-add-area a {
  margin-top: 10px;
  border: 1px solid #d55890;
  color: #d55890;
  font-size: 16px;
  text-align: center;
  display: block;
  border-radius: 2px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: bold;
}

.fav-botton-del-area a {
  margin-top: 10px;
  border: 1px solid #d55890;
  color: white;
  background-color: #d55890;
  font-size: 16px;
  text-align: center;
  display: block;
  border-radius: 2px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: bold;
}

.share_sns {
  margin: 20px auto 0;
  vertical-align: middle;
}

.share_facebook {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  height: 25px;
}

.share_twitter {
  display: inline-block;
  vertical-align: middle;
}

.product-variations {
  background: #FFF;
  position: relative;
}

.variations-name {
  font-size: 16px;
  padding: 20px;
}

.product-variations ul {
  overflow: hidden;
  overflow-x: auto;
  width: 95%;
  padding: 10px 12px 20px 0;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

  .product-variations ul li {
    display: inline-block;
    width: 250px;
    margin-left: 14px;
    vertical-align: top;
    white-space: normal;
  }

.product-variations .var-item {
  margin-top: 0;
  border: 0 none;
  padding-bottom: 0;
}

.product-variations .var-name {
  text-align: center;
  width: 100%;
  position: relativel;
  font-weight: bold;
}

.product-variations a {
  display: block;
  width: 100%;
  height: 100%;
  color: #222;
  text-decoration: none;
}

.product-variations .thumb {
  width: 100%;
  height: 100%;
}

.product-variations .thumb-ttl {
  margin-top: 10px;
  font-size: 10px;
}

.product-variations .thumb-name {
  margin-top: 5px;
  font-size: 10px;
}

.privilege-bnr {
  margin-top: 50px;
}

.product-bnr {
  margin-top: 10px;
}

.detail-text {
  margin-top: 20px;
}

.detail-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.detail-p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
}

.spec {
  padding: 5px;
  margin: 50px 0 10px 0;
}

  .spec table {
    font-size: 12px;
    width: 100%;
  }

    .spec table th {
      background-color: #f7f7f7;
      border: 1px solid #ddd;
      padding: 0.5em;
      text-align: left;
    }

    .spec table td {
      background-color: #FFF;
      border: 1px solid #ddd;
      padding: 0.5em;
    }

/*レビュー*/
.product-review {
  margin-top: 50px;
  font-size: 12px;
}

li.review {
  margin: 8px 4px 0 4px;
}

.review-inner {
  border: 1px solid #dadada;
  padding: 4px 0px 5px;
  width: 100%;
}

.panel-review {
  padding: 5px 5px 0px 5px;
  border: 0;
}

  .panel-review .review-name {
    color: #7d7d7d;
    white-space: nowrap;
  }

  .panel-review .review-day {
    color: #7d7d7d;
    white-space: nowrap;
    margin-bottom: 10px;
  }

  .panel-review .message {
    font-size: 14px;
    font-weight: bold;
    color: #3e3e3e;
    overflow: hidden;
  }

  .panel-review .star-review {
    margin: 6px 0 8px 0;
    height: 11px;
    margin-bottom: 15px;
  }

.review-photo {
  margin-top: 20px;
  background: #FFF;
  margin-bottom: 20px;
}

.photo {
  font-size: 14px;
  padding: 15px 10px 0;
  border-bottom: 1px solid #ddd;
}

.review-photo-thumb {
  overflow: hidden;
}

  .review-photo-thumb ul {
    display: table;
    margin: 7px;
  }

  .review-photo-thumb li {
    position: relative;
    float: left;
    width: 23%;
    margin: 1%;
  }

.more-view {
  position: relative;
  margin: 15px 0 0 15px;
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #222;
}

  .more-view a {
    display: block;
    width: 150px;
    padding: 0;
    margin: 0 auto;
    color: #222;
    background: #f7f7f7;
    border: 1px solid #ddd;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
  }

    .more-view a i {
      display: inline-block;
      font-size: 10px;
      margin: 3px 5px 0 0;
      vertical-align: top;
    }

.contents {
  position: relative;
  background-color: #fff;
  width: 100%;
  display: block;
}

.contents-element {
  position: relative;
  background-color: #fff;
  width: 800px;
  display: block;
  padding: 50px;
  border: 1px solid #000;
}

.title-area {
  position: relative;
}

  .title-area h1 {
    line-height: 40px;
    font-weight: 600;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    text-align: center;
    height: 55px;
  }

  .title-area h2 {
    line-height: 40px;
    font-weight: 600;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    text-align: center;
    height: 55px;
  }

.cont-login-block {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-content: stretch;
  -webkit-align-content: stretch;
}

  .cont-login-block .login-wrap-box {
    background: #FFF;
    margin-bottom: 16px;
    float: left;
    padding: 10px;
  }

@media screen and (min-width:768px) {
  .cont-login-block .login-wrap-box {
    width: 47.5%;
  }
}

@media screen and (max-width:930px) {
  .cont-login-block .login-wrap-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.login-error {
  position: relative;
  display: inline-block;
  letter-spacing: 0;
  line-height: 42px;
  background: #ff0101;
  color: #fff;
  width: 100%;
  margin: 8px 0 20px 0;
  padding: 0 8px;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  border: 1px solid #ff0101;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

fieldset {
  border: none;
}

.sale-end {
  position: relative;
  display: inline-block;
  line-height: 42px;
  color: #ff0101;
  width: 100%;
  margin: 8px auto 0;
  padding: 0 8px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  height: 55px;
}

.login-formbox {
  position: relative;
  margin: 0px 8px;
  font-size: 12px;
}

.login-form {
  margin: 0 0px 0 0;
}

label {
  width: 100%;
  font-family: 'Arial';
  line-height: 20px;
  min-height: 29px;
}

input[type="text"] {
  margin: 0 0 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  height: 35px;
  padding: 7px;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #353535;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.member-birth {
  width: 28%;
}

.login-option {
  overflow: hidden;
  color: #666;
  padding: 20px 0;
  font-size: 0.846em;
}

  .login-option span {
    margin-right: 10px;
  }

input[type="checkbox"] {
  margin: 0 7px 0 0;
  background: #fff;
  border: 1px solid #dfdfdf;
  width: 18px;
  height: 18px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: middle;
}

  input[type="checkbox"]:checked {
    border-color: #fff;
    background: url(img/check_ico.jpg) no-repeat center center;
    background-size: 17px 17px;
  }

.login-btn-area {
  min-width: 100%;
  margin: 10px auto;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 15px;
}

  .login-btn-area a {
    width: 100%;
    margin: 0;
    font-size: 15px;
    line-height: 38px;
    position: relative;
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
    font-weight: bold;
    border-radius: 12px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .login-btn-area .login-btn {
    color: #222;
    text-align: center;
    height: 45px;
    line-height: 42px;
    background: #f7f7f7;
    border: 1px solid #ddd;
  }

  .login-btn-area .login-btn-line {
    color: #fff;
    text-align: center;
    height: 45px;
    line-height: 42px;
    background: #00C300;
    border: 1px solid #00C300;
  }

    .login-btn-area .login-btn-line img {
      float: left;
    }

  .login-btn-area .listing-btn {
    color: #fff;
    text-align: center;
    height: 45px;
    line-height: 42px;
    background: #ff8085;
    border: 1px solid #ff8085;
  }

.password-s {
  height: 35px;
  margin-bottom: 50px;
  font-size: 13px;
  line-height: 35px;
  font-weight: bold;
}

.member-p {
  margin-bottom: 50px;
  font-size: 13px;
}

.login-btn-area .member-btn {
  color: #fff;
  text-align: center;
  height: 45px;
  line-height: 42px;
  padding: 0 8px;
  background: #222;
  border: 1px solid #222;
}

.login-wrap p {
  padding: 0 0 15px;
  color: #666;
  text-align: center;
}

.member-banner {
  width: 650px;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width:1470px) {
  .member-banner {
    width: 350px;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.product-type {
  margin-top: 10px;
  overflow: hidden;
  font-size: 19px;
}

.product-headline {
  margin-top: 5px;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #222;
  overflow: hidden;
  font-size: 16px;
}

.product-name {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

.name {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222;
}

.detail {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
}

.price {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
}

/*SET商品*/

.set-product-img {
  width: 100%;
  text-align: center;
}

.set-product ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 7px;
  line-height: 0;
  text-align: left;
}

  .set-product ul li {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-bottom: 7px;
    padding-bottom: 5px;
    margin-top: 10px;
  }

.set-product .set-prd-thumb {
  padding: 7px;
  display: table-cell;
  vertical-align: middle;
}

  .set-product .set-prd-thumb img {
    width: 100%;
    border: 1px solid #ececec;
  }

.set-product .set-prd-txt {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
}

.set-product .set-prd-set-name {
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0 20px;
}

.set-product-option {
  background: #fff;
  margin: 0 5px;
}

.set-prd-name {
  font-size: 12px;
  margin: 10px 0 7px;
}

.set-prd-select select {
  width: 100%;
  height: 25px;
}

.set-prd-price {
  position: relative;
  overflow: hidden;
  padding: 15px;
  margin-top: 10px;
  font-size: 15px;
  border-top: 1px solid;
}

  .set-prd-price h3 {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #222;
  }

  .set-prd-price p {
    float: right;
    text-align: right;
  }

    .set-prd-price p strong {
      display: inline-block;
      word-break: break-all;
      font-size: 16px;
      font-weight: 600;
    }

.set-prd-total {
  margin: 7px auto 0;
  position: relative;
  overflow: hidden;
  padding: 14px;
  font-size: 15px;
  border: 1px solid #ddd;
  color: #222;
  background-color: #f7f7f7;
}

  .set-prd-total h3 {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #222;
  }

  .set-prd-total p {
    float: right;
    text-align: right;
  }

    .set-prd-total p strong {
      display: inline-block;
      word-break: break-all;
      font-size: 16px;
      font-weight: 600;
    }

.error-tit {
  color: #ff0101;
  margin-top: 50px;
}

.error {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}

.contents .cart-package {
  margin: 8px 8px 0;
  padding: 0 0 29px;
}

.contents .cart-content {
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-top: 0;
}

.contents .cart-title {
  padding: 14px 43px 14px 14px;
  line-height: 1.3em;
  font-size: 12px;
  font-weight: bold;
  background-color: #f7f7f7;
  color: #222;
  border: 1px solid #ddd;
}

.contents .cart-package .cart-content ul {
  display: table;
  margin: 0 10px;
  font-size: 0;
  line-height: 0;
  text-align: left;
}

.cart-content > ul > li {
  display: table;
  table-layout: fixed;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin: 10px 0;
  width: 100%;
}

.contents .cart-package .cart-content ul li {
  width: 100%;
  position: relative;
  text-align: left;
  vertical-align: top;
  margin-bottom: 7px;
}

.cart-content > ul > li:last-child {
  border-bottom: none;
}

@media screen and (max-width:768px) {
  .contents .cart-package .cart-content .thumbnail {
    margin: 0 4px;
    display: table-cell;
    vertical-align: middle;
    width: 100px;
  }
}

@media screen and (min-width:768px) {
  .contents .cart-package .cart-content .thumbnail {
    margin: 0 4px;
    display: table-cell;
    vertical-align: middle;
    width: 180px;
  }
}

.contents .cart-package .cart-content .thumbnail img {
  width: 100%;
  border: 1px solid #ececec;
}

.contents .cart-package .cart-content .cart-txt {
  display: table-cell;
  vertical-align: middle;
}

.contents .cart-package .cart-content p {
  color: #63666e;
  margin: 3px 20px 0;
  line-height: 1.50;
  letter-spacing: -1px;
  word-break: break-all;
  font-size: 11px;
}

.contents .cart-package .cart-content .prd-name {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #222;
}

.contents .cart-package .cart-content .cart-option {
  font-size: 12px;
}

.contents .cart-package .cart-content .cart-price {
  font-size: 14px;
  color: #222;
  font-weight: 600;
}

.contents .cart-package .cart-content .cart-quantity {
  position: relative;
  width: 60px;
  margin-top: 5px;
  padding: 0 20px 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  text-align: center;
}

  .contents .cart-package .cart-content .cart-quantity a.btn-down {
    left: 0;
  }

  .contents .cart-package .cart-content .cart-quantity a.btn-up {
    right: 0;
  }

  .contents .cart-package .cart-content .cart-quantity a {
    display: block;
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    line-height: 20px;
  }

input[type="tel"] {
  font-weight: inherit;
  border-radius: 0;
  outline-style: none;
  line-height: 13px;
  color: #353535;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.contents .cart-package .cart-content .cart-quantity input[type="tel"] {
  width: 10px;
  height: 20px;
  text-align: center;
  border: none;
}

.contents .cart-package .cart-content .cart-quantity img {
  vertical-align: middle;
}

.contents .cart-package .cart-content .prd-delete {
  display: table-cell;
  vertical-align: middle;
  width: 5%;
}


.cart-content ul {
  display: table;
  width: 100%;
  margin: 0 10px;
  font-size: 0;
  line-height: 0;
  text-align: left;
}

@media screen and (max-width:768px) {
  .cart-content .thumbnail {
    margin: 0 4px;
    display: table-cell;
    vertical-align: middle;
    width: 100px;
  }
}

@media screen and (min-width:768px) {
  .cart-content .thumbnail {
    margin: 0 4px;
    display: table-cell;
    vertical-align: middle;
    width: 180px;
  }
}

.cart-txt {
  display: table-cell;
  vertical-align: middle;
}

.cart-content p {
  color: #63666e;
  margin: 3px 20px 0;
  line-height: 1.50;
  letter-spacing: -1px;
  word-break: break-all;
  font-size: 11px;
}

.cart-content .prd-name {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #222;
}

.cart-content .cart-option {
  font-size: 12px;
}

.cart-content .cart-price {
  font-size: 14px;
  color: #222;
  font-weight: 600;
}

.delivery-info {
  height: 35px;
  margin: 10px 0 5px;
  padding-left: 20px;
  border-top: 1px solid #ececec;
  background: url(img/exclamation_mark.jpg) no-repeat left center;
  background-size: 15px 15px;
  color: #ff0101;
  font-size: 0.846em;
  font-weight: 600;
  line-height: 35px;
}

.total-summary {
  margin: 8px 0 0;
}

  .total-summary .total {
    position: relative;
    overflow: hidden;
    margin: -1px 0 0;
    padding: 14px;
    font-size: 15px;
    border: 1px solid #ddd;
    color: #222;
    background-color: #f7f7f7;
  }

    .total-summary .total .order {
      color: #222;
      border: 1px solid #ddd;
      font-size: 15px;
    }

    .total-summary .total h3 {
      float: left;
      font-size: 15px;
      font-weight: bold;
      color: #222;
    }

    .total-summary .total p {
      float: right;
      text-align: right;
    }

      .total-summary .total p strong {
        display: inline-block;
        word-break: break-all;
        font-weight: 600;
      }

.cart-btn-area {
  padding: 0 3px;
  margin: 10px auto;
  text-align: center;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

  .cart-btn-area > a:nth-child(1) {
    left: -3px;
  }

  .cart-btn-area > a:nth-child(2) {
    right: -3px;
  }

  .cart-btn-area a {
    width: 50%;
    height: 42px;
    margin: 0;
    font-size: 13px;
    line-height: 41px;
    border: 1px solid #ddd;
    background: #f7f7f7;
  }

  .cart-btn-area > a {
    position: relative;
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
    font-weight: bold;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cart-btn-area .cart-buy-btn {
    color: #fff;
    border: 1px solid #222;
    background: #222;
  }

  .cart-btn-area .cart-shopping {
    border: 1px solid #ddd;
    background: #f7f7f7;
  }

.hospital-area {
  margin: 15px 0;
  padding: 20px;
  line-height: 1.5;
  border: 1px solid #ddd;
  background: #f7f7f7;
  font-size: 11px;
}

.hospital-text {
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  color: #848484;
  line-height: 20px;
}

  .hospital-text p {
    font-weight: bold;
    color: #f00;
  }

.hospital-msg {
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-top: 0;
  font-size: 0.846em;
  line-height: 40px;
  padding: 0 15px;
}

.error h2 {
  padding: 0 14px;
  font-size: 13px;
  line-height: 36px;
  border-bottom: 1px solid #ccc;
  background: #ffe2e2;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
}

.error .error-txt {
  margin: 14px 7px;
  font-size: 15px;
  text-align: left;
  color: #ff0101;
  font-weight: bold;
}

.basket h2 {
  padding: 0 14px;
  font-size: 13px;
  line-height: 36px;
  border-bottom: 1px solid #ccc;
  background: #f1f1f1;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
}

.basket ul {
  display: table;
  width: 96%;
  margin: 14px 7px;
  font-size: 0;
  line-height: 0;
  text-align: left;
}

  .basket ul li {
    width: 100%;
    position: relative;
    text-align: left;
    vertical-align: top;
    margin-bottom: 7px;
  }

@media screen and (max-width:768px) {
  .basket .thumbnail {
    margin: 0 4px;
    display: table-cell;
    vertical-align: middle;
    width: 100px;
  }
}

@media screen and (min-width:768px) {
  .basket .thumbnail {
    margin: 0 4px;
    display: table-cell;
    vertical-align: middle;
    width: 180px;
  }
}

.basket .thumbnail img {
  width: 100%;
  border: 1px solid #ececec;
}

.basket .basket-txt {
  display: table-cell;
  vertical-align: middle;
}

.basket .name {
  margin-top: 8px;
}

.basket p {
  color: #63666e;
  margin: 3px 5px 0;
  letter-spacing: -1px;
  word-break: break-all;
  line-height: 1.50;
  font-size: 11px;
}

.basket .name a {
  color: #63666e;
}

.basket .option {
  margin-top: 8px;
}

.basket .price {
  color: #434447;
  font-weight: bold;
}

.basket .basket-delete {
  display: table-cell;
  vertical-align: middle;
  width: 5%;
}

.basket .basket-btn-area {
  margin: 0;
  padding: 6px 14px 7px;
  border-top: 1px solid #ccc;
  border-radius: 0 0 5px 5px;
  background: #f1f1f1;
}

.basket-btn-area {
  text-align: center;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

.basket .basket-btn-area a:nth-child(1) {
  left: -8px;
}

.basket .basket-btn-area a:nth-child(1) {
  right: -8px;
}

.basket-btn-area a {
  width: 50%;
  margin: 0;
  font-size: 12px;
  line-height: 40px;
  position: relative;
  display: inline-block;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.basket-btn-area .btn-submit {
  color: #fff;
  border: 1px solid #222;
  background: #222;
}

.basket-btn-area .btn-em {
  background: #fff;
}

.basket > ul > li {
  display: table;
  table-layout: fixed;
  border-bottom: solid 1px;
  padding-bottom: 5px;
}

  .basket > ul > li:last-child {
    border-bottom: none;
  }

.privacy-area {
  margin: 14px 8px 0;
  padding: 20px;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 11px;
}

.pri-text {
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  color: #848484;
  line-height: 20px;
}

  .pri-text p {
    font-weight: bold;
    color: #666666;
    margin: 20px 0 20px;
  }

    .pri-text p.qa-q {
      font-weight: bold;
      color: #fd483b;
      margin: 20px 0 20px;
    }

.cart-txt p.safe-tit {
  color: #fd483b;
  margin: 3px 20px 0 0;
  font-size: 14px;
}

.cart-txt p.safe-txt {
  margin: 3px 20px 0 0;
  font-size: 14px;
  font-weight: normal;
}

.news-text {
  margin: 0 auto;
  width: 100%;
  font-size: 12px;
  color: #848484;
  line-height: 20px;
  border-bottom: 1px solid #d5d5d5;
}

  .news-text p {
    font-weight: bold;
    color: #666666;
    margin: 20px 0 20px;
  }

.thumbnail img {
  width: 150px;
  border: 1px solid #ececec;
}

.order-confirm {
  padding: 0 15px 0 15px;
}

.order-confirm-title {
  padding: 7px 0 7px 14px;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  background-color: #222;
  color: #fff;
  line-height: 43px;
}

.order-confirm-write {
  border: 1px solid #d5d5d5;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  color: #757575;
  border-bottom: 0;
}

.order-confirm-prd-title {
  margin-top: 20px;
  padding: 7px 0 7px 14px;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  background-color: #222;
  color: #fff;
  line-height: 43px;
}

.order-pay {
  margin: 7px 0 0;
  font-size: 12px;
  border: 1px solid #d5d5d5;
  background: #fff;
  border-bottom: 0;
}

.order-pay-write-p {
  padding: 7px 7px 14px;
  border-bottom: 1px solid #d5d5d5;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  color: #212530;
  background-color: #f0f0f0;
  line-height: 20px;
}

.order-pay-write {
  padding: 7px 7px 14px;
  border-bottom: 1px solid #d5d5d5;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  color: #757575;
}

.sale-wrap {
  margin: 0 auto 29px;
  padding: 0 15px 0 15px;
  background: #fff;
}

.member-banner-benefit {
  width: 100%;
  margin-top: 20px;
}

.history-area {
  padding: 10px 15px 0 15px;
}

.history-title {
  padding: 15px;
  line-height: 1.3em;
  font-size: 12px;
  font-weight: bold;
  background-color: #f7f7f7;
  color: #222;
}

.history-content {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 10px;
}

@media screen and (max-width:768px) {
  .history-content .thumbnail {
    margin: 0 4px;
    display: table-cell;
    vertical-align: middle;
    width: 100px;
  }
}

@media screen and (min-width:768px) {
  .history-content .thumbnail {
    margin: 0 4px;
    display: table-cell;
    vertical-align: middle;
    width: 180px;
  }
}

.history-txt {
  display: table-cell;
}

.history-content p {
  color: #63666e;
  margin: 3px 20px 0;
  line-height: 1.50;
  letter-spacing: -1px;
  word-break: break-all;
  font-size: 12px;
}

.history-content .prd-name {
  display: block;
  font-size: 14px;
  color: #222;
}

.history-btn {
  margin: 30px 8px 0 8px;
}

.history-content .review-btn {
  border: 1px solid #222;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  padding: 7px;
  color: #222;
}

.history-content .cancel {
  text-align: center;
  padding: 7px;
  font-size: 14px;
  color: #ff0101;
}

.board-list {
  table-layout: fixed;
  margin: 0 0 1px;
  color: #353535;
  line-height: 1.5;
  border-bottom: 1px solid #e0dfdf;
}

  .board-list th {
    height: 12px;
    padding: 22px 0 14px;
    border-top: 1px solid #e0dfdf;
    border-bottom: 1px solid #e0dfdf;
    font-weight: normal;
  }

  .board-list .number {
    width: 135px;
    font-size: 11px;
    color: #000;
    text-align: center;
  }

  .board-list .thumb {
    width: 140px;
    border-bottom: 1px solid #e0dfdf;
  }

  .board-list .product {
    width: auto;
    font-size: 11px;
    color: #000;
    text-align: left;
    border-bottom: 1px solid #e0dfdf;
  }

  .board-list .price {
    width: 90px;
    font-size: 11px;
    color: #000;
    font-weight: normal;
    border-bottom: 1px solid #e0dfdf;
  }

  .board-list .quantity {
    width: 110px;
    font-size: 11px;
    color: #000;
    border-bottom: 1px solid #e0dfdf;
  }

  .board-list .delete {
    width: 100px;
    font-size: 11px;
    color: #000;
    border-bottom: 1px solid #e0dfdf;
  }

  .board-list td {
    padding: 14px 0 18px;
    text-align: center;
    vertical-align: middle;
    word-wrap: break-word;
  }

    .board-list td.product {
      padding-left: 10px;
      text-align: left;
    }

  .board-list span.quantity {
    position: relative;
    display: inline-block;
    width: 27px;
    margin: 0 1px 4px 0;
    padding: 0 21px 0 0;
    border: 1px solid #d4d8d9;
    border-radius: 2px;
  }

    .board-list span.quantity input {
      width: 22px;
      height: 17px;
      padding: 0 0 0 5px;
      border: 0;
      line-height: 23px;
    }

    .board-list span.quantity .quantity-up {
      position: absolute;
      left: 27px;
      top: 0;
      cursor: pointer;
    }

    .board-list span.quantity .quantity-down {
      position: absolute;
      left: 27px;
      bottom: 0;
      cursor: pointer;
    }

.number-displaynone {
  display: none !important;
}

.cart-delete {
  font-size: 12px;
  color: #222;
  font-weight: 600;
  background-color: #f7f7f7;
  height: 27px;
  line-height: 25px;
  cursor: pointer;
}

.cart-cancel {
  font-size: 12px;
  color: #F00;
}

.error-area {
  position: relative;
  padding: 0 15px 0 15px;
}

  .error-area p {
    padding: 0 0 0 14px;
    line-height: 43px;
    font-weight: 600;
    font-family: 'Lato',sans-serif;
    font-size: 13px;
    background: #ffe2e2;
    color: #ff0101;
  }

.review-score {
  border: 1px solid #ddd;
  margin-top: 20px;
  padding: 10px;
}

.review-score-title {
  display: inline-block;
  color: #2e2e2e;
  margin-right: 22px;
}

.review-score-star {
  display: inline-block;
}

.rv-message {
  background: #f0f0f0;
  width: 100%;
  min-height: 100px;
  padding: 12px 8px 20px 8px;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  margin-top: 10px;
}

.review-p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 13px;
  margin-left: 10px;
}

.review-btn-area {
  padding: 0 3px;
  overflow: hidden;
  position: relative;
  margin: 14px auto 0px;
  text-align: center
}

  .review-btn-area > a:nth-child(1) {
    left: -3px;
  }

  .review-btn-area > a:nth-child(2) {
    right: -3px;
  }

  .review-btn-area > a {
    width: 48%;
    height: 42px;
    margin: 0;
    font-size: 13px;
    line-height: 41px;
    position: relative;
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
    font-weight: bold;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

.btn-buy {
  height: 42px;
  line-height: 42px;
  border: 1px solid #ddd;
  background: #f7f7f7;
}

.btn-index {
  height: 42px;
  line-height: 42px;
  color: #fff !important;
  border: 1px solid #222;
  background: #222;
}

.order-form {
  padding: 0 15px 0 15px;
  position: relative;
}

.recipient {
  margin: 7px 0 0;
  font-size: 12px;
  border: 1px solid #d5d5d5;
  background: #fff;
  border-bottom: 0;
}

.order-form h3 {
  padding: 0 0 0 14px;
  line-height: 43px;
  border-bottom: 1px solid #d5d5d5;
  font-size: 13px;
  color: #212530;
  background-color: #f0f0f0;
}

.inline {
  display: inline-block;
  width: 100%;
  font-family: 'Arial';
  font-weight: 600;
  line-height: 20px;
  min-height: 29px;
}

.red {
  color: #ff0101;
  font-size: 10px;
}

.mypage-info-block {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  align-content: stretch;
  -webkit-align-content: stretch;
  justify-content: initial;
}

  .mypage-info-block .confi-box {
    background: #f9d0d4;
    margin-bottom: 16px;
    float: left;
    padding: 10px;

    width: 48% !important;
    margin: 0;
    background: #fce9e9 !important;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }

@media screen and (min-width:768px) {
  .mypage-info-block .confi-box {
    width: 48%;
  }
}

@media screen and (max-width:930px) {
  .mypage-info-block .confi-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.mp-img img {
  vertical-align: middle;
  width: 80px;
  height: 80px;
  display: flex;
}

.mp-img {
  margin: 3px 0;
}

.mp-tit {
  color: #b43d46;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.mp-txt {
  font-size: 12px;
  letter-spacing: -1.5px;
  text-align: center;
}

.mp-completion {
  padding: 20px 0;
  color: #ff0101;
  font-size: 16px;
  text-align: center;
}

.empty {
  padding: 20px 0 30px;
  color: #212530;
  font-size: 12px;
  margin: 4px 14px 14px;
}

.board-write {
  background-color: #fff;
}

.order-write {
  padding: 7px 7px 7px 14px;
  border-bottom: 1px solid #d5d5d5;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  color: #757575;
}

.col {
  width: 50%;
}

  .col:nth-child(2n+1),
  .col:nth-child(2n) {
    float: left;
  }

.col-input {
  padding: 0 10px 10px 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.order-post-btn {
  width: 100%;
  height: 35px;
  padding: 7px;
  border: 1px solid #dddddd;
  border-radius: 0;
  outline-style: none;
  line-height: 13px;
  color: #353535;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f0f0f0;
  text-align: center;
}

.prefecture-select {
  margin: 0 10px 10px 0;
}

.prefecture {
  width: 100%;
  height: 35px;
  margin: 0;
  padding: 0 35px 0 3px;
  color: #353535;
  font-weight: inherit;
  border: 1px solid #ddd;
  background: #fff url(img/option_bt.jpg) no-repeat right center;
  background-size: 32px 27px;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.text-input {
  margin: 0 10px 10px 0;
}

.complete-area {
  margin: 15px 0;
  padding: 20px;
  line-height: 1.5;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 11px;
}

.complete-text {
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  color: #848484;
  line-height: 20px;
}

  .complete-text p {
    font-weight: bold;
    color: #666666;
    margin: 0 0 20px;
  }

.conveni-img {
  width: 100%;
  vertical-align: middle;
  padding: 10px;
}

.conveni-txt {
  width: 100%;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  color: #212530;
  padding: 10px;
}

.conveni-form tr {
  border-bottom: 1px solid #d5d5d5;
}

.conveni-pay-notes {
  margin-top: 20px;
  padding: 0 0 0 14px;
  line-height: 34px;
  border: 1px solid #d5d5d5;
  font-size: 13px;
  color: #ff0101;
  background-color: #f0f0f0;
  font-weight: 600;
}

.card_expire {
  width: 46%;
}

.styled-select {
  overflow: hidden;
  height: 30px;
  width: 185px;
  margin-left: 20px;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-top: 20px;
  margin-bottom: 20px;
}

  .styled-select select {
    font-family: 'FontAwesome', 'Arial';
    font-size: 14px;
    color: #fcc202;
    border-radius: 3px;
    border: none;
    width: 200px;
    overflow: hidden;
    text-indent: 10px;
    -webkit-appearance: none;
  }

  .styled-select optgroup {
    font-size: 14px;
    font-family: 'FontAwesome', 'Arial';
  }

  .styled-select option .service-small {
    font-size: 14px;
    padding: 5px;
    font-family: 'FontAwesome', 'Arial';
  }

.review-edit {
  margin: 30px 0 0;
  padding: 0 0 0 14px;
  line-height: 43px;
  border: 1px solid #d5d5d5;
  font-size: 13px;
  color: #212530;
  background-color: #f0f0f0;
}

.review-area {
  padding: 5px;
  border: 1px solid #e4e4e4;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.04);
  margin-top: 30px;
}

.review-message textarea {
  background: #f0f0f0;
  width: 100%;
  min-height: 150px;
  padding: 12px 8px 20px 8px;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  resize: none;
  border: 0;
}

/*ranking tab menu*/
.menu {
  overflow: hidden;
  padding: 0 0px 0 0px;
}

.ranking-tabMenu {
  float: left;
  width: 25%;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #CCC;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 40px;
}

.ranking-tabBox {
  width: 100%;
  padding: 0 10px 0;
}

.current {
  background: #ccc;
}

  .current > a {
    color: #FFF;
  }

.instagram-thumnail li.ranking-thumbnail {
  position: relative;
  float: left;
  margin: 0;
  box-sizing: border-box;
  width: 33.3%;
  list-style: none;
}

  .instagram-thumnail li.ranking-thumbnail a.tab-ranking {
    display: block;
    text-decoration: none;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
  }


.ranking-text {
  color: #f00;
  margin-top: 10px;
  font-weight: bold;
  background-image: url(img/ranking_crown.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 31px 25px;
  height: 30px;
  line-height: 40px;
  padding-left: 35px;
  font-size: 24px;
}

  .ranking-text span {
    font-size: 20px;
  }

.ranking-icon1 {
  color: #f00;
  margin-top: 10px;
  font-weight: bold;
  background-image: url(img/ranking_crown_1.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 105px 36px;
  height: 36px;
}

.ranking-icon2 {
  color: #f00;
  margin-top: 10px;
  font-weight: bold;
  background-image: url(img/ranking_crown_2.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 105px 36px;
  height: 36px;
}

.ranking-icon3 {
  color: #f00;
  margin-top: 10px;
  font-weight: bold;
  background-image: url(img/ranking_crown_3.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 105px 36px;
  height: 36px;
}

/*TOPバナー下のメニュー*/
.menu-category {
  overflow: hidden;
  width: 100%;
  background: #fff;
  height: auto;
}

  .menu-category li {
    overflow: hidden;
    padding: 0;
    margin: 0;
    float: left;
    width: 16.5%;
    line-height: 12px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    box-shadow: inset 1px 0px #ddd;
    border-bottom: 1px solid #ddd;
  }

.menu-category1 {
  overflow: hidden;
  width: 100%;
  background: #fff;
  height: auto;
  padding-left: 1.1%;
  padding-right: 1.1%;
}

.menu-category2 {
  overflow: hidden;
  width: 100%;
  background: #fff;
  height: auto;
}

.menu-category1 li {
  overflow: hidden;
  padding: 0;
  margin: 0;
  float: left;
  width: 12.5%;
  line-height: 12px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  box-shadow: inset 1px 0px #ddd;
  border-bottom: 1px solid #ddd;
}

.menu-category2 li {
  overflow: hidden;
  padding: 0;
  margin: 0;
  float: left;
  width: 14.25%;
  line-height: 12px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  box-shadow: inset 1px 0px #ddd;
  border-bottom: 1px solid #ddd;
}
/*TOPバナー下のメニュー*/

.delay {
  text-align: center;
  padding: 10px 0;
  font-size: 26px;
  background-color: #f7f7f7;
  margin: 20px 0;
  color: #F00;
}

.focus-left-box-long {
  width: 100%;
  margin-right: 2%;
  margin-bottom: 2%;
}

  .focus-left-box-long:nth-last-child(1) {
    margin-bottom: 0;
  }

/* 2019_3.21新規追加CSS */
.menu-category li {
  width: 14%;
}

.type-tit {
  background-color: #000;
  width: 100%;
  float: left;
  color: #FFF;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.ranking-tabMenu {
  float: left;
  width: 20%;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;
  line-height: 40px;
}

.pick-title {
  font-size: 12px;
}

.name {
  font-size: 14px;
}

.series-bt {
  overflow: hidden;
}

  .series-bt li {
    float: left;
    width: 24%;
    padding: 0.5%;
  }

    .series-bt li:last-child {
      padding-right: 0;
    }

/* ランキングタブ */
/*タブ切り替え全体のスタイル*/

.rankingbar {
  text-align: center;
  background: #38383d;
  padding: 10px 0px 10px 0px;
  font-size: 18px;
}

  .rankingbar p {
    color: #fff;
  }

.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

  .tab_item:hover {
    opacity: 0.75;
  }

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0 10px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #ccc;
  color: #fff;
}

/* 横並び */
*, *:before, *:after {
  box-sizing: border-box;
}

.col_2 {
  text-align: center;
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  margin-top: 10px;
  margin-bottom: 30px;
}

.col_2 > div {
  width: 49%;
  padding: 6px;
  border: #ccc 1px solid;
  margin-bottom: 0.7vw;
}

@media screen and (max-width: 960px) {
  .col_2 > div {
    width: 49%;
  }
}

.col_2_2 {
  text-align: center;
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  margin-top: 10px;
}

.col_2_2 > div {
  width: 49%;
  padding: 6px;
  border: #ccc 1px solid;
  margin-bottom: 0.7vw;
}

.col_3 {
  text-align: center;
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  margin-bottom: 30px;
}

.col_3 > div {
  width: 32.3%;
  padding: 6px;
  border: #ccc 1px solid;
  margin-bottom: 0.7vw;
}

/* ニュース */
.infobox {
  width: 90%;
  height: 8.3em; /* 高さを制限(※) */
  overflow: auto; /* スクロールバーを表示(※) */
  border: #666 1px solid; /* 枠線を追加 */
  background-color: #fff; /* 背景色を追加 */
  margin-bottom: 30px;
}

.news-title {
  font-size: calc(10px + 0.25vw);
  padding: 10px 20px 5px 20px;
}

.hinichi {
  margin-right: 16px;
}

.newsline {
  width: 96%;
}
















/* システム使用 */
.input-text-error {
  background-color: #ffcccc;
}

.input-label-error {
  background: #FFCCCC;
}

.input-select-error {
  max-width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 35px 0 3px;
  color: #353535;
  font-weight: inherit;
  border: 1px solid #ddd;
  background: #FFCCCC url(img/option_bt.jpg) no-repeat right center;
  background-size: 32px 27px;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.input-label-check-radio-error {
  background: #FFCCCC;
  border-radius: 4px;
}

p.tooltips {
  position: relative;
  display: inline;
}

p.tooltips > span {
  position: absolute;
  color: #FFFFFF;
  background: #E62525;
  text-align: left;
  font-size: 11px;
  border-radius: 6px;
  padding: 5px;
  visibility: hidden;
  opacity: 0.8;
  bottom: 30px;
  right: 0;
  z-index: 0;
}

p.tooltips > span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #E62525;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.eac-sugg {
  padding-top: 0px;
}
