: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 2px 8px 0px rgba(102, 136, 170, 0.6);

    scroll-behavior: smooth;
}

/* 全体
------------------------------------------------------------*/
#cashless {
	font-weight: 500;
	width: 100%;
	position: relative;
	background: #E1F1FF;
    font-family: 'Noto Sans JP', sans-serif;
    padding-bottom: 80px;
}


#cashless h3 {
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-bottom: 4px solid #4F8BC2;
	background: #fff url("../cashless/images/h3_cashless.png") center center no-repeat;
	display: block;
	text-indent: -9999px;
}
#cashless h4 img{
    width: 100%;
}

.cashless-con{
    padding: 0 0 8px;
}

.btn-wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 24px 0 32px;
    padding: 0 16px;
}
.btn-wrap li{
    width: calc((100% - 10px*2)/3);
}
.btn-wrap a{
    display: flex;
    align-items: center;
    justify-content:center ;
    padding-bottom: 4px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    height: 88px;
    font-weight: bold;
    color: #fff;
    border-radius: 12px;
    position: relative;
    box-shadow: var(--shadow);
}
.btn-wrap a::after{
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    display: block;
    background: url(../cashless/images/cashless_arrow.png)no-repeat center center / cover;
    bottom: 8px;
    left: 0; right: 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 16px 32px;
    margin-bottom: 40px;
    color: #000;
}
section.con h5{
    display: block;
    margin: 0 -16px 24px;
    line-height: 64px;
    height: 1lh;
    font-size: 28px;
    font-weight: bold;
    padding-left: 56px;
    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) 41px,transparent 42px), linear-gradient(0deg, var(--blue-lt) 6px, #fff 6px);
}
section.con:nth-of-type(2) h5{
    color: var(--green);
    border-bottom-color: var(--green);
    background: linear-gradient(117deg,var(--green) 41px,transparent 42px), linear-gradient(0deg, var(--green-lt) 6px, #fff 6px);
}
section.con:nth-of-type(3) h5{
    color: var(--ltgreen);
    border-bottom-color: var(--ltgreen);
    background: linear-gradient(117deg,var(--ltgreen) 41px,transparent 42px), linear-gradient(0deg, var(--ltgreen-lt) 6px, #fff 6px);
}

.bold{font-weight: bold;}
.fs18{font-size: 18px;}


/* .con01-inner{
} */
.con01-inner .pdf-wrap{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.con01-inner .pdf-wrap li a{
    display: block;
    width: 180px;
    line-height: 42px;
    height: 48px;
    box-sizing: border-box;
    background: url(../cashless/images/cashless_pdf.svg)no-repeat left 12px center, #fff;
    border: 2px solid var(--blue-dk);
    box-shadow: var(--shadow);
    padding-left: 32px;
    color: var(--blue-dk);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.con01-inner .pdf-wrap li a::after{
    display: block;
    content: "";
    position: absolute;
    width: 24px;
    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{
} */
.con01-inner .condition{
    background: var(--blue-lt);
    padding: 8px 16px;
    line-height: 1.6;
}
.con01-inner .condition h6{
    font-size: 18px;
    font-weight: bold;
    color: var(--blue);
    margin-bottom: 2px;
}
.con01-inner .condition li{
    font-size: 16px;
}
.con01-inner .condition li::before{content: "・";}


.con01-inner .note{
    line-height: 1.6;
    margin: 8px 0 32px;
    padding: 0 16px;
}
.con01-inner .note h6{
    font-size: 16px;
    font-weight: bold;
}
.con01-inner .note li{
    font-size: 14px;
}
.con01-inner .note li::before{content: "・";}

.con01-inner .card-design .h6-wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: center;
    font-size: 18px;
    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: .6em;
}
.con01-inner .card-design ul{
    display: flex;
    margin-top: 12px;
}
.con01-inner .card-design ul li{
    width: calc(100% / 3);
    text-align: center;
    font-size: 14px;
}


/* .con02-inner{
} */
.con02-inner .step{
    position: relative;
}
.con02-inner .separate{
    height: 0;
    width: 100%;
    border-bottom: 1px solid var(--green);
    position: relative;
    margin: 24px 0;
}
.con02-inner .separate::before, .con02-inner .separate::after{
    content: "";
    position: absolute;
    left: 0; right: 0; margin: auto;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translateY(-48%);
}
.con02-inner .separate::before{
    width: 48px;
    height: 24px;
    background: #fff;
}
.con02-inner .separate::after{
    width: 24px;
    height: 12px;
    background: var(--green);
}

.con02-inner .step h6{
    font-weight: bold;
    color: var(--green-dk);
    margin: 0 0 12px;
    line-height: 1;
}
.con02-inner .step h6 span:nth-of-type(1){
    font-size: 30px;
    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: 42px;
    background: none;
}
.con02-inner .step h6 span:nth-of-type(2){
    font-size: 20px;
}
.con02-inner .step h6 span:nth-of-type(2)::before{
    content: "──";
    margin: 0 8px;
}

.con02-inner .step p{
    line-height: 1.6;
    font-size: 16px;
}

.con02-inner .step img.img-rb{
    position: absolute;
    bottom: 0;
    right: 0;
}

.con02-inner .step .flow li{
    padding-left: 20px;
    margin: 4px 0 8px;
}
.con02-inner .step .flow p.head{
    margin-left: -20px;
    font-size: 18px;
    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: 22px;
}

.con02-inner .step .reserved-seat{
    background: var(--green-lt);
    margin: 24px -16px -32px 0;
    border-radius: 40px 0 0 0;
    display: flex;
    align-items: center;
    padding: 24px 16px;
    position: relative;
}
.con02-inner .step .reserved-seat p{
    color: #003B37;
    font-size: 14px;
}
.con02-inner .step .reserved-seat p span:nth-of-type(1){
    color: var(--red);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}
.con02-inner .step .reserved-seat p span:nth-of-type(2){
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
.con02-inner .step .reserved-seat img{
    position: absolute;
    right: 16px;
    top: 0; bottom: 0; margin: auto;
    z-index: 1;
}
.con02-inner .step .reserved-seat::after{
    display: block;
    content: "";
    position: absolute;
    width: 84px;
    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{
} */
.con03-inner .left .separate{
    width: 100%;
    height: 0;
    border-bottom: 1px solid var(--ltgreen);
    margin: 24px 0;
}

.con03-inner .left section:nth-of-type(1){
    position: relative;
    background: url(../cashless/images/cashless_rate.svg)no-repeat top 8px right;
}
.con03-inner .left section:nth-of-type(1) h6:nth-of-type(1){
    font-size: 24px;
    font-weight: bold;
    color: var(--ltgreen-dk);
    line-height: 1.4;
    margin-bottom: 12px;
}
.con03-inner .left section:nth-of-type(1) h6:nth-of-type(1) span{
    background: linear-gradient(0deg,var(--ltgreen-lt) 12px, transparent 12px);
    display: inline-block;
    padding-left: .2em;
    margin-left: -.2em;
}
.con03-inner .left section:nth-of-type(1) h6:nth-of-type(1) span:nth-of-type(1){
    padding-right: .2em;
}
.con03-inner .left section:nth-of-type(1) p.note{
    font-size: 14px;
    margin-bottom: 4px;
}
.con03-inner .left section:nth-of-type(1) h6:nth-of-type(2){
    font-size: 24px;
    font-weight: bold;
    color: var(--red);
    line-height: 1.4;
}
.con03-inner .left section:nth-of-type(1) h6:nth-of-type(2) span.small{
    font-size: .8em;
    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: .1em;  /* これで文字列との間隔を微調整できます */
}
.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: 20px;
    font-weight: bold;
    color: var(--purple);
    line-height: 1.2;
    margin-bottom: 4px;
}
.con03-inner .left section:nth-of-type(2) h6 span{
    font-size: 16px;
}
.con03-inner .left section:nth-of-type(2) p{
    font-size: 16px;
}
.con03-inner .left section:nth-of-type(2) .org-ticket{
    margin-top: 16px;
    background: var(--ltgreen-lt);
    padding: 16px 16px;
    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: 16px;
    bottom: 12px;
    z-index: 1;
}
.con03-inner .left section:nth-of-type(2) .org-ticket::after{
    display: block;
    content: "";
    position: absolute;
    width: 120px;
    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: 100%;
}


/* ------------------ */

a{
    transition: all .2s;
}
a:hover{
    opacity: 0.8;
	transform: translateY(2px);
}
