@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,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    color: #333;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    scroll-behavior: smooth;
}


/* 10px */

body {
    font-size: 1.6rem;
    line-height: 1;
    position: relative;
}

nav ul {
    list-style: none;
}


/*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;
}

a:hover {
    color: #9B00EC;
}

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
---------------------------------------------- */

.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;
    text-align: center;
    clear: both;
    margin: 0 auto;
}

h1 {
    font-family: "Rakuten Sans JP", "Noto Sans JP", sans-serif;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    color: white;
    background: #000;
    margin-bottom: 32px;
    padding: 0px 16px;
}

p {
    font-size: 1.6rem;
}

.no-pc {
    display: none;
}

.no-sp {
    display: block;
}

@media only screen and (max-width: 1224px) {
    .feature {
        padding: 80px 40px 210px !important;
    }
}

@media only screen and (max-width: 980px) {
    .no-pc {
        display: block;
    }
    .no-sp {
        display: none;
    }
}


/*  HERO -------------------- */

.hero {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1440px;
    height: auto;
}

@media only screen and (max-width: 709px) {
    .contents {
        padding: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .hero {
        width: 100%;
    }
    .contents {
        top: 100px !important;
        margin-bottom: 0px !important;
    }
}


/* Index button
-------------------------------------------------- */

.index-box {
    margin: 60px auto;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 860px;
    gap: 20px;
}

.index a {
    width: 420px;
    text-decoration: none;
    transition: all 0.5s;
    text-align: center;
    padding: 32px 24px;
    background: transparent;
    border: 2px solid #870011;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    color: #870011;
    background-image: linear-gradient(315deg, #870011 18px, transparent 0);
}

.index a:hover {
    background: #870011;
    color: #fff;
    background-image: linear-gradient(315deg, #fff 18px, transparent 0);
}

h2 {
    font-size: 2.6rem;
    font-weight: 600;
    margin-top: 80px;
    margin-bottom: 16px;
    line-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

p.ttl-txt {
    display: block;
    font-size: 16px;
    margin-bottom: 42px;
}

h2:before,
h2:after {
    content: '';
    width: 24%;
    height: 4px;
    background-color: #870011;
    margin-right: 3%;
    margin-left: 3%;
}

@media only screen and (max-width: 980px) {
    h2 {
        font-size: 2.0rem;
        line-height: 26px;
    }
}

@media only screen and (max-width: 909px) {
    .index a {
        width: auto;
    }
}

@media only screen and (max-width: 709px) {
    .index-box {
        margin: 30px auto;
    }
    .index a {
        font-size: 16px;
        padding: 20px 15px;
    }
}

@media only screen and (max-width: 500px) {
    .index a {
        width: 150px;
        font-size: 14px;
        padding: 20px 15px;
    }
    p.ttl-txt {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    .index-box {
        gap: 8px;
    }
}


/* Slide contents
-------------------------------------------------- */

#slider1,
#slider2 {
    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>.slide-media img {
    width: 300px !important;
}

.splide__slide>.slide-media p span {
    color: white;
    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-size: 1.2rem;
    line-height: 12px;
}

.slide-txt {
    width: 370px;
    background: #f6f6f6;
    padding: 24px 48px;
    text-align: left;
}

.slide-txt h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.slide-txt h4 span {
    display: block;
    font-family: "Bebas Neue Pro", "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    color: #7a7a7a;
}

.slide-txt p {
    font-size: 1.6rem;
}

.slide-txt p small {
    display: block;
    font-size: 1.4rem;
    padding-top: 14px;
}

.slide-txt p strong {
    display: block;
    font-size: 1.6rem;
    padding-top: 24px;
    color: #7D00BE;
}

.splide__pagination,
.splide__arrow--prev,
.splide__arrow--next {
    display: none !important;
    opacity: 0 !important;
}

@media only screen and (max-width: 1220px) {
    .howto {
        padding: 0 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: 709px) {
    .howto {
        padding: 0;
    }
}


/* contents
--------------------------------------------------- */

.howto p.memo {
    color: #7a7a7a;
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.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%;
}

.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%;
}

@media only screen and (max-width: 767px) {
    .howto p.memo {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 467px) {
    .howto p.memo::before,
    .howto p.memo::after {
        width: 14%;
    }
}


/* txt link
--------------------------------------------------- */

.link_area {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 0;
}

.link_area a {
    width: 16px;
    stroke: #333;
    color: #333;
}

.link_area p {
    text-align: left;
    margin-bottom: 8px;
    font-size: 1.4rem;
    font-weight: 400;
}

.link_area a.eticket:hover,
.link_area a.eticket:active {
    color: #86000F;
    stroke: #86000F;
}

.link_area a.nft:hover,
.link_area a.nft:active {
    color: #7D00BF;
    stroke: #7D00BF;
}

.link_area a svg {
    margin-left: 6px;
}

.prev-link a {
    display: block;
    margin-top: 60px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #7D00BF;
    text-decoration: none;
}

.prev-link img {
    position: relative;
    top: 2px;
    right: 8px;
}

.prev-link a:hover {
    opacity: .7;
}

.link-arrow {
    width: 10px;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .prev-link a {
        font-size: 1.6rem;
        margin-top: 30px;
    }
}


/* banner
--------------------------------------------------- */

.bnr {
    margin: 120px auto 100px;
}

.bnr img {
    width: 95%;
    max-width: 768px;
}

.bnr:hover {
    opacity: .8;
}

@media only screen and (max-width: 767px) {
    .bnr {
        margin: 100px auto 0;
    }
}


/* footer
--------------------------------------------------- */

footer {
    position: relative;
    /*top: -100px;*/
    margin-bottom: -140px;
    opacity: 1;
}

.footer-fix {
    padding: 32px 0 24px;
    text-align: center;
    width: 100%;
    background: #F8F8F8;
}

.footer-fix span {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: #4D4D4D;
    margin-left: 8px;
}

.footer-fix p {
    height: 16px;
    font-size: 1rem;
    color: black;
    line-height: 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-link {
    margin-bottom: 16px;
}

.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: 40px;
    font-size: 1.4rem;
}

.footer-txt div a:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 980px) {
    .pc-preview {
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .pc-preview :hover {
        color: #7D00BE;
        text-decoration: underline;
    }
    svg {
        fill: #686868;
    }
    .pc-preview:hover svg {
        fill: #7D00BE;
    }
    .footer-fix {
        padding: 24px 24px 16px;
        text-align: left;
    }
    .footer-link {
        margin: 14px auto;
        text-align: left;
        height: 16px;
        display: flex;
        align-items: center;
    }
    .footer-fix .footer-link a {
        font-size: 1.2rem;
        line-height: 16px;
        margin-right: 16px;
    }
    .footer-fix p {
        font-size: 1rem;
    }
    .footer-txt {
        margin: 16px 24px 0px;
        text-align: left;
    }
    .footer-txt div {
        height: 16px;
        display: flex;
        align-items: center;
    }
    .footer-txt div a {
        font-size: 1rem;
        margin-right: 24px;
    }
}

@media only screen and (max-width: 768px) {
    footer {
        top: 70px;
        margin-bottom: -120px;
        background: white;
    }
}

@media only screen and (max-width: 510px) {
    footer {
        top: 90px;
    }
    .footer-link {
        flex-wrap: wrap;
        height: auto;
        flex-direction: row;
    }
    .footer-link a {
        padding-bottom: 16px;
    }
}


/* NAVI-------------------- */

header {
    display: flex;
    width: 100%;
    padding: 6px 130px;
    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);
}

header img.ticket-logo {
    width: 230px !important;
    height: auto;
}

@media only screen and (max-width: 840px) {
    header {
        height: 64px;
        padding: 12px 16px;
        align-items: baseline !important;
    }
    header img.ticket-logo {
        width: auto !important;
        height: 40px;
    }
}