






/*====================================
    共通
======================================*/
.tradeGuide{

}
.orange{
    color:#FF7C60;
}

.anc{
    display: block;
    position: relative;
}
.anc span{
    position: absolute;
    top: -20px;
}
/* PC-min-960 */
@media screen and (min-width: 960px){

}

/* SP-max-959 */
@media screen and (max-width: 959px){

html, body {
    min-width: 100%;
}

.tradeGuide .sp{
    display: block!important;
}

}

/*====================================
    フレーム
======================================*/
.tradeGuide #wrap {
    background: #FFF;
    padding-bottom: 160px;
}
.tradeGuide  #container {
    margin: 0 auto 100px;
}
.tradeGuide section{
    margin-bottom: 120px;
    overflow: hidden;
}
.tradeGuide .inBox{
    margin: 0 auto;
    max-width: 800px;
    position: relative;
}
.tradeGuide section.bgLive{
    position:relative;
}
.tradeGuide section.bgLive:before{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: url(../images/ph_bg_live.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    opacity: 10%;
}
.tradeGuide .bgLive .inBox{
    padding: 100px 0;
}
.tradeGuide .inBox > *{
    margin-bottom:40px;
}
.tradeGuide .inBox > *:last-child{
    margin-bottom:0;
}
.tradeGuide .inBox .halfBt{
    margin-bottom:20px;
}

.tradeGuide .strokeBox{
    padding: 40px;
    border: 4px solid #FF7C60;
    border-radius: 20px;
}

/* PC-min-960 */
@media screen and (min-width: 960px){

}

/* SP-max-959 */
@media screen and (max-width: 959px){
.tradeGuide #wrap {
    padding: 50px 0 160px;
}
.tradeGuide section{
    padding: 0 20px 80px;
    margin-bottom: 0;
    overflow: hidden;
}
.tradeGuide .inBox > *{
    margin-bottom: 25px;
}
.tradeGuide .inBox .halfBt{
    margin-bottom:10px;
}
.tradeGuide section.bgLive{
    margin: 0 0 80px;
    padding: 0 20px;
}
.tradeGuide section.bgLive .contentLead{
    text-align:center;
}
.tradeGuide .bgLive .inBox {
    padding: 40px 0;
}

}


/*===================================================
  OP:LOADER
====================================================*/
.loader{
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #FFF;
    z-index: 9999;
}


/*====================================
    ヘッダー
======================================*/
.tradeGuide .pageTitle{
    margin: 0 auto 120px;
}
.tradeGuide .pageTitle h1{
    display: block;
    text-align: center;
    padding: 25px;
    font-size: 26px;
    position: relative;
    color: #FFF;
    z-index: 2;
}
.tradeGuide .pageTitle h1:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background-image: url(../images/ph_bg_tit_00.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.tradeGuide .pageTitle .bread{
    padding: 20px;
}
.tradeGuide .pageTitle .bread a{
    position: relative;
    color: #727272;
    text-decoration: none;
    padding: 0 0 0 15px;
}
.tradeGuide .pageTitle .bread a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 49%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: translate(0,-50%) rotate(225deg);
}

/* PC-min-960 */
@media screen and (min-width: 960px){

}

/* SP-max-959 */
@media screen and (max-width: 959px){

.tradeGuide .pageTitle{
    margin: 0 auto 60px;
}
.tradeGuide .pageTitle h1{
    padding: 13px;
    font-size: 20px;
    font-weight: 600;
}
.tradeGuide .pageTitle h1:before{
    background-image: url(../images/ph_bg_tit_00_sp.jpg);
}
.tradeGuide .pageTitle .bread{
    padding: 15px;
}
.tradeGuide .pageTitle .bread a{
    font-size: 13px;
}
.tradeGuide .pageTitle .bread a:before{
    top: 50%;
}
}

/*====================================
    テキスト
======================================*/
.tradeGuide .contentTitle{
    font-size: 38px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.5em;
    font-weight: 600;
}
.tradeGuide .contentSubTit{
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #C2C2C2;
    margin: 0;
}
.tradeGuide .ticketComment{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tradeGuide .ticketComment span{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: rgb(254, 124, 96);
    color: #FFF;
    border-radius: 12px;
    padding: 8px 24px;
    width: 256px;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    box-sizing: border-box;
}
.tradeGuide .ticketComment span::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: calc(50% - 10px);
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgb(254, 124, 96);
}
.tradeGuide .ticketCommentTxt{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.tradeGuide .text{
    font-size: 15px;
}
.tradeGuide .mini{
    font-size: 14px;
}
.contentLead{
    text-align:center;
    font-size: 16px;
}
.tradeGuide .cautionList{

}
.tradeGuide .cautionList li{
    margin: 0 0 10px;
    position: relative;
    line-height: 1.3em;
    font-size: 14px;
    padding: 0 0 0 15px;
}
.tradeGuide .cautionList li:before{
    content: "※";
    position: absolute;
    left: 0;
}
.tradeGuide .cautionList li:last-child{
    margin: 0;
}
.orange{
    font-weight:bold;
    color:#FF7C60;
}
.bold{
    font-weight:bold;
}

/* PC-min-960 */
@media screen and (min-width: 960px){

}

/* SP-max-959 */
@media screen and (max-width: 959px){
.tradeGuide .contentTitle{
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}
.tradeGuide .contentSubTit{
    margin: 0 0 10px;
}
.tradeGuide .text{

}
.contentLead{
    text-align:left;
}
.tradeGuide .cautionList{

}
.tradeGuide .cautionList li{
    line-height: 1.5em;
    font-size: 12px;
    padding: 0 0 0 20px;
}
.tradeGuide .mini{
    font-size: 12px;
}
.tradeGuide .ticketCommentTxt{
    font-size: 15px;
}
}

/*====================================
    ボタン
======================================*/
.btnList{
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 40px 0 40px;
    position: relative;
}
.btnList:before{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #D9D9D9;
}
.btnList li{
    margin: 0 50px;
}
.btnList li:first-child{

}
.btnList li span{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 0 0 40px;
}
.btnList li a{
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    border-radius: 100px;
    border: 1px solid #ff7c60;
    width: 260px;
    color: #FF7C60;
    transition:0.3s ease;
}
.btnTop a{
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    border-radius: 100px;
    border: 1px solid #ff7c60;
    width: 260px;
    color: #FF7C60;
    transition: 0.3s ease;
    margin: 0 auto;
}
.btnOrange a{
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    border-radius: 100px;
    background-color: #ff7c60;
    width: 260px;
    color: #FFF;
    transition: 0.3s ease;
    border: 1px solid #ff7c60;
    margin: 0 auto;
}
.btnWhite a{
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    border-radius: 100px;
    background-color: transparent;
    color: #ff7c60;
    width: 260px;
    transition: 0.3s ease;
    border: 1px solid #ff7c60;
    margin: 0 auto;
}
.btnPremiumMem{
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 40px 0 40px;
    position: relative;
}
.btnPremiumMem li{
    margin: 0 20px;
}
.btnPremiumMem li a{
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    border-radius: 100px;
    width: 260px;
    color: #FFF;
    line-height: 1.3em;
    transition:0.3s ease;
}
.btnPremiumMem li:nth-child(odd) a{
    background:#242424;
}
.btnPremiumMem li:nth-child(even) a{
    background:#D4D4D4;
}
/* PC-min-960 */
@media screen and (min-width: 960px){
.btnOrange a:hover{
    background-color: transparent;
    color: #ff7c60;
}
.btnWhite a:hover{
    background-color: #ff7c60;
    color: #FFF;
}
.btnPremiumMem li a:hover{
    opacity:0.7;
}
}

/* SP-max-959 */
@media screen and (max-width: 959px){
.btnList{
    padding: 0;
    display: block;
}
.btnList:before{
    content: none;
}
.btnList li{
    margin: 0 auto 60px;
}
.btnList li:last-child{
    margin: 0 ;
}
.btnList li a{
    border: 1px solid;
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
}
.btnList li span {
    margin: 0 0 10px;
}
.btnPremiumMem li {
    width: 50%;
}
.btnPremiumMem li:nth-child(odd) {
    margin: 0 5px 0 0;
}
.btnPremiumMem li:nth-child(even) {
    margin: 0 0 0 5px;
}
.btnPremiumMem li a{
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

}


/*===================================================
  OP:ACCORD
====================================================*/
.op_accord .accordionList{
    border: 1px solid #FF7C60;
    border-radius: 20px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    margin: 0 0 20px;
}
.op_accord .accordionList:last-child{
    margin: 0;
}
.op_accord .accordionList .accordionTit{
    padding: 20px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    transition: 0.5s ease;
}
.op_accord .accordionList .accordionTit span {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    transform: rotate(180deg) translateY(50%);
    transition: 0.3s ease;
}
.op_accord .accordionList .accordionTit.open span {
    transform: translateY(-50%);
}
.op_accord .accordionList .accordionTit span:before {
    content: "";
    position: absolute;
    top: 25%;
    width: 100%;
    height: 100%;
    border-top: 1px solid #ff7c60;
    border-right: 1px solid #ff7c60;
    transform: rotate(-45deg);
}
.op_accord .accordionList .accordionTit .txt {
    margin: 0;
    position: relative;
    padding: 0 0 0 40px;
    transition:0.5s ease;

}
.op_accord .accordionList .accordionTit.open .txt {
    font-weight: 600;
}
.op_accord .accordionList .accordionTit .txt:before{
    content: "Q";
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    background: #ff7c60;
    color: #FFFF;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.op_accord .accordionList .accordionDetail{
    display: none;
    padding: 20px 20px 30px;
}
.op_accord .accordionList .accordionDetail > *{
    margin-bottom: 20px;
}
.op_accord .accordionList .accordionDetail > *:last-child{
    margin-bottom: 0;
}
.op_accord .accordionList .accordionDetail .txt{

}
.op_accord .accordionList .accordionDetail .answer{
    position: relative;
    padding: 0 0 0 40px;
}
.op_accord .accordionList .accordionDetail .answer:before{
    content: "A";
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    background: #000;
    color: #FFFF;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.op_accord .accordionList .accordionDetail .thumb{
    width: 34%;
    display: block;
    margin: 0 auto 20px;
}
.op_accord .accordionList .accordionDetail .cautionList{

}

/* OP:ACCORD:PC-min-770 */
@media screen and (min-width: 770px){
.accordionList .accordionTit:hover{
}
}

/* OP:ACCORD:SP-max-769 */
@media screen and (max-width: 769px){
.accordionList .accordionDetail {
    padding: 20px;
}
.op_accord .accordionList .accordionTit .txt {
    padding: 0 30px 0 40px;
    line-height: 1.4em;
}
.op_accord .accordionList .accordionDetail .answer {
    line-height: 1.4em;
}
.op_accord .accordionList .accordionDetail .thumb{
    width: 63%;
}
}

/*====================================
    ポイント
======================================*/
.tradeGuide .pointBlock{
    display: flex;
    flex-wrap: wrap;
}
.tradeGuide .pointBlock li{
    width: calc(50% - 10px);
    border: 1px solid #FF7C60;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.1);
}
.tradeGuide .pointBlock li:nth-child(odd){
    margin-right: 20px;
}
.tradeGuide .pointBlock li:last-child{
}
.tradeGuide .pointBlock li .text{
    margin: 0 0 10px;
}
.tradeGuide .pointBlock .pointLink{
    text-align: right;
}
.tradeGuide .pointBlock .pointLink a{
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #FF7C60;
    padding: 0 15px 0 0;
}
.tradeGuide .pointBlock .pointLink a:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #FF7C60;
    border-right: 1px solid #FF7C60;
    transform: translate(0,-50%) rotate(45deg);
}
.tradeGuide .pointList{
    max-width: 500px;
    margin: 0 auto;
}
.tradeGuide .pointList li{
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.tradeGuide .pointList li:last-child{
    margin: 0;
}

.tradeGuide .pointList .pointIcon{
    width: 50px;
    background: #FFF4F0;
    border-radius: 100px;
    line-height: 0;
    padding: 10px;
    box-sizing: border-box;
}
.tradeGuide .pointList .pointIcon img{

}
.tradeGuide .pointList .text{
    padding: 0 0 0 10px;
    line-height: 1.3em;
    font-weight: 600;
}

/* PC-min-960 */
@media screen and (min-width: 960px){
.tradeGuide .pointList{
    max-width: 340px;
}
}

/* SP-max-959 */
@media screen and (max-width: 959px){
.tradeGuide .pointBlock{
    display: block;
}
.tradeGuide .pointBlock li{
    width: 100%;
    padding: 15px;
}
.tradeGuide .pointBlock li:last-child{
    margin: 0;
}
.tradeGuide .pointBlock li .text{
    line-height: 1.3em;
    font-size: 14px;
}
.tradeGuide .pointList .text{
    padding: 0 0 0 15px;
    line-height: 1.4em;
    width: calc(100% - 50px);
}

}

/*====================================
    スライダー 
======================================*/
.flow_wrap {
    width: 800px;
    margin: 0 auto;
}
.flow_wrap .flow_flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:0;
}
.flow_wrap .flow_img_list {
    width: 38%;
    pointer-events: none;
    margin: 0 !important;
}
.flow_wrap .flow_step_img {
    width: 100%;
    line-height: 0;
    margin: 0 auto;
}

.flow_wrap .flow_desc_list {
    width: 54%;
    margin: initial;
}
.tradeGuide .flow_list {
    margin: 0;
}
.tradeGuide .flow_list li {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.tradeGuide .flow_list li::before {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 55px);
    position: absolute;
    background: #C2C2C2;
    left: 22.5px;
    bottom: 0;
}
.tradeGuide .flow_list li:last-child:before {
    height: 0;
    transition: 0.3s;
}
.tradeGuide .flow_list li:last-child.active:before {
    height: calc(100% - 55px);
}
.tradeGuide .flow_list li.active::before {
    background: #ff7c60;
}
.tradeGuide .flow_list_inner {
    width: calc(100% - 60px);
    margin: 0 0 0 auto;
    border-bottom: 1px dashed #C2C2C2;
    padding-bottom: 20px;
}
.tradeGuide .active .flow_list_inner {
    border-color: #1C1C1C;
}
.tradeGuide .flow_list li:last-child .flow_list_inner {
    padding-bottom: 0;
    border: none;
}
.tradeGuide .flow_step_box {
    cursor: pointer;
    padding: 11px 0;
    color: #C2C2C2;
}
.tradeGuide .flow_step {
    font-size: 27px;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background: #E0E0E0;
    border-radius: 7px;
    color: #BEBEBE;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
}
.tradeGuide .active .flow_step {
    background: #FF7C60;
    color: #fff;
}
.tradeGuide .flow_step_desc {
    font-size: 17px;
    line-height: 1.6;
    display: none;
    font-weight: 500;
}
.tradeGuide .flow_step_txt {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
}
.tradeGuide .active .flow_step_txt {
    color: #FF7C60;
}

/* PC-min-960 */
@media screen and (min-width: 960px){
.tradeGuide .flow_list {
    display: block;
}
}

/* SP-max-959 */
@media screen and (max-width: 959px){

.flow_wrap {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    box-shadow: none;
    border: none;
}
.flow_wrap .flow_flex_box {
    margin: 0 auto 0;
    display: block;
    width: 100%;
}
.flow_wrap .flow_step_img {
    width: 63%;
    margin: 0 auto 25px;
    line-height: 0;
}
.flow_wrap .flow_desc_list {
    width: 100%;
    margin: initial;
}
.tradeGuide .flow_list {
    margin: 0;
}
.tradeGuide .flow_list li{
        margin-bottom: 50px;
}
.tradeGuide .flow_list li::before {
    content: none;
}
.tradeGuide .flow_list_inner {
    width: 100%;
    border: none;
    padding-bottom:0;
}

.tradeGuide .flow_step_desc {
    line-height: 1.7;
    padding: 0;
    letter-spacing: 0.05em;
    display: block;
}
.tradeGuide .flow_step_txt {
    font-weight: 700;
    font-size: min(23px, 5.2vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #FF7C60;
}
.tradeGuide .flow_step_txt span.sp{
    display:inline!important;
}
.tradeGuide .swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    color: #FFF;
    background: #ff7c60;
    right: 0;
    top: 60vw;
}
.tradeGuide .swiper-button-next.sp, .swiper-button-prev.sp {
    display: flex!important;
}
.tradeGuide .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
}
.tradeGuide .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px;
    padding-left: 4px;
}
.tradeGuide .swiper-button-prev:after {
    padding: 0;
    padding-right: 4px;
}
.tradeGuide .swiper-pagination {
    width: 100%;
    bottom: 0;
}
.tradeGuide .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 5px;
}
.tradeGuide .swiper-pagination-bullet-active {
    background: #FF7C60;
}


}

/*====================================
    タブ
======================================*/
.tradeGuide .switchList{
    width: 100%;
    margin: 0;
}
.tradeGuide .tabArea{
    padding: 40px;
    border: 1px solid;
    border-radius: 0 0 10px 10px;
}

/* PC-min-960 */
@media screen and (min-width: 960px){

}

/* SP-max-959 */
@media screen and (max-width: 959px){
.tradeGuide .switchList li{
    padding: 10px;
}
}
/*===================================================
  popup
====================================================*/
.tradeGuide .detailPop {
    display:none;
    width: 100%;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.tradeGuide .detailPop.popActive {
  display:block;
}
.tradeGuide .detailPop .popupShade{
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 0;
    display: flex;
    align-items: center;
}
.tradeGuide .detailPop .popTit{
    text-align: center;
    font-size: 30px;
    line-height: 1em;
    margin: 0 0 60px;
    color: #000;
    letter-spacing: 0.1em;
}
.tradeGuide .detailPop .close {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50px;
    top: 30px;
    cursor: pointer;
    transition: 0.3s ease;
    transform: rotate(45deg);
    background: #000;
    border-radius: 100px;
}
.tradeGuide .detailPop .close::before,
.tradeGuide .detailPop .close::after {
    content: '';
    display: inline-block;
    width: 60%;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
}
.tradeGuide .detailPop .close::before {
  transform: translate(-50%,-50%);
}
.tradeGuide .detailPop .close::after {
    transform: translate(-50%,-50%) rotate(90deg);
}
.tradeGuide .detailPop .popInBox {
    width: 90%;
    max-width: 600px;
    margin: 100px auto;
    background: #fff;
    padding: 40px;
    color: #000;
    border-radius: 20px;
    overflow: hidden;
}
.tradeGuide .detailPop .popInBox .text{
    margin: 0 0 15px;
    font-size: 18px;
}
.tradeGuide .detailPop .backClose{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
}
.tradeGuide .detailPop .btnPopClose{
    display: block;
    max-width: 70px;
    text-align: center;
    border: 1px solid #000;
    padding: 5px;
    line-height: 1em;
    border-radius: 100px;
    margin: 0 auto;
    color: #3C3C3C;
    font-size: 14px;
    cursor: pointer;
    transition:0.3s ease;
}

/* PC-min-960 */
@media screen and (min-width: 960px){

}

/* SP-max-959 */
@media screen and (max-width: 959px){
.tradeGuide .detailPop .close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 10;
}
.tradeGuide .detailPop .popInBox {
    margin: 60px auto;
    padding: 20px;
    box-sizing: border-box;
}
.tradeGuide .detailPop .popInBox .text{
    font-size: 16px;
    line-height: 1.5em;
}

}

/*====================================
    Q&A
======================================*/
.questionBlock{

}
.questionBlock .questionList{

}
.questionBlock .questionList dt{

}
.questionBlock .questionList dd{

}
.questionBlock .questionList dd .txt{

}
.questionBlock .questionList dd .thumb{

}
.questionBlock .accordionDetail .cautionList{
    padding: 0 0 0 40px;
}

/* SP-max-959 */
@media screen and (max-width: 959px){
.questionBlock .accordionDetail .cautionList{
    padding: 0 0 0 20px;
}
}
/*====================================
    hover
======================================*/
.tradeGuide .pageTitle .bread a:hover{
    color: #ff7c60;
}
.tradeGuide .detailPop .btnPopClose:hover{
    background:#000;
    color:#FFF;
}
.tradeGuide .stepList .slick-prev:hover,
.tradeGuide .stepList .slick-next:hover{
    border: 1px solid #ff7c60;
}
.tradeGuide .slick-prev:hover:before,
.tradeGuide .slick-next:hover:before {
    border-right: 1px solid #ff7c60;
    border-top: 1px solid #ff7c60;
}
.tradeGuide .pointBlock .pointLink a:hover{
    opacity:0.7;
}
.btnList li a:hover {
    background: #ff7c60;
    color: #FFF;
}
.tradeGuide .detailPop .close:hover{
    transform: rotate(135deg)
}

/* PC-min-960 */
@media screen and (min-width: 960px){

}

/* SP-max-959 */
@media screen and (max-width: 959px){


}


/*===================================================
 TOP
====================================================*/
.top{

}
.top .contentBlock{
    margin-bottom: 60px;
}
.top .contentTit{
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px;
}
.top .contentList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top .contentList li{
    width: calc(50% - 20px);
    margin: 0 0 20px;
}
.top .contentList:has(> :nth-child(1):last-child) li {
    width:100%;
}

.top .contentList li a{
    display: block;
    font-size: 20px;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    padding: 25px 20px 25px 60px;
    color: #000;
    position: relative;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}
.top .contentList:has(> :nth-child(1):last-child) li a{
    font-size: 26px;
    padding: 20px 20px 20px 60px;
}
.top .contentList li a .icon{
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 50%;
    width: 26px;
    line-height: 0;
    transform: translateY(-50%);
}

/* PC-min-960 */
@media screen and (min-width: 960px){

}

/* SP-max-959 */
@media screen and (max-width: 959px){

.top .contentBlock {
    margin-bottom: 20px;
}
.top .contentTit {
    font-size: 18px;
    margin: 0 0 15px;
}
.top .contentList li {
    width: calc(50% - 10px);
}
.top .contentList:has(> :nth-child(1):last-child) li a {
    font-size: 16px;
    padding: 25px 15px 25px 45px;
}
.top .contentList:has(> :nth-child(1):last-child) li a .inner{
    position: relative;
    text-align: center;
}
.top .contentList li a {
    font-size: 13px;
    padding: 20px 10px 20px 45px;
}
.top .contentList li a .icon {
    left: 15px;
    top: 50%;
}
}

/*===================================================
 service
====================================================*/
.clm{
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
    align-items: center;
}
.clm .pointIcon{
    width: 50px;
}
.clm .text{
    display: inline-block;
    font-weight: 600;
}


/*===================================================
 mypage
====================================================*/

.mypage .pointList {
    max-width: 560px;
}


/*===================================================
 premium
====================================================*/

.tradeGuide.premium .pointList {

}
.tradeGuide.premium .pointList .cautionText{
    font-size: 10px;
    display: block;
}
.tradeGuide.premium .pointList .pointIcon{
    width: 55px;
    padding: 0;
    background: transparent;
}
.tradeGuide.premium .flow_list {
    display: flex;
}
.tradeGuide.premium .flow_list li::before {
    display:none;
}
.tradeGuide.premium .flow_list_inner {
    width: 100%;
    margin: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.tradeGuide.premium .flow_step_img {
    width: 63%;
    margin: 0 auto 25px;
    line-height: 0;
}
.tradeGuide.premium .swiper-button-prev{
    left: 0;
    right: auto;
}
.tradeGuide.premium .swiper-button-next{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    color: #FFF;
    background: #ff7c60;
    right: 0;
    top: 60vw;
}
.tradeGuide.premium .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    color: #FFF;
    background: #ff7c60;
    right: 0;
    top: 60vw;
}
.tradeGuide.premium .swiper-button-next:after,
.tradeGuide.premium .swiper-button-prev:after {
    font-size: 25px;
    padding-left: 4px;
}
.tradeGuide.premium .swiper-button-prev:after {
    padding: 0;
    padding-right: 4px;
}
.tradeGuide.premium .swiper-button-next:after{
    font-size: 25px;
    padding-left: 4px;
}
.tradeGuide.premium .swiper-pagination {
    width: 100%;
    bottom: 0;
}
.tradeGuide.premium  .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 5px;
}
.tradeGuide.premium .swiper-pagination-bullet-active {
    background: #FF7C60;
}



/* PC-min-960 */
@media screen and (min-width: 960px){

.tradeGuide.premium .pointList{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #D6D6D6;
    border-radius: 20px;
    padding: 40px 20px;
}
.tradeGuide.premium .pointList li{
    margin: 0;
    width: 33%;
    justify-content: flex-start;
    padding: 20px 10px;
    box-sizing: border-box;
}
.tradeGuide.premium .flow_wrap {
    width: 100%;
}
.tradeGuide.premium .flow_wrap .flow_flex_box {
    justify-content: center;
}
.tradeGuide.premium.flow_list {
    display: flex;
}
.tradeGuide.premium .flow_list li::before {
    content: none;
}
.tradeGuide.premium .flow_list_inner {
    border-bottom: none;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
}
.tradeGuide.premium .flow_desc_list {
    width: 50%;
}
.tradeGuide.premium .swiper-button-next,
.tradeGuide.premium .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    color: #FFF;
    background: #ff7c60;
    top: 50%;
}
.tradeGuide.premium .swiper-button-next,
.tradeGuide.premium .swiper-button-prev {
    display: flex!important;
}
.tradeGuide.premium .swiper-button-next:after,
.tradeGuide.premium .swiper-button-prev:after {
    font-size: 25px;
    padding-left: 4px;
}
.tradeGuide.premium .swiper-pagination {
    width: 100%;
    bottom: 0;
}
.tradeGuide.premium .flow_wrap .flow_step_img {
    width: 65%;
}

.tradeGuide.premium .swiper-button-prev:after {
    padding-left: 0;
}
.tradeGuide.premium .swiper-button-next:after{
    padding-left: 3px;
}
}


/* SP-max-959 */
@media screen and (max-width: 959px){
.tradeGuide.premium .pointList {
    width:100%;
    max-width: 260px;
    margin: 0 auto;
}

.tradeGuide.premium .contentLead{
    text-align:center;
}
}



/*====================================
   pageBuy
======================================*/
.pageBuy .intro{
    margin-bottom: 60px;
}

/* SP-max-959 */
@media screen and (max-width: 959px){
.pageBuy .intro{
    padding: 0 20px 40px;
    margin-bottom: 0;
}
}

/*====================================
   pageBuyCancel
======================================*/
.pageBuyCancel .intro{
    margin-bottom: 60px;
}

/* SP-max-959 */
@media screen and (max-width: 959px){
.pageBuyCancel .intro{
    padding: 0 20px 40px;
    margin-bottom: 0;
}
}

/*====================================
   pageSell
======================================*/
.pageSell .intro{
    margin-bottom: 60px;
}
.pageSell #dTicket{
    margin-bottom: 0;
}
.pageSell #dTicket .inBox{

}
.pageSell .ticketLead{
    text-align: center;
}
.pageSell #sTicket{
    margin-bottom: 0;
}
.pageSell .btnPremiumMem {
    padding: 0 0 40px;
}
.pageSell #pTicket .inBox{
    padding: 100px 0 ;
}
.pageSell #sTicket .inBox{
    padding: 100px 0 ;
}
.pageSell .navList{
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 0 0 40px;
    width: 80%;
    max-width: 640px;
    margin: 0 auto;
}
.pageSell .navList li{
    width: 100%;
}
.pageSell .navList li a{
    display: block;
    text-decoration: none;
    color: #FF7C60;
    border: 1px solid;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}
.pageSell .navList li a:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #FFBEB0 transparent transparent transparent;
    transform: translate(-50%,0);
    pointer-events: none;
}

.pageSell .tabArea {
    padding: 0;
    border: none;
    border-radius: 0;
}
.pageSell .tabBlock{
	display:none;
}
.pageSell .tabArea .tabBlock.is-show {
	display:flex;
}

.pageSell .btnPremiumMem li a{
    background: #D4D4D4;
}
.pageSell .btnPremiumMem li.is-active a{
    background: #242424;
}

/* PC-min-960 */
@media screen and (min-width: 960px){
.pageSell .navList li a:hover{
    background-color: rgba(25, 118, 210, 0.04);
}
}

/* SP-max-959 */
@media screen and (max-width: 959px){
.pageSell .intro{
    padding: 0 20px 40px;
    margin-bottom: 0;
}
.pageSell #pTicket .inBox {
    padding: 60px 0 0;
}
.pageSell #sTicket {
    padding: 0 20px;
}
.pageSell #sTicket .inBox{
    padding: 60px 0;
}
.pageSell #pTicket .inBox{
    padding: 60px 0 ;
}
.pageSell .navList{
    width: 100%;
}

.pageSell .navList li {
    width: 40%;
    box-sizing: border-box;
}
.pageSell .navList li a {
    padding: 5px;
    font-size: 13px;
    font-weight: 600;
}
}

/*====================================
   pageSellCansel
======================================*/
.pageSellCansel .intro{
    margin-bottom: 60px;
}

/* SP-max-959 */
@media screen and (max-width: 959px){
.pageSellCansel .intro{
    padding: 0 20px 40px;
    margin-bottom: 0;
}
}

/*====================================
   pageEplus
======================================*/
.pageEplus .intro{
    margin-bottom: 60px;
}

.pageEplus .tabArea {
    padding: 0;
    border: none;
    border-radius: 0;
}
.pageEplus .tabBlock{
	display:none;
}
.pageEplus .tabArea .tabBlock.is-show {
	display:flex;
}

.pageEplus .btnPremiumMem li a{
    background: #D4D4D4;
}
.pageEplus .btnPremiumMem li.is-active a{
    background: #242424;
}


/* SP-max-959 */
@media screen and (max-width: 959px){
.pageEplus .intro{
    padding: 0 20px 40px;
    margin-bottom: 0;
}
}

/*====================================
   friend
======================================*/
.friend .btnWhite a {
    background-color: #FFF;
}

.friend .intro{
    margin-bottom: 60px;
}

/* SP-max-959 */
@media screen and (max-width: 959px){
.friend .intro{
    padding: 0 20px 40px;
    margin-bottom: 0;
}
}
/*====================================
   .pageBuyTicketing
======================================*/
.pageBuyTicketing{

}
.pageBuyTicketing .btnPremiumMem li a{
    background: #D4D4D4;
}
.pageBuyTicketing .btnPremiumMem li.is-active a{
    background: #242424;
}
.pageBuyTicketing .tabArea {
    padding: 0;
    border: none;
    border-radius: 0;
}
.pageBuyTicketing .tabBlock{
	display:none;
}
.pageBuyTicketing .tabArea .tabBlock.is-show {
	display:flex;
}

.pageBuyTicketings .btnPremiumMem li a{
    background: #D4D4D4;
}
.pageBuyTicketing .btnPremiumMem li.is-active a{
    background: #242424;
}


/* SP-max-959 */
@media screen and (min-width: 960px){

.pageBuyTicketing .questionBlock .flow_wrap {
    width: 100%;
}
.pageBuyTicketing .questionBlock .flow_wrap .flow_flex_box {
    justify-content: center;
}
.pageBuyTicketing .questionBlock .flow_list {
    display: flex;
}
.pageBuyTicketing .questionBlock .flow_list li::before {
    content: none;
}
.pageBuyTicketing .questionBlock .flow_list_inner {
    border-bottom: none;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
}
.pageBuyTicketing .questionBlock .flow_desc_list {
    width: 50%;
}
.pageBuyTicketing .questionBlock .swiper-button-next,
.pageBuyTicketing .questionBlock .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    color: #FFF;
    background: #ff7c60;
    top: 50%;
}
.pageBuyTicketing .questionBlock .swiper-button-next,
.pageBuyTicketing .questionBlock .swiper-button-prev {
    display: flex!important;
}
.pageBuyTicketing .questionBlock .swiper-button-next:after,
.pageBuyTicketing .questionBlock .swiper-button-prev:after {
    font-size: 25px;
    padding-left: 4px;
}
.pageBuyTicketing .questionBlock .swiper-pagination {
    width: 100%;
    bottom: 0;
}
.pageBuyTicketing .questionBlock .flow_wrap .flow_step_img {
    width: 65%;
}

.pageBuyTicketing .questionBlock .swiper-button-prev:after {
    padding-left: 0;
}
.pageBuyTicketing .questionBlock .swiper-button-next:after{
    padding-left: 3px;
}
}


/*====================================
   footer
======================================*/
.l-footer {
    padding: 50px 0 150px;
    position: relative;
    background: #FFF;
}
.l-footer .l-footer__logo {
    position: absolute;
    bottom: 70px;
    right: 50px;
}
.l-footer .l-footer__logo a {
    display: block;
    margin-bottom: 8px;
}
.l-footer .l-footer__logo img {
    width: 180px;
}
.l-footer .l-footer__copyright {
    display: block;
    font-size: 12px;
    text-align: right;
    font-family: "Outfit", sans-serif;
    color: #757575;
    padding-right: 10px;
}
.l-footer .l-footer__nav {
    margin: 30px 0 15px;
    text-align: center;
}
.l-footer .l-footer__nav .l-footer__navItem {
    display: inline-block;
}
.l-footer .l-footer__nav .l-footer__navItem a {
    color: #757575;
    padding: 0 10px;
    font-size: 11px;
    font-size: 0.6875rem;
    text-decoration: none;
}
.l-footer .l-footer__nav .l-footer__navItem + .l-footer__navItem::before {
    content: "|";
    color: #E5E5E5;
}

/* SP-max-959 */
@media screen and (max-width: 959px){
.l-footer {
    padding: 0px 0 130px;
}
.l-footer .l-footer__logo {
    right: 20px;
    bottom: 55px;
}
.l-footer .l-footer__logo a {
    margin-bottom: 6px;
}
.l-footer .l-footer__logo img {
    width: 220px;
}
.l-footer .l-footer__copyright {
    padding: 0;
    font-size: 13px;
}
.l-footer .l-footer__nav {
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
}
.l-footer .l-footer__nav .l-footer__navItem {
    display: block;
}
.l-footer .l-footer__nav .l-footer__navItem a {
    font-size: 12px;
    border-bottom: 1px solid #E5E5E5;
    display: block;
    padding: 7px 15px;
    line-height: 1.4em;
}
.l-footer .l-footer__nav .l-footer__navItem + .l-footer__navItem::before {
    display: none;
}
}
