@import url("reset.css");
/* common */
body {
    color: #fff;
    background: url('/img/bg.webp') center top fixed;
}
.selectbox {
  display: inline-block;
}
.animated {
  display: none;
}
.strong {
  font-weight: bold;
}
a {
  color: #fff;
}
main a {
  color: #111;
}
.dosp {
  display: none !important;
}
a.fontBlack,
.fontBlack {
  color: #111 !important;
}
a.fontWhite,
.fontWhite {
  color: #fff !important;
}
a.fontGreen,
.fontGreen {
  color: #FFA800 !important;
}
a.fontRed,
.fontRed {
  color: #FF6302 !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;
}
.inner {
  position: relative;
  width: 1200px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
}
/* common end */
/* header */
header {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(2px);
    color: #FFA800;
}
#headerUpper {
  border-bottom: solid 1px #eadbff;
  overflow: hidden;
}
#headerUpper h1 {
  font-size: 12px;
  padding: 5px;
  float: left;
  line-height: 22px;
  width: 50%;
}
#headDataList {
  overflow: hidden;
  float: right;
}
#headDataList li {
  float: left;
  line-height: 32px;
  font-weight: bold;
  padding: 0 10px;
  background: #fff;
}
#headDataList li a {
  color: #FFA800;
}
#headDataList li:nth-child(1) {
  background: none;
  font-weight: normal;
  margin-right: 20px;
}
#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: 0;
}
#headerLogo {
    position: absolute;
    top: 10px;
    left: 10px;
}
#headerCatch {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#headNavi {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
#headNavi li {
  float: left;
  text-align: center;
  width: calc(100% / 7);
  border-left: solid 1px #ffffff47;
  box-sizing: border-box;
  font-weight: bold;
}
#headNavi li:last-child {
  border-right: solid 1px #ffffff47;
}
#headNavi li a {
  display: block;
}
#fillWhite {
  position: absolute;
  top: 0;
  right: 0;
  height: 33px;
  background: #fff;
  width: calc(50% - 580px);
}
nav {
    background: #FF931F;
    /* border-radius: 16px; */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 50px;
    line-height: 50px;
}
#searchBox {
  background: rgba(255, 255, 255, 0.6);
  height: 50px;
  line-height: 50px;
  font-size: 12px;
}
#freeWord {
  width: 300px;
}
#searchBtn {
  cursor: pointer;
  height: 25px;
  border: none;
  position: relative;
  border-radius: 3px;
  display: inline-block;
  line-height: 15px;
  padding: 0 5px 0 20px;
  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;
  color: #fff;
  float: right;
  top: 12px;
}
#clearBtn {
  cursor: pointer;
  height: 25px;
  border: none;
  position: relative;
  border-radius: 3px;
  display: inline-block;
  line-height: 15px;
  padding: 0 5px 0 20px;
  background: #336c00;
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;
  float: right;
  margin-left: 5px;
  top: 12px;
}
/* searchBox */
#item_cd {
  width: 52px;
}
.makerListTitle {
    font-weight: bold;
    color: #ff767b;
}
#makerList {
    width: 174px;
    background: #ffeb3b;
    font-weight: bold;
    color: #52ad00;
}
#makerList option {
  background: #fff;
  color: #333;
}
#categoryList {
  width: 100px;
}
#actress {
  width: 150px;
}
#freeWord {
  width: 154px;
}
#searchBtn i {
  font-size: 18px;
  position: absolute;
  right: 56px;
  top: 4px;
}
#clearBtn i {
  font-size: 18px;
  position: absolute;
  right: 45px;
  top: 4px;
}
/* header end */
/* side */
#side {
  min-height: 1000px;
  width: 220px;
  margin: 20px 20px 0 0;
  float: left;
}
#side section {
  background: #fff;
}
#side section .title {
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #FFE9B9;
    color: #FFA800;
    font-weight: bold;
}
#cart {
  padding-bottom: 20px;
}
#cart.fixed {
  position: fixed;
  top: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px #383838;
  width: 220px;
}
#cart .title i {
  position: relative;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
#cartInfo {
  margin: 20px;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: solid 1px #f1f1f1;
}
#itemCnt {
  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;
  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;
}
.sideList,
.sideList tr,
.sideList td {
  border-collapse: collapse;
  border: solid 1px #f1f1f1;
}
.sideList {
  width: 100%;
}
.sideList td {
  height: 20px;
  color: #565656;
  padding: 5px 10px;
  text-align: center;
  width: 50%;
}
.sideList td a {
  color: #565656;
}
.sideList.maker td {
  padding: 0;
}
.sideList.maker td img {
  width: 100%;
  display: block;
}
.sideList tr:last-child {
  display: none;
}
/* side end */
/* footer */
footer {
    background: #FFF9EC;
    padding-bottom: 20px;
    color: #FFA800;
}
footer #left {
  width: 400px;
  float: left;
}
footer #left img {
  margin-top: 30px;
  width: 400px;
}
footer #right {
  margin-top: 30px;
  width: 720px;
  font-size: 12px;
  float: right;
}
footer #left #footerCatch {
}
footer #right #copyRight {
  margin-top: 50px;
}
#goTop {
  display: none;
  cursor: pointer;
  position: fixed;
  background: #fff;
  border: solid 1px #ff931f;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  right: 20px;
  bottom: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 16px;
  color: #333;
}
#goTop span {
  display: block;
  font-weight: normal;
  transform: scale(2, 0.8) rotate(-90deg);
  position: relative;
  top: 5px;
}
#goTop .text {
  margin-top: 10px;
}
/* footer end */
/* top */
main {
  position: relative;
  min-height: 500px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: 900px;
  float: right;
  margin: 20px 0 40px;
  color: #333;
  font-size: 14px;
  border-radius: 10px;
  overflow: hidden;
}
#topDescription {
  margin: 20px 0 40px;
}
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;
}
main .bigTitle {
  text-align: center;
  height: 60px;
  position: relative;
  top: -20px;
  left: -20px;
  line-height: 60px;
  width: calc(100% + 40px);
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 24px;
  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 {
  margin: 30px 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.itemList li {
  position: relative;
  margin: 0 20px 20px 0;
  width: 164px;
}
.itemList li:nth-of-type(5n) {
  margin-right: 0;
}
.itemList li .imgWrap {
  min-height: 200px;
  width: 164px;
  border-radius: 10px;
  box-shadow: 0px 5px 9px #ccc;
  overflow: hidden;
}
.itemList li .imgWrap img {
  width: 100%;
}
.imgWrap {
  position: relative;
}
.imgWrap img {
  display: block;
}
.blurayLabel {
  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 li .cartBtn {
  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;
}
.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;
}
.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 {
  cursor: pointer;
  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;
}
.itemList li .unfavoriteBtn i {
  font-size: 22px;
  position: relative;
  top: 6px;
  left: -2px;
}
.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;
  width: 435px;
  margin: 0 auto 30px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  font-size: 18px;
  color: #fff;
}
.moreBtn span {
  display: block;
  float: right;
  position: absolute;
  top: 0px;
  right: 10px;
  transform: scale(0.5, 1);
}
/* top end */
/* list */
#listHead {
  position: relative;
}
#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 {
  max-height: 427px;
  position: relative;
  float: left;
  margin: 0 20px 20px 0;
  width: calc((100% - 60px) / 4);
  box-sizing: border-box;
}
.list li:nth-of-type(4n) {
  margin-right: 0px;
}
.list li .imgWrap {
  width: 100%;
  height: 294px;
  overflow: hidden;
}
.list li .imgWrap img {
  width: 100%;
}
.list .detailBtn {
  background: #737373;
  border-radius: 20px;
  position: relative;
  display: block;
  text-align: center;
  padding: 3px;
  margin: 0 10px;
  color: #fff;
}
.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 {
  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 );
  border-radius: 20px;
  width: 100%;
}
.list .cartBtn {
  margin: 5px;
  border-radius: 5px;
}
.list .favoriteBtn {
  margin: 5px;
  border-radius: 5px;
}
.list li .itemTitle {
  margin: 5px;
  font-size: 12px;
  height: 54px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.itemList .actress {
  margin-bottom: 2px;
}
.actress {
  text-align: center;
  font-size: 12px;
  background: #FFA800;
  padding: 2px;
  height: 14px;
  border-radius: 14px;
  line-height: 14px;
}
.actress:hover {
  background: #FF6000;
}
.actress a:hover {
  font-weight: bold;
}
.actress a {
  display: inline-block;
  margin: 0 2px;
  text-decoration: underline;
  color: #fff;
}
.list li .cartBtn {
  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;
}
.list li .cartBtn span {
  font-size: 10px;
  position: relative;
  top: -2px;
}
.list li .cartBtn i {
  font-size: 22px;
  position: relative;
  top: 5px;
}
.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 {
  cursor: pointer;
  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 li .unfavoriteBtn i {
  font-size: 22px;
  position: relative;
  top: 6px;
  left: -2px;
}
.pager {
}
/* list end */
/* detail */
#mainimgWrap {
  overflow: hidden;
}
#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;
}
#itemInformation {
  margin-top: 20px;
  width: 100%;
}
#itemInformation tr {
  border-top: solid 1px #ccc;
}
#itemInformation th,
#itemInformation td {
  padding: 10px 20px;
}
#itemInformation th {
  width: 200px;
  vertical-align: top;
}
#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;
}
#itemInformation .blurayLabel {
  display: inline-block;
  border-radius: 3px;
  margin-left: 5px;
  padding: 0 5px;
}
#planSelectBox {
  margin-top: 30px;
  padding: 20px;
  backdrop-filter: blur(5px);
  text-align: right;
  font-weight: bold;
  border-radius: 5px;
  border: solid 2px #FF931F;
}
#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: 300px;
}
#planSelectBox .lower {
  margin-top: 10px;
  color: #FF931F;
  font-size: 16px;
}
#planSelectBox .lower span {
  font-size: 24px;
}
#btnBox {
  margin: 20px 0 50px;
  overflow: hidden;
}
#btnBox li {
  width: 50%;
  float: left;
}
#btnBox .cartBtn {
  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: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  width: 265px;
  margin: 20px auto;
  border-radius: 5px;
  font-size: 18px;
}
#btnBox .cartBtn span {
  font-size: 10px;
  position: relative;
  top: -2px;
}
#btnBox .cartBtn i {
  font-size: 22px;
  position: relative;
  top: 5px;
}
#btnBox .favoriteBtn {
  cursor: pointer;
  border: solid 2px #FFA800;
  box-sizing: border-box;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #FFA800;
  width: 265px;
  margin: 20px auto;
  border-radius: 5px;
  font-size: 18px;
}
#btnBox .favoriteBtn span {
  font-size: 10px;
  position: relative;
  top: -2px;
}
#btnBox .favoriteBtn i {
  font-size: 28px;
  position: relative;
  top: 7px;
  margin-right: 10px;
}
/* detail end */
/* beginner */
#beginner main .title {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin: 30px 0;
  padding: 5px 20px;
  background: none;
  color: #FF931F;
  height: 30px;
  line-height: 30px;
  text-align: left;
}
#beginner main article {
  overflow: hidden;
}
#beginner main article img {
  float: left;
  width: 160px;
  margin-left: 30px;
  opacity: 0.5;
}
#beginner main article .text {
  float: right;
  width: 670px;
  margin: 20px 10px 0 0;
}
#beginner main article a {
  color: #FFA800;
  text-decoration: underline;
}
/* beginner end */
/* price */
#price main section {
  margin: 50px;
}
#price main .subTitle {
  font-weight: bold;
  margin: 10px 0;
  font-size: 16px;
}
/* price end */
/* maker */
#maker #mainList {
  margin-bottom: 10px;
}
#maker #mainList li {
  width: 217px;
  height: 108px;
  float: left;
  margin: 0 10px 10px 0;
}
#maker #mainList li img {
  width: 100%;
  display: block;
}
#maker #mainList li:nth-of-type(4n) {
  margin-right: 0;
}
#maker #subList .multiLine {
  line-height: 16px;
  padding-top: 10px;
  height: 40px;
}
#maker .title span {
  font-size: 14px;
}
#maker .subTitle {
  text-align: center;
  padding: 5px;
  font-size: 18px;
  border-bottom: solid 2px #FFA800;
  color: #FFA800;
  font-weight: bold;
  margin: 30px 0;
}
#maker #subList {
  margin-bottom: 20px;
}
#maker #subList li {
  background: #f0ddf4;
  width: 172px;
  height: 50px;
  line-height: 50px;
  float: left;
  margin: 10px 10px 0 0;
  text-align: center;
}
#maker #subList li.multiLine {
  line-height: 25px;
}
#maker #subList li:nth-of-type(5n) {
  margin-right: 0;
}
#maker #subList .multiLine {
  line-height: 16px !important;
  padding-top: 10px;
  height: 40px;
}
/* maker end */
/* form common */
#commonForm .headCaption {
  margin: 30px 50px;
}
#commonForm table {
  margin: 30px 50px;
  border: solid 1px #ccc;
  padding: 50px;
  display: block;
}
#commonForm table tr {
  margin: 20px;
}
#commonForm table th {
  width: 200px;
  padding: 20px 0 0 50px;
}
#commonForm table th.valignTop {
  vertical-align: top;
}
#commonForm table td {
  width: 500px;
}
#commonForm table input {
  border: solid 1px #ccc;
  margin: 5px 10px;
}
.wSmall {
  width: 35px;
}
.wMedium {
  width: 105px;
}
.wBig {
  width: 90%;
  box-sizing: border-box;
}
#commonForm table textarea {
  border: solid 1px #ccc;
  margin: 20px 10px;
  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: 49px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
}
.commonFormBtn i {
  position: relative;
  top: 5px;
}
.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: 49px;
}
.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;
  height: 30px;
  line-height: 30px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 20px;
}
#commonForm a {
  color: #FFA800;
  text-decoration: underline;
}
#commonForm .mypageNav {
  overflow: hidden;
  border: solid 1px #FFA800;
  margin-bottom: 10px;
}
#commonForm .mypageNav li {
  width: calc(100% / 5);
  float: left;
  border-right: solid 1px #FFA800;
  box-sizing: border-box;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
#commonForm .mypageNav li.current {
  background: #FFA800;
}
#commonForm .mypageNav li.current a {
  color: #fff;
}
#commonForm .mypageNav li:last-child {
  border-right: none;
}
#commonForm .mypageNav li a {
  text-decoration: none;
  color: #FFA800;
}
#commonForm #welcomeMsg {
  margin: 20px 0;
}
#purchaseHistoryList {
  margin: 50px 0;
}
#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: 20px;
  padding: 10px;
  border-bottom: solid 1px #ccc;
  overflow: hidden;
}
#purchaseHistoryList article .purchaseList .left {
  height: 115px;
  width: 100px;
  float: left;
}
#purchaseHistoryList article .purchaseList .left img {
  width: 100%;
}
#purchaseHistoryList article .purchaseList .middle {
  height: 115px;
  width: 538px;
  padding: 10px;
  float: left;
}
#purchaseHistoryList article .purchaseList .middle .itemTitle {
  font-weight: bold;
}
#purchaseHistoryList article .purchaseList .middle .plan {
}
#purchaseHistoryList article .purchaseList .middle .price {
}
#purchaseHistoryList article .purchaseList .right {
  height: 115px;
  width: 180px;
  float: left;
}
#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: 20px;
}
#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;
}
#commonForm #addressList li .name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#commonForm #addressList li .control {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
/* form common end */
/* validation */
.form-item {
  width: 320px;
}
.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;
}
/* validation end */
/* cart */
.cartItemList {
  margin: 30px;
  width: calc(100% - 60px);
}
.cartItemList thead {
  background: #f1f1f1;
  font-weight: bold;
}
.cartItemList th,
.cartItemList td {
  padding: 10px;
  vertical-align: top;
  border-collapse: collapse;
  border: solid 1px #ccc;
}
.addressList {
  margin: 30px 30px 0 30px;
  width: calc(100% - 60px);
}
#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-left: 5px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    color: #fff;
    padding: 2px 5px;
    position: relative;
    top: -2px;
    cursor: pointer;
}
.addressList thead {
  background: #f1f1f1;
  font-weight: bold;
}
.addressList th,
.addressList td {
  padding: 10px;
  vertical-align: top;
  border-collapse: collapse;
  border: solid 1px #ccc;
}
input {
  border: solid 1px #ccc;
}
select {
  border: solid 1px #ccc;
}
.itemDel {
  background: #f1f1f1;
  padding: 0 5px;
  border-radius: 3px;
  cursor: pointer;
}
.itemDel:hover {
  background: #ff5f85;
  color: #fff;
}
.itemImg {
  width: 80px;
  min-height: 114px;
  background: url('/img/list_noimg.webp');
  background-size: cover;
}
#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;
}
/* cart end */
/* news info */
.halfColumnWrap {
  overflow: hidden;
  margin-bottom: 40px;
}
.halfColumn {
  width: calc(50% - 10px);
  float: left;
}
#news {
  margin-right: 20px;
}
#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;
}
/* pageJumper */
.pageJumper {
  position: absolute;
  top: 78px;
  right: 0;
  margin: 10px;
}
/* pager */
.pager {
  width: 100%;
  height: 40px;
  text-align: center;
  margin: 25px 0;
}
.pager a {
  width: 40px;
  height: 40px;
  background: #dddddd;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  margin: 0 2px;
}
.pager a.current {
  background: #FFA800;
  color: #fff;
}
.pager a:hover {
  background: #cccccc;
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.blinkBtn:hover {
  cursor: pointer;
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
.blinkBtn:active {
  transform: scale(1.03);
}
.blinkBtn:hover::after {
  cursor: pointer;
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 0.9) 100%,
    rgba(255, 255, 255, 0) 0%
  );

  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
#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%);
  }
}
.moreViewBtn {
    bottom: 10px;
    left: 0;
    width: 80% !important;
    border: 0 !important;
    height: 30px !important;
    z-index: 3;
    margin: 0 10% !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;
    display: block;
}
/* 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-top: 10px;
}
#favoriteListAllCartAddBtn span {
  font-size: 10px;
  position: relative;
  top: -2px;
}
#favoriteListAllCartAddBtn i {
  font-size: 22px;
  position: relative;
  top: 5px;
}
/*20210703*/
.sortBox {
    text-align: right;
    margin: 5px;
}
/*20210818*/
.material-icons.redeem {
  color: #ffeb3b;
  position: relative;
}
.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-top: 5px;
  background: #ffeb3b;
  font-weight: bold;
  color: #4da400;
}
#purchasedInfo .material-icons {
    position: relative;
    line-height: 10px;
    color: #4da400;
    top: 6px;
}
#purchasedInfo a {
  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;
}
/* history */
#historyList {
  opacity: 0;
  position: fixed;
  bottom: -400px;
  width: 100%;
  padding: 10px;
  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: 0;
}
#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: 10px;
}
#historySlider li .imgWrap {
  width: 130px;
  min-height: 185px;
}
#historyClose {
    position: absolute;
    right: 23px;
    top: -20px;
    font-size: 60px;
    cursor: pointer;
}
#historyShow {
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 20px;
    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;
}
/* 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;
  float: left;
}
#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: 50px;
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: 700px;
    margin: 200px auto;
}
.maintenanceBox img {
  width: 400px;
}
.maintenanceBox .title {
    font-weight: bold;
    padding: 20px;
    font-size: 30px;
}
.maintenanceBox .dateHead {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}
.maintenanceBox .date {
    font-size: 29px;
    background: #fff;
    line-height: 50px;
    padding-top: 5px;
    height: 50px;
    color: #c92323;
    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 {
	background: #E63938;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	margin-bottom: 10px;
	box-shadow: 0 0 0 8px #FF931F, 0 0 0 12px #FF6000;
	margin: 30px 64px 0;
  font-size: 30px;
  letter-spacing: 2px;
}
.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;
  font-size: 12px;
}
#actressList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#actressList li {
  margin: 10px;
  text-align: center;
}
#actressList li .actressThumb {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 100px;
}
#actressList li .actressThumb img {
  width: 100%;
}
#actressList li .actressName {
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
}