@charset "utf-8";

body {
  font-family: "Yu Gothic Medium", "YuGothic", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: white;
  color: #222;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  /* 案件によって
  text-align: justify;
  text-justify: distribute;
  word-break: normal;
  line-break: strict;
*/
}

img {
  vertical-align: bottom;
}

.flink .fitem ul:after,
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

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

a {
  outline: none;
  /* -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;*/
  color: #222;
}

a img {
  /*-webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;*/
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.btn-1 {
  font-size: 9px;
  font-weight: bold;
  border: 2px solid #f80;
  text-align: center;
  display: block;
  color: #222;
  background-color: #fff;
  padding: 10px 10px;
  text-decoration: none;
}

.btn-1.transparent {
  background-color: transparent;
}

.btn-1.orange {
  color: #f80;
}

.btn-primary {
  background-color: #f80;
  border: none;
  outline: none;
  text-align: center;
  font-weight: bold;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
}

.btn-primary:hover {
  opacity: 0.7;
}

.btn-success {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
  padding: 15px 0;
  background-color: #f80;
  border: none;
}

.btn-warning {
  display: block;
  text-align: center;
  font-weight: inline-bold;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
  padding: 15px 0;
  background-color: #aaaaaa;
}

.btn-order {
  background-color: #f80;
  padding: 13px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.remaining {
  display: inline-block;
  vertical-align: top;
  background-color: #eeeeee;
  text-align: center;
  font-size: 12px;
  height: 46px;
  width: 222px;
  line-height: 46px;
  text-decoration: none;
  outline: none;
}

.btn-download {
  display: inline-block;
  vertical-align: top;
  background-color: #eeeeee;
  text-align: center;
  font-size: 12px;
  height: 46px;
  width: 122px;
  line-height: 46px;
  text-decoration: none;
  outline: none;
}

.btn-order:hover,
.btn-download:hover {
  opacity: 0.7;
}

.ico-download {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  font-size: 0;
  line-height: 1;
  margin-bottom: 2px;
}

.ico-download:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../commonfiles/images/icons.png) no-repeat -48px -51px;
  display: inline-block;
}

.sns-list {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  font-size: 0;
}

.sns-list li {
  display: inline-block;
  padding: 0 10px;
}

.sns-list li img {
  max-width: 100%;
}

.ico-plus {
  background: url(../../commonfiles/images/ico_open_sp.png) no-repeat 0 1px;
  background-size: 8px 8px;
  display: inline-block;
  padding: 0 0 0 15px;
}
.ico-plus.off {
  background: url(../../commonfiles/images/ico_close_sp.png) no-repeat 0 1px;
}

.ico-arrow-1 {
  background: url(../../commonfiles/images/icons.png) no-repeat 0 1px;
  display: inline-block;
  padding: 0 0 0 13px;
}

.ico-arrow-2 {
  position: relative;
  padding: 0 0 0 13px;
}

.ico-arrow-2:before {
  content: "";
  width: 5px;
  height: 6px;
  background: url(../../commonfiles/images/ico_arrow_sp.png) no-repeat 0 0;
  background-size: 100% 100%;
  display: inline-block;
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.w-auto-sp {
  width: auto !important;
  max-width: inherit !important;
}

.bg-orange {
  background-color: #f80;
}
.bg-turquoise {
  background-color: #4fbdff;
}
.bg-pink {
  background-color: #ed7fa2;
}
.bg-blue-light {
  background-color: #6b99cf;
}
.bg-blue {
  background-color: #0047a9;
}
.bg-yellow {
  background-color: #f2bc18;
}
.bg-green-dark {
  background-color: #007a66;
}
.bg-gray {
  background-color: #eeeeee;
}

.btn-notforsale {
  padding: 13px 10px;
  display: block;
  background: #aaa;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.box-gray {
  background-color: #eeeeee;
  border: 1px solid #dedede;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 15px;
}

.box-gray.box-gray-top {
  border-top: 4px solid #f80;
}

.box-gray .text {
  margin: 0 0 7px;
}

.box-gray .note {
  color: #7b7b7b;
}

.box-gray .lead {
  font-size: 14px;
  margin: 0;
}

.box-gray em {
  color: #e42c20;
  font-style: normal;
}

.box-gray em.small {
  font-size: 12px;
}

.container {
  margin: 0 auto;
}

hr {
  margin: 0;
  background: #dddddd;
  height: 1px;
  border: none;
}

hr.separator {
  margin-bottom: 30px;
  height: 3px;
}

.pc {
  display: none;
}

.pos-wrap {
  position: relative;
}

.pos-wrap .pos-item-sp {
  position: absolute;
}

.pos-wrap .right-top {
  right: 0;
  top: 0;
}

.mbsp-0 {
  margin-bottom: 0 !important;
}
.mbsp-10 {
  margin-bottom: 10px !important;
}
.mbsp-15 {
  margin-bottom: 15px !important;
}
.mbsp-20 {
  margin-bottom: 20px !important;
}
.mbsp-30 {
  margin-bottom: 30px !important;
}
.mbsp-40 {
  margin-bottom: 40px !important;
}
.mbsp-50 {
  margin-bottom: 50px !important;
}

.mtpc-15 {
  margin-top: 15px !important;
}

.mlsp-0 {
  margin-left: 0 !important;
}
.mlsp-5 {
  margin-left: 5px !important;
}
.mlsp-10 {
  margin-left: 10px !important;
}
.mlsp-15 {
  margin-left: 15px !important;
}
.mlsp-18 {
  margin-left: 18px !important;
}
.mlsp-28 {
  margin-left: 28px !important;
}

.ptsp-0 {
  padding-top: 0 !important;
}

.pbsp-0 {
  padding-bottom: 0px !important;
}
.pbsp-10 {
  padding-bottom: 10px !important;
}
.pbsp-30 {
  padding-bottom: 30px !important;
}

.plsp-0 {
  padding-left: 0 !important;
}
.plsp-15 {
  padding-left: 15px !important;
}

.prsp-15 {
  padding-right: 15px !important;
}

.w-160-sp {
  width: 160px !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.fs12 {
  font-size: 12px;
}

.fs11 {
  font-size: 11px;
}

.bor-dash {
  height: 0;
  font-size: 0;
  height: 0;
  clear: both;
  border-top: 1px dotted #dedede;
}

.note {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

.em {
  color: #e42c20;
  font-size: 10px;
}

.message {
  color: #e42c20;
  margin-bottom: 8px;
}

.red-b {
  color: #e42c20;
  font-weight: bold;
}

.red {
  color: #e42c20;
}
.passwordDisplayNone {
  display: none;
}
@media (max-width: 766px) {
  .img-responsive {
    max-width: 100%;
  }
  .sp-block {
    display: block;
  }
}

@media (min-width: 767px) {
  #wrapper {
    width: 100%; /*min-width: 1200px;*/
  }

  .container {
    max-width: 1220px;
    margin: 0 auto;
  }

  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  .align-bottom-pc {
    display: inline-block;
    vertical-align: bottom;
  }

  .pos-wrap .pos-item-pc {
    position: absolute;
  }

  .pos-wrap .pos-item-pc.right-top {
    right: 0;
    top: 0;
  }

  .pos-wrap .pos-item-pc.right-center {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .w-80-pc {
    width: 80px !important;
  }
  .w-200-pc {
    width: 200px !important;
  }
  .w-230-pc {
    width: 230px !important;
  }
  .w-235-pc {
    width: 235px !important;
  }
  .w-265-pc {
    width: 265px !important;
  }
  .w-270-pc {
    width: 270px !important;
  }
  .w-280-pc {
    width: 280px !important;
  }
  .w-290-pc {
    width: 290px !important;
  }
  .w-300-pc {
    width: 300px !important;
  }
  .w-315-pc {
    width: 315px !important;
  }
  .w-412-pc {
    width: 412px !important;
  }
  .w-500-pc {
    width: 500px !important;
  }

  .w-auto-pc {
    width: auto !important;
    max-width: inherit !important;
  }

  .btn-group {
    font-size: 0;
    margin-left: -10px;
    margin-right: -10px;
  }

  .btn-group > div {
    display: inline-block;
    padding: 0 10px;
  }

  .btn-group-3 > div {
    float: left;
    width: 33.33334%;
  }

  .btn-group-2 > div {
    float: left;
    width: 50%;
  }

  .btn-group > div a {
    width: 100%;
  }

  .btn-success {
    display: inline-block;
    font-size: 16px !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
  }

  .btn-success.large {
    padding: 23px 5px 21px;
  }

  .btn-warning {
    display: inline-block;
    font-weight: bold;
    font-size: 14px !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
  }

  .btn-warning.large {
    padding: 11px 5px 10px;
  }

  .box-gray {
    padding: 30px;
  }

  .box-gray .lead {
    font-size: 16px;
  }

  .box-gray em.small {
    font-size: 14px;
  }

  .btn-1 {
    display: inline-block;
    font-size: 14px;
    padding: 15px 10px 14px;
    border-width: 3px;
  }

  .btn-warning:hover,
  .btn-success:hover,
  .btn-1:hover {
    opacity: 0.7;
  }

  .ico-plus {
    background: url(../../commonfiles/images/ico_open_sp.png) no-repeat 0 2px;
    background-size: 12px 12px;
    padding: 0 0 0 20px;
  }

  .ico-close {
    background: url(../../commonfiles/images/ico_close_sp.png) no-repeat 0 2px;
    background-size: 12px 12px;
    padding: 0 0 0 20px;
  }

  .ico-arrow-1 {
    background-position: 0 4px;
  }

  .mbpc-0 {
    margin-bottom: 0 !important;
  }
  .mbpc-10 {
    margin-bottom: 10px !important;
  }
  .mbpc-20 {
    margin-bottom: 20px !important;
  }
  .mbpc-40 {
    margin-bottom: 40px !important;
  }
  .mbpc-30 {
    margin-bottom: 30px !important;
  }
  .mbpc-50 {
    margin-bottom: 50px !important;
  }
  .mbpc-60 {
    margin-bottom: 60px !important;
  }

  .mtpc-0 {
    margin-top: 0 !important;
  }
  .mtpc-30 {
    margin-top: 30px !important;
  }

  .mlpc-0 {
    margin-left: 0 !important;
  }
  .mlpc-24 {
    margin-left: 24px !important;
  }
  .mlpc-30 {
    margin-left: 30px !important;
  }
  .mlpc-32 {
    margin-left: 32px !important;
  }
  .mlpc-35 {
    margin-left: 35px !important;
  }
  .mlpc-40 {
    margin-left: 40px !important;
  }

  .mrpc-30 {
    margin-right: 30px !important;
  }

  .pbpc-10 {
    padding-bottom: 10px !important;
  }
  .pbpc-30 {
    padding-bottom: 30px !important;
  }

  .plpc-30 {
    padding-left: 30px !important;
  }

  .prpc-30 {
    padding-right: 30px !important;
  }

  .fs12 {
    font-size: 14px;
  }

  .note {
    font-size: 12px;
  }

  .little-note {
    font-size: 11px;
  }
}

/* -------------------------
HEADER
-------------------------- */
.topbrand {
  background-color: #eeeeee;
  border-bottom: 4px solid #f80;
  overflow: auto;
}

.topbrand ul {
  text-align: right;
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.topbrand ul li {
  display: inline-block;
  text-align: center;
  width: 115px;
}

.topbrand ul li a {
  text-decoration: none;
  font-size: 9px;
  color: #fff;
  display: block;
  padding: 0 5px;
  height: 32px;
  line-height: 34px;
}

@media (max-width: 766px) {
  #wrapper {
  }

  .topbrand ul {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.header-main {
  z-index: 18;
  /* background: #fff; */
}

@media (min-width: 767px) {
  #header {
    margin-bottom: 50px;
  }

  .topbrand ul li {
    width: auto;
    display: inline-block;
  }

  .topbrand ul li a {
    font-size: 12px;
    padding: 10px 16px 8px;
    line-height: inherit;
    height: auto;
  }

  .topbrand ul li a:hover {
    opacity: 0.7;
  }
}

#logo {
  margin: 0;
  float: left;
  width: 141px;
  font-size: 0;
}

#logo img {
  width: 100%;
}

.headbar {
  padding: 16px 0 10px;
  position: relative;
}

.headbar .logout {
  width: 24px;
  height: 24px;
  font-size: 0;
  background: url(../../commonfiles/images/ico_logout_sp.png) no-repeat 0 0;
  background-size: 100% 100%;
  margin-right: 16px;
  float: left;
}

.headbar .user {
  width: 24px;
  height: 24px;
  font-size: 0;
  background: url(../../commonfiles/images/ico_user_sp.png) no-repeat 0 0;
  background-size: 100% 100%;
  margin-right: 16px;
  float: left;
}

.headbar .cart {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  float: left;
}

.headbar .cart > a {
  width: 24px;
  height: 24px;
  display: block;
  font-size: 0;
  background: url(../../commonfiles/images/ico_cart_sp.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.headbar .cart .cart-accord {
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  display: none;
  padding-top: 15px;
  z-index: 20;
}

.headbar .cart .hcart-inner {
  /*height: 460px;*/
  border: 2px solid #f80;
  background-color: #fff1e5;
  padding: 30px 20px 30px 20px;
}

.headbar .cart .hcart-inner .arr {
  font-size: 0;
  height: 0;
  line-height: 1;
  display: block;
  position: relative;
}

.headbar .cart .hcart-inner .arr:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 33px;
  top: -47px;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 15px solid #f80;
}

.headbar .cart .hcart-inner ul {
  list-style: none;
  padding: 0;
  margin: 0 0 17px;
  max-height: 282px;
  /* overflow: auto; */
}

.headbar .cart .hcart-inner ul li {
  overflow: hidden;
  margin-bottom: 20px;
}

.headbar .cart .hcart-inner figure {
  padding: 0;
  margin: 0;
  float: left;
  width: 56px;
  font-size: 0;
}

/*
.headbar .cart .hcart-inner div {
  margin--right: 15px;
  padding-top: 7px;
  padding-left: 66px;
  */

.headbar .cart .hcart-inner .title {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.4;
}

.headbar .cart .hcart-inner .price {
  margin: 0;
  font-size: 14px;
}

.headbar .cart .hcart-inner .price span {
  font-size: 10px;
}

.headbar .cart .hcart-inner .btn-primary {
  clear: both;
  margin-right: 20px;
}

.headbar .cart .hcart-inner table {
  float: right;
  margin-right: 20px;
  margin-bottom: 12px;
}

.headbar .cart .hcart-inner table th {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  padding-right: 25px;
  padding-bottom: 3px;
}

.headbar .cart .hcart-inner table th span {
  font-size: 10px;
}

.headbar .cart .hcart-inner table td {
  font-weight: bold;
  text-align: right;
  color: #f80;
  padding-bottom: 3px;
}
.headbar .cart p.circle {
  position: absolute;
  top: -2px;
  right: 53px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  font-size: 12px;
  color: #fff;
  background-color: #f00;
  text-align: center;
  /* margin: 0px; */
}
p.circle span {
  position: relative;
  margin: 0px;
  top: 17%;
}
@media (min-width: 767px) {
  .headbar .cart .cart-accord {
    left: inherit;
    top: 68px;
  }

  .headbar .cart .hcart-inner {
    width: 313px;
  }

  .headbar .cart .hcart-inner .arr:before {
    left: 186px;
    top: -47px;
    right: inherit;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 15px solid #f80;
  }

  .headbar .cart .hcart-inner div {
    padding-left: 76px;
  }
  .headbar .cart p.circle {
    right: 0;
    /* margin: 10px 0 0 0; */
  }
}

.headbar .right {
  float: right;
  width: 104px;
  padding-top: 6px;
}

.headbar .login {
  width: 144px;
}

.menu-toggle {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../../commonfiles/images/ico_menu.png") no-repeat 0 0;
  background-size: 100% 100%;
  border: none;
  padding: 0;
  cursor: pointer;
  float: left;
  outline: none;
}

.menu-toggle .icon-bar {
  height: 3px;
  width: 100%;
  background-color: #f80;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu-toggle .icon-bar:first-child {
  top: 0;
}

.menu-toggle .icon-bar:nth-child(2) {
  top: 8px;
}

.menu-toggle .icon-bar:last-child {
  bottom: 0;
}

.menu-toggle.collapsed .icon-bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.collapsed .icon-bar:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}

.menu-toggle.collapsed .icon-bar:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: inherit;
  top: 8px;
}

@media (min-width: 767px) {
  .headbar {
    padding: 20px 0 30px;
    position: relative;
  }

  #logo {
    max-width: 188px;
    width: 15.67%;
  }

  .menu-toggle {
    display: none;
  }

  .headbar .right {
    width: 82%;
    padding-top: 0;
  }

  .userpc {
    padding-left: 53.89%; /*padding-left: 526px;*/
  }

  .userpc a {
    display: block;
    float: left;
    /* border: 2px solid #f80; */
    text-decoration: none;
    /* color: #f80; */
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 28.22%; /*width: 127px;*/
    height: 48px;
    line-height: 46px;

    /* add 20171226 */

    border: 2px solid #aaaaaa;
    color: #6f6f6f;
  }

  .userpc a:last-child {
    border-left: none;
    color: #ff246d;
  }

  .headbar .cart > a:hover,
  .userpc a:hover {
    opacity: 0.7;
  }

  .headbar .cart {
    width: 18.03%; /*width: 176px;*/
    margin-left: 2.05%; /*margin-left: 20px;*/
    margin-right: 0;
    height: auto;
  }

  .headbar .cart > a {
    white-space: nowrap;
    overflow: hidden;
    /*width: 176px;*/
    width: 100%;
    height: 48px;
    line-height: 46px;
    /* background: #f80;
     color: #fff; */
    font-size: 14px;
    text-decoration: none;
    text-align: center;

    /* add 20171226 */

    background: transparent;
    color: #6f6f6f;
    border: 2px solid #999;
  }
}

.header-main {
  position: relative;
}

@media (min-width: 767px) {
  .header-main {
    max-width: 1230px;
    margin: 0 auto;
  }
}

#navbar {
  position: absolute;
  left: 0;
  top: 68px;
  width: 100%;
  border-top: 2px solid #aaaaaa;
  background-color: #fff;
  z-index: 18;
  display: none;
}

#navbar .container {
  /* padding: 0; */
}

#navbar_back_overlay {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 17;
  display: none;
}

@media (min-width: 767px) {
  #navbar_back_overlay {
    opacity: 0;
  }
}

.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-menu > li {
  border-bottom: 1px solid #eeeeee;
}

.main-menu li a {
  text-decoration: none;
  color: #222;
  font-size: 14px;
  display: block;
}

.main-menu li > a {
  padding: 17px 38px 16px 30px;
  position: relative;
}

.main-menu li > a:after {
  content: "";
  background: url("../../commonfiles/images/icons.png") no-repeat 0 0;
  width: 6px;
  height: 9px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -5px;
}

.main-menu .active a {
  color: #aaa;
}

.recommend {
  padding: 30px 15px 20px;
}

.recommend-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recommend-list li {
  font-size: 0;
  margin-bottom: 10px;
}

.recommend-list li img {
  width: 100%;
}

.circle-recommend-event-label {
  display: none;
}

.close-nav {
  margin: 0 auto 26px;
  width: 30px;
  height: 40px;
  display: block;
  font-size: 0;
  background: url("../../commonfiles/images/btn_close_sp.png") no-repeat 0 0;
  background-size: contain;
}

@media (min-width: 767px) {
  #navbar {
    position: inherit;
    left: inherit;
    top: inherit;
    border: none;
    background: none;
    display: block;
  }

  .main-menu > li {
    border: none;
    float: left;
    padding-right: 3.33%; /*padding-right: 40px;*/
  }

  .main-menu > li:last-child {
    padding-right: 0;
  }

  .main-menu li a {
    font-size: 15px;
  }

  .main-menu li > a {
    padding: 0;
  }

  .main-menu li > a:after {
    display: none;
  }

  .main-menu li a:hover {
    color: #aaaaaa;
  }
}

.notice-bar {
  margin: 10px 0 20px;
}

.notice {
  background-color: #eeeeee;
  text-align: center;
  font-size: 12px;
  padding: 14px 0 13px;
}

.notice p {
  margin: 0;
}

.search-wrap {
  clear: both;
  padding-top: 16px;
  position: relative;
}

.search-wrap input[type="text"] {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,
    "メイリオ", Meiryo, sans-serif;
  color: #222;
  font-size: 16px;
  border: 1px solid #aaaaaa;
  height: 44px;
  padding: 0 55px 0 15px;
  width: 100%;
  outline: none;
}

.search-wrap button {
  background: #222222 url(../../commonfiles/images/ico_search_sp.png) no-repeat
    left top;
  background-size: 100% 100%;
  display: block;
  width: 44px;
  height: 44px;
  border: none;
  text-indent: -9999em;
  padding: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 16px;
  outline: none;
}

@media (min-width: 767px) {
  .notice-bar {
    margin-bottom: -20px;
  }

  .search-wrap {
    position: absolute;
    left: 18.67%; /*left: 224px;*/
    top: 4px;
    width: 42.17%; /*width: 506px;*/
    display: flex;
    flex-wrap: wrap;
  }

  .select-style {
    float: left;
    width: 21.74%; /*width: 110px;*/
    height: 48px;
    overflow: hidden;
    position: relative;
  }

  .select-style:after {
    content: "";
    width: 9px;
    height: 6px;
    background: url(../../commonfiles/images/icons.png) no-repeat -12px 0;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
  }

  .select-style select {
    height: 48px;
    outline: none;
    -webkit-appearance: menulist-button;
    -webkit-appearance: none;
    width: 125%; /*width: 135px;*/
    border: 2px solid #aaaaaa;
    border-right: none;
    font-size: 12px;
    color: #222;
    background: #eeeeee;
    padding: 0 0 0 20px;
  }

  .search-wrap input[type="text"] {
    font-size: 12px;
    height: 48px;
    float: left;
    border-width: 2px;
  }

  .search-wrap button {
    flex: 1 0 auto;
    width: 48px;
    height: 48px;
  }

  #searchform {
    flex: 1 0 0%;
    display: flex;
  }

  #searchform .input {
    width: 100%;
  }
}

.topKeyword {
  flex: 1 1 100%;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  white-space: nowrap;
}

@media (max-width: 766px) {
  .topKeyword {
    white-space: normal;
  }
}

.topKeyword span {
  margin: 0 2px;
  display: inline-block;
}

.topKeyword span > * {
  margin: 0 2px;
  word-break: keep-all;
}

/* -------------------------
CONTENT
-------------------------- */
.part-title {
  color: #fff;
  font-size: 20px;
  background-color: #535353;
  margin-bottom: 20px;
  padding: 25px 30px;
  cursor: pointer;
}

.char-list {
  font-size: 0;
  margin: 0 -6px;
}

.char-list a {
  font-size: 20px;
  color: #fff;
  background-color: #f80;
  text-decoration: none;
  width: 7.48%; /*width: 38px;*/
  height: 38px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  margin: 0 1.2% 12px; /*margin: 0 6px 12px;*/
}

.char-list span {
  display: inline-block;
  width: 7.48%; /*width: 38px;*/
  height: 38px;
  margin: 0 1.2% 12px; /*margin: 0 6px 12px;*/
  line-height: 38px;
  font-size: 20px;
}

.char-list a:hover {
  opacity: 0.7;
}

.more {
  display: inline-block;
  text-decoration: none;
  color: #222;
  font-size: 12px;
  padding: 0 0 0 14px;
  position: relative;
}

.more:before {
  content: "";
  background: url(../../commonfiles/images/icons.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 8px;
  margin-top: -5px;
}

.more.larg {
  font-size: 14px;
  padding: 0 0 0 17px;
}

.more.larg:before {
  width: 10px;
  height: 12px;
  background-position: 0 -77px;
}

.animate {
  background-color: #fff1e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 18px 10px 18px;
  margin-bottom: 8px;
}

.animate .radio-list {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 15px;
}

.animate .radio-list li {
  width: 50%;
}

.animate .radio-list li label {
  font-size: 12px;
}

.animate .title {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
  cursor: pointer;
}

.animate .title:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../../commonfiles/images/ico_open_sp.png) no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.animate .title.opened:before {
  background-image: url(../../commonfiles/images/ico_close_sp.png);
}

.animate .bgoff:before {
  background-image: none !important;
}

.animate .accord-content {
  padding-left: 22px;
  padding-top: 15px;
  display: none;
}

.arrow-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.arrow-list li {
  padding: 0 0 0 11px;
  position: relative;
}

.arrow-list li:before {
  content: "";
  background: url(../../commonfiles/images/icons.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 8px;
  margin-top: -5px;
}

.arrow-list li a {
  font-size: 14px;
  text-decoration: none;
  color: #222;
  word-break: break-all;
}

.arrow-list li a:hover {
  opacity: 0.7;
}

@media (min-width: 767px) {
  .char-list {
    width: 508px;
  }

  .more:hover {
    opacity: 0.7;
  }

  .accords {
    cursor: pointer;
  }

  .row.pad-4 {
    margin: 0 -4px;
  }

  .row.pad-4 .col-3 {
    padding: 0 4px;
  }

  .col-3 {
    float: left;
    width: 100%;
  }
}

/* Breadscrumb */
.breadscrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.breadscrumb ul li {
  font-size: 12px;
  color: #f80;
  float: left;
  margin-right: 12px;
}

.breadscrumb ul li:after {
  content: ">";
  color: #222;
  margin-left: 12px;
}

.breadscrumb ul li:last-child {
  margin-right: 0;
}

.breadscrumb ul li:last-child:after {
  display: none;
}

.breadscrumb ul li a {
  text-decoration: none;
  outline: none;
  color: #222;
}

.breadscrumb ul li a:hover {
  opacity: 0.7;
}

/* Heading */
.head-2 {
  font-size: 9px;
  color: #aaaaaa;
  font-weight: normal;
  margin: 0 0 8px;
}

.head-2 .en {
  color: #222;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.head-2 .en.bottom {
  vertical-align: bottom;
  line-height: 0.8;
}

.head-2.large {
  font-size: 14px;
  margin-bottom: 20px;
}

.head-2.large .en {
  font-size: 40px;
}

.head-3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  border-bottom: 2px solid #f80;
}

.head-4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 14px;
}

.head-5 {
  font-weight: bold;
  margin: 0 0 10px;
  border-bottom: 3px solid #f80;
  padding: 0 0 6px 0;
}

.main-head {
  border-left: 4px solid #f80;
  padding: 0 0 0 10px;
  margin-bottom: 23px;
}

.main-head .title {
  margin: 0 0 5px;
  font-size: 19px;
  font-weight: bold;
}

.main-head .title span {
  font-size: 11px;
  margin-left: 10px;
  font-weight: normal;
}

.main-head .title .orange {
  font-weight: bold;
  color: #f80;
}

.main-head .title .red {
  color: #ff0000;
}

.main-head p {
  margin: 0;
  font-size: 9px;
}

.notice-head {
  padding: 0 0 0 14px;
  margin: 10px 0 0 0;
  color: #f80;
  font-size: 9px;
  line-height: 1.4;
}

.extra-head {
  padding: 0 10px;
  position: relative;
}

.extra-head .title {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}

.extra-head a {
  color: #222;
  text-decoration: none;
  font-size: 9px;
  position: absolute;
  right: 30px;
  top: 0;
}

#anc-03 {
  margin: 0 !important;
}

@media (min-width: 767px) {
  .head-3 {
    font-size: 16px;
  }
  .head-4 {
    font-size: 16px;
  }

  .main-head {
    border-width: 6px;
    padding: 0 0 0 24px;
    margin-bottom: 45px;
  }

  .main-head .title {
    font-size: 36px;
    margin-bottom: 14px;
  }

  .main-head .title span {
    font-size: 16px;
    margin-left: 15px;
  }

  .main-head p {
    font-size: 14px;
  }

  .notice-head {
    font-size: 12px;
    padding-left: 30px;
    margin-top: 15px;
  }

  .extra-head {
    margin-bottom: 5px;
  }

  .extra-head .title {
    font-size: 14px;
  }

  .extra-head a {
    font-size: 12px;
  }

  .extra-head a:hover {
    opacity: 0.7;
  }

  #content {
    float: left;
    width: 66.67%; /*width: 920px;*/
  }
}

@media (min-width: 1028px) {
  #content {
    float: left;
    width: 76.67%;
  }
}

.visual-wrap {
  margin: 0 0 40px;
}

.banner-group {
  margin-bottom: 70px;
}

.banner-group ul {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
  font-size: 0;
}

.banner-group ul li {
  padding: 0 5px 10px;
  float: left;
  width: 25%;
}

.banner-group ul li img {
  width: 100%;
}

.product-wrap {
  margin-bottom: 120px;
}

.product-list {
  margin: 0 -2px;
}

.product-list .p-item {
  float: left;
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 0 2px 4px;
}

.product-list .product {
  background-color: #eee;
  padding: 5px 10px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-list .product figure {
  margin: 0 0 15px;
}

.product-list .product figure img {
  width: 100%;
}

.product-list .product h3 {
  margin: 0 0 10px;
  font-size: 14px;
  background: url(../../commonfiles/images/bg_dot.png) repeat-x left bottom;
  padding: 0 0 20px;
}

.product-list .product h3 a {
  text-decoration: none;
  color: #222;
}

.product-list .product p {
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 1.7;
  word-wrap: break-word;
  word-break: break-all;
}

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

.product-list .product .button {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #ffb200;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.product-list .product .button:hover {
  opacity: 0.7;
}

.viewmore {
  margin: 25px 0 0 0;
}

.viewmore a {
  text-decoration: none;
  font-size: 16px;
  color: #000;
}

.viewmore a:hover {
  opacity: 0.7;
}

@media (min-width: 767px) {
  .product-list .product .button {
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .product-list .p-item {
    width: 33.33334%;
  }

  .product-list-5 .p-item {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .product-list .p-item {
    width: 25%;
  }

  .product-list-5 .p-item {
    width: 20%;
  }
}

/* -------------------------
SIDEBAR
-------------------------- */
@media (min-width: 767px) {
  #sidebar {
    float: right;
    width: 239px;
  }
}

@media (min-width: 1028px) {
  #sidebar {
    width: 23.33%;
    max-width: 240px;
  }
}

.widget {
  margin: 0 0 30px;
}

.widget.bg {
  background-color: #fff1e5;
}

.widget.bg .widget-content {
  padding: 0 24px 24px;
}

.widget-title {
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 20px;
}

.widget.bg .widget-title {
  margin: 0 24px 18px;
  padding: 22px 0 18px;
  background: url(../../commonfiles/images/bg_dot.png) repeat-x left bottom;
}

.widget .refine {
  background: url(../../commonfiles/images/bg_dot.png) repeat-x left bottom;
  padding: 0 0 15px;
  margin: -5px 0 15px;
}

.widget .refine label {
  font-size: 12px;
  display: block;
  margin-bottom: 12px;
}

.widget .refine .refine-item {
  padding-bottom: 10px;
}

.arrow {
  position: relative;
  padding: 0 0 0 13px;
}

.arrow:before {
  content: "";
  background: url(../../commonfiles/images/icons.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 8px;
  margin-top: -4px;
}

.widget-content .link {
  margin: 0;
}

.widget-content .link a {
  font-size: 12px;
  color: #222;
  text-decoration: none;
}

.widget-content .link a:hover {
  opacity: 0.7;
}

.tag {
  clear: both;
  margin: 10px -4px 0;
  font-size: 0;
}

.tag a {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  margin: 0 4px 8px;
  background-color: #f80;
  padding: 7px 8px;
}

.tag a:hover {
  opacity: 0.7;
}

.widget-banner p {
  margin: 0;
  font-size: 0;
  margin-bottom: 12px;
}

.payment-box {
  background: #fff1e5;
  border: 2px solid #f80;
  padding: 0 20px 20px;
}

.payment-box h3 {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  padding: 18px 0;
  background: url(../../commonfiles/images/bg_dot.png) repeat-x 0 bottom;
}

.payment-box ul {
  list-style: none;
  padding: 15px 0;
  margin: 0 0 20px;
  background: url(../../commonfiles/images/bg_dot.png) repeat-x 0 bottom;
}

.payment-box ul li {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.6;
  padding: 3px 0;
}

.payment-box ul li span {
  float: left;
  width: 70%;
}

.payment-box ul li span:last-child {
  text-align: right;
  width: 30%;
}

.payment-box a {
  width: 100%;
}

.bg-box {
  background: #eee;
  padding: 15px 15px 0;
}

.border-none {
  border: none !important;
}

@media (min-width: 767px) {
  .tag {
    margin-top: 20px;
  }

  .border-none {
    padding-top: 0;
  }
}

/* -------------------------
FOOTER
-------------------------- */
#footer {
  border-top: 4px solid #f80;
  position: relative;
  margin-top: 60px;
}

#footer .container {
  padding: 0;
  max-width: 1920px;
}

#footer .pagetop {
  position: absolute;
  left: 50%;
  top: -46px;
  width: 96px;
  height: 42px;
  font-size: 0;
  margin-left: -48px;
}

#footer .pagetop img {
  width: 100%;
  height: auto;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.flink {
  margin: 2px 0 0px;
}

.fsear {
  padding: 30px 15px 0;
}

.fsear a {
  display: block;
  border: 2px solid #f80;
  color: #222;
  font-weight: bold;
  font-size: 9px;
  text-decoration: none;
  outline: none;
  text-align: center;
  padding: 15px 10px;
}

.fsear a span {
  display: inline-block;
  position: relative;
  padding-left: 12px;
}

.fsear a span:before {
  content: "";
  background: url(../../commonfiles/images/icons.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 8px;
  margin-top: -4px;
}

.flink .fitem h3 {
  margin: 0;
  font-size: 11px;
  cursor: pointer;
}

.flink .fitem ul li a {
  text-decoration: none;
  color: #222;
  font-size: 9px;
  padding: 0;
  display: block;
  background-color: #fff;
  border: 1px solid #aaaaaa;
}

.fsite p {
  margin: 0;
}

.fsite .text {
  font-size: 9px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

.fsite .text a {
  text-decoration: none;
  color: #6b99cf;
}

.fsite ul {
  font-size: 0;
  text-align: center;
}

.fsite ul li {
  display: inline-block;
  margin: 0 14px 22px;
}

.fsite ul li a {
  font-size: 9px;
  padding: 0 0 0 13px;
  text-decoration: none;
  color: #222;
  position: relative;
}

.fsite > ul li a:before {
  content: "";
  background: url(../../commonfiles/images/icons.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 8px;
  margin-top: -4px;
}

.copyright {
  color: #aaaaaa;
  font-size: 9px;
  text-align: center;
  margin: 0;
  padding: 20px 0 16px 0;
}

@media (max-width: 766px) {
  .flink {
    background-color: #fff1e5;
  }

  .flink .fitem {
    clear: both;
    padding: 0 15px;
    border-bottom: 1px solid #fff;
    height: auto !important;
  }

  .flink .fitem h3 {
    padding: 15px 0 15px 0;
    position: relative;
  }

  .flink .fitem h3:after {
    content: "";
    width: 16px;
    height: 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    background-image: url(../../commonfiles/images/ico_open_sp.png);
  }

  .flink .fitem h3.opened:after {
    background-image: url(../../commonfiles/images/ico_close_sp.png);
  }

  .flink .fitem ul {
    display: none;
    padding-bottom: 15px !important;
  }

  .flink .fitem ul li {
    float: left;
    width: 50%;
    text-align: center;
  }

  .flink .fitem ul li a {
    height: 42px;
    display: table;
    width: 100%;
  }

  .flink .fitem ul li a span {
    display: table-cell;
    vertical-align: middle;
  }

  .flink .fitem ul li:nth-child(4) a,
  .flink .fitem ul li:nth-child(5) a,
  .flink .fitem ul li:nth-child(3) a {
    border-top: none;
  }
  .flink .fitem ul li:nth-child(4) a,
  .flink .fitem ul li:nth-child(2) a {
    border-left: none;
  }

  .fsite ul {
    padding: 0 15px;
  }

  .fsite .text {
    padding: 0 15px 28px;
  }
}

@media (min-width: 767px) {
  #footer .pagetop {
    width: 128px;
    height: 56px;
    margin-left: -64px;
    top: -60px;
  }

  .flink {
    margin: 0; /*margin: 0 -2px;*/
    padding-top: 5px;
    display: table;
    width: 100%;
  }

  .flink .fitem {
    /*float: left;*/
    /*max-width: 297px;*/
    width: 50%; /*24.75%;*/
    /*margin: 0 0.17%;/*margin: 0 2px;*/
    padding: 22px 2.15%; /*padding:22px 26px;*/
    background-color: #fff1e5;
    display: table-cell;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .flink .fitem h3 {
    font-size: 14px;
    margin: 0 0 16px;
    cursor: inherit;
  }

  .flink .fitem ul li {
    margin: 0 0 6px;
  }

  .flink .fitem ul li a {
    font-size: 12px;
    padding: 0 0 0 13px;
    position: relative;
    border: none;
    background: none;
  }

  .flink .fitem ul li a:before {
    content: "";
    background: url(../../commonfiles/images/icons.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 8px;
    margin-top: -4px;
  }

  .fsite ul li a:hover,
  .flink .fitem ul li a:hover {
    color: #a9a8a8;
  }

  .fsite {
    position: relative;
    padding: 35px 0 100px;
  }

  .fsite .button {
    position: absolute;
    right: 0;
    top: 19px;
  }

  .fsite .button span {
    display: inline-block;
    position: relative;
    padding-left: 12px;
  }

  .fsite .button span:before {
    content: "";
    background: url(../../commonfiles/images/icons.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 8px;
    margin-top: -5px;
  }

  .fsite ul {
    text-align: left;
    padding: 0;
    width: 78.18%;
  }

  .fsite ul li {
    margin: 0 30px 0 0;
  }

  .fsite ul li a {
    font-size: 12px;
  }

  .fsite .btn-1 {
    width: 197px;
  }

  .copyright {
    font-size: 12px;
    padding: 0 0 27px;
  }
}

.fbrand {
  background: #eeeeee;
  padding: 17px 15px 14px;
}

.fbrand .title {
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 15px;
}

.fbrand ul {
  margin: 0 -2px;
}

.fbrand ul li {
  float: left;
  width: 50%;
  padding: 0 2px;
  display: block;
  margin: 0 0 2px;
}

.fbrand ul li a {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 9px;
  color: #fff;
}

/* -------------------------
FORM
-------------------------- */
.frm-inner {
  background-color: #eeeeee;
  padding: 25px 14px 0;
}
.frm-inner2 {
  padding: 25px 14px 0;
}

.table-1 {
  display: block;
  margin: 0;
  width: 100%;
}

.table-1 tbody {
  display: table;
  width: 100%;
}
.table-1 tr {
  width: 100%;
}

.table-1 td,
.table-1 th {
  display: block;
  text-align: left;
  font-weight: normal;
  font-style: normal;
}

.table-1 td {
  font-size: 11px;
  padding: 0 0 15px;
}

.table-1 th {
  font-weight: bold;
  font-size: 11px;
  padding-bottom: 7px;
}

.table-1.tbl-align-top th,
.table-1.tbl-align-top td {
  vertical-align: top;
}

.table-1.tbl-align-top th {
  padding-top: 0;
}

.table-1 th span {
  display: inline-block;
  font-size: 8px;
  vertical-align: middle;
  line-height: 0.8;
  margin-left: 4px;
}

.table-1 th em {
  font-style: normal;
  color: #e42c20;
  font-size: 8px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0.8;
  margin-left: 4px;
}

.table-1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-style input[type="text"],
.form-style input[type="email"],
.form-style input[type="tel"],
.form-style input[type="password"],
.form-style input[type="number"] {
  width: 100%;
  color: #222;
  font-size: 16px;
  border: 1px solid #aaaaaa;
  padding: 0 10px;
  height: 32px;
  outline: none;
}
input[type="text"]::-ms-clear {
  visibility: hidden;
}

.form-disabled {
  opacity: 0.5;
  pointer-events: none;
}

textarea {
  width: 100%;
  color: #222;
  font-size: 12px;
  border: 1px solid #aaaaaa;
  padding: 5px 10px;
  height: 150px;
  outline: none;
}

.form-style .sns {
  margin: 0 -4px;
}

.form-style .sns li {
  float: left;
  font-size: 0;
  padding: 0 4px;
  width: 33.33334%;
}

.form-style .sns li img {
  width: 100%;
}

.select-style-2 {
  position: relative;
  background-color: #fff;
  border: 1px solid #aaaaaa;
  height: 32px;
  overflow: hidden;
}

.select-style-2:after {
  content: "";
  width: 25px;
  height: 32px;
  background-color: #aaaaaa;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../../commonfiles/images/ico_select_sp.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  pointer-events: none;
}

.select-style-2 select {
  cursor: pointer;
  border: none;
  color: #7b7b7b;
  font-size: 16px;
  width: 100%;
  position: relative;
  z-index: 5;
  outline: none;
  padding: 0 0 0 6px;
  height: 32px;
  display: block;
  -webkit-appearance: menulist-button;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: -1px 0 0 -1px;
  background-color: transparent;
}
.select-style-2 select::-ms-expand {
  display: none;
}

.radio-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.radio-list li {
  float: left;
  padding-right: 5px;
  width: 33.3334%;
  max-width: 101px;
}

.radio-list li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.radio-list.radio-align li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.radio-list-1 li {
  width: auto;
  margin-right: 10px;
}

.radio-style label {
  padding: 0;
  font-size: 11px;
  position: relative;
}

.radio-style label span {
  width: 22px;
  height: 22px;
  background: url(../../commonfiles/images/ico_radio.png) no-repeat 0 0;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.radio-style input:checked + span {
  background-image: url(../../commonfiles/images/ico_radio_o.png);
}

.radio-style.gray label span {
  width: 18px;
  height: 18px;
  margin-bottom: 4px;
}

.radio-style.gray input:checked + span {
  background-image: url(../../commonfiles/images/ico_radio_gray.png);
}

.radio-style input {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

@media (max-width: 960px) {
  /*max-width: 766px*/
  .radio-list li.sec {
    clear: both;
    margin-top: 8px;
  }
}

@media (min-width: 961px) {
  /*min-width: 767px*/
  .radio-list li.sec {
    margin-top: -8px;
  }
}

.checkbox-style label {
  width: 100%;
  padding: 0;
  font-size: 11px;
  position: relative;
  line-height: 25px;
  display: inline-block;
  cursor: pointer;
}

.checkbox-style label span {
  width: 25px;
  height: 25px;
  background: url(../../commonfiles/images/ico_check_sp.png) no-repeat 0 0;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 3px;
}

.checkbox-style input:checked + span {
  background-image: url(../../commonfiles/images/ico_check_sp_o.png);
}

.checkbox-style input {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.date-list {
  margin: 0 -5px;
}

.date-list > div {
  float: left;
  padding: 0 5px;
  width: 30%;
}

.date-list > .year {
  width: 40%;
}

.id-num {
  margin-right: 5px;
  color: #f80;
}

.mtsp-10 {
  margin-top: 10px;
}

.input-list-5 {
  margin: 0 -5px !important;
}

.input-list-5 li {
  float: left;
  width: 50%;
  padding: 0 5px;
}

.phone-list {
  margin: 0 -8px !important;
}

.phone-list li {
  float: left;
  width: 37%;
  padding: 0 8px;
  position: relative;
}

.phone-list li:after {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #aaa;
  position: absolute;
  right: -3px;
  top: 50%;
}

.phone-list li:last-child:after {
  display: none;
}

.phone-list li:nth-child(1) {
  width: 26%;
}

.subfrm {
  text-align: center;
  padding: 30px 0 40px;
}

.frm-purchase .subfrm {
  padding: 0 0 30px 0;
}

.subfrm p {
  color: #aaaaaa;
  margin: 14px 0 0 0;
  font-size: 11px;
}

.btn-default {
  color: #fff;
  border: none;
  text-align: center;
  font-weight: bold;
  background: #f80;
  outline: none;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 100%;
  font-size: 11px;
  height: 42px;
}

.postal-code .text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px 0 5px;
  width: 28%;
}

.postal-code li {
  float: left;
  width: 30%;
  padding-right: 7px;
  position: relative;
}

.postal-code li:nth-child(1) input {
  width: 72%;
  display: inline-block;
  vertical-align: middle;
}

.postal-code li:nth-child(2) {
  width: 30%;
  padding-left: 7px;
}

.postal-code li:nth-child(3) {
  padding-left: 10px;
  padding-right: 0;
  width: 40%;
}

.postal-code li:nth-child(1):after {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #aaa;
  position: absolute;
  right: -3px;
  top: 50%;
}

.btn-second {
  border: none;
  background-color: #aaaaaa;
  text-align: center;
  color: #fff;
  font-size: 11px;
  height: 32px;
  padding: 0 14px;
  width: 100%;
}

.checkbox-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checkbox-list li {
  float: left;
  padding-right: 20px;
  margin-bottom: 5px;
}

.checkbox-list li:last-child {
  padding-right: 0;
}

.checkbox-list li .type {
  width: 160px;
}

.checkbox-list.checkbox-align li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.quantity-style {
  width: 78px;
  display: inline-block;
  position: relative;
}

.quantity-style .inc,
.quantity-style .dec {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  width: 7px;
  height: 5px;
  right: 10px;
  text-indent: -9999em;
  cursor: pointer;
}

.quantity-style .inc {
  background-image: url(../../commonfiles/images/ico_inc.png);
  top: 9px;
}

.quantity-style .dec {
  background-image: url(../../commonfiles/images/ico_dec.png);
  bottom: 9px;
}

.button-group a {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  background-color: #aaaaaa;
  margin-top: 10px;
  padding: 15px 0;
}

.button-group .btn-orange {
  background-color: #f80;
}

@media (min-width: 767px) {
  .quantity-style {
    width: 80px;
  }

  .quantity-style input {
    height: 64px !important;
  }

  .quantity-style .inc,
  .quantity-style .dec {
    width: 9px;
    height: 7px;
  }

  .quantity-style .inc {
    top: 22px;
  }

  .quantity-style .dec {
    bottom: 22px;
  }

  .frm-inner,
  .frm-inner2 {
    padding: 40px 30px 0 30px;
  }

  .table-1 {
    /*max-width: 856px;*/
  }

  .table-1 td,
  .table-1 th {
    display: table-cell;
    padding-bottom: 30px;
  }

  .table-1.tbl-align-top td,
  .table-1.tbl-align-top th {
    padding-bottom: 20px;
  }

  .table-1 th {
    width: 25.12%; /*width: 215px;*/
    font-size: 14px;
    padding-right: 15px;
    vertical-align: top;
    padding-top: 11px;
  }

  .table-1 th span {
    font-size: 10px;
    display: inline-block !important;
    margin-left: 5px;
  }

  .table-1 th em {
    font-size: 10px;
    margin-left: 5px;
  }

  .table-1 td {
    font-size: 14px;
  }

  .form-style .sns {
    margin: 0;
  }

  .form-style .sns li {
    padding: 0 15px 0 0;
    width: 171px;
  }

  .form-style input[type="text"],
  .form-style input[type="email"],
  .form-style input[type="tel"],
  .form-style input[type="password"],
  .form-style input[type="number"] {
    border-width: 2px;
    height: 40px;
    padding: 0 13px;
    font-size: 14px;
  }
  .form-style input:placeholder-shown {
    color: #cecece;
  }
  .form-style input::-webkit-input-placeholder {
    color: #cecece;
  }
  .form-style input:-ms-input-placeholder {
    color: #cecece;
  }
  .form-style input::-moz-placeholder {
    color: #cecece;
  }
  .form-style input[readonly="readonly"] {
    background-color: #eeeeee;
  }

  textarea {
    border-width: 2px;
    font-size: 14px;
    padding: 7px 13px;
    height: 180px;
  }
  .select-style-2 {
    height: 40px;
    border-width: 2px;
  }

  .select-style-2:after {
    width: 40px;
    height: 40px;
    background: #aaa url(../../commonfiles/images/icons.png) no-repeat -72px 15px;
    pointer-events: none;
    z-index: 5;
  }

  .select-style-2 select {
    font-size: 14px;
    height: 40px;
    padding: 0 0 0 16px;
    margin: -2px 0 0 -2px;
  }

  .radio-list li {
    padding-right: 0;
    width: 144px;
    max-width: inherit;
  }

  .radio-list-1 li {
    width: 115px;
    margin-right: 0;
  }

  .radio-style label {
    font-size: 14px;
  }

  .checkbox-list li {
    margin-bottom: 0;
  }

  .checkbox-style label {
    font-size: 12px;
  }

  .radio-style label span {
    margin-right: 10px;
  }

  .checkbox-style label span {
    background-image: url(../../commonfiles/images/ico_check.png);
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }

  .checkbox-style input:checked + span {
    background-image: url(../../commonfiles/images/ico_check_o.png);
  }

  .id-num {
    margin-right: 30px;
  }

  .mtpc-20 {
    margin-top: 20px;
  }

  .input-list-5 {
    margin: 0 -10px !important;
  }

  .input-list-5 li {
    padding: 0 10px;
  }

  .date-list {
    margin: 0 -10px;
  }

  .date-list > div {
    padding: 0 10px;
  }

  .date-list .year {
    width: 29.75%; /*width: 280px;*/
  }

  .date-list .day,
  .date-list .month {
    width: 160px;
  }

  .phone-list {
    margin: 0 -20px !important;
  }

  .phone-list li {
    padding: 0 20px;
  }

  .phone-list li:after {
    width: 12px;
    right: -5px;
  }

  .phone-list li:nth-child(1) {
    max-width: 200px;
  }

  .phone-list li:nth-child(2) {
    max-width: 241px;
  }

  .phone-list li:nth-child(3) {
    max-width: 239px;
  }

  .subfrm {
    padding: 60px 0 78px 0;
  }

  .frm-purchase .subfrm {
    padding: 0 0 48px 0;
  }

  .subfrm p {
    margin-top: 26px;
    font-size: 14px;
  }

  .btn-default {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    width: 300px;
    height: 64px;
    font-size: 16px;
  }

  .btn-default:hover {
    opacity: 0.7;
  }

  .postal-code .text {
    width: 30px;
    padding-left: 0;
  }

  .postal-code li:nth-child(1) {
    width: 190px;
    padding-right: 20px;
  }

  .postal-code li:nth-child(1) input {
    max-width: 140px;
  }

  .postal-code li:nth-child(2) {
    max-width: 240px;
    padding-left: 20px;
  }

  .postal-code li:nth-child(3) {
    width: 30%; /*width: 210px;*/
    padding-left: 30px;
    padding-right: 0;
  }

  .btn-second {
    height: 40px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
  }

  .btn-second:hover {
    opacity: 0.7;
  }

  .checkbox-list li {
    padding-right: 40px;
  }

  .button-group {
    overflow: hidden;
  }

  .button-group a {
    float: left;
    width: 31.4%; /*width: 270px;*/
    margin: 0 2.8% 0 0; /*margin: 0 23px 0 0;*/
    font-size: 14px;
    padding: 12px 0;
  }

  .button-group a:last-child {
    margin-right: 0;
  }

  .button-group a:hover {
    opacity: 0.7;
  }

  .button-group.vertical {
    width: 253px;
    padding-top: 0 !important;
    float: left;
  }

  .button-group.vertical a {
    display: block;
    margin: 0 0 20px;
    float: none;
    width: 100%;
  }
  .socialLoginButton {
    width: 50%;
    min-width: 270px;
  }
}

/* -------------------------
RELATED
-------------------------- */
.related-block {
  clear: both;
  margin: 0 0 10px 0;
}

.related-block .head-wrap {
  padding: 0 30px;
  margin-bottom: 12px;
  position: relative;
}

.related-block .head-wrap p {
  font-weight: bold;
  font-size: 13px;
  margin: 0;
}

.related-block .head-wrap p .orange {
  color: #f80;
}

.related-block .head-wrap a {
  color: #222;
  text-decoration: none;
  font-size: 9px;
  position: absolute;
  right: 30px;
  top: 0;
}

.product-1 figure {
  margin: 0;
  padding: 0 10px 10px;
  font-size: 0;
}

.product-1 figure img {
  width: 100%;
}

.product-1 h3 {
  margin: 0 0 8px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}

.product-1 h3 a {
  text-decoration: none;
  color: #222;
}

.product-1 h3 a:hover {
  opacity: 0.7;
}

.product-1 .head-dotbg {
  margin-bottom: 10px;
  font-size: 14px;
  background: url(../../commonfiles/images/bg_dot.png) repeat-x left bottom;
  padding: 0 10px 15px;
}

.product-1 .text {
  margin: 0 0 10px;
  padding: 0 10px;
}

.product-1 .text span {
  display: block;
  font-size: 9px;
  line-height: 1.4;
}

.product-1 .price {
  font-size: 12px;
  margin: 0;
  padding: 0 20px 0 10px;
  font-weight: bold;
}

.product-1 .order-now {
  font-size: 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.product-1 .order-now .ico-cart {
  width: 24px;
  height: 24px;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  background: url(../../commonfiles/images/ico_cart_sp.png) no-repeat 0 0;
  background-size: 100% 100%;
}

@media (min-width: 767px) {
  .related-block {
    margin: 0 0 20px 0;
  }

  .related-block .head-wrap {
    margin-bottom: 20px;
  }

  .related-block .head-wrap p {
    font-size: 16px;
  }

  .related-block .head-wrap a {
    font-size: 12px;
  }

  .related-block .head-wrap a:hover {
    opacity: 0.7;
  }

  .product-1 figure {
    padding: 0 15px 10px;
  }

  .product-1 h3 {
    font-size: 12px;
    font-weight: normal;
    padding: 0 15px;
  }

  .product-1 .text {
    padding: 0 15px;
  }

  .product-1 .head-dotbg {
    font-size: 14px;
    padding: 0 15px 20px;
  }

  .product-1 .text span {
    font-size: 12px;
  }

  .product-1 .price {
    font-weight: normal;
    font-size: 12px;
    padding: 0 15px;
  }

  .product-1 .order-now {
    position: inherit;
    right: inherit;
    bottom: inherit;
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    background-color: #f80;
    margin: 22px 15px 0;
    padding: 8px 0 8px 7px;
  }

  .product-1 .order-now:hover {
    opacity: 0.7;
  }

  .product-1 .order-now .ico-cart {
    width: 15px;
    height: 15px;
    background: url(../../commonfiles/images/icons.png) no-repeat -21px -51px;
    margin-right: 3px;
  }
}

.product-box {
  background-color: #eeeeee;
  padding: 14px 7px 0;
}

.product-box.nonbg {
  background-color: transparent;
}

.product-box .box-item {
  float: left;
  width: 50%;
  padding: 0 7px;
  margin-bottom: 14px;
}

.showmore-wrap-2 .box-item,
.showmore-wrap .box-item {
  display: none;
}

.product-box .box-item .product-1 {
  background-color: #fff;
  padding: 13px 0;
  position: relative;
}

@media (min-width: 767px) {
  .product-box {
    padding: 40px 32px;
  }

  .product-box.nonbg {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-box .box-item {
    width: 20%;
  }
}

/*-------------------
SHIPDATE
--------------------*/

.shipdate {
  margin-top: 30px;
}

/* --------------------------
CART
--------------------------- */
.frm-cart .total {
  border-top: 1px solid #aaa;
  margin-left: -15px;
  margin-right: -15px;
  padding: 14px 15px 15px;
}

.frm-cart .total table {
  width: 100%;
  font-size: 11px;
}

.frm-cart .total table th {
  text-align: left;
  padding: 4px 0;
}

.frm-cart .total table td {
  text-align: right;
  font-weight: bold;
  color: #f80;
  padding: 4px 0;
}

.frm-cart .total table td span {
  font-weight: normal;
  color: #222;
}

@media (min-width: 767px) {
  .frm-cart .total {
    margin-right: -30px;
    margin-left: -30px;
    padding: 28px 30px;
  }

  .frm-cart .total div {
    text-align: right;
    font-size: 0;
  }

  .frm-cart .total div span {
    display: inline-block;
    margin-left: 30px;
    font-size: 14px;
  }

  .frm-cart .total div .nu {
    font-weight: bold;
    color: #f80;
  }

  .frm-cart .total div em {
    font-style: normal;
    color: #222;
    font-size: 10px;
    font-weight: normal;
  }
}

.text-list li {
  float: left;
  margin-right: 10px;
  margin-bottom: 8px;
}

@media (min-width: 767px) {
  .text-list li {
    margin-right: 18px;
  }
}

.profile-block figure {
  padding: 0;
  margin: 0;
  font-size: 0;
}

.profile-block .image {
  margin-bottom: 15px;
}

.profile-block .image img {
  width: 100%;
}

.profile-block .image figure {
  margin-bottom: 15px;
}

.profile-block dl {
  margin: 0;
  padding: 0;
}

.profile-block dl dt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

.profile-block dl dd {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px;
  line-height: 1.4;
}

@media (min-width: 767px) {
  .profile-block {
    position: relative;
  }

  .profile-block dl {
    padding-bottom: 25px;
  }

  .profile-block .link {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }

  .profile-block .image {
    float: left;
    width: 33.4%;
    margin-bottom: 0;
  }

  .profile-block .image figure {
    margin-bottom: 32px;
  }

  .profile-block .cont {
    float: left;
    width: 66.6%;
    padding-left: 30px;
  }
}

.table-2 {
  width: 100%;
  border: 1px solid #dddddd;
}

.table-2 em {
  font-style: normal;
  color: #e42c20;
}

.table-2 thead th {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #eeeeee;
  padding: 5px 0px 5px 10px;
}

.table-2 tbody td {
  font-size: 14px;
  line-height: 1.5;
  padding: 5px 0px 5px 10px;
  border-bottom: 1px solid #dddddd;
}

.table-2 tbody tr:last-child td {
  border-bottom: none;
}

.table-2 tbody td img {
  vertical-align: middle;
}

.table-2 tbody td figure {
  background-color: #eeeeee;
  padding: 4px 14px;
  margin: 0;
  display: inline-block;
  font-size: 0;
}

.charity-detail-table tbody tr:last-child td {
  border-bottom: 1px solid #dddddd;
}

@media (max-width: 766px) {
  .table-sp {
    overflow-x: auto;
    width: 100%;
  }

  .table-sp table {
    width: 1200px;
  }
}

@media (min-width: 767px) {
  .table-sp table colgroup {
    display: none;
  }
}

.radio-accord {
  border: 1px solid #e0e0e0;
}

.radio-accord .item {
  border-bottom: 1px solid #e0e0e0;
}

.radio-accord .item:last-child {
  border-bottom: none;
}

.radio-accord .title {
  position: relative;
  margin: 0;
  padding: 10px 15px;
  background-color: #eeeeee;
}

.radio-accord .title em {
  font-style: normal;
  font-size: 10px;
}

.radio-accord .accord-in {
  width: 70%;
  height: 100%;
  background: url(../../commonfiles/images/accord_down.png) no-repeat 95% center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.radio-accord .accord-in.opened {
  background-image: url(../../commonfiles/images/accord_up.png);
}

.radio-accord .accord-content {
  padding: 15px 15px 15px;
  display: none;
}

.accord-content-c {
  padding: 20px;
}
.radio-accord div.can-not-use-payment {
  background-image: none;
  text-align: right;
  margin-right: 30px;
  cursor: default;
}
.radio-accord div.can-not-use-payment p {
  background-image: none;
  text-align: right;
  vertical-align: middle;
  color: red;
}

.radio-accord .accord-in.opened.can-not-use-payment {
  background-image: none;
}

@media (max-width: 767px) {
  .radio-accord div.can-not-use-payment {
    font-size: 11px;
  }
  .radio-accord div.can-not-use-payment p {
    max-width: 150px;
    float: right;
  }
}
@media (min-width: 767px) {
  .radio-accord .radio-style label {
    font-size: 16px;
  }

  .radio-accord .title {
    padding: 16px 30px;
  }

  .radio-accord .title:after {
    right: 30px;
  }

  .radio-accord .title em {
    font-size: 12px;
  }

  .radio-accord .accord-content {
    padding: 28px 30px 28px 65px;
  }
}

.search-style {
  position: relative;
}

.search-style input[type="text"] {
  width: 100%;
  border: 2px solid #aaaaaa;
  font-size: 12px;
  padding: 7px 40px 7px 15px;
  color: #222;
}

.search-style button {
  border: none;
  background: #aaaaaa;
  cursor: pointer;
  outline: none;
  font-size: 0;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
}

.search-style button span {
  display: block;
  position: relative;
  height: 100%;
}

.search-style button span:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../commonfiles/images/icons.png) no-repeat -31px -21px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
}

@media (min-width: 767px) {
  .search-style input[type="text"] {
    padding: 10px 40px 10px 20px;
    font-size: 14px;
    height: 40px;
  }

  .search-style button {
    width: 40px;
    height: 40px;
  }
}
.date-issue {
  position: relative;
}
.date-issue .year {
  width: 60%;
  float: left;
}
.date-issue .month {
  width: 40%;
  float: left;
  padding-left: 10px;
}
.date-issue .date-item1 .year:first-child {
  margin-bottom: 30px;
}
.date-issue:before {
  content: "〜";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -6px;
}
.date-issue2 {
  position: relative;
}
.date-issue2:before {
  content: "または";
  position: absolute;
  left: 45%;
  top: 50%;
  margin: -8px 0 0 -6px;
}
.date-issue2 .date-item {
  margin-bottom: 30px;
}
.date-issue .connect .select-style-2:first-child {
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .date-issue {
    margin: 0 -20px;
  }
  .date-issue .date-item {
    float: left;
    width: 50%;
    padding: 0 20px;
  }
  .date-issue:before {
    left: 50%;
    top: 50%;
  }
  .date-issue .date-item1 .year {
    margin: 0;
  }
  .date-issue2 {
    margin: 0 0 0 -20px;
  }
  .date-issue .connect .select-style-2:first-child {
    margin: 0;
  }
  .date-issue2:before {
    left: 41%;
    top: 50%;
  }
  .date-issue2 .date-item {
    float: left;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 0;
  }
  .date-issue2 .date-item .weekday {
    width: 80%;
  }
}

@media (min-width: 767px) {
  .search-2 .select-style {
    width: 110px;
    float: left;
    height: 40px;
  }

  .search-2 .select-style select {
    height: 40px;
    padding: 0 10px;
  }

  .search-2 .s-input {
    width: 530px;
    float: left;
  }
}

.box {
  border: 1px solid #dedede;
}

.box .box-inner {
  padding: 10px 15px 15px;
}

.box.box-title .box-inner {
  padding-top: 0;
}

.box.box-title .title {
  background: #eeeeee;
  padding: 18px 30px;
  margin-bottom: 27px;
}

.box.box-title .title ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.box.box-title .title ul li {
  float: left;
  padding-right: 40px;
}

.box.box-title .title ul li strong {
  margin-right: 5px;
}

.box p {
  margin: 0;
}

.box figure {
  margin: 0;
  padding: 0;
}

.box figure img {
  max-width: 100%;
}

.dl-list {
  margin: 0;
}

.dl-list dt {
  font-weight: bold;
  font-size: 14px;
}

.dl-list dd {
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
}

.dl-list dd:last-child {
  margin-bottom: 0;
}

.radio-accord .dl-list dd {
  padding: 0 0 0 0;
}

.radio-accord .price {
  color: #e42c20;
  margin: 0 0 3px;
}

.notice-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.notice-wrap ul li {
  float: left;
  padding-right: 35px;
}

.notice-wrap ul li:last-child {
  padding-right: 0;
}

.notice-wrap .notice-item {
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding: 15px 15px 15px;
}

.notice-wrap .notice-item:last-child {
  border-bottom: none;
}

.notice-wrap .notice-item h3 {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 15px;
}

.notice-wrap .notice-item a {
  width: 160px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: normal;
}

@media (min-width: 767px) {
  .box .box-inner {
    padding: 27px 30px 30px;
  }

  .notice-wrap ul {
    margin: 0;
  }

  .notice-wrap .notice-item a {
    position: absolute;
    right: 30px;
    top: 25px;
  }

  .notice-wrap .notice-item {
    padding: 20px 30px;
  }

  .dl-list dd {
    padding: 0 0 0 210px;
    margin: -1.3em 0 15px 0;
    min-height: 20px;
  }

  .dl-list.address-add-confirm dd {
    padding: 0 0 0 250px;
  }

  .radio-accord .dl-list dd {
    padding: 0 0 0 156px;
  }
}

.paging {
  font-size: 0;
  text-align: center;
}

.paging a {
  display: inline-block;
  font-size: 14px;
  width: 38px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background-color: #fff1e5;
  text-decoration: none;
  margin: 0 3px 6px;
}

.paging_omit {
  display: inline-block;
  font-size: 14px;
  width: 38px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background-color: #fff1e5;
  text-decoration: none;
  margin: 0 3px 6px;
}

.paging a.current {
  opacity: 1 !important;
  color: #fff;
  background-color: #f80;
}

@media (min-width: 767px) {
  .paging a {
    margin-bottom: 0;
  }

  .paging a:hover {
    opacity: 0.7;
  }

  .steplist {
    margin-bottom: 55px;
    margin-top: -9px;
  }

  .steplist ul {
    list-style: none;
    padding: 0 13px 0 0;
    margin: 0;
    overflow: hidden;
  }

  .steplist ul li {
    float: left;
    font-size: 12px;
    text-align: center;
    background: #dedede;
    width: 20%;
    height: 30px;
    line-height: 30px;
    position: relative;
  }

  .steplist ul li:after {
    content: "";
    width: 15px;
    height: 30px;
    background: url(../../commonfiles/images/bg_step.png) no-repeat 0 0;
    position: absolute;
    right: -13px;
    top: 0;
    z-index: 11;
  }

  .steplist ul li.active {
    background-color: #f80;
    color: #fff;
  }

  .steplist ul li.active:after {
    background-image: url(../../commonfiles/images/bg_step_o.png);
  }
}

.credit-card {
  overflow: hidden;
  margin-top: 20px;
}

.credit-card figure {
  margin: 0 0 10px;
  padding: 0;
  font-size: 0;
  text-align: center;
}

.credit-card figure img {
  max-width: 100%;
}

.credit-card p {
  padding: 0;
  margin: 0;
}

@media (min-width: 767px) {
  .credit-card figure {
    float: left;
    margin: 0;
  }

  .credit-card p {
    padding: 0 0 0 170px;
  }
}

.radio-icon {
  margin: 0;
  padding: 0;
  list-style: none;
}

.radio-icon li {
  padding: 0 0 15px 0;
}

.radio-icon li:last-child {
  padding-bottom: 0;
}

.date-style {
  background-color: #eeeeee;
  border: 1px solid #dedede;
  padding: 20px 50px;
  position: relative;
}

.date-prev,
.date-next {
  position: absolute;
  top: 27px;
  font-size: 0;
  background-image: url(../../commonfiles/images/icons.png);
  background-repeat: no-repeat;
  text-decoration: none;
  width: 14px;
  height: 18px;
}

.date-next {
  right: 18px;
  background-position: -86px -21px;
}

.date-prev {
  left: 18px;
  background-position: -86px -44px;
}

.date-style .inner {
  position: relative;
}

.date-style input[type="text"] {
  color: #222;
  text-align: center;
  font-size: 14px;
  width: 100%;
  border: 1px solid #dedede;
  background-color: #fff;
  padding: 7px 10px;
  outline: none;
}

.date-style button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -11px 0 0 0;
  width: 20px;
  height: 21px;
}

.date-style button img {
  width: 100%;
}

@media (min-width: 767px) {
  .date-style input[type="text"] {
    font-size: 18px;
    padding: 5px 10px;
  }

  .date-prev,
  .date-next {
    /*top: 35px;*/
  }

  .date-style button {
    width: 30px;
    height: 33px;
    margin: -17px 0 0 0;
  }
}

.frm-cart.no-img .total .change_quan {
  text-align: center;
  margin-bottom: 30px;
}
.frm-cart.no-img .total .change_quan a {
  font-size: 14px;
  color: #fff;
  background: #aaa;
  padding: 10px;
  text-decoration: none;
}
.no-img .frm-inner {
  border: 1px solid #aaa;
  border-top: none;
  padding-bottom: 30px;
}

@media (min-width: 767px) {
  .frm-cart.no-img .total .change_quan {
    text-align: right;
    margin: 0 0 30px 0;
  }
  .frm-cart.no-img .total .change_quan a {
    font-size: 14px;
    color: #fff;
    background: #aaa;
    padding: 10px;
    text-decoration: none;
  }
  .no-img .button-group a {
    width: 48.6%;
    padding: 23px 0;
    font-size: 16px;
  }
}

/* ---------------------------
MY PAGE
----------------------------- */
.mypage-menu.sp {
  margin-bottom: 35px;
}

.mypage-menu .title {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-color: #f80;
  position: relative;
  padding: 22px 0 22px 15px;
}

.mypage-menu .title:after {
  content: "";
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  background-image: url(../../commonfiles/images/ico_open_w_sp.png);
}

.mypage-menu .title.opened:after {
  background-image: url(../../commonfiles/images/ico_close_w_sp.png);
}

.mypage-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #aaaaaa;
}

.mypage-menu ul li {
  float: left;
  width: 50%;
  border-bottom: 1px solid #aaaaaa;
}

.mypage-menu ul li:nth-child(2n) {
  border-left: 1px solid #aaaaaa;
}

.mypage-menu ul li a {
  display: block;
  text-decoration: none;
  background-color: #fff1e5;
  position: relative;
  padding: 16px 0 16px 42px;
  color: #222;
  font-size: 11px;
}

.mypage-menu ul li.active a {
  background-color: #f80;
  color: #fff;
}

.mypage-menu ul li a span {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 14px;
  top: 50%;
  margin-top: -11px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.mypage-menu ul li.w100 {
  width: 100%;
}

.mypage-menu ul li.w100 a {
  padding: 1rem;
}

.mypage-menu ul li.h-auto {
  height: auto;
}

.ico-mypage1 {
  background-image: url(../../commonfiles/images/ico_mypage01.png);
}
.ico-mypage2 {
  background-image: url(../../commonfiles/images/ico_mypage02.png);
}
.ico-mypage3 {
  background-image: url(../../commonfiles/images/ico_mypage03.png);
}
.ico-mypage4 {
  background-image: url(../../commonfiles/images/ico_mypage04.png);
}
.ico-mypage5 {
  background-image: url(../../commonfiles/images/ico_mypage05.png);
}
.ico-mypage6 {
  background-image: url(../../commonfiles/images/ico_mypage06.png);
}
.ico-mypage7 {
  background-image: url(../../commonfiles/images/ico_mypage07.png);
}
.ico-mypage8 {
  background-image: url(../../commonfiles/images/ico_mypage08.png);
}
.ico-mypage9 {
  background-image: url(../../commonfiles/images/ico_mypage09.png);
}
.ico-mypage10 {
  background-image: url(../../commonfiles/images/ico_mypage10.png);
}
.ico-mypage11 {
  background-image: url(../../commonfiles/images/ico_mypage11.png);
}
.ico-mypage12 {
  background-image: url(../../commonfiles/images/ico_mypage12.png);
}
.ico-mypage13 {
  background-image: url(../../commonfiles/images/ico_mypage13.png);
}
.ico-mypage14 {
  background-image: url(../../commonfiles/images/ico_mypage14.png);
}
.ico-mypage15 {
  background-image: url(../../commonfiles/images/ico_mypage15.png);
}
.ico-mypage16 {
  background-image: url(../../commonfiles/images/ico_mypage16.png);
}
.ico-mypage17 {
  background-image: url(../../commonfiles/images/ico_mypage17.png);
}
.ico-mypage18 {
  background-image: url(../../commonfiles/images/ico_mypage18.png);
}
.ico-mypage19 {
  background-image: url(../../commonfiles/images/ico_mypage19.png);
}
.ico-mypage20 {
  background-image: url(../../commonfiles/images/ico_mypage20.png);
}
.ico-mypage21 {
  background-image: url(../../commonfiles/images/ico_mypage21.png);
}
.ico-mypage22 {
  background-image: url(../../commonfiles/images/ico_mypage22.png);
}
.mypage-menu ul li.active a .ico-mypage1 {
  background-image: url(../../commonfiles/images/ico_mypage01_o.png);
}
.mypage-menu ul li.active a .ico-mypage2 {
  background-image: url(../../commonfiles/images/ico_mypage02_o.png);
}
.mypage-menu ul li.active a .ico-mypage3 {
  background-image: url(../../commonfiles/images/ico_mypage03_o.png);
}
.mypage-menu ul li.active a .ico-mypage4 {
  background-image: url(../../commonfiles/images/ico_mypage04_o.png);
}
.mypage-menu ul li.active a .ico-mypage5 {
  background-image: url(../../commonfiles/images/ico_mypage05_o.png);
}
.mypage-menu ul li.active a .ico-mypage6 {
  background-image: url(../../commonfiles/images/ico_mypage06_o.png);
}
.mypage-menu ul li.active a .ico-mypage7 {
  background-image: url(../../commonfiles/images/ico_mypage07_o.png);
}
.mypage-menu ul li.active a .ico-mypage8 {
  background-image: url(../../commonfiles/images/ico_mypage08_o.png);
}
.mypage-menu ul li.active a .ico-mypage9 {
  background-image: url(../../commonfiles/images/ico_mypage09_o.png);
}
.mypage-menu ul li.active a .ico-mypage10 {
  background-image: url(../../commonfiles/images/ico_mypage10_o.png);
}
.mypage-menu ul li.active a .ico-mypage11 {
  background-image: url(../../commonfiles/images/ico_mypage11_o.png);
}
.mypage-menu ul li.active a .ico-mypage12 {
  background-image: url(../../commonfiles/images/ico_mypage12_o.png);
}
.mypage-menu ul li.active a .ico-mypage13 {
  background-image: url(../../commonfiles/images/ico_mypage13_o.png);
}
.mypage-menu ul li.active a .ico-mypage14 {
  background-image: url(../../commonfiles/images/ico_mypage14_o.png);
}
.mypage-menu ul li.active a .ico-mypage15 {
  background-image: url(../../commonfiles/images/ico_mypage15_o.png);
}
.mypage-menu ul li.active a .ico-mypage16 {
  background-image: url(../../commonfiles/images/ico_mypage16_o.png);
}
.mypage-menu ul li.active a .ico-mypage17 {
  background-image: url(../../commonfiles/images/ico_mypage17_o.png);
}
.mypage-menu ul li.active a .ico-mypage18 {
  background-image: url(../../commonfiles/images/ico_mypage18_o.png);
}
.mypage-menu ul li.active a .ico-mypage19 {
  background-image: url(../../commonfiles/images/ico_mypage19_o.png);
}
.mypage-menu ul li.active a .ico-mypage20 {
  background-image: url(../../commonfiles/images/ico_mypage20_o.png);
}
.mypage-menu ul li.active a .ico-mypage21 {
  background-image: url(../../commonfiles/images/ico_mypage21_o.png);
}
.mypage-menu ul li.active a .ico-mypage22 {
  background-image: url(../../commonfiles/images/ico_mypage22_o.png);
}

@media (min-width: 767px) {
  .mypage-menu ul,
  .mypage-menu ul li {
    border: none !important;
  }

  .mypage-menu ul {
    display: block !important;
    margin: 0 -5px !important;
  }

  .mypage-menu ul li {
    padding: 0 5px 10px;
    height: 110px;
  }

  .mypage-menu ul li a {
    padding: 12px 5px 18px;
    text-align: center;
    font-size: 12px;
    height: 100%;
  }

  .mypage-menu ul li a span {
    position: inherit;
    left: inherit;
    top: inherit;
    margin: 0 auto 5px;
    display: block;
    width: 40px;
    height: 40px;
  }

  .mypage-menu ul li a:hover {
    background-color: #f80;
    color: #fff;
  }

  .mypage-menu ul li a:hover .ico-mypage1 {
    background-image: url(../../commonfiles/images/ico_mypage01_o.png);
  }
  .mypage-menu ul li a:hover .ico-mypage2 {
    background-image: url(../../commonfiles/images/ico_mypage02_o.png);
  }
  .mypage-menu ul li a:hover .ico-mypage3 {
    background-image: url(../../commonfiles/images/ico_mypage03_o.png);
  }
  .mypage-menu ul li a:hover .ico-mypage4 {
    background-image: url(../../commonfiles/images/ico_mypage04_o.png);
  }
  .mypage-menu ul li a:hover .ico-mypage5 {
    background-image: url(../../commonfiles/images/ico_mypage05_o.png);
  }
  .mypage-menu ul li a:hover .ico-mypage6 {
    background-image: url(../../commonfiles/images/ico_mypage06_o.png);
  }
  .mypage-menu ul li a:hover .ico-mypage7 {
    background-image: url(../../commonfiles/images/ico_mypage07_o.png);
  }
  .mypage-menu ul li a:hover .ico-mypage8 {
    background-image: url(../../commonfiles/images/ico_mypage08_o.png);
  }
  .mypage-menu ul li a:hover .ico-mypage9 {
    background-image: url(../../commonfiles/images/ico_mypage09_o.png);
  }
  .mypage-menu ul li a:hover .ico-mypage10 {
    background-image: url(../../commonfiles/images/ico_mypage10_o.png);
  }
  .mypage-menu ul li a:hover .ico-mypage11 {
    background-image: url(../../commonfiles/images/ico_mypage11_o.png);
  }
  .mypage-menu ul li a:hover .ico-mypage12 {
    background-image: url(../../commonfiles/images/ico_mypage12_o.png);
  }
  .mypage-menu ul li a:hover .ico-mypage13 {
    background-image: url(../../commonfiles/images/ico_mypage13_o.png);
  }
  .mypage-menu ul li a:hover .ico-mypage14 {
    background-image: url(../../commonfiles/images/ico_mypage14_o.png);
  }
  .mypage-menu ul li a:hover .ico-mypage15 {
    background-image: url(../../commonfiles/images/ico_mypage15_o.png);
  }
  .mypage-menu ul li a:hover .ico-mypage16 {
    background-image: url(../../commonfiles/images/ico_mypage16_o.png);
  }
  .mypage-menu ul li a:hover .ico-mypage17 {
    background-image: url(../../commonfiles/images/ico_mypage17_o.png);
  }
  .mypage-menu ul li a:hover .ico-mypage18 {
    background-image: url(../../commonfiles/images/ico_mypage18_o.png);
  }
  .mypage-menu ul li a:hover .ico-mypage19 {
    background-image: url(../../commonfiles/images/ico_mypage19_o.png);
  }
  .mypage-menu ul li a:hover .ico-mypage20 {
    background-image: url(../../commonfiles/images/ico_mypage20_o.png);
  }
  .mypage-menu ul li a:hover .ico-mypage21 {
    background-image: url(../../commonfiles/images/ico_mypage21_o.png);
  }
  .mypage-menu ul li a:hover .ico-mypage22 {
    background-image: url(../../commonfiles/images/ico_mypage22_o.png);
  }
}

.widget .refine .select-style-2:after {
  background: #eeeeee;
  border-left: 2px solid #aaaaaa;
}

.widget .refine .select-style-2:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #666666;
  position: absolute;
  right: 13px;
  top: 50%;
  margin: -3px 0 0 -4px;
  z-index: 5;
}

@media (min-width: 767px) {
  .widget .refine .select-style-2:after {
    width: 36px;
    height: 36px;
  }
}

.tabradio-content .tabradio-item {
  opacity: 0;
  height: 0;
  display: none;
}

.tabradio-content .tabradio-item.hide {
  opacity: 0;
  height: 0;
  display: none;
}

.tabradio-content .tabradio-item.show {
  opacity: 1;
  height: auto;
  display: block;
}

.select-multiple {
  border: 2px solid #aaaaaa;
  width: 100%;
  outline: none;
  padding: 5px 0;
  min-height: 100px;
}
@media (max-width: 766px) {
  #sidebar.pull-left {
    float: none !important;
  }
  #content.pull-right {
    float: none !important;
  }
  .result-show {
    margin-bottom: 20px;
  }
  .result101-wrap {
    position: relative;
  }
  .result101-wrap #sidebar {
    position: absolute;
    right: 0;
    top: 0;
  }
  .criteria-wrap {
    position: relative;
  }
  .criteria-wrap .dropdown {
    margin: 0;
  }
  .criteria-wrap .dropdown span {
    cursor: pointer;
    text-decoration: underline;
    font-weight: normal;
    color: red;
  }
  .criteria-wrap .dropdown:before {
    content: "+ ";
    color: red;
  }
  .criteria-wrap .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 20px;
    width: 240px;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 11;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
  }
  .table-sp-2 {
    width: 100% !important;
    border: none;
  }
  .table-sp-2 thead {
    display: none;
  }
  .table-sp-2 tbody tr {
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #dddddd;
  }
  .table-sp-2 tbody td {
    display: table;
    border: 1px solid #dddddd;
    border-bottom: none;
    padding: 0;
    width: 100%;
  }
  .table-sp-2 tbody td span {
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
  }
  .table-sp-2 tbody td > span:nth-child(1) {
    width: 100px;
    border-right: 1px solid #ddd;
  }
}
@media (min-width: 767px) {
  .result-show {
    margin: 0 0 -26px;
  }
  .criteria-wrap .dropdown-content {
    display: block !important;
  }
  .table-sp-2 tbody td span:nth-child(1),
  .table-sp-2 tbody th {
    display: none !important;
  }
}
.popup-content {
  display: none;
}
.filter-popup {
  padding: 10px 15px 10px;
  z-index: 11;
}
.filter-popup .close {
  font-size: 0;
  width: 17px;
  display: block;
  height: 17px;
  background: url(../../commonfiles/images/btn_close_white.png) no-repeat 0 0 /
    cover;
  position: absolute;
  right: 0;
  top: -32px;
}
.popup-overlay {
  display: none;
}
.popup-inner {
  position: relative;
}
.search-result {
  position: relative;
}
.search-result > h1 {
  border-left: 3px solid #f80;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
}
.filt-list {
  background-color: rgba(255, 241, 229, 0.95);
  clear: both;
  padding: 0;
  border: 4px solid #f87301;
}
.filt-list .filt-item {
  padding: 0 0 7px;
  border-bottom: 1px solid #f87301;
}
.filt-list .filt-item:last-child {
  border-bottom: none;
}
.filt-list .filt-item .filt-title {
  font-weight: bold;
  padding: 7px 20px 8px;
  margin: 0;
  font-size: 14px;
  border-bottom: 1px solid #f87301;
}
.filt-list .filt-item > ul {
  padding: 13px 20px 0;
}
.filt-list .filt-item .arrow-list li {
  margin-bottom: 5px;
  line-height: 1.2;
}
.filt-list .filt-item .arrow-list li a {
  font-size: 14px;
}
.filt-list .filt-item .arrow-list li:before {
  top: 5px;
  margin: 0;
}
.banner-full {
  font-size: 0;
  margin-bottom: 20px;
}
.banner-full img {
  width: 100%;
}
.coupon-item {
  margin-bottom: 15px;
}
.coupon-item .left {
  font-size: 16px;
  background-color: #eeeeee;
  padding: 10px;
  text-align: center;
}
.coupon-item .left span.txt {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
}
.coupon-item .left span.lbl {
  font-size: 9px;
  color: #fff;
  padding: 5px 15px;
  background-color: #f80;
  display: inline-block;
  margin-bottom: 8px;
}
.coupon-item .left .cell {
  padding: 25px 15px;
  background-image: url(../../commonfiles/images/bg_line1.png),
    url(../../commonfiles/images/bg_line2.png),
    url(../../commonfiles/images/bg_line1.png),
    url(../../commonfiles/images/bg_line2.png);
  background-position: left top, left top, right top, left bottom;
  background-repeat: repeat-y, repeat-x, repeat-y, repeat-x;
  background-size: 1px auto, auto 1px, 1px auto, auto 1px;
}
.coupon-item .right {
  border: 1px solid #dedede;
  border-top: none;
  padding: 15px;
}
.coupon-item .right > span {
  display: block;
  font-weight: bold;
  font-size: 11px;
}
.coupon-item .right .dl-list {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 12px;
}
.coupon-item .right .dl-list dt {
  font-size: 12px;
}
.coupon-item .right .dl-list dd {
  padding-left: 60px;
  margin-bottom: 2px;
  margin-top: -1.3em;
}
.coupon-item .right .dat {
  background-color: #fff1e5;
  text-align: center;
  padding: 7px 10px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.coupon-item .right h4 {
  font-weight: bold;
  font-size: 11px;
  margin: 0;
  padding: 0;
}
@media (max-width: 766px) {
  .popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 29, 29, 0.8);
    z-index: 11;
    display: none;
  }
  .filter-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 70px;
    z-index: 12;
  }
  .scrollbar {
    overflow: auto;
    height: 500px;
  }
}
@media (min-width: 767px) {
  .popup-overlay {
    display: none !important;
  }
  .filter-popup {
    background: none;
    padding: 0 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  .filt-list {
    padding: 30px;
    border-width: 2px;
  }
  .filt-list .filt-item {
    width: 20%;
    float: left;
    padding: 0 10px;
    border: none;
  }
  .filt-list .filt-item .filt-title {
    border: none;
    padding: 7px 0 12px;
    font-size: 16px;
  }
  .filt-list .filt-item > ul {
    padding: 0;
  }
  .filt-list .filt-item .arrow-list li a {
    font-size: 14px;
  }
  .filter-popup .close {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 12px;
    top: 12px;
    background-image: url(../../commonfiles/images/btn_close.png);
  }
  .coupon-item {
    overflow: hidden;
    padding: 20px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
  }
  .coupon-item .left {
    float: left;
    width: 290px;
  }
  .coupon-item .left .table {
    display: table;
    height: 100%;
    width: 100%;
  }
  .coupon-item .left .cell {
    display: table-cell;
    vertical-align: middle;
    padding: 40px 15px;
  }
  .coupon-item .right {
    padding: 0 0 0 310px;
    border: none;
  }
  .coupon-item .left span.lbl {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .coupon-item .left span.txt {
    font-size: 16px;
  }
  .coupon-item .right .dat,
  .coupon-item .right > span {
    font-size: 16px;
  }
  .coupon-item .right .dl-list {
    margin-bottom: 7px;
  }
  .coupon-item .right .dl-list,
  .coupon-item .right .dl-list dt {
    font-size: 14px;
  }
  .coupon-item .right .dl-list dd {
    padding-left: 75px;
  }
}
@media (min-width: 767px) and (max-width: 1100px) {
  .main-menu > li {
    float: left;
    padding-right: 1%;
    width: 11%;
    box-sizing: border-box;
  }
}

.main-image {
  margin-bottom: 40px;
}
.main-image img {
  width: 100%;
}
.main-info h1 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: bold;
}
.main-info .label {
  margin-bottom: 15px;
}
.main-info .label span {
  background-color: #f80;
  font-size: 12px;
  color: #fff;
  padding: 0 6px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  font-weight: bold;
}
.main-info .info-list {
  text-align: left;
  font-size: 0;
  margin-bottom: 25px;
}
.main-info .info-list .i-item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  width: 112px;
  height: 28px;
  line-height: 28px;
  margin-right: 12px;
  background-color: #ffb200;
  text-decoration: none;
  outline: none;
  margin-bottom: 10px;
}
.main-info .info-list .i-item:last-child {
  margin-right: 0;
}

/*** ここから main-infosub ***/

.main-infosub .btn-success {
  padding-left: 10px;
  padding-right: 10px;
}
.main-infosub .order-number {
  margin: 0 0 38px;
  font-size: 12px;
  clear: both;
}
.main-infosub .price {
  font-size: 0;
  margin-bottom: 24px;
}
.main-infosub .price .saleoff {
  font-size: 14px;
  text-decoration: line-through;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 6px;
}
.main-infosub .price .normal {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
}
.main-infosub .price .normal span {
  font-size: 14px;
}
.clr-orange {
  color: #f80;
}
.mail-order {
  text-align: center;
  font-size: 12px;
  height: 64px;
  background-color: #fff1e5;
  line-height: 64px;
  padding: 0 10px;
  width: 135px;
  display: inline-block;
  margin-right: 15px;
}
.quantity {
  display: inline-block;
  vertical-align: top;
  height: 64px;
  width: 100%;
}
.quantity .select-style-2 select {
  height: 64px;
}
.quantity .select-style-2,
.quantity .select-style-2:after {
  height: 100%;
}
.quantity .select-style-2:after {
  background-position: 0 15px;
  background-size: 27px auto;
}
@media (min-width: 767px) {
  .quantity {
    width: 80px;
  }
  .quantity .select-style-2:after {
    background-position: -72px 26px;
    background-size: auto auto;
  }
}
.songs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.songs-list li {
  position: relative;
  border-bottom: 1px solid #dedede;
  padding: 0 0 20px 0;
}
.songs-list .gacha {
  margin: 0 0 15px;
  padding: 20px 0 0 0;
}
.songs-list .gacha p {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 5px;
}
.songs-list .extra-head {
  padding-left: 0;
  margin-bottom: 8px;
}
.songs-list .sng-row {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #dedede;
}
.songs-list .sng-row:last-child {
  margin-bottom: 0;
}
.songs-list .sng-row:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 70%;
  top: 0;
  background-color: #dedede;
}
.songs-list .right {
  float: right;
  width: 30%;
  text-align: center;
  font-size: 11px;
  padding: 8px;
  box-sizing: border-box;
}
.songs-list .left {
  float: left;
  width: 70%;
  padding: 8px;
  font-size: 11px;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  .songs-list .left,
  .songs-list .right {
    font-size: 12px;
    padding: 10px;
  }
}
.main-infosub .schedule {
  font-size: 12px;
}
.main-infosub .arrow-list {
  font-size: 12px;
}
.main-infosub .arrow-list a {
  text-decoration: underline;
}
.main-infosub .arrow-list li:before {
  top: 10px;
}
.main-infosub .col-wrap {
  margin: 0 -8px;
}
.main-infosub .col-wrap .col {
  float: left;
  width: 50%;
  padding: 0 8px;
}
.button-g a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 0 5px;
  font-size: 14px;
  background-color: #f80;
  height: 64px;
  margin-bottom: 10px;
  text-decoration: none;
}
.button-g a span.table {
  display: table;
  width: 100%;
  height: 100%;
}
.button-g a span.cell {
  display: table-cell;
  vertical-align: middle;
}
.button-g div a {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  line-height: 64px;
}
.button-g div > span {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  text-align: right;
  font-size: 11px;
}
.download-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.download-list li {
  position: relative;
  border-bottom: 1px solid #dedede;
  padding: 0 0 20px 0;
}
.download-list dl {
  margin: 0 0 15px;
  padding: 20px 0 0 0;
}
.download-list dl dt {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 5px;
}
.download-list dl dd {
  font-size: 12px;
  color: #9f9f9f;
  padding: 0;
  margin: 0;
}
.infoorder {
  margin-bottom: 15px;
}
.infoorder .table {
  display: table;
  width: 100%;
  border: 1px solid #dedede;
  box-sizing: border-box;
}
.infoorder .table-row {
  display: table-row;
}
.infoorder .cell {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  text-align: left;
}
.img-responsive {
  max-width: 100%;
}
.img-full {
  width: 100%;
}
.infoorder .th {
  padding: 8px 10px;
  font-weight: bold;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.infoorder .td {
  padding: 8px 10px;
  border-bottom: 1px solid #dedede;
}
.infoorder .table-row:last-child .th,
.infoorder .table-row:last-child .td {
  border-bottom: none;
}
.sns-pd-small {
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 10px;
}
.sns-pd-small li {
  padding: 0 4px;
}
.thumb-image {
  margin-top: 25px;
}
.thumb-image div {
  float: left;
  width: 20%;
  padding: 0 4px;
  margin-bottom: 8px;
}
.thumb-image div img {
  display: block;
  border: 2px solid #aaaaaa;
}
.thumb-image .item {
  cursor: pointer;
}
.thumb-image .item span {
  display: block;
  position: relative;
}
.thumb-image .item.active span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 4px solid #f80;
}
@media (min-width: 767px) {
  .button-g div span {
    font-size: 14px;
  }
  .main-image {
    float: left;
    width: 43.5%; /*width: 400px;*/
    margin-bottom: 0;
  }
  .thumb-image {
    padding: 0 50px;
  }
  .main-info,
  .main-infosub {
    float: right;
    width: 52.83%; /*width: 486px;*/
  }
  .button-g a span.ico-car {
    background: url(../../commonfiles/images/ico-cat.png) no-repeat left center;
    padding-left: 30px;
    display: inline-block;
  }
  .button-g a span.ico-shi {
    background: url(../../commonfiles/images/ico-ship.png) no-repeat left center;
    padding-left: 40px;
    display: inline-block;
  }
  .button-g a:hover {
    opacity: 0.7;
  }
  .songs-list .gacha {
    margin-bottom: 0;
  }
  .songs-list li .remaining {
    /*position: absolute;
        right: 0;
        top: 50%;
        margin-top: -23px;*/
  }
  .songs-list li {
    padding: 0 122px 20px 0;
  }
  .download-list dl {
    margin-bottom: 0;
  }
  .download-list li .btn-download {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -23px;
  }
  .download-list li {
    padding: 0 122px 20px 0;
  }
  .detail-spec {
    width: 794px;
  }
  .infoorder-wrap .col {
    float: left;
    width: 520px;
    background: url(../../commonfiles/images/bg_dot2.png) repeat-y right top;
    padding-right: 30px;
  }
  .infoorder-wrap .col:nth-child(2) {
    background: none;
    width: 28%;
    padding-right: 0;
    padding-left: 30px;
  }
  .infoorder .table {
    width: 485px;
  }
  .infoorder .cell.th {
    width: 185px;
  }
  .infoorder .cell.td {
    width: 300px;
  }
  .infoorder-wrap .btn-1 {
    display: block;
  }
  .sns-pd-small li {
    width: 25%;
  }
  .sns-pd-small li img {
    width: 100%;
  }
  .infoorder {
    margin-bottom: 0;
  }
  .main-infosub .btn-success {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 280px;
  }
  .main-infosub .button-small {
    margin: 0 -5px;
  }
  .main-infosub .button-small div {
    float: left;
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .main-infosub .btn-success.w-full {
    max-width: inherit;
  }
  .main-infosub .btn-success.w-half {
    max-width: inherit;
    width: 50%;
  }
  .main-infosub .btn-success.btn-small {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.subttl {
  font-size: 14px;
  margin-bottom: 20px;
}
.image-text {
  overflow: hidden;
}
.image-text .text p {
  line-height: 1.6;
  font-size: 12px;
  margin: 0;
}
.image-text .image {
  margin-bottom: 20px;
}
.image-text .image.video {
  position: relative;
}
.thumb-video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  cursor: pointer;
}
.image-text .video video {
  width: 100%;
  height: auto;
}

@media (min-width: 767px) {
  .image-text .video {
    width: 400px;
    float: left;
    height: 225px;
  }
  .image-text .image {
    margin-bottom: 0;
  }
  .image-text .video video {
    height: 225px;
  }
  .image-text .video + .text {
    padding: 0 0 0 430px;
  }
  .image-text .text p {
    line-height: 2;
  }
}

/* 20190114 set-detaillist */
@media screen and (min-width: 767px) {
  aside.detaillist {
    background-color: #eee;
    border: 1px solid #dedede;
    padding: 20px;
  }
}
aside table#set-detaillist {
  background: white;
  border-collapse: separate;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0 10px;
}
@media screen and (min-width: 767px) {
  aside table#set-detaillist {
    border-collapse: collapse;
    border: 1px solid;
    border-color: #dedede;
  }
}
aside table#set-detaillist tr.set-detaillist__onerow {
  width: 100%;
}
@media screen and (max-width: 766px) {
  aside table#set-detaillist tr.set-detaillist__onerow::after {
    content: "";
    display: block;
    clear: both;
  }
}
aside table#set-detaillist tr.set-detaillist__onerow td,
aside table#set-detaillist tr.set-detaillist__onerow th {
  padding: 5px 20px;
  border: 1px solid #dedede;
}
@media screen and (max-width: 766px) {
  aside table#set-detaillist tr.set-detaillist__onerow td,
  aside table#set-detaillist tr.set-detaillist__onerow th {
    font-size: 12px;
    line-height: 2;
    padding: 0 10px;
    border: none;
  }
}
aside
  table#set-detaillist
  tr.set-detaillist__onerow
  td.set-detaillist__onerow__thumb,
aside
  table#set-detaillist
  tr.set-detaillist__onerow
  th.set-detaillist__onerow__thumb {
  text-align: center;
  width: 75px;
}
@media screen and (max-width: 766px) {
  aside
    table#set-detaillist
    tr.set-detaillist__onerow
    td.set-detaillist__onerow__thumb,
  aside
    table#set-detaillist
    tr.set-detaillist__onerow
    th.set-detaillist__onerow__thumb {
    float: left;
    width: 70.505px;
    padding: 0 10px;
  }
}
aside
  table#set-detaillist
  tr.set-detaillist__onerow
  td.set-detaillist__onerow__thumb
  img,
aside
  table#set-detaillist
  tr.set-detaillist__onerow
  th.set-detaillist__onerow__thumb
  img {
  vertical-align: bottom;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 766px) {
  aside
    table#set-detaillist
    tr.set-detaillist__onerow
    td.set-detaillist__onerow__title,
  aside
    table#set-detaillist
    tr.set-detaillist__onerow
    th.set-detaillist__onerow__title {
    background: #eee;
  }
}
aside
  table#set-detaillist
  tr.set-detaillist__onerow
  td.set-detaillist__onerow__etc
  span,
aside
  table#set-detaillist
  tr.set-detaillist__onerow
  th.set-detaillist__onerow__etc
  span {
  font-size: 12px;
  font-weight: bold;
}
aside
  table#set-detaillist
  tr.set-detaillist__onerow
  td.set-detaillist__onerow__title,
aside
  table#set-detaillist
  tr.set-detaillist__onerow
  td.set-detaillist__onerow__etc,
aside
  table#set-detaillist
  tr.set-detaillist__onerow
  th.set-detaillist__onerow__title,
aside
  table#set-detaillist
  tr.set-detaillist__onerow
  th.set-detaillist__onerow__etc {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 25px;
}
@media screen and (max-width: 766px) {
  aside
    table#set-detaillist
    tr.set-detaillist__onerow
    td.set-detaillist__onerow__title,
  aside
    table#set-detaillist
    tr.set-detaillist__onerow
    td.set-detaillist__onerow__etc,
  aside
    table#set-detaillist
    tr.set-detaillist__onerow
    th.set-detaillist__onerow__title,
  aside
    table#set-detaillist
    tr.set-detaillist__onerow
    th.set-detaillist__onerow__etc {
    float: right;
    width: calc(100% - 70.505px);
  }
}
aside
  table#set-detaillist
  tr.set-detaillist__onerow
  td.set-detaillist__onerow__title
  div,
aside
  table#set-detaillist
  tr.set-detaillist__onerow
  td.set-detaillist__onerow__etc
  div,
aside
  table#set-detaillist
  tr.set-detaillist__onerow
  th.set-detaillist__onerow__title
  div,
aside
  table#set-detaillist
  tr.set-detaillist__onerow
  th.set-detaillist__onerow__etc
  div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
aside
  table#set-detaillist
  tr.set-detaillist__onerow
  td.set-detaillist__onerow__etc,
aside
  table#set-detaillist
  tr.set-detaillist__onerow
  th.set-detaillist__onerow__etc {
  height: 50px;
}

.officsite {
  padding-top: 15px;
}
.officsite div {
  float: left;
  box-sizing: border-box;
}
.officsite div img {
  width: 100%;
}
.officsite div:nth-child(1) {
  width: 37.5%;
}
.officsite div:nth-child(2) {
  padding-left: 10px;
  width: 62%;
}

@media (min-width: 767px) {
  .officsite div:nth-child(1) {
    width: 185px;
  }
  .officsite div:nth-child(2) {
    width: 300px;
    padding-left: 8px;
  }
}

::-webkit-input-placeholder {
  color: #737373 !important;
}
::-moz-placeholder {
  color: #737373 !important;
}
:-ms-input-placeholder {
  color: #737373 !important;
}
:-moz-placeholder {
  color: #737373 !important;
}

/* adding */
@charset "utf-8";

/* Font */
.fnt-orange {
  color: #f80;
}

.fnt-gray {
  color: #959595;
}

.fnt-red {
  color: #e42c20;
}

.fnt-bold {
  font-weight: bold;
}

.fnt-antideco {
  text-decoration: none;
}

.fnt-line {
  text-decoration: line-through;
}

.fnt-underline {
  text-decoration: underline;
}

.fnt-link {
  text-decoration: underline;
}

.fnt-link:hover {
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

.text-middle {
  vertical-align: middle;
}

/* Hidden */
.tr-hidden {
  visibility: hidden;
}

.ad-width {
  width: 50%;
}

@media (min-width: 767px) {
  .167_hidden {
    display: none;
  }
}

/* Address */
.zip-code {
  margin: 0 -5px !important;
}

.zip-code li {
  float: left;
  position: relative;
  padding: 0 5px 0 5px;
}

.zip-code li:nth-child(1) {
  height: 32px;
  display: flex;
  align-items: center;
}

/* Agree */
input[type="submit"] {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
  padding: 23px 5px 21px;
  background-color: #f80;
  border: none;
}

input[type="submit"]:hover {
  background-color: #ffa04d;
}

input[type="submit"][disabled] {
  background-color: #7b7b7b;
  cursor: default;
}

/* unradio */
.unradio {
  text-align: center;
  list-style: none;
}

.unradio li {
  display: inline;
}

.unradio div {
  cursor: pointer;
}

.unradio input[type="radio"] {
  display: none;
}

/* arrive */

@media (max-width: 766px) {
  input[type="submit"] {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    padding: 15px 0;
    border: none;
    width: 100%;
  }
}

.head-tb {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  border-bottom: 3px solid #f80;
}

@media (min-width: 767px) {
  .head-tb {
    font-size: 18px;
    border-width: 4px;
  }
}

.tab-mb {
  display: block;
  margin: 0 0 -18px 0;
}

.tab-ct > input[type="radio"] {
  display: none;
}

.tab-panel > div {
  display: none;
}

.btn-tab {
  width: 100px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 15px 0;
  box-sizing: border-box;
  color: #f80;
  background-color: #fff;
  border: solid #f80;
  border-width: 1px 1px 0 1px;
  cursor: pointer;
}

.btn-tab:hover {
  color: #fff;
  background-color: #f80;
}

.btn-glow {
  box-shadow: 0px 0px 20px 2px #ffcc00 inset;
}

#tab1:checked + label .btn-tab {
  color: #fff;
  background-color: #f80;
}
#tab1:checked ~ .tab-panel > #Pick_Product {
  display: block;
}
#tab2:checked + label .btn-tab {
  color: #fff;
  background-color: #f80;
}
#tab2:checked ~ .tab-panel > #Pick_Circle {
  display: block;
}
#tab3:checked + label .btn-tab {
  color: #fff;
  background-color: #ff7700;
}
#tab3:checked ~ .tab-panel > #Pick_Coupling {
  display: block;
}
#tab4:checked + label .btn-tab {
  color: #fff;
  background-color: #ff7700;
}
#tab4:checked ~ .tab-panel > #Pick_Genre {
  display: block;
}

.table-check {
  float: left;
}

.only-pc {
}
.only-sp {
  display: none;
}

.nwrp {
  white-space: nowrap;
}

.allpage {
  display: block;
}

@media (min-width: 767px) {
  .mrpc-20 {
    margin-right: 20px;
  }
}

@media (max-width: 766px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  .tab-mb {
    margin: 0 0 -13px 0;
  }
  .nwrp {
    white-space: normal;
  }
  .nwrp-sp {
    white-space: nowrap;
  }
  .radio-fix {
    margin-top: 15px;
    margin-left: 10px;
  }
}

@media (min-width: 767px) {
  .table-sp-3 tbody td span:nth-child(1) {
    display: none;
  }
}

@media (max-width: 766px) {
  .bdpc {
    border: none;
  }
  .table-sp-3 {
    width: 100% !important;
    border: none;
  }
  .table-sp-3 thead {
    display: none;
  }
  .table-sp-3 colgroup {
    display: none;
  }
  .table-sp-3 tbody tr {
    display: block;
    margin: 0 0 0 0;
  }
  .table-sp-3 tbody td {
    display: table;
    border-bottom: none;
    padding: 0;
    width: 100%;
  }
  .table-sp-3 tbody tr td:first-of-type {
    background: #dddddd;
  }
  .table-sp-3 tbody tr td:last-of-type {
    margin: 0 0 15px 0;
  }
  .table-sp-3 tbody td span {
    display: table-cell;
    padding: 0;
    padding: 0.2rem 0.4rem;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
  }
  .table-sp-3 tbody td span:nth-child(1) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100px;
  }
  .table-sp-3 tbody td span:nth-child(2) {
    border-right: 1px solid #ddd;
  }
}

.circle-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.circle-obj {
  height: 100% !important;
  vartical-align: center !important;
  display: flex !important;
  align-items: center !important;
}

/*style_rewrite_1121*/
.coupon-item2 .table {
  margin: 0;
}
.coupon-item2 .left {
  background: #eeeeee;
  padding: 10px;
}

.coupon-item2 .left span.txt {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
}

.coupon-item2 .left span.lbl {
  font-size: 9px;
  color: #fff;
  padding: 5px 15px;
  background-color: #f80;
  display: inline-block;
  margin-bottom: 8px;
}

.coupon-item2 .left .cell {
  padding: 25px 15px;
  background-image: url(../../commonfiles/images/bg_line1.png),
    url(../../commonfiles/images/bg_line2.png),
    url(../../commonfiles/images/bg_line1.png),
    url(../../commonfiles/images/bg_line2.png);
  background-position: left top, left top, right top, left bottom;
  background-repeat: repeat-y, repeat-x, repeat-y, repeat-x;
  background-size: 1px auto, auto 1px, 1px auto, auto 1px;
}

.coupon-item2 .right {
  border: 1px solid #dedede;
  border-top: none;
  padding: 15px;
  margin-bottom: 10px;
}

.coupon-item2 .right > span {
  display: block;
  font-weight: bold;
  font-size: 11px;
}

.coupon-item2 .right h4 {
  font-weight: bold;
  font-size: 11px;
  margin: 0;
  padding: 0;
}

.coupon-item2 .right p {
  padding: 0;
  margin: 0;
}

.coupon-item2 .right .dl-list {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 11px;
}

.coupon-item2 .right .dl-list dt {
  font-size: 11px;
}

.coupon-item2 .right .dl-list dd {
  margin: 0px 0px 10px 0px;
  padding: 0;
  text-align: center;
}

.coupon-item2 .right .dat {
  background-color: #fff1e5;
  text-align: center;
  padding: 7px 10px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  word-break: break-all;
}

.product-list .resize {
  float: left;
  width: 50%;
  padding: 0 2px 4px;
}

/*style-relite_at_1115*/
#sidebar1 img {
  width: 100%;
  margin-bottom: 6px;
}

#sidebar2 img {
  width: 100%;
  margin-bottom: 6px;
}

@media (min-width: 767px) {
  #sidebar1 {
    float: right;
    width: 15.711%;
  }

  #sidebar2 {
    float: left;
    width: 15.711%;
    margin-left: 10px;
  }
  .product-list .product .button {
    margin-bottom: 0;
  }
}

@media (max-width: 766px) {
  #sidebar2.pull-left {
    float: none !important;
  }

  .result101-wrap #sidebar2 {
    position: absolute;
    right: 0;
    top: 0;
  }

  .pc2 {
    display: none;
  }
}

@media (min-width: 960px) {
  .product-list .resize {
    width: 33.33334%;
  }

  .product-list .resize {
    width: 25%;
  }
}

@media (min-width: 1028px) {
  #sidebar1 {
    float: right;
    width: 18.88%;
  }
  #sidebar2 {
    display: none;
  }
}

@media (min-width: 1200px) {
  .product-list .resize {
    width: 20%;
  }

  .product-list .resize {
    width: 20%;
  }
}

@media (min-width: 767px) {
  .popup-overlay {
    display: none !important;
  }

  .filter-popup {
    background: none;
    padding: 0 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }

  .filt-list {
    padding: 30px;
    border-width: 2px;
  }

  .filt-list .filt-item {
    width: 20%;
    float: left;
    padding: 0 10px;
    border: none;
  }

  .filt-list .filt-item .filt-title {
    border: none;
    padding: 7px 0 12px;
    font-size: 16px;
  }

  .filt-list .filt-item > ul {
    padding: 0;
  }

  .filt-list .filt-item .arrow-list li a {
    font-size: 14px;
  }

  .filter-popup .close {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 12px;
    top: 12px;
    background-image: url(../../commonfiles/images/btn_close.png);
  }

  .coupon-item2 {
    overflow: hidden;
    padding: 20px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }

  .coupon-item2 .left {
    flex: 0 1 100%;
    max-width: 290px;
    text-align: center;
  }

  .coupon-item2 .left .table {
    display: table;
    height: 100%;
    width: 100%;
  }

  .coupon-item2 .left .cell {
    display: table-cell;
    vertical-align: middle;
    padding: 44px 15px;
  }

  .coupon-item2 .right {
    flex: 1 1 auto;
    border: none;
  }

  .coupon-item2 .right h4 {
    font-size: 14px;
  }

  .coupon-item2 .left span.lbl {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .coupon-item2 .left span.txt {
    font-size: 16px;
  }

  .coupon-item2 .right .dat,
  .coupon-item2 .right > span {
    font-size: 16px;
  }

  .coupon-item2 .right .dl-list {
    margin-bottom: 7px;
  }

  .coupon-item2 .right .dl-list,
  .coupon-item2 .right .dl-list dt {
    font-size: 14px;
  }
}

/* 20190114 buyablecoupon */
.bg-darkgray {
  background-color: #aaaaaa;
}
.frm-cart > .total.total--point {
  margin: 0;
  border: none;
}

.buyable_coupon-wrap,
.buyable_coupon-header {
  display: flex;
  align-items: center;
}
.buyable_coupon-wrap > *:first-child,
.buyable_coupon-header > *:first-child {
  flex: 0 0 40px;
  max-width: 40px;
  text-align: center;
}
.buyable_coupon-wrap > *:first-child > * {
  display: inline-block;
  float: none;
}
.buyable_coupon-wrap > *:first-child span {
  margin: 0;
  padding: 0;
}
.buyable_coupon-wrap > *:last-child,
.buyable_coupon-header > *:last-child {
  flex: 1 1 100%;
}
.buyable_coupon-header {
  text-align: center;
  border: 1px solid #dedede;
  background: #eeeeee;
  font-weight: bold;
}
.buyable_coupon-header > *:first-child {
  border-right: 1px solid #dedede;
}
.buyable_coupon-wrap .buyable_coupon-btn {
  margin-top: 10px;
  width: 100%;
  padding: 0;
  text-align: center;
}
.buyable_coupon-wrap .buyable_coupon-btn > div {
  width: 100%;
  display: block;
  color: #fe0b0b;
  font-size: 22px;
  font-weight: bold;
  vertical-align: bottom;
}
.buyable_coupon-wrap .buyable_coupon-btn > a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
}
@media (max-width: 766px) {
  .buyable_coupon-wrap .buyable_coupon-btn > a {
    max-width: 100%;
  }
}
@media (max-width: 766px) {
  .popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 29, 29, 0.8);
    z-index: 1;
    display: none;
  }

  .filter-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 70px;
    z-index: 2;
  }

  .scrollbar {
    overflow: auto;
    height: 500px;
  }
}

.coupon-item2__ovr {
  display: none;
}

.coupon-item2 {
  position: relative;
}

.buyable_coupon-wrap[data-ovr="true"] .coupon-item2__ovr {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.18);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buyable_coupon-wrap[data-ovr="true"] .checkbox-style label span {
  background: #d1d1d1;
  cursor: auto;
}

.coupon-item2__ovr__box {
  color: #595959;
  line-height: 1.2;
  background: white;
  font-size: 16px;
  width: 260px;
  height: auto;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 20px;
  font-weight: bold;
}

@media (max-width: 766px) {
  .coupon-item2__ovr__box {
    font-size: 14px;
  }
}

/*add_to_1117*/
#order-date {
  float: left;
}

#shipment-date {
  float: right;
}

.hidden-list {
  visibility: hidden;
}

#hidden-box {
  display: none;
  min-width: 144px;
  position: relative;
}

#hidden-box2 {
  visibility: hidden;
}

@media screen and (max-width: 1126px) {
  #hidden-box {
    margin-top: 15px;
  }
  #hidden-box2 {
    margin-top: 15px;
  }
}

/* 223_purchaseの表のレイアウトを改造したやつ~2017/12/06 */

.box-gray2 {
  background-color: #eeeeee;
  border: solid #dddddd;
  border-width: 0 1px 0 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 15px 15px 0px 15px;
}

.box-gray2 .note {
  color: #7b7b7b;
}

.box-gray2 .text {
  margin: 0;
}

@media (min-width: 767px) {
  .table-sub {
    width: 100%;
    border: solid #dddddd;
    border-width: 0px 1px 0px 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .table-sub em {
    font-style: normal;
    color: #e42c20;
  }

  .table-sub thead th {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    background-color: #eeeeee;
    padding: 17px 0 17px 30px;
  }

  .table-sub tbody td {
    font-size: 14px;
    line-height: 1.5;
    padding: 25px 0 25px 30px;
    border-bottom: 1px solid #dddddd;
  }

  .table-sub tbody tr:last-child td {
    border-bottom: none;
  }

  .table-sub tbody td img {
    vertical-align: middle;
  }

  .table-sub tbody td figure {
    background-color: #eeeeee;
    padding: 4px 14px;
    margin: 0;
    display: inline-block;
    font-size: 0;
  }
}

@media (max-width: 766px) {
  .table-sub-sp {
    width: 100% !important;
    border: none;
  }

  .table-sub-sp thead {
    display: none;
  }

  .table-sub-sp tbody tr {
    display: block;
    border-bottom: 1px solid #dddddd;
  }

  .table-sub-sp tbody td {
    display: table;
    border: 1px solid #dddddd;
    border-bottom: none;
    padding: 0;
    width: 100%;
  }

  .table-sub-sp tbody td span {
    display: table-cell;
    padding: 15px 10px;
    vertical-align: middle;
  }

  .table-sub-sp tbody td span:nth-child(1) {
    width: 100px;
    border-right: 1px solid #ddd;
  }
}
@media (min-width: 767px) {
  .result-show {
    margin: 0 0 -26px;
  }

  .criteria-wrap .dropdown-content {
    display: block !important;
  }

  .table-sub-sp tbody td span:nth-child(1),
  .table-sub-sp tbody th {
    display: none !important;
  }
}

.pbsp-15 {
  padding-bottom: 15px !important;
}

/* 167 */
.attention-area {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 767px) {
  .attention-area {
    padding: 0 15px; /*padding: 0;*/
    max-width: 1230px;
    margin: 0 auto;
  }
}

.attention {
  background-color: #fff1e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 10px 10px;
  margin-bottom: 8px;
  width: 100%;
}

.attention .title {
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  position: relative;
  padding-left: 25px;
}

.icon-before .title:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../commonfiles/images/error.png) no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -3px;
}

.icon-before2 .title:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../commonfiles/images/attention.png) no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -3px;
}

.icon-before3 .title:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../commonfiles/images/info.png) no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -3px;
}

.frm-inner-tr {
  width: 100%;
  background-color: #eee;
  border: 1px solid #aaa;
  padding: 0 0 0 10px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
}

.frm-inner-tr .infoorder {
  flex: 1;
  margin-bottom: 0;
}

.infoorder .table-tr {
  width: 100%;
  display: table;
  border: solid #dedede;
  border-width: 0 0 0 1px;
  box-sizing: border-box;
  background: white;
}

.infoorder .table-tr .table-row {
  display: table-row;
}

.infoorder .th-2 {
  padding: 8px 10px;
  font-weight: bold;
  border-bottom: 1px solid #dedede;
  font-size: 15px;
}

.infoorder .cell-tr {
  display: table-cell;
  font-size: 12px;
  text-align: left;
  width: 110px;
}

.hidden-tr {
  display: block;
}

@media (min-width: 767px) {
  #sidebar-tr {
    float: right;
    width: 31%;
    padding-top: 170px;
  }
}

@media (max-width: 766px) {
  #sidebar-tr {
    min-width: 235px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1028px) {
  #sidebar-tr {
    width: 22%;
  }
}

/*055_点線パターン*/
.animate-re {
  background-color: none;
  padding: 0px 5px 5px;
  margin-bottom: 0px;
  border: dashed #f80;
  border-width: 0px 0 1px 0;
}

.top-dashed {
  border: dashed #f80;
  border-width: 0px 0px 1px 0px;
  padding: 0px;
  margin: 0px;
}

.top-dashed.other-brand {
  color: #e00;
}

.animate-re .radio-list {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 15px;
}

.animate-re .radio-list li {
  width: 50%;
}

.animate-re .radio-list li label {
  font-size: 12px;
}

.animate-re .title {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.animate-re .title.bgoff {
  padding: 0px;
  background-image: none !important;
  cursor: default;
}

.animate-re .title:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../../commonfiles/images/ico_open_sp.png") no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.animate-re .open-next + .title:before {
  background-image: url("../../commonfiles/images/ico_close_sp.png");
}

.animate-re .bgoff:before {
  background-image: none !important;
}

.animate-re .accord-checker {
  display: none;
}

.animate-re .title + .accord-content {
  overflow-y: hidden;
  padding-left: 22px;
  line-height: 0;
  padding-top: 0px;
  transition: all 0.5s;
}
.animate-re .title + .accord-content * {
  user-select: none;
  opacity: 0;
  line-height: 0;
  transition: all 0.5s;
}

.animate-re .open-next + .title + .accord-content {
  line-height: 1.4;
  padding-top: 5px;
}
.animate-re .open-next + .title + .accord-content * {
  opacity: 1;
  line-height: 1.4;
}

/* search_error */
#search_error {
  width: max-content;
  margin: 0;
  padding: 2px;
  background: #fff;
  border: #f00 solid 2px;
  color: #f00;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
}

/* tora_id */

#wrap-tid {
  background: white;
}

.copyright-tid {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

#wrap-for-margin {
  margin-left: 20px;
  margin-right: 20px;
}

/* とらIDのフッター */

#footer-cont {
  min-height: 30px;
}
/* とらidヘッダ */
#id-logo {
  width: auto;
  height: auto;
  margin-left: 10px;
}

.tid-head {
  max-width: 1280px;
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  background: none;
}

.tid-head-left {
  display: flex;
}

.tid-head-right {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.tid-head-right div {
  display: block;
  margin: 0 10px;
}

@media (max-width: 766px) {
  #id-logo {
    margin: 0;
  }
  .tid-head-left {
    width: 100%;
    justify-content: center;
  }
  .tid-head {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
  }
  .tid-head-right {
    flex: 1 1 auto;
    justify-content: center;
    margin: 5px 10px;
  }
}

/* 010_serch_detail.html */
.date-issue-tr {
  position: relative;
  margin: 0 -20px;
}

.date-issue-tr .date-item-le {
  width: 46.5%;
  padding: 0 20px;
}

.date-issue-tr .date-item-ri {
  width: 46.5%;
  padding: 0 20px;
  margin-right: 18px;
}

.date-issue-tr:before {
  content: "〜";
  color: #959595;
  font-weight: bold;
  position: absolute;
  left: 49%;
  top: 50%;
  margin: -8px 0 0 -6px;
}

.yen {
  vertical-align: bottom;
  margin-left: 3px;
  font-size: 15px;
}

@media (max-width: 766px) {
  .yen {
    vertical-align: bottom;
    margin-left: 3px;
    font-size: 11px;
  }
}

.long-radio li {
  white-space: nowrap;
  width: max-content;
  max-width: max-content;
  margin: 0 20px 5px 0;
}

/* hist-table */

.hist-table-outer {
  padding: 14px;
  background-color: #eeeeee;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: stretch;
  width: 100%;
}

.hist-table-outer,
.hist-table-outer div {
}

.hist-table-img {
  flex: 1 0 auto;
  margin: 0 10px 0 0;
}

.hist-table-img img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.hist-table-title {
  font-size: 17px;
  margin-bottom: 2px;
}

.hist-table-right {
  flex: 0.8 0.8 80%;
  display: flex;
  flex-direction: column;
}

.hist-table-right2 {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
}

.hist-table-right-sep {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.hist-table-param {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
}

.hist-table-param > div {
  white-space: nowrap;
}

.hist-table-param > div:nth-child(1) {
  width: 85px;
}
.hist-table-param > div:nth-child(2) {
}

.hist-table-button {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.hist-table-button a {
  flex: 1 0 auto;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  background-color: #aaaaaa;
  margin: 3px;
  padding: 10px 0px;
}

@media (max-width: 766px) {
  .hist-table-param > div {
    flex: 1 0 auto;
  }

  .hist-table-right {
    flex: 1 0 auto;
  }

  .hist-table-outer,
  .hist-table-outer div {
    flex-direction: column;
    width: 100%;
  }
  .hist-table-param {
    flex-direction: row !important;
  }

  .hist-table-img {
    flex: 0.2 0 auto;
    margin: 0;
  }

  .hist-table-button a {
    margin: 3px 0px;
  }
}

/* balloon */
.balloon-2 {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-bottom: 2px;
  margin-left: 5px;
  width: 85px;
  height: 25px;
  color: white;
  line-height: 25px;
  text-align: center;
  background: #7b7b7b;
  border-radius: 60px;
  z-index: 0;
  font-weight: bold;
  box-shadow: 3px 5px 6px -3px #919191;
}

.balloon-2:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  margin-left: 4px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 20px 15px 0;
  border-color: transparent #7b7b7b transparent transparent;
  z-index: -1;
}

/* header design 20171225 */

.detail-header-container,
.detail-header-container * {
  padding: 0;
  margin: 0;
}

.detail-header-internal2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail-header-internal2 {
  display: none;
}

.detail-header-logo-container {
  width: auto;
  height: auto;
  display: flex;
  padding: 0;
  align-content: center;
  flex-direction: row;
}

.detail-header-logo1 {
  border-right: 1px solid #e6e6e6;
  padding-right: 16px;
}

.detail-header-logo2 {
  border-left: 1px solid #e6e6e6;
  margin: 0;
}

.detail-header-content {
  flex: 1;
  min-width: 320px;
}

.detail-header-brands {
  position: relative;
  height: 64px;
  border-left: 1px solid #e6e6e6;
  overflow: hidden;
  width: 110px;
  min-height: 64px;
  color: #808080;
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
}

.select-brands {
  text-align: center;
  line-height: 70px;
}
.brands-parent {
  position: absolute;
}
#hide-brands {
  display: none;
}

.brands-son {
  background: white;
  width: 126px;
  height: 40px;
  text-align: center;
  line-height: 43px;
  font-size: 16px;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 766px) {
  .detail-header1 .detail-header-content {
    display: none;
  }

  .detail-header-internal2 {
    border-top: 1px solid #e6e6e6;
    padding-top: 12px;
  }

  .detail-header-internal1 {
    justify-content: flex-start;
    align-items: center;
  }

  .detail-header-internal2 {
    display: flex;
  }
}

/* for header_design2.html 2017-12-26 */

.detail-header2-container {
  background-image: url("../../commonfiles/images/background_bl_detail_header.png");
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
}

.detail-header2-container,
.detail-header2-container * {
  padding: 0;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.detail-header2-container {
  font-size: 11px;
  font-feature-settings: "palt";
  color: #6e6e6e;
}

.detail-header2-container {
  padding: 32px;
}

.detail-header2 {
  padding: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.detail-header2-logo-container {
}

.detail-header2-logo1,
.detail-header2-logo2 {
  height: 96px;
}

.detail-header2-content {
}

.detail-header2-content p {
}

.detail-header2-categories {
  display: block;
  letter-spacing: -1em; /* remove whitespaces */
}

.detail-header2-categories li {
  display: inline-block;
}

.detail-header2-categories li a {
  display: inline-block;
  letter-spacing: normal;
  text-decoration: none;
  text-align: center;
  min-width: 48px;
  padding: 4px 8px;
  margin-top: 8px;
  margin-right: 4px;
  background: #ececec;
}

/* for header_design.html 2017-12-26 */

.topbrand2,
.topbrand2 * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
}

.topbrand2 {
  background: #000;
  width: 100%;
  height: auto;
  color: #fff;
  overflow: auto;
}

.topbrand2 ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  list-style: none;
  padding: 4px;
  margin: 0;
}

.topbrand2 ul li {
}

.topbrand2 ul li > * {
}

.topbrand2 ul li > *:hover,
.topbrand2 ul li > *:active,
.topbrand2 ul li > *:focus {
  background: #333;
}

.topbrand2 ul li a {
  display: inline-block;
  text-decoration: none;
  vertical-align: bottom;
  padding: 6px;
  color: #fff;
}

.topbrand2 ul li select {
  background: transparent;
  border: none;
  margin: 0;
  padding: 6px;
  position: relative;
}

.topbrand2 ul li .topbrand2-containable {
  color: #f00;
}

.ico-cart {
  display: inline-block;
  background: url(../../commonfiles/images/icons.png) no-repeat 0 -21px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.ico-cart-gray {
  display: inline-block;
  background: url(../../commonfiles/images/icon-gray.png) no-repeat 0 -21px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  /* margin-right: 8px; */
}

@media (max-width: 766px) {
  .ico-cart-gray {
    display: none;
  }
}

.cart-content2 {
  display: block;
  float: left;
  width: 76.67%;
  height: auto;
  overflow: hidden;
}

.cart-sidebar2 {
  display: block;
  float: right;
  width: 22%;
  height: auto;
  overflow: hidden;
}

@media (max-width: 766px) {
  .cart-content2 {
    width: 100%;
  }

  .cart-sidebar2 {
    width: 100%;
  }

  .cart-sidebar2-pconly {
    display: none;
  }
}

/* add 20180109 for 167_cart.html */

.total2-container {
  background: #eee;
  border: 1px solid #aaa;
  padding: 20px;
}

.total2-container .button-group {
  display: flex;
  flex-direction: column;
}

.total2-container .button-group a {
  width: 100%;
}

.change_quan2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.change_quan2 a {
  font-size: 14px;
  color: #fff;
  background: #aaa;
  padding: 10px;
  text-decoration: none;
}

.total2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
}

.total2 span {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.total2 span {
}

.total2 span.slash {
  margin: 0 10px;
}

.total2 span span:first-child {
  margin-right: 4px;
}

@media (min-width: 767px) {
  .total2-container {
    border-top: 1px solid #aaa;
  }

  .total2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
  }

  .total2 span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .total2 span span {
  }

  .total2-container .btn-success {
    width: 100%;
  }
}

.remove-button {
  display: inline;
  margin-left: 10px;
}

.cart-null {
  padding: 30px 20px;
  border: solid 2px #f80;
}

.bought-alert {
  padding: 20px;
  border: solid 2px #f80;
}
.bought-alert * {
  margin: 0;
  padding: 0;
}
.bought-alert ul {
  margin-top: 5px;
  font-size: 12px;
  list-style: none;
}
.bought-alert li:before {
  content: "▼ ";
}

/* add 20180110 for 167_price.html */

.total3 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;

  background-color: #fff;
  border: 1px solid #ddd;
}

.total3-information-about {
  padding-top: 10px;
  border-right: 1px solid #ddd;
}

.total3-information-price {
  font-size: 22px;
  padding: 0;
  flex: 1;
  text-align: center;
}

.total3-button-group {
  padding-bottom: 5px;
  text-align: center;
}

.couple_search {
  flex-direction: column;
  font-size: 16px;
}

.couple_search_row > * {
  display: flex;
  flex: 1 1 auto;
  margin-right: 10px;
  flex-direction: row;
  margin-bottom: 10px;
}

.couple_search_row {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  flex-wrap: nowrap;
}

.couple_search_row2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.couple_search_header {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}

.couple_search_header2 {
  font-weight: bold;
  font-size: 12px;
  width: 70px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.couple_search_main {
  flex: 1 1 auto;
}

.couple_search_radio {
  width: 110px !important;
  margin-right: 10px;
}

.couple_search .select-style-2 {
  max-width: 220px;
}

.couple_search_row {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex-wrap: nowrap;
}

@media (min-width: 767px) {
  .couple_search_row {
    flex-direction: row;
  }
  .couple_search_header2 {
    font-size: 14px;
  }
}

.detail-header {
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  /* box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2); */
  position: relative;
}

.detail-header-internal1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* min-height: 91px; */
}

.detail-header-internal2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail-header-internal2 {
  display: none;
}

.detail-header-logo-container {
  width: auto;
  height: auto;
  display: flex;
  padding: 0;
  align-content: center;
  flex-direction: row;
}

.detail-header-logo1 img {
  width: 100%;
  height: auto;
}

/*.detail-header-logo2 img{
  display: block;
  width:100%;
  height: auto;
}*/

.detail-header-logo2 img {
  display: none;
}

.detail-header-content {
  flex: 1 1 auto;
}

.detail-header-internal1 .detail-header-content {
  padding: 0 10px;
}

.selecter-arrow {
  font-size: 13px;
  color: #9e9c9c;
}

.detail-header-content p {
  margin-bottom: 4px;
}

.detail-header-categories ul {
  display: block;
  letter-spacing: -1em;
  width: 100%;
}

ul.detail-header-categories li {
  display: inline-block;
}

ul.detail-header-categories li a {
  letter-spacing: normal;
  display: inline-block;
  background: #e6e6e6;
  color: #6e6e6e;
  margin: 3px 3px 3px 0;
  text-decoration: none;
  min-width: 52px;
  padding: 2px 8px;
  text-align: center;
  font-size: 10px;
}

@media (max-width: 766px) {
  .detail-header-internal1 .detail-header-content {
    display: none;
  }

  .detail-header-internal2 {
    display: none;
    border-top: 1px solid #e6e6e6;
    padding-top: 12px;
  }
}

.detail-header-container {
  display: block;
  width: calc(100% - 30px);
  margin: 0 auto 10px auto;
  font-size: 11px;
  line-height: 15px;
  font-feature-settings: "palt";
  color: #6e6e6e;
  height: auto;
  background: linear-gradient(to bottom right, #f80 40%, #ffbf00);
  padding: 15px;
}

/* for header_design.html 2017-12-26 */

.topbrand2,
.topbrand2 * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
}

.topbrand2 {
  background: #000;
  width: 100%;
  height: auto;
  color: #fff;
  overflow: auto;
}

.topbrand2 ul {
  width: max-content;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.topbrand2 ul li {
  white-space: nowrap;
  width: max-content;
  display: block;
}

.topbrand2 ul li > * {
}

.topbrand2 ul li > *:hover,
.topbrand2 ul li > *:active,
.topbrand2 ul li > *:focus {
  background: #666;
}

.topbrand2 ul li a {
  display: inline-block;
  text-decoration: none;
  vertical-align: bottom;
  padding: 6px;
  color: #fff;
}

.topbrand2 ul li select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  margin: 0;
  padding: 6px;
  position: relative;
}

.topbrand2 ul li .topbrand2-containable {
  color: #f00;
}

.ico-cart {
  display: inline-block;
  background: url("../../commonfiles/images/icons.png") no-repeat 0 -21px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.ico-cart-gray {
  display: inline-block;
  background: url("../../commonfiles/images/icon-gray.png") no-repeat 0 -21px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  /* margin-right: 8px; */
}

@media (max-width: 766px) {
  .topbrand2 {
    display: none;
  }
  .ico-cart-gray {
    display: none;
  }
}

#logo-area {
  background-image: url("../../commonfiles/images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.pagetop {
  background-size: contain;
  background-repeat: no-repeat;
}

.pagetop.lazyloaded {
  background-image: url("../../commonfiles/images/btn_pagetop.png");
}

.logo_sub {
  position: relative;
  height: 50px;
  width: 100%;
  min-width: 110px;
  max-width: 216px;
}

.logo_sub:before {
  content: "▼";
  position: absolute;
  margin: auto;
  width: 85%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25%;
}

.logo_sub:after {
  text-align: center;
  content: "ブランド選択";
  font-weight: bold;
  font-size: calc(12px + 0.2vw);
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25%;
  width: 100%;
}

@media (min-width: 767px) {
  .logo_sub {
    min-width: 130px;
  }
}

.hover-brands {
  width: 100%;
  text-align: center;
  position: relative;
}

.push_it {
  width: 100%;
  height: 55px;
  font-size: 16px; /*16pxを下回るとiOSでの挙動が変わるため変更を加えないこと*/
  opacity: 0;
}

#select_tora {
  display: block;
}

#select_aqua,
#select_aqua_r,
#select_tora_r,
#select_joshi_r,
#select_joshi {
  display: none;
}

.c_area {
  position: absolute;
  width: 100%;
  margin: 15px 0;
}

.rewrite_it {
  font-size: 14px;
}

.center-align.icon {
  color: #6e6e6e;
  position: relative;
  margin: 0 auto;
  margin-top: 3px;
  width: 17px;
  height: 7px;
  border-top: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
}

.center-align.icon:before {
  content: "";
  position: absolute;
  color: #6e6e6e;
  top: 2px;
  left: 3px;
  width: 11px;
  height: 7px;
  border-top: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
}

/* add 20180117 for 008_detail_button.html */

.purchase-popup1 {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

.purchase-popup1-icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
}

.purchase-popup1-text {
  width: auto;
  height: 100%;
}

.purchase-popup1 {
  padding: 9px 12px;
  background-color: #f80;
  border: none;
  border-radius: 3px;
}

.purchase-popup1-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.purchase-popup1-text {
  color: #fff;
  font-size: 12px;
}

.purchase-popup1-text p {
  padding: 0;
  margin: 0;
  font-size: 10px;
}

/* add 20180108 for 008_detail.html */

.detail-popup1-active {
  position: fixed;
  top: calc(100% - 80px);
  left: 0;
  z-index: 100300;
}

.detail-popup1 {
  width: 100%;
  height: 80px;
  padding: 16px 12px;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  /* background: #f80; */
  /* border-top: 1px solid #ffaa33;
  border-bottom: 1px solid #ff3300; */
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
}

.detail-popup1-icon {
  width: 21px;
  height: 21px;
  margin-right: 10px;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.detail-popup1-text {
  color: #fff;
  font-size: 12px;
}

.detail-popup1-text-title {
  padding: 0;
  margin: 0;
}

.detail-popup1-text-paragraph {
  padding: 0;
  margin: 0;
  font-size: 10px;
}

.detail-popup1-toranoana {
  background-color: #f80;
}

.detail-popup1-joshibu {
  background-color: #e69;
}

/* ハンバーガーアイコン */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 24px;
  height: 24px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
}
.line-color {
  background-color: #f80;
}

.menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10.5px) rotate(-45deg);
  transform: translateY(10.5px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10.5px) rotate(45deg);
  transform: translateY(-10.5px) rotate(45deg);
}

/* add 20180123 for
   header_design_register.html and
   header_design_login.html */

@media (min-width: 767px) {
  .userpc a.cover-all {
    /* width: 28.22%; */
    width: 56.44%;
    border: 2px solid #aaa;
    color: inherit;
  }

  .userpc a.pink {
    color: #ff246d;
  }
}

/* add 20180123 for detail~.html */

/* .price2-strong {
  font-size: 30px;
}

.price2-normal {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.price2-price {
  display: inline-block;
  margin-right: 30px;
}

.price2-discount {
  display: inline-block;
} */

/* add 20180123 for detail~.html */

.detail3-sns-list-container {
  width: 100%;
  height: auto;
}

.detail3-sns-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
  list-style: none;
}

.detail3-sns-list > .detail3-sns-list-item {
  margin-right: 4px;
}

.detail3-sns-list > .detail3-sns-list-item:last-child {
  margin-right: 0;
}

.detail3-sns-list a {
}

.detail3-sns-list img {
  vertical-align: bottom;
}

.detail-twbutton {
  background: #1da1f2;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.detail-twbutton > img {
  height: 40px;
  width: 40px;
  opacity: 1 !important;
}
.detail-twbutton > span,
.detail-twbutton:visited > span {
  padding: 0px 10px 0px 5px;
  color: #fff;
  font-weight: bold;
}
.detail-twbutton:hover > span,
.detail-twbutton:active > span {
  text-decoration: underline;
}

/* add 20180123 for detail~.html */

.detail3-caution {
  font-size: 12px;
}

.detail3-caution-sub {
  font-size: 16px;
  border-bottom: 1px solid #000;
  margin: 0;
}

/* add 20180123 for detail~.html */

.price3-container {
}

.price3 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-end;
  align-items: flex-end;
}

.price3-price {
  font-size: 14px;
  margin-right: 30px;
}

.price3-discount {
  font-size: 14px;
}

.price3-strong {
  font-size: 30px;
}

/* add 20180124 for 003_index.html and 010_index~.html*/

.container-squre3-wrap {
  /* for hider */

  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.container-squre3 {
  min-height: 200px;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;

  /* for hider */

  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.6s ease;
}

/* add 20180125 for header_design~.html */

.topbar-container {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.topbar {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  overflow: hidden;
}

.topbar-item {
  flex: 0 0 auto;
}

.topbar-item a {
  color: #fff;
  text-decoration: none;
  background: #000;
  padding: 7px;
}

.topbar {
  background: #000;
  height: 30px;
}

.topbar > .topbar-item:last-child {
  margin-right: 0;
}

.topbar-pulldown {
  width: 28px;
  line-height: 14px;
  padding: 0;
  margin: 0;
  height: 100%;
  border: none;
  background: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}

.topbar-pulldown:focus {
  border: none;
  background: transparent;
}

.topbar-pulldown-item {
  border: none;
  outline: none;
}

.topbar-pulldown-item {
  color: #fff;
  background: #000;
}

.topbar-pulldown {
  color: #fff;
}

#target-slide {
  width: 94px;
  background: #000;
  color: white;
  display: none;
  position: absolute;
  margin-top: 5px;
  z-index: 19;
}
#target-slide div {
  padding-left: 5px;
  padding-top: 3px;
}

#target-slide div:hover {
  background: #ddd;
  color: #000;
}

/* add 20180129 for 055_serch_result.html */

.search2-form-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.search2-form {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}

.search2-form-name {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.search2-form-content {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.radio2-list {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  list-style: none;
}

.radio2-list-item {
  width: auto;
  height: auto;
  margin: 0 20px 5px 0;
  overflow: hidden;
}

.radio2-list-item-label {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  overflow: hidden;
}

.radio2-list-item-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: block;
  background-color: transparent;
  background-image: url(../../commonfiles/images/ico_radio.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.radio2-list-item-name {
  flex: 0 1 auto;
}

input:checked + .radio2-list-item-icon {
  background-image: url("../../commonfiles/images/ico_radio_o.png");
}

@media (min-width: 767px) {
  .search2-form-name {
    flex: 0 0 auto;
    /*width: 25%;*/
    width: 200px;
  }
  .search2-form-content {
    flex: 0 1 auto;
  }
  .search2-form {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }
}

@media (min-width: 1280px) {
  .radio2-list {
    /* margin: 0 0 0 calc( 24.88vw - 330px ); */
    /* margin: 0 0 0 calc( 25.64vw - 330px ); */
    /*padding: 0 0 0 calc( 25.64vw - 330px ); fixed 20180215 */
    /* width: 680px; */
  }
}

/* for sp register-button */
#regist-nav {
  position: absolute;
  left: 0;
  top: 68px;
  width: 100%;
  border-top: 2px solid #aaaaaa;
  background-color: #fff;
  z-index: 18;
  display: none;
  background: white;
}

.square_btn {
  width: 49%;
  font-size: 17px;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  color: #fff;
  background: #f80;
  transition: 0.4s;
}

.square_btn2 {
  width: 49%;
  font-size: 17px;
  margin-top: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-decoration: none;
  border: solid #f80;
  color: #f80;
  transition: 0.4s;
  background: white;
}

.headbar .cart .cart-accord2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  display: none;
  padding-top: 15px;
  z-index: 20;
}

.register-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0 !important;
  padding-left: 0 !important;
}

.headbar .cart .hcart-inner .fix-arr:before {
  right: 52px;
}

.btn-primary-2 {
  background-color: white;
  border: solid #f80;
  outline: none;
  text-align: center;
  font-weight: bold;
  color: #f80;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 35px;
  text-decoration: none;
  margin-right: 20px;
}

/* add 20180131 for 008_detail.html */

.detail-main-image-thumb {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

/* add 20180201 for mbox_re-delivery.html */

.arrow-list li a.arrow2-list-link {
  font: inherit;
  color: inherit;
  text-decoration: underline;
}

/* for 044_pv_ranking.html(To avoid opacity) */
.product-list .product .yellow-icon {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #ffb200;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* add 20180205 for ssi/footer.txt */

@media (min-width: 767px) {
  #footer .fsite ul {
    padding-left: 230px;
    padding-right: 90px;
  }
}

/* copy 20180212 from ow.css */

.top-section2-underline2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 9px 0;
  overflow: hidden;
}

.top-section2-underline2:before,
.top-section2-underline2:after {
  content: "";
  position: absolute;
  bottom: 0;
}

.top-section2-underline2:before {
  width: 100%;
  border-bottom: 3px solid #f80;
}

.top-section2-underline2:after {
  width: 100%;
  border-bottom: 3px solid #dddddd;
}

/* add 20180213 for 003 and 004_index.html */

.pagetop-link {
  display: block;
  width: 100%;
  height: 100%;
}

/* add 20180214 for header */

.header-limit {
  max-width: 1200px;
  /* margin: auto; */
}

/* add 20180214 for header and container */

.container-full-width {
  max-width: 999999px;
  margin: 0;
}

/* add 20180215 for 055_search_result.html */

.radio3-list {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  padding-right: 25vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  list-style: none;
}

/* add 20180215 for 003_index~.html */

.top-showmore7-icon-circle {
  background-image: url("../../commonfiles/images/ico-circle-gray.svg");
}

.top-showmore7-icon-maker {
  background-image: url("../../commonfiles/images/ico-maker-gray.svg");
}

/* add 20180219 for ssi/header.txt */

.topbar-item a.select-pages-link {
  padding: 0;
  background: transparent;
}

/* add 20180220 for agreement popup */

.register-agreement-container {
  z-index: 4096;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}

.register-agreement {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
}

.register-agreement-content {
  width: 100%;
  height: auto;
  padding: 12px;
  padding: 12px;
  overflow: auto;
  overflow-x: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.register-agreement-button-group {
  width: 100%;
  height: auto;
  padding: 12px;
}

.register-agreement-button {
  width: 100%;
  height: auto;
}

/* add 20180222 for 077_tokuten_info.html and etc */

.form-style2 {
}

.quantity-style2 {
  width: auto;
  height: 52px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  border: 2px solid #aaa;
  position: relative;
}

.quantity-style2 input {
  padding: 0 13px;
  width: 80px;
  height: 100%;
  border: none;
}

.quantity-style2 .nbutton {
  width: 52px;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #eee;
  cursor: pointer;
}

.quantity-style2 input + .nbutton {
  border-left: 1px solid #ccc;
}

.quantity-style2 .nbutton + .nbutton {
  border-left: 1px solid #ccc;
}

.quantity-style2 .inc {
}

.quantity-style2 .dec {
}

/* add 20180222 for 077_tokuten_info.html and etc */

.quantity-style3 {
  margin: 0;
  padding: 0;
  width: auto;
  height: 52px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  border: 2px solid #aaa;
  position: relative;
}

.quantity-style3 input[type="text"] {
  margin: 0;
  padding: 0 13px;
  width: 80px;
  height: 100%;
  border: none;
}

.quantity-style3 .nbutton {
  width: 52px;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #eee;
  cursor: pointer;
}

.quantity-style3 input + .nbutton {
  border-left: 1px solid #ccc;
}

.quantity-style3 .nbutton + .nbutton {
  border-left: 1px solid #ccc;
}

.quantity-style3 .inc {
}

.quantity-style3 .dec {
}

.break {
  word-wrap: break-word;
}

/* add 20180307 for 003_index~.html */

.abbrev-js-target {
  word-break: break-all;
  word-wrap: break-word;
}

/* add 20180308 for 180_mbox_delay.html, mbox_re-delivery.html and mbox_credit_error.html */

.box-inner {
  word-break: break-all;
  word-wrap: break-word;
}

/* add 20180308 for ssi/header.txt */

.header-main-menu {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  list-style: none;
}

.header-main-menu-item {
  flex: 0 1 auto;
  margin: 5px 10px;
  border-bottom: 1px solid #eeeeee;
}

.header-main-menu-item a {
  padding: 5px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #222;
  position: relative;
}

/* .header-main-menu-item a:after {
  content: "";
  background: url("../../commonfiles/images/icons.png") no-repeat 0 0;
  width: 6px;
  height: 9px;
  display: inline-block;
  margin-left: 6px;
} */

.header-main-menu-item.active a {
  color: #aaa;
}

/* add 20180312 for ssi/header.txt */

.detail-header-content ul {
  margin: 0;
  padding: 9px 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  list-style: none;
}

.detail-header-content ul li {
  padding: 4px;
}

.detail-header-content ul li > * {
  margin: 0;
  display: block;
  font-size: 16px;
  text-align: center;
  background: #fff;
  color: #222;
}

.detail-header-content ul li > .header-forcus {
  font-weight: bold;
  text-decoration: none;
  color: #fb0;
  pointer-events: none;
}

/* add 20180312 for ssi/header.txt */

.main-menu-title {
  padding: 17px 38px 16px 30px;
  padding: 12px 38px 12px 30px;
  position: relative;
  font-size: 16px;
  background: #e9e9e9;
  color: #6e6e6e;
  text-align: center;
}

/* add 20180312 for ssi/header.txt */

.ec-selector-container {
}

.ec-selector-text {
  cursor: pointer;
}

.ec-selector {
  width: auto;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  z-index: 19;
  background: #000;
  margin-top: 5px;
}

.ec-selector > .ec-selector-category:first-child {
  margin-top: 0;
}

.ec-selector-category {
  margin: 3px 0;
  padding: 3px 6px;
  padding-top: 4px;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  color: #fff;
  user-select: none;
  pointer-events: none;
}

.ec-selector-item {
  margin: 0;
  padding: 3px 6px;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
}

.ec-selector-item a {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.ec-selector-item:hover {
  background: #ccc;
}

/* add 20180315 for 042_syunkanhuusoku.html */

.wind-ranking-thumbnail {
  max-width: 46px;
  max-height: 66px;
}

/* add 20180315 for 055_serch_result.html */

.list__item > div.search-result-inside-container {
}

/* add 20180319 for agreement popup */

@media (min-width: 767px) {
  .register-agreement {
    max-width: 640px;
    max-height: 640px;
  }
}

/* add 20180327 for https://ec-stg-shop.inn.toranoana.jp/tora/ec/cot/pages/all/test/2018/03/heiko/ */

.product_title {
  word-wrap: break-word;
  word-break: break-all;
}

/* 20180330更新しました */

h1.page_header {
  border-left: 4px solid #f80;
  padding: 10px 10px 10px 20px;
  color: #222;
  word-break: break-all;
  font-weight: bold;
  font-size: 36px;
}
@media (max-width: 766px) {
  h1.page_header {
    font-size: 22px;
  }
}

h1.main_header {
  color: #fff;
  background: #f80;
  word-break: break-all;
  padding: 10px;
  font-weight: bold;
  font-size: 22px;
}
@media (max-width: 766px) {
  h1.main_header {
    font-size: 18px;
  }
}

h2.text_header {
  display: block;
  color: #fff;
  background: #f80;
  word-break: break-all;
  margin: 0 0 10px 0;
  padding: 5px;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 766px) {
  h2.text_header {
    font-size: 18px;
  }
}

h2.text_header2 {
  display: block;
  color: #fff;
  background: #fb0;
  word-break: break-all;
  margin: 0 0 10px 0;
  padding: 5px;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 766px) {
  h2.text_header2 {
    font-size: 18px;
  }
}

h3.sub_header {
  position: relative;
  width: 100%;
  height: auto;
  padding: 2px 0;
  margin: 5px 0;
  overflow: hidden;
}
h3.sub_header:before,
h3.sub_header:after {
  content: "";
  position: absolute;
  bottom: 0;
}
h3.sub_header:before {
  width: 100%;
  border-bottom: 3px solid #f80;
}
h3.sub_header:after {
  width: 100%;
  border-bottom: 3px solid #dddddd;
}

/* add 20180403 for 007_tokuten_info.html */

.lead-this {
  font-size: 14px;
}

.tokuten-img {
  width: 100%;
  margin-bottom: 15px;
}

.tokuten-img img {
  width: 50%;
}

.inner-content p {
  line-height: 1.3;
  margin: 7px 0;
}

@media (min-width: 767px) {
  .inner-flex {
    display: flex;
  }

  .tokuten-img {
    margin: 0;
    max-width: 80px;
  }

  .tokuten-img img {
    width: 80px;
  }
}

/* add20180420 */

.date-list div:nth-child(2):before {
  /* content: "または"; */
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 50%;
  right: 0;
  left: 0;
  width: 33px;
}

.day-fix {
  width: 45% !important;
}

@media (min-width: 767px) {
  .date-list div:nth-child(2):before {
    width: 43px;
  }
}

.select-dis {
  border-color: #ddd;
  pointer-events: none !important;
}

.select-dis:after {
  background-color: #ddd;
}

.select-dis select {
  color: #ddd;
}

select:disabled::-ms-value {
  color: #ddd;
}

.rhythm-content .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.rhythm-content .row .dlLine {
  width: 50%;
  height: auto;
  padding: 0 2px 4px;
}

@media (min-width: 960px) {
  .rhythm-content .row .dlLine {
    width: 33.33334%;
  }
}

@media (min-width: 1200px) {
  .rhythm-content .row .dlLine {
    width: 25%;
  }
}

.col-3 {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.animate {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 5px 10px !important;
}

.information_window {
  border: 1px solid #ccc;
  text-align: left;
  width: 100%;
  height: 80px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 10px;
}

#h_tora,
#h_joshi,
#h_tora-r,
#h_joshi-r,
#h_tora-denshi,
#h_joshi-denshi,
#h_tora-denshi_r,
#h_joshi-denshi_r,
#h_aqua,
#h_aqua_r {
  display: none;
}

.float-menu {
  position: absolute;
  width: 100%;
  z-index: 2;
  display: none;
  top: 190px;
  right: 20px;
}

.float-wrap {
  position: absolute;
  width: 350px;
  height: auto;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  right: 0;
  top: 10px;
  overflow: hidden;
}

.float-menu:before {
  width: 20px;
  height: 20px;
  border-bottom: 20px solid rgba(0, 0, 0, 0.8);
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  border-left: 20px solid transparent;
  content: "";
  position: absolute;
  top: -30px;
  right: 45px;
  pointer-events: none;
}

.one-section {
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px 0;
}

.float-wrap div > a {
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  height: 70px;
  flex-basis: 47%;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #aaa;
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center 20%;
}

.float-wrap div > a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: center bottom;
}

.float-wrap div > a:hover {
  background-color: #ededed;
  box-shadow: none;
}

.float-wrap div > a:nth-of-type(1):after {
  background-image: url("https://contents.toranoana.jp/ec/img/adult_dis.png");
}

.float-wrap div > a:nth-of-type(2):after {
  background-image: url("https://contents.toranoana.jp/ec/img/all_dis.png");
}

.float-wrap div:nth-of-type(2) a:nth-of-type(1) {
  background-image: url("https://contents.toranoana.jp/ec/img/logo1.png");
}
.float-wrap div:nth-of-type(2) a:nth-of-type(2) {
  background-image: url("https://contents.toranoana.jp/ec/img/logo1.png");
}
.float-wrap div:nth-of-type(3) a:nth-of-type(1) {
  background-image: url("https://contents.toranoana.jp/ec/img/logo3.png");
}
.float-wrap div:nth-of-type(3) a:nth-of-type(2) {
  background-image: url("https://contents.toranoana.jp/ec/img/logo3.png");
}
.float-wrap div:nth-of-type(5) a:nth-of-type(1) {
  background-image: url("https://contents.toranoana.jp/ec/img/logo2.png");
}
.float-wrap div:nth-of-type(5) a:nth-of-type(2) {
  background-image: url("https://contents.toranoana.jp/ec/img/logo2.png");
}
.float-wrap div:nth-of-type(6) a:nth-of-type(1) {
  background-image: url("https://contents.toranoana.jp/ec/img/logo4.png");
}
.float-wrap div:nth-of-type(6) a:nth-of-type(2) {
  background-image: url("https://contents.toranoana.jp/ec/img/logo4.png");
}
.float-wrap div:nth-of-type(8) a:nth-of-type(1) {
  background-image: url("../../commonfiles/images/logo_aq.png");
  background-size: 90%;
  background-repeat: no-repeat;
  position: relative;
  background-position: center 45%;
}

.float-wrap div:nth-of-type(8) a:nth-of-type(1):after {
  content: "";
  background-image: url("../../commonfiles/images/logo_aq-after.png");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center 45%;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}

.float_action {
  animation-name: floatAnime;
  animation-duration: 0.1s;
  animation-timing-function: ease;
  display: block !important;
}

@keyframes floatAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 766px) {
  .float-menu {
    display: none !important;
  }
}

.brand-name {
  font-size: 14px;
  border-bottom: solid 1px;
  margin-left: 50px;
  line-height: 1.5;
  position: relative;
}

.brand-color {
  color: #ffa500;
  margin-top: 10px !important;
}
.brand-color2 {
  color: #ff458c;
}
.brand-color3 {
  color: #68c6ff;
}

.human-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.human-menu a {
  position: relative;
  text-align: left;
  flex-basis: 49%;
  padding: 0;
  line-height: 3;
  font-size: 12px;
  border-bottom: solid 1px #aaa;
  text-decoration: none;
}

.human-menu a:nth-child(even):before {
  position: absolute;
  content: "";
  background: #aaa;
  width: 1px;
  height: 25px;
  margin: auto;
  top: 0;
  left: -2px;
  bottom: 0;
}

@media (max-width: 766px) {
  .search-wrap {
    text-align: right;
    position: relative;
  }

  .search-wrap input[type="text"] {
    width: 80%;
  }
}

.table-2 thead th:nth-of-type(4) {
  min-width: 106px;
}

.ico-minus {
  background: url("../../commonfiles/images/ico_close_sp.png");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  padding: 0 0 0 15px;
  background-position: 0 50%;
}

@media (max-width: 766px) {
  .fix-radio td:nth-of-type(1) {
    position: relative;
  }

  .radio-fix2 input:checked + span,
  .radio-fix2 label span {
    background-size: contain !important;
    position: absolute;
    top: 15px;
    left: 15px;
  }

  .btn1-fix {
    display: inline-block;
  }

  .ico-minus {
    background-size: 8px 8px;
  }
}

/* h1, h2 */

.circle-profile-h1 {
  padding: 15px 10px 15px 30px;
  border-bottom: 4px solid #f80;
  font-size: 18px;
  font-weight: bold;
}

.circle-profile-h2 {
  padding: 5px 10px;
  border-left: 5px solid #f80;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.circle-profile {
}

/* main */

.circle-profile-main {
  width: 100%;
  height: auto;
}

@media (max-width: 766px) {
  .circle-profile-main {
    display: block;
    /* display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start; */
  }
}

@media (min-width: 767px) {
  .circle-profile-main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
}

.circle-profile-name {
  margin-bottom: 10px;
}

/* information */

.circle-profile-information {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow: hidden;
  margin-left: 10px;
}

@media (max-width: 766px) {
  .circle-profile-information {
    margin-left: 0;
  }
}

.circle-profile-information > div {
  margin-bottom: 10px;
}

/* detail */

.circle-profile-detail {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.circle-profile-detail li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.circle-profile-detail li:not(:last-child) {
  margin-bottom: 5px;
}

@media (max-width: 766px) {
  .circle-profile-detail li {
    display: block;
  }
  .circle-profile-detail li span:nth-child(1) {
    font-weight: bold;
  }
  .circle-profile-detail li span:nth-child(1)::after {
    content: ":";
    margin-right: 5px;
  }
  .circle-profile-detail li span:nth-child(2) {
    display: none;
  }
}

@media (min-width: 767px) {
  .circle-profile-detail li span:nth-child(1) {
    font-weight: bold;
    min-width: 9em;
  }
  .circle-profile-detail li span:nth-child(2) {
    margin-right: 5px;
  }
}

/* picture */

.circle-profile-picture {
  margin-bottom: 10px;
}

.circle-profile-picture img {
  vertical-align: bottom;
}

.circle-profile-picture {
  flex: 0 1 auto;
  max-width: 300px;
}
.circle-profile-picture img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

@media (max-width: 766px) {
  .circle-profile-picture {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

/* banners */

.circle-profile-banners {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
}

.circle-profile-banners li {
  flex: 0 1 auto;
  max-width: 200px;
  padding: 2px;
}
@media (max-width: 766px) {
  .circle-profile-banners li {
    max-width: 100%;
    width: 33.33%;
  }
}
@media (max-width: 480px) {
  .circle-profile-banners li {
    width: 50%;
  }
}

.circle-profile-banners li a,
.circle-profile-banners li img {
  display: block;
  min-height: 0;
  width: 100%;
  height: auto;
}

.dwm_switch a,
.catego_switch a {
  white-space: nowrap;
}

.law_header {
  background-color: #444444;
  color: #ffffff;
  font-weight: bold;
  font-size: 21pt;
  padding: 20px;
}
.law_text {
  margin: 20px;
}

.imgframe_gold {
  background: linear-gradient(
    to bottom,
    #f2bd00 1%,
    #ffec82 25%,
    #fffdf2 50%,
    #ffe568 51%,
    #ffc116 75%,
    #b29d00 100%
  );
  padding: 4px;
}

/* 20180820 delivery attention */
.black-attention {
  font-size: 14px;
  font-weight: bold;
}
.red-attention {
  font-size: 16px;
  color: #f00;
  font-weight: bold;
}
.button-group .btn-blue {
  background-color: #0af;
}
.delivery {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (max-width: 766px) {
  .delivery {
    margin-bottom: -10px;
  }
}
.delivery p {
  display: block;
  white-space: nowrap;
  line-height: 1.1;
  margin: 0 0 3px 0;
  padding: 0;
}
.delivery-qa > a {
  display: inline-block;
  white-space: nowrap;
}

/* 20180829 cartMain */
.total2-container > .button-group a {
  font-size: 17px;
  padding: 5px;
}

@media (min-width: 767px) {
  .total2-container > .button-group a {
    font-size: calc(1rem + ((1vw - 7.67px) * 3.6951));
    padding: 11px 0;
  }
}

@media (min-width: 1200px) {
  .total2-container > .button-group a {
    font-size: 33px;
  }
}

.brand-selecter {
  display: flex !important;
  justify-content: space-between;
  white-space: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 766px) {
  .brand-selecter {
    flex-wrap: wrap;
  }

  .brand-selecter > div {
    flex-basis: 50%;
  }

  .brand-selecter > div:nth-of-type(1) {
    order: 1;
  }
  .brand-selecter > div:nth-of-type(2) {
    order: 3;
  }
  .brand-selecter > div:nth-of-type(3) {
    order: 2;
  }
  .brand-selecter > div:nth-of-type(4) {
    order: 4;
  }

  .disable-sp {
    display: none !important;
  }

  .brand-selecter > div {
    margin-bottom: 5px;
  }

  .ranking-table td {
    padding: 0 !important;
  }

  .ranking-table th {
    padding: 5px;
  }
}

.internal-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.internal-list > a {
  display: block;
  flex: 0 0 calc(50% - 5px);
  align-self: center;
  margin: 0 2.5px;
  position: relative;
  margin-top: 5px;
  font-size: 12px;
  text-decoration: none;
  color: #3a96d5;
  padding-left: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 767px) {
  .internal-list > a:nth-child(-n + 4) {
    margin-top: 0;
  }
}
@media (max-width: 766px) {
  .internal-list > a:nth-child(-n + 2) {
    margin-top: 0;
  }
}

.internal-list > a[data-gender="female"] {
  background: #f3e6e7 !important;
}
.internal-list > a[data-gender="male"] {
  background: #e6e7f3 !important;
}
.internal-list > a[data-gender="other"] {
  background: #dadada !important;
}

.internal-list > a:before {
  position: absolute;
  content: "";
  background-image: url(../../commonfiles/images/icons.png);
  left: 0;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 8px;
  margin-top: -5px;
}

@media (min-width: 767px) {
  .internal-list > a {
    flex: 0 0 calc(25% - 5px);
    font-size: 14px;
  }
}

/* 20180923 for maximize subscribe button */
@media (min-width: 767px) {
  .userpc a:last-child {
    font-size: calc(0.75rem + ((1vw - 7.67px) * 1.1547));
  }
}
@media (min-width: 1200px) {
  .userpc a:last-child {
    font-size: 17px;
  }
}

/* 20180927 */
.textlink_jump {
  width: 100%;
  text-align: center;
}
.textlink_jump a {
  display: inline-block;
  width: 75%;
  text-decoration: none;
  padding: 10px;
  border-radius: 20px;
  background: #f80;
  color: #fff;
  font-weight: bold;
}
.textlink_jump a:hover {
  opacity: 0.7;
}

/* 20180929 お届け先情報の登録fix */
.info-msg {
  margin-bottom: 10px;
}

.info-msg__link {
  color: #444644;
  position: relative;
  padding-left: 15px;
  font-size: 12px;
  line-height: 1.4;
  display: block;
  margin-bottom: 10px;
}

.info-msg__link:last-child {
  margin-bottom: 0;
}

.info-msg__link:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  background-image: url(../../commonfiles/styles/images/ui-icons_555555_256x240.png);
  background-repeat: no-repeat;
  background-size: 260px;
  background-position: 7% 64%;
}

.radio-accord .accord-content {
  position: relative;
}

.radio-accord .accord-content.extension-pad {
  padding-bottom: 40px;
}

.radio-accord .accord-content > .info-msg {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
  right: 15px;
  margin-bottom: 0;
  bottom: 15px;
}

.radio-accord .accord-content > .info-msg__link {
  position: absolute;
  margin-left: 0;
  right: 15px;
  bottom: 15px;
}

.radio-accord .accord-content > .info-msg > .info-msg__link {
  margin-right: 15px;
  margin-bottom: 0;
}

.radio-accord .accord-content > .info-msg > .info-msg__link:last-child {
  margin-right: 0;
}

@media (min-width: 767px) {
  .info-msg {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .info-msg__link {
    margin-left: 15px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.3;
    padding-left: 15px;
  }

  .info-msg__link:first-child {
    margin-left: 0;
  }

  .radio-accord .accord-content > .info-msg {
    right: 30px;
  }

  .radio-accord .accord-content > .info-msg__link {
    right: 30px;
    bottom: 15px;
  }
}

/* 20181017 cardListMain（クレジットカード情報一覧（パーツ））fix */

.w-80-pc.btn1-fix.orange {
  padding: 5px;
  position: static;
  border-width: 2px;
}

.pos-item-pc.right-center.forCreditFix {
  position: absolute;
  min-width: 70px;
  right: 0;
  top: 0;
  margin: 0;
}

.w-80-pc.btn1-fix.orange > .ico-plus {
  background-position: 7% 50%;
}

@media (max-width: 766px) {
  .w-80-pc.btn1-fix.orange {
    font-size: 12px;
  }
  .pos-item-pc.right-center.forCreditFix {
    min-width: 60px;
    top: -13px;
    text-align: right;
  }
}

/* 20181019 adultCheckMain（年齢認証（パーツ））fix */

.text-center.btn-double_wrapper > .btn-success:last-child {
  background: white !important;
  border: solid 2px #f80;
  color: #f80;
  padding: calc(15px - 2px) 0;
}

.text-center.btn-double_wrapper > .btn-success {
  vertical-align: bottom;
  height: 45px;
}

@media (min-width: 767px) {
  .text-center.btn-double_wrapper > .btn-success {
    line-height: 1.5;
    height: 52px;
  }
}

/* 20181019 shippingMain（配送先選択（パーツ））fix */

.btn-success.btn-success--shippingAddress {
  position: relative;
  background: transparent;
  color: #f80;
  border: solid 2px #f80;
  padding: 8px 0;
  text-align: center;
}

.btn-success.btn-success--shippingAddress:before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  height: 15px;
  width: 15px;
  line-height: 1;
  left: 45px;
  background-image: url(../../commonfiles/images/ico_open_sp.png);
  background-size: contain;
}

@media (min-width: 767px) {
  .btn-success.btn-success--shippingAddress {
    text-align: right;
    padding-right: 45px;
    font-size: 14px !important;
  }
}

.cart-banner-area {
  margin-top: 10px;
}
.cart-banner-area,
.cart-banner-area * {
  width: 100%;
  height: auto;
}

/* 20181021 searchMain（詳細検索（パーツ））fix */

#more-search-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: opacity ease 0.3s;
}

.more-search-container--limit {
  height: 0 !important;
  opacity: 0;
}

.more-search {
  position: relative;
  height: 42px;
  width: auto;
  font-weight: bold;
  color: #0368c6;
  font-size: 16px;
  margin: 0 auto;
  max-width: 767px;
}

.more-search__word {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  height: 16px;
  line-height: 1;
}

.more-search__word:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: contain;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: -140px;
}
.more-search__word.close-it:before {
  background-image: url(../../commonfiles/images/ico_open_sp.png);
}
.more-search__word.open-it:before {
  background-image: url(../../commonfiles/images/ico_close_sp.png);
}

.more-search + .subfrm {
  padding-top: 15px;
}

@media (min-width: 767px) {
  .more-search:hover {
    background: #eee;
  }

  .more-search + .subfrm {
    padding-top: 30px;
  }
}

@media (max-width: 766px) {
  .more-search {
    font-size: 12px;
  }

  .more-search__word {
    height: 12px;
  }

  .more-search__word:before {
    width: 10px;
    height: 10px;
    left: -100px;
  }

  .more-search {
    font-size: 12px;
    margin-top: 15px;
  }
}

/* cartMain（カート（パーツ）） */

.freeships {
  width: 100%;
  background: #545454;
  text-align: center;
  font-size: 18px;
  padding: 5px 0;
  position: absolute;
  font-size: 13px;
  margin: auto;
  max-width: 210px;
  border-radius: 10px;
  animation: freeships ease 0.8s infinite;
  color: #fff;
  right: 0;
  left: 0;
  top: 0;
  line-height: 1;
  display: none;
}

@media (min-width: 767px) {
  .freeships {
    top: -13px;
  }
  .freeships-commodityKind {
    top: -30px;
  }
}

.freeships:before {
  content: "";
  position: absolute;
  background: none;
  margin: auto;
  left: 40px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #545454 transparent transparent transparent;
}

.freeships__price {
  color: #ffb26f;
  font-size: 16px;
}

.freeships__price__commodityKind {
  color: #ffb26f;
  font-size: 16px;
}

.freeships__text__commodityKind {
  color: #ffb26f;
  font-size: 16px;
}

.freeships__word {
  font-weight: bold;
}

.freeships #done,
.freeships #yet {
  display: none;
}

.freeships-commodityKind #done,
.freeships-commodityKind #yet {
  display: none;
}

.freeships #done.activeFreeShips,
.freeships #yet.activeFreeShips {
  display: block;
}

.freeships-commodityKind #done.activeFreeShips,
.freeships-commodityKind #yet.activeFreeShips {
  display: block;
}

@media (min-width: 767px) {
  .freeships {
    font-size: calc(0.75rem + ((1vw - 7.67px) * 1.3857));
    max-width: 235px;
  }

  .freeships__price {
    font-size: calc(1rem + ((1vw - 7.67px) * 1.8476));
  }

  .freeships__price__commodityKind {
    font-size: calc(1rem + ((1vw - 7.67px) * 1.8476));
  }

  .freeships__text__commodityKind {
    font-size: calc(1rem + ((1vw - 7.67px) * 1.8476));
  }
}
@media (min-width: 1200px) {
  .freeships {
    font-size: 18px;
  }

  .freeships__price {
    font-size: 24px;
  }

  .freeships__price__commodityKind {
    font-size: 20px;
  }

  .freeships__text__commodityKind {
    font-size: 24px;
  }
}

@keyframes freeships {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}

.total2-container {
  position: relative;
}

@media (min-width: 767px) {
  .control-padding {
    padding: 30px 20px 20px 20px;
  }
}

.unique-title {
  border-bottom: 3px solid #f80;
  margin-bottom: 5px;
}

.unique-title > span {
  display: inline-block;
  border-radius: 7px 7px 0px 0px;
  color: #fff;
  margin: 0px;
  padding: 5px 5px 2px 5px;
  background: #f80;
  font-weight: normal;
  font-size: 22px;
  font-family: HGS創英角ﾎﾟｯﾌﾟ体;
}

@media (max-width: 766px) {
  .unique-title > span {
    font-size: 14px;
  }

  .unique-title > a {
    font-size: 12px;
  }
}

.cart-sidebar2.cart-hidden-fix,
.cart-container2.cart-hidden-fix {
  overflow: visible !important;
}

.apologize_img {
  width: 100%;
  height: 150px;
  background: url("../../commonfiles/images/apologize.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 766px) {
  section#cycle .radio-fix {
    margin: 0;
    height: 31px;
    position: relative;
  }
  section#cycle .radio-style label {
    height: 31px;
    position: absolute;
    height: 22px;
    margin: auto;
    left: 5px;
    top: 0;
    bottom: 0;
  }
}

section#indexlist h3.head-3 {
  border: none;
  padding: 5px 10px;
  color: #222;
}

@media screen and (max-width: 766px) {
  section#indexlist h3.head-3 span:before {
    font-size: 12px;
    right: -15px;
  }
}

section#indexlist .internal-list {
  padding-bottom: 30px;
  border-bottom: solid 1px #ddd;
}

section#indexlist .internal-list a {
  background: #eeeeee;
  padding: 7px 10px 7px 20px;
  line-height: 1;
  color: #222;
}

section#indexlist .internal-list a:hover {
  opacity: 0.7;
}

section#indexlist .internal-list a:before {
  left: 10px;
}

section#indexlist .internal-list a:nth-last-of-type(2),
section#indexlist .internal-list a .internal-list > a:last-of-type {
  margin-bottom: auto;
}

.btn-flat {
  background: white;
  box-shadow: 0 0 0 2px inset #f80;
  color: #f80;
}

.product_title {
  padding: 0px 0 3px 0;
}

/* 20190118 orderConfirm */
.confirm-wrap {
  width: 100%;
  display: flex;
}

.confirm-wrap * {
  box-sizing: border-box;
}
.confirm-container {
  box-sizing: border-box;
}
.confirm-container.has_error {
  background-color: #fef1e5;
}
.confirm-container * {
  box-sizing: border-box;
}
.confirm-wrap > * {
  display: flex;
  flex-direction: column;
}

.confirm-wrap > *:not(:last-child) {
  padding-right: 5px;
}
.confirm-wrap__payment {
  flex: 1 1 100%;
  max-width: 33.33%;
}
.confirm-wrap__info {
  flex: 1 1 100%;
  max-width: 33.33%;
}
.confirm-wrap__confirm {
  flex: 1 1 100%;
  max-width: 33.33%;
}
.confirm-container {
  flex: 1 0 auto;
  font-size: 14px;
  word-break: break-all;
  border: 1px solid #bababa;
}
.confirm-container:not(:last-child) {
  margin-bottom: 5px;
}
.confirm-container__header {
  margin: -1px -1px 1px -1px;
  padding: 7px 5px;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff;
  background: #999;
}
.confirm-container__header a,
.confirm-container__header a:visited {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
}
.confirm-container__header a:hover,
.confirm-container__header a:active {
  color: #fff;
  opacity: 0.7;
}
.confirm-container__header a::before {
  display: inline-block;
  width: 6px;
  height: 8px;
  margin-right: 3px;
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg width='6' height='8' viewPort='0 0 6 8' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,0 6,4 0,8' fill='%23ff8800'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}
.conirm-container__header span {
  font-size: 12px;
  font-weight: normal;
}
.confirm-container__header .restPoint {
  color: #ff0;
}
.confirm-container__list {
  padding: 0 5px 5px 5px;
  margin: 0;
  list-style: none;
}
.confirm-container__list li {
  display: flex;
  align-items: center;
  padding: 2px 0;
}
.confirm-container__list li {
  border-bottom: 1px dashed #ccc;
}
.confirm-container__list li > div:nth-child(1) {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100px;
  font-size: 12px;
  font-weight: bold;
}
.confirm-container__list li > div:nth-child(2) {
  flex: 1 1 auto;
  text-align: right;
}
.confirm-container__list li.has_error_option {
  color: red;
}
.confirm-attention {
  margin: 5px 0;
  font-size: 11px;
}
.confirm-container__button {
  padding: 5px;
}
.confirm-container__button a {
  display: block;
  font-size: 16px;
  padding: 23px 5px 21px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: #f80;
  border: none;
}
.confirm-container__button a:hover,
.confirm-container__button a:active {
  opacity: 0.7;
}
.confirm-container__radio {
  flex: 1 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
li.confirm-container__radio {
  justify-content: flex-start;
}
.confirm-container__radio > div {
  flex: 0 1 auto;
  margin-right: 10px;
}
.confirm-container__radio input {
  display: none;
}
.confirm-container__radio input + label {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
  margin: 2px 0;
  cursor: pointer;
}
.confirm-container__radio input + label:before {
  content: "";
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: block;
  background-color: transparent;
  background-image: url(https://ecs.toranoana.jp/ec/files/commonfiles/images/ico_radio.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.confirm-container__radio input:checked + label:before {
  background-image: url(https://ecs.toranoana.jp/ec/files/commonfiles/images/ico_radio_o.png);
}
.confirm-container__radio .confirm-container__radio_row {
  white-space: pre-wrap;
}

.confirm-container__radio #inputUsingPointDiscount {
  display: block;
  max-width: 50%;
  margin: 0 0 0 auto;
  text-align: right;
}
@media (max-width: 767px) {
  .confirm-container__radio #inputUsingPointDiscount {
    max-width: 100%;
  }
}
.confirm-container__radio #inputUsingPointDiscount::-webkit-inner-spin-button,
.confirm-container__radio #inputUsingPointDiscount::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.confirm-container__radio .btn-apply {
  font-size: 14px;
  padding: 4px 0px;
  width: 100%;
}
.confirm-container__radio .btn-already-apply {
  background-color: white;
  border: 1px solid #090;
  color: #090;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 4px 0px;
  text-align: center;
  width: 100%;
}
.confirm-container__price {
  color: #fe0b0b;
  font-weight: bold;
  font-size: 20px;
}
.confirm-container__item {
  list-style: none;
  margin: 0;
  padding: 5px;
  font-size: 12px;
}
.confirm-container__item li {
  display: flex;
  background: #fff;
  border-bottom: 1px solid #bababa;
}
.confirm-container__item li:first-child {
  background: #eee;
  border-top: 1px solid #bababa;
}
.confirm-container__item li:first-child > div p {
  padding: 2px;
}
.confirm-container__item li > div {
  display: flex;
  align-items: center;
  border-right: 1px solid #bababa;
  text-align: center;
}
.confirm-container__item li > div:first-child {
  border-left: 1px solid #bababa;
}
.confirm-container__item.nitemlist li > div:nth-child(1) {
  flex: 1 0 80px;
  max-width: 80px;
}
.confirm-container__item.nitemlist li > div:nth-child(2) {
  flex: 1 0 100px;
  max-width: 100px;
}
.confirm-container__item.nitemlist li > div:nth-child(3) {
  flex: 1 0 50px;
  max-width: 50px;
}
.confirm-container__item.nitemlist li > div:nth-child(4) {
  flex: 1 1 auto;
  max-width: 100%;
  text-align: left;
}
.confirm-container__item.nitemlist li > div:nth-child(5) {
  flex: 1 0 120px;
  max-width: 120px;
}
.confirm-container__item.nitemlist li > div:nth-child(6) {
  flex: 1 0 40px;
  max-width: 40px;
}
.confirm-container__item.nitemlist li > div:nth-child(7) {
  flex: 1 0 120px;
  max-width: 120px;
}

.confirm-container__item.eitemlist li > div:nth-child(1) {
  flex: 1 0 100px;
  max-width: 100px;
}
.confirm-container__item.eitemlist li > div:nth-child(2) {
  flex: 1 0 50px;
  max-width: 50px;
}
.confirm-container__item.eitemlist li > div:nth-child(3) {
  flex: 1 1 auto;
  max-width: 100%;
  text-align: left;
}
.confirm-container__item.eitemlist li > div:nth-child(4) {
  flex: 1 0 120px;
  max-width: 120px;
}
.confirm-container__item.eitemlist li > div:nth-child(5) {
  flex: 1 0 120px;
  max-width: 120px;
}

.confirm-container__item li > div > div {
  display: none;
}

.confirm-container__item li > div > p {
  margin: 0;
  padding: 0 2px;
  width: 100%;
}
.confirm-container__item li > div span.redsq {
  margin: 1px;
  padding: 0px 1px;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  color: #f00;
  border: 1px solid #f00;
  border-radius: 2px;
}
.confirm-container__item li > div img {
  width: 100%;
  height: auto;
}

@media (max-width: 1000px) {
  .confirm-container__list li {
    display: block;
  }
  .confirm-container__list li > div:nth-child(2) {
    text-align: left;
  }
}
@media (max-width: 766px) {
  .confirm-wrap {
    flex-direction: column;
  }
  .confirm-wrap > * {
    flex: 0 0 auto;
    padding: 0px !important;
    width: 100%;
    max-width: 100%;
  }
  .confirm-container {
    width: 100%;
  }
  .confirm-container__header {
    margin: -1px -1px 1px -1px;
    padding: 2px 5px;
  }
  .confirm-wrap__payment {
    order: 3;
  }
  .confirm-wrap__info {
    order: 2;
    margin-bottom: 5px;
  }
  .confirm-wrap__confirm {
    order: 1;
    margin-bottom: 5px;
  }
  .confirm-container__item li > div {
    max-width: 100% !important;
    border-left: 1px solid #bababa;
    text-align: left;
  }
  .confirm-container__item li > div:not(:last-child) {
    border-bottom: 1px dashed #ccc;
  }
  .confirm-container__item li > div > div {
    font-weight: bold;
    display: block;
    flex: 1 0 90px;
    max-width: 90px !important;
    padding-left: 2px;
  }
  .confirm-container__item li > div > p {
    display: block;
    flex: 1 1 100%;
    padding: 2px 2px 2px 0;
  }
  .confirm-container__item li > div img {
    width: 50px;
  }
  .confirm-container__item li {
    display: block;
    border-top: 1px solid #bababa;
  }
  .confirm-container__item li:first-child {
    display: none !important;
  }
  .confirm-container__item li:not(:last-child) {
    margin-bottom: 5px;
  }

  .confirm-container__button a {
    display: block;
    font-size: 11px;
    padding: 15px 0;
  }
}

.confirm-container__help {
  padding: 0 5px 5px 5px;
  display: flex;
  justify-content: space-between;
}

.confirm-container__help > a.confirm-container__help__button {
  padding: 8px 0;
  line-height: 1;
  display: block;
  width: calc(50% - 2.5px);
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  text-decoration: none;
  font-weight: bold;
  color: #3a96d5;
}

.confirm-container__help > a.confirm-container__help__button:hover {
  background: #eee;
}

.box-with {
  display: flex !important;
  width: 100%;
  justify-content: flex-start;
}

.box-with__selectbox {
  width: 100%;
}

@media screen and (max-width: 766px) {
  .box-with__selectbox {
    width: 100%;
  }
}

.box-with__button {
  width: 100%;
  text-align: center;
  max-width: 150px;
  background: #f70;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 13px 0 0 0;
  font-size: 16px;
  line-height: 1;
  margin-left: 20px;
  white-space: nowrap;
}

@media screen and (max-width: 766px) {
  .box-with__button {
    font-size: 12px;
    padding: 11px 0 0 0;
    margin-left: 10px;
    max-width: 100px;
  }
}

.preference-myfolder {
  list-style: none;
  padding: 0;
  margin: 0;
}

.preference-myfolder__title {
  padding: 20px 0 !important;
  background: #eee;
}

@media screen and (max-width: 766px) {
  .preference-myfolder__title {
    padding: 10px 0 !important;
  }
}

.preference-myfolder__title > div {
  font-weight: bold;
}

.preference-myfolder__title > div:last-child {
  width: 160px;
  text-align: center;
  padding-left: 0;
}

@media screen and (max-width: 766px) {
  .preference-myfolder__title > div:last-child {
    width: 85px;
  }
}

.preference-myfolder li {
  width: 100%;
  line-height: 1;
  border-bottom: solid 1px #ddd;
  padding: 30px 0;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 766px) {
  .preference-myfolder li {
    font-size: 14px;
    padding: 20px 0;
  }
}

.preference-myfolder li:first-child {
  border-top: solid 1px #ddd;
}

.preference-myfolder li .checkbox-style input {
  display: block;
}

.preference-myfolder li input {
  display: none;
}

.preference-myfolder li input:checked + label:before {
  background-image: url(../../commonfiles/images/ico_check_o.png);
}

@media screen and (max-width: 766px) {
  .preference-myfolder li input:checked + label:before {
    background-image: url(../../commonfiles/images/ico_check_sp_o.png);
  }
}

.preference-myfolder li label {
  position: relative;
  width: 160px;
  height: 26px;
  pointer-events: none;
}

@media screen and (max-width: 766px) {
  .preference-myfolder li label {
    width: 85px;
  }
}

.preference-myfolder li label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../../commonfiles/images/ico_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  pointer-events: auto;
}

@media screen and (max-width: 766px) {
  .preference-myfolder li label:before {
    background-image: url(../../commonfiles/images/ico_check_sp.png);
  }
}

.preference-myfolder li div {
  width: 100%;
  padding-left: 50px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media screen and (max-width: 766px) {
  .preference-myfolder li div {
    padding-left: 20px;
  }
}

.confirm-container__attention {
  padding: 0px 5px 5px 5px;
}
.confirm-container__attention > p {
  margin: 0;
  color: #fe0b0b;
  font-size: 12px;
}

.documentScrollStop {
  overflow: hidden !important;
}
/* 20190705 */
.shippingAlert {
  margin-bottom: 20px;
  padding: 10px;
  border: 2px solid #f00;
  color: #f00;
  font-weight: bold;
}

.receipt-print-button-area {
  text-align: right;
}

.item_cashless {
  border-bottom: none !important;
  padding: 2px 10px 2px 0 !important;
}

.item_cashless:before {
  display: none !important;
}

.item_cashless > img {
  width: 100%;
  display: block;
}

@media (min-width: 767px) {
  .bulk-cart-add-button {
    display: inline-block;
    float: right;
    margin: 20px;
  }
}

@media screen and (max-width: 766px) {
  .bulk-cart-add-button {
    margin: 0px 10px 10px 10px;
    width: calc(100% - 25px);
  }
}

.cartImageArea .cartImage-p {
  text-align: center;
  height: 100%;
}

.infoorder .cartImageArea {
  width: 30%;
  display: block;
  float: left;
  height: 100%;
}
.infoorder .cartImage {
  max-width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  max-height: 235px;
}
.infoorder .cart-image-tr {
  float: right;
  width: 70%;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}

.infoorder .cart-label {
  min-width: 110px;
}
.infoorder .cart-label-amount {
  min-width: 110px;
}
.cart-image-area {
  background-color: white;
  border-left: 1px solid #dedede;
}

@media (max-width: 767px) {
  .infoorder .cart-amount {
    float: right;
    width: 100%;
    border-top: 1px solid #dedede;
  }
  .infoorder .cartImage {
    max-height: 135px;
  }
  .infoorder .cart-label {
    min-width: 0px;
    width: 40%;
  }
  .infoorder .cart-label-amount {
    min-width: 0px;
    width: 30%;
  }
}

/* エアコミケ施策 */
.aircomiket_content {
  margin-top: 10px;
  background: #ffdfba;
  border-radius: 5px;
  padding: 10px;
}
.aircomiket_header {
  font-size: 1.1em;
  margin-bottom: 5px;
  font-weight: bold;
}

.aircomiket_button {
  display: inline-block;
  padding: 0.5em;
  text-decoration: none;
  background: #f80;
  color: #fff;
  border-radius: 5px;
  font-size: 1.2em;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 250px;
}
@media (min-width: 767px) {
  .aircomiket_button {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f80;
    color: #fff;
    border-radius: 5px;
    font-size: 1.3em;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 300px;
  }
}

.aircomiket_event_button {
  display: inline-block;
  padding: 0.5em;
  text-decoration: none;
  background: #f80;
  color: #fff;
  border-radius: 5px;
  font-size: 1.2em;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 120px;
}
@media (min-width: 767px) {
  .aircomiket_event_button {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f80;
    color: #fff;
    border-radius: 5px;
    font-size: 1.3em;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 150px;
  }
}

.aircomiket_audio_play_button {
  width: 20px;
  margin-right: 10px;
}
@media (min-width: 767px) {
  .aircomiket_audio_play_button {
    width: 30px;
    margin-right: 10px;
  }
}
/* エアコミケ施策  end */

.benefitImage {
  max-height: 135px;
}
li.confirm-sp-alert {
  display: none;
}

li.confirm-sp-alert {
  display: none;
}

@media (max-width: 767px) {
  .confirm-pc-alert {
    display: none;
  }
  li.confirm-sp-alert {
    border-top: 1px solid #bababa;
    border-bottom: 1px dashed #ccc;
    display: inline;
    border-bottom-width: 0px;
    margin-bottom: 0px;
  }

  li.confirm-sp-alert div {
    border-top: 1px solid #bababa;
    border-bottom: 1px dashed #ccc;
  }

  .confirm-container__item li.commodity-info {
    border-top: none;
  }
}

.confirm-order-check-overlay {
  position: fixed;
  height: auto;
  width: 600px;
  top: 50%;
  left: 50%;
  z-index: 101;
  visibility: visible;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  bottom: 0;
  height: 0vh;
  min-height: 250px;
  overflow-y: scroll;
}
.confirm-order-check-overlay-model {
  display: block;
  width: auto;
  min-height: 0px;
  max-height: none;
  height: auto;
  overflow: visible;
  min-width: 320px;
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
}

@media (max-width: 767px) {
  .confirm-order-check-overlay {
    position: fixed;
    width: 310px;
    top: 50%;
    left: 50%;
    z-index: 101;
    visibility: visible;
    transform: translate(-50%, -50%);
    height: 0vh;
    min-height: 250px;
    overflow-y: scroll;
  }
  .confirm-order-check-overlay-model {
    display: block;
    width: auto;
    min-height: 0px;
    max-height: none;
    height: auto;
    width: 270px;
    height: 100% !important;
  }
  .confirm-order-check-overlay::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }
  .confirm-order-check-overlay::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
}

.radio-disabled {
  color: #808080;
  background-color: #ccc;
}

/* 旧post-modern.cssより移動 */
*[role="button"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.image video > video {
  width: 100%;
}

/* 商品詳細 フェア情報 */
.item_detail_fair a {
  color: red;
  font-weight: bold;
}

@media (max-width: 766px) {
  .item_detail_fair {
    padding: 0 10px;
  }

  .item_detail_fair a {
    font-size: 16px;
  }
}

@media (min-width: 767px) {
  .item_detail_fair:last-child {
    padding-bottom: 10px;
  }

  .item_detail_fair a {
    font-size: 18px;
  }
}

/* プレミアムお得額：スマホ表示 */
@media (max-width: 766px) {
  .table-prime-sp {
    width: 100% !important;
    border: none;
  }
  .table-prime-sp thead {
    display: none;
  }
  .table-prime-sp tbody tr {
    display: block;
    margin-bottom: 15px;
  }
  .table-prime-sp tbody td {
    display: table;
    border: 1px solid #dddddd;
    border-bottom: none;
    padding: 0;
    width: 100%;
  }
  .table-prime-sp tbody td span {
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
  }
  /* 項目名 */
  .table-prime-sp tbody td > span:nth-child(1) {
    width: 100px;
    border-right: 1px solid #ddd;
    text-align: center;
    font-weight: bold;
  }
  /* プラン名 */
  .table-prime-sp tbody tr th {
    font-size: 16px;
    display: table;
    border: 1px solid #dddddd;
    border-bottom: none;
    padding: 0;
    width: 100%;
    background-color: blanchedalmond;
  }
  .hide-on-sp {
    display: none !important;
  }
  .btn-prime-contract {
    display: flex;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #f80;
    border: none;
    border-radius: 30px 30px 30px 30px;
    font-size: 14px !important;
    width: 140px;
    justify-content: center;
    margin-top: 5px;
    padding: 5px 0px 5px 0px;
  }
  .btn-prime-contract:hover {
    opacity: 0.7;
  }
}
/* プレミアムお得額：PC表示 */
@media (min-width: 767px) {
  .hide-on-pc {
    display: none !important;
  }
  .table-prime {
    width: 100%;
    border: 1px solid #dddddd;
    border-collapse: collapse;
  }
  /* プラン行 */
  .table-prime thead th {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    background-color: #eeeeee;
    padding: 5px 5px 5px 5px;
    text-align: center;
    border: 1px solid #dddddd;
  }
  /* プラン行：最初 */
  .table-prime thead th:first-child {
    background-color: white;
  }
  /* プラン行：最初以外 */
  .table-prime thead th:not(:first-child) {
    background-color: blanchedalmond;
  }
  .table-prime tbody th {
    width: 125px;
    text-align: center;
    border: 1px solid #dddddd;
  }
  .table-prime tbody td {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #dddddd;
    border: 1px solid #dddddd;
  }
  .btn-prime-contract {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #f80;
    border: none;
    border-radius: 30px 30px 30px 30px;
    font-size: 14px !important;
    width: 120px;
    padding: 5px 0px 5px 0px;
  }
  .btn-prime-contract:hover {
    opacity: 0.7;
  }
}
.border-white-except-top {
  border-right: 1px solid white !important;
  border-bottom: 1px solid white !important;
  border-left: 1px solid white !important;
}
.red-bold {
  color: red;
  font-weight: bold;
  font-size: 16px;
}
