body {
  font-family: Helvetica Neue, Helvetica, Arial, -apple-system, 'Kosugi Maru', Meiryo, 'メイリオ', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  background: #fff;
  margin: 0 5px;
  padding: 0;
  color: #4d4d4d;
  min-width: 1000px;
  max-width: 2000px;
}

html {
  font-size: 10px;
  /* min-width:1520px;
  max-width:2000px; */
  margin: 0 auto;
  overflow: auto;
}

a {
  color: #555;
}

a.imfilter {
  display: block;
}

a.imfilter img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a:hover.boress {
  color: #999;
  text-decoration: none;
}

a:hover {
  color: #5BB5E8;
  text-decoration: none;
}

a:focus,
*:focus {
  outline: none;
}

.imfilter2 img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

.messageBox {}

.messageStackError,
.messageStackWarning {
  background-color: #ffc9d0;
  padding: 10px 0 10px 20px;
  color: crimson;
}

.messageStackSuccess {
  background-color: #99ff00;
  padding: 10px 0 10px 20px;
}

.wapper,
.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: calc(100% - 390px - 2rem);
  height: auto;
}

main.main-single {
  width: 100% !important;
  text-align: left;
}

main.main-face,
main.main-2col {
  width: calc(100% - 180px) !important;
}

main.main-2col_smonthly {
  min-width: 880px !important;
}

main img {
  width: 100%;
  height: auto;
}

.container-2col,
.container-3col,
.container-face,
.container-single {
  box-sizing: border-box;
  width: 100%;
}

.container-2col *,
.container-3col *,
.container-face *,
.container-single {
  box-sizing: border-box;
}

.container-face,
.container-2col {
  font-size: 13px;
  padding-left: 2rem;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
}

.leftbar {
  border: 1px solid #989898;
  min-height: 80vh;
  padding: 0 0 10px 0;
  order: -1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  box-sizing: border-box;
}

.rightbar {
  border: 1px solid #989898;
  min-height: 80vh;
  padding: 0 0 10px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
  box-sizing: border-box;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  min-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 60vh;
}

.mainContainer {
  min-height: 95vh;
  margin: 0 auto 20px auto;
  width: 100%;
  text-align: center;
  height: 100%;
}

footer {
  padding-bottom: env(safe-area-inset-bottom);
  margin-top: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f2f2f1;
  text-align: center;
  font-size: 1.3rem;
}

footer.face {
  width: calc(100% - 210px);
  border-right: 1px solid #989898;
}

dd,
dl {
  margin: 0;
  padding: 0;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0 10px;
  margin: 0 auto;
  width: 1000px;
}

.flitem {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
}

.flitem dt {
  font-size: 14px;
  margin-bottom: 15px;
}

.flitem dd {
  line-height: 2.2rem;
}

.flitem a {
  color: #666;
  text-decoration: none;
}

.flitem a:hover {
  text-decoration: underline;
}

.copyright {
  background: #222;
  padding: 10px;
}


.header-switch {
  margin-top: 5px;
  text-align: center;
}

.header-switch>* {
  width: 50%;
  height: 62px;
  overflow: hidden;
}

.header-switch>*>a,
.header-switch>*>a::before,
.header-switch>*>a::after {
  box-sizing: border-box;
}

.header-switch>*>a {
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-left: 1px solid #bbb;
  background: linear-gradient(to bottom, #FFF, #e5e5e5 10%, #f5f5f5 40%, #fff);
  display: inline-block;
  height: 62px;
  width: 100%;
}

.switch-tv {
  margin-top: 20px;
}

.header-switch-non-active {
  background: #ccc !important;
  border-bottom: 1px solid #bbb;
  box-shadow: 0px 0px 8px 1px #a7a7a7 inset;
  margin-top: 15px;
  transition: all 0.3s ease 0s;
}

.header-switch-non-active:hover {
  transform: translateY(-15px);
}

.header-switch-non-active:hover img {
  opacity: inherit;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
}

.header-nav>h1,
.header-nav>p {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
}

.header-nav-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e6e6e6;
  padding: 5px 15px;
}

.header-nav>form {
  flex: auto;
  margin-right: 20px;
}

.header-search {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.header-search select {
  width: 120px;
  height: 30px;
  border-color: #ced4da;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  background-color: #f5f5f5;
  cursor: pointer;
}

.header-search .keywords {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-left: -1px;
  padding: 0 10px;
  border: 1px solid #ced4da;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-appearance: none;
}

.search-right {
  width: 40px;
}

.header-search .search-button {
  width: 40px;
  height: 30px;
  background-color: #eb75a9;
  border: none;
  color: #fff;
  cursor: pointer;
  margin-left: -1px;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-appearance: none;
}

.header-search select:hover,
.header-search .search-button:hover {
  filter: brightness(0.9);
}

.header-language {
  line-height: 30px;
  margin-left: 10px;
  text-decoration: none;
}

.header-language>i {
  line-height: 30px;
}

.header-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-nav .header-nav-menu {
  margin-left: auto;
}

.header-nav .header-nav-menu>* {
  padding-left: 10px;
}

.header-nav .header-nav-menu>:nth-child(n+2)::before {
  margin-right: 10px;
}

.header-nav-menu>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  position: relative;
}

.header-nav-menu>:nth-child(n+2)::before {
  content: "";
  height: 1em;
  border-left: 1px solid #c7c7c7;
  margin-left: 0;
  margin-right: 15px;
}

.header-nav-menu>li>a {
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 30px;
}

.header-nav-menu>.except-link a {
  text-decoration: underline;
}

.header-nav-menu>.except-link a:hover {
  text-decoration: none;
}

.drop-lang {
  width: 100px;
}

/*
.lives_slider img{
  width: 263px;
  margin-right: 10px;
}
*/
@media (max-width:1180px) {
  .header-nav {
    padding: 10px 5px;
  }

  .header-nav>form {
    margin-right: 10px;
  }

  .header-search {
    margin-left: 10px;
  }

  .header-search select {
    width: 100px;
  }

  .header-language {
    margin-left: 5px;
  }

  .header-nav .header-nav-menu>* {
    padding-left: 5px;
  }

  .header-nav .header-nav-menu>:nth-child(n+2)::before {
    margin-right: 5px;
  }
}

@media (max-width:1080px) {
  .header-nav-menu .user-name {
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.drop-first-level {
  position: relative;
}

.drop-second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  position: absolute;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  padding: 10px;
  transition: all 0.3s ease 0s;
}

.drop-first-level .drop-lang-second {
  left: -11px;
  top: 25px;
  width: 130px;
}

.drop-lang:hover .drop-lang-second {
  top: 34px;
  visibility: visible;
  opacity: 1;
}

.drop-first-level .drop-howto-second {
  left: -115px;
  top: 25px;
  width: 340px;
}

.drop-first-level .drop-howto-second>* {
  width: 170px;
}

.drop-howto:hover .drop-howto-second {
  top: 34px;
  visibility: visible;
  opacity: 1;
}

.drop-first-level .drop-goods-second {
  left: -16px;
  top: 25px;
  width: 180px;
}

.drop-goods:hover .drop-goods-second {
  top: 34px;
  visibility: visible;
  opacity: 1;
}

.swiper-custom-container .swiper-container {
  width: calc(100% - 54px);
  position: static;
}

.swiper-wrapper .swiper-slide p,
.single-slide p {
  word-wrap: break-word;
  font-size: 12px;
  margin-bottom: 0;
}

.swiper-wrapper .swiper-slide a,
.single-slide a {
  display: block;
  position: relative;
  text-decoration: none;
}

.swiper-wrapper .swiper-slide a>*:not(img),
.single-slide a>*:not(img) {
  text-align: left;
  padding: 0 5px;
}

.swiper-custom-container .swiper-button-next,
.swiper-custom-container .swiper-button-prev {
  --swiper-navigation-color: #444;
}

.swiper-custom-container .swiper-button-next {
  right: 0;
}

.swiper-custom-container .swiper-button-prev {
  left: 0;
}

.swiper-custom-container,
.swiper-banner-container {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

.single-slide img:not(.logo-badge) {
  width: 280px;
}

.swiper-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid>* {
  margin-bottom: 10px;
}

.swiper-grid>* {
  -ms-flex-preferred-size: 16.6%;
  flex-basis: 16.6%;
}

@media (max-width:1760px) {
  .swiper-grid>* {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

@media (max-width:1360px) {
  .swiper-grid>* {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
  }
}

@media (max-width:1150px) {
  .swiper-grid>* {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.swiper-banner-container {
  background-color: #000;
  padding: 2px;
}

.main-banner-wrapper {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width:1300px) {
  .main-banner-wrapper .swiper-container {
    margin-left: 0;
    margin-right: 0;
  }
}

.banner-left-wrapper {
  font-family: '游明朝';
  padding-top: 95px;
}

.banner-left-wrapper>p>span {
  font-size: 1.7rem;
}

.main-banner-wrapper>*:not(.swiper-container) {
  box-sizing: border-box;
  width: calc(50% - 340px);
}

.banner-right-wrapper {
  padding-top: 30px;
  padding-right: 3px;
  padding-left: 5px;
}

.main-banner-wrapper .banner-right-wrapper iframe {
  width: 100%;
  height: auto;
}

@media (max-width:1498px) {
  .banner-left-wrapper {
    display: none;
  }

  .banner-right-wrapper {
    width: calc(100% - 680px) !important;
  }
}

@media (max-width:1300px) {
  .banner-right-wrapper {
    display: none;
  }
}

.banner-main {
  max-width: 680px;
}

.banner-main .swiper-slide a {
  display: inline-block;
}

.banner-main .swiper-slide img {
  max-width: 680px;
}

.banner-main .swiper-slide a:hover img {
  opacity: .9;
}

.banner-thumbs {
  margin-top: 2px;
}

.banner-thumbs .swiper-slide img {
  max-width: 133px;
  opacity: 0.6;
  cursor: pointer;
}

.banner-thumbs .swiper-slide-active img {
  opacity: 1;
}

#page_top {
  width: 56px;
  height: 56px;
  position: fixed;
  right: 90px;
  bottom: 120px;
  background: url(../images/new/top_btn.png);
  z-index: 100;
}

#page_top a {
  position: relative;
  display: block;
  text-decoration: none;
  width: 56px;
  height: 56px;
}/*
#pop-banner{
  width: 205px;
  height: 100px;
  position: fixed;
  right: 13px;
  bottom: 0px;
  z-index: 100;
  background: url(../images/banner/event/banner_680_20220610_stream4.jpg);
  background-size: 204px auto;
  background-repeat: no-repeat;
}
#pop-banner a{
  position: relative;
  display: block;
  text-decoration: none;
  width: 205px;
  height: 100px;
}*/

.pbtn {
  height: 31px;
  background: #f9d3e3;
  color: #4d4d4d;
  line-height: 31px;
  position: relative;
  font-size: 1.3rem;
}

.pbtn:hover {
  background: #f7edf1;
}

a.rightBtn {
  display: block;
}

a.rightBtn:hover,
a.rightBtn1:hover {
  color: #7e7e7e;
}

.leftBox,
.rightBox {
  text-align: center;
  margin: 0 auto;
}

.leftBox {
  font-size: 1.3rem;
}

.boxHeader {
  margin: 10px auto;
  padding: 0;
}

.boxHeader a {
  text-decoration: none;
}

.boxHeader:first-child {
  margin-top: 0;
}

.boxHeaderTitle {
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
  color: #7f7f7f;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}

.btno {
  border-top: none;
}

.boxHeaderTitleSub {
  border: 1px solid #989898;
  color: #fff;
  background: #989898;
  display: block;
  text-align: left;
  padding-left: 10px;
  height: 26px;
  line-height: 26px;
}

.boxHeaderTitleSub>a {
  color: #fff;
  font-size: 11px;
  float: right;
  margin-right: 10px;
  text-decoration: none;
}

.boxHeaderTitleSub>a:hover {
  text-decoration: underline;
}

.boxHeaderTitleSubA {
  border: 1px solid #989898;
  color: #fff;
  background: #989898 url('../images/new/pointer.png') no-repeat right center;
  display: block;
  text-align: left;
  padding-left: 10px;
  height: 26px;
  line-height: 26px;
}

.boxHeaderTitler {
  border: 1px solid #e61e19;
  color: #030000;
  display: block;
  text-align: left;
  padding-left: 10px;
  height: 26px;
  line-height: 26px;
  font-weight: bold;
}

.boxHeaderTitleSubr {
  border: 1px solid #e61e19;
  color: #fff;
  background: #e61e19;
  display: block;
  text-align: left;
  padding-left: 10px;
  height: 26px;
  line-height: 26px;
}

.boxHeaderTitleSubO {
  border: 1px solid #ea5857;
  color: #fff;
  background: #ea5857;
  display: block;
  text-align: left;
  padding-left: 10px;
  height: 26px;
  line-height: 26px;
}

.boxContent ul {
  margin: 0 auto 10px auto;
  padding: 0;
  list-style: none;
  width: 100%;
}

.bdot {
  border-bottom: 1px dotted #999;
}

.boxContent ul li {
  text-align: left;
  padding: 2px 10px;
  line-height: 1.3rem;
  margin-bottom: 5px;
  font-size: 1.3rem;
}

.boxContent ul li a {
  text-decoration: none;
}

.boxContent ul li a:hover {
  text-decoration: none;
  color: #00bfff;
}

.boxContent ul li:last-child {
  border-bottom: none;
}

.boxContent ul.nob {
  border-bottom: none;
}

.boxContent .border-top-dotted {
  border-top: dotted 1px;
  padding-top: 0.5rem;
}

#openM {
  display: none;
}

.boxbtn {
  padding: 15px 0;
  margin-bottom: 10px;
}

.login-box {
  padding: 15px 5px 0;
}

.contentMain {
  margin: 0 auto;
  padding: 0 10px;
  height: calc(100% - 255px);
}

.contentTitle {
  display: block;
  height: 36px;
  color: #fff;
  background: #eb75a9;
  line-height: 36px;
  font-weight: bold;
  font-size: 2.2rem;
}

.contentResultT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  line-height: 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}

.list-action-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
}

.list-action-header .floor-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 15px;
}

.list-action-header .floor-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 15px;
  border-top: 1px solid #e5e5e5;
}

.list-action-header .title-narrowing {
  display: inline-block;
  margin: 0 15px 0 0;
}

.list-action-header .title-narrowing::after {
  content: "";
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
}

.btn-narrowing {
  background: #e7e7e7;
  border-radius: 4px;
  display: inline-block;
  line-height: 30px;
  text-decoration: none;
  margin-right: 10px;
  width: 100px;
}

.btn-narrowing:hover {
  background: #666;
  color: #fff;
}

.selected-tag {
  border: 3px solid #e7e7e7;
  border-radius: 15px;
  color: #999;
  display: inline-block;
  line-height: 24px;
  padding: 0 10px;
  text-decoration: none;
  margin-left: 5px;
}

.selected-tag.narrowed::after {
  content: "\02715";
  margin-left: 5px;
}

a.narrowed:hover {
  border: 3px solid #999;
  color: #555;
  transition: all 0.3s ease 0s;
}

.list-action-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e5e5e5;
  font-size: 18px;
  line-height: 36px;
  padding: 0 15px;
}

.contentResultB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e5e5e5;
  height: 33px;
  line-height: 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  position: relative;
}

.contentResultB select {
  height: 24px;
}

.kanaList {
  width: 100%;
  height: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  z-index: 1;
}

.mbox {
  border-top: 1px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
  border-right: 1px solid #7f7f7f;
  height: 26px;
  width: 10%;
  line-height: 28px;
  background: #f2f2f1;
}

.mbox:first-child {
  border-left: 1px solid #7f7f7f;
}

.mbox.active {
  background: #e6368d;
  color: #fff;
}

.mbox a {
  display: block;
  text-decoration: none;
}

.mbox.active a {
  color: #fff;
}

.contentBottom {
  display: block;
  height: 10px;
  color: #fff;
  background: #e5e5e5;
  margin-bottom: 20px;
}

.contentTops {
  display: block;
  height: 10px;
  color: #fff;
  background: #e5e5e5;
}

.slideArea {
  margin: 0 auto 25px;
  text-align: center;
  padding: 0 15px;
}

.sliderA {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: #000;
}

.slideTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.leftTop,
.rightTop {
  width: calc(50% - 340px);
  margin: 0;
  padding-top: 110px;
  color: #fff;
}

.leftTop span,
.rightTop span {
  font-size: 120%;
}

.rightTop {
  padding-top: 48px !important;
}

.mainSlide {
  width: 680px;
  height: 250px;
  margin: 0 auto;
  padding: 2px 0;
  text-align: center;
}

.banSlide {
  height: 40px;
  width: calc(87%);
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.ban .slick-slide {
  opacity: 0.5;
}

.ban .slick-current {
  opacity: 1;
}

.slick-slide>* {
  padding: 0 2px;
}

.newSlide {
  width: 1086px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: #000;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #000;
}

.leftS,
.rightS {
  width: calc(50% - 340px);
  margin: 0;
  padding: 0;
  text-align: center;
  background: #ec78ab;
  color: #fff;
  line-height: 64px;
}

.midS {
  width: 670px;
  padding: 5px;
  text-align: left;
  background: #fff;
  font-size: 1.3rem;
}

.midS a:link {
  text-decoration: none;
}

.midS a:hover {
  opacity: 0.8;
}

.bannerArea {
  margin: 10px auto 20px auto;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.centerBan {
  width: 100%;
  max-width: 1320px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.ratio-1_1:before {
  content: "";
  display: block;
  padding-top: 20%;
  /* 1:1 */
}

.ratio-1_2:before {
  content: "";
  display: block;
  padding-top: 18%;
  /* 1:1 */
}

.centerBan img {
  background-size: contain;
  width: 100%;
  height: auto;
}

.mb30 {
  margin-bottom: 30px;
}

.des {
  text-align: left;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #221814;
}

.listArea {
  margin: 10px auto 10px auto;
  text-align: center;
  max-width: 1400px;
  width: 96%;
}

.listArea .listContent {
  padding: 10px 0;
  margin: 10px 31px;
  max-width: 1338px;
  z-index: 1;
}

.listArea .listContentM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  justify-content: flex-start;
  margin: 10px 35px;
  max-width: 1338px;
  min-height: 300px;
  max-height: 100%;
  z-index: 1;
}

.listArea .listContentR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1240px;
  height: 100%;
  z-index: 1;
}

.listArea .listContentB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1240px;
  min-height: 100px;
  height: 100%;
  z-index: 1;
}

.listArea .listContentB img {
  width: 100%;
  height: auto;
  background-size: contain;
}

.listArea .listContentB img.orig {
  width: auto;
  height: auto;
  background-size: auto;
}

.listContent .newbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1160px;
  margin: 0 auto;
}

.btnA {
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}

.btnA:hover {
  opacity: 0.8;
}

.alertA {
  border: 1px solid #221814;
  border-radius: 3px;
  color: #221814;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.alertAB {
  border: 1px solid #221814;
  border-radius: 3px;
  color: #221814;
  width: 660px;
  display: block;
  margin: 0 auto;
  padding: 15px 20px;
  background: #f2faff;
}

.arrowBtn {
  position: relative;
  height: 1px;
}

.arrowL {
  position: absolute;
  left: -8px;
  top: -300px;
  width: 34px;
  height: 100px;
}

.arrowR {
  position: absolute;
  right: -8px;
  top: -300px;
  width: 34px;
  height: 100px;
}

.listrank {
  width: 180px;
  height: 25px;
  margin: 0 auto 5px;
}

.listrank span {
  display: block;
  width: 178px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  border: 1px solid #656666;
  color: #030000;
  font-weight: bold;
}

.listrank span.r1 {
  background: #c0ab6f;
  color: #fff;
}

.listrank span.r2 {
  background: #b1bcc2;
  color: #fff;
}

.listrank span.r3 {
  background: #884640;
  color: #fff;
}

.ranking-1,
.ranking-2,
.ranking-3 {
  width: 25px;
  height: 25px;
  font-weight: bold;
  padding-top: 8px;
  padding-left: 8px;
}

.ranking-1 {
  background: url(../images/icons/rank-1.png) no-repeat left center;
}

.ranking-2 {
  background: url(../images/icons/rank-2.png) no-repeat left center;
}

.ranking-3 {
  background: url(../images/icons/rank-3.png) no-repeat left center;
}

.listContentM .listItem {
  padding: 0 28px 20px 28px;
}

.listItem .iconArea {
  height: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.listItem .iconArea div {
  margin-right: 3px;
}

.listItem .funcArea {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.listItem .funcArea img {
  height: 38px;
  width: auto;
}

.listItem .thumb {
  min-height: 143px;
  position: relative;
  overflow: hidden;
}

.listItem .thumb-pickup {
  width: 215px;
  min-height: 307px !important;
  position: relative;
  overflow: hidden;
}

.listItem .thumbS {
  width: 163px;
  height: 92px !important;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.listItem .thumb img,
.listItem .thumbS img,
.listItem .thumb-pickup img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-size: contain;
}

.listItem p {
  display: block;
  word-wrap: break-word;
  line-height: 1.1em;
  text-align: left;
  font-size: 12px;
  margin-bottom: 0;
}

.listItem a>*:not(.thumb) {
  text-align: left;
  padding: 0 5px;
}

.listItem .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.listItem .info .minute {
  border: 1px solid #ccc;
  text-align: center;
  height: 20px;
  line-height: 20px;
  width: 75px;
}

.listItem .info .price {
  border: 1px solid #ccc;
  text-align: center;
  height: 20px;
  line-height: 20px;
  width: 75px;
}

.listItem .info .minute1 {
  border: 1px solid #ccc;
  text-align: center;
  height: 20px;
  line-height: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.listItem .info1 .price1 {
  border: 1px solid #ccc;
  text-align: center;
  height: 20px;
  line-height: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.listItem .lady,
.listItem .maker {
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}

.listItem .release {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
  height: 19px;
}

.listItem .release .gr {
  background: #B5B6B6;
  color: #fff;
  font-size: 1.3rem;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 19px;
  padding-top: 1px;
}

.listItem .release .time {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
}

.listItem .star:before {
  content: "\f005";
  color: #db2672;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 3px;
}

.listItem .star {
  float: right;
  height: 18px;
  text-align: right;
  color: #db2672;
  vertical-align: middle;
  margin-bottom: 5px;
}

.listItem .star:after {
  clear: right;
}

.js-rows3 .listItem {
  margin-bottom: 20px;
  min-height: 246px;
}

.iconArea .red_box {
  background-color: #f00;
  color: #fff;
  height: 20px;
  width: 49px;
  font-size: 1.2rem;
  display: inline-block;
  line-height: 20px;
}

.iconArea .red_box .mini {
  font-size: 1.0rem;
}

.bold {
  font-weight: bold;
}

h2.title {
  height: 30px;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
  margin: 0 auto;
  width: 96%;
  padding: 10px 0 10px 10px;
}

.loginA {
  width: 620px;
  margin: 25px auto;
  text-align: center;
  border: 1px solid #999;
  border-radius: 5px;
}

.loginA-header {
  padding: 15px 0;
}

.loginA-body {
  padding: 15px;
}

.loginA-header>* {
  margin: 0;
}

.loginA-body-inner {
  width: 410px;
  margin: 0 auto;
  text-align: left;
}

.loginA-body-outer {
  width: 620px;
  margin: 0 auto;
  text-align: center;
}

.wrapper-action {
  width: 620px;
  margin: 25px auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: left;
}

.wrapper-action-header {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.wrapper-action-header>h1 {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
}

.wrapper-action-footer {
  padding: 15px;
  border-top: 1px solid #ddd;
}

.wrapper-action-body {
  padding: 15px;
}

.action-body-single {
  width: 320px;
  margin: 0 auto;
}

.button-login {
  padding: 8px 30px;
  background: #F6CE4D;
  font-size: 16px;
  width: 100%;
  border: 1px solid #F6CE4D;
  border-radius: 4px;
  box-shadow: 0 4px 1px 0 #bb8a3b;
  cursor: pointer;
  color: #333;
  box-sizing: border-box;
  text-decoration: none;
}

.button-register {
  padding: 8px 30px;
  background: #F6CE4D;
  font-size: 16px;
  width: 100%;
  border: 1px solid #F6CE4D;
  border-radius: 4px;
  box-shadow: 0 4px 1px 0 #bb8a3b;
  cursor: pointer;
  color: #333;
}

.button-disabled {
  padding: 8px 30px;
  background: #e6e6e6;
  font-size: 16px;
  width: 100%;
  border: 1px solid #adb1b8;
  border-radius: 2px;
  cursor: not-allowed;
  color: #333;
}

.button-register-large {
  padding: 8px 30px;
  background: #e6e6e6;
  font-size: 16px;
  width: 300px;
  border: 1px solid #adb1b8;
  border-radius: 4px;
  box-shadow: 0 4px 1px 0 #332b00;
  cursor: pointer;
  text-decoration: none;
  color: #333;
  display: block;
  margin: 0 auto;
}

.button-login:hover,
.button-register:hover,
.button-register-large:hover,
.device-check .grid-1-3>a:hover img {
  opacity: 0.8;
  color: inherit;
  transition: all 0.3s ease 0s;
}

.content {
  padding: 10px 20px;
  text-align: left;
}

.loginBox {
  border-bottom: 1px solid #7f7f7f;
  margin: 0 auto;
  padding-top: 20px;
}

.str {
  margin-bottom: 15px;
  text-align: left;
  font-weight: bold;
  padding: 0 20px;
}

.mb20 {
  margin-bottom: 20px;
}

/***以前のページCSS****/
.login_f {
  width: 410px;
  background: url(../images/rform_bg.png) left top no-repeat;
  display: block;
  height: 38px;
  position: relative;
  margin: 10px auto;
}

.login_f input {
  width: 335px;
  position: absolute;
  top: 11px;
  left: 12px;
  border: none;
  outline: 0;
  font-size: 14px;
}

.resultView {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.minibox {
  background: #fff;
  color: #221814;
  font-weight: bold;
  width: 48px;
  height: 24px;
  margin-left: 10px;
  text-align: center;
  line-height: 24px;
  font-size: 2rem;
  cursor: pointer;
}

.minibox1 {
  background: #e5e5e5;
  color: #fff;
  font-weight: bold;
  width: 54px;
  height: 24px;
  margin-left: 10px;
  text-align: center;
  line-height: 24px;
  font-size: 1.8rem;
  cursor: pointer;
}

.minibox a,
.minibox1 a {
  text-decoration: none;
  display: block;
}

.active {
  background: #656666;
  color: #fff;
}

.active1 {
  background: #e61e19;
  color: #fff;
}

.active a:link,
active1 a:link {
  color: #fff;
}

.resultNum select {
  height: 24px;
  width: 80px;
  display: block;
}

.resultNum select.selectB {
  height: 24px;
  width: 150px;
  display: block;
}

.center {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.centerM20 {
  width: 100%;
  margin: 0 auto 30px auto;
  padding: 0;
  text-align: center;
}

.white {
  color: white;
  font-size: 2rem;
}

.castList {
  width: 100%;
  border: 1px solid #7f7f7f;
  border-collapse: collapse;
  table-layout: fixed;
}

.castList td {
  border-bottom: 1px solid #7f7f7f;
  border-right: 1px solid #7f7f7f;
  font-size: 1.4rem;
  height: 80px;
}

.castList td:hover {
  background: #efefef;
  cursor: pointer;
}

.castList td a {
  text-decoration: none;
  display: block;

}

.castList td.nob:hover {
  background: #fff;
  cursor: auto;
}

a.activeP {
  color: #e6368d;
}

.mList {
  width: 100%;
  border: 1px solid #7f7f7f;
  border-collapse: collapse;
  table-layout: fixed;
}

.mList td {
  border-bottom: 1px solid #7f7f7f;
  border-right: 1px solid #7f7f7f;
  font-size: 1.4rem;
  height: 80px;
}

.m20 {
  margin: 10px auto;
  padding: 20px 0;
}

.m10 {
  margin: 5px auto;
}

.pink {
  color: #e6368d;
}

a.leftT {
  text-decoration: none;
  display: block;
  z-index: 1;
}

a.leftT:hover {
  opacity: 0.8;
}

.loginBtn {
  background: #e61e19;
  position: relative;
  color: #fff;
  text-align: left;
  height: 48px;
  width: 190px;
  display: block;
  line-height: 48px;
  font-weight: bold;
  font-size: 2rem;
  padding-left: 10px;
}

.loginBtn:after {
  position: absolute;
  top: 0px;
  right: 10px;
  content: '\f13e';
  color: #fff;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.loginBtn:hover {
  background: rgba(230, 30, 25, 0.6);
}

.signBtn {
  border: 1px solid #7f7f7f;
  color: #030000;
  position: relative;
  text-align: left;
  height: 48px;
  width: 188px;
  display: block;
  line-height: 48px;
  font-weight: bold;
  font-size: 2rem;
  padding-left: 10px;
}

.signBtn:after {
  position: absolute;
  top: 0px;
  right: 10px;
  content: '\f303';
  color: #e61e19;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 2.2rem;
}

.signBtn:hover,
.logoffBtn:hover {
  opacity: 0.6;
}

.logoffBtn {
  background: #7f7f7f;
  color: #fff;
  position: relative;
  text-align: center;
  height: 38px;
  width: 220px;
  display: block;
  line-height: 38px;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 auto;
}

.block {
  display: inline-block;
  min-width: 420px;
  word-wrap: break-word;
}

.listTitle {
  margin: 15px 0;
  border-top: 1px solid #4d4c4c;
  border-bottom: 1px solid #4d4c4c;
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
  padding: 10px 0;
}

.listTitle1 {
  margin: 15px 0;
  border-top: 1px solid #4d4c4c;
  border-bottom: 1px solid #4d4c4c;
  font-weight: bold;
  font-size: 1.7rem;
  text-align: left;
  padding: 10px 0;
}

.textCont {
  padding: 10px;
  text-align: left;
}

.textCont h5 {
  font-size: 1.8rem;
  font-weight: normal;
  margin: 5px auto 20px auto;
}

.red1 {
  color: #e61e19;
}

.textCont p {
  margin: 0;
  padding: 0 15px;
}

.textCont .lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lines div {
  padding: 0 5px;
  font-size: 1.4rem;
  word-wrap: break-word;
}

.lines .box1 {
  padding: 0 10px 20px 10px;
  font-size: 1.4rem;
  width: 380px;
  margin-bottom: 10px;
}

.formArea {
  display: block;
  margin: 20px auto;
  padding: 20px;
  background: #e5e5e5;
  border: 1px solid #ccc;
}

.formArea .title {
  display: block;
  background: #fff;
  margin: 0 auto 10px auto;
  max-width: 650px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #030000;
  font-weight: bold;
}

.formArea textarea {
  resize: none;
  width: 95%;
  height: 100px;
}

.formArea .inputArea {
  max-width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto 10px auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: stretch;
}

.inputArea .row {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.inputArea .row1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  margin: 20px 0;
  text-align: left;
  padding: 10px;
}

.inputArea .row2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: flex-start;
}

.inputArea .row2 textarea {
  max-width: 644px !important;
}

.inputArea .row3 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  margin: 20px 0;
  text-align: center;
  padding: 10px;
  max-width: 650px;
}

.row1 p {
  margin: 0;
  padding: 5px;
}

.row .label,
.row2 .label {
  color: #221814;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  width: 210px;
  text-align: left;
  height: 30px;
  line-height: 30px;
}

.row span {
  font-size: 1.4rem;
  width: 50px;
  display: block;
}

.row .inp {
  text-align: left;
}

.row .inp1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inp input[type=text],
.inp input[type=url],
.inp input[type=email],
.inp1 input[type=text] {
  border: 0;
  padding: 2px;
  font-size: 1.5em;
  border: solid 1px #7f7f7f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}

.inp select {
  border: 0;
  padding: 3px 2px;
  border: solid 1px #7f7f7f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}

.submitBtn {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 30px;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #7f7f7f;
  background: #f8f8f8;
  border-bottom: solid 2px #ccc;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.submitBtn:hover {
  color: #555;
  background: #fff;
  cursor: pointer;
}

.submitBtn:active {
  border-bottom: solid 2px #fff;
  background: #efefef;
}

.submitBtn1 {
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  border-style: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 5px;
  width: 240px;
  height: 36px;
  background: #fc2a2a;
  -webkit-box-shadow: 0 2px 2px 0 #ccc;
  box-shadow: 0 2px 2px 0 #ccc;
  text-shadow: 1px 1px 2px #333;
  border: 1px solid #ccc;
}

.submitBtn1:hover,
.submitBtn2:hover {
  opacity: 0.8;
}

.submitBtn1:active {
  border-bottom: solid 2px #fff;
  background: #ff9999;
  text-shadow: 1px 1px 2px #222;
}

.submitBtn2 {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #555;
  background: #f5f5f5;
  border-bottom: solid 2px #ccc;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.submitBtn2:hover,
.submitBtn3:hover {
  opacity: 0.8;
  border-bottom: solid 2px #fff;
  color: 000;
}

.submitBtn3 {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #555;
  background: #cfcfcf;
  border-bottom: solid 2px #bbb;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.notice {
  border: 1px solid #7f7f7f;
  margin: 0 100px;
  padding: 10px;
  background: #fff;
  text-align: left;
}

.errorText {
  background-color: #ffb3b5;
  border: 1px solid d30202;
  color: #555;
  padding: 10px;
  position: relative;
}

.errorText span {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.ques {
  display: block;
  height: 33px;
  color: #221814;
  background: #e5e5e5;
  line-height: 33px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 10px;
}

.ans {
  color: #221814;
  text-align: left;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.pinkBtn {
  background: #e6368d;
  height: 48px;
  width: 450px;
  text-align: center;
  display: block;
  color: white;
  font-weight: bold;
  line-height: 48px;
}

.pinkBtn a:link {
  text-decoration: none;
  display: block;
  color: white;
}

.pinkBtn:hover {
  opacity: 0.8;
}

.ntab {
  width: 80%;
  margin: 10px auto;
  border-collapse: collapse;
  border: 1px solid #7f7f7f;
}

.ntab th {
  text-align: right;
  padding: 10px 5px;
}

.ntab td {
  text-align: left;
  padding: 10px 5px;
}

.b03 {
  color: #030000;
}

#viewBtn {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  background: #fff;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}

#qr_code {
  display: inline-block;
}

.chktb {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid #4d4c4c;
}

.chktb th {
  background: #ec77aa;
  border-bottom: 1px solid #4d4c4c;
  border-right: 1px solid #4d4c4c;
  color: #fff;
  padding: 10px;
  min-width: 100px;
}

.chktb td {
  border-bottom: 1px solid #4d4c4c;
  border-right: 1px solid #4d4c4c;
  padding: 5px;
}

.chktb td.bl {
  background: #2fa0d2;
  color: #fff;
}

.chktb td.chk_img {
  width: 100px !important;
  height: 100px !important;
  overflow: hidden;
  padding: 5px;
}

.chktb td.chk_img img {
  max-width: 100px;
  max-height: 100px;
  background-size: contain;
}

td .dbtn {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: white;
  text-decoration: none;
}

li#openUL,
li#openUM {
  border-top: 1px dotted #030000;
  padding-top: 5px;
}

li#openUL:hover,
li#openUM:hover {
  cursor: pointer;
}

a.greyBtn {
  width: 158px;
  height: 24px;
  color: #555;
  display: block;
  line-height: 24px;
  background: #ccc;
  margin: 0 auto;
  text-decoration: none;
  text-align: left;
  text-indent: 0.5em;
  font-size: 1.2rem;
  position: relative;
}

a.greyBtn:hover {
  opacity: 0.8;
}

a.greyBtn>i {
  position: absolute;
  top: 6px;
  right: 5px;
}

.resent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: auto;
  margin: 10px auto;
}

.resent .item3 {
  width: 163px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.resent .item3 img {
  max-width: 100%;
  height: auto;
}

.resent .item3 .desc a:hover {
  opacity: 0.8;
}


/*****face.php****/
.face-upper,
.review-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.facePage {
  padding-left: 20px;
  height: 100%;
  font-size: 13px;
}

.mainArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0;
  height: 100%;
}

.faceLeft {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faceRight {
  width: 265px;
  padding: 0 0 0 15px;
}

.boxArea {
  border: 1px solid #7f7f7f;
}

.boxArea .boxTitle {
  background: #7f7f7f;
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
}

.boxArea .boxText {
  padding: 10px;
  text-align: left;
}

.faceMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.faceMain hr,
.face-sub hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 0 0 20px 0;
  text-align: inherit;
  overflow: visible;
}

.faceMain .row1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.faceMain .row1 .leftA {
  width: 420px;
}

.faceMain .row1 .rightA {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.face-sub {
  text-align: left;
}

.face-sub h2 {
  font-weight: normal;
}

.mainImage {
  margin: 0 40px 0 0;
  padding: 0;
  position: relative;
  width: 380px !important;
  height: 535px !important;
  overflow: hidden;
}

.mainImage img {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  height: auto;
  background-size: contain;
}

.descInfo {
  background: #fdf3f8;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 10px;
  height: 515px;
}

.descInfo a:hover {
  opacity: 0.8;
}

.descInfo .row2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.descInfo .row3 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.descInfo .iconArea {
  display: inline-block;
  text-align: left;
  padding: 5px 0;
}

.descInfo .iconArea div {
  display: inline-block;
  text-align: left;
}

.descInfo .text {
  text-align: left;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px 0 20px 0;
  height: 160px;
  overflow-y: auto;
}

.descInfo .label1 {
  display: inline-block;
  width: 150px;
  padding: 5px 0;
}

.descInfo .label2 {
  display: inline-block;
  width: 10px;
}

.descInfo .label3 {
  display: inline-block;
  padding: 5px 0;
}

.descInfo .img1 {
  padding: 5px 0;
}

.thumbs-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0;
}

.thumbs-grid li {
  width: 132px;
  padding: 4px;
}

.thumbs-grid li>a {
  display: block;
  text-align: center;
}

.thumbs-grid li img {
  width: auto;
  max-width: 100%;
  max-height: 83px;
}

.spbar {
  border-bottom: 5px solid #eb75a9;
  margin: 10px auto;
  height: 10px;
  display: block;
  width: 100%;
}

.btitle {
  color: #221814;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.revArea {
  margin-bottom: 20px;
  min-height: 100px;
}

.faceMain .row4 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  padding: 0 10px;
  text-align: left;
}

.priceBox {
  margin: 10px auto;
  text-align: center;
  border: 1px solid #7f7f7f;
  padding: 5px 0;
}

.priceBox div {
  display: inline-block;
  text-align: center;
}

.priceBox .leftL {
  border-right: 1px solid #7f7f7f;
  width: 100px;
  font-size: 1.8rem;
}

.priceBox .price {
  width: 120px;
  font-size: 2rem;
  color: #c71a00;
}

.sukima {
  height: 10px;
  width: 100%;
  display: block;
}

.left {
  text-align: left;
}

.smallT {
  font-size: 1.2rem;
}

.faceRight .boxArea input[type=image]:hover {
  opacity: 0.8;
}

.plus16 {
  font-size: 1.6rem;
}

.plus18 {
  font-size: 1.8rem;
}

.plus30 {
  font-size: 3.0rem;
}

.centerM20 h2 {
  font-size: 5rem;
  font-weight: normal;
  margin-bottom: 0;
}

.back2 {
  background: url(../images/new/for_maker_top2.jpg) no-repeat right top;
  background-size: contain;

}

.back3 {
  background: url(../images/new/for_maker_top3.jpg) no-repeat left top;
  background-size: contain;
  width: 100%;
  min-height: 300px;
  max-height: 420px;
}

.left1 {
  padding-left: 30px;
  text-align: left;
}

.left2 {
  padding-left: 60px;
  text-align: left;
}

.left3 {
  padding-left: 30px;
  padding-top: 50px;
  text-align: left;
}

.back4 {
  background: url(../images/new/for_maker_top4.jpg) no-repeat center top;
  background-size: contain;
  width: 100%;
  min-height: 300px;
  max-height: 420px;
}

.centerM201 {
  width: 900px;
  margin: 0 auto 30px auto;
  padding: 0;
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex div {}

.flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex1 .squere {
  width: 300px;
  text-align: center;
  margin-bottom: 20px;
}

.flex1 .squere .t1 {
  height: 80px;
}

.flex1 .squere .boxT {
  max-width: 200px;
  padding: 10px;
  margin: 0 auto;
  text-align: left;
}


.evaluation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.evaluation input[type='radio'] {
  display: none;
}

.evaluation label {
  color: #fff;
  cursor: pointer;
  font-size: 25px;
}

.evaluation label:hover,
.evaluation label:hover~label,
.evaluation input[type='radio']:checked~label {
  color: #ffcc00;
}

.parent {
  position: relative;
}

.tweet {
  position: absolute;
  bottom: 33px;
  right: 0;
}

.wish {
  position: absolute;
  bottom: 0px;
  right: 0;
}

.btn {
  margin: 10px auto;
  padding: 0;
  text-align: center;
}

.leftstr {
  padding: 0 5px;
  text-align: left;
}

.tabA ul {
  list-style: none;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabA ul li {
  color: #FFF;
  text-align: center;
  background: #DECBE0;
  height: 40px;
  font-size: 1.2rem;
  padding-top: 5px;
  width: 59px;
  margin-right: 2px;
}

.tabA ul li:hover {
  background: #9E559A;
}

.tabA ul li.active {
  background: #9E559A;
}

.conA .box4 {
  display: none;
}

.conA .box4.show {
  padding: 0;
  text-align: center;
  display: block;
  min-height: 100px;
}

/**********cart************/
.cartTb {
  width: 100%;
  border-collapse: collapse;
}

.cartTb th {
  padding-top: 20px;
  font-weight: bold;
  font-size: 2rem;
  text-align: right;
}

.cartTb td {
  padding: 5px;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
}

.cartTb td.thumb {
  text-align: center;
  width: 100px;
  height: 140px;
}

.cartTb td.thumb img {
  width: 95px;
  height: auto;
  background-size: contain;
}

.cartTb td.cont {
  text-align: left;
}

.cartTb td.cont .name {
  font-weight: bold;
}

.cartTb td.cont .name a {
  color: #066aaf;
  text-decoration: none;
}

.cartTb td.price {
  text-align: right;
  width: 120px;
  vertical-align: bottom;
  color: #e61e19;
  font-weight: bold;
  font-size: 2.0rem;
}

.cartTb td.qty {
  text-align: center;
  width: 120px;
}

.cartTb td.action {
  text-align: right;
  width: 120px;
  vertical-align: bottom;
}

.cartTb td.action a {
  color: #066aaf;
  text-decoration: none;
}

.cartTb td .flex {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.cartTb td .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.miniBtn {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  background: #fff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
  font-size: 1.3rem;
}

.miniBtn:hover {
  background: #67c5ff;
  color: #fff;
}

h2.title5 {
  margin: 20px aut0;
  background: #ffe5f0;
  padding: 3px 0;
  text-align: center;
}

.linkBtn {
  width: 232px;
  height: 38px;
  background: #b177ae;
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 38px;
}

.linkBtn:hover {
  background: #edceed;
}

.list-item {
  background: #fff;
  border: 1px solid forestgreen;
  margin: 10px;
}

.list-item h5 {
  margin: 5px;
  color: teal;
}

.list-item ul {
  margin: 0 auto;
  padding: 0;
  width: 80%;
}

.list-item ul li {
  text-align: left;
  color: #066aaf;
}

.flexF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: flex-start;
}

.flexF div {
  margin-right: 10px;
}

.spf {
  font-family: '游明朝';
}

#pop {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
}

#djbox {
  display: none;
  position: fixed;
  left: 500px;
  top: 180px;
  width: 420px;
  height: 260px;
}

.jockey {
  text-decoration: underline;
}

.dj {
  width: 410px;
  height: 260px;
  background: url(../images/new/jockey/jockey_waku.png) no-repeat center center;
  position: relative;
}

.dj .face {
  position: absolute;
  top: 35px;
  left: 40px;
}

.dj .names {
  position: absolute;
  top: 35px;
  left: 225px;
  width: 142px;
}

.names .name {
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.names .cap {
  font-size: 1.3rem;
  line-height: 120%;
}

.dj .click {
  position: absolute;
  left: 5px;
  bottom: 0px;
  width: 400px;
  height: 60px;
}

.revForm {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.revArea {
  padding: 10px 0;
  max-height: 500px !important;
  overflow: auto;
}

.rev_info {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.orange {
  color: #F57900;
}

.blue {
  color: #448aed;
}

.mr10 {
  margin-right: 10px;
}

.fs16 {
  font-size: 1.6rem;
}

.revBox {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.revBox .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.revBox .info .date {
  margin-left: 20px;
}

.p10 {
  padding: 10px 0;
}

.bt {
  font-size: 1.3rem;
  text-align: left;
}

.listArea .listContentB .orig_img img {
  max-width: 1082px;
  max-height: 480px;
}

a.sub1 {
  display: block;
  width: 180px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border: 1px solid;
  border-color: #aaaaaa #444444 #444444 #aaaaaa;
  background: #f3f3f3;
  text-decoration: none;
  text-shadow: 1px 1px 0px #ddd;
  border-radius: 5px;
  margin: 0 auto;
}

a.sub1:hover {
  background: #ddd;
  border-color: #666666 #222 #222 #666;
}


#sbox,
#sdbox {
  display: none;
  position: fixed;
  left: 500px;
  top: 180px;
  width: 420px;
  height: 260px;
}

.qrArea {
  width: 270px;
  height: 270px;
  background: url(../images/new/pop.png) no-repeat center center;
  position: relative;
}

.qrArea .qrcode {
  position: absolute;
  top: 80px;
  left: 85px;
}

.qrArea .qrcode1 {
  position: absolute;
  top: 80px;
  left: 70px;
}

.qrArea .link {
  position: absolute;
  top: 40px;
  left: 70px;
}

.qrArea .click {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.miniBtn1 {
  display: inline-block;
  width: 110px;
  height: 30px;
  text-decoration: none;
  color: #fff;
  background: #E45827;
  border: solid 2px #e53900;
  border-radius: 3px;
  transition: .4s;
  font-size: 1.3rem;
}

.miniBtn1:hover {
  background: #f48c69;
  color: #fff;
}

.miniBtn2 {
  display: inline-block;
  width: 106px;
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  color: #67c5ff;
  background: #fff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
  font-size: 1.3rem;
}

.miniBtn2:hover {
  background: #67c5ff;
  color: #fff;
}

.miniBtn3 {
  display: inline-block;
  width: 106px;
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  color: #fff;
  background: #EC77AB;
  border: solid 2px #e83c86;
  border-radius: 3px;
  transition: .4s;
  font-size: 1.3rem;
}

.miniBtn3:hover {
  background: #f4a4c7;
  color: #fff;
}

.slick-arrow {
  cursor: pointer;
}

.bot_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bot_btn .star1 {
  height: 18px;
  color: #db2672;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bot_btn .star1:before {
  content: "\f005";
  color: #db2672;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 3px;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ft {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.favb {
  width: 150px;
  height: 26px;
  border: 1px solid #EB75A9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #EB75A9;
  border-radius: 4px;
  text-decoration: none;
}

.favb:hover {
  background: #ffeff9;
  border-color: #ff66c4;
  color: #999;
}

.nb {
  text-decoration: none;
}

#photobooks_info {
  text-align: left;
  font-size: 14pt;

}

#photobooks_info h2 {
  border-top: thin solid gray;
  border-bottom: thin solid gray;
  padding: 5px 20px;
  font-size: 1em;
}

#photobooks_info .textCont {
  margin: 0 auto;
  width: 1028px;
  padding: 0;
}

#photobooks_info h2.title {}

#photobooks_info .center {
  width: 1070px;
  text-align: center;
  margin: 0 auto;
}

#photobooks_info .left {
  width: 510px;
  font-size: 14px;
  float: left;
}

#photobooks_info .right {
  width: 510px;
  margin-right: 27px;
  font-size: 14px;
  text-align: left;
  float: right;
}

/* for adjusting tags */
h1.contentTitle {
  margin: 0;
}

h2.ques,
h2.adjm0 {
  margin-top: 0;
}

.ans h3,
.ans h4 {
  margin: 0;
}

.ans>p {
  margin-top: 0;
}

.ans>ol>li {
  margin-bottom: 10px;
}

.ans>ul {
  list-style: none;
  margin-top: 0;
  padding: 0;
}

ul.adjinit {
  list-style: none;
  margin-top: 0;
  padding-left: 15px;
}

ol.adjnonstyle {
  margin-top: 0;
  padding-left: 15px;
}

ol.adjnonstyle li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

dl.adjinit>dt {
  font-weight: bold;
  margin-bottom: 5px;
}

dl.adjinit>dd {
  margin-bottom: 15px;
}

p.adjmb {
  margin-bottom: 15px;
}

.lines .adjbox {
  width: 480px;
  margin-left: 15px;
}

p.adjm0 {
  margin: 0;
}

p.adjp0 {
  padding: 0;
}

ul.adjleft {
  padding-left: 20px;
}

h1.header_top_nav_center img {
  margin-top: -1px;
}

.display_block {
  display: block !important;
}

.floatr {
  float: right;
}

/* for streaming how to */
#streaming_howto {
  color: #999;
}

#streaming_howto .wrapper_color {
  background-color: #f8f8f8;
  padding: 40px 0;
  overflow: hidden;
}

#streaming_howto .wrapper_white {
  padding: 40px 0;
  overflow: hidden;
}

#streaming_howto .wrapper_middle {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}

#streaming_howto .wrapper_middle2 {
  width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  overflow: hidden;
}

#streaming_howto .wrapper_color h2.mt0,
#streaming_howto .wrapper_white h2.mt0 {
  margin-top: 0;
}

#streaming_howto h2.h2pink {
  color: #eb75a9;
}

#streaming_howto h2.h2border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

#streaming_howto h2.h2border:before,
#streaming_howto h2.h2border:after {
  content: "";
  flex-grow: 1;
  border-top: 3px dotted #bbb;
  display: block;
}

#streaming_howto h2.h2border:before {
  margin-right: 1.5em;
}

#streaming_howto h2.h2border:after {
  margin-left: 1.5em;
}

#streaming_howto a.text_link {
  color: #999;
}

#streaming_howto a:hover {
  text-decoration: none;
}

#streaming_howto a.btn_black {
  color: #fff;
  background-color: #3e3e3e;
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 15px;
  padding: 14px 0;
  text-align: center;
  text-decoration: none;
  width: 250px;
}

#streaming_howto .btn_yellow,
#streaming_howto .btn_pink,
#streaming_howto .btn_gray {
  border-radius: 0.3em;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding: 14px 0;
  text-align: center;
  text-decoration: none;
  width: 250px;
}

#streaming_howto .btn_yellow {
  background-color: #FBB03B;
}

#streaming_howto .btn_pink {
  background-color: #FF7BAC;
}

#streaming_howto .btn_gray {
  background-color: #9FA0A0;
}

#streaming_howto .btn_black:hover,
#streaming_howto .btn_yellow:hover,
#streaming_howto .btn_pink:hover,
#streaming_howto .btn_gray:hover,
#streaming_howto .takumi_link a:hover,
#streaming_howto a img:hover {
  opacity: 0.8;
}

#streaminghowto_header {
  background: #f0f0f0 url(../images/streaming/bg_header.png) 0 0 no-repeat;
  height: 260px;
  padding-top: 50px;
  text-align: left;
  margin: 0 auto;
  width: 1080px;
}

#streaminghowto_header p {
  margin-left: 90px;
}

#streaming_howto .fonts1 {
  font-size: 34px;
  line-height: 34px;
}

#streaming_howto .fonts2 {
  font-size: 40px;
}

#streaming_howto .fcw {
  color: #fff;
}

#streaming_howto .fcp {
  color: #eb75a9;
}

#streaming_howto .ul-inline-icons {
  list-style: none;
  padding: 0;
}

#streaming_howto .ul-inline-icons li {
  display: inline-block;
}

#streaming_howto .ul-inline-icons li:last-child {
  margin-right: 0;
}

#streaming_howto .ul-subtitle li {
  height: 51px;
  width: 201px;
  margin-right: 25px;
  padding-top: 150px;
  color: #eb75a9;
  font-size: 2.0rem;
  font-weight: bold;
}

#streaming_howto .ul-subtitle .info1 {
  background: url(../images/streaming/bg_01.png) 0 0 no-repeat;
}

#streaming_howto .ul-subtitle .info2 {
  background: url(../images/streaming/bg_02.png) 0 0 no-repeat;
}

#streaming_howto .ul-subtitle .info3 {
  background: url(../images/streaming/bg_03.png) 0 0 no-repeat;
}

#streaming_howto .ul-subtitle .info4 {
  background: url(../images/streaming/bg_04.png) 0 0 no-repeat;
}

#streaming_howto .ul-device li {
  height: 40px;
  width: 210px;
  margin-right: 25px;
  padding-top: 110px;
  font-size: 1.6rem;
  font-weight: bold;
}

#streaming_howto .ul-device .device1 {
  background: url(../images/streaming/bg_05.png) center 0 no-repeat;
}

#streaming_howto .ul-device .device2 {
  background: url(../images/streaming/bg_06.png) center 0 no-repeat;
}

#streaming_howto .ul-device .device3 {
  background: url(../images/streaming/bg_07.png) center 0 no-repeat;
}

#streaming_howto .wapper_goods {
  width: 600px;
  margin: 0 auto;
}

#streaming_howto .bg_goods {
  background: url(../images/streaming/bg_08.png) right 0 no-repeat;
  height: 156px;
  width: 600px;
  padding-top: 45px;
}

#streaming_howto .box_calendar {
  border: solid 3px #f1f1f1;
  border-radius: 0.5em;
  background-color: #fff;
  padding-top: 30px;
  width: 260px;
  float: left;
  margin-right: 30px;
  text-align: center;
}

#streaming_howto .box_calendar_right {
  padding-top: 15px;
}

#streaming_howto .bg_sphone {
  background: url(../images/streaming/bg_10.png) left 0 no-repeat;
  height: 200px;
  width: 450px;
  padding-left: 350px;
  text-align: left;
  margin-top: 20px;
}

#streaming_howto .bg_sphone ol {
  margin-top: 0;
}

#streaming_howto .bg_sphone ol>li {
  line-height: 30px;
}

#streaming_howto .bg_sphone small {
  padding-left: 30px;
  width: 400px;
  display: block;
}

#streaming_howto .wrapper_register {
  width: 900px;
  margin: 30px auto;
  overflow: hidden;
}

#streaming_howto .wrapper_register .box_first,
#streaming_howto .wrapper_register .box_already {
  width: 430px;
  border: solid 2px #f1f1f1;
  border-radius: 0.5em;
  background-color: #fff;
  padding: 20px 0;
}

#streaming_howto .wrapper_register .box_first,
#streaming_howto .afes_func1 {
  float: left;
}

#streaming_howto .wrapper_register .box_already,
#streaming_howto .afes_func2 {
  float: right;
}

#streaming_howto .wrapper_register .box_first .subtitle,
#streaming_howto .wrapper_register .box_already .subtitle {
  font-weight: bold;
  margin-bottom: 20px;
}

#streaming_howto .wrapper_register .box_first .subtitle {
  color: #FBB03B;
}

#streaming_howto .wrapper_register .box_already .subtitle {
  color: #FF7BAC;
}

#streaming_howto .box_pink {
  color: #FF7BAC;
  border: solid 2px #FF7BAC;
  border-radius: 0.5em;
  background-color: #fff;
  padding: 0 20px;
}

#streaming_howto .wrapper_inside {
  float: left;
  width: 520px;
}

#streaming_howto .ol-inline-usage li {
  display: inline-block;
  width: 220px;
  margin-right: 60px;
  padding: 10px;
  text-align: left;
}

#streaming_howto .ol-inline-usage li:last-child {
  margin-right: 0;
}

#streaming_howto .bg_goods2 {
  background: url(../images/streaming/bg_11.png) 0 0 no-repeat;
  height: 470px;
  width: 1080px;
  margin: 0 auto;
}

#streaming_howto .bg_goods2 .btn_pink {
  margin-top: 40px;
}

#streaming_howto .bg_arrow {
  background: url(../images/streaming/bg_arrow.png) center top no-repeat;
  padding-top: 30px;
}

#streaming_howto .vr_title {
  color: #555;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 0;
}

#streaming_howto .vr_subtitle {
  margin-top: 0;
}

#streaming_howto .box_color {
  width: 900px;
  border: solid 2px #f1f1f1;
  border-radius: 0.5em;
  background-color: #f8f8f8;
  padding: 20px 0;
  margin: 30px auto 0;
}

#streaming_howto .box_color .box_inner {
  width: 500px;
  margin: 0 auto;
  text-align: left;
}

#streaming_howto .box_color .box_inner .h2pink {
  margin: 0;
}

#streaming_howto .wrapper_dl {
  width: 900px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 20px auto;
  0;
  padding: 0 20px;
  text-align: left;
}

#streaming_howto .wrapper_dl hr {
  border: 1px dashed #ddd;
}

#streaming_howto .afes_func1,
#streaming_howto .afes_func2 {
  width: 350px;
}

#streaming_howto .inner_dl1 {
  background: url(../images/streaming/bg_12.png) left center no-repeat;
  padding: 20px 20px 20px 180px;
  height: 171px;
  overflow: hidden;
}

#streaming_howto .inner_dl2 {
  background: url(../images/streaming/bg_13.png) left center no-repeat;
  padding: 20px 20px 20px 180px;
  height: 171px;
  overflow: hidden;
}

#streaming_howto .wrapper_dl dl>dt {
  color: #555;
  font-size: 1.8rem;
}

#streaming_howto .wrapper_dl dl>dd {
  font-size: 1.2rem;
  margin-top: -25px;
}

#streaming_howto .wrapper_dl dl>dt,
#streaming_howto .wrapper_dl dl>dd {
  padding-left: 65px;
  width: 285px;
  height: 50px;
}

#streaming_howto .wrapper_dl .dt1 {
  background: url(../images/streaming/bg_14.png) left top no-repeat;
}

#streaming_howto .wrapper_dl .dt2 {
  background: url(../images/streaming/bg_15.png) left top no-repeat;
  margin-top: 20px;
}

#streaming_howto .wrapper_dl .dt3 {
  background: url(../images/streaming/bg_16.png) left top no-repeat;
}

#streaming_howto .wrapper_dl .dt4 {
  background: url(../images/streaming/bg_17.png) left top no-repeat;
  margin-top: 20px;
}

#streaming_howto .wrapper_dl .dt5 {
  background: url(../images/streaming/bg_18.png) left top no-repeat;
}

#streaming_howto .wrapper_dl .dt6 {
  background: url(../images/streaming/bg_19.png) left top no-repeat;
  margin-top: 20px;
}

#streaming_howto .wrapper_dl .dt7 {
  background: url(../images/streaming/bg_20.png) left top no-repeat;
}

#streaming_howto .wrapper_middle2 .takumi_img {
  float: left;
  margin-right: 30px;
}

#streaming_howto .box_takumi {
  border: solid 2px #f1f1f1;
  border-radius: 0.5em;
  background-color: #fff;
  padding: 15px 20px;
  margin-top: 10px;
}

#streaming_howto .box_takumi.mt40 {
  margin-top: 40px;
}

#streaming_howto .box_takumi>dt {
  color: #FF7BAC;
  font-size: 1.6rem;
  float: left;
  width: 160px;
}

#streaming_howto .takumi_title {
  color: #555;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}

#streaming_howto .ul-btns li {
  margin-right: 50px
}

#streaming_howto .takumi_link {
  border-bottom: 1px solid #999;
  font-size: 1.6rem;
  text-align: right;
  margin-top: 40px;
}

#streaming_howto .takumi_link a {
  color: #999;
  text-decoration: none;
}


/* OculusQuestについて (howto_oculus_quest.php) ココから */

.howto_oculus_quest_contetns table,
.howto_oculus_quest_contetns tr,
.howto_oculus_quest_contetns th,
.howto_oculus_quest_contetns td {
  color: #FFF;
}

.howto_oculus_quest_contetns table {
  margin: 0 auto;
  width: 80%;
  border-collapse: collapse;
}

.howto_oculus_quest_contetns th,
.howto_oculus_quest_contetns td {
  padding: 20px;
  border: 1px solid #FFF;
}

.howto_oculus_quest_contetns table.file {
  width: 100%;
}

.howto_oculus_quest_contetns th.file,
.howto_oculus_quest_contetns td.file {
  padding: 5px 0;
  border: 0px solid #FFF;
}

.howto_oculus_quest_contetns td.file {
  padding: 10px 0;
  color: #f8b62d;
  font-weight: bold;
}

.howto_oculus_quest_contetns i {
  color: #FFF;
}

.howto_oculus_quest_contetns figure {
  margin-left: 0;
}

.howto_oculus_quest_contetns ol.quest {
  list-style-type: decimal;
  padding-inline-start: 0px;
}

.howto_oculus_quest_contetns .quest li {
  margin-left: 23px;
  color: #FFF;
  font-size: 16px;
  text-align: left;
  list-style-type: decimal;
}

.howto_oculus_quest_contetns p.quest {
  margin: 20px 0 10px 0;
  color: #FFF;
  font-size: 16px;
}

.howto_oculus_quest_contetns strong {
  color: #FFF;
  font-size: 20px;
}

.howto_oculus_quest_contetns .mt10 {
  margin-top: 10px;
}

.howto_oculus_quest_contetns .mt30 {
  margin-top: 30px;
}

.howto_oculus_quest_contetns .mt50 {
  margin-top: 50px;
}

.howto_oculus_quest_contetns .mt60 {
  margin-top: 60px;
}

.howto_oculus_quest_contetns .mt70 {
  margin-top: 70px;
}

.howto_oculus_quest_contetns .mb30 {
  margin-bottom: 30px;
}

.howto_oculus_quest_contetns .mb50 {
  margin-bottom: 50px;
}

.howto_oculus_quest_contetns {
  padding: 50px;
  background: #1c1e20;
}

.howto_oculus_quest_contetns2 {
  padding: 50px;
  color: #FFF;
  background: ;
  background: url(../vr/images/howto_oculus_quest4_6.png) #595757;
  background-repeat: no-repeat;
  background-position: 80% 75%;
}

.howto_oculus_quest_contetns3 {
  padding: 50px;
  color: #FFF;
  background: #595757;
}

.howto_oculus_quest_contetns a,
.howto_oculus_quest_contetns a:link,
.howto_oculus_quest_contetns a:active,
.howto_oculus_quest_contetns a:visited,
.howto_oculus_quest_contetns2 a,
.howto_oculus_quest_contetns2 a:link,
.howto_oculus_quest_contetns2 a:active,
.howto_oculus_quest_contetns2 a:visited {
  color: #fff100;
  border-bottom: 1px dotted #fff100;
}

.howto_oculus_quest_contetns a:hover,
.howto_oculus_quest_contetns2 a:hover {
  color: #6a5acd;
  border-bottom: 1px dotted #6a5acd;
}

.quest_aflogo {
  margin-top: 30px;
}

.quest_aflogo_text {
  padding: 20px 0;
  color: #FFF;
  font-size: 25px;
  font-weight: bold;
  font-family: Yu Mincho, Hiragino Mincho Pro;
  text-align: center;
}

.quest_contents {
  text-align: center;
}

.quest_contents_text {
  padding: 20px 0;
  color: #FFF;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.quest_contents_text2 {
  padding: 20px 0 0;
  color: #FFF;
  font-size: 16px;
  text-align: left;
  text-align: left;
  line-height: 1.6;
}

.quest_contents_text3 {
  margin: 0 auto;
  padding: 20px;
  width: 90%;
  color: #FFF;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
  border: 1px solid #FFF;
}

.quest_titles {
  padding: 20px;
  color: #FFF;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  border-left: 6px solid #8819e0;
}

.quest_titles2 {
  padding: 0 20px 10px 0;
  color: #FFF;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #FFF;
}

.quest_titles3 {
  padding: 5px;
  color: #FFF;
  font-size: 22px;
  text-align: left;
  border-bottom: 1px solid #FFF;
}

.quest_textbox {
  color: #FFF;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

.quest_check {
  color: #f8b62d;
  font-size: 14px;
}

.quest_small {
  color: #FFF;
  font-size: 14px;
}

.quest_btn {
  margin-right: 20px;
  width: 340px;
  text-align: center;
  float: left;
}

.quest_btn_link {
  width: 800px;
  margin: 0 auto;
}

.quest_btn2 {
  margin: 0 20px;
  float: left;
}

.quest_btn3 {
  width: 415px;
  text-align: center;
  float: left;
}

figure.quest_btn3 {
  margin: 0 20px 0 0;
}

.quest_text_box {
  padding: 20px;
  width: 300px;
  height: 180px;
  color: #FFF;
  font-size: 14px;
  text-align: left;
  border: 2px solid #595757;
  background: #1c1e20;
}

.clear {
  clear: both;
}

/* OculusQuestについて (howto_oculus_quest.php) おわり */

/* info_goods */
.goods-container {
  padding: 0 90px;
}

.goods-hr {
  border: 18px solid #efefef;
  clear: both;
}

.goods-inner-messages {
  width: 400px;
}

.goods-button {
  width: 120px;
  padding: 5px 0;
  font-size: 20px;
  border: 1px solid #222;
  color: #222;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.goods-button-inverse {
  background: #222;
  color: #fff;
  border: 1px solid #222;
}

.goods-button-piston {
  color: #126AAC;
  border: 1px solid #126AAC;
}

.goods-button-piston-inverse {
  color: #fff;
  background: #126AAC;
  border: 1px solid #126AAC;
}

.goods-button-cyclone {
  color: #188183;
  border: 1px solid #188183;
}

.goods-button-cyclone-inverse {
  color: #fff;
  background: #188183;
  border: 1px solid #188183;
}

.goods-button-ufo {
  color: #8D6B90;
  border: 1px solid #8D6B90;
}

.goods-button-ufo-inverse {
  color: #fff;
  background: #8D6B90;
  border: 1px solid #8D6B90;
}

.goods-button:hover {
  opacity: 0.8;
  color: inherit;
}

.goods-button-inverse:hover,
.goods-button-piston-inverse:hover,
.goods-button-cyclone-inverse:hover,
.goods-button-ufo-inverse:hover {
  color: #fff;
}

.goods-copy {
  font-size: 2.3rem;
  text-align: center;
  color: #999;
  margin-bottom: 0;
  line-height: 3.0rem;
}

.goods-text-xlarge {
  font-size: 2.6rem;
}

.goods-text-piston {
  color: #126AAC;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
}

.goods-text-cyclone {
  color: #188183;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
}

.goods-text-ufo {
  color: #8D6B90;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
}

.goods-table {
  border: 1px solid #ddd;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 25px;
}

.goods-table caption {
  margin-bottom: 5px;
}

.plus1d-table caption>span {
  float: right;
  font-size: 1.1rem;
}

.goods-table th {
  border: 1px solid #ddd;
  background: #f5f5f5;
  font-weight: normal;
  font-size: 1.1rem;
  padding: 3px 0;
}

.goods-table td {
  border: 1px solid #ddd;
  font-size: 2.8rem;
}

.cafe-table {
  border: 1px solid #ddd;
  width: 100%;
  border-collapse: collapse;
  margin-top: 25px;
}

.cafe-table th {
  background: #FFBD5B;
  border: 1px solid #ddd;
  padding: 5px 0;
}

.cafe-table td {
  border: 1px solid #ddd;
  padding: 3px;
}

/* Adjustment */
.mb5 {
  margin-bottom: 5px;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.align_center,
.af-text-center {
  text-align: center;
}

.af-text-left {
  text-align: left;
}

.af-text-right {
  text-align: right !important;
}

.red,
.af-text-danger {
  color: #e61e19 !important;
}

.af-text-safety {
  color: #088B42;
}

.af-text-number {
  color: #f00;
}

.af-text-muted {
  color: #888;
}

.af-text-xsmall {
  font-size: 10.5px;
}

.af-text-small {
  font-size: 12px;
}

.af-text-large {
  font-size: 16px;
}

.af-text-xlarge {
  font-size: 24px;
}

.af-text-normal {
  font-weight: normal !important;
}

.text-link {
  color: #1b95e0;
  text-decoration: underline;
}

.af-float-right {
  float: right;
}

.af-float-left {
  float: left;
}

.af-mr-small,
.af-margin-small-right {
  margin-right: 10px;
}

.af-mr {
  margin-right: 15px;
}

.af-ml-xsmall {
  margin-left: 5px;
}

.af-ml {
  margin-left: 15px;
}

.af-ml-large {
  margin-left: 25px;
}

.af-mt-0 {
  margin-top: 0 !important;
}

.af-mr-0 {
  margin-right: 0 !important;
}

.af-mt-xsmall {
  margin-top: 5px !important;
}

.af-mt-small {
  margin-top: 10px !important;
}

.af-mt,
.af-margin-top {
  margin-top: 15px;
}

.af-mt-large {
  margin-top: 25px;
}

.af-mt-xlarge {
  margin-top: 50px;
}

.af-mb-0 {
  margin-bottom: 0;
}

.af-mb-small,
.mb10 {
  margin-bottom: 10px;
}

.af-mb,
.af-margin-bottom {
  margin-bottom: 15px;
}

.af-mb-large {
  margin-bottom: 25px;
}

.af-my-xsmall {
  margin-top: 5px;
  margin-bottom: 5px;
}

.af-my-large {
  margin-top: 25px;
  margin-bottom: 25px;
}

.af-my-xlarge {
  margin-top: 50px;
  margin-bottom: 50px;
}

.af-m-0 {
  margin: 0 !important;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.af-pl {
  padding-left: 15px;
}

.af-pl-large {
  padding-left: 25px;
}

.af-px {
  padding-left: 15px;
  padding-right: 15px;
}

.af-px-large {
  padding-left: 25px;
  padding-right: 25px;
}

.af-py-large {
  padding-top: 25px;
  padding-bottom: 25px;
}

.af-p-0 {
  padding: 0 !important;
}

.af-p-small {
  padding: 10px;
}

.af-p-large {
  padding: 25px;
}

.af-position-relative {
  position: relative;
}

.af-d-block {
  display: block !important;
}

.af-d-inline-block {
  display: inline-block;
}

.af-d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.af-d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.af-diplay-table {
  display: table;
}

.af-display-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
}

.af-ul-inline li {
  display: inline-block;
}

.form-group,
.form-check {
  margin-bottom: 20px;
}

.form-group>label {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: bold;
}

.form-label {
  margin-bottom: 8px;
  font-weight: bold;
}

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.5;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

form *,
form *::before,
*::after {
  box-sizing: border-box;
}

.form-register .form-control {
  height: 40px;
  padding: 0 10px;
  line-height: 24px;
  font-size: 16px;
}

.form-register .form-group>label {
  margin-bottom: 5px;
  font-weight: normal;
}

.alert-box {
  margin: 25px 0;
  width: 100%;
  border-radius: 3px;
  padding: 15px 25px;
  box-sizing: border-box;
}

.alert-box-small {
  margin: 25px 0;
  width: 100%;
  border-radius: 3px;
  padding: 0 25px;
  box-sizing: border-box;
}

.alert-success {
  color: #32d296;
  background-color: #edfbf6;
  border: 1px solid #32d296;
}

.alert-danger {
  color: #f0506e;
  background-color: #fef4f6;
  border: 1px solid #f0506e;
}

.alert-warning {
  color: #f5710b;
  background-color: #fff6d2;
  border: 1px solid #f5710b;
}

.alert-light-dark {
  background-color: #e7e7e7;
}

.af-alert {
  margin: 0 0 25px 0;
  width: 100%;
  padding: 30px 44px;
  box-sizing: border-box;
  text-align: left;
}

.af-alert-warning {
  background-color: #fff6d2;
  border: 2px solid #f5710b;
  color: #f5710b;
}

.panel {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background: #eee;
}

.panel-success {
  background-color: #edfbf6;
}

.ul-disc>li {
  list-style: disc;
}

/* Common */
.center-container {
  width: 100%;
  max-width: 1320px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.single-container,
#qr_dl_page {
  margin: 0 auto;
  width: 1080px;
}

.single-container a {
  text-decoration: none;
}

.container-libraries,
.single-wrapper {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}

.grid-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid-account-nav {
  min-width: 240px;
}

.grid-account-body {
  width: 100%;
}

.aside-account {
  padding-right: 15px;
}

.nav-account {
  border: 1px solid #999;
  margin: 0;
  padding: 0;
}

.nav-account-header {
  padding: 15px 5px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}

.nav-account-header>* {
  font-weight: normal;
  font-size: 12px;
  margin-top: 8px;
}

.nav-account-header strong,
.af-color-price {
  color: #c71a00;
}

.nav-account li:not(:first-child) {
  padding-left: 15px;
  border-top: 1px solid #999;
}

.nav-account>li>a {
  padding: 8px 0;
  display: block;
  text-decoration: none;
}

.table-favorit,
.table-account {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
}

.table-favorit tbody tr:nth-of-type(odd) {
  background-color: #f8f8f8;
}

.table-favorit th,
.table-favorit td {
  padding: 10px;
  border-top: 1px solid #999;
  vertical-align: top;
}

.table-favorit thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #999;
}

.table-favorit tbody td .face-img {
  width: 200px;
}

.table-favorit tbody tr td:first-child,
.table-favorit tbody tr td:last-child {
  padding-left: 0;
  padding-right: 0;
}

.table-account th,
.table-account td {
  padding: 15px;
  text-align: left;
}

.table-account tr:not(:first-child) th,
.table-account tr:not(:first-child) td {
  border-top: 1px solid #e5e5e5;
}

.table-account th {
  color: #999;
  font-weight: normal;
}

.table-account td {
  font-size: 16px;
}

.table-account-account th,
.table-account-point th {
  width: 150px;
}

.table-account-notification th {
  width: 250px;
}

.table-account-point td,
.table-account-subsc td {
  font-size: 14px;
}

.badge-sale-price {
  height: 30px;
  width: 30px;
  font-size: 12px;
  background: #000;
  padding: 2px;
  text-align: center;
  position: absolute;
  left: 0;
  color: #FFFF00;
}

.container-account {
  margin: 0 auto 50px;
}

.container-account h1 {
  font-weight: normal;
}

.account-h1 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}

.area-box {
  border: 5px solid #e5e5e5;
  border-radius: 10px;
  padding: 10px 25px;
}

button.button-default {
  padding: 5px 40px;
  cursor: pointer;
}

a.af-button,
button.af-button {
  padding: 8px 30px;
  border-radius: 4px;
  cursor: pointer;
  color: #333;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}

.button-primary {
  background: #F6CE4D;
  border: 1px solid #F6CE4D;
  border-radius: 4px;
  box-shadow: 0 4px 1px 0 #bb8a3b;
}

.button-primary:hover {
  opacity: 0.9;
  color: inherit;
  box-shadow: 0 4px 1px 0 #bb8a3b;
}

.af-button>small,
.button-default>small {
  font-size: 11px;
  color: #666;
}

.faces-grid form,
.faces-grid-flex form {
  text-align: center;
}

.faces-grid .cart-button,
.faces-grid-flex .cart-button {
  font-size: 12px;
  width: 150px;
  margin: 0 auto;
  cursor: pointer;
}

.faces-grid .play-button .faces-grid-flex .play-button {
  font-size: 12px;
  border: 1px solid #999;
  border-radius: 3px;
  width: 150px;
  margin: 0 auto;
}

.wrapper-h2-home {
  text-align: left;
  background: #eee;
  margin: 25px auto;
  padding: 15px;
}

.wrapper-h2-home>h2 {
  font-weight: normal;
  display: inline-block;
  margin: 0;
}

.copyright small {
  color: rgba(255, 255, 255, .7);
}

.ul-divider {
  margin: 0 0 10px -20px;
  padding: 0;
}

.ul-divider>li {
  display: inline-block;
  padding-left: 20px;
}

.ul-divider>:nth-child(n+2):not(.uk-first-column)::before {
  content: "";
  height: 1.5em;
  border-left: 1px solid #e5e5e5;
  margin-left: 0;
  margin-right: 20px;
}

.ul-divider>li>a {
  text-decoration: none;
  color: rgba(255, 255, 255, .5);
}

.ul-divider>li>a:hover {
  color: rgba(255, 255, 255, .7);
}

.ul-nav {
  margin: 0 !important;
  text-align: left;
  padding: 0;
}

.ul-nav>li {
  padding: 0 10px !important;
  margin: 0 !important;
}

.ul-nav>li>a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
}

.ul-nav-divider>li:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

.ul-nav-divider>li>a {
  display: block;
  padding: 10px 0;
}

.ul-nav>li>.ul-nav>li {
  padding: 0 !important;
}

.ul-nav>.ul-nav-header {
  color: #888;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 1px dotted #aaa;
  display: inline-block;
}

.ul-nav>.ul-nav-header:nth-child(n+2) {
  margin-top: 10px !important;
}

.ul-nav-footer {
  border-top: 1px dotted #999;
  text-align: right;
  font-size: 11px;
  margin: 10px 0 0 0;
  padding: 5px;
}

.ul-nav-footer a {
  text-decoration: none;
}

.table-list-flex>li {
  border: 1px solid #ddd;
  margin: 0 -1px -1px 0;
  text-align: left;
}

.table-list-flex>li>a {
  display: block;
  text-decoration: none;
  padding: 10px;
  width: 160px;
}

.initial-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
}

.initial-grid>* {
  padding: 0;
  margin-right: 10px;
}

.initial-grid>*>li {
  margin-right: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.initial-grid>*>li>a {
  text-decoration: none;
}

.title-initial {
  background: #e5e5e5;
  font-size: 3.0rem;
  text-align: left;
  padding: 10px 0 10px 25px;
  margin-top: 50px;
}

.title-sub-initial {
  font-size: 24px;
  text-align: left;
  padding-left: 25px;
  margin-bottom: 5px;
}

.first-initial {
  font-size: 26px;
}

.list-title {
  border-bottom: 2px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 5px;
}

.list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-h1 {
  font-weight: normal;
  margin: 0;
  text-align: left;
}

.content-title {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 5px;
  text-align: left;
}

.faces-grid {
  padding: 0;
  text-align: left;
}

.faces-grid>* {
  margin-bottom: 25px;
  padding-right: 2px;
  padding-left: 2px;
  -ms-flex-preferred-size: 14.2%;
  flex-basis: 14.2%;
}

@media(max-width:1760px) {
  .faces-grid>* {
    -ms-flex-preferred-size: 16.6%;
    flex-basis: 16.6%;
  }
}

@media(max-width:1520px) {
  .faces-grid>* {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}

@media(max-width:1360px) {
  .faces-grid>* {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

@media(max-width:1120px) {
  .faces-grid>* {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
  }
}

.faces-grid-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  text-align: left;
}

.faces-grid-flex-few {
  justify-content: space-evenly !important;

}

.faces-grid-flex>* {
  max-width: 252px;
  margin-bottom: 25px;
}

.faces-grid img,
.faces-grid-flex img,
.single-face img {
  width: 100%;
}

.faces-grid a,
.faces-grid-flex a,
.listItem a,
.single-face a {
  display: block;
  text-decoration: none;
}

.faces-grid a,
.faces-grid-flex a {
  position: relative;
}

.faces-grid a:hover p,
.faces-grid-flex a:hover p,
.listItem a:hover p,
.swiper-slide a:hover p,
.single-face a:hover p {
  text-decoration: underline;
}

.faces-grid p,
.faces-grid-flex p,
.single-face p {
  font-size: 1.2rem;
  margin: 0;
}

.faces-grid a>*:not(img),
.faces-grid-flex a>*:not(img),
.single-face a>*:not(img) {
  margin-top: 5px;
}

.single-face {
  width: 300px;
  margin: 0 auto;
}

.label-default {
  border: 1px solid #666;
  color: #666;
  min-height: 20px;
  font-size: 12px;
  padding: 3px 15px;
}

.badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.1rem;
  padding: 0 5px;
  margin-right: 5px;
  vertical-align: middle;
  border: 1px solid #666;
  border-radius: 2px;
  box-sizing: border-box;
  color: #666;
  min-height: 20px;
}

.badge-no-border {
  border: 0;
}

.badge-inverse {
  background-color: #666;
  color: #fff;
}

.badge-inverse-light {
  background-color: #ddd;
  border: 1px solid #ddd;
  color: #444;
}

.badge-linked-goods {
  background-color: #D8B400;
  border: 1px solid #D8B400;
  color: #fff;
}

.badge-price {
  color: #c71a00;
  font-size: 1.2rem;
}

.badge-favorit {
  margin-left: auto;
  color: #F33E8E;
}

.badge-discount {
  background-color: #cc0000;
  border: 1px solid #cc0000;
  color: #FFF;
  min-height: auto;
}

.badge-release {
  border: 1px dotted #888;
  color: #888;
  margin-right: 0;
  width: 100%;
}

.logo-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px !important;
  height: 35px !important;
  z-index: 200;
}

.grid-1-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.grid-1-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.price-range-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  padding-left: 0;
}

.price-range-list>li {
  margin-right: 15px;
}

.price-range-list>li>a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  padding: 0 5px;
  margin-right: 5px;
  vertical-align: middle;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 12px;
  min-height: 20px;
  text-decoration: none;
  line-height: normal;
}

.deleteTarget {
  cursor: pointer;
}

.face-title {
  font-size: 16px;
  font-weight: normal;
  margin-top: 0;
}

.face-main-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.face-main-grid>:first-child img {
  min-width: 300px;
}

.face-main-grid>:last-child {
  padding-left: 10px;
}

.face-main-grid img:not(.exception-img-css) {
  width: 100%;
}

@media (min-width:1360px) {
  .face-main-grid>:first-child img {
    min-width: 400px;
  }

  .face-main-grid>:last-child {
    padding-left: 25px;
  }
}

.face-main-grid .tags-list {
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 8px;
}

.face-main-grid .tags-list>li {
  margin-top: 4px;
}

.tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  font-size: 12px;
  color: #666;
  line-height: 1;
}

.tags-list>li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.tags-list.with-space>li:nth-child(n+2) {
  padding-left: 20px;
}

.face-info-list {
  line-height: 1.8;
  margin-bottom: 20px;
}

.face-info-list dt {
  float: left;
  clear: left;
  font-weight: bold;
}

.face-info-list dd {
  margin-left: 140px;
}

.face-info-list dd a {
  color: #1b95e0;
  text-decoration: none;
}

.face-info-list dd a:hover {
  color: #5BB5E8;
  text-decoration: underline;
}

.button-action {
  border-radius: 4px;
  line-height: 32px;
  -webkit-transition: none;
  width: 100%;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #222;
  font-size: 13.35px;
  box-sizing: border-box;
  position: relative;
}

a.button-action:hover {
  color: #222;
  text-decoration: none;
}

.button-action:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
  text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

.btn-disabled {
  background: #eff1f3;
  width: 100%;
  border: 1px solid #b7b7b7;
  cursor: not-allowed;
}

.btn-grey {
  border: 1px solid #b7b7b7;
  background: #eff1f3;
  background: -webkit-linear-gradient(top, #f7f8fa, #dcdcdc);
  background: linear-gradient(to bottom, #f7f8fa, #dcdcdc);
}

.btn-grey:hover {
  border: 1px solid #b7b7b7;
  background: #ececec;
  background: -webkit-linear-gradient(top, #ececec, #cecece);
  background: linear-gradient(to bottom, #ececec, #cecece);
}

.btn-grey:active {
  background: #ececec;
}

.btn-blue {
  border: 1px solid #15aeec;
  background: #49c0f0;
  background: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
  background: linear-gradient(to bottom, #49c0f0, #2cafe3);
}

.btn-blue:hover {
  border: 1px solid #1090c3;
  background: #1ab0ec;
  background: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
  background: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}

.btn-blue:active {
  background: #1a92c2;
}

.btn-orange {
  border: 1px solid #da7c0c;
  background: #fbc772;
  background: -webkit-linear-gradient(top, #fbc772, #FFA233);
  background: linear-gradient(to bottom, #fbc772, #FFA233);
}

.btn-orange:hover {
  background: #fdbd54;
  background: -webkit-linear-gradient(top, #fdbd54, #ff971a);
  background: linear-gradient(to bottom, #fdbd54, #ff971a);
}

.btn-orange:active {
  background: #FFA233;
}

.btn-green {
  border: 1px solid #81bf2e;
  background: #8bd22a;
  background: -webkit-linear-gradient(top, #c5f18c, #8bd22a);
  background: linear-gradient(to bottom, #c5f18c, #8bd22a);
}

.btn-green:hover {
  background: #538018;
  background: -webkit-linear-gradient(top, #a3d660, #75ad29);
  background: linear-gradient(to bottom, #a3d660, #75ad29);
}

.btn-green:active {
  background: #75ad29;
}

.btn-payment {
  border: 1px solid #855935;
  background: #fff89d;
  background: -webkit-linear-gradient(top, #fff89d, #ffde67);
  background: linear-gradient(to bottom, #fff89d, #ffde67);
  color: #482910;
}

.btn-payment:hover {
  background: #f1e87b;
  background: -webkit-linear-gradient(top, #f1e87b, #fdc548);
  background: linear-gradient(to bottom, #f1e87b, #fdc548);
  color: #482910;
}

.btn-payment:active {
  background: #fdc548;
}

.btn-credit {
  padding-left: 35px;
}

.btn-icon {
  width: 36px;
  height: 28px;
  position: absolute;
  left: 5px;
  top: 3px;
}

.btn-icon-cart {
  background-image: url(../images/icons/btn-cart.png);
}

.btn-icon-point {
  background-image: url(../images/icons/btn-point.png);
}

.btn-icon-credit {
  background-image: url(../images/icons/btn-credit.png);
}

.btn-sample {
  line-height: 2;
  width: 190px;
  font-size: 11px;
}

.btn-favorit-small {
  line-height: 20px;
  width: 130px;
  font-size: 11px;
  margin-right: 5px;
}

.btn-play {
  background: #49c0f0;
  line-height: 53px;
}

.btn-play:hover {
  background: #1ab0ec;
}

.btn-browser-play {
  background: #F19CC2;
  line-height: 53px;
}

.btn-browser-play:hover {
  background: #F092BC;
}


.purchase-alert {
  background: #fef4f6;
  border: 1px solid #c71a00;
  color: #222;
  font-size: 12px;
  padding: 15px;
  text-align: left;
}

.purchase-alert .alert-header {
  color: #f0506e;
}

.purchase-select {
  border-bottom: 1px solid #ababab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  cursor: pointer;
}

.purchase-select.purchase-select-disable {
  cursor: default !important;
  background-color: #e5e5e5;
}

.purchase-select .purchase-input {
  font-size: 12px;
  margin: 0;
  padding: 0 0 5px 0;
}

.purchase-select .purchase-attention {
  font-size: 10.5px;
  color: #888;
}

.purchase-select .price-area {
  width: 75px;
  margin-left: auto;
  text-align: right;
}

.selling-price {
  font-size: large;
  font-weight: bold;
  color: #c71a00;
  display: block;
}

.limit-date {
  font-size: large;
  color: #c71a00;
  margin: 0 0 0 18px;
}

.rental-expired {
  color: #c71a00;
}

.correction {
  text-decoration: line-through;
  display: block;
}

@media (min-width:1240px) {
  .review-grid {
    /* max-width: calc(100% - 280px); */
  }
}

.review-grid>:first-child {
  min-width: 250px;
}

.review-star {
  color: #f9cd14;
}

.reviews-list>:nth-child(n+2) {
  border-top: 1px dotted #e5e5e5;
  margin: 0 0 20px 0;
}

.reviews-list>li .af-support {
  margin-top: 20px;
  margin-left: 50px;
  padding: 30px;
  background: #efefef;
}

.grad-wrap {
  position: relative;
}

.grad-wrap+.grad-wrap {
  margin-top: 40px;
}

.grad-trigger {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}

.grad-trigger::after {
  content: "続きを読む";
}

.grad-trigger .fas {
  margin-right: .5em;
}

.grad-item {
  position: relative;
  overflow: hidden;
}

.grad-item.is-hide {
  height: 160px;
}

.grad-item p+p {
  margin-top: 1em;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
  /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}

.grad-trigger.is-show .fas {
  transform: rotate(180deg);
}

.grad-trigger.is-show::after {
  content: "閉じる";
}

.grad-trigger.is-show+.grad-item::before {
  display: none;
}

.device-check {
  background: #e5e5e5;
  padding: 10px;
  border-top: 2px dashed #999;
  border-bottom: 2px dashed #999;
}

.device-check .flex-1-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  justify-items: center;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: auto;
}

.modal-dialog {
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  text-align: center;
  max-height: 90%;
  overflow: auto;
}

.js-modal-open {
  text-decoration: none;
}

.js-modal-page {
  overflow: hidden;
}

.modal-content-sample {
  width: 300px;
}

.modal-content-device {
  font-size: 12px;
  width: 500px;
  text-align: left;
}

.modal-dialog>table {
  border: 1px solid #aaa;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

.modal-dialog>table th {
  background: #ddd;
}

.modal-dialog>table th,
.modal-dialog>table td {
  border: 1px solid #aaa;
}

.modal-dialog hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 20px 0;
  text-align: inherit;
  overflow: visible;
}

.modal-dialog img {
  width: auto !important;
}

.modal-nav {
  display: none;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* overflow-y:auto; */
}

.modal-nav-dialog {
  background: #666;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px 15px 20px;
  position: relative;
  text-align: left;
  max-height: 90%;
  overflow: auto;
}

.ul-nav-modal>li>a {
  color: #fff;
  line-height: 20px;
  padding: 1px 0 1px 5px;
}

.ul-nav-modal>li>a:hover {
  background: #555;
}

.modal-nav-dialog .is_selected {
  background: #555;
  position: relative;
}

.modal-nav-dialog .is_selected>i {
  position: absolute;
  top: 4px;
  right: 5px;
}

.modal-nav-0 {
  top: 222px;
  float: right;
  margin-right: 21px;
}

.modal-nav-1 {
  top: 222px;
  left: 308px;
}

.modal-nav-2 {
  top: 222px;
  left: 421px;
}

.modal-nav-3 {
  top: 222px;
  left: 535px;
}

.modal-nav-4 {
  top: 222px;
  left: 649px;
}

.modal-nav-5 {
  top: 222px;
  left: 749px;
}

.modal-width-sort,
.modal-width-linked {
  width: 170px;
}

.modal-width-price {
  width: 160px;
}

.modal-width-category {
  width: 730px;
}

.modal-width-maker {
  width: 720px;
}

.modal-width-quality {
  width: 190px;
}

.modal-width-site {
  width: 190px;
}

.modal-width-purchase {
  width: 150px;
}

.modal-width-category .modal-menu-flex>li>a {
  width: 150px;
}

.modal-width-maker .modal-menu-flex>li>a {
  width: 195px;
}

@media (max-width:1320px) {
  .modal-width-category {
    width: 557px;
  }

  .modal-width-maker {
    width: 460px;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.cart-price {
  font-size: 24px;
  color: #c71a00;
}

.cart-h1 {
  font-weight: normal;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}

.ul-cart {
  margin: 0 !important;
  text-align: left;
  padding: 0 25px 0 0;
}

.ul-play {
  margin: 0 !important;
  text-align: left;
  padding: 0;
  font-size: 13px;
}

.ul-cart>li,
.ul-play>li {
  padding: 10px 0 !important;
  margin: 0 !important;
}

.ul-cart>li>*>a,
.ul-play>li>*>a:not(.button-action) {
  color: #2a96d4;
  text-decoration: none;
}

.ul-cart>li>*>a:hover,
.ul-play>li>*>a:not(.button-action):hover {
  color: #227db1;
  text-decoration: underline;
}

.ul-cart>li:not(:first-child),
.ul-play>li:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

.dl-default dt {
  font-size: 12px;
  font-weight: bold;
}

.dl-default>dt:nth-child(n+2) {
  margin-top: 5px;
}

.dl-default dd {
  color: #666;
  font-size: 13px;
}

.event-feature {
  max-width: 800px;
  margin: 25px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event-feature .listItem {
  min-width: 250px;
}

.event-feature-comment {
  font-size: 12px;
  text-align: left;
  padding-left: 25px;
  position: relative;
}

.event-feature-comment p {
  margin: 0;
}

@media (max-width:1080px) {
  .event-feature-comment {
    padding-left: 10px;
  }
}

.event-feature .fesnyan {
  background: url(../images/icons/fesnyan_review_100px.png) no-repeat right bottom;
  width: 100px;
  height: 100px;
  position: absolute;
  right: -45px;
  bottom: 25px;
}

.sns-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 5px;
}

.link2sp {
  font-size: 5rem;
  line-height: 50px;
  padding: 80px 0;
}

/* from vr */
#category_sort_box form {
  display: inline;
}

.pagenavi {
  position: absolute;
  right: 15px;
}

a.takumi-link {
  width: 502px;
  text-align: center;
  text-decoration: none;
  color: #FF1493;
  display: inline-block;
  padding: 15px;
  border: 3px solid #FF9BC9;
  font-size: 20px;
}

a.takumi-link:hover {
  color: #5BB5E8;
}

.sample_takumi_page_content {
  width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.2em;
  text-align: left;
}

.small-container {
  width: 800px;
  margin: 0 auto;
}

/*D-PLAYER動画設定 ここから*/
.video_content {
  position: relative;
}

#video_start0 {
  position: absolute;
  top: 250px;
}

/* beginner.php */
#page_beginner {
  width: 950px;
  margin: 0 auto;
}


.page_beginner_h2 {
  background: #F33E8E;
  color: #fff;
  border-left: 0px;
  border-bottom: 1px solid #fff;
  padding-top: 1.0em;
  padding-bottom: 1.0em;
  padding-left: 40px;
  margin: 0;
  letter-spacing: 3px;
  font-size: 18px;
}

.begi_title{
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 100vh;
  background-image: -webkit-gradient(linear, right top, left top, from(#fa709a), to(#ffc0cb));
  background-image: -webkit-linear-gradient(right, #ffc0cb 0%, #fa709a 100%);
  background-image: linear-gradient(to left, #ffc0cb 0%, #fa709a 100%);
}

#begi_menu h4{
  margin: 0;
}

#begi_menu{
  display: flex;
  gap: 0px 20px;
}

#begi_menu a{
  text-decoration: none;
  color: #ff69b4;
  transition: color 0.3s;
}

#begi_menu a:hover{
  color: #c71585;
}

#page_beginnerVR_ren {
  background: url("../images/vr_browser.png");
  height: 1370px;
}

#begi1btn {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  gap: 0px 50px;
}

#mozi{
  text-align: center;
}

#page_beginner_2 {
  height: 545px;
}

#begi2btn {
  display: flex;
  justify-content: center;
  gap: 0px 80px;
}

#page_beginner_3 {
  height: 1250px;

}

#senter {
  text-align: center;
}

#page_beginner_4 {
  height: 1760px;
}

#begi4btn {
  display: flex;
  justify-content: center;
  gap: 0px 334px;
}

#begi4btn2 {
  display: flex;
  justify-content: center;
  gap: 0px 140px;
}

#begi4btn3 {
  display: flex;
  justify-content: center;
  gap: 0px 90px;
  margin-top: 50px;
}

#begi4btn4 {
  gap: 0px 90px;
  margin-top: 50px;
  margin-left: 90px;
}

#page_beginner_4_btn3 {
  border: 5px solid #e6e6fa;
  border-radius: 25px;
}

#page_beginner_4_btn4 {
  border: 5px solid #e6e6fa;
  border-radius: 25px;
}

#page_beginner_5 {
  height: 700px;
}

#senter2 {
  text-align: center;
  margin-top: 25px;
}

#senter3 {
  text-align: center;
  margin-top: 35px;
}

#senter4 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
}

#page_beginner_6 {
  height: 400px;
}


/* beginner.php end */
/* info_afesta.php */
.contents_text3 {
  padding: 20px;
  margin: 20px auto;
  color: red;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  border: 2px solid red;
}

/* help_qr_dl.php */
#qr_dl_page #qr_dl {
  width: 1080px;
  height: 2400px;
  background: transparent url("../images/qrinfo_bg.png") no-repeat scroll 0px 0px;
  margin: 0 auto;
}

#qr_dl_page #qr_dl #sample {
  padding: 445px 0px 0px 150px;
  height: 50px;
}

#qr_dl_page #qr_dl #reg {
  padding: 100px 0px 0px 650px;
  height: 50px;
}

#qr_dl_page #qr_dl #point {
  padding: 80px 0px 0px 650px;
  height: 50px;
}

#qr_dl_page .qr_dl_txt {
  margin-left: 20px;
  font-size: 16px;
}

/* help_qr_dl.php end */
/* sample_dl.php */
#sample_dl_page {
  position: relative;
}

#sample_qr_img {
  display: none;
  z-index: 110;
  position: absolute;
  top: 430px;
  left: 470px;
  width: 230px;
  height: 250px;
  background-color: #fff;
  padding: 10px;
  margin: 0 auto;
}

#sample_qr_stream_img {
  display: none;
  z-index: 110;
  position: absolute;
  top: 430px;
  left: 470px;
  width: 230px;
  height: 250px;
  background-color: #fff;
  padding: 10px;
  margin: 0 auto;
}

#sample_qr_img_box {
  text-align: center;
}

#h_sample_qr_img {
  display: none;
  z-index: 110;
  position: absolute;
  top: 430px;
  left: 470px;
  width: 230px;
  height: 250px;
  background-color: #fff;
  padding: 10px;
  margin: 0 auto;
}

#h_sample_qr_img_box {
  text-align: center;
}

.sample_qr_img_close {
  color: #1b95e0;
  float: right;
  font-weight: bold;
}

.sample_qr_caution {
  color: #FF0000;
  font-weight: bold;
}

#sample_bottom {
  width: 400px;
  ;
}

#sample_dl_page_right {
  width: 49%;
  float: left;
}

.sample_dl_freelink {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
}

.sample_dl_page_word {
  color: red;
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
}

/* smonthly_info.php */
#smonthly_info_page {
  background: url("../images/smonthly_info_bg.png?20190530");
  height: 1850px;
  width: 1080px;
}

#smonthly_info_page_header {
  background: url("../images/smonthly_info_bg.png?20190530");
  height: 300px;
  width: 1080px;
}

#smonthly_info_headertop {
  padding-top: 190px;
}

#smonthly_info_headerunder {
  padding-top: 10px;
  padding-left: 217px;
}

#smonthly_info_vrranking {
  padding-top: 25px;
}

#smonthly_info_tvranking {
  padding-top: 40px;
}

#smonthly_info_bottomtop {
  padding-top: 560px;
  text-align: center;
}

#smonthly_info_bottomunder {
  padding-top: 70px;
  text-align: center;
}

#smonthly_info_headertop a,
#smonthly_info_headerunder a,
#smonthly_info_bottomunder a {
  text-decoration: none;
}

/* howto_dimension.php */
.dimension-page a {
  text-decoration: none;
}

#howto_dimension_page {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

#howto_dimension_menu {
  width: 1080px;
  height: 250px;
  background-image: url("../images/howto_dimension_menu.png?20181208");
  padding-top: 180px;
}

#howto_dimension_menu_btn1 {
  width: 186px;
  height: 234px;
  background-image: url("../images/howto_dimension_menu_btn1.png?20181208");
  margin-left: 25px;
  float: left;
}

#howto_dimension_menu_btn2 {
  width: 186px;
  height: 234px;
  background-image: url("../images/howto_dimension_menu_btn2.png?20181208");
  margin-left: 25px;
  float: left;
}

#howto_dimension_menu_btn3 {
  width: 186px;
  height: 234px;
  background-image: url("../images/howto_dimension_menu_btn3.png?20181208");
  margin-left: 25px;
  float: left;
}

#howto_dimension_menu_btn4 {
  width: 186px;
  height: 234px;
  background-image: url("../images/howto_dimension_menu_btn4.png?20181208");
  margin-left: 25px;
  float: left;
}

#howto_dimension_menu_btn5 {
  width: 186px;
  height: 234px;
  background-image: url("../images/howto_dimension_menu_btn5_5.png?20181208");
  margin-left: 25px;
  float: left;
}

#howto_dimension_menu_btn1:hover {
  background-image: url("../images/howto_dimension_menu_btn1_hover.png?20181208");
}

#howto_dimension_menu_btn2:hover {
  background-image: url("../images/howto_dimension_menu_btn2_hover.png?20181208");
}

#howto_dimension_menu_btn3:hover {
  background-image: url("../images/howto_dimension_menu_btn3_hover.png?20181208");
}

#howto_dimension_menu_btn4:hover {
  background-image: url("../images/howto_dimension_menu_btn4_hover.png?20181208");
}

#howto_dimension_menu_btn5:hover {
  background-image: url("../images/howto_dimension_menu_btn5_hover.png?20181208");
}

/* スマホ */
.howto_dimension_sp {
  width: 1080px;
  height: 8470px;
  background-image: url("../images/howto_dimension_sp_bg_190911.png");
  position: relative;
  margin-top: 25px;
}

#howto_dimension_sp_btnbox {
  padding-top: 620px;
  padding-left: 400px;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

#howto_dimension_sp_textbox {
  padding-top: 5240px;
  padding-left: 120px;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

#howto_dimension_sp_goods {
  margin-top: 2250px;
}

#howto_dimension_sp_back {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/* OculusGo */
.howto_dimension_oculus {
  width: 1080px;
  height: 6180px;
  background-image: url("../images/howto_dimension_oculus_bg_190911.png");
  overflow: hidden;
  position: relative;
}

#howto_dimension_oculus_btnbox {
  margin-top: 650px;
  margin-left: 380px;
  padding: 30px;
  width: 560px;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

#howto_dimension_oculus_btntbox img {
  margin-top: 5px;
}

#howto_dimension_oculus_textbox {
  padding-top: 4240px;
  padding-left: 120px;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

#howto_dimension_oculus_back {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#howto_dimension_oculus_goods {
  margin-top: 800px;
}

/* GearVR */
.howto_dimension_gear {
  width: 1080px;
  height: 6350px;
  background-image: url("../images/howto_dimension_gear_bg_190911.png");
  overflow: hidden;
  position: relative;
}

#howto_dimension_gear_btnbox {
  margin-top: 670px;
  margin-left: 380px;
  padding: 30px;
  width: 560px;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

#howto_dimension_gear_textbox {
  padding-top: 4370px;
  padding-left: 120px;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

#howto_dimension_gear_back {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#howto_dimension_gear_goods {
  margin-top: 820px;
}

/* PC */
.howto_dimension_pc {
  width: 1080px;
  height: 8484px;
  background-image: url("../images/howto_dimension_pc1_bg_190911.png");
  overflow: hidden;
  position: relative;
}

#howto_dimension_pc2 {
  width: 1080px;
  height: 1480px;
  background-image: url("../images/howto_dimension_pc2_bg_190710.png");
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
}

#howto_dimension_pc_attbox {
  margin-top: 665px;
  margin-left: 640px;
  text-align: left;
}

#howto_dimension_pc_attbox2 {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

#howto_dimension_pc_attbox3 {
  margin-top: 3750px;
  margin-left: 380px;
}

#howto_dimension_pc_btnbox {
  margin-top: 240px;
  margin-left: 420px;
  padding: 30px;
  width: 560px;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

#howto_dimension_pc_btnbox img {
  margin-top: 5px;
}

#howto_dimension_pc_steam {
  text-align: center;
  margin-top: 210px;
}

#howto_dimension_pc_device {
  margin-top: 330px;
  font-size: 13px;
  line-height: 1.8;
}

#howto_dimension_pc_vive {
  width: 400px;
  margin-left: 140px;
  float: left;
}

#howto_dimension_pc_rift {
  width: 400px;
  margin-left: 50px;
  float: left;
}

#howto_dimension_pc_textbox {
  padding-top: 390px;
  padding-left: 120px;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

#howto_dimension_pc_back {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#howto_dimension_pc_goods {
  margin-top: 800px;
}

/* Other */
.howto_dimension_other {
  width: 1080px;
  height: 1870px;
  background-image: url("../images/howto_dimension_other_bg.png");
  overflow: hidden;
  position: relative;
}

#howto_other_textbox {
  margin-top: 270px;
  margin-left: 380px;
  padding: 30px;
  width: 560px;
}

#howto_other_textbox img {
  margin-top: 5px;
}

#howto_dimension_other_back {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.pink {
  color: #fa578a;
}

.cheak {
  padding-left: 10px;
  padding-top: 10px;
  font-size: 14px;
}

.disp_dl {
  padding: 5px;
  margin: 0;
  background: #eee;
  display: block;
  font-size: 12px;
}

.undisp_dl {
  padding: 5px;
  margin: 0;
  background: #eee;
  display: none;
  font-size: 12px;
}

.disp_dl a,
.undisp_dl a {
  text-decoration: none;
}

.dl_btn {
  padding: 5px;
  background: #f79c24;
  margin: 10px;
  color: #fff;
  text-align: center;
}

.selected_tab {
  color: #fff;
  background: #369adb;
  font-size: 12px;
  max-width: 48px;
  padding: 4px;
  margin: 1px 2px 0px 0px;
  font-weight: bold;
  float: left;
  min-height: 40px;
}

.un_select_tab {
  color: #fff;
  background: #afc6df;
  font-size: 12px;
  max-width: 48px;
  padding: 4px;
  margin: 1px 2px 1px 0px;
  cursor: pointer;
  float: left;
  min-height: 40px;
}

.select-file-area {
  padding: 5px;
  text-align: left;
}

.browser-play-btn {
  margin-top: 7px;
  position: relative;
  display: inline-block;
  padding: 0.5em 0;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  background: #F092BC;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2),
    inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #FF44FF;
}

a.browser-play-btn:hover {
  color: #FFF;
}
