@charset "utf-8";
@import url(./layout_sp_sports.css);

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

/* base
============================== */
html, body {
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%;
  background: white;
  color: #1a1a1a;
  font-size: 14px;
  font-family: Roboto, "モトヤLシーダ3等幅", MotoyaLCedar, -apple-system, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",arial, sans-serif;
  line-height: 1.7;
}

/*.iPhone { font-family: -apple-system, "メイリオ", sans-serif; }*/
#wrap {
  min-height: 100%;
  box-sizing: border-box;
  padding: 50px 0 80px;
  position: relative;
}

/* a { color: #e95384; } */
a {
  color: #374a9d;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
}

/* header
============================== */
header {
  width: 100%;
  height: 50px;
  background: #fff;
  z-index: 999;
  -webkit-transition: all .3s ease, background 0s ease;
  transition: all .3s ease, background 0s ease;
  position: fixed;
  top: 0;
  left: 0;
}

header .logo-header {
  position: absolute;
  top: 50%;
  left: calc(50px + 1%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
}

header .logo-header a {
  display: block;
}

header .logo-header a img {
  display: block;
  max-height: 35px;
  width: 100%;
  max-width: 40vw;
  transition: .3s all ease;
}

.headerHidden {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

header.headerShadow {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

/* gnav */
#gnav {
  width: 70%;
  height: 100%;
  background: #202020;
  color: #808080;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 0 40px 20px;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 1000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

#gnav .inner {
  position: relative;
  min-height: 100%;
  padding-bottom: 60px;
  box-sizing: border-box;
}

#gnav .inner>ul:not(:last-of-type) {
  border-bottom: 1px solid #444;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

#gnav a {
  display: block;
  color: #f5f5f5;
  text-decoration: none;
  line-height: 36px;
  font-weight: 500;
}

#gnav li {
  position: relative;
  padding-left: 43px;
}

#gnav li a {
  font-weight: bold;
}

#gnav li>a::before,
#gnav #langtype-link::before {
  content: '';
  width: 28px;
  height: 28px;
  display: inline-block;
  background: no-repeat center;
  background-size: 66%;
  vertical-align: middle;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 5px;
}

#gnav li.home a::before {
  border-radius: 100px;
}

#gnav li.sub a {
  font-size: 13px;
  font-weight: 300;
}

#gnav li.noIcon a::before {
  background: none;
}

#gnav li.homeEmtg a::before {
  background-color: #ff7c60;
  background-image: url(/images/sp/Tixplus@3x.jpg);
  background-size: 135% auto;
}

#gnav li.mypage a::before {
  background-image: url(/images/sp/icon_gnav_my.svg);
}

#gnav li.aboutDticket a::before {
  background-image: url(/images/sp/icon_gnav_ticket.svg);
}

#gnav li.aboutTrade a::before {
  background-image: url(/images/sp/icon_gnav_trade2.svg);
}

#gnav li.homeTrade a::before {
  background-color: #d572ce;
  background-image: url(/images/sp/tradeicon@2x.png);
  background-size: 115% auto;
}

#gnav li.mytrade a::before {
  background-image: url(/images/sp/icon_gnav_my.svg);
}

#gnav li.guideTrade a::before {
  background-image: url(/images/sp/icon_gnav_trade.svg);
}

#gnav li.introduction a::before {
  background-image: url(/images/sp/icon_gnav_guide.svg);
  background-size: 55% auto;
}

#gnav li.faq a::before {
  background-image: url(/images/sp/icon_gnav_help.svg);
}

#gnav li.lang #langtype-link::before {
  background-image: url(/images/sp/icon_gnav_lang.svg);
}

#gnav li.appli a::before {
  background-image: url(/images/sp/applilogo.png);
  background-size: 135% auto;
  border-radius: 100px;
}

#gnav li.login a::before {
  background-image: url(/images/sp/icon_gnav_login.svg);
}

#gnav li.logout a::before {
  background-image: url(/images/sp/icon_gnav_logout.svg);
}

#gnav li.premium a::before {
  background-image: url(/images/sp/icon_gnav_premium.png);
}

#gnav li.twitter a::before {
  background-image: url(/images/sp/icon_gnav_x.svg);
  background-size: 100%;
}

#gnav .navSupport li a {
  font-size: 11px;
  line-height: 33px;
}

#gnav .accordion-btn::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 8%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -5px;
  pointer-events: none;
  transition: .3s all ease;
}

#gnav .accordion-btn.ac-open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#gnav .accordion {
  display: none;
}

#gnav .copyright {
  color: #bdbdbd;
  font-size: 9px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* loginNav */
header #loginNav {
  position: absolute;
  right: 8px;
  top: 0;
}

header #loginNav li {
  width: 50px;
  height: 50px;
  float: left;
}

header #loginNav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #151515;
  font-size: 9px;
  line-height: 10px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  padding: 9px 0 0;
  font-weight: bold;
}

header #loginNav li svg {
  width: 50px;
  height: 18px;
  margin: 0 0 4px;
}

header #loginNav li.login svg {
  position: relative;
  left: -2px;
}

header #loginNav li.mytrade,
header #loginNav li.mytrade svg {
  width: 60px;
}
/* 検索モーダル内の、ヘッダには不要なボタンを非表示 */
#sys-header_search_dialog .block-narrowing {
  display: none;
}

/* 2017_11_01 クローズド対応_ログアウトアイコンの参照 */
/*
header #loginNav .logout a { background-image: url(/images/common/icon_logout.svg); }
header #loginNav .mypage a { background-image: url(/images/common/icon_mypage.svg); }
header #loginNav .mytrade a { background-image: url(/images/common/icon_mytrade.svg); background-size: auto 29px; }
header #loginNav .help a { background-image: url(/images/common/icon_help.svg); }
*/
/* navBtn */
#navBtn {
  width: 40px;
  height: 50px;
  position: fixed;
  left: 10px;
  top: 0;
  transition: .3s all ease;
  z-index: 9999;
}

#navBtn .bar {
  display: block;
  position: absolute;
  left: 9px;
  width: 20px;
  height: 2px;
  background: #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#navBtn .top {
  top: 16px;
}

#navBtn .mid {
  top: 24px;
}

#navBtn .btm {
  top: 32px;
}

/* menuOpen */
/*.menuOpen header {left: 70%; background: #ccc;}*/
.menuOpen #navBtn {
  left: 70%;
}

.menuOpen #navBtn span {
  background: #fff;
}

.menuOpen #navBtn .top {
  top: 24px;
  -webkit-transform: rotate(45deg);
}

.menuOpen #navBtn .mid {
  opacity: 0;
}

.menuOpen #navBtn .btm {
  top: 24px;
  -webkit-transform: rotate(-45deg);
}

.menuOpen #gnav {
  left: 0;
  top: 0;
}

body::after {
  content: '';
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menuOpen::after {
  background: rgba(0, 0, 0, 0.2);
}

/* headerHide */
.headerHide header {
  background: transparent;
}

/* footer
============================== */
.fix_sell_btn {
  position: fixed;
  right: 2px;
  bottom: 15px;
  z-index: 1000;
  width: 67px;
  height: 67px;
}

.fix_sell_btn img {
  width: 67px;
  height: 67px;
}

.fix_search_btn {
  position: fixed;
  right: 2px;
  bottom: 15px;
  z-index: 1000;
  width: 67px;
  height: 67px;
}

.fix_search_btn img {
  width: 67px;
  height: 67px;
}

footer {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  line-height: 1em;
  padding: 20px 0;
}

footer #supportNav div {
  display: inline-block;
  color: #666;
  font-size: 11px;
  text-decoration: none;
  padding: 0 10px;
}

footer #supportNav {
  width: 300px;
  padding: 10px 0;
  margin: 0 auto;
}

footer #supportNav li:nth-child(odd) a {
  border-right: 1px solid #ccc;
}

footer #supportNav li {
  display: inline-block;
}

footer #supportNav a {
  display: inline-block;
  color: #666;
  font-size: 11px;
  text-decoration: none;
  padding: 0 10px;
}

footer .copyright {
  color: #bebdbd;
  font-size: 9px;
  line-height: 1.5;
}


.comp--popupBlock{
    z-index: 999;
    position: relative;
}
.comp--puShade{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.comp--popup{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    background: #FFF;
    padding: 40px 20px;
    transform: translate(-50%,-50%);
    border-radius: 20px;
    box-sizing: border-box;
}
.comp--popup .puTit{
	width: 60%;
    margin: 0 auto 20px;
}
.comp--popup .puTxt{
    text-align: left;
    margin: 0 0 20px;
    font-weight: 600;
}
.comp--popup .btnEnter{

}
.comp--popup .btnEnter a{
    background: #000;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    padding: 13px 29px;
    border-radius: 100px;
    display: block;
    width: 80%;
    margin: 0 auto 20px;
}
.comp--popup .btnCancel{
    text-align: center;
}
.comp--popup .btnCancel a{
	display: inline-block;
    text-decoration: none;
    color: #000;
}
.comp--popup .btnClose{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.comp--popup .btnClose:before{
    content: "";
    display: block;
	width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}
.comp--popup .btnClose:after{
    content: "";
    display: block;
	width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
}

.comp--questBox{
	background: #FFF;
    padding: 20px;
    margin: 0 0 40px;
}
.comp--questBox .txt{
    margin: 0 0 15px;
    line-height: 1.5em;
}
.comp--questBox .link{

}
.comp--questBox .link a{
    text-decoration: none;
}
.comp--questBox .link a .fa-solid{
    padding: 0 5px 0 0;
}




/* btn
============================== */
.btn a, .btn input, .btn button {
  display: block;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  padding: 13px;
  margin: 15px auto;
  -webkit-appearance: none;
  border-radius: 100px;
  border: 1px solid transparent;
}

.btn .main {
  background: #ff7c60;
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  outline:none;
}

.btn .sub {
  background: #fff;
  color: #ff7c60;
  border-color: #ff7c60;
  outline:none;
}

.btn .disabled {
  background: #e4e4e4;
  color: #fff;
  box-shadow: none;
}

.btn .disabled-opacity {
  opacity: 0.3;
  pointer-events: none;
}

/* modal
============================== */
#Modal {
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  padding: 10px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

#Modal.close {
  display: none;
}

.modalCenter #Modal.open{
    display: flex;
    align-items: center;
}

#Modal .box {
  position: static;
  margin: 10px auto;
  background-color: #fff;
  border-radius: 4.5px;
  overflow: hidden;
}

#Modal .inner {
  padding: 10px;
}

#Modal button.close {
  position: absolute;
  right: -10px;
  top: -10px;
  display: block;
  width: 32px;
  height: 32px;
  border: #fff solid 2px;
  overflow: hidden;
  background-color: $c-background;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px 0px;
}

#Modal button.close:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: (28px - 14px) / 2;
  background-image: url("../../img/common/base/icon_close.png");
  background-position: 0% 100%;
  background-size: 100% auto;
}

#Modal .item-modal {
  display: none;
}

#Modal .item-modal.current {
  display: block;
}

#Modal .item-modal>*:first-child {
  margin-top: 0;
}

#Modal .item-modal>*:last-child {
  margin-bottom: 0;
}

#search-global {
  padding-top: 20px;
}

#Modal .artist {
  color: #888;
}

#Modal .tit {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

/* list-form */
#Modal .list-form {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  position: relative;
}

#Modal .list-form dt {
  width: 60px;
  float: left;
}

#Modal .list-form dd {
  position: relative;
  padding-left: 60px;
}

#Modal .list-form .txt.center {
  padding-top: 20px;
}

#Modal .list-form .edit {
  display: inline-block;
  width: auto;
  color: #888;
  font-size: 12px;
  border: none;
  padding: 3px 5px;
  position: absolute;
  right: 0;
  top: -25px;
}

#Modal .list-form .edit::before {
  content: "\f040";
  font: normal normal normal 14px/1 FontAwesome;
  margin: 0 5px 0 0;
}

#Modal .list-form .disabled::before {
  content: none;
}
#Modal .list-form .disabled {
  background-color: white;
}
/* sale */
#Modal #Modal1 .list-form dt {
  width: auto;
  float: none
}

#Modal #Modal1 .list-form dd {
  padding-left: 0;
}

.box-fixed .btn-wrap.sale_fix_footer .btn:first-child,
.box-fixed .btn-wrap.sale_fix_footer .btn:last-child {
  width: 48%;
}

/* btn */
#Modal .list-btn li {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#Modal .list-btn li:first-child {
  padding-right: 5px;
}

#Modal .list-btn li:last-child {
  padding-left: 5px;
}

#Modal button {
  margin-bottom: 0;
}

#Modal .btn {
  display: flex;
}

.btn .error {
  background: #ff7c60;
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  outline:none;
}

.btn .error:disabled {
  background: #e95384;
  color: #fff;
}

#Modal .apply_error {
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  color: #FF0000;
  text-align: center;
}

#Modal .apply {
  width: 45%;
  height: auto;
  margin-right: 10%;
  border: 2px solid #000;
  font-weight: bold;
  background-color: #FFAEC9;
}

#Modal .cancel {
  width: 45%;
  height: auto;
  border: 2px solid #000;
  font-weight: bold;
  background: #eee;
}

/* section
============================== */
section {
  padding: 30px 5%;
  overflow: hidden;
}

.sectionTit {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 15px;
}

.areaTit {
  font-size: 16px;
  border-left: 4px solid #ff7c60;
  padding: 3px 0 3px 7px;
  margin: 0 0 15px;
}

.lead {
  font-size: 13px;
  margin: 0 0 30px;
}

.subTxt {
  font-size: 0.8em;
}

.red {
  color: #f00;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.hide {
  display: none;
}

.status.type1 {
  color: white;
  background-color: #ff7c60;
  border: 1px solid #ff7c60;
}

.status.type2 {
  color: white;
  background-color: #6072b5;
  border: 1px solid #6072b5;
}

.status.type3 {
  color: white;
  background-color: #4bb28d;
  border: 1px solid #4bb28d;
}

.status.type4 {
  color: white;
  background-color: #ed9833;
  border: 1px solid #ed9833;
}

.status.type5 {
  color: white;
  background-color: #ed9833;
  border: 1px solid #ed9833;
}

.status.type6 {
  color: #999;
  border: 1px solid #999;
}

.status.type7 {
  color: #999;
  border: 1px solid #999;
}

.status.type8 {
  color: white;
  background-color: #3085c7;
  border: 1px solid #3085c7;
}

.status.type9 {
  color: white;
  background-color: #f00;
  border: 1px solid #f00;
}

.status.type10 {
  color: #ffa500;
  border: 1px solid #ffa500;
}

.icon-detail.type1 {
  color: #ff7c60;
}

.icon-detail.type2 {
  color: #4bb28d;
}

.icon-detail.type3 {
  color: #6072b5;
}

.icon-detail.type4 {
  color: #ff7c60;
}

.icon-detail.type5 {
  color: #37acdd;
}

.icon-detail.type6 {
  color: #8b58a0;
}

.label-color1 {
  color: white;
  background-color: #ff7c60;
  border: 1px solid #ff7c60;
}
.label-color2 {
  color: white;
  background-color: #344c9c;
  border: 1px solid #344c9c;
}
.label-color3 {
  color: #ff7c60;
  background-color: white;
  border: 1px solid #ff7c60;
}
.label-color4 {
  color: #344c9c;
  background-color: white;
  border: 1px solid #344c9c;
}
.label-color5 {
  color: #121212;
  background-color: white;
  border: 1px solid #121212;
}
.label-color6 {
  color: white;
  background-color: #121212;
  border: 1px solid #121212;
}

/* box */
.box {
  background: #fff;
  box-shadow: 0 0 1.5px rgba(0, 0, 0, 0.6);
  margin: 0 0 30px;
  position: relative;
  z-index: 9;
}

/* dottList */
.dottList li {
  line-height: 1.5;
  padding: 0 0 0 1.5em;
  margin: 0 0 .5em;
  position: relative;
}

.dottList li::before {
  content: '●';
  color: #ccc;
  position: absolute;
  left: 0;
}

/* linkList */
.linkList {
  margin: 20px 0 0;
}

.linkList a {
  color: #374a9d;
  text-decoration: none;
}

.linkList a:hover {
  color: #e95384;
}

.linkList a:before {
  content: "\f105";
  color: #bbb;
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: normal;
  line-height: 0;
  margin: 0 5px 0 0;
}

/* menuList */
.menuList {
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  padding: 0 0 0 4%;
  margin: 20px -3%;
}

.menuList a {
  display: block;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  padding: 12px 6% 12px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.menuList li:last-child a {
  border: none;
}

.menuList a::after {
  content: "\f105";
  color: #bbb;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  right: 4%;
  top: 50%;
  margin: -12px 0 0;
}

/* errorList */
.errorList {
  background: #ffeded;
  color: #f00;
  font-size: 12px;
  border: 1px solid #f00;
  padding: 10px;
  margin: 0 0 15px;
}

.errorList li {
  padding: 0 0 0 1em;
  position: relative;
}

.errorList li::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 0.8em;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0.2em;
}

/* success */
.successList {
  background: #fffad2;
  border: 1px solid #cddc39;
  padding: 10px 20px;
  margin: 0 0 30px;
}

/* form
================================ */
input, label, button {
  cursor: pointer;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
button {
  display: inline-block;
  width: 100%;
  background: #f5f5f5;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px;
  outline: none;
}
_::-webkit-full-page-media, _:future, :root .css_selector {
    input[type="text"]{
      height: 3rem;
    }
}
/* Safari 6.1+ (9.0 is the latest version of Safari at this time) */
@media screen and (min-color-index:0) 
and(-webkit-min-device-pixel-ratio:0) { @media {
    input[type="text"]{
      height: 3rem;
    }
}}
/* Safari 6.1-7.0 */
@media screen and (-webkit-min-device-pixel-ratio:0) 
and (min-color-index:0)
{  
    input[type="text"]{
      height: 3rem;
    }
}

/* select */
select {
  outline: none;
}

.form-select {
  display: inline-block;
  position: relative;
}

.form-select select {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  background: #f5f5f5;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 11px 39px 10px 9px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.form-select:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: #666 solid 8px;
  border-left: transparent solid 6px;
  border-right: transparent solid 6px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 10px;
  bottom: 0;
  z-index: 11;
}

/* radio, check */
.form-checkbox input[type="radio"],
.form-radio input[type="checkbox"],
.form-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: #e4e4e4 solid 1px;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 3px 0px inset;
  border-radius: 50%;
  outline: none;
}

.form-checkbox input[type="radio"]:before,
.form-radio input[type="checkbox"]:before,
.form-radio input[type="radio"]:before {
  content: "";
  position: absolute;
  left: 6.5px;
  top: 50%;
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #FF7C60;
  border-radius: 50%;
}

.form-checkbox input[type="radio"]:checked:before,
.form-radio input[type="checkbox"]:checked:before,
.form-radio input[type="radio"]:checked:before {
  display: block;
}

.form-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: #e4e4e4 solid 1px;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 3px 0px inset;
  outline: none;
}

.form-checkbox input[type="checkbox"]:before {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 3px solid #e7527d;
  border-top: none;
  border-right: none;
  margin: -0.5em 0 0;
  position: absolute;
  left: 0.2em;
  top: 70%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-checkbox input[type="checkbox"]:checked:before {
  top: 50%;
  opacity: 1;
}

/* toggle */
.form-toggle label {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.06em;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.form-toggle input[type="checkbox"],
.form-toggle input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form-toggle label {
  padding-left: 0;
  position: relative;
}
.form-toggle label::before,
.form-toggle label::after {
  content: '';
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #ddd;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.form-toggle label::before {
  width: 50px;
  border-radius: 15px;
  right: 0;
  top: 50%;
  background: #eee;
}
.form-toggle label::after {
  width: 30px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  right: 20px;
  top: 50%;
}
.form-toggle .checked::before {
  background: #ff7c60;
  border-color: #ff7c60;
}
.form-toggle .checked::after {
  right: 0;
}

/* form */
.formArea {
  background: #fff;
  padding: 10px;
  margin: 0 0 15px;
  border-radius: 3px;
}

.list-form dt {
  color: #888;
  font-size: 12px;
  margin: 0 0 10px;
}

.list-form dt .subTxt {
  color: #999;
  font-size: 12px;
}

.list-form dd {
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
  margin: 0 0 10px;
}

.list-form dd:last-child {
  border: none;
  margin: 0;
}

.list-form input[type="text"],
.list-form input[type="tel"],
.list-form input[type="password"],
.list-form input[type="email"] {
  display: inline-block;
  width: 100%;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px;
}

.list-form .error input,
.list-form .error select {
  background: #fff387;
  border: 1px solid #f00;
}

.list-form .error label {
  color: #f00;
}

.list-form label.half {
  display: inline-block;
  font-size: 16px;
  padding: 0 30px 0 0;
}

.list-form.confirm dt {
  margin-bottom: 5px;
}

.list-form.confirm dd {
  min-height: 1em;
  font-size: 14px;
  padding-bottom: 10px;
}

.list-form dd .confirm {
  display: inline-block;
  font-size: 16px;
  padding: 0;
}

a.btn {
  text-decoration: none;
}

/* attentionList */
.attentionList {
  margin: 0 0 15px;
}

.attentionList li {
  font-size: 12px;
  padding: 0 0 0 1em;
  position: relative;
}

.attentionList li::before {
  content: "\f00c";
  color: #f90;
  font-family: FontAwesome;
  font-size: 0.8em;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0.1em;
}

.body-white #wrap {
    background: #fff;
    padding: 50px 0 140px;
}

.body-white header.headerShadow {
  background: #fff;
}







.body-white.buyInfo {

}
.body-white.buyInfo .modaal-inner-wrapper {
    padding: 0 3% 80px;
}
.body-white.buyInfo .popup-inner {
    padding-top: 60px;
}
.body-white.buyInfo  #Attention {
    display: none;
}
.body-white.buyInfo  .box-caution  {
    background: #fff;
    box-shadow: 0 0 1px #ccc;
    padding: 15px;
    margin: 0 0 30px;
}
.body-white.buyInfo .box-caution .lead {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}
.body-white.buyInfo .box-caution .block-caution {
    display: none;
}
.body-white.buyInfo .box-caution .block-caution:first-of-type {
    display: block;
}
.body-white.buyInfo .box-caution .block-caution:last-of-type {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0;
    border-top: 1px solid #ccc;
    margin-top: 30px;
}
.body-white.buyInfo .box-caution .block-caution .block-tit {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.body-white.buyInfo .box-caution .attentionList {
    margin: 0 auto 20px;
}
.body-white.buyInfo .box-caution .attentionList li {
    font-size: 13px;
    margin: 0 0 15px 20px;
    text-align: left;
    position: relative;
    padding: 0;
}
.body-white.buyInfo .box-caution .attentionList li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 9px;
    font-size: 0.8em;
    background: #b9b9b9;
    position: absolute;
    left: -13px;
    top: 7px;
}
.body-white.buyInfo .box-caution .block-caution.reading {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.body-white.buyInfo .box-caution label {
    display: block;
    text-align: center;
    margin: 0px 0 15px 30px;
}
.body-white.buyInfo .btn input{
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    border: 1px solid #ff7c60;
    border-radius: 4px;
    padding: 0 10px;
    margin: 15px auto;
}
.body-white.buyInfo .box-caution label span {
    position: relative;
    font-size: 18px;
}
.body-white.buyInfo .box-caution label span::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: 1px solid #999;
    margin: -0.6em 0 0;
    position: absolute;
    left: -27px;
    top: 11px;
    background: #fff;
    border-radius: 2px;
    transition: .3s;
    box-sizing: border-box;
}
.body-white.buyInfo .box-caution label span::after {
    content: '';
    display: inline-block;
    width: 0.8em;
    height: 0.4em;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    margin: -0.26em 0 0;
    position: absolute;
    left: -0.1em;
    top: 70%;
    transform: rotate(-45deg);
    opacity: 0;
    box-sizing: border-box;
}
.body-white.buyInfo .box-caution input {
    -webkit-appearance: none;
    opacity: 0;
    position: absolute;
    left: 0;
}
.body-white.buyInfo .box-caution :disabled ~ span::before,
.body-white.buyInfo .box-caution :checked ~ span::before {
    background: #ff7c60;
    border-color: #ff7c60;
}
.body-white.buyInfo .box-caution :disabled ~ span::after,
.body-white.buyInfo .box-caution :checked ~ span::after {
    top: 9px;
    left: -24px;
    opacity: 1;
}
.body-white.buyInfo .box-caution .block-caution.form--post label {
    margin: 0px 0 15px 25px;
}
.body-white.buyInfo .box-caution .block-caution a.sub {
    display: inline-block;
    font-size: 13px;
    color: #374a9d;
    padding-top: 5px;
    text-decoration: underline;
    margin: 3px 0 5px;
}
.body-white.buyInfo .btn .disabled {
    cursor: unset;
    pointer-events: none!important;
}
.body-white.buyInfo .modaal-close {
    right: 0;
    top: 0;
}
.body-white.buyInfo .btn .sub {
	margin: 0 auto 30px;
    width: 80%;
    outline: none;
}



/* home
============================== */
#home {
padding-top:0;
}
#home.ocrSellHome{
    padding-top: 20px;
}
#home .sectionTit {
font-size: 20px;
font-weight: bold;
margin: 0 0 15px;
}

.body-home #popupInfotop{
display:block;
position:fixed;
top:0;
left: 0;
width:100%;
height:100%;
background:rgba(0,0,0,0.5);
z-index:10010;
}
.body-home .pages #popupInfotop{
display:none;
}

.body-home .popupBox{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.85);
z-index:10010;
text-align:left;
}
.body-home .popupBox .closeBg{
display:block;
position:fixed;
top:0;
width:100%;
height:100%;
z-index:1001;
}


.body-home .popupBox{
overflow:scroll;
}
.body-home .popupBox .block{
position: absolute;
top:50%;
left: 50%;
width: 90%;
max-width: 600px;
z-index: 1100;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}


.body-home .popupBox .close .top{
position:absolute;
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.body-home .popupBox .close .bottom{
position:absolute;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}


.body-home .popupBox .inner {
background: #fff;
padding: 15px;
line-height: 1.5;
font-size: 14px;
letter-spacing: 1px;
color: #000;
border-radius: 20px;
box-sizing: border-box;
}
.body-home .popupBox .inner .icon{
display: block;
margin: 0 auto 15px;
text-align: center;
width: 40px;
}
.body-home .popupBox .inner .txt{
text-align: center;
font-size: 13px;
margin: 0 auto 20px;
}
.body-home .popupBox .inner .txt .mini{
font-size: 11px;
display: block;
}
.body-home .popupBox .inner .btn a{
display: block;
background: #000;
color: #fff;
padding: 15px;
line-height: 1.5;
border: 1px solid #000;
}
.body-home .popupBox .inner .close.closeBtn{
display: block;
width: 100%;
display: block;
font-size: 16px;
font-weight: bold;
text-align: center;
text-decoration: none;
line-height: 1.5;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 13px;
margin: 15px auto;
-webkit-appearance: none;
color: #000;
top: auto;
left: auto;
padding: 15px;
line-height: 1.5;
height: auto;
position: relative;
}

.body-home .popupBox .close{
position: absolute;
width: 30px;
height: 30px;
top: -40px;
right: 0;
cursor: pointer;
-webkit-transition: .3s;
transition: .3s;
text-align: left;
  }
.body-home .popupBox .close span{
  top:20px;
  width:30px;
  height:2px;
  position:absolute;
  background:#fff;
  }
.body-home .bnr{
    line-height:0;
    margin: 20px auto;
}
.body-home .bnr a{
    display: block;
}
.search-box {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  overflow: hidden;
  display: none;
}

#home .search-box,
#search_dialog_form .search-box {
  display: block;
}

.search-box .search-input {
  background: rgba(244, 244, 244, 0.7);
  border: none;
  border-radius: 0;
  padding-left: 36px;
}

.search-box .search-icon {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: none;
  width: auto;
  line-height: 0;
}

.search-box .search-icon img {
  width: 18px;
}

.ui-widget.ui-widget-content {
  border: none !important;
  width: 90% !important;
  box-sizing: border-box;
  padding: 0 0 0 17px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  overflow: scroll;
  overflow-scrolling: touch;
  max-height: 300px;
  max-height: 50vh;
  border-radius: 2px;
}

.ui-autocomplete>li:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 12px 0 !important;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.block-narrowing {
  margin: 16px 0;
}

.block-narrowing>* {
  display: inline-block;
}

.block-narrowing .txt {
  font-size: 10px;
  opacity: .5;
}

.block-narrowing .btn {
  margin: 0 .7em 0 0;
}

.block-narrowing button {
  background: #f5f5f5;
  font-size: 10px;
  line-height: 28px;
  padding: 0 1.5em;
  margin: 0;
}

#modal-search {
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
  background: #fff;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition: .3s all ease-out;
}

body.modal-search-open #modal-search {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

body.modal-search-open::after {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .2);
}

#modal-search .box {
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}

#modal-search .inner {
  padding: 45px 5% 15px;
  max-height: 80vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

#modal-search .close {
  border: none;
  width: auto;
  position: absolute;
  right: 0;
  background: none;
  font-size: 13px;
  top: 0;
  padding: 0;
  top: 15px;
  right: 5%;
}

#modal-search .list-narrowing {
  margin: 0 0 20px;
}

#modal-search .list-narrowing>dt {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1;
}

#modal-search .list-narrowing>dd {
  margin-bottom: 14px;
}

#modal-search .list-narrowing>dd.search-box {
  margin-bottom: 25px;
}

.search-box .btn-reset {
  width: 22px;
  height: 22px;
  top: 10px;
  right: 10px;
  display: block;
  position: absolute;
  border: none;
  text-decoration: none;
  cursor: pointer;
  background: none;
  background: #fff;
  border-radius: 100px;
  padding: 0;
  opacity: 0;
}

.search-box .search-input:focus+.btn-reset {
  opacity: 1;
}

.search-box .btn-reset:before,
.search-box .btn-reset:after {
  content: '';
  display: block;
  position: absolute;
  right: 6px;
  width: 10px;
  height: 2px;
  background: #808080;
}

.search-box .btn-reset:before {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  top: 0px;
}

.search-box .btn-reset:after {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  bottom: 0px;
}

#modal-search .tagList label,
#sys-areaList .tagList label {
  line-height: 30px;
  margin: 0 6px 8px 0;
  padding: 0 16px;
  border-radius: 3px;
  white-space: nowrap;
  display: inline-block;
  min-width: 3.5em;
  text-align: center;
  border-radius: 100px;
  font-size: 11px;
  background: #f5f5f5;
  transition: .3s all ease;
}

#modal-search .tagList label.checked,
#sys-areaList .tagList label.checked {
  background: #1a1a1a;
  color: #fff;
}

#modal-search .tagList input,
#sys-areaList .tagList input {
  opacity: 0;
  position: absolute;
}

#home .block-info {
  position: relative;
  margin: 0 0 15px;
}

#home .infoList a {
  display: block;
  color: inherit;
  font-size: 18px;
  transition: none;
  text-decoration: none;
}

#home .infoList .infoTit, #home .infoList .date {
  float: left;
}

#home .infoList .infoTit {
  margin: 0 10px 4px 0;
  font-size: 14px;
  font-weight: bold;
}

#home .infoList .date {
  color: #9b9b9b;
  font-size: 11px;
  position: relative;
  top: 3px;
}

#home .infoList .infoClm{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#home .infoList .tit {
  font-size: 12px;
  clear: both;
  font-weight: normal;
}

#home .block-info .more,
#home .sys-block-special-contents .more {
  position: absolute;
  top: 0;
  right: 0;
}

#home .block-info .more a,
#home .sys-block-special-contents .more a {
  display: block;
  text-decoration: none;
  font-size: 11px;
  color: inherit;
}
#home .block-info .more{
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    color: #808080;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 16px 0 0;
}
#home .block-info .more:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-top: 1px solid;
    position: absolute;
    top: 42%;
    right: 8%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
}
#home .slide-style {
  margin: 0 -5.5% 30px;
}

.slide-style.slick-slider {
  position: relative;
  padding-bottom: 25px;
}

.slide-style .slick-track {
  padding-bottom: 5px;
}

.slide-style .slick-slide a {
  text-decoration: none;
}

.slide-style .slick-dots {
  height: 6px;
  text-align: right;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

#home .slide-style .slick-dots li {
  display: inline-block;
  opacity: 0.3;
  margin: 0 4px;
  box-shadow: none;
}

#home .slide-style .slick-dots li.slick-active {
  opacity: 1;
}

.slide-style .slick-dots button {
    width: 7px;
    height: 7px;
    border: none;
    background: #222;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-appearance: none;
    padding: 0;
    border-radius: 100px;
}

.slide-style .slick-slide {
  position: relative;
  margin: 0 5px;
  border-radius: 4px;
  overflow: hidden;
}

.block-bnr .slick-slide {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin: 0 1%;
}

.block-bnr .slick-slide a {
  display: flex;
  align-items: center;
  color: #fff;
  /*display: inline-block;*/
  width: 100%;
}

.block-bnr .slick-list {
  padding-left: 5%;
}

.block-bnr .slide-style .slick-slide span {
  width: 100%;
  font-size: 11px;
  line-height: 15px;
  z-index: 1;
  padding: 2% 6%;
  overflow: hidden;
  box-sizing: border-box;
}

.block-bnr .bnr-renewal a {
  background-color: #f5f5f5;
  color: rgb(231, 82, 125);
}

.block-bnr .bnr-resaleissue {
  box-shadow: 0;
}
/*
.block-bnr .bnr-guide a {
  color: #fff;
  background: rgb(250, 175, 248);
  background: -moz-linear-gradient(130deg, rgba(250, 175, 248, 1) 0%, rgba(210, 166, 248, 1) 100%);
  background: -webkit-linear-gradient(130deg, rgba(250, 175, 248, 1) 0%, rgba(210, 166, 248, 1) 100%);
  background: linear-gradient(130deg, rgba(250, 175, 248, 1) 0%, rgba(210, 166, 248, 1) 100%);
}
.block-bnr .bnr-premium a {
  background: rgb(255, 145, 217);
  background: -moz-linear-gradient(300deg, rgba(255, 145, 217, 1) 0%, rgba(61, 31, 57, 1) 45%, rgba(45, 38, 43, 1) 75%, rgba(47, 42, 45, 1) 100%);
  background: -webkit-linear-gradient(300deg, rgba(255, 145, 217, 1) 0%, rgba(61, 31, 57, 1) 45%, rgba(45, 38, 43, 1) 75%, rgba(47, 42, 45, 1) 100%);
  background: linear-gradient(300deg, rgba(255, 145, 217, 1) 0%, rgba(61, 31, 57, 1) 45%, rgba(45, 38, 43, 1) 75%, rgba(47, 42, 45, 1) 100%);
  color: rgba(255, 255, 255, 0.7);
}
*/

/*
.block-bnr .bnr-premium a img{
  margin-top: 5px;
}
*/

.block-bnr .bnr-premium a::after {
  content: "";
  display: block;
/*   background: url(../../img/top/bnr_chance.png) no-repeat right; */
  background-size: contain;
  width: 75px;
  height: 53px;
  max-width: 40%;
  position: absolute;
  top: 0;
  right: 5%;
  max-width: 30%;
}

.block-bnr .bnr-ticket a, .block-bnr .bnr-trade a {
  background-color: #f5f5f5;
  color: #333;
}

.block-bnr .block-bnr .bnr-ticket img, .block-bnr .bnr-trade img {
  max-width: 26px;
  max-height: 26px;
  margin-bottom: 5px;
}

.block-bnr .bnr-ticket img {
  padding: 4px 0;
}

.block-bnr .bnr-trade img {
  padding: 2px 0;
}

.tradeList {
  position: relative;
  margin: 0 0 50px;
}

.tradeList * {
  box-sizing: border-box;
}

.tradeList li {
  position: relative;
}

.tradeList li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.tradeList li .ph {
  height: 100px;
  height: 28.5vw;
  /*   background: no-repeat center top;
   -moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
*/
  background: no-repeat center;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.tradeList li .ph .goto{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0;
    width: 50%;
}
.tradeList li .ph .goto img{
    width: 100%;
}
.tradeList li .artist {
  font-size: 12px;
  padding-bottom: 2px;
  z-index: 1;
  width: 100%;
  font-weight: bold;
}

.tradeList li .txtArea {
  padding: 8px 0 0;
}

.tradeList li .tit {
  font-size: 13px;
  line-height: 1.45;
  font-weight: normal;
}

.tradeList li .date {
  display: block;
  font-size: 12px;
  padding: 5px 0 0;
  opacity: 0.5;
}

.tradeList li .statusArea {
  line-height: 0;
  margin-top: 6px;
}

.tradeList li .statusArea span {
  display: inline-block;
  min-width: 58px;
  background: #ff7c60;
  color: #fff;
  margin: 0 3% 0 0;
  font-size: 9px;
  line-height: 1;
  text-align: center;
  border-radius: 100px;
  padding: 5px 8px 4px;
}

.tradeList li .statusArea span:last-of-type {
  margin: 0;
}

.tradeList li .statusArea span.status {}

.tradeList li .statusArea span.status.trade_before {
  border: 1px solid rgb(128, 128, 128);
  background: #fff;
  color: rgb(51, 51, 51);
}

.tradeList li .statusArea span.status.trade_after {
  background: rgba(51, 51, 51, 0.4);
  color: #fff;
}

.tradeList li .statusArea span.fc {
  background: #333;
}

.tradeList li .statusArea span.first_served {
  border: 1px solid #ff7c60;
  background: #fff;
  color: #ff7c60;
}

.tradeList .more a {
  display: block;
  color: #e95384;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e95384;
  border-radius: 3px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 4px;
}

.block-pickup .tradeList li {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.block-pickup .tradeList li .ph {
  height: 195px;
  height: 52vw;
  border-radius: 0;
  box-shadow: none;
}
.block-pickup .tradeList li .ph .goto{
    width: 30%;
}
.block-pickup .tradeList li .artist {
  font-size: 15px;
  padding: 0 0 2px;
}

.block-pickup .tradeList li .txtArea {
  padding: 12px 5% 15px;
}

.block-pickup .tradeList li .statusArea {
  margin-top: 8px;
}

.block-pickup .tradeList li .tit {
  font-size: 15px;
  line-height: 1.3;
}

#tour_list ul {
  display: flex;
  display: webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

#tour_list ul>li {
  width: 47.5%;
  float: left;
  margin: 0 0 25px;
}

#tour_list ul>li:nth-child(2n +1) {
  clear: both;
}

.block-tradeList {
  position: relative;
}

.selectWrap {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  right: 0;
  top: 0;
}

.selectWrap .areaSelect {
  width: 100%;
  padding: 6px 10px 6px 30px;
  -webkit-appearance: none;
  border: none;
  background: #f5f5f5;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
}
.selectWrap .gotoSelect {
  width: 100%;
  padding: 6px 10px 6px 30px;
  -webkit-appearance: none;
  border: none;
  background: #f5f5f5;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
}

.selectWrap .icon {
  position: absolute;
  left: 14px;
  top: 8px;
  line-height: 0;
}
.selectGoto{
    top: -32px;
}



.gotoSelect{
    display: none;
}

.labelgoto{
    display: block;
    width: 100%;
    padding: 6px 10px 6px 30px;
    -webkit-appearance: none;
    border: none;
    background: #f5f5f5;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
    BOX-SIZING: BORDER-BOX;
    line-height: 1.2em;
}
.labelgoto .fa{
    font-size: 14px;
    color: #5E5E5E;
    position: absolute;
    left: 12px;
    top: 12px;
    line-height: 0;
}
.gotoSelect:checked + .labelgoto{
    background: #1a1a1a;
    color: #fff;
}
.gotoSelect:checked + .labelgoto .fa{
    color: #BABABA;
}




/* fin */
.tradeList.fin ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.tradeList.fin li {
  width: 49%;
  float: left;
  color: #888;
  padding-bottom: 30px;
}

.tradeList.fin li a {
  color: #888;
}

.tradeList.fin li .ph {
  height: 100px;
  height: 28vw;
}

.tradeList.fin .statusArea {
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 5px;
}

.fin_gray_color, .fin_gray_color .artist {
  color: rgb(155, 155, 155) !important;
}

/* loading */
.loading-icon {
  width: 32px;
  height: 32px;
  color: #999;
  margin: 0 auto;
}

.loading-icon>div {
  box-sizing: border-box;
  border: 0 solid currentColor;
  width: 32px;
  height: 32px;
  background: transparent;
  border-width: 2px;
  border-bottom-color: transparent;
  border-radius: 100%;
  -webkit-animation: loading-anime 0.75s linear infinite;
  animation: loading-anime 0.75s linear infinite;
}

@-webkit-keyframes loading-anime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes loading-anime {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

/* page-result
============================== */
#page-result {
  padding-top: 0px;
}

#page-result .search-box {
  display: block;
}

#page-result .sectionTit {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 22px;
}

#page-result .sectionTit+.txt {
  margin: -10px 0 15px;
  font-size: 13px;
}

#page-result #tour_list ul>li {
  width: 100%;
  float: none;
}

#page-result .tradeList li .ph {
  float: left;
  width: 50%;
  margin-right: 4%;
  height: 30vw;
}

#page-result .tradeList li .txtArea {
  padding: 0;
  overflow: hidden;
}

#page-result .tradeList li .statusArea {
  margin: 8px 0 0;
}

/* page-artist & page-tour
============================== */
.cover-heading-page {
  padding-top: 0;
}

.cover-heading-page .artist-cover {
  min-height: 150px;
  line-height: 0;
  position: relative;
  margin: 0 -5.5%;
}
.cover-heading-page .name {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 25px;
}

/* page-artist
============================== */
#page-artist .artist-cover {
    margin-bottom: 10px;
    overflow: hidden;
}

#page-artist .artist-cover img {
  max-width: 100%;
    max-height: 280px;
    object-fit: contain;
    position: relative;
}
#page-artist .artist-cover img.blurBg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(20px);
    transform: scale(1.2);
}
#page-artist .tour-list li {
  background: #fff;
  padding: 18px 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 13px;
}

#page-artist .tour-list li+li {
  margin-top: 16px;
}

#page-artist .tour-list li a {
  display: block;
}

#page-artist .tour-list li .tit {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px;
  line-height: 1.35;
}

#page-artist .tour-list li .period {
  font-weight: bold;
}

#page-artist .tour-list li .btn a {
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin-bottom: 0;
  box-shadow: none;
}

#page-artist .tour-list li .btn .sub {
  color: #333;
  border-color: #c0c0c0;
}

#page-artist #past-tit {
  font-size: 14px;
  font-weight: bold;
  margin: 40px 0;
  text-align: center;
}

#page-artist #past-tit span,
#sys-ticket_info #past-tit span {
  display: inline-block;
  position: relative;
  padding: 0 28px 0 0;
}

#page-artist #past-tit span::before,
#page-artist #past-tit span::after,
#sys-ticket_info #past-tit span::before,
#sys-ticket_info #past-tit span::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

#page-artist #past-tit span::before,
#sys-ticket_info #past-tit span::before {
  background: #000;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  margin-top: -9px;
}

#page-artist #past-tit span::after,
#sys-ticket_info #past-tit span::after {
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -5px;
  pointer-events: none;
  transition: .3s all ease;
  margin-right: 5px;
}

#page-artist #past-tit span.ac-open::after,
#sys-ticket_info #past-tit span.ac-open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}

#page-artist #tour-list-past,
#sys-ticket_info #tour-list-past {
  display: none;
}

#page-artist #tour-list-past li>p:not(.btn),
#sys-ticket_info #tour-list-past li>p:not(.btn) {
  opacity: .6;
}

#page-artist #tour-list-past li.btn a,
#sys-ticket_info #tour-list-past li.btn a {
  border-color: #c0c0c0;
  color: #333;
}

/* page-tour
============================== */
#page-tour .bg_white {
  background: #fff;
  margin: 0 -5.5%;
  padding: 30px 5%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#page-tour .tour-txt {
  font-size: 11px;
}

#page-tour .block-attention {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  margin: 25px 0 0;
  padding: 12px 20px;
  font-size: 11px;
  color: inherit;
  position: relative;
  background: #F6F6F6;
}

#page-tour .block-attention .url a {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  padding: 0;
}

#page-tour .block-attention .url {
  padding: 0 1rem;
}

#page-tour .block-attention .url a::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(/images/common/invalidName.png) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.5rem;
}

#page-tour .block-attention .renewal-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 0.5rem;
}

#page-tour .block-attention .tit {
  text-align: center;
  color: #e95384;
  font-size: 13px;
  margin: 0 0 5px;
  text-align: center;
}

#page-tour .block-attention .txt {
  text-align: center;
}

#page-tour .ticket-wrapbox {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

#page-tour .box-ticket {
  border-radius: 0 0 6px 6px;
}

#page-tour .box-ticket-top {
  padding: 15px;
  margin-top: 10px;
/*  margin-top: 30px;*/
  background: #fff;
  border-radius: 6px 6px 0 0;
  border-bottom: #ccc solid 2px;
}

#page-tour .box-ticket-top .ticketStatus {
  border: none;
}

#page-tour .box-ticket-top .ticketStatus>* {
  padding: 0;
}

#page-tour .box-ticket-top .ticketStatus h2 {
  margin: 0;
  font-weight: normal;
}

#page-tour .box-ticket-top .ticketStatus h2 span {
  display: block;
  font-size: 13px;
  opacity: .5;
}

#page-tour .box-ticket-top .ticketStatus.ticket-time h2 {
  padding: 0;
  margin: 0 0 5px;
}

#page-tour .box-ticket-top .ticketStatus .count {
  position: absolute!important;
  right: 0!important;
  bottom: 0!important;
  padding: 0!important;
}

#page-tour .box-ticket-top .ticketStatus .timeLeft {
  font-weight: bold;
  position: static!important;
}

#page-tour .box-ticket-top .ticketStatus .timeLeft .num {
  margin-left: 5px;
  font-size: 1.2em;
}

#page-tour .box-ticket .title .date, #page-tour .box-ticket .title .venue {
  padding: 0;
  font-weight: normal;
}

#page-tour .box-ticket .title .date .yearsmall {
  font-size: 12px;
  margin: 0 0 0 2px;
}

/* buy
============================== */
/* ticketIcon */
.box-ticket .title .count:before,
.box-ticket .content .ticket .count::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(/images/common/icon_menu.png) no-repeat;
  background-size: auto 300%;
  background-position: 0 0;
  margin: 0 auto;
}

.box-ticket .content .ticket .count::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 10px 0 0;
}

.ticketStatus .num::before {
  background-position: 0 bottom;
}

.box-ticket .title .count:before {
  background-position: 0 0;
}

.box-ticket .title.open .count::before {
  background-position: 0 50%;
}

.box-ticket .content .ticket .count::before {
  background-position: 0 0;
}

/* box-artist
------------------------------- */
.box-artist {
  margin: -20px -4% 20px
}

.box-artist .ph {
  min-height: 150px;
  line-height: 0;
  position: relative;
}

.box-artist .ph .name {
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 150px 4% 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.box-artist .url a {
  display: block;
  line-height: 30px;
  font-size: 12px;
  text-decoration: none;
}

.box-artist .title {
  padding: 10px 4%;
}

.box-artist .ticketStatus {}

.box-artist .ticketStatus dt,
#page-tour .box-ticket-top .ticketStatus h2 {
  font-size: 14px;
  padding: 10px 4% 5px;
}

.box-artist .ticketStatus dd {
  color: #ff7c60;
  font-size: 12px;
  text-align: right;
  border-bottom: 1px solid #eee;
  padding: 0 4% 10px;
  position: relative;
}

.box-artist .ticketStatus dd:last-child{
  border: none;
}

.box-artist .ticketStatus .label {
  display: inline-block;
  background: #ff7c60;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  border-radius: 3px;
  padding: 0 10px;
  margin: 0 10px 0 0;
  position: relative;
  top: -3px;
}

.box-artist .ticketStatus dd .num,
#page-tour .box-ticket-top .ticketStatus p .num{
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  position: relative;
}

/* box-ticket
------------------------------- */
.box-ticket {
  border-radius: 6px;
  overflow: hidden;
}

.box-ticket .item-list {
  border-top: #ccc solid 1px;
}

.box-ticket .item-list:first-child {
  border: none;
}

.box-ticket .item-list.fin_l {
  background-color: #F5F5F5;
}

/* ticketStatus */
.box-ticket .ticketStatus {
  border-bottom: 1px solid #ccc;
  position: relative;
}

.box-ticket .ticketStatus dt,
#page-tour .box-ticket-top .ticketStatus h2 {
  font-size: 18px;
  padding: 13px 4% 5px;
}

.box-ticket .ticketStatus dd .timeLeft,
#page-tour .box-ticket-top .ticketStatus .timeLeft {
  color: #ff7c60;
  font-size: 11px;
  position: absolute;
  left: 4%;
  bottom: 15px;
}

.box-ticket .ticketStatus dd.timeLeft .num,
#page-tour .box-ticket-top .ticketStatus .timeLeft .num {
  font-size: 13px;
}

.box-ticket .ticketStatus dd.count,
#page-tour .box-ticket-top .ticketStatus .count {
  color: #ff7c60;
  font-size: 12px;
  text-align: right;
  padding: 0 4% 13px;
  position: relative;
}

.box-ticket .ticketStatus .label {
  display: inline-block;
  background: #ff7c60;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  border-radius: 3px;
  padding: 0 10px;
  margin: 0 10px 0 0;
  position: relative;
  top: -3px;
}

.ticketStatus dd .num,
#page-tour .box-ticket-top .num {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  position: relative;
}
#page-tour .box-ticket-top .ticketStatus h2 {
  padding-bottom: 1.5em;
}


/* title */
.box-ticket .title {
  padding: 15px 155px 15px 15px;
/*  padding: 15px 150px 30px 15px;*/
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.box-ticket .title::after {
  content: "\f107";
  color: #888;
  font: normal normal normal 24px/1 FontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}

.box-ticket .title .date {
  font-size: 18px;
  line-height: 20px;
  padding: 0 0 0 20px;
  font-weight: bold;
}

.box-ticket .title .date span {
  font-size: 12px;
  margin: 0 0 0 2px;
}

.box-ticket .title .venue {
  font-size: 13px;
  line-height: 1.5;
  padding: 2px 0 0 20px;
}

.box-ticket .title .venue .pref {
  margin: 0 5px 0 0;
}

.box-ticket .title .dateLeft {
  display: inline-block;
  min-width: 60px;
  font-size: 10px;
  text-align: center;
  border: 1px solid;
  border-radius: 2px;
  padding: 0 3px;
  position: absolute;
  right: 38px;
  top: 13px;
}

.box-ticket .title .count {
  display: inline-block;
  min-width: 75px;
  float: right;
  font-size: 10px;
  line-height: 15px;
  position: absolute;
  right: 28px;
  top: 26px;
  font-weight: bold;
}

.box-ticket .title .count::before {
  display: inline-block;
  position: relative;
  top: 8px;
}

.box-ticket .title .count em {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 0 5px;
}
.ex_notice{
    margin: 30px 0 0 ;
    font-size: 12px;
    text-align: right;
    color:#9b9b9b;
}
.ex_notice span{ vertical-align: 4px;margin: 0 2px;}
.ex_notice svg{ 
    width: 18px;
    vertical-align: middle;
    opacity: 0.5;
}
.box-ticket .title .notice {
    position:   absolute;
    right: 124px;
    top: 50%;
    margin-top: -11px;
    width: 22px;
}

.box-ticket .title .notice svg{
   width: 20px;
   height: 20px;
   opacity: 0.3;
   vertical-align: -2px;
}
.box-ticket .title .notice button{
    border: none;
    padding: 0;
    background: transparent;
    line-height: 1;
    width: 25px;
    height: 25px;
    background: #eee;
    border-radius: 50%;

}
.box-ticket .title .notice.on button {
    background: #ffecf2;
}
.box-ticket .title .notice.on button svg{
   fill: #ff7c60;
   opacity: 1;
}
.box-ticket .title.open {
  background: #92898c;
  color: #fff;
}

.box-ticket .title .summary .notice .tooltip_notice{
    display: block;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 51px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    padding: 3px 0;
    border-radius: 3px;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin: -20px 0 0 -28px;
    -webkit-animation: updown 1.5s  linear infinite;
    animation: updown 1.5s linear infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.box-ticket .title .summary .notice .tooltip_notice::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.5);
    margin-left: -2px;
}
@-webkit-keyframes updown {
    0% { -webkit-transform: translateY(-3px); transform: translateY(-3px) }
    50% { -webkit-transform: translateY(0); transform: translateY(0) }
    100% { -webkit-transform: translateY(-3px); transform: translateY(-3px) }
}
@keyframes updown {
    0% { -webkit-transform: translateY(-3px); transform: translateY(-3px) }
    50% { -webkit-transform: translateY(0); transform: translateY(0) }
    100% { -webkit-transform: translateY(-3px); transform: translateY(-3px) }
}
.box-ticket .title.open:after {
  color: #fff;
  transform: rotate(180deg);
}

.box-ticket .title.open .red {
  color: #fff;
}

.box-ticket .title.disabled {
/*  opacity: 0.58;*/
    color:#838383;
}

.box-ticket .title.disabled:after {
  content: none;
}

.box-ticket .title.disabled .count {
  top: 23px;
}

.box-ticket .title.disabled .count::before {
  top: 11px;
  opacity: 0.58;
}

.box-ticket .title.fin .dateLeft {
  border: none;
  right: 15px;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

/* OCR対応 公演一覧 */
.box-ticket .ocr-title.disabled {
  color:#000;
  padding: 15px 155px 20px 15px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#page-tour .box-ticket .ocr-title .date, #page-tour .box-ticket .ocr-title .venue {
  padding: 0;
  font-weight: normal;
}

.box-ticket .ocr-title .date span {
  font-size: 12px;
  margin: 0 0 0 2px;
}

.box-ticket .ocr-title .dateLeft {
  display: inline-block;
  min-width: 60px;
  font-size: 10px;
  text-align: center;
  border: 1px solid;
  border-radius: 2px;
  padding: 0 3px;
  position: absolute;
  right: 38px;
  top: 13px;
}

.box-ticket .ocr-title.disabled.fin {
  color:#838383;
  padding: 15px 155px 20px 15px;
}

.box-ticket .ocr-title.disabled:after {
  content: none;
}

.box-ticket .ocr-title.disabled .dateLeft {
  top: 8px;
}

.box-ticket .ocr-title.fin .dateLeft {
  border: none;
  right: 15px;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.box-ticket .item-list .btn.ocr {
  display: inline-block;
  width: 110px;
  float: right;
  position: absolute;
  right: 15px;
  top: 24px;
}

.btn.ocr a, .btn.ocr input, .btn.ocr button {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 0.6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  padding: 12px;
  margin: 8px auto;
  -webkit-appearance: none;
  border-radius: 100px;
  border: 1px solid transparent;
}

/* content */
.box-ticket .content {
  max-height: 0;
  padding: 0 0 0 15px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.box-ticket .title.open+.content {
  max-height: none;
}

.box-ticket .content .item-list {
  padding: 10px 10px 10px 0;
  position: relative;
}

.box-ticket .content .seat {}

.box-ticket .content .seat .seat-type {
  display: inline;
  font-size: 14px;
}

.box-ticket .content .seat .precede-name {
  font-size: 12px;
  margin-top: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.box-ticket .content .icon {
  float: right;
}

.box-ticket .content .icon-detail {
  display: inline-block;
  font-size: 10px;
  line-height: 18px;
  border: 1px solid;
  border-radius: 4px;
  padding: 0 5px;
}

.box-ticket .content .ticket .count {
  display: inline-block;
  font-size: 13px;
  line-height: 40px;
  position: relative;
}

.box-ticket .content .ticket .count em {
  font-size: 28px;
  margin-right: 3px;
}

.box-ticket .content .ticket .price {
  display: inline-block;
  color: #ff7c60;
  font-size: 24px;
  text-align: right;
  float: right;
}

.box-ticket .content .entry {
  width: 200px;
  text-align: right;
  margin: 0 0 0 auto;
}

.box-ticket .content .entry .form-select select {
  margin-top: 0px;
  background: #fff;
}

.box-ticket .content .entry .btn {
  width: 100px;
  float: right;
  margin: 0 0 0 10px;
}

.box-ticket .content .entry .btn input {
  padding: 9px 0;
  margin: 0;
  box-shadow: none;
  font-size: 13px;
}

.box-ticket .content .item-list.disabled .ticket,
.box-ticket .content .item-list.disabled .entry {
  opacity: 0.3;
}

.box-ticket .content .item-list.disabled .ticket .count em {
  font-size: 18px;
}

.box-ticket .content .item-list.disabled .entry .form-select:after {
  content: none;
}

.box-ticket .content .item-list.disabled .entry .btn .main {
  background: #aaa;
}

/* box-performance-information
------------------------------- */
.box-performance-information {
  margin: -20px -4% 20px;
}

.box-performance-information .tit {
  background: #333;
  color: #fff;
  padding: 15px 4% 10px;
}

.box-performance-information .artist {
  color: #aaa;
  font-size: 12px;
}

.box-performance-information .tourTit {
  font-size: 16px;
}

.box-performance-information .detail {
  padding: 10px 4%;
}

.box-performance-information .date {
  width: 80px;
  float: left;
  font-size: 26px;
  line-height: 1.2;
  border-right: #ccc solid 1px;
  padding: 0 10px 0 0;
}

.box-performance-information .date .year {
  display: block;
  font-size: 12px;
  margin: 0 0 2px;
}

.box-performance-information .date .week {
  display: block;
  font-size: 12px;
  text-align: right;
}

.box-performance-information .venue {
  font-size: 14px;
  line-height: 24px;
  padding: 0 0 0 110px;
}

.box-performance-information .venue span {
  display: block;
  font-size: 12px;
  margin: 0 10px 0 0;
}

.box-performance-information .time {
  font-size: 12px;
  padding: 0 0 0 110px;
}

.box-performance-information .detail .status {
  color: #f00;
  font-size: 16px;
  padding: 10px 0;
}

/* box-ticket-detail
------------------------------- */
.box-ticket-detail {
  border-radius: 3px;
}
.box-ticket-detail li {
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding: 15px 10px;
}

.box-ticket-detail li:last-child {
  border: none;
}

.box-ticket-detail li label {
  display: block;
}

.box-ticket-detail li .date {
  float: right;
  font-weight: bold;
  color: #ff7c60;
}
.box-ticket-detail li .date span{
  font-size: 9px;
}

.box-ticket-detail .trade_price {
  font-size: 13px;
  text-align: right;
  padding: 0px 10px 10px 10px;
}
.box-ticket-detail.formArea p{
  display: flex;
  justify-content: space-between;
}

.box-attention .receiver-tel,
.box-ticket-detail .receiver-email,
.box-ticket-detail .cooperation {
  border-top: 1px solid #ddd;
  padding: 10px;
}

.box-ticket-detail .receiver-tel label,
.box-ticket-detail .receiver-email label,
.box-ticket-detail .cooperation label {
  display: block;
  margin: 0 0 5px;
}

.box-ticket-detail .list-border li {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.box-ticket-detail .list-border li:last-child {
  border: none;
}

.box-ticket-detail .list-border .receiver-tel,
.box-ticket-detail .list-border .receiver-email,
.box-ticket-detail .list-border .cooperation {
  border: none;
  padding: 5px 0;
  margin: 0;
}

.box-ticket-detail .list-border .confirm {
  display: block;
  font-size: 16px;
  padding: 10px 0 0;
}

.box-ticket-detail .howto {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.box-ticket-detail .howto span {
  color: #ff7c60;
  padding-left: 10px;
}

.box-ticket-detail .tit {
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.box-ticket-detail .txt {
  font-size: 12px;
  padding: 10px;
}

.box-ticket-detail .dottList {
  padding: 0 10px;
}

.box-ticket-detail .dottList li {
  font-size: 12px;
  margin: 0 0 10px;
}
.tax-info{
  font-size: 9px;
  color: #666;
  margin-top: 30px;
}

/* box-buy-maxprice
------------------------------- */
.box-buy-maxprice {
  font-size: 16px;
  padding: 15px;
}

.box-buy-maxprice .price {
  line-height: 46px;
  padding: 10px;
}

.box-buy-maxprice .maxprice {
  display: inline-block;
  border-top: 1px solid #ddd;
  padding: 10px;
}

.box-buy-maxprice .maxprice input{
  width: 80px;
}

/* box-sale-pricerange
------------------------------- */
.box-sale-pricerange {
  font-size: 16px;
  padding: 10px;
}

.box-sale-pricerange .price {
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

.box-sale-pricerange .pricerange {
  padding: 15px 15px 0px 15px;
}

.box-sale-pricerange .input_pricerange {
  display: inline-block;
}

.box-sale-pricerange input {
  width: 80px;
}

.box-sale-pricerange :disabled {
  background-color: #B3B3B3;
}

.box-sale-pricerange button {
  background: #fff;
  color: #ff7c60;
  border-color: #ff7c60;
  outline:none;
  width: 140px;
  margin: 10px;
}

/* box_buy_coupon
------------------------------- */
.box_buy_coupon{
  border-radius: 3px;
  font-size: 14px;
}
.box_buy_coupon li {
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}

.attention_coupon {
  color: #9b9b9b;
  font-size: 11px;
  padding: 0 10px;
  margin-bottom : 7px;
}
.box_buy_coupon .attention_coupon:first-of-type {
  padding-top: 10px;
}
.box_buy_coupon .attention_coupon:last-of-type {
  padding-bottom: 10px;
}

/* box-attention
------------------------------- */
.box-attention {
  padding: 10px;
}

.box-attention .tit {
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin: 0 0 20px;
}

.box-attention li em {
  color: #ff7c60;
  font-size: 16px;
  font-weight: bold;
}

/* box-pay-list
------------------------------- */
.orange-background{
  background-color: #ff7c60!important;
}
.box .boxTit {
  border-radius: 5px 5px 0 0;
  background: #ff7c60;
  color: #fff;
  font-size: 16px;
  padding: 10px;
}
.box-pay-list {
  border-radius: 3px;
}
.box-pay-list li {
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding: 15px 10px;
}

.box-pay-list li:last-child {
  border: none;
}

.box-pay-list li label {
    display: block;
    margin: 0;
}

.box-pay-list li .price {
  float: right;
}

.box-pay-list li.total {
  text-align: right;
  line-height: 26px;
}

.box-pay-list li.total span {
  color: #ff7c60;
  font-size: 26px;
  font-weight: bold;
}

.box-pay-list li.total em {
  float: left;
}

.box-pay-list li .label {
  color: #888;
  font-size: 12px;
  margin: 0 0 5px;
}

.box-pay-list li input[type="text"],
.box-pay-list li input[type="tel"] {
  width: 55px;
  padding: 5px;
}

.box-pay-list li .form-radio .subTxt {
  display: block;
  padding-left: 42px;
}
.box-pay-list li.form-radio label {
    padding: 10px 0 0;
}
.box-pay-list li .card {
  padding-left: 30px;
  line-height: 0;
}

.box-pay-list li .card img {
  width: 40px;
}

.list_inner_box {
  display: flex;
  align-items: center;
}
.box-pay-list .orange {
  font-weight: bold;
  color: #ff7c60;
}

.box-pay-list .ocr-seats {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-pay-list .ocr-seat-list {
  display: inline-block;
  vertical-align: middle;
}

.box-pay-list hr {
  border: none;
  border-top: 1px dashed;
  color: #ccc;
}
.box-pay-list li .checkUi input[type="checkbox"],
.box_buy_coupon li .checkUi input[type="checkbox"]{
    box-shadow: none;
    width: 20px;
    height: 20px;
    vertical-align: -5px;
    border-radius: 3px;
}
.box-pay-list li .checkUi input[type="checkbox"]:checked,
.box_buy_coupon li .checkUi input[type="checkbox"]:checked{
    background: #FF7C60;
    border: #FF7C60 solid 1px;
}
.box-pay-list li .checkUi input[type="checkbox"]:before,
.box_buy_coupon li .checkUi input[type="checkbox"]:before{
    top: 45%;
    left: 20%;
    width: 5px;
    height: 10px;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg) translate(-50%,-50%);
    background: transparent;
    position: absolute;
    margin: 0;
    content: "";
    display: block;
}



.bankinfo_list .mr-5 {
  margin-right: 5px;
}
/* box-pay-confirm
------------------------------- */
.box-pay-confirm{
  margin: 0;
  border-radius: 0;
}
.box-pay-confirm .boxTit{
  border-radius: 0;
  background-color: #bfbfc0;
}
.box-pay-confirm1{
  border-radius: 5px 5px 0 0;
}
.box-pay-confirm1 .boxTit{
  border-radius: 5px 5px 0 0;
}
.box-pay-confirm2{
  border-radius: 0 0 5px 5px;
  margin-bottom: 40px;
}

/* .nav-progress
------------------------------- */
.nav-progress {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #bfbfc0;
}

.nav-progress li {
  display: table;
  width: 25%;
  height: 100%;
  color: #fff;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

.nav-progress li:nth-child(1) {
  width: 25%;
  z-index: 4;
}

.nav-progress li:nth-child(2) {
  width: 25%;
  z-index: 3;
}

.nav-progress li:nth-child(3) {
  width: 25%;
  z-index: 2;
}

.nav-progress li:nth-child(4) {
  width: 25%;
  z-index: 1;
}

.nav-progress li:nth-child(n+2) {
  padding-left: 20px
}

.nav-progress span {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  background: #bfbfc0;
  line-height: 1.3rem;
}

.nav-progress li.current {
  background: #ff7c60;
}

.nav-progress li.current span {
  background: #ff7c60
}

.nav-progress li:nth-child(-n+3)::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-left: #666 solid 40px;
  border-top: transparent solid 50px;
  border-bottom: transparent solid 50px;
  position: absolute;
  margin: auto;
  right: -20px;
  bottom: -30px;
  z-index: -1;
  border-left-color: #bfbfc0;
}

.nav-progress li:nth-child(-n+3)::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-left: #666 solid 40px;
  border-top: transparent solid 50px;
  border-bottom: transparent solid 50px;
  position: absolute;
  margin: auto;
  right: -23px;
  bottom: -30px;
  z-index: -2;
  border-left-color: #fff;
}

.nav-progress li:nth-child(-n+3).current:after {
  border-left-color: #ff7c60;
}

/* box-faq-list
------------------------------- */
.box-faq-list{
  border-radius: 3px;
}
.box-faq-list dt {
  font-size: 13px;
  border-bottom: 1px solid #ccc;
  padding: 10px 25px 10px 32px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.box-faq-list dt.open {
  background: #ff7c60;
  color: #fff;
  border-color: transparent;
}

.box-faq-list dt::before {
  content: 'Q';
  color: #888;
  font-size: 20px;
  line-height: 1.2;
  position: absolute;
  left: 10px;
  top: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.box-faq-list dt.open::before {
  color: #fff;
}

.box-faq-list dt::after {
  content: "\f107";
  color: #888;
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.box-faq-list dt.open::after {
  color: #fff;
  transform: rotate(180deg);
}

.box-faq-list dd {
  display: none;
  font-size: 12px;
  line-height: 1.8;
  border-bottom: 1px solid #ccc;
  padding: 15px 15px 15px 32px;
  position: relative;
}

.box-faq-list dd::before {
  content: 'A';
  color: #ff7c60;
  font-size: 20px;
  line-height: 1.2;
  position: absolute;
  left: 10px;
  top: 15px;
}

/* section-about
============================== */
.section-about {
  background: #fff;
}

.section-about .sectionTit {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 22px;
}

.section-about .attention-box {
  color: rgb(216, 67, 0);
  border: 1px solid rgb(216, 67, 0);
  padding: 20px;
  font-size: 13px;
  margin-bottom: 20px;
}

.section-about .attention-box>.red-box {
  border: none;
  padding: 0;
  margin: 0;
}

.section-about .attention-box .reb-box-ttl {
  font-size: 14px;
  font-weight: bold;
}

.section-about .attention-box li {
  text-indent: -1em;
  padding-left: 1em;
}

.section-about .attention-box .tit {
  font-weight: bold;
  margin: 0 0 5px;
}

.section-about .attention-box+.attention-box {
  margin-top: 10px;
}

.about-list {
  margin-top: 30px;
}

.about-list table, .about-list th, .about-list td {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.about-list th {
  color: #888;
  font-weight: bold;
  margin: 0 0 .5em;
}

.about-list tr:not(:last-of-type) td {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #e4e4e4;
}

.about-list img.card {
  width: 46px;
}

.section-about .form-radio {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin: 35px 0 0;
}

.section-about .form-radio input[type="checkbox"] {
  border-radius: 2px;
  border: 2px solid #bebdbd;
  width: 22px;
  height: 22px;
  position: relative;
  top: -1px;
}

.section-about .form-radio input[type="checkbox"]::before {
  display: none;
}

.section-about .form-radio input[type="checkbox"]::after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 3px solid #e30606;
  border-top: none;
  border-right: none;
  margin: -0.5em 0 0;
  position: absolute;
  left: 0.2em;
  top: 70%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-about .form-radio input[type="checkbox"]:checked::after {
  top: 50%;
  opacity: 1;
}

.box-fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  padding: 20px 5%;
  box-sizing: border-box;
  border-top: 1px solid #bebdbd;
}

.box-fixed .btn-wrap .btn {
  float: left;
}

.box-fixed .btn-wrap .btn>* {
  margin: 0;
}

.box-fixed .btn-wrap .btn:first-child {
  width: 30%;
}

.box-fixed .btn-wrap .btn:last-child {
  width: 67%;
  margin-left: 3%;
}

.box-fixed .btn-wrap .btn .sub {
  color: inherit;
  border-color: #c0c0c0;
}

/* mypage
============================== */
/* news tab */
.tab-link {
  height: 45px;
  position: relative;
}

.tab-link.android {
  padding: 0 0.5px;
}

.tab-link li {
  height: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}

.tab-link li a {
  display: block;
  -webkit-width: calc(100% - 0.7px);
  width: calc(100% - 0.7px);
  text-align: center;
  text-decoration: none;
  line-height: 0;
  padding: 0.1px;
  position: relative;
  left: 0.5px;
  border-bottom: 45px solid #f7f7f7;
  border-top: 0.5px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-radius: 20px 20px 0 0 / 20px 20px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ff7c60;
}

.tab-link li::before {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 45px solid #ccc;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-radius: 28px 28px 0 0 / 80px 80px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.tab-link li a:hover::before {
  border-bottom-color: #f51c58;
}

.tab-link li.current {
  z-index: 10;
}

.tab-link li.current a span {
  color: #000;
}

.tab-link li.current a {
  -webkit-width: calc(100% - 1px);
  width: calc(100% - 1px);
  border-bottom-color: #fff;
}

.tab-link.column2 li {
  width: 52%;
  margin: 0px -4% 0 0;
}

.tab-link li span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  left: 0;
  top: 0;
}

/* add mypage */
.mypageTit {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
}

/* mypage_main_cont */
#mypage.bg_white {
  background-color: #fff;
  min-height: 70vh;
    padding: 30px 0;
}

section#mypage .list-form input.error {
  border-color: #e30606;
}

/* マイページ */
/* セクション毎のタイトル */
#mypage .sectionTit,
#addfriend .sectionTit {
  display: table;
  width: 100%;
}
/* タイトルの右横に表示する編集ボタン */
#mypage .sectionTit p.edit {
  display: table-cell;
  vertical-align: middle;
  width: 70px;
  height: 33px;
}
#mypage .sectionTit p.edit a {
  margin: initial;
  padding: 0;
  font-size: 12px;
  box-shadow: none;
  height: 22px;
}

#mypage .messageTxt{
    background: #FDEDEB;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0 0 35px;
}
#mypage .messageTxt .fa-check-circle{
    color: #ff7c60;
    font-size: 1.2em;
    vertical-align: -1px;
}
/* コピーボタン */
#mypage .copybtn { color: #FF7C60; padding: 0; cursor: pointer; margin: 0 10px; float: right; }
#mypage .copybtn .fa-clone:before { color: #FF7C60; }
#mypage .copybtn:hover { color: #fa4d28; }
#mypage .copybtn button { display: none; }
/* 銀行口座 注意書き */
#mypage .bank-attention {
  margin-bottom: 40px;
  color: #898A8D;
}
#mypage .form-select {
  display: inherit;
}
#mypage .form-select select {
  color: #000;
  padding: 10px;
}
#mypage .form-select.innerArrow:after{
    content: none;
}
#mypage .form-select .selectBlock{
    position:relative;
}
#mypage .form-select .selectBlock:after{
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-top: #666 solid 8px;
    border-left: transparent solid 6px;
    border-right: transparent solid 6px;
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 11;
    top: 50%;
    left: auto;
    margin: 0;
    transform: translate(0,-50%);
}
#mypage .form-select .selectBlock select{

}



#mypage .form-select:after {
    top: 50%;
    left: auto;
    margin: 0;
    transform: translate(0,-50%);
}
#mypage #id-form-select-tel2-country-id:after {
  top: -15px;
}
#mypage.addTicketList .form-select:after{
    left: auto;
    right: 10px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    pointer-events: none;
}
.mypage_myinfo {
  background: #f5f5f5;
  margin: -30px -6% 0;
  padding: 30px 10%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.mypage_myinfo_txt_box {
  width: calc(100% - 80px);
}

.mypage_myinfo_txt {
  font-size: 13px;
  line-height: 1.5;
  color: #808080;
}

.m_premium_status {
  margin-top: 0.5rem;
}

p#btn_upgrade_user_status {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
a#a_upgrade_user_status {
  display: block;
  margin-top: 50px;
  font-size: 15px;
  background-color: #ff7c60;
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

span#upgrade_user_status {
  color: #FF0000;
  font-size: 12px;
}
.message_wrapper{
  margin: 0 16px;
}

/* プレミアム会員特典適用確認画面 */
.cnf-trade-fee{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shadow-cancel{
  margin-bottom: 0!important;
  box-shadow: none!important;
}
.shadow-cancel2{
  margin-bottom: 0!important;
  box-shadow: none!important;
  border-radius: 0!important;
}
.cnf-wrapper{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 10px;
  color: #222;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.cnf-box-fixed{
  z-index: 9999;
  padding: 0 5%;
}
.cnf-ul{
  position: relative;
}
.cnf-ul>.shadow-cancel{
  border: 1px solid #ddd!important;
  padding: 20px 20px 5px;
}
.cnf-section .box{
  box-shadow: none;
  border-radius: 5px;
}
.label-up,
.label-yusen{
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px 0 0 0;
  background-repeat:no-repeat;
  width: 70px;
  height: 350px;
  background-position: left;
  background-position: top;
  background-size: contain;
  }
.label-up{
  background-image: url('/assets/img/mytrade/label_up.png');
}
.label-yusen{
  background-image: url('/assets/img/mytrade/label_yusen.png');
}
.cnf-em{
  font-size: 10px;
  float: right!important;
}
.cnf-em:last-child{
margin-bottom: 15px;
}
.shadow-cancel .total{
  line-height: 1.35!important;
}
.cnf-section{
  padding-bottom: 70px;
}
#reload {
  height: 70px;
  position: relative;
}
.balls-guruguru {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: #fff;
}
.ball {
  width: 50%;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  transform-origin: 100% 50%;
  left: 0;
}
.ball::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ball-1::before {
  animation: ball-guruguru 1s linear 0s infinite;
}
.ball-2 {
  transform: rotate(45deg);
}
.ball-2::before {
  animation: ball-guruguru 1s linear -0.125s infinite;
}
.ball-3 {
  transform: rotate(90deg);
}
.ball-3::before {
  animation: ball-guruguru 1s linear -0.25s infinite;
}
.ball-4 {
  transform: rotate(135deg);
}
.ball-4::before {
  animation: ball-guruguru 1s linear -0.375s infinite;
}
.ball-5 {
  transform: rotate(180deg);
}
.ball-5::before {
  animation: ball-guruguru 1s linear -0.5s infinite;
}
.ball-6 {
  transform: rotate(225deg);
}
.ball-6::before {
  animation: ball-guruguru 1s linear -0.625s infinite;
}
.ball-7 {
  transform: rotate(270deg);
}
.ball-7::before {
  animation: ball-guruguru 1s linear -0.75s infinite;
}
.ball-8 {
  transform: rotate(315deg);
}
.ball-8::before {
  animation: ball-guruguru 1s linear -0.875s infinite;
}
@keyframes ball-guruguru {
  0% {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
  100% {
    width: 6px;
    height: 6px;
    opacity: .2;
    margin-left: 7px;
  }
}
/* プレミアム会員特典適用popup */

.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}
.modal-content .close_btn{
  justify-content: center;
  display: inline-block;
  cursor: pointer;
  border: 1px solid rgb(192, 192, 192);
  padding: 0.2rem 1rem;
  font-weight: bold;
  border-radius: 2rem;
  text-align: center;
  margin:0 auto;
}
.modal-content .cross-btn{
  color: #808080;
  font-size: 37px;
  line-height: 50%;
  float: right;
  cursor: pointer;
}
.modal-content .check-img{
  margin-top: 56px;
}
.modal-content{
  background: #fff;
  text-align: center;
  padding: 30px;
  border-radius:5px;
}
.modal-content .txt{
  padding-top: 30px;
  padding-bottom: 40px;
  font-size: 14px!important;
  line-height: 1.7!important;
}

/* premium_badge */
.premium_badge {
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.premium_badge img {
  display: block;
}

.premium_upgrade {
  font-size: 9px;
  border: 1px solid #808080;
  border-radius: 3px;
  text-decoration: none;
  color: #808080;
  padding: 1px 5px;
  margin-left: 10px;
}

.premium_upgrade:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5.6px;
  border-color: transparent transparent transparent #808080;
  display: inline-block;
  margin-left: 5px;
  letter-spacing: -0.2px;
}

.myticket_absolutebox {
  position: absolute;
  bottom: -1.5rem;
  right: 6%;
  display: flex;
  align-items: center;
}

.myticket_absolutebox a {
  background: #fff;
  padding: 10px 1.2rem 10px;
  display: block;
  text-decoration: none;
  color: #333;
  border-radius: 3rem;
  font-weight: bold;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  margin-left: 1rem;
}

.myticket_absolutebox .premium_coupon {
  padding: 13px 10px;
}

.myticket_absolutebox .premium_coupon img {
  width: 24px;
  display: block;
}

.mypage_main_cont {
  margin: 0 -6%;
  padding: 50px 10%;
}

/* mypage_menuList */
.mypage_menuList {
  border-radius: 5px;
  border: 1px #d7d6d6 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}

.mypage_menuList li {
  width: 50%;
  border-right: 1px #d7d6d6 solid;
}

.mypage_menuList li:last-child {
border: none;
}

.mypage_menuList a {
  display: block;
  width: 100%;
  padding: 8px 0;
  color: #1a1a1a;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

.mypage_menuList a img {
  display: block;
  width: 1.7rem;
  margin: 0 auto;
  position: relative;
  opacity: 0.5;
  vertical-align: bottom;
}

/* tab_design */
.tab_design {
  display: flex;
  text-align: center;
  margin-bottom: 20px;
}

.tab_design li {
  width: calc(100% / 3);
  padding-left: 2%;
}

.tab_design li a {
  width: 100%;
  background-color: #f5f5f5;
  display: block;
  color: #808080;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.2rem 0.5rem;
  box-sizing: border-box;
}

.tab_design li:first-child {
  padding-left: 0;
  padding-right: 2%;
}

.tab_design li:nth-child(2) {
  padding-left: 1%;
  padding-right: 1%;
}

.tab_design .current a {
  background: #1a1a1a;
  color: #fff;
}

/* list_mydesign */
.list_mydesign {
  border-radius: 3px;
  border: 1px solid #ddd;
  margin: 0 0 30px;
  background: #fff;
}

.list_mydesign li a {
  display: block;
  padding: 15px;
  color: #222;
  text-decoration: none;
  position: relative;
}

.list_mydesign li {
  border-bottom: 1px solid #ddd;
}

.list_mydesign li:last-child {
  border: none;
}

.list_mydesign .more {
  border-top: 1px solid #ddd;
  text-align: center;
  font-weight: bold;
}

.list_mydesign .more a {
  padding: 15px;
  color: #808080;
  display: block;
  text-decoration: none;
}

/* list-notice */

.list_mydesign.notice_setting li{
    position: relative;
    padding: 15px 70px 15px 15px;
    font-size: 11px;
}
.list_mydesign.notice_setting li label{ display: block;}
.list_mydesign.notice_setting li .title{ 
  font-size: 15px;
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list_mydesign.notice_setting li .time{ font-size: 15px;}
.list_mydesign.notice_setting li .time span{ font-size: 0.6em;}
.list_mydesign.notice_setting li .venue{ }
.list_mydesign.notice_setting li .artist{ margin-top: .5em;line-height: 1.4em; opacity: 0.5;}

.list_mydesign.notice_setting .form-toggle{
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
}

/* list_info_box  */
.list_info_box .date {
  font-size: 12px;
  color: #9b9b9b;
}

/* coupon_list */
/*
.coupon_member a {
  background: rgb(237, 212, 147);
  background: -moz-linear-gradient(300deg, rgba(237, 212, 147, 1) 60%, rgba(251, 246, 231, 1) 100%);
  background: -webkit-linear-gradient(300deg, rgba(237, 212, 147, 1) 60%, rgba(251, 246, 231, 1) 100%);
  background: linear-gradient(300deg, rgba(237, 212, 147, 1) 60%, rgba(251, 246, 231, 1) 100%);
  text-align: center;
  font-weight: bold;
  display: block;
  padding: 1rem;
  width: 100%;
  text-decoration: none;
  color: #222;
  box-sizing: border-box;
}

.coupon_member .cpn_date {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
}

.coupon_member .cpn_ttl {
  font-size: 16px;
  color: #ff7c60;
}

.coupon_member .cpn_btn {
  display: inline-block;
  font-size: 10px;
  background-color: #fff;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}*/

/* normalcoupon */

#mycouponTit{
  margin-top: 30px;
}
.cpn_flex{
  display: flex;
  justify-content: space-between;
}
.coupon_list{
  display: block;
  padding: 15px;
  color: #222;
}
.coupon_list .tit{
  font-size: 14px;
  font-weight: bold;
}
.coupon_list .date{
  font-size: 12px;
  color: #9b9b9b;
}
.cpn_txt{
  font-size: 12px;
}
.coupon_finish {
  color: #9b9b9b;
}
/* list-news */
.list-news {
  padding: 0 10px;
}

.list-news li a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.list-news li:last-child a {
  border: none;
}

.list-news .date {
  color: #666;
  font-size: 12px;
}

.list-news .tit {
  color: #374a9d;
  font-size: 14px;
}

.list-news .more a {
  display: block;
  color: #000;
  text-align: right;
  text-decoration: none;
  border-top: 1px solid #ddd;
  padding: 15px 0;
}

.list-news .more a::after {
  content: "\f105";
  color: #aaa;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 14px;
  margin: 0 0 0 5px;
  position: relative;
  top: 2px;
}

.nodata {
  color: #aaa;
  text-align: center;
  padding: 40px 0;
}

/* list-ticket */
#ticketform .form-select {
  width: 100%;
  margin: 0 0 20px;
}

#ticketform .form-select select {
  background: #fff;
}

.list-myticket{
  background: #fff;
  border: none;
  z-index: 9;
  position: relative;
}
.list-myticket li a {
  display: block;
  padding: 15px;
  color: #222;
  text-decoration: none;
  position: relative;
}

.list-myticket li {
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 20%)
}
.list-myticket .nodata{
  border: 1px solid #ddd;
  border-radius: 3px;
}

.list-myticket li:last-child {
  border: none;
}

.list-myticket .status {
  float: right;
  padding: 0 5px;
  margin: 0 0 0 5px;
  font-size: 10px;
  font-weight: bold;
}

.list-myticket .date {
  font-size: 20px;
}

.list-myticket .tit {
  font-size: 13px;
  font-weight: bold;
}

.list-myticket .txt {
  font-size: 13px;
}

.list-myticket .txt span,
.list-myticket .txt em {
  display: inline-block;
}
.myticket_txtuse {
  padding: 1rem 0;
}

.myticket_txtuse a {
  text-decoration: none;
  color: #333;
}

.myticket_txtuse a:hover {
  color: #ff7c60;
}
#mypage .myticket_txtuseList {
    margin-top: 30px;
}
#mypage .myticket_txtuseList li {
    margin: 0 0 10px;
}
#mypage .myticket_txtuseList li:last-child{
    margin: 0;
}
#mypage .myticket_txtuseList li a{
    text-decoration: none;
    color: #000;
    text-align: right;
    display: block;
}
#mypage .myticket_txtuseList li a i {
    padding-left: 0.5rem;
    font-size: 0.4rem;
    vertical-align: middle;
}
.myticket_txtuse i {
  padding-left: 0.5rem;
  font-size: 0.4rem;
  vertical-align: middle;
}

/* list-iohistory */
.list-iohistory .status-pay {
  background-color: #E76840;
  border: 1px solid #E76840;
}
.list-iohistory .status-deposit {
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
}
.list-iohistory .date{
font-size: 12px;
    color: #9b9b9b;
}
.list-iohistory li{
  border-bottom: 1px solid #ddd!important;
}

.list-iohistory .inohistory-total{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inohistory-total-right{
  color: #ff7c60;
  font-size: 26px;
  font-weight: bold;
}
.inohistory-right{
  text-align: right;
}

.inohistory-total-right .triangle{
  font-size: 16px;
}
.list-iohistory .status {
  display: inline-block;
  font-size: 12px;
  border-radius: 20px;
  padding: 0 5px;
  color: #fff;
}

/* info */
.box-info-detail {
  margin: 0 0 30px;
  position: relative;
}

.box-info-detail .date {
  color: #888;
  margin: 0 0 5px;
}

.box-info-detail .tit {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

.box-info-detail .txt {
  font-size: 13px;
  line-height: 1.7;
}

.box-info-detail .anchor {
  display: block;
  position: absolute;
  top: -60px;
}

/* pager */
.pager {
  text-align: center;
  margin: 30px 0;
}

.pager li {
  display: inline-block;
  width: 30%;
}

.pager a {
  font-size: 16px;
  text-decoration: none;
}

.pager .prev a::before,
.pager .next a::after {
  font-family: FontAwesome;
  font-size: 1.2em;
  margin: 0 5px;
}

.pager .prev a::before {
  content: "\f104";
}

.pager .next a::after {
  content: "\f105";
}

.pager .form-select select {
  background: #fff;
}

/* pager_mypage */
.pager_mypage {
  text-align: center;
  margin: 0;
}

.pager_mypage li {
  display: inline-block;
  width: 30%;
  position: relative;
}

.pager_mypage a {
  font-size: 16px;
  text-decoration: none;
}

.pager_mypage .count {
  display: none;
}

.pager_mypage .pager .prev a::before,
.pager_mypage .pager .next a::after {
  font-family: FontAwesome;
  font-size: 2em;
  margin: 0 5px;
  position: relative;
  z-index: 1;
}

.pager_mypage .pager .prev a::before, .pager_mypage .pager .prev::before {
  content: "\f0d9";
}

.pager_mypage .pager .next a::after, .pager_mypage .pager .next::after {
  content: "\f0da";
}

.pager_mypage .pager .next::after,
.pager_mypage .pager .prev::before {
  color: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1em;
  height: 1.7em;
  font-size: 2em;
  margin: auto;
  font-family: FontAwesome;
  z-index: 0;
}

.pager_mypage .pager .form-select select {
  background: #fff;
}

.pager_mypage .pager {
  border-top: 1px solid #ddd;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager_mypage .pager li {
  border: none;
}

.list_mydesign .pager a {
  padding: 0;
}
.text_right{
  text-align: right;
}

/*  */
.message {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  display: none;
}

.error_over_msg {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #FF0000;
  display: none;
}

.contact {
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #0000FF;
  display: none;
}

/* *** popup *** */
.red-box {
  color: rgb(216, 67, 0);
  border: 1px solid rgb(216, 67, 0);
  padding: 20px;
  font-size: 13px;
  margin-bottom: 20px;
}

.red-box .reb-box-ttl {
  font-size: 14px;
  font-weight: bold;
}

.red-box li {
  text-indent: -1em;
  padding-left: 1em;
}

/* member_rank_popup */
.popup_memberrank_wrap, .popup_coupon_wrap {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.popup_memberrank_wrap .overlay, .popup_coupon_wrap .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.popup_memberrank_wrap .popup_flex, .popup_coupon_wrap .popup_flex {
  display: flex;
  align-items: center;
  height: 100vh;
  padding: 8%;
  box-sizing: border-box;
}

.popup_memberrank_wrap .popup_inner, .popup_coupon_wrap .popup_inner {
  display: none;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  padding: 20px 30px;
  border-radius: 6px;
  margin: 50px 0;
  width: 100%;
}

.popup_memberrank_wrap .close, .popup_coupon_wrap .close {
  width: 100%;
  height: 30px;
  position: fixed;
  top: 65px;
  right: 15px;
  z-index: 10000;
  cursor: pointer;
}

.popup_memberrank_wrap .close::before,
.popup_memberrank_wrap .close::after,
.popup_coupon_wrap .close::before,
.popup_coupon_wrap .close::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
}

.popup_memberrank_wrap .close::before,
.popup_coupon_wrap .close::before {
  transform: rotate(45deg);
}

.popup_memberrank_wrap .close::after,
.popup_coupon_wrap .close::after {
  transform: rotate(-45deg);
}

.popup_memberrank_wrap .text_center,
.popup_coupon_wrap .text_center {
  text-align: center;
  margin-top: 20px;
}

.popup_memberrank_wrap .close_btn,
.popup_coupon_wrap .close_btn {
  border: 1px solid rgb(192, 192, 192);
  padding: 0.2rem 1rem;
  font-weight: bold;
  display: inline-block;
  border-radius: 2rem;
}

.popup_ttl {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

.popup_ttl_sub {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.popup_attention {
  font-size: 10px;
  color: #808080;
}

.rank_description {
  display: flex;
  align-items: flex-start;
  text-align: center;
  margin: 20px 0;
}

.rank_description div {
  width: calc(100% / 3);
  font-weight: bold;
  font-size: 12px;
}

.bronze_time, .silver_time, .gold_time {
  color: #fff;
  margin: 10px 0;
  padding: 5px 0;
  width: calc(100% - 10px);
  position: relative;
  font-weight: normal;
}

.bronze_time {
  background-color: rgb(186, 122, 82);
}

.silver_time {
  background-color: rgb(190, 189, 189);
}

.gold_time {
  background-color: rgb(221, 186, 78);
}

.bronze_time:after, .silver_time:after, .gold_time:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.1rem 0 1.1rem 10px;
  border-color: transparent transparent transparent #808080;
  display: inline-block;
  margin-left: 5px;
  letter-spacing: -0.2px;
  position: absolute;
  top: 0;
  right: -10px;
}

.bronze_time:after {
  border-color: transparent transparent transparent rgb(186, 122, 82);
}

.silver_time:after {
  border-color: transparent transparent transparent rgb(190, 189, 189);
}

.gold_time:after {
  border-color: transparent transparent transparent rgb(221, 186, 78);
}
/* coupon_popup */
.popup-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup_txt{
  margin-top: 10px;
  font-size: 12px;
  color: #9b9b9b;
}
.popup_img{
  max-width: 170px;
}
.popup_img img{
  width: 100%;
}
.popup_txt1::before{
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('/images/common/number-1.png');
  background-size: contain;
  vertical-align: middle;
  margin:0 5px 3px 0;
  background-repeat: no-repeat;
}
.popup_txt2::before{
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('/images/common/number-2.png');
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 3px;
  background-repeat: no-repeat;
}

/* *** 生年月日ポップアップ *** */
.inner .txt-gray{
  color: #808080;
}
.Modal3-txt-wrapper{
  padding: 28px 28px;

}
#Modal .detailModal{
    width: 100%;
    max-width: 630px;
}
#Modal .birthModal{
    background: transparent;
    width: 100%;
    max-width: 630px;
}
#Modal .birthModal .inner{
    padding: 40px 0 0;
    position: relative;
}
#Modal .birthModal .inner .Modal3_cross-btn{
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    color: #FFF;
    padding: 0;
}
#Modal .birthModal .inner .confirm{
    padding: 20px;
    background: #FFF;
    border-radius: 5px;
}
#Modal .birthModal .Modal3-txt-wrapper{
    padding: 0;
}
#Modal .birthModal .Modal3-txt-wrapper li.txt{
    margin: 0;
}
#Modal .birthModal .Modal3-txt-wrapper li.txt:first-of-type{
    font-size: 16px;
    margin: 0;
}
#Modal .birthModal .list-btn{
    display: flex;
    justify-content: center;
    padding-bottom: 0;
}
#Modal .birthModal .list-btn .btn button{
    margin-bottom: 0;
}
.clearfix .brithdate{
  margin: 5px 0 15px;
}
.Modal3_close_button{
  border: none;
  background-color: white;
}
.Modal3_cross-btn{
  color: #808080;
  font-size: 37px;
  line-height: 50%;
  text-align: right;
}
#Modal3 .list-btn{
  padding-bottom: 15px;
}
#Modal2 .list-btn{
  padding-bottom: 15px;
}

/* リニューアル
============================== */
.renewal-ttl-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/assets/img/renewal/renewal_h1.jpg) no-repeat center;
  background-size: cover;
  height: 400px;
  position: relative;
}

.renewal-ttl {
  text-align: center;
  font-size: 20px;
  font-size: 6.2vw;
  padding: 30px 0 0;
  margin: 0 0 30px;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
}

.renewal-ttl-box:before {
  content: "";
  background: url(/assets/img/renewal/renewal_h1_txt1.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  max-width: 60%;
  width: 700px;
  height: 100px;
  top: 30px;
  right: 0;
}

.renewal-ttl-box:after {
  content: "";
  background: url(/assets/img/renewal/renewal_h1_txt2.svg) no-repeat center bottom;
  background-size: contain;
  position: absolute;
  bottom: 30px;
  left: 0;
  max-width: 80%;
  width: 1000px;
  height: 260px;
}

.renewal-ttl span {
  font-size: 16px;
  font-size: 5vw;
}

.renewal-ttl img {
  height: 30px;
  margin: 15px 0 10px;
  box-sizing: border-box;
}

.renewal-video {
  padding: 0 5%;
}

.renewal-video iframe {
  width: 100%;
}

.renewal-box {
  font-size: 15px;
}

.renewal-box2 {
  background: #fff;
}

.renewal-box section {
  padding: 10px 0;
}

.renewal-box h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.renewal-box h2 span {
  color: #e95384;
}

.renewal-box h3 {
  font-size: 18px;
}

.renewal-box ul {
  font-size: 14px;
}

.renewal-redbox {
  border: 1px solid rgb(216, 67, 0);
  padding: 20px;
  margin: 20px 0;
}

.text-red {
  color: rgb(216, 67, 0);
}

.renewal-box img {
  margin: 10px 0;
}

.renewal-row>div,
.renewal-row>section {}

.renewal-img-headsearch, .renewal-img-consearch, .renewal-img-areasearch {
  padding: 10px 0;
  margin-bottom: 10px;
}

.renewal-img-areasearch>img {
  margin: 10px auto;
  display: block;
}

/* エラー
============================== */
#communicationline_error {
  padding: 40px 0;
}

#communicationline_error .girl_img {
  width: 120px;
  margin: 50px 0;
}

/* ログイン（イープラス追加）
============================== */
.body-login #wrap {
  background: #fff;
}

.loginlink_btn {
  background: rgb(255, 124, 96);
  padding: 15px 20px;
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
  font-size: 12px;
  margin: -30px -6% 20px;
}

.loginlink_btn:hover {
  color: #fff;
  background: #f51c58;
}

.loginlink_btn::after {
  content: "\f105";
  color: #fff;
  font-family: 'FontAwesome';
  display: inline-block;
  height: 1em;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

section#login {
  padding-bottom: 50px;
}

section#login .txt {
  font-size: 13px;
  margin: 0 0 2.25em;
}

section#login .txt.bold {
  margin: 0 0 3.25em;
}

section#login .errorTxt {
  color: #e30606;
  font-size: 12px;
  margin: 0 0 15px;
}

section#login .btn a,
section#login .btn input {
  border-radius: 100px;
  font-size: 15px;
  font-weight: bold;
  padding: 14px;
}

section#login .btn .main {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}

section#login .btn .sub {
  background: none;
  border: 1px solid;
  color: #e95384;
}

section#login .btn .disabled {
  background: #ddd;
  color: #fff;
  box-shadow: none;
}

section#login .list-form {
  margin: 0 0 2em;
}

section#login .list-form>dt {
  font-size: 13px;
  font-weight: bold;
  color: inherit;
  margin: 0 0 .5em;
}

section#login .list-form>dd {
  border: none;
  padding: 0;
  margin: 0 0 13px;
}

section#login .list-form>dd input::placeholder {
  font-size: 12px;
  font-size: 3.25vw;
  font-weight: bold;
  color: #9b9b9b;
  position: relative;
  top: 3px;
}

/* input_hide */
section#login .list-form #show_pw input,
section#login #keep-login input[type="checkbox"],
section#login .btn-wrap li input,
section#login .list-emtgid li input[type="radio"] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

section#login .list-form input[type="text"],
section#login .list-form input[type="password"] {
  box-shadow: none;
  border-radius: 5px;
  -webkit-appearance: none;
}

section#login .list-form input.error {
  border-color: #e30606;
}

section#login .list-form #show_pw {
  font-size: 12px;
  float: right;
  font-weight: normal;
  padding-top: 1px;
}

section#login #keep-login {
  display: block;
  position: relative;
  margin: 15px 0 0;
  font-size: 12px;
}

section#login #keep-login span {
  padding-left: 28px;
}

section#login #keep-login span::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  margin: -10px 0 0;
  background: #dcdcdc;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section#login #keep-login span::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 4px;
  border: 1.5px solid #fff;
  border-top: none;
  border-right: none;
  position: absolute;
  top: 6px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 2px;
}

section#login #keep-login input[type="checkbox"]:checked+span::before {
  background: #FF7C60;
}

section#login .btn-wrap {
  margin: 0 0 25px;
}

section#login .btn-wrap li {
  float: left;
  width: 47.5%;
}

section#login .btn-wrap li:nth-child(odd) {
  margin-right: 2.5%;
}

section#login .btn-wrap li:nth-child(even) {
  margin-left: 2.5%;
}

section#login .btn-wrap li label {
  display: block;
  padding: 15px 20px 12px;
  border-radius: 200px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  font-weight: bold;
  color: inherit;
  background: #fff;
  line-height: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

section#login .btn-wrap li svg {
  height: 27px;
  display: block;
  margin: 0 auto 8px;
}
section#login .btn-wrap li.btn-emtg svg{ margin: 0 auto 7px; }
section#login .btn-wrap li.btn-emtg label{padding: 11px 20px 12px;}
section#login .btn-wrap li.btn-eplus svg {
  height: 18px;
  padding: 2px 0;
}

section#login .btn-wrap li svg * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section#login .btn-wrap.disabled li label {
  box-shadow: none;
  background: #dcdcdc;
  color: #b9b9b9;
}

section#login .btn-wrap.disabled li svg * {
  fill: #b9b9b9;
}
section#login .btn-wrap.disabled li svg .cls-13{fill:#ddd;}
section#login .login-links {
  text-align: right;
  margin: 25px 0;
  line-height: 1.9em;
}

section#login .login-links li a {
  color: inherit;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

section#login .login-links li a::after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 8px;
  font-size: 18px;
  position: relative;
  top: 1px;
}

section#login .center-link {
  text-align: center;
}

section#login .center-link a {
  color: #ff7c60;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}

section#login .list-emtgid {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

section#login .list-emtgid>li+li {
  border-top: 1px solid #ddd
}

section#login .list-emtgid>li label,
section#login .list-emtgid>li>input {
  display: block;
  padding: 15px 80px 15px 44px;
  position: relative;
}

section#login .list-emtgid>li p {
  font-size: 15px;
  line-height: 1.4;
}

section#login .list-emtgid>li span.name {
  font-size: 12px;
}

section#login .list-emtgid>li span.date {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #9b9b9b;
  font-size: 11px;
}

section#login .list-emtgid>li p::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  margin: -10px 0 0;
  background: #fff;
  border: 1px solid #bebdbd;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

section#login .list-emtgid>li p::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 4px;
  border: 1.5px solid #fff;
  border-top: none;
  border-right: none;
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-radius: 2px;
  margin-top: -1px;
}

section#login .list-emtgid>li input[type="radio"]:checked+p::before {
  background: #e7527d;
  border-color: #e7527d;
}

section#login .list-emtgid>li.list-add input {
  padding: 15px;
  text-align: center;
  text-decoration: none;
  color: #9b9b9b;
  font-size: 13px;
  width: 100%;
  border: none;
  -webkit-appearance: none;
  background: none;
}

section#login .list-emtgid.read-only li {
  padding: 15px;
}

section#login .list-emtgid.read-only dt {
  margin-bottom: 0;
}

section#login .list-emtgid.read-only dd {
  padding-bottom: 0;
  line-height: 1.6;
  margin-top: 3px;
}

section#login .block-list {
  margin-top: 2.25em;
}

section#login .block-list li+li {
  margin-top: 3em;
}

section#login .block-list li .txt {
  margin-bottom: 0;
}

/* sakana */
header .logo-header .sakana {
  width: 100%;
  border-bottom: 3px solid #000;
  height: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  left: 0;
}

header .logo-header .sakana a {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100px;
}

header .logo-header .sakana a img {
  width: 100%;
}

/* ***** premium ***** */
.bnr_premium + .pt20{
  padding-top: 20px !important;
}
.bnr_premium + .pt20 .box-performance-information{
  margin-top: 0;
}
.bnr_premium {
  background: url(/images/common/banner_premium_bg.png) no-repeat center bottom;
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.bnr_premium img {
  max-width: calc(100% - 20px);
}

.bnr_premium .premium_yellow {
  max-width: 87px;
}

.bnr_absolute {
  margin-bottom: 0;
}
.bnr_bottomabsolute{
  margin-top: -30px;
}
/******************* premium *********************/
.prem_sec_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}

/* flex
			======================== */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row.item_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.item_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row.space_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

/* txt
			======================== */
.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_s {
  font-size: 11px;
}

.bg_white {
  background: #fff;
}

.p_section {
  padding: 50px 5%;
}

.btn_absolute {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -23px;
  z-index: 2;
}

.btn_absolute a {
  margin: 0 auto;
}

#premiummain_visual {
  text-align: center;
  padding: 150px 10%;
  box-sizing: border-box;
  background: url(/assets/img/premium/mainvisual_premium.svg) no-repeat, url(/assets/img/premium/mainvisual.jpg);
  background-size: 100%, cover;
  background-position: bottom 80px center, center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

#premiummain_visual h2 {
  font-size: 16px;
}

#premiummain_visual .main_logo {
  padding: 15px 0;
}

.main_lead {
  text-align: left;
  margin-top: 30px;
  line-height: 2;
  font-size: 15px;
}

#premiummain_visual .main_price {
  font-size: 22px;
  color: #bebdbd;
}

#premiummain_visual .main_txt {
  position: relative;
}

#premiummain_visual .main_price span {
  font-size: 14px;
}

#premiummain_visual .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 75%;
  max-width: 375px;
  transform: translateY(50%);
}
#premiummain_visual .caps {
    display: block;
    font-size: 11px;
    color: #ffa518;
    text-indent: 0;
    text-align: left;
}
#premium_guide {
  position: relative;
  padding: 50px 10%;
}
#premium_guide .guide_side_wrap {
  border: 1px solid #d7d6d6;
  background: #fff;
  border-radius: 10px;
  width: 90%;
  padding: 0;
  margin: auto;
  position: relative;
  overflow: initial;
  margin: 40px auto 50px;
}

#premium_guide .guide_side_wrap .guide_side_header {
  background: #ff91d9;
  background: -moz-linear-gradient(358deg, #ff91d9 0%, #3d1f39 45%, #2d262b 75%, #2f2a2d 100%);
  background: -webkit-linear-gradient(358deg, #ff91d9 0%, #3d1f39 45%, #2d262b 75%, #2f2a2d 100%);
  background: -webkit-linear-gradient(92deg, #ff91d9 0%, #3d1f39 45%, #2d262b 75%, #2f2a2d 100%);
  background: -o-linear-gradient(92deg, #ff91d9 0%, #3d1f39 45%, #2d262b 75%, #2f2a2d 100%);
  background: linear-gradient(358deg, #ff91d9 0%, #3d1f39 45%, #2d262b 75%, #2f2a2d 100%);
  color: #fff;
  padding: 24px;
  border-radius: 10px 10px 0 0;
}

#premium_guide .guide_side_wrap .guide_side_header img {
  margin-top: 5px;
}

#premium_guide .guide_side_wrap .guide_list_box {
  padding: 30px 0;
}

#premium_guide .guide_side_wrap .guide_list_box .guide_list {
  padding: 30px 5% 30px 18%;
  border-bottom: 1px solid #d7d6d6;
}

#premium_guide .guide_side_wrap .guide_list_box .guide_list li {
  padding-bottom: 20px;
  text-indent: -16px;
  padding-left: 30px;
}

#premium_guide .guide_side_wrap .guide_list_box .guide_list li:before {
  content: url("/assets/img/premium/icon_check.png");
  display: inline-block;
  padding-right: 10px;
}

#premium_guide .guide_side_wrap .guide_list_box .guide_list li:last-child {
  padding-bottom: 0;
}

#premium_guide .guide_side_wrap .guide_list_box .guide_list_next {
  color: #bebdbd;
}

#premium_guide .guide_side_wrap .guide_list_box .guide_list_next span {
  font-size: 9px;
  color: #e95384;
  padding-left: 10px;
}

#premium_guide .guide_side_wrap .guide_list_box .guide_list .guide_list_next:before {
  content: url("/assets/img/premium/icon_check_gray.png");
}
#premium_guide .guide_side_wrap .guide_price {
  padding: 20px 30px;
  color: #808080;
  font-weight: bold;
  font-size: 17px;
}

#premium_guide .guide_side_wrap .guide_price span {
  font-weight: normal;
  font-size: 11px;
}

#premium_guide .guide_side_wrap .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 20px);
  max-width: 380px;
  transform: translateY(50%);
}

#premium_guide .guide_side_wrap .btn .main {
  margin: 0;
  font-size: 15px;
}



#premium_guide .tba_wrap {
  position: relative;
}

#premium_guide .tba_wrap .tba_main_txt {
  border: 1px solid #bebdbd;
  margin-bottom: 10px;
}

#premium_guide .tba_wrap .tba_main_txt .tba_wrap_header {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  color: #e95384;
  border-bottom: 1px solid #bebdbd;
}

#premium_guide .tba_wrap .tba_main_txt>div {
  padding: 20px;
}

#premium_guide .tba_wrap .tba_main_txt h5 {
  font-size: 14px;
  font-weight: bold;
}

#premium_guide .tba_wrap .tba_main_txt p {
  font-size: 13px;
}

#premium_guide .guide_main_wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#premium_guide .guide_main_wrap .guide_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 30px;
  background-position: top 20px right 20px;
  background-size: 110px;
  background-repeat: no-repeat;
}
#premium_guide .guide_main_wrap .guide_item .sub_txt, #premium_guide .sub_txt {
  color: #9b9b9b;
  font-size: 11px;
}

#premium_guide .guide_main_wrap .guide_item p {
  margin-top: 15px;
}

#premium_guide .guide_main_wrap .guide_item .item_img {
  height: 110px;
  padding: 0;
}
/*
#premium_guide .guide_main_wrap .guide_item.item1 {
  background-image: url("/assets/img/premium/num_1.svg");
}

#premium_guide .guide_main_wrap .guide_item.item2 {
  background-image: url("/assets/img/premium/num_2.svg");
}

#premium_guide .guide_main_wrap .guide_item.item3 {
  background-image: url("/assets/img/premium/num_3.svg");
}

#premium_guide .guide_main_wrap .guide_item.item4 {
  background-image: url("/assets/img/premium/num_4.svg");
}

#premium_guide .guide_main_wrap .guide_item.item5 {
  background-image: url("/assets/img/premium/num_5.svg");
}
*/

#premium_guide .guide_main_wrap .guide_item.item6 h4{
  position: relative;
}

#premium_guide .guide_main_wrap  .num_dot {
  width: 11px;
  display: block;
  margin: 50px auto 0;
}

#premium_guide .guide_main_wrap .rank_description{
  margin-bottom: 0
}

#premium_guide .guide_main_wrap .rank_description p{
  margin: 5px 0;
}
#premium_guide .guide_main_wrap .rank_description .rank_ttl{
  font-size: 12px;
}
#premium_guide .guide_main_wrap .rank_description .rank_point{
  font-size: 25px;
}
#premium_guide .guide_main_wrap .guide_item h4 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.8;
}

#premium_guide .guide_main_wrap .guide_item h4 span {
  border-bottom: 3px solid #f675a0;
}
#premium_guide .caps{
    display: inline-block;
    font-size: 11px;
    color: #ffa518;
    text-indent: 0;
}




.tradePremiun .modaal-container {
    width: 100%;
    max-width: 400px;
    background: #fff;
    padding: 40px 10px;
    border-radius: 5px;
}
.tradePremiun .modaal-container .modaal-close {
    position: absolute;
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none;
}
.tradePremiun .popup-inner {
    padding: 20px 0;
    box-sizing: border-box;
    margin: auto;
}
.tradePremiun  .popup-inner .box {
    padding-bottom: 40px;
    box-shadow: none;
    margin: 0;
}
.entrypop_inner .popup_ttl {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
.entrypop_inner .popup_lead {
    font-size: 13px;
    text-align: center;
    margin: 0 0 10px;
    color: #808080;

}
.entrypop_inner .popup_attention {
    font-size: 12px;
    color: #808080;
}
.entrypop_inner .popup_attention li {
    font-size: 13px;
    margin-bottom: 20px;
    color: #000;
}
.entrypop_inner .labelBox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.entrypop_inner label {
    margin: 0 5px 0 0;
}
.entrypop_inner .main {
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    transition:0.3s ease;
}
.entrypop_inner .main.disable {
    background: #888;
    color: #fff;
    box-shadow: none;
    pointer-events: none;
}
.modaal-container .popup-inner .close_btn {
    margin: auto;
    display: block;
    width: 7rem;
    text-align: center;
    padding: 0.5rem;
    border-radius: 2rem;
    border: 1px solid #c0c0c0;
    font-size: 11px;
    position: relative;
    height: auto;
    right: auto;
    top: auto;
    color: #000;
    mix-blend-mode: inherit;
}
.modaal-container .popup-inner .close_btn:before,
.modaal-container .popup-inner .close_btn:after{
	content:none;
}














#present_campaign {
  position: relative;
  overflow: hidden;
}

.campaign_bnr {
  background: url(/assets/img/premium/present_bg_sp.jpg) no-repeat center;
  background-size: cover;
  padding: 30px 10%;
  box-sizing: border-box;
  font-weight: 900;
  text-align: center;
  font-size: 18px;
}

.campaign_bnr .campaign_ttl {
  font-size: 43px;
  font-weight: 900;
  margin-top: 50px;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

.campaign_bnr .campaign_ttl:before {
  content: "期間中に\Aご入会の方\A限定";
  white-space: pre;
  font-weight: 600;
  width: 90px;
  height: 90px;
  font-size: 12px;
  border-radius: 50%;
  color: #f675a0;
  background-color: #fff;
  position: absolute;
  top: -40px;
  left: -10px;
  z-index: -1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.campaign_bnr:after {
  content: "";
  position: absolute;
  background: url(/assets/img/premium/bnr_up_arrow.svg) no-repeat right -20px bottom;
  width: 80%;
  height: 100%;
  bottom: 0;
  right: -6%;
}

.campaign_bnr .campaign_ttl .five_small {
  font-size: 26px;
}

.campaign_bnr .campaign_ttl .five_big {
  font-size: 57px;
  font-weight: 900;
}

.campaign_bnr .campaign_ttl span {
  font-size: 32px;
}

.campaign_bnr .campaign_period {
  font-size: 13px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.campaign_link{
  z-index: 2;
  position: relative;
}
.next_link {
  text-decoration: none;
  font-weight: bold;
  color: #1a1a1a;
  font-size: 13px;
}

.next_link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("/assets/img/premium/icon_arrow.png") left center;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  padding-left: 10px;
}

.campaign_bnr .present_list {
  margin-bottom: 2rem;
}

#question dt {
  font-size: 14px;
  color: #e95384;
  margin-bottom: 10px;
  font-weight: bold;
}

#question dd {
  margin-bottom: 20px;
  font-size: 13px;
}
#question .caps{
    display: inline-block;
    font-size: 11px;
    color: #ffa518;
    text-indent: 0;
}
.premium_footer {
  background: #333;
  color: #9b9b9b;
  padding: 8rem 5%;
}

.premium_footer .btn {
  width: 80%;
  max-width: 380px;
  margin: 0 auto 30px;
}

.footer_copy_txt {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}

.footer_copy_txt span {
  font-size: 26px;
}
.footer_txt{
  font-size: 11px;
}
.footer_logo {
  max-width: 80%;
}

.footer_price {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
}

.footer_price span {
  font-size: 12px;
}

#mypage #mypage-profile-menu.tab_design li a {
  background: initial;
  color: initial;
  border-radius: initial;
}

#mypage #mypage-profile-menu.tab_design li.current a {
  background: initial;
  color: initial;
  border-radius: initial;
  border-bottom: 3px solid;
}

/* addFriend
============================== */
#addfriend{
  position: relative;
}
#addfriend .box {
  box-shadow: none;
  border: 1px solid #ddd;
}
#addfriend .sectionTit i{
  width: 50px;
  height:50px;
  margin: 0 10px 0 0;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background: #ff7c60;
}
.friendList {
  border-radius: 5px;
  background: #fff;
  border: 0.5px solid #ddd;
  margin-bottom: 30px;
}
#addfriend .add{ text-align: right}
#addfriend .add{
  position: relative;
  top: 0;
  right: 0;
  height: 0;
}
#addfriend .add a{
  text-decoration: none;
  color: #ff7c60;
}
#addfriend .add span{
  display: inline-block;
  color: #ccc;
}
#addfriend .txt {margin: 0 0 30px;}

.friendList li {
  font-size: 15px;
  border-bottom: 0.5px solid #ddd;
}
.friendList.fellow li{
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.friendList li:last-child { border: none; }
.friendList .header {
  display: block;
  background-color: #353535;
  color: #9b9b9b;
  font-style: 400;
  padding: 18px 7% 18px 25px;
  position: relative;
  border-radius: 5px 5px 0 0;
}
.friendList .list{
  display: flex;
  color: #1a1a1a;
  text-decoration: none;
  padding: 18px 7% 18px 25px;
  position: relative;
  align-items: center;
}
.friendList .more{
  position: absolute;
  right: 15px;
  top: 50%;
  fill: #999;
  margin-top: -7px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.friendList.fellow a span{color:#1a1a1a; }
.friendList .more path{-webkit-transition:none;transition:none;}

.friendList .time {
  position: absolute;
  right: 9%;
  top: 50%;
  color: #999;
  font-size:11px;
  margin-top: -8px;
}
.friendDetail .name,
.friendList .name{font-weight: 500; font-size: 14px;}
.friendDetail .name span,
.friendList .name span{ margin-left: 5px; font-size: 0.85em;}
.friendList .emtgid {
  position: absolute;
  top: 50%;
  margin-top: -0.7em;
  font-size: 12px;
  color: #9b9b9b;
}
.friendList .tel{
  left: 61%;
}
.friendList .emtgid{
  left: 60%;
}
.friendList .none .emtgid{
  left: 57%;
}
.friend-list-arrow {
  margin-left: auto;
  height: 14px;
  width: 14px;
}
#no-friends {
  font-size: 13px;
  color: #9b9b9b;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#no-friends .txt {
  text-align: center;
}
#no-friends a.main {
  display: block;
  padding: 10px;
}


/* friend add */
.add{
  text-align: right;
  position: relative;
  top: 0;
  right: 0;
  height: 0;
}
.add a{
  text-decoration: none;
  color: #ff7c60;
}
.add span{
    display: inline-block;
    color: #ccc;
}
.txt {margin: 0 0 30px;}

.serchResult,
#delete-modal,
.addInput,
.modalWrap{
  display: none;
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  padding: 30px 20px 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.addInput.error_msg{
  padding-bottom:30px;
  width: 339px;
}
.serchResult .name,
.addInput .name{ font-size: 20px}
.serchResult .name span,
.addInput .name span{ font-size: 14px}
.serchResult .emtgid,
.addInput .emtgid{ font-size: 16px}
.modalWrap .sub{ border: none; margin: 0;}
.modalBg{
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba( 0,0,0,0.8);
}
.serchResult .text{ margin-bottom: 10px;}
#addfriend p.txt {
  margin: 0;
}
#delete-modal .btn-group {
  display: flex;
}
#delete-modal .btn-group .btn {
  width: 210px;
}
.unregistered {
  color: #ddd;
}

/* 申込み画面 */
/* 友だちリスト選択モーダル */
#id-modal-friend-list {
  max-width: 80%;
  width: max-content;
}

/* 友だちリストから選択モーダルの1行毎のスタイル */
.page-fc_follow .friendListBox .select-friend-list {
    justify-content: flex-start;
    gap: 10px;
    border-bottom: 1px solid #ECECEC;
    padding: 0 0 20px;
    margin: 0 0 20px;
}


/* 友だちリスト選択モーダル 決定ボタン */
#sys-btn_select {
  width: 60%;
}

#profile-detail-bankinfo,
#profile-detail-nickname {
  padding: 0;
}
#home .sys-block-special-contents {
    position: relative;
}
#home .featureContents {
    margin: 0 0 30px;
}
#home .featureContents .sectionTitBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px;
}
#home .featureContents .sectionTitBox h2{
    margin: 0;
}
#home .featureContents .sectionTitBox .more{
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    color: #808080;
    position: relative;
    padding: 0 16px 0 0;
}
#home .featureContents .sectionTitBox .more a{

}
#home .featureContents .sectionTitBox .more a:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-top: 1px solid;
    position: absolute;
    top: 42%;
    right: 8%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
}
#home .featureContents #id-top-special-contents{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
#home .featureContents #id-top-special-contents li{
    width: 47.5%;
    margin: 0 0 20px;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#home .featureContents #id-top-special-contents li a{
    display: block;
    color: inherit;
    text-decoration: none;
}
#home .featureContents #id-top-special-contents li a .ph{
    height: 28.5vw;
    background: no-repeat center;
    background-size: contain;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #eee;
}
/*
#home .featureContents #id-top-special-contents li a .ph:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(29,27,26);
    background: linear-gradient(0deg, rgba(29,27,26,0.4) 0%, rgba(29,27,26,0) 100%);
    z-index: 1;
}
#home .featureContents #id-top-special-contents li a .ph .sys-blur{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1.2);
}
*/
#home .featureContents #id-top-special-contents li a .ph .sys-image{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
#home .featureContents #id-top-special-contents li a .ph .sys-blur{
    display:none;
}
#home .featureContents #id-top-special-contents li a h2{
    padding: 10px;
    line-height: 1.3em;
    font-size: 12px;
    position: relative;
    font-weight: 700;
    z-index: 1;
}
#home .featureContents #id-top-special-contents li a .ph h2{
    padding: 10px;
    line-height: 1.3em;
    font-size: 12px;
    color: #FFF;
    position: relative;
    font-weight: 700;
    z-index: 1;
}

/*==================================================
    .page-featureContents
====================================================*/
.page-featureContents #container{

}
.page-featureContents .featureContents-list{

}
.page-featureContents .featureContents-list h1{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
}
.page-featureContents .featureContents-list .tradeList{

}
.page-featureContents .featureContents-list .tradeList ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
.page-featureContents .featureContents-list .tradeList ul li{
    width: 47.5%;
    margin: 0 0 20px;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.page-featureContents .featureContents-list .tradeList ul li a{
    display: block;
    color: inherit;
    text-decoration: none;
}
.page-featureContents .featureContents-list .tradeList ul li a .ph{
    height: 28.5vw;
    background: no-repeat center;
    background-size: contain;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    box-shadow: none;
    margin: 0;
    border-bottom: 1px solid #EEE;
}
/*
.page-featureContents .featureContents-list .tradeList ul li a .ph:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(29,27,26);
    background: linear-gradient(0deg, rgba(29,27,26,0.4) 0%, rgba(29,27,26,0) 100%);
    z-index: 1;
}
*/
.page-featureContents .featureContents-list .tradeList ul li a .ph .sys-blur{
    display:none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1.2);
}
.page-featureContents .featureContents-list .tradeList ul li a .ph .sys-image{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
}
.page-featureContents .featureContents-list .tradeList ul li a h2{
    padding: 10px;
    line-height: 1.3em;
    font-size: 12px;
    position: relative;
    font-weight: 700;
    z-index:2;
}
.page-featureContents .featureContents-list .tradeList ul li .cap{
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 10px 10px;
}
.page-featureContents-show{

}
.page-featureContents-show #container{

}
.page-featureContents-show #id-show-special-content{
    padding: 0;
}
.page-featureContents-show .mainPh{
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
    overflow: hidden;
    background: #333;
}
/*
.page-featureContents-show .mainPh:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(29,27,26);
    background: linear-gradient(0deg, rgba(29,27,26,0.4) 0%, rgba(29,27,26,0) 100%);
    z-index: 1;
}
*/
.page-featureContents-show .mainPh .sys-blur{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(15px);
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1.2);
    opacity: 0.5;
}
.page-featureContents-show .mainPh .sys-image{
    width: 100%;
    height:auto;
    object-fit: contain;
    position: relative;
    left: 0;
    top: 0;
}
.page-featureContents-show .mainPh h1{
    padding: 25px;
    line-height: 1.3em;
    font-size: 18px;
    color: #FFF;
    position: relative;
    font-weight: 700;
    z-index: 2;
}
.page-featureContents-show h1{
    padding: 0 5%;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
}
.page-featureContents-show .cap{
    padding: 0 5%;
    margin: 0 0 20px;
}
.page-featureContents-show #page-result{
    padding: 0 5%;
}
.page-featureContents-show #page-result #tour_list ul li {
    width: 47.5%;
    margin: 0 0 25px;
}
.page-featureContents-show #page-result .tradeList li .ph {
    float: none;
    width: 100%;
    height: 30vw;
    margin: 0 0 8px;
}


/*==================================================
    .page-mytrade
====================================================*/
.page-mytrade{

}
.page-mytradeIndex .list-myticket a p{
    margin: 0;
}
.page-mytradeIndex .list-myticket a p:last-child{
    margin: 0;
}

.page-mytrade .mypage_menuList{

}
.page-mytrade .mypage_menuList li{
    box-sizing: border-box;
}
.page-mytrade .mypage_menuList:has(> :nth-child(5):last-child)  {
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-mytrade .mypage_menuList:has(> :nth-child(5):last-child) li:nth-child(-n+3) {
    width: 33%;
}
.page-mytrade .mypage_menuList:has(> :nth-child(5):last-child) li:nth-child(3) {
    border: none;
}
.page-mytrade .mypage_menuList:has(> :nth-child(5):last-child) li:nth-last-child(-n+2) {
    width: 50%;
    border-top: 1px #d7d6d6 solid;
}
.page-mytrade .mypage_menuList li{

}
.page-mytrade .pager_mypage .pager{
    border-top: none;
}
.page-mytrade .pager_mypage .pager li{
    width: 25%;
}
.page-mytrade .pager_mypage .pager a{
    padding: 0;
}


/*==================================================
    .page-profile
====================================================*/

.page-profile .tab_design {
    margin-bottom: 40px;
}
.page-profile .formArea {
    margin: 0 0 35px;
}
.page-profile .toolTip {
    position: relative;
    width: 16px;
    display: inline-block;
    line-height: 0;
    fill: #888;
    font-size: 1.2em;
    margin: 0 0 0 5px;
}
.page-profile.toolTip .fa-question-circle{

}
.page-profile .toolTip:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #000000 transparent;
    transform: translate(-50%,120%);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
.page-profile .toolTip:after {
    position: absolute;
    background: #000;
    bottom: 0px;
    right: 50%;
    transform: translate(50%,120%);
    color: #FFF;
    padding: 10px;
    width: 240px;
    line-height: 1.3em;
    font-size: 11px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
.page-profile .tip01:after {
    content: "Plus member IDを利用する電子チケットアプリで認証登録した電話番号です";
}
.page-profile .toolTip:hover:after,
.page-profile .toolTip:hover:before {
    opacity: 1;
}
/*==================================================
    .page-changeAddress
====================================================*/
.page-changeAddress #container {

}
.page-changeAddress .box-pay-list{
    box-shadow: none;
}

.page-changeAddress .box-pay-list li{
    border: none;
    display: block;
    padding: 0;
    margin: 0 0 20px;
}
.page-changeAddress .box-pay-list li .label{
    border: none;
    display: block;
    padding: 0;
    margin: 0 0 10px;
}
.page-changeAddress .box-pay-list li input[type="text"] {

}
.page-changeAddress .attentionList{
  margin: 15px 0 0;
}
.page-changeAddress .attentionList li{
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 5px;
  font-size: 0.8em;
}
.page-changeAddress .attentionList li:before{
  content: "\f00c";
  color: #f90;
  font-family: FontAwesome;
  font-size: 0.8em;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0.1em;
}
.page-changeAddress .attentionList div{
  margin: 0 0 0 10px;
  font-size: 0.8em;
}

/*==================================================
    .page-changeNickname
====================================================*/
.page-changeNickname  #container {
}
.page-changeNickname .box-form{
    box-shadow: none;
    padding: 0;
}
.page-changeNickname .list-form{

}
.page-changeNickname .list-form dt{
    border: none;
    display: block;
    padding: 0;
    margin: 0 0 10px;
}
.page-changeNickname .list-form dd{

}
.page-changeNickname .list-form dd input{
    margin: 0 0 10px;
}
.page-changeNickname .attentionList li {
    margin: 0 0 5px;
}
.page-changeNickname .attentionList li:last-child{
    margin: 0;
}
.page-changeNickname .attentionList li::before {

}


/*==================================================
    .page-changeMailmag
====================================================*/
.page-changeMailmag .formList.mailmagForm {
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px;
    margin: 0 0 40px;
}
.page-changeMailmag .formList.mailmagForm dt{

}
.page-changeMailmag .formList.mailmagForm dd{
    border-top: 1px solid #ddd;
    margin: 20px 0 0;
    padding: 20px 0 0;
}
.page-changeMailmag .formList.mailmagForm dd .subTxt{
    padding: 0 0 0 17px;
}


/*==================================================
    .page-confMailmag
====================================================*/
.page-confMailmag #mypage .txt{
    margin: 0 0 20px;
}
page-confMailmag .formList{
    margin: 0 0 40px;
}
.page-confMailmag .formList dt{
    color: #888;
}
.page-confMailmag .formList dd{
    font-size: 16px;
    margin: 0 0 20px;
}
.page-confMailmag .formList dd:last-child{
    margin: 0;
}


/*==================================================
    .page-changePassword
====================================================*/
.page-changePassword .box-form{
    box-shadow: none;
    padding: 0;
    margin: 0 0 30px;
}
.page-changePassword .list-form{

}
.page-changePassword .list-form dt{
    margin: 0 0 10px;
}
.page-changePassword .list-form dd{
    margin: 0 0 20px;
    padding: 0;
    border: none;
}
.page-changePassword .list-form dd input{
    margin: 0 0 10px;
}
.page-changePassword .list-form dd > *:last-child{
    margin: 0;
}
.page-changePassword  .attentionList li{

}

/*==================================================
   .page-input_friend
====================================================*/
.page-input_friend .friendList{
    border: 1px solid #ddd;
}

.page-input_friend #id-search-sms-tel-country-id{
    margin: 0 0 10px;
    height: 3rem;
    padding: 5px 39px 5px 5px;
}
.page-input_friend #id-friend-search-result {
    max-width: 90%;
    box-sizing: border-box;
}
.page-input_friend .addInput.error_msg {
    max-width: 90%;
    box-sizing: border-box;
}
.page-input_friend #id-search-friend-form-list{
    margin: 0 0 30px;
}
.page-input_friend .box-pay-list li{
    border-bottom: none;
    padding: 15px 10px 0;
}
.page-input_friend .box-pay-list a{
    margin: 0 auto 20px;
}
.page-input_friend #id-sub-form-list{
    border-bottom: 1px solid #DDD;
    padding: 0 0 20px;
}

/*==================================================
   .page-detail_friend
====================================================*/
.page-detail_friend .icon{
    width: 16px;
    display: inline-block;
    line-height: 0;
    fill: #888;
    font-size: 1.2em;
}
.page-detail_friend .toolTip{
    position: relative;
}
.page-detail_friend .toolTip:after{
    position: absolute;
    background: #000;
    bottom: 0px;
    right: 50%;
    transform: translate(50%,120%);
    color: #FFF;
    padding: 10px;
    width: 240px;
    line-height: 1.3em;
    font-size: 11px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
.page-detail_friend .toolTip:before{
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #000000 transparent;
    transform: translate(-50%,120%);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
.page-detail_friend .toolTip:hover:after,
.page-detail_friend .toolTip:hover:before{
    opacity:1;
}
.page-detail_friend .tip01:after{
    content:"チケットを受け取るスマートフォン端末の電話番号認証";
}

/*==================================================
   .page-edit_profile
====================================================*/
.page-edit_profile .form-select select{
    margin: 0 0 10px;
}

/*==================================================
   .confirm_mail
====================================================*/
.confirm_mail .attentionList{
    margin: 0 0 20px;
}
/*==================================================
   .page-fc_follow
====================================================*/
.page-fc_follow .list-border .addFriend{
    text-align: right;
    margin: 0 0 10px;
}
.page-fc_follow .list-border a{
    color: #FF7C60;
    cursor: pointer;
}
.page-fc_follow #id-modal-friend-list{
    max-width: 100%;
    width: 100%;
    max-height: 70vh;
    top: auto;
    left: 0;
    bottom: 0;
    transform: none;
    box-sizing: border-box;
    border-radius: 15px 15px 0 0;
    padding: 20px 0 20px;
}
.page-fc_follow #id-modal-friend-list .closeBtn{
    position: absolute;
    height: 35px;
    width: 35px;
    background: #DDD;
    right: 20px;
    top: 20px;
    border-radius: 100px;
}
.page-fc_follow #id-modal-friend-list .closeBtn:before{
    content: "";
    display: block;
    width: 2px;
    height: 15px;
    background: #000;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}
.page-fc_follow #id-modal-friend-list .closeBtn:after{
    content: "";
    display: block;
    width: 2px;
    height: 15px;
    background: #000;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
}
.page-fc_follow #id-modal-friend-list .friendListTit{
    font-size: 18px;
    margin: 0 0 30px;
}
.page-fc_follow .friendBox{
    max-height: 40vh;
    overflow-y: auto;
    overflow-x: auto;
    margin: 0 0 40px;
    position:relative;
}
.page-fc_follow .friendListBox{
    padding: 0 20px 20px 20px;
    margin: 0 0 30px;
}
.page-fc_follow .friendListBox li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0 0 30px;
}
.page-fc_follow .friendListBox li:last-child{

}
.page-fc_follow .friendListBox li.nodata{
    display: block;
    font-size: 14px;
    padding: 0 20px 40px 0;
}
.page-fc_follow .friendListBox li.nodata span{
    display:block;
    font-size:10px;
}
.page-fc_follow .friendListBox li .name{
    position: relative;
    font-size: 18px;
}
.page-fc_follow .friendListBox li .name:after{
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    background: #ECECEC;
    border-radius: 100px;
    transform: translate(-100%,-50%);
}
.page-fc_follow .friendListBox li .btnSelect{
    background: #FFE0CE;
    line-height: 1em;
    padding: 7px 15px 6px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 500;
}
.page-fc_follow .friendListBox li .emtg-id,
.page-fc_follow .friendListBox li .tel,
.page-fc_follow .friendListBox li .tel2,
.page-fc_follow .friendListBox li .sms-tel{
    opacity:0;
    pointer-events:none;
    position:absolute;
}
.page-fc_follow .friendListBox .select-friend-list label{
    position: relative;
    display: block;
    width: 100%;
}
.page-fc_follow .friendListBox .select-friend-list label:before{
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: #ECECEC;
    border-radius: 100px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    box-sizing: border-box;

}
.page-fc_follow .friendListBox .select-friend-list label:after{
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    left: 3px;
    top: 50%;
    transform: translate(0,-50%);
    background: #ff7c60;
    opacity:0;
    transition:0.3s ease;
}
.page-fc_follow .friendListBox .select-friend-list label input[type=radio]{
    opacity: 0;
    pointer-events: none;
}
.page-fc_follow .friendListBox .select-friend-list label.selected:before{
    background:#FFE0CE;
}
.page-fc_follow .friendListBox .select-friend-list label.selected:after{
    opacity:1;
}
.page-fc_follow .friendListBox .select-friend-list label .userName{
    margin: 0 0 0 5px;
    font-size: 16px;
}
.page-fc_follow .friendListBox .select-friend-list label .span{
}


/* タイトルの右横に表示する編集ボタン */
#addfriend .sectionTit p.txt {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.5em;
}
#addfriend #search,
.modal-search-result a.main {
  width: 220px;
}
#id-modal-caution {
  margin: 20px 0;
}
#id-modal-caution img{
  position: relative;
  top: 2px;
  right: 4px;
}
#id-sub-form-list .search-form-name {
  display: table-cell;
}
#id-sub-form-list .search-form-name:first-child {
  padding-right: 10px;
}
#id-sub-form-list .search-form-name input{
  width: 100%;
}
#id-sub-form-list li {
  padding: 0;
  border-bottom: none;
  margin-top: 10px;
}
/* 必須マーク用 */
.require { color: #f00; margin: 0 3px; }
#id-search-emtg-id,
#id-search-tel {
  width: 100%;
}
#id-friend-search-result {
  width: 339px;
}
#id-search-sms-tel-country-id {
  width: 175px;
  padding: 12px 39px 12px 9px;
  font-size: 16px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 5px;
  color: #000;
}
.yakulto_guide_title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.yakulto_guide_img_back {
  width:100%;
  margin-top:10px;
}

/*=============================================
    .page_eplus
===============================================*/
.page_eplus{

}
.page_eplus .allContain{
    margin:0 auto 60px;
}
.page_eplus .mainvisual{
    background: url(/assets/img/eplus/ph_mainbg.jpg);
    background-size: cover;
    background-position: bottom center;
    position: relative;
    padding: 40px;
    overflow: hidden;
}
.page_eplus .mainvisual:before{
    content: "Trade";
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 87px;
    font-weight: 600;
    line-height: 0.8em;
    opacity: 0.05;
    z-index: 0;
}
.page_eplus .mainvisual:after{
    content: "Ticket";
    display: block;
    position: absolute;
    bottom: -10px;
    left: -10px;
    font-size: 87px;
    font-weight: 600;
    line-height: 0.8em;
    opacity: 0.05;
    z-index: 0;
}
.page_eplus .mainvisual .mainTit{
    line-height: 0;
    max-width: 900px;
    margin: 0 auto 35px;
    position: relative;
    z-index: 1;
}
.page_eplus .mainvisual .leadList{
    max-width: 720px;
    margin: 0 auto;
    background: #FFF;
    padding: 30px 20px 30px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.1);
    z-index: 1;
}
.page_eplus .mainvisual .leadList:before{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 5px;
    line-height: 0;
    background: #E76943;
}
.page_eplus .mainvisual .leadList dt{
    font-weight: 800;
    font-size: 17px;
    margin: 0 0 15px;
    line-height: 1.4em;
}
.page_eplus .mainvisual .leadList dd{
    font-size: 14px;
    font-weight: 500;
}
.page_eplus .structure{
    max-width: 880px;
    margin: 0 auto;
    padding: 80px 10px 0;
}
.page_eplus .structure .structureTit{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
}
.page_eplus .structure .thumb{
    line-height: 0;
}
.page_eplus  .userflow{
    max-width: 880px;
    margin: 0 auto;
    padding: 80px 0 80px;
    overflow: hidden;
}
.page_eplus  .userflow .userflowTit{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 60px;
}
.page_eplus .userflow .slide {
    position: relative;
}
.page_eplus .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -10px;
    left: 0;
    width: 100%;
    transform: translateY(100%);
}
.page_eplus .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -10px;
    left: 0;
    width: 100%;
    transform: translateY(100%);
}
.page_eplus .userflow .slide .swiper-pagination-bullet-active{
    background:#FF7C60;
}

.page_eplus .userflow .userflowList {

}
.page_eplus  .userflow .userflowList li{
    box-sizing: border-box;
}
.page_eplus  .userflow .userflowList li a{
    display: flex;
    box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.08);
    border-radius: 10px;
    padding: 40px 15px 20px;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #F3F3F3;
}

.page_eplus  .userflow .userflowList li a .clm{
    position: relative;
    width: 85%;
}
.page_eplus  .userflow .userflowList li a .clm .num{
    position: absolute;
    font-size: 60px;
    font-weight: 600;
    color: #E6E4E5;
    top: 0;
    transform: translate(0,-90%);
}
.page_eplus  .userflow .userflowList li a .clm .txt{
    font-size: 16px;
    line-height: 1.4em;
    margin: 0 0 25px;
    font-weight: 600;
}
.page_eplus  .userflow .userflowList li a .clm .link{
    font-size: 14px;
    position: relative;
    padding: 0 0 0 10px;
}
.page_eplus  .userflow .userflowList li a .clm .link:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 5px;
    height: 5px;
    transform: rotate(45deg) translate(0,50%);
}
.page_eplus .userflow .userflowList li a .icon{
    display: block;
    width: 20%;
}

.page_eplus  .tradeListTit{
    margin: 0 6%;
    font-size: 20px;
    font-weight: 400;
}
.page_eplus  .tradeListTit svg{
    display: inline-block;
    width: 20px;
    vertical-align: -2px;
    padding: 0 0 0 10px;
}


.page_eplus .popup {
       display:none;
    width: 100%;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.page_eplus .popup.popActive {
       display:block;
}
.page_eplus .popup .shade{
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: -1;
}
.page_eplus .popup .popInBox{
    width: auto;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.page_eplus .popup .popTit{
    text-align: center;
    font-size: 30px;
    line-height: 1em;
    margin: 0 0 60px;
    color: #000;
    letter-spacing: 0.1em;
}
.page_eplus .popup .close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    transition: 0.3s ease;
    transform: rotate(135deg);
}
.page_eplus .popup .close span{
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
}
.page_eplus .popup .close span::before,
.page_eplus .popup .close span::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
}
.page_eplus .popup .close span::before {
       transform: translate(-50%,-50%);
}
.page_eplus .popup .close span::after {
    transform: translate(-50%,-50%) rotate(90deg);
}
.page_eplus .popup .close:hover{
       opacity:0.7;
}
.page_eplus  .inner{
    position: relative;
    pointer-events: auto;
    width: 100%;
}
.page_eplus  .popInBlock{
    width: 100%;
}
.page_eplus  .popInBlock dt{
    background: #C2C2C2;
    border-radius: 15px 15px 0 0;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.page_eplus  .popInBlock dd{
    background: #FFF;
    color: #000;
    padding: 20px;
    text-align: center;
    border-radius: 0 0 15px 15px;
}
.page_eplus  .popInBlock dd .txt{
    margin: 0 0 20px;
}
.page_eplus  .popInBlock dd .btnPopin{

}
.page_eplus  .popInBlock dd .btnPopin a{
    border: 1px solid;
    padding: 5px 20px;
    text-decoration: none;
    line-height: 1em;
    border-radius: 100px;
    color: #FF7C60;
    font-weight: 700;
}
.page_eplus .tradeList{
margin: 0;
}
.page_eplus  .btnTop a{
    border: 2px solid;
    text-decoration: none;
    border-radius: 100px;
    color: #FF7C60;
    display: block;
    padding: 10px;
    width: 60%;
    max-width: 250px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
    font-weight: 700;
}
/*==================================================
   .import_paper_tickets
====================================================*/
.import_paper_tickets {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 1rem 0;
}

.import_paper_tickets>li {
  width: 160px;
  height: 200px;
  border: 3px solid #ff8c00;
  border-radius: 30px;
  display:flex;
  align-items: center;
  justify-content: center;
}

.import_paper_tickets li a {
  width: 70%;
  display: block;
  color: #1a1a1a;
  font-size: 0.8em;
  text-decoration: none;
}

.import_paper_tickets>img {
  width: 100%;
}

/* 先行・席種・枚数登録ページフォーム */
.box-ocr-select li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 10px 10px;
}

#ocrticketform .select{
  text-align: right
}

/* チケット取り込み画面 */
.ocr_form {
  margin: 0 auto 30px;
}

.ocr_form .title {
  font-weight: bold;
}

.ocr_form .capture_file {
  visibility: hidden;
  width: 1px;
  height: 1px;
}

.ocr_form .upload {
  position: relative;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  width: 85%;
  margin: 10px auto 10px;
  padding: 10px 0 10px 0;
}

.ocr_form .upload_inner > img {
  width: 30%;
}

.ocr_form hr {
  border: none;
  border-top: 1px dashed;
  color: #ccc;
  margin: 20px auto;
}
.bg_gray {
  background: rgba(0, 0, 0, .4);
}


/*==================================================
   .pageArtist
====================================================*/
.pageArtistFav#page-artist .artist-cover {
    margin-bottom: 15px;
}
.pageArtistFav #page-artist .sectionTit {
    padding-bottom: 10px;
}
.pageArtistFav .sys-favorite_note {
    font-size: 12px;
}

.pageArtistFav .tradeList li .tit {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 600;
}
.pageArtistFav .sys-concert_schecule_label {
    border: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 12px;
    color:#FF7C60;
}
.pageArtistFav .tradeList li .statusArea span.status {
    font-size: 8px;
}
.pageArtistFav .tour-list.tradeList{
}
.pageArtistFav .tour-list.tradeList li{
    background: #FFF;
    border-radius: 10px;
    padding: 15px;
}
.pageArtistFav .tour-list.tradeList li:last-child{
    margin-bottom: 0;
}
.pageArtistFav .tradeList li a {
    display: flex;
    align-items: center;
}
.pageArtistFav .tradeList li a .sys-tour_img {
    width: 120px;
}
.pageArtistFav .tradeList li a .sys-tour_detail {
    padding: 0 0 0 10px;
    width: calc(100% - 120px);
    line-height: 1.3em;
}
.pageArtistFav .tradeList li a .sys-tour_detail .tour-date{
    word-wrap: break-word;
    font-size: 12px;
}
.pageArtistFav #past-tit {
    color:#FE7B60;
}
.pageArtistFav #sys-ticket_info{
    background-color: #F6F6F6;
}
.pageArtistFav #page-artist #past-tit span::before, #sys-ticket_info #past-tit span::before {
    background: #FE7B60;
}
.pageArtistFav #sys-ticket_info #past-tit span::after {
    width: 4px;
    height: 4px;
    margin-top: -4px;
    margin-right: 6px;
}
.pageArtistFav #page-artist .ratioCover.vertical{
    text-align: center;
    overflow: hidden;
}
.pageArtistFav #page-artist .ratioCover.vertical img{
    width: 55.7%;
    max-width: 418px;
    position: relative;
}
.pageArtistFav #page-artist .ratioCover.vertical .blur-ph{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(20px);
    transform: scale(1.2);
}
.pageArtistFav #page-artist .ratioCover.horizontal{
    text-align: center;
    overflow: hidden;
}
.pageArtistFav #page-artist .ratioCover.horizontal img{
    position: relative;
}
.pageArtistFav #page-artist .ratioCover.horizontal .blur-ph{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(20px);
    transform: scale(1.2);
}
.pageArtistFav .tradeList li .ph {
    height: 80px;
}


/*==================================================
   .pageArtistTour
====================================================*/

.pageArtistTour .cover-heading-page{
    border-top: 1px solid #D9D9D9;
}
.pageArtistTour .sys-artist_name{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.pageArtistTour #page-tour.cover-heading-page .sys-artist_name .name{
    margin-bottom: 0;
}
.pageArtistTour .sys-artist_name .name a{
    font-size: 14px;
    color: #353535;
}
.pageArtistTour .sys-artist_name .main{
  line-height: 0;
}
.pageArtistTour .sys-artist_name .main a{
    vertical-align: -2px;
}
.pageArtistTour .cover-heading-page .artist-cover {
    min-height: 120px;
}
.pageArtistTour .cover-heading-page .artist-cover .thumbBg{
    width: 100%;
    height: 338px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.pageArtistTour .cover-heading-page .artist-cover .thumbBg img{
    object-fit: cover;
    filter: blur(20px);
    transform: scale(1.5);
}
.pageArtistTour .cover-heading-page .artist-cover .thumb{
    position: relative;
    z-index: 1;
    height: 100%;
    text-align: center;
    border-top: 1px solid #D9D9D9;
}
.pageArtistTour .cover-heading-page .artist-cover.vertical{
    height: 338px;
    overflow: hidden;
}
.pageArtistTour .cover-heading-page .artist-cover.vertical .thumbBg{

}
.pageArtistTour .cover-heading-page .artist-cover.vertical .thumb{

}
.pageArtistTour .cover-heading-page .artist-cover.vertical .thumb img{
    height: 338px;
}
.pageArtistTour #page-tour .tour-txt{
    background: #353535;
    color: #FFF;
    font-size: 12px;
    padding: 15px 20px;
}
.pageArtistTour #page-tour .tour-txt .renewal-row{
    display: flex;
    justify-content: center;
    padding: 30px 0 20px;
}
.pageArtistTour #page-tour .tour-txt .renewal-row .url{

}
.pageArtistTour #page-tour .tour-txt .renewal-row .url a{
    background: transparent;
    box-shadow: none;
    padding: 0 20px 0 0;
    margin: 0;
    color: #FFF;
    border: none
}
.pageArtistTour #page-tour .tour-txt .renewal-row .url:last-child a{
    padding: 0;
}
.pageArtistTour #page-tour .tour-txt .renewal-row .url a:before{
  content: "";
    width: 22px;
    height: 22px;
    background: #ff7c60 url(/images/common/invalidSell.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    vertical-align: -2px;
    margin: 0 5px 0 0;
    padding-right: 0.5rem;
    border-radius: 100px;
}
.pageArtistTour #page-tour .tour-txt .renewal-row .url .sub-blue{

}
.pageArtistTour #page-tour .tour-txt .renewal-row .url .sub-blue:before{
    background: #263770 url(/images/common/invalidSell.png) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 20px;
}
.pageArtistTour #page-tour .tour-txt .renewal-row .url .main{

}
.pageArtistTour #page-tour .tour-txt .renewal-row .url .main:before{
    background: #ff7c60 url(/images/common/invalidBuy.png) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 20px;
}
.pageArtistTour #page-tour .tour-txt img{
    filter: blur(50px);
    transform: scale(1.2);
}
.pageArtistTour #page-tour .ticket-wrapbox + .block-attention{
    background: #FFF;
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 1.5px rgba(0, 0, 0, 0.6);
}
.pageArtistTour #page-tour .ticket-wrapbox + .block-attention .block-attentionTit{
    font-size: 14px;
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.2);
    padding: 0 0 10px;
    margin: 0 0 15px;
    font-weight: 700;
}
.pageArtistTour #page-tour #sys-hold_count {
    font-size: 12px;
    vertical-align: bottom;
}
.pageArtistTour #sys-tour_title{
    background: transparent;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}
.pageArtistTour #sys-tour_title .innerTit{
    display: inline;
    background: #FFF;
    color: #000;
    padding: 5px 10px;
    line-height: 2em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.pageArtistTour .tour-txt .count .label {
    border: 1px solid #FFF;
    padding: 3px 10px 2px;
    font-size: 12px;
    line-height: 1em;
    vertical-align: 0;
}
.pageArtistTour .tour-txt .count .num {
    vertical-align: -2px;
}
.pageArtistTour .CountDownTimer {
    font-size: 14px;
    line-height: 1;
}
.pageArtistTour .tour-txt .timeLeft{
    font-size: 12px;
    vertical-align: baseline;
}
.pageArtistTour .block-attention .sys-tour_note{
    font-size: 14px;
}
.pageArtistTour .modal .text{
    font-size: 14px;
}
.pageArtistTour .sys-modal_button_area {
    margin: 30px 0 10px;
}

.pageArtistTour .sys-tour_detail{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}
.pageArtistTour #page-tour .otherLive{
    margin: 0 0 30px;
    line-height: 1.4em;
}
.pageArtistTour #page-tour div.ticket-wrapbox .list-scheduleBlock{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 0 5px;
}
.pageArtistTour #page-tour div.ticket-wrapbox .list-scheduleBlock svg{
    vertical-align: -4px;
}
.pageArtistTour #page-tour div.ticket-wrapbox h1{
}
.pageArtistTour #page-tour div.ticket-wrapbox .list-scheduleBlock .ex_notice{
    margin: 0;
}
/*==================================================
   .page-mytradeFav
====================================================*/
.page-mytradeFav{

}

/* メニュー数6　*/
.page-mytrade.page-mytradeFav .mypage_menuList:has(> :nth-child(6):last-child){
  flex-wrap: wrap;
}
.page-mytrade.page-mytradeFav .mypage_menuList:has(> :nth-child(6):last-child) li{
    width: calc(100% / 3);
    box-sizing: border-box;
    border-bottom: 1px #d7d6d6 solid;
}
.page-mytrade.page-mytradeFav .mypage_menuList:has(> :nth-child(6):last-child) li:nth-last-child(1),
.page-mytrade.page-mytradeFav .mypage_menuList:has(> :nth-child(6):last-child) li:nth-last-child(2),
.page-mytrade.page-mytradeFav .mypage_menuList:has(> :nth-child(6):last-child) li:nth-last-child(3){
    border-bottom: none;
}
.page-mytrade.page-mytradeFav .mypage_menuList:has(> :nth-child(6):last-child) li:nth-child(3n + 3){
    border-right: none;
}

/* メニュー数5　*/
.page-mytrade.page-mytradeFav .mypage_menuList:has(> :nth-child(5):last-child){
  flex-wrap: wrap;
}
.page-mytrade.page-mytradeFav .mypage_menuList:has(> :nth-child(5):last-child) li{
    width: calc(100% / 3);
    box-sizing: border-box;
    border-bottom: 1px #d7d6d6 solid;
}
.page-mytrade.page-mytradeFav .mypage_menuList:has(> :nth-child(5):last-child) li:nth-last-child(2){
    width: calc(100% / 2);
    border-bottom: none;
    border-top: none;
}
.page-mytrade.page-mytradeFav .mypage_menuList:has(> :nth-child(5):last-child) li:nth-last-child(1){
    width: calc(100% / 2);
    border-bottom: none;
    border-right: none;
    border-top: none;
}
.page-mytrade.page-mytradeFav .mypage_menuList:has(> :nth-child(5):last-child) li:nth-child(3n + 3){
    border-right: none;
}
.page-mytradeFav .tab_design li a{
  font-size: 13px;
}

/*==================================================
   .page_FavArtist
====================================================*/
.page_FavArtist{

}
.page_FavArtist .favoriteCap{
    font-size: 14px;
    margin: 0 0 20px;
    letter-spacing: -0.05em;
}
.page_FavArtist .favArtsitList{

}
.page_FavArtist .favArtsitList li{
    padding-bottom: 20px;
}
.page_FavArtist .favArtsitList li > .contents{
    flex-wrap: nowrap;
}
.page_FavArtist .favArtsitList li a{
    color: #1a1a1a;
    text-decoration: none;
    width: calc(100% - 24px);
    padding: 0 20px 0 0;
    box-sizing: border-box;
    justify-content: left;
    flex-wrap: nowrap;
}
.page_FavArtist .favArtsitList li .img-container{
    width: 120px;
    height: 81px;
    overflow: hidden;
    position: relative;
    border-radius: 0;
}
.page_FavArtist .favArtsitList li .img-container .image-wrapper img{
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    object-fit: contain;
    border-radius: 6px;
}
.page_FavArtist .favArtsitList li .artistName{
    width: calc(100% - 120px);
    font-weight: 600;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}
.page_FavArtist .favArtsitList li .contents .sys-icon_favorite{
    width: 24px;
}
.page_FavArtist .favArtsitList li .contents .sys-icon_favorite img{

}
.page_FavArtist .modal .text{
    font-size: 14px;
}
.page_FavArtist .sys-modal_button_area{
    margin: 25px 0 10px;
}
.page_FavArtist #sys-favorite_list .tagList{
    margin: 0;
}
.page_FavArtist #sys-favorite_list .tagList label{
  min-width: 10%;
    width: calc((100% / 3) - 15px);
    box-sizing: border-box;
    line-height: 1em;
    padding: 12px 0;
    margin: 0 18px 18px 0;
    transition: .3s background-color ease;
}
.page_FavArtist #sys-favorite_list .tagList label:nth-child(3n + 3){
    margin: 0 0 18px 0;
}

/*==================================================
   .page_FavArtist
====================================================*/
.page_MesTrade{

}
.page_MesTrade .box-info-detail{
    box-shadow: none;
}
.page_MesTrade .box-info-detail .date{
}
.page_MesTrade .box-info-detail .tit{
  font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    margin: 0 0 15px;
}
.page_MesTrade .box-info-detail .txt{
    margin: 0;
}
/*==================================================
   .buyComplete
====================================================*/
.buyComplete #sys-favorite_button{
  display: block;
    padding: 0;
    margin-bottom: 40px;
}
.buyComplete #sys-favorite_button.favEnter a{
    background: #FCECEB;
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
.buyComplete .favEnter .favoriteIcon{
    padding: 0;
    margin: 0;
    display: block;
    line-height: 0;
}