* {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

/* 「リセールサービスの流れ」パートのフロート */

._floatLeft {
    float: left;
}

._floatRight {
    float: right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  body、footerなど
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


html {
    font-size: 62.5%; /*ベースを10pxにしています*/

    overflow: auto;

}

body {
    font-size: 1rem;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;

    overflow-x: hidden;
    overflow-y: scroll;


}

.clearFix {
    clear: both;
}

footer {
    background-color: #333333;
    height: auto;
}

.footerWrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.footerLogoWrapper {
    padding-top: 40px;
    padding-bottom: 50px;
    width: 80%;
    margin: 0 auto;
}

.footerLogo {
    text-align: center;
    width: 42%;
    margin: 0 auto;
}

.footerLogo > img {
    width: 100%;
}


/* ヘッダー部分 */

header {
    width: 100%;
    background: url(../img/header/headerBG_2x.jpg) center center no-repeat;
    background-size: cover;

}

.headerWrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding-bottom: 140px;
}

.headerLogo {
    /* width: 100%; */
    text-align: left;
    padding-bottom: 50px;
    padding-top: 30px;
    padding-left: 20px;
}

.headerLogo > img {
    /* max-width: 100px; */
    max-width: 7%;
    height: auto;
}



.headerContents {
    max-width: 1100px;
    display: flex;
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%;
}

.headerContens_spMock {
    max-width: 23%;
}

.headerContens_spMock > img {
    width: 100%;
}

.headerContents_title {
    max-width: 70%;
    /* padding-left: 50px; */
    padding-left: 5%;
    height: auto;
}

.headerContents_title > img {
    width: 100%;
    height: 100%;
}

.headerContents_title_catchcopy {
    width: 100%;
    /* background: url(../img/header/吹き出し2@2x.png)center contain no-repeat;
    background-size: contain;
    margin-bottom: 100px; */
}

.headerContents_title_catchcopy {
    padding-top: 5%;
    /* padding-top: 30px; */
}

.headerContents_title_catchcopy > img {
    width: 100%;
}

.headerContents_title_oficial {
    padding-top: 5%;
}

.headerContents_title_oficial > img {
    width: 100%;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  メイン部分
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


/* セクション1：「ファイターズ公式リセールサービスとは？」の部分 */

.sectionIntroduction {
    background-color: #0063C3;
    height: auto;
    padding-bottom: 350px;
    padding-left: 2%;
    padding-right: 2%;
}

.sectionIntroductionWrapper {
    max-width: 1100px;
    margin: 0 auto;
    height: 1350px;
    min-height: 1450px;
}


._sp {
    display: none;
}

._pc {
    display: block;
}

.introductionTitle_sp {
    display: none;
}


.introductionTitle {
    max-width: 100%;
    position: relative;
    top: -50px;
    
    background: url(../img/part1/introductionTitle.svg) no-repeat;
    background-size: contain;
    min-height: 121px;
}

.introductionTitle > img {
    width: 100%;
}

.introductionTitle > h1 {
    font-size: 4rem;
    text-align: center;
    padding-top: 2%;
    font-weight: 600;
    color: #fff;
}

.introduction {
    text-align: left;
    width: 100%;
    padding-top: 0px;
    position: relative;
    top: -2%;
    z-index: 10;


}

.introduction_text {
    color: #fff;
    font-size: 2rem;
    line-height: 2;
}

.introductionPlayer {
    width: 47%;
    z-index: 1;
    position: relative;
    top: -30%;
    left: 75%;

}

.introductionPlayer > img {
    width: 100%;

}

.introductionPositionWrapper {
    padding-bottom: 30px;
    z-index: 10;
    position: relative;
    top: 0;
    width: 100%;
}

.introductionIllustration > img {
    width: 100%;
}

.buttonToFTicket,
.buttonToOther {
    max-width: 20%;
    min-width: 15%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.buttonToFTicket > a,
.buttonToOther > a {
    color: inherit;
    text-decoration: none;
}

.buttonToFTicket_text,
.buttonToOther_text {
    width: 100%;
    color: #0063C3;
    background-color: #fff;
    padding: 10% 5%;
    border-radius: 50px;
    font-size: 1.6rem;
    background: #fff url(../img/part1/buttonArrow.png) 90% 50% no-repeat;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
}
.buttonToOther_text {
    color: #8E783B;
    background: #fff url(../img/part4/buttonArrow.png) 90% 50% no-repeat;
}


.introductionSubtitle {
    padding-top: 100px;
    max-width: 70%;
    margin: 0 auto;
}

.introductionSubtitle > h2 {
    color: #fff;
    font-size: 4rem;
    text-align: center;
}

.introductionPoints {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: auto;
    padding-top: 50px;
    margin-bottom: 80px;
}

.introductionPoints_detail {
    width: 32%;
    text-align: center;
}

.introductionPoints_detail_title {
    color: #fff;
    background-color: #333333;
    font-size: 3.2rem;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.introductionPoints_detail_title > p {
    vertical-align: middle;
    height: 20%;
    padding: 6px 0;
}

.introductionPoints_detail_fighters {
    width: 100%;
    background-color: #fff;
    height: 80%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.introductionPoints_detail_fighters > img {
    width: 30%;
}

.introductionPoints_detail_fighters_title {
    font-size: 2rem;
    width: 80%;
    padding-top: 10%;
    margin: 0 auto;
    font-weight: 600;

}

.introductionPoints_detail_fighters_text {
    font-size: 1.6rem;
    width: 80%;
    margin: 0 auto;
    padding-top: 5%;
}

.introductionPoints_detail_resale {
    width: 100%;
    background-color: #fff;
    height: 80%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.introductionPoints_detail_resale > img {
    width: 30%;
}

.introductionPoints_detail_resale_title {
    font-size: 2rem;
    padding-top: 6%;
    width: 80%;
    margin: 0 auto;
    font-weight: 600;

}

.introductionPoints_detail_resale_text {
    font-size: 1.6rem;
    width: 80%;
    margin: 0 auto;
    padding-top: 3%;
}

.introductionPoints_detail_eTicket {
    width: 100%;
    background-color: #fff;
    height: 80%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.introductionPoints_detail_eTicket > img {
    width: 30%;
    padding-top: 25px;
    padding-bottom: 25px;
}

.introductionPoints_detail_eTicket > .introductionPoints_detail_resale_text {
    padding-top: 7%;
}

.introductionPoints_detail_resale_title {
    font-size: 2rem;
    padding-top: 7%;
    width: 80%;
    margin: 0 auto;
}

.introductionPoints_detail_resale_text {
    font-size: 1.5rem;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 8%;
    padding-top: 2%;
}


.guideQRWrapper {
    color: #fff;
    border: solid 3px #fff;
    margin-top: 50px;
    max-width: 100%;
    padding: 30px 30px;
    display: flex;
    height: auto;
}

.guideQR_detail {
    width: 90%;
}

.guideQR_detail_text {
    font-size: 1.8rem;
    padding-right: 280px;
}

.guideQR_detail_url {
    display: flex;
    align-items: center;
    padding-top: 30px;
    width: 100%;
    flex-wrap: wrap;
}

.guideQR_detail_url_sticker {
    width: 25%;
}

.guideQR_detail_url_sticker > img {
    width: 100%;
}

.guideQR_detail_url > p {
    font-size: 1.8rem;
    padding-left: 30px;
}

.guideQR_detail_url > p > a {
    color: inherit;
    /* text-decoration: none; */
}

.guideQR {
    max-width: 25%;
    /* padding-left: 6%; */
}

.guideQR > img {
    width: 100%
}



/* セクション2：「リセール対象」「リセール対象のチケット」の部分 */

.sectionTargetAndPrice {
    background-color: #EEEEEE;
    height: auto;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 30px;
}

.sectionTargetAndPriceWrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.titleTarget {
    font-size: 4rem;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

.titleTarget > h2 {
    font-weight: bold;
}

.targetsWrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sellerWrapper {
    border: solid 8px #0063C3;
    width: 47.5%;
    background-color: #fff;
    text-align: center;
}

.seller {
    width: 78%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
}

.seller_title {
    color: #0063C3;
    font-size: 4.3rem;
    font-weight: bold;
}

.seller_text {
    font-size: 2rem;
    padding-top: 10px;
}

.seller_supplement {
    font-size: 1.6rem;
}


.buyerWrapper {
    border: solid 8px #8E783B; 
    width: 47.5%;
    background-color: #fff;
    text-align: center;
}

.buyer {
    width: 78%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
}

.buyer_title {
    color: #8E783B;
    font-size: 4.3rem;
    font-weight: bold;
}

.buyer_text {
    font-size: 2rem;
    padding-top: 10px;
}

.buyer_supplement {
    font-size: 1.6rem;
    width: 90%;
    margin: 0 auto;
}


.titleTicketForResale {
    font-size: 4rem;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 20px;
}

.titleTicketForResale > h2 {
    font-weight: bold;
}

.ticketForResale {
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
}

.ticketForResaleSupplement {
    text-align: center;
    font-size: 1.5rem;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.ticketForResaleSupplement_title {
    font-size: 2rem;
    font-weight: bold;
}

.ticketForResaleSupplement_text {
    padding-left: 20px;
    font-size: 1.6rem;
}

.balloonForSapporoDome {
    width: 100%;
    padding-bottom: 50px;
    height: 100px;
    background-image: url(../img/part2/SapporoDomeBalloon.png);
    background-size: contain;
    background-repeat: no-repeat;
    /* display: flex;
    align-items: center; */

}

.balloonForSapporoDome > img {
    width: 100%;
}

.balloonForSapporoDome > p {
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center;
    padding-top: 1%;

}

table {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    border:  none;

    width: 100%;
    /* border: solid 1px;  */
    border-collapse: collapse
}

table th {
    background-color: #333333;
    color: #fff;
		padding:30px 0;
}

table td {
    background-color: #fff;
		padding:20px 0;
  
}

table tr td:first-child {
    width: 60%;
}


/* table th, table td {
    border: solid 1px #707070;
} */

table th:first-child ,table td:first-child {
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
}

table tr:last-child td:first-child {
    border-bottom: none;
}

table th, table td:last-child {
    border-bottom:  solid 1px #CCCCCC;
}

table tr:last-child td:last-child {
    border-bottom: none;
}

.resaleAttention {
    font-size: 1.4rem;
    padding-top: 20px;
    padding-bottom: 120px;
    line-height: 2;
}

.titleResaleProcess {
    font-size: 4rem;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}

.titleResaleProcess > h2 {
    font-weight: bold;
}


/* セクション追加分：「リセール対象のチケット」の部分 */

.sectionTargetTicket {
    background-color: #8E783B;
    height: auto;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 50px;
    padding-bottom: 140px;
}

.sectionTargetTicketWrapper {
    max-width: 1100px;
    margin: 0 auto;
}
.titleTargetTicket {
    font-size: 4rem;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    color: #fff;
}
.TartetTicket_text {
    font-size: 3.2rem;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.TargetTicketWrapper {
    color: #fff;
    border: solid 3px #fff;
    margin-top: 50px;
    max-width: 100%;
    padding: 30px 30px;
    display: flex;
    height: auto;
}

.TargetTicket_detail {
    width: 100%;
}

.TargetTicket_detail_text {
    font-size: 1.8rem;
}

.TargetTicket_detail_url {
    display: flex;
    align-items: center;
    padding-top: 30px;
    width: 100%;
    flex-wrap: wrap;
}

.TargetTicket_detail_url_sticker {
    width: 11%;
}

.TargetTicket_detail_url_sticker > img {
    width: 100%;
}

.TargetTicket_detail_url > p {
    font-size: 1.8rem;
    padding-left: 30px;
}

.TargetTicket_detail_url > p > a {
    color: inherit;
    /* text-decoration: none; */
}

.TargetTicket {
    max-width: 25%;
    /* padding-left: 6%; */
}

.TargetTicket > img {
    width: 100%
}

/* セクション3：「リセールサービスの流れ」の部分 */

.sectionResaleProcess {
    background: linear-gradient(90deg, #0063C3 0%, #0063C3 50%, #8E783B 50%, #8E783B 100%);
    padding-bottom: 50px;
}

.sectionResaleProcessWrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    /* padding-left: 2%;
    padding-right: 2%; */
}

.sellerProcessWrapper {
    width: 45%;
}

.sellerTitle {
    font-size: 4.8rem;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
    width: 90%;
}

.sellerTitle > h2 {
    font-weight: bold;
    color: #fff;
}

.sellerProcessPreparation {
    width: 90%;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sellerProcessPreparation_title {
    font-size: 2.8rem;
    color: #0063C3;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.sellerProcessPreparation_text {
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
    padding-top: 20px;
}

.downArrow {
    text-align: center;
    width: 90%;
}

.downArrow > img {
    width: 11%;
}

.sellerProcessCheckTicket {
    width: 90%;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 35px;
}

.sellerProcessCheckTicket_title {
    font-size: 2.8rem;
    color: #0063C3;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.sellerProcessCheckTicket_text {
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sellerProcessCheckTicket_supplement {
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
}

.sellerProcessSellTicketWrapper {
    display: flex;
    justify-content: flex-start;
}

.sellerProcessSellTicket {
    width: 90%;
    height: auto;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sellerProcessSellTicket_title {
    font-size: 2.8rem;
    color: #0063C3;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.sellerProcessSellTicket_text {
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
    padding-top: 20px;
}

.sellerProcessSellTicket_text > a {
    color: #0063C3;
}

.rightArrow {
    text-align: center;
    display: flex;
    align-items: center;
    width: 9%;
}

.rightArrow > img {
    width: 100%;
}

.sellerProcessMailWrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 330px;
}

.sellerProcessMail {
    width: 90%;
    height: auto;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sellerProcessMail_title {
    font-size: 2.8rem;
    color: #0063C3;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.sellerProcessMail_text {
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
    padding-top: 20px;
}

.sellerProcessMail_text > a {
    color: #0063C3;
}

.leftArrow {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 9%;
}

.leftArrow > img {
    width: 100%;
}

.sellerProcessDealFailureWrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sellerProcessDealFailure {
    width: 89%;
    height: auto;
    background-color: #0063C3;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    border: solid 2px #fff;
}

.sellerProcessDealFailure_title {
    font-size: 2.8rem;
    color: #fff;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.sellerProcessDealFailure_text {
    color: #fff;
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
    padding-top: 20px;
}

.sellerProcessDealFailure_supplement {
    color: #fff;
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
    padding-top: 20px; 
}

.sellerProcessDealFailure_supplement > a {
    color: inherit;
}


.sellerProcessReceivePaymentWrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 225px;
}

.sellerProcessReceivePayment {
    width: 90%;
    height: auto;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sellerProcessReceivePayment_title {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
}

.sellerProcessReceivePayment_title > img {
    width: 15%;
    height: auto;
}

.sellerProcessReceivePayment_title > p {
    font-size: 2.8rem;
    color: #0063C3;
    font-weight: bold;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.sellerProcessReceivePayment_text {
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
    padding-top: 20px;
}

.processCenter {
    width: 10%;
    text-align: center;
    height: 1720px;
    padding-top: 690px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.processCenter_pole {
    position: relative;
    z-index: 10;
    top: 51%;
    width: 90%;
}

.processCenter_logo {
    height: auto;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}


.buyerProcessWrapper {
    width: 47%;
}

.buyerTitle {
    font-size: 4.8rem;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
    width: 90%;
}

.buyerTitle > h2 {
    font-weight: bold;
    color: #fff;
}

.buyerProcessBuyTicketWrapper {
    display: flex;
    justify-content: flex-end;
    padding-top: 650px;
    position: relative;
    left: -0.5%;
}

.buyerProcessBuyTicketWrapper > .leftArrow_buyer {
    width: 10%;
}

.buyerProcessBuyTicketWrapper > .leftArrow_buyer > img {
    margin-right: -2px;
}

.leftArrow_buyer {
    text-align: center;
    display: flex;
    align-items: center;
    width: 9%;
}

.leftArrow_buyer > img {
    width: 100%;
    padding-left: 14%;
}

.buyerProcessBuyTicket {
    width: 89.5%;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.buyerProcessBuyTicket_title {
    font-size: 2.8rem;
    color: #8E783B;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.buyerProcessBuyTicket_text {
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
    padding-top: 20px;
}

.buyerProcessBuyTicket_text > a {
    color: #8E783B;
}

.buyerProcessGetTicketWrapper {
    display: flex;
    justify-content: flex-start;
    padding-top: 30px;
}

.rightArrow_buyer {
    text-align: center;
    display: flex;
    align-items: center;
    width: 9%;
}

.rightArrow_buyer > img {
    width: 100%;
}

.buyerProcessGetTicket {
    width: 89.5%;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.buyerProcessGetTicket_title {
    font-size: 2.8rem;
    color: #8E783B;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.buyerProcessGetTicket_text {
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
    padding-top: 20px;
}

.longDownArrow {
    text-align: center;
    width: 90%;
}

.longDownArrow > img {
    width: 11%;
    height: 600px;
}

.buyerProcessWatchWrapper {
    display: flex;
    justify-content: flex-end;
}

.buyerProcessWatch {
    width: 90%;
    height: auto;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.buyerProcessWatch_title {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
}

.buyerProcessWatch_title > img {
    width: 15%;
    height: auto;
}

.buyerProcessWatch_title > p {
    font-size: 2.9rem;
    color: #8E783B;
    font-weight: bold;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.buyerProcessWatch_text {
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
    padding-top: 20px; 
}


.subsection {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 110px;
    padding-left: 2%;
    padding-right: 2%;
}

.dealAttentionWrapper {
    border: solid 3px #fff;
    width: 100%;
    color: #fff;
}

.dealAttention {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
    line-height: 1.8;
    width: 100%;
}

.dealAttention_title {
    font-size: 3.2rem;
    text-align: center;
    font-weight: bold;
}

.dealAttention_textUpside {
    font-size: 2rem;
    width: 88%;
    margin: 0 auto;
    font-weight: bold;
}

.dealAttention_textDownside {
    font-size: 2rem;
    width: 90%;
    margin: 0 auto;
    font-weight: bold;
}


/* セクション4:「手数料」の部分 */

.sectionFee {
    background-color: #EEEEEE;
    height: auto;
    padding-left: 2%;
    padding-right: 2%;
}

.sectionFeeWrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 140px;
    padding-left: 2%;
    padding-right: 2%;
}

.titleFee {
    font-size: 4rem;
    text-align: center;
    font-weight: bold;
}

.titleFee > h2 {
    font-weight: 600;
}

.feeDescriptionWrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 50px;
}

.sellerFeeWrapper {
    border: solid 8px #0063C3;
    width: 47%;
    background-color: #fff;
    text-align: center;
}

.sellerFee {
    width: 85%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
}

.sellerFee_title {
    color: #0063C3;
    font-size: 4.8rem;
    font-weight: bold;
}

.sellerFee_text {
    font-size: 1.6rem;
    padding-top: 10px;
    padding-top: 20px;
}
.sellerFee_supplement {
    font-size: 1.4rem;
    padding-top: 20px;
}

.feeColor {
    color: red;
}

.feeSize {
    font-size: 2.4rem;
    font-weight: bold;
}

.buyerFeeWrapper {
    border: solid 8px #8E783B;
    width: 47%;
    background-color: #fff;
    text-align: center;
}

.buyerFee {
    width: 78%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
}

.buyerFee_title {
    color: #8E783B;
    font-size: 4.8rem;
    font-weight: bold;
}

.buyerFee_text {
    font-size: 1.6rem;
    padding-top: 10px;
    padding-top: 20px;
}

/* セクション5:「Q&A」の部分 */

.sectionQa {
    background-color: #8E783B;
    height: auto;
    padding-left: 2%;
    padding-right: 2%;
}

.sectionQaWrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 140px;
    padding-left: 2%;
    padding-right: 2%;
}

.titleQa {
    font-size: 4rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.titleQa > h2 {
    font-weight: 600;
}

.QaDescriptionWrapper {
    width: 100%;
    padding-top: 50px;
}

.sellerQaWrapper {
    /* border: solid 4px #fff; */
}

.sellerQa {
    margin: 0 auto;
    padding: 0 30px;
}

.sellerQa_title {
    font-size:  2.4rem;
    font-weight: bold;
    color: #fff;
    padding-top: 20px;
}
.sellerQa_title:nth-of-type(1) {
    padding-top: 0;
}

.sellerQa_text {
    font-size: 1.6rem;
    color: #fff;
    padding-left:1em;
	text-indent:-1em;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sellerQa_text > a {
    color: #fff;
}
.dot_line {
    border-bottom: 2px dotted #fff;
}
.sellerQa_supplement {
    font-size: 1.4rem;
    color: #fff;
}

.QaColor {
    color: red;
}

.QaSize {
    font-size: 2.4rem;
    font-weight: bold;
}

.buyerQaWrapper {
    border: solid 8px #8E783B;
    width: 47%;
    background-color: #fff;
    text-align: center;
}

.buyerQa {
    width: 78%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
}

.buyerQa_title {
    color: #8E783B;
    font-size: 4.8rem;
    font-weight: bold;
}

.buyerQa_text {
    font-size: 1.6rem;
    padding-top: 10px;
    padding-top: 20px;
}

.titleResale {
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
}

.titleResale > h2 {
    font-weight: 600;
}
.resaleWrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0 10px;
}
.resale_supplement {
  font-size: 1.4rem;
  padding-top: 20px;
  color: #000;
}
.seasonseatWrapper {
  background-color: #fff;
  width: 47%;
  text-align: center;
}
.seasonseat {
  width: 85%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
}
.seasonseat_title {
  color: #8E783B;
  font-size: 4.2rem;
  font-weight: bold;
}
.seasonseat_text {
  color: #000;
  font-size: 2rem;
  padding-top: 10px;
  padding-top: 20px;
}
.purchaseWrapper {
  background-color: #fff;
  width: 47%;
  text-align: center;
}
.purchase {
  width: 78%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
}
.purchase_title {
  color: #8E783B;
  font-size: 4.2rem;
  line-height: 1.2;
  font-weight: bold;
}
.purchase_text {
  color: #000;
  font-size: 2rem;
  padding-top: 10px;
  padding-top: 20px;
}


/* QRコードの部分 */

.sectionQR {
    background-color: #0063C3;
    height: auto;
}

.sectionQRWrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%;
}

.sectionQRPosition {
    padding-top: 80px;
    padding-bottom: 120px;
}

.termsOfServiceQRWrapper {
    color: #fff;
    border: solid 3px #fff;
    max-width: 100%;
    padding: 30px 30px;
    display: flex;
    height: auto;
}

.termsOfServiceQR_detail {
    width: 75%;
}

.termsOfServiceQR_detail_text {
    font-size: 2rem;
    padding-right: 0px;
}

.termsOfServiceQR_detail_url {
    display: flex;
    align-items: center;
    padding-top: 30px;
    margin-right: 0px;
    flex-wrap: wrap;

}

.termsOfServiceQR_detail_url_sticker {
    width: 20%;
}

.termsOfServiceQR_detail_url_sticker > img {
    width: 100%;
}

.termsOfServiceQR_detail_url > p {
    font-size: 1.8rem;
    padding-left: 30px;
}

.termsOfServiceQR_detail_url > p > a {
    color: inherit;
}

.termsOfServiceQR {
    max-width: 25%;
    padding-left: 11%;
}

.termsOfServiceQR > img {
    width: 100%;
}

.ticketExpansionQRWrapper {
    color: #fff;
    border: solid 3px #fff;
    margin-top: 50px;
    max-width: 100%;
    padding: 30px 30px;
    display: flex;
    height: auto;
}

.ticketExpansionQR_detail {
    max-width: 83%;
}

.ticketExpansionQR_detail_title {
    font-size: 3.2rem;
    padding-right: 0px;
    font-weight: 700;
}

.ticketExpansionQR_detail_text {
    font-size: 2rem;
    padding-right: 0px;
}

.ticketExpansionQR_detail_url {
    display: flex;
    align-items: center;
    padding-top: 30px;
    flex-wrap: wrap;

}


.ticketExpansionQR_detail_url_sticker {
    width: 50%;
}

.ticketExpansionQR_detail_url_sticker > img {
    width: 100%;
}

.ticketExpansionQR_detail_url > p {
    font-size: 1.8rem;
    padding-left: 30px;
}

.ticketExpansionQR_detail_url > p > a {
    color: inherit;
    display: flex;
    flex-wrap: wrap;
}

.ticketExpansionQR {
    max-width: 15%;
    padding-left: 3%;
    display: flex;
    align-items: center;
}

.ticketExpansionQR > img {
    width: 100%
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  スマホ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* iPhone6、7、8縦 */
@media screen and (max-width: 480px) {
    
    .headerWrapper {
        padding-bottom: 100px;
    }


    .headerLogo {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 10px;
        padding-left: 10px;
        max-width: 100%;;
    }

    .headerLogo > img {
        max-width: 12%;
    }

    .introductionPlayer {
    width: 38%;
    z-index: 12;
    position: relative;
    top: -31%;
    left: 64%;
    }

    .sectionIntroduction {
        padding-bottom: 1100px;
    }

    .introduction {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 10px;

        top: -3%;
    }

    .introduction_text {
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.7;
    }

    ._pc {
        display: none;
    }

    ._sp {
        display: block;
    }
    
    .introductionTitle_sp {
        /* padding-left: 20px; */
        padding-top: 15px;
        display: block;

        top: -3.5%;
        position: relative;
        z-index: 11;

        background: url(../img/part1/introductionTitle_sp.svg) no-repeat;
        background-size: contain;

        /* width: 100%; */
        height: 23.3vw;
    }

    .introductionTitle_sp > h1 {
        width: 100%;
        font-size: 2.2rem;
        color: #fff;
        font-weight: 600;
        text-align: center;
    }

    .introductionTitle {
        top: -18px;
        position: relative;
        z-index: 11;

        height: 50px;
        max-width: 100%;

        background-size: contain;
    }

    .introductionPositionWrapper {
        top: 0%;
    }

    .introductionIllustration {
        width: 100%;
        margin: 0 auto;
    }


    .buttonToFTicket,
    .buttonToOther {
        max-width: 50%;
        padding-top: 60px;
        padding-right: 13px;
    }

    .buttonToFTicket_text,
    .buttonToOther_text {
        font-size: 1.4rem;
        font-weight: 600;
        background: #fff url(../img/part1/buttonArrow.png) 93% 50% no-repeat;
    }
    .buttonToOther_text {
        background: #fff url(../img/part4/buttonArrow.png) 93% 50% no-repeat;
    }


    .introductionSubtitle {
        max-width: 95%;
        padding-top: 70px;
    }

    .introductionSubtitle > h2 {
        font-size: 2.2rem;
    }

    .introductionPoints {
        flex-direction: column;
        padding-top: 10px;
    }

    .introductionPoints_detail {
        width: 85%;
        margin: 0 auto;
        padding-top: 30px;
        max-height: 350px;
    }

    .introductionPoints_detail_fighters {
        padding-bottom: 20px;
    }

    .introductionPoints_detail_resale_title {
        width: 92%;
        padding-top: 8%;
    }

    .introductionPoints_detail_resale_text {
        padding-bottom: 5%;
    }

    .guideQRWrapper {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
    }

    .guideQR_detail {
        width: 90%;
        margin: 0 auto;
    }

    .guideQR_detail_url {
        width: 100%;
    }

    .guideQR_detail_url_sticker {
        font-size: 1rem;
        width: 100%;
        padding-bottom: 0; 
    }

    .guideQR_detail_url_spSticker {
        background: url(../img/part1/arrowRibbon.svg) no-repeat;
        background-size: contain;
        width: 100%;
        height: 70px;
        padding-top: 3%;
        padding-bottom: 5%;

        font-size: 1.7rem !important;
        font-weight: 600;
        text-align: center;
        color: #0063C3;
    }



/* 一気に移動する */

    .termsOfServiceQR_detail_url_spSticker {
        background: url(../img/part1/arrowRibbon.svg) no-repeat;
        background-size: contain;
        width: 100%;
        height: 70px;
        padding-top: 3%;
        padding-bottom: 5%;

        font-size: 1.7rem !important;
        font-weight: 600;
        text-align: center;
        color: #0063C3;
    }

    .ticketExpansionQR_detail_url_spSticker {
        width: 100%;
        height: 70px;
        padding-top: 3%;
        padding-bottom: 5%;
    }





/* 一気に移動する */


    .guideQR_detail_text {
        padding-right: 0px;
    }

    .guideQR {
        max-width: 50%;
        margin: 0 auto;
        padding-left: 0;
        padding-top: 30px;
    }

    .titleTarget {
        font-size: 2rem;
        padding-top: 50px;
    }

    .targetsWrapper {
        flex-direction: column;
    }

    .sellerWrapper {
        width: 80%;
        margin: 0 auto;
    }

    .seller {
        width: 90%;
    }

    .buyerWrapper {

        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .buyer {
        width: 90%;
    }


    .titleTicketForResale {
        font-size: 2rem;
        padding-top: 100px;
    }

    .ticketForResale {
        width: 90%;
        margin: 0 auto;
    }

    .ticketForResaleSupplement {
        padding-bottom: 70px;
    }



    .balloonForSapporoDome {
        background-size: 100% 80px;
        padding-top: 3%;
        padding-bottom: 10px;
        height: 80px;
    }

    .balloonForSapporoDome > p {
        font-size: 2rem;
        height: auto;
    }

    table {
        font-size: 1.5rem;
    }

    .ticketForResaleSupplement {
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
    }

    .ticketForResaleSupplement_title {
        font-size: 1.8rem;
    }

    .ticketForResaleSupplement_text {
        margin-top: 20px;
    }

    .resaleAttention {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 50px;
    }


    .titleResaleProcess {
        font-size: 2rem;
        padding-bottom: 0px;
    }


    .sectionResaleProcess {
        padding-bottom: 0px;
        padding-left: 2%;
        padding-right: 2%;
    }



    .sellerTitle {
        font-size: 2.1rem;
    }

    .downArrow > img {
        width: 13%;
    }
    .rightArrow > img {
        width: 100%;
    }

    .sellerProcessPreparation_text {
        font-size: 1.3rem;
    }

    .sellerProcessCheckTicket_text {
        font-size: 1.3rem;
    }

    .sellerProcessSellTicket_text {
        font-size: 1.3rem; 
    }

    .sellerProcessMail_text {
        font-size: 1.3rem;
    }

    .sellerProcessDealFailure_text {
        font-size: 1.3rem;
    }

    .sellerProcessReceivePayment_text {
        font-size: 1.3rem;
        /* vertical-align: middle; */
    }

    .sellerProcessReceivePayment_title > img {
        height: 30px;
        padding-top: 14%;


    }

    .sellerProcessReceivePayment_title > p {
        padding: 0;
    }

    .processCenter {
        height: 2380px;
        padding-top: 880px;
    }

    .buyerProcessBuyTicketWrapper {
        padding-top: 1050px;
    }

    .longDownArrow > img {
        height: 710px;
    }

    .buyerTitle {
        font-size: 2.1rem;
    }

    .buyerProcessBuyTicket_text {
        font-size: 1.3rem;
    }

    .buyerProcessGetTicket_text {
        font-size: 1.3rem;
    }

    .buyerProcessWatch_text {
        font-size: 1.3rem;
    }

    .buyerProcessWatch_title > img {
        height: 30px;
        padding-top: 15%;
    }

    .buyerProcessWatch_title > p {
        padding: 0;
    }

    .subsection {
        padding-bottom: 80px;
    }

    .dealAttentionWrapper {
        width: 90%;
        margin: 0 auto;
    }

    .dealAttention {
        width: 90%;
        margin: 0 auto;
    }

    .dealAttention_textUpside {
        padding-top: 20px;
        width: 100%;
    }

    .dealAttention_textDownside {
        padding-top: 20px;
        width: 100%;
    }



    .sectionFeeWrapper {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .titleFee {
        font-size: 2rem;
    }





    .feeDescriptionWrapper {
        flex-direction: column;
    }


    .sellerFeeWrapper {
        width: 80%;
        margin: 0 auto;
    }

    .buyerFeeWrapper {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }


    .sectionQaWrapper {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    
    .sellerQa {
        padding: 0;
        margin: 0 auto;
    }
    .titleQa {
        font-size: 2rem;
    }
    .sellerQa_title {
        font-size: 2rem;
        padding-top: 24px;
    }
    .sellerQa_text {
        padding-top: 10px;
    }
    
    .titleResale {
        font-size: 2rem;
    }
    .sellerResale_title {
        font-size: 2rem;
        padding-top: 24px;
    }
    .sellerResale_text {
        padding-top: 10px;
    }
    
    
    
    
    .QaDescriptionWrapper {
        flex-direction: column;
    }
    
    
    .sellerQaWrapper {
        width: 95%;
        margin: 0 auto;
    }
    

    .sectionQRWrapper {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .sectionQRPosition {
        padding-bottom: 90px;
    }

    .termsOfServiceQRWrapper {
        width: 85%;
        margin: 0 auto;
        flex-direction: column;
        padding-left: 5px;
        padding-right: 5px;
    }


    .termsOfServiceQR_detail {
        width: 90%;
        margin: 0 auto;

    }

    .termsOfServiceQR_detail_text {
        width: 100%;
        margin: 0 auto;
    }

    .termsOfServiceQR_detail_url {
        width: 100%;
        margin: 0 auto;
    }

    .termsOfServiceQR_detail_url > p {
        margin: 0 auto;
        word-break: break-all;
        padding-left: 0;
    }

    .termsOfServiceQR_detail_url > p > a {
        font-size: 1.4rem;
    }

    .termsOfServiceQR_detail_url_sticker {
        width: 45%;
        margin: 0 auto;
    }

    .termsOfServiceQR_detail_url_sticker > p > a {
        font-size: 0.4rem;
    }

    .termsOfServiceQR {
        max-width: 50%;
        margin: 0 auto;
        padding-left: 0px;
        padding-top: 30px;

    }

    .termsOfServiceQR > img {
        width: 100%;
        padding-bottom: 0;
    }





    .ticketExpansionQRWrapper {
        width: 85%;
        margin: 0 auto;
        margin-top: 30px;
        flex-direction: column;
        padding-left: 5px;
        padding-right: 5px;
    }


    .ticketExpansionQR_detail {
        max-width: 90%;
        margin: 0 auto;
    }

    .ticketExpansionQR_detail_text {
        width: 100%;
    }

    .ticketExpansionQR_detail_url {
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
    }

    .ticketExpansionQR_detail_url > p {
        margin: 0 auto;
        word-break: break-all;
        padding-left: 0;
    }

    .ticketExpansionQR_detail_url > p > a {
        font-size: 1.4rem;
    }


    .ticketExpansionQR_detail_url_sticker {
        width: 60%;
        margin: 0 auto;
    }


    .ticketExpansionQR {
        max-width: 50%;
        margin: 0 auto;
        padding-left: 0px;
        padding-top: 30px;
        /* padding: 30px; */
    }



    footer {
        height: 150px;
    }


    .footerLogo {
        width: 70%;
    }

    .footerLogoWrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .guideQRWrapper {
        flex-direction: column;
        padding-left: 5px;
        padding-right: 5px;
    }

    .guideQR_detail_url {
        flex-direction: column;
    }

    .guideQR_detail_url > p {
        padding-left: 0;
        word-break: break-all;
    }

    .guideQR_detail_url > p > a {
        font-size: 1.4rem;
    }

    .guideQR_detail_url_sticker {
        width: 70%;
    }






}

/* 横 */

@media screen and (min-width: 500px) and (max-width: 699px) {

    .headerWrapper {
        padding-bottom: 100px;
    }

    .headerLogo > img {
        max-width: 13%;
    }

    ._pc {
        display: block;
    }

    .introductionTitle {
        background-size: contain;
        width: 100%;
    }

    .introductionTitle > h1 {
        font-size: 2rem;
    }

    .introductionPlayer {
        width: 32%;
        top: -25%;
        left: 73%; 
    }

    .introduction {
        top: -7%;
    }

    .introduction_text {
        font-size: 1.2rem;
    }

    .introductionPositionWrapper {
        top: -6%;
    }

    .buttonToFTicket,
    .buttonToOther {
        max-width: 30%;
    }

    .introductionSubtitle {
        max-width: 100%;
    }

    .introductionPoints_detail {
        height: 80%;
    }

    .introductionPoints_detail_fighters {
        padding-top: 30px;
        padding-bottom: 26px;
    }

    .introductionPoints_detail_fighters_title {
        font-size: 1.7rem;
    }


    .introductionPoints_detail_resale {
        padding-top: 33px;
    }


    .introductionPoints_detail_resale_title {
        width: 90%;
        padding-top: 3%;
        font-size: 1.7rem;
    }

    .introductionPoints_detail_resale_text {
        padding-top: 1%;
    }


    .introductionPoints_detail_eTicket > img {
        padding-top: 9%;
        padding-bottom: 7%;
    }

    ._eTicketTextFix {
        padding-top: 2% !important;
    }

    .guideQR {
        display: flex;
        align-items: center;
        padding-left: 5%;
    }

    .guideQR_detail {
        width: 75%;
    }


    .guideQR_detail_url {
        flex-wrap: nowrap;
    }

    .guideQR_detail_url_sticker {
        width: 50%;
    }

    .guideQR_detail_text {
        padding-right: 0px;
    }

    .guideQR_detail_url > p {
        word-break: break-all;
        padding-left: 10px;
    }

    .titleTarget {
        font-size: 3.5rem;
    }

    .sellerWrapper {
        width: 45%;
    }

    .seller {
        width: 90%;
    }

    .sellerWrapper {
        width: 45%;
    }

    .titleTicketForResale {
        font-size: 3.5rem;
    }

    .sectionIntroduction {
        padding-bottom: 50px;
    }

    .ticketForResaleSupplement {
        display: flex;
        flex-direction: column;
    }

    .ticketForResaleSupplement_text {
        padding-top: 20px;
    }

    .balloonForSapporoDome {
        padding-bottom: 0px;
    }

    .balloonForSapporoDome > p {
        font-size: 2.2rem;
    }

    .titleResaleProcess  {
        font-size: 3.5rem;
    }

    .sectionResaleProcess {
        padding-left: 2%;
        padding-right: 2%;
    }

    .dealAttention_textUpside {
        width: 80%;
        padding-top: 10px;
    }

    .dealAttention_textDownside {
        width: 80%;
        padding-top: 10px;
    }

    .sectionResaleProcess {
        padding-bottom: 10px;
    }


    .termsOfServiceQR_detail_url_sticker {
        width: 30% !important;
    }

    .termsOfServiceQR_detail_url {
        word-break: break-all;
        flex-wrap: nowrap;
    }



    .termsOfServiceQR_detail_url > p {
        padding-left: 20px;
    }

    .termsOfServiceQR {
        padding-left: 30px;
        width: 20%;
        display: flex;
        align-items: center;
    }

    .ticketExpansionQR_detail {
        width: 75%;
    }

    .ticketExpansionQR_detail_url_sticker {
        width: 30%;
    }

    .ticketExpansionQR {
        max-width: 20%;
        padding-left: 30px;
    }

    .processCenter {
        padding-top: 830px;
        height: 2080px;
    }

    .sectionFeeWrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    .buyerProcessBuyTicketWrapper {
        padding-top: 900px;
    }
    

    .sellerFeeWrapper {
        width: 46%;
    }
    .buyerFeeWrapper {
        width: 46%;
    }

    .ticketExpansionQR_detail_title {
        font-size: 3rem;
    }

    .ticketExpansionQR_detail_url {
        flex-wrap: nowrap;
    }

}



@media screen and (max-width: 320px) {
    
    .headerWrapper {
        padding-bottom: 80px;
    }


    .introductionTitle_sp {
        width: 100%;
        padding-top: 15px;
        /* height: 70px; */
    }

    .introductionTitle_sp > h1 {
        font-size: 1.5rem;
        text-align: center;
    }

    .introduction {
        top: -2%;
    }

    .introductionPositionWrapper {
        top: -2%;
    }

    .guideQR_detail_url_spSticker {
        width: 100%;
    }


    .titleTarget {
        font-size: 1.7rem;
    }

    .buyer_supplement {
        width: 100%;
    }

    .titleTicketForResale {
        font-size: 1.7rem;
    }

    .titleResaleProcess {
        font-size: 1.7rem;     
    }


    .introductionSubtitle > h2 {
        font-size: 1.8rem;
    }

    .sectionIntroduction {
        padding-bottom: 1050px;
    }

    .ticketForResaleSupplement {
        display: flex;
        flex-direction: column;
    }

    .ticketForResaleSupplement_text {
        padding: 0px;
    }

    table {
        font-size: 1.3rem;
    }

    .processCenter {
        padding-top: 1000px;
        height: 2560px;
    }

    .buyerProcessBuyTicketWrapper {
        padding-top: 1200px;
    }

    .sellerFeeWrapper {
        margin-left: 0;
        margin-right: 0;
        width: 95%;
    }

    .buyerFeeWrapper {
        margin-left: 0;
        margin-right: 0;
        width: 95%;
    }

    .ticketExpansionQR_detail_url_spSticker {
        width: 250px;
    }
}





@media screen and (min-width: 510px) and (max-width: 570px) {
    
    .headerLogo > img {
        max-width: 13%;
    }

    .headerWrapper {
        padding-bottom: 80px;
    }

    .sectionIntroduction {
        padding-bottom: 0;
    }

    .introductionTitle {
        top: -2%;
    }

    .introductionTitle > h1 {
        font-size: 1.7rem;
    }

    .introductionPlayer {
        top: -22%;
    }

    .introduction {
        top: -6%;
    }

    .introduction_text {
        font-size: 1.05rem;
    }

    .introductionPositionWrapper {
        top: -4%;
    }

    .buttonToOther,
    .buttonToFTicket {
        padding-top: 50px;
    }

    .introductionSubtitle {
        padding-top: 100px;
    }

    .introductionSubtitle > h2 {
        font-size: 2.8rem;
    }

    .introductionPoints_detail_fighters {
        padding-bottom: 17px;
    }

    .introductionPoints_detail_fighters_title {
        width: 90%;
        font-size: 1.6rem;
        padding-top: 11%;
    }

    .introductionPoints_detail_fighters_text {
        padding-top: 9%;
    } 

    .introductionPoints_detail_resale_title {
        width: 95%;
        font-size: 1.6rem;
        padding-top: 5%;
    }

    .introductionPoints_detail_resale_text {
        padding-bottom: 7%;
    }



    .introductionPoints_detail_eTicket {
        padding-top: 11%;
        padding-bottom: 5.5%;
    }

    .introductionPoints_detail_eTicket > img {
        padding-bottom: 15px;
    }


    .guideQR {
        display: flex;
        align-items: center;
    }




    .guideQR_detail_url_sticker {
        width: 60%;
    }

    .titleTarget {
        padding-top: 60px;
        font-size: 2.8rem;
    }

    .sellerWrapper {
        width: 45%;
    }

    .buyerWrapper {
        width: 45%;
    }

    .titleTicketForResale {
        padding-top: 110px;
    }

    .resaleAttention {
        padding-bottom: 80px;
    }

    .buyer {
        width: 100%;
    }

    .titleTicketForResale {
        font-size: 2.8rem;
    }

    .titleResaleProcess {
        font-size: 2.8rem;       
    }

    .sellerTitle {
        font-size: 3.2rem;
    }

    .buyerTitle {
        font-size: 3.2rem;
    }


    .sellerProcessReceivePayment_title > img {
        width: 10%;
    }

    .buyerProcessWatch_title {
        width: 95%;
    }

    .buyerProcessWatch_title > img {
        width: 10%;
        height: 40px;
    }

    .sectionFeeWrapper {
        padding-top: 60px;
    }

    .sellerFeeWrapper {
        width: 45%;
    }
    .buyerFeeWrapper {
        width: 45%;
    }



    .termsOfServiceQR {
        display: flex;
        align-items: center;
    }




    .termsOfServiceQR_detail_url_sticker {
        width: 40% !important;
    }

    .termsOfServiceQR_detail_url > p {
        padding-left: 10px;
    }

    .ticketExpansionQR_detail_url {
        flex-wrap: nowrap;
    }

    .ticketExpansionQR_detail_url > p {
        padding-left: 10px;
    }

    .ticketExpansionQR_detail_url_sticker {
        width: 40%;
    }

    .ticketExpansionQR_detail_url > p {
        word-break: break-all;
    }

    .processCenter {
        padding-top: 840px;
        height: 2150px;
    }

    .buyerProcessBuyTicketWrapper {
        padding-top: 800px;
    }

    .sellerProcessReceivePayment_title > img {
        padding-top: 15%;
        height: 30px;
    }

    .buyerProcessWatch_title > img {
        padding-top: 15%;
        height: 30px;
    }

    .titleFee {
        font-size: 2.8rem;
    }

    .sellerFee_title {
        font-size: 4.3rem;
    }

    .buyerFee_title {
        font-size: 4.3rem;
    }
}






/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  iPad
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

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

    .headerLogo > img {
        max-width: 10%;
    }


    .introductionPlayer {
        width: 34%;
        top: -25%;
        left: 73%;
    }

    .introductionPlayer > img {
        width: 100%;

    }

    .introductionPositionWrapper {
        top: -30%;
    }

    .introductionTitle {
        max-width: 100%;
        background-size: contain;
    }

    .introductionTitle > h1 {
        font-size: 2.3rem;
    }

    .introduction {
        width: 100%;
        top: -6%;
    }

    .introduction_text {
        font-size: 1.4rem;
    }

    .introductionSubtitle {
        max-width: 90% !important;
    }

    .introductionPositionWrapper {
        top: 0;
    }

    .introductionPoints_detail_fighters {
        height: 70%;
    }

    .introductionPoints_detail_fighters > img {
        padding-top: 6%;
    }

    .introductionPoints_detail_fighters_title {
        padding-top: 12%;
    }



    .introductionPoints_detail_resale {
        height: 70%;       
    }

    .introductionPoints_detail_resale > img {
        padding-top: 6%;
    }

    .introductionPoints_detail_resale_title {
        padding-top: 5%;
        width: 90%;
    }

    .introductionPoints_detail_eTicket {
        height: 70%;       
    }

    .introductionPoints_detail_eTicket > img  {
        padding-bottom: 15px;
    }

    ._eTicketTextFix {
        padding-top: 5px !important;
    }

    .guideQR_detail_url {
        flex-wrap: nowrap;
    }

    .guideQR_detail_url > p {
        word-break: break-all;
        padding-left: 10px;
    }

    .guideQR {
        padding-left: 20px;
        display: flex;
        align-items: center;
    }

    .guideQR_detail_text {
        padding-right: 0;
    }

    .balloonForSapporoDome {
        padding-bottom: 20px;
    }

    .balloonForSapporoDome > p {
        font-size: 2.5rem;
    }

    .sectionIntroduction {
        padding-bottom: 150px;
    }

    .sectionResaleProcessWrapper {
        padding-left: 2%;
        padding-right: 2%;
    }

    .processCenter {
        padding-top: 780px;
        height: 1960px;

    }

    .buyerProcessBuyTicketWrapper {
        padding-top: 840px;
    }

    .ticketForResaleSupplement {
        display: flex;
        flex-direction: column;
    }

    .ticketForResaleSupplement_text {
        padding-top: 20px;
    }

    .dealAttention_textUpside {
        padding-top: 10px;
    }

    .dealAttention_textDownside {
        padding-top: 10px;
    }



    .termsOfServiceQR_detail {
        width: 85%;
    }

    .termsOfServiceQR_detail_url {
        flex-wrap: nowrap;
    }

    .termsOfServiceQR_detail_url > p {
        word-break: break-all;
    }

    .termsOfServiceQR {
        padding-left: 20px;
        display: flex;
        align-items: center;
    }


    .ticketExpansionQR_detail {
        width: 80%;
    }

    .ticketExpansionQR {
        max-width: 18.5%;
        padding-left: 50px;
    }



}

/* 横 */

@media screen and (min-width: 960px) and (max-width: 1024px) {

    .headerLogo > img {
        max-width: 11%;
    }

    .introduction {
        width: 100%;
    }

    .introductionPlayer {
        width: 28%;
        top: -29%;
        left: 78%;
    }

    .introductionPositionWrapper {
        top: 0;
    }

    .processCenter {
        height: 1600px;
    }

    .introductionPoints_detail_fighters > img {
        padding-top: 7%;
    }

    .introductionPoints_detail_resale > img {
        padding-top: 5%;
    }

    .introductionPoints_detail_resale_title {
        width: 90%;
    }

    .introductionPoints_detail_eTicket > img {
        padding-top: 13%;
    }

    .sectionResaleProcessWrapper {
        padding-left: 2%;
        padding-right: 2%;
    }

    .processCenter {
        padding-top: 700px;
        height: 1730px;
    }

    .buyerProcessBuyTicketWrapper {
        padding-top: 750px;
    }

    .sellerFee {
        width: 90%;
    }

    .buyerFee {
        width: 90%;
    }

}





