@charset "UTF-8";

/*===================================================


	cmn.css


====================================================*/

/*===================================================
	リセット
====================================================*/
* html body,
* html input,
* html textarea {
  font-family: "メイリオ", meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: 400;
}

a,
a:hover,
a:active,
a:link,
a:visited {
  color: #000;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: 0.3s ease;
}
i.fas {
  display: inline;
}
img {
  width: 100%;
}

input,
select,
textarea {
  outline: none;
}
.anchor {
  position: relative;
}
#ancOpen {
  display: block;
  position: absolute;
}
.ancpoint{
    posiiton:absolute;
    display:block;
    top:-50px;
}

/*===================================================
	独立スタイル
====================================================*/
.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}

.bold {
  font-weight: bold !important;
}
.normal {
  font-weight: normal !important;
}

.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}

.f12 {
  font-size: 12px !important;
}
.f14 {
  font-size: 14px !important;
}
.f16 {
  font-size: 16px !important;
}
.f18 {
  font-size: 18px !important;
}
.f20 {
  font-size: 20px !important;
}

.red {
  color: #ff0000 !important;
}

.icon {
  padding: 0 5px 0 0;
}

.pc {
  display: block;
}
.sp {
  display: none !important;
}

.clipAnim {
  transition: 1.7s cubic-bezier(0.56, 0.16, 0.18, 1) 0.1s;
  clip-path: inset(0 100% 0 0);
}
.clipAnim.view {
  clip-path: inset(0 0 0 0);
}
.fadeToR {
  transition: 1.7s cubic-bezier(0.56, 0.16, 0.18, 1) 0.1s;
  opacity: 0;
  transform: translateX(-30%);
}
.fadeToR.view {
  opacity: 1;
  transform: translateX(0);
}
/*======================================================================================================

	フレーム

=======================================================================================================*/
html,
body {
  height: 100%;
  color: #000;
  font-family: "Roboto", Helvetica, "Noto Sans JP", "メイリオ", meiryo,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
    sans-serif;
  line-height: 1.8em;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 14px;
}
body {
  margin: 0;
  padding: 0;
  visibility: hidden;
}
.wrap {
  overflow: hidden;
}

body.loaded {
  animation: 1s loader forwards;
}
@keyframes loader {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

/*======================================================================================================

	TOP:introPopup

=======================================================================================================*/

html:has(body.is-fixed) {
    overflow: clip;
    overscroll-behavior: none;
}

.introPopup{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.introPopup .popupShade {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
    display: flex;
    align-items: center;
}
.introPopup .popupInner{
    width: 90%;
    max-width: 780px;
    margin: 100px auto;
    position: relative;
    background: #FFF;
    color: #000;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-image: url(/static/tixplus/img/ticketplus/top/popup_bg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100%;
    box-sizing: border-box;
}
.introPopup .popupTit{
    text-align: center;
    font-size: 16px;
    line-height: 1.7em;
    letter-spacing: 0.15px;
    font-weight: bold;
    color: #F6732A;
}
.introPopup .popupLead{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.introPopup .popupLead li{
    font-size: 14px;
    line-height: 1.7em;
    letter-spacing: 0.15px;
}
.introPopup .selectSite{
    display: flex;
    justify-content: center;
    gap: 16px;
}
.introPopup .siteBox{
    padding: 16px;
    width: 250px;
    border: 1px solid rgba(29, 27, 26, 30%);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #FFF;
}
.introPopup .siteBox figure{
    height: 48px;
    text-align: center;
}
.introPopup .siteBox figure img{
    width: auto;
    height: 100%;
}
.introPopup .siteBox .txt{
    font-size: 10px;
    text-align: center;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: 0.15px;
}
.introPopup .siteBox .btn{

}
.introPopup .siteBox .btn a{
    display: block;
    text-align: center;
    background: #F6732A;
    border-radius: 100px;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    padding: 8px;
    letter-spacing: 0.15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #F6732A;
    box-sizing: border-box;
}
.introPopup .siteBox .btn a span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #fff;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.introPopup .siteBox .btn a:hover{
    color: #F6732A;
}
.introPopup .siteBox .btn a:hover span  {
    width: 225%;
    height: 562.5px;
}
.introPopup .innerLink{
    color: #345CC8;
    text-decoration: underline;
}

.floatBnr{
    display: none;
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 10;
    width: 37%;
    max-width: 362px;
}
.floatBnr a{
    display: block;
    position: relative;
    line-height: 0;
}

.floatBnr a img{
    transition: all 0.6s ease;
}
.floatBnr a:hover img{
    transform: translate(20px, 0);
}

/*======================================================================================================

	追加

=======================================================================================================*/
.contentBox {
  position: relative;
}
.contentBox .inBox {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 2;
  position: inherit;
}
.section--detail {
  padding: 20vh 0px 30vh;
}
.section--detail .tit {
  font-size: 25px;
  margin: 0 0 80px;
}
.section--detail .txt {
  padding: 0 20%;
  font-size: 16px;
  margin: 0 0 160px;
}
.section--detail .btn a {
  text-align: center;
  color: #333;
  border: 1px solid;
  width: 270px;
  padding: 15px;
  border-radius: 100px;
  margin: 0 auto;
  display: block;
}
.section--detail .btn a:hover {
  color: #fff;
  background: #333;
}

/*======================================================================================================

	共通

=======================================================================================================*/

/*  arrow  ----------------------------------*/
.arrow {
  position: relative;
}
.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1em;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow::before {
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*  newsBlock  ----------------------------------*/
.newsBlockList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1050px;
}
.newsBlockList:after {
  content: "";
  display: block;
  width: 306px;
}
.newsBlockList li.delighter {
  opacity: 0;
}

.newsBlockList li.delighter.started {
  animation: 2s slidein forwards;
}
.newsBlockList li.delighter:nth-child(3n + 2) {
  animation-delay: 0.2s;
}
.newsBlockList li.delighter:nth-child(3n + 3) {
  animation-delay: 0.4s;
}
@keyframes slidein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.newsBlockList li {
  width: 306px;
  margin: 0;
}
.newsPage .newsBlockList li {
  margin: 0 0 60px;
}
.newsBlockList li a {
  display: block;
}
.newsBlockList li a:hover {
  filter: brightness(105%);
}
.newsBlockList li a .newsImage img {
  transition: 0.5s;
  border-radius: 10px;
}
.newsBlockList li a:hover .newsImage img {
  transform: scale(0.9);
}
.newsBlockList li a:hover .newsTxt,
.newsBlockList li a:hover .tit {
  color: #e86637;
}
.newsBlockList li .newsImage {
  width: 100%;
  height: 61.8%;
  margin: 0 0 25px;
  line-height: 0;
  border-radius: 10px;
}
.newsBlockList li .catList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
}
.newsBlockList li .tit{
  text-align: justify;
  letter-spacing: 1px;
}
.newsBlockList li .catList dt {
  background: #333;
  color: #fff;
  line-height: 1em;
  border-radius: 100px;
  padding: 10px 15px 8px;
  font-size: 10px;
}
.newsBlockList li .catList dt.co {
  background: #333;
}
.newsBlockList li .catList dt.se {
  background: #f68057;
}
.newsBlockList li .catList dd {
  font-size: 15px;
  font-weight: 500;
}

/*  pager  ----------------------------------*/
.pager {
  display: flex;
  margin: 0 auto 80px;
  justify-content: center;
  align-items: center;
}
.pager li {
  text-align: center;
  width: 13px;
  height: 13px;
  line-height: 13px;
  border-radius: 100px;
  margin: 0 15px;
}
.pager li.prev,
.pager li.next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 20px;
}
.pager li a {
  display: block;
  background: #7f7f7f;
  border-radius: 100px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  position: relative;
  padding: 0 0 0 3px;
}
.pager li.prev a,
.pager li.next a {
  box-sizing: border-box;
  background: #000;
}
.pager li.prev a::before,
.pager li.prev a::after {
  position: absolute;
  top: 50%;
  left: 55%;
  margin: auto;
  content: "";
  vertical-align: middle;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: 0.3s ease;
}
.pager li.next a::before,
.pager li.next a::after {
  position: absolute;
  top: 50%;
  left: 45%;
  margin: auto;
  content: "";
  vertical-align: middle;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s ease;
}
.pager li.prev a::before {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.pager li.next a::before {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.pager li.curr {
  background: #f68057;
  pointer-events: none;
}

/* relationBox ----------------------------------*/
.relationBox {
  background: #f5f5f5;
  padding: 160px 0;
}
.relationBox .tit {
  font-size: 34px;
  margin: 0 0 60px;
}
.relationBox .newsBlockList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.relationBox .newsBlockList li {
  width: 100%;
  margin: 0;
}
.relationBox .newsBlockList li a {
  display: flex;
}
.relationBox .newsBlockList li a:hover {
}
.relationBox .newsBlockList li a .inner {
  width: 80%;
}
.relationBox .newsBlockList li .newsImage {
  width: 20%;
  height: 7vw;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin: 0 20px 0 0;
}
.relationBox .newsBlockList li .catList {
  display: flex;
  align-items: center;
  justify-content: initial;
  margin: 0 0 15px;
}
.relationBox .newsBlockList li .catList dt {
  background: #000;
  color: #fff;
  line-height: 1em;
  padding: 8px 16px;
  font-size: 11px;
  border-radius: 100px;
  margin: 0 20px 0 0;
}
.relationBox .newsBlockList li .catList dd {
  font-size: 15px;
  font-weight: 500;
}
.relationBox .newsBlockList li .newsTxt {
}

/*  bnrBox  ----------------------------------*/
.bnrBox {
  padding: 0;
}
.companyPage .bnrBox {
  margin: 0 0 160px;
}

/*======================================================================================================

	ヘッダー

=======================================================================================================*/
.header {
  position: fixed;
  display: flex;
  top: 30px;
  left: 50%;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 150px);
  box-sizing: border-box;
  z-index: 10;
  transition: 0.3s ease;
  transform: translateX(-50%);
}
.header:after {
  content: "";
  display: block;
  position: absolute;
  right: 155px;
  width: calc(100% - 155px);
  height: 100%;
  z-index: -1;
  background: #000000;
  border-radius: 100px;
  box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 10%);
}
.page home .header.scHide {
  transform: translate(-50%, -100%);
}
.header h1 {
  width: 135px;
}
.header h1 a {
  display: block;
  position: relative;
}
.header h1 a:hover {
  opacity: 0.7;
}
.header .navigation {
  display: flex;
  position: relative;
}
.header:after {
  content: "";
}
.header .navigation .shade {
  display: none;
}
.header .navigation .innerHamTit {
  display: none;
}
.header .navigation .navigationInner {
  display: flex;
  width: 100%;
  min-width: 555px;
  position: relative;
  background: #000;
  border-radius: 100px;
  padding: 0 60px;
  justify-content: center;
}
.header .navigation .navPar {
  position: initial;
}
.header .navigation .navPar .parLink {
  padding: 12px 25px;
  display: block;
  position: relative;
  font-weight: 400;
  color: #fff;
}
.header .navigation .navPar .parLink:hover {
  color: #e86637;
}
.header .navigation .menuInner {
}
.header .navigation .nav_second {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  background: #222;
  color: #fff;
  transition: all 0.2s ease;
  transform: translate(-50%, 0%);
  filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.3));
  display: flex;
  flex-wrap: wrap;
  border-radius: 0 0 25px 25px;
  padding: 50px 0 0;
}
.header .navigation .nav_second li {
  width: 50%;
  margin-left: 50%;
}
.header .navigation .nav_second li:nth-child(1) {
  margin-left: 0;
}
.header .navigation .nav_second li:nth-child(2) {
  margin-left: 0;
}
.header .navigation .navPar:hover .nav_second {
  visibility: visible;
  opacity: 1;
  border: none;
}
.header .navigation .navPar .nav_second a {
  display: block;
  padding: 0 0 20px 0;
  width: 80%;
  color: #fff;
  text-align: left;
  transition: all 0.2s ease;
  box-sizing: border-box;
  font-size: 12px;
}
.header .navigation .navPar .nav_second a .fas {
  font-size: 80%;
  vertical-align: 1px;
  opacity: 0.7;
}
.header .navigation .navPar .nav_second li:first-child a {
  padding: 0 0 20px 25%;
}
.header .navigation .navPar .nav_second a:hover {
  color: #f78554;
}
.header .navigation .nav_contactBtn {
  margin: 0 0 0 20px;
}
.header .navigation .nav_contactBtn a {
  display: block;
  overflow: hidden;
  z-index: 0;
  background: #f68057;
  color: #fff;
  font-size: 16px;
  display: block;
  width: 135px;
  text-align: center;
  border-radius: 100px;
  padding: 12px 0;
  position: relative;
  box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 10%);
}
.header .navigation .nav_contactBtn a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #f68057;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  box-sizing: border-box;
  transition: 0.3s ease;
}
.header .navigation .nav_contactBtn a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #fff;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.header .navigation .nav_contactBtn a:hover {
  color: #f68057;
}

.header .navigation .nav_contactBtn a:hover span {
  width: 225%;
  height: 562.5px;
}

.hamBtn {
  display: none;
}
.btnHamClose {
  display: none;
}

.pageHome .header .navigation .navPar.nav_Home .parLink {
  color: #e86637;
}
.pageCompany .header .navigation .navPar.navCompany .parLink {
  color: #e86637;
}
.pageServices .header .navigation .navPar.navServices .parLink {
  color: #e86637;
}
.pageServices .header .navigation .navPar.navServices .parLink {
  color: #e86637;
}
.page--info .header .navigation .navPar.navNews {
  color: #e86637;
}


.uaiphone .header .navigation .nav_second,
.uaipad .header .navigation .nav_second,
.uaandroid-mobile .header .navigation .nav_second,
.uaandroid-tablet .header .navigation .nav_second{
  display: none!important;
}


@media screen and (max-width: 1300px) {
  .header {
    max-width: 960px;
  }
  .header .navigation .navigationInner {
    display: flex;
    min-width: 450px;
    padding: 0 30px;
  }
  .header .navigation .navPar .parLink {
    padding: 12px 10px;
    font-size: 12px;
  }
  .header .navigation .nav_contactBtn a {
    font-size: 12px;
    width: 110px;
  }
}
/*===================================================
	home：追加
====================================================*/
.header.down {
  position: fixed;
  top: -30px;
  height: 35px;
  opacity: 0;
  animation: 1s menu 1s forwards;
  z-index: 15;
}
@keyframes menu {
  0% {
    top: -30px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

.header.down img {
  width: 50%;
}
.header.down .navigation .navPar .parLink {
  padding: 5px 25px;
}
.header.down .navigation .nav_second {
}
.header.down .navigation .navPar .parLink::after {
  top: -3px;
}

/*======================================================================================================

	フッター

=======================================================================================================*/
footer {
  background: #1a1a1a;
  padding: 200px 6vw 80px;
  color: #fff;
  transform: translateY(-10px);
}
.contactArea {
  background: url(/static/tixplus/img/ph_contactBg.png);
  padding: 135px 40px;
  text-align: center;
  color: #fff;
  background-size: cover;
  position: relative;
  background-repeat: repeat-x;
  background-position: center left;
}
.contactArea .contactTit {
  width: 260px;
  line-height: 0;
  margin: 0 auto 25px;
}
.contactArea .contatLead {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 25px;
}
.contactArea .btn a {
  position: relative;
  display: block;
  text-align: center;
  width: 220px;
  font-size: 16px;
  padding: 15px;
  border-radius: 100px;
  margin: 0 auto;
  color: #fff;
  background: #f68057;
  overflow: hidden;
  z-index: 0;
  transform: rotateZ(0.03deg);
}
.contactArea .btn a:hover {
  color: #f68057;
}
/*
.contactArea .btn a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #FFF;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100px;
    box-sizing: border-box;
    transition:0.3s ease;
}
*/
.contactArea .btn a:hover:after {
  border-color: #f68057;
}
.contactArea .btn a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #fff;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.contactArea .btn a:hover span {
  width: 225%;
  height: 562.5px;
}
footer h2 {
  width: 15.5%;
  position: absolute;
  top: 3.7vw;
  left: 4.3vw;
}
footer .footerFrag {
  position: absolute;
  top: -2px;
  left: 0;
  width: 39%;
  pointer-events: none;
}
footer .inBox {
  width: 98%;
  margin: 0 0 0 auto;
}
footer .inBox .footerLinkBox {
  display: flex;
  justify-content: end;
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #979797;
}
footer .inBox .footerLinkBox .footerLink {
}
footer .inBox .footerLinkBox .navPar {
  padding: 0 2vw;
}
footer .inBox .footerLinkBox .navPar:last-child {
  padding: 0 8vw 0 2vw;
}
footer .inBox .footerLinkBox .navPar .navLevel p {
  font-weight: 500;
  font-size: min(calc(13 / 1170 * 100vw), 16px);
  color: #fff;
  margin: 0 0 10px;
  display: inline-block;
}
footer .inBox .footerLinkBox .footerLink li {
  font-size: 13px;
}
footer .inBox .footerLinkBox .footerLink li a {
  display: inline-block;
  color: #bebdbd;
  letter-spacing: 0.1em;
  margin: 0 0 7px;
  font-weight: 300;
  font-size: min(calc(10.5 / 1170 * 100vw), 15px);
}
footer .inBox .footerLinkBox .footerLink li a .fas {
  font-size: 80%;
  vertical-align: 1px;
  opacity: 0.7;
}
footer .inBox .footerLinkBox .footerLink li:last-child a {
}

footer .inBox .footerLinkBox .footerLink li a:hover {
  color: #f68057;
}

footer .inBox .footerLinkBox .footerLink li a:after,
footer .inBox .footerLinkBox .footerLink li a:before {
  content: none;
}
footer .creditArea {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
}
footer .creditArea .corpLogo {
  display: flex;
  align-items: center;
}
footer .creditArea .corpLogo li {
}
footer .creditArea .corpLogo li:nth-child(1) {
  width: 160px;
  margin: 0 40px 0 0;
}
footer .creditArea .corpLogo li:nth-child(2) {
}
footer .creditArea .corpLogo li a {
  display: block;
}
footer .creditArea .corpLogo li a:hover {
  filter: brightness(110%);
}
footer .creditArea .corpLogo li .txt {
  font-size: min(calc(10.5 / 1170 * 100vw), 15px);
}
footer .creditArea .corpLogo li h2 {
  display: none;
}

.btnScTop {
  display: none;
}

footer .creditArea .policyList {
  display: flex;
  align-items: center;
}
footer .creditArea .policyList li {
  padding: 0 0 0 40px;
}
footer .creditArea .policyList li a {
  color: #fff;
  font-size: min(calc(11 / 1170 * 100vw), 13px);
  display: block;
}
footer .creditArea .policyList li a:hover {
  color: #f68057;
}
footer .creditArea .policyList li:last-child a:hover {
  opacity: 0.7;
}
footer .credit {
  text-align: right;
}
/*===================================================
	home：共通
====================================================*/
.home h3 {
  font-size: 46px;
  font-weight: 300;
  line-height: 1em;
  margin: 0 0 20px;
}
.home h3 span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #f68057;
}

/*===================================================
	home:swiper
====================================================*/
.home .swiper-slide {
  background-position: center;
  background-size: cover;
  height: auto;
}
.home .swiper-slide-active {
  cursor: grab;
}
.home .swiper-slide-next {
  cursor: pointer;
}

.home .swiper-slide-prev {
  cursor: pointer;
}
.home .swiper-slide-prev:hover,
.home .swiper-slide-next:hover {
  transition: 1s;
  filter: brightness(150%);
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  justify-content: center;
  align-items: center;
  width: 90px;
  highet: 90px;
  display: none;
}

.swiper-button-prev.arrowView,
.swiper-button-next.arrowView {
  display: flex;
}

.swiper-button-next .arrowAni.R {
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  animation: moveR 1.3s infinite;
  margin: -3px;
  display: ;
}
.swiper-button-prev .arrowAni.L {
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  animation: moveL 1.3s infinite;
  margin: -3px;
}
.swiper-button-prev,
.swiper-button-next {
  top: 50%;
}

@for $i from 1 through 2 {
  .arrowAni:nth-child(#{$i + 1}) {
    animation-delay: 0.15 * $i + s;
  }
}

@keyframes moveR {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(40px) rotate(-45deg);
  }
}

@keyframes moveL {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-40px) rotate(135deg);
  }
}

/*
.home .swiper-container {
	height: 443px;
	overflow: initial;
}
.home .swiper-container *{
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.home .swiper-slide-prev:hover,
.home .swiper-slide-next:hover {
    transition: 1s;
    filter: none;
}
.home .swiper-container-3d .swiper-slide-shadow-left,
.home .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
}
.home .swiper-slide-prev:hover .swiper-slide-shadow-left,
.home .swiper-slide-next:hover .swiper-slide-shadow-right{
    background: rgba(0,0,0,0.2);
}
.home .swiper-pagination{
	transform: translate(520px, -150px);
}
.home .swiper-pagination-bullet{
	width: 15px;
	height: 10px;
    background: #fff;
    opacity: 0.4;
    border-radius: 3px;
}
.home .swiper-pagination-bullet-active{
	opacity: 1;
    background: #E86637;
}
.home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 10px;
}
.home .swiper-pagination-fraction, .swiper-pagination-custom,
.home .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -45%;
    z-index: 9999;
    box-sizing: border-box;
    transform: none;
    text-align: center;
}
*/

.home .gallery-slider {
  width: 100%;
  overflow: hidden;
  max-width: 1698px;
}
.home .gallery-slider * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home .swiper-slide-prev:hover,
.home .swiper-slide-next:hover {
  transition: 1s;
  filter: none;
}
.home .swiper-container-3d .swiper-slide-shadow-left,
.home .swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.5)
  );
  border-radius: 10px;
}
.home .swiper-slide-prev:hover .swiper-slide-shadow-left,
.home .swiper-slide-next:hover .swiper-slide-shadow-right {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.home .swiper-pagination {
  transform: translate(520px, -150px);
}
.home .swiper-pagination-bullet {
  width: 15px;
  height: 10px;
  background: #fff;
  opacity: 0.4;
  border-radius: 3px;
}
.home .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e86637;
}
.home
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 10px;
}
.home .swiper-pagination-fraction,
.swiper-pagination-custom,
.home .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -45%;
  z-index: 9999;
  box-sizing: border-box;
  transform: none;
  text-align: center;
}

/*===================================================
	home：visual
====================================================*/
.home .slideBox {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  cursor: pointer;
}
.home .slideBox a {
  display: block;
}
.home .slideBox a .newsTxt {
  color: #fff;
  font-size: 15px;
  text-align: justify;
}
.home .slideCommentBox {
  width: 700px;
  margin: auto;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: -119px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: 5;
  box-sizing: border-box;
  display: none;
}

.home .slideCommentBox:nth-child(1) {
  display: block;
}
.home .slideCommentBox a {
  padding: 30px;
  display: block;
  color: #fff;
  background: rgba(255, 119, 75, 0.8);
  border-radius: 10px;
}
.home .slideCommentBox a:hover {
  background: rgb(251, 93, 42, 0.8);
  transition: 0.4s;
}
.home .slideComment {
}
.home .slideComment dt {
  font-size: 20px;
  margin: 0 0 10px 0;
  opacity: 0;
  animation: textfade 1s ease forwards;
}
.home .slideComment dd {
  font-size: 14px;
  padding: 0;
  text-align: left;
  opacity: 0;
  animation: textfade 1s ease forwards;
}
@keyframes textfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.home .slideComment dd a {
  color: #fff;
}

.home .slideComment dd a:hover {
  color: #f68057;
}
.home .gallery-thumbs .swiper-slide-prev,
.home .gallery-thumbs .swiper-slide-next {
  opacity: 0;
}

/*
.home .swiper-slide.swiper-slide-prev .slideCommentBox,
.home .swiper-slide.swiper-slide-next .slideCommentBox{
    opacity: 0;

}
*/

.home .visual .topics {
  width: 800px;
  margin: auto;
  background: rgba(255, 119, 75, 0.8);
  color: #fff;
  text-align: center;
  padding: 48px 64px;
  border-radius: 10px;
  position: absolute;
  bottom: -145px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: 5;
  box-sizing: border-box;
  display: none;
}
.home .visual .topics .tit {
  font-size: 28px;
  margin: 0 0 20px 0;
}
.home .visual .topics .txt {
  font-size: 16px;
  text-align: left;
}

.home .visual {
  opacity: 1;
  position: relative;
  height: 340px;
}
.home .bgflag {
  position: absolute;
  top: -50px;
  left: 0;
  content: "";
  width: 1000px;
  height: 376px;
  transform: translate(-30px, 0);
}
.home .visualBox {
  height: 110vh;
  width: 100%;
  margin: -70px auto 0;
  background-color: #181818;
  background-image: url(/static/tixplus/img/re/bg_mainArea_N5gVWcU4.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 280px 0 100px;
  min-height: 900px;
  background-position: center -3vw;
  overflow: hidden;
  position: relative;
}
.home .visualBox .inner {
  width: 80%;
  margin: auto;
  position: relative;
  height: 100%;
  max-width: 1000px;
}
.home .visualBox .mainTit {
  text-align: center;
  color: #fff;
  padding: 0;
  position: absolute;
  transform: translate(-50%, -30%);
  transition: 0.5s;
  opacity: 0;
  left: 50%;
  width: 100%;
  top: 7%;
}
.visualBox .mainTit.started {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition-delay: 0.3s;
}
.home .visualBox .mainTit p:nth-child(1) {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
  font-size: 29px;
  font-weight: 300;
  opacity: 0.8;
  margin: 0 0 25px 0;
}
.home .visualBox .mainTit p:nth-child(2) {
  font-size: 34px;
  font-weight: 600;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.9));
  margin: 0 0 15px 0;
}
.home .visualBox .mainTit p:nth-child(3) {
  font-size: 20px;
  font-weight: 400;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
  opacity: 0.9;
}
.home .visualBox .block.main {
  background: url(/static/tixplus/img/re/ph_mainArea_main_N5gVWcU4.png)
    no-repeat center center;
  background-size: contain;
  width: 45vw;
  height: 45vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  color: #000;
  transition: 0.5s;
  opacity: 0;
  max-width: 530px;
  max-height: 530px;
  transition: 0.3s ease 0.3s;
}
.home .visualBox .animOn .block.main {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.home .visualBox .block.main .inBox {
  margin: auto;
  position: relative;
  top: 34%;
  width: 56%;
  left: 2%;
}
.home .visualBox .block.main .mainTxt {
  font-size: min(8vw, 33px);
  line-height: 1.1;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.home .visualBox .block.main .subTxt {
  font-size: min(1vw, 12px);
  line-height: 1.8;
  font-weight: 500;
  margin: 0 0 5px;
}
.home .visualBox .block.main .link a {
  color: #f68057;
  font-weight: bold;
  font-size: min(1.2vw, 14px);
}
.home .visualBox .block.main .link .fa-chevron-right {
  margin: 0 0 0 5px;
}
.home .visualBox .block.sub {
  position: absolute;
  bottom: -35px;
  right: 10px;
  transform: translateY(0);
  transition: 0.5s;
  opacity: 1;
  background: #ffff;
  color: #000;
  border-radius: 999px;
  width: 20vw;
  height: 20vw;
  max-width: 220px;
  max-height: 220px;
}
.home .visualBox .block.sub .mainTxt {
  font-size: min(2.2vw, 24px);
}
.home .visualBox .block.sub .subTxt {
  font-size: min(1vw, 12px);
  line-height: 1.8;
  font-weight: 500;
  margin: 0 0 5px 0;
}

.home .visualBox .block.sub .inner {
  width: 85%;
  height: auto;
  position: relative;
  top: 22%;
  left: 6%;
  box-sizing: border-box;
}
.home .visualBox .block {
  color: #fff;
}
.home .visualBox .block .mainTxt {
  font-size: min(2.5vw, 30px);
  line-height: 1.3;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.home .visualBox .block .subTxt {
  font-size: min(1vw, 12px);
  line-height: 1.8;
  margin: 0 0 5px 0;
}
.home .visualBox .block .link a {
  color: #f68057;
  font-size: min(1.2vw, 14px);
  font-weight: bold;
}
.home .visualBox .block .link a span {
  display: inline-block;
  width: 15px;
  position: relative;
  top: 3px;
  left: 3px;
}
.home .visualBox .block .link a:hover {
  transition: 0.4s;
  opacity: 0.7;
}
.home .visualBox .block .phList {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 80%;
  margin: 15px 0 0 0;
}
.home .visualBox .block .phList li {
  width: 45%;
}

.home .visualBox .block.sub01 {
  position: absolute;
  top: 24%;
  left: -2%;
  width: 23vw;
  max-width: 280px;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.3s ease 0.1s;
}
.home .visualBox .animOn .block.sub01 {
  opacity: 1;
  transform: translateY(0);
}
.home .visualBox .block.sub01 .mainTxt {
  transform: translateY(0);
  transition: 0.5s;
  opacity: 1;
}

.home .visualBox .block.sub01 .box {
  transform: translateY(0);
  transition: 1s;
  opacity: 1;
}

.home .visualBox .block.sub01 .ph {
  z-index: -1;
  width: 100%;
  position: absolute;
  top: -10%;
  left: -85%;
}

.home .visualBox .block.sub02 {
  position: absolute;
  top: 24%;
  right: -8%;
  width: 23vw;
  max-width: 280px;
  transform: translateY(30px);
  transition: 0.3s ease 0.6s;
  opacity: 0;
}
.home .visualBox .animOn .block.sub02 {
  opacity: 1;
  transform: translateY(0);
}
.home .visualBox .started.block.sub02 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.home .visualBox .block.sub02 .mainTxt {
  transform: translateY(0);
  transition: 0.8s;
  opacity: 1;
}
.home .visualBox .block.sub02 .box {
  transform: translateY(0);
  transition: 1.3s;
  opacity: 1;
}

.home .visualBox .block.sub02 .ph {
  position: absolute;
  top: 0;
  right: -7vw;
  max-width: 50%;
  z-index: -1;
  width: 10vw;
}
.home .visualBox .block.sub03 {
  position: absolute;
  top: 60%;
  left: -2%;
  width: 23vw;
  max-width: 280px;
  transform: translateY(30px);
  transition: 0.3s ease 0.9s;
  opacity: 0;
}
.home .visualBox .animOn .block.sub03 {
  opacity: 1;
  transform: translateY(0);
}
.home .visualBox .started.block.sub03 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.1s;
}
.home .visualBox .block.sub03 .mainTxt {
  transform: translateY(0);
  transition: 1.1s;
  opacity: 1;
}
.home .visualBox .block.sub03 .box {
  transform: translateY(0);
  transition: 1.6s;
  opacity: 1;
}

.home .visualBox .block.sub03 .ph {
  width: 85%;
  margin: 5px 0 0 0;
}
.home .visualBox .block.sub04 {
  position: absolute;
  top: 60%;
  right: -8%;
  width: 23vw;
  transform: translateY(30px);
  transition: 0.3s ease 1.2s;
  opacity: 0;
  max-width: 280px;
}
.home .visualBox .animOn .block.sub04 {
  opacity: 1;
  transform: translateY(0);
}
.home .visualBox .block.sub04 .mainTxt {
  transform: translateY(0);
  transition: 1.4s;
  opacity: 1;
}
.home .visualBox .block.sub04 .box {
  transform: translateY(0);
  transition: 1.9s;
  opacity: 1;
}

.home .visualBox .block.sub04 .ph {
  width: 17vw;
  position: absolute;
  top: 38%;
  right: -7vw;
  z-index: -1;
  max-width: 220px;
}

.home .visualBox .subTit {
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -30%);
  opacity: 0;
  transition: 0.3s ease 1.5s;
  opacity: 0;
}
.home .visualBox .animOn .subTit {
  opacity: 0.7;
  transform: translate(-50%, -50%);
}
.home .visualBox .subTit p:nth-child(1) {
  font-size: 27px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.home .visualBox .subTit p:nth-child(2),
.home .visualBox .subTit p:nth-child(3) {
  font-size: 12px;
}

.home .visualBox .subTit .subTitLink a {
  color: #f68057;
}
.home .visualBox .subTit .subTitLink a:hover {
  color: #e86637;
}

/*===================================================
	home：missionBox
====================================================*/
.home .missionBox {
  padding: 150px 0 160px 0;
}
.home .missionBox .inBox {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
.home .missionBox .mission {
  position: relative;
  margin: 0 auto;
}

.home .missionBox .mission .tit {
  position: absolute;
  top: -60px;
  left: -60px;
  width: 100px;
}
.home .missionBox .mission .subTit {
  margin: 0 0 35px;
  width: 700px;
}
.home .missionBox .mission .txt {
  font-weight: 600;
  font-size: 17px;
  line-height: 2em;
  margin: 0 0 20px;
}
.home .missionBox .mission .link {
  text-align: right;
}
.home .missionBox .mission .link a {
  font-size: 16px;
}

.home .missionBox .mission .link a:hover {
  color: #e86637;
}

/*===================================================
	home：newsBox
====================================================*/
.home .newsBox {
  overflow: hidden;
  padding: 100px 0;
  background: #f5f5f5;
}
.home .newsBox .inBox {
  box-sizing: border-box;
}
.home .newsBox .bnr {
  text-align: right;
  line-height: 0;
  transition: 0.4s;
  width: 480px;
  display: inline-block;
  position: absolute;
  right: 0;
}
.home .newsBox .bnr a {
}
.home .newsBox .bnr:hover {
  transform: scale(0.9);
}

.home .newsBox .newsBlockList li .newsImage {
  width: 100%;
}
/*
.home .newsBox .btn a{
	display: block;
    text-align: center;
    color: #f68057;
    border: 1px solid;
    width: 270px;
    padding: 15px;
    border-radius: 100px;
    margin: 0 auto;
}
.home .newsBox .btn a:hover{
    color: #FFF;
    background:#f68057;
}
*/

.home .newsBox .btn a {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid;
  width: 160px;
  padding: 10px;
  border-radius: 100px;
  margin: 0;
  color: #fff;
  overflow: hidden;
  background: transparent;
  z-index: 0;
}
.home .newsBox .btn a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #fff;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.home .newsBox .btn a:hover {
  color: #f68057;
}
.home .newsBox .btn a:hover span {
  width: 225%;
  height: 562.5px;
}
.home .newsBox .newsBlockList li .catList dt.category3,
.newsDetailPage .newsDetailBox .catList dt.category3 {
  background: #f68057;
}

/*===================================================
	home：servicesBox
====================================================*/
.home .servicesBox {
  padding: 100px 0 160px;
  height: 600px;
}
/*
.home .servicesBox:before{
    content: "";
    position: absolute;
    background: rgba(246,128,87,1);
    z-index: -1;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
    transform: translate(-90%,0) skew(-10deg, 0);
}
*/
.home .servicesBox .inBox .serviceBlockList {
  background: none;
}

.home .servicesBox .serviceBlockList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home .servicesBox .serviceBlockList li {
  transition: 0.5s;
  width: 33.3333333%;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: relative;
  height: 180px;
}
.home .servicesBox .serviceBlockList li:nth-child(3n) {
  border-right: none;
}
.home .servicesBox .serviceBlockList li .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.home .servicesBox .serviceBlockList li a {
  display: block;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  background-position: center;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  height: 100%;
  color: #828282;
}

.home .servicesBox .titBlock {
  transition: 0.5s;
  display: block;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  background-color: transparent;
  width: 100%;
  border-bottom: none;
  margin: 0 0 30px 0;
}
.home .servicesBox .titBlock .tit {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.1em;
}

.home .servicesBox .titBlock .tit span {
  display: block;
  font-size: 18px;
  color: #f68057;
  letter-spacing: 0.1em;
}

.home .servicesBox .titBlock .tit2 {
  font-size: 27px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.1em;
}
.home .servicesBox .titBlock .tit2 span {
  display: block;
  font-size: 14px;
  color: #f68057;
  letter-spacing: 0.1em;
}

.home .servicesBox .serviceBlockList li .tit {
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
.home .servicesBox .serviceBlockList li span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

.home .servicesBox .inBox:hover .serviceBlockList li {
  width: 32%;
  margin: 0 0 21px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  border-bottom: 0 solid #fff;
  border-right: 0 solid #fff;
}

.home .servicesBox .inBox:hover .titBlock {
  width: 100%;
  margin: 0 0 21px;
  border-radius: 10px;
  border-bottom: 0 solid #fff;
}

.home .servicesBox .inBox .serviceBlockList .blank {
  background-image: url(/static/tixplus/img/re/ph_blank_logo_N5gVWcU4.png);
  background-size: 40%;
  background-position: center;
  background-repeat: no-repeat;
}
.home .servicesBox .serviceBlockList li img {
  margin: 0 auto;
}
.home .servicesBox .serviceBlockList li .on {
  display: none;
}
.home .servicesBox .serviceBlockList li:hover .on {
  display: block;
}
.home .servicesBox .serviceBlockList li:hover .off {
  display: none;
}
.home .servicesBox .inBox .serviceBlockList .eticket:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/re/ph_services_bg_01_N5gVWcU4.png);
  color: #fff;
}
.home .servicesBox .inBox .serviceBlockList .trade:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/re/ph_services_bg_02_N5gVWcU4.png);
  color: #fff;
}
.home .servicesBox .inBox .serviceBlockList .live:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/re/ph_services_bg_03_N5gVWcU4.png);
  color: #fff;
}
.home .servicesBox .inBox .serviceBlockList .memorial:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/re/ph_services_bg_04_N5gVWcU4.png);
  color: #fff;
}
.home .servicesBox .inBox .serviceBlockList .kuji:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/re/ph_services_bg_05_N5gVWcU4.png);
  color: #fff;
}
.home .servicesBox .inBox .serviceBlockList .smartpass:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/re/ph_services_bg_06_N5gVWcU4.png);
  color: #fff;
}
.home .servicesBox .inBox .serviceBlockList .fansApp:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/re/ph_services_bg_07_N5gVWcU4.png);
  color: #fff;
}
.home .servicesBox .inBox .serviceBlockList .card:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/re/ph_services_bg_08_N5gVWcU4.png);
  color: #fff;
}
.home .servicesBox .inBox .serviceBlockList .nft:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/re/ph_services_bg_09_N5gVWcU4.png);
  color: #fff;
}

.home .servicesBox .inBox:hover .serviceBlockList li:last-child {
  background-size: 40%;
}
.home .servicesBox .inBox .serviceBlockList .smartpass {
  position: relative;
}
.home .servicesBox .inBox:hover .serviceBlockList .smartpass:after {
  border-radius: 10px 0 10px 0;
  opacity: 1;
}
.home .servicesBox .serviceBlockList li a:hover {
  color: #fff;
  border-radius: 5px;
}
.home .servicesBox .inBox .serviceBlockList .live {
  position: relative;
}
/*
.home .servicesBox .inBox .serviceBlockList .live:after{
    content: "公式サイトへ";
    position: absolute;
    right: 0;
    bottom: 0;
    background: #F68057;
    color: #FFF;
    line-height: 1em;
    padding: 6px 10px 5px;
    text-align: center;
    font-size: 12px;
    pointer-events: none;
    border-radius: 10px 0 0 0;
    opacity:0.7;
    transition:0.3s;
}
*/
.home .servicesBox .inBox:hover .serviceBlockList .live:after {
  border-radius: 10px 0 10px 0;
  opacity: 1;
}
.home .servicesBox .serviceBlockList li .logo {
  height: 40px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.home .servicesBox .serviceBlockList li .logo img {
  width: auto;
  height: 100%;
}
.home .servicesBox .serviceBlockList li.eticket .logo {
  height: 49px;
}
.home .servicesBox .serviceBlockList li.live .logo {
  height: 80px;
}
.home .servicesBox .serviceBlockList li.memorial .logo {
  height: 115px;
}
.home .servicesBox .serviceBlockList li.smartpass .logo {
  height: 100px;
}
.home .servicesBox .serviceBlockList li.fansApp .logo {
  height: 75px;
}
.home .servicesBox .serviceBlockList li.card .logo {
  height: 75px;
}
.home .servicesBox .serviceBlockList li.nft .logo {
  height: 80px;
}

/*===================================================
	home：informationBox
====================================================*/
.home .informationBox {
  overflow: hidden;
  z-index: 0;
}

.home .informationBox:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  z-index: 3;
  width: 200%;
  height: 200%;
  left: 0;
  bottom: 0;
  transform: translate(-90%, -0) skew(-10deg, 0);
}

.home .informationBox .inBox {
  width: 100%;
}
.home .informationBox .infoBlockList {
  display: flex;
  width: 106%;
  transform: translateX(-3%);
}
.home .informationBox .infoBlockList li {
}
.home .informationBox .infoBlockList li.btnRecruit {
  width: 65%;
  z-index: -1;
  transform: skew(-10deg);
  position: relative;
  transition: 0.3s;
}
.home .informationBox .infoBlockList li.btnRecruit:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 114%;
  height: 100%;
  background: url(/static/tixplus/img/ph_info_bg.jpg) no-repeat;
  background-size: cover;
  background-position: left;
  z-index: -1;
  transform: skew(10deg);
}

.home .informationBox .infoBlockList li.btnContact {
  content: "";
  width: 35%;
  background: url(/static/tixplus/img/ph_contact_bg.jpg) no-repeat;
  background-size: cover;
  background-position: right;
  z-index: -1;
  transform: skew(-10deg);
}

.home .informationBox .infoBlockList li a {
  display: block;
  padding: 15vh 0;
  text-align: center;
  font-size: 40px;
  line-height: 1em;
  font-weight: 300;
  transition: 0.4s;
}

.home .informationBox .infoBlockList li.btnRecruit a {
  margin: 0 -30% 0 0;
  backface-visibility: hidden;
}
.home .informationBox .infoBlockList .btnRecruit:hover {
  filter: brightness(104%);
}

.home .btnRecruit a {
}
.home .btnRecruit a:after {
}
.home .btnContact {
  color: #fff;
  border-radius: 0;
  margin: 0;
  width: auto;
  z-index: 2;
  transition: 0.3s;
}

.home .btnContact a {
  color: #fff;
  border-radius: 0;
  margin: 0;
  width: auto;
}
.home .btnContact a .bg {
  position: absolute;
  width: 150%;
  height: 175%;
  right: -45%;
  bottom: -45%;
  z-index: -1;
  transform: rotate(10deg);
  overflow: hidden;
  transition: 0.3s ease;
}
.home .btnContact a .bg .bgInner {
  position: absolute;
  top: 0;
  left: -10%;
  background: url(/static/tixplus/img/ph_contact_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 100%;
  display: block;
  transform: rotate(-10deg);
  transition: 0.3s ease;
}
.home .informationBox .infoBlockList li a .large {
  transform: skew(10deg);
  display: block;
}
.home .informationBox .infoBlockList li a .mini {
  display: block;
  font-size: 14px;
  color: #f68057;
  letter-spacing: 0.1em;
}

/*======================================================================================================

	pages:共通

=======================================================================================================*/
.pages .visual {
  height: 400px;
  position: relative;
}
.pages .visual .inBox {
  width: 1000px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.pages .visual h2 {
  position: absolute;
  bottom: 40px;
  font-size: 60px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1em;
  filter: drop-shadow(3px 3px 10px black);
}
.pages .visual h2 span {
  display: block;
  font-size: 20px;
  font-weight: 300;
  filter: drop-shadow(2px 2px 5px black);
}
.btnContact a {
  background: url(/static/tixplus/img/ph_contact_bg.jpg) 80% no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: block;
  padding: 30px 0;
  text-align: center;
  font-size: 26px;
  line-height: 1em;
  font-weight: 600;
  position: relative;
  border-radius: 10px;
  margin: 0 auto 20px;
  width: 40%;
  backface-visibility: hidden;
}
.btnContact:hover {
  filter: brightness(130%);
}

.btnContact a .mini {
  display: block;
  font-size: 14px;
  color: #f68057;
  letter-spacing: 0.1em;
}

/*======================================================================================================

	pages:news:共通

=======================================================================================================*/
.newsPage .newsBox {
}
.newsPage .newsBox .inBox {
}

/*===================================================
	pages:news:共通
====================================================*/
.newsBlockList li .newsImage img {
  background-size: cover;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}
.newsBlockList li .catList dt.category1,
.newsDetailPage .newsDetailBox .catList dt.category1 {
  background: #e95541;
  color: #fff;
}
.newsBlockList li .catList dt.category2,
.newsDetailPage .newsDetailBox .catList dt.category2 {
  background: #333333;
  color: #fff;
}
.newsBlockList li .catList dt.category3,
.newsDetailPage .newsDetailBox .catList dt.category3 {
  background: #f68057;
  color: #fff;
}
.newsBlockList li .catList dt.category4,
.newsDetailPage .newsDetailBox .catList dt.category4 {
  background: #f5ac3c;
  color: #fff;
}

/*===================================================
	pages:news:visual
====================================================*/
.newsPage .visual {
  background: url(/static/tixplus/img/ph_pagemain_news.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/*===================================================
	pages:news:navBox
====================================================*/
.newsPage .navBox {
  padding: 80px 0;
}
.newsPage .navBox .inBox {
}
.newsPage .pageNav {
  display: flex;
}
.newsPage .pageNav li {
  padding: 0 20px 0 0;
}
/*
.newsPage .pageNav li a{
	display: inline-block;
    padding: 5px 20px;
    border: 1px solid;
    border-radius: 100px;
    font-size: 15px;
    text-align: center;
}

.newsPage .pageNav li a:hover{
    color:#fff;
    background:#000;
}
*/
.newsPage .pageNav li a {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #000;
  border: 1px solid #000;
  width: 270px;
  padding: 10px 16px;
  border-radius: 100px;
  margin: 0 5px;
  z-index: 1;
  overflow: hidden;
}
.newsPage .pageNav li a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #000;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.newsPage .pageNav li a:hover {
  color: #fff;
}
.newsPage .pageNav li a:hover span {
  width: 225%;
  height: 562.5px;
}

.newsPage .pageNav li a.cur {
  color: #fff;
  background: #000;
}

.newsPage .catNav {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.newsPage .catNav li {
  padding: 0 10px 10px 0;
}
.newsPage .catNav li a {
  width: auto;
  white-space: nowrap;
  margin: 0;
  display: block;
  padding: 5px 25px;
  border: none;
  position: relativ;
}
.newsPage .catNav li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #000;
  border-radius: 100px;
}
.newsPage .curNav li a {
  width: 100px;
}

/*======================================================================================================

	pages:nnewsDetailPage:共通

=======================================================================================================*/
.newsDetailPage {
}

/*===================================================
	pages:nnewsDetailPage:newsDetailBox
====================================================*/
.newsDetailPage .newsDetailBox {
  padding: 150px 0;
  background: #f5f5f5;
}
.newsDetailPage .newsDetailBox .newsTit {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 30px 0;
}
.newsDetailPage .newsDetailBox .social {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 15px;
}

.newsDetailPage .newsDetailBox .social li {
  margin: 0 30px 0 0;
}
.newsDetailPage .newsDetailBox .social li.facebook i,
.newsDetailPage .newsDetailBox .social li.twitter i {
  font-size: 19px;
}

.newsDetailPage .newsDetailBox .social li a:hover {
  color: #e95541;
  fill: #e95541;
}

.newsDetailPage .newsDetailBox .catList {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.newsDetailPage .newsDetailBox .catList dt {
  background: #000;
  color: #fff;
  line-height: 1em;
  padding: 8px 16px;
  font-size: 11px;
  border-radius: 100px;
  margin: 0 20px 0 0;
}
.newsDetailPage .newsDetailBox .catList dt .co {
}
.newsDetailPage .newsDetailBox .catList dt .se {
}
.newsDetailPage .newsDetailBox .catList dd {
  font-size: 18px;
  font-weight: 500;
}
.newsDetailPage .newsDetailBox .newsTxt {
  margin: 0 0 80px;
  text-align: justify;
  letter-spacing: 2px;
  line-height: 1.8em;
}
.newsDetailPage .newsDetailBox .newsTxt img {
  max-width: 100% !important;
}
.newsDetailPage .newsDetailBox .newsTxt p span {
  background: transparent !important;
  font-family: "Roboto", Helvetica, "Noto Sans Japanese", "メイリオ", meiryo,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
    sans-serif !important;
  font-weight: 200 !important;
  font-size: 16px !important;
}
/*
.newsDetailPage .newsDetailBox .btnBack a{
    display: block;
    border: 1px solid;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width: 200px;
    margin: 0 auto;
    border-radius: 100px;
}

.newsDetailPage .newsDetailBox .btnBack a:hover{
    background:#000;
    color:#fff;
}
*/
.newsDetailPage .newsDetailBox .btnBack a {
  position: relative;
  display: block;
  text-align: center;
  color: #f68057;
  border: 1px solid;
  width: 270px;
  padding: 15px;
  border-radius: 100px;
  margin: 0 auto;
  z-index: 1;
  overflow: hidden;
}
.newsDetailPage .newsDetailBox .btnBack a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #f68057;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.newsDetailPage .newsDetailBox .btnBack a:hover {
  color: #fff;
}
.newsDetailPage .newsDetailBox .btnBack a:hover span {
  width: 225%;
  height: 562.5px;
}

/*======================================================================================================

	pages:app:共通

=======================================================================================================*/
.appPage {
}

/*===================================================
	pages:app:visual
====================================================*/
.appSportsPage .visual {
  background: url(/static/tixplus/img/ph_pagemain_appsports_202103.jpg)
    no-repeat;
  background-size: cover;
  background-position: center;
}
.appArtistPage .visual {
  background: url(/static/tixplus/img/ph_pagemain_appartist_pc_202102.jpg)
    no-repeat;
  background-size: cover;
  background-position: center;
}
.nftSportsPage .visual {
  background: url(/static/tixplus/img/nft/visual_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.appPage .visual h2 {
  letter-spacing: 0.05em;
  line-height: 1.1em;
  font-size: 55px;
  filter: drop-shadow(3px 3px 10px black);
}

/*===================================================
	pages:app:navBox
====================================================*/
.appPage .navBox {
  padding: 0 0 160px;
}
.appPage .navBox .inBox {
  width: 100%;
  transform: translateY(-1px);
}
.appPage .navBox .appNav {
  display: flex;
  justify-content: center;
}
.appArtistPage .navBox .appNav {
}

.appPage .navBox .appNav li {
  width: 50%;
}

.appPage .navBox .appNav li a {
  font-size: 15px;
  padding: 20px 60px;
  display: block;
  transform: translateY(1px);
  border: 1px solid #bdbdbd;
  text-align: center;
  background: #f5f5f5;
}
.appPage .navBox .appNav li.forSports a {
  color: #4d4397;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid #bdbdbd;
}
.appPage .navBox .appNav li.nftSports a {
  color: #000;
  border-bottom: 1px solid #bdbdbd;
  border-top: 1px solid rgba(255, 255, 255, 0);
}
.appPage .navBox .appNav li.forArtist a {
  color: #e95384;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
}
.appSportsPage .navBox .appNav li.forSports a {
  border-bottom: 1px solid #fff;
  pointer-events: none;
  background: transparent;
}
.appArtistPage .navBox .appNav li.forArtist a {
  border-bottom: 1px solid #fff;
  pointer-events: none;
  background: transparent;
}
.nftSportsPage .navBox .appNav li.nftSports a {
  border-bottom: 1px solid #fff;
  pointer-events: none;
  background: transparent;
}
.appPage .navBox .appNav li a:hover {
  background: #fff;
}

/*===================================================
	pages:app:introBox
====================================================*/
.appPage .introBox {
  padding: 0 0 160px;
}
.appPage .introBox .subTit {
  text-align: center;
  font-size: 22px;
  margin: 0 0 20px;
}
.appPage .introBox .appType {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 20px;
}
.appPage .introBox .lead {
  width: 800px;
  margin: 40px auto 40px;
  font-size: 14px;
  line-height: 2em;
  text-align: center;
}

/*===================================================
	pages:app:flowBox
====================================================*/
.appPage .flowBox {
  padding: 0 0 240px;
}
.appPage .flowBox .tit {
  text-align: center;
  font-size: 26px;
  line-height: 1.3em;
  margin: 0 0 60px;
}
.appSportsPage .flowBox .tit {
  color: #4d4397;
}
.appArtistPage .flowBox .tit {
  color: #e95384;
}
.appPage .flowBox .flowImage {
  width: 70%;
  margin: 0 auto;
}

/*===================================================
	pages:app:appListBox
====================================================*/
.appPage .appListBox {
  padding: 0 0 160px;
  background: #f5f5f5;
}
.appPage .appListBox .inBox {
  width: 1000px;
}

.appPage .appListBox .tit {
  font-size: 34px;
}
.appSportsPage .appListBox .tit {
  margin: 0 0 20px;
}
.appArtistPage .appListBox .tit {
  margin: 0 0 60px;
}
.appPage .appListBox .lead {
  font-size: 22px;
  line-height: 1.5em;
  margin: 0 0 60px;
  color: #4d4397;
}
.appPage .appListBox .appBlickList {
  display: flex;
  flex-wrap: wrap;
}
.appArtistPage .appListBox .appBlickList {
  margin: 0 0 20px;
}
.appPage .appListBox .appBlickList .appDetail {
  width: 313px;
  margin: 0 0 50px;
  position: relative;
}
.appPage .appListBox .appBlickList .appDetail:nth-child(3n + 1) {
  padding: 0 20px 0 0;
}
.appPage .appListBox .appBlickList .appDetail:nth-child(3n + 2) {
  padding: 0 10px 0 10px;
}
.appPage .appListBox .appBlickList .appDetail:nth-child(3n + 3) {
  padding: 0 0 0 20px;
}
.appPage .appListBox .appBlickList .appDetail .detailOuter {
  border: 1px solid #d7d6d6;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  background: #fff;
}
.appPage .appListBox .appBlickList .appDetail .copy {
  text-align: right;
  font-size: 11px;
  position: absolute;
  right: 10px;
}
.appPage .appListBox .appBlickList .appDetail:nth-child(3n + 1) .copy {
  right: 15px;
}
.appPage .appListBox .appBlickList .appDetail:nth-child(3n + 3) .copy {
  right: 0;
}
.appPage .appListBox .appBlickList .appDetail .appImage {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 313px;
  height: 152px;
}
.appPage .appListBox .appBlickList .appDetail .inner {
  padding: 20px;
  background: #fff;
}
.appPage .appListBox .appBlickList .appDetail .inner .appLead {
  padding: 0 0 20px;
}
.appPage .appListBox .appBlickList .appDetail .appNameList {
  display: flex;
  margin: 0 0 20px;
}
.appPage .appListBox .appBlickList .appDetail .appNameList dt {
  width: 80%;
  padding: 0 10px 0 0;
}
.appPage .appListBox .appBlickList .appDetail .appNameList dt .cap {
  line-height: 1.5em;
  margin: 0 0 5px;
  font-size: 11px;
}
.appPage .appListBox .appBlickList .appDetail .appNameList dt .appName {
  font-size: 17px;
  letter-spacing: 0;
  font-weight: 500;
  min-height: 50px;
}
.appPage .appListBox .appBlickList .appDetail .appNameList dd {
  width: 20%;
}
.appPage .appListBox .appBlickList .appDetail .appNameList dd img {
  box-shadow: 0 0 10px -3px rgb(0 0 0 / 55%);
  border-radius: 13px;
}
.appPage .appListBox .appBlickList .appDetail .linkList {
  margin: 0 0 20px;
}
.appPage .appListBox .appBlickList .appDetail .linkList li a.official {
  color: #f68057;
}
.appPage .appListBox .appBlickList .appDetail .linkList li a .fab {
  border: 1px solid;
  padding: 3px;
  font-size: 10px;
  border-radius: 100px;
  vertical-align: 1px;
  margin: 0 5px 0 0;
}
.appPage .appListBox .appBlickList .appDetail .downLink {
  display: flex;
}
.appPage .appListBox .appBlickList .appDetail .downLink li:nth-child(odd) {
  padding: 0 5px 0 0;
}
.appPage .appListBox .appBlickList .appDetail .downLink li:nth-child(even) {
  padding: 0 0 0 5px;
}
.appPage .appListBox .appBlickList .appDetail .downLink li a {
  display: block;
}
.appPage .appListBox .appBlickList .appDetail .waring {
  font-size: 11px;
}
.appArtistPage .capList {
  margin: 0 auto;
}
.appArtistPage .capList li {
  text-indent: -21px;
  line-height: 1.5em;
}

.appSportsPage .capList {
  margin: 0 auto;
}
.appSportsPage .capList li {
  text-indent: -21px;
  line-height: 1.5em;
}

/*===================================================
	pages:app:cardcollectionBox
====================================================*/
.appPage .cardcollectionBox {
  background: #000;
  color: #fff;
  padding: 160px 0;
}
.appPage .cardcollectionBox .collectionTit {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0 0 80px;
}
.appPage .cardcollectionBox .detailList {
  display: flex;
  align-items: center;
  width: 1000px;
  margin: 0 auto 60px;
}
.appPage .cardcollectionBox .detailList dt {
  width: 40%;
}
.appPage .cardcollectionBox .detailList dt .txt {
  font-size: 18px;
  line-height: 1.6em;
  margin: 0 0 15px;
}
.appPage .cardcollectionBox .detailList dt .cap {
  font-size: 11px;
  margin: 0 0 15px;
  letter-spacing: 0;
  line-height: 1.6em;
}
.appPage .cardcollectionBox .detailList dt .link a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.appPage .cardcollectionBox .detailList dd {
  width: 60%;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.appPage .cardcollectionBox .clubImage {
  width: 100%;
}
.appPage .cardcollectionBox .copy {
  font-size: 10px;
  margin: 10px 0 0 0;
}
.appPage .cardcollectionBox .capList {
  width: 740px;
  margin: 0 auto;
}
.appPage .cardcollectionBox .capList li {
  text-indent: -21px;
  line-height: 1.5em;
}

/*===================================================
	pages:app:bnrBox
====================================================*/
.appPage .bnrBox {
  background: #f5f5f5;
  padding: 0;
}

/*===================================================
	pages:app:nftSportsPage
====================================================*/
.appPage.nftSportsPage {
}
.appPage.nftSportsPage .appType {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 20px;
  margin-bottom: 60px;
}
.appPage.nftSportsPage .flowBox #svg_bg {
  transform: translateY(-1310px);
}
.appPage.nftSportsPage .introBox .appType {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 20px;
}
.appPage.nftSportsPage .introBox .lead {
  width: 800px;
  margin: 40px auto 40px;
  font-size: 14px;
  line-height: 2em;
  text-align: center;
}
.appPage.nftSportsPage .newsBlockList li .catList dt.category9,
.appPage.nftSportsPage .newsDetailBox .catList dt.category9 {
  background: #dcdcdc;
  color: #fff;
}
.appPage.nftSportsPage .nftnewsdBox {
  padding-bottom: 0;
}
.appPage.nftSportsPage .nftnewsdBox .pc {
  pointer-events: none;
}
.appPage.nftSportsPage .nftnewsdBox .btn a {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid;
  width: 270px;
  padding: 15px;
  border-radius: 100px;
  margin: 0 auto;
  color: #f68057;
  overflow: hidden;
  background: #fff;
  z-index: 0;
}
.appPage.nftSportsPage .nftnewsdBox .btn a:hover {
  color: #fff;
}
.appPage.nftSportsPage .nftnewsdBox .btn a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #f68057;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.appPage.nftSportsPage .nftnewsdBox .btn a:hover span {
  width: 225%;
  height: 562.5px;
}
.appPage.nftSportsPage .flowBox {
  padding: 200px 0 240px;
  background-color: #f5f5f5;
}

/*======================================================================================================

	pages:trade:共通

=======================================================================================================*/
.tradePage {
}

.ticketPage .btn a {
}

.ticketPage .btn a {
  position: relative;
  display: block;
  text-align: center;
  width: 260px;
  padding: 10px;
  border-radius: 100px;
  border: 1px solid #f68057;
  margin: 0 auto;
  color: #fff;
  background: #f68057;
  overflow: hidden;
  z-index: 2;
}
.ticketPage .btn a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #fff;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.ticketPage .btn a:hover {
  color: #f68057;
  z-index: 1;
}
.ticketPage .btn a:hover span {
  width: 225%;
  height: 562.5px;
}

/*===================================================
	pages:trade:visual
====================================================*/
.tradePage .visual {
  background: url(/static/tixplus/img/ph_pagemain_trade.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.ticketPage .visual .inner {
  position: absolute;
  bottom: 40px;
}

.ticketPage .visual .more {
}
.ticketPage .visual .more a {
  color: #fff;
  border: 1px solid;
  padding: 5px 25px;
  display: inline-block;
  margin: 0 0 30px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.3);
}

.ticketPage .visual .more a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
}

.ticketPage .visual h2 {
  letter-spacing: 0.05em;
  line-height: 1.1em;
  font-size: 55px;
  bottom: auto;
  position: relative;
  filter: drop-shadow(3px 3px 10px black);
}

/*===================================================
	pages:trade:navBox
====================================================*/
.ticketPage .navBox {
  transform: translateY(-1px);
}
.ticketPage .navBox .inBox {
  width: 100%;
}
.ticketPage .navBox .appNav {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #bdbdbd;
}
.ticketPage .navBox .appNav li {
  width: 33.33333333%;
}

.ticketPage .navBox .appNav li a {
  font-size: 15px;
  padding: 20px 50px;
  display: block;
  transform: translateY(1px);
  background: #f5f5f5;
  color: #1a1a1a;
  border: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  text-align: center;
}

.ticketPage .appNav li.navTkt a {
  border-left: none;
  border-right: none;
}
.tradePage .navBox .appNav li.navTrade a,
.tktPage .navBox .appNav li.navTkt a,
.memocolePage .navBox .appNav li.navCont a {
  background: #ffffff;
  border-bottom: 1px solid #fff;
  pointer-events: none;
}
.ticketPage .navBox .appNav li a:hover {
  background: #ffffff;
}

/*===================================================
	pages:trade:introBox
====================================================*/
.ticketPage .introBox {
  padding: 0;
}
.ticketPage .introBox .cap {
  text-align: center;
  font-size: 22px;
  line-height: 1.8em;
  margin: 0 0 40px;
}
.ticketPage .introBox .serviceLogo {
  margin: 0 auto 40px;
}
.ticketPage .introBox .lead {
  margin: 0 auto 40px;
  font-size: 14px;
  line-height: 2em;
}
.ticketPage .introBox .btn a {
  margin: 0;
}
.ticketPage .introBox2 {
  padding: 160px 0;
}
.ticketPage .introBox2 .cap {
  text-align: center;
  font-size: 22px;
  line-height: 1.8em;
  margin: 0 0 20px;
}
.ticketPage .introBox2 .serviceLogo {
  width: 800px;
  margin: 0 auto 40px;
}
.ticketPage .introBox2 .lead {
  width: 600px;
  margin: 0 auto 0;
  font-size: 18px;
  line-height: 2em;
}
.ticketPage .introBox2 .btn {
  text-align: center;
}

.ticketPage .introBox2 .btn a {
  margin: 20px auto 0;
}

.contentLine {
  display: flex;
  width: 880px;
  margin: 0 auto;
  background: #fff;
  padding: 150px 0;
}
.memocolePage .contentLine {
  padding: 150px 0;
}

#svg_bg {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}

.contentLine #svg_bg {
  z-index: 0;
  transform: translateY(0);
}
.appPage .flowBox #svg_bg {
  transform: translateY(-600px);
}
.contentLine .contentBox.introBox .inBox {
  width: 500px;
  margin: 0 100px 0 0;
}

/*===================================================
	pages:ticketPage:sliderBox
====================================================*/
.ticketPage .sliderBox {
  padding: 0;
}
.ticketPage .sliderBox .inBox {
  color: #fff;
  width: 280px;
}
.ticketPage .swiper-container {
  padding: 0 0 60px;
  margin: 0;
  height: auto;
}
.ticketPage .swiper-wrapper {
  width: 100%;
  height: auto;
}
.ticketPage .swiper-slide {
  padding: 0;
  box-sizing: border-box;
}
.ticketPage .swiper-pagination-fraction,
.swiper-pagination-custom,
.ticketPage .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%;
}
.swiper-wrapper {
  height: auto;
}
.ticketPage .opArea {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ticketPage .opArea .stopbtn {
  display: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: #808080;
  border-radius: 100px;
  margin: 0 20px 0 0;
}
.ticketPage .opArea .stopbtn.stop,
.ticketPage .opArea .stopbtn.start {
  position: relative;
  display: inline-block;
  display: none;
}
.ticketPage .opArea .stopbtn.stop:before,
.ticketPage .opArea .stopbtn.stop:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 2px;
  height: 10px;
  background-color: #fff;
}
.ticketPage .opArea .stopbtn.stop:before {
  left: 6px;
}
.ticketPage .opArea .stopbtn.stop:after {
  right: 6px;
}
.ticketPage .opArea .stopbtn.start:before {
  position: absolute;
  top: 50%;
  left: 55%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  transform: translate(-50%, -50%);
}
.ticketPage .opArea .stopbtn.start:after {
  display: none;
}
.ticketPage .swiper-pagination {
  position: relative;
}
.ticketPage .swiper-pagination-bullet {
  background: #000;
  margin: 0 8px;
  width: 12px;
  height: 12px;
}
.ticketPage .swiper-pagination-bullet-active {
  opacity: 1;
  background: #f68057;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  width: 100%;
  transform: none;
  bottom: -180px;
}
.home .swiper-pagination-bullet {
  margin: 0 15px;
}
/*===================================================
	pages:trade:charaBox
====================================================*/
.ticketPage .charaBox {
  background: #f5f5f5;
  padding: 0 0 160px;
}
.ticketPage .charaBox .tradeChara {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.ticketPage .charaBox .tradeChara dt {
  padding: 0 0 0 60px;
}
.ticketPage .charaBox .tradeChara .tit {
  font-size: 32px;
  margin: 0 0 20px;
}
.ticketPage .charaBox .tradeChara .lead {
  font-size: 14px;
  line-height: 2em;
}
.ticketPage .charaBox .tradeChara dd {
  width: 45%;
}
.ticketPage .charaBox .keywordBlock {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
.ticketPage .charaBox .keywords {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
}
.ticketPage .charaBox .keywords:nth-child(1) {
  align-items: baseline;
}
.ticketPage .charaBox .keywords dt {
  width: 20%;
}
.ticketPage .charaBox .keywords dt span {
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #f68057;
  color: #fff;
  border-radius: 100px;
}
.ticketPage .charaBox .keywords dd {
  width: 80%;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
.ticketPage .charaBox .keywords dd p {
  font-size: 12px;
}
.ticketPage .charaBox .keywords dd p.icon {
  position: relative;
  display: inline-block;
}
.ticketPage .charaBox .keywords dd p.icon:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  background: url(/static/tixplus/img/ph_icon_24h.png) no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  transform: translate(110%, -50%);
}

/*===================================================
	pages:trade:systemBox
====================================================*/
.ticketPage .systemBox {
  padding: 160px 0;
  background: #fff;
}
.ticketPage .systemBox .tit {
  font-size: 34px;
  margin: 0 0 60px;
  line-height: 1.3em;
  text-align: center;
}
.ticketPage .systemBox .systemBlockList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
.ticketPage .systemBox .systemBlockList li {
  width: 50%;
  box-sizing: border-box;
  margin: 0 0 20px;
}
.ticketPage .systemBox .systemBlockList li:nth-child(odd) {
  padding: 0 10px 0 0;
}
.ticketPage .systemBox .systemBlockList li:nth-child(even) {
  padding: 0 0 0 10px;
}
.ticketPage .systemBox .systemBlockList li .listInbox {
  text-align: center;
  background: #f5f5f5;
  padding: 20px;
}
.ticketPage .systemBox .systemBlockList li .listInbox .prize {
  font-size: 20px;
  margin: 0 0 15px;
}
.ticketPage .systemBox .systemBlockList li .listInbox .txt {
  font-size: 16px;
}
.ticketPage .systemBox .systemDetailList {
  display: flex;
  justify-content: space-around;
}
.ticketPage .systemBox .systemDetailList li {
  width: 22%;
  text-align: center;
}
.ticketPage .systemBox .systemDetailList li .catch {
  margin: 0 auto 30px;
  width: 50%;
}
.ticketPage .systemBox .systemDetailList li .catchTit {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 5px;
}
.ticketPage .systemBox .systemDetailList li .catchTxt {
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 5px;
}
.ticketPage .systemBox .systemDetailList li .cat {
  font-size: 11px;
}

.btnTrade a {
  background: url(/static/tixplus/img/ph_trade_bg.jpg) 80% no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: block;
  padding: 30px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
  margin: 0 auto 20px;
  width: 40%;
  line-height: 1.3em;
  letter-spacing: 0.1em;
}

/*===================================================
	pages:trade:funcBox
====================================================*/
.ticketPage .funcBox {
  background: #f5f5f5;
  padding: 160px 0;
}
.ticketPage .funcBox .tit {
  font-size: 34px;
  margin: 0 0 60px;
  line-height: 1.3em;
  text-align: center;
}
.ticketPage .funcBox .block {
  display: flex;
  background: #fff;
  padding: 80px;
  align-items: center;
  margin: 0 0 160px;
}
.ticketPage .funcBox .block dt {
  width: 45%;
}
.ticketPage .funcBox .block dd {
  width: 55%;
  border-left: 1px solid #d7d6d6;
  padding: 0 0 0 30px;
  margin: 0 0 0 30px;
}
.ticketPage .funcBox .block dd .txt {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.6em;
}
.ticketPage .funcBox .functionBlock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ticketPage .funcBox .functionList {
  width: 48%;
  border-bottom: 1px solid;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.ticketPage .funcBox .functionList dt {
  font-weight: 600;
}
.ticketPage .funcBox .functionList dd {
  font-size: 13px;
}

/*===================================================
	pages:trade:graphBox
====================================================*/
.ticketPage .graphBox {
  background: #333333;
  padding: 160px 0;
  color: #fff;
}
.ticketPage .graphBox .tit {
  font-size: 34px;
  margin: 0 0 20px;
  text-align: center;
}
.ticketPage .graphBox .lead {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 80px;
  text-align: center;
}
.ticketPage .graphBox .graphOuter {
  display: flex;
  justify-content: space-between;
}
.ticketPage .graphBox .graphOuter .graphBlock {
  width: 100%;
}
.ticketPage .graphBox .graphOuter .graphBlock .graphTit {
  text-align: center;
  margin: 0 0 25px;
  font-size: 16px;
}
.ticketPage .graphBox .graphOuter .graphBlock .graphBlockList {
  display: flex;
  align-items: center;
}
.ticketPage .graphBox .graphOuter .graphBlock .graphBlockList dt {
  width: 80%;
  box-sizing: border-box;
  margin: 0 auto;
  line-height: 0;
}
.ticketPage .graphBox .graphOuter .graphBlock .graphBlockList dd {
  width: 50%;
}
.ticketPage .graphBox .graphOuter .graphBlock .graphBlockList dd .allTit {
  font-size: 18px;
  margin: 0 0 5px;
}
.ticketPage .graphBox .graphOuter .graphBlock .graphBlockList dd .allNum {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 30px;
}
.ticketPage .graphBox .graphOuter .graphBlock .graphBlockList dd .allNum span {
  font-size: 20px;
  vertical-align: 2px;
}
.ticketPage .graphBox .graphOuter .graphBlock .graphBlockList dd .runningTit {
  font-size: 18px;
  margin: 0 0 5px;
}
.ticketPage .graphBox .graphOuter .graphBlock .graphBlockList dd .runningNum {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 30px;
}
.ticketPage
  .graphBox
  .graphOuter
  .graphBlock
  .graphBlockList
  dd
  .runningNum
  span {
  font-size: 20px;
  vertical-align: 2px;
}
.ticketPage .graphBox .graphOuter .graphBlock .graphBlockList dd .useTit {
  font-size: 18px;
  margin: 0 0 5px;
}
.ticketPage .graphBox .graphOuter .graphBlock .graphBlockList dd .useNum {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 30px;
}
.ticketPage .graphBox .graphOuter .graphBlock .graphBlockList dd .useNum span {
  font-size: 20px;
  vertical-align: 2px;
}

/*===================================================
	pages:trade:tradeListBox
====================================================*/
.ticketPage .tradeListBox {
  padding: 80px 0;
}
.ticketPage .tradeListBox .tit {
  font-size: 34px;
  margin: 0;
}
.ticketPage .tradeListBox .sort {
  text-align: right;
  margin: 0 0 20px 0;
}
.ticketPage .tradeListBox .sort a {
  background: #f5f5f5;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 100px;
  color: #5b5b5b;
}
.ticketPage .tradeListBox .tradeBlockList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ticketPage .tradeListBox .tradeBlockList li {
  width: 31%;
  margin: 0 0 40px;
}
.ticketPage .tradeListBox .tradeBlockList li .thumb {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 10vw;
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin: 0 0 10px;
}
.ticketPage .tradeListBox .tradeBlockList li .name {
  font-size: 16px;
  margin: 0 0 5px;
}
.ticketPage .tradeListBox .tradeBlockList li .event {
  margin: 0 0 5px;
}
.ticketPage .tradeListBox .tradeBlockList li .status {
  display: flex;
}
.ticketPage .tradeListBox .tradeBlockList li .status dd {
  padding: 0 10px;
  font-size: 11px;
  border-radius: 100px;
  margin: 0 10px 0 0;
}
.ticketPage .tradeListBox .tradeBlockList li .status .fc {
  background: #000;
  color: #fff;
}
.ticketPage .tradeListBox .tradeBlockList li .status .now {
  background: #ff7c60;
  color: #fff;
}
.ticketPage .tradeListBox .tradeBlockList li .status .soon {
  background: #fff;
  color: #000;
  border: 1px solid;
}
.ticketPage .tradeListBox .tradeBlockList li .status .end {
  background: #c0c0c0;
  color: #fff;
}

/*===================================================
	pages:trade:bnrBox
====================================================*/
.ticketPage .bnrBox {
  background: #f5f5f5;
}

/*======================================================================================================

	pages:tkt:共通

=======================================================================================================*/
.tktPage {
}

/*===================================================
	pages:tkt:visual
====================================================*/
.tktPage .visual {
  background: url(/static/tixplus/img/ph_pagemain_tkt.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/*===================================================
	pages:tkt:sliderBox
====================================================*/
.tktPage .appName {
  font-size: 18px;
  text-align: center;
  line-height: 1.5em;
  margin: 0 0 20px;
  color: #000;
}
.tktPage .appName span {
  display: block;
  font-size: 16px;
}
.tktPage .downLink {
  display: flex;
  justify-content: center;
}
.tktPage .downLink li:nth-child(odd) {
  padding: 0 5px 0 0;
}
.tktPage .downLink li:nth-child(even) {
  padding: 0 0 0 5px;
}
.tktPage .downLink li a {
  display: block;
}
.tktPage .downLink li a img {
  border-radius: 8px;
}

/*===================================================
	pages:tkt:charaBox
====================================================*/
.tktPage .charaBox .tit {
  font-size: 32px;
  margin: 0 0 60px;
}
.tktPage .charaBox .charaBlockList {
  display: flex;
  justify-content: space-between;
}
.tktPage .charaBox .charaBlockList li {
  width: 31%;
}
.tktPage .charaBox .charaBlockList li .inner {
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}
.tktPage .charaBox .charaBlockList li .inner .thumb {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 10vw;
}
.tktPage .charaBox .charaBlockList li .inner .charaDetailList {
  padding: 20px;
  box-sizing: border-box;
}
.tktPage .charaBox .charaBlockList li .inner .charaDetailList dt {
  font-size: 16px;
  margin: 0 0 15px;
  letter-spacing: 0;
}
.tktPage .charaBox .charaBlockList li .inner .charaDetailList dd {
  text-indent: -14px;
  font-size: 12px;
  line-height: 1.5em;
  margin: 0 0 5px;
  padding: 0 0 0 14px;
}
.tktPage .charaBox .charaBlockList li .inner .charaDetailList dd:last-child {
  margin: 0;
}
.tktPage .charaBox .charaBlockList li .warning {
  padding: 5px 0 0;
  font-size: 10px;
  letter-spacing: 0;
  text-align: right;
}
.tktPage .charaBox .charaBlockList li .warning {
  padding: 5px 0 0;
  font-size: 10px;
  letter-spacing: 0;
  text-align: right;
}

/*===================================================
	pages:tkt:systemBox
====================================================*/
.tktPage .systemBox .apps {
  display: flex;
  justify-content: center;
  margin: 0 0 100px;
}
.tktPage .systemBox .apps li {
  width: 150px;
  height: 150px;
  background: #ddd;
  border-radius: 10px;
  margin: 0 10px;
}
.tktPage .systemBox .functionBlock {
  margin: 0;
}
.tktPage .systemBox .systemDetailList li {
  width: 25%;
}

/*===================================================
	pages:tkt:funcBox
====================================================*/
.tktPage .funcBox .apps {
  display: flex;
  justify-content: center;
  margin: 0 0 160px;
}
.tktPage .funcBox .apps li {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  padding: 0 10px;
}
.tktPage .funcBox .apps li img {
  border-radius: 10px;
}
.tktPage .funcBox .functionBlock {
  margin: 0;
}
.tktPage .funcBox .systemDetailList li {
  width: 25%;
}

/*===================================================
	pages:tkt:caseBox
====================================================*/
.tktPage .caseBox .inBox {
  width: 100%;
}
.tktPage .caseBox .titBlock {
  position: relative;
  background: #f5f5f5;
  z-index: -2;
}
.tktPage .caseBox .titBlock .tit {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 100%);
  font-size: 20px;
}
.tktPage .caseBox .titBlock .titBlockInner {
  position: relative;
  padding: 80px 0;
}
.tktPage .caseBox .titBlock .titBlockInner:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000000;
  background: -webkit-linear-gradient(-45deg, #000000 1%, #235da1 100%);
  background: linear-gradient(-45deg, #000000 1%, #235da1 100%);
  z-index: -1;
}
.tktPage .caseBox .titBlock .titBlockInner .moc {
  display: flex;
  align-items: center;
  width: 680px;
  margin: 0 auto;
}
.tktPage .caseBox .titBlock .titBlockInner .moc li {
  padding: 0 30px;
  width: 30%;
}
.tktPage .caseBox .titBlock .titBlockInner .moc li:nth-child(2) {
  width: 35%;
}
.tktPage .caseBox .titBlock .titBlockInner .caseCat {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  font-size: 42px;
  font-weight: 600;
  color: #fff;
}
.tktPage .caseBox .titBlock .titBlockInner .swiper-container2 {
  width: 680px;
  margin: 0 auto;
  overflow: hidden;
}
.tktPage
  .caseBox
  .titBlock
  .titBlockInner
  .swiper-container-3d
  .swiper-slide-shadow-left {
  background: transparent;
}
.tktPage
  .caseBox
  .titBlock
  .titBlockInner
  .swiper-container-3d
  .swiper-slide-shadow-right {
  background: transparent;
}
.perform {
  width: 1000px;
  margin: 0 auto 0;
  padding: 160px 0;
}
.perform .tit {
  font-size: 34px;
  margin: 0 0 60px;
  line-height: 1.5em;
}
.tktPage .caseBox .performBlockList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
}
.tktPage .caseBox .performBlockList li {
  width: 31%;
  margin: 0 0 20px;
}
.tktPage .caseBox .performBlockList li .thumb {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 12vw;
  border-radius: 10px;
  margin: 0 0 10px;
}
.tktPage .caseBox .performBlockList li .name {
  font-size: 16px;
  margin: 0 0 5px;
}
.tktPage .caseBox .performBlockList li .event {
  margin: 0 0 5px;
  font-size: 12px;
  letter-spacing: 0;
}
.tktPage .caseBox .performBlockList li .event span {
  color: #808080;
  display: block;
  line-height: 1.3em;
}
.tktPage .caseBox .performBlockList li .perce {
  margin: 0 0 5px;
}
.tktPage .caseBox .performBlockList li .date {
  color: #808080;
  font-size: 12px;
}
.tktPage .caseBox .moreBtn a {
  color: #f68057;
  text-align: center;
  display: block;
  border: 1px solid;
  font-size: 18px;
  padding: 10px;
  border-radius: 100px;
  width: 200px;
  margin: 0 auto 80px;
}
.tktPage .caseBox .titBlock.sportsTitBox {
  background: #fff;
}
.tktPage .caseBox .titBlock.sportsTitBox .titBlockInner {
  position: relative;
  padding: 0 0 80px;
}
.tktPage .caseBox .titBlock.sportsTitBox .titBlockInner:after {
  background: #ff5eb6;
  background: -webkit-linear-gradient(-45deg, #ff5eb6 1%, #ff6f26 100%);
  background: linear-gradient(-45deg, #ff5eb6 1%, #ff6f26 100%);
}

/*======================================================================================================

	pages:memocole:共通

=======================================================================================================*/
.memocolePage {
}

/*===================================================
	pages:memocole:visual
====================================================*/
.memocolePage .visual {
  background: url(/static/tixplus/img/ph_pagemain_memocole.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/*===================================================
	pages:memocole:introBox
====================================================*/
.memocolePage .introBox .cap {
  margin: 0;
}
.memocolePage .introBox .serviceLogo {
  margin: 0 auto 10px;
}

/*===================================================
	pages:memocole:charaBox
====================================================*/
.memocolePage .charaBox .tit {
  font-size: 32px;
  margin: 0 0 60px;
}
.memocolePage .charaBox .lead {
  font-size: 20px;
  line-height: 2em;
}
.memocolePage .charaBox .charaBlock {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
.memocolePage .charaBox .charaLeadList {
  width: 48%;
}
.memocolePage .charaBox .charaLeadList dt {
  font-size: 20px;
  line-height: 2em;
  font-weight: 500;
}
.memocolePage .charaBox .charaLeadList dd {
  margin: 0 0 40px;
  font-size: 14px;
}
.memocolePage .charaBox .charaLeadList dd:last-child {
  margin: 0;
}
.memocolePage .charaBox .memocoleFlowBlock .image {
  margin: 0 0 80px;
  line-height: 0;
}
.memocolePage .charaBox .memocoleFlowBlock .txt {
  margin: 0 0 60px;
  text-align: center;
  font-size: 28px;
  color: #f68057;
  font-weight: 500;
}
.memocolePage .charaBox .memocoleFlowBlock .flowImage {
  width: 80%;
  margin: 0 auto;
}

/*===================================================
	pages:memocole:memocoleBox
====================================================*/
.memocolePage .memocoleBox {
  padding: 160px 0;
  background: #fff;
}
.memocolePage .memocoleBox .cap {
  text-align: center;
  font-size: 26px;
  margin: 0 0 20px;
  line-height: 1.3em;
}
.memocolePage .memocoleBox .titImage {
  width: 400px;
  margin: 0 auto 20px;
}
.memocolePage .memocoleBox .txt {
  font-size: 20px;
  line-height: 2em;
  width: 600px;
  margin: 0 auto 60px;
}
.memocolePage .memocoleBox .mocImage {
  width: 400px;
  margin: 0 auto;
}
.memocolePage .memocoleBox .btn a {
  display: block;
  width: 260px;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #f68057;
  border-radius: 100px;
  margin: 0 auto;
  font-size: 16px;
}

/*===================================================
	pages:memocole:performBox
====================================================*/
.memocolePage .performBox {
  background: #f5f5f5;
  padding: 160px 0 160px;
}
.memocolePage .performBox .inBox {
}
.memocolePage .perform {
  padding: 0;
}
.memocolePage .perform .tit {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 40px;
  text-align: center;
}
.memocolePage .perform .performBlockList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.memocolePage .perform .performBlockList li {
  width: 333px;
  margin: 0 0 30px;
  box-sizing: border-box;
}
.memocolePage .perform .performBlockList li:nth-child(3n + 1) {
  padding: 0 20px 0 0;
}
.memocolePage .perform .performBlockList li:nth-child(3n + 2) {
  padding: 0 10px 0;
}
.memocolePage .perform .performBlockList li:nth-child(3n + 3) {
  padding: 0 0 0 20px;
}
.memocolePage .perform .performBlockList li .thumb {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 12vw;
  border-radius: 10px;
  margin: 0 0 10px;
}
.memocolePage .perform .performBlockList li .performDetail {
}
.memocolePage .perform .performBlockList li .name {
  font-size: 16px;
  margin: 0 0 5px;
}
.memocolePage .perform .performBlockList li .event {
  margin: 0 0 5px;
  font-size: 12px;
  letter-spacing: 0;
}
.memocolePage .perform .performBlockList li .perce {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1em;
}
.memocolePage .perform .performBlockList li .date {
  color: #808080;
  font-size: 12px;
  line-height: 1em;
}

/*======================================================================================================

	pages:sports_lp:共通

=======================================================================================================*/
.appSportsPage.lp {
}

/*===================================================
	pages:sports_lp:introBox
====================================================*/
.appSportsPage.lp h2 span {
  padding: 15px 0 0px;
  line-height: 1.5em;
  font-size: 15px;
}
.appSportsPage.lp .introBox {
  padding: 80px 0 0;
  z-index: 1;
}
.appSportsPage.lp .introBox .forTit {
  text-align: center;
  color: #4d4397;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 40px;
}
.appSportsPage.lp .introBox .lead {
  width: 600px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 2em;
  margin: 0 auto 40px;
}
.appSportsPage.lp .introBox .flowTit {
  text-align: center;
  font-size: 26px;
  line-height: 1.3em;
  margin: 0 0 60px;
  color: #4d4397;
}
.appSportsPage.lp .introBox .teamList {
  display: flex;
}
.appSportsPage.lp .introBox .teamList li {
  position: relative;
  padding: 0 10px;
  line-height: 0;
}
.appSportsPage.lp .introBox .teamList li .more {
  position: absolute;
  bottom: -30px;
  left: 0;
  text-align: center;
  display: block;
  width: 100%;
}
.appSportsPage.lp .introBox .teamList li .more a {
  color: #4d4397;
  font-size: 12px;
  font-weight: 600;
}

/*===================================================
	pages:sports_lp:flowBox
====================================================*/
.appSportsPage.lp .flowBox {
  padding: 80px 0;
  background: #f5f5f5;
}

/*======================================================================================================

	pages:artist_lp:共通

=======================================================================================================*/
.appArtistPage.lp {
}

/*===================================================
	pages:artist_lp:introBox
====================================================*/
.appArtistPage.lp h2 span {
  padding: 15px 0 0px;
  line-height: 1.5em;
  font-size: 15px;
}
.appArtistPage.lp .introBox {
  padding: 80px 0;
  z-index: 1;
}
.appArtistPage.lp .introBox .forTit {
  text-align: center;
  color: #e7527d;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 40px;
}
.appArtistPage.lp .introBox .lead {
  width: 600px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 2em;
  margin: 0 auto 0;
}
.appArtistPage.lp .introBox .flowTit {
  text-align: center;
  font-size: 26px;
  line-height: 1.3em;
  margin: 0 0 60px;
  color: #4d4397;
}

/*===================================================
	pages:artist_lp:appNgtBox
====================================================*/
.appArtistPage.lp .appNgtBox {
  padding: 0;
}
.appArtistPage.lp .appNgtBox .inBox {
  width: 100%;
  position: relative;
}
.appArtistPage.lp .appNgtBox .inBox:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44%;
  height: 80%;
  background: #e30606;
  z-index: -1;
}
.appArtistPage.lp .appNgtBox .appDetail {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.appArtistPage.lp .appNgtBox .appDetail dt {
  width: 55%;
  padding: 0 40px 0 0;
}
.appArtistPage.lp .appNgtBox .appDetail dt .mocList {
  display: flex;
}
.appArtistPage.lp .appNgtBox .appDetail dt .mocList li {
  padding: 0 7px;
}
.appArtistPage.lp .appNgtBox .appDetail dt .copy {
  font-size: 11px;
  position: absolute;
  bottom: 40px;
  left: 40%;
  transform: translateX(-100%);
}
.appArtistPage.lp .appNgtBox .appDetail dd {
  width: 45%;
}
.appArtistPage.lp .appNgtBox .appDetail dd .appLogo {
  width: 200px;
  margin: 0 auto 20px;
}
.appArtistPage.lp .appNgtBox .appDetail dd .appLead {
  line-height: 1.6em;
  margin: 0 auto 20px;
  letter-spacing: 0;
}
.appArtistPage.lp .appNgtBox .appDetail dd .more {
  text-align: right;
}
.appArtistPage.lp .appNgtBox .appDetail dd .more a {
  font-size: 12px;
  font-weight: 600;
  color: #e30606;
  display: inline-block;
  margin: 0 0 20px;
}
.appArtistPage.lp .appNgtBox .appDetail dd .qrList {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
  width: 220px;
}
.appArtistPage.lp .appNgtBox .appDetail dd .qrList li {
  padding: 0 10px;
  line-height: 0;
}
.appArtistPage.lp .appNgtBox .appDetail dd .appTit {
  text-align: center;
  margin: 0 0 20px;
  font-size: 16px;
}
.appArtistPage.lp .appNgtBox .appDetail dd .appTit span {
  display: block;
  font-size: 10px;
}
.appArtistPage.lp .appNgtBox .appDetail dd .downLink {
  display: flex;
  justify-content: center;
  width: 240px;
  margin: 0 auto;
}
.appArtistPage.lp .appNgtBox .appDetail dd .downLink li {
}
.appArtistPage.lp .appNgtBox .appDetail dd .downLink li:nth-child(odd) {
  padding: 0 10px 0 0;
}
.appArtistPage.lp .appNgtBox .appDetail dd .downLink li:nth-child(even) {
  padding: 0 0 0 10px;
}

/*===================================================
	pages:artist_lp:flowBox
====================================================*/
.appArtistPage.lp .flowBox {
  padding: 80px 0;
}

/*===================================================
	pages:artist_lp:appNogiBox
====================================================*/
.appArtistPage.lp .appNogiBox {
  padding: 0;
}
.appArtistPage.lp .appNogiBox .inBox {
  width: 100%;
  position: relative;
  margin: 0 0 80px;
}
.appArtistPage.lp .appNogiBox .inBox:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 45%;
  background: url(/static/tixplus/img/bg_app_nogi.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.appArtistPage.lp .appNogiBox .appDetail {
  display: flex;
  flex-direction: row-reverse;
  width: 1000px;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
.appArtistPage.lp .appNogiBox .appDetail dt {
  width: 55%;
  padding: 0 0 0 40px;
  position: relative;
}
.appArtistPage.lp .appNogiBox .appDetail dt .detailInner {
  width: 67%;
  position: absolute;
  bottom: 0;
}
.appArtistPage.lp .appNogiBox .appDetail dt .mocImage {
  width: 320px;
  margin: 0 auto 40px;
}
.appArtistPage.lp .appNogiBox .appDetail dt .qrList {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
  width: 220px;
}
.appArtistPage.lp .appNogiBox .appDetail dt .qrList li {
  padding: 0 10px;
  line-height: 0;
}
.appArtistPage.lp .appNogiBox .appDetail dt .appTit {
  text-align: center;
  margin: 0 0 20px;
  font-size: 16px;
}
.appArtistPage.lp .appNogiBox .appDetail dt .appTit span {
  display: block;
  font-size: 10px;
}
.appArtistPage.lp .appNogiBox .appDetail dt .downLink {
  display: flex;
  justify-content: center;
  width: 240px;
  margin: 0 auto;
}
.appArtistPage.lp .appNogiBox .appDetail dt .downLink li:nth-child(odd) {
  padding: 0 10px 0 0;
}
.appArtistPage.lp .appNogiBox .appDetail dt .downLink li:nth-child(even) {
  padding: 0 0 0 10px;
}
.appArtistPage.lp .appNogiBox .appDetail dd {
  width: 45%;
}
.appArtistPage.lp .appNogiBox .appDetail dd .appLogo {
  width: 200px;
  margin: 0 auto 20px;
}
.appArtistPage.lp .appNogiBox .appDetail dd .appLead {
  line-height: 1.6em;
  margin: 0 auto 20px;
  letter-spacing: 0;
}
.appArtistPage.lp .appNogiBox .appDetail dd .more {
  text-align: right;
}
.appArtistPage.lp .appNogiBox .appDetail dd .more a {
  font-size: 12px;
  font-weight: 600;
  color: #e30606;
  display: inline-block;
  margin: 0 0 20px;
}
.appArtistPage.lp .appNogiBox .appDetail dd .mocDetail {
  margin: 0 0 20px;
}
.appArtistPage.lp .appNogiBox .appDetail dd .copy {
  font-size: 11px;
  padding: 0 0 0 25px;
}
.appArtistPage.lp .appNogiBox .capList {
  width: 1000px;
  margin: 0 auto;
}
.appArtistPage.lp .appNogiBox .capList li {
  text-indent: 0;
  line-height: 1.5em;
}
/*===================================================

	アンケート


====================================================*/
.page--questionnaire .form--post * {
  font-size: 14px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  word-break: break-all;
}
.page--questionnaire .form--post *::before,
.page--questionnaire .form--post *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  word-break: break-all;
}
.page--questionnaire .form--post dt {
  opacity: 0.5;
  margin: 3em 0 1em;
  line-height: 1.5;
}
.page--questionnaire .form--post dd {
  margin: 0 0 1em;
}
.page--questionnaire .block--error {
  color: #f00;
  background: rgba(204, 0, 0, 0.15);
  padding: 10px;
  border-radius: 5px;
}
.page--questionnaire input {
  border: none;
  cursor: pointer;
}

/* placeholder */
.page--questionnaire ::-webkit-input-placeholder {
  color: #888;
}
.page--questionnaire ::-moz-placeholder {
  color: #888;
  opacity: 1;
}
.page--questionnaire :-ms-input-placeholder {
  color: #888;
}
.page--questionnaire :-moz-placeholder {
  color: #888;
}

/* autofill */
.page--questionnaire input:-webkit-autofill,
.page--questionnaire textarea:-webkit-autofill,
.page--questionnaire select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* input */
.page--questionnaire input[type="text"],
.page--questionnaire input[type="tel"],
.page--questionnaire input[type="email"],
.page--questionnaire input[type="password"],
.page--questionnaire input[type="number"],
.page--questionnaire button {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #000;
}

.page--questionnaire input[type="text"]:focus,
.page--questionnaire input[type="tel"]:focus,
.page--questionnaire input[type="email"]:focus,
.page--questionnaire input[type="password"]:focus,
.page--questionnaire input[type="number"]:focus,
.page--questionnaire button:focus {
  border-color: #000;
}

.page--questionnaire input[type="text"].form__error,
.page--questionnaire input[type="tel"].form__error,
.page--questionnaire input[type="email"].form__error,
.page--questionnaire input[type="password"].form__error,
.page--questionnaire input[type="number"].form__error,
.page--questionnaire button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}

.page--questionnaire input[type="text"].form__error:focus,
.page--questionnaire input[type="tel"].form__error:focus,
.page--questionnaire input[type="email"].form__error:focus,
.page--questionnaire input[type="password"].form__error:focus,
.page--questionnaire input[type="number"].form__error:focus,
.page--questionnaire button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}

.page--questionnaire input[type="text"][disabled],
.page--questionnaire input[type="tel"][disabled],
.page--questionnaire input[type="email"][disabled],
.page--questionnaire input[type="password"][disabled],
.page--questionnaire input[type="number"][disabled],
.page--questionnaire button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

.page--questionnaire input[readonly="readonly"] {
  border: none;
  background: #e5e5e5;
  color: #a7a7a7;
  padding: 1em 0.5em;
}

.page--questionnaire .input--half {
  width: 50% !important;
}
.page--questionnaire .input--quarter {
  width: 25% !important;
}
.page--questionnaire button {
  border: none;
  line-height: 1;
}

/* textarea */
.page--questionnaire textarea {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  padding: 1em;
  height: 10em;
}
.page--questionnaire textarea:focus {
  border-color: #000;
}
.page--questionnaire textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.page--questionnaire textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.page--questionnaire textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

.page--questionnaire .section--detail form .icon--required::before {
  content: "必須";
  color: #e63a37;
  font-size: 0.9em;
  font-weight: 500;
  vertical-align: top;
  padding-left: 10px;
}
/* select */
.page--questionnaire .form__select {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.page--questionnaire .form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  line-height: 1.9;
  padding-right: 1.5em;
}
.page--questionnaire .form__select select:focus {
  border-color: #000;
}
.page--questionnaire .form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.page--questionnaire .form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.page--questionnaire .form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.page--questionnaire .form__select::after {
  content: "";
  display: inline-block;
  width: 0.25em;
  height: 0.25em;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
}

.page--questionnaire .form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -0.25em;
}
.page--questionnaire .section--detail form .icon--required::before {
  content: "必須";
  color: #e63a37;
  font-size: 0.9em;
  font-weight: 500;
  vertical-align: top;
  padding-left: 10px;
}
/* checkbox */
.page--questionnaire .form__checkbox label p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.page--questionnaire .form__checkbox input[type="checkbox"],
.form__checkbox input[type="radio"] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.page--questionnaire .form__checkbox.form__error {
  color: #f33;
}
.page--questionnaire .form__checkbox label p {
  padding-left: 1.6em;
}
.page--questionnaire .form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #000;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.page--questionnaire .form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.page--questionnaire .form__checkbox :checked ~ p::before {
  /*	background: $primary-color; border-color: $primary-color;*/
}
.page--questionnaire .form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.page--questionnaire .form__radio label p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.page--questionnaire .form__radio input[type="checkbox"],
.page--questionnaire .form__radio input[type="radio"] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.page--questionnaire .form__radio.form__error {
  color: #f33;
}
.page--questionnaire .form__radio label p {
  padding-left: 1.6em;
}
.page--questionnaire .form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #000;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.page--questionnaire .form__radio :checked ~ p::before {
  border-color: #000;
  border-width: 0.3em;
}

/* toggle button */
.page--questionnaire .form__toggle label p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}

.page--questionnaire .form__toggle input[type="checkbox"],
.page--questionnaire .form__toggle input[type="radio"] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.page--questionnaire .form__toggle.form__error {
  color: #f33;
}
.page--questionnaire .form__toggle label p {
  padding-left: 0;
  position: relative;
}
.page--questionnaire .form__toggle label p::before,
.page--questionnaire .form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #000;
}
.page--questionnaire .form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.page--questionnaire .form__toggle label p::after {
  width: 30px;
  background: #000;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.page--questionnaire .form__toggle :checked ~ p::before {
  background: #000;
  border-color: #000;
}
.page--questionnaire .form__toggle :checked ~ p::after {
  right: 0;
}

/* horizontal */
.page--questionnaire .form--horizontal li {
  display: inline-block;
}
.page--questionnaire .form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}
.page--questionnaire .form--confirm {
  border: 0.5px solid #d9dde0;
  border-radius: 6px;
  padding: 40px 30px;
  margin: 0 0 40px;
}
.page--questionnaire .form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}
.page--questionnaire .form--confirm dd {
  margin: 0 0 30px;
  line-height: 1.5;
}
.page--questionnaire .form--confirm dd .ph {
  max-width: 50%;
}
.page--questionnaire .content-main > section .section-tit {
  color: #000;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}
.page--questionnaire .form--post {
  margin-bottom: 60px;
}
.page--questionnaire .form--confirm {
  border-color: #000;
  margin-top: 40px;
}
.page--questionnaire .form--confirm dt {
  opacity: 0.7;
}
.page--questionnaire .form--confirm dd {
  line-height: 1.5;
  border-bottom: 1px solid #999999;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.page--questionnaire .form--confirm dd:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/*===================================================
	header footer
====================================================*/

.page--questionnaire .header,
.page--questionnaire .header.down {
  display: none !important;
}
.page--questionnaire footer {
  background: none;
}
.page--questionnaire footer .credit {
  text-align: center;
  color: #888;
}
.page--questionnaire section {
  width: 100%;
  max-width: 800px;
  padding: 80px 5%;
  margin: 0 auto;
}

/*===================================================
	btn
====================================================*/
.page--questionnaire .section-tit {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 2em;
  line-height: 1.5;
}
.page--questionnaire .btn {
  margin-top: 1.5em;
}
.page--questionnaire input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
}
.page--questionnaire .btn .btn--main {
  position: relative;
  display: block;
  text-align: center;
  width: 270px;
  padding: 20px 15px;
  border-radius: 100px;
  margin: 0 auto;
  font-size: 15px;
  color: #fff;
  background: #f68057;
  z-index: 0;
  line-height: 1;
  box-sizing: border-box;
  transition: 0.3s;
}
.page--questionnaire .btn .btn--main:hover {
  background: #000;
}
.page--questionnaire .btn .btn--sub {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid;
  width: 270px;
  font-size: 15px;
  padding: 20px 15px;
  border-radius: 100px;
  margin: 0 auto;
  color: #f68057;
  z-index: 0;
  line-height: 1;
  box-sizing: border-box;
  transition: 0.3s;
}
.page--questionnaire .btn .btn--sub:hover {
  background: #f68057;
  color: #fff;
}

/*===================================================

	お問い合わせ


====================================================*/

/*===================================================
	formBox
====================================================*/
.formBox {
  color: #333;
  z-index: 1;
  margin: 0 0 80px;
}
.formBox .inBox {
}

.formBox .inBox h2 {
  display: block;
  font-weight: 500;
  color: #333;
  text-align: center;
  font-size: 30px;
  margin: 0 0 15px;
  padding: 40px 0 10px;
}
.formBox .inBox .lead {
  text-align: center;
  padding: 0 0 30px;
}
.formBox .inBox .lead.red {
  text-align: left;
}

.formBox .formArea {
  border-top: 1px solid #ececec;
  padding: 15px 0 0;
}
.formBox .formList {
  display: flex;
  border-bottom: 1px solid #ececec;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.formBox .formList dt {
  width: 25%;
  padding: 5px;
}
.formBox .formList dt.required::after {
  content: "必須";
  display: inline-block;
  background: #ce0000;
  color: #fff;
  font-size: 11px;
  left: 0.5em;
  text-align: center;
  line-height: 1;
  padding: 3px 7px;
  border-radius: 3px;
  vertical-align: 1px;
  margin-left: 6px;
}
.formBox .formList dd {
  width: 75%;
}
.formBox .formList dd .txtBox {
  width: 100%;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 1px solid #e1e1e1;
  padding: 10px 20px 10px 10px;
  font-size: 16px;
  -webkit-appearance: none;
}
.formBox .formName select:after {
  position: absolute;
  content: "\f0d7";
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.formBox .formList dd .txtBox.center {
  text-align: center;
}
.formBox .formList dd .selectOut {
  position: relative;
  width: 60%;
}
.formBox .formList dd .selectOut:after {
  position: absolute;
  content: "\f0d7";
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.formBox .formList dd .selectOut.no:after {
  content: "";
}
.formBox .formList dd .selectLong {
  width: 100%;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 1px solid #e1e1e1;
  padding: 10px 30px 10px 10px;
  font-size: 16px;
  -webkit-appearance: none;
  text-overflow: ellipsis;
}

.formBox .formList dd textarea {
  width: 100%;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 1px solid #e1e1e1;
  padding: 10px;
  font-size: 16px;
  -webkit-appearance: none;
  height: 20em;
}

.formBox .inline {
  display: flex;
}

.formBox .btn {
  -webkit-appearance: none;
  text-align: center;
  display: block;
  width: 270px;
  padding: 20px;
  margin: 30px auto 0;
  background: #fff;
  color: #333;
  font-size: 14px;
  border-radius: 100px;
  transition: 0.3s ease;
  line-height: 1em;
  cursor: pointer;
  border: 1px solid #333;
}

.formBox .btn:hover {
  background: #333;
  color: #fff;
}

.formBox .btn.sub {
  color: #a2a2a2;
  border: 1px solid #a2a2a2;
}

.formBox .btn.sub:hover {
  background: #a2a2a2;
  color: #fff;
}

.formBox.formCompBox {
}
.formBox.formCompBox .lead {
  text-align: center;
  font-size: 17px;
  padding: 10vh 0px 10vh;
  line-height: 2em;
}

/*===================================================

	エラー


====================================================*/

.page--error .section--detail .txt {
  padding: 0 20%;
  font-size: 16px;
  margin: 0 0 60px;
}

/*===================================================

	プライバシーポリシー

====================================================*/
.privacyBox {
  background: #f5f5f5;
  padding: 160px 0 60px;
}
.privacyBox .inBox {
  width: 800px;
}
.privacyBox .section .sectionTit,
.privacyBox .section .sectionTit {
  color: #888;
  font-size: 26px;
  margin: 0 0 40px;
}
.privacyBox .areaTit {
  margin: 30px 0 0;
}
.privacyBox .txt {
  margin: 0 0 20px;
}
.privacyBox .info {
  margin: 0 0 60px;
  text-align: right;
  font-size: 12px;
}
.privacyBox dl {
  margin: 0 0 60px;
  padding: 0 !important;
}
.privacyBox dt {
  font-size: 16px !important;
  line-height: 1.7 !important;
  margin: 0 0 10px;
  padding: 0 !important;
}
.privacyBox dd {
  margin: 0 0 30px;
  padding: 0 !important;
}
.privacyBox ol {
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}
.privacyBox ol li {
  list-style-type: decimal;
  margin: 0 0 5px;
}
.privacyBox ol ol li {
  list-style-type: upper-roman;
}

.privacyBox a {
  color: #ff7c60;
  text-decoration: underline;
}

/*===================================================

	反社会的勢力排除宣言

====================================================*/

.declarationBox {
   background: #F5F5F5;
   padding: 260px 0 360px;
}
.declarationBox .inBox {
  width: 800px;
}
.declarationBox .sectionTit {
  color: #888;
  font-size: 26px;
  margin: 0 0 40px;
}
.declarationBox .txt {
  margin: 0 0 20px;
}
.declarationBox .info {
  text-align: right;
  font-size: 12px;
}
.declarationBox ol {
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}
.declarationBox ol li {
  list-style-type: decimal;
  margin: 0 0 5px;
}

/*===================================================


	リニューアル:202209


====================================================*/

h1 .corpLogo {
  padding: 0 0 0 30px;
}
h1 .homeLogo {
  transition: 0.3s ease;
  display: none;
}
.pageHome h1 .corpLogo {
  display: none;
  opacity: 0;
}
.pageHome h1 .corpLogo,
.pageHome h1 .homeLogo {
  display: block;
}
.pageHome h1 .corpLogo {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.pageHome h1 .homeLogo {
  position: absolute;
  top: 50%;
  left: 0;
  width: 200%;
  transform: translateY(-50%);
  transition: 0.3s ease 0.6s;
}
@media screen and (max-width: 1300px) {
  .pageHome h1 .homeLogo {
    width: 130%;
  }
}
.pageHome .scHide h1 .corpLogo {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s ease 0.3s;
}
.pageHome .scHide h1 .homeLogo {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}

.pageHome .header:after {
  width: 0;
  transition: 0.5s cubic-bezier(0.75, 0.29, 0.34, 0.96) 0.3s;
  opacity: 0;
}
.pageHome .header.scHide:after {
  width: calc(100% - 155px);
  opacity: 1;
}
.pageHome .header.scHide.downScroll {
  transform: translate(-50%, -200%);
}
.pageHome .header.upScroll {
}
.home .visual {
  height: 70vh;
  min-height: 600px;
}
.home .visualMov {
  position: fixed;
  height: 100vh;
  min-height: 1000px;
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: -1;
}
.home .visual .visualFrag {
  width: 1024px;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 100% 0 0);
  transition: 1.7s cubic-bezier(0.56, 0.16, 0.18, 1);
}
.loaded .home .visual .visualFrag {
  clip-path: inset(0 0 0 0);
}
.home .visual .visualTxt {
  padding: 300px 0 50px;
  width: 52%;
  margin: 0 0 0 auto;
  color: #242834;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 1;
}
.home .visual .visualTxt .visualTit {
  line-height: 0;
  width: 260px;
  margin: 0 0 40px;
  transform: translateX(-600px);
  opacity: 0;
  transition: 1.5s cubic-bezier(0.56, 0.16, 0.18, 1) 0.5s;
}
.loaded .home .visual .visualTxt .visualTit {
  transform: translateX(0);
  opacity: 1;
}
.home .visual .visualTxt .mainCatch {
  font-size: 47px;
  line-height: 1.5em;
  font-weight: 500;
  text-indent: -24px;
  margin: 0 0 20px;
  clip-path: inset(0 100% 0 0);
  transition: 1.7s cubic-bezier(0.56, 0.16, 0.18, 1) 2s;
}
.loaded .home .visual .visualTxt .mainCatch {
  clip-path: inset(0 0 0 0);
}
.home .visual .visualTxt .mainLead {
  font-size: 19px;
  line-height: 1.5em;
  margin: 0 0 30px;
  clip-path: inset(0 100% 0 0);
  transition: 1.7s cubic-bezier(0.56, 0.16, 0.18, 1) 2s;
}
.loaded .home .visual .visualTxt .mainLead {
  clip-path: inset(0 0 0 0);
}
.home .visual .visualTxt .btn {
  transition: 1.7s cubic-bezier(0.56, 0.16, 0.18, 1) 2s;
  opacity: 0;
}
.loaded .home .visual .visualTxt .btn {
  opacity: 1;
}
.home .visual .visualTxt .btn a {
  position: relative;
  display: block;
  text-align: center;
  width: 160px;
  font-size: 16px;
  padding: 10px;
  border-radius: 100px;
  margin: 0;
  color: #fff;
  background: #f68057;
  overflow: hidden;
  z-index: 0;
  transform: rotateZ(0.03deg);
}
.home .visual .visualTxt .btn a:hover {
  color: #f68057;
}
.home .visual .visualTxt .btn a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #fff;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.home .visual .visualTxt .btn a:hover span {
  width: 225%;
  height: 562.5px;
}
.home .newsBox {
  position: relative;
  background: transparent;
}
.home .newsBox:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 160px);
  background: #ff786f;
}
.home .newsBox .inBox {
  display: flex;
  width: 100%;
  align-items: center;
}
.home .newsBox .inBox .columnLeft {
  padding: 0px 5vw 0 7vw;
  min-width: 300px;
  width: 25%;
}
.home .newsBox .inBox .columnLeft .newsTit {
  width: 260px;
  line-height: 0;
  margin: 40px 0 40px;
}
.home .newsBox .inBox .columnLeft .btn {
  transition: 1.7s cubic-bezier(0.56, 0.16, 0.18, 1) 0.5s;
}
.home .newsBox .inBox .columnRight {
  width: 75%;
}
.home .newsBox .inBox .columnRight .newsImage {
  line-height: 0;

  overflow: hidden;
  margin: 0 0 25px;
}
.home .newsBox .inBox .columnRight .catList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
}
.home .newsBox .inBox .columnRight .catList dt {
  background: #333;
  color: #fff;
  line-height: 1em;
  border-radius: 100px;
  padding: 10px 15px 8px;
  font-size: 10px;
}
.home .newsBox .inBox .columnRight .catList dd {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.home .newsBox .inBox .columnRight .slideBox a {
  color: #fff;
}
.home .newsBox .inBox .columnRight .slideBox a img {
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
  transition: 0.5s ease;
  border-radius: 20px;
}
.home .newsBox .inBox .columnRight .slideBox a:hover img {
  transform: scale(0.9);
  border-radius: 20px;
}
.home .newsBox .inBox .columnRight .slideBox a .newsTxt {
  transition: 0.5s ease;
}
.home .newsBox .inBox .columnRight .slideBox a:hover .newsTxt {
  opacity: 0.7;
}
.home .servicesBox .serviceBlockList li .logo-add {
  height: 63px;
  margin-top: 10px;
}

.home .visualBox .mainTit {
  padding-bottom: 0;
}

.home .visualBox {
  margin-top: 0;
  padding-top: 112px;
}

@media (min-width: 1001px) {
  .home .visualBox {
    height: 93vh;
  }
}

@media (min-width: 1001px) {
  .home .bgflag {
    width: 551px;
    top: -10px;
  }
}

.home .add:hover {
  background-color: #000000;
  background-image: url("../../tixplus/img/re/fansapp-bg.png");
  color: #fff;
}

.home .logo-add {
  height: 63px;
}

.home #topics-slider .topics {
  background: #f47e56;
  color: #fff;
  padding-bottom: 90px;
  font-size: 15px;
}

@media (min-width: 1001px) {
  .home #topics-slider .topics {
    position: relative;
  }
}

@media (min-width: 1001px) {
  .home #topics-slider .topics-inner {
    padding-left: 68px;
  }
}

.home #topics-slider .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 55%;
  cursor: pointer;
}

.home #topics-slider .buttons:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.home #topics-slider .preves {
  position: relative;
  width: 40px;
  height: 40px;
}

.home #topics-slider .preves:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.home #topics-slider .prev-btn {
  content: "";
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 11px;
  left: 14px;
}

.home #topics-slider .prev-btn-hover {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  left: 0;
  top: 0;
  background: transparent;
  border: 3px solid #fff;
  border-radius: 50px;
}

.home #topics-slider .nexts {
  margin-left: 25px;
  width: 40px;
  height: 40px;
  position: relative;
}

.home #topics-slider .nexts:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.home #topics-slider .next-btn {
  content: "";
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 11px;
  right: 14px;
}

.home #topics-slider .next-btn-hover {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  right: 0;
  top: 0;
  background: transparent;
  border: 3px solid #fff;
  border-radius: 50px;
}

.home #topics-slider .topics-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1001px) {
  .home #topics-slider .topics-text-box {
    margin-top: 92px;
    margin-right: 60px;
  }
}

.home #topics-slider .slide-content-text {
  font-weight: bold;
  line-height: 1.6;
}

.home #topics-slider .topics-more-btn {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.home #topics-slider .btn a {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid;
  padding: 15px;
  border-radius: 100px;
  margin: 0 auto;
  color: #f68057;
  overflow: hidden;
  background: #fff;
  z-index: 0;
}

@media (min-width: 1001px) {
  .home #topics-slider .btn a {
    width: 270px;
  }
}
.home #topics-slider .btn a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #f68057;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.home #topics-slider .btn a:hover {
  color: #fff;
}

.home #topics-slider .btn a:hover span {
  width: 225%;
  height: 562.5px;
}

.home #topics-slider .slide-content-img img {
  border-radius: 10px;
}

.home #topics-slider .swiper-slide:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.home #topics-slider .slide-content-date {
  color: #fff;
  padding-top: 11px;
  padding-left: 15px;
}

.home #topics-slider .slide-content-text {
  color: #fff;
  padding-left: 15px;
  letter-spacing: 0.02em;
}

.home #topics-slider .swiper-container {
  margin-top: -53px;
  margin-left: auto;
  width: 100%;
  height: auto;
}

.home .artistSlide {
}
.home .artistSlide .inBox {
  width: 100%;
  background: #fafafa;
}
.home .artistSlide {
}
.home .artistSlide .artist-wrapper {
  display: flex;
  animation: artistSlidemove 30s linear infinite;
}

@keyframes artistSlidemove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1896px);
  }
}

.home .artistSlide .artist-slide {
  width: auto !important;
  height: 240px;
}
.home .artistSlide .artist-slide .artistPhoto {
  line-height: 0;
  width: auto;
  height: 240px;
}
.home .artistSlide .artist-slide .artistPhoto img {
  height: 240px;
  width: auto;
}

.home .businessBox {
  position: relative;
  background: #fafafa;
}
.home .businessBox .inBox {
  width: 100%;
}
.home .businessBox .btn a {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid;
  width: 160px;
  min-width: calc(160 / 1920 * 100vw);
  font-size: max(calc(14 / 1920 * 100vw), 14px);
  padding: 10px;
  border-radius: 100px;
  margin: 0;
  color: #f68057;
  overflow: hidden;
  background: transparent;
  z-index: 0;
  box-sizing: border-box;
}
.home .businessBox .btn a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #f68057;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.home .businessBox .btn a:hover {
  color: #fff;
}
.home .businessBox .btn a:hover span {
  width: 225%;
  height: 562.5px;
}

.home .sportsDxBox {
  background-color: #fafafa;
  background-image: url(/static/tixplus/img/bg_sportsdx.png),
    url(/static/tixplus/img/bg_idol.png);
  background-size: 60%, 35%;
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
}
.home .sportsDxBox .inBox {
  width: 100%;
  max-width: 1200px;
  padding: 180px 0 200px;
}
.home .sportsDxBox .sportsDxColumn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 0 0 auto;
}
.home .sportsDxBox .sportsDxColumn .logoSportsdx {
  width: 25%;
  text-align: right;
  transform: translateX(30%);
  opacity: 0;
  transition: 1.7s cubic-bezier(0.56, 0.16, 0.18, 1) 1s;
  position: absolute;
  left: -4%;
  top: 40%;
}
.home .sportsDxBox.view .sportsDxColumn .logoSportsdx {
  transform: translateX(0);
  opacity: 1;
  line-height: 0;
}
.home .sportsDxBox .sportsDxColumn .logoSportsdx img {
  max-width: 330px;
}
.home .sportsDxBox .sportsDxColumn .logoSportsdx img.card {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%) scale(-1, 1);
  width: 20%;
  opacity: 0;
}
.home .sportsDxBox.view .sportsDxColumn .logoSportsdx img.card {
  animation: cardAnim3 1s cubic-bezier(1, 0.19, 0.45, 1.01) 1s forwards;
}
@keyframes cardAnim3 {
  0% {
    left: 20%;
    transform: translate(-50%, -50%) scale(-1, 1);
    width: 20%;
    opacity: 0;
  }
  50% {
    left: 100%;
    transform: translate(-50%, -50%) scale(0, 1);
    width: 70%;
    opacity: 1;
  }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) scale(1, 1);
    width: 100%;
    opacity: 1;
  }
}
.home .sportsDxBox .sportsDxColumn .pointFlowBox {
  width: 35%;
  padding: inherit;
  margin: 0 60px 0 300px;
  box-sizing: border-box;
  position: relative;
}
.home .sportsDxBox .sportsDxColumn .pointFlow {
  line-height: 0;
}
.home .sportsDxBox .sportsDxColumn .pointFlowIcon {
  position: absolute;
  width: 100px;
  line-height: 0;
  transition: 1s ease 0.5s;
  opacity: 0;
}
.home .sportsDxBox.view .sportsDxColumn .pointFlowIcon {
  opacity: 1;
}

.home .sportsDxBox .sportsDxColumn .pointFlowIcon.pfi1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .sportsDxBox.view .sportsDxColumn .pointFlowIcon.pfi1 {
  top: 0;
  transform: translate(-50%, 0);
}
.home .sportsDxBox .sportsDxColumn .pointFlowIcon.pfi2 {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.home .sportsDxBox.view .sportsDxColumn .pointFlowIcon.pfi2 {
  top: 22%;
  right: 22%;
  transform: translate(50%, -50%);
}
.home .sportsDxBox .sportsDxColumn .pointFlowIcon.pfi3 {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.home .sportsDxBox.view .sportsDxColumn .pointFlowIcon.pfi3 {
  right: 0;
  transform: translate(0, -50%);
}
.home .sportsDxBox .sportsDxColumn .pointFlowIcon.pfi4 {
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}
.home .sportsDxBox.view .sportsDxColumn .pointFlowIcon.pfi4 {
  bottom: 22%;
  right: 22%;
  transform: translate(50%, 50%);
}
.home .sportsDxBox .sportsDxColumn .pointFlowIcon.pfi5 {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.home .sportsDxBox.view .sportsDxColumn .pointFlowIcon.pfi5 {
  bottom: 0;
  transform: translate(-50%, 0);
}
.home .sportsDxBox .sportsDxColumn .pointFlowIcon.pfi6 {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.home .sportsDxBox.view .sportsDxColumn .pointFlowIcon.pfi6 {
  bottom: 22%;
  left: 22%;
  transform: translate(-50%, 50%);
}
.home .sportsDxBox .sportsDxColumn .pointFlowIcon.pfi7 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .sportsDxBox.view .sportsDxColumn .pointFlowIcon.pfi7 {
  left: 0;
  transform: translate(0, -50%);
}
.home .sportsDxBox .sportsDxColumn .pointFlowIcon.pfi8 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .sportsDxBox.view .sportsDxColumn .pointFlowIcon.pfi8 {
  top: 22%;
  left: 22%;
  transform: translate(-50%, -50%);
}
.home .sportsDxBox .sportsDxColumn .columnTxt {
  width: 35%;
}
.home .sportsDxBox .sportsDxColumn .columnTxt .columnTit {
  line-height: 1.4em;
  font-size: 31px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: max(calc(31 / 1920 * 100vw), 31px);
}
.home .sportsDxBox .sportsDxColumn .columnTxt .columnLead {
  font-size: 15px;
  margin-bottom: 25px;
  font-size: max(calc(15 / 1920 * 100vw), 15px);
  line-height: 1.6em;
}
.home .sportsDxBox .sportsDxColumn .columnTxt .btnBox {
  display: flex;
}
.home .sportsDxBox .sportsDxColumn .columnTxt .btn {
  margin: 0 20px 0 0;
}

.home .sportsDxBox .sportsDxColumn .columnTxt .btn a {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid;
  width: 160px;
  padding: 10px;
  border-radius: 100px;
  margin: 0;
  color: #f68057;
  overflow: hidden;
  background: #fff;
  z-index: 0;
  box-sizing: border-box;
  min-width: calc(160 / 1920 * 100vw);
  font-size: max(calc(14 / 1920 * 100vw), 14px);
}
.home .sportsDxBox .sportsDxColumn .columnTxt .btn a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #f68057;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.home .sportsDxBox .sportsDxColumn .columnTxt .btn a:hover {
  color: #fff;
}
.home .sportsDxBox .sportsDxColumn .columnTxt .btn a:hover span {
  width: 225%;
  height: 562.5px;
}
.home .sportsDxBox .sportsDxColumn .columnTxt .logoIdol {
  position: absolute;
  right: -150px;
  bottom: 50px;
  width: 280px;
  z-index: -1;
  transform: translateX(-30%);
  opacity: 0;
  transition: 1.7s cubic-bezier(0.56, 0.16, 0.18, 1) 1s;
}

.home .sportsDxBox.view .sportsDxColumn .columnTxt .logoIdol {
  transform: translateX(0);
  opacity: 1;
  line-height: 0;
}
.home .sportsDxBox.view .sportsDxColumn .columnTxt .logoIdol img {
  max-width: 330px;
}
.home .sportsDxBox.view .sportsDxColumn .columnTxt .logoIdol img.card {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%) scale(-1, 1);
  width: 20%;
  opacity: 0;
}
.home .sportsDxBox.view .sportsDxColumn .columnTxt .logoIdol img.card {
  animation: cardAnim4 1s cubic-bezier(1, 0.19, 0.45, 1.01) 1s forwards;
}
@keyframes cardAnim4 {
  0% {
    left: 20%;
    transform: translate(-50%, -50%) scale(-1, 1);
    width: 20%;
    opacity: 0;
  }
  50% {
    left: 0;
    transform: translate(-50%, -50%) scale(0, 1);
    width: 70%;
    opacity: 1;
  }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) scale(1, 1);
    width: 100%;
    opacity: 1;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .home .sportsDxBox .sportsDxColumn {
    margin: 0 auto 0;
  }
  .home .sportsDxBox .sportsDxColumn .logoSportsdx {
    width: 25%;
    left: 20px;
    top: auto;
    bottom: 5%;
  }
  .home .sportsDxBox .sportsDxColumn .columnTxt .logoIdol {
    right: 20px;
    bottom: 5%;
    width: 24%;
  }
}

.home .businessBox .businessTitBox {
  padding: 120px 8vw 0;
  margin-bottom: 120px;
}
.home .businessBox .businessTitBox .businessTit {
  width: 355px;
  line-height: 0;
  margin: 0 0 40px;
}
.home .businessBox .businessTitBox .businessMainlead {
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
}

.home .businessBox .eticketColumn {
  display: flex;
  align-items: center;
  margin: 0 0 220px auto;
  padding-left: 7%;
}
.home .businessBox .eticketColumn .columnTxt {
  width: 43%;
  padding: 0 7% 0;
  box-sizing: border-box;
}
.home .businessBox .eticketColumn .columnTxt .columnInner {
  max-width: 480px;
  margin: 0 auto;
  box-sizing: border-box;
}
.home .businessBox .eticketColumn .columnTxt .columnTit {
  line-height: 1.5em;
  font-size: 31px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: max(calc(31 / 1920 * 100vw), 31px);
}
.home .businessBox .eticketColumn .columnTxt .columnLead {
  font-size: 15px;
  margin-bottom: 20px;
  font-size: max(calc(15 / 1920 * 100vw), 15px);
  line-height: 1.6em;
}
.home .businessBox .eticketColumn .columnTxt .serviceLogo {
  margin: 0 0 30px;
}
.home .businessBox .eticketColumn .columnTxt .serviceLogo li {
  line-height: 0;
  margin: 0 0 20px;
}
.home .businessBox .eticketColumn .columnTxt .serviceLogo li:nth-child(1) {
  width: 170px;
}
.home .businessBox .eticketColumn .columnTxt .serviceLogo li:nth-child(2) {
  width: 280px;
}
.home .businessBox .eticketColumn .columnTxt .serviceLogo li:nth-child(3) {
  width: 170px;
}
.home .businessBox .eticketColumn .columnTxt .serviceLogo li:nth-child(4) {
  width: 235px;
  margin: 0;
}
.home .businessBox .eticketColumn .columnImage {
  width: 57%;
  position: relative;
}
.home .businessBox .eticketColumn .columnImage .serviceBg {
  line-height: 0;
  opacity: 0.7;
}
.home .businessBox .eticketColumn .columnImage .serviceBg img {
  height: 100%;
  min-height: 525px;
  max-height: 560px;
  object-fit: cover;
  object-position: 0 50%;
}
.home .businessBox .eticketColumn .columnImage .faceImage {
  line-height: 0;
  width: 25%;
  max-width: 200px;
  position: absolute;
  top: 50%;
  left: 52%;
  transition: 1.5s ease 0.7s;
  transform: translate(-60%, -60%) scale(0);
}
.home .businessBox .eticketColumn .columnImage.view .faceImage {
  transform: translate(-60%, -60%) scale(1);
}
.home .businessBox .eticketColumn .columnImage .userImage {
  position: absolute;
  line-height: 0;
  bottom: -5%;
  left: -7%;
  width: 83%;
  max-width: 800px;
  transition: 1.5s ease 0.3s;
  opacity: 0;
  transform: translateX(-30%);
}
.home .businessBox .eticketColumn .columnImage.view .userImage {
  opacity: 1;
  transform: translateX(0);
}
.home .businessBox .liveColumn {
  display: flex;
  align-items: center;
  margin: 0 auto 220px 0;
  padding-right: 7%;
}
.home .businessBox .liveColumn .columnTxt {
  width: 43%;
  padding: 0 7% 0;
  box-sizing: border-box;
}
.home .businessBox .liveColumn .columnTxt .columnInner {
  max-width: 480px;
  margin: 0 auto;
  box-sizing: border-box;
}
.home .businessBox .liveColumn .columnTxt .columnTit {
  line-height: 1.5em;
  font-size: 31px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: max(calc(31 / 1920 * 100vw), 31px);
}
.home .businessBox .liveColumn .columnTxt .columnLead {
  font-size: 15px;
  margin-bottom: 20px;
  font-size: max(calc(15 / 1920 * 100vw), 15px);
  line-height: 1.6em;
}
.home .businessBox .liveColumn .columnTxt .serviceLogo {
  display: flex;
  margin: 0 0 20px;
}
.home .businessBox .liveColumn .columnTxt .serviceLogo li {
  margin: 0 15px 0 0;
  width: 110px;
  min-width: calc(110 / 1920 * 100vw);
}
.home .businessBox .liveColumn .columnImage {
  width: 57%;
  position: relative;
}
.home .businessBox .liveColumn .columnImage .serviceBg {
  line-height: 0;
  opacity: 0.8;
  display: flex;
  justify-content: end;
}
.home .businessBox .liveColumn .columnImage .serviceBg img {
  height: 100%;
  min-height: 525px;
  max-height: 560px;
  object-fit: cover;
  object-position: 100% 50%;
}
.home .businessBox .liveColumn .columnImage .devicePhone {
  position: absolute;
  line-height: 0;
  width: 17%;
  max-width: 158px;
  min-width: 120px;
  right: 14%;
  top: 0;
  transition: 1.5s ease 0.1s;
  transform: translateY(-100%);
  opacity: 0;
}
.home .businessBox .liveColumn .columnImage.view .devicePhone {
  transform: translateY(-50%);
  opacity: 1;
}
.home .businessBox .liveColumn .columnImage .devicePC {
  position: absolute;
  right: 48%;
  bottom: -6%;
  width: 52%;
  max-width: 503px;
  line-height: 0;
}
.home .businessBox .liveColumn .columnImage .liveImage {
  position: absolute;
  right: 36%;
  bottom: -15%;
  line-height: 0;
  width: 33%;
  max-width: 320px;
  transition: 1.5s ease 0.5s;
  transform: translateX(1000px);
  opacity: 0;
}
.home .businessBox .liveColumn .columnImage.view .liveImage {
  transform: translateX(0);
  opacity: 1;
}
.home .businessBox .liveColumn .columnImage .vrImage {
  position: absolute;
  line-height: 0;
  width: 22%;
  max-width: 210px;
  right: 10%;
  bottom: -12%;
}
.home .businessBox .entameColumn {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  padding-left: 7%;
  padding-bottom: 60px;
}
.home .businessBox .entameColumn .columnTxt {
  width: 43%;
  padding: 0 7% 0;
  box-sizing: border-box;
}
.home .businessBox .entameColumn .columnTxt .columnInner {
  max-width: 480px;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
.home .businessBox .entameColumn .columnTxt .columnInner:last-child {
  margin: 0 auto 0;
}
.home .businessBox .entameColumn .columnTxt .columnInner .columnTit {
  line-height: 1.4em;
  font-size: 31px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: max(calc(31 / 1920 * 100vw), 31px);
}
.home .businessBox .entameColumn .columnTxt .columnInner .columnLead {
  font-size: 15px;
  margin-bottom: 20px;
  font-size: max(calc(15 / 1920 * 100vw), 15px);
  line-height: 1.6em;
}
.home
  .businessBox
  .entameColumn
  .columnTxt
  .columnInner:first-child
  .columnLead {
  margin-bottom: 5px;
}
.home .businessBox .entameColumn .columnTxt .serviceLogo {
  display: flex;
  margin: 0 0 10px -15px;
  align-items: center;
}
.home .businessBox .entameColumn .columnTxt .serviceLogo li {
  line-height: 0;
  margin: 0 10px 0 0;
}
.home .businessBox .entameColumn .columnTxt .serviceLogo li:nth-child(1) {
  width: 110px;
  min-width: calc(110 / 1920 * 100vw);
}
.home .businessBox .entameColumn .columnTxt .serviceLogo li:nth-child(2) {
  width: 153px;
  min-width: calc(153 / 1920 * 100vw);
}
.home .businessBox .entameColumn .columnTxt .btnBox {
  display: flex;
}
.home .businessBox .entameColumn .columnTxt .btnBox .btn {
  margin: 0 20px 0 0;
}
.home .businessBox .entameColumn .columnImage {
  width: 57%;
  position: relative;
  min-height: 460px;
}
.home .businessBox .entameColumn .columnImage img {
}
.home .businessBox .entameColumn .columnImage .serviceBg {
  line-height: 0;
  opacity: 0.8;
}
.home .businessBox .entameColumn .columnImage .serviceBg img {
  height: 100%;
  min-height: 525px;
  max-height: 560px;
  object-fit: cover;
  object-position: 0 50%;
}
.home .businessBox .entameColumn .columnImage .mocImage {
  position: absolute;
  width: 30%;
  max-width: 297px;
  top: 0;
  right: 30%;
  line-height: 0;
  transform: translateY(-50%);
}
.home .businessBox .entameColumn .columnImage .prizeImage {
  right: 50%;
  position: absolute;
  width: 20%;
  max-width: 193px;
  top: 0;
  transition: 1s ease 0.1s;
  transform: translate(50px, -67%);
}
.home .businessBox .entameColumn .columnImage.view .prizeImage {
  transform: translate(0, -77%);
}

.home .businessBox .entameColumn .columnImage .cardImage1 {
  position: absolute;
  width: 36%;
  max-width: 538px;
  bottom: -15%;
  left: -7%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.home .businessBox .entameColumn .columnImage .cardImage1 img.card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
  width: 5%;
  opacity: 0;
}
.home .businessBox .entameColumn .columnImage .cardImage1 img.blank {
}
.home .businessBox .entameColumn .columnImage.view .cardImage1 img.card {
  animation: cardAnim1 0.7s cubic-bezier(0.71, 0.23, 0.22, 0.97) 1s forwards;
}

@keyframes cardAnim1 {
  0% {
    left: 50%;
    transform: translate(-50%, -50%) scale(-1, 1);
    width: 5%;
    opacity: 0;
  }
  50% {
    left: 100%;
    transform: translate(-50%, -50%) scale(0, 1);
    width: 50%;
    opacity: 1;
  }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) scale(1, 1);
    width: 100%;
    opacity: 1;
  }
}

.home .businessBox .entameColumn .columnImage .cardImage2 {
  bottom: -17%;
  position: absolute;
  width: 27%;
  max-width: 420px;
  left: 28%;
  line-height: 0;
}
.home .businessBox .entameColumn .columnImage .cardImage2 img.card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
  width: 5%;
  opacity: 0;
}
.home .businessBox .entameColumn .columnImage.view .cardImage2 img.card {
  animation: cardAnim2 0.7s cubic-bezier(0.71, 0.23, 0.22, 0.97) 0.5s forwards;
}
@keyframes cardAnim2 {
  0% {
    left: 50%;
    transform: translate(-50%, -50%) scale(-1, 1);
    width: 5%;
    opacity: 0;
  }
  50% {
    left: 0;
    transform: translate(-50%, -50%) scale(0, 1);
    width: 50%;
    opacity: 1;
  }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) scale(1, 1);
    width: 100%;
    opacity: 1;
  }
}

.home .fanplusBox {
  overflow: hidden;
  /*
    background: url(/static/tixplus/img/bg_fanplus.png);
    background-repeat: no-repeat;
    background-size: cover;
    */
}
.home .fanplusBox .inBox {
    width: 100%;
    padding: 130px 0 160px;
    text-align: center;
    color: #fff;
}
.home .fanplusBox .bgFanplus {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: -1;
  line-height: 0;
  background: url(/static/tixplus/img/bg_fanplus.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  display: none;
}
.home .fanplusBox .bgFanplus:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.home .fanplusBox .inBox .fanplusLogolarge {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    opacity: 0;
    transition: 1s ease 1s;
    width: 600px;
}
.home .fanplusBox.view .inBox .fanplusLogolarge {
  opacity: 1;
}
.home .fanplusBox .inBox .fanplusTit {
  line-height: 1.4em;
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 500;
}
.home .fanplusBox .inBox .fanplusLead {
  font-size: 15px;
  margin-bottom: 50px;
}
.home .fanplusBox .inBox .fanplusLogo {
    width: 124px;
    line-height: 0;
    margin: 0 auto 60px;
    position: relative;
}
.home .fanplusBox .inBox .fanplusLink a{
    position: relative;
    color: #f68057;
    font-size: 14px;
    font-weight: 600;
}
.home .fanplusBox .inBox .fanplusLink a:before {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    right: -10px;
    top: 50%;
    transform: rotate(45deg) translateY(-70%);
    background: #f68057;
    border-radius: 100px;
}
.home .fanplusBox .inBox .fanplusLink a:after {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    right: -10px;
    top: 50%;
    transform: rotate(45deg) translateY(-65%);
}
.home .fanplusBox .inBox .fanplusLink a:hover {
  opacity: 0.7;
}
.home .newsListBox {
  background: #fff;
}
.home .newsListBox .inBox {
  width: 100%;
  padding: 80px 8vw 140px;
}
.home .newsListBox .newsTit {
  width: 224px;
  line-height: 0;
  margin: 0 0 100px;
}

.home .newsListBox .newsList {
  max-width: 1080px;
  margin: 0 auto;
}
.home .newsListBox .newsList li {
  border-bottom: 1px solid #c7c7c7;
  padding: 0 0 15px;
  margin: 0 0 30px;
  opacity: 0;
  transition: 1s ease 0.1s;
}
.home .newsListBox .newsList li.view {
  opacity: 1;
}
.home .newsListBox .newsList li:last-child {
  margin: 0;
}
.home .newsListBox .newsList li a:hover {
  color: #e86637;
}
.home .newsListBox .newsList .data {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
.home .newsListBox .newsList .data dt {
  font-size: 14px;
  border: 1px solid;
  padding: 0 40px;
  border-radius: 5px;
}
.home .newsListBox .newsList .data dd {
  font-size: 15px;
}
.home .newsListBox .newsList .newsListTxt {
  font-size: 15px;
  text-align: justify;
}

.home .carrersBox {
  background: #fafafa;
}
.home .carrersBox .inBox {
  width: 100%;
  padding: 80px 8vw 140px;
}
.home .carrersBox .carrersTit {
  width: 300px;
  line-height: 0;
  margin: 0 0 80px;
}
.home .carrersBox .gallery-slider {
  width: 100%;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}
.home .carrersBox .swiper-pagination {
  transform: none;
  bottom: 15px;
}
.home .carrersBox .swiper-pagination {
  transform: none;
  bottom: 15px;
}
.home .carrersBox .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100px;
}
.home .carrersBox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.home .carrersBox .swiper-wrapper .swiper-slide {
  background-size: cover;
}
.home .carrersBox .swiper-wrapper .swiper-slide.slide1 {
  background-image: url(/static/tixplus/img/bg_carrers_01.png);
}
.home .carrersBox .swiper-wrapper .swiper-slide.slide2 {
  background-image: url(/static/tixplus/img/bg_carrers_02.png);
}
.home .carrersBox .swiper-wrapper .swiper-slide.slide3 {
  background-image: url(/static/tixplus/img/bg_carrers_03.png);
}

.home .carrersBox .swiper-wrapper .swiper-slide-active .swiper-slide {
}
.home .carrersBox .swiper-wrapper .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.home .carrersBox .swiper-wrapper .slideBox {
  display: flex;
  padding: 100px;
  align-items: end;
  border-radius: 0;
  position: relative;
  color: #fff;
  min-height: 540px;
  box-sizing: border-box;
  cursor: auto;
}
.home .carrersBox .swiper-wrapper .slideBox:active{
}
.home .carrersBox .swiper-wrapper .slideBox .columnLeft {
  width: 55%;
}
.home .carrersBox .swiper-wrapper .slideBox .columnLeft .thema {
  font-size: 80px;
  line-height: 1.2em;
  font-weight: 600;
  margin: 0 0 20px;
  position: relative;
}
.home .carrersBox .swiper-wrapper .slideBox .thema:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 1s cubic-bezier(0.56, 0.16, 0.18, 1) 0.7s;
}
.home .carrersBox.view .slideBox .thema:before {
  width: 100px;
}
.home .carrersBox .slideBox .thema span {
  display: block;
  font-weight: 600;
  overflow: hidden;
  width: 0;
  transform-origin: left;
  transition: 1s cubic-bezier(0.56, 0.16, 0.18, 1) 1.3s;
}
.home .carrersBox.view .slideBox .thema span {
  width: 100%;
}

.home .carrersBox .swiper-wrapper .slideBox .columnLeft .position {
  margin: 0 0 10px;
  font-size: 12px;
}
.home .carrersBox .swiper-wrapper .slideBox .columnLeft .name {
  font-size: 20px;
  font-weight: 600;
}
.home .carrersBox .swiper-wrapper .slideBox .columnRight {
  width: 45%;
}
.home .carrersBox .swiper-wrapper .slideBox .columnRight .comTit {
  line-height: 1.4em;
  font-size: 31px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #f68057;
}
.home .carrersBox .swiper-wrapper .slideBox .columnRight .comTxt {
  margin: 0 0 30px;
  font-size: 15px;
}
.home .carrersBox .swiper-wrapper .slideBox .columnRight .btn a {
  position: relative;
  display: block;
  text-align: center;
  width: 160px;
  padding: 10px;
  border-radius: 100px;
  margin: 0;
  color: #fff;
  overflow: hidden;
  background: #f68057;
  z-index: 0;
  box-sizing: border-box;
}
.home .carrersBox .swiper-wrapper .slideBox .columnRight .btn a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #fff;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.home .carrersBox .swiper-wrapper .slideBox .columnRight .btn a:hover {
  color: #f68057;
}
.home .carrersBox .swiper-wrapper .slideBox .columnRight .btn a:hover span {
  width: 225%;
  height: 562.5px;
}

/*===================================================

	リニューアル:202209:共通

====================================================*/

.pageContainer{
    position: relative;
    background: #f5f5f5;
}
.bg_wave_white{
    line-height: 0;
    position: absolute;
    right: 0;
    z-index: 0;
    width: 100%;
    max-width: 1600px;
}
.bg_wave_white:before {
    position: absolute;
    top: 0;
    right: 100%;
    display: block;
    content: "";
    width: 100vw;
    height: 100%;
    background: #ffffff;
}


/*===================================================

	リニューアル:202209:COMPANY

====================================================*/

.l-mv {
  background: url(/static/tixplus/img/company/mv.png) no-repeat center
    center/cover;
  height: 400px;
  position: relative;
}
.p-mv_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.p-mv_title {
  color: #fff;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.p-mv_sub-title {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.12em;
  margin-top: 20px;
}
.p-company_tabs_inner {
  max-width: 1090px;
  margin: 0 auto;
  padding: 70px 20px 0;
}
.p-company_tab_lists {
  display: flex;
  justify-content: center;
}
.p-company_tab {
  width: calc(20% - 16px);
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.06em;
  position: relative;
}
@media (min-width: 1001px) {
  .p-company_tab:not(:first-child) {
    margin-left: 20px;
  }
}
.p-company_tab::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #c8c8c8;
}
@media (min-width: 1001px) {
  .p-company_tab::after {
    bottom: 0;
    left: 0;
  }
}
.p-company_tab a {
  position: relative;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 30px;
  display: block;
}

.p-company_tab a::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #f68058;
  border-right: 2px solid #f68058;
  transform: translateX(-50%) rotate(135deg);
}

.l-company_about {
  padding-bottom: 40px;
  position: relative;
}
.p-company_about_bg {
  position: absolute;
  bottom: 0;
  width: 70%;
  right: 0;
  z-index: -1;
}
.p-company_about_inner {
  max-width: 1090px;
  margin: 0 auto;
  padding: 160px 20px 0;
  margin-top: 50px;
}
.p-company_about_contents_inner {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 1001px) {
  .p-company_about_logo {
    margin-top: 30px;
    max-width: 256px;
  }
}
@media (min-width: 1001px) {
  .p-company_about_texts {
    margin-left: 120px;
    max-width: 430px;
  }
}
.p-company_about_title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.p-company_about_text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 30px;
}
.p-company_symbol {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-top: 60px;
}
.p-company_symbol_text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 30px;
}
.l-company_mission {
  padding: 150px 20px;
  position: relative;
}
.p-company_mission_inner {
  max-width: 1090px;
  margin: 0 auto;
}

.p-company_missions {
  max-width: 800px;
  margin: 0 auto;
}
.p-company_mission_title {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}
.p-company_mission_title span {
  color: #f68058;
}

.p-company_mission_text {
  text-align: center;
  margin-top: 40px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6153846154;
}
.p-company_mission_text_detail {
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1.7647058824;
  padding: 50px;
  margin-top: 40px;
  background: #FDF5EF;
  border-radius: 20px;
}
.p-company_value_bg {
  position: absolute;
  bottom: 0;
  width: 70%;
  right: 0;
  z-index: -1;
}
.p-company_value_inner {
  position: relative;
  margin-top: -30px;
}
.p-company_value_inner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 160px);
  background: #fdf5ef;
  top: 210px;
  z-index: -1;
}
.p-company_values {
  max-width: 1050px;
  margin: 0 auto;
}
.p-company_value_title {
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 1001px) {
  .p-company_value_title {
    margin-top: 15px;
  }
}
.p-company_value_title span {
  font-size: 54px;
  color: #f68058;
}

.p-company_value_texts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.p-company_value_box--orange {
  border-radius: 10px;
  border: 6px solid #f68058;
  background: #fff;
  padding: 45px 30px;
  max-width: 500px;
}
@media (min-width: 1001px) {
  .p-company_value_box--orange:not(:first-child) {
    width: 40%;
    margin-top: 40px;
  }
  .p-company_value_box--orange:nth-child(1) {
    width: 100%;
  }
  .p-company_value_box--orange:nth-child(3),
  .p-company_value_box--orange:nth-child(5) {
    margin-left: 52px;
  }
}
.p-company_value_text_box {
  display: flex;
}
.p-company_value_text_box:not(:first-child) {
  margin-top: 63px;
}

.p-company_value_left {
  text-align: center;
}

.p-company_value_value {
  font-size: 14px;
  color: #f68058;
}

.p-company_value_num {
  font-size: 34px;
  font-weight: bold;
  color: #f68058;
  margin-top: 10px;
}

.p-company_value_right {
  margin-left: 25px;
  padding-top: 10px;
}

.p-company_value_right_title {
  font-size: 32px;
  font-weight: bold;
}
.p-company_value_right_title span {
  color: #f68058;
  font-weight: bold;
}

.p-company_value_right_text {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.p-company_value_text {
  font-size: 14px;
  line-height: 2;
  margin-top: 14px;
}
.l-company_detail {
  background: #f5f5f5;
  margin-top: -10px;
}

.p-company_detail_inner {
  padding: 178px 20px 70px;
  max-width: 1090px;
  margin: 0 auto;
}
.p-company_detail_title {
  font-size: 26px;
  font-weight: bold;
  color: #f68058;
}

.p-dl_wrapper {
  margin-top: 12px;
}
.p-dl_wrapper .dl {
  display: flex;
  padding: 20px 0;
  border-bottom: 0.5px solid #d6d6d6;
  letter-spacing: 0.08em;
}
.border-none {
  border-bottom: none;
}

.p-dl_wrapper .dt {
  width: 15%;
}

.p-dl_wrapper .dd {
  width: 85%;
}
.p-dl_wrapper .dd .space {
  margin-right: 35px;
}
.p-dl_wrapper .dd .mt30 {
  margin-top: 30px;
}

.l-company_map {
  padding-top: 120px;
  background: #f5f5f5;
}
.p-company_map_wrapper {
  position: relative;
}
@media (min-width: 1001px) {
  .p-company_map_wrapper {
    padding-top: 33.333%;
  }
}
.p-company_map_wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.l-company_flow {
  background: #f5f5f5;
}

.p-company_flow_inner {
  padding: 170px 20px 140px;
  max-width: 1090px;
  margin: 0 auto;
}
.p-company_flow_title {
  font-size: 26px;
  font-weight: bold;
  color: #f68058;
}

.p-company_values .credo {
    width: 900px;
    border: 2px solid #3d4079;
    padding: 30px 25px 30px 25px;
    margin: 50px auto 0;
    box-sizing: border-box;
    background: #fff;
}
.p-company_values .credo .credoSection {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}
.p-company_values .credo .credoSection dt {
  width: 50%;
  text-align: left;
  padding: 0 20px 0 0;
}
.p-company_values .credo .credoSection dt .tit {
  line-height: 1.2em;
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 15px;
}
.p-company_values .credo .credoSection dt .txt {
}
.p-company_values .credo .credoSection dd {
  width: 50%;
  position: relative;
  line-height: 0;
}
.p-company_values .credo .credoSection dd img {
}
.p-company_values .credo .btnCredo {

}
.p-company_values .credo .btnCredo a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    background: #fff;
    padding: 15px 20px;
    width: 200px;
    font-size: 17px;
    color: #000;
    border-radius: 100px;
    line-height: 1em;
    text-align: center;
    margin: 0 auto;
}
.p-company_values .credo .btnCredo a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  box-sizing: border-box;
  transition: 0.3s ease;
}
.p-company_values .credo .btnCredo a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #000;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.p-company_values .credo .btnCredo a:hover {
  color: #fff;
}

.p-company_values .credo .btnCredo a:hover span {
  width: 225%;
  height: 562.5px;
}

.l-company_values .slideshareBox {
    position: relative;
    width: 100%;
    padding-top: 39.5%;
    pointer-events: auto;
}
.l-company_values .slideshareBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.l-company_values .slideshareBox:after {
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 7%;
  height: 40px;
  background: #e9f7fd;
  z-index: 9999;
}
.p-company_values .popup{
    overscroll-behavior: contain;
}
.p-company_values .popup.popActive {
    transform: initial;
    left: 0;
}
.p-company_values .popup .shade{

}
.p-company_values .popup .popInBox{
    pointer-events: none;
}
.p-company_values .popup .popIninner{
    position: relative;
    width: 100%;
    pointer-events: auto;
}
.p-company_values .popup .close {
    box-sizing: border-box;
    border-radius: 100px;
    background: #000;
    z-index: 999;
    right: 100%;
    transition: transform 0.3s ease;
}
.p-company_values .popup.popActive .close {
    right: 50px;
}
.p-company_values .popup .close::before,
.p-company_values .popup .close::after {
    width: 60%;
}
/*===================================================

	リニューアル:202209:SERVICE

====================================================*/
@media (min-width: 1001px) {
  .is-sp {
    display: none;
  }
}

.l-service .p-service_inner {
  padding-top: 200px;
}
.l-service .p-service_title--en {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.01em;
  color: #000;
  font-family: "Roboto";
  line-height: 1.5;
}
.l-service .p-service_title--ja {
  text-align: center;
  color: #f68057;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0.01em;
}
.l-service .c-service_lists {
  margin-top: 30px;
}
.l-service .c-service_list {
  padding: 50px 0;
}

.l-service .c-service_list:nth-child(even) {
  background: #f5f5f5;
}
.l-service .c-service_list:nth-child(even) .serviceBlockList li {
  background-color: #fff;
}
.l-service
  .c-service_list:nth-child(even)
  .serviceBlockList
  li:not(.blank):hover {
  background-color: #000;
}
.l-service .blank {
  background-color: #fff;
}
.l-service .c-service_list_inner {
  display: flex;
  align-items: center;
  max-width: 1090px;
  margin: 0 auto;
}
@media (min-width: 1001px) {
  .l-service .c-service_list_inner {
    padding: 0 20px;
  }
}
.l-service .c-service_list_texts {
  width: 46%;
  text-align: center;
}
.l-service .c-service_list_title {
  font-weight: bold;
  font-size: 34px;
  line-height: 1.4117647059;
  letter-spacing: 0.1em;
  padding-top: 54px;
  position: relative;
}
.l-service .c-service_list_title::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  background: #f68057;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.l-service .c-service_list_text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

.l-service .c-service_link_lists {
  width: 54%;
}

.l-service .serviceBlockList {
  background: none;
}
.l-service .serviceBlockList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px;
}
.l-service .serviceBlockList li {
  transition: 0.5s;
  width: 50%;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: relative;
  height: 160px;
}
.l-service .serviceBlockList li:nth-child(3n) {
  border-right: none;
}
.l-service .serviceBlockList li .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.l-service .serviceBlockList li a {
  display: block;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  background-position: center;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  height: 100%;
  color: #828282;
}
.l-service .serviceBlockList li span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.l-service .serviceBlockList li {
  width: calc(50% - 2px);
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  border-bottom: 0 solid #fff;
  border-right: 0 solid #fff;
}
.l-service .servicesBox .inBox:hover .titBlock {
  width: 100%;
  margin: 0 0 21px;
  border-radius: 10px;
  border-bottom: 0 solid #fff;
}
.l-service .serviceBlockList .blank {
  background-image: url("/static/tixplus/img/ticketplus/ph_blank_logo.png");
  background-size: 40%;
  background-position: center;
  background-repeat: no-repeat;
}
.l-service .serviceBlockList li img {
  margin: 0 auto;
}
.l-service .serviceBlockList li .on {
  display: none;
}
.l-service .serviceBlockList li:hover .on {
  display: block;
}
.l-service .serviceBlockList li:hover .off {
  display: none;
}
.l-service .serviceBlockList .eticket:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/service/ph_services_bg_11_N5gVWcU4.png);
  color: #fff;
}
.l-service .serviceBlockList .trade:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/service/ph_services_bg_12_N5gVWcU4.png);
  color: #fff;
}
.l-service .serviceBlockList .face:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/service/ph_services_bg_09_N5gVWcU4.png);
  color: #fff;
}
.l-service .serviceBlockList .eticketapp:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/service/ph_services_bg_13_N5gVWcU4.png);
  color: #fff;
}
.l-service .serviceBlockList .ticket_sdk:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/service/ph_services_bg_10_N5gVWcU4.png);
  color: #fff;
}

.l-service .serviceBlockList .live:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/service/ph_services_bg_03_N5gVWcU4.png);
  color: #fff;
}
.l-service .serviceBlockList .memorial:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/service/ph_services_bg_04_N5gVWcU4.png);
  color: #fff;
}
.l-service .serviceBlockList .kuji:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/service/ph_services_bg_05_N5gVWcU4.png);
  color: #fff;
}
.l-service .serviceBlockList .smartpass:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/service/ph_services_bg_06_N5gVWcU4.png);
  color: #fff;
}
.l-service .serviceBlockList .fansApp:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/service/ph_services_bg_07_N5gVWcU4.png);
  color: #fff;
}
.l-service .serviceBlockList .card:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/service/ph_services_bg_08_N5gVWcU4.png);
  color: #fff;
}
.l-service .serviceBlockList .nft:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/service/ph_services_bg_14.png);
  color: #fff;
}
.l-service .add:hover {
  background-color: #000000;
  background-image: url(/static/tixplus/img/service/fansapp-bg.png);
  color: #fff;
}
.l-service .serviceBlockList .smartpass {
  position: relative;
}
.l-service .serviceBlockList .smartpass:after {
  border-radius: 10px 0 10px 0;
  opacity: 1;
}
.l-service .serviceBlockList li a:hover {
  color: #fff;
  border-radius: 5px;
}
.l-service .serviceBlockList .live {
  position: relative;
}
.l-service .serviceBlockList .live:after {
  border-radius: 10px 0 10px 0;
  opacity: 1;
}
.l-service .serviceBlockList li .logo {
  height: 40px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.l-service .serviceBlockList li .logo img {
  width: auto;
  height: 100%;
}
.l-service .serviceBlockList li.eticket .logo {
  height: 49px;
}
.l-service .serviceBlockList li.trade .logo {
  height: 35px;
}
.l-service .serviceBlockList li.live .logo {
  height: 80px;
}
.l-service .serviceBlockList li.memorial .logo {
  height: 115px;
}
.l-service .serviceBlockList li.smartpass .logo {
  height: 100px;
}
.l-service .serviceBlockList li.fansApp .logo {
  height: 75px;
}
.l-service .serviceBlockList li.card .logo {
  height: 75px;
}
.l-service .serviceBlockList li.add .logo {
    height: 75px;
}
.l-service .serviceBlockList li.nft .logo {
  height: 80px;
}
.l-service .serviceBlockList li.face .logo {
  height: 70px;
}
.l-service .serviceBlockList li.eticketapp .logo {
  height: 70px;
}
.l-service .serviceBlockList li.dynamic .logo {
  height: 60px;
}
.l-service .serviceBlockList li.ticket_sdk .logo {
  height: 36px;
}

/*===================================================

	リニューアル:202209:eticketTop

====================================================*/

#eticketTop .mv {
  background-color: #000;
  background-image: url(/static/tixplus/img/eticket/mv-bg-eticket.png);
}

#eticketTop .fv {
    position: relative;
    background: #FFF;
    z-index: 0;
}
#eticketTop .fv .fvInner {
  padding: 120px 20px 105px;
}
#eticketTop .fv .fvInner .lead {
  font-size: 28px;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 100px;
  font-weight: 600;
}
#eticketTop .fv .fvInner .fvTit {
  text-align: center;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 600;
}
#eticketTop .fv .fvList {
    margin: 0 0 40px;
}
#eticketTop .fv .fvList li {
  margin-bottom: 100px;
  position: relative;
}
#eticketTop .fv .fvList li:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 1px);
  top: 50%;
  width: 0px;
  background: #c8c8c8;
  z-index: -1;
  border: 1px dashed #c8c8c8;
}
#eticketTop .fv .fvList li:last-child {
  margin-bottom: 0;
}
#eticketTop .fv .fvList li .inList {
  display: flex;
  align-items: center;
  justify-content: center;
}
#eticketTop .fv .fvList li .inList dt {
    border-radius: 100px;
    min-width: 130px;
    height: 130px;
    background: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    box-shadow: 0 0 30px 0 rgb(246 128 87 / 25%);
    padding: 0;
    margin: 0 40px;
    font-size: 16px;
    color: #f68057;
    letter-spacing: 0;
}
#eticketTop .fv .fvList li .inList dd {
  width: 500px;
  text-align: center;
}
#eticketTop .fv .fvList li:nth-child(odd) .inList dd.face {
  text-align: right;
}
#eticketTop .fv .fvList li:nth-child(even) .inList dd.face {
  text-align: left;
}
#eticketTop .fv .fvList li:nth-child(odd) .inList dd.detail {
  text-align: left;
}
#eticketTop .fv .fvList li:nth-child(even) .inList dd.detail {
  text-align: right;
}
#eticketTop .fv .fvList li .inList dd.detail {
}

#eticketTop .fv .fvList li .inList dd.detail .inner {
  display: inline-block;
  text-align: center;
}

#eticketTop .fv .fvList li .inList dd:last-child {
}
#eticketTop .fv .fvList li .inList dd .illust {
  line-height: 0;
}

#eticketTop .fv .fvList li .inList dd .txt {
  font-size: 18px;
  margin: 0 0 20px;
}
#eticketTop .fv .fvList li .inList dd .cap {
  line-height: 0;
  margin: 0 auto 20px;
}
#eticketTop .fv .fvList li .inList dd .inIllust {
  display: none;
}
#eticketTop .fv .fvList li .inList dd .link {
}
#eticketTop .fv .fvList li .inList dd .link a {
  position: relative;
  color: #f68057;
  font-size: 13px;
}
#eticketTop .fv .fvList li .inList dd .link a:after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  right: -10px;
  top: 50%;
  transform: rotate(45deg) translateY(-65%);
}
#eticketTop .fv .fvList li .inList dd .link a:before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  right: -10px;
  top: 50%;
  transform: rotate(45deg) translateY(-70%);
  background: #f68057;
  border-radius: 100px;
}
#eticketTop .fv .fvList li:nth-child(1):after {
  height: 400px;
}
#eticketTop .fv .fvList li:nth-child(1) .inList dd .illust img {
  max-width: 390px;
}
#eticketTop .fv .fvList li:nth-child(1) .inList dd .cap {
  width: 192px;
}

#eticketTop .fv .fvList li:nth-child(2):after {
  height: 400px;
}
#eticketTop .fv .fvList li:nth-child(2) .inList dd .illust img {
  max-width: 390px;
}
#eticketTop .fv .fvList li:nth-child(2) .inList dd .cap {
  max-width: 311px;
}

#eticketTop .fv .fvList li:nth-child(3):after {
  height: 400px;
}
#eticketTop .fv .fvList li:nth-child(3) .inList dd .illust img {
  max-width: 490px;
}
#eticketTop .fv .fvList li:nth-child(3) .inList dd .cap {
  width: 190px;
}

#eticketTop .fv .fvList li:nth-child(4):after {
  height: 400px;
  background: transparent;
}
#eticketTop .fv .fvList li:nth-child(4) .inList dd .illust img {
  max-width: 484px;
}
#eticketTop .fv .fvList li:nth-child(4) .inList dd .cap {
  width: 124px;
}

#eticketTop .fv .fvList li:nth-child(5):after {
  content: none;
}
#eticketTop .fv .fvList li:nth-child(5) .inList dd .illust img {
  width: 309px;
}
#eticketTop .fv .fvList li:nth-child(5) .inList dd .cap {
  width: 272px;
}
#eticketTop .fv .fvInner_bg {
    position: absolute;
    bottom: -200px;
    width: 100%;
    min-height: 500px;
    right: 0;
    z-index: -1;
    background: #f5f5f5;
}

#eticketTop .fv .fvInner .btnNext a {
    position: relative;
    display: block;
    text-align: center;
    width: 160px;
    font-size: 16px;
    padding: 10px 20px 10px 10px;
    border-radius: 100px;
    margin: 0 auto;
    color: #fff;
    background: #f68057;
    overflow: hidden;
    z-index: 0;
    transform: rotateZ(0.03deg);
    border: 1px solid #f68057;
}
#eticketTop .fv .fvInner .btnNext a:hover {
  color: #f68057;
}
#eticketTop .fv .fvInner .btnNext a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #fff;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#eticketTop .fv .fvInner .btnNext a:hover span {
  width: 225%;
  height: 562.5px;
}
#eticketTop .fv .fvInner .btnNext a:before {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    right: 30px;
    top: 50%;
    transform: rotate(45deg) translateY(-75%);
    background: #FFF;
    border-radius: 100px;
}
#eticketTop .fv .fvInner .btnNext a:after {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    right: 30px;
    top: 50%;
    transform: rotate(45deg) translateY(-75%);
}


#eticketTop .achieve {
  position: relative;
}
#eticketTop .achieve::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 160px);
  background: #f5f5f5;
  top: 210px;
  z-index: -1;
}
#eticketTop .achieve .achieveInner {
  padding: 120px 20px 105px;
}
#eticketTop .achieve .achieveInner .tit {
  font-size: 40px;
  text-align: center;
  margin: 0 0 30px;
}
#eticketTop .achieve .achieveInner .lead {
  text-align: center;
  font-size: 20px;
  margin: 0 0 130px;
  font-weight: 600;
}
#eticketTop .achieve .achieveInner .achieveList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1120px;
  margin: 0 auto;
}
#eticketTop .achieve .achieveInner .achieveList li {
  width: 30%;
  max-width: 336px;
  margin-bottom: 50px;
}
#eticketTop .achieve .achieveInner .achieveList li:nth-child(3n + 1) {
  padding: 0 20px 0 0;
}
#eticketTop .achieve .achieveInner .achieveList li:nth-child(3n + 2) {
  padding: 0 10px 0;
}
#eticketTop .achieve .achieveInner .achieveList li:nth-child(3n + 3) {
  padding: 0 0 0 20px;
}
#eticketTop .achieve .achieveInner .achieveList li .thumb {
  line-height: 0;
  margin: 0 0 24px;
}
#eticketTop .achieve .achieveInner .achieveList li .name {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px;
}
#eticketTop .achieve .achieveInner .achieveList li .icon {
  display: flex;
}
#eticketTop .achieve .achieveInner .achieveList li .icon dd {
  font-size: 11px;
  font-weight: 600;
  padding: 5px 7px;
  border: 1px solid;
  line-height: 1em;
  border-radius: 100px;
  margin: 0 10px 0 0;
  transform: rotateZ(0.03deg);
}

#eticketTop .intro {
  background: #f68057;
}
#eticketTop .intro .introInner {
  padding: 120px 20px 105px;
}
#eticketTop .intro .tit {
  text-align: center;
  font-size: 36px;
  margin-bottom: 130px;
}
#eticketTop .intro .stepList {
  display: flex;
  justify-content: center;
  margin: 0 auto 0;
}
#eticketTop .intro .stepList li {
  width: 18vw;
  max-width: 240px;
  height: 18vw;
  max-height: 240px;
  background: #fff;
  border-radius: 1000px;
  position: relative;
  margin: 0 22px;
}
#eticketTop .intro .stepList li .stepNum {
  color: #f68057;
  font-size: min(1.5vw, 18px);
  font-weight: 600;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
#eticketTop .intro .stepList li .stepTxt {
  font-size: min(1.5vw, 18px);
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#eticketTop .intro .txt {
  font-size: 12px;
  text-align: center;
}

#eticketTop .price {
  background: #f5f5f5;
}
#eticketTop .price .priceInner {
  padding: 120px 20px 105px;
}
#eticketTop .price .tit {
  text-align: center;
  font-size: 36px;
  margin-bottom: 80px;
}

#eticketTop .price .priceDetail {
  max-width: 1035px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  padding: 32px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  margin: 0 auto 20px;
}
#eticketTop .price .priceDetail dt {
  width: 40%;
  text-align: center;
  line-height: 1.5em;
  font-weight: 600;
}
#eticketTop .price .priceDetail dd {
  width: 60%;
  font-weight: 600;
}
#eticketTop .price .txt {
  text-align: center;
  font-size: 12px;
}
#eticketTop .price .caution{
  text-align: center;
}
#eticketTop .function {
}

#eticketTop .function  .listBlock {
    margin: 0 auto;
    max-width: 1100px;
    display: block;
}
#eticketTop .function .leftBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    width: 100%;
}

#eticketTop .function .leftBlock .detailList {
    width: calc(50% - 50px);
}

#eticketTop .nextPlan {
    background-image: url(/static/tixplus/img/eticket/bg_nextPlanImage.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 2% 150px 10%;
    overflow: hidden;
    background-position: left,top;
}
#eticketTop .nextPlan .nextPlanTit{
    width: 320px;
    padding: 0 8vw 0;
    margin: 0 0 30px;
}
#eticketTop .nextPlan .nextPlanCap{
    padding: 0 8vw 0;
    font-size: 24px;
    font-weight: 600;
    color: #f68057;
    margin: 0 0 100px;
    position: relative;
    z-index: 1;
}
#eticketTop .nextPlan .nextPlanOuter{
    position: relative;
    padding: 0 8vw 0;
}
#eticketTop .nextPlan .nextPlanInner{
    max-width: 1100px;
    position: relative;
    color: #FFF;
}
#eticketTop .nextPlan .nextPlanImage{
    position: absolute;
    top: -35%;
    right: -7%;
    width: 54%;
    max-width: 1000px;
}
#eticketTop .nextPlan .nextPlanTxtBox{
    width: 620px;
    position: relative;
}
#eticketTop .nextPlan .innerTit{
    font-size: 36px;
    line-height: 1.5em;
    margin: 0 0 20px;
    font-weight: 600;
}
#eticketTop .nextPlan .innerLead{
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 60px;
    line-height: 1.5em;
}
#eticketTop .nextPlan .innerList{
    margin: 0;
}
#eticketTop .nextPlan .innerList li{
    font-size: 18px;
    margin: 0 0 40px;
    line-height: 1.5em;
}
#eticketTop .nextPlan .innerList li:last-child{
    margin: 0;
}
#eticketTop .nextPlan .btn{

}
#eticketTop .nextPlan .btn a{
    padding: 15px;
    color: #FFF;
    background: transparent;
    border-radius: 100px;
    width: 300px;
    margin: 0;
}
#eticketTop .nextPlan .btn a:hover{
    color: #F68057;
}
#eticketTop .nextPlan .btn a:after {
    border: 1px solid #FFF;
}
#eticketTop .nextPlan .btn a span {
    background-color: #FFF;
}
/*===================================================

	リニューアル:202209:eticketapp

====================================================*/

#eticketapp .mv {
  background-color: #000;
  background-image: url(/static/tixplus/img/eticketapp/mv-bg-eticketapp.png);
}
#eticketapp .mv-logo {
  margin-bottom: 20px;
  position: relative;
}
#eticketapp .mv-logo:after {
  content: "";
}
#eticketapp .fvInner_bg {
  position: absolute;
  z-index: -1;
  bottom: 400px;
  right: 0;
  width: 80%;
  line-height: 0;
  max-width: 1400px;
}
#eticketapp .fv {
  position: relative;
}
#eticketapp .fv:before {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  background: #f5f5f5;
  z-index: -1;
}
#eticketapp .fv .fvInner {
  padding: 100px 0;
  max-width: 1100px;
  margin: 0 auto;
}
#eticketapp .fv .fvInner .column {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 60px;
  padding: 0 20px;
}

#eticketapp .fv .fvInner .column .mocCl {
  width: 30%;
  padding: 0 100px 0 0;
}
#eticketapp .fv .fvInner .column .txtCl {
  width: 60%;
}
#eticketapp .fv .fvInner .column .txtCl .tit {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 50px;
  line-height: 1.5em;
  letter-spacing: 0;
}
#eticketapp .fv .fvInner .column .txtCl .titSub {
  text-align: center;
}
#eticketapp .fv .fvInner .column .txtCl .titSub span {
  text-align: center;
  border-bottom: 1px solid #f68057;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin: 0 auto 50px;
  padding: 0 0 5px;
}
#eticketapp .fv .fvInner .column .txtCl .titSub .fa-solid {
  transform: scale(0.7);
  padding: 0 5px;
}
#eticketapp .fv .fvInner .column .txtCl .iconList {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
#eticketapp .fv .fvInner .column .txtCl .iconList li {
  line-height: 0;
  width: 25%;
}
#eticketapp .fv .fvInner .column .txtCl .iconList li:nth-child(1) {
  padding: 0 12px 0 0;
}
#eticketapp .fv .fvInner .column .txtCl .iconList li:nth-child(2) {
  padding: 0 8px 0 4px;
}
#eticketapp .fv .fvInner .column .txtCl .iconList li:nth-child(3) {
  padding: 0 4px 0 8px;
}
#eticketapp .fv .fvInner .column .txtCl .iconList li:nth-child(4) {
  padding: 0 0 0 12px;
}
#eticketapp .fv .fvInner .column .txtCl .iconList li img {
  border: 1px solid #f6855e;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
}
#eticketapp .fv .fvInner .column .txtCl .txt {
  width: 560px;
  margin: 0 auto 40px;
  line-height: 1.5em;
  font-size: 16px;
}
#eticketapp .fv .fvInner .column .txtCl .appDown {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
}
#eticketapp .fv .fvInner .column .txtCl .appDown dt {
  width: 100px;
  line-height: 0;
}
#eticketapp .fv .fvInner .column .txtCl .appDown dt img {
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  border-radius: 30px;
}
#eticketapp .fv .fvInner .column .txtCl .appDown dd {
  text-align: center;
  padding: 0 30px;
}
#eticketapp .fv .fvInner .column .txtCl .appDown dd:last-child {
  border-left: 1px solid;
}
#eticketapp .fv .fvInner .column .txtCl .appDown dd .detailTit {
  font-size: 14px;
  line-height: 1em;
  margin: 0 0 10px;
}
#eticketapp .fv .fvInner .column .txtCl .appDown dd .detailTxt {
  font-size: 32px;
  font-weight: 600;
}
#eticketapp .fv .fvInner .column .txtCl .appDown dd .detailTxt .fa-star {
  font-size: 80%;
  vertical-align: 2px;
}
#eticketapp .fv .fvInner .column .txtCl .badge {
  display: flex;
  justify-content: center;
  margin: 0 auto 15px;
}
#eticketapp .fv .fvInner .column .txtCl .badge li {
  width: auto;
  line-height: 0;
  padding: 0 10px;
}
#eticketapp .fv .fvInner .column .txtCl .badge li a {
  display: block;
}
#eticketapp .fv .fvInner .column .txtCl .badge li a img{
    width: auto;
    height: 60px;
}
#eticketapp .fv .fvInner .column .txtCl .app-attentions{
    padding: 20px 0 0;
}
#eticketapp .fv .fvInner .column .txtCl .app-attentions .app-attention{
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    position: relative;
    font-size: 11px;
    line-height: 1.5em;
}
#eticketapp .fv .fvInner .column .txtCl .app-attentions .app-attention:before{
    position: absolute;
    content: "";
    top: 7px;
    width: 7px;
    height: 7px;
    background: #000;
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
}
#eticketapp .fv .fvInner .column .txtCl .app-attentions .app-attention:last-child{
    margin: 0;
}

#eticketapp .fv .fvInner .column .txtCl .cap {
  text-align: center;
  font-size: 14px;
}
#eticketapp .fv .fvInner .btnSale {
}
#eticketapp .fv .fvInner .btnSale a {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #f68057;
  width: 220px;
  font-size: 16px;
  padding: 15px;
  border-radius: 100px;
  margin: 0 auto;
  color: #f68057;
  overflow: hidden;
  z-index: 0;
}
#eticketapp .fv .fvInner .btnSale a:hover {
  color: #fff;
  border-color: transparent;
}
#eticketapp .fv .fvInner .btnSale a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #f68057;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#eticketapp .fv .fvInner .btnSale a:hover span {
  width: 225%;
  height: 562.5px;
}

#eticketapp .news {
  padding: 0 0 70px;
  background: #f5f5f5;
}
#eticketapp .ticketType {
  background-image: url(/static/tixplus/img/eticketapp/ph_tickettype_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0 20px;
}
#eticketapp .ticketType .ticketType-inner {
  padding: 100px 0;
  margin: 0 auto 0;
}
#eticketapp .ticketType .ticketType-inner .ticketTypeTit {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 15px;
}
#eticketapp .ticketType .ticketType-inner .ticketTypeTitSub {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0 0 80px;
}
#eticketapp .ticketType .ticketType-inner .ticketTypeHead {
  position: relative;
  max-width: 1060px;
  margin: 0 auto 50px;
  box-sizing: border-box;
}
#eticketapp .ticketType .ticketType-inner .ticketTypeIllust {
  width: 730px;
  margin: 0 0 0 auto;
}
#eticketapp .ticketType .ticketType-inner .floatTxtBox {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
#eticketapp .ticketType .ticketType-inner .floatTxt {
  font-size: 24px;
  line-height: 1.5em;
  margin: 0 0 20px;
}
#eticketapp .ticketType .ticketType-inner .btn {
}
#eticketapp .ticketType .ticketType-inner .btn a {
  position: relative;
  display: block;
  text-align: center;
  width: 300px;
  font-size: 16px;
  padding: 15px;
  border-radius: 100px;
  color: #f68057;
  overflow: hidden;
  z-index: 0;
  background: #fff;
  box-sizing: border-box;
}
#eticketapp .ticketType .ticketType-inner .btn a:hover {
  color: #fff;
  border-color: transparent;
}
#eticketapp .ticketType .ticketType-inner .btn a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #f68057;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#eticketapp .ticketType .ticketType-inner .btn a:hover span {
  width: 225%;
  height: 562.5px;
}
#eticketapp .ticketType .ticketType-inner .typeList {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}
#eticketapp .ticketType .ticketType-inner .typeList li {
  line-height: 0;
  width: 23%;
}

#eticketapp .point {
  padding: 150px 20px;
  background:#FFF;
}
#eticketapp .point .point-inner {
  max-width: 1100px;
  margin: 0 auto;
}
#eticketapp .point .point-inner .pointTit {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 15px;
}
#eticketapp .point .point-inner .pointTitSub {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 75px;
}
#eticketapp .point .point-inner .pointArea {
  position: relative;
}
#eticketapp .point .point-inner .pointArea .pointBlock {
  background: #f5f5f5;
  padding: 90px;
  border-radius: 20px;
  position: relative;
  margin: 0 0 100px;
}
#eticketapp .point .point-inner .pointArea .pointBlock.pointPromotion {
  padding-bottom: 0;
}
#eticketapp .point .point-inner .pointArea .pointBlock:last-child {
  margin: 0;
}
#eticketapp .point .pointBlock .blockNum {
  position: absolute;
  top: 0;
  font-family: "Roboto", sans-serif;
  font-size: 112px;
  color: #e6e4e4;
  font-weight: 600;
  left: 50px;
  line-height: 1em;
  transform: translateY(-50%);
}
#eticketapp .point .pointBlock .blockTit {
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  margin: 0 0 40px;
}
#eticketapp .point .pointBlock.pointPromotion .blockTit {
  margin: 0 0 60px;
}
#eticketapp .point .pointBlock .contentList {
  display: flex;
  justify-content: space-between;
  width: 840px;
  margin: 0 auto 80px;
}
#eticketapp .point .pointBlock .contentList li {
  line-height: 0;
  text-align: center;
}
#eticketapp .point .pointBlock .contentList li .icon {
  margin: 0 0 20px;
  width: 144px;
}
#eticketapp .point .pointBlock .contentList li .cap {
  line-height: 1em;
  font-size: 14px;
  margin: 0 0 10px;
  letter-spacing: 0;
}
#eticketapp .point .pointBlock .contentList li .txt {
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
}

#eticketapp .point .pointBlock .innerTit {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 60px;
  line-height: 1.5em;
}
#eticketapp .point .pointBlock .vaccination {
  display: flex;
}
#eticketapp .point .pointBlock .vaccination dt {
  display: flex;
}
#eticketapp .point .pointBlock .vaccination dt .moc {
  line-height: 0;
  width: 190px;
}
#eticketapp .point .pointBlock .vaccination dt .moc:nth-child(1) {
  margin-right: 6px;
}
#eticketapp .point .pointBlock .vaccination dt .moc:nth-child(2) {
  margin: 0 3px;
}
#eticketapp .point .pointBlock .vaccination dt .moc:nth-child(3) {
  margin-left: 6px;
}
#eticketapp .point .pointBlock .vaccination dd {
  padding: 0 0 0 40px;
}
#eticketapp .point .pointBlock .vaccination dd .icon {
  line-height: 0;
  width: 90px;
  padding: 0;
  margin: 0 auto 30px;
}
#eticketapp .point .pointBlock .vaccination dd .lead {
}

#eticketapp .point .pointBlock .image {
  line-height: 0;
  width: 780px;
  margin: 0 auto 40px;
}
#eticketapp .point .pointBlock .cap {
  text-align: center;
  font-size: 16px;
}

#eticketapp .point .pointBlock .measuresList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 700px;
  margin: 0 auto;
  padding: 40px 0 0;
}
#eticketapp .point .pointBlock .measuresList li {
  width: 30%;
  text-align: center;
  margin-bottom: 40px;
}
#eticketapp .point .pointBlock .measuresList li:nth-child(4),
#eticketapp .point .pointBlock .measuresList li:nth-child(5),
#eticketapp .point .pointBlock .measuresList li:nth-child(6) {
  margin-bottom: 0;
}
#eticketapp .point .pointBlock .measuresList li .measuresIcon {
  line-height: 0;
  width: 130px;
  margin: 0 auto 10px;
}
#eticketapp .point .pointBlock .measuresList li .measuresTxt {
  font-size: 14px;
}
#eticketapp .point .pointBlock .measuresList li .measuresTit {
  font-size: 20px;
  font-weight: 600;
}
#eticketapp .point .pointBlock .measuresList li .btn a {
}
#eticketapp .point .pointBlock .promotionList {
  display: flex;
  width: 720px;
  justify-content: space-between;
  margin: 0 auto;
  align-items: end;
}
#eticketapp .point .pointBlock .promotionList {
  display: flex;
  width: 720px;
  justify-content: space-between;
  margin: 0 auto;
  align-items: end;
}
#eticketapp .point .pointBlock .promotionList li {
}
#eticketapp .point .pointBlock .promotionList li .cap {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0 0 20px;
  height: 40px;
}
#eticketapp .point .pointBlock .promotionList li .promotionimage {
  line-height: 0;
  width: 200px;
}

#eticketapp .point .pointBlock .valueBox {
  display: flex;
  align-items: center;
  padding: 20px 0 0;
}
#eticketapp .point .pointBlock .valueBox .valueBoxImage {
  width: 50%;
  line-height: 0;
}
#eticketapp .point .pointBlock .valueBox .memokoreBox {
  width: 50%;
}
#eticketapp .point .pointBlock .valueBox .memokoreBox .iconMemokore {
  width: 175px;
  margin: 0 auto 40px;
}
#eticketapp .point .pointBlock .valueBox .btnWhiteLine {
  line-height: 0;
  text-align: center;
}
#eticketapp .point .pointBlock .valueBox .btnWhiteLine a {
  padding: 15px;
  display: inline-block;
  width: 220px;
  max-width: 100%;
  font-size: 16px;
  text-align: center;
  border-radius: 29.5px;
  line-height: 1.8em;
}

#eticketapp .sdk {
  margin-top: 0;
}
#eticketapp .sdk .sdk-btn a {
  border: none;
}
#eticketapp .sdk .sdk-btn a:after {
  border: 1px solid #fff;
}
#eticketapp .sdk .sdk-btn a:hover:after {
  border: 1px solid #f68058;
}

#eticketapp .function {
}
#eticketapp .function .listBlock {
    margin: 0 auto;
    max-width: 1100px;
    display: block;
}
#eticketapp .function .leftBlock {
    width: 100%;
    max-width: 1100px;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#eticketapp .function .leftBlock .detailList {
  width: calc(50% - 50px);
}
/*===================================================

	リニューアル:202209:TRADE

====================================================*/

#trade .mv {
  background-color: #000;
  background-image: url(/static/tixplus/img/trade/mv-bg-trade.png);
}
#trade .news{
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 160px;
    background: #FFF;
}
#trade .news-inner {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 0;
    max-width: 100%;
}
#trade .news-inner .swiper-container4{
    position: relative;
}
#trade .news-inner .swiper-wrapper{
    align-items: stretch;
}
#trade .news-inner .swiper-slide{
    background: #FFF;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 20%);
    overflow: hidden;
    height: auto;
    transition:0.3s ease;
}
#trade .news-inner .swiper-slide:hover{
    transform:scale(0.9);
}
#trade .news-inner .swiper-slide .newsImage{
    margin: 0 0 10px;
    line-height: 0;
}
#trade .news-inner .swiper-slide .newsImage img{
    border-radius: 0;
    height: 17.45vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
#trade .news-inner .swiper-slide a:hover .newsImage img {
    transform: none;
}
#trade .news-inner .swiper-slide .catList{
    padding: 0 5% 0;
    margin: 0 0 15px;
}
#trade .news-inner .swiper-slide .catList li{
    display: inline-block;
    min-width: 88px;
    background: #DDD;
    color: #fff;
    margin: 0 3% 0 0;
    font-size: 9px;
    line-height: 1;
    text-align: center;
    border-radius: 100px;
    padding: 6px 8px 4px;
    box-sizing: border-box;
}
#trade .news-inner .swiper-slide .catList li.category01{
    background: #333;
}
#trade .news-inner .swiper-slide .catList li.category02{
    background: #ff7c60;
}
#trade .news-inner .swiper-slide .name{
    padding: 0 5% 0;
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
}
#trade .news-inner .swiper-slide .tit{
    padding: 0 5% 0;
    font-size: 18px;
    line-height: 1.3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 5px;
}
#trade .news-inner .swiper-pagination {
    display:none;
    bottom: -40px;
    left: 0;
    width: 100%;
}
#trade .news-inner .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
}
#trade .news-inner .swiper-pagination .swiper-pagination-bullet-active{
    background: #333;
}
#trade .news-inner .swiper-button-prev, 
#trade .news-inner .swiper-button-next {
    display:none;
    width: 50px;
    height: 50px;
}
#trade .news-inner .swiper-button-prev:before,
#trade .news-inner .swiper-button-next:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 100px;
    transition: .3s all ease;
}
#trade .news-inner .swiper-button-prev:hover:before,
#trade .news-inner .swiper-button-next:hover:before {
    background: rgba(0, 0, 0, 0.5);
}
#trade .news-inner .swiper-button-prev{
    left: 4%;
}
#trade .news-inner .swiper-button-prev:after{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    transform: rotate(-135deg);
    margin-left: -5px;
}

#trade .news-inner .swiper-button-next{
    right: 4%;
}
#trade .news-inner .swiper-button-next:after{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 50%;
    transform: rotate(45deg);
    margin-right: -5px;
}
#trade .fv {
    width: 100%;
    margin: 0 auto 0;
    position: relative;
    background: transparent;
    z-index: 0;
}
#trade .fv  .bg_wave_white {
    z-index: -1;
}
#trade .fv-inner {
    padding-top: 100px;
}
#trade .fv-contents {
  display: flex;
  align-items: center;
}
#trade .system_wave {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 80%;
  line-height: 0;
  max-width: 1400px;
}
#trade .fv-text-box {
  width: 55%;
  margin: 0 auto 0;
}
#trade .fv-text-box-inner {
  text-align: left;
  max-width: 400px;
  width: 100%;
  font-weight: 600;
  margin: 0 auto 0;
}
#trade .fv-text-box .fvTit {
  font-size: 28px;
  text-align: left;
  line-height: 1.5em;
  margin-bottom: 45px;
  font-weight: 600;
}
#trade .fv-text-box .fvTxt {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  margin: 0 0 15px;
}
#trade .fv-text-box .num {
  font-size: 50px;
  font-weight: 600;
  margin: 0 0 10px;
}
#trade .fv-text-box .num span {
  font-size: 20px;
  font-weight: 600;
}
#trade .fv-text-box .caution {
  font-size: 10px;
  font-weight: 600;
}
#trade h2.artist-title .caution {
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  margin: 35px 0 0 -93px;
}
#trade .no1 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 74px;
  padding: 0 70px;
  position: relative;
  display: inline-block;
  line-height: 1.3em;
}
#trade .no1::before {
  position: absolute;
  content: "";
  background: #f68058;
  width: 43px;
  height: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 0;
}

#trade .no1::after {
  position: absolute;
  content: "";
  background: #f68058;
  width: 43px;
  height: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  right: 0;
}
#trade .no1 span {
  position: absolute;
  bottom: 6px;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 0;
}
#trade .fv-title-decorates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 455px;
  margin: 26px auto 0;
}

#trade .fv-title-decorate {
  width: 143px;
  font-size: 24px;
  font-weight: bold;
  height: 37px;
  line-height: 37px;
  color: #fff;
}

#trade .fv-title-decorate:not(:first-child) {
  margin-left: 20px;
}

#trade .fv-title-decorate:nth-child(1) {
  background: #a962b9;
}

#trade .fv-title-decorate:nth-child(2) {
  background: #ffaa61;
}

#trade .fv-title-decorate:nth-child(3) {
  background: #5fb689;
}

#trade .fv-sub-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 35px;
  text-align: center;
}

#trade .fv-title {
  max-width: 583px;
  margin: 14px auto 0;
}

#trade .fv-btn {
  margin-top: 50px;
}

#trade .fv-btn a {
  display: inline-block;
  width: 220px;
  max-width: 100%;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  border-radius: 29.5px;

  border-radius: 29.5px;
}

#trade .fv-sp-img {
  width: 45%;
  margin: 0;
}

#trade .fv-sp-img img {
  height: auto;
}

#trade .flow {
  padding: 0 0 82px;
  background: #f5f5f5;
}

#trade .flow-inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px 0;
}

#trade .flow-decorate {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 199px;
  background: #d97272;
  border-radius: 22px;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  text-align: center;
}

#trade .flow-sub-title {
  font-size: 16px;
  margin-top: 17px;
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 600;
}
#trade .flow-cap {
  letter-spacing: 0.02em;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  margin: 0 auto 40px;
}
#trade .flow-title {
  letter-spacing: 0.02em;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1.41667;
}

#trade .flow-img-area {
  position: relative;
}

#trade .flow-img {
  margin: 75px auto 0;
  text-align: center;
}

#trade .flow-img img {
  width: 90%;
}

#trade .sp-flow-texts-contents {
  margin-top: 30px;
}

#trade .sp-flow-content {
  background: #f5f5f5;
  padding: 15px 10px;
}

#trade .sp-flow-content:not(:first-child) {
  margin-top: 15px;
}

#trade .sp-flow-content:last-child {
  padding-top: 1px;
}

#trade .sp-flow-sub-title {
  color: #999;
  font-size: 12px;
  padding-bottom: 5px;
  position: relative;
}

#trade .sp-flow-sub-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #999;
  left: 0;
  bottom: 0;
}

#trade .sp-flow-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}

#trade .sp-flow-title span {
  font-weight: bold;
  font-size: 12px;
}

#trade .sp-flow-text {
  font-size: 14px;
  margin-top: 10px;
}

@media (min-width: 1001px) {
  #trade .flow-texts-left {
    position: absolute;
    bottom: -65px;
    left: 37px;
  }
  #trade .flow-texts-center {
    position: absolute;
    bottom: -130px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #trade .flow-texts-right {
    position: absolute;
    bottom: -63px;
    right: 35px;
  }
  #trade .flow-text-box {
    width: 260px;
  }
}

#trade .flow-text-box-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

#trade .flow-text-box-title span {
  font-size: 14px;
}

#trade .flow-text-box-text {
  margin-top: 15px;
  line-height: 1.57143;
  letter-spacing: 0.02em;
  text-align: center;
}
#trade .flow-text-box-text span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
#trade .flow-img2 {
  margin-top: 220px;
  line-height: 0;
  width: 100%;
}
#trade .feature {
  background: #f5f5f5;
  padding: 120px 0 50px;
}

#trade .feature-inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
}

#trade .feature-title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 25px;
}
#trade .feature-lead {
  text-align: center;
  font-weight: 600;
}
#trade .feature-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 84px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#trade .feature-list {
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

@media (min-width: 1001px) {
  #trade .feature-list {
    width: 98px;
    height: 98px;
    line-height: 98px;
  }
}

#trade .feature-list:nth-child(1) {
  background: #4a5b93;
}

#trade .feature-list:nth-child(2) {
  background: #a97cc1;
}

#trade .feature-list:nth-child(3) {
  background: #76c19a;
}

#trade .feature-list:nth-child(4) {
  background: #f8b454;
}

#trade .feature-list:nth-child(5) {
  background: #ea835b;
}

@media (min-width: 1001px) {
  #trade .feature-list:not(:first-child) {
    margin-left: 18px;
  }
}

#trade .feature-list-text {
  font-size: 22px;
  font-weight: bold;
}

#trade .feature-details {
  margin-top: 72px;
}
#trade .feature-detail {
  display: flex;
  flex-wrap: wrap;
  max-width: 1050px;
  justify-content: space-between;
}
#trade .feature-detail-box {
  background: #fff;
  border-radius: 14px;
  position: relative;
  height: 330px;
  width: 49%;
  max-width: 500px;
  margin-bottom: 90px;
}

#trade .feature-detail-box:not(:first-child) {
}

#trade .feature-number {
  position: absolute;
  left: 40px;
  font-family: "Roboto";
  font-size: 108px;
  font-weight: bold;
  color: #e6e4e4;
}

#trade .feature-detail-contents {
  width: 100%;
  height: 100%;
  position: relative;
}

#trade .feature-detail-img {
  position: absolute;
  right: 40px;
  top: 40px;
}
#trade .feature-detail-img.img1 {
  width: 75px;
}
#trade .feature-detail-img.img2 {
  width: 120px;
}
#trade .feature-detail-img.img3 {
  width: 100px;
}
#trade .feature-detail-img.img4 {
  width: 120px;
}
#trade .feature-detail-texts {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 40px;
  bottom: 40px;
}

#trade .feature-detail-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6em;
}

#trade .feature-detail-sub-title {
  font-size: 16px;
  margin-top: 16px;
  letter-spacing: 0;
}

#trade .feature-btn {
  margin-top: 90px;
  text-align: center;
}

#trade .feature-btn a {
  display: inline-block;
  width: 507px;
  max-width: 100%;
  height: 111px;
  line-height: 111px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #f68058;
  border-radius: 55.5px;
  border: none;
  position: relative;
}

#trade .feature-btn a:hover {
  color: #f68058;
  border: 1px solid #f68058;
}

#trade .feature-btn a::after {
  position: absolute;
  content: "";
  background: url(/static/tixplus/img/trade/arrow.png) no-repeat center
    center/contain;
  width: 13px;
  height: 21px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#trade .playguide {
  background: #fff;
  padding: 0 0 150px;
}

#trade .playguide-inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 140px 20px 0;
}

#trade .playguide-title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 60px;
}
#trade .playguide-cap {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 40px;
}

#trade .playguideLogo {
  max-width: 1000px;
  margin: 0 auto 100px;
}
#trade .playguideLogoList {
  display: flex;
  flex-wrap: wrap;
  width: 955px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#trade .playguideLogoList li {
  padding: 0 25px;
  line-height: 0;
  margin: 0 0 30px;
}
#trade .playguideLogoList li:nth-child(1) {
  width: 200px;
}
#trade .playguideLogoList li:nth-child(2) {
  width: 180px;
}
#trade .playguideLogoList li:nth-child(3) {
  width: 150px;
}
#trade .playguideLogoList li:nth-child(4) {
  width: 220px;
}
#trade .playguideLogoList li:nth-child(5) {
  width: 200px;
}
#trade .playguideLogoList li:nth-child(6) {
  width: 140px;
}
#trade .playguideLogoList li:nth-child(7) {
  width: 220px;
}
#trade .eplustrade {
  max-width: 1050px;
  padding: 50px;
  box-sizing: border-box;
  background: #f5f5f5;
}
#trade .eplustrade .eplustrade_tit {
  line-height: 0;
  margin: 0 0 25px;
  width: 400px;
}
#trade .eplustrade .eplustrade_txt {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
#trade .eplustrade .eplustrade_List {
}
#trade .eplustrade .eplustrade_List li {
  font-size: 16px;
  margin: 0 0 5px;
  letter-spacing: 0.01em;
}
#trade .eplustrade .eplustrade_List li:last-child {
  margin: 0;
}

#trade .artist {
  background: #f5f5f5;
  padding: 126px 0 60px;
}

#trade .artist-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#trade .artist-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 60px;
  line-height: 1.5em;
}

#trade .artist-inner .artistColumn {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  justify-content: center;
}

#trade .artist-inner .artistThumb {
  width: 715px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: baseline;
}
#trade .artist-inner .artistThumb li {
  max-width: 50%;
  line-height: 0;
  margin-bottom: 20px;
  box-sizing: border-box;
}
#trade .artist-inner .artistThumb li:nth-child(odd) {
  padding-right: 20px;
}
#trade .artist-inner .artistThumb li:nth-child(even) {
  padding-left: 20px;
}
#trade .artist-inner .artistThumb li .artistname {
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  padding: 15px 0 0;
}
#trade .artist-inner .swiper {
  margin: 0 0 70px;
}
#trade .artist-inner .swiper-wrapper {
  transition-timing-function: linear;
}
#trade .artist-inner .swiper-slide img {
  height: auto;
  width: 100%;
}
#trade .artist-inner .artistListBlock {
  padding: 0 0 0 100px;
}
#trade .artist-inner .artistListBlock .listTit {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 30px;
}
#trade .artist-inner .artistListBlock .ListBlock-inner {
  display: flex;
  width: 520px;
}
#trade .artist-inner .artistListBlock .txtBlock {
  font-weight: 600;
  line-height: 2em;
  font-size: 14px;
  width: 50%;
  letter-spacing: 0;
}

#trade .premium {
  background: url(/static/tixplus/img/trade/mv2.png) no-repeat center
    center/cover;
}

#trade .premium-inner {
  text-align: center;
  padding: 169px 0;
}

#trade .premium-sub-title {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

#trade .premium-img {
  width: 470px;
  margin: 30px auto 0;
}
#trade .premium-text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 44px;
}

#trade .premium-btn {
  margin-top: 54px;
}

#trade .premium-btn a {
  display: inline-block;
  width: 317px;
  max-width: 100%;
  height: 59px;
  line-height: 59px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #f68058;
  border-radius: 29.5px;
  border: none;
}

#trade .premium-btn a:hover {
  color: #f68058;
}

#trade .usage {
  background: #f5f5f5;
  padding: 114px 0 94px;
}

#trade .usage-inner {
  max-width: 1050px;
  margin: 0 auto;
}

@media (min-width: 1001px) {
  #trade .usage-inner {
    padding: 0 20px;
  }
}

#trade .usage-title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  padding-top: 55px;
}

#trade .usage-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  margin: 75px auto 0;
}

#trade .usage-content {
  text-align: center;
}

@media (min-width: 1001px) {
  #trade .usage-content {
    width: calc(50% - 52px * 1 / 2);
  }
  #trade .usage-content:not(:first-child) {
    margin-left: 52px;
  }
}

#trade .usage-content-box-q {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #997fbf;
  padding: 13px 10px;
  border-radius: 10px 10px 0 0;
}

#trade .q-2 {
  background: #6b4e97;
}

#trade .usage-content-box-a {
  border: 3px solid #997fbf;
  font-size: 70px;
  font-weight: bold;
  background: #fff;
  padding: 42px 10px;
}

#trade .usage-content-box-a span {
  font-size: 36px;
}

#trade .a-2 {
  border-color: #6b4e97;
}

#trade .usage-attention {
  margin-top: 14px;
  text-align: right;
  font-size: 16px;
}

#trade .available {
  padding: 86px 20px;
}

#trade .available-inner {
  max-width: 1050px;
  margin: 0 auto;
  border: 2px solid #ccc;
  border-radius: 20px;
}

@media (min-width: 1001px) {
  #trade .available-box {
    padding-top: 40px;
    padding-left: 52px;
    padding-bottom: 30px;
  }
}

#trade .available-img {
  width: 367px;
}

#trade .available-title {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
}

#trade .available-title span {
  color: #e55c74;
  font-weight: bold;
}

#trade .available-texts {
  margin-top: 27px;
}

#trade .available-text {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.02em;
}

#trade .works {
  padding-top: 90px;
  padding-bottom: 150px;
}

#trade .works-main-title {
  padding-top: 60px;
}

#trade .works-detail {
  margin-top: 74px;
}

#trade .function {
  background-color: #f5f5f5;
}
#trade .function {
}
#trade .function .rightBlock {
  width: 1100px;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
#trade .function .rightBlock .detailList {
  width: calc(50% - 50px);
}

#trade .out-sight {
    background: #F5F5F5;
}
/*===================================================

	リニューアル:202209:FACE

====================================================*/

.popup.facePop {
  transform: initial;
  left: -100%;

  display: flex;
  overscroll-behavior: contain;
  overflow-y: scroll;
}
.popup.facePop.popActive {
  transform: initial;
  left: 0;
}
.popup.facePop .shade {
  left: -100%;
  z-index: -1;
  top: 0;
}
.popup.facePop.popActive .shade {
    left: 0;
    position: absolute;
}
.popup.facePop .close {
  box-sizing: border-box;
  border-radius: 100px;
  background: #000;
  z-index: 999;
  right: 100%;
  transition: transform 0.3s ease;
}
.popup.facePop.popActive .close {
  right: 50px;
}
.popup.facePop .close::before,
.popup.facePop .close::after {
  width: 60%;
}
.popup.facePop .popInBox {
  height: auto;
  min-height: 100%;
  width: 100%;
  display: block;
  padding:0;
  pointer-events: none;
}
.popup.facePop .popIninner {
    padding: 100px 0 100px;
}
.popup.facePop .contentBox {
  position: relative;
  overflow: hidden;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;

  pointer-events: auto;
}
.popup.facePop .contentBox .popTitBox {
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
}
.popup.facePop .contentBox .popTitBox .popMainTit {
  width: 470px;
  line-height: 0;
  margin: 0 0 20px;
}
.popup.facePop .contentBox .popTitBox .popMainTxt {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.popup.facePop .popImage {
  line-height: 0;
}
.popup.facePop .contentBox .contentInner {
  position: relative;
  background: #f5f5f5;
  border-radius: 0 0 55px 55px;
  color: #000;
  padding: 100px 120px;
}

.popup.facePop .popTit {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0 0 25px;
}
.popup.facePop .popTxt {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0 0 80px;
}
.popup.facePop .system_content {
  max-width: 1100px;
  display: flex;
}
.popup.facePop .system_img {
  line-height: 0;
  width: 50%;
  position: relative;
}
.popup.facePop .system_img img {
  border-radius: 10px 0 0 10px;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup.facePop .system_content_textbox {
  width: 50%;
  background: #fff;
  padding: 40px;
  border-radius: 0 10px 10px 0;
  box-sizing: border-box;
}
.popup.facePop .system_content_textbox .textList {
  margin-bottom: 20px;
}
.popup.facePop .system_content_textbox .textList:last-child {
  margin-bottom: 0;
}
.popup.facePop .system_content_textbox .textList dt {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.popup.facePop .system_content_textbox .textList dd {
  font-size: 14px;
  line-height: 1.5em;
}

.popup.facePop .c-title_decorate {
  letter-spacing: 0.06em;
  padding-top: 100px;
  position: relative;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7647058824;
}
.popup.facePop .merit_images--pc.pc {
  margin-top: 100px;
}
.popup.facePop .merit_images--pc .meritList {
  display: flex;
  max-width: 1000px;
  align-items: center;
  margin-bottom: 40px;
}
.popup.facePop .merit_images--pc .meritList:last-child {
  margin-bottom: 0;
}
.popup.facePop .merit_images--pc .meritList dt {
  width: 290px;
  font-size: 16px;
  font-weight: 600;
  color: #828282;
  padding: 30px 0 0 0;
}
.popup.facePop .merit_images--pc .meritList:last-child dt {
  color: #f68058;
}
.popup.facePop .merit_images--pc .meritList dd {
  width: 710px;
}
.popup.facePop .nonScroll {
  height: calc(200vh);
  width: 1px;
  background-color: transparent;
}

#face .mv {
  background-image: url(/static/tixplus/img/face/mv-bg-face.png);
}

#face .mv-title::before,
#face .mv-title::after {
  content: none;
}
#face .mv-tab-box {
  position: absolute;
  bottom: 0;
}
#face .intro {
  line-height: 0;
  max-width: 1200px;
  position: relative;
  margin: 0 0 140px;
}
#face .intro .txtBox {
  line-height: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
}
#face .intro .illustTit {
  font-size: 28px;
  line-height: 1.5em;
  margin: 0 0 15px;
  letter-spacing: 0;
  font-weight: 600;
}
#face .intro .illustTxt {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 0;
}
#face .intro .illustImsage {
}
#face .c-title_decorate {
  letter-spacing: 0.06em;
  padding-top: 43px;
  position: relative;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7647058824;
}

#face .l-system {
  position: relative;
}
#face .system_wave {
  position: absolute;
  z-index: -1;
  bottom: 600px;
  right: 0;
  width: 80%;
}
@media (min-width: 1001px) {
  #face .system_wave img {
    height: 75%;
  }
}
#face .p-system_inner {
  max-width: 1090px;
  padding: 120px 20px 50px;
  margin: 0 auto;
}
#face .p-system_text {
  text-align: center;
  margin-top: 8px;
  font-size: 18px;
  letter-spacing: 0.06em;
}
#face .system_contents {
  display: flex;
  background: #fff;
}

#face .system_content {
  max-width: 1100px;
  display: flex;
}
#face .system_content:not(:first-child) {
  margin-left: 53px;
}

#face .system_img {
  line-height: 0;
  width: 550px;
}
#face .system_img img {
}
#face .system_content_textbox {
  width: 550px;
  background: #fff;
  padding: 65px;
  border-radius: 0 10px 10px 0;
  box-sizing: border-box;
}

#face .system_content_textbox .textList {
  margin-bottom: 50px;
}
#face .system_content_textbox .textList:last-child {
  margin-bottom: 0;
}
#face .system_content_textbox .textList dt {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}
#face .system_content_textbox .textList dd {
  font-size: 14px;
}
#face .system_content_title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.022em;
}
#face .system_content_texts {
  margin-top: 30px;
}
#face .system_content_text {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2.2857142857;
}
#face .merit {
  background: #f5f5f5;
}
#face .merit_inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 720px 20px 106px;
  margin-top: -650px;
}
#face .merit_title.c-title_decorate {
  letter-spacing: 0.02em;
}
#face .merit_images--pc.pc {
  margin-top: 100px;
}
#face .merit_img:not(:first-child) {
  margin-top: 54px;
}
#face .merit_img:not(:first-child) img {
  height: 220px;
  width: auto;
}
#face .merit_images--sp.sp {
  margin-top: 50px;
}

#face .merit_images--pc .meritList {
  display: flex;
  width: 1000px;
  align-items: center;
  margin-bottom: 40px;
}
#face .merit_images--pc .meritList:last-child {
  margin-bottom: 0;
}
#face .merit_images--pc .meritList dt {
  width: 290px;
  font-size: 20px;
  font-weight: 600;
  color: #828282;
  padding: 30px 0 0 0;
}
#face .merit_images--pc .meritList:last-child dt {
  color: #f68057;
}
#face .merit_images--pc .meritList dd {
  width: 710px;
}

#face .trade {
  background: url(/static/tixplus/img/face/bg_trade.png) no-repeat center
    center/cover;
}
#face .trade-inner {
  text-align: center;
  padding: 90px 20px;
}
#face .trade_text {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
#face .trade_logo_sub-title {
  color: #fff;
  font-weight: bold;
  margin-top: 50px;
  font-size: 18px;
  letter-spacing: 0.02em;
}
#face .trade_logo {
  max-width: 445px;
  margin: 0 auto;
}
#face .trade-btn {
  margin-top: 49px;
}
#face .trade-btn a {
  display: inline-block;
  width: 317px;
  max-width: 100%;
  height: 59px;
  line-height: 57px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #f68058;
  border-radius: 29.5px;
  border: none;
  transition: all 0.3s ease 0s;
}
#face .trade-btn a:hover {
  color: #f68058;
}

/*===================================================

	リニューアル:202209:STREAMPASS

====================================================*/

#streampass .mv {
  background-image: url(/static/tixplus/img/Streampass/mv-bg-streampass_pc.png);
}

#streampass .mv .mv-image-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
#streampass .mv .mv-image-box .mv-image {
  max-width: 580px;
  padding: 25px 20px 0 0;
}
#streampass .mv-tab-box {
  margin-top: 119px;
}

#streampass .mv-tab-content {
  width: 50%;
  position: relative;
  padding: 0;
}

#streampass .news {
  padding-top: 150px;
  position: relative;
  padding-bottom: 90px;
}
#streampass .news .system_wave {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 85%;
  max-width: 1600px;
  line-height: 0;
}
#streampass .news-contents {
  margin-top: 0;
}

#streampass .first-view {
  background: url(/static/tixplus/img/Streampass/firstview.png) no-repeat center
    center/cover;
  width: 100%;
  max-width: 90%;
  margin: 66px auto 30px;
  position: relative;
  border-radius: 15px;
}

@media (min-width: 1001px) {
  #streampass .first-view {
    height: 790px;
  }
}

@media (min-width: 1001px) {
  #streampass .fv-texts {
    position: absolute;
    top: 130px;
    left: 165px;
  }
}

#streampass .fv-title {
  color: #fff;
  font-weight: bold;
  line-height: 1.46667;
  font-size: 30px;
  text-align: center;
}

#streampass .fv-logo {
  max-width: 311px;
  margin: 40px auto 0;
}
#streampass .tikepura-white-box-btn {
  margin-top: 65px;
}

#streampass .explain {
  padding-top: 40px;
  background: #f5f5f5;
  padding-bottom: 80px;
}
#streampass .ex-inner {
  max-width: 1050px;
  margin: 0 auto;
}

@media (min-width: 1001px) {
  #streampass .ex-inner {
    padding: 0 20px;
  }
}

#streampass .ex-main-title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.44118;
}

#streampass .ex-img {
  margin-top: 118px;
}

#streampass .ex-lists {
  display: flex;
  text-align: center;
  max-width: 846px;
  margin: 0 auto;
  margin-top: -95px;
  justify-content: center;
}

@media (min-width: 1001px) {
  #streampass .ex-list {
    width: calc(25.5% - 72px * 3 / 4);
  }
  #streampass .ex-list:not(:first-child) {
    margin-left: 72px;
  }
}

@media (min-width: 1001px) {
  #streampass .ex-img {
    padding-top: 3px;
  }
}

#streampass .ex-sub-title {
  font-size: 13px;
  line-height: 1.84615;
  margin-top: 13px;
}

#streampass .ex-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 6px;
}

#streampass .feature {
  background: #ff7c60;
  color: #fff;
  margin-top: 0;
}

#streampass .feature-inner {
  max-width: 1050px;
  padding: 80px 20px;
  margin: 0 auto;
}

#streampass .feature-main-title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.44118;
  position: relative;
}
#streampass .feature-main-title span {
  font-weight: bold;
}
#streampass .feature-lists {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#streampass .feature-list {
  width: calc(50% - 62px * 1 / 2);
}

#streampass .feature-content {
  display: flex;
  align-items: center;
}

@media (min-width: 1001px) {
  #streampass .order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #streampass .order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 62px;
  }
  #streampass .order3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 45px;
  }
  #streampass .order4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-left: 62px;
    margin-top: 45px;
  }
  #streampass .order5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 68px;
  }
  #streampass .order6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    margin-left: 62px;
    margin-top: 68px;
  }
}

#streampass .feature-img {
  max-width: 46px;
  line-height: 0;
}

#streampass .feature-text {
  font-size: 16px;
  line-height: 1.5;
  margin-left: 29px;
  letter-spacing: 0.02em;
}

#streampass .lp {
  background: url(/static/tixplus/img/Streampass/fanstream-bg.png) no-repeat
    center center/cover;
  color: #fff;
}

@media (min-width: 1001px) {
  #streampass .lp {
    height: 1258px;
  }
}

#streampass .lp-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 173px 20px;
}
#streampass .lp-logo {
  max-width: 668px;
  margin: 0 auto;
}

#streampass .lp-title {
  margin-top: 58px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}

#streampass .lp-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  margin-top: 17px;
}

#streampass .lp-spimg {
  max-width: 892px;
  margin: 73px auto 0;
}

#streampass .trade-btn a {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #249fd4;
  border-radius: 29.5px;
  border: none;
  transition: all 0.3s ease 0s;
}
#streampass .trade-btn a:hover {
  color: #249fd4;
}
#streampass .app-lists {
  margin: 60px auto 0;
}

#streampass .appstore img {
  height: 60px;
  width: auto;
}

#streampass .googleplay img {
  height: 60px;
  width: auto;
}

#streampass .apps-sp {
  padding-bottom: 50px;
  max-width: 50%;
}

/*===================================================

	リニューアル:202209:meetpass

====================================================*/

#meetpass .mv {
  background-image: url(/static/tixplus/img/Streampass/mv-bg-streampass_pc.png);
}
#meetpass .mv .mv-image-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
#meetpass .mv .mv-image-box .mv-image {
  max-width: 580px;
  padding: 25px 20px 0 0;
}
@media (min-width: 1001px) {
  #meetpass .mv-inner {
  }
}

@media (min-width: 1001px) {
  #meetpass .mv-text {
    margin-top: 30px;
  }
}

@media (min-width: 1001px) {
  #meetpass .mv-tab-box {
    margin-top: 110px;
  }
}

#meetpass .mv-tab-content {
  width: 50%;
}

#meetpass .img-area {
  width: 90%;
  margin: 67px auto 0;
  position: relative;
  max-width: 1500px;
}

#meetpass .img-area-logo {
  position: absolute;
  top: 46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20%;
}

#meetpass .img-area-btn {
  position: absolute;
  top: 22%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 1001px) {
  #meetpass .img-area-btn {
    width: 21.1333%;
  }
}

#meetpass .img-area-btn a {
  display: inline-block;
  width: 317px;
  max-width: 100%;
  height: 59px;
  line-height: 59px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #f68058;
  border-radius: 29.5px;
  border: none;
}

#meetpass .img-area-btn a:hover {
  color: #f68058;
}

#meetpass .img-area-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  color: #fff;
  position: absolute;
  top: 4%;
  left: 3%;
  width: 38%;
}

#meetpass .section-decorate {
  padding-top: 53px;
}

#meetpass .feature {
  padding: 122px 20px 165px;
}

#meetpass .feature-main-title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}

#meetpass .feature-inner {
  max-width: 1050px;
  margin: 0 auto;
}

#meetpass .feature-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 75px;
}

@media (min-width: 1001px) {
  #meetpass .feature-list {
    width: calc(25% - 33px * 3 / 4);
  }
  #meetpass .feature-list:not(:nth-child(4n + 1)) {
    margin-left: 33px;
  }
  #meetpass .feature-list:nth-child(n + 5) {
    margin-top: 74px;
  }
}

#meetpass .feature-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 14px;
}

#meetpass .feature-text {
  font-size: 14px;
  line-height: 1.57143;
  margin-top: 13px;
}

#meetpass .works-main-title {
  margin-top: 124px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

#meetpass .works-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  justify-content: space-between;
}

@media (min-width: 1001px) {
  #meetpass .works-list {
    width: 20%;
  }
  #meetpass .works-list:not(:first-child) {
  }
}

@media (min-width: 1001px) {
  #meetpass .works-img1 {
    height: 147px;
    text-align: center;
  }
  #meetpass .works-img1 img {
    width: 172px;
    padding-top: 6px;
  }
}

@media (min-width: 1001px) {
  #meetpass .works-img2 {
    height: 147px;
    text-align: center;
  }
  #meetpass .works-img2 img {
    width: 172px;
    padding-top: 35px;
  }
}

@media (min-width: 1001px) {
  #meetpass .works-img3 {
    height: 147px;
    text-align: center;
  }
  #meetpass .works-img3 img {
    width: 144px;
  }
}

@media (min-width: 1001px) {
  #meetpass .works-img4 {
    height: 147px;
    text-align: center;
  }
  #meetpass .works-img4 img {
    width: 87px;
  }
}

@media (min-width: 1001px) {
  #meetpass .works-img5 {
    text-align: center;
  }
  #meetpass .works-img5 img {
    width: 172px;
  }
}
#meetpass .works-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

#meetpass .meetpass {
  background: #1a1a1a;
}

@media (min-width: 1001px) {
  #meetpass .meetpass {
    height: 444px;
    padding-left: 20px;
  }
}

#meetpass .app-inner {
  max-width: 1050px;
  margin: 0 auto;
}

#meetpass .meetpass-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (min-width: 1001px) {
  #meetpass .app-img {
    margin-top: -69px;
    margin-right: 10px;
  }
  #meetpass .app-img img {
    width: 350px;
  }
}

#meetpass .app-details {
    text-align: center;
    margin-left: auto;
    margin-right: 125px;
    margin-top: 40px;
}

#meetpass .app-logo img {
  width: 141px;
}

#meetpass .app-content img {
  width: auto;
}

#meetpass .app-text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}

#meetpass .app-lists {
  margin-top: 39px;
}

#meetpass .app-attentions{
    padding: 20px 0 0;
}
#meetpass .app-attention{
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    position: relative;
    font-size: 11px;
    color: #FFF;
    text-align: left;
    line-height: 1.5em;
}
#meetpass .app-attention:before{
    position: absolute;
    content: "";
    top: 4px;
    width: 7px;
    height: 7px;
    background: #FFF;
    left: 0;
    border-radius: 50%;
}
#meetpass .app-attention:last-child{
    margin: 0;
}
/*===================================================

	リニューアル:202209:MEMOLKORE

====================================================*/

#memokore .mv {
  background-image: url(/static/tixplus/img/memokore/mv-bg-entertainment.png);
  height: 540px;
}

#memokore .mv-text {
  margin-top: 29px;
}
#memokore .mv-title {
  padding-top: 40px;
}
#memokore .sectionBox {
  background: #f5f5f5;
  position: relative;
}
#memokore .sectionBoxBg {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1600px;
  pointer-events: none;
}

#memokore .fv {
  width: 90%;
  margin: 74px auto 0;
  border-radius: 8px;
  position: relative;
}

@media (min-width: 1001px) {
  #memokore .fv {
    background: url(/static/tixplus/img/memokore/mv.png) no-repeat center
      center/cover;
    height: 787px;
  }
}

@media (min-width: 550px) and (max-width: 1000px) {
  #memokore .fv {
    height: 750px;
  }
}

#memokore .fv-title {
  width: 100%;
  max-width: 804px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 9%;
}

@media (min-width: 550px) and (max-width: 1000px) {
  #memokore .fv-title {
    width: 70%;
  }
}

#memokore .fv-flow {
  max-width: 617px;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 23%;
}

#memokore .news {
    padding-top: 100px;
    position: relative;
    padding-bottom: 90px;
    overflow: hidden;
}
#memokore .news .sectionTit {
  font-size: 28px;
  margin-bottom: 60px;
  font-weight: 600;
  color: #000;
  position: relative;
  text-align: center;
  z-index: 1;
}
#memokore .system_wave {
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  max-width: 1600px;
  pointer-events: none;
}
#memokore .system_wave:before {
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  background: #ffffff;
}
#memokore .news-inner {
    max-width: 1050px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 10px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
#memokore .news-inner .swiper-container3{

}
#memokore .news-inner .swiper-wrapper{

}
#memokore .news-inner .swiper-slide{
    background: #FFF;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    overflow: hidden;
    transition:0.3s ease;
}
#memokore .news-inner .swiper-slide:hover{
    transform:scale(0.9);
}
#memokore .news-inner .swiper-slide .newsImage{
    margin: 0 0 10px;
    line-height: 0;
}
#memokore .news-inner .swiper-slide .newsImage img{
    border-radius: 0;
    height: 205px;
}
#memokore .news-inner .swiper-slide a:hover .newsImage img {
    transform: none;
}
#memokore .news-inner .swiper-slide .catList{
    padding: 0 10px 0;
    margin: 0 0 10px;
}
#memokore .news-inner .swiper-slide .catList li{
    display: inline-block;
    border-radius: 5px;
    padding: 6px 10px;
    margin: 0 4px 0 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    background: #AEAEAE;
    color: #FFF;
}
#memokore .news-inner .swiper-slide .catList li.category01{
    background: #e16767;
}
#memokore .news-inner .swiper-slide .catList li.category02{
    background: #7bd784;
}
#memokore .news-inner .swiper-slide .catList li.category03{
    background: #f48760;
}


#memokore .news-inner .swiper-slide .tit{
    padding: 0 10px 0;
    font-size: 12px;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 10px;
}

#memokore .contentsFlow {
  padding: 100px 20px 0;
  background: #f5f5f5;
}
#memokore .contentsFlow-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0 140px;
}
#memokore .contentsFlow .contentsFlow-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.4em;
  position: relative;
}
#memokore .contentsFlow .contentsFlow-lead {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 45px;
  line-height: 1.4em;
  position: relative;
}

#memokore .contentsFlow .contentsFlow-box{
    position: relative;
}
#memokore .contentsFlow .contentsFlow-box .iconList{
    display: flex;
    align-items: center;
    max-width: 460px;
    margin: 0 auto 60px;
}
#memokore .contentsFlow .contentsFlow-box .iconList li{
    line-height: 0;
    margin: 0 10px;
}
#memokore .contentsFlow .contentsFlow-img {
    line-height: 0;
    margin: 0 0 20px 0;
    position: relative;
}
#memokore .contentsFlow .contentsFlow-img span{
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 24%;
    max-width: 300px;
    transform: translateY(-83%);
}
#memokore .contentsFlow .contentsFlow-img-box {
}
#memokore .pack {
    padding: 125px 20px 125px;
    background: #f5f5f5;
}

#memokore .section-decorate {
  padding-top: 63px;
}

#memokore .pack-inner {
  max-width: 1050px;
  margin: 0 auto;
}

#memokore .pack-sub-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#memokore .pack-main-title {
  max-width: 400px;
  margin: 25px auto 0;
}

#memokore .pack-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 846px;
  margin: 62px auto 0;
}

@media (min-width: 1001px) {
  #memokore .pack-content {
    width: calc(33.3% - 54px * 2 / 3);
  }
  #memokore .pack-content:not(:first-child) {
    margin-left: 54px;
  }
}

#memokore .contents-box {
  max-width: 1050px;
  margin: 71px auto 0;
  border: 3px solid #f68058;
  border-radius: 22px;
  background: #fdf6f4;
  padding: 56px 10px;
}

#memokore .contents-box-inner {
  max-width: 846px;
  margin: 0 auto;
}

#memokore .contents-box-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#memokore .contents-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 43px;
}

@media (min-width: 1001px) {
  #memokore .contents-lists {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 17px 14px;
  }
}

#memokore .contents-list {
  border: 1px solid #f68058;
  border-radius: 22px;
  background: #fff;
  color: #f68058;
  padding: 10px 30px;
}

#memokore .flow {
    max-width: 1050px;
    margin: 90px auto 125px;
}

#memokore .flow-inner {
  max-width: 1050px;
}

#memokore .flow-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#memokore .flow-sub-title {
  font-size: 16px;
  text-align: center;
  margin-top: 17px;
}

#memokore .flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 79px;
}

@media (min-width: 1001px) {
  #memokore .flow-lists {
    width: calc(50% - 19px * 1 / 2);
  }
  #memokore .flow-lists:not(:first-child) {
    margin-left: 19px;
  }
}

#memokore .flow-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 14px;
  padding: 100px 23px 24px;
  border: 3px solid #9bac4b;
  background: #fff;
  border-radius: 13px;
  position: relative;
  align-content: baseline;
}

@media (min-width: 1001px) {
  #memokore .flow-lists {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#memokore .flow-box-decorate {
    position: absolute;
    width: 112px;
    height: 112px;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 0;
}

#memokore .flow-list {
  border: 1px solid #f68058;
  border-radius: 22px;
  background: #fff;
  color: #f68058;
  padding: 10px 20px;
}

#memokore .kuji {
  padding-top: 125px;
}

#memokore .kuji-inner {
  text-align: center;
}

#memokore .kuji-sub-title {
  color: #f68058;
  font-size: 42px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 3px solid #f68058;
  display: inline-block;
}

#memokore .kuji-text {
  font-size: 30px;
  font-weight: bold;
  margin-top: 23px;
}

#memokore .kuji-text-sp {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

#memokore .kuji-text-sp span {
  color: #f68058;
}

#memokore .kuji-title {
  max-width: 420px;
  margin: 30px auto 0;
}

#memokore .kuji-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  max-width: 1050px;
  margin: 30px auto 0;
}

@media (min-width: 1001px) {
  #memokore .kuji-images {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#memokore .kuji-img:not(:first-child) {
  margin-left: 62px;
}

#memokore .kuji-img img {
  max-width: 239px;
}

#memokore .kuji-img-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  background: #adce43;
  padding-top: 328px;
  padding-bottom: 80px;
  margin-top: -286px;
}

#memokore .kujipura {
  background: url(/static/tixplus/img/memokore/kujipura-bg.png) no-repeat center
    center/cover;
  padding: 0 20px;
}

#memokore .kujipura-inner {
  max-width: 1050px;
  margin: 0 auto;
  padding-top: 125px;
}

#memokore .kujipura-box {
  background: #fff;
  border-radius: 22px;
  padding: 68px 72px 98px 79px;
}

#memokore .kujipura-sub-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#memokore .kujipura-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 33px;
}

#memokore .kujipura-logo {
  max-width: 307px;
}

#memokore .kujipura-text {
  font-weight: bold;
  font-size: 24px;
  margin-left: 67px;
  color: #f68058;
  letter-spacing: 0.02em;
}

#memokore .kujipura-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  max-width: 870px;
  margin: 35px auto 0;
}
#memokore .example {
    margin-top: 80px;
}
#memokore .example .exampleTit{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 40px;
}
#memokore .example .exampleImage{
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
}
#memokore .example .exampleImage li{
    width: calc(50% - 20px);
}
#memokore .example .exampleImage li a{
    display: block;
    line-height: 0;
}
#memokore .example .exampleTxt{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
}
#memokore .kujipura-img {
  max-width: 265px;
}
@media (min-width: 1001px) {
  #memokore .kujipura-texts {
    margin-left: 72px;
  }
}

#memokore .kujipura-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#memokore .kujipura-text-box:not(:first-child) {
  margin-top: 33px;
}

#memokore .kujipura-number {
  font-family: "Roboto";
  font-size: 82px;
  color: #e6e4e4;
  font-weight: bold;
}

@media (min-width: 1001px) {
  #memokore .kujipura-number {
    padding-top: 20px;
  }
}

@media (min-width: 1001px) {
  #memokore .kujipura-text-box-texts {
    margin-left: 23px;
  }
}

#memokore .kujipura-title {
  font-size: 24px;
  font-weight: bold;
}

#memokore .kujipura-text-sub-title {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.5;
}

#memokore .kujipura-btn {
  margin-top: 51px;
  text-align: center;
}

#memokore .kujipura-btn a {
  display: inline-block;
  width: 220px;
  max-width: 100%;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #f68058;
  border-radius: 29.5px;
  border: none;
}

#memokore .kujipura-btn a:hover {
  color: #f68058;
}

#memokore .kujipura-img-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
}

@media (min-width: 1001px) {
  #memokore .kujipura-img-content {
    width: calc(25% - 27px * 3 / 4);
  }
  #memokore .kujipura-img-content:not(:first-child) {
    margin-left: 27px;
  }
}

#memokore .kujibiki {
  background: #f5f5f5;
  padding: 150px 0 92px;
  margin-top: -100px;
}

#memokore .kujibiki-img {
  max-width: 421px;
  margin: 0 auto;
}

#memokore .kujipura-btn2 {
  margin-top: 24px;
  text-align: center;
}

#memokore .kujipura-btn2 a {
  display: inline-block;
  width: 220px;
  max-width: 100%;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  border-radius: 29.5px;
}

#memokore .kuji-works {
  padding: 109px 0 118px;
}

#memokore .kuji-works-inner {
  max-width: 1050px;
  margin: 0 auto;
}

#memokore .kuji-works-main-title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

#memokore .kuji-works-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 85px;
  max-width: 570px;
  margin: 85px auto 0;
}

#memokore .kuji-works-list {
  width: 50%;
  font-size: 15px;
}

@media (min-width: 1001px) {
  #memokore .kuji-works-list:nth-child(n + 3) {
    margin-top: 12px;
  }
}

#memokore .domain {
  padding-top: 83px;
}

/*===================================================

	リニューアル:202209:SDK

====================================================*/

#sdk .mv {
  background-image: url(/static/tixplus/img/sdk/mv-bg-fanapp.png);
}
#sdk .mv-tab-content {
  width: 50%;
}
#sdk .mv-tab-box {
  margin-top: 118px;
}
#sdk .p-fv_inner {
  max-width: 1310px;
  padding: 0 20px;
  margin: 74px auto 0;
  background: url(/static/tixplus/img/sdk/fv.png) no-repeat center center/cover;
  border-radius: 10px;
}
#sdk .p-fv_contents {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1150px;
  padding: 71px 20px 55px;
  margin: 0 auto;
}

#sdk .p-fv_texts {
  width: calc(100% - 300px);
  margin-top: 47px;
}
@media (min-width: 1001px) {
  #sdk .p-fv_texts {
    margin-left: 38px;
  }
}
#sdk .p-fv_text_title {
  text-align: center;
  font-size: 44px;
  line-height: 1.4545454545;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: bold;
}
#sdk .p-fv_text_sub-title {
  margin-top: 23px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.8333333333;
  text-align: center;
  color: #fff;
}

#sdk .p-fv_features {
  display: flex;
  margin-top: 43px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 1001px) {
  #sdk .p-fv_feature {
    width: calc(25% - 15px);
  }
  #sdk .p-fv_feature:not(:first-child) {
    margin-left: 20px;
  }
}
#sdk .p-fv_btn {
  margin-top: 52px;
}
#sdk .p-fv_btn a {
  width: 317px;
  max-width: 100%;
  height: 59px;
  line-height: 59px;
  color: #fff;
  background: #f47e56;
  border-radius: 30px;
  border: none;
}
#sdk .p-fv_btn a:hover {
  background: #fff;
  color: #f47e56;
}
#sdk .p-fv_sp_img {
  max-width: 330px;
  width: 100%;
}
#sdk .l-introduction {
  margin-top: 100px;
}
#sdk .p-introduction_inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px 56px;
}
#sdk .p-introduction_title {
  padding-top: 61px;
  font-size: 34px;
  letter-spacing: 0.02em;
  text-align: center;
  position: relative;
  font-weight: bold;
}
#sdk .p-introduction_title::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  background: #f47e56;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#sdk .p-introduction_contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 61px;
}
@media (min-width: 1001px) {
  #sdk .p-introduction_content {
    width: calc(33.3% - 44.6666666667px);
  }
  #sdk .p-introduction_content:not(:nth-child(3n + 1)) {
    margin-left: 67px;
  }
  #sdk .p-introduction_content:nth-child(n + 4) {
    margin-top: 58px;
  }
}
#sdk .p-introduction_content_img {
  position: relative;
  padding-top: 61.1111%;
}
#sdk .p-introduction_content_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sdk .p-introduction_content_title {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 21px;
}
#sdk .domain {
  background: #fff;
}

#sdk .l-engage {
  margin-top: 100px;
}
#sdk .p-engage_inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px 0;
  display: flex;
  align-items: center;
}
#sdk .p-engage_title {
  font-size: 36px;
  line-height: 1.6em;
  width: 50%;
  font-weight: 500;
  letter-spacing: 0.01em;
}
#sdk .p-engage_List {
  width: 50%;
  line-height: 1.5em;
  font-size: 16px;
}
#sdk .p-engage_List li {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5em;
}
#sdk .p-engage_List li:last-child {
  margin: 0;
}
/*===================================================

	リニューアル:202209:NFT

====================================================*/
#nft .mv {
  background-image: url(/static/tixplus/img/nft/mv-bg-nft.png);
}
#nft .mv-inner {
}
#nft .mv-tab-content {
  width: 50%;
}
#nft .mv-tab-box {
  margin-top: 118px;
}
#nft .mv-tab-content-active {
    background: #232323;
}
#nft .mv-tab-content-active a{
    color: #FFF;
}
#nft .mv-tab-content:not(:first-child) {
    border-left: 1px solid #232323;
}
#nft .mv-title {
    border-bottom: 1px solid rgba(255,255,255,0.6);
    padding: 0 0 20px;
    margin: 0 0 20px;
}
#nft .mv-sub {
    display: block;
    margin-top: 0;
    font-size: calc(18 / 1000 * 100vw);
    font-weight: bold;
    padding: 0;
}
#nft .pageContainer {
    background: #151515;
}
#nft .sectionBoxBg {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 1600px;
    pointer-events: none;
}
#nft .bg_wave_white:before {
    background: #232323;
}
#nft .news {
    padding-top: 100px;
    position: relative;
    padding-bottom: 140px;
}
#nft .news .sectionTit {
    font-size: 28px;
    margin-bottom: 60px;
    font-weight: 600;
    color: #FFF;
    position: relative;
    text-align: center;
    z-index: 1;
}
#nft .news .system_wave {
    line-height: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    max-width: 1600px;
}
#nft .news .system_wave:before {
    position: absolute;
    top: 0;
    right: 100%;
    display: block;
    content: "";
    width: 100vw;
    height: 100%;
    background: #232323;
}
#nft .news .newsBlockList:after{
    content:none;
}
#nft .news .newsBlockList li {
    width: 46%;
}

#nft .news .newsBlockList li .catList dt {

}
#nft .news .newsBlockList li .catList dd {
    color: #FFF;
}
#nft .news .newsBlockList li .tit{
    color:#FFF;
}
#nft .news .newsBlockList li .newsImage {
    border-radius: 10px;
    overflow: hidden;
    height: 80%;
    margin: 0 0 20px;
}
#nft .news .newsBlockList li .txtArea {
    display: flex;
    justify-content: space-between;
}
#nft .news .newsBlockList li .txtArea .tit{
    font-size: 16px;
}
#nft .news .newsBlockList li .txtArea .btn a{
    position: relative;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    z-index: 0;
    transform: rotateZ(0.03deg);
    background: #F0EFF0;
    display: inline-block;
    line-height: 1em;
    font-size: 16px;
    padding: 9px 25px 8px;
    border-radius: 100px;
}
#nft .news .newsBlockList li .txtArea .btn a span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #F68057;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#nft .news .newsBlockList li .txtArea .btn a:hover span {
    width: 225%;
    height: 562.5px;
}
#nft .news .newsBlockList li .txtArea .btn a:hover{
    color: #FFF;
}

#nft .content_TxtBox{
    padding: 0 0 100px;
    position: relative;
}
#nft .content_TxtBox .tit{
    font-size: 28px;
    color: #FFF;
    text-align: center;
    font-weight: 600;
    line-height: 1.5em;
    margin: 0 0 20px;
}
#nft .content_TxtBox .txt{
    font-size: 20px;
    color: #FFF;
    line-height: 1.5em;
    width: 1090px;
    margin: 0 auto;
    text-align: justify;
}
#nft .content_TxtBox .txt span{
    display: inline-block;
    margin: 0 0 15px;
}
#nft .whatNft{
    background-color: #141414;
    background-image: url(/static/tixplus/img/nft/ph_bg_whatsnft.png);
    background-size: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 20px 80px;
}
#nft .whatNft:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background: linear-gradient( 0deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 1) 100% );
}
#nft .whatNft .column{
    display: flex;
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
    align-items: end;
}
#nft .whatNft .columnImage{
    max-width: 50%;
    padding: 0 100px 0 0;
    position: relative;
}
#nft .whatNft .columnImage .nfticon{
    position: absolute;
    width: 202px;
    right: 104px;
    bottom: 7px;
}
#nft .whatNft .columnTxt{
    max-width: 50%;
    color: #FFF;
}
#nft .whatNft .columnTxt .tit{
    font-size: 28px;
    margin: 0 0 30px;
}
#nft .whatNft .columnTxt .textList{
    margin: 0 0 60px;
}
#nft .whatNft .columnTxt .textList li{
    font-size: 16px;
    margin: 0 0 20px;
}
#nft .whatNft .columnTxt .textList li:last-child{
    margin: 0;
}
#nft .whatNft .columnTxt  .iconList{
    display: flex;
    justify-content: center;
}
#nft .whatNft .columnTxt  .iconList li{
    width: 50%;
    text-align: center;
}
#nft .whatNft .columnTxt  .iconList li .icon{
    margin: 0 0 25px;
    padding: 0;
    position: relative;
}
#nft .whatNft .columnTxt  .iconList li .icon img{
    width: auto;
    height: 160px;
}
#nft .whatNft .columnTxt  .iconList li:nth-child(1) .icon:after{
content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 95%;
    transform: translate(60%,-50%) rotate(45deg);
    width: 15px;
    height: 15px;
    border-top: 3px solid #F68057;
    border-right: 3px solid #F68057;
}
#nft .whatNft .columnTxt  .iconList li:nth-child(1) .icon:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 95%;
    transform: translate(-50%,-50%);
    width: 60px;
    height: 3px;
    background: #F68057;
}
#nft .whatNft .columnTxt  .iconList li .iconTxt{
    font-size: 14px;
    text-align: center;
}
#nft .nftDetail{
    background: #232323;
    padding: 100px 20px;
}
#nft .nftDetail .nftDetailTit{
    font-size: 28px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    margin: 0 auto 100px;
}
#nft .nftDetailList{
    max-width: 1100px;
    display: flex;
    margin: 0 auto;
}
#nft .nftDetailList li{
    width: 25%;
    box-sizing: border-box;
    color: #f5f5f5;
}
#nft .nftDetailList li:nth-child(1){
    padding: 0 60px 0 0;
}
#nft .nftDetailList li:nth-child(2){
    padding: 0 40px 0 20px;
}
#nft .nftDetailList li:nth-child(3){
    padding: 0 20px 0 40px;
}
#nft .nftDetailList li:nth-child(4){
    padding: 0 0 0 60px;
}
#nft .nftDetailList li .icon{
    margin: 0 0 20px;
    text-align: center;
}
#nft .nftDetailList li .icon img{
    width: auto;
    height: 120px;
}
#nft .nftDetailList li .iconTit{
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px;
}
#nft .nftDetailList li .iconTxt{
    font-size: 14px;
}
#nft .nftDetailList li .link{
    padding: 15px 0 0;
    text-align: center;
}
#nft .nftDetailList li .link a{
    position: relative;
    color: #f68057;
    font-size: 13px;
}
#nft .nftDetailList li .link a:hover{
    opacity:0.7;
}
#nft .nftDetailList li .link a:before {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    right: -10px;
    top: 50%;
    transform: rotate(45deg) translateY(-70%);
    background: #f68057;
    border-radius: 100px;
}
#nft .nftDetailList li .link a:after {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    right: -9px;
    top: 50%;
    transform: rotate(45deg) translateY(-65%);
}

#nft .circulation{
    background:#F5F5F5;
    padding:100px 20px 120px;
}
#nft .circulation .circulationTit{
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 20px;
}
#nft .circulation .circulationSub{
    color: #4D4397;
    text-align: center;
    margin: 0 auto 60px;
    font-size: 24px;
    font-weight: 600;
}
#nft .circulation .flowImage{
    max-width: 980px;
    margin: 0 auto 60px;
}
#nft .circulation .cap{
    text-align: center;
    font-size: 13px;
    color: #1a1a1a;
}
/*===================================================

	リニューアル:202209:SPORTSDX

====================================================*/

#sportsdx .mv {
  background-image: url(/static/tixplus/img/sportsdx/mv-bg-fanapp_202406.png);
  height: 540px;
}
#sportsdx .mv-inner {
}
#sportsdx .mv-title {
    padding-top: 40px;
}
#sportsdx .mv-tab-content {
  width: 50%;
}
#sportsdx .mv-tab-box {
  margin-top: 118px;
}
#sportsdx .sectionBox {
  background: #f5f5f5;
  position: relative;
}
#sportsdx .sectionBox .sectionBoxBg {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1600px;
  pointer-events: none;
}
#sportsdx .l-feature {
  position: relative;
  padding: 0 20px;
}
#sportsdx .l-feature .system_wave {
  line-height: 0;
  position: absolute;
  right: 0;
  z-index: 0;
  width: 80%;
  max-width: 1100px;
}
#sportsdx .l-feature .system_wave:before {
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  background: #ffffff;
}

#sportsdx .l-feature .p-feature_inner {
  display: flex;
  position: relative;
  padding: 0 0 80px;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
}

#sportsdx .l-feature .p-feature_inner .featureTxtBox {
}
#sportsdx .l-feature .p-feature_inner .featureTxtBox .p-feature_title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5em;
}
#sportsdx .l-feature .p-feature_inner .featureTxtBox .p-feature_txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 50px;
}
#sportsdx .l-feature .p-feature_inner .featureTxtBox .pointIcon {
  display: flex;
  flex-wrap: wrap;
  width: 240px;
  justify-content: space-between;
}
#sportsdx .l-feature .p-feature_inner .featureTxtBox .pointIcon li {
  width: 110px;
  height: 110px;
  background: #f68057;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin: 0 0 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  padding: 5px 0 0 2px;
  box-sizing: border-box;
}
#sportsdx .l-feature .p-feature_inner .p-feature_flow_img {
  max-width: 570px;
  margin: 0;
}

#sportsdx .c-inner {
  max-width: 1090px;
  padding: 120px 20px 105px;
  margin: 0 auto;
  position: relative;
}
#sportsdx .c-section-title {
  padding-top: 51px;
  font-size: 34px;
  letter-spacing: 0.02em;
  text-align: center;
  position: relative;
  font-weight: bold;
  line-height: 1.4166666667;
}
#sportsdx .c-section-title::before {
  display: none;
}
#sportsdx .p-feature_lists {
  display: flex;
  margin-top: 17px;
  justify-content: center;
}
#sportsdx .p-feature_list {
  width: calc(25% - 15px);
  max-width: 98px;
}
#sportsdx .p-feature_list:not(:first-child) {
  margin-left: 20px;
}
#sportsdx .p-feature_flow_img {
  max-width: 740px;
  margin: 50px auto 0;
}
#sportsdx .l-support {
}

#sportsdx .p-support_inner.c-inner {
  padding-bottom: 80px;
  padding-top: 0;
  max-width: 1280px;
}

#sportsdx .p-support_inner.c-inner .p-support_title {
  padding-top: 0;
}

#sportsdx .p-support_contents {
  margin-top: 95px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#sportsdx .p-support_content {
  padding: 45px 20px;
}

#sportsdx .p-support_content {
  width: 33%;
  box-sizing: border-box;
  margin-bottom: 80px;
}

#sportsdx .p-support_content:nth-child(3n + 1) {
  padding: 0 32px 0 0;
}
#sportsdx .p-support_content:nth-child(3n + 2) {
  padding: 0 16px 0 16px;
}
#sportsdx .p-support_content:nth-child(3n + 3) {
  padding: 0 0 0 32px;
}

#sportsdx .p-support_content_inner {
  border-radius: 14px;
  background: #fff;
  position: relative;
  text-align: center;
  padding: 45px 40px 30px;
}

#sportsdx .p-support_content_inner img {
  height: 140px;
  width: auto;
}

#sportsdx .p-support_content_inner .cap {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.45;
  font-weight: bold;
  margin-top: 17px;
}
#sportsdx .p-support_content_number {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 108px;
  color: #e6e4e4;
  font-family: "Roboto";
  font-weight: bold;
}
#sportsdx .l-slide {
  padding: 53px 20px 77px;
  background: #1a1a1a;
}
#sportsdx .slide-inner {
  max-width: 1050px;
  margin: 0 auto;
}
@media (min-width: 1001px) {
  #sportsdx .slide-inner {
    position: relative;
  }
}
#sportsdx .slide1 {
  padding-bottom: 40px;
}
#sportsdx .slide-contents {
  color: #fff;
}
@media (min-width: 1001px) {
  #sportsdx .slide-texts {
    margin-top: 88px;
  }
}
#sportsdx .slide-cap {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5357142857;
  color: #fff;
}
@media (min-width: 1001px) {
  #sportsdx .slide-cap {
    z-index: 3;
  }
}
#sportsdx .slide-titles {
  display: flex;
  margin-top: 62px;
  padding-left: 8px;
  align-items: center;
  border-bottom: 3px solid #666;
  padding-bottom: 35px;
}
#sportsdx .slide-number {
  font-size: 80px;
  font-weight: bold;
  font-family: "Roboto";
  color: #666;
}
#sportsdx .slide-title {
  margin-left: 17px;
  font-size: 32px;
  font-weight: bold;
}
#sportsdx .mt45 {
  margin-top: 45px;
}
#sportsdx .slide-text {
  margin-top: 37px;
}
#sportsdx .slide-images {
  display: flex;
  margin-top: 23px;
}
#sportsdx .slide-img {
  width: calc(33.3% - 40px);
}
#sportsdx .slide-img:not(:first-child) {
  margin-left: 40px;
}
#sportsdx .slide-big-img {
  padding-left: 20px;
  margin-top: 29px;
}
@media (min-width: 1001px) {
  #sportsdx .slide-big-img img {
    width: 310px;
  }
}
#sportsdx .swiper-pagination {
  bottom: 0;
}
@media (min-width: 1001px) {
  #sportsdx .swiper-pagination {
    text-align: inherit;
    left: 95px;
  }
}
#sportsdx .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #bdbdbd;
  border-radius: 50%;
  opacity: 1;
  margin: 0 12px;
}
#sportsdx .swiper-pagination-bullet-active {
  background: #f68058;
}
#sportsdx .l-resale {
  background: #f5f5f5;
}
@media (min-width: 1001px) {
  #sportsdx .p-resale_inner.c-inner {
    padding-bottom: 125px;
  }
}
#sportsdx .p-resale_contents_wrap {
  margin-top: 94px;
}
#sportsdx .p-resale_contents {
  display: flex;
}
#sportsdx .p-resale_contents:not(:first-child) {
  margin-top: 53px;
}
#sportsdx .p-resale_content {
  background: #fff;
  border-radius: 18px;
  text-align: center;
  padding: 25px 20px;
}
#sportsdx .p-resale_content p {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.8125;
  margin-top: 21px;
}
@media (min-width: 1001px) {
  #sportsdx .p-resale_content img {
    width: 90%;
    max-width: 100%;
  }
}
@media (min-width: 1001px) {
  #sportsdx .p-resale_content {
    width: calc(25% - 11.25px);
  }
  #sportsdx .p-resale_content:not(:first-child) {
    margin-left: 20px;
  }
  #sportsdx .p-resale_content:nth-child(2),
  #sportsdx .p-resale_content:nth-child(3),
  #sportsdx .p-resale_content:nth-child(4) {
    width: calc(33.3% - 13.3333333333px);
  }
}
#sportsdx .p-resale_content.seller,
#sportsdx .p-resale_content.buyer {
    background: transparent;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#sportsdx .p-resale_content.seller span,
#sportsdx .p-resale_content.buyer span{
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.8125;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 0 10px;
}
#sportsdx .p-resale_content.seller img {
  width: 100%;
}
#sportsdx .p-resale_content.buyer img {
  width: 100%;
}

#sportsdx .l-nft {
  background: #1a1a1a;
}
@media (min-width: 1001px) {
  #sportsdx .p-nft_inner.c-inner {
    padding-bottom: 84px;
  }
}
#sportsdx .p-nft_title.c-section-title {
  color: #fff;
}
#sportsdx .p-nft_text {
  color: #fff;
  text-align: center;
  margin-top: 11px;
  letter-spacing: 0.02em;
  line-height: 1.8125;
}
#sportsdx .p-nft_img {
  margin: 22px auto 0;
  max-width: 1020px;
}
#sportsdx .p-sp_inner.c-inner {
  max-width: 1040px;
}
@media (min-width: 1001px) {
  #sportsdx .p-sp_inner.c-inner {
    padding-bottom: 120px;
  }
}
#sportsdx .p-sp_contents {
  display: flex;
}
#sportsdx .p-sp_content {
  width: 33%;
  position: relative;
}
@media (min-width: 1001px) {
  #sportsdx .p-sp_content {
    padding: 60px 20px 0;
  }
}
#sportsdx .p-sp_content.pluspay {
  background: #1a1a1a;
  color: #fff;
}
@media (min-width: 1001px) {
  #sportsdx .p-sp_content.pluspay {
    border-radius: 10px 0 0 10px;
  }
}
#sportsdx .p-sp_content.queueticket {
  background: #f5f5f5;
}
@media (min-width: 1001px) {
  #sportsdx .p-sp_content.queueticket {
    padding-top: 105px;
  }
}
#sportsdx .p-sp_content.mobileorder {
  background: url(/static/tixplus/img/sportsdx/bg_mobileorder.png) no-repeat
    center center/cover;
}
@media (min-width: 1001px) {
  #sportsdx .p-sp_content.mobileorder {
    border-radius: 0 10px 10px 0;
    padding-top: 105px;
  }
}
#sportsdx .p-sp_content_title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 1001px) and (max-width: 1100px) {
  #sportsdx .p-sp_content_title {
    font-size: 24px;
  }
}
#sportsdx .p-sp_content_text {
  margin-top: 28px;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.8125;
  font-size: 16px;
}
#sportsdx .p-sp_content_img {
  margin-top: 69px;
  padding-top: 163.006%;
  position: relative;
}
#sportsdx .p-sp_content_img img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sportsdx .l-cace {
    background: #ffffff;
    padding: 100px 0 0;
}
#sportsdx .p-case_inner.c-inner {
  padding-top: 0;
  padding-bottom: 120px;
  max-width: 1050px;
}
#sportsdx .p-case_inner.c-inner .p-case_title {
  padding-top: 0;
}
#sportsdx .p-case_inner.c-inner .c-section-title-cap {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
#sportsdx .p-case_contents {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 66px;
}
#sportsdx .p-app_slide {
  width: 307px;
}

#sportsdx .p-case_explain {
  margin-top: 46px;
}
@media (min-width: 1001px) {
  #sportsdx .p-case_explain {
    margin-right: 90px;
    width: calc(100% - 307px);
  }
}

#sportsdx .p-case_explain_title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5357142857;
}
#sportsdx .p-case_explain_text {
  margin-top: 23px;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.8125;
}
#sportsdx .p-case_explain_works-title {
  margin-top: 57px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.6111111111;
}
#sportsdx .p-case_explain_works_lists {
  margin-top: 20px;
}
#sportsdx .p-case_explain_works_lists_inner {
    display: flex;
    flex-wrap: wrap;
    padding: 28px 40px;
    background: #f5f5f5;
    border-radius: 10px;
}
#sportsdx .p-case_explain_works_list {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.8125;
}
#sportsdx .p-case_explain_works_list:not(:last-child) {
  margin-right: 1em;
}
#sportsdx .p-apps {
  margin-top: 83px;
}
#sportsdx .p-app_contents {
  display: flex;
}
@media (min-width: 1001px) {
  #sportsdx .p-app_icon {
    width: 120px;
    height: 120px;
  }
}
#sportsdx .p-app_detail {
  margin-left: 30px;
}

#sportsdx .p-app_texts {
  display: flex;
  align-items: center;
}
#sportsdx .p-app_title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.0357142857;
}
#sportsdx .p-app_btn {
  margin-left: 20px;
  max-width: 224px;
  margin-top: 7px;
}
#sportsdx .p-app_btn a {
  display: block;
  transition: all 0.3s ease 0s;
}
#sportsdx .p-app_btn a:hover {
  opacity: 0.7;
}
#sportsdx .p-app_stores {
  display: flex;
  margin-top: 10px;
}
@media (min-width: 1001px) {
  #sportsdx .p-app_stores img {
    height: 55px;
    width: auto;
  }
}

#sportsdx .app-attentions{
    padding: 20px 0 0;
}
#sportsdx .app-attention{
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    position: relative;
    font-size: 11px;
    text-align: left;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}
#sportsdx .app-attention:before{
    position: absolute;
    content: "";
    top: 4px;
    width: 7px;
    height: 7px;
    background: #000;
    left: 0;
    border-radius: 50%;
}
#sportsdx .app-attention:last-child{
    margin: 0;
}


#sportsdx .p-app_ios a {
  transition: all 0.3s ease 0s;
}
#sportsdx .p-app_ios a:hover {
  opacity: 0.7;
}
#sportsdx .p-app_android {
  margin-left: 20px;
}
#sportsdx .p-app_android a {
  transition: all 0.3s ease 0s;
}
#sportsdx .p-app_android a:hover {
  opacity: 0.7;
}
#sportsdx .p-app_features {
  margin-top: 75px;
}
#sportsdx .p-app_features_contents {
    display: flex;
    background: #f5f5f5;
    padding: 55px 55px 50px;
    border-radius: 10px;
}
#sportsdx .p-app_feature_img {
  width: 220px;
}
@media (min-width: 1001px) {
  #sportsdx .p-app_feature_texts {
    width: calc(100% - 283px);
    margin-left: 61px;
    margin-top: 40px;
  }
}
#sportsdx .p-app_feature_title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5357142857;
}
#sportsdx .p-app_feature_text {
  margin-top: 34px;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.8125;
}
#sportsdx .p-app-feature_badges {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}
@media (min-width: 1001px) {
  #sportsdx .p-app_feature_badge {
    width: calc(33.3% - 20px);
    max-width: 140px;
  }
  #sportsdx .p-app_feature_badge:not(:first-child) {
    margin-left: 30px;
  }
}
@media (min-width: 1001px) {
  #sportsdx .domain {
    background: #fff;
    padding: 89px 0 98px;
  }
}
#sportsdx .slideapp {
  padding-bottom: 40px;
  margin-top: 0;
}
#sportsdx .slideapp .swiper-pagination {
  text-align: center;
}
@media (min-width: 1001px) {
  #sportsdx .slideapp .swiper-pagination {
    left: 0;
  }
}

/*===================================================

	リニューアル:202209:SDK

====================================================*/

#tikepuraSdk .mv {
  background-image: url(/static/tixplus/img/sdk/mv-bg-tikepura_sdk.png);
}
#tikepuraSdk .mv-inner {
}
#tikepuraSdk .sectionBoxBg {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1600px;
  pointer-events: none;
}
#tikepuraSdk .l-feature {
  position: relative;
  padding: 0 20px;
}
#tikepuraSdk .l-feature .system_wave {
  line-height: 0;
  position: absolute;
  right: 0;
  z-index: 0;
  width: 100%;
  max-width: 1600px;
}
#tikepuraSdk .l-feature .system_wave:before {
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  background: #ffffff;
}

#tikepuraSdk .l-feature .p-feature_inner {
  display: flex;
  position: relative;
  padding: 100px 0 100px;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: flex-start;
}

#tikepuraSdk .l-feature .p-feature_inner .featureTxtBox {
  max-width: 460px;
}
#tikepuraSdk .l-feature .p-feature_inner .featureTxtBox .p-feature_title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.5em;
}
#tikepuraSdk .l-feature .p-feature_inner .featureTxtBox .txtList {
  margin-bottom: 20px;
}
#tikepuraSdk .l-feature .p-feature_inner .featureTxtBox .txtList li {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 20px;
}
#tikepuraSdk .l-feature .p-feature_inner .featureTxtBox .txtList li:last-child {
  margin-bottom: 0;
}
#tikepuraSdk .l-feature .p-feature_inner .featureTxtBox .cap {
  font-size: 11px;
}
#tikepuraSdk .l-feature .p-feature_inner .p-feature_flow_img {
  position: absolute;
  top: 140px;
  right: 0;
  width: 59%;
  max-width: 640px;
  margin: 0;
}

#tikepuraSdk .r-feature {
  position: relative;
}

#tikepuraSdk .r-feature .p-feature_inner {
  display: flex;
  position: relative;
  padding: 0 0 120px;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: center;
}

#tikepuraSdk .r-feature .p-feature_inner .featureTxtBox {
  max-width: 460px;
  padding: 0 0 0 80px;
}
#tikepuraSdk .r-feature .p-feature_inner .featureTxtBox .p-feature_title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.5em;
}
#tikepuraSdk .r-feature .p-feature_inner .featureTxtBox .txtList {
}
#tikepuraSdk .r-feature .p-feature_inner .featureTxtBox .txtList li {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 20px;
}
#tikepuraSdk .r-feature .p-feature_inner .featureTxtBox .txtList li:last-child {
  margin-bottom: 0;
}
#tikepuraSdk .r-feature .p-feature_inner .p-feature_flow_img {
  max-width: 610px;
  margin: 0;
}

#tikepuraSdk .p-feature_lists {
  display: flex;
  margin-top: 17px;
  justify-content: center;
}
#tikepuraSdk .p-feature_list {
  width: calc(25% - 15px);
  max-width: 98px;
}
#tikepuraSdk .p-feature_list:not(:first-child) {
  margin-left: 20px;
}
#tikepuraSdk .p-feature_flow_img {
  max-width: 740px;
  margin: 50px auto 0;
}

#tikepuraSdk .achieve {
  padding: 0 0 60px;
}
#tikepuraSdk .achieve .achieve_title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin: 0 auto 80px;
}

#tikepuraSdk .achieve .achieve_inner .achieveList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
}
#tikepuraSdk .achieve .achieve_inner .achieveList li {
  width: 30%;
  max-width: 388px;
  margin-bottom: 50px;
}
#tikepuraSdk .achieve .achieve_inner .achieveList li:nth-child(3n + 1) {
  padding: 0 20px 0 0;
}
#tikepuraSdk .achieve .achieve_inner .achieveList li:nth-child(3n + 2) {
  padding: 0 10px 0;
}
#tikepuraSdk .achieve .achieve_inner .achieveList li:nth-child(3n + 3) {
  padding: 0 0 0 20px;
}
#tikepuraSdk .achieve .achieve_inner .achieveList li .thumb {
  line-height: 0;
  position: relative;
  margin: 0;
}
#tikepuraSdk .achieve .achieve_inner .achieveList li .name {
  position: absolute;
  bottom: 25px;
  left: 0;
  font-weight: 600;
  margin: 0;
}
#tikepuraSdk .achieve .achieve_inner .achieveList li .icon {
  display: flex;
}
#tikepuraSdk .achieve .achieve_inner .achieveList li .icon dd {
  font-size: 11px;
  font-weight: 600;
  padding: 5px 7px;
  border: 1px solid;
  line-height: 1em;
  border-radius: 100px;
  margin: 0 10px 0 0;
  transform: rotateZ(0.03deg);
}

/*===================================================

	リニューアル:202209:DIGITAL

====================================================*/

#digital .mv {
  background-image: url(/static/tixplus/img/nft/mv-bg-nft.png);
  /*height: 540px;*/
}
#digital .mv-title {
    border-bottom: 1px solid rgba(255,255,255,0.6);
    padding: 0 0 20px;
    margin: 0 0 20px;
}
#digital .mv-text {
  margin-top: 28px;
}
#digital .mv-sub {
    display: block;
    margin-top: 0;
    font-size: calc(18 / 1000 * 100vw);
    font-weight: bold;
    padding: 0;
}
#digital .mv-tab-content {
    width: 50%;
}
#digital .news {
  padding-top: 70px;
  position: relative;
  padding-bottom: 90px;
}
#digital .news .system_wave {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 80%;
  max-width: 1100px;
  line-height: 0;
  max-width: 1400px;
}
#digital .news .news-contents {
  justify-content: space-between;
}
#digital .news .news-content {
  width: 306px;
}
#digital .news .news-content:not(:first-child) {
  margin-left: 0;
}
#digital .digital-applists {
  padding: 107px 0;
  background: #f5f5f5;
}

#digital .applists-inner {
  max-width: 1050px;
  margin: 0 auto;
}

#digital .applists-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

#digital .applists-title span {
    color: #f68058;
    font-size: 42px;
    border-bottom: 5px solid #f68058;
    font-weight: bold;
    display: inline-block;
    padding: 0 0 20px;
    margin: 0 0 40px;
}

#digital .digital-app-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px;
  margin-top: 79px;
  margin-bottom: 80px;
}

#digital .app-list {
  position: relative;
}

@media (min-width: 1001px) {
  #digital .app-list {
    width: calc(33.3% - 30px * 2 / 3);
  }
  #digital .app-list:not(:nth-child(3n + 1)) {
    margin-left: 30px;
  }
  #digital .app-list:nth-child(n + 4) {
    margin-top: 30px;
  }
}

#digital .app-list-box {
  border-radius: 8px;
  border: 1px solid #d7d6d6;
  background: #fff;
}

#digital .app-list-box-inner {
    padding: 15px 13px;
    position: relative;
    min-height: 251px;
}
#digital .app-list-box-inner .minClm {
    height: auto;
    min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#digital .app-list-img {
  line-height:0;
}
#digital .app-list-img img {
  border-radius: 8px 8px 0 0;
}

#digital .app-list-titles {
    display: flex;
    align-items: flex-start;
}
#digital .app-list-texts {
    width: calc(100% - 50px);
    padding: 0 15px 0 0;
}
#digital .app-list-cap {
    font-size: 11px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    box-sizing: border-box;
}
#digital .app-list-title-box{
    margin-top: 5px;
    min-height: 35px;
    display: flex;
    align-items: center;
}
#digital .app-list-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
    word-break: break-all;
    letter-spacing: 0.04em;
}
#digital .app-list-title.vb span{
    text-indent: -10px;
    display: inline-block;
    font-weight: bold;
}
#digital .app-list-icon {
    width: 50px;
    margin-left: auto;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    border-radius: 11px;
    line-height: 0;
    overflow: hidden;
}
#digital .linkBox{
  min-height: 55px;
    display: flex;
    align-items: center;
}
#digital .app-list-site {

}
#digital .qrType .app-list-site {

}
#digital .app-list-site a {
  padding-right: 15px;
  font-size: 13px;
  font-weight: bold;
  color: #f68058;
  position: relative;
  padding-top: 8px;
}

#digital .app-list-site a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-top: 2px solid #f68058;
  border-right: 2px solid #f68058;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#digital .app-list-twitter {
  margin-top: 5px;
}

#digital .app-list-twitter a {
    font-size: 13px;
    font-weight: bold;
    position: relative;
    padding: 15px 8px 0 22px;
}

#digital .app-list-twitter a::after {
    position: absolute;
    content: "";
    right: -5px;
    top: 57%;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

#digital .app-list-twitter a::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: 73%;
    transform: translateY(-50%);
    left: 0;
    background-image: url(/static/tixplus/img/digital/icon_x.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#digital .app-list-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

#digital .app-list-store-android {
  margin-left: 10px;
}
#digital .app-qr{
    width: 80px;
    line-height: 0;
    border: 1px solid #DDD;
    margin: 7px 0;
}
#digital .app-list-attention {
  font-size: 11px;
}

#digital .app-copy {
    font-size: 10px;
    text-align: right;
    line-height: 1.5em;
    margin: 5px 0 0;
}

#digital .and-more {
  position: absolute;
  font-size: 20px;
  font-family: "Roboto";
  color: #999;
  font-weight: 500;
}

@media (min-width: 1001px) {
  #digital .and-more {
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

#digital .app-attention {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
  font-size: 11px;
}

#digital .app-attention::before {
  position: absolute;
  content: "";
  top: 12px;
  width: 7px;
  height: 7px;
  background: #000;
  left: 0;
  border-radius: 50%;
}
#digital .app-attention.pt23 {
  padding-top: 0;
}
@media (min-width: 1001px) {
  #digital .app-attention::before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 1001px) {
  #digital .pt23 {
    padding-top: 23px;
  }
}

#digital .slide {
  padding: 53px 0 77px;
  background: #1a1a1a;
}
#digital .slide-inner {
  max-width: 1050px;
  margin: 0 auto;
}

@media (min-width: 1001px) {
  #digital .slide-inner {
    position: relative;
  }
}

#digital .slide1 {
  padding-bottom: 40px;
}

#digital .slide-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: #fff;
}

@media (min-width: 1001px) {
  #digital .slide-texts {
    margin-left: 88px;
    margin-top: 88px;
  }
}

#digital .slide-cap {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.53571;
  color: #fff;
}

@media (min-width: 1001px) {
  #digital .slide-cap {
    position: absolute;
    top: 0;
    left: 40%;
    z-index: 3;
  }
}

#digital .slide-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 62px;
  padding-left: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #666;
  padding-bottom: 35px;
}

#digital .slide-number {
  font-size: 80px;
  font-weight: bold;
  font-family: "Roboto";
  color: #666;
}

#digital .slide-title {
  margin-left: 17px;
  font-size: 32px;
  font-weight: bold;
}

#digital .mt45 {
  margin-top: 45px;
}

#digital .slide-text {
  margin-top: 37px;
}

#digital .slide-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
}

#digital .slide-img {
  width: calc(33.3% - 60px * 2 / 3);
  opacity: 0.5;
}

#digital .slide-img:not(:first-child) {
  margin-left: 60px;
}

#digital .slide-big-img {
  padding-left: 20px;
  margin-top: 29px;
}

@media (min-width: 1001px) {
  #digital .slide-big-img img {
    width: 310px;
  }
}

#digital .swiper-pagination {
  bottom: 0;
}

@media (min-width: 1001px) {
  #digital .swiper-pagination {
    text-align: inherit;
    left: 95px;
  }
}

#digital .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  margin: 0 12px;
}

#digital .swiper-pagination-bullet-active {
  background: #f68058;
}

#digital .slide2 {
  padding: 124px 0 124px;
  background:#FFF;
}

#digital .slide-main-title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}
@media (min-width: 1001px) {
  #digital .slide-main-title {
    padding-top: 63px;
  }
}

#digital .slide2-text {
  font-size: 16px;
  text-align: center;
  margin-top: 49px;
  line-height: 1.75;
}

#digital .slider2 {
  margin-top: 47px;
}

#digital .loop {
  background: #f5f5f5;
  padding: 109px 0 112px;
}
#digital .loop-main-title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}

@media (min-width: 1001px) {
  #digital .loop-main-title {
    padding-top: 63px;
  }
}

#digital .loop-img {
  margin-top: 80px;
  max-width: 864px;
  margin: 84px auto 0;
}

#digital .slider4 {
  margin-top: 10px;
}

#digital .loop-btn {
  margin-top: 79px;
  text-align: center;
}

#digital .loop-btn a {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #f68058;
  border-radius: 55.5px;
  border: none;
  position: relative;
}

#digital .loop-btn a::before {
  display: none;
  position: absolute;
  content: "";
  right: 30px;
  top: 45%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#digital .loop-btn a:hover {
  color: #f68058;
}

#digital .loop-btn a:hover::after {
  border-color: #f68058;
}

#digital .digital-works {
  background: #FFF;
  padding: 105px 0;
}

#digital .digital-works-inner {
  max-width: 1050px;
  margin: 0 auto;
}

#digital .digital-main-works {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}

@media (min-width: 1001px) {
  #digital .digital-main-works {
    padding-top: 61px;
  }
}

#digital .digital-works-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 79px auto 0;
  max-width: 750px;
}

@media (min-width: 1001px) {
  #digital .digital-works-list {
    width: calc(33.3% - 107px * 2 / 3);
  }
  #digital .digital-works-list:not(:nth-child(3n + 1)) {
    margin-left: 107px;
  }
  #digital .digital-works-list:nth-child(n + 4) {
    margin-top: 10px;
  }
}

@media (max-width: 1000px) {
  #digital .digital-works-list span {
    text-indent: -1em;
    padding-left: 1em;
  }
}

#digital .domain {
  padding-top: 91px;
}

/*===================================================

	リニューアル:202209:idol

====================================================*/

#idol .mv {
  background-image: url(/static/tixplus/img/sportsdx/mv-bg-fanapp.png);
}
#idol .mv-tab-content {
  width: 50%;
}
#idol .mv-tab-box {
  margin-top: 118px;
}
#idol .c-title_decorate {
  position: relative;
  padding-top: 60px;
}
#idol .c-title_decorate::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 4px;
  background: #f68058;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}
#idol .l-idol_ai {
  position: relative;
}
#idol .p-bg_wave {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 70%;
  max-width: 1400px;
  line-height: 0;
}
#idol .p-bg_wave:before {
  content: "";
}
#idol .p-idol_inner {
  max-width: 1090px;
  margin: 0 auto;
  padding: 120px 20px 70px;
}
#idol .p-idol_ai_titles {
  text-align: center;
}
#idol .p-idol_ai_sub-title {
  font-size: 22px;
  text-align: center;
}
#idol .p-idol_ai_title {
  font-size: 34px;
  font-weight: bold;
  margin-top: 22px;
  text-align: center;
}
#idol .p-idol_ai_text {
  font-size: 16px;
  text-align: center;
  margin-top: 52px;
}
#idol .l-idol_apps {
    margin-top: -10px;
    position: relative;
}
#idol .p-idol_app_main-title {
  text-align: center;
  font-weight: bold;
  font-size: 34px;
}
#idol .p-idol_apps_inner {
  max-width: 850px;
  padding: 70px 20px 100px;
  margin: 0 auto;
}
#idol .p-idol_apps_lists {
  display: flex;
  margin-top: 77px;
  margin-bottom: 80px;
}
#idol .p_idol_app {
  border-radius: 13px;
  border: 1px solid #ccc;
  background: #fff;
  position: relative;
}
#idol .p_idol_app .p_idol_app_image {
  overflow: hidden;
  border-radius: 13px 13px 0 0;
  overflow: hidden;
}
@media (min-width: 1001px) {
  #idol .p_idol_app {
    width: calc(50% - 52px * 1 / 2);
  }
}
@media (min-width: 1001px) {
  #idol .p_idol_app:not(:first-child) {
    margin-left: 52px;
  }
}
#idol .p-idol_app_copy {
  font-size: 10px;
  position: absolute;
  right: 0;
  width: 100%;
  text-align: right;
}
#idol .p-idol_app_inner {
  padding: 15px 25px 25px;
}
#idol .p-idol_app_text {
  font-size: 11px;
  line-height: 1.7em;
  letter-spacing: 0.06em;
}
#idol .p-idol_app_titles {
  display: flex;
  margin-top: 18px;
}
#idol .p-idol_app_title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
#idol .p-idol_app_icon {
  max-width: 50px;
  margin-left: auto;
  line-height: 0;
}
#idol .p-idol_app_official {
  margin-top: 20px;
}
#idol .p-idol_app_official a {
  color: #f68058;
}
#idol .p-idol_app_official a:hover {
  opacity: 0.7;
}
#idol .heart {
  color: #f68058;
  padding-right: 10px;
  padding-left: 2px;
}
#idol .twitter {
  padding-right: 8px;
  position: relative;
}
#idol .p-idol_app_twitter a {
  font-size: 14px;
  font-weight: bold;
  padding-right: 15px;
  position: relative;
  padding-top: 8px;
}
#idol .p-idol_app_twitter a:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 64%;
  transform: translateY(-50%);
  left: -4px;
  border: 1px solid #000;
}
#idol .p-idol_app_twitter a:hover {
  opacity: 0.7;
}
#idol .p-idol_app_stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
#idol .p-idol_app_stores a {
  display: block;
  line-height: 0;
}
#idol .p-idol_app_stores a:hover {
  opacity: 0.7;
}
#idol .p-idol_app_android {
  margin-left: 10px;
}
#idol .p-idol_app_download {
  font-size: 11px;
  margin-top: 10px;
}
#idol .p-idol_app_attention {
  margin-top: 72px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 2.2857142857;
}
#idol .app-attention {
  /* font-weight: bold; */
  padding-left: 20px;
  position: relative;
  font-size: 11px;
}
#idol .app-attention::before {
  position: absolute;
  content: "";
  top: 9px;
  width: 7px;
  height: 7px;
  background: #000;
  left: 0;
  border-radius: 50%;
}

#idol .p-idol_flow_inner {
  padding: 140px 0px;
}
#idol .p-idol_flow_inner .p-ido_flow_title {
  text-align: center;
  font-weight: bold;
  font-size: 34px;
}
#idol .p-ido_flow_title.c-title_decorate {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4166666667;
}
#idol .p-idol_flow_img {
  margin-top: 75px;
}
#idol .domain {
  background: #fff;
}

/*===================================================

	レスポンシブ：960px

====================================================*/
@media screen and (max-width: 1000px) {
  /*===================================================
	独立スタイル
====================================================*/
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  /*===================================================
	レスポンシブここまで
====================================================*/
}


@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .home .swiper-slide-prev {
    cursor: pointer;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .home .swiper-slide-prev {
    cursor: pointer;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .home .swiper-slide-prev {
    cursor: pointer;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .home .swiper-slide-prev {
    cursor: pointer;
  }
}
