@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;
    background-color: #9B0020;
}

@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,
.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: 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); */
    border-top: 18px solid #9B0020;
}

.outline .point ul li 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;
    display: inline-block;
    text-align: center;
    margin-bottom: 24px;
    line-height: 36px;
    color: #9B0020;
    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%, #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: 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;
		border-top: 12px solid #9B0020;
    }
}

@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_nft01{
	margin: 24px auto 0;
	width: 395px;
}
.link_nft02{
	margin: 0 auto;
	width: 300px;
}
@media only screen and (max-width: 500px) {
.link_nft01{
	width: 90%;
}
.link_nft02{
	width:75%;
}
}
.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_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 .inner_summary {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
.summary .inner_summary .title{
    color: #9B0020;
	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;
	padding-left: 26px;
/*	display: block;*/
	position:relative;
}
.summary .inner_summary .title:before {
  content: '';
  position: absolute;
/*display: inline-block;*/
  width: 7px;
  height: 20px;
  background-color: #9B0020;
  top:5px;
  left: 7px;
  -webkit-transform: skewX(-28deg);
  transform: skewX(-28deg);
}

.summary ul {
    text-align: left;
	border-bottom: 2px solid #7a7a7a;
	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;
}
.summary a:hover{
	color: #9B0020;	
}
@media only screen and (max-width: 1199px) {
    .summary {
        width: 100%;
        max-width: 1200px;
    }
}
@media only screen and (max-width: 870px) {
    .summary{
        padding: 64px 20px;
    }
	.summary ul {
	padding: 24px 0;
}
	.summary ul li{
    line-height: 24px;
}
	.summary .inner_summary .title:before {
	top: 3px;
	}
}

/* preparation
-------------------------------------------------- */
.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 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_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_nft02 .link_external {
	position: relative;
    top: 0;
    left:34px;
}

@media only screen and (max-width: 1199px) {
    .preparation {
        width: 100%;
        max-width: 1200px;
    }
}
@media only screen and (max-width: 870px) {
    .preparation  {
        padding: 64px 20px;
    }
	.preparation .explanation p{
	padding: 0;
}
}
@media only screen and (max-width: 767px) {
	.link_nft02 a {
        font-size: 2.0rem;
    }
	.link_nft02 .link_external {
    top: 2px;
    left:18px;
}
 }
@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;
}

.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 11px;
    background: transparent;
    border: 2px solid #9B0020;
    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: #9B0020;
    /*background-image: linear-gradient(315deg, #870011 18px, transparent 0);*/
    fill: #9B0020;
    stroke: #9B0020;
    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 .column1 a {
        font-size: 1.4rem;
    }
}

.index a:hover {
    background: #9B0020;
    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: #9B0020;
    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","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.vissel:hover,
.link_area a.vissel:active {
    color: #9B0020;
    stroke: #9B0020;
}

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

#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>.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: "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.4rem;
    color: #7a7a7a;
    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;
}

.slide-txt p a.vissel:hover,
.slide-txt p a.vissel:active {
    color: #9B0020;
}

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

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

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


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

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

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

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

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

.footer-txt div a {
    color: #4D4D4D;
    text-decoration: none;
    margin-right: 40px;
    font-size: 1.4rem;
	font-family:"Noto Sans JP","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Hiragino Sans","ヒラギノ角ゴシック","MS PGothic","ＭＳ Ｐゴシック","Meiryo","メイリオ","M PLUS 1p",sans-serif;
}

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