@import url("reset.css");
/* common */
body {
  color: #fff;
  width: 100%;
  height: 100dvh;
  position: relative;
}
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: #fff;
}
input,
textarea,
select {
  font-size: 16px;
}
input,
textarea {
  transform: scale(0.8);
}
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: url('/img/bg.webp') no-repeat center center;
  background-size: cover;
  z-index: -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;
}
.strong {
  font-weight: bold;
}

a {
  color: #fff;
}
main a {
  color: #111;
}
.dopc {
  display: none !important;
}
.pr {
  position: relative;
}
a.fontBlack,
.fontBlack {
  color: #111 !important;
}
a.fontWhite,
.fontWhite {
  color: #fff !important;
}
a.fontGreen,
.fontGreen {
  color: #FFA800 !important;
}
a.fontRed,
.fontRed {
  color: #FFA800 !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 */
/* header */
header {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(2px);
}
#headerUpper {
  overflow: hidden;
  height: 85px;
  color: #FFA800;
}
#headerUpper h1 {
  font-size: 12px;
  padding: 5px;
  line-height: 14px;
  border-bottom: solid 1px #fff;
  text-align: center;
}
#headDataList {
  overflow: hidden;
  float: right;
}
#headDataList li {
  float: left;
  line-height: 32px;
  font-weight: bold;
  padding: 0 10px;
  background: #fff;
  color: #FFA800;
}
#headDataList li a {
  color: #FFA800;
}
#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;
}
#headerLogo {
  float: left;
  max-width: 55%;
  margin: 10px;
}
#menuBtn {
  padding: 5px;
  float: right;
}
#menuBtn img {
  width: 50px;
}
#headerCatch {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#headNavi {
  overflow: hidden;
  margin: 0 auto;
}
#headNavi li {
  float: left;
  text-align: center;
  border-left: solid 1px #fff;
  box-sizing: border-box;
  font-weight: bold;
}
#headNavi li:last-child {
  border-right: solid 1px #fff;
}
#headNavi li a {
  display: block;
  color: #111;
}
#fillWhite {
  position: absolute;
  top: 0;
  right: 0;
  height: 33px;
  background: #fff;
}
nav {
  background: rgb(223 255 112 / 50%);
  height: 50px;
  line-height: 50px;
}
#searchBox {
  background: #FFA800;
  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: #AD1213;
  color: #fff;
}
#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: #AD1213;
  color: #fff;
}
#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;
  background: #FFA800;
  color: #fff;
  font-weight: bold;
}
#cart {
  padding-bottom: 20px;
}
#cart .title i {
  position: relative;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
#cartInfo {
}
#itemCnt {
  background: #AD1213;
  float: left;
  width: 60px;
  border-radius: 50px;
  text-align: center;
}
#currentPrice {
  font-weight: bold;
  float: right;
  color: #111;
}
#cartBtn {
  background: #FF931F;
  background: -moz-linear-gradient(top, #FF931F 0%, #FF6000 100%);
  background: -webkit-linear-gradient(top, #FF931F 0%, #FF6000 100%);
  background: linear-gradient(to bottom, #FF931F 0%, #FF6000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF931F', endColorstr='#FF6000',GradientType=0 );
  border: solid 1px #FFA800;
  border: solid 1px #FFA800;
  box-sizing: border-box;
  text-align: center;
  display: block;
  width: 180px;
  margin: 0 auto;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
}
#spCartInfo {
  background: #ff7801;
  line-height: 30px;
  height: 32px;
}
#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;
}
#spCartInfo #itemCnt {
  float: right;
  position: relative;
  top: 6px;
  margin-right: 10px;
  height: 21px;
  width: auto;
  padding: 0 10px;
  line-height: 23px;
}
#spCartInfo #currentPrice {
  margin-right: 10px;
  top: 3px;
  position: relative;
  color: #fff;
  font-size: 20px;
}
.sideList,
.sideList tr,
.sideList td {
  border-collapse: collapse;
  border: solid 1px #f1f1f1;
}
.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 {
  background: #111;
  padding-bottom: 60px;
}
footer .title {
  padding: 10px;
  font-size: 16px;
  background: #eeffd5;
  background: #15002c;
  color: #fff;
}
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 {
  color: #15002C;
}
footer .spGuideMenu li span {
  display: block;
  float: right;
  top: 0px;
  right: 10px;
  transform: scale(0.5, 1.5);
}
footer #footerCatch {
  margin: 10px;
  font-size: 14px;
}
footer #copyRight {
  text-align: left;
  font-size: 12px;
  margin: 0 10px;
}
footer .spMenu {
  overflow: visible;
  background: #fff;
  color: #FFA800;
  border: solid 1px #FFA800;
  position: fixed;
  bottom: 0;
  width: 85%;
  box-sizing: border-box;
  margin-left: 15%;
  z-index: 9998;
}
footer .spMenu li {
  float: left;
  width: calc(100% / 3);
  border-right: solid 1px #FFA800;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
}
footer .spMenu li:last-child {
  border-right: none;
}
footer .spMenu li a {
  color: #FFA800;
}
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;
  color: #fff;
}
footer .spMenu #spSearchBtn {
  background: #FFA800;
  color: #fff;
  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;
}
/* footer end */
/* top */
main {
  background: rgb(255 255 255 / 60%);
  color: #333;
  font-size: 14px;
  padding-bottom: 30px;
}
#topDescription {
  background: #ff7801;
  padding: 10px;
  color: #fff;
}
main .title {
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 20px;
  color: #FFA800;
  border-top: solid 3px #F8BF81;
  border-bottom: solid 3px #F8BF81;
  background: #fff;
  margin: 10px 0;
}
.newItemTitle {
    height: auto !important;
    line-height: 30px !important;
    letter-spacing: 2px !important;
    font-size: 19px !important;
}
main .bigTitle {
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 15px;
  color: #FFA800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: solid 3px #F8BF81;
  border-bottom: solid 3px #F8BF81;
  background: #fff;
  margin: 10px 0;
}
.searchCondition {
  margin: 10px;
}
.searchCondition a {
    color: #FFA800;
    text-decoration: underline;
}
.itemList {
  padding: 10px;
  overflow: hidden;
  position: relative;
}
#mypagefavorite .itemList li {
}
.itemList li {
  float: left;
  margin: 0 10px 10px 0;
  width: calc((100% - 20px) / 3);
  box-sizing: border-box;
  position: relative;
}
.itemList li:nth-of-type(3n) {
  margin-right: 0;
}
.itemList li .imgWrap {
  position: relative;
  min-height: 150px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 3px 5px #ccc;
  overflow: hidden;
}
.itemList li .imgWrap img {
  width: 100%;
}
.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;
}
.actress {
  text-align: center;
  font-size: 12px;
  background: #FFA800;
  padding: 2px;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
}
.actress:hover {
  background: #FFA800;
}
.actress a:hover {
  font-weight: bold;
}
.actress a {
  display: inline-block;
  margin: 0 2px;
  color: #fff;
  text-decoration: underline;
}
.itemList li .cartBtn {
  background: #FF931F;
  background: -moz-linear-gradient(top, #FF931F 0%, #FF6000 100%);
  background: -webkit-linear-gradient(top, #FF931F 0%, #FF6000 100%);
  background: linear-gradient(to bottom, #FF931F 0%, #FF6000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF931F', endColorstr='#FF6000',GradientType=0 );
  border: solid 1px #FFA800;
  border: solid 1px #FFA800;
  box-sizing: border-box;
  text-align: center;
  display: block;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
}
.itemList li .cartBtn span {
  font-size: 10px;
  position: relative;
  top: -2px;
}
.itemList li .cartBtn i {
  font-size: 22px;
  position: relative;
  top: 5px;
}
.added {
  color: #ff767b !important;
  cursor: default !important;
}
.added {
  color: #ff767b !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: #f1f1f1;
  background: -moz-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #fff 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f1f1f1',GradientType=0 );
  border: solid 1px #f1f1f1;
  box-sizing: border-box;
  color: #333;
  font-weight: bold;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}
.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 {
  background: #FF931F;
  background: -moz-linear-gradient(top, #FF931F 0%, #FF6000 100%);
  background: -webkit-linear-gradient(top, #FF931F 0%, #FF6000 100%);
  background: linear-gradient(to bottom, #FF931F 0%, #FF6000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF931F', endColorstr='#FF6000',GradientType=0 );
  border: solid 1px #FFA800;
  border: solid 1px #FFA800;
  box-sizing: border-box;
  text-align: center;
  display: block;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  color: #fff;
  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;
  background: #f1f1f1;
  background: -moz-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #fff 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f1f1f1',GradientType=0 );
  border: solid 1px #f1f1f1;
  box-sizing: border-box;
  color: #333;
  font-weight: bold;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}
.moreBtn {
  position: relative;
  background: #FF931F;
  background: -moz-linear-gradient(top, #FF931F 0%, #FF6000 100%);
  background: -webkit-linear-gradient(top, #FF931F 0%, #FF6000 100%);
  background: linear-gradient(to bottom, #FF931F 0%, #FF6000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF931F', endColorstr='#FF6000',GradientType=0 );
  border: solid 1px #FFA800;
  border: solid 1px #FFA800;
  box-sizing: border-box;
  text-align: center;
  display: block;
  margin: 0 auto 30px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  font-size: 18px;
  color: #fff;
  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 #f1f1f1;
  border-bottom: solid 1px #f1f1f1;
  padding: 10px;
  overflow: hidden;
}
#resultHead .left {
  float: left;
  font-weight: bold;
  font-size: 16px;
}
#resultHead .left span {
  color: #ff767b;
  font-size: 24px;
  margin-right: 10px;
}
#resultHead .right {
  float: right;
}
#resultHead .right a {
  color: #FFA800;
}
#resultHead .right 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 );
  border-radius: 20px;
}
.list {
}
.list li {
  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 {
  color: #fff;
  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;
  background: #ffffff;
  border-bottom: solid 1px #fff;
  font-size: 18px;
  font-weight: bold;
  color: #ff7801;
}
#itemSpInformation .itemCommentTitle {
  color: #fff;
  padding: 10px;
  background: #FFA800;
}
#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;
  background: #FFA800;
  color: #fff;
}
#itemInformation .keywordList {
  overflow: hidden;
}
#itemInformation .keywordList li {
  float: left;
  background: #f1f1f1;
  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;
  margin-left: 5px;
  padding: 0 5px;
  font-size: 12px;
  position: relative;
  top: -3px;
  left: -3px;
}
#planSelectBox {
  margin: 20px;
  padding: 20px;
  font-weight: bold;
  border-radius: 5px;
  border: solid 2px #FF931F;
  backdrop-filter: blur(5px);
}
#planSelectBox .upper {
}
#planSelectBox .upper 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 );
  border-radius: 20px;
  width: 100%;
}
#planSelectBox .lower {
  margin-top: 10px;
  color: #FFA800;
  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 {
  background: #FF931F;
  background: -moz-linear-gradient(top, #FF931F 0%, #FF6000 100%);
  background: -webkit-linear-gradient(top, #FF931F 0%, #FF6000 100%);
  background: linear-gradient(to bottom, #FF931F 0%, #FF6000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF931F', endColorstr='#FF6000',GradientType=0 );
  border: solid 1px #FFA800;
  border: solid 1px #FFA800;
  box-sizing: border-box;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  margin: 20px auto;
  border-radius: 5px;
  font-size: 16px;
}
#btnBox .cartBtn i {
  font-size: 22px;
  position: relative;
  top: 5px;
}
#btnBox .favoriteBtn {
  border: solid 2px #FFA800;
  box-sizing: border-box;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #FFA800;
  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 main .banner {
  width: 100%;
}
#beginner main .title {
  border-bottom: solid 1px #ccc;
  margin: 10px;
  padding: 0 10px;
  background: none;
  color: #FFA800;
  height: 30px;
  line-height: 30px;
  text-align: left;
}
#beginner main article {
  overflow: hidden;
}
#beginner main article img {
  float: left;
  width: 100px;
  margin-left: 20px;
  opacity: 0.5;
}
#beginner main article .text {
  float: right;
  margin: 10px 10px 0 0;
  width: 62%;
  font-size: 13px;
}
#beginner main article a {
  color: #FFA800;
  text-decoration: underline;
}
/* beginner end */
/* price */
#price main section {
  margin: 10px;
}
#price main section img {
  width: 100%;
}
#price main .subTitle {
  font-weight: bold;
  margin: 10px 0;
  font-size: 16px;
}
/* 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;
  border-bottom: solid 2px #FFA800;
  color: #FFA800;
  font-weight: bold;
  margin: 10px 0;
}
#maker #subList {
  margin-bottom: 20px;
}
#maker #subList li {
  background: #f0ddf4;
  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 #f1f1f1;
  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;
  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 );
  border-radius: 20px;
  padding: 0 10px;
  display: inline-block;
}
#commonForm table 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 );
  border-radius: 20px;
  display: inline-block;
}
#commonForm table .fontSmall {
  font-size: 12px;
  margin-left: 10px;
}
.commonFormBtn {
  position: relative;
  background: #FF931F;
  background: -moz-linear-gradient(top, #FF931F 0%, #FF6000 100%);
  background: -webkit-linear-gradient(top, #FF931F 0%, #FF6000 100%);
  background: linear-gradient(to bottom, #FF931F 0%, #FF6000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF931F', endColorstr='#FF6000',GradientType=0 );
  border: solid 1px #FFA800;
  border: solid 1px #FFA800;
  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;
  color: #fff;
  text-decoration: none !important;
}
.commonFormBtn span {
  font-size: 10px;
  position: absolute;
  left: 20px;
  top: 0px;
}
.commonFormBtn.registBtn {
  background: #FF931F;
  border: solid 1px #FFA800;
  background: -moz-linear-gradient(top, #FF931F 0%, #FF6000 100%);
  background: -webkit-linear-gradient(top, #FF931F 0%, #FF6000 100%);
  background: linear-gradient(to bottom, #FF931F 0%, #FF6000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF931F', endColorstr='#FF6000',GradientType=0 );
  line-height: 48px;
}
.commonFormBtn.confirmBtn {
  background: #E73A39;
  border: solid 1px #911D1C;
}
#commonForm .subTitle {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin: 30px 0;
  padding: 5px 20px;
  background: none;
  color: #FF931F;
  line-height: 30px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 17px;
}
#commonForm a {
  /*color: #FFA800;*/
  text-decoration: underline;
}
#addressList a {
  color: #333 !important;
  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 );
  padding: 1px 15px;
  border-radius: 5px;
  text-decoration: none;
  border: solid 1px #ccc;
}
#commonForm .myPageTitle {
  padding: 10px;
  font-size: 16px;
  background: #eeffd5;
  color: #15002c;
}
#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: #15002C;
  text-decoration: none;
}
#commonForm .mypageNav li span {
  display: block;
  float: right;
  top: 0px;
  right: 10px;
  transform: scale(0.5, 1.5);
}
#commonForm #welcomeMsg {
  margin: 20px 0;
}
#purchaseHistoryList {
  margin: 50px 10px;
}
#purchaseHistoryList article {
  border: solid 1px #FFA800;
  margin-bottom: 40px;
}
#purchaseHistoryList article .head {
  padding: 20px;
  border-bottom: solid 1px #FFA800;
  background: #f1f1f1;
}
#purchaseHistoryList article .head .purchaseTitle {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #45a1ff;
}
#purchaseHistoryList article .head .purchaseInfo {
}
#purchaseHistoryList article .purchaseList li {
  margin: 10px;
  padding: 10px;
  border-bottom: solid 1px #ccc;
  overflow: hidden;
  padding: 10px 0;
}
#purchaseHistoryList article .purchaseList .left {
  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: #FF931F;
  background: -moz-linear-gradient(top, #FF931F 0%, #FF6000 100%);
  background: -webkit-linear-gradient(top, #FF931F 0%, #FF6000 100%);
  background: linear-gradient(to bottom, #FF931F 0%, #FF6000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF931F', endColorstr='#FF6000',GradientType=0 );
  border: solid 1px #FFA800;
  border: solid 1px #FFA800;
  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;
  color: #fff;
}
#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;
}
#purchaseHistoryList article .purchaseList .allItemShowBtn {
    width: 50%;
    margin: 0 auto;
    font-weight: bold;
    border: solid 1px #FF931F;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
  transition: all 0.2s;
  margin-bottom: 10px;
}
#purchaseHistoryList article .purchaseList .allItemShowBtn:hover {
  transform: scale(1.02);
  background: #FF931F;
  color: #fff;
}
#purchaseHistoryList article .purchaseList .allItemShowBtn .plus {
    background: #FF931F;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    margin-right: 5px;
    text-align: center;
    line-height: 20px;
    letter-spacing: -1px;
}
#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;
  color: #fff;
  font-size: 12px;
  padding: 4px;
  display: none;
}
.error-message.-show {
  display: block;
}
input:read-only {
  border: none !important;
}
.cartItemList {
  margin: 30px;
  width: calc(100% - 60px);
}
.cartItemList thead {
  background: #f1f1f1;
  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 {
  background: #FF931F;
  background: -moz-linear-gradient(top, #FF931F 0%, #FF6000 100%);
  background: -webkit-linear-gradient(top, #FF931F 0%, #FF6000 100%);
  background: linear-gradient(to bottom, #FF931F 0%, #FF6000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF931F', endColorstr='#FF6000',GradientType=0 );
    border: solid 1px #FFA800;
    box-sizing: border-box;
    text-align: center;
    width: 180px;
    margin-top: 10px;
    height: 25px;
    line-height: 18px;
    border-radius: 5px;
    color: #fff;
    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: #f1f1f1;
  font-weight: bold;
}
.addressList th,
.addressList td {
  display: block;
  padding: 10px;
  vertical-align: top;
  border-collapse: collapse;
  border: solid 1px #ccc;
}
.addressList th {
  background: #faf6ff;
}
.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: #f1f1f1;
  padding: 0 5px;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  position: relative;
  top: -5px;
  right: 10px;
}
.itemDel:hover {
  background: #ff5f85;
  color: #fff;
}
.itemImg {
  width: 80px;
}
#cartForm .subTitle {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 3px #ccc;
  margin: 20px 30px;
}
.priceFooter {
  background: #f1f1f1;
  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: 70%;
  z-index: 9999;
  background: #f7f7f7;
}
#menuClose {
  font-size: 20px;
}
#menuClose i {
  font-size: 40px;
  margin: 10px;
}
#spMenu #spMenuUpper {
  background: #FFA800;
  overflow: hidden;
}
#spMenu #spMenuUpper .welcome {
  margin: 10px;
  font-size: 14px;
}
#spMenu #spMenuUpper #join {
  background: #FFA800;
  padding: 10px;
  display: block;
}
#spMenu #spMenuUpper #join span {
  display: block;
  float: right;
  top: 0px;
  right: 10px;
  transform: scale(0.5, 1.5);
}
#spMenu #spMenuUpper #login {
  background: #15002c;
  padding: 10px;
}
#spMenu #spMenuUpper input {
  margin: 10px 10px 0;
  width: calc(100% - 31px) !important;
  height: 40px;
  border-radius: 0;
  font-size: 20px;
}
#spMenu #spMenuUpper .passInput {
    margin: 10px 10px 0;
    width: calc(100% - 61px) !important;
    height: 40px;
    border-radius: 0;
    font-size: 20px;
    position: relative;
    left: 3px;
}
#spMenu #spMenuUpper .toggle-pass {
    position: relative;
    top: 5px;
    left: -30px;
    cursor: pointer;
    font-size: 20px;
}
#spMenu #spMenuUpper .loginBtn {
  background: #15002c;
  margin: 10px 0 10px 10px;
  color: #fff;
  border: 0;
  width: calc(100% - 20px);
  height: 40px;
}
#spMenu #spMenuUpper #forget {
  margin: 0 10px 10px;
  font-size: 12px;
}
#spMenu #spMenuUpper #forget a {
}
#spMenu #spMenuLower {
  background: #f7f7f7;
}
#spMenu #spMenuLower .title {
  color: #15002c;
  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 {
  color: #15002c;
}
#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%;
}
#spLogout {
  position: absolute;
  right: 20px;
  top: 10px;
  border: none;
  background: none;
  color: #fff;
}
#spLogout i {
  position: relative;
  top: 7px;
  left: -5px;
}
#spMenuCartBtn {
  background: #fff;
  color: #FFA800;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
}
#spMenuCartBtn a {
  color: #FFA800;
}
#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: #FFA800;
  margin-right: 10px;
}
#spMenuMypageBtn {
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
}
#spMenuMypageBtn i {
  position: relative;
  top: 7px;
  left: -5px;
}
/* spmenu end */
/* news info */
#news ul {
  overflow: hidden;
  margin: 10px;
}
.halfColumn a {
  text-decoration: underline;
  color: #FFA800;
}
.infoBox {
  margin: 10px;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}
#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: #FFA800;
  color: #fff;
}
.pager a:hover {
  background: #cccccc;
}
/* spSearchBox */
/* spSearchBox */
#spSearchBox {
  display: none;
  position: fixed;
  bottom: 70px;
  z-index: 9999;
  background: #fff;
  padding: 10px;
  left: 10px;
  border: solid 3px #FFA800;
  border-radius: 10px;
  color: #FFA800;
  box-sizing: border-box;
  width: calc(100% - 20px);
  box-shadow: 0 0 5px #757575;
}
#spSearchBox span {
  display: block;
}
#spSearchBox #searchBtn {
  width: 100px;
  margin-top: 10px;
  margin-left: calc(50% - 100px);
  height: 30px;
  display: inline-block;
  line-height: 30px;
}
#spSearchBox #spClearBtn {
  width: 100px;
  margin-top: 10px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
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;
}
#spSearchClose {
  position: absolute;
  top: -40px;
  right: 0px;
  font-size: 36px;
}
#item_cd {
  width: 60px;
}
#categoryList {
  width: 100%;
}
.makerListTitle {
    font-weight: bold;
}
#makerList {
    width: 100%;
    background: #ffeb3b;
    font-weight: bold;
    color: #52ad00;
}
#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;
  border: solid 3px #FFA800;
  color: #FF6000;
  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;
  top: 2px;
  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 {
    display: block;
    /* width: 100%; */
    width: calc(100% - 20px);
    border: 0 !important;
    height: 30px !important;
    z-index: 3;
    margin: 10px;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
    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;
  background: #FF931F;
  background: -moz-linear-gradient(top, #FF931F 0%, #FF6000 100%);
  background: -webkit-linear-gradient(top, #FF931F 0%, #FF6000 100%);
  background: linear-gradient(to bottom, #FF931F 0%, #FF6000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF931F', endColorstr='#FF6000',GradientType=0 );
  border: solid 1px #FFA800;
  border: solid 1px #FFA800;
  box-sizing: border-box;
  text-align: center;
  display: block;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  color: #fff;
  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 {
  color: #ffeb3b;
}
.material-icons.redeem::before {
    content: "購入済み";
    display: block;
    position: absolute;
    top: 2px;
    right: 39px;
    background: #ffeb3b;
    color: #FFA800;
    text-shadow: 0 0 BLACK;
    font-size: 14px;
    height: 17px;
    line-height: 14px;
    border-radius: 3px;
    padding: 0 3px;
    box-shadow: 0 0 4px #666;
}
#purchasedInfo {
  border: solid 3px #1b3900;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
  background: #ffeb3b;
  font-weight: bold;
  color: #4da400;
}
#purchasedInfo .material-icons {
    position: relative;
    line-height: 10px;
    color: #4da400;
    top: 6px;
}
#purchasedInfo a {
  display: block;
  color: #316900;
  text-decoration: underline;
  font-weight: normal;
}
.imgWrap .purchasedInfo {
    position: absolute;
    background: #ffeb3b;
    color: #55b400;
    font-weight: bold;
    padding: 0 3px;
    margin: 3px;
    box-shadow: 0 0 5px #666;
    font-size: 10px;
    width: calc(100% - 12px);
    text-align: center;
}
/* 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;
    color: #fff;
}
#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: 68px;
    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;
}
/* added 20220920 */
#purchasedItemAllDeleteBtn {
  cursor: pointer;
  background: #525252;
  border: solid 1px #ccc;
  box-sizing: border-box;
  text-align: center;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  font-weight: bold;
  color: #fff;
  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: 10px;
    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;
    color: #c92323;
    font-weight: bold;
}
.maintenanceBox .caption {
    font-size: 12px;
    line-height: 32px;
    margin-top: 50px;
}
.maintenanceBox .sub {
  font-size: 12px;
}
.maintenanceBox .contanct {
  
}
.maintenanceBox .contanct a {
  text-decoration: underline;
}
#shippingDescription {
	background: #E63938;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	margin-bottom: 10px;
	box-shadow: 0 0 0 8px #FF6000, 0 0 0 12px #FF931F;
	font-size: 25px;
	letter-spacing: 2px;
	margin: 18px;
}
.listSearchCondition span {
    background: #FF931F;
    color: #fff;
    padding: 0px 3px;
    margin-right: 10px;
    border-radius: 3px;
    margin-bottom: 5px;
    display: inline-block;
}
.duplicatePurchaseInput {
  background: #FF931F;
  color: #fff;
}
.duplicatePurchaseCaution {
  font-weight: bold;
  color: #FF931F;
}
#actressList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#actressList li {
  margin: 0 10px;
  text-align: center;
}
#actressList li .actressThumb {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100px;
}
#actressList li .actressThumb img {
  width: 100%;
}
#actressList li .actressName {
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
}