:root {
	--blue: #0A96DC;
	--blue-lt: #CFEEFE;
	--blue-dk: #2B49A8;

	--green: #00A499;
	--green-lt: #C9F9F6;
	--green-dk: #126862;

	--ltgreen: #77C237;
	--ltgreen-lt: #D9FFB9;
	--ltgreen-dk: #007B04;

    --red: #EE0000;
    --purple: #345CD9;

    --shadow: 0px 4px 16px 0px rgba(102, 136, 170, 0.6);

    scroll-behavior: smooth;
}

/* 全体
------------------------------------------------------------*/
#cashless {
	font-weight: 500;
	width: 100%;
}


#cashless .contents h3 {
	background: #fff url("../cashless/images/h3_cashless.png") center center no-repeat;
	border-bottom: 4px solid #4f8bc2;
	width: 100%;
	height: 66px;
	display: block;
	text-indent: -9999px;
}
.cashless_wrap h4{
    width: 100%;
}

.cashless-con{
    padding: 0 260px 8px;
}

.btn-wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 48px 0;
}
.btn-wrap li{
    width: calc((100% - 16px*2)/3);
}
.btn-wrap a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 80px;
    font-weight: bold;
    color: #fff;
    border-radius: 80px;
    position: relative;
    box-shadow: var(--shadow);
}
.btn-wrap a::after{
    content: "";
    position: absolute;
    width: 21px;
    height: 14px;
    display: block;
    background: url(../cashless/images/cashless_arrow.png)no-repeat center center / cover;
    right: 40px;
    top: 0; bottom: 0; margin: auto;
}
.btn-wrap li:nth-of-type(1) a{
    background: var(--blue);
}
.btn-wrap li:nth-of-type(2) a{
    background: var(--green);
}
.btn-wrap li:nth-of-type(3) a{
    background: var(--ltgreen);
}

section.con{
    background: #fff;
    width: 100%;
    padding: 0 64px 40px;
    margin-bottom: 32px;
    color: #000;
}
section.con h5{
    display: block;
    margin: 0 -64px 32px;
    line-height: 80px;
    height: 1lh;
    font-size: 40px;
    font-weight: bold;
    padding-left: 120px;
    box-sizing: border-box;
    border-bottom: 4px solid;
}
section.con:nth-of-type(1) h5{
    color: var(--blue);
    border-bottom-color: var(--blue);
    background: linear-gradient(117deg,var(--blue) 91px,transparent 92px), linear-gradient(0deg, var(--blue-lt) 8px, #fff 8px);
}
section.con:nth-of-type(2) h5{
    color: var(--green);
    border-bottom-color: var(--green);
    background: linear-gradient(117deg,var(--green) 91px,transparent 92px), linear-gradient(0deg, var(--green-lt) 8px, #fff 8px);
}
section.con:nth-of-type(3) h5{
    color: var(--ltgreen);
    border-bottom-color: var(--ltgreen);
    background: linear-gradient(117deg,var(--ltgreen) 91px,transparent 92px), linear-gradient(0deg, var(--ltgreen-lt) 8px, #fff 8px);
}

.bold{font-weight: bold;}
.fs24{font-size: 24px;}


.con01-inner{
    display: flex;
    margin-top: 24px;
    justify-content: space-between;
}
.con01-inner .pdf-wrap li a{
    display: block;
    width: 240px;
    line-height: 58px;
    height: 64px;
    box-sizing: border-box;
    background: url(../cashless/images/cashless_pdf.svg)no-repeat left 16px bottom 8px, #fff;
    border: 3px solid var(--blue-dk);
    box-shadow: var(--shadow);
    margin-bottom: 16px;
    padding-left: 40px;
    color: var(--blue-dk);
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
.con01-inner .pdf-wrap li a::after{
    display: block;
    content: "";
    position: absolute;
    width: 32px;
    height: 100%;
    background: var(--blue-dk);
    opacity: .2;
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 0,100% 100%,0 100%);
    pointer-events: none;
}

.con01-inner .note-wrap{
    margin: 0 40px;
}
.con01-inner .condition{
    background: var(--blue-lt);
    padding: 10px 24px;
    line-height: 1.6;
}
.con01-inner .condition h6{
    font-size: 24px;
    font-weight: bold;
    color: var(--blue);
    margin-bottom: 4px;
}
.con01-inner .condition li{
    font-size: 18px;
}
.con01-inner .condition li::before{content: "・";}


.con01-inner .note{
    display: flex;
    line-height: 1.6;
    margin-top: 16px;
}
.con01-inner .note h6{
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    align-content: center;
    border-right: 1px solid #ccc;
    padding-right: 8px;
    margin-right: 4px;
}
.con01-inner .note li{
    font-size: 14px;
}
.con01-inner .note li::before{content: "・";}

.con01-inner .card-design{
    border-left: 1px solid #ccc;
    padding-left: 32px;
    padding-top: 8px;
    box-sizing: content-box;
}
.con01-inner .card-design .h6-wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: var(--blue);
}
.con01-inner .card-design .h6-wrap h6{
    flex-shrink: 0;
    margin: 0 8px;
}
.con01-inner .card-design .h6-wrap::before, .con01-inner .card-design .h6-wrap::after{
    content: "";
    display: block;
    width: 50%;
    border-bottom: 1px solid var(--blue);
    margin-bottom: .45em;
}
.con01-inner .card-design ul{
    display: flex;
    margin-top: 16px;
}
.con01-inner .card-design ul li{
    width: calc(100% / 3);
    text-align: center;
}


.con02-inner{
    display: flex;
}
.con02-inner .step{
    position: relative;
    min-height: 400px;
}
.con02-inner .step:nth-of-type(3){
    flex: 1 1 auto;
}
.con02-inner .separate{
    width: 0;
    border-left: 1px solid var(--green);
    margin: 0 24px;
    position: relative;
}
.con02-inner .separate::before, .con02-inner .separate::after{
    content: "";
    position: absolute;
    top: 0; bottom: 0; margin: auto;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: translateX(-48%);
}
.con02-inner .separate::before{
    width: 32px;
    height: 64px;
    background: #fff;
}
.con02-inner .separate::after{
    width: 16px;
    height: 32px;
    background: var(--green);
}

.con02-inner .step h6{
    font-weight: bold;
    color: var(--green-dk);
    margin: 0 0 16px;
    line-height: 1;
}
.con02-inner .step h6 span:nth-of-type(1){
    font-size: 40px;
    font-family: var(--font-family-en-2);
    font-style: italic;
    background: linear-gradient(0deg, var(--green-lt) 20px, transparent 20px);
}
.con02-inner .step h6 span:nth-of-type(1) span{
    font-size: 56px;
    background: none;
}
.con02-inner .step h6 span:nth-of-type(2){
    font-size: 28px;
}
.con02-inner .step h6 span:nth-of-type(2)::before{
    content: "──";
    margin: 0 8px;
}

.con02-inner .step p{
    line-height: 1.6;
    font-size: 18px;
}

.con02-inner .step img.img-rb{
    position: absolute;
    bottom: 0;
    right: 0;
}

.con02-inner .step .flow li{
    padding-left: 20px;
    margin: 4px 0 12px;
}
.con02-inner .step .flow p.head{
    margin-left: -20px;
    font-size: 20px;
    font-weight: bold;
    color: var(--green);
    line-height: 1.2;
    margin-bottom: 2px;
}
.con02-inner .step .flow p.head span{
    font-family: var(--font-family-en-2);
    font-size: 24px;
}

.con02-inner .step .reserved-seat{
    background: var(--green-lt);
    position: absolute;
    bottom: -40px;
    right: -64px;
    width: calc(100% + 64px);
    height: 240px;
    border-radius: 64px 0 0 0;
    display: flex;
    align-items: center;
    padding: 0 40px;
}
.con02-inner .step .reserved-seat p{
    color: #003B37;
}
.con02-inner .step .reserved-seat p span:nth-of-type(1){
    color: var(--red);
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
}
.con02-inner .step .reserved-seat p span:nth-of-type(2){
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}
.con02-inner .step .reserved-seat img{
    position: absolute;
    right: 40px;
    top: 0; bottom: 0; margin: auto;
    z-index: 1;
}
.con02-inner .step .reserved-seat::after{
    display: block;
    content: "";
    position: absolute;
    width: 120px;
    height: 100%;
    background: var(--green);
    opacity: .2;
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 0,100% 100%,0 100%);
    pointer-events: none;
}

.con03-inner{
    display: flex;
    justify-content: space-between;
}
.con03-inner .left{
    width: 640px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.con03-inner .left .separate{
    width: 100%;
    height: 0;
    border-bottom: 1px solid var(--ltgreen);
}

.con03-inner .left section:nth-of-type(1){
    position: relative;
    padding-bottom: 32px;
}
.con03-inner .left section:nth-of-type(1) h6:nth-of-type(1){
    font-size: 32px;
    font-weight: bold;
    color: var(--ltgreen-dk);
    background: linear-gradient(0deg,var(--ltgreen-lt) 16px, transparent 16px);
    line-height: 1.2;
    display: inline-block;
    padding-left: .2em;
    margin-left: -.2em;
    margin-bottom: 12px;
}
.con03-inner .left section:nth-of-type(1) p.note{
    font-size: 14px;
    margin-bottom: 16px;
}
.con03-inner .left section:nth-of-type(1) h6:nth-of-type(2){
    font-size: 28px;
    font-weight: bold;
    color: var(--red);
}
.con03-inner .left section:nth-of-type(1) h6:nth-of-type(2) span.small{
    font-size: .6em;
    margin-right: .2em;
}
.con03-inner .left section:nth-of-type(1) h6:nth-of-type(2) span.emphasis{
    background: top center / 1em .5em repeat-x radial-gradient(circle, var(--red) .1em, rgba(0,0,0,0) .12em);
    padding-top: .2em;  /* これで文字列との間隔を微調整できます */
}
.con03-inner .left section:nth-of-type(1) img{
    position: absolute;
    right: 0;
    bottom: 0;
}

.con03-inner .left section:nth-of-type(2) h6{
    font-size: 28px;
    font-weight: bold;
    color: var(--purple);
    line-height: 1.2;
    margin-bottom: 12px;
}
.con03-inner .left section:nth-of-type(2) h6 span{
    font-size: 20px;
}
.con03-inner .left section:nth-of-type(2) p{
    font-size: 18px;
}
.con03-inner .left section:nth-of-type(2) .org-ticket{
    margin-top: 16px;
    background: var(--ltgreen-lt);
    padding: 20px 32px;
    position: relative;
}
.con03-inner .left section:nth-of-type(2) .org-ticket h6{
    font-size: 20px;
    color: var(--purple);
    font-weight: bold;
    margin-bottom: 8px;
}
.con03-inner .left section:nth-of-type(2) .org-ticket p{
    font-size: 16px;
}
.con03-inner .left section:nth-of-type(2) .org-ticket p.note{
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0;
}
.con03-inner .left section:nth-of-type(2) .org-ticket img{
    position: absolute;
    right: 32px;
    top: 0; bottom: 0;
    margin: auto;
    z-index: 1;
}
.con03-inner .left section:nth-of-type(2) .org-ticket::after{
    display: block;
    content: "";
    position: absolute;
    width: 96px;
    height: 100%;
    background: var(--ltgreen);
    opacity: .2;
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    pointer-events: none;
}

.con03-inner .right{
    width: 560px;
}


/* ------------------ */

a{
    transition: all .2s;
}
a:hover{
    opacity: 0.8;
	transform: translateY(2px);
}
