@charset "utf-8";
/* CSS Document */
/*-------------- icon-font(s) --------------*/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  text-transform: none;
  width: 1em;
  height: 1em;
  line-height: 1;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
/*-------------- icon-font(e) --------------*/
html {
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Tahoma, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 87.5%;
  line-height: 150%;
}
body {
  background-color: #ffffff;
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
/*-------------------------- common(s) -----------------------------*/
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
img {
  max-width: 100%;
}
a, a:link, a:visited {
  color: #1475ec;
  text-decoration: none;
}
.bold {
  font-weight: bold;
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
}
.hidden {
  display: none;
}
a:hover, button:hover {
  opacity: 0.75;
}
a.disabled:hover {
  opacity:1;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.img_center {
  display: block;
  margin: 1rem auto;
}
p {
  margin-top: 0;
}
.text_xs {
  font-size: 0.7rem;
  line-height: 0.9rem;
}
.text_s {
  font-size: 0.8rem;
  line-height: 1rem;
}
.text_m {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.text_l {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.text_xl {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.text_xxl {
  font-size: 2rem;
  line-height: 2.4rem;
}
.textFull {
  width: 94%;
  margin: 0 auto 0.8rem;
}
.text_underLine {
  border-bottom: #121212 solid 1px;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.text_left {
  text-align: left;
}
.text_white {
  color: #FFFFFF;
}
.text_red {
  color: #e00000;
}
.text_pink {
  color: #ee86a8;
}
.text_blue {
  color: #0078D7;
}
.text_green {
  color: #19A160;
}
.note {
  color: #666666;
  font-size: 0.8rem;
  line-height: 1rem;
}
.noteBox {
  border: #cccccc solid 1px;
  background-color: #f5f5f5;
  width: 90%;
  margin: 1rem auto 2rem;
  padding-left: 2%;
  padding-right: 2%;
}
.blueBox {
  background-color: #e5efff;
  border-radius: 2px;
  margin: 1rem auto;
  padding: 2rem 1rem;
}
.success_message {
  background-color: #e5efff;
  border-radius: 2px;
  margin: 1rem auto;
  padding: 1rem;
}
.success_message .message {
  font-size: 1.2rem;
  line-height: 2rem;
  margin: 0.8rem auto;
}
button {
  cursor: pointer;
}
.button {
  display: inline-block;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 0.6rem 0.4rem;
}
.button .arrow {
  position: absolute;
  top: 32%;
  right: 0;
}
.btn_whiteLine, a.btn_whiteLine {
  color: #ffffff;
  border: #cccccc solid 1px;
  background-color: #000000;
}
.btn_yellowLine, a.btn_yellowLine {
  color: #fff83d;
  border: #fff83d solid 1px;
  background-color: #000000;
}
.btn_navyLine, a.btn_navyLine {
  color: #003584;
  border: #004ec2 solid 1px;
  background-color: #d9dfe9;
}
.btn_blue, a.btn_blue {
  color: #ffffff;
  border: #004ec2 solid 1px;
  background-color: #004ec2;
}
.btn_red, a.btn_red {
  color: #ffffff;
  border: #e51010 solid 1px;
  background-color: #e51010;
}
.btn_blueLine, a.btn_blueLine {
  color: #7092ff;
  border: #7092ff solid 1px;
  background-color: #000000;
}
.btn_delete, a.btn_delete, .delete, a.delete {
  color: #ffffff;
  background-color: #000000;
  cursor: pointer;
}
.btn_report, a.btn_report {
  color: #ffffff;
  background-color: #ae0000;
  cursor: pointer;
}
.btn_cart, a.btn_cart {
  color: #ffffff;
  background-color: #76c002;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  border: #76c002 solid 1px;
}
.btn_cancel, a.btn_cancel {
  color: #ffffff;
  background-color: #cccccc;
  border: #cccccc solid 1px;
}
.button.disabled {
  color: #eeeeee;
  background-color: #d5d5d5;
  border-color: #d5d5d5;
  box-shadow: none;
}
#seeAll {
  border-bottom: #cccccc solid 1px;
}
.seeAll, a.seeAll {
  color: #ffffff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  width: 80%;
  margin-bottom: 2rem;
}
.importantInfo {
  border: #ff0000 solid 1px;
  border-radius: 0.4rem;
  width: 90%;
  margin: 15px auto;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 3%;
  padding-left: 3%;
}
.importantInfo p, .mincho.button {
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
}
.importantInfo p.sans {
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Tahoma, Arial, sans-serif;
  margin-bottom: 0;
}
.importantInfo .box {
  background-color: #ebebeb;
  text-align: center;
  padding:10px;
}
.infoTitle {
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-align: center;
  margin-bottom: 0.4rem;
}
.infoText {
  font-size: 1rem;
  line-height: 1.6rem;
}
.btnArea {
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding: 0 0.2rem;
}
.btn_m {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.4rem;
  width: 44%;
  margin-left: 2%;
  margin-right: 2%;
}
.btn_l {
  font-size: 1.2rem;
  font-weight: bold;
  width: 80%;
}
.importantInfo .btn_l {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#linkTop {
  display: block;
  color: #e5e5e5;
  border-top: #cccccc solid 1px;
  border-bottom: #000000 solid 4px;
  background-color: #2e3a4c;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 4rem;
  height: 4rem;
}
#linkTop i {
  font-size: 2.2rem;
  border: #e5e5e5 solid 1px;
  border-radius: 100%;
  width: 2.2rem;
  height: 2.2rem;
  text-align: center;
  margin-right: 0.4rem;
}
#linkTop:hover {
  opacity: 1;
}
.errorList {
  background-color: #e5e5e5;
  width: 94%;
  margin: 0.4rem auto;
  padding: 0.8rem 0 0.4rem;
}
.errorList li {
  display: block;
  color: #ff0000;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: bold;
  text-indent: -0.9rem;
  width: 90%;
  margin: 0 auto 0.6rem;
}
.errorList li:before {
  content: "！";
}
.noteList li {
  color: #333333;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.noteList li .text_s {
  color: #666666;
  font-size: 0.8rem;
  line-height: 1rem;
}
.messageBox {
  color: #071e5b;
  background-color: #ebebeb;
  border-radius: 0.4rem;
  width: 94%;
  margin: 0 auto;
}
.messageBox p {
  padding: 0.4rem;
}
.brSP {
  display: inline-block;
}
/*-------------------------- common(e) -----------------------------*/
#header {
  position: fixed;
  width:100%;
  top: 0;
  z-index:10000;
}
#topPage #header {
  position:relative;
  z-index:9996;
}
#header #mainImg {
  border-bottom: #00c0ff solid 1px;
  background: #000000 url(../images/starBg.png) center top repeat;
  background-size: 100%;
  height: 56px;
  position: relative;
}
#header h1 {
  width: 196px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  margin: 0;
  padding: 0;
}
#header h1 a {
  display: block;
}
#header.topHeader h1 {
  color: #ffffff;
  width: auto;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
  position: relative;
  z-index: auto;
  padding-top: 1.2rem;
}
#header.topHeader h1 img {
  max-width: 80%;
}
#header.topHeader #mainImg {
  background: #000000 url(../images/mainImg.png) center top no-repeat;
  background-size: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0.4rem;
}
#header.topHeader .description {
  color: #ffffff;
  font-size: 0.86rem;
  line-height: 1.2rem;
  text-align: center;
  width: 90%;
  margin: 0rem auto 0.4rem;
}
#header.topHeader .attention {
  color: #ffffff;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2rem;
  width: 90%;
  margin: 15px auto 0;
}
#header.topHeader .description.bold {
  text-align: center;
  margin-top: -1rem;
}
#header.topHeader #mainImg .linkTo {
  margin: 0.8rem auto;
}
#header.topHeader #mainImg .linkTo, #header.topHeader #mainImg .linkTo a {
  color: #fff83d;
  text-align: center;
}
#header.topHeader #mainImg .linkTo a i {
  border: #fff83d solid 1px;
  border-radius: 100%;
  font-size: 1.3rem;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.4rem;
}
#header.topHeader #mainImg .rights {
  color: #bcbfff;
  font-size: 0.86rem;
  text-align: center;
  margin: 0.4rem auto 0;
}
#header.topHeader #mainImg .rights a {
  color: #bcbfff;
}
#header .entryBox {
  text-align: center;
  margin: 0.4rem auto;
}
#header .entryBox .button {
  color: #ffffff;
  width: 35%;
  margin: 0.4rem;
}
#header .button.btn_cart {
  border: #ffffff solid 1px;
  background-color: #000000;
  width: auto;
  position: relative;
  padding: 0;
}
#header .button.btn_cart.no_border {
  border: none;
}
#header .btn_cart .itemNum {
  display: inline-block;
  background-color: #ff0000;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.4rem;
  min-width: 1.4rem;
  min-height: 1.4rem;
}
#header #link_cart {
  position: absolute;
  width: 54px;
  height: 52px;
  top: 0.2rem;
  right: 56px;
}
#header #link_cart .button.btn_cart {
  border-color: #000000;
  min-width: 50px;
  height: 50px;
  z-index: 10000;
}
#header #link_cart .button.btn_cart i {
  font-size: 1.8rem;
  line-height: 50px;
}
#header .acInfo {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9998;
}
#header .acInfo .trigger {
  background-color: rgba(0, 0, 0, 0.75);
  width: 52px;
  height: 52px;
  text-align: center;
  float: right;
  z-index: 9999;
  margin: 4px 4px 0 0;
}
#header .acInfo .container {
  float: right;
}
#header .acInfo .container .trigger {
  float: none;
}
#header .acInfo .trigger i {
  color: #ffffff;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 52px;
}
#header .acInfo #menuBox {
  clear: both;
  float: none;
  background-color: #ffffff;
  position: relative;
  width: 100% !important;
  margin-top: 56px;
}
#header .acInfo #mainNav p, #header .acInfo #mainNavList li.close {
  color: #ffffff;
  background-color: #121212;
  line-height: 2rem;
  text-align: center;
  margin: 0;
}
#header .acInfo #mainNavList li {
  color: #cccccc;
  border-bottom: #666666 solid 1px;
  background-color: #000000;
  padding: 0.4rem 0;
}
#header .acInfo #mainNavList li#nav02 {
  border-color: #7d2a2a;
}
#header .acInfo #mainNavList li#nav03 {
  border-color: #276e7b;
}
#header .acInfo #mainNavList li#nav04 {
  border-color: #315630;
}
#header .acInfo #mainNavList li#nav05 {
  border-color: #233f79;
}
#header .acInfo #mainNavList li#nav06 {
  border-color: #752866;
}
#header .acInfo #mainNavList li#nav07 {
  border-color: #81681b;
}
#header .acInfo #mainNavList li#nav08 {
  border-color: #5b297a;
}
#header .acInfo #mainNavList li#nav09 {
  border-color: #ff6600;
}
#header .acInfo #mainNavList li#nav12 {
  border-color: #518300;
}
#header .acInfo #mainNavList li a {
  display: block;
  color: #cccccc;
  text-indent: 1rem;
  height: 2.4rem;
  position: relative;
  line-height: 2.4rem;
}
#header .acInfo #mainNavList li i {
  font-size: 1.6rem;
  position: absolute;
  top: 18%;
  right: 1.2rem;
}
#header .acInfo #mainNavList li a.disabled, #header .acInfo #mainNavList li a.disabled i {
  color: #444444;
}
#header .acInfo #mainNavList li .badge {
  display: inline-block;
  color: #ffffff;
  background-color: #ec4545;
  border-radius: 0.4rem;
  font-size: 0.8rem;
  text-indent: 0;
  line-height: 1.6rem;
  height: 1.6rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  margin-left: 0.4rem;
}
#header .acInfo #mainNavList li .disabled .badge {
  color: #999999;
  background-color: #8d0000;
}
#header .acInfo #mainNavList {
  margin: 0;
}
#header .acInfo #mainNavList li.entryBox {
  background-color: #333333;
  margin: 0;
  padding: 1rem 0;
}
#header .acInfo #mainNavList li.entryBox a {
  display: inline-block;
  height: 1.6rem;
  line-height: 1.6rem;
  text-indent: 0;
}
.icon, .icon span {
  display: inline-block;
  color: #ffffff;
  border-radius: 0.6rem;
  font-size: 0.8rem;
  line-height: 1rem;
  margin-right: 0.2rem;
  padding: 0.1rem 0.4rem;
}
.icon_news {
  background-color: #ec4545;
}
.icon_chara {
  background-color: #3fcee8;
}
.icon_books {
  background-color: #549e52;
}
.icon_animation {
  background-color: #3770e3;
}
.icon_goods {
  background-color: #dc42bd;
}
.icon_event {
  background-color: #F89D2A;
}
.icon_bbs {
  background-color: #a744e6;
}
.icon_web {
  background-color: #ff6600;
}
.category_news {
  border-color: #ec4545;
}
.category_chara {
  border-color: #3fcee8;
}
.category_books {
  border-color: #549e52;
}
.category_animation {
  border-color: #3770e3;
}
.category_goods {
  border-color: #dc42bd;
}
.category_event {
  border-color: #F89D2A;
}
.category_bbs {
  border-color: #a744e6;
}
.category_web {
  border-color: #ff6600;
}
.category_sp {
  border-color: #ff6600;
}
#header .acInfo #mainNavList li i {
  color: #687384;
}
#header .acInfo #mainNavList li.close i {
  color: #ffffff;
  font-size: 1.6rem;
  position: relative;
  top: 0;
  right: 0;
  margin: 0.8rem 0;
}
#header .acInfo #mainNavList li.logout a {
  text-align: center;
  text-indent: 0;
}
.shareBox {
  border-top: #e5e5e5 solid 1px;
  color: #2e3a4c;
  background-color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 2rem 0;
}
.shareBox a {
  display: inline-block;
  vertical-align: top;
}
.shareBox p {
  font-size: 0.9rem;
  margin: 0 0 0.2rem;
}
.shareBox img {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  margin: 0 0.8rem;
}
.shareBox iframe {
  margin: 0 1rem;
}
#footer {
  background: #000c46 url(../images/footerBg.png) center top repeat-x;
  background-size: cover;
  padding: 0.8rem 0 1rem;
  margin: 0;
}
#footer .container {
  margin: 0 auto;
  padding: 0.8rem 0;
}
#footer .snsLink {
  margin: 0;
}
#footer .snsLink a {
  display: block;
  border: #cccccc solid 2px;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  margin: 1rem auto 0;
}
#footer .snsLink p {
  color: #ffffff;
  font-size: 0.9rem;
  margin: 0;
}
#footer .snsLink img {
  width: 1.8rem;
  margin: 0.9rem 0.5rem 0.4rem;
}
#footer #copyright, #footer #copyright a {
  color: #ffffff;
  font-size: 0.8rem;
  margin: 1.6rem auto 0;
}
#footer .textLink {
  color: #6a95d5;
  font-size: 0.86rem;
  line-height: 1.8rem;
  width: 96%;
  margin: 0.8rem auto 0.2rem;
}
#footer .textLink a {
  display: inline-block;
  color: #a8c0fc;
}
#footer .textLink a.disabled {
  opacity: 1;
  color: #666666;
  cursor: default;
}
.bannerBox {
  display:flex;
  flex-wrap:wrap;
  border-top: #e5e5e5 solid 1px;
  padding-bottom: 2rem;
}
.bg_dark {
  background-color: #333333;
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
}
.bannerBox .banner, .bannerBox2 .banner {
  display: block;
  width: 48%;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
.bannerBox .banner_l, .bannerBox2 .banner_l {
  width: 92%;
}
#logo_wrightstaff {
  display: block;
  width: 200px;
  margin: 0 auto;
}
#loginBox, #directEntry {
  width: 90%;
  margin: 0 auto 3rem;
}
#directEntry {
  border: #071e5b solid 1px;
  border-radius: 2px;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  padding-bottom: 20px;
}
#directEntry h2 {
  text-align: center;
}
#main h2 {
  color: #071e5b;
  font-size: 1rem;
  line-height: 1.6rem;
  width: 94%;
  margin-top: 1.6rem;
  margin-left: auto;
  margin-right: auto;
}
.contentsBox {
  width: 94%;
  margin: 0 auto 2rem;
  word-break: break-all;
}
.contentsBox .thumb {
  display: block;
  max-width: 100%;
  margin: 0.8rem auto;
}
.detailPage .contentsBox .mainImg {
  display: block;
  margin: 0.8rem auto 2rem;
}
.detailPage .contentsBox p {
  margin: 0.4rem auto 1rem;
}
.detailPage .contentsBox dl, .detailPage .contentsBox .lineArea {
  border-top: #cccccc dotted 1px;
  border-bottom: #cccccc dotted 1px;
}
.detailPage .contentsBox dt {
  margin: 1rem 0 0.4rem;
}
.detailPage .contentsBox dd {
  margin: 0 0 1rem 2rem;
}
.detailPage .imgList_1, .detailPage .imgList_2, .detailPage .imgList_3, .detailPage .imgList_4, .detailPage .imgList_5 {
  text-align: center;
}
.detailPage .imgList_1 li, .detailPage .imgList_2 li, .detailPage .imgList_3 li, .detailPage .imgList_4 li, .detailPage .imgList_5 li {
  display: block;
  vertical-align: top;
  margin: 0 auto 0.8rem;
}
.detailPage .imgList_1 li, .detailPage .imgList_2 li, .detailPage .imgList_3 li {
  width: 86%;
}
.detailPage .imgList_4 li, .detailPage .imgList_5 li {
  width: 60%;
}
.detailPage .imgList_2 img, .detailPage .imgList_4 img {
  max-width: 100%;
}
.formBox {
  width: 96%;
  margin: 0 auto 2rem;
}
.formBox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  border: #cccccc solid 1px;
}
.formBox h2, .formBox p {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
#main .formBox h2 {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
#loginBox dt, #entryBox dt, #changeBox dt {
  color: #666666;
  width: 90%;
  margin: 1rem auto 0.4rem;
}
#loginBox dl, #entryBox dl, #changeBox dl {
  padding: 0;
}
#loginBox dd, #entryBox dd, #changeBox dd {
  width: 90%;
  text-align: center;
  margin: 0 auto 1rem;
}
#loginBox dd input, #entryBox dd input, #changeBox dd input {
  width: 90%;
  margin-bottom: 0.4rem;
}
#entryBox button {
  padding: 0.4rem;
}
#btn_submit {
  width:88%;
}
#profileBox {
  padding-bottom: 3rem;
}
.profTable {
  width: 96%;
  margin: 0.8rem auto 1rem;
}
.profTable th {
  color: #003584;
  background-color: #f5f5f5;
  font-size: 0.86rem;
  text-align: center;
  width: 28%;
}
.profTable th, .profTable td {
  border-bottom: #cccccc dotted 1px;
  padding: 0.4rem 0.2rem;
}
.radioButton input[type="radio"] {
  display: none;
}
.radioButton label {
  position: relative;
  display: inline-block;
  padding: 0.4rem 0.4rem 0.4rem 2rem;
  cursor: pointer;
}
.radioButton label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -0.8rem;
  background-color: #ffffff;
  border: #999999 solid 2px;
  border-radius: 100%;
}
.radioButton input[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0.41rem;
  width: 0.7rem;
  height: 0.7rem;
  margin-top: -0.4rem;
  background-color: #565656;
  border-radius: 100%;
}
.profTable .name td input, .profTable .kana td input {
  width: 24%;
}
.profTable .selectButton, .itemList .selectButton, .item .selectButton {
  display: inline-block;
  background-color: #ffffff;
  border: #cccccc solid 1px;
  border-radius: 2px;
  position: relative;
}
.profTable .birthday td {
  font-size: 0.8rem;
}
.profTable .birthday .selectButton {
  width: 20%;
}
.itemList .selectButton {
  width: 100%;
}
.sortArea .selectButton {
  width: 30%;
  padding-left: 6px;
}
#itemDetail .selectButton {
  width: 25%;
}
.profTable .birthday .selectButton.birthYear {
  width: 26%;
}
.profTable select, .itemList select, .item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-right: 1.2rem;
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-size: 0.9rem;
  line-height: 1.8rem;
  height: 2.6rem;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
}
.item select {
  padding-left:0.4rem;
}
#inputForm .inputBox label {
  font-size: 0.8rem;
  line-height: 1.4rem;
}
#cart .selectButton {
  width: 2.8rem;
}
#cart .selectButton select {
  font-size: 0.75rem;
  line-height: 1.2rem;
  height: 1.8rem;
  padding-right: 1rem;
}
.profTable select::-ms-expand, .itemList select::-ms-expand, .item select::-ms-expand {
  display: none;
}
.profTable .selectButton i, .itemList .selectButton i, .item .selectButton i {
  color: #ababab;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.6rem;
  line-height: 2.8rem;
  pointer-events: none;
}
#cart .selectButton i {
  font-size: 1rem;
  line-height: 2rem;
}
.profTable input, .profTable textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  border: #cccccc solid 1px;
}
.profTable textarea {
  width: 98%;
}
.profTable input[type="radio"]:checked + label::after, .buyerInfo input[type="radio"]:checked + label::after {
  background-color: #004ec2;
}
.buyerInfo input[type=checkbox] {
  display: none;
}
.checkStyle {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 2.4rem;
  vertical-align: middle;
  cursor: pointer;
}
.checkStyle:hover:after {
  border-color: #004ec2;
}
.checkStyle:after {
  position: absolute;
  top: 50%;
  left: 0.4rem;
  display: block;
  margin-top: -0.7rem;
  width: 1rem;
  height: 1rem;
  border: 2px solid #cccccc;
  border-radius: 2px;
  content: '';
}
.checkStyle:before {
  position: absolute;
  top: 40%;
  left: 0.8rem;
  display: block;
  margin-top: -0.4rem;
  width: 0.3rem;
  height: 0.6rem;
  border-right: 3px solid #004ec2;
  border-bottom: 3px solid #004ec2;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.buyerInfo input[type=checkbox]:checked + .checkStyle:before {
  opacity: 1;
}
#contribute_box table {
  width: 100%;
  margin: 0.8rem auto;
}
#contribute_box table th {
  width: 28%;
}
#contribute_box .btnArea th, #contribute_box .btnArea td {
  border: none;
}
#contribute_box table input[type=text] {
  width: 60%;
}
#contribute_box .btnArea .btn_l {
  padding: 0;
}
#contribute_box .btnArea #submit {
  display: block;
  cursor: pointer;
  padding: 0.8rem 0.4rem;
}
#contribute_box input, #contribute_box textarea, #contribute_box .selectButton {
  font-size: 16px;
  transform: scale(0.9);
  transform-origin: 0 0;
}
#contribute_box select {
  font-size: 16px;
}
.infoBox {
  border: #071e5b solid 1px;
  border-radius: 4px;
  width: 90%;
  margin: 0.8rem auto;
  padding-top: 0.6rem;
  padding-bottom: 0;
  padding-left: 2%;
  padding-right: 2%;
}
.infoBox ul {
  width: 100%;
}
.infoBox p, .infoBox li {
  font-size: 0.86rem;
  line-height: 1.4rem;
}
.infoBox p {
  margin-bottom: 0.2rem;
}
.infoBox ul {
  margin: 0;
}
.infoBox ul li:first-child {
  border-top: #babae3 dotted 1px;
}
.infoBox ul li:last-child {
  border-bottom: none;
}
.infoBox li .brSP {
  display: block;
}
.date, .infoBox .date {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1rem;
  color: #666666;
  margin-right: 0.4rem;
}
.pvBox, .bannerLinkBox {
  width: 90%;
  margin: 1.4rem auto;
}
.pvBox p {
  color: #ffffff;
  background-color: #000000;
  margin: 0;
  padding: 0.4rem 0.2rem;
}
.pvBox .box {
  position: relative;
}
.pvBox .box img {
  display: block;
}
.pvBox i.playButton {
  color: rgba(255, 255, 255, 0.75);
  font-size: 8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#bbsArea {
  color: #e5e5e5;
  background-color: #333333;
  padding: 1rem 0.6rem;
}
#bbsArea .container {
  max-width: 100%;
}
#bbsArea .filter_area {
  background-color: #555555;
  font-size: 0.9rem;
  text-align: center;
  width: calc(96% - 0.8rem);
  padding: 0.4rem;
}
#bbs li {
  color: #071e5b;
  border-radius: 8px 8px 0 0;
  background-color: #e5e5e5;
  width: calc(96% - 0.8rem);
  margin: 0 auto 1rem;
  padding: 0 0.4rem;
}
#bbs li.bbs_data {
  margin-bottom: 0;
  padding-bottom: 0;
}
#bbs li.bbs_res_data {
  display: none;
  background: rgb(249, 249, 249);
  border-radius: 0;
  margin-bottom: 0;
}
#bbs li.open {
  margin-bottom: 0;
}
#bbs li.open + li.bbs_res_data {
  display: block;
  border-top: 1px dotted gray;
  border-bottom: 1px dotted gray;
}
#bbs li.bbs_footer {
  padding-top: 0;
  padding-bottom: 0;
  height: 8px;
  border-radius: 0 0 6px 6px;
}
#bbs li .delete, #bbs li .btn_delete, #bbs li .btn_report {
  width: 4.4rem;
  font-size: 0.8rem;
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  padding: .2rem;
}
#bbs li .bbs_head {
  color: #666666;
  font-size: 0.8rem;
  line-height: 1.2rem;
  position: relative;
  margin-bottom: 0;
  padding: 0.6rem 0.4rem 0;
}
#bbs li .res_btn {
  position: relative;
}
#bbs li .res_btn .btn_delete, #bbs li .res_btn .btn_report {
  font-size: 0.8rem;
  right: 0;
  padding: 0.1rem;
}
#bbs li .bbs_head span {
  display: inline-block;
  line-height: 1.2rem;
}
#bbs li .bbs_title {
  color: #121212;
  font-size: 1.1rem;
  line-height: 2rem;
  font-weight: bold;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0.2rem;
  padding: 0;
}
#bbs li .bbs_info {
  color: #666666;
  border-top: #071e5b solid 1px;
  font-size: 0.8rem;
  margin: 0;
  padding: 0.4rem 0 0;
}
#bbs li .bbs_info .genre {
  display: inline-block;
  color: #ffffff;
  border-radius: 0.6rem;
  font-size: 0.8rem;
  line-height: 1rem;
  padding: .2rem .4rem;
}
#bbs li .bbs_doc {
  border-bottom: 1px solid rgb(201, 201, 201);
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-bottom: 0.6rem;
  padding: 0.4rem;
}
#bbs li.button {
  display: block;
  color: #cccccc;
  border: #cccccc solid 1px;
  background-color: #071e5b;
  margin: 0 auto 1rem;
}
#bbs li #more {
  cursor: pointer;
  margin: 0.2rem 0;
}
#bbs li .bbs_res {
  text-align: right;
  color: rgb(61, 64, 179);
  font-size: 0.9rem;
  cursor: pointer;
  margin: 0;
  padding: 0.4rem 0;
}
#bbs li .bbs_res .open_comment {
  /*display: none;*/
}
#bbs li .bbs_res .open_comment span.more, #bbs li .bbs_res .open_comment span.less {
  display: inline-block;
  background: white;
  border-radius: 100%;
  border: 1px solid rgb(61, 64, 179);
  text-align: center;
  width: 1rem;
  height: 1rem;
  line-height: 0.9rem;
  margin-right: 0.2rem;
  padding: 0;
}
#bbs li .bbs_res .open_comment i {
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}
#bbs li .bbs_res .open_comment span.more {
  display: inline-block;
}
#bbs li .bbs_res .open_comment span.less {
  display: none;
}
#bbs li.bbs_data.open .bbs_res .open_comment span.more {
  display: none;
}
#bbs li.bbs_data.open .bbs_res .open_comment span.less {
  display: inline-block;
}
#bbs li .bbs_res .comment_cnt {
  font-size: 1.1rem;
  margin-right: 0.4rem;
}
#bbs li .bbs_res .comment {
  border: 1px solid rgb(61, 64, 179);
  background: white;
  border-radius: 4px;
  margin-left: 0.4rem;
  padding: 0.2rem 0.4rem;
}
#bbs li .bbs_res .comment i {
  font-size: 1rem;
}
#bbs .bbs_data > h3 {
  font-size: 1.5em;
}
#bbs li.bbs_res_data .res_area {
  display: none;
}
#bbs li.bbs_res_data .res_comment {
  text-align: center;
  padding: 0.5rem 0;
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
#bbs li.bbs_res_data .res_comment .input_area {
  text-align: left;
}
#bbs li.bbs_res_data .res_comment input {
  border: 1px solid lightgray;
  width: 60%;
  padding: .5em;
  margin-bottom: .5em;
  margin-left: 0;
}
#bbs li.bbs_res_data .res_comment textarea {
  border: 1px solid lightgray;
  width: 94%;
  padding-right: 2%;
  padding-left: 2%;
  height: 5em;
  margin-bottom: .5em;
}
#bbs li.bbs_res_data .res_comment .btn_res {
  padding: .3em 3em;
  color: rgb(61, 64, 179);
  border: 1px solid rgb(61, 64, 179);
  background: rgb(218, 222, 232);
  cursor: pointer;
}
#bbs li.btn_blueLine {
  border-radius: 4px;
}
.res_tpl {
  border-bottom: 1px dotted gray;
  color: #555;
  padding: 0.4rem;
}
.res_tpl p {
  margin: 0 0 0.6rem;
}
.res_head {
  width: 74%;
  line-height: 1.4rem;
}
.res_more {
  color: rgb(72, 75, 184);
  border-bottom: 1px dotted gray;
  padding-bottom: .5em;
}
.res_more .res_expand {
  display: inline-block;
  cursor: pointer;
  margin-top: 0.4rem;
}
.res_more .material-icons {
  font-size: 1em;
  color: rgb(72, 75, 184);
  border: 1px solid rgb(72, 75, 184);
  border-radius: 50%;
  text-align: center;
}
#changeBox .btnArea .button, #retire .btnArea .button {
  width: 40%;
  margin: 0 0.2rem;
  padding-left: 0;
  padding-right: 0;
}
#retire .description {
  margin: 20px 0 30px;
}
.profTable td .btnArea {
  text-align: right;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.profTable td .btnArea .button {
  padding: 0.2rem 0.6rem;
}
#changeBox .description, #retire .description {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
#changeBox .current {
  background-color: #e5efff;
  text-align: center;
  margin: 0;
  padding: 1rem;
}
#changeBox dt.current {
  padding-bottom: 0;
}
#changeBox dd.current {
  padding-top: 0;
}
.boxList01 li, .boxList02 li, .boxList03 li, .boxList04 li {
  display: block;
  width: 96%;
  margin: 1rem auto;
}
.thumbBox {
  margin: 0;
}
.thumbBox .thumb {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#spList .boxListCenter li .thumbBox, #spList .boxList02 li .thumbBox {
  position: relative;
}
#spList .boxListCenter li .thumbBox i, #spList .boxList02 li .thumbBox i {
  color: rgba(255, 255, 255, 0.75);
  font-size: 8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#spList .boxListCenter li .thumbBox, #spList .boxList02 li .thumbBox, #spList .boxList04 li .thumbBox {
  background-color: #000000;
  padding: 0.8rem 0 0.8rem;
}
.boxList li .textBox {
  margin: 0;
  padding: 0.8rem 0.8rem 2rem;
}
.boxList li {
  border-top-style: solid;
  border-top-width: 3px;
  background-color: #f5f5f5;
  position: relative;
}
.boxList01 li {
  color: #ffffff;
  background-color: #333333;
}
#spList .boxList04 li {
  width: 31%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}
#spList #eventReport02 .boxList04 li {
  width: 47%;
  margin-left: 1.5%;
}
.boxList01 li .title a {
  color: #ffffff;
}
.boxList .title {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-bottom: 0.8rem;
}
#spList #eventReport02 .description {
  width: 94%;
  margin: 0 auto 0.8rem;
}
#spList .boxList02 .textBox {
  padding-bottom: 0.4rem;
}
#spList .boxList02 .title {
  font-size: 1.6rem;
  line-height: 2rem;
  height: auto;
  max-height: 4rem;
  margin-bottom: 0;
}
#spList .boxList04 li {
  background-color: transparent;
}
#spList .boxList04 .textBox {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
#spList .boxList04 .caption {
  font-size: 0.8rem;
  line-height: 1rem;
  height: 4rem;
}
#eventReport02 .boxList04 li {
  margin-top: 0;
  margin-bottom: 0;
}
#eventReport02 .boxList04 .textBox {
  padding-left: 0;
  padding-right: 0;
}
#eventReport02 .boxList04 .caption {
  font-size: 0.8rem;
  line-height: 1rem;
  height: 9rem;
}
#eventReport02 #kaijyoPhoto li:nth-child(5) {
  border: none;
  width: 96.5%;
}
#eventReport02 #kaijyoPhoto li:nth-child(5) .thumbBox {
  border-top: #ff6600 solid 2px;
  width: 50%;
  margin: 0.4rem auto 0;
}
#eventReport02 #kaijyoPhoto li:nth-child(5) .caption {
  width: 94%;
  height: 7rem;
  margin: 0 auto;
}
.boxList .linkTo {
  color: #101099;
  position: absolute;
  bottom: 0.6rem;
  right: 0.8rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-align: right;
  margin-bottom: 0;
}
#accountPage .linkTo {
  color: #101099;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-align: right;
  margin: 1.2rem 0.8rem;
}
.bannerBox .linkTo {
  color: #101099;
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: center;
  margin: 2rem auto 1rem;
}
.infoBox .title {
  position: relative;
}
.infoBox .linkTo {
  color: #101099;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: right;
  margin-bottom: 0;
}
.boxList .linkTo a, .bannerBox .linkTo a {
  color: #101099;
}
.boxList01 .linkTo a {
  color: #fff83d;
}
.boxList .linkTo i, .boxList .linkTo a i, .infoBox .linkTo i, .bannerBox .linkTo a i {
  color: #fff83d;
  border-style: solid;
  border-width: 1px;
  border-color: #101099;
  border-radius: 100%;
  background-color: #101099;
  font-size: 1.4rem;
  text-align: center;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.2rem;
}
.infoBox .linkTo i {
  font-size: 1.2rem;
  text-align: center;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.2rem;
}
.boxList01 .linkTo a i {
  border-color: #fff83d;
  background-color: #000000;
}
.boxList li.twitterBox {
  border: none;
  background-color: transparent;
  text-align: center;
}
#spTwitter.twitterBox {
  width: 80%;
  margin: 2rem auto;
  padding: 0;
}
#spTwitter.twitterBox iframe {
  max-width: 100% !important;
}
.boxList li.googleAdBox {
  border: none;
  background-color: #ffffff;
  text-align: center;
}
.link_netshop img {
  display: block;
  width: 84%;
  margin: 0 auto;
}
.pageNav ul {
  width: 96%;
  text-align: center;
  margin: 0 auto;
}
.pageNav li {
  display: inline-block;
  width: 31%;
  margin-right: 2%;
}
.pageNav li:nth-child(3n) {
  margin-right: 0;
}
.pageNav li a {
  color: #333333;
  border: #333333 solid 1px;
  text-align: center;
  display: block;
}
.thumbList, .textList {
  width: 96%;
  margin: 0 auto 1rem;
}
.thumbList li, .textList li {
  border-bottom: #babae3 dotted 1px;
}
.thumbList li a {
  display: block;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.thumbList .thumb {
  float: left;
  width: 20%;
  margin-right: 1%;
  margin-bottom: 0.4rem;
}
.thumbList .textBox {
  float: right;
  width: 78%;
  margin-left: 1%;
}
.thumbList .textBox p {
  margin-bottom: 0.2rem;
}
.textList li {
  padding: 0.4rem 0;
}
.textList li p {
  margin-bottom: 0.2rem;
}
.containerWrap h1 {
  color: #071e5b;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: normal;
  width: 96%;
  margin: 1rem 0;
  padding-left: 2%;
  padding-right: 2%;
}
#main .containerRight h2 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: normal;
}
#main .detailPage .containerRight h2 {
  margin-top: 0.4rem;
}
.containerRight h2 .icon, .containerRight h2 .date {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-bottom: 0.6rem;
}
.containerRight h2 .icon {
  margin-right: 0.6rem;
}
#infoList h1, #infoPage h1 {
  border-color: #ec4545;
}
#charaList h1 #charaPage h1 {
  border-color: #3fcee8;
}
#booksList h1, #booksPage h1 {
  border-color: #549e52;
}
#animationList h1, #animationPage h1 {
  border-color: #3770e3;
}
#goodsList h1, #goodsPage h1 {
  border-color: #dc42bd;
}
#eventList h1, #eventPage h1 {
  border-color: #f3c128;
}
#bbs h1 {
  border-color: #a744e6;
}
#webList h1, #webPage h1 {
  border-color: #3bdca5;
}
#spList h1 {
  border-color: #ff6600;
}
.item h1 {
  border-color: #80d100;
}
#newsList h1 {
  border-color: #ec4545;
}
#accountPage h1, #contact h1 {
  border-color: #071e5b;
}
#spList h3 {
  border-bottom: #121212 solid 2px;
  border-top: #121212 solid 2px;
  font-size: 1rem;
  line-height: 2.4rem;
  width: 96%;
  margin: 1.6rem auto 0.4rem;
}
ul.low_alpha li {
  list-style: lower-alpha;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
#personal dt, #terms dt {
  margin-bottom: 1rem;
}
#personal dd {
  margin-left: 1.2rem;
  margin-bottom: 2.4rem;
}
#terms dd {
  margin-left: 1rem;
  margin-bottom: 2.4rem;
}
#terms dd dd {
  margin-left: 1rem;
}
#personal ul li {
  margin-left: 0.8rem;
  margin-bottom: 0.6rem;
}
#terms li {
  margin-left: 0;
  margin-bottom: 0.6rem;
}
#personal ul {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
#terms ol {
  margin-top: 0.8rem;
  margin-bottom: 1.6rem;
  padding-left: 1.2rem;
}
#personal ul ul {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
#terms ol ol {
  margin-top: 0.8rem;
  padding-left: 1.2rem;
}
.linkList {
  width: 94%;
  margin: 1rem auto;
}
.linkList dt {
  color: #ffffff;
  background-color: #004ec2;
  margin-bottom: 0;
  padding: 0.4rem;
}
.linkList dd {
  margin-left: 0;
}
.linkList dd ul {
  margin: 0 auto 1rem;
}
.linkList dd li {
  font-size: 1rem;
  line-height: 1.8rem;
  border-bottom: #cccccc dotted 1px;
  margin-left: 1.2rem;
  padding: 0.8rem 0;
}
#about p {
  text-indent: 0.9rem;
}
#about p.sign {
  text-align: right;
  margin-top: 2rem;
}
#about .infoBox {
  width: 90%;
  margin: 0 auto 2rem;
  padding: 1rem 0;
}
/*-------------- paginate(s) --------------*/
.paginate {
  text-align: center;
  margin: 0.2rem 0 2rem;
}
.paginate a.button {
  display: inline-block;
  color: #101099;
  border: #5858a4 solid 1px;
  background-color: #f5f5f5;
  box-shadow: none;
  border-radius: 100%;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  margin: 0.4rem 0.1rem;
  padding: 0;
}
.paginate span.button.disabled, .paginate a.button.disabled {
  color: #cccccc;
  border: #cccccc solid 1px;
  background-color: #f5f5f5;
  border-radius: 100%;
  box-shadow: none;
  opacity: 0.75;
  cursor: default;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  margin: 0.4rem 0.1rem;
  padding: 0;
}
.result_num {
  font-size: 0.9rem;
  line-height: 2.6rem;
}
.paginate a i {
  font-size: 2rem;
}
.paginate p {
  color: #333333;
  display: inline-block;
  width: 28%;
}
/*-------------- paginate(e) --------------*/
/*----------------- order(s) --------------*/
.acInfo {
  margin: 0;
  padding: 0;
}
#itemDetail .acInfo {
  border: #cccccc solid 1px;
  width: 94%;
  margin: 0 auto;
  padding: 0;
}
#itemDetail .acInfo dt {
  color: #1475ec;
  line-height: 2.4rem;
  position: relative;
  padding: 0.4rem 0.6rem;
  cursor: pointer;
}
#itemDetail .acInfo dt .more {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
}
#itemDetail .acInfo dt.active i {
  transform: scale(1, -1);
}
#itemDetail .acInfo dd {
  /*display:none;*/
  border-top: #cccccc solid 1px;
  padding: 0.6rem;
  margin: 0 1rem 0;
}
.item h2 {
  background-color: #d8e4f7;
  margin-bottom: 0.6rem;
  padding: 0.4rem;
}
#itemList h1 {
  position: relative;
}
#itemList h1 .catch {
  display: block;
  position: absolute;
  width: 60%;
  font-size: 0.9rem;
  line-height: 1.4rem;
  text-align: right;
  top: -0.6rem;
  right: 0.8rem;
}
#itemList h1 .catch .text_l {
  display: inline-block;
  font-size: 0.98rem;
  line-height: 1.4rem;
  font-weight: bold;
}
.sortArea {
  background-color: #e5e5e5;
  border-radius: 0.4rem;
  width: 96%;
  margin: 1rem auto 0.8rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 1%;
  padding-right: 1%;
}
.sortArea .text_center {
  margin-bottom: 0;
}
.goodsCategory {
  display: inline-block;
  color: #1475ec;
  background-color: #fdfeff;
  border: #1475ec solid 1px;
  border-radius: 0.4rem;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.8rem;
  cursor: pointer;
  margin: 0.4rem 0.2rem;
  padding: 0 0.6rem;
}
.goodsCategory.active, .goodsCategory:hover {
  color: #333333;
  background-color: #e2edfb;
}
a.categorySale {
  color:#ffffff;
  border:#ff0a00 solid 1px;
  background-color:#fd5050;
}
a.active.categorySale, a.goodsCategory.categorySale:hover {
  color:#ff0a00;
  background-color:#ffffff !important;
}
#itemList .itemList {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: 1rem auto;
}
#itemList .itemList li {
  position: relative;
  border: #cccccc solid 1px;
  background-color: #ffffff;
  width: 31%;
  text-align: center;
  margin-top: 0;
  margin-left: 0.8%;
  margin-bottom: 20px;
  margin-right: 0.8%;
  padding-bottom: 4.6rem;
}
#itemList .itemList .thumbBox {
  position: relative;
  margin: 0 0 0.4rem;
}
#itemList .itemList .thumbBox .label {
  width: 3.6rem;
  height: 1.4rem;
  font-size:0.9rem;
  line-height: 1.6rem;
  color: #ffffff;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.35);
  position: absolute;
  top: -0.4rem;
  right: -0.2rem;
  padding-right:0.4rem;
}
#itemList .itemList .thumbBox .label::before{
  content: "";
  width:0.8rem;
  height: 1.4rem;
  transform: skewX(20deg);
  left:-0.4rem;
  position: absolute;
}
#itemList .itemList .thumbBox .label.new, #itemList .itemList .thumbBox .label.new::before {
  background-color: #ff0000;
}
#itemList .itemList .thumbBox .label.reserve, #itemList .itemList .thumbBox .label.reserve::before {
  background-color: #0074f7;
}
#itemList .itemList .thumbBox .label.restocked, #itemList .itemList .thumbBox .label.restocked::before {
  background-color: #ff0000;
}
#itemList .itemList .thumbBox .label.limited, #itemList .itemList .thumbBox .label.limited::before {
  background-color: #000000;
}
#itemList .itemList .thumbBox a {
  display: block;
  position: relative;
  height: 110px;
}
#itemList .itemList .thumbBox img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 110px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#itemList .itemList .textBox {
  margin: 0.8rem 0 0;
}
#itemList .itemList .textBox p {
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-align: left;
  width: 96%;
  margin: 0 auto 0.4rem;
}
.saleRate {
  display:inline-block;
  color: #ffffff;
  background-color:#ff0000;
  line-height: 1;
  margin-bottom:0.4rem;
  padding:0.2rem 0.4rem;
}
#itemList .itemList .textBox p.price {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 2.4rem;
}
#itemList .itemList .textBox p.price .text_s {
  display: block;
  margin-top: 0;
}
#itemList .itemList li .stock {
  position: absolute;
  bottom: 0.4rem;
  width: 100%;
}
#itemList .itemList .textBox p.stockMessage {
  color:#999999;
  text-align: center;
  margin: 0 auto;
}
#itemList .itemList .btn_cart {
  font-size: 0.8rem;
  padding: 0.2rem;
}
#itemList .itemList .btn_cart i {
  font-size: 0.9rem;
}
#itemDetail .btn_cart {
  font-size: 1.2rem;
  font-weight: bold;
}
.pickUpGoods {
  background: #d1eaa9 url(../images/pickupBg.png) left top repeat;
  border-radius: 0.4rem;
  margin-bottom: 2rem;
  padding-top: 1.2rem;
}
.pickUpGoods .text_center {
  color: #333333;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.categoryGoods {
  background: #ededed url(../images/categoryBg.png) left top repeat;
  border-top: #232e6b solid 2px;
  border-bottom: #232e6b solid 2px;
  border-radius: 6px;
  width: 98%;
  margin: 1rem auto 2rem;
  padding: 1rem 0;
}
#itemList .categoryGoods .itemList {
  width: 98%;
}
.categoryGoods .text_center {
  color: #333333;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.saleTitle {
  color:#ffffff;
  display:inline-block;
  background-color:#ec4f56;
  width:100%;
  font-size:0.9rem;
  line-height: 1rem;
  padding:0.4rem 0;
}
.detailBox {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.detailBox img {
  width: 80%;
}
.detailBox p.doc {
  color: #ffffff;
  width: 80%;
  text-align: left;
  margin: 0.8rem auto;
}
#itemList h1 .catch .text_red {
  color: #ff0000;
  transform: skewX(-8deg);
}
.presentInfo {
  border: #dc42bd solid 1px;
  width: 96%;
  margin: 0.2rem auto 0.6rem;
}
.presentInfo.imgInfo {
  min-height: 82px;
}
.presentInfo.imgInfo img {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin: 0 0 0.4rem;
}
.presentInfo.coasterInfo img {
  width: 25%;
  float: left;
}
.presentInfo.imgInfo p.headLine {
  display: inline-block;
  width: 50%;
  margin: 0.6rem auto 0.4rem;
}
.presentInfo.coasterInfo p.headLine {
  width: 72%;
}
.presentInfo.textInfo p.headLine {
  text-align: center;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.presentInfo p.headLine {
  color: #dc42bd;
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: bold;
  transform: skewX(-8deg);
  width: 94%;
  margin: 0.4rem auto;
}
.presentInfo p.headLine .text_l {
  font-size: 1.1rem;
  line-height: 1.4rem;
  text-decoration: underline;
}
.presentInfo p.catch {
  display: inline-block;
  color: #3528b2;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: bold;
  transform: skewX(-8deg);
  width: 96%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  margin-left: 2%;
}
.presentInfo p.catch .text_s {
  color: #333333;
  font-size: 0.9rem;
  text-align: center;
  margin: 0.4rem 0 0.2rem;
}
.presentInfo p.description {
  color: #666666;
  font-size: 0.8rem;
  line-height: 1rem;
}
.presentInfo p.description .bold {
  color: #333333;
}
#cart {
  position: relative;
}
#cart .btnArea.fixedButton {
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
  width: 98%;
  position: fixed;
  bottom: 0rem;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#cart .btnArea.fixedButton .button {
  display: inline-block;
  margin-bottom: 1rem;
}
#cart .fixedButton .button {
  display: inline-block;
}
#cart .fixedButton input[type="button"][disabled] {
  background-color: #a5a5a5;
  border-color: #a5a5a5;
  opacity: 0.75;
  box-shadow: none;
}
#cart .btnArea.fixedButton p {
  background-color: rgba(255, 255, 255, 0.85);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#cart .btnArea.fixedButton p a {
  text-decoration: underline;
}
#cart .btnArea.fixedButton p .button {
  font-size: 0.9rem;
  line-height: 1.6rem;
  text-decoration: none;
  padding: 0.2rem;
  width: auto;
  margin-top: 1rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
#cart .messageBox {
  position: relative;
  margin-bottom: 1rem;
}
#cart .messageBox p {
  display: inline-block;
}
#cart .messageBox p.text_red {
  width: 94%;
  margin: 0 0 0 3%;
  padding: 0;
}
#cart .messageBox .text_l {
  font-size: 1.1rem;
  line-height: 2.8rem;
  margin-bottom: 0;
}
#cart .messageBox .button {
  display: block;
  float: right;
  height: 1.6rem;
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin-top: 0.6rem;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
  padding: 0.2rem;
}
#cart .messageBox i {
  width: auto;
  vertical-align: middle;
}
.noContents {
  text-align: center;
  padding: 2rem 0;
}
.cartTable {
  width: 94%;
  margin: auto;
}
.cartTable th {
  background-color: #f5f5f5;
  font-size: 0.8rem;
}
.cartTable td {
  border-bottom: #cccccc solid 1px;
  font-size: 0.75rem;
  line-height: 1rem;
}
.cartTable .subTotal td, .cartTable .tax td, .cartTable .discountPrice td {
  text-align: right;
}
.cartTable .subTotal td, .cartTable .discountPrice td {
  border-top: #000000 solid 1px;
  border-bottom: none;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.cartTable .discountPrice td {
  border-top: #000000 dotted 1px;
  color: #ae0000;
}
.cartTable .subTotal td.text_right {
  font-size: 0.86rem;
}
.cartTable .itemImg {
  width: 14%;
  vertical-align: text-top;
  text-align: center;
}
.cartTable .itemImg img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100px;
}
.cartTable .itemName {
  width: 28%;
}
.cartTable .price {
  width: 19%;
}
.cartTable .number {
  width: 20%;
}
.cartTable .remove {
  color: #1475ec;
  text-decoration: underline;
  cursor: pointer;
}
#itemOrder .orderTable {
  width: 94%;
  margin: 0 auto 0.8rem;
}
#itemOrder .orderTable .itemName {
  width: 40%;
}
#itemOrder .orderTable .sumPrice {
  width: 25%;
}
#itemOrder .orderTable .number {
  width: 10%;
}
#itemOrder .orderTable th {
  background-color: #f5f5f5;
  font-weight: normal;
  font-size: 0.9rem;
}
#itemOrder .orderTable th, #itemOrder .orderTable td {
  color: #333333;
  border-bottom: #cccccc dotted 1px;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
#itemOrder .orderTable .subTotal td {
  border-top: #003584 solid 1px;
}
#itemOrder .orderTable .total td {
  border-top: #003584 solid 2px;
}
#itemOrder .orderTable .total td {
  font-size: 1rem;
  line-height: 1.4rem;
}
#itemOrder .orderTable .subTotal td, #itemOrder .orderTable .tax td, #itemOrder .orderTable .shipping td, #itemOrder .orderTable .total td {
  text-align: right;
}
#itemOrder .orderTable .discountPrice td {
  color: #ae0000;
  text-align: right;
}
#itemOrder .orderTable .total td .text_right {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
#itemOrder .buyerInfo {
  width: 96%;
  margin: 0 auto 1rem;
}
#itemOrder .buyerInfo th {
  color: #003584;
  background-color: #f5f5f5;
  font-size: 0.86rem;
  text-align: center;
  width: 26%;
}
#itemOrder .buyerInfo th, #itemOrder .buyerInfo td {
  border-bottom: #cccccc dotted 1px;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 2%;
  padding-right: 2%;
}
.number {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
/*---- orderDetail(s) ----*/
#itemDetail h1 {
  margin-bottom: 0;
}
#itemMain {
  background: #f5f5f5;
  margin-bottom: 1rem;
}
#itemMain .imgBox .photoBox {
  background-color: #ffffff;
  vertical-align: middle;
  text-align: center;
}
#itemMain .imgBox .photoBox img {
  max-height: 100%;
}
#itemMain .thumbList {
  width: 100%;
  padding-top: 0.2rem;
}
#itemMain .thumbList li {
  border: none;
  width: 16%;
  float: left;
  margin-left: 0.6%;
}
#itemMain .thumbList li a {
  background-color: #ffffff;
  display: block;
  overflow: hidden;
  text-align: center;
  padding-top: 0;
}
#itemMain .thumbList li a img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  max-height: 100%;
}
#itemDetail h1.title {
  color: #121212;
  border: none;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6rem;
  padding-top: 0.6rem;
}
#itemDetail h1.title .subText {
  display: block;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: normal;
}
#itemDetail p.price {
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: right;
  padding-bottom: 0.6rem;
}
#itemDetail p.priceDefault {
  color:#999999;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: right;
  width:94%;
  margin:0 auto;
}
#itemDetail p.price .text_s {
  font-size: 0.9rem;
}
#itemDetail p.price .saleRate {
  font-size:1.2rem;
  text-align:center;
  width:64%;
}
#itemDetail p.price .saleEnd {
  font-size:0.9rem;
}
#itemDetail h1.title, #itemDetail .price {
  width: 94%;
  margin: 0 auto 0.4rem;
}
#itemDetail .price .text_underLine {
  display:inline-block;
  width:64%;
  padding:0 0.4rem;
}
#itemDetail .stock {
  text-align: center;
  padding: 0.6rem 0;
}
#itemDetail .stock .stockMessage {
  display: inline-block;
  margin: 0.4rem 0.2rem 0.4rem 1rem;
}
#itemDetail .stock .selectButton {
  margin-bottom: 1rem;
}
#itemDetail .stock .button {
  display: block;
  width: 60%;
  margin: 1rem auto;
}
.categoryItemList li {
  width: 33%;
  float: left;
  height: 106px;
  text-align: center;
  margin-bottom: 0.8rem;
}
.categoryItemList h3 {
  margin: 2rem 0.8rem 1rem;
}
.categoryItemList ul {
  width: 88%;
  margin: 0 auto;
}
.categoryItemList li a {
  display: block;
  border: #cccccc solid 1px;
  width: 94%;
  height: 106px;
  position: relative;
  margin: 0 auto;
}
.categoryItemList li a img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/*---- orderDetail(e) ----*/
.buyerInfo .name td input, .buyerInfo .kana input {
  width: 28%;
}
.buyerInfo .name td label, .buyerInfo .kana td label {
  font-size: 0.8rem;
}
.buyerInfo .postcode td input {
  width: 40%;
}
.buyerInfo .add td input {
  width: 90%;
  margin-bottom: 0.6rem;
}
.buyerInfo .phone td input {
  width: 22%;
}
#itemOrder .btnArea .btn_red {
  width: 80%;
  font-size: 1.2rem;
  line-height: 2rem;
}
#itemOrder .btnArea .btn_red.line2 {
  line-height: 1.6rem;
}
#itemOrder .btnArea .btn_red .text_s {
  font-size: 0.9rem;
}
#orderEnd .messageBox {
  background-color: #ffffff;
}
/*----------------- order(e) --------------*/
/*------------ accountPage(s) -------------*/
#accountPage .success_message {
  width: 92%;
  margin: 0.4rem auto;
  padding-left: 2%;
  padding-right: 2%;
}
#accountPage h2 {
  background-color: #e5e5e5;
  margin-bottom: 0.8rem;
  padding: 0.4rem;
}
#accountPage .profile_box, #accountPage .paymentHistory, #orderList .paymentHistory {
  width: 94%;
  margin: 0.4rem auto;
}
#accountPage .profile_box {
  text-align: center;
}
#accountPage .profile_box .profTable td {
  text-align: left;
}
#accountPage .profile_box .btnArea {
  margin-top: 0.8rem;
}
#accountPage .profile_box .btnArea .btn_navyLine {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#accountPage .profTable {
  width: 100%;
}
#accountPage .paymentHistory dt, #orderList .paymentHistory dt {
  background-color: #e8f8cf;
  padding: 0.2rem 0.4rem;
}
#accountPage .paymentHistory dd, #orderList .paymentHistory dd {
  border-bottom: #071e5b solid 1px;
  margin-left: 0;
  padding: 0.8rem 0.4rem 0;
}
#accountPage .paymentHistory dd p, #orderList .paymentHistory dd p {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin: 0 auto 0.4rem;
}
#accountPage .paymentHistory .orderNumber, #orderList .paymentHistory .orderNumber {
  font-size: 1.2rem;
  font-weight: bold;
}
#accountPage .paymentHistory .orderNumber .orderStatus, #orderList .paymentHistory .orderNumber .orderStatus {
  display: block;
  border: #071e5b solid 1px;
  font-size: 0.9rem;
  float: right;
  text-align: center;
  width: 30%;
}
#accountPage .paymentHistory .itemAmount, #orderList .paymentHistory .itemAmount {
  text-align: right;
  font-weight: bold;
}
#accountPage .paymentInfo, #orderList .paymentInfo {
  width: 100%;
}
#accountPage .paymentInfo th, #accountPage .paymentInfo td, #orderList .paymentInfo th, #orderList .paymentInfo td {
  border-top: #8094ca dotted 1px;
  text-align: right;
  padding: 0.4rem;
}
#accountPage .paymentInfo th, #orderList .paymentInfo th {
  font-size: 0.8rem;
  width: 70%;
}
#accountPage .paymentInfo .totalPayment td, #orderList .paymentInfo .totalPayment td {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
#accountPage .paymentInfo .howToPay td, #orderList .paymentInfo .howToPay td {
  text-align: center;
}
#accountPage .paymentInfo .totalPayment th, #orderList .paymentInfo .totalPayment th {
  line-height: 1.4rem;
}
#accountPage .paymentInfo th .note, #orderList .paymentInfo th .note {
  font-weight: normal;
}
/*------------ accountPage(e) -------------*/
/*------------ tradeLaw(s) -------------*/
#tradeLaw table {
  width: 96%;
  margin: 0.8rem auto 2rem;
}
#tradeLaw table th {
  color: #003584;
  background-color: #f5f5f5;
  font-size: 0.86rem;
  text-align: center;
  width: 28%;
}
#tradeLaw table th, #tradeLaw table td {
  border-bottom: #cccccc dotted 1px;
  padding: 0.8rem 0.2rem;
}
#tradeLaw table .first_tr th, #tradeLaw table .first_tr td {
  border-top: #cccccc dotted 1px;
}
#tradeLaw table td {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
/*------------ tradeLaw(e) -------------*/
/*------------ contact(s) -------------*/
#contact .container {
  width: 96%;
  margin: 1rem auto;
}
/*------------ contact(e) -------------*/
.banner_s_area, .banner_2_area {
  clear: both;
  background-color: #ededed;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0.8rem 0 0;
}
.link_banner_s {
  display: inline-block;
  width: 94%;
  margin: 0 auto 0.6rem;
}
.link_banner_m {
  display: block;
  width: 94%;
  margin: 0 auto 0.6rem;
}
.banner_full {
  width: 94%;
  margin: 0 auto 0.6rem;
}
/*------------ pickup(s) -------------*/
.pickupBox {
  border: #061550 solid 1px;
  width: 90%;
  margin: 0 auto 1rem;
}
.pickupBox a {
  display: block;
  position: relative;
  margin: 0;
}
.pickupBox .imgBox, .pickupBox .textBox {
  float: left;
}
.pickupBox .imgBox {
  width: 33%;
  overflow: hidden;
  margin-right: 2%;
}
#pickupBox01 .imgBox {
  background-color: #dae934;
}
.pickupBox .textBox {
  width: 59%;
  margin: 0.3rem 0;
}
.pickupBox .imgBox img {
  display: block;
  width: 100%;
}
.pickupBox i {
  color: #061550;
  font-size: 2rem;
  position: absolute;
  top: 33%;
  right: 0;
}
.pickupBox .pickupTitle {
  color: #5da400;
  border-bottom: #061550 solid 1px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 0.4rem;
}
.pickupBox .pickupText {
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-bottom: 0;
}
/*------------ pickup(e) -------------*/
.link_banner_s {
  display: block;
  width: 80%;
  margin: 0 auto 0.6rem;
}
/*------------ cookie(s) -------------*/
.cc-grower {
  padding-top:57px;
}
#topPage .cc-grower {
  padding-top:0;
}
.cc-floating .cc-compliance>.cc-btn {
  font-size:0.9rem;
}
.cc-floating.cc-theme-classic {
  padding:0.8rem 1.2rem;
}
  .cc-window.cc-floating {
    max-width:100%;
  }
.cc-revoke.cc-top {
  left:auto;
  right:0.2rem;
  top: 57px;
  z-index: 9997;
  position: absolute;
}
#topPage .cc-revoke.cc-top {
  left:4rem;
  right:auto;
  top: 0;
  z-index: 10001;
  position: fixed;
}
.cc-revoke, .cc-window {
  font-size:0.9rem;
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape){
  .cc-window .cc-message {
    font-size:0.9rem;
    line-height: 1.4rem;
  }
}
/*------------ cookie(e) -------------*/

@media (min-width: 992px) {
  html{
    font-size:14px;
    line-height: 20px;
  }
  .brPC {
    display: block;
  }

  .btn_l {
    width: 60%;
    padding: 0.8rem 0.4rem;
  }
  .button {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  }
  .button:hover {
    opacity: 0.75;
  }
  .importantInfo {
    width: 94%;
  }
  #header {
    position: relative;
    background: #000000 url(../images/starBg.png) center -120px repeat;
    z-index: 9996;
  }
  #topPage #header {
    position:relative;
  }
  #header #mainImg {
    border: none;
    height: 120px;
  }
  #header h1 {
    width: 360px;
    position: relative;
    margin: 0;
    padding-top: 6px;
  }
  #header #mainImg .topics {
    border: #666666 solid 1px;
    background-color: #000000;
    border-radius: 4px;
    width: 88%;
    margin-top: 0;
    margin-left: 12%;
  }
  #header #mainImg .topics .textList {
    width: 100%;
    margin: 0;
  }
  #header #mainImg .topics .textList li {
    border: none;
    font-size: 12px;
    line-height: 16px;
    max-height: 50px;
    overflow: hidden;
    text-align: left;
    margin: 0;
    padding: 4px 10px;
  }
  #header #mainImg .topics .textList li .date {
    color: #cccccc;
  }
  #header #mainImg .topics .textList li a {
    display: inline-block;
    color: #cccccc;
    margin-top: 4px;
  }
  #header .siteName {
    color: #e5e5e5;
    font-size: 14px;
    line-height: 18px;
    margin: -12px 0 0 30px;
  }
  #header.topHeader #mainImg {
    border: none;
    height: auto;
    background-position: center -120px;
    padding-top: 0;
    padding-bottom: 1px;
  }
  #header.topHeader #mainImg h1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    margin: 0 auto;
    padding-top: 0;
  }
  #header.topHeader #mainImg h1 img {
    max-width: 560px;
  }
  #header.topHeader #mainImg .description {
    color: #e5e5e5;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    width: 100%;
    margin-top: -28px;
    margin-bottom: 10px;
  }
  #header.topHeader .attention {
    letter-spacing: 1px;
    margin-top: 0;
  }
  #header.topHeader #mainImg .linkTo {
    margin: 6px auto 16px;
  }
  #header.topHeader #mainImg .linkTo a i {
    font-size: 16px;
    width: 16px;
    height: 16px;
  }
  .container, .containerWrap {
    width: 960px;
    margin: 0 auto;
  }
  #header .acInfo {
    position: relative;
  }
  #header .acInfo #menuBox {
    margin-top: 0;
  }
  #header.topHeader .acInfo #menuBox {
    margin-top: 0;
  }
  #header #mainImg .entryBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    text-align: right;
  }
  #header #mainImg .entryBox .button {
    width: 20%;
    font-size: 14px;
    line-height: 21px;
    margin-top: 4px;
    margin-bottom: 8px;
    padding: 0.4rem;
  }
  #header #mainImg .entryBox .button.btn_cart {
    width: auto;
  }
  #header #mainImg .entryBox .linkTo {
    color: #fff83d;
    text-align: center;
    width: 30%;
  }
  #header #mainImg .entryBox .linkTo i {
    border: #fff83d solid 1px;
    border-radius: 100%;
    font-size: 18px;
    width: 16px;
    height: 16px;
    margin-left: 14px;
  }
  #header #mainImg .entryBox .textLink {
    display: inline-block;
    color: #e5e5e5;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #header .entryBox .button.btn_cart {
    padding-left: 12px;
    padding-right: 12px;
  }
  #header .entryBox .button.btn_cart i {
    font-size: 22px;
  }
  #header .entryBox .btn_cart .itemNum {
    top: -6px;
    right: -8px;
    font-size: 10px;
    font-weight: bold;
    line-height: 18px;
    min-width: 18px;
    min-height: 18px;
  }
  #header .acInfo #mainNav {
    background: #e5e5e5 url(../images/navBg.png) center top repeat;
    width: 100%;
    height: 80px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  }
  #header .acInfo #mainNavList {
    width: 960px;
    margin: 0 auto;
  }
  #header .acInfo #mainNavList li {
    display: block;
    border: none;
    background: transparent;
    position: relative;
    float: left;
    padding: 0;
  }
  #header .acInfo #mainNavList li a {
    color: #2e3a4c;
    border-right: #e8e8e8 solid 1px;
    background-color: rgba(255, 255, 255, 0);
    font-size: 12px;
    text-indent: 0;
    height: 80px;
    text-align: center;
    line-height: 80px;
    padding: 0 22px;
  }
  #header .acInfo #mainNavList li a i {
    position: relative;
    top: 0;
    right: 0;
  }
  #header .acInfo #mainNavList li:nth-child(10) a {
    border: none;
  }
  #header .acInfo #mainNavList li.line2 a {
    line-height: 18px;
    padding-top: 20px;
    height: 60px;
  }
  #header .acInfo #mainNavList li a:hover {
    color: #0072ff;
    background-color: rgba(255, 255, 255, 0.65);
  }
  #header .acInfo #mainNavList li a.disabled {
    color: #a5a5a5;
  }
  #header .acInfo #mainNavList li a.disabled:hover {
    color: #a5a5a5;
    background-color: transparent;
    opacity: 1;
  }
  #header .acInfo #mainNavList li .badge {
    display: block;
    border-radius: 20px;
    position: absolute;
    top: -6px;
    right: 2px;
    font-size: 0.8rem;
    line-height: 1.6rem;
    font-weight: bold;
    padding: 2px 3px 1px;
  }
  #linkTop:hover {
    opacity: 0.75;
  }
  #footer {
    background-repeat: repeat-x;
    background-size: auto;
  }
  #footer .textLink {
    width: 100%;
    font-size: 14px;
  }
  #footer .textLink a {
    font-size: 14px;
  }
  #footer .snsLink {
    margin: 30px auto;
  }
  .bannerBox, .bannerBox2 {
    text-align: center;
    padding: 30px 0;
  }
  .bannerBox {
    width: 960px;
    margin: 0 auto;
  }
  .bannerBox2 {
    padding: 10px 0;
  }
  .bannerBox .banner, .bannerBox2 .banner {
    display: inline-block;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .bannerBox .banner_l, .bannerBox2 .banner_l {
    width: 600px;
  }
  #main .container h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
    margin: 40px auto 20px;
    padding-top: 8px;
  }
  /*
	.containerLeft { float:left; }
	.containerRight { float:right; }
*/
  .listPage .containerLeft {
    width: 25%;
    margin-right: 1%;
    padding-bottom: 30px;
  }
  .listPage .containerRight {
    width: 73%;
    margin-left: 1%;
    padding-bottom: 30px;
  }
  .listPage .containerRight {
    float: none;
    width: 90%;
    margin: 20px auto;
  }
  .containerWrap h1 {
    color: #071e5b;
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
    margin-top: 40px;
  }
  /*-------------------------- login entry(s) --------------------------*/
  #loginBox {
    float: left;
    width: 510px;
    margin-top: 30px;
  }
  #loginBox button, #entryBox button, #changeBox button {
    width: 40%;
    line-height: 42px;
    padding: 0;
  }
  #entryBox {
    margin-top: 30px;
    padding-bottom: 60px;
  }
  #entryBox dl {
    background-color: #f5f5f5;
    border-radius: 8px;
    width: 72%;
    margin: 0 auto 2em;
    padding: 20px;
  }
  #entryBox .description {
    width: 80%;
    margin: 0 auto 1rem;
  }
  #entryBox button.button_2l {
    width: 40%;
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  #entryBox button.button_2l .text_s {
    font-size: 0.9rem;
  }
  #entryBox form {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .success_message {
    width: 80%;
    margin-bottom: 2rem;
    padding: 30px 20px;
  }
  .success_message .message, .success_message p {
    text-align: center;
  }
  #directEntry {
    float: right;
    width: 430px;
    margin-top: 30px;
  }
  #directEntry .button {
    width: 40%;
    line-height: 32px;
  }
  #directEntry p {
    width: 90%;
    margin: 1rem auto;
  }
  .formBox input {
    padding: 4px;
  }
  #inputForm .profTable .add input {
    width: 60%;
    margin-bottom: 10px;
  }
  .profTable th, .profTable td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .profTable td {
    padding-left: 14px;
  }
  #bbs li {
    width: calc(96% - 40px);
    padding: 10px 20px;
  }
  #changeBox dl {
    width: 80%;
    margin: 20px auto 30px;
  }
  #changeBox .btnArea .button, #retire .btnArea .button {
    width: 30%;
  }
  .boxList01 li .thumbBox {
    float: left;
    width: 50%;
  }
  #spList h3 {
    width: 100%;
  }
  #spList .boxList04 li {
    margin-bottom: 20px;
  }
  #spList #eventReport02 .boxList04 li {
    width: 30%;
  }
  #spList .boxList04 li .thumbBox {
    background-color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #spList .boxList02 li .thumbBox i {
    color: rgba(255, 255, 255, 0.65);
    font-size: 96px;
  }
  .boxList {
    margin: 0;
  }
  .boxList li {
    margin-top: 0;
  }
  .boxList01 {
    margin: 16px 0 0;
  }
  .boxList li .textBox {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .boxList01 li .textBox {
    float: right;
    width: 46%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .boxList01 li {
    width: 100%;
  }
  .boxList02 li, .boxList03 li {
    float: left;
  }
  .boxList02 li {
    width: 49%;
  }
  .boxList02 li:nth-child(odd) {
    margin-right: 1%;
    margin-left: 0;
  }
  .boxList02 li:nth-child(even) {
    margin-left: 1%;
    margin-right: 0;
  }
  .boxList03 li {
    width: 32%;
    margin-right: 2%;
    margin-left: 0;
  }
  .boxList03 li:nth-child(3n) {
    margin-right: 0;
  }
  .boxList04 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom:60px;
  }
  .boxList04 li {
    width: 23.6%;
    margin-right: 1.4%;
    margin-left:0;
  }
  .boxList04 li:nth-child(4n) {
    margin-right: 0;
  }
  .boxList02 .title {
    font-size: 18px;
    line-height: 22px;
    min-height: 88px;
    max-height: 88px;
    overflow: hidden;
  }
  .boxList03 .title, .boxList04 .title {
    font-size: 16px;
    line-height: 20px;
    min-height: 100px;
    max-height: 100px;
    overflow: hidden;
  }
  .boxList04 .category {
    margin-bottom: 4px;
  }
  .boxList04 .title {
    font-size: 14px;
    line-height: 18px;
    min-height: 54px;
    max-height: 54px;
    overflow: hidden;
  }
  .boxList04 .title.auto {
    max-height: none;
  }
  #spList .boxList02 .title {
    min-height: 36px;
    max-height: 36px;
    overflow: hidden;
  }
  .boxList04 li .textBox {
    height: 110px;
    overflow: hidden;
  }
  #spList .boxList04 li .textBox {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #spList .boxList04 li .caption {
    height: 40px;
  }
  #spList .boxList02 li .textBox {
    height: 30px;
    overflow: hidden;
    padding-bottom: 0;
  }
  #spList #eventReport02 .boxList04 li {
    margin-top: 0;
    margin-bottom: 0;
  }
  #spList #eventReport02 .boxList04 .caption {
    height: 98px;
  }
  #eventReport02 #kaijyoPhoto li:nth-child(5) {
    border-top: #ff6600 solid 2px;
    width: 30%;
  }
  #eventReport02 #kaijyoPhoto li:nth-child(5) .thumbBox {
    border-top: none;
    width: 100%;
    margin: 0;
  }
  #eventReport02 #kaijyoPhoto li:nth-child(5) .caption {
    width: 100%;
    height: 98px;
    margin: 0;
  }
  .boxList01 li .title {
    max-height: 5.4rem;
    overflow: hidden;
  }
  .boxList01 li .text {
    color: #cccccc;
    font-size: 14px;
    line-height: 20px;
    max-height: 100px;
    overflow: hidden;
  }
  .boxList li.googleAdBox {
    border-top: #121212 solid 3px !important;
    background-color: #f5f5f5;
    margin-right: 1.4% !important;
    padding-top: 34px !important;
  }

  .boxList04 .linkTo {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
  }
  .boxList04 .linkTo i {
    font-size: 18px;
  }
  .linkList dd ul {
    margin: 10px auto 40px;
  }
  .detailPage .contentsBox {
    width: 88%;
    margin: 0 auto 40px;
  }
  .detailPage .contentsBox p {
    color: #444444;
    line-height: 1.8rem;
  }
  .detailPage .contentsBox dt, .detailPage .contentsBox dd {
    color: #444444;
  }
  .detailPage .imgList_1 li, .detailPage .imgList_2 li, .detailPage .imgList_3 li, .detailPage .imgList_4 li, .detailPage .imgList_5 li {
    display: inline-block;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .detailPage .imgList_1 li {
    width: 96%;
  }
  .detailPage .imgList_2 li {
    width: 49%;
  }
  .detailPage .imgList_3 li {
    width: 32%;
  }
  .detailPage .imgList_4 li {
    width: 24%;
  }
  .detailPage .imgList_5 li {
    width: 19%;
  }
  #about .contentsBox {
    margin-bottom: 40px;
  }
  #about p {
    color: #444444;
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
  }
  #about p.sign {
    color: #121212;
    text-align: right;
  }
  #about .infoBox {
    width: 70%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pageNav {
    margin-top: 20px;
  }
  .pageNav li {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .pageNav li a {
    display: block;
    color: #101099;
    border: #7979b3 solid 1px;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    text-align: left;
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
  }
  .pageNav li a i {
    color: #5c5ca4;
    position: absolute;
    font-size: 20px;
    right: 4px;
    top: 30%;
  }
  .pageNav li a:hover {
    border: #0000dd solid 1px;
    background-color: #f5f5f5;
  }
  .pageNav li a:hover i {
    color: #0000dd;
  }
  /*==TOP NEWS(s)==*/
  .topNews {
    height: 310px;
    overflow: hidden;
    position: relative;
  }
  .topNews li {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 10;
  }
  .topNews li:first-child {
    opacity: 1;
    z-index: 100;
  }
  #newsPos {
    display: flex;
    justify-content: center;
  }
  #newsPos .position {
    display: block;
    width: 1em;
    height: 1em;
    margin-right: 1em;
    cursor: pointer;
    border-radius: .5em;
  }
  #newsPos .position.on {
    box-shadow: 0 0 2px 2px rgba(127, 127, 0, .6);
  }
  /*==TOP NEWS(e)==*/
  #topInfo.infoBox {
    width: 62%;
    float: left;
    padding-bottom: 0.4rem;
    margin-top: 0;
  }
  #topInfo .textList li {
    padding: 3px 0;
  }
  .infoBox p, .infoBox li {
    font-size: 12px;
    line-height: 18px;
  }
  .infoBox li .brSP {
    height: 18px;
    overflow: hidden;
  }
  .pvBox, .bannerLinkBox {
    width: 32%;
    float: right;
    margin: 0 auto 0.8rem;
  }
  /*--------------- order(s) -----------------*/
  #itemList h1 .catch {
    font-size: 16px;
    line-height: 24px;
    top: 10px;
  }
  #itemList h1 .catch .text_l {
    font-size: 18px;
  }
  .presentInfo {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    min-height: 82px;
    margin-top: 10px;
    margin-left:1%;
    padding: 4px 0 0;
  }
  .presentInfo.imgInfo {
    min-height: 110px;
  }
  .presentInfo.imgInfo img {
    width: 36%;
    float: left;
    margin-bottom: 0;
  }
  .presentInfo.coasterInfo img {
    width: 24%;
  }
  .presentInfo.imgInfo p.headLine {
    font-size: 15.5px;
    line-height: 22px;
    width: 60%;
    float: right;
    margin-right: 10px;
  }
  .presentInfo.coasterInfo p.headLine {
    width: 60%;
  }
  .presentInfo.imgInfo p.catch {
    font-size: 10px;
    line-height: 11px;
    width: 60%;
    margin-left: 2%;
    margin-bottom: 0;
    margin-top: 0;
  }
  .presentInfo.coasterInfo p.catch {
    width: 60%;
    float: right;
  }
  .presentInfo.imgInfo p.catch .text_s {
    display: inline-block;
    font-size: 10px;
    line-height: 11px;
    margin-left: 10px;
    margin-top: 2px;
  }
  #itemDetail .acInfo dt {
    text-align: left;
  }
  #itemDetail .acInfo dd {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
  }
  #itemOrder .container h2 {
    font-size: 24px;
    line-height: 30px;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .sortArea {
    width: 98%;
    margin-bottom: 20px;
  }
  #itemList .itemList li {
    width: 17.7%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 30px;
  }
  #itemList .itemList .thumbBox a {
    height: 160px;
  }
  #itemList .itemList .thumbBox img {
    max-width: 100%;
    max-height: 160px;
  }
  #itemList .itemList .thumbBox .label {
    width: 60px;
    height: 20px;
    font-size:12px;
    line-height: 22px;
  }
  #itemList .itemList .thumbBox .label::before {
    height: 20px;
  }
  .saleTitle {
    font-size:16px;
    line-height: 18px;
  }
  #itemMain {
    position: relative;
    height: auto;
    min-height: 400px;
    margin: 20px 0;
    padding: 2px 0;
  }
  #itemMain .imgBox {
    position: absolute;
    top: 4px;
    left: 2px;
    width: 464px;
    height: 396px;
    max-height: 396px;
    overflow: hidden;
  }
  #itemMain .textBox, #itemMain .stock {
    margin-left: 484px;
  }
  #itemDetail .noteList {
    margin-left: 494px;
  }
  #itemMain .imgBox .photoBox {
    float: right;
    width: 396px;
  }
  #itemMain .imgBox .photoBox .photo img {
    max-height: 396px;
  }
  #itemMain .imgBox ul {
    width: 66px;
    float: left;
    margin-bottom: 0;
  }
  #itemMain .imgBox ul li {
    float: none;
    width: 65px;
    margin: 0 0 1px;
  }
  #itemMain .imgBox ul li a {
    width: 65px;
    padding: 0;
  }
  #itemMain .imgBox ul li img {
    display: block;
    max-width: 100%;
    float: none;
    max-height: 65px;
    margin: auto;
  }
  #itemDetail h1.title {
    font-size: 20px;
    line-height: 26px;
    padding: 20px 0;
  }
  #itemDetail p.price, #itemDetail p.priceDefault {
    margin-right: 20px;
  }
  #itemDetail p.price .saleRate, #itemDetail .price .text_underLine {
    width:50%;
  }
  #itemDetail .stock {
    text-align: right;
    padding-right: 20px;
  }
  #itemDetail .stock .stockMessage {
    margin-left: 0;
  }
  #itemDetail .stock .button {
    display: inline-block;
    width: 50%;
    margin-left: 20px;
  }
  #itemDetail .noteList li {
    margin-bottom: 0.4rem;
  }
  #itemDetail .doc dt {
    font-size: 20px;
    line-height: 48px;
  }
  #itemDetail .doc dt:hover {
    opacity: 0.75;
  }
  .categoryItemList li {
    width: 16%;
    height: 140px;
  }
  .categoryItemList li a {
    height: 140px;
  }
  #cart .messageBox {
    width: 80%;
    padding: 8px 16px;
  }
  #cart .messageBox p.text_l {
    font-size: 16px;
  }
  #cart .messageBox p.text_red {
    font-size: 12px;
    line-height: 16px;
    width: 70%;
  }
  #cart .messageBox p.text_red .text_s {
    display: block;
    margin-top: 4px;
  }
  #cart .messageBox .button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.6rem;
    margin: auto;
    padding: 0.2rem;
  }
  .cartTable th {
    font-size: 14px;
  }
  .cartTable td {
    font-size: 14px;
    line-height: 20px;
  }
  .cartTable .subTotal td {
    padding-left: 1%;
    padding-right: 1%;
  }
  .cartTable .itemImg {
    width: 8%;
  }
  .cartTable .itemName {
    width: 33%;
  }
  .cartTable .price {
    width: 16%;
  }
  .cartTable .number {
    width: 19%;
    text-align: center;
  }
  .cartTable .itemImg img {
    max-width: 90%;
  }
  .cartTable .itemName .remove {
    font-size: 12px;
  }
  #itemOrder .orderTable {
    width: 94%;
    margin: 0 auto 30px;
  }
  #itemOrder .btnArea {
    margin-bottom: 40px;
  }
  #itemOrder .btnArea .btn_red {
    width: 40%;
  }
  #cart .btnArea.fixedButton {
    text-align: center;
    width: 960px;
    margin: 20px auto 0;
    padding: 26px 0;
  }
  #itemOrder .textFull {
    text-align: center;
  }
  #itemOrder .text_red.textFull {
    text-align: left;
  }
  #itemOrder .confirmBuyerInfo .itemInputForm .btn_red {
    width: 60%;
  }
  #cart .fixedButton input[type="button"][disabled] {
    background-color: #a5a5a5;
    border-color: #a5a5a5;
    opacity: 0.75;
    box-shadow: none;
  }
  #itemOrder .confirmBuyerInfo .itemInputForm .btn_navyLine {
    width: 24%;
  }
  /*---------------- order(e) ----------------*/
  /*-------------- accountPage(s) ------------*/
  #accountPage .paymentHistory .orderInfo, #orderList .paymentHistory .orderInfo {
    width: 62%;
    float: left;
  }
  #accountPage .paymentHistory .paymentInfo, #orderList .paymentHistory .paymentInfo {
    width: 30%;
    float: right;
  }
  #accountPage .paymentHistory .orderNumber .orderStatus, #orderList .paymentHistory .orderNumber .orderStatus {
    width: 20%;
  }
  #accountPage .paymentHistory .orderInfo ul, #orderList .paymentHistory .orderInfo ul {
    margin-top: 20px;
  }
  #accountPage .paymentHistory .orderInfo li, #orderList .paymentHistory .orderInfo li {
    margin-bottom: 12px;
  }
  #accountPage .paymentHistory .paymentInfo th, #accountPage .paymentHistory .paymentInfo td, #orderList .paymentHistory .paymentInfo th, #orderList .paymentHistory .paymentInfo td {
    border-width: 2px;
    padding: 10px 0;
  }
  #accountPage .paymentHistory .paymentInfo th, #orderList .paymentHistory .paymentInfo th {
    font-size: 12px;
    line-height: 18px;
    width: 60%;
  }
  #accountPage .paymentHistory .paymentInfo .totalPayment th, #accountPage .paymentHistory .paymentInfo .totalPayment td, #orderList .paymentHistory .paymentInfo .totalPayment th, #orderList .paymentHistory .paymentInfo .totalPayment td {
    border-top: none;
  }
  #accountPage .linkTo {
    margin-right: 30px;
  }
  /*-------------- accountPage(e) ------------*/
  /*------------ tradeLaw(s) -------------*/
  #tradeLaw table th, #tradeLaw table td {
    padding: 12px 10px;
  }
  #tradeLaw table {
    margin-bottom: 40px;
  }
  /*------------ tradeLaw(e) -------------*/
  .seeAll, a.seeAll {
    width: 40%;
  }
  /*------------ pickup(s) -------------*/
  .pickupBox {
    width: 640px;
  }
  .pickupBox .imgBox {
    width: 160px;
  }
  .pickupBox .textBox {
    width: 420px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pickupBox i {
    font-size: 42px;
    top: 33%;
  }
  .pickupBox .pickupTitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 6px;
  }
  .pickupBox .pickupText {
    font-size: 16px;
    line-height: 22px;
  }
  #seeAll {
    border-bottom: none;
  }
  /*------------ pickup(e) -------------*/
  .link_netshop img {
    width: auto;
    margin-bottom: 16px;
  }
  .link_banner_s {
    display: inline-block;
    width: 31%;
    margin-left: 0.8%;
    margin-right: 0.8%;
  }
  .link_banner_m {
    display: inline-block;
    width: 48%;
    margin-left: 0.8%;
    margin-right: 0.8%;
  }
    .banner_full {
      width: 100%;
      margin: 10px auto;
  }
/*------------ cookie(s) -------------*/
.cc-grower {
  padding-top:0;
}
  .cc-revoke, .cc-window {
    font-size:12px;
    line-height: 18px;
  }
  .cc-animate.cc-revoke.cc-top, .cc-animate.cc-revoke.cc-active.cc-top{
  -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .cc-revoke.cc-top {
  left:0.2rem;
  right:auto;
  top: 0;
  z-index: 9997;
}
/*------------ cookie(e) -------------*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .boxList {
    width: 96%;
    margin: 0 auto;
  }
  .banner_full {
    width:96%;
    margin: 10px auto;
  }
  .link_banner_m {
    display: inline-block;
    width: 48%;
  }
  .boxList01 li .thumbBox {
    float: left;
    width: 50%;
  }
  .boxList01 li .textBox {
    float: right;
    width: 48%;
    padding-left: 1%;
    padding-right: 1%;
  }
  .boxList01 li {
    width: 100%;
  }
  .boxList02 li, .boxList03 li, .boxList04 li {
    float: left;
  }
  .boxList02 li, .boxList04 li {
    width: 49%;
  }
  .boxList04 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom:40px;
  }
  .boxList02 li:nth-child(odd), .boxList04 li:nth-child(odd) {
    margin-right: 1%;
    margin-left: 0;
  }
  .boxList02 li:nth-child(even), .boxList04 li:nth-child(even) {
    margin-left: 1%;
    margin-right:0;
  }

  .boxList04 li.googleAdBox {
    border-top: #121212 solid 2px;
    padding-top: 35px !important;
  }
  .boxList03 li {
    width: 32%;
    margin-right: 2%;
    margin-left:0;
  }
  .boxList03 li:nth-child(3n) {
    margin-right: 0;
  }
  .boxList02 .title, .boxList04 .title {
    font-size: 18px;
    line-height: 22px;
    min-height: 88px;
    max-height: 88px;
  }
  .boxList04 .title.auto {
    max-height: none;
  }
  .boxList03 .title {
    font-size: 16px;
    line-height: 20px;
    min-height: 122px;
    max-height: 122px;
  }
  .boxList01 li .title {
    max-height: 5.4rem;
    overflow: hidden;
  }
  .boxList01 li .text {
    color: #cccccc;
    font-size: 14px;
    line-height: 20px;
    max-height: 100px;
    overflow: hidden;
  }
  .boxList li.googleAdBox {
    border-top: #121212 solid 3px;
    background-color: #f5f5f5;
    height: 327px;
    padding-top: 56px;
  }
  .boxList04 li .textBox {
    height: 128px;
    overflow: hidden;
  }
  .boxList li.twitterBox iframe {
    height: 400px !important;
  }
  .bannerBox, .bannerBox2 {
    text-align: center;
    padding: 20px 0;
  }
  .bannerBox .banner, .bannerBox2 .banner {
    display: inline-block;
    width: 23%;
    margin: 0 0 0 1.6%;
  }
  /*==TOP NEWS(s)==*/
  .topNews {
    height: 250px;
    overflow: hidden;
    position: relative;
  }
  .topNews li {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 10;
  }
  .topNews li:first-child {
    opacity: 1;
    z-index: 100;
  }
  #newsPos {
    display: flex;
    justify-content: center;
  }
  #newsPos .position {
    display: block;
    width: 1em;
    height: 1em;
    margin-right: 1em;
    cursor: pointer;
    border-radius: .5em;
  }
  #newsPos .position.on {
    box-shadow: 0 0 2px 2px rgba(127, 127, 0, .6);
  }
  /*==TOP NEWS(e)==*/
  #topInfo.infoBox {
    width: 57%;
    float: left;
    margin-left: 2%;
    padding-bottom: 0.6rem;
  }
  #topInfo .textList li {
    height: 2.4rem;
    overflow: hidden;
    padding: 0.3rem 0;
  }
  .pvBox, .bannerLinkBox {
    width: 33%;
    float: right;
    margin-right: 2%;
    margin-top: 0.8rem;
    margin-bottom: 0;
  }
  /*--------------- order(s) -----------------*/
  .presentInfo, .presentInfo.imgInfo {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    min-height: 98px;
    margin-top: 0.4rem;
    margin-bottom:1%;
    margin-left:1%;
    padding: 4px 0;
  }
  .presentInfo.imgInfo img {
    width: 30%;
    float: left;
    margin-right:1%;
  }
  .presentInfo p {
    margin-left: 200px;
  }
  .presentInfo p.catch .text_s {
    text-align: right;
  }
  .presentInfo p.headLine {
    font-size: 14px;
    line-height: 18px;
    width: 70%;
  }
  .presentInfo.imgInfo p.headLine {
    width: 64%;
  }
  .presentInfo.coasterInfo p.catch {
    width: 64%;
  }
  .presentInfo.imgInfo p.catch {
    width:100%;
    font-size:0.8rem;
    margin-left:0;
  }
  #itemList .itemList {
    width: 768px;
  }
  #itemList .itemList li {
    width: 17.7%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 24px;
  }
  #itemList .itemList .thumbBox a {
    height: 172px;
  }
  #itemList .itemList .thumbBox img {
    max-width: 100%;
    max-height: 172px;
  }

  .categoryItemList li {
    width: 20%;
    height: 135px;
  }
  .categoryItemList li a {
    height: 135px;
  }
  #itemDetail p.price .saleRate, #itemDetail .price .text_underLine {
    width:40%;
  }
  /*---------------- order(e) ----------------*/
  #seeAll {
    border-bottom: none;
  }
  /*----------------- contentsPage(e) ---------------*/
  /*------------ cookie(s) -------------*/
  .cc-revoke, .cc-window {
    font-size:12px;
    line-height: 18px;
  }
/*------------ cookie(e) -------------*/
}
@media (min-width: 768px) and (max-width: 860px) {
  /*==TOP NEWS(e)==*/
  #topInfo.infoBox {
    width: 50%;
  }
  .pvBox, .bannerLinkBox {
    width: 40%;
  }
}

@media (min-width: 1280px) {
  .container, .containerWrap, #header .acInfo #mainNavList, .bannerBox, #cart .btnArea.fixedButton {
    width:1176px;
  }
  #header .acInfo #mainNavList li a {
    padding:0 36px;
  }
  .topNews {
    height:358px;
  }
  .infoBox p, .infoBox li {
    font-size:14px;
    line-height: 24px;
  }
  #topInfo .textList li {
    padding:5px 0;
  }
}

@media (max-width: 767px) {
  .visible_sm {
    display: block !important;
  }
  .hidden_sm {
    display: none !important;
  }
  #newsWrap .container img {
    width: 80%;
  }
  /*==TOP NEWS(s)==*/
  .boxList .title {
    height: auto;
  }
  .boxList.topNews .title {
    max-height: 6rem;
    overflow: hidden;
  }
  .boxList04 .title {
    height: auto;
  }
  .topNews {
    height: 460px;
    overflow: hidden;
    position: relative;
    max-width: 100vw;
    padding-left: 2vw;
    margin-top: 0;
  }
  .topNews li {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 10;
  }
  .topNews li:first-child {
    opacity: 1;
    z-index: 100;
  }
  #newsPos {
    display: flex;
    justify-content: center;
  }
  #newsPos .position {
    display: block;
    width: 1em;
    height: 1em;
    margin-right: 1em;
    cursor: pointer;
    border-radius: .5em;
  }
  #newsPos .position.on {
    box-shadow: 0 0 2px 2px rgba(127, 127, 0, .6);
  }
  /*==TOP NEWS(e)==*/
  .detailPage .imgList_4 li {
    display: inline-block;
    width: 46%;
    margin-right: 1.4%;
  }
  .formBox input {
    padding: 4px;
  }
  #inputForm .profTable .add input {
    width: 98%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 421px) and (max-width: 767px) {
  /*------------ pickup(s) -------------*/
  .pickupBox {
    width: 400px;
  }
  .pickupBox .imgBox {
    width: 118px;
  }
  .pickupBox .textBox {
    width: 242px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pickupBox i {
    top: 30%;
  }
  .pickupBox .pickupTitle {
    font-size: 18px;
    line-height: 24px;
  }
  .pickupBox .pickupText {
    font-size: 12px;
    line-height: 16px;
  }

  .categoryItemList li {
    width: 25%;
    height: 92px;
  }
  .categoryItemList li a {
    height: 92px;
  }
  /*------------ pickup(e) -------------*/
  .presentInfo p.text_s {
    display: inline;
  }
  /*==TOP NEWS(s)==*/
  .topNews {
    height: 620px;
    overflow: hidden;
    position: relative;
    max-width: 100vw;
    padding-left: 2vw;
  }
  .topNews .title {
    height: 2rem;
  }
  /*==TOP NEWS(e)==*/
}
@media (min-width: 541px) and (max-width: 767px) {
  /*==TOP NEWS(s)==*/
  .topNews {
    height: 600px;
    overflow: hidden;
    position: relative;
    max-width: 100vw;
    padding-left: 2vw;
  }
  /*==TOP NEWS(e)==*/
  .presentInfo p.catch .text_s {
    display: inline-block;
    margin-left: 0.8rem;
  }
}
@media (min-width: 381px) and (max-width: 540px) {
  /*==TOP NEWS(s)==*/
  .topNews {
    height: 480px;
    overflow: hidden;
    position: relative;
    max-width: 100vw;
    padding-left: 2vw;
  }
  /*==TOP NEWS(e)==*/
  .storyTermList li a {
    line-height: 4.6rem;
  }
}
@media (max-width:359px) {
  #header.topHeader h1 {
    padding-top: 2rem;
  }
  #itemDetail p.price .saleRate, #itemDetail .price .text_underLine {
    width:70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible_md {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .visible_lg {
    display: block !important;
  }
  .hidden_lg {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden_md {
    display: none !important;
  }
}
.template {
  display: none;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}