@import url("reset.css");

:root {
  --black: #030303;
  --gray: #dcdcdc;
  --dark-gray: #313131;
  --pale-katsuo: #fbacd5;
  --katsuo: #bd2d78;
  --dark-black: #111;
  --text-dark: #333;
  --white: #fff;
  --light-gray: #f5f5f5;
  --border-gray: #ccc;
  --bg-light: #fff;
  --bg-light-gray: #eee;
}

/* common */
b,strong {
  font-weight: bold;
}
body {
  background: url("/img/red_bg.webp") repeat;
  background-size: 150px;
  position: relative;
}

.selectbox {
  display: inline-block;
}

.animated {
  display: none;
}

a {
  color: var(--dark-gray);
}

main a {
  color: var(--dark-black);
}

.dosp {
  display: none !important;
}

a.fontBlack,
.fontBlack {
  color: var(--dark-black) !important;
}

a.fontWhite,
.fontWhite {
  color: var(--white) !important;
}

a.fontblue,
.fontblue {
  color: var(--katsuo) !important;
}

a.fontRed,
.fontRed {
  color: var(--katsuo) !important;
}

.fontBold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

input,
select,
textarea {
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: 5px;
}

input::placeholder {
  color: #d9d9d9;
}

.clear {
  clear: both;
}

:focus {
  outline: none;
}

th,
td {
  text-align: left;
}

ul {
  /* overflow: hidden; */
}

/* common end */
/* index */

.inner {
  position: relative;
  width: 1200px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
}

/* index end */
/* header */
header {
  background-size: 40px auto;
}

#headerUpper {
  border-bottom: solid 1px var(--gray);
  overflow: hidden;
  height: 70px;
  line-height: 70px;
}

#headerUpper h1 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  margin-top: 5px;
}

#headDataList {
  overflow: hidden;
  float: right;
  position: relative;
  top: 19px;
}

#headDataList li {
  float: left;
  line-height: 32px;
  font-weight: bold;
  padding: 0 10px;
  background: var(--white);
}

#headDataList li a {
}

#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: 95px;
  margin-bottom: 0;
  display: flex;
}

#header #wordCloudList {
  display: flex;
  flex-wrap: wrap;
  width: 40%;
  margin: 10px 0;
  overflow: hidden;
}

#header #wordCloudList li {
  border: solid 1px #d5d5d5;
  color: #686868;
  border-radius: 3px;
  margin: 5px;
  height: 25px;
  padding: 0 5px;
  display: block;
}

#header #searchBoxWrap {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  width: 45%;
}

#header #searchBoxWrap form {
  width: 100%;
}

#header #searchBoxWrap #freeword {
  border: none;
  background: var(--bg-light-gray);
  border-radius: 10px;
  height: 35px;
  padding: 15px;
  font-size: 18px;
  margin-top: 15px;
  font-weight: bold;
  width: calc(100% - 40px);
}

#header #searchBoxWrap #searchBtn {
    position: absolute;
    top: 27px;
    right: 20px;
    width: 40px;
    cursor: pointer;
}

#header #cart {
  border: none;
  background: var(--katsuo);
  color: var(--white);
  border-radius: 10px;
  height: 65px;
  font-size: 18px;
  margin-top: 15px;
  font-weight: bold;
  width: 180px;
  position: relative;
}

#header #cart.fixed {
  position: fixed;
  top: 0;
  right: 20px;
  z-index: 2;
  box-shadow: 0 0 5px var(--text-dark);
}

#header #cart a {
  color: var(--white);
  display: block;
  height: 100%;
}

#header #cart .title i {
  position: absolute;
  font-size: 38px;
  top: 14px;
  left: 15px;
}

#header #cart #cartInfo {
  text-align: right;
  position: absolute;
  top: 14px;
  right: 20px;
}

#header #cart #cartInfo #itemCnt {
  font-size: 16px;
}

#header #cart #cartInfo #currentPrice {
  font-size: 22px;
  line-height: 20px;
}

#headerLogo {
  position: absolute;
  top: 10px;
  left: 10px;
}

#headerCatch {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#headNavi {
    overflow: hidden;
    width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}
#headNavi li {
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    border-left: 1px solid var(--gray);
    width: calc(100% / 9);
}

#headNavi li:last-child {
  border-right: 1px solid var(--gray);
}

#headNavi li a {
  display: block;
  font-weight: bold;
}

#headNavi li a:hover {
  background: var(--bg-light);
  color: var(--katsuo);
}

#headNavi select {
    border: none;
    font-weight: bold;
    max-width: 130px;
    font-size: 16px;
}

#fillWhite {
  position: absolute;
  top: 0;
  right: 0;
  height: 33px;
  background: var(--white);
  width: calc(50% - 580px);
}

nav {
  height: 50px;
  line-height: 50px;
  border: 1px solid var(--gray);
}

#searchBox {
  background: var(--dark-black);
  height: 50px;
  line-height: 50px;
  font-size: 12px;
}

#freeWord {
  width: 300px;
}

#searchBtn {
}

#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: var(--bg-light-gray);
  /* Old browsers */
  background: -moz-linear-gradient(top, var(--bg-light-gray) 0%, var(--border-gray)ccc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, var(--bg-light-gray) 0%, var(--border-gray)ccc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, var(--bg-light-gray) 0%, var(--border-gray)ccc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-light-gray)', endColorstr='var(--border-gray)ccc', GradientType=0);
  /* IE6-9 */
  color: var(--text-dark);
  float: right;
  margin-left: 5px;
  top: 12px;
}

/* searchBox */
#item_cd {
  width: 52px;
}

.makerListTitle {
  font-weight: bold;
  color: #ffeb3b;
}

#makerList {
  width: 174px;
  background: #ffeb3b;
  font-weight: bold;
  color: #52ad00;
}

#makerList option {
  background: var(--white);
  color: var(--text-dark);
}

#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 */
/* footer */
footer {
  padding-bottom: 20px;
}

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-size: 20px; */
  background: var(--dark-black);
  color: var(--white);
  height: 40px;
  width: 40px;
  border-radius: 80px;
  right: 20px;
  bottom: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 16px;
}

#goTop span {
  display: block;
  font-weight: normal;
  transform: scale(2, 0.8) rotate(-90deg);
  position: relative;
  top: 10px;
  left: 2px;
}

#goTop .text {
  margin-top: 10px;
}

#saleFloating {
    width: 200px;
    position: fixed;
    bottom: 60px;
    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 {
  min-height: 500px;
  padding: 20px;
  background: var(--white);
  margin: 20px 0 40px;
  color: var(--text-dark);
  font-size: 14px;
}

main hr {
  background: #e3e3e3;
  border: none;
  height: 1px;
  margin: 20px 0;
}

main .title {
  position: relative;
  /* text-align: center; */
  
  border-left: 10px solid var(--katsuo);
  background-size: 20px;
  height: 25px;
  padding-left: 15px;
  line-height: 27px;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 20px;
}

main .title span {
  font-size: 12px;
  letter-spacing: 3px;
  margin-left: 20px;
}

main .title .titlePrevArrow {
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #b2b2b2;
  border-radius: 30px;
  height: 25px;
  cursor: pointer;
}

main .title .titleNextArrow {
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #b2b2b2;
  border-radius: 30px;
  height: 25px;
  cursor: pointer;
}
.newItemTitle {
    height: auto !important;
    line-height: 30px !important;
    letter-spacing: 2px !important;
    font-size: 19px !important;
    background: var(--katsuo);
    margin-top: 10px;
    color:#fff;
    margin-left: 0;
    text-align: center;
}
main .bigTitle {
  text-align: center;
  
  background-size: 20px;
  height: 60px;
  position: relative;
  top: -20px;
  left: -20px;
  line-height: 60px;
  width: calc(100% + 40px);
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#topSlider {
  height: 410px;
  overflow: hidden;
}
#topDescription {
  display: flex;
  flex-wrap: wrap;
}

#topDescription li {
  width: calc((100% - 300px) / 3);
  margin: 50px;
  display: flex;
}

#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: var(--bg-light);
    border-radius: 5px;
    margin: 10px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    border: solid 1px var(--border-gray);
}
.listSearchCondition #searchConditionBtn {
  width: 30px;
  vertical-align: middle;
}
.itemList {
  margin: 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.itemList li {
  position: relative;
  margin: 10px;
  width: 200px;
}

.itemList li:nth-of-type(5n) {
  margin-right: 0;
}

.itemList li .imgWrap {
  overflow: hidden;
  min-height: 285px;
}

.itemList li .imgWrap img {
  width: 100%;
  max-height: 285px;
}

.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;
}

.maxItemLimitter1 {
  position: relative;
  transition: all 1s;
  height: 920px;
}

.maxItemLimitter2 {
  position: relative;
  transition: all 1s;
  height: 835px;
}

.maxItemLimitter1 .prevArrow {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("/img/titlePrevArrow.webp");
  background-size: contain;
  position: absolute;
  top: calc(50% - 40px);
  left: -40px;
  z-index: 2;
  cursor: pointer;
}

.maxItemLimitter1 .nextArrow {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("/img/titleNextArrow.webp");
  background-size: contain;
  position: absolute;
  top: calc(50% - 40px);
  right: -40px;
  z-index: 2;
  cursor: pointer;
}

.maxItemLimitter2 .prevArrow {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("/img/titlePrevArrow.webp");
  background-size: contain;
  position: absolute;
  top: calc(50% - 40px);
  left: -15px;
  z-index: 2;
  cursor: pointer;
}

.maxItemLimitter2 .nextArrow {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("/img/titleNextArrow.webp");
  background-size: contain;
  position: absolute;
  top: calc(50% - 40px);
  right: -15px;
  z-index: 2;
  cursor: pointer;
}

.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: var(--white);
}
.imgWrap .blurayLabel {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.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: var(--katsuo);
  color: var(--white);
  box-sizing: border-box;
  text-align: center;
  display: block;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  border-radius: 5px;
  color: #F1FA63;
  background: var(--dark-gray);
}

.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 var(--text-dark);
}

.rankingList li .favoriteBtn {
  top: 25px;
}

.itemList li .favoriteBtn i {
  font-size: 22px;
  position: relative;
  top: 6px;
  left: -2px;
}

.itemList li .unfavoriteBtn {
  cursor: pointer;
  background: var(--light-gray);
  background: -moz-linear-gradient(top, #fff 0%, var(--light-gray) 100%);
  background: -webkit-linear-gradient(top, #fff 0%, var(--light-gray) 100%);
  background: linear-gradient(to bottom, #fff 0%, var(--light-gray) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='var(--light-gray)', GradientType=0);
  border: solid 1px var(--light-gray);
  box-sizing: border-box;
  color: var(--text-dark);
  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;
}

#footerRankingBox {
  display: flex;
  flex-wrap: wrap;
}

#footerRankingBox > div {
  width: 50%;
}

#footerRankingBox .rankingList li {
  width: 156px;
}

#footerRankingBox .rankingList li .imgWrap {
  min-height: 222px;
  height: auto;
}

#footerRankingBox .rankingList li .imgWrap img {
  height: auto;
}

.moreBtn {
  position: relative;

  background: var(--katsuo);
  color: var(--white);

  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;
}

.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 var(--light-gray);
  border-bottom: solid 1px var(--light-gray);
  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: var(--pale-katsuo);
}

#resultHead .right select {
  border: solid 1px #c3c3c3;

  border-radius: 20px;
}

.list {
  display: flex;
  flex-wrap: wrap;
  margin: 5px;
}

.list li {
  max-height: 427px;
  position: relative;
  margin: 5px;
  width: calc((100% - 45px) / 5);
  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;
}

.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 var(--border-gray);
}

.list .planSelect .head {
  font-size: 12px;
}

.list .planSelect select {
  border: solid 1px #c3c3c3;

  border-radius: 20px;
  width: 100%;
}

.list .cartBtn {
  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;
  padding: 5px;
  line-height: 15px;
  font-weight: bold;
  color: var(--white);
}

.actress {
  text-align: center;
  background: #717171;
  margin-bottom: 2px;
  padding: 5px;
  line-height: 15px;
  font-weight: bold;
  color: var(--white);
}

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

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

.actress a {
  color: var(--white);
  display: inline-block;
  margin: 0 2px;
  text-decoration: underline;
}

.list li .cartBtn {
  cursor: pointer;
  background: var(--dark-gray);
  color: var(--katsuo);
  box-sizing: border-box;
  text-align: center;
  display: block;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
}

.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 var(--text-dark);
}

.list li .favoriteBtn i {
  font-size: 22px;
  position: relative;
  top: 6px;
  left: -2px;
}

.list li .unfavoriteBtn {
  cursor: pointer;
  background: var(--light-gray);
  background: -moz-linear-gradient(top, #fff 0%, var(--light-gray) 100%);
  background: -webkit-linear-gradient(top, #fff 0%, var(--light-gray) 100%);
  background: linear-gradient(to bottom, #fff 0%, var(--light-gray) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='var(--light-gray)', GradientType=0);
  border: solid 1px var(--light-gray);
  box-sizing: border-box;
  color: var(--text-dark);
  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;
  display: flex;
  justify-content: center;
}

#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;
}

#itemInformation {
  margin-top: 20px;
  width: 100%;
}

#itemInformation tr {
  border-top: solid 1px var(--border-gray);
}

#itemInformation th,
#itemInformation td {
  padding: 10px 20px;
}

#itemInformation th {
  width: 200px;
  vertical-align: top;
}

#itemInformation .keywordList {
  overflow: hidden;
}

#itemInformation .keywordList li {
  float: left;
  background: var(--light-gray);
  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;
  background: #f7f7f7;
  text-align: right;
  font-weight: bold;
  border-radius: 5px;
  border: solid 2px var(--light-gray);
}

#planSelectBox .upper {
}

#planSelectBox .upper select {
  border: solid 1px #c3c3c3;

  border-radius: 20px;
  width: 300px;
}

#planSelectBox .lower {
  margin-top: 10px;
  color: var(--katsuo);
  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: var(--katsuo);
  color: var(--white);

  box-sizing: border-box;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  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 var(--katsuo);
  box-sizing: border-box;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
  font-weight: bold;

  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 .head {
  font-weight: bold;
  margin: 30px 0 20px;
}
#beginner #promissList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#beginner #promissList li {
  position: relative;
}
#beginner #promissList li:nth-child(odd) {
    width: 20%;
    text-align: center;
    color: var(--white);
    font-weight: bold;
    background: var(--katsuo);
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 24px;
    justify-content: center;
    margin-bottom: 5px;
}
#beginner #promissList div {
  width: 100%;
}
#beginner #promissList div.small {
  font-size: 12px;
  position: absolute;
  top: 60px;
}
#beginner #promissList li:nth-child(even) {
    width: calc(80% - 5px);
    height: 100px;
    margin-left: 5px;
    padding: 0 30px;
    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: 30px;
    border: solid 1px #e7e7e7;
    margin-bottom: 30px;
}
#beginner #descriptionList li .contentsWrap {
  padding: 0 30px;
  width: 85%;
}
#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 #descriptionList li #memberMerit {
  margin: 10px;
  display: flex;
}
#beginner #descriptionList li #memberMerit li {
  padding: 5px;
  margin: 10px;
  color: var(--pale-katsuo)
}
/* beginner end */
/* price */
#price .priceList {
  border: solid 1px #e7e7e7;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 50px 0 20px;
  border-bottom: none;
}
#price .priceList li {
  width: calc(50% - 41px);
  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;
    height: 100px;
    width: 100px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    font-size: 17px;
    background: var(--katsuo);
}
#price .priceList li .optionImg {
  display: block;
  width: 400px;
}
#price .priceList li .description {
  display: block;
  width: 100%;
  text-align: right;
}
#price 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: 15px;
}
#price .priceList.option li:nth-child(3n-2){
  width: calc(70% - 31px);
  border-right: solid 1px #e7e7e7;
}
#price .priceList.option li:nth-child(3n-1){
  width: calc(15% - 32px);
  justify-content: center;
  border-right: solid 1px #e7e7e7;
}
#price .priceList.option li:nth-child(3n){
  width: calc(15% - 30px);
  justify-content: center;
}
#price .priceList.option li:nth-child(-n+3) {
    background: var(--katsuo);
    color: var(--white);
}
/* 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: 0 10px;
  font-size: 18px;
  border-left: solid 5px var(--katsuo);
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  margin: 30px 0;
}

#maker #subList {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

#maker #subList li {
  background: #f1f1f1;
  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 .multiLine {
  line-height: 16px !important;
  padding-top: 10px;
  height: 40px;
}

/* maker end */
/* form common */
#commonForm {
  margin: 0 auto;
}

#commonForm .headCaption {
  margin: 30px 50px;
}

#commonForm table {
  margin: 30px 50px;
  border: solid 1px var(--border-gray);
  padding: 50px;
  display: block;
}

#commonForm table tr {
  margin: 20px;
}

#commonForm table th {
}

#commonForm table th.valignTop {
  vertical-align: top;
  display: block;
}

#commonForm table th {
  display: block;
  font-weight: bold;
}

#commonForm table td {
  display: block;
}

#commonForm table input {
  border: solid 1px var(--border-gray);
  margin: 5px 10px;
  font-size: 30px;
  margin-bottom: 20px;
  box-shadow: 0 0 0 1000px #eee inset;
}

#commonForm .nameInput {
  width: 200px;
}

#cartForm .title {
  margin: 50px 0;
}

.addressList input {
  border: solid 1px var(--border-gray);
  margin: 5px 10px;
  font-size: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 0 1000px #f7f7f7 inset;
}

.addressList select {
  border: solid 1px var(--border-gray);
  margin: 5px 10px;
  font-size: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 0 1000px #f7f7f7 inset;
}

.input-wrap {
  position: relative;
}

.input-wrap input {
  max-width: 70%;
}

.toggle-pass {
  position: relative;
  top: 5px;
  left: 0;
  cursor: pointer;
  font-size: 30px;
}

.wSmall {
  width: 70px;
}

.wMedium {
  width: 135px;
}

.wBig {
  width: 90%;
  box-sizing: border-box;
}

#commonForm table textarea {
  border: solid 1px var(--border-gray);
  margin: 20px 10px;
  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;
  border: none;
  background: var(--katsuo);
  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;
  text-decoration: none !important;
  cursor: pointer;
  color: var(--white) !important;
}

.commonFormBtn i {
  position: relative;
  top: 5px;
}

.commonFormBtn.registBtn {
  line-height: 49px;
}
.commonFormBtn.reEdit {
  background: var(--dark-gray);
}
#commonForm .subTitle {
  border-top: solid 1px var(--border-gray);
  border-bottom: solid 1px var(--border-gray);
  margin: 30px 0;
  padding: 5px 20px;
  background: none;
  color: var(--katsuo);
  height: 30px;
  line-height: 30px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 20px;
}

#commonForm a {
  color: var(--pale-katsuo);
  text-decoration: underline;
}

#commonForm .mypageNav {
  overflow: hidden;

  margin-bottom: 10px;
}

#commonForm .mypageNav li {
  width: calc(100% / 5);
  float: left;
  border-right: solid 1px var(--katsuo);
  box-sizing: border-box;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

#commonForm .mypageNav li.current {
}

#commonForm .mypageNav li.current a {
}

#commonForm .mypageNav li:last-child {
  border-right: none;
}

#commonForm .mypageNav li a {
  text-decoration: none;
}
#registPush {
    position: relative;
    width: 350px;
    border-radius: 10px;
    padding: 10px;
    background: #f0375a;
    color: var(--white);
    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 0;
}

#purchaseHistoryList article {
  margin-bottom: 40px;
}

#purchaseHistoryList article .head {
  padding: 20px;
  border-bottom: solid 1px var(--katsuo);
  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: 20%;
    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: var(--white);
}
#purchaseHistoryList article .purchaseList .allItemShowBtn .plus {
    background: var(--katsuo);
    color: var(--white);
    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 ul {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
#purchaseHistoryList article .purchaseList li {
    width: calc(20% - 42px);
    margin: 10px;
    padding: 10px;
    border: solid 1px var(--border-gray);
    overflow: hidden;
}

#purchaseHistoryList article .purchaseList .left {
}

#purchaseHistoryList article .purchaseList .left img {
  width: 100%;
}

#purchaseHistoryList article .purchaseList .middle {
  padding: 5px;
}

#purchaseHistoryList article .purchaseList .middle .itemTitle {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 45px;
}

#purchaseHistoryList article .purchaseList .middle .plan {
  display: inline;
}

#purchaseHistoryList article .purchaseList .middle .price {
  display: inline;
}

#purchaseHistoryList article .purchaseList .right {
}

#purchaseHistoryList article .purchaseList .right .detailBtn {
  background: var(--katsuo);
  color: var(--white);

  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 var(--border-gray);
  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;
    font-size: 12px;
    padding: 10px;
    margin: 10px 0;
    display: none;
    color: var(--white);
}

.error-message.-show {
  display: block;
}

input:read-only {
  border: none !important;
}

/* validation end */
/* cart */
.cartItemList {
  margin: 30px;
  width: calc(100% - 60px);
}

.cartItemList thead {
  background: var(--light-gray);
  font-weight: bold;
}

.cartItemList th,
.cartItemList td {
  padding: 10px;
  vertical-align: top;
  border-collapse: collapse;
  border: solid 1px var(--border-gray);
}

.addressList {
  margin: 30px 30px 0 30px;
  width: calc(100% - 60px);
}

#cartItemReset {
  background: var(--katsuo);
  color: var(--white);
  box-sizing: border-box;
  text-align: center;
  width: 180px;
  margin-left: 5px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  padding: 2px 5px;
  position: relative;
  top: -2px;
  cursor: pointer;
}

.addressList thead {
  background: var(--light-gray);
  font-weight: bold;
}

.addressList th,
.addressList td {
  padding: 10px;
  vertical-align: top;
  border-collapse: collapse;
  border: solid 1px var(--border-gray);
}

input {
  border: solid 1px var(--border-gray);
}

select {
  border: solid 1px var(--border-gray);
}

.itemDel {
  background: var(--light-gray);
  padding: 0 5px;
  border-radius: 3px;
  cursor: pointer;
  width: 50px;
  display: block;
  text-align: center;
}

.itemDel:hover {
  background: #ff5f85;
}

.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 var(--border-gray);
  margin: 20px 30px;
}

.priceFooter {
  background: var(--light-gray);
  font-weight: bold;
}

.priceFooter td {
  text-align: right;
}

#cartTextArea {
  border: solid 1px var(--border-gray);
  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;
}

.infoBox {
  margin: 10px;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}
.infoBox li {
  padding: 5px;
  border-bottom: solid 1px var(--border-gray)ccc;
}
.infoBox li a:hover{
  color: var(--katsuo)
}
.infoBox .scroll .scroll-inner {
  animation: none;
  text-decoration: underline;
  cursor: pointer;
}
/* 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: var(--pale-katsuo);
}

.pager a:hover {
  background: var(--border-gray)ccc;
}

@keyframes shiny {
  0% {
    left: -20%;
  }

  10% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}
.blink {
  animation: blinkEffect 1s ease infinite;
}
@keyframes blinkEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.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 var(--katsuo);
  color: var(--text-dark);
  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;
}
.title.scroll .scroll-inner {
  position: absolute;
  white-space: nowrap;
  animation: none;
  width: 100%;
}

/* マウスオーバーでマーキーストップ */
.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 {
  position: absolute !important;
  bottom: -50px;
  left: 0;
  width: 80% !important;
  border: 0 !important;
  height: 30px !important;
  z-index: 3;
  margin: 0 10% !important;
  background: var(--bg-light-gray);
  /* Old browsers */
  background: -moz-linear-gradient(top, var(--bg-light-gray) 0%, var(--border-gray)ccc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, var(--bg-light-gray) 0%, var(--border-gray)ccc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, var(--bg-light-gray) 0%, var(--border-gray)ccc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg-light-gray)', endColorstr='var(--border-gray)ccc', GradientType=0);
  /* IE6-9 */
  color: var(--text-dark);
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  box-shadow: 0 0 5px var(--text-dark);
  font-weight: bold;
}

/* added 20210525 */
#favoriteListAllCartAddBtn {
  cursor: pointer;

  background: var(--katsuo);
  color: var(--white);

  box-sizing: border-box;
  text-align: center;
  display: block;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  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 {
  position: relative;
}

.material-icons.redeem::before {
  content: "購入済み";
  display: block;
  position: absolute;
  top: 2px;
  right: 39px;
  background: var(--white);
  color: var(--katsuo);
  font-weight: bold;
  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;
  font-weight: bold;
}

#purchasedInfo .material-icons {
  position: relative;
  line-height: 10px;
  top: 6px;
}

#purchasedInfo a {
  color: #316900;
  text-decoration: underline;
  font-weight: normal;
}

.imgWrap .purchasedInfo {
  position: absolute;
  font-weight: bold;
  padding: 0 3px;
  margin: 3px;
  box-shadow: 0 0 5px #666;
  background: var(--white);
  color: var(--katsuo);
}

/* history */
#historyList {
  opacity: 0;
  position: fixed;
  bottom: -500px;
  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: 0.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;
}

#historySlider {
  max-width: 1200px;
  margin: 0 auto;
  background-size: 20px;
}

#historySlider li {
  margin: 10px;
}

#historySlider li .imgWrap {
  width: 130px;
  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;
}
#historyShow a {
  color: var(--white);
}
/* added 20220920 */
#purchasedItemAllDeleteBtn {
  cursor: pointer;
  background: #525252;
  color: var(--white);
  border: solid 1px var(--border-gray);
  box-sizing: border-box;
  text-align: center;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  font-weight: bold;
  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: var(--white);
  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 {
  background: #E63938;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  box-shadow: 0 0 0 8px #BAE84B, 0 0 0 12px #78C557;
  margin: 30px 64px 0;
  font-size: 30px;
  letter-spacing: 2px;
}
*/
/* sale */
#saleList {
}

#saleList .saleTitle {
}

#saleList .textBox {
  padding: 20px;
  margin: 20px 0;
  border: solid 1px var(--bg-light);
}

#saleList .imgBox {
  margin-top: 20px;
}

#saleList .imgBox img {
}
/* sale */
#saleList .imgBox img {
  width: 100%;
}
#itemSearchBox {
  margin: 20px 0;
  padding: 10px;
  background: var(--bg-light);
  border: solid 3px var(--border-gray);
  border-radius: 5px;
}
#itemSearchBox ul {
  display: flex;
  flex-wrap: wrap;
}
#itemSearchBox li {
  margin: 0 10px;
}
#itemSearchBox li select {
  max-width: 200px;
}
#itemSearchBox li .label {
  font-weight: bold;
}
#itemSearchBox li:last-child {
  margin-left: auto;
}
#itemSearchBox li .searchBtn {
  background: var(--katsuo);
  color: var(--white);
  font-weight: bold;
  padding: 4px 10px;
  cursor: pointer;
}
.duplicatePurchaseInput {
  background: var(--katsuo);
  color: var(--white);
}
.duplicatePurchaseCaution {
  font-weight: bold;
  color: var(--katsuo);
  font-size: 12px;
}
.purchaseCounter {
  font-size: 13px;
  text-align: center;
  position: absolute;
  bottom: 19px;
  background: #000000c7;
  color: #f1fa63;
  width: 100%;
}
.latestBuyInfo {
  font-size: 13px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  background: #f1fa63;
  color: #000000;
  width: 100%;
}
#footerRankingBox .purchaseCounter,#footerRankingBox .latestBuyInfo {
  line-height: 15px;
}
#footerRankingBox .latestBuyInfo {
  bottom: 0px;
}
#footerRankingBox .purchaseCounter {
  bottom: 15px;
}
