@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: "helvetica-neue-lt-pro","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;
}


/* 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: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;
}
/*  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:"helvetica-neue-lt-pro","Arial","Noto Sans JP","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
}

@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: 32px;
}

.about p {
    font-size: 3rem;
	font-weight: 700;
}
.about p span.emphasize{
    font-size: 3rem;
	font-weight: 700;
    background-color: #812990;
    color: #fff;
    padding: 4px 0 4px 8px;
    border-radius: 4px;
}
@media only screen and (max-width: 980px) {
    .about p,
    .about p span.emphasize {
        font-size: 2.0rem;
    }
}

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


/* outline
-------------------------------------------------- */

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

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

@media only screen and (max-width: 980px) {
    .outline h2,
    .date h2,
	.summary h2,
	.preparation 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: 779px) {
.outline .point {
    height: 100%;
    min-height:1500px;
}
	}
@media only screen and (max-width: 600px) {
.outline .point {
    height: 100%;
    min-height:1100px;
}
	}
@media only screen and (max-width: 430px) {
.outline .point {
    height: 100%;
    min-height:800px;
}
	}
@media only screen and (max-width: 400px) {
.outline .point {
    height: 100%;
    min-height:700px;
}
	}
/*
@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;
    position: relative;
}

.outline .point ul li {
    display: flex;
    /*padding: 60px 44px;*/
    /* background-image: linear-gradient(135deg, #870011 41px, transparent 0); */
}
.outline .point ul .seller,
.outline .point ul .buyer{
    width: 40%;
}
.outline .point ul .area_logo{
    width: 24%;
    height: fit-content;
    align-self: center;
    z-index: -1;
    position: absolute;
  /*top: 10%;*/
    left: 38%;

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

.outline .point ul li img {
    margin-bottom: 24px;
}
@media only screen and (max-width: 779px) {
    .outline .point ul li img {
    margin-bottom: 0;
}
}
.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%, #cfb500 60%);
    padding-bottom: 1px;
}

.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: 1218px) {
    .outline {
        padding: 64px 31px;
    }
}
@media only screen and (max-width: 870px) {
    .outline{
        padding: 64px 20px;
    }
}
@media only screen and (max-width: 779px) {
    .outline .point ul {
        display: block;
    }
    .outline .point ul .seller, 
    .outline .point ul .buyer{
        width: 100%;
        padding: 0;
    }
     .outline .point ul .area_logo{
        width: 85%;
        padding: 0;
        top: 83%;
        left: 8%;
        margin-bottom: 0;
    }
    .outline .point ul .buyer{
        position: absolute;
        top: 187%;
        /* left: 38%; */
    }
    
}

@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","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",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: #9B0020;
    /*線の色*/
    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: #9B0020;
    color: #fff;
    width: 148px;
	font-size: 1.5rem;
}

.flow .flow_old .rt .left {
    background: #7d8bed;
    color: #fff;
    width: 148px;
}

.flow .flow_new .nft .left {
    background: #7D00BE;
    color: #fff;
    width: 148px;
}

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

}

@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: 152px;
    }
}

@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%;
    }
}
@media only screen and (max-width: 504px) {
.flow .flow_old .egls .left,
.flow .flow_new .egls .left,
.flow .flow_old .rt .left,
.flow .flow_new .nft .left{
	width: 35%;
}
.flow .flow_old li .right,
.flow .flow_new li .right{
	width: 65%;
}		
}
.link_rakuten{
	margin: 0 auto;
	width: 378px;
}
.link_nft01{
	margin: 24px auto 0;
	width: 395px;
}
.link_nft02{
	margin: 0 auto;
	width: 520px;
}
@media only screen and (max-width: 500px) {
.link_nft01{
	width: 90%;
}
.link_rakuten{
	width:75%;
}
.link_nft02{
	width:96%;
}
}
.link_nft01 a {
    display:block;
    font-family:"Noto Sans JP","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
    font-size: 2.4rem;
    color: #7D00BF;
    text-decoration: none;
    border: 2px solid #7D00BF;
	padding:20px 24px;
	font-weight: 700;
	border-radius: 4px;
}
.link_nft01 a span{
    font-size: 3.0rem;
    color: #7D00BF;
}


.link_nft01 a:hover,
.link_rakuten a:hover,
.link_nft02 a:hover {
    opacity: .7;
}

.logo_nft {
    width: 226px;
    height: auto;
	position: relative;
    top: 18px;
    left: 8px;
}
.link_external {
    width: 13px;
    height: auto;
	position: relative;
    top: 0;
    left: 28px;
}

@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_nft01 a {
        font-size: 2.0rem;
    }
	.link_nft01 a span{
        font-size: 2.6rem;
    }
	.logo_nft {
    width: 186px;
}
	.link_external {
	    top: 2px;
		left: 14px;
}
}
@media only screen and (max-width: 420px) {
   .link_nft01 .link_external {
	left: 6px;
}
}	
@media only screen and (max-width: 398px) {
    .link_nft01 a {
        font-size: 1.8rem;
    }
	.logo_nft {
    width:152px;
	top: 12px;
	left: 2px;
}
	.link_nft01 a span {
     font-size: 2.0rem;
    }
}
/* date
-------------------------------------------------- */

.date {
    width: 100%;
    padding: 80px 40px;
    background: url(../images/bg_date.jpg);
}

@media only screen and (max-width: 980px) {
    .date {
        padding: 64px 16px;
       /* background: url(../images/bg_date_pc.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: #9B0020;
    color: #fff;
    font-size: 3.2rem;
    padding: 7px 18px 3px 18px;
    margin-right: 0;
    display: inline-block;
    letter-spacing: 1px;
    font-feature-settings: "palt";
    /* line-height: 1.4em;*/
    /* vertical-align: -8px; */
    font-family: "helvetica-neue-lt-pro","Arial","Noto Sans JP","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",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;
		padding: 0 18px;
    }
}

.date .text_detail span {
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background: linear-gradient(transparent 60%, #cfb500 60%);
    padding-bottom: 4px;
    font-size: 2.0rem;
    font-family: "helvetica-neue-lt-pro","Arial","Noto Sans JP","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
    font-style: normal;
	font-weight: 700;
}

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

/* summary
-------------------------------------------------- */
.summary{
    background-color: #812990;
    width: 100%;
    background-image: url(../images/texture01.png);
   /* background-repeat: repeat-x;*/
    background-position: 50% 0;
    background-size: 1440px;
}
.summary h2{
    color: #fff;
}
.summary h2:before {
    content: '';
    display: block;
    width: 56px;/*線の長さ*/
    height: 11px;/*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background-color: #fff;/*線の色*/
    margin:0 50% 24px;
    border-radius: 6px 0 6px 0;
}
@media only screen and (max-width: 450px) {
    .summary h2:before {
       width: 42px;/*線の長さ*/
    }
}
.summary .inner_summary {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 80px 0 80px 0;
    padding-top: 48px;
    padding-bottom: 48px;
    opacity: 92%;
}
.summary .inner_summary .title{
    color: #812990;
	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: 600;
	margin-bottom:12px;
/*	display: block;*/
	 /* position:relative; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    text-indent:0;
}
@media only screen and (max-width: 430px) {
    .summary .inner_summary .title{
    font-size:1.6rem;
}
}
.summary .inner_summary .title:after {
    content: '';
    width: 78%;
    height: 2px;
    background-color: #812990;
   /* margin-right: 3%;*/
   /* margin-left: 3%;*/
}
.summary .inner_summary .sh:after {
    content: '';
    width: 86%;
    height: 2px;
    background-color: #812990;
}
@media only screen and (max-width: 928px) {
    .summary .inner_summary .title:after {
        width: 70%;
    }
    .summary .inner_summary .sh:after {
        width: 80%;
    }
}
@media only screen and (max-width: 713px) {
    .summary .inner_summary .title:after {
        width: 68%;
    }
    .summary .inner_summary .sh:after {
        width: 80%;
    }
}
@media only screen and (max-width: 673px) {
    .summary .inner_summary .title:after {
        width: 64%;
    }
    .summary .inner_summary .sh:after {
        width: 77%;
    }
}
@media only screen and (max-width: 610px) {
    .summary .inner_summary .title:after {
        width: 60%;
    }
    .summary .inner_summary .sh:after {
        width: 74%;
    }
}
@media only screen and (max-width: 559px) {
    .summary .inner_summary .title:after {
        width: 55%;
    }
    .summary .inner_summary .sh:after {
        width: 69%;
    }
}
@media only screen and (max-width: 510px) {
    .summary .inner_summary .title:after {
        width: 50%;
    }
    .summary .inner_summary .sh:after {
        width: 69%;
    }
}
@media only screen and (max-width: 470px) {
    .summary .inner_summary .title:after {
        width: 43%;
    }
    .summary .inner_summary .sh:after {
        width: 62%;
    }
}

@media only screen and (max-width: 396px) {
    .summary .inner_summary .title:after {
        width: 36%;
    }
    .summary .inner_summary .sh:after {
        width: 60%;
    }
}
.summary ul {
    text-align: left;
	padding:24px 48px;
}
.summary ul li small{
    font-size: 1.4rem;
    padding-top: 8px;
	font-family:"Noto Sans JP","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
}
.summary ul li{
    line-height: 28px;
	font-family:"Noto Sans JP","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
    padding-left: 1em;
    text-indent: -1em;
}
.summary ul .title_text,
.notes ul .title_text {
	font-family:"Noto Sans JP","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
	font-weight: 600;
}

.summary a:hover{
	color: #812990;	
}
@media only screen and (max-width: 1199px) {
    .summary {
        width: 100%;
        max-width: 1200px;
    }
}
@media only screen and (max-width: 980px) {
.summary .inner_summary {
    max-width: 918px;
}
}
@media only screen and (max-width: 870px) {
    .summary{
        padding: 64px 20px;
    }
	.summary ul {
	padding: 24px 28px 12px;
}
	.summary ul li{
    line-height: 24px;
}
	.summary .inner_summary .title:before {
	top: 3px;
	}
}
@media only screen and (max-width: 450px) {
    .summary{
        background-repeat: repeat-y;
    }
}
@media only screen and (max-width: 430px) {
    .summary ul li{
    line-height: 22px;
    font-size:1.4rem;
}
}
/* preparation
-------------------------------------------------- */
.preparation h2:before,
.howto h2:before,
.faq h2:before {
    content: '';
    display: block;
    width: 56px;/*線の長さ*/
    height: 11px;/*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background-color: #812990;/*線の色*/
    margin:0 50% 24px;
    border-radius: 6px 0 6px 0;
}
@media only screen and (max-width: 450px) {
    .preparation h2:before,
    .howto h2:before,
    .faq h2:before {
       width: 42px;/*線の長さ*/
    }
}
.preparation .explanation{
	text-align: center;
}
.preparation .explanation p{
	margin: 0 auto 48px;
	padding: 0 64px;
	text-align: left;
	/*display: inline-block;*/
	font-family:"Noto Sans JP","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
}
.preparation .explanation .register{
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 auto 18px;
}
@media only screen and (max-width: 980px) {
.preparation .explanation .register{
        font-size: 2.0rem;
}
}
.preparation .explanation p small {
    display: block;
    font-family:"Noto Sans JP","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
    font-size: 1.4rem;
    padding-top: 8px;
}
.link_rakuten a {
    display: block;
    font-family:"Noto Sans JP","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
	background-color:#BF0000;
    text-decoration: none;
	padding: 20px 24px;
	margin: 32px auto 64px;
	border-radius: 4px;
}
.link_nft02 a {
    display: block;
    font-family:"Noto Sans JP","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
	background-color:#7D00BF;
    text-decoration: none;
	padding: 20px 24px;
	margin: 48px auto 0;
	border-radius: 4px;
}
.link_rakuten .link_external,
.link_nft02 .link_external {
	position: relative;
    top: 0;
    left:34px;
}
.br-sp{
	display:none;
}
.long_word{
	white-space: nowrap;
	margin-right: -0.5rem;
	font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
}
@media only screen and (max-width: 436px) {
	.br-sp{
	display:block;
}
	}
@media only screen and (max-width: 1218px) {
    .preparation{
        padding-right:31px;
        padding-left:31px;
    }
}

@media only screen and (max-width: 1199px) {
    .preparation {
        width: 100%;
        max-width: 1200px;
    }
}
@media only screen and (max-width: 1024px) {
    .preparation  {
        padding-right:20px;
        padding-left:20px;
    }
  }
@media only screen and (max-width: 870px) {
    .preparation  {
        padding: 64px 20px;
    }
	.preparation .explanation p{
	padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .link_rakuten a,
	.link_nft02 a {
        font-size: 2.0rem;
    }
    .link_rakuten .link_external {
    top: 2px;
    left:12px;
}
	.link_nft02 .link_external {
    top: 2px;
    left:6px;
}
    .long_word{
        font-size: 2.0rem;
    }
 }
  @media only screen and (max-width: 436px) {
.long_word{
	display:block;
}
	}
@media only screen and (max-width: 398px) {
	.link_nft01 .link_external {
	left: 4px;
}
	.link_nft02 .link_external {
    left:8px;
}
}
/* howto
-------------------------------------------------- */

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

@media only screen and (max-width: 1024px) {
    .howto {
        padding-right:20px;
        padding-left:20px;
    }
}
.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%;
    }
    .column3 .column1{
		width:100%;
	}
}

.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 #812990;
    border-radius: 36px 0 36px 0;
    display: block;
    font-family:"Noto Sans JP","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.5em;
    color: #812990;
    /*background-image: linear-gradient(315deg, #870011 18px, transparent 0);*/
    fill: #812990;
    stroke: #812990;
    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 {
        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 .purchase a,
    .column3 .column1 a {
        font-size: 1.4rem;
    }
     .index a {
        border-radius: 28px 0 28px 0;
    }
}

.index a:hover {
    background: #812990;
    color: #fff;
    /*background-image: linear-gradient(315deg, #fff 18px, transparent 0);*/
    stroke: #fff;
    fill: #fff;
}
.purchase a {
    text-decoration: none;
    transition: all 0.5s;
    text-align: center;
    padding: 32px 11px;
    background: transparent;
    border: 2px solid #ea72b4;
    border-radius: 36px 0 36px 0;
    display: block;
    font-family:"Noto Sans JP","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.5em;
    color: #ea72b4;
    /*background-image: linear-gradient(315deg, #870011 18px, transparent 0);*/
    fill: #ea72b4;
    stroke: #ea72b4;
    align-items: center;
}
.purchase a:hover {
    background: #ea72b4;
    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","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",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","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
}

p.ttl-txt small {
    display: block;
    font-family:"Noto Sans JP","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
    font-size: 1.4rem;
    padding-top: 8px;
}

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

p.memo {
    color: #7a7a7a;
	font-family:"Noto Sans JP","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
	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) {
    p.memo {
        font-size: 1.4rem;
    }
}

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

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: #812990;
    margin-right: 3%;
    margin-left: 3%;
}

@media only screen and (max-width: 980px) {
    .howto h3::before,
    .howto h3::after {
        width: 11%;
    }
}

.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","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",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.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;
}
.notes a.rt:hover,
.notes a.rt:active,
.link_area a.rt:hover,
.link_area a.rt:active {
    color: #8529cd;
    stroke: #8529cd;
}

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

#slider0,
#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>.vsl-bk {
    background: #eca7b5;
}

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

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

.splide__slide>.rt-bk {
    background: #F0FFFF;
}


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

.splide__slide>.slide-media p span {
    color: white;
    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: bold;
    width: 290px;
    position: absolute;
    top: 24px;
    left: 40px;
    text-align: center;
}

.splide__slide>.slide-media p span small {
    display: block;
    color:#111;
    font-family:"Noto Sans JP","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
    font-size: 1.4rem;
   /* line-height: 14px;*/
}

.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","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
	line-height: 24px;
}

.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;
    /*letter-spacing: 0.1rem;*/
    line-height: 20px;
}

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

.slide-txt p small {
    display: block;
    font-family:"Noto Sans JP","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
    font-size: 1.4rem;
    padding-top: 14px;
}

.slide-txt p strong {
    display: block;
    font-family:"Noto Sans JP","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
    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: 870px) {
    .howto {
        padding: 64px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .splide__slide,
    .splide__slide>.slide-media,
    .slide-txt {
        width: 260px !important;
    }
    .splide__slide>.slide-media img {
        width: 220px !important;
    }
    .slide-txt {
        padding: 24px;
    }
    .splide__slide>.slide-media p span {
        width: 180px;
        font-size: 1.4rem;
        line-height: 16px;
        top: 16px;
       /*left: 30px;*/
    }
    .splide__slide>.slide-media p span small{
        line-height: 16px;
        font-size: 1.3rem;

    }
    
}

@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: 28px !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: #e1c5e6;
    width: 100%;
    background-image: url(../images/texture02.png);
  /* background-repeat: repeat-x; */
    background-position: 50% 0;
    background-size: 1440px;
}
@media only screen and (max-width: 500px) {
    .notes {
    background-repeat: repeat-y;
}
}

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

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

.notes .inner_box {
    padding: 56px 64px;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 80px 0 80px 0;
    opacity: 77%;
}

@media only screen and (max-width: 768px) {
    .notes .inner_box {
        padding: 56px 24px
    }
}
.notes ul .title{
	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: 600;
	margin-bottom:12px;
    border-bottom: 2px solid #111;
	padding-bottom: 6px;
}
@media only screen and (max-width: 430px) {
    .notes ul .title{
    font-size:1.6rem;
}
}

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

.notes ul li {
    font-family:"Noto Sans JP","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
    font-size: 1.6rem;
    line-height: 28px;
    padding-left: 1em;
    text-indent:-1em;
}
@media only screen and (max-width: 430px) {
    .notes ul li {
    line-height: 22px;
    font-size:1.4rem;
}
}
.inner_summary ul li.noindent,
.notes ul li.noindent{
    text-indent:0;
    padding-left: 0;
}

.notes ul li a.rt{
    color: #8529cd;
    text-decoration: none;
}
.notes ul li a.rt:hover,
.notes ul li a.rt:active,
.notes ul li a.ngzk:hover,
.notes ul li a.ngzk:active {
    opacity: 0.8;
}
.notes ul li a.rt img{
    width: 18px;
    height: auto;
    padding-top: 3px;
    /* margin-left: 3px; */
    /* margin-right: 0; */
    position: relative;
    top: 1px;
    right: 4px;
}
.notes ul li a.ngzk{
    color: #812990;
    text-decoration: none;
}
.notes ul li a.ngzk img{
    width: 18px;
    height: auto;
    padding-top: 3px;
    /* margin-left: 3px; */
    /* margin-right: 0; */
    position: relative;
    top: 2px;
    right: 0px;
}
/*
.notes ul li a:hover,
.notes ul li a:active,
.notes ul li a:focus{
    color: #812990;
}
*/
.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-family:"Noto Sans JP","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
    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-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;
    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","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",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 li small{
    font-size: 1.4rem;
}
#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;
}
/* バナー下のテキストリンク部分
-------------------------------------------------- */
.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: 2.4rem;
    font-weight: 700;
    line-height: 20px;
    margin-top: 72px;
 /* margin-bottom: 40px;*/
 /* padding: 0 12px 12px 12px;*/
}
.link_mt a{
    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-size: 2.4rem;
    font-weight: 700;
    line-height: 20px;
 /* margin-bottom: 40px;*/
 /* padding: 12px;*/
}
@media only screen and (max-width: 500px) {
    .link_mt{ 
    margin-top: 50px;
}
    .link_mt a{ 
    font-size: 2.0rem;
}
}
.link_mt a:hover,
.link_mt a:active {
    opacity: 0.8;
}
.link_mt img{
    width: 22px;
    height: auto;
    padding-top: 3px;
    /* margin-left: 3px; */
    /* margin-right: 0; */
    position: relative;
    top: 0;
    left: 1px;
}
@media only screen and (max-width: 500px) {
    .link_mt img{
     width: 18px;
}
}

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

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

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


/*  page 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: 576px;
    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;
    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: 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-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;
    }
}