/* reset
---------------------------------------------- */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
header,
hgroup,
menu,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: "Arial", "Noto Sans JP", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "MS PGothic", "ＭＳ Ｐゴシック", "Meiryo", "メイリオ", "M PLUS 1p", sans-serif;
    font-size: 1.6rem;
    color: #111;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    scroll-behavior: smooth !important;
    ;
    width: 100%;
}

/* 10px */

body {
    font-size: 1.6rem;
    line-height: 1;
    position: relative;
}


/*for IE*/

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    background: transparent;
    color: #111;
}

a:hover {
    opacity: 0.7;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select {
    vertical-align: middle;
}

.inline_block {
    /*for IE*/
    display: inline-block;
    display: inline;
    zoom: 1;
}


button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background: transparent;
    border: none;
    padding: 0;
    margin: 0;

    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-align: inherit;
    line-height: inherit;

    cursor: pointer;
    outline: none;

    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
}


/* common
---------------------------------------------- */

.contents {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.clearfix {
    clear: both;
}

img {
    width: 100%;
    /*height: auto;*/
}

section {
    display: block;
    margin: 0 auto;
    width: auto;
    text-align: center;
    clear: both;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

a {
    text-decoration: none;
}

h1 {
    max-width: 1440px;
}

h2 {
    font-size: 3.6rem;
}

p {
    font-size: 2rem;
    line-height: 150%;
    color: #555;
}

span {
    font-size: 2rem;
    font-weight: bold;
}

small {
    color: #555;
}

li {
    color: #555;
}

main .p-18 {
    font-size: 1.8rem;
}


.no-pc {
    display: none;
}

.no-sp {
    display: block;
    z-index: -1;
}

.mt5 {
    margin-top: 5px;
}

.rk {
    background-color: #BF0000;
}

.nft {
    background-color: #7D00BE;
    color: #fff;
}

.nft-link {
    color: #7D00BE;
    fill: #7D00BE;
}

.rk-link {
    color: #BF0000;
    fill: #BF0000;
}

.rt-link {
    color: #7D00BE;
    fill: #7D00BE;
}

.nft a {
    color: #fff;
}

.nft-ol {
    background-color: #fff;
    border: solid 1px #7D00BE;
    color: #fff;

}

.nft-ol a {
    color: #7D00BE;
}

.green {
    color: #0A9509;
}

.h2-icon {
    width: 60px;
}

.h2-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 16px;
}

.h2-border {
    border-bottom: dashed 3px #0A9509;
    ;
    display: inline-block;
    margin-bottom: 60px;
}


.h2-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    color: #0A9509;
}


.h2-text p span {
    position: relative;
    padding: 0 20px;
    display: inline-block;
    font-size: 2rem;
    color: #0A9509;
}

.h2-text h2 {
    color: #0A9509;
}

.h2-text span::after {
    content: "";
    border: solid 1px;
    position: absolute;
    width: 50px;
    top: 10px;
    right: 3px;
    width: 16px;
    height: 0;
    transform: translateY(-50%) rotate(-60deg);
    color: #0A9509;
}

.h2-text span::before {
    content: "";
    border: solid 1px;
    position: absolute;
    top: 10px;
    left: 3px;
    width: 16px;
    height: 0;
    transform: translateY(-50%) rotate(-120deg);
    color: #0A9509;
}



.btn a {
    padding: 14px 16px;
    border-radius: 4px;
    font-size: 1.8rem;
    line-height: 150%;
    width: fit-content;
    margin-left: 12px;
    margin-right: 12px;
    display: flex;
    gap: 4px;
    align-items: center;
}

.btn a svg {
    margin-bottom: 4px;
}

.btn-bg {
    margin: 0 auto;
    display: inline-block;
}

.btn:hover,
a:hover {
    opacity: 0.7;
}

.btn a:hover {
    opacity: 1;
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid blue;
    outline-offset: 5px;

}


@media only screen and (max-width: 980px) {
    h1 {
        font-size: 3.8rem;
        margin: 0 auto;
        line-height: 100%;
        /* 38px */
        letter-spacing: 1px;
    }

    h2 {
        font-size: 2.4rem;
    }

    p,
    span {
        font-size: 2rem;

    }


    .h2-icon {
        width: 46px;
    }

    .h2-flex {
        flex-direction: column;
    }

}

@media only screen and (max-width: 798px) {

    p,
    span {
        font-size: 1.6rem;
    }

    .btn a {
        font-size: 1.6rem;
        max-width: 300px;
    }

    main .p-18 {
        font-size: 1.6rem;
        text-align: left;
    }

    .h2-border {
        margin-bottom: 40px;
    }

}

@media only screen and (max-width: 610px) {
    .no-pc {
        display: block;
    }

    .no-sp {
        display: none;
    }
}




/* header-------------------- */

header {
    display: flex;
    width: 100%;
    padding: 6px 130px 6px 24px;
    z-index: 100;
    align-items: center;
    background: #fff;
}

@media only screen and (max-width:1480px) {
    header {
        padding: 6px 130px 6px 20px;
    }
}

header img.ticket-logo {
    width: 230px !important;
    height: auto;
}

header a:hover {
    opacity: 1;
}

#mobile-logo-png {
    display: none;
}

@media only screen and (max-width:1023px) {
    #mobile-logo-png {
        display: inline !important;
    }

    #desktop-logo-png {
        display: none;
    }

    header img.ticket-logo {
        width: 120px !important;
        height: auto;
    }
}

@media only screen and (max-width: 840px) {
    header {
        height: 64px;
        align-items: baseline !important;
    }

    header img.ticket-logo {
        width: 65px !important;
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    header {
        padding: 6px 16px;
    }
}



/*  HERO -------------------- */

.hero {
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
    font-family: "helvetica-neue-lt-pro", "Arial", "Noto Sans JP", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "MS PGothic", "ＭＳ Ｐゴシック", "Meiryo", "メイリオ", "M PLUS 1p", sans-serif;
}



/*  page top -------------------- */

.float {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    z-index: 10000;
}

.float.is-visible {
    opacity: 1;
    visibility: visible;
}

.float-fix {
    display: block;
    width: 58px;
    height: auto;
    position: fixed;
    bottom: 16px;
    right: 32px;
    z-index: 100000;
}


.float-fix a img:hover {
    opacity: 1 !important;
}

a.float-fix img {
    width: 100%;
}


@media only screen and (max-width: 980px) {
    .float-fix {
        /*bottom: 106px !important;*/
        right: 16px !important;
    }
}





/* members
-------------------------------------------------- */
#members {
    background: linear-gradient(180deg, #FFF 1.44%, #FBFFF1 15.87%, #FBFFF1 100%);
    padding: 80px 40px;
}

.p-18small {
    margin-top: 16px;
    display: block;
}

.p-18 span {
    font-size: 1.8rem;
}

.rk-box,
.nft-box {
    max-width: 1200px;
    width: auto;
    margin: 0 auto;
    margin-top: 40px;
    border: solid 1.5px #E8E8E8;
    border-radius: 10px;
}

.rk-title {
    background-color: #BF0000;
    color: #fff;
    font-size: 2.4rem;
    padding: 16px 0px;
    border-radius: 10px 10px 0px 0px;
    font-weight: 500;
}

.rk-title small,
.nft-title small {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
}

.rk-container {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 56px 20px;
    border-radius: 0px 0px 10px 10px;
}

.rk-container img {
    width: 140px;
    height: auto;
}

.rk-inner {
    display: flex;
    flex-direction: column;
    justify-content: left;
    gap: 24px;
}


.rk-inner-p {
    display: flex;
    flex-direction: column;
    gap: 8px;

}

.rk-inner p {
    text-align: left;
}




.btn a {
    font-weight: 600;
}

.left-btn a {
    color: #fff;
    padding: 14px 16px;
    border-radius: 4px;
    font-size: 1.8rem;
    line-height: 150%;
    width: fit-content;
    display: flex;
    gap: 4px;
    align-items: center;
}

.left-btn a svg {
    margin-bottom: 4px;
}

.left-btn:hover {
    opacity: 0.7;
}

.left-btn a {
    color: #fff;
    font-weight: 500;
}

.left-btn a:hover {
    opacity: 1;
}


.nft-title {
    background-color: #7D00BE;
    color: #fff;
    font-size: 2.4rem;
    padding: 16px;
    border-radius: 10px 10px 0px 0px;
    font-weight: 500;
}

.nft-container {
    background-color: #fff;
    padding: 56px 0px;
    border-radius: 0px 0px 10px 10px;
}

.nft-container img {
    max-width: 250px;
    height: auto;
}

.nft-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px 40px 20px;
    gap: 40px;
    text-align: left;
}

.nft-flow {
    border-bottom: solid 2px #7D00BE;
    width: fit-content;
    margin: 0 auto;
    color: #7D00BE;
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 40px;
}


@media only screen and (max-width: 798px) {

    #members {
        padding: 80px 20px
    }

    .p-18small {
        margin-top: 14px;
        text-align: left;
        line-height: 150%;
    }

    .p-18 span {
        font-size: 1.6rem;
    }

    .rk-container {
        flex-direction: column;
        padding: 32px 20px;
    }

    .rk-inner-p {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .rk-inner small {
        margin-top: 24px;
    }


    .rk-title,
    .nft-title {
        font-size: 2rem;
    }

    .rk-title small,
    .nft-title small {
        font-size: 1.6rem;
    }

    .nft-inner {
        flex-direction: column;
    }

    .nft-container {
        padding: 32px 0px;
    }

    .left-btn a {
        font-size: 1.6rem;
        margin: 0 auto;
    }

    .nft-flow {
        font-size: 1.8rem;
    }


}

/* flow-linkarea
-------------------------------------------------- */
#flow {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(206, 234, 206, 0.4) calc(100% - 1px)),
        linear-gradient(90deg, transparent calc(100% - 1px), rgba(206, 244, 206, 0.4) calc(100% - 1px));
    background-size: 32px 32px;
    background-repeat: repeat;
    background-position: center center;
    background-color: #fff;
    padding-bottom: 0;
}

.pglink-title-pc {
    width: 350px;
    margin-bottom: 32px;
    margin-top: 90px;
}

.pglink-title-sp {
    display: none;
}

#tab1 .pg-link-area {
    background-color: #fff;
    padding: 16px 40px;
    max-width: 1200px;
    margin: 0 auto;
    border: solid 1px #1FA5DE;
    border-radius: 4px;
    font-weight: 500;
    margin-bottom: 40px;
}

#tab2 .pg-link-area {
    background-color: #fff;
    padding: 16px 40px;
    max-width: 1200px;
    margin: 0 auto;
    border: solid 1px #EAC42B;
    border-radius: 4px;
    font-weight: 500;
    margin-bottom: 40px;
}

#tab1 .pg-link-area ol {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: left;
    gap: 20px 30px;
    border-bottom: solid #E0F5FE;
    padding-bottom: 12px;
    flex-wrap: wrap;
}

#tab2 .pg-link-area ol {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: left;
    gap: 20px 30px;
    flex-wrap: wrap;
}


.pg-link-area ul {
    display: flex;
    align-items: center;
    margin-top: 12px;
    justify-content: left;
    gap: 20px;
}

.pg-link-area ul li a,
.pg-link-area ol li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: left;
}

#tab1 .pg-link-area ol li a div {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: #1FA5DE;
}

#tab2 .pg-link-area ol li a div {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: #EAC42B;
}

.pg-link-area ul li a div {
    display: flex;
    align-items: flex-start;
    gap: 3px;
    color: #1FA5DE;
}

#tab1 .pg-link-area ol li a span,
#tab1 .pg-link-area ul li a span {
    color: #1FA5DE;
}

#tab2 .pg-link-area ol li a span {
    color: #EAC42B;
}


.pg-link-area ul li a .check-icon {
    width: 25px;
}


.chek-title {
    background-color: #E0F5FE;
    padding: 4px 16px;
    color: #1FA5DE;
    text-align: left;
    border-radius: 4px;
}


.chek-title div span {
    font-size: 1.4rem;
}

.pg-link-area li a {
    color: #1FA5DE;
}

.pg-link-area li a img {
    width: 12px;
}

@media only screen and (max-width: 798px) {


    #tab1 .pg-link-area,
    #tab2 .pg-link-area {
        padding: 20px;
    }

    .pg-link-area ol {
        border-bottom: none;
    }

    .pg-link-area ol {
        flex-direction: column;
    }

    #tab1 .pg-link-area ol li,
    #tab1 .pg-link-area ul li {
        border-bottom: dashed 1px #1FA5DE;
        padding-bottom: 5px;
        width: 100%;
    }


    #tab2 .pg-link-area ol li {
        border-bottom: dashed 1px #EAC42B;
        padding-bottom: 5px;
        width: 100%;
    }


    .pg-link-area ul li a,
    .pg-link-area ol li a {
        justify-content: space-between;
    }

    .pg-link-area ul {
        flex-direction: column;
    }

    #tab1 .pg-link-area ul li.chek-title {
        width: 100%;
        border-bottom: none;
        text-align: center;
    }


    #tab1 .pg-link-area ol {
        border-bottom: none
    }

    .pglink-title-pc {
        width: 100%;
        max-width: 250px;
        padding-top: 58px;
        padding-bottom: 32px;
        margin: 0 auto;
    }
}






/* flow-step/check
-------------------------------------------------- */
.step {
    padding: 60px 0px;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
}

#tab1 .slick-slide-inner a svg,
#tab2 .slick-slide-inner a svg {
    width: 14px;
    height: 14px;
}

.title-number {
    font-family: "Noto Sans JP";
}

#tab1 .title-number span {
    font-size: 5rem;
    color: #7EC6E5;
    font-family: "Noto Sans JP";
}

#tab2 .title-number span {
    font-size: 5rem;
    color: #E5D47E;
    font-family: "Noto sans JP";
}


#tab1 .title-number {
    position: relative;
    margin-left: 38px;
    color: #7EC6E5;
    font-weight: 600;
}

#tab2 .title-number {
    position: relative;
    margin-left: 20px;
    color: #E5D47E;
    font-weight: 600;
}


#tab1 .title-number::before {
    content: "";
    position: absolute;
    left: -34px;
    top: 62%;
    transform: translateY(-50%);
    width: 24px;
    height: 2px;
    background-color: #7EC6E5;
}

#tab2 .title-number::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 62%;
    transform: translateY(-50%);
    width: 15px;
    height: 2px;
    background-color: #EAC42B;
}

#tab1 .step-title {
    font-size: 2.6rem;
    font-weight: bold;
    color: #1FA5DE;
    margin-top: 24px;
    margin-bottom: 16px;
}

#tab2 .step-title {
    font-size: 3rem;
    font-weight: bold;
    color: #EAC42B;
    margin-top: 24px;
    margin-bottom: 16px;
}

.step-p {
    margin-bottom: 16px;
    font-size: 1.6rem;
}

.slick-slide-inner .sd-title {
    margin-bottom: 8px;
    font-weight: 500;
}

.slick-slide-inner .sdblue {
    color: #3718BF;
}

.slick-slide-inner .sdgreen {
    color: #0b690a;
}

.slick-slide-inner .slide-description small {
    margin-top: 8px;
    display: inline-block;
    font-size: 1.4rem;
}

.slide-description svg {
    width: 14px;
    height: 14px;
}

.step-p span {
    color: #555;
    font-size: 1.6rem;
}

.step-link {
    color: #7D00BE;
    font-weight: 600;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: 4px;
}


.step-link svg {
    width: 16px;
    height: 16px;
    margin-bottom: 3px;
}

#tab1 .step-link svg,
#tab2 .step-link svg {
    fill: #7D00BE;
    padding: 0;
}

#step3-buy,
#check2 {
    padding-bottom: 80px;
}

#tab2 .tablink {
    color: #1FA5DE;
}

#tab2 .tablink::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #1FA5DE;
    border-right: 2px solid #1FA5DE;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 5px;
    margin-left: -2px;
}




@media only screen and (max-width: 798px) {

    .step {
        padding: 30px 0px;
    }

    #tab1 .step-title,
    #tab2 .step-title {
        font-size: 2rem;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    #tab1 .title-number span,
    #tab2 .title-number span {
        font-size: 3.5rem;
    }

    #tab1 .step-link,
    #tab2 .step-link {
        font-size: 1.6rem;
    }

    #tab1 .step-link svg,
    #tab2 .step-link svg {
        margin-left: -4px;
    }

    #tab1 .step-link svg,
    #tab2 .step-link svg {
        width: 16px;
        height: 16px;
    }

    #tab1 .btn,
    #tab2 .btn {
        padding: 12px 16px;
    }
}


.check {
    background-color: #E0F5FE;
    padding: 60px 40px;
    margin: 0 auto;
    text-align: left;
}

.check-top {
    max-width: 1200px;
    margin: 0 auto;
}

.check-top div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.check-top div .check-flex {
    display: flex;
    gap: 2px;
}


.check-top div img {
    width: 50px;
}

.check-top div .check-number {
    font-size: 4rem;
    font-weight: 500;
    color: #1FA5DE;
}

.check-top div .line {
    border-bottom: solid 2px #1FA5DE;
    width: 100%;
}

.check-top .step-title span {
    color: #1FA5DE;
    font-size: 2.4rem;
}

@media only screen and (max-width: 798px) {
    .check {
        padding: 60px 20px;
    }

    .check-top .step-title span {
        font-size: 1.6rem;
        line-height: 140%;
    }

    .check-top div .check-number {
        font-size: 2.5rem;
    }

    .check-top div img {
        width: 35px;
    }

    .check-top div {
        gap: 10px;
    }
}

/* faq
-------------------------------------------------- */
.faq .h2-border {
    border-bottom: dashed 3px #fff;
    display: inline-block;
    margin-bottom: 60px;
}


.faq .h2-text h2 {
    color: #fff;
}

.faq-bg-sell {
    background-color: #E0F5FE;
}

.faq-bg-buy {
    background-color: #FFFDF5;
}


#faq-sell {
    background: #68b6d7;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    padding: 80px 40px;
}

#faq-buy {
    background: #e2c461;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    padding: 80px 40px;
}



#faq-sell label,
#faq-buy label {
    color: #fff;
}

#faq-sell li p,
#faq-sell li {
    color: #105b7b;
    font-size: 1.6rem;
}

#faq-sell li small {
    color: #105b7b;
}

#faq-buy li {
    color: #7b5910;
}

#faq-sell li small #faq-sell li {
    background-color: #fff;
    border-radius: 4px;
}

#faq-buy li,
#faq-sell li {
    background-color: #fff;
    border-radius: 4px;
}


.faq .inner_faq {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    margin-top: -24px;
}

.faq a.link {
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-family: "Noto Sans JP", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "MS PGothic", "ＭＳ Ｐゴシック", "Meiryo", "メイリオ", "M PLUS 1p", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 20px;
    width: 230px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 40px;
    padding: 12px;
}

.faq a.link svg {
    width: 16px;
    height: auto;
    padding-top: 3px;
    position: relative;
    top: 1px;
    left: 2px;
}

.faq a.link:hover,
.faq a.link:active {
    opacity: 0.8;
}


.faq a.link:focus-visible {
    outline: 2px solid blue;
    outline-offset: 5px;
}

.menu {
    margin: 0 auto;
    padding: 0px 0px 40px 0px;
}

.menu input {
    display: none;
}





/*バー部分*/
#tab1 .menu label {
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-align: left;
    font-family: "Noto Sans JP", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "MS PGothic", "ＭＳ Ｐゴシック", "Meiryo", "メイリオ", "M PLUS 1p", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    margin: 0 auto;
    padding: 24px;
    padding-left: 0px;
    border-bottom: 2px solid #fff;
}

#tab1 .inner_faq a {
    color: #105b7b;
    font-weight: 600;
}

#faq-sell .inner_faq .link,
#faq-buy .inner_faq .link {
    color: #fff;
}

#tab2 .inner_faq a {
    color: #7b5910;
    font-weight: 600;
}

.inner_faq .rk-p {
    color: #BF0000;
}

.inner_faq a svg {
    padding: 0;
    width: 14px;
    height: 14px;
}



#tab2 .menu label {
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-align: left;
    font-family: "Noto Sans JP", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "MS PGothic", "ＭＳ Ｐゴシック", "Meiryo", "メイリオ", "M PLUS 1p", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    margin: 0 auto;
    padding: 24px;
    padding-left: 0px;
    border-bottom: 2px solid #fff;
}

/* FAQが開いた時、質問部分 (label) の下線を非表示にする */
.menu input[type=checkbox]:checked+label {
    border-bottom: none !important;
}

/*開いたときに表示される部分*/
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1px;
}

.menu ul li {
    font-family: "Noto Sans JP", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "MS PGothic", "ＭＳ Ｐゴシック", "Meiryo", "メイリオ", "M PLUS 1p", sans-serif;
}


.menu li {
    height: 0;
    overflow-y: hidden;
    transition: padding-bottom 0.5s, padding-top 0.5s;
    /*閉じるときのアニメーション*/
    -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
    -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
    -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}

.menu li small {
    font-size: 1.4rem;
}

/* 出品タブのFAQ開閉 */
#menu_bar_sell_01:checked~#links_sell_01 li,
#menu_bar_sell_02:checked~#links_sell_02 li,
#menu_bar_sell_03:checked~#links_sell_03 li,
#menu_bar_sell_04:checked~#links_sell_04 li,
#menu_bar_sell_05:checked~#links_sell_05 li,
/* 購入タブのFAQ開閉 */
#menu_bar_buy_01:checked~#links_buy_01 li,
#menu_bar_buy_02:checked~#links_buy_02 li,
#menu_bar_buy_03:checked~#links_buy_03 li,
#menu_bar_buy_04:checked~#links_buy_04 li,
#menu_bar_buy_05:checked~#links_buy_05 li {
    height: auto;
    opacity: 1;
    text-align: left;
    line-height: 28px;
    padding: 20px 16px;
    align-items: baseline;
}

/*開いたときの下の余白 */
/* 出品タブのFAQ */
#menu_bar_sell_01:checked~#links_sell_01 li:last-child,
#menu_bar_sell_02:checked~#links_sell_02 li:last-child,
#menu_bar_sell_03:checked~#links_sell_03 li:last-child,
#menu_bar_sell_04:checked~#links_sell_04 li:last-child,
#menu_bar_sell_05:checked~#links_sell_05 li:last-child,
/* 購入タブのFAQ */
#menu_bar_buy_01:checked~#links_buy_01 li:last-child,
#menu_bar_buy_02:checked~#links_buy_02 li:last-child,
#menu_bar_buy_03:checked~#links_buy_03 li:last-child,
#menu_bar_buy_04:checked~#links_buy_04 li:last-child,
#menu_bar_buy_05:checked~#links_buy_05 li:last-child {
    margin-bottom: 20px;
}

/*閉じた状態の矢印描画*/
.menu label:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 15%;
    margin: auto;
}

/*開いた状態の矢印描画*/
.menu input[type=checkbox]:checked+label:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 2%;
    top: 10%;
    bottom: 0;
    margin: auto;
}

#tab1 .menu label:focus,
#tab2 .menu label:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}


#links_sell_05 .numbered-steps li {
    display: flex;
    gap: 8px;
    padding: 0 !important;
    margin-bottom: 16px;
}

main #links_sell_05 .numbered-steps li span {
    color: #105b7b;
    font-weight: 500;
    font-size: 1.6rem;
}

main #links_sell_05 .numbered-steps .first-li {
    margin-top: 16px;
}



@media only screen and (max-width: 798px) {

    #faq-sell,
    #faq-buy {
        padding: 80px 20px;
    }

    .faq .h2-border {
        margin-bottom: 40px;
    }
}


/* notes
-------------------------------------------------- */
.notes {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(206, 234, 206, 0.4) calc(100% - 1px)),
        linear-gradient(90deg, transparent calc(100% - 1px), rgba(206, 244, 206, 0.4) calc(100% - 1px));
    background-size: 32px 32px;
    background-repeat: repeat;
    background-position: center center;
    background-color: #fff;
    padding: 80px 40px;
}



.notes-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    font-size: 2rem;
    font-weight: bold;
    color: #0A9509;
}

.notes-title::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background-color: #0A9509;
}

.notes-title::before {
    margin-right: 15px;
}

.notes-title::after {
    margin-left: 15px;
}

.notes-p {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 1.8rem;
    text-align: left;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 30px;
}

.notes-box {
    max-width: 800px;
    margin: 0 auto;
}

.notes-box ul {
    text-align: left;
    margin: 0 auto;
    margin-bottom: 40px;
}

.notes-box ul li {
    width: fit-content;
    padding: 10px;
    line-height: 150%;
}

@media only screen and (max-width: 798px) {
    .notes {
        padding: 80px 20px;
    }

    .notes-p {
        font-size: 1.6rem;
    }
}



/* テキストリンク部分
-------------------------------------------------- */
.link_mt {
    align-items: center;
    text-decoration: none;
    font-family: "Noto Sans JP", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "MS PGothic", "ＭＳ Ｐゴシック", "Meiryo", "メイリオ", "M PLUS 1p", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 20px;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    gap: 24px;
    width: fit-content;
    margin: 0 auto;
}

.link_mt a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #7D00BE;
    font-family: "Noto Sans JP", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "MS PGothic", "ＭＳ Ｐゴシック", "Meiryo", "メイリオ", "M PLUS 1p", sans-serif;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    gap: 4px;
}

@media only screen and (max-width: 980px) {
    .link_mt a {
        font-size: 1.8rem;
    }


    .contents .link_mt svg {
        width: 18px;
    }
}

@media only screen and (max-width: 600px) {
    .link_mt {
        margin-top: 0px;
        padding: 20px;
        width: auto;
    }

    .link_mt a {
        font-size: 1.6rem;
    }

    .contents .link_mt svg {
        width: 16px;
    }
}

.link_mt a:hover,
.link_mt a:active {
    opacity: 0.8;
}

.link_mt svg {
    width: 20px;
    height: 20px;
}

@media only screen and (max-width: 500px) {
    .link_mt img {
        width: 18px;
    }
}



/* footer
--------------------------------------------------- */

/*
 * 全体的なフッターのスタイル
 */
footer {
    position: relative;
    opacity: 1;
    margin-top: 80px;
}

/*
 * フッターの固定部分のスタイル
 */
.footer-fix {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 0 24px;
    text-align: center;
    width: 100%;
    background-color: rgba(247, 247, 247);
    box-sizing: border-box;
}

.footer-fix span {
    align-items: center;
    font-size: 1.2rem;
    color: #4D4D4D;
}

.footer-fix p {
    height: 16px;
    font-size: 1rem;
    color: black;
    line-height: 16px;
    margin-top: 16px;
    font-family: "Noto Sans JP";
}

/*
 * フッターリンクのスタイル
 */
.footer-fix .footer-link a {
    margin-right: 24px;
    font-size: 1.4rem;
    color: #4D4D4D;
    text-decoration: none;
}

.footer-fix .footer-link a:hover,
.footer-txt div a:hover {
    color: #7D00BE;
    text-decoration: underline;
}

.footer-fix .footer-link a:last-child {
    margin-right: 0;
}

.footer-flex-top {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
}

.footer-flex-bottom {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.footer-icon a {
    width: auto;
}

.footer-icon img {
    display: block;
    text-align: center;
}

.x-logo {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-top: 5px;
}

.green-branding-logo {
    width: 220px;
    height: 56px;
    margin: 0 auto;
    margin-top: 24px;
}

.footer-icon-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.footer-txt {
    margin: 20px auto;
    padding-bottom: 16px;
    text-align: center;
}

.footer-txt p {
    margin-bottom: 4px;
    font-size: 10px !important;
    color: black;
}

.footer-txt div a {
    color: #4D4D4D;
    text-decoration: none;
    margin-right: 20px;
    font-size: 1.4rem;
}

.footer-txt div a:last-child {
    margin-right: 0;
}

/*
 * PCプレビュー要素のスタイル (デフォルト非表示)
 */
.pc-preview {
    display: none;
}


@media only screen and (max-width: 980px) {
    .pc-preview {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: 0 auto 20px auto;
    }

    .pc-preview img {
        width: 20px;
        margin-right: 8px;
    }

    .pc-preview span {
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        font-family: "Noto Sans JP", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "MS PGothic", "ＭＳ Ｐゴシック", "Meiryo", "メイリオ", "M PLUS 1p", sans-serif;
    }

    .pc-preview :hover {
        color: #7D00BE;
        text-decoration: underline;
    }

    .pc-preview svg {
        fill: #686868;
    }

    .pc-preview:hover svg {
        fill: #7D00BE;
    }

    .footer-fix {
        padding: 24px 24px 16px;
        text-align: left;
        justify-content: flex-start;
        flex-direction: column;
    }

    .footer-fix p {
        font-size: 1rem;
        text-align: center;
    }

    .footer-link {
        margin: 0;
        text-align: left;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .footer-fix .footer-link a {
        font-size: 1.2rem;
        line-height: 1.5;
        padding: 4px 0;
    }

    .footer-flex-top {
        width: 100%;
        flex-wrap: wrap;
        gap: 1.5rem;
        margin-bottom: 1rem;
    }

    .footer-flex-bottom {
        width: 100%;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    .footer-flex-bottom a {
        margin-right: 0;
    }

    .footer-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .footer-icon a {
        width: auto;
    }
}


@media only screen and (max-width: 768px) {
    footer {
        margin-bottom: 0;
        background: white;
    }

    .pc-preview {
        width: fit-content;
        margin: 0 0 20px 0;
        justify-content: flex-start;
    }

    .footer-fix {
        text-align: left;
        width: 100%;
        align-items: flex-start;
    }

    .footer-flex-top {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }

    .footer-flex-bottom {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }

    .footer-icon {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: fit-content;
        margin: 0;
        gap: 14px;
    }

    .footer-icon a {
        width: auto;
        margin-top: 14px;
    }

    .x-logo,
    .green-branding-logo {
        margin: 0;
    }

    .green-branding-logo {
        max-width: 140px;
        height: fit-content;
        height: auto;
    }

    .footer-txt {
        margin: 16px 24px 0px;
        text-align: left;
    }

    .footer-fix p {
        text-align: left;
        margin-top: 10px;
    }

    .footer-txt div a {
        font-size: 1rem;
    }

    .footer-bottom-group {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: last baseline;
        flex-wrap: wrap;
    }

    .footer-bottom-group p {
        width: fit-content;
    }


}

@media only screen and (max-width: 510px) {
    .footer-link {
        flex-wrap: wrap;
        height: auto;
        flex-direction: row;
    }

    .footer-link a {
        padding-bottom: 16px;
    }
}