﻿@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;
*/
}

.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 #ff7700;
  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: #ff7700;
}

.btn-primary {
  background-color: #ff7700;
  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: #ff7700;
  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: #ff7700;
  padding: 13px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: block;
}

.btn-reserve{
  background-color: #ff246d;
  padding: 13px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: block;
}

.btn-notforsale {
  background-color: #bbb;
  padding: 13px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: block;
}

.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: #ff7700; }
.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; }

.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 #ff7700;
}

.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;
  padding-left: 15px;
  padding-right: 15px;
}

hr {
  margin: 0;
  background: #dddddd;
  height: 1px;
  border: none;
}

.pc {
  display: none;
}

.pos-wrap {
  position: relative;
}

.pos-wrap .pos-item-sp {
  position: absolute;
}

.pos-wrap .right-top {
  right: 0;
  top: 0;
}

.align-top { vertical-align: top; }

.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; }

.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;
}

.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;
}

.regis-date {
  font-size: 12px;
}

.message {
  color: #e42c20;
  margin-bottom: 8px;
}

.bg-dot-gray {
  background: url(../../commonfiles/images/bg_dot_gray.png) repeat-x left bottom;
  font-size: 0;
  height: 2px;
}

.red-b{
  color: #e42c20;
  font-weight: bold;
}

.red{
  color: #e42c20;
}

@media (max-width: 766px) {
  .img-responsive {
    max-width: 100%;
  }
}

@media (min-width: 767px) {
  #wrapper {
    width: 100%;/*min-width: 1200px;*/
  }

  .container {
    padding: 0 15px; /*padding: 0;*/
    max-width: 1230px;
    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-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-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;
  }
}

/* -------------------------
HEADER
-------------------------- */
.topbrand {
  background-color: #eeeeee;
  border-bottom: 4px solid #ff7700;
  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 #ff7700;
  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 #ff7700;
}

.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: #ff7700;
  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;
}
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 #ff7700;
  }

  .headbar .cart .hcart-inner div {
    padding-left: 76px;
  }
  .headbar .cart p.circle {
    right:0;
  }
  .headbar .cart p.circle {
    right: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: #ff7700;
  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 #ff7700; */
    text-decoration: none;
    /* color: #ff7700; */
    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: #ff7700; 
     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%;
}

.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;
}

.text-link {
  display: 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;
  }

  .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;
    padding-right: 10px;
    border-width: 2px;
  }

  .search-wrap button {
  flex: 1 0 auto;
    width: 48px;
    height: 48px;
  }
  
  #searchform{
    width: 100%;
    display: flex;
  }
  
  #searchform .input{
    width: 100%;
  }
  
  .text-link {
    flex: 1 0 auto;
    margin-right: 20px;
    display: block;
    height: 48px;
    overflow: hidden;
    text-align: center;
  }
  .text-link a {
    line-height: 48px;
  }
}

/* -------------------------
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: #ff7700;
  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;
}

.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;
}

.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: #ff7700;
  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: 20px;
  padding: 2px 8px;
  font-weight: bold;
  margin: 0;
  border-bottom: 3px solid #ff7700;
}

.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 #ff7700;
  padding: 0 0 6px 0;
}

.main-head {
  border-left: 4px solid #ff7700;
  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: #ff7700;
}

.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: #ff7700;
  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: 18px;
    border-width: 4px;
    padding: 0 10px 15px 30px;
  }

  .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: #eeeeee;
  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: 240px;
  }
}

@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;
}

.rank-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rank-list li {
  overflow: hidden;
  padding: 0 0 18px;
  margin-bottom: 16px;
  background: url(../../commonfiles/images/bg_dot.png) repeat-x left bottom;
}
.rank-list li h3 {
  margin-top: 0;
}
.rank-list li h3 .num {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}

.rank-list li h3 .num.num-1 {
  color: #cc9f42;
}

.rank-list li h3 .num.num-2 {
  color: #a5a5a5;
}

.rank-list li h3 .num.num-3 {
  color: #c35731;
}
.rank-list li figure {
  float: left;
  width: 80px;
  margin: 0;
}

.rank-list li figure img {
  width: 100%;
  display: block;
}

.rank-list li .info {
  color: #cc9f42;
  float: right;
  width: 100px;
}

/*.rank-list li .info .num {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}

.rank-list li .info .num.num-1 {
  color: #cc9f42;
}

.rank-list li .info .num.num-2 {
  color: #a5a5a5;
}

.rank-list li .info .num.num-3 {
  color: #c35731;
}*/

.rank-list li .info h3 {
  font-weight: bold;
  margin: 0 0 14px;
  font-size: 14px;
}

.rank-list li .info h3 a {
  text-decoration: none;
  color: #cc9f42;
}

.rank-list li .info h3 a:hover {
  opacity: 0.7;
}

.rank-list li .info p {
  margin: 0;
  font-size: 12px;
}

.rank-list li .info .circle {
  margin-bottom: 8px;
}

.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: #ff7700;
  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 #ff7700;
  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 #ff7700;
  position: relative;
  margin-top: 60px;
}

#footer .container {
  padding: 0;
}

#footer .pagetop {
  position: absolute;
  left: 50%;
  top: -46px;
  width: 96px;
  height: 42px;
  font-size: 0;
  margin-left: -48px;
}

#footer .pagetop img {
  width: 100%;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.flink {
  margin: 30px 0 40px;
}

.fsear {
  padding: 30px 15px 0;
}

.fsear a {
  display: block;
  border: 2px solid #ff7700;
  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: 30px;
    display: table;
    width: 100%;
  }

  .flink .fitem {
    /*float: left;*/
    /*max-width: 297px;*/
    width: 33.3%;/*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 36px;
  }

  .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 25px;
}

.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="password"] {
  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
}

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 {
  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: #ff7700;
}

.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: #ff7700;
  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: #ff7700;
}

@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="password"] {
    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%;
  }
}


/* -------------------------
RELATED
-------------------------- */
.related-block {
  clear: both;
  margin: 0 0 25px 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: #ff7700;
}

.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 25px 0;
  }

  .related-block .head-wrap {
    margin-bottom: 25px;
  }

  .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: #ff7700;
    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;
}

.sd-item {
  background-color: #eeeeee;
  margin-bottom: 5px;
  padding: 20px 15px;
}

.sd-item .button-group {
  padding: 10px 0 0 0;
}

.sd-item .tbl {
  background: url(../../commonfiles/images/bg_dot.png) repeat-x left bottom;
  padding: 0 0 15px;
}

.sd-item .tbl table {
  width: 100%;
  font-size: 11px;
}

.sd-item .tbl table th {
  text-align: left;
  padding: 5px 0;
}

.sd-item .tbl table td {
  text-align: right;
  padding: 5px 0;
}

.sd-item .tbl table td span {
  font-weight: bold;
  font-size: 12px;
  color: #ff7700;
}

.sd-item .tbl table hr {
  margin: 0;
  border: none;
  background: #aaaaaa;
  height: 1px;
}

.sd-item figure {
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
  font-size: 0;
}

.sd-item figure img {
  max-width: 100%;
}

.sd-item .info {
  background: url(../../commonfiles/images/bg_dot.png) repeat-x left bottom;
  padding: 0 0 15px;
  margin-bottom: 15px;
}

.sd-item .info p {
  margin: 0 0 18px;
  font-size: 11px;
}

.sd-item .info .labe {
  font-size: 9px;
  color: #737373;
  margin-bottom: 7px;
  display: block;
}

.sd-item .info .date {
  display: block;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 8px;
}

.sd-item .info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sd-item .info ul li {
  font-size: 9px;
  margin-bottom: 5px;
  position: relative;
  padding: 0 0 0 9px;
}

.sd-item .info ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 8px;
  background: url(../../commonfiles/images/icons.png) no-repeat 0 0;
  margin-top: -4px;
}

@media (min-width: 767px) {
  .sd-item {
    margin-bottom: 1px;
    padding: 40px 30px;
  }

  .sd-item figure {
    float: left;
    width: 162px;
    text-align: left;
    margin: 0;
  }

  .sd-item figure img {
    width: 140px;
  }

  .sd-item .info {
    background: none;
    padding: 0 27px 0 0;
    margin: 0;
    float: left;
    width: 445px;
    min-height: 140px;
  }
	 .sd-item .info.info_none_img{
		width: 100%;/*width: 607px;*/
     max-width: 580px;
	}

  .sd-item .info .labe {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .sd-item .info p {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .sd-item .info p .price {
    display: block;
    margin-top: 8px;
  }

  .sd-item .info p .price em {
    font-style: normal;
    font-size: 12px;
  }

  .sd-item .info .date {
    font-size: 14px;
    margin-bottom: 9px;
  }

  .sd-item .info ul li {
    font-size: 12px;
  }

  .sd-item .tbl {
    background: url(../../commonfiles/images/bg_dot2.png) repeat-y left top;
    padding: 0 0 0 42px;
    float: left;
    width: 250px;
    min-height: 140px;
  }

  .sd-item .tbl table {
    font-size: 12px;
  }

  .sd-item .tbl table td {
    padding: 8px 0;
  }

  .sd-item .tbl table th {
    padding: 8px 0;
  }

  .sd-item .tbl table td span {
    font-size: 12px;
  }

  .sd-item .button-group {
    padding-top: 30px;
  }
}

/* --------------------------
CART
--------------------------- */
.box-border {
  border: 1px solid #dedede;
  border-top-width: 3px;
  border-top-color: #ff7700;
}

.cart-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.cartwrap .cart-item:last-child {
  border: none;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.cart-inner figure {
  margin: 0;
  padding: 0;
  font-size: 0;
  width: 93px;
  float: left;
}

.cart-inner figure img {
  width: 100%;
}

.cart-inner .info {
  padding: 0 0 20px 105px;
}

.cart-inner .info .ispro {
  display: block;
  font-size: 9px;
  margin-bottom: 5px;
}

.cart-inner .info p {
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.6;
}

.cart-inner .price {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 7px;
}

.cart-inner .remove {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #aaa;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  font-size: 11px;
  margin-left: 20px;
}

.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: #ff7700;
  padding: 4px 0;
}

.frm-cart .total table td span {
  font-weight: normal;
  color: #222;
}

@media (max-width: 766px) {
  .cartwrap-2 .inner1 {
    min-height: 134px;
  }

  .cartwrap-2 .inner2 {
    margin-top: 15px;
    margin-left: -105px;
  }
}

@media (min-width: 767px) {
  .cart-inner .info .ispro {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .cart-inner .info p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .cart-inner .remove {
    background: none;
    height: auto;
    width: auto;
    padding: 0;
    font-size: 14px;
    color: #222;
    margin-left: 40px;
  }

  .cart-inner .remove:hover {
    opacity: 0.7;
  }

  .cart-inner figure {
    width: 80px;
  }

  .cart-inner .info {
    padding: 0 0 0 114px;
    height: 114px;
  }

  .cart-inner .price {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 55px 0 0;
  }

  .cart-inner .price span {
    font-size: 10px;
  }

  .cart-inner .info .inner1 {
    display: inline-block;
    vertical-align: middle;
    width: 390px;
    margin-right: 30px;
  }

  .cart-inner .info .inner2 {
    display: inline-block;
    vertical-align: middle;
    float: right;
    padding: 15px 0 0 0;
}

  .frm-cart .total {
    margin-right: -30px;
    margin-left: -30px;
    padding: 28px 30px;
  }

  .cartwrap .cart-item .checkbox-list {
    padding-left: 114px;
    margin-top: -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: #ff7700;
  }

  .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: 17px 0 17px 30px;
}

.table-2 tbody td {
  font-size: 14px;
  line-height: 1.5;
  padding: 25px 0 25px 30px;
  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;
}

@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;
}

@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;
  }
}

.order-accord {
  border: 1px solid #e0e0e0;
}

.order-accord .item {
  border-bottom: 1px solid #e0e0e0;
}

.order-accord .item:last-child {
  border-bottom: none;
}

.order-accord .title {
  position: relative;
  margin: 0;
  padding: 10px 15px;
  background-color: #eeeeee;
}

.order-accord .title em {
  font-style: normal;
  font-size: 10px;
}

.order-accord .accord-in-c,
.order-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;
}

.order-accord .accord-in-c {
  width: 50%;
}

.order-accord .accord-in-c.opened,
.order-accord .accord-in.opened {
  background-image: url(../../commonfiles/images/accord_up.png);
}

.order-accord .accord-content {
  padding: 15px 15px 15px;
  display: none;
}

@media (min-width: 767px) {
  .order-accord .title {
    padding: 16px 30px;
    font-size: 16px;
  }

  .order-accord .title:after {
    right: 30px;
  }

  .order-accord .title em {
    font-size: 12px;
  }

  .order-accord .accord-content {
    padding: 28px;
  }
}

.order-accord2 {
  border: 1px solid #e0e0e0;
}

.order-accord2 .item {
  border-bottom: 1px solid #e0e0e0;
}

.order-accord2 .item:last-child {
  border-bottom: none;
}

.order-accord2 .title {
  position: relative;
  margin: 0;
  padding: 10px 15px;
  background-color: #eeeeee;
}

.order-accord2 .title em {
  font-style: normal;
  font-size: 10px;
}

.order-accord2 .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;
}

.order-accord2 .accord-in.opened {
  background-image: url(../../commonfiles/images/accord_up.png);
}

.order-accord2 .accord-content {
  padding: 0;
  display: none;
}
.order-accord2 .accord-content .sd-item {
  background-color: #ffffff;
}
.order-accord2 .accord-content .sd-item .info {
  background: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 767px) {
  .order-accord2 .title {
    padding: 16px 30px;
    font-size: 16px;
  }
  .order-accord2 .title:after {
    right: 30px;
  }
  .order-accord2 .title em {
    font-size: 12px;
  }
  .order-accord2 .accord-content {
    padding: 0;
  }
  .order-accord2 .accord-content .sd-item {
    padding: 20px;
  }
  .order-accord2 .accord-content .sd-item figure {
    width: 19.76%;
  }
  .order-accord2 .accord-content .sd-item .info {
    width: 80%;
  }
}

.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;
  }

  .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: #ff7700;
}

@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: #ff7700;
    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;
  }
}

.no-img .cart-inner .info {
  padding: 0 0 20px 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){
  .no-img .cart-inner .info {
      padding: 0 0 0 0;
      height: 114px;
  }
  .no-img .cart-inner .info .inner0 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
  }
  .no-img .cart-inner .info .inner1 {
    width: 420px;
  }
  .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: #ff7700;
  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: #ff7700;
  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%;
}

.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);
}

.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);
}


@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;
  }

  .mypage-menu ul li a {
    padding: 12px 5px 18px;
    text-align: center;
    font-size: 12px;
  }

  .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: #ff7700;
    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);
  }
}

.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: 15px 10px;
    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;
  }
.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;
}
.no {
  color: #222;
  margin: 0 0 7px;
  padding: 0 10px;
}
.no.no-1 {
  color: #cc9f42;
}
.no.no-2 {
  color: #a5a5a5;
}
.no.no-3 {
  color: #c35731;
}
.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: #ff7700;
  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: 10px;
}
.coupon-item .right .dl-list dt {
  font-size: 10px;
}
.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;
}
@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) {
  .no {
    padding: 0 15px;
  }
  .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-wrap {
    padding: 0 30px;
  }
  .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: #ff7700;
    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: #ff7700;
}
.main-infosub .button-list {
    margin: 0 -8px;
    padding: 0;
    list-style: none;
}
.main-infosub .button-list li {
    float: left;
    width: 50%;
    padding: 0 8px 16px;
}
.main-infosub .button-list li a {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid #ff7700;
    background-color: #fff;
    text-decoration: none;
    outline: none;
    height: 48px;
}
.main-infosub .button-list li a:hover {
    opacity: 0.7;
}
.main-infosub .button-list li a span.table {
    display: table;
    width: 100%;
    height: 100%;
}
.main-infosub .button-list li a span span.cell {
    display: table-cell;
    vertical-align: middle;
}
.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: #ff7700;
    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: top;
    font-size: 12px;
    text-align: left;
}
.btn-arrival {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid #ff7700;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    padding: 8px 10px;
    margin: 6px 0;
}
.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;
}
.magic-popup {
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 12px 0 12px;
}
.magic-popup img {
    width: 100%;
    display: block;
}
.magic-popup .slick-arrow {
    position: absolute;
    border: none;
    font-size: 0;
    background-color: #ff7700;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 40px;
    height: 28px;
    padding: 0;
    outline: none;
}
.magic-popup .slick-disabled {
    background-color: #dddddd;
}
.magic-popup .slick-prev {
    right: -50px;
    top: 0;
    background-image: url(../../commonfiles/images/ico_up.png);
}
.magic-popup .slick-next {
    right: -50px;
    top: 32px;
    background-image: url(../../commonfiles/images/ico_down.png);
}
.magic-popup .slick-dots {
    list-style: none;
    text-align: center;
    font-size: 0;
    margin: 0;
    padding: 0;
}
.magic-popup .slick-dots li {
    padding: 0;
    display: inline-block;
    margin: 10px 2px 0;
    position: relative;
}
.magic-popup .slick-dots button {
    font-size: 0;
    display: block;
    border: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    width: 40px;
    height: 53px;
}
.magic-popup .slick-dots li.slick-active:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 4px solid #ff7d0b;
}
.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 #ff7700;
}
.magic-popup .mfp-close {
    right: 0;
    width: 42px;
    height: 42px;
    background: url("../../commonfiles/images/btn_close_circle.png") no-repeat center center /cover;
    font-size: 0;
    opacity: 1;
}
.magic-popup .slick-list .slc-item {
    border: 4px solid #fff;
    margin: 0 0 15px;
}
@media (max-width: 766px) {
    .magic-popup .mfp-close {
        position: fixed;
        bottom: 15px;
        right: 15px;
        top: inherit;
    }
}
@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;
    }
    .main-infosub .button-list li a .ico-sta {
        background: url(../../commonfiles/images/ico-sta.png) no-repeat left center;
        padding-left: 30px;
        padding-top: 3px;
        display: inline-block;
    }
    .main-infosub .button-list li a .ico-lis {
        background: url(../../commonfiles/images/ico-lis.png) no-repeat left center;
        padding-left: 30px;
        padding-top: 3px;
        display: inline-block;
    }
    .main-infosub .button-list li a .ico-tim {
        background: url(../../commonfiles/images/ico-tim.png) no-repeat left center;
        padding-left: 30px;
        padding-top: 3px;
        display: inline-block;
    }
    .main-infosub .button-list li a .ico-gif {
        background: url(../../commonfiles/images/ico-gif.png) no-repeat left center;
        padding-left: 30px;
        padding-top: 3px;
        display: inline-block;
    }
    .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;
    }
    .btn-arrival {
        padding: 8px 20px;
    }
    .btn-arrival:hover {
        opacity: 0.7;
    }
    .btn-arrival .ico-tim {
        background: url(../../commonfiles/images/ico-tim.png) no-repeat left center;
        padding-left: 30px;
        padding-top: 3px;
        display: inline-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;
    }
    .magic-popup {
        width: 630px;
        padding: 50px 0 0 0;
    }
    .magic-popup .slick-list {
        float: left;
        width: 560px;
        height: 784px;
        border: 8px solid #fff;
    }
    .magic-popup .slick-list .slc-item {
        border: none;
        margin: 0;
    }
    .magic-popup .slick-dots {
        float: right;
        width: 70px;
        padding-left: 30px;
    }
    .magic-popup .slick-dots li {
        display: block;
        margin: 0 0 5px;
    }
    .slick-vertical .slick-slide {
        border: none !important;
        height: 768px;
    }
    .magic-popup .mfp-close {
        background-image: url(../../commonfiles/images/btn_close_white.png);
        background-size: 20px 20px;
        width: 44px;
        height: 44px;
        top: 38px;
        position: absolute;
    }
}
.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;
  }
}

/* Progress Bar */
.progress {
    margin-bottom: 30px;
}
.progress .box-border {
    border: 1px solid #dedede;
}
.button-list .progress .box-border {
  border-color: #ff7700;
  border-width: 2px;
}
.button-list .progress .pro-item h4 {
  border-color: #ff7700;
}
.button-list .progress .pro-item {
  width: 100%;
  padding-right: 0;
}
.progress .pro-item h4 {
    font-size: 12px;
    margin: 0;
    border-bottom: 1px solid #dedede;
    padding: 10px;
}
.progress .pro-content {
    padding: 10px;
}
.progress .pro-content .progress-bar {
    background-color: #aaa;
    height: 14px;
    margin-bottom: 10px;
}
.progress .pro-content .progress-bar .bar {
    display: block;
    background-color: #ff7700;
    height: 100%;
    color: #fff;
    font-size: 10px;
    text-align: center;
}
.progress .pro-content .progress-bar .bar.private {
    background-color: #ddd;
    color: #222;
}
.progress .pro-colwrap {
    margin: 0 -6px;
}
.progress .pro-col {
    float: left;
    width: 33.3334%;
    padding: 0 5px;
}
.progress .pro-col .inner {
    border: 1px solid #dedede;
    text-align: center;
    font-size: 12px;
}
.progress .pro-col .table {
    display: table;
    width: 100%;
}
.progress .pro-col .cell {
    padding: 6px 3px;
    display: table-cell;
}
.progress .pro-col .th {
    font-weight: bold;
    border-bottom: 1px solid #dedede;
    font-size: 11px;
}
.progress .pro-col .td {
    height: 50px;
    vertical-align: middle;
    word-break: break-all;
}
.progress .target {
    text-align: right;
    font-size: 12px;
    margin-bottom: 10px;
}
.progress .target span {
    display: inline-block;
    text-align: center;
    background-color: #eeeeee;
    padding: 5px 15px;
}
@media (min-width: 767px) {
    .progress {
        margin-bottom: 30px;
    }
    .progress .pro-item {
        float: left;
        width: 50%;
        padding-right: 10px;
    }
    .progress .pro-item:nth-child(2) {
        padding: 0 0 0 10px;
    }
    .progress .pro-col .inner,
    .progress .target,
    .progress .pro-col .th {
        font-size: 12px;
    }
    .progress .pro-item h4 {
        font-size: 14px;
    }
    .progress .target {
        margin-bottom: 15px;
    }
    .progress .pro-content {
        padding: 15px;
    }
}

.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: #f70;
}

.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: #ff7700;
  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 #ff7700;
}

@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: #f70;
  background-color: #fff;
  border: solid #f70;
  border-width: 1px 1px 0 1px;
  cursor: pointer;
}

.btn-tab:hover{
  color: #fff;
  background-color: #ff7700;
}

.btn-glow{
  box-shadow:0px 0px 20px 2px #ffcc00 inset;
}

#tab1:checked + label .btn-tab{
  color: #fff;
  background-color: #ff7700;
}
#tab1:checked ~ .tab-panel > #Pick_Product {
  display: block;
}
#tab2:checked + label .btn-tab{
  color: #fff;
  background-color: #ff7700;
}
#tab2:checked ~ .tab-panel > #Pick_Circle {
  display: block;
}

.table-box{
  width:100%;
  text-align:center;
  both:clear;
}

.table-check{
  float:left;
}

.table-3 tbody td {
  width: 50%;
  font-size: 14px;
  line-height: 1.5;
  padding: 25px 0 25px 30px;
  border-bottom: 1px solid #dddddd;
}

.table-3 tbody td:first-child{
  border-right: 1px solid #dddddd;
}

.table-3 {
  width: 100%;
  border: 1px solid #dddddd;
}

.table-3 em {
  font-style: normal;
  color: #e42c20;
}

.table-3 thead th {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #eeeeee;
  padding: 17px 0 17px 30px;
}

.table-3 tbody td {
  font-size: 14px;
  line-height: 1.5;
  padding: 25px 30px 25px 30px;
  border-bottom: 1px solid #dddddd;
}

.table-3 tbody tr:last-child td {
  border-bottom: none;
}

.table-3 tbody td img {
  vertical-align: middle;
}

.table-3 tbody td figure {
  background-color: #eeeeee;
  padding: 4px 14px;
  margin: 0;
  display: inline-block;
  font-size: 0;
}

.only-pc{}
.only-sp{
  display:none;
}

.nwrp{
  white-space: nowrap;
}

.table-paging{
  display: inline-block;
}

.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 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;
    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 .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: #ff7700;
  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;
}

.coupon-item2 .right > span {
  display: block;
  font-weight: bold;
  font-size: 11px;
}

.coupon-item2 .right .dl-list {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 10px;
}

.coupon-item2 .right .dl-list dt {
  font-size: 10px;
}

.coupon-item2 .right .dl-list dd {
  padding-left: 60px;
  margin-bottom: 2px;
  margin-left: 0px;
  margin-top: -1.0em;
  line-height: 38px;
  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) {
  .no {
    padding: 0 15px;
  }
  
  .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-wrap2 {
    padding: 0 30px;
  }
  
  .coupon-item2 {
    overflow: hidden;
    padding: 20px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
  }
  
  .coupon-item2 .left {
    float: left;
    width: 290px;
    background-color: #eeeeee;
    text-align: center;
    padding: 10px;
  }
  
  .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 {
    padding: 0 0 0 310px;
    border: none;
  }
  
  .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;
  }
  
  .coupon-item2 .right .dl-list dd {
    padding-left: 0px;
  }
}

@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;
  }
}

/*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;
  }
}

/*button-20171129*/
.button-group2 a {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  background-color: #aaaaaa;
  margin-top: 0px;
  padding: 15px 0;
  width: 126px;
}

.button-group2 .btn-orange {
  background-color: #ff7700;
}

.cart-inner .remove2 {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #aaa;
  padding: 6px 15px;
  height: 45px;
  line-height: 32px;
  font-size: 11px;
  margin-left: 20px;
}

.button-group2 a:hover {
  opacity: 0.7;
}

.cart-inner .remove2:hover {
  opacity: 0.7;
}

@media (min-width: 767px) {
    .button-group2 {
    overflow: hidden;
  }

  .button-group2 a {
    float: left;
    width: 210px;
    margin: 0;
    font-size: 14px;
    padding: 12px 0;
  }

  .button-group2 a:last-child {
    margin-right: 0;
  }

  .button-group2.vertical {
    width: 253px;
    padding-top: 0 !important;
    float: left;
  }

  .button-group2.vertical a {
    display: block;
    margin: 0 0 20px;
    float: none;
    width: 100%;
  }

  .cart-inner .remove2 {
    background: none;
    height: 43px;
    width: auto;
    padding-top: 6px;
    font-size: 14px;
    color: #222;
    margin-left: 0px;
  }
}

/* 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: 18px 10px 18px;
  margin-bottom: 0px;
  border: dashed #ff7700;
  border-width: 0px 0 2px 0;
}

.top-dashed {
  border: dashed #ff7700;
  border-width: 0px 0px 2px 0px;
  padding-bottom: 10px;
}

.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;
}

.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 .title.opened:before {
  background-image: url(../../commonfiles/images/ico_close_sp.png);
}

.animate-re .bgoff:before{
  background-image: none!important;
}

.animate-re .accord-content {
  padding-left: 22px;
  padding-top: 15px;
  display: none;
}

#fs-timeline{
  text-align: right;
  margin-top: 32px;
}

#fs-time{
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  text-align: center;
  border-collapse: collapse;
}

#fs-time tr{
}

#fs-time td{
  text-align: center;
  margin: 0;
  padding: 0;
  border: 2px solid #f70;
}

#fs-time a{
  position: relative;
  text-align: center;
  color: #f70;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
}

#fs-time a:hover{
  background: #f70;
  color: #fff;
}

#fs-time .forcused a{
  background: #f70;
  color: #fff;
}

.fs-shape {
  display: none;
  top: -32px;
  left: calc( 50% - 25px );
  text-align: center;
  position: absolute;
  padding: 2px 0;
  width: 50px;
  color: #fff;
  background: #7b7b7b;
  border-radius: 2px;
}

.fs-shape:before{
  padding: 0;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #7b7b7b;
}

.fs-shape p {
  margin: 0;
  padding: 0;
}

#fs-timeline-sp{
  text-align: left;
  margin-top: 2px;
}

a:hover > .fs-shape{
  display: inline-block;
}

.forcused .fs-shape{
  display: inline-block;
}

/* 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-container {
  font-size: 11px;
  line-height: 15px;
  font-feature-settings: "palt";
  color: #6e6e6e;
}

.detail-header-container {
  width: 100%;
  height: auto;
  padding: 32px 21px;
  
  background-image: url("../../commonfiles/images/background_bl_detail_header.png");
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
}

.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: 8px 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;
  }
}

.detail-header-container {
  display: block;
}

/* 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;
  }
}

/* add to my_page_menu */
.ico-mypage15 {
  background-image: url(../../commonfiles/images/ico_mypage15.png);
}

.ico-mypage16 {
  background-image: url(../../commonfiles/images/ico_mypage16.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);
}

@media (min-width: 767px) {
  .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);
  }
}

/* add 20180109 for partlist_08.html */

.cart-container-pair2 {
}

.cart-container-pair2 > div {
}

.cart-container > div.cart-container-pair2 > div:first-child {
  min-width: 25%;
}

.cart-container > div.cart-container-pair2 > div:last-child {
  min-width: 75%;
}

.cart-container > div.cart-container-pair1 > div:first-child {
  min-width: 100%;
}

/* add 20180109 for 167_cart.html */

.cart-container2 {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.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 #f70;
}

/* 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-container {
  width: calc(100% - 30px);
  margin: 0 auto 10px auto;
  font-size: 11px;
  line-height: 15px;
  font-feature-settings: "palt";
  color: #6e6e6e;
  height: auto;
  padding: 32px 21px;
  
  background-image: url("../../commonfiles/images/background_bl_detail_header.png");
}

.detail-header {
  background: #fff;
  border-radius: 12px;
  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 21px;
}

.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;
  padding: 32px 21px;
  background: linear-gradient(to bottom right, #ff7700 40%, #ffbf00);
}

/* 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;
}

.pagetop{
  background-image: url("../../commonfiles/images/btn_pagetop.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.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: 75px;
  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%;
  height: 30%;
  margin: auto;
  top: 0;
  bottom: 0;
}

.rewrite_it{
  font-size: 14px;
}

.center-align.icon {
  color: #6e6e6e;
  position: relative;
  margin: 0 auto;
  margin-top: 6px;
  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 223_purchase_history.html */

.hist-table4 {
  width: 100%;
  height: auto;
  padding: 12px;
  background: #eee;
}

.hist-table4-top {
  width: 100%;
  height: auto;
}

.hist-table4-bottom {
  width: 100%;
  height: auto;
}

.hist-table4-information {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.hist-table4-information-left {
}

.hist-table4-information-right {
}

.hist-table4-information-thumbnail {
  width: 150px;
  height: 150px;
}

.hist-table4-information-thumbnail img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.hist-table4-information-title {  
  font-size: 18px;
}

.hist-table4-information-data-group {
}

.hist-table4-information-data {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.hist-table4-information-data-pair {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.hist-table4-information-data-name {
  width: 85px;
  white-space: nowrap;
}

.hist-table4-information-data-value {
  white-space: nowrap;
}

.hist-table4-button-group {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.hist-table4-button-group > .hist-table4-button {
  margin: 0;
  margin-bottom: 6px;
}

.hist-table4-button-group > .hist-table4-button:last-child {
  margin: 0;
  margin-bottom: 0;
}

.hist-table4-button {
  flex: 1 0 auto;
  padding: 10px;
  background: #aaa;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 767px){
  
  .hist-table4-information-thumbnail {
    margin-right: 10px;
  }
  
  .hist-table4-information {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
  }
  
  .hist-table4-button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }

  .hist-table4-button-group > .hist-table4-button {
    margin: 0;
    margin-right: 8px;
  }
  
  .hist-table4-button-group > .hist-table4-button:last-child {
    margin: 0;
    margin-right: 0;
  }
  
  .hist-table4-information-right {
    flex: 0.8 0.8 80%;
  }

  .hist-table4-information-data-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }

  .hist-table4-information-data {
    flex: 1 0 auto;
  }

}

/* 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: #f70;
  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: 4096;
}

.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: #ff7700; */
  /* 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: #f70;
}

.detail-popup1-joshibu {
  background-color: #E69;
}

/* ハンバーガーアイコン */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .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: #ff7700;
}

.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 {
  width: 32px;
  height: auto;
  vertical-align: bottom;
}

.detail4-spec-container {
}

.detail4-spec {
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-spacing: 0;
}

.detail4-spec td {
  padding: 8px 10px;
  vertical-align: top;
  font-size: 12px;
}

.detail4-spec tr td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.detail4-spec tr:last-child td {
  border-bottom: none;
}

.detail4-spec tr td:last-child {
  border-right: none;
}

/* 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;
}

.is-fixed{
  display: none!important;
}

/* 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: #ff7700;
  transition: .4s;
}

.square_btn2 {
  width: 49%;
  font-size: 17px;
  margin-top: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-decoration: none;
  border: solid #ff7700;
  color: #ff7700;
  transition: .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 #ff7700;
  outline: none;
  text-align: center;
  font-weight: bold;
  color: #ff7700;
  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 {
    margin-left: 20px;
  }
}

/* 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 #ff7700;
}

.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: 18px;
  text-align: center;
  background: #fff;
  color: #222;
}

.detail-header-content ul li > .header-forcus{
  font-weight: bold;
  text-decoration: none;
  color: #f90;
  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 #ff7700;
  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: #f70;
  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: #f70;
  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: #f90;
  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: 9px 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 #ff7700;
}
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%;
  }
  
  .text-link_sp{
    width: 20%;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 0;
    background: red;
    text-align: center;
    position: absolute;
    left: 0;
    font-size: 12px;
  }
}

.table-2 thead th:nth-of-type(4){
  min-width: 106px;
}

.text-link_sp a:nth-of-type(1),
.text-link_sp a:nth-of-type(2),
.text-link_sp a:nth-of-type(3),
.text-link_sp a:nth-of-type(4),
.text-link_sp a:nth-of-type(5),
.text-link_sp a:nth-of-type(6),
.text-link_sp a:nth-of-type(7),
.text-link_sp a:nth-of-type(8),
.text-link_sp a:nth-of-type(9),
.text-link_sp a:nth-of-type(10){
  display: none;
}

.text-link_sp a:nth-of-type(1){
  display: block;
}

.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;
  }
}

/* circle-profile */

.circle-profile-mbpc10 {}
.circle-profile-mbpc20 {}
.circle-profile-mbpc30 {}
.circle-profile-mbpc40 {}

@media (min-width: 767px){
  .circle-profile-mbpc10 { margin-bottom: 10px !important; }
  .circle-profile-mbpc20 { margin-bottom: 20px !important; }
  .circle-profile-mbpc30 { margin-bottom: 30px !important; }
  .circle-profile-mbpc40 { margin-bottom: 40px !important; }
}

.circle-profile-mrpc10 {}
.circle-profile-mrpc20 {}
.circle-profile-mrpc30 {}
.circle-profile-mrpc40 {}

@media (min-width: 767px){
  .circle-profile-mrpc10 { margin-right: 10px !important; }
  .circle-profile-mrpc20 { margin-right: 20px !important; }
  .circle-profile-mrpc30 { margin-right: 30px !important; }
  .circle-profile-mrpc40 { margin-right: 40px !important; }
}

.circle-profile-mbsp10 {}
.circle-profile-mbsp20 {}
.circle-profile-mbsp30 {}
.circle-profile-mbsp40 {}

@media (max-width: 766px){
  .circle-profile-mbsp10 { margin-bottom: 10px !important; }
  .circle-profile-mbsp20 { margin-bottom: 20px !important; }
  .circle-profile-mbsp30 { margin-bottom: 30px !important; }
  .circle-profile-mbsp40 { margin-bottom: 40px !important; }
}

/* h1, h2 */

.circle-profile-h1 {
  padding: 15px 10px 15px 30px;
  border-bottom: 4px solid #f70;
  font-size: 18px;
  font-weight: bold;
}

.circle-profile-h2 {
  padding: 5px 10px;
  border-left: 5px solid #f70;
  font-size: 18px;
  font-weight: bold;
}

.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;
  }
}

/* information */

.circle-profile-information {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow: hidden;
}

/* announce */

.circle-profile-announce {
}

/* detail */

.circle-profile-detail {
  margin: 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 {
  overflow: hidden;
}

.circle-profile-picture img {
  vertical-align: bottom;
}

@media (min-width: 767px){
  .circle-profile-picture {
    flex: 0 1 auto;
    min-width: 300px;
  }
  .circle-profile-picture img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 766px){
  .circle-profile-picture {
    width: 100%;
    text-align: center;
  }
  .circle-profile-picture img {
    width: auto;
    height: auto;
    max-height: 480px;
    max-width: 100%;
  }
}

/* banners */

.circle-profile-banners {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  list-style: none;
}

.circle-profile-banners li {
  padding: 3px;
  overflow: hidden;
  box-sizing: border-box;
}

.circle-profile-banners li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (min-width: 767px){
  .circle-profile-banners {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media (max-width: 766px){
  .circle-profile-banners li {
    flex: 0 0 auto;
    width: 33.33%;
    margin: 0;
  }
}

@media (max-width: 599px){
  .circle-profile-banners li {
    flex: 0 0 auto;
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 399px){
  .circle-profile-banners li {
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
  }
}

/* add at 180703 for ranking parts */
.product-list.masonry-layout{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; 
  justify-content: flex-start;
}

.product-list.masonry-layout *{
  margin: 0;
  padding: 0;
}

.product-list.masonry-layout .product p{
  line-height: 1.3;
}

.product-list.masonry-layout .p-item{
  display: flex;
  float: none;
  height: auto;
  min-height: 0;
  background: #eee;
  padding: 5px 10px;
  margin: 5px;
}

.product-list-5.masonry-layout .p-item { width: calc(20% - 8px); }
.product-list.masonry-layout .p-item{ margin: 5px; }
.product-list.masonry-layout .p-item:nth-child(5n){ margin-right: 0; }
.product-list.masonry-layout .p-item:nth-child(5n + 1){ margin-left: 0; }

@media (max-width: 960px){
  .product-list-5.masonry-layout .p-item { width: calc(25% - 7.5px); }
  .product-list.masonry-layout .p-item:nth-child(5n){ margin-right: 5px; }
  .product-list.masonry-layout .p-item:nth-child(5n + 1){ margin-left: 5px; }
  .product-list.masonry-layout .p-item:nth-child(4n){ margin-right: 0; }
  .product-list.masonry-layout .p-item:nth-child(4n + 1){ margin-left: 0; }
}

@media (max-width: 720px){
  .product-list-5.masonry-layout .p-item { width: calc(33.333% - 6.666px); }
  .product-list.masonry-layout .p-item:nth-child(4n){ margin-right: 5px; }
  .product-list.masonry-layout .p-item:nth-child(4n + 1){ margin-left: 5px; }
  .product-list.masonry-layout .p-item:nth-child(3n){ margin-right: 0; }
  .product-list.masonry-layout .p-item:nth-child(3n + 1){ margin-left: 0; }
}
@media (max-width: 480px){
  .product-list-5.masonry-layout .p-item { width: calc(50% - 5px); }
  .product-list.masonry-layout .p-item:nth-child(3n){ margin-right: 5px; }
  .product-list.masonry-layout .p-item:nth-child(3n + 1){ margin-left: 5px; }
  .product-list.masonry-layout .p-item:nth-child(2n){ margin-right: 0; }
  .product-list.masonry-layout .p-item:nth-child(2n + 1){ margin-left: 0; }
}

.product-list.masonry-layout form{
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.product-list.masonry-layout .product{
  padding: 0 5px 5px 5px;
}

.product-list.masonry-layout .product figure{
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 5px;
}

.product-list.masonry-layout figure img{
  width: 100%;
}

.product-list.masonry-layout .product h3{
  text-align: left;
  flex: 0 1 auto;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 0 0 10px;
}

@media (min-width: 767px){
  .product-list.masonry-layout h3{
    margin-bottom: 15px;
  }
}

.no{
  width: 100%;
  text-align: left;
  padding-left: 5px;
  line-height: 1;
  position: relative;
  font-size: 15px;
  margin: 0 0 5px 0 !important;
}

.product-list.masonry-layout form > .product > p:nth-of-type(1){
  flex: 1 0 auto;
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: flex-start; */
  text-align: left;
  font-size: 12px;
}

.product-list.masonry-layout form > .product > p:nth-of-type(2){
  line-height: 1;
  flex: 0 1 auto;
  margin-bottom: 5px;
  text-align: left;
}

.masonry-layout  .btn-order{
  padding: 13px 10px;
}

.product-list.masonry-layout .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;
}

.dwm_switch a,
.catego_switch a{
  white-space: nowrap;
}