@charset "UTF-8";

/* 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: "Bebas Neue", "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    color: #111;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    scroll-behavior: smooth;
}


/* 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;
    /* vertical-align: baseline;*/
    background: transparent;
    color: #111;
}

a {
    color: #7D00BE;
    text-decoration: none;
}

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;
}

a:focus {
    outline: none;
}


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

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

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

.clearfix {
    clear: both;
}

body {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
}

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

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

h1 {
    max-width: 1440px;
}

h2 {
    font-size: 3.6rem;
}

p {
    font-size: 1.6rem;
}

.no-pc {
    display: none;
}

.no-sp {
    display: block;
}


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

    .about p {
        margin: 0px 20px;
    }
}

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

    .no-sp {
        display: none;
    }
}

.mt5 {
    margin-top: 5px;
}

/*  bnr_infoarea -------------------- */
.bnr_infoarea {
    background-color: #FEF0DD;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    height: 48px;
    padding: 1.0rem 1.5rem .75rem 1.5rem;
}

@media only screen and (max-width: 650px) {
    .bnr_infoarea {
        height: 76px;
    }
}

.bnr_infoarea a {
    text-decoration: inherit;
    color: #A35E04;
}

.bnr_infoarea a:hover {
    color: #5d3502;
}

.bnr_infoarea a svg {
    margin-bottom: 3px;
    margin-left: 6px;
    vertical-align: middle;
}

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

.hero {
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
    font-family: "Noto Sans JP", "Rakuten Sans JP", sans-serif;
    background-color: #870011;
}


@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;
    }
}





/* about
-------------------------------------------------- */

.about {
    padding-top: 88px;
    padding-bottom: 88px;
    width: 100%;
}

.about p {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0px 20px;
}

@media only screen and (max-width: 980px) {
    .about p {
        font-size: 1.6rem;
    }
}





@media only screen and (max-width: 980px) {
    .about {
        margin: 64px auto 0px auto !important;
        padding: 0 16px;
    }

}




/* outline
-------------------------------------------------- */
.outline {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.outline h2,
.date h2,
.howto h2 {
    margin-bottom: 80px;
}

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

    .outline h2,
    .date h2,
    .howto h2 {
        margin-bottom: 40px;
    }
}

.outline .point {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;

}

@media only screen and (max-width: 469px) {
    .outline {
        padding: 56px !important;
    }
}

.outline .point ul {
    display: flex;
    gap: 4%;
    justify-content: space-between;
    padding-bottom: 80px;
}


.outline .point ul li {
    width: 48%;
    background: #f6f6f6;
    padding: 60px 44px;
    /* shadow0 */
    box-shadow: 0px 0px 11.96px 1.04px rgba(177, 176, 176, 0.44);
    background-image: linear-gradient(135deg, #870011 41px, transparent 0);
}


.outline .point ul li h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    text-align: left;
    margin-bottom: 24px;
    line-height: 150%;
    color: #870011;
}

.outline div ul li h3.ttl4 {
    width: 310px;
    margin-left: -12px;
}

.outline .point ul li img {
    margin-bottom: 24px;
}

.outline .point ul li p {
    text-align: left;
}

.outline div ul li p small {
    font-size: 1.4rem;
    display: block;
    margin-top: 16px;
}

.span-nft {
    font-family: Arial, Helvetica, sans-serif;
}



@media only screen and (max-width: 1224px) {
    .outline {
        padding-left: 20px;
        padding-right: 20px;
    }

    .outline div ul li {
        margin: 0 0 24px;

    }

    .outline div ul li h3.ttl4 {
        width: 100%;
    }
}

@media only screen and (max-width: 980px) {
    .outline {
        padding: 50px 20px 64px 20px !important
    }

    .outline h2 {
        margin-bottom: 40px !important;
    }

    .outline .point ul li h3 {
        font-size: 2rem;
        line-height: 31px;

    }

    .outline .point ul li {
        margin: 0 0 40px;
        padding: 48px 32px 40px 32px;
        background-image: linear-gradient(135deg, #870011 26px, transparent 0);
    }


}

@media only screen and (max-width: 779px) {
    .outline .point ul {
        display: block;
        padding: 0px 30px;
    }

    .outline .point ul li {
        width: 434px;
        padding: 40px 24px 40px 24px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 560px) {
    .outline .point ul {
        padding: 0px
    }
}

@media only screen and (max-width: 468px) {
    .outline .point ul li h3 {
        font-size: 1.8rem;
        line-height: 26px;
    }

    .outline .point ul li {
        width: 100%;
    }
}

/* flow */

.outline .flow {
    margin: 0 auto;
    padding-top: 80px;
    width: 100%;
}


.flow .no-sp {
    display: block;
    width: 70%;
}

@media only screen and (max-width: 779px) {
    .flow .no-sp {
        display: none;
    }
}


.flow_new ul li:has(.no-sp) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


.flow .no-sp img {
    height: 59px;
    width: auto;
}

.flow .no-pc {
    display: none;
}

.flow .flow_new li .right img {
    width: 56px;
    display: block !important;
    margin-bottom: 4px;
}

.flow .flow_new li .right p {
    font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 1196px) {
    .outline .flow {
        justify-content: center;
        flex-direction: row;
    }
}

@media only screen and (max-width: 998px) {
    .outline .flow {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
    }


    .flow .no-pc {
        display: block !important;
        width: 60px;
        height: auto;
        margin: 16px auto 32px;
    }
}

@media only screen and (max-width: 980px) {
    .outline .flow {
        padding: 64px 0 0;
    }

    .flow_new ul {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .flow .flow_new .egls,
    .flow .flow_new .nft {
        flex-basis: 200px;
        flex-shrink: 1;
    }

}

@media only screen and (max-width: 779px) {
    .outline .flow {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-content: center;
    }

    .outline .flow .flow_new {
        width: 100%;
        display: block;
    }

    .outline .flow .area_img {
        width: 100%;
        display: block;
    }


    .flow .no-pc {
        display: none;
    }

    .flow .flow_new,
    .flow .area_img {
        display: flex;
        flex-wrap: wrap;
        /*   gap: 40px;*/
        align-items: center;
    }
}

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

    .flow .flow_new ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .flow .flow_new ul li {
        width: 100%;
        justify-content: center;
        display: flex;
    }

}

/*
.flow .no-sp{
	display:none;
}*/
/*   
.flow .no-pc{
	width: 60px;
	height: auto;
	margin: 16px auto 32px;
	display:block;
}*/


.flow_new ul {
    display: flex;
    align-items: stretch;
    list-style: none;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    gap: 1%;
    justify-content: space-between;
}

.flow .flow_new ul li {
    margin: 0;
}


.flow .flow_new .egls,
.flow .flow_new .nft {
    position: relative;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    width: 20%;
    min-width: 150px;
}



.flow .title {
    text-align: center;
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 40px;
    width: 100%;
}


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

    .flow .title {
        font-size: 2.4rem;
    }


    .flow .flow_new .egls,
    .flow .flow_new .nft {
        width: 100%;
    }


}

.flow .flow_new .egls .left {
    background: #870011;
    color: #fff;
    font-size: 2rem;
    padding: 5px;
}


.flow .flow_new .egls .left,
.flow .flow_new .nft .left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 120px;
    min-height: auto;
    max-height: auto;
    gap: 10px;
}


.step {
    color: #fff;
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
}


.flow .rt .left {
    background: #7d8bed;
    color: #fff;
}

.flow .flow_new .nft .left {
    background: #7D00BE;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    padding: 5px;
    gap: 10px;
}

.flow .flow_new .nft .left p,
.flow .flow_new .egls .left p {
    color: #fff;
}



.flow .flow_new li .left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flow .flow_new li .right {
    background: #efeeee;
    display: flex;
    align-items: center;
    padding: 12px 12px;
    text-align: left;
    flex-grow: 1;
}


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

    .flow .flow_new li {
        position: relative;
    }


    .flow .flow_new .egls::after,
    .flow .flow_new .nft::after {
        content: "";
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-30px);
        width: 0;
        height: 0;
        border-color: #efeeee transparent transparent transparent;
        border-width: 26px 24px 0 24px;
        border-style: solid;
    }

    .flow .flow_new li:nth-child(7)::after {
        display: none;
    }



    .flow .flow_new .egls,
    .flow .flow_new .nft {
        display: flex;
        flex-direction: row;
        align-self: flex-start;
        height: fit-content;
        max-height: 165px;
        justify-content: center;
    }

    .flow .flow_new .egls .left,
    .flow .flow_new .nft .left {
        width: 40%;
        height: auto;
        max-height: 125px;
        width: 152px;
    }



    .flow .flow_new .egls .right,
    .flow .flow_new .nft .right {
        height: auto;
        max-height: 125px;
        flex-grow: 0;
        width: 282px;
    }



}

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

    .flow .flow_new .egls .left,
    .flow .flow_new .nft .left {
        width: 35%;
        font-size: 1.8rem;
    }

    .flow .flow_new li .right {
        width: 65%;
    }

}

.link_nft a {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: #7D00BE;
    /* text-decoration: none; */
}

.link_nft img {
    position: relative;
    top: 2px;
    left: 6px;
}

.link_nft a:hover {
    opacity: .7;
}

.link_external {
    width: 25px;
    height: auto;
}

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

    .flow .flow_new .egls .left,
    .flow .flow_new .nft .left {
        line-height: 1.3;
        padding: 0 6px;
    }

    .flow .flow_new .egls .left p,
    .flow .flow_new .nft .left p {
        font-size: 1.2rem;
    }

    .flow .flow_new .egls,
    .flow .flow_new .nft {
        width: 100%;
    }


    .step {
        font-size: 1.6rem;
    }


}

@media only screen and (max-width: 767px) {
    .link_nft a {
        font-size: 2.0rem;
    }

    .link_external {
        width: 21px;
        height: auto;
    }
}

/* date
-------------------------------------------------- */
.date {
    width: 100%;
    padding: 80px 40px;
    background: url(../images/bg_date_pc.jpg)no-repeat center/cover;
}

@media only screen and (max-width: 980px) {
    .date {
        padding: 64px 16px;
        background: url(../images/bg_date_pc.jpg)no-repeat 100% / 100% 100%;
        /* background: url(../images//bg_date_sp.jpg) no-repeat 100% / 100% 100%; */
        background-image: url(../images/bg_date_sp.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        /* width: 100%; */
        /* height: auto; */
        /* background-size: cover; */
        /* background-size: 800px; */
    }
}

.date h2 {
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.startdate {
    background-color: #870011;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 600;
    padding: 7px 18px 3px 18px;
    margin-right: 0 auto;
    display: inline-block;
    letter-spacing: 1px;
    font-feature-settings: "palt";
    /* line-height: 1.4em;*/
    /* vertical-align: -8px; */
    font-family: "bebas-neue-pro-expanded", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
}

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

/*
.startdate .large{
	color:#fff;
	font-size: 3.2rem;
    margin-right: 0 auto;
	font-family: "bebas-neue-pro-expanded", sans-serif;
	font-weight: 700;
	font-style: normal;
  }*/
@media only screen and (max-width: 980px) {
    .startdate .large {
        font-size: 2.6rem;
    }
}

.startdate .sp {
    display: none;
}

@media only screen and (max-width: 768px) {
    .startdate .sp {
        display: block;
    }
}

.date .text_detail {
    font-size: 2.0rem;
    margin-top: 48px;
    letter-spacing: 0.08em;
    line-height: 1.6em;
}

.date .text_detail p {
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .date .text_detail {
        margin-top: 36px;
    }
}

.date .text_detail span {
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background: linear-gradient(transparent 60%, rgba(247, 191, 67, .7) 60%);
    padding-bottom: 4px;
    font-size: 2.0rem;
    font-family: "bebas-neue-pro-expanded", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
}

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

.date .text_detail .sp {
    display: none;
}

@media only screen and (max-width: 768px) {
    .date .text_detail .sp {
        display: block;
    }
}



/* howto
-------------------------------------------------- */
.howto {
    width: 1200px;
    padding: 80px 0;
}

.howto h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -20px;
}

.column3 li {
    width: 387px;
    margin-top: 18px;
}

.column3 .column1 {
    width: 1200px;
    margin-top: 18px;
}



.howto h3::before,
.howto h3::after {
    flex-grow: 1;
}


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

    .column3 li,
    .column3 .column1 {
        margin-top: 13px;
    }
}

@media only screen and (max-width: 1199px) {
    .howto {
        width: 100%;
        max-width: 1200px;
        padding-left: 20px;
        padding-right: 20px;
    }


    .column3 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .column3 li,
    .column1 li {
        width: 48%;
    }
}

/* 
@media only screen and (max-width: 870px) {
.inner_content{
  padding: 0 20px;
 }
    }*/

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

    .column3 li,
    .column3 .column1 {
        width: 48%;
    }
}





.column1 li {
    margin-top: 18px;
    width: 1199px;
}

.index div {
    margin: 12px 0;
}

.index a {
    text-decoration: none;
    transition: all 0.5s;
    text-align: center;
    padding: 32px 11px;
    background: transparent;
    border: 2px solid #870011;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.5em;
    color: #870011;
    background-image: linear-gradient(315deg, #870011 18px, transparent 0);
    fill: #870011;
    stroke: #870011;
    align-items: center;
}

.oneBox-yellow a {
    text-decoration: none;
    transition: all 0.5s;
    text-align: center;
    padding: 32px 11px;
    background: transparent;
    border: 2px solid #E6A000;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.5em;
    color: #E6A000;
    background-image: linear-gradient(315deg, #E6A000 18px, transparent 0);
    fill: #E6A000;
    stroke: #E6A000;
    align-items: center;
}



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

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

    .index a,
    .column3 .column1 a {
        justify-content: center;
        font-size: 1.6rem;
        padding: 24px 8px;
        align-items: center;
        display: flex;
    }
}

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

    .oneBox02 a,
    .oneBox05 a,
    .oneBox07 a,
    .column3 .column1 a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

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

    .index a,
    .column3 .column1 a {
        font-size: 1.4rem;
    }
}

.index a:hover {
    background: #870011;
    color: #fff;
    background-image: linear-gradient(315deg, #fff 18px, transparent 0);
    stroke: #fff;
    fill: #fff;
}

.oneBox-yellow a:hover {
    background: #E6A000;
    color: #fff;
    background-image: linear-gradient(315deg, #fff 18px, transparent 0);
    stroke: #fff;
    fill: #fff;
}

.column1 a {
    text-decoration: none;
    transition: all 0.5s;
    text-align: center;
    padding: 32px 40px;
    background: transparent;
    border: 2px solid #111;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    color: #111;
    background-image: linear-gradient(315deg, #111 18px, transparent 0);

}

.column1 a:hover {
    background: #111;
    color: #fff;
    background-image: linear-gradient(315deg, #fff 18px, transparent 0);

}

.howto a img {
    width: 26px;
    height: 22px;
    padding-top: 3px;
    margin-left: 3px;
    margin-right: 0;
}

.howto h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    margin-top: 80px;
    margin-bottom: 16px;
    line-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 980px) {
    .howto h3 {
        font-size: 2.0rem;
        line-height: 26px;
    }
}

p.ttl-txt {
    display: block;
    font-size: 16px;
    margin-bottom: 42px;
    font-family: "Noto Sans JP", sans-serif;
}

p.ttl-txt small {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    padding-top: 8px;
}

@media only screen and (max-width: 500px) {
    p.ttl-txt {
        text-align: left;
    }
}

.howto p.memo {
    color: #7a7a7a;
    font-weight: 600;
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
    .howto p.memo {
        font-size: 1.4rem;
    }
}


.howto p.memo::before {
    content: '';
    width: 24%;
    height: 4px;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #7A7A7A transparent transparent;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 0.2%;
}

.howto p.memo::after {
    content: '';
    width: 24%;
    height: 4px;
    border-style: solid;
    border-width: 9px 0 9px 9px;
    border-color: transparent transparent transparent #7A7A7A;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 0.2%;
}

.howto h3::before,
.howto h3::after {
    content: '';
    width: 13%;
    height: 4px;
    background-color: #870011;
    margin-right: 3%;
    margin-left: 3%;
}


.link_area {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 0;
}

.link_area p {
    text-align: left;
    margin-bottom: 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #111;
}


.link_area a svg {
    padding-top: 2px;
}

a.eticket,
a.eticket {
    color: #86000F;
    fill: #86000F;
    font-weight: 500;
}

a.nftr,
a.nft {
    color: #7D00BE;
    fill: #7D00BE;
    font-weight: 500;
}

a.pay,
a.pay {
    color: #BF0000;
    fill: #BF0000;
    font-weight: 500;
}





/* Slide contents
-------------------------------------------------- */

#slider1,
#slider2,
#slider3,
#slider4,
#slider5,
#slider6,
#slider7 {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.splide__slide {
    width: 370px !important;
}

.splide__list {
    height: auto !important;
}

.splide__slide>.slide-media {
    text-align: center;
    padding: 60px 0 0;
    width: 370px !important;
}

.splide__slide>.etck-bk {
    background: #db848f;
}

.splide__slide>.nft-bk {
    background: #edccfd;
}

.splide__slide>.pay-bk {
    background: #FFF0F0;
}

.splide__slide>.slide-media img {
    width: 300px !important;
}

.splide__slide>.slide-media p span {
    color: white;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    width: 290px;
    position: absolute;
    top: 24px;
    left: 40px;
    text-align: center;
}

.splide__slide>.slide-media p span small {
    display: block;
    color: white;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    line-height: 12px;
}

.splide__slide>.slide-media.pay-bk p span {
    color: #111;
}

.slide-txt {
    width: 370px;
    background: #f6f6f6;
    padding: 24px 48px;
    text-align: left;
}

.slide-txt h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
}

.slide-txt h4 span {
    display: block;
    font-family: "Bebas Neue Pro", "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    color: #7a7a7a;
}

.slide-txt p {
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
}

.slide-txt p small {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    padding-top: 14px;

}

.slide-txt p.black {
    color: #111;
    font-size: 1.4rem;
    margin-top: 20px;
}

.slide-txt p strong {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    padding-top: 24px;
    color: #111;
    font-style: italic;
}

.slide-txt p a.eticket,
.slide-txt p a.eticket {
    color: #86000F;
    text-decoration: none;
}

.splide__pagination,
.splide__arrow--prev,
.splide__arrow--next {
    display: none !important;
    opacity: 0 !important;
}

.link-area-top {
    margin-bottom: 20px;
}



@media only screen and (max-width: 870px) {
    .howto {
        padding: 64px 20px;
    }
}

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

    .splide__slide,
    .splide__slide>.slide-media,
    .slide-txt {
        width: 235px !important;
    }

    .splide__slide>.slide-media img {
        width: 180px !important;
    }

    .slide-txt {
        padding: 24px;
    }

    .splide__slide>.slide-media p span {
        width: 180px;
        font-size: 1.4rem;
        line-height: 16px;
        top: 16px;
        left: 30px;
    }
}





@media only screen and (max-width: 980px) {
    .flow {
        padding: 64px 16px 0;
    }

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


    .faq,
    .notes {
        width: 100% !important;
        padding: 64px 16px !important;
    }

    .faq h2,
    .notes h2 {
        margin-bottom: 40px !important;
    }

    .menu label {
        line-height: 20px !important;
        padding: 24px 32px 24px 16px !important;
    }


}

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

    .service p,
    .genre p,
    .about-box p {
        text-align: left;
    }
}

/* notes
-------------------------------------------------- */

.notes {
    margin: 0 auto;
    background: #fff;
}

.notes h4 {
    font-size: 2.6rem;
    margin-bottom: 32px;
}

@media only screen and (max-width: 980px) {
    .notes h4 {
        font-size: 2.2rem;
    }
}

.notes .inner_box {
    padding: 32px 64px;
    border: solid #111 2px;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .notes .inner_box {
        padding: 32px 18px;
    }
}

.notes ul {
    margin: 0 auto 16px;
    width: 100%;
    max-width: 902px;
    text-align: left;
}

.notes ul li {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 28px;
}

.notes ul .title_text {
    font-weight: 600;
}

.notes ul .asterisk {
    font-size: 1.4rem;
    line-height: 20px;
}

/* faq
-------------------------------------------------- */

.faq {
    background: #f6f6f6;
    width: 100%;
}

.faq h2 {
    margin-bottom: 64px;
}

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

.faq a.link {
    align-items: center;
    text-decoration: none;
    color: #7D00BE;
    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 img {
    width: 16px;
    height: auto;
    padding-top: 3px;
    /* margin-left: 3px; */
    /* margin-right: 0; */
    position: relative;
    top: 1px;
    left: 2px;
}

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

.faq a.link:focus {
    outline: 2px solid #134FF3;
    background: white;
    border-radius: 4px;
}

.link-icon {
    margin-left: 2px;
}



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

.menu input {
    display: none;
    /*チェックボックスを隠す*/
}


/*バー部分*/

.menu label {
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    margin: 0 auto;
    padding: 24px;
    border-top: 2px solid #7a7a7a;
    font-family: "Noto Sans JP", sans-serif;
}




/*開いたときに表示される部分*/

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1px;
}

.menu ul li {
    font-family: "Noto Sans JP", sans-serif;
}

.menu ul:last-child {
    border-bottom: 2px solid #7a7a7a;
}

.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_bar01:checked~#links01 li,
#menu_bar02:checked~#links02 li,
#menu_bar03:checked~#links03 li,
#menu_bar04:checked~#links04 li,
#menu_bar05:checked~#links05 li,
#menu_bar06:checked~#links06 li {
    height: auto;
    /*開いたときに表示されるliの高さ*/
    opacity: 1;
    text-align: left;
    line-height: 28px;
    padding: 20px 16px;
}


/*開いたときの下の余白*/

#menu_bar01:checked~#links01 li:last-child,
#menu_bar02:checked~#links02 li:last-child,
#menu_bar03:checked~#links03 li:last-child,
#menu_bar04:checked~#links04 li:last-child,
#menu_bar05:checked~#links05 li:last-child,
#menu_bar06:checked~#links06 li:last-child {
    margin-bottom: 20px;
}


/*閉じた状態の矢印描画*/

.menu label:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: #111111 2px solid;
    border-right: #111111 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: #111111 2px solid;
    border-right: #111111 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 2%;
    top: 10%;
    bottom: 0;
    margin: auto;
}







/* button
-------------------------------------------------- */


.btnDL:hover,
.btnDL:active {
    background: #FCF5F5;
    color: #BF0000;
}

.cta-btn:hover {
    background: #9B00EC;
    color: white;
}


/*  bage top -------------------- */

.float {
    display: none;
    z-index: 10000;
}

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

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

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

/*link area2
--------------------------------------------------- */

.link_area2 {
    margin-top: 80px;
}

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

.link_area2 a {
    color: #7D00BE;
    list-style: none;
    text-decoration: none;
}

.link_area2 a:hover {
    opacity: 0.7;
}

.link_area2 svg {
    padding-top: 7px;
}



@media only screen and (max-width:768px) {
    .link_area2 p {
        font-size: 2rem;
        font-weight: bold;
    }

    .link_area2 svg {
        padding-top: 12px;
    }


}



/*bnr
--------------------------------------------------- */
.bnr {
    width: 100%;
    padding: 80px 40px;
}

.bnr_area img {
    width: 768px;
    height: auto;
}

.bnr_area a:hover {
    opacity: .8;
}

@media only screen and (max-width:980px) {
    .bnr_area img {
        max-width: 100%;
        height: auto;
    }
}



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

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

/*
 * フッターの固定部分のスタイル
 */
.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: #4D4D4D;
    line-height: 16px;
    margin-top: 16px;
}

/*
 * フッターリンクのスタイル
 */
.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: #4D4D4D;
}

.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;
}

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

/*
 * 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-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 {
        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;
    }

    .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;
    }
}

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

header {
    display: flex;
    width: 100%;
    padding: 6px 130px 6px 24px;
    align-items: center;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(14, 31, 53, 0.12), 0px 4px 8px 0px rgba(14, 31, 53, 0.08);
}

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

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

#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;
    }
}