@import url("reset.css");
:root {
  --black: #030303;
  --gray: #DCDCDC;
  --dark-gray: #313131;
  --pale-katsuo: #fbacd5;
  --katsuo: #bd2d78;
  --header: 170px;
  scroll-padding: var(--header);
}
/* common */
body {
}
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: #fff;
  border: solid 1px #ccc;
}
input,
textarea,
select {
  font-size: 16px;
}
input,
textarea {
  /* transform: scale(0.8); */
}
.blink {
  animation: blinkEffect 1s ease infinite;
}
@keyframes blinkEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.selectbox {
  position: relative;
  display: inline-block;
  /* transform: scale(0.8); */
}
.selectbox::after {
  /* transform: scale(0.8); */
  position: absolute;
  top: 38%;
  right: 10px;
  margin-top: -6px;
  content: "▼";
  color: #333;
  pointer-events: none;
}
.sortBox {
  margin: 5px 10px;
}
.animated {
  display: none;
}
a {
  color: var(--dark-gray);
}
main a {
  color: #111;
}
.dopc {
  display: none !important;
}
.pr {
  position: relative;
}
a.fontBlack,
.fontBlack {
  color: #111 !important;
}
a.fontWhite,
.fontWhite {
  color: #fff !important;
}
a.fontblue,
.fontblue {
  color: var(blue) !important;
}
a.fontRed,
.fontRed {
  color: var(--katsuo) !important;
}
.fontBold {
  font-weight: bold;
}
.tac {
  text-align: center;
}
input,
select {
  border: none;
  border-radius: 3px;
  padding: 5px;
}
.clear {
  clear: both;
}
:focus {
  outline: none;
}
th,
td {
  text-align: left;
}
ul {
  overflow: hidden;
}
.w100 {
  width: 100%;
}
/* common end */
/* index */
#index #upper {
    overflow: hidden;
}
#copyRight {
  text-align: center;
  padding: 5px;
}
.inner {
  position: relative;
  box-sizing: border-box;
  padding: 10px 0;
}
/* index end */
/* header */
header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 9999;
}
#wrapper {
  margin-top: 159px;

}
#headerUpper {
    overflow: hidden;
    height: 70px;
}
#headerUpper h1 {
    font-size: 12px;
    padding: 3px;
    line-height: 14px;
    border-bottom: solid 1px #d4d4d4;
    text-align: center;
}
#headerUpper #headerSearchBtn {
    width: 30px;
    position: absolute;
    top: 31px;
    left: 9px;
}
#headerUpper #spMenu {
    font-size: 35px;
    position: absolute;
    top: 30px;
    left: 5px;
}
#headDataList {
  overflow: hidden;
  float: right;
}
#headDataList li {
  float: left;
  line-height: 32px;
  font-weight: bold;
  padding: 0 10px;
  background: #fff;
}
#headDataList li a {

}
#headDataList li:nth-child(1) {
  background: none;
  font-weight: normal;
  margin-right: 20px;
  color: #111;
}
#headDataList li:nth-child(2) {
  transform: skewX(-15deg);
  position: relative;
  height: 32px;
  right: -13px;
}
#headDataList li:nth-child(5) {
  padding-right: 20px;
}
#headDataList i {
  font-size: 21px;
  position: relative;
  top: 4px;
  margin-right: 4px;
}
#header {
  position: relative;
  height: 100px;
  margin-bottom: 20px;
}
#headerLower {
    border-top: solid 1px #ccc;
    position: relative;
    overflow: hidden;
}
#headerLower #searchBoxWrap {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 60%;
    margin-left: auto;
    text-align: right;
}
#headerLower #searchBoxWrap form {
  width: 100%;
}
#headerLower #searchBoxWrap #freeword {
    border: none;
    background: #eee;
    border-radius: 10px;
    height: 30px;
    padding: 0px 7px;
    font-size: 16px;
    margin: 3px;
    font-weight: bold;
    /* width: calc(100% - 0px); */
    /* margin-right: 10px; */
    /* position: absolute; */
}
#headerLower #searchBoxWrap #headerSearchBoxBtn {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 17px;
    cursor: pointer;
}
#headerLower #shippingDate {
    /* font-weight: bold; */
    float: left;
    font-size: 10px;
    position: relative;
    font-weight: bold;
    top: 13px;
    left: 10px;
    display: flex;
}
#headerLower #shippingDate img {
  width: 20px;
  margin-right: 5px;
}
#headerLogo {
    width: 50%;
    position: absolute;
    left: 25%;
    top: 23px;
}
#menuBtn {
  padding: 5px;
  float: right;
}
#menuBtn img {
    width: 33px;
    position: relative;
    top: 4px;
    right: 1px;
}
#headerCatch {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
nav {
  height: 50px;
  line-height: 50px;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
}
#headNavi {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#headNavi td {
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  border-left: 1px solid var(--gray);
}

#headNavi td:first-child {
  border-left: none;
  width: 45px;
}

#headNavi td a {
  display: block;
}
#headNavi td a:hover {
  background: #f5f5f5;
  color: var(--katsuo)
}
#fillWhite {
  position: absolute;
  top: 0;
  right: 0;
  height: 33px;
  background: #fff;
}
nav {
  height: 50px;
  line-height: 50px;
}
#searchBox {

  height: 50px;
  line-height: 50px;
  font-size: 12px;
  padding: 0 10px;
}
/* searchBox */
#searchBtn {
  height: 25px;
  border: none;
  position: relative;
  border-radius: 3px;
  display: inline-block;
  line-height: 20px;
  padding: 0 5px;
  background: var(--katsuo);
}
#searchBtn i {
  font-size: 18px;
  position: relative;
  top: 5px;
}
#spClearBtn {
  height: 25px;
  border: none;
  position: relative;
  border-radius: 3px;
  display: inline-block;
  line-height: 20px;
  padding: 0 5px;
  background: var(--katsuo);
}
#spClearBtn i {
  font-size: 18px;
  position: relative;
  top: 5px;
}
/* header end */
/* side */
#top #side {
  display: block !important;
}
#side {
  display: none;
}
#side section {
  background: #fff;
}
#side section .title {
  font-weight: bold;
  text-align: center;
  height: 40px;
  line-height: 40px;

  font-weight: bold;
}
#cart {
  padding-bottom: 20px;
}
#cart .title i {
  position: relative;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
#cartInfo {
}
#itemCnt {
  background: var(--katsuo);
  float: left;
  width: 60px;
  border-radius: 50px;
  text-align: center;
}
#currentPrice {
  font-weight: bold;
  float: right;
  color: #fff;
  font-size: 24px;
}
#cartBtn {
  box-sizing: border-box;
  text-align: center;
  display: block;
  width: 180px;
  margin: 0 auto;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
}
#spCartInfo {
    background: var(--katsuo);
    color: #fff;
    line-height: 30px;
    height: 54px;
    padding: 10px;
}
#spCartInfo.fixed {
  position: fixed;
  top: 5px;
  width: 90%;
  border-radius: 5px;
  left: calc(50% - 45%);
  box-shadow: 0 0 5px #333;
  z-index: 9999;
}
#spCartInfo i {
  position: relative;
  top: 6px;
  left: 2px;
}
#spCartInfo a {
    position: relative;
    top: -2px;
    color: #fff;
    background: #111;
    padding: 15px;
    border-radius: 200px;
    font-size: 16px;
    font-weight: bold;
}
#spCartInfo #itemCnt {
    float: right;
    position: relative;
    top: 6px;
    margin-right: 10px;
    height: 21px;
    width: auto;
    line-height: 23px;
    font-weight: bold;
    font-size: 16px;
}
#spCartInfo #currentPrice {
  margin-right: 10px;
  top: 3px;
  position: relative;
  font-size: 24px;
}
.sideList,
.sideList tr,
.sideList td {
  border-collapse: collapse;
  border: solid 1px #e6e6e6;
}
.sideList {
  width: 100%;
}
.sideList tr,
.sideList td {
  height: 20px;
  color: #565656;
  padding: 5px 10px;
  width: 50%;
  text-align: center;
}
.sideList tr a,
.sideList td a {
  color: #565656;
}
.sideList.maker td {
  padding: 0;
}
.sideList.maker td img {
  width: 100%;
  display: block;
}
/* side end */
/* footer */
footer {
  padding-bottom: 80px;
}
footer .title {
  padding: 10px;
  font-size: 16px;
}
footer .spGuideMenu {
  overflow: hidden;
  background: #f7f7f7;
}
footer .spGuideMenu li {
  position: relative;
  padding: 10px;
  font-size: 16px;
  border-bottom: solid 1px #d0d0d0;
}
footer .spGuideMenu li a {
}
footer .spGuideMenu li span {
  display: block;
  float: right;
  top: 0px;
  right: 10px;
  transform: scale(0.5, 1.5);
}
footer #footerCatch {
    margin: 10px;
    font-size: 12px;
}
footer #copyRight {
  text-align: center;
  font-size: 10px;
  margin: 0 10px;
}
footer .spMenu {
    overflow: visible;
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    /* margin-left: 15%; */
    z-index: 9998;
    /* padding: 20px; */
}
footer .spMenu li {
  float: left;
  width: calc(100% / 3);
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
}
footer .spMenu li:last-child {
  border-right: none;
}
footer .spMenu li a {

}
footer .spMenu li i {
  display: block;
  margin-top: 5px;
  font-size: 30px;
}
footer .spMenu li .badge {
  background: #f00;
  position: absolute;
  right: 23px;
  top: 3px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 20px;
  font-size: 10px;
}
footer .spMenu #spSearchBtn {

  display: block;
  border-radius: 100%;
  height: 90px;
  width: 90px;
  /* line-height: 80px; */
  position: absolute;
  top: -13px;
  left: -72px;
  z-index: 9999;
}
footer .spMenu #spSearchBtn i {
  margin-top: 14px;
}
#saleFloating {
    width: 130px;
    position: fixed;
    bottom: 77px;
    left: 10px;
    z-index: 4;
  display: none;
}

#saleFloating img {
  width: 100%;
}
#saleFloating #saleCloseBtn {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  cursor: pointer;
  z-index: 9999;
}
/* footer end */
/* top */
main {
  background: #fff;
  color: #333;
  font-size: 14px;
  padding-bottom: 30px;
}
main .title {
    position: relative;
    /* text-align: center; */
    border-left: 10px solid var(--pale-katsuo);
    background-size: 20px;
    height: 25px;
    padding-left: 10px;
    line-height: 29px;
    font-weight: bold;
    letter-spacing: 0px;
    font-size: 20px;
    margin: 10px;
}
main .title span {
    font-size: 8px;
    letter-spacing: 2px;
    margin-left: 10px;
}
.newItemTitle {
    height: auto !important;
    line-height: 30px !important;
    letter-spacing: 2px !important;
    font-size: 14px !important;
    background: var(--pale-katsuo);
    margin-top: 10px;
    color: #fff;
    margin-left: 0;
    text-align: center;
    padding: 0;
    margin: 0 !important;
    border-left: 0 !important;
}
main .bigTitle {
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#topSlider {
  height: 140px;
  overflow: hidden;
}
.slick-prev,.slick-next {
  display: none !important;
}
#topDescription {
  display: flex;
  flex-wrap: wrap;
}

#topDescription li {
    margin: 20px;
    display: flex;
    width: 100vw;
}

#topDescription li img {
  width: 60px;
  object-fit: contain;
  margin-right: 10px;
}

#topDescription li .info {
}

#topDescription li .head {
  font-weight: bold;
  margin-bottom: 5px;
}

#topDescription li .text {
  font-size: 12px;
}
.searchCondition {
  margin: 10px;
}
.searchCondition a {
    color: var(--pale-katsuo);
    text-decoration: underline;
}
.listSearchCondition {
    position: relative;
    background: #f5f5f5;
    border-radius: 5px;
    margin: 10px;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    border: solid 1px #ccc;
}
.listSearchCondition #searchConditionBtn {
  width: 30px;
  vertical-align: middle;
}
.itemList {
  padding: 5px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
#mypagefavorite .itemList li {
  /* height: 284px; */
}
.itemList li {
  margin: 3px;
  width: calc((100% - 18px) / 3);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.itemList li .imgWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.itemList li .imgWrap img {
  width: 100%;
  min-height: 170px;
}
.imgWrap {
  position: relative;
}
.imgWrap img {
  display: block;
}
.blurayLabel {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 20px;
  background: rgb(255, 102, 0);
  background: linear-gradient(342deg, rgb(0 126 255) 0%, rgb(17 177 238) 100%);
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: #fff;
}
.itemList li .itemTitle {
  margin: 5px;
  font-size: 12px;
  height: 54px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.itemList .actress {
  padding: 5px;
  line-height: 15px;
  font-weight: bold;
  color: #fff;
}

.actress {
  text-align: center;
  background: #b5b5b5;
  padding: 5px;
  line-height: 15px;
  font-weight: bold;
  color: #fff;
}

.actress:hover {
  /* background: #004C1D; */
}

.actress a:hover {
  font-weight: bold;
}

.actress a {
  color: #fff;
  display: inline-block;
  margin: 0 2px;
  text-decoration: underline;
}
.itemList li .cartBtn {
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    display: block;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    color: var(--pale-katsuo);
    background: #313131;
}
.itemList li .cartBtn span {
  font-size: 10px;
  position: relative;
  top: -2px;
  display: none;
}
.itemList li .cartBtn i {
  font-size: 22px;
  position: relative;
  top: 2px;
}
.added {
  color: var(--katsuo) !important;
  cursor: default !important;
}
.added {
  color: var(--katsuo) !important;
  cursor: default !important;
}
.itemList li .favoriteBtn {
  cursor: pointer;
  color: #e4e4e4;
  position: absolute;
  right: 0;
  top: -5px;
  text-shadow: 0 0 5px #333;
}
.itemList li .favoriteBtn i {
  font-size: 22px;
  position: relative;
  top: 6px;
  left: -2px;
}
.itemList li .unfavoriteBtn {
  background: #e6e6e6;
  background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e6e6e6',GradientType=0 );
  border: solid 1px #e6e6e6;
  box-sizing: border-box;
  color: #333;
  font-weight: bold;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}
.rankingList li .favoriteBtn {
  top: 25px;
}
.rankingList .rankingCount {
  height: 20px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.rankingList .crownIco {
  width: 25px;
  height: 20px;
}

.rankingList li:nth-child(1) .crownIco {
  fill: #dcc841;
}

.rankingList li:nth-child(2) .crownIco {
  fill: #aaaaaa;
}

.rankingList li:nth-child(3) .crownIco {
  fill: #80501a;
}

.rankingList li:nth-child(n + 4) .crownIco {
  display: none;
}
#rankingHeadListSpWrapper {
    width: 100vw;
    height: 330px;
    overflow: scroll;
}
#rankingHeadListSp {
  width: 3600px;
  height: 300px;
}
#rankingHeadListSp li {
    width: 110px;
    margin: 5px;
}
.maxItemLimitter1 {
  position: relative;
  transition: all 1s;
  min-height: 570px;
  overflow: hidden;
}

.maxItemLimitter2 {
  position: relative;
  transition: all 1s;
  min-height: 570px;
  overflow: hidden;
}

.maxItemLimitter1 .prevArrow {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("/img/titlePrevArrow.webp");
    background-size: contain;
    position: absolute;
    top: calc(50% - 20px);
    left: -10px;
    z-index: 2;
    cursor: pointer;
    border-radius: 100px;
    overflow: hidden;
    border: solid 1px #ccc;
    background-color: rgb(255 255 255 / 80%);
}

.maxItemLimitter1 .nextArrow {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("/img/titleNextArrow.webp");
    background-size: contain;
    position: absolute;
    top: calc(50% - 20px);
    right: -10px;
    z-index: 2;
    cursor: pointer;
    border-radius: 100px;
    overflow: hidden;
    border: solid 1px #ccc;
    background-color: rgb(255 255 255 / 80%);
}

.maxItemLimitter2 .prevArrow {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("/img/titlePrevArrow.webp");
    background-size: contain;
    position: absolute;
    top: calc(50% - 20px);
    left: -10px;
    z-index: 2;
    cursor: pointer;
    border-radius: 100px;
    overflow: hidden;
    border: solid 1px #ccc;
    background-color: rgb(255 255 255 / 80%);
}

.maxItemLimitter2 .nextArrow {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("/img/titleNextArrow.webp");
    background-size: contain;
    position: absolute;
    top: calc(50% - 20px);
    right: -10px;
    z-index: 2;
    cursor: pointer;
    border-radius: 100px;
    overflow: hidden;
    border: solid 1px #ccc;
    background-color: rgb(255 255 255 / 80%);
}
.list {
  padding: 10px;
  overflow: hidden;
}
.list li {
  max-height: 270px;
  float: left;
  margin: 0 10px 10px 0;
  width: calc((100% - 20px) / 3);
  border: solid 1px #ccc;
  box-sizing: border-box;
  position: relative;
}
.list li:nth-of-type(3n) {
  margin-right: 0;
}
.list li .imgWrap {
  position: relative;
  height: 148px;
  width: 100%;
  overflow: hidden;
}
.list li .imgWrap img {
  width: 100%;
}
.list li .itemTitle {
  margin: 5px;
  font-size: 12px;
  height: 54px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.list li .cartBtn {
  box-sizing: border-box;
  text-align: center;
  display: block;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  font-size: 12px;
}
.list li .cartBtn span {
  /*display: none;*/
  /*
	font-size: 10px;
	position: relative;
	top: -2px;
*/
}
.list li .cartBtn i {
  font-size: 22px;
  position: relative;
  top: 5px;
}
.added {
  color: #ff767b !important;
  cursor: default !important;
}
.added {
  color: #ff767b !important;
  cursor: default !important;
}
.list li .favoriteBtn {
  cursor: pointer;
  color: #e4e4e4;
  position: absolute;
  right: 0;
  top: -5px;
  text-shadow: 0 0 5px #333;
}
.list li .favoriteBtn i {
  font-size: 22px;
  position: relative;
  top: 6px;
  left: -2px;
}
.list li .unfavoriteBtn {
  display: none;
  border: solid 1px #e6e6e6;
  box-sizing: border-box;
  color: #333;
  font-weight: bold;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}
.moreBtn {
  position: relative;


  
  box-sizing: border-box;
  text-align: center;
  display: block;
  margin: 0 auto 30px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  font-size: 18px;
  width: 80%;
}
.moreBtn span {
  display: block;
  float: right;
  position: absolute;
  top: 0px;
  right: 10px;
  transform: scale(0.5, 1);
}
/* top end */
/* list */
#listHead {
}
#listHead table {
  margin: 0 10px 20px 10px;
}
#listHead th {
  text-align: left;
  font-weight: bold;
}
#listHead td {
}
#resultHead {
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  padding: 10px;
  overflow: hidden;
}
#resultHead .left {
  float: left;
  font-weight: bold;
  font-size: 16px;
}
#resultHead .left span {
  font-size: 24px;
  margin-right: 10px;
}
#resultHead .right {
  float: right;
}
#resultHead .right a {
  color: var(--pale-katsuo);
}
#resultHead .right select {
  border: solid 1px #c3c3c3;
}
.list {
}
.list li {
  border: solid 1px #ccc;
  box-sizing: border-box;
  height: 266px;
  overflow: hidden;
}
.list li:nth-of-type(3n) {
  margin-right: 0px;
}
.list li .imgWrap {
}
.list .detailBtn {
  display: none;
  /*
	background: #737373;
	border-radius: 20px;
	position: relative;
	display: block;
	text-align: center;
	padding: 3px;
	margin: 0 10px;
*/
}
.list .detailBtn span {
  display: block;
  float: right;
  position: absolute;
  top: 2px;
  right: 10px;
  transform: scale(0.5, 1);
}
.list .planSelect {
  padding: 5px;
  margin-top: 10px;
  border-top: solid 1px #ccc;
}
.list .planSelect .head {
  display: none;
  font-size: 12px;
}
.list .planSelect select {
  border: solid 1px #c3c3c3;
  background: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
  background: linear-gradient(to bottom, #fff 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#efefef',GradientType=0 );
  width: 100%;
}
.list .cartBtn {
}
.list .favoriteBtn {
  margin: 5px;
  border-radius: 5px;
}
.pager {
}
/* list end */
/* detail */
#mainimgWrap {
  overflow: hidden;
}
#mainimgWrap img {
  width: 100%;
  display: block;
}
#mainimgWrap .expandBtn {
  cursor: pointer;
  background: #737373;
  border-radius: 20px;
  position: relative;
  display: block;
  text-align: center;
  padding: 3px;
  margin: 5px 0;
  width: 150px;
  float: right;
}
#mainimgWrap .expandBtn span {
  display: block;
  float: right;
  position: absolute;
  top: 2px;
  left: 10px;
}
#itemSpInformation .itemName {
  padding: 10px;
  border-bottom: solid 1px #fff;
  font-size: 18px;
  font-weight: bold;
}
#itemSpInformation .itemCommentTitle {
  padding: 10px;

}
#itemSpInformation .itemComment {
  padding: 10px;
  color: #111;
}
#itemInformation {
  margin-top: 20px;
  width: 100%;
}
#itemInformation tr {
  display: block;
  border-top: solid 1px #ccc;
}
#itemInformation th,
#itemInformation td {
  display: block;
  padding: 10px 20px;
}
#itemInformation th {
  display: block;

}
#itemInformation .keywordList {
  overflow: hidden;
}
#itemInformation .keywordList li {
  float: left;
  background: #e6e6e6;
  border-radius: 5px;
  padding: 0 4px;
  border: solid 1px #d4d4d4;
  box-sizing: border-box;
  margin-right: 5px;
}
.itemName .blurayLabel {
    display: inline-block;
    border-radius: 3px;
    padding: 5px 0;
    font-size: 12px;
    position: relative;
    color: #fff;
}
#planSelectBox {
  margin: 20px;
  padding: 20px;
  background: #f7f7f7;
  font-weight: bold;
  border-radius: 5px;
  border: solid 2px #e6e6e6;
}
#planSelectBox .upper {
}
#planSelectBox .upper select {
  border-radius: 20px;
  width: 100%;
}
#planSelectBox .lower {
  margin-top: 10px;
  color: var(--katsuo);
  font-size: 16px;
  text-align: right;
}
#planSelectBox .lower span {
  font-size: 24px;
}
#btnBox {
  margin: 20px 15px;
  overflow: hidden;
}
#btnBox li {
  width: calc(50% - 10px);
  margin: 5px;
  float: left;
}
#btnBox .cartBtn {
  box-sizing: border-box;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  margin: 20px auto;
  border-radius: 5px;
  font-size: 16px;
  background: var(--katsuo);
  color: #fff;
}
#btnBox .cartBtn i {
  font-size: 22px;
  position: relative;
  top: 5px;
}
#btnBox .favoriteBtn {
  box-sizing: border-box;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  border: solid 3px #111;
  margin: 20px auto;
  border-radius: 5px;
  font-size: 16px;
}
#btnBox .favoriteBtn span {
  font-size: 10px;
  position: relative;
  top: -2px;
}
#btnBox .favoriteBtn i {
  font-size: 28px;
  position: relative;
  top: 7px;
}
/* detail end */
/* beginner */
#beginner article {
  margin: 20px;
}
#beginner .head {
  font-weight: bold;
  margin: 30px 0 20px;
}
#beginner #promissList {
}
#beginner #promissList li {
  position: relative;
}
#beginner #promissList li:nth-child(odd) {
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: var(--katsuo);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 24px;
    justify-content: center;
    margin-bottom: 5px;
}
#beginner #promissList div {
    width: 100%;
    height: 30px;
}
#beginner #promissList div.small {
  font-size: 12px;
}
#beginner #promissList li:nth-child(even) {
    margin-left: 5px;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #e7e7e7;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
#beginner #descriptionList {
  margin-top: 30px;
}
#beginner #descriptionList li {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    padding: 20px;
    border: solid 1px #e7e7e7;
    margin-bottom: 30px;
}
#beginner #descriptionList li #memberMerit {
  margin: 10px;
}
#beginner #descriptionList li #memberMerit li {
  padding: 5px;
  margin-bottom: 10px;
  color: var(--pale-katsuo)
}
#beginner #descriptionList li .contentsWrap {
    padding: 0 0 0 10px;
    width: calc(100% - 70px);
}
#beginner #descriptionList li .contentsWrap .headTitle {
  margin-bottom: 10px;
  font-weight: bold;
}
#beginner #descriptionList img {
  width: 60px;
} 
#beginner span {
  color: var(--pale-katsuo);
}
#beginner #descriptionList a {
  color: #45a1ff;
  text-decoration: underline;
}
/* beginner end */
/* price */
#price article {
  margin: 20px;
}
#price .priceList {
    border: solid 1px #e7e7e7;
    margin: 50px 0 20px;
    border-bottom: none;
}
#price .priceList li {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  border-bottom: solid 1px #e7e7e7;
}
#price .priceList li img {
  margin-right: 20px;
}
#price .priceList li .head {
    display: block;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 17px;
    background: var(--katsuo);
}
#price .priceList li .head br {
  display: none;
}
#price .priceList li .optionImg {
  display: block;
  width: 100%;
}
#price .priceList li .description {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
#price .priceList li .discIco {
  height: 40px;
}
#price article span {
  color: var(--katsuo);
}
#price .priceTitle {
  font-weight: bold;
  margin-bottom: 20px;
}
#price .priceDescription {
  margin-bottom: 50px;
}
#price .priceList.option {
  display: flex;
  flex-wrap: wrap;
}
#price .priceList.option li {
  padding: 10px;
}
#price .priceList.option li:nth-child(3n-2){
  border-right: solid 1px #e7e7e7;
}
#price .priceList.option li:nth-child(3n-1){
  width: calc(50% - 20px);
  justify-content: center;
  border-right: solid 1px #e7e7e7;
}
#price .priceList.option li:nth-child(3n){
  width: calc(50% - 21px);
  justify-content: center;
}
#price .priceList.option li:nth-child(-n+3) {
    background: var(--katsuo);
    color: #fff;
}
/* price end */
/* maker */
#maker #mainList {
  margin-bottom: 10px;
}
#maker #mainList li {
  float: left;
  margin: 1px;
  width: calc((100% - 6px) / 2);
}
#maker #mainList li img {
  width: 100%;
  display: block;
}
#maker #mainList li:nth-of-type(2n) {
  margin-right: 0;
}
#maker .title span {
  font-size: 14px;
}
#maker .title {
  height: auto;
  line-height: 21px;
  padding: 5px 10px;
  text-align: left;
}
#maker .subTitle {
  text-align: center;
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
#maker #subList {
  margin-bottom: 20px;
}
#maker #subList li {
  background: #f1f1f1;
  width: calc((100% - 6px) / 2);
  height: 50px;
  line-height: 50px;
  float: left;
  margin: 1px;
  text-align: center;
}
#maker #subList li.multiLine {
  line-height: 25px;
}
#maker #subList li:nth-of-type(2n) {
  margin-right: 0;
}
#maker #subList .multiLine {
  line-height: 16px !important;
  padding-top: 10px;
  height: 40px;
}
/* maker end */
/* form common */
#commonForm .headCaption {
  margin: 20px 10px;
}
#commonForm .subCaption {
  margin: 20px 10px;
}
#commonForm table {
  width: calc(100% - 40px);
  margin: 20px;
  border: solid 1px #ccc;
  background: #fbfbfb;
}
#commonForm table tr {
  margin: 20px;
  display: block;
}
#commonForm table th {
  width: 100%;
  display: block;
  font-weight: bold;
  border-bottom: solid 1px #e6e6e6;
  margin: 0 0 10px 0;
}
#commonForm table th.valignTop {
  vertical-align: top;
}
#commonForm table td {
  width: 100%;
  display: block;
}
#commonForm table input {
  border: solid 1px #ccc;
  margin: 5px 10px;
}
#commonForm table input[type="text"] {
  width: 80px;
}
#commonForm table input[name="mail"] {
  width: 100%;
}
.wSmall {
  width: 35px !important;
}
.wMedium {
  width: 105px !important;
}
.wBig {
  width: 90% !important;
  box-sizing: border-box;
}
.wSp100 {
  width: calc(100%) !important;
  margin: 5px 0;
  box-sizing: border-box;
}
#commonForm table textarea {
  border: solid 1px #ccc;
  margin: 20px 0;
  width: 100%;
  box-sizing: border-box;
}
#commonForm table .btn {
  border: solid 1px #c3c3c3;
  border-radius: 20px;
  padding: 0 10px;
  display: inline-block;
}
#commonForm table select {
  border: solid 1px #c3c3c3;
  border-radius: 20px;
  display: inline-block;
}
#commonForm table .fontSmall {
  font-size: 12px;
  margin-left: 10px;
}
.commonFormBtn {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    display: block;
    width: 250px;
    margin: 0 auto 20px;
    height: 50px;
    line-height: 45px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none !important;
    background: var(--katsuo);
    border: none;
    color: #fff;
}
.commonFormBtn span {
  font-size: 10px;
  position: absolute;
  left: 20px;
  top: 0px;
}
.commonFormBtn.registBtn {
  line-height: 48px;
}
.commonFormBtn.reEdit {
  background: var(--dark-gray);
}
#commonForm .subTitle {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin: 30px 0;
  padding: 5px 20px;
  background: none;
  color: var(--katsuo);
  line-height: 30px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 17px;
}
#commonForm a {
  /*color: var(--pale-katsuo);*/
  text-decoration: underline;
}
#addressList a {
  color: #333 !important;
  border: solid 1px #c3c3c3;
  padding: 1px 15px;
  border-radius: 5px;
  text-decoration: none;
  border: solid 1px #ccc;
}
#commonForm .myPageTitle {
  padding: 10px;
  font-size: 16px;
  background: #eeffd5;
}
#commonForm .mypageNav {
  overflow: hidden;
  background: #f7f7f7;
  margin-bottom: 10px;
}
#commonForm .mypageNav li {
  position: relative;
  padding: 10px;
  font-size: 16px;
  border-bottom: solid 1px #d0d0d0;
}
#commonForm .mypageNav li a {
  color: #525252;
  text-decoration: none;
}
#commonForm .mypageNav li span {
  display: block;
  float: right;
  top: 0px;
  right: 10px;
  transform: scale(0.5, 1.5);
}
#registPush {
    position: relative;
    width: 350px;
    border-radius: 10px;
    padding: 10px;
    background: #f0375a;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
}
#registPush span {
    font-size: 30px;
    color: #efff00;
}
#registPush::before {
    content: "▲";
    color: #f0375a;
    display: block;
    position: absolute;
    top: -19px;
    left: calc(50% - 10px);
}
#commonForm #welcomeMsg {
  margin: 20px 0;
}
#purchaseHistoryList {
  margin: 50px 10px;
}
#purchaseHistoryList article {

  margin-bottom: 40px;
}
#purchaseHistoryList article .head {
  padding: 20px;
  border-bottom: solid 1px #333;
  background: #f1f1f1;
}
#purchaseHistoryList article .head .purchaseTitle {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #45a1ff;
}
#purchaseHistoryList article .head .purchaseInfo {
}
#purchaseHistoryList article .purchaseList .allItemShowBtn {
    width: 50%;
    margin: 0 auto;
    font-weight: bold;
    border: solid 1px var(--katsuo);
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
  transition: all 0.2s;
}
#purchaseHistoryList article .purchaseList .allItemShowBtn:hover {
  transform: scale(1.02);
  background: var(--katsuo);
  color: #fff;
}
#purchaseHistoryList article .purchaseList .allItemShowBtn .plus {
    background: var(--katsuo);
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    margin-right: 5px;
    text-align: center;
    line-height: 20px;
    letter-spacing: -1px;
}
#purchaseHistoryList article .purchaseList li {
  margin: 10px;
  padding: 10px;
  border-bottom: solid 1px #ccc;
  overflow: hidden;
  padding: 10px 0;
}
#purchaseHistoryList article .purchaseList .left {
  margin-right: 10px;
  width: 90px;
  float: left;
}
#purchaseHistoryList article .purchaseList .left img {
  width: 100%;
}
#purchaseHistoryList article .purchaseList .middle {
  width: 240px;
  float: left;
}
#purchaseHistoryList article .purchaseList .middle .itemTitle {
  font-weight: bold;
}
#purchaseHistoryList article .purchaseList .middle .plan {
}
#purchaseHistoryList article .purchaseList .middle .price {
}
#purchaseHistoryList article .purchaseList .right {
  width: 180px;
  float: right;
}
#purchaseHistoryList article .purchaseList .right .detailBtn {
  background: var(--katsuo);
  color: #fff;

  box-sizing: border-box;
  text-align: center;
  display: block;
  width: 180px;
  margin: 0 auto;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  text-decoration: none;
}
#purchaseHistoryList article .purchaseList .right .detailBtn span {
  font-size: 10px;
  position: relative;
  top: -2px;
}
#purchaseHistoryList article .purchaseList .right .detailBtn i {
  font-size: 22px;
  position: relative;
  top: 5px;
}
#commonForm .addressAdd {
  margin: 0;
  width: 150px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}
#commonForm #addressList li {
  position: relative;
  border-top: solid 1px #ccc;
  padding: 20px;
  overflow: hidden;
}
#commonForm #addressList li .name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#commonForm #addressList li .control {
  margin-top: 10px;
  float: right;
}
#commonForm #addressList li .control a:first-child {
  margin-right: 10px;
}
/* form common end */
/* cart */
.error-message {
    background-color: #ff5f85;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    margin: 10px 0;
    display: none;
    color: #fff;
}
.error-message.-show {
  display: block;
}
input:read-only {
  border: none !important;
}
.cartItemList {
  margin: 30px;
  width: calc(100% - 60px);
}
.cartItemList thead {
  background: #e6e6e6;
  font-weight: bold;
}
.cartItemList tr {
  border: solid 1px #ccc;
  padding: 10px 0;
}
.cartItemList th,
.cartItemList td {
  display: block;
  padding: 10px;
  vertical-align: top;
  border-collapse: collapse;
}
.cartItemList tbody td:nth-child(1) {
  float: left;
}
#cartItemReset {
    box-sizing: border-box;
    text-align: center;
    width: 180px;
    margin-top: 10px;
    height: 25px;
    line-height: 18px;
    border-radius: 5px;
      padding: 2px 5px;
    cursor: pointer;
    display: block;
    width: calc(100%);
}
.sptar {
  text-align: right;
  padding: 0 20px !important;
}
.addressList {
  margin: 30px 30px 0 30px;
  width: calc(100% - 60px);
}
.addressList thead {
  background: #e6e6e6;
  font-weight: bold;
}
.addressList th,
.addressList td {
  display: block;
  padding: 10px;
  vertical-align: top;
  border-collapse: collapse;
  border: solid 1px #ccc;
}
.addressList th {
  background: #e4ffdc;
}
.addressList input {
  border: solid 1px #ccc;
}
.addressList select {
  border: solid 1px #ccc;
}
input {
  border: solid 1px #ccc;
}
select {
  border: solid 1px #ccc;
  padding-right: 20px;
}
.itemDel {
  background: #e6e6e6;
  padding: 0 5px;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  position: relative;
  top: -5px;
  right: 10px;
}
.itemDel:hover {
  background: #ff5f85;
}
.itemImg {
  width: 80px;
}
#cartForm .subTitle {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 3px #ccc;
  margin: 20px 30px;
}
.priceFooter {
  background: #e6e6e6;
  font-weight: bold;
}
.priceFooter td {
  text-align: right;
}
#cartTextArea {
  border: solid 1px #ccc;
  margin: 0px 30px 50px;
  width: calc(100% - 60px);
  height: 200px;
  box-sizing: border-box;
}
.headCaption {
  margin: 10px 30px;
}

/* cart end */
/* spmenu */
#spMenu {
  display: none;
  position: fixed;
  top: 0px;
  right: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999;
  background: #fff;
  font-weight: bold;
  overflow-y: scroll;
  overflow-x: hidden;text-align: center;
  letter-spacing: 5px;
}
#menuClose {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    /* width: 50px; */
}
#menuClose i {
  font-size: 40px;
  margin: 10px;
}
#spMenuUpper {

  overflow: hidden;
}
#spMenuUpper .welcome {
  margin: 10px;
  font-size: 14px;
}
#spMenuUpper #join {
  background: var(--katsuo);
  color: #fff;
  font-weight: bold;
  padding: 10px;
  display: block;
}
#spMenuUpper #join span {
  display: block;
  float: right;
  top: 0px;
  right: 10px;
  transform: scale(0.5, 1.5);
}
#spMenuUpper #login {
  padding: 30px;
}
#spMenuUpper input {
  border: solid 1px #ccc;
  margin: 5px 10px;
  font-size: 22px;
  margin-bottom: 20px;
  box-shadow: 0 0 0 1000px #eee inset;
}
#spMenuUpper .loginBtn {
    margin: 10px 0 10px 10px;
    border: 0;
    width: 60%;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 5px;
    font-size: 16px;
    background: var(--katsuo);
}
#spMenuUpper .spPassInput {
  width: calc(100% - 180px);
}
#spMenuUpper .title {
    margin: 0 10px;
    font-weight: normal;
    letter-spacing: 0;
}
#spMenuUpper #forget {
    margin: 10px 0 40px;
    font-size: 12px;
    letter-spacing: 3px;
}
#spMenuUpper #forget a {
    border-bottom: solid 1px #878787;
    /* display: inline-block; */
}
#spMenu #spMenuLower {
  background: #f7f7f7;
}
#spMenu #spMenuLower .title {
  padding: 10px;
  border-bottom: solid 1px #fff;
}
#spMenu #spMenuLower .spGuideMenu {
}
#spMenu #spMenuLower .spGuideMenu li {
  padding: 10px 15px;
  border-bottom: solid 1px;
}
#spMenu #spMenuLower .spGuideMenu li a {
}
#spMenu #spMenuLower .spGuideMenu li span {
  display: block;
  float: right;
  top: 0px;
  right: 10px;
  transform: scale(0.5, 1.5);
}
#spMenu #copyRight {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
#spMenu .spMenuList {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #e7e7e7;
}
#spMenu .spMenuList li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: solid 1px #e7e7e7;
}
#spMenu .spMenuList li.shipping {
  display: flex;
  justify-content: center;
  align-items: center;
}
#spMenu .spMenuList li.shipping img {
    height: 20px;
    margin-right: 10px;
}
#spMenu .spMenuList li.half {
  width: 50%;
}
#spMenu .spMenuList li.half.border {
  border-right: solid 1px #e7e7e7;
  width: calc(50% - 1px);
}
#spMenu .spMenuList #memberRegistBtn {
  position: relative;
}
#spMenu .spMenuList #memberRegistBtn span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
    letter-spacing: 0;
    width: 100%;
    background: var(--katsuo);
    display: block;
    height: 20px;
    line-height: 20px;
    color: #efff00;
    font-weight: normal;
    transform: rotate(-3deg);
}
#spLogout {
  position: absolute;
  right: 20px;
  top: 10px;
  border: none;
  background: none;
}
#spLogout i {
  position: relative;
  top: 7px;
  left: -5px;
}
#spMenuCartBtn {
  background: #fff;

  height: 40px;
  line-height: 40px;
  padding-left: 10px;
}
#spMenuCartBtn a {

}
#spMenuCartBtn i {
  position: relative;
  top: 7px;
  left: -5px;
}
#spMenuCartBtn #cartInfo {
}
#spMenuCartBtn #cartInfo #itemCnt {
  height: 20px;
  line-height: 20px;
  width: auto;
  padding: 0 10px;
  float: right;
  position: relative;
  top: 10px;
  left: -10px;
  color: #fff;
}
#spMenuCartBtn #cartInfo #currentPrice {
  color: var(--katsuo);
  margin-right: 10px;
}
#spMenuMypageBtn {
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
}
#spMenuMypageBtn i {
  position: relative;
  top: 7px;
  left: -5px;
}
#spMenuLogo {
    width: 30%;
    margin: 30px;
}
/* spmenu end */
/* news info */
#news ul {
  overflow: hidden;
  margin: 10px;
}
.halfColumn a {
  text-decoration: underline;
  color: var(--black);
}
.infoBox {
  margin: 10px;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}
.infoBox li {
  padding: 5px;
  border-bottom: solid 1px #cccccc;
}
.infoBox li a:hover{
  color: var(--katsuo)
}
.infoBox .date {
  display: inline-block;
  width: 100px;
}
.infoBox .scroll {
  display: inline-block;
  width: calc(100% - 100px);
  position: relative;
  top: 4px;
}
.infoBox .scroll .scroll-inner {
  position: absolute;
  white-space: nowrap;
  animation-name: scroll;
  animation-timing-function: linear;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  text-decoration: underline;
}
#news .infoBox {
  max-height: 250px;
}
/* pageJumper */
.pageJumper {
  margin: 10px 10px 0 0;
  text-align: right;
}
/* pager */
.pager {
  width: 100%;
  height: 30px;
  text-align: center;
  margin: 10px 0;
}
.pager a {
  min-width: 30px;
  height: 30px;
  background: #dddddd;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  margin: 0 2px;
}
.pager a.current {
  background: var(--pale-katsuo);
}
.pager a:hover {
  background: #cccccc;
}
/* spSearchBox */
/* spSearchBox */
#spSearchBox {
  display: none;
  position: fixed;
  top: 0px;
  right: 0;
  height: 100dvh;
  width: 100%;
  z-index: 9999;
  background: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}
#spSearchBox #spMenuUpper {
    border-bottom: solid 1px #e7e7e7;
    height: 60px;
    text-align: center;
    line-height: 60px;
    letter-spacing: 5px;
    font-weight: bold;
}
#spSearchBox span {
  display: block;
}
#spSearchBox #searchBtn {
  width: 100px;
  margin-top: 10px;
  margin-left: calc(50% - 100px);
  height: 30px;
  display: inline-block;
  line-height: 30px;
  COLOR: #FFF;
}
#spSearchBox #spClearBtn {
  width: 100px;
  margin-top: 10px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
color: #333;
}
#spSearchClose {
  position: absolute;
  top: -40px;
  right: 0px;
  font-size: 36px;
}
#spSearchList li {
    border-bottom: solid 1px #e7e7e7;
    font-weight: bold;
    padding: 15px 40px;
}
#spSearchList li a {
  display: block;
}
#spSearchList li.arrow {
  position: relative;
}
#spSearchList li.arrow::after {
    content: ">";
    position: absolute;
    right: 40px;
    top: 15px;
    transform: scale(0.5,1);
    color: #8f8f8f;
}
#spSearchList #wordCloudList {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  overflow: hidden;
}

#spSearchList #wordCloudList li {
    border: solid 1px #d5d5d5;
    color: #686868;
    border-radius: 3px;
    margin: 5px;
    height: 25px;
    padding: 0 5px;
    display: block;
    font-weight: normal;
}
#spSearchList select,#spSearchList input {
  width: 100%;
  background: #fff;
}
#searchForm {
  position: relative;
} 
#spSearchBox input {
  width: 100%;
  box-sizing: border-box;
  background: #eee;
  font-size: 16px;
} 
#searchForm #spSearchBoxBtn {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 20px;
}
#item_cd {
  width: 60px;
}
#categoryList {
  width: 100%;
}
.makerListTitle {
    font-weight: bold;
}
#makerList {
    width: 100%;
    font-weight: bold;
}
#makerList option {
  background: #fff;
  color: #333;
}
#actress {
  width: 100%;
  box-sizing: border-box;
}
#freeWord {
  width: 100%;
  box-sizing: border-box;
}
.halfBox {
  width: 35%;
  float: left;
}
#orderCompleteMessage,
#sendMessage {
  text-align: center;
  margin: 50px 0;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 10px;
}
.cartBtn,
.favoriteBtn {
  pointer-events: none;
  opacity: 0.5;
}
/** マーキーさせたい部分 */
.scroll {
  overflow: hidden; /* スクロールバーが出ないように */
  position: relative; /* マーキーの内容部分の位置の基準になるように */
}
/* マーキーの内容部分の高さ確保 */
.scroll::after {
  content: "";
  white-space: nowrap;
  display: inline-block;
}
/* マーキーさせたい部分(内側) */
.scroll > .scroll-inner {
  position: absolute;
  white-space: nowrap;
  animation-name: scroll;
  animation-timing-function: linear;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
/* マウスオーバーでマーキーストップ */
.scroll > .scroll-inner:hover {
  animation-play-state: paused;
  cursor: default;
}
/** マーキーアニメーション */
@keyframes scroll {
  0% {
    left: 100%;
    transform: translate(0);
  }
  100% {
    left: 0;
    transform: translate(-100%);
  }
}
.heightRestrict350 {
  position: relative;
  border-bottom: 1px solid #727171 !important;
  overflow: hidden;
  max-height: 350px;
  
}
.heightRestrict350:after {
    position: absolute;
    bottom: 0;
    left: 1px;
    z-index: 2;
    content: '';
    width: calc(100% - 2px);
    height: 25%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .7) 50%, rgba(255, 255, 255, 1) 100%);
}
.moreViewBtn {
    position: absolute !important;
    bottom: 10px;
    left: 0;
    width: 80% !important;
    border: 0 !important;
    height: 30px !important;
    z-index: 3;
    margin: 10px 10% 0 !important;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    color: #333;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    box-shadow: 0 0 5px #333;
    font-weight: bold;
}
/* added 20210525 */
#favoriteListAllCartAddBtn {
  cursor: pointer;


  


  box-sizing: border-box;
  text-align: center;
  display: block;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  border-radius: 5px;
  margin: 10px 10px 0 10px;
}
#favoriteListAllCartAddBtn span {
  font-size: 10px;
  position: relative;
  top: -2px;
}
#favoriteListAllCartAddBtn i {
  font-size: 22px;
  position: relative;
  top: 5px;
}
/*20210818*/
.material-icons.redeem {
}
.material-icons.redeem::before {
    content: "購入済み";
    display: block;
    position: absolute;
    top: 2px;
    right: 39px;
    background: #fff;
    color: var(--katsuo);
    font-weight: bold;
    text-shadow: 0 0 BLACK;
    font-size: 12px;
    height: 17px;
    line-height: 14px;
    border-radius: 3px;
    padding: 0 3px;
    box-shadow: 0 0 4px #666;
}
#purchasedInfo {
  border: solid 3px var(--katsuo);
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
  font-weight: bold;
}
#purchasedInfo .material-icons {
    position: relative;
    line-height: 10px;
    top: 6px;
}
#purchasedInfo a {
  display: block;
  color: var(--katsuo);
  text-decoration: underline;
  font-weight: normal;
}
.imgWrap .purchasedInfo {
    position: absolute;
    font-weight: bold;
    padding: 0 3px;
    margin: 3px;
    box-shadow: 0 0 5px #666;
    font-size: 10px;
    width: calc(100% - 12px);
    text-align: center;
    background: #fff;
    color: var(--katsuo);
}
/* history */
#historyList {
  opacity: 0;
    position: fixed;
    bottom: -300px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: rgba( 0, 0, 0, 0.6 );
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border: 1px solid rgba( 0, 0, 0, 0.18 );
    transition: .4s;
    z-index: 3;
}
#historyList.show {
  opacity: 1;
    bottom: 57px;
}
#historyList .title {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 5px;
    font-size: 20px;
  }
#historySlider {
  max-width: 1200px;
  margin: 0 auto;
  background-size: 20px;
}
#historySlider li {
  margin: 2px;
}
#historySlider li .imgWrap {
}
#historyClose {
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 60px;
    cursor: pointer;
}
#historyShow {
    position: fixed;
    bottom: 80px;
    right: 10px;
    font-size: 14px;
    background: rgba( 0, 0, 0, 0.6 );
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border: 1px solid rgba( 0, 0, 0, 0.18 );
    border-radius: 5px;
    padding: 2px 7px 0;
    cursor: pointer;
    z-index: 10;
}
#historyShow a {
  color: #fff;
}
/* added 20220920 */
#purchasedItemAllDeleteBtn {
  cursor: pointer;
  background: #525252;
  color: #fff;
  border: solid 1px #ccc;
  box-sizing: border-box;
  text-align: center;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  font-weight: bold;
  border-radius: 5px;
}
#purchasedItemAllDeleteBtn span {
  font-size: 10px;
  position: relative;
  top: -2px;
}
#purchasedItemAllDeleteBtn i {
  font-size: 22px;
  position: relative;
  top: 5px;
}
.purchasedItemIds {
  display: none;
}
/* added 20221101 */
.maintenanceBox {
    padding: 20px;
    background: rgba( 0, 0, 0, 0.7 );
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border: 1px solid rgba( 0, 0, 0, 0.18 );
    text-align: center;
    width: 84%;
    margin: 50px auto;
}
.maintenanceBox img {
  width: 50%;
}
.maintenanceBox .title {
    font-weight: bold;
    font-size: 24px;
}
.maintenanceBox .dateHead {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}
.maintenanceBox .date {
    font-size: 20px;
    background: #fff;
    line-height: 50px;
    padding-top: 5px;
    height: 50px;
    font-weight: bold;
}
.maintenanceBox .caption {
    font-size: 14px;
    line-height: 32px;
    margin-top: 50px;
}
.maintenanceBox .sub {
  font-size: 12px;
}
.maintenanceBox .contanct {
  
}
.maintenanceBox .contanct a {
  text-decoration: underline;
}
#shippingDescription {

}
/* sale */
#saleList .imgBox img {
  width: 100%;
}
#itemSearchBox {
    padding: 20px;
    border-radius: 5px;
}
#itemSearchBox ul {
}
#itemSearchBox li {
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #f5f5f5;
}
#itemSearchBox li select {
  max-width: 200px;
}
#itemSearchBox li .label {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 14px;
    border-left: solid 2px var(--pale-katsuo);
    padding-left: 10px;
    height: 20px;
    line-height: 20px;
}
#itemSearchBox li:last-child {
  border-bottom: none;
}
#itemSearchBox li .searchBtn {
    background: var(--katsuo);
    color: #fff;
    font-weight: bold;
    padding: 10px 10px;
    cursor: pointer;
    width: 50%;
    display: block;
    margin: 0 auto;
}
#rankingChange {
    background: none;
    border: none;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#wordCloudList {
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
  overflow: hidden;
}

#wordCloudList li {
  border: solid 1px #d5d5d5;
  color: #686868;
  border-radius: 3px;
  margin: 5px;
  height: 25px;
  padding: 0 5px;
  display: block;
}
.duplicatePurchaseInput {
  background: var(--katsuo);
  color: #fff;
}
.duplicatePurchaseCaution {
  font-weight: bold;
  color: var(--katsuo);
}
.purchaseCounter {
  font-size: 10px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  background: #000000c7;
  color: #f1fa63;
  width: 100%;
}
.latestBuyInfo {
  font-size: 10px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  background: #f1fa63;
  color: #000000;
  width: 100%;
}