@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: #333;
}

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
---------------------------------------------- */

.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 {
        width: 100%;
        margin: 80px 0 144px !important;
    }


}

@media only screen and (max-width: 980px) {
    .no-pc {
        display: block;
    }
    .no-sp {
        display: none;
    }
}
.mt5{
	margin-top: 5px;
}

/*  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;
	
}
.about p {
    font-size: 3rem;
	font-weight: 700;
}
@media only screen and (max-width: 980px) {
.about p {
        font-size: 2.2rem;
    }
}





@media only screen and (max-width: 980px) {
    .about {
        margin: 64px 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;
    flex-wrap: wrap;
    /*   gap: 40px;*/
    justify-content: space-between;
}


.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: 2.6rem;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    margin-bottom: 24px;
    line-height: 36px;
	color:#870011;
	height: 26%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.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: center;
	font-weight: 700;
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	background: linear-gradient(transparent 60%, rgba(247, 191, 67, .7) 60%);
	 padding-bottom: 4px;
	
}

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



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

    .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: 64px 31px !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 20px;
        padding: 48px 32px 40px 32px;
		background-image: linear-gradient(135deg, #870011 26px, transparent 0);
    }
    .outline div ul li:nth-child(n+4):nth-child(-n+6) {
        margin: 0 0 20px;
    }
}
@media only screen and (max-width: 779px) {
    .outline .point ul{
		display: block;
	}
	.outline .point ul li{
		width: 100%;
		padding: 40px 24px 40px 24px;
	}
	}
@media only screen and (max-width: 430px) {
	.outline .point ul li h3{
		height: 18%;
		font-size: 1.8rem;
		line-height: 26px;
	}
	}

/* flow */

.outline .flow {
    margin: 0 auto;
    padding: 80px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.area_img{
	/* height: fit-content; */
	align-items: center;
	display: flex;
	justify-content: center;
}
.flow .no-sp{
	width: 30px;
	height:59px;
	margin:0 16px;
	display: block;
	position: relative;
	top: 50px;
}
.flow .no-pc{
	display:none;
}
.flow .flow_new li .right img{
	width: 56px;
	display: block !important;
	margin-bottom: 4px;
}
.flow .flow_old li .right p,
.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;
}
/*  
.outline .flow .flow_old,
.outline .flow .flow_new{
 width:45%;
}*/
/*  	
.outline .flow .area_img{
 	width:5%;
}*/	
}
@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-sp{
	display:none;
}
.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;
}
}
@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_old,
.outline .flow .flow_new{
    width:100%;
	display: block;
}
.outline .flow .area_img{
    width:100%;
	display: block;
}


.flow .no-pc{
	display:none;
}
.flow .flow_old,
.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_old ul,
.flow .flow_new ul,
.flow .area_img ul{
		display: block;
	}
.flow .flow_old ul li,
.flow .flow_new ul li,
.flow .area_img ul li{
		width: 100%;
	    justify-content: center;
	}
.flow .flow_old .egls .left,
.flow .flow_new .egls .left,
.flow .flow_old .rt .left,
.flow .flow_new .nft .left{
	width: 30%;
}
}
  /*
.flow .no-sp{
	display:none;
}*/
  /*   
.flow .no-pc{
	width: 60px;
	height: auto;
	margin: 16px auto 32px;
	display:block;
}*/
}

}
}


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

.flow .flow_old .egls,
.flow .flow_new .egls,
.flow .flow_old .rt,
.flow .flow_new .nft{
  display: flex;
  position: relative;
  margin-bottom: 25px !important;
  min-height: 104px;
  font-weight: 600;
}

.flow .flow_old .egls::after,
.flow .flow_new .egls::after,
.flow .flow_old .rt::after,
.flow .flow_new .nft::after{
  content: "";
  position: absolute;
  bottom: -19px;
  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_old li:nth-child(5)::after,
.flow .flow_new li:nth-child(5)::after{
  display:none;
}
.flow .flow_old .title p,
.flow .flow_new .title p{
	text-align: center;
	font-size:2.6rem;
	font-weight: 700;
	margin-bottom: 40px;
}
.flow .flow_old .title p:after,
.flow .flow_new .title p:after{
	content: '';
	display: block;
	width: 112px;/*線の長さ*/
	height: 2px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #870011;/*線の色*/
	margin: 18px 50%;
}
@media only screen and (max-width: 980px) {
.flow .flow_old .title p,
.flow .flow_new .title p{
	font-size: 2.0rem;
}  
}
.flow .flow_old .egls .left,
.flow .flow_new .egls .left{
	background: #870011;
	color:#fff;
	width: 148px;
}
.flow .flow_old .rt .left{
	background: #7d8bed;
	color:#fff;
	width: 148px;
}
.flow .flow_new .nft .left{
	background: #7D00BE;
	color:#fff;
	width: 148px;
	font-family:"Noto Sans JP",sans-serif;
}
.flow .flow_old li .left,
.flow .flow_new li .left{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flow .flow_old li .right,
.flow .flow_new li .right{
	background: #efeeee;
	display: flex;
	align-items: center;
	padding: 12px 12px;
	text-align: left;
	width: 412px;
}
@media only screen and (max-width: 1196px) {
.flow .flow_old li .right,
.flow .flow_new li .right{
	width: 384px;
}
.flow .flow_old .egls .left,
.flow .flow_new .egls .left,
.flow .flow_old .rt .left,
.flow .flow_new .nft .left{
	width: 132px;
}
}
@media only screen and (max-width: 1124px) {
.flow .flow_old li .right,
.flow .flow_new li .right{
	width: 328px;
}
.flow .flow_old .egls .left,
.flow .flow_new .egls .left,
.flow .flow_old .rt .left,
.flow .flow_new .nft .left{
	width: 132px;
}
}
@media only screen and (max-width: 980px) {
.flow .flow_old li .right,
.flow .flow_new li .right{
	width: 282px;
}
}

@media only screen and (max-width: 767px) {
.flow .flow_old .egls .left,
.flow .flow_new .egls .left,
.flow .flow_old .rt .left,
.flow .flow_new .nft .left{
	width: 30%;
}
.flow .flow_old li .right,
.flow .flow_new li .right{
	width: 70%;
}		
}
.link_nft a {
    display: block;
    font-family:"Noto Sans JP",sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: #7D00BF;
    /* 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_old .egls .left,
.flow .flow_new .egls .left,
.flow .flow_old .rt .left,
.flow .flow_new .nft .left{
	font-size: 1.2rem;
	line-height: 1.3;
}
}
@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;
}

@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;
}
 .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 24px;
    background: transparent;
    border: 2px solid #870011;
    display: block;
	font-family:"Noto Sans JP",sans-serif;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.5em;
	color: #870011;
	background-image: linear-gradient(315deg, #870011 18px, transparent 0);
	fill:#870011;
	stroke: #870011;
}
.index a svg {
    /* margin-left: 6px; */
    /*vertical-align:middle; */
}
@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{
  font-size: 1.6rem;
  padding: 24px 8px;
}
    }
@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;
}

.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: 24%;
  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 {
    width: 16px;
    stroke: #111;
    color: #111;
}
.link_area a svg {
    margin-left: 6px;
}
.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.pay:hover,
.link_area a.pay:active{
    color:#BF0000;
	stroke:#BF0000;
}

/* 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 strong {
    display: block;
	font-family: "Noto Sans JP",sans-serif;
    font-size: 1.6rem;
    padding-top: 24px;
    color: #7D00BE;
}
.slide-txt p a.eticket:hover,
.slide-txt p a.eticket:active{
    color:#86000F;
}
.splide__pagination,
.splide__arrow--prev,
.splide__arrow--next {
    display: none !important;
    opacity: 0 !important;
}

@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.4rem;
    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;
}



.menu {
    margin: 0 auto;
    padding: 0px 0px 16px 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;
}




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

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

/*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:768px) {
.bnr_area img{
	    max-width: 100%;
}
}


/* 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;
	font-family:"Noto Sans JP",sans-serif;
}

.footer-fix p {
    height: 16px;
    font-size: 1rem;
    color: black;
    line-height: 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-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;
    }
    .footer-fix 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;
    }
}


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




