.App{position:absolute;top:0;bottom:0;left:0;right:0;font-size:1.4rem}.App.m{min-width:768px}@media (max-height:732px){.App.m{height:732px}}.App._isOverflowHidden{overflow-x:hidden;overflow-y:auto}.App.xs{font-size:1.3rem}.App-enter-active,.App-leave-active{-webkit-transition:all .3s linear;transition:all .3s linear}.App-enter{opacity:0}.App-enter-to{opacity:1}.App-leave-to{opacity:0}.AppEnv{position:absolute;left:180px;text-align:center;font-weight:700;z-index:99;width:160px;height:30px;line-height:30px;color:#fff;font-size:14px;background:rgba(0,0,0,.75);pointer-events:none;border-bottom-right-radius:6px;border-bottom-left-radius:6px;overflow:hidden;padding-left:6px;white-space:nowrap}.sp .AppEnv{font-size:12px;width:70px;left:60px;height:26px;line-height:26px}.AppEnv._dev01{background:rgba(255,80,0,.75)}.AppEnv._stg{background:rgba(0,255,255,.75)}.AppEnv._pre{background:rgba(255,0,160,.75)}.AppEnv._tpb{background:rgba(255,255,0,.75)}.AppBG{position:fixed;z-index:1;top:0;left:0;right:0;bottom:0;overflow:hidden;background:#010101}.AppBG._isSeason{background:#000 url(/images/bg/bg_blue.jpg) top no-repeat;background-size:570px auto,cover}.m .AppBG{background:#010101}.m .AppBG._isSeason{background:url(/images/bg/bg_blue_pc.jpg) top no-repeat;background-size:cover}.AppLoading{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:hsla(0,0%,100%,.7);opacity:0}.AppLoading._touchEnabled{pointer-events:none;background:none}.AppLoading_Center{position:relative;width:64px;height:64px}.AppLoading_Label{z-index:2;position:absolute;font-size:10px;text-align:center;line-height:64px;width:64px;pointer-events:none;color:#000;font-family:Orbitron,sans-serif}.AppLoading_Spin{z-index:1;position:absolute;width:64px;height:64px;border-radius:32px;background:#fff;border:4px solid #eee;border-top:4px solid #cb0a39;-webkit-animation:keyframes 1s linear infinite;animation:keyframes 1s linear infinite}@-webkit-keyframes keyframes{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes keyframes{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.AppLoading-enter-active,.AppLoading-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.AppLoading-enter{opacity:0}.AppLoading-enter-to{opacity:1}.AppLoading-leave-to{opacity:0}.UIHoverTip{position:absolute;z-index:9;background:#fff;border-radius:2px;padding:6px 8px;color:#4e5052;font-size:1.2rem;line-height:1.3;pointer-events:none;text-align:center;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16);box-shadow:0 3px 6px rgba(0,0,0,.16)}.UIHoverTip:before{position:absolute;content:"";top:auto;bottom:-8px;border:8px solid transparent;border-top-color:#fff;border-bottom-width:0;width:0;left:20px;-webkit-transform:scaleX(.5) skewX(-45deg);transform:scaleX(.5) skewX(-45deg)}.AppTooltip-enter{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.AppTooltip-enter-to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.AppTooltip-enter-active{-webkit-transition:all .5s cubic-bezier(.175,.885,.32,1.275) .5s;transition:all .5s cubic-bezier(.175,.885,.32,1.275) .5s}.AppTooltip-leave-to{opacity:0}.AppTooltip-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.AppLanguage{display:none;position:fixed;top:30px;left:37px;z-index:999}.m .AppLanguage{top:25px;left:60px}.AppLanguage._visible{display:block}.AppLanguage_List{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.AppLanguage_List li{padding:0 10px;border-left:1px solid #666;color:#666;cursor:pointer}.AppLanguage_List li:first-child{border-left:none}.AppLanguage_List li.msta_selected{text-decoration:underline;font-weight:700}.AppModal{position:fixed;z-index:7;background:rgba(0,0,0,.25)}.AppModal,.AppModal_Inner{top:0;left:0;right:0;bottom:0}.AppModal_Inner{position:absolute;padding:24px;overflow-x:hidden;overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xs .AppModal_Inner{padding:20px 12px}.AppModal_Box{overflow:hidden;position:relative;width:100%;max-width:340px;margin:auto;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.06),0 12px 14px rgba(0,0,0,.06);box-shadow:0 1px 3px rgba(0,0,0,.06),0 12px 14px rgba(0,0,0,.06);border-radius:6px;background:#fff;text-align:center}.m .AppModal_Box{max-width:480px}.AppModal_Title{padding:16px 16px 0;font-weight:700}.AppModal_Title ._notice{color:#c00}.AppModal_Message{padding:20px 16px 20px;line-height:1.5}.AppModal_Message ._fontPrice{font-family:Orbitron,sans-serif;font-weight:600}.AppModal_Message ._notice{color:#c00}.AppModal_BtnGroup{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border-top:1px solid #ddd}.AppModal_Btn{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding:16px;line-height:1;border-left:1px solid #ddd;color:#4e5052}.AppModal_Btn:first-child{border-left:none}.AppModal_Btn._keycolor{color:#000}.AppModal-TS-enter{opacity:0}.AppModal-TS-enter-to{opacity:1}.AppModal-TS-enter-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.AppModal-TS-leave-to{opacity:0}.AppModal-TS-leave-active{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.AppModal-TS-enter .AppModal_Inner{-webkit-transform:scale(.92);transform:scale(.92)}.AppModal-TS-enter-to .AppModal_Inner{-webkit-transform:scale(1);transform:scale(1)}.AppModal-TS-enter-active .AppModal_Inner{-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.AppModal-TS-leave-to .AppModal_Inner{-webkit-transform:scale(.92);transform:scale(.92)}.AppModal-TS-leave-active .AppModal_Inner{-webkit-transition:-webkit-transform .15s ease-in;transition:-webkit-transform .15s ease-in;transition:transform .15s ease-in;transition:transform .15s ease-in,-webkit-transform .15s ease-in}.UIButton{background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.m .UIButton{-webkit-transition:all .25s ease;transition:all .25s ease;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(1);transform:scale(1);cursor:pointer}.m .UIButton:hover{-webkit-transform:scale(.98);transform:scale(.98)}.UIButton:focus{outline:none}.UIButton:disabled{pointer-events:none}.UIListButton{outline:none;text-align:left;border-radius:0;border:none;width:100%;min-height:48px;height:48px;padding:8px 24px 8px 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:1.4rem;background-color:transparent}.xs .UIListButton{font-size:1.3rem}.m .UIListButton{-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer}.UIListButton._arrow{background:url(/images/icon/arrow-right-gray.png) 100% no-repeat;background-size:16px 16px}.xs .UIListButton._arrow{background-size:14px 14px}.UIListButton._bold{font-weight:700}.UIListButton:disabled{background:none;color:#868a8f}.UIListButton._large{min-height:56px;height:56px}.UIListButton._medium{min-height:48px;height:48px}.UIListButton._small{min-height:44px;height:44px}.UIListButton_IconArea{-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px;position:relative}.UIListButton_IconArea_Icon{background-repeat:no-repeat;background-position:50%;background-size:24px auto;width:24px;height:24px;display:block}.UIListButton_IconArea_isNewArrival{width:10px;height:10px;border-radius:50%;background:#cb0a39;position:absolute;top:2px;right:12px}.UIListButton_Body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.UIListButton._large .UIListButton_IconArea{-webkit-box-flex:0;-ms-flex:0 0 48px;flex:0 0 48px}.UIListButton._large .UIListButton_IconArea .UIListButton_IconArea_Icon{background-size:36px 36px;width:36px;height:36px}.UIAppButton{display:block;position:relative;border-radius:100px;width:100%;font-weight:700;color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;margin-left:auto;margin-right:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);line-height:1.3}.m .UIAppButton{-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(1);transform:scale(1);cursor:pointer}.m .UIAppButton:disabled{cursor:default;pointer-events:none}.m .UIAppButton:hover{-webkit-transform:scale(.96);transform:scale(.96)}.UIAppButton:hover:disabled{-webkit-transform:scale(1);transform:scale(1)}.UIAppButton._inlineblock{display:inline-block}.UIAppButton._normal{color:#fff}.m .UIAppButton._normal:hover,.m .UIAppButton._normal:hover._isFarm,.UIAppButton._normal,.UIAppButton._normal._isFarm{background-color:#000}.UIAppButton._normal._large,.UIAppButton._normal._large._isFarm{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.16),0 12px 14px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.16),0 12px 14px rgba(0,0,0,.16)}.m .UIAppButton._normal._large:hover,.m .UIAppButton._normal._large:hover._isFarm{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.16),0 4px 6px rgba(0,0,0,.16);box-shadow:0 1px 2px rgba(0,0,0,.16),0 4px 6px rgba(0,0,0,.16)}.UIAppButton._normal._medium,.UIAppButton._normal._medium._isFarm{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.16),0 12px 14px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.16),0 12px 14px rgba(0,0,0,.16)}.m .UIAppButton._normal._medium:hover,.m .UIAppButton._normal._medium:hover._isFarm{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.16),0 4px 6px rgba(0,0,0,.16);box-shadow:0 1px 2px rgba(0,0,0,.16),0 4px 6px rgba(0,0,0,.16)}.UIAppButton._normal._small,.UIAppButton._normal._small._isFarm{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.16),0 8px 12px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.16),0 8px 12px rgba(0,0,0,.16)}.m .UIAppButton._normal._small:hover,.m .UIAppButton._normal._small:hover._isFarm{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.16),0 3px 5px rgba(0,0,0,.16);box-shadow:0 1px 2px rgba(0,0,0,.16),0 3px 5px rgba(0,0,0,.16)}.UIAppButton._warning{background-color:#e6a722;color:#fff}.m .UIAppButton._warning:hover{background-color:#b68215}.UIAppButton._warning._large{-webkit-box-shadow:0 1px 3px rgba(230,167,34,.16),0 12px 14px rgba(230,167,34,.16);box-shadow:0 1px 3px rgba(230,167,34,.16),0 12px 14px rgba(230,167,34,.16)}.m .UIAppButton._warning._large:hover{-webkit-box-shadow:0 1px 2px rgba(230,167,34,.16),0 4px 6px rgba(230,167,34,.16);box-shadow:0 1px 2px rgba(230,167,34,.16),0 4px 6px rgba(230,167,34,.16)}.UIAppButton._warning._medium{-webkit-box-shadow:0 1px 3px rgba(230,167,34,.16),0 12px 14px rgba(230,167,34,.16);box-shadow:0 1px 3px rgba(230,167,34,.16),0 12px 14px rgba(230,167,34,.16)}.m .UIAppButton._warning._medium:hover{-webkit-box-shadow:0 1px 2px rgba(230,167,34,.16),0 4px 6px rgba(230,167,34,.16);box-shadow:0 1px 2px rgba(230,167,34,.16),0 4px 6px rgba(230,167,34,.16)}.UIAppButton._warning._small{-webkit-box-shadow:0 1px 3px rgba(230,167,34,.16),0 8px 12px rgba(230,167,34,.16);box-shadow:0 1px 3px rgba(230,167,34,.16),0 8px 12px rgba(230,167,34,.16)}.m .UIAppButton._warning._small:hover{-webkit-box-shadow:0 1px 2px rgba(230,167,34,.16),0 3px 5px rgba(230,167,34,.16);box-shadow:0 1px 2px rgba(230,167,34,.16),0 3px 5px rgba(230,167,34,.16)}.UIAppButton._danger{background-color:#c00;color:#fff}.m .UIAppButton._danger:hover{background-color:#8f0000}.UIAppButton._danger._large{-webkit-box-shadow:0 1px 3px rgba(204,0,0,.16),0 12px 14px rgba(204,0,0,.16);box-shadow:0 1px 3px rgba(204,0,0,.16),0 12px 14px rgba(204,0,0,.16)}.m .UIAppButton._danger._large:hover{-webkit-box-shadow:0 1px 2px rgba(204,0,0,.16),0 8px 12px rgba(204,0,0,.16);box-shadow:0 1px 2px rgba(204,0,0,.16),0 8px 12px rgba(204,0,0,.16)}.UIAppButton._danger._medium{-webkit-box-shadow:0 1px 3px rgba(204,0,0,.16),0 12px 14px rgba(204,0,0,.16);box-shadow:0 1px 3px rgba(204,0,0,.16),0 12px 14px rgba(204,0,0,.16)}.m .UIAppButton._danger._medium:hover{-webkit-box-shadow:0 1px 2px rgba(204,0,0,.16),0 8px 12px rgba(204,0,0,.16);box-shadow:0 1px 2px rgba(204,0,0,.16),0 8px 12px rgba(204,0,0,.16)}.UIAppButton._danger._small{-webkit-box-shadow:0 1px 3px rgba(204,0,0,.16),0 8px 12px rgba(204,0,0,.16);box-shadow:0 1px 3px rgba(204,0,0,.16),0 8px 12px rgba(204,0,0,.16)}.m .UIAppButton._danger._small:hover{-webkit-box-shadow:0 1px 2px rgba(204,0,0,.16),0 3px 5px rgba(204,0,0,.16);box-shadow:0 1px 2px rgba(204,0,0,.16),0 3px 5px rgba(204,0,0,.16)}.UIAppButton._none{background-color:#fff;color:#686b70;-webkit-box-shadow:none;box-shadow:none;border:1px solid #a3a9b0;font-weight:400}.m .UIAppButton._none:hover{color:#4b4d50;border:1px solid #828a94}.UIAppButton._none:disabled{color:#fff;border:none}.UIAppButton._large{max-width:320px;height:56px;font-size:1.6rem}.xs .UIAppButton._large{font-size:1.5rem;height:42px}.UIAppButton._medium{max-width:240px;height:44px;font-size:1.4rem}.xs .UIAppButton._medium{font-size:1.3rem;height:40px}.UIAppButton._small{max-width:95px;height:32px;font-size:1.2rem}.xs .UIAppButton._small{font-size:1.1rem;height:28px}.UIAppButton._icon{background-image:url(/images/icon/arrow-right-white.png);background-repeat:no-repeat}.UIAppButton._icon._large{background-size:auto 22px;background-position:right 20px center;padding-left:28px;padding-right:32px}.xs .UIAppButton._icon._large{background-size:auto 18px;background-position:right 16px center;padding-right:28px}.UIAppButton._icon._none{background-image:url(/images/icon/arrow-right-gray.png)}.UIAppButton._icon._medium{background-size:auto 20px;background-position:right 16px center;padding-left:20px;padding-right:24px}.xs .UIAppButton._icon._medium{background-size:auto 16px;background-position:right 12px center}.UIAppButton._icon._small{background-size:auto 12px;background-position:right 8px center;padding-left:10px;padding-right:18px}.xs .UIAppButton._icon._small{background-size:auto 10px;background-position:right 6px center;padding-right:16px}.UIAppButton._icondown{background-image:url(/images/arrow/arrow-down-white.png);background-repeat:no-repeat}.UIAppButton._icondown._large{background-size:22px auto;background-position:right 20px center;padding-left:28px;padding-right:32px}.xs .UIAppButton._icondown._large{background-size:18px auto;background-position:right 16px center;padding-right:28px}.UIAppButton._icondown._none{background-image:url(/images/arrow/arrow-down-gray.png)}.UIAppButton._icondown._medium{background-size:20px auto;background-position:right 16px center;padding-left:20px;padding-right:24px}.xs .UIAppButton._icondown._medium{background-size:16px auto;background-position:right 12px center}.UIAppButton._icondown._small{background-size:12px auto;background-position:right 8px center;padding-left:10px;padding-right:18px}.xs .UIAppButton._icondown._small{background-size:10px auto;background-position:right 6px center;padding-right:16px}.UIAppButton:disabled{background-color:#d3d8e0!important}.m .UIAppButton:disabled:hover,.UIAppButton:disabled{-webkit-box-shadow:none!important;box-shadow:none!important}.m .UIAppButton:disabled:hover{background-color:#d3d8e0}.UIAppButton:focus{outline:none}.UIToggle{width:100%;cursor:pointer}.UIToggle_Head._arrow{background:url(/images/icon/arrow-down-gray.png) no-repeat;background-position:top 17px right 14px;background-size:18px auto}.UIToggle_Head._arrow._open{background:url(/images/icon/arrow-up-gray.png) no-repeat;background-position:top 17px right 14px;background-size:18px auto}.UIToggle_Head._bold{font-weight:700}.UIToggle_Body{overflow:hidden;position:relative;-webkit-transition:height .3s linear;transition:height .3s linear;height:0}.AppMenu{z-index:5;position:absolute}.AppMenu_Overlay{background:rgba(0,0,0,.32);width:100%}.AppMenu_Box,.AppMenu_Overlay{position:fixed;top:0;left:0;right:0;bottom:0;height:100%}.AppMenu_Box{width:calc(100% - 72px);background:#fff;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:20px}.m .AppMenu_Box{width:360px}.AppMenu_Box_Close{padding:28px 16px 8px}.m .AppMenu_Box_Close{padding:24px 16px 8px}.AppMenu_Box_User{padding:10px;border-bottom:1px solid #d3d8e0}.AppMenu_Box_User_Wrap{background:#efefef;padding:12px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.AppMenu_Box_User_Icon{-webkit-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px}.AppMenu_Box_User_Icon img{width:20px}.AppMenu_Box_User_Name{font-size:1.2rem;font-weight:700}.AppMenu_Box_User_Name span{font-size:1.1rem}.AppMenu_Box_Item{border-bottom:1px solid #d3d8e0}.m .AppMenu_Box_Item{-webkit-transition:all .3s ease;transition:all .3s ease}.m .AppMenu_Box_Item:hover{background-color:#fceaee}.AppMenu_Box_Item_Btn{padding:0 16px;font-weight:700;font-size:1.2rem;min-height:42px!important;height:42px!important}.AppMenu_Box_Item_Btn._normal{background:url(/images/icon/arrow-right-gray.png) center right 16px no-repeat;background-size:16px 16px}.xs .AppMenu_Box_Item_Btn._normal{background-size:14px 14px}.AppMenu_Box_Item_Toggle li{cursor:pointer;font-weight:700;font-size:1.2rem;border-top:1px solid #d3d8e0;min-height:42px;height:42px;padding-left:53px;line-height:3.5;background:#f5f8fa url(/images/icon/arrow-right-gray.png) center right 16px no-repeat;background-size:16px 16px}.xs .AppMenu_Box_Item_Toggle li{background-size:14px 14px}.AppMenu_Box_Cookie{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#c00;font-size:1.2rem;margin:20px auto 0;cursor:pointer;border-bottom:1px solid #c00}.AppMenu_Box_Cookie img{width:15px}.AppMenu_Box_Cookie span{margin-left:4px}.AppPanel{position:fixed;z-index:6;background:rgba(0,0,0,.25);-webkit-perspective:4000;perspective:4000}.AppPanel,.UIPanel{top:0;left:0;right:0;bottom:0}.UIPanel{position:absolute;opacity:0;padding:24px;overflow-x:hidden;overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xs .UIPanel{padding:20px 12px}.UIPanelBox{overflow:hidden;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:340px;max-height:100%;margin:auto;background:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.06),0 12px 14px rgba(0,0,0,.06);box-shadow:0 1px 3px rgba(0,0,0,.06),0 12px 14px rgba(0,0,0,.06);border-radius:6px}.m .UIPanelBox{max-width:640px}.UIPanelBox._fit{height:100%;max-height:600px}.m .UIPanelBox._fit{max-height:640px}.UIPanelHeader{height:48px;-webkit-box-flex:0;-ms-flex:0 0 48px;flex:0 0 48px;font-size:1.6rem;font-weight:700;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff url(/images/bg/bg_panel_header.png) top no-repeat;background-size:cover}.UIPanelHeader._m{-webkit-box-flex:0;-ms-flex:0 0 98px;flex:0 0 98px}.UIPanelBody{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.UIPanelBody,.xs .UIPanelBody{padding:16px 16px 32px}.UIPanelBody._refresh_IE{height:0}.UIPanelFooter{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;background-color:#fff;padding-top:8px;padding-bottom:16px}.UIPanelFooter_Wrap{width:100%}.m .UIPanelFooter_Wrap{max-width:400px;margin:auto}.UIPanelFooter:before{content:"";display:block;width:100%;height:40px;position:absolute;top:-40px;pointer-events:none;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff)}.UIBoxItem+.UIBoxItem{margin-top:20px}.xs .UIBoxItem+.UIBoxItem{margin-top:16px}.UIBoxInnerTitle{font-size:1.4rem;font-weight:700;margin-bottom:10px}.xs .UIBoxInnerTitle{font-size:1.3rem}.m .UIBoxInnerTitle{font-size:1.6rem}.UIBoxInnerTitle span{color:#868a8f}.UIBoxInnerTitle._header{font-size:1.6rem;text-align:center;padding:16px;margin-bottom:0;border-bottom:1px solid #d3d8e0}.xs .UIBoxInnerTitle._header{font-size:1.4rem}.m .UIBoxInnerTitle._header{font-size:1.8rem}.UIFlexbox{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.UIFlexbox._stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.UIFlexbox._center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIFlexbox._baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.UIFlexbox._start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.UIFlexbox._end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.UIFlexbox._column{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.UIFlexbox._spaceBetween{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.UIFlexbox>*{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.UIFlexbox._num2{margin-left:-8px;margin-right:-8px}.UIFlexbox._num2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding:0 8px}.UIFlexbox._num3{margin-left:-8px;margin-right:-8px}.UIFlexbox._num3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;padding:0 8px}.UIRangeBar{position:relative;height:50px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.UIRangeBar._line{height:28px}.UIRangeBar_LineL{position:absolute;left:0;bottom:4px;width:52px;text-align:center;color:#cb0a39;font-size:1.2rem}.UIRangeBar_LineL>span{font-family:Orbitron,sans-serif;font-weight:600;font-size:1.5rem}.UIRangeBar_LineL._isFarm{color:#c00}.UIRangeBar_LineL._default{color:#c4c8cc}.UIRangeBar_LineR{position:absolute;right:0;bottom:4px;width:52px;text-align:center;color:#cb0a39;font-size:1.2rem}.UIRangeBar_LineR._isFarm{color:#c00}.UIRangeBar_LineR>span{font-family:Orbitron,sans-serif;font-weight:600;font-size:1.5rem}.UIRangeBar_LineR._default{color:#c4c8cc}.UIRangeBar_Line{position:absolute;left:0;right:0;height:100%}.UIRangeBar_Line._line{left:56px;right:56px}.UIRangeBar_Bar{position:absolute;bottom:12px;width:100%;height:4px;background:#ddd;border-radius:2px}.UIRangeBar_Bar._active{background:#cb0a39}.UIRangeBar_Bar._active._isFarm{background:#c00}.UIRangeBar_Grip{position:absolute;bottom:0}.UIRangeBar_Grip_Circle{width:28px;height:28px;top:-28px;position:absolute;border-radius:50%;border:2px solid #cb0a39;background:#fff;cursor:pointer}.UIRangeBar_Grip_Circle._isFarm{border:2px solid #c00}.UIRangeBar_Grip_Circle._line{width:16px;height:16px;top:-22px}.UIRangeBar_Grip_Circle._default{border-color:#c4c8cc}.UIRangeBar_Grip_Num{position:absolute;top:-52px;left:-20px;width:-webkit-max-content;width:-moz-max-content;width:max-content;font-size:1.2rem;color:#cb0a39;text-align:center;vertical-align:bottom;line-height:16px}.UIRangeBar_Grip_Num>span{font-family:Oswald,sans-serif;font-size:1.6rem}.UIRangeBar_Grip_Num._default{color:#c4c8cc}.UIRangeBar_Grip_Num._isFarm{color:#c00}.UIIconButton{display:inline-block;position:relative;border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;background-repeat:no-repeat;background-position:50%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.m .UIIconButton{-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(1);transform:scale(1);cursor:pointer}.m .UIIconButton:hover{-webkit-transform:scale(.96);transform:scale(.96)}.UIIconButton._normal{background-color:#000;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.06),0 8px 12px rgba(0,0,0,.06);box-shadow:0 1px 3px rgba(0,0,0,.06),0 8px 12px rgba(0,0,0,.06)}.m .UIIconButton._normal:hover{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.06),0 3px 5px rgba(0,0,0,.06);box-shadow:0 1px 2px rgba(0,0,0,.06),0 3px 5px rgba(0,0,0,.06)}.UIIconButton._normal._isFarm{background-color:#000}.UIIconButton._warning{background-color:#e6a722;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.06),0 8px 12px rgba(0,0,0,.06);box-shadow:0 1px 3px rgba(0,0,0,.06),0 8px 12px rgba(0,0,0,.06)}.m .UIIconButton._warning:hover{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.06),0 3px 5px rgba(0,0,0,.06);box-shadow:0 1px 2px rgba(0,0,0,.06),0 3px 5px rgba(0,0,0,.06)}.UIIconButton._danger{background-color:#c00;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.06),0 8px 12px rgba(0,0,0,.06);box-shadow:0 1px 3px rgba(0,0,0,.06),0 8px 12px rgba(0,0,0,.06)}.m .UIIconButton._danger:hover{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.06),0 3px 5px rgba(0,0,0,.06);box-shadow:0 1px 2px rgba(0,0,0,.06),0 3px 5px rgba(0,0,0,.06)}.UIIconButton._cancel{background-color:#d3d8e0}.UIIconButton._none{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;border:none}.UIIconButton._large{width:40px;height:40px;background-size:20px}.UIIconButton._medium{height:32px;width:32px;background-size:16px}.UIIconButton._small{width:24px;height:24px;background-size:12px}.UIIconButton._xsmall{width:18px;height:18px;background-size:11px}.UIIconButton:disabled{background-color:#e6e8eb!important;-webkit-box-shadow:none!important;box-shadow:none!important;border:none!important}.UIIconButton:focus{outline:none}.UICountButton{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto}.UICountButton_Btn{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;height:40px}.UICountButton_Btn._m{-webkit-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;height:32px}.UICountButton_Btn._s{-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px;height:24px}.UICountButton_Count{font-size:1.2rem;-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px;text-align:center;line-height:1}.UICountButton_Count._s{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:0 8px}.UICountButton_Count._isDisabled{color:#c4c8cc}.UICountButton_Count_Num._s{min-width:1.8rem;font-size:1.8rem}.UICountButton_Count_Num._m,.UICountButton_Count_Num._s{display:inline-block;font-weight:600;font-family:Oswald,sans-serif}.UICountButton_Count_Num._m{min-width:2.8rem;font-size:2.8rem}.UICountButton_Count_Num._l{display:inline-block;min-width:4.4rem;font-size:4.4rem;font-weight:600;font-family:Oswald,sans-serif}.m .UICountButton_Count_Num._l{min-width:6.4rem;font-size:6.4rem}.UICountButton_Count_Unit{margin-left:6px}.UICountButton_Count_Unit._s{margin-left:0}.UIRadioButton{display:inline-block;cursor:pointer}.UIRadioButton [type=radio]{display:none}.UIRadioButton ._center{margin-left:auto;margin-right:auto}.UIRadioButton._disabled{pointer-events:none}.UIRadioButton._btn{padding:8px 16px;border:1px solid #c4c8cc;border-radius:2px}.UIRadioButton._btn._checked{border:1px solid #cb0a39}.UIRadioButton_Wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.UIRadioButton_Mark{-webkit-box-flex:0;-ms-flex:0 0 20px;border:1px solid #c4c8cc;border-radius:50%;display:inline-block;vertical-align:middle;width:20px;height:20px;flex:0 0 20px}.UIRadioButton_Mark._checked{border:none}.UIRadioButton_Mark._checked,.UIRadioButton_Mark._checked._isFarm{background:#c00 url(/images/icon/check-white.png) no-repeat;background-size:10px auto;background-position:50%}._disabled .UIRadioButton_Mark{border-color:#dadce0;background:#f2f3f5}.UIRadioButton_Label{display:inline-block;vertical-align:middle;padding-left:8px}.UIRadioButton_Label._checked{color:#cb0a39;font-weight:700}._disabled .UIRadioButton_Label{color:#dadce0;font-weight:400}.PanelFilters_Box_Body_Favorite+div{margin-top:8px}.PanelFilters_Box_Body_SelectSeat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:44px;font-size:1.4rem;border:1px solid #c4c8cc;border-radius:4px;padding:0 12px;background-image:url(/images/arrow/arrow-right-gray.png);background-repeat:no-repeat;background-position:center right 12px;background-size:16px auto}.PanelFilters_Box_Body_SelectSeat._isSelected{border-color:#cb0a39;color:#cb0a39;background-image:url(/images/arrow/arrow-right-secondary.png)}.PanelFilters_Box_Body_SelectSeat._isSelected._farm{border-color:#c00;color:#c00;background-image:url(/images/arrow/arrow-right-farm-secondary.png)}.PanelThinningOutInfo_Title{font-size:1.4rem}.PanelThinningOutInfo_Body_Text{font-size:1.3rem;margin-top:6px}.PanelThinningOutInfo_Body_Image{margin:12px 0;width:100%}.PanelThinningOutInfo_Body_Note{font-size:1.3rem;margin-top:6px}.UIPanelFilterSeatItem{text-align:left;display:block;width:100%;padding:8px 0;border-bottom:1px solid #ddd;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.m .UIPanelFilterSeatItem:hover{background-color:#e0f5ff}.UIPanelFilterSeatItem_Color{-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px}.UIPanelFilterSeatItem_Color>span{display:inline-block;border:1px solid #eee;width:16px;height:16px}.UIPanelFilterSeatItem_Color._disabled{opacity:.24}.UIPanelFilterSeatItem_Name_Price{font-family:Orbitron,sans-serif;font-weight:600;font-size:1.4rem}.UIPanelFilterSeatItem_Name_Empty{color:#c00}.UIPanelFilterSeatItem_Btn{-webkit-box-flex:0;-ms-flex:0 0 68px;flex:0 0 68px}.SVGMap{position:relative;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.SVGMap_IE{position:absolute;z-index:1}.SVGMap_IE>img{-webkit-transform-origin:0 0;transform-origin:0 0}.SVGMap_SVG{position:relative;z-index:2}.SVGMap_Group{pointer-events:bounding-box;fill:#fff;-webkit-transform-origin:0 0;transform-origin:0 0;width:10500;height:10500}.SVGMap_Group._effect{-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.PanelFilterArea_Body{padding:0 0 20px!important;position:relative}.PanelFilterArea_Map{position:absolute;left:8px;top:20px;width:280px;height:280px;overflow:hidden}.sp .PanelFilterArea_Map{display:none}.PanelFilterArea_List{border-top:1px solid #ddd;padding:0 16px}.pc .PanelFilterArea_List{margin-left:280px}.pc .PanelFilterArea_List._none{margin-left:0}.PanelSeatTypeColorGuide_Box{max-height:300px!important}.pc .PanelSeatTypeColorGuide_Box{max-height:400px!important}.PanelSeatTypeColorGuide_Body{padding:0 0 20px!important;position:relative}.PanelSeatTypeColorGuide_List{padding:0 16px}.PanelSeatTypeColorGuide_List_Item{border-bottom:1px solid #ddd;padding:12px 0}.PanelSeatTypeColorGuide_List_Item_Color{-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px}.PanelSeatTypeColorGuide_List_Item_Color>span{display:inline-block;border:1px solid #eee;width:16px;height:16px}.PanelSeatTypeColorGuide_List_Item_Children{padding-left:23px;margin-top:6px}.PanelSeatTypeColorGuide_List_Item_Children_Color{display:inline-block;vertical-align:middle}.PanelSeatTypeColorGuide_List_Item_Children_Color>span{display:inline-block;width:12px;height:12px}.PanelSeatTypeColorGuide_List_Item_Children_Name{font-size:1.2rem;display:inline-block;vertical-align:middle;margin-left:8px}.PanelCounter_Note{color:#000!important}.PanelCounter_Note._red{color:#c00!important}.PanelCounter_Label{margin:32px 0 8px}.xs .PanelCounter_Label{margin:20px 0 4px}.PanelCounter_Flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.PanelCounter_Flex_Item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:20px 0}.m .PanelCounter_Flex_Item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.PanelAddTicketCounter_Note{color:#000!important}.PanelAddTicketCounter_Note._red{color:#c00!important}.PanelAddTicketCounter_Label{margin:32px 0 8px}.xs .PanelAddTicketCounter_Label{margin:20px 0 4px}.PanelAddTicketCounter_Flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.PanelAddTicketCounter_Flex_Item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:20px 0}.m .PanelAddTicketCounter_Flex_Item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.PanelCounterInvitation_Note{color:#000!important}.PanelCounterInvitation_Note._red{color:#c00!important}.PanelCounterInvitation_Flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.PanelCounterInvitation_Flex_Item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:20px 0}.m .PanelCounterInvitation_Flex_Item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.PanelChildCounter_Note{color:#000!important}.PanelChildCounter_Note._red{color:#c00!important}.PanelChildCounter_Item._title{margin-bottom:16px}.m .PanelChildCounter_Item_Br{display:none}.PanelChildCounter_Label{margin:32px 0 8px}.xs .PanelChildCounter_Label{margin:20px 0 4px}.PanelChildCounter_Count{font-size:4.4rem;font-family:Oswald,sans-serif;font-weight:600;line-height:1}.m .PanelChildCounter_Count{font-size:6.4rem}.PanelChildCounter_Flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.PanelChildCounter_Flex_Item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.m .PanelChildCounter_Flex_Item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.LabelPrice{font-family:Orbitron,sans-serif;letter-spacing:.05em}.LabelPrice,.LabelPrice._bold{font-weight:600}.PanelParkingTicketList_Body{padding:0 0 32px}.PanelParkingTicketList_Event{padding:16px 16px 0;border-bottom:1px solid #dadce0}.PanelParkingTicketList_Event_Day{font-size:1.4rem;font-weight:700}.PanelParkingTicketList_Event_Time{font-size:1.2rem}.PanelParkingTicketList_Event_Parking{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 0}.PanelParkingTicketList_Event_Parking+div{border-top:1px solid #dadce0}.PanelParkingTicketList_Event_Parking_Name span{font-size:1.1rem;margin-left:4px}.PanelCartParkingTicketList_Body{padding:0 0 32px}.PanelCartParkingTicketList_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 16px;gap:12px;cursor:pointer}.PanelCartParkingTicketList_Item._disabled{pointer-events:none}.PanelCartParkingTicketList_Item+div{border-top:1px solid #dadce0}.PanelCartParkingTicketList_Item_Name span{font-size:1.1rem;margin-left:4px}.PanelCartParkingTicketList_Item_Btn{margin:0;-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px;background-size:16%;background-repeat:no-repeat;background-size:auto 12px;background-position:right 8px center;padding-left:10px;padding-right:18px}.PanelTimesTicketCounter_Label{font-size:2rem}.PanelTimesTicketCounter_Label span{font-size:4.4rem;font-family:Oswald,sans-serif;margin-right:6px}.LabelSeatDetails>span{margin-right:.25em;vertical-align:middle;display:inline-block}.LabelSeatDetails_Floor{width:100%}.LabelSeatDetails_Aisle,.LabelSeatDetails_Package{font-weight:400;font-size:1rem;border:1px solid #eb6779;padding:1px 4px;color:#eb6779}.LabelSeatDetails_Package{border:1px solid #8167eb;color:#8167eb}.UIPaymentInfo{position:relative;width:100%}.UIPaymentInfo_Box{padding-top:10px;border-top:1px dotted #d3d8e0}.m .UIPaymentInfo_Box{padding-top:12px}.UIPaymentInfo_Box:first-of-type{padding-top:0;border-top:none}.UIPaymentInfo_Box_Title{margin-bottom:0;font-size:1.6rem}.xs .UIPaymentInfo_Box_Title{font-size:1.4rem}.m .UIPaymentInfo_Box_Title{font-size:1.8rem}.UIPaymentInfo_Box_Item{padding:10px 0;border-top:1px dotted #d3d8e0;line-height:1.4}.m .UIPaymentInfo_Box_Item{padding:12px 0}.UIPaymentInfo_Box_Item:first-of-type{border-top:none}.UIPaymentInfo_Box_Item_SeatDetails{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIPaymentInfo_Box_Item_SeatDetails_Text{font-size:1.4rem}.xs .UIPaymentInfo_Box_Item_SeatDetails_Text{font-size:1.2rem}.m .UIPaymentInfo_Box_Item_SeatDetails_Text{font-size:1.6rem}.UIPaymentInfo_Box_Item_SeatDetails_Text:before{content:"";display:inline-block;width:20px;height:20px;margin-right:10px;background:url(/images/icon/myticket-secondary.png) 50% no-repeat;background-size:contain;vertical-align:middle}.xs .UIPaymentInfo_Box_Item_SeatDetails_Text:before{width:18px;height:18px;margin-right:12px}.m .UIPaymentInfo_Box_Item_SeatDetails_Text:before{width:24px;height:24px;margin-right:12px}.UIPaymentInfo_Box_Item_SeatDetails_Text._isFarm:before{content:"";background:url(/images/icon/myticket-secondary_farm.png) 50% no-repeat;background-size:contain;vertical-align:middle}.UIPaymentInfo_Box_Item_SeatDetails_Price{text-align:right;max-width:70px}.m .UIPaymentInfo_Box_Item_SeatDetails_Price{max-width:250px}.UIPaymentInfo_Box_Item_SeatDetails_Price_Num{font-size:1.6rem;font-family:Orbitron,sans-serif;font-weight:600}.xs .UIPaymentInfo_Box_Item_SeatDetails_Price_Num{font-size:1.2rem}.m .UIPaymentInfo_Box_Item_SeatDetails_Price_Num{font-size:2rem}.UIPaymentInfo_Box_Item_SeatDetails_Price_DiscountName{display:block;font-size:1.2rem}.m .UIPaymentInfo_Box_Item_SeatDetails_Price_DiscountName{margin-right:12px;display:inline-block;font-size:1.6rem}.UIPaymentInfo_Box_Item_Option{margin-top:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIPaymentInfo_Box_Item_Option_Text{padding-left:30px;font-size:1.2rem}.xs .UIPaymentInfo_Box_Item_Option_Text{font-size:1.1rem}.m .UIPaymentInfo_Box_Item_Option_Text{padding-left:36px;font-size:1.6rem}.UIPaymentInfo_Box_Item_Option_Text:before{content:"";display:inline-block;width:8px;height:8px;margin-right:2px;background:url(/images/icon/plus-gray.png) 50% no-repeat;background-size:contain;vertical-align:middle}.UIPaymentInfo_Box_Item_Option_Price{font-size:1.4rem;font-family:Orbitron,sans-serif;font-weight:600;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;text-align:right}.UIPaymentInfo_Box_Item_Option_Price._discount{color:#eb6779}.xs .UIPaymentInfo_Box_Item_Option_Price{font-size:1.3rem}.m .UIPaymentInfo_Box_Item_Option_Price{font-size:1.6rem}.UIPaymentInfo_Box_Item_Other{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIPaymentInfo_Box_Item_Other_Text{font-size:1.4rem}.xs .UIPaymentInfo_Box_Item_Other_Text{font-size:1.2rem}.m .UIPaymentInfo_Box_Item_Other_Text{font-size:1.6rem}.UIPaymentInfo_Box_Item_Other_Price{font-size:1.6rem;font-family:Orbitron,sans-serif;font-weight:600}.xs .UIPaymentInfo_Box_Item_Other_Price{font-size:1.4rem}.m .UIPaymentInfo_Box_Item_Other_Price{font-size:2rem}.UIPaymentInfo_Forced{font-weight:400;font-size:1rem;border:1px solid #cb0a39;padding:1px 4px;color:#cb0a39;margin-right:4px;white-space:nowrap;text-indent:-1em;margin-left:1em}.PanelPaymentReceipt_Box_Body_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:1.2rem}.PanelPaymentReceipt_Box_Body_Item_Label{color:#868a8f;font-weight:700;margin-right:4px;margin-bottom:6px}.PanelPaymentReceipt_Box_Body_Item_Text{margin-bottom:6px}.PanelPaymentReceipt_Box_Body_Item_Seat{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.PanelPaymentReceipt_Box_Body_Item_Seat_Item{margin-bottom:6px}.PanelPaymentReceipt_Box_Body_Sum{border-top:1px solid #dadce0;padding-top:12px}.PanelPaymentReceipt_Box_Body_Sum_Title{font-weight:700;font-size:1.6rem;margin-bottom:12px}.m .PanelPaymentReceipt_Box_Body_Sum_Title{font-size:1.8rem}.PanelPaymentReceipt_Box_Body_Sum_Other{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:4px}.m .PanelPaymentReceipt_Box_Body_Sum_Other{margin-bottom:6px}.PanelPaymentReceipt_Box_Body_Sum_Other:first-of-type{padding-top:0;border-top:none}.PanelPaymentReceipt_Box_Body_Sum_Other._large{margin-top:8px;padding-top:8px;border-top:1px dotted #d3d8e0}.m .PanelPaymentReceipt_Box_Body_Sum_Other._large{margin-top:12px;padding-top:12px}.PanelPaymentReceipt_Box_Body_Sum_Other_Text{font-size:1.2rem}.m .PanelPaymentReceipt_Box_Body_Sum_Other_Text,.PanelPaymentReceipt_Box_Body_Sum_Other_Text._large{font-size:1.4rem}.m .PanelPaymentReceipt_Box_Body_Sum_Other_Text._large{font-size:1.6rem}.PanelPaymentReceipt_Box_Body_Sum_Other_Price{font-size:1.4rem;font-family:Orbitron,sans-serif;font-weight:600}.PanelPaymentReceipt_Box_Body_Sum_Other_Price._discount{color:#eb6779}.m .PanelPaymentReceipt_Box_Body_Sum_Other_Price,.PanelPaymentReceipt_Box_Body_Sum_Other_Price._large{font-size:1.6rem}.m .PanelPaymentReceipt_Box_Body_Sum_Other_Price._large{font-size:2rem}.UICheckBox{cursor:pointer}.UICheckBox [type=checkbox]{display:none}.UICheckBox ._center{margin-left:auto;margin-right:auto}.UICheckBox._disabled{opacity:.5;cursor:default}.UICheckBox_Mark{border:1px solid #c4c8cc;border-radius:2px;display:inline-block;vertical-align:middle;width:20px;height:20px}.UICheckBox_Mark._checked{border:none;background:#cb0a39 url(/images/icon/check-white.png) no-repeat;background-size:10.6px auto;background-position:50%}.UICheckBox_Label{display:inline-block;vertical-align:middle;padding-left:8px}.UICheckBox_Label._checked{color:#cb0a39;font-weight:700}.UICheckBox_ErrMsg{color:#c00;font-size:1.2rem;margin-top:6px}.PanelCartPaymentReceipt_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:6px}.PanelCartPaymentReceipt_List_Item_Label{font-size:1.4rem}.PanelCartPaymentReceipt_List_Item_Price{font-size:1.6rem;font-family:Orbitron,sans-serif;font-weight:600}.PanelCartPaymentReceipt_List_Item_Price._discount{color:#c00}.PanelCartPaymentReceipt_TotalPrice{margin-top:12px;padding-top:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #dadce0}.PanelCartPaymentReceipt_TotalPrice_Label{font-size:1.4rem}.PanelCartPaymentReceipt_TotalPrice_Price{font-size:2rem;font-family:Orbitron,sans-serif;font-weight:600}.PanelCartPaymentReceipt_CheckTerm{margin-top:32px}.PanelCartPaymentReceipt_CheckTerm p{font-size:1.2rem;display:inline-block;width:calc(100% - 28px);vertical-align:middle}.SVGMapPointer{cursor:pointer}.SVGMapPointer_Point{fill:rgba(204,0,0,.8)}.SVGMapPointer_Pulsate{-webkit-animation:keyframes_SVGMapPointer 1.25s ease-out infinite;animation:keyframes_SVGMapPointer 1.25s ease-out infinite;fill:rgba(204,0,0,.8);stroke:#c00;stroke-width:.2px}@-webkit-keyframes keyframes_SVGMapPointer{0%{-webkit-transform:scale(1);opacity:1}95%{-webkit-transform:scale(8);opacity:0}to{-webkit-transform:scale(8);opacity:0}}@keyframes keyframes_SVGMapPointer{0%{-webkit-transform:scale(1);opacity:1}95%{-webkit-transform:scale(8);opacity:0}to{-webkit-transform:scale(8);opacity:0}}.PanelGuideMap_Body{padding:0 0 40px!important}.PanelGuideMap_Map{padding:0 8px;height:320px}.xs .PanelGuideMap_Map{margin-top:-8px;height:280px}.PanelGuideMap_Map #svg-block>path{fill:#eee}.PanelGuideMap_Message{padding:16px 16px 0}.PanelGuideMap_Message_Mark{width:18px;height:18px;display:inline-block;background:#eb6779;border-radius:100%;margin-right:6px}.PanelGuideMap_Message_Mark._free{background:#dd4065}.PanelGuideMap_Message span{vertical-align:middle;font-size:1.4rem;font-weight:700}.PanelGuideMap_Gate{width:100%;text-align:center}.UIAdjustImage_Wrap{width:100%;height:100%;position:relative}.UIAdjustImage_Wrap img{position:absolute;top:0;bottom:0;left:0;right:0;height:auto;width:auto;max-width:100%;max-height:100%;margin:auto}.UIEventInfo{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.UIEventInfo ._white{color:#fff}.UIEventInfo_Label{display:block;font-size:1.2rem;font-weight:700;line-height:1;min-height:12px;color:#868a8f}.xs .UIEventInfo_Label{font-size:1.1rem}.UIEventInfo_Label._white{color:#fff}.m .UIEventInfo_Label._payment{font-size:1.4rem}.UIEventInfo_Label._myticketPc{font-size:1.2rem;font-family:BlinkMacSystemFont,Helvetica Neue,"\30D2\30E9\30AE\30CE\89D2\30B4   ProN",Hiragino Kaku Gothic ProN,"\6E38\30B4\30B7\30C3\30AF   Medium",Yu Gothic Medium,"\6E38\30B4\30B7\30C3\30AF\4F53",YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif;font-weight:400}.UIEventInfo_ActivityImg{background-repeat:none;background-size:cover;background-position:50%;position:relative;background:#f7f7f7;-webkit-box-flex:100px;-ms-flex:100px 0 0px;flex:100px 0 0;height:75px;margin-right:16px}.UIEventInfo_ActivityImg_Inner{position:absolute;top:0;left:0;bottom:0;right:0}.UIEventInfo_Main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:1;margin-top:-8px}.UIEventInfo_Main._payment{margin-top:4px}.m .UIEventInfo_Main._payment{margin-top:8px}.UIEventInfo_Main._black{margin-top:6px}.UIEventInfo_Main._myticketPc{margin-top:10px}.UIEventInfo_Main_Date{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:2.9rem;font-weight:600;font-family:Orbitron,sans-serif;padding-bottom:5px}.xs .UIEventInfo_Main_Date{font-size:2.4rem}.m .UIEventInfo_Main_Date._payment{font-size:4rem;height:40px;padding-bottom:0}.UIEventInfo_Main_Date._myticketPc{font-size:2.9rem;font-weight:200;height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.UIEventInfo_Main_Date._black{height:36px}.UIEventInfo_Main_Week{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:1.4rem;padding-bottom:2.5px;padding-bottom:7.5px}.xs .UIEventInfo_Main_Week{font-size:1.3rem;padding-bottom:13.5px}.m .UIEventInfo_Main_Week._payment{font-size:2rem;height:22px;padding-bottom:0}.UIEventInfo_Main_Week._myticketPc{font-size:1.4rem;font-weight:400;padding-bottom:5.5px}.UIEventInfo_Main_Time{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:2.9rem;font-weight:600;font-family:Orbitron,sans-serif;padding-left:4px;padding-bottom:5px}.xs .UIEventInfo_Main_Time{font-size:2.4rem}.m .UIEventInfo_Main_Time._payment{font-size:4rem;height:40px;padding-bottom:0}.UIEventInfo_Main_Time._myticketPc{font-size:2.9rem;font-weight:200;height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.UIEventInfo_Main_Time._black{height:36px}.UIEventInfo_Main_Time_Text{display:none}.UIEventInfo_Main_Time_Text._myticketPc{display:inline;font-size:1.3rem;font-family:BlinkMacSystemFont,Helvetica Neue,"\30D2\30E9\30AE\30CE\89D2\30B4   ProN",Hiragino Kaku Gothic ProN,"\6E38\30B4\30B7\30C3\30AF   Medium",Yu Gothic Medium,"\6E38\30B4\30B7\30C3\30AF\4F53",YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif;font-weight:400}.UIEventInfo_Main_Venue{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:1.2rem;font-weight:700;line-height:1.2;padding-left:6px;padding-bottom:5px}.xs .UIEventInfo_Main_Venue{font-size:1.1rem;padding-left:4px}.m .UIEventInfo_Main_Venue._payment{font-size:1.5rem;position:relative;top:3px;padding-top:5px}.UIEventInfo_Main_Venue._myticketPc{font-size:1.2rem;font-weight:400;line-height:1.1}.UIEventInfo_Main_Logo{padding-bottom:5px}.m .UIEventInfo_Main_Logo,.UIEventInfo_Main_Logo{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-top:0}.m .UIEventInfo_Main_Logo{padding-left:12px}.m .UIEventInfo_Main_Logo._payment{height:45px;position:relative;top:-33px}.UIEventInfo_Main_Logo._myticketPc{padding-top:0;height:36px;position:relative;top:-10px}.UIEventInfo_Main_Logo._black{height:36px;position:relative;top:-22px;padding-top:10px}.UIEventInfo_Main_Logo>*{line-height:28px}.m .UIEventInfo_Main_Logo>._payment{line-height:3.6rem}.UIEventInfo_Main_Logo>._myticketPc{line-height:2.4rem}.UIEventInfo_Main_Logo_Img{display:inline-block;width:42px;height:36px;-webkit-transform:translateY(10px);transform:translateY(10px)}.UIEventInfo_Main_Logo_Img._isDistributed{opacity:.4}.xs .UIEventInfo_Main_Logo_Img{width:36px;height:32px}.m .UIEventInfo_Main_Logo_Img._payment{width:56px;height:56px;-webkit-transform:translateY(20px);transform:translateY(20px)}.UIEventInfo_Main_Logo_Img._myticketPc{width:40px;-webkit-transform:translateY(10px);transform:translateY(10px)}.UIEventInfo_Main_Logo_Img._bgwhite{margin-left:4px;background-color:#fff}.UIEventInfo_Main_Logo_Vs{font-size:1.4rem;font-family:Oswald,sans-serif;font-weight:400;margin-left:4px}.xs .UIEventInfo_Main_Logo_Vs{font-size:1.2rem}.m .UIEventInfo_Main_Logo_Vs._payment{font-size:1.6rem}.UIEventInfo_Main_Logo_Vs._myticketPc{font-size:1.3rem;font-family:BlinkMacSystemFont,Helvetica Neue,"\30D2\30E9\30AE\30CE\89D2\30B4   ProN",Hiragino Kaku Gothic ProN,"\6E38\30B4\30B7\30C3\30AF   Medium",Yu Gothic Medium,"\6E38\30B4\30B7\30C3\30AF\4F53",YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif;font-weight:400}.UIEventInfo_Main_Logo_Name{display:none;font-size:1.3rem;font-weight:700;margin-left:10px}.m .UIEventInfo_Main_Logo_Name,.UIEventInfo_Main_Logo_Name._payment{display:inline}.m .UIEventInfo_Main_Logo_Name._payment{font-size:1.6rem}.UIEventInfo_Main_Logo_Name._myticketPc{font-size:1.3rem;font-family:BlinkMacSystemFont,Helvetica Neue,"\30D2\30E9\30AE\30CE\89D2\30B4   ProN",Hiragino Kaku Gothic ProN,"\6E38\30B4\30B7\30C3\30AF   Medium",Yu Gothic Medium,"\6E38\30B4\30B7\30C3\30AF\4F53",YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif;font-weight:400;display:inline;margin-left:6px}.UIEventInfo_Main_ActivityInfo{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.m .UIEventInfo_Main_ActivityInfo{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.UIEventInfo_Main_ActivityInfo_Text_ActivityName{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:2.4rem;font-weight:600;padding-bottom:5px}.xs .UIEventInfo_Main_ActivityInfo_Text_ActivityName{font-size:2rem}.UIEventInfo_Main_ActivityInfo_Text_ActivityName._myticketPc{font-size:3rem}.UIEventInfo_Main_ActivityInfo_Text_ActivityName._noSubTitle{margin-top:12px}.UIEventInfo_Main_ActivityInfo_Text_ActivityDateInfo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.UIEventInfo_Main_ActivityInfo_Text_ActivityDateInfo_Date{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:2.4rem;font-weight:600;font-family:Orbitron,sans-serif}.xs .UIEventInfo_Main_ActivityInfo_Text_ActivityDateInfo_Date{font-size:2rem}.UIEventInfo_Main_ActivityInfo_Text_ActivityDateInfo_Week{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:1.3rem;font-weight:700;padding-bottom:2.5px}.xs .UIEventInfo_Main_ActivityInfo_Text_ActivityDateInfo_Week{font-size:1.3rem;padding-bottom:1px}.UIEventInfo_Main_ActivityInfo_Text_ActivityDateInfo_Time{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:2.4rem;font-weight:600;font-family:Orbitron,sans-serif;padding-left:4px}.xs .UIEventInfo_Main_ActivityInfo_Text_ActivityDateInfo_Time{font-size:2rem}.UIEventInfo_Main_ActivityInfo_Text_ActivityDateInfo_Time._endTime{padding-left:0}.UIEventInfo_Main_ActivityInfo_ActivityDetailButton{margin-right:16px}.m .UIEventInfo_Main_ActivityInfo_ActivityDetailButton{margin-right:1px}.UIEventInfo_Main_ActivityInfo_ActivityDetailButton img{width:20px}.UIEventInfo_Consective{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.UIEventInfo_Consective_Logo{-webkit-box-flex:0;-ms-flex:0 0 65px;flex:0 0 65px}.UIEventInfo_Consective_Logo_Team{width:65px;height:65px}.UIEventInfo_Consective_Info{text-align:left;margin-left:10px;-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 74px);flex:0 0 calc(100% - 74px)}.m .UIEventInfo_Consective_Info{margin-left:14px}.UIEventInfo_Consective_Info_Day{font-family:Orbitron,sans-serif;font-size:2rem;font-weight:600;display:inline-block}.m .UIEventInfo_Consective_Info_Day{font-size:3rem}.UIEventInfo_Consective_Info_Day span{font-size:1.6rem}.m .UIEventInfo_Consective_Info_Day span{font-size:2rem}.UIEventInfo_Consective_Info_Day span._week{font-size:1.3rem;-webkit-font-feature-settings:"palt";font-feature-settings:"palt";display:inline-block}.m .UIEventInfo_Consective_Info_Day span._week{font-size:1.5rem}.UIEventInfo_Consective_Info_Day span._hypen{background:#000;width:8px;height:3px;margin:0 5px;display:inline-block;vertical-align:middle}.m .UIEventInfo_Consective_Info_Day span._hypen{width:10px;height:4px}.UIEventInfo_Consective_Info_Venue{font-size:1.1rem;display:inline-block;margin-left:6px}.m .UIEventInfo_Consective_Info_Venue{font-size:1.4rem}.UIEventInfo_Consective_Info_SubTitle{font-size:1.2rem}.UIEventInfo_Consective_Info_Name{font-size:1.4rem;font-weight:700;margin-top:4px}.m .UIEventInfo_Consective_Info_Name{margin-top:6px;font-size:1.8rem}.UIEventInfo_Consective_Info_Venue{color:#666;font-size:1.2rem}._myticketPc .UIEventInfo_Consective_Info_Venue{font-size:1.4rem}.UISeatInfo_Item{width:100%;min-height:1.6rem}.UISeatInfo_Item+div{margin-top:3px}.xs .UISeatInfo_Item+div{margin-top:1px}.UISeatInfo_Item._option._large{margin-top:16px}.UISeatInfo_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 66px;flex:0 0 66px;font-size:1.1rem;color:#868a8f}.UISeatInfo_Item_Label._large{font-size:1.3rem}.UISeatInfo_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem;line-height:1.3;width:100%}.xs .UISeatInfo_Item_Text{font-size:1.1rem}.UISeatInfo_Item_Text._area._large{margin-top:-2px;font-size:2.2rem;font-weight:700}.UISeatInfo_Item_Text._area p._small{font-size:1.2rem}.xs .UISeatInfo_Item_Text._area p._small{font-size:1.1rem}.UISeatInfo_Item_Text._seatDetails._large{margin-top:-2px;font-size:2.6rem;font-weight:700}.UISeatInfo_Item_Text._option{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UISeatInfo_Item_Text._option._large{font-size:1.4rem;font-weight:400;line-height:1.52}.UISeatInfo_Item_Text_OptionLink{padding-left:10px;bottom:3px;position:relative}.m .UISeatInfo_Item_Text_OptionLink{bottom:4px}.UISeatInfo_Item_Text small{font-size:1.2rem}.xs .UISeatInfo_Item_Text small{font-size:1.1rem}.UISeatInfo_Item_Text_Details_Gate{padding-right:6px;font-size:1rem;color:#868a8f;vertical-align:middle}.m .UISeatInfo_Item_Text_Details_Gate{margin-left:6px;font-size:1.2rem}.s .UISeatInfo_Item_Text_GuideBtn,.xs .UISeatInfo_Item_Text_GuideBtn{padding:0 4px}.UISeatInfo_Item_Text_GuideBtn img{width:10px}.UISeatInfo_Item_Text_GuideBtn img._large{width:14px}.UISeatInfo_Item_Text_NoteBtn{margin-left:6px}.UISeatInfo_Item_Text_NoteBtn img{vertical-align:top;width:16px}.m .UISeatInfo_Item_Text_NoteBtn{width:20px}.PanelTicketEdit_Box_Body{padding:0 0 40px!important}.PanelTicketEdit_Box_Body_Detail{padding:16px 16px 8px;background:url(/images/tickets/tickets_editBg.png) no-repeat;background-size:cover;background-position:50%}.PanelTicketEdit_Box_Body_Detail_Position{font-size:1.2rem;margin:16px 0;line-height:1.5}.PanelTicketEdit_Box_Body_Detail_Position_Text{font-size:1.4rem;margin-top:3px}.PanelTicketEdit_Box_Body_Detail_Position_Option{padding-left:42px;font-size:1.2rem;position:relative}.PanelTicketEdit_Box_Body_Detail_Position_Option:after{content:"";background:url(/images/icon/option_icon.png) no-repeat;background-size:6px 6px;width:6px;height:6px;display:block;position:absolute;top:3px;left:33px}.PanelTicketEdit_Box_Body_BtnArea li{height:56px;border-bottom:1px solid #d3d8e0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.4rem;font-weight:700;position:relative;padding:0 16px}.m .PanelTicketEdit_Box_Body_BtnArea li{-webkit-transition:all .3s ease;transition:all .3s ease}.m .PanelTicketEdit_Box_Body_BtnArea li:hover{background-color:#fceaee}.PanelTicketEdit_Box_Foot{text-align:center}.PanelTicketEdit_Box_Foot_Close{margin:auto;width:148px}.PanelTicketEdit_NoData{text-align:center;padding-top:24px;color:#868a8f}.UIInputText_Input{-webkit-appearance:none;outline:none;width:100%;height:40px;border:1px solid #c4c8cc;font-size:1.4rem;padding-left:12px;border-radius:2px;-webkit-transition:all .1s ease 0s;transition:all .1s ease 0s}.xs .UIInputText_Input{height:36px}.UIInputText_Input._error{border:1px solid #c00}.UIInputText_Input::-webkit-input-placeholder{color:#868a8f}.UIInputText_Input::-moz-placeholder{color:#868a8f}.UIInputText_Input:-ms-input-placeholder{color:#868a8f}.UIInputText_Input::-ms-input-placeholder{color:#868a8f}.UIInputText_Input::placeholder{color:#868a8f}.UIInputText_Input:focus{border:1px solid #cb0a39;-webkit-box-shadow:0 0 4px rgba(203,10,57,.16) inset;box-shadow:inset 0 0 4px rgba(203,10,57,.16)}.UIInputText_Input:hover{border:1px solid #cb0a39}.UIInputText_Input._Disabled{background:#d3d8e0;pointer-events:none}.UIInputText_ErrMsg{color:#c00;font-size:1.2rem;margin-top:6px}.UIInputText_ValidateText{color:#868a8f;font-size:1.2rem;margin-top:6px}.UIInputText_Notice{margin-top:6px;font-size:12px;color:#686b70}.UINote{font-size:1.1rem;line-height:1.32;color:#868a8f}.PanleTicketMailInput{scroll-behavior:smooth}.PanleTicketMailInput_Body>div{margin-top:12px}.PanleTicketMailInput_Body>div:first-of-type{margin-top:0}.PanleTicketMailInput_Body_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.m .PanleTicketMailInput_Body_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.PanleTicketMailInput_Body_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .PanleTicketMailInput_Body_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.PanleTicketMailInput_Body_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.PanleTicketMailInput_Body_Item_Text span{font-size:1.2rem}.PanelGeneralMailInput{scroll-behavior:smooth}.PanelGeneralMailInput_ImportText{color:#c00}.PanelGeneralMailInput_Body>div{margin-top:12px}.PanelGeneralMailInput_Body>div:first-of-type{margin-top:0}.PanelGeneralMailInput_Body_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.m .PanelGeneralMailInput_Body_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.PanelGeneralMailInput_Body_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .PanelGeneralMailInput_Body_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.PanelGeneralMailInput_Body_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.PanelGeneralMailInput_Body_Item_Text span{font-size:1.2rem}.UIPassTicketEventInfo{line-height:1}.UIPassTicketEventInfo_Flex{display:-webkit-box;display:-ms-flexbox;display:flex}.UIPassTicketEventInfo_Img{display:inline-block;vertical-align:middle;width:42px;height:30px}.xs .UIPassTicketEventInfo_Img{width:36px;height:32px}.m .UIPassTicketEventInfo_Img{width:56px;height:56px}.UIPassTicketEventInfo_Text{display:inline-block;vertical-align:middle}.UITicketPrivilegeInfo_Name{font-size:1.9rem;font-weight:700}.UITicketPrivilegeInfo_Goods{font-size:1.3rem;display:-webkit-box;display:-ms-flexbox;display:flex}.xs .UITicketPrivilegeInfo_Goods{font-size:1.1rem}.m .UITicketPrivilegeInfo_Goods{margin-top:6px}.UITicketPrivilegeInfo_Goods_Label{color:#868a8f;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px}.UITicketPrivilegeInfo_Goods_Name{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin-left:20px}.UITicketPrivilegeInfo_Link{display:inline-block;margin-top:7px;color:#868a8f;font-size:1.2rem}.m .UITicketPrivilegeInfo_Link{margin-top:10px}.xs .UITicketPrivilegeInfo_Link{margin-top:5px}.UITicketActivityInfo_Item{width:100%;min-height:1.6rem}.UITicketActivityInfo_Item+div{margin-top:6px}.m .UITicketActivityInfo_Item._option{margin-top:16px}.UITicketActivityInfo_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 66px;flex:0 0 66px;font-size:1.1rem;color:#868a8f}.m .UITicketActivityInfo_Item_Label{font-size:1.3rem}.UITicketActivityInfo_Item_Label._dateTime{margin-top:4px}.UITicketActivityInfo_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem;line-height:1.3;width:100%}.xs .UITicketActivityInfo_Item_Text{font-size:1.2rem}.UITicketActivityInfo_Item_Text._dateTime{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2px}.UITicketActivityInfo_Item_Text_DateTime{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.UITicketActivityInfo_Item_Text_DateTime_Date{font-size:1.6rem;font-family:Orbitron,sans-serif;font-weight:600;font-weight:400}.xs .UITicketActivityInfo_Item_Text_DateTime_Date{font-size:1.6rem}.m .UITicketActivityInfo_Item_Text_DateTime_Date{font-size:2.2rem}.UITicketActivityInfo_Item_Text_DateTime_Week{padding-right:.5rem;font-weight:700;padding-bottom:2px;font-size:1.2rem}.m .UITicketActivityInfo_Item_Text_DateTime_Week{font-size:1.4rem}.UITicketActivityInfo_Item_Text_DateTime_Time{font-size:1.6rem;font-family:Orbitron,sans-serif;font-weight:600}.xs .UITicketActivityInfo_Item_Text_DateTime_Time{font-size:1.6rem}.m .UITicketActivityInfo_Item_Text_DateTime_Time{font-size:2.2rem}.UITicketActivityInfo_Item_Text_DateTime_GuideBtn{-webkit-box-flex:0;-ms-flex:0 0 10px;flex:0 0 10px;margin-left:6px}.s .UITicketActivityInfo_Item_Text_DateTime_GuideBtn,.xs .UITicketActivityInfo_Item_Text_DateTime_GuideBtn{padding:0 4px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px}.UITicketActivityInfo_Item_Text_DateTime_GuideBtn img{width:10px}.m .UITicketActivityInfo_Item_Text_DateTime_GuideBtn img{width:14px}.UITicketActivityInfo_Item_Text._priceType{font-size:1.4rem;font-weight:700}.m .UITicketActivityInfo_Item_Text._priceType{font-size:2rem}.UITicketActivityInfo_Item_Text._option{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.m .UITicketActivityInfo_Item_Text._option{font-size:1.4rem;line-height:1.52;cursor:pointer}.UITicketActivityInfo_Item_Text_OptionLink{padding-left:10px;bottom:3px;position:relative}.m .UITicketActivityInfo_Item_Text_OptionLink{bottom:4px}.PanelShare_Box_Body{padding:0 0 40px!important}.PanelShare_Box_Body_Detail{padding:16px 16px 8px;background:url(/images/tickets/tickets_editBg.png) no-repeat;background-size:cover;background-position:50%}.PanelShare_Box_Body_Detail_CouponTicket{text-align:center}.PanelShare_Box_Body_Detail_CouponTicket_Name{font-size:2rem}.PanelShare_Box_Body_Detail_CouponTicket_Count{font-size:1.6rem}.PanelShare_Box_Body_Detail_CouponTicket_Count span{font-size:3.1rem;font-family:Oswald,sans-serif}.PanelShare_Box_Body_BtnArea li{height:56px;border-bottom:1px solid #d3d8e0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.4rem;font-weight:700;position:relative;padding:0 16px}.m .PanelShare_Box_Body_BtnArea li{-webkit-transition:all .3s ease;transition:all .3s ease}.m .PanelShare_Box_Body_BtnArea li:hover{background-color:#fceaee}.PanelShare_Box_Body_BtnArea li img{margin-right:14px;vertical-align:middle}.PanelShare_Box_Foot{text-align:center}.PanelShare_Box_Foot_Close{margin:auto;width:148px}.PanelShare_OpponentLogo{width:48px;-webkit-transform:translateY(4px);transform:translateY(4px)}.PanelShare_TimesTicket{position:relative;text-align:center;padding:16px 0}.PanelShare_TimesTicket_Num{font-family:Oswald,sans-serif;font-size:7.2rem}.PanelShare_Parking{text-align:center;font-size:2rem;padding:40px 0}.PanelShareDetails_Text{margin-bottom:16px;line-height:1.4}.PanelShareDetails_CopyArea{border:1px solid #dadce0;padding:8px;width:100%;font-size:1.3rem;min-height:200px;line-height:1.4;word-wrap:break-word;color:#868a8f}.PanelShareDetails_CopyArea a{color:#868a8f}.PanelShareDetails_CopyBtn{margin:16px auto 0;width:180px}.PanelShareDetails_Holder{width:1px;height:1px;overflow:hidden;opacity:0}.xs .PanelShareDetails_CopyArea{font-size:1.2rem;min-height:150px}.UISelectBox_Select{border-radius:2px;border:1px solid #c4c8cc;width:100%;height:40px;font-size:1.4rem;padding-left:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;background:#fff url(/images/icon/arrow-down-gray.png) no-repeat;background-position:top 18px right 15px;background-size:15px auto;outline:none;cursor:pointer}.UISelectBox_Select::-ms-expand{display:none}.UISelectBox_Select._error{border:1px solid #c00}.UISelectBox_Select:focus{border:1px solid #cb0a39;-webkit-box-shadow:0 0 4px rgba(203,10,57,.16) inset;box-shadow:inset 0 0 4px rgba(203,10,57,.16)}.UISelectBox_Select:hover{border:1px solid #cb0a39}.UISelectBox_Select:disabled{pointer-events:none;background:#d3d8e0}.UISelectBox_ErrMsg{color:#c00;font-size:1.2rem;margin-top:6px}.PanelPaymentAddress{scroll-behavior:smooth}.PanelPaymentAddress_ImportantText{color:#c00;display:inline}.PanelPaymentAddress_Body>div{margin-top:12px}.PanelPaymentAddress_Body>div:first-of-type{margin-top:0}.PanelPaymentAddress_Body_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.m .PanelPaymentAddress_Body_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.PanelPaymentAddress_Body_Item_Flex{margin-left:-8px;margin-right:-8px}.PanelPaymentAddress_Body_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .PanelPaymentAddress_Body_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.PanelPaymentAddress_Body_Item_Label>span{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.PanelPaymentAddress_Body_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.m .PanelPaymentAddress_Body_Item_Text._confirmation{padding-top:9px}.PanelPaymentAddress_Body_Item_Text._name{margin-top:0;padding:0 8px}.PanelPaymentAddress_Body_Item_Text_Notice{margin-top:8px;font-size:1.1rem;color:#868a8f}.m .PanelPaymentAddress_Body_Item_Text_Notice{font-size:1.2rem}.PanelPaymentAddress_Body_Item_Text_Notice_Link{text-decoration:underline}.PanelPaymentAddress_Body_Item_Text_Flex>*{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-right:12px}.m .PanelPaymentAddress_Body_Item_Text_Flex>*{padding-right:16px}.PanelPaymentAddress_Body_Item_Text_Flex_1._zipCode{-webkit-box-flex:0;-ms-flex:0 0 64px;flex:0 0 64px}.m .PanelPaymentAddress_Body_Item_Text_Flex_1._zipCode{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}.PanelPaymentAddress_Body_Item_Text_Flex_2._zipCode{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px}.m .PanelPaymentAddress_Body_Item_Text_Flex_2._zipCode{-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px}.PanelPaymentAddress_Body_Item_Text_Flex_3._zipCode{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.m .PanelPaymentAddress_Body_Item_Text_Flex_3._zipCode{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px}.PanelPaymentAddress_Body_Item_Text_Flex_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px;padding:0;margin:0}.m .PanelPaymentAddress_Body_Item_Text_Flex_Button{padding:0}.PanelPaymentAddress_Hyphen{display:block;width:100%;height:1px;background-color:#000}.UICreditCardItem{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UICreditCardItem img{margin-right:12px}.UICreditCardItem_Center{margin-left:0;text-align:left}.UICreditCardItem_Center_Number{font-size:1.4rem;font-weight:700}.UICreditCardItem_Center_Limit{color:#868a8f;font-size:1.2rem}.PanelPaymentCardList_Box_Body{text-align:center}.PanelPaymentCardList_Box_Body_Item{border-bottom:1px solid #d3d8e0;position:relative}.PanelPaymentCardList_Box_Body_Item_Wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:74px}.l .PanelPaymentCardList_Box_Body_Item_Wrap{padding-top:8px}.PanelPaymentCardList_Box_Body_Item_Wrap_Flex{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.PanelPaymentCardList_Box_Body_Item_Wrap_Flex,.PanelPaymentCardList_Box_Body_Item_Wrap_Flex_Left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PanelPaymentCardList_Box_Body_Item_Wrap_Flex_Left{font-size:1.4rem}.PanelPaymentCardList_Box_Body_Item_Wrap_Flex_Left img{margin-right:16px}.PanelPaymentCardList_Box_Body_Item_Wrap_Flex_Right{font-size:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#868a8f}.PanelPaymentCardList_Box_Body_Item_Wrap_Flex_Right_Text{width:95px;text-align:center}.PanelPaymentCardList_Box_Body_Item_Wrap_Flex_Right_Btn{margin:0;width:95px}.PanelPaymentCardList_Box_Body_Item_Wrap_Flex_Right_Btn._selected{pointer-events:none}.PanelPaymentCardList_Box_Body_Item_Wrap_Flex_Right img{margin-left:12px}.PanelPaymentCardList_Box_Body_Item_Wrap_Expiration{color:#c00;font-size:1.2rem;margin-top:0;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.PanelPaymentCardList_Box_Body_AddBtn{margin:20px 0;line-height:1.2;color:#868a8f;display:inline-block;cursor:pointer;border-bottom:1px solid #868a8f}.PanelPaymentCardList_Box_Foot_Btn{width:148px}.UICouponItem{position:relative;border-radius:3px;overflow:hidden}.m .UICouponItem{-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(1);transform:scale(1);cursor:pointer}.m .UICouponItem:hover{-webkit-transform:scale(.96);transform:scale(.96)}.UICouponItem:hover:disabled{-webkit-transform:scale(1);transform:scale(1)}.UICouponItem._disabled{pointer-events:none}.m .UICouponItem._disabled:hover{-webkit-transform:scale(1);transform:scale(1)}.UICouponItem._detail{pointer-events:none}.m .UICouponItem._detail:hover{-webkit-transform:scale(1);transform:scale(1)}.UICouponItem_Selected{background:#cb0a39;color:#fff;position:absolute;top:10px;left:10px;z-index:1;padding:2px 6px;font-size:12px}.UICouponItem_Thumb{height:140px;text-align:center}.UICouponItem_Thumb_Discount{position:relative;z-index:2;padding-top:16px;color:#fff;font-family:Oswald,sans-serif;font-size:2.4rem}.UICouponItem_Thumb_Discount span{font-size:5.7rem}.UICouponItem_Thumb_EndDay{position:relative;z-index:2;color:#fff;font-size:1.2rem;font-weight:700}.UICouponItem_Thumb_Image{position:absolute;top:0;left:0;right:0;bottom:0;background-position:50%;background-size:cover}.UICouponItem_Thumb_Image:before{display:block;content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.32)}.UICouponItem_Foot{position:relative;z-index:2;height:42px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#cb0a39;padding:0 12px}.UICouponItem_Foot._isTextCenter{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.UICouponItem_Foot._disabled{background:#c4c8cc}.UICouponItem_Foot_Name{color:#fff;font-size:1.2rem;margin-right:12px;text-align:left}.UICouponItem_Foot_Use{width:60px;height:20px;-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;background:#fff;color:#0074af;text-align:center;font-size:1rem;font-weight:700;border-radius:3px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.04);box-shadow:0 6px 12px rgba(0,0,0,.04);line-height:2}.UICouponItem_Foot_Use span{width:0;height:0;border-style:solid;border-width:4px 0 4px 6px;border-color:transparent transparent transparent #0074af;display:inline-block;margin-left:3px}.PanelCoupon_Notice{font-size:1.2rem;padding:4px 0;color:#868a8f}.PanelCoupon_Box_Body_Label{font-size:1.4rem;font-weight:700;margin-bottom:12px}.PanelCoupon_Box_Body_Flex{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PanelCoupon_Box_Body_Flex_Input{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-right:16px}.PanelCoupon_Box_Body_Flex_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.PanelCoupon_Box_Body_List{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -8px}.PanelCoupon_Box_Body_List_Item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:16px}.m .PanelCoupon_Box_Body_List_Item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.m .PanelCoupon_Box_Body_List_Item:nth-child(2),.PanelCoupon_Box_Body_List_Item:first-of-type{margin-top:0}.PanelCoupon_Box_Body_List_Item_Wrap{padding:0 8px}.PanelCoupon_Box_Foot_Cancel{margin:auto;width:148px}.disabled{pointer-events:none}.PanelCartCoupon_Notice{font-size:1.2rem;padding:4px 0;color:#868a8f}.PanelCartCoupon_Box_Body_Label{font-size:1.4rem;font-weight:700;margin-bottom:12px}.PanelCartCoupon_Box_Body_Flex{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PanelCartCoupon_Box_Body_Flex_Input{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-right:16px}.PanelCartCoupon_Box_Body_Flex_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.PanelCartCoupon_Box_Body_List{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -8px}.PanelCartCoupon_Box_Body_List_Item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:16px}.m .PanelCartCoupon_Box_Body_List_Item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.m .PanelCartCoupon_Box_Body_List_Item:nth-child(2),.PanelCartCoupon_Box_Body_List_Item:first-of-type{margin-top:0}.PanelCartCoupon_Box_Body_List_Item_Wrap{padding:0 8px}.PanelCartCoupon_Box_Foot_Cancel{margin:auto;width:148px}.PanelCouponDetail_Box_Body{padding:0 0 40px!important}.PanelCouponDetail_Box_Body_TextArea{padding:16px 16px 0}.PanelCouponDetail_Box_Body_TextArea_Lead{font-size:1.4rem;margin-bottom:16px}.PanelCouponDetail_Box_Body_TextArea_Item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px}.PanelCouponDetail_Box_Body_TextArea_Item_Label{color:#868a8f;font-size:1.1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:66px;margin-right:10px}.PanelCouponDetail_Box_Body_TextArea_Item_Cont{font-size:1.4rem}.PanelCouponDetail_Box_Body_List_Term{text-align:center;border-bottom:1px solid #dadce0;padding-bottom:12px}.PanelCouponDetail_Box_Body_List_Item{padding:0 16px;height:56px;border-bottom:1px solid #dadce0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PanelCouponDetail_Box_Body_List_Item._selected{background:#fceaee}.PanelCouponDetail_Box_Body_List_Item_Label{font-size:1.4rem}.PanelCouponDetail_Box_Body_List_Item_Label span{color:#868a8f;font-size:1.2rem;margin-top:3px;vertical-align:middle}.PanelCouponDetail_Box_Body_List_Item_Label_Selected{font-size:1rem!important;width:42px;height:13px;background:#000;color:#fff!important;display:inline-block;text-align:center;margin-left:2px}.PanelCouponDetail_Box_Body_List_Item_Btn{width:95px}.PanelCartCouponDetail_Box_Body{padding:0 0 40px!important}.PanelCartCouponDetail_Box_Body_TextArea{padding:16px 16px 0}.PanelCartCouponDetail_Box_Body_TextArea_Lead{font-size:1.4rem;margin-bottom:16px}.PanelCartCouponDetail_Box_Body_TextArea_Item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px}.PanelCartCouponDetail_Box_Body_TextArea_Item_Label{color:#868a8f;font-size:1.1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:66px;margin-right:10px}.PanelCartCouponDetail_Box_Body_TextArea_Item_Cont{font-size:1.4rem}.PanelCartCouponDetail_Box_Body_List_Term{text-align:center;border-bottom:1px solid #dadce0;padding-bottom:12px}.PanelCartCouponDetail_Box_Body_List_Item{padding:8px 16px;border-bottom:1px solid #dadce0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PanelCartCouponDetail_Box_Body_List_Item._selected{background:#fceaee}.PanelCartCouponDetail_Box_Body_List_Item_Label_SeatType{font-size:1.4rem}.PanelCartCouponDetail_Box_Body_List_Item_Label_SeatDetail{color:#868a8f;font-size:1.2rem;margin-top:3px}.PanelCartCouponDetail_Box_Body_List_Item_Label_SeatDetail span{vertical-align:middle}.PanelCartCouponDetail_Box_Body_List_Item_Label_SeatDetail_Selected{font-size:1rem!important;width:42px;height:13px;background:#000;color:#fff!important;display:inline-block;text-align:center;margin-left:2px}.PanelCartCouponDetail_Box_Body_List_Item_Btn{width:95px}.PanelCouponTicketCounter_Item._title{margin-bottom:16px}.m .PanelCouponTicketCounter_Item_Br{display:none}.PanelCouponTicketCounter_Label{margin:32px 0 8px}.xs .PanelCouponTicketCounter_Label{margin:20px 0 4px}.PanelPaymentTimesTicket_Box_Body{padding:16px 0 32px!important}.PanelPaymentTimesTicket_Box_Body_Item{padding:0 16px;height:56px;border-bottom:1px solid #dadce0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PanelPaymentTimesTicket_Box_Body_Item._selected{background:#fceaee}.PanelPaymentTimesTicket_Box_Body_Item_Label{font-size:1.4rem}.PanelPaymentTimesTicket_Box_Body_Item_Label span{color:#868a8f;font-size:1.2rem;margin-top:3px;vertical-align:middle}.PanelPaymentTimesTicket_Box_Body_Item_Label_Selected{font-size:1rem!important;width:42px;height:13px;background:#000;color:#fff!important;display:inline-block;text-align:center;margin-left:2px}.PanelPaymentTimesTicket_Box_Body_Item_Btn{width:95px}.PanelPaymentTimesTicket_Box_Body_Description{color:#c00;font-weight:700}.PanelCartCouponTicket_Box_Body{padding:16px 0 32px!important}.PanelCartCouponTicket_Box_Body_Item{padding:0 16px;height:56px;border-bottom:1px solid #dadce0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PanelCartCouponTicket_Box_Body_Item._selected{background:#fceaee}.PanelCartCouponTicket_Box_Body_Item_Btn{width:95px}.PanelCartCouponTicket_SeatDetail{color:#868a8f}.PanelCartCouponTicket_Discription{color:#c00;font-weight:700}.PanelCartCouponTicket_BuleLabel{font-size:1rem!important;width:42px;height:13px;background:#000;color:#fff!important;display:inline-block;text-align:center;margin-left:2px}.UILoginInputText{display:block;position:relative;height:52px}.UILoginInputText_Label{position:absolute;top:16px;left:12px;font-size:1.4rem;-webkit-transition:all .1s ease 0s;transition:all .1s ease 0s}.m .UILoginInputText_Label{top:0;left:12px;font-size:1.4rem;line-height:52px}.UILoginInputText_Input{width:100%;height:100%;padding-left:12px;padding-top:18px;border:1px solid #c4c8cc;border-radius:2px;font-size:1.4rem;outline:none;-webkit-transition:all .1s ease 0s;transition:all .1s ease 0s}.m .UILoginInputText_Input{padding-top:0;line-height:52px;padding-left:170px}.UILoginInputText_Input::-webkit-input-placeholder{color:#c4c8cc}.UILoginInputText_Input::-moz-placeholder{color:#c4c8cc}.UILoginInputText_Input:-ms-input-placeholder{color:#c4c8cc}.UILoginInputText_Input::-ms-input-placeholder{color:#c4c8cc}.UILoginInputText_Input::placeholder{color:#c4c8cc}.UILoginInputText_Input:focus{padding-top:10px;border:1px solid #cb0a39;-webkit-box-shadow:0 0 4px rgba(203,10,57,.16) inset;box-shadow:inset 0 0 4px rgba(203,10,57,.16)}.m .UILoginInputText_Input:focus{padding-top:0;padding-left:170px}.UILoginInputText_Input:focus+.UILoginInputText_Label{top:4px;left:12px;font-size:1.1rem}.m .UILoginInputText_Input:focus+.UILoginInputText_Label{font-size:1.4rem;top:0;left:20px;line-height:52px}.UILoginInputText_Input:hover{border:1px solid #cb0a39}.UILoginInputText_Input._value+.UILoginInputText_Label{top:4px;left:12px;font-size:1.1rem}.m .UILoginInputText_Input._value+.UILoginInputText_Label{font-size:1.4rem;top:0;left:20px;line-height:52px}.PanelLogin_Tab{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.PanelLogin_Tab_Item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center;background-color:#d3d8e0}.PanelLogin_Tab_Item._isActive{background-color:#fff}.PanelLogin_Tab_Item._isActive button{color:#cb0a39}.PanelLogin_Tab_Item:nth-child(2){border-right:1px solid #fff;border-left:1px solid #fff}.PanelLogin_Tab_Item_Btn{width:100%;font-size:1.1rem;font-weight:700;line-height:40px}.pc .PanelLogin_Tab_Item_Btn{font-size:1.4rem}.PanelLogin_Body{padding-top:32px;padding-bottom:16px}.PanelLogin_Body_Head{display:block;width:100%}.PanelLogin_Body_Head img{width:100%}.PanelLogin_Body_Descript{font-size:1.2rem;line-height:1.6}.PanelLogin_Body_Form{margin-top:16px}.PanelLogin_Body_Form_Id{margin-bottom:8px}.PanelLogin_Body_Form_Check{text-align:center;margin-top:10px}.PanelLogin_Body_Form_Btn{margin-top:16px}.PanelLogin_Body_Form_General{font-size:1.4rem;color:#868a8f;text-align:center;margin-top:16px}.PanelLogin_Body_Form_General span{text-decoration:underline}.PanelLogin_Body_Form_Option{text-align:center;color:#868a8f;font-size:1.3rem;margin-top:16px}.PanelLogin_Body_Form_Option span{vertical-align:middle;border-bottom:1px solid #868a8f}.PanelLogin_Body_Form_Other{margin-top:16px}.PanelLogin_Body_Form_Other_Text{text-align:center;font-size:1.6rem;font-weight:700}.PanelLogin_Body_Form_Other_SNS{margin-top:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.PanelLogin_Body_Form_Other_SNS_Item{-webkit-box-flex:0;-ms-flex:0 0 72px;flex:0 0 72px;text-align:center;font-size:1.2rem;line-height:1.2}.PanelLogin_Body_Form_Other_SNS_Item span{display:block;width:48px;height:48px;margin:0 auto 8px;overflow:hidden}.PanelLogin_Body_Form_Other_SNS_Item img{display:block;width:100%;height:auto;cursor:pointer}.PanelLogin_Body_Button{margin-top:8px;text-align:center}.PanelLogin_Body_Button:before{display:none}.PanelLogin_Body_Button_Flex{margin:0 -8px}.PanelLogin_Body_Button_Option{color:#868a8f;font-size:1.3rem;margin-top:16px}.PanelLogin_Body_Button_Option span{vertical-align:middle;border-bottom:1px solid #868a8f;cursor:pointer}.PanelTheater_Map{width:100%;height:220px}.PanelTheater_Map #svg-block>path{fill:#eee}.pc .PanelTheater_Map{height:280px}.PanelTheater_Notice{color:#c00;font-size:1.2rem}.PanelTimeout,.PanelTimeout_Body{text-align:center}.PanelTimeout_Body_TextArea{padding-top:16px}.PanelTimeout_Body_TextArea_Title{font-size:1.4rem}.PanelTimeout_Body_TextArea_Notice{color:#4e5052;font-size:1.2rem;line-height:1.6;margin-top:16px}.PanelTimeout_Body_Footer_Link{margin-top:16px}.PanelTimeout_Body_Footer_Link a{cursor:pointer;font-size:1.2rem;color:#868a8f}.PanelTimeout_Body_Footer_Button{cursor:pointer}.UIOptionName{font-size:1.3rem;color:#73767a}.UIOptionName:before{content:"";display:inline-block;width:8px;height:8px;margin-right:2px;background:url(/images/icon/plus-black.png) 50% no-repeat;background-size:contain;vertical-align:baseline}.PanelSeatList_Body{padding:16px 16px}.PanelSeatList_Body_Note{text-align:center}.PanelSeatList_Body_SeatItem+div{margin-top:16px;padding-top:16px;border-top:1px solid #d3d8e0}.PanelSeatList_Body_SeatItem_Title{font-size:1.5rem;font-weight:700}.PanelSeatList_Body_SeatItem_Item{padding:8px 0}.PanelSeatList_Body_SeatItem_Item._border{border-top:1px solid #f2f3f5}.PanelSeatList_Body_SeatItem_Item_Image{max-width:66px;width:100%;margin-right:8px;position:relative}.PanelSeatList_Body_SeatItem_Item_Image img{width:100%;border-radius:8px}.PanelSeatList_Body_SeatItem_Item_Image:after{position:absolute;content:"";background-image:url(/images/icon/expansion_icon.png);background-repeat:no-repeat;background-size:10px;width:10px;height:11px;right:4px;top:30px}.PanelSeatList_Body_SeatItem_Item_Flex{border-top:1px solid #f2f3f5;padding:4px 0}.PanelSeatList_Body_SeatItem_Item_Flex._border_firstNone,.PanelSeatList_Body_SeatItem_Item_Flex._borderNone{border:none}.PanelSeatList_Body_SeatItem_Item_Flex_Info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.3rem}.PanelSeatList_Body_SeatItem_Item_Flex_Info_Price,.PanelSeatList_Body_SeatItem_Item_Flex_Info_Term{display:block;color:#868a8f}.PanelSeatList_Body_SeatItem_Item_Flex_Map{-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px;padding:0 8px}.PanelSeatList_Body_SeatItem_Item_Flex_Button{-webkit-box-flex:0;-ms-flex:0 0 76px;flex:0 0 76px}.PanelSeatList_Body_SeatItem_Item_Flex_ButtonWrap{text-align:center;max-width:80px}.PanelSeatList_Body_SeatItem_Item_Flex_ButtonWrap_Map{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.PanelSeatList_Body_SeatItem_Item_Flex_ButtonWrap_Map p{text-decoration:underline;font-size:12px;color:#868a8f}.PanelSeatList_Body_SeatItem_Item_Flex_ButtonWrap_Button{margin:0 auto}.PanelContactConfirm_Box_Body_Item{margin-bottom:20px}.PanelContactConfirm_Box_Body_Item_Label{font-size:1.4rem;font-weight:700;margin-bottom:12px}.PanelContactConfirm_Box_Body_Item_Cont{font-size:1.2rem}.PanelCreditCardRegist_Body_List>div{margin-top:12px}.PanelCreditCardRegist_Body_List>div:first-of-type{margin-top:0}.PanelCreditCardRegist_Body_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.m .PanelCreditCardRegist_Body_List_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.PanelCreditCardRegist_Body_List_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .PanelCreditCardRegist_Body_List_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.PanelCreditCardRegist_Body_List_Item_Label>span{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.PanelCreditCardRegist_Body_List_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.m .PanelCreditCardRegist_Body_List_Item_Text._confirmation{padding-top:9px}.PanelCreditCardRegist_Body_List_Item_Text._limit{display:-webkit-box;display:-ms-flexbox;display:flex}.PanelCreditCardRegist_Body_List_Item_Text_Flex>*,.PanelCreditCardRegist_Body_List_Item_Text_Flex_1._limit{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.PanelCreditCardRegist_Body_List_Item_Text_Flex_2._limit{-webkit-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;line-height:40px;font-size:1.6rem;font-weight:400;padding:0 12px;text-align:center}.m .PanelCreditCardRegist_Body_List_Item_Text_Flex_2._limit{padding:0 16px;-webkit-box-flex:0;-ms-flex:0 0 48px;flex:0 0 48px}.PanelCreditCardRegist_Body_List_Item_Text_Flex_3._limit{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.PanelCreditCardRegist_Body_List_Item_Text_Notice{margin-top:8px;font-size:1.1rem;color:#868a8f}.m .PanelCreditCardRegist_Body_List_Item_Text_Notice{font-size:1.2rem}.PanelCreditCardRegist_Body_List_Item_Text_Notice_Link{text-decoration:underline;cursor:pointer}.PanelCreditCardRegist_Body_Checkbox{margin-top:24px;text-align:center}.PanelCreditCardRegist_Body_CheckboxNotice{margin-top:8px;font-size:1.1rem;text-align:center;color:#868a8f}.m .PanelCreditCardRegist_Body_CheckboxNotice{font-size:1.2rem}.PanelCreditCardRegist_BrandLogo{width:auto;height:20px;margin:0 0 4px 8px}.PanelFreeSeat_Message{font-size:1.6rem;margin-top:20px}.PanelFreeSeat_Seat{border:1px solid #dadce0}.PanelFreeSeat_Image{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px;padding-left:8px}.PanelFreeSeat_Image>img{width:100%}.PanelFreeSeat_Name{text-align:left;padding:0 12px;font-weight:700}.PanelFreeSeat_Price{text-align:left;margin-top:6px;padding:0 12px;font-size:1.2rem}.PanelFreeSeat_Price_Num{font-size:2rem}.PanelFreeSeat_Price_Child{font-size:1rem;margin-top:4px;color:#868a8f}.PanelFreeSeat_Notice{color:#c00;font-size:1.3rem;margin-top:24px;text-align:center}.PanelAccountFcConnect_Head{display:block;width:100%}.PanelAccountFcConnect_Head img{width:100%}.PanelAccountFcConnect_Form{margin-top:16px}.PanelAccountFcConnect_Form_Id{margin-bottom:8px}.UIOptionItem{min-height:200px;background:#fff;border-radius:4px;-webkit-box-shadow:1px 1px 3px #dadce0;box-shadow:1px 1px 3px #dadce0;padding-bottom:12px;cursor:pointer;position:relative}.m .UIOptionItem{min-height:280px}.UIOptionItem._disabled{pointer-events:none;cursor:default}.UIOptionItem._isSelected{border:1px solid #cb0a39}.UIOptionItem_Empty{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:1px 5px;background-color:#f6314c;color:#fff;font-size:1rem;font-weight:300;position:absolute;top:5px;left:5px;z-index:100}.m .UIOptionItem_Empty{font-size:1.4rem}.UIOptionItem_Few{position:absolute;top:-4px;left:-4px;padding:2px 4px;color:#fff;font-size:1.1rem;text-align:center;background-color:#e6a722;height:18px;width:64px;z-index:1;border-radius:2px}.m .UIOptionItem_Few{height:22px;width:68px;font-size:1.2rem}.UIOptionItem_Few:after{content:"";position:absolute;bottom:-7px;left:9px;width:0;height:0;border-style:solid;border-width:0 7px 7px 0;border-color:transparent #e6a722 transparent transparent}.UIOptionItem_Image{position:relative;padding-top:6px}.UIOptionItem_Image_Wrap{width:100%;height:78px}.m .UIOptionItem_Image_Wrap{width:100%;height:140px}.UIOptionItem_Info{padding:0 10px}.UIOptionItem_Info_Name{margin-top:4px;font-size:1.2rem;word-break:break-all;display:block;line-height:1.2}.m .UIOptionItem_Info_Name{font-size:1.4rem;margin-top:8px}.UIOptionItem_Info_Price{display:block;font-family:Orbitron,sans-serif;font-weight:600;font-size:1.4rem;color:#4e5052}.m .UIOptionItem_Info_Price{font-size:1.6rem}.UIOptionItem_Action{position:absolute;bottom:6px;right:0;left:0;margin:auto}.m .UIOptionItem_Action{bottom:12px}.UIOptionItem_Action_Button{display:block;margin:12px auto 0;width:70px;height:24px;border-radius:200px;border:1px solid #a3a9b0;color:#686b70;font-size:1.2rem}.UIOptionItem_Action_Button._isSelected{border:1px solid #cb0a39;color:#cb0a39}.m .UIOptionItem_Action_Button{width:160px;height:40px}.UIOptionItem_Action_Button:disabled{background-color:#d3d8e0!important;color:#fff;border:none;cursor:default;pointer-events:none}.PanelOptionsEdit_Body{padding:0 0 32px}.PanelOptionsEdit_Body_SeatInfo{border-bottom:1px solid #dadce0;padding:16px}.PanelOptionsEdit_Body_SeatInfo_TypeName{font-size:1.4rem}.PanelOptionsEdit_Body_SeatInfo_Location{font-size:1.3rem}.PanelOptionsEdit_Body_SeatInfo_Location_Number{font-family:Oswald,sans-serif;font-size:2.1rem}.PanelOptionsEdit_Body_Wrap_List{padding:16px 8px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;overflow-y:auto;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -4px}.PanelOptionsEdit_Body_Wrap_List_Item{width:calc(33.33333% - 8px);margin:0 4px;margin-bottom:16px}.xs .PanelOptionsEdit_Box_Body_Flex_Input{width:170px}.PanelCartOptionsEdit_Body{padding:0 0 32px}.PanelCartOptionsEdit_Body_SeatInfo{border-bottom:1px solid #dadce0;padding:16px}.PanelCartOptionsEdit_Body_SeatInfo_TypeName{font-size:1.4rem}.PanelCartOptionsEdit_Body_SeatInfo_Location{font-size:1.3rem}.PanelCartOptionsEdit_Body_SeatInfo_Location_Number{font-family:Oswald,sans-serif;font-size:2.1rem}.PanelCartOptionsEdit_Body_Wrap_List{padding:16px 8px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;overflow-y:auto;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -4px}.PanelCartOptionsEdit_Body_Wrap_List_Item{width:calc(33.33333% - 8px);margin:0 4px;margin-bottom:16px}.xs .PanelCartOptionsEdit_Box_Body_Flex_Input{width:170px}.UIBoxSection{padding:12px}.xs .UIBoxSection{padding:8px}.UICartEventItem{width:100%;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.06),0 12px 14px rgba(0,0,0,.06);box-shadow:0 1px 3px rgba(0,0,0,.06),0 12px 14px rgba(0,0,0,.06);background:#fff}.UICartEventItem._shadowSmall{-webkit-box-shadow:0 0 1px rgba(0,0,0,.16),0 8px 12px rgba(0,0,0,.06);box-shadow:0 0 1px rgba(0,0,0,.16),0 8px 12px rgba(0,0,0,.06)}.UICartEventItem_Head{border-radius:4px 4px 0 0;border:2px solid #eee;padding:6px 12px 4px 12px;background-color:#eee;font-size:1.3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.UICartEventItem_Head._farm{border:2px solid #68b5ae;background-color:#68b5ae}.UICartEventItem_Number{font-family:Oswald,sans-serif;font-weight:700;font-size:1.7rem;margin-right:4px}.UICartEventItem_Btn{padding:5px 10px 4px;line-height:1;border:1px solid #cb0a39;border-radius:12px;color:#000}.UICartEventItem_Btn._farm{border:1px solid #c00;color:#000}.UICartEventInfo_Label{font-size:1.2rem;font-weight:700;line-height:1;color:#868a8f}.xs .UICartEventInfo_Label{font-size:1.1rem}.m .UICartEventInfo_Label{font-size:1.4rem}.UICartEventInfo_Main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:1;margin-top:4px}.m .UICartEventInfo_Main{margin-top:0}.UICartEventInfo_Main_Date{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:3rem;font-weight:600;font-family:Orbitron,sans-serif;padding-bottom:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.xs .UICartEventInfo_Main_Date{font-size:2.4rem}.m .UICartEventInfo_Main_Date{font-size:4rem;height:56px}.UICartEventInfo_Main_Week{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:1.4rem;padding-bottom:7.5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.xs .UICartEventInfo_Main_Week{font-size:1.3rem}.m .UICartEventInfo_Main_Week{font-size:2rem}.UICartEventInfo_Main_Time{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:3rem;font-weight:600;font-family:Orbitron,sans-serif;padding-left:4px;padding-bottom:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.xs .UICartEventInfo_Main_Time{font-size:2.4rem}.m .UICartEventInfo_Main_Time{font-size:4rem;height:56px}.UICartEventInfo_Main_Time_Text{display:none}.UICartEventInfo_Main_Venue{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:1.2rem;font-weight:700;line-height:1.2;padding-left:6px;padding-bottom:5px}.xs .UICartEventInfo_Main_Venue{font-size:1.1rem;padding-left:4px}.m .UICartEventInfo_Main_Venue{font-size:1.5rem}.UICartEventInfo_Main_Logo{padding-left:6px}.m .UICartEventInfo_Main_Logo{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-left:12px;padding-top:0;position:relative;top:8px}.UICartEventInfo_Main_Logo>*{line-height:28px}.m .UICartEventInfo_Main_Logo>*{line-height:3.6rem}.UICartEventInfo_Main_Logo_Img{display:inline-block;width:42px;height:36px;vertical-align:middle}.UICartEventInfo_Main_Logo_Img._isDistributed{opacity:.4}.xs .UICartEventInfo_Main_Logo_Img{width:36px;height:32px}.m .UICartEventInfo_Main_Logo_Img{width:56px;height:56px}.UICartEventInfo_Main_Logo_Vs{font-size:1.4rem;font-family:Oswald,sans-serif;font-weight:400;padding-right:2px;display:inline-block;vertical-align:middle}.xs .UICartEventInfo_Main_Logo_Vs{font-size:1.2rem}.m .UICartEventInfo_Main_Logo_Vs{font-size:1.6rem}.UICartEventInfo_Main_Logo_Name{font-size:1.3rem;font-weight:700;margin-left:10px;display:inline-block;vertical-align:middle}.UICartEventInfo_Main_Logo_Name._payment{display:inline}.m .UICartEventInfo_Main_Logo_Name{font-size:1.6rem}.UICartEventInfo_Consective{display:-webkit-box;display:-ms-flexbox;display:flex}.UICartEventInfo_Consective_Logo{-webkit-box-flex:0;-ms-flex:0 0 65px;flex:0 0 65px}.UICartEventInfo_Consective_Logo_Team{width:65px;height:65px}.UICartEventInfo_Consective_Info{text-align:left;margin-left:10px;-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 74px);flex:0 0 calc(100% - 74px)}.m .UICartEventInfo_Consective_Info{margin-left:14px}.UICartEventInfo_Consective_Info_Day{font-family:Orbitron,sans-serif;font-size:2rem;font-weight:600;display:inline-block}.m .UICartEventInfo_Consective_Info_Day{font-size:3rem}.UICartEventInfo_Consective_Info_Day span{font-size:1.6rem}.m .UICartEventInfo_Consective_Info_Day span{font-size:2rem}.UICartEventInfo_Consective_Info_Day span._week{font-size:1.3rem;-webkit-font-feature-settings:"palt";font-feature-settings:"palt";display:inline-block}.m .UICartEventInfo_Consective_Info_Day span._week{font-size:1.5rem}.UICartEventInfo_Consective_Info_Day span._hypen{background:#000;width:8px;height:3px;margin:0 5px;display:inline-block;vertical-align:middle}.m .UICartEventInfo_Consective_Info_Day span._hypen{width:10px;height:4px}.UICartEventInfo_Consective_Info_Venue{color:#666;font-size:1.1rem;display:inline-block;margin-left:6px}.m .UICartEventInfo_Consective_Info_Venue{font-size:1.4rem}.UICartEventInfo_Consective_Info_SubTitle{margin-top:4px;font-size:1.2rem}.UICartEventInfo_Consective_Info_Name{font-size:1.4rem;font-weight:700}.m .UICartEventInfo_Consective_Info_Name{font-size:1.6rem}.UIPackInfo_Main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:1;margin-top:-8px;margin-top:4px}.UIPackInfo_Main_Name{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:2rem;font-weight:700;margin-top:2px}.xs .UIPackInfo_Main_Name{font-size:1.6rem}.m .UIPackInfo_Main_Name{font-size:2.4rem}.UIPackInfo_Event{padding-top:16px;margin-top:10px;border-top:1px solid #dadce0}.m .UIPackInfo_Event{padding-top:16px;margin-top:16px}.UIPackInfo_Event_Item{line-height:1;margin-top:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.UIPackInfo_Event_Item_Label{font-size:1.2rem;font-weight:700;line-height:1;color:#868a8f;display:block;width:100%;height:12px}.xs .UIPackInfo_Event_Item_Label{font-size:1.1rem}.m .UIPackInfo_Event_Item_Label{font-size:1.4rem;margin-bottom:4px}.UIPackInfo_Event_Item_Date{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:2.4rem;font-weight:600;font-family:Orbitron,sans-serif;min-width:53px;height:28px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.xs .UIPackInfo_Event_Item_Date{font-size:2rem}.m .UIPackInfo_Event_Item_Date{min-width:63px;font-size:3rem;display:inline-block;height:50px}.UIPackInfo_Event_Item_Week{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:1.6rem;padding-bottom:2.5px;height:28px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-top:6px}.xs .UIPackInfo_Event_Item_Week{font-size:1.3rem}.m .UIPackInfo_Event_Item_Week{font-size:2rem}.UIPackInfo_Event_Item_Time{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:2.4rem;font-weight:600;font-family:Orbitron,sans-serif;padding-left:4px;min-width:62px;height:28px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.xs .UIPackInfo_Event_Item_Time{font-size:2rem}.m .UIPackInfo_Event_Item_Time{font-size:3rem;min-width:76px;display:inline-block;height:50px}.UIPackInfo_Event_Item_Time_Text{display:none}.UIPackInfo_Event_Item_OpenVenue{height:auto;position:relative;top:1px;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.m .UIPackInfo_Event_Item_OpenVenue{padding-bottom:10px;padding-top:0}.UIPackInfo_Event_Item_OpenVenue_Open{font-family:Oswald,sans-serif;font-size:1rem}.UIPackInfo_Event_Item_OpenVenue_Venue{font-size:1rem}.UIPackInfo_Event_Item_Logo{display:block}.m .UIPackInfo_Event_Item_Logo{padding-left:12px;position:relative;top:-12px}.UIPackInfo_Event_Item_Logo_Img{display:inline-block;vertical-align:middle;width:42px;height:36px}.xs .UIPackInfo_Event_Item_Logo_Img{width:36px;height:32px}.m .UIPackInfo_Event_Item_Logo_Img{width:56px;height:56px}.UIPackInfo_Event_Item_Logo_Vs{vertical-align:middle;font-size:1.4rem;font-family:Oswald,sans-serif;font-weight:400;padding-right:2px}.xs .UIPackInfo_Event_Item_Logo_Vs{font-size:1.2rem}.m .UIPackInfo_Event_Item_Logo_Vs{font-size:1.6rem}.UIPackInfo_Event_Item_Logo_Name{vertical-align:middle;font-size:1.3rem;font-weight:700;margin-left:10px}.m .UIPackInfo_Event_Item_Logo_Name{font-size:1.6rem}.UICartActivityEventInfo_Main{line-height:1;margin-top:-8px;margin-top:4px}.UICartActivityEventInfo_Main_TitleArea{display:-webkit-box;display:-ms-flexbox;display:flex}.UICartActivityEventInfo_Main_TitleArea_Img{background-repeat:none;background-size:cover;background-position:50%;position:relative;background:#f7f7f7;-webkit-box-flex:100px;-ms-flex:100px 0 0px;flex:100px 0 0;height:75px;margin-right:16px}.UICartActivityEventInfo_Main_TitleArea_Img_Inner{position:absolute;top:0;left:0;bottom:0;right:0}.UICartActivityEventInfo_Main_Name{font-size:2rem;font-weight:700;margin-top:8px;display:inline-block}.xs .UICartActivityEventInfo_Main_Name{font-size:1.6rem}.m .UICartActivityEventInfo_Main_Name{font-size:2.4rem}.UICartActivityEventInfo_Main_SubTitle{font-size:1.2rem;color:#686b70}.UICartActivityEventInfo_Main_Time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:16px}.UICartActivityEventInfo_Main_Time span{font-size:1.6rem}.UICartActivityEventInfo_Main_Time_Label{font-weight:700}.UICartActivityDetailInfo{padding-top:16px;margin-top:10px;border-top:1px solid #dadce0}.m .UICartActivityDetailInfo{padding-top:16px;margin-top:16px}.UICartActivityDetailInfo_Item{line-height:1.4;margin-top:16px;display:-webkit-box;display:-ms-flexbox;display:flex}.UICartActivityDetailInfo_Item:first-child{margin-top:0}.UICartActivityDetailInfo_Item_Info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.UICartActivityDetailInfo_Item_Info_TicketTypeNameArea{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.UICartActivityDetailInfo_Item_Info_TicketTypeNameArea_Name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UICartActivityDetailInfo_Item_Info_TicketTypeNameArea_Name_Icon{content:"";display:inline-block;width:30px;height:30px;margin-right:6px;background-repeat:no-repeat;background-position:50%;background-size:contain;vertical-align:middle}.xs .UICartActivityDetailInfo_Item_Info_TicketTypeNameArea_Name_Icon{width:25px;height:25px;margin-right:6px}.UICartActivityDetailInfo_Item_Info_TicketTypeNameArea_Name_Text{font-size:1.4rem}.m .UICartActivityDetailInfo_Item_Info_TicketTypeNameArea_Name_Text{font-size:1.6rem}.UICartActivityDetailInfo_Item_Info_TicketTypeNameArea_Price{font-family:Orbitron,sans-serif;font-size:1.6rem;font-weight:600}.UICartActivityDetailInfo_Item_Info_Option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.4}.UICartActivityDetailInfo_Item_Info_Option_Text{padding-left:30px;font-size:1.2rem}.xs .UICartActivityDetailInfo_Item_Info_Option_Text{font-size:1.1rem}.m .UICartActivityDetailInfo_Item_Info_Option_Text{padding-left:36px;font-size:1.6rem}.UICartActivityDetailInfo_Item_Info_Option_Text:before{content:"";display:inline-block;width:8px;height:8px;margin-right:2px;background:url(/images/icon/plus-gray.png) 50% no-repeat;background-size:contain;vertical-align:middle}.UICartActivityDetailInfo_Item_Info_Option_Text_Point{margin-top:6px;padding-left:14px}.UICartActivityDetailInfo_Item_Info_Option_Price{font-size:1.4rem;font-family:Orbitron,sans-serif;font-weight:600;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;text-align:right}.UICartActivityDetailInfo_Item_Info_Option_Price._discount{color:#eb6779}.xs .UICartActivityDetailInfo_Item_Info_Option_Price{font-size:1.3rem}.m .UICartActivityDetailInfo_Item_Info_Option_Price{font-size:1.6rem}.UICartActivityDetailInfo_Item_Del{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;text-align:right}.UICartActivityDetailInfo_Item_DelBtn{display:inline-block;border:1px solid #c4c8cc;border-radius:50%;width:24px;height:24px;background:url(/images/icon/close-gray.png) 50% no-repeat;background-size:12px}.LabelPointGrant{color:#868a8f;font-size:1rem;font-weight:700}.LabelPointGrant span{border:1px solid #000;font-weight:400;padding:1px 4px;margin-right:6px;color:#000}.LabelPointGrant._self span{border:none;background:#000;color:#fff}.UICartSeatTypeInfo{position:relative;width:100%;padding-top:20px}.UICartSeatTypeInfo._borderTopDotted,.UICartSeatTypeInfo_Box{border-top:1px dotted #d3d8e0}.UICartSeatTypeInfo_Box{padding-top:10px}.m .UICartSeatTypeInfo_Box{padding-top:12px}.UICartSeatTypeInfo_Box:first-of-type{padding-top:0;border-top:none}.UICartSeatTypeInfo_Box_Title{line-height:1;margin-bottom:0;font-size:1.6rem}.xs .UICartSeatTypeInfo_Box_Title{font-size:1.4rem}.m .UICartSeatTypeInfo_Box_Title{font-size:1.8rem}.UICartSeatTypeInfo_Box_Desc{margin-top:6px;font-size:1.2rem;color:#c00}.UICartSeatTypeInfo_Box_Product{padding:10px 0;border-top:1px dotted #d3d8e0;line-height:1.4;display:-webkit-box;display:-ms-flexbox;display:flex}.m .UICartSeatTypeInfo_Box_Product{padding:12px 0}.UICartSeatTypeInfo_Box_Product:first-of-type{border-top:none}.UICartSeatTypeInfo_Box_Product_Detail{margin-top:12px}.UICartSeatTypeInfo_Box_Product_Detail:first-child{margin-top:0}.UICartSeatTypeInfo_Box_Product_Detail_Term{color:#c00}.UICartSeatTypeInfo_Box_Product_Detail_SeatDetails{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.UICartSeatTypeInfo_Box_Product_Detail_SeatDetails,.UICartSeatTypeInfo_Box_Product_Detail_SeatDetails_Text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UICartSeatTypeInfo_Box_Product_Detail_SeatDetails_Text{font-size:1.4rem}.xs .UICartSeatTypeInfo_Box_Product_Detail_SeatDetails_Text{font-size:1.2rem}.m .UICartSeatTypeInfo_Box_Product_Detail_SeatDetails_Text{font-size:1.6rem}.UICartSeatTypeInfo_Box_Product_Detail_SeatDetails_Text_Icon{content:"";display:inline-block;width:30px;height:30px;margin-right:6px;background-repeat:no-repeat;background-position:50%;background-size:contain;vertical-align:middle}.xs .UICartSeatTypeInfo_Box_Product_Detail_SeatDetails_Text_Icon{width:25px;height:25px;margin-right:6px}.UICartSeatTypeInfo_Box_Product_Detail_SeatDetails_Price{text-align:right;max-width:70px}.m .UICartSeatTypeInfo_Box_Product_Detail_SeatDetails_Price{max-width:250px}.UICartSeatTypeInfo_Box_Product_Detail_SeatDetails_Price_Num{font-size:1.6rem;font-family:Orbitron,sans-serif;font-weight:600}.xs .UICartSeatTypeInfo_Box_Product_Detail_SeatDetails_Price_Num{font-size:1.2rem}.m .UICartSeatTypeInfo_Box_Product_Detail_SeatDetails_Price_Num{font-size:2rem}.UICartSeatTypeInfo_Box_Product_Detail_SeatDetails_Price_DiscountName{display:block;font-size:1.2rem}.m .UICartSeatTypeInfo_Box_Product_Detail_SeatDetails_Price_DiscountName{margin-right:12px;display:inline-block;font-size:1.6rem}.UICartSeatTypeInfo_Box_Product_Detail_Point{padding-left:36px;margin-top:6px}.UICartSeatTypeInfo_Box_Product_Detail_FcDetail{margin-top:6px;margin-left:36px;padding:6px 8px;border:1px solid #dadce0}.UICartSeatTypeInfo_Box_Product_Detail_Option{margin-top:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UICartSeatTypeInfo_Box_Product_Detail_Option_Text{padding-left:30px;font-size:1.2rem}.xs .UICartSeatTypeInfo_Box_Product_Detail_Option_Text{font-size:1.1rem}.m .UICartSeatTypeInfo_Box_Product_Detail_Option_Text{padding-left:36px;font-size:1.6rem}.UICartSeatTypeInfo_Box_Product_Detail_Option_Text:before{content:"";display:inline-block;width:8px;height:8px;margin-right:2px;background:url(/images/icon/plus-gray.png) 50% no-repeat;background-size:contain;vertical-align:middle}.UICartSeatTypeInfo_Box_Product_Detail_Option_Text_Point{margin-top:6px;padding-left:14px}.UICartSeatTypeInfo_Box_Product_Detail_Option_Price{font-size:1.4rem;font-family:Orbitron,sans-serif;font-weight:600;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;text-align:right}.UICartSeatTypeInfo_Box_Product_Detail_Option_Price._discount{color:#eb6779}.xs .UICartSeatTypeInfo_Box_Product_Detail_Option_Price{font-size:1.3rem}.m .UICartSeatTypeInfo_Box_Product_Detail_Option_Price{font-size:1.6rem}.UICartSeatTypeInfo_Forced{font-weight:400;font-size:1rem;border:1px solid #cb0a39;padding:1px 4px;color:#cb0a39;margin-right:4px;white-space:nowrap;text-indent:-1em;margin-left:1em}.UICartSeatTypeInfo_Info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.UICartSeatTypeInfo_Del{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;text-align:right}.UICartSeatTypeInfo_DelBtn{display:inline-block;border:1px solid #c4c8cc;border-radius:50%;width:24px;height:24px;background:url(/images/icon/close-gray.png) 50% no-repeat;background-size:12px}.UIExpander{width:100%}.UIExpander_Body{overflow:hidden;position:relative;-webkit-transition:height .25s linear;transition:height .25s linear}.UIExpander_Body._off{-webkit-transition:none;transition:none}.UIExpander_Bottom{width:100%;text-align:center;padding-bottom:8px}.UIExpander_Bottom>img{display:inline-block}.PanelCartDelete_Item{padding:6px 0;border-bottom:1px dotted #d3d8e0}.PanelOptionDetail_Body,.xs .PanelOptionDetail_Body{padding-top:0;padding-left:0;padding-right:0}.PanelOptionDetail_Body_Image{margin:0 auto;width:200px;height:200px}.PanelOptionDetail_Body_TextArea{padding:16px 16px 0}.PanelOptionDetail_Body_TextArea_Name{font-weight:700}.PanelOptionDetail_Body_TextArea_Price{font-family:Orbitron,sans-serif;font-weight:600;font-size:1.3rem;margin-top:6px}.PanelOptionDetail_Body_TextArea_Message{margin-top:12px}.PanelSkuList_Body_Purchased{margin-bottom:20px;text-align:center;background-color:#868a8f;padding:4px 0;color:#fff}.PanelSkuList_Body_Image{margin:0 auto;width:100%;height:160px}.PanelSkuList_Body_TextArea_Name{font-size:1.6rem;font-weight:700;margin-top:12px}.PanelSkuList_Body_TextArea_Price{font-family:Orbitron,sans-serif;font-weight:600;font-size:1.6rem;margin-top:4px}.PanelSkuList_Body_TextArea_Message{margin-top:10px;font-size:1.2rem}.PanelSkuList_Body_List{margin-top:22px}.PanelSkuList_Body_List_Item{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-top:1px solid #d3d8e0;padding:6px 0}.PanelSkuList_Body_List_Item,.PanelSkuList_Body_List_Item_Left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PanelSkuList_Body_List_Item_Left{width:100%}.PanelSkuList_Body_List_Item_Left_Image{-webkit-box-flex:0;-ms-flex:0 0 56px;flex:0 0 56px;height:56px;position:relative;cursor:pointer}.PanelSkuList_Body_List_Item_Left_Image:after{content:"";background:url(/images/icon/expansion_gray_icon.png) no-repeat;background-size:18px auto;width:18px;height:18px;display:block;position:absolute;bottom:6px;right:6px}.PanelSkuList_Body_List_Item_Left_Image_Wrap{width:100%;height:100%}.PanelSkuList_Body_List_Item_Left_Name{margin-left:8px}.PanelSkuList_Body_List_Item_Left_Name_Price{display:block;font-family:Orbitron,sans-serif;font-weight:600;font-size:1.6rem}.PanelSkuList_Body_List_Item_Action{margin-left:10px;-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px}.PanelSkuList_Body_List_Item_Action_CountArea{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.PanelSkuList_Body_List_Item_Action_CountArea_Count{font-size:2.4rem;font-family:Oswald,sans-serif}.PanelSkuList_Body_List_Item_Action_Few{text-align:center}.PanelSkuList_Body_List_Item_Action_Few_Label{padding:2px 4px;color:#fff;font-size:1rem;background-color:#e6a722;border-radius:2px}.PanelSkuList_Body_List_Item_Empty{margin-left:20px;-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px;max-width:90px;text-align:center}.PanelSkuList_Body_List_Item_Empty_Label{padding:2px 4px;color:#fff;font-size:1rem;background-color:#cb0a39;border-radius:2px}.PanelCartSkuList_Alert{color:#c00}.PanelCartSkuList_Body_Image{margin:0 auto;width:100%;height:160px}.PanelCartSkuList_Body_TextArea_Name{font-size:1.6rem;font-weight:700;margin-top:12px}.PanelCartSkuList_Body_TextArea_Message{margin-top:10px;font-size:1.2rem}.PanelCartSkuList_Body_TextArea_Alert{color:#c00;margin-top:10px;font-size:1.2rem}.PanelCartSkuList_Body_List{margin-top:22px}.PanelCartSkuList_Body_List_Item{border-top:1px solid #d3d8e0;padding:6px 0}.PanelCartSkuList_Body_List_Item_Flex{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.PanelCartSkuList_Body_List_Item_Flex,.PanelCartSkuList_Body_List_Item_Left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PanelCartSkuList_Body_List_Item_Left{width:100%}.PanelCartSkuList_Body_List_Item_Left_Image{-webkit-box-flex:0;-ms-flex:0 0 56px;flex:0 0 56px;height:56px;position:relative;cursor:pointer}.PanelCartSkuList_Body_List_Item_Left_Image:after{content:"";background:url(/images/icon/expansion_gray_icon.png) no-repeat;background-size:18px auto;width:18px;height:18px;display:block;position:absolute;bottom:6px;right:6px}.PanelCartSkuList_Body_List_Item_Left_Image_Wrap{width:100%;height:100%}.PanelCartSkuList_Body_List_Item_Left_Name{margin-left:8px}.PanelCartSkuList_Body_List_Item_Left_Name_Price{display:block;font-family:Orbitron,sans-serif;font-weight:600;font-size:1.6rem}.PanelCartSkuList_Body_List_Item_Action{-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px}.PanelCartSkuList_Body_List_Item_Action_CountArea{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.PanelCartSkuList_Body_List_Item_Action_CountArea_Count{font-size:2.4rem;font-family:Oswald,sans-serif}.PanelCartSkuList_Body_List_Item_Action_Few{text-align:center}.PanelCartSkuList_Body_List_Item_Action_Few_Label{padding:2px 4px;color:#fff;font-size:1rem;background-color:#e6a722;border-radius:2px}.PanelCartSkuList_Body_List_Item_Empty{-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px;max-width:90px;text-align:center}.PanelCartSkuList_Body_List_Item_Empty_Label{padding:2px 4px;color:#fff;font-size:1rem;background-color:#cb0a39;border-radius:2px}.PanelSeatImage_Body{padding-top:0;padding-left:0;padding-right:0}.PanelSeatImage_Body_Item{width:100%}.PanelPasswordComplete_Item{margin-top:20px}.PanelPasswordComplete_Label{font-size:1.4rem;font-weight:700;margin-bottom:8px}.xs .PanelPasswordComplete_Label{font-size:1.3rem}.PanelPasswordComplete_Notice{margin-top:8px;font-size:1.2rem;color:#868a8f}.UICalendarMonth{margin-bottom:16px;border-bottom:1px solid #d3d8e0}.UICalendarMonth._consective{margin-bottom:0}.UICalendarMonth:last-child{border-bottom:none;margin-bottom:0}.UICalendarMonth:last-child._hideBtn,.UICalendarMonth_Title{border-bottom:1px solid #d3d8e0}.UICalendarMonth_Title{padding:16px;text-align:center;font-size:1.6rem;font-weight:700}.m .UICalendarMonth_Title{font-size:1.8rem}.xs .UICalendarMonth_Title{padding:12px;font-size:1.4rem}.UICalendarMonth_Title>span{font-family:Orbitron,sans-serif;font-size:2.4rem;font-weight:600}.m .UICalendarMonth_Title>span{font-size:2.8rem}.xs .UICalendarMonth_Title>span{font-size:2.2rem}.UICalendarItemButton_BeforeSale{font-size:1rem!important;color:#666!important;border:none!important;letter-spacing:-.4px;background-color:#ddd!important}.UICalendarItem{padding:0 16px}.m .UICalendarItem{-webkit-transition:all .1s ease;transition:all .1s ease}.xs .UICalendarItem{padding:0 12px}.m .UICalendarItem:hover{background-color:#fceaee}.m .UICalendarItem:hover._farm{background-color:rgba(104,181,174,.3)}.m .UICalendarItem:hover._disabled,.m .UICalendarItem:hover._hideBtn{background:none}.UICalendarItem_Button{margin:0}.m .UICalendarItem_Button:hover{-webkit-transform:scale(1);transform:scale(1)}.UICalendarItem_Button:disabled{pointer-events:none}.UICalendarItem_Wrap{border-top:1px solid #d3d8e0;padding:8px 0}.UICalendarItem:first-child .UICalendarItem_Wrap{border-top:none}.UICalendarItem_Day{-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px;margin-top:-4px;text-align:center;color:#000;font-family:Orbitron,sans-serif;font-size:2.2rem;font-weight:600;line-height:1}.m .UICalendarItem_Day{-webkit-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px;font-size:2.8rem}.xs .UICalendarItem_Day{-webkit-box-flex:0;-ms-flex:0 0 22px;flex:0 0 22px;font-size:2rem}.UICalendarItem_Day._sat{color:#cb0a39}.UICalendarItem_Day._sun{color:#c00}.UICalendarItem_Week{-webkit-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;text-align:left;padding-left:8px;padding-right:12px;color:#000;font-size:1.2rem;font-weight:700;line-height:1}.m .UICalendarItem_Week{-webkit-box-flex:0;-ms-flex:0 0 48px;flex:0 0 48px;font-size:1.4rem}.xs .UICalendarItem_Week{-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px;font-size:1.1rem;padding-left:4px;padding-right:6px}.UICalendarItem_Week._sat{color:#cb0a39}.UICalendarItem_Week._sun{color:#c00}.UICalendarItem_Logo{-webkit-box-flex:0;-ms-flex:0 0 48px;flex:0 0 48px;text-align:left;padding-right:12px}.m .UICalendarItem_Logo{-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px}.xs .UICalendarItem_Logo{-webkit-box-flex:0;-ms-flex:0 0 38px;flex:0 0 38px;padding-right:6px}.UICalendarItem_Logo_Vs{font-size:1.4rem;font-family:Oswald,sans-serif;font-weight:400;vertical-align:middle;padding-right:16px}.UICalendarItem_Logo_Team{display:inline-block;vertical-align:middle;width:36px;height:36px}.m .UICalendarItem_Logo_Team{width:45px;height:45px}.xs .UICalendarItem_Logo_Team{width:30px;height:30px}.UICalendarItem_Logo_Team._disabled{opacity:.24}.UICalendarItem_Logo_Text{font-size:1.3rem;vertical-align:middle;padding-left:4px;max-width:200px;display:inline-block}.UICalendarItem_Info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:left;padding-right:8px}.xs .UICalendarItem_Info{padding-right:6px}.UICalendarItem_Info_Time{display:block;font-family:Orbitron,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.32}.m .UICalendarItem_Info_Time{display:inline;font-size:1.8rem;padding-right:24px}.xs .UICalendarItem_Info_Time{font-size:1.4rem}.UICalendarItem_Info_Venue{display:block;font-size:1.2rem;line-height:1.32}.m .UICalendarItem_Info_Venue{display:inline;font-size:1.4rem}.xs .UICalendarItem_Info_Venue{font-size:1.1rem}.UICalendarItem_Info_Time._hideBtn,.UICalendarItem_Info_Venue._hideBtn{display:inline-block;vertical-align:middle;margin-right:6px}.UICalendarItem_Label{-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px;text-align:left;padding-right:8px}.m .UICalendarItem_Label{-webkit-box-flex:0;-ms-flex:0 0 56px;flex:0 0 56px}.xs .UICalendarItem_Label{-webkit-box-flex:0;-ms-flex:0 0 26px;flex:0 0 26px;padding-right:6px}.UICalendarItem_Label._disabled{opacity:.24}.UICalendarItem_Label_Img{width:37px;height:22px}.xs .UICalendarItem_Label_Img{width:20px;height:13px}.UICalendarItem_Label_VisitorPresent{width:35px;height:35px}.xs .UICalendarItem_Label_VisitorPresent{width:21px;height:21px}.UICalendarItem_Label_AllReserved{width:37px;height:8px;line-height:1}.xs .UICalendarItem_Label_AllReserved{width:20px;height:20px}.UICalendarItem_ButtonIcon{-webkit-box-flex:0;-ms-flex:0 0 92px;flex:0 0 92px}.UICalendarItem_Consective{display:-webkit-box;display:-ms-flexbox;display:flex}.UICalendarItem_Consective_Logo{-webkit-box-flex:0;-ms-flex:0 0 110px;flex:0 0 110px}.UICalendarItem_Consective_Logo._hideBtn{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}.UICalendarItem_Consective_Info{text-align:left;margin-left:10px;-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 120px);flex:0 0 calc(100% - 120px)}.UICalendarItem_Consective_Info._hideBtn{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 90px);flex:0 0 calc(100% - 90px)}.UICalendarItem_Consective_Info_Day{font-family:Orbitron,sans-serif;font-size:2rem;font-weight:600}.UICalendarItem_Consective_Info_Day span{font-size:1.6rem}.UICalendarItem_Consective_Info_Day span._week{font-size:1.3rem;-webkit-font-feature-settings:"palt";font-feature-settings:"palt"}.UICalendarItem_Consective_Info_SubTitle{font-size:1.2rem}.UICalendarItem_Consective_Info_Name{font-size:1.5rem;font-weight:700}.UICalendarItem_Consective_Info_Venue{color:#666;font-size:1.2rem;margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UICalendarItem_Consective_Info_Venue_Text{-ms-flex-preferred-size:calc(100% - 92px);flex-basis:calc(100% - 92px);text-align:center}.m .UICalendarItem_Consective_Info_Venue_Text{text-align:left}.m .PanelTargetEventList_Box{height:700px}.PanelTargetEventList_Body{padding:16px 0 32px}.PanelResaleRegisterGuide_Image{width:100%}.PanelResaleMenu_Body{text-align:center}.PanelResaleMenu_Body_Title{font-size:1.4rem;font-weight:700;margin-bottom:12px}.PanelResaleMenu_Body_Note{color:#c00}.PanelResaleMenu_Body_Button{position:relative}.PanelResaleMenu_Body_Button_Icon{height:30px;width:auto;position:absolute;left:16px;top:6px}.PanelResaleMenu_Body_Button_Icon._buy{left:24px}.UIResaleTicketCheckBox{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.UIResaleTicketCheckBox_Check{display:block;border:1px solid #c4c8cc;border-radius:2px;width:20px;min-width:20px;height:20px;margin-right:6px;cursor:pointer}.UIResaleTicketCheckBox_Check._checked{border:none;background:#cb0a39 url(/images/icon/check-white.png) no-repeat;background-size:10.6px auto;background-position:50%}.UIResaleTicketCheckBox_Wrap{width:100%}.UIResaleTicketCheckBox_Wrap_Btn{width:100%;color:inherit}.UIResaleTicketCheckBox_Wrap._disabled{margin-left:26px}.UIResaleTicketBox{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.UIResaleTicketBox_Icon{margin-right:8px}.UIResaleTicketBox_Icon img{width:20px;min-width:20px;height:auto}.UIResaleTicketBox_Item{width:100%}.UIResaleTicketBox_Over{position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px;width:calc(100% + 16px);height:calc(100% + 16px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:6px;background-color:rgba(211,216,214,.7);padding:16px}.UIResaleTicketBox_Over_Wrap{text-align:center}.UIResaleTicketBox_Over_Wrap_Img{margin:0 auto;width:48px;height:48px}.UIResaleTicketBox_Over_Wrap_Img img{width:100%;height:auto}.UIResaleTicketBox_Over_Wrap_Text{margin:0 auto;font-size:1.4rem;color:#cb0a39;font-weight:700}.UIResaleTicketBox_Over_Wrap_Text._cancel{color:#f5314b}.UIOutlineLabel{display:inline-block;font-weight:400;font-size:1.1rem;border:1px solid #eb6779;padding:2px 6px;color:#eb6779;text-align:center}.UIOutlineLabel._normal{border:1px solid #38afeb;color:#fff;background:#38afeb}.UIOutlineLabel._special{border:1px solid #c8b78c;color:#c8b78c}.UIOutlineLabel._recommend{border:1px solid #eb6779;color:#eb6779}.UIOutlineLabel._danger{border:1px solid #cb0a39;color:#cb0a39}.UIOutlineLabel._light{border:1px solid #38afeb;color:#38afeb}.UIOutlineLabel._warning{border:1px solid #e6a722;color:#e6a722}.UIOutlineLabel._invalid{border:1px solid #babec2;color:#babec2}.UISeatPrice{font-size:1.3rem;line-height:20px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.UISeatPrice._selected{color:#cb0a39;font-weight:700}.UISeatPrice_Name._bold{font-weight:700}.PanelResaleDetail_Body{padding:16px 16px 32px}.PanelResaleDetail_Notice{font-size:1.3rem}.PanelResaleDetail_Total{padding:0 0 16px;border-bottom:1px solid #d3d8e0}.PanelResaleDetail_Total_Label_Item{margin-right:6px}.PanelResaleDetail_Total_Count{font-size:1.6rem;font-weight:700;margin-top:4px}.PanelResaleDetail_Total_Count_Price{font-size:2rem;font-family:Orbitron,sans-serif;font-weight:600}.PanelResaleDetail_Total_Count_Unit{font-weight:400;margin-left:6px}.PanelResaleDetail_Total_Count_Unit_Count{margin-right:6px;font-size:1.2rem}.PanelResaleDetail_Total_Count_Unit_Price{font-size:1.4rem;font-family:Orbitron,sans-serif;font-weight:600}.PanelResaleDetail_Total_Text{margin-top:4px;color:#c00;font-size:1.2rem;font-weight:700}.PanelResaleDetail_SeatTypeList{margin-top:16px}.PanelResaleDetail_SeatTypeList_Name{font-family:1.3rem;font-weight:700}.PanelResaleDetail_SeatTypeList_Item{border-bottom:1px solid #d3d8e0;padding:12px 0}.PanelResaleDetail_SeatTypeList_Item_Option{font-size:1.3rem;color:#73767a}.PanelResaleDetail_SeatTypeList_Item_Option:before{content:"";display:inline-block;width:8px;height:8px;margin-right:2px;background:url(/images/icon/plus-black.png) 50% no-repeat;background-size:contain;vertical-align:baseline}.PanelResaleDetail_SeatTypeList_Item_Bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PanelResaleDetail_SeatTypeList_Item_Bottom_Price{font-size:1.4rem;font-family:Orbitron,sans-serif;font-weight:600}.PanelResaleDetail_SeatTypeList_Item_Bottom_SeatPos{margin-left:auto}.PanelResaleDetail_SeatTypeList_Item_Bottom_SeatPos span{color:#868a8f;font-size:1.1rem;text-decoration:underline;margin-left:3px}.PanelResaleDetail_SeatTypeList_Item_Bottom_Clicked{font-size:1.1rem;color:#cb0a39}.UISearchInput_Input{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;width:100%;height:40px;border:1px solid #c4c8cc;font-size:1.4rem;padding-left:12px;border-radius:20px;-webkit-transition:all .1s ease 0s;transition:all .1s ease 0s;padding-right:24px;background-image:url(/images/icon/search-gray.png);background-repeat:no-repeat;background-size:14px;background-position:right 8px center;overflow:hidden;text-overflow:ellipsis}.xs .UISearchInput_Input{height:36px}.UISearchInput_Input._error{border:1px solid #c00}.UISearchInput_Input::-webkit-input-placeholder{color:#868a8f}.UISearchInput_Input::-moz-placeholder{color:#868a8f}.UISearchInput_Input:-ms-input-placeholder{color:#868a8f}.UISearchInput_Input::-ms-input-placeholder{color:#868a8f}.UISearchInput_Input::placeholder{color:#868a8f}.UISearchInput_Input:focus,.UISearchInput_Input:hover{border:1px solid #cb0a39}.PanelBankList_Body{padding:24px 0;height:560px}.PanelBankList_Body_Lead{font-weight:700;padding:0 16px;font-size:14px}.PanelBankList_Body_SearchList{padding:0 16px}.PanelBankList_Body_SearchList_Item{border-bottom:1px solid #dadce0;height:auto!important}.PanelBankList_Body_Search{padding:12px 16px 32px}.PanelBankList_Body_Note{text-align:center}.PanelBankList_Body_Title{height:44px;line-height:44px;padding:0 16px;font-size:1.2rem;font-weight:700;color:#868a8f}.PanelBankList_Body_Title._border{border-top:1px solid #dadce0;border-bottom:1px solid #dadce0}.PanelBankList_Body_Title._borderBottom{border-bottom:1px solid #dadce0}.PanelBankList_Body_Block{padding:0 16px}.PanelBankList_Body_Block_List{border-bottom:1px solid #dadce0}.PanelBankList_Body_Block_List_Item{height:44px;min-height:44px;padding:12px 24px 12px 0;font-size:1.4rem}.PanelBankList_Body_List{padding:0 16px;border-top:1px solid #dadce0}.PanelBankList_Body_List_Item{line-height:1.2}.PanelBankList_Body_List_Item+.PanelBankList_Body_List_Item{border-top:1px solid #dadce0}.PanelBranchList_Box_Head{width:96%;margin:0 auto}.PanelBranchList_Box_Head_Search{margin-top:10px}.PanelBranchList_Body{padding:0 0 24px;height:360px}.PanelBranchList_Body_List{padding:0 16px;border-bottom:1px solid #dadce0}.PanelBranchList_Body_List_Item{height:auto!important}.PanelBranchList_Body_List_Item+.PanelBranchList_Body_List_Item{border-top:1px solid #dadce0}.PanelInputAuthCode_Item{margin-top:20px}.PanelInputAuthCode_Label{font-size:1.4rem;font-weight:700;margin-bottom:8px}.UIOptionPrice,.xs .PanelInputAuthCode_Label{font-size:1.3rem}.UIOptionPrice{color:#73767a}.UIOptionPrice:before{content:"";display:inline-block;width:8px;height:8px;margin-right:2px;background:url(/images/icon/plus-black.png) 50% no-repeat;background-size:contain;vertical-align:baseline}.PanelResaleRegisterCancel_Body{padding:16px 15px 24px}.PanelResaleRegisterCancel_Body_Top{font-size:1.3rem}.PanelResaleRegisterCancel_Body_Top_Note{color:#686b70}.PanelResaleRegisterCancel_Body_Seat_Ticket_Type{font-weight:700}.PanelResaleRegisterCancel_Body_Seat_Ticket_Item_Price{width:100%}.PanelResaleRegisterCancel_Body_Seat_Ticket_Item_Price_Box{width:100%;padding:8px 12px;background-color:#f0f2f5;border-radius:2px}.PanelResaleRegisterCancel_Body_Seat_Ticket_Item+.PanelResaleRegisterCancel_Body_Seat_Ticket_Item{padding-top:12px;margin-top:12px;border-top:1px solid #e6e8eb}.PanelResaleRegisterCancel_Body_Seat_Ticket+.PanelResaleRegisterCancel_Body_Seat_Ticket{padding-top:24px}.UIFormItemBox>div{margin-top:12px}.UIFormItemBox>div:first-of-type{margin-top:0}.UIFormItemBox_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.UIFormItemBox_Item._horizontal{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.m .UIFormItemBox_Item,.UIFormItemBox_Item._horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.UIFormItemBox_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .UIFormItemBox_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.UIFormItemBox_Item_Label>span{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.UIFormItemBox_Item_Text{font-size:1.4rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.PanelSeasonSeatApply_List>div{margin-top:12px}.PanelSeasonSeatApply_List>div:first-of-type{margin-top:0}.PanelSeasonSeatApply_List_Item{margin-bottom:16px}.PanelSeasonSeatApply_List_Item_Flex{margin-left:-8px;margin-right:-8px}.m .PanelSeasonSeatApply_List_Item_Radio,.m .PanelSeasonSeatApply_List_Item_Text._corporate{line-height:40px}.PanelSeasonSeatApply_List_Item_Text._name{margin-top:0;padding:0 8px}.PanelSeasonSeatApply_List_Item_Text_Flex>*{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-right:12px}.m .PanelSeasonSeatApply_List_Item_Text_Flex>*{padding-right:16px}.PanelSeasonSeatApply_List_Item_Text_Flex_1._zipCode{-webkit-box-flex:0;-ms-flex:0 0 64px;flex:0 0 64px}.m .PanelSeasonSeatApply_List_Item_Text_Flex_1._zipCode{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}.PanelSeasonSeatApply_List_Item_Text_Flex_2._zipCode{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px}.m .PanelSeasonSeatApply_List_Item_Text_Flex_2._zipCode{-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px}.PanelSeasonSeatApply_List_Item_Text_Flex_3._zipCode{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.m .PanelSeasonSeatApply_List_Item_Text_Flex_3._zipCode{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px}.PanelSeasonSeatApply_List_Item_Text_Flex_1._birth{-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px}.m .PanelSeasonSeatApply_List_Item_Text_Flex_1._birth{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px}.PanelSeasonSeatApply_List_Item_Text_Flex_2._birth{-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px}.m .PanelSeasonSeatApply_List_Item_Text_Flex_2._birth{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}.m .PanelSeasonSeatApply_List_Item_Text_Flex_1._seat,.PanelSeasonSeatApply_List_Item_Text_Flex_1._seat{-webkit-box-flex:0;-ms-flex:0 0 187px;flex:0 0 187px}.xs .PanelSeasonSeatApply_List_Item_Text_Flex_1._seat{-webkit-box-flex:0;-ms-flex:0 0 148px;flex:0 0 148px}.m .PanelSeasonSeatApply_List_Item_Text_Flex_2._seat,.PanelSeasonSeatApply_List_Item_Text_Flex_2._seat{-webkit-box-flex:0;-ms-flex:0 0 115px;flex:0 0 115px}.xs .PanelSeasonSeatApply_List_Item_Text_Flex_2._seat{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px}.PanelSeasonSeatApply_List_Item_Text_Flex_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px;padding:0;margin:0}.m .PanelSeasonSeatApply_List_Item_Text_Flex_Button{padding:0}.PanelSeasonSeatApply_List_Item_Text_Notice{margin-top:8px;font-size:1.1rem;color:#868a8f}.m .PanelSeasonSeatApply_List_Item_Text_Notice{font-size:1.2rem}.PanelSeasonSeatApply_List_Item_Text_Notice_Link{text-decoration:underline}.PanelSeasonSeatApply_List_Hyphen{display:block;width:100%;height:1px;background-color:#000}.UIPackCardItem{position:relative;width:100%;border-radius:6px;overflow:hidden;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.04),0 12px 14px rgba(0,0,0,.04);box-shadow:0 1px 3px rgba(0,0,0,.04),0 12px 14px rgba(0,0,0,.04)}.UIPackCardItem_Label{position:absolute;left:4px;top:8px;z-index:200;width:40px;height:36px;font-size:1.1rem;line-height:1.5;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.UIPackCardItem_Label._primary{color:#fff}.UIPackCardItem._label:before{content:"";top:0;left:0;border-bottom:6em solid transparent;border-left:6em solid #67bfeb;position:absolute}.UIPackCardItem._label._primary:before{border-left:6em solid #f5314b}.UIPackCardItem._label._invalid:before,.UIPackCardItem._label._primary:before{content:"";top:0;left:0;border-bottom:6em solid transparent;position:absolute;z-index:100}.UIPackCardItem._label._invalid:before{border-left:6em solid #babec2}.UIPackCardItem_Img{width:100%;background:#eee;background-repeat:none;background-size:cover;background-position:50%;position:relative}.UIPackCardItem_Img:before{content:"";display:block;padding-top:56.25%}.UIPackCardItem_Img_Inner{position:absolute;top:0;left:0;bottom:0;right:0}.UIPackListItem{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer}.UIPackListItem_Wrap{margin-right:auto}.UIPackListItem_Wrap_Label{color:#868a8f;font-size:1.2rem}.UIPackListItem_Wrap_Seat{margin-top:6px;font-weight:700;font-size:1.4rem}.UIPackListItem_Wrap_Text{font-size:1.2rem;margin-right:8px}.UIPackListItem_Wrap_Price{margin-top:6px;font-size:1.2rem;font-weight:700}.UIPackSeatTypeInfoHeader_Img{height:115px;background-size:cover;background-repeat:no-repeat;background-position:50%}.pc .UIPackSeatTypeInfoHeader_Img{height:300px}.UIPackSeatTypeInfoHeader_Head{padding:12px 16px;border-bottom:1px solid #dadce0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.UIPackSeatTypeInfoHeader_Head_Left_Text{font-size:1.2rem;color:#686b70}.UIPackSeatTypeInfoHeader_Head_Left_Name{font-size:1.4rem;font-weight:700;margin-top:6px}.UIPackSeatTypeInfoHeader_Head_Link{width:60px;height:24px;margin-left:6px;border:1px solid #868a8f;border-radius:2px;font-size:1rem;color:#868a8f;min-width:70px}.m .PanelPackSeatTypeList_Box{height:700px}.PanelPackSeatTypeList_Body,.xs .PanelPackSeatTypeList_Body{padding:0}.PanelPackSeatTypeList_Head{padding:12px 16px;border-bottom:1px solid #dadce0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.PanelPackSeatTypeList_Head_Left_Text{font-size:1.2rem;color:#686b70}.PanelPackSeatTypeList_Head_Left_Name{margin-top:6px;font-size:1.4rem;font-weight:700}.PanelPackSeatTypeList_Head_Link{width:60px;height:24px;border:1px solid #868a8f;border-radius:2px;font-size:1rem;color:#868a8f}.PanelPackSeatTypeList_List{padding:4px 16px 16px}.PanelPackSeatTypeList_List._season{padding:16px 16px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.PanelPackSeatTypeList_List_Item{cursor:pointer}.PanelPackSeatTypeList_List_Item._disabled{pointer-events:none}.PanelPackSeatTypeList_List_Item._pack{border-bottom:1px solid #e6e8eb;padding-bottom:10px;margin-top:12px}.PanelPackSeatTypeList_List_Item._season{background:-webkit-gradient(linear,left top,right top,from(#dee4ea),to(#f6fcff));background:linear-gradient(90deg,#dee4ea,#f6fcff);margin-bottom:24px;width:100%}.m .PanelPackSeatTypeList_List_Item._season{width:49%;min-width:49%}.PanelPackSeatTypeList_List_Item_Wrap{padding:12px}.PanelPackSeatTypeList_List_Item_Wrap_Info_Description{font-size:1.2rem;color:#686b70}.PanelPackSeatTypeList_List_Item_Wrap_Info_Name{font-size:1.4rem;font-weight:700;margin-top:6px}.PanelPackSeatTypeList_List_Item_Wrap_Info_Price{margin-top:4px}.PanelMySeatAmenityDetail_Item{text-align:left}.PanelMySeatAmenityDetail_Item_Card{width:100%;position:relative}.PanelMySeatAmenityDetail_Item_Card_Label{position:absolute;left:4px;top:8px;z-index:200;width:40px;height:36px;line-height:1.5;font-size:1.1rem;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.PanelMySeatAmenityDetail_Item_Card_Label._primary{color:#fff}.PanelMySeatAmenityDetail_Item_Card._label:before{content:"";top:0;left:0;border-bottom:6em solid transparent;border-left:6em solid #67bfeb;position:absolute}.PanelMySeatAmenityDetail_Item_Card._label._primary:before{content:"";top:0;left:0;border-bottom:6em solid transparent;position:absolute;z-index:100;border-left:6em solid #f5314b}.PanelMySeatAmenityDetail_Item_Card._label._invalid:before{content:"";top:0;left:0;border-bottom:6em solid transparent;position:absolute;z-index:100;border-left:6em solid #babec2}.PanelMySeatAmenityDetail_Item_Card_Img{min-height:180px;background:#eee;background-repeat:none;background-size:cover;background-position:50%}.PanelMySeatAmenityDetail_Item_Info_Name{font-size:1.6rem;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PanelMySeatAmenityDetail_Item_Info_Name_Label{background-color:#c00;padding:3px 10px;color:#fff;font-size:1rem}.PanelMySeatAmenityDetail_Item_Info_Limit{font-size:1.3rem}.PanelMySeatAmenityDetail_Item_Info_Detail{margin-top:4px;font-size:1rem}.PanelMySeatAmenityDetail_Item_Info_Count{margin-top:20px;padding-top:30px;border-top:1px solid #dadce0}.PanelMySeatAmenityDetail_Item_Info_Count_Title{text-align:center;font-size:1.6rem;font-weight:700;margin-bottom:16px}.PanelContinueContractorInfoChange{scroll-behavior:smooth}.PanelContinueContractorInfoChange_Body>div{margin-top:12px}.PanelContinueContractorInfoChange_Body>div:first-of-type{margin-top:0}.PanelContinueContractorInfoChange_Body_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.m .PanelContinueContractorInfoChange_Body_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.PanelContinueContractorInfoChange_Body_Item_Flex{margin-left:-8px;margin-right:-8px}.PanelContinueContractorInfoChange_Body_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .PanelContinueContractorInfoChange_Body_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.PanelContinueContractorInfoChange_Body_Item_Label>span{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.PanelContinueContractorInfoChange_Body_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.m .PanelContinueContractorInfoChange_Body_Item_Text._confirmation{padding-top:9px}.PanelContinueContractorInfoChange_Body_Item_Text._name{margin-top:0;padding:0 8px}.PanelContinueContractorInfoChange_Body_Item_Text_Notice{margin-top:8px;font-size:1.1rem;color:#868a8f}.m .PanelContinueContractorInfoChange_Body_Item_Text_Notice{font-size:1.2rem}.PanelContinueContractorInfoChange_Body_Item_Text_Notice_Link{text-decoration:underline}.PanelContinueContractorInfoChange_Body_Item_Text_Flex>*{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-right:12px}.m .PanelContinueContractorInfoChange_Body_Item_Text_Flex>*{padding-right:16px}.PanelContinueContractorInfoChange_Body_Item_Text_Flex_1._zipCode{-webkit-box-flex:0;-ms-flex:0 0 64px;flex:0 0 64px}.m .PanelContinueContractorInfoChange_Body_Item_Text_Flex_1._zipCode{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}.PanelContinueContractorInfoChange_Body_Item_Text_Flex_2._zipCode{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px}.m .PanelContinueContractorInfoChange_Body_Item_Text_Flex_2._zipCode{-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px}.PanelContinueContractorInfoChange_Body_Item_Text_Flex_3._zipCode{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.m .PanelContinueContractorInfoChange_Body_Item_Text_Flex_3._zipCode{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px}.PanelContinueContractorInfoChange_Body_Item_Text_Flex_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px;padding:0;margin:0}.m .PanelContinueContractorInfoChange_Body_Item_Text_Flex_Button{padding:0}.PanelContinueContractorInfoChange_Hyphen{display:block;width:100%;height:1px;background-color:#000}.PanelContinueDeliveryInfoChange{scroll-behavior:smooth}.PanelContinueDeliveryInfoChange_DisabledWrap{margin-top:12px}.PanelContinueDeliveryInfoChange_DisabledWrap._disabled{opacity:.3;pointer-events:none}.PanelContinueDeliveryInfoChange_Body_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:12px}.PanelContinueDeliveryInfoChange_Body_Item:first-of-type{margin-top:0}.m .PanelContinueDeliveryInfoChange_Body_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.PanelContinueDeliveryInfoChange_Body_Item_Flex{margin-left:-8px;margin-right:-8px}.PanelContinueDeliveryInfoChange_Body_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .PanelContinueDeliveryInfoChange_Body_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.PanelContinueDeliveryInfoChange_Body_Item_Label>span{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.PanelContinueDeliveryInfoChange_Body_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.m .PanelContinueDeliveryInfoChange_Body_Item_Text._confirmation{padding-top:9px}.PanelContinueDeliveryInfoChange_Body_Item_Text._name{margin-top:0;padding:0 8px}.PanelContinueDeliveryInfoChange_Body_Item_Text_Notice{margin-top:8px;font-size:1.1rem;color:#868a8f}.m .PanelContinueDeliveryInfoChange_Body_Item_Text_Notice{font-size:1.2rem}.PanelContinueDeliveryInfoChange_Body_Item_Text_Notice_Link{text-decoration:underline}.PanelContinueDeliveryInfoChange_Body_Item_Text_Flex>*{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-right:12px}.m .PanelContinueDeliveryInfoChange_Body_Item_Text_Flex>*{padding-right:16px}.PanelContinueDeliveryInfoChange_Body_Item_Text_Flex_1._zipCode{-webkit-box-flex:0;-ms-flex:0 0 64px;flex:0 0 64px}.m .PanelContinueDeliveryInfoChange_Body_Item_Text_Flex_1._zipCode{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}.PanelContinueDeliveryInfoChange_Body_Item_Text_Flex_2._zipCode{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px}.m .PanelContinueDeliveryInfoChange_Body_Item_Text_Flex_2._zipCode{-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px}.PanelContinueDeliveryInfoChange_Body_Item_Text_Flex_3._zipCode{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.m .PanelContinueDeliveryInfoChange_Body_Item_Text_Flex_3._zipCode{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px}.PanelContinueDeliveryInfoChange_Body_Item_Text_Flex_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px;padding:0;margin:0}.m .PanelContinueDeliveryInfoChange_Body_Item_Text_Flex_Button{padding:0}.PanelContinueDeliveryInfoChange_Hyphen{display:block;width:100%;height:1px;background-color:#000}.PanelContinueConfirm{scroll-behavior:smooth}.PanelContinueConfirm_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:12px}.PanelContinueConfirm_Item:first-of-type{margin-top:0}.m .PanelContinueConfirm_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.PanelContinueConfirm_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.xs .PanelContinueConfirm_Item_Label{font-size:1.3rem}.m .PanelContinueConfirm_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 220px;flex:0 0 220px;margin-bottom:0}.PanelContinueConfirm_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.m .PanelContinueConfirm_Item_Text{padding-top:9px}.PanelLotteryReceipt_EventInfoList{border-bottom:1px solid #dadce0;padding-top:16px;padding-bottom:12px}.PanelLotteryReceipt_EventInfoList_SeatTypeName{font-weight:700;margin:12px 0 6px}.PanelLotteryReceipt_EventInfoList_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:6px}.PanelLotteryReceipt_EventInfoList_Item_Label{font-size:1.4rem}.PanelLotteryReceipt_EventInfoList_Item_Price{font-size:1.6rem;font-family:Orbitron,sans-serif;font-weight:600;line-height:1.2;text-align:right}.PanelLotteryReceipt_EventInfoList_Item_Price span{font-size:1.2rem}.PanelLotteryReceipt_TotalPrice{padding-top:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PanelLotteryReceipt_TotalPrice_Label{font-size:1.4rem}.PanelLotteryReceipt_TotalPrice_Label span{display:inline-block;margin-left:6px}.PanelLotteryReceipt_TotalPrice_Label span,.PanelLotteryReceipt_TotalPrice_Price{font-size:2rem;font-family:Orbitron,sans-serif;font-weight:500}.PanelLotteryChildCounter_Application{margin-top:16px}.PanelLotteryChildCounter_Application_Detail_HopeLabel{background:#868a8f;color:#fff;font-size:1.1rem;padding:4px 16px;display:inline-block}.PanelLotteryChildCounter_Application_Detail_Info{padding:0}.PanelLotteryChildCounter_Application_Detail_Info button{cursor:auto!important}.PanelLotteryChildCounter_Event{margin-top:16px}.PanelLotteryChildCounter_Event:first-child{margin-top:0}.PanelLotteryChildCounter_SeatType{margin-top:12px}.PanelLotteryChildCounter_SeatType_Name{font-weight:700}.PanelLotteryChildCounter_TicketType{-ms-flex-pack:justify;-ms-flex-align:center;border-bottom:1px solid #d3d8e0;padding:6px 0}.PanelLotteryChildCounter_TicketType,.PanelLotteryChildCounter_TicketType_Action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center}.PanelLotteryChildCounter_TicketType_Action{margin-left:10px;-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px;-ms-flex-align:center;-ms-flex-pack:justify}.PanelLotteryChildCounter_TicketType_Action_Count{font-size:2.4rem;font-family:Oswald,sans-serif}.PanelSelectSeatTypeList_Body{padding:0 0 20px!important;position:relative}.PanelSelectSeatTypeList_List{border-top:1px solid #ddd;padding:0 16px}.m .PanelPrivilegeEventList_Box{height:700px}.PanelPrivilegeEventList_Body{padding:16px 0 32px}.PanelPrivilegeEventList_CalendarWrap ul{padding:0 16px}.PanelPrivilegeEventList_CalendarWrap_Day{border-top:1px solid #c4c8cc;width:100%;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PanelPrivilegeEventList_CalendarWrap_Day:first-child{border-top:none}.PanelLicencePlateRegister_Mynumber{margin-bottom:16px;border-bottom:1px solid #d3d8e0}.PanelLicencePlateRegister_Radio{font-weight:700;margin-bottom:12px}.PanelLicencePlateRegister_Wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.PanelLicencePlateRegister_Wrap._isUpdate{padding-left:24px}.PanelLicencePlateRegister_Wrap_Item{width:32%}.PanelLicencePlateRegister_Wrap_Item_Label{font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .PanelLicencePlateRegister_Wrap_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.PanelLicencePlateRegister_Wrap_Item_Text{font-size:1.4rem}.PanelLicencePlateRegister_Item._isUpdate{padding-left:24px}.PanelLicencePlateRegister_Item_Flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:12px;padding:6px 10px}.PanelLicencePlateRegister_Item_Flex:first-child{margin-top:0}.PanelLicencePlateRegister_Item_Flex_VehicleNumber{border:1px solid #ced2d6;border-radius:4px;padding:6px 10px;color:#0e4a28;text-align:center;-webkit-box-flex:95px;-ms-flex:95px 0 0px;flex:95px 0 0}.PanelLicencePlateRegister_Item_Flex_VehicleNumber_Bottom,.PanelLicencePlateRegister_Item_Flex_VehicleNumber_Top{font-size:1.2rem}.PanelLicencePlateRegister_Item_Flex_VehicleNumber_Bottom span{font-size:2rem}.PanelLicencePlateRegister_Item_Flex button{margin:0}.PanelLicencePlateRegister_Item_Flex button._none{pointer-events:none;color:#d6d6d7;border:1px solid #d6d6d7}.PanelLicencePlateRegister_Item_Label{font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .PanelLicencePlateRegister_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.PanelLicencePlateRegister_Item_Text{font-size:1.4rem}.PanelLicencePlateRegister_CheckBoxWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:24px}.PanelLicencePlateRegister_CheckBoxWrap_Items{width:auto}.PanelLicencePlateRegister_RegistCheckbox{text-align:left}.PanelLicencePlateRegister_RegistCheckbox:not(:first-child){margin-top:24px}.PanelSettingUsePoint_Point{border:1px solid #dadce0;height:60px;padding:0 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PanelSettingUsePoint_Point_Label{font-size:1.2rem;font-weight:700}.PanelSettingUsePoint_Point_Cont{text-align:right}.PanelSettingUsePoint_Point_Cont_Top{font-size:1.3rem;font-family:Oswald,sans-serif}.PanelSettingUsePoint_Point_Cont_Top span{font-size:2.1rem}.PanelSettingUsePoint_Term{color:#c00;margin-top:16px;font-size:1.2rem}.PanelSettingUsePoint_List_Alert{color:#c00;font-size:1.2rem;margin-top:4px;padding-left:30px}.PanelSettingUsePoint_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:16px}.PanelSettingUsePoint_List_Item._disabled{opacity:.5;pointer-events:none}.PanelSettingUsePoint_List_Item_Left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:12px}.PanelSettingUsePoint_List_Item_Left_SeatName_Detail{font-size:1.2rem}.PanelSettingUsePoint_List_Item_Left_SeatName_Label{margin-left:4px;font-weight:400;font-size:1rem;border:1px solid #c00;padding:1px 4px;color:#c00}.PanelSettingGivePoint_CopyArea{color:#cb0a39;text-decoration:underline;font-size:1.2rem;margin-top:6px;cursor:pointer}.PanelSettingGivePoint_List_SeatTypeName{font-weight:700;margin-top:16px}.PanelSettingGivePoint_List_Item{margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PanelSettingGivePoint_List_Item._disabled{opacity:.5;pointer-events:none}.PanelSettingGivePoint_List_Item_Left_SeatName_Note{color:#c00}.PanelSettingGivePoint_List_Alert{color:#c00;font-size:1.2rem;margin-top:4px;padding-left:30px}.PanelFansPointConfirm_Layout{width:100%;padding:0 0 0 0}.PanelFansPointConfirm_Layout_Item._adjust{border-top:1px solid #dadce0;padding:1.2em 0 0 0}.PanelFansPointConfirm_SeatName{font-weight:700;font-size:1.5rem}.m .PanelFansPointConfirm_SeatName{font-size:2.2rem}.PanelFansPointConfirm_Informations{padding:0 0 1em 0}.m .PanelFansPointConfirm_Informations{padding:0 0 2em 0}.PanelFansPointConfirm_Line{width:100%;border-top:1px solid #dadce0;padding:1em 1em 0 1em}.PanelFansPointConfirm_Dot{width:100%;border-top:1px dotted #dadce0;padding:1em 1em 0 1em}.m .PanelFansPointConfirm_Dot{padding:0 1em}.PanelFansPointConfirm_SeatInfo{width:100%}.PanelFansPointConfirm_SeatInfo_Detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.m .PanelFansPointConfirm_SeatInfo_Detail{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1em 0}.PanelFansPointConfirm_SeatInfo_Detail_Place{font-size:1.5rem;padding-top:.5em}.m .PanelFansPointConfirm_SeatInfo_Detail_Place{font-size:1.8rem;padding-top:0}.m .PanelFansPointConfirm_SeatInfo_Detail_Place:before{width:20px;height:20px}.m .PanelFansPointConfirm_SeatInfo_Detail_Place:before,.PanelFansPointConfirm_SeatInfo_Detail_Place:before{content:"";display:inline-block;margin-right:10px;background:url(/images/icon/myticket-secondary.png) 50% no-repeat;background-size:contain;vertical-align:middle}.PanelFansPointConfirm_SeatInfo_Detail_Place:before{width:28px;height:28px}.PanelFansPointConfirm_SeatInfo_Detail_Point{font-size:1.5rem;padding-top:.5em;margin-left:4rem}.m .PanelFansPointConfirm_SeatInfo_Detail_Point{font-size:1.8rem;padding-top:0;margin-left:0}.PanelFansPointConfirm_SeatInfo_Detail_Point>span{color:#000}.PanelFansPointConfirm_FanclubInfo{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:.8em}.m .PanelFansPointConfirm_FanclubInfo{padding-top:0}.PanelFansPointConfirm_FanclubInfo_Number_Layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.m .PanelFansPointConfirm_FanclubInfo_Number_Layout{width:260px}.PanelFansPointConfirm_FanclubInfo_Number_Label{width:90px;font-weight:700;text-align:center}.m .PanelFansPointConfirm_FanclubInfo_Number_Label{width:150px}.PanelFansPointConfirm_FanclubInfo_Number_Value{margin-left:5px;width:75px}.m .PanelFansPointConfirm_FanclubInfo_Number_Value{width:100px}.PanelFansPointConfirm_FanclubInfo_Birthday{margin-left:20px;width:500px}.PanelFansPointConfirm_FanclubInfo_Birthday_Detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PanelFansPointConfirm_FanclubInfo_Birthday_Detail_Label{font-weight:700;width:50px}.m .PanelFansPointConfirm_FanclubInfo_Birthday_Detail_Label{width:100px}.PanelFansPointConfirm_Supplement{font-size:.5em;text-align:center;padding:1.5em 2em}.m .PanelFansPointConfirm_Supplement{font-size:.8em}.PanelSMSInput{scroll-behavior:smooth}.PanelSMSInput_Body{height:360px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.PanelSMSInput_Text{text-align:center}.PanelSMSInput_InputArea{margin-top:30px;border:1px solid #c4c8cc;border-radius:2px;text-align:center;padding-top:30px;padding-bottom:16px}.PanelSMSInput_InputArea_Item{border:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;outline:none;border-bottom:3px solid #c4c8cc;border-radius:0;width:20px;margin-right:15px;text-align:center;padding:0 0 4px 0;font-size:3rem;font-weight:700;font-family:Oswald,sans-serif}.PanelSMSInput_InputArea_Item:last-child{margin-right:0}.PanelSMSInput_InputArea_Item:focus{border-bottom:3px solid #000}.UISlider{width:100%;height:100%;position:relative;overflow:visible}.UISlider._overflowHidden{overflow:hidden}.UISlider_Target{height:100%;position:relative;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transition:-webkit-transform .25s ease-out;transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.UISlider_Target._press{-webkit-transition:none;transition:none}.UICalendarList{position:relative;overflow-x:hidden;float:left}.UICalendarList_Day{border-top:1px solid #e6e8eb;margin-top:16px}.UICalendarList_Day_List{display:inline-block;position:relative;vertical-align:top;height:75px;background:#fff;width:14.285%;border-right:1px solid #e6e8eb;border-bottom:1px solid #e6e8eb}.UICalendarList_Day_List._isSale{position:relative}.UICalendarList_Day_List._isSale:before{content:"";width:0;height:0;border-style:solid;border-width:0 19px 19px 0;border-color:transparent #e0001e transparent transparent;position:absolute;top:0;right:0}.UICalendarList_Day_List:nth-child(7n){border-right:none}.UICalendarList_Day_List._isSelected{border:1px solid #000}.UICalendarList_Day_List_Logo{margin:0 auto;width:28px;height:28px}.UICalendarList_Day_List_Label{padding:0 2px;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:45px;margin:0 auto}.UICalendarList_Day_List_Label._available{background:#006298;color:#fff}.UICalendarList_Day_List_Label._few{background:#e6a722;color:#fff}.UICalendarList_Day_List_Label._empty{background:#686b70;color:#fff}.UICalendarList_Day_List_Available{font-size:1rem;letter-spacing:1;color:#fff;margin-left:2px}.UICalendarList_Day_List_VenueName{font-size:1rem;text-align:center;margin-top:3px}.UICalendarList_Day_List_Num{font-family:Orbitron,sans-serif;font-weight:600;font-size:1.4rem}.UICalendarList_Day_List_Num._sat{color:#0085d0}.UICalendarList_Day_List_Num._sun{color:#f5314b}.UICalendarList_Day_List_Button{width:100%;height:100%}.UICalendarList_Day_List_Button_Wrap{text-align:center;width:100%;height:100%}.UICalendarList_Day_List_Button._disabled{opacity:.4;pointer-events:none}.UICalendarList_Day_List_Button._isEmpty{background:none;opacity:.2;pointer-events:none}.PanelCalendar_Box{overflow:visible}.PanelCalendar .UIPanelHeader{border-radius:6px 6px 0 0}.PanelCalendar .UIPanelFooter{border-radius:0 0 6px 6px}.PanelCalendar_Month{-webkit-box-flex:0;-ms-flex:0 0 42px;flex:0 0 42px;width:100%;position:relative;text-align:center;margin-top:20px}.PanelCalendar_Month_Num{font-family:Orbitron,sans-serif;font-weight:600;font-size:1.6rem;font-weight:700}.PanelCalendar_Month_Arrow{position:absolute;top:0;left:10px}.PanelCalendar_Month_Arrow._right{right:10px;left:auto}.PanelCalendar_Close{position:absolute;top:-10px;right:-10px}.PanelCalendar_Week{-webkit-box-flex:0;-ms-flex:0 0 23px;flex:0 0 23px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:20px}.PanelCalendar_Week li{padding-top:3px;font-size:1.2rem;width:14.285%;text-align:center}.PanelCalendar_Week li._sat{color:#0085d0}.PanelCalendar_Week li._sun{color:#f5314b}.PanelCalendar_Slider{overflow-y:hidden;overflow-x:hidden}.PanelCalendar_Slider_Item{min-height:470px}.PanelCalendar_Body{padding:0!important}.PanelActivityTear_Card{position:relative;height:100%;background:#fff;-webkit-transition:opacity .2s linear;transition:opacity .2s linear;border-radius:6px;overflow:hidden;padding:0 0 32px}.PanelActivityTear_Card_Body{height:100%}.PanelActivityTear_Card_Body_Visual{width:100%;position:relative;background-repeat:no-repeat;background-size:cover;background-position:bottom}.PanelActivityTear_Card_Body_Visual_Tear{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;font-size:1.8rem;font-weight:600;line-height:3;text-align:center;width:100%;color:#006298;background-color:#bee6fa;border-radius:6px 6px 0 0;border-bottom:2px dashed #006298;cursor:pointer}.PanelActivityTear_Card_Body_Visual_Tear._used{pointer-events:none;color:#fff;background-color:#babec2}.PanelActivityTear_Card_Body_Visual_Tear_Icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:7.951%;max-width:26px}.PanelActivityTear_Card_Body_Visual_Tear_Icon img{width:100%;height:auto}.PanelActivityTear_Card_Body_Visual_Img{width:100%;background:#eee;background-repeat:none;background-size:cover;background-position:50%;position:relative}.PanelActivityTear_Card_Body_Visual_Img:before{content:"";display:block;padding-top:56.25%}.PanelActivityTear_Card_Body_Visual_Img_Inner{position:absolute;top:0;left:0;bottom:0;right:0}.PanelActivityTear_Card_Body_Event{padding:8px 0 0 12px;position:relative;min-height:64px}.PanelActivityTear_Card_Body_Border{border-bottom:1px solid #d3d8e0;display:block;margin:0 12px}.PanelActivityTear_Card_Body_Detail{position:relative;padding:3px 16px 6px;min-height:60px}.PanelActivityGuideMap_Body_Map{width:100%}.PanelActivityGuideMap_Body_Map img{display:block;width:100%}.PanelActivityGuideMap_Place{margin-top:32px}.PanelActivityGuideMap_Footer{padding:0 23px!important}.PanelActivityDetailInfo_Header{background-image:url(/images/bg/bg_panel_header.png)}.PanelActivityDetailInfo_Body{padding:0 0 40px!important}.PanelActivityDetailInfo_Body_Mv{position:relative}.PanelActivityDetailInfo_Body_Mv_Slider{overflow:hidden}.PanelActivityDetailInfo_Body_Mv_Slider_Mv{background:#f7f7f7;float:left;background-repeat:none;background-size:cover;background-position:50%;position:relative}.PanelActivityDetailInfo_Body_Mv_Slider_Mv:before{content:"";display:block;padding-top:56.38%}.PanelActivityDetailInfo_Body_Mv_Slider_Mv_Inner{position:absolute;top:0;left:0;bottom:0;right:0}.PanelActivityDetailInfo_Body_Mv_SlideArrow{width:32px;position:absolute;top:0;left:0;bottom:0;margin:auto;cursor:pointer}.PanelActivityDetailInfo_Body_Mv_SlideArrow._right{right:0;left:auto}.PanelActivityDetailInfo_Body_Mv_Label{position:absolute;top:10px;left:0;right:0;color:#fff;background-color:#000;display:inline-block;padding:2px 0;height:20px;font-size:1.1rem;line-height:1.6;text-align:center;width:calc(100% - 20px);margin:0 auto}.PanelActivityDetailInfo_Body_Nav{text-align:center;margin-top:10px}.PanelActivityDetailInfo_Body_Nav li{width:8px;height:8px;display:inline-block;border-radius:50px;background:#cb0a39;opacity:.5;margin:0 4px;vertical-align:middle}.PanelActivityDetailInfo_Body_Nav li._active{width:10px;height:10px;opacity:1}.PanelActivityDetailInfo_Body_Info{padding:12px 16px}.PanelActivityDetailInfo_Body_Info_Name{font-size:1.6rem;font-weight:700}.PanelActivityDetailInfo_Body_Info_SubTitle{margin-top:5px;font-size:1.2rem;color:#686b70}.PanelActivityDetailInfo_Body_Info_Description{font-size:1.2rem;margin-top:4px}.PanelActivityDetailInfo_Body_Info_Price{margin-top:4px;font-family:Orbitron,sans-serif;font-weight:600;font-size:1.6rem}.PanelActivityDetailInfo_Body_Info_Item{margin-top:20px}.PanelActivityDetailInfo_Body_Info_Item_Label{font-weight:700}.PanelActivityDetailInfo_Footer{padding:0 23px!important}.PanelNonAreaSeatTypeList_Body{padding:0 16px 16px 16px}.PanelNonAreaSeatTypeList_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #dadce0;padding:12px 0}.PanelNonAreaSeatTypeList_Name{font-size:1.4rem}.PanelNonAreaSeatTypeList_Btn{padding:0 20px 0 20px;margin:0}.PanelNonAreaSeatTypeList_Btn:first-child{margin-top:0}.PanelInputName_Item{margin-top:20px}.PanelInputName_Flex{gap:16px}.PanelInputName_Label{font-size:1.4rem;font-weight:700;margin-bottom:8px}.xs .PanelInputName_Label{font-size:1.3rem}.PanelLinkLimitedSeat_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #d3d8e0;padding:6px 0}.PanelLinkLimitedSeat_List_Item_Name{width:100%}.PanelLinkLimitedSeat_List_Item_Action{margin-left:10px;-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.PanelLinkLimitedSeat_List_Item_Action_Count{font-size:2.4rem;font-family:Oswald,sans-serif}.PanelRsvchgLimitedSeatList_Body{padding:0 0 32px}.PanelRsvchgLimitedSeatList_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 16px}.PanelRsvchgLimitedSeatList_Item+div{border-top:1px solid #dadce0}.PanelRsvchgLimitedSeatList_Item_Name span{font-size:1.1rem;margin-left:4px}.PanelGeneralCounter_Flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.PanelGeneralCounter_Flex_Item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:20px 0}.m .PanelGeneralCounter_Flex_Item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.PanelPurchasedOptionList_Body{padding:0 0 32px}.PanelPurchasedOptionList_List{max-height:268px;overflow-y:auto}.PanelPurchasedOptionList_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #d3d8e0;padding:8px 16px}.PanelPurchasedOptionList_List_Item._cursorPointer{cursor:pointer}.PanelPurchasedOptionList_List_Item_Img{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;height:50px}.PanelPurchasedOptionList_List_Item_Name{margin-left:8px;width:100%}.PanelPurchasedOptionList_List_Item_Exchange{-webkit-box-flex:0;-ms-flex:0 0 82px;flex:0 0 82px;padding:2px;text-align:center;border:1px solid #babec2;color:#babec2;font-size:.9rem;margin-left:4px}.PanelPurchasedOptionList_List_Item_CheckWrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:20px;width:100%;height:20px;margin-right:4px}.PanelPurchasedOptionList_List_Item_CheckWrap,.PanelPurchasedOptionList_List_Item_CheckWrap_CheckBox{display:-webkit-box;display:-ms-flexbox;display:flex}.PanelPurchasedOptionList_Link{padding:16px;color:#707070;display:inline-block}.PanelPurchasedOptionList_Link img{vertical-align:middle;margin-left:6px}.PanelHowAboutTicketTypeList_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #d3d8e0;padding:6px 0}.PanelHowAboutTicketTypeList_List_Item_Name{width:100%}.PanelHowAboutTicketTypeList_List_Item_Action{margin-left:10px;-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.PanelHowAboutTicketTypeList_List_Item_Action_Count{font-size:2.4rem;font-family:Oswald,sans-serif}.PanelChangeSelectOptionList_Body{padding:0 0 32px}.PanelChangeSelectOptionList_Head{min-height:48px;padding:8px;font-size:1.6rem;font-weight:700;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fac8c8;color:#c00;border-bottom:4px solid;-o-border-image:repeating-linear-gradient(90deg,#c00 0,#c00 6px,transparent 0,transparent 10px);border-image:repeating-linear-gradient(90deg,#c00 0,#c00 6px,transparent 0,transparent 10px);border-image-slice:1;cursor:pointer;gap:8px}.PanelChangeSelectOptionList_Head._isExchanged{background:#ddd;color:#666;cursor:default}.PanelChangeSelectOptionList_Head._isExchanged p{font-size:12px}.PanelChangeSelectOptionList_Head figure{width:22px;height:26px}.PanelChangeSelectOptionList_Head figure img{width:100%}.PanelChangeSelectOptionList_List{max-height:268px;overflow-y:auto}.PanelChangeSelectOptionList_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #d3d8e0;padding:8px 16px}.PanelChangeSelectOptionList_List_Item_Img{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;height:50px}.PanelChangeSelectOptionList_List_Item_Name{margin-left:12px;width:100%}.PanelChangeSelectOptionList_List_Item_Exchange{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;padding:2px 0;text-align:center;border:1px solid #707070;color:#707070;font-size:1rem;margin-left:4px}.PanelChangeSelectOptionList_List_Item_Num{font-size:14px;font-weight:600;margin-right:10px}.PanelChangeSelectOptionList_Link{padding:16px;color:#707070;display:inline-block}.PanelChangeSelectOptionList_Link img{vertical-align:middle;margin-left:6px}.AppNotice{position:fixed;z-index:4;top:0;left:0;right:0}.AppNotice_List{width:100%;cursor:pointer;list-style:none}.AppNotice_List_Item{width:100%;background:#cb0a39;padding:4px 16px;font-size:1.4rem;-webkit-text-size-adjust:100%;color:#fff;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.UIHeaderLoginButton{display:block;position:relative;border-radius:100px;width:100%;font-weight:700;background:none;-webkit-appearance:none;-moz-appearance:none;color:#fff;appearance:none;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:1rem;line-height:1.4;border:2px solid #fff;padding:5px 6px;cursor:pointer}.m .UIHeaderLoginButton{font-size:1.2rem;padding:5px 6px}.UIHeaderLoginButton:focus{outline:none}.UIHeaderPaymentTimer{text-align:center;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,.8);height:36px;width:68px;border-radius:50px;padding-top:5px;font-size:1.1rem;line-height:1.2;color:#fff}.UIHeaderPaymentTimer._isFarm{background:rgba(0,0,0,.8)}.UIHeaderPaymentTimer._warning{background:#e6a722}.UIHeaderPaymentTimer._danger{background:#c00}.UIHeaderPaymentTimer>._num{font-size:1.3rem;font-weight:700;font-family:Oswald,sans-serif}.UIHeaderBadge_Img{content:"";display:inline-block;width:40px;height:40px;border-radius:20px;background-position:50%;background-repeat:no-repeat;background-size:cover;-webkit-box-shadow:1px 2px rgba(0,0,0,.16);box-shadow:1px 2px rgba(0,0,0,.16);vertical-align:middle}.UIHeaderBadge_Name{display:none;margin-right:16px;line-height:1;font-size:1.6rem;font-weight:700;opacity:.9;color:#fff}.UIHeaderBadge_Name._isSeason{color:#fff}.UIHeaderBadge_Name span{font-size:1.4rem}.m .UIHeaderBadge_Name{display:inline-block}.UIHeaderBadge_Btn{font-size:1.1rem;font-weight:700;line-height:1;border:1px solid #fff;color:#fff;border-radius:4px;width:100%;padding:5px 6px}.m .UIHeaderBadge_Btn{font-size:1.3rem;padding:5px 8px}.UIHeaderTip{position:absolute;width:auto;z-index:10;background:#fff;border-radius:2px;padding:6px 4px;color:#868a8f;border:1px solid #a3a9b0;font-weight:700;font-size:1rem;line-height:1.3;pointer-events:none;text-align:center;border-radius:3px}.UIHeaderTip:before{border:9px solid transparent;border-bottom-color:#a3a9b0;width:1px;border-top-width:0}.UIHeaderTip:after,.UIHeaderTip:before{position:absolute;content:"";top:8px;bottom:auto}.UIHeaderTip:after{border:8px solid transparent;border-bottom-color:#fff;width:0;border-top-width:0}.UIHeaderTip._left:before{left:9px}.UIHeaderTip._left:after,.UIHeaderTip._left:before{-webkit-transform:scaleX(.5) skewX(-45deg);transform:scaleX(.5) skewX(-45deg)}.UIHeaderTip._left:after{left:10px}.UIHeaderTip._rightTop:before{right:8px;top:-10px}.UIHeaderTip._rightTop:after,.UIHeaderTip._rightTop:before{-webkit-transform:scaleX(.5) skewX(45deg);transform:scaleX(.5) skewX(45deg)}.UIHeaderTip._rightTop:after{right:9px;top:-8px}.UIHeaderTip._right:before{right:-12px}.UIHeaderTip._right:after,.UIHeaderTip._right:before{-webkit-transform:scaleX(.5) skewX(45deg);transform:scaleX(.5) skewX(45deg)}.UIHeaderTip._right:after{right:-10px}.UIHeaderTip._down:before{bottom:-8px;top:auto;border-bottom-width:0;border-top-color:#fff}.UIHeaderTip._danger{color:#c00}.UIHeaderTip-enter{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.UIHeaderTip-enter-to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.UIHeaderTip-enter-active{-webkit-transition:all .5s cubic-bezier(.175,.885,.32,1.275) .5s;transition:all .5s cubic-bezier(.175,.885,.32,1.275) .5s}.UIHeaderTip-leave-to{opacity:0}.UIHeaderTip-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.UITab_Item{border:1px solid #fff;border-right-width:0;color:#fff}.m .UITab_Item:hover,.UITab_Item{background:hsla(0,0%,100%,.25)}.UITab_Item:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.UITab_Item:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px;border-right-width:1px}.UITab_Item._selected{background:#fff;color:#000}.UITab_Item_Button{display:block;width:100%;height:24px;font-size:1.1rem;line-height:22px!important;color:inherit}.UIFaqLangMenu{position:relative}.UIFaqLangMenu_Wrap{width:48px;border-radius:4px;border:1px solid #fff;background-color:#000;-webkit-transition:height .3s;transition:height .3s}.m .UIFaqLangMenu_Wrap{width:63px}.UIFaqLangMenu_Label{height:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 6px;cursor:pointer}.UIFaqLangMenu_Label_Icon{width:12px}.UIFaqLangMenu_Label span{color:#000;font-size:1.1rem;font-weight:700}.UIFaqLangMenu_Label_Arrow{width:8px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;position:absolute;top:12px;right:4px;margin:auto}.m .UIFaqLangMenu_Label_Arrow{width:10px;top:11px;right:6px}.UIFaqLangMenu_Label_Arrow._open{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.UIFaqLangMenu_Menu{height:0;overflow:hidden;-webkit-transition:height .3s;transition:height .3s}.UIFaqLangMenu_Menu._open{height:62px}.m .UIFaqLangMenu_Menu._open{height:68px}.UIFaqLangMenu_Menu_List{padding:10px 0;text-align:center;border-top:1px solid #fff}.UIFaqLangMenu_Menu_List li{margin-top:10px;font-size:1.1rem;color:#fff;cursor:pointer}.UIFaqLangMenu_Menu_List li:first-child{margin-top:0}.UIFaqLangMenu_Menu_List li.msta_selected{text-decoration:underline;font-weight:700}.AppHeader{position:absolute;z-index:3;width:100%}.AppHeader_FaqLangMenu{position:absolute;top:21px;left:106px}.m .AppHeader_FaqLangMenu{top:23px;left:236px}.AppHeader._press{background-image:none}.AppHeader_Wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:68px;padding:10px 16px}.m .AppHeader_Wrap{max-width:1272px;min-height:64px;padding:12px 16px;margin:0 auto}.AppHeader_Wrap_Left{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.AppHeader_Wrap_Left_IconButton{-webkit-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;text-align:center}.AppHeader_Wrap_Left_IconButton img{width:100%;height:auto;display:block}.m .AppHeader_Wrap_Left_IconButton{-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px}.AppHeader_Wrap_Left_IconButton_Text{color:#fff;font-family:Oswald,sans-serif;font-size:1.4rem;margin-top:4px;display:block}.m .AppHeader_Wrap_Left_IconButton_Text{font-size:1.6rem;margin-top:2px}.AppHeader_Wrap_Left_Logo{-webkit-box-flex:0;-ms-flex:0 0 180px;flex:0 0 180px;padding-left:16px}.AppHeader_Wrap_Left_Logo._pointer{cursor:pointer}.m .AppHeader_Wrap_Left_Logo{-webkit-box-flex:0;-ms-flex:0 0 238px;flex:0 0 238px}.AppHeader_Wrap_Left_Logo img{width:100%}.m .AppHeader_Wrap_Left_Logo img{width:80%;height:auto;display:block}.l .AppHeader_Wrap_Left_Logo img{width:100%;height:auto;display:block}.AppHeader_Wrap_Right{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.AppHeader_Wrap_Right_LoginButton{width:auto}.m .AppHeader_Wrap_Right_LoginButton{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.AppHeader_Wrap_Right_LoginButton button{width:100%}.AppHeader_Wrap_Right_Badge{-webkit-box-flex:0;-ms-flex:0 0 56px;flex:0 0 56px;padding-left:16px}.AppHeader_Wrap_Right_Badge img{width:100%;height:auto;display:block}.AppHeader_Wrap_Right_TicketTab{width:92px}.AppHeader_Wrap_Right_CartIconBox{-webkit-box-flex:0;-ms-flex:0 0 44px;flex:0 0 44px;margin-top:6px;position:relative;cursor:pointer}.AppHeader_Wrap_Right_CartIconBox_Icon img{width:36px;height:auto}.AppHeader_Wrap_Right_CartIconBox_Number{width:18px;height:20px;top:-4px;left:0;right:0;margin:auto;background:url(/images/icon/cart-number.png);background-size:18px 20px;background-repeat:no-repeat}.AppHeader_Wrap_Right_CartIconBox_NewsBadge,.AppHeader_Wrap_Right_CartIconBox_Number{position:absolute;text-align:center;color:#fff;font-family:Oswald,sans-serif;font-weight:700;font-size:1.2rem}.AppHeader_Wrap_Right_CartIconBox_NewsBadge{width:12px;height:12px;top:2px;left:22px;background:#cb0a39;border-radius:50%}.AppHeader_Badge{position:absolute;right:0;z-index:1;padding:5px 16px}.AppHeader_Title{padding:10px 40px 8px;line-height:1;text-align:center;color:#fff;font-size:2rem;font-weight:700;-webkit-font-feature-settings:"palt";font-feature-settings:"palt"}.AppHeader_Timer{position:fixed}.AppHeader_Timer_Box{position:absolute;-webkit-transition:left .4s ease-out;transition:left .4s ease-out;left:40px;top:-18px}.AppHeader_Timer_Box._scrolled{left:0}.xs .AppHeader_Timer_Box{left:28px;top:-18px}.xs .AppHeader_Timer_Box._scrolled{left:0}.m .AppHeader_Timer_Box{left:150px;top:-18px}.m .AppHeader_Timer_Box._scrolled{left:0}.l .AppHeader_Timer_Box{left:170px;top:-18px}.l .AppHeader_Timer_Box._scrolled{left:0}.UIPaymentFooter{background:#fff;width:100%;-webkit-box-shadow:0 -1px 3px rgba(0,0,0,.06);box-shadow:0 -1px 3px rgba(0,0,0,.06)}.UIPaymentFooter_Wrap{position:relative;width:100%;height:100%}.m .UIPaymentFooter_Wrap{max-width:832px;margin:0 auto}.UIPaymentFooter_Wrap_ToolTip{position:absolute;z-index:2;top:-42px;right:20px;min-width:120px;max-width:200px;background:#fff;border-radius:2px;padding:6px;font-size:1rem;line-height:1.3;pointer-events:none;text-align:center;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16);box-shadow:0 3px 6px rgba(0,0,0,.16);color:#000}.UIPaymentFooter_Wrap_ToolTip._alert{color:#c00}.UIPaymentFooter_Wrap_ToolTip:before{position:absolute;content:"";top:auto;bottom:-8px;border:8px solid transparent;border-top-color:#fff;border-bottom-width:0;width:0}.UIPaymentFooter_Wrap_ToolTip._arrowRight:before{content:"";right:10px}.UIPaymentFooter_Wrap_ToolTipCoupon{position:absolute;z-index:2;top:-62px;right:0;left:0;margin:auto;width:80%;background:#fff;border-radius:6px;padding:12px 0;font-size:1.4rem;text-align:center;color:#000;border:1px solid #000;font-weight:700;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16);box-shadow:0 3px 6px rgba(0,0,0,.16)}.xs .UIPaymentFooter_Wrap_ToolTipCoupon{font-size:1.2rem;top:-52px}.UIPaymentFooter_Wrap_Flex{padding:12px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIPaymentFooter_Wrap_Flex_Left{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.UIPaymentFooter_Wrap_Flex_Left_Price{font-size:1.4rem;font-weight:700;display:inline-block;vertical-align:bottom}.UIPaymentFooter_Wrap_Flex_Left_Price span{font-family:Orbitron,sans-serif;font-size:2.4rem;font-weight:600}.xs .UIPaymentFooter_Wrap_Flex_Left_Price span{font-size:2rem}.UIPaymentFooter_Wrap_Flex_Left_Detail{cursor:pointer;width:44px;padding:4px 2px;border:1px solid #c4c8cc;border-radius:2px;font-size:1.1rem;color:#c4c8cc;text-align:center;display:inline-block;vertical-align:bottom;margin-left:7px}.UIPaymentFooter_Wrap_Flex_Right{-webkit-box-flex:0;-ms-flex:0 0 148px;flex:0 0 148px;margin:0}.xs .UIPaymentFooter_Wrap_Flex_Right{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px}.UIPaymentFooter_Wrap_SelectNext{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.4rem;text-align:center;color:#cb0a39;border-top:1px solid #d3d8e0;width:100%;padding:10px 0;font-weight:700}.UIPaymentFooter_Wrap_SelectNext_Item{width:100%}.UIPaymentFooter_Wrap_SelectNext_Item button{height:34px!important;font-size:1.2rem!important}.UIPaymentFooter_Wrap_SelectNext_Item img,.UIPaymentFooter_Wrap_SelectNext_Item span{display:inline-block;vertical-align:middle}.UIPaymentFooter_Wrap_SelectNext_Item img{margin:0 6px}.UIPaymentFooter_Wrap_SelectNext_Item_ParkingBtn{border-radius:100px!important}.paymentTipCoupon-enter-active,.paymentTipCoupon-leave-active{-webkit-transition:.3s;transition:.3s}.paymentTipCoupon-enter{opacity:0}.paymentTipCoupon-enter-to{opacity:1}.paymentTipCoupon-leave-to{opacity:0}.AppFooter._spaceBottom{padding-bottom:96px}.AppFooter._isCartMulti{padding-bottom:140px}.AppFooter_List{position:relative;z-index:2;width:100%;height:46px;padding:16px;line-height:14px;text-align:center;color:#686b70;font-size:1rem}.m .AppFooter_List{display:block;max-width:1272px;margin:0 auto}.AppFooter_List._isReversedBgColor{color:#fff;opacity:.72}.AppFooter_List a{color:#686b70;text-decoration:none}.AppFooter_List._isReversedBgColor a{color:#fff}.AppFooter_List_Copyright{display:inline-block;margin-right:4px}.AppFooter_List_Copyright_Symbol{margin-right:2px}.AppFooter_List_Nav{display:inline-block}.AppFooter_List_Nav_Item{display:inline-block;margin:0 6px;vertical-align:middle}.AppFooter_List_Nav_Item:before{content:"";display:inline-block;width:1px;height:12px;margin-top:-2px;margin-right:6px;background-color:#868a8f;vertical-align:middle}.AppFooter_List_Nav_Item._isReversedBgColor:before{background-color:#fff}.AppFooter_Payment{margin-top:16px;position:relative;z-index:3;width:100%}.AppFooter_Payment._isFixed{position:fixed;left:0;bottom:-68px;opacity:0}.AppFooter_Payment._isSlideIn{-webkit-animation:UIPaymentFooter .5s .5s forwards;animation:UIPaymentFooter .5s .5s forwards}@-webkit-keyframes UIPaymentFooter{0%{bottom:-68px;opacity:0}to{bottom:0;opacity:1}}@keyframes UIPaymentFooter{0%{bottom:-68px;opacity:0}to{bottom:0;opacity:1}}.AppPage{position:relative;z-index:2;min-height:100%}.m .AppPage{min-height:calc(100% - 46px)}.m .AppPage._isStore{min-height:calc(100% - 132px)}.AppPage._disabled{pointer-events:none}.UIPage{-webkit-overflow-scrolling:touch}.UIPage._fit{position:absolute;top:0;bottom:0;left:0;right:0}.PageEntranceSelect{padding-top:70px}.m .PageEntranceSelect{height:92vh}.m .PageEntranceSelect_Body{max-width:auto}.PageEntranceSelect_List{width:100%;max-width:400px;padding:0 16px;margin:0 auto}.m .PageEntranceSelect_List{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 32px;max-width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:160px}.PageEntranceSelect_List_Item{width:100%;border-radius:6px;overflow:hidden;margin-top:16px;position:relative}.m .PageEntranceSelect_List_Item{width:456px;margin-top:0}.PageEntranceSelect_List_Item_Img{width:100%;border-radius:10px}.PageEntranceSelect_List_Item_Icon{position:absolute;bottom:0;right:0;width:72px;height:23px;background:#c00;border-radius:6px 0 6px 0;font-size:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;background-image:url(/images/icon/arrow-right-white.png);background-repeat:no-repeat;background-size:auto 5px;background-position:right 8px center}.PageEntranceSelect_List_Item_Icon._motegi{background-color:#68b5ae}.PageEntranceSelect_Text{color:#fff;text-align:center;margin-top:54px;font-size:10px}.m .PageEntranceSelect_Text{position:absolute;bottom:0;left:0;right:0}.m .PageEntranceSelect_Text br{display:none}.UIPageBody{position:relative;width:100%;padding-bottom:16px}.m .UIPageBody{padding-bottom:0}.UIPageBody._fit{position:absolute;top:68px;bottom:0}.UIPageBody._fluid{overflow:hidden}.UIPageBody_Wrap{width:100%;max-width:400px;margin:0 auto;padding:0 16px}.UIPageBody_Wrap._fit{height:100%}.m .UIPageBody_Wrap{max-width:832px}.m .UIPageBody_Wrap._large{max-width:1272px}.UIPageBody_Wrap._fluid{width:100%;max-width:auto}.m .UIPageBody_Wrap._fluid{max-width:auto}.UIHomeButton{display:inline-block;position:relative;border-radius:6px;padding:4px 20px;border:1px solid #c4c8cc;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;background-color:transparent;background-repeat:no-repeat;background-position:50%;-webkit-tap-highlight-color:rgba(0,0,0,0);color:#686b70;height:48px;width:75px;background-size:16px}.UIHomeButton_Icon{position:absolute;width:100%;text-align:center;top:3px}.UIHomeButton_Icon img{height:auto}.UIHomeButton_Name{position:absolute;width:100%;text-align:center;bottom:2px}.m .UIHomeButton{-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(1);transform:scale(1);cursor:pointer}.m .UIHomeButton:hover{-webkit-transform:scale(.96);transform:scale(.96)}.UILanguageList_Wrap{width:85px;border-radius:4px;border:1px solid #000;background-color:#fff;-webkit-transition:height .3s;transition:height .3s}.UILanguageList_Label{height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 4px;cursor:pointer}.UILanguageList_Label_Icon{width:12px}.UILanguageList_Label span{color:#000;font-size:1rem;font-weight:700}.UILanguageList_Label_Arrow{width:8px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.UILanguageList_Label_Arrow._open{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.UILanguageList_Menu{height:0;overflow:hidden;-webkit-transition:height .3s;transition:height .3s}.UILanguageList_Menu._open{height:113px}.UILanguageList_Menu_List{padding:10px 0;text-align:center;border-top:1px solid #000}.UILanguageList_Menu_List li{margin-top:10px;font-size:1.1rem;color:#000;cursor:pointer}.UILanguageList_Menu_List li:first-child{margin-top:0}.UILanguageList_Menu_List li.msta_selected{text-decoration:underline;font-weight:700}.m .PageTop{background:none}.PageTop_Wrap{max-width:1272px;position:relative;position:absolute;top:0;left:0;right:0;margin:auto}.PageTop_LanguagesMenu{position:absolute;top:60px;right:16px;z-index:10}.PageTop_Logo{margin:0 auto 20px;width:64.266%}.m .PageTop_Logo{width:256px}.PageTop_Logo img{width:100%}.PageTop_ScrollArea{padding-top:144px}.m .PageTop_ScrollArea{padding-top:232px;background:none}.PageTop_Menus{text-align:center}.PageTop_Menus_Buttons{padding:0 16px;text-align:center}.PageTop_Menus_Buttons_Item{margin-top:16px}.PageTop_Menus_Buttons_Item:first-child{margin-top:0}.xs .PageTop_Menus_Buttons_Item{margin-top:12px}.PageTop_Menus_Bottom{margin:8px auto 0;width:232px}.PageTop_Menus_Bottom img{width:100%}.PageTop_Menus_ButtonArea{margin:20px auto 0;width:250px}.m .PageTop_Menus_ButtonArea{width:auto}.PageTop_Menus_ButtonArea li{display:inline-block;vertical-align:middle;margin-bottom:6px}.PageTop_Menus_ButtonArea li+li{margin-left:6px}.PageTop_Menus_ButtonArea li:nth-child(n+3){margin-top:6px}.PageTop_Menus_Resale,.PageTop_Menus_Season{border-radius:6px;overflow:hidden}.PageTop_Menus_Season{width:180px;height:77px;margin:12px auto 0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.16);box-shadow:0 0 2px rgba(0,0,0,.16);background-repeat:no-repeat;background-size:cover;background-position:50%}.xs .PageTop_Menus_Season{width:280px}.PageTop_Menus_Season._pass{margin-left:12px;background-repeat:no-repeat;background-size:cover;background-position:50%;width:125px}.PageTop_Menus_Activity{margin-top:12px;border-radius:6px}.PageTop_Menus_Activity span{display:block;font-size:1.3rem;margin-top:6px}.PageTop_SeasonOwner{text-align:center;margin-top:40px}.PageTop_SeasonOwner_Title{font-size:1.4rem;font-weight:700;margin-bottom:12px}.PageTop_SeasonOwner_Button{position:relative;font-size:1.5rem!important}.PageTop_SeasonOwner_Button_Icon{height:30px;width:auto;position:absolute;left:16px;top:13px}.PageTop_SeasonOwner_ContinuationButton{position:relative;font-size:1.5rem!important}.PageTop_SeasonOwner_ContinuationButton_Icon{height:30px;width:auto;position:absolute;left:16px;top:13px}.UIHeaderSteps{text-align:center}.UIHeaderSteps_number{font-family:Oswald,sans-serif;width:10px;height:10px;border-radius:32px;background:#d3d8e0;display:inline-block;vertical-align:middle}.UIHeaderSteps_number._pass{width:16px;height:16px;border:1px solid #fff;background:#c00;color:#fff;text-align:center;font-size:1.1rem;line-height:1.3}.UIHeaderSteps_number._pass._isFarm{background:#c00}.UIHeaderSteps_number._active{width:22px;height:22px;font-size:1.4rem;line-height:1.4}.UIHeaderSteps_line{background:#d3d8e0;height:2px;width:31px;vertical-align:middle;display:inline-block}.xs .UIHeaderSteps_line{width:17px}.pc .UIHeaderSteps_line{width:35px}.UIHeaderSteps_Check{background:url(/images/icon/check-white.png) no-repeat;background-size:8px auto;width:100%;height:100%;background-position:50%;display:block}.UIPageHeader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:68px;height:68px}.UIPageHeader_Wrap{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;padding:10px 90px}.xs .UIPageHeader_Wrap{padding:13px 70px}.m .UIPageHeader_Wrap{width:100%;max-width:800px;margin:0 auto;padding:12px 276px}.UIPageHeader_Wrap_Title{line-height:1;text-align:center;font-size:2rem;font-weight:700;-webkit-font-feature-settings:"palt";font-feature-settings:"palt"}.xs .UIPageHeader_Wrap_Title{font-size:1.6rem}.s .UIPageHeader_Wrap_Title._small{font-size:1.7rem}.UIPageHeader_Wrap_Steps{margin-top:5px}.UIScroll{width:100%;height:100%;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.UIBox{overflow:hidden;position:relative;width:100%;background:hsla(0,0%,100%,.98);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.06),0 12px 14px rgba(0,0,0,.06);box-shadow:0 1px 3px rgba(0,0,0,.06),0 12px 14px rgba(0,0,0,.06);border-radius:6px}.UIBox._fit{height:100%}.UIBox_Inner._padding{padding:16px}.PageSelectSiteTop_Inner{height:474px;padding:35px 12px}.m .PageSelectSiteTop_Inner{height:552px}.PageSelectSiteTop_Inner_Logo{text-align:center}.PageSelectSiteTop_Inner_Logo img{width:140px}.m .PageSelectSiteTop_Inner_Logo img{width:192px}.PageSelectSiteTop_Inner_Event{text-align:center;margin-top:20px}.m .PageSelectSiteTop_Inner_Event{margin-top:30px}.PageSelectSiteTop_Inner_Event_Label{font-weight:700}.m .PageSelectSiteTop_Inner_Event_Label{font-size:2rem}.PageSelectSiteTop_Inner_Event_Detail{margin-top:6px;border-top:1px solid #c4c8cc;border-bottom:1px solid #c4c8cc;font-weight:700;padding-bottom:16px}.m .PageSelectSiteTop_Inner_Event_Detail{padding-top:12px;font-size:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m .PageSelectSiteTop_Inner_Event_Detail._isFormat{display:block}.PageSelectSiteTop_Inner_Event_Detail_Num{font-weight:600;font-family:Orbitron,sans-serif;font-size:2.6rem}.m .PageSelectSiteTop_Inner_Event_Detail_Num{font-size:3.8rem}.m .PageSelectSiteTop_Inner_Event_Detail_Week{margin-right:10px;position:relative;top:6px}.m .PageSelectSiteTop_Inner_Event_Detail_Week._isFormat{top:0}.m .PageSelectSiteTop_Inner_Event_Detail_VenueName{margin-left:6px}.PageSelectSiteTop_Inner_Event_Detail_Vs{font-weight:400;font-family:Oswald,sans-serif;font-size:1.6rem}.m .PageSelectSiteTop_Inner_Event_Detail_Vs{font-size:2rem;margin-left:24px}.PageSelectSiteTop_Inner_Event_Detail_Logo{position:relative;top:10px;height:50px}.m .PageSelectSiteTop_Inner_Event_Detail_Logo{height:68px;top:0}.PageSelectSiteTop_Inner_Event_Detail_TeamName{font-size:1.4rem}.PageSelectSiteTop_Inner_ButtonArea_Text{color:#868a8f;font-size:1.4rem;text-align:center}.PageSelectSiteTop_Inner_OtherEvent{text-align:center;margin-top:20px;cursor:pointer;color:#686b70;font-size:1.3rem;text-decoration:underline}.PageSelectSiteTop_Consective{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:8px}.PageSelectSiteTop_Consective_Logo{-webkit-box-flex:0;-ms-flex:0 0 75px;flex:0 0 75px}.PageSelectSiteTop_Consective_Logo_Team{width:75px;height:75px}.PageSelectSiteTop_Consective_Info{text-align:left;margin-left:10px}.PageSelectSiteTop_Consective_Info_SubTitle{font-size:1.2rem}.PageSelectSiteTop_Consective_Info_Name{font-size:1.3rem;font-weight:700}.PageSelectSiteTop_Consective_Info_Venue{color:#666;font-size:1.2rem}.UIBoxBottom{width:100%}.UIBoxBottom._fit{height:76px}.xs .UIBoxBottom._fit{height:72px}.UIBoxBottom_Inner{width:100%}.UIBoxBottom_Inner._fit{position:absolute;left:0;right:0;bottom:0;height:76px;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(25%,#fff),to(#fff));background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 25%,#fff)}.xs .UIBoxBottom_Inner._fit{height:72px}.UIBoxBottom_Inner_Wrap{width:100%;max-width:560px;margin:0 auto;padding-top:16px}.UIBoxBottom_Inner_Wrap._fit{padding-top:16px}.PageCounter_Important{color:#c00!important}.PageCounter_Box{overflow:hidden}.PageCounter_Flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:calc(100% - 76px)}.xs .PageCounter_Flex{height:calc(100% - 72px)}.PageCounter_Flex_Item{width:100%;max-width:560px;margin:16px auto 0}.xs .PageCounter_Flex_Item{margin:8px auto 0}.xs .PageCounter_Flex_Item>div{padding:8px 0}.m .PageCounter_Flex_Item>div:first-child{border-bottom:1px solid #d3d8e0;padding-bottom:75px;margin-bottom:75px}.UIAppCheckBox{display:inline-block;border:1px solid #c4c8cc;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 0 0 16px;height:44px;font-size:1.4rem;border-radius:2px;background-position:100%;background-repeat:no-repeat;background-size:105px auto;cursor:pointer}.UIAppCheckBox [type=checkbox]{display:none}.UIAppCheckBox._checked{border:1px solid #cb0a39}.UIAppCheckBox._checked._isFarm{border:1px solid #c00}.UIAppCheckBox_Mark{border:1px solid #c4c8cc;border-radius:2px;display:inline-block;vertical-align:middle;width:20px;height:20px;margin-right:8px}.UIAppCheckBox_Mark._checked{border:none;background:#cb0a39 url(/images/icon/check-white.png) no-repeat;background-size:10.6px auto;background-position:50%}.UIAppCheckBox_Mark._checked._isFarm{background:#c00 url(/images/icon/check-white.png) no-repeat;background-size:10.6px auto;background-position:50%}.UIAppCheckBox_Label{vertical-align:middle}.UIAppCheckBox_Label._checked{color:#cb0a39}.UIAppCheckBox_Label._checked._isFarm{color:#c00}.PageFilters_List>div{margin-top:12px}.PageFilters_List>div:first-of-type{margin-top:0}.PageFilters_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.m .PageFilters_List_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.PageFilters_List_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .PageFilters_List_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.PageFilters_List_Item_Label>span{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.PageFilters_List_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.m .PageFilters_List_Item_Text._confirmation{padding-top:9px}.PageFilters_List_Item_Text_SelectSeat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:44px;font-size:1.4rem;border:1px solid #c4c8cc;border-radius:4px;padding:0 12px;background:#fff url(/images/arrow/arrow-right-gray.png) center right 12px no-repeat;background-size:16px auto}.PageFilters_List_Item_Text_SelectSeat._isSelected{border-color:#cb0a39;color:#cb0a39;background-image:url(/images/arrow/arrow-right-secondary.png)}.PageFilters_List_Item_Text_Favorite{margin-top:8px}.PageFilters_List_Item_Text_Flex>*{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-right:12px}.m .PageFilters_List_Item_Text_Flex>*{padding-right:16px}.UITheaterHeader{text-align:center;padding:8px 16px 0;background:url(/images/bg/bg_theater_header.png) no-repeat;background-size:cover;-webkit-box-flex:0;-ms-flex:0 0 76px;flex:0 0 76px}.xs .UITheaterHeader{-webkit-box-flex:0;-ms-flex:0 0 68px;flex:0 0 68px;padding:6px 12px 0}.UITheaterHeader_Date{font-size:1.1rem;font-weight:700;margin-bottom:8px;line-height:1}.UITheaterHeader_Date_Date{display:inline-block;vertical-align:middle;font-size:1.6rem;font-weight:600;font-family:Orbitron,sans-serif}.UITheaterHeader_Date_WeekName{display:inline-block;vertical-align:middle;font-size:1.3rem;font-weight:700;padding-top:1px}.UITheaterHeader_Date_StartTime{display:inline-block;vertical-align:middle;font-size:1.6rem;font-weight:600;font-family:Orbitron,sans-serif;padding-left:3px}.UITheaterHeader_Date_Venue{display:inline-block;vertical-align:middle;font-size:1.3rem;font-weight:700;padding-left:3px;padding-top:1px}.UITheaterHeader_Date_Venue._isFormat{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:164px}.UITheaterHeader_Date_Vs{display:inline-block;vertical-align:middle;font-size:1.3rem;font-weight:500;font-family:Oswald,sans-serif;padding-left:3px}.UITheaterHeader_TeamLogo{display:inline-block;vertical-align:middle;width:27px;height:24px}.UITheaterHeader_CounterSelf{-webkit-box-flex:1;-ms-flex:1 1 100px;flex:1 1 100px;padding-right:8px}.UITheaterHeader_CounterRecommend{-webkit-box-flex:0;-ms-flex:0 0 132px;flex:0 0 132px;padding-right:8px}.xs .UITheaterHeader_CounterRecommend{-webkit-box-flex:0;-ms-flex:0 0 108px;flex:0 0 108px}.UITheaterHeader_Resale{-webkit-box-flex:0;-ms-flex:0 0 125px;flex:0 0 125px;padding-left:12px}.UITheaterHeader_Search{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.UITheaterHeader_ColorGuide_Icon{vertical-align:middle;margin-right:4px;display:inline-block}.UITheaterHeader_ColorGuide span{vertical-align:middle}.UITheaterHeader_Button{display:inline-block;background-color:#fff;height:28px;width:100%;line-height:28px;padding:0 6px;border-radius:16px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.06);box-shadow:0 1px 3px rgba(0,0,0,.06);font-size:1.2rem}.xs .UITheaterHeader_Button{font-size:.9rem;height:24px;line-height:24px}.UITheaterHeader_Button:disabled{-webkit-box-shadow:none;box-shadow:none;color:inherit;opacity:.5}.UITheaterHeader_Button._counter{background-color:rgba(225,242,250,.7)}.UITheaterHeader_Button._search{padding-right:24px;background-image:url(/images/icon/search-gray.png);background-repeat:no-repeat;background-size:14px;background-position:right 8px center;overflow:hidden;text-overflow:ellipsis}.UITheaterHeader_Button._search._active{color:#000}.UITheaterHeader_Button_Num{font-size:1.4rem;font-weight:400;font-family:Oswald,sans-serif}.xs .UITheaterHeader_Button_Num{font-size:1.2rem}.SVGMapSeat._blink{-webkit-animation:keyframes_Blink 1s linear infinite;animation:keyframes_Blink 1s linear infinite}.SVGMapSeat_Pointer{cursor:pointer}.SVGMapSeat._disabled,.SVGMapSeat_NoEvent{pointer-events:none}.UITheaterZoomController{position:absolute;bottom:0;right:0;z-index:1}.UITheaterZoomController_Btn{display:block;padding:8px 16px 8px 8px}.UITheaterZoomController_Btn._minus{padding:4px 16px 16px 8px}.xs .UITheaterZoomController_Btn{padding-right:12px}.UITheaterZoomController._shift{bottom:64px}.UITheaterZoomController._isBottomUp{bottom:190px}.UITheaterSwitchEsConField{position:absolute;bottom:0;right:0;z-index:1}.UITheaterSwitchEsConField._shift{bottom:64px}.UITheaterSwitchEsConField_Btn{display:block;padding:8px 16px 8px 8px}.UITheaterSwitchEsConField_Btn._minus{padding:4px 16px 16px 8px}.xs .UITheaterSwitchEsConField_Btn{padding-right:12px}.UITheaterSwitchEsConField_Btn_Icon{background-size:28px!important}.UITheaterMiniMap .seatTypeNameLabel{display:none}.UITheaterMiniMap{position:absolute;padding:2px;background:#fff;border-radius:4px;z-index:2;overflow:hidden;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.16);pointer-events:none;top:44px;right:12px;width:120px;height:120px}.xs .UITheaterMiniMap{top:38px;right:10px;width:82px;height:82px}.m .UITheaterMiniMap{top:48px;right:16px;width:120px;height:120px}.UITheaterMiniMap._isPack{top:12px}.UITheaterMiniMap rect{-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.UITheaterMiniMap._isMapDetail{top:16px}.UITheaterStockDisp{width:110px;position:absolute;top:12px;left:16px;z-index:1}.UITheaterStockDisp_Inner{border:1px solid #aeb5ba;border-radius:6px;background-color:hsla(0,0%,100%,.9);overflow:hidden}.UITheaterStockDisp_Label{font-size:1rem;color:#868a8f;text-align:center;border-bottom:1px solid #aeb5ba;line-height:1;padding:3px 0}.UITheaterStockDisp_List{text-align:right;line-height:1;padding:2px 7px 4px 0}.m .UITheaterStockDisp_List{padding:2px 7px 6px 0;line-height:1.3}.UITheaterStockDisp_List img{width:95px;height:11px}.m .UITheaterStockDisp_List img{width:105px;height:12px}.UITheaterStockDisp_SeatLabel{font-size:1rem;color:#868a8f;text-align:center;padding:4px 0}.UITheaterStockDisp_SeatLabel>img{margin-top:-2px;width:16px;margin-right:4px;vertical-align:middle}.xs .UITheaterStockDisp{top:10px;left:10px}.m .UITheaterStockDisp{width:120px;top:176px;right:16px;left:auto}.m .UITheaterStockDisp._fit{top:50px}.UITheaterSeatColorDisp{width:110px;position:absolute;top:12px;left:16px;z-index:1;border:1px solid #aeb5ba;border-radius:6px;background-color:hsla(0,0%,100%,.9)}.UITheaterSeatColorDisp_SeatLabel{font-size:1rem;color:#868a8f;text-align:left;padding:4px 0 4px 12px}.UITheaterSeatColorDisp_SeatLabel_Item{text-indent:-1.8em;padding-left:1.1em}.UITheaterSeatColorDisp_SeatLabel_Item img{margin-top:-2px;width:16px;margin-right:4px;vertical-align:middle}.UITheaterSeatColorDisp_SeatLabel_Item:nth-child(2){margin-top:4px}.xs .UITheaterSeatColorDisp{top:10px;left:10px}.m .UITheaterSeatColorDisp{width:120px;background:hsla(0,0%,100%,.9);top:176px;right:16px;left:auto}.m .UITheaterSeatColorDisp._fit{top:50px}.UITheaterToggleMapButton{position:absolute;top:0;right:0;z-index:1;padding:12px 12px 8px 8px}.xs .UITheaterToggleMapButton{padding:8px 10px 8px 8px}.m .UITheaterToggleMapButton{padding:16px 16px 8px 8px}.UITheaterToggleMapButton_Box{width:120px;background:#fff;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.16);padding:4px 6px}.m .UITheaterToggleMapButton_Box{width:120px}.UITheaterToggleMapButton_Label{display:inline-block;padding:0 6px 0 2px;line-height:16px}.UITheaterToggleMapButton_Btn{display:inline-block;background-color:#dd4065;color:#fff;width:32px;line-height:16px;text-align:center}.UITheaterToggleMapButton_Btn._farm{background-color:#dd4065}.UITheaterToggleMapButton_Btn._off{background-color:#c4c8cc}.UITheaterEsconFieldFloorNumber{background:hsla(0,0%,100%,.8);padding-right:16px}.m .UITheaterEsconFieldFloorNumber{background:none}.UITheaterEsconFieldFloorNumber ul{text-align:right}.UITheaterEsconFieldFloorNumber ul li{color:#000;opacity:.5;position:relative;font-size:1.2rem}.m .UITheaterEsconFieldFloorNumber ul li{font-size:1.4rem}.UITheaterEsconFieldFloorNumber ul li:after{content:"";width:6px;height:6px;border-radius:50px;display:inline-block;background:#000;vertical-align:middle;position:absolute;top:7px;right:-10px}.UITheaterEsconFieldFloorNumber ul li._active{-webkit-transition:.5s;transition:.5s;font-size:1.4rem;font-weight:700;padding-right:8px;opacity:1}.m .UITheaterEsconFieldFloorNumber ul li._active{font-size:1.8rem}.UITheaterEsconFieldFloorNumber ul li._active:before{content:"";width:10px;height:2px;display:inline-block;position:absolute;top:10px;right:-4px}.m .UITheaterEsconFieldFloorNumber ul li._active:before{top:12px}.UITheaterEsconFieldFloorNumber ul li._active:after{top:8px}.m .UITheaterEsconFieldFloorNumber ul li._active:after{top:10px}.UITheaterEsconFieldFloorNumber_Field._active{color:#f32b42}.UITheaterEsconFieldFloorNumber_Field._active:after,.UITheaterEsconFieldFloorNumber_Field._active:before{background:#f32b42}.UITheaterEsconFieldFloorNumber_Main._active{color:#006098}.UITheaterEsconFieldFloorNumber_Main._active:after,.UITheaterEsconFieldFloorNumber_Main._active:before{background:#006098}.UITheaterEsconFieldFloorNumber_Star._active{color:#008e1a}.UITheaterEsconFieldFloorNumber_Star._active:after,.UITheaterEsconFieldFloorNumber_Star._active:before{background:#008e1a}.UIToggleButton{width:36px;background:#c4c8cc;padding:2px;border-radius:100px;overflow:hidden;cursor:pointer}.UIToggleButton._isShow{background:#5889d0}.UIToggleButton._isShow .UIToggleButton_Switch{width:100%}.UIToggleButton_Switch{width:0}.UIToggleButton_Switch_Circle{width:16px;height:16px;border-radius:50%;background:#fff;margin-left:auto}.UITheaterMapDetail .escon-svg-sec{display:none}.UITheaterMapDetail{width:100%;height:100%;position:relative;overflow:hidden}.UITheaterMapDetail_ToolTip{position:absolute;z-index:2;bottom:120px;right:10px;background:#fff;border-radius:2px;padding:6px;font-size:1rem;line-height:1.3;pointer-events:none;text-align:center;-webkit-filter:drop-shadow(0 3px 5px rgba(0,0,0,.2));-moz-filter:drop-shadow(0 3px 5px rgba(0,0,0,.2));-ms-filter:drop-shadow(0 3px 5px rgba(0,0,0,.2));filter:drop-shadow(0 3px 5px rgba(0,0,0,.2));color:#000;font-size:1.4rem}.UITheaterMapDetail_ToolTip:before{position:absolute;content:"";top:auto;bottom:-8px;right:18px;border:8px solid transparent;border-top-color:#fff;border-bottom-width:0;width:0}.UITheaterMapDetail_Control{z-index:7}.UITheaterMapDetail_MiniMap{z-index:8}.UITheaterMapDetail_ColorDisp,.UITheaterMapDetail_StockDisp{z-index:9}.UITheaterMapDetail_Toggle{z-index:10}.UITheaterMapDetail_FloorNumber{position:absolute;bottom:17px;right:65px;z-index:2}.UITheaterMapDetail_FloorNumber._shift{bottom:72px}.UITheaterMapDetail_NoEvent{pointer-events:none}.UITheaterMapDetail_Path{pointer-events:fill;cursor:pointer}.UITheaterMapDetail_Path._blink{-webkit-animation:keyframes_Blink 1s linear infinite;animation:keyframes_Blink 1s linear infinite}.UITheaterMapDetail_RowNo{pointer-events:none;font-size:1.2px;fill:#aaa}.UITheaterMapDetail_AisleCircle{pointer-events:none;fill:#fff;stroke:#000;stroke-width:.072}.UITheaterMapDetail_AisleNo3{pointer-events:none;font-size:2.88px;fill:#000;text-anchor:middle}.UITheaterMapDetail_AisleNo2{pointer-events:none;font-size:1.6px;fill:#000;text-anchor:middle}.UITheaterMapDetail_Cursor._escon{-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.sp .UITheaterMapDetail_Cursor{pointer-events:none}.UITheaterMapDetail_ToggleWrap{position:absolute;top:12px;left:12px;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0 6px;background:#fff;border-radius:6px;padding:4px 6px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.16);cursor:pointer}.UITheaterMapDetail_ToggleWrap p{font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.m .UITheaterMapDetail_ToggleWrap{top:50px;left:16px}@-webkit-keyframes keyframes_Blink{0%{opacity:1}50%{opacity:1}60%{opacity:.2}to{opacity:.2}}@keyframes keyframes_Blink{0%{opacity:1}50%{opacity:1}60%{opacity:.2}to{opacity:.2}}.tsEsconMap-enter-active{-webkit-transition:all .5s linear;transition:all .5s linear}.tsEsconMap-enter{opacity:0;-webkit-transform:scale(1.05);transform:scale(1.05)}.tsEsconMap-enter-to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.tsEsconMap-leave-active{scale:1;-webkit-transition:all .5s linear;transition:all .5s linear;opacity:0}.tsEsconMap-leave-to{opacity:0;scale:1.05}.tsEsconBlock-enter-active{-webkit-transition:all .5s linear;transition:all .5s linear}.tsEsconBlock-enter{opacity:0;-webkit-transform:scale(1.05);transform:scale(1.05)}.tsEsconBlock-enter-to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.tsEsconBlock-leave-active{scale:1;-webkit-transition:all .5s linear;transition:all .5s linear;opacity:0}.tsEsconBlock-leave-to{opacity:0;scale:1.05}.UITheaterSeatInfo{background:#fff;position:absolute;bottom:0;z-index:2;width:100%}.UITheaterSeatInfo_Shadow{pointer-events:none;position:absolute;margin-top:-20px;width:100%;height:20px;z-index:1;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff)}.UITheaterSeatInfo_Item{padding:12px 16px;height:100%;font-size:1.2rem}.UITheaterSeatInfo_Price{font-size:1.2rem}.UITheaterSeatInfo_Price>._large{font-size:1.6rem;line-height:1;padding:6px 0;font-family:Orbitron,sans-serif;font-weight:600}.UITheaterSeatInfo_Count{-webkit-box-flex:0;-ms-flex:0 0 92px;flex:0 0 92px;padding:0 8px;position:relative}.UITheaterSeatInfo_Count_Num{font-size:1.6rem;font-family:Oswald,sans-serif}.UITheaterSeatInfo_Count_Cell{display:inline-block;width:45%;text-align:center;line-height:1.8rem}.UITheaterSeatInfo_Count_Cell:first-child{border-right:1px solid #e6e8eb}.UITheaterSeatInfo_Count_Caution{width:110px;padding:5px;border:1px solid #c00;border-radius:2px;background-color:#fff;font-size:10px;text-align:center;position:absolute;left:50%;bottom:calc(100% + 7px);translate:-50% 0;z-index:10}.UITheaterSeatInfo_Count_Caution:before{content:"";width:7px;height:7px;-webkit-clip-path:polygon(0 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,0 100%);border-left:1px solid #c00;border-bottom:1px solid #c00;background-color:#fff;position:absolute;top:90%;left:50%;translate:-50% 0;rotate:-45deg}.UITheaterSeatInfo_Btn{-webkit-box-flex:0;-ms-flex:0 0 92px;flex:0 0 92px}.UITheaterSeatInfo_Detail{padding:16px;gap:0 8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #d3d8e0}.UITheaterSeatInfo_Detail_Image{max-width:120px;width:100%;position:relative}.UITheaterSeatInfo_Detail_Image img{width:100%;border-radius:8px}.UITheaterSeatInfo_Detail_Image:after{position:absolute;content:"";background-image:url(/images/icon/expansion_icon.png);background-repeat:no-repeat;background-size:16px;width:16px;height:17px;bottom:4px;right:4px}.UITheaterSeatInfo_Detail_Title{font-size:1.4rem;font-weight:700;line-height:1.3}.UITheaterSeatInfo_Detail_Price{width:100%;font-weight:700;font-size:1.1rem;color:#868a8f}.UITheaterSeatInfo_Detail_Price p{text-align:right;font-family:Oswald,sans-serif;color:#000;font-size:1.8rem}.xs .UITheaterSeatInfo_Item{padding:0 12px}.xs .UITheaterSeatInfo_Price{font-size:1rem}.xs .UITheaterSeatInfo_Price>._large{font-size:1.8rem}.xs .UITheaterSeatInfo_Count{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px;padding:0 6px}.xs .UITheaterSeatInfo_Count_Num{font-size:1.4rem}.UITheaterPop{position:absolute;z-index:9;height:0}.UITheaterPop_Box{position:absolute;bottom:0;margin:0 0 0 -110px;width:220px;background:hsla(0,0%,100%,.9);border-radius:4px;overflow:hidden;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.16);min-height:52px}.UITheaterPop_WatchingImage{height:180px}.UITheaterPop_Name{font-size:1.3rem;line-height:1;font-weight:700;padding:6px 8px}.xs .UITheaterPop_Name{font-size:1.2rem}.UITheaterPop_Type{font-size:1.1rem;color:#868a8f}.UITheaterPop_Flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:0 9px 6px}.UITheaterPop_Detail{font-size:1.2rem;color:#868a8f;line-height:1.2}.UITheaterPop_Price{font-size:1.8rem;line-height:1}.UITheaterHeaderPc{position:relative;text-align:center;padding-bottom:10px;height:100%}.UITheaterHeaderPc._isFarm:before,.UITheaterHeaderPc:before{display:block;content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(235,142,164,.92)}.UITheaterHeaderPc_SubTitle{position:relative;z-index:2;font-size:1.2rem;font-weight:700;line-height:1;padding:6px 16px;background-color:#dd4065}.UITheaterHeaderPc_SubTitle._isFarm{background-color:#dd4065}.UITheaterHeaderPc_Date{position:relative;z-index:2;margin-top:6px;line-height:1}.UITheaterHeaderPc_Date_Day{font-size:4.1rem;font-weight:600;font-family:Orbitron,sans-serif}.UITheaterHeaderPc_Date_Week{font-size:2.4rem;font-weight:700;-webkit-font-feature-settings:"palt";font-feature-settings:"palt"}.UITheaterHeaderPc_Time{position:relative;z-index:2;margin-top:3px}.UITheaterHeaderPc_Time_Item{font-size:1.2rem}.UITheaterHeaderPc_Time_Item>span{font-size:1.5rem;font-weight:300;font-family:Oswald,sans-serif}.UITheaterHeaderPc_Time_Item+span{margin-left:4px}.UITheaterHeaderPc_Vs{position:relative;z-index:2}.UITheaterHeaderPc_Vs_Logo{width:54px;display:inline-block;vertical-align:middle;height:48px}.UITheaterHeaderPc_Vs_Text{vertical-align:middle;display:inline-block;margin:4px 4px 0;line-height:48px;font-size:1.8rem;font-weight:300;font-family:Oswald,sans-serif;color:#4e5052}.UITheaterHeaderPc_VsName{position:relative;z-index:2;margin-top:3px;font-size:1.3rem;font-weight:700}.UITheaterHeaderPc_Venue{position:relative;z-index:2;margin-top:1px;font-size:1.2rem;font-weight:700;color:#4e5052}.UIAppSelectBox_Select{border-radius:2px;border:1px solid #c4c8cc;width:100%;height:40px;font-size:1.4rem;padding-left:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;background:#fff url(/images/icon/arrow-down-gray.png) no-repeat;background-position:top 18px right 15px;background-size:15px auto;outline:none;cursor:pointer}.xs .UIAppSelectBox_Select{height:36px}.UIAppSelectBox_Select._error{border:1px solid #c00}.UIAppSelectBox_Select._slim{padding:0 18px 0 8px;height:28px;background-position:center right 6px;background-size:12px;border-radius:3px;font-size:1.2rem}.UIAppSelectBox_Select::-ms-expand{display:none}.UIAppSelectBox_ErrMsg{color:#c00;font-size:1.2rem;margin-top:6px}.UITheaterSearchPc{padding-bottom:8px;background:hsla(0,0%,100%,.98);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.16);border-radius:3px}.UITheaterSearchPc_Inner{-ms-flex-wrap:wrap;flex-wrap:wrap}.UITheaterSearchPc_Item{margin-top:8px;padding:0 16px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.UITheaterSearchPc_Item+div{border-left:1px solid #c4c8cc}.UITheaterSearchPc_Item_Inner_Title{display:inline-block;font-size:1.4rem;font-weight:700;padding-right:10px}.UITheaterSearchPc_Item_Inner_Body,.UITheaterSearchPc_Item_Inner_Title{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.UITheaterSearchPc_Item_Inner_Body_Price{width:210px}.UITheaterSearchPc_Item_Inner_Body_Btn{text-align:left;display:inline-block;height:28px;width:100%;min-width:100px;padding:4px 8px;border-radius:3px;border:1px solid #c4c8cc;line-height:1;font-size:1.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.UITheaterSearchPc_Item_Inner_Body_Btn_Count{margin-left:2px;font-size:1.4rem;font-weight:300;font-family:Oswald,sans-serif}.UITheaterSearchPc_Item_Inner_Body_Btn._arrow{padding-right:28px;background:url(/images/arrow/arrow-down-gray.png) center right 10px no-repeat;background-size:12px}.UITheaterSearchPc_Item_Inner_Body_Btn._arrow._isSelected{background-image:url(/images/arrow/arrow-down-secondary.png);font-weight:700}.UITheaterSearchPc_Item_Inner_Body_Btn._arrow._isSelected._farm{background-image:url(/images/arrow/arrow-down-farm-secondary.png)}.UITheaterSearchPc_Item_Inner_Body_Btn._isSelected{border-color:#cb0a39;color:#cb0a39}.UITheaterSearchPc_Item_Inner_Body_Btn._isSelected._farm{border-color:#c00;color:#c00}.UITheaterSeatInfoPc_Body{padding:16px 16px}.UITheaterSeatInfoPc_Body_Note{text-align:center}.UITheaterSeatInfoPc_Body_SeatItem+div{margin-top:16px;padding-top:16px;border-top:1px solid #d3d8e0}.UITheaterSeatInfoPc_Body_SeatItem_Title{font-size:1.5rem;font-weight:700}.UITheaterSeatInfoPc_Body_SeatItem_Item{padding:8px 0}.UITheaterSeatInfoPc_Body_SeatItem_Item._border{border-top:1px solid #f2f3f5}.UITheaterSeatInfoPc_Body_SeatItem_Item_Image{max-width:60px;width:100%;margin-right:8px;position:relative}.UITheaterSeatInfoPc_Body_SeatItem_Item_Image img{width:100%;cursor:pointer;border-radius:8px}.UITheaterSeatInfoPc_Body_SeatItem_Item_Image:after{position:absolute;content:"";background-image:url(/images/icon/expansion_icon.png);background-repeat:no-repeat;background-size:10px;width:10px;height:11px;right:4px;top:30px;cursor:pointer}.UITheaterSeatInfoPc_Body_SeatItem_Item_Map{width:100%;max-width:40px}.UITheaterSeatInfoPc_Body_SeatItem_Item_Button{max-width:68px}.UITheaterSeatInfoPc_Body_SeatItem_Item_Flex{border-top:1px solid #f2f3f5;padding:4px 0}.UITheaterSeatInfoPc_Body_SeatItem_Item_Flex._border_firstNone,.UITheaterSeatInfoPc_Body_SeatItem_Item_Flex._borderNone{border:none}.UITheaterSeatInfoPc_Body_SeatItem_Item_Flex_Info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.3rem}.UITheaterSeatInfoPc_Body_SeatItem_Item_Flex_Info_Price,.UITheaterSeatInfoPc_Body_SeatItem_Item_Flex_Info_Term{display:block;color:#868a8f}.UITheaterSeatInfoPc_Body_SeatItem_Item_Flex_Map{-webkit-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;padding:0 6px}.UITheaterSeatInfoPc_Body_SeatItem_Item_Flex_Button{-webkit-box-flex:0;-ms-flex:0 0 68px;flex:0 0 68px}.UITheaterSeatInfoPc_Body_SeatItem_Item_Flex_BtnWrap{max-width:68px}.UITheaterSeatInfoPc_Body_SeatItem_Item_Flex_BtnWrap_Map{text-align:center}.UITheaterSeatInfoPc_Body_SeatItem_Item_Flex_BtnWrap_Button{-webkit-box-flex:0;-ms-flex:0 0 68px;flex:0 0 68px;margin-top:20px}.UITheaterSeatInfoButtomPc{padding:16px;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(50%,#fff),to(#fff));background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 50%,#fff)}.UITheaterSeatInfoButtomPc_Inner_Info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-right:8px;font-size:1.2rem}.UITheaterSeatInfoButtomPc_Inner_Info_Count{display:block;font-weight:400}.UITheaterSeatInfoButtomPc_Inner_Info_Count_Num{font-size:1.4rem;font-weight:300;font-family:Oswald,sans-serif;padding-right:2px}.UITheaterSeatInfoButtomPc_Inner_Info_Price{display:block;font-weight:700}.UITheaterSeatInfoButtomPc_Inner_Info_Price_Num{font-size:1.6rem;font-weight:600;font-family:Orbitron,sans-serif}.UITheaterSeatInfoButtomPc_Inner_Button{-webkit-box-flex:0;-ms-flex:0 0 152px;flex:0 0 152px}.PageTheater_NonAreaList{position:absolute;z-index:11;bottom:10px}.pc .PageTheater_NonAreaList{right:380px}.sp .PageTheater_NonAreaList{left:12px}.pc .PageTheater_NonAreaList._isLevelMap{left:20px}.sp .PageTheater_NonAreaList._isLevelMap{left:8px;bottom:70px}.PageTheater_NonAreaList._disabled{pointer-events:none}.PageTheater_NonAreaItem{margin:6px;max-width:190px;border-radius:4px;padding:2px 20px 2px 6px;text-align:left;font-size:1.2rem;background:#e6a722 url(/images/arrow/arrow-down-white.png) center right 6px no-repeat;background-size:10px;color:#fff}.m .PageTheater_NonAreaItem{font-size:1.6rem;padding:4px 20px 4px 8px}.PageTheater_NonAreaItem._disabled{background:#e6e8eb}.PageTheater_Pc_Search{position:absolute;z-index:5;left:16px;top:16px;width:auto;max-width:calc(100% - 456px);overflow:hidden}.PageTheater_Pc_ColorGuide{position:absolute;top:16px;left:16px;z-index:3;width:140px;background:#fff;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.16);padding:4px 6px}.PageTheater_Pc_ColorGuide_Icon{vertical-align:middle;margin-right:4px;display:inline-block}.PageTheater_Pc_ColorGuide span{vertical-align:middle}.PageTheater_Pc_View{position:relative;width:100%;height:100%;padding-right:300px}.PageTheater_Pc_View,.PageTheater_Pc_View._isFarm{background-size:cover}.PageTheater_Pc_Seat{position:absolute;top:0;right:0;bottom:0;z-index:3;width:300px;background:hsla(0,0%,100%,.98);-webkit-box-shadow:0 0 64px rgba(0,0,0,.16);box-shadow:0 0 64px rgba(0,0,0,.16);overflow:hidden}.PageTheater_Pc_Seat_Header{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px}.PageTheater_Pc_Seat_InfoTitle{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;padding:16px;text-align:center;line-height:1;border-bottom:1px solid #d3d8e0}.PageTheater_Pc_Seat_Info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:auto}.PageTheater_Pc_Seat_InfoButtom{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}.PageTheater_GuideMessage{pointer-events:none;position:absolute;left:8px;bottom:-140px;opacity:0;z-index:12;height:91px;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.PageTheater_GuideMessage._isLevelMap{height:150px}.PageTheater_GuideMessage._visible{bottom:0;opacity:1}.m .PageTheater_GuideMessage{height:129px;left:10px}.m .PageTheater_GuideMessage._isLevelMap{height:210px}.UITheaterRecommendInfo{position:relative;-webkit-box-flex:0;-ms-flex:0 0 176px;flex:0 0 176px;background:#fff;z-index:3}.UITheaterRecommendInfo:before{display:block;content:"";position:absolute;z-index:1;width:100%;height:42px;margin-top:-42px;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff);pointer-events:none}.m .UITheaterRecommendInfo:before{background:none}.UITheaterRecommendInfo_Message{position:absolute;top:0;z-index:2;width:100%;font-size:1.3rem;pointer-events:none}.xs .UITheaterRecommendInfo_Message{font-size:1.1rem}.UITheaterRecommendInfo_Message_Box{position:absolute;bottom:0;width:100%;padding:0 16px}.UITheaterRecommendInfo_Message_Box div{border:1px solid #cb0a39;text-align:center;color:#cb0a39;padding:6px 8px;background:#fff;font-weight:700;line-height:1.2}.xs .UITheaterRecommendInfo_Message_Box div{padding:4px 8px}.UITheaterRecommendInfo_Seat{padding:12px 16px 0}.UITheaterRecommendInfo_Seat_Img{-webkit-box-flex:0;-ms-flex:0 0 104px;flex:0 0 104px;background-position:50%;background-size:cover;border-radius:2px;position:relative}.xs .UITheaterRecommendInfo_Seat_Img{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.UITheaterRecommendInfo_Seat_Img:after{content:"";background:url(/images/icon/expansion_icon.png) no-repeat;background-size:16px auto;width:16px;height:16px;display:block;position:absolute;bottom:6px;right:6px}.UITheaterRecommendInfo_Seat_Text{padding-left:12px;height:88px}.m .UITheaterRecommendInfo_Seat_Text{padding-left:0}.UITheaterRecommendInfo_Seat_Text_Type{font-size:1.4rem;font-weight:700;line-height:1.2}.xs .UITheaterRecommendInfo_Seat_Text_Type{font-size:1.3rem}.UITheaterRecommendInfo_Seat_Text_Details{margin-top:3px;font-size:1.2rem;line-height:1.2;color:#868a8f}.xs .UITheaterRecommendInfo_Seat_Text_Details{font-size:1.1rem}.UITheaterRecommendInfo_Seat_Text_Total{margin-top:4px;font-size:1.2rem;font-weight:700}.xs .UITheaterRecommendInfo_Seat_Text_Total{font-size:1.2rem}.UITheaterRecommendInfo_Seat_Text_Total_Count{font-size:1.6rem;font-weight:300;font-family:Oswald,sans-serif}.m .UITheaterRecommendInfo_Seat_Text_Total_Count{font-size:2.4rem}.xs .UITheaterRecommendInfo_Seat_Text_Total_Count{font-size:1.8rem}.UITheaterRecommendInfo_Seat_Text_Total_CountText{margin-right:8px}.UITheaterRecommendInfo_Seat_Text_Total_Price{font-size:1.6rem;font-weight:300}.m .UITheaterRecommendInfo_Seat_Text_Total_Price{font-size:2.4rem}.xs .UITheaterRecommendInfo_Seat_Text_Total_Price{font-size:1.8rem}.UITheaterRecommendInfo_Button{height:76px;padding:16px 8px}.UITheaterRecommendInfo_Button>div{padding:0 8px}.UITheaterRecommendInfo_Button_Other{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.UITheaterRecommendInfo_Button_Other>button{background-color:hsla(0,0%,100%,.72)!important}.UITheaterRecommendInfo_Button_Submit{-webkit-box-flex:1;-ms-flex:1 2 auto;flex:1 2 auto}.UITheaterRecommendInfoPc{padding:20px 28px 16px;position:relative;background:#fff;border-radius:6px}.UITheaterRecommendInfoPc:before{display:block;content:"";position:absolute;z-index:1;width:100%;height:42px;margin-top:-42px;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff);pointer-events:none}.m .UITheaterRecommendInfoPc:before{background:none}.UITheaterRecommendInfoPc_Wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.UITheaterRecommendInfoPc_Seat_Img{-webkit-box-flex:0;-ms-flex:0 0 104px;flex:0 0 104px;background-position:top;background-size:cover;border-radius:2px}.xs .UITheaterRecommendInfoPc_Seat_Img{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.UITheaterRecommendInfoPc_Seat_Text_Type{font-size:2rem;font-weight:700;line-height:1.2}.xs .UITheaterRecommendInfoPc_Seat_Text_Type{font-size:1.3rem}.UITheaterRecommendInfoPc_Details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.6rem;line-height:1.2;border-radius:6px}.xs .UITheaterRecommendInfoPc_Details{font-size:1.1rem}.UITheaterRecommendInfoPc_Total{-webkit-box-flex:0;-ms-flex:none;flex:none;font-size:1.4rem;font-weight:700}.xs .UITheaterRecommendInfoPc_Total{font-size:1.2rem}.UITheaterRecommendInfoPc_Total_Count{font-size:2rem;font-weight:300;font-family:Oswald,sans-serif}.xs .UITheaterRecommendInfoPc_Total_Count{font-size:1.8rem}.UITheaterRecommendInfoPc_Total_CountText{margin-right:8px}.UITheaterRecommendInfoPc_Total_Price{font-size:2rem;font-weight:300}.xs .UITheaterRecommendInfoPc_Total_Price{font-size:1.8rem}.UITheaterRecommendInfoPc_ThinningOutNote{color:#c00;font-size:1.1rem;margin-top:6px}.UITheaterRecommendInfoPc_ThinningOutNote span{cursor:pointer;text-decoration:underline}.UITheaterRecommendInfoPc_BottomArea{margin-top:20px}.UITheaterRecommendInfoPc_BottomArea_Button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.UITheaterRecommendInfoPc_BottomArea_Button_Other{display:inline-block;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:16px}.UITheaterRecommendInfoPc_BottomArea_Button_Other>button{background-color:hsla(0,0%,100%,.72)!important}.UITheaterRecommendInfoPc_BottomArea_Button_Submit{display:inline-block;width:160px}.UITheaterMap{overflow:hidden}.UIRecommendHeaderPc{border-left:2px solid #fff;padding-left:12px;color:#fff}.UIRecommendHeaderPc_Label{font-size:1.6rem;font-weight:700;line-height:1}.UIRecommendHeaderPc_Label_Name{display:block;font-size:2rem;margin-top:4px}.UIRecommendHeaderPc_Main{line-height:1}.UIRecommendHeaderPc_Main._payment{margin-top:4px}.m .UIRecommendHeaderPc_Main._payment{margin-top:-6px}.UIRecommendHeaderPc_Main_Hyphen{font-size:4rem}.UIRecommendHeaderPc_Main_Date{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:5rem;font-weight:600;font-family:Orbitron,sans-serif}.xs .UIRecommendHeaderPc_Main_Date{font-size:2.6rem}.UIRecommendHeaderPc_Main_Week{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:2.5rem;padding-bottom:2.5px}.xs .UIRecommendHeaderPc_Main_Week{font-size:1.3rem}.UIRecommendHeaderPc_Main_Time{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:5rem;font-weight:600;font-family:Orbitron,sans-serif;padding-left:4px}.xs .UIRecommendHeaderPc_Main_Time{font-size:2.6rem}.m .UIRecommendHeaderPc_Main_Time._payment{font-size:4rem}.UIRecommendHeaderPc_Main_Time._myticketPc{font-size:2.9rem;font-weight:200}.UIRecommendHeaderPc_Main_Time_Text{display:none}.UIRecommendHeaderPc_Main_Venue{display:inline-block;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:1.8rem;font-weight:700;line-height:1.2;padding-left:6px;padding-bottom:0}.xs .UIRecommendHeaderPc_Main_Venue{font-size:1.1rem;padding-left:4px}.UIRecommendHeaderPc_Main_Venue_Time span._nunS{font-size:2.4rem;font-family:Orbitron,sans-serif;font-weight:600}.UIRecommendHeaderPc_Main_Logo{margin-top:6px}.m .UIRecommendHeaderPc_Main_Logo,.UIRecommendHeaderPc_Main_Logo{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-top:0}.UIRecommendHeaderPc_Main_Logo>*{line-height:28px}.UIRecommendHeaderPc_Main_Logo_Img{display:inline-block;vertical-align:middle;width:68px;height:61px;-webkit-transform:translateY(4px);transform:translateY(4px)}.UIRecommendHeaderPc_Main_Logo_Vs{vertical-align:text-top;font-size:2rem;font-family:Oswald,sans-serif;font-weight:400}.xs .UIRecommendHeaderPc_Main_Logo_Vs{font-size:1.2rem}.UIRecommendHeaderPc_Main_Logo_Name{vertical-align:text-top;display:none;font-size:1.4rem;font-weight:700;margin-left:10px}.m .UIRecommendHeaderPc_Main_Logo_Name{display:inline}.UIBGImageSwitcher{position:relative}.UIBGImageSwitcher:before{content:"";z-index:1;position:absolute;top:0;left:0;width:100%;height:160px;background:-webkit-gradient(linear,left top,left bottom,color-stop(60%,rgba(0,0,0,.45)),to(transparent));background:linear-gradient(180deg,rgba(0,0,0,.45) 60%,transparent)}.UIBGImageSwitcher:after{content:"";position:absolute;top:0;right:0;width:280px;height:100%;background:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.56)),to(transparent));background:linear-gradient(270deg,rgba(0,0,0,.56),transparent)}.UIBGImageSwitcher_BG{position:absolute;width:100%;height:100%;background-position:50%;background-repeat:no-repeat;background-size:cover;background-color:#333;-webkit-transition:opacity .6s linear;transition:opacity .6s linear;opacity:1}.UIBGImageSwitcher_BG._enter{-webkit-transition:none;transition:none;opacity:0}.UIBGImageSwitcher_BG:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:144px;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.56)),to(transparent));background:linear-gradient(0deg,rgba(0,0,0,.56),transparent)}.PageRecommend_ThinningOutNote{width:100%;position:absolute;top:76px;left:0;z-index:2;color:#f5314b;font-size:1.1rem;padding:10px}.PageRecommend_ThinningOutNote p{background:hsla(0,0%,100%,.9);padding:6px 8px;border:1px solid #dadce0}.PageRecommend_ThinningOutNote p span{text-decoration:underline}.PageRecommend_Pc{padding:16px 16px 0}.PageRecommend_Pc_Search{position:relative;z-index:3}.PageRecommend_Pc_View{width:100%;height:100%;background:#141210;position:absolute;top:0;left:0}.PageRecommend_Pc_Seat{z-index:2;padding-top:16px;position:relative}.PageRecommend_Pc_Map{position:absolute;bottom:240px;right:33px;width:300px;height:300px}.PageRecommend_Pc_Map_Inner{height:95%}.PageRecommend_Pc_Message{position:absolute;bottom:0;padding:0 0 16px 16px;max-width:calc(100% - 366px);z-index:2;font-size:3.2rem;color:#fff;text-shadow:0 1px 6px #000}.xs .PageRecommend_Pc_Message{font-size:1.1rem}.PageRecommend_Pc_SeatInfo{position:relative;bottom:16px;position:absolute;height:auto;width:330px;max-width:330px;right:24px;margin:auto}.PageRecommend_Pc_SeatInfo_SliderButton._next{position:absolute;z-index:2;top:90px;right:-16px}.PageRecommend_Pc_SeatInfo_SliderButton._prev{position:absolute;z-index:2;top:90px;left:-16px}.PageRecommend_Pc_SeatInfo_Item{background:hsla(0,0%,100%,.88)}.l .PageRecommend_Pc_SeatInfo,.m .PageRecommend_Pc_SeatInfo{max-width:330px}.BlockPaymentInfo_Box{padding:16px 16px 8px;text-align:left}.BlockPaymentInfo_Box_EventInfo{padding-bottom:16px;margin-bottom:10px;border-bottom:1px solid #dadce0}.m .BlockPaymentInfo_Box_EventInfo{padding-bottom:16px;margin-bottom:16px}.BlockPaymentInfo_Box_BtnArea{padding-bottom:4px;cursor:pointer}.BlockPaymentInfo_Box_BtnArea_List{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;border-top:1px solid #dadce0;padding-top:12px}.BlockPaymentInfo_Box_BtnArea_List:nth-child(2){margin-top:12px}.BlockPaymentInfo_Box_BtnArea_List_Label{font-size:1.4rem;padding-right:16px}.BlockPaymentInfo_Box_BtnArea_List_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.BlockPaymentInfo_Parking{padding:8px 0;font-size:1.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.BlockPaymentInfo_Parking_Check{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;border:1px solid #c4c8cc;border-radius:2px;vertical-align:middle;width:20px;height:20px}.BlockPaymentInfo_Parking_Check._checked{border:none;background:#cb0a39 url(/images/icon/check-white.png) no-repeat;background-size:10.6px auto;background-position:50%}.BlockPaymentInfo_Parking_Name{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;text-align:left;padding-left:6px}.BlockPaymentInfo_Parking_Name._checked{color:#000}.BlockPaymentInfo_Parking_Price{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;text-align:right;font-size:1.6rem;font-family:Orbitron,sans-serif;font-weight:600;color:#c4c8cc}.m .BlockPaymentInfo_Parking_Price{font-size:2rem}.BlockPaymentInfo_Parking_Price._checked{color:#000}.BlockPaymentRecive{position:relative;padding:0 16px}.BlockPaymentRecive_List,.BlockPaymentRecive_List_Item{padding:8px 0}.m .BlockPaymentRecive_List_Item{margin-right:32px;display:inline-block}.BlockPaymentRecive_List_Item_Radio_Sub{font-size:1.1rem;margin-left:8px}.BlockPaymentRecive_List_Notice{margin-top:16px;font-size:1.1rem;color:#868a8f}.m .BlockPaymentRecive_List_Notice{font-size:1.2rem}.BlockPaymentRecive_List_Notice span{text-decoration:underline;cursor:pointer}.BlockPaymentRecive_Details{border-top:1px solid #dadce0;padding:16px 0}.BlockPaymentRecive_Details_Title{font-size:1.3rem;margin-bottom:12px}.xs .BlockPaymentRecive_Details_Title{font-size:1.2rem}.m .BlockPaymentRecive_Details_Title{font-size:1.4rem}.BlockPaymentRecive_Details_Title span{color:#868a8f;font-size:1.2rem}.BlockPaymentRecive_Details_Body_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:12px}.BlockPaymentRecive_Details_Body_Item:first-of-type{margin-top:0}.m .BlockPaymentRecive_Details_Body_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.BlockPaymentRecive_Details_Body_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.xs .BlockPaymentRecive_Details_Body_Item_Label{font-size:1.3rem}.m .BlockPaymentRecive_Details_Body_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.BlockPaymentRecive_Details_Body_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.m .BlockPaymentRecive_Details_Body_Item_Text._confirmation{padding-top:9px}.BlockPaymentRecive_Details_Menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.BlockPaymentRecive_Details_Menu_Label{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding-right:16px}.BlockPaymentRecive_Details_Menu_Label_Note{font-size:1.3rem;margin-bottom:12px}.xs .BlockPaymentRecive_Details_Menu_Label_Note{font-size:1.2rem}.m .BlockPaymentRecive_Details_Menu_Label_Note{font-size:1.4rem}.BlockPaymentRecive_Details_Menu_Label_Note span{color:#868a8f;margin-top:4px;font-size:1.2rem;display:inline-block}.BlockPaymentRecive_Details_Menu_Label_Name{font-size:1.4rem;color:#c00}.xs .BlockPaymentRecive_Details_Menu_Label_Name{font-size:1.3rem}.BlockPaymentRecive_Details_Menu_Label_Name._bold{font-weight:700}.BlockPaymentRecive_Details_Menu_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.BlockPaymentMethod{position:relative;padding:0 16px}.BlockPaymentMethod._disabled{pointer-events:none;opacity:.4}.BlockPaymentMethod_List,.BlockPaymentMethod_List_Item{padding:8px 0}.m .BlockPaymentMethod_List_Item{margin-right:32px;display:inline-block}.BlockPaymentMethod_List_Item_Radio_Sub{font-size:1.1rem;margin-left:8px}.BlockPaymentMethod_Details{border-top:1px solid #dadce0;padding:16px 0}.BlockPaymentMethod_Details._isCredit{cursor:pointer}.BlockPaymentMethod_Details_Title{font-size:1.3rem;margin-bottom:12px}.m .BlockPaymentMethod_Details_Title{font-size:1.4rem}.BlockPaymentMethod_Details_Body_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:12px}.BlockPaymentMethod_Details_Body_Item:first-of-type{margin-top:0}.m .BlockPaymentMethod_Details_Body_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.BlockPaymentMethod_Details_Body_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .BlockPaymentMethod_Details_Body_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.BlockPaymentMethod_Details_Body_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.BlockPaymentMethod_Details_Menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.BlockPaymentMethod_Details_Menu_Label{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-right:16px}.BlockPaymentMethod_Details_Menu_Label_Note{font-size:1.3rem;margin-bottom:12px}.xs .BlockPaymentMethod_Details_Menu_Label_Note{font-size:1.2rem}.m .BlockPaymentMethod_Details_Menu_Label_Note{font-size:1.4rem}.BlockPaymentMethod_Details_Menu_Label_Name{font-size:1.4rem;color:#c00}.xs .BlockPaymentMethod_Details_Menu_Label_Name{font-size:1.3rem}.BlockPaymentMethod_Details_Menu_Label_Name._bold{font-weight:700}.BlockPaymentMethod_Details_Menu_Label_Name img{vertical-align:middle}.BlockPaymentMethod_Details_Menu_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.xs .BlockPaymentMethod_Details_Menu_Button{-webkit-box-flex:0;-ms-flex:0 0 68px;flex:0 0 68px}.BlockPaymentMethod_Details_Amazon img{width:100%}.BlockPaymentCoupon{position:relative;padding:0 16px}.BlockPaymentCoupon_List{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 0;border-top:1px solid #d3d8e0;cursor:pointer}.BlockPaymentCoupon_List:first-of-type{border:none}.BlockPaymentCoupon_List_Item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-right:16px}.BlockPaymentCoupon_List_Item_Note{font-size:1.3rem;margin-bottom:12px}.xs .BlockPaymentCoupon_List_Item_Note{font-size:1.2rem}.BlockPaymentCoupon_List_Item_Name,.m .BlockPaymentCoupon_List_Item_Note{font-size:1.4rem}.xs .BlockPaymentCoupon_List_Item_Name{font-size:1.3rem}.BlockPaymentCoupon_List_Item_Name._bold{font-weight:700}.BlockPaymentCoupon_List_Item_Name img{vertical-align:middle}.BlockPaymentCoupon_List_Item_Selected{padding-top:16px;padding-bottom:16px;border-top:1px solid #d3d8e0;font-size:1.4rem}.BlockPaymentCoupon_List_Item_Selected_Label._bold{font-weight:700}.BlockPaymentCoupon_List_Item_Selected:first-of-type{margin-top:0;padding-top:0;border-top:none}.BlockPaymentCoupon_List_Item_Selected:last-of-type{margin-top:0;padding-bottom:0}.BlockPaymentCoupon_List_Item_Selected_Name_Label{color:#000;display:inline-block;margin-right:8px}.BlockPaymentCoupon_List_Item_Selected_Name span{vertical-align:middle}.xs .BlockPaymentCoupon_List_Item_Selected_Name{font-size:1.3rem}.BlockPaymentCoupon_List_Item_Selected_Name._bold{font-weight:700}.BlockPaymentCoupon_List_Item_Selected_Name img{vertical-align:middle}.BlockPaymentCoupon_List_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.xs .BlockPaymentCoupon_List_Button{-webkit-box-flex:0;-ms-flex:0 0 68px;flex:0 0 68px}.BlockPaymentCoupon_Corporate{padding-top:16px;padding-bottom:16px;border-top:1px solid #d3d8e0}.BlockPaymentCoupon_Corporate_Item{margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.BlockPaymentCoupon_Corporate_Item:first-child{margin-top:0}.m .BlockPaymentCoupon_Corporate_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:428px}.BlockPaymentCoupon_Corporate_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.xs .BlockPaymentCoupon_Corporate_Item_Label{font-size:1.3rem}.m .BlockPaymentCoupon_Corporate_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px;margin-bottom:0}.BlockPaymentCoupon_Corporate_Item_Label span{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.BlockPaymentCoupon_Corporate_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.xs .BlockPaymentCoupon_Corporate_Item_Text{font-size:1.3rem}.BlockPaymentCoupon_Corporate_Item_Text._col2{display:-webkit-box;display:-ms-flexbox;display:flex}.BlockPaymentCoupon_Corporate_Item_Text._col2>div:last-child{padding-left:16px}.BlockPaymentTimesTicket{position:relative}.BlockPaymentTimesTicket_Wrap{cursor:pointer}.BlockPaymentTimesTicket_Wrap:first-child .BlockPaymentTimesTicket_Wrap_Item{border:none}.BlockPaymentTimesTicket_Wrap_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 0;border-top:1px solid #d3d8e0}.BlockPaymentTimesTicket_Wrap_Item_Label{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-right:16px}.BlockPaymentTimesTicket_Wrap_Item_Label_Note{font-size:1.3rem;margin-bottom:12px}.xs .BlockPaymentTimesTicket_Wrap_Item_Label_Note{font-size:1.2rem}.BlockPaymentTimesTicket_Wrap_Item_Label_Name,.m .BlockPaymentTimesTicket_Wrap_Item_Label_Note{font-size:1.4rem}.xs .BlockPaymentTimesTicket_Wrap_Item_Label_Name{font-size:1.3rem}.BlockPaymentTimesTicket_Wrap_Item_Label_Name._bold{font-weight:700}.BlockPaymentTimesTicket_Wrap_Item_Label_Name img{vertical-align:middle}.BlockPaymentTimesTicket_Wrap_Item_Label_Name_Sub{font-size:1.1rem;margin-left:8px}.BlockPaymentTimesTicket_Wrap_Item_Label_Seat_Selected{color:#000;display:inline-block;margin-right:8px}.BlockPaymentTimesTicket_Wrap_Item_Label_Seat span{vertical-align:middle}.BlockPaymentTimesTicket_Wrap_Item_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.xs .BlockPaymentTimesTicket_Wrap_Item_Button{-webkit-box-flex:0;-ms-flex:0 0 68px;flex:0 0 68px}.BlockPaymentTimesTicket_Wrap_Name_Remain{font-size:1.2rem;margin-left:6px;display:inline-block}.BlockPaymentTimesTicket_Wrap_Name_Seat{font-weight:400;font-size:1.2rem}.BlockPaymentCorporate_Alert{color:#c00;font-size:1.2rem}.m .BlockPaymentCorporate_Alert{padding-left:160px}.BlockPaymentCorporate_Item{margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.BlockPaymentCorporate_Item:first-child{margin-top:0}.m .BlockPaymentCorporate_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.BlockPaymentCorporate_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.xs .BlockPaymentCorporate_Item_Label{font-size:1.3rem}.m .BlockPaymentCorporate_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.BlockPaymentCorporate_Item_Label span{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.BlockPaymentCorporate_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.xs .BlockPaymentCorporate_Item_Text{font-size:1.3rem}.BlockPaymentCorporate_Item_Text._col2{display:-webkit-box;display:-ms-flexbox;display:flex}.BlockPaymentCorporate_Item_Text._col2>div:last-child{padding-left:16px}.BlockPaymentCorporate_Item_Text_Notice{margin-top:8px;font-size:1.1rem;color:#868a8f}.m .BlockPaymentCorporate_Item_Text_Notice{font-size:1.2rem}.UIBoxTitle{font-size:1.4rem;font-weight:700;margin-top:24px;margin-bottom:10px}.xs .UIBoxTitle{font-size:1.3rem}.m .UIBoxTitle{font-size:1.6rem}.UIBoxTitle span{font-size:1.2rem}.xs .UIBoxTitle span{font-size:1.1rem}.m .UIBoxTitle span{font-size:1.4rem}.PagePayment_Notice{color:#868a8f;font-size:1.2rem}.PagePayment_UIBox{padding:0 16px}.PagePayment_Note{font-size:1.2rem;color:#c00}.PagePayment_UnderLineText{font-weight:400;font-size:1.4rem;display:inline-block;color:#868a8f}.PagePayment_UnderLineText span{font-size:1.1rem;text-decoration:underline;cursor:pointer}.m .PagePayment_UnderLineText span{font-size:1.2rem}.PagePayment_SeatTypeDesc{margin-top:16px}.PagePayment_SeatTypeDesc_Item{font-size:1.2rem;color:#c00}.PagePayment_Term{margin-top:16px;text-align:center;padding:8px 12px}.PagePayment_Term._isLogined{text-align:left;border:1px solid #d3d8e0;background:rgba(245,248,250,.96)}.PagePayment_Term_CheckBox,.PagePayment_Term_Text{display:inline-block;vertical-align:middle}.PagePayment_Term_Text{font-size:1.1rem;line-height:1.5;width:80%;text-align:left}.PagePayment_Term_Text._isLogined{cursor:pointer;width:auto}.m .PagePayment_Term_Text{width:auto;font-size:1.4rem}.PagePayment_Term_Text span._link{text-decoration:underline}.PagePayment_Term_Text._isLogined{color:#868a8f}.PagePayment_Corporate{padding:16px}.PagePayment_Label{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.PagePayment_Alert{color:#c00!important;font-weight:400;font-size:1.2rem!important;display:block}.m .PagePayment_Alert{display:inline;padding-left:8px}.PagePayment_BottomTerm{margin-top:32px}.PagePayment_BottomTerm_Box{background:rgba(245,248,250,.98);padding:12px 16px;border:1px solid #868a8f}.PagePayment_BottomTerm_Box._scroll{height:130px;overflow-y:scroll}.PagePayment_BottomTerm_Box_Item{margin-top:12px}.PagePayment_BottomTerm_Box_Item:first-child{margin-top:0}.PagePayment_BottomTerm_Box_Item_Text{margin-top:12px}.PagePayment_BottomTerm_Box_Item_Text span{color:#868a8f;font-size:1.1rem;display:block;margin-top:6px;line-height:1.6}.m .PagePayment_BottomTerm_Box_Item_Text span{font-size:1.2rem}.PagePayment_BottomTerm_Box_Item_List_Item{margin-top:12px;color:#868a8f}.PagePayment_BottomTerm_Box_Item_List_Item_Label{font-size:1.2rem;border-bottom:1px solid #dadce0;padding-bottom:8px}.PagePayment_BottomTerm_Box_Item_List_Item_Text{margin-top:8px;font-size:1.1rem;line-height:1.6}.m .PagePayment_BottomTerm_Box_Item_List_Item_Text{font-size:1.2rem}.PagePayment_BottomTerm_Center{font-size:1.1rem;margin:12px 0}.m .PagePayment_BottomTerm_Center{margin-top:40px;font-size:1.2rem}.PagePayment_Footer{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.UIPaymentCoupon{padding:12px 0}.UIPaymentCoupon_Wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIPaymentCoupon_List{border-top:1px solid #d3d8e0;cursor:pointer;width:100%;padding-right:16px}.UIPaymentCoupon_List:first-of-type{border:none}.UIPaymentCoupon_List_Item{padding-top:16px;padding-bottom:16px;border-top:1px dotted #d3d8e0}.UIPaymentCoupon_List_Item:first-of-type{border-top:none;padding-top:6px}.UIPaymentCoupon_List_Item_Note{font-size:1.3rem;margin-bottom:12px}.xs .UIPaymentCoupon_List_Item_Note{font-size:1.2rem}.m .UIPaymentCoupon_List_Item_Note,.UIPaymentCoupon_List_Item_Label,.UIPaymentCoupon_List_Item_Name{font-size:1.4rem}.xs .UIPaymentCoupon_List_Item_Name{font-size:1.3rem}.UIPaymentCoupon_List_Item_Name._bold{font-weight:700}.UIPaymentCoupon_List_Item_Name img{vertical-align:middle}.UIPaymentCoupon_List_Item_Selected_Label{color:#000;display:inline-block;margin-right:8px}.UIPaymentCoupon_List_Item_Selected span{vertical-align:middle}.xs .UIPaymentCoupon_List_Item_Selected{font-size:1.3rem}.UIPaymentCoupon_List_Item_Selected._bold{font-weight:700}.UIPaymentCoupon_List_Item_Selected img{vertical-align:middle}.UIPaymentCoupon_List_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.xs .UIPaymentCoupon_List_Button{-webkit-box-flex:0;-ms-flex:0 0 68px;flex:0 0 68px}.UIPaymentCoupon_Term{color:#868a8f}.UIPaymentSeatTypeLimitTicket{font-size:1.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIPaymentSeatTypeLimitTicket_Name{text-align:left}.UIPaymentSeatTypeLimitTicket_Price{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;text-align:right;font-size:1.6rem;font-family:Orbitron,sans-serif;font-weight:600;color:#c4c8cc}.m .UIPaymentSeatTypeLimitTicket_Price{font-size:2rem}.UIPaymentSeatTypeLimitTicket_Price._checked{color:#000}.UIPaymentSeatTypeLimitTicket_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.UIPaymentUsePoint_Term{font-size:1.2rem;color:#c00}.UIPaymentUsePoint_Action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIPaymentUsePoint_Action_Text{font-size:1.4rem;font-weight:700}.UIPaymentUsePoint_Action_Btn{margin:0;-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.UIPaymentUsePoint_Detail{margin-top:12px}.UIPaymentUsePoint_Detail_Flex{line-height:1.3}.UIPaymentGivePoint_Flex,.UIPaymentUsePoint_Detail_Flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIPaymentGivePoint_Label{font-size:1.4rem;padding-right:16px;font-weight:700;text-align:left}.UIPaymentGivePoint_Label span{font-weight:400;font-size:1.1rem}.UIPaymentGivePoint_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.UIPaymentOptionBtnArea_Flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIPaymentOptionBtnArea_Label{font-size:1.4rem;padding-right:16px;font-weight:700;text-align:left}.UIPaymentOptionBtnArea_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.UIPaymentCartInfo_Box{padding:16px 16px 0;text-align:left}.UIPaymentCartInfo_Box_EventInfo{padding-bottom:16px;margin-bottom:10px;border-bottom:1px solid #dadce0}.m .UIPaymentCartInfo_Box_EventInfo{padding-bottom:16px;margin-bottom:16px}.UIPaymentCartInfo_Box_FeeList{padding:10px 0;border-top:1px solid #d3d8e0}.UIPaymentCartInfo_Box_FeeList:first-of-type{padding-top:0;border-top:none}.UIPaymentCartInfo_Box_FeeList_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIPaymentCartInfo_Box_FeeList_Item_Text{font-size:1.4rem}.xs .UIPaymentCartInfo_Box_FeeList_Item_Text{font-size:1.2rem}.m .UIPaymentCartInfo_Box_FeeList_Item_Text{font-size:1.6rem}.UIPaymentCartInfo_Box_FeeList_Item_Price{font-size:1.6rem;font-family:Orbitron,sans-serif;font-weight:600}.xs .UIPaymentCartInfo_Box_FeeList_Item_Price{font-size:1.4rem}.m .UIPaymentCartInfo_Box_FeeList_Item_Price{font-size:2rem}.UIPaymentCartInfo_Box_BtnArea{cursor:pointer;width:100%;border-top:1px solid #dadce0;padding:12px 0;text-align:left}.UIPaymentCartInfo_Box_BtnArea._notFlex{display:block}.UIPaymentCartInfo_Box_BtnArea_Flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIPaymentCartInfo_Box_BtnArea_Label{font-size:1.4rem;padding-right:16px;font-weight:700;text-align:left}.UIPaymentCartInfo_Box_BtnArea_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.UIPaymentCartInfo_Box_BtnArea_Notice{font-size:1.2rem;color:#868a8f;margin-top:6px;padding-left:1rem;text-indent:-1rem}.UIPaymentCartInfo_Box_BtnArea_List{padding:12px 0;border-top:1px dotted #dadce0}.UIPaymentCartInfo_Box_BtnArea_List:first-child{border-top:none}.UIPaymentCartInfo_Box_Coupon{width:100%;border-top:1px solid #dadce0;padding:12px 0 0;text-align:left}.UIPaymentCartInfo_Box_Coupon_Label{font-size:1.4rem;line-height:1.3;padding-right:16px;font-weight:700;text-align:left}.UIPaymentCartInfo_Box_Coupon_Label_Name{margin-right:12px}.pc .UIPaymentCartInfo_Box_Coupon_Label_Name{display:inline-block}.UIPaymentCartInfo_Box_Coupon_Label span{white-space:nowrap;font-weight:400;font-size:1.1rem;color:#868a8f;cursor:pointer}.m .UIPaymentCartInfo_Box_Coupon_Label span{font-size:1.2rem}.UIPaymentCartInfo_Box_Coupon_Label_Term{text-decoration:underline}.UIPaymentCartInfo_Box_Coupon_Line{margin-right:6px;margin-left:6px}.UIPaymentCartInfo_Box_Coupon_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.UIPaymentCartInfo_Parking{padding:8px 0;font-size:1.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIPaymentCartInfo_Parking_Check{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;border:1px solid #c4c8cc;border-radius:2px;vertical-align:middle;width:20px;height:20px}.UIPaymentCartInfo_Parking_Check._checked{border:none;background:#cb0a39 url(/images/icon/check-white.png) no-repeat;background-size:10.6px auto;background-position:50%}.UIPaymentCartInfo_Parking_Name{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;text-align:left;padding-left:6px}.UIPaymentCartInfo_Parking_Name._checked{color:#000}.UIPaymentCartInfo_Parking_Price{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;text-align:right;font-size:1.6rem;font-family:Orbitron,sans-serif;font-weight:600;color:#c4c8cc}.m .UIPaymentCartInfo_Parking_Price{font-size:2rem}.UIPaymentCartInfo_Parking_Price._checked{color:#000}.UIPaymentReceive{position:relative;padding:0 16px}.UIPaymentReceive_Alert{color:#c00;font-size:1.2rem}.m .UIPaymentReceive_Alert{padding-left:160px}.UIPaymentReceive_List,.UIPaymentReceive_List_Item{padding:8px 0}.m .UIPaymentReceive_List_Item{margin-right:32px;display:inline-block}.UIPaymentReceive_List_Item._disabled{pointer-events:none}.UIPaymentReceive_List_Item_Radio_Sub{font-size:1.1rem;margin-left:8px}.UIPaymentReceive_List_Item_Radio_Link{text-decoration:underline;color:#868a8f;cursor:pointer;font-size:1.2rem;margin-top:4px}.UIPaymentReceive_List_Notice{margin-top:16px;font-size:1.1rem;color:#868a8f}.m .UIPaymentReceive_List_Notice{font-size:1.2rem}.UIPaymentReceive_List_Notice span{text-decoration:underline;cursor:pointer}.UIPaymentReceive_Details{border-top:1px solid #dadce0;padding:16px 0}.UIPaymentReceive_Details_Title{font-size:1.3rem;margin-bottom:12px}.xs .UIPaymentReceive_Details_Title{font-size:1.2rem}.m .UIPaymentReceive_Details_Title{font-size:1.4rem}.UIPaymentReceive_Details_Title span{color:#868a8f;font-size:1.2rem;display:block;text-indent:-.5em}.UIPaymentReceive_Details_TitleAnnotation{color:#c00;font-size:1.3rem;margin-bottom:12px}.xs .UIPaymentReceive_Details_TitleAnnotation{font-size:1.2rem}.m .UIPaymentReceive_Details_TitleAnnotation{font-size:1.4rem}.UIPaymentReceive_Details_Body_Notice{color:#c00;font-weight:700}.UIPaymentReceive_Details_Body_Link{text-decoration:underline;color:#868a8f;cursor:pointer;font-size:1.2rem;margin-top:6px}.UIPaymentReceive_Details_Body_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:12px}.UIPaymentReceive_Details_Body_Item:first-of-type{margin-top:0}.m .UIPaymentReceive_Details_Body_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.UIPaymentReceive_Details_Body_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.xs .UIPaymentReceive_Details_Body_Item_Label{font-size:1.3rem}.m .UIPaymentReceive_Details_Body_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.UIPaymentReceive_Details_Body_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.m .UIPaymentReceive_Details_Body_Item_Text._confirmation{padding-top:9px}.UIPaymentReceive_Details_Body_Item_Text._col2,.UIPaymentReceive_Details_Menu{display:-webkit-box;display:-ms-flexbox;display:flex}.UIPaymentReceive_Details_Menu{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIPaymentReceive_Details_Menu_Label{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding-right:16px}.UIPaymentReceive_Details_Menu_Label_Note{font-size:1.3rem;margin-bottom:12px}.xs .UIPaymentReceive_Details_Menu_Label_Note{font-size:1.2rem}.m .UIPaymentReceive_Details_Menu_Label_Note{font-size:1.4rem}.UIPaymentReceive_Details_Menu_Label_Note span{color:#868a8f;margin-top:4px;font-size:1.2rem;display:inline-block}.UIPaymentReceive_Details_Menu_Label_Name{font-size:1.4rem;color:#c00}.xs .UIPaymentReceive_Details_Menu_Label_Name{font-size:1.3rem}.UIPaymentReceive_Details_Menu_Label_Name._bold{font-weight:700}.UIPaymentReceive_Details_Menu_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.UIPaymentParkingTicketReceive{position:relative;padding:0 16px}.UIPaymentParkingTicketReceive_Notice{color:#c00}.UIPaymentParkingTicketReceive_List{padding:8px 0;border-bottom:1px solid #dadce0}.UIPaymentParkingTicketReceive_List_Item{padding:8px 0}.m .UIPaymentParkingTicketReceive_List_Item{margin-right:32px;display:inline-block}.UIPaymentParkingTicketReceive_List_Item_Radio._disabled{pointer-events:none}.UIPaymentParkingTicketReceive_List_Item_Radio_Sub{font-size:1.1rem;margin-left:8px}.UIPaymentParkingTicketReceive_Details{padding:16px 0}.UIPaymentParkingTicketReceive_Details_Title{font-size:1.3rem;margin-bottom:12px}.xs .UIPaymentParkingTicketReceive_Details_Title{font-size:1.2rem}.m .UIPaymentParkingTicketReceive_Details_Title{font-size:1.4rem}.UIPaymentParkingTicketReceive_Details_Title span{color:#868a8f;font-size:1.2rem;display:block;text-indent:-1em;padding-left:1em}.UIPaymentParkingTicketReceive_Details_TitleAnnotation{color:#c00;font-size:1.3rem;margin-bottom:12px}.xs .UIPaymentParkingTicketReceive_Details_TitleAnnotation{font-size:1.2rem}.m .UIPaymentParkingTicketReceive_Details_TitleAnnotation{font-size:1.4rem}.UIPaymentParkingTicketReceive_Details_Body_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:12px}.UIPaymentParkingTicketReceive_Details_Body_Item:first-of-type{margin-top:0}.m .UIPaymentParkingTicketReceive_Details_Body_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.UIPaymentParkingTicketReceive_Details_Body_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.xs .UIPaymentParkingTicketReceive_Details_Body_Item_Label{font-size:1.3rem}.m .UIPaymentParkingTicketReceive_Details_Body_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.UIPaymentParkingTicketReceive_Details_Body_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.m .UIPaymentParkingTicketReceive_Details_Body_Item_Text._confirmation{padding-top:9px}.UIPaymentParkingTicketReceive_Details_Body_Item_Text._col2,.UIPaymentParkingTicketReceive_Details_Menu{display:-webkit-box;display:-ms-flexbox;display:flex}.UIPaymentParkingTicketReceive_Details_Menu{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIPaymentParkingTicketReceive_Details_Menu_Label{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding-right:16px}.UIPaymentParkingTicketReceive_Details_Menu_Label_Note{font-size:1.3rem;margin-bottom:12px}.xs .UIPaymentParkingTicketReceive_Details_Menu_Label_Note{font-size:1.2rem}.m .UIPaymentParkingTicketReceive_Details_Menu_Label_Note{font-size:1.4rem}.UIPaymentParkingTicketReceive_Details_Menu_Label_Note span{color:#868a8f;margin-top:4px;font-size:1.2rem;display:inline-block}.UIPaymentParkingTicketReceive_Details_Menu_Label_Name{font-size:1.4rem;color:#c00}.xs .UIPaymentParkingTicketReceive_Details_Menu_Label_Name{font-size:1.3rem}.UIPaymentParkingTicketReceive_Details_Menu_Label_Name._bold{font-weight:700}.UIPaymentParkingTicketReceive_Details_Menu_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.UIPaymentMethod{position:relative;padding:0 16px}.UIPaymentMethod_AlertText{color:#c00}.UIPaymentMethod_Link{font-size:1.1rem;color:#4e5052;text-decoration:underline;pointer-events:visible;cursor:pointer}.UIPaymentMethod_List{padding:8px 0}.UIPaymentMethod_List._disabled{pointer-events:none}.UIPaymentMethod_List_Item{padding:8px 0}.m .UIPaymentMethod_List_Item{margin-right:32px;display:inline-block;vertical-align:top}.UIPaymentMethod_List_Item._disabled{pointer-events:none}.UIPaymentMethod_List_Item_Radio_Sub{font-size:1.1rem;margin-left:8px}.UIPaymentMethod_List_Item_Term{font-size:1.2rem;color:#c00}.UIPaymentMethod_Details{border-top:1px solid #dadce0;padding:16px 0}.UIPaymentMethod_Details._disabled{pointer-events:none;opacity:.2}.UIPaymentMethod_Details._isCredit{cursor:pointer}.UIPaymentMethod_Details_Alert{color:#c00}.UIPaymentMethod_Details_Title{font-size:1.3rem;margin-bottom:12px}.m .UIPaymentMethod_Details_Title{font-size:1.4rem}.UIPaymentMethod_Details_Body_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:12px}.UIPaymentMethod_Details_Body_Item:first-of-type{margin-top:0}.m .UIPaymentMethod_Details_Body_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIPaymentMethod_Details_Body_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .UIPaymentMethod_Details_Body_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.UIPaymentMethod_Details_Body_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.UIPaymentMethod_Details_Menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIPaymentMethod_Details_Menu_Label{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-right:16px}.UIPaymentMethod_Details_Menu_Label_Note{font-size:1.3rem;padding-bottom:8px}.xs .UIPaymentMethod_Details_Menu_Label_Note{font-size:1.2rem}.m .UIPaymentMethod_Details_Menu_Label_Note{font-size:1.4rem}.UIPaymentMethod_Details_Menu_Label_Name{font-size:1.4rem;color:#c00}.xs .UIPaymentMethod_Details_Menu_Label_Name{font-size:1.3rem}.UIPaymentMethod_Details_Menu_Label_Name._bold{font-weight:700}.UIPaymentMethod_Details_Menu_Label_Name img{vertical-align:middle}.UIPaymentMethod_Details_Menu_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.xs .UIPaymentMethod_Details_Menu_Button{-webkit-box-flex:0;-ms-flex:0 0 68px;flex:0 0 68px}.UIPaymentMethod_Details_Amazon img{width:100%}.UIPaymentMethod_disabledMsg{position:absolute;top:0;left:0;right:0;font-weight:700;text-align:center;background:rgba(0,0,0,.16);width:100%;height:100%;padding-top:70px}.UIPaymentTerm_Box{background:rgba(245,248,250,.98);padding:12px 16px;border:1px solid #868a8f}.UIPaymentTerm_Box._scroll{height:130px;overflow-y:scroll}.UIPaymentTerm_Box_Item{margin-top:12px}.UIPaymentTerm_Box_Item:first-child{margin-top:0}.UIPaymentTerm_Box_Item_Text{margin-top:12px}.UIPaymentTerm_Box_Item_Text span{color:#868a8f;font-size:1.1rem;display:block;margin-top:6px;line-height:1.6}.m .UIPaymentTerm_Box_Item_Text span{font-size:1.2rem}.UIPaymentTerm_Box_Item_List_Item{margin-top:12px;color:#868a8f}.UIPaymentTerm_Box_Item_List_Item_Label{font-size:1.2rem;border-bottom:1px solid #dadce0;padding-bottom:8px}.UIPaymentTerm_Box_Item_List_Item_Text{margin-top:8px;font-size:1.1rem;line-height:1.6}.m .UIPaymentTerm_Box_Item_List_Item_Text{font-size:1.2rem}.UIPaymentTerm_Center{font-size:1.1rem;margin:12px 0}.UIPaymentTerm_Center a{text-decoration:underline}.m .UIPaymentTerm_Center{margin-top:40px;font-size:1.2rem}.UIPaymentTerm_Lang{text-align:right;font-size:1.2rem;margin-top:12px;margin-bottom:6px;color:#fff}.UIPaymentTerm_Lang li{display:inline-block;vertical-align:middle}.UIPaymentTerm_Lang li+li{margin-left:6px}.UIPaymentTerm_Lang span{text-decoration:underline;cursor:pointer}.BlockPaymentMemberRegister_ImportantText{color:#c00}.BlockPaymentMemberRegister_Label{background:#c00;color:#fff;text-align:center;font-size:1.2rem;padding:6px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.BlockPaymentMemberRegister_Text{color:#73767a;margin-top:16px;font-size:1.2rem;padding:0 16px}.BlockPaymentMemberRegister_List{padding:16px 16px}.BlockPaymentMemberRegister_List_Thumb{padding:24px;border:1px solid #d3d8e0;border-radius:4px;text-align:center}.BlockPaymentMemberRegister_List_Thumb_Title{display:block;font-family:Oswald,sans-serif;font-size:2.4rem;font-weight:600;line-height:1}.BlockPaymentMemberRegister_List_Thumb_Price{display:block;width:88px;margin:16px auto 0;font-size:1.2rem;font-weight:700;padding:4px;line-height:1;color:#cb0a39;border:1px solid #cb0a39;border-radius:2px}.BlockPaymentMemberRegister_List_Note{font-size:1.2rem;margin-top:12px;line-height:1.4}.m .BlockPaymentMemberRegister_List_Note{font-size:1.4rem}.BlockPaymentMemberRegister_List_Note._alert{color:#c00}.BlockPaymentMemberRegister_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:12px}.m .BlockPaymentMemberRegister_List_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.BlockPaymentMemberRegister_List_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.xs .BlockPaymentMemberRegister_List_Item_Label{font-size:1.3rem}.m .BlockPaymentMemberRegister_List_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0;padding-top:10px}.m .BlockPaymentMemberRegister_List_Item_Label._isMail{padding-top:0}.BlockPaymentMemberRegister_List_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.xs .BlockPaymentMemberRegister_List_Item_Text{font-size:1.3rem}.m .BlockPaymentMemberRegister_List_Item_Text._confirmation{padding-top:9px}.BlockPaymentMemberRegister_List_Item_TermRegister{display:inline-block;width:85%;vertical-align:middle}.m .BlockPaymentMemberRegister_List_Item_TermRegister{width:auto}.m .BlockPaymentMemberRegister_Link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.BlockPaymentMemberRegister_Link_Item{text-align:center;border:1px solid #d3d8e0;margin-top:8px;padding:8px 8px}.m .BlockPaymentMemberRegister_Link_Item{width:300px}.m .BlockPaymentMemberRegister_Link_Item:first-child{margin-right:16px}.PageCartPayment_Notice{color:#868a8f;font-size:1.2rem}.PageCartPayment_SelectNext{background-color:#fff!important;margin-top:16px}.PageCartPayment_EventInfo{padding:16px 16px 0;margin-bottom:10px}.m .PageCartPayment_EventInfo{padding:16px 16px 0;margin-bottom:16px}.PageCartPayment_BtnArea{cursor:pointer;width:100%;border-top:1px solid #dadce0;padding:12px 0;text-align:left}.PageCartPayment_PurchaseFee{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:12px}.PageCartPayment_PurchaseFee:first-child{margin-top:0}.PageCartPayment_PurchaseFee_Price{font-size:1.6rem;font-family:Orbitron,sans-serif;font-weight:600}.PageCartPayment_Term{margin-top:16px;text-align:center;padding:8px 12px}.PageCartPayment_Term._isLogined{text-align:left;border:1px solid #d3d8e0;background:rgba(245,248,250,.96)}.PageCartPayment_Term_CheckBox,.PageCartPayment_Term_Text{display:inline-block;vertical-align:middle}.PageCartPayment_Term_Text{font-size:1.1rem;line-height:1.5;width:80%;text-align:left}.PageCartPayment_Term_Text._isLogined{width:auto}.m .PageCartPayment_Term_Text{width:auto;font-size:1.4rem}.PageCartPayment_Term_Text span._link{cursor:pointer;text-decoration:underline}.PageCartPayment_Term_Text._isLogined{color:#868a8f}.PageCartPayment_Label{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.PageCartPayment_BottomTerm{margin-top:32px}.PagePaymentResult_Box{padding-bottom:16px}.PagePaymentResult_Thanks{font-size:1.4rem;font-weight:700;text-align:center;line-height:1.3;padding:24px 16px 0}.PagePaymentResult_Number{width:236px;height:38px;border-radius:4px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px auto 0;border:1px solid #ced2d6}.PagePaymentResult_Number_Label{font-size:1.4rem;width:80px;height:100%;line-height:38px;background:#ced2d6;text-align:center;color:#4e5052}.PagePaymentResult_Number_Cont{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:1.6rem;text-align:center;line-height:38px;letter-spacing:1px}.PagePaymentResult_Text{font-size:1.1rem;line-height:1.3;padding:16px}.PagePaymentResult_BannerList,.PagePaymentResult_BtnArea{display:-webkit-box;display:-ms-flexbox;display:flex}.PagePaymentResult_BannerList{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.PagePaymentResult_BannerList li{width:96px}.PagePaymentResult_BannerList li a{display:block}.PagePaymentResult_BannerList li a img{width:100%}.PageError3D_Message{padding:32px 0;text-align:center}.UISlideNavigation{text-align:center;position:relative}.UISlideNavigation._hide{visibility:hidden}.UISlideNavigation_Guide{position:absolute;z-index:1;top:-4px;width:100%;pointer-events:none;opacity:0;-webkit-transition:opacity 50ms linear .5s;transition:opacity 50ms linear .5s;text-align:right}.UISlideNavigation_Guide._show{-webkit-transition:none;transition:none;opacity:1}.UISlideNavigation_Guide_Tip{display:inline-block;color:#fff;width:48px;height:20px;line-height:20px;font-size:1.8rem;border-radius:4px;font-family:Oswald,sans-serif}.UISlideNavigation_Guide_Tip>span{font-size:1.2rem;opacity:.75}.UISlideNavigation_Item{display:inline-block;margin:4px;background:#fff;width:10px;height:10px;border-radius:5px;-webkit-transition:all .2s linear;transition:all .2s linear;-webkit-transform:scale(.75);transform:scale(.75);opacity:.5}.UISlideNavigation_Item._selected{-webkit-transform:scale(1);transform:scale(1);opacity:1}.UISlideNavigation_Item._edge{-webkit-transform:scale(.4);transform:scale(.4)}.UISlideNavigation_Item._none{display:none}.UIReceiptItem{width:100%;height:100%;position:relative;float:left}.UIReceiptItem_CancelAll,.UIReceiptItem_SevenWait{background:#c00;color:#fff;text-align:center;padding:4px 0;margin-bottom:16px}.UIReceiptItem_Game_Item{margin-bottom:40px;border-bottom:1px solid #d3d8e0}.UIReceiptItem_Game_Item:last-child{margin-bottom:20px}.UIReceiptItem_EventInfo,.UIReceiptItem_PackInfo{padding-bottom:16px;border-bottom:1px solid #d3d8e0}.UIReceiptItem_PackInfo_Label{font-size:1.2rem;font-weight:700;color:#868a8f}.UIReceiptItem_PackInfo_Name{margin-top:6px;font-size:2.1rem;font-weight:700}.m .UIReceiptItem_PackInfo_Name{font-size:3rem}.UIReceiptItem_Box{padding:10px 0;border-bottom:1px solid #d3d8e0}.UIReceiptItem_Box:last-child{border-bottom:none}.m .UIReceiptItem_Box{padding:12px 0}.UIReceiptItem_Box_Wrap{margin-top:16px}.UIReceiptItem_Box_Wrap:first-child{margin-top:0}.UIReceiptItem_Box_Title{font-size:1.6rem;margin-bottom:0}.UIReceiptItem_Box_Title .seatName{margin-bottom:0}.m .UIReceiptItem_Box_Title{font-size:1.8rem}.UIReceiptItem_Box_Item{padding:10px 0;border-top:1px dotted #d3d8e0}.m .UIReceiptItem_Box_Item{padding:12px 0}.UIReceiptItem_Box_Item:first-of-type{border-top:none}.UIReceiptItem_Box_Item_SeatDetails{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIReceiptItem_Box_Item_SeatDetails_Text{font-size:1.4rem}.m .UIReceiptItem_Box_Item_SeatDetails_Text{font-size:1.6rem}.UIReceiptItem_Box_Item_SeatDetails_Price{font-size:1.6rem;font-family:Orbitron,sans-serif;font-weight:300}.m .UIReceiptItem_Box_Item_SeatDetails_Price{font-size:2rem}.UIReceiptItem_Box_Item_Option{margin-top:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIReceiptItem_Box_Item_Option_Text{padding-left:30px;font-size:1.4rem}.m .UIReceiptItem_Box_Item_Option_Text{padding-left:36px;font-size:1.6rem}.UIReceiptItem_Box_Item_Option_Text:before{content:"";display:inline-block;width:8px;height:8px;margin-right:2px;background:url(/images/icon/plus-gray.png) 50% no-repeat;background-size:contain;vertical-align:middle}.UIReceiptItem_Box_Item_Option_Price{font-size:1.4rem;font-family:Orbitron,sans-serif;font-weight:300;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;text-align:right}.m .UIReceiptItem_Box_Item_Option_Price{font-size:1.6rem}.UIReceiptItem_Box_Item_Other{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIReceiptItem_Box_Item_Other._large{padding-top:16px}.UIReceiptItem_Box_Item_Other_Text{font-size:1.2rem;-webkit-box-flex:1;-ms-flex:1 1 120px;flex:1 1 120px}.UIReceiptItem_Box_Item_Other_Text._large{font-size:1.4rem}.m .UIReceiptItem_Box_Item_Other_Text._large{font-size:1.6rem}.m .UIReceiptItem_Box_Item_Other_Text{font-size:1.4rem}.UIReceiptItem_Box_Item_Other_Price{font-size:1.4rem;font-family:Oswald,sans-serif;font-weight:300;text-align:right}.UIReceiptItem_Box_Item_Other_Price._num2{font-family:Orbitron,sans-serif;font-weight:300}.UIReceiptItem_Box_Item_Other_Price_Link{text-decoration:underline;cursor:pointer;font-family:initial}.m .UIReceiptItem_Box_Item_Other_Price br{display:none}.UIReceiptItem_Box_Item_Other_Price._large{font-size:1.6rem}.m .UIReceiptItem_Box_Item_Other_Price._large{font-size:2rem}.m .UIReceiptItem_Box_Item_Other_Price{font-size:1.6rem}.UIReceiptItem_Box_Item_Other_Seven{text-align:right;font-size:1.2rem}.UIReceiptItem_Box_Item_Invoce,.UIReceiptItem_Box_Item_Other_Seven_Link{text-decoration:underline;cursor:pointer}.UIReceiptItem_Box_Item_Invoce{font-size:1.3rem;color:#666;text-align:center;margin-top:40px}.UIReceiptItem_Box_FeeList{border-top:1px dotted #d3d8e0}.PagePaymentReceipt_Count{margin-top:-24px}.m .PagePaymentReceipt_Nav_Button{position:relative;width:100%;height:0;max-width:832px;margin:0 auto}.PagePaymentReceipt_Nav_Button_Item._next{position:absolute;z-index:2;top:calc(50vh - 99px);right:-10px}.PagePaymentReceipt_Nav_Button_Item._prev{position:absolute;z-index:2;top:calc(50vh - 99px);left:-10px}.PagePaymentReceipt_Slider{position:absolute;top:0;bottom:0;width:100%;height:auto}@media print{.AppBG._invoicePrint,.AppFooter._invoicePrint,.AppHeader._invoicePrint,.AppNotice._invoicePrint,.PageInvoiceDetail_Desc,.PageInvoiceDetail_Header{display:none}.PageInvoiceDetail_List{padding-top:16px!important}.PageInvoiceDetail_Issuer,.PageInvoiceDetail_List,.PageInvoiceDetail_Sum,.PageInvoiceDetail_TaxArea{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.PageInvoiceDetail_Sum{padding-top:16px!important}body._invoicePrint{background:none}}.PageInvoiceDetail_Box{padding:16px 0}.PageInvoiceDetail_Title{text-align:center;font-weight:700;font-size:1.7rem}.PageInvoiceDetail_Desc{text-align:center;font-size:1.3rem;margin-top:6px}.PageInvoiceDetail_Name{font-weight:700;font-size:1.6rem;padding:0 16px;margin-top:16px}.PageInvoiceDetail_Name span{width:165px;display:inline-block;border-bottom:1px solid #000}.m .PageInvoiceDetail_Name span{width:auto}.PageInvoiceDetail_List{margin-top:24px;border-bottom:1px solid #d3d8e0;padding:0 16px 16px}.PageInvoiceDetail_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:6px}.PageInvoiceDetail_List_Item:first-child{margin-top:0}.PageInvoiceDetail_List_Item_Label{font-weight:700}.PageInvoiceDetail_List_Item_Text{text-align:right}.PageInvoiceDetail_Sum{margin-top:16px;padding:0 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.PageInvoiceDetail_Sum_Label{font-weight:700}.PageInvoiceDetail_Sum_Text{font-size:1.6rem}.PageInvoiceDetail_TaxArea{border:1px solid #d3d8e0;border-radius:2px;margin-top:16px;padding:16px}.PageInvoiceDetail_TaxArea_List{margin-top:12px;border-top:1px solid #d3d8e0;padding-top:12px}.PageInvoiceDetail_TaxArea_List:first-child{margin-top:0;border-top:none;padding-top:0}.PageInvoiceDetail_TaxArea_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:6px}.PageInvoiceDetail_TaxArea_List_Item:first-child{margin-top:0}.PageInvoiceDetail_TaxArea_List_Item_Label{font-weight:700}.PageInvoiceDetail_Issuer{padding:16px 16px 0}.UIScrollBar{width:100%;height:4px;background:hsla(0,0%,100%,.22);border-radius:2px;overflow:hidden;position:relative}.UIScrollBar._vertical{width:4px;height:100%}.UIScrollBar_Active{background:#fff;border-radius:2px;position:absolute;top:0;left:0;width:100%;height:100%}.UIScrollBar_Active._transition{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.UILabel{display:block;position:relative;border-radius:2px;width:72px;height:20px;font-weight:700;color:#fff;padding:0;margin-left:auto;margin-right:auto;font-size:1.1rem;text-align:center;line-height:1.8}.UILabel._inlineblock{display:inline-block}.UILabel._light{background-color:#38afeb;-webkit-box-shadow:0 2px 6px rgba(56,175,235,.16);box-shadow:0 2px 6px rgba(56,175,235,.16)}.UILabel._warning{background-color:#e6a722;-webkit-box-shadow:0 2px 6px rgba(230,167,34,.24);box-shadow:0 2px 6px rgba(230,167,34,.24)}.UILabel._special{background-color:#c8b78c;-webkit-box-shadow:0 2px 6px rgba(200,183,140,.24);box-shadow:0 2px 6px rgba(200,183,140,.24)}.UILabel._recommend{background-color:#eb6779;-webkit-box-shadow:0 2px 6px rgba(235,103,121,.16);box-shadow:0 2px 6px rgba(235,103,121,.16)}.UILabel._invalid{background-color:#babec2;-webkit-box-shadow:0 2px 6px rgba(186,190,194,.16);box-shadow:0 2px 6px rgba(186,190,194,.16)}.UILabel._danger{background-color:#cb0a39;-webkit-box-shadow:0 2px 6px rgba(203,10,57,.16);box-shadow:0 2px 6px rgba(203,10,57,.16)}.UIPop{display:inline-block;position:relative;border-radius:2px;font-weight:700;color:#fff;padding:4px 12px;font-size:1.1rem}.UIPop_Tail{position:absolute;content:"";bottom:-8px;border:8px solid transparent;border-top-color:#fff;border-bottom-width:0;width:0;left:20%;-webkit-transform:scaleX(.5) skewX(45deg);transform:scaleX(.5) skewX(45deg)}.UIPop._light{background-color:#38afeb;-webkit-box-shadow:0 2px 6px rgba(56,175,235,.16);box-shadow:0 2px 6px rgba(56,175,235,.16)}.UIPop._light .UIPop_Tail{border-top-color:#38afeb}.UIPop._warning{background-color:#e6a722;-webkit-box-shadow:0 2px 6px rgba(230,167,34,.24);box-shadow:0 2px 6px rgba(230,167,34,.24)}.UIPop._warning .UIPop_Tail{border-top-color:#e6a722}.UIPop._danger{background-color:#cb0a39;-webkit-box-shadow:0 2px 6px rgba(203,10,57,.16);box-shadow:0 2px 6px rgba(203,10,57,.16)}.UIPop._danger .UIPop_Tail{border-top-color:#cb0a39}.UIPop._special{background-color:#c8b78c;-webkit-box-shadow:0 2px 6px rgba(200,183,140,.24);box-shadow:0 2px 6px rgba(200,183,140,.24)}.UIPop._special .UIPop_Tail{border-top-color:#c8b78c}.UIPop._recommend{background-color:#eb6779;-webkit-box-shadow:0 2px 6px rgba(235,103,121,.16);box-shadow:0 2px 6px rgba(235,103,121,.16)}.UIPop._recommend .UIPop_Tail{border-top-color:#eb6779}.UIPop._invalid{background-color:#babec2;-webkit-box-shadow:0 2px 6px rgba(186,190,194,.16);box-shadow:0 2px 6px rgba(186,190,194,.16)}.UIPop._invalid .UIPop_Tail{border-top-color:#babec2}.UITicketEventInfoSP{position:relative}.UITicketEventInfoSP ._white{color:#fff}.UITicketEventInfoSP_Label{display:block;font-size:1.1rem;font-weight:700;line-height:1;min-height:12px;color:#868a8f}.xs .UITicketEventInfoSP_Label{font-size:1.1rem}.UITicketEventInfoSP_Label._white{color:#fff}.m .UITicketEventInfoSP_Label._payment{font-size:1.4rem}.UITicketEventInfoSP_Label._myticketPc{font-size:1.2rem;font-family:BlinkMacSystemFont,Helvetica Neue,"\30D2\30E9\30AE\30CE\89D2\30B4   ProN",Hiragino Kaku Gothic ProN,"\6E38\30B4\30B7\30C3\30AF   Medium",Yu Gothic Medium,"\6E38\30B4\30B7\30C3\30AF\4F53",YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif;font-weight:400}.UITicketEventInfoSP_ActivityImg{background-repeat:none;background-size:cover;background-position:50%;position:relative;background:#f7f7f7;-webkit-box-flex:100px;-ms-flex:100px 0 0px;flex:100px 0 0;height:75px;margin-right:16px}.UITicketEventInfoSP_ActivityImg_Inner{position:absolute;top:0;left:0;bottom:0;right:0}.UITicketEventInfoSP_Main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:1;margin-top:-8px}.UITicketEventInfoSP_Main._payment{margin-top:4px}.m .UITicketEventInfoSP_Main._payment{margin-top:8px}.UITicketEventInfoSP_Main._black{margin-top:6px}.UITicketEventInfoSP_Main._myticketPc{margin-top:10px}.UITicketEventInfoSP_Main_Date{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:2.9rem;font-weight:400;font-family:Oswald,sans-serif;padding-bottom:5px}.xs .UITicketEventInfoSP_Main_Date{font-size:2.4rem}.m .UITicketEventInfoSP_Main_Date._payment{font-size:4rem;height:40px;padding-bottom:0}.UITicketEventInfoSP_Main_Date._myticketPc{font-size:2.9rem;font-weight:200;height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.UITicketEventInfoSP_Main_Date._black{height:36px}.UITicketEventInfoSP_Main_Week{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:1.4rem;padding-bottom:2.5px;padding-bottom:7.5px}.xs .UITicketEventInfoSP_Main_Week{font-size:1.3rem;padding-bottom:13.5px}.m .UITicketEventInfoSP_Main_Week._payment{font-size:2rem;height:22px;padding-bottom:0}.UITicketEventInfoSP_Main_Week._myticketPc{font-size:1.4rem;font-weight:400;padding-bottom:5.5px}.UITicketEventInfoSP_Main_Time{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:2.9rem;font-weight:400;font-family:Oswald,sans-serif;padding-left:4px;padding-bottom:5px}.xs .UITicketEventInfoSP_Main_Time{font-size:2.4rem}.m .UITicketEventInfoSP_Main_Time._payment{font-size:4rem;height:40px;padding-bottom:0}.UITicketEventInfoSP_Main_Time._myticketPc{font-size:2.9rem;font-weight:200;height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.UITicketEventInfoSP_Main_Time._black{height:36px}.UITicketEventInfoSP_Main_Time_Text{display:none}.UITicketEventInfoSP_Main_Time_Text._myticketPc{display:inline;font-size:1.3rem;font-family:BlinkMacSystemFont,Helvetica Neue,"\30D2\30E9\30AE\30CE\89D2\30B4   ProN",Hiragino Kaku Gothic ProN,"\6E38\30B4\30B7\30C3\30AF   Medium",Yu Gothic Medium,"\6E38\30B4\30B7\30C3\30AF\4F53",YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif;font-weight:400}.UITicketEventInfoSP_Main_Venue{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:1.2rem;font-weight:700;line-height:1.2;padding-left:6px;padding-bottom:5px}.xs .UITicketEventInfoSP_Main_Venue{font-size:1.1rem;padding-left:4px}.m .UITicketEventInfoSP_Main_Venue._payment{font-size:1.5rem;position:relative;top:3px;padding-top:5px}.UITicketEventInfoSP_Main_Venue._myticketPc{font-size:1.2rem;font-weight:400;line-height:1.1}.UITicketEventInfoSP_Main_Logo{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-top:0;padding-bottom:5px}.m .UITicketEventInfoSP_Main_Logo{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-left:12px;padding-top:0}.m .UITicketEventInfoSP_Main_Logo._payment{height:45px;position:relative;top:-33px}.UITicketEventInfoSP_Main_Logo._myticketPc{padding-top:0;height:36px;position:relative;top:-10px}.UITicketEventInfoSP_Main_Logo._black{height:36px;position:relative;top:-22px;padding-top:10px}.UITicketEventInfoSP_Main_Logo>*{line-height:28px}.m .UITicketEventInfoSP_Main_Logo>._payment{line-height:3.6rem}.UITicketEventInfoSP_Main_Logo>._myticketPc{line-height:2.4rem}.UITicketEventInfoSP_Main_Logo_Img{display:inline-block;width:42px;height:36px;-webkit-transform:translateY(10px);transform:translateY(10px)}.UITicketEventInfoSP_Main_Logo_Img._isDistributed{opacity:.4}.xs .UITicketEventInfoSP_Main_Logo_Img{width:36px;height:32px}.m .UITicketEventInfoSP_Main_Logo_Img._payment{width:56px;height:56px;-webkit-transform:translateY(20px);transform:translateY(20px)}.UITicketEventInfoSP_Main_Logo_Img._myticketPc{width:40px;-webkit-transform:translateY(10px);transform:translateY(10px)}.UITicketEventInfoSP_Main_Logo_Img._bgwhite{margin-left:4px;background-color:#fff}.UITicketEventInfoSP_Main_Logo_Vs{font-size:1.4rem;font-family:Oswald,sans-serif;font-weight:400;margin-left:4px}.xs .UITicketEventInfoSP_Main_Logo_Vs{font-size:1.2rem}.m .UITicketEventInfoSP_Main_Logo_Vs._payment{font-size:1.6rem}.UITicketEventInfoSP_Main_Logo_Vs._myticketPc{font-size:1.3rem;font-family:BlinkMacSystemFont,Helvetica Neue,"\30D2\30E9\30AE\30CE\89D2\30B4   ProN",Hiragino Kaku Gothic ProN,"\6E38\30B4\30B7\30C3\30AF   Medium",Yu Gothic Medium,"\6E38\30B4\30B7\30C3\30AF\4F53",YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif;font-weight:400}.UITicketEventInfoSP_Main_Logo_Name{display:none;font-size:1.3rem;font-weight:700;margin-left:10px}.m .UITicketEventInfoSP_Main_Logo_Name,.UITicketEventInfoSP_Main_Logo_Name._payment{display:inline}.m .UITicketEventInfoSP_Main_Logo_Name._payment{font-size:1.6rem}.UITicketEventInfoSP_Main_Logo_Name._myticketPc{font-size:1.3rem;font-family:BlinkMacSystemFont,Helvetica Neue,"\30D2\30E9\30AE\30CE\89D2\30B4   ProN",Hiragino Kaku Gothic ProN,"\6E38\30B4\30B7\30C3\30AF   Medium",Yu Gothic Medium,"\6E38\30B4\30B7\30C3\30AF\4F53",YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif;font-weight:400;display:inline;margin-left:6px}.UITicketEventInfoSP_Main_ActivityInfo{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.m .UITicketEventInfoSP_Main_ActivityInfo{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.UITicketEventInfoSP_Main_ActivityInfo_Text_ActivityName{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:2.4rem;font-weight:600;padding-bottom:5px}.xs .UITicketEventInfoSP_Main_ActivityInfo_Text_ActivityName{font-size:2rem}.UITicketEventInfoSP_Main_ActivityInfo_Text_ActivityName._myticketPc{font-size:3rem}.UITicketEventInfoSP_Main_ActivityInfo_Text_ActivityName._noSubTitle{margin-top:12px}.UITicketEventInfoSP_Main_ActivityInfo_Text_ActivityDateInfo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.UITicketEventInfoSP_Main_ActivityInfo_Text_ActivityDateInfo_Date{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:2.4rem;font-weight:400;font-family:Oswald,sans-serif}.xs .UITicketEventInfoSP_Main_ActivityInfo_Text_ActivityDateInfo_Date{font-size:2rem}.UITicketEventInfoSP_Main_ActivityInfo_Text_ActivityDateInfo_Week{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:1.3rem;font-weight:700;padding-bottom:2.5px}.xs .UITicketEventInfoSP_Main_ActivityInfo_Text_ActivityDateInfo_Week{font-size:1.3rem;padding-bottom:1px}.UITicketEventInfoSP_Main_ActivityInfo_Text_ActivityDateInfo_Time{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:2.4rem;font-weight:400;font-family:Oswald,sans-serif;padding-left:4px}.xs .UITicketEventInfoSP_Main_ActivityInfo_Text_ActivityDateInfo_Time{font-size:2rem}.UITicketEventInfoSP_Main_ActivityInfo_Text_ActivityDateInfo_Time._endTime{padding-left:0}.UITicketEventInfoSP_Main_ActivityInfo_ActivityDetailButton{margin-right:16px}.m .UITicketEventInfoSP_Main_ActivityInfo_ActivityDetailButton{margin-right:1px}.UITicketEventInfoSP_Main_ActivityInfo_ActivityDetailButton img{width:20px}.UITicketEventInfoSP_Consective{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.UITicketEventInfoSP_Consective_Logo{-webkit-box-flex:0;-ms-flex:0 0 55px;flex:0 0 55px}.xs .UITicketEventInfoSP_Consective_Logo{-webkit-box-flex:0;-ms-flex:0 0 35px;flex:0 0 35px}.UITicketEventInfoSP_Consective_Logo_Team{width:55px;height:55px}.xs .UITicketEventInfoSP_Consective_Logo_Team{width:35px;height:35px}.UITicketEventInfoSP_Consective_Info{text-align:left;-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 74px);flex:0 0 calc(100% - 74px)}.m .UITicketEventInfoSP_Consective_Info{margin-left:14px}.UITicketEventInfoSP_Consective_Info_Day{font-family:Orbitron,sans-serif;font-size:2rem;font-weight:600;display:inline-block}.m .UITicketEventInfoSP_Consective_Info_Day{font-size:3rem}.UITicketEventInfoSP_Consective_Info_Day span,.xs .UITicketEventInfoSP_Consective_Info_Day{font-size:1.6rem}.m .UITicketEventInfoSP_Consective_Info_Day span{font-size:2rem}.xs .UITicketEventInfoSP_Consective_Info_Day span{font-size:1.2rem}.UITicketEventInfoSP_Consective_Info_Day span._week{font-size:1.3rem;margin:0 -5px;display:inline-block}.m .UITicketEventInfoSP_Consective_Info_Day span._week{font-size:1.5rem}.UITicketEventInfoSP_Consective_Info_Day span._hypen{background:#000;width:8px;height:3px;margin:0 5px;display:inline-block;vertical-align:middle}.m .UITicketEventInfoSP_Consective_Info_Day span._hypen{width:10px;height:4px}.UITicketEventInfoSP_Consective_Info_Venue{font-size:1.1rem;display:inline-block;margin-left:6px}.m .UITicketEventInfoSP_Consective_Info_Venue{font-size:1.4rem}.UITicketEventInfoSP_Consective_Info_SubTitle{font-size:1.2rem}.xs .UITicketEventInfoSP_Consective_Info_SubTitle{font-size:1.1rem}.UITicketEventInfoSP_Consective_Info_Venue{color:#666;font-size:1.2rem}._myticketPc .UITicketEventInfoSP_Consective_Info_Venue{font-size:1.4rem}.UITicketEventInfoSP_Consective_Name{font-size:1.4rem;font-weight:700;margin-top:4px}.m .UITicketEventInfoSP_Consective_Name{margin-top:6px;font-size:1.8rem}.xs .UITicketEventInfoSP_Consective_Name{font-size:1.1rem;margin-top:0}.UITicketParkingInfo{text-align:left;font-size:1.4rem;line-height:1.3}.UITicketParkingInfo_Name{font-size:1.6rem}.m .UITicketParkingInfo_Name{font-weight:700}.xs .UITicketParkingInfo_Name{font-size:1.4rem;line-height:1}.UITicketParkingInfo_Label{-webkit-box-flex:0;-ms-flex:0 0 66px;flex:0 0 66px;font-size:1.1rem;color:#868a8f}.m .UITicketParkingInfo_Label{font-size:1.3rem}.UITicketParkingInfo_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem;line-height:1.3;width:100%}.UITicketParkingInfo_Notice{color:#cb0a39;text-decoration:underline;cursor:pointer}.m .UITicketParkingInfo_Notice,.UITicketParkingInfo_Notice{margin-top:12px;font-size:1.2rem}.UITicketParkingInfo_DescLink{margin-top:6px}.UITicketParkingInfo_DescLink span{font-size:1.2rem;color:#686b70;text-decoration:underline;vertical-align:middle}.UITicketParkingInfo_DescLink img{vertical-align:middle;margin-left:5px}.UITicketParkingInfo_VehicleNumber{position:absolute;bottom:16px;right:16px;border:1px solid #ced2d6;border-radius:4px;padding:6px 10px;color:#0e4a28;text-align:center}.m .UITicketParkingInfo_VehicleNumber{bottom:40px;right:auto;left:16px}.UITicketParkingInfo_VehicleNumber_Bottom,.UITicketParkingInfo_VehicleNumber_Top{font-size:1.2rem}.UITicketParkingInfo_VehicleNumber_Bottom span{font-size:2rem}.UIOptionBalloonTip{font-size:1.3rem;color:#fff;width:290px;background:#eb6779;text-align:center;line-height:2;border-radius:6px}.m .UIOptionBalloonTip{width:217px}.xs .UIOptionBalloonTip{font-size:1.2rem;width:270px}.UIOptionBalloonTip img,.UIOptionBalloonTip span{vertical-align:middle;display:inline-block}.UIOptionBalloonTip span{margin-left:4px}.UIOptionBalloonTip:after{display:none;content:"";width:0;height:0;border-style:solid;border-width:10px 5px 0 5px;border-color:#eb6779 transparent transparent transparent;position:absolute;top:25px;left:0;right:0;margin:auto}.m .UIOptionBalloonTip:after{display:block}.addOptionBalloon-enter-active,.addOptionBalloon-leave-active{-webkit-transition:.3s;transition:.3s}.addOptionBalloon-enter{opacity:0}.addOptionBalloon-enter-to{opacity:1}.addOptionBalloon-leave-to{opacity:0}.UITicketItem{position:relative;float:left;padding:0 8px}.xs .UITicketItem{padding:0 6px}.UITicketItem_NewPop{position:absolute;z-index:1;top:-8px;left:4px}.UITicketItem_Num{font-family:Oswald,sans-serif}.UITicketItem_Card{position:relative;height:100%;background:#fff;-webkit-transition:opacity .2s linear;transition:opacity .2s linear;border-radius:6px;overflow:hidden}.UITicketItem_Card._hide{opacity:0}.UITicketItem_Card._disabled{pointer-events:none}.UITicketItem_Card._isSeason{background:-webkit-gradient(linear,left top,right top,from(#dee4ea),to(#f6fcff));background:linear-gradient(90deg,#dee4ea,#f6fcff)}.UITicketItem_Card_Body{height:100%}.UITicketItem_Card_Body._isDistributed:before{content:"";display:block;width:100%;height:100%;background:rgba(0,0,0,.16);position:absolute;top:0;left:0;z-index:1;pointer-events:none}.UITicketItem_Card_Body_Visual{width:100%;height:149px;position:relative;background-repeat:no-repeat;background-size:cover;background-position:bottom}.xs .UITicketItem_Card_Body_Visual{height:144px}.UITicketItem_Card_Body_Visual_RightTop{position:absolute;top:12px;right:12px;z-index:2}.UITicketItem_Card_Body_Visual_RightTop_Info{display:inline-block;width:22px;vertical-align:middle;margin-left:6px}.UITicketItem_Card_Body_Visual_RightTop_Invitation{display:inline-block;vertical-align:middle;border:1px solid #fff;border-radius:20px;color:#fff;font-size:1.4rem;padding:4px 8px}.UITicketItem_Card_Body_Visual_RightTop_Invitation._isResale{padding:3px 5px}.xs .UITicketItem_Card_Body_Visual_RightTop_Invitation{font-size:1rem;padding:3px 5px}._small .UITicketItem_Card_Body_Visual_RightTop_Invitation{font-size:1rem}.UITicketItem_Card_Body_Visual_Inner{height:100%;background-repeat:no-repeat;background-size:cover;background-position:bottom}.UITicketItem_Card_Body_Visual_Inner_SeatTypeMark{width:90px;-webkit-box-sizing:border-box;box-sizing:border-box;border-left:20px solid transparent;position:absolute;bottom:0;right:0}.UITicketItem_Card_Body_Visual_Inner_SeatTypeMark img{position:absolute;top:7px;left:0;right:4px;margin:auto;height:45px}.UITicketItem_Card_Body_Visual_Inner_Qr{width:97px;position:absolute;top:30px;left:0;right:0;margin:auto}.xs .UITicketItem_Card_Body_Visual_Inner_Qr{top:24px}.UITicketItem_Card_Body_Visual_Inner_Qr_Item{width:97px;height:97px;background:url(/images/tickets/bg-qr.png) repeat;border-radius:3px;overflow:hidden;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.16);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UITicketItem_Card_Body_Visual_Inner_Qr_Item svg{width:81px;height:81px}.UITicketItem_Card_Body_Visual_Inner_Qr_Time{background:#000;color:#fff;text-align:center}.UITicketItem_Card_Body_Visual_Inner_Qr_SevenText{position:absolute;top:0;left:0;padding:12px 2px 0;text-align:center;font-size:1.2rem;width:100%;height:100%;color:#c00;background:hsla(0,0%,100%,.8);border-radius:3px}.UITicketItem_Card_Body_Visual_Inner_Qr_SevenText_Time{font-family:Oswald,sans-serif}.UITicketItem_Card_Body_Visual_Inner_Qr_Label{position:absolute;top:-16px;left:0;right:0;margin:auto}.UITicketItem_Card_Body_Event{padding:8px 12px 0 12px;position:relative;min-height:64px}.xs .UITicketItem_Card_Body_Event{min-height:60px}.UITicketItem_Card_Body_Event._privilege{background:none;color:#333}.UITicketItem_Card_Body_Border{border-bottom:1px solid #d3d8e0;display:block;margin:0 12px}.UITicketItem_Card_Body_Detail{position:relative;padding:3px 12px 6px;height:114px}.xs .UITicketItem_Card_Body_Detail{padding:4px 12px 0;height:80px}.UITicketItem_Card_Body_Detail._isSeason:after,.UITicketItem_Card_Body_Detail._isSeason:before{background:#212224}.UITicketItem_Card_Body_Detail._isPrivilege{border-top:1px dotted #868a8f}.UITicketItem_Card_Body_Detail._isPrivilege:after,.UITicketItem_Card_Body_Detail._isPrivilege:before{display:none}.UITicketItem_Card_Body_Detail_ConfirmText{color:#cb0a39;font-size:1.2rem;text-decoration:underline;margin-top:10px}.UITicketItem_NotAvailable{width:92%;border-radius:4px;margin:0 auto;z-index:1;position:absolute;bottom:16px;padding:8px 12px;left:0;right:0;font-size:12px;background:#c00;color:#fff}.UITicketItem_NotAvailable span{font-weight:700}.UITicketItem_BtnArea{z-index:1;position:absolute;bottom:16px;padding:0 8px;width:100%}.xs .UITicketItem_BtnArea{bottom:12px}.UITicketItem_BtnArea_Change{position:relative}.UITicketItem_BtnArea_AddOptionBalloon{z-index:2;position:absolute;top:-35px;left:0;right:0;margin:auto}.UITicketItem_BtnArea_Item{max-width:240px!important;width:100%}.UITicketItem_BtnArea_Item._resale{border:none}.UITicketItem_BtnArea_Item._inherit{background:inherit}.UITicketItem_BtnArea_Item._vehicle{font-size:1.3rem}.xs .UITicketItem_BtnArea_Item{max-width:200px!important}.UITicketItem_BtnArea_Item_Unsold{z-index:2;position:absolute;top:-30px;left:49px;margin:auto;font-size:1.3rem;color:#fff;width:210px;background:#c00;text-align:center;line-height:2;border-radius:6px}.UITicketItem_BtnArea_Item_Unsold img,.UITicketItem_BtnArea_Item_Unsold span{vertical-align:middle;display:inline-block}.UITicketItem_BtnArea_Item_Unsold span{margin-left:4px}.UITicketItem_BtnArea_Item_Unsold:after{content:"";width:0;height:0;border-style:solid;border-width:10px 5px 0 5px;border-color:#c00 transparent transparent transparent;position:absolute;top:25px;left:0;right:0;margin:auto}.UITicketItem_BtnArea_Item_Unsold._left:after{left:20px;right:auto}.UITicketItem_BtnArea_UsedTime{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;left:0;right:0;bottom:16px;z-index:1;padding:0 16px;width:100%;font-size:1.2rem;color:#868a8f}.UITicketSlider_Nav{position:relative;margin:8px auto 0;z-index:1;pointer-events:none;-webkit-transition:opacity .1s linear;transition:opacity .1s linear}.UITicketSlider_Nav._hide{opacity:0}.UITicketSlider_List{margin:12px auto 0;position:relative;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;z-index:2}.UITicketSlider_List._enter{-webkit-transition:none;transition:none;-webkit-transform:translateY(140px);transform:translateY(140px);opacity:0}.UITicketSlider_List_Item{position:relative;-webkit-transition:all .4s ease-out;transition:all .4s ease-out}.UITicketSlider_List_Item._loop{-webkit-transition:all .15s ease-out;transition:all .15s ease-out}.UITicketSlider_List_Item._press{-webkit-transition:none;transition:none}.UITicketSlider_Slider{position:absolute;overflow:visible;width:100%}.UITicketSlider_ScrollBar{pointer-events:none;position:absolute;right:-3px;top:20px;bottom:20px;width:4px;opacity:0;-webkit-transition:opacity .1s linear;transition:opacity .1s linear}.UITicketSlider_ScrollBar._visible{opacity:1}.UITicketItemPc{position:relative;float:left;padding-left:12px;padding-right:12px}.UITicketItemPc_NewPop{position:absolute;z-index:1;top:-8px;left:4px}.UITicketItemPc_Num{font-family:Oswald,sans-serif}.UITicketItemPc_Card{position:relative;width:100%;height:100%;background:#fff;-webkit-transition:opacity .2s linear;transition:opacity .2s linear;border-radius:6px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.06),0 12px 14px rgba(0,0,0,.06);box-shadow:0 1px 3px rgba(0,0,0,.06),0 12px 14px rgba(0,0,0,.06)}.UITicketItemPc_Card._hide{opacity:0}.UITicketItemPc_Card._disabled{pointer-events:none;opacity:.6}.UITicketItemPc_Card._isSeason:after,.UITicketItemPc_Card._isSeason:before{background:#212224}.UITicketItemPc_Card_Body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100%}.UITicketItemPc_Card_Body._isDistributed:before{content:"";display:block;width:100%;height:100%;background:rgba(0,0,0,.16);position:absolute;top:0;left:0;z-index:1}.UITicketItemPc_Card_Body_Visual{-webkit-box-flex:0;-ms-flex:0 0 192px;flex:0 0 192px;position:relative}.UITicketItemPc_Card_Body_Visual,.UITicketItemPc_Card_Body_Visual_Inner{height:100%;background-repeat:no-repeat;background-size:cover;background-position:bottom}.UITicketItemPc_Card_Body_Visual_Inner_SeatTypeMark{width:90px;-webkit-box-sizing:border-box;box-sizing:border-box;border-left:20px solid transparent;position:absolute;bottom:0;right:0}.UITicketItemPc_Card_Body_Visual_Inner_SeatTypeMark img{position:absolute;top:7px;left:0;right:4px;margin:auto;height:45px}.UITicketItemPc_Card_Body_Visual_Inner_Qr{width:97px;height:97px;position:absolute;top:50%;left:0;right:0;bottom:0;margin:-45px auto 0}.UITicketItemPc_Card_Body_Visual_Inner_Qr_Item{width:97px;height:97px;background:url(/images/tickets/bg-qr.png) repeat;border-radius:3px;overflow:hidden;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.16);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UITicketItemPc_Card_Body_Visual_Inner_Qr_Item svg{width:81px;height:81px}.UITicketItemPc_Card_Body_Visual_Inner_Qr_Time{background:#000;color:#fff;text-align:center}.UITicketItemPc_Card_Body_Visual_Inner_Qr_SevenText{position:absolute;top:0;left:0;padding:12px 2px 0;text-align:center;font-size:1.2rem;width:100%;height:100%;color:#c00;background:hsla(0,0%,100%,.8);border-radius:3px}.UITicketItemPc_Card_Body_Visual_Inner_Qr_SevenText_Time{font-family:Oswald,sans-serif}.UITicketItemPc_Card_Body_Visual_Inner_Label{position:absolute;top:-16px;left:0;right:0;margin:auto}.UITicketItemPc_Card_Body_Detail{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;position:relative;padding:16px}.UITicketItemPc_Card_Body_Detail_Event{padding-bottom:12px;border-bottom:1px solid #d3d8e0}.UITicketItemPc_Card_Body_Detail_Event._isDistributed{opacity:.4}.UITicketItemPc_Card_Body_Detail_ActivityInfo,.UITicketItemPc_Card_Body_Detail_SeatInfo{margin-top:24px}.UITicketItemPc_Card_Body_Detail_ActivityInfo._isDistributed,.UITicketItemPc_Card_Body_Detail_SeatInfo._isDistributed{opacity:.4}.UITicketItemPc_Card_Body_Detail_ActivityInfo._privilege,.UITicketItemPc_Card_Body_Detail_SeatInfo._privilege{margin-top:12px}.UITicketItemPc_Card_Body_Detail_RightTop{position:absolute;top:16px;right:16px;z-index:1}.UITicketItemPc_Card_Body_Detail_RightTop_Info{display:inline-block;vertical-align:middle;margin-left:6px;width:22px}.UITicketItemPc_Card_Body_Detail_RightTop_Info img{cursor:pointer}.UITicketItemPc_Card_Body_Detail_RightTop_Invitation{display:inline-block;vertical-align:middle;border:1px solid #868a8f;border-radius:20px;color:#868a8f;font-size:1.4rem;padding:4px 8px}.UITicketItemPc_Card_Body_Detail_RightTop_Invitation._isDistributed{opacity:.4}.UITicketItemPc_Card_Body_Detail_ConfirmText{color:#cb0a39;font-size:1.3rem;text-decoration:underline;margin-top:10px;cursor:pointer}.UITicketItemPc_Card_Body_NotAvailable{border-radius:4px;margin:0 auto;z-index:1;position:absolute;bottom:16px;padding:8px 12px;right:16px;font-size:12px;background:#c00;display:inline-block;color:#fff}.UITicketItemPc_Card_Body_NotAvailable span{font-weight:700}.UITicketItemPc_Card_Body_BtnArea{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;left:0;right:0;bottom:16px;z-index:1;padding:0 8px;width:100%}.UITicketItemPc_Card_Body_BtnArea>div{-webkit-box-flex:0;-ms-flex:0 0 96px;flex:0 0 96px}.UITicketItemPc_Card_Body_BtnArea>div>button{width:100%;max-width:100%!important}.UITicketItemPc_Card_Body_BtnArea_Change{position:relative}.UITicketItemPc_Card_Body_BtnArea_Change_AddOptionBalloon{z-index:2;position:absolute;top:-35px;right:-62px;margin:auto}.UITicketItemPc_Card_Body_BtnArea_Wide{-webkit-box-flex:0!important;-ms-flex:0 0 132px!important;flex:0 0 132px!important;position:relative}.UITicketItemPc_Card_Body_BtnArea_Wide_Unsold{z-index:2;position:absolute;top:-35px;right:0;margin:auto;font-size:1.3rem;color:#fff;width:210px;background:#c00;text-align:center;line-height:2;border-radius:6px}.UITicketItemPc_Card_Body_BtnArea_Wide_Unsold img,.UITicketItemPc_Card_Body_BtnArea_Wide_Unsold span{vertical-align:middle;display:inline-block}.UITicketItemPc_Card_Body_BtnArea_Wide_Unsold span{margin-left:4px}.UITicketItemPc_Card_Body_BtnArea_Wide_Unsold:after{content:"";width:0;height:0;border-style:solid;border-width:10px 5px 0 5px;border-color:#c00 transparent transparent transparent;position:absolute;top:25px;right:30px;margin:auto}.UITicketItemPc_Card_Body_BtnArea_Item._change{border:none}.UITicketItemPc_Card_Body_UsedTime{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;left:0;right:0;bottom:16px;z-index:1;padding:0 16px;width:100%;font-size:1.2rem;color:#868a8f}.UITicketAccordion_Button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:12px 16px;border-radius:3px;text-align:left;background-color:hsla(0,0%,100%,.98);-webkit-box-shadow:0 12px 14px 0 rgba(0,0,0,.04);box-shadow:0 12px 14px 0 rgba(0,0,0,.04);position:relative}.UITicketAccordion_Button_Date{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;color:#000}.UITicketAccordion_Button_Date._isPeriodDisplay{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px}.UITicketAccordion_Button_Date._sat{color:#006298}.UITicketAccordion_Button_Date._sun{color:#c00}.UITicketAccordion_Button_Date._dateOnly{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.UITicketAccordion_Button_Date_Day{display:inline-block;font-family:Orbitron,sans-serif;font-size:2rem;font-weight:600;line-height:1;vertical-align:bottom}.UITicketAccordion_Button_Date_Day span{font-size:1.6rem;letter-spacing:2px}.UITicketAccordion_Button_Date_Week{display:inline-block;padding-bottom:2px;padding-left:2px;font-size:1.3rem;font-weight:700;line-height:1;vertical-align:bottom}.UITicketAccordion_Button_Activity{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UITicketAccordion_Button_Activity_Name{font-size:1.3rem;line-height:1.4;padding-left:4px}.UITicketAccordion_Button_Activity_Img{width:40px;height:36px;display:inline-block}.UITicketAccordion_Button_Parking{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UITicketAccordion_Button_Parking_Name{font-size:1.3rem;line-height:1.4;padding-left:4px}.UITicketAccordion_Button_Parking_Img{width:40px;height:36px;display:inline-block}.UITicketAccordion_Button_Vs{-webkit-box-flex:0;-ms-flex:0 0 280px;flex:0 0 280px}.UITicketAccordion_Button_Vs_Logo{width:40px;height:36px;display:inline-block;vertical-align:middle}.UITicketAccordion_Button_Vs_Text{font-size:1.4rem;font-family:Oswald,sans-serif;font-weight:400;vertical-align:middle;padding-right:5px}.UITicketAccordion_Button_Vs_Name{font-size:1.3rem;vertical-align:middle;padding-left:4px;line-height:1.4}.UITicketAccordion_Button_Time{-webkit-box-flex:0;-ms-flex:0 0 56px;flex:0 0 56px;font-family:Orbitron,sans-serif;font-size:1.8rem;font-weight:600;line-height:1}.UITicketAccordion_Button_Venue{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem;line-height:1.4;padding-right:16px}.UITicketAccordion_Button_Venue._PassTicket{margin-left:56px}.UITicketAccordion_Button_Arrow{position:absolute;top:0;bottom:0;margin:auto;right:16px;height:24px;width:24px;background-image:url(/images/arrow/arrow-down-gray.png);background-position:50%;background-repeat:no-repeat;background-size:24px auto}.UITicketAccordion_Button_Consective{-webkit-box-flex:0;-ms-flex:0 0 475px;flex:0 0 475px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UITicketAccordion_Button_Consective_Logo{width:32px;height:32px}.UITicketAccordion_Button_Consective_Center{margin-left:8px;-webkit-box-flex:0;-ms-flex:0 0 295px;flex:0 0 295px}.UITicketAccordion_Button_Consective_Center_SubTitle{font-size:1.2rem}.UITicketAccordion_Button_Consective_Center_Name{font-weight:700}.UITicketAccordion_Button_Consective_Venue{margin-left:16px}.UITicketAccordion_Body{position:relative;margin-left:-12px;margin-right:-12px}.UITicketSliderPc_List{position:relative}.UITicketSliderPc_List_Item{position:relative;-webkit-transition:all .4s ease-out;transition:all .4s ease-out}.UITicketSliderPc_List_Item+li{margin-top:16px}.UITicketSliderPc_List_Item_Accordion_Button._next{position:absolute;z-index:2;right:-4px}.UITicketSliderPc_List_Item_Accordion_Button._prev{position:absolute;z-index:2;left:-4px}.UITicketSliderPc_Slider{position:relative}.UITicketSliderPc_SliderTarget{position:relative;-webkit-transition:-webkit-transform .4s ease-out;transition:-webkit-transform .4s ease-out;transition:transform .4s ease-out;transition:transform .4s ease-out,-webkit-transform .4s ease-out}.UITicketSliderPc_SliderNav{margin-top:16px}.UITicketArchiveItem_Inner{min-height:52px;padding:8px 32px 8px 16px;background-color:hsla(0,0%,100%,.98);background-image:url(/images/arrow/arrow-right-gray.png);background-position:center right 12px;background-repeat:no-repeat;background-size:16px 16px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.06),0 12px 14px rgba(0,0,0,.06);box-shadow:0 1px 3px rgba(0,0,0,.06),0 12px 14px rgba(0,0,0,.06);border-radius:6px;cursor:pointer}.m .UITicketArchiveItem_Inner{-webkit-transition:all .1s ease;transition:all .1s ease}.xs .UITicketArchiveItem_Inner{padding:8px 24px 8px 12px}.m .UITicketArchiveItem_Inner:hover{background-color:#fceaee}.UITicketArchiveItem_Inner._disabled{background-image:none;cursor:auto;pointer-events:none}.UITicketArchiveItem_Label{font-size:1.2rem;line-height:1;color:#73767a}.xs .UITicketArchiveItem_Label{font-size:1.1rem}.UITicketArchiveItem_Label._myticketPc{font-size:1.2rem;font-family:BlinkMacSystemFont,Helvetica Neue,"\30D2\30E9\30AE\30CE\89D2\30B4   ProN",Hiragino Kaku Gothic ProN,"\6E38\30B4\30B7\30C3\30AF   Medium",Yu Gothic Medium,"\6E38\30B4\30B7\30C3\30AF\4F53",YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif;font-weight:400}.UITicketArchiveItem_Name{margin-top:4px;font-size:1.8rem;font-weight:700}.UITicketArchiveItem_Seasonvenue{margin-top:5px;color:#73767a;font-size:1.2rem}.UITicketArchiveItem_Seasondate{margin-top:15px;color:#73767a;font-size:1.2rem}.UITicketArchiveItem_Flex{min-height:36px}.UITicketArchiveItem_Date{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px;color:#000}.UITicketArchiveItem_Date._isPeriodDisplay{-webkit-box-flex:0;-ms-flex:0 0 164px;flex:0 0 164px}.UITicketArchiveItem_Date._sat{color:#cb0a39}.UITicketArchiveItem_Date._sun{color:#c00}.m .UITicketArchiveItem_Date{-webkit-box-flex:0;-ms-flex:0 0 96px;flex:0 0 96px}.m .UITicketArchiveItem_Date._isPeriodDisplay{-webkit-box-flex:0;-ms-flex:0 0 170px;flex:0 0 170px}.xs .UITicketArchiveItem_Date{-webkit-box-flex:0;-ms-flex:0 0 72px;flex:0 0 72px}.UITicketArchiveItem_Date_Day{display:inline-block;font-family:Orbitron,sans-serif;font-size:2rem;font-weight:600;line-height:1;vertical-align:bottom}.UITicketArchiveItem_Date_Day span{font-size:1.6rem}.m .UITicketArchiveItem_Date_Day{font-size:2.8rem}.xs .UITicketArchiveItem_Date_Day{font-size:2rem}.UITicketArchiveItem_Date_Week{display:inline-block;padding-bottom:1px;padding-left:2px;font-size:1.2rem;font-weight:700;line-height:1;vertical-align:bottom}.m .UITicketArchiveItem_Date_Week{font-size:1.4rem}.xs .UITicketArchiveItem_Date_Week{font-size:1.1rem;padding-left:4px;padding-right:6px}.UITicketArchiveItem_Time{display:none;-webkit-box-flex:0;-ms-flex:0 0 64px;flex:0 0 64px;font-family:Orbitron,sans-serif;font-size:1.8rem;font-weight:600;line-height:1}.m .UITicketArchiveItem_Time{display:block}.UITicketArchiveItem_Venue{-webkit-box-flex:0;-ms-flex:0 0 5em;flex:0 0 5em;font-size:1.2rem;line-height:1.32}.m .UITicketArchiveItem_Venue{-webkit-box-flex:0;-ms-flex:0 0 14em;flex:0 0 14em;font-size:1.4rem}.UITicketArchiveItem_Vs{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.UITicketArchiveItem_Vs_Logo{width:40px;height:auto;vertical-align:middle}.m .UITicketArchiveItem_Vs_Logo{width:48px;height:auto}.xs .UITicketArchiveItem_Vs_Logo{width:30px;height:auto}.UITicketArchiveItem_Vs_Score{font-size:2rem;font-family:Oswald,sans-serif;font-weight:400;vertical-align:middle;padding:0 4px}.m .UITicketArchiveItem_Vs_Score{font-size:2.4rem;padding:0 12px}.xs .UITicketArchiveItem_Vs_Score{font-size:1.8rem}.UITicketArchiveItem_Vs_Score._home{font-size:2.2rem}.m .UITicketArchiveItem_Vs_Score._home{font-size:2.8rem;padding:0 12px}.xs .UITicketArchiveItem_Vs_Score._home{font-size:2rem}.UITicketArchiveItem_Vs_Hypen{font-size:2rem;vertical-align:middle}.UITicketArchiveItem_Vs_Cancel{font-size:1.6rem;font-weight:700;margin:0 8px;vertical-align:middle}.m .UITicketArchiveItem_Vs_Cancel{margin:0 24px}.UITicketArchiveItem_Consective_Name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px}.m .UITicketArchiveItem_Consective_Name{max-width:600px}.UITicketArchive_List{margin-bottom:16px}.UITicketArchive_NoTicket{text-align:center;padding-top:260px;color:#fff}.pc .UITicketArchive_NoTicket{padding-top:170px}.UITicketArchive_SeasonYearTab{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:14px}.UITicketArchive_SeasonYearTab_Button{width:62px;height:24px;background:#000;border-radius:100px;color:#fff;margin-left:10px;text-align:center;line-height:1.7;font-size:1.2rem;font-weight:700;border:2px solid #000}.UITicketArchive_SeasonYearTab_Button:first-child{margin-left:0}.UITicketArchive_SeasonYearTab_Button._active{color:#000;border:2px solid #000;background:#fff;pointer-events:none}.UITicketActivityArchiveItem{width:calc(50% - 8px);max-width:calc(50% - 8px);height:auto;background-color:hsla(0,0%,100%,.98);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.06),0 12px 14px rgba(0,0,0,.06);box-shadow:0 1px 3px rgba(0,0,0,.06),0 12px 14px rgba(0,0,0,.06);border-radius:6px;overflow:hidden;cursor:pointer;-webkit-transition:all .1s ease;transition:all .1s ease}.m .UITicketActivityArchiveItem{width:49%;max-width:49%}.m .UITicketActivityArchiveItem:hover{background-color:#fceaee}.UITicketActivityArchiveItem._disabled{cursor:auto;pointer-events:none}.UITicketActivityArchiveItem_Detail{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 12px 3px 12px}.m .UITicketActivityArchiveItem_Detail{padding:8px 16px 8px 16px}.xs .UITicketActivityArchiveItem_Detail{padding:3px 8px}.UITicketActivityArchiveItem_Detail_Date{color:#000;margin-right:1rem;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.UITicketActivityArchiveItem_Detail_Date._sat{color:#cb0a39}.UITicketActivityArchiveItem_Detail_Date._sun{color:#c00}.xs .UITicketActivityArchiveItem_Detail_Date{margin-right:.5rem}.UITicketActivityArchiveItem_Detail_Date_Day{display:inline-block;font-family:Orbitron,sans-serif;font-size:2rem;font-weight:600;line-height:1;vertical-align:bottom}.m .UITicketActivityArchiveItem_Detail_Date_Day{font-size:2.8rem}.UITicketActivityArchiveItem_Detail_Date_Day .xs{font-size:1.8rem}.UITicketActivityArchiveItem_Detail_Date_Week{display:inline-block;padding-bottom:1px;font-size:1.1rem;padding-left:4px;font-weight:700;line-height:1;vertical-align:bottom}.m .UITicketActivityArchiveItem_Detail_Date_Week{font-size:1.4rem;padding-left:2px}.UITicketActivityArchiveItem_Detail_Date_Week .xs{font-size:1rem}.UITicketActivityArchiveItem_Detail_Name{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.2rem;line-height:1.32;padding:3px 0;color:#141414}.m .UITicketActivityArchiveItem_Detail_Name{font-size:1.4rem;padding:8px 0}.xs .UITicketActivityArchiveItem_Detail_Name{font-size:1rem}.UITicketActivityArchive_Box{width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;row-gap:12px}.m .UITicketActivityArchive_Box{row-gap:16px;padding:0 16px}.UITicketActivityArchive_Box:after{content:"";display:block;width:calc(50% - 8px);max-width:calc(50% - 8px);-webkit-box-sizing:border-box;box-sizing:border-box}.m .UITicketActivityArchive_Box :after{width:49%;max-width:49%}.UITicketActivityArchive_NoTicket{text-align:center;padding-top:170px;color:#fff}.PageTickets_Body{top:0!important;padding-top:68px}.PageTickets_Body._isPastTicket{overflow-x:hidden;position:inherit;padding-top:0}.PageTickets_Tab{position:absolute;z-index:2;top:22px;right:16px;width:92px}.m .PageTickets_OptionDetail{position:absolute;bottom:35px;top:0;left:0;right:0;margin:auto;z-index:2}.PageTickets_NoTicket{text-align:center;color:#fff;padding-top:160px}.pc .PageTickets_NoTicket{padding-top:220px}.PageTickets_Tip{right:12px;top:58px}.PageTicketInputReceptionNumber_List>div{margin-top:12px}.PageTicketInputReceptionNumber_List>div:first-of-type{margin-top:0}.PageTicketInputReceptionNumber_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.m .PageTicketInputReceptionNumber_List_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.PageTicketInputReceptionNumber_List_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .PageTicketInputReceptionNumber_List_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.PageTicketInputReceptionNumber_List_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.PageInvitation{background:#fff;padding-bottom:32px}.m .PageInvitation{padding-bottom:64px}.PageInvitation_Header{background:#000}.PageInvitation_Mv{width:100%;position:relative;overflow:hidden}.PageInvitation_Mv_SVG{width:100%;padding-top:52.6%;position:absolute;top:0;left:0;overflow:hidden}.PageInvitation_Mv_SVG svg{width:100%;height:100%;position:absolute;top:0;left:0}.PageInvitation_Mv img{max-width:800px;width:100%;margin:0 auto;display:block;position:relative}.PageInvitation_Cont{background:#e1e1e1;padding:24px 16px 20px}.PageInvitation_Cont_Inner{max-width:800px;margin:0 auto}.PageInvitation_Cont_Title{font-size:3rem;font-weight:700;text-align:center}.PageInvitation_Cont_Text{line-height:1.6;margin-top:16px;text-align:center}.PageInvitation_Cont_Box{margin-top:20px;padding-bottom:16px;border-radius:6px;overflow:hidden;background:#fff}.PageInvitation_Cont_Box_Info{height:200px;padding-top:14px;text-align:center;color:#fff;background:url(/images/_dummy/invitation_infoBg.png);background-size:cover}.PageInvitation_Cont_Box_Info_InvitationInfo{padding-top:50px}.PageInvitation_Cont_Box_Info_Date_Label{font-size:1.3rem}.PageInvitation_Cont_Box_Info_Date_Time{font-family:Oswald,sans-serif;font-size:3.2rem}.PageInvitation_Cont_Box_Info_Date_Time span{font-size:1.6rem}.PageInvitation_Cont_Box_Info_Date_Time span._hyphen{font-size:3rem}.PageInvitation_Cont_Box_Info_Team{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PageInvitation_Cont_Box_Info_Team_Logo_Img{width:70px;height:70px;margin:0 auto}.PageInvitation_Cont_Box_Info_Team_Logo span{font-size:1.1rem;display:block;margin-top:6px}.PageInvitation_Cont_Box_Info_Team_Vs{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px;font-size:3.5rem;font-family:Oswald,sans-serif}.PageInvitation_Cont_Box_Info_Team_Vs span{font-size:1.2rem;display:block}.PageInvitation_Cont_Box_Info_Consective{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:16px}.PageInvitation_Cont_Box_Info_Consective_Logo{-webkit-box-flex:0;-ms-flex:0 0 110px;flex:0 0 110px}.PageInvitation_Cont_Box_Info_Consective_Logo_Team{width:110px;height:110px}.PageInvitation_Cont_Box_Info_Consective_Info{text-align:left;margin-left:10px}.PageInvitation_Cont_Box_Info_Consective_Info_Day{font-family:Oswald,sans-serif;font-size:2rem;font-weight:600}.PageInvitation_Cont_Box_Info_Consective_Info_Day span{font-size:1.6rem}.PageInvitation_Cont_Box_Info_Consective_Info_Day span._week{font-size:1.3rem;-webkit-font-feature-settings:"palt";font-feature-settings:"palt"}.PageInvitation_Cont_Box_Info_Consective_Info_SubTitle{font-size:1.2rem}.PageInvitation_Cont_Box_Info_Consective_Info_Name{font-size:1.3rem;font-weight:700}.PageInvitation_Cont_Box_Info_Consective_Info_Venue{font-size:1.2rem;margin-top:10px}.PageInvitation_Cont_Box_List{padding:0 12px}.PageInvitation_Cont_Box_List_Item{padding:12px 0;border-bottom:1px dashed #868a8f;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.PageInvitation_Cont_Box_List_Item_Label{background:#868a8f;color:#fff;display:inline-block;font-size:1.2rem;padding:2px 0;width:60px;height:20px;text-align:center}.PageInvitation_Cont_Box_List_Item_Right{font-size:1.4rem;margin-left:8px}.PageInvitation_Cont_Box_List_Item_Right span{font-size:1.2rem;color:#868a8f}.PageInvitation_Cont_Box_Term{padding:0 12px;margin-top:16px;font-size:1.1rem;color:#868a8f}.PageInvitation_Use{text-align:center;padding:25px 16px 0}.m .PageInvitation_Use{padding:40px 16px 0}.PageInvitation_Use_Title{font-size:3rem;font-weight:700}.m .PageInvitation_Use_Title{margin-bottom:64px}.m .PageInvitation_Use_Item{display:inline-block;vertical-align:middle}.PageInvitation_Use_Item_Label{color:#000;font-family:Oswald,sans-serif;font-size:2rem;font-weight:700;margin-bottom:16px}.PageInvitation_Use_Item_Img{max-width:375px;width:100%;margin:16px auto 0}.PageInvitation_Use_Item_Text{font-size:1.3rem;margin-top:16px}.PageInvitation_Use_Arrow{margin:32px 0}.m .PageInvitation_Use_Arrow{vertical-align:middle;margin:0 32px}.PageInvitation_Button{letter-spacing:2px;width:312px}.UITextArea{-webkit-appearance:none;outline:none;width:100%;height:100px;border:1px solid #c4c8cc;font-size:1.4rem!important;padding:12px;border-radius:2px;resize:none;-webkit-transition:all .1s ease 0s;transition:all .1s ease 0s;font-family:BlinkMacSystemFont,Helvetica Neue,"\30D2\30E9\30AE\30CE\89D2\30B4   ProN",Hiragino Kaku Gothic ProN,"\6E38\30B4\30B7\30C3\30AF   Medium",Yu Gothic Medium,"\6E38\30B4\30B7\30C3\30AF\4F53",YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif}.UITextArea::-webkit-input-placeholder{color:#868a8f}.UITextArea::-moz-placeholder{color:#868a8f}.UITextArea:-ms-input-placeholder{color:#868a8f}.UITextArea::-ms-input-placeholder{color:#868a8f}.UITextArea::placeholder{color:#868a8f}.UITextArea:focus{-webkit-box-shadow:0 0 4px rgba(203,10,57,.16) inset;box-shadow:inset 0 0 4px rgba(203,10,57,.16)}.UITextArea:focus,.UITextArea:hover{border:1px solid #cb0a39}.PageApplication_Term{cursor:pointer}.PageApplication_List>div{margin-top:12px}.PageApplication_List>div:first-of-type{margin-top:0}.PageApplication_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.PageApplication_List_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:12px}.PageApplication_List_Item_Label>span{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.PageApplication_List_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.m .PageApplication_List_Item_Text._confirmation{padding-top:9px}.PageApplication_List_Item_Flex{display:inline-block;font-size:1.2rem;color:#868a8f}.PageApplication_List_Item_Flex p{display:inline-block}.PageApplication_List_Item_Flex p a{color:#868a8f;text-decoration:underline}.PageApplication_Checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.PageApplication_Checkbox_List{display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:16px;margin-bottom:6px;min-width:160px}.PageApplication_Checkbox_List_Text{line-height:1.5;-webkit-box-flex:1;-ms-flex:1;flex:1;cursor:pointer}.PageApplication_Checkbox_List_Text._checked{color:#cb0a39;font-weight:700}.PageApplication_Radio{-ms-flex-wrap:wrap;flex-wrap:wrap}.PageApplication_Radio,.PageApplication_Radio_List{display:-webkit-box;display:-ms-flexbox;display:flex}.PageApplication_Radio_List{padding-right:16px;margin-bottom:6px;min-width:160px}.PageApplication_Radio_List_Text{line-height:1.5;-webkit-box-flex:1;-ms-flex:1;flex:1;cursor:pointer}.PageApplication_Radio_List_Text._checked{color:#cb0a39;font-weight:700}.PageApplicationComplete_Title{font-size:1.6rem;font-weight:700;margin-bottom:12px;line-height:1.4;text-align:center}.PageApplicationComplete_Img{margin:0 auto 28px;display:block}.PageApplicationComplete_Text{font-size:1.4rem;line-height:1.3;margin-bottom:16px}.PageApplicationComplete_Text span{font-weight:700}.PageApplicationComplete_Number{width:228px;height:36px;border-radius:4px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto 16px;border:1px solid #ced2d6}.PageApplicationComplete_Number_Label{font-size:1.2rem;width:80px;height:100%;background:#ced2d6;text-align:center;color:#4e5052;line-height:3}.PageApplicationComplete_Number_Cont{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:1.4rem;text-align:center;line-height:2.4}.PageApplicationComplete_Term{color:#868a8f;font-size:1.1rem;line-height:1.4}.UIStockButton{vertical-align:middle}.UIShopItem{font-size:1.4rem;min-height:56px;height:56px;border-bottom:1px solid #d3d8e0;display:-webkit-box;display:-ms-flexbox;display:flex}.UIShopItem_Name{word-break:break-all;-webkit-box-flex:2;-ms-flex:2;flex:2}.UIShopItem_Price{text-align:right;padding-right:12px;-webkit-box-flex:1;-ms-flex:1;flex:1}.UIShopItem_Btn{-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px;max-width:90px}.PageShopItems_Header{padding:20px 0;text-align:center;font-size:1.4rem;font-weight:700;border-bottom:1px solid #e6e8eb}.PageShopItems_Header>._num{font-family:Orbitron,sans-serif;font-weight:600;font-size:2rem}.PageShopItems_Header>._middle{vertical-align:middle}.PageShopItems_List{padding:0 16px 0}.PageShopItems_Consective{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 16px}.PageShopItems_Consective_Logo{-webkit-box-flex:0;-ms-flex:0 0 110px;flex:0 0 110px}.PageShopItems_Consective_Logo_Team{width:110px;height:110px}.PageShopItems_Consective_Info{text-align:left;margin-left:10px;-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 120px);flex:0 0 calc(100% - 120px)}.PageShopItems_Consective_Info_Day{font-family:Orbitron,sans-serif;font-size:2rem;font-weight:600}.PageShopItems_Consective_Info_Day span{font-size:1.6rem}.PageShopItems_Consective_Info_Day span._week{font-size:1.3rem;-webkit-font-feature-settings:"palt";font-feature-settings:"palt"}.PageShopItems_Consective_Info_SubTitle{font-size:1.2rem}.PageShopItems_Consective_Info_Name{font-size:1.3rem;font-weight:700}.PageShopItems_Consective_Info_Venue{color:#666;font-size:1.2rem;margin-top:10px}.UIShopItemType{font-size:1.4rem;min-height:56px;height:56px;border-bottom:1px solid #d3d8e0;display:-webkit-box;display:-ms-flexbox;display:flex}.UIShopItemType_Name{word-break:break-all;-webkit-box-flex:3;-ms-flex:3;flex:3}.UIShopItemType_Price{text-align:right;padding-right:12px;-webkit-box-flex:1;-ms-flex:1;flex:1}.UIShopItemType_Btn{-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px;max-width:90px}.PageShopItemTypes_Header{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:20px 0;text-align:center;font-size:1.4rem;font-weight:700;border-bottom:1px solid #e6e8eb}.PageShopItemTypes_Header>._num{font-family:Orbitron,sans-serif;font-weight:600;font-size:2rem}.PageShopItemTypes_Header>._middle{vertical-align:middle}.PageShopItemTypes_Pankuzu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.4rem;font-weight:700}.PageShopItemTypes_Pankuzu_Arrow{margin:0 4px}.PageShopItemTypes_List{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:56px;border-bottom:1px solid #d3d8e0}.PageShopItemTypes_List_Left_Type{font-weight:700;width:100px;display:inline-block;vertical-align:middle;line-height:1.3}.PageShopItemTypes_List_Left_Price{vertical-align:middle;font-size:1.1rem;margin-left:18px;font-family:Orbitron,sans-serif;font-weight:600}.PageShopItemTypes_List_Right{margin:0}.PageShopItemTypes_List_Right_Wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PageShopItemTypes_List_Right_Wrap span{width:40px;text-align:center;font-family:Oswald,sans-serif;font-size:2.4rem}.PageShopItemTypes_Footer{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-bottom:20px}.UIFaqItem{-webkit-transition:height .3s;transition:height .3s}.UIFaqItem._opend{border-top:1px solid #d3d8e0}.PageFAQ_AnchorList{margin-bottom:16px}.PageFAQ_AnchorList li{background:#000;color:#fff;font-size:1.4rem;height:36px;padding:0 16px;font-display:bold;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:3px;margin-bottom:6px;text-decoration:none;cursor:pointer}.PageFAQ_Item{margin-bottom:12px;position:relative;-webkit-transition:.3s;transition:.3s}.PageFAQ_Item_Title{text-align:center;padding:16px 0;font-weight:700;border-bottom:1px solid #d3d8e0}.PageFAQ_Item_Question{padding:0 16px;border-bottom:1px solid #d3d8e0}.PageFAQ_Item_Question:last-child{border-bottom:none}.PageFAQ_Item_Question_Item{padding:16px 0;position:relative;cursor:pointer}.PageFAQ_Item_Question_Item_Arrow{position:absolute;top:0;right:0;bottom:0;margin:auto;margin-left:auto}.PageFAQ_Item_Question_Item_Label{font-family:Oswald,sans-serif;font-size:20px;vertical-align:middle}.PageFAQ_Item_Question_Item_Text{display:inline-block;max-width:calc(100% - 60px);vertical-align:middle;font-size:1.4rem;margin-left:16px;line-height:1.3}.PageFAQ_Item_Question_Answer{height:0;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 16px}.PageFAQ_Item_Question_Answer_Text{vertical-align:middle;font-size:1.4rem;line-height:1.5}.PageFAQ_Item_Question_Answer_Text span{color:#c00}.PageFAQ_Bottom button{font-size:1.2rem!important}.PageFAQ_EternalLink{text-decoration:none;width:100%;height:100%;display:block;padding-top:6px}.PageSettings_List li{height:56px;border-bottom:1px solid #d3d8e0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 16px}.PageSettings_List li:last-child{border-bottom:none}.m .PageSettings_List li{-webkit-transition:all .1s ease;transition:all .1s ease}.m .PageSettings_List li:hover{background-color:#fceaee}.PageSettings_List_Btn{font-size:1.4rem}.PageSettings_Delete{font-size:1.2rem;color:#868a8f;text-decoration:underline;display:inline-block;cursor:pointer}.PageNotice_Head{width:100%;background:#eee;padding:8px 16px}.PageNotice_Head button{display:block;border:1px solid #00214b;font-size:12px;color:#00214b;width:81px;height:22px;margin-left:auto;border-radius:60px;text-align:center;line-height:1.7;cursor:pointer}.PageNotice_List li{border-bottom:1px solid #d3d8e0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 16px}.PageNotice_List li:last-child{border-bottom:none}.m .PageNotice_List li{-webkit-transition:all .1s ease;transition:all .1s ease}.m .PageNotice_List li:hover{background-color:#fceaee}.PageNotice_List_Btn{font-size:1.4rem;height:auto!important}.m .PageNotice_List_Btn>div{display:-webkit-box;display:-ms-flexbox;display:flex}.PageNotice_List_Btn_New{color:#c00;margin-left:6px}.m .PageNotice_List_Btn_Date{-webkit-box-flex:145px;-ms-flex:145px 0 0px;flex:145px 0 0}.PageNotice_List_Btn_Title{margin-top:6px}.m .PageNotice_List_Btn_Title{margin-top:0}.PageNotice_List_NewArrival{width:10px;height:10px;border-radius:50%;background:#cb0a39;margin:auto 8px auto 0}.m .PageNotice_List_NewArrival{margin:auto 8px}.UILead{font-size:1.4rem;line-height:1.32}.PageContact_List>div{margin-top:12px}.PageContact_List>div:first-of-type{margin-top:0}.PageContact_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.m .PageContact_List_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.PageContact_List_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .PageContact_List_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.PageContact_List_Item_Label>span{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.PageContact_List_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.m .PageContact_List_Item_Text._confirmation{padding-top:9px}.PageContact_List_Flex{margin-left:-8px;margin-right:-8px}.PageContact_List_Flex>div{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;margin-top:0;padding:0 8px}.PageContactComplete{overflow-y:scroll;-webkit-overflow-scrolling:touch}.PageContactComplete_Term{font-size:1.3rem}.PageContactComplete_Term a{color:#000}.PageContactComplete_Body{overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;width:100%;padding:0 16px 48px}.PageContactComplete_Body_Title{font-size:1.6rem;font-weight:700;margin-bottom:12px;line-height:1.4}.PageContactComplete_Body_Text{font-size:1.4rem;line-height:1.3;margin-bottom:16px}.PageContactComplete_Body_Text span{font-weight:700}.PageContactComplete_Body_Term{color:#868a8f;font-size:1.1rem;line-height:1.4}.PageContactComplete_BtnArea{width:100%;margin-top:40px}.UISelectBoxEx_Select{border-radius:2px;border:1px solid #c4c8cc;width:100%;height:40px;font-size:1.4rem;padding-left:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;background:#fff url(/images/icon/arrow-down-gray.png) no-repeat;background-position:top 18px right 15px;background-size:15px auto;outline:none;cursor:pointer}.UISelectBoxEx_Select::-ms-expand{display:none}.UISelectBoxEx_Select._error{border:1px solid #c00}.UISelectBoxEx_Select:focus{border:1px solid #cb0a39;-webkit-box-shadow:0 0 4px rgba(203,10,57,.16) inset;box-shadow:inset 0 0 4px rgba(203,10,57,.16)}.UISelectBoxEx_Select:hover{border:1px solid #cb0a39}.UISelectBoxEx_Select:disabled{pointer-events:none;background:#d3d8e0}.UISelectBoxEx_ErrMsg{color:#c00;font-size:1.2rem;margin-top:6px}.PageAccountRegister_ImportantText{color:#c00}.PageAccountRegister_AuthCode_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .PageAccountRegister_AuthCode_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.PageAccountRegister_AuthCode_SendLink{text-decoration:underline;font-size:12px;margin-top:12px;color:#000;cursor:pointer;display:inline-block}.PageAccountRegister_SNS{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;padding:16px}.PageAccountRegister_SNS_Item{-webkit-box-flex:0;-ms-flex:0 0 72px;flex:0 0 72px;text-align:center;font-size:1.2rem}.PageAccountRegister_SNS_Item span{display:block;width:48px;height:48px;margin:0 auto 8px;overflow:hidden}.PageAccountRegister_SNS_Item img{display:block;width:100%;height:auto;cursor:pointer}.PageAccountRegister_TicketAccount_Item{margin-top:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.PageAccountRegister_TicketAccount_Item:first-of-type{margin-top:0}.m .PageAccountRegister_TicketAccount_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.PageAccountRegister_TicketAccount_Item_Flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PageAccountRegister_TicketAccount_Item_Flex._international{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-right:0!important;padding-top:10px}.PageAccountRegister_TicketAccount_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .PageAccountRegister_TicketAccount_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.PageAccountRegister_TicketAccount_Item_Label_Any{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.PageAccountRegister_TicketAccount_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.PageAccountRegister_TicketAccount_Item_Text._zipCode1{-webkit-box-flex:0;-ms-flex:0 0 64px;flex:0 0 64px}.m .PageAccountRegister_TicketAccount_Item_Text._zipCode1{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}.PageAccountRegister_TicketAccount_Item_Text._zipCode2{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.m .PageAccountRegister_TicketAccount_Item_Text._zipCode2{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px}.PageAccountRegister_TicketAccount_Item_Text._birth{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}.m .PageAccountRegister_TicketAccount_Item_Text._birth{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px}.PageAccountRegister_TicketAccount_Item_Notice{margin-top:8px;font-size:1.1rem;color:#868a8f}.m .PageAccountRegister_TicketAccount_Item_Notice{font-size:1.2rem}.PageAccountRegister_TicketAccount_Item_Notice_Link{text-decoration:underline;cursor:pointer}.PageAccountRegister_Term{margin-top:16px;font-size:1.2rem;color:#868a8f;text-decoration:underline;text-align:center}.PageAccountRegister_Term p{display:inline-block}.PageAccountRegister_Term p a{color:#868a8f}.PageAccountRegister_FC{border:1px solid #cb0a39;text-align:center;padding:7px 0;background:#fff;font-size:1.3rem;font-weight:700;line-height:1;margin-bottom:16px;color:#cb0a39}.PageAccountRegister_FC span{text-decoration:underline}.PageAccountRegister_Notice{margin-top:8px;font-size:1.2rem;color:#868a8f}.PageAccountRegister_Hyphen{display:block;width:8px;height:1px;background-color:#000;margin:0 12px}.PageAccountRegisterComplete_Title{text-align:center;font-size:1.8rem}.UIInfoItemBox>div{margin-top:12px}.UIInfoItemBox>div:first-of-type{margin-top:0}.UIInfoItemBox_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.m .UIInfoItemBox_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.UIInfoItemBox_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .UIInfoItemBox_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.UIInfoItemBox_Item_Label>span{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.UIInfoItemBox_Item_Text{font-size:1.4rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.PageAccountEdit_ImportantText{color:#c00;display:inline}.PageAccountEdit_SS101Msg{color:#c00;text-align:center;font-size:1.1rem;margin-bottom:16px}.PageAccountEdit_List{padding-bottom:16px}.PageAccountEdit_List>div{margin-top:12px}.PageAccountEdit_List>div:first-of-type{margin-top:0}.PageAccountEdit_List_Item{margin-bottom:16px}.PageAccountEdit_List_Item_Link{padding:0 16px;color:#c00;font-size:1.4rem;text-decoration:underline;cursor:pointer}.PageAccountEdit_List_Item_Flex{margin-left:-8px;margin-right:-8px}.PageAccountEdit_List_Item_Text._name{margin-top:0;padding:0 8px}.PageAccountEdit_List_Item_Text._international{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-right:0!important;padding-top:10px}.PageAccountEdit_List_Item_Text_Flex>*{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-right:12px}.m .PageAccountEdit_List_Item_Text_Flex>*{padding-right:16px}.PageAccountEdit_List_Item_Text_Flex_1._zipCode{-webkit-box-flex:0;-ms-flex:0 0 64px;flex:0 0 64px}.m .PageAccountEdit_List_Item_Text_Flex_1._zipCode{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}.PageAccountEdit_List_Item_Text_Flex_2._zipCode{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px}.m .PageAccountEdit_List_Item_Text_Flex_2._zipCode{-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px}.PageAccountEdit_List_Item_Text_Flex_3._zipCode{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.m .PageAccountEdit_List_Item_Text_Flex_1._birth,.m .PageAccountEdit_List_Item_Text_Flex_3._zipCode,.PageAccountEdit_List_Item_Text_Flex_1._birth{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px}.xs .PageAccountEdit_List_Item_Text_Flex_1._birth{-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px}.PageAccountEdit_List_Item_Text_Flex_2._birth{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}.m .PageAccountEdit_List_Item_Text_Flex_2._birth{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px}.PageAccountEdit_List_Item_Text_Flex_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px;padding:0;margin:0}.m .PageAccountEdit_List_Item_Text_Flex_Button{padding:0}.PageAccountEdit_List_Item_Text_Notice{margin-top:8px;font-size:1.1rem;color:#868a8f}.m .PageAccountEdit_List_Item_Text_Notice{font-size:1.2rem}.PageAccountEdit_List_Item_Text_Notice_Link{text-decoration:underline;cursor:pointer}.PageAccountEdit_List_Hyphen{display:block;width:100%;height:1px;background-color:#000}.PageAccountEditComplete_Message{padding:32px 0;text-align:center}.PageAccountEmailEdit_List>div{margin-top:12px}.PageAccountEmailEdit_List>div:first-of-type{margin-top:0}.PageAccountEmailEdit_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.m .PageAccountEmailEdit_List_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.PageAccountEmailEdit_List_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .PageAccountEmailEdit_List_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.PageAccountEmailEdit_List_Item_Label>span{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.PageAccountEmailEdit_List_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.m .PageAccountEmailEdit_List_Item_Text._confirmation{padding-top:9px}.PageAccountEmailEdit_Notice{text-align:center;margin-top:16px;font-size:1.1rem;color:#c00}.PageAccountPassEdit_List>div{margin-top:12px}.PageAccountPassEdit_List>div:first-of-type{margin-top:0}.PageAccountPassEdit_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.m .PageAccountPassEdit_List_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.PageAccountPassEdit_List_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .PageAccountPassEdit_List_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.PageAccountPassEdit_List_Item_Label>span{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.PageAccountPassEdit_List_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.PageAccountPassEdit_List_Item_Text_Notice{margin-top:8px;font-size:1.1rem;color:#868a8f}.m .PageAccountPassEdit_List_Item_Text_Notice{font-size:1.2rem}.m .PageAccountPassEdit_List_Item_Text._confirmation{padding-top:9px}.PageSeasonSeatAccountEdit{scroll-behavior:smooth}.PageSeasonSeatAccountEdit_Body>div{margin-top:12px}.PageSeasonSeatAccountEdit_Body>div:first-of-type{margin-top:0}.PageSeasonSeatAccountEdit_Body_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.m .PageSeasonSeatAccountEdit_Body_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.PageSeasonSeatAccountEdit_Body_Item_Flex{margin-left:-8px;margin-right:-8px}.PageSeasonSeatAccountEdit_Body_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .PageSeasonSeatAccountEdit_Body_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.PageSeasonSeatAccountEdit_Body_Item_Label>span{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.PageSeasonSeatAccountEdit_Body_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.m .PageSeasonSeatAccountEdit_Body_Item_Text._confirmation{padding-top:9px}.PageSeasonSeatAccountEdit_Body_Item_Text._name{margin-top:0;padding:0 8px}.PageSeasonSeatAccountEdit_Body_Item_Text_Notice{margin-top:8px;font-size:1.1rem;color:#868a8f}.m .PageSeasonSeatAccountEdit_Body_Item_Text_Notice{font-size:1.2rem}.PageSeasonSeatAccountEdit_Body_Item_Text_Notice_Link{text-decoration:underline}.PageSeasonSeatAccountEdit_Body_Item_Text_Flex>*{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-right:12px}.m .PageSeasonSeatAccountEdit_Body_Item_Text_Flex>*{padding-right:16px}.PageSeasonSeatAccountEdit_Body_Item_Text_Flex_1._zipCode{-webkit-box-flex:0;-ms-flex:0 0 64px;flex:0 0 64px}.m .PageSeasonSeatAccountEdit_Body_Item_Text_Flex_1._zipCode{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}.PageSeasonSeatAccountEdit_Body_Item_Text_Flex_2._zipCode{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px}.m .PageSeasonSeatAccountEdit_Body_Item_Text_Flex_2._zipCode{-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px}.PageSeasonSeatAccountEdit_Body_Item_Text_Flex_3._zipCode{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.m .PageSeasonSeatAccountEdit_Body_Item_Text_Flex_3._zipCode{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px}.PageSeasonSeatAccountEdit_Body_Item_Text_Flex_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px;padding:0;margin:0}.m .PageSeasonSeatAccountEdit_Body_Item_Text_Flex_Button{padding:0}.PageSeasonSeatAccountEdit_Hyphen{display:block;width:100%;height:1px;background-color:#000}.PageFansPointRegister{scroll-behavior:smooth}.PageFansPointRegister_Explain{color:#868a8f;font-size:1.1rem;padding:0 0 1.6em 0}.m .PageFansPointRegister_Explain{padding:1em 1em 2em 1em;font-size:1.3rem}.PageFansPointRegister_Layout{width:100%}.m .PageFansPointRegister_Layout{padding:0 1em}.PageFansPointRegister_Layout_Item{border-top:1px solid #dadce0;padding:1em 0 0 0}.m .PageFansPointRegister_Layout_Item{padding:1.8em 0 0 0}.PageFansPointRegister_SeatName{font-weight:700;font-size:1.5rem}.m .PageFansPointRegister_SeatName{font-size:2.2rem}.PageFansPointRegister_Informations{padding:0 0 1em 0}.PageFansPointRegister_Informations._paddingAdjust{padding:0 0 0 0!important;background-color:#f2f3f5;opacity:.6}.m .PageFansPointRegister_Informations{padding:0 0 3em 0}.m .PageFansPointRegister_Informations._paddingAdjust{padding:0 0 1.6em 0!important;background-color:#f2f3f5;opacity:.6}.PageFansPointRegister_Dot{width:100%;border-top:1px dotted #dadce0;padding:1em 1em 0 1em}.m .PageFansPointRegister_Dot{padding:0 1em}.PageFansPointRegister_SeatInfo{width:100%}.PageFansPointRegister_SeatInfo_Detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.m .PageFansPointRegister_SeatInfo_Detail{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1em 0}.PageFansPointRegister_SeatInfo_Detail_Place{font-size:1.5rem;padding-top:.5em}.m .PageFansPointRegister_SeatInfo_Detail_Place{font-size:1.8rem;padding-top:0}.m .PageFansPointRegister_SeatInfo_Detail_Place:before{width:20px;height:20px}.m .PageFansPointRegister_SeatInfo_Detail_Place:before,.PageFansPointRegister_SeatInfo_Detail_Place:before{content:"";display:inline-block;margin-right:10px;background:url(/images/icon/myticket-secondary.png) 50% no-repeat;background-size:contain;vertical-align:middle}.PageFansPointRegister_SeatInfo_Detail_Place:before{width:28px;height:28px}.PageFansPointRegister_SeatInfo_Detail_Point{font-size:1.5rem;padding-top:.5em;margin-left:4rem}.m .PageFansPointRegister_SeatInfo_Detail_Point{font-size:1.8rem;padding-top:0;margin-left:0}.PageFansPointRegister_FanclubInfo{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:.8em}.m .PageFansPointRegister_FanclubInfo{padding-top:0}.PageFansPointRegister_FanclubInfo_Number{width:185px}.m .PageFansPointRegister_FanclubInfo_Number{width:300px}.PageFansPointRegister_FanclubInfo_GrantNumber{width:250px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px}.m .PageFansPointRegister_FanclubInfo_GrantNumber{padding:1px 2px 2px 12px}.PageFansPointRegister_FanclubInfo_Birthday{width:155px}.m .PageFansPointRegister_FanclubInfo_Birthday{margin-left:20px;width:500px}.PageFansPointRegister_FanclubInfo_Birthday_Detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:20px}.PageFansPointRegister_FanclubInfo_Birthday_Detail_Label{font-weight:700;width:46px;font-size:1.2rem}.m .PageFansPointRegister_FanclubInfo_Birthday_Detail_Label{width:100px;font-size:1.5rem}.PageFansPointRegister_FanclubInfo_Birthday_Detail_Select{width:75px}.PageFansPointRegister_FanclubInfo_Error{color:red;padding:1em 0 0 0}.PageFansPointRegister_Button{margin:30px auto 50px auto}.m .PageFansPointRegister_Button{margin:50px auto 70px auto}.PageFansPointRegister_Checklist{border:1px solid #c4c8cc;color:#868a8f;padding:1em 1.5em;font-size:1.2rem;margin-bottom:20px}.m .PageFansPointRegister_Checklist{padding:1.5em 2.5em;margin-bottom:50px}.PageFansPointRegister_Checklist_Title{color:#000;font-size:1.4rem}.m .PageFansPointRegister_Checklist_Title{font-size:1.8rem}.PageFansPointRegister_Checklist_Detail{margin-top:10px}.m .PageFansPointRegister_Checklist_Detail{margin-top:20px}.PageFansPointRegister_ClosedMesssage{margin:30px auto 50px auto;text-align:center;font-size:2.2rem}.m .PageFansPointRegister_ClosedMesssage{margin:50px auto 70px auto}.PageFansPointRegisterComplete_Thanks{font-size:1.4rem;font-weight:700;text-align:center;line-height:1.3;padding:24px 16px 0}.PageFansPointRegisterComplete_Number{width:236px;height:38px;border-radius:4px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px auto 0;border:1px solid #ced2d6}.PageFansPointRegisterComplete_Number_Label{font-size:1.4rem;width:80px;height:100%;line-height:38px;background:#ced2d6;text-align:center;color:#4e5052}.PageFansPointRegisterComplete_Number_Cont{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:1.6rem;text-align:center;line-height:38px;letter-spacing:1px}.PageFansPointRegisterComplete_Text{font-size:1.1rem;line-height:1.3;padding:16px}.PageFansPointRegisterComplete_BtnArea{display:-webkit-box;display:-ms-flexbox;display:flex}.PageResetPasscode_Notice{margin-top:8px;font-size:1.2rem;color:#868a8f}.PageAccountSnsConnect_Item{padding:0 16px;border-bottom:1px solid #d3d8e0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:56px}.PageAccountSnsConnect_Item,.PageAccountSnsConnect_Item_Label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PageAccountSnsConnect_Item_Label{font-size:1.4rem}.PageAccountSnsConnect_Item_Label img{margin-right:8px}.PageAccountSnsConnect_Item_Btn{margin:0}.PageAccountFcConnect_Head{padding:16px 16px 0 16px;display:block;width:100%}.PageAccountFcConnect_Head img{width:100%}.PageAccountFcConnect_Form{margin-top:16px;padding:0 16px}.PageAccountFcConnect_Form_Id{margin-bottom:8px}.PageAccountCreditCardEdit_Item{padding:12px 16px;border-bottom:1px solid #d3d8e0;position:relative;min-height:60px}.xs .PageAccountCreditCardEdit_Item{padding:12px 8px}.PageAccountCreditCardEdit_Item_Flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.PageAccountCreditCardEdit_Item_Info{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.PageAccountCreditCardEdit_Item_Status{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;text-align:center}.xs .PageAccountCreditCardEdit_Item_Status{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}.PageAccountCreditCardEdit_Item_Status_Txt{color:#868a8f;font-size:1.2rem}.PageAccountCreditCardEdit_Item_Del{-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px;text-align:right}.PageAccountCreditCardEdit_Item_Expiration{color:#c00;font-size:1.2rem;margin-top:4px;font-weight:700;text-align:center}.m .PageAccountCreditCardEdit_Item_Expiration{text-align:left}.PageAccountCreditCardEdit_Empty{color:#868a8f;font-size:1.2rem;padding:60px 0 50px;text-align:center}.PageAccountCreditCardEdit_BtnArea{width:100%;margin-top:40px}.PageQuit_Lead{line-height:1.5}.PageQuitEnquete_List>div{margin-top:12px}.PageQuitEnquete_List>div:first-of-type{margin-top:0}.PageQuitEnquete_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.PageQuitEnquete_List_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.PageQuitEnquete_List_Item_Label>span{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.PageQuitEnquete_List_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.m .PageQuitEnquete_List_Item_Text._confirmation{padding-top:9px}.PageQuitEnquete_Checkbox_List,.PageQuitEnquete_Radio_List{display:inline-block;padding-right:16px;margin-bottom:4px;min-width:160px}.PageQuitEnquete_Flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PageEnquete_List>div{margin-top:12px}.PageEnquete_List>div:first-of-type{margin-top:0}.PageEnquete_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.PageEnquete_List_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.PageEnquete_List_Item_Label>span{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.PageEnquete_List_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.m .PageEnquete_List_Item_Text._confirmation{padding-top:9px}.PageEnquete_Checkbox_List,.PageEnquete_Radio_List{display:inline-block;padding-right:16px;margin-bottom:4px;min-width:160px}.PageEnquete_Flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PageEnqueteComplete{overflow-y:scroll;-webkit-overflow-scrolling:touch}.PageEnqueteComplete_Term{font-size:1.3rem}.PageEnqueteComplete_Term a{color:#000}.PageEnqueteComplete_Body{overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;width:100%;padding:0 16px 48px}.PageEnqueteComplete_BtnArea{width:100%;margin-top:40px}.PageAccountFilters_List{padding-bottom:16px}.PageAccountFilters_List>div{margin-top:12px}.PageAccountFilters_List>div:first-of-type{margin-top:0}.PageAccountFilters_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.m .PageAccountFilters_List_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.PageAccountFilters_List_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .PageAccountFilters_List_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.PageAccountFilters_List_Item_Label>span{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.PageAccountFilters_List_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem;cursor:pointer}.m .PageAccountFilters_List_Item_Text._confirmation{padding-top:9px}.PageAccountFilters_List_Item_Text_SelectSeat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:44px;font-size:1.4rem;border:1px solid #c4c8cc;border-radius:4px;padding:0 12px;background:#fff url(/images/arrow/arrow-right-gray.png) center right 12px no-repeat;background-size:16px auto}.PageAccountFilters_List_Item_Text_SelectSeat._isSelected{border-color:#cb0a39;color:#cb0a39;background-image:url(/images/arrow/arrow-right-secondary.png)}.PageAccountFilters_List_Item_Text_Favorite{margin-top:8px}.PageAccountFilters_List_Item_Text_Flex>*{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-right:12px}.m .PageAccountFilters_List_Item_Text_Flex>*{padding-right:16px}.PageAccountMfa_Tab{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.PageAccountMfa_Tab_Item{padding:0;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;text-align:center;background-color:#d3d8e0}.PageAccountMfa_Tab_Item._isActive{background:none}.PageAccountMfa_Tab_Item._isActive button{color:#cb0a39}.PageAccountMfa_Tab_Item_Btn{width:100%;font-size:1.1rem;font-weight:700;line-height:40px}.pc .PageAccountMfa_Tab_Item_Btn{font-size:1.4rem}.PageAccountMfa_List{padding:24px 16px 0}.PageAccountMfa_List_Item{margin-top:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.PageAccountMfa_List_Item:first-of-type{margin-top:0}.m .PageAccountMfa_List_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PageAccountMfa_List_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.m .PageAccountMfa_List_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.PageAccountMfa_List_Item_Label>span{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.PageAccountMfa_List_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem;cursor:pointer}.PageAccountMfa_List_subItem{margin-top:12px}.PageAccountMfa_List_subItem_Text{margin-top:4px}.PageAccountMfa_List_subItem_Text_Alert{color:#c00;text-decoration:underline;font-weight:700;cursor:pointer}.PageAccountMfa_List_subItem_Text_Notice{margin-top:8px;font-size:1.1rem;color:#868a8f}.m .PageAccountMfa_List_subItem_Text_Notice{font-size:1.2rem}.PageAccountMfa_List_subItem_Text_Notice span{text-decoration:underline;cursor:pointer}.PageAccountMfa_LastHistory_Label{font-size:1.2rem;font-weight:700}.PageAccountMfa_LastHistory_Text{margin-top:6px;font-size:1.1rem}.PageAccountMfa_Bottom{border-top:1px solid #dadce0;margin-top:24px;padding-bottom:16px}.PageCoupons_Body_List{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -8px}.PageCoupons_Body_List_Item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0 8px;margin-top:16px;max-width:100%}.m .PageCoupons_Body_List_Item{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.m .PageCoupons_Body_List_Item:nth-child(2),.PageCoupons_Body_List_Item:first-of-type{margin-top:0}.m .PageCouponTicket_List{font-size:0}.PageCouponTicket_List_Item{border-radius:3px;margin-top:16px;overflow:hidden}.m .PageCouponTicket_List_Item{display:inline-block;vertical-align:top;width:calc(50% - 8px)}.m .PageCouponTicket_List_Item:nth-child(2n){margin-left:16px}.PageCouponTicket_List_Item_Main{position:relative;color:#fff;padding:12px 16px;min-height:165px;text-align:center}.PageCouponTicket_List_Item_Main_Name{position:relative;z-index:2;padding-top:20px;font-size:2rem;font-weight:700}.PageCouponTicket_List_Item_Main_Cancel{position:relative;z-index:2;margin-top:12px;font-size:1.2rem;background:#babec2;color:#fff;text-align:center;padding:2px 0;width:77px;border-radius:2px;display:inline-block;font-size:1.1rem}.PageCouponTicket_List_Item_Main_Remain{position:relative;z-index:2;margin-top:8px;font-size:1.6rem;font-weight:700}.PageCouponTicket_List_Item_Main_Remain span{font-size:2.3rem;font-family:Oswald,sans-serif}.PageCouponTicket_List_Item_Main_Total{position:relative;z-index:2;margin-top:8px;font-size:1.2rem}.PageCouponTicket_List_Item_Main_Total._isQR{font-size:1.6rem;font-weight:700}.PageCouponTicket_List_Item_Main_Total._isQR span{font-size:2.3rem;font-family:Orbitron,sans-serif;font-weight:600}.PageCouponTicket_List_Item_Main_DetailBtn{position:relative;z-index:2;cursor:pointer;position:absolute;top:10px;right:10px}.PageCouponTicket_List_Item_Main_Image{position:absolute;top:0;left:0;right:0;bottom:0;background-position:50%;background-size:cover}.PageCouponTicket_List_Item_Main_Image:before{display:block;content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.32)}.PageCouponTicket_List_Item_Main_Image._cancel:after{content:"";width:100%;height:100%;display:block;opacity:.92;background:#dadce0}.PageCouponTicket_List_Item_Term{font-size:1.2rem;padding:12px;border-left:1px solid rgba(0,0,0,.32);border-right:1px solid rgba(0,0,0,.32);border-bottom:1px solid rgba(0,0,0,.32)}.PageOptions_Fit{top:56px}.xs .PageOptions_Fit{bottom:42px}.PageOptions_Box{background:#fff}.PageOptions_Header{margin-top:10px;text-align:center}.PageOptions_Wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.PageOptions_Wrap_List{padding:0 16px 30px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;overflow-y:scroll}.PageOptions_Footer{margin-top:-16px;padding:0 16px 16px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-preferred-size:auto;flex-basis:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xs .PageOptions_Footer{padding:0 12px 16px}.PageOptions_Footer:after{content:"";position:absolute;top:-14px;left:0;width:100%;height:30px;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(80%,#fff),to(#fff));background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 80%,#fff)}.PageOptions_Footer_Sum{font-size:1.4rem;font-weight:700}.xs .PageOptions_Footer_Sum{font-size:1.2rem}.PageOptions_Footer_Sum span{font-family:Orbitron,sans-serif;font-weight:600;font-size:2.4rem}.xs .PageOptions_Footer_Sum span{font-size:2rem}.PageOptions_Footer_BtnArea{width:180px;margin:0}.s .PageOptions_Footer_BtnArea{max-width:160px;font-size:1.2rem}.xs .PageOptions_Footer_BtnArea{max-width:130px;font-size:1rem!important}.m .PageCartOptions{bottom:-46px!important}.PageCartOptions_Body{padding-bottom:70px}.PageCartOptions_Wrap{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.PageCartOptions_Wrap,.PageCartOptions_Wrap_List{display:-webkit-box;display:-ms-flexbox;display:flex}.PageCartOptions_Wrap_List{overflow:hidden;overflow-y:auto;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -4px;padding-top:20px;padding-bottom:20px}.m .PageCartOptions_Wrap_List{padding-bottom:100px}.PageCartOptions_Wrap_List_Item{width:calc(33.33333% - 8px);margin:0 4px;margin-bottom:16px}.PageCartOptions_Footer{width:100%;position:absolute;bottom:0;left:0;padding:12px;background:#fff}.PageCartOptions_Footer_Wrap{max-width:832px;margin:0 auto}.PageCartOptions_Footer_Sum{font-size:1.4rem;font-weight:700}.PageCartOptions_Footer_Sum span{font-family:Orbitron,sans-serif;font-weight:600;font-size:2.4rem}.xs .PageCartOptions_Footer_Sum span{font-size:2rem}.PageCartOptions_Footer_BtnArea{width:180px;margin:0}.UIOptionConfirmItem{padding:12px 0;border-bottom:1px solid #d3d8e0}.UIOptionConfirmItem_Title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.UIOptionConfirmItem_Title_Text{font-size:1.6rem;font-weight:700;line-height:1.4}.UIOptionConfirmItem_Title_Text._normal{font-size:1.2rem;font-weight:400;line-height:1.4}.UIOptionConfirmItem_Title_Button{margin:0;width:76px}.UIOptionConfirmItem_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:8px}.UIOptionConfirmItem_Item_Image_Wrap{width:48px;height:48px}.m .UIOptionConfirmItem_Item_Image_Wrap{width:64px;height:60px}.UIOptionConfirmItem_Item_Info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-left:12px}.m .UIOptionConfirmItem_Item_Info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIOptionConfirmItem_Item_Info_Name{font-size:1.4rem;line-height:1.56;display:block}.xs .UIOptionConfirmItem_Item_Info_Name{font-size:1.3rem}.m .UIOptionConfirmItem_Item_Info_Name{font-size:1.6rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.UIOptionConfirmItem_Item_Info_Price{display:block;font-family:Orbitron,sans-serif;font-weight:600;font-size:1.3rem}.xs .UIOptionConfirmItem_Item_Info_Price{font-size:1.2rem}.m .UIOptionConfirmItem_Item_Info_Price{text-align:right;font-size:1.8rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.PageOptionsConfirm_Fit{top:56px}.PageOptionsConfirm_Box{background:#fff}.PageOptionsConfirm_Header{margin-top:20px;text-align:center}.PageOptionsConfirm_Wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.PageOptionsConfirm_List{padding:0 16px 30px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;overflow-y:scroll}.PageOptionsConfirm_UnSelected{font-size:1.2rem;margin-top:10px;color:#868a8f}.PageOptionsConfirm_Footer{margin-top:-16px;padding:0 16px 16px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-preferred-size:auto;flex-basis:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xs .PageOptionsConfirm_Footer{padding:0 12px 16px}.PageOptionsConfirm_Footer:after{content:"";position:absolute;top:-14px;left:0;width:100%;height:30px;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(80%,#fff),to(#fff));background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 80%,#fff)}.PageOptionsConfirm_Footer_Sum{font-size:1.4rem;font-weight:700}.xs .PageOptionsConfirm_Footer_Sum{font-size:1.2rem}.PageOptionsConfirm_Footer_Sum span{font-family:Orbitron,sans-serif;font-weight:600;font-size:2.4rem}.xs .PageOptionsConfirm_Footer_Sum span{font-size:2rem}.PageOptionsConfirm_Footer_BtnArea{width:180px;margin:0}.s .PageOptionsConfirm_Footer_BtnArea{max-width:160px;font-size:1.2rem}.xs .PageOptionsConfirm_Footer_BtnArea{max-width:130px;font-size:1.1rem!important}.UICartOptionConfirmItem{padding:12px 0;border-bottom:1px solid #d3d8e0}.UICartOptionConfirmItem_Title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.UICartOptionConfirmItem_Title_Text{font-size:1.6rem;font-weight:700;line-height:1.4}.UICartOptionConfirmItem_Title_Text._normal{font-size:1.2rem;font-weight:400;line-height:1.4}.UICartOptionConfirmItem_Title_Button{margin:0;width:76px}.UICartOptionConfirmItem_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:8px}.UICartOptionConfirmItem_Item_Image_Wrap{width:48px;height:48px}.m .UICartOptionConfirmItem_Item_Image_Wrap{width:64px;height:60px}.UICartOptionConfirmItem_Item_Info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-left:12px}.m .UICartOptionConfirmItem_Item_Info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UICartOptionConfirmItem_Item_Info_Name{font-size:1.4rem;line-height:1.56;display:block}.xs .UICartOptionConfirmItem_Item_Info_Name{font-size:1.3rem}.m .UICartOptionConfirmItem_Item_Info_Name{font-size:1.6rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.UICartOptionConfirmItem_Item_Info_Price{display:block;font-family:Orbitron,sans-serif;font-weight:600;font-size:1.3rem}.xs .UICartOptionConfirmItem_Item_Info_Price{font-size:1.2rem}.m .UICartOptionConfirmItem_Item_Info_Price{text-align:right;font-size:1.8rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.PageCartOptionsConfirm_Box{background:#fff}.PageCartOptionsConfirm_Header{margin-top:20px;text-align:center}.PageCartOptionsConfirm_Wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.PageCartOptionsConfirm_List{padding:0 16px 30px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;overflow-y:scroll}.PageCartOptionsConfirm_UnSelected{font-size:1.2rem;margin-top:10px;color:#868a8f}.PageCartOptionsConfirm_Footer{margin-top:-16px;padding:0 16px 16px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-preferred-size:auto;flex-basis:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xs .PageCartOptionsConfirm_Footer{padding:0 12px 16px}.PageCartOptionsConfirm_Footer:after{content:"";position:absolute;top:-14px;left:0;width:100%;height:30px;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(80%,#fff),to(#fff));background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 80%,#fff)}.PageCartOptionsConfirm_Footer_Sum{font-size:1.4rem;font-weight:700}.xs .PageCartOptionsConfirm_Footer_Sum{font-size:1.2rem}.PageCartOptionsConfirm_Footer_Sum span{font-family:Orbitron,sans-serif;font-weight:600;font-size:2.4rem}.xs .PageCartOptionsConfirm_Footer_Sum span{font-size:2rem}.PageCartOptionsConfirm_Footer_BtnArea{width:180px;margin:0}.s .PageCartOptionsConfirm_Footer_BtnArea{max-width:160px;font-size:1.2rem}.xs .PageCartOptionsConfirm_Footer_BtnArea{max-width:130px;font-size:1.1rem!important}.UIResaleEventInfo ._white{color:#fff}.UIResaleEventInfo_Label{font-size:1.2rem;font-weight:700;line-height:1;color:#868a8f}.xs .UIResaleEventInfo_Label{font-size:1.1rem}.UIResaleEventInfo_Label._white{color:#fff}.m .UIResaleEventInfo_Label._payment{font-size:1.4rem}.UIResaleEventInfo_Label._myticketPc{font-size:1.2rem;font-family:BlinkMacSystemFont,Helvetica Neue,"\30D2\30E9\30AE\30CE\89D2\30B4   ProN",Hiragino Kaku Gothic ProN,"\6E38\30B4\30B7\30C3\30AF   Medium",Yu Gothic Medium,"\6E38\30B4\30B7\30C3\30AF\4F53",YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif;font-weight:400}.UIResaleEventInfo_Main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:1;margin-top:-8px;margin-top:4px}.UIResaleEventInfo_Main._payment{margin-top:4px}.m .UIResaleEventInfo_Main._payment{margin-top:-15px}.UIResaleEventInfo_Main._myticketPc{margin-top:-2px}.UIResaleEventInfo_Main_Date{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:3rem;font-weight:600;font-family:Orbitron,sans-serif}.xs .UIResaleEventInfo_Main_Date{font-size:2.4rem}.m .UIResaleEventInfo_Main_Date._payment{font-size:4rem}.UIResaleEventInfo_Main_Date._myticketPc{font-size:2.9rem;font-weight:200}.UIResaleEventInfo_Main_Week{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:1.4rem;padding-bottom:2.5px}.xs .UIResaleEventInfo_Main_Week{font-size:1.3rem}.m .UIResaleEventInfo_Main_Week._payment{font-size:2rem}.UIResaleEventInfo_Main_Week._myticketPc{font-size:1.4rem;font-weight:400;padding-bottom:1px}.UIResaleEventInfo_Main_Time{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:3rem;font-family:Orbitron,sans-serif;font-weight:600;padding-left:4px}.xs .UIResaleEventInfo_Main_Time{font-size:2.4rem}.m .UIResaleEventInfo_Main_Time._payment{font-size:4rem}.UIResaleEventInfo_Main_Time._myticketPc{font-size:2.9rem;font-weight:200}.UIResaleEventInfo_Main_Time_Text{display:none}.UIResaleEventInfo_Main_Time_Text._myticketPc{display:inline;font-size:1.3rem;font-family:BlinkMacSystemFont,Helvetica Neue,"\30D2\30E9\30AE\30CE\89D2\30B4   ProN",Hiragino Kaku Gothic ProN,"\6E38\30B4\30B7\30C3\30AF   Medium",Yu Gothic Medium,"\6E38\30B4\30B7\30C3\30AF\4F53",YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif;font-weight:400}.UIResaleEventInfo_Main_Venue{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:1.2rem;font-weight:700;line-height:1.2;padding-left:6px;padding-bottom:0}.xs .UIResaleEventInfo_Main_Venue{font-size:1.1rem;padding-left:4px}.m .UIResaleEventInfo_Main_Venue._payment{font-size:1.5rem}.UIResaleEventInfo_Main_Venue._myticketPc{font-size:1.2rem;font-weight:400;line-height:1.1}.UIResaleEventInfo_Main_Logo{padding-left:8px}.m .UIResaleEventInfo_Main_Logo,.UIResaleEventInfo_Main_Logo{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-top:0}.m .UIResaleEventInfo_Main_Logo{padding-left:12px}.UIResaleEventInfo_Main_Logo._myticketPc{padding-top:0}.UIResaleEventInfo_Main_Logo>*{line-height:28px}.m .UIResaleEventInfo_Main_Logo>._payment{line-height:3.6rem}.UIResaleEventInfo_Main_Logo>._myticketPc{line-height:2.4rem}.UIResaleEventInfo_Main_Logo_Img{display:inline-block;width:42px;height:36px;-webkit-transform:translateY(10px);transform:translateY(10px)}.UIResaleEventInfo_Main_Logo_Img._isDistributed{opacity:.4}.xs .UIResaleEventInfo_Main_Logo_Img{width:36px;height:32px}.m .UIResaleEventInfo_Main_Logo_Img._payment{width:56px;height:56px;-webkit-transform:translateY(20px);transform:translateY(20px)}.UIResaleEventInfo_Main_Logo_Img._myticketPc{width:40px;-webkit-transform:translateY(10px);transform:translateY(10px)}.UIResaleEventInfo_Main_Logo_Vs{font-size:1.4rem;font-family:Oswald,sans-serif;font-weight:400;padding-right:2px}.xs .UIResaleEventInfo_Main_Logo_Vs{font-size:1.2rem}.m .UIResaleEventInfo_Main_Logo_Vs._payment{font-size:1.6rem}.UIResaleEventInfo_Main_Logo_Vs._myticketPc{font-size:1.3rem;font-family:BlinkMacSystemFont,Helvetica Neue,"\30D2\30E9\30AE\30CE\89D2\30B4   ProN",Hiragino Kaku Gothic ProN,"\6E38\30B4\30B7\30C3\30AF   Medium",Yu Gothic Medium,"\6E38\30B4\30B7\30C3\30AF\4F53",YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif;font-weight:400}.UIResaleEventInfo_Main_Logo_Name{font-size:1.3rem;font-weight:700;margin-left:10px}.m .UIResaleEventInfo_Main_Logo_Name,.UIResaleEventInfo_Main_Logo_Name._payment{display:inline}.m .UIResaleEventInfo_Main_Logo_Name._payment{font-size:1.6rem}.UIResaleEventInfo_Main_Logo_Name._myticketPc{font-size:1.3rem;font-family:BlinkMacSystemFont,Helvetica Neue,"\30D2\30E9\30AE\30CE\89D2\30B4   ProN",Hiragino Kaku Gothic ProN,"\6E38\30B4\30B7\30C3\30AF   Medium",Yu Gothic Medium,"\6E38\30B4\30B7\30C3\30AF\4F53",YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif;font-weight:400;display:inline;margin-left:6px}.UIResaleEventInfo_Consective{display:-webkit-box;display:-ms-flexbox;display:flex}.UIResaleEventInfo_Consective_Logo{-webkit-box-flex:0;-ms-flex:0 0 110px;flex:0 0 110px}.UIResaleEventInfo_Consective_Logo_Team{width:110px;height:110px}.UIResaleEventInfo_Consective_Info{text-align:left;margin-left:10px;-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 120px);flex:0 0 calc(100% - 120px)}.UIResaleEventInfo_Consective_Info_Day{font-family:Orbitron,sans-serif;font-size:2rem;font-weight:600}.UIResaleEventInfo_Consective_Info_Day span{font-size:1.6rem}.UIResaleEventInfo_Consective_Info_Day span._week{font-size:1.3rem;-webkit-font-feature-settings:"palt";font-feature-settings:"palt"}.UIResaleEventInfo_Consective_Info_SubTitle{font-size:1.2rem}.UIResaleEventInfo_Consective_Info_Name{font-size:1.3rem;font-weight:700}.UIResaleEventInfo_Consective_Info_Venue{color:#666;font-size:1.2rem;margin-top:10px}.UIPriceEditor{width:100%;padding:8px 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#f0f2f5;border-radius:2px}.UIPriceEditor_Left_Label{font-size:1.2rem}.UIPriceEditor_Left_Note{font-size:1.1rem;color:#73767a}.UIPriceEditor_Right{text-align:right}.UIPriceEditor_Right_Input{font-family:Orbitron,sans-serif;font-weight:600;width:105px;height:32px;padding:0 8px 0 28px;text-align:right;font-size:1.8rem;border-radius:2px;border:1px solid #c4c8cc;background:#fff url(/images/icon/edit-gray.png) center left 10px no-repeat;background-size:14px 14px;vertical-align:baseline}.UIPriceEditor_Right_Input._cantedit{background-image:none}.UIPriceEditor_Right_Input:disabled{background-color:#d3d8e0;border:none}.UIPriceEditor_Right_Input._error{color:#c00}.UIPriceEditor_Right_ErrMsg{color:#c00;font-size:1.2rem;margin-top:6px}.PageResaleRegister{padding-bottom:20px}.m .PageResaleRegister_Body{padding-top:30px}.PageResaleRegister_Top{font-size:1.5rem}.PageResaleRegister_Top:before{content:"";display:inline-block;width:26px;height:26px;margin-right:8px;background:url(/images/icon/myticket-white.png) 50% no-repeat;background-size:contain;vertical-align:bottom}.PageResaleRegister_Step_Wrap{margin-top:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.m .PageResaleRegister_Step_Wrap{margin-top:50px}.PageResaleRegister_Step_Wrap_Num{font-size:1.4rem;font-weight:700}.PageResaleRegister_Step_Wrap_Num span{margin-left:50px}.m .PageResaleRegister_Step_Wrap_Num span{margin-left:57px}.xs .PageResaleRegister_Step_Wrap_Num{font-size:1.3rem}.m .PageResaleRegister_Step_Wrap_Num{font-size:1.6rem;line-height:1.6}.PageResaleRegister_Step_Wrap_Num_Note{margin-top:2px;font-weight:400;cursor:pointer;text-decoration:underline;padding-left:50px}.m .PageResaleRegister_Step_Wrap_Num_Note{padding-left:60px}.PageResaleRegister_Step_Wrap_Num_Alert{color:#c00;padding-left:50px;font-weight:400}.m .PageResaleRegister_Step_Wrap_Num_Alert{padding-left:60px}.PageResaleRegister_Step_Ticket_Type{font-weight:700}.PageResaleRegister_Step_Ticket_Term{color:#c00;font-size:1.2rem;padding-bottom:3px}.PageResaleRegister_Step_Ticket_Item_Btn{width:100%;text-align:left}.PageResaleRegister_Step_Ticket_Item+.PageResaleRegister_Step_Ticket_Item{margin-top:16px;padding-top:16px;border-top:1px solid #e6e8eb}.PageResaleRegister_Step_Ticket+.PageResaleRegister_Step_Ticket{margin-top:24px}.PageResaleRegister_Step_Price_Label{font-size:1.2rem;color:#686b70}.PageResaleRegister_Step_Price_Value{text-align:right;font-size:1.6rem}.PageResaleRegister_Step_Price_Total{border-top:1px solid #e6e8eb;padding-top:12px;margin-top:12px}.PageResaleRegister_Step_Price_Total_Label{font-size:1.5rem}.PageResaleRegister_Step_Price_Total_Value{text-align:right;font-size:2.4rem;font-weight:400}.PageResaleRegister_Step_Price_Note{font-size:1.1rem;color:#686b70;text-indent:-1.1rem;padding-left:1.1rem;padding-left:1em;text-indent:-1em}.PageResaleRegister_Note{font-size:1.1rem;margin-top:25px}.m .PageResaleRegister_Note{margin-top:30px;font-size:1.2rem}.PageResaleRegisterComplete_Thanks{font-size:1.4rem;font-weight:700;text-align:center;line-height:1.3;padding:24px 16px 0}.PageResaleRegisterComplete_Btnarea{padding:4px 0 72px}.UIInputButton{display:block;width:100%;height:40px;line-height:40px;border:1px solid #c4c8cc;font-size:1.4rem;padding-left:12px;border-radius:2px;background:#fff url(/images/icon/arrow-right-gray.png) no-repeat;background-position:top 13px right 15px;background-size:auto 12px;text-align:left;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}.UIInputButton:focus{outline:none}.UIInputButton._disabled{background:#e6e8eb url(/images/icon/arrow-right-gray.png) no-repeat;background-position:top 13px right 15px;background-size:auto 12px;color:#868a8f;pointer-events:none}.UIRadio{display:block;cursor:pointer}.UIRadio [type=radio]{display:none}.UIRadio_Mark{border:1px solid #c4c8cc;border-radius:50%;display:inline-block;vertical-align:middle;width:20px;height:20px}.UIRadio_Mark._checked{border:none;background:#cb0a39 url(/images/icon/check-white.png) no-repeat;background-size:10px auto;background-position:50%}.UIRadio_Label{display:inline-block;vertical-align:middle;padding-left:8px}.UIRadio_Label._checked{color:#cb0a39;font-weight:700}.PageResaleRegisterBank_Alert{color:#c00;font-size:1.3rem}.PageResaleRegisterBank_Item{margin-bottom:16px}.PageResaleRegisterBank_Item_Note{margin-top:6px;color:#868a8f;font-size:1.1rem;text-indent:-1.1rem;padding-left:1.1rem}.PageResaleRegisterBank_Item_Note._link{text-decoration:underline;cursor:pointer}.PageResaleRegisterBank_Item_Note span{text-indent:1.1rem;display:block}.UIResaleLabel_Text{color:#cb0a39;margin-left:8px;font-weight:700}.PageResaleHistory_None{text-align:center;color:#fff;padding-top:160px}.PageResaleHistory_Tab{width:240px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;background:#cb0a39;border:1px solid #fff;border-radius:16px;height:28px;overflow:hidden}.PageResaleHistory_Tab_Item{width:120px;text-align:center;font-size:1.4rem;color:#fff;line-height:2;cursor:pointer}.PageResaleHistory_Tab_Item._active{background-color:#fff;color:#cb0a39;cursor:default}.PageResaleHistory_Tab_Item._alert{background-image:url(/images/icon/alert-red.png);background-repeat:no-repeat;background-position:top 2px right 20px;background-size:14px auto}.PageResaleHistory_ReRegister{color:#cb0a39;font-size:1.2rem}.PageResaleHistory_Alert{background:rgba(245,49,75,.7);width:100%;border:1px solid #fff;height:22px;padding:0 16px;font-size:1.1rem;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PageResaleHistory_Button{width:100%;text-align:left}.PageResaleHistory_Button_Box{background-image:url(/images/arrow/arrow-right-gray.png);background-repeat:no-repeat;background-position:center right 12px;background-size:16px auto}.PageResaleHistory_Button_Box_Label{margin-bottom:8px}.PageResaleHistory_Button_Box_Seattype{font-size:1.2rem;margin-top:8px}.PageResaleHistory_Button_Box_Price{margin-top:8px;font-weight:700;font-size:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Orbitron,sans-serif;font-weight:600}.PageResaleHistory_Button_Box_Number{margin-top:8px;color:#babec2;font-size:1.1rem}.UIResaleNotice_Detail{color:#868a8f}.UIResaleNotice_AdditionalFee,.UIResaleNotice_Detail{font-size:1.2rem;margin-top:6px;padding-left:1em;text-indent:-1em}.UIResaleNotice_AdditionalFee{color:#c00}.PageResaleReceipt{padding-bottom:20px}.PageResaleReceipt_Alert{color:#cb0a39;font-size:1.2rem}.PageResaleReceipt_Label{margin-bottom:8px}.PageResaleReceipt_Seat{padding-top:12px;margin-top:12px;border-top:1px solid #e6e8eb}.PageResaleReceipt_Seat_Ticket_Type{font-weight:700}.PageResaleReceipt_Seat_Ticket_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.PageResaleReceipt_Seat_Ticket_Item_Icon{height:24px;width:24px}.PageResaleReceipt_Seat_Ticket_Item_Icon img{width:20px;height:auto}.PageResaleReceipt_Seat_Ticket_Item_Status{margin-top:4px;font-size:1.2rem;color:#cb0a39}.PageResaleReceipt_Seat_Ticket_Item_Status._sold{color:#000;font-weight:700;border:1px solid #000;background:#e9e9e9;padding:8px;border-radius:4px}.PageResaleReceipt_Seat_Ticket_Item_Status_Soldtime{margin-top:4px;color:#000;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.PageResaleReceipt_Seat_Ticket_Item+.PageResaleReceipt_Seat_Ticket_Item{margin-top:12px;padding-top:12px;border-top:1px dotted #e6e8eb}.PageResaleReceipt_Seat_Ticket+.PageResaleReceipt_Seat_Ticket{margin-top:24px}.PageResaleReceipt_Box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PageResaleReceipt_Box+.PageResaleReceipt_Box{margin-top:8px}.PageResaleReceipt_Box_Num{font-family:Oswald,sans-serif}.PageResaleReceipt_Box_Notice{color:#868a8f;font-size:1.2rem;margin-top:6px;padding-left:1em;text-indent:-1em}.PageResaleReceipt_BtnArea{display:-webkit-box;display:-ms-flexbox;display:flex}.PageResaleReceipt_Notice{color:#fff;text-align:center;font-size:1.4rem}.PageResaleReceipt_HistoryBtn{margin:20px auto}.pc .PageResaleReceipt_HistoryBtn{width:auto}.PageResaleReceipt_Price_Label{font-size:1.2rem;color:#686b70}.PageResaleReceipt_Price_Value{text-align:right;font-size:1.6rem}.PageResaleReceipt_Price_Total{border-top:1px solid #e6e8eb;padding-top:12px;margin-top:12px}.PageResaleReceipt_Price_Total_Label{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;font-size:1.5rem}.PageResaleReceipt_Price_Total_Value{text-align:right;font-size:2.4rem;font-weight:400}.UIResaleList{position:relative}.UIResaleList._pc{padding:16px}.UIResaleList_Box{background:#fff;width:100%;height:100%;position:relative}._pc .UIResaleList_Box{max-width:600px;margin:0 auto;border-radius:3px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.16)}.UIResaleList_SortArea{border-bottom:2px solid #c4c8cc;padding:8px 16px;cursor:pointer}.UIResaleList_SortArea span{font-size:1.1rem;font-weight:700;margin-right:24px;color:#686b70}.UIResaleList_SortArea img,.UIResaleList_SortArea span{vertical-align:middle}.UIResaleList_Tooltip{z-index:1;position:absolute;top:36px;left:22px;width:296px;padding:0 16px;background:#fff;border-radius:3px;-webkit-box-shadow:0 0 6px rgba(0,0,0,.35);box-shadow:0 0 6px rgba(0,0,0,.35)}.UIResaleList_Tooltip:before{position:absolute;content:"";top:-8px;left:20px;width:0;height:0;border-style:solid;border-width:0 8px 10px 8px;border-color:transparent transparent #fff transparent}.UIResaleList_Tooltip_Item{color:#686b70;font-size:1.1rem;font-weight:700;border-top:1px solid #dadce0;padding:14px 0;cursor:pointer;position:relative}.UIResaleList_Tooltip_Item:first-child{border-top:none}.UIResaleList_Tooltip_Item._selected{color:#cb0a39}.UIResaleList_Tooltip_Item._selected:before{content:"";background:url(/images/icon/check-primary.png) no-repeat;background-size:20px auto;width:20px;height:17px;position:absolute;top:13px;right:0}.UIResaleList_Scroll{position:relative;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;height:calc(100% - 37px);padding:0 16px 60px}.UIResaleList_Item{border-bottom:1px solid #d3d8e0;padding:12px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIResaleList_Item:last-child{border-bottom:none}.UIResaleList_Item_Left_SeatInfo_Seat{font-size:1.2rem;margin-top:6px}.UIResaleList_Item_Left_SeatInfo_Seat_SeatTypeName{font-size:1.4rem;font-weight:700}.UIResaleList_Item_Left_SeatInfo_Total{margin-top:6px}.UIResaleList_Item_Left_SeatInfo_Total_Count{font-weight:700;margin-right:6px}.UIResaleList_Item_Left_SeatInfo_Total_Price{font-size:1.8rem;font-family:Orbitron,sans-serif;font-weight:600}.UIResaleList_Item_Left_SeatInfo_Total_Unit{margin-left:6px}.UIResaleList_Item_Left_SeatInfo_Total_Unit_Count{margin-right:6px;font-size:1.2rem}.UIResaleList_Item_Left_SeatInfo_Total_Unit_Price{font-size:1.4rem;font-family:Orbitron,sans-serif;font-weight:600}.UIResaleList_Item_Right{width:84px;text-align:center}.UIResaleList_Item_Right_Btn{width:84px}.UIResaleList_Item_Right_SeatPos{margin-top:12px}.UIResaleList_Item_Right_SeatPos span{color:#868a8f;font-size:1.1rem;text-decoration:underline;margin-left:3px}.UIResaleList_Empty{padding-top:40px;text-align:center}.UIResaleModeButton{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;top:0;left:0;z-index:4;padding:4px 12px;cursor:pointer}.xs .UIResaleModeButton{padding:4px 10px}.m .UIResaleModeButton{padding:4px 16px}.UIResaleModeButton_Icon{padding-bottom:3px;width:16px;margin-right:5px}.UIResaleModeButton_Box{text-align:left;background:#fff;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.16);padding:4px 12px 4px 8px}.UIResaleModeButton_Box>span{display:inline-block;padding-top:2px}.UIResaleSeatPop{pointer-events:none;position:absolute;z-index:2;width:1px;height:1px;left:50%;top:50%}.UIResaleSeatPop_Box{position:absolute;bottom:20px;left:-110px;width:220px;background:#ece6d6;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.16)}.UIResaleSeatPop_Box:after{content:"";position:absolute;display:block;width:20px;height:15px;left:100px;background:url(/images/map/resalePopTail.png) 0 0 no-repeat;background-size:cover}.UIResaleSeatPop_Name{font-size:1.3rem;line-height:1;font-weight:700;padding:10px 8px 2px}.xs .UIResaleSeatPop_Name{font-size:1.2rem}.UIResaleSeatPop_Type{font-size:1.1rem}.UIResaleSeatPop_Flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:0 9px 6px}.UIResaleSeatPop_Detail{font-size:1.2rem;line-height:1.2}.UIResaleSeatPop_Price{font-size:1.8rem;line-height:1}.PageResaleVenue_NonAreaList{position:absolute;z-index:11;bottom:16px}.pc .PageResaleVenue_NonAreaList{right:380px}.sp .PageResaleVenue_NonAreaList{left:12px}.pc .PageResaleVenue_NonAreaList._isLevelMap{left:20px}.sp .PageResaleVenue_NonAreaList._isLevelMap{left:8px;bottom:20px}.PageResaleVenue_NonAreaItem{margin:6px;max-width:252px;border-radius:4px;padding:2px 20px 2px 6px;text-align:left;font-size:1.2rem;background:#e6a722 url(/images/arrow/arrow-down-white.png) center right 6px no-repeat;background-size:10px;color:#fff}.m .PageResaleVenue_NonAreaItem{font-size:1.6rem;padding:4px 20px 4px 8px}.PageResaleVenue_Pc_Search{position:absolute;z-index:5;left:16px;top:16px;width:auto;max-width:calc(100% - 456px);overflow:hidden}.PageResaleVenue_Pc_ColorGuide{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;top:16px;left:16px;z-index:3;width:140px;background:#fff;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.16);padding:4px 6px}.PageResaleVenue_Pc_ColorGuide>img{vertical-align:middle;margin-right:4px;display:inline-block}.PageResaleVenue_Pc_ColorGuide>span{vertical-align:middle}.PageResaleVenue_Main{position:relative;height:100%}.PageResaleVenue_Main._sp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:1}.PageResaleVenue_Main._pc{padding-right:300px;background-size:cover}.PageResaleVenue_Holder{position:relative;overflow:hidden}.PageResaleVenue_Holder._sp{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;background:#fff}.PageResaleVenue_Holder._pc{width:100%;height:100%}.PageResaleVenue_Map{position:absolute;z-index:1}.PageResaleVenue_Map._hide{visibility:hidden}.PageResaleVenue_List{position:absolute;width:100%;height:100%;z-index:3}.PageResaleVenue_Side{position:absolute;top:0;right:0;bottom:0;z-index:3;width:300px;background:hsla(0,0%,100%,.98);-webkit-box-shadow:0 0 64px rgba(0,0,0,.16);box-shadow:0 0 64px rgba(0,0,0,.16);overflow:hidden}.PageResaleVenue_Side_Header{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px}.PageResaleVenue_Side_InfoTitle{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;padding:16px;text-align:center;line-height:1;border-bottom:1px solid #d3d8e0}.PageResaleVenue_Side_Info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:auto}.PageResaleVenue_Side_InfoButtom{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}.PageResaleRegisterEdit{padding-bottom:20px}.PageResaleRegisterEdit_Alert{color:#cb0a39;font-size:1.2rem}.PageResaleRegisterEdit_Seat{padding-top:12px;margin-top:12px;border-top:1px solid #e6e8eb}.PageResaleRegisterEdit_Seat_Ticket_Type{font-weight:700}.PageResaleRegisterEdit_Seat_Ticket_Item_Price{width:100%}.PageResaleRegisterEdit_Seat_Ticket_Item_Price_Box{width:100%;padding:8px 12px;background-color:#f0f2f5;border-radius:2px}.PageResaleRegisterEdit_Seat_Ticket_Item_Status{margin-top:4px;font-size:1.2rem;color:#f5314b}.PageResaleRegisterEdit_Seat_Ticket_Item_Status._sold{background:#e9e9e9;color:#cb0a39;font-weight:700}.PageResaleRegisterEdit_Seat_Ticket_Item+.PageResaleRegisterEdit_Seat_Ticket_Item{margin-top:12px;padding-top:12px;border-top:1px solid #e6e8eb}.PageResaleRegisterEdit_Seat_Ticket+.PageResaleRegisterEdit_Seat_Ticket{margin-top:24px}.PageResaleRegisterEdit_Box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PageResaleRegisterEdit_Box+.PageResaleRegisterEdit_Box{margin-top:8px}.PageResaleRegisterEdit_Box_Num{font-family:Oswald,sans-serif}.PageResaleRegisterEdit_Box_Notice{color:#868a8f;font-size:1.2rem;margin-top:6px;padding-left:1em;text-indent:-1em}.PageResaleRegisterEdit_Price_Label{font-size:1.2rem;color:#686b70}.PageResaleRegisterEdit_Price_Value{text-align:right;font-size:1.6rem}.PageResaleRegisterEdit_Price_Total{border-top:1px solid #e6e8eb;padding-top:12px;margin-top:12px}.PageResaleRegisterEdit_Price_Total_Label{font-size:1.5rem}.PageResaleRegisterEdit_Price_Total_Value{text-align:right;font-size:2.4rem;font-weight:400}.PageResaleRegisterEdit_Price_Notice{color:#868a8f;font-size:1.2rem;margin-top:6px;padding-left:1em;text-indent:-1em}.PageResaleRegisterEdit_Note{width:100%;text-align:center;color:#686b70;margin-top:12px;font-size:1.2rem}.PageMySeat_List li{height:56px;border-bottom:1px solid #d3d8e0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PageMySeat_List li:last-child{border-bottom:none}.m .PageMySeat_List li{-webkit-transition:all .1s ease;transition:all .1s ease}.m .PageMySeat_List li:hover{background-color:#fceaee}.PageSeasonSeatApply_List{margin-bottom:16px}.PageSeasonSeatApply_List>div{margin-top:12px}.PageSeasonSeatApply_List>div:first-of-type{margin-top:0}.PageSeasonSeatApply_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.PageSeasonSeatApply_List_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.PageSeasonSeatApply_List_Item_Label>span{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.PageSeasonSeatApply_List_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.m .PageSeasonSeatApply_List_Item_Text._confirmation{padding-top:9px}.m .PageSeasonSeatApply_List_Item_Text._corporate{line-height:40px}.PageSeasonSeatApply_Checkbox_List,.PageSeasonSeatApply_Radio_List{display:inline-block;padding-right:16px;margin-bottom:4px;min-width:160px}.m .PageSeasonSeatApply_Radio_List{min-width:150px}.PageSeasonSeatApply_Flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PageSeasonSeatApplyComplete_Thanks{font-size:1.4rem;font-weight:700;text-align:center;line-height:1.3;padding:24px 16px 0}.PageSeasonSeatApplyComplete_Number{width:236px;height:38px;border-radius:4px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px auto 0;border:1px solid #ced2d6}.PageSeasonSeatApplyComplete_Number_Label{font-size:1.4rem;width:80px;height:100%;line-height:38px;background:#ced2d6;text-align:center;color:#4e5052}.PageSeasonSeatApplyComplete_Number_Cont{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:1.6rem;text-align:center;line-height:38px;letter-spacing:1px}.PageSeasonSeatApplyComplete_Text{font-size:1.1rem;line-height:1.3;padding:16px}.PageSeasonSeatApplyComplete_BtnArea,.PageSeasonSeatList_Body{display:-webkit-box;display:-ms-flexbox;display:flex}.PageSeasonSeatList_Body{padding:16px 16px 0;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.PageSeasonSeatList_Body_Item{cursor:pointer;background:-webkit-gradient(linear,left top,right top,from(#dee4ea),to(#f6fcff));background:linear-gradient(90deg,#dee4ea,#f6fcff);margin-bottom:24px;width:100%}.PageSeasonSeatList_Body_Item._disabled{pointer-events:none}.m .PageSeasonSeatList_Body_Item{width:49%;min-width:49%}.PageSeasonSeatList_Body_Item_Wrap{padding:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:66px;height:auto}.PageSeasonSeatList_Body_Item_Wrap_Info{margin-right:6px;max-width:calc(100% - 95px);width:calc(100% - 95px)}.PageSeasonSeatList_Body_Item_Wrap_Info_Description{font-size:1.2rem}.PageSeasonSeatList_Body_Item_Wrap_Info_SubTitle{font-size:1.2rem;color:#686b70}.PageSeasonSeatList_Body_Item_Wrap_Info_Name{font-size:1.4rem;font-weight:700;margin-top:6px}.PageSeasonSeatList_Body_Item_Wrap_Info_Price{margin-top:4px}.PageSeasonSeatList_Body_Item_Wrap_Info_Detail{margin-top:4px;font-size:1.2rem}.PageSeasonSeatList_Body_Item_Wrap_Info_Detail button{color:#686b70;text-decoration:underline;cursor:pointer}.UIPaymentSeasonSeatApply{position:relative}.UIPaymentSeasonSeatApply_Details_Body_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:12px}.UIPaymentSeasonSeatApply_Details_Body_Item:first-of-type{margin-top:0}.m .UIPaymentSeasonSeatApply_Details_Body_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.UIPaymentSeasonSeatApply_Details_Body_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.xs .UIPaymentSeasonSeatApply_Details_Body_Item_Label{font-size:1.3rem}.m .UIPaymentSeasonSeatApply_Details_Body_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.UIPaymentSeasonSeatApply_Details_Body_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.m .UIPaymentSeasonSeatApply_Details_Body_Item_Text._confirmation{padding-top:9px}.UIPaymentSeasonSeatApply_Details_Menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIPaymentSeasonSeatApply_Details_Menu_Label{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding-right:16px}.UIPaymentSeasonSeatApply_Details_Menu_Label_Note{font-size:1.3rem;margin-bottom:12px}.xs .UIPaymentSeasonSeatApply_Details_Menu_Label_Note{font-size:1.2rem}.m .UIPaymentSeasonSeatApply_Details_Menu_Label_Note{font-size:1.4rem}.UIPaymentSeasonSeatApply_Details_Menu_Label_Note span{color:#868a8f;margin-top:4px;font-size:1.2rem;display:inline-block}.UIPaymentSeasonSeatApply_Details_Menu_Label_Name{font-size:1.4rem;color:#c00}.xs .UIPaymentSeasonSeatApply_Details_Menu_Label_Name{font-size:1.3rem}.UIPaymentSeasonSeatApply_Details_Menu_Label_Name._bold{font-weight:700}.UIPaymentSeasonSeatApply_Details_Menu_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px;margin:0}.PagePackPayment_Notice{color:#868a8f;font-size:1.2rem}.PagePackPayment_SelectNext{background-color:#fff!important;margin-top:16px}.PagePackPayment_SeatTypeWarningMsg{margin:16px 0}.PagePackPayment_SeatTypeWarningMsg_Item{font-size:1.2rem;color:#c00}.PagePackPayment_PurchaseFee{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:12px}.PagePackPayment_PurchaseFee:first-child{margin-top:0}.PagePackPayment_PurchaseFee_Price{font-size:1.6rem;font-family:Orbitron,sans-serif;font-weight:600}.PagePackPayment_Corporate{margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.PagePackPayment_Corporate:first-child{margin-top:0}.m .PagePackPayment_Corporate{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.PagePackPayment_Corporate_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.xs .PagePackPayment_Corporate_Label{font-size:1.3rem}.m .PagePackPayment_Corporate_Label{-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.PagePackPayment_Corporate_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.xs .PagePackPayment_Corporate_Text{font-size:1.3rem}.PagePackPayment_Term{margin-top:16px;text-align:center;padding:8px 12px}.PagePackPayment_Term._isLogined{text-align:left;border:1px solid #d3d8e0;background:rgba(245,248,250,.96)}.PagePackPayment_Term_CheckBox,.PagePackPayment_Term_Text{display:inline-block;vertical-align:middle}.PagePackPayment_Term_Text{font-size:1.1rem;line-height:1.5;width:80%;text-align:left}.PagePackPayment_Term_Text._isLogined{cursor:pointer;width:auto}.m .PagePackPayment_Term_Text{width:auto;font-size:1.4rem}.PagePackPayment_Term_Text span._link{text-decoration:underline}.PagePackPayment_Term_Text._isLogined{color:#868a8f}.PagePackPayment_Label{display:inline-block;background-color:#d3d8e0;color:#4e5052;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.PagePackPayment_BottomTerm{margin-top:32px}.PagePackPayment_RadioItem{display:block}.PagePackPayment_RadioItem:nth-child(2){margin-top:16px}.m .PagePackPayment_RadioItem{display:inline-block}.m .PagePackPayment_RadioItem:nth-child(2){margin-top:0;margin-left:32px}.PagePackPayment_PersonalInfo{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #dadce0;padding:16px 0;margin-top:16px}.PagePackPayment_PersonalInfo_Btn{margin-left:16px!important}.PagePackPayment_PersonalInfo_Alert{color:#c00}.PagePackPayment_PersonalInfo_List{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.PagePackPayment_PersonalInfo_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:12px}.PagePackPayment_PersonalInfo_List_Item:first-of-type{margin-top:0}.m .PagePackPayment_PersonalInfo_List_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.PagePackPayment_PersonalInfo_List_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.xs .PagePackPayment_PersonalInfo_List_Item_Label{font-size:1.3rem}.m .PagePackPayment_PersonalInfo_List_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 220px;flex:0 0 220px;margin-bottom:0}.PagePackPayment_PersonalInfo_List_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.m .PagePackPayment_PersonalInfo_List_Item_Text{padding-top:9px}.PagePackPayment_PersonalInfo_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px;margin:0}.PagePackPayment_ReceiveWay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.PagePackPayment_ReceiveWay>p{font-size:1rem;margin-top:24px;margin-bottom:10px;width:230px}.xs .PagePackPayment_ReceiveWay>p{width:170px}.m .PagePackPayment_ReceiveWay>p{font-size:1.4rem;margin-top:24px;margin-bottom:10px;padding-left:60px;width:calc(100% - 112px)}.PageMySeatContinue_Top{border-bottom:1px solid #dadce0;padding-bottom:20px}.PageMySeatContinue_Top_Name{font-size:1.2rem;color:#73767a}.PageMySeatContinue_Title,.PageMySeatContinue_Top_Seat{font-size:2rem;font-weight:700}.PageMySeatContinue_Title{color:#000;text-align:center}.PageMySeatContinue_Description{font-size:1.3rem}.PageMySeatContinue_Sum{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px dotted #d3d8e0;margin-top:12px;padding-top:12px}.PageMySeatContinue_Sum_Label{font-size:1.6rem}.PageMySeatContinue_Sum_Price{font-family:Orbitron,sans-serif;font-weight:600;font-size:2rem}.PageMySeatContinue_Annotation{padding-top:20px}.PageMySeatContinue_FlexItem{display:block;margin-top:16px}.PageMySeatContinue_FlexItem:first-child{margin-top:0}.m .PageMySeatContinue_FlexItem{margin-top:0;margin-left:32px;display:inline-block}.m .PageMySeatContinue_FlexItem:first-child{margin-left:0}.PageMySeatContinue_FlexItem_Term{color:#c00;font-size:1.3rem}.PageMySeatContinue_Sub{font-size:1.1rem;margin-left:8px}.PageMySeatContinue_Change{border-top:1px solid #e6e8eb}.PageMySeatContinue_Change_Title{margin-bottom:12px;font-size:1.3rem;font-weight:700}.PageMySeatContinue_Change_Title span{color:#c00;font-weight:400}.PageMySeatContinue_Howto{white-space:nowrap;font-weight:400;font-size:1.1rem;color:#868a8f;cursor:pointer;text-decoration:underline}.PageMySeatContinue_CheckBoxArea_Item{display:block;margin-top:6px}.PageMySeatContinue_CheckBoxArea_Item:first-child{margin-top:0}.m .PageMySeatContinue_CheckBoxArea_Item{display:inline-block;margin-right:32px}.PageMySeatContinue_Notice{color:#c00;font-size:1.3rem;text-indent:-1em;padding-left:1em}.PageMySeatContinue_Emphasis{color:#c00}.PageMySeatContinue_PersonalInfo{border-top:1px solid #e6e8eb;margin-top:16px;padding-top:16px}.PageMySeatContinue_PersonalInfo_Title{font-weight:700;text-align:center}.PageMySeatContinue_PersonalInfo_Inner{width:100%;margin-top:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PageMySeatContinue_PersonalInfo_Inner_List{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;margin-right:16px}.PageMySeatContinue_PersonalInfo_Inner_List_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:12px}.PageMySeatContinue_PersonalInfo_Inner_List_Item:first-of-type{margin-top:0}.m .PageMySeatContinue_PersonalInfo_Inner_List_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.PageMySeatContinue_PersonalInfo_Inner_List_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.xs .PageMySeatContinue_PersonalInfo_Inner_List_Item_Label{font-size:1.3rem}.m .PageMySeatContinue_PersonalInfo_Inner_List_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 220px;flex:0 0 220px;margin-bottom:0}.PageMySeatContinue_PersonalInfo_Inner_List_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.m .PageMySeatContinue_PersonalInfo_Inner_List_Item_Text{padding-top:9px}.PageMySeatContinue_PersonalInfo_Inner_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px;margin:0}.PageMySeatContinue_Term{font-size:1.2rem;line-height:1.8}.m .PageMySeatContinue_Term{text-align:center}.PageMySeatContinue_Agree{margin-top:16px;text-align:center;padding:8px 12px}.PageMySeatContinue_Agree_CheckBox,.PageMySeatContinue_Agree_Text{display:inline-block;vertical-align:middle}.PageMySeatContinue_Agree_Text{line-height:1.5;text-align:left}.m .PageMySeatContinue_Agree_Text{width:auto}.PageMySeatContinue_Agree_Text span{text-decoration:underline}.PagePackSeatType_Img{height:115px;background:#eee;background-repeat:none;background-size:cover;background-position:50%}.pc .PagePackSeatType_Img{height:300px}.PagePackSeatType_Head{padding:12px 16px;border-bottom:1px solid #dadce0}.PagePackSeatType_Head_Text{font-size:1.2rem;color:#686b70}.PagePackSeatType_Head_Name{margin-top:6px;font-size:1.4rem;font-weight:700}.PagePackSeatType_Body{padding:16px}.PagePackSeatType_Body_Item{border-bottom:1px solid #e6e8eb;padding-bottom:10px}.PagePackSeatType_Body_Item._disabled{pointer-events:none}.PagePackSeatType_Body_Item_Btn{margin:0}.PagePackSeatType_Body_Item+.PagePackSeatType_Body_Item{margin-top:10px}.PagePackList_Body{padding:16px 16px 0}.PagePackList_Body_Descriptiion{color:#686b70;font-size:1.2rem;margin-bottom:12px;text-align:right;cursor:pointer}.PagePackList_Body_Descriptiion img,.PagePackList_Body_Descriptiion span{vertical-align:middle}.PagePackList_Body_Descriptiion img{margin-left:2px}.PagePackList_Body_Flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.PagePackList_Body_Item{margin-bottom:24px;width:100%;cursor:pointer}.PagePackList_Body_Item._disabled{pointer-events:none}.m .PagePackList_Body_Item{width:49%;min-width:49%}.PagePackList_Body_Item_Wrap{padding:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto}.m .PagePackList_Body_Item_Wrap{min-height:83px}.PagePackList_Body_Item_Wrap_Info{margin-right:6px;max-width:calc(100% - 95px);width:calc(100% - 95px)}.PagePackList_Body_Item_Wrap_Info_Text{font-size:1.2rem;color:#686b70}.PagePackList_Body_Item_Wrap_Info_Name{margin-top:8px;display:-webkit-box;display:-ms-flexbox;display:flex}.PagePackList_Body_Item_Wrap_Info_Name img{margin-top:4px}.PagePackList_Body_Item_Wrap_Info_Name>div{margin-left:8px;font-weight:700;font-size:1.4rem}.PagePackList_Body_Item_Wrap_Info_Name>div span{color:#cb0a39;font-size:1.2rem;text-decoration:underline;margin-top:10px;font-weight:400;cursor:pointer}.PageMySeatTickets_Body{top:0!important;padding-top:68px}.PageMySeatTickets_Tab{position:absolute;z-index:2;top:22px;right:16px;width:92px}.m .PageMySeatTickets_OptionDetail{position:absolute;bottom:35px;top:0;left:0;right:0;margin:auto;z-index:2}.PageMySeatTickets_NoTicket{text-align:center;color:#fff;padding-top:260px}.pc .PageMySeatTickets_NoTicket{padding-top:170px}.PageMySeatTickets_Tip{right:12px;top:58px}.UITicketHistoryItem{min-height:52px;padding:10px 16px;background-color:hsla(0,0%,100%,.98);background-image:url(/images/arrow/arrow-right-gray.png);background-position:center right 12px;background-repeat:no-repeat;background-size:16px 16px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.06),0 12px 14px rgba(0,0,0,.06);box-shadow:0 1px 3px rgba(0,0,0,.06),0 12px 14px rgba(0,0,0,.06);border-radius:6px;cursor:pointer}.m .UITicketHistoryItem{-webkit-transition:all .1s ease;transition:all .1s ease}.xs .UITicketHistoryItem{padding:8px 24px 8px 12px}.m .UITicketHistoryItem:hover{background-color:#fceaee}.UITicketHistoryItem._disabled{background-image:none;cursor:auto}.UITicketHistoryItem_Label{font-size:1.2rem;line-height:1;color:#73767a}.xs .UITicketHistoryItem_Label{font-size:1.1rem}.UITicketHistoryItem_Label._myticketPc{font-size:1.2rem;font-family:BlinkMacSystemFont,Helvetica Neue,"\30D2\30E9\30AE\30CE\89D2\30B4   ProN",Hiragino Kaku Gothic ProN,"\6E38\30B4\30B7\30C3\30AF   Medium",Yu Gothic Medium,"\6E38\30B4\30B7\30C3\30AF\4F53",YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif;font-weight:400}.UITicketHistoryItem_Name{margin-top:4px;font-size:1.8rem;font-weight:700}.UITicketHistoryItem_Venue{margin-top:5px;color:#73767a;font-size:1.2rem}.UITicketHistoryItem_Date{margin-top:8px;color:#73767a;font-size:1.2rem}.PageTicketHistory_Body{top:0!important;padding-top:68px}.PageTicketHistory_Tab{position:absolute;z-index:2;top:22px;right:16px;width:92px}.PageTicketHistory_List+.PageTicketHistory_List{margin-top:12px}.PageTicketHistory_NoTicket{text-align:center;padding-top:260px;color:#fff}.pc .PageTicketHistory_NoTicket{padding-top:170px}.PageTicketHistory_Landscape{color:#fff;text-align:center;font-size:1.6rem;padding-top:80px}.PageTicketHistory_Tip{right:12px;top:58px}.PageMyPassTickets_Body{top:0!important;padding-top:68px}.PageMyPassTickets_Tab{position:absolute;z-index:2;top:22px;right:16px;width:92px}.m .PageMyPassTickets_OptionDetail{position:absolute;bottom:35px;top:0;left:0;right:0;margin:auto;z-index:2}.PageMyPassTickets_NoTicket{text-align:center;color:#fff;padding-top:160px}.pc .PageMyPassTickets_NoTicket{padding-top:220px}.PageMyPassTickets_Tip{right:12px;top:58px}.PagePackVenue_NonAreaList{position:absolute;z-index:11;bottom:16px}.pc .PagePackVenue_NonAreaList{right:380px}.sp .PagePackVenue_NonAreaList{left:12px}.PagePackVenue_ColorGuide{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;top:90px;left:16px;z-index:3;width:140px;background:#fff;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.16);padding:4px 6px}.PagePackVenue_ColorGuide>img{vertical-align:middle;margin-right:4px;display:inline-block}.PagePackVenue_ColorGuide>span{vertical-align:middle}.pc .PagePackVenue_ColorGuide{top:70px}.PagePackVenue_NonAreaItem{margin:6px;max-width:200px!important}.PagePackVenue_NonAreaItem:disabled{opacity:1;background:#dadce0!important}.PagePackVenue_PcSearch{position:absolute;z-index:5;left:16px;top:16px;width:auto;max-width:calc(100% - 456px);overflow:hidden;padding-bottom:8px;background:hsla(0,0%,100%,.98);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.16);border-radius:3px;-ms-flex-wrap:wrap;flex-wrap:wrap}.PagePackVenue_PcSearch_Item{margin-top:8px;padding:0 16px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.PagePackVenue_PcSearch_Item_Inner_Title{display:inline-block;font-size:1.4rem;font-weight:700;padding-right:10px}.PagePackVenue_PcSearch_Item_Inner_Body,.PagePackVenue_PcSearch_Item_Inner_Title{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.PagePackVenue_PcSearch_Item_Inner_Body_Price{width:210px;font-family:Orbitron,sans-serif;font-weight:600}.PagePackVenue_PcSearch_Item_Inner_Body_Btn{text-align:left;display:inline-block;height:28px;width:100%;min-width:100px;padding:4px 8px;border-radius:3px;border:1px solid #c4c8cc;line-height:1;font-size:1.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PagePackVenue_PcSearch_Item_Inner_Body_Btn>span{margin-left:2px;font-size:1.4rem;font-weight:300;font-family:Oswald,sans-serif}.PagePackVenue_PcSearch_Item_Inner_Body_Btn._arrow{padding-right:28px;background:url(/images/arrow/arrow-down-gray.png) center right 10px no-repeat;background-size:12px}.PagePackVenue_PcSearch_Item_Inner_Body_Btn._arrow._isSelected{background-image:url(/images/arrow/arrow-down-secondary.png);font-weight:700}.PagePackVenue_PcSearch_Item_Inner_Body_Btn._isSelected{border-color:#cb0a39;color:#cb0a39}.PagePackVenue_Main{position:relative;height:100%}.PagePackVenue_Main._sp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:1}.PagePackVenue_Main._pc{padding-right:300px;background-size:cover}.PagePackVenue_Header{background:url(/images/bg/bg_theater_header.png) no-repeat;background-size:cover;-webkit-box-flex:0;-ms-flex:0 0 76px;flex:0 0 76px;text-align:center;padding:8px 16px 0}.PagePackVenue_Header._season{color:#fff;background:url(/images/bg/bg_panel_header.png) 50% no-repeat}.PagePackVenue_Header_Desc{font-size:1.2rem}.PagePackVenue_Header_Search{margin-top:12px}.PagePackVenue_Header_Search_Button{display:inline-block;background-color:#fff;height:28px;width:100%;line-height:28px;padding:0 8px;border-radius:16px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.06);box-shadow:0 1px 3px rgba(0,0,0,.06);font-size:1.2rem;padding-right:24px;background-image:url(/images/icon/search-gray.png);background-repeat:no-repeat;background-size:14px;background-position:right 8px center;overflow:hidden;text-overflow:ellipsis}.PagePackVenue_Holder{position:relative;overflow:hidden}.PagePackVenue_Holder._sp{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;background:#fff}.PagePackVenue_Holder._pc{width:100%;height:100%}.PagePackVenue_Map{position:absolute;z-index:1}.PagePackVenue_Map._hide{visibility:hidden}.PagePackVenue_List{position:absolute;width:100%;height:100%;z-index:2}.PagePackVenue_Side{position:absolute;top:0;right:0;bottom:0;z-index:3;width:300px;background:hsla(0,0%,100%,.98);-webkit-box-shadow:0 0 64px rgba(0,0,0,.16);box-shadow:0 0 64px rgba(0,0,0,.16);overflow:hidden}.PagePackVenue_Side_Header{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px;background-color:rgba(235,142,164,.92);text-align:center;padding:20px 0;font-weight:700}.PagePackVenue_Side_Header span{display:inline-block;margin-bottom:6px;font-weight:400;font-size:1.2rem;color:#868a8f}.PagePackVenue_Side_Header_Image{display:block;height:42px;margin:0 auto 12px}.PagePackVenue_Side_InfoTitle{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;padding:16px;text-align:center;line-height:1;border-bottom:1px solid #d3d8e0}.PagePackVenue_Side_Info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:auto}.PagePackVenue_Side_InfoButtom{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}.PageLotteryList_Body{padding:16px 16px 0}.PageLotteryList_Body_Flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.PageLotteryList_Body_Item{margin-bottom:24px;width:100%;cursor:pointer}.PageLotteryList_Body_Item._disabled{pointer-events:none}.PageLotteryList_Body_Item._mask{opacity:.6}.m .PageLotteryList_Body_Item{width:49%;min-width:49%}.PageLotteryList_Body_Item_Period{position:absolute;top:10px;left:10px;font-size:1.1rem;color:#cb0a39;background-color:#fff;border:1px solid #cb0a39;text-align:center;line-height:1.8;width:70px;height:20px}.PageLotteryList_Body_Item_Wrap{padding:12px;height:auto}.m .PageLotteryList_Body_Item_Wrap{min-height:83px}.PageLotteryList_Body_Item_Wrap_Result{position:absolute;top:20px;left:10px;width:70px;height:20px;font-size:1.1rem;line-height:1.6;text-align:center}.PageLotteryList_Body_Item_Wrap_Result._cancel{border:1px solid #868a8f;background-color:#868a8f;color:#fff}.PageLotteryList_Body_Item_Wrap_Info_Name{display:-webkit-box;display:-ms-flexbox;display:flex}.PageLotteryList_Body_Item_Wrap_Info_Name img{margin-top:4px}.PageLotteryList_Body_Item_Wrap_Info_Name>div{font-weight:700;font-size:1.4rem}.PageLotteryList_Body_Item_Wrap_Info_Text{margin-top:8px;font-size:1.2rem;color:#686b70}.PageLotteryList_Body_Item_Wrap_Info_Period{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;color:#686b70;margin-top:10px}.PageLotteryList_Body_Item_Wrap_Info_Period_Label{font-size:1.2rem;font-weight:700;margin-bottom:4px}.PageLotteryList_Body_Item_Wrap_Info_Period_Item{font-size:1.2rem}.UILotterySelectSingle{padding-top:12px}.UILotterySelectSingle_SelectArea{border-top:1px solid #c4c8cc;padding-top:12px;margin-top:12px;border-top:none;padding-top:0;margin-top:0}.UILotterySelectSingle_SelectArea:last-child{border-bottom:none}.UILotterySelectSingle_SelectArea_Item{padding:12px 16px}.UILotterySelectSingle_SelectArea_Item._Calendar{padding:12px 0}.UILotterySelectSingle_SelectArea_Item_Text{padding-left:16px}.UILotterySelectSingle_SelectArea_Item_Head{font-weight:700}.UILotterySelectSingle_SelectArea_Item_Head button{width:44px;padding:4px 2px;border:1px solid #c4c8cc;border-radius:2px;font-size:1.1rem;color:#c4c8cc;text-align:center;display:inline-block;vertical-align:bottom;margin-left:7px;vertical-align:middle}.UILotterySelectSingle_SelectArea_Item_CalendarWrap ul{padding:0 16px}.UILotterySelectSingle_SelectArea_Item_CalendarWrap_Day{border-top:1px solid #c4c8cc;width:100%;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UILotterySelectSingle_SelectArea_Item_CalendarWrap_Day:first-child{border-top:none}.UILotterySelectSingle_SelectArea_Item_CalendarWrap_Day_Notice{color:#c00}.UILotterySelectSingle_SelectArea_Item_Flex{width:100%;margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.UILotterySelectSingle_SelectArea_Item_Flex:first-child{margin-top:0}.UILotterySelectSingle_SelectArea_Item_Flex_Radio{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UILotterySelectSingle_SelectArea_Item_Price{font-family:Orbitron,sans-serif;font-weight:600;line-height:1.2;text-align:right;-webkit-box-flex:0;-ms-flex:0 0 142px;flex:0 0 142px}.UILotterySelectSingle_SelectArea_Item_Price span{font-size:1.2rem}.UILotterySelectSingle_SelectArea_Item_ErrMsg{margin-top:12px;color:#c00}.UILotteryMultipleHope_HopeLabel{background:#868a8f;color:#fff;font-size:1.1rem;padding:4px 16px;display:inline-block;margin-left:16px}.UILotteryMultipleHope_Item{padding:12px 16px;position:relative}.UILotteryMultipleHope_Item._Calendar{padding:12px 0}.UILotteryMultipleHope_Item_Head{font-weight:700}.UILotteryMultipleHope_Item_Head button{width:44px;padding:4px 2px;border:1px solid #c4c8cc;border-radius:2px;font-size:1.1rem;color:#c4c8cc;text-align:center;display:inline-block;vertical-align:bottom;margin-left:7px;vertical-align:middle}.UILotteryMultipleHope_Item_TheaterImgBtn{position:absolute;top:0;right:16px}.UILotteryMultipleHope_Item_SelectSeat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:44px;font-size:1.4rem;border:1px solid #c4c8cc;border-radius:4px;padding:0 12px;background-image:url(/images/arrow/arrow-right-gray.png);background-repeat:no-repeat;background-position:center right 12px;background-size:16px auto;cursor:pointer}.UILotteryMultipleHope_Item_SelectSeat._isSelected{border-color:#cb0a39;color:#cb0a39;background-image:url(/images/arrow/arrow-right-secondary.png)}.UILotteryMultipleHope_Item_SelectSeat._isSelected._farm{border-color:#c00;color:#c00;background-image:url(/images/arrow/arrow-right-farm-secondary.png)}.UILotteryMultipleHope_Item_CalendarWrap ul{padding:0 0 0 16px}.UILotteryMultipleHope_Item_CalendarWrap_Day{border-top:1px solid #c4c8cc;width:100%;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UILotteryMultipleHope_Item_CalendarWrap_Day:first-child{border-top:none}.UILotteryMultipleHope_Item_CalendarWrap_Day_Notice{color:#c00}.UILotteryMultipleHope_Item_Flex{width:100%;margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.UILotteryMultipleHope_Item_Flex:first-child{margin-top:0}.UILotteryMultipleHope_Item_Flex_Radio{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UILotteryMultipleHope_Item_Price{font-family:Orbitron,sans-serif;font-weight:600;line-height:1.2;-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px;text-align:right}.UILotteryMultipleHope_Item_Price span{font-size:1.2rem}.UILotteryMultipleHope_Item_ErrMsg{margin-top:12px;color:#c00}.UILotteryMultipleHope_List{padding:16px 0 8px;position:relative;margin-top:12px}.UILotteryMultipleHope_List:first-child{border-top:none}.UILotteryMultipleHope_List_Delete{position:absolute;top:16px;right:16px;width:64px;padding:4px 0;font-size:1.1rem;border-radius:50px;border:1px solid #cb0a39;color:#cb0a39}.UILotteryMultipleHope_AddArea{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 0 16px}.UILotteryMultipleHope_AddArea span{font-weight:700;margin-left:12px}.UILotteryMultipleSelect_HopeLabel{background:#868a8f;color:#fff;font-size:1.1rem;padding:4px 16px;display:inline-block;margin-left:16px}.UILotteryMultipleSelect_Item{padding:12px 16px}.UILotteryMultipleSelect_Item._Calendar{padding:0 16px 12px}.UILotteryMultipleSelect_Item_Head{font-weight:700}.UILotteryMultipleSelect_Item_Head button{width:44px;padding:4px 2px;border:1px solid #c4c8cc;border-radius:2px;font-size:1.1rem;color:#c4c8cc;text-align:center;display:inline-block;vertical-align:bottom;margin-left:7px;vertical-align:middle}.UILotteryMultipleSelect_Item_Event{border-top:1px solid #c4c8cc;margin-top:12px;padding-top:16px}.UILotteryMultipleSelect_Item_Event:first-child{border:none;margin-top:0}.UILotteryMultipleSelect_Item_Flex{width:100%;margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.UILotteryMultipleSelect_Item_Flex:first-child{margin-top:0}.UILotteryMultipleSelect_Item_Flex_Checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none!important}.UILotteryMultipleSelect_Item_Price{font-family:Orbitron,sans-serif;font-weight:600;line-height:1.2;-webkit-box-flex:0;-ms-flex:0 0 142px;flex:0 0 142px;text-align:right}.UILotteryMultipleSelect_Item_Price span{font-size:1.2rem}.UILotteryMultipleSelect_Item_ErrMsg{margin-top:12px;color:#c00}.UILotteryMultipleSelect_List{padding:16px 0 8px;position:relative;margin-top:12px}.UILotteryMultipleSelect_List:first-child{border-top:none}.UILotteryMultipleSelect_List_Delete{position:absolute;top:16px;right:16px;width:64px;padding:4px 0;font-size:1.1rem;border-radius:50px;border:1px solid #cb0a39;color:#cb0a39}.UILotteryMultipleSelect_AddArea{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 0 16px}.UILotteryMultipleSelect_AddArea span{font-weight:700;margin-left:12px}.PageLotteryInfo{padding-bottom:24px}.PageLotteryInfo_Event_Mv{width:100%;background:#f7f7f7;background-repeat:none;background-size:cover;background-position:50%;position:relative}.PageLotteryInfo_Event_Mv:before{content:"";display:block;padding-top:56.38%}.pc .PageLotteryInfo_Event_Mv:before{padding-top:0;height:350px}.PageLotteryInfo_Event_Mv_Inner{position:absolute;top:0;left:0;bottom:0;right:0}.PageLotteryInfo_Event_Info{padding:12px 16px 0}.PageLotteryInfo_Event_Info_Name{font-size:1.4rem;font-weight:700}.PageLotteryInfo_Event_Info_Description{font-size:1.2rem;color:#868a8f;margin-top:4px}.PageLotteryInfo_Event_Info_Item{padding:12px 0;border-bottom:1px dashed #868a8f;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.PageLotteryInfo_Event_Info_Item:last-child{border-bottom:none}.PageLotteryInfo_Event_Info_Item_Label{background:#868a8f;color:#fff;display:inline-block;font-size:1.2rem;padding:2px 0;width:80px;height:20px;text-align:center}.PageLotteryInfo_Event_Info_Item_Right{font-size:1.4rem;margin-left:8px}.PageLotteryInfo_Event_Info_Item_Right span{font-size:1.2rem;color:#868a8f}.PageLotteryInfo_Count_MultiLabel{border:1px solid #c00;color:#c00;text-align:center;padding:7px 10px;font-size:1.2rem;margin:0 16px}.PageLotteryInfo_Count_Item{padding:12px 16px}.PageLotteryInfo_Count_Item_Head{font-weight:700}.PageLotteryInfo_Count_Item_Head button{width:44px;padding:4px 2px;border:1px solid #c4c8cc;border-radius:2px;font-size:1.1rem;color:#c4c8cc;text-align:center;display:inline-block;vertical-align:bottom;margin-left:7px;vertical-align:middle}.PageLotteryInfo_Count_Item_Flex{width:100%;margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.PageLotteryInfo_Count_Item_Flex:first-child{margin-top:0}.PageLotteryInfo_Count_Item_Flex_Radio{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PageLotteryInfo_Term_Item{font-size:1.1rem;color:#fff}.PageLotteryInfo_Button{letter-spacing:2px;width:312px}.UIPaymentLotteryInfo_Box{padding:16px;text-align:left}.UIPaymentLotteryInfo_Title{font-size:2rem;font-weight:700;margin-bottom:16px}.UIPaymentLotteryInfo_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:12px}.UIPaymentLotteryInfo_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 72px;flex:0 0 72px}.UIPaymentLotteryInfo_Item_Cont{text-align:right}.PageLotteryPayment_MultiLabel{border:1px solid #c00;color:#c00;text-align:center;padding:4px 0;font-size:1.1rem}.PageLotteryPayment_ApplyInfo{margin-top:16px;padding-top:16px;border-top:1px solid #c4c8cc}.PageLotteryPayment_ApplyInfo:first-child{border-top:none;padding-top:0}.PageLotteryPayment_ApplyInfo_HopeLabel{background:#868a8f;color:#fff;font-size:1.1rem;padding:4px 16px;display:inline-block;margin-bottom:6px}.PageLotteryPayment_ApplyInfo_Event{margin-top:16px}.PageLotteryPayment_ApplyInfo_Event:first-child{margin-top:0}.PageLotteryPayment_ApplyInfo_Event_BtnArea{cursor:pointer;width:100%;border-top:1px solid #dadce0;padding:12px 0;text-align:left}.PageLotteryPayment_ApplyInfo_Sum{border-top:1px dotted #d3d8e0;margin-top:12px}.PageLotteryPayment_ApplyInfo_Sum_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:12px}.PageLotteryPayment_ApplyInfo_Sum_Item_Label._sum{font-weight:700}.PageLotteryPayment_ApplyInfo_Sum_Item_Price{font-family:Orbitron,sans-serif;font-weight:600;font-size:1.6rem}.PageLotteryPayment_ApplyInfo_Sum_Item_Price._sum{font-weight:400}.PageLotteryPayment_PurchaseFee{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:12px}.PageLotteryPayment_PurchaseFee:first-child{margin-top:0}.PageLotteryPayment_PurchaseFee_Price{font-size:1.6rem;font-family:Orbitron,sans-serif;font-weight:600}.PageLotteryPayment_Notice{font-size:1.1rem;color:#c00;margin-top:32px;padding:8px 12px;border:1px solid #d3d8e0;background:rgba(245,248,250,.96)}.m .PageLotteryPayment_Notice{font-size:1.2rem}.PageLotteryPayment_Term{margin-top:16px;text-align:center;padding:8px 12px}.PageLotteryPayment_Term._isLogined{text-align:left;border:1px solid #d3d8e0;background:rgba(245,248,250,.96)}.PageLotteryPayment_Term_CheckBox,.PageLotteryPayment_Term_Text{display:inline-block;vertical-align:middle}.PageLotteryPayment_Term_Text{font-size:1.1rem;line-height:1.5;width:80%;text-align:left}.PageLotteryPayment_Term_Text._isLogined{cursor:pointer;width:auto}.m .PageLotteryPayment_Term_Text{width:auto;font-size:1.4rem}.PageLotteryPayment_Term_Text span{text-decoration:underline}.PageLotteryPayment_Term_Text._isLogined{color:#868a8f}.PageLotteryPayment_Label{display:inline-block;background-color:#d3d8e0;color:#4e5052!important;font-size:1.1rem;font-weight:400;border-radius:2px;line-height:1;padding:3px 6px;margin-top:-3px;margin-left:4px;vertical-align:middle}.PageLotteryPayment_BottomTerm{margin-top:32px}.PageApplyHistoryList_Body{padding:16px 16px 0}.PageApplyHistoryList_Body_Flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.PageApplyHistoryList_Body_Item{margin-bottom:24px;width:100%;cursor:pointer;position:relative}.m .PageApplyHistoryList_Body_Item{width:49%;min-width:49%}.PageApplyHistoryList_Body_Item_Result{position:absolute;top:10px;left:10px;min-width:58px;display:inline-block;padding:0 6px;height:20px;font-size:1.1rem;line-height:1.6;text-align:center;border:1px solid #fff}.PageApplyHistoryList_Body_Item_Result._winning{color:#fff;background-color:#cb0a39;border-color:solid 1px #cb0a39}.PageApplyHistoryList_Body_Item_Result._lost{color:#c00;background-color:#fff;border-color:#c00}.PageApplyHistoryList_Body_Item_Result._applied{color:#cb0a39;background-color:#fff;border:1px solid #cb0a39}.PageApplyHistoryList_Body_Item_Result._cancel{border:1px solid #c00;background-color:#c00;color:#fff}.PageApplyHistoryList_Body_Item_Wrap{padding:12px 32px 12px 12px;height:auto;background:url(/images/arrow/arrow-right-gray.png) center right 12px no-repeat;background-size:16px auto}.m .PageApplyHistoryList_Body_Item_Wrap{min-height:83px}.PageApplyHistoryList_Body_Item_Wrap_Info{margin-right:0;width:100%}.PageApplyHistoryList_Body_Item_Wrap_Info_Name{display:-webkit-box;display:-ms-flexbox;display:flex}.PageApplyHistoryList_Body_Item_Wrap_Info_Name img{margin-top:4px}.PageApplyHistoryList_Body_Item_Wrap_Info_Name>div{font-weight:700;font-size:1.4rem}.PageApplyHistoryList_Body_Item_Wrap_Info_Text{margin-top:8px;font-size:1.2rem;color:#ced2d6}.PageApplyHistoryList_Body_Item_Wrap_Info_Number{font-size:1.3rem;padding-top:10px}.PageApplyHistoryList_Body_Item_Wrap_Info_AnnounceDate,.PageApplyHistoryList_Body_Item_Wrap_Info_ApplyDate{font-size:1.3rem;padding-top:4px}.PageLotteryApplyHistoryDetail_SevenWait{background:#c00;color:#fff;text-align:center;padding:4px 0;margin-top:16px}.PageLotteryApplyHistoryDetail_HeadWrapper,.PageLotteryApplyHistoryDetail_Wrapper{padding-top:16px;padding-bottom:16px;padding-left:16px;padding-right:16px}.PageLotteryApplyHistoryDetail_Wrapper{margin-top:12px}.PageLotteryApplyHistoryDetail_HeadImage{width:100%;background:#f7f7f7;background-repeat:none;background-size:cover;background-position:50%;position:relative}.PageLotteryApplyHistoryDetail_HeadImage:before{content:"";display:block;padding-top:56.25%}.pc .PageLotteryApplyHistoryDetail_HeadImage:before{padding-top:0;height:350px}.PageLotteryApplyHistoryDetail_HeadImage_Inner{position:absolute;top:0;left:0;bottom:0;right:0}.PageLotteryApplyHistoryDetail_HeadStatus{min-width:58px;display:inline-block;padding:4px 6px;text-align:center;font-size:1.1rem;border:1px solid}.PageLotteryApplyHistoryDetail_HeadStatus._winning{color:#fff;background-color:#cb0a39;border-color:solid 1px #cb0a39}.PageLotteryApplyHistoryDetail_HeadStatus._lost{color:#c00;background-color:#fff;border-color:#c00}.PageLotteryApplyHistoryDetail_HeadStatus._applied{color:#cb0a39;background-color:#fff;border:1px solid #cb0a39}.PageLotteryApplyHistoryDetail_HeadStatus._cancel{background-color:#c00;color:#fff;width:100%;font-size:1.4rem;font-weight:700}.PageLotteryApplyHistoryDetail_HeadName{font-size:1.4rem;font-weight:600;padding:5px 0 5px 0}.PageLotteryApplyHistoryDetail_HeadItem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;font-size:1.2rem;padding-bottom:7px}.PageLotteryApplyHistoryDetail_HeadItem_Label{-webkit-box-flex:0;-ms-flex:0 0 68px;flex:0 0 68px}.PageLotteryApplyHistoryDetail_HeadItem_Entry{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:right;font-size:1.4rem}.xs .PageLotteryApplyHistoryDetail_HeadItem_Entry{width:180px}.PageLotteryApplyHistoryDetail_HeadItem_ApplyTerm{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:1.4rem}.PageLotteryApplyHistoryDetail_HeadItem_ApplyTerm_From{padding-bottom:3px}.PageLotteryApplyHistoryDetail_HeadItem_ApplyTerm_To{text-align:right}.PageLotteryApplyHistoryDetail_HeadItem_DayAnnounce,.PageLotteryApplyHistoryDetail_HeadItem_DayApply,.PageLotteryApplyHistoryDetail_HeadItem_Number,.PageLotteryApplyHistoryDetail_HeadItem_ReceptionNumber{font-size:1.4rem}.PageLotteryApplyHistoryDetail_AttentionDevided{margin-top:30px;margin-bottom:30px;background-color:#fff}.PageLotteryApplyHistoryDetail_AttentionDevided_Item{width:100%;color:#e0001e;border:1px solid;text-align:center;font-size:1.3rem;padding:7px 10px 7px 10px}.m .PageLotteryApplyHistoryDetail_AttentionDevided_Item{font-size:1.4rem;line-height:1.5;margin-top:0}.PageLotteryApplyHistoryDetail_Border{border-top:1px solid #d3d8e0;padding-top:10px;margin-top:10px}.PageLotteryApplyHistoryDetail_SeatBorder{border-top:1px dotted #d3d8e0;padding-top:10px;margin-top:10px}.PageLotteryApplyHistoryDetail_InformationList_PriorityWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px}.m .PageLotteryApplyHistoryDetail_InformationList_PriorityWrapper{margin-bottom:25px}.PageLotteryApplyHistoryDetail_InformationList_Priority{min-width:58px;text-align:center;font-size:1.1rem;color:#fff;background-color:#868a8f;padding:4px 6px;margin-right:10px}.PageLotteryApplyHistoryDetail_InformationList_Status{min-width:58px;display:inline-block;text-align:center;font-size:1.1rem;padding:4px 6px;border:1px solid #fff}.PageLotteryApplyHistoryDetail_InformationList_Status._winning{color:#fff;background-color:#c00;border-color:#c00}.PageLotteryApplyHistoryDetail_InformationList_Status._lost{color:#c00;background-color:#fff;border-color:#c00}.PageLotteryApplyHistoryDetail_InformationList_Status._applied{color:#fff;background-color:#cb0a39;border-color:#cb0a39}.PageLotteryApplyHistoryDetail_InformationList_Status._cancel{border:1px solid #c00;background-color:#c00;color:#fff}.PageLotteryApplyHistoryDetail_InformationList_Main{padding-top:0;padding-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.PageLotteryApplyHistoryDetail_InformationList_Main_Item{width:100%;margin-top:7px}.m .PageLotteryApplyHistoryDetail_InformationList_Main_Item{margin-top:25px}.PageLotteryApplyHistoryDetail_InformationList_Main_Item_SeatName{font-size:1.5rem;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.m .PageLotteryApplyHistoryDetail_InformationList_Main_Item_SeatName{font-size:2rem;line-height:1}.PageLotteryApplyHistoryDetail_InformationList_Main_Item_SeatName_Box{margin-left:10px}.PageLotteryApplyHistoryDetail_InformationList_Main_Item_PriceWrapper{width:100%;display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;font-size:1.5rem;display:flex;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.m .PageLotteryApplyHistoryDetail_InformationList_Main_Item_PriceWrapper{font-size:1.8rem}.PageLotteryApplyHistoryDetail_InformationList_Main_Item_PriceWrapper_SeatDetailsText{font-size:1.4rem}.m .PageLotteryApplyHistoryDetail_InformationList_Main_Item_PriceWrapper_SeatDetailsText{font-size:1.6rem}.PageLotteryApplyHistoryDetail_InformationList_Main_Item_PriceWrapper_SeatDetailsText:before{content:"";display:inline-block;width:20px;height:20px;margin-right:10px;background:url(/images/icon/myticket-secondary.png) 50% no-repeat;background-size:contain;vertical-align:middle}.m .PageLotteryApplyHistoryDetail_InformationList_Main_Item_PriceWrapper_SeatDetailsText:before{width:24px;height:24px;margin-right:12px}.PageLotteryApplyHistoryDetail_InformationList_Main_Item_PriceWrapper_SeatDetailsPrice{text-align:right;max-width:70px}.m .PageLotteryApplyHistoryDetail_InformationList_Main_Item_PriceWrapper_SeatDetailsPrice{max-width:250px}.PageLotteryApplyHistoryDetail_InformationList_Main_Item_PriceWrapper_SeatDetailsPrice_Num{font-size:1.6rem;font-family:Oswald,sans-serif;font-weight:300}.xs .PageLotteryApplyHistoryDetail_InformationList_Main_Item_PriceWrapper_SeatDetailsPrice_Num{font-size:1.2rem}.m .PageLotteryApplyHistoryDetail_InformationList_Main_Item_PriceWrapper_SeatDetailsPrice_Num{font-size:2rem}.PageLotteryApplyHistoryDetail_InformationList_Item{width:100%;margin-top:7px}.m .PageLotteryApplyHistoryDetail_InformationList_Item{margin-top:25px}.PageLotteryApplyHistoryDetail_InformationList_Item_SeatName{padding-bottom:10px;font-size:1.4rem;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.m .PageLotteryApplyHistoryDetail_InformationList_Item_SeatName{font-size:2rem;line-height:1}.PageLotteryApplyHistoryDetail_InformationList_Item_SeatName_Box{margin-left:10px}.PageLotteryApplyHistoryDetail_InformationList_Item_Price{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:1.4rem;font-family:Orbitron,sans-serif;font-weight:600}.m .PageLotteryApplyHistoryDetail_InformationList_Item_Price{font-size:1.8rem}.PageLotteryApplyHistoryDetail_InformationList_Item_Total{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;font-size:1.5rem}.m .PageLotteryApplyHistoryDetail_InformationList_Item_Total{font-size:1.8rem}.PageLotteryApplyHistoryDetail_InformationList_Item_Total_Text{font-size:1.4rem}.PageLotteryApplyHistoryDetail_InformationList_Item_Total_Text._sum{font-weight:700}.m .PageLotteryApplyHistoryDetail_InformationList_Item_Total_Text{font-size:1.6rem}.PageLotteryApplyHistoryDetail_InformationList_Item_Total_Price{font-size:1.6rem;font-family:Orbitron,sans-serif;font-weight:600}.PageLotteryApplyHistoryDetail_InformationList_Item_Total_Price._sum{font-weight:400}.xs .PageLotteryApplyHistoryDetail_InformationList_Item_Total_Price{font-size:1.2rem}.m .PageLotteryApplyHistoryDetail_InformationList_Item_Total_Price{font-size:2rem}.PageLotteryApplyHistoryDetail_PaymentMethod{padding:10px 0;border-bottom:1px solid #d3d8e0}.PageLotteryApplyHistoryDetail_PaymentMethod:last-child{border-bottom:none}.m .PageLotteryApplyHistoryDetail_PaymentMethod{padding:12px 0}.PageLotteryApplyHistoryDetail_PaymentMethod._forEntryType1{padding:0 0 10px 0}.PageLotteryApplyHistoryDetail_PaymentMethod_Title{font-size:1.6rem;margin-bottom:0}.PageLotteryApplyHistoryDetail_PaymentMethod_Title .seatName{margin-bottom:0}.m .PageLotteryApplyHistoryDetail_PaymentMethod_Title{font-size:1.8rem}.PageLotteryApplyHistoryDetail_PaymentMethod_Other{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PageLotteryApplyHistoryDetail_PaymentMethod_Other._large{padding-top:16px}.PageLotteryApplyHistoryDetail_PaymentMethod_Other_Text{font-size:1.2rem;-webkit-box-flex:1;-ms-flex:1 1 120px;flex:1 1 120px}.PageLotteryApplyHistoryDetail_PaymentMethod_Other_Text._large{font-size:1.4rem}.m .PageLotteryApplyHistoryDetail_PaymentMethod_Other_Text._large{font-size:1.6rem}.m .PageLotteryApplyHistoryDetail_PaymentMethod_Other_Text{font-size:1.4rem}.PageLotteryApplyHistoryDetail_PaymentMethod_Other_Price{font-size:1.4rem;font-family:Orbitron,sans-serif;font-weight:600;text-align:right}.m .PageLotteryApplyHistoryDetail_PaymentMethod_Other_Price br{display:none}.PageLotteryApplyHistoryDetail_PaymentMethod_Other_Price._large{font-size:1.6rem}.m .PageLotteryApplyHistoryDetail_PaymentMethod_Other_Price._large{font-size:2rem}.m .PageLotteryApplyHistoryDetail_PaymentMethod_Other_Price{font-size:1.6rem}.PageLotteryApplyHistoryDetail_ReceivingMethod{padding:10px 0;border-bottom:1px solid #d3d8e0}.PageLotteryApplyHistoryDetail_ReceivingMethod:last-child{border-bottom:none}.m .PageLotteryApplyHistoryDetail_ReceivingMethod{padding:12px 0}.PageLotteryApplyHistoryDetail_ReceivingMethod_Title{font-size:1.6rem;margin-bottom:0}.PageLotteryApplyHistoryDetail_ReceivingMethod_Title .seatName{margin-bottom:0}.m .PageLotteryApplyHistoryDetail_ReceivingMethod_Title{font-size:1.8rem}.PageLotteryApplyHistoryDetail_ReceivingMethod_Other{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PageLotteryApplyHistoryDetail_ReceivingMethod_Other._large{padding-top:16px}.PageLotteryApplyHistoryDetail_ReceivingMethod_Other_Text{font-size:1.2rem;-webkit-box-flex:1;-ms-flex:1 1 120px;flex:1 1 120px}.PageLotteryApplyHistoryDetail_ReceivingMethod_Other_Text._large{font-size:1.4rem}.m .PageLotteryApplyHistoryDetail_ReceivingMethod_Other_Text._large{font-size:1.6rem}.m .PageLotteryApplyHistoryDetail_ReceivingMethod_Other_Text{font-size:1.4rem}.PageLotteryApplyHistoryDetail_ReceivingMethod_Other_Price{font-size:1.4rem;font-weight:300;text-align:right}.m .PageLotteryApplyHistoryDetail_ReceivingMethod_Other_Price br{display:none}.PageLotteryApplyHistoryDetail_ReceivingMethod_Other_Price._large{font-size:1.6rem}.m .PageLotteryApplyHistoryDetail_ReceivingMethod_Other_Price._large{font-size:2rem}.m .PageLotteryApplyHistoryDetail_ReceivingMethod_Other_Price{font-size:1.6rem}.PageLotteryApplyHistoryDetail_ButtonWrapper{margin-bottom:25px;height:auto}.m .PageLotteryApplyHistoryDetail_ButtonWrapper{height:auto}.PageLotteryApplyHistoryDetail_ButtonWrapper_Button{margin-top:25px;line-height:1}.m .PageLotteryApplyHistoryDetail_ButtonWrapper_Button{margin-top:20px}.PageLotteryApplyHistoryDetail_ButtonWrapper_Button_Text{padding-left:30px;line-height:1.2}.m .PageLotteryApplyHistoryDetail_ButtonWrapper_Button_Text{line-height:2.2rem;padding-left:35px}.PageLotteryApplyHistoryDetail_ButtonWrapper_Button_Arrow{float:right;font-size:1.8rem;padding-right:15px}.m .PageLotteryApplyHistoryDetail_ButtonWrapper_Button_Arrow{font-size:2.2rem}.PagePrivilegeList_Body{padding:16px 16px 0}.PagePrivilegeList_Body_Flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.PagePrivilegeList_Body_Item{margin-bottom:24px;width:100%;cursor:pointer}.PagePrivilegeList_Body_Item._disabled{pointer-events:none;opacity:.6}.m .PagePrivilegeList_Body_Item{width:49%;min-width:49%}.PagePrivilegeList_Body_Item_Period{position:absolute;top:10px;left:10px;background:#cb0a39;font-size:1.1rem;color:#fff;text-align:center;line-height:1.8;width:70px;height:20px}.PagePrivilegeList_Body_Item_Period._danger{background:#c00}.PagePrivilegeList_Body_Item_Period._dangerBorder{background:#fff;border:1px solid #c00;color:#c00}.PagePrivilegeList_Body_Item_Period._gray{background:#868a8f}.PagePrivilegeList_Body_Item_Period._none{display:none}.PagePrivilegeList_Body_Item_Wrap{padding:12px 36px 12px 12px;height:auto;background:url(/images/arrow/arrow-right-gray.png) center right 12px no-repeat;background-size:16px auto}.m .PagePrivilegeList_Body_Item_Wrap{min-height:83px}.PagePrivilegeList_Body_Item_Wrap._disabled{background:none}.PagePrivilegeList_Body_Item_Wrap_Info_Name{display:-webkit-box;display:-ms-flexbox;display:flex}.PagePrivilegeList_Body_Item_Wrap_Info_Name img{margin-top:4px}.PagePrivilegeList_Body_Item_Wrap_Info_Name>div{font-weight:700;font-size:1.4rem}.PagePrivilegeList_Body_Item_Wrap_Info_Text{margin-top:8px;font-size:1.2rem;color:#686b70}.PagePrivilegeList_Body_Item_Wrap_Info_Period{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;color:#686b70;margin-top:10px}.PagePrivilegeList_Body_Item_Wrap_Info_Period_Label{font-size:1.2rem;font-weight:700;margin-bottom:4px}.PagePrivilegeList_Body_Item_Wrap_Info_Period_Item{font-size:1.2rem}.UIPrivilegeGoodsItem{padding:12px 16px}.UIPrivilegeGoodsItem_Flex{width:100%;margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.UIPrivilegeGoodsItem_Flex:first-child{margin-top:0}.UIPrivilegeGoodsItem_Flex_Label{font-weight:700}.UIPrivilegeGoodsItem_Goods_Img{max-height:auto;height:165px;overflow:hidden;position:relative;background:#f7f7f7}.UIPrivilegeGoodsItem_Goods_Title{font-weight:700}.UIPrivilegeGoodsItem_Goods_Desc{margin-top:4px;font-size:1.2rem}.UIPrivilegeGoodsItem_Goods_SkuList_Item{border-bottom:1px solid #c4c8cc;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 0}.UIPrivilegeGoodsItem_Goods_SkuList_Item:first-child{border-top:1px solid #c4c8cc}.UIPrivilegeGoodsItem_Goods_SkuList_Item_Left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:12px}.UIPrivilegeGoodsItem_Goods_SkuList_Item_Left_Title{margin-left:6px}.UIPrivilegeGoodsItem_Goods_SkuList_Item_Left_Img{width:70px;height:70px;-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px}.UIPrivilegeGoodsItem_ErrMsg{margin-top:12px;color:#c00}.UIPrivilegeSelectSingle:last-child{border-bottom:none}.UIPrivilegeSelectSingle_Item{padding:12px 16px}.UIPrivilegeSelectSingle_Item_Flex{width:100%;margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.UIPrivilegeSelectSingle_Item_Flex:first-child{margin-top:0}.UIPrivilegeSelectSingle_Item_Flex_Label{font-weight:700}.UIPrivilegeSelectSingle_Item_Event{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:44px;font-size:1.4rem;border:1px solid #c4c8cc;border-radius:4px;padding:0 12px;background:#fff url(/images/arrow/arrow-right-gray.png) center right 12px no-repeat;background-size:16px auto;cursor:pointer}.UIPrivilegeSelectSingle_Item_Goods_Img{width:200px;height:200px;margin:0 auto}.UIPrivilegeSelectSingle_Item_Goods_Title{font-weight:700}.UIPrivilegeSelectSingle_Item_Goods_Desc{margin-top:4px;font-size:1.2rem}.UIPrivilegeSelectSingle_Item_Goods_SkuList_Item{border-bottom:1px solid #c4c8cc;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 0}.UIPrivilegeSelectSingle_Item_Goods_SkuList_Item:first-child{border-top:1px solid #c4c8cc}.UIPrivilegeSelectSingle_Item_Goods_SkuList_Item_Left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:12px}.UIPrivilegeSelectSingle_Item_Goods_SkuList_Item_Left_Title{margin-left:6px}.UIPrivilegeSelectSingle_Item_Goods_SkuList_Item_Left_Img{width:70px;height:70px;-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px}.UIPrivilegeSelectSingle_Item_ErrMsg{margin-top:12px;color:#c00}.UIPrivilegeMultipleHope_HopeLabel{background:#868a8f;color:#fff;font-size:1.1rem;padding:4px 16px;display:inline-block;margin-left:16px}.UIPrivilegeMultipleHope_Item{padding:12px 16px}.UIPrivilegeMultipleHope_Item_Label{font-weight:700}.UIPrivilegeMultipleHope_Item_Event{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:44px;font-size:1.4rem;border:1px solid #c4c8cc;border-radius:4px;padding:0 12px;background:#fff url(/images/arrow/arrow-right-gray.png) center right 12px no-repeat;background-size:16px auto;cursor:pointer}.UIPrivilegeMultipleHope_Item_ErrMsg{margin-top:12px;color:#c00}.UIPrivilegeMultipleHope_List{padding:16px 0 8px;position:relative;margin-top:12px}.UIPrivilegeMultipleHope_List:first-child{border-top:none}.UIPrivilegeMultipleHope_List_Delete{position:absolute;top:16px;right:16px;width:64px;padding:4px 0;font-size:1.1rem;border-radius:50px;border:1px solid #cb0a39;color:#cb0a39}.UIPrivilegeMultipleHope_AddArea{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 0}.UIPrivilegeMultipleHope_AddArea span{font-weight:700;margin-left:12px}.UIPrivilegeReceive{position:relative;padding:0 16px}.UIPrivilegeReceive_List,.UIPrivilegeReceive_List_Item{padding:8px 0}.m .UIPrivilegeReceive_List_Item{margin-right:32px;display:inline-block}.UIPrivilegeReceive_List_Notice{margin-top:16px;font-size:1.1rem;color:#868a8f}.m .UIPrivilegeReceive_List_Notice{font-size:1.2rem}.UIPrivilegeReceive_List_Notice span{text-decoration:underline;cursor:pointer}.UIPrivilegeReceive_Details{border-top:1px solid #dadce0;padding:16px 0}.UIPrivilegeReceive_Details._noBorder{border-top:none}.UIPrivilegeReceive_Details_Title{font-size:1.3rem;margin-bottom:12px}.xs .UIPrivilegeReceive_Details_Title{font-size:1.2rem}.m .UIPrivilegeReceive_Details_Title{font-size:1.4rem}.UIPrivilegeReceive_Details_Title span{color:#868a8f;font-size:1.2rem;display:block;text-indent:-1em;padding-left:1em}.UIPrivilegeReceive_Details_Body_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:12px}.UIPrivilegeReceive_Details_Body_Item:first-of-type{margin-top:0}.m .UIPrivilegeReceive_Details_Body_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.UIPrivilegeReceive_Details_Body_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.xs .UIPrivilegeReceive_Details_Body_Item_Label{font-size:1.3rem}.m .UIPrivilegeReceive_Details_Body_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.UIPrivilegeReceive_Details_Body_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.m .UIPrivilegeReceive_Details_Body_Item_Text._confirmation{padding-top:9px}.UIPrivilegeReceive_Details_Body_Item_Text._col2{display:-webkit-box;display:-ms-flexbox;display:flex}.UIPrivilegeReceive_Details_Body_Item_Text._col2 :last-child{padding-left:16px}.UIPrivilegeReceive_Details_Body_Item_Notice{margin-top:8px;font-size:1.1rem;color:#868a8f}.m .UIPrivilegeReceive_Details_Body_Item_Notice{font-size:1.2rem}.UIPrivilegeReceive_Details_Menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.UIPrivilegeReceive_Details_Menu_Label{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding-right:16px}.UIPrivilegeReceive_Details_Menu_Label_Note{font-size:1.3rem;margin-bottom:12px}.xs .UIPrivilegeReceive_Details_Menu_Label_Note{font-size:1.2rem}.m .UIPrivilegeReceive_Details_Menu_Label_Note{font-size:1.4rem}.UIPrivilegeReceive_Details_Menu_Label_Note span{color:#868a8f;margin-top:4px;font-size:1.2rem;display:inline-block}.UIPrivilegeReceive_Details_Menu_Label_Name{font-size:1.4rem;color:#c00}.xs .UIPrivilegeReceive_Details_Menu_Label_Name{font-size:1.3rem}.UIPrivilegeReceive_Details_Menu_Label_Name._bold{font-weight:700}.UIPrivilegeReceive_Details_Menu_Button{-webkit-box-flex:0;-ms-flex:0 0 88px;flex:0 0 88px}.UIPrivilegeContractName{position:relative;padding:0 16px}.UIPrivilegeContractName_Details{padding:16px 0}.UIPrivilegeContractName_Details._noBorder{border-top:none}.UIPrivilegeContractName_Details_Title{font-size:1.3rem;margin-bottom:12px}.xs .UIPrivilegeContractName_Details_Title{font-size:1.2rem}.m .UIPrivilegeContractName_Details_Title{font-size:1.4rem}.UIPrivilegeContractName_Details_Body_Item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:12px}.UIPrivilegeContractName_Details_Body_Item:first-of-type{margin-top:0}.m .UIPrivilegeContractName_Details_Body_Item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.UIPrivilegeContractName_Details_Body_Item_Label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:1.4rem;font-weight:700;margin-bottom:8px}.xs .UIPrivilegeContractName_Details_Body_Item_Label{font-size:1.3rem}.m .UIPrivilegeContractName_Details_Body_Item_Label{line-height:40px;-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;margin-bottom:0}.UIPrivilegeContractName_Details_Body_Item_Text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1.4rem}.m .UIPrivilegeContractName_Details_Body_Item_Text._confirmation{padding-top:9px}.UIPrivilegeContractName_Details_Body_Item_Text._col2{display:-webkit-box;display:-ms-flexbox;display:flex}.UIPrivilegeContractName_Details_Body_Item_Text._col2 :last-child{padding-left:16px}.PagePrivilegeInfo{padding-bottom:24px}.PagePrivilegeInfo_AppliedPrivilege{color:#fff;font-size:2rem;text-align:center;margin:25px auto}.m .PagePrivilegeInfo_AppliedPrivilege{font-size:2rem;margin:40px auto}.PagePrivilegeInfo_Event_Mv{overflow:hidden;position:relative;background:#f7f7f7}.PagePrivilegeInfo_Event_Mv:before{content:"";display:block;padding-top:56.25%}.pc .PagePrivilegeInfo_Event_Mv:before{padding-top:0;height:350px}.PagePrivilegeInfo_Event_Mv_Inner{position:absolute;top:0;left:0;bottom:0;right:0}.PagePrivilegeInfo_Event_Info{padding:12px 16px 0}.PagePrivilegeInfo_Event_Info_HeadStatusWrapper{padding-bottom:5px}.PagePrivilegeInfo_Event_Info_HeadStatus{width:70px;text-align:center;font-size:1.1rem;padding:3px 0 3px 0;border:1px solid #fff}.PagePrivilegeInfo_Event_Info_HeadStatus._closed{color:#fff;background-color:#cb0a39;border-color:#cb0a39}.PagePrivilegeInfo_Event_Info_Name{font-size:1.4rem;font-weight:700}.PagePrivilegeInfo_Event_Info_Description{font-size:1.2rem;color:#868a8f;margin-top:4px}.PagePrivilegeInfo_Event_Info_Item{padding:12px 0;border-bottom:1px dashed #868a8f;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.PagePrivilegeInfo_Event_Info_Item:last-child{border-bottom:none}.PagePrivilegeInfo_Event_Info_Item_Label{background:#868a8f;color:#fff;display:inline-block;font-size:1.2rem;padding:2px 0;width:80px;height:20px;text-align:center}.PagePrivilegeInfo_Event_Info_Item_Right{font-size:1.4rem;margin-left:8px}.PagePrivilegeInfo_Event_Info_Item_Right span{font-size:1.2rem;color:#868a8f}.PagePrivilegeInfo_Count_Item{padding:12px 16px}.PagePrivilegeInfo_Count_Item_Head{font-weight:700}.PagePrivilegeInfo_Count_Item_Head button{width:44px;padding:4px 2px;border:1px solid #c4c8cc;border-radius:2px;font-size:1.1rem;color:#c4c8cc;text-align:center;display:inline-block;vertical-align:bottom;margin-left:7px;vertical-align:middle}.PagePrivilegeInfo_Count_Item_Flex{width:100%;margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.PagePrivilegeInfo_Count_Item_Flex_Label{font-weight:700}.PagePrivilegeInfo_Receive._provideTypeOtherAdjust{margin-top:34px}.PagePrivilegeInfo_Term_Item{font-size:1.1rem;color:#868a8f}.PagePrivilegeInfo_Button{letter-spacing:2px;width:312px}.PagePrivilegeInfo_ErrMsg{margin-top:12px;color:#c00}.PagePrivilegeApplyDetail_HeadWrapper,.PagePrivilegeApplyDetail_Wrapper{padding-top:16px;padding-bottom:16px;padding-left:16px;padding-right:16px}.PagePrivilegeApplyDetail_Wrapper{margin-top:12px}.PagePrivilegeApplyDetail_HeadImage{overflow:hidden;position:relative;background:#f7f7f7}.PagePrivilegeApplyDetail_HeadImage_SVG{width:100%;padding-top:66%;position:absolute;top:0;left:0;overflow:hidden}.PagePrivilegeApplyDetail_HeadImage_SVG svg{width:100%;height:100%;position:absolute;top:0;left:0}.PagePrivilegeApplyDetail_HeadImage_Img{width:100%;background:#f7f7f7;background-repeat:none;background-size:cover;background-position:50%;position:relative}.PagePrivilegeApplyDetail_HeadImage_Img:before{content:"";display:block;padding-top:56.25%}.pc .PagePrivilegeApplyDetail_HeadImage_Img:before{padding-top:0;height:350px}.PagePrivilegeApplyDetail_HeadImage_Img_Inner{position:absolute;top:0;left:0;bottom:0;right:0}.PagePrivilegeApplyDetail_HeadStatus{width:70px;text-align:center;font-size:1.1rem;padding:3px 0 3px 0;border:1px solid #fff}.PagePrivilegeApplyDetail_HeadStatus._winning{color:#fff;background-color:#c00;border-color:#c00}.PagePrivilegeApplyDetail_HeadStatus._lost{color:#c00;background-color:#fff;border-color:#c00}.PagePrivilegeApplyDetail_HeadStatus._applied{color:#fff;background-color:#cb0a39;border-color:#cb0a39}.PagePrivilegeApplyDetail_HeadStatusWrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.PagePrivilegeApplyDetail_HeadStatusCancel{width:70px;text-align:center;font-size:1.1rem;padding:3px 0 3px 0;border:1px solid #868a8f;background-color:#868a8f;color:#fff;margin-left:10px}.m .PagePrivilegeApplyDetail_HeadStatusCancel{width:100px;font-size:1.4rem}.PagePrivilegeApplyDetail_HeadName{font-size:1.4rem;font-weight:600;padding:5px 0 5px 0}.PagePrivilegeApplyDetail_HeadDescription{font-size:1.2rem;color:#868a8f}.PagePrivilegeApplyDetail_HeadItem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;font-size:1.4rem;padding-bottom:7px}.xs .PagePrivilegeApplyDetail_HeadItem{font-size:1.4rem}.PagePrivilegeApplyDetail_HeadItem_Entry{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:right}.xs .PagePrivilegeApplyDetail_HeadItem_Entry{width:180px}.PagePrivilegeApplyDetail_HeadItem_ApplyTerm{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.m .PagePrivilegeApplyDetail_HeadItem_ApplyTerm{font-size:1.8rem}.PagePrivilegeApplyDetail_HeadItem_ApplyTerm_From{padding-bottom:3px}.PagePrivilegeApplyDetail_HeadItem_ApplyTerm_To{text-align:right}.PagePrivilegeApplyDetail_HeadItemLast{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;font-size:1.4rem}.xs .PagePrivilegeApplyDetail_HeadItemLast{font-size:1.4rem}.PagePrivilegeApplyDetail_Border{border-top:1px solid #d3d8e0;padding-top:10px;margin-top:10px}.PagePrivilegeApplyDetail_Border._none{border:none;padding-top:0;margin-top:0}.PagePrivilegeApplyDetail_SeatBorder{border-top:1px dotted #d3d8e0;padding-top:10px;margin-top:10px}.PagePrivilegeApplyDetail_InformationList_PriorityWrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.PagePrivilegeApplyDetail_InformationList_Priority{width:80px;border:1px solid #868a8f;text-align:center;font-size:1.1rem;color:#fff;background-color:#868a8f;padding:3px 0 3px 0;margin-right:10px}.PagePrivilegeApplyDetail_InformationList_Status{width:70px;text-align:center;font-size:1.1rem;padding:3px 0 3px 0;border:1px solid #fff}.PagePrivilegeApplyDetail_InformationList_Status._winning{color:#fff;background-color:#c00;border-color:#c00}.PagePrivilegeApplyDetail_InformationList_Status._lost{color:#c00;background-color:#fff;border-color:#c00}.PagePrivilegeApplyDetail_InformationList_Status._applied{color:#fff;background-color:#cb0a39;border-color:#cb0a39}.PagePrivilegeApplyDetail_InformationList_Main{padding-top:0;padding-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.PagePrivilegeApplyDetail_InformationList_Main_EventInfo{margin-top:5px}.PagePrivilegeApplyDetail_InformationList_Main_Goods{margin-top:10px}.m .PagePrivilegeApplyDetail_InformationList_Main_Goods{margin-top:30px}.PagePrivilegeApplyDetail_InformationList_Main_Goods_Image{text-align:center}.PagePrivilegeApplyDetail_InformationList_Main_Goods_Image img{width:100%}.m .PagePrivilegeApplyDetail_InformationList_Main_Goods_Image img{width:auto}.PagePrivilegeApplyDetail_InformationList_Main_Goods_Detail{font-size:1.8rem;font-weight:700}.xs .PagePrivilegeApplyDetail_InformationList_Main_Goods_Detail{font-size:1.6rem}.PagePrivilegeApplyDetail_InformationList_Main_Goods_Description{font-size:1.3rem;color:#868a8f;margin-top:7px}.m .PagePrivilegeApplyDetail_InformationList_Main_Goods_Description{font-size:1.4rem}.xs .PagePrivilegeApplyDetail_InformationList_Main_Goods_Description{font-size:1.2rem}.PagePrivilegeApplyDetail_InformationList_Main_Goods_DescriptionForEntryType1{font-size:1.3rem;color:#868a8f;margin-top:7px;margin-bottom:15px}.m .PagePrivilegeApplyDetail_InformationList_Main_Goods_DescriptionForEntryType1{font-size:1.4rem}.PagePrivilegeApplyDetail_InformationList_Main_Item{width:100%;margin-top:7px}.m .PagePrivilegeApplyDetail_InformationList_Main_Item{margin-top:25px}.PagePrivilegeApplyDetail_InformationList_Main_Item_SeatName{font-size:1.4rem;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.m .PagePrivilegeApplyDetail_InformationList_Main_Item_SeatName{font-size:2rem;line-height:1}.PagePrivilegeApplyDetail_InformationList_Main_Item_SeatName_Box{margin-left:10px}.PagePrivilegeApplyDetail_InformationList_Main_Item_PriceWrapper{width:100%;display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;font-size:1.4rem;display:flex;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.m .PagePrivilegeApplyDetail_InformationList_Main_Item_PriceWrapper{font-size:1.8rem}.PagePrivilegeApplyDetail_InformationList_Main_Item_PriceWrapper_SeatDetailsText{font-size:1.4rem}.m .PagePrivilegeApplyDetail_InformationList_Main_Item_PriceWrapper_SeatDetailsText{font-size:1.6rem}.PagePrivilegeApplyDetail_InformationList_Main_Item_PriceWrapper_SeatDetailsText:before{content:"";display:inline-block;width:20px;height:20px;margin-right:10px;background:url(/images/icon/myticket-secondary.png) 50% no-repeat;background-size:contain;vertical-align:middle}.m .PagePrivilegeApplyDetail_InformationList_Main_Item_PriceWrapper_SeatDetailsText:before{width:24px;height:24px;margin-right:12px}.PagePrivilegeApplyDetail_InformationList_Main_Item_PriceWrapper_SeatDetailsPrice{text-align:right;max-width:70px}.m .PagePrivilegeApplyDetail_InformationList_Main_Item_PriceWrapper_SeatDetailsPrice{max-width:250px}.PagePrivilegeApplyDetail_InformationList_Main_Item_PriceWrapper_SeatDetailsPrice_Num{font-size:1.6rem;font-family:Oswald,sans-serif;font-weight:300}.xs .PagePrivilegeApplyDetail_InformationList_Main_Item_PriceWrapper_SeatDetailsPrice_Num{font-size:1.2rem}.m .PagePrivilegeApplyDetail_InformationList_Main_Item_PriceWrapper_SeatDetailsPrice_Num{font-size:2rem}.PagePrivilegeApplyDetail_InformationList_Main_Item_Description{padding:10px 0 10px 0;color:#868a8f;font-size:1.2rem}.PagePrivilegeApplyDetail_InformationList_Item{width:100%;margin-top:7px}.m .PagePrivilegeApplyDetail_InformationList_Item{margin-top:25px}.PagePrivilegeApplyDetail_InformationList_Item_SeatName{padding-bottom:10px;font-size:1.4rem;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.m .PagePrivilegeApplyDetail_InformationList_Item_SeatName{font-size:2rem;line-height:1}.PagePrivilegeApplyDetail_InformationList_Item_SeatName_Box{margin-left:10px}.PagePrivilegeApplyDetail_InformationList_Item_Price{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:1.4rem;font-family:Orbitron,sans-serif;font-weight:600}.m .PagePrivilegeApplyDetail_InformationList_Item_Price{font-size:1.8rem}.PagePrivilegeApplyDetail_InformationList_Item_Total{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;font-size:1.4rem}.m .PagePrivilegeApplyDetail_InformationList_Item_Total{font-size:1.8rem}.PagePrivilegeApplyDetail_InformationList_Item_Total_Text{font-size:1.4rem}.m .PagePrivilegeApplyDetail_InformationList_Item_Total_Text{font-size:1.6rem}.PagePrivilegeApplyDetail_InformationList_Item_Total_Price{font-size:1.6rem;font-family:Orbitron,sans-serif;font-weight:600}.xs .PagePrivilegeApplyDetail_InformationList_Item_Total_Price{font-size:1.2rem}.m .PagePrivilegeApplyDetail_InformationList_Item_Total_Price{font-size:2rem}.PagePrivilegeApplyDetail_PaymentMethod{padding:10px 0;border-bottom:1px solid #d3d8e0}.PagePrivilegeApplyDetail_PaymentMethod:last-child{border-bottom:none}.m .PagePrivilegeApplyDetail_PaymentMethod{padding:12px 0}.PagePrivilegeApplyDetail_PaymentMethod._forEntryType1{padding:0 0 10px 0}.PagePrivilegeApplyDetail_PaymentMethod_Title{font-size:1.6rem;margin-bottom:0}.PagePrivilegeApplyDetail_PaymentMethod_Title .seatName{margin-bottom:0}.PagePrivilegeApplyDetail_PaymentMethod_Other{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PagePrivilegeApplyDetail_PaymentMethod_Other._large{padding-top:16px}.PagePrivilegeApplyDetail_PaymentMethod_Other_Text{font-size:1.2rem;-webkit-box-flex:1;-ms-flex:1 1 120px;flex:1 1 120px}.PagePrivilegeApplyDetail_PaymentMethod_Other_Text._large{font-size:1.4rem}.m .PagePrivilegeApplyDetail_PaymentMethod_Other_Text._large{font-size:1.6rem}.m .PagePrivilegeApplyDetail_PaymentMethod_Other_Text{font-size:1.4rem}.PagePrivilegeApplyDetail_PaymentMethod_Other_Price{font-size:1.4rem;font-family:Orbitron,sans-serif;font-weight:600;text-align:right}.m .PagePrivilegeApplyDetail_PaymentMethod_Other_Price br{display:none}.PagePrivilegeApplyDetail_PaymentMethod_Other_Price._large{font-size:1.6rem}.m .PagePrivilegeApplyDetail_PaymentMethod_Other_Price._large{font-size:2rem}.m .PagePrivilegeApplyDetail_PaymentMethod_Other_Price{font-size:1.6rem}.PagePrivilegeApplyDetail_ReceivingMethod{padding:10px 0;border-bottom:1px solid #d3d8e0}.PagePrivilegeApplyDetail_ReceivingMethod:last-child{border-bottom:none}.m .PagePrivilegeApplyDetail_ReceivingMethod{padding:12px 0}.PagePrivilegeApplyDetail_ReceivingMethod_Title{font-size:1.6rem;margin-bottom:0}.PagePrivilegeApplyDetail_ReceivingMethod_Title .seatName{margin-bottom:0}.PagePrivilegeApplyDetail_ReceivingMethod_Other{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PagePrivilegeApplyDetail_ReceivingMethod_Other._large{padding-top:16px}.PagePrivilegeApplyDetail_ReceivingMethod_Other_Text{font-size:1.4rem;-webkit-box-flex:1;-ms-flex:1 1 120px;flex:1 1 120px}.PagePrivilegeApplyDetail_ReceivingMethod_Other_Text._large{font-size:1.4rem}.m .PagePrivilegeApplyDetail_ReceivingMethod_Other_Text._large{font-size:1.6rem}.m .PagePrivilegeApplyDetail_ReceivingMethod_Other_Text{font-size:1.4rem}.PagePrivilegeApplyDetail_ReceivingMethod_Other_Price{font-size:1.4rem;font-family:Orbitron,sans-serif;font-weight:600;font-weight:300;text-align:right}.m .PagePrivilegeApplyDetail_ReceivingMethod_Other_Price br{display:none}.PagePrivilegeApplyDetail_ReceivingMethod_Other_Price._large{font-size:1.6rem}.m .PagePrivilegeApplyDetail_ReceivingMethod_Other_Price._large{font-size:2rem}.PagePrivilegeApplyDetail_ButtonWrapper{margin-bottom:25px;height:auto}.m .PagePrivilegeApplyDetail_ButtonWrapper{height:auto}.PagePrivilegeApplyDetail_ButtonWrapper_Button{margin-top:25px;line-height:1}.m .PagePrivilegeApplyDetail_ButtonWrapper_Button{margin-top:20px}.PagePrivilegeApplyDetail_ButtonWrapper_Button_Text{padding-left:30px;line-height:1.2}.m .PagePrivilegeApplyDetail_ButtonWrapper_Button_Text{line-height:2.2rem;padding-left:35px}.PagePrivilegeApplyDetail_ButtonWrapper_Button_Arrow{float:right;font-size:1.8rem;padding-right:15px}.m .PagePrivilegeApplyDetail_ButtonWrapper_Button_Arrow{font-size:2.2rem}.PageMyPrivilegeTickets_Body{top:0!important;padding-top:68px}.PageMyPrivilegeTickets_NoTicket{text-align:center;color:#fff;padding-top:160px}.pc .PageMyPrivilegeTickets_NoTicket{padding-top:220px}.PageMyPrivilegeTickets_NoTicket{color:#000}.PagePrivilegeCondEvent{padding-bottom:24px}.PagePrivilegeCondEvent_Event_Mv{width:100%;background:#f7f7f7;background-repeat:none;background-size:cover;background-position:50%;position:relative}.PagePrivilegeCondEvent_Event_Mv:before{content:"";display:block;padding-top:56.25%}.pc .PagePrivilegeCondEvent_Event_Mv:before{padding-top:0;height:350px}.PagePrivilegeCondEvent_Event_Mv_Inner{position:absolute;top:0;left:0;bottom:0;right:0}.PagePrivilegeCondEvent_Event_Info{padding:12px 16px 0}.PagePrivilegeCondEvent_Event_Info_Name{font-size:1.4rem;font-weight:700}.PagePrivilegeCondEvent_Event_Info_Description{font-size:1.2rem;color:#868a8f;margin-top:4px}.PagePrivilegeCondEvent_Event_Info_Item{padding:12px 0;border-bottom:1px dashed #868a8f;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.PagePrivilegeCondEvent_Event_Info_Item:last-child{border-bottom:none}.PagePrivilegeCondEvent_Event_Info_Item_Label{background:#868a8f;color:#fff;display:inline-block;font-size:1.2rem;padding:2px 0;width:80px;height:20px;text-align:center}.PagePrivilegeCondEvent_Event_Info_Item_Right{font-size:1.4rem;margin-left:8px}.PagePrivilegeCondEvent_Event_Info_Item_Right span{font-size:1.2rem;color:#868a8f}.PagePrivilegeCondEvent_AttentionDevided{margin-top:30px;margin-bottom:30px;background-color:#fff}.PagePrivilegeCondEvent_AttentionDevided_Item{width:100%;color:#e0001e;border:1px solid;text-align:center;font-size:1.3rem;padding:7px 10px 7px 10px}.m .PagePrivilegeCondEvent_AttentionDevided_Item{font-size:1.4rem;line-height:1.5;margin-top:0}.PagePrivilegeCondEvent_Button{letter-spacing:2px;width:312px}.PageActivityList_SelectDate{background:#fff;width:100%;border-radius:6px;padding:10px 16px;text-align:left}.PageActivityList_SelectDate img,.PageActivityList_SelectDate span{vertical-align:middle}.PageActivityList_SelectDate span{font-size:1.2rem;color:#999;margin-left:8px}.PageActivityList_Box{height:calc(100% - 54px)!important}.PageActivityList_Body{padding:16px 16px 0}.PageActivityList_Body_Flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.PageActivityList_Body_Item{margin-bottom:16px;width:100%;cursor:pointer}.PageActivityList_Body_Item._disabled{opacity:.5;pointer-events:none}.m .PageActivityList_Body_Item{width:49%;min-width:49%}.PageActivityList_Body_Item_Wrap{padding:12px 32px 12px 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:10px;height:auto;background:#fff url(/images/arrow/arrow-right-gray.png) center right 12px no-repeat;background-size:16px auto}.PageActivityList_Body_Item_Wrap._disabled{background:none}.m .PageActivityList_Body_Item_Wrap{min-height:83px}.PageActivityList_Body_Item_Wrap_Info{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.PageActivityList_Body_Item_Wrap_Info_Label{position:absolute;top:10px;left:10px;color:#fff;background-color:#000;min-width:58px;display:inline-block;padding:2px 6px;height:20px;font-size:1.1rem;line-height:1.6;text-align:center}.PageActivityList_Body_Item_Wrap_Info_Name{font-size:2rem;font-weight:700}.PageActivityList_Body_Item_Wrap_Info_SubTitle{margin-top:5px;font-size:1.2rem;color:#686b70}.PageActivityList_Body_Item_Wrap_Info_Text{margin-top:10px;font-size:1.2rem}.PageActivityList_Body_Item_Wrap_Price{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:left;font-family:Orbitron,sans-serif;font-size:2.4rem;font-weight:600}.PageActivityInfo{padding-bottom:24px}.PageActivityInfo_Alert{color:#c00}.PageActivityInfo_Alert span{font-weight:700}.PageActivityInfo_Mv{position:relative}.PageActivityInfo_Mv_Slider{overflow:hidden}.PageActivityInfo_Mv_Slider_Mv{background:#f7f7f7;float:left;background-repeat:none;background-size:cover;background-position:50%;position:relative}.PageActivityInfo_Mv_Slider_Mv:before{content:"";display:block;padding-top:56.38%}.pc .PageActivityInfo_Mv_Slider_Mv:before{padding-top:0;height:350px}.PageActivityInfo_Mv_Slider_Mv_Inner{position:absolute;top:0;left:0;bottom:0;right:0}.PageActivityInfo_Mv_SlideArrow{width:32px;position:absolute;top:0;left:0;bottom:0;margin:auto;cursor:pointer}.PageActivityInfo_Mv_SlideArrow._right{right:0;left:auto}.PageActivityInfo_Mv_Label{position:absolute;top:10px;left:0;right:0;color:#fff;background-color:#000;display:inline-block;padding:2px 0;height:20px;font-size:1.1rem;line-height:1.6;text-align:center;width:calc(100% - 20px);margin:0 auto}.PageActivityInfo_Nav{text-align:center;margin-top:10px}.PageActivityInfo_Nav li{width:8px;height:8px;display:inline-block;border-radius:50px;background:#cb0a39;opacity:.5;margin:0 4px;vertical-align:middle}.PageActivityInfo_Nav li._active{width:10px;height:10px;opacity:1}.PageActivityInfo_Info{padding:12px 16px}.PageActivityInfo_Info_Name{font-size:2rem;font-weight:700}.PageActivityInfo_Info_SubTitle{margin-top:5px;font-size:1.2rem;color:#686b70}.PageActivityInfo_Info_Description{font-size:1.2rem;margin-top:4px}.PageActivityInfo_Info_Price{margin-top:4px;font-family:Orbitron,sans-serif;font-weight:600;font-size:1.6rem}.PageActivityInfo_Info_Item{margin-top:20px}.PageActivityInfo_Info_Item_Label{font-weight:700}.PageActivityInfo_Info_Item_Radio img{vertical-align:middle}.PageActivityInfo_Info_Item_Count_Flex{width:100%;margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.PageActivityInfo_Info_Item_Count_Flex_Price{font-size:1.2rem}.PageActivityInfo_Info_Item_Count_Flex_Price span{font-family:Orbitron,sans-serif;font-weight:600;font-size:1.6rem}.PageActivityInfo_Info_Item_Select{width:100%;height:40px;font-size:1.4rem;border:1px solid #c4c8cc;border-radius:2px;padding-left:16px;background:#fff url(/images/icon/arrow-down-gray.png) no-repeat;background-position:top 18px right 15px;background-size:15px auto;cursor:pointer}.PageActivityInfo_Info_Foot,.PageActivityInfo_Info_Item_Select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PageActivityInfo_Info_Foot{margin-top:16px;padding-top:12px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-top:1px solid #d3d8e0}.PageActivityInfo_Info_Foot_Total{font-weight:700}.PageActivityInfo_Info_Foot_Total span{font-family:Orbitron,sans-serif;font-size:2.4rem;font-weight:600}.PageActivityInfo_Info_Foot_Btn{margin:0;width:147px}.PageAccountLicencePlate_Item{padding:12px 16px;border-bottom:1px solid #d3d8e0;position:relative;min-height:60px}.xs .PageAccountLicencePlate_Item{padding:12px 8px}.PageAccountLicencePlate_Item_Flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.PageAccountLicencePlate_Item_VehicleNumber{border:1px solid #ced2d6;border-radius:4px;padding:6px 10px;color:#0e4a28;text-align:center;-webkit-box-flex:95px;-ms-flex:95px 0 0px;flex:95px 0 0}.PageAccountLicencePlate_Item_VehicleNumber_Bottom,.PageAccountLicencePlate_Item_VehicleNumber_Top{font-size:1.2rem}.PageAccountLicencePlate_Item_VehicleNumber_Bottom span{font-size:1.9rem}.PageAccountLicencePlate_Item_Change{-webkit-box-flex:7;-ms-flex:7 0 0%;flex:7 0 0%;text-decoration:underline;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:20px;font-size:1.2rem;color:#868a8f;cursor:pointer}.PageAccountLicencePlate_Item_Status{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;text-align:center}.xs .PageAccountLicencePlate_Item_Status{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}.PageAccountLicencePlate_Item_Status_Txt{color:#868a8f;font-size:1.2rem}.PageAccountLicencePlate_Item_Del{-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px;text-align:right;cursor:pointer}.PageAccountLicencePlate_Empty{color:#868a8f;font-size:1.2rem;padding:60px 0 50px;text-align:center}.PageInnerLogin_Box{background-color:#0067d3;padding-bottom:48px}.PageInnerLogin_Title img{width:100%;height:auto}.PageInnerLogin_List{padding:16px}.PageInnerLogin_List_Form{max-width:560px;margin:auto}.PageInnerLogin_List_Form_Id>input{border:none}.PageInnerLogin_List_Form_Pass{margin-top:16px}.PageInnerLogin_List_Form_Pass>input{border:none}.Page404_Message{padding:32px 0;text-align:center}.Page503_Logo{text-align:center;margin:20px 0 20px}.Page503_Logo img{width:140px}.m .Page503_Logo img{width:192px}.Page503_Message{font-weight:700;text-align:center;color:#0074af;font-size:2rem;line-height:1.4}.Page503_Message_Important{font-size:2.4rem;white-space:nowrap}.Page503_Message_Important span{color:#c8b78c}.xs .Page503_Message_Important{font-size:2rem;white-space:normal}.Page503_Label{text-align:center;margin:15px 0 20px}.Page503_Label p{padding:8px;text-align:center;background-color:#0074af;border-radius:4px;font-size:1.8rem;font-weight:700;color:#fff;max-width:500px;margin:0 auto}.pc .Page503_PC_None{display:none}.Page429_Box{padding:16px 16px 25px}.m .Page429_Box{padding:16px 16px 50px}.Page429_Logo{text-align:center;margin:20px 0 20px}.Page429_Logo img{width:240px}.m .Page429_Logo img{width:354px}.Page429_Message{font-weight:600;text-align:center;font-size:2rem;line-height:1.4}.Page429_Message_Important{white-space:nowrap}.Page429_Message_Important span{color:#c00}.Page429_Message_Important span._caution{color:#000}.Page429_Message_Important span.mt5{display:inline-block;margin-top:5px}.m .Page429_Message_Important{font-size:3rem}.xs .Page429_Message_Important{font-size:2rem;white-space:normal}.Page429_ProgressBar{max-width:556px;width:100%;height:39px;border-radius:4px;background:#eee;margin:30px auto 0;position:relative;overflow:hidden}.Page429_ProgressBar span{height:100%;background:#000 url(/images/icon/429-indicator.gif) no-repeat;background-position:top right 14px;position:absolute;top:0;left:0}.Page429_WaitingNumber{text-align:center;font-size:2rem;margin-top:20px;font-weight:600}.Page429_TimeArea{max-width:556px;width:100%;border:1px solid #babec2;margin:30px auto 0;padding:20px 0}.m .Page429_TimeArea{padding:20px 0 20px 70px}.Page429_TimeArea._center{padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m .Page429_TimeArea._90MinOver{padding:20px 0 20px 180px}.Page429_TimeArea dl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.6rem;font-weight:400}.m .Page429_TimeArea dl{font-size:2rem;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.Page429_TimeArea dl dd{font-weight:600}.Page429_TimeArea dl:nth-child(2){margin-top:10px}.pc .Page429_PC_None{display:none}.Page429_Term{max-width:556px;margin:30px auto 0;width:100%;font-size:1.1rem}.Page429_Term_Note{color:#c00;text-align:center;font-size:1.2rem;margin-top:6px}.m .Page429_Term_Note{text-align:left}.Page429_LastUpdate{max-width:556px;width:100%;text-align:right;color:#999;margin:10px auto 0;font-size:1.2rem}.Page429_ShowTicket{margin:20px auto 0;background:#545454;color:#fff;text-align:center;padding:16px;line-height:1.6;max-width:556px}.Page429_ShowTicket p{font-size:16px;letter-spacing:.03em;font-weight:700}.Page429_ShowTicket_Link a{color:#fff;font-size:14px;letter-spacing:.02em;margin:0 6px}.pc .Page429_ShowTicket{margin:10px auto 0;line-height:1.6}.pc .Page429_ShowTicket p{font-size:18px}.pc .Page429_ShowTicket_Link a{font-size:16px;margin:0 10px}.Page429_TicketPurchase{margin-top:18px;text-align:center;font-size:14px;line-height:1.6;letter-spacing:.03em;font-weight:700}.pc .Page429_TicketPurchase{margin-top:26px;font-size:16px}html{font-size:62.5%;-ms-touch-action:manipulation;touch-action:manipulation}body{color:#000;font-size:1.4em;font-family:BlinkMacSystemFont,Helvetica Neue,"\30D2\30E9\30AE\30CE\89D2\30B4   ProN",Hiragino Kaku Gothic ProN,"\6E38\30B4\30B7\30C3\30AF   Medium",Yu Gothic Medium,"\6E38\30B4\30B7\30C3\30AF\4F53",YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif;line-height:1.42;background:#000;overflow-x:hidden;-webkit-text-size-adjust:100%}body._noScroll{overflow:hidden}button{font-family:BlinkMacSystemFont,Helvetica Neue,"\30D2\30E9\30AE\30CE\89D2\30B4   ProN",Hiragino Kaku Gothic ProN,"\6E38\30B4\30B7\30C3\30AF   Medium",Yu Gothic Medium,"\6E38\30B4\30B7\30C3\30AF\4F53",YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif}img{vertical-align:bottom}ul{list-style:none}*{-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}a{color:#000;-webkit-transition:all .3s ease;transition:all .3s ease}a:hover{opacity:.72;text-decoration:none}